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 |
|---|---|---|---|---|
== Styles used by XUL menu-related elements.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: menu/menuitem ::::: */
menu,
menuitem {
-moz-appearance: menuitem;
-moz-box-align: center;
color: MenuText;
font: menu;
list-style-image: none;
-moz-image-region: auto;
}
menuitem[default="true"] {
font-weight: bold;
}
menu:not([disabled="true"]):hover,
menuitem:not([disabled="true"]):hover,
menu[_moz-menuactive="true"],
menuitem[_moz-menuactive="true"] {
color: MenuText;
}
menuitem:active,
menu[open="true"]{
background-color: -moz-menuhover !important;
color: -moz-menuhovertext !important;
}
menu[disabled="true"], menuitem[disabled="true"],
menu[_moz-menuactive="true"][disabled="true"],
menuitem[_moz-menuactive="true"][disabled="true"] {
color: GrayText;
}
menu[disabled="true"]:not([_moz-menuactive="true"]):-moz-system-metric(windows-classic),
menuitem[disabled="true"]:not([_moz-menuactive="true"]):-moz-system-metric(windows-classic) {
color: ThreeDShadow;
text-shadow: 1px 1px ThreeDHighlight;
}
menuitem.spell-suggestion {
font-weight:bold;
}
/* ..... internal content .... */
.menu-accel,
.menu-iconic-accel,
.menu-text,
.menu-iconic-text {
margin: 0px !important;
padding: 1px 0px;
color: inherit;
}
.menu-text {
-moz-padding-start: 1.45em !important;
-moz-appearance: menuitemtext;
}
.menu-text,
.menu-iconic-text {
font-weight: inherit;
-moz-margin-start: 2px !important;
-moz-padding-end: 2px;
}
.menu-description {
font-style: italic;
color: GrayText;
-moz-margin-start: 1ex !important;
}
.menu-accel,
.menu-iconic-accel {
color: inherit;
-moz-margin-start: 0.74em !important;
-moz-margin-end: 1.35em !important;
}
.menu-iconic-left {
min-width: 1.45em;
}
.menu-iconic-icon {
width: 16px;
height: 16px;
}
menu.menu-iconic > .menu-iconic-left,
menuitem.menuitem-iconic > .menu-iconic-left {
-moz-appearance: menuimage;
padding-top: 2px;
}
/* ..... menu arrow box ..... */
.menu-right {
-moz-appearance: menuarrow;
-moz-margin-end: -2px;
list-style-image: none;
min-width: 1.28em;
padding-top: 1px;
}
/* ::::: menu/menuitems in menubar ::::: */
menubar > menu {
border: 2px solid transparent;
}
menubar > menu[_moz-menuactive="true"][open="true"] {
border-width: 3px 1px 1px 3px;
}
menubar > menu[_moz-menuactive="true"],
menubar > menu[_moz-menuactive="true"][open="true"] {
color: -moz-menubarhovertext;
}
/* ..... internal content .... */
.menubar-left {
color: inherit;
}
.menubar-text {
margin: 1px 6px 2px 6px !important;
color: inherit;
}
/* ::::: menu/menuitems in popups ::::: */
menupopup > menu,
popup > menu,
menupopup > menuitem,
popup > menuitem {
max-width: 42em;
}
menupopup > menu[_moz-menuactive="true"],
menupopup > menuitem[_moz-menuactive="true"],
popup > menu[_moz-menuactive="true"],
popup > menuitem[_moz-menuactive="true"] {
background-color: -moz-menuhover;
color: -moz-menuhovertext;
}
/* ::::: menu/menuitems in menulist popups ::::: */
.menulist-menupopup > menuitem,
menulist > menupopup > menuitem,
.menulist-menupopup > menu,
menulist > menupopup > menu {
-moz-appearance: none;
border: 1px solid transparent;
padding-top: 1px;
-moz-padding-end: 30px;
padding-bottom: 1px;
-moz-padding-start: 5px;
max-width: none;
font: message-box;
color: -moz-FieldText;
}
.menulist-menupopup > menuitem > .menu-iconic-left,
menulist > menupopup > menuitem > .menu-iconic-left,
.menulist-menupopup > menu > .menu-iconic-left,
menulist > menupopup > menu > .menu-iconic-left {
display: none;
padding-top: 0px;
}
.menulist-menupopup > menuitem > label,
menulist > menupopup > menuitem > label,
.menulist-menupopup > menu > label,
menulist > menupopup > menu > label {
padding-top: 0px;
padding-bottom: 0px;
}
menulist > menupopup > menuitem[_moz-menuactive="true"] {
border: 1px dotted #F5DB95;
background-color: highlight;
color: highlighttext;
}
menulist > menupopup > menuitem[_moz-menuactive="true"][disabled="true"] {
color: GrayText;
}
menulist > menupopup > menuitem[disabled="true"]:not([_moz-menuactive="true"]):-moz-system-metric(windows-classic) {
color: GrayText;
text-shadow: none;
}
menulist > menupopup > menuitem > .menu-iconic-text {
margin: 0 !important;
}
/* ::::: checkbox and radio menuitems ::::: */
menuitem[type="checkbox"],
menuitem[checked="true"] {
-moz-appearance: checkmenuitem;
}
menuitem[type="checkbox"] > .menu-iconic-left,
menuitem[checked="true"] > .menu-iconic-left {
-moz-appearance: menucheckbox;
padding-top: 0px;
}
menuitem[type="radio"] {
-moz-appearance: radiomenuitem;
}
menuitem[type="radio"] > .menu-iconic-left {
-moz-appearance: menuradio;
padding-top: 0px;
}
menuitem[type="checkbox"] > .menu-iconic-left > .menu-iconic-icon,
menuitem[checked="true"] > .menu-iconic-left > .menu-iconic-icon,
menuitem[type="radio"] > .menu-iconic-left > .menu-iconic-icon {
/* prevent .menu-iconic-icon from enforcing a minimal height of 16px (see bug 411064)
XXXzeniko apply that .menu-iconic-icon rule only for children of .menu-iconic */
display: none;
}
/* ::::: menuseparator ::::: */
menuseparator {
-moz-appearance: menuseparator;
padding: 3px 1px 4px 1px;
border-top: 1px solid ThreeDShadow;
border-bottom: 1px solid ThreeDHighlight;
}
menulist > menupopup > menuseparator,
.menulist-menupopup > menuseparator {
padding: 6px 0 5px 0;
border-top: 1px solid #000000;
border-bottom: none;
}
/* ::::: autocomplete ::::: */
.autocomplete-history-popup > menuitem {
max-width: none !important;
font: message-box;
}
/* ::::: tree column picker ::::: */
.treecell-popupcell-menu {
-moz-margin-start: -2px;
list-style-image: url("chrome://global/skin/columnselect.gif");
-moz-image-region: auto;
} | chrome/global/menu.css | == Styles used by XUL menu-related elements.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: menu/menuitem ::::: */
menu,
menuitem {
-moz-appearance: menuitem;
-moz-box-align: center;
color: MenuText;
font: menu;
list-style-image: none;
-moz-image-region: auto;
}
menuitem[default="true"] {
font-weight: bold;
}
menu:not([disabled="true"]):hover,
menuitem:not([disabled="true"]):hover,
menu[_moz-menuactive="true"],
menuitem[_moz-menuactive="true"] {
color: MenuText;
}
menuitem:active,
menu[open="true"]{
background-color: -moz-menuhover !important;
color: -moz-menuhovertext !important;
}
menu[disabled="true"], menuitem[disabled="true"],
menu[_moz-menuactive="true"][disabled="true"],
menuitem[_moz-menuactive="true"][disabled="true"] {
color: GrayText;
}
menu[disabled="true"]:not([_moz-menuactive="true"]):-moz-system-metric(windows-classic),
menuitem[disabled="true"]:not([_moz-menuactive="true"]):-moz-system-metric(windows-classic) {
color: ThreeDShadow;
text-shadow: 1px 1px ThreeDHighlight;
}
menuitem.spell-suggestion {
font-weight:bold;
}
/* ..... internal content .... */
.menu-accel,
.menu-iconic-accel,
.menu-text,
.menu-iconic-text {
margin: 0px !important;
padding: 1px 0px;
color: inherit;
}
.menu-text {
-moz-padding-start: 1.45em !important;
-moz-appearance: menuitemtext;
}
.menu-text,
.menu-iconic-text {
font-weight: inherit;
-moz-margin-start: 2px !important;
-moz-padding-end: 2px;
}
.menu-description {
font-style: italic;
color: GrayText;
-moz-margin-start: 1ex !important;
}
.menu-accel,
.menu-iconic-accel {
color: inherit;
-moz-margin-start: 0.74em !important;
-moz-margin-end: 1.35em !important;
}
.menu-iconic-left {
min-width: 1.45em;
}
.menu-iconic-icon {
width: 16px;
height: 16px;
}
menu.menu-iconic > .menu-iconic-left,
menuitem.menuitem-iconic > .menu-iconic-left {
-moz-appearance: menuimage;
padding-top: 2px;
}
/* ..... menu arrow box ..... */
.menu-right {
-moz-appearance: menuarrow;
-moz-margin-end: -2px;
list-style-image: none;
min-width: 1.28em;
padding-top: 1px;
}
/* ::::: menu/menuitems in menubar ::::: */
menubar > menu {
border: 2px solid transparent;
}
menubar > menu[_moz-menuactive="true"][open="true"] {
border-width: 3px 1px 1px 3px;
}
menubar > menu[_moz-menuactive="true"],
menubar > menu[_moz-menuactive="true"][open="true"] {
color: -moz-menubarhovertext;
}
/* ..... internal content .... */
.menubar-left {
color: inherit;
}
.menubar-text {
margin: 1px 6px 2px 6px !important;
color: inherit;
}
/* ::::: menu/menuitems in popups ::::: */
menupopup > menu,
popup > menu,
menupopup > menuitem,
popup > menuitem {
max-width: 42em;
}
menupopup > menu[_moz-menuactive="true"],
menupopup > menuitem[_moz-menuactive="true"],
popup > menu[_moz-menuactive="true"],
popup > menuitem[_moz-menuactive="true"] {
background-color: -moz-menuhover;
color: -moz-menuhovertext;
}
/* ::::: menu/menuitems in menulist popups ::::: */
.menulist-menupopup > menuitem,
menulist > menupopup > menuitem,
.menulist-menupopup > menu,
menulist > menupopup > menu {
-moz-appearance: none;
border: 1px solid transparent;
padding-top: 1px;
-moz-padding-end: 30px;
padding-bottom: 1px;
-moz-padding-start: 5px;
max-width: none;
font: message-box;
color: -moz-FieldText;
}
.menulist-menupopup > menuitem > .menu-iconic-left,
menulist > menupopup > menuitem > .menu-iconic-left,
.menulist-menupopup > menu > .menu-iconic-left,
menulist > menupopup > menu > .menu-iconic-left {
display: none;
padding-top: 0px;
}
.menulist-menupopup > menuitem > label,
menulist > menupopup > menuitem > label,
.menulist-menupopup > menu > label,
menulist > menupopup > menu > label {
padding-top: 0px;
padding-bottom: 0px;
}
menulist > menupopup > menuitem[_moz-menuactive="true"] {
border: 1px dotted #F5DB95;
background-color: highlight;
color: highlighttext;
}
menulist > menupopup > menuitem[_moz-menuactive="true"][disabled="true"] {
color: GrayText;
}
menulist > menupopup > menuitem[disabled="true"]:not([_moz-menuactive="true"]):-moz-system-metric(windows-classic) {
color: GrayText;
text-shadow: none;
}
menulist > menupopup > menuitem > .menu-iconic-text {
margin: 0 !important;
}
/* ::::: checkbox and radio menuitems ::::: */
menuitem[type="checkbox"],
menuitem[checked="true"] {
-moz-appearance: checkmenuitem;
}
menuitem[type="checkbox"] > .menu-iconic-left,
menuitem[checked="true"] > .menu-iconic-left {
-moz-appearance: menucheckbox;
padding-top: 0px;
}
menuitem[type="radio"] {
-moz-appearance: radiomenuitem;
}
menuitem[type="radio"] > .menu-iconic-left {
-moz-appearance: menuradio;
padding-top: 0px;
}
menuitem[type="checkbox"] > .menu-iconic-left > .menu-iconic-icon,
menuitem[checked="true"] > .menu-iconic-left > .menu-iconic-icon,
menuitem[type="radio"] > .menu-iconic-left > .menu-iconic-icon {
/* prevent .menu-iconic-icon from enforcing a minimal height of 16px (see bug 411064)
XXXzeniko apply that .menu-iconic-icon rule only for children of .menu-iconic */
display: none;
}
/* ::::: menuseparator ::::: */
menuseparator {
-moz-appearance: menuseparator;
padding: 3px 1px 4px 1px;
border-top: 1px solid ThreeDShadow;
border-bottom: 1px solid ThreeDHighlight;
}
menulist > menupopup > menuseparator,
.menulist-menupopup > menuseparator {
padding: 6px 0 5px 0;
border-top: 1px solid #000000;
border-bottom: none;
}
/* ::::: autocomplete ::::: */
.autocomplete-history-popup > menuitem {
max-width: none !important;
font: message-box;
}
/* ::::: tree column picker ::::: */
.treecell-popupcell-menu {
-moz-margin-start: -2px;
list-style-image: url("chrome://global/skin/columnselect.gif");
-moz-image-region: auto;
} | 0.166167 | 0.114641 |
@charset "UTF-8";
/* Copyright (c) 2016 <NAME>. All rights reserved.
Distributed under the ISC license, see terms at the end of the file.
%%NAME%% %%VERSION%% */
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Fira+Mono:400,500');
@import url('https://fonts.googleapis.com/css?family=Noticia+Text:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i,600,600i,700,700i');
/* Reset a few things. */
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: inherit;
font: inherit;
line-height: inherit;
vertical-align: baseline;
text-align: inherit;
color: inherit;
background: transparent;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*, *:before, *:after {
box-sizing: border-box;
}
html {
font-size: 15px;
}
body {
font-family: "Fira Sans", Helvetica, Arial, sans-serif;
text-align: left;
color: #333;
background: #FFFFFF;
}
.content {
max-width: 90ex;
margin-left: calc(10vw + 20ex);
margin-right: 4ex;
margin-top: 20px;
margin-bottom: 50px;
font-family: "Noticia Text", Georgia, serif;
line-height: 1.5;
}
.content>header {
margin-bottom: 30px;
}
.content>header nav {
font-family: "Fira Sans", Helvetica, Arial, sans-serif;
}
/* Basic markup elements */
b, strong {
font-weight: 500;
}
i, em {
font-style: italic;
}
sup {
vertical-align: super;
}
sub {
vertical-align: sub;
}
sup, sub {
font-size: 12px;
line-height: 0;
margin-left: 0.2ex;
}
pre {
margin-top: 0.8em;
margin-bottom: 1.2em;
}
p, ul, ol {
margin-top: 0.5em;
margin-bottom: 1em;
}
ul, ol {
list-style-position: outside
}
ul>li {
margin-left: 22px;
}
ol>li {
margin-left: 27.2px;
}
li>*:first-child {
margin-top: 0
}
/* Text alignements, this should be forbidden. */
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
/* Links and anchors */
a {
text-decoration: none;
color: #2C5CBD;
}
a:hover {
box-shadow: 0 1px 0 0 #2C5CBD;
}
/* Linked highlight */
*:target {
background-color: rgba(187,239,253,0.3) !important;
box-shadow: 0 0px 0 1px rgba(187,239,253,0.8) !important;
border-radius: 1px;
}
*:hover>a.anchor {
visibility: visible;
}
a.anchor:before {
content: "#"
}
a.anchor:hover {
box-shadow: none;
text-decoration: none;
color: #555;
}
a.anchor {
visibility: hidden;
position: absolute;
/* top: 0px; */
/* margin-left: -3ex; */
margin-left: -1.3em;
font-weight: normal;
font-style: normal;
padding-right: 0.4em;
padding-left: 0.4em;
/* To remain selectable */
color: #d5d5d5;
}
.spec > a.anchor {
margin-left: -2.3em;
padding-right: 0.9em;
}
.xref-unresolved {
color: #2C5CBD;
}
.xref-unresolved:hover {
box-shadow: 0 1px 0 0 #CC6666;
}
/* Section and document divisions.
Until at least 4.03 many of the modules of the stdlib start at .h7,
we restart the sequence there like h2 */
h1, h2, h3, h4, h5, h6, .h7, .h8, .h9, .h10 {
font-family: "Fira Sans", Helvetica, Arial, sans-serif;
font-weight: 400;
margin: 0.5em 0 0.5em 0;
padding-top: 0.1em;
line-height: 1.2;
overflow-wrap: break-word;
}
h1 {
font-weight: 500;
font-size: 2.441em;
margin-top: 1.214em;
}
h1 {
font-weight: 500;
font-size: 1.953em;
box-shadow: 0 1px 0 0 #ddd;
}
h2 {
font-size: 1.563em;
}
h3 {
font-size: 1.25em;
}
small, .font_small {
font-size: 0.8em;
}
h1 code, h1 tt {
font-size: inherit;
font-weight: inherit;
}
h2 code, h2 tt {
font-size: inherit;
font-weight: inherit;
}
h3 code, h3 tt {
font-size: inherit;
font-weight: inherit;
}
h3 code, h3 tt {
font-size: inherit;
font-weight: inherit;
}
h4 {
font-size: 1.12em;
}
/* Preformatted and code */
tt, code, pre {
font-family: "Fira Mono", courier;
font-weight: 400;
}
pre {
padding: 0.1em;
border: 1px solid #eee;
border-radius: 5px;
overflow-x: auto;
}
p code, li code {
background-color: #f6f8fa;
color: #0d2b3e;
border-radius: 3px;
padding: 0 0.3ex;
}
p a > code {
color: #2C5CBD;
}
/* Code blocks (e.g. Examples) */
pre code {
font-size: 0.893rem;
}
/* Code lexemes */
.keyword {
font-weight: 500;
}
/* Module member specification */
.spec:not(.include), .spec.include details summary {
background-color: #f6f8fa;
border-radius: 3px;
border-left: 4px solid #5c9cf5;
border-right: 5px solid transparent;
padding: 0.35em 0.5em;
}
.spec.include details summary:hover {
background-color: #ebeff2;
}
dl, div.spec, .doc, aside {
margin-bottom: 20px;
}
dl > dd {
padding: 0.5em;
}
dd> :first-child {
margin-top: 0;
}
dl:last-child, dd> :last-child, aside:last-child, article:last-child {
margin-bottom: 0;
}
dt+dt {
margin-top: 15px;
}
section+section, section > header + dl {
margin-top: 25px;
}
.spec.type .variant {
margin-left: 2ch;
}
.spec.type .variant p {
margin: 0;
font-style: italic;
}
.spec.type .record {
margin-left: 2ch;
}
.spec.type .record p {
margin: 0;
font-style: italic;
}
div.def {
margin-top: 0;
text-indent: -2ex;
padding-left: 2ex;
}
div.def+div.doc {
margin-left: 1ex;
margin-top: 2.5px
}
div.doc>*:first-child {
margin-top: 0;
}
/* The elements other than heading should be wrapped in <aside> elements. */
/* heading, body>p, body>ul, body>ol, h3, h4, body>pre { */
/* margin-bottom: 30px; */
/* } */
/* Collapsible inlined include and module */
.spec.include details {
position: relative;
}
.spec.include details:after {
z-index: -100;
display: block;
content: " ";
position: absolute;
border-radius: 0 1ex 1ex 0;
right: -20px;
top: 1px;
bottom: 1px;
width: 15px;
background: rgba(0, 4, 15, 0.05);
box-shadow: 0 0px 0 1px rgba(204, 204, 204, 0.53);
}
.spec.include details summary {
position: relative;
margin-bottom: 20px;
cursor: pointer;
outline: none;
}
/* FIXME: Does not work in Firefox. */
details summary::-webkit-details-marker {
color: #888;
transform: scaleX(-1);
position: absolute;
top: calc(50% - 5px);
height: 11px;
right: -29px;
}
/* Records and variants FIXME */
div.def table {
text-indent: 0em;
padding: 0;
margin-left: -2ex;
}
td.def {
padding-right: 2ex
}
.record td.def {
padding-left: 2ex;
}
td.doc *:first-child {
margin-top: 0em
}
/* @ tags */
ul.at-tag {
list-style-type: none;
margin-left: 0;
padding: 0;
}
ul.at-tag li {
margin-left: 0;
padding: 0;
}
ul.at-tag li p:first-child {
margin-top: 0
}
/* FIXME remove */
span.at-tag {
font-weight: bold
}
.at-tag.deprecated {
font-weight: normal;
color: crimson
}
.at-tag.raise {
font-weight: bold;
}
/* FIXME random other things to review. */
.heading {
margin-top: 10px;
border-top: solid;
border-width: 1px;
border-color: #DDD;
text-align: right;
font-weight: normal;
font-style: italic;
}
.heading+.sig {
margin-top: -20px;
}
.heading+.parameters {
margin-top: -20px;
}
/* Odig package index */
.by-name ol, .by-tag ol, .errors ol {
list-style-type: none;
margin-left: 0;
}
.by-name ol ol, .by-tag ol ol {
margin-top: 0;
margin-bottom: 0
}
.by-name li, .by-tag li, .errors li {
margin-left: 0;
}
.by-name .version {
font-size: 10px;
color: #AAA
}
.by-name nav {
margin-bottom: 10px
}
.by-name nav a {
text-transform: uppercase;
font-size: 18px;
margin-right: 1ex;
color: #222;
display: inline-block;
}
.by-tag nav a {
margin-right: 1ex;
color: #222;
display: inline-block;
}
.by-tag>ol>li {
margin-top: 10px;
}
.by-tag>ol>li>span, .by-tag>ol>li>ol, .by-tag>ol>li>ol>li {
display: inline-block;
margin-right: 1ex;
}
/* Odig package page */
.package nav {
display: inline;
font-size: 14px;
font-weight: normal;
}
.package .version {
font-size: 14px;
}
h1+.modules, h1+.sel {
margin-top: 10px
}
.sel {
font-weight: normal;
font-style: italic;
font-size: 14px;
margin-top: 20px;
}
.sel+.modules {
margin-top: 10px;
margin-bottom: 20px;
margin-left: 1ex;
}
.modules {
margin: 0;
}
.modules .module {
min-width: 8ex;
padding-right: 2ex
}
.package.info {
margin: 0;
}
.package.info td:first-child {
font-style: italic;
padding-right: 2ex;
}
.package.info ul {
list-style-type: none;
display: inline;
margin: 0;
}
.package.info li {
display: inline-block;
margin: 0;
margin-right: 1ex;
}
#info-authors li, #info-maintainers li {
display: block;
}
/* Sidebar and TOC */
.toc:before {
display: block;
content: "Topics";
text-transform: uppercase;
font-size: 1em;
margin: 1.414em 0 0.5em;
font-weight: 500;
color: #777;
line-height: 1.2;
}
.toc {
position: fixed;
top: 0px;
bottom: 0px;
left: 0px;
max-width: 30ex;
min-width: 26ex;
width: 20%;
background: #f6f8fa;
overflow: auto;
color: #1F2D3D;
padding-left: 2ex;
padding-right: 2ex;
}
.toc ul li a {
font-family: "Fira Sans", sans-serif;
font-size: 0.95em;
color: #333;
font-weight: 400;
line-height: 1.6em;
display: block;
}
.toc ul li a:hover {
box-shadow: none;
text-decoration: underline;
}
/* First level titles */
.toc>ul>li>a {
font-weight: 500;
}
.toc li ul {
margin: 0px;
}
.toc ul {
list-style-type: none;
}
.toc ul li {
margin: 0;
}
.toc>ul>li {
margin-bottom: 0.3em;
}
.toc ul li li {
border-left: 1px solid #ccc;
margin-left: 5px;
padding-left: 12px;
}
/* Mobile adjustements. */
@media only screen and (max-width: 95ex) {
.content {
margin: auto;
padding: 2.0em;
}
.toc {
position: static;
width: auto;
min-width: unset;
max-width: unset;
border: none;
padding: 0.2em 1em;
border-radius: 5px;
}
}
/* Print adjustements. */
@media print {
body {
color: black;
background: white;
}
body nav:first-child {
visibility: hidden;
}
}
/* Syntax highlighting (based on github-gist) */
.hljs {
display: block;
background: white;
padding: 0.5em;
color: #333333;
overflow-x: auto;
}
.hljs-comment,
.hljs-meta {
color: #969896;
}
.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
color: #df5000;
}
.hljs-keyword,
.hljs-selector-tag {
color: #a71d5d;
}
.hljs-type,
.hljs-class .hljs-title {
color: #458;
font-weight: 500;
}
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
color: #0086b3;
}
.hljs-section,
.hljs-name {
color: #63a35c;
}
.hljs-tag {
color: #333333;
}
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #795da3;
}
.hljs-addition {
color: #55a532;
background-color: #eaffea;
}
.hljs-deletion {
color: #bd2c00;
background-color: #ffecec;
}
.hljs-link {
text-decoration: underline;
}
/*---------------------------------------------------------------------------
Copyright (c) 2016 <NAME>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
---------------------------------------------------------------------------*/ | src/odoc/etc/odoc.css | @charset "UTF-8";
/* Copyright (c) 2016 <NAME>. All rights reserved.
Distributed under the ISC license, see terms at the end of the file.
%%NAME%% %%VERSION%% */
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Fira+Mono:400,500');
@import url('https://fonts.googleapis.com/css?family=Noticia+Text:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i,600,600i,700,700i');
/* Reset a few things. */
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: inherit;
font: inherit;
line-height: inherit;
vertical-align: baseline;
text-align: inherit;
color: inherit;
background: transparent;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*, *:before, *:after {
box-sizing: border-box;
}
html {
font-size: 15px;
}
body {
font-family: "Fira Sans", Helvetica, Arial, sans-serif;
text-align: left;
color: #333;
background: #FFFFFF;
}
.content {
max-width: 90ex;
margin-left: calc(10vw + 20ex);
margin-right: 4ex;
margin-top: 20px;
margin-bottom: 50px;
font-family: "Noticia Text", Georgia, serif;
line-height: 1.5;
}
.content>header {
margin-bottom: 30px;
}
.content>header nav {
font-family: "Fira Sans", Helvetica, Arial, sans-serif;
}
/* Basic markup elements */
b, strong {
font-weight: 500;
}
i, em {
font-style: italic;
}
sup {
vertical-align: super;
}
sub {
vertical-align: sub;
}
sup, sub {
font-size: 12px;
line-height: 0;
margin-left: 0.2ex;
}
pre {
margin-top: 0.8em;
margin-bottom: 1.2em;
}
p, ul, ol {
margin-top: 0.5em;
margin-bottom: 1em;
}
ul, ol {
list-style-position: outside
}
ul>li {
margin-left: 22px;
}
ol>li {
margin-left: 27.2px;
}
li>*:first-child {
margin-top: 0
}
/* Text alignements, this should be forbidden. */
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
/* Links and anchors */
a {
text-decoration: none;
color: #2C5CBD;
}
a:hover {
box-shadow: 0 1px 0 0 #2C5CBD;
}
/* Linked highlight */
*:target {
background-color: rgba(187,239,253,0.3) !important;
box-shadow: 0 0px 0 1px rgba(187,239,253,0.8) !important;
border-radius: 1px;
}
*:hover>a.anchor {
visibility: visible;
}
a.anchor:before {
content: "#"
}
a.anchor:hover {
box-shadow: none;
text-decoration: none;
color: #555;
}
a.anchor {
visibility: hidden;
position: absolute;
/* top: 0px; */
/* margin-left: -3ex; */
margin-left: -1.3em;
font-weight: normal;
font-style: normal;
padding-right: 0.4em;
padding-left: 0.4em;
/* To remain selectable */
color: #d5d5d5;
}
.spec > a.anchor {
margin-left: -2.3em;
padding-right: 0.9em;
}
.xref-unresolved {
color: #2C5CBD;
}
.xref-unresolved:hover {
box-shadow: 0 1px 0 0 #CC6666;
}
/* Section and document divisions.
Until at least 4.03 many of the modules of the stdlib start at .h7,
we restart the sequence there like h2 */
h1, h2, h3, h4, h5, h6, .h7, .h8, .h9, .h10 {
font-family: "Fira Sans", Helvetica, Arial, sans-serif;
font-weight: 400;
margin: 0.5em 0 0.5em 0;
padding-top: 0.1em;
line-height: 1.2;
overflow-wrap: break-word;
}
h1 {
font-weight: 500;
font-size: 2.441em;
margin-top: 1.214em;
}
h1 {
font-weight: 500;
font-size: 1.953em;
box-shadow: 0 1px 0 0 #ddd;
}
h2 {
font-size: 1.563em;
}
h3 {
font-size: 1.25em;
}
small, .font_small {
font-size: 0.8em;
}
h1 code, h1 tt {
font-size: inherit;
font-weight: inherit;
}
h2 code, h2 tt {
font-size: inherit;
font-weight: inherit;
}
h3 code, h3 tt {
font-size: inherit;
font-weight: inherit;
}
h3 code, h3 tt {
font-size: inherit;
font-weight: inherit;
}
h4 {
font-size: 1.12em;
}
/* Preformatted and code */
tt, code, pre {
font-family: "Fira Mono", courier;
font-weight: 400;
}
pre {
padding: 0.1em;
border: 1px solid #eee;
border-radius: 5px;
overflow-x: auto;
}
p code, li code {
background-color: #f6f8fa;
color: #0d2b3e;
border-radius: 3px;
padding: 0 0.3ex;
}
p a > code {
color: #2C5CBD;
}
/* Code blocks (e.g. Examples) */
pre code {
font-size: 0.893rem;
}
/* Code lexemes */
.keyword {
font-weight: 500;
}
/* Module member specification */
.spec:not(.include), .spec.include details summary {
background-color: #f6f8fa;
border-radius: 3px;
border-left: 4px solid #5c9cf5;
border-right: 5px solid transparent;
padding: 0.35em 0.5em;
}
.spec.include details summary:hover {
background-color: #ebeff2;
}
dl, div.spec, .doc, aside {
margin-bottom: 20px;
}
dl > dd {
padding: 0.5em;
}
dd> :first-child {
margin-top: 0;
}
dl:last-child, dd> :last-child, aside:last-child, article:last-child {
margin-bottom: 0;
}
dt+dt {
margin-top: 15px;
}
section+section, section > header + dl {
margin-top: 25px;
}
.spec.type .variant {
margin-left: 2ch;
}
.spec.type .variant p {
margin: 0;
font-style: italic;
}
.spec.type .record {
margin-left: 2ch;
}
.spec.type .record p {
margin: 0;
font-style: italic;
}
div.def {
margin-top: 0;
text-indent: -2ex;
padding-left: 2ex;
}
div.def+div.doc {
margin-left: 1ex;
margin-top: 2.5px
}
div.doc>*:first-child {
margin-top: 0;
}
/* The elements other than heading should be wrapped in <aside> elements. */
/* heading, body>p, body>ul, body>ol, h3, h4, body>pre { */
/* margin-bottom: 30px; */
/* } */
/* Collapsible inlined include and module */
.spec.include details {
position: relative;
}
.spec.include details:after {
z-index: -100;
display: block;
content: " ";
position: absolute;
border-radius: 0 1ex 1ex 0;
right: -20px;
top: 1px;
bottom: 1px;
width: 15px;
background: rgba(0, 4, 15, 0.05);
box-shadow: 0 0px 0 1px rgba(204, 204, 204, 0.53);
}
.spec.include details summary {
position: relative;
margin-bottom: 20px;
cursor: pointer;
outline: none;
}
/* FIXME: Does not work in Firefox. */
details summary::-webkit-details-marker {
color: #888;
transform: scaleX(-1);
position: absolute;
top: calc(50% - 5px);
height: 11px;
right: -29px;
}
/* Records and variants FIXME */
div.def table {
text-indent: 0em;
padding: 0;
margin-left: -2ex;
}
td.def {
padding-right: 2ex
}
.record td.def {
padding-left: 2ex;
}
td.doc *:first-child {
margin-top: 0em
}
/* @ tags */
ul.at-tag {
list-style-type: none;
margin-left: 0;
padding: 0;
}
ul.at-tag li {
margin-left: 0;
padding: 0;
}
ul.at-tag li p:first-child {
margin-top: 0
}
/* FIXME remove */
span.at-tag {
font-weight: bold
}
.at-tag.deprecated {
font-weight: normal;
color: crimson
}
.at-tag.raise {
font-weight: bold;
}
/* FIXME random other things to review. */
.heading {
margin-top: 10px;
border-top: solid;
border-width: 1px;
border-color: #DDD;
text-align: right;
font-weight: normal;
font-style: italic;
}
.heading+.sig {
margin-top: -20px;
}
.heading+.parameters {
margin-top: -20px;
}
/* Odig package index */
.by-name ol, .by-tag ol, .errors ol {
list-style-type: none;
margin-left: 0;
}
.by-name ol ol, .by-tag ol ol {
margin-top: 0;
margin-bottom: 0
}
.by-name li, .by-tag li, .errors li {
margin-left: 0;
}
.by-name .version {
font-size: 10px;
color: #AAA
}
.by-name nav {
margin-bottom: 10px
}
.by-name nav a {
text-transform: uppercase;
font-size: 18px;
margin-right: 1ex;
color: #222;
display: inline-block;
}
.by-tag nav a {
margin-right: 1ex;
color: #222;
display: inline-block;
}
.by-tag>ol>li {
margin-top: 10px;
}
.by-tag>ol>li>span, .by-tag>ol>li>ol, .by-tag>ol>li>ol>li {
display: inline-block;
margin-right: 1ex;
}
/* Odig package page */
.package nav {
display: inline;
font-size: 14px;
font-weight: normal;
}
.package .version {
font-size: 14px;
}
h1+.modules, h1+.sel {
margin-top: 10px
}
.sel {
font-weight: normal;
font-style: italic;
font-size: 14px;
margin-top: 20px;
}
.sel+.modules {
margin-top: 10px;
margin-bottom: 20px;
margin-left: 1ex;
}
.modules {
margin: 0;
}
.modules .module {
min-width: 8ex;
padding-right: 2ex
}
.package.info {
margin: 0;
}
.package.info td:first-child {
font-style: italic;
padding-right: 2ex;
}
.package.info ul {
list-style-type: none;
display: inline;
margin: 0;
}
.package.info li {
display: inline-block;
margin: 0;
margin-right: 1ex;
}
#info-authors li, #info-maintainers li {
display: block;
}
/* Sidebar and TOC */
.toc:before {
display: block;
content: "Topics";
text-transform: uppercase;
font-size: 1em;
margin: 1.414em 0 0.5em;
font-weight: 500;
color: #777;
line-height: 1.2;
}
.toc {
position: fixed;
top: 0px;
bottom: 0px;
left: 0px;
max-width: 30ex;
min-width: 26ex;
width: 20%;
background: #f6f8fa;
overflow: auto;
color: #1F2D3D;
padding-left: 2ex;
padding-right: 2ex;
}
.toc ul li a {
font-family: "Fira Sans", sans-serif;
font-size: 0.95em;
color: #333;
font-weight: 400;
line-height: 1.6em;
display: block;
}
.toc ul li a:hover {
box-shadow: none;
text-decoration: underline;
}
/* First level titles */
.toc>ul>li>a {
font-weight: 500;
}
.toc li ul {
margin: 0px;
}
.toc ul {
list-style-type: none;
}
.toc ul li {
margin: 0;
}
.toc>ul>li {
margin-bottom: 0.3em;
}
.toc ul li li {
border-left: 1px solid #ccc;
margin-left: 5px;
padding-left: 12px;
}
/* Mobile adjustements. */
@media only screen and (max-width: 95ex) {
.content {
margin: auto;
padding: 2.0em;
}
.toc {
position: static;
width: auto;
min-width: unset;
max-width: unset;
border: none;
padding: 0.2em 1em;
border-radius: 5px;
}
}
/* Print adjustements. */
@media print {
body {
color: black;
background: white;
}
body nav:first-child {
visibility: hidden;
}
}
/* Syntax highlighting (based on github-gist) */
.hljs {
display: block;
background: white;
padding: 0.5em;
color: #333333;
overflow-x: auto;
}
.hljs-comment,
.hljs-meta {
color: #969896;
}
.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
color: #df5000;
}
.hljs-keyword,
.hljs-selector-tag {
color: #a71d5d;
}
.hljs-type,
.hljs-class .hljs-title {
color: #458;
font-weight: 500;
}
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
color: #0086b3;
}
.hljs-section,
.hljs-name {
color: #63a35c;
}
.hljs-tag {
color: #333333;
}
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #795da3;
}
.hljs-addition {
color: #55a532;
background-color: #eaffea;
}
.hljs-deletion {
color: #bd2c00;
background-color: #ffecec;
}
.hljs-link {
text-decoration: underline;
}
/*---------------------------------------------------------------------------
Copyright (c) 2016 <NAME>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
---------------------------------------------------------------------------*/ | 0.517083 | 0.084116 |
.card {
background-color: #fff;
border: 1px solid transparent;
border-radius: 6px;
}
.card > .card-link {
color: #333;
}
.card > .card-link:hover {
text-decoration: none;
}
.card > .card-link .card-img img {
border-radius: 6px 6px 0 0;
}
.card .card-img {
position: relative;
padding: 0;
display: table;
}
.card .card-img .card-caption {
position: absolute;
right: 0;
bottom: 16px;
left: 0;
}
.card .card-body {
display: table;
width: 100%;
padding: 12px;
}
.card .card-header {
border-radius: 6px 6px 0 0;
padding: 8px;
}
.card .card-footer {
border-radius: 0 0 6px 6px;
padding: 8px;
}
.card .card-left {
position: relative;
float: left;
padding: 0 0 8px 0;
}
.card .card-right {
position: relative;
float: left;
padding: 8px 0 0 0;
}
.card .card-body h1:first-child,
.card .card-body h2:first-child,
.card .card-body h3:first-child,
.card .card-body h4:first-child,
.card .card-body .h1,
.card .card-body .h2,
.card .card-body .h3,
.card .card-body .h4 {
margin-top: 0;
}
.card .card-body .heading {
display: block;
}
.card .card-body .heading:last-child {
margin-bottom: 0;
}
.card .card-body .lead {
text-align: center;
}
@media (min-width: 768px) {
.card .card-left {
float: left;
padding: 0 8px 0 0;
}
.card .card-right {
float: left;
padding: 0 0 0 8px;
}
.card .card-4-8 .card-left {
width: 33.33333333%;
}
.card .card-4-8 .card-right {
width: 66.66666667%;
}
.card .card-5-7 .card-left {
width: 41.66666667%;
}
.card .card-5-7 .card-right {
width: 58.33333333%;
}
.card .card-6-6 .card-left {
width: 50%;
}
.card .card-6-6 .card-right {
width: 50%;
}
.card .card-7-5 .card-left {
width: 58.33333333%;
}
.card .card-7-5 .card-right {
width: 41.66666667%;
}
.card .card-8-4 .card-left {
width: 66.66666667%;
}
.card .card-8-4 .card-right {
width: 33.33333333%;
}
}
/* -- default theme ------ */
.card-default {
border-color: #ddd;
background-color: #fff;
margin-bottom: 24px;
}
.card-default > .card-header,
.card-default > .card-footer {
color: #333;
background-color: #ddd;
}
.card-default > .card-header {
border-bottom: 1px solid #ddd;
padding: 8px;
}
.card-default > .card-footer {
border-top: 1px solid #ddd;
padding: 8px;
}
.card-default > .card-body {
}
.card-default > .card-img:first-child img {
border-radius: 6px 6px 0 0;
}
.card-default > .card-left {
padding-right: 4px;
}
.card-default > .card-right {
padding-left: 4px;
}
.card-default p:last-child {
margin-bottom: 0;
}
.card-default .card-caption {
color: #fff;
text-align: center;
text-transform: uppercase;
}
/* -- price theme ------ */
.card-price {
border-color: #999;
background-color: #ededed;
margin-bottom: 24px;
}
.card-price > .card-heading,
.card-price > .card-footer {
color: #333;
background-color: #fdfdfd;
}
.card-price > .card-heading {
border-bottom: 1px solid #ddd;
padding: 8px;
}
.card-price > .card-footer {
border-top: 1px solid #ddd;
padding: 8px;
}
.card-price > .card-img:first-child img {
border-radius: 6px 6px 0 0;
}
.card-price > .card-left {
padding-right: 4px;
}
.card-price > .card-right {
padding-left: 4px;
}
.card-price .card-caption {
color: #fff;
text-align: center;
text-transform: uppercase;
}
.card-price p:last-child {
margin-bottom: 0;
}
.card-price .price {
text-align: center;
color: #337ab7;
font-size: 3em;
text-transform: uppercase;
line-height: 0.7em;
margin: 24px 0 16px;
}
.card-price .price small {
font-size: 0.4em;
color: #66a5da;
}
.card-price .details {
list-style: none;
margin-bottom: 24px;
padding: 0 18px;
}
.card-price .details li {
text-align: center;
margin-bottom: 8px;
}
.card-price .buy-now {
text-transform: uppercase;
}
.card-price table .price {
font-size: 1.2em;
font-weight: 700;
text-align: left;
}
.card-price table .note {
color: #666;
font-size: 0.8em;
} | tethysapp/app_store/public/css/card.css | .card {
background-color: #fff;
border: 1px solid transparent;
border-radius: 6px;
}
.card > .card-link {
color: #333;
}
.card > .card-link:hover {
text-decoration: none;
}
.card > .card-link .card-img img {
border-radius: 6px 6px 0 0;
}
.card .card-img {
position: relative;
padding: 0;
display: table;
}
.card .card-img .card-caption {
position: absolute;
right: 0;
bottom: 16px;
left: 0;
}
.card .card-body {
display: table;
width: 100%;
padding: 12px;
}
.card .card-header {
border-radius: 6px 6px 0 0;
padding: 8px;
}
.card .card-footer {
border-radius: 0 0 6px 6px;
padding: 8px;
}
.card .card-left {
position: relative;
float: left;
padding: 0 0 8px 0;
}
.card .card-right {
position: relative;
float: left;
padding: 8px 0 0 0;
}
.card .card-body h1:first-child,
.card .card-body h2:first-child,
.card .card-body h3:first-child,
.card .card-body h4:first-child,
.card .card-body .h1,
.card .card-body .h2,
.card .card-body .h3,
.card .card-body .h4 {
margin-top: 0;
}
.card .card-body .heading {
display: block;
}
.card .card-body .heading:last-child {
margin-bottom: 0;
}
.card .card-body .lead {
text-align: center;
}
@media (min-width: 768px) {
.card .card-left {
float: left;
padding: 0 8px 0 0;
}
.card .card-right {
float: left;
padding: 0 0 0 8px;
}
.card .card-4-8 .card-left {
width: 33.33333333%;
}
.card .card-4-8 .card-right {
width: 66.66666667%;
}
.card .card-5-7 .card-left {
width: 41.66666667%;
}
.card .card-5-7 .card-right {
width: 58.33333333%;
}
.card .card-6-6 .card-left {
width: 50%;
}
.card .card-6-6 .card-right {
width: 50%;
}
.card .card-7-5 .card-left {
width: 58.33333333%;
}
.card .card-7-5 .card-right {
width: 41.66666667%;
}
.card .card-8-4 .card-left {
width: 66.66666667%;
}
.card .card-8-4 .card-right {
width: 33.33333333%;
}
}
/* -- default theme ------ */
.card-default {
border-color: #ddd;
background-color: #fff;
margin-bottom: 24px;
}
.card-default > .card-header,
.card-default > .card-footer {
color: #333;
background-color: #ddd;
}
.card-default > .card-header {
border-bottom: 1px solid #ddd;
padding: 8px;
}
.card-default > .card-footer {
border-top: 1px solid #ddd;
padding: 8px;
}
.card-default > .card-body {
}
.card-default > .card-img:first-child img {
border-radius: 6px 6px 0 0;
}
.card-default > .card-left {
padding-right: 4px;
}
.card-default > .card-right {
padding-left: 4px;
}
.card-default p:last-child {
margin-bottom: 0;
}
.card-default .card-caption {
color: #fff;
text-align: center;
text-transform: uppercase;
}
/* -- price theme ------ */
.card-price {
border-color: #999;
background-color: #ededed;
margin-bottom: 24px;
}
.card-price > .card-heading,
.card-price > .card-footer {
color: #333;
background-color: #fdfdfd;
}
.card-price > .card-heading {
border-bottom: 1px solid #ddd;
padding: 8px;
}
.card-price > .card-footer {
border-top: 1px solid #ddd;
padding: 8px;
}
.card-price > .card-img:first-child img {
border-radius: 6px 6px 0 0;
}
.card-price > .card-left {
padding-right: 4px;
}
.card-price > .card-right {
padding-left: 4px;
}
.card-price .card-caption {
color: #fff;
text-align: center;
text-transform: uppercase;
}
.card-price p:last-child {
margin-bottom: 0;
}
.card-price .price {
text-align: center;
color: #337ab7;
font-size: 3em;
text-transform: uppercase;
line-height: 0.7em;
margin: 24px 0 16px;
}
.card-price .price small {
font-size: 0.4em;
color: #66a5da;
}
.card-price .details {
list-style: none;
margin-bottom: 24px;
padding: 0 18px;
}
.card-price .details li {
text-align: center;
margin-bottom: 8px;
}
.card-price .buy-now {
text-transform: uppercase;
}
.card-price table .price {
font-size: 1.2em;
font-weight: 700;
text-align: left;
}
.card-price table .note {
color: #666;
font-size: 0.8em;
} | 0.552781 | 0.063077 |
.yith-plugin-fw span.description {
display : block;
margin-top : 5px;
font-size : 12px;
color : #777;
font-style : italic;
clear : both;
}
.yith-plugin-fw span.description.inline {
display : inline-block;
margin : 0 0 0 5px;
}
.yith-disabled {
opacity : 0.3;
pointer-events : none;
}
.yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
display : block;
width : 100%;
}
.yith-plugin-fw-field-wrapper span.desc {
display : block;
width : 100%;
}
.yith-plugin-fw-title-field-wrapper h3.title {
width : 100%;
}
.the-metabox .yith-plugin-fw-title-field-wrapper h3.title {
float : left;
}
.yith-plugin-fw input[type=email],
.yith-plugin-fw input[type=number],
.yith-plugin-fw input[type=text]:not(.select2-search__field),
.yith-plugin-fw select,
.woocommerce .yith-plugin-fw table.form-table input[type=email],
.woocommerce .yith-plugin-fw table.form-table input[type=number],
.woocommerce .yith-plugin-fw table.form-table input[type=text]:not(.select2-search__field),
.woocommerce .yith-plugin-fw table.form-table select {
width : 400px;
max-width : 100%;
height : 30px;
padding : 5px;
}
.woocommerce .yith-plugin-fw table.form-table input[type=text].wp-color-picker,
.woocommerce .yith-plugin-fw table.form-table input[type=text].yith-plugin-fw-colorpicker,
.yith-plugin-fw input[type=text].wp-color-picker,
.yith-plugin-fw input[type=text].yith-plugin-fw-colorpicker {
width : 6em;
max-width : none;
height : auto;
padding : 3px 5px;
}
.woocommerce .yith-plugin-fw table.form-table input[type=text].colorpick,
.yith-plugin-fw input[type=text].colorpick {
width : 6em;
max-width : none;
height : auto;
padding : 6px;
}
.yith-plugin-fw input.select2-search__field,
.yith-plugin-fw .select2-container .select2-search--inline .select2-search__field,
.woocommerce .yith-plugin-fw input.select2-search__field,
.woocommerce .yith-plugin-fw table.form-table input.select2-search__field {
padding : 3px;
}
.yith-plugin-fw textarea {
width : 400px;
max-width : 100%;
padding : 5px;
}
/* ------------- ICONS ------------- */
.yit-icons-manager-wrapper {
width : 100%;
max-width : 400px;
}
.yit-icons-manager-text {
width : 100%;
}
.yit-icons-manager-icon-text {
width : calc(100% - 35px) !important;
height : 30px;
float : left;
margin : 0;
}
.yit-icons-manager-icon-preview {
width : 30px;
height : 30px;
margin-right : 5px;
float : left;
padding-top : 6px;
box-sizing : border-box;
text-align : center;
background : #f1f1f1;
}
.yit-icons-manager-list-wrapper {
margin : 10px 0;
box-shadow : 0 0 0 1px #ddd;
}
ul.yit-icons-manager-list {
width : 100%;
height : 300px;
overflow-y : scroll;
margin : 0;
}
ul.yit-icons-manager-list li {
float : left;
width : 30px;
height : 30px;
padding-top : 6px;
box-sizing : border-box;
text-align : center;
background : #f1f1f1;
margin : 1px;
cursor : pointer;
}
ul.yit-icons-manager-list li:hover {
background : #c5dcf6;
}
ul.yit-icons-manager-list li.active {
background : #d4f0ff;
}
.yit-icons-manager-action-set-default {
margin-bottom : 0;
}
.yit-icons-manager-default-icon-preview {
height : 100%;
display : inline-block;
padding-left : 10px;
border-left : 1px solid #ccc;
margin-left : 10px;
}
/* ------- Text Array ------- */
.yith-plugin-fw-text-array-table td {
padding : 1px;
}
.yith-plugin-fw-text-array-table input[type=text],
.woocommerce table.form-table table.yith-plugin-fw-text-array-table input[type=text] {
width : 100%;
}
/* ------- Image Gallery ------- */
.yith-plugin-fw .image-gallery ul li {
display : inline-block;
width : 80px;
margin-left : 10px;
position : relative;
}
.yith-plugin-fw .image-gallery ul li img {
width : 80px;
border : 1px solid #ccc;
}
.yith-plugin-fw .image-gallery ul li ul {
position : absolute;
top : -6px;
right : -1px;
width : 20px;
height : 20px;
}
.yith-plugin-fw .image-gallery ul a.delete {
background : url(../images/x.png) no-repeat;
width : 20px;
height : 20px;
display : block;
text-indent : -99999px;
}
/* ------- OnOff ------- */
.yith-plugin-fw-onoff-container {
display : inline-block;
}
.yith-plugin-fw-onoff-container input {
display : none;
}
.yith-plugin-fw-onoff-container input + span {
cursor: pointer;
text-indent: -9999px;
display: block;
width: 36px;
height: 20px;
line-height: 1;
background: #a4a4a4;
border-radius: 24px;
position: relative;
transition: all 0.3s;
}
.yith-plugin-fw-onoff-container input + span:before {
content : '';
background : #fff;
width : 16px;
height : 16px;
border-radius : 50%;
position : absolute;
top : 2px;
left : 2px;
transition : all 0.3s;
}
.yith-plugin-fw-onoff-container input:checked + span,
.yith-plugin-fw-onoff-container input.onoffchecked + span {
background : #0073aa;
}
.yith-plugin-fw-onoff-container input:checked + span:before,
.yith-plugin-fw-onoff-container input.onoffchecked + span:before {
left : 18px;
}
/* ------- Preview ------- */
.yith-plugin-fw-preview-field {
max-height : 200px;
}
/* ------- Radio ------- */
.yith-plugin-fw-radio input[type=radio] {
margin : 0 3px 0 0;
}
.yith-plugin-fw-radio__row {
margin-bottom : 8px;
}
/* ------- Sidebar Layout ------- */
.yith-plugin-fw-sidebar-layout input[type="radio"] {
display : none;
width : 0px;
}
.yith-plugin-fw-sidebar-layout input[type="radio"]:first-child {
margin-right : -2px;
}
.yith-plugin-fw-sidebar-layout input[type="radio"] + img {
border : 2px solid #fff;
padding : 1px;
}
.yith-plugin-fw-sidebar-layout input[type="radio"] + img:hover {
cursor : pointer;
}
.yith-plugin-fw-sidebar-layout input[checked] + img {
border : 2px solid #f2ad35;
padding : 1px;
}
.yith-plugin-fw-sidebar-layout select {
vertical-align : 12px;
}
.yit-admin-panel-content-wrap .yith-plugin-fw-sidebar-layout label {
font-weight : bold;
width : 200px;
float : left;
line-height : 23px;
margin-left : -230px;
}
/* ------- Slider ------- */
.yith-plugin-fw .slider {
padding-top : 20px;
}
.ui-slider .minCaption {
position : absolute;
right : 95%;
top : -6px;
margin-right : 11px;
}
.ui-slider .maxCaption {
position : absolute;
left : 95%;
top : -6px;
margin-left : 20px;
}
.ui-slider-horizontal .ui-slider-handle {
background : #fff;
border : 0px !important;
top : -12px !important;
border-radius : 50%;
width : 27px !important;
height : 27px !important;
box-sizing : border-box;
box-shadow : 0 1px 7px -1px rgba(0, 0, 0, 0.5);
font-size : 13px;
padding : 6px 0;
font-weight : 600;
color : #555;
text-align : center;
}
.ui-slider.ui-widget-content {
background : #ccc;
border : none !important;
height : 3px !important;
border-radius : 3px !important;
width : 90%;
margin : 15px 5% 20px 5%;
}
.iris-slider-offset.ui-slider.ui-widget-content {
background : transparent !important;
height : auto !important;
}
.ui-slider.ui-widget-content .ui-widget-header {
background : #4b93ff;
left : 0px !important;
-webkit-border-radius : 3px;
-moz-border-radius : 3px;
-khtml-border-radius : 3px;
border-radius : 3px;
}
/* ------- Select2 ------- */
.yith-plugin-fw-select2-wrapper {
width : 400px;
}
/* ------- Textarea ------- */
.yith-plugin-fw-textarea-editor-field-wrapper {
max-width : 1000px;
clear : both;
}
.yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area,
.woocommerce table.form-table .yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area {
width : 100%;
}
/* ------- Buttons ------- */
.yith-plugin-fw-buttons-field-wrapper {
margin-top : 7px;
}
/* ------- Select Images ------- */
.yith-plugin-fw-select-images__list {
margin : 0;
display : flex;
flex-wrap : wrap;
}
.yith-plugin-fw-select-images__item {
width : calc(20% - 10px);
min-width : 150px;
margin : 0 10px 10px 0;
padding : 10px;
box-sizing : border-box;
cursor : pointer;
transition : all .3s;
border : 2px solid #eee;
display : flex;
flex-direction : column;
justify-content : space-between;
}
.yith-plugin-fw-select-images__item:hover,
.yith-plugin-fw-select-images__item.yith-plugin-fw-select-images__item--selected {
border-color : #07bcce;
}
.yith-plugin-fw-select-images__item__label {
text-align : center;
font-weight : 600;
margin-bottom : 10px;
}
.yith-plugin-fw-select-images__item img {
display : block;
max-width : 100%;
margin : 0 auto;
}
/****************
YITH UI
****************/
@font-face {
font-family: 'yith-icon';
src: url('../fonts/yith-icon.eot?7ik896');
src: url('../fonts/yith-icon.eot?7ik896#iefix') format('embedded-opentype'),
url('../fonts/yith-icon.ttf?7ik896') format('truetype'),
url('../fonts/yith-icon.woff?7ik896') format('woff'),
url('../fonts/yith-icon.svg?7ik896#yith-icon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'yith-icon' !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;
}
.icon-drag:before {
content: "\e90f";
color: #d8d8d8;
}
.icon-arrow_down:before {
content: "\e900";
color: #d8d8d8;
}
.icon-arrow_left:before {
content: "\e901";
color: #d8d8d8;
}
.icon-arrow_right:before {
content: "\e902";
color: #d8d8d8;
}
.icon-arrow_up:before {
content: "\e903";
color: #d8d8d8;
}
.icon-calendar:before {
content: "\e904";
color: #d8d8d8;
}
.icon-check:before {
content: "\e905";
color: #d8d8d8;
}
.icon-close:before {
content: "\e906";
color: #d8d8d8;
}
.icon-edit:before {
content: "\e907";
color: #d8d8d8;
}
.icon-magnifier:before {
content: "\e908";
color: #d8d8d8;
}
.icon-pencil:before {
content: "\e909";
color: #d8d8d8;
}
.icon-plus:before {
content: "\e90a";
color: #d8d8d8;
}
.icon-update:before {
content: "\e90b";
color: #d8d8d8;
}
.icon-upload:before {
content: "\e90c";
color: #d8d8d8;
}
.icon-trash:before {
content: "\e90d";
color: #d8d8d8;
}
.icon-info:before {
content: "\e90e";
color: #d8d8d8;
}
.icon-reset:before {
content: "\e910";
color: #d8d8d8;
}
.yith-plugin-fw-banner{
width: 100%;
height: 75px;
background: url('../images/banner-premium.png');
}
.yith-plugin-fw-banner.yith-plugin-fw-banner-free{
height: 290px;
background: url('../images/banner-free.png') no-repeat;
}
.yith-plugin-fw-banner.yith-plugin-fw-banner-free h1{
max-width: auto;
text-align:left;
margin-left: 110px;
padding-top: 15px;
padding-bottom: 8px;
}
.yith-plugin-fw-banner h1{
text-transform: uppercase;
color: #0c5777;
font-size: 15px;
padding-left: 150px;
font-weight: 700;
text-align: left;
display: inline-block;
box-sizing: border-box;
}
.yith-plugin-fw-banner span{
font-style:italic;
display: block;
font-size: 15px;
color:#214249;
text-transform:none;
text-align: right;
}
.yith-plugin-fw-banner a,
.yith-plugin-fw-banner a:focus{
text-decoration: none;
outline: none;
box-shadow: none;
}
.yith-banners ul{
list-style: none;
margin-left: 10px;
}
.yith-banners ul li{
display: inline-block;
margin-left: 10px;
}
.yith-plugin-ui a{
outline: none;
box-shadow: none;
}
.yith-plugin-ui{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper{
margin-top:10px;
}
.yith-plugin-ui .nav-tab{
margin-left: 0px;
margin-right: 2px;
background-color: #336374;
color: #fff;
font-size: 13px;
padding: 7px 20px;
border: 0;
}
.yith-plugin-ui .nav-tab:first-child{
border-left: 1px solid #d9d9d9;
}
.yith-plugin-ui .nav-tab.yith-premium{
background-color: #be421c;
}
.yith-plugin-ui .nav-tab-active{
background-color: #fff;
color: #336374;
border-bottom:1px solid #fff;
}
.yith-plugin-ui .nav-tab-active.yith-premium{
background-color: #fff;
color: #be421c;
}
.yith-plugin-ui #plugin-fw-wc{
padding-top: 0px;
}
.yith-plugin-ui .form-table td{
padding: 15px 20px;
}
.yith-plugin-ui label{
color: #33373b;
font-size: 13px;
}
.yith-plugin-ui span.description{
color: #716269;
font-size: 11px;
font-style: normal;
font-weight: 400;
margin-top: 15px;
margin-left: 0;
}
#wpwrap .yith-plugin-ui h2.nav-tab-wrapper, #wpbody-content .yith-plugin-ui h2.nav-tab-wrapper {
border: 0;
border-bottom : 1px solid #ccc;
margin-right: 15px;
background-color: transparent;
padding-left: 0;
}
.yith-plugin-ui #plugin-fw-wc table.form-table,
.yith-plugin-ui #yith-plugin-fw-panel table.form-table,
.yith-plugin-ui table.form-table{
border: 1px solid #d8d8d8;
border-top: 0;
margin-bottom: 40px;
}
.yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper{
background-color: transparent;
border: 0;
text-transform: none;
border-bottom: 1px solid #ddd;
}
.yith-plugin-ui h2 {
color: #2a8db0;
font-size: 13px;
text-transform: uppercase;
border: 1px solid #d8d8d8;
border-bottom: 0;
background-color: #fff;
padding: 35px 20px;
margin: 0px;
}
.yith-plugin-ui .yith-plugin-fw-custom-tab h2{
border: 0px solid #d8d8d8;
padding-left: 0;
}
.yith-plugin-ui #plugin-fw-wc table.form-table th, #yith-plugin-fw-panel table.form-table th.titledesc, .yith-plugin-ui #plugin-fw-wc table.form-table td, #yith-plugin-fw-panel table.form-table td.forminp {
padding: 30px 20px;
}
.yith-plugin-ui #plugin-fw-wc h2 + div {
background: #fff;
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
margin: -20px 0 0 0;
padding-left: 20px;
padding-bottom: 5px;
}
.yith-plugin-ui #plugin-fw-wc h2 + div p, .yith-plugin-ui p.info-box{
background: #f1f1f1;
font-size: 12px;
font-weight: 700;
width: 40%;
display:block;
padding: 15px;
margin-bottom: 0;
}
.yith-plugin-ui #plugin-fw-wc h2 + div p:before, .yith-plugin-ui p.info-box:before{
content: "\e90e";
font-family: yith-icon;
font-size: 30px;
font-weight: normal;
display: block;
margin-top: -5px;
float: left;
margin-right: 15px;
}
.yith-plugin-ui h2:first-child{
border-top: 0;
}
/*** Icon ***/
.yith-plugin-ui span.yith-icon {
margin-left: -36px;
line-height: 36px;
font-size: 20px;
}
/*** General Input Style ***/
.yith-plugin-ui .yith-plugin-fw select,
.yith-plugin-ui textarea,
.yith-plugin-ui input[type=number],
.yith-plugin-ui.metaboxes-tab input[type=number],
.yith-plugin-ui input[type=text],
.yith-plugin-ui input[type=text],
.yith-plugin-ui input[type=email],
.yith-plugin-ui input[type=password],
.yith-plugin-fw.yith-plugin-ui input[type=text]:not(.select2-search__field),
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text]:not(.select2-search__field),
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table select,
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea,
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=number],
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text] {
border: 1px solid #d8d8d8;
border-radius: 8px;
padding: 8px 10px;
height: 38px;
min-width: 90px;
box-shadow: none;
color: #716269;
}
.yith-plugin-ui textarea,
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea{
height: auto;
}
.yith-plugin-ui table.form-table input[type=text].wp-color-picker,
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].wp-color-picker{
border: 0;
height: 30px;
max-width: 60px;
}
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].small-text,
.yith-plugin-ui input[type=text].small-text {
width: 100px;
height: 25px;
border: 1px solid #d9d9d9;
}
.yith-plugin-ui textarea {
height: auto;
padding: 8px;
}
.yith-plugin-ui select:focus,
.yith-plugin-ui input[type=text]:focus {
border-color: #a7d9ec;
}
.woocommerce .yith-plugin-ui table.form-table select,
.yith-plugin-ui select{
-webkit-appearance: none;
line-height: 1;
min-height: 35px;
background: url("../images/arrow_down.svg") no-repeat right center;
background-size: 35px 13px;
border-radius: 8px;
}
.yith-plugin-ui .form-table th{
width: 280px;
padding-right: 50px;
}
/** BUTTONS **/
.yith-plugin-ui .tablenav .button.action,
.wp-core-ui .yith-plugin-ui .button-primary,
.wp-core-ui .yith-plugin-ui .button-secondary,
.yith-plugin-ui .yith-add-button,
.yith-plugin-ui .yith-save-button,
.yith-plugin-ui .yith-edit-button,
.yith-plugin-ui .yith-update-button,
.yith-plugin-ui .yith-plugin-fw-select-all,
.yith-plugin-ui .yith-plugin-fw-deselect-all,
.yith-plugin-ui .yith-plugin-fw-upload-button,
.yith-plugin-ui .yith-plugin-fw-upload-button-reset {
border-radius: 3px;
text-transform: uppercase;
box-shadow: none;
border: 0;
font-weight: 700;
font-size: 11px;
padding: 0px 14px;
outline: none;
height: auto;
transition: all ease 0.3s;
background-color: #d6d6d6;
color: #656565;
text-shadow: none;
vertical-align: middle;
line-height: 26px;
display: inline-block;
text-decoration: none;
}
.wp-core-ui .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button-reset,
.wp-core-ui .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button,
.yith-plugin-ui .yith-plugin-fw-upload-button-reset,
.yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button-reset,
.yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button{
height: 38px;
}
.wp-core-ui .yith-plugin-ui .button:focus,
.wp-core-ui .yith-plugin-ui .button-primary:focus,
.yith-plugin-ui .yith-add-button:focus,
.yith-plugin-ui .yith-save-button:focus,
.yith-plugin-ui .yith-edit-button:focus,
.yith-plugin-ui .yith-update-button:focus,
.wp-core-ui .yith-plugin-ui .button-secondary:focus{
outline: none;
box-shadow: none;
}
/** button with inside a span with icon class */
.yith-plugin-ui .button-secondary span.yith-icon{
margin-left: 0px;
margin-right: 10px;
line-height: normal;
}
.yith-plugin-ui .button-secondary span.yith-icon:before{
color: #656565;
font-size: 15px;
}
.yith-plugin-ui .tablenav .button.action,
.wp-core-ui .yith-plugin-ui .button:focus,
.wp-core-ui .yith-plugin-ui .button-secondary:focus,
.yith-plugin-ui .yith-save-button:hover,
.wp-core-ui .yith-plugin-ui .button-secondary:hover,
.yith-plugin-ui .yith-plugin-fw-upload-button-reset:hover{
background-color: #cacaca;
color: #515151;
}
.wp-core-ui .yith-plugin-ui .button-primary,
.yith-plugin-ui .tablenav .button.action,
.yith-plugin-ui .button-secondary.yith-plugin-fw-select-all,
.yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button{
background-color: #007694;
color: #fff;
}
.yith-plugin-ui .tablenav .button.action:active,
.yith-plugin-ui .tablenav .button.action:focus,
.yith-plugin-ui .tablenav .button.action:hover,
.yith-plugin-ui .yith-add-button,
.wp-core-ui .yith-plugin-ui .button-primary:focus,
.wp-core-ui .yith-plugin-ui .button-primary:hover{
background-color: #375f6b;
color: #fff;
}
.yith-plugin-ui .yith-add-button:hover,
.wp-core-ui .yith-plugin-ui .yith-plugin-fw-upload-button:focus,
.yith-plugin-ui .button-secondary.yith-plugin-fw-select-all:hover,
.yith-plugin-ui .button-secondary.yith-plugin-fw-select-all:focus,
.yith-plugin-ui .yith-plugin-fw-upload-button:hover{
border-color: #007694;
background: #007694;
color: #fff;
line-height: 26px;
margin-left: 0;
}
.yith-plugin-ui .button-primary:before,
.yith-plugin-ui .yith-add-button:before,
.yith-plugin-ui .yith-save-button:before,
.yith-plugin-ui .yith-edit-button:before,
.yith-plugin-ui .yith-update-button:before,
.yith-plugin-ui .button-secondary:before{
font-family: 'yith-icon';
font-size: 10px;
font-weight: 700;
margin-right: 10px;
vertical-align: bottom;
display:inline-block;
}
/** yith-edit-button **/
.yith-plugin-ui .yith-edit-button {
background-color: #7f9298;
color: #fff;
}
.yith-plugin-ui .yith-edit-button:focus,
.yith-plugin-ui .yith-edit-button:hover {
background-color: #718085;
color: #fff;
}
.yith-plugin-ui .yith-edit-button:before{
content: "\e907";
}
/** yith-update-button **/
.yith-plugin-ui .yith-update-button {
background-color: #94aa09;
color: #fff;
}
.yith-plugin-ui .yith-update-button:focus,
.yith-plugin-ui .yith-update-button:hover {
background-color: #7a9009;
color: #fff;
}
.yith-plugin-ui .yith-update-button:before{
content: "\e90b";
font-size: 15px;
}
/** yith-save-button **/
.yith-plugin-ui .yith-save-button {
background-color: #267390;
color: #fff;
}
.yith-plugin-ui .yith-save-button:focus,
.yith-plugin-ui .yith-save-button:hover {
background-color: #1c4863;
color: #fff;
}
/** yith-remove-button **/
.yith-plugin-ui .button-secondary.yith-remove-button:before{
content: "\e90d";
font-size: 15px;
}
/** yith-add-button **/
.yith-plugin-ui .yith-add-button:before{
content: "\e90a";
}
/** yith-plugin-fw-upload-button **/
.yith-plugin-ui button.yith-plugin-fw-upload-button:before{
content: "\e90c";
font-family: 'yith-icon';
font-size: 19px;
font-weight: 400;
margin-right: 10px;
vertical-align: middle;
display:inline-block;
}
/** SELECT 2 **/
.yith-plugin-ui .select2-container,
.yith-plugin-ui .select2-selection--single{
height: auto;
padding: 2px;
outline: none;
}
.yith-plugin-ui .select2-selection--single{
margin: 0;
border: 0;
}
/* old panel*/
.yith-plugin-ui span.select2.select2-container.select2-container--default{
border: 1px solid #d8d8d8;
border-radius:8px;
}
.yith-plugin-ui span.select2.select2-container.select2-container--default:hover,
.yith-plugin-ui span.select2.select2-container.select2-container--default:active,
.yith-plugin-ui span.select2.select2-container.select2-container--default:focus {
border-color: #a7d9ec;
}
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
color: #fff;
}
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].select2-search__field,
.yith-plugin-ui .yith-plugin-fw table.form-table input.select2-search__field{
border: 0;
padding: 0;
height: initial;
}
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice,
.yith-plugin-ui .select2-selection__choice{
color: #fff;
background-color: #4e8ba2;
border-radius: 12px;
padding: 3px 11px;
border-color: #33937e;
font-size: 12px;
}
.yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow:before{
content: "\e900";
font-family: 'yith-icon' !important;
line-height: 36px;
color: #d9d9d9;
}
.yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow b{
display: none;
}
.yith-plugin-ui .select2-container--open .select2-dropdown--below,
.yith-plugin-ui .select2-container--open .select2-dropdown--above,
.yith-plugin-fw-panel .select2-container--open .select2-dropdown--below,
.yith-plugin-fw-panel .select2-container--open .select2-dropdown--above {
margin-top: 10px;
border-radius: 8px;
box-shadow:0 2px 4px 0 rgba(0,0,0,0.12),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.yith-plugin-ui .select2-container--open .select2-dropdown--above,
.yith-plugin-fw-panel .select2-container--open .select2-dropdown--above{
margin-top: -10px;
}
.yith-plugin-ui .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.yith-plugin-ui .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.yith-plugin-fw-panel .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.yith-plugin-fw-panel .select2-container--default.select2-container--open.select2-container--above .select2-selection--single{
border-radius: 8px;
}
.yith-plugin-ui .select2-results .select2-results__group, .select2-results .select2-results__option:first-child,
.yith-plugin-fw-panel .select2-results .select2-results__group, .select2-results .select2-results__option:first-child{
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.yith-plugin-ui .select2-results .select2-results__group,
.yith-plugin-ui .select2-results .select2-results__option:last-child,
.yith-plugin-fw-panel .select2-results .select2-results__group,
.yith-plugin-fw-panel .select2-results .select2-results__option:last-child{
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.yith-plugin-ui .select2-container--default .select2-results__option[data-selected=true],
.yith-plugin-ui .select2-container--default .select2-results__option[aria-selected=true],
.yith-plugin-fw-panel .select2-container--default .select2-results__option[data-selected=true],
.yith-plugin-fw-panel .select2-container--default .select2-results__option[aria-selected=true] {
background-color: #fff;
outline: none;
}
.yith-plugin-ui .select2-container--default .select2-results__option--highlighted[aria-selected],
.yith-plugin-ui .select2-container--default .select2-results__option--highlighted[data-selected],
.yith-plugin-fw-panel .select2-container--default .select2-results__option--highlighted[aria-selected],
.yith-plugin-fw-panel .select2-container--default .select2-results__option--highlighted[data-selected]{
background-color: #e8eff1;
color: #4e8ba2;
outline: none;
}
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
float: right;
padding-left: 15px;
text-indent: -9999px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
.woocommerce .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after{
float: right;
color: #fff;
content: "\e906";
font-family: 'yith-icon' !important;
font-size: 9px;
line-height: 21px;
text-indent: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after{
color: #000;
}
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after
.yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after{
color: #000;
}
.yith-plugin-ui .select2-container .select2-selection--multiple,
.yith-plugin-ui .select2-container--default.select2-container--focus .select2-selection--multiple{
border: 0;
}
.yith-plugin-fw .select2-search input[type=text]{
border: 0;
padding: 0;
height: auto;
}
.yith-plugin-ui .yith-plugin-fw-select-field-wrapper span.yith-icon.icon-magnifier,
.yith-plugin-fw-panel .yith-plugin-fw-select-field-wrapper span.yith-icon.icon-magnifier {
position: absolute;
padding-top: 5px;
}
.yith-plugin-ui input[type=text].select2-search__field{
border: 0;
padding: 0;
height: 30px;
}
.yith-plugin-ui .select2-container--default .select2-search--dropdown .select2-search__field,
.yith-plugin-fw-panel .select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #d9d9d9;
border-radius: 8px;
box-shadow: none;
}
.yith-plugin-ui .select2-dropdown,
.yith-plugin-fw-panel .select2-dropdown{
border: 1px solid #d9d9d9;
}
/** RADIO BUTTON **/
.yith-plugin-ui [type="radio"]:checked,
.yith-plugin-ui [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.yith-plugin-ui [type="radio"]:checked + label,
.yith-plugin-ui [type="radio"]:not(:checked) + label
{
position: relative;
padding-left: 35px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #716269;
font-size: 12px;
}
.yith-plugin-ui [type="radio"]:checked + label:before,
.yith-plugin-ui [type="radio"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 1px solid #d8d8d8;
border-radius: 100%;
background: #fff;
}
.yith-plugin-ui [type="radio"]:checked + label:after,
.yith-plugin-ui [type="radio"]:not(:checked) + label:after {
content: '';
width: 12px;
height: 12px;
background: #4e8ba2;
position: absolute;
top: 4px;
left: 4px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.yith-plugin-ui [type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.yith-plugin-ui [type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
/** CHECKBOX **/
.yith-plugin-ui input[type="checkbox"] {
-webkit-appearance: none;
background-color: #fff;
border: 1px solid #d8d8d8;
box-shadow: none;
width: 18px;
height: 18px;
border-radius: 3px;
display: inline-block;
position: relative;
}
.yith-plugin-ui input[type="checkbox"]:checked{
background-color: #4e8ba2;
border-color: #488197;
}
.yith-plugin-ui .forminp-checkbox span.description.inline {
margin-left: 10px;
}
.yith-plugin-ui input[type="checkbox"]:checked:before{
display: none;
}
.yith-plugin-ui input[type="checkbox"]:checked:after {
content: "\e905";
font-family: 'yith-icon';
font-size: 15px;
position: absolute;
top: 8px;
left: 1px;
color: #fff;
}
/** ONOFF **/
.yith-plugin-ui .yith-plugin-fw-onoff-container input[type="checkbox"] {
display: none;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span{
border: 1px solid #d8d8d8;
background-color: #fff;
width:50px;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before{
background-color: #d8d8d8;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before {
width: 14px;
height: 14px;
top: 3px;
left: 4px;
background-color: #d8d8d8;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after{
content: 'OFF';
width: 14px;
height: 14px;
font-size: 10px;
padding-left:24px;
color: #979797;
margin-top: 5px;
display: inline-block;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span,
.yith-plugin-ui .yith-plugin-fw-onoff-container input.onoffchecked + span{
background-color: #fff;
border-color: #98aa36;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:before,
.yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:before{
background-color: #98aa36;
left:32px;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after,
.yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after{
content: 'ON';
color: #98aa36;
width: 14px;
height: 14px;
display: inline-block;
font-size: 10px;
padding: 0 10px;
margin-top: 5px;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span{
text-indent: 0;
}
/**
DATEPICKER
*/
.yith-plugin-ui div#ui-datepicker-div,
.yith-plugin-fw-panel div#ui-datepicker-div {
border: 0;
box-shadow:0 2px 4px 0 rgba(0,0,0,0.12),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.yith-plugin-ui .ui-datepicker-header.ui-widget-header,
.yith-plugin-fw-panel .ui-datepicker-header.ui-widget-header {
background:#4e8ba2;
color: #fff;
font-size: 11px;
line-height: 25px;
border:0;
min-height: 25px;
}
.yith-plugin-ui .ui-datepicker-title,
.yith-plugin-fw-panel .ui-datepicker-title{
line-height: 25px;
}
.yith-plugin-ui .ui-datepicker th,
.yith-plugin-fw-panel .ui-datepicker th{
color: #716269;
}
.yith-plugin-ui .ui-widget-header .ui-icon,
.yith-plugin-ui .ui-widget-header .ui-state-hover,
.yith-plugin-ui .ui-datepicker .ui-datepicker-prev,
.yith-plugin-ui .ui-datepicker .ui-datepicker-next,
.yith-plugin-ui .ui-icon.ui-icon-circle-triangle-w,
.yith-plugin-ui .ui-icon.ui-icon-circle-triangle-e,
.yith-plugin-fw-panel .ui-widget-header .ui-icon,
.yith-plugin-fw-panel .ui-widget-header .ui-state-hover,
.yith-plugin-fw-panel .ui-datepicker .ui-datepicker-prev,
.yith-plugin-fw-panel .ui-datepicker .ui-datepicker-next,
.yith-plugin-fw-panel .ui-icon.ui-icon-circle-triangle-w,
.yith-plugin-fw-panel .ui-icon.ui-icon-circle-triangle-e{
background: none;
content: "";
border: 0;
text-indent: 0;
width:15px;
height: 20px;
display:block;
overflow:hidden;
}
.yith-plugin-ui .ui-icon.ui-icon-circle-triangle-w:before,
.yith-plugin-fw-panel .ui-icon.ui-icon-circle-triangle-w:before {
content: "\e901";
color: #fff;
font-family: 'yith-icon';
font-size: 12px;
font-weight: normal;
width:15px;
display:block;
}
.yith-plugin-ui .ui-icon.ui-icon-circle-triangle-e:before,
.yith-plugin-fw-panel .ui-icon.ui-icon-circle-triangle-e:before {
content: "\e902";
color: #fff;
text-indent: 0;
font-family: 'yith-icon';
font-size: 12px;
font-weight: normal;
width:15px;
display:block;
}
/* arrow */
.yith-plugin-ui .ui-datepicker .ui-datepicker-prev,
.yith-plugin-ui .ui-datepicker .ui-datepicker-next,
.yith-plugin-ui .ui-datepicker-prev.ui-datepicker-prev-hover,
.yith-plugin-ui .ui-datepicker-prev.ui-datepicker-next-hover,
.yith-plugin-fw-panel .ui-datepicker .ui-datepicker-prev,
.yith-plugin-fw-panel .ui-datepicker .ui-datepicker-next,
.yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-prev-hover,
.yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-next-hover{
top: 1px;
cursor: pointer;
}
.yith-plugin-ui .ui-datepicker-prev.ui-datepicker-prev,
.yith-plugin-ui .ui-datepicker-prev.ui-datepicker-prev-hover,
.yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-prev,
.yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-prev-hover{
left: 5px;
}
.yith-plugin-ui .ui-datepicker .ui-datepicker-next,
.yith-plugin-ui .ui-datepicker-next.ui-datepicker-next-hover,
.yith-plugin-fw-panel .ui-datepicker .ui-datepicker-next,
.yith-plugin-fw-panel .ui-datepicker-next.ui-datepicker-next-hover{
right: 1px;
}
.yith-plugin-ui .ui-datepicker table,
.yith-plugin-fw-panel .ui-datepicker table{
font-size: 10px;
}
.yith-plugin-ui .ui-state-default,
.yith-plugin-ui .ui-widget-content .ui-state-default,
.yith-plugin-ui .ui-widget-header .ui-state-default,
.yith-plugin-fw-panel .ui-state-default,
.yith-plugin-fw-panel .ui-widget-content .ui-state-default,
.yith-plugin-fw-panel .ui-widget-header .ui-state-default{
background:#fff;
border: 1px solid #d9d9d9;
}
.yith-plugin-ui .ui-state-hover,
.yith-plugin-ui .ui-widget-content .ui-state-hover,
.yith-plugin-ui a.ui-state-default:focus,
.yith-plugin-ui .ui-widget-content .ui-state-focus,
.yith-plugin-ui .ui-widget-header .ui-state-focus,
.yith-plugin-fw-panel .ui-state-hover,
.yith-plugin-fw-panel .ui-widget-content .ui-state-hover,
.yith-plugin-fw-panel a.ui-state-default:focus,
.yith-plugin-fw-panel .ui-widget-content .ui-state-focus,
.yith-plugin-fw-panel .ui-widget-header .ui-state-focus{
background:#ebf1f3;
border:1px solid #bfd5dd;
outline: none;
box-shadow: none;
}
.yith-plugin-ui .ui-widget-header .ui-state-hover, .woocommerce .yith-plugin-ui .ui-state-focus,
.yith-plugin-fw-panel .ui-widget-header .ui-state-hover, .woocommerce .yith-plugin-ui .ui-state-focus {
background: none;
border: 0;
}
/** colorpicker **/
.yith-plugin-ui .yith-plugin-fw-colorpicker-field-wrapper .iris-picker,
.yith-plugin-ui .yith-plugin-fw-colorpicker-field-wrapper .wp-picker-holder {
display: none !important;
}
.yith-plugin-ui .yith-plugin-fw-colorpicker-field-wrapper .wp-picker-input-wrap {
display: inline !important;
}
.yith-plugin-ui .yith-plugin-fw-colorpicker-field-wrapper .wp-picker-active .iris-picker,
.yith-plugin-ui .yith-plugin-fw-colorpicker-field-wrapper .wp-picker-active .wp-picker-holder {
display: block !important;
}
.woocommerce .yith-plugin-ui .iris-picker{
border:0;
margin-top: 20px;
}
.yith-plugin-ui .yith-plugin-fw input[type=text].wp-color-picker {
border:0;
padding: 2px 5px;
height:30px;
}
.yith-plugin-ui .wp-color-result-text{
display: none;
}
.yith-plugin-ui .wp-picker-container .wp-color-result.button{
width: 30px;
height: 30px;
border: 0;
box-shadow: none;
border: 1px solid #d9d9d9;
margin-bottom: 0;
display: inline-block;
vertical-align: middle;
}
.yith-plugin-ui .wp-picker-default-custom{
cursor: pointer;
width: 25px;
padding: 0 5px;
display: inline-block;
vertical-align: middle;
position: relative;
}
.yith-plugin-ui .wp-picker-default-custom input.button {
opacity: 0;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 2;
}
.yith-plugin-ui .wp-picker-default-custom:before{
content: "\e910";
text-indent: 0;
font-family: 'yith-icon';
font-size: 20px;
color: #d8d8d8;
font-weight: normal;
width:15px;
display:block;
background: none;
line-height: 20px;
margin-left: 8px;
}
.yith-plugin-ui .wp-picker-container{
width: auto;
display: inline-block;
border: 1px solid #d9d9d9;
border-radius: 8px;
padding: 5px;
}
.yith-plugin-ui .iris-picker .iris-square-inner{
box-shadow: none;
border: 1px solid #d9d9d9;
}
.yith-plugin-ui .yith-single-colorpicker{
display: inline-block;
width: 220px;
}
.yith-plugin-ui .yith-single-colorpicker > label{
display: block;
font-size: 11px;
font-weight: 600;
margin-bottom: 10px;
}
/* RANGE SLIDER */
.yith-plugin-ui .ui-slider-horizontal .ui-slider-handle{
top: -45px!important;
}
.yith-plugin-ui .ui-slider-horizontal .ui-slider-handle {
position: absolute;
top: -33px;
left: 0;
width: auto !important;
height: auto !important;
padding: 2px 8px;
margin-left: -15px;
font-size: 12px;
line-height: 20px;
color: #4e8ba2;
text-align: center;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
-webkit-transition: opacity .3s ease-in-out 0s;
transition: opacity .3s ease-in-out 0s;
box-shadow: 0px 1px 7px 0px rgba(1, 1, 1, 0.13);
}
.yith-plugin-ui .ui-slider-horizontal .ui-slider-handle:before {
position: absolute;
bottom: -3px;
left: 50%;
display: inline-block;
width: 6px;
height: 6px;
margin-left: -3px;
content: "";
background-color: #fff;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.yith-plugin-ui .ui-slider.ui-widget-content .ui-widget-header{
background: #4e8ba2 ;
}
.yith-plugin-ui .ui-slider-horizontal .ui-slider-handle:after{
content: '';
width: 17px;
height: 17px;
display: block;
position: absolute;
background: #fff;
top: 37px;
border-radius: 50%;
box-shadow: 0px 1px 6px 0px rgba(1, 1, 1, 0.25);
}
.yith-plugin-ui .ui-slider.ui-widget-content{
height: 5px !important;
}
.yith-plugin-ui .ui-slider .minCaption,
.yith-plugin-ui .ui-slider .maxCaption {
font-weight: 700;
font-size: 12px;
}
/* ADD_BOX AND TOGGLE */
.yith-plugin-ui .yith-add-box,
.yith-plugin-ui .yith-toggle-row{
width:70%;
border: 1px solid #d9d9d9;
box-shadow:none;
border-radius: 4px;
margin: 20px 0;
padding: 10px;
box-sizing: border-box;
background: white;
}
.yith-plugin-ui .yith-add-box{
padding: 30px 25px;
display: none;
}
.yith-plugin-ui .yith-toggle-title{
position: relative;
}
.yith-plugin-ui #plugin-fw-wc .yith-toggle-title h3,
.yith-plugin-ui .yith-toggle-title h3{
padding: 0px 20px 0px 25px;
margin: 0;
display: inline-block;
position: relative;
min-width: 173px;
box-sizing: border-box;
font-weight: 600;
font-size: 15px;
}
.yith-plugin-ui .yith-toggle-title .subtitle{
padding-left: 0;
padding-top:8px;
font-size: 12px;
}
.yith-plugin-ui .yith-toggle{
position: absolute;
width: 30px;
height: 30px;
display: block;
cursor: pointer;
left: 0px;
top: 0;
bottom: 0;
}
.yith-plugin-ui .yith-toggle > span:before{
color: #405e69;
}
.yith-plugin-ui .yith-toggle > span{
position: absolute;
right: 50%;
transition: transform .3s;
line-height: 1;
}
.yith-plugin-ui .yith-toggle-row-opened .yith-toggle span{
transform: rotateZ(90deg);
}
.yith-plugin-ui .yith-toggle-content{
display: none;
position: relative;
padding: 30px 25px;
}
.yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content{
/* display: block;*/
}
.yith-plugin-ui .yith-add-box-row,
.yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row{
display: table;
margin-bottom: 20px;
}
.yith-plugin-ui .yith-add-box-row label,
.yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row label{
display: table-cell;
width: 250px;
padding-right:40px;
color: #33373b;
font-size: 13px;
vertical-align: top;
font-weight: 600;
}
.yith-plugin-ui .yith-add-box-row .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper),
.yith-plugin-ui .yith-toggle-row-opened .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
/* display: table-cell;*/
width: auto;
float: none;
vertical-align: middle;
position: relative;
}
.yith-plugin-ui .yith-add-box-row span.yith-icon,
.yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row span.yith-icon{
position: absolute;
right: 15px;
top: 0;
bottom: 0;
}
.yith-plugin-ui .yith-add-box-buttons,
.yith-plugin-ui .yith-toggle-content-buttons{
text-align: right;
}
.yith-plugin-ui .yith-toggle-onoff {
position: absolute;
cursor: pointer;
right: 0;
}
.yith-plugin-ui .ui-sortable .yith-toggle-onoff{
right: 30px;
}
.yith-plugin-ui .yith-toggle-row .icon-drag{
position: absolute;
right: 0;
top: 25%;
bottom: 0;
line-height: 1;
}
.yith-plugin-ui .yith-toggle-row.with-subtitle .yith-toggle{
top: auto;
}
.yith-plugin-ui .yith-toggle-row.with-subtitle .yith-toggle-onoff{
top: 25%;
}
/** SPINNER **/
.yith-plugin-ui .spinner{
vertical-align: -5px;
float: none;
}
.yith-plugin-ui .spinner.show{
visibility: visible;
}
/* LIST TABLE */
.yith-plugin-ui .form-table .list-table td{
padding: 15px 0px;
}
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table .bulkactions select{
border: 1px solid #d8d8d8;
max-width: 200px;
max-height: 30px;
padding: 0 10px;
}
.yith-plugin-ui .form-table .list-table th{
width: initial;
}
.yith-plugin-ui #plugin-fw-wc table.form-table th.check-column{
padding-left: 3px;
}
.yith-plugin-ui #plugin-fw-wc table.wp-list-table tbody td{
padding-left: 20px;
}
.yith-plugin-ui .yith-plugin-fw-list-table h2{
border: 0;
padding: 35px 0 15px;
display: inline-block;
margin-right: 10px;
}
.yith-plugin-ui .form-table .yith-plugin-fw-list-table table th{
vertical-align: middle;
}
.yith-plugin-ui .yith-plugin-fw-list-table-container{
padding: 0 20px;
}
.yith-plugin-ui #doaction, .yith-plugin-ui #doaction2, .yith-plugin-ui #post-query-submit{
margin-left: 10px;
height: 33px;
}
.yith-plugin-ui .bulkactions{
margin: 10px 0;
}
.yith-plugin-ui .form-table td p.yith-section-description{
color:#716269;
margin-bottom: 20px;
}
/** Time picker width*/
.yith-plugin-ui input.ui-timepicker-input {
width: 100px!important;
}
/** date format **/
.yith-plugin-ui .yith-plugin-fw-date-format code {
margin-left: 30px;
}
.yith-plugin-ui .yith-plugin-fw-date-format input[type=text].small-text {
margin-left: 45px;
}
/** checkbox columns **/
.yith-plugin-ui td.forminp-checkbox.two-cols fieldset {
width: calc(50% - 20px);
padding-right: 20px;
float: left;
}
.yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
width: calc(33% - 0px);
padding-right: 0px;
float: left;
}
.yith-plugin-fw-checkbox-field-wrapper {
display: inline-block !important;
width: 19px !important;
margin-right: 10px;
}
.yith-plugin-fw-checkbox-field-wrapper + span.description {
display: inline-block;
vertical-align: middle;
margin: 0;
}
.yith-plugin-ui span.description {
margin-top: 10px;
}
.yith-plugin-fw-option-with-description {
display: table-cell;
width: auto;
vertical-align: top;
}
/** YITH PANEL **/
.yith-plugin-ui #yith-plugin-fw-panel{
margin-top: -10px;
}
.yith-plugin-ui #plugin-fw-wc, .yith-plugin-ui #yith-plugin-fw-panel{
padding-top: 0;
}
.yith-plugin-ui .plugin-option tr{
border: 0;
}
@media screen and (max-width: 1440px){
.yith-plugin-ui .yith-add-box,
.yith-plugin-ui .yith-toggle-row{
width: 80%;
}
}
@media screen and (max-width: 1024px){
.yith-plugin-ui .yith-add-box,
.yith-plugin-ui .yith-toggle-row{
width: 90%;
}
.yith-plugin-ui td.forminp-checkbox.two-cols fieldset {
width: 100%;
padding-right: 20px;
float: left;
}
.yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
width: calc(50% - 0px);
padding-right: 0px;
float: left;
}
}
@media screen and (max-width: 782px){
.yith-plugin-fw-banner.yith-plugin-fw-banner-free{
height: auto;
background-color: #a9c7d3;
}
.yith-plugin-fw-banner.yith-plugin-fw-banner-free ul{
width: 90%;
text-align: center;
}
.yith-plugin-fw-banner.yith-plugin-fw-banner-free li img{
width: 90%;
margin: 0 auto;
}
.yith-plugin-fw-banner h1{
line-height: 1.2em;
}
.yith-plugin-ui .yith-add-box,
.yith-plugin-ui .yith-toggle-row{
width: 100%;
}
.yith-plugin-ui td.forminp-checkbox.two-cols fieldset,
.yith-plugin-ui td.forminp-checkbox.three-cols fieldset{
width: 100%;
}
} | plugins/yith-woocommerce-wishlist/plugin-fw/assets/css/yith-fields.css | .yith-plugin-fw span.description {
display : block;
margin-top : 5px;
font-size : 12px;
color : #777;
font-style : italic;
clear : both;
}
.yith-plugin-fw span.description.inline {
display : inline-block;
margin : 0 0 0 5px;
}
.yith-disabled {
opacity : 0.3;
pointer-events : none;
}
.yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
display : block;
width : 100%;
}
.yith-plugin-fw-field-wrapper span.desc {
display : block;
width : 100%;
}
.yith-plugin-fw-title-field-wrapper h3.title {
width : 100%;
}
.the-metabox .yith-plugin-fw-title-field-wrapper h3.title {
float : left;
}
.yith-plugin-fw input[type=email],
.yith-plugin-fw input[type=number],
.yith-plugin-fw input[type=text]:not(.select2-search__field),
.yith-plugin-fw select,
.woocommerce .yith-plugin-fw table.form-table input[type=email],
.woocommerce .yith-plugin-fw table.form-table input[type=number],
.woocommerce .yith-plugin-fw table.form-table input[type=text]:not(.select2-search__field),
.woocommerce .yith-plugin-fw table.form-table select {
width : 400px;
max-width : 100%;
height : 30px;
padding : 5px;
}
.woocommerce .yith-plugin-fw table.form-table input[type=text].wp-color-picker,
.woocommerce .yith-plugin-fw table.form-table input[type=text].yith-plugin-fw-colorpicker,
.yith-plugin-fw input[type=text].wp-color-picker,
.yith-plugin-fw input[type=text].yith-plugin-fw-colorpicker {
width : 6em;
max-width : none;
height : auto;
padding : 3px 5px;
}
.woocommerce .yith-plugin-fw table.form-table input[type=text].colorpick,
.yith-plugin-fw input[type=text].colorpick {
width : 6em;
max-width : none;
height : auto;
padding : 6px;
}
.yith-plugin-fw input.select2-search__field,
.yith-plugin-fw .select2-container .select2-search--inline .select2-search__field,
.woocommerce .yith-plugin-fw input.select2-search__field,
.woocommerce .yith-plugin-fw table.form-table input.select2-search__field {
padding : 3px;
}
.yith-plugin-fw textarea {
width : 400px;
max-width : 100%;
padding : 5px;
}
/* ------------- ICONS ------------- */
.yit-icons-manager-wrapper {
width : 100%;
max-width : 400px;
}
.yit-icons-manager-text {
width : 100%;
}
.yit-icons-manager-icon-text {
width : calc(100% - 35px) !important;
height : 30px;
float : left;
margin : 0;
}
.yit-icons-manager-icon-preview {
width : 30px;
height : 30px;
margin-right : 5px;
float : left;
padding-top : 6px;
box-sizing : border-box;
text-align : center;
background : #f1f1f1;
}
.yit-icons-manager-list-wrapper {
margin : 10px 0;
box-shadow : 0 0 0 1px #ddd;
}
ul.yit-icons-manager-list {
width : 100%;
height : 300px;
overflow-y : scroll;
margin : 0;
}
ul.yit-icons-manager-list li {
float : left;
width : 30px;
height : 30px;
padding-top : 6px;
box-sizing : border-box;
text-align : center;
background : #f1f1f1;
margin : 1px;
cursor : pointer;
}
ul.yit-icons-manager-list li:hover {
background : #c5dcf6;
}
ul.yit-icons-manager-list li.active {
background : #d4f0ff;
}
.yit-icons-manager-action-set-default {
margin-bottom : 0;
}
.yit-icons-manager-default-icon-preview {
height : 100%;
display : inline-block;
padding-left : 10px;
border-left : 1px solid #ccc;
margin-left : 10px;
}
/* ------- Text Array ------- */
.yith-plugin-fw-text-array-table td {
padding : 1px;
}
.yith-plugin-fw-text-array-table input[type=text],
.woocommerce table.form-table table.yith-plugin-fw-text-array-table input[type=text] {
width : 100%;
}
/* ------- Image Gallery ------- */
.yith-plugin-fw .image-gallery ul li {
display : inline-block;
width : 80px;
margin-left : 10px;
position : relative;
}
.yith-plugin-fw .image-gallery ul li img {
width : 80px;
border : 1px solid #ccc;
}
.yith-plugin-fw .image-gallery ul li ul {
position : absolute;
top : -6px;
right : -1px;
width : 20px;
height : 20px;
}
.yith-plugin-fw .image-gallery ul a.delete {
background : url(../images/x.png) no-repeat;
width : 20px;
height : 20px;
display : block;
text-indent : -99999px;
}
/* ------- OnOff ------- */
.yith-plugin-fw-onoff-container {
display : inline-block;
}
.yith-plugin-fw-onoff-container input {
display : none;
}
.yith-plugin-fw-onoff-container input + span {
cursor: pointer;
text-indent: -9999px;
display: block;
width: 36px;
height: 20px;
line-height: 1;
background: #a4a4a4;
border-radius: 24px;
position: relative;
transition: all 0.3s;
}
.yith-plugin-fw-onoff-container input + span:before {
content : '';
background : #fff;
width : 16px;
height : 16px;
border-radius : 50%;
position : absolute;
top : 2px;
left : 2px;
transition : all 0.3s;
}
.yith-plugin-fw-onoff-container input:checked + span,
.yith-plugin-fw-onoff-container input.onoffchecked + span {
background : #0073aa;
}
.yith-plugin-fw-onoff-container input:checked + span:before,
.yith-plugin-fw-onoff-container input.onoffchecked + span:before {
left : 18px;
}
/* ------- Preview ------- */
.yith-plugin-fw-preview-field {
max-height : 200px;
}
/* ------- Radio ------- */
.yith-plugin-fw-radio input[type=radio] {
margin : 0 3px 0 0;
}
.yith-plugin-fw-radio__row {
margin-bottom : 8px;
}
/* ------- Sidebar Layout ------- */
.yith-plugin-fw-sidebar-layout input[type="radio"] {
display : none;
width : 0px;
}
.yith-plugin-fw-sidebar-layout input[type="radio"]:first-child {
margin-right : -2px;
}
.yith-plugin-fw-sidebar-layout input[type="radio"] + img {
border : 2px solid #fff;
padding : 1px;
}
.yith-plugin-fw-sidebar-layout input[type="radio"] + img:hover {
cursor : pointer;
}
.yith-plugin-fw-sidebar-layout input[checked] + img {
border : 2px solid #f2ad35;
padding : 1px;
}
.yith-plugin-fw-sidebar-layout select {
vertical-align : 12px;
}
.yit-admin-panel-content-wrap .yith-plugin-fw-sidebar-layout label {
font-weight : bold;
width : 200px;
float : left;
line-height : 23px;
margin-left : -230px;
}
/* ------- Slider ------- */
.yith-plugin-fw .slider {
padding-top : 20px;
}
.ui-slider .minCaption {
position : absolute;
right : 95%;
top : -6px;
margin-right : 11px;
}
.ui-slider .maxCaption {
position : absolute;
left : 95%;
top : -6px;
margin-left : 20px;
}
.ui-slider-horizontal .ui-slider-handle {
background : #fff;
border : 0px !important;
top : -12px !important;
border-radius : 50%;
width : 27px !important;
height : 27px !important;
box-sizing : border-box;
box-shadow : 0 1px 7px -1px rgba(0, 0, 0, 0.5);
font-size : 13px;
padding : 6px 0;
font-weight : 600;
color : #555;
text-align : center;
}
.ui-slider.ui-widget-content {
background : #ccc;
border : none !important;
height : 3px !important;
border-radius : 3px !important;
width : 90%;
margin : 15px 5% 20px 5%;
}
.iris-slider-offset.ui-slider.ui-widget-content {
background : transparent !important;
height : auto !important;
}
.ui-slider.ui-widget-content .ui-widget-header {
background : #4b93ff;
left : 0px !important;
-webkit-border-radius : 3px;
-moz-border-radius : 3px;
-khtml-border-radius : 3px;
border-radius : 3px;
}
/* ------- Select2 ------- */
.yith-plugin-fw-select2-wrapper {
width : 400px;
}
/* ------- Textarea ------- */
.yith-plugin-fw-textarea-editor-field-wrapper {
max-width : 1000px;
clear : both;
}
.yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area,
.woocommerce table.form-table .yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area {
width : 100%;
}
/* ------- Buttons ------- */
.yith-plugin-fw-buttons-field-wrapper {
margin-top : 7px;
}
/* ------- Select Images ------- */
.yith-plugin-fw-select-images__list {
margin : 0;
display : flex;
flex-wrap : wrap;
}
.yith-plugin-fw-select-images__item {
width : calc(20% - 10px);
min-width : 150px;
margin : 0 10px 10px 0;
padding : 10px;
box-sizing : border-box;
cursor : pointer;
transition : all .3s;
border : 2px solid #eee;
display : flex;
flex-direction : column;
justify-content : space-between;
}
.yith-plugin-fw-select-images__item:hover,
.yith-plugin-fw-select-images__item.yith-plugin-fw-select-images__item--selected {
border-color : #07bcce;
}
.yith-plugin-fw-select-images__item__label {
text-align : center;
font-weight : 600;
margin-bottom : 10px;
}
.yith-plugin-fw-select-images__item img {
display : block;
max-width : 100%;
margin : 0 auto;
}
/****************
YITH UI
****************/
@font-face {
font-family: 'yith-icon';
src: url('../fonts/yith-icon.eot?7ik896');
src: url('../fonts/yith-icon.eot?7ik896#iefix') format('embedded-opentype'),
url('../fonts/yith-icon.ttf?7ik896') format('truetype'),
url('../fonts/yith-icon.woff?7ik896') format('woff'),
url('../fonts/yith-icon.svg?7ik896#yith-icon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'yith-icon' !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;
}
.icon-drag:before {
content: "\e90f";
color: #d8d8d8;
}
.icon-arrow_down:before {
content: "\e900";
color: #d8d8d8;
}
.icon-arrow_left:before {
content: "\e901";
color: #d8d8d8;
}
.icon-arrow_right:before {
content: "\e902";
color: #d8d8d8;
}
.icon-arrow_up:before {
content: "\e903";
color: #d8d8d8;
}
.icon-calendar:before {
content: "\e904";
color: #d8d8d8;
}
.icon-check:before {
content: "\e905";
color: #d8d8d8;
}
.icon-close:before {
content: "\e906";
color: #d8d8d8;
}
.icon-edit:before {
content: "\e907";
color: #d8d8d8;
}
.icon-magnifier:before {
content: "\e908";
color: #d8d8d8;
}
.icon-pencil:before {
content: "\e909";
color: #d8d8d8;
}
.icon-plus:before {
content: "\e90a";
color: #d8d8d8;
}
.icon-update:before {
content: "\e90b";
color: #d8d8d8;
}
.icon-upload:before {
content: "\e90c";
color: #d8d8d8;
}
.icon-trash:before {
content: "\e90d";
color: #d8d8d8;
}
.icon-info:before {
content: "\e90e";
color: #d8d8d8;
}
.icon-reset:before {
content: "\e910";
color: #d8d8d8;
}
.yith-plugin-fw-banner{
width: 100%;
height: 75px;
background: url('../images/banner-premium.png');
}
.yith-plugin-fw-banner.yith-plugin-fw-banner-free{
height: 290px;
background: url('../images/banner-free.png') no-repeat;
}
.yith-plugin-fw-banner.yith-plugin-fw-banner-free h1{
max-width: auto;
text-align:left;
margin-left: 110px;
padding-top: 15px;
padding-bottom: 8px;
}
.yith-plugin-fw-banner h1{
text-transform: uppercase;
color: #0c5777;
font-size: 15px;
padding-left: 150px;
font-weight: 700;
text-align: left;
display: inline-block;
box-sizing: border-box;
}
.yith-plugin-fw-banner span{
font-style:italic;
display: block;
font-size: 15px;
color:#214249;
text-transform:none;
text-align: right;
}
.yith-plugin-fw-banner a,
.yith-plugin-fw-banner a:focus{
text-decoration: none;
outline: none;
box-shadow: none;
}
.yith-banners ul{
list-style: none;
margin-left: 10px;
}
.yith-banners ul li{
display: inline-block;
margin-left: 10px;
}
.yith-plugin-ui a{
outline: none;
box-shadow: none;
}
.yith-plugin-ui{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper{
margin-top:10px;
}
.yith-plugin-ui .nav-tab{
margin-left: 0px;
margin-right: 2px;
background-color: #336374;
color: #fff;
font-size: 13px;
padding: 7px 20px;
border: 0;
}
.yith-plugin-ui .nav-tab:first-child{
border-left: 1px solid #d9d9d9;
}
.yith-plugin-ui .nav-tab.yith-premium{
background-color: #be421c;
}
.yith-plugin-ui .nav-tab-active{
background-color: #fff;
color: #336374;
border-bottom:1px solid #fff;
}
.yith-plugin-ui .nav-tab-active.yith-premium{
background-color: #fff;
color: #be421c;
}
.yith-plugin-ui #plugin-fw-wc{
padding-top: 0px;
}
.yith-plugin-ui .form-table td{
padding: 15px 20px;
}
.yith-plugin-ui label{
color: #33373b;
font-size: 13px;
}
.yith-plugin-ui span.description{
color: #716269;
font-size: 11px;
font-style: normal;
font-weight: 400;
margin-top: 15px;
margin-left: 0;
}
#wpwrap .yith-plugin-ui h2.nav-tab-wrapper, #wpbody-content .yith-plugin-ui h2.nav-tab-wrapper {
border: 0;
border-bottom : 1px solid #ccc;
margin-right: 15px;
background-color: transparent;
padding-left: 0;
}
.yith-plugin-ui #plugin-fw-wc table.form-table,
.yith-plugin-ui #yith-plugin-fw-panel table.form-table,
.yith-plugin-ui table.form-table{
border: 1px solid #d8d8d8;
border-top: 0;
margin-bottom: 40px;
}
.yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper{
background-color: transparent;
border: 0;
text-transform: none;
border-bottom: 1px solid #ddd;
}
.yith-plugin-ui h2 {
color: #2a8db0;
font-size: 13px;
text-transform: uppercase;
border: 1px solid #d8d8d8;
border-bottom: 0;
background-color: #fff;
padding: 35px 20px;
margin: 0px;
}
.yith-plugin-ui .yith-plugin-fw-custom-tab h2{
border: 0px solid #d8d8d8;
padding-left: 0;
}
.yith-plugin-ui #plugin-fw-wc table.form-table th, #yith-plugin-fw-panel table.form-table th.titledesc, .yith-plugin-ui #plugin-fw-wc table.form-table td, #yith-plugin-fw-panel table.form-table td.forminp {
padding: 30px 20px;
}
.yith-plugin-ui #plugin-fw-wc h2 + div {
background: #fff;
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
margin: -20px 0 0 0;
padding-left: 20px;
padding-bottom: 5px;
}
.yith-plugin-ui #plugin-fw-wc h2 + div p, .yith-plugin-ui p.info-box{
background: #f1f1f1;
font-size: 12px;
font-weight: 700;
width: 40%;
display:block;
padding: 15px;
margin-bottom: 0;
}
.yith-plugin-ui #plugin-fw-wc h2 + div p:before, .yith-plugin-ui p.info-box:before{
content: "\e90e";
font-family: yith-icon;
font-size: 30px;
font-weight: normal;
display: block;
margin-top: -5px;
float: left;
margin-right: 15px;
}
.yith-plugin-ui h2:first-child{
border-top: 0;
}
/*** Icon ***/
.yith-plugin-ui span.yith-icon {
margin-left: -36px;
line-height: 36px;
font-size: 20px;
}
/*** General Input Style ***/
.yith-plugin-ui .yith-plugin-fw select,
.yith-plugin-ui textarea,
.yith-plugin-ui input[type=number],
.yith-plugin-ui.metaboxes-tab input[type=number],
.yith-plugin-ui input[type=text],
.yith-plugin-ui input[type=text],
.yith-plugin-ui input[type=email],
.yith-plugin-ui input[type=password],
.yith-plugin-fw.yith-plugin-ui input[type=text]:not(.select2-search__field),
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text]:not(.select2-search__field),
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table select,
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea,
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=number],
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text] {
border: 1px solid #d8d8d8;
border-radius: 8px;
padding: 8px 10px;
height: 38px;
min-width: 90px;
box-shadow: none;
color: #716269;
}
.yith-plugin-ui textarea,
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea{
height: auto;
}
.yith-plugin-ui table.form-table input[type=text].wp-color-picker,
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].wp-color-picker{
border: 0;
height: 30px;
max-width: 60px;
}
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].small-text,
.yith-plugin-ui input[type=text].small-text {
width: 100px;
height: 25px;
border: 1px solid #d9d9d9;
}
.yith-plugin-ui textarea {
height: auto;
padding: 8px;
}
.yith-plugin-ui select:focus,
.yith-plugin-ui input[type=text]:focus {
border-color: #a7d9ec;
}
.woocommerce .yith-plugin-ui table.form-table select,
.yith-plugin-ui select{
-webkit-appearance: none;
line-height: 1;
min-height: 35px;
background: url("../images/arrow_down.svg") no-repeat right center;
background-size: 35px 13px;
border-radius: 8px;
}
.yith-plugin-ui .form-table th{
width: 280px;
padding-right: 50px;
}
/** BUTTONS **/
.yith-plugin-ui .tablenav .button.action,
.wp-core-ui .yith-plugin-ui .button-primary,
.wp-core-ui .yith-plugin-ui .button-secondary,
.yith-plugin-ui .yith-add-button,
.yith-plugin-ui .yith-save-button,
.yith-plugin-ui .yith-edit-button,
.yith-plugin-ui .yith-update-button,
.yith-plugin-ui .yith-plugin-fw-select-all,
.yith-plugin-ui .yith-plugin-fw-deselect-all,
.yith-plugin-ui .yith-plugin-fw-upload-button,
.yith-plugin-ui .yith-plugin-fw-upload-button-reset {
border-radius: 3px;
text-transform: uppercase;
box-shadow: none;
border: 0;
font-weight: 700;
font-size: 11px;
padding: 0px 14px;
outline: none;
height: auto;
transition: all ease 0.3s;
background-color: #d6d6d6;
color: #656565;
text-shadow: none;
vertical-align: middle;
line-height: 26px;
display: inline-block;
text-decoration: none;
}
.wp-core-ui .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button-reset,
.wp-core-ui .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button,
.yith-plugin-ui .yith-plugin-fw-upload-button-reset,
.yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button-reset,
.yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button{
height: 38px;
}
.wp-core-ui .yith-plugin-ui .button:focus,
.wp-core-ui .yith-plugin-ui .button-primary:focus,
.yith-plugin-ui .yith-add-button:focus,
.yith-plugin-ui .yith-save-button:focus,
.yith-plugin-ui .yith-edit-button:focus,
.yith-plugin-ui .yith-update-button:focus,
.wp-core-ui .yith-plugin-ui .button-secondary:focus{
outline: none;
box-shadow: none;
}
/** button with inside a span with icon class */
.yith-plugin-ui .button-secondary span.yith-icon{
margin-left: 0px;
margin-right: 10px;
line-height: normal;
}
.yith-plugin-ui .button-secondary span.yith-icon:before{
color: #656565;
font-size: 15px;
}
.yith-plugin-ui .tablenav .button.action,
.wp-core-ui .yith-plugin-ui .button:focus,
.wp-core-ui .yith-plugin-ui .button-secondary:focus,
.yith-plugin-ui .yith-save-button:hover,
.wp-core-ui .yith-plugin-ui .button-secondary:hover,
.yith-plugin-ui .yith-plugin-fw-upload-button-reset:hover{
background-color: #cacaca;
color: #515151;
}
.wp-core-ui .yith-plugin-ui .button-primary,
.yith-plugin-ui .tablenav .button.action,
.yith-plugin-ui .button-secondary.yith-plugin-fw-select-all,
.yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button{
background-color: #007694;
color: #fff;
}
.yith-plugin-ui .tablenav .button.action:active,
.yith-plugin-ui .tablenav .button.action:focus,
.yith-plugin-ui .tablenav .button.action:hover,
.yith-plugin-ui .yith-add-button,
.wp-core-ui .yith-plugin-ui .button-primary:focus,
.wp-core-ui .yith-plugin-ui .button-primary:hover{
background-color: #375f6b;
color: #fff;
}
.yith-plugin-ui .yith-add-button:hover,
.wp-core-ui .yith-plugin-ui .yith-plugin-fw-upload-button:focus,
.yith-plugin-ui .button-secondary.yith-plugin-fw-select-all:hover,
.yith-plugin-ui .button-secondary.yith-plugin-fw-select-all:focus,
.yith-plugin-ui .yith-plugin-fw-upload-button:hover{
border-color: #007694;
background: #007694;
color: #fff;
line-height: 26px;
margin-left: 0;
}
.yith-plugin-ui .button-primary:before,
.yith-plugin-ui .yith-add-button:before,
.yith-plugin-ui .yith-save-button:before,
.yith-plugin-ui .yith-edit-button:before,
.yith-plugin-ui .yith-update-button:before,
.yith-plugin-ui .button-secondary:before{
font-family: 'yith-icon';
font-size: 10px;
font-weight: 700;
margin-right: 10px;
vertical-align: bottom;
display:inline-block;
}
/** yith-edit-button **/
.yith-plugin-ui .yith-edit-button {
background-color: #7f9298;
color: #fff;
}
.yith-plugin-ui .yith-edit-button:focus,
.yith-plugin-ui .yith-edit-button:hover {
background-color: #718085;
color: #fff;
}
.yith-plugin-ui .yith-edit-button:before{
content: "\e907";
}
/** yith-update-button **/
.yith-plugin-ui .yith-update-button {
background-color: #94aa09;
color: #fff;
}
.yith-plugin-ui .yith-update-button:focus,
.yith-plugin-ui .yith-update-button:hover {
background-color: #7a9009;
color: #fff;
}
.yith-plugin-ui .yith-update-button:before{
content: "\e90b";
font-size: 15px;
}
/** yith-save-button **/
.yith-plugin-ui .yith-save-button {
background-color: #267390;
color: #fff;
}
.yith-plugin-ui .yith-save-button:focus,
.yith-plugin-ui .yith-save-button:hover {
background-color: #1c4863;
color: #fff;
}
/** yith-remove-button **/
.yith-plugin-ui .button-secondary.yith-remove-button:before{
content: "\e90d";
font-size: 15px;
}
/** yith-add-button **/
.yith-plugin-ui .yith-add-button:before{
content: "\e90a";
}
/** yith-plugin-fw-upload-button **/
.yith-plugin-ui button.yith-plugin-fw-upload-button:before{
content: "\e90c";
font-family: 'yith-icon';
font-size: 19px;
font-weight: 400;
margin-right: 10px;
vertical-align: middle;
display:inline-block;
}
/** SELECT 2 **/
.yith-plugin-ui .select2-container,
.yith-plugin-ui .select2-selection--single{
height: auto;
padding: 2px;
outline: none;
}
.yith-plugin-ui .select2-selection--single{
margin: 0;
border: 0;
}
/* old panel*/
.yith-plugin-ui span.select2.select2-container.select2-container--default{
border: 1px solid #d8d8d8;
border-radius:8px;
}
.yith-plugin-ui span.select2.select2-container.select2-container--default:hover,
.yith-plugin-ui span.select2.select2-container.select2-container--default:active,
.yith-plugin-ui span.select2.select2-container.select2-container--default:focus {
border-color: #a7d9ec;
}
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
color: #fff;
}
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].select2-search__field,
.yith-plugin-ui .yith-plugin-fw table.form-table input.select2-search__field{
border: 0;
padding: 0;
height: initial;
}
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice,
.yith-plugin-ui .select2-selection__choice{
color: #fff;
background-color: #4e8ba2;
border-radius: 12px;
padding: 3px 11px;
border-color: #33937e;
font-size: 12px;
}
.yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow:before{
content: "\e900";
font-family: 'yith-icon' !important;
line-height: 36px;
color: #d9d9d9;
}
.yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow b{
display: none;
}
.yith-plugin-ui .select2-container--open .select2-dropdown--below,
.yith-plugin-ui .select2-container--open .select2-dropdown--above,
.yith-plugin-fw-panel .select2-container--open .select2-dropdown--below,
.yith-plugin-fw-panel .select2-container--open .select2-dropdown--above {
margin-top: 10px;
border-radius: 8px;
box-shadow:0 2px 4px 0 rgba(0,0,0,0.12),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.yith-plugin-ui .select2-container--open .select2-dropdown--above,
.yith-plugin-fw-panel .select2-container--open .select2-dropdown--above{
margin-top: -10px;
}
.yith-plugin-ui .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.yith-plugin-ui .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.yith-plugin-fw-panel .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.yith-plugin-fw-panel .select2-container--default.select2-container--open.select2-container--above .select2-selection--single{
border-radius: 8px;
}
.yith-plugin-ui .select2-results .select2-results__group, .select2-results .select2-results__option:first-child,
.yith-plugin-fw-panel .select2-results .select2-results__group, .select2-results .select2-results__option:first-child{
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.yith-plugin-ui .select2-results .select2-results__group,
.yith-plugin-ui .select2-results .select2-results__option:last-child,
.yith-plugin-fw-panel .select2-results .select2-results__group,
.yith-plugin-fw-panel .select2-results .select2-results__option:last-child{
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.yith-plugin-ui .select2-container--default .select2-results__option[data-selected=true],
.yith-plugin-ui .select2-container--default .select2-results__option[aria-selected=true],
.yith-plugin-fw-panel .select2-container--default .select2-results__option[data-selected=true],
.yith-plugin-fw-panel .select2-container--default .select2-results__option[aria-selected=true] {
background-color: #fff;
outline: none;
}
.yith-plugin-ui .select2-container--default .select2-results__option--highlighted[aria-selected],
.yith-plugin-ui .select2-container--default .select2-results__option--highlighted[data-selected],
.yith-plugin-fw-panel .select2-container--default .select2-results__option--highlighted[aria-selected],
.yith-plugin-fw-panel .select2-container--default .select2-results__option--highlighted[data-selected]{
background-color: #e8eff1;
color: #4e8ba2;
outline: none;
}
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
float: right;
padding-left: 15px;
text-indent: -9999px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
.woocommerce .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after{
float: right;
color: #fff;
content: "\e906";
font-family: 'yith-icon' !important;
font-size: 9px;
line-height: 21px;
text-indent: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after{
color: #000;
}
.yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after
.yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after{
color: #000;
}
.yith-plugin-ui .select2-container .select2-selection--multiple,
.yith-plugin-ui .select2-container--default.select2-container--focus .select2-selection--multiple{
border: 0;
}
.yith-plugin-fw .select2-search input[type=text]{
border: 0;
padding: 0;
height: auto;
}
.yith-plugin-ui .yith-plugin-fw-select-field-wrapper span.yith-icon.icon-magnifier,
.yith-plugin-fw-panel .yith-plugin-fw-select-field-wrapper span.yith-icon.icon-magnifier {
position: absolute;
padding-top: 5px;
}
.yith-plugin-ui input[type=text].select2-search__field{
border: 0;
padding: 0;
height: 30px;
}
.yith-plugin-ui .select2-container--default .select2-search--dropdown .select2-search__field,
.yith-plugin-fw-panel .select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #d9d9d9;
border-radius: 8px;
box-shadow: none;
}
.yith-plugin-ui .select2-dropdown,
.yith-plugin-fw-panel .select2-dropdown{
border: 1px solid #d9d9d9;
}
/** RADIO BUTTON **/
.yith-plugin-ui [type="radio"]:checked,
.yith-plugin-ui [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.yith-plugin-ui [type="radio"]:checked + label,
.yith-plugin-ui [type="radio"]:not(:checked) + label
{
position: relative;
padding-left: 35px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #716269;
font-size: 12px;
}
.yith-plugin-ui [type="radio"]:checked + label:before,
.yith-plugin-ui [type="radio"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 1px solid #d8d8d8;
border-radius: 100%;
background: #fff;
}
.yith-plugin-ui [type="radio"]:checked + label:after,
.yith-plugin-ui [type="radio"]:not(:checked) + label:after {
content: '';
width: 12px;
height: 12px;
background: #4e8ba2;
position: absolute;
top: 4px;
left: 4px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.yith-plugin-ui [type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.yith-plugin-ui [type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
/** CHECKBOX **/
.yith-plugin-ui input[type="checkbox"] {
-webkit-appearance: none;
background-color: #fff;
border: 1px solid #d8d8d8;
box-shadow: none;
width: 18px;
height: 18px;
border-radius: 3px;
display: inline-block;
position: relative;
}
.yith-plugin-ui input[type="checkbox"]:checked{
background-color: #4e8ba2;
border-color: #488197;
}
.yith-plugin-ui .forminp-checkbox span.description.inline {
margin-left: 10px;
}
.yith-plugin-ui input[type="checkbox"]:checked:before{
display: none;
}
.yith-plugin-ui input[type="checkbox"]:checked:after {
content: "\e905";
font-family: 'yith-icon';
font-size: 15px;
position: absolute;
top: 8px;
left: 1px;
color: #fff;
}
/** ONOFF **/
.yith-plugin-ui .yith-plugin-fw-onoff-container input[type="checkbox"] {
display: none;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span{
border: 1px solid #d8d8d8;
background-color: #fff;
width:50px;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before{
background-color: #d8d8d8;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before {
width: 14px;
height: 14px;
top: 3px;
left: 4px;
background-color: #d8d8d8;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after{
content: 'OFF';
width: 14px;
height: 14px;
font-size: 10px;
padding-left:24px;
color: #979797;
margin-top: 5px;
display: inline-block;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span,
.yith-plugin-ui .yith-plugin-fw-onoff-container input.onoffchecked + span{
background-color: #fff;
border-color: #98aa36;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:before,
.yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:before{
background-color: #98aa36;
left:32px;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after,
.yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after{
content: 'ON';
color: #98aa36;
width: 14px;
height: 14px;
display: inline-block;
font-size: 10px;
padding: 0 10px;
margin-top: 5px;
}
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span{
text-indent: 0;
}
/**
DATEPICKER
*/
.yith-plugin-ui div#ui-datepicker-div,
.yith-plugin-fw-panel div#ui-datepicker-div {
border: 0;
box-shadow:0 2px 4px 0 rgba(0,0,0,0.12),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.yith-plugin-ui .ui-datepicker-header.ui-widget-header,
.yith-plugin-fw-panel .ui-datepicker-header.ui-widget-header {
background:#4e8ba2;
color: #fff;
font-size: 11px;
line-height: 25px;
border:0;
min-height: 25px;
}
.yith-plugin-ui .ui-datepicker-title,
.yith-plugin-fw-panel .ui-datepicker-title{
line-height: 25px;
}
.yith-plugin-ui .ui-datepicker th,
.yith-plugin-fw-panel .ui-datepicker th{
color: #716269;
}
.yith-plugin-ui .ui-widget-header .ui-icon,
.yith-plugin-ui .ui-widget-header .ui-state-hover,
.yith-plugin-ui .ui-datepicker .ui-datepicker-prev,
.yith-plugin-ui .ui-datepicker .ui-datepicker-next,
.yith-plugin-ui .ui-icon.ui-icon-circle-triangle-w,
.yith-plugin-ui .ui-icon.ui-icon-circle-triangle-e,
.yith-plugin-fw-panel .ui-widget-header .ui-icon,
.yith-plugin-fw-panel .ui-widget-header .ui-state-hover,
.yith-plugin-fw-panel .ui-datepicker .ui-datepicker-prev,
.yith-plugin-fw-panel .ui-datepicker .ui-datepicker-next,
.yith-plugin-fw-panel .ui-icon.ui-icon-circle-triangle-w,
.yith-plugin-fw-panel .ui-icon.ui-icon-circle-triangle-e{
background: none;
content: "";
border: 0;
text-indent: 0;
width:15px;
height: 20px;
display:block;
overflow:hidden;
}
.yith-plugin-ui .ui-icon.ui-icon-circle-triangle-w:before,
.yith-plugin-fw-panel .ui-icon.ui-icon-circle-triangle-w:before {
content: "\e901";
color: #fff;
font-family: 'yith-icon';
font-size: 12px;
font-weight: normal;
width:15px;
display:block;
}
.yith-plugin-ui .ui-icon.ui-icon-circle-triangle-e:before,
.yith-plugin-fw-panel .ui-icon.ui-icon-circle-triangle-e:before {
content: "\e902";
color: #fff;
text-indent: 0;
font-family: 'yith-icon';
font-size: 12px;
font-weight: normal;
width:15px;
display:block;
}
/* arrow */
.yith-plugin-ui .ui-datepicker .ui-datepicker-prev,
.yith-plugin-ui .ui-datepicker .ui-datepicker-next,
.yith-plugin-ui .ui-datepicker-prev.ui-datepicker-prev-hover,
.yith-plugin-ui .ui-datepicker-prev.ui-datepicker-next-hover,
.yith-plugin-fw-panel .ui-datepicker .ui-datepicker-prev,
.yith-plugin-fw-panel .ui-datepicker .ui-datepicker-next,
.yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-prev-hover,
.yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-next-hover{
top: 1px;
cursor: pointer;
}
.yith-plugin-ui .ui-datepicker-prev.ui-datepicker-prev,
.yith-plugin-ui .ui-datepicker-prev.ui-datepicker-prev-hover,
.yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-prev,
.yith-plugin-fw-panel .ui-datepicker-prev.ui-datepicker-prev-hover{
left: 5px;
}
.yith-plugin-ui .ui-datepicker .ui-datepicker-next,
.yith-plugin-ui .ui-datepicker-next.ui-datepicker-next-hover,
.yith-plugin-fw-panel .ui-datepicker .ui-datepicker-next,
.yith-plugin-fw-panel .ui-datepicker-next.ui-datepicker-next-hover{
right: 1px;
}
.yith-plugin-ui .ui-datepicker table,
.yith-plugin-fw-panel .ui-datepicker table{
font-size: 10px;
}
.yith-plugin-ui .ui-state-default,
.yith-plugin-ui .ui-widget-content .ui-state-default,
.yith-plugin-ui .ui-widget-header .ui-state-default,
.yith-plugin-fw-panel .ui-state-default,
.yith-plugin-fw-panel .ui-widget-content .ui-state-default,
.yith-plugin-fw-panel .ui-widget-header .ui-state-default{
background:#fff;
border: 1px solid #d9d9d9;
}
.yith-plugin-ui .ui-state-hover,
.yith-plugin-ui .ui-widget-content .ui-state-hover,
.yith-plugin-ui a.ui-state-default:focus,
.yith-plugin-ui .ui-widget-content .ui-state-focus,
.yith-plugin-ui .ui-widget-header .ui-state-focus,
.yith-plugin-fw-panel .ui-state-hover,
.yith-plugin-fw-panel .ui-widget-content .ui-state-hover,
.yith-plugin-fw-panel a.ui-state-default:focus,
.yith-plugin-fw-panel .ui-widget-content .ui-state-focus,
.yith-plugin-fw-panel .ui-widget-header .ui-state-focus{
background:#ebf1f3;
border:1px solid #bfd5dd;
outline: none;
box-shadow: none;
}
.yith-plugin-ui .ui-widget-header .ui-state-hover, .woocommerce .yith-plugin-ui .ui-state-focus,
.yith-plugin-fw-panel .ui-widget-header .ui-state-hover, .woocommerce .yith-plugin-ui .ui-state-focus {
background: none;
border: 0;
}
/** colorpicker **/
.yith-plugin-ui .yith-plugin-fw-colorpicker-field-wrapper .iris-picker,
.yith-plugin-ui .yith-plugin-fw-colorpicker-field-wrapper .wp-picker-holder {
display: none !important;
}
.yith-plugin-ui .yith-plugin-fw-colorpicker-field-wrapper .wp-picker-input-wrap {
display: inline !important;
}
.yith-plugin-ui .yith-plugin-fw-colorpicker-field-wrapper .wp-picker-active .iris-picker,
.yith-plugin-ui .yith-plugin-fw-colorpicker-field-wrapper .wp-picker-active .wp-picker-holder {
display: block !important;
}
.woocommerce .yith-plugin-ui .iris-picker{
border:0;
margin-top: 20px;
}
.yith-plugin-ui .yith-plugin-fw input[type=text].wp-color-picker {
border:0;
padding: 2px 5px;
height:30px;
}
.yith-plugin-ui .wp-color-result-text{
display: none;
}
.yith-plugin-ui .wp-picker-container .wp-color-result.button{
width: 30px;
height: 30px;
border: 0;
box-shadow: none;
border: 1px solid #d9d9d9;
margin-bottom: 0;
display: inline-block;
vertical-align: middle;
}
.yith-plugin-ui .wp-picker-default-custom{
cursor: pointer;
width: 25px;
padding: 0 5px;
display: inline-block;
vertical-align: middle;
position: relative;
}
.yith-plugin-ui .wp-picker-default-custom input.button {
opacity: 0;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 2;
}
.yith-plugin-ui .wp-picker-default-custom:before{
content: "\e910";
text-indent: 0;
font-family: 'yith-icon';
font-size: 20px;
color: #d8d8d8;
font-weight: normal;
width:15px;
display:block;
background: none;
line-height: 20px;
margin-left: 8px;
}
.yith-plugin-ui .wp-picker-container{
width: auto;
display: inline-block;
border: 1px solid #d9d9d9;
border-radius: 8px;
padding: 5px;
}
.yith-plugin-ui .iris-picker .iris-square-inner{
box-shadow: none;
border: 1px solid #d9d9d9;
}
.yith-plugin-ui .yith-single-colorpicker{
display: inline-block;
width: 220px;
}
.yith-plugin-ui .yith-single-colorpicker > label{
display: block;
font-size: 11px;
font-weight: 600;
margin-bottom: 10px;
}
/* RANGE SLIDER */
.yith-plugin-ui .ui-slider-horizontal .ui-slider-handle{
top: -45px!important;
}
.yith-plugin-ui .ui-slider-horizontal .ui-slider-handle {
position: absolute;
top: -33px;
left: 0;
width: auto !important;
height: auto !important;
padding: 2px 8px;
margin-left: -15px;
font-size: 12px;
line-height: 20px;
color: #4e8ba2;
text-align: center;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
-webkit-transition: opacity .3s ease-in-out 0s;
transition: opacity .3s ease-in-out 0s;
box-shadow: 0px 1px 7px 0px rgba(1, 1, 1, 0.13);
}
.yith-plugin-ui .ui-slider-horizontal .ui-slider-handle:before {
position: absolute;
bottom: -3px;
left: 50%;
display: inline-block;
width: 6px;
height: 6px;
margin-left: -3px;
content: "";
background-color: #fff;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.yith-plugin-ui .ui-slider.ui-widget-content .ui-widget-header{
background: #4e8ba2 ;
}
.yith-plugin-ui .ui-slider-horizontal .ui-slider-handle:after{
content: '';
width: 17px;
height: 17px;
display: block;
position: absolute;
background: #fff;
top: 37px;
border-radius: 50%;
box-shadow: 0px 1px 6px 0px rgba(1, 1, 1, 0.25);
}
.yith-plugin-ui .ui-slider.ui-widget-content{
height: 5px !important;
}
.yith-plugin-ui .ui-slider .minCaption,
.yith-plugin-ui .ui-slider .maxCaption {
font-weight: 700;
font-size: 12px;
}
/* ADD_BOX AND TOGGLE */
.yith-plugin-ui .yith-add-box,
.yith-plugin-ui .yith-toggle-row{
width:70%;
border: 1px solid #d9d9d9;
box-shadow:none;
border-radius: 4px;
margin: 20px 0;
padding: 10px;
box-sizing: border-box;
background: white;
}
.yith-plugin-ui .yith-add-box{
padding: 30px 25px;
display: none;
}
.yith-plugin-ui .yith-toggle-title{
position: relative;
}
.yith-plugin-ui #plugin-fw-wc .yith-toggle-title h3,
.yith-plugin-ui .yith-toggle-title h3{
padding: 0px 20px 0px 25px;
margin: 0;
display: inline-block;
position: relative;
min-width: 173px;
box-sizing: border-box;
font-weight: 600;
font-size: 15px;
}
.yith-plugin-ui .yith-toggle-title .subtitle{
padding-left: 0;
padding-top:8px;
font-size: 12px;
}
.yith-plugin-ui .yith-toggle{
position: absolute;
width: 30px;
height: 30px;
display: block;
cursor: pointer;
left: 0px;
top: 0;
bottom: 0;
}
.yith-plugin-ui .yith-toggle > span:before{
color: #405e69;
}
.yith-plugin-ui .yith-toggle > span{
position: absolute;
right: 50%;
transition: transform .3s;
line-height: 1;
}
.yith-plugin-ui .yith-toggle-row-opened .yith-toggle span{
transform: rotateZ(90deg);
}
.yith-plugin-ui .yith-toggle-content{
display: none;
position: relative;
padding: 30px 25px;
}
.yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content{
/* display: block;*/
}
.yith-plugin-ui .yith-add-box-row,
.yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row{
display: table;
margin-bottom: 20px;
}
.yith-plugin-ui .yith-add-box-row label,
.yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row label{
display: table-cell;
width: 250px;
padding-right:40px;
color: #33373b;
font-size: 13px;
vertical-align: top;
font-weight: 600;
}
.yith-plugin-ui .yith-add-box-row .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper),
.yith-plugin-ui .yith-toggle-row-opened .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
/* display: table-cell;*/
width: auto;
float: none;
vertical-align: middle;
position: relative;
}
.yith-plugin-ui .yith-add-box-row span.yith-icon,
.yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row span.yith-icon{
position: absolute;
right: 15px;
top: 0;
bottom: 0;
}
.yith-plugin-ui .yith-add-box-buttons,
.yith-plugin-ui .yith-toggle-content-buttons{
text-align: right;
}
.yith-plugin-ui .yith-toggle-onoff {
position: absolute;
cursor: pointer;
right: 0;
}
.yith-plugin-ui .ui-sortable .yith-toggle-onoff{
right: 30px;
}
.yith-plugin-ui .yith-toggle-row .icon-drag{
position: absolute;
right: 0;
top: 25%;
bottom: 0;
line-height: 1;
}
.yith-plugin-ui .yith-toggle-row.with-subtitle .yith-toggle{
top: auto;
}
.yith-plugin-ui .yith-toggle-row.with-subtitle .yith-toggle-onoff{
top: 25%;
}
/** SPINNER **/
.yith-plugin-ui .spinner{
vertical-align: -5px;
float: none;
}
.yith-plugin-ui .spinner.show{
visibility: visible;
}
/* LIST TABLE */
.yith-plugin-ui .form-table .list-table td{
padding: 15px 0px;
}
.woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table .bulkactions select{
border: 1px solid #d8d8d8;
max-width: 200px;
max-height: 30px;
padding: 0 10px;
}
.yith-plugin-ui .form-table .list-table th{
width: initial;
}
.yith-plugin-ui #plugin-fw-wc table.form-table th.check-column{
padding-left: 3px;
}
.yith-plugin-ui #plugin-fw-wc table.wp-list-table tbody td{
padding-left: 20px;
}
.yith-plugin-ui .yith-plugin-fw-list-table h2{
border: 0;
padding: 35px 0 15px;
display: inline-block;
margin-right: 10px;
}
.yith-plugin-ui .form-table .yith-plugin-fw-list-table table th{
vertical-align: middle;
}
.yith-plugin-ui .yith-plugin-fw-list-table-container{
padding: 0 20px;
}
.yith-plugin-ui #doaction, .yith-plugin-ui #doaction2, .yith-plugin-ui #post-query-submit{
margin-left: 10px;
height: 33px;
}
.yith-plugin-ui .bulkactions{
margin: 10px 0;
}
.yith-plugin-ui .form-table td p.yith-section-description{
color:#716269;
margin-bottom: 20px;
}
/** Time picker width*/
.yith-plugin-ui input.ui-timepicker-input {
width: 100px!important;
}
/** date format **/
.yith-plugin-ui .yith-plugin-fw-date-format code {
margin-left: 30px;
}
.yith-plugin-ui .yith-plugin-fw-date-format input[type=text].small-text {
margin-left: 45px;
}
/** checkbox columns **/
.yith-plugin-ui td.forminp-checkbox.two-cols fieldset {
width: calc(50% - 20px);
padding-right: 20px;
float: left;
}
.yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
width: calc(33% - 0px);
padding-right: 0px;
float: left;
}
.yith-plugin-fw-checkbox-field-wrapper {
display: inline-block !important;
width: 19px !important;
margin-right: 10px;
}
.yith-plugin-fw-checkbox-field-wrapper + span.description {
display: inline-block;
vertical-align: middle;
margin: 0;
}
.yith-plugin-ui span.description {
margin-top: 10px;
}
.yith-plugin-fw-option-with-description {
display: table-cell;
width: auto;
vertical-align: top;
}
/** YITH PANEL **/
.yith-plugin-ui #yith-plugin-fw-panel{
margin-top: -10px;
}
.yith-plugin-ui #plugin-fw-wc, .yith-plugin-ui #yith-plugin-fw-panel{
padding-top: 0;
}
.yith-plugin-ui .plugin-option tr{
border: 0;
}
@media screen and (max-width: 1440px){
.yith-plugin-ui .yith-add-box,
.yith-plugin-ui .yith-toggle-row{
width: 80%;
}
}
@media screen and (max-width: 1024px){
.yith-plugin-ui .yith-add-box,
.yith-plugin-ui .yith-toggle-row{
width: 90%;
}
.yith-plugin-ui td.forminp-checkbox.two-cols fieldset {
width: 100%;
padding-right: 20px;
float: left;
}
.yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
width: calc(50% - 0px);
padding-right: 0px;
float: left;
}
}
@media screen and (max-width: 782px){
.yith-plugin-fw-banner.yith-plugin-fw-banner-free{
height: auto;
background-color: #a9c7d3;
}
.yith-plugin-fw-banner.yith-plugin-fw-banner-free ul{
width: 90%;
text-align: center;
}
.yith-plugin-fw-banner.yith-plugin-fw-banner-free li img{
width: 90%;
margin: 0 auto;
}
.yith-plugin-fw-banner h1{
line-height: 1.2em;
}
.yith-plugin-ui .yith-add-box,
.yith-plugin-ui .yith-toggle-row{
width: 100%;
}
.yith-plugin-ui td.forminp-checkbox.two-cols fieldset,
.yith-plugin-ui td.forminp-checkbox.three-cols fieldset{
width: 100%;
}
} | 0.46952 | 0.071559 |
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;
}
html,body{
overflow-x:hidden;
}
body{
overflow-y:hidden;
}
row {
margin-left: 0;
margin-right: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display:block;
}
section{
width:100%;
height:100%;
z-index:50;
overflow-y: auto;
overflow-x:hidden;
padding-top:50px;
}
p{
word-wrap:break-word;
}
h1 p{
display:none;
}
h2{
font-size: 180%;
font-weight: 700;
}
img{
width:100%;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
padding-right:0px;
padding-left:0px;
}
/*----Fonts----*/
.font-a {
font-family: 'Abril Fatface', cursive;
}
p, label, .dropdown-menu, .footer, .popover, #mce-responses, .font-b {
font-family: 'Josefin Sans', sans-serif;
}
.smallFont{
font-size: 0.7em;
}
.isHeader{
color:black;
font-size: 150%;
}
.isExtraLarge{
font-size: 250%;
}
.alert-success {
font-size:1.5em;
}
.footer .nav>li>a {
color:black;
}
/*----Links and type----*/
::selection {
background:#fe9843;
}
::-moz-selection {
background:#fe9843;
}
/*----Callout Boxes----*/
/*----Layout----*/
.miniColumn{
padding-left:5px;
padding-right:5px;
}
.column{
padding-left:25px;
padding-right:25px;
}
.rowSpacing{
padding-top: 20px;
padding-bottom:20px;
}
.footer-brand{
vertical-align:top;
}
.grey-box {
padding: 20px;
background-color: #F8F8F8 ;
box-shadow: 5px 5px 5px #888888;
}
/*----Form Elements----*/
/*----Misc----*/
.wigu-red{
height:5px;
background-color: #db0000;
}
.wigu-green{
height:5px;
background-color: #63b800;
}
.wigu-orange{
height:5px;
background-color: #ffa600;
}
.wigu-blue{
height:5px;
background-color: #0096ff;
}
#email-list img{
max-width:180px;
}
/*----Title boxes styling----*/
.double-border{
border-bottom: 3px double black;
border-width:medium;
margin-bottom:5px;
}
.double-border img{
position:absolute;
height:24px;
width:24px;
margin-top:-10px;
margin-left: -12px;
}
.dashed-line{
border-top: 2px black dashed;
border-bottom:2px black dashed;
font-size: 150%;
margin-top:30px;
margin-bottom:30px;
margin-right:15px;
margin-left:15px;
}
.dotted-line{
background-image: url("images/bg_dottiles.png");
background-repeat: repeat-x;
height: 16px;
}
/*----Footer----*/
.mobile-footer{
font-size: 60%;
}
.footer-nav li>ul>li{
text-align:left;
}
.footer-nav ul{
bottom:100%;
}
/*----Scrollbar----*/
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/*----Preloader----*/
#preloader{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background-color: white;
z-index:999;
}
#loading-animation{
width: 200px;
height: 200px;
position: absolute;
left:50%;
top:50%;
background-image: url(images/ajax-loader.gif);
background-repeat: no-repeat;
background-position:center;
margin: -100px 0 0 -100px;
}
/*----Navigation Bar---*/
.navbar-wigu{
background-color:#fe9843;
height: 40px;
background-repeat:repeat-x;
border-radius: 0px;
font-size: 120%;
margin-bottom:0px;
position:fixed;
z-index:100;
width:100%;
border-color: transparent;
border-bottom: 1px solid #c67836;
font-weight: bold;
}
.navbar-dashed{
border-top: 2px dashed #466cb0;
border-bottom: 2px dashed #466cb0;
height: 40px;
margin-top:4px;
}
.navbar-brand{
padding: 3px 15px;
}
.facebook-twitter{
padding-right: 7px;
padding-top: 4px;
padding-left:7px;
}
.dropdown-menu>li>a:hover{
background-color:#ffd49b;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
background-color:#ffd49b;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
background-color:transparent;
}
.nav>li>a>img {
max-width:30px;
}
/*----Home Page----*/
#mainpagecanvas{
background: -webkit-linear-gradient(#C5FBFF, #FBFFE8); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#C5FBFF, #FBFFE8); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#C5FBFF, #FBFFE8); /* For Firefox 3.6 to 15 */
background: linear-gradient(#C5FBFF, #FBFFE8); /* Standard syntax */
}
#img_left, #img_right, #caninelife_logo{
position: absolute;
width:auto;
}
#img_left, #img_right{
height:400px;
}
#img_left{
margin-left: -200px;
z-index: -1;
}
#mainpagecanvas label{
font-weight:bold;
}
#mainpagecanvas .listitems label{
font-weight:normal;
}
#form-mainpagecanvas li{
list-style: none;
font-weight:normal;
line-height:normal;
}
#mainpagecanvas .checkbox p{
line-height:1;
font-size: 60%;
vertical-align: text-bottom;
}
#signup-mainpage{
background: url(images/button_signup.png) no-repeat;
height:82px;
width:167px;
}
#signup-mainpage:hover,#signup-mainpage:focus{
outline:none;
}
.form-desc {
font-weight:400;
}
#submit-mainpage{
background: url(images/button_submit.png) no-repeat;
height:82px;
width:167px;
}
.name input{
width:50%;
}
#home form label {
color:black;
}
#home .subscribe_tag{
font-size:150%;
}
#bottomcanvas {
margin-left:-60px;
margin-right:-60px;
}
#fence{
background:url("images/fence.png") repeat-x;
height:100px;
}
#grass-canvas{
background:url("images/grass_g.png"),url("images/grass_f.png"),url("images/grass_e.png");
height:85px;
background-color:green;
}
#background-deco{
background:url("images/flowers.png") repeat-x;
z-index:5;
height:85px;
margin-top: -135px;
}
#doghouse-deco {
background:url("images/doghouse.png") no-repeat right;
height:204px;
margin-top:-210px;
}
#form-mainpagecanvas input {
line-height: normal;
}
/*----Contact----*/
#contact .mail-van{
position:relative;
top:-33px;
}
#contact-address img, #address-break img{
width: 40px;
height:30px;
}
#contact-details{
margin-top:80px;
}
#map-div{
height:400px;
}
#map-canvas{
width:100%;
height:100%;
}
/*----Mobile Only <768px----*/
@media(max-width: 767px){
/*----Resets and overrides----*/
section{
width:100%;
height:100%;
position:relative;
z-index:50;
overflow:visible;
float:left;
}
.pc-only{
display:none;
}
/*----Navigation Bar----*/
.navbar-collapse{
background-color:white;
}
.navbar-collapse-wigu {
z-index: 100;
position:relative;
border-top: transparent;
margin:auto;
}
.navbar-toggle{
margin-top:1px;
}
/*----Layout----*/
.mobile-padding{
padding-bottom:25px;
}
.jumbotron{
margin-right:-15px;
margin-left:-15px;
}
#contact-details{
margin-top:30px;
}
#img_right, #img_left, #caninelife_logo{
display:none;
}
.isHeader{
font-size:100%;
}
}
/*----Tablets and PCs >768px----*/
@media (min-width: 767px){
.mobile-only{
display:none;
}
.pc-only img{
width: auto;
}
.navbar-nav>li>a{
padding-top: 5px;
padding-bottom:0px;
}
.navbar-nav>li>a>img{
margin-top: -6px;
padding-bottom:0px;
}
.nav>li{
height:30px;
margin-top: 4px;
}
.nav>li>a {
padding: 5px 5px;
}
.nav-divide{
border-right: 1px solid #466cb0;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.footer{
font-size:70%;
}
.footer .nav>li>a{
padding: 0px;
}
.footer-nav .dropdown-menu{
font-size: 100%;
}
#img_right{
margin-left:660px;
}
#caninelife_logo{
margin-left: 400px;
}
.tablet-padding{
padding-bottom:25px;
}
.isHeader{
font-size:90%;
}
.isExtraLarge {
font-size:180%
}
}
/*----Large screens >991px----*/
@media (min-width: 992px) {
#img_right{
margin-left:880px;
}
#caninelife_logo{
margin-left: 600px;
}
}
/*----X-Large screens >1200px----*/
@media (min-width: 1200px) {
#img_right{
margin-left: 1080px;
}
#caninelife_logo{
margin-left: 800px;
}
} | wigu/css/wigu.css |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}
html,body{
overflow-x:hidden;
}
body{
overflow-y:hidden;
}
row {
margin-left: 0;
margin-right: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display:block;
}
section{
width:100%;
height:100%;
z-index:50;
overflow-y: auto;
overflow-x:hidden;
padding-top:50px;
}
p{
word-wrap:break-word;
}
h1 p{
display:none;
}
h2{
font-size: 180%;
font-weight: 700;
}
img{
width:100%;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
padding-right:0px;
padding-left:0px;
}
/*----Fonts----*/
.font-a {
font-family: 'Abril Fatface', cursive;
}
p, label, .dropdown-menu, .footer, .popover, #mce-responses, .font-b {
font-family: 'Josefin Sans', sans-serif;
}
.smallFont{
font-size: 0.7em;
}
.isHeader{
color:black;
font-size: 150%;
}
.isExtraLarge{
font-size: 250%;
}
.alert-success {
font-size:1.5em;
}
.footer .nav>li>a {
color:black;
}
/*----Links and type----*/
::selection {
background:#fe9843;
}
::-moz-selection {
background:#fe9843;
}
/*----Callout Boxes----*/
/*----Layout----*/
.miniColumn{
padding-left:5px;
padding-right:5px;
}
.column{
padding-left:25px;
padding-right:25px;
}
.rowSpacing{
padding-top: 20px;
padding-bottom:20px;
}
.footer-brand{
vertical-align:top;
}
.grey-box {
padding: 20px;
background-color: #F8F8F8 ;
box-shadow: 5px 5px 5px #888888;
}
/*----Form Elements----*/
/*----Misc----*/
.wigu-red{
height:5px;
background-color: #db0000;
}
.wigu-green{
height:5px;
background-color: #63b800;
}
.wigu-orange{
height:5px;
background-color: #ffa600;
}
.wigu-blue{
height:5px;
background-color: #0096ff;
}
#email-list img{
max-width:180px;
}
/*----Title boxes styling----*/
.double-border{
border-bottom: 3px double black;
border-width:medium;
margin-bottom:5px;
}
.double-border img{
position:absolute;
height:24px;
width:24px;
margin-top:-10px;
margin-left: -12px;
}
.dashed-line{
border-top: 2px black dashed;
border-bottom:2px black dashed;
font-size: 150%;
margin-top:30px;
margin-bottom:30px;
margin-right:15px;
margin-left:15px;
}
.dotted-line{
background-image: url("images/bg_dottiles.png");
background-repeat: repeat-x;
height: 16px;
}
/*----Footer----*/
.mobile-footer{
font-size: 60%;
}
.footer-nav li>ul>li{
text-align:left;
}
.footer-nav ul{
bottom:100%;
}
/*----Scrollbar----*/
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/*----Preloader----*/
#preloader{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background-color: white;
z-index:999;
}
#loading-animation{
width: 200px;
height: 200px;
position: absolute;
left:50%;
top:50%;
background-image: url(images/ajax-loader.gif);
background-repeat: no-repeat;
background-position:center;
margin: -100px 0 0 -100px;
}
/*----Navigation Bar---*/
.navbar-wigu{
background-color:#fe9843;
height: 40px;
background-repeat:repeat-x;
border-radius: 0px;
font-size: 120%;
margin-bottom:0px;
position:fixed;
z-index:100;
width:100%;
border-color: transparent;
border-bottom: 1px solid #c67836;
font-weight: bold;
}
.navbar-dashed{
border-top: 2px dashed #466cb0;
border-bottom: 2px dashed #466cb0;
height: 40px;
margin-top:4px;
}
.navbar-brand{
padding: 3px 15px;
}
.facebook-twitter{
padding-right: 7px;
padding-top: 4px;
padding-left:7px;
}
.dropdown-menu>li>a:hover{
background-color:#ffd49b;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
background-color:#ffd49b;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
background-color:transparent;
}
.nav>li>a>img {
max-width:30px;
}
/*----Home Page----*/
#mainpagecanvas{
background: -webkit-linear-gradient(#C5FBFF, #FBFFE8); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#C5FBFF, #FBFFE8); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#C5FBFF, #FBFFE8); /* For Firefox 3.6 to 15 */
background: linear-gradient(#C5FBFF, #FBFFE8); /* Standard syntax */
}
#img_left, #img_right, #caninelife_logo{
position: absolute;
width:auto;
}
#img_left, #img_right{
height:400px;
}
#img_left{
margin-left: -200px;
z-index: -1;
}
#mainpagecanvas label{
font-weight:bold;
}
#mainpagecanvas .listitems label{
font-weight:normal;
}
#form-mainpagecanvas li{
list-style: none;
font-weight:normal;
line-height:normal;
}
#mainpagecanvas .checkbox p{
line-height:1;
font-size: 60%;
vertical-align: text-bottom;
}
#signup-mainpage{
background: url(images/button_signup.png) no-repeat;
height:82px;
width:167px;
}
#signup-mainpage:hover,#signup-mainpage:focus{
outline:none;
}
.form-desc {
font-weight:400;
}
#submit-mainpage{
background: url(images/button_submit.png) no-repeat;
height:82px;
width:167px;
}
.name input{
width:50%;
}
#home form label {
color:black;
}
#home .subscribe_tag{
font-size:150%;
}
#bottomcanvas {
margin-left:-60px;
margin-right:-60px;
}
#fence{
background:url("images/fence.png") repeat-x;
height:100px;
}
#grass-canvas{
background:url("images/grass_g.png"),url("images/grass_f.png"),url("images/grass_e.png");
height:85px;
background-color:green;
}
#background-deco{
background:url("images/flowers.png") repeat-x;
z-index:5;
height:85px;
margin-top: -135px;
}
#doghouse-deco {
background:url("images/doghouse.png") no-repeat right;
height:204px;
margin-top:-210px;
}
#form-mainpagecanvas input {
line-height: normal;
}
/*----Contact----*/
#contact .mail-van{
position:relative;
top:-33px;
}
#contact-address img, #address-break img{
width: 40px;
height:30px;
}
#contact-details{
margin-top:80px;
}
#map-div{
height:400px;
}
#map-canvas{
width:100%;
height:100%;
}
/*----Mobile Only <768px----*/
@media(max-width: 767px){
/*----Resets and overrides----*/
section{
width:100%;
height:100%;
position:relative;
z-index:50;
overflow:visible;
float:left;
}
.pc-only{
display:none;
}
/*----Navigation Bar----*/
.navbar-collapse{
background-color:white;
}
.navbar-collapse-wigu {
z-index: 100;
position:relative;
border-top: transparent;
margin:auto;
}
.navbar-toggle{
margin-top:1px;
}
/*----Layout----*/
.mobile-padding{
padding-bottom:25px;
}
.jumbotron{
margin-right:-15px;
margin-left:-15px;
}
#contact-details{
margin-top:30px;
}
#img_right, #img_left, #caninelife_logo{
display:none;
}
.isHeader{
font-size:100%;
}
}
/*----Tablets and PCs >768px----*/
@media (min-width: 767px){
.mobile-only{
display:none;
}
.pc-only img{
width: auto;
}
.navbar-nav>li>a{
padding-top: 5px;
padding-bottom:0px;
}
.navbar-nav>li>a>img{
margin-top: -6px;
padding-bottom:0px;
}
.nav>li{
height:30px;
margin-top: 4px;
}
.nav>li>a {
padding: 5px 5px;
}
.nav-divide{
border-right: 1px solid #466cb0;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.footer{
font-size:70%;
}
.footer .nav>li>a{
padding: 0px;
}
.footer-nav .dropdown-menu{
font-size: 100%;
}
#img_right{
margin-left:660px;
}
#caninelife_logo{
margin-left: 400px;
}
.tablet-padding{
padding-bottom:25px;
}
.isHeader{
font-size:90%;
}
.isExtraLarge {
font-size:180%
}
}
/*----Large screens >991px----*/
@media (min-width: 992px) {
#img_right{
margin-left:880px;
}
#caninelife_logo{
margin-left: 600px;
}
}
/*----X-Large screens >1200px----*/
@media (min-width: 1200px) {
#img_right{
margin-left: 1080px;
}
#caninelife_logo{
margin-left: 800px;
}
} | 0.20268 | 0.048361 |
html,body {
height: 100%;
}
/*SILEX:info
use for all DetailView
\SILEX:info*/
table {
background-color: #FFF;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
background: url(../images/background/wallpaper_green.png);
background-position-x: right;
background-position-y: bottom;
background-repeat: no-repeat;
background-attachment: fixed;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
float: left;
width: 100%;
}
.jumbotron {
text-align: center;
background-color: transparent;
margin-top: 5%;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
/*//SILEX:required*/
.grid-view {
margin-top: 10px;
}
/*//\SILEX:required*/
.grid-view th {
white-space: nowrap;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
padding: 15px;
border: none;
}
@media(max-width:767px) {
.nav li > form > button.logout {
display:block;
text-align: left;
width: 100%;
padding: 10px 15px;
}
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
text-decoration: none;
}
.nav > li > form > button.logout:focus {
outline: none;
}
/*SILEX:info
kartik date range filter
\SILEX:info*/
.date-range-input {
min-width: 53ch;
}
/*SILEX:info
event widget action column width
\SILEX:info*/
.event-widget .action-column {
width: 20px;
}
/*SILEX:required*/
/*For the asterisk on form obligatory fields*/
form div.required label.control-label:after {
content:" * ";
color:red;
}
.form-control:read-only {
background-color: #C4DAE7;
}
label.control-label {
padding-right: 5px;
}
table .form-group {
margin-bottom: 0px;
}
/*\SILEX:required*/
.ul_tiret {
list-style-type: none;
}
.li_tiret:before {
content: '- ';
}
/*CSS Loader*/
/*SILEX:loader*/
.loader {
border: 10px solid #f3f3f3;
border-radius: 50%;
border-top: 10px solid blue;
border-right: 10px solid green;
border-bottom: 10px solid orangered;
width: 50px;
height: 50px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/*\SILEX:loader*/
table.properties-widget > tbody > tr > th:first-letter {
text-transform: capitalize;
}
.variables-select-link {
color: #000;
opacity: 0.4;
}
.variables-select-link:hover {
color: #555555;
opacity: 1;
text-decoration: none;
}
.info-box {
font-style: italic;
width: 100%;
margin-top: 5px;
padding: 5px;
padding-left: 10px;
display: block;
border-radius: 5px;
}
.info-box:before {
content: "\f05a";
font-style: normal;
font-family: FontAwesome;
margin-right: 5px;
}
.toast-top-right {
margin-top: 50px;
}
.select2-container--krajee.select2-container--disabled .select2-selection, .select2-container--krajee.select2-container--disabled .select2-search__field {
cursor: default;
}
.disabled.update-variables,
.disabled.update-variables:hover,
.disabled.update-variables:visited,
.disabled.update-variables:focus {
background-color: #333333;
border: 1px solid #ccc;
}
#login-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
transition: opacity 0.5s, visibility 0s 0.5s;
background: rgba(0,0,0,0.6);
z-index: 2000;
}
#login-overlay form {
top: 45%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
position: relative;
margin: auto;
width: 650px;
background-color: #fff;
padding: 15px;
padding-left: 25px;
border-radius: 5px;
}
#login-overlay form h2 {
margin-top: 0;
}
#login-overlay form .login-button {
margin-left: 15%;
}
#login-overlay.login-demo .login-button {
margin-left: 0;
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}
#login-overlay.login-demo .login-button > div {
margin-top: 5px;
}
#login-overlay.login-demo .login-button button,
#login-overlay.login-demo .login-button a,
#login-overlay.login-demo .login-button button:focus,
#login-overlay.login-demo .login-button a:focus {
border: none;
color: rgb(51, 122, 183);
background-color: transparent;
}
#login-overlay.login-demo .login-button a:hover {
text-decoration: none;
}
#login-overlay.login-demo h2 {
font-size: 20px;
font-weight: bold;
}
#login-overlay.login-demo .fields {
display: none;
}
#login-overlay.login-demo .expiration-message {
display: none;
text-align: center;
font-weight: bold;
color: red;
}
.multi-line {
white-space: pre-wrap;
}
.variable-view td {
word-break: break-all;
}
.sensor-index table tr td:last-child,
.actuator-index table tr td:last-child,
.vector-index table tr td:last-child {
min-width: 50px;
} | web/css/site.css | html,body {
height: 100%;
}
/*SILEX:info
use for all DetailView
\SILEX:info*/
table {
background-color: #FFF;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
background: url(../images/background/wallpaper_green.png);
background-position-x: right;
background-position-y: bottom;
background-repeat: no-repeat;
background-attachment: fixed;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
float: left;
width: 100%;
}
.jumbotron {
text-align: center;
background-color: transparent;
margin-top: 5%;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
/*//SILEX:required*/
.grid-view {
margin-top: 10px;
}
/*//\SILEX:required*/
.grid-view th {
white-space: nowrap;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
padding: 15px;
border: none;
}
@media(max-width:767px) {
.nav li > form > button.logout {
display:block;
text-align: left;
width: 100%;
padding: 10px 15px;
}
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
text-decoration: none;
}
.nav > li > form > button.logout:focus {
outline: none;
}
/*SILEX:info
kartik date range filter
\SILEX:info*/
.date-range-input {
min-width: 53ch;
}
/*SILEX:info
event widget action column width
\SILEX:info*/
.event-widget .action-column {
width: 20px;
}
/*SILEX:required*/
/*For the asterisk on form obligatory fields*/
form div.required label.control-label:after {
content:" * ";
color:red;
}
.form-control:read-only {
background-color: #C4DAE7;
}
label.control-label {
padding-right: 5px;
}
table .form-group {
margin-bottom: 0px;
}
/*\SILEX:required*/
.ul_tiret {
list-style-type: none;
}
.li_tiret:before {
content: '- ';
}
/*CSS Loader*/
/*SILEX:loader*/
.loader {
border: 10px solid #f3f3f3;
border-radius: 50%;
border-top: 10px solid blue;
border-right: 10px solid green;
border-bottom: 10px solid orangered;
width: 50px;
height: 50px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/*\SILEX:loader*/
table.properties-widget > tbody > tr > th:first-letter {
text-transform: capitalize;
}
.variables-select-link {
color: #000;
opacity: 0.4;
}
.variables-select-link:hover {
color: #555555;
opacity: 1;
text-decoration: none;
}
.info-box {
font-style: italic;
width: 100%;
margin-top: 5px;
padding: 5px;
padding-left: 10px;
display: block;
border-radius: 5px;
}
.info-box:before {
content: "\f05a";
font-style: normal;
font-family: FontAwesome;
margin-right: 5px;
}
.toast-top-right {
margin-top: 50px;
}
.select2-container--krajee.select2-container--disabled .select2-selection, .select2-container--krajee.select2-container--disabled .select2-search__field {
cursor: default;
}
.disabled.update-variables,
.disabled.update-variables:hover,
.disabled.update-variables:visited,
.disabled.update-variables:focus {
background-color: #333333;
border: 1px solid #ccc;
}
#login-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
transition: opacity 0.5s, visibility 0s 0.5s;
background: rgba(0,0,0,0.6);
z-index: 2000;
}
#login-overlay form {
top: 45%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
position: relative;
margin: auto;
width: 650px;
background-color: #fff;
padding: 15px;
padding-left: 25px;
border-radius: 5px;
}
#login-overlay form h2 {
margin-top: 0;
}
#login-overlay form .login-button {
margin-left: 15%;
}
#login-overlay.login-demo .login-button {
margin-left: 0;
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}
#login-overlay.login-demo .login-button > div {
margin-top: 5px;
}
#login-overlay.login-demo .login-button button,
#login-overlay.login-demo .login-button a,
#login-overlay.login-demo .login-button button:focus,
#login-overlay.login-demo .login-button a:focus {
border: none;
color: rgb(51, 122, 183);
background-color: transparent;
}
#login-overlay.login-demo .login-button a:hover {
text-decoration: none;
}
#login-overlay.login-demo h2 {
font-size: 20px;
font-weight: bold;
}
#login-overlay.login-demo .fields {
display: none;
}
#login-overlay.login-demo .expiration-message {
display: none;
text-align: center;
font-weight: bold;
color: red;
}
.multi-line {
white-space: pre-wrap;
}
.variable-view td {
word-break: break-all;
}
.sensor-index table tr td:last-child,
.actuator-index table tr td:last-child,
.vector-index table tr td:last-child {
min-width: 50px;
} | 0.443118 | 0.086016 |
html.ios {
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
html.ios, html.ios body {
height: initial !important;
}
.not-active {
pointer-events: none;
cursor: default;
}
.menu.sidebar.menu .item {
/*font-size: rem;*/
}
a {
color: #5f5e5e;
}
a:link {
color: black;
}
.top_div {
background-image: url("/static/static_zn/images/top_div.png");
#background-attachment: fixed;
#position: fixed;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 100vh;
#width: 100%;
padding: auto;
text-align: center;
}
.one_em_margin_card {
margin: 0em;
margin-top: 0em;
}
.no_padding {
padding: 0 !important;
}
.img_round {}
.zero_margin {
margin: 0 !important;
}
/*.zero_pad {
padding-top: 0.0em !important;
padding-bottom: 0.0em !important;
padding-left: 0.0em !important;
padding-right: 0.0em !important;
}*/
.vertical {
padding-top: 1em !important;
margin-bottom: 3px !important;
}
.content_title {
font-size: 4.5em;
margin-left: auto !important;
margin-right: auto !important;
}
.content_subtitle {
font-size: 3em;
color: #bbbbbb;
margin-left: auto !important;
margin-right: auto !important;
}
.top_image {
position: fixed;
z-index: 999;
width: 100%;
top: 0;
box-shadow: 0px 0px 20px rgba(1, 1, 1, 1);
min-height: 650px;
max-height: 650px;
background-image: url("http://img.zcool.cn/community/0332de355e5074f32f875a132d9b1c0.jpg");
}
.top_image_shadow {
width: 100%;
top: 0;
min-height: 650px;
}
.top_title {
font-size: 4em;
border: 11px solid rgb(255, 255, 255);
padding: 14px;
letter-spacing: 7px;
box-shadow: 10px 8px 0px #616161;
border-radius: 20px;
top: 250px;
color: #ffffff;
position: relative;
}
.contents {
/*padding-top: 652px;*/
}
.article {
background-color: #292F33;
/*padding: 2rem 4rem;*/
}
.article p, .article li {
color: #969696;
font-family: "HYQiHei-25JF";
line-height: 2rem;
font-size: 1.2rem;
word-wrap: break-word;
text-align: left;
margin: 1rem 0;
}
.article h1 {
color: #e2e2e2;
font-family: "HYQiHei-50S";
margin-top: 150px;
margin-bottom: 70px;
text-align: center;
}
.qa_group p:nth-child(2) {
/*margin-bottom: 1rem;*/
}
.qa_group h3 {
/*font-size: 3.5rem !important;*/
}
.ui.fixed.sticky+div {
margin-top: 60px;
}
.ui.sticky.sticky_label .overlay-ribbon {
transition: left 1.5s ease;
left: 0;
}
.ui.sticky.sticky_label.fixed.top .overlay-ribbon {
left: -350%;
position: relative;
}
.sticky_label {
/*min-height: 50px;
width: 200px !important;
height: 60px !important;
left: 56px;
background-color: #ffffff;
font-size: 3em;*/
}
#menu_btn {
position: fixed;
bottom: 7%;
right: 0%;
z-index: 999;
/*font-size: 2.5rem;*/
color: rgba(0, 0, 0, 0.6);
background-color: rgba(255, 255, 255, 0.3);
/*border-radius: 19px;*/
/*box-shadow: 9px 3px 22px 3px rgba(0, 0, 0, 0.5);*/
}
.square {
width: 6rem;
height: 6rem;
}
.relative {
position: relative;
width: 500px;
font-size: 4rem;
text-align: left;
line-height: 4rem;
}
.image_group {
margin-bottom: 300px;
}
.para_header {
margin-bottom: 100px !important;
letter-spacing: 0.3rem;
/*color: #ffffff;*/
/*font-size: 4rem;*/
}
.subsection {
padding-bottom: 150px !important;
}
.para_collection {
padding: 0rem 0rem;
}
.my_divider {
height: 2px;
width: 100%;
background-color: rgb(255, 0, 0);
;
}
.fa-circle {
padding-right: 3rem;
}
.ui.mymassive.button {
font-size: 1.5rem !important;
margin-bottom: 60px;
border-radius: 0.1rem;
font-weight: 1000;
}
.secton_top_image {
padding-top: 60px;
padding-bottom: 80px;
background-color: #292F33;
box-shadow: 0 0 1rem 0 rgba(110, 110, 110, 0.5);
}
.ui.grid {
background-color: #292F33;
margin: -1rem 0;
}
.card {
box-shadow: 0 1px 3px 0 #D4D4D5,0 0 0 1px #000000 !important;
} | public/static/static_zn/css/style.css | html.ios {
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
html.ios, html.ios body {
height: initial !important;
}
.not-active {
pointer-events: none;
cursor: default;
}
.menu.sidebar.menu .item {
/*font-size: rem;*/
}
a {
color: #5f5e5e;
}
a:link {
color: black;
}
.top_div {
background-image: url("/static/static_zn/images/top_div.png");
#background-attachment: fixed;
#position: fixed;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 100vh;
#width: 100%;
padding: auto;
text-align: center;
}
.one_em_margin_card {
margin: 0em;
margin-top: 0em;
}
.no_padding {
padding: 0 !important;
}
.img_round {}
.zero_margin {
margin: 0 !important;
}
/*.zero_pad {
padding-top: 0.0em !important;
padding-bottom: 0.0em !important;
padding-left: 0.0em !important;
padding-right: 0.0em !important;
}*/
.vertical {
padding-top: 1em !important;
margin-bottom: 3px !important;
}
.content_title {
font-size: 4.5em;
margin-left: auto !important;
margin-right: auto !important;
}
.content_subtitle {
font-size: 3em;
color: #bbbbbb;
margin-left: auto !important;
margin-right: auto !important;
}
.top_image {
position: fixed;
z-index: 999;
width: 100%;
top: 0;
box-shadow: 0px 0px 20px rgba(1, 1, 1, 1);
min-height: 650px;
max-height: 650px;
background-image: url("http://img.zcool.cn/community/0332de355e5074f32f875a132d9b1c0.jpg");
}
.top_image_shadow {
width: 100%;
top: 0;
min-height: 650px;
}
.top_title {
font-size: 4em;
border: 11px solid rgb(255, 255, 255);
padding: 14px;
letter-spacing: 7px;
box-shadow: 10px 8px 0px #616161;
border-radius: 20px;
top: 250px;
color: #ffffff;
position: relative;
}
.contents {
/*padding-top: 652px;*/
}
.article {
background-color: #292F33;
/*padding: 2rem 4rem;*/
}
.article p, .article li {
color: #969696;
font-family: "HYQiHei-25JF";
line-height: 2rem;
font-size: 1.2rem;
word-wrap: break-word;
text-align: left;
margin: 1rem 0;
}
.article h1 {
color: #e2e2e2;
font-family: "HYQiHei-50S";
margin-top: 150px;
margin-bottom: 70px;
text-align: center;
}
.qa_group p:nth-child(2) {
/*margin-bottom: 1rem;*/
}
.qa_group h3 {
/*font-size: 3.5rem !important;*/
}
.ui.fixed.sticky+div {
margin-top: 60px;
}
.ui.sticky.sticky_label .overlay-ribbon {
transition: left 1.5s ease;
left: 0;
}
.ui.sticky.sticky_label.fixed.top .overlay-ribbon {
left: -350%;
position: relative;
}
.sticky_label {
/*min-height: 50px;
width: 200px !important;
height: 60px !important;
left: 56px;
background-color: #ffffff;
font-size: 3em;*/
}
#menu_btn {
position: fixed;
bottom: 7%;
right: 0%;
z-index: 999;
/*font-size: 2.5rem;*/
color: rgba(0, 0, 0, 0.6);
background-color: rgba(255, 255, 255, 0.3);
/*border-radius: 19px;*/
/*box-shadow: 9px 3px 22px 3px rgba(0, 0, 0, 0.5);*/
}
.square {
width: 6rem;
height: 6rem;
}
.relative {
position: relative;
width: 500px;
font-size: 4rem;
text-align: left;
line-height: 4rem;
}
.image_group {
margin-bottom: 300px;
}
.para_header {
margin-bottom: 100px !important;
letter-spacing: 0.3rem;
/*color: #ffffff;*/
/*font-size: 4rem;*/
}
.subsection {
padding-bottom: 150px !important;
}
.para_collection {
padding: 0rem 0rem;
}
.my_divider {
height: 2px;
width: 100%;
background-color: rgb(255, 0, 0);
;
}
.fa-circle {
padding-right: 3rem;
}
.ui.mymassive.button {
font-size: 1.5rem !important;
margin-bottom: 60px;
border-radius: 0.1rem;
font-weight: 1000;
}
.secton_top_image {
padding-top: 60px;
padding-bottom: 80px;
background-color: #292F33;
box-shadow: 0 0 1rem 0 rgba(110, 110, 110, 0.5);
}
.ui.grid {
background-color: #292F33;
margin: -1rem 0;
}
.card {
box-shadow: 0 1px 3px 0 #D4D4D5,0 0 0 1px #000000 !important;
} | 0.414543 | 0.10434 |
@import 'css/variables';
@import 'snow-theme';
@import 'ql-toolbar';
@import 'placeholder-for-loading-image';
.quill{
position: relative;
&.-readOnly{
cursor: default;
a, input {
cursor: pointer;
}
}
> .ql-container > .ql-editor{
min-height: 70px;
font-size: 17px;
height: 100%;
outline: none;
overflow-y: auto;
padding: 12px 15px;
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-word;
font-family: 'Open Sans';
// color: rgb(206, 199, 245);
// We need !important-s because we have to override styles copypasted by users
code, span, em, strong, b, a, sup, sub, blockquote, mark, p, ul, ol, u{
color: rgb(238, 236, 246) !important;
background: rgba(0, 0, 0, 0) !important;
}
strong{
font-family: inherit;
font-weight: 100;
color: $green !important;
}
em{
color: rgb(171, 127, 242) !important;
font-style: normal;
}
a{
text-decoration: underline;
}
pre.ql-syntax, code, code *{
background: rgba(183, 225, 246, 0.06) !important;
color: rgb(167, 209, 219) !important;
}
pre.ql-syntax, code{
font-size: 16px;
white-space: pre-wrap;
border-radius: 3px;
}
pre.ql-syntax{
margin: 5px 0;
padding: 5px 10px;
}
code{
padding: 2px 4px;
}
sup, sub{
font-size: 0.7em;
}
ul, ol{
list-style-type: initial;
// li{
// padding-left: 0;
// }
}
ul{ padding-left: 15px; }
ol{ padding-left: 21px; }
blockquote{
font-size: 14px;
border-left: 1px solid rgba(206, 199, 245, 0.62);
color: rgb(238, 236, 246) !important;
background: rgba(21, 23, 45, 0.38) !important;
padding: 4px 16px;
}
img{
background: white !important;
max-width: 100%;
border-radius: 2px;
}
}
// placeholder!
> .ql-container > .ql-editor.ql-blank::before{
font-size: 15px;
font-style: normal;
padding-right: 10px;
line-height: 20px;
color: rgb(172, 181, 218);
}
}
@media(max-width: 600px){
.quill > .ql-toolbar{
display: none !important;
}
} | frontend/css/quill/index.css | @import 'css/variables';
@import 'snow-theme';
@import 'ql-toolbar';
@import 'placeholder-for-loading-image';
.quill{
position: relative;
&.-readOnly{
cursor: default;
a, input {
cursor: pointer;
}
}
> .ql-container > .ql-editor{
min-height: 70px;
font-size: 17px;
height: 100%;
outline: none;
overflow-y: auto;
padding: 12px 15px;
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-word;
font-family: 'Open Sans';
// color: rgb(206, 199, 245);
// We need !important-s because we have to override styles copypasted by users
code, span, em, strong, b, a, sup, sub, blockquote, mark, p, ul, ol, u{
color: rgb(238, 236, 246) !important;
background: rgba(0, 0, 0, 0) !important;
}
strong{
font-family: inherit;
font-weight: 100;
color: $green !important;
}
em{
color: rgb(171, 127, 242) !important;
font-style: normal;
}
a{
text-decoration: underline;
}
pre.ql-syntax, code, code *{
background: rgba(183, 225, 246, 0.06) !important;
color: rgb(167, 209, 219) !important;
}
pre.ql-syntax, code{
font-size: 16px;
white-space: pre-wrap;
border-radius: 3px;
}
pre.ql-syntax{
margin: 5px 0;
padding: 5px 10px;
}
code{
padding: 2px 4px;
}
sup, sub{
font-size: 0.7em;
}
ul, ol{
list-style-type: initial;
// li{
// padding-left: 0;
// }
}
ul{ padding-left: 15px; }
ol{ padding-left: 21px; }
blockquote{
font-size: 14px;
border-left: 1px solid rgba(206, 199, 245, 0.62);
color: rgb(238, 236, 246) !important;
background: rgba(21, 23, 45, 0.38) !important;
padding: 4px 16px;
}
img{
background: white !important;
max-width: 100%;
border-radius: 2px;
}
}
// placeholder!
> .ql-container > .ql-editor.ql-blank::before{
font-size: 15px;
font-style: normal;
padding-right: 10px;
line-height: 20px;
color: rgb(172, 181, 218);
}
}
@media(max-width: 600px){
.quill > .ql-toolbar{
display: none !important;
}
} | 0.388038 | 0.078043 |
padding-top: 3px;
width: 560px;
height: 300px;
position: absolute;
display: block;
border-radius: 5px;
border: 1px solid #25a0e1;
background-size: 10px 2px;
background-image: linear-gradient(1deg, rgba(33, 176, 255, 0.6), rgba(37, 160, 225, 0.6) 6px);
top: 50px;
left: calc(50% - 400px);
z-index: 11;
}
#processorRoot .InventoryCell {
width: 50px;
height: 50px;
}
#processorRoot .lobbyButton {
outline: none;
border: 1px solid #25a0e1;
background-color: rgba(26, 169, 218, 0.5);
border-radius: 10px;
padding: 2px 10px 2px;
z-index: 11;
margin: 10px;
position: static;
width: 105px;
color: #ff7800;
transition: 0.2s;
text-shadow: 0 -1px 1px #000000, 0 -1px 1px #000000, 0 1px 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;
}
#processorRoot .lobbyButton:hover {
background-color: rgb(26, 204, 255);
}
#processorRoot .lobbyButton:active {
transform: scale(0.95);
}
#processorRoot .itemsPools {
overflow-y: auto;
border-radius: 5px;
width: 266px;
height: 240px;
float: left;
box-shadow: inset 0 0 5px black;
background: #89969c;
margin: 20px 7px 0 7px;
text-align: left;
overflow-x: hidden;
}
#processorRoot .itemsPools .pollHead, #Workbench .blueHead {
text-align: left;
height: 17px;
border-radius: 5px;
border: 1px solid #25a0e1;
z-index: 999;
background-size: 10px 2px;
background-image: linear-gradient(1deg, rgba(33, 176, 255, 0.6), rgba(37, 160, 225, 0.6) 6px);
line-height: 19px;
margin: 1px 0 0 1px;
width: 262px;
box-shadow: 0 0 5px black;
color: #ff7800;
text-shadow: 0 -1px 1px #000000, 0 -1px 1px #000000, 0 1px 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;
}
#processorRoot .itemsPools .pollHead h3 {
margin: 0;
padding: 0 4px;
display: block;
width: 90px;
height: 14px;
float: left;
font-size: 11px;
font-weight: 100;
}
#processorRoot .itemsPools .pollHead .util {
height: 18px;
width: 18px;
background: url(../../assets/components/inventory/img/util.png) center center / cover no-repeat;
float: right;
margin-right: 5px;
}
#RecyclePercent {
height: 17px;
width: 70px;
float: right;
margin-right: 20px;
background: rgba(0, 0, 0, 0.5);
text-align: center;
font-size: 10px;
line-height: 17px;
position: relative;
z-index: 1;
}
#fillBackPercent {
background-size: 10px 2px;
background-image: linear-gradient(1deg, rgb(251, 93, 0), rgba(225, 37, 46, 0.6) 6px);
width: 50%;
height: 100%;
position: absolute;
z-index: -1;
}
.RecycleSection {
}
.nameSection {
clear: both;
width: 50%;
height: 14px;
font-size: 12px;
margin: 2px 0 1px 1px;
border-radius: 0 20px 0 0;
padding-left: 11px;
border: 1px solid #793f1f;
background-size: 10px 2px;
background-image: linear-gradient(1deg, rgba(251, 93, 0, 0.55), rgba(225, 37, 46, 0.6) 6px);
color: #ff7800;
text-shadow: 0 -1px 1px #000000, 0 -1px 1px #000000, 0 1px 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;
}
.hideArrowSection {
}
.itemTax {
position: absolute;
bottom: 0;
font-size: 12px;
color: #ff4c4c;
text-shadow: 0 -1px 1px #000000, 0 -1px 1px #000000, 0 1px 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;
width: 90%;
padding-left: 3px;
} | static/lobby/css/processor.css | padding-top: 3px;
width: 560px;
height: 300px;
position: absolute;
display: block;
border-radius: 5px;
border: 1px solid #25a0e1;
background-size: 10px 2px;
background-image: linear-gradient(1deg, rgba(33, 176, 255, 0.6), rgba(37, 160, 225, 0.6) 6px);
top: 50px;
left: calc(50% - 400px);
z-index: 11;
}
#processorRoot .InventoryCell {
width: 50px;
height: 50px;
}
#processorRoot .lobbyButton {
outline: none;
border: 1px solid #25a0e1;
background-color: rgba(26, 169, 218, 0.5);
border-radius: 10px;
padding: 2px 10px 2px;
z-index: 11;
margin: 10px;
position: static;
width: 105px;
color: #ff7800;
transition: 0.2s;
text-shadow: 0 -1px 1px #000000, 0 -1px 1px #000000, 0 1px 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;
}
#processorRoot .lobbyButton:hover {
background-color: rgb(26, 204, 255);
}
#processorRoot .lobbyButton:active {
transform: scale(0.95);
}
#processorRoot .itemsPools {
overflow-y: auto;
border-radius: 5px;
width: 266px;
height: 240px;
float: left;
box-shadow: inset 0 0 5px black;
background: #89969c;
margin: 20px 7px 0 7px;
text-align: left;
overflow-x: hidden;
}
#processorRoot .itemsPools .pollHead, #Workbench .blueHead {
text-align: left;
height: 17px;
border-radius: 5px;
border: 1px solid #25a0e1;
z-index: 999;
background-size: 10px 2px;
background-image: linear-gradient(1deg, rgba(33, 176, 255, 0.6), rgba(37, 160, 225, 0.6) 6px);
line-height: 19px;
margin: 1px 0 0 1px;
width: 262px;
box-shadow: 0 0 5px black;
color: #ff7800;
text-shadow: 0 -1px 1px #000000, 0 -1px 1px #000000, 0 1px 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;
}
#processorRoot .itemsPools .pollHead h3 {
margin: 0;
padding: 0 4px;
display: block;
width: 90px;
height: 14px;
float: left;
font-size: 11px;
font-weight: 100;
}
#processorRoot .itemsPools .pollHead .util {
height: 18px;
width: 18px;
background: url(../../assets/components/inventory/img/util.png) center center / cover no-repeat;
float: right;
margin-right: 5px;
}
#RecyclePercent {
height: 17px;
width: 70px;
float: right;
margin-right: 20px;
background: rgba(0, 0, 0, 0.5);
text-align: center;
font-size: 10px;
line-height: 17px;
position: relative;
z-index: 1;
}
#fillBackPercent {
background-size: 10px 2px;
background-image: linear-gradient(1deg, rgb(251, 93, 0), rgba(225, 37, 46, 0.6) 6px);
width: 50%;
height: 100%;
position: absolute;
z-index: -1;
}
.RecycleSection {
}
.nameSection {
clear: both;
width: 50%;
height: 14px;
font-size: 12px;
margin: 2px 0 1px 1px;
border-radius: 0 20px 0 0;
padding-left: 11px;
border: 1px solid #793f1f;
background-size: 10px 2px;
background-image: linear-gradient(1deg, rgba(251, 93, 0, 0.55), rgba(225, 37, 46, 0.6) 6px);
color: #ff7800;
text-shadow: 0 -1px 1px #000000, 0 -1px 1px #000000, 0 1px 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;
}
.hideArrowSection {
}
.itemTax {
position: absolute;
bottom: 0;
font-size: 12px;
color: #ff4c4c;
text-shadow: 0 -1px 1px #000000, 0 -1px 1px #000000, 0 1px 1px #000000, 0 1px 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px 0 1px #000000, 1px 0 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;
width: 90%;
padding-left: 3px;
} | 0.35209 | 0.253191 |
.ghost-card {
background-color: #fff;
border-radius: 5px;
box-sizing: border-box;
padding: 0;
color: rgba(0,0,0,.65);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
list-style: none;
font-feature-settings: "tnum";
position: relative;
background: #fff;
border-radius: 5px;
-webkit-box-shadow: 0px 5px 10px 0px
rgba(23, 23, 26, 0.3);
box-shadow: 0px 5px 10px 0px
rgba(217, 224, 252, 0.3);
transition: all .3s
}
.ghost-card-hoverable {
cursor: pointer
}
.ghost-card-hoverable:hover {
border-color: rgba(0,0,0,.09);
box-shadow: 0 2px 8px rgba(0,0,0,.09)
}
.ghost-card-bordered {
border: 1px solid #e8e8e8
}
.ghost-card-head {
min-height: 48px;
padding: 0 24px;
color: rgba(0,0,0,.85);
font-weight: 500;
font-size: 16px;
background: transparent;
border-radius: 2px 2px 0 0;
zoom: 1
}
.ghost-card-head:after,.ghost-card-head:before {
content: "";
display: table
}
.ghost-card-head:after {
clear: both
}
.ghost-card-head-wrapper {
display: flex;
align-items: center
}
.ghost-card-head-title {
display: inline-block;
flex: 1 1;
padding: 16px 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
.ghost-card-head .ghost-tabs {
clear: both;
margin-bottom: -17px;
color: rgba(0,0,0,.65);
font-weight: 400;
font-size: 14px
}
.ghost-card-head .ghost-tabs-bar {
border-bottom: 1px solid #e8e8e8
}
.ghost-card-extra {
float: right;
margin-left: auto;
padding: 16px 0;
color: rgba(0,0,0,.65);
font-weight: 400;
font-size: 14px
}
.ghost-card-body {
margin-top: 10px;
padding: 0 30px;
zoom: 1
}
.ghost-card-body:after,.ghost-card-body:before {
content: "";
display: table
}
.ghost-card-body:after {
clear: both
}
.ghost-card-contain-grid:not(.ghost-card-loading) .ghost-card-body {
margin: -1px 0 0 -1px;
padding: 0
}
.ghost-card-grid {
float: left;
width: 33.33%;
padding: 24px;
border: 0;
border-radius: 0;
box-shadow: 1px 0 0 0 #e8e8e8,0 1px 0 0 #e8e8e8,1px 1px 0 0 #e8e8e8,inset 1px 0 0 0 #e8e8e8,inset 0 1px 0 0 #e8e8e8;
transition: all .3s
}
.ghost-card-grid:hover {
position: relative;
z-index: 1;
box-shadow: 0 2px 8px rgba(0,0,0,.15)
}
.ghost-card-contain-tabs>.ghost-card-head .ghost-card-head-title {
min-height: 32px;
padding-bottom: 0
}
.ghost-card-contain-tabs .ghost-card-extra {
padding-bottom: 0
}
.ghost-card-cover>* {
display: block;
width: 100%
}
.ghost-card-cover img {
border-radius: 2px 2px 0 0
}
.ghost-card-actions {
margin: 0;
padding: 0;
list-style: none;
background: #fafafa;
border-top: 1px solid #e8e8e8;
zoom: 1
}
.ghost-card-actions:after,.ghost-card-actions:before {
content: "";
display: table
}
.ghost-card-actions:after {
clear: both
}
.ghost-card-actions>li {
float: left;
margin: 12px 0;
color: rgba(0,0,0,.45);
text-align: center
}
.ghost-card-actions>li>span {
position: relative;
display: inline-block;
min-width: 32px;
font-size: 14px;
line-height: 22px;
cursor: pointer
}
.ghost-card-actions>li>span:hover {
color: #1890ff;
transition: color .3s
}
.ghost-card-actions>li>span>.ghosticon {
font-size: 16px;
line-height: 22px
}
.ghost-card-actions>li>span a {
display: inline-block;
width: 100%;
color: rgba(0,0,0,.45);
line-height: 22px
}
.ghost-card-actions>li>span a:hover {
color: #1890ff
}
.ghost-card-actions>li:not(:last-child) {
border-right: 1px solid #e8e8e8
}
.ghost-card-wider-padding .ghost-card-head {
padding: 0 32px
}
.ghost-card-wider-padding .ghost-card-body {
padding: 24px 32px
}
.ghost-card-padding-transition .ghost-card-body,.ghost-card-padding-transition .ghost-card-head {
transition: padding .3s
}
.ghost-card-type-inner .ghost-card-head {
padding: 0 24px;
background: #fafafa
}
.ghost-card-type-inner .ghost-card-head-title {
padding: 12px 0;
font-size: 14px
}
.ghost-card-type-inner .ghost-card-body {
padding: 16px 24px
}
.ghost-card-type-inner .ghost-card-extra {
padding: 13.5px 0
}
.ghost-card-meta {
margin: -4px 0;
zoom: 1
}
.ghost-card-meta:after,.ghost-card-meta:before {
content: "";
display: table
}
.ghost-card-meta:after {
clear: both
}
.ghost-card-meta-avatar {
float: left;
padding-right: 16px
}
.ghost-card-meta-detail {
overflow: hidden
}
.ghost-card-meta-detail>div:not(:last-child) {
margin-bottom: 8px
}
.ghost-card-meta-title {
overflow: hidden;
color: rgba(0,0,0,.85);
font-weight: 500;
font-size: 16px;
white-space: nowrap;
text-overflow: ellipsis
}
.ghost-card-meta-description {
color: rgba(0,0,0,.45)
}
.ghost-card-loading {
overflow: hidden
}
.ghost-card-loading .ghost-card-body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.ghost-card-loading-content p {
margin: 0
}
.ghost-card-loading-block {
height: 14px;
margin: 4px 0;
background: linear-gradient(90deg,rgba(207,216,220,.2),rgba(207,216,220,.4),rgba(207,216,220,.2));
background-size: 600% 600%;
border-radius: 2px;
animation: card-loading 1.4s ease infinite
}
@keyframes card-loading {
0%,to {
background-position: 0 50%
}
50% {
background-position: 100% 50%
}
}
.ghost-card-small>.ghost-card-head {
min-height: 36px;
padding: 0 12px;
font-size: 14px
}
.ghost-card-small>.ghost-card-head>.ghost-card-head-wrapper>.ghost-card-head-title {
padding: 8px 0
}
.ghost-card-small>.ghost-card-head>.ghost-card-head-wrapper>.ghost-card-extra {
padding: 8px 0;
font-size: 14px
}
.ghost-card-small>.ghost-card-body {
padding: 12px
}
@media screen and (max-width: 420px) {
.ghost-card {
box-shadow: none;
}
} | src/libs/style/common/card.css | .ghost-card {
background-color: #fff;
border-radius: 5px;
box-sizing: border-box;
padding: 0;
color: rgba(0,0,0,.65);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
list-style: none;
font-feature-settings: "tnum";
position: relative;
background: #fff;
border-radius: 5px;
-webkit-box-shadow: 0px 5px 10px 0px
rgba(23, 23, 26, 0.3);
box-shadow: 0px 5px 10px 0px
rgba(217, 224, 252, 0.3);
transition: all .3s
}
.ghost-card-hoverable {
cursor: pointer
}
.ghost-card-hoverable:hover {
border-color: rgba(0,0,0,.09);
box-shadow: 0 2px 8px rgba(0,0,0,.09)
}
.ghost-card-bordered {
border: 1px solid #e8e8e8
}
.ghost-card-head {
min-height: 48px;
padding: 0 24px;
color: rgba(0,0,0,.85);
font-weight: 500;
font-size: 16px;
background: transparent;
border-radius: 2px 2px 0 0;
zoom: 1
}
.ghost-card-head:after,.ghost-card-head:before {
content: "";
display: table
}
.ghost-card-head:after {
clear: both
}
.ghost-card-head-wrapper {
display: flex;
align-items: center
}
.ghost-card-head-title {
display: inline-block;
flex: 1 1;
padding: 16px 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
.ghost-card-head .ghost-tabs {
clear: both;
margin-bottom: -17px;
color: rgba(0,0,0,.65);
font-weight: 400;
font-size: 14px
}
.ghost-card-head .ghost-tabs-bar {
border-bottom: 1px solid #e8e8e8
}
.ghost-card-extra {
float: right;
margin-left: auto;
padding: 16px 0;
color: rgba(0,0,0,.65);
font-weight: 400;
font-size: 14px
}
.ghost-card-body {
margin-top: 10px;
padding: 0 30px;
zoom: 1
}
.ghost-card-body:after,.ghost-card-body:before {
content: "";
display: table
}
.ghost-card-body:after {
clear: both
}
.ghost-card-contain-grid:not(.ghost-card-loading) .ghost-card-body {
margin: -1px 0 0 -1px;
padding: 0
}
.ghost-card-grid {
float: left;
width: 33.33%;
padding: 24px;
border: 0;
border-radius: 0;
box-shadow: 1px 0 0 0 #e8e8e8,0 1px 0 0 #e8e8e8,1px 1px 0 0 #e8e8e8,inset 1px 0 0 0 #e8e8e8,inset 0 1px 0 0 #e8e8e8;
transition: all .3s
}
.ghost-card-grid:hover {
position: relative;
z-index: 1;
box-shadow: 0 2px 8px rgba(0,0,0,.15)
}
.ghost-card-contain-tabs>.ghost-card-head .ghost-card-head-title {
min-height: 32px;
padding-bottom: 0
}
.ghost-card-contain-tabs .ghost-card-extra {
padding-bottom: 0
}
.ghost-card-cover>* {
display: block;
width: 100%
}
.ghost-card-cover img {
border-radius: 2px 2px 0 0
}
.ghost-card-actions {
margin: 0;
padding: 0;
list-style: none;
background: #fafafa;
border-top: 1px solid #e8e8e8;
zoom: 1
}
.ghost-card-actions:after,.ghost-card-actions:before {
content: "";
display: table
}
.ghost-card-actions:after {
clear: both
}
.ghost-card-actions>li {
float: left;
margin: 12px 0;
color: rgba(0,0,0,.45);
text-align: center
}
.ghost-card-actions>li>span {
position: relative;
display: inline-block;
min-width: 32px;
font-size: 14px;
line-height: 22px;
cursor: pointer
}
.ghost-card-actions>li>span:hover {
color: #1890ff;
transition: color .3s
}
.ghost-card-actions>li>span>.ghosticon {
font-size: 16px;
line-height: 22px
}
.ghost-card-actions>li>span a {
display: inline-block;
width: 100%;
color: rgba(0,0,0,.45);
line-height: 22px
}
.ghost-card-actions>li>span a:hover {
color: #1890ff
}
.ghost-card-actions>li:not(:last-child) {
border-right: 1px solid #e8e8e8
}
.ghost-card-wider-padding .ghost-card-head {
padding: 0 32px
}
.ghost-card-wider-padding .ghost-card-body {
padding: 24px 32px
}
.ghost-card-padding-transition .ghost-card-body,.ghost-card-padding-transition .ghost-card-head {
transition: padding .3s
}
.ghost-card-type-inner .ghost-card-head {
padding: 0 24px;
background: #fafafa
}
.ghost-card-type-inner .ghost-card-head-title {
padding: 12px 0;
font-size: 14px
}
.ghost-card-type-inner .ghost-card-body {
padding: 16px 24px
}
.ghost-card-type-inner .ghost-card-extra {
padding: 13.5px 0
}
.ghost-card-meta {
margin: -4px 0;
zoom: 1
}
.ghost-card-meta:after,.ghost-card-meta:before {
content: "";
display: table
}
.ghost-card-meta:after {
clear: both
}
.ghost-card-meta-avatar {
float: left;
padding-right: 16px
}
.ghost-card-meta-detail {
overflow: hidden
}
.ghost-card-meta-detail>div:not(:last-child) {
margin-bottom: 8px
}
.ghost-card-meta-title {
overflow: hidden;
color: rgba(0,0,0,.85);
font-weight: 500;
font-size: 16px;
white-space: nowrap;
text-overflow: ellipsis
}
.ghost-card-meta-description {
color: rgba(0,0,0,.45)
}
.ghost-card-loading {
overflow: hidden
}
.ghost-card-loading .ghost-card-body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.ghost-card-loading-content p {
margin: 0
}
.ghost-card-loading-block {
height: 14px;
margin: 4px 0;
background: linear-gradient(90deg,rgba(207,216,220,.2),rgba(207,216,220,.4),rgba(207,216,220,.2));
background-size: 600% 600%;
border-radius: 2px;
animation: card-loading 1.4s ease infinite
}
@keyframes card-loading {
0%,to {
background-position: 0 50%
}
50% {
background-position: 100% 50%
}
}
.ghost-card-small>.ghost-card-head {
min-height: 36px;
padding: 0 12px;
font-size: 14px
}
.ghost-card-small>.ghost-card-head>.ghost-card-head-wrapper>.ghost-card-head-title {
padding: 8px 0
}
.ghost-card-small>.ghost-card-head>.ghost-card-head-wrapper>.ghost-card-extra {
padding: 8px 0;
font-size: 14px
}
.ghost-card-small>.ghost-card-body {
padding: 12px
}
@media screen and (max-width: 420px) {
.ghost-card {
box-shadow: none;
}
} | 0.29798 | 0.086516 |
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
.button5 {
background-color: white;
color: black;
border: 2px solid #555555;
}
.button5:hover {
background-color: #b93b56;
color: white;
}
.button {
display: inline-block;
border-radius: 4px;
background-color: #88726b;
border: none;
color: #ffffff;
text-align: center;
font-size: 28px;
padding: 20px;
width: 200px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.buttonBlue {
display: inline-block;
border-radius: 4px;
background-color: #4194c4;
border: none;
color: #ffffff;
text-align: center;
font-size: 19px;
padding: 20px;
width: fit-content;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after {
content: "\00bb";
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.button:hover span {
padding-right: 55px;
}
.button:hover span:after {
opacity: 1;
right: 0;
}
/* custom css class for text editor box*/
.TextEditorCss {
color: rgb(17, 17, 17);
max-width: 740px;
background-color: rgba(255, 255, 255, 0.788);
box-shadow: rgba(16, 38, 39, 0.1) 0px 26px 24px 0px;
padding: 40px;
margin: 65px auto 45px;
border-radius: 4.5px;
}
/* custom css class for text editor toolbar*/
.format-toolbar {
display: flex;
border-bottom: solid 1.7px rgb(72, 158, 204);
padding: 10px 0;
margin: 0 0 10px 0;
}
/* custom css class for text editor btn*/
.tooltip-icon-button {
border: 0;
}
/*AutocompleteTextbox CSS with fixed width*/
/* move component down from top border and make it 600px wide --->animation inherited from App.css */
.App-Component {
margin: 60px auto 0 auto;
width: 600px;
}
.AutoCompleteText {
width: 100%;
border: 1px solid grey;
box-shadow: 0 0 0 1px rgba(209, 206, 206, 0.767), 0 2px 4px 1px rgba(179, 178, 178, 0.18);
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: rgba(0, 0, 0, 0.73);
}
.AutoCompleteText input {
width: 100%;
border: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: rgba(0, 0, 0, 0.73);
padding: 10px 5px;
box-sizing: border-box;
outline: none;
}
.AutoCompleteText ul {
list-style-type: none;
text-align: left;
margin: 0;
padding: 0;
border-top: 1px solid grey;
}
.AutoCompleteText ul::before {
content: "";
}
.AutoCompleteText li {
padding: 10px 5px;
cursor: pointer;
}
.AutoCompleteText li:hover {
text-decoration: underline;
background-color: rgba(192, 189, 189, 0.2);
} | src/index.css | body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
.button5 {
background-color: white;
color: black;
border: 2px solid #555555;
}
.button5:hover {
background-color: #b93b56;
color: white;
}
.button {
display: inline-block;
border-radius: 4px;
background-color: #88726b;
border: none;
color: #ffffff;
text-align: center;
font-size: 28px;
padding: 20px;
width: 200px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.buttonBlue {
display: inline-block;
border-radius: 4px;
background-color: #4194c4;
border: none;
color: #ffffff;
text-align: center;
font-size: 19px;
padding: 20px;
width: fit-content;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after {
content: "\00bb";
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.button:hover span {
padding-right: 55px;
}
.button:hover span:after {
opacity: 1;
right: 0;
}
/* custom css class for text editor box*/
.TextEditorCss {
color: rgb(17, 17, 17);
max-width: 740px;
background-color: rgba(255, 255, 255, 0.788);
box-shadow: rgba(16, 38, 39, 0.1) 0px 26px 24px 0px;
padding: 40px;
margin: 65px auto 45px;
border-radius: 4.5px;
}
/* custom css class for text editor toolbar*/
.format-toolbar {
display: flex;
border-bottom: solid 1.7px rgb(72, 158, 204);
padding: 10px 0;
margin: 0 0 10px 0;
}
/* custom css class for text editor btn*/
.tooltip-icon-button {
border: 0;
}
/*AutocompleteTextbox CSS with fixed width*/
/* move component down from top border and make it 600px wide --->animation inherited from App.css */
.App-Component {
margin: 60px auto 0 auto;
width: 600px;
}
.AutoCompleteText {
width: 100%;
border: 1px solid grey;
box-shadow: 0 0 0 1px rgba(209, 206, 206, 0.767), 0 2px 4px 1px rgba(179, 178, 178, 0.18);
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: rgba(0, 0, 0, 0.73);
}
.AutoCompleteText input {
width: 100%;
border: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: rgba(0, 0, 0, 0.73);
padding: 10px 5px;
box-sizing: border-box;
outline: none;
}
.AutoCompleteText ul {
list-style-type: none;
text-align: left;
margin: 0;
padding: 0;
border-top: 1px solid grey;
}
.AutoCompleteText ul::before {
content: "";
}
.AutoCompleteText li {
padding: 10px 5px;
cursor: pointer;
}
.AutoCompleteText li:hover {
text-decoration: underline;
background-color: rgba(192, 189, 189, 0.2);
} | 0.416915 | 0.090856 |
::-webkit-scrollbar {
width: 5px;
border-left: 1px solid #e6e6e6;
}
::-webkit-scrollbar-thumb {
background: #24142F;
}
.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
left: auto;
right: 100%; }
.dropdown-menu.animated {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s; }
.dropdown-menu.animated:before {
content: " ";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 99; }
.dropdownhover-top .dropdown-menu {
margin-bottom: 2px;
margin-top: 0; }
.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
bottom: -1px;
top: auto; }
.dropdownhover-bottom .dropdown-menu {
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0; }
.dropdownhover-left .dropdown-menu {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%; }
.dropdownhover-right .dropdown-menu {
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%; }
.dropdownhover-top .dropdown-menu {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%; }
.global-search {
height: 100%;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 600;
display: none;
opacity: 0;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out; }
.header-inner + .container > .global-search {
position: absolute;
border-top: 1px solid #f1f1f1; }
.header-affix.affix .global-search {
display: none; }
.header-affix.affix [data-toggle="global-search"] {
display: none; }
.global-search.in {
display: block; }
.global-search.animated {
opacity: 1; }
.global-search.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s; }
.global-search.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s; }
.navbar.global-search-active {
padding: 30px 0; }
.navbar.global-search-active * {
opacity: 0 !important; }
.global-search .form-global-search {
height: 100%;
position: relative;
z-index: 700;
background: white; }
.top-navbar + .header-1 .global-search {
margin-top: 48px; }
.navbar--inverse + .global-search .form-global-search {
background: black; }
.global-search .form-global-search .search-input {
display: block;
width: 100%;
margin: 54px 0;
height: 40px;
padding: 0 50px 0 0;
font-size: 22px;
color: #555;
font-family: "Roboto", sans-serif;
border: 0;
background-color: transparent;
background-image: none; }
.navbar--inverse + .global-search .form-global-search .search-input {
color: rgba(255, 255, 255, 0.7); }
.navbar--sm + .global-search .form-global-search .search-input {
margin: 42px 0; }
.global-search .form-global-search .search-input:focus {
outline: 0;
font-weight: 500; }
.global-search .form-global-search .search-input::-moz-placeholder {
color: #999;
opacity: 1;
font-weight: 400; }
.global-search .form-global-search .search-input::-moz-placeholder:focus {
color: #999;
font-weight: 400; }
.global-search .form-global-search .search-input:-ms-input-placeholder {
color: #999;
font-weight: 400; }
.global-search .form-global-search .search-input::-webkit-input-placeholder {
color: #999;
font-weight: 400; }
.global-search .form-global-search .search-input:focus::-webkit-input-placeholder {
color: transparent; }
.global-search .form-global-search .btn {
display: block;
width: 100%;
height: 40px;
margin-top: 20px;
line-height: 40px;
padding: 0; }
.global-search-backdrop {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
background: rgba(255, 255, 255, 0.95); }
.global-search.in .global-search-backdrop {
display: block; }
.global-search-close-btn {
position: absolute;
top: 50%;
margin-top: -18px;
right: 15px;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
color: #999;
background: transparent;
border: 0;
z-index: 900; }
.global-search-fullscreen {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
min-height: 500px;
height: 100%;
z-index: 1500;
background: rgba(255, 255, 255, 0.95); }
.global-search-fullscreen .form-global-search {
width: 80%;
margin-left: 10%;
position: absolute;
top: 50%;
margin-top: -75px; }
.global-search-fullscreen .form-global-search .search-input {
display: block;
width: 100%;
margin-top: 25px;
height: 50px;
padding: 0 0 3px;
font-size: 28px;
line-height: 1.42857143;
color: #111;
border: 0;
border-bottom: 1px solid #111;
background-color: transparent;
background-image: none; }
.global-search-fullscreen .form-global-search .search-input:focus {
border-color: #111;
outline: 0; }
.global-search-fullscreen .form-global-search .search-input::-moz-placeholder {
color: #111;
opacity: 1; }
.global-search-fullscreen .form-global-search .search-input::-moz-placeholder:focus {
color: #111; }
.global-search-fullscreen .form-global-search .search-input:-ms-input-placeholder {
color: #111; }
.global-search-fullscreen .form-global-search .search-input::-webkit-input-placeholder {
color: #111; }
.global-search-fullscreen .form-global-search .search-input:focus::-webkit-input-placeholder {
color: transparent; }
.global-search-fullscreen .form-global-search .btn {
height: 50px;
margin-top: 25px;
padding: 14px 36px;
float: right;
font-size: 18px;
line-height: 0 !important; }
.global-search-fullscreen .close-search {
position: relative;
z-index: 300;
padding: 20px;
background-color: #111;
float: right;
cursor: pointer;
border-bottom-left-radius: 4px; }
.global-search-fullscreen .close-search:before {
content: "\f00d";
font-family: FontAwesome;
color: #fff; }
.global-search-overlay {
padding-top: 30px;
height: auto;
background: transparent; }
.global-search-overlay .form-global-search {
background: #fff;
border-radius: 0.25rem; }
.global-search-overlay .form-global-search .search-input {
display: block;
width: 100%;
margin: 0;
padding: 30px 0;
height: auto;
font-size: 20px;
line-height: 1.42857143;
color: #111;
border: 0;
background-color: transparent;
background-image: none; }
.global-search-overlay .close-search {
position: absolute;
top: 50%;
right: 20px;
z-index: 300;
width: 32px;
height: 32px;
line-height: 32px;
margin-top: -16px;
text-align: center;
color: #ddd;
float: right;
cursor: pointer;
border-bottom-left-radius: 4px; }
.global-search-overlay .close-search:before {
content: "\f00d";
font-family: FontAwesome;
color: #ddd; }
/* DROPDOWN CART */
.top-navbar {
background: white;
border-bottom: 1px solid #f1f1f1;
position: relative;
z-index: 710; }
.header-affix.sps--blw .top-navbar {
display: none; }
.top-navbar .aux-text {
padding: 14px 0;
color: rgba(0, 0, 0, 0.3);
font-size: 11px;
float: left; }
.top-navbar .aux-text ul li a,
.top-navbar .aux-text ul li a span {
font-size: 0.75rem;
font-family: "Roboto", sans-serif; }
.top-navbar .top-navbar-menu {
}
.top-navbar .top-navbar-menu > ul {
list-style: none;
margin: 0;
padding: 0; }
.top-navbar .top-navbar-menu > ul.top-menu > li {
position: relative;
float: left;
display: inline-block;
font-size: 0.75rem;
font-family: "Roboto", sans-serif; }
.top-navbar .top-navbar-menu > ul.top-menu > li > a {
display: block;
padding: 14px 15px;
color: rgba(0, 0, 0, 0.6);
font-size: 0.75rem; }
.top-navbar .top-navbar-menu > ul.top-menu > li > a:hover {
color: #24142F; }
.top-navbar .top-navbar-menu > ul.top-menu > li.dropdown > a:after {
content: "\f107";
margin-left: 4px;
font-family: "FontAwesome";
position: relative; }
.top-navbar .top-navbar-menu ul.top-menu > li > a > i {
margin-right: 6px; }
.top-navbar .social-media.social-media--style-1-v4 > li > a {
color: #818a91;
font-size: 0.75rem; }
.top-navbar .top-navbar-menu > ul.top-menu-sm > li > a:not(.btn) {
padding: 0.5rem 0.75rem; }
.top-navbar.top-navbar--caps .top-navbar-menu > ul.top-menu > li > a:not(.btn) {
text-transform: uppercase; }
.top-navbar.top-navbar--caps .top-navbar-menu > ul.top-menu-sm > li > a:not(.btn) {
font-size: 0.75rem; }
.top-navbar .top-navbar-menu > ul.top-menu--style-2 > li {
border-right: 0; }
.top-navbar .top-navbar-menu > ul.top-menu--style-2 > li > a:not(.btn) {
padding-left: 1.25rem;
padding-right: 1.25rem; }
.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu {
display: none;
min-width: 160px;
position: absolute;
right: -30px;
z-index: 1100;
margin: 0;
padding: 0;
list-style: none;
background: #FFF;
border: 0;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
border-radius: 3px; }
.top-navbar .top-navbar-menu ul.top-menu > li:hover ul.sub-menu {
opacity: 1;
display: block; }
.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li {
font-size: 0.75rem; }
.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li:last-child {
border: 0; }
.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li > a:not(.btn) {
display: block;
padding: 6px 15px;
color: #666; }
.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li > a:hover {
background: transparent;
color: #24142F; }
.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li > .language-active {
display: block;
padding: 6px 15px;
background: #24142F;
color: #FFF;
cursor: default; }
.top-navbar .top-navbar-menu ul.top-menu > li.dropdown:hover .sub-menu {
display: block; }
@media (max-width: 991px) {
.top-navbar .top-navbar-menu {
float: none; }
.top-navbar .top-navbar-menu > ul.top-menu {
display: table;
width: 100%; }
.top-navbar .top-navbar-menu > ul.top-menu > li {
float: none;
display: table-cell; } }
.top-navbar--inverse {
border-bottom: 1px solid black;
background: black; }
.top-navbar--inverse .aux-text {
color: rgba(255, 255, 255, 0.6); }
.top-navbar--inverse .top-navbar-menu > ul.top-menu > li {
border-right: 1px solid transparent; }
.top-navbar--inverse .top-navbar-menu > ul.top-menu > li > a {
color: rgba(255, 255, 255, 0.7); }
.top-navbar--inverse .top-navbar-menu > ul.top-menu > li > a:hover {
color: #24142F; }
.top-navbar .top-navbar-links {
margin: 0;
padding: 0; }
.top-navbar .top-navbar-links > li {
display: inline-block;
position: relative;
width: auto;
font-size: 12px;
line-height: 43px;
padding: 0; }
.top-navbar .top-navbar-links i {
margin-right: 5px;
color: #5c5c5c; }
.top-navbar .top-navbar-links a {
color: #a1a1a1; }
.top-navbar .top-navbar-links span {
color: #a1a1a1; }
.top-navbar .top-navbar-links .top-navbar-email {
padding: 0 20px 0 0; }
.top-navbar-currency-language > li {
display: inline-block;
position: relative !important;
line-height: 44px !important;
font-size: 12px !important;
width: auto !important;
padding: 0 !important; }
.top-navbar-currency-language > li > a {
color: #fff !important; }
.top-navbar-currency-language > li > a i {
margin-left: 5px; }
.top-navbar-currency-language > li:hover .currency-dropdown,
.top-navbar-currency-language > li:hover .language-dropdown {
visibility: visible;
opacity: 1; }
.top-navbar-currency-language li {
font-family: 'Raleway', sans-serif;
color: #a1a1a1; }
.top-navbar-currency-language li.language {
margin-left: 10px; }
.top-navbar-currency-language .currency-dropdown,
.top-navbar-currency-language .language-dropdown {
background-color: #fff;
padding: 0 10px;
position: absolute;
border: 1px solid #f2f2f2;
z-index: 1201;
right: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.top-navbar-currency-language .currency-dropdown ul,
.top-navbar-currency-language .language-dropdown ul {
padding: 0; }
.top-navbar-currency-language .currency-dropdown ul li,
.top-navbar-currency-language .language-dropdown ul li {
line-height: 26px;
border-top: 1px solid #f2f2f2;
text-transform: uppercase;
letter-spacing: 0.05em;
padding: 0;
font-size: 12px; }
.top-navbar-currency-language .currency-dropdown ul li > a,
.top-navbar-currency-language .language-dropdown ul li > a {
color: #7a7a7a; }
.top-navbar .top-navbar-links .top-bar-date a,
.top-navbar .top-navbar-links .top-bar-date span,
.top-navbar .top-navbar-links .top-bar-link a,
.top-navbar .top-navbar-links .top-bar-link span {
font-family: "Roboto", sans-serif;
font-size: 0.625rem;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #818a91; }
.top-navbar .top-navbar-links .top-bar-date a:hover,
.top-navbar .top-navbar-links .top-bar-link a:hover {
color: #24142F; }
.top-navbar .top-navbar-links .top-bar-date {
margin-right: 25px; }
.top-navbar .top-navbar-links .top-bar-link a:after {
content: "";
border-right: 1px solid #606060;
margin: 0 7px 0 10px; }
.top-navbar .top-navbar-links .top-bar-link:last-child a:after {
display: none; }
.top-navbar .topbar-login > li {
display: inline-block;
width: auto;
padding: 0; }
.top-navbar .topbar-login > li a {
font-family: "Roboto", sans-serif;
font-size: 0.625rem;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #818a91; }
.top-navbar .topbar-login > li a:after {
content: "";
border-right: 1px solid rgba(0, 0, 0, 0.1);
margin: 0 7px 0 10px; }
.top-navbar .topbar-login > li a:hover {
color: #24142F; }
.top-navbar .topbar-login > li:last-child a:after {
display: none; }
.top-navbar-widget {
display: inline-block; }
.navbar {
z-index: 100; }
.navbar-container {
position: relative; }
@media (max-width: 991px) {
.navbar-container {
width: 100%;
max-width: 100%;
padding-left: 1rem !important;
padding-right: 1rem !important; } }
.navbar-floating {
position: absolute;
padding: 2rem;
width: 100%;
left: 0;
z-index: 100; }
.navbar-floating .navbar-container {
padding-left: 20px;
padding-right: 20px; }
.navbar-floating .navbar {
border-radius: 0.25rem; }
@media (min-width: 992px) {
.nav-logo-item .navbar-brand {
padding: 0;
line-height: 1;
margin: 0 3rem; }
.navbar-brand--centered {
position: absolute;
left: calc(50% - 70px); } }
@media (max-width: 767px) {
.navbar-container {
margin-left: 0;
margin-right: 0; } }
.navbar-nav .nav-link {
font-size: 0.875rem;
font-family: "Roboto", sans-serif;
font-weight: 500;
text-transform: none;
letter-spacing: 0;
color: #555;
background: transparent; }
.navbar-nav .nav-link,
.navbar-nav .nav-link * {
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
color: #FFF;
background: #24142F; }
.navbar-nav .show .nav-link,
.navbar-nav .show .nav-link:focus,
.navbar-nav .show .nav-link:hover {
/* color: #FFF;
background: #24142F; */}
.navbar-nav .nav-item:not(.nav-item-icon) .nav-link i {
margin-right: 0.625rem; }
@media (min-width: 992px) {
.navbar {
padding: 0; }
.navbar-expand-lg .navbar-nav .nav-link {
padding-top: 1.5rem;
/* padding-bottom: 2rem; */
padding-left: 0.875rem;
padding-right: 0.875rem;
border-radius: 0; }
}
.navbar-light .navbar-nav .nav-link {
color: #24142F;
background: transparent; }
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
/* color: #FFF;
background: #24142F; */
color: #24142F;
/* border-bottom: 2px solid #24142F; */}
.navbar-light .navbar-nav .show .nav-link,
.navbar-light .navbar-nav .show .nav-link:focus,
.navbar-light .navbar-nav .show .nav-link:hover {
/* color: #FFF;
background: #24142F; */
/* border-bottom: 2px solid #24142F; */ }
.navbar-inverse .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.7);
background: transparent; }
.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, 0.8);
background: transparent; }
.navbar-inverse .navbar-nav .show .nav-link,
.navbar-inverse .navbar-nav .show .nav-link:focus,
.navbar-inverse .navbar-nav .show .nav-link:hover {
color: rgba(255, 255, 255, 0.9);
background: transparent; }
.navbar.bg-default {
background: white;
border-bottom: 1px solid #f1f1f1; }
.navbar.bg-light {
background-color: #f2f2f2; }
.navbar.bg-dark {
background-color: black; }
.navbar.bg-base-1 {
background-color: #24142F; }
.navbar.bg-base-2 {
background-color: #292f36; }
.navbar.bg-gradient-1, .navbar.mask-gradient-1--style-1, .navbar.mask-gradient-1--style-2 {
background: #FC5C7D;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #6A82FB, #FC5C7D);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
.navbar.bg-gradient-2 {
background: #ec008c;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fc6767, #ec008c);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fc6767, #ec008c);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
.navbar-opaque {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100; }
.navbar-floating .navbar-opaque {
position: static;
width: auto; }
.navbar-opaque .navbar {
background-color: rgba(255, 255, 255, 0.5);
border: 0; }
.navbar-opaque.bg-light {
background-color: rgba(255, 255, 255, 0.5) !important; }
.navbar-opaque.bg-light {
background-color: rgba(242, 242, 242, 0.5) !important; }
.navbar-opaque.bg-dark {
background-color: rgba(0, 0, 0, 0.5) !important; }
.navbar-opaque.bg-base-1 {
background-color: rgba(222, 27, 27, 0.5) !important; }
.navbar-opaque.sps--blw {
background-color: rgba(255, 255, 255, 0.7); }
.navbar-opaque.navbar-inverse.sps--blw {
background-color: rgba(0, 0, 0, 0.7); }
.navbar-opaque .navbar-nav .nav-link,
.navbar-opaque .navbar-nav .active .nav-link::before,
.navbar-opaque .navbar-nav .nav-link:focus::before,
.navbar-opaque .navbar-nav .nav-link:hover::before,
.navbar-opaque .navbar-nav .show .nav-link::before {
background-color: transparent; }
.navbar-opaque .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.6); }
.navbar-opaque .navbar-nav .nav-link:focus,
.navbar-opaque .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.9); }
.navbar-opaque.navbar-inverse .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.7); }
.navbar-opaque.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-opaque.navbar-inverse .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, 0.9); }
@media (min-width: 992px) {
.navbar.navbar-transparent {
position: absolute;
top: 0;
width: 100%;
z-index: 100;
background-color: transparent !important;
border: 0;
box-shadow: none; }
.navbar-transparent .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.7); }
.navbar-transparent .navbar-nav .nav-link:focus,
.navbar-transparent .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.7);
background-color: transparent; }
.navbar-transparent .navbar-nav .show .nav-link,
.navbar-transparent .navbar-nav .show .nav-link:focus,
.navbar-transparent .navbar-nav .show .nav-link:hover {
color: rgba(0, 0, 0, 0.9);
background-color: transparent; }
.navbar-transparent.navbar-inverse .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.7); }
.navbar-transparent.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-transparent.navbar-inverse .navbar-nav .nav-link:hover {
color: white; }
.navbar-transparent.navbar-inverse .navbar-nav .show .nav-link,
.navbar-transparent.navbar-inverse .navbar-nav .show .nav-link:focus,
.navbar-transparent.navbar-inverse .navbar-nav .show .nav-link:hover {
color: white; }
.navbar-transparent.navbar-transparent-bb {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.navbar-transparent.navbar-transparent-bb.navbar-inverse {
border-bottom: 1px solid rgba(255, 255, 255, 0.25); } }
.navbar--shadow {
z-index: 100;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
.navbar--bb-1px {
border-bottom: 1px solid #f1f1f1 !important; }
.navbar--bb-2px {
border-bottom: 2px solid #f1f1f1 !important; }
.navbar--bb-3px {
border-bottom: 3px solid #f1f1f1 !important; }
.navbar-inverse.navbar--bb-1px {
border-bottom: 1px solid black !important; }
.navbar-inverse.navbar--bb-2px {
border-bottom: 2px solid black !important; }
.navbar-inverse.navbar--bb-3px {
border-bottom: 3px solid black !important; }
.navbar--bt-1px {
border-top: 1px solid #f1f1f1 !important; }
.navbar--bt-2px {
border-top: 2px solid #f1f1f1 !important; }
.navbar--bt-3px {
border-top: 3px solid #f1f1f1 !important; }
.navbar-inverse.navbar--bt-1px {
border-top: 1px solid black !important; }
.navbar-inverse.navbar--bt-2px {
border-top: 2px solid black !important; }
.navbar-inverse.navbar--bt-3px {
border-top: 3px solid black !important; }
.navbar--uppercase .navbar-nav .nav-link {
text-transform: uppercase; }
.navbar--bold .navbar-nav .nav-link {
font-weight: bolder !important; }
.navbar-nav .nav-item-icon .nav-link {
background: transparent;
color: #555;
padding-top: 0.5rem;
/*padding-bottom: 1rem;*/
margin-top: 1rem;
margin-bottom: 1rem; }
.navbar-nav .nav-item-icon .nav-link:focus,
.navbar-nav .nav-item-icon .nav-link:hover,
.navbar-nav .nav-item-icon.show .nav-link,
.navbar-nav .nav-item-icon.show .nav-link,
.navbar-nav .nav-item-icon.show .nav-link:focus {
background: transparent !important;
color: #24142F !important; }
.navbar-nav .nav-item-icon .nav-link::after {
border: 0; }
.navbar-inverse .navbar-nav .nav-item-icon .nav-link {
color: rgba(255, 255, 255, 0.7); }
.navbar-inverse .navbar-nav .nav-item-icon .nav-link:hover {
color: rgba(255, 255, 255, 0.8); }
@media (min-width: 992px) {
.navbar--style-1 .navbar-nav .nav-link {
position: relative;
font-size: 0.875rem;
font-family: 0.9375rem;
font-weight: 600;
text-transform: none;
letter-spacing: 0;
color: rgba(0, 0, 0, 0.6);
background: transparent;
padding: 2rem 1.25rem;
border-radius: 0; }
.navbar--style-1 .navbar-nav .nav-item:first-child .nav-link {
padding-left: 0; }
.navbar--style-1 .navbar-nav .nav-link:focus,
.navbar--style-1 .navbar-nav .nav-link:hover {
color: #24142F;
background: transparent; }
.navbar--style-1 .navbar-nav .show .nav-link,
.navbar--style-1 .navbar-nav .show .nav-link:focus,
.navbar--style-1 .navbar-nav .show .nav-link:hover {
color: #24142F;
background: transparent; }
.navbar--style-1 .navbar-nav .show .nav-link::after,
.navbar--style-1 .navbar-nav .nav-link:hover::after,
.navbar--style-1 .navbar-nav .nav-link:focus::after {
content: '\f111';
font-family: 'FontAwesome';
font-size: 8px;
color: #24142F;
position: absolute;
left: 50%;
top: 10px;
transform: translateX(-50%); } }
.navbar-nav .dropdown-menu {
margin: 0;
background-color: #FFF;
border: 0;
border-radius: 0; }
@media (min-width: 992px) {
.navbar-nav .dropdown-menu {
min-width: 220px;
padding: 0 0.5rem;
margin: 0;
text-align: left;
border: 0;
border-top: 0;
border-radius: 3px;
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08); }
.navbar-nav .dropdown-menu-sm {
min-width: 360px !important; }
.navbar-nav .dropdown-menu-lg {
min-width: 500px !important; }
.navbar-nav .dropdown-menu--left {
left: 0;
right: auto; }
.navbar-nav .dropdown-menu--right {
left: auto;
right: 0; } }
@media (max-width: 991px) {
.navbar-transparent .dropdown-menu {
background-color: transparent; } }
.navbar-nav .dropdown-menu .dropdown-item {
padding: 0.875rem 1.5rem;
font-size: 0.8rem;
font-weight: 400;
text-transform: capitalize;
color: #666; }
.navbar-nav .dropdown-menu .dropdown-item .badge {
position: absolute;
right: 30px; }
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:hover {
color: #24142F;
background-color: transparent;
transition:all ease .5s; }
.navbar-nav .dropdown-menu .divider {
background-color: rgba(0, 0, 0, 0.5); }
.navbar-nav .dropdown-menu .open .dropdown-item {
color: #24142F;
background-color: transparent; }
@media (min-width: 992px) {
.navbar-dropdown--inverse .dropdown-menu {
background-color: #292f36;
border-top: 0; }
.navbar-dropdown--inverse .dropdown-menu:after {
border-bottom-color: #292f36 !important; }
.navbar-dropdown--inverse .dropdown-menu .dropdown-item {
color: rgba(255, 255, 255, 0.7);
border-bottom-color: rgba(30, 30, 30, 0.7); }
.navbar-main.navbar-dropdown--inverse .dropdown-menu .dropdown-item {
color: rgba(255, 255, 255, 0.7); }
.navbar-dropdown--inverse .dropdown-menu .dropdown-item:focus,
.navbar-dropdown--inverse .dropdown-menu .dropdown-item:hover {
color: #24142F;
background-color: transparent; }
.navbar-dropdown--inverse .dropdown-menu .open .dropdown-item {
color: #24142F;
background-color: transparent; } }
@media (min-width: 992px) {
.navbar-nav .dropdown-menu {
margin-top: 0; }
.navbar-nav .dropdown-menu::before {
position: absolute;
content: "";
width: 100%;
height: 0;
background: transparent;
margin-top: 0; }
.navbar-dropdown--arrow .navbar-nav .dropdown-menu {
margin-top: 12px; }
.navbar-dropdown--arrow .navbar-nav .dropdown-menu::before {
position: absolute;
content: "";
width: 100%;
height: 12px;
background: transparent;
margin-top: -12px; }
.navbar-dropdown--arrow .navbar-nav .dropdown-menu::after {
bottom: 100%;
right: 12px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(221, 221, 221, 0);
border-bottom-color: #FFF;
border-width: 8px;
margin-left: -8px; }
.navbar-dropdown--arrow .dropdown-menu.mega-dropdown-menu::after {
border: 0; }
.navbar--link-arrow .navbar-nav .nav-link {
position: relative; }
.navbar--link-arrow .navbar-nav .nav-item.show:not(.nav-item-icon) .nav-link::after {
content: "";
position: absolute;
left: 50%;
border: solid transparent;
height: 0;
width: 0;
border-color: transparent;
border-width: 10px;
margin-left: -10px;
z-index: 1100; }
.navbar--link-arrow .navbar-nav .dropdown-top.show:not(.nav-item-icon) .nav-link::after {
/* top: 0;
border-top-color: #FFF; */ }
.navbar--link-arrow .navbar-nav .dropdown-bottom.show:not(.nav-item-icon) .nav-link::after {
/* bottom: 0;
border-bottom-color: #FFF; */ }
.navbar--link-arrow.navbar-dropdown--inverse .navbar-nav .dropdown-top.show:not(.nav-item-icon) .nav-link::after {
border-top-color: #292f36; }
.navbar--link-arrow.navbar-dropdown--inverse .navbar-nav .dropdown-bottom.show:not(.nav-item-icon) .nav-link::after {
border-bottom-color: #292f36; } }
.navbar-dropdown--uppercase .dropdown-menu .dropdown-item {
font-size: 0.7rem;
text-transform: uppercase !important; }
.navbar-dropdown--bold .navbar-nav .nav-link {
font-weight: bolder !important; }
.dropdown-menu .dropdown-menu {
left: 100%;
margin: 0;
right: auto;
top: -1px;
border-radius: 3px; }
.navbar-nav .dropdown-submenu > .dropdown-menu::after {
border: 0 !important; }
.navbar-nav .dropdown-submenu > a:before {
content: "\f105";
position: absolute;
right: 15px;
font-family: 'FontAwesome';
font-size: 12px; }
.dropdown-menu-search {
padding: 20px !important;
min-width: 420px !important;
position: absolute; }
.dropdown-form {
padding: 0 !important;
min-width: 340px !important; }
.dropdown-form-inner {
padding: 1rem 1.5rem !important; }
.dropdown-form .btn-close-dropdown {
display: none; }
@media (max-width: 991px) {
.dropdown-form {
position: fixed !important;
top: 0;
left: 0;
width: 100% !important;
height: 100%; }
.dropdown-form .btn-close-dropdown {
display: inline-block !important;
width: auto !important;
position: relative;
z-index: 100;
right: 0;
float: right;
font-size: 20px !important;
color: #818a91; }
.dropdown-form .btn-close-dropdown:hover,
.dropdown-form .btn-close-dropdown:focus {
color: #2b2b2c !important; } }
@media screen and (min-width: 992px) {
.megamenu {
position: static; }
.megamenu ul {
padding-bottom: 15px; }
.megamenu > .dropdown-menu {
left: auto;
right: 0;
min-width: 100%; }
.megamenu > .dropdown-menu-sm {
min-width: 600px; } }
.navbar .dropdown-md .dropdown-menu {
min-width: 780px; }
.navbar .dropdown-lg .dropdown-menu {
width: 850px; }
.mega-dropdown-menu {
padding: 1.5rem; }
.mega-dropdown-menu > li {
border: 0; }
.mega-dropdown-menu .megadropdown-links {
padding: 0;
margin: 0;
list-style: none; }
.mega-dropdown-menu .megadropdown-links .dropdown-item {
display: block;
padding: 6px 0;
clear: both;
line-height: 1.42857143;
font-size: 0.8rem;
text-transform: capitalize;
font-weight: 400; }
.navbar-dropdown--caps .mega-dropdown-menu > li > ul > li > a {
font-size: 0.7rem;
text-transform: uppercase; }
.mega-dropdown-menu > li > ul > li > a:hover {
color: #24142F; }
.mega-dropdown-menu .dropdown-header {
padding: 14px 0; }
.mega-dropdown-menu .meganav-section-title {
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.7);
font-size: 0.875rem;
font-weight: bolder;
text-transform: none; }
.navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title {
color: rgba(255, 255, 255, 0.7); }
.mega-dropdown-menu .meganav-section-title.text-uppercase {
font-size: 0.75rem; }
.mega-dropdown-menu .meganav-section-title > a {
color: #666; }
.mega-dropdown-menu .meganav-section-title > a:hover {
color: #24142F; }
.mega-dropdown-col-cover {
position: absolute;
left: 0;
top: 0;
height: 100%;
overflow: hidden; }
.mega-dropdown-col-cover--left {
border-radius: 3px 0 0 3px; }
.mega-dropdown-col-inner {
height: 100%;
padding: 2rem; }
@media (min-width: 992px) {
.navbar-main .mega-dropdown-menu > .mega-dropdown-col {
border-right: 1px solid #f9f9f9;
padding: 0; }
.navbar-main .mega-dropdown-menu > li > ul {
padding-left: 2rem;
padding-right: 2rem; }
.mega-dropdown-menu .mega-dropdown-col-icon > a {
position: relative;
display: block;
text-align: center;
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: 1px solid #f9f9f9; }
.mega-dropdown-menu .mega-dropdown-col-icon > a:hover {
color: #24142F; }
.mega-dropdown-menu .mega-dropdown-col-icon > a > i {
font-size: 90px; }
.navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title {
color: rgba(255, 255, 255, 0.7) !important; }
.navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title > a {
color: rgba(255, 255, 255, 0.7); }
.navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title > a:hover {
color: #24142F; }
.mega-dropdown-menu .mega-dropdown-col:last-child > ul {
border-right: 0; } }
@media (max-width: 991px) {
.mega-dropdown-menu {
padding: 0 !important; }
.mega-dropdown-menu .dropdown-header {
padding: 0.75rem 2rem !important;
border-bottom: 1px solid #f9f9f9; }
.mega-dropdown-menu .mega-dropdown-col-icon {
display: none; }
.mega-dropdown-menu > li {
padding: 0; }
.mega-dropdown-menu > li > ul > li {
border-bottom: 1px solid #f9f9f9; }
.mega-dropdown-menu > li > ul > li > a {
padding: 14px 30px;
padding-left: 50px !important; }
.mega-dropdown-menu > li > ul > li > a:before {
content: "\f178";
font-family: "FontAwesome";
position: relative;
left: -6px; }
.navbar-inverse .mega-dropdown-menu .meganav-section-title {
color: rgba(255, 255, 255, 0.7); }
.navbar-inverse .mega-dropdown-menu .dropdown-header {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.navbar-dropdown--inverse .mega-dropdown-menu > li > ul > li {
border-bottom: 1px solid rgba(30, 30, 30, 0.7); } }
.navbar.sps--blw {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000; }
@media (min-width: 992px) {
.navbar.sps--blw .navbar-nav .nav-link {
padding-top: 1.25rem;
padding-bottom: 1.25rem; } }
.global-search-toggler {
display: none; }
@media (max-width: 991px) {
.navbar {
padding-top: 0.875rem;
padding-bottom: 0.875rem; }
.navbar-collapse {
margin-top: 1.5rem;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
.navbar.sps--blw {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
max-height: 450px;
overflow-y: scroll; }
.navbar-nav .nav-link {
color: #666;
padding: 0.875rem 1rem;
margin-right: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .show .nav-link,
.navbar-nav .show .nav-link:focus,
.navbar-nav .show .nav-link:hover {
color: #24142F;
background: transparent;
border-radius: 0 !important; }
.navbar-search-widget {
padding: 1rem 0; }
.navbar-search-widget.b-xs-bottom {
border-color: rgba(0, 0, 0, 0.1); }
.navbar-nav .nav-item > .dropdown-menu {
border-radius: 0;
padding: 0;
box-shadow: none; }
.navbar-inverse .navbar-nav .dropdown-menu {
background: transparent; }
.navbar-nav .dropdown-menu .dropdown-item {
padding: 0.75rem 2rem;
line-height: 1.42857143;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.navbar-inverse .dropdown-menu .dropdown-item {
color: rgba(255, 255, 255, 0.7); }
.navbar-inverse .dropdown-menu .dropdown-item:focus,
.navbar-inverse .dropdown-menu .dropdown-item:hover {
color: #24142F; }
.navbar-nav .dropdown-submenu .dropdown-menu {
padding: 0;
box-shadow: none; }
.navbar-nav .dropdown-submenu .dropdown-menu .dropdown-item {
padding-left: 3rem; }
.navbar-toggler {
font-size: 30px;
cursor: pointer; }
.navbar-toggler:hover,
.navbar-toggler[aria-expanded=true] {
background-color: transparent;
border-color: transparent;
color: rgba(0, 0, 0, 0.8);
outline: none; }
.navbar-toggler:focus {
outline: none; }
.global-search-toggler {
display: inline-block;
background-color: transparent;
border-color: transparent;
color: rgba(0, 0, 0, 0.8);
padding: .625rem .75rem;
cursor: pointer;
line-height: 1;
background: 0 0;
border-radius: .25rem;
outline: 0; }
.global-search-toggler > i {
color: rgba(0, 0, 0, 0.5);
font-size: 20px; }
.global-search-toggler:hover i {
color: rgba(0, 0, 0, 0.8); }
.navbar--inverse .navbar-toggle {
background-color: transparent; }
.navbar--inverse .navbar-toggle:focus,
.navbar--inverse .navbar-toggle:hover {
background-color: transparent;
border-color: transparent; }
.navbar--inverse .navbar-toggle .icon-bar {
background-color: rgba(255, 255, 255, 0.5); }
.navbar--inverse .navbar-toggle:focus .icon-bar,
.navbar--inverse .navbar-toggle:hover .icon-bar {
background-color: rgba(255, 255, 255, 0.7); }
.navbar--inverse .navbar-icon-btn {
background-color: transparent;
border: 1px solid transparent; }
.navbar--inverse .navbar-icon-btn i {
color: rgba(255, 255, 255, 0.5); }
.navbar--inverse .navbar-icon-btn:hover i {
color: rgba(255, 255, 255, 0.7); } }
@media (min-width: 992px) {
.body-wrap.has-navbar-aside {
margin-left: 18.125rem; }
.navbar-aside {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 18.125rem;
z-index: 500; }
.navbar-aside .container {
width: 100%;
padding-left: 0;
padding-right: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.navbar-aside .navbar {
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.navbar-aside .navbar .navbar-collapse {
width: 100%;
padding: 0 4rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.navbar-aside .navbar .navbar-nav {
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-left: 0 !important;
margin-right: 0 !important; }
.navbar-aside .navbar-brand {
width: 100%;
padding: 0 4rem;
margin: 2rem 0; } }
@media (min-width: 992px) and (min-width: 992px) {
.navbar-aside .navbar-expand-lg .navbar-nav .nav-link {
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 0;
padding-right: 0; }
.navbar-aside .navbar-expand-lg .navbar-nav .nav-link::after {
content: "\f3d3";
font-family: "Ionicons";
font-size: 10px;
margin-left: 0.875rem; } }
@media (min-width: 992px) {
.navbar-aside .navbar .dropdown .dropdown-menu {
margin-left: 12rem;
top: 1rem; }
.navbar-aside .navbar .dropdown-submenu .dropdown-menu {
margin-left: 0; }
.navbar-aside .megamenu {
position: relative; }
.navbar-aside .navbar-expand-lg .navbar-nav .megamenu .dropdown-menu {
min-width: 900px;
left: 0;
right: auto; } }
.navbar-header {
float: none; }
.modal-fullscreen-menu .close {
opacity: 1;
padding: 0.875rem;
position: absolute;
top: 1rem;
right: 1rem;
z-index: 1;
font-size: 1rem;
cursor: pointer;
color: rgba(255, 255, 255, 0.5); }
.modal-fullscreen-menu .close:hover {
color: rgba(255, 255, 255, 0.8); }
.modal-fullscreen-menu .modal-dialog {
margin: 0 auto;
width: 100%;
max-width: 768px;
display: flex;
height: 100%;
align-items: center;
z-index: 100; }
.modal-fullscreen-menu .modal-content {
background-color: transparent;
box-shadow: none;
border: none; }
.modal-fullscreen-menu .list-group {
text-align: center;
margin: 0 auto;
width: 100%; }
.modal-fullscreen-menu .list-group a {
font-size: 200%;
font-weight: 200;
letter-spacing: 0.05em;
border: none;
transition: all 0.25s ease;
background-color: transparent;
color: white;
padding: 7.5vh 0;
height: 5vh;
font-size: 5vh;
line-height: 0; }
.modal-fullscreen-menu .list-group a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: white;
z-index: -1;
opacity: 0;
transform: scale3d(0.7, 1, 1);
transition: transform 0.4s, opacity 0.4s; }
.modal-fullscreen-menu .list-group a:hover {
color: black; }
.modal-fullscreen-menu .list-group a:hover:before {
transform: translate3d(0, 0, 0);
opacity: 1; }
.modal-fullscreen-menu::before {
background: rgba(0, 0, 0, 0.9);
content: '';
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1; }
html {
box-sizing: border-box; }
@-ms-viewport {
width: device-width; }
html {
font-size: 16px;
-ms-overflow-style: scrollbar; }
body {
font-family: "Roboto", sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #2b2b2c;
background-color: #fff; }
iframe {
border: 0; }
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: relative;
margin-left: 0; }
a:hover {
text-decoration: none; }
.slice {
padding-top: 2rem;
padding-bottom: 2rem;
position: relative; }
.slice-xs {
padding-top: 1rem;
padding-bottom: 1rem;
position: relative; }
.slice-sm {
padding-top: 2rem;
padding-bottom: 2rem;
position: relative; }
.slice-lg {
padding-top: 10rem;
padding-bottom: 10rem;
position: relative; }
.slice-xl {
padding-top: 8rem;
padding-bottom: 8rem;
position: relative; }
.slice--offset-top {
padding-top: 10rem !important; }
.slice--offset-bottom {
padding-bottom: 10rem !important; }
.slice--arrow:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-width: 30px;
margin-left: -30px;
z-index: 600; }
.slice--arrow.slice--arrow-white:before {
border-top-color: #fff; }
.slice--arrow.slice--arrow.bg-base-1:before {
border-top-color: #24142F; }
.slice--arrow.slice--arrow.bg-base-2:before {
border-top-color: #292f36; }
.slice--arrow.slice--arrow.bg-base-3:before {
border-top-color: #818a91; }
.slice--arrow.slice--arrow.bg-base-4:before {
border-top-color: #2B2B2B; }
.slice--arrow.slice--arrow.bg-base-5:before {
border-top-color: #FFF; }
@media (min-width: 768px) {
.container-xs {
width: 600px; }
.container-sm {
width: 750px; } }
@media (min-width: 992px) {
.container-xs {
width: 750px; }
.container-sm {
width: 870px; } }
@media (min-width: 1200px) {
.container-xs {
width: 750px; }
.container-sm {
width: 900px; } }
.row-no-padding {
margin: 0; }
.row-no-padding > [class*="col-"] {
padding-left: 0 !important;
padding-right: 0 !important; }
.row-sm-padding > [class*="col-"] {
padding-left: 5px !important;
padding-right: 5px !important; }
.cols-space > div[class*='col-']:not(:last-child) {
margin-bottom: 2rem; }
@media (max-width: 575px) {
.cols-xs-space > div[class*='col-']:not(:last-child) {
margin-bottom: 2.5rem; } }
@media (max-width: 767px) {
.cols-sm-space > div[class*='col-']:not(:last-child) {
margin-bottom: 2rem; } }
@media (max-width: 991px) {
.cols-md-space > div[class*='col-']:not(:last-child) {
margin-bottom: 2rem; } }
@media (max-width: 1199px) {
.cols-lg-space > div[class*='col-']:not(:last-child) {
margin-bottom: 2rem; } }
@media (max-width: 575px) {
.row-wrapper > .row .col-12:not(:last-child),
.row-wrapper > .row:not(:last-child) {
margin-bottom: 2rem; } }
@media (min-width: 576px) and (max-width: 767px) {
.row-wrapper > .row .col-sm-12:not(:last-child),
.row-wrapper > .row:not(:last-child) {
margin-bottom: 2rem; } }
@media (min-width: 768px) and (max-width: 991px) {
.row-wrapper .row .col-md-12:not(:last-child),
.row-wrapper .row:not(:last-child) {
margin-bottom: 2rem; } }
@media (min-width: 992px) {
.row-wrapper > .row:not(:last-child) {
margin-bottom: 2rem; } }
@media (min-width: 992px) {
.container-over-top {
min-height: 200px;
max-width: 1200px;
margin: -150px auto 0;
z-index: 10;
position: relative;
padding-top: 0; }
.container-over-top .container-inner {
border-radius: 0.25rem;
padding: 2rem; }
.container-over-top--style-2 {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
border-bottom: medium double #ccc; } }
.col-wrapper--text {
padding: 3rem; }
@media (min-width: 992px) {
.col-wrapper--text {
padding: 3rem 7rem; } }
.col-wrapper--spaced {
padding: 3rem; }
.col-wrapper--spaced-x {
padding-left: 3rem;
padding-right: 3rem; }
.col-wrapper--spaced-y {
padding-top: 3rem;
padding-bottom: 3rem; }
/* Pace: Page Progress Bar */
.pace .pace-progress {
background: #24142F !important; }
/* Hamburgers */
.hamburger {
padding: 0; }
.hamburger-box {
width: 20px;
height: 18px; }
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
width: 20px;
height: 2px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.5); }
.hamburger:hover:not(.is-active) .hamburger-inner,
.hamburger:hover:not(.is-active) .hamburger-inner:after,
.hamburger:hover:not(.is-active) .hamburger-inner:before {
background-color: rgba(0, 0, 0, 0.8); }
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
background-color: #24142F; }
.hamburger:not(.is-active) .hamburger-inner:before {
top: 6px !important; }
.hamburger:not(.is-active) .hamburger-inner:after {
top: 12px !important; }
.navbar-inverse .hamburger-inner,
.navbar-inverse .hamburger-inner:after,
.navbar-inverse .hamburger-inner:before {
background-color: rgba(255, 255, 255, 0.5); }
.navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner,
.navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner:after,
.navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner:before {
background-color: rgba(255, 255, 255, 0.7); }
.navbar-inverse .hamburger.is-active .hamburger-inner:after,
.navbar-inverse .hamburger.is-active .hamburger-inner:before {
background-color: #24142F; }
/* Light Gallery */
.lightbox-item {
cursor: pointer; }
/* Masonry - Isotope */
.masonry-item {
margin-bottom: 30px; }
.masonry-item .block {
margin-bottom: 0 !important; }
/* No UI Slider */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.noUi-target {
position: relative;
direction: ltr; }
.noUi-base {
width: 100%;
height: 100%;
position: relative;
z-index: 1; }
.noUi-connect {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0; }
.noUi-origin {
position: absolute;
height: 0;
width: 0; }
.noUi-handle {
position: relative;
z-index: 1; }
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }
.noUi-state-drag * {
cursor: inherit !important; }
.noUi-base,
.noUi-handle {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.noUi-horizontal {
height: 18px; }
.noUi-horizontal .noUi-handle {
width: 34px;
height: 28px;
left: -17px;
top: -6px; }
.noUi-vertical {
width: 18px; }
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
left: -6px;
top: -17px; }
.noUi-target {
background: #FAFAFA;
border-radius: 4px;
border: 1px solid #D3D3D3;
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }
.noUi-connect {
background: #3FB8AF;
box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
-webkit-transition: background 450ms;
transition: background 450ms; }
.noUi-draggable {
cursor: ew-resize; }
.noUi-vertical .noUi-draggable {
cursor: ns-resize; }
.noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #FFF;
cursor: default;
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }
.noUi-active {
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }
.noUi-handle:after,
.noUi-handle:before {
content: "";
display: block;
position: absolute;
height: 14px;
width: 1px;
background: #E8E7E6;
left: 14px;
top: 6px; }
.noUi-handle:after {
left: 17px; }
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
width: 14px;
height: 1px;
left: 6px;
top: 14px; }
.noUi-vertical .noUi-handle:after {
top: 17px; }
[disabled] .noUi-connect {
background: #B8B8B8; }
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
cursor: not-allowed; }
.noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box; }
.noUi-pips {
position: absolute;
color: #999; }
.noUi-value {
position: absolute;
text-align: center; }
.noUi-value-sub {
color: #ccc;
font-size: 10px; }
.noUi-marker {
position: absolute;
background: #CCC; }
.noUi-marker-large,
.noUi-marker-sub {
background: #AAA; }
.noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%; }
.noUi-value-horizontal {
-webkit-transform: translate3d(-50%, 50%, 0);
transform: translate3d(-50%, 50%, 0); }
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px; }
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px; }
.noUi-marker-horizontal.noUi-marker-large {
height: 15px; }
.noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%; }
.noUi-value-vertical {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
padding-left: 25px; }
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px; }
.noUi-marker-vertical.noUi-marker-sub {
width: 10px; }
.noUi-marker-vertical.noUi-marker-large {
width: 15px; }
.noUi-tooltip {
display: block;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
color: #000;
padding: 5px;
text-align: center; }
.noUi-horizontal .noUi-tooltip {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
bottom: 120%; }
.noUi-vertical .noUi-tooltip {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
top: 50%;
right: 120%; }
.noUi-target {
border-radius: 0;
box-shadow: none;
border: 0;
background: #e8e8e8;
margin: 15px 0; }
.noUi-horizontal {
height: 2px; }
.noUi-horizontal .noUi-handle {
top: -5px;
left: -1px; }
.noUi-vertical {
width: 3px; }
.noUi-connect {
background: #24142F;
box-shadow: none; }
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
width: 12px;
height: 12px;
border: 0;
border-radius: 100%;
box-shadow: none;
cursor: pointer;
position: relative;
background-color: #24142F;
transition: box-shadow 0.2s,-webkit-transform 0.2s;
transition: box-shadow 0.2s,transform 0.2s;
transition: box-shadow 0.2s,transform 0.2s,-webkit-transform 0.2s; }
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before,
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
display: none; }
.noUi-horizontal .noUi-handle.noUi-active,
.noUi-vertical .noUi-handle.noUi-active {
-webkit-transform: scale(1.3);
transform: scale(1.3); }
.noUi-horizontal .noUi-active,
.noUi-vertical .noUi-active {
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.04); }
.input-slider--blue .noUi-connect {
background: #03A9F4; }
.input-slider--blue.noUi-horizontal .noUi-handle,
.input-slider--blue.noUi-vertical .noUi-handle {
background-color: #03A9F4; }
.input-slider--red .noUi-connect {
background: #ff5652; }
.input-slider--red.noUi-horizontal .noUi-handle,
.input-slider--red.noUi-vertical .noUi-handle {
background-color: #ff5652; }
.input-slider--amber .noUi-connect {
background: #ffc107; }
.input-slider--amber.noUi-horizontal .noUi-handle,
.input-slider--amber.noUi-vertical .noUi-handle {
background-color: #ffc107; }
.input-slider--green .noUi-connect {
background: #32c787; }
.input-slider--green.noUi-horizontal .noUi-handle,
.input-slider--green.noUi-vertical .noUi-handle {
background-color: #32c787; }
/* Disabled state */
[disabled] .noUi-connect,
[disabled].noUi-connect {
background: #b2b2b2; }
[disabled] .noUi-handle,
[disabled].noUi-origin {
cursor: not-allowed; }
/* Range slider value labels */
.range-slider-value {
font-size: 0.875rem;
font-weight: 500; }
.range-slider-wrapper .upper-info {
font-weight: 400;
margin-bottom: 5px; }
.input-slider-value-output {
background: #333;
color: #fff;
padding: 4px 8px;
position: relative;
top: 12px;
font-size: 11px;
border-radius: 2px; }
.input-slider-value-output:after {
bottom: 100%;
left: 10px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #333;
border-width: 4px;
margin-left: -4px; }
.input-slider-value-output.left:after {
left: 10px;
right: auto; }
.input-slider-value-output.right:after {
right: 10px;
left: auto; }
.swiper-wrapper {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.swiper-pagination--style-1 {
display: inline-block;
position: relative; }
.swiper-pagination--style-1 .swiper-pagination-bullet {
width: 14px;
height: 14px;
display: inline-block;
margin-right: 4px;
border-radius: 100%;
background: #000;
opacity: 0.2; }
.swiper-pagination--style-1 .swiper-pagination-bullet-active {
background: #24142F; }
.swiper-pagination-bullet-active {
background: #24142F; }
.swiper-container {
height: 100%; }
.swiper-wrapper .swiper-slide,
.swiper-wrapper .swiper-slide *:not(.btn):not(.link) {
cursor: grab !important;
cursor: -webkit-grab !important;
cursor: -moz-grab !important; }
.swiper-wrapper .swiper-slide:active,
.swiper-wrapper .swiper-slide:active *:not(.btn):not(.link) {
cursor: grabbing !important;
cursor: -webkit-grabbing !important;
cursor: -moz-grabbing !important; }
.swiper-container .swiper-slide .animated {
opacity: 0; }
.swiper-container .swiper-slide .animated.animation-ended {
opacity: 1; }
@media (max-width: 767px) {
.swiper-slide {
height: auto !important; } }
.swiper-wrapper .swiper-slide .btn {
cursor: pointer !important; }
.swiper-container-centered {
margin: 20px auto; }
.swiper-container-centered .swiper-slide {
width: 50%;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center; }
.swiper-container-vertical .swiper-slide {
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center; }
.swiper-container-vertical .swiper-slide-inner-right {
padding-left: 50px; }
.swiper-container-vertical .swiper-pagination {
right: auto;
left: 10px; }
.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet {
margin: 8px 0;
width: 6px;
height: 6px; }
.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet-active {
width: 10px;
height: 10px;
margin-left: -2px; }
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: 50%;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
margin-top: -22px;
border-radius: 100%;
z-index: 10;
cursor: pointer;
background: none;
background: rgba(0, 0, 0, 0.3);
color: white;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: rgba(0, 0, 0, 0.5); }
.swiper-button-prev:after {
content: "\f3d2";
font-family: "Ionicons"; }
.swiper-button-next:after {
content: "\f3d3";
font-family: "Ionicons"; }
.background-image-holder .swiper-button-next,
.background-image-holder .swiper-button-prev,
.swiper-button--hover-only.swiper-button-next,
.swiper-button--hover-only.swiper-button-prev {
opacity: 0; }
.background-image-holder:hover .swiper-button-next,
.background-image-holder:hover .swiper-button-prev,
.swiper-button--hover-only.swiper-button-next,
.swiper-button--hover-only.swiper-button-prev {
opacity: 1; }
.swiper-button--style-1 {
width: auto;
margin: 0;
top: 0;
left: 0;
right: 0;
display: inline-block;
position: static;
background: transparent;
color: #333;
font-size: 24px; }
.swiper-button--style-1:active,
.swiper-button--style-1:focus,
.swiper-button--style-1:hover {
background: transparent;
color: #24142F;
opacity: 1; }
.swiper-button--style-1.swiper-button-next {
margin-left: 10px; }
.swiper-button--style-2 {
position: absolute;
top: 50%;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
margin-top: -22px;
border-radius: 100%;
z-index: 10;
cursor: pointer;
background: none;
background: white;
color: #999;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
.swiper-button--style-2.swiper-button-prev {
left: -10px; }
.swiper-button--style-2.swiper-button-next {
right: -10px; }
.swiper-button--style-2.swiper-button-disabled {
opacity: 0; }
.swiper-button--style-2:hover {
background: white;
color: #24142F; }
.swiper-container .swiper-caption {
text-shadow: 0;
text-align: left;
background: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
color: #fff; }
.swiper-container .swiper-caption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px 30px; }
.swiper-container .swiper-caption .caption-title {
display: block;
margin: 10px 0 0;
padding: 0;
font-size: 22px;
line-height: 1.1;
color: #fff;
font-weight: 500; }
.swiper-container .swiper-caption .caption-subtitle {
display: block;
margin: 10px 0 0;
padding: 0;
font-size: 16px;
line-height: 1.1;
color: #ddd;
font-weight: 400; }
.swiper-container .swiper-caption .meta-info-cells li,
.swiper-container .swiper-caption .meta-info-cells li a,
.swiper-container .swiper-caption .meta-info-cells li i {
color: #ddd; }
.gallery-container {
position: relative; }
.gallery-container .gallery-top {
width: 100%;
padding: 1rem;
background: #eceeef;
border-radius: 0.25rem; }
.gallery-container .gallery-top .swiper-button-next,
.gallery-container .gallery-top .swiper-button-prev {
opacity: 0; }
.gallery-container .gallery-top:hover .swiper-button-next,
.gallery-container .gallery-top:hover .swiper-button-prev {
opacity: 1; }
.gallery-container .gallery-top .swiper-slide img {
max-width: 100%; }
.gallery-container .gallery-thumbs {
box-sizing: border-box;
padding: 1rem 0; }
.gallery-container .gallery-thumbs .swiper-slide {
width: 25%;
opacity: 0.4;
background: transparent; }
.gallery-container .gallery-thumbs .swiper-slide-active {
opacity: 1; }
.gallery-container .gallery-thumbs .swiper-slide img {
max-width: 100%; }
.gallery-container.gallery-container--style-2 .gallery-top {
background: transparent; }
.milestone-counter {
margin: 30px 0; }
.milestone-counter .milestone-count {
font-size: 60px;
font-family: "Roboto", sans-serif;
padding: 0;
margin: 0;
font-weight: 600;
text-transform: uppercase; }
.milestone-counter .milestone-count.milestone-count-sm {
font-size: 52px !important; }
.milestone-counter .milestone-count.milestone-count-xs {
font-size: 32px !important; }
.milestone-counter .milestone-info {
font-family: "Roboto", sans-serif;
padding: 0;
margin: 0;
font-size: 1rem;
font-weight: 500;
text-transform: uppercase; }
.milestone-counter .milestone-icon {
display: block;
line-height: 1; }
.milestone-counter .milestone-icon .fa,
.milestone-counter .milestone-icon .icon {
font-size: 60px;
line-height: 1;
margin-bottom: 30px; }
.milestone-counter .milestone-icon .icon:before {
line-height: 0; }
.milestone-counter .milestone-delimiter {
display: block;
width: 60px;
margin-bottom: 14px;
border-bottom: 3px solid #24142F;
border-bottom: 3px solid #24142F; }
.milestone-counter .milestone-delimiter:after,
.milestone-counter .milestone-delimiter:before {
display: table;
content: "";
width: 100%; }
.milestone-counter .milestone-delimiter:after {
clear: both; }
@media (max-width: 767px) {
.milestone-counter {
margin-bottom: 60px; } }
.morphext > .animated {
display: inline-block; }
.easy-pie-chart {
display: inline-block;
position: relative; }
.easy-pie-chart-value {
position: absolute;
left: 0;
top: 0;
text-align: center;
width: 100%;
height: 100%; }
.easy-pie-chart-value:after {
content: "%";
font-size: 12px; }
.easy-pie-chart-title {
display: block;
font-size: 0.875rem;
margin-bottom: 0.5rem; }
.rev-slider-outer-wrapper {
position: relative;
overflow: hidden;
background: #FFF; }
.rev_slider_wrapper {
margin: 0 auto;
padding: 0;
background-color: transparent; }
.rev_slider_wrapper .play-video {
position: relative;
top: auto;
left: auto; }
.rev_slider_wrapper .title--style-1,
.rev_slider_wrapper .tp-caption.title--style-1 {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: "Roboto", sans-serif;
font-size: 70px;
font-style: normal;
font-weight: 800;
line-height: 70px;
padding: 10px 0;
text-decoration: none; }
.rev_slider_wrapper .subtitle--style-1,
.rev_slider_wrapper .tp-caption.subtitle--style-1 {
font-size: 1rem; }
.rev_slider_wrapper .content--style-1,
.rev_slider_wrapper .tp-caption.content--style-1 {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #999999;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
padding: 0;
text-decoration: none; }
.title--style-2,
.tp-caption.title--style-2 {
color: white;
font-size: 65px;
line-height: 70px;
font-weight: 700;
font-style: normal;
font-family: "Roboto", sans-serif;
padding: 21px 30px 16px;
text-decoration: none;
text-align: left;
background-color: rgba(17, 17, 17, 0.9);
border-color: transparent;
border-style: none;
border-width: 0;
border-radius: 0 0 0 0; }
.category-title--style-2,
.tp-caption.category-title--style-2 {
color: #111111;
font-size: 20px;
line-height: 20px;
font-weight: 700;
font-style: normal;
font-family: "Roboto", sans-serif;
padding: 21px 30px 16px;
text-decoration: none;
text-align: left;
background-color: rgba(255, 255, 255, 0.9);
border-color: transparent;
border-style: none;
border-width: 0;
border-radius: 0 0 0 0;
letter-spacing: 3px; }
.non-generic-icon,
.tp-caption.non-generic-icon {
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-radius: 0 0 0 0;
border-style: solid;
border-width: 0;
color: white;
font-family: "Roboto", sans-serif;
font-size: 70px;
font-style: normal;
font-weight: 400;
letter-spacing: 3px;
line-height: 30px;
padding: 0;
text-align: left;
text-decoration: none; }
.rev_slider_wrapper .handwritten-title,
.rev_slider_wrapper .handwritten-title {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Pacifico;
font-size: 70px;
font-style: normal;
font-weight: 800;
line-height: 70px;
padding: 10px 0;
text-decoration: none; }
.rev_slider_wrapper .handwritten-subtitle,
.rev_slider_wrapper .tp-caption.handwritten-subtitle {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Pacifico;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 32px;
padding: 10px 0;
text-decoration: none; }
@media (min-width: 768px) {
.rev_slider_wrapper .rev-slider-search-wrapper {
width: 650px; } }
@media (max-width: 767px) {
.rev_slider_wrapper .rev-slider-search-wrapper {
width: 450px; } }
@media (max-width: 440px) {
.rev_slider_wrapper .rev-slider-search-wrapper {
width: 300px; } }
.tp-tab-title {
font-family: "Roboto", sans-serif !important; }
/* COUNTDOWN TIMER */
.countdown .countdown-item {
display: inline-block; }
.countdown .countdown-digit,
.countdown .countdown-label {
font-size: 2rem;
font-weight: 300;
font-family: "Roboto", sans-serif; }
.countdown .countdown-label {
font-size: 1.2rem;
padding: 0 10px; }
.countdown-sm .countdown-digit,
.countdown-sm .countdown-label {
font-size: 1.4rem; }
.countdown-sm .countdown-label {
font-size: 0.875rem;
padding: 0 10px; }
[data-countdown-label="hide"] .countdown-label:not(.countdown-days) {
display: none; }
[data-countdown-label="show"] .countdown-separator {
display: none; }
.countdown--style-1 .countdown-item {
margin-right: 10px; }
.countdown--style-1 .countdown-item:last-child {
margin-right: 0; }
.countdown--style-1 .countdown-digit {
display: block;
width: 60px;
height: 60px;
background: #f3f3f3;
color: #333;
font-size: 22px;
font-weight: 400;
text-align: center;
line-height: 60px;
font-family: "Roboto", sans-serif; }
.countdown--style-1 .countdown-label {
display: block;
margin-top: 5px;
text-align: center;
font-size: 13px;
font-weight: 500;
font-family: "Roboto", sans-serif;
text-transform: uppercase; }
.countdown--style-1-v1 .countdown-digit {
background: rgba(0, 0, 0, 0.5);
color: #fff; }
.btn-back-to-top {
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 40px;
right: 10px;
text-align: center;
line-height: 40px;
background: #24142F;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
border-radius: 100%;
overflow: hidden;
white-space: nowrap;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
transition: opacity 0.3s 0s, visibility 0s 0.3s; }
.btn-back-to-top:before {
font-family: "Ionicons";
content: "\f3d8";
display: block;
font-size: 1rem;
color: #FFF; }
.btn-back-to-top.back-to-top-fade-out,
.btn-back-to-top.back-to-top-is-visible,
.no-touch .btn-back-to-top:hover {
-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
transition: opacity 0.3s 0s, visibility 0s 0s; }
.btn-back-to-top.back-to-top-is-visible {
visibility: visible;
opacity: 1; }
.btn-back-to-top.back-to-top-fade-out {
opacity: 0.8; }
.no-touch .btn-back-to-top:hover {
background-color: #e86256;
opacity: 1; }
@media only screen and (min-width: 768px) {
.btn-back-to-top {
right: 20px;
bottom: 20px; } }
@media only screen and (min-width: 1024px) {
.btn-back-to-top {
height: 40px;
width: 40px;
right: 30px;
bottom: 30px;
line-height: 40px; } }
.instafeed [class^=col-] {
padding-left: 10px;
padding-right: 10px; }
.instafeed img {
margin-bottom: 20px; }
.instafeed.row-no-padding img {
margin-bottom: 0; }
.paraxify {
background-attachment: fixed;
background-position: center center;
background-size: cover; }
/* ========== Blzee ========== */
@font-face {
font-family: 'Blzee';
src: url("../fonts/blzee/blzee.eot");
src: url("../fonts/blzee/blzee.eot?#iefix") format("embedded-opentype"), url("../fonts/blzee/blzee.woff") format("woff"), url("../fonts/blzee/blzee.ttf") format("truetype");
font-weight: 400;
font-style: normal; }
@font-face {
font-family: 'Sue Ellen Francisco';
src: url("../fonts/other/sue-ellen-francisco.ttf");
src: url("../fonts/other/sue-ellen-francisco.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Pacifico';
src: url("../fonts/other/pacifico.ttf");
src: url("../fonts/other/pacifico.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'YellowTail';
src: url("../fonts/other/yellowtail-regular.ttf");
src: url("../fonts/other/yellowtail-regular.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
.st-container,
.st-content,
.st-pusher {
height: 100%; }
.st-content {
background: transparent; }
.st-content,
.st-content-inner {
position: relative; }
.st-container {
position: relative;
overflow: hidden; }
.st-pusher {
position: relative;
right: 0;
z-index: 99;
height: 100%;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s; }
.st-pusher::after {
z-index: 1100;
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
background: rgba(0, 0, 0, 0.2);
content: '';
opacity: 0;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }
.st-menu-open .st-pusher::after {
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s; }
.st-menu {
position: fixed;
top: 0;
right: 0;
z-index: 100;
visibility: hidden;
width: 300px;
height: 100%;
overflow-y: scroll;
background: #1f1f1f;
-webkit-transition: all 0.5s;
transition: all 0.5s;
border-left: 1px solid transparent; }
.st-menu::after {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
content: '';
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s; }
.st-menu-open .st-menu::after {
width: 0;
height: 0;
opacity: 0;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }
.st-menu-open {
overflow: hidden; }
.st-menu::-webkit-scrollbar {
display: none !important;
width: 0 !important; }
.st-menu-title {
font-size: 1rem;
color: #818a91;
font-weight: 600;
margin: 10px 0 0;
padding: 15px 20px 10px; }
.st-profile {
background-image: url("../images/patterns/pattern-1.png");
background-repeat: repeat;
padding: 2rem; }
.st-profile-user-wrapper {
display: table;
width: 100%;
vertical-align: middle; }
.profile-user-image {
display: table-cell;
padding-right: 1rem;
width: 72px; }
.profile-user-image > img {
max-width: 100%; }
.profile-user-info {
display: inline-block;
vertical-align: middle; }
.st-profile .profile-user-name {
color: #24142F;
font-size: 1rem;
font-weight: 600; }
.st-profile .profile-user-email {
font-weight: 400;
font-size: 0.875rem;
color: rgba(255, 255, 255, 0.5); }
.st-menu-title {
font-size: 0.75rem;
text-transform: uppercase;
color: #818a91; }
.st-menu-list > ul {
margin: 0;
padding: 0;
list-style: none; }
.st-menu-list > ul > li {
font-size: 13px;
color: rgba(255, 255, 255, 0.5);
font-weight: 500; }
.st-menu-list > ul > li > a {
display: block;
padding: 0.3125rem 2rem;
color: rgba(255, 255, 255, 0.5);
font-weight: 500;
-webkit-transition: background 0.3s, box-shadow 0.3s;
transition: background 0.3s, box-shadow 0.3s; }
.st-menu-list > ul > li > a:hover {
color: rgba(255, 255, 255, 0.7); }
.st-menu-list > ul > li > a > i {
margin-right: 1rem;
display: inline-block;
font-size: 20px;
width: 20px;
position: relative;
top: 4px; }
.st-effect-1.st-menu-open .st-pusher {
-webkit-transform: translate3d(-300px, 0, 0);
transform: translate3d(-300px, 0, 0); }
.st-effect-1.st-menu-open .st-pusher > .st-content {
overflow: hidden; }
.st-effect-1.st-menu {
z-index: 1; }
.st-effect-1.st-menu-open .st-effect-1.st-menu {
visibility: visible;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s; }
.st-effect-1.st-menu::after {
display: none; }
body {
font-size: 1rem;
font-family: "Roboto", sans-serif;
color: #55595c; }
p:not(.lead) {
font-size: 0.875rem;
line-height: 1.5rem; }
a.link {
color: #24142F;
display: inline-block;
text-decoration: none; }
a.link > i {
margin-right: 5px; }
a.link:hover {
color: #9a1313;
text-decoration: none;
text-decoration: underline; }
a.link--style-1 {
color: #2b2b2c; }
a.link--style-1:hover {
color: #24142F; }
a.link-lg {
font-size: 1.25rem; }
a.link-sm {
font-size: 0.875rem; }
a.link-xs {
font-size: 0.75rem; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Roboto", sans-serif;
line-height: 1.46; }
.heading {
margin: 0 0 6px;
padding: 0;
text-transform: none;
font-family: "Roboto", sans-serif;
font-weight: 600;
color: #111111;
line-height: 1.46; }
.heading--base {
font-family: "Roboto", sans-serif; }
.heading-light {
color: rgba(0, 0, 0, 0.6); }
.heading > a {
color: #111111; }
.heading:hover > a {
color: #24142F !important; }
.heading-inverse {
color: white; }
.heading-inverse > a {
color: white; }
.heading-inverse:hover > a {
color: #24142F !important; }
.heading > .icon,
.heading > a > .icon {
display: inline-block;
margin-right: 4px; }
.heading-1 {
font-size: 2.5rem !important;
line-height: 1.3; }
.heading-2 {
font-size: 2rem !important;
line-height: 1.3; }
.heading-3 {
font-size: 1.5rem !important;
line-height: 1.3; }
.heading-4 {
font-size: 1.25rem !important; }
.heading-5 {
font-size: 1.125rem !important; }
.heading-6 {
font-size: 1rem !important; }
@media (max-width: 991px) {
.heading-responsive.heading-1 {
font-size: 1.66667rem !important;
line-height: 1.3; }
.heading-responsive.heading-2 {
font-size: 2rem !important;
line-height: 1.3; }
.heading-responsive.heading-3 {
font-size: 1.5rem !important;
line-height: 1.3; }
.heading-responsive.heading-4 {
font-size: 1.25rem !important; }
.heading-responsive.heading-5 {
font-size: 1.125rem !important; }
.heading-responsive.heading-6 {
font-size: 1rem !important; } }
.heading-xs {
font-size: 0.75rem !important; }
.heading-sm {
font-size: 0.875rem !important; }
.heading-lg {
font-size: 2.5rem !important; }
.heading-xl {
font-size: 3.75rem !important; }
.heading-xl-x2 {
font-size: 7.5rem !important; }
.heading-xxl {
font-size: 5rem !important; }
@media (max-width: 767px) {
.heading-xl-x2 {
font-size: 3.75rem !important; } }
.fluid-paragraph {
font-size: 1rem;
width: 680px;
margin: auto;
padding: 0 20px;
position: relative; }
.fluid-paragraph h1:not(.heading),
.fluid-paragraph h2:not(.heading),
.fluid-paragraph h3:not(.heading),
.fluid-paragraph h4:not(.heading),
.fluid-paragraph h5:not(.heading),
.fluid-paragraph h6:not(.heading) {
text-transform: none !important; }
.fluid-paragraph-sm {
width: 580px; }
.fluid-paragraph-md {
width: 780px; }
.fluid-paragraph-lg {
width: 880px; }
.paragraph-xs > p {
font-size: 0.8rem;
line-height: 1.4; }
.paragraph-sm > p {
font-size: 0.875rem; }
.paragraph-lg > p {
font-size: 1.25rem; }
.paragraph-excerpt {
line-height: 1.6; }
@media (max-width: 767px) {
.fluid-paragraph {
width: 100% !important; } }
.quote-block-lg {
line-height: 2.4rem; }
.quote-icon-lg {
font-size: 2rem;
font-weight: 600;
display: inline-block;
margin: 0 5px; }
small,
.small {
font-size: 70%; }
strong {
font-weight: 600; }
blockquote .blockquote-source {
font-size: 0.875rem; }
blockquote .blockquote-source::before {
content: '\2014 \00A0'; }
.blockquote-custom {
border: 0;
position: relative; }
.blockquote--style-1 {
border: 0;
font-family: 'Pacifico', sans-serif;
font-size: 1.5rem; }
.blockquote--style-2 {
border: 0;
font-size: 1.3rem;
color: #818a91; }
.blockquote--style-2:before {
content: '\201C';
position: absolute;
left: -82px;
top: -52px;
font-size: 9em;
opacity: 0.2;
font-family: Georgia, "Times New Roman", Times, seri; }
.blockquote--style-2:after {
content: '\201D';
position: absolute;
right: -82px;
top: -52px;
font-size: 9em;
opacity: 0.2;
font-family: Georgia, "Times New Roman", Times, serif; }
.icon-pic--style-1 {
color: #24142F; }
.icon-pic-lg > i {
font-size: 10rem; }
.icon-pic-lg > img {
width: 10rem; }
.icon-pic-xl > i {
font-size: 20rem; }
.icon-pic-xl > img {
width: 20rem; }
.alert {
font-size: 0.875rem; }
.alert strong {
color: inherit !important;
font-weight: 500; }
.badge {
font-size: 0.625rem;
font-weight: 400; }
.badge-inline {
margin-right: 0.625rem; }
.badge-inline + span {
top: 2px;
position: relative;
font-size: 0.875rem; }
.badge-inline + span > a {
text-decoration: underline; }
.badge-md {
padding: 0.5em 1em; }
.badge-lg {
padding: 0.8em 1.2em; }
.badge a {
color: #FFF;
font-weight: 500; }
.badge-duration {
color: #24142F;
font-weight: 500; }
.badge-corner:empty {
display: inline-block; }
.badge-corner {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-top: 66px solid #888;
border-top-color: rgba(0, 0, 0, 0.3);
border-left: 66px solid transparent;
padding: 0;
background-color: transparent;
border-radius: 0;
cursor: default !important; }
.badge-corner span {
position: absolute;
top: -52px;
left: -28px;
font-size: 16px;
color: #fff; }
.badge-corner-base-1 {
border-top-color: #24142F; }
.badge-corner-blue {
border-top-color: #007aff; }
.badge-corner-green {
border-top-color: #28a73e; }
.badge-corner-red {
border-top-color: #DC0330; }
.badge-corner-orange {
border-top-color: #ff9500; }
.badge-corner-pink {
border-top-color: #ff2d55; }
.badge-corner-yellow {
border-top-color: #ffcc00; }
.badge-corner-purple {
border-top-color: #5856d6; }
.badge-corner-black {
border-top-color: #000000; }
.ribbon {
position: absolute;
top: 20px;
right: -5px;
padding: 0.875rem; }
.ribbon:after,
.ribbon:before {
content: '';
position: absolute;
left: -9px;
border-left: 10px solid transparent; }
.ribbon:before {
top: 0; }
.ribbon:after {
bottom: 0; }
.ribbon span {
display: block;
font-size: 0.875rem;
font-weight: 600; }
.ribbon.bg-base-1 {
border-right: 5px solid #eb5b5b; }
.ribbon.bg-base-1:before {
border-top: 27px solid #24142F; }
.ribbon.bg-base-1:after {
border-bottom: 27px solid #24142F; }
.ribbon.bg-base-2 {
border-right: 5px solid #4a5561; }
.ribbon.bg-base-2:before {
border-top: 27px solid #292f36; }
.ribbon.bg-base-2:after {
border-bottom: 27px solid #292f36; }
.ribbon.bg-gray-dark {
border-right: 5px solid #515153; }
.ribbon.bg-gray-dark:before {
border-top: 27px solid #2b2b2c; }
.ribbon.bg-gray-dark:after {
border-bottom: 27px solid #2b2b2c; }
.ribbon.bg-red {
border-right: 5px solid #ff837d; }
.ribbon.bg-red:before {
border-top: 27px solid #ff3b30; }
.ribbon.bg-red:after {
border-bottom: 27px solid #ff3b30; }
.ribbon.bg-orange {
border-right: 5px solid #ffb54d; }
.ribbon.bg-orange:before {
border-top: 27px solid #ff9500; }
.ribbon.bg-orange:after {
border-bottom: 27px solid #ff9500; }
.ribbon.bg-yellow {
border-right: 5px solid #ffdb4d; }
.ribbon.bg-yellow:before {
border-top: 27px solid #ffcc00; }
.ribbon.bg-yellow:after {
border-bottom: 27px solid #ffcc00; }
.ribbon.bg-blue {
border-right: 5px solid #4da2ff; }
.ribbon.bg-blue:before {
border-top: 27px solid #007aff; }
.ribbon.bg-blue:after {
border-bottom: 27px solid #007aff; }
.ribbon.bg-green {
border-right: 5px solid #8be69b; }
.ribbon.bg-green:before {
border-top: 27px solid #4cd964; }
.ribbon.bg-green:after {
border-bottom: 27px solid #4cd964; }
.ribbon.bg-purple {
border-right: 5px solid #9594e5; }
.ribbon.bg-purple:before {
border-top: 27px solid #5856d6; }
.ribbon.bg-purple:after {
border-bottom: 27px solid #5856d6; }
.ribbon.bg-pink {
border-right: 5px solid #ff7a93; }
.ribbon.bg-pink:before {
border-top: 27px solid #ff2d55; }
.ribbon.bg-pink:after {
border-bottom: 27px solid #ff2d55; }
.block-wrapper > .block:not(:last-child) {
margin-bottom: 2rem; }
.block {
margin: 0;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
position: relative;
cursor: default;
border-radius: 0.25rem 0.25rem 0.25rem;
-moz-border-radius: 0.25rem 0.25rem 0.25rem; }
.block:after,
.block:before {
display: table;
content: ""; }
.block:after {
clear: both; }
a > .block {
cursor: pointer; }
.block.no-radius > .block-image img {
border-radius: 0 !important; }
.block .lead {
margin-bottom: 0; }
.block-stack-wrapper {
border-radius: 0.25rem; }
.block-stack-wrapper .row {
background: #fff; }
@media (max-width: 991px) {
.block-stack-wrapper .row {
margin-bottom: 20px; } }
.block .block-body {
padding: 1.5rem 1.5rem; }
.block .block-body > p {
margin-bottom: 0; }
.block .block-image {
position: relative; }
.block .block-image > img {
max-width: 100%; }
.has-solid-shadow-left,
.has-solid-shadow-right {
position: relative;
z-index: 1; }
.has-solid-shadow-left::before,
.has-solid-shadow-right::before {
content: "";
position: absolute;
width: 100%;
height: calc(100% - 35px);
background: #f9f9f9;
border: 1px solid #e0eded;
z-index: -1;
border-radius: 0.25rem; }
.has-solid-shadow-left::before {
top: 55px;
left: -20px; }
.has-solid-shadow-right::before {
top: 55px;
right: -20px; }
.overlay-label {
position: absolute;
left: 0;
bottom: 20px;
padding: 6px 8px;
font-weight: 500;
font-size: 0.75rem;
font-family: "Roboto", sans-serif; }
.overlay-label.image-title--top {
top: 15px;
bottom: auto; }
.overlay-label.image-title--bottom {
top: auto;
bottom: 15px; }
.animate-this {
position: relative;
overflow: hidden; }
.animate-this,
.animate-this * {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease; }
.animate--hover-zoom:hover {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
z-index: 100; }
.animate--hover-show-btn:hover .animate-translate--up {
transform: translateY(-150%); }
.animate--hover-button {
position: absolute;
left: 0;
bottom: -100%;
width: 100%;
padding: 1.5rem;
text-align: center;
opacity: 0;
z-index: 10; }
.animate--hover-show-btn:hover .animate--hover-button {
opacity: 1;
bottom: 0; }
.block-author {
display: table; }
.block-author:after,
.block-author:before {
content: "";
display: table; }
.block-author:after {
clear: both; }
.block-author .author-image {
width: 60px;
display: table-cell; }
.block-author .author-image-lg {
width: 80px; }
.block-author .author-image-sm {
width: 40px; }
.block-author .author-image-xs {
width: 30px; }
.block-author .author-image img {
width: 100%;
border-radius: 100%; }
.block-author .author-info {
display: table-cell;
vertical-align: middle;
font-size: 0.875rem;
color: #818a91; }
.block-author .author-image + .author-info {
padding-left: 10px; }
.block-author .author-image-xs + .author-info {
font-size: 0.75rem; }
.block-author .author-info .author-name {
display: inline-block;
font-weight: 400; }
.block-author .author-info .author-name > span {
margin-right: 3px;
color: #2b2b2c; }
.block-author .author-info .author-name > a {
color: #818a91; }
.block-author .author-info .author-name > a:hover {
color: #24142F; }
.block-author .author-info .author-desc {
font-weight: 400;
font-size: 0.875rem; }
.block-date-over {
position: absolute;
top: 14px;
right: 14px;
padding: 10px 15px;
background: rgba(255, 255, 255, 0.8);
color: #2b2b2c;
border-radius: 0.1rem;
font-size: 0.75rem;
text-align: center;
font-weight: 500; }
.block-price-over {
position: absolute;
bottom: -20px;
left: 50%;
margin-left: -75px;
width: 150px;
height: 40px;
border-radius: 20px;
font-size: 1rem;
text-align: center;
font-weight: 600;
line-height: 40px; }
.block-ribbon {
position: absolute;
top: 15px;
z-index: 10; }
.block-ribbon-square {
width: 64px; }
.block-ribbon-fixed {
width: 74px;
padding: 8px;
text-align: center;
font-size: 0.7rem;
font-weight: 500;
text-transform: uppercase;
border-radius: 0.25rem; }
.block-ribbon-left {
left: 15px; }
.block-ribbon-right {
right: 15px; }
.block-caption-over {
position: absolute;
width: 100%;
height: 80px;
bottom: 0;
left: 0;
padding: 1rem; }
.block-caption-half-over {
position: absolute;
width: 50%;
height: 100%;
top: 0;
padding: 30px 40px; }
.block-caption-half-over--left {
left: 0; }
.block-caption-half-over--right {
right: 0; }
.block-image-holder > .mask {
border-radius: 0.25rem; }
.block-image-holder > .block-image img {
max-width: 100%; }
.block-image-holder > .block-image-sm {
width: 60%;
margin: auto; }
.block-image-holder:not(.no-radius) > .block-image img {
border-radius: 0.25rem; }
.block-image-holder .block-info.block-info-over {
overflow: hidden;
display: flex;
justify-content: center;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
z-index: 3;
padding: 15px 0;
background: #FFF;
background: rgba(255, 255, 255, 0.6);
border-radius: 0 0 0.25rem 0.25rem;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out; }
.block-image-holder .block-info.block-info-over > .block-info-inner {
padding: 0 1.5rem;
width: 100%;
align-self: center; }
.block-image-holder .block-info.block-info-over--animated {
height: 80px; }
.block-image-holder:hover .block-info.block-info-over--animated {
height: 90px; }
.block-image-holder .block-info.block-info-over--animated:hover {
height: 100%;
border-radius: 0.25rem; }
.block-image-holder .block-info.block-info-over > .block-info-inner > .block-info-hidden-content {
display: none;
opacity: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out; }
.block-image-holder .block-info.block-info-over--animated:hover > .block-info-inner > .block-info-hidden-content {
display: block;
opacity: 1; }
.block-image-holder .block-info-table {
width: 100%;
margin: 20px 0 0;
color: #2b2b2c;
font-size: 0.7em; }
.block-image-holder .block-info-over.block-info-over .heading {
margin: 0;
color: #2b2b2c; }
.block-image-holder .block-info-over.block-info-over .heading > a {
color: #2b2b2c; }
.block-image-holder .block-info-over.block-info-over:hover .info-title > a {
color: #2b2b2c; }
.block-image-holder .block-info-over.block-info-over--style-2 {
height: 60px;
width: calc(100% - 1.6rem);
margin: 0.8rem;
background: #FFF;
border-radius: 0.25rem; }
.block-image-holder .block-info-over--style-2.block-info-over--animated:hover {
height: calc(100% - 1.6rem); }
.block-image-holder .block-info-over.block-info-over--style-3 {
height: 80px;
width: 100%;
background: #FFF;
background: rgba(255, 255, 255, 0.8); }
.block-image-holder .block-info-over.block-info-over--dark {
background: rgba(0, 0, 0, 0.8);
color: #787878; }
.block-image-holder .block-info-over.block-info-over--dark-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
/* IE6-9 */ }
.block-image-holder:hover .block-info-over.block-info-over--dark-gradient {
background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
/* IE6-9 */ }
.block-image-holder .block-info-over.block-info-over--dark .heading,
.block-image-holder .block-info-over.block-info-over--dark .heading > a {
color: #eceeef; }
.block-image-holder .block-info-over.block-info-over--dark .heading > a:hover,
.block-image-holder .block-info-over.block-info-over--dark .heading:hover a {
color: #eceeef !important; }
.block-image-holder .block-info-over.block-info-over--dark .heading > a:hover {
text-decoration: underline; }
.block-image-holder .block-info-over--dark .block-info-table tr {
border-bottom: 1px dotted rgba(255, 255, 255, 0.1); }
.block-image-holder .block-info-over--dark .block-info-table td {
color: #eceeef;
padding: 8px 0;
border: 0; }
.block-image-holder .block-info {
padding: 1rem 0 !important;
width: 100%;
position: absolute;
bottom: 30px;
left: 0;
z-index: 3;
background: transparent; }
.block-image-holder .image-mask {
background-color: #282B30;
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
opacity: 0.45;
transition: opacity 0.3s ease 0s; }
.block-image-holder:hover .image-mask {
opacity: 0; }
.block--style-1 {
border: 1px solid rgba(0, 0, 0, 0.05); }
.block.block--style-1 .block-subtitle {
margin: 0;
padding: 0;
font-size: 1rem;
font-weight: 400;
margin-bottom: 15px;
padding: 0;
text-transform: none;
color: #818a91; }
.block.block--style-1 img {
max-width: 100%; }
.block.block--style-1 .meta-tags a {
display: inline-block;
color: #24142F; }
.block.block--style-1.grid .block-image {
position: relative; }
.block.block--style-1.grid .block-body {
padding: 1.5rem 0; }
.block.block--style-1.grid .image-title {
position: absolute;
left: 0;
bottom: 10px;
padding: 6px 8px;
font-weight: 500; }
.block.block--style-1.grid .block-category {
font-size: 11px;
color: #24142F;
text-transform: uppercase; }
.block.block--style-1.list {
display: flex; }
.block.block--style-1.list .block-image {
max-width: 40%; }
.block.block--style-1.list .block-image-sm {
max-width: 25%; }
.block.block--style-1.list .block-header {
padding: 10px 15px;
font-weight: 500;
text-transform: uppercase; }
.block.block--style-1.list .block-content {
display: table-cell;
vertical-align: top;
position: relative; }
.block.block--style-1.list .block-body {
padding: 1rem 0 1rem 2rem; }
.block.block--style-1.list .block-content .block-body {
padding-bottom: 15px; }
.block.block--style-1.list .block-label {
display: inline-block;
padding: 6px 8px;
font-size: 0.875rem;
font-weight: 500; }
.block.block--style-1.list .info {
display: block;
margin-bottom: 4px;
font-size: 11px;
text-transform: uppercase;
color: #818a91; }
.block.block--style-1.list .block-footer {
padding: 0.5rem 2rem;
display: table;
width: 100%; }
.block.block--style-1.list .block-footer-fixed-bottom {
position: absolute;
bottom: 0; }
.block.block--style-1.list .block-footer .meta-info span {
float: left;
margin-right: 8px;
font-size: 11px; }
.block.block--style-1.list .block-footer .meta-info span i {
margin-right: 4px;
font-size: 13px; }
.block.block--style-1.list .image-title {
position: absolute;
left: 0;
bottom: 10px;
padding: 10px;
font-size: 1rem;
font-weight: 500; }
@media (max-width: 767px) {
.block.block--style-1.list {
display: block; }
.block.block--style-1.list .block-image {
display: block;
max-width: 100%;
position: relative;
margin-bottom: 1rem; }
.block.block--style-1.list .block-body {
display: block;
padding: 1rem 2rem; }
.block.block--style-1.list .block-footer-fixed-bottom {
position: relative; } }
.block--style-2 {
display: flex;
align-items: center;
width: 100%; }
.block--style-2 .heading {
margin-bottom: 8px; }
.block--style-2 .block-image {
max-width: 45%;
position: relative;
padding: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
overflow: hidden; }
.block--style-2 .block-image-lg {
width: 48%; }
.block--style-2 .block-image img {
width: 100%; }
.block--style-2 .block-body {
display: table-cell;
vertical-align: top;
padding: 1.5rem;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.block--style-2:hover .mask {
opacity: 0; }
.block--style-2.v1 .block-image {
width: 50%; }
.block--style-2 .block-image-over {
position: absolute;
width: 100%;
top: 50%;
left: 0;
transform: translate(0, -50%); }
.block--style-2.grid .block-image {
display: block;
max-width: 100%;
border-radius: 0;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.block--style-2.grid {
display: block; }
.block--style-2.grid .block-body {
display: block;
border-radius: 0.25rem; }
.block--style-2.grid .block-body-over {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
padding: 1rem; }
.row-no-padding .block--style-2 {
border-radius: 0; }
.row-no-padding .block--style-2 .block-image {
border-radius: 0; }
.row-no-padding .block--style-2 .block-body {
border-radius: 0; }
@media (max-width: 767px) {
.block--style-2 {
display: block; }
.block--style-2 .block-image {
max-width: 100%; }
.block--style-2 .block-body {
display: block; } }
.block--style-3 {
border: 1px solid;
border-color: rgba(0, 0, 0, 0.05);
background: #fff; }
.block--style-3 img {
width: 100%;
border-radius: 0.25rem 0.25rem 0 0; }
.block--style-3 .heading {
margin-bottom: 10px; }
.block--style-3 .block-footer {
padding: 1.5rem 1.5rem; }
.block--style-3 .block-footer h3 {
padding: 0;
margin: 0;
font-size: 0.875rem;
font-weight: 600;
text-transform: capitalize; }
.block--style-3.block-fixed-width {
width: 500px; }
.text-xs-center .block--style-3.block-fixed-width {
margin: auto; }
@media (max-width: 767px) {
.block--style-3.block-fixed-width {
width: 90%; } }
.block--style-3 .description {
margin-bottom: 0; }
.block--style-3 .block-quote-bullet {
position: absolute;
width: 46px;
height: 46px;
line-height: 46px;
text-align: center;
left: 50%;
top: -23px;
margin-left: -23px;
background: #fff;
font-size: 20px;
border-radius: 100%; }
.block--style-3 .block-price-text {
margin-left: 2px;
color: #818a91;
font-size: 0.7em; }
.block--style-3 .block-price {
font-size: 18px;
color: #24142F;
font-weight: 600; }
.block--style-3 .capacity > i {
font-size: 12px; }
.block--style-3 .aux-info-wrapper {
position: relative; }
.block--style-3 ul.aux-info {
margin: 0 auto;
padding: 0;
list-style: none;
display: flex;
align-items: center; }
.block--style-3 ul.aux-info li {
flex-grow: 1;
margin: 0;
padding: 14px 15px;
border-right: 1px solid rgba(0, 0, 0, 0.05);
font-size: 0.75rem;
position: relative;
font-family: "Roboto", sans-serif;
color: #818a91; }
.block--style-3 ul.aux-info li i {
font-size: 18px;
margin-right: 4px;
position: relative;
top: 4px; }
.block--style-3 ul.aux-info li:last-child {
border: 0; }
.block--style-3 ul.aux-info--over {
background: #fff;
display: table;
position: absolute;
bottom: 10px;
width: 96%;
left: 2%;
border-radius: 2px; }
.block--style-3-v2 {
border: 0;
background: transparent; }
.block--style-3-v2 img {
border-radius: 0.25rem; }
.block--style-3-v2 .block-body {
padding: 1.5rem 0; }
.block--style-3-v2 .block-body > p {
margin: 0; }
.block--style-3-v2 .block-footer {
padding-left: 0;
padding-right: 0; }
.block--style-3 > .block-image > .block-author {
width: 50px;
height: 50px;
position: absolute;
bottom: -25px;
right: 30px;
border-radius: 100%;
border: 2px solid #fff; }
.block--style-3 > .block-image > .block-author img {
border-radius: 100%; }
.block--style-3.list .block-image {
display: table-cell;
/* vertical-align: middle; */
width: 220px;
position: relative;
padding: 5px; }
.block--style-3.list .block-image-sm {
width: 200px; }
.block--style-3.list .block-image .btn {
width: 100%;
position: absolute;
bottom: 0;
left: 0; }
.block--style-3.list .block-title-wrapper {
display: table-cell;
vertical-align: top;
padding: 0px 10px;
border-left: 1px solid rgba(0, 0, 0, 0.05); }
.block--style-3.list .block-body {
display: table-cell;
vertical-align: top;
padding: 5px;
border-top: 1px solid rgba(0, 0, 0, 0.05); }
@media (max-width: 767px) {
.block--style-3.list .block-image {
display: block;
width: 100%; }
.block--style-3.list .block-title-wrapper {
border-left: 0;
border-top: 1px solid rgba(0, 0, 0, 0.05); }
.block--style-3.list .block-body {
display: block;
padding: 20px; } }
.block--style-3.list .block-footer {
padding: 8px 15px; }
.block--style-4 .info-author:after,
.block--style-4 .info-author:before {
content: "";
display: table; }
.block--style-4 .info-author:after {
clear: both; }
.block--style-4 .block-body {
padding: 2rem; }
.block--style-4 .info-author .author-img {
display: table-cell;
width: 70px;
height: 70px;
margin: 0;
padding: 0; }
.block--style-4 .info-author .author-info {
height: 75px;
display: table-cell;
padding-left: 15px;
vertical-align: middle;
text-align: left;
border-bottom-left-radius: 0.25rem; }
.block--style-4 .info-author .author-info .author-name {
display: block;
font-style: normal;
font-weight: 500;
color: #2b2b2c; }
.block--style-4 .info-author .author-info .author-pos {
display: block;
font-size: 85%; }
.block--style-4-v1 {
position: relative;
margin-bottom: 34px; }
.block--style-4-v1.bg-white {
border: 1px solid rgba(0, 0, 0, 0.05); }
.block--style-4-v1 .block-body {
padding: 2rem; }
.block--style-4-v1 .block-body p {
padding: 0 20px; }
.block--style-4-v1 .info-author {
width: 64px;
height: 64px;
position: absolute;
left: 50%;
top: -32px;
margin-left: -32px;
border-radius: 100%; }
.block--style-4-v1 .info-author .author-img {
padding: 3px;
border-radius: 100%;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.05); }
.block--style-4-v1 .info-author .author-img.z-depth {
padding: 0;
background: #fff;
border: 0; }
.block--style-4-v1 .info-author .author-img img {
width: 100%;
border-radius: 100%; }
.block--style-4-v1 .block-body span.quote-icon {
display: block;
text-align: center;
margin: 20px 0; }
.block--style-4-v1 .block-body span.quote-icon > i {
font-size: 26px; }
.block--style-4-v2 .block-body {
position: relative;
border-radius: 0.25rem; }
.block--style-4-v2 .block-body:after {
top: 100%;
left: 32px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-width: 10px;
margin-left: -10px; }
.block--style-4-v2 .block-body > p {
margin-bottom: 0; }
.block--style-4-v2 .block-body .quote {
display: inline-block;
margin-right: 8px;
font-size: 24px; }
.block--style-4-v2 .block-body.bg-base-1:after {
border-top-color: #24142F; }
.block--style-4-v2 .block-body.bg-white:after {
border-top-color: white; }
.block--style-4-v2 .info-author {
margin-top: 1.25rem; }
.block--style-4-v2 .info-author .author-img img {
width: 64px; }
.block--style-4-v2 .style-8-author {
width: 100%;
margin-top: 15px;
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.block--style-5 .block-image img {
max-width: 100%;
border-radius: 0.25rem; }
.block--style-5 .block-title-upper {
margin: 4px 0;
padding: 0;
font-size: 0.75rem;
font-weight: 400; }
.block--style-5 .block-info-text {
margin-top: 15px;
margin-bottom: 0; }
.block--style-5 .block-caption--over {
position: absolute;
width: 100%;
height: 80px;
bottom: 0;
left: 0;
padding: 15px;
overflow: hidden;
background: rgba(255, 255, 255, 0.9);
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out; }
.block--style-5:hover .block-caption--over {
height: 130px; }
.block--style-5 .block-mask-caption--over {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
background: transparent;
color: #eceeef;
border-radius: 0.25rem;
bottom: 0;
left: 0;
padding: 1.5rem;
overflow: hidden;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out; }
.block--style-5:hover .block-mask-caption--over {
opacity: 1;
background: rgba(0, 0, 0, 0.8); }
.block--style-5 .block-mask-caption--over.in {
background: rgba(0, 0, 0, 0.4);
opacity: 1; }
.block--style-5 .block-mask-caption--over .heading,
.block--style-5 .block-mask-caption--over .heading a {
color: #eceeef; }
.block--style-5 .block-mask-caption--over .heading:hover a {
color: #eceeef !important; }
.block--style-5 .block-footer {
padding: 15px 20px; }
.block-quote {
position: relative; }
.block-quote .quote-icon {
font-size: 63px;
color: #24142F;
float: left;
font-family: Georgia;
position: relative;
top: -20px;
margin-right: 10px; }
.block-quote .quote-body {
width: 80%;
float: left;
font-size: 16px;
line-height: 28px; }
.block-testimonial > .quote {
position: absolute;
top: -28px;
left: 15px;
font-size: 50px;
color: #24142F;
z-index: 100; }
.block-testimonial > .block-body {
position: relative;
background: white;
border-radius: 0.25rem; }
.block-testimonial > .block-body:after {
top: 100%;
left: 38px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-width: 10px;
margin-left: -15px;
border-top-color: white; }
.block-testimonial .block-author {
margin-top: 1.5rem; }
.block.article > p {
margin: 0; }
.block.article .heading {
margin: 0;
padding: 0; }
.block.article img {
max-width: 100%;
border-radius: 0.25rem; }
.block.article .meta-tags a {
display: inline-block;
color: #24142F; }
.block.article .article-meta {
margin-bottom: 10px; }
.block.article .article-meta .article-labels {
float: left; }
.block.article .article-meta .article-date {
float: right;
font-size: 11px;
padding: 0.2em 0 0.3em;
text-transform: uppercase;
text-align: right;
color: #818a91; }
.block.article .video-hover-play {
font-size: 100%; }
.block.article .video-hover-play a {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%; }
.block.article .video-hover-play a:before {
content: "\f144";
font-family: FontAwesome;
font-size: 30px;
color: #FFF;
position: absolute;
bottom: 15px;
right: 15px;
width: 60px;
height: 46px;
line-height: 46px;
background: #2B2B2B;
border-radius: 0.25rem;
text-align: center; }
.block.article .video-hover-play-centered a:before {
right: 50%;
bottom: 50%;
transform: translate(50%, 50%); }
.block.article .video-hover-play-inverse a:before {
color: rgba(0, 0, 0, 0.7);
background: #fff; }
.block.article .video-hover-play a:hover:before {
color: #FFF;
background: #24142F; }
.block.article .video-hover-play-sm a:before {
font-size: 16px;
bottom: 8px;
left: 8px;
width: 30px;
height: 24px;
line-height: 24px; }
.block.article.grid .block-image {
position: relative;
margin-bottom: 1rem; }
.block.article.grid .image-title {
bottom: 10px; }
.block.article.grid .article-category {
font-size: 11px;
color: #24142F;
text-transform: uppercase; }
.block.article.list {
display: table;
width: 100%; }
.block.article.list .block-image {
display: table-cell;
position: relative; }
.block.article--style-1.list .block-image {
width: 50%; }
.block.article--style-2.list .block-image {
width: 30%; }
.block.article--style-2.list .block-image-lg {
width: 40%; }
.block.article.list .block-body {
display: table-cell;
vertical-align: top;
padding-top: 0;
padding-bottom: 0; }
.block.article.list .block-body > .article-date {
color: #818a91;
font-size: 0.875rem; }
.block.article--style-1.list .block-body.left {
padding: 0 20px 0 0; }
.block.article--style-1.list .block-body.right {
padding: 0 0 0 20px; }
.block.article--style-2.list .block-body.left {
padding: 0 10px 0 0; }
.block.article--style-2.list .block-body.right {
padding: 0 0 0 10px; }
.block.article.list .block-body p {
margin-top: 15px; }
.block.article.list .article-label {
display: inline-block;
padding: 4px 8px;
font-weight: 500;
font-size: 0.75rem;
border-radius: 0.25rem;
margin-bottom: 8px; }
.block.article.list .article-title {
margin: 0 0 10px; }
.block.article.list .article-info {
display: block;
margin-bottom: 4px;
font-size: 11px;
text-transform: uppercase;
color: #818a91; }
.block.article--style-1.list .article-text {
position: relative;
padding-bottom: 25px; }
.block.article.list .article-text:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 1px;
background: #e0eded; }
.block.article.list .article-title-text {
margin: 0 !important;
line-height: 18px; }
.block.article.list .block-footer {
display: table;
width: 100%; }
.block.article.list .block-footer .meta-info span {
float: left;
margin-right: 8px;
font-size: 11px; }
.block.article.list .block-footer .meta-info span i {
margin-right: 4px;
font-size: 13px; }
.block.article.list .image-title {
position: absolute;
left: 0;
bottom: 10px;
padding: 10px;
font-weight: 500; }
.block.article.list .article-category {
font-size: 11px;
color: #24142F;
text-transform: uppercase; }
@media (max-width: 767px) {
.block.article.list .block-image {
display: block;
width: 100% !important; }
.block.article.list .article-text {
padding-bottom: 0; }
.block.article.list .block-body {
display: block;
padding: 0 !important; }
.block.article.list .block-body.left {
margin-bottom: 20px; }
.block.article.list .block-body.right {
margin-top: 20px; } }
.article-wrapper {
padding: 1rem; }
.article-wrapper--style-1 {
background: #fcfcfc; }
.article-wrapper--style-2 {
background: #fff; }
.article-wrapper .article-title {
font-size: 0.875rem;
font-weight: 600;
text-transform: none !important;
line-height: 1.3;
margin: 0;
padding: 0;
margin-bottom: 4px !important; }
.article-wrapper .article-title > a {
color: #2b2b2c; }
.article-wrapper .article-title > a:hover {
color: #24142F; }
@media (max-width: 767px) {
.article-wrapper .article-title {
margin-top: 1rem; } }
.card > .article-wrapper {
padding-left: 1.5rem;
padding-right: 1.5rem; }
.card > .article-wrapper .block-image > img {
border-radius: 0; }
.article-wrapper > .block.article {
margin: 0;
padding: 0; }
.block.product {
background: #fff;
padding: 1px;
border: 1px solid rgba(0, 0, 0, 0.05);
overflow: hidden; }
.block.product .figure {
padding: 1px; }
.block.product .figure img {
width: 100% !important; }
.block.product .product-title {
margin: 10px 0;
padding: 0;
border-bottom: 0;
line-height: 0.9; }
.block.product .product-title.heading {
line-height: 1; }
.block.product .product-title a {
font-size: 1.125rem;
color: #2b2b2c; }
.block.product .product-title a:hover {
color: #24142F; }
.block.product figure {
padding-bottom: 1px;
border-bottom: 1px solid #e0eded; }
.block.product .block-content {
padding: 10px; }
.block.product p {
margin: 5px 0; }
.block.product .price-wrapper {
margin-top: 4px; }
.block.product .price {
padding: 4px 0;
font-size: 1.25rem;
font-weight: 600; }
.block.product .price.discount {
padding: 7px 0 0;
margin-right: 4px;
font-size: 0.875rem;
font-weight: 400;
color: #ff3b30 !important;
text-decoration: line-through; }
.block.product .block-footer {
border-top: 1px solid #e0eded;
padding-top: 8px;
margin-top: 10px; }
.block.product .block-footer:after {
display: table;
content: "";
clear: both; }
.block.property {
border: 1px solid rgba(0, 0, 0, 0.05); }
.block.property .block-content .content-title {
font-size: 1rem;
color: #24142F;
margin-bottom: 5px; }
.block.property .block-content .price {
font-size: 1.25rem;
color: #292f36;
font-weight: 600; }
.block.property .block-content .period {
font-size: 0.75rem;
margin-left: 5px;
color: #818a91; }
.block.property .block-content .capacity {
font-size: 12px;
color: #818a91; }
.block.property .block-footer ul.aux-info {
width: 100%;
margin: 0;
padding: 0;
display: block;
background: #f1f1f1;
border-top: 1px solid rgba(0, 0, 0, 0.05); }
.block.property .block-footer ul.aux-info li {
display: table-cell;
padding: 12px 15px;
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, 0.05);
font-size: 0.75rem; }
.block.property .block-footer ul.aux-info li:last-child {
border: 0; }
.block.property .block-footer ul.aux-info li i {
font-size: 18px;
margin-right: 8px;
color: #2b2b2c; }
.block.property .block-footer--style-2 ul.aux-info {
display: table;
width: 100%;
border: 1px solid #e0eded; }
.block.property .block-footer--style-2 ul.aux-info li {
padding: 10px;
font-size: 11px;
text-align: center; }
.block.property .block-footer--style-2 ul.aux-info li i {
display: block; }
.block.property.list .block-title {
padding: 1rem 1rem 0; }
.block.property.list .block-title h3 {
margin: 0;
padding: 0;
font-size: 1rem;
font-weight: 500;
color: #2b2b2c; }
.block.property.list .block-title h3 > a {
color: #2b2b2c; }
.block.property.list .block-image {
display: table-cell;
width: 200px; }
.block.property.list .block-image img {
width: 100%; }
.block.property.list .block-body {
padding: 12px; }
.block.property.list .block-body .block-content {
display: table-cell;
vertical-align: top;
padding-left: 12px; }
.block.property.list .block-content .description {
padding-bottom: 10px;
border-bottom: 1px solid #e0eded;
font-size: 0.8rem; }
@media (max-width: 767px) {
.block.property.list .block-image {
display: block;
width: auto; }
.block.property.list .block-body .block-content {
display: block;
padding-left: 0; } }
.block.property.grid {
border: 1px solid #e0eded; }
.block.property.grid .block-title {
padding: 15px 15px 0; }
.block.property.grid .block-title h3 {
margin: 0;
padding: 0;
font-size: 16px;
font-weight: 400; }
.block.property.grid .block-body .block-image img {
width: 100%; }
.block.property.grid .block-body .block-content {
padding-top: 15px; }
.block.property.grid .block-body .block-content .description {
padding-bottom: 10px;
border-bottom: 1px solid #e0eded; }
.block-post .block-post-body {
padding: 0; }
.block-post .block-post-body > .heading {
margin-bottom: 0 !important;
margin-top: 3rem !important; }
.block-post > .block-post-body > p {
margin-top: 2rem !important; }
.block-post > .block-post-body > .tagcloud {
margin-top: 2rem; }
.block-post-share {
margin-top: 2rem;
padding: 2rem 0;
border-top: 1px solid #e0eded;
border-bottom: 1px solid #e0eded; }
.block-post-comment-action {
padding: 1rem 0; }
.block-post-comment-action .heading {
margin-bottom: 0; }
.block-post-comments {
margin: 0;
padding: 0;
list-style: none; }
.block-comment {
display: table;
width: 100%;
margin-bottom: 2rem; }
.block-comment:last-child {
border-bottom: 1px solid rgba(243, 243, 243, 0.7); }
@media (min-width: 768px) {
.block-comment-reply {
padding-left: 72px; } }
.block-comment .block-image {
display: table-cell;
width: 72px;
height: 72px; }
.block-comment .block-body {
display: table-cell;
vertical-align: top;
position: relative;
padding: 0 0 0 2rem; }
.block-comment .block-body > .block-body-inner {
padding-bottom: 2rem;
border-bottom: 1px solid rgba(243, 243, 243, 0.7); }
.block-comment:last-child .block-body > .block-body-inner {
border: 0; }
.block-body-inner .heading {
margin: 0; }
.block-comment .block-body .comment-date {
font-size: 0.875rem;
color: #818a91; }
.block-comment .block-body .comment-text {
margin-top: 1rem; }
.block-comment .block-body .comment-options > a {
font-size: 0.875rem;
color: #818a91;
margin-right: 0.75rem; }
.block-comment .block-body .comment-options > a:hover {
color: #24142F; }
.block-post-comments--style-1 {
border: 1px solid #e0eded;
border-radius: 0.25rem; }
.block-post-comments--style-1 .block-comment {
margin: 0;
border-radius: 0;
border: 0; }
.block-post-comments--style-1 .block-comment-reply {
padding-top: 2rem;
margin-top: 2rem;
border-top: 1px solid #e0eded; }
@media (min-width: 768px) {
.block-comment-reply {
padding-left: 100px; } }
.block-post-comments--style-1 > li {
border-bottom: 1px solid #e0eded;
padding: 2rem; }
.block-post-comments--style-1 > li:last-child {
border: 0; }
.block-post-comments--style-1 li:nth-child(odd) {
background: #fcfcfc; }
.block-post-comments--style-1 li:nth-child(even) {
background: #fafafa; }
.block-post-comments--style-1 .block-comment-reply:last-child {
border-bottom: 0; }
.block-comment .block-image {
display: table-cell;
width: 60px;
height: 60px; }
.block-comment .block-body {
padding-left: 40px; }
.block-post-comments--style-1 .block-comment .block-body > .block-body-inner {
border: 0;
padding: 0; }
.post-prev-next {
margin: 2rem 0;
padding: 2rem 0;
border-top: 1px solid rgba(243, 243, 243, 0.7);
border-bottom: 1px solid rgba(243, 243, 243, 0.7); }
.post-prev-next h5 {
padding: 0;
margin: 0;
color: #818a91; }
.post-prev-next h3 {
padding: 0;
margin: 5px 0 0; }
.post-prev-next .post-next,
.post-prev-next .post-prev {
position: relative; }
.post-prev-next .post-prev {
padding: 0 20px 0 40px; }
.post-prev-next .post-next {
text-align: right;
padding-right: 40px; }
.post-prev-next .post-next:before,
.post-prev-next .post-prev:before {
position: absolute;
top: 50%;
margin-top: -15px;
font-family: "Ionicons";
font-size: 20px;
color: #2b2b2c; }
.post-prev-next .post-prev:before {
content: "\f108";
left: 0; }
.post-prev-next .post-next:before {
content: "\f10b";
right: 0; }
@media (max-width: 767px) {
.post-prev-next .post-next {
margin-top: 20px; } }
.animate-hover-slide .figure {
position: relative;
overflow: hidden; }
.animate-hover-slide .figure img {
max-width: 100%;
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide .figure .figcaption {
height: 100%;
padding: 0;
width: 100%;
position: absolute;
left: 0;
top: auto;
bottom: 0;
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide .figure:hover .figcaption {
opacity: 0.8;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
-o-transition: -o-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s; }
.animate-hover-slide .figure .figcaption {
text-align: center; }
.animate-hover-slide .figure .figcaption-btn {
width: 100%;
height: 50%;
position: absolute;
top: 0;
opacity: 0;
padding-left: 20px;
text-align: center;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide .figure:hover .figcaption-btn {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
-o-transition: -o-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s; }
.animate-hover-slide .figure .figcaption-txt {
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
opacity: 0;
padding-left: 20px;
text-align: center;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide .figure:hover .figcaption-txt {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
-o-transition: -o-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s; }
.animate-hover-slide .figure .figcaption-txt .title {
padding: 0;
margin: 30px 0 0;
color: #fff;
font-size: 18px;
text-transform: capitalize; }
.animate-hover-slide .figure .figcaption-txt .subtitle {
padding: 0;
margin: 0;
color: #fff;
font-size: 12px; }
.animate-hover-slide .figure a {
position: relative;
top: 94%;
margin-top: -11px; }
.animate-hover-slide .figure .figcaption h3 {
padding-bottom: 5px;
margin-bottom: 10px;
font-size: 14px;
font-weight: 600;
border-bottom: 1px solid #f2f2f2; }
.animate-hover-slide-2 .figure {
position: relative;
overflow: hidden; }
.animate-hover-slide-2 .figure img {
max-width: 100%;
position: relative;
z-index: 2;
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide-2 .figure:hover img {
-webkit-transform: scale(0.4);
-moz-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4); }
.animate-hover-slide-2 .figure .figcaption {
height: 100%;
z-index: 1;
position: absolute;
top: 0;
bottom: auto;
background: #f3f3f3, 10%;
color: #333 !important;
padding: 0 15px;
width: 100%;
opacity: 1;
-webkit-transform: scale(0.4);
-moz-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide-2 .figure:hover .figcaption {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; }
.animate-hover-slide-2 .figure .figcaption h2 {
text-align: center;
margin-top: 15px; }
.animate-hover-slide-2 .figure .figcaption .social-icons {
width: 100%;
position: absolute;
bottom: 15px;
text-align: center; }
.animate-hover-slide-3 .figure {
position: relative;
overflow: hidden; }
.animate-hover-slide-3 .figure img {
max-width: 100%;
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide-3 .figure .figcaption {
height: 32px;
background: #f3f3f3;
color: #333;
padding: 0 15px;
width: 100%;
position: absolute;
left: 0;
top: auto;
bottom: 0;
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide-3 .figure:hover .figcaption {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
-o-transition: -o-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s; }
.animate-hover-slide-4 {
position: relative; }
.animate-hover-slide-4 .figure {
position: relative; }
.animate-hover-slide-4 .figure .figcaption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
opacity: 0.75; }
.animate-hover-slide-4 .figure .figcaption {
text-align: center; }
.animate-hover-slide-4 .figure .figcaption-btn {
width: 100%;
height: 50%;
position: absolute;
top: 0;
opacity: 0;
padding-left: 20px;
text-align: center; }
.animate-hover-slide-4 .figure:hover .figcaption-btn {
opacity: 1; }
.animate-hover-slide-4 .figure .figcaption-txt {
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
opacity: 0;
padding-left: 20px;
text-align: center; }
.animate-hover-slide-4 .figure:hover .figcaption-txt {
opacity: 1; }
.animate-hover-slide-4 .figure .figcaption-txt .title {
padding: 0;
margin: 30px 0 0;
color: #fff;
font-size: 18px;
text-transform: capitalize; }
.animate-hover-slide-4 .figure .figcaption-txt .subtitle {
padding: 0;
margin: 0;
color: #fff;
font-size: 12px; }
.animate-hover-slide-4 .figure a {
position: relative;
top: 94%;
margin-top: -11px; }
.animate-hover-slide-4 .figure .figcaption h3 {
padding-bottom: 5px;
margin-bottom: 10px;
font-size: 14px;
font-weight: 600;
border-bottom: 1px solid #f2f2f2; }
.block-cell {
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative; }
.block-cell .block-image {
background-size: cover;
background-position: center center;
background-repeat: no-repeat; }
.block-cell .block-image,
.block-cell .block-text {
width: 50%; }
@media screen and (max-width: 992px) {
.block-cell .block-image,
.block-cell .block-text {
width: 100%; }
.block-cell .block-image {
height: 200px; } }
.block-cell .block-text {
padding: 40px;
position: relative; }
.block-cell .block-text h3 {
margin: 0 0 10px; }
.block-cell .block-text:before,
.block-cell.reverse .block-text:before {
z-index: 22;
top: 15%;
content: " ";
height: 0;
margin-top: -12px;
pointer-events: none; }
.block-cell .block-text p:last-child {
margin-bottom: 0; }
.block-cell .block-text p.price {
font-size: 1.25rem;
font-family: "Roboto", sans-serif;
color: #24142F; }
.block-cell .block-text:before {
right: 100%;
border: solid transparent;
width: 0;
position: absolute;
border-color: rgba(255, 225, 255, 0);
border-right-color: #fff;
border-width: 12px; }
.block-cell.reverse .block-image {
position: absolute;
right: 0;
width: 50%;
min-height: 100%; }
@media screen and (max-width: 992px) {
.block-cell.reverse .block-image {
position: relative;
width: 100%; } }
.block-cell.reverse .block-text:before {
left: 100%;
border: solid transparent;
width: 0;
position: absolute;
border-color: rgba(255, 225, 255, 0);
border-left-color: #fff;
border-width: 12px; }
@media screen and (max-width: 768px) {
.block-cell .block-text:before,
.block-cell.reverse .block-text:before {
display: none; } }
.btn {
font-size: 0.875rem;
font-weight: 500;
font-family: "Roboto", sans-serif;
font-style: normal;
text-align: center;
border-radius: 2px;
outline: none; }
.btn-styled {
padding: 0.75rem 1.5rem; }
.btn-sm {
font-size: 0.7rem !important; }
.btn-styled.btn-xl {
font-size: 1.125rem !important;
padding: 1rem 2.5rem !important; }
.btn-styled.btn-lg {
font-size: 0.9rem !important;
padding: 1rem 2rem !important; }
.btn-styled.btn-sm {
font-size: 0.7rem !important;
padding: 0.625rem 1rem !important; }
.btn-styled.btn-xs {
font-size: 0.6rem !important;
padding: 0.5rem !important; }
@media (max-width: 767px) {
.btn-xs-block {
width: 100%; } }
.btn-icon-left .fa,
.btn-icon-left .icon {
margin-right: 0.625rem; }
.btn-icon-right .fa,
.btn-icon-right .icon {
margin-left: 0.625rem; }
.btn-square {
border-radius: 0px !important; }
.btn-round {
border-radius: 8px !important; }
.btn-circle {
border-radius: 10rem !important; }
.btn-shadow {
-webkit-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important;
-moz-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important;
box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important; }
.btn-italic {
font-style: italic !important; }
.btn-disable-hover {
pointer-events: none !important; }
@media (max-width: 767px) {
.btn-container {
margin-top: 2rem; } }
@media (max-width: 991px) {
.btn-container > .btn {
margin-bottom: 1rem; } }
@media (min-width: 992px) {
.btn-container > .btn {
margin-right: 2rem; }
.btn-container > .btn.btn-border-animated {
margin-right: 3rem; }
.btn-container > .btn:last-child {
margin-right: 0; } }
.btn-inline-links > a {
position: relative;
display: inline-block;
padding: 0 10px 0 5px; }
.btn-inline-links > a:after {
content: "-";
position: absolute;
right: 0;
height: 20px;
color: #24142F; }
.btn-inline-links > a:last-child:after {
content: ""; }
.btn-base-1 {
color: #FFF;
background-color: #24142F;
transition:all ease .5s; }
.btn-base-1:active,
.btn-base-1.active,
.btn-base-1:focus,
.btn-base-1:hover {
background-color: #24242D;
color: #FFF;
transition:all ease .5s; }
.btn-base-1.btn-outline {
background-color: transparent !important;
border-color: #24142F !important;
color: #24142F !important; }
.btn-base-1.btn-outline:active,
.btn-base-1.btn-outline:focus,
.btn-base-1.btn-outline:hover {
background-color: #24142F !important;
border-color: #24142F !important;
color: #FFF !important; }
.btn-base-2 {
color: #FFF;
background-color: #292f36;
border: 1px solid #292f36; }
.btn-base-2:active,
.btn-base-2.active,
.btn-base-2:focus,
.btn-base-2:hover {
background-color: #131619;
color: #FFF; }
.btn-base-2.btn-outline {
background-color: transparent !important;
border-color: #292f36 !important;
color: #292f36 !important; }
.btn-base-2.btn-outline:active,
.btn-base-2.btn-outline:focus,
.btn-base-2.btn-outline:hover {
background-color: #292f36 !important;
border-color: #292f36 !important;
color: #FFF !important; }
.btn-base-3 {
color: rgba(255, 255, 255, 0.9);
background-color: #818a91;
border: 1px solid #818a91; }
.btn-base-3:active,
.btn-base-3.active,
.btn-base-3:focus,
.btn-base-3:hover {
background-color: #687077;
color: rgba(255, 255, 255, 0.9); }
.btn-base-3.btn-outline {
background-color: transparent !important;
border-color: #818a91 !important;
color: #818a91 !important; }
.btn-base-3.btn-outline:active,
.btn-base-3.btn-outline:focus,
.btn-base-3.btn-outline:hover {
background-color: #818a91 !important;
border-color: #818a91 !important;
color: rgba(255, 255, 255, 0.9) !important; }
.btn-base-4 {
color: #FFF;
background-color: #2B2B2B;
border: 1px solid #2B2B2B; }
.btn-base-4:active,
.btn-base-4.active,
.btn-base-4:focus,
.btn-base-4:hover {
background-color: #121212;
color: #FFF; }
.btn-base-4.btn-outline {
background-color: transparent !important;
border-color: #2B2B2B !important;
color: #2B2B2B !important; }
.btn-base-4.btn-outline:active,
.btn-base-4.btn-outline:focus,
.btn-base-4.btn-outline:hover {
background-color: #2B2B2B !important;
border-color: #2B2B2B !important;
color: #FFF !important; }
.btn-base-5 {
color: #0A0814;
background-color: #FFF;
border: 1px solid #FFF; }
.btn-base-5:active,
.btn-base-5.active,
.btn-base-5:focus,
.btn-base-5:hover {
background-color: #e6e6e6;
color: #0A0814; }
.btn-base-5.btn-outline {
background-color: transparent !important;
border-color: #FFF !important;
color: #FFF !important; }
.btn-base-5.btn-outline:active,
.btn-base-5.btn-outline:focus,
.btn-base-5.btn-outline:hover {
background-color: #FFF !important;
border-color: #FFF !important;
color: #0A0814 !important; }
.btn-white {
color: #24142F !important;
background-color: white;
border: 1px solid white;
transition: all ease .5s; }
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
background-color: #201150;
border-color: #201150;
color: #fff !important;
transition: all ease .5s; }
.btn-white.btn-outline {
background-color: transparent;
border-color: white;
color: white; }
.btn-white.btn-outline:active,
.btn-white.btn-outline:not(.btn-hover-nobg):focus,
.btn-white.btn-outline:not(.btn-hover-nobg):hover {
background-color: white;
border-color: white;
color: #333; }
.btn-blue {
color: #FFF !important;
background-color: #007aff !important;
border-color: #007aff !important; }
.btn-blue:active,
.btn-blue:not(.btn-hover-nobg):focus,
.btn-blue:not(.btn-hover-nobg):hover {
background-color: transparent !important;
border-color: #007aff !important;
color: #007aff !important; }
.btn-blue.btn-outline {
background-color: transparent !important;
border-color: #007aff !important;
color: #007aff !important; }
.btn-blue.btn-outline:active,
.btn-blue.btn-outline:not(.btn-hover-nobg):focus,
.btn-blue.btn-outline:not(.btn-hover-nobg):hover {
background-color: #007aff !important;
border-color: #007aff !important;
color: #007aff !important; }
.btn-green {
color: #FFF !important;
background-color: #4cd964 !important;
border-color: #4cd964 !important; }
.btn-green:active,
.btn-green:not(.btn-hover-nobg):focus,
.btn-green:not(.btn-hover-nobg):hover {
background-color: #28a745 !important;
border-color: #4cd964 !important;
color: #ffffff !important; }
.btn-green.btn-outline {
background-color: transparent !important;
border-color: #4cd964 !important;
color: #4cd964 !important; }
.btn-green.btn-outline:active,
.btn-green.btn-outline:not(.btn-hover-nobg):focus,
.btn-green.btn-outline:not(.btn-hover-nobg):hover {
background-color: #4cd964 !important;
border-color: #4cd964 !important;
color: #4cd964 !important; }
.btn-red {
color: #FFF !important;
background-color: #ff3b30 !important;
border-color: #ff3b30 !important; }
.btn-red:active,
.btn-red:not(.btn-hover-nobg):focus,
.btn-red:not(.btn-hover-nobg):hover {
background-color: transparent !important;
border-color: #ff3b30 !important;
color: #ff3b30 !important; }
.btn-red.btn-outline {
background-color: transparent !important;
border-color: #ff3b30 !important;
color: #ff3b30 !important; }
.btn-red.btn-outline:active,
.btn-red.btn-outline:not(.btn-hover-nobg):focus,
.btn-red.btn-outline:not(.btn-hover-nobg):hover {
background-color: #ff3b30 !important;
border-color: #ff3b30 !important;
color: #ff3b30 !important; }
.btn-pink {
color: #FFF !important;
background-color: #ff2d55 !important;
border-color: #ff2d55 !important; }
.btn-pink:active,
.btn-pink:not(.btn-hover-nobg):focus,
.btn-pink:not(.btn-hover-nobg):hover {
background-color: transparent !important;
border-color: #ff2d55 !important;
color: #ff2d55 !important; }
.btn-pink.btn-outline {
background-color: transparent !important;
border-color: #ff2d55 !important;
color: #ff2d55 !important; }
.btn-pink.btn-outline:active,
.btn-pink.btn-outline:not(.btn-hover-nobg):focus,
.btn-pink.btn-outline:not(.btn-hover-nobg):hover {
background-color: #ff2d55 !important;
border-color: #ff2d55 !important;
color: #ff2d55 !important; }
.btn-orange {
color: #FFF !important;
background-color: #ff9500 !important;
border-color: #ff9500 !important; }
.btn-orange:active,
.btn-orange:not(.btn-hover-nobg):focus,
.btn-orange:not(.btn-hover-nobg):hover {
background-color: transparent !important;
border-color: #ff9500 !important;
color: #ff9500 !important; }
.btn-orange.btn-outline {
background-color: transparent !important;
border-color: #ff9500 !important;
color: #ff9500 !important; }
.btn-orange.btn-outline:active,
.btn-orange.btn-outline:not(.btn-hover-nobg):focus,
.btn-orange.btn-outline:not(.btn-hover-nobg):hover {
background-color: #ff9500 !important;
border-color: #ff9500 !important;
color: #ff9500 !important; }
.btn-yellow {
color: #FFF !important;
background-color: #ffcc00 !important;
border-color: #ffcc00 !important; }
.btn-yellow:active,
.btn-yellow:not(.btn-hover-nobg):focus,
.btn-yellow:not(.btn-hover-nobg):hover {
background-color: transparent !important;
border-color: #ffcc00 !important;
color: #ffcc00 !important; }
.btn-yellow.btn-outline {
background-color: transparent !important;
border-color: #ffcc00 !important;
color: #ffcc00 !important; }
.btn-yellow.btn-outline:active,
.btn-yellow.btn-outline:not(.btn-hover-nobg):focus,
.btn-yellow.btn-outline:not(.btn-hover-nobg):hover {
background-color: #ffcc00 !important;
border-color: #ffcc00 !important;
color: #ffcc00 !important; }
.btn-purple {
color: #FFF !important;
background-color: #5856d6 !important;
border-color: #5856d6 !important; }
.btn-purple:active,
.btn-purple:not(.btn-hover-nobg):focus,
.btn-purple:not(.btn-hover-nobg):hover {
background-color: transparent !important;
border-color: #5856d6 !important;
color: #5856d6 !important; }
.btn-purple.btn-outline {
background-color: transparent !important;
border-color: #5856d6 !important;
color: #5856d6 !important; }
.btn-purple.btn-outline:active,
.btn-purple.btn-outline:not(.btn-hover-nobg):focus,
.btn-purple.btn-outline:not(.btn-hover-nobg):hover {
background-color: #5856d6 !important;
border-color: #5856d6 !important;
color: #5856d6 !important; }
.btn-color-470604 {
color: #ffffff !important;
background: linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%); }
.btn-color-470604:active,
.btn-color-470604:not(.btn-hover-nobg):focus,
.btn-color-470604:not(.btn-hover-nobg):hover {
background: linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%); }
.card-wrapper > .card:not(:last-child) {
margin-bottom: 2rem; }
.card {
position: relative;
z-index: 10;
border: 1px solid rgba(0, 0, 0, 0.07);
border-radius: 0.25rem;
background: #fff;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
@media (min-width: 992px) {
.card-sticked-bottom {
position: absolute;
bottom: 0;
border-radius: 0.25rem 0.25rem 0 0; } }
.card-overflow-fade {
position: relative; }
.card-overflow-fade::after {
position: absolute;
width: 100%;
height: 60px;
background: rgba(255, 255, 255, 0.3);
bottom: 0;
left: 0; }
.card .b-xs-top,
.card .b-xs-right,
.card .b-xs-bottom,
.card .b-xs-left {
border-color: rgba(0, 0, 0, 0.07) !important; }
.card-body {
padding: 1.5rem 1.5rem; }
.card-body > .lead {
margin-bottom: 0; }
.card-title {
padding: .5rem 1.5rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
margin: 0; }
.card-title > .heading {
margin: 0;
display: inline-block; }
.card-title > .btn-aux {
float: right;
font-size: 0.875rem;
color: #818a91; }
.card-title > .btn-aux > .aux-text {
display: inline-block;
margin-left: 5px;
color: #2b2b2c; }
.card-title > .btn-aux:hover > .aux-text {
color: #24142F; }
.card.bg-base-1 .card-title-wrapped {
background: #d01919;
border: 1px solid #c71818; }
.card.bg-base-1 .card-title .heading {
color: #FFF; }
.card-inner-title-wrapper {
padding: 1.5rem 0; }
.card-inner-title {
margin: 0;
padding: 0;
font-size: 0.875rem;
font-weight: 600;
color: #111111; }
.card-inner-title > i {
margin-right: 6px; }
.card-inner-subtitle {
margin: 4px 0 0 0;
padding: 0;
font-size: 0.875rem;
font-weight: 300;
color: #818a91; }
.card-inner-subtitle.subtitle-icon-aligned {
padding-left: 1.5rem; }
.card-footer {
border-top: 1px solid rgba(0, 0, 0, 0.05);
padding: 1rem 1.5rem;
background: inherit; }
@media (min-width: 992px) {
.card-footer.absolute-bottom {
position: absolute;
bottom: 0;
width: 100%; } }
.card-icon-bg {
position: absolute;
width: 100%;
height: 100%;
text-align: center; }
.card-icon-bg i {
font-size: 10rem;
color: rgba(0, 0, 0, 0.1);
line-height: 0; }
.card-inverse {
background: #1b1e23; }
.card-inverse *:not(.btn):not(.alert):not(.form-control):not(.heading):not(a) {
color: rgba(255, 255, 255, 0.5); }
.card-inverse .heading,
.card-inverse .heading > a {
color: #f3f3f3; }
.card-inverse .card-footer {
border-top-color: rgba(0, 0, 0, 0.15); }
.card-inverse p {
color: rgba(255, 255, 255, 0.5); }
.card-inverse .heading {
color: white; }
.card-inverse .heading-light {
color: rgba(255, 255, 255, 0.8); }
.card-inverse .stats-entry .stats-count {
color: white; }
.card-inverse .stats-entry .stats-label {
color: rgba(255, 255, 255, 0.8); }
.card-inverse .useful-links a {
color: rgba(255, 255, 255, 0.8); }
.card-inverse .useful-links a:hover {
color: white; }
.card-colored {
border: 0; }
@media (min-width: 768px) {
.row-no-padding .card-colored {
border-radius: 0; }
.row-no-padding [class^=col-]:first-child .card-colored {
border-radius: 0.25rem 0 0 0.25rem; }
.row-no-padding [class^=col-]:last-child .card-colored {
border-radius: 0 0.25rem 0.25rem 0; } }
.card-colored .card-body {
padding: 2.5rem; }
.card-colored .card-title + .card-body {
padding: 1.5rem 1.5rem; }
.card-colored .card-body .heading,
.card-colored .card-body p {
color: #FFF; }
.card-image {
position: relative; }
.card-image img,
.card-image > .view {
max-width: 100%;
border-radius: 0.25rem 0.25rem 0 0; }
[class*=z-depth] .card-image img,
[class*=z-depth] .card-image > .view {
max-width: 100% !important;
margin-left: 0;
margin-top: 0; }
.card-title + .card-image img,
.card-title + .card-image > .view {
border-radius: 0; }
.card-icon {
padding: 2.5rem; }
.card-icon-lg i,
.card-icon-lg i {
font-size: 70px;
line-height: 1; }
.card-image-container {
position: relative;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex: 1;
flex: 1;
-ms-flex-align: center;
align-items: center;
background-size: cover;
background-color: #efe9e8;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden; }
.card-image-container > .card-image {
max-width: none; }
@media (min-width: 768px) {
.card > .row [class^=col-md] .card-image-container .card-img > img {
top: 0;
left: 0;
height: 100% !important;
width: 100%;
position: absolute;
object-fit: cover; } }
.card-horizontal .card-image img {
border-radius: 0.25rem 0 0 0.25rem; }
.card-horizontal .card-body {
padding: 1.5rem; }
.card-horizontal .card-footer {
padding-left: 1.5rem;
padding-right: 1.5rem; }
.card-blockquote {
border-left: 0; }
.card-blockquote > p {
font-size: 1.25rem;
line-height: 1.7;
color: #818a91;
font-weight: 400;
font-style: italic; }
.card-blockquote > p > i {
font-size: 30px;
color: #eceeef;
display: inline-block; }
.card-blockquote > p > .quote-left {
position: relative;
margin-right: 10px;
top: -12px; }
.card-blockquote > p > .quote-right {
position: relative;
margin-left: 10px;
bottom: -12px; }
.card-blockquote > footer {
font-size: 1rem;
margin-top: 2rem;
color: #24142F; }
.card-hover--animation-1,
.card-hover--animation-1 * {
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
.card-hover--animation-1:hover .btn {
background: #24142F;
color: #FFF;
border-color: #24142F; }
/* CAROUSEL - STYLE 1 */
.carousel--style-1 .carousel-control {
position: absolute;
top: 50%;
bottom: auto;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
margin-top: -25px;
font-size: 20px;
background: rgba(0, 0, 0, 0.3);
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
filter: alpha(opacity=80);
opacity: 0.8;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.carousel--style-1 .carousel-control.right {
right: 0;
left: auto;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.carousel--style-1 .carousel-control.left {
left: 0;
right: auto;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.carousel--style-1 .carousel-control:hover {
width: 70px;
background: #24142F;
color: #FFF;
filter: alpha(opacity=100);
opacity: 1; }
.carousel--style-1-v1 .carousel-control {
opacity: 0; }
.carousel--style-1-v1:hover .carousel-control {
opacity: 1; }
.carousel--style-2 .carousel-control {
position: absolute;
top: 50%;
bottom: auto;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
margin-top: -25px;
font-size: 20px;
background: rgba(37, 37, 37, 0.8);
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
filter: alpha(opacity=80);
opacity: 0.8;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.carousel--style-2 .carousel-control.right {
right: 0;
left: auto;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; }
.carousel--style-2 .carousel-control.left {
left: 0;
right: auto;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px; }
.carousel--style-2 .carousel-control:hover {
width: 70px;
background: #1f3a93;
color: #fff;
filter: alpha(opacity=100);
opacity: 1; }
.carousel--style-2 .carousel-inner .carousel-item img {
max-width: 100%; }
.carousel--style-2 .carousel-indicators {
position: absolute;
bottom: -5px;
left: 50%;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none; }
.carousel--style-2 .carousel-caption {
text-shadow: 0;
text-align: left;
background: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
color: #fff; }
.carousel--style-2 .carousel-caption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px 30px; }
.carousel--style-2 .carousel-caption .caption-title {
display: block;
margin: 10px 0 0;
padding: 0;
font-size: 22px;
line-height: 1.1;
color: #fff;
font-weight: 500; }
.carousel--style-2 .carousel-caption .caption-subtitle {
display: block;
margin: 10px 0 0;
padding: 0;
font-size: 16px;
line-height: 1.1;
color: #ddd;
font-weight: 400; }
.carousel--style-2 .carousel-caption .meta-info-cells li,
.carousel--style-2 .carousel-caption .meta-info-cells li a,
.carousel--style-2 .carousel-caption .meta-info-cells li i {
color: #ddd; }
/* COLLAPSE STACKED */
.accordion-cards--stacked .card {
border-radius: 0; }
.accordion-cards--stacked .card:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.accordion-cards--stacked .card:last-child {
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.accordion-cards--stacked .card + .card {
margin-top: 0;
border-top: 0; }
/* COLLAPSE SPACED */
.accordion-cards--spaced .card {
border-radius: 0.25rem; }
.accordion-cards--spaced .card + .card {
margin-top: 1rem; }
/* STYLE 2 & STYLE 3 */
.accordion--style-1 .card,
.accordion--style-2 .card {
border: 0;
background: transparent; }
.accordion--style-1 .card-block,
.accordion--style-2 .card-block {
border: 0; }
.accordion--style-1 .card-header,
.accordion--style-2 .card-header {
color: #333;
border: none;
padding: 0 !important; }
.accordion--style-1 .card-title,
.accordion--style-2 .card-title {
margin: 0;
padding: 0;
font-size: 0.875rem;
color: inherit;
background: #fff;
border: 0; }
.accordion--style-2 .card-title {
background: #000; }
.accordion--style-1 .card-title a,
.accordion--style-2 .card-title a {
padding: 18px 35px 18px 22px;
display: table;
width: 100%;
border: 1px solid #e0eded;
color: black;
font-size: 1.125rem;
font-weight: 500;
position: relative; }
.accordion--style-2 .card-title a {
border: none;
color: #fff; }
.accordion--style-1 .card-title a span,
.accordion--style-2 .card-title a span {
position: absolute;
top: 22px;
right: 17px;
color: #ccc; }
/* STYLE 3 and 4 */
.accordion--style-3 .card-header,
.accordion--style-4 .card-header {
background-color: transparent;
border: none;
border-radius: 0;
padding: 0; }
.accordion--style-4 .card-header {
border: 1px solid rgba(0, 0, 0, 0.05);
padding: 0 20px 0 0; }
.accordion--style-3 .card,
.accordion--style-4 .card {
margin-bottom: 1px;
border-radius: 0;
background-color: transparent; }
.accordion--style-3 .card:first-child {
border-top: 1px solid rgba(0, 0, 0, 0.05); }
.accordion--style-3 .card {
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.accordion--style-3 .card-title,
.accordion--style-4 .card-title {
overflow: hidden;
padding: 0;
border: 0; }
.accordion--style-3 .card-title a,
.accordion--style-4 .card-title a {
padding: 1rem 0;
font-weight: 400;
font-size: 1.125rem;
color: black;
display: table;
width: 100%;
position: relative;
overflow: hidden; }
.accordion--style-4 .card-title a {
padding-left: 70px; }
.accordion--style-4 .card-title a > .collapse-heading-icon {
position: absolute;
left: 0;
top: 0;
width: 54px;
height: 100%;
text-align: center;
line-height: 54px;
border-right: 1px solid #e0eded; }
.accordion--style-4 .card-title a > .collapse-heading-icon > i {
font-size: 28px;
line-height: 54px;
color: #818a91; }
.accordion--style-3 .card,
.accordion--style-4 .card {
border: none; }
.accordion--style-3 .card-header > .card-title,
.accordion--style-3 [aria-expanded="true"] .card-block {
border-bottom: 1px solid #e0eded; }
.accordion--style-3 .card-header > .card-title > a[aria-expanded="true"],
.accordion--style-4 .card-header > .card-title > a[aria-expanded="true"] {
color: #24142F !important;
text-decoration: none; }
/*!
* Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
*
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
.datepicker {
direction: ltr; }
.datepicker-inline {
width: 220px; }
.datepicker-rtl {
direction: rtl; }
.datepicker-rtl.dropdown-menu {
left: auto; }
.datepicker-rtl table tr td span {
float: right; }
.datepicker-dropdown {
top: 0;
left: 0; }
.datepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #999;
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute; }
.datepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-top: 0;
position: absolute; }
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px; }
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px; }
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px; }
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px; }
.datepicker-dropdown.datepicker-orient-bottom:before {
top: -7px; }
.datepicker-dropdown.datepicker-orient-bottom:after {
top: -6px; }
.datepicker-dropdown.datepicker-orient-top:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999; }
.datepicker-dropdown.datepicker-orient-top:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #fff; }
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.datepicker td,
.datepicker th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: none; }
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: transparent; }
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
background: #eee;
cursor: pointer; }
.datepicker table tr td.new,
.datepicker table tr td.old {
color: #999; }
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
background: none;
color: #999;
cursor: default; }
.datepicker table tr td.highlighted {
background: #d9edf7;
border-radius: 0; }
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
background-color: #fde19a;
background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#fdd49a', endColorstr='#fdf59a', GradientType=0);
border-color: #fdf59a #fdf59a #fbed50;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #000; }
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
background-color: #fdf59a; }
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
background-color: #fbf069 \9; }
.datepicker table tr td.today:hover:hover {
color: #000; }
.datepicker table tr td.today.active:hover {
color: #fff; }
.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
background: #eee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
background-color: #f3d17a;
background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#f3c17a', endColorstr='#f3e97a', GradientType=0);
border-color: #f3e97a #f3e97a #edde34;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
background-color: #f3e97a; }
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
background-color: #efe24b \9; }
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
background-color: #9e9e9e;
background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: linear-gradient(to bottom, #b3b3b3, #808080);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#b3b3b3', endColorstr='#808080', GradientType=0);
border-color: #808080 #808080 #595959;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
background-color: #808080; }
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
background-color: #666666 \9; }
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
background-image: linear-gradient(to bottom, #08c, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#08c', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
background-color: #0044cc; }
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.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:hover:active {
background-color: #003399 \9; }
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
background: #eee; }
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
background: none;
color: #999;
cursor: default; }
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
background-image: linear-gradient(to bottom, #08c, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#08c', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
background-color: #0044cc; }
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.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:hover:active {
background-color: #003399 \9; }
.datepicker table tr td span.new,
.datepicker table tr td span.old {
color: #999; }
.datepicker .datepicker-switch {
width: 145px; }
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
cursor: pointer; }
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
background: #eee; }
.datepicker .next.disabled,
.datepicker .prev.disabled {
visibility: hidden; }
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle; }
.input-append.date .add-on,
.input-prepend.date .add-on {
cursor: pointer; }
.input-append.date .add-on i,
.input-prepend.date .add-on i {
margin-top: 3px; }
.input-daterange input {
text-align: center; }
.input-daterange input:first-child {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px; }
.input-daterange input:last-child {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0; }
.input-daterange .add-on {
display: inline-block;
width: auto;
min-width: 16px;
height: 18px;
padding: 4px 5px;
font-weight: normal;
line-height: 18px;
text-align: center;
text-shadow: 0 1px 0 #fff;
vertical-align: middle;
background-color: #eee;
border: 1px solid #ccc;
margin-left: -5px;
margin-right: -5px; }
.delimiter {
display: block;
margin-top: 20px; }
.delimiter.delimiter--fixed-width {
width: 130px !important;
margin: auto; }
.delimiter--style-1 {
border-bottom: 1px solid #e0eded;
margin: 30px 0;
position: relative; }
.delimiter--style-1 .delimiter-title {
width: 200px;
position: relative;
top: 25px;
background: #fff;
border: 2px solid #e0eded;
color: #818a91;
margin: auto;
height: 50px;
text-align: center;
z-index: 3;
cursor: default; }
.delimiter--style-1 .delimiter-title h3 {
margin: 0;
padding: 0;
line-height: 50px;
font-size: 1rem;
font-weight: 600; }
.delimiter--style-1 .divider-title-wrapper::before {
content: "";
width: 280px;
height: 50px;
position: absolute;
margin-left: -140px;
left: 50%;
top: 50%;
background: #fff;
z-index: 2; }
.delimiter--style-2 {
border-bottom: 2px solid #132222;
position: relative; }
.delimiter--style-2:before {
content: "";
width: 160%;
position: absolute;
left: -30%;
top: -4px;
border-top: 2px solid #e0eded; }
.delimiter--style-2 .delimiter-icon {
position: absolute;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
left: 50%;
top: -18px;
margin-left: -18px;
background: white;
font-size: 20px; }
.delimiter-left-thick--style-1 {
border-left: 4px solid #24142F; }
.short-delimiter--style-1 {
padding: 14px 0;
display: block;
position: relative; }
.short-delimiter--style-1:before {
content: "";
display: block;
position: relative;
top: 0;
left: 0;
width: 40px;
height: 1px;
background: #24142F; }
.short-delimiter-light:before {
background: #818a91; }
.short-delimiter-dark:before {
background: #2b2b2c; }
.short-delimiter-base-1:before {
background: #24142F; }
.short-delimiter-thick {
height: 3px; }
.short-delimiter-sm:before {
width: 40px; }
.short-delimiter-md:before {
width: 60px; }
.short-delimiter-lg:before {
width: 90px; }
.short-delimiter-center.short-delimiter-sm:before {
left: 50%;
margin-left: -20px; }
.short-delimiter-center.short-delimiter-md:before {
left: 50%;
margin-left: -30px; }
.short-delimiter-center.short-delimiter-lg:before {
left: 50%;
margin-left: -45px; }
.vertical-delimiter--style-1 {
height: 100px;
position: relative; }
.vertical-delimiter--style-1:before {
content: '';
position: absolute;
left: 50%;
top: 0;
width: 1px;
height: 100%;
background-color: #24142F; }
.dropdown-menu {
border: 1px solid #eceff1;
border-radius: 1px;
line-height: 1;
min-width: 12rem;
box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15); }
.dropdown-menu {
font-size: 0.9rem; }
@media (min-width: 992px) {
.dropdown-menu {
display: block;
opacity: 0;
visibility: hidden;
z-index: 1; }
.dropdown--animated .dropdown-menu {
-moz-transform: translateY(8px);
-o-transform: translateY(8px);
-ms-transform: translateY(8px);
-webkit-transform: translateY(8px);
transform: translateY(8px);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; } }
.dropdown-menu .dropdown-item {
padding: 0.35rem 1rem;
font-size: 0.875rem; }
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:hover {
background-color: rgba(162, 162, 162, 0.1);
color: inherit; }
.dropdown-menu .dropdown-item > i {
margin-right: 1rem;
font-size: 1.3rem;
line-height: .75em;
vertical-align: -17%;
color: #24142F !important; }
.dropdown-header {
padding-left: 1rem;
padding-right: 1rem; }
.dropdown-menu.dropdown-menu-sm {
min-width: 100px;
border: 0.1rem; }
.dropdown-menu.dropdown-menu-lg {
min-width: 260px;
border-radius: 0.25rem; }
.dropdown--style-2 .dropdown-toggle {
display: block;
padding: 0 1rem;
text-decoration: none;
color: inherit; }
.dropdown--style-2 .dropdown-toggle::after {
border: 0;
margin: 0;
content: none; }
.dropdown--style-2 .dropdown-image {
width: 32px;
height: 32px;
border-radius: 0.25rem; }
.dropdown--style-2 .dropdown-image.rounded-circle {
border-radius: 50%; }
.dropdown--style-2 .dropdown-icon {
font-size: 1.5rem;
text-align: center; }
.dropdown--style-2 .has-badge .badge {
position: absolute;
left: 38px;
font-weight: 300; }
.dropdown--style-2 .has-notification .badge {
padding: 0;
margin: 0;
display: block;
position: absolute;
left: 50%;
top: 0px;
font-weight: 300;
width: 6px;
height: 6px;
margin-left: -3px;
border-radius: 6px; }
.dropdown--style-2 .dropdown-text {
font-size: 0.875rem;
margin-left: 0.5rem;
display: inline-block; }
.dropdown-menu.dropdown-menu-inverse {
background: #282f37 !important;
border-color: #242a31 !important; }
.dropdown-menu.dropdown-menu-inverse .dropdown-item {
color: #dadada !important; }
.dropdown-menu.dropdown-menu-inverse .dropdown-item:active,
.dropdown-menu.dropdown-menu-inverse .dropdown-item:focus,
.dropdown-menu.dropdown-menu-inverse .dropdown-item:hover {
color: #fff !important;
background: #31353e !important; }
.dropdown-menu.dropdown-menu-inverse .dropdown-divider {
background: #191e23; }
@media (min-width: 992px) {
.show > .dropdown-menu {
opacity: 1;
visibility: visible;
z-index: 1000;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none; } }
.navbar .dropdown-toggle::after {
display: none; }
.dropdown-submenu .dropdown-toggle i {
font-size: 10px;
position: absolute;
right: 14px;
top: 8px;
color: #a3a7bd; }
@media (max-width: 991px) {
.dropdown-submenu .dropdown-menu {
border-color: #e8e8e8; }
.dropdown-submenu .dropdown-menu .dropdown-item {
padding-left: 2rem; } }
@media (min-width: 992px) {
.dropdown-submenu .dropdown-menu {
left: 98%;
top: -2px;
border-radius: 0.25rem !important; } }
.dropdown-extend {
position: initial; }
.dropdown-extend-menu {
width: 100%; }
@media (min-width: 768px) {
.dropdown-extend-menu {
padding: 20px 30px; } }
@media (min-width: 768px) {
.dropdown-extend-menu .dropdown-item {
margin: 5px 0; } }
.dropdown-extend-menu .dropdown-item i {
margin-right: 3px;
font-size: 14px;
color: #6b7386; }
@media (max-width: 767px) {
.dropdown-extend-menu .dropdown-item i {
display: none; } }
.flatpickr-calendar {
background: transparent;
overflow: hidden;
max-height: 0;
opacity: 0;
visibility: hidden;
text-align: center;
padding: 0;
-webkit-animation: none;
animation: none;
direction: ltr;
border: 0;
font-size: 14px;
line-height: 24px;
border-radius: 5px;
position: absolute;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-touch-action: manipulation;
touch-action: manipulation;
background: #fff;
-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
opacity: 1;
visibility: visible;
overflow: visible;
max-height: 640px; }
.flatpickr-calendar.open {
display: inline-block;
z-index: 99999; }
.flatpickr-calendar.animate.open {
-webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-calendar.inline {
display: block;
position: relative;
top: 2px; }
.flatpickr-calendar.static {
position: absolute;
top: calc(100% + 2px); }
.flatpickr-calendar.static.open {
z-index: 999;
display: block; }
.flatpickr-calendar.hasWeeks {
width: auto; }
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.flatpickr-calendar .hasWeeks .dayContainer {
border-left: 0; }
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
height: 40px;
border-top: 1px solid #e6e6e6; }
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
height: auto; }
.flatpickr-calendar:before,
.flatpickr-calendar:after {
position: absolute;
display: block;
pointer-events: none;
border: solid transparent;
content: '';
height: 0;
width: 0;
left: 22px; }
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
left: auto;
right: 22px; }
.flatpickr-calendar:before {
border-width: 5px;
margin: 0 -5px; }
.flatpickr-calendar:after {
border-width: 4px;
margin: 0 -4px; }
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
bottom: 100%; }
.flatpickr-calendar.arrowTop:before {
border-bottom-color: #e6e6e6; }
.flatpickr-calendar.arrowTop:after {
border-bottom-color: #fff; }
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
top: 100%; }
.flatpickr-calendar.arrowBottom:before {
border-top-color: #e6e6e6; }
.flatpickr-calendar.arrowBottom:after {
border-top-color: #fff; }
.flatpickr-calendar:focus {
outline: 0; }
.flatpickr-wrapper {
position: relative;
display: inline-block; }
.flatpickr-month {
background: transparent;
color: rgba(0, 0, 0, 0.9);
fill: rgba(0, 0, 0, 0.9);
height: 28px;
line-height: 1;
text-align: center;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden; }
.flatpickr-prev-month,
.flatpickr-next-month {
text-decoration: none;
cursor: pointer;
position: absolute;
top: 0px;
line-height: 16px;
height: 28px;
padding: 10px calc(3.57% - 1.5px);
z-index: 3; }
.flatpickr-prev-month i,
.flatpickr-next-month i {
position: relative; }
.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
/*
/*rtl:begin:ignore*/
/*
*/
left: 0;
/*
/*rtl:end:ignore*/
/*
*/ }
/*
/*rtl:begin:ignore*/
/*
/*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
/*
/*rtl:begin:ignore*/
/*
*/
right: 0;
/*
/*rtl:end:ignore*/
/*
*/ }
/*
/*rtl:begin:ignore*/
/*
/*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
color: #959ea9; }
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
fill: #f64747; }
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
width: 14px; }
.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
-webkit-transition: fill 0.1s;
transition: fill 0.1s;
fill: inherit; }
.numInputWrapper {
position: relative;
height: auto; }
.numInputWrapper input,
.numInputWrapper span {
display: inline-block; }
.numInputWrapper input {
width: 100%; }
.numInputWrapper span {
position: absolute;
right: 0;
width: 14px;
padding: 0 4px 0 2px;
height: 50%;
line-height: 50%;
opacity: 0;
cursor: pointer;
border: 1px solid rgba(57, 57, 57, 0.05);
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.numInputWrapper span:hover {
background: rgba(0, 0, 0, 0.1); }
.numInputWrapper span:active {
background: rgba(0, 0, 0, 0.2); }
.numInputWrapper span:after {
display: block;
content: "";
position: absolute;
top: 33%; }
.numInputWrapper span.arrowUp {
top: 0;
border-bottom: 0; }
.numInputWrapper span.arrowUp:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid rgba(57, 57, 57, 0.6); }
.numInputWrapper span.arrowDown {
top: 50%; }
.numInputWrapper span.arrowDown:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid rgba(57, 57, 57, 0.6); }
.numInputWrapper span svg {
width: inherit;
height: auto; }
.numInputWrapper span svg path {
fill: rgba(0, 0, 0, 0.5); }
.numInputWrapper:hover {
background: rgba(0, 0, 0, 0.05); }
.numInputWrapper:hover span {
opacity: 1; }
.flatpickr-current-month {
font-size: 135%;
line-height: inherit;
font-weight: 300;
color: inherit;
position: absolute;
width: 75%;
left: 12.5%;
padding: 6.16px 0 0 0;
line-height: 1;
height: 28px;
display: inline-block;
text-align: center;
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px); }
.flatpickr-current-month.slideLeft {
-webkit-transform: translate3d(-100%, 0px, 0px);
transform: translate3d(-100%, 0px, 0px);
-webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-current-month.slideLeftNew {
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px);
-webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-current-month.slideRight {
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px);
-webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-current-month.slideRightNew {
-webkit-transform: translate3d(0, 0, 0px);
transform: translate3d(0, 0, 0px);
-webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-current-month span.cur-month {
font-family: inherit;
font-weight: 700;
color: inherit;
display: inline-block;
margin-left: 0.5ch;
padding: 0; }
.flatpickr-current-month span.cur-month:hover {
background: rgba(0, 0, 0, 0.05); }
.flatpickr-current-month .numInputWrapper {
width: 6ch;
width: 7ch\0;
display: inline-block; }
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
border-bottom-color: rgba(0, 0, 0, 0.9); }
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
border-top-color: rgba(0, 0, 0, 0.9); }
.flatpickr-current-month input.cur-year {
background: transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
cursor: default;
padding: 0 0 0 0.5ch;
margin: 0;
display: inline-block;
font-size: inherit;
font-family: inherit;
font-weight: 300;
line-height: inherit;
height: initial;
border: 0;
border-radius: 0;
vertical-align: initial; }
.flatpickr-current-month input.cur-year:focus {
outline: 0; }
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
font-size: 100%;
color: rgba(0, 0, 0, 0.5);
background: transparent;
pointer-events: none; }
.flatpickr-weekdays {
background: transparent;
text-align: center;
overflow: hidden;
width: 100%;
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;
height: 28px; }
span.flatpickr-weekday {
cursor: default;
font-size: 90%;
background: transparent;
color: rgba(0, 0, 0, 0.54);
line-height: 1;
margin: 0;
text-align: center;
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
font-weight: bolder; }
.dayContainer,
.flatpickr-weeks {
padding: 1px 0 0 0; }
.flatpickr-days {
position: relative;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%; }
.flatpickr-days:focus {
outline: 0; }
.dayContainer {
padding: 0;
outline: 0;
text-align: left;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-ms-flex-pack: justify;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
opacity: 1; }
.flatpickr-calendar.animate .dayContainer.slideLeft {
-webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
-webkit-transform: translate3d(-100%, 0px, 0px);
transform: translate3d(-100%, 0px, 0px); }
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
-webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-calendar.animate .dayContainer.slideRight {
-webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px); }
.flatpickr-calendar.animate .dayContainer.slideRightNew {
-webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-day {
background: none;
border: 1px solid transparent;
border-radius: 150px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #393939;
cursor: pointer;
font-weight: 400;
width: 14.2857143%;
-webkit-flex-basis: 14.2857143%;
-ms-flex-preferred-size: 14.2857143%;
flex-basis: 14.2857143%;
height: 39px;
line-height: 39px;
margin: 0;
display: inline-block;
position: relative;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center; }
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
cursor: pointer;
outline: 0;
background: #e6e6e6;
border-color: #e6e6e6; }
.flatpickr-day.today {
border-color: #959ea9; }
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
border-color: #959ea9;
background: #959ea9;
color: #fff; }
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
background: #569ff7;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
border-color: #569ff7; }
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
border-radius: 50px 0 0 50px; }
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
border-radius: 0 50px 50px 0; }
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
-webkit-box-shadow: -10px 0 0 #569ff7;
box-shadow: -10px 0 0 #569ff7; }
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
border-radius: 50px; }
.flatpickr-day.inRange {
border-radius: 0;
-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
pointer-events: none; }
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
color: rgba(57, 57, 57, 0.3);
background: transparent;
border-color: transparent;
cursor: default; }
.flatpickr-day.week.selected {
border-radius: 0;
-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; }
.rangeMode .flatpickr-day {
margin-top: 1px; }
.flatpickr-weekwrapper {
display: inline-block;
float: left; }
.flatpickr-weekwrapper .flatpickr-weeks {
padding: 0 12px;
-webkit-box-shadow: 1px 0 0 #e6e6e6;
box-shadow: 1px 0 0 #e6e6e6; }
.flatpickr-weekwrapper .flatpickr-weekday {
float: none;
width: 100%;
line-height: 28px; }
.flatpickr-weekwrapper span.flatpickr-day {
display: block;
width: 100%;
max-width: none; }
.flatpickr-innerContainer {
display: block;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden; }
.flatpickr-rContainer {
display: inline-block;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.flatpickr-time {
text-align: center;
outline: 0;
display: block;
height: 0;
line-height: 40px;
max-height: 40px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.flatpickr-time:after {
content: "";
display: table;
clear: both; }
.flatpickr-time .numInputWrapper {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 40%;
height: 40px;
float: left; }
.flatpickr-time .numInputWrapper span.arrowUp:after {
border-bottom-color: #393939; }
.flatpickr-time .numInputWrapper span.arrowDown:after {
border-top-color: #393939; }
.flatpickr-time.hasSeconds .numInputWrapper {
width: 26%; }
.flatpickr-time.time24hr .numInputWrapper {
width: 49%; }
.flatpickr-time input {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border: 0;
border-radius: 0;
text-align: center;
margin: 0;
padding: 0;
height: inherit;
line-height: inherit;
cursor: pointer;
color: #393939;
font-size: 14px;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.flatpickr-time input.flatpickr-hour {
font-weight: bold; }
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
font-weight: 400; }
.flatpickr-time input:focus {
outline: 0;
border: 0; }
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
height: inherit;
display: inline-block;
float: left;
line-height: inherit;
color: #393939;
font-weight: bold;
width: 2%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.flatpickr-time .flatpickr-am-pm {
outline: 0;
width: 18%;
cursor: pointer;
text-align: center;
font-weight: 400; }
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
background: #f0f0f0; }
.flatpickr-input[readonly] {
cursor: pointer; }
@-webkit-keyframes fpFadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes fpFadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fpSlideLeft {
from {
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px); }
to {
-webkit-transform: translate3d(-100%, 0px, 0px);
transform: translate3d(-100%, 0px, 0px); } }
@keyframes fpSlideLeft {
from {
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px); }
to {
-webkit-transform: translate3d(-100%, 0px, 0px);
transform: translate3d(-100%, 0px, 0px); } }
@-webkit-keyframes fpSlideLeftNew {
from {
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px); }
to {
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px); } }
@keyframes fpSlideLeftNew {
from {
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px); }
to {
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px); } }
@-webkit-keyframes fpSlideRight {
from {
-webkit-transform: translate3d(0, 0, 0px);
transform: translate3d(0, 0, 0px); }
to {
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px); } }
@keyframes fpSlideRight {
from {
-webkit-transform: translate3d(0, 0, 0px);
transform: translate3d(0, 0, 0px); }
to {
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px); } }
@-webkit-keyframes fpSlideRightNew {
from {
-webkit-transform: translate3d(-100%, 0, 0px);
transform: translate3d(-100%, 0, 0px); }
to {
-webkit-transform: translate3d(0, 0, 0px);
transform: translate3d(0, 0, 0px); } }
@keyframes fpSlideRightNew {
from {
-webkit-transform: translate3d(-100%, 0, 0px);
transform: translate3d(-100%, 0, 0px); }
to {
-webkit-transform: translate3d(0, 0, 0px);
transform: translate3d(0, 0, 0px); } }
@-webkit-keyframes fpFadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
@keyframes fpFadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
@-webkit-keyframes fpFadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes fpFadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
.flatpickr-wrapper {
display: block; }
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
content: none; }
.flatpickr-calendar {
border-radius: 2px;
border: 0;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
width: auto;
margin-top: -2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
border-color: #f6f6f6;
height: 60px; }
.flatpickr-month {
background-color: #24142F;
color: #FFF;
height: 60px;
border-radius: 0.25rem 0.25rem 0 0;
margin-bottom: 10px; }
.flatpickr-current-month {
top: 0;
font-size: 0.875rem;
font-weight: 500;
height: 60px;
padding: 0;
line-height: 60px; }
.flatpickr-current-month input.cur-year, .flatpickr-current-month span.cur-month {
font-weight: 500; }
.flatpickr-current-month .numInputWrapper:hover, .flatpickr-current-month span.cur-month:hover {
background-color: transparent; }
.flatpickr-current-month .numInputWrapper span {
border: 0;
right: -5px;
padding: 0; }
.flatpickr-current-month .numInputWrapper span:after {
left: 3px; }
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
border-bottom-color: #FFF; }
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
border-top-color: #FFF; }
.flatpickr-next-month,
.flatpickr-prev-month {
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
font-size: 1.2rem;
top: 13px;
padding: 0; }
.flatpickr-next-month:hover, .flatpickr-prev-month:hover {
background-color: rgba(255, 255, 255, 0.1);
color: #FFF; }
.flatpickr-prev-month {
margin-left: 12px; }
.flatpickr-next-month {
margin-right: 12px; }
span.flatpickr-weekday {
font-weight: 500;
color: #333; }
.flatpickr-day {
font-size: 0.875rem;
border: 0; }
.flatpickr-day.selected, .flatpickr-day.selected:hover {
background-color: #24142F !important; }
.flatpickr-day.today, .flatpickr-day.today:hover {
background-color: #f6f6f6;
color: #333; }
.flatpickr-day:hover {
background-color: #f6f6f6; }
.flatpickr-time {
max-height: 60px;
height: 60px;
line-height: 60px; }
.flatpickr-time .flatpickr-am-pm, .flatpickr-time .numInputWrapper {
height: auto; }
.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .numInputWrapper:hover {
background-color: #f9f9f9; }
.footer {
background: #19142f;
color: rgba(255, 255, 255, 0.7); }
.footer-top {
padding: 2.5rem 0; }
.footer-bottom {
padding: 1.0rem 0;
background: #0f0c1d;
border-top:1px solid #392f67;}
.footer-bottom .copyright {
font-size: 0.8rem; }
.footer .heading {
color: rgba(255, 255, 255, 0.7); }
.footer ul.footer-links {
margin: 0;
padding: 0;
list-style: none; }
.footer .footer-links > li > a {
display: inline-block;
padding: 0.25rem 0;
font-size: 0.8rem;
font-weight: 400;
color: rgba(255, 255, 255, 0.7); }
.footer .footer-links > li > a:hover {
color: rgba(255, 255, 255, 0.5); }
.footer .footer-links > li > .footer-link-date {
display: block;
margin-bottom: 0.5rem; }
.footer p {
font-size: 0.875rem; }
.footer .social-media > li > a > i {
color: rgba(255, 255, 255, 0.7); }
.footer .social-media > li > a:hover > i {
color: rgba(255, 255, 255, 0.5); }
.footer .footer-menu {
padding: 0;
margin: 0;
list-style: none; }
.footer .footer-menu > li {
display: inline-block;
margin-right: 1rem; }
.footer .footer-menu > li > a {
display: inline-block;
padding: 0.25rem 0.4rem;
color: rgba(255, 255, 255, 0.7);
font-weight: 500;
font-size: 0.875rem;
text-transform: uppercase; }
.footer .footer-menu > li:last-child > a {
margin-right: 0; }
.footer .footer-menu > li > a:hover {
color: rgba(255, 255, 255, 0.5); }
.footer .footer-menu > li.logo-delimiter {
padding-left: 2rem;
padding-right: 2rem; }
@media (max-width: 991px) {
.footer .footer-menu > li.logo-delimiter {
display: none; } }
.footer .copy-links {
margin: 10px 0 0 0;
padding: 0;
list-style: none; }
.footer .copy-links li {
display: inline-block;
margin-right: 10px;
font-size: 0.75rem;
color: #818a91; }
.footer .copy-links li a {
color: #818a91; }
.footer .copy-links li a:hover {
text-decoration: underline; }
.footer-inverse {
background: #eeeeee;
color: rgba(0, 0, 0, 0.7); }
.footer-inverse .footer-bottom {
background: #ececec; }
.footer-inverse .heading {
color: rgba(0, 0, 0, 0.7); }
.footer-inverse .footer-links > li > a {
color: rgba(0, 0, 0, 0.7); }
.footer-inverse .footer-links > li > a:hover {
color: rgba(0, 0, 0, 0.5); }
.footer-inverse .social-media > li > a > i {
color: rgba(0, 0, 0, 0.7); }
.footer-inverse .social-media > li > a:hover > i {
color: rgba(0, 0, 0, 0.5); }
.footer-inverse .footer-menu > li > a {
color: rgba(0, 0, 0, 0.7); }
.footer-inverse .footer-menu > li > a:hover {
color: rgba(0, 0, 0, 0.5); }
.footer--style-1 {
background: #24142F;
color: #FFF; }
.footer--style-1 .footer-links > li > a,
.footer--style-1 .heading {
color: #FFF; }
.footer--style-1 .social-media > li > a > i {
color: #FFF; }
.footer--style-2,
.footer--style-2 .footer-top,
.footer--style-2 .footer-bottom {
background: #efefef; }
label {
font-weight: 400;
font-size: 0.7rem;
text-transform: none; }
textarea.no-resize {
resize: none !important; }
.form-control,
.form-control > .btn {
font-size: 0.875rem;
font-weight: 400;
color: #555;
background-color: #FFF;
border-width: 1px;
border-color: #e6e6e6;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none; }
.form-group textarea.form-control,
textarea.form-control {
height: auto; }
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
padding: .75rem 1rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 3px; }
.input-group-btn:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.form-default .form-control {
background: #FFF;
border-color: #e6e6e6;
color: #555; }
.form-default .form-control:focus {
background: #ffffff;
border-color: #24142F; }
.form-default .form-control::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.4); }
.form-default .form-control:-moz-placeholder {
/* Firefox 18- */
color: rgba(0, 0, 0, 0.4); }
.form-default .form-control::-moz-placeholder {
/* Firefox 19+ */
color: rgba(0, 0, 0, 0.4); }
.form-default .form-control:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.4); }
.form-base-1 .form-control {
background: #24242D;
border-color: #a71414;
color: #FFF; }
.form-base-1 .form-control:focus {
background: #24242D;
border-color: #a71414;
color: #FFF; }
.form-base-1 .form-control::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-base-1 .form-control:-moz-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-base-1 .form-control::-moz-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-base-1 .form-control:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-base-2 .form-control {
background: #131619;
border-color: #0f1113;
color: #FFF; }
.form-base-2 .form-control:focus {
background: #131619;
border-color: #0f1113;
color: #FFF; }
.form-base-2 .form-control::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-base-2 .form-control:-moz-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-base-2 .form-control::-moz-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-base-2 .form-control:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-inverse .form-control {
background: #21252a;
border-color: #333a41;
color: #818a91; }
.form-inverse .form-control:focus {
background: #21252a;
border-color: white; }
.form-inverse .form-control::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.4); }
.form-inverse .form-control:-moz-placeholder {
/* Firefox 18- */
color: rgba(255, 255, 255, 0.4); }
.form-inverse .form-control::-moz-placeholder {
/* Firefox 19+ */
color: rgba(255, 255, 255, 0.4); }
.form-inverse .form-control:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.4); }
/* Bootstrap select: plugin (assets/bootstrap-select) */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
width: 100% !important; }
.form-control.bootstrap-select {
background: transparent; }
.bootstrap-select .dropdown-menu {
padding-top: 10px;
padding-bottom: 10px; }
.bootstrap-select .dropdown-menu.show {
border-color: #fff;
top: -4px;
border-radius: 3px; }
.bootstrap-select .dropdown-menu .dropdown-item {
outline: 0;
padding: 0.5rem 1rem; }
.form-inverse .bootstrap-select .dropdown-menu .dropdown-item:hover,
.form-inverse .bootstrap-select .dropdown-menu .selected .dropdown-item {
background: #0d0d0d; }
.bootstrap-select.form-control {
padding: 0;
font-size: 1.9rem; }
.bootstrap-select .btn {
font-size: 0.875rem;
font-weight: 400;
font-family: "Roboto", sans-serif;
text-transform: none;
letter-spacing: 0;
border-radius: 3px; }
.form-control > .btn {
padding: 0.5rem 0.75rem; }
.form-control-lg > .btn {
padding: 0.75rem 1.5rem; }
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
height: 2.6875rem; }
.form-default .bootstrap-select .btn-default {
background: #FFF;
border-color: #e6e6e6;
color: rgba(0, 0, 0, 0.4); }
.form-default .btn-default.active.focus,
.form-default .btn-default.active:focus,
.form-default .btn-default.active:hover,
.form-default .btn-default:active:focus,
.form-default .btn-default:active:hover,
.form-default .form-inverse .btn-default:active.focus,
.form-default .open > .dropdown-toggle.btn-default,
.form-default .open > .dropdown-toggle.btn-default.focus,
.form-default .open > .dropdown-toggle.btn-default:focus,
.form-default .open > .dropdown-toggle.btn-default:hover {
background: #fafafa;
color: #333;
border-color: transparent; }
.form-base-1 .bootstrap-select .btn-default {
background: #24242D;
border-color: #a71414;
color: #FFF; }
.form-base-2 .bootstrap-select .btn-default {
background: #131619;
border-color: #0f1113;
color: #FFF; }
.form-inverse .bootstrap-select .btn-default {
background: #21252a;
border-color: #333a41;
color: #818a91; }
.form-inverse .btn-default.active.focus,
.form-inverse .btn-default.active:focus,
.form-inverse .btn-default.active:hover,
.form-inverse .btn-default:active:focus,
.form-inverse .btn-default:active:hover,
.form-inverse .form-inverse .btn-default:active.focus,
.form-inverse .open > .dropdown-toggle.btn-default,
.form-inverse .open > .dropdown-toggle.btn-default.focus,
.form-inverse .open > .dropdown-toggle.btn-default:focus,
.form-inverse .open > .dropdown-toggle.btn-default:hover {
background: #21252a;
border-color: inherit; }
.form-inverse .bootstrap-select .dropdown-menu {
background: black;
border-color: black; }
.form-material .bootstrap-select .btn-default,
.form-material .form-control {
background: transparent;
border-top: 0;
border-left: 0;
border-right: 0;
border-radius: 0;
border-width: 2px;
padding-left: 1px;
padding-right: 1px; }
.form-default.form-material .form-control:focus {
background: transparent;
border-color: #e6e6e6; }
.form-inverse.form-material .form-control:focus {
background: transparent;
border-color: #191919; }
.form-material .bar {
position: relative;
display: block; }
.form-material .bar:after,
.form-material .bar:before {
content: '';
height: 2px;
width: 0;
bottom: 0;
position: absolute;
background: #24142F;
transition: 0.2s ease all; }
.form-material .bar:before {
left: 50%; }
.form-material .bar:after {
right: 50%; }
.form-material .form-control:focus ~ .bar:after,
.form-material .form-control:focus ~ .bar:before {
width: 50%; }
/* CUSTOM CHECKBOXES AND RADIOS */
.checkbox {
outline: none; }
.checkbox-inline {
display: inline-block;
margin-right: 10px; }
.checkbox label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 0.5rem;
margin-bottom: 0.8rem;
font-size: 0.875rem;
line-height: 18px; }
.checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 19px;
height: 19px;
left: 0;
margin-left: -20px;
border: 1px solid #e6e6e6;
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: 20px;
height: 20px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 0;
font-size: 12px;
color: transparent; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
opacity: 0;
z-index: 1; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
color: #24142F;
font-family: "FontAwesome";
content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
background-color: #ddd;
cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
border-radius: 50%; }
.checkbox.checkbox-inline {
margin-top: 0; }
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
background-color: #5cb85c;
border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
color: #fff; }
.has-success input[type="checkbox"] + label::before,
.has-success input[type="radio"] + label::before {
border-color: #5cb85c; }
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
background-color: #24142F;
border-color: #24142F; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
color: #FFF; }
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
background-color: #ec971f;
border-color: #ec971f; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
color: #fff; }
.has-warning input[type="checkbox"] + label::before,
.has-warning input[type="radio"] + label::before {
border-color: #ec971f; }
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
background-color: #c9302c;
border-color: #c9302c; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
color: #fff; }
.has-error input[type="checkbox"] + label::before,
.has-error input[type="radio"] + label::before {
border-color: #c9302c; }
/* Radio inputs */
.radio {
outline: none; }
.radio-inline {
display: inline-block;
margin-right: 10px; }
.radio label {
display: inline-block;
vertical-align: middle;
font-size: 0.875rem;
line-height: 18px;
position: relative;
padding-left: 8px; }
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 2px solid #e6e6e6;
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: #333;
-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;
z-index: 1; }
.radio input[type="radio"]:focus + label::before {
outline: none; }
.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: #24142F; }
.radio-primary input[type="radio"]:checked + label::before {
border-color: #24142F; }
.radio-primary input[type="radio"]:checked + label::after {
background-color: #24142F; }
.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; }
.product-size::after,
.product-size::before {
content: '';
display: table; }
.product-size::after {
clear: both; }
.product-size input {
left: -9999px;
position: absolute; }
.product-size label {
width: 36px;
height: 36px;
float: left;
padding: 6px 0;
margin-right: 4px;
display: block;
color: #818a91;
font-size: 14px;
font-weight: 400;
text-align: center;
background: transparent;
text-transform: uppercase;
border: 1px solid #e6e6e6; }
.product-size label {
-ms-transition: color 0.3s;
-moz-transition: color 0.3s;
-webkit-transition: color 0.3s; }
.product-size label > img {
max-width: 100%; }
.product-size label:hover {
color: #24142F;
cursor: pointer;
border-color: #24142F; }
.product-size input:checked ~ label {
color: #24142F;
border-color: #24142F;
font-weight: 600; }
.product-size--style-1 label {
width: auto;
padding-left: 10px;
padding-right: 10px; }
/* CUSTOM PRODUCT COLOR INPUT */
.product-color::after,
.product-color::before {
content: '';
display: table; }
.product-color::after {
clear: both; }
.product-color input {
left: -9999px;
position: absolute; }
.product-color label {
width: 36px;
height: 36px;
float: left;
padding: 5px;
margin-right: 4px;
display: block;
font-size: 14px;
text-align: center;
opacity: 0.7;
border: 1px solid transparent; }
.product-color label {
-ms-transition: color 0.3s;
-moz-transition: color 0.3s;
-webkit-transition: color 0.3s; }
.product-color label:hover {
cursor: pointer;
opacity: 1; }
.product-color input:checked ~ label {
border-color: #24142F;
opacity: 1; }
.product-color-circle label {
border-radius: 100%; }
.product-color-circle input:checked ~ label {
height: 36px; }
.form-card--style-1 {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.05); }
.form-card--style-1 .form-header {
padding: 1.2rem;
background-color: #f1f1f1;
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.form-card--style-1 .form-header .heading {
margin: 0;
padding: 0;
color: #111111; }
.form-card--style-1 .form-body {
padding: 2rem; }
.form-card--style-1 .form-footer {
padding: 1rem 2rem;
background-color: #f1f1f1; }
.form-card--style-2 .form-header {
position: relative;
padding: 2rem 0;
background-color: #24142F; }
.form-card--style-2 .form-header .form-header-title {
margin: 0;
padding: 0;
color: #FFF; }
.form-card--style-2 .form-header:after {
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-width: 14px;
top: 100%;
left: 50%;
border-top-color: #24142F;
margin-left: -14px; }
.form-card--style-2 .form-header .form-header-icon i {
font-size: 3rem;
color: #FFF; }
.form-card--style-2 .form-body {
padding: 2rem;
background-color: #00000087;
border-radius: 5px; }
.form-card--style-2 .form-footer {
padding: 1rem 0;
background-color: #00000087; }
.form-user-footer-links a {
font-size: 0.75rem;
color: #818a91; }
.help-block.with-errors > ul > li {
font-size: 0.875rem;
color: #ff3b30; }
.has-error .form-control:focus {
box-shadow: none;
-webkit-box-shadow: none;
border-color: #ff3b30; }
.has-success .form-control:focus {
box-shadow: none;
-webkit-box-shadow: none;
border-color: #4cd964; }
.has-feedback .glyphicon {
font-family: "Ionicons" !important;
font-size: 12px; }
.has-feedback .glyphicon-remove::before {
content: "\f129";
color: #ff3b30; }
.has-feedback .glyphicon-ok::before {
content: "\f121";
color: #4cd964; }
.form-subscribe-lg .form-control {
border: 0;
background: transparent;
padding: 0.5rem 1rem;
font-size: 2.5rem;
font-weight: 300;
color: black;
border-left: 5px solid rgba(0, 0, 0, 0.3);
border-radius: 0; }
.form-subscribe-lg .form-control:focus {
background: transparent; }
.form-subscribe-lg.form-inverse .form-control {
border-left: 5px solid rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.9); }
.form-subscribe-lg.form-inverse .form-control::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.9); }
.form-subscribe-lg.form-inverse .form-control:-moz-placeholder {
/* Firefox 18- */
color: rgba(255, 255, 255, 0.9); }
.form-subscribe-lg.form-inverse .form-control::-moz-placeholder {
/* Firefox 19+ */
color: rgba(255, 255, 255, 0.9); }
.form-subscribe-lg.form-inverse .form-control:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.9); }
.icon-block {
position: relative; }
.row .feature > .icon-block {
margin-top: 0 !important; }
.feature--boxed-border {
padding: 2rem;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 0.25rem;
position: relative; }
.feature--boxed-border.active:after {
content: '';
position: absolute;
bottom: 0;
width: 100%;
height: 4px;
background: #24142F;
left: 0; }
.feature--boxed-border p {
margin-bottom: 0; }
a > .feature--boxed-border p {
color: #55595c; }
a > .feature--boxed-border:hover {
border-color: #24142F; }
.feature--text-only .heading + p {
max-width: 22.28571429em; }
.feature .feature-inner-spacer {
max-width: 80%; }
.feature--bg-1 {
background: #fff; }
.feature--bg-2 {
background: #1b1e23; }
.feature--bg-2 *:not(.btn):not(.alert):not(.form-control):not(.heading):not(a),
.feature-inverse *:not(.btn):not(.alert):not(.form-control):not(.heading):not(a) {
color: rgba(255, 255, 255, 0.5); }
.feature--bg-2 .heading,
.feature--bg-2 .heading > a,
.feature-inverse .heading,
.feature-inverse .heading > a {
color: rgb(239, 239, 239); }
.feature--bg-3 {
background: #fafafa; }
.feature-body {
padding: 1rem; }
.feature-content .heading,
.feature-content p {
margin-bottom: 0; }
.feature-headline {
position: relative; }
.feature-headline:before,
.feature-headline:after {
content: '';
display: table; }
.feature-headline:after {
clear: both; }
.feature-headline:not(.no-linethrough):before {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
background: rgba(0, 0, 0, 0.2); }
.feature-headline > .headline-title {
padding-right: 1rem;
position: relative; }
.feature-headline > .headline-title + .headline-label {
float: right;
padding-left: 1rem;
position: relative; }
.feature--bg-1 .feature-headline > .headline-title,
.feature--bg-1 .feature-headline > .headline-label {
background: #fff; }
.feature--bg-2 .feature-headline > .headline-title,
.feature--bg-2 .feature-headline > .headline-label {
background: #1b1e23; }
.feature--bg-3 .feature-headline > .headline-title,
.feature--bg-3 .feature-headline > .headline-label {
background: #fafafa; }
.block-icon.circle {
border-radius: 100%; }
.block-icon.rounded {
border-radius: 0.25rem; }
.block-bordered-grid {
border-right: 1px solid #e0eded;
border-bottom: 1px solid #e0eded;
padding: 40px;
border-radius: 0; }
.block-bordered-grid--style-2 {
border-top-style: dashed;
border-right-style: dashed; }
@media (max-width: 991px) {
.block-bordered-grid--style-2 {
margin-bottom: 0 !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.block-bordered-grid.col-sm-6:nth-child(2n+2) {
border-right: 0; }
.block-bordered-grid.col-sm-4:nth-child(3n+3) {
border-right: 0; }
.block-bordered-grid.col-sm-3:nth-child(4n+4) {
border-right: 0; } }
@media (min-width: 992px) {
.block-bordered-grid[class*="col-"]:last-child {
border-right: 0; }
.block-bordered-grid.col-md-6:nth-child(2n+2) {
border-right: 0; }
.block-bordered-grid.col-md-4:nth-child(3n+3) {
border-right: 0; }
.block-bordered-grid.col-md-3:nth-child(4n+4) {
border-right: 0; } }
.icon-block--style-1 {
position: relative; }
[class^="icon-block--style-1"] {
position: relative; }
.icon-block--style-1-v1 .block-icon {
width: 50px;
height: 50px;
position: absolute;
left: 0;
top: 0;
line-height: 1; }
.icon-block--style-1-v1 .block-icon > .icon-number,
.icon-block--style-1-v1 .block-icon i {
color: #24142F; }
.icon-block--style-1-v1 .block-icon i,
.icon-block--style-1-v1 .block-icon .icon-number {
font-size: 50px; }
.icon-block--style-1-v1 .block-icon.c-white i {
color: white; }
.icon-block--style-1-v1 .block-content {
padding-left: 70px; }
.icon-block--style-1-v1 .block-icon-sm {
width: 30px;
height: 30px;
line-height: 1.3; }
.icon-block--style-1-v1 .block-icon-sm i {
font-size: 30px; }
.icon-block--style-1-v1 .block-icon-sm + .block-content {
padding-left: 50px; }
.icon-block--style-1-v1 .block-icon-right {
left: auto;
right: 0; }
.icon-block--style-1-v1 .block-icon-right + .block-content {
padding-right: 70px;
padding-left: 0;
text-align: right; }
.icon-block--style-1-v2 .heading {
margin-bottom: 10px; }
.icon-block--style-1-v2 .block-icon,
.icon-block--style-1-v3 .block-icon {
width: 50px;
height: 50px;
position: absolute;
left: 0; }
.icon-block--style-1-v2 .block-icon i,
.icon-block--style-1-v3 .block-icon i {
font-size: 50px;
line-height: 1; }
.icon-block--style-1-v2 .block-icon i {
color: #2b2b2c; }
.icon-block--style-1-v2 .block-icon .icon-number {
font-size: 50px;
line-height: 1;
display: block;
text-align: right; }
.icon-block--style-1-v2 .block-icon .icon-number {
color: #2b2b2c; }
.icon-block--style-1-v2 .block-content {
padding-left: 70px; }
.icon-block--style-1-v2 .block-icon-lg,
.icon-block--style-1-v3 .block-icon-lg {
width: 70px;
height: 70px; }
.icon-block--style-1-v2 .block-icon-lg i,
.icon-block--style-1-v3 .block-icon-lg i {
font-size: 70px; }
.icon-block--style-1-v2 .block-icon-lg + .block-content {
padding-left: 80px; }
.icon-block--style-1-v2 .block-icon-sm {
width: 30px;
height: 30px; }
.icon-block--style-1-v2 .block-icon-sm i {
font-size: 30px; }
.icon-block--style-1-v2 .block-icon-sm + .block-content {
padding-left: 50px; }
.icon-block--style-1-v2 .block-icon-right {
left: auto;
right: 0;
text-align: left; }
.icon-block--style-1-v2 .block-icon-right.block-icon-lg + .block-content {
padding-left: 0;
padding-right: 80px; }
.icon-block--style-1-v2 .block-icon-right + .block-content {
padding-left: 0;
padding-right: 70px;
text-align: right; }
.icon-block--style-1-v2 .block-icon-right.block-icon-sm + .block-content {
padding-left: 0;
padding-right: 50px; }
.icon-block--style-1-v3 .block-icon,
.icon-block--style-1-v4 .block-icon {
width: 60px;
height: 60px;
text-align: center;
border-radius: 100%;
position: absolute;
left: 0;
top: 5px; }
.icon-block--style-1-v3 .block-icon {
border: 1px solid #24142F; }
.icon-block--style-1-v4 .block-icon {
border: 1px solid #2b2b2c; }
.icon-block--style-1-v3-dashed .block-icon,
.icon-block--style-1-v4-dashed .block-icon {
border-style: dashed; }
.icon-block--style-1-v3 .block-icon i,
.icon-block--style-1-v4 .block-icon i {
font-size: 28px;
line-height: 60px;
font-weight: normal; }
.icon-block--style-1-v3 .block-icon i {
color: #24142F; }
.icon-block--style-1-v4 .block-icon i {
color: #2b2b2c; }
.icon-block--style-1-v3 .block-content,
.icon-block--style-1-v4 .block-content {
padding-left: 85px; }
.icon-block--style-1.v3 .block-icon i {
font-size: 15px;
color: #24142F; }
.icon-block--style-1.v4 .block-icon i {
font-size: 15px;
color: #2b2b2c; }
.icon-block--style-1.v3 .block-content,
.icon-block--style-1.v4 .block-content {
padding-left: 30px; }
.icon-block--style-1-v3.block-icon-right .block-icon,
.icon-block--style-1-v4.block-icon-right .block-icon {
left: auto;
right: 0; }
.icon-block--style-1-v3.block-icon-right .block-content,
.icon-block--style-1-v4.block-icon-right .block-content {
padding-left: 0;
padding-right: 85px;
text-align: right; }
.icon-block--style-1-v5 {
position: relative; }
.icon-block--style-1-v5 .block-icon {
display: block;
margin-bottom: 1rem; }
.icon-block--style-1-v5 .block-icon > i {
font-size: 40px; }
.icon-block--style-1-v5 .block-icon-lg > i {
font-size: 60px; }
.icon-block--style-1-v5 .block-icon {
color: #24142F; }
.icon-block--style-1-v5 .block-content p {
margin-top: 10px; }
.icon-block--style-1-v5.block-bordered-grid-animated {
padding: 3rem 2rem; }
.icon-block--style-1-v5.block-bordered-grid-animated .block-inner {
display: block;
color: #818a91; }
.icon-block--style-1-v5.block-bordered-grid-animated .block-inner::after {
content: "";
display: block;
position: absolute;
width: 90%;
height: 90%;
left: 5%;
top: 5%;
background: transparent;
border: 2px solid transparent;
transition: all 0.2s ease-in-out;
transform: scale(0.1); }
.icon-block--style-1-v5.block-bordered-grid-animated:hover .block-inner::after {
border: 2px solid #24142F;
transform: scale(1); }
.block.style-5 .block-icon.block-icon-lg i {
font-size: 60px; }
.icon-block--style-1-v3.icon-block-inverse .block-icon {
border-color: white; }
.icon-block--style-1-v1.icon-block-inverse .block-icon i,
.icon-block--style-1-v2.icon-block-inverse .block-icon i,
.icon-block--style-1-v3.icon-block-inverse .block-icon i,
.icon-block--style-1-v4.icon-block-inverse .block-icon i,
.icon-block--style-1-v5.icon-block-inverse .block-icon i {
color: white; }
.icon-block--style-2-v1:hover .block-icon,
.icon-block--style-2-v2:hover .block-icon {
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out; }
.icon-block--style-2-v1 .heading,
.icon-block--style-2-v2 .heading {
margin-bottom: 0.5rem !important; }
.icon-block--style-2-v1 .block-icon {
margin: auto;
width: 64px;
height: 64px;
line-height: 64px;
text-align: center;
font-size: 32px;
margin-bottom: 2rem; }
.icon-block--style-2-v2 .block-icon {
margin-bottom: 2rem; }
.icon-block--style-2-v2 .block-icon {
margin: auto auto 2rem;
width: 76px;
height: 76px;
line-height: 76px;
text-align: center;
font-size: 32px;
border: 2px solid #818a91;
color: #55595c; }
.icon-block--style-2-v2.active .block-icon,
.icon-block--style-2-v2:hover .block-icon {
border-color: #24142F;
background: #24142F;
color: #FFF; }
.icon-block--style-3 {
position: relative; }
.icon-block--style-3 > i {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin-right: 10px;
display: inline-block;
border-radius: 100%;
font-size: 20px; }
.icon-block--style-3 > .icon-number {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin-right: 10px;
display: inline-block;
border-radius: 100%;
font-size: 17px; }
.icon-block--style-3 .icon-label {
display: block;
position: absolute;
width: 40px;
left: 0;
top: 45px;
font-size: 13px;
text-align: center; }
.icon-block--style-3 .icon-block-text {
line-height: 40px;
display: inline-block;
font-size: 20px;
font-family: "Roboto", sans-serif; }
.icon-block--style-3 .icon-block-subtext {
position: absolute;
top: 34px;
left: 54px; }
.icon-block--style-3-v1 > i {
border: 1px solid #eceeef;
background: transparent;
color: #24142F; }
.icon-block--style-3-v2 > .icon-number,
.icon-block--style-3-v2 > i {
position: absolute; }
.icon-block--style-3-v2 .icon-block-content {
padding-left: 65px; }
.icon-block--style-4 {
overflow: visible;
position: relative;
margin-top: 42px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.05);
border-top: 0;
border-radius: 0.25rem; }
.icon-block--style-4::before,
.icon-block--style-4::after {
content: "";
width: calc(50% - 52px);
position: absolute;
top: 0;
border-top: 1px solid rgba(0, 0, 0, 0.05); }
.icon-block--style-4::before {
left: 0;
border-top-left-radius: 0.25rem; }
.icon-block--style-4::after {
right: 0;
border-top-right-radius: 0.25rem; }
.icon-block--style-4 .block-icon {
width: 84px;
height: 84px;
text-align: center;
line-height: 84px;
position: absolute;
top: -42px;
left: 50%;
margin-left: -42px;
border-radius: 100%;
background: #24142F;
color: #FFF; }
.icon-block--style-4:hover .block-icon {
-webkit-animation-name: rotate-icon;
-webkit-animation-duration: 0.3s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: ease-in-out; }
.icon-block--style-4 .block-icon::after {
content: "";
width: 84px;
height: 84px;
position: absolute;
top: 0;
left: 50%;
margin-left: -42px;
border-radius: 100%;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
.icon-block--style-4:hover .block-icon::after {
width: 98px;
height: 98px;
top: -7px;
left: 50%;
margin-left: -49px;
border: 3px solid #24142F; }
.icon-block--style-4 .block-icon i {
font-size: 40px; }
.icon-block--style-4 .block-body {
padding-top: 80px;
padding-left: 2rem;
padding-right: 2rem; }
@media (max-width: 991px) {
.icon-block--style-4 {
margin-top: 80px; } }
.icon-block--arrow {
border: 0; }
.icon-block--arrow .block-icon {
width: 120px;
margin: 0 auto;
padding: 2rem;
position: relative;
text-align: center;
border-radius: 0.25rem; }
.icon-block--arrow .block-icon i {
font-size: 40px; }
.icon-block--arrow .block-icon:after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-top-color: #24142F;
border-width: 12px;
margin-left: -12px; }
.icon-block--arrow .block-body {
margin-top: 1.7rem;
padding: 0 2rem; }
@-webkit-keyframes rotate-icon {
0% {
-webkit-transform: scale(1) rotate(0deg); }
10% {
-webkit-transform: scale(1) rotate(0deg); }
100% {
-webkit-transform: scale(1) rotate(360deg); } }
.list-group {
border-left: 0;
border-right: 0; }
.list-group-item {
padding: 1.5rem;
border: 0;
border-bottom: 1px solid rgba(243, 243, 243, 0.7);
color: #818a91;
font-size: 0.875rem;
margin-bottom: 0; }
.list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-top: 1px solid rgba(243, 243, 243, 0.7); }
.list-group-item:last-child {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
background-color: #eceeef;
color: #2b2b2c;
border-color: #eceeef; }
.list-group-item .label {
margin-left: 1rem; }
ul.icons {
margin: 0;
padding: 0; }
ul.icons li {
list-style: none;
margin: 5px 0 0;
vertical-align: top;
font-size: 0.875rem; }
ul.icons li > a:not(.icon) {
color: #818a91; }
ul.icons li > a:hover {
color: #24142F; }
ul.icons li .icon {
margin-right: 12px;
position: relative; }
ul.inline-links {
margin: 0;
padding: 0;
list-style: none;
display: inline-block; }
ul.inline-links > li {
display: inline-block;
padding: 0 .4em 0 .4em;
position: relative;
font-size: 0.75rem; }
ul.inline-links > li:first-child {
padding-left: 0; }
ul.inline-links > li:last-child {
padding-right: 0; }
ul.inline-links > li,
ul.inline-links > li > a {
color: #373958; }
ul.inline-links > li > a.active {
color: #2b2b2c;
font-weight: 700;
transition:all ease .5s; }
ul.inline-links > li > a:hover {
color: #24142F;
text-decoration: none;
transition:all ease .5s; }
ul.inline-links > li > a:hover > heading {
color: #24142F; }
ul.inline-links > li > a > i,
ul.inline-links > li > i {
margin-right: 4px; }
ul.inline-links.inline-links--style-2 > li,
ul.inline-links.inline-links--style-2 > li > a {
font-size: 13px; }
ul.inline-links.inline-links--style-2 > li:not(:last-child) {
padding-right: 12px; }
ul.inline-links.inline-links--style-2 > li:before {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
content: "\f111";
font-family: 'FontAwesome';
font-size: 4px;
color: #24142F; }
ul.inline-links.inline-links--style-2 > li:last-child:before {
content: ""; }
ul.social-icons {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
bottom: 0;
left: 0;
width: 100%; }
ul.social-icons li {
display: inline-block;
font-size: 0.875rem; }
ul.social-icons li a {
display: block;
height: 32px;
width: 32px;
text-align: center;
line-height: 32px; }
ul.social-icons li.text {
height: 32px;
padding-left: 10px;
line-height: 32px; }
ul.social-icons li.facebook:hover {
background: #3b5998;
color: #fff; }
ul.social-icons li.facebook:hover > a {
color: #fff; }
ul.social-icons li.twitter:hover {
background: #1da1f2;
color: #fff; }
ul.social-icons li.twitter:hover > a {
color: #fff; }
ul.social-icons li.linkedin:hover {
background: #0077b5;
color: #fff; }
ul.social-icons li.linkedin:hover > a {
color: #fff; }
.list-social-buttons {
margin: 0;
padding: 0;
list-style: none;
display: table;
width: 100%; }
.list-social-buttons > li {
border-right: 1px solid #e0eded;
display: table-cell; }
.list-social-buttons > li > a {
padding: 2rem;
font-size: 20px;
display: block;
text-align: center;
color: #2b2b2c; }
.list-social-buttons > li:last-child {
border-right: 0; }
ul.categories {
padding: 0;
margin: 0;
list-style: none; }
ul.categories > li {
border-bottom: 1px solid #e0eded; }
ul.categories > li:last-child {
border: 0; }
ul.categories > li > a {
display: block;
padding: 12px 0;
color: #818a91;
font-size: 0.875rem;
font-family: "Roboto", sans-serif; }
ul.categories > li > a:after,
ul.categories > li > a:before {
content: "";
display: table; }
ul.categories > li > a:after {
clear: both; }
ul.categories > li:hover > a {
color: #24142F;
text-decoration: none; }
ul.categories--style-1 > li > a {
padding-left: 20px;
position: relative;
display: flex;
align-items: center; }
ul.categories--style-1 > li > a > .category-name {
color: #2b2b2c;
flex-grow: 1; }
ul.categories--style-1 > li > a:hover > .category-name {
color: #24142F; }
ul.categories--style-1 > li > a > .category-count {
color: #818a91;
font-size: 0.75rem; }
ul.categories--style-1 > li > a:before {
content: "\f125";
font-family: "Ionicons";
position: absolute;
height: 16px;
line-height: 16px;
left: 0;
top: 50%;
margin-top: -8px;
font-size: 10px;
color: #818a91;
-webkit-transition: all 0.1s linear;
transition: all 0.1s linear; }
ul.categories--style-2 > li {
border: 0; }
ul.categories--style-2 > li > a {
padding: 5px 0; }
.list-wrapper {
background: #24142F;
padding: 1.5rem;
border-radius: 0.25rem; }
.list-wrapper > .heading {
color: #FFF;
margin-bottom: 1rem; }
.list-wrapper ul.categories--style-1 > li {
border-color: rgba(255, 255, 255, 0.3);
color: #FFF; }
.list-wrapper ul.categories--style-1 > li > a,
.list-wrapper ul.categories--style-1 > li > a > .category-count,
.list-wrapper ul.categories--style-1 > li > a > .category-name {
color: #FFF; }
.list-wrapper ul.categories--style-1 > li > a:hover,
.list-wrapper ul.categories--style-1 > li > a:hover > .category-name {
color: #FFF; }
.list-wrapper ul.categories--style-1 > li > a:before {
color: #FFF; }
ul.categories--style-1 > li > a:hover:before {
left: 5px; }
ul.meta-info-cells {
margin: 0;
padding: 0; }
ul.meta-info-cells-v2 li,
ul.meta-info-cells-v3 li {
display: inline-block;
float: left;
padding: 0 10px;
vertical-align: middle;
margin-right: 1rem; }
ul.meta-info-cells-v2 li a,
ul.meta-info-cells-v3 li a {
color: #818a91; }
ul.meta-info-cells-v2 li {
padding: 0;
color: #2b2b2c;
font-size: 13px; }
ul.meta-info-cells-v2 li i {
color: #2b2b2c;
font-size: 13px;
margin-right: 5px; }
ul.meta-info-cells-v3 li i {
width: 31px;
height: 31px;
margin-right: 5px;
text-align: center;
line-height: 31px;
background: transparent;
border: 1px solid #e0eded;
color: #2b2b2c;
font-size: 13px;
border-radius: 100%; }
ul.meta-info-cells-v3 li:hover i {
background: #24142F;
color: #FFF;
border-color: #24142F; }
ul.meta-info-cells-v3 li:first-child {
padding-left: 0; }
ul.meta-info-cells-v3 li:last-child {
border: 0;
padding-right: 0; }
ul.meta-info-cells-v3 li .btn-link {
color: #24142F;
font-weight: 600;
font-size: 0.875rem; }
ul.meta-info-cells-v4 > li,
ul.meta-info-cells-v5 > li {
display: inline-block;
margin-right: 18px;
font-size: 0.875rem;
color: #818a91;
font-weight: 500;
font-family: "Roboto", sans-serif; }
ul.meta-info-cells-v5 > li {
margin: 0; }
ul.meta-info-cells-v5 > li > span {
display: block;
padding-right: 10px;
margin-right: 7px;
border-right: 1px solid #e0eded; }
ul.meta-info-cells-v5 > li:last-child > span {
border: 0; }
ul.meta-info-cells-v4 > li > a > i,
ul.meta-info-cells-v5 > li > a > i {
margin-right: 5px;
color: #818a91; }
ul.meta-info-cells-v4 > li > a,
ul.meta-info-cells-v5 > li > a {
color: #818a91; }
ul.meta-info-cells-v4 > li > a:hover,
ul.meta-info-cells-v4 > li > a:hover > i,
ul.meta-info-cells-v5 > li > a:hover,
ul.meta-info-cells-v5 > li > a:hover > i {
color: #24142F; }
ul.meta-info-cells-v4 > li:first-child,
ul.meta-info-cells-v5 > li:first-child {
padding-left: 0; }
ul.meta-info-cells-v4 > li:last-child,
ul.meta-info-cells-v5 > li:last-child {
border: 0;
padding-right: 0; }
ul.meta-info-cells-v4 li .btn-link {
color: #24142F;
font-weight: 600;
font-size: 0.875rem; }
@media (max-width: 771px) {
ul.meta-info-cells-v4 li,
ul.meta-info-cells-v5 li {
margin-bottom: 5px; } }
.sidebar .list-unstyled {
font-size: 0.875rem; }
.sidebar .list-unstyled > li > a {
color: #2b2b2c;
padding: 0.2rem 0;
display: block; }
.sidebar .list-unstyled > li:hover > a {
color: #24142F; }
.vertical-info {
margin: 0;
padding: 0;
list-style: none;
position: relative; }
.vertical-info > li {
padding: 0.25rem 0; }
.vertical-info > li > span {
display: inline-block;
font-size: 0.875rem; }
.vertical-info > li > .vi-title {
font-weight: 600;
margin-right: 0.5rem; }
.vertical-info > li > .vi-content {
color: #818a91; }
ul.list-bullet {
list-style: none;
margin: 0;
padding: 0;
background: transparent; }
ul.list-bullet li {
clear: left;
padding: 10px 0;
display: block;
width: 100%; }
ul.list-bullet li > figure {
margin: 0;
padding: 0;
border-radius: 100%;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
font-size: 1rem;
color: #eceeef;
font-weight: 600;
display: inline-block;
float: left; }
ul.list-bullet li img {
width: 60px; }
ul.list-bullet li h3 {
font-size: 16px;
font-weight: 600;
margin-left: 15px;
display: inline-block; }
ul.list-bullet li p {
margin: 0 0 0 50px;
padding: 0; }
ul.list-bullet li span {
margin-left: 6px; }
ul.list-bullet li a {
font-weight: 500; }
ul.list-bullet li a:hover {
text-decoration: none;
color: #464646; }
ul.list-bullet li span {
font-size: 12px; }
.list-recent-stories {
background: #e6edf2; }
.list-recent .widget-title {
padding: 26px 24px 28px; }
.list-recent {
list-style: none;
margin: 0;
padding: 0; }
.list-recent li {
padding: 10px 0;
border-bottom: 1px solid rgba(243, 243, 243, 0.7); }
.list-recent li:first-child {
padding-top: 0;
border-top: 0; }
.list-recent.list-recent-boxed li {
padding: 10px 15px; }
.list-recent li:last-child {
border: 0; }
.list-recent-stories li:nth-child(odd) {
background: #c6d3dd; }
.list-recent-comments li:nth-child(odd) {
background: #eceeef; }
.list-recent .inline-links {
display: block; }
.list-recent .post-thumb {
float: left;
width: 72px;
height: 72px;
margin-right: 16px; }
.list-recent-stories .post-thumb,
.list-recent-stories .post-thumb img {
border-radius: 50%; }
.list-recent-comments li:nth-child(even) .post-thumb {
float: right;
margin-right: 0;
margin-left: 16px; }
.list-recent .post-thumb img {
display: block;
width: 100%;
height: 100% !important; }
.list-recent .post-author,
.list-recent .post-title {
display: block;
margin-bottom: 0; }
.list-recent .post-author {
font-size: 12px;
color: #24142F; }
.list-recent .post-author a,
.list-recent .post-title {
font-size: 0.875rem;
font-weight: 500;
line-height: 19px;
color: #2b2b2c; }
.list-recent .post-author a:hover {
color: #24142F; }
.list-recent .post-title a {
color: #2b2b2c; }
.list-recent .post-title a:hover {
color: #24142F; }
.list-recent .post-title .label {
margin-top: 5px; }
.list-recent .post-title > a + .inline-links,
.list-recent .post-title > a + .star-rating {
margin-top: 5px; }
.list-recent .post-entry,
.list-recent .post-desc {
display: block;
font-size: 12px;
color: #818a91;
line-height: 17px; }
.list-recent .post-meta-bot {
padding: 21px 0;
text-align: center; }
@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
.list-recent li {
padding: 8px; }
.list-recent .post-thumb {
margin-right: 5px;
margin-top: 3px; }
.list-recent-comments li:nth-child(odd) .post-thumb {
margin-left: 5px; } }
ul.list-border--dotted > li {
border-bottom-style: dotted; }
.list-icon {
display: inline-block;
margin-right: 10px; }
.list-icon--style-1 {
width: 36px;
height: 36px;
text-align: center;
line-height: 36px;
border: 2px solid #e0eded;
border-radius: 100%;
color: #818a91; }
.list-icon--style-1 i {
color: #24142F; }
.mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out; }
.mask-base-1--style-1 {
background: rgba(222, 27, 27, 0.9); }
.mask-base-1--style-2 {
background: rgba(94, 50, 225, 0.5); }
.mask-base-1--style-3 {
background: rgba(122, 47, 241, 0.64); }
.mask-base-2--style-1 {
background: rgba(41, 47, 54, 0.9); }
.mask-base-2--style-2 {
background: rgba(41, 47, 54, 0.5); }
.mask-base-2--style-3 {
background: rgba(41, 47, 54, 0.7); }
.mask-gradient-1--style-1 {
opacity: 0.9; }
.mask-gradient-1--style-2 {
opacity: 0.5; }
.mask-light--style-1 {
background: rgba(255, 255, 255, 0.9); }
.mask-light--style-2 {
background: rgba(255, 255, 255, 0.4); }
.mask-light ~ .mask-container .heading {
color: #333 !important; }
.mask-light ~ .mask-container p {
color: #555 !important; }
.mask-dark--style-1 {
background: rgba(0, 0, 0, 0.9); }
.mask-dark--style-2 {
background: rgba(0, 0, 0, 0.4); }
.mask-dark ~ .mask-container .heading {
color: #FFF; }
.mask-dark ~ .mask-container p {
color: #d3d3d3; }
.mask-pattern-1--style-1 {
background: url("@{cssRelativePath-1}/images/patterns/cream-pixels.png");
opacity: 0.5; }
.modal-header {
padding: 10px 15px 0px !important;
/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
color: #24142F;
}
.modal-header > .heading {
margin-bottom: 0; }
.modal-body {
position: relative;
padding: 2rem; }
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 0.25rem;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19); }
.modal-backdrop.in {
opacity: 0.3; }
.modal[data-modal-color],
.modal[data-modal-color] .modal-footer .btn-link,
.modal[data-modal-color] .modal-title {
color: #fff; }
.modal[data-modal-color=base-1] .modal-content {
background-color: #24142F; }
.modal[data-modal-color=base-2] .modal-content {
background-color: #292f36; }
.modal[data-modal-color=base-3] .modal-content {
background-color: #818a91; }
.modal[data-modal-color=base-4] .modal-content {
background-color: #2B2B2B; }
.modal[data-modal-color=base-5] .modal-content {
background-color: #FFF; }
.modal[data-modal-color=dark] .modal-content {
background-color: #2b2b2c; }
/* NAV PILLS */
.nav-pills {
border: 1px solid transparent;
border-radius: 0.25rem; }
.nav-pills .nav-link {
border-radius: 0;
border-right: 1px solid #ddd;
background-color: #eee; }
.nav-pills .nav-item:first-child .nav-link {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.nav-pills .nav-item:last-child .nav-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
background: #24142F;
color: #2b2b2c; }
.nav-pills .nav-item + .nav-item {
margin-left: 2px; }
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
color: #2b2b2c;
background: #24142F; }
.nav-pills--style-2 {
margin-bottom: 15px;
border: 1px solid transparent;
border-radius: 0.25rem; }
.nav-pills--style-2 .nav-link {
padding: 26px;
border-radius: 0;
border-right: 0;
background-color: #eee;
text-transform: uppercase; }
.nav-pills--style-2 .nav-item:first-child .nav-link {
border-top-left-radius: 0.25rem; }
.nav-pills--style-2 .nav-item:last-child .nav-link {
border-top-right-radius: 0.25rem;
border-right: 0; }
.nav-pills--style-2 .nav-link:focus,
.nav-pills--style-2 .nav-link:hover {
background: #f5f5f5; }
.nav-pills--style-2 .nav-item + .nav-item {
margin-left: 2px; }
.nav-pills--style-2 .nav-link.active,
.nav-pills--style-2 .nav-link.active:focus,
.nav-pills--style-2 .nav-link.active:hover {
background: transparent;
color: inherit; }
.nav-pills--style-3 {
border: 0; }
.nav-pills--style-3 .nav-link:after,
.nav-pills--style-3 .nav-link:before {
display: table;
content: ""; }
.nav-pills--style-3 .nav-link:after {
clear: both; }
.nav-pills--style-3 .nav-link {
border: 1px solid rgba(0, 0, 0, 0.05);
margin-right: 20px;
background: #fff;
color: rgba(0, 0, 0, 0.5);
text-align: left;
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
border-radius: 0.25rem; }
.nav-pills--style-3 .nav-item:last-child .nav-link {
margin: 0; }
.nav-pills--style-3 .nav-link:focus,
.nav-pills--style-3 .nav-link:hover {
background: #24142F;
color: #FFF; }
.nav-pills--style-3 .nav-link.active,
.nav-pills--style-3 .nav-link.active:focus,
.nav-pills--style-3 .nav-link.active:hover {
background: #fff; }
.nav-pills--style-3 .nav-pill-text {
display: table-cell;
padding: 1rem;
vertical-align: middle; }
.nav-pills--style-3 .nav-pill-text p {
margin: 0; }
.nav-pills--style-3 .nav-pill-text .heading {
display: block;
margin: 0;
padding: 0; }
.nav-pills--style-3 .nav-pill-text .nav-pill-subtitle {
display: block;
margin-top: 5px;
color: #818a91;
font-size: 0.875rem; }
.nav-pills--style-3 .nav-pill-text .nav-pill-aux-text {
display: block;
margin-top: 20px;
color: #818a91;
font-size: 0.875rem; }
.nav-pills--style-3 .nav-pill-text .nav-pill-aux-text strong {
color: #2b2b2c; }
.nav-pills--style-3 .nav-pill-icon {
width: 60px;
display: table-cell;
vertical-align: middle; }
.nav-pills--style-3 .nav-pill-icon i {
font-size: 50px;
color: #2b2b2c; }
.nav-pills--style-3 .nav-link:focus .nav-pill-icon i,
.nav-pills--style-3 .nav-link:hover .nav-pill-icon i {
color: #FFF; }
.nav-pills--style-3 .nav-link.active .nav-pill-icon i {
color: #2b2b2c; }
.nav-pills--style-3 .nav-link:hover * {
color: #FFF; }
@media (max-width: 767px) {
.nav-pills--style-3 .nav-link {
margin-right: 0; } }
.nav-pills--style-3.nav-pills-inverse .nav-link {
border: 1px solid rgba(0, 0, 0, 0.15);
background: #1b1e23;
color: #818a91; }
.nav-pills--style-3.nav-pills-inverse .nav-link:focus,
.nav-pills--style-3.nav-pills-inverse .nav-link:hover {
background: #24142F;
color: #FFF; }
.nav-pills--style-3.nav-pills-inverse .nav-link.active,
.nav-pills--style-3.nav-pills-inverse .nav-link.active:focus,
.nav-pills--style-3.nav-pills-inverse .nav-link.active:hover {
background: #24142F;
color: #FFF; }
.pagination-wrapper {
margin: 1rem 0;
font-size: 0; }
.pagination {
margin: 0;
border-radius: 0; }
.pagination .page-link,
.pagination .page-item > span {
padding: 8px 14px;
margin: 0 3px;
font-family: "Roboto", sans-serif;
font-size: 0.7rem;
color: #818a91;
background-color: transparent;
border: 1px solid #eceeef;
border-radius: 0.1rem;
text-align: center !important; }
.pagination .page-item:first-child .page-link,
.pagination .page-item:first-child > span {
margin-left: 0;
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem; }
.pagination .page-item:last-child .page-link,
.pagination .page-item:last-child > span {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem; }
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover,
.pagination .page-item > span:focus,
.pagination .page-item > span:hover {
color: #2b2b2c;
background-color: #eceeef;
border-color: #eceeef; }
.pagination > .active .page-link,
.pagination > .active .page-link:focus,
.pagination > .active .page-link:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
color: #FFF;
background-color: #24142F;
border-color: #24142F; }
.pagination > .disabled .page-link,
.pagination > .disabled .page-link:focus,
.pagination > .disabled .page-link:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
color: #818a91;
background-color: #eceeef;
border-color: #eceeef; }
.pagination-lg .page-item .page-link,
.pagination-lg .page-item > span {
padding: 12px 18px;
margin: 0 3px;
font-family: "Roboto", sans-serif;
font-size: 0.7rem;
color: #818a91;
background-color: transparent;
border: 1px solid #eceeef; }
.pagination--style-2 .page-item .page-link,
.pagination--style-2 .page-item > span {
background: #fff;
color: #818a91; }
.pagination-circle .page-item .page-link,
.pagination-circle .page-item > span {
border-radius: 50% !important;
margin: 0 5px;
display: block;
width: 36px;
height: 36px;
padding: 5px;
line-height: 2.2; }
.pagination-square .page-item .page-link,
.pagination-square .page-item > span {
border-radius: 0 !important;
margin: 0 5px;
display: block;
width: 36px;
height: 36px;
padding: 5px;
line-height: 2.2; }
.pager {
padding-left: 0;
margin: 1.5rem 0;
list-style: none;
text-align: center; }
.pager .page-item {
display: inline; }
.pager .page-item .page-link,
.pager .page-item > span {
display: inline-block;
padding: 5px 14px;
background-color: transparent;
border: 1px solid #e0eded;
border-radius: 15px; }
.pager .page-item .page-link:focus,
.pager .page-item .page-link:hover {
text-decoration: none;
background-color: #24142F; }
.pager .next .page-link,
.pager .next > span {
float: right; }
.pager .previous .page-link,
.pager .previous > span {
float: left; }
.pager .disabled .page-link,
.pager .disabled .page-link:focus,
.pager .disabled .page-link:hover,
.pager .disabled > span {
color: #777;
background-color: #fff;
cursor: not-allowed; }
.pager .page-item .page-link,
.pager .page-item > span {
background-color: transparent;
border: 1px solid #eceeef;
border-radius: 0.2rem;
font-size: 0.875rem;
color: #2b2b2c; }
.pager .page-item .page-link:focus,
.pager .page-item .page-link:hover {
background-color: #eceeef;
color: #2b2b2c; }
.pager--style-1 .page-item .page-link,
.pager--style-1 .page-item > span {
background-color: transparent;
border: 0;
padding: 0;
color: #2b2b2c;
opacity: 0.6; }
.pager--style-1 .page-item:hover .page-link,
.pager--style-1 .page-item:hover > span {
background-color: transparent;
opacity: 1; }
.pager--style-1 .page-item.pager-count span {
background: transparent;
border: 0;
padding: 0;
font-style: italic; }
.pricing-plans:after,
.pricing-plans:before,
.pricing-table:after,
.pricing-table:before {
display: table;
content: " "; }
.pricing-plans:before,
.pricing-table:before {
clear: both; }
.pricing-plans .plan-title {
text-align: center;
margin: 0;
padding: 15px 0;
font-size: 1.125rem;
font-weight: 600;
color: #2b2b2c; }
.pricing-plans .price-tag {
margin: 0;
height: 90px;
line-height: 90px;
font-size: 50px;
font-weight: 700;
text-align: center; }
.pricing-plans .price-tag span {
font-size: 28px;
font-weight: 600; }
.pricing-plans .price-tag span.price-type {
font-size: 20px;
font-weight: 500; }
.pricing-plans ul {
margin: 0;
padding: 0 15px;
list-style: none; }
.pricing-plans ul li {
padding: 10px 0;
border-bottom: 1px solid #e0eded;
font-size: 0.875rem; }
.pricing-plans ul li i {
margin-right: 8px; }
.pricing-plans .plan-info {
margin: 0;
padding: 15px;
text-align: center; }
.pricing-plans .plan-select {
padding: 15px;
border-top: 1px solid #e0eded; }
.pricing-plans--style-1 .block-pricing {
background: #fff; }
.pricing-plans--style-1 .block-pricing:hover {
background: #24142F;
color: #FFF; }
.pricing-plans--style-1 .block-pricing:hover * {
color: #FFF; }
.pricing-plans--style-1 .block-pricing:hover .btn {
color: #FFF !important;
border-color: #FFF !important; }
.pricing-plans--style-1 .plan-title {
text-align: center;
margin: 0;
padding-top: 36px;
font-size: 16px;
font-weight: 500;
background: transparent;
color: #2b2b2c;
text-transform: normal; }
.pricing-plans--style-1 .price-tag {
margin: 0;
padding: 1rem;
font-size: 4rem;
font-weight: 400;
height: auto;
line-height: 1;
text-align: center;
color: #24142F; }
.pricing-plans--style-1 .price-tag span {
font-size: 28px;
font-weight: 600; }
.pricing-plans--style-1 .price-tag span.price-type {
font-size: 20px;
font-weight: 500; }
.pricing-plans--style-1 .price-tag-subtitle {
font-size: 16px;
font-weight: 300;
text-transform: capitalize;
color: #818a91;
display: block;
text-align: center; }
.pricing-plans--style-1 ul {
margin-top: 40px;
margin-bottom: 20px; }
.pricing-plans--style-1 ul li {
padding: 10px 0;
border-bottom: 0;
text-align: center;
color: #818a91; }
.pricing-plans--style-1 ul li.active {
color: #2b2b2c; }
.pricing-plans--style-2 .plan-title {
text-align: center;
margin: 0;
padding: 36px 0;
font-weight: 500;
color: #2b2b2c;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
text-transform: normal; }
.pricing-plans--style-2 .block-pricing.active .plan-title {
background: #24142F;
color: #FFF;
border-bottom: 1px solid #24142F; }
.pricing-plans--style-2 .block-pricing.active--style-2 .plan-title {
background: #2B2B2B;
color: #FFF;
border-bottom: 1px solid #2B2B2B; }
.pricing-plans--style-2 .price-tag {
margin: 0.5rem 0 0 0;
padding: 1rem 0 0;
font-size: 3.75rem;
font-weight: 500;
height: auto;
line-height: 1;
text-align: center;
color: #2b2b2c; }
.pricing-plans--style-2 .price-tag span {
font-size: 28px;
font-weight: 600; }
.pricing-plans--style-2 .price-tag span.price-type {
font-size: 20px;
font-weight: 500; }
.pricing-plans--style-2 .price-tag-subtitle {
margin-top: 0.8rem;
font-size: 1rem;
font-weight: 300;
text-transform: capitalize;
color: #818a91;
display: block;
text-align: center; }
.pricing-plans--style-2 ul {
margin-top: 1.5rem; }
.pricing-plans--style-2 ul li {
padding: 12px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
text-align: center;
color: #818a91;
font-size: 0.875rem; }
.pricing-plans--style-2 ul li:last-child {
border: 0; }
.pricing-plans--style-2 ul li.active {
color: #2b2b2c;
font-weight: 500; }
.pricing-plans--style-3 .block-pricing {
border: 1px solid rgba(0, 0, 0, 0.05); }
.pricing-plans--style-3 .row-no-padding .block-pricing {
border-radius: 0; }
.pricing-plans--style-3 .row-no-padding [class^="col-"]:not(:last-child) .block-pricing {
border-right: 0; }
.pricing-plans--style-3 .block-pricing .plan-title-wrapper {
padding: 1rem;
text-align: center;
background: #f7f7f9;
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.pricing-plans--style-3 .block-pricing .plan-title-wrapper.active {
background: #24142F;
color: #FFF; }
.pricing-plans--style-3 .block-pricing .plan-title-wrapper.active * {
color: #FFF !important; }
.pricing-plans--style-3 .block-pricing .plan-title-wrapper .price-tag {
font-size: 4rem;
font-weight: 400;
color: #2b2b2c; }
.pricing-plans--style-1 .block-pricing .price-tag sup,
.pricing-plans--style-2 .block-pricing .price-tag sup,
.pricing-plans--style-3 .block-pricing .price-tag sup {
font-size: 1.5rem;
top: -1em; }
.pricing-plans--style-3 .block-pricing .plan-title-wrapper .price-tag-subtitle {
display: inline-block;
margin-top: 0.5rem;
margin-bottom: 1rem;
font-size: 0.875rem;
font-weight: 300;
text-transform: capitalize; }
.pricing-plans--style-3 ul {
padding: 0; }
.pricing-plans--style-3 ul > li {
padding: 15px 0; }
.pricing-plans .plan-select {
padding: 15px;
background: #f1f1f1;
border-top: 1px solid #e0eded; }
.pricing-plans .block {
margin-top: 2rem;
border: 1px solid rgba(0, 0, 0, 0.05);
background: #fff;
overflow: hidden; }
@media (max-width: 767px) {
.pricing-plans {
margin-bottom: 30px; }
.pricing-plans--style-3 [class^="col-"]:not(:last-child) .block-pricing {
border: 1px solid rgba(0, 0, 0, 0.05); } }
@media (min-width: 992px) {
.pricing-plans .block.popular {
margin-top: -1rem; } }
.promos {
margin: 0 auto; }
.promo {
margin: 15px 10px 25px;
padding: 5px 0 30px;
font-weight: 400;
line-height: 1.625;
text-align: center; }
.promos.bg-base-1,
.promos.bg-base-2,
.promos.bg-base-3,
.promos.bg-base-4,
.promos.bg-base-5 {
background: transparent; }
.promos.bg-base-1 .promo {
background: #24142F; }
.promos.bg-base-2 .promo {
background: #292f36; }
.promos.bg-base-3 .promo {
background: #818a91; }
.promos.bg-base-4 .promo {
background: #2B2B2B; }
.promos.bg-base-5 .promo {
background: #FFF; }
.promo h4 {
margin: 15px 0 0;
font-size: 150%;
font-weight: normal; }
.promos.bg-base-1 .promo h4 {
color: #FFF; }
.promos.bg-base-2 .promo h4 {
color: #FFF; }
.promos.bg-base-3 .promo h4 {
color: rgba(255, 255, 255, 0.9); }
.promos.bg-base-4 .promo h4 {
color: #FFF; }
.promos.bg-base-5 .promo h4 {
color: #0A0814; }
.promo li {
padding: 5px 0;
font-size: 0.875rem; }
.promos.bg-base-1 .brief {
color: #FFF; }
.promos.bg-base-2 .brief {
color: #FFF; }
.promos.bg-base-3 .brief {
color: rgba(255, 255, 255, 0.9); }
.promos.bg-base-4 .brief {
color: #FFF; }
.promos.bg-base-5 .brief {
color: #0A0814; }
.promo .price {
margin: 10px 0;
padding: 5px 0;
font-size: 250%; }
.promo .features {
margin: 0;
padding: 0;
list-style-type: none; }
.promo .buy {
margin: 15px 0 0; }
.promos.bg-base-1 .promo .features {
color: #FFF; }
.promos.bg-base-2 .promo .features {
color: #FFF; }
.promos.bg-base-3 .promo .features {
color: rgba(255, 255, 255, 0.9); }
.promos.bg-base-4 .promo .features {
color: #FFF; }
.promos.bg-base-5 .promo .features {
color: #0A0814; }
.promos.bg-base-1 .promo .price {
background: #24242D;
color: #FFF; }
.promos.bg-base-2 .promo .price {
background: #131619;
color: #FFF; }
.promos.bg-base-3 .promo .price {
background: #687077;
color: rgba(255, 255, 255, 0.9); }
.promos.bg-base-4 .promo .price {
background: #121212;
color: #FFF; }
.promos.bg-base-5 .promo .price {
background: #e6e6e6;
color: #0A0814; }
@media (min-width: 768px) {
.promo {
display: inline;
float: left;
width: 33.333%;
margin: 15px 0 0;
transition: transform 0.25s ease-out; }
.promo.first {
border-right: none; }
.promo.second {
float: right;
border-left: none; }
.promo.first:hover,
.promo.second:hover {
transform: translateY(-25px); }
.scale {
transform: scale(1.2); }
.promos.bg-base-1 .scale {
box-shadow: 0 0 4px 1px #24242D; }
.promos.bg-base-2 .scale {
box-shadow: 0 0 4px 1px #131619; }
.promos.bg-base-3 .scale {
box-shadow: 0 0 4px 1px #687077; }
.promos.bg-base-4 .scale {
box-shadow: 0 0 4px 1px #121212; }
.promos.bg-base-5 .scale {
box-shadow: 0 0 4px 1px #e6e6e6; } }
@media (max-width: 767px) {
.promo {
margin-bottom: 25px; }
.promo:last-child {
margin-bottom: 0; } }
.progress-wrapper {
position: relative;
padding-top: 1.5rem; }
.progress {
height: 1rem;
margin-bottom: 1rem;
overflow: hidden;
border-radius: 0.2rem;
background-color: #f1f1f1;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress-inverse {
background-color: rgba(0, 0, 0, 0.3); }
.progress.progress-lg {
height: 1.5rem; }
.progress.progress-md {
height: 1rem; }
.progress.progress-sm {
height: 0.625rem; }
.progress.progress-xs {
height: 0.25rem; }
.progress .sr-only {
width: auto;
height: 20px;
margin: 0 0 0 30px;
left: 0;
clip: auto;
line-height: 20px;
font-size: 13px; }
.progress.progress-lg .sr-only {
height: 1.5rem;
line-height: 1.5rem; }
.progress.progress-sm .sr-only {
height: 0.625rem;
line-height: 0.625rem; }
.progress.progress-xs .sr-only {
height: 0.25rem;
line-height: 0.25rem; }
.progress-heading {
font-size: 14px;
font-weight: 500;
margin: 0 0 2px;
padding: 0; }
.progress-bar {
background-color: #24142F;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
height: auto; }
.progress-text {
margin-bottom: 0; }
.progress-text .mark {
float: left;
width: 50%;
background: transparent; }
.progress-text .mark.right {
text-align: right; }
.progress-tooltip {
display: inline-block;
background: #2b2b2c;
color: #eceeef;
padding: 4px 6px;
line-height: 1;
font-size: 0.7rem;
position: relative;
bottom: 8px;
border-radius: 3px;
margin-left: -15px; }
.progress-tooltip:after {
top: 100%;
left: 10px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(51, 51, 51, 0);
border-top-color: #2b2b2c;
border-width: 5px; }
.progress-label {
display: inline-block;
color: #818a91;
position: absolute;
top: 0;
left: 0;
font-size: 0.75rem; }
.progress-percentage {
display: inline-block;
color: #818a91;
font-size: 0.875rem;
position: absolute;
right: 0;
top: 0; }
.star-rating {
display: inline-block; }
.star-rating i {
display: inline-block;
color: #ffcc00; }
.rating {
display: inline-block; }
.rating span.star {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
float: left;
padding: 0 1px;
cursor: pointer; }
.rating span.star:before {
content: "\f005";
display: block;
font-size: 14px;
color: #818a91;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear; }
.rating-lg span.star:before {
font-size: 18px; }
.rating-xl span.star:before {
font-size: 24px; }
.rating span.voted:before {
color: #ffcc00; }
.rating:hover span.star:before {
color: #818a91; }
.rating:hover span.star.over:before {
color: #ffcc00; }
.rating > .rating-count {
font-size: 0.75rem;
color: #818a91;
position: relative;
top: -3px;
margin-left: 1rem; }
section.ss-slice {
position: relative;
padding-top: 4rem;
padding-bottom: 4rem; }
section.ss-slice::after {
position: absolute;
content: '';
pointer-events: none; }
.ss-style-triangles::after {
left: 50%;
width: 100px;
height: 100px;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg); }
.ss-style-triangles::after {
bottom: -50px;
z-index: 10;
background: inherit; }
.ss-slice.ss-style-doublediagonal {
z-index: 1;
padding-bottom: 10em; }
.ss-style-doublediagonal::after,
.ss-style-doublediagonal::before {
top: 0;
left: -25%;
z-index: -1;
width: 150%;
height: 75%;
background: inherit;
-webkit-transform: rotate(-4deg);
transform: rotate(-4deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0; }
.ss-style-halfcircle::after,
.ss-style-halfcircle::before {
left: 50%;
z-index: 10;
width: 100px;
height: 100px;
border-radius: 50%;
background: inherit;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.ss-style-halfcircle::before {
top: -50px; }
.ss-style-halfcircle::after {
bottom: -50px; }
.ss-style-multitriangles::after,
.ss-style-multitriangles::before {
left: 50%;
width: 50px;
height: 50px;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg); }
.ss-style-multitriangles::before {
top: -25px;
background: inherit;
box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; }
.ss-style-multitriangles::after {
bottom: -25px;
z-index: 10;
background: inherit;
box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; }
.ss-style-roundedsplit {
padding-top: 7em;
border-radius: 0 0 80px 80px; }
.ss-style-roundedsplit::before {
left: 0;
z-index: 10;
width: 50%;
background: inherit; }
.ss-style-roundedsplit::before {
border-radius: 0 80px 0 0; }
.ss-style-invertedrounded {
padding: 13em 10% 10em;
border-radius: 0 0 0 90px; }
.ss-style-invertedrounded::after,
.ss-style-invertedrounded::before {
left: 0;
z-index: -1;
height: 90px;
background: #24242D; }
.ss-style-invertedrounded::before {
top: 100%;
width: 100%;
border-radius: 0 90px 0 0; }
.ss-style-invertedrounded::after {
bottom: 0;
z-index: -1;
width: 50%; }
.ss-style-zigzag::after,
.ss-style-zigzag::before {
right: 0;
left: 0;
z-index: 10;
display: block;
height: 90px;
background-size: 50px 100%; }
.ss-style-zigzag::after {
top: 100%;
background-position: 50%; }
.bg-base-1.ss-style-zigzag::after {
background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #24142F), color-stop(0.25, #24142F));
background-image: linear-gradient(135deg, #24142F 25%, transparent 25%), linear-gradient(225deg, #24142F 25%, transparent 25%); }
.sct-color-1.ss-style-zigzag::after {
background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #FFF), color-stop(0.25, #FFF));
background-image: linear-gradient(135deg, #FFF 25%, transparent 25%), linear-gradient(225deg, #FFF 25%, transparent 25%); }
.sct-color-2.ss-style-zigzag::after {
background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #fcfcfc), color-stop(0.25, #fcfcfc));
background-image: linear-gradient(135deg, #fcfcfc 25%, transparent 25%), linear-gradient(225deg, #fcfcfc 25%, transparent 25%); }
.sct-color-3.ss-style-zigzag::after {
background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #282d33), color-stop(0.25, #282d33));
background-image: linear-gradient(135deg, #282d33 25%, transparent 25%), linear-gradient(225deg, #282d33 25%, transparent 25%); }
.sct-color-4.ss-style-zigzag::after {
background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #121416), color-stop(0.25, #121416));
background-image: linear-gradient(135deg, #121416 25%, transparent 25%), linear-gradient(225deg, #121416 25%, transparent 25%); }
.section-title {
margin-bottom: 1.5rem;
position: relative; }
.section-title:after,
.section-title:before {
content: "";
display: table; }
.section-title:before {
content: " ";
display: table; }
.section-title.text-center,
.section-title.text-sm-center,
.section-title.text-md-center,
.section-title.text-lg-center,
.section-title.text-xl-center {
margin-bottom: 3rem; }
.section-title .section-title-inner {
margin: 0 0 5px 0;
font-family: "Roboto", sans-serif;
font-size: 1.5rem;
font-weight: 500;
text-transform: capitalize;
position: relative;
z-index: 2;
color: #2b2b2c; }
.section-title-inverse .section-title-inner,
.section-title-inverse .heading {
color: white; }
.section-title .section-title-delimiter {
display: block;
position: relative;
margin-bottom: 20px; }
.section-title .section-title-delimiter::before {
background: #2b2b2c; }
.section-title-inverse .section-title-delimiter::before {
background: white; }
.section-title--style-1 .section-title-delimiter::before {
display: block;
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 23px;
height: 2px; }
.section-title--style-1.text-center .section-title-delimiter::before,
.section-title--style-1.text-sm-center .section-title-delimiter::before,
.section-title--style-1.text-md-center .section-title-delimiter::before,
.section-title--style-1.text-lg-center .section-title-delimiter::before,
.section-title--style-1.text-xl-center .section-title-delimiter::before {
margin-bottom: -1rem;
left: 50%;
margin-left: -17.25px;
width: 34.5px; }
@media (min-width: 768px) {
.section-title--style-1.text-sm-left .section-title-delimiter::before {
left: 0;
margin-left: 0;
width: 23px; } }
@media (min-width: 992px) {
.section-title--style-1.text-md-left .section-title-delimiter::before {
left: 0;
margin-left: 0;
width: 23px; } }
@media (min-width: 1201px) {
.section-title--style-1.text-lg-left .section-title-delimiter::before {
left: 0;
margin-left: 0;
width: 23px; } }
.section-title--style-1 .text-muted {
display: block;
margin: 0.5rem 0;
text-transform: none; }
.section-title--style-1 .shadow-subtitle {
position: absolute;
top: -40px;
left: -20px;
color: rgba(0, 0, 0, 0.1);
font-size: 50px;
font-weight: 700;
font-family: "Roboto", sans-serif;
z-index: 1; }
.section-title--style-1 .underlay-subtitle {
color: #24142F;
font-size: 5rem;
font-weight: 700;
font-family: "Roboto", sans-serif;
opacity: 0.5;
line-height: 1; }
.section-title--style-1 .underlay-subtitle--top + .section-title-inner {
margin-top: -36px; }
.section-title--style-1 .underlay-subtitle--bottom {
top: 10%; }
.section-title--style-2 {
position: relative; }
.section-title--style-2.text-center .section-title-inner {
position: relative;
cursor: default; }
.section-title--style-2.text-center .section-title-inner:before {
content: "";
display: block;
width: 60px;
height: 70px;
position: relative;
top: 22px;
background: transparent;
border: 3px solid;
margin: auto;
z-index: 3;
border-color: #2b2b2c; }
.section-title--style-2.section-title-inverse .section-title-inner:before {
border-color: #eceeef; }
.section-title--style-2.text-center .section-title-inner > span {
display: inline-block;
position: relative;
top: -32px;
height: 36px;
line-height: 36px;
z-index: 4;
background: #FFF; }
.section-title--style-2.text-center .section-title-inner.heading-1 > span {
top: -38px; }
.section-title--style-2.text-center .section-title-inner.heading-3 > span {
top: -31px; }
.section-title--style-2.text-center .section-title-inner.heading-4 > span {
top: -31px; }
.sct-color-2 .section-title--style-2.text-center .section-title-inner > span {
background: #fcfcfc; }
.sct-color-3 .section-title--style-2.text-center .section-title-inner > span {
background: #282d33; }
.bg-base-1 .section-title--style-2.text-center .section-title-inner > span {
background: #24142F; }
.section-title--style-2.section-title-inverse .section-title-inner > span {
background: #2b2b2c; }
.section-title--style-2 .section-title-inner .heading {
margin: 0; }
.social-media {
margin: 0;
padding: 0;
position: relative;
list-style: none; }
.social-media > li {
display: inline-block;
font-size: 1rem; }
.social-media > li > a {
display: block; }
[class*="social-media--style-1"] > li > a {
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
margin-right: 0.3rem;
background: transparent; }
[class*="social-media--style-1"] > li > a:hover {
background: #24142F;
color: #FFF; }
.social-media-circle > li > a {
border-radius: 100%; }
.social-media-round > li > a {
border-radius: 0.25rem; }
.social-media.social-media--style-1-v1 > li > a {
background: #24142F;
color: #FFF; }
.social-media.social-media--style-1-v1 > li > a:hover {
background: #24242D; }
.social-media.social-media--style-1-v2 > li > a {
background: #ddd;
color: #333; }
.social-media.social-media--style-1-v2 > li > a:hover {
background: #24142F;
color: #FFF; }
.social-media.social-media--style-1-v3 > li > a {
background: #2b2b2c;
color: #eceeef; }
.social-media.social-media--style-1-v3 > li > a:hover {
background: #24142F;
color: #FFF; }
.social-media.social-media--style-1-v4 > li > a {
font-size: 1rem;
width: auto;
height: auto;
padding-left: 0;
padding-right: 0;
margin-right: 1rem;
background: transparent;
color: rgba(0, 0, 0, 0.7); }
.social-media.social-media--style-1-v4 > li > a:hover {
background: transparent;
color: rgba(0, 0, 0, 0.9); }
.social-media.social-media--style-1-v4 > li:last-child > a {
margin-right: 0; }
.social-media.social-media--style-1-v5 > li > a {
font-size: 1rem;
width: auto;
height: auto;
padding-left: 0;
padding-right: 0;
margin-right: 1rem;
background: transparent;
color: rgba(255, 255, 255, 0.7); }
.social-media.social-media--style-1-v5 > li > a:hover {
background: transparent;
color: white; }
.social-media.social-media--style-1-v5 > li:last-child > a {
margin-right: 0; }
.social-media.social-media--style-1-v5 > li > span {
color: rgba(255, 255, 255, 0.5); }
.social-media-brand-color > li > a.facebook,
.social-media-brand-color--hover > li > a.facebook:hover {
background: #3b5998;
color: #fff; }
.social-media-brand-color > li > a.twitter,
.social-media-brand-color--hover > li > a.twitter:hover {
background: #1da1f2;
color: #fff; }
.social-media-brand-color > li > a.instagram,
.social-media-brand-color--hover > li > a.instagram:hover {
background: #e1306c;
color: #fff; }
.social-media-brand-color > li > a.linkedin,
.social-media-brand-color--hover > li > a.linkedin:hover {
background: #0077b5;
color: #fff; }
.social-media-brand-color > li > a.pinterest,
.social-media-brand-color--hover > li > a.pinterest:hover {
background: #bd081c;
color: #fff; }
.social-media-brand-color > li > a.dribbble,
.social-media-brand-color--hover > li > a.dribbble:hover {
background: #444444;
color: #fff; }
.social-media-brand-color > li > a.googleplus,
.social-media-brand-color--hover > li > a.googleplus:hover {
background: #dd4b39;
color: #fff; }
.social-media-brand-color > li > a.skype,
.social-media-brand-color--hover > li > a.skype:hover {
background: #00aff0;
color: #fff; }
.social-media-brand-color:not(.social-media-brand-color--hover) > li > a:hover {
background: #24142F;
color: #FFF; }
.table td,
.table th {
font-size: 0.875rem; }
.table-slick td{
padding:6px !important;
}
.table-bordered td,
.table-bordered th {
border: 1px solid rgba(0, 0, 0, 0.05); }
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #f2f2f2; }
.table tbody td {
vertical-align: unset; }
.table tbody + tbody {
border-top: 2px solid #f2f2f2; }
.table .table {
background-color: #f3f3f3; }
.table-sm td,
.table-sm th {
padding: 0.75rem 1rem; }
.table-bordered,
.table-bordered td,
.table-bordered th {
border: 1px solid #f2f2f2; }
.table-bordered thead td,
.table-bordered thead th {
border-bottom-width: 2px; }
.table-inverse.table-bordered,
.table-responsive.table-bordered {
border: 0; }
.table-active,
.table-active > td,
.table-active > th,
.table-hover tbody tr:hover,
.table-striped tbody tr:nth-of-type(odd) {
background-color: #fafafa; }
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: #e5e5e5; }
.table-success,
.table-success > td,
.table-success > th {
background-color: #57d59f; }
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #43d093; }
.table-info,
.table-info > td,
.table-info > th {
background-color: #2ebcfc; }
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #14b4fc; }
.table-warning,
.table-warning > td,
.table-warning > th {
background-color: #ffc721; }
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffc107; }
.table-danger,
.table-danger > td,
.table-danger > th {
background-color: #ff6f6c; }
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #ff5652; }
.thead-inverse th {
color: #f3f3f3;
background-color: #404c54; }
.thead-default th {
color: #464a4c;
background-color: #fbfbfb; }
.table-inverse {
color: #f3f3f3;
background-color: #404c54; }
.table-responsive {
/* display: block; */
width: 100%;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table thead th {
border-bottom-width: 1px; }
.table tr[class*=table-] td,
.table tr[class*=table-] th,
.table tr[class*=table-] + tr td,
.table tr[class*=table-] + tr th {
border: 0; }
.table:not(.table-bordered) > tbody:first-child td,
.table:not(.table-bordered) > tbody:first-child th,
.table:not(.table-bordered) > thead:first-child td,
.table:not(.table-bordered) > thead:first-child th {
border-top: 0; }
.table-inverse td,
.table-inverse th,
.table-inverse thead th {
border-color: #505b63; }
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
border-top: 1px solid rgba(243, 243, 243, 0.7);
font-size: 0.875rem; }
.table-no-border > tbody > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > thead > tr > th {
border-top: 0; }
.table-profile > tbody > tr > td:not(.td-actions) {
font-size: 0.875rem; }
.table-profile > tbody > tr > td.td-label {
font-size: 0.75rem;
font-family: "Roboto", sans-serif;
font-weight: 500;
color: #000000;
text-transform: uppercase;
white-space: nowrap; }
.table-profile > tbody > tr > td.td-label > span {
display: block;
padding-right: 1rem; }
.table-profile > tbody > tr > td.td-actions > .btn {
opacity: 0; }
.table-profile > tbody > tr:hover > td.td-actions > .btn {
opacity: 1; }
.table-cart > thead > tr > th {
padding: 12px 0;
border: 0;
font-weight: 400; }
.table-cart > tbody > tr > td,
.table-cart > tbody > tr > th,
.table-cart > tfoot > tr > td,
.table-cart > tfoot > tr > th,
.table-cart > thead > tr > td,
.table-cart > thead > tr > th {
border-color: rgba(243, 243, 243, 0.7);
vertical-align: middle; }
.table-cart > tbody > tr > td {
padding: 1rem 0 !important; }
.table-cart .cart-item-img {
width: 120px; }
.table-cart .cart-item-img img {
width: 100%; }
.table-cart .cart-item-content {
vertical-align: middle;
width: 70%; }
.table-cart .cart-item-content .cart-item-title {
font-weight: 500;
font-size: 1rem;
color: #2b2b2c; }
.table-cart .cart-item-content .cart-item-title:hover {
color: #24142F; }
.table-cart .cart-item-content .label-quantity {
color: #818a91;
font-weight: 400;
font-size: 0.875rem; }
.table-cart .cart-item-content .label-value {
font-weight: 600; }
.table-cart .cart-item-unit-price {
vertical-align: middle;
font-size: 18px; }
.table-cart .cart-item-price {
width: 20%;
vertical-align: middle;
text-align: right; }
.table-cart .cart-item-price > .price {
font-weight: 600;
font-size: 1.25rem;
display: block;
color: #2b2b2c; }
.table-cart .cart-item-price > .price.discount {
font-weight: 500;
font-size: 0.875rem;
text-decoration: line-through;
color: #ff3b30;
margin-top: 8px; }
.table-cart .cart-item-price > .price.savings {
font-weight: 400;
font-size: 0.75rem; }
.table-cart .cart-item-count {
vertical-align: middle; }
.table-cart .label-subtotal {
padding-top: 15px;
text-align: center;
font-size: 14px;
text-transform: uppercase; }
.table-cart .table-cart-footer {
padding: 15px;
border-top: 1px solid rgba(243, 243, 243, 0.7); }
.table-cart .cart-items {
display: block;
padding: 15px;
font-size: 14px;
font-weight: 500;
background: #eee;
color: #ccc;
border-bottom: 1px solid #ccc; }
.dropdown-cart-wrapper {
min-width: 260px; }
.dropdown-cart {
min-width: 400px;
padding: 0 1rem; }
.dropdown-cart .table {
margin: 0; }
.dropdown-cart-header {
padding: 1rem;
border-bottom: 1px solid #f9f9f9; }
.dropdown-cart-header .heading {
margin: 0; }
.dropdown-cart-header .dropdown-cart-header-count {
color: #818a91;
margin-left: 5px; }
.dropdown-cart .table-cart > tbody > tr:first-child > td {
border-top: 0; }
.dropdown-cart .cart-item-img {
width: 60px; }
.dropdown-cart .cart-item-content .cart-item-title {
color: #666;
font-size: 0.875rem; }
.dropdown-cart .cart-item-content .label-quantity {
color: #818a91; }
.dropdown-cart .cart-item-content .label-value {
font-weight: 600; }
.dropdown-cart .cart-item-price > span {
font-weight: 600; }
.dropdown-cart-footer {
padding: 1rem;
border-top: 1px solid #f9f9f9; }
.dropdown-cart-footer-subtotal {
padding: 1rem;
border-top: 1px solid #f9f9f9; }
.navbar-dropdown--inverse .dropdown-cart .table > tbody > tr > td,
.navbar-dropdown--inverse .dropdown-cart .table > tbody > tr > th,
.navbar-dropdown--inverse .dropdown-cart .table > tfoot > tr > td,
.navbar-dropdown--inverse .dropdown-cart .table > tfoot > tr > th,
.navbar-dropdown--inverse .dropdown-cart .table > thead > tr > td,
.navbar-dropdown--inverse .dropdown-cart .table > thead > tr > th {
border-color: rgba(30, 30, 30, 0.7); }
.navbar-dropdown--inverse .dropdown-cart-header {
border-bottom: 1px solid rgba(30, 30, 30, 0.7); }
.navbar-dropdown--inverse .dropdown-cart-header .heading,
.navbar-dropdown--inverse .dropdown-cart-header .dropdown-cart-header-count {
color: #eceeef; }
.navbar-dropdown--inverse .dropdown-cart .cart-item-content .cart-item-title {
color: rgba(255, 255, 255, 0.5); }
.navbar-dropdown--inverse .dropdown-cart .cart-item-content .label-quantity {
color: #818a91; }
.navbar-dropdown--inverse .dropdown-cart-footer {
border-top: 1px solid rgba(30, 30, 30, 0.7); }
.navbar-dropdown--inverse .dropdown-cart-footer-subtotal {
border-top: 1px solid rgba(30, 30, 30, 0.7); }
.table-inner-well {
padding: 15px; }
.table-inner-well > thead > tr > th {
padding: 12px 0;
border: 0;
font-weight: 600; }
.table-inner-well > tbody > tr > td {
padding: 1rem 0;
border-bottom: 1px solid rgba(243, 243, 243, 0.7);
vertical-align: middle; }
.table-inner-well > tbody > tr:last-child > td {
border: 0; }
.table-inner-well > tbody > tr.tr-sm > td {
padding: 0.625rem 0; }
.table-inner-well .label-count {
color: #818a91;
font-weight: 600; }
.tab-body {
padding: 15px; }
.tabbable-panel {
border: 1px solid rgba(0, 0, 0, 0.125);
padding: 10px; }
.tabs.tabs--centered > .nav {
text-align: center; }
.tabs.tabs--centered > .nav > li {
float: none;
display: inline-block; }
.nav-tab-image-wrapper:hover {
cursor: pointer; }
.nav-tab-image-wrapper .nav-tab-image {
display: block;
width: 96px;
height: 96px;
margin: auto;
border: 2px solid #e0eded; }
.nav-tab-image-wrapper:hover .nav-tab-image {
border-color: #24142F; }
.nav-tab-image-wrapper .nav-tab-image img {
width: 100%; }
.nav-tab-image-wrapper .nav-tab-image-title {
padding-top: 10px;
padding-bottom: 10px;
display: block;
font-weight: 600;
color: #111111;
font-size: 1rem;
font-family: "Roboto", sans-serif; }
.nav-tab-image-wrapper:hover .nav-tab-image-title {
color: #24142F; }
@media (max-width: 991px) {
.tabs .nav-pills.nav-pills--rounded > li {
display: block;
margin-bottom: 5px; } }
@media (min-width: 992px) {
.tabs .nav-pills.nav-pills--rounded {
padding: 0 50px; }
.tabs .nav-pills.nav-pills--rounded > li > a {
min-width: 200px;
background: transparent;
border: 0;
padding: 0;
position: relative; }
.tabs .nav-pills.nav-pills--rounded > li:last-child > a {
min-width: auto; }
.tabs .nav-pills.nav-pills--rounded > li > a:before {
content: "";
position: relative;
display: block;
top: 40px;
height: 1px;
margin-left: 105px;
margin-right: 0;
background: #f6f6f6;
z-index: 0; }
.tabs .nav-pills.nav-pills--rounded > li:last-child > a:before {
background: transparent; }
.tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill {
position: relative;
display: block;
width: 100px;
height: 100px; }
.tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-circle {
position: relative;
display: block;
width: 80px;
height: 80px;
line-height: 80px;
margin: auto;
text-align: center;
border-radius: 100%;
background: #eee;
color: #2b2b2c;
font-size: 16px;
font-weight: 600;
font-family: "Roboto", sans-serif;
z-index: 10; }
.tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-circle > i {
display: block;
width: 80px;
height: 80px;
line-height: 80px;
font-size: 40px; }
.tabs .nav-pills.nav-pills--rounded .active .nav-pill .nav-pill-circle {
background: #24142F;
color: #FFF; }
.tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-text {
display: block;
margin: 10px 0 20px 0;
color: #818a91;
font-size: 13px; } }
.tabs--style-1 .tab-content {
background-color: #FFF;
border: 1px solid rgba(0, 0, 0, 0.125); }
.tabs--style-1 .tab-pane {
border: 0; }
.tabs--style-1 .nav-tabs {
border: 0; }
.tabs--style-1 .nav-tabs > li {
margin-right: 5px; }
.tabs--style-1 .nav-tabs > li > a {
border-radius: 0;
margin: 0;
text-align: center;
background-color: #FFF;
border-left: 0;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
padding: 18px 32px;
display: table;
width: 100%;
border: 1px solid #f1f1f1;
color: #000;
font-size: 13px;
font-family: "Roboto", sans-serif;
position: relative; }
.tabs--style-1 .nav-tabs > li > a:hover {
background: #24142F;
color: #FFF; }
.tabs--style-1 .nav-tabs > li.active > a {
border: 1px solid #24142F;
background: #24142F; }
.tabs--style-1 .nav-tabs > li.active:first-child > a {
border-left: 1px solid #24142F; }
.tabs--style-1 .nav-tabs > li.active > a {
color: #24142F; }
.tabs--style-1 .nav-tabs > li.active > a,
.tabs--style-1 .nav-tabs > li.active > a:focus,
.tabs--style-1 .nav-tabs > li.active > a:hover {
background: #24142F;
color: #FFF; }
.tabs--style-1 .tab-content {
margin-top: 5px;
border: 1px solid #f1f1f1; }
.tabs--style-2 .nav-tabs {
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
padding: 0 20px;
margin: 0; }
.tabs--style-2 .nav-tabs .nav-item {
margin-right: 2rem; }
.tabs--style-2 .nav-tabs .nav-item:last-child {
margin-right: 0; }
.tabs--style-2 .nav-tabs .nav-link {
border: 0;
border-bottom: 1px solid transparent;
margin-right: 0;
color: #2b2b2c;
padding: 1rem 0;
font-size: 0.875rem;
font-family: "Roboto", sans-serif; }
.tabs--style-2 > .nav-tabs > li > a > i {
color: #a6a6a6; }
.tabs--style-2 .nav-tabs .nav-item.show .nav-link,
.tabs--style-2 .nav-tabs .nav-link.active,
.tabs--style-2 .nav-tabs .nav-link:hover {
border-bottom: 1px solid #24142F;
background: transparent !important;
color: #24142F; }
.tabs--style-2 > .nav-tabs > li.show > a > i,
.tabs--style-2 > .nav-tabs > li:hover > a > i {
color: #a6a6a6; }
.tabs--style-2 > .nav-tabs > li.open .dropdown-menu,
.tabs--style-2 > .nav-tabs > li:hover .dropdown-menu {
margin-top: 0; }
.tabs--style-2 > .nav-tabs > li.active > a > i {
color: #24142F; }
.tabs--style-2 > .tab-content {
margin-top: 0;
border: 0;
border-top: 0;
padding: 15px 0; }
.tabs--style-2.tabs--centered > .tab-content {
border-top: 0;
padding-top: 20px; }
.timeline-group:after {
content: "";
display: table;
clear: both; }
.timeline-item {
position: relative; }
.timeline-item:before {
content: "";
position: absolute;
width: 3px;
background: #e0eded;
top: 0;
left: 17px;
bottom: 0; }
.timeline-item:last-child:before {
background: transparent; }
.timeline-item.first:before {
top: 30px; }
.timeline-item .timeline-info {
min-height: 100%;
padding: 0 20px 30px 40px; }
.timeline-item.first .timeline-info {
padding-top: 20px; }
@media screen and (min-width: 760px) {
.timeline-item .timeline-info {
float: left;
width: 100%; } }
.timeline-item .timeline-info .date {
position: relative;
font-size: 0.875rem;
color: #818a91;
margin-bottom: 10px; }
.timeline-item .timeline-info .date:before {
content: "";
position: absolute;
width: 13px;
height: 13px;
border-radius: 50%;
border: 2px solid #e0eded;
background: #fff;
left: -28px;
top: 0; }
.timeline-item .timeline-info .timeline-title {
margin: 0;
padding: 0;
font-size: 1rem;
color: #2b2b2c;
font-weight: 500; }
.timeline-item .timeline-info .timeline-subtitle {
margin: 0;
padding: 0;
font-size: 0.875rem;
font-weight: 300;
color: #818a91; }
.timeline-item .timeline-info .description {
color: #818a91; }
.timeline-item .timeline-info .meta {
color: black;
margin-top: 10px; }
.timeline-item .timeline-info .meta p {
margin: 0; }
.content .timeline-item .portfolio-image {
padding: 20px;
background: white;
border-left: 1px solid #dedede;
text-align: center; }
@media screen and (min-width: 760px) {
.content .timeline-item .portfolio-image {
float: left;
width: 70%; } }
.content .timeline-item .portfolio-image img {
width: 100%;
max-width: 610px;
height: auto; }
.content .timeline-item .portfolio-image div.loading img {
width: auto;
height: auto; }
.content div.loading {
color: #c4c4c4;
position: absolute;
width: 100px;
bottom: 15px;
left: 50%;
margin-left: -50px; }
.content div.loading img {
vertical-align: middle; }
.content div.loading img.rotate {
-webkit-animation-name: rotate;
-ms-animation-name: rotate;
animation-name: rotate;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-ms-animation-timing-function: linear;
animation-timing-function: linear; }
.well {
border-radius: 0.25rem;
background: #eceeef;
border-color: #818a91;
-webkit-box-shadow: none;
box-shadow: none; }
.widget {
margin-bottom: 2rem; }
.view {
width: 100%;
overflow: hidden;
position: relative;
text-align: center;
cursor: default; }
.view--rounded {
border-radius: 0.25rem; }
.view--circle {
border-radius: 100%; }
.view--circle img {
border-radius: 100% !important; }
.view .content,
.view .mask {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
top: 0;
left: 0; }
.view .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0; }
.view:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1; }
.view img {
max-width: 100%;
display: block;
position: relative; }
.view h2 {
text-align: center;
position: relative;
padding: 10px;
background: rgba(222, 27, 27, 0.8);
color: #FFF;
margin: 20px 0 0;
font-size: 1.125rem;
font-weight: 500; }
.view p {
font-size: 0.875rem;
position: relative;
color: #fff;
padding: 10px 20px 20px;
text-align: center; }
.view 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; }
.view a.info:hover {
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000; }
.view .view-buttons {
position: absolute;
width: 100%;
height: 100%;
display: table; }
.view .view-buttons-inner {
display: table-cell;
vertical-align: middle;
padding: 1rem; }
.view .view-buttons .icon {
font-size: 32px; }
/* EFFECT 1 */
.view-first img {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear; }
.view-first .mask {
-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; }
.view-first h2 {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.view-first p {
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear; }
.view-first:hover img {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1); }
.view-first a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.view-first:hover a.info,
.view-first:hover h2,
.view-first:hover p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px); }
.view-first:hover p {
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
transition-delay: 0.1s; }
.view-first:hover a.info {
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s; }
/* EFFECT 2 */
.view-second img {
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-o-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out; }
.view-second .mask {
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0; }
.view-second h2 {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0; }
.view-second p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear; }
.view-second a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear; }
.view-second:hover img {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5); }
.view-second:hover a.info,
.view-second:hover h2,
.view-second:hover p {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1; }
/* EFFECT 3 */
.view-third img {
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
transition: all 0.2s ease-in; }
.view-third .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: translate(460px, -100px) rotate(180deg);
-moz-transform: translate(460px, -100px) rotate(180deg);
-o-transform: translate(460px, -100px) rotate(180deg);
-ms-transform: translate(460px, -100px) rotate(180deg);
transform: translate(460px, -100px) rotate(180deg);
-webkit-transition: all 0.2s 0.4s ease-in-out;
-moz-transition: all 0.2s 0.4s ease-in-out;
-o-transition: all 0.2s 0.4s ease-in-out;
-ms-transition: all 0.2s 0.4s ease-in-out;
transition: all 0.2s 0.4s ease-in-out; }
.view-third h2 {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.view-third p {
-webkit-transform: translateX(300px) rotate(90deg);
-moz-transform: translateX(300px) rotate(90deg);
-o-transform: translateX(300px) rotate(90deg);
-ms-transform: translateX(300px) rotate(90deg);
transform: translateX(300px) rotate(90deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.view-third a.info {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.view-third:hover .mask {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.view-third:hover h2 {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s; }
.view-third:hover p {
-webkit-transform: translateX(0px) rotate(0deg);
-moz-transform: translateX(0px) rotate(0deg);
-o-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s; }
.view-third:hover a.info {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s; }
/* EFFECT 4 */
.view-fourth img {
-webkit-transition: all 0.4s ease-in-out 0.2s;
-moz-transition: all 0.4s ease-in-out 0.2s;
-o-transition: all 0.4s ease-in-out 0.2s;
-ms-transition: all 0.4s ease-in-out 0.2s;
transition: all 0.4s ease-in-out 0.2s;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1; }
.view-fourth .mask {
background-color: black;
-webkit-transform: scale(0) rotate(-180deg);
-moz-transform: scale(0) rotate(-180deg);
-o-transform: scale(0) rotate(-180deg);
-ms-transform: scale(0) rotate(-180deg);
transform: scale(0) rotate(-180deg);
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.view-fourth h2 {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.view-fourth p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.view-fourth a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.view-fourth:hover .mask {
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
-o-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s; }
.view-fourth:hover img {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s; }
.view-fourth:hover a.info,
.view-fourth:hover h2,
.view-fourth:hover p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s; }
/* EFFECT 5 */
.view-fifth img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.view-fifth .mask {
background-color: black;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-o-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.view-fifth h2 {
background: #24142F; }
.view-fifth p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear; }
.view-fifth:hover .mask {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px); }
.view-fifth:hover img {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-o-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
.view-fifth:hover p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1; }
/* EFFECT 6 */
.view-sixth .mask {
top: -200px;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.3s ease-out 0.5s;
-moz-transition: all 0.3s ease-out 0.5s;
-o-transition: all 0.3s ease-out 0.5s;
-ms-transition: all 0.3s ease-out 0.5s;
transition: all 0.3s ease-out 0.5s; }
.view-sixth h2 {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out 0.1s;
-moz-transition: all 0.2s ease-in-out 0.1s;
-o-transition: all 0.2s ease-in-out 0.1s;
-ms-transition: all 0.2s ease-in-out 0.1s;
transition: all 0.2s ease-in-out 0.1s; }
.view-sixth p {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out 0.2s;
-moz-transition: all 0.2s ease-in-out 0.2s;
-o-transition: all 0.2s ease-in-out 0.2s;
-ms-transition: all 0.2s ease-in-out 0.2s;
transition: all 0.2s ease-in-out 0.2s; }
.view-sixth a.info {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out 0.3s;
-moz-transition: all 0.2s ease-in-out 0.3s;
-o-transition: all 0.2s ease-in-out 0.3s;
-ms-transition: all 0.2s ease-in-out 0.3s;
transition: all 0.2s ease-in-out 0.3s; }
.view-sixth:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
top: 0;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
-webkit-animation: bounceY 0.9s linear;
-moz-animation: bounceY 0.9s linear;
-ms-animation: bounceY 0.9s linear;
animation: bounceY 0.9s linear; }
.view-sixth:hover h2 {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s; }
.view-sixth:hover p {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s; }
.view-sixth:hover a.info {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s; }
@keyframes bounceY {
0% {
transform: translateY(-205px); }
40% {
transform: translateY(-100px); }
65% {
transform: translateY(-52px); }
82% {
transform: translateY(-25px); }
92% {
transform: translateY(-12px); }
100%,
55%,
75%,
87%,
97% {
transform: translateY(0px); } }
@-moz-keyframes bounceY {
0% {
-moz-transform: translateY(-205px); }
40% {
-moz-transform: translateY(-100px); }
65% {
-moz-transform: translateY(-52px); }
82% {
-moz-transform: translateY(-25px); }
92% {
-moz-transform: translateY(-12px); }
100%,
55%,
75%,
87%,
97% {
-moz-transform: translateY(0px); } }
@-webkit-keyframes bounceY {
0% {
-webkit-transform: translateY(-205px); }
40% {
-webkit-transform: translateY(-100px); }
65% {
-webkit-transform: translateY(-52px); }
82% {
-webkit-transform: translateY(-25px); }
92% {
-webkit-transform: translateY(-12px); }
100%,
55%,
75%,
87%,
97% {
-webkit-transform: translateY(0px); } }
/* PROFILE PAGES */
.profile-picture-wrapper {
position: relative; }
.profile-picture img {
max-width: 100%; }
.profile-picture.profile-picture--style-1 {
padding: 1rem 1rem 0; }
.profile-picture.profile-picture--style-1 img {
border-radius: 0.25rem; }
.profile-picture .btn-aux {
display: none;
width: 40px;
height: 40px;
border-radius: 40px;
line-height: 40px;
text-align: center;
position: absolute;
top: 35px;
right: 50px;
background: rgba(0, 0, 0, 0.8);
color: #ccc; }
.profile-picture:hover .btn-aux {
display: block; }
.profile-picture.btn-aux:hover {
background: #24142F;
color: #FFF; }
.profile-picture.profile-picture--style-2 {
margin: 0 auto;
width: 200px;
position: relative; }
.profile-picture.profile-picture--style-2 img {
border-radius: 100%;
margin-top: 30px;
border: 10px solid rgba(255, 255, 255, 0.1); }
.profile-picture.profile-picture--style-2 .btn-aux {
right: 10px;
top: 10px; }
.profile-details {
text-align: center;
margin-top: 20px; }
.profile-details .profile-name {
margin: 0;
padding: 0; }
.profile-details .profile-occupation {
margin: 12px 0 0;
padding: 0; }
.profile-details .profile-location {
margin: 2px 0 0;
padding: 0; }
.profile-connect {
text-align: center;
width: 100%;
margin: 1rem auto; }
.profile-stats {
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.3);
border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.profile-stats .stats-entry {
padding: 10px 0;
width: 50%;
border-right: 1px solid rgba(255, 255, 255, 0.3);
display: inline-block;
float: left; }
.profile-stats .stats-entry:last-child {
border-right: 0; }
.profile-stats .stats-entry .stats-count {
display: block;
font-weight: 500;
font-size: 1rem; }
.profile-stats .stats-entry .stats-label {
display: block;
font-weight: 300;
font-size: 0.75rem; }
.profile-useful-links:nth-child(n+2):not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.profile-useful-links .useful-links {
padding: 2rem; }
.profile-useful-links .useful-links a {
display: block;
margin-bottom: 10px;
font-size: 0.875rem; }
.profile-useful-links .useful-links a:last-child {
margin-bottom: 0; }
.profile-useful-links .useful-links a > i {
margin-right: 6px; }
.short-info {
margin-bottom: 1.5rem; }
.short-info:last-child {
margin: 0; }
.short-info .short-info-label {
padding: 0;
margin: 0;
display: block;
font-size: 0.75rem;
color: #818a91;
font-weight: 400; }
.short-info .short-info-title {
padding: 0;
margin: 0;
display: block;
font-size: 1rem;
color: #2b2b2c;
font-weight: 500; }
.short-info .short-info-subtitle {
padding: 0;
margin: 0;
display: block;
font-size: 1rem;
color: #818a91;
font-weight: 300; }
.short-info i {
font-size: 36px;
display: inline-block; }
.short-info .short-info-img {
width: 50px; }
.short-info .short-info-img img {
max-width: 100%;
border-radius: 100%; }
.short-info .short-info-offset {
display: inline-block;
padding-left: 16px;
margin-bottom: 15px;
position: relative; }
.short-info:last-child .short-info-offset {
margin-bottom: 0; }
.short-info .short-info-offset .btn {
position: relative;
float: right; }
/* SHOP DEFAULT - General styling for shop sections */
.shop-default-wrapper #divProductList {
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out; }
.shop-default-wrapper .shop-grid-section-header {
height: 62px;
padding: 15px;
border-bottom: 1px solid #e0eded; }
.shop-default-wrapper .shop-grid-section-header .shop-grid-section-title {
margin: 0;
padding: 0 1rem;
font-size: 1rem;
font-family: "Roboto", sans-serif;
font-weight: 600;
color: #111111; }
.shop-default-wrapper .shop-grid-section-footer {
padding: 15px; }
.shop-default-wrapper .btn-view-mode {
font-size: 20px;
line-height: 1.6;
margin-right: 0;
color: #eceeef; }
.shop-default-wrapper .btn-view-mode.active {
color: #2b2b2c; }
.shop-default-wrapper .aux-text {
display: inline-block;
font-family: "Roboto", sans-serif;
font-weight: 600;
font-size: 0.875rem;
color: #2b2b2c; }
.shop-default-wrapper .btn-reset-filters {
font-weight: 400; }
.shop-default-wrapper .btn-reset-filters > i {
margin-right: 5px;
font-size: 13px; }
.shop-default-wrapper .product .price-wrapper .price {
font-size: 32px;
color: #2b2b2c; }
.shop-default-wrapper .product .price-wrapper .price sup {
font-size: 16px;
top: -1em;
font-weight: 400; }
.shop-default-wrapper .product .price-wrapper .price .price-value {
margin: 0 3px; }
.shop-default-wrapper .product .price-wrapper .price.discount {
text-decoration: none;
margin-right: 8px; }
.shop-default-wrapper .product .price-wrapper .price.discount .price-value {
margin: 0 1px;
font-weight: 400;
font-size: 24px;
text-decoration: line-through; }
.shop-default-wrapper .product .price-wrapper .price.discount sup {
font-size: 14px; }
.shop-default-wrapper .product .price-wrapper .price.discount sup.price-value-dec {
text-decoration: line-through; }
.shop-default-wrapper .product .product-colors {
margin-top: 12px;
text-align: center;
min-height: 44px; }
.shop-default-wrapper .product .product-colors .product-colors-label {
display: block;
margin-bottom: 4px;
text-transform: uppercase;
color: #2b2b2c;
font-size: 0.75rem;
font-weight: 500; }
.shop-default-wrapper .product .product-colors .color-switch a {
display: inline-block;
float: none !important;
width: 16px;
height: 16px;
margin-right: 3px;
margin-bottom: 0;
border-radius: 0.25rem; }
.shop-default-wrapper .product .product-actions {
opacity: 0;
width: 42px;
position: absolute;
left: 15px;
bottom: 20px; }
.shop-default-wrapper .product .product-actions.in {
opacity: 1; }
.shop-default-wrapper .product .product-actions .btn-product-action {
display: block;
width: 100%;
height: 38px;
line-height: 38px;
margin-bottom: 6px;
border: 0;
border-radius: 38px;
background: #eceeef;
color: #2b2b2c;
font-size: 18px;
outline: 0; }
.shop-default-wrapper .product .product-actions .btn-product-action:hover {
background: #24142F;
color: #FFF;
border-color: #24242D; }
.shop-default-wrapper .product .product-actions .btn-product-action:active {
border-color: transparent; }
.shop-default-wrapper .product .product-actions.animated {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-ms-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s; }
.shop-default-wrapper .filter-sidebar {
padding: 30px; }
.shop-default-wrapper .filter-sidebar .filter-checkbox .checkbox {
margin-bottom: 15px; }
.shop-default-wrapper .filter-sidebar .filter-checkbox .checkbox label {
padding-left: 10px; }
.shop-default-wrapper .product figure {
border: 0; }
.shop-default-wrapper .product .switch-on-hover img {
display: none;
opacity: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out; }
.shop-default-wrapper .product .switch-on-hover img.img-primary {
display: block;
opacity: 1; }
.shop-default-wrapper .product:hover .switch-on-hover img {
display: block;
opacity: 1; }
.shop-default-wrapper .product:hover .switch-on-hover img.img-primary {
display: none;
opacity: 0; }
/* SHOP CARDS */
.shop-cards-wrapper .product {
margin: 0;
padding: 1.5rem;
background: #fff; }
.shop-cards-wrapper .product.product--style-2 {
position: relative; }
.shop-cards-wrapper .product.product--style-2 .product-image {
display: inline-block;
float: left;
width: 40%; }
.shop-cards-wrapper .product.product--style-2 .product-content {
display: inline-block;
width: 60%; }
.shop-cards-wrapper .product.product--style-2 .product-content .product-info {
position: absolute;
right: 20px;
bottom: 12px; }
.shop-cards-wrapper .product.product--style-2 .product-content .product-info .price-wrapper {
display: block;
margin-bottom: 10px; }
.shop-cards-wrapper .product.product--style-2 .product-content .product-icon-btn {
display: inline-block;
margin-right: 10px;
font-size: 16px;
color: #2b2b2c;
font-weight: 500; }
.shop-cards-wrapper .product.product--style-2 .product-content .product-icon-btn.active {
color: #24142F; }
.shop-cards-wrapper .product.product--style-2 .product-content .product-icon-btn:last-child {
margin-right: 0; }
.shop-cards-wrapper .product.product--style-2 .product-content .product-icon-btn:hover {
color: #24142F; }
.shop-cards-wrapper .product .product-title,
.shop-cards-wrapper .product .product-title a {
color: #2b2b2c; }
.shop-cards-wrapper .product .product-description {
color: #818a91;
font-size: 0.875rem;
line-height: 1.6; }
.shop-cards-wrapper .product .product-long-description {
max-width: 360px;
margin: 0 auto; }
.shop-cards-wrapper.shop-tech-wrapper .product-buttons .btn-cart {
font-size: 0.625rem !important;
padding: 0.625rem 0.875rem !important; }
.shop-cards-wrapper.shop-tech-wrapper .product-buttons .btn-icon {
text-align: center;
font-size: 20px;
padding: 2px;
color: #55595c;
border: 0; }
.shop-cards-wrapper.shop-tech-wrapper .product-buttons .btn-icon:hover,
.shop-cards-wrapper.shop-tech-wrapper .product-buttons .btn-icon.active {
color: #24142F; }
.shop-cards-wrapper .product .price-wrapper .price-sm {
font-size: 24px; }
.shop-cards-wrapper .product .price-wrapper .price-sm.discount .price-value {
font-size: 1rem;
font-weight: 600; }
.shop-grid-wrapper .product {
margin: 0;
padding: 1.5rem; }
/* SHOP MINIMALIST */
.shop-minimalist-wrapper .product {
border: 0;
background: #eee; }
.shop-minimalist-wrapper .product .product-image {
padding: 30px; }
.shop-minimalist-wrapper .product .product-image .mask {
border-radius: 0.25rem; }
.shop-minimalist-wrapper .product .product-image .product-title {
color: white;
font-size: 1rem;
font-weight: 600;
text-transform: none;
margin: 30px 0; }
.shop-minimalist-wrapper .product .product-image .product-price-wrapper {
position: absolute;
bottom: 30px;
left: 0;
width: 100%; }
.shop-minimalist-wrapper .product .product-image .product-price {
font-weight: 400;
color: white; }
.shop-minimalist-wrapper .product .product-image .product-price .price-value {
font-size: 24px; }
.shop-minimalist-wrapper .product .product-image .product-price.discount {
padding: 7px 0 0;
margin-right: 4px;
font-size: 0.875rem;
font-weight: 400;
color: #ff3b30;
text-decoration: line-through; }
/* PRODUCT RIBBONS */
.product-ribbon {
position: absolute;
top: 15px; }
.product-ribbon.product-ribbon-left {
left: 15px; }
.product-ribbon.product-ribbon-right {
right: 15px; }
.product-ribbon.no-space {
top: 0; }
.product-ribbon.no-space.product-ribbon-left {
left: 0; }
.product-ribbon.no-space.product-ribbon-right {
right: 0; }
.product-ribbon.product-ribbon--style-1 {
width: 48px;
height: 48px;
border-radius: 100%;
text-align: center;
line-height: 48px;
font-size: 11px;
z-index: 200; }
/* SHOP - SWIPER CONTAINER */
.product-swiper-container {
position: relative;
padding-top: 20px; }
.product-swiper-container .swiper-slide img {
max-width: 100%; }
.product-swiper-container .swiper-pagination {
top: 0;
bottom: auto;
text-align: left; }
/* PRODUCT DESCRIPTION */
.product-description-wrapper .product-title {
margin: 0;
padding: 0;
font-size: 1.25rem;
font-weight: 600;
font-family: "Roboto", sans-serif;
color: #2b2b2c; }
.product-description-wrapper .product-category-label {
margin: 0 0 20px;
padding: 0;
font-weight: 400;
color: #818a91; }
.product-description-wrapper .product-short-text {
margin: 16px 0; }
.product-description-wrapper .product-price {
margin: 16px 0;
font-size: 36px;
font-weight: 400;
color: #2b2b2c; }
.product-description-wrapper .product-price.discount {
padding: 7px 0 0;
margin-right: 4px;
font-size: 0.875rem;
font-weight: 400;
color: #ff3b30;
text-decoration: line-through; }
.product-description-wrapper .product-short-info {
margin: 30px 0; }
.product-description-wrapper .product-short-info span {
display: block;
padding: 4px; }
.product-description-wrapper .product-short-info strong {
font-weight: 500;
color: #818a91;
margin-right: 5px; }
.product-description-wrapper .product-quantity .btn-cart,
.product-description-wrapper .product-quantity .btn-wishlist {
height: 60px;
margin-left: 15px; }
/* PLUS - MINUS CONTROL */
.spinner {
width: 100px; }
.spinner input {
text-align: right;
padding: 16px 20px;
height: 61px;
border: 0;
text-align: center;
background: #f3f3f3; }
.input-group-btn-vertical {
position: relative;
white-space: nowrap;
width: 1%;
vertical-align: middle;
display: table-cell; }
.input-group-btn-vertical > .btn {
outline: 0 !important;
display: block;
float: none;
width: 100%;
max-width: 100%;
height: 31px;
width: 30px;
border: 2px solid #f3f3f3;
text-align: center;
margin-left: -2px;
position: relative;
border-radius: 0; }
.input-group-btn-vertical > .btn:active,
.input-group-btn-vertical > .btn:focus {
outline: 0 !important; }
.input-group-btn-vertical > .btn:hover {
background-color: #24142F;
color: #FFF; }
.input-group-btn-vertical > .btn:first-child {
border-top-right-radius: 2px; }
.input-group-btn-vertical > .btn:last-child {
margin-top: -2px;
border-bottom-right-radius: 2px; }
.input-group-btn-vertical i {
position: absolute;
top: 50%;
left: 50%;
margin-top: -4.5px;
margin-left: -4.5px;
font-size: 9px; }
.input-group-btn-vertical i.icon {
font-size: 14px;
margin-top: -9px;
margin-left: -3px; }
.c-base-1 {
color: #24142F !important; }
.c-base-2 {
color: #292f36 !important; }
.c-base-3 {
color: #818a91 !important; }
.c-base-4 {
color: #2B2B2B !important; }
.c-base-5 {
color: #FFF !important; }
.c-base-text-1 {
color: #FFF; }
.c-base-text-2 {
color: #FFF; }
.c-base-text-3 {
color: rgba(255, 255, 255, 0.9); }
.c-base-text-4 {
color: #FFF; }
.c-base-text-5 {
color: #0A0814; }
.c-gray-dark {
color: #2b2b2c !important; }
.c-gray {
color: #55595c !important; }
.c-gray-light {
color: #818a91 !important; }
.c-gray-lighter {
color: #eceeef !important; }
.c-gray-lightest {
color: #f7f7f9 !important; }
.c-black {
color: #000000 !important; }
.c-white {
color: white !important; }
.c-blue {
color: #007aff !important; }
.c-teal-blue {
color: #5ac8fa !important; }
.c-green {
color: #4cd964 !important; }
.c-red {
color: #ff3b30 !important; }
.c-pink {
color: #ff2d55 !important; }
.c-orange {
color: #ff9500 !important; }
.c-yellow {
color: #ffcc00 !important; }
.c-purple {
color: #5856d6 !important; }
.c-twitter {
color: #1da1f2; }
.c-facebook {
color: #3b5998; }
.c-instagram {
color: #e1306c; }
.c-skype {
color: #00aff0; }
.no-bg {
background: transparent !important; }
.bg-base-1 {
background-color: #24142F !important;
color: #FFF !important; }
.bg-base-1 .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
color: #FFF !important; }
.bg-base-2 {
background-color: #292f36 !important;
color: #FFF !important; }
.bg-base-2 .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
color: #FFF !important; }
.bg-base-3 {
background-color: #818a91;
color: rgba(255, 255, 255, 0.9); }
.bg-base-3 .heading,
.bg-base-3 a:not(.btn) {
color: rgba(255, 255, 255, 0.9) !important; }
.bg-base-4 {
background-color: #2B2B2B;
color: #FFF; }
.bg-base-4 .heading,
.bg-base-4 a:not(.btn) {
color: #FFF !important; }
.bg-base-5 {
background-color: #FFF;
color: #0A0814; }
.bg-base-5 .heading,
.bg-base-5 a:not(.btn) {
color: #0A0814 !important; }
.bg-white {
background-color: white;
color: #333; }
.bg-gray-dark {
background-color: #2b2b2c;
color: #eceeef; }
.bg-gray-dark *:not(.btn) {
color: #eceeef !important; }
.bg-gray-light {
background-color: #818a91;
color: #2b2b2c; }
.bg-gray-light *:not(.btn) {
color: #2b2b2c !important; }
.bg-gray-lighter {
background-color: #eceeef;
color: #2b2b2c; }
.bg-gray-lighter *:not(.btn) {
color: #2b2b2c !important; }
.bg-black {
background-color: #000000;
color: #FFF; }
.block-rainbow.bg-black *:not(.btn),
.bg-black .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
color: #FFF; }
.bg-space-gray {
background-color: #282d33;
color: #FFF; }
.bg-space-gray *:not(.btn) {
color: #FFF !important; }
.bg-blue {
background-color: #007aff !important;
color: #FFF; }
.bg-blue *:not(.btn) {
color: #FFF !important; }
.bg-teal-blue {
background-color: #5ac8fa !important;
color: #FFF; }
.bg-teal-blue *:not(.btn) {
color: #FFF !important; }
.bg-green {
background-color: #4cd964 !important;
color: #FFF; }
.bg-green *:not(.btn) {
color: #FFF !important; }
.bg-red {
background-color: #ff3b30 !important;
color: #FFF; }
.bg-red *:not(.btn) {
color: #FFF !important; }
.bg-pink {
background-color: #ff2d55 !important;
color: #FFF; }
.bg-pink *:not(.btn) {
color: #FFF !important; }
.bg-orange {
background-color: #ff9500 !important;
color: #FFF; }
.bg-orange *:not(.btn) {
color: #FFF !important; }
.bg-yellow {
background-color: #ffcc00 !important;
color: #FFF; }
.bg-yellow *:not(.btn) {
color: #FFF !important; }
.bg-purple {
background-color: #5856d6 !important;
color: #FFF; }
.bg-purple *:not(.btn) {
color: #FFF !important; }
.sct-color-1 {
background-color: #FFF; }
.sct-color-2 {
background-color: #fcfcfc; }
.sct-color-3 {
background-color: #282d33; }
.sct-color-3 .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
color: #d7d2cc; }
.sct-color-4 {
background-color: #121416; }
.sct-color-4 .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
color: #edebe9; }
.bg-gradient-1, .mask-gradient-1--style-1, .mask-gradient-1--style-2 {
background: linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%); }
.bg-gradient-blue-pink {
background-color: #E55D87;
background-color: -webkit-linear-gradient(to left, #E55D87, #5FC3E4);
background-color: linear-gradient(to left, #E55D87, #5FC3E4); }
.bg-gradient-electric-red {
background-color: #D31027;
background-color: -webkit-linear-gradient(to left, #D31027, #EA384D);
background-color: linear-gradient(to left, #D31027, #EA384D); }
[class^="space-"] {
display: block; }
.space-xs-sm {
margin-bottom: 1.5rem; }
.space-xs-md {
margin-bottom: 2.5rem; }
.space-xs-lg {
margin-bottom: 3.5rem; }
.space-xs-xl {
margin-bottom: 4.5rem; }
@media (min-width: 768px) {
.space-sm-sm {
margin-bottom: 1.5rem; }
.space-sm-md {
margin-bottom: 2.5rem; }
.space-sm-lg {
margin-bottom: 3.5rem; }
.space-sm-xl {
margin-bottom: 4.5rem; } }
@media (min-width: 992px) {
.space-md-sm {
margin-bottom: 1.5rem; }
.space-md-md {
margin-bottom: 2.5rem; }
.space-md-lg {
margin-bottom: 3.5rem; }
.space-md-xl {
margin-bottom: 4.5rem; } }
@media (min-width: 1201px) {
.space-lg-sm {
margin-bottom: 1.5rem; }
.space-lg-md {
margin-bottom: 2.5rem; }
.space-lg-lg {
margin-bottom: 3.5rem; }
.space-lg-xl {
margin-bottom: 4.5rem; } }
@media (max-width: 767px) {
.space-xs-only-1 {
clear: both;
margin-bottom: 1rem; }
.space-xs-only-2 {
clear: both;
margin-bottom: 2rem; }
.space-xs-only-3 {
clear: both;
margin-bottom: 3rem; } }
@media (min-width: 768px) and (max-width: 991px) {
.space-sm-only-1 {
clear: both;
margin-bottom: 1rem; }
.space-sm-only-2 {
clear: both;
margin-bottom: 2rem; }
.space-sm-only-3 {
clear: both;
margin-bottom: 3rem; } }
@media (min-width: 992px) and (max-width: 1200px) {
.space-md-only-1 {
clear: both;
margin-bottom: 1rem; }
.space-md-only-2 {
clear: both;
margin-bottom: 2rem; }
.space-md-only-3 {
clear: both;
margin-bottom: 3rem; } }
@media (min-width: 1201px) {
.space-lg-only-1 {
clear: both;
margin-bottom: 1rem; }
.space-lg-only-2 {
clear: both;
margin-bottom: 2rem; }
.space-lg-only-3 {
clear: both;
margin-bottom: 3rem; } }
.no-margin {
margin: 0 !important; }
.mt-0 {
margin-top: 0 !important; }
@media (min-width: 992px) {
.mt--1 {
margin-top: -1rem !important; }
.mt--2 {
margin-top: -2rem !important; }
.mt--3 {
margin-top: -3rem !important; }
.mr--1 {
margin-right: -1rem !important; }
.mr--2 {
margin-right: -2rem !important; }
.mr--3 {
margin-right: -3rem !important; }
.mb--1 {
margin-bottom: -1rem !important; }
.mb--2 {
margin-bottom: -2rem !important; }
.mb--3 {
margin-bottom: -3rem !important; }
.ml--1 {
margin-left: -1rem !important; }
.ml--2 {
margin-left: -2rem !important; }
.ml--3 {
margin-left: -3rem !important; }
.mt-150 {
margin-top: 150px !important; }
.mb-150 {
margin-bottom: 150px !important; }
.mt-300 {
margin-top: 300px !important; }
.mb-300 {
margin-bottom: 300px !important; }
.mt--150 {
margin-top: -150px !important; }
.mb--150 {
margin-bottom: -150px !important; }
.mt--300 {
margin-top: -300px !important; }
.mb--300 {
margin-bottom: -300px !important; } }
.no-padding {
padding: 0 !important; }
.pt-0 {
padding-top: 0 !important; }
@media (min-width: 992px) {
.pb-150 {
padding-bottom: 150px; } }
.top-10vh {
top: 10vh; }
.text-uppercase {
text-transform: uppercase !important; }
.text-capitalize {
text-transform: capitalize !important; }
.text-normal {
text-transform: none !important; }
.text-line-through {
text-decoration: line-through; }
.text-underline {
text-decoration: underline; }
.font-blzee {
font-family: "Blzee", sans-serif !important; }
.font-custom-1 {
font-family: "Sue Ellen Francisco", sans-serif !important; }
.font-custom-2 {
font-family: "Pacifico", sans-serif !important; }
.font-custom-3 {
font-family: "YellowTail", sans-serif !important; }
.font-custom-4 {
font-family: "Slabo 27px", sans-serif !important; }
.no-border {
border: 0 !important; }
.b-xs-all {
border: 1px solid #e0eded; }
.b-xs-top {
border-top: 1px solid #e0eded; }
.b-xs-right {
border-right: 1px solid #e0eded; }
.b-xs-bottom {
border-bottom: 1px solid #e0eded; }
.b-xs-left {
border-left: 1px solid #e0eded; }
@media (min-width: 768px) {
.b-md-all {
border: 1px solid #e0eded; }
.b-md-top {
border-top: 1px solid #e0eded; }
.b-md-right {
border-right: 1px solid #e0eded; }
.b-md-bottom {
border-bottom: 1px solid #e0eded; }
.b-md-left {
border-left: 1px solid #e0eded; } }
@media (min-width: 992px) {
.b-lg-all {
border: 1px solid #e0eded; }
.b-lg-top {
border-top: 1px solid #e0eded; }
.b-lg-right {
border-right: 1px solid #e0eded; }
.b-lg-bottom {
border-bottom: 1px solid #e0eded; }
.b-lg-left {
border-left: 1px solid #e0eded; } }
.no-radius {
border-radius: 0 !important; }
.sct-shadow-top-1 {
background-image: url("../images/shadows/shadow-1.png");
background-repeat: no-repeat;
background-position: top center; }
.sct-shadow-bottom-1 {
background-image: url("../images/shadows/shadow-1.png");
background-repeat: no-repeat;
background-position: bottom center; }
.strong {
font-weight: bold !important; }
.strong-100 {
font-weight: 100 !important; }
.strong-200 {
font-weight: 200 !important; }
.strong-300 {
font-weight: 300 !important; }
.strong-400 {
font-weight: 400 !important; }
.strong-500 {
font-weight: 500 !important; }
.strong-600 {
font-weight: 600 !important; }
.strong-700 {
font-weight: 700 !important; }
/* LINE SPACING */
.ls-1 {
letter-spacing: 1px !important; }
.ls-2 {
letter-spacing: 2px !important; }
.ls-3 {
letter-spacing: 3px !important; }
.ls-4 {
letter-spacing: 4px !important; }
.ls-5 {
letter-spacing: 5px !important; }
.line-height-1_6 {
line-height: 1.6 !important; }
.line-height-1_8 {
line-height: 1.8 !important; }
.text-italic {
font-style: italic !important; }
.z-depth--removed {
border-width: 1px !important;
box-shadow: none !important; }
.z-depth-1:not(.btn),
.z-depth-1--hover:not(.btn):hover,
.z-depth-1-top:not(.btn),
.z-depth-1-top--hover:not(.btn):hover,
.z-depth-1-bottom:not(.btn),
.swiper-slide > .block--style-4-v1:not(.btn),
.z-depth-1-bottom--hover:not(.btn):hover,
.z-depth-2:not(.btn),
.z-depth-2--hover:not(.btn):hover,
.z-depth-2-top:not(.btn),
.z-depth-2-top--hover:not(.btn):hover,
.z-depth-2-bottom:not(.btn),
.z-depth-2-bottom--hover:not(.btn):hover,
.z-depth-3:not(.btn),
.z-depth-3--hover:not(.btn):hover,
.z-depth-3-top:not(.btn),
.z-depth-3-top--hover:not(.btn):hover,
.z-depth-3-bottom:not(.btn),
.z-depth-3-bottom--hover:not(.btn):hover,
.z-depth-4:not(.btn),
.z-depth-4--hover:not(.btn):hover,
.z-depth-4-top:not(.btn),
.z-depth-4-top--hover:not(.btn):hover,
.z-depth-4-bottom:not(.btn),
.z-depth-4-bottom--hover:not(.btn):hover,
.z-depth-5:not(.btn),
.z-depth-5--hover:not(.btn):hover,
.z-depth-5-top:not(.btn),
.z-depth-5-top--hover:not(.btn):hover,
.z-depth-5-bottom:not(.btn),
.z-depth-5-bottom--hover:not(.btn):hover {
border-width: 0 !important; }
.z-depth-0,
.z-depth-0--hover:hover {
box-shadow: none !important; }
.z-depth-1,
.z-depth-1--hover:hover {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); }
.z-depth-1-top,
.z-depth-1-top--hover:hover {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12); }
.z-depth-1-bottom, .swiper-slide > .block--style-4-v1,
.z-depth-1-bottom--hover:hover {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16); }
.z-depth-2,
.z-depth-2--hover:hover {
box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19); }
.z-depth-2-top,
.z-depth-2-top--hover:hover {
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19); }
.z-depth-2-bottom,
.z-depth-2-bottom--hover:hover {
box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2); }
.z-depth-3,
.z-depth-3--hover:hover {
box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19); }
.z-depth-3-top,
.z-depth-3-top--hover:hover {
box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19); }
.z-depth-3-bottom,
.z-depth-3-bottom--hover:hover {
box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24); }
.z-depth-4,
.z-depth-4--hover:hover {
box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 25px 55px rgba(0, 0, 0, 0.21); }
.z-depth-4-top,
.z-depth-4-top--hover:hover {
box-shadow: 0 25px 55px rgba(0, 0, 0, 0.21); }
.z-depth-4-bottom,
.z-depth-4-bottom--hover:hover {
box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22); }
.z-depth-5,
.z-depth-5--hover:hover {
box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2), 0 40px 77px rgba(0, 0, 0, 0.22); }
.z-depth-5-top,
.z-depth-5-top--hover:hover {
box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22); }
.z-depth-5-bottom,
.z-depth-5-bottom--hover:hover {
box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2); }
.rounded {
border-radius: 0.25rem; }
.img-center, .gallery-container .gallery-top .swiper-slide img, .gallery-container .gallery-thumbs .swiper-slide img, .product-swiper-container .swiper-slide img {
display: block;
margin-left: auto;
margin-right: auto; }
.img-circle {
border-radius: 50% !important; }
.relative {
position: relative; }
.overflow--visible {
overflow: visible !important; }
.overflow--hidden {
overflow: hidden !important; }
body {
background: #fff; }
.body-wrap {
position: relative;
z-index: 0;
background: #FFF; }
.body-wrap.body-boxed {
margin: 20px auto;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
.body-wrap.body-boxed--no-margin {
margin: 0 auto;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
.body-wrap:after,
.body-wrap:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: -1;
height: 260px; }
.body-wrap:after {
top: auto;
bottom: 0; }
@media (min-width: 1200px) {
.body-wrap.body-boxed {
width: 1230px; } }
@media (min-width: 992px) and (max-width: 1199px) {
.body-wrap.body-boxed {
width: 1000px; } }
.body-bg-1 {
background: url("../images/patterns/pattern-1.png");
background-repeat: repeat; }
.body-bg-2 {
background: url("../images/patterns/pattern-2.png");
background-repeat: repeat; }
.body-bg-3 {
background: url("../images/patterns/pattern-3.png");
background-repeat: repeat; }
.same-height {
min-height: 400px; }
.page-title {
position: relative; }
.page-title .breadcrumb {
display: inline-block;
background: transparent;
float: none;
padding: 0;
margin: 0; }
.page-title .breadcrumb li,
.page-title .breadcrumb li > a {
font-weight: 400;
font-size: 0.75rem;
text-transform: uppercase; }
.page-title .breadcrumb--style-1 li,
.page-title .breadcrumb--style-1 li a,
.page-title .breadcrumb--style-1 li a:hover,
.page-title .breadcrumb--style-1 li.active a {
color: #eceeef; }
.page-title .breadcrumb--style-2 li,
.page-title .breadcrumb--style-2 li a,
.page-title .breadcrumb--style-2 li a:hover,
.page-title .breadcrumb--style-2 li.active a {
color: #2b2b2c; }
.page-title-wrapper {
position: relative; }
.page-title-wrapper .page-title-scroll-down {
position: absolute;
bottom: -18px;
left: 50%;
margin-left: -18px;
display: block;
width: 36px;
height: 36px;
line-height: 28px;
text-align: center;
background-color: inherit;
border-radius: 100%;
color: #818a91;
font-size: 12px;
z-index: 100; }
.page-title.page-title--style-1 {
padding: 1.5rem 0;
background: #fcfcfc;
color: #333;
border-bottom: 1px solid #f2f2f2; }
.page-title.page-title--style-1 h2 {
margin: 0;
font-size: 1.25rem;
font-weight: 600;
line-height: 100%;
letter-spacing: 0;
color: #333; }
.page-title.page-title--style-1 .breadcrumb {
margin-bottom: 5px; }
.page-title.page-title--style-2 {
padding: 12rem 0;
color: #333;
position: relative;
background-repeat: no-repeat;
background-size: cover; }
.page-title.page-title--style-2 h2 {
display: block;
padding: 10px 0;
font-family: "Roboto", sans-serif; }
.page-title.page-title--style-2 .breadcrumb {
display: inline-block;
float: none;
padding: 4px 8px; }
.page-title.page-title--style-2 .breadcrumb li,
.page-title.page-title--style-2 .breadcrumb li > a {
font-size: 0.75rem;
font-weight: 500; }
.page-title.page-title--style-2 .nav {
position: relative;
top: 30px;
margin-top: 0;
left: 0; }
.page-title.page-title--style-3 {
padding: 30px 0;
text-align: center; }
.page-title.page-title--style-3 h2 {
display: block;
text-align: center;
padding: 10px 0;
font-size: 1.5rem;
color: white; }
.page-title.page-title--style-3 .breadcrumb {
float: none;
padding: 10px 0; }
.page-title.page-title--style-4 {
position: relative;
padding: 4rem 0;
background: transparent;
color: #333;
border-color: #e0eded;
background-position: 50 0; }
.page-title.page-title--style-4 .breadcrumb {
padding: 8px 0; }
.page-title.page-title--style-4 .heading-md {
padding: 8px 0; }
@media only screen and (max-width: 767px) {
.page-title {
text-align: center; }
.page-title h2 {
padding: 18px 0 0; }
.page-title .breadcrumb {
float: none;
padding: 18px 0; }
.page-title.page-title--style-4 .sorting-options {
text-align: center;
margin-top: 20px; } }
@media (min-width: 992px) {
.page-title.page-title--style-1 .row {
display: -ms-flexbox;
-ms-flex-pack: center;
-ms-flex-align: center;
display: -moz-box;
-moz-box-pack: center;
-moz-box-align: center;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
display: box;
box-pack: center;
box-align: center; } }
.cta-wrapper p {
margin: 0; }
.cta-wrapper--over {
position: absolute;
top: 0;
left: 50%;
right: auto;
width: 910px;
height: 140px;
margin-top: -70px;
margin-left: -455px;
z-index: 1000; }
.has-cta-over {
position: relative;
margin-top: 100px; }
@media (max-width: 991px) {
.cta-wrapper--over {
position: static;
width: 100%;
height: auto;
left: 0;
margin: 0;
border-radius: 0; }
.has-cta-over {
margin-top: 0; } }
.cta-wrapper > a {
display: block;
text-underline: none; }
.cta-wrapper > a > .cta-inner {
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
.cta-wrapper > a:hover > .bg-base-1 {
background: #24242D !important; }
.cta-wrapper > a:hover > .bg-base-2 {
background: #c71818 !important; }
.has-bg-cover {
position: relative; }
.bg-size-cover {
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.bg-size-contain {
background-size: cover;
background-repeat: no-repeat; }
.cover-caption {
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center; }
.cover-caption-inner {
position: relative;
z-index: 600;
padding: 2rem; }
.parallax-section {
position: relative;
overflow-x: hidden;
background-position: center top;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover; }
.parallax-section {
padding-top: 2rem;
padding-bottom: 2rem; }
.parallax-section-lg {
padding-top: 4rem;
padding-bottom: 4rem; }
.parallax-section-xl {
padding-top: 6rem;
padding-bottom: 6rem; }
.text-cover-wrapper {
padding: 80px 0; }
.text-cover-title {
margin: 0;
padding: 0;
font-size: 10rem;
font-weight: 700;
line-height: 1; }
.text-cover-subtitle {
margin: 0;
padding: 0;
font-size: 3rem;
font-weight: 700;
text-transform: uppercase;
line-height: 1; }
.text-cover-p {
width: 480px;
font-size: 1rem; }
@media (max-width: 991px) {
.text-cover-title {
font-size: 8rem; }
.text-cover-subtitle {
font-size: 2rem; }
.text-cover-p {
width: 100%; } }
.quote-info .quote-info-img {
border-radius: 100%;
display: inline-block;
max-width: 100px;
padding: 5px;
border: 1px solid transparent;
background: transparent; }
.quote-info .quote-info-img > img {
max-width: 100%;
border-radius: 100%; }
.quote-info-light .quote-info-img {
border-color: #eceeef; }
.quote-info-dark .quote-info-img {
border-color: #2b2b2c; }
.floating-quote-holder {
height: 500px; }
.floating-quote-wrapper {
width: 510px;
height: 390px;
position: absolute;
padding: 4rem 5rem;
z-index: 10;
border-radius: 0.25rem; }
.floating-quote-wrapper-lg {
width: 720px; }
.floating-quote-wrapper .quote-logo {
max-width: 160px; }
.floating-quote-wrapper.top-left {
left: 13%;
top: -60px; }
.floating-quote-wrapper.top-right {
right: 13%;
top: -60px; }
.floating-quote-wrapper.bottom-right {
right: 13%;
bottom: -60px; }
.floating-quote-wrapper.bottom-center {
left: 50%;
transform: translateX(-50%);
bottom: -60px; }
.floating-quote-wrapper.bottom-left {
left: 13%;
top: -60px; }
@media (max-width: 991px) {
.floating-quote-wrapper {
width: 90%;
left: 5%;
right: auto; } }
.client-logo {
padding: 1rem; }
.client-logo img {
max-width: 100%; }
.client-logo--style-1 {
background: #FFF;
border-radius: 0.25rem; }
.client-logo--style-2 {
background: #818a91;
border-radius: 0.25rem; }
.client-logo--style-3 {
background: transparent; }
.client-logo--style-4 {
background: transparent;
border-radius: 0.25rem;
border: 1px solid #e0eded; }
.client-logo--style-4:hover {
border-color: #d0e4e4; }
@media (max-width: 991px) {
.client-logo {
margin-bottom: 20px; } }
.single-brand-logo {
width: 20%;
float: left;
overflow: hidden;
padding: 30px;
border-bottom: 1px solid rgba(243, 243, 243, 0.7);
border-right: 1px solid rgba(243, 243, 243, 0.7); }
.single-brand-logo:nth-child(5n) {
border-right: 0 none; }
.single-brand-logo:nth-child(6n),
.single-brand-logo:nth-child(7n),
.single-brand-logo:nth-child(8n),
.single-brand-logo:nth-child(9n),
.single-brand-logo:nth-child(10n) {
border-bottom: 0 none; }
.brand-logo-outer {
width: 100%;
height: 100px;
display: table; }
.brand-logo-inner {
display: table-cell;
vertical-align: middle; }
.single-brand-logo img {
max-width: 120px;
position: relative;
cursor: pointer; }
@media (max-width: 991px) {
.single-brand-logo {
width: 50%; } }
.floating-content {
position: relative;
z-index: 100;
padding: 2rem; }
.floating-content-fixed {
height: 300px; }
@media (max-width: 767px) {
.floating-content {
box-shadow: none !important; } }
@media (min-width: 992px) {
.floating-content.float-top {
top: -100px; }
.floating-content.float-right {
right: -100px; }
.floating-content.float-bottom {
bottom: -100px; }
.floating-content.float-left {
left: -100px; } }
.caption-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center; }
.caption-wrapper > .caption-aligner {
width: 100%; }
.caption-wrapper > .caption-aligner > .caption {
width: 70%;
margin: auto; }
.caption-wrapper > .caption-aligner > .caption.caption--center {
flex: 1;
word-wrap: break-word; }
.caption-wrapper > .caption-aligner > .caption.caption--fluid {
width: 100%; }
.caption-wrapper > .caption-aligner > .caption.caption--style-1 {
background: #FFF;
padding: 46px; }
.overlayed-form--style-1 {
padding: 2rem; }
@media (min-width: 992px) {
.overlayed-form--style-1 {
position: absolute;
top: 0;
left: 120px;
width: 380px;
height: 100%;
background: rgba(255, 255, 255, 0.9); }
.overlayed-form--style-2 {
position: relative; } }
@media (max-width: 991px) {
.overlayed-form--style-2 {
margin: 0 !important; } }
.search-page-wrapper {
width: 760px;
margin: 50px auto;
position: relative;
z-index: 10; }
.search-widget {
position: relative; }
@media (min-width: 992px) {
.search-widget .form-group {
margin: 0; } }
.search-widget .form-control:hover {
border-color: #e0eded; }
.search-widget .form-control:focus {
border-color: #24142F; }
.search-widget button.btn-inner {
position: absolute;
top: 0;
right: 20px;
background: transparent;
border: medium none;
width: 43px;
height: 52px;
line-height: 35px;
text-align: center; }
.search-widget--style-1 .form-control:not(.bootstrap-select),
.search-widget--style-1 select.form-control-lg:not([size]):not([multiple]) {
border-radius: 0.25rem;
height: 62px; }
.search-widget--style-1 .form-control > .dropdown-toggle {
border-radius: 0.25rem; }
.search-widget--style-1 button.btn {
height: 62px;
line-height: 35px; }
.search-widget--style-2 .form-control {
border-radius: 0.25rem;
padding: 22px;
background: #FFF;
-webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
-moz-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2); }
.search-widget--style-2 button.btn-inner {
width: 43px;
height: 62px;
line-height: 35px; }
.search-widget--style-2 button.btn-inner:hover {
color: #24142F; }
.search-widget--style-3 .form-control {
height: 54px;
border: 0;
border-radius: 30px;
padding-left: 20px;
padding-right: 20px;
background: rgba(255, 255, 255, 0.8);
color: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
.search-widget--style-3.form-base-1 .form-control {
border: 0; }
.search-widget--style-3 .form-control:focus {
background: white; }
.search-widget--style-3 button.btn-inner {
width: 43px;
height: 54px;
line-height: 35px; }
.search-widget--style-4 {
margin: 0;
border-bottom: 1px solid #e0eded; }
.search-widget--style-4 form {
position: relative; }
.search-widget--style-4 .form-control {
height: 94px;
border: 0;
border-radius: 0;
padding: 0 90px 0 0;
font-size: 1.25rem; }
.search-widget--style-4 button.btn-inner {
right: 0;
height: 94px;
line-height: 94px;
color: #818a91; }
.search-widget--style-4 .bar:after,
.search-widget--style-4 .bar:before {
height: 1px; }
.search-widget--style-4 .form-control::-webkit-input-placeholder {
color: #818a91; }
.search-widget--style-4 .form-control:-moz-placeholder {
/* Firefox 18- */
color: #818a91; }
.search-widget--style-4 .form-control::-moz-placeholder {
/* Firefox 19+ */
color: #818a91; }
.form-default .form-control:-ms-input-placeholder {
color: #818a91; }
@media (max-width: 991px) {
.search-page-wrapper {
width: 100%;
padding: 0 20px; } }
.card-advanced-search {
background: white; }
.advanced-search-visible {
position: relative; }
.advanced-search-hidden {
display: none; }
.advanced-search-hidden.in {
display: block; }
.btn-advanced-search-open {
display: block;
width: 48px;
height: 40px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -24px;
text-align: center;
line-height: 40px;
background: #f2f2f2;
color: #818a91;
border-radius: 0.25rem 0.25rem 0 0; }
.listing-wrapper--style-1 {
padding: 2rem 0;
border-top: 1px solid #e0eded; }
@media (max-width: 1200px) {
.mobile-sidebar {
position: fixed;
top: 0;
left: 0;
width: 300px;
height: 100%;
z-index: 500; } }
.sidebar-inverse p {
color: rgba(255, 255, 255, 0.5); }
.sidebar-inverse .heading {
color: white; }
.sidebar-inverse .heading-light {
color: rgba(255, 255, 255, 0.8); }
.sidebar-inverse .stats-entry .stats-count {
color: white; }
.sidebar-inverse .stats-entry .stats-label {
color: rgba(255, 255, 255, 0.8); }
.sidebar-inverse .useful-links a {
color: rgba(255, 255, 255, 0.8); }
.sidebar-inverse .useful-links a:hover {
color: white; }
.sidebar--style-1 {
background: #fafafa;
border: 1px solid #e0eded;
border-radius: 0.25rem;
padding: 1.5rem; }
.sidebar--style-2 {
background: #eceeef;
border-radius: 0.25rem;
padding: 2rem; }
.sidebar--style-3 {
background: #fcfcfc;
border: 1px solid #e0eded;
border-radius: 0.25rem;
padding: 2rem; }
.sidebar-object {
margin-bottom: 3rem; }
.sidebar--style-1 .sidebar-object {
margin-bottom: 2rem;
padding-bottom: 2rem; }
.sidebar--style-1 .sidebar-object.has-bb {
border-bottom: 1px solid #e1e1e1; }
.sidebar--style-1 .sidebar-object:last-child {
border: 0;
padding: 0;
margin: 0; }
.sidebar-object .section-title {
margin-bottom: 1rem; }
.sidebar-object-title {
font-size: 0.8rem;
font-weight: 600;
color: #111111;
margin-bottom: 1rem;
margin-top: 0;
padding: 0;
font-family: "Roboto", sans-serif; }
.sidebar .sidebar-search-widget {
position: relative; }
.sidebar .sidebar-search-widget .form-control {
padding-right: 46px; }
.sidebar .sidebar-search-widget button {
position: absolute;
top: 0;
right: 0;
background: transparent;
border: medium none;
width: 46px;
height: 100%;
line-height: 35px;
text-align: center; }
.sidebar .sidebar-search-widget button:hover {
color: #24142F; }
.tagcloud a {
display: inline-block;
font-size: 12px;
text-align: center;
white-space: nowrap;
padding: 4px 8px;
margin: 0 4px 4px 0;
background: #24142F;
color: #FFF;
border-radius: 0.2rem;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
-ms-transition: background 0.2s linear;
transition: background 0.2s linear; }
.tagcloud a:hover {
background: #e84444; }
.tagcloud--style-1,
.tagcloud--style-2 {
background: transparent; }
.tagcloud--style-1 a {
background: #eceeef;
color: #818a91;
padding: 8px 10px; }
.tagcloud--style-1 a:hover {
background: #24142F;
color: #FFF; }
.tagcloud--style-2 a {
float: none;
display: inline-block;
margin: 0 20px 20px 0;
background: transparent;
border: 1px solid #2b2b2c;
color: #2b2b2c;
padding: 8px 12px; }
.tagcloud--style-2 a:hover {
background: #2b2b2c;
color: #eceeef; }
.tagcloud--style-3 a {
float: none;
display: inline-block;
margin: 0 20px 20px 0;
background: transparent;
border: 1px solid #eceeef;
color: #eceeef;
padding: 8px 12px; }
.tagcloud--style-3 a:hover {
background: #eceeef;
color: #2b2b2c; }
.photostream:after,
.photostream:before {
content: "";
display: table; }
.photostream:after {
clear: both; }
.photostream .photo-wrapper > a {
display: block;
width: calc(100% * 0.25 - 3px + 1px);
float: left;
margin-right: 3px;
margin-bottom: 3px; }
.photostream .photo-wrapper:nth-child(4n) > a {
width: calc(100% * 0.25 - 3px);
margin-right: 0; }
.photostream .photo-wrapper > a > img {
width: 100%; }
.photostream .photo-wrapper img:hover {
box-shadow: 0 0 0 3px #24142F; }
.contacts:not(.c-profile) {
padding: 0 8px; }
.contacts > [class*="col-"] {
padding: 0 10px; }
.contacts .contact-entry {
border: 1px solid rgba(243, 243, 243, 0.7);
border-radius: 2px;
margin-bottom: 24px;
background: #fff; }
.contacts .contact-entry .contact-entry-image {
display: block; }
.contacts .contact-entry .contact-entry-image img {
width: 100%;
border-radius: 2px 2px 0 0; }
.contacts .contact-entry-image {
margin: -1px -1px 0; }
.contacts .contact-info {
text-align: center;
margin-top: 15px;
padding: 0 5px; }
.contacts .contact-info strong {
color: #2b2b2c;
font-family: "Roboto", sans-serif;
font-size: 0.875rem;
font-weight: 500; }
.contacts .contact-info small {
color: #818a91;
font-size: 0.75rem;
margin-top: 3px; }
.contacts .contact-info small,
.contacts .contact-info strong {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block; }
.contacts .contact-footer {
border-top: 1px solid rgba(243, 243, 243, 0.7);
margin-top: 18px; }
.contacts .contact-footer > button {
padding: 4px 10px 3px;
display: block;
width: 100%;
text-align: center;
color: #818a91;
font-weight: 600;
font-size: 0.75rem;
text-transform: uppercase;
background: transparent;
border: 0;
outline: 0; }
.contacts .contact-footer > button:hover {
background: #24142F;
color: #FFF; }
.contacts .contact-footer > button:active {
background: #c71818;
color: #FFF; }
.contacts .contact-footer > button > i {
font-size: 0.75rem;
vertical-align: middle;
margin-top: -2px;
margin-right: 3px; }
.listview {
position: relative; }
.listview:not(.listview-lg):not(.listview-message) .listview-item {
padding: 1rem 0; }
.listview.listview-lg .listview-item:hover {
background-color: #FFFFDB; }
.listview .listview-item {
position: relative;
display: block;
-webkit-transition: background-color;
-o-transition: background-color;
transition: background-color;
-webkit-transition-duration: 300ms;
transition-duration: 300ms; }
.listview .listview-item .listview-small {
font-size: 12px;
color: #A9A9A9;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
width: 100%; }
.listview .listview-item .checkbox,
.listview .listview-item.media {
margin: 0; }
.listview .listview-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block; }
.listview a.listview-item:hover {
background: #ECF9FF; }
.listview [class*="listview-img"] {
border-radius: 50%; }
.listview .listview-img {
width: 48px;
height: 48px; }
.listview .listview-img-sm {
width: 35px;
height: 35px; }
.listview.listview-bordered .listview-item:not(:last-child) {
border-bottom: 1px solid #f0f0f0; }
.listview .listview-attrs {
list-style: none;
padding: 0;
margin: 5px 0 0; }
.listview .listview-attrs > li {
display: inline-block;
padding: 2px 10px 3px;
font-size: 12px;
margin-top: 5px;
margin-right: 2px; }
.listview .listview-attrs > li:not(.info):not(.primary):not(.warning):not(.danger) {
border: 1px solid #e0eded;
background: transparent;
color: #818a91; }
.listview .listview-attrs > li > a {
display: block; }
.listview:not(.listview-message) .listview-title {
color: #2b2b2c; }
.feature-badge > .feature-badge-value {
display: block;
font-size: 3rem;
font-weight: 600;
color: #2b2b2c; }
.feature-badge > .feature-badge-value > .feature-badge-subtext {
font-size: 1.5rem;
font-weight: 400;
color: #2b2b2c; }
.feature-badge > .feature-badge-text {
display: block;
font-size: 0.875rem; }
.map-canvas {
position: relative;
width: 100%;
height: 400px;
border-radius: 0.25rem; }
.map-canvas.style-1 {
border-radius: 0.25rem; }
.map-canvas .info-window-content {
min-width: 250px; }
.map-canvas .info-window-content h2 {
font-size: 18px;
font-weight: 600;
margin-bottom: 8px; }
.map-canvas .info-window-content h3 {
font-size: 14px;
font-weight: 500; }
.map-canvas .info-window-content p {
margin-top: 20px;
text-align: center;
font-size: 12px;
color: #999;
text-shadow: none; }
.map-canvas-square {
height: 200px; }
@media only screen and (min-width: 768px) {
.map-canvas {
height: 300px; } }
@media only screen and (min-width: 1170px) {
.map-canvas {
height: 400px; } }
.map-container {
position: relative; }
.map-container address {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 20px;
background-color: fade(#24142F, 80%);
color: #FFF; }
@media only screen and (min-width: 768px) {
.map-container address {
text-align: center; } }
#map-zoom-in,
#map-zoom-out {
height: 32px;
width: 32px;
cursor: pointer;
margin-left: 10px;
background-color: rgba(222, 27, 27, 0.5);
background-repeat: no-repeat;
background-size: 32px 64px;
background-image: url("../images/icons/google-maps/icon-controller.svg");
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
#map-zoom-in:hover,
#map-zoom-out:hover {
background-color: #24142F; }
@media only screen and (min-width: 768px) {
#map-zoom-in,
#map-zoom-out {
margin-left: 30px; } }
#map-zoom-in {
background-position: 50% 0;
margin-top: 10px;
margin-bottom: 1px; }
@media only screen and (min-width: 768px) {
#map-zoom-in {
margin-top: 30px; } }
#map-zoom-out {
background-position: 50% -32px; }
pre {
padding: 1rem;
margin: 0 0 10px;
font-size: 0.875rem;
line-height: 1.42857143;
color: #979da9;
background-color: #282c34;
border: 1px solid #282c34;
border-radius: 0.25rem; }
.color-code-preview {
border: 1px solid 0.25rem;
padding: 6px; }
.color-code-preview .color-preview {
height: 150px;
position: relative; }
.color-code-preview .color-code-rgb {
display: block;
padding: 0 0 5px;
text-align: center;
font-weight: 500;
font-size: 13px; }
.color-code-preview .color-code-hex {
display: block;
padding: 10px 0 5px;
text-align: center;
font-weight: 500;
font-size: 13px;
text-transform: uppercase; }
.color-code-preview .color-text {
position: absolute;
width: 100%;
top: 50%;
margin-top: -10px;
display: block;
text-align: center; }
.color-code-preview .color-class {
position: absolute;
top: 10px;
left: 10px; }
.play-video {
position: absolute;
left: 50%;
top: 50%;
background: #fff;
color: #333;
margin-left: -35px;
width: 70px;
height: 70px;
line-height: 70px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
margin-top: -35px;
border-radius: 50%;
cursor: pointer;
border: 0;
animation-delay: 0.2s;
text-align: center; }
.play-video:hover {
transform: scale(1.1); }
.play-video--style-1 {
background: #24142F;
color: #FFF; }
.play-video > i {
font-size: 20px;
margin-left: 5px; }
.play-video-sm {
width: 50px;
height: 50px;
line-height: 50px; }
.play-video-sm > i {
font-size: 14px; }
.play-video-inline {
display: inline-block;
position: relative;
left: 0;
top: 0;
margin-left: 0; }
.play-video-inline + .play-video-text {
display: inline-block;
margin-left: 12px;
font-size: 0.875rem;
font-weight: 500;
color: #2b2b2c; }
.gallery-top img {
max-width: 100%;
border-radius: 0.25rem; }
.gallery-bottom {
margin-top: 1rem; }
.gallery-thumb img {
max-width: 100%; }
.testimonial .testimonial-image {
border-radius: 100%;
max-width: 100%; }
.testimonial .testimonial-content .testimonial-text {
line-height: 1.5; }
.link-menu > a {
display: inline-block;
font-size: 0.875rem;
font-weight: 300;
cursor: pointer;
padding: 0.2em 1.3em;
margin-right: 0.625rem; }
.link-menu > a:last-child {
margin-right: 0; }
.link-menu--style-1 > a {
margin-left: 1rem;
padding-left: 0;
padding-right: 1rem;
color: #818a91; }
.link-menu--style-1 > a:first-child {
margin-left: 0; }
.link-menu--style-1 > a.active,
.link-menu--style-1 > a:hover {
color: #24142F; }
.link-menu--style-1 > a:active {
text-shadow: 0 1px 1px; }
.link-menu--style-1 > a:after {
content: "-";
position: relative;
right: -1rem; }
.link-menu--style-1 > a:after:hover {
color: #818a91; }
.link-menu--style-1 > a:last-child:after {
content: ""; }
.link-menu--style-1--v1 > a:active {
text-shadow: 0; }
.link-menu--style-2 {
background-color: rgba(0, 0, 0, 0.7);
border-radius: 0.25rem; }
.link-menu--style-2.absolute-bottom {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
padding: 1rem; }
.link-menu--style-2 a {
display: inline-block;
color: rgba(255, 255, 255, 0.8) !important;
padding: 0 2rem;
cursor: pointer;
border-right: 1px dashed #eceeef; }
.link-menu--style-2 a:focus,
.link-menu--style-2 a:hover {
color: white !important; }
.link-menu--style-2 a.active {
color: #24142F !important; }
.link-menu--style-2 i {
font-size: 1rem;
margin-right: 0.75rem; }
.link-menu--style-2 a:last-child {
border-right: none; }
@media (max-width: 991px) {
.link-menu--style-2 a {
padding: 0 1rem; } }
.link-menu--style-3 > a {
background: #eceeef;
color: #818a91;
border-radius: 20px;
text-align: center;
font-weight: 400;
font-size: 0.8rem; }
.link-menu--style-3 > a.active,
.link-menu--style-3 > a:hover {
background: #24142F;
color: #FFF !important; }
.background-image-holder h1 {
font-size: 3rem;
font-weight: 500;
line-height: 1.2; }
.background-image-holder .button-link-option {
display: block;
margin-top: 1rem;
font-size: 0.75rem;
font-weight: 400; }
.background-image-holder .button-link-option > a {
text-decoration: underline; }
.background-image-holder .holder-item {
height: 100%;
padding: 2rem 0; }
.navbar-transparent + .background-image-holder .holder-item {
padding-top: 4rem; }
@media (max-width: 991px) {
.background-image-holder .holder-item {
height: auto;
padding: 4rem 0; } }
.background-image-holder .holder-item-light .heading {
color: #FFF; }
.background-image-holder .holder-item-light p {
color: #d3d3d3; }
.background-image-holder .holder-item-dark .heading {
color: #333; }
.background-image-holder .holder-item-dark p {
color: #555; }
.background-image-holder .container {
position: relative;
height: 100%; }
.background-image-holder .swiper-pagination-bullet {
width: 12px;
height: 12px; }
.background-image-holder .text-boxed {
display: inline-block;
padding: 2rem;
border: 2px solid #FFF; }
@media (max-width: 991px) {
.background-image-holder .lead {
font-size: 2.25vw !important; }
.background-image-holder .heading-1 {
font-size: 3.5vw !important; }
.background-image-holder .heading-xl {
font-size: 4.75vw !important; }
.background-image-holder .heading-xxl {
font-size: 6vw !important; }
.background-image-holder .heading-xl-x2 {
font-size: 7.5vw !important; } }
.palette-colors {
border-radius: 0.25rem;
cursor: pointer;
margin-top: 8px;
overflow: hidden;
position: relative;
display: table;
width: 100%; }
.palette-colors div {
height: 22px;
display: table-cell;
box-shadow: inset rgba(255, 255, 255, 0.05) 0 1px, inset rgba(255, 255, 255, 0.05) 0 -1px; }
.palette-colors div:first-of-type {
border-radius: 0.25rem 0 0 0.25rem;
box-shadow: inset rgba(255, 255, 255, 0.05) 1px 1px, inset rgba(255, 255, 255, 0.05) 0 -1px; }
.palette-colors div:last-child {
border-radius: 0 0.25rem 0.25rem 0;
box-shadow: inset rgba(255, 255, 255, 0.05) -1px 1px, inset rgba(255, 255, 255, 0.05) 0 -1px; }
.spotlight-floating-img {
position: relative; }
.spotlight-floating-img.align-left {
left: -15px; }
.spotlight-floating-img.align-right {
right: -15px; }
.spotlight-img > img,
.spotlight-floating-img > img {
max-width: 100%; }
.icons-holder i {
margin-right: 1.5rem;
color: #818a91; }
.icons-holder .desktop {
font-size: 46px; }
.icons-holder .tablet {
font-size: 40px; }
.icons-holder .mobile {
font-size: 34px; }
/* CUSTOM CSS STARTS */
.profile-nav {
z-index: 10 !important;
height: 45px;
}
a {
cursor: pointer !important;
}
.listing-image {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius: 3px;
padding: 0px;
height: 210px !important;
overflow: hidden;
}
.font_light{
color:#fff !important; }
.font_base{
color:#24142F !important; }
.listing-hover, .listing-hover:after, .listing-hover:before {
box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
}
.listing-hover {
margin:0 !important;
padding:0px 5px !important;
border:0 none !important;
position: relative !important;
outline: none !important;
font-weight: 500;
}
.listing-hover > a {
text-decoration: none;
color: rgba(0,0,0,.4);
z-index: 1;
}
.listing-hover > a:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background: #24142F ;
visibility: hidden;
border-radius: 5px;
transform: scaleX(0);
transition: .25s linear;
}
.listing-hover > a:hover:before,
.listing-hover > a:focus:before {
visibility: visible;
transform: scaleX(1);
}
.package_items {
font-size: 12px;
list-style-type: none;
}
.package_bg {
background: rgba(27, 30, 35, 0.92);
border-radius: 4px !important;
}
.package_bg_light {
background: rgba(255, 255, 255, 0.80);
border-radius: 4px !important;
}
.dark_card {
background: rgba(27, 30, 35, 0.70);
border-radius: 4px;
}
.border_top2x{
border: 1px solid #dedede !important;
border-top:2px solid #24142F !important;
}
.custom-nav, .custom-nav:after, .custom-nav:before {
box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
}
.custom-nav {
margin:0 !important;
padding:0px 0px !important;
border:0 none !important;
position: relative !important;
outline: none !important;
font-weight: 500;
}
.custom-nav > a, h3 > a {
text-decoration: none;
color: rgba(0,0,0,.4);
z-index: 1;
}
.custom-nav > a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background: #24142F;
visibility: hidden;
border-radius: 5px;
transform: scaleX(0);
transition: .25s linear;
}
.custom-nav > a:hover:before,
.custom-nav > a:focus:before {
visibility: visible;
transform: scaleX(1);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: #24142F !important;
}
.nav_active:after {
box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background: #24142F;
border-radius: 5px;
}
.nav_active_dropdown {
color: #24142F !important;
text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
/* CSS for Message Box Starts */
.direct-chat .card-body {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
position: relative;
overflow-x: hidden;
padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.direct-chat-messages {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
padding: 10px;
height: 400px;
overflow: auto;
}
.direct-chat-msg,
.direct-chat-text {
display: block;
}
.direct-chat-msg {
margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
content: " ";
display: table;
}
.direct-chat-msg:after {
clear: both;
}
.direct-chat-messages,
.direct-chat-contacts {
-webkit-transition: -webkit-transform .5s ease-in-out;
-moz-transition: -moz-transform .5s ease-in-out;
-o-transition: -o-transform .5s ease-in-out;
transition: transform .5s ease-in-out;
}
.direct-chat-text {
border-radius: 5px;
position: relative;
padding: 5px 10px;
background: #efefef;
border: 1px solid #e9e9e9;
margin: 5px 0 0 50px;
color: #444;
font-size: 14px;
width: 50%;
}
.direct-chat-text:after,
.direct-chat-text:before {
position: absolute;
right: 100%;
top: 15px;
border: solid transparent;
border-right-color: #e9e9e9;
content: ' ';
height: 0;
width: 0;
pointer-events: none;
}
.direct-chat-text:after {
border-width: 5px;
margin-top: -5px;
}
.direct-chat-text:before {
border-width: 6px;
margin-top: -6px;
}
.right .direct-chat-text {
margin-right: 10px;
margin-left: 0;
float: right
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
right: auto;
left: 100%;
border-right-color: transparent;
border-left-color: #d2d6de;
}
.direct-chat-img {
border-radius: 50%;
float: left;
width: 40px;
height: 40px;
}
.right .direct-chat-img {
float: right;
}
.direct-chat-info {
display: block;
margin-bottom: 2px;
font-size: 12px;
}
.direct-chat-name {
font-weight: 600;
}
.direct-chat-timestamp {
color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.direct-chat-contacts {
/* top: 0;
bottom: 0;
height: auto;
width: 100%;
background: #191430;
color: #fff;
border-radius: 4px; */
top: 0;
bottom: 0;
height: auto;
width: 100%;
background: #f7f7f7;
color: #444;
border-radius: 4px;
border: 1px solid #ededed;
}
.contacts-list{
list-style: none;
margin: 0;
padding: 0;
}
.contacts-list>li {
border-bottom: 1px solid rgba(0, 0, 0, .15);
margin: 0;
width: 90% !important;
margin-left: 5%;
padding: 10px 0px;
}
.contacts-list>li:before,
.contacts-list>li:after {
content: " ";
display: table;
}
.contacts-list>li:after {
clear: both;
}
.contacts-list>li:last-of-type {
border-bottom: none;
}
.contacts-list-img {
border-radius: 50%;
width: 40px;
float: left;
}
.contacts-list-info {
margin-left: 45px;
color: #444;
}
.contacts-list-name,
.contacts-list-status {
display: block;
}
.contacts-list-name {
font-weight: 400;
font-size: 14px;
line-height: 40px;
}
.contacts-list-status {
font-size: 12px;
}
.contacts-list-date {
color: #aaa;
font-weight: normal;
}
.contacts-list-msg {
color: #999;
}
.direct-chat-danger .right>.direct-chat-text {
background: #dd4b39;
border-color: #dd4b39;
color: #fff;
}
.direct-chat-danger .right>.direct-chat-text:after,
.direct-chat-danger .right>.direct-chat-text:before {
border-left-color: #dd4b39;
}
.direct-chat-primary .right>.direct-chat-text {
background: #3c8dbc;
border-color: #3c8dbc;
color: #fff;
}
.direct-chat-primary .right>.direct-chat-text:after,
.direct-chat-primary .right>.direct-chat-text:before {
border-left-color: #3c8dbc;
}
.direct-chat-warning .right>.direct-chat-text {
background: #24142F;
border-color: #24142F;
color: #fff;
}
.direct-chat-warning .right>.direct-chat-text:after,
.direct-chat-warning .right>.direct-chat-text:before {
border-left-color: #24142F;
}
.direct-chat-info .right>.direct-chat-text {
background: #00c0ef;
border-color: #00c0ef;
color: #fff;
}
.direct-chat-info .right>.direct-chat-text:after,
.direct-chat-info .right>.direct-chat-text:before {
border-left-color: #00c0ef;
}
.direct-chat-success .right>.direct-chat-text {
background: #00a65a;
border-color: #00a65a;
color: #fff;
}
.direct-chat-success .right>.direct-chat-text:after,
.direct-chat-success .right>.direct-chat-text:before {
border-left-color: #00a65a;
}
/* CSS for Messge Box Ends */
.li_active {
background-color: #201150;
border-color: #201150;
color: #fff !important;
transition: all ease .5s;
}
#modal_header {
font-size: 16px !important;
font-weight: 200;
color: #24142F;
}
#modal_body {
background-color: #FFF;
font-size: 0.875rem !important;
padding: 1rem;
}
#modal_body p {
font-size: 0.875rem;
line-height: 1.5rem;
margin: 0px;
}
#modal_buttons {
padding: 0px 15px 15px !important;
background-color: #FFF;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
#modal_buttons a, button{
cursor: pointer;
}
#modal_close {
float: right;
font-size: 20px;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
opacity: 1;
font-weight: 100;
cursor: pointer;
}
.font-dark {
color:#19142F !important;
}
.sml_txt {
font-size: 85% !important;
}
.noti_badge {
position: absolute;
margin-left: 60%;
margin-top: 4%;
}
.badge_payment{
width: 55px;
}
span#noti_item {
cursor: default;
}
.m_nav_active:after {
box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background: #24142F;
border-radius: 5px;
}
.home_pm {
height: 180px;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
border-radius: 50%;
}
.home_shory {
height: 175px;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.top_nav_img {
height: 32px;
width: 32px;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
border-radius: 50%;
float: left;
}
.profile_img {
height: 175px;
width: 180px;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
border-radius: 50%;
} | template/front/css/global-style-super-dark.css | ::-webkit-scrollbar {
width: 5px;
border-left: 1px solid #e6e6e6;
}
::-webkit-scrollbar-thumb {
background: #24142F;
}
.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
left: auto;
right: 100%; }
.dropdown-menu.animated {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s; }
.dropdown-menu.animated:before {
content: " ";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 99; }
.dropdownhover-top .dropdown-menu {
margin-bottom: 2px;
margin-top: 0; }
.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
bottom: -1px;
top: auto; }
.dropdownhover-bottom .dropdown-menu {
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0; }
.dropdownhover-left .dropdown-menu {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%; }
.dropdownhover-right .dropdown-menu {
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%; }
.dropdownhover-top .dropdown-menu {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%; }
.global-search {
height: 100%;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 600;
display: none;
opacity: 0;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out; }
.header-inner + .container > .global-search {
position: absolute;
border-top: 1px solid #f1f1f1; }
.header-affix.affix .global-search {
display: none; }
.header-affix.affix [data-toggle="global-search"] {
display: none; }
.global-search.in {
display: block; }
.global-search.animated {
opacity: 1; }
.global-search.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s; }
.global-search.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s; }
.navbar.global-search-active {
padding: 30px 0; }
.navbar.global-search-active * {
opacity: 0 !important; }
.global-search .form-global-search {
height: 100%;
position: relative;
z-index: 700;
background: white; }
.top-navbar + .header-1 .global-search {
margin-top: 48px; }
.navbar--inverse + .global-search .form-global-search {
background: black; }
.global-search .form-global-search .search-input {
display: block;
width: 100%;
margin: 54px 0;
height: 40px;
padding: 0 50px 0 0;
font-size: 22px;
color: #555;
font-family: "Roboto", sans-serif;
border: 0;
background-color: transparent;
background-image: none; }
.navbar--inverse + .global-search .form-global-search .search-input {
color: rgba(255, 255, 255, 0.7); }
.navbar--sm + .global-search .form-global-search .search-input {
margin: 42px 0; }
.global-search .form-global-search .search-input:focus {
outline: 0;
font-weight: 500; }
.global-search .form-global-search .search-input::-moz-placeholder {
color: #999;
opacity: 1;
font-weight: 400; }
.global-search .form-global-search .search-input::-moz-placeholder:focus {
color: #999;
font-weight: 400; }
.global-search .form-global-search .search-input:-ms-input-placeholder {
color: #999;
font-weight: 400; }
.global-search .form-global-search .search-input::-webkit-input-placeholder {
color: #999;
font-weight: 400; }
.global-search .form-global-search .search-input:focus::-webkit-input-placeholder {
color: transparent; }
.global-search .form-global-search .btn {
display: block;
width: 100%;
height: 40px;
margin-top: 20px;
line-height: 40px;
padding: 0; }
.global-search-backdrop {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
background: rgba(255, 255, 255, 0.95); }
.global-search.in .global-search-backdrop {
display: block; }
.global-search-close-btn {
position: absolute;
top: 50%;
margin-top: -18px;
right: 15px;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
color: #999;
background: transparent;
border: 0;
z-index: 900; }
.global-search-fullscreen {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
min-height: 500px;
height: 100%;
z-index: 1500;
background: rgba(255, 255, 255, 0.95); }
.global-search-fullscreen .form-global-search {
width: 80%;
margin-left: 10%;
position: absolute;
top: 50%;
margin-top: -75px; }
.global-search-fullscreen .form-global-search .search-input {
display: block;
width: 100%;
margin-top: 25px;
height: 50px;
padding: 0 0 3px;
font-size: 28px;
line-height: 1.42857143;
color: #111;
border: 0;
border-bottom: 1px solid #111;
background-color: transparent;
background-image: none; }
.global-search-fullscreen .form-global-search .search-input:focus {
border-color: #111;
outline: 0; }
.global-search-fullscreen .form-global-search .search-input::-moz-placeholder {
color: #111;
opacity: 1; }
.global-search-fullscreen .form-global-search .search-input::-moz-placeholder:focus {
color: #111; }
.global-search-fullscreen .form-global-search .search-input:-ms-input-placeholder {
color: #111; }
.global-search-fullscreen .form-global-search .search-input::-webkit-input-placeholder {
color: #111; }
.global-search-fullscreen .form-global-search .search-input:focus::-webkit-input-placeholder {
color: transparent; }
.global-search-fullscreen .form-global-search .btn {
height: 50px;
margin-top: 25px;
padding: 14px 36px;
float: right;
font-size: 18px;
line-height: 0 !important; }
.global-search-fullscreen .close-search {
position: relative;
z-index: 300;
padding: 20px;
background-color: #111;
float: right;
cursor: pointer;
border-bottom-left-radius: 4px; }
.global-search-fullscreen .close-search:before {
content: "\f00d";
font-family: FontAwesome;
color: #fff; }
.global-search-overlay {
padding-top: 30px;
height: auto;
background: transparent; }
.global-search-overlay .form-global-search {
background: #fff;
border-radius: 0.25rem; }
.global-search-overlay .form-global-search .search-input {
display: block;
width: 100%;
margin: 0;
padding: 30px 0;
height: auto;
font-size: 20px;
line-height: 1.42857143;
color: #111;
border: 0;
background-color: transparent;
background-image: none; }
.global-search-overlay .close-search {
position: absolute;
top: 50%;
right: 20px;
z-index: 300;
width: 32px;
height: 32px;
line-height: 32px;
margin-top: -16px;
text-align: center;
color: #ddd;
float: right;
cursor: pointer;
border-bottom-left-radius: 4px; }
.global-search-overlay .close-search:before {
content: "\f00d";
font-family: FontAwesome;
color: #ddd; }
/* DROPDOWN CART */
.top-navbar {
background: white;
border-bottom: 1px solid #f1f1f1;
position: relative;
z-index: 710; }
.header-affix.sps--blw .top-navbar {
display: none; }
.top-navbar .aux-text {
padding: 14px 0;
color: rgba(0, 0, 0, 0.3);
font-size: 11px;
float: left; }
.top-navbar .aux-text ul li a,
.top-navbar .aux-text ul li a span {
font-size: 0.75rem;
font-family: "Roboto", sans-serif; }
.top-navbar .top-navbar-menu {
}
.top-navbar .top-navbar-menu > ul {
list-style: none;
margin: 0;
padding: 0; }
.top-navbar .top-navbar-menu > ul.top-menu > li {
position: relative;
float: left;
display: inline-block;
font-size: 0.75rem;
font-family: "Roboto", sans-serif; }
.top-navbar .top-navbar-menu > ul.top-menu > li > a {
display: block;
padding: 14px 15px;
color: rgba(0, 0, 0, 0.6);
font-size: 0.75rem; }
.top-navbar .top-navbar-menu > ul.top-menu > li > a:hover {
color: #24142F; }
.top-navbar .top-navbar-menu > ul.top-menu > li.dropdown > a:after {
content: "\f107";
margin-left: 4px;
font-family: "FontAwesome";
position: relative; }
.top-navbar .top-navbar-menu ul.top-menu > li > a > i {
margin-right: 6px; }
.top-navbar .social-media.social-media--style-1-v4 > li > a {
color: #818a91;
font-size: 0.75rem; }
.top-navbar .top-navbar-menu > ul.top-menu-sm > li > a:not(.btn) {
padding: 0.5rem 0.75rem; }
.top-navbar.top-navbar--caps .top-navbar-menu > ul.top-menu > li > a:not(.btn) {
text-transform: uppercase; }
.top-navbar.top-navbar--caps .top-navbar-menu > ul.top-menu-sm > li > a:not(.btn) {
font-size: 0.75rem; }
.top-navbar .top-navbar-menu > ul.top-menu--style-2 > li {
border-right: 0; }
.top-navbar .top-navbar-menu > ul.top-menu--style-2 > li > a:not(.btn) {
padding-left: 1.25rem;
padding-right: 1.25rem; }
.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu {
display: none;
min-width: 160px;
position: absolute;
right: -30px;
z-index: 1100;
margin: 0;
padding: 0;
list-style: none;
background: #FFF;
border: 0;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
border-radius: 3px; }
.top-navbar .top-navbar-menu ul.top-menu > li:hover ul.sub-menu {
opacity: 1;
display: block; }
.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li {
font-size: 0.75rem; }
.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li:last-child {
border: 0; }
.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li > a:not(.btn) {
display: block;
padding: 6px 15px;
color: #666; }
.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li > a:hover {
background: transparent;
color: #24142F; }
.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li > .language-active {
display: block;
padding: 6px 15px;
background: #24142F;
color: #FFF;
cursor: default; }
.top-navbar .top-navbar-menu ul.top-menu > li.dropdown:hover .sub-menu {
display: block; }
@media (max-width: 991px) {
.top-navbar .top-navbar-menu {
float: none; }
.top-navbar .top-navbar-menu > ul.top-menu {
display: table;
width: 100%; }
.top-navbar .top-navbar-menu > ul.top-menu > li {
float: none;
display: table-cell; } }
.top-navbar--inverse {
border-bottom: 1px solid black;
background: black; }
.top-navbar--inverse .aux-text {
color: rgba(255, 255, 255, 0.6); }
.top-navbar--inverse .top-navbar-menu > ul.top-menu > li {
border-right: 1px solid transparent; }
.top-navbar--inverse .top-navbar-menu > ul.top-menu > li > a {
color: rgba(255, 255, 255, 0.7); }
.top-navbar--inverse .top-navbar-menu > ul.top-menu > li > a:hover {
color: #24142F; }
.top-navbar .top-navbar-links {
margin: 0;
padding: 0; }
.top-navbar .top-navbar-links > li {
display: inline-block;
position: relative;
width: auto;
font-size: 12px;
line-height: 43px;
padding: 0; }
.top-navbar .top-navbar-links i {
margin-right: 5px;
color: #5c5c5c; }
.top-navbar .top-navbar-links a {
color: #a1a1a1; }
.top-navbar .top-navbar-links span {
color: #a1a1a1; }
.top-navbar .top-navbar-links .top-navbar-email {
padding: 0 20px 0 0; }
.top-navbar-currency-language > li {
display: inline-block;
position: relative !important;
line-height: 44px !important;
font-size: 12px !important;
width: auto !important;
padding: 0 !important; }
.top-navbar-currency-language > li > a {
color: #fff !important; }
.top-navbar-currency-language > li > a i {
margin-left: 5px; }
.top-navbar-currency-language > li:hover .currency-dropdown,
.top-navbar-currency-language > li:hover .language-dropdown {
visibility: visible;
opacity: 1; }
.top-navbar-currency-language li {
font-family: 'Raleway', sans-serif;
color: #a1a1a1; }
.top-navbar-currency-language li.language {
margin-left: 10px; }
.top-navbar-currency-language .currency-dropdown,
.top-navbar-currency-language .language-dropdown {
background-color: #fff;
padding: 0 10px;
position: absolute;
border: 1px solid #f2f2f2;
z-index: 1201;
right: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.top-navbar-currency-language .currency-dropdown ul,
.top-navbar-currency-language .language-dropdown ul {
padding: 0; }
.top-navbar-currency-language .currency-dropdown ul li,
.top-navbar-currency-language .language-dropdown ul li {
line-height: 26px;
border-top: 1px solid #f2f2f2;
text-transform: uppercase;
letter-spacing: 0.05em;
padding: 0;
font-size: 12px; }
.top-navbar-currency-language .currency-dropdown ul li > a,
.top-navbar-currency-language .language-dropdown ul li > a {
color: #7a7a7a; }
.top-navbar .top-navbar-links .top-bar-date a,
.top-navbar .top-navbar-links .top-bar-date span,
.top-navbar .top-navbar-links .top-bar-link a,
.top-navbar .top-navbar-links .top-bar-link span {
font-family: "Roboto", sans-serif;
font-size: 0.625rem;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #818a91; }
.top-navbar .top-navbar-links .top-bar-date a:hover,
.top-navbar .top-navbar-links .top-bar-link a:hover {
color: #24142F; }
.top-navbar .top-navbar-links .top-bar-date {
margin-right: 25px; }
.top-navbar .top-navbar-links .top-bar-link a:after {
content: "";
border-right: 1px solid #606060;
margin: 0 7px 0 10px; }
.top-navbar .top-navbar-links .top-bar-link:last-child a:after {
display: none; }
.top-navbar .topbar-login > li {
display: inline-block;
width: auto;
padding: 0; }
.top-navbar .topbar-login > li a {
font-family: "Roboto", sans-serif;
font-size: 0.625rem;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #818a91; }
.top-navbar .topbar-login > li a:after {
content: "";
border-right: 1px solid rgba(0, 0, 0, 0.1);
margin: 0 7px 0 10px; }
.top-navbar .topbar-login > li a:hover {
color: #24142F; }
.top-navbar .topbar-login > li:last-child a:after {
display: none; }
.top-navbar-widget {
display: inline-block; }
.navbar {
z-index: 100; }
.navbar-container {
position: relative; }
@media (max-width: 991px) {
.navbar-container {
width: 100%;
max-width: 100%;
padding-left: 1rem !important;
padding-right: 1rem !important; } }
.navbar-floating {
position: absolute;
padding: 2rem;
width: 100%;
left: 0;
z-index: 100; }
.navbar-floating .navbar-container {
padding-left: 20px;
padding-right: 20px; }
.navbar-floating .navbar {
border-radius: 0.25rem; }
@media (min-width: 992px) {
.nav-logo-item .navbar-brand {
padding: 0;
line-height: 1;
margin: 0 3rem; }
.navbar-brand--centered {
position: absolute;
left: calc(50% - 70px); } }
@media (max-width: 767px) {
.navbar-container {
margin-left: 0;
margin-right: 0; } }
.navbar-nav .nav-link {
font-size: 0.875rem;
font-family: "Roboto", sans-serif;
font-weight: 500;
text-transform: none;
letter-spacing: 0;
color: #555;
background: transparent; }
.navbar-nav .nav-link,
.navbar-nav .nav-link * {
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
color: #FFF;
background: #24142F; }
.navbar-nav .show .nav-link,
.navbar-nav .show .nav-link:focus,
.navbar-nav .show .nav-link:hover {
/* color: #FFF;
background: #24142F; */}
.navbar-nav .nav-item:not(.nav-item-icon) .nav-link i {
margin-right: 0.625rem; }
@media (min-width: 992px) {
.navbar {
padding: 0; }
.navbar-expand-lg .navbar-nav .nav-link {
padding-top: 1.5rem;
/* padding-bottom: 2rem; */
padding-left: 0.875rem;
padding-right: 0.875rem;
border-radius: 0; }
}
.navbar-light .navbar-nav .nav-link {
color: #24142F;
background: transparent; }
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
/* color: #FFF;
background: #24142F; */
color: #24142F;
/* border-bottom: 2px solid #24142F; */}
.navbar-light .navbar-nav .show .nav-link,
.navbar-light .navbar-nav .show .nav-link:focus,
.navbar-light .navbar-nav .show .nav-link:hover {
/* color: #FFF;
background: #24142F; */
/* border-bottom: 2px solid #24142F; */ }
.navbar-inverse .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.7);
background: transparent; }
.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, 0.8);
background: transparent; }
.navbar-inverse .navbar-nav .show .nav-link,
.navbar-inverse .navbar-nav .show .nav-link:focus,
.navbar-inverse .navbar-nav .show .nav-link:hover {
color: rgba(255, 255, 255, 0.9);
background: transparent; }
.navbar.bg-default {
background: white;
border-bottom: 1px solid #f1f1f1; }
.navbar.bg-light {
background-color: #f2f2f2; }
.navbar.bg-dark {
background-color: black; }
.navbar.bg-base-1 {
background-color: #24142F; }
.navbar.bg-base-2 {
background-color: #292f36; }
.navbar.bg-gradient-1, .navbar.mask-gradient-1--style-1, .navbar.mask-gradient-1--style-2 {
background: #FC5C7D;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #6A82FB, #FC5C7D);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
.navbar.bg-gradient-2 {
background: #ec008c;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fc6767, #ec008c);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fc6767, #ec008c);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
.navbar-opaque {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100; }
.navbar-floating .navbar-opaque {
position: static;
width: auto; }
.navbar-opaque .navbar {
background-color: rgba(255, 255, 255, 0.5);
border: 0; }
.navbar-opaque.bg-light {
background-color: rgba(255, 255, 255, 0.5) !important; }
.navbar-opaque.bg-light {
background-color: rgba(242, 242, 242, 0.5) !important; }
.navbar-opaque.bg-dark {
background-color: rgba(0, 0, 0, 0.5) !important; }
.navbar-opaque.bg-base-1 {
background-color: rgba(222, 27, 27, 0.5) !important; }
.navbar-opaque.sps--blw {
background-color: rgba(255, 255, 255, 0.7); }
.navbar-opaque.navbar-inverse.sps--blw {
background-color: rgba(0, 0, 0, 0.7); }
.navbar-opaque .navbar-nav .nav-link,
.navbar-opaque .navbar-nav .active .nav-link::before,
.navbar-opaque .navbar-nav .nav-link:focus::before,
.navbar-opaque .navbar-nav .nav-link:hover::before,
.navbar-opaque .navbar-nav .show .nav-link::before {
background-color: transparent; }
.navbar-opaque .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.6); }
.navbar-opaque .navbar-nav .nav-link:focus,
.navbar-opaque .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.9); }
.navbar-opaque.navbar-inverse .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.7); }
.navbar-opaque.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-opaque.navbar-inverse .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, 0.9); }
@media (min-width: 992px) {
.navbar.navbar-transparent {
position: absolute;
top: 0;
width: 100%;
z-index: 100;
background-color: transparent !important;
border: 0;
box-shadow: none; }
.navbar-transparent .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.7); }
.navbar-transparent .navbar-nav .nav-link:focus,
.navbar-transparent .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.7);
background-color: transparent; }
.navbar-transparent .navbar-nav .show .nav-link,
.navbar-transparent .navbar-nav .show .nav-link:focus,
.navbar-transparent .navbar-nav .show .nav-link:hover {
color: rgba(0, 0, 0, 0.9);
background-color: transparent; }
.navbar-transparent.navbar-inverse .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.7); }
.navbar-transparent.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-transparent.navbar-inverse .navbar-nav .nav-link:hover {
color: white; }
.navbar-transparent.navbar-inverse .navbar-nav .show .nav-link,
.navbar-transparent.navbar-inverse .navbar-nav .show .nav-link:focus,
.navbar-transparent.navbar-inverse .navbar-nav .show .nav-link:hover {
color: white; }
.navbar-transparent.navbar-transparent-bb {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.navbar-transparent.navbar-transparent-bb.navbar-inverse {
border-bottom: 1px solid rgba(255, 255, 255, 0.25); } }
.navbar--shadow {
z-index: 100;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
.navbar--bb-1px {
border-bottom: 1px solid #f1f1f1 !important; }
.navbar--bb-2px {
border-bottom: 2px solid #f1f1f1 !important; }
.navbar--bb-3px {
border-bottom: 3px solid #f1f1f1 !important; }
.navbar-inverse.navbar--bb-1px {
border-bottom: 1px solid black !important; }
.navbar-inverse.navbar--bb-2px {
border-bottom: 2px solid black !important; }
.navbar-inverse.navbar--bb-3px {
border-bottom: 3px solid black !important; }
.navbar--bt-1px {
border-top: 1px solid #f1f1f1 !important; }
.navbar--bt-2px {
border-top: 2px solid #f1f1f1 !important; }
.navbar--bt-3px {
border-top: 3px solid #f1f1f1 !important; }
.navbar-inverse.navbar--bt-1px {
border-top: 1px solid black !important; }
.navbar-inverse.navbar--bt-2px {
border-top: 2px solid black !important; }
.navbar-inverse.navbar--bt-3px {
border-top: 3px solid black !important; }
.navbar--uppercase .navbar-nav .nav-link {
text-transform: uppercase; }
.navbar--bold .navbar-nav .nav-link {
font-weight: bolder !important; }
.navbar-nav .nav-item-icon .nav-link {
background: transparent;
color: #555;
padding-top: 0.5rem;
/*padding-bottom: 1rem;*/
margin-top: 1rem;
margin-bottom: 1rem; }
.navbar-nav .nav-item-icon .nav-link:focus,
.navbar-nav .nav-item-icon .nav-link:hover,
.navbar-nav .nav-item-icon.show .nav-link,
.navbar-nav .nav-item-icon.show .nav-link,
.navbar-nav .nav-item-icon.show .nav-link:focus {
background: transparent !important;
color: #24142F !important; }
.navbar-nav .nav-item-icon .nav-link::after {
border: 0; }
.navbar-inverse .navbar-nav .nav-item-icon .nav-link {
color: rgba(255, 255, 255, 0.7); }
.navbar-inverse .navbar-nav .nav-item-icon .nav-link:hover {
color: rgba(255, 255, 255, 0.8); }
@media (min-width: 992px) {
.navbar--style-1 .navbar-nav .nav-link {
position: relative;
font-size: 0.875rem;
font-family: 0.9375rem;
font-weight: 600;
text-transform: none;
letter-spacing: 0;
color: rgba(0, 0, 0, 0.6);
background: transparent;
padding: 2rem 1.25rem;
border-radius: 0; }
.navbar--style-1 .navbar-nav .nav-item:first-child .nav-link {
padding-left: 0; }
.navbar--style-1 .navbar-nav .nav-link:focus,
.navbar--style-1 .navbar-nav .nav-link:hover {
color: #24142F;
background: transparent; }
.navbar--style-1 .navbar-nav .show .nav-link,
.navbar--style-1 .navbar-nav .show .nav-link:focus,
.navbar--style-1 .navbar-nav .show .nav-link:hover {
color: #24142F;
background: transparent; }
.navbar--style-1 .navbar-nav .show .nav-link::after,
.navbar--style-1 .navbar-nav .nav-link:hover::after,
.navbar--style-1 .navbar-nav .nav-link:focus::after {
content: '\f111';
font-family: 'FontAwesome';
font-size: 8px;
color: #24142F;
position: absolute;
left: 50%;
top: 10px;
transform: translateX(-50%); } }
.navbar-nav .dropdown-menu {
margin: 0;
background-color: #FFF;
border: 0;
border-radius: 0; }
@media (min-width: 992px) {
.navbar-nav .dropdown-menu {
min-width: 220px;
padding: 0 0.5rem;
margin: 0;
text-align: left;
border: 0;
border-top: 0;
border-radius: 3px;
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08); }
.navbar-nav .dropdown-menu-sm {
min-width: 360px !important; }
.navbar-nav .dropdown-menu-lg {
min-width: 500px !important; }
.navbar-nav .dropdown-menu--left {
left: 0;
right: auto; }
.navbar-nav .dropdown-menu--right {
left: auto;
right: 0; } }
@media (max-width: 991px) {
.navbar-transparent .dropdown-menu {
background-color: transparent; } }
.navbar-nav .dropdown-menu .dropdown-item {
padding: 0.875rem 1.5rem;
font-size: 0.8rem;
font-weight: 400;
text-transform: capitalize;
color: #666; }
.navbar-nav .dropdown-menu .dropdown-item .badge {
position: absolute;
right: 30px; }
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:hover {
color: #24142F;
background-color: transparent;
transition:all ease .5s; }
.navbar-nav .dropdown-menu .divider {
background-color: rgba(0, 0, 0, 0.5); }
.navbar-nav .dropdown-menu .open .dropdown-item {
color: #24142F;
background-color: transparent; }
@media (min-width: 992px) {
.navbar-dropdown--inverse .dropdown-menu {
background-color: #292f36;
border-top: 0; }
.navbar-dropdown--inverse .dropdown-menu:after {
border-bottom-color: #292f36 !important; }
.navbar-dropdown--inverse .dropdown-menu .dropdown-item {
color: rgba(255, 255, 255, 0.7);
border-bottom-color: rgba(30, 30, 30, 0.7); }
.navbar-main.navbar-dropdown--inverse .dropdown-menu .dropdown-item {
color: rgba(255, 255, 255, 0.7); }
.navbar-dropdown--inverse .dropdown-menu .dropdown-item:focus,
.navbar-dropdown--inverse .dropdown-menu .dropdown-item:hover {
color: #24142F;
background-color: transparent; }
.navbar-dropdown--inverse .dropdown-menu .open .dropdown-item {
color: #24142F;
background-color: transparent; } }
@media (min-width: 992px) {
.navbar-nav .dropdown-menu {
margin-top: 0; }
.navbar-nav .dropdown-menu::before {
position: absolute;
content: "";
width: 100%;
height: 0;
background: transparent;
margin-top: 0; }
.navbar-dropdown--arrow .navbar-nav .dropdown-menu {
margin-top: 12px; }
.navbar-dropdown--arrow .navbar-nav .dropdown-menu::before {
position: absolute;
content: "";
width: 100%;
height: 12px;
background: transparent;
margin-top: -12px; }
.navbar-dropdown--arrow .navbar-nav .dropdown-menu::after {
bottom: 100%;
right: 12px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(221, 221, 221, 0);
border-bottom-color: #FFF;
border-width: 8px;
margin-left: -8px; }
.navbar-dropdown--arrow .dropdown-menu.mega-dropdown-menu::after {
border: 0; }
.navbar--link-arrow .navbar-nav .nav-link {
position: relative; }
.navbar--link-arrow .navbar-nav .nav-item.show:not(.nav-item-icon) .nav-link::after {
content: "";
position: absolute;
left: 50%;
border: solid transparent;
height: 0;
width: 0;
border-color: transparent;
border-width: 10px;
margin-left: -10px;
z-index: 1100; }
.navbar--link-arrow .navbar-nav .dropdown-top.show:not(.nav-item-icon) .nav-link::after {
/* top: 0;
border-top-color: #FFF; */ }
.navbar--link-arrow .navbar-nav .dropdown-bottom.show:not(.nav-item-icon) .nav-link::after {
/* bottom: 0;
border-bottom-color: #FFF; */ }
.navbar--link-arrow.navbar-dropdown--inverse .navbar-nav .dropdown-top.show:not(.nav-item-icon) .nav-link::after {
border-top-color: #292f36; }
.navbar--link-arrow.navbar-dropdown--inverse .navbar-nav .dropdown-bottom.show:not(.nav-item-icon) .nav-link::after {
border-bottom-color: #292f36; } }
.navbar-dropdown--uppercase .dropdown-menu .dropdown-item {
font-size: 0.7rem;
text-transform: uppercase !important; }
.navbar-dropdown--bold .navbar-nav .nav-link {
font-weight: bolder !important; }
.dropdown-menu .dropdown-menu {
left: 100%;
margin: 0;
right: auto;
top: -1px;
border-radius: 3px; }
.navbar-nav .dropdown-submenu > .dropdown-menu::after {
border: 0 !important; }
.navbar-nav .dropdown-submenu > a:before {
content: "\f105";
position: absolute;
right: 15px;
font-family: 'FontAwesome';
font-size: 12px; }
.dropdown-menu-search {
padding: 20px !important;
min-width: 420px !important;
position: absolute; }
.dropdown-form {
padding: 0 !important;
min-width: 340px !important; }
.dropdown-form-inner {
padding: 1rem 1.5rem !important; }
.dropdown-form .btn-close-dropdown {
display: none; }
@media (max-width: 991px) {
.dropdown-form {
position: fixed !important;
top: 0;
left: 0;
width: 100% !important;
height: 100%; }
.dropdown-form .btn-close-dropdown {
display: inline-block !important;
width: auto !important;
position: relative;
z-index: 100;
right: 0;
float: right;
font-size: 20px !important;
color: #818a91; }
.dropdown-form .btn-close-dropdown:hover,
.dropdown-form .btn-close-dropdown:focus {
color: #2b2b2c !important; } }
@media screen and (min-width: 992px) {
.megamenu {
position: static; }
.megamenu ul {
padding-bottom: 15px; }
.megamenu > .dropdown-menu {
left: auto;
right: 0;
min-width: 100%; }
.megamenu > .dropdown-menu-sm {
min-width: 600px; } }
.navbar .dropdown-md .dropdown-menu {
min-width: 780px; }
.navbar .dropdown-lg .dropdown-menu {
width: 850px; }
.mega-dropdown-menu {
padding: 1.5rem; }
.mega-dropdown-menu > li {
border: 0; }
.mega-dropdown-menu .megadropdown-links {
padding: 0;
margin: 0;
list-style: none; }
.mega-dropdown-menu .megadropdown-links .dropdown-item {
display: block;
padding: 6px 0;
clear: both;
line-height: 1.42857143;
font-size: 0.8rem;
text-transform: capitalize;
font-weight: 400; }
.navbar-dropdown--caps .mega-dropdown-menu > li > ul > li > a {
font-size: 0.7rem;
text-transform: uppercase; }
.mega-dropdown-menu > li > ul > li > a:hover {
color: #24142F; }
.mega-dropdown-menu .dropdown-header {
padding: 14px 0; }
.mega-dropdown-menu .meganav-section-title {
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.7);
font-size: 0.875rem;
font-weight: bolder;
text-transform: none; }
.navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title {
color: rgba(255, 255, 255, 0.7); }
.mega-dropdown-menu .meganav-section-title.text-uppercase {
font-size: 0.75rem; }
.mega-dropdown-menu .meganav-section-title > a {
color: #666; }
.mega-dropdown-menu .meganav-section-title > a:hover {
color: #24142F; }
.mega-dropdown-col-cover {
position: absolute;
left: 0;
top: 0;
height: 100%;
overflow: hidden; }
.mega-dropdown-col-cover--left {
border-radius: 3px 0 0 3px; }
.mega-dropdown-col-inner {
height: 100%;
padding: 2rem; }
@media (min-width: 992px) {
.navbar-main .mega-dropdown-menu > .mega-dropdown-col {
border-right: 1px solid #f9f9f9;
padding: 0; }
.navbar-main .mega-dropdown-menu > li > ul {
padding-left: 2rem;
padding-right: 2rem; }
.mega-dropdown-menu .mega-dropdown-col-icon > a {
position: relative;
display: block;
text-align: center;
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: 1px solid #f9f9f9; }
.mega-dropdown-menu .mega-dropdown-col-icon > a:hover {
color: #24142F; }
.mega-dropdown-menu .mega-dropdown-col-icon > a > i {
font-size: 90px; }
.navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title {
color: rgba(255, 255, 255, 0.7) !important; }
.navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title > a {
color: rgba(255, 255, 255, 0.7); }
.navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title > a:hover {
color: #24142F; }
.mega-dropdown-menu .mega-dropdown-col:last-child > ul {
border-right: 0; } }
@media (max-width: 991px) {
.mega-dropdown-menu {
padding: 0 !important; }
.mega-dropdown-menu .dropdown-header {
padding: 0.75rem 2rem !important;
border-bottom: 1px solid #f9f9f9; }
.mega-dropdown-menu .mega-dropdown-col-icon {
display: none; }
.mega-dropdown-menu > li {
padding: 0; }
.mega-dropdown-menu > li > ul > li {
border-bottom: 1px solid #f9f9f9; }
.mega-dropdown-menu > li > ul > li > a {
padding: 14px 30px;
padding-left: 50px !important; }
.mega-dropdown-menu > li > ul > li > a:before {
content: "\f178";
font-family: "FontAwesome";
position: relative;
left: -6px; }
.navbar-inverse .mega-dropdown-menu .meganav-section-title {
color: rgba(255, 255, 255, 0.7); }
.navbar-inverse .mega-dropdown-menu .dropdown-header {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.navbar-dropdown--inverse .mega-dropdown-menu > li > ul > li {
border-bottom: 1px solid rgba(30, 30, 30, 0.7); } }
.navbar.sps--blw {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000; }
@media (min-width: 992px) {
.navbar.sps--blw .navbar-nav .nav-link {
padding-top: 1.25rem;
padding-bottom: 1.25rem; } }
.global-search-toggler {
display: none; }
@media (max-width: 991px) {
.navbar {
padding-top: 0.875rem;
padding-bottom: 0.875rem; }
.navbar-collapse {
margin-top: 1.5rem;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
.navbar.sps--blw {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
max-height: 450px;
overflow-y: scroll; }
.navbar-nav .nav-link {
color: #666;
padding: 0.875rem 1rem;
margin-right: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .show .nav-link,
.navbar-nav .show .nav-link:focus,
.navbar-nav .show .nav-link:hover {
color: #24142F;
background: transparent;
border-radius: 0 !important; }
.navbar-search-widget {
padding: 1rem 0; }
.navbar-search-widget.b-xs-bottom {
border-color: rgba(0, 0, 0, 0.1); }
.navbar-nav .nav-item > .dropdown-menu {
border-radius: 0;
padding: 0;
box-shadow: none; }
.navbar-inverse .navbar-nav .dropdown-menu {
background: transparent; }
.navbar-nav .dropdown-menu .dropdown-item {
padding: 0.75rem 2rem;
line-height: 1.42857143;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.navbar-inverse .dropdown-menu .dropdown-item {
color: rgba(255, 255, 255, 0.7); }
.navbar-inverse .dropdown-menu .dropdown-item:focus,
.navbar-inverse .dropdown-menu .dropdown-item:hover {
color: #24142F; }
.navbar-nav .dropdown-submenu .dropdown-menu {
padding: 0;
box-shadow: none; }
.navbar-nav .dropdown-submenu .dropdown-menu .dropdown-item {
padding-left: 3rem; }
.navbar-toggler {
font-size: 30px;
cursor: pointer; }
.navbar-toggler:hover,
.navbar-toggler[aria-expanded=true] {
background-color: transparent;
border-color: transparent;
color: rgba(0, 0, 0, 0.8);
outline: none; }
.navbar-toggler:focus {
outline: none; }
.global-search-toggler {
display: inline-block;
background-color: transparent;
border-color: transparent;
color: rgba(0, 0, 0, 0.8);
padding: .625rem .75rem;
cursor: pointer;
line-height: 1;
background: 0 0;
border-radius: .25rem;
outline: 0; }
.global-search-toggler > i {
color: rgba(0, 0, 0, 0.5);
font-size: 20px; }
.global-search-toggler:hover i {
color: rgba(0, 0, 0, 0.8); }
.navbar--inverse .navbar-toggle {
background-color: transparent; }
.navbar--inverse .navbar-toggle:focus,
.navbar--inverse .navbar-toggle:hover {
background-color: transparent;
border-color: transparent; }
.navbar--inverse .navbar-toggle .icon-bar {
background-color: rgba(255, 255, 255, 0.5); }
.navbar--inverse .navbar-toggle:focus .icon-bar,
.navbar--inverse .navbar-toggle:hover .icon-bar {
background-color: rgba(255, 255, 255, 0.7); }
.navbar--inverse .navbar-icon-btn {
background-color: transparent;
border: 1px solid transparent; }
.navbar--inverse .navbar-icon-btn i {
color: rgba(255, 255, 255, 0.5); }
.navbar--inverse .navbar-icon-btn:hover i {
color: rgba(255, 255, 255, 0.7); } }
@media (min-width: 992px) {
.body-wrap.has-navbar-aside {
margin-left: 18.125rem; }
.navbar-aside {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 18.125rem;
z-index: 500; }
.navbar-aside .container {
width: 100%;
padding-left: 0;
padding-right: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.navbar-aside .navbar {
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.navbar-aside .navbar .navbar-collapse {
width: 100%;
padding: 0 4rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.navbar-aside .navbar .navbar-nav {
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-left: 0 !important;
margin-right: 0 !important; }
.navbar-aside .navbar-brand {
width: 100%;
padding: 0 4rem;
margin: 2rem 0; } }
@media (min-width: 992px) and (min-width: 992px) {
.navbar-aside .navbar-expand-lg .navbar-nav .nav-link {
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 0;
padding-right: 0; }
.navbar-aside .navbar-expand-lg .navbar-nav .nav-link::after {
content: "\f3d3";
font-family: "Ionicons";
font-size: 10px;
margin-left: 0.875rem; } }
@media (min-width: 992px) {
.navbar-aside .navbar .dropdown .dropdown-menu {
margin-left: 12rem;
top: 1rem; }
.navbar-aside .navbar .dropdown-submenu .dropdown-menu {
margin-left: 0; }
.navbar-aside .megamenu {
position: relative; }
.navbar-aside .navbar-expand-lg .navbar-nav .megamenu .dropdown-menu {
min-width: 900px;
left: 0;
right: auto; } }
.navbar-header {
float: none; }
.modal-fullscreen-menu .close {
opacity: 1;
padding: 0.875rem;
position: absolute;
top: 1rem;
right: 1rem;
z-index: 1;
font-size: 1rem;
cursor: pointer;
color: rgba(255, 255, 255, 0.5); }
.modal-fullscreen-menu .close:hover {
color: rgba(255, 255, 255, 0.8); }
.modal-fullscreen-menu .modal-dialog {
margin: 0 auto;
width: 100%;
max-width: 768px;
display: flex;
height: 100%;
align-items: center;
z-index: 100; }
.modal-fullscreen-menu .modal-content {
background-color: transparent;
box-shadow: none;
border: none; }
.modal-fullscreen-menu .list-group {
text-align: center;
margin: 0 auto;
width: 100%; }
.modal-fullscreen-menu .list-group a {
font-size: 200%;
font-weight: 200;
letter-spacing: 0.05em;
border: none;
transition: all 0.25s ease;
background-color: transparent;
color: white;
padding: 7.5vh 0;
height: 5vh;
font-size: 5vh;
line-height: 0; }
.modal-fullscreen-menu .list-group a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: white;
z-index: -1;
opacity: 0;
transform: scale3d(0.7, 1, 1);
transition: transform 0.4s, opacity 0.4s; }
.modal-fullscreen-menu .list-group a:hover {
color: black; }
.modal-fullscreen-menu .list-group a:hover:before {
transform: translate3d(0, 0, 0);
opacity: 1; }
.modal-fullscreen-menu::before {
background: rgba(0, 0, 0, 0.9);
content: '';
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1; }
html {
box-sizing: border-box; }
@-ms-viewport {
width: device-width; }
html {
font-size: 16px;
-ms-overflow-style: scrollbar; }
body {
font-family: "Roboto", sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #2b2b2c;
background-color: #fff; }
iframe {
border: 0; }
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: relative;
margin-left: 0; }
a:hover {
text-decoration: none; }
.slice {
padding-top: 2rem;
padding-bottom: 2rem;
position: relative; }
.slice-xs {
padding-top: 1rem;
padding-bottom: 1rem;
position: relative; }
.slice-sm {
padding-top: 2rem;
padding-bottom: 2rem;
position: relative; }
.slice-lg {
padding-top: 10rem;
padding-bottom: 10rem;
position: relative; }
.slice-xl {
padding-top: 8rem;
padding-bottom: 8rem;
position: relative; }
.slice--offset-top {
padding-top: 10rem !important; }
.slice--offset-bottom {
padding-bottom: 10rem !important; }
.slice--arrow:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-width: 30px;
margin-left: -30px;
z-index: 600; }
.slice--arrow.slice--arrow-white:before {
border-top-color: #fff; }
.slice--arrow.slice--arrow.bg-base-1:before {
border-top-color: #24142F; }
.slice--arrow.slice--arrow.bg-base-2:before {
border-top-color: #292f36; }
.slice--arrow.slice--arrow.bg-base-3:before {
border-top-color: #818a91; }
.slice--arrow.slice--arrow.bg-base-4:before {
border-top-color: #2B2B2B; }
.slice--arrow.slice--arrow.bg-base-5:before {
border-top-color: #FFF; }
@media (min-width: 768px) {
.container-xs {
width: 600px; }
.container-sm {
width: 750px; } }
@media (min-width: 992px) {
.container-xs {
width: 750px; }
.container-sm {
width: 870px; } }
@media (min-width: 1200px) {
.container-xs {
width: 750px; }
.container-sm {
width: 900px; } }
.row-no-padding {
margin: 0; }
.row-no-padding > [class*="col-"] {
padding-left: 0 !important;
padding-right: 0 !important; }
.row-sm-padding > [class*="col-"] {
padding-left: 5px !important;
padding-right: 5px !important; }
.cols-space > div[class*='col-']:not(:last-child) {
margin-bottom: 2rem; }
@media (max-width: 575px) {
.cols-xs-space > div[class*='col-']:not(:last-child) {
margin-bottom: 2.5rem; } }
@media (max-width: 767px) {
.cols-sm-space > div[class*='col-']:not(:last-child) {
margin-bottom: 2rem; } }
@media (max-width: 991px) {
.cols-md-space > div[class*='col-']:not(:last-child) {
margin-bottom: 2rem; } }
@media (max-width: 1199px) {
.cols-lg-space > div[class*='col-']:not(:last-child) {
margin-bottom: 2rem; } }
@media (max-width: 575px) {
.row-wrapper > .row .col-12:not(:last-child),
.row-wrapper > .row:not(:last-child) {
margin-bottom: 2rem; } }
@media (min-width: 576px) and (max-width: 767px) {
.row-wrapper > .row .col-sm-12:not(:last-child),
.row-wrapper > .row:not(:last-child) {
margin-bottom: 2rem; } }
@media (min-width: 768px) and (max-width: 991px) {
.row-wrapper .row .col-md-12:not(:last-child),
.row-wrapper .row:not(:last-child) {
margin-bottom: 2rem; } }
@media (min-width: 992px) {
.row-wrapper > .row:not(:last-child) {
margin-bottom: 2rem; } }
@media (min-width: 992px) {
.container-over-top {
min-height: 200px;
max-width: 1200px;
margin: -150px auto 0;
z-index: 10;
position: relative;
padding-top: 0; }
.container-over-top .container-inner {
border-radius: 0.25rem;
padding: 2rem; }
.container-over-top--style-2 {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
border-bottom: medium double #ccc; } }
.col-wrapper--text {
padding: 3rem; }
@media (min-width: 992px) {
.col-wrapper--text {
padding: 3rem 7rem; } }
.col-wrapper--spaced {
padding: 3rem; }
.col-wrapper--spaced-x {
padding-left: 3rem;
padding-right: 3rem; }
.col-wrapper--spaced-y {
padding-top: 3rem;
padding-bottom: 3rem; }
/* Pace: Page Progress Bar */
.pace .pace-progress {
background: #24142F !important; }
/* Hamburgers */
.hamburger {
padding: 0; }
.hamburger-box {
width: 20px;
height: 18px; }
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
width: 20px;
height: 2px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.5); }
.hamburger:hover:not(.is-active) .hamburger-inner,
.hamburger:hover:not(.is-active) .hamburger-inner:after,
.hamburger:hover:not(.is-active) .hamburger-inner:before {
background-color: rgba(0, 0, 0, 0.8); }
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
background-color: #24142F; }
.hamburger:not(.is-active) .hamburger-inner:before {
top: 6px !important; }
.hamburger:not(.is-active) .hamburger-inner:after {
top: 12px !important; }
.navbar-inverse .hamburger-inner,
.navbar-inverse .hamburger-inner:after,
.navbar-inverse .hamburger-inner:before {
background-color: rgba(255, 255, 255, 0.5); }
.navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner,
.navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner:after,
.navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner:before {
background-color: rgba(255, 255, 255, 0.7); }
.navbar-inverse .hamburger.is-active .hamburger-inner:after,
.navbar-inverse .hamburger.is-active .hamburger-inner:before {
background-color: #24142F; }
/* Light Gallery */
.lightbox-item {
cursor: pointer; }
/* Masonry - Isotope */
.masonry-item {
margin-bottom: 30px; }
.masonry-item .block {
margin-bottom: 0 !important; }
/* No UI Slider */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.noUi-target {
position: relative;
direction: ltr; }
.noUi-base {
width: 100%;
height: 100%;
position: relative;
z-index: 1; }
.noUi-connect {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0; }
.noUi-origin {
position: absolute;
height: 0;
width: 0; }
.noUi-handle {
position: relative;
z-index: 1; }
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }
.noUi-state-drag * {
cursor: inherit !important; }
.noUi-base,
.noUi-handle {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.noUi-horizontal {
height: 18px; }
.noUi-horizontal .noUi-handle {
width: 34px;
height: 28px;
left: -17px;
top: -6px; }
.noUi-vertical {
width: 18px; }
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
left: -6px;
top: -17px; }
.noUi-target {
background: #FAFAFA;
border-radius: 4px;
border: 1px solid #D3D3D3;
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }
.noUi-connect {
background: #3FB8AF;
box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
-webkit-transition: background 450ms;
transition: background 450ms; }
.noUi-draggable {
cursor: ew-resize; }
.noUi-vertical .noUi-draggable {
cursor: ns-resize; }
.noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #FFF;
cursor: default;
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }
.noUi-active {
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }
.noUi-handle:after,
.noUi-handle:before {
content: "";
display: block;
position: absolute;
height: 14px;
width: 1px;
background: #E8E7E6;
left: 14px;
top: 6px; }
.noUi-handle:after {
left: 17px; }
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
width: 14px;
height: 1px;
left: 6px;
top: 14px; }
.noUi-vertical .noUi-handle:after {
top: 17px; }
[disabled] .noUi-connect {
background: #B8B8B8; }
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
cursor: not-allowed; }
.noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box; }
.noUi-pips {
position: absolute;
color: #999; }
.noUi-value {
position: absolute;
text-align: center; }
.noUi-value-sub {
color: #ccc;
font-size: 10px; }
.noUi-marker {
position: absolute;
background: #CCC; }
.noUi-marker-large,
.noUi-marker-sub {
background: #AAA; }
.noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%; }
.noUi-value-horizontal {
-webkit-transform: translate3d(-50%, 50%, 0);
transform: translate3d(-50%, 50%, 0); }
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px; }
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px; }
.noUi-marker-horizontal.noUi-marker-large {
height: 15px; }
.noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%; }
.noUi-value-vertical {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
padding-left: 25px; }
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px; }
.noUi-marker-vertical.noUi-marker-sub {
width: 10px; }
.noUi-marker-vertical.noUi-marker-large {
width: 15px; }
.noUi-tooltip {
display: block;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
color: #000;
padding: 5px;
text-align: center; }
.noUi-horizontal .noUi-tooltip {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
bottom: 120%; }
.noUi-vertical .noUi-tooltip {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
top: 50%;
right: 120%; }
.noUi-target {
border-radius: 0;
box-shadow: none;
border: 0;
background: #e8e8e8;
margin: 15px 0; }
.noUi-horizontal {
height: 2px; }
.noUi-horizontal .noUi-handle {
top: -5px;
left: -1px; }
.noUi-vertical {
width: 3px; }
.noUi-connect {
background: #24142F;
box-shadow: none; }
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
width: 12px;
height: 12px;
border: 0;
border-radius: 100%;
box-shadow: none;
cursor: pointer;
position: relative;
background-color: #24142F;
transition: box-shadow 0.2s,-webkit-transform 0.2s;
transition: box-shadow 0.2s,transform 0.2s;
transition: box-shadow 0.2s,transform 0.2s,-webkit-transform 0.2s; }
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before,
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
display: none; }
.noUi-horizontal .noUi-handle.noUi-active,
.noUi-vertical .noUi-handle.noUi-active {
-webkit-transform: scale(1.3);
transform: scale(1.3); }
.noUi-horizontal .noUi-active,
.noUi-vertical .noUi-active {
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.04); }
.input-slider--blue .noUi-connect {
background: #03A9F4; }
.input-slider--blue.noUi-horizontal .noUi-handle,
.input-slider--blue.noUi-vertical .noUi-handle {
background-color: #03A9F4; }
.input-slider--red .noUi-connect {
background: #ff5652; }
.input-slider--red.noUi-horizontal .noUi-handle,
.input-slider--red.noUi-vertical .noUi-handle {
background-color: #ff5652; }
.input-slider--amber .noUi-connect {
background: #ffc107; }
.input-slider--amber.noUi-horizontal .noUi-handle,
.input-slider--amber.noUi-vertical .noUi-handle {
background-color: #ffc107; }
.input-slider--green .noUi-connect {
background: #32c787; }
.input-slider--green.noUi-horizontal .noUi-handle,
.input-slider--green.noUi-vertical .noUi-handle {
background-color: #32c787; }
/* Disabled state */
[disabled] .noUi-connect,
[disabled].noUi-connect {
background: #b2b2b2; }
[disabled] .noUi-handle,
[disabled].noUi-origin {
cursor: not-allowed; }
/* Range slider value labels */
.range-slider-value {
font-size: 0.875rem;
font-weight: 500; }
.range-slider-wrapper .upper-info {
font-weight: 400;
margin-bottom: 5px; }
.input-slider-value-output {
background: #333;
color: #fff;
padding: 4px 8px;
position: relative;
top: 12px;
font-size: 11px;
border-radius: 2px; }
.input-slider-value-output:after {
bottom: 100%;
left: 10px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #333;
border-width: 4px;
margin-left: -4px; }
.input-slider-value-output.left:after {
left: 10px;
right: auto; }
.input-slider-value-output.right:after {
right: 10px;
left: auto; }
.swiper-wrapper {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.swiper-pagination--style-1 {
display: inline-block;
position: relative; }
.swiper-pagination--style-1 .swiper-pagination-bullet {
width: 14px;
height: 14px;
display: inline-block;
margin-right: 4px;
border-radius: 100%;
background: #000;
opacity: 0.2; }
.swiper-pagination--style-1 .swiper-pagination-bullet-active {
background: #24142F; }
.swiper-pagination-bullet-active {
background: #24142F; }
.swiper-container {
height: 100%; }
.swiper-wrapper .swiper-slide,
.swiper-wrapper .swiper-slide *:not(.btn):not(.link) {
cursor: grab !important;
cursor: -webkit-grab !important;
cursor: -moz-grab !important; }
.swiper-wrapper .swiper-slide:active,
.swiper-wrapper .swiper-slide:active *:not(.btn):not(.link) {
cursor: grabbing !important;
cursor: -webkit-grabbing !important;
cursor: -moz-grabbing !important; }
.swiper-container .swiper-slide .animated {
opacity: 0; }
.swiper-container .swiper-slide .animated.animation-ended {
opacity: 1; }
@media (max-width: 767px) {
.swiper-slide {
height: auto !important; } }
.swiper-wrapper .swiper-slide .btn {
cursor: pointer !important; }
.swiper-container-centered {
margin: 20px auto; }
.swiper-container-centered .swiper-slide {
width: 50%;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center; }
.swiper-container-vertical .swiper-slide {
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center; }
.swiper-container-vertical .swiper-slide-inner-right {
padding-left: 50px; }
.swiper-container-vertical .swiper-pagination {
right: auto;
left: 10px; }
.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet {
margin: 8px 0;
width: 6px;
height: 6px; }
.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet-active {
width: 10px;
height: 10px;
margin-left: -2px; }
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: 50%;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
margin-top: -22px;
border-radius: 100%;
z-index: 10;
cursor: pointer;
background: none;
background: rgba(0, 0, 0, 0.3);
color: white;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: rgba(0, 0, 0, 0.5); }
.swiper-button-prev:after {
content: "\f3d2";
font-family: "Ionicons"; }
.swiper-button-next:after {
content: "\f3d3";
font-family: "Ionicons"; }
.background-image-holder .swiper-button-next,
.background-image-holder .swiper-button-prev,
.swiper-button--hover-only.swiper-button-next,
.swiper-button--hover-only.swiper-button-prev {
opacity: 0; }
.background-image-holder:hover .swiper-button-next,
.background-image-holder:hover .swiper-button-prev,
.swiper-button--hover-only.swiper-button-next,
.swiper-button--hover-only.swiper-button-prev {
opacity: 1; }
.swiper-button--style-1 {
width: auto;
margin: 0;
top: 0;
left: 0;
right: 0;
display: inline-block;
position: static;
background: transparent;
color: #333;
font-size: 24px; }
.swiper-button--style-1:active,
.swiper-button--style-1:focus,
.swiper-button--style-1:hover {
background: transparent;
color: #24142F;
opacity: 1; }
.swiper-button--style-1.swiper-button-next {
margin-left: 10px; }
.swiper-button--style-2 {
position: absolute;
top: 50%;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
margin-top: -22px;
border-radius: 100%;
z-index: 10;
cursor: pointer;
background: none;
background: white;
color: #999;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
.swiper-button--style-2.swiper-button-prev {
left: -10px; }
.swiper-button--style-2.swiper-button-next {
right: -10px; }
.swiper-button--style-2.swiper-button-disabled {
opacity: 0; }
.swiper-button--style-2:hover {
background: white;
color: #24142F; }
.swiper-container .swiper-caption {
text-shadow: 0;
text-align: left;
background: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
color: #fff; }
.swiper-container .swiper-caption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px 30px; }
.swiper-container .swiper-caption .caption-title {
display: block;
margin: 10px 0 0;
padding: 0;
font-size: 22px;
line-height: 1.1;
color: #fff;
font-weight: 500; }
.swiper-container .swiper-caption .caption-subtitle {
display: block;
margin: 10px 0 0;
padding: 0;
font-size: 16px;
line-height: 1.1;
color: #ddd;
font-weight: 400; }
.swiper-container .swiper-caption .meta-info-cells li,
.swiper-container .swiper-caption .meta-info-cells li a,
.swiper-container .swiper-caption .meta-info-cells li i {
color: #ddd; }
.gallery-container {
position: relative; }
.gallery-container .gallery-top {
width: 100%;
padding: 1rem;
background: #eceeef;
border-radius: 0.25rem; }
.gallery-container .gallery-top .swiper-button-next,
.gallery-container .gallery-top .swiper-button-prev {
opacity: 0; }
.gallery-container .gallery-top:hover .swiper-button-next,
.gallery-container .gallery-top:hover .swiper-button-prev {
opacity: 1; }
.gallery-container .gallery-top .swiper-slide img {
max-width: 100%; }
.gallery-container .gallery-thumbs {
box-sizing: border-box;
padding: 1rem 0; }
.gallery-container .gallery-thumbs .swiper-slide {
width: 25%;
opacity: 0.4;
background: transparent; }
.gallery-container .gallery-thumbs .swiper-slide-active {
opacity: 1; }
.gallery-container .gallery-thumbs .swiper-slide img {
max-width: 100%; }
.gallery-container.gallery-container--style-2 .gallery-top {
background: transparent; }
.milestone-counter {
margin: 30px 0; }
.milestone-counter .milestone-count {
font-size: 60px;
font-family: "Roboto", sans-serif;
padding: 0;
margin: 0;
font-weight: 600;
text-transform: uppercase; }
.milestone-counter .milestone-count.milestone-count-sm {
font-size: 52px !important; }
.milestone-counter .milestone-count.milestone-count-xs {
font-size: 32px !important; }
.milestone-counter .milestone-info {
font-family: "Roboto", sans-serif;
padding: 0;
margin: 0;
font-size: 1rem;
font-weight: 500;
text-transform: uppercase; }
.milestone-counter .milestone-icon {
display: block;
line-height: 1; }
.milestone-counter .milestone-icon .fa,
.milestone-counter .milestone-icon .icon {
font-size: 60px;
line-height: 1;
margin-bottom: 30px; }
.milestone-counter .milestone-icon .icon:before {
line-height: 0; }
.milestone-counter .milestone-delimiter {
display: block;
width: 60px;
margin-bottom: 14px;
border-bottom: 3px solid #24142F;
border-bottom: 3px solid #24142F; }
.milestone-counter .milestone-delimiter:after,
.milestone-counter .milestone-delimiter:before {
display: table;
content: "";
width: 100%; }
.milestone-counter .milestone-delimiter:after {
clear: both; }
@media (max-width: 767px) {
.milestone-counter {
margin-bottom: 60px; } }
.morphext > .animated {
display: inline-block; }
.easy-pie-chart {
display: inline-block;
position: relative; }
.easy-pie-chart-value {
position: absolute;
left: 0;
top: 0;
text-align: center;
width: 100%;
height: 100%; }
.easy-pie-chart-value:after {
content: "%";
font-size: 12px; }
.easy-pie-chart-title {
display: block;
font-size: 0.875rem;
margin-bottom: 0.5rem; }
.rev-slider-outer-wrapper {
position: relative;
overflow: hidden;
background: #FFF; }
.rev_slider_wrapper {
margin: 0 auto;
padding: 0;
background-color: transparent; }
.rev_slider_wrapper .play-video {
position: relative;
top: auto;
left: auto; }
.rev_slider_wrapper .title--style-1,
.rev_slider_wrapper .tp-caption.title--style-1 {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: "Roboto", sans-serif;
font-size: 70px;
font-style: normal;
font-weight: 800;
line-height: 70px;
padding: 10px 0;
text-decoration: none; }
.rev_slider_wrapper .subtitle--style-1,
.rev_slider_wrapper .tp-caption.subtitle--style-1 {
font-size: 1rem; }
.rev_slider_wrapper .content--style-1,
.rev_slider_wrapper .tp-caption.content--style-1 {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: #999999;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
padding: 0;
text-decoration: none; }
.title--style-2,
.tp-caption.title--style-2 {
color: white;
font-size: 65px;
line-height: 70px;
font-weight: 700;
font-style: normal;
font-family: "Roboto", sans-serif;
padding: 21px 30px 16px;
text-decoration: none;
text-align: left;
background-color: rgba(17, 17, 17, 0.9);
border-color: transparent;
border-style: none;
border-width: 0;
border-radius: 0 0 0 0; }
.category-title--style-2,
.tp-caption.category-title--style-2 {
color: #111111;
font-size: 20px;
line-height: 20px;
font-weight: 700;
font-style: normal;
font-family: "Roboto", sans-serif;
padding: 21px 30px 16px;
text-decoration: none;
text-align: left;
background-color: rgba(255, 255, 255, 0.9);
border-color: transparent;
border-style: none;
border-width: 0;
border-radius: 0 0 0 0;
letter-spacing: 3px; }
.non-generic-icon,
.tp-caption.non-generic-icon {
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-radius: 0 0 0 0;
border-style: solid;
border-width: 0;
color: white;
font-family: "Roboto", sans-serif;
font-size: 70px;
font-style: normal;
font-weight: 400;
letter-spacing: 3px;
line-height: 30px;
padding: 0;
text-align: left;
text-decoration: none; }
.rev_slider_wrapper .handwritten-title,
.rev_slider_wrapper .handwritten-title {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Pacifico;
font-size: 70px;
font-style: normal;
font-weight: 800;
line-height: 70px;
padding: 10px 0;
text-decoration: none; }
.rev_slider_wrapper .handwritten-subtitle,
.rev_slider_wrapper .tp-caption.handwritten-subtitle {
background-color: transparent;
border-color: transparent;
border-radius: 0 0 0 0;
border-style: none;
border-width: 0;
color: white;
font-family: Pacifico;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 32px;
padding: 10px 0;
text-decoration: none; }
@media (min-width: 768px) {
.rev_slider_wrapper .rev-slider-search-wrapper {
width: 650px; } }
@media (max-width: 767px) {
.rev_slider_wrapper .rev-slider-search-wrapper {
width: 450px; } }
@media (max-width: 440px) {
.rev_slider_wrapper .rev-slider-search-wrapper {
width: 300px; } }
.tp-tab-title {
font-family: "Roboto", sans-serif !important; }
/* COUNTDOWN TIMER */
.countdown .countdown-item {
display: inline-block; }
.countdown .countdown-digit,
.countdown .countdown-label {
font-size: 2rem;
font-weight: 300;
font-family: "Roboto", sans-serif; }
.countdown .countdown-label {
font-size: 1.2rem;
padding: 0 10px; }
.countdown-sm .countdown-digit,
.countdown-sm .countdown-label {
font-size: 1.4rem; }
.countdown-sm .countdown-label {
font-size: 0.875rem;
padding: 0 10px; }
[data-countdown-label="hide"] .countdown-label:not(.countdown-days) {
display: none; }
[data-countdown-label="show"] .countdown-separator {
display: none; }
.countdown--style-1 .countdown-item {
margin-right: 10px; }
.countdown--style-1 .countdown-item:last-child {
margin-right: 0; }
.countdown--style-1 .countdown-digit {
display: block;
width: 60px;
height: 60px;
background: #f3f3f3;
color: #333;
font-size: 22px;
font-weight: 400;
text-align: center;
line-height: 60px;
font-family: "Roboto", sans-serif; }
.countdown--style-1 .countdown-label {
display: block;
margin-top: 5px;
text-align: center;
font-size: 13px;
font-weight: 500;
font-family: "Roboto", sans-serif;
text-transform: uppercase; }
.countdown--style-1-v1 .countdown-digit {
background: rgba(0, 0, 0, 0.5);
color: #fff; }
.btn-back-to-top {
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 40px;
right: 10px;
text-align: center;
line-height: 40px;
background: #24142F;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
border-radius: 100%;
overflow: hidden;
white-space: nowrap;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
transition: opacity 0.3s 0s, visibility 0s 0.3s; }
.btn-back-to-top:before {
font-family: "Ionicons";
content: "\f3d8";
display: block;
font-size: 1rem;
color: #FFF; }
.btn-back-to-top.back-to-top-fade-out,
.btn-back-to-top.back-to-top-is-visible,
.no-touch .btn-back-to-top:hover {
-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
transition: opacity 0.3s 0s, visibility 0s 0s; }
.btn-back-to-top.back-to-top-is-visible {
visibility: visible;
opacity: 1; }
.btn-back-to-top.back-to-top-fade-out {
opacity: 0.8; }
.no-touch .btn-back-to-top:hover {
background-color: #e86256;
opacity: 1; }
@media only screen and (min-width: 768px) {
.btn-back-to-top {
right: 20px;
bottom: 20px; } }
@media only screen and (min-width: 1024px) {
.btn-back-to-top {
height: 40px;
width: 40px;
right: 30px;
bottom: 30px;
line-height: 40px; } }
.instafeed [class^=col-] {
padding-left: 10px;
padding-right: 10px; }
.instafeed img {
margin-bottom: 20px; }
.instafeed.row-no-padding img {
margin-bottom: 0; }
.paraxify {
background-attachment: fixed;
background-position: center center;
background-size: cover; }
/* ========== Blzee ========== */
@font-face {
font-family: 'Blzee';
src: url("../fonts/blzee/blzee.eot");
src: url("../fonts/blzee/blzee.eot?#iefix") format("embedded-opentype"), url("../fonts/blzee/blzee.woff") format("woff"), url("../fonts/blzee/blzee.ttf") format("truetype");
font-weight: 400;
font-style: normal; }
@font-face {
font-family: 'Sue Ellen Francisco';
src: url("../fonts/other/sue-ellen-francisco.ttf");
src: url("../fonts/other/sue-ellen-francisco.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Pacifico';
src: url("../fonts/other/pacifico.ttf");
src: url("../fonts/other/pacifico.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'YellowTail';
src: url("../fonts/other/yellowtail-regular.ttf");
src: url("../fonts/other/yellowtail-regular.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
.st-container,
.st-content,
.st-pusher {
height: 100%; }
.st-content {
background: transparent; }
.st-content,
.st-content-inner {
position: relative; }
.st-container {
position: relative;
overflow: hidden; }
.st-pusher {
position: relative;
right: 0;
z-index: 99;
height: 100%;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s; }
.st-pusher::after {
z-index: 1100;
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
background: rgba(0, 0, 0, 0.2);
content: '';
opacity: 0;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }
.st-menu-open .st-pusher::after {
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s; }
.st-menu {
position: fixed;
top: 0;
right: 0;
z-index: 100;
visibility: hidden;
width: 300px;
height: 100%;
overflow-y: scroll;
background: #1f1f1f;
-webkit-transition: all 0.5s;
transition: all 0.5s;
border-left: 1px solid transparent; }
.st-menu::after {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
content: '';
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s; }
.st-menu-open .st-menu::after {
width: 0;
height: 0;
opacity: 0;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }
.st-menu-open {
overflow: hidden; }
.st-menu::-webkit-scrollbar {
display: none !important;
width: 0 !important; }
.st-menu-title {
font-size: 1rem;
color: #818a91;
font-weight: 600;
margin: 10px 0 0;
padding: 15px 20px 10px; }
.st-profile {
background-image: url("../images/patterns/pattern-1.png");
background-repeat: repeat;
padding: 2rem; }
.st-profile-user-wrapper {
display: table;
width: 100%;
vertical-align: middle; }
.profile-user-image {
display: table-cell;
padding-right: 1rem;
width: 72px; }
.profile-user-image > img {
max-width: 100%; }
.profile-user-info {
display: inline-block;
vertical-align: middle; }
.st-profile .profile-user-name {
color: #24142F;
font-size: 1rem;
font-weight: 600; }
.st-profile .profile-user-email {
font-weight: 400;
font-size: 0.875rem;
color: rgba(255, 255, 255, 0.5); }
.st-menu-title {
font-size: 0.75rem;
text-transform: uppercase;
color: #818a91; }
.st-menu-list > ul {
margin: 0;
padding: 0;
list-style: none; }
.st-menu-list > ul > li {
font-size: 13px;
color: rgba(255, 255, 255, 0.5);
font-weight: 500; }
.st-menu-list > ul > li > a {
display: block;
padding: 0.3125rem 2rem;
color: rgba(255, 255, 255, 0.5);
font-weight: 500;
-webkit-transition: background 0.3s, box-shadow 0.3s;
transition: background 0.3s, box-shadow 0.3s; }
.st-menu-list > ul > li > a:hover {
color: rgba(255, 255, 255, 0.7); }
.st-menu-list > ul > li > a > i {
margin-right: 1rem;
display: inline-block;
font-size: 20px;
width: 20px;
position: relative;
top: 4px; }
.st-effect-1.st-menu-open .st-pusher {
-webkit-transform: translate3d(-300px, 0, 0);
transform: translate3d(-300px, 0, 0); }
.st-effect-1.st-menu-open .st-pusher > .st-content {
overflow: hidden; }
.st-effect-1.st-menu {
z-index: 1; }
.st-effect-1.st-menu-open .st-effect-1.st-menu {
visibility: visible;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s; }
.st-effect-1.st-menu::after {
display: none; }
body {
font-size: 1rem;
font-family: "Roboto", sans-serif;
color: #55595c; }
p:not(.lead) {
font-size: 0.875rem;
line-height: 1.5rem; }
a.link {
color: #24142F;
display: inline-block;
text-decoration: none; }
a.link > i {
margin-right: 5px; }
a.link:hover {
color: #9a1313;
text-decoration: none;
text-decoration: underline; }
a.link--style-1 {
color: #2b2b2c; }
a.link--style-1:hover {
color: #24142F; }
a.link-lg {
font-size: 1.25rem; }
a.link-sm {
font-size: 0.875rem; }
a.link-xs {
font-size: 0.75rem; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Roboto", sans-serif;
line-height: 1.46; }
.heading {
margin: 0 0 6px;
padding: 0;
text-transform: none;
font-family: "Roboto", sans-serif;
font-weight: 600;
color: #111111;
line-height: 1.46; }
.heading--base {
font-family: "Roboto", sans-serif; }
.heading-light {
color: rgba(0, 0, 0, 0.6); }
.heading > a {
color: #111111; }
.heading:hover > a {
color: #24142F !important; }
.heading-inverse {
color: white; }
.heading-inverse > a {
color: white; }
.heading-inverse:hover > a {
color: #24142F !important; }
.heading > .icon,
.heading > a > .icon {
display: inline-block;
margin-right: 4px; }
.heading-1 {
font-size: 2.5rem !important;
line-height: 1.3; }
.heading-2 {
font-size: 2rem !important;
line-height: 1.3; }
.heading-3 {
font-size: 1.5rem !important;
line-height: 1.3; }
.heading-4 {
font-size: 1.25rem !important; }
.heading-5 {
font-size: 1.125rem !important; }
.heading-6 {
font-size: 1rem !important; }
@media (max-width: 991px) {
.heading-responsive.heading-1 {
font-size: 1.66667rem !important;
line-height: 1.3; }
.heading-responsive.heading-2 {
font-size: 2rem !important;
line-height: 1.3; }
.heading-responsive.heading-3 {
font-size: 1.5rem !important;
line-height: 1.3; }
.heading-responsive.heading-4 {
font-size: 1.25rem !important; }
.heading-responsive.heading-5 {
font-size: 1.125rem !important; }
.heading-responsive.heading-6 {
font-size: 1rem !important; } }
.heading-xs {
font-size: 0.75rem !important; }
.heading-sm {
font-size: 0.875rem !important; }
.heading-lg {
font-size: 2.5rem !important; }
.heading-xl {
font-size: 3.75rem !important; }
.heading-xl-x2 {
font-size: 7.5rem !important; }
.heading-xxl {
font-size: 5rem !important; }
@media (max-width: 767px) {
.heading-xl-x2 {
font-size: 3.75rem !important; } }
.fluid-paragraph {
font-size: 1rem;
width: 680px;
margin: auto;
padding: 0 20px;
position: relative; }
.fluid-paragraph h1:not(.heading),
.fluid-paragraph h2:not(.heading),
.fluid-paragraph h3:not(.heading),
.fluid-paragraph h4:not(.heading),
.fluid-paragraph h5:not(.heading),
.fluid-paragraph h6:not(.heading) {
text-transform: none !important; }
.fluid-paragraph-sm {
width: 580px; }
.fluid-paragraph-md {
width: 780px; }
.fluid-paragraph-lg {
width: 880px; }
.paragraph-xs > p {
font-size: 0.8rem;
line-height: 1.4; }
.paragraph-sm > p {
font-size: 0.875rem; }
.paragraph-lg > p {
font-size: 1.25rem; }
.paragraph-excerpt {
line-height: 1.6; }
@media (max-width: 767px) {
.fluid-paragraph {
width: 100% !important; } }
.quote-block-lg {
line-height: 2.4rem; }
.quote-icon-lg {
font-size: 2rem;
font-weight: 600;
display: inline-block;
margin: 0 5px; }
small,
.small {
font-size: 70%; }
strong {
font-weight: 600; }
blockquote .blockquote-source {
font-size: 0.875rem; }
blockquote .blockquote-source::before {
content: '\2014 \00A0'; }
.blockquote-custom {
border: 0;
position: relative; }
.blockquote--style-1 {
border: 0;
font-family: 'Pacifico', sans-serif;
font-size: 1.5rem; }
.blockquote--style-2 {
border: 0;
font-size: 1.3rem;
color: #818a91; }
.blockquote--style-2:before {
content: '\201C';
position: absolute;
left: -82px;
top: -52px;
font-size: 9em;
opacity: 0.2;
font-family: Georgia, "Times New Roman", Times, seri; }
.blockquote--style-2:after {
content: '\201D';
position: absolute;
right: -82px;
top: -52px;
font-size: 9em;
opacity: 0.2;
font-family: Georgia, "Times New Roman", Times, serif; }
.icon-pic--style-1 {
color: #24142F; }
.icon-pic-lg > i {
font-size: 10rem; }
.icon-pic-lg > img {
width: 10rem; }
.icon-pic-xl > i {
font-size: 20rem; }
.icon-pic-xl > img {
width: 20rem; }
.alert {
font-size: 0.875rem; }
.alert strong {
color: inherit !important;
font-weight: 500; }
.badge {
font-size: 0.625rem;
font-weight: 400; }
.badge-inline {
margin-right: 0.625rem; }
.badge-inline + span {
top: 2px;
position: relative;
font-size: 0.875rem; }
.badge-inline + span > a {
text-decoration: underline; }
.badge-md {
padding: 0.5em 1em; }
.badge-lg {
padding: 0.8em 1.2em; }
.badge a {
color: #FFF;
font-weight: 500; }
.badge-duration {
color: #24142F;
font-weight: 500; }
.badge-corner:empty {
display: inline-block; }
.badge-corner {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-top: 66px solid #888;
border-top-color: rgba(0, 0, 0, 0.3);
border-left: 66px solid transparent;
padding: 0;
background-color: transparent;
border-radius: 0;
cursor: default !important; }
.badge-corner span {
position: absolute;
top: -52px;
left: -28px;
font-size: 16px;
color: #fff; }
.badge-corner-base-1 {
border-top-color: #24142F; }
.badge-corner-blue {
border-top-color: #007aff; }
.badge-corner-green {
border-top-color: #28a73e; }
.badge-corner-red {
border-top-color: #DC0330; }
.badge-corner-orange {
border-top-color: #ff9500; }
.badge-corner-pink {
border-top-color: #ff2d55; }
.badge-corner-yellow {
border-top-color: #ffcc00; }
.badge-corner-purple {
border-top-color: #5856d6; }
.badge-corner-black {
border-top-color: #000000; }
.ribbon {
position: absolute;
top: 20px;
right: -5px;
padding: 0.875rem; }
.ribbon:after,
.ribbon:before {
content: '';
position: absolute;
left: -9px;
border-left: 10px solid transparent; }
.ribbon:before {
top: 0; }
.ribbon:after {
bottom: 0; }
.ribbon span {
display: block;
font-size: 0.875rem;
font-weight: 600; }
.ribbon.bg-base-1 {
border-right: 5px solid #eb5b5b; }
.ribbon.bg-base-1:before {
border-top: 27px solid #24142F; }
.ribbon.bg-base-1:after {
border-bottom: 27px solid #24142F; }
.ribbon.bg-base-2 {
border-right: 5px solid #4a5561; }
.ribbon.bg-base-2:before {
border-top: 27px solid #292f36; }
.ribbon.bg-base-2:after {
border-bottom: 27px solid #292f36; }
.ribbon.bg-gray-dark {
border-right: 5px solid #515153; }
.ribbon.bg-gray-dark:before {
border-top: 27px solid #2b2b2c; }
.ribbon.bg-gray-dark:after {
border-bottom: 27px solid #2b2b2c; }
.ribbon.bg-red {
border-right: 5px solid #ff837d; }
.ribbon.bg-red:before {
border-top: 27px solid #ff3b30; }
.ribbon.bg-red:after {
border-bottom: 27px solid #ff3b30; }
.ribbon.bg-orange {
border-right: 5px solid #ffb54d; }
.ribbon.bg-orange:before {
border-top: 27px solid #ff9500; }
.ribbon.bg-orange:after {
border-bottom: 27px solid #ff9500; }
.ribbon.bg-yellow {
border-right: 5px solid #ffdb4d; }
.ribbon.bg-yellow:before {
border-top: 27px solid #ffcc00; }
.ribbon.bg-yellow:after {
border-bottom: 27px solid #ffcc00; }
.ribbon.bg-blue {
border-right: 5px solid #4da2ff; }
.ribbon.bg-blue:before {
border-top: 27px solid #007aff; }
.ribbon.bg-blue:after {
border-bottom: 27px solid #007aff; }
.ribbon.bg-green {
border-right: 5px solid #8be69b; }
.ribbon.bg-green:before {
border-top: 27px solid #4cd964; }
.ribbon.bg-green:after {
border-bottom: 27px solid #4cd964; }
.ribbon.bg-purple {
border-right: 5px solid #9594e5; }
.ribbon.bg-purple:before {
border-top: 27px solid #5856d6; }
.ribbon.bg-purple:after {
border-bottom: 27px solid #5856d6; }
.ribbon.bg-pink {
border-right: 5px solid #ff7a93; }
.ribbon.bg-pink:before {
border-top: 27px solid #ff2d55; }
.ribbon.bg-pink:after {
border-bottom: 27px solid #ff2d55; }
.block-wrapper > .block:not(:last-child) {
margin-bottom: 2rem; }
.block {
margin: 0;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
position: relative;
cursor: default;
border-radius: 0.25rem 0.25rem 0.25rem;
-moz-border-radius: 0.25rem 0.25rem 0.25rem; }
.block:after,
.block:before {
display: table;
content: ""; }
.block:after {
clear: both; }
a > .block {
cursor: pointer; }
.block.no-radius > .block-image img {
border-radius: 0 !important; }
.block .lead {
margin-bottom: 0; }
.block-stack-wrapper {
border-radius: 0.25rem; }
.block-stack-wrapper .row {
background: #fff; }
@media (max-width: 991px) {
.block-stack-wrapper .row {
margin-bottom: 20px; } }
.block .block-body {
padding: 1.5rem 1.5rem; }
.block .block-body > p {
margin-bottom: 0; }
.block .block-image {
position: relative; }
.block .block-image > img {
max-width: 100%; }
.has-solid-shadow-left,
.has-solid-shadow-right {
position: relative;
z-index: 1; }
.has-solid-shadow-left::before,
.has-solid-shadow-right::before {
content: "";
position: absolute;
width: 100%;
height: calc(100% - 35px);
background: #f9f9f9;
border: 1px solid #e0eded;
z-index: -1;
border-radius: 0.25rem; }
.has-solid-shadow-left::before {
top: 55px;
left: -20px; }
.has-solid-shadow-right::before {
top: 55px;
right: -20px; }
.overlay-label {
position: absolute;
left: 0;
bottom: 20px;
padding: 6px 8px;
font-weight: 500;
font-size: 0.75rem;
font-family: "Roboto", sans-serif; }
.overlay-label.image-title--top {
top: 15px;
bottom: auto; }
.overlay-label.image-title--bottom {
top: auto;
bottom: 15px; }
.animate-this {
position: relative;
overflow: hidden; }
.animate-this,
.animate-this * {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease; }
.animate--hover-zoom:hover {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
z-index: 100; }
.animate--hover-show-btn:hover .animate-translate--up {
transform: translateY(-150%); }
.animate--hover-button {
position: absolute;
left: 0;
bottom: -100%;
width: 100%;
padding: 1.5rem;
text-align: center;
opacity: 0;
z-index: 10; }
.animate--hover-show-btn:hover .animate--hover-button {
opacity: 1;
bottom: 0; }
.block-author {
display: table; }
.block-author:after,
.block-author:before {
content: "";
display: table; }
.block-author:after {
clear: both; }
.block-author .author-image {
width: 60px;
display: table-cell; }
.block-author .author-image-lg {
width: 80px; }
.block-author .author-image-sm {
width: 40px; }
.block-author .author-image-xs {
width: 30px; }
.block-author .author-image img {
width: 100%;
border-radius: 100%; }
.block-author .author-info {
display: table-cell;
vertical-align: middle;
font-size: 0.875rem;
color: #818a91; }
.block-author .author-image + .author-info {
padding-left: 10px; }
.block-author .author-image-xs + .author-info {
font-size: 0.75rem; }
.block-author .author-info .author-name {
display: inline-block;
font-weight: 400; }
.block-author .author-info .author-name > span {
margin-right: 3px;
color: #2b2b2c; }
.block-author .author-info .author-name > a {
color: #818a91; }
.block-author .author-info .author-name > a:hover {
color: #24142F; }
.block-author .author-info .author-desc {
font-weight: 400;
font-size: 0.875rem; }
.block-date-over {
position: absolute;
top: 14px;
right: 14px;
padding: 10px 15px;
background: rgba(255, 255, 255, 0.8);
color: #2b2b2c;
border-radius: 0.1rem;
font-size: 0.75rem;
text-align: center;
font-weight: 500; }
.block-price-over {
position: absolute;
bottom: -20px;
left: 50%;
margin-left: -75px;
width: 150px;
height: 40px;
border-radius: 20px;
font-size: 1rem;
text-align: center;
font-weight: 600;
line-height: 40px; }
.block-ribbon {
position: absolute;
top: 15px;
z-index: 10; }
.block-ribbon-square {
width: 64px; }
.block-ribbon-fixed {
width: 74px;
padding: 8px;
text-align: center;
font-size: 0.7rem;
font-weight: 500;
text-transform: uppercase;
border-radius: 0.25rem; }
.block-ribbon-left {
left: 15px; }
.block-ribbon-right {
right: 15px; }
.block-caption-over {
position: absolute;
width: 100%;
height: 80px;
bottom: 0;
left: 0;
padding: 1rem; }
.block-caption-half-over {
position: absolute;
width: 50%;
height: 100%;
top: 0;
padding: 30px 40px; }
.block-caption-half-over--left {
left: 0; }
.block-caption-half-over--right {
right: 0; }
.block-image-holder > .mask {
border-radius: 0.25rem; }
.block-image-holder > .block-image img {
max-width: 100%; }
.block-image-holder > .block-image-sm {
width: 60%;
margin: auto; }
.block-image-holder:not(.no-radius) > .block-image img {
border-radius: 0.25rem; }
.block-image-holder .block-info.block-info-over {
overflow: hidden;
display: flex;
justify-content: center;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
z-index: 3;
padding: 15px 0;
background: #FFF;
background: rgba(255, 255, 255, 0.6);
border-radius: 0 0 0.25rem 0.25rem;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out; }
.block-image-holder .block-info.block-info-over > .block-info-inner {
padding: 0 1.5rem;
width: 100%;
align-self: center; }
.block-image-holder .block-info.block-info-over--animated {
height: 80px; }
.block-image-holder:hover .block-info.block-info-over--animated {
height: 90px; }
.block-image-holder .block-info.block-info-over--animated:hover {
height: 100%;
border-radius: 0.25rem; }
.block-image-holder .block-info.block-info-over > .block-info-inner > .block-info-hidden-content {
display: none;
opacity: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out; }
.block-image-holder .block-info.block-info-over--animated:hover > .block-info-inner > .block-info-hidden-content {
display: block;
opacity: 1; }
.block-image-holder .block-info-table {
width: 100%;
margin: 20px 0 0;
color: #2b2b2c;
font-size: 0.7em; }
.block-image-holder .block-info-over.block-info-over .heading {
margin: 0;
color: #2b2b2c; }
.block-image-holder .block-info-over.block-info-over .heading > a {
color: #2b2b2c; }
.block-image-holder .block-info-over.block-info-over:hover .info-title > a {
color: #2b2b2c; }
.block-image-holder .block-info-over.block-info-over--style-2 {
height: 60px;
width: calc(100% - 1.6rem);
margin: 0.8rem;
background: #FFF;
border-radius: 0.25rem; }
.block-image-holder .block-info-over--style-2.block-info-over--animated:hover {
height: calc(100% - 1.6rem); }
.block-image-holder .block-info-over.block-info-over--style-3 {
height: 80px;
width: 100%;
background: #FFF;
background: rgba(255, 255, 255, 0.8); }
.block-image-holder .block-info-over.block-info-over--dark {
background: rgba(0, 0, 0, 0.8);
color: #787878; }
.block-image-holder .block-info-over.block-info-over--dark-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
/* IE6-9 */ }
.block-image-holder:hover .block-info-over.block-info-over--dark-gradient {
background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
/* IE6-9 */ }
.block-image-holder .block-info-over.block-info-over--dark .heading,
.block-image-holder .block-info-over.block-info-over--dark .heading > a {
color: #eceeef; }
.block-image-holder .block-info-over.block-info-over--dark .heading > a:hover,
.block-image-holder .block-info-over.block-info-over--dark .heading:hover a {
color: #eceeef !important; }
.block-image-holder .block-info-over.block-info-over--dark .heading > a:hover {
text-decoration: underline; }
.block-image-holder .block-info-over--dark .block-info-table tr {
border-bottom: 1px dotted rgba(255, 255, 255, 0.1); }
.block-image-holder .block-info-over--dark .block-info-table td {
color: #eceeef;
padding: 8px 0;
border: 0; }
.block-image-holder .block-info {
padding: 1rem 0 !important;
width: 100%;
position: absolute;
bottom: 30px;
left: 0;
z-index: 3;
background: transparent; }
.block-image-holder .image-mask {
background-color: #282B30;
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
opacity: 0.45;
transition: opacity 0.3s ease 0s; }
.block-image-holder:hover .image-mask {
opacity: 0; }
.block--style-1 {
border: 1px solid rgba(0, 0, 0, 0.05); }
.block.block--style-1 .block-subtitle {
margin: 0;
padding: 0;
font-size: 1rem;
font-weight: 400;
margin-bottom: 15px;
padding: 0;
text-transform: none;
color: #818a91; }
.block.block--style-1 img {
max-width: 100%; }
.block.block--style-1 .meta-tags a {
display: inline-block;
color: #24142F; }
.block.block--style-1.grid .block-image {
position: relative; }
.block.block--style-1.grid .block-body {
padding: 1.5rem 0; }
.block.block--style-1.grid .image-title {
position: absolute;
left: 0;
bottom: 10px;
padding: 6px 8px;
font-weight: 500; }
.block.block--style-1.grid .block-category {
font-size: 11px;
color: #24142F;
text-transform: uppercase; }
.block.block--style-1.list {
display: flex; }
.block.block--style-1.list .block-image {
max-width: 40%; }
.block.block--style-1.list .block-image-sm {
max-width: 25%; }
.block.block--style-1.list .block-header {
padding: 10px 15px;
font-weight: 500;
text-transform: uppercase; }
.block.block--style-1.list .block-content {
display: table-cell;
vertical-align: top;
position: relative; }
.block.block--style-1.list .block-body {
padding: 1rem 0 1rem 2rem; }
.block.block--style-1.list .block-content .block-body {
padding-bottom: 15px; }
.block.block--style-1.list .block-label {
display: inline-block;
padding: 6px 8px;
font-size: 0.875rem;
font-weight: 500; }
.block.block--style-1.list .info {
display: block;
margin-bottom: 4px;
font-size: 11px;
text-transform: uppercase;
color: #818a91; }
.block.block--style-1.list .block-footer {
padding: 0.5rem 2rem;
display: table;
width: 100%; }
.block.block--style-1.list .block-footer-fixed-bottom {
position: absolute;
bottom: 0; }
.block.block--style-1.list .block-footer .meta-info span {
float: left;
margin-right: 8px;
font-size: 11px; }
.block.block--style-1.list .block-footer .meta-info span i {
margin-right: 4px;
font-size: 13px; }
.block.block--style-1.list .image-title {
position: absolute;
left: 0;
bottom: 10px;
padding: 10px;
font-size: 1rem;
font-weight: 500; }
@media (max-width: 767px) {
.block.block--style-1.list {
display: block; }
.block.block--style-1.list .block-image {
display: block;
max-width: 100%;
position: relative;
margin-bottom: 1rem; }
.block.block--style-1.list .block-body {
display: block;
padding: 1rem 2rem; }
.block.block--style-1.list .block-footer-fixed-bottom {
position: relative; } }
.block--style-2 {
display: flex;
align-items: center;
width: 100%; }
.block--style-2 .heading {
margin-bottom: 8px; }
.block--style-2 .block-image {
max-width: 45%;
position: relative;
padding: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
overflow: hidden; }
.block--style-2 .block-image-lg {
width: 48%; }
.block--style-2 .block-image img {
width: 100%; }
.block--style-2 .block-body {
display: table-cell;
vertical-align: top;
padding: 1.5rem;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.block--style-2:hover .mask {
opacity: 0; }
.block--style-2.v1 .block-image {
width: 50%; }
.block--style-2 .block-image-over {
position: absolute;
width: 100%;
top: 50%;
left: 0;
transform: translate(0, -50%); }
.block--style-2.grid .block-image {
display: block;
max-width: 100%;
border-radius: 0;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.block--style-2.grid {
display: block; }
.block--style-2.grid .block-body {
display: block;
border-radius: 0.25rem; }
.block--style-2.grid .block-body-over {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
padding: 1rem; }
.row-no-padding .block--style-2 {
border-radius: 0; }
.row-no-padding .block--style-2 .block-image {
border-radius: 0; }
.row-no-padding .block--style-2 .block-body {
border-radius: 0; }
@media (max-width: 767px) {
.block--style-2 {
display: block; }
.block--style-2 .block-image {
max-width: 100%; }
.block--style-2 .block-body {
display: block; } }
.block--style-3 {
border: 1px solid;
border-color: rgba(0, 0, 0, 0.05);
background: #fff; }
.block--style-3 img {
width: 100%;
border-radius: 0.25rem 0.25rem 0 0; }
.block--style-3 .heading {
margin-bottom: 10px; }
.block--style-3 .block-footer {
padding: 1.5rem 1.5rem; }
.block--style-3 .block-footer h3 {
padding: 0;
margin: 0;
font-size: 0.875rem;
font-weight: 600;
text-transform: capitalize; }
.block--style-3.block-fixed-width {
width: 500px; }
.text-xs-center .block--style-3.block-fixed-width {
margin: auto; }
@media (max-width: 767px) {
.block--style-3.block-fixed-width {
width: 90%; } }
.block--style-3 .description {
margin-bottom: 0; }
.block--style-3 .block-quote-bullet {
position: absolute;
width: 46px;
height: 46px;
line-height: 46px;
text-align: center;
left: 50%;
top: -23px;
margin-left: -23px;
background: #fff;
font-size: 20px;
border-radius: 100%; }
.block--style-3 .block-price-text {
margin-left: 2px;
color: #818a91;
font-size: 0.7em; }
.block--style-3 .block-price {
font-size: 18px;
color: #24142F;
font-weight: 600; }
.block--style-3 .capacity > i {
font-size: 12px; }
.block--style-3 .aux-info-wrapper {
position: relative; }
.block--style-3 ul.aux-info {
margin: 0 auto;
padding: 0;
list-style: none;
display: flex;
align-items: center; }
.block--style-3 ul.aux-info li {
flex-grow: 1;
margin: 0;
padding: 14px 15px;
border-right: 1px solid rgba(0, 0, 0, 0.05);
font-size: 0.75rem;
position: relative;
font-family: "Roboto", sans-serif;
color: #818a91; }
.block--style-3 ul.aux-info li i {
font-size: 18px;
margin-right: 4px;
position: relative;
top: 4px; }
.block--style-3 ul.aux-info li:last-child {
border: 0; }
.block--style-3 ul.aux-info--over {
background: #fff;
display: table;
position: absolute;
bottom: 10px;
width: 96%;
left: 2%;
border-radius: 2px; }
.block--style-3-v2 {
border: 0;
background: transparent; }
.block--style-3-v2 img {
border-radius: 0.25rem; }
.block--style-3-v2 .block-body {
padding: 1.5rem 0; }
.block--style-3-v2 .block-body > p {
margin: 0; }
.block--style-3-v2 .block-footer {
padding-left: 0;
padding-right: 0; }
.block--style-3 > .block-image > .block-author {
width: 50px;
height: 50px;
position: absolute;
bottom: -25px;
right: 30px;
border-radius: 100%;
border: 2px solid #fff; }
.block--style-3 > .block-image > .block-author img {
border-radius: 100%; }
.block--style-3.list .block-image {
display: table-cell;
/* vertical-align: middle; */
width: 220px;
position: relative;
padding: 5px; }
.block--style-3.list .block-image-sm {
width: 200px; }
.block--style-3.list .block-image .btn {
width: 100%;
position: absolute;
bottom: 0;
left: 0; }
.block--style-3.list .block-title-wrapper {
display: table-cell;
vertical-align: top;
padding: 0px 10px;
border-left: 1px solid rgba(0, 0, 0, 0.05); }
.block--style-3.list .block-body {
display: table-cell;
vertical-align: top;
padding: 5px;
border-top: 1px solid rgba(0, 0, 0, 0.05); }
@media (max-width: 767px) {
.block--style-3.list .block-image {
display: block;
width: 100%; }
.block--style-3.list .block-title-wrapper {
border-left: 0;
border-top: 1px solid rgba(0, 0, 0, 0.05); }
.block--style-3.list .block-body {
display: block;
padding: 20px; } }
.block--style-3.list .block-footer {
padding: 8px 15px; }
.block--style-4 .info-author:after,
.block--style-4 .info-author:before {
content: "";
display: table; }
.block--style-4 .info-author:after {
clear: both; }
.block--style-4 .block-body {
padding: 2rem; }
.block--style-4 .info-author .author-img {
display: table-cell;
width: 70px;
height: 70px;
margin: 0;
padding: 0; }
.block--style-4 .info-author .author-info {
height: 75px;
display: table-cell;
padding-left: 15px;
vertical-align: middle;
text-align: left;
border-bottom-left-radius: 0.25rem; }
.block--style-4 .info-author .author-info .author-name {
display: block;
font-style: normal;
font-weight: 500;
color: #2b2b2c; }
.block--style-4 .info-author .author-info .author-pos {
display: block;
font-size: 85%; }
.block--style-4-v1 {
position: relative;
margin-bottom: 34px; }
.block--style-4-v1.bg-white {
border: 1px solid rgba(0, 0, 0, 0.05); }
.block--style-4-v1 .block-body {
padding: 2rem; }
.block--style-4-v1 .block-body p {
padding: 0 20px; }
.block--style-4-v1 .info-author {
width: 64px;
height: 64px;
position: absolute;
left: 50%;
top: -32px;
margin-left: -32px;
border-radius: 100%; }
.block--style-4-v1 .info-author .author-img {
padding: 3px;
border-radius: 100%;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.05); }
.block--style-4-v1 .info-author .author-img.z-depth {
padding: 0;
background: #fff;
border: 0; }
.block--style-4-v1 .info-author .author-img img {
width: 100%;
border-radius: 100%; }
.block--style-4-v1 .block-body span.quote-icon {
display: block;
text-align: center;
margin: 20px 0; }
.block--style-4-v1 .block-body span.quote-icon > i {
font-size: 26px; }
.block--style-4-v2 .block-body {
position: relative;
border-radius: 0.25rem; }
.block--style-4-v2 .block-body:after {
top: 100%;
left: 32px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-width: 10px;
margin-left: -10px; }
.block--style-4-v2 .block-body > p {
margin-bottom: 0; }
.block--style-4-v2 .block-body .quote {
display: inline-block;
margin-right: 8px;
font-size: 24px; }
.block--style-4-v2 .block-body.bg-base-1:after {
border-top-color: #24142F; }
.block--style-4-v2 .block-body.bg-white:after {
border-top-color: white; }
.block--style-4-v2 .info-author {
margin-top: 1.25rem; }
.block--style-4-v2 .info-author .author-img img {
width: 64px; }
.block--style-4-v2 .style-8-author {
width: 100%;
margin-top: 15px;
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.block--style-5 .block-image img {
max-width: 100%;
border-radius: 0.25rem; }
.block--style-5 .block-title-upper {
margin: 4px 0;
padding: 0;
font-size: 0.75rem;
font-weight: 400; }
.block--style-5 .block-info-text {
margin-top: 15px;
margin-bottom: 0; }
.block--style-5 .block-caption--over {
position: absolute;
width: 100%;
height: 80px;
bottom: 0;
left: 0;
padding: 15px;
overflow: hidden;
background: rgba(255, 255, 255, 0.9);
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out; }
.block--style-5:hover .block-caption--over {
height: 130px; }
.block--style-5 .block-mask-caption--over {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
background: transparent;
color: #eceeef;
border-radius: 0.25rem;
bottom: 0;
left: 0;
padding: 1.5rem;
overflow: hidden;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out; }
.block--style-5:hover .block-mask-caption--over {
opacity: 1;
background: rgba(0, 0, 0, 0.8); }
.block--style-5 .block-mask-caption--over.in {
background: rgba(0, 0, 0, 0.4);
opacity: 1; }
.block--style-5 .block-mask-caption--over .heading,
.block--style-5 .block-mask-caption--over .heading a {
color: #eceeef; }
.block--style-5 .block-mask-caption--over .heading:hover a {
color: #eceeef !important; }
.block--style-5 .block-footer {
padding: 15px 20px; }
.block-quote {
position: relative; }
.block-quote .quote-icon {
font-size: 63px;
color: #24142F;
float: left;
font-family: Georgia;
position: relative;
top: -20px;
margin-right: 10px; }
.block-quote .quote-body {
width: 80%;
float: left;
font-size: 16px;
line-height: 28px; }
.block-testimonial > .quote {
position: absolute;
top: -28px;
left: 15px;
font-size: 50px;
color: #24142F;
z-index: 100; }
.block-testimonial > .block-body {
position: relative;
background: white;
border-radius: 0.25rem; }
.block-testimonial > .block-body:after {
top: 100%;
left: 38px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-width: 10px;
margin-left: -15px;
border-top-color: white; }
.block-testimonial .block-author {
margin-top: 1.5rem; }
.block.article > p {
margin: 0; }
.block.article .heading {
margin: 0;
padding: 0; }
.block.article img {
max-width: 100%;
border-radius: 0.25rem; }
.block.article .meta-tags a {
display: inline-block;
color: #24142F; }
.block.article .article-meta {
margin-bottom: 10px; }
.block.article .article-meta .article-labels {
float: left; }
.block.article .article-meta .article-date {
float: right;
font-size: 11px;
padding: 0.2em 0 0.3em;
text-transform: uppercase;
text-align: right;
color: #818a91; }
.block.article .video-hover-play {
font-size: 100%; }
.block.article .video-hover-play a {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%; }
.block.article .video-hover-play a:before {
content: "\f144";
font-family: FontAwesome;
font-size: 30px;
color: #FFF;
position: absolute;
bottom: 15px;
right: 15px;
width: 60px;
height: 46px;
line-height: 46px;
background: #2B2B2B;
border-radius: 0.25rem;
text-align: center; }
.block.article .video-hover-play-centered a:before {
right: 50%;
bottom: 50%;
transform: translate(50%, 50%); }
.block.article .video-hover-play-inverse a:before {
color: rgba(0, 0, 0, 0.7);
background: #fff; }
.block.article .video-hover-play a:hover:before {
color: #FFF;
background: #24142F; }
.block.article .video-hover-play-sm a:before {
font-size: 16px;
bottom: 8px;
left: 8px;
width: 30px;
height: 24px;
line-height: 24px; }
.block.article.grid .block-image {
position: relative;
margin-bottom: 1rem; }
.block.article.grid .image-title {
bottom: 10px; }
.block.article.grid .article-category {
font-size: 11px;
color: #24142F;
text-transform: uppercase; }
.block.article.list {
display: table;
width: 100%; }
.block.article.list .block-image {
display: table-cell;
position: relative; }
.block.article--style-1.list .block-image {
width: 50%; }
.block.article--style-2.list .block-image {
width: 30%; }
.block.article--style-2.list .block-image-lg {
width: 40%; }
.block.article.list .block-body {
display: table-cell;
vertical-align: top;
padding-top: 0;
padding-bottom: 0; }
.block.article.list .block-body > .article-date {
color: #818a91;
font-size: 0.875rem; }
.block.article--style-1.list .block-body.left {
padding: 0 20px 0 0; }
.block.article--style-1.list .block-body.right {
padding: 0 0 0 20px; }
.block.article--style-2.list .block-body.left {
padding: 0 10px 0 0; }
.block.article--style-2.list .block-body.right {
padding: 0 0 0 10px; }
.block.article.list .block-body p {
margin-top: 15px; }
.block.article.list .article-label {
display: inline-block;
padding: 4px 8px;
font-weight: 500;
font-size: 0.75rem;
border-radius: 0.25rem;
margin-bottom: 8px; }
.block.article.list .article-title {
margin: 0 0 10px; }
.block.article.list .article-info {
display: block;
margin-bottom: 4px;
font-size: 11px;
text-transform: uppercase;
color: #818a91; }
.block.article--style-1.list .article-text {
position: relative;
padding-bottom: 25px; }
.block.article.list .article-text:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 1px;
background: #e0eded; }
.block.article.list .article-title-text {
margin: 0 !important;
line-height: 18px; }
.block.article.list .block-footer {
display: table;
width: 100%; }
.block.article.list .block-footer .meta-info span {
float: left;
margin-right: 8px;
font-size: 11px; }
.block.article.list .block-footer .meta-info span i {
margin-right: 4px;
font-size: 13px; }
.block.article.list .image-title {
position: absolute;
left: 0;
bottom: 10px;
padding: 10px;
font-weight: 500; }
.block.article.list .article-category {
font-size: 11px;
color: #24142F;
text-transform: uppercase; }
@media (max-width: 767px) {
.block.article.list .block-image {
display: block;
width: 100% !important; }
.block.article.list .article-text {
padding-bottom: 0; }
.block.article.list .block-body {
display: block;
padding: 0 !important; }
.block.article.list .block-body.left {
margin-bottom: 20px; }
.block.article.list .block-body.right {
margin-top: 20px; } }
.article-wrapper {
padding: 1rem; }
.article-wrapper--style-1 {
background: #fcfcfc; }
.article-wrapper--style-2 {
background: #fff; }
.article-wrapper .article-title {
font-size: 0.875rem;
font-weight: 600;
text-transform: none !important;
line-height: 1.3;
margin: 0;
padding: 0;
margin-bottom: 4px !important; }
.article-wrapper .article-title > a {
color: #2b2b2c; }
.article-wrapper .article-title > a:hover {
color: #24142F; }
@media (max-width: 767px) {
.article-wrapper .article-title {
margin-top: 1rem; } }
.card > .article-wrapper {
padding-left: 1.5rem;
padding-right: 1.5rem; }
.card > .article-wrapper .block-image > img {
border-radius: 0; }
.article-wrapper > .block.article {
margin: 0;
padding: 0; }
.block.product {
background: #fff;
padding: 1px;
border: 1px solid rgba(0, 0, 0, 0.05);
overflow: hidden; }
.block.product .figure {
padding: 1px; }
.block.product .figure img {
width: 100% !important; }
.block.product .product-title {
margin: 10px 0;
padding: 0;
border-bottom: 0;
line-height: 0.9; }
.block.product .product-title.heading {
line-height: 1; }
.block.product .product-title a {
font-size: 1.125rem;
color: #2b2b2c; }
.block.product .product-title a:hover {
color: #24142F; }
.block.product figure {
padding-bottom: 1px;
border-bottom: 1px solid #e0eded; }
.block.product .block-content {
padding: 10px; }
.block.product p {
margin: 5px 0; }
.block.product .price-wrapper {
margin-top: 4px; }
.block.product .price {
padding: 4px 0;
font-size: 1.25rem;
font-weight: 600; }
.block.product .price.discount {
padding: 7px 0 0;
margin-right: 4px;
font-size: 0.875rem;
font-weight: 400;
color: #ff3b30 !important;
text-decoration: line-through; }
.block.product .block-footer {
border-top: 1px solid #e0eded;
padding-top: 8px;
margin-top: 10px; }
.block.product .block-footer:after {
display: table;
content: "";
clear: both; }
.block.property {
border: 1px solid rgba(0, 0, 0, 0.05); }
.block.property .block-content .content-title {
font-size: 1rem;
color: #24142F;
margin-bottom: 5px; }
.block.property .block-content .price {
font-size: 1.25rem;
color: #292f36;
font-weight: 600; }
.block.property .block-content .period {
font-size: 0.75rem;
margin-left: 5px;
color: #818a91; }
.block.property .block-content .capacity {
font-size: 12px;
color: #818a91; }
.block.property .block-footer ul.aux-info {
width: 100%;
margin: 0;
padding: 0;
display: block;
background: #f1f1f1;
border-top: 1px solid rgba(0, 0, 0, 0.05); }
.block.property .block-footer ul.aux-info li {
display: table-cell;
padding: 12px 15px;
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, 0.05);
font-size: 0.75rem; }
.block.property .block-footer ul.aux-info li:last-child {
border: 0; }
.block.property .block-footer ul.aux-info li i {
font-size: 18px;
margin-right: 8px;
color: #2b2b2c; }
.block.property .block-footer--style-2 ul.aux-info {
display: table;
width: 100%;
border: 1px solid #e0eded; }
.block.property .block-footer--style-2 ul.aux-info li {
padding: 10px;
font-size: 11px;
text-align: center; }
.block.property .block-footer--style-2 ul.aux-info li i {
display: block; }
.block.property.list .block-title {
padding: 1rem 1rem 0; }
.block.property.list .block-title h3 {
margin: 0;
padding: 0;
font-size: 1rem;
font-weight: 500;
color: #2b2b2c; }
.block.property.list .block-title h3 > a {
color: #2b2b2c; }
.block.property.list .block-image {
display: table-cell;
width: 200px; }
.block.property.list .block-image img {
width: 100%; }
.block.property.list .block-body {
padding: 12px; }
.block.property.list .block-body .block-content {
display: table-cell;
vertical-align: top;
padding-left: 12px; }
.block.property.list .block-content .description {
padding-bottom: 10px;
border-bottom: 1px solid #e0eded;
font-size: 0.8rem; }
@media (max-width: 767px) {
.block.property.list .block-image {
display: block;
width: auto; }
.block.property.list .block-body .block-content {
display: block;
padding-left: 0; } }
.block.property.grid {
border: 1px solid #e0eded; }
.block.property.grid .block-title {
padding: 15px 15px 0; }
.block.property.grid .block-title h3 {
margin: 0;
padding: 0;
font-size: 16px;
font-weight: 400; }
.block.property.grid .block-body .block-image img {
width: 100%; }
.block.property.grid .block-body .block-content {
padding-top: 15px; }
.block.property.grid .block-body .block-content .description {
padding-bottom: 10px;
border-bottom: 1px solid #e0eded; }
.block-post .block-post-body {
padding: 0; }
.block-post .block-post-body > .heading {
margin-bottom: 0 !important;
margin-top: 3rem !important; }
.block-post > .block-post-body > p {
margin-top: 2rem !important; }
.block-post > .block-post-body > .tagcloud {
margin-top: 2rem; }
.block-post-share {
margin-top: 2rem;
padding: 2rem 0;
border-top: 1px solid #e0eded;
border-bottom: 1px solid #e0eded; }
.block-post-comment-action {
padding: 1rem 0; }
.block-post-comment-action .heading {
margin-bottom: 0; }
.block-post-comments {
margin: 0;
padding: 0;
list-style: none; }
.block-comment {
display: table;
width: 100%;
margin-bottom: 2rem; }
.block-comment:last-child {
border-bottom: 1px solid rgba(243, 243, 243, 0.7); }
@media (min-width: 768px) {
.block-comment-reply {
padding-left: 72px; } }
.block-comment .block-image {
display: table-cell;
width: 72px;
height: 72px; }
.block-comment .block-body {
display: table-cell;
vertical-align: top;
position: relative;
padding: 0 0 0 2rem; }
.block-comment .block-body > .block-body-inner {
padding-bottom: 2rem;
border-bottom: 1px solid rgba(243, 243, 243, 0.7); }
.block-comment:last-child .block-body > .block-body-inner {
border: 0; }
.block-body-inner .heading {
margin: 0; }
.block-comment .block-body .comment-date {
font-size: 0.875rem;
color: #818a91; }
.block-comment .block-body .comment-text {
margin-top: 1rem; }
.block-comment .block-body .comment-options > a {
font-size: 0.875rem;
color: #818a91;
margin-right: 0.75rem; }
.block-comment .block-body .comment-options > a:hover {
color: #24142F; }
.block-post-comments--style-1 {
border: 1px solid #e0eded;
border-radius: 0.25rem; }
.block-post-comments--style-1 .block-comment {
margin: 0;
border-radius: 0;
border: 0; }
.block-post-comments--style-1 .block-comment-reply {
padding-top: 2rem;
margin-top: 2rem;
border-top: 1px solid #e0eded; }
@media (min-width: 768px) {
.block-comment-reply {
padding-left: 100px; } }
.block-post-comments--style-1 > li {
border-bottom: 1px solid #e0eded;
padding: 2rem; }
.block-post-comments--style-1 > li:last-child {
border: 0; }
.block-post-comments--style-1 li:nth-child(odd) {
background: #fcfcfc; }
.block-post-comments--style-1 li:nth-child(even) {
background: #fafafa; }
.block-post-comments--style-1 .block-comment-reply:last-child {
border-bottom: 0; }
.block-comment .block-image {
display: table-cell;
width: 60px;
height: 60px; }
.block-comment .block-body {
padding-left: 40px; }
.block-post-comments--style-1 .block-comment .block-body > .block-body-inner {
border: 0;
padding: 0; }
.post-prev-next {
margin: 2rem 0;
padding: 2rem 0;
border-top: 1px solid rgba(243, 243, 243, 0.7);
border-bottom: 1px solid rgba(243, 243, 243, 0.7); }
.post-prev-next h5 {
padding: 0;
margin: 0;
color: #818a91; }
.post-prev-next h3 {
padding: 0;
margin: 5px 0 0; }
.post-prev-next .post-next,
.post-prev-next .post-prev {
position: relative; }
.post-prev-next .post-prev {
padding: 0 20px 0 40px; }
.post-prev-next .post-next {
text-align: right;
padding-right: 40px; }
.post-prev-next .post-next:before,
.post-prev-next .post-prev:before {
position: absolute;
top: 50%;
margin-top: -15px;
font-family: "Ionicons";
font-size: 20px;
color: #2b2b2c; }
.post-prev-next .post-prev:before {
content: "\f108";
left: 0; }
.post-prev-next .post-next:before {
content: "\f10b";
right: 0; }
@media (max-width: 767px) {
.post-prev-next .post-next {
margin-top: 20px; } }
.animate-hover-slide .figure {
position: relative;
overflow: hidden; }
.animate-hover-slide .figure img {
max-width: 100%;
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide .figure .figcaption {
height: 100%;
padding: 0;
width: 100%;
position: absolute;
left: 0;
top: auto;
bottom: 0;
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide .figure:hover .figcaption {
opacity: 0.8;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
-o-transition: -o-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s; }
.animate-hover-slide .figure .figcaption {
text-align: center; }
.animate-hover-slide .figure .figcaption-btn {
width: 100%;
height: 50%;
position: absolute;
top: 0;
opacity: 0;
padding-left: 20px;
text-align: center;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide .figure:hover .figcaption-btn {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
-o-transition: -o-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s; }
.animate-hover-slide .figure .figcaption-txt {
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
opacity: 0;
padding-left: 20px;
text-align: center;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide .figure:hover .figcaption-txt {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
-o-transition: -o-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s; }
.animate-hover-slide .figure .figcaption-txt .title {
padding: 0;
margin: 30px 0 0;
color: #fff;
font-size: 18px;
text-transform: capitalize; }
.animate-hover-slide .figure .figcaption-txt .subtitle {
padding: 0;
margin: 0;
color: #fff;
font-size: 12px; }
.animate-hover-slide .figure a {
position: relative;
top: 94%;
margin-top: -11px; }
.animate-hover-slide .figure .figcaption h3 {
padding-bottom: 5px;
margin-bottom: 10px;
font-size: 14px;
font-weight: 600;
border-bottom: 1px solid #f2f2f2; }
.animate-hover-slide-2 .figure {
position: relative;
overflow: hidden; }
.animate-hover-slide-2 .figure img {
max-width: 100%;
position: relative;
z-index: 2;
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide-2 .figure:hover img {
-webkit-transform: scale(0.4);
-moz-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4); }
.animate-hover-slide-2 .figure .figcaption {
height: 100%;
z-index: 1;
position: absolute;
top: 0;
bottom: auto;
background: #f3f3f3, 10%;
color: #333 !important;
padding: 0 15px;
width: 100%;
opacity: 1;
-webkit-transform: scale(0.4);
-moz-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide-2 .figure:hover .figcaption {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; }
.animate-hover-slide-2 .figure .figcaption h2 {
text-align: center;
margin-top: 15px; }
.animate-hover-slide-2 .figure .figcaption .social-icons {
width: 100%;
position: absolute;
bottom: 15px;
text-align: center; }
.animate-hover-slide-3 .figure {
position: relative;
overflow: hidden; }
.animate-hover-slide-3 .figure img {
max-width: 100%;
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide-3 .figure .figcaption {
height: 32px;
background: #f3f3f3;
color: #333;
padding: 0 15px;
width: 100%;
position: absolute;
left: 0;
top: auto;
bottom: 0;
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s; }
.animate-hover-slide-3 .figure:hover .figcaption {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
-o-transition: -o-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s; }
.animate-hover-slide-4 {
position: relative; }
.animate-hover-slide-4 .figure {
position: relative; }
.animate-hover-slide-4 .figure .figcaption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
opacity: 0.75; }
.animate-hover-slide-4 .figure .figcaption {
text-align: center; }
.animate-hover-slide-4 .figure .figcaption-btn {
width: 100%;
height: 50%;
position: absolute;
top: 0;
opacity: 0;
padding-left: 20px;
text-align: center; }
.animate-hover-slide-4 .figure:hover .figcaption-btn {
opacity: 1; }
.animate-hover-slide-4 .figure .figcaption-txt {
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
opacity: 0;
padding-left: 20px;
text-align: center; }
.animate-hover-slide-4 .figure:hover .figcaption-txt {
opacity: 1; }
.animate-hover-slide-4 .figure .figcaption-txt .title {
padding: 0;
margin: 30px 0 0;
color: #fff;
font-size: 18px;
text-transform: capitalize; }
.animate-hover-slide-4 .figure .figcaption-txt .subtitle {
padding: 0;
margin: 0;
color: #fff;
font-size: 12px; }
.animate-hover-slide-4 .figure a {
position: relative;
top: 94%;
margin-top: -11px; }
.animate-hover-slide-4 .figure .figcaption h3 {
padding-bottom: 5px;
margin-bottom: 10px;
font-size: 14px;
font-weight: 600;
border-bottom: 1px solid #f2f2f2; }
.block-cell {
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative; }
.block-cell .block-image {
background-size: cover;
background-position: center center;
background-repeat: no-repeat; }
.block-cell .block-image,
.block-cell .block-text {
width: 50%; }
@media screen and (max-width: 992px) {
.block-cell .block-image,
.block-cell .block-text {
width: 100%; }
.block-cell .block-image {
height: 200px; } }
.block-cell .block-text {
padding: 40px;
position: relative; }
.block-cell .block-text h3 {
margin: 0 0 10px; }
.block-cell .block-text:before,
.block-cell.reverse .block-text:before {
z-index: 22;
top: 15%;
content: " ";
height: 0;
margin-top: -12px;
pointer-events: none; }
.block-cell .block-text p:last-child {
margin-bottom: 0; }
.block-cell .block-text p.price {
font-size: 1.25rem;
font-family: "Roboto", sans-serif;
color: #24142F; }
.block-cell .block-text:before {
right: 100%;
border: solid transparent;
width: 0;
position: absolute;
border-color: rgba(255, 225, 255, 0);
border-right-color: #fff;
border-width: 12px; }
.block-cell.reverse .block-image {
position: absolute;
right: 0;
width: 50%;
min-height: 100%; }
@media screen and (max-width: 992px) {
.block-cell.reverse .block-image {
position: relative;
width: 100%; } }
.block-cell.reverse .block-text:before {
left: 100%;
border: solid transparent;
width: 0;
position: absolute;
border-color: rgba(255, 225, 255, 0);
border-left-color: #fff;
border-width: 12px; }
@media screen and (max-width: 768px) {
.block-cell .block-text:before,
.block-cell.reverse .block-text:before {
display: none; } }
.btn {
font-size: 0.875rem;
font-weight: 500;
font-family: "Roboto", sans-serif;
font-style: normal;
text-align: center;
border-radius: 2px;
outline: none; }
.btn-styled {
padding: 0.75rem 1.5rem; }
.btn-sm {
font-size: 0.7rem !important; }
.btn-styled.btn-xl {
font-size: 1.125rem !important;
padding: 1rem 2.5rem !important; }
.btn-styled.btn-lg {
font-size: 0.9rem !important;
padding: 1rem 2rem !important; }
.btn-styled.btn-sm {
font-size: 0.7rem !important;
padding: 0.625rem 1rem !important; }
.btn-styled.btn-xs {
font-size: 0.6rem !important;
padding: 0.5rem !important; }
@media (max-width: 767px) {
.btn-xs-block {
width: 100%; } }
.btn-icon-left .fa,
.btn-icon-left .icon {
margin-right: 0.625rem; }
.btn-icon-right .fa,
.btn-icon-right .icon {
margin-left: 0.625rem; }
.btn-square {
border-radius: 0px !important; }
.btn-round {
border-radius: 8px !important; }
.btn-circle {
border-radius: 10rem !important; }
.btn-shadow {
-webkit-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important;
-moz-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important;
box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important; }
.btn-italic {
font-style: italic !important; }
.btn-disable-hover {
pointer-events: none !important; }
@media (max-width: 767px) {
.btn-container {
margin-top: 2rem; } }
@media (max-width: 991px) {
.btn-container > .btn {
margin-bottom: 1rem; } }
@media (min-width: 992px) {
.btn-container > .btn {
margin-right: 2rem; }
.btn-container > .btn.btn-border-animated {
margin-right: 3rem; }
.btn-container > .btn:last-child {
margin-right: 0; } }
.btn-inline-links > a {
position: relative;
display: inline-block;
padding: 0 10px 0 5px; }
.btn-inline-links > a:after {
content: "-";
position: absolute;
right: 0;
height: 20px;
color: #24142F; }
.btn-inline-links > a:last-child:after {
content: ""; }
.btn-base-1 {
color: #FFF;
background-color: #24142F;
transition:all ease .5s; }
.btn-base-1:active,
.btn-base-1.active,
.btn-base-1:focus,
.btn-base-1:hover {
background-color: #24242D;
color: #FFF;
transition:all ease .5s; }
.btn-base-1.btn-outline {
background-color: transparent !important;
border-color: #24142F !important;
color: #24142F !important; }
.btn-base-1.btn-outline:active,
.btn-base-1.btn-outline:focus,
.btn-base-1.btn-outline:hover {
background-color: #24142F !important;
border-color: #24142F !important;
color: #FFF !important; }
.btn-base-2 {
color: #FFF;
background-color: #292f36;
border: 1px solid #292f36; }
.btn-base-2:active,
.btn-base-2.active,
.btn-base-2:focus,
.btn-base-2:hover {
background-color: #131619;
color: #FFF; }
.btn-base-2.btn-outline {
background-color: transparent !important;
border-color: #292f36 !important;
color: #292f36 !important; }
.btn-base-2.btn-outline:active,
.btn-base-2.btn-outline:focus,
.btn-base-2.btn-outline:hover {
background-color: #292f36 !important;
border-color: #292f36 !important;
color: #FFF !important; }
.btn-base-3 {
color: rgba(255, 255, 255, 0.9);
background-color: #818a91;
border: 1px solid #818a91; }
.btn-base-3:active,
.btn-base-3.active,
.btn-base-3:focus,
.btn-base-3:hover {
background-color: #687077;
color: rgba(255, 255, 255, 0.9); }
.btn-base-3.btn-outline {
background-color: transparent !important;
border-color: #818a91 !important;
color: #818a91 !important; }
.btn-base-3.btn-outline:active,
.btn-base-3.btn-outline:focus,
.btn-base-3.btn-outline:hover {
background-color: #818a91 !important;
border-color: #818a91 !important;
color: rgba(255, 255, 255, 0.9) !important; }
.btn-base-4 {
color: #FFF;
background-color: #2B2B2B;
border: 1px solid #2B2B2B; }
.btn-base-4:active,
.btn-base-4.active,
.btn-base-4:focus,
.btn-base-4:hover {
background-color: #121212;
color: #FFF; }
.btn-base-4.btn-outline {
background-color: transparent !important;
border-color: #2B2B2B !important;
color: #2B2B2B !important; }
.btn-base-4.btn-outline:active,
.btn-base-4.btn-outline:focus,
.btn-base-4.btn-outline:hover {
background-color: #2B2B2B !important;
border-color: #2B2B2B !important;
color: #FFF !important; }
.btn-base-5 {
color: #0A0814;
background-color: #FFF;
border: 1px solid #FFF; }
.btn-base-5:active,
.btn-base-5.active,
.btn-base-5:focus,
.btn-base-5:hover {
background-color: #e6e6e6;
color: #0A0814; }
.btn-base-5.btn-outline {
background-color: transparent !important;
border-color: #FFF !important;
color: #FFF !important; }
.btn-base-5.btn-outline:active,
.btn-base-5.btn-outline:focus,
.btn-base-5.btn-outline:hover {
background-color: #FFF !important;
border-color: #FFF !important;
color: #0A0814 !important; }
.btn-white {
color: #24142F !important;
background-color: white;
border: 1px solid white;
transition: all ease .5s; }
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
background-color: #201150;
border-color: #201150;
color: #fff !important;
transition: all ease .5s; }
.btn-white.btn-outline {
background-color: transparent;
border-color: white;
color: white; }
.btn-white.btn-outline:active,
.btn-white.btn-outline:not(.btn-hover-nobg):focus,
.btn-white.btn-outline:not(.btn-hover-nobg):hover {
background-color: white;
border-color: white;
color: #333; }
.btn-blue {
color: #FFF !important;
background-color: #007aff !important;
border-color: #007aff !important; }
.btn-blue:active,
.btn-blue:not(.btn-hover-nobg):focus,
.btn-blue:not(.btn-hover-nobg):hover {
background-color: transparent !important;
border-color: #007aff !important;
color: #007aff !important; }
.btn-blue.btn-outline {
background-color: transparent !important;
border-color: #007aff !important;
color: #007aff !important; }
.btn-blue.btn-outline:active,
.btn-blue.btn-outline:not(.btn-hover-nobg):focus,
.btn-blue.btn-outline:not(.btn-hover-nobg):hover {
background-color: #007aff !important;
border-color: #007aff !important;
color: #007aff !important; }
.btn-green {
color: #FFF !important;
background-color: #4cd964 !important;
border-color: #4cd964 !important; }
.btn-green:active,
.btn-green:not(.btn-hover-nobg):focus,
.btn-green:not(.btn-hover-nobg):hover {
background-color: #28a745 !important;
border-color: #4cd964 !important;
color: #ffffff !important; }
.btn-green.btn-outline {
background-color: transparent !important;
border-color: #4cd964 !important;
color: #4cd964 !important; }
.btn-green.btn-outline:active,
.btn-green.btn-outline:not(.btn-hover-nobg):focus,
.btn-green.btn-outline:not(.btn-hover-nobg):hover {
background-color: #4cd964 !important;
border-color: #4cd964 !important;
color: #4cd964 !important; }
.btn-red {
color: #FFF !important;
background-color: #ff3b30 !important;
border-color: #ff3b30 !important; }
.btn-red:active,
.btn-red:not(.btn-hover-nobg):focus,
.btn-red:not(.btn-hover-nobg):hover {
background-color: transparent !important;
border-color: #ff3b30 !important;
color: #ff3b30 !important; }
.btn-red.btn-outline {
background-color: transparent !important;
border-color: #ff3b30 !important;
color: #ff3b30 !important; }
.btn-red.btn-outline:active,
.btn-red.btn-outline:not(.btn-hover-nobg):focus,
.btn-red.btn-outline:not(.btn-hover-nobg):hover {
background-color: #ff3b30 !important;
border-color: #ff3b30 !important;
color: #ff3b30 !important; }
.btn-pink {
color: #FFF !important;
background-color: #ff2d55 !important;
border-color: #ff2d55 !important; }
.btn-pink:active,
.btn-pink:not(.btn-hover-nobg):focus,
.btn-pink:not(.btn-hover-nobg):hover {
background-color: transparent !important;
border-color: #ff2d55 !important;
color: #ff2d55 !important; }
.btn-pink.btn-outline {
background-color: transparent !important;
border-color: #ff2d55 !important;
color: #ff2d55 !important; }
.btn-pink.btn-outline:active,
.btn-pink.btn-outline:not(.btn-hover-nobg):focus,
.btn-pink.btn-outline:not(.btn-hover-nobg):hover {
background-color: #ff2d55 !important;
border-color: #ff2d55 !important;
color: #ff2d55 !important; }
.btn-orange {
color: #FFF !important;
background-color: #ff9500 !important;
border-color: #ff9500 !important; }
.btn-orange:active,
.btn-orange:not(.btn-hover-nobg):focus,
.btn-orange:not(.btn-hover-nobg):hover {
background-color: transparent !important;
border-color: #ff9500 !important;
color: #ff9500 !important; }
.btn-orange.btn-outline {
background-color: transparent !important;
border-color: #ff9500 !important;
color: #ff9500 !important; }
.btn-orange.btn-outline:active,
.btn-orange.btn-outline:not(.btn-hover-nobg):focus,
.btn-orange.btn-outline:not(.btn-hover-nobg):hover {
background-color: #ff9500 !important;
border-color: #ff9500 !important;
color: #ff9500 !important; }
.btn-yellow {
color: #FFF !important;
background-color: #ffcc00 !important;
border-color: #ffcc00 !important; }
.btn-yellow:active,
.btn-yellow:not(.btn-hover-nobg):focus,
.btn-yellow:not(.btn-hover-nobg):hover {
background-color: transparent !important;
border-color: #ffcc00 !important;
color: #ffcc00 !important; }
.btn-yellow.btn-outline {
background-color: transparent !important;
border-color: #ffcc00 !important;
color: #ffcc00 !important; }
.btn-yellow.btn-outline:active,
.btn-yellow.btn-outline:not(.btn-hover-nobg):focus,
.btn-yellow.btn-outline:not(.btn-hover-nobg):hover {
background-color: #ffcc00 !important;
border-color: #ffcc00 !important;
color: #ffcc00 !important; }
.btn-purple {
color: #FFF !important;
background-color: #5856d6 !important;
border-color: #5856d6 !important; }
.btn-purple:active,
.btn-purple:not(.btn-hover-nobg):focus,
.btn-purple:not(.btn-hover-nobg):hover {
background-color: transparent !important;
border-color: #5856d6 !important;
color: #5856d6 !important; }
.btn-purple.btn-outline {
background-color: transparent !important;
border-color: #5856d6 !important;
color: #5856d6 !important; }
.btn-purple.btn-outline:active,
.btn-purple.btn-outline:not(.btn-hover-nobg):focus,
.btn-purple.btn-outline:not(.btn-hover-nobg):hover {
background-color: #5856d6 !important;
border-color: #5856d6 !important;
color: #5856d6 !important; }
.btn-color-470604 {
color: #ffffff !important;
background: linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%); }
.btn-color-470604:active,
.btn-color-470604:not(.btn-hover-nobg):focus,
.btn-color-470604:not(.btn-hover-nobg):hover {
background: linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%); }
.card-wrapper > .card:not(:last-child) {
margin-bottom: 2rem; }
.card {
position: relative;
z-index: 10;
border: 1px solid rgba(0, 0, 0, 0.07);
border-radius: 0.25rem;
background: #fff;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
@media (min-width: 992px) {
.card-sticked-bottom {
position: absolute;
bottom: 0;
border-radius: 0.25rem 0.25rem 0 0; } }
.card-overflow-fade {
position: relative; }
.card-overflow-fade::after {
position: absolute;
width: 100%;
height: 60px;
background: rgba(255, 255, 255, 0.3);
bottom: 0;
left: 0; }
.card .b-xs-top,
.card .b-xs-right,
.card .b-xs-bottom,
.card .b-xs-left {
border-color: rgba(0, 0, 0, 0.07) !important; }
.card-body {
padding: 1.5rem 1.5rem; }
.card-body > .lead {
margin-bottom: 0; }
.card-title {
padding: .5rem 1.5rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
margin: 0; }
.card-title > .heading {
margin: 0;
display: inline-block; }
.card-title > .btn-aux {
float: right;
font-size: 0.875rem;
color: #818a91; }
.card-title > .btn-aux > .aux-text {
display: inline-block;
margin-left: 5px;
color: #2b2b2c; }
.card-title > .btn-aux:hover > .aux-text {
color: #24142F; }
.card.bg-base-1 .card-title-wrapped {
background: #d01919;
border: 1px solid #c71818; }
.card.bg-base-1 .card-title .heading {
color: #FFF; }
.card-inner-title-wrapper {
padding: 1.5rem 0; }
.card-inner-title {
margin: 0;
padding: 0;
font-size: 0.875rem;
font-weight: 600;
color: #111111; }
.card-inner-title > i {
margin-right: 6px; }
.card-inner-subtitle {
margin: 4px 0 0 0;
padding: 0;
font-size: 0.875rem;
font-weight: 300;
color: #818a91; }
.card-inner-subtitle.subtitle-icon-aligned {
padding-left: 1.5rem; }
.card-footer {
border-top: 1px solid rgba(0, 0, 0, 0.05);
padding: 1rem 1.5rem;
background: inherit; }
@media (min-width: 992px) {
.card-footer.absolute-bottom {
position: absolute;
bottom: 0;
width: 100%; } }
.card-icon-bg {
position: absolute;
width: 100%;
height: 100%;
text-align: center; }
.card-icon-bg i {
font-size: 10rem;
color: rgba(0, 0, 0, 0.1);
line-height: 0; }
.card-inverse {
background: #1b1e23; }
.card-inverse *:not(.btn):not(.alert):not(.form-control):not(.heading):not(a) {
color: rgba(255, 255, 255, 0.5); }
.card-inverse .heading,
.card-inverse .heading > a {
color: #f3f3f3; }
.card-inverse .card-footer {
border-top-color: rgba(0, 0, 0, 0.15); }
.card-inverse p {
color: rgba(255, 255, 255, 0.5); }
.card-inverse .heading {
color: white; }
.card-inverse .heading-light {
color: rgba(255, 255, 255, 0.8); }
.card-inverse .stats-entry .stats-count {
color: white; }
.card-inverse .stats-entry .stats-label {
color: rgba(255, 255, 255, 0.8); }
.card-inverse .useful-links a {
color: rgba(255, 255, 255, 0.8); }
.card-inverse .useful-links a:hover {
color: white; }
.card-colored {
border: 0; }
@media (min-width: 768px) {
.row-no-padding .card-colored {
border-radius: 0; }
.row-no-padding [class^=col-]:first-child .card-colored {
border-radius: 0.25rem 0 0 0.25rem; }
.row-no-padding [class^=col-]:last-child .card-colored {
border-radius: 0 0.25rem 0.25rem 0; } }
.card-colored .card-body {
padding: 2.5rem; }
.card-colored .card-title + .card-body {
padding: 1.5rem 1.5rem; }
.card-colored .card-body .heading,
.card-colored .card-body p {
color: #FFF; }
.card-image {
position: relative; }
.card-image img,
.card-image > .view {
max-width: 100%;
border-radius: 0.25rem 0.25rem 0 0; }
[class*=z-depth] .card-image img,
[class*=z-depth] .card-image > .view {
max-width: 100% !important;
margin-left: 0;
margin-top: 0; }
.card-title + .card-image img,
.card-title + .card-image > .view {
border-radius: 0; }
.card-icon {
padding: 2.5rem; }
.card-icon-lg i,
.card-icon-lg i {
font-size: 70px;
line-height: 1; }
.card-image-container {
position: relative;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex: 1;
flex: 1;
-ms-flex-align: center;
align-items: center;
background-size: cover;
background-color: #efe9e8;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden; }
.card-image-container > .card-image {
max-width: none; }
@media (min-width: 768px) {
.card > .row [class^=col-md] .card-image-container .card-img > img {
top: 0;
left: 0;
height: 100% !important;
width: 100%;
position: absolute;
object-fit: cover; } }
.card-horizontal .card-image img {
border-radius: 0.25rem 0 0 0.25rem; }
.card-horizontal .card-body {
padding: 1.5rem; }
.card-horizontal .card-footer {
padding-left: 1.5rem;
padding-right: 1.5rem; }
.card-blockquote {
border-left: 0; }
.card-blockquote > p {
font-size: 1.25rem;
line-height: 1.7;
color: #818a91;
font-weight: 400;
font-style: italic; }
.card-blockquote > p > i {
font-size: 30px;
color: #eceeef;
display: inline-block; }
.card-blockquote > p > .quote-left {
position: relative;
margin-right: 10px;
top: -12px; }
.card-blockquote > p > .quote-right {
position: relative;
margin-left: 10px;
bottom: -12px; }
.card-blockquote > footer {
font-size: 1rem;
margin-top: 2rem;
color: #24142F; }
.card-hover--animation-1,
.card-hover--animation-1 * {
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
.card-hover--animation-1:hover .btn {
background: #24142F;
color: #FFF;
border-color: #24142F; }
/* CAROUSEL - STYLE 1 */
.carousel--style-1 .carousel-control {
position: absolute;
top: 50%;
bottom: auto;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
margin-top: -25px;
font-size: 20px;
background: rgba(0, 0, 0, 0.3);
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
filter: alpha(opacity=80);
opacity: 0.8;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.carousel--style-1 .carousel-control.right {
right: 0;
left: auto;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.carousel--style-1 .carousel-control.left {
left: 0;
right: auto;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.carousel--style-1 .carousel-control:hover {
width: 70px;
background: #24142F;
color: #FFF;
filter: alpha(opacity=100);
opacity: 1; }
.carousel--style-1-v1 .carousel-control {
opacity: 0; }
.carousel--style-1-v1:hover .carousel-control {
opacity: 1; }
.carousel--style-2 .carousel-control {
position: absolute;
top: 50%;
bottom: auto;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
margin-top: -25px;
font-size: 20px;
background: rgba(37, 37, 37, 0.8);
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
filter: alpha(opacity=80);
opacity: 0.8;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.carousel--style-2 .carousel-control.right {
right: 0;
left: auto;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; }
.carousel--style-2 .carousel-control.left {
left: 0;
right: auto;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px; }
.carousel--style-2 .carousel-control:hover {
width: 70px;
background: #1f3a93;
color: #fff;
filter: alpha(opacity=100);
opacity: 1; }
.carousel--style-2 .carousel-inner .carousel-item img {
max-width: 100%; }
.carousel--style-2 .carousel-indicators {
position: absolute;
bottom: -5px;
left: 50%;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none; }
.carousel--style-2 .carousel-caption {
text-shadow: 0;
text-align: left;
background: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
color: #fff; }
.carousel--style-2 .carousel-caption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px 30px; }
.carousel--style-2 .carousel-caption .caption-title {
display: block;
margin: 10px 0 0;
padding: 0;
font-size: 22px;
line-height: 1.1;
color: #fff;
font-weight: 500; }
.carousel--style-2 .carousel-caption .caption-subtitle {
display: block;
margin: 10px 0 0;
padding: 0;
font-size: 16px;
line-height: 1.1;
color: #ddd;
font-weight: 400; }
.carousel--style-2 .carousel-caption .meta-info-cells li,
.carousel--style-2 .carousel-caption .meta-info-cells li a,
.carousel--style-2 .carousel-caption .meta-info-cells li i {
color: #ddd; }
/* COLLAPSE STACKED */
.accordion-cards--stacked .card {
border-radius: 0; }
.accordion-cards--stacked .card:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.accordion-cards--stacked .card:last-child {
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.accordion-cards--stacked .card + .card {
margin-top: 0;
border-top: 0; }
/* COLLAPSE SPACED */
.accordion-cards--spaced .card {
border-radius: 0.25rem; }
.accordion-cards--spaced .card + .card {
margin-top: 1rem; }
/* STYLE 2 & STYLE 3 */
.accordion--style-1 .card,
.accordion--style-2 .card {
border: 0;
background: transparent; }
.accordion--style-1 .card-block,
.accordion--style-2 .card-block {
border: 0; }
.accordion--style-1 .card-header,
.accordion--style-2 .card-header {
color: #333;
border: none;
padding: 0 !important; }
.accordion--style-1 .card-title,
.accordion--style-2 .card-title {
margin: 0;
padding: 0;
font-size: 0.875rem;
color: inherit;
background: #fff;
border: 0; }
.accordion--style-2 .card-title {
background: #000; }
.accordion--style-1 .card-title a,
.accordion--style-2 .card-title a {
padding: 18px 35px 18px 22px;
display: table;
width: 100%;
border: 1px solid #e0eded;
color: black;
font-size: 1.125rem;
font-weight: 500;
position: relative; }
.accordion--style-2 .card-title a {
border: none;
color: #fff; }
.accordion--style-1 .card-title a span,
.accordion--style-2 .card-title a span {
position: absolute;
top: 22px;
right: 17px;
color: #ccc; }
/* STYLE 3 and 4 */
.accordion--style-3 .card-header,
.accordion--style-4 .card-header {
background-color: transparent;
border: none;
border-radius: 0;
padding: 0; }
.accordion--style-4 .card-header {
border: 1px solid rgba(0, 0, 0, 0.05);
padding: 0 20px 0 0; }
.accordion--style-3 .card,
.accordion--style-4 .card {
margin-bottom: 1px;
border-radius: 0;
background-color: transparent; }
.accordion--style-3 .card:first-child {
border-top: 1px solid rgba(0, 0, 0, 0.05); }
.accordion--style-3 .card {
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.accordion--style-3 .card-title,
.accordion--style-4 .card-title {
overflow: hidden;
padding: 0;
border: 0; }
.accordion--style-3 .card-title a,
.accordion--style-4 .card-title a {
padding: 1rem 0;
font-weight: 400;
font-size: 1.125rem;
color: black;
display: table;
width: 100%;
position: relative;
overflow: hidden; }
.accordion--style-4 .card-title a {
padding-left: 70px; }
.accordion--style-4 .card-title a > .collapse-heading-icon {
position: absolute;
left: 0;
top: 0;
width: 54px;
height: 100%;
text-align: center;
line-height: 54px;
border-right: 1px solid #e0eded; }
.accordion--style-4 .card-title a > .collapse-heading-icon > i {
font-size: 28px;
line-height: 54px;
color: #818a91; }
.accordion--style-3 .card,
.accordion--style-4 .card {
border: none; }
.accordion--style-3 .card-header > .card-title,
.accordion--style-3 [aria-expanded="true"] .card-block {
border-bottom: 1px solid #e0eded; }
.accordion--style-3 .card-header > .card-title > a[aria-expanded="true"],
.accordion--style-4 .card-header > .card-title > a[aria-expanded="true"] {
color: #24142F !important;
text-decoration: none; }
/*!
* Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
*
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
.datepicker {
direction: ltr; }
.datepicker-inline {
width: 220px; }
.datepicker-rtl {
direction: rtl; }
.datepicker-rtl.dropdown-menu {
left: auto; }
.datepicker-rtl table tr td span {
float: right; }
.datepicker-dropdown {
top: 0;
left: 0; }
.datepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #999;
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute; }
.datepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-top: 0;
position: absolute; }
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px; }
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px; }
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px; }
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px; }
.datepicker-dropdown.datepicker-orient-bottom:before {
top: -7px; }
.datepicker-dropdown.datepicker-orient-bottom:after {
top: -6px; }
.datepicker-dropdown.datepicker-orient-top:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999; }
.datepicker-dropdown.datepicker-orient-top:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #fff; }
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.datepicker td,
.datepicker th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: none; }
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: transparent; }
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
background: #eee;
cursor: pointer; }
.datepicker table tr td.new,
.datepicker table tr td.old {
color: #999; }
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
background: none;
color: #999;
cursor: default; }
.datepicker table tr td.highlighted {
background: #d9edf7;
border-radius: 0; }
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
background-color: #fde19a;
background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#fdd49a', endColorstr='#fdf59a', GradientType=0);
border-color: #fdf59a #fdf59a #fbed50;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #000; }
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
background-color: #fdf59a; }
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
background-color: #fbf069 \9; }
.datepicker table tr td.today:hover:hover {
color: #000; }
.datepicker table tr td.today.active:hover {
color: #fff; }
.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
background: #eee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
background-color: #f3d17a;
background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#f3c17a', endColorstr='#f3e97a', GradientType=0);
border-color: #f3e97a #f3e97a #edde34;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
background-color: #f3e97a; }
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
background-color: #efe24b \9; }
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
background-color: #9e9e9e;
background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: linear-gradient(to bottom, #b3b3b3, #808080);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#b3b3b3', endColorstr='#808080', GradientType=0);
border-color: #808080 #808080 #595959;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
background-color: #808080; }
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
background-color: #666666 \9; }
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
background-image: linear-gradient(to bottom, #08c, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#08c', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
background-color: #0044cc; }
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.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:hover:active {
background-color: #003399 \9; }
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
background: #eee; }
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
background: none;
color: #999;
cursor: default; }
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
background-image: linear-gradient(to bottom, #08c, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#08c', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
background-color: #0044cc; }
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.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:hover:active {
background-color: #003399 \9; }
.datepicker table tr td span.new,
.datepicker table tr td span.old {
color: #999; }
.datepicker .datepicker-switch {
width: 145px; }
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
cursor: pointer; }
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
background: #eee; }
.datepicker .next.disabled,
.datepicker .prev.disabled {
visibility: hidden; }
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle; }
.input-append.date .add-on,
.input-prepend.date .add-on {
cursor: pointer; }
.input-append.date .add-on i,
.input-prepend.date .add-on i {
margin-top: 3px; }
.input-daterange input {
text-align: center; }
.input-daterange input:first-child {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px; }
.input-daterange input:last-child {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0; }
.input-daterange .add-on {
display: inline-block;
width: auto;
min-width: 16px;
height: 18px;
padding: 4px 5px;
font-weight: normal;
line-height: 18px;
text-align: center;
text-shadow: 0 1px 0 #fff;
vertical-align: middle;
background-color: #eee;
border: 1px solid #ccc;
margin-left: -5px;
margin-right: -5px; }
.delimiter {
display: block;
margin-top: 20px; }
.delimiter.delimiter--fixed-width {
width: 130px !important;
margin: auto; }
.delimiter--style-1 {
border-bottom: 1px solid #e0eded;
margin: 30px 0;
position: relative; }
.delimiter--style-1 .delimiter-title {
width: 200px;
position: relative;
top: 25px;
background: #fff;
border: 2px solid #e0eded;
color: #818a91;
margin: auto;
height: 50px;
text-align: center;
z-index: 3;
cursor: default; }
.delimiter--style-1 .delimiter-title h3 {
margin: 0;
padding: 0;
line-height: 50px;
font-size: 1rem;
font-weight: 600; }
.delimiter--style-1 .divider-title-wrapper::before {
content: "";
width: 280px;
height: 50px;
position: absolute;
margin-left: -140px;
left: 50%;
top: 50%;
background: #fff;
z-index: 2; }
.delimiter--style-2 {
border-bottom: 2px solid #132222;
position: relative; }
.delimiter--style-2:before {
content: "";
width: 160%;
position: absolute;
left: -30%;
top: -4px;
border-top: 2px solid #e0eded; }
.delimiter--style-2 .delimiter-icon {
position: absolute;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
left: 50%;
top: -18px;
margin-left: -18px;
background: white;
font-size: 20px; }
.delimiter-left-thick--style-1 {
border-left: 4px solid #24142F; }
.short-delimiter--style-1 {
padding: 14px 0;
display: block;
position: relative; }
.short-delimiter--style-1:before {
content: "";
display: block;
position: relative;
top: 0;
left: 0;
width: 40px;
height: 1px;
background: #24142F; }
.short-delimiter-light:before {
background: #818a91; }
.short-delimiter-dark:before {
background: #2b2b2c; }
.short-delimiter-base-1:before {
background: #24142F; }
.short-delimiter-thick {
height: 3px; }
.short-delimiter-sm:before {
width: 40px; }
.short-delimiter-md:before {
width: 60px; }
.short-delimiter-lg:before {
width: 90px; }
.short-delimiter-center.short-delimiter-sm:before {
left: 50%;
margin-left: -20px; }
.short-delimiter-center.short-delimiter-md:before {
left: 50%;
margin-left: -30px; }
.short-delimiter-center.short-delimiter-lg:before {
left: 50%;
margin-left: -45px; }
.vertical-delimiter--style-1 {
height: 100px;
position: relative; }
.vertical-delimiter--style-1:before {
content: '';
position: absolute;
left: 50%;
top: 0;
width: 1px;
height: 100%;
background-color: #24142F; }
.dropdown-menu {
border: 1px solid #eceff1;
border-radius: 1px;
line-height: 1;
min-width: 12rem;
box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15); }
.dropdown-menu {
font-size: 0.9rem; }
@media (min-width: 992px) {
.dropdown-menu {
display: block;
opacity: 0;
visibility: hidden;
z-index: 1; }
.dropdown--animated .dropdown-menu {
-moz-transform: translateY(8px);
-o-transform: translateY(8px);
-ms-transform: translateY(8px);
-webkit-transform: translateY(8px);
transform: translateY(8px);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; } }
.dropdown-menu .dropdown-item {
padding: 0.35rem 1rem;
font-size: 0.875rem; }
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:hover {
background-color: rgba(162, 162, 162, 0.1);
color: inherit; }
.dropdown-menu .dropdown-item > i {
margin-right: 1rem;
font-size: 1.3rem;
line-height: .75em;
vertical-align: -17%;
color: #24142F !important; }
.dropdown-header {
padding-left: 1rem;
padding-right: 1rem; }
.dropdown-menu.dropdown-menu-sm {
min-width: 100px;
border: 0.1rem; }
.dropdown-menu.dropdown-menu-lg {
min-width: 260px;
border-radius: 0.25rem; }
.dropdown--style-2 .dropdown-toggle {
display: block;
padding: 0 1rem;
text-decoration: none;
color: inherit; }
.dropdown--style-2 .dropdown-toggle::after {
border: 0;
margin: 0;
content: none; }
.dropdown--style-2 .dropdown-image {
width: 32px;
height: 32px;
border-radius: 0.25rem; }
.dropdown--style-2 .dropdown-image.rounded-circle {
border-radius: 50%; }
.dropdown--style-2 .dropdown-icon {
font-size: 1.5rem;
text-align: center; }
.dropdown--style-2 .has-badge .badge {
position: absolute;
left: 38px;
font-weight: 300; }
.dropdown--style-2 .has-notification .badge {
padding: 0;
margin: 0;
display: block;
position: absolute;
left: 50%;
top: 0px;
font-weight: 300;
width: 6px;
height: 6px;
margin-left: -3px;
border-radius: 6px; }
.dropdown--style-2 .dropdown-text {
font-size: 0.875rem;
margin-left: 0.5rem;
display: inline-block; }
.dropdown-menu.dropdown-menu-inverse {
background: #282f37 !important;
border-color: #242a31 !important; }
.dropdown-menu.dropdown-menu-inverse .dropdown-item {
color: #dadada !important; }
.dropdown-menu.dropdown-menu-inverse .dropdown-item:active,
.dropdown-menu.dropdown-menu-inverse .dropdown-item:focus,
.dropdown-menu.dropdown-menu-inverse .dropdown-item:hover {
color: #fff !important;
background: #31353e !important; }
.dropdown-menu.dropdown-menu-inverse .dropdown-divider {
background: #191e23; }
@media (min-width: 992px) {
.show > .dropdown-menu {
opacity: 1;
visibility: visible;
z-index: 1000;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none; } }
.navbar .dropdown-toggle::after {
display: none; }
.dropdown-submenu .dropdown-toggle i {
font-size: 10px;
position: absolute;
right: 14px;
top: 8px;
color: #a3a7bd; }
@media (max-width: 991px) {
.dropdown-submenu .dropdown-menu {
border-color: #e8e8e8; }
.dropdown-submenu .dropdown-menu .dropdown-item {
padding-left: 2rem; } }
@media (min-width: 992px) {
.dropdown-submenu .dropdown-menu {
left: 98%;
top: -2px;
border-radius: 0.25rem !important; } }
.dropdown-extend {
position: initial; }
.dropdown-extend-menu {
width: 100%; }
@media (min-width: 768px) {
.dropdown-extend-menu {
padding: 20px 30px; } }
@media (min-width: 768px) {
.dropdown-extend-menu .dropdown-item {
margin: 5px 0; } }
.dropdown-extend-menu .dropdown-item i {
margin-right: 3px;
font-size: 14px;
color: #6b7386; }
@media (max-width: 767px) {
.dropdown-extend-menu .dropdown-item i {
display: none; } }
.flatpickr-calendar {
background: transparent;
overflow: hidden;
max-height: 0;
opacity: 0;
visibility: hidden;
text-align: center;
padding: 0;
-webkit-animation: none;
animation: none;
direction: ltr;
border: 0;
font-size: 14px;
line-height: 24px;
border-radius: 5px;
position: absolute;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-touch-action: manipulation;
touch-action: manipulation;
background: #fff;
-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
opacity: 1;
visibility: visible;
overflow: visible;
max-height: 640px; }
.flatpickr-calendar.open {
display: inline-block;
z-index: 99999; }
.flatpickr-calendar.animate.open {
-webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-calendar.inline {
display: block;
position: relative;
top: 2px; }
.flatpickr-calendar.static {
position: absolute;
top: calc(100% + 2px); }
.flatpickr-calendar.static.open {
z-index: 999;
display: block; }
.flatpickr-calendar.hasWeeks {
width: auto; }
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.flatpickr-calendar .hasWeeks .dayContainer {
border-left: 0; }
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
height: 40px;
border-top: 1px solid #e6e6e6; }
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
height: auto; }
.flatpickr-calendar:before,
.flatpickr-calendar:after {
position: absolute;
display: block;
pointer-events: none;
border: solid transparent;
content: '';
height: 0;
width: 0;
left: 22px; }
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
left: auto;
right: 22px; }
.flatpickr-calendar:before {
border-width: 5px;
margin: 0 -5px; }
.flatpickr-calendar:after {
border-width: 4px;
margin: 0 -4px; }
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
bottom: 100%; }
.flatpickr-calendar.arrowTop:before {
border-bottom-color: #e6e6e6; }
.flatpickr-calendar.arrowTop:after {
border-bottom-color: #fff; }
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
top: 100%; }
.flatpickr-calendar.arrowBottom:before {
border-top-color: #e6e6e6; }
.flatpickr-calendar.arrowBottom:after {
border-top-color: #fff; }
.flatpickr-calendar:focus {
outline: 0; }
.flatpickr-wrapper {
position: relative;
display: inline-block; }
.flatpickr-month {
background: transparent;
color: rgba(0, 0, 0, 0.9);
fill: rgba(0, 0, 0, 0.9);
height: 28px;
line-height: 1;
text-align: center;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden; }
.flatpickr-prev-month,
.flatpickr-next-month {
text-decoration: none;
cursor: pointer;
position: absolute;
top: 0px;
line-height: 16px;
height: 28px;
padding: 10px calc(3.57% - 1.5px);
z-index: 3; }
.flatpickr-prev-month i,
.flatpickr-next-month i {
position: relative; }
.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
/*
/*rtl:begin:ignore*/
/*
*/
left: 0;
/*
/*rtl:end:ignore*/
/*
*/ }
/*
/*rtl:begin:ignore*/
/*
/*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
/*
/*rtl:begin:ignore*/
/*
*/
right: 0;
/*
/*rtl:end:ignore*/
/*
*/ }
/*
/*rtl:begin:ignore*/
/*
/*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
color: #959ea9; }
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
fill: #f64747; }
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
width: 14px; }
.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
-webkit-transition: fill 0.1s;
transition: fill 0.1s;
fill: inherit; }
.numInputWrapper {
position: relative;
height: auto; }
.numInputWrapper input,
.numInputWrapper span {
display: inline-block; }
.numInputWrapper input {
width: 100%; }
.numInputWrapper span {
position: absolute;
right: 0;
width: 14px;
padding: 0 4px 0 2px;
height: 50%;
line-height: 50%;
opacity: 0;
cursor: pointer;
border: 1px solid rgba(57, 57, 57, 0.05);
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.numInputWrapper span:hover {
background: rgba(0, 0, 0, 0.1); }
.numInputWrapper span:active {
background: rgba(0, 0, 0, 0.2); }
.numInputWrapper span:after {
display: block;
content: "";
position: absolute;
top: 33%; }
.numInputWrapper span.arrowUp {
top: 0;
border-bottom: 0; }
.numInputWrapper span.arrowUp:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid rgba(57, 57, 57, 0.6); }
.numInputWrapper span.arrowDown {
top: 50%; }
.numInputWrapper span.arrowDown:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid rgba(57, 57, 57, 0.6); }
.numInputWrapper span svg {
width: inherit;
height: auto; }
.numInputWrapper span svg path {
fill: rgba(0, 0, 0, 0.5); }
.numInputWrapper:hover {
background: rgba(0, 0, 0, 0.05); }
.numInputWrapper:hover span {
opacity: 1; }
.flatpickr-current-month {
font-size: 135%;
line-height: inherit;
font-weight: 300;
color: inherit;
position: absolute;
width: 75%;
left: 12.5%;
padding: 6.16px 0 0 0;
line-height: 1;
height: 28px;
display: inline-block;
text-align: center;
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px); }
.flatpickr-current-month.slideLeft {
-webkit-transform: translate3d(-100%, 0px, 0px);
transform: translate3d(-100%, 0px, 0px);
-webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-current-month.slideLeftNew {
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px);
-webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-current-month.slideRight {
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px);
-webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-current-month.slideRightNew {
-webkit-transform: translate3d(0, 0, 0px);
transform: translate3d(0, 0, 0px);
-webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-current-month span.cur-month {
font-family: inherit;
font-weight: 700;
color: inherit;
display: inline-block;
margin-left: 0.5ch;
padding: 0; }
.flatpickr-current-month span.cur-month:hover {
background: rgba(0, 0, 0, 0.05); }
.flatpickr-current-month .numInputWrapper {
width: 6ch;
width: 7ch\0;
display: inline-block; }
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
border-bottom-color: rgba(0, 0, 0, 0.9); }
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
border-top-color: rgba(0, 0, 0, 0.9); }
.flatpickr-current-month input.cur-year {
background: transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
cursor: default;
padding: 0 0 0 0.5ch;
margin: 0;
display: inline-block;
font-size: inherit;
font-family: inherit;
font-weight: 300;
line-height: inherit;
height: initial;
border: 0;
border-radius: 0;
vertical-align: initial; }
.flatpickr-current-month input.cur-year:focus {
outline: 0; }
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
font-size: 100%;
color: rgba(0, 0, 0, 0.5);
background: transparent;
pointer-events: none; }
.flatpickr-weekdays {
background: transparent;
text-align: center;
overflow: hidden;
width: 100%;
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;
height: 28px; }
span.flatpickr-weekday {
cursor: default;
font-size: 90%;
background: transparent;
color: rgba(0, 0, 0, 0.54);
line-height: 1;
margin: 0;
text-align: center;
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
font-weight: bolder; }
.dayContainer,
.flatpickr-weeks {
padding: 1px 0 0 0; }
.flatpickr-days {
position: relative;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%; }
.flatpickr-days:focus {
outline: 0; }
.dayContainer {
padding: 0;
outline: 0;
text-align: left;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-ms-flex-pack: justify;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
opacity: 1; }
.flatpickr-calendar.animate .dayContainer.slideLeft {
-webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
-webkit-transform: translate3d(-100%, 0px, 0px);
transform: translate3d(-100%, 0px, 0px); }
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
-webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-calendar.animate .dayContainer.slideRight {
-webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px); }
.flatpickr-calendar.animate .dayContainer.slideRightNew {
-webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-day {
background: none;
border: 1px solid transparent;
border-radius: 150px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #393939;
cursor: pointer;
font-weight: 400;
width: 14.2857143%;
-webkit-flex-basis: 14.2857143%;
-ms-flex-preferred-size: 14.2857143%;
flex-basis: 14.2857143%;
height: 39px;
line-height: 39px;
margin: 0;
display: inline-block;
position: relative;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center; }
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
cursor: pointer;
outline: 0;
background: #e6e6e6;
border-color: #e6e6e6; }
.flatpickr-day.today {
border-color: #959ea9; }
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
border-color: #959ea9;
background: #959ea9;
color: #fff; }
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
background: #569ff7;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
border-color: #569ff7; }
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
border-radius: 50px 0 0 50px; }
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
border-radius: 0 50px 50px 0; }
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
-webkit-box-shadow: -10px 0 0 #569ff7;
box-shadow: -10px 0 0 #569ff7; }
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
border-radius: 50px; }
.flatpickr-day.inRange {
border-radius: 0;
-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
pointer-events: none; }
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
color: rgba(57, 57, 57, 0.3);
background: transparent;
border-color: transparent;
cursor: default; }
.flatpickr-day.week.selected {
border-radius: 0;
-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; }
.rangeMode .flatpickr-day {
margin-top: 1px; }
.flatpickr-weekwrapper {
display: inline-block;
float: left; }
.flatpickr-weekwrapper .flatpickr-weeks {
padding: 0 12px;
-webkit-box-shadow: 1px 0 0 #e6e6e6;
box-shadow: 1px 0 0 #e6e6e6; }
.flatpickr-weekwrapper .flatpickr-weekday {
float: none;
width: 100%;
line-height: 28px; }
.flatpickr-weekwrapper span.flatpickr-day {
display: block;
width: 100%;
max-width: none; }
.flatpickr-innerContainer {
display: block;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden; }
.flatpickr-rContainer {
display: inline-block;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.flatpickr-time {
text-align: center;
outline: 0;
display: block;
height: 0;
line-height: 40px;
max-height: 40px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.flatpickr-time:after {
content: "";
display: table;
clear: both; }
.flatpickr-time .numInputWrapper {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 40%;
height: 40px;
float: left; }
.flatpickr-time .numInputWrapper span.arrowUp:after {
border-bottom-color: #393939; }
.flatpickr-time .numInputWrapper span.arrowDown:after {
border-top-color: #393939; }
.flatpickr-time.hasSeconds .numInputWrapper {
width: 26%; }
.flatpickr-time.time24hr .numInputWrapper {
width: 49%; }
.flatpickr-time input {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border: 0;
border-radius: 0;
text-align: center;
margin: 0;
padding: 0;
height: inherit;
line-height: inherit;
cursor: pointer;
color: #393939;
font-size: 14px;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.flatpickr-time input.flatpickr-hour {
font-weight: bold; }
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
font-weight: 400; }
.flatpickr-time input:focus {
outline: 0;
border: 0; }
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
height: inherit;
display: inline-block;
float: left;
line-height: inherit;
color: #393939;
font-weight: bold;
width: 2%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.flatpickr-time .flatpickr-am-pm {
outline: 0;
width: 18%;
cursor: pointer;
text-align: center;
font-weight: 400; }
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
background: #f0f0f0; }
.flatpickr-input[readonly] {
cursor: pointer; }
@-webkit-keyframes fpFadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes fpFadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fpSlideLeft {
from {
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px); }
to {
-webkit-transform: translate3d(-100%, 0px, 0px);
transform: translate3d(-100%, 0px, 0px); } }
@keyframes fpSlideLeft {
from {
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px); }
to {
-webkit-transform: translate3d(-100%, 0px, 0px);
transform: translate3d(-100%, 0px, 0px); } }
@-webkit-keyframes fpSlideLeftNew {
from {
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px); }
to {
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px); } }
@keyframes fpSlideLeftNew {
from {
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px); }
to {
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px); } }
@-webkit-keyframes fpSlideRight {
from {
-webkit-transform: translate3d(0, 0, 0px);
transform: translate3d(0, 0, 0px); }
to {
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px); } }
@keyframes fpSlideRight {
from {
-webkit-transform: translate3d(0, 0, 0px);
transform: translate3d(0, 0, 0px); }
to {
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px); } }
@-webkit-keyframes fpSlideRightNew {
from {
-webkit-transform: translate3d(-100%, 0, 0px);
transform: translate3d(-100%, 0, 0px); }
to {
-webkit-transform: translate3d(0, 0, 0px);
transform: translate3d(0, 0, 0px); } }
@keyframes fpSlideRightNew {
from {
-webkit-transform: translate3d(-100%, 0, 0px);
transform: translate3d(-100%, 0, 0px); }
to {
-webkit-transform: translate3d(0, 0, 0px);
transform: translate3d(0, 0, 0px); } }
@-webkit-keyframes fpFadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
@keyframes fpFadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
@-webkit-keyframes fpFadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes fpFadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
.flatpickr-wrapper {
display: block; }
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
content: none; }
.flatpickr-calendar {
border-radius: 2px;
border: 0;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
width: auto;
margin-top: -2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
border-color: #f6f6f6;
height: 60px; }
.flatpickr-month {
background-color: #24142F;
color: #FFF;
height: 60px;
border-radius: 0.25rem 0.25rem 0 0;
margin-bottom: 10px; }
.flatpickr-current-month {
top: 0;
font-size: 0.875rem;
font-weight: 500;
height: 60px;
padding: 0;
line-height: 60px; }
.flatpickr-current-month input.cur-year, .flatpickr-current-month span.cur-month {
font-weight: 500; }
.flatpickr-current-month .numInputWrapper:hover, .flatpickr-current-month span.cur-month:hover {
background-color: transparent; }
.flatpickr-current-month .numInputWrapper span {
border: 0;
right: -5px;
padding: 0; }
.flatpickr-current-month .numInputWrapper span:after {
left: 3px; }
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
border-bottom-color: #FFF; }
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
border-top-color: #FFF; }
.flatpickr-next-month,
.flatpickr-prev-month {
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
font-size: 1.2rem;
top: 13px;
padding: 0; }
.flatpickr-next-month:hover, .flatpickr-prev-month:hover {
background-color: rgba(255, 255, 255, 0.1);
color: #FFF; }
.flatpickr-prev-month {
margin-left: 12px; }
.flatpickr-next-month {
margin-right: 12px; }
span.flatpickr-weekday {
font-weight: 500;
color: #333; }
.flatpickr-day {
font-size: 0.875rem;
border: 0; }
.flatpickr-day.selected, .flatpickr-day.selected:hover {
background-color: #24142F !important; }
.flatpickr-day.today, .flatpickr-day.today:hover {
background-color: #f6f6f6;
color: #333; }
.flatpickr-day:hover {
background-color: #f6f6f6; }
.flatpickr-time {
max-height: 60px;
height: 60px;
line-height: 60px; }
.flatpickr-time .flatpickr-am-pm, .flatpickr-time .numInputWrapper {
height: auto; }
.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .numInputWrapper:hover {
background-color: #f9f9f9; }
.footer {
background: #19142f;
color: rgba(255, 255, 255, 0.7); }
.footer-top {
padding: 2.5rem 0; }
.footer-bottom {
padding: 1.0rem 0;
background: #0f0c1d;
border-top:1px solid #392f67;}
.footer-bottom .copyright {
font-size: 0.8rem; }
.footer .heading {
color: rgba(255, 255, 255, 0.7); }
.footer ul.footer-links {
margin: 0;
padding: 0;
list-style: none; }
.footer .footer-links > li > a {
display: inline-block;
padding: 0.25rem 0;
font-size: 0.8rem;
font-weight: 400;
color: rgba(255, 255, 255, 0.7); }
.footer .footer-links > li > a:hover {
color: rgba(255, 255, 255, 0.5); }
.footer .footer-links > li > .footer-link-date {
display: block;
margin-bottom: 0.5rem; }
.footer p {
font-size: 0.875rem; }
.footer .social-media > li > a > i {
color: rgba(255, 255, 255, 0.7); }
.footer .social-media > li > a:hover > i {
color: rgba(255, 255, 255, 0.5); }
.footer .footer-menu {
padding: 0;
margin: 0;
list-style: none; }
.footer .footer-menu > li {
display: inline-block;
margin-right: 1rem; }
.footer .footer-menu > li > a {
display: inline-block;
padding: 0.25rem 0.4rem;
color: rgba(255, 255, 255, 0.7);
font-weight: 500;
font-size: 0.875rem;
text-transform: uppercase; }
.footer .footer-menu > li:last-child > a {
margin-right: 0; }
.footer .footer-menu > li > a:hover {
color: rgba(255, 255, 255, 0.5); }
.footer .footer-menu > li.logo-delimiter {
padding-left: 2rem;
padding-right: 2rem; }
@media (max-width: 991px) {
.footer .footer-menu > li.logo-delimiter {
display: none; } }
.footer .copy-links {
margin: 10px 0 0 0;
padding: 0;
list-style: none; }
.footer .copy-links li {
display: inline-block;
margin-right: 10px;
font-size: 0.75rem;
color: #818a91; }
.footer .copy-links li a {
color: #818a91; }
.footer .copy-links li a:hover {
text-decoration: underline; }
.footer-inverse {
background: #eeeeee;
color: rgba(0, 0, 0, 0.7); }
.footer-inverse .footer-bottom {
background: #ececec; }
.footer-inverse .heading {
color: rgba(0, 0, 0, 0.7); }
.footer-inverse .footer-links > li > a {
color: rgba(0, 0, 0, 0.7); }
.footer-inverse .footer-links > li > a:hover {
color: rgba(0, 0, 0, 0.5); }
.footer-inverse .social-media > li > a > i {
color: rgba(0, 0, 0, 0.7); }
.footer-inverse .social-media > li > a:hover > i {
color: rgba(0, 0, 0, 0.5); }
.footer-inverse .footer-menu > li > a {
color: rgba(0, 0, 0, 0.7); }
.footer-inverse .footer-menu > li > a:hover {
color: rgba(0, 0, 0, 0.5); }
.footer--style-1 {
background: #24142F;
color: #FFF; }
.footer--style-1 .footer-links > li > a,
.footer--style-1 .heading {
color: #FFF; }
.footer--style-1 .social-media > li > a > i {
color: #FFF; }
.footer--style-2,
.footer--style-2 .footer-top,
.footer--style-2 .footer-bottom {
background: #efefef; }
label {
font-weight: 400;
font-size: 0.7rem;
text-transform: none; }
textarea.no-resize {
resize: none !important; }
.form-control,
.form-control > .btn {
font-size: 0.875rem;
font-weight: 400;
color: #555;
background-color: #FFF;
border-width: 1px;
border-color: #e6e6e6;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none; }
.form-group textarea.form-control,
textarea.form-control {
height: auto; }
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
padding: .75rem 1rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 3px; }
.input-group-btn:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.form-default .form-control {
background: #FFF;
border-color: #e6e6e6;
color: #555; }
.form-default .form-control:focus {
background: #ffffff;
border-color: #24142F; }
.form-default .form-control::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.4); }
.form-default .form-control:-moz-placeholder {
/* Firefox 18- */
color: rgba(0, 0, 0, 0.4); }
.form-default .form-control::-moz-placeholder {
/* Firefox 19+ */
color: rgba(0, 0, 0, 0.4); }
.form-default .form-control:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.4); }
.form-base-1 .form-control {
background: #24242D;
border-color: #a71414;
color: #FFF; }
.form-base-1 .form-control:focus {
background: #24242D;
border-color: #a71414;
color: #FFF; }
.form-base-1 .form-control::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-base-1 .form-control:-moz-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-base-1 .form-control::-moz-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-base-1 .form-control:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-base-2 .form-control {
background: #131619;
border-color: #0f1113;
color: #FFF; }
.form-base-2 .form-control:focus {
background: #131619;
border-color: #0f1113;
color: #FFF; }
.form-base-2 .form-control::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-base-2 .form-control:-moz-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-base-2 .form-control::-moz-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-base-2 .form-control:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5); }
.form-inverse .form-control {
background: #21252a;
border-color: #333a41;
color: #818a91; }
.form-inverse .form-control:focus {
background: #21252a;
border-color: white; }
.form-inverse .form-control::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.4); }
.form-inverse .form-control:-moz-placeholder {
/* Firefox 18- */
color: rgba(255, 255, 255, 0.4); }
.form-inverse .form-control::-moz-placeholder {
/* Firefox 19+ */
color: rgba(255, 255, 255, 0.4); }
.form-inverse .form-control:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.4); }
/* Bootstrap select: plugin (assets/bootstrap-select) */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
width: 100% !important; }
.form-control.bootstrap-select {
background: transparent; }
.bootstrap-select .dropdown-menu {
padding-top: 10px;
padding-bottom: 10px; }
.bootstrap-select .dropdown-menu.show {
border-color: #fff;
top: -4px;
border-radius: 3px; }
.bootstrap-select .dropdown-menu .dropdown-item {
outline: 0;
padding: 0.5rem 1rem; }
.form-inverse .bootstrap-select .dropdown-menu .dropdown-item:hover,
.form-inverse .bootstrap-select .dropdown-menu .selected .dropdown-item {
background: #0d0d0d; }
.bootstrap-select.form-control {
padding: 0;
font-size: 1.9rem; }
.bootstrap-select .btn {
font-size: 0.875rem;
font-weight: 400;
font-family: "Roboto", sans-serif;
text-transform: none;
letter-spacing: 0;
border-radius: 3px; }
.form-control > .btn {
padding: 0.5rem 0.75rem; }
.form-control-lg > .btn {
padding: 0.75rem 1.5rem; }
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
height: 2.6875rem; }
.form-default .bootstrap-select .btn-default {
background: #FFF;
border-color: #e6e6e6;
color: rgba(0, 0, 0, 0.4); }
.form-default .btn-default.active.focus,
.form-default .btn-default.active:focus,
.form-default .btn-default.active:hover,
.form-default .btn-default:active:focus,
.form-default .btn-default:active:hover,
.form-default .form-inverse .btn-default:active.focus,
.form-default .open > .dropdown-toggle.btn-default,
.form-default .open > .dropdown-toggle.btn-default.focus,
.form-default .open > .dropdown-toggle.btn-default:focus,
.form-default .open > .dropdown-toggle.btn-default:hover {
background: #fafafa;
color: #333;
border-color: transparent; }
.form-base-1 .bootstrap-select .btn-default {
background: #24242D;
border-color: #a71414;
color: #FFF; }
.form-base-2 .bootstrap-select .btn-default {
background: #131619;
border-color: #0f1113;
color: #FFF; }
.form-inverse .bootstrap-select .btn-default {
background: #21252a;
border-color: #333a41;
color: #818a91; }
.form-inverse .btn-default.active.focus,
.form-inverse .btn-default.active:focus,
.form-inverse .btn-default.active:hover,
.form-inverse .btn-default:active:focus,
.form-inverse .btn-default:active:hover,
.form-inverse .form-inverse .btn-default:active.focus,
.form-inverse .open > .dropdown-toggle.btn-default,
.form-inverse .open > .dropdown-toggle.btn-default.focus,
.form-inverse .open > .dropdown-toggle.btn-default:focus,
.form-inverse .open > .dropdown-toggle.btn-default:hover {
background: #21252a;
border-color: inherit; }
.form-inverse .bootstrap-select .dropdown-menu {
background: black;
border-color: black; }
.form-material .bootstrap-select .btn-default,
.form-material .form-control {
background: transparent;
border-top: 0;
border-left: 0;
border-right: 0;
border-radius: 0;
border-width: 2px;
padding-left: 1px;
padding-right: 1px; }
.form-default.form-material .form-control:focus {
background: transparent;
border-color: #e6e6e6; }
.form-inverse.form-material .form-control:focus {
background: transparent;
border-color: #191919; }
.form-material .bar {
position: relative;
display: block; }
.form-material .bar:after,
.form-material .bar:before {
content: '';
height: 2px;
width: 0;
bottom: 0;
position: absolute;
background: #24142F;
transition: 0.2s ease all; }
.form-material .bar:before {
left: 50%; }
.form-material .bar:after {
right: 50%; }
.form-material .form-control:focus ~ .bar:after,
.form-material .form-control:focus ~ .bar:before {
width: 50%; }
/* CUSTOM CHECKBOXES AND RADIOS */
.checkbox {
outline: none; }
.checkbox-inline {
display: inline-block;
margin-right: 10px; }
.checkbox label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 0.5rem;
margin-bottom: 0.8rem;
font-size: 0.875rem;
line-height: 18px; }
.checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 19px;
height: 19px;
left: 0;
margin-left: -20px;
border: 1px solid #e6e6e6;
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: 20px;
height: 20px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 0;
font-size: 12px;
color: transparent; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
opacity: 0;
z-index: 1; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
color: #24142F;
font-family: "FontAwesome";
content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
background-color: #ddd;
cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
border-radius: 50%; }
.checkbox.checkbox-inline {
margin-top: 0; }
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
background-color: #5cb85c;
border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
color: #fff; }
.has-success input[type="checkbox"] + label::before,
.has-success input[type="radio"] + label::before {
border-color: #5cb85c; }
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
background-color: #24142F;
border-color: #24142F; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
color: #FFF; }
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
background-color: #ec971f;
border-color: #ec971f; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
color: #fff; }
.has-warning input[type="checkbox"] + label::before,
.has-warning input[type="radio"] + label::before {
border-color: #ec971f; }
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
background-color: #c9302c;
border-color: #c9302c; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
color: #fff; }
.has-error input[type="checkbox"] + label::before,
.has-error input[type="radio"] + label::before {
border-color: #c9302c; }
/* Radio inputs */
.radio {
outline: none; }
.radio-inline {
display: inline-block;
margin-right: 10px; }
.radio label {
display: inline-block;
vertical-align: middle;
font-size: 0.875rem;
line-height: 18px;
position: relative;
padding-left: 8px; }
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 2px solid #e6e6e6;
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: #333;
-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;
z-index: 1; }
.radio input[type="radio"]:focus + label::before {
outline: none; }
.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: #24142F; }
.radio-primary input[type="radio"]:checked + label::before {
border-color: #24142F; }
.radio-primary input[type="radio"]:checked + label::after {
background-color: #24142F; }
.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; }
.product-size::after,
.product-size::before {
content: '';
display: table; }
.product-size::after {
clear: both; }
.product-size input {
left: -9999px;
position: absolute; }
.product-size label {
width: 36px;
height: 36px;
float: left;
padding: 6px 0;
margin-right: 4px;
display: block;
color: #818a91;
font-size: 14px;
font-weight: 400;
text-align: center;
background: transparent;
text-transform: uppercase;
border: 1px solid #e6e6e6; }
.product-size label {
-ms-transition: color 0.3s;
-moz-transition: color 0.3s;
-webkit-transition: color 0.3s; }
.product-size label > img {
max-width: 100%; }
.product-size label:hover {
color: #24142F;
cursor: pointer;
border-color: #24142F; }
.product-size input:checked ~ label {
color: #24142F;
border-color: #24142F;
font-weight: 600; }
.product-size--style-1 label {
width: auto;
padding-left: 10px;
padding-right: 10px; }
/* CUSTOM PRODUCT COLOR INPUT */
.product-color::after,
.product-color::before {
content: '';
display: table; }
.product-color::after {
clear: both; }
.product-color input {
left: -9999px;
position: absolute; }
.product-color label {
width: 36px;
height: 36px;
float: left;
padding: 5px;
margin-right: 4px;
display: block;
font-size: 14px;
text-align: center;
opacity: 0.7;
border: 1px solid transparent; }
.product-color label {
-ms-transition: color 0.3s;
-moz-transition: color 0.3s;
-webkit-transition: color 0.3s; }
.product-color label:hover {
cursor: pointer;
opacity: 1; }
.product-color input:checked ~ label {
border-color: #24142F;
opacity: 1; }
.product-color-circle label {
border-radius: 100%; }
.product-color-circle input:checked ~ label {
height: 36px; }
.form-card--style-1 {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.05); }
.form-card--style-1 .form-header {
padding: 1.2rem;
background-color: #f1f1f1;
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.form-card--style-1 .form-header .heading {
margin: 0;
padding: 0;
color: #111111; }
.form-card--style-1 .form-body {
padding: 2rem; }
.form-card--style-1 .form-footer {
padding: 1rem 2rem;
background-color: #f1f1f1; }
.form-card--style-2 .form-header {
position: relative;
padding: 2rem 0;
background-color: #24142F; }
.form-card--style-2 .form-header .form-header-title {
margin: 0;
padding: 0;
color: #FFF; }
.form-card--style-2 .form-header:after {
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-width: 14px;
top: 100%;
left: 50%;
border-top-color: #24142F;
margin-left: -14px; }
.form-card--style-2 .form-header .form-header-icon i {
font-size: 3rem;
color: #FFF; }
.form-card--style-2 .form-body {
padding: 2rem;
background-color: #00000087;
border-radius: 5px; }
.form-card--style-2 .form-footer {
padding: 1rem 0;
background-color: #00000087; }
.form-user-footer-links a {
font-size: 0.75rem;
color: #818a91; }
.help-block.with-errors > ul > li {
font-size: 0.875rem;
color: #ff3b30; }
.has-error .form-control:focus {
box-shadow: none;
-webkit-box-shadow: none;
border-color: #ff3b30; }
.has-success .form-control:focus {
box-shadow: none;
-webkit-box-shadow: none;
border-color: #4cd964; }
.has-feedback .glyphicon {
font-family: "Ionicons" !important;
font-size: 12px; }
.has-feedback .glyphicon-remove::before {
content: "\f129";
color: #ff3b30; }
.has-feedback .glyphicon-ok::before {
content: "\f121";
color: #4cd964; }
.form-subscribe-lg .form-control {
border: 0;
background: transparent;
padding: 0.5rem 1rem;
font-size: 2.5rem;
font-weight: 300;
color: black;
border-left: 5px solid rgba(0, 0, 0, 0.3);
border-radius: 0; }
.form-subscribe-lg .form-control:focus {
background: transparent; }
.form-subscribe-lg.form-inverse .form-control {
border-left: 5px solid rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.9); }
.form-subscribe-lg.form-inverse .form-control::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.9); }
.form-subscribe-lg.form-inverse .form-control:-moz-placeholder {
/* Firefox 18- */
color: rgba(255, 255, 255, 0.9); }
.form-subscribe-lg.form-inverse .form-control::-moz-placeholder {
/* Firefox 19+ */
color: rgba(255, 255, 255, 0.9); }
.form-subscribe-lg.form-inverse .form-control:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.9); }
.icon-block {
position: relative; }
.row .feature > .icon-block {
margin-top: 0 !important; }
.feature--boxed-border {
padding: 2rem;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 0.25rem;
position: relative; }
.feature--boxed-border.active:after {
content: '';
position: absolute;
bottom: 0;
width: 100%;
height: 4px;
background: #24142F;
left: 0; }
.feature--boxed-border p {
margin-bottom: 0; }
a > .feature--boxed-border p {
color: #55595c; }
a > .feature--boxed-border:hover {
border-color: #24142F; }
.feature--text-only .heading + p {
max-width: 22.28571429em; }
.feature .feature-inner-spacer {
max-width: 80%; }
.feature--bg-1 {
background: #fff; }
.feature--bg-2 {
background: #1b1e23; }
.feature--bg-2 *:not(.btn):not(.alert):not(.form-control):not(.heading):not(a),
.feature-inverse *:not(.btn):not(.alert):not(.form-control):not(.heading):not(a) {
color: rgba(255, 255, 255, 0.5); }
.feature--bg-2 .heading,
.feature--bg-2 .heading > a,
.feature-inverse .heading,
.feature-inverse .heading > a {
color: rgb(239, 239, 239); }
.feature--bg-3 {
background: #fafafa; }
.feature-body {
padding: 1rem; }
.feature-content .heading,
.feature-content p {
margin-bottom: 0; }
.feature-headline {
position: relative; }
.feature-headline:before,
.feature-headline:after {
content: '';
display: table; }
.feature-headline:after {
clear: both; }
.feature-headline:not(.no-linethrough):before {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
background: rgba(0, 0, 0, 0.2); }
.feature-headline > .headline-title {
padding-right: 1rem;
position: relative; }
.feature-headline > .headline-title + .headline-label {
float: right;
padding-left: 1rem;
position: relative; }
.feature--bg-1 .feature-headline > .headline-title,
.feature--bg-1 .feature-headline > .headline-label {
background: #fff; }
.feature--bg-2 .feature-headline > .headline-title,
.feature--bg-2 .feature-headline > .headline-label {
background: #1b1e23; }
.feature--bg-3 .feature-headline > .headline-title,
.feature--bg-3 .feature-headline > .headline-label {
background: #fafafa; }
.block-icon.circle {
border-radius: 100%; }
.block-icon.rounded {
border-radius: 0.25rem; }
.block-bordered-grid {
border-right: 1px solid #e0eded;
border-bottom: 1px solid #e0eded;
padding: 40px;
border-radius: 0; }
.block-bordered-grid--style-2 {
border-top-style: dashed;
border-right-style: dashed; }
@media (max-width: 991px) {
.block-bordered-grid--style-2 {
margin-bottom: 0 !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.block-bordered-grid.col-sm-6:nth-child(2n+2) {
border-right: 0; }
.block-bordered-grid.col-sm-4:nth-child(3n+3) {
border-right: 0; }
.block-bordered-grid.col-sm-3:nth-child(4n+4) {
border-right: 0; } }
@media (min-width: 992px) {
.block-bordered-grid[class*="col-"]:last-child {
border-right: 0; }
.block-bordered-grid.col-md-6:nth-child(2n+2) {
border-right: 0; }
.block-bordered-grid.col-md-4:nth-child(3n+3) {
border-right: 0; }
.block-bordered-grid.col-md-3:nth-child(4n+4) {
border-right: 0; } }
.icon-block--style-1 {
position: relative; }
[class^="icon-block--style-1"] {
position: relative; }
.icon-block--style-1-v1 .block-icon {
width: 50px;
height: 50px;
position: absolute;
left: 0;
top: 0;
line-height: 1; }
.icon-block--style-1-v1 .block-icon > .icon-number,
.icon-block--style-1-v1 .block-icon i {
color: #24142F; }
.icon-block--style-1-v1 .block-icon i,
.icon-block--style-1-v1 .block-icon .icon-number {
font-size: 50px; }
.icon-block--style-1-v1 .block-icon.c-white i {
color: white; }
.icon-block--style-1-v1 .block-content {
padding-left: 70px; }
.icon-block--style-1-v1 .block-icon-sm {
width: 30px;
height: 30px;
line-height: 1.3; }
.icon-block--style-1-v1 .block-icon-sm i {
font-size: 30px; }
.icon-block--style-1-v1 .block-icon-sm + .block-content {
padding-left: 50px; }
.icon-block--style-1-v1 .block-icon-right {
left: auto;
right: 0; }
.icon-block--style-1-v1 .block-icon-right + .block-content {
padding-right: 70px;
padding-left: 0;
text-align: right; }
.icon-block--style-1-v2 .heading {
margin-bottom: 10px; }
.icon-block--style-1-v2 .block-icon,
.icon-block--style-1-v3 .block-icon {
width: 50px;
height: 50px;
position: absolute;
left: 0; }
.icon-block--style-1-v2 .block-icon i,
.icon-block--style-1-v3 .block-icon i {
font-size: 50px;
line-height: 1; }
.icon-block--style-1-v2 .block-icon i {
color: #2b2b2c; }
.icon-block--style-1-v2 .block-icon .icon-number {
font-size: 50px;
line-height: 1;
display: block;
text-align: right; }
.icon-block--style-1-v2 .block-icon .icon-number {
color: #2b2b2c; }
.icon-block--style-1-v2 .block-content {
padding-left: 70px; }
.icon-block--style-1-v2 .block-icon-lg,
.icon-block--style-1-v3 .block-icon-lg {
width: 70px;
height: 70px; }
.icon-block--style-1-v2 .block-icon-lg i,
.icon-block--style-1-v3 .block-icon-lg i {
font-size: 70px; }
.icon-block--style-1-v2 .block-icon-lg + .block-content {
padding-left: 80px; }
.icon-block--style-1-v2 .block-icon-sm {
width: 30px;
height: 30px; }
.icon-block--style-1-v2 .block-icon-sm i {
font-size: 30px; }
.icon-block--style-1-v2 .block-icon-sm + .block-content {
padding-left: 50px; }
.icon-block--style-1-v2 .block-icon-right {
left: auto;
right: 0;
text-align: left; }
.icon-block--style-1-v2 .block-icon-right.block-icon-lg + .block-content {
padding-left: 0;
padding-right: 80px; }
.icon-block--style-1-v2 .block-icon-right + .block-content {
padding-left: 0;
padding-right: 70px;
text-align: right; }
.icon-block--style-1-v2 .block-icon-right.block-icon-sm + .block-content {
padding-left: 0;
padding-right: 50px; }
.icon-block--style-1-v3 .block-icon,
.icon-block--style-1-v4 .block-icon {
width: 60px;
height: 60px;
text-align: center;
border-radius: 100%;
position: absolute;
left: 0;
top: 5px; }
.icon-block--style-1-v3 .block-icon {
border: 1px solid #24142F; }
.icon-block--style-1-v4 .block-icon {
border: 1px solid #2b2b2c; }
.icon-block--style-1-v3-dashed .block-icon,
.icon-block--style-1-v4-dashed .block-icon {
border-style: dashed; }
.icon-block--style-1-v3 .block-icon i,
.icon-block--style-1-v4 .block-icon i {
font-size: 28px;
line-height: 60px;
font-weight: normal; }
.icon-block--style-1-v3 .block-icon i {
color: #24142F; }
.icon-block--style-1-v4 .block-icon i {
color: #2b2b2c; }
.icon-block--style-1-v3 .block-content,
.icon-block--style-1-v4 .block-content {
padding-left: 85px; }
.icon-block--style-1.v3 .block-icon i {
font-size: 15px;
color: #24142F; }
.icon-block--style-1.v4 .block-icon i {
font-size: 15px;
color: #2b2b2c; }
.icon-block--style-1.v3 .block-content,
.icon-block--style-1.v4 .block-content {
padding-left: 30px; }
.icon-block--style-1-v3.block-icon-right .block-icon,
.icon-block--style-1-v4.block-icon-right .block-icon {
left: auto;
right: 0; }
.icon-block--style-1-v3.block-icon-right .block-content,
.icon-block--style-1-v4.block-icon-right .block-content {
padding-left: 0;
padding-right: 85px;
text-align: right; }
.icon-block--style-1-v5 {
position: relative; }
.icon-block--style-1-v5 .block-icon {
display: block;
margin-bottom: 1rem; }
.icon-block--style-1-v5 .block-icon > i {
font-size: 40px; }
.icon-block--style-1-v5 .block-icon-lg > i {
font-size: 60px; }
.icon-block--style-1-v5 .block-icon {
color: #24142F; }
.icon-block--style-1-v5 .block-content p {
margin-top: 10px; }
.icon-block--style-1-v5.block-bordered-grid-animated {
padding: 3rem 2rem; }
.icon-block--style-1-v5.block-bordered-grid-animated .block-inner {
display: block;
color: #818a91; }
.icon-block--style-1-v5.block-bordered-grid-animated .block-inner::after {
content: "";
display: block;
position: absolute;
width: 90%;
height: 90%;
left: 5%;
top: 5%;
background: transparent;
border: 2px solid transparent;
transition: all 0.2s ease-in-out;
transform: scale(0.1); }
.icon-block--style-1-v5.block-bordered-grid-animated:hover .block-inner::after {
border: 2px solid #24142F;
transform: scale(1); }
.block.style-5 .block-icon.block-icon-lg i {
font-size: 60px; }
.icon-block--style-1-v3.icon-block-inverse .block-icon {
border-color: white; }
.icon-block--style-1-v1.icon-block-inverse .block-icon i,
.icon-block--style-1-v2.icon-block-inverse .block-icon i,
.icon-block--style-1-v3.icon-block-inverse .block-icon i,
.icon-block--style-1-v4.icon-block-inverse .block-icon i,
.icon-block--style-1-v5.icon-block-inverse .block-icon i {
color: white; }
.icon-block--style-2-v1:hover .block-icon,
.icon-block--style-2-v2:hover .block-icon {
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out; }
.icon-block--style-2-v1 .heading,
.icon-block--style-2-v2 .heading {
margin-bottom: 0.5rem !important; }
.icon-block--style-2-v1 .block-icon {
margin: auto;
width: 64px;
height: 64px;
line-height: 64px;
text-align: center;
font-size: 32px;
margin-bottom: 2rem; }
.icon-block--style-2-v2 .block-icon {
margin-bottom: 2rem; }
.icon-block--style-2-v2 .block-icon {
margin: auto auto 2rem;
width: 76px;
height: 76px;
line-height: 76px;
text-align: center;
font-size: 32px;
border: 2px solid #818a91;
color: #55595c; }
.icon-block--style-2-v2.active .block-icon,
.icon-block--style-2-v2:hover .block-icon {
border-color: #24142F;
background: #24142F;
color: #FFF; }
.icon-block--style-3 {
position: relative; }
.icon-block--style-3 > i {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin-right: 10px;
display: inline-block;
border-radius: 100%;
font-size: 20px; }
.icon-block--style-3 > .icon-number {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin-right: 10px;
display: inline-block;
border-radius: 100%;
font-size: 17px; }
.icon-block--style-3 .icon-label {
display: block;
position: absolute;
width: 40px;
left: 0;
top: 45px;
font-size: 13px;
text-align: center; }
.icon-block--style-3 .icon-block-text {
line-height: 40px;
display: inline-block;
font-size: 20px;
font-family: "Roboto", sans-serif; }
.icon-block--style-3 .icon-block-subtext {
position: absolute;
top: 34px;
left: 54px; }
.icon-block--style-3-v1 > i {
border: 1px solid #eceeef;
background: transparent;
color: #24142F; }
.icon-block--style-3-v2 > .icon-number,
.icon-block--style-3-v2 > i {
position: absolute; }
.icon-block--style-3-v2 .icon-block-content {
padding-left: 65px; }
.icon-block--style-4 {
overflow: visible;
position: relative;
margin-top: 42px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.05);
border-top: 0;
border-radius: 0.25rem; }
.icon-block--style-4::before,
.icon-block--style-4::after {
content: "";
width: calc(50% - 52px);
position: absolute;
top: 0;
border-top: 1px solid rgba(0, 0, 0, 0.05); }
.icon-block--style-4::before {
left: 0;
border-top-left-radius: 0.25rem; }
.icon-block--style-4::after {
right: 0;
border-top-right-radius: 0.25rem; }
.icon-block--style-4 .block-icon {
width: 84px;
height: 84px;
text-align: center;
line-height: 84px;
position: absolute;
top: -42px;
left: 50%;
margin-left: -42px;
border-radius: 100%;
background: #24142F;
color: #FFF; }
.icon-block--style-4:hover .block-icon {
-webkit-animation-name: rotate-icon;
-webkit-animation-duration: 0.3s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: ease-in-out; }
.icon-block--style-4 .block-icon::after {
content: "";
width: 84px;
height: 84px;
position: absolute;
top: 0;
left: 50%;
margin-left: -42px;
border-radius: 100%;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
.icon-block--style-4:hover .block-icon::after {
width: 98px;
height: 98px;
top: -7px;
left: 50%;
margin-left: -49px;
border: 3px solid #24142F; }
.icon-block--style-4 .block-icon i {
font-size: 40px; }
.icon-block--style-4 .block-body {
padding-top: 80px;
padding-left: 2rem;
padding-right: 2rem; }
@media (max-width: 991px) {
.icon-block--style-4 {
margin-top: 80px; } }
.icon-block--arrow {
border: 0; }
.icon-block--arrow .block-icon {
width: 120px;
margin: 0 auto;
padding: 2rem;
position: relative;
text-align: center;
border-radius: 0.25rem; }
.icon-block--arrow .block-icon i {
font-size: 40px; }
.icon-block--arrow .block-icon:after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-top-color: #24142F;
border-width: 12px;
margin-left: -12px; }
.icon-block--arrow .block-body {
margin-top: 1.7rem;
padding: 0 2rem; }
@-webkit-keyframes rotate-icon {
0% {
-webkit-transform: scale(1) rotate(0deg); }
10% {
-webkit-transform: scale(1) rotate(0deg); }
100% {
-webkit-transform: scale(1) rotate(360deg); } }
.list-group {
border-left: 0;
border-right: 0; }
.list-group-item {
padding: 1.5rem;
border: 0;
border-bottom: 1px solid rgba(243, 243, 243, 0.7);
color: #818a91;
font-size: 0.875rem;
margin-bottom: 0; }
.list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-top: 1px solid rgba(243, 243, 243, 0.7); }
.list-group-item:last-child {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
background-color: #eceeef;
color: #2b2b2c;
border-color: #eceeef; }
.list-group-item .label {
margin-left: 1rem; }
ul.icons {
margin: 0;
padding: 0; }
ul.icons li {
list-style: none;
margin: 5px 0 0;
vertical-align: top;
font-size: 0.875rem; }
ul.icons li > a:not(.icon) {
color: #818a91; }
ul.icons li > a:hover {
color: #24142F; }
ul.icons li .icon {
margin-right: 12px;
position: relative; }
ul.inline-links {
margin: 0;
padding: 0;
list-style: none;
display: inline-block; }
ul.inline-links > li {
display: inline-block;
padding: 0 .4em 0 .4em;
position: relative;
font-size: 0.75rem; }
ul.inline-links > li:first-child {
padding-left: 0; }
ul.inline-links > li:last-child {
padding-right: 0; }
ul.inline-links > li,
ul.inline-links > li > a {
color: #373958; }
ul.inline-links > li > a.active {
color: #2b2b2c;
font-weight: 700;
transition:all ease .5s; }
ul.inline-links > li > a:hover {
color: #24142F;
text-decoration: none;
transition:all ease .5s; }
ul.inline-links > li > a:hover > heading {
color: #24142F; }
ul.inline-links > li > a > i,
ul.inline-links > li > i {
margin-right: 4px; }
ul.inline-links.inline-links--style-2 > li,
ul.inline-links.inline-links--style-2 > li > a {
font-size: 13px; }
ul.inline-links.inline-links--style-2 > li:not(:last-child) {
padding-right: 12px; }
ul.inline-links.inline-links--style-2 > li:before {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
content: "\f111";
font-family: 'FontAwesome';
font-size: 4px;
color: #24142F; }
ul.inline-links.inline-links--style-2 > li:last-child:before {
content: ""; }
ul.social-icons {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
bottom: 0;
left: 0;
width: 100%; }
ul.social-icons li {
display: inline-block;
font-size: 0.875rem; }
ul.social-icons li a {
display: block;
height: 32px;
width: 32px;
text-align: center;
line-height: 32px; }
ul.social-icons li.text {
height: 32px;
padding-left: 10px;
line-height: 32px; }
ul.social-icons li.facebook:hover {
background: #3b5998;
color: #fff; }
ul.social-icons li.facebook:hover > a {
color: #fff; }
ul.social-icons li.twitter:hover {
background: #1da1f2;
color: #fff; }
ul.social-icons li.twitter:hover > a {
color: #fff; }
ul.social-icons li.linkedin:hover {
background: #0077b5;
color: #fff; }
ul.social-icons li.linkedin:hover > a {
color: #fff; }
.list-social-buttons {
margin: 0;
padding: 0;
list-style: none;
display: table;
width: 100%; }
.list-social-buttons > li {
border-right: 1px solid #e0eded;
display: table-cell; }
.list-social-buttons > li > a {
padding: 2rem;
font-size: 20px;
display: block;
text-align: center;
color: #2b2b2c; }
.list-social-buttons > li:last-child {
border-right: 0; }
ul.categories {
padding: 0;
margin: 0;
list-style: none; }
ul.categories > li {
border-bottom: 1px solid #e0eded; }
ul.categories > li:last-child {
border: 0; }
ul.categories > li > a {
display: block;
padding: 12px 0;
color: #818a91;
font-size: 0.875rem;
font-family: "Roboto", sans-serif; }
ul.categories > li > a:after,
ul.categories > li > a:before {
content: "";
display: table; }
ul.categories > li > a:after {
clear: both; }
ul.categories > li:hover > a {
color: #24142F;
text-decoration: none; }
ul.categories--style-1 > li > a {
padding-left: 20px;
position: relative;
display: flex;
align-items: center; }
ul.categories--style-1 > li > a > .category-name {
color: #2b2b2c;
flex-grow: 1; }
ul.categories--style-1 > li > a:hover > .category-name {
color: #24142F; }
ul.categories--style-1 > li > a > .category-count {
color: #818a91;
font-size: 0.75rem; }
ul.categories--style-1 > li > a:before {
content: "\f125";
font-family: "Ionicons";
position: absolute;
height: 16px;
line-height: 16px;
left: 0;
top: 50%;
margin-top: -8px;
font-size: 10px;
color: #818a91;
-webkit-transition: all 0.1s linear;
transition: all 0.1s linear; }
ul.categories--style-2 > li {
border: 0; }
ul.categories--style-2 > li > a {
padding: 5px 0; }
.list-wrapper {
background: #24142F;
padding: 1.5rem;
border-radius: 0.25rem; }
.list-wrapper > .heading {
color: #FFF;
margin-bottom: 1rem; }
.list-wrapper ul.categories--style-1 > li {
border-color: rgba(255, 255, 255, 0.3);
color: #FFF; }
.list-wrapper ul.categories--style-1 > li > a,
.list-wrapper ul.categories--style-1 > li > a > .category-count,
.list-wrapper ul.categories--style-1 > li > a > .category-name {
color: #FFF; }
.list-wrapper ul.categories--style-1 > li > a:hover,
.list-wrapper ul.categories--style-1 > li > a:hover > .category-name {
color: #FFF; }
.list-wrapper ul.categories--style-1 > li > a:before {
color: #FFF; }
ul.categories--style-1 > li > a:hover:before {
left: 5px; }
ul.meta-info-cells {
margin: 0;
padding: 0; }
ul.meta-info-cells-v2 li,
ul.meta-info-cells-v3 li {
display: inline-block;
float: left;
padding: 0 10px;
vertical-align: middle;
margin-right: 1rem; }
ul.meta-info-cells-v2 li a,
ul.meta-info-cells-v3 li a {
color: #818a91; }
ul.meta-info-cells-v2 li {
padding: 0;
color: #2b2b2c;
font-size: 13px; }
ul.meta-info-cells-v2 li i {
color: #2b2b2c;
font-size: 13px;
margin-right: 5px; }
ul.meta-info-cells-v3 li i {
width: 31px;
height: 31px;
margin-right: 5px;
text-align: center;
line-height: 31px;
background: transparent;
border: 1px solid #e0eded;
color: #2b2b2c;
font-size: 13px;
border-radius: 100%; }
ul.meta-info-cells-v3 li:hover i {
background: #24142F;
color: #FFF;
border-color: #24142F; }
ul.meta-info-cells-v3 li:first-child {
padding-left: 0; }
ul.meta-info-cells-v3 li:last-child {
border: 0;
padding-right: 0; }
ul.meta-info-cells-v3 li .btn-link {
color: #24142F;
font-weight: 600;
font-size: 0.875rem; }
ul.meta-info-cells-v4 > li,
ul.meta-info-cells-v5 > li {
display: inline-block;
margin-right: 18px;
font-size: 0.875rem;
color: #818a91;
font-weight: 500;
font-family: "Roboto", sans-serif; }
ul.meta-info-cells-v5 > li {
margin: 0; }
ul.meta-info-cells-v5 > li > span {
display: block;
padding-right: 10px;
margin-right: 7px;
border-right: 1px solid #e0eded; }
ul.meta-info-cells-v5 > li:last-child > span {
border: 0; }
ul.meta-info-cells-v4 > li > a > i,
ul.meta-info-cells-v5 > li > a > i {
margin-right: 5px;
color: #818a91; }
ul.meta-info-cells-v4 > li > a,
ul.meta-info-cells-v5 > li > a {
color: #818a91; }
ul.meta-info-cells-v4 > li > a:hover,
ul.meta-info-cells-v4 > li > a:hover > i,
ul.meta-info-cells-v5 > li > a:hover,
ul.meta-info-cells-v5 > li > a:hover > i {
color: #24142F; }
ul.meta-info-cells-v4 > li:first-child,
ul.meta-info-cells-v5 > li:first-child {
padding-left: 0; }
ul.meta-info-cells-v4 > li:last-child,
ul.meta-info-cells-v5 > li:last-child {
border: 0;
padding-right: 0; }
ul.meta-info-cells-v4 li .btn-link {
color: #24142F;
font-weight: 600;
font-size: 0.875rem; }
@media (max-width: 771px) {
ul.meta-info-cells-v4 li,
ul.meta-info-cells-v5 li {
margin-bottom: 5px; } }
.sidebar .list-unstyled {
font-size: 0.875rem; }
.sidebar .list-unstyled > li > a {
color: #2b2b2c;
padding: 0.2rem 0;
display: block; }
.sidebar .list-unstyled > li:hover > a {
color: #24142F; }
.vertical-info {
margin: 0;
padding: 0;
list-style: none;
position: relative; }
.vertical-info > li {
padding: 0.25rem 0; }
.vertical-info > li > span {
display: inline-block;
font-size: 0.875rem; }
.vertical-info > li > .vi-title {
font-weight: 600;
margin-right: 0.5rem; }
.vertical-info > li > .vi-content {
color: #818a91; }
ul.list-bullet {
list-style: none;
margin: 0;
padding: 0;
background: transparent; }
ul.list-bullet li {
clear: left;
padding: 10px 0;
display: block;
width: 100%; }
ul.list-bullet li > figure {
margin: 0;
padding: 0;
border-radius: 100%;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
font-size: 1rem;
color: #eceeef;
font-weight: 600;
display: inline-block;
float: left; }
ul.list-bullet li img {
width: 60px; }
ul.list-bullet li h3 {
font-size: 16px;
font-weight: 600;
margin-left: 15px;
display: inline-block; }
ul.list-bullet li p {
margin: 0 0 0 50px;
padding: 0; }
ul.list-bullet li span {
margin-left: 6px; }
ul.list-bullet li a {
font-weight: 500; }
ul.list-bullet li a:hover {
text-decoration: none;
color: #464646; }
ul.list-bullet li span {
font-size: 12px; }
.list-recent-stories {
background: #e6edf2; }
.list-recent .widget-title {
padding: 26px 24px 28px; }
.list-recent {
list-style: none;
margin: 0;
padding: 0; }
.list-recent li {
padding: 10px 0;
border-bottom: 1px solid rgba(243, 243, 243, 0.7); }
.list-recent li:first-child {
padding-top: 0;
border-top: 0; }
.list-recent.list-recent-boxed li {
padding: 10px 15px; }
.list-recent li:last-child {
border: 0; }
.list-recent-stories li:nth-child(odd) {
background: #c6d3dd; }
.list-recent-comments li:nth-child(odd) {
background: #eceeef; }
.list-recent .inline-links {
display: block; }
.list-recent .post-thumb {
float: left;
width: 72px;
height: 72px;
margin-right: 16px; }
.list-recent-stories .post-thumb,
.list-recent-stories .post-thumb img {
border-radius: 50%; }
.list-recent-comments li:nth-child(even) .post-thumb {
float: right;
margin-right: 0;
margin-left: 16px; }
.list-recent .post-thumb img {
display: block;
width: 100%;
height: 100% !important; }
.list-recent .post-author,
.list-recent .post-title {
display: block;
margin-bottom: 0; }
.list-recent .post-author {
font-size: 12px;
color: #24142F; }
.list-recent .post-author a,
.list-recent .post-title {
font-size: 0.875rem;
font-weight: 500;
line-height: 19px;
color: #2b2b2c; }
.list-recent .post-author a:hover {
color: #24142F; }
.list-recent .post-title a {
color: #2b2b2c; }
.list-recent .post-title a:hover {
color: #24142F; }
.list-recent .post-title .label {
margin-top: 5px; }
.list-recent .post-title > a + .inline-links,
.list-recent .post-title > a + .star-rating {
margin-top: 5px; }
.list-recent .post-entry,
.list-recent .post-desc {
display: block;
font-size: 12px;
color: #818a91;
line-height: 17px; }
.list-recent .post-meta-bot {
padding: 21px 0;
text-align: center; }
@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
.list-recent li {
padding: 8px; }
.list-recent .post-thumb {
margin-right: 5px;
margin-top: 3px; }
.list-recent-comments li:nth-child(odd) .post-thumb {
margin-left: 5px; } }
ul.list-border--dotted > li {
border-bottom-style: dotted; }
.list-icon {
display: inline-block;
margin-right: 10px; }
.list-icon--style-1 {
width: 36px;
height: 36px;
text-align: center;
line-height: 36px;
border: 2px solid #e0eded;
border-radius: 100%;
color: #818a91; }
.list-icon--style-1 i {
color: #24142F; }
.mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out; }
.mask-base-1--style-1 {
background: rgba(222, 27, 27, 0.9); }
.mask-base-1--style-2 {
background: rgba(94, 50, 225, 0.5); }
.mask-base-1--style-3 {
background: rgba(122, 47, 241, 0.64); }
.mask-base-2--style-1 {
background: rgba(41, 47, 54, 0.9); }
.mask-base-2--style-2 {
background: rgba(41, 47, 54, 0.5); }
.mask-base-2--style-3 {
background: rgba(41, 47, 54, 0.7); }
.mask-gradient-1--style-1 {
opacity: 0.9; }
.mask-gradient-1--style-2 {
opacity: 0.5; }
.mask-light--style-1 {
background: rgba(255, 255, 255, 0.9); }
.mask-light--style-2 {
background: rgba(255, 255, 255, 0.4); }
.mask-light ~ .mask-container .heading {
color: #333 !important; }
.mask-light ~ .mask-container p {
color: #555 !important; }
.mask-dark--style-1 {
background: rgba(0, 0, 0, 0.9); }
.mask-dark--style-2 {
background: rgba(0, 0, 0, 0.4); }
.mask-dark ~ .mask-container .heading {
color: #FFF; }
.mask-dark ~ .mask-container p {
color: #d3d3d3; }
.mask-pattern-1--style-1 {
background: url("@{cssRelativePath-1}/images/patterns/cream-pixels.png");
opacity: 0.5; }
.modal-header {
padding: 10px 15px 0px !important;
/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
color: #24142F;
}
.modal-header > .heading {
margin-bottom: 0; }
.modal-body {
position: relative;
padding: 2rem; }
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 0.25rem;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19); }
.modal-backdrop.in {
opacity: 0.3; }
.modal[data-modal-color],
.modal[data-modal-color] .modal-footer .btn-link,
.modal[data-modal-color] .modal-title {
color: #fff; }
.modal[data-modal-color=base-1] .modal-content {
background-color: #24142F; }
.modal[data-modal-color=base-2] .modal-content {
background-color: #292f36; }
.modal[data-modal-color=base-3] .modal-content {
background-color: #818a91; }
.modal[data-modal-color=base-4] .modal-content {
background-color: #2B2B2B; }
.modal[data-modal-color=base-5] .modal-content {
background-color: #FFF; }
.modal[data-modal-color=dark] .modal-content {
background-color: #2b2b2c; }
/* NAV PILLS */
.nav-pills {
border: 1px solid transparent;
border-radius: 0.25rem; }
.nav-pills .nav-link {
border-radius: 0;
border-right: 1px solid #ddd;
background-color: #eee; }
.nav-pills .nav-item:first-child .nav-link {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.nav-pills .nav-item:last-child .nav-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
background: #24142F;
color: #2b2b2c; }
.nav-pills .nav-item + .nav-item {
margin-left: 2px; }
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
color: #2b2b2c;
background: #24142F; }
.nav-pills--style-2 {
margin-bottom: 15px;
border: 1px solid transparent;
border-radius: 0.25rem; }
.nav-pills--style-2 .nav-link {
padding: 26px;
border-radius: 0;
border-right: 0;
background-color: #eee;
text-transform: uppercase; }
.nav-pills--style-2 .nav-item:first-child .nav-link {
border-top-left-radius: 0.25rem; }
.nav-pills--style-2 .nav-item:last-child .nav-link {
border-top-right-radius: 0.25rem;
border-right: 0; }
.nav-pills--style-2 .nav-link:focus,
.nav-pills--style-2 .nav-link:hover {
background: #f5f5f5; }
.nav-pills--style-2 .nav-item + .nav-item {
margin-left: 2px; }
.nav-pills--style-2 .nav-link.active,
.nav-pills--style-2 .nav-link.active:focus,
.nav-pills--style-2 .nav-link.active:hover {
background: transparent;
color: inherit; }
.nav-pills--style-3 {
border: 0; }
.nav-pills--style-3 .nav-link:after,
.nav-pills--style-3 .nav-link:before {
display: table;
content: ""; }
.nav-pills--style-3 .nav-link:after {
clear: both; }
.nav-pills--style-3 .nav-link {
border: 1px solid rgba(0, 0, 0, 0.05);
margin-right: 20px;
background: #fff;
color: rgba(0, 0, 0, 0.5);
text-align: left;
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
border-radius: 0.25rem; }
.nav-pills--style-3 .nav-item:last-child .nav-link {
margin: 0; }
.nav-pills--style-3 .nav-link:focus,
.nav-pills--style-3 .nav-link:hover {
background: #24142F;
color: #FFF; }
.nav-pills--style-3 .nav-link.active,
.nav-pills--style-3 .nav-link.active:focus,
.nav-pills--style-3 .nav-link.active:hover {
background: #fff; }
.nav-pills--style-3 .nav-pill-text {
display: table-cell;
padding: 1rem;
vertical-align: middle; }
.nav-pills--style-3 .nav-pill-text p {
margin: 0; }
.nav-pills--style-3 .nav-pill-text .heading {
display: block;
margin: 0;
padding: 0; }
.nav-pills--style-3 .nav-pill-text .nav-pill-subtitle {
display: block;
margin-top: 5px;
color: #818a91;
font-size: 0.875rem; }
.nav-pills--style-3 .nav-pill-text .nav-pill-aux-text {
display: block;
margin-top: 20px;
color: #818a91;
font-size: 0.875rem; }
.nav-pills--style-3 .nav-pill-text .nav-pill-aux-text strong {
color: #2b2b2c; }
.nav-pills--style-3 .nav-pill-icon {
width: 60px;
display: table-cell;
vertical-align: middle; }
.nav-pills--style-3 .nav-pill-icon i {
font-size: 50px;
color: #2b2b2c; }
.nav-pills--style-3 .nav-link:focus .nav-pill-icon i,
.nav-pills--style-3 .nav-link:hover .nav-pill-icon i {
color: #FFF; }
.nav-pills--style-3 .nav-link.active .nav-pill-icon i {
color: #2b2b2c; }
.nav-pills--style-3 .nav-link:hover * {
color: #FFF; }
@media (max-width: 767px) {
.nav-pills--style-3 .nav-link {
margin-right: 0; } }
.nav-pills--style-3.nav-pills-inverse .nav-link {
border: 1px solid rgba(0, 0, 0, 0.15);
background: #1b1e23;
color: #818a91; }
.nav-pills--style-3.nav-pills-inverse .nav-link:focus,
.nav-pills--style-3.nav-pills-inverse .nav-link:hover {
background: #24142F;
color: #FFF; }
.nav-pills--style-3.nav-pills-inverse .nav-link.active,
.nav-pills--style-3.nav-pills-inverse .nav-link.active:focus,
.nav-pills--style-3.nav-pills-inverse .nav-link.active:hover {
background: #24142F;
color: #FFF; }
.pagination-wrapper {
margin: 1rem 0;
font-size: 0; }
.pagination {
margin: 0;
border-radius: 0; }
.pagination .page-link,
.pagination .page-item > span {
padding: 8px 14px;
margin: 0 3px;
font-family: "Roboto", sans-serif;
font-size: 0.7rem;
color: #818a91;
background-color: transparent;
border: 1px solid #eceeef;
border-radius: 0.1rem;
text-align: center !important; }
.pagination .page-item:first-child .page-link,
.pagination .page-item:first-child > span {
margin-left: 0;
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem; }
.pagination .page-item:last-child .page-link,
.pagination .page-item:last-child > span {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem; }
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover,
.pagination .page-item > span:focus,
.pagination .page-item > span:hover {
color: #2b2b2c;
background-color: #eceeef;
border-color: #eceeef; }
.pagination > .active .page-link,
.pagination > .active .page-link:focus,
.pagination > .active .page-link:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
color: #FFF;
background-color: #24142F;
border-color: #24142F; }
.pagination > .disabled .page-link,
.pagination > .disabled .page-link:focus,
.pagination > .disabled .page-link:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
color: #818a91;
background-color: #eceeef;
border-color: #eceeef; }
.pagination-lg .page-item .page-link,
.pagination-lg .page-item > span {
padding: 12px 18px;
margin: 0 3px;
font-family: "Roboto", sans-serif;
font-size: 0.7rem;
color: #818a91;
background-color: transparent;
border: 1px solid #eceeef; }
.pagination--style-2 .page-item .page-link,
.pagination--style-2 .page-item > span {
background: #fff;
color: #818a91; }
.pagination-circle .page-item .page-link,
.pagination-circle .page-item > span {
border-radius: 50% !important;
margin: 0 5px;
display: block;
width: 36px;
height: 36px;
padding: 5px;
line-height: 2.2; }
.pagination-square .page-item .page-link,
.pagination-square .page-item > span {
border-radius: 0 !important;
margin: 0 5px;
display: block;
width: 36px;
height: 36px;
padding: 5px;
line-height: 2.2; }
.pager {
padding-left: 0;
margin: 1.5rem 0;
list-style: none;
text-align: center; }
.pager .page-item {
display: inline; }
.pager .page-item .page-link,
.pager .page-item > span {
display: inline-block;
padding: 5px 14px;
background-color: transparent;
border: 1px solid #e0eded;
border-radius: 15px; }
.pager .page-item .page-link:focus,
.pager .page-item .page-link:hover {
text-decoration: none;
background-color: #24142F; }
.pager .next .page-link,
.pager .next > span {
float: right; }
.pager .previous .page-link,
.pager .previous > span {
float: left; }
.pager .disabled .page-link,
.pager .disabled .page-link:focus,
.pager .disabled .page-link:hover,
.pager .disabled > span {
color: #777;
background-color: #fff;
cursor: not-allowed; }
.pager .page-item .page-link,
.pager .page-item > span {
background-color: transparent;
border: 1px solid #eceeef;
border-radius: 0.2rem;
font-size: 0.875rem;
color: #2b2b2c; }
.pager .page-item .page-link:focus,
.pager .page-item .page-link:hover {
background-color: #eceeef;
color: #2b2b2c; }
.pager--style-1 .page-item .page-link,
.pager--style-1 .page-item > span {
background-color: transparent;
border: 0;
padding: 0;
color: #2b2b2c;
opacity: 0.6; }
.pager--style-1 .page-item:hover .page-link,
.pager--style-1 .page-item:hover > span {
background-color: transparent;
opacity: 1; }
.pager--style-1 .page-item.pager-count span {
background: transparent;
border: 0;
padding: 0;
font-style: italic; }
.pricing-plans:after,
.pricing-plans:before,
.pricing-table:after,
.pricing-table:before {
display: table;
content: " "; }
.pricing-plans:before,
.pricing-table:before {
clear: both; }
.pricing-plans .plan-title {
text-align: center;
margin: 0;
padding: 15px 0;
font-size: 1.125rem;
font-weight: 600;
color: #2b2b2c; }
.pricing-plans .price-tag {
margin: 0;
height: 90px;
line-height: 90px;
font-size: 50px;
font-weight: 700;
text-align: center; }
.pricing-plans .price-tag span {
font-size: 28px;
font-weight: 600; }
.pricing-plans .price-tag span.price-type {
font-size: 20px;
font-weight: 500; }
.pricing-plans ul {
margin: 0;
padding: 0 15px;
list-style: none; }
.pricing-plans ul li {
padding: 10px 0;
border-bottom: 1px solid #e0eded;
font-size: 0.875rem; }
.pricing-plans ul li i {
margin-right: 8px; }
.pricing-plans .plan-info {
margin: 0;
padding: 15px;
text-align: center; }
.pricing-plans .plan-select {
padding: 15px;
border-top: 1px solid #e0eded; }
.pricing-plans--style-1 .block-pricing {
background: #fff; }
.pricing-plans--style-1 .block-pricing:hover {
background: #24142F;
color: #FFF; }
.pricing-plans--style-1 .block-pricing:hover * {
color: #FFF; }
.pricing-plans--style-1 .block-pricing:hover .btn {
color: #FFF !important;
border-color: #FFF !important; }
.pricing-plans--style-1 .plan-title {
text-align: center;
margin: 0;
padding-top: 36px;
font-size: 16px;
font-weight: 500;
background: transparent;
color: #2b2b2c;
text-transform: normal; }
.pricing-plans--style-1 .price-tag {
margin: 0;
padding: 1rem;
font-size: 4rem;
font-weight: 400;
height: auto;
line-height: 1;
text-align: center;
color: #24142F; }
.pricing-plans--style-1 .price-tag span {
font-size: 28px;
font-weight: 600; }
.pricing-plans--style-1 .price-tag span.price-type {
font-size: 20px;
font-weight: 500; }
.pricing-plans--style-1 .price-tag-subtitle {
font-size: 16px;
font-weight: 300;
text-transform: capitalize;
color: #818a91;
display: block;
text-align: center; }
.pricing-plans--style-1 ul {
margin-top: 40px;
margin-bottom: 20px; }
.pricing-plans--style-1 ul li {
padding: 10px 0;
border-bottom: 0;
text-align: center;
color: #818a91; }
.pricing-plans--style-1 ul li.active {
color: #2b2b2c; }
.pricing-plans--style-2 .plan-title {
text-align: center;
margin: 0;
padding: 36px 0;
font-weight: 500;
color: #2b2b2c;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
text-transform: normal; }
.pricing-plans--style-2 .block-pricing.active .plan-title {
background: #24142F;
color: #FFF;
border-bottom: 1px solid #24142F; }
.pricing-plans--style-2 .block-pricing.active--style-2 .plan-title {
background: #2B2B2B;
color: #FFF;
border-bottom: 1px solid #2B2B2B; }
.pricing-plans--style-2 .price-tag {
margin: 0.5rem 0 0 0;
padding: 1rem 0 0;
font-size: 3.75rem;
font-weight: 500;
height: auto;
line-height: 1;
text-align: center;
color: #2b2b2c; }
.pricing-plans--style-2 .price-tag span {
font-size: 28px;
font-weight: 600; }
.pricing-plans--style-2 .price-tag span.price-type {
font-size: 20px;
font-weight: 500; }
.pricing-plans--style-2 .price-tag-subtitle {
margin-top: 0.8rem;
font-size: 1rem;
font-weight: 300;
text-transform: capitalize;
color: #818a91;
display: block;
text-align: center; }
.pricing-plans--style-2 ul {
margin-top: 1.5rem; }
.pricing-plans--style-2 ul li {
padding: 12px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
text-align: center;
color: #818a91;
font-size: 0.875rem; }
.pricing-plans--style-2 ul li:last-child {
border: 0; }
.pricing-plans--style-2 ul li.active {
color: #2b2b2c;
font-weight: 500; }
.pricing-plans--style-3 .block-pricing {
border: 1px solid rgba(0, 0, 0, 0.05); }
.pricing-plans--style-3 .row-no-padding .block-pricing {
border-radius: 0; }
.pricing-plans--style-3 .row-no-padding [class^="col-"]:not(:last-child) .block-pricing {
border-right: 0; }
.pricing-plans--style-3 .block-pricing .plan-title-wrapper {
padding: 1rem;
text-align: center;
background: #f7f7f9;
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.pricing-plans--style-3 .block-pricing .plan-title-wrapper.active {
background: #24142F;
color: #FFF; }
.pricing-plans--style-3 .block-pricing .plan-title-wrapper.active * {
color: #FFF !important; }
.pricing-plans--style-3 .block-pricing .plan-title-wrapper .price-tag {
font-size: 4rem;
font-weight: 400;
color: #2b2b2c; }
.pricing-plans--style-1 .block-pricing .price-tag sup,
.pricing-plans--style-2 .block-pricing .price-tag sup,
.pricing-plans--style-3 .block-pricing .price-tag sup {
font-size: 1.5rem;
top: -1em; }
.pricing-plans--style-3 .block-pricing .plan-title-wrapper .price-tag-subtitle {
display: inline-block;
margin-top: 0.5rem;
margin-bottom: 1rem;
font-size: 0.875rem;
font-weight: 300;
text-transform: capitalize; }
.pricing-plans--style-3 ul {
padding: 0; }
.pricing-plans--style-3 ul > li {
padding: 15px 0; }
.pricing-plans .plan-select {
padding: 15px;
background: #f1f1f1;
border-top: 1px solid #e0eded; }
.pricing-plans .block {
margin-top: 2rem;
border: 1px solid rgba(0, 0, 0, 0.05);
background: #fff;
overflow: hidden; }
@media (max-width: 767px) {
.pricing-plans {
margin-bottom: 30px; }
.pricing-plans--style-3 [class^="col-"]:not(:last-child) .block-pricing {
border: 1px solid rgba(0, 0, 0, 0.05); } }
@media (min-width: 992px) {
.pricing-plans .block.popular {
margin-top: -1rem; } }
.promos {
margin: 0 auto; }
.promo {
margin: 15px 10px 25px;
padding: 5px 0 30px;
font-weight: 400;
line-height: 1.625;
text-align: center; }
.promos.bg-base-1,
.promos.bg-base-2,
.promos.bg-base-3,
.promos.bg-base-4,
.promos.bg-base-5 {
background: transparent; }
.promos.bg-base-1 .promo {
background: #24142F; }
.promos.bg-base-2 .promo {
background: #292f36; }
.promos.bg-base-3 .promo {
background: #818a91; }
.promos.bg-base-4 .promo {
background: #2B2B2B; }
.promos.bg-base-5 .promo {
background: #FFF; }
.promo h4 {
margin: 15px 0 0;
font-size: 150%;
font-weight: normal; }
.promos.bg-base-1 .promo h4 {
color: #FFF; }
.promos.bg-base-2 .promo h4 {
color: #FFF; }
.promos.bg-base-3 .promo h4 {
color: rgba(255, 255, 255, 0.9); }
.promos.bg-base-4 .promo h4 {
color: #FFF; }
.promos.bg-base-5 .promo h4 {
color: #0A0814; }
.promo li {
padding: 5px 0;
font-size: 0.875rem; }
.promos.bg-base-1 .brief {
color: #FFF; }
.promos.bg-base-2 .brief {
color: #FFF; }
.promos.bg-base-3 .brief {
color: rgba(255, 255, 255, 0.9); }
.promos.bg-base-4 .brief {
color: #FFF; }
.promos.bg-base-5 .brief {
color: #0A0814; }
.promo .price {
margin: 10px 0;
padding: 5px 0;
font-size: 250%; }
.promo .features {
margin: 0;
padding: 0;
list-style-type: none; }
.promo .buy {
margin: 15px 0 0; }
.promos.bg-base-1 .promo .features {
color: #FFF; }
.promos.bg-base-2 .promo .features {
color: #FFF; }
.promos.bg-base-3 .promo .features {
color: rgba(255, 255, 255, 0.9); }
.promos.bg-base-4 .promo .features {
color: #FFF; }
.promos.bg-base-5 .promo .features {
color: #0A0814; }
.promos.bg-base-1 .promo .price {
background: #24242D;
color: #FFF; }
.promos.bg-base-2 .promo .price {
background: #131619;
color: #FFF; }
.promos.bg-base-3 .promo .price {
background: #687077;
color: rgba(255, 255, 255, 0.9); }
.promos.bg-base-4 .promo .price {
background: #121212;
color: #FFF; }
.promos.bg-base-5 .promo .price {
background: #e6e6e6;
color: #0A0814; }
@media (min-width: 768px) {
.promo {
display: inline;
float: left;
width: 33.333%;
margin: 15px 0 0;
transition: transform 0.25s ease-out; }
.promo.first {
border-right: none; }
.promo.second {
float: right;
border-left: none; }
.promo.first:hover,
.promo.second:hover {
transform: translateY(-25px); }
.scale {
transform: scale(1.2); }
.promos.bg-base-1 .scale {
box-shadow: 0 0 4px 1px #24242D; }
.promos.bg-base-2 .scale {
box-shadow: 0 0 4px 1px #131619; }
.promos.bg-base-3 .scale {
box-shadow: 0 0 4px 1px #687077; }
.promos.bg-base-4 .scale {
box-shadow: 0 0 4px 1px #121212; }
.promos.bg-base-5 .scale {
box-shadow: 0 0 4px 1px #e6e6e6; } }
@media (max-width: 767px) {
.promo {
margin-bottom: 25px; }
.promo:last-child {
margin-bottom: 0; } }
.progress-wrapper {
position: relative;
padding-top: 1.5rem; }
.progress {
height: 1rem;
margin-bottom: 1rem;
overflow: hidden;
border-radius: 0.2rem;
background-color: #f1f1f1;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress-inverse {
background-color: rgba(0, 0, 0, 0.3); }
.progress.progress-lg {
height: 1.5rem; }
.progress.progress-md {
height: 1rem; }
.progress.progress-sm {
height: 0.625rem; }
.progress.progress-xs {
height: 0.25rem; }
.progress .sr-only {
width: auto;
height: 20px;
margin: 0 0 0 30px;
left: 0;
clip: auto;
line-height: 20px;
font-size: 13px; }
.progress.progress-lg .sr-only {
height: 1.5rem;
line-height: 1.5rem; }
.progress.progress-sm .sr-only {
height: 0.625rem;
line-height: 0.625rem; }
.progress.progress-xs .sr-only {
height: 0.25rem;
line-height: 0.25rem; }
.progress-heading {
font-size: 14px;
font-weight: 500;
margin: 0 0 2px;
padding: 0; }
.progress-bar {
background-color: #24142F;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
height: auto; }
.progress-text {
margin-bottom: 0; }
.progress-text .mark {
float: left;
width: 50%;
background: transparent; }
.progress-text .mark.right {
text-align: right; }
.progress-tooltip {
display: inline-block;
background: #2b2b2c;
color: #eceeef;
padding: 4px 6px;
line-height: 1;
font-size: 0.7rem;
position: relative;
bottom: 8px;
border-radius: 3px;
margin-left: -15px; }
.progress-tooltip:after {
top: 100%;
left: 10px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(51, 51, 51, 0);
border-top-color: #2b2b2c;
border-width: 5px; }
.progress-label {
display: inline-block;
color: #818a91;
position: absolute;
top: 0;
left: 0;
font-size: 0.75rem; }
.progress-percentage {
display: inline-block;
color: #818a91;
font-size: 0.875rem;
position: absolute;
right: 0;
top: 0; }
.star-rating {
display: inline-block; }
.star-rating i {
display: inline-block;
color: #ffcc00; }
.rating {
display: inline-block; }
.rating span.star {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
float: left;
padding: 0 1px;
cursor: pointer; }
.rating span.star:before {
content: "\f005";
display: block;
font-size: 14px;
color: #818a91;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear; }
.rating-lg span.star:before {
font-size: 18px; }
.rating-xl span.star:before {
font-size: 24px; }
.rating span.voted:before {
color: #ffcc00; }
.rating:hover span.star:before {
color: #818a91; }
.rating:hover span.star.over:before {
color: #ffcc00; }
.rating > .rating-count {
font-size: 0.75rem;
color: #818a91;
position: relative;
top: -3px;
margin-left: 1rem; }
section.ss-slice {
position: relative;
padding-top: 4rem;
padding-bottom: 4rem; }
section.ss-slice::after {
position: absolute;
content: '';
pointer-events: none; }
.ss-style-triangles::after {
left: 50%;
width: 100px;
height: 100px;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg); }
.ss-style-triangles::after {
bottom: -50px;
z-index: 10;
background: inherit; }
.ss-slice.ss-style-doublediagonal {
z-index: 1;
padding-bottom: 10em; }
.ss-style-doublediagonal::after,
.ss-style-doublediagonal::before {
top: 0;
left: -25%;
z-index: -1;
width: 150%;
height: 75%;
background: inherit;
-webkit-transform: rotate(-4deg);
transform: rotate(-4deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0; }
.ss-style-halfcircle::after,
.ss-style-halfcircle::before {
left: 50%;
z-index: 10;
width: 100px;
height: 100px;
border-radius: 50%;
background: inherit;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.ss-style-halfcircle::before {
top: -50px; }
.ss-style-halfcircle::after {
bottom: -50px; }
.ss-style-multitriangles::after,
.ss-style-multitriangles::before {
left: 50%;
width: 50px;
height: 50px;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg); }
.ss-style-multitriangles::before {
top: -25px;
background: inherit;
box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; }
.ss-style-multitriangles::after {
bottom: -25px;
z-index: 10;
background: inherit;
box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; }
.ss-style-roundedsplit {
padding-top: 7em;
border-radius: 0 0 80px 80px; }
.ss-style-roundedsplit::before {
left: 0;
z-index: 10;
width: 50%;
background: inherit; }
.ss-style-roundedsplit::before {
border-radius: 0 80px 0 0; }
.ss-style-invertedrounded {
padding: 13em 10% 10em;
border-radius: 0 0 0 90px; }
.ss-style-invertedrounded::after,
.ss-style-invertedrounded::before {
left: 0;
z-index: -1;
height: 90px;
background: #24242D; }
.ss-style-invertedrounded::before {
top: 100%;
width: 100%;
border-radius: 0 90px 0 0; }
.ss-style-invertedrounded::after {
bottom: 0;
z-index: -1;
width: 50%; }
.ss-style-zigzag::after,
.ss-style-zigzag::before {
right: 0;
left: 0;
z-index: 10;
display: block;
height: 90px;
background-size: 50px 100%; }
.ss-style-zigzag::after {
top: 100%;
background-position: 50%; }
.bg-base-1.ss-style-zigzag::after {
background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #24142F), color-stop(0.25, #24142F));
background-image: linear-gradient(135deg, #24142F 25%, transparent 25%), linear-gradient(225deg, #24142F 25%, transparent 25%); }
.sct-color-1.ss-style-zigzag::after {
background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #FFF), color-stop(0.25, #FFF));
background-image: linear-gradient(135deg, #FFF 25%, transparent 25%), linear-gradient(225deg, #FFF 25%, transparent 25%); }
.sct-color-2.ss-style-zigzag::after {
background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #fcfcfc), color-stop(0.25, #fcfcfc));
background-image: linear-gradient(135deg, #fcfcfc 25%, transparent 25%), linear-gradient(225deg, #fcfcfc 25%, transparent 25%); }
.sct-color-3.ss-style-zigzag::after {
background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #282d33), color-stop(0.25, #282d33));
background-image: linear-gradient(135deg, #282d33 25%, transparent 25%), linear-gradient(225deg, #282d33 25%, transparent 25%); }
.sct-color-4.ss-style-zigzag::after {
background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #121416), color-stop(0.25, #121416));
background-image: linear-gradient(135deg, #121416 25%, transparent 25%), linear-gradient(225deg, #121416 25%, transparent 25%); }
.section-title {
margin-bottom: 1.5rem;
position: relative; }
.section-title:after,
.section-title:before {
content: "";
display: table; }
.section-title:before {
content: " ";
display: table; }
.section-title.text-center,
.section-title.text-sm-center,
.section-title.text-md-center,
.section-title.text-lg-center,
.section-title.text-xl-center {
margin-bottom: 3rem; }
.section-title .section-title-inner {
margin: 0 0 5px 0;
font-family: "Roboto", sans-serif;
font-size: 1.5rem;
font-weight: 500;
text-transform: capitalize;
position: relative;
z-index: 2;
color: #2b2b2c; }
.section-title-inverse .section-title-inner,
.section-title-inverse .heading {
color: white; }
.section-title .section-title-delimiter {
display: block;
position: relative;
margin-bottom: 20px; }
.section-title .section-title-delimiter::before {
background: #2b2b2c; }
.section-title-inverse .section-title-delimiter::before {
background: white; }
.section-title--style-1 .section-title-delimiter::before {
display: block;
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 23px;
height: 2px; }
.section-title--style-1.text-center .section-title-delimiter::before,
.section-title--style-1.text-sm-center .section-title-delimiter::before,
.section-title--style-1.text-md-center .section-title-delimiter::before,
.section-title--style-1.text-lg-center .section-title-delimiter::before,
.section-title--style-1.text-xl-center .section-title-delimiter::before {
margin-bottom: -1rem;
left: 50%;
margin-left: -17.25px;
width: 34.5px; }
@media (min-width: 768px) {
.section-title--style-1.text-sm-left .section-title-delimiter::before {
left: 0;
margin-left: 0;
width: 23px; } }
@media (min-width: 992px) {
.section-title--style-1.text-md-left .section-title-delimiter::before {
left: 0;
margin-left: 0;
width: 23px; } }
@media (min-width: 1201px) {
.section-title--style-1.text-lg-left .section-title-delimiter::before {
left: 0;
margin-left: 0;
width: 23px; } }
.section-title--style-1 .text-muted {
display: block;
margin: 0.5rem 0;
text-transform: none; }
.section-title--style-1 .shadow-subtitle {
position: absolute;
top: -40px;
left: -20px;
color: rgba(0, 0, 0, 0.1);
font-size: 50px;
font-weight: 700;
font-family: "Roboto", sans-serif;
z-index: 1; }
.section-title--style-1 .underlay-subtitle {
color: #24142F;
font-size: 5rem;
font-weight: 700;
font-family: "Roboto", sans-serif;
opacity: 0.5;
line-height: 1; }
.section-title--style-1 .underlay-subtitle--top + .section-title-inner {
margin-top: -36px; }
.section-title--style-1 .underlay-subtitle--bottom {
top: 10%; }
.section-title--style-2 {
position: relative; }
.section-title--style-2.text-center .section-title-inner {
position: relative;
cursor: default; }
.section-title--style-2.text-center .section-title-inner:before {
content: "";
display: block;
width: 60px;
height: 70px;
position: relative;
top: 22px;
background: transparent;
border: 3px solid;
margin: auto;
z-index: 3;
border-color: #2b2b2c; }
.section-title--style-2.section-title-inverse .section-title-inner:before {
border-color: #eceeef; }
.section-title--style-2.text-center .section-title-inner > span {
display: inline-block;
position: relative;
top: -32px;
height: 36px;
line-height: 36px;
z-index: 4;
background: #FFF; }
.section-title--style-2.text-center .section-title-inner.heading-1 > span {
top: -38px; }
.section-title--style-2.text-center .section-title-inner.heading-3 > span {
top: -31px; }
.section-title--style-2.text-center .section-title-inner.heading-4 > span {
top: -31px; }
.sct-color-2 .section-title--style-2.text-center .section-title-inner > span {
background: #fcfcfc; }
.sct-color-3 .section-title--style-2.text-center .section-title-inner > span {
background: #282d33; }
.bg-base-1 .section-title--style-2.text-center .section-title-inner > span {
background: #24142F; }
.section-title--style-2.section-title-inverse .section-title-inner > span {
background: #2b2b2c; }
.section-title--style-2 .section-title-inner .heading {
margin: 0; }
.social-media {
margin: 0;
padding: 0;
position: relative;
list-style: none; }
.social-media > li {
display: inline-block;
font-size: 1rem; }
.social-media > li > a {
display: block; }
[class*="social-media--style-1"] > li > a {
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
margin-right: 0.3rem;
background: transparent; }
[class*="social-media--style-1"] > li > a:hover {
background: #24142F;
color: #FFF; }
.social-media-circle > li > a {
border-radius: 100%; }
.social-media-round > li > a {
border-radius: 0.25rem; }
.social-media.social-media--style-1-v1 > li > a {
background: #24142F;
color: #FFF; }
.social-media.social-media--style-1-v1 > li > a:hover {
background: #24242D; }
.social-media.social-media--style-1-v2 > li > a {
background: #ddd;
color: #333; }
.social-media.social-media--style-1-v2 > li > a:hover {
background: #24142F;
color: #FFF; }
.social-media.social-media--style-1-v3 > li > a {
background: #2b2b2c;
color: #eceeef; }
.social-media.social-media--style-1-v3 > li > a:hover {
background: #24142F;
color: #FFF; }
.social-media.social-media--style-1-v4 > li > a {
font-size: 1rem;
width: auto;
height: auto;
padding-left: 0;
padding-right: 0;
margin-right: 1rem;
background: transparent;
color: rgba(0, 0, 0, 0.7); }
.social-media.social-media--style-1-v4 > li > a:hover {
background: transparent;
color: rgba(0, 0, 0, 0.9); }
.social-media.social-media--style-1-v4 > li:last-child > a {
margin-right: 0; }
.social-media.social-media--style-1-v5 > li > a {
font-size: 1rem;
width: auto;
height: auto;
padding-left: 0;
padding-right: 0;
margin-right: 1rem;
background: transparent;
color: rgba(255, 255, 255, 0.7); }
.social-media.social-media--style-1-v5 > li > a:hover {
background: transparent;
color: white; }
.social-media.social-media--style-1-v5 > li:last-child > a {
margin-right: 0; }
.social-media.social-media--style-1-v5 > li > span {
color: rgba(255, 255, 255, 0.5); }
.social-media-brand-color > li > a.facebook,
.social-media-brand-color--hover > li > a.facebook:hover {
background: #3b5998;
color: #fff; }
.social-media-brand-color > li > a.twitter,
.social-media-brand-color--hover > li > a.twitter:hover {
background: #1da1f2;
color: #fff; }
.social-media-brand-color > li > a.instagram,
.social-media-brand-color--hover > li > a.instagram:hover {
background: #e1306c;
color: #fff; }
.social-media-brand-color > li > a.linkedin,
.social-media-brand-color--hover > li > a.linkedin:hover {
background: #0077b5;
color: #fff; }
.social-media-brand-color > li > a.pinterest,
.social-media-brand-color--hover > li > a.pinterest:hover {
background: #bd081c;
color: #fff; }
.social-media-brand-color > li > a.dribbble,
.social-media-brand-color--hover > li > a.dribbble:hover {
background: #444444;
color: #fff; }
.social-media-brand-color > li > a.googleplus,
.social-media-brand-color--hover > li > a.googleplus:hover {
background: #dd4b39;
color: #fff; }
.social-media-brand-color > li > a.skype,
.social-media-brand-color--hover > li > a.skype:hover {
background: #00aff0;
color: #fff; }
.social-media-brand-color:not(.social-media-brand-color--hover) > li > a:hover {
background: #24142F;
color: #FFF; }
.table td,
.table th {
font-size: 0.875rem; }
.table-slick td{
padding:6px !important;
}
.table-bordered td,
.table-bordered th {
border: 1px solid rgba(0, 0, 0, 0.05); }
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #f2f2f2; }
.table tbody td {
vertical-align: unset; }
.table tbody + tbody {
border-top: 2px solid #f2f2f2; }
.table .table {
background-color: #f3f3f3; }
.table-sm td,
.table-sm th {
padding: 0.75rem 1rem; }
.table-bordered,
.table-bordered td,
.table-bordered th {
border: 1px solid #f2f2f2; }
.table-bordered thead td,
.table-bordered thead th {
border-bottom-width: 2px; }
.table-inverse.table-bordered,
.table-responsive.table-bordered {
border: 0; }
.table-active,
.table-active > td,
.table-active > th,
.table-hover tbody tr:hover,
.table-striped tbody tr:nth-of-type(odd) {
background-color: #fafafa; }
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: #e5e5e5; }
.table-success,
.table-success > td,
.table-success > th {
background-color: #57d59f; }
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #43d093; }
.table-info,
.table-info > td,
.table-info > th {
background-color: #2ebcfc; }
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #14b4fc; }
.table-warning,
.table-warning > td,
.table-warning > th {
background-color: #ffc721; }
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffc107; }
.table-danger,
.table-danger > td,
.table-danger > th {
background-color: #ff6f6c; }
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #ff5652; }
.thead-inverse th {
color: #f3f3f3;
background-color: #404c54; }
.thead-default th {
color: #464a4c;
background-color: #fbfbfb; }
.table-inverse {
color: #f3f3f3;
background-color: #404c54; }
.table-responsive {
/* display: block; */
width: 100%;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table thead th {
border-bottom-width: 1px; }
.table tr[class*=table-] td,
.table tr[class*=table-] th,
.table tr[class*=table-] + tr td,
.table tr[class*=table-] + tr th {
border: 0; }
.table:not(.table-bordered) > tbody:first-child td,
.table:not(.table-bordered) > tbody:first-child th,
.table:not(.table-bordered) > thead:first-child td,
.table:not(.table-bordered) > thead:first-child th {
border-top: 0; }
.table-inverse td,
.table-inverse th,
.table-inverse thead th {
border-color: #505b63; }
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
border-top: 1px solid rgba(243, 243, 243, 0.7);
font-size: 0.875rem; }
.table-no-border > tbody > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > thead > tr > th {
border-top: 0; }
.table-profile > tbody > tr > td:not(.td-actions) {
font-size: 0.875rem; }
.table-profile > tbody > tr > td.td-label {
font-size: 0.75rem;
font-family: "Roboto", sans-serif;
font-weight: 500;
color: #000000;
text-transform: uppercase;
white-space: nowrap; }
.table-profile > tbody > tr > td.td-label > span {
display: block;
padding-right: 1rem; }
.table-profile > tbody > tr > td.td-actions > .btn {
opacity: 0; }
.table-profile > tbody > tr:hover > td.td-actions > .btn {
opacity: 1; }
.table-cart > thead > tr > th {
padding: 12px 0;
border: 0;
font-weight: 400; }
.table-cart > tbody > tr > td,
.table-cart > tbody > tr > th,
.table-cart > tfoot > tr > td,
.table-cart > tfoot > tr > th,
.table-cart > thead > tr > td,
.table-cart > thead > tr > th {
border-color: rgba(243, 243, 243, 0.7);
vertical-align: middle; }
.table-cart > tbody > tr > td {
padding: 1rem 0 !important; }
.table-cart .cart-item-img {
width: 120px; }
.table-cart .cart-item-img img {
width: 100%; }
.table-cart .cart-item-content {
vertical-align: middle;
width: 70%; }
.table-cart .cart-item-content .cart-item-title {
font-weight: 500;
font-size: 1rem;
color: #2b2b2c; }
.table-cart .cart-item-content .cart-item-title:hover {
color: #24142F; }
.table-cart .cart-item-content .label-quantity {
color: #818a91;
font-weight: 400;
font-size: 0.875rem; }
.table-cart .cart-item-content .label-value {
font-weight: 600; }
.table-cart .cart-item-unit-price {
vertical-align: middle;
font-size: 18px; }
.table-cart .cart-item-price {
width: 20%;
vertical-align: middle;
text-align: right; }
.table-cart .cart-item-price > .price {
font-weight: 600;
font-size: 1.25rem;
display: block;
color: #2b2b2c; }
.table-cart .cart-item-price > .price.discount {
font-weight: 500;
font-size: 0.875rem;
text-decoration: line-through;
color: #ff3b30;
margin-top: 8px; }
.table-cart .cart-item-price > .price.savings {
font-weight: 400;
font-size: 0.75rem; }
.table-cart .cart-item-count {
vertical-align: middle; }
.table-cart .label-subtotal {
padding-top: 15px;
text-align: center;
font-size: 14px;
text-transform: uppercase; }
.table-cart .table-cart-footer {
padding: 15px;
border-top: 1px solid rgba(243, 243, 243, 0.7); }
.table-cart .cart-items {
display: block;
padding: 15px;
font-size: 14px;
font-weight: 500;
background: #eee;
color: #ccc;
border-bottom: 1px solid #ccc; }
.dropdown-cart-wrapper {
min-width: 260px; }
.dropdown-cart {
min-width: 400px;
padding: 0 1rem; }
.dropdown-cart .table {
margin: 0; }
.dropdown-cart-header {
padding: 1rem;
border-bottom: 1px solid #f9f9f9; }
.dropdown-cart-header .heading {
margin: 0; }
.dropdown-cart-header .dropdown-cart-header-count {
color: #818a91;
margin-left: 5px; }
.dropdown-cart .table-cart > tbody > tr:first-child > td {
border-top: 0; }
.dropdown-cart .cart-item-img {
width: 60px; }
.dropdown-cart .cart-item-content .cart-item-title {
color: #666;
font-size: 0.875rem; }
.dropdown-cart .cart-item-content .label-quantity {
color: #818a91; }
.dropdown-cart .cart-item-content .label-value {
font-weight: 600; }
.dropdown-cart .cart-item-price > span {
font-weight: 600; }
.dropdown-cart-footer {
padding: 1rem;
border-top: 1px solid #f9f9f9; }
.dropdown-cart-footer-subtotal {
padding: 1rem;
border-top: 1px solid #f9f9f9; }
.navbar-dropdown--inverse .dropdown-cart .table > tbody > tr > td,
.navbar-dropdown--inverse .dropdown-cart .table > tbody > tr > th,
.navbar-dropdown--inverse .dropdown-cart .table > tfoot > tr > td,
.navbar-dropdown--inverse .dropdown-cart .table > tfoot > tr > th,
.navbar-dropdown--inverse .dropdown-cart .table > thead > tr > td,
.navbar-dropdown--inverse .dropdown-cart .table > thead > tr > th {
border-color: rgba(30, 30, 30, 0.7); }
.navbar-dropdown--inverse .dropdown-cart-header {
border-bottom: 1px solid rgba(30, 30, 30, 0.7); }
.navbar-dropdown--inverse .dropdown-cart-header .heading,
.navbar-dropdown--inverse .dropdown-cart-header .dropdown-cart-header-count {
color: #eceeef; }
.navbar-dropdown--inverse .dropdown-cart .cart-item-content .cart-item-title {
color: rgba(255, 255, 255, 0.5); }
.navbar-dropdown--inverse .dropdown-cart .cart-item-content .label-quantity {
color: #818a91; }
.navbar-dropdown--inverse .dropdown-cart-footer {
border-top: 1px solid rgba(30, 30, 30, 0.7); }
.navbar-dropdown--inverse .dropdown-cart-footer-subtotal {
border-top: 1px solid rgba(30, 30, 30, 0.7); }
.table-inner-well {
padding: 15px; }
.table-inner-well > thead > tr > th {
padding: 12px 0;
border: 0;
font-weight: 600; }
.table-inner-well > tbody > tr > td {
padding: 1rem 0;
border-bottom: 1px solid rgba(243, 243, 243, 0.7);
vertical-align: middle; }
.table-inner-well > tbody > tr:last-child > td {
border: 0; }
.table-inner-well > tbody > tr.tr-sm > td {
padding: 0.625rem 0; }
.table-inner-well .label-count {
color: #818a91;
font-weight: 600; }
.tab-body {
padding: 15px; }
.tabbable-panel {
border: 1px solid rgba(0, 0, 0, 0.125);
padding: 10px; }
.tabs.tabs--centered > .nav {
text-align: center; }
.tabs.tabs--centered > .nav > li {
float: none;
display: inline-block; }
.nav-tab-image-wrapper:hover {
cursor: pointer; }
.nav-tab-image-wrapper .nav-tab-image {
display: block;
width: 96px;
height: 96px;
margin: auto;
border: 2px solid #e0eded; }
.nav-tab-image-wrapper:hover .nav-tab-image {
border-color: #24142F; }
.nav-tab-image-wrapper .nav-tab-image img {
width: 100%; }
.nav-tab-image-wrapper .nav-tab-image-title {
padding-top: 10px;
padding-bottom: 10px;
display: block;
font-weight: 600;
color: #111111;
font-size: 1rem;
font-family: "Roboto", sans-serif; }
.nav-tab-image-wrapper:hover .nav-tab-image-title {
color: #24142F; }
@media (max-width: 991px) {
.tabs .nav-pills.nav-pills--rounded > li {
display: block;
margin-bottom: 5px; } }
@media (min-width: 992px) {
.tabs .nav-pills.nav-pills--rounded {
padding: 0 50px; }
.tabs .nav-pills.nav-pills--rounded > li > a {
min-width: 200px;
background: transparent;
border: 0;
padding: 0;
position: relative; }
.tabs .nav-pills.nav-pills--rounded > li:last-child > a {
min-width: auto; }
.tabs .nav-pills.nav-pills--rounded > li > a:before {
content: "";
position: relative;
display: block;
top: 40px;
height: 1px;
margin-left: 105px;
margin-right: 0;
background: #f6f6f6;
z-index: 0; }
.tabs .nav-pills.nav-pills--rounded > li:last-child > a:before {
background: transparent; }
.tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill {
position: relative;
display: block;
width: 100px;
height: 100px; }
.tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-circle {
position: relative;
display: block;
width: 80px;
height: 80px;
line-height: 80px;
margin: auto;
text-align: center;
border-radius: 100%;
background: #eee;
color: #2b2b2c;
font-size: 16px;
font-weight: 600;
font-family: "Roboto", sans-serif;
z-index: 10; }
.tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-circle > i {
display: block;
width: 80px;
height: 80px;
line-height: 80px;
font-size: 40px; }
.tabs .nav-pills.nav-pills--rounded .active .nav-pill .nav-pill-circle {
background: #24142F;
color: #FFF; }
.tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-text {
display: block;
margin: 10px 0 20px 0;
color: #818a91;
font-size: 13px; } }
.tabs--style-1 .tab-content {
background-color: #FFF;
border: 1px solid rgba(0, 0, 0, 0.125); }
.tabs--style-1 .tab-pane {
border: 0; }
.tabs--style-1 .nav-tabs {
border: 0; }
.tabs--style-1 .nav-tabs > li {
margin-right: 5px; }
.tabs--style-1 .nav-tabs > li > a {
border-radius: 0;
margin: 0;
text-align: center;
background-color: #FFF;
border-left: 0;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
padding: 18px 32px;
display: table;
width: 100%;
border: 1px solid #f1f1f1;
color: #000;
font-size: 13px;
font-family: "Roboto", sans-serif;
position: relative; }
.tabs--style-1 .nav-tabs > li > a:hover {
background: #24142F;
color: #FFF; }
.tabs--style-1 .nav-tabs > li.active > a {
border: 1px solid #24142F;
background: #24142F; }
.tabs--style-1 .nav-tabs > li.active:first-child > a {
border-left: 1px solid #24142F; }
.tabs--style-1 .nav-tabs > li.active > a {
color: #24142F; }
.tabs--style-1 .nav-tabs > li.active > a,
.tabs--style-1 .nav-tabs > li.active > a:focus,
.tabs--style-1 .nav-tabs > li.active > a:hover {
background: #24142F;
color: #FFF; }
.tabs--style-1 .tab-content {
margin-top: 5px;
border: 1px solid #f1f1f1; }
.tabs--style-2 .nav-tabs {
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
padding: 0 20px;
margin: 0; }
.tabs--style-2 .nav-tabs .nav-item {
margin-right: 2rem; }
.tabs--style-2 .nav-tabs .nav-item:last-child {
margin-right: 0; }
.tabs--style-2 .nav-tabs .nav-link {
border: 0;
border-bottom: 1px solid transparent;
margin-right: 0;
color: #2b2b2c;
padding: 1rem 0;
font-size: 0.875rem;
font-family: "Roboto", sans-serif; }
.tabs--style-2 > .nav-tabs > li > a > i {
color: #a6a6a6; }
.tabs--style-2 .nav-tabs .nav-item.show .nav-link,
.tabs--style-2 .nav-tabs .nav-link.active,
.tabs--style-2 .nav-tabs .nav-link:hover {
border-bottom: 1px solid #24142F;
background: transparent !important;
color: #24142F; }
.tabs--style-2 > .nav-tabs > li.show > a > i,
.tabs--style-2 > .nav-tabs > li:hover > a > i {
color: #a6a6a6; }
.tabs--style-2 > .nav-tabs > li.open .dropdown-menu,
.tabs--style-2 > .nav-tabs > li:hover .dropdown-menu {
margin-top: 0; }
.tabs--style-2 > .nav-tabs > li.active > a > i {
color: #24142F; }
.tabs--style-2 > .tab-content {
margin-top: 0;
border: 0;
border-top: 0;
padding: 15px 0; }
.tabs--style-2.tabs--centered > .tab-content {
border-top: 0;
padding-top: 20px; }
.timeline-group:after {
content: "";
display: table;
clear: both; }
.timeline-item {
position: relative; }
.timeline-item:before {
content: "";
position: absolute;
width: 3px;
background: #e0eded;
top: 0;
left: 17px;
bottom: 0; }
.timeline-item:last-child:before {
background: transparent; }
.timeline-item.first:before {
top: 30px; }
.timeline-item .timeline-info {
min-height: 100%;
padding: 0 20px 30px 40px; }
.timeline-item.first .timeline-info {
padding-top: 20px; }
@media screen and (min-width: 760px) {
.timeline-item .timeline-info {
float: left;
width: 100%; } }
.timeline-item .timeline-info .date {
position: relative;
font-size: 0.875rem;
color: #818a91;
margin-bottom: 10px; }
.timeline-item .timeline-info .date:before {
content: "";
position: absolute;
width: 13px;
height: 13px;
border-radius: 50%;
border: 2px solid #e0eded;
background: #fff;
left: -28px;
top: 0; }
.timeline-item .timeline-info .timeline-title {
margin: 0;
padding: 0;
font-size: 1rem;
color: #2b2b2c;
font-weight: 500; }
.timeline-item .timeline-info .timeline-subtitle {
margin: 0;
padding: 0;
font-size: 0.875rem;
font-weight: 300;
color: #818a91; }
.timeline-item .timeline-info .description {
color: #818a91; }
.timeline-item .timeline-info .meta {
color: black;
margin-top: 10px; }
.timeline-item .timeline-info .meta p {
margin: 0; }
.content .timeline-item .portfolio-image {
padding: 20px;
background: white;
border-left: 1px solid #dedede;
text-align: center; }
@media screen and (min-width: 760px) {
.content .timeline-item .portfolio-image {
float: left;
width: 70%; } }
.content .timeline-item .portfolio-image img {
width: 100%;
max-width: 610px;
height: auto; }
.content .timeline-item .portfolio-image div.loading img {
width: auto;
height: auto; }
.content div.loading {
color: #c4c4c4;
position: absolute;
width: 100px;
bottom: 15px;
left: 50%;
margin-left: -50px; }
.content div.loading img {
vertical-align: middle; }
.content div.loading img.rotate {
-webkit-animation-name: rotate;
-ms-animation-name: rotate;
animation-name: rotate;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-ms-animation-timing-function: linear;
animation-timing-function: linear; }
.well {
border-radius: 0.25rem;
background: #eceeef;
border-color: #818a91;
-webkit-box-shadow: none;
box-shadow: none; }
.widget {
margin-bottom: 2rem; }
.view {
width: 100%;
overflow: hidden;
position: relative;
text-align: center;
cursor: default; }
.view--rounded {
border-radius: 0.25rem; }
.view--circle {
border-radius: 100%; }
.view--circle img {
border-radius: 100% !important; }
.view .content,
.view .mask {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
top: 0;
left: 0; }
.view .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0; }
.view:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1; }
.view img {
max-width: 100%;
display: block;
position: relative; }
.view h2 {
text-align: center;
position: relative;
padding: 10px;
background: rgba(222, 27, 27, 0.8);
color: #FFF;
margin: 20px 0 0;
font-size: 1.125rem;
font-weight: 500; }
.view p {
font-size: 0.875rem;
position: relative;
color: #fff;
padding: 10px 20px 20px;
text-align: center; }
.view 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; }
.view a.info:hover {
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000; }
.view .view-buttons {
position: absolute;
width: 100%;
height: 100%;
display: table; }
.view .view-buttons-inner {
display: table-cell;
vertical-align: middle;
padding: 1rem; }
.view .view-buttons .icon {
font-size: 32px; }
/* EFFECT 1 */
.view-first img {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear; }
.view-first .mask {
-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; }
.view-first h2 {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.view-first p {
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear; }
.view-first:hover img {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1); }
.view-first a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.view-first:hover a.info,
.view-first:hover h2,
.view-first:hover p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px); }
.view-first:hover p {
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
transition-delay: 0.1s; }
.view-first:hover a.info {
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s; }
/* EFFECT 2 */
.view-second img {
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-o-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out; }
.view-second .mask {
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0; }
.view-second h2 {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0; }
.view-second p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear; }
.view-second a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear; }
.view-second:hover img {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5); }
.view-second:hover a.info,
.view-second:hover h2,
.view-second:hover p {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1; }
/* EFFECT 3 */
.view-third img {
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
transition: all 0.2s ease-in; }
.view-third .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: translate(460px, -100px) rotate(180deg);
-moz-transform: translate(460px, -100px) rotate(180deg);
-o-transform: translate(460px, -100px) rotate(180deg);
-ms-transform: translate(460px, -100px) rotate(180deg);
transform: translate(460px, -100px) rotate(180deg);
-webkit-transition: all 0.2s 0.4s ease-in-out;
-moz-transition: all 0.2s 0.4s ease-in-out;
-o-transition: all 0.2s 0.4s ease-in-out;
-ms-transition: all 0.2s 0.4s ease-in-out;
transition: all 0.2s 0.4s ease-in-out; }
.view-third h2 {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.view-third p {
-webkit-transform: translateX(300px) rotate(90deg);
-moz-transform: translateX(300px) rotate(90deg);
-o-transform: translateX(300px) rotate(90deg);
-ms-transform: translateX(300px) rotate(90deg);
transform: translateX(300px) rotate(90deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.view-third a.info {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.view-third:hover .mask {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.view-third:hover h2 {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s; }
.view-third:hover p {
-webkit-transform: translateX(0px) rotate(0deg);
-moz-transform: translateX(0px) rotate(0deg);
-o-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s; }
.view-third:hover a.info {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s; }
/* EFFECT 4 */
.view-fourth img {
-webkit-transition: all 0.4s ease-in-out 0.2s;
-moz-transition: all 0.4s ease-in-out 0.2s;
-o-transition: all 0.4s ease-in-out 0.2s;
-ms-transition: all 0.4s ease-in-out 0.2s;
transition: all 0.4s ease-in-out 0.2s;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1; }
.view-fourth .mask {
background-color: black;
-webkit-transform: scale(0) rotate(-180deg);
-moz-transform: scale(0) rotate(-180deg);
-o-transform: scale(0) rotate(-180deg);
-ms-transform: scale(0) rotate(-180deg);
transform: scale(0) rotate(-180deg);
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.view-fourth h2 {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.view-fourth p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.view-fourth a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.view-fourth:hover .mask {
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
-o-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s; }
.view-fourth:hover img {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s; }
.view-fourth:hover a.info,
.view-fourth:hover h2,
.view-fourth:hover p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s; }
/* EFFECT 5 */
.view-fifth img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.view-fifth .mask {
background-color: black;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-o-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.view-fifth h2 {
background: #24142F; }
.view-fifth p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear; }
.view-fifth:hover .mask {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px); }
.view-fifth:hover img {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-o-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
.view-fifth:hover p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1; }
/* EFFECT 6 */
.view-sixth .mask {
top: -200px;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.3s ease-out 0.5s;
-moz-transition: all 0.3s ease-out 0.5s;
-o-transition: all 0.3s ease-out 0.5s;
-ms-transition: all 0.3s ease-out 0.5s;
transition: all 0.3s ease-out 0.5s; }
.view-sixth h2 {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out 0.1s;
-moz-transition: all 0.2s ease-in-out 0.1s;
-o-transition: all 0.2s ease-in-out 0.1s;
-ms-transition: all 0.2s ease-in-out 0.1s;
transition: all 0.2s ease-in-out 0.1s; }
.view-sixth p {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out 0.2s;
-moz-transition: all 0.2s ease-in-out 0.2s;
-o-transition: all 0.2s ease-in-out 0.2s;
-ms-transition: all 0.2s ease-in-out 0.2s;
transition: all 0.2s ease-in-out 0.2s; }
.view-sixth a.info {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out 0.3s;
-moz-transition: all 0.2s ease-in-out 0.3s;
-o-transition: all 0.2s ease-in-out 0.3s;
-ms-transition: all 0.2s ease-in-out 0.3s;
transition: all 0.2s ease-in-out 0.3s; }
.view-sixth:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
top: 0;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
-webkit-animation: bounceY 0.9s linear;
-moz-animation: bounceY 0.9s linear;
-ms-animation: bounceY 0.9s linear;
animation: bounceY 0.9s linear; }
.view-sixth:hover h2 {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s; }
.view-sixth:hover p {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s; }
.view-sixth:hover a.info {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s; }
@keyframes bounceY {
0% {
transform: translateY(-205px); }
40% {
transform: translateY(-100px); }
65% {
transform: translateY(-52px); }
82% {
transform: translateY(-25px); }
92% {
transform: translateY(-12px); }
100%,
55%,
75%,
87%,
97% {
transform: translateY(0px); } }
@-moz-keyframes bounceY {
0% {
-moz-transform: translateY(-205px); }
40% {
-moz-transform: translateY(-100px); }
65% {
-moz-transform: translateY(-52px); }
82% {
-moz-transform: translateY(-25px); }
92% {
-moz-transform: translateY(-12px); }
100%,
55%,
75%,
87%,
97% {
-moz-transform: translateY(0px); } }
@-webkit-keyframes bounceY {
0% {
-webkit-transform: translateY(-205px); }
40% {
-webkit-transform: translateY(-100px); }
65% {
-webkit-transform: translateY(-52px); }
82% {
-webkit-transform: translateY(-25px); }
92% {
-webkit-transform: translateY(-12px); }
100%,
55%,
75%,
87%,
97% {
-webkit-transform: translateY(0px); } }
/* PROFILE PAGES */
.profile-picture-wrapper {
position: relative; }
.profile-picture img {
max-width: 100%; }
.profile-picture.profile-picture--style-1 {
padding: 1rem 1rem 0; }
.profile-picture.profile-picture--style-1 img {
border-radius: 0.25rem; }
.profile-picture .btn-aux {
display: none;
width: 40px;
height: 40px;
border-radius: 40px;
line-height: 40px;
text-align: center;
position: absolute;
top: 35px;
right: 50px;
background: rgba(0, 0, 0, 0.8);
color: #ccc; }
.profile-picture:hover .btn-aux {
display: block; }
.profile-picture.btn-aux:hover {
background: #24142F;
color: #FFF; }
.profile-picture.profile-picture--style-2 {
margin: 0 auto;
width: 200px;
position: relative; }
.profile-picture.profile-picture--style-2 img {
border-radius: 100%;
margin-top: 30px;
border: 10px solid rgba(255, 255, 255, 0.1); }
.profile-picture.profile-picture--style-2 .btn-aux {
right: 10px;
top: 10px; }
.profile-details {
text-align: center;
margin-top: 20px; }
.profile-details .profile-name {
margin: 0;
padding: 0; }
.profile-details .profile-occupation {
margin: 12px 0 0;
padding: 0; }
.profile-details .profile-location {
margin: 2px 0 0;
padding: 0; }
.profile-connect {
text-align: center;
width: 100%;
margin: 1rem auto; }
.profile-stats {
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.3);
border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.profile-stats .stats-entry {
padding: 10px 0;
width: 50%;
border-right: 1px solid rgba(255, 255, 255, 0.3);
display: inline-block;
float: left; }
.profile-stats .stats-entry:last-child {
border-right: 0; }
.profile-stats .stats-entry .stats-count {
display: block;
font-weight: 500;
font-size: 1rem; }
.profile-stats .stats-entry .stats-label {
display: block;
font-weight: 300;
font-size: 0.75rem; }
.profile-useful-links:nth-child(n+2):not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.profile-useful-links .useful-links {
padding: 2rem; }
.profile-useful-links .useful-links a {
display: block;
margin-bottom: 10px;
font-size: 0.875rem; }
.profile-useful-links .useful-links a:last-child {
margin-bottom: 0; }
.profile-useful-links .useful-links a > i {
margin-right: 6px; }
.short-info {
margin-bottom: 1.5rem; }
.short-info:last-child {
margin: 0; }
.short-info .short-info-label {
padding: 0;
margin: 0;
display: block;
font-size: 0.75rem;
color: #818a91;
font-weight: 400; }
.short-info .short-info-title {
padding: 0;
margin: 0;
display: block;
font-size: 1rem;
color: #2b2b2c;
font-weight: 500; }
.short-info .short-info-subtitle {
padding: 0;
margin: 0;
display: block;
font-size: 1rem;
color: #818a91;
font-weight: 300; }
.short-info i {
font-size: 36px;
display: inline-block; }
.short-info .short-info-img {
width: 50px; }
.short-info .short-info-img img {
max-width: 100%;
border-radius: 100%; }
.short-info .short-info-offset {
display: inline-block;
padding-left: 16px;
margin-bottom: 15px;
position: relative; }
.short-info:last-child .short-info-offset {
margin-bottom: 0; }
.short-info .short-info-offset .btn {
position: relative;
float: right; }
/* SHOP DEFAULT - General styling for shop sections */
.shop-default-wrapper #divProductList {
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out; }
.shop-default-wrapper .shop-grid-section-header {
height: 62px;
padding: 15px;
border-bottom: 1px solid #e0eded; }
.shop-default-wrapper .shop-grid-section-header .shop-grid-section-title {
margin: 0;
padding: 0 1rem;
font-size: 1rem;
font-family: "Roboto", sans-serif;
font-weight: 600;
color: #111111; }
.shop-default-wrapper .shop-grid-section-footer {
padding: 15px; }
.shop-default-wrapper .btn-view-mode {
font-size: 20px;
line-height: 1.6;
margin-right: 0;
color: #eceeef; }
.shop-default-wrapper .btn-view-mode.active {
color: #2b2b2c; }
.shop-default-wrapper .aux-text {
display: inline-block;
font-family: "Roboto", sans-serif;
font-weight: 600;
font-size: 0.875rem;
color: #2b2b2c; }
.shop-default-wrapper .btn-reset-filters {
font-weight: 400; }
.shop-default-wrapper .btn-reset-filters > i {
margin-right: 5px;
font-size: 13px; }
.shop-default-wrapper .product .price-wrapper .price {
font-size: 32px;
color: #2b2b2c; }
.shop-default-wrapper .product .price-wrapper .price sup {
font-size: 16px;
top: -1em;
font-weight: 400; }
.shop-default-wrapper .product .price-wrapper .price .price-value {
margin: 0 3px; }
.shop-default-wrapper .product .price-wrapper .price.discount {
text-decoration: none;
margin-right: 8px; }
.shop-default-wrapper .product .price-wrapper .price.discount .price-value {
margin: 0 1px;
font-weight: 400;
font-size: 24px;
text-decoration: line-through; }
.shop-default-wrapper .product .price-wrapper .price.discount sup {
font-size: 14px; }
.shop-default-wrapper .product .price-wrapper .price.discount sup.price-value-dec {
text-decoration: line-through; }
.shop-default-wrapper .product .product-colors {
margin-top: 12px;
text-align: center;
min-height: 44px; }
.shop-default-wrapper .product .product-colors .product-colors-label {
display: block;
margin-bottom: 4px;
text-transform: uppercase;
color: #2b2b2c;
font-size: 0.75rem;
font-weight: 500; }
.shop-default-wrapper .product .product-colors .color-switch a {
display: inline-block;
float: none !important;
width: 16px;
height: 16px;
margin-right: 3px;
margin-bottom: 0;
border-radius: 0.25rem; }
.shop-default-wrapper .product .product-actions {
opacity: 0;
width: 42px;
position: absolute;
left: 15px;
bottom: 20px; }
.shop-default-wrapper .product .product-actions.in {
opacity: 1; }
.shop-default-wrapper .product .product-actions .btn-product-action {
display: block;
width: 100%;
height: 38px;
line-height: 38px;
margin-bottom: 6px;
border: 0;
border-radius: 38px;
background: #eceeef;
color: #2b2b2c;
font-size: 18px;
outline: 0; }
.shop-default-wrapper .product .product-actions .btn-product-action:hover {
background: #24142F;
color: #FFF;
border-color: #24242D; }
.shop-default-wrapper .product .product-actions .btn-product-action:active {
border-color: transparent; }
.shop-default-wrapper .product .product-actions.animated {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-ms-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s; }
.shop-default-wrapper .filter-sidebar {
padding: 30px; }
.shop-default-wrapper .filter-sidebar .filter-checkbox .checkbox {
margin-bottom: 15px; }
.shop-default-wrapper .filter-sidebar .filter-checkbox .checkbox label {
padding-left: 10px; }
.shop-default-wrapper .product figure {
border: 0; }
.shop-default-wrapper .product .switch-on-hover img {
display: none;
opacity: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out; }
.shop-default-wrapper .product .switch-on-hover img.img-primary {
display: block;
opacity: 1; }
.shop-default-wrapper .product:hover .switch-on-hover img {
display: block;
opacity: 1; }
.shop-default-wrapper .product:hover .switch-on-hover img.img-primary {
display: none;
opacity: 0; }
/* SHOP CARDS */
.shop-cards-wrapper .product {
margin: 0;
padding: 1.5rem;
background: #fff; }
.shop-cards-wrapper .product.product--style-2 {
position: relative; }
.shop-cards-wrapper .product.product--style-2 .product-image {
display: inline-block;
float: left;
width: 40%; }
.shop-cards-wrapper .product.product--style-2 .product-content {
display: inline-block;
width: 60%; }
.shop-cards-wrapper .product.product--style-2 .product-content .product-info {
position: absolute;
right: 20px;
bottom: 12px; }
.shop-cards-wrapper .product.product--style-2 .product-content .product-info .price-wrapper {
display: block;
margin-bottom: 10px; }
.shop-cards-wrapper .product.product--style-2 .product-content .product-icon-btn {
display: inline-block;
margin-right: 10px;
font-size: 16px;
color: #2b2b2c;
font-weight: 500; }
.shop-cards-wrapper .product.product--style-2 .product-content .product-icon-btn.active {
color: #24142F; }
.shop-cards-wrapper .product.product--style-2 .product-content .product-icon-btn:last-child {
margin-right: 0; }
.shop-cards-wrapper .product.product--style-2 .product-content .product-icon-btn:hover {
color: #24142F; }
.shop-cards-wrapper .product .product-title,
.shop-cards-wrapper .product .product-title a {
color: #2b2b2c; }
.shop-cards-wrapper .product .product-description {
color: #818a91;
font-size: 0.875rem;
line-height: 1.6; }
.shop-cards-wrapper .product .product-long-description {
max-width: 360px;
margin: 0 auto; }
.shop-cards-wrapper.shop-tech-wrapper .product-buttons .btn-cart {
font-size: 0.625rem !important;
padding: 0.625rem 0.875rem !important; }
.shop-cards-wrapper.shop-tech-wrapper .product-buttons .btn-icon {
text-align: center;
font-size: 20px;
padding: 2px;
color: #55595c;
border: 0; }
.shop-cards-wrapper.shop-tech-wrapper .product-buttons .btn-icon:hover,
.shop-cards-wrapper.shop-tech-wrapper .product-buttons .btn-icon.active {
color: #24142F; }
.shop-cards-wrapper .product .price-wrapper .price-sm {
font-size: 24px; }
.shop-cards-wrapper .product .price-wrapper .price-sm.discount .price-value {
font-size: 1rem;
font-weight: 600; }
.shop-grid-wrapper .product {
margin: 0;
padding: 1.5rem; }
/* SHOP MINIMALIST */
.shop-minimalist-wrapper .product {
border: 0;
background: #eee; }
.shop-minimalist-wrapper .product .product-image {
padding: 30px; }
.shop-minimalist-wrapper .product .product-image .mask {
border-radius: 0.25rem; }
.shop-minimalist-wrapper .product .product-image .product-title {
color: white;
font-size: 1rem;
font-weight: 600;
text-transform: none;
margin: 30px 0; }
.shop-minimalist-wrapper .product .product-image .product-price-wrapper {
position: absolute;
bottom: 30px;
left: 0;
width: 100%; }
.shop-minimalist-wrapper .product .product-image .product-price {
font-weight: 400;
color: white; }
.shop-minimalist-wrapper .product .product-image .product-price .price-value {
font-size: 24px; }
.shop-minimalist-wrapper .product .product-image .product-price.discount {
padding: 7px 0 0;
margin-right: 4px;
font-size: 0.875rem;
font-weight: 400;
color: #ff3b30;
text-decoration: line-through; }
/* PRODUCT RIBBONS */
.product-ribbon {
position: absolute;
top: 15px; }
.product-ribbon.product-ribbon-left {
left: 15px; }
.product-ribbon.product-ribbon-right {
right: 15px; }
.product-ribbon.no-space {
top: 0; }
.product-ribbon.no-space.product-ribbon-left {
left: 0; }
.product-ribbon.no-space.product-ribbon-right {
right: 0; }
.product-ribbon.product-ribbon--style-1 {
width: 48px;
height: 48px;
border-radius: 100%;
text-align: center;
line-height: 48px;
font-size: 11px;
z-index: 200; }
/* SHOP - SWIPER CONTAINER */
.product-swiper-container {
position: relative;
padding-top: 20px; }
.product-swiper-container .swiper-slide img {
max-width: 100%; }
.product-swiper-container .swiper-pagination {
top: 0;
bottom: auto;
text-align: left; }
/* PRODUCT DESCRIPTION */
.product-description-wrapper .product-title {
margin: 0;
padding: 0;
font-size: 1.25rem;
font-weight: 600;
font-family: "Roboto", sans-serif;
color: #2b2b2c; }
.product-description-wrapper .product-category-label {
margin: 0 0 20px;
padding: 0;
font-weight: 400;
color: #818a91; }
.product-description-wrapper .product-short-text {
margin: 16px 0; }
.product-description-wrapper .product-price {
margin: 16px 0;
font-size: 36px;
font-weight: 400;
color: #2b2b2c; }
.product-description-wrapper .product-price.discount {
padding: 7px 0 0;
margin-right: 4px;
font-size: 0.875rem;
font-weight: 400;
color: #ff3b30;
text-decoration: line-through; }
.product-description-wrapper .product-short-info {
margin: 30px 0; }
.product-description-wrapper .product-short-info span {
display: block;
padding: 4px; }
.product-description-wrapper .product-short-info strong {
font-weight: 500;
color: #818a91;
margin-right: 5px; }
.product-description-wrapper .product-quantity .btn-cart,
.product-description-wrapper .product-quantity .btn-wishlist {
height: 60px;
margin-left: 15px; }
/* PLUS - MINUS CONTROL */
.spinner {
width: 100px; }
.spinner input {
text-align: right;
padding: 16px 20px;
height: 61px;
border: 0;
text-align: center;
background: #f3f3f3; }
.input-group-btn-vertical {
position: relative;
white-space: nowrap;
width: 1%;
vertical-align: middle;
display: table-cell; }
.input-group-btn-vertical > .btn {
outline: 0 !important;
display: block;
float: none;
width: 100%;
max-width: 100%;
height: 31px;
width: 30px;
border: 2px solid #f3f3f3;
text-align: center;
margin-left: -2px;
position: relative;
border-radius: 0; }
.input-group-btn-vertical > .btn:active,
.input-group-btn-vertical > .btn:focus {
outline: 0 !important; }
.input-group-btn-vertical > .btn:hover {
background-color: #24142F;
color: #FFF; }
.input-group-btn-vertical > .btn:first-child {
border-top-right-radius: 2px; }
.input-group-btn-vertical > .btn:last-child {
margin-top: -2px;
border-bottom-right-radius: 2px; }
.input-group-btn-vertical i {
position: absolute;
top: 50%;
left: 50%;
margin-top: -4.5px;
margin-left: -4.5px;
font-size: 9px; }
.input-group-btn-vertical i.icon {
font-size: 14px;
margin-top: -9px;
margin-left: -3px; }
.c-base-1 {
color: #24142F !important; }
.c-base-2 {
color: #292f36 !important; }
.c-base-3 {
color: #818a91 !important; }
.c-base-4 {
color: #2B2B2B !important; }
.c-base-5 {
color: #FFF !important; }
.c-base-text-1 {
color: #FFF; }
.c-base-text-2 {
color: #FFF; }
.c-base-text-3 {
color: rgba(255, 255, 255, 0.9); }
.c-base-text-4 {
color: #FFF; }
.c-base-text-5 {
color: #0A0814; }
.c-gray-dark {
color: #2b2b2c !important; }
.c-gray {
color: #55595c !important; }
.c-gray-light {
color: #818a91 !important; }
.c-gray-lighter {
color: #eceeef !important; }
.c-gray-lightest {
color: #f7f7f9 !important; }
.c-black {
color: #000000 !important; }
.c-white {
color: white !important; }
.c-blue {
color: #007aff !important; }
.c-teal-blue {
color: #5ac8fa !important; }
.c-green {
color: #4cd964 !important; }
.c-red {
color: #ff3b30 !important; }
.c-pink {
color: #ff2d55 !important; }
.c-orange {
color: #ff9500 !important; }
.c-yellow {
color: #ffcc00 !important; }
.c-purple {
color: #5856d6 !important; }
.c-twitter {
color: #1da1f2; }
.c-facebook {
color: #3b5998; }
.c-instagram {
color: #e1306c; }
.c-skype {
color: #00aff0; }
.no-bg {
background: transparent !important; }
.bg-base-1 {
background-color: #24142F !important;
color: #FFF !important; }
.bg-base-1 .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
color: #FFF !important; }
.bg-base-2 {
background-color: #292f36 !important;
color: #FFF !important; }
.bg-base-2 .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
color: #FFF !important; }
.bg-base-3 {
background-color: #818a91;
color: rgba(255, 255, 255, 0.9); }
.bg-base-3 .heading,
.bg-base-3 a:not(.btn) {
color: rgba(255, 255, 255, 0.9) !important; }
.bg-base-4 {
background-color: #2B2B2B;
color: #FFF; }
.bg-base-4 .heading,
.bg-base-4 a:not(.btn) {
color: #FFF !important; }
.bg-base-5 {
background-color: #FFF;
color: #0A0814; }
.bg-base-5 .heading,
.bg-base-5 a:not(.btn) {
color: #0A0814 !important; }
.bg-white {
background-color: white;
color: #333; }
.bg-gray-dark {
background-color: #2b2b2c;
color: #eceeef; }
.bg-gray-dark *:not(.btn) {
color: #eceeef !important; }
.bg-gray-light {
background-color: #818a91;
color: #2b2b2c; }
.bg-gray-light *:not(.btn) {
color: #2b2b2c !important; }
.bg-gray-lighter {
background-color: #eceeef;
color: #2b2b2c; }
.bg-gray-lighter *:not(.btn) {
color: #2b2b2c !important; }
.bg-black {
background-color: #000000;
color: #FFF; }
.block-rainbow.bg-black *:not(.btn),
.bg-black .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
color: #FFF; }
.bg-space-gray {
background-color: #282d33;
color: #FFF; }
.bg-space-gray *:not(.btn) {
color: #FFF !important; }
.bg-blue {
background-color: #007aff !important;
color: #FFF; }
.bg-blue *:not(.btn) {
color: #FFF !important; }
.bg-teal-blue {
background-color: #5ac8fa !important;
color: #FFF; }
.bg-teal-blue *:not(.btn) {
color: #FFF !important; }
.bg-green {
background-color: #4cd964 !important;
color: #FFF; }
.bg-green *:not(.btn) {
color: #FFF !important; }
.bg-red {
background-color: #ff3b30 !important;
color: #FFF; }
.bg-red *:not(.btn) {
color: #FFF !important; }
.bg-pink {
background-color: #ff2d55 !important;
color: #FFF; }
.bg-pink *:not(.btn) {
color: #FFF !important; }
.bg-orange {
background-color: #ff9500 !important;
color: #FFF; }
.bg-orange *:not(.btn) {
color: #FFF !important; }
.bg-yellow {
background-color: #ffcc00 !important;
color: #FFF; }
.bg-yellow *:not(.btn) {
color: #FFF !important; }
.bg-purple {
background-color: #5856d6 !important;
color: #FFF; }
.bg-purple *:not(.btn) {
color: #FFF !important; }
.sct-color-1 {
background-color: #FFF; }
.sct-color-2 {
background-color: #fcfcfc; }
.sct-color-3 {
background-color: #282d33; }
.sct-color-3 .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
color: #d7d2cc; }
.sct-color-4 {
background-color: #121416; }
.sct-color-4 .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
color: #edebe9; }
.bg-gradient-1, .mask-gradient-1--style-1, .mask-gradient-1--style-2 {
background: linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
background: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
border-image: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%); }
.bg-gradient-blue-pink {
background-color: #E55D87;
background-color: -webkit-linear-gradient(to left, #E55D87, #5FC3E4);
background-color: linear-gradient(to left, #E55D87, #5FC3E4); }
.bg-gradient-electric-red {
background-color: #D31027;
background-color: -webkit-linear-gradient(to left, #D31027, #EA384D);
background-color: linear-gradient(to left, #D31027, #EA384D); }
[class^="space-"] {
display: block; }
.space-xs-sm {
margin-bottom: 1.5rem; }
.space-xs-md {
margin-bottom: 2.5rem; }
.space-xs-lg {
margin-bottom: 3.5rem; }
.space-xs-xl {
margin-bottom: 4.5rem; }
@media (min-width: 768px) {
.space-sm-sm {
margin-bottom: 1.5rem; }
.space-sm-md {
margin-bottom: 2.5rem; }
.space-sm-lg {
margin-bottom: 3.5rem; }
.space-sm-xl {
margin-bottom: 4.5rem; } }
@media (min-width: 992px) {
.space-md-sm {
margin-bottom: 1.5rem; }
.space-md-md {
margin-bottom: 2.5rem; }
.space-md-lg {
margin-bottom: 3.5rem; }
.space-md-xl {
margin-bottom: 4.5rem; } }
@media (min-width: 1201px) {
.space-lg-sm {
margin-bottom: 1.5rem; }
.space-lg-md {
margin-bottom: 2.5rem; }
.space-lg-lg {
margin-bottom: 3.5rem; }
.space-lg-xl {
margin-bottom: 4.5rem; } }
@media (max-width: 767px) {
.space-xs-only-1 {
clear: both;
margin-bottom: 1rem; }
.space-xs-only-2 {
clear: both;
margin-bottom: 2rem; }
.space-xs-only-3 {
clear: both;
margin-bottom: 3rem; } }
@media (min-width: 768px) and (max-width: 991px) {
.space-sm-only-1 {
clear: both;
margin-bottom: 1rem; }
.space-sm-only-2 {
clear: both;
margin-bottom: 2rem; }
.space-sm-only-3 {
clear: both;
margin-bottom: 3rem; } }
@media (min-width: 992px) and (max-width: 1200px) {
.space-md-only-1 {
clear: both;
margin-bottom: 1rem; }
.space-md-only-2 {
clear: both;
margin-bottom: 2rem; }
.space-md-only-3 {
clear: both;
margin-bottom: 3rem; } }
@media (min-width: 1201px) {
.space-lg-only-1 {
clear: both;
margin-bottom: 1rem; }
.space-lg-only-2 {
clear: both;
margin-bottom: 2rem; }
.space-lg-only-3 {
clear: both;
margin-bottom: 3rem; } }
.no-margin {
margin: 0 !important; }
.mt-0 {
margin-top: 0 !important; }
@media (min-width: 992px) {
.mt--1 {
margin-top: -1rem !important; }
.mt--2 {
margin-top: -2rem !important; }
.mt--3 {
margin-top: -3rem !important; }
.mr--1 {
margin-right: -1rem !important; }
.mr--2 {
margin-right: -2rem !important; }
.mr--3 {
margin-right: -3rem !important; }
.mb--1 {
margin-bottom: -1rem !important; }
.mb--2 {
margin-bottom: -2rem !important; }
.mb--3 {
margin-bottom: -3rem !important; }
.ml--1 {
margin-left: -1rem !important; }
.ml--2 {
margin-left: -2rem !important; }
.ml--3 {
margin-left: -3rem !important; }
.mt-150 {
margin-top: 150px !important; }
.mb-150 {
margin-bottom: 150px !important; }
.mt-300 {
margin-top: 300px !important; }
.mb-300 {
margin-bottom: 300px !important; }
.mt--150 {
margin-top: -150px !important; }
.mb--150 {
margin-bottom: -150px !important; }
.mt--300 {
margin-top: -300px !important; }
.mb--300 {
margin-bottom: -300px !important; } }
.no-padding {
padding: 0 !important; }
.pt-0 {
padding-top: 0 !important; }
@media (min-width: 992px) {
.pb-150 {
padding-bottom: 150px; } }
.top-10vh {
top: 10vh; }
.text-uppercase {
text-transform: uppercase !important; }
.text-capitalize {
text-transform: capitalize !important; }
.text-normal {
text-transform: none !important; }
.text-line-through {
text-decoration: line-through; }
.text-underline {
text-decoration: underline; }
.font-blzee {
font-family: "Blzee", sans-serif !important; }
.font-custom-1 {
font-family: "Sue Ellen Francisco", sans-serif !important; }
.font-custom-2 {
font-family: "Pacifico", sans-serif !important; }
.font-custom-3 {
font-family: "YellowTail", sans-serif !important; }
.font-custom-4 {
font-family: "Slabo 27px", sans-serif !important; }
.no-border {
border: 0 !important; }
.b-xs-all {
border: 1px solid #e0eded; }
.b-xs-top {
border-top: 1px solid #e0eded; }
.b-xs-right {
border-right: 1px solid #e0eded; }
.b-xs-bottom {
border-bottom: 1px solid #e0eded; }
.b-xs-left {
border-left: 1px solid #e0eded; }
@media (min-width: 768px) {
.b-md-all {
border: 1px solid #e0eded; }
.b-md-top {
border-top: 1px solid #e0eded; }
.b-md-right {
border-right: 1px solid #e0eded; }
.b-md-bottom {
border-bottom: 1px solid #e0eded; }
.b-md-left {
border-left: 1px solid #e0eded; } }
@media (min-width: 992px) {
.b-lg-all {
border: 1px solid #e0eded; }
.b-lg-top {
border-top: 1px solid #e0eded; }
.b-lg-right {
border-right: 1px solid #e0eded; }
.b-lg-bottom {
border-bottom: 1px solid #e0eded; }
.b-lg-left {
border-left: 1px solid #e0eded; } }
.no-radius {
border-radius: 0 !important; }
.sct-shadow-top-1 {
background-image: url("../images/shadows/shadow-1.png");
background-repeat: no-repeat;
background-position: top center; }
.sct-shadow-bottom-1 {
background-image: url("../images/shadows/shadow-1.png");
background-repeat: no-repeat;
background-position: bottom center; }
.strong {
font-weight: bold !important; }
.strong-100 {
font-weight: 100 !important; }
.strong-200 {
font-weight: 200 !important; }
.strong-300 {
font-weight: 300 !important; }
.strong-400 {
font-weight: 400 !important; }
.strong-500 {
font-weight: 500 !important; }
.strong-600 {
font-weight: 600 !important; }
.strong-700 {
font-weight: 700 !important; }
/* LINE SPACING */
.ls-1 {
letter-spacing: 1px !important; }
.ls-2 {
letter-spacing: 2px !important; }
.ls-3 {
letter-spacing: 3px !important; }
.ls-4 {
letter-spacing: 4px !important; }
.ls-5 {
letter-spacing: 5px !important; }
.line-height-1_6 {
line-height: 1.6 !important; }
.line-height-1_8 {
line-height: 1.8 !important; }
.text-italic {
font-style: italic !important; }
.z-depth--removed {
border-width: 1px !important;
box-shadow: none !important; }
.z-depth-1:not(.btn),
.z-depth-1--hover:not(.btn):hover,
.z-depth-1-top:not(.btn),
.z-depth-1-top--hover:not(.btn):hover,
.z-depth-1-bottom:not(.btn),
.swiper-slide > .block--style-4-v1:not(.btn),
.z-depth-1-bottom--hover:not(.btn):hover,
.z-depth-2:not(.btn),
.z-depth-2--hover:not(.btn):hover,
.z-depth-2-top:not(.btn),
.z-depth-2-top--hover:not(.btn):hover,
.z-depth-2-bottom:not(.btn),
.z-depth-2-bottom--hover:not(.btn):hover,
.z-depth-3:not(.btn),
.z-depth-3--hover:not(.btn):hover,
.z-depth-3-top:not(.btn),
.z-depth-3-top--hover:not(.btn):hover,
.z-depth-3-bottom:not(.btn),
.z-depth-3-bottom--hover:not(.btn):hover,
.z-depth-4:not(.btn),
.z-depth-4--hover:not(.btn):hover,
.z-depth-4-top:not(.btn),
.z-depth-4-top--hover:not(.btn):hover,
.z-depth-4-bottom:not(.btn),
.z-depth-4-bottom--hover:not(.btn):hover,
.z-depth-5:not(.btn),
.z-depth-5--hover:not(.btn):hover,
.z-depth-5-top:not(.btn),
.z-depth-5-top--hover:not(.btn):hover,
.z-depth-5-bottom:not(.btn),
.z-depth-5-bottom--hover:not(.btn):hover {
border-width: 0 !important; }
.z-depth-0,
.z-depth-0--hover:hover {
box-shadow: none !important; }
.z-depth-1,
.z-depth-1--hover:hover {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); }
.z-depth-1-top,
.z-depth-1-top--hover:hover {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12); }
.z-depth-1-bottom, .swiper-slide > .block--style-4-v1,
.z-depth-1-bottom--hover:hover {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16); }
.z-depth-2,
.z-depth-2--hover:hover {
box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19); }
.z-depth-2-top,
.z-depth-2-top--hover:hover {
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19); }
.z-depth-2-bottom,
.z-depth-2-bottom--hover:hover {
box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2); }
.z-depth-3,
.z-depth-3--hover:hover {
box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19); }
.z-depth-3-top,
.z-depth-3-top--hover:hover {
box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19); }
.z-depth-3-bottom,
.z-depth-3-bottom--hover:hover {
box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24); }
.z-depth-4,
.z-depth-4--hover:hover {
box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 25px 55px rgba(0, 0, 0, 0.21); }
.z-depth-4-top,
.z-depth-4-top--hover:hover {
box-shadow: 0 25px 55px rgba(0, 0, 0, 0.21); }
.z-depth-4-bottom,
.z-depth-4-bottom--hover:hover {
box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22); }
.z-depth-5,
.z-depth-5--hover:hover {
box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2), 0 40px 77px rgba(0, 0, 0, 0.22); }
.z-depth-5-top,
.z-depth-5-top--hover:hover {
box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22); }
.z-depth-5-bottom,
.z-depth-5-bottom--hover:hover {
box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2); }
.rounded {
border-radius: 0.25rem; }
.img-center, .gallery-container .gallery-top .swiper-slide img, .gallery-container .gallery-thumbs .swiper-slide img, .product-swiper-container .swiper-slide img {
display: block;
margin-left: auto;
margin-right: auto; }
.img-circle {
border-radius: 50% !important; }
.relative {
position: relative; }
.overflow--visible {
overflow: visible !important; }
.overflow--hidden {
overflow: hidden !important; }
body {
background: #fff; }
.body-wrap {
position: relative;
z-index: 0;
background: #FFF; }
.body-wrap.body-boxed {
margin: 20px auto;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
.body-wrap.body-boxed--no-margin {
margin: 0 auto;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
.body-wrap:after,
.body-wrap:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: -1;
height: 260px; }
.body-wrap:after {
top: auto;
bottom: 0; }
@media (min-width: 1200px) {
.body-wrap.body-boxed {
width: 1230px; } }
@media (min-width: 992px) and (max-width: 1199px) {
.body-wrap.body-boxed {
width: 1000px; } }
.body-bg-1 {
background: url("../images/patterns/pattern-1.png");
background-repeat: repeat; }
.body-bg-2 {
background: url("../images/patterns/pattern-2.png");
background-repeat: repeat; }
.body-bg-3 {
background: url("../images/patterns/pattern-3.png");
background-repeat: repeat; }
.same-height {
min-height: 400px; }
.page-title {
position: relative; }
.page-title .breadcrumb {
display: inline-block;
background: transparent;
float: none;
padding: 0;
margin: 0; }
.page-title .breadcrumb li,
.page-title .breadcrumb li > a {
font-weight: 400;
font-size: 0.75rem;
text-transform: uppercase; }
.page-title .breadcrumb--style-1 li,
.page-title .breadcrumb--style-1 li a,
.page-title .breadcrumb--style-1 li a:hover,
.page-title .breadcrumb--style-1 li.active a {
color: #eceeef; }
.page-title .breadcrumb--style-2 li,
.page-title .breadcrumb--style-2 li a,
.page-title .breadcrumb--style-2 li a:hover,
.page-title .breadcrumb--style-2 li.active a {
color: #2b2b2c; }
.page-title-wrapper {
position: relative; }
.page-title-wrapper .page-title-scroll-down {
position: absolute;
bottom: -18px;
left: 50%;
margin-left: -18px;
display: block;
width: 36px;
height: 36px;
line-height: 28px;
text-align: center;
background-color: inherit;
border-radius: 100%;
color: #818a91;
font-size: 12px;
z-index: 100; }
.page-title.page-title--style-1 {
padding: 1.5rem 0;
background: #fcfcfc;
color: #333;
border-bottom: 1px solid #f2f2f2; }
.page-title.page-title--style-1 h2 {
margin: 0;
font-size: 1.25rem;
font-weight: 600;
line-height: 100%;
letter-spacing: 0;
color: #333; }
.page-title.page-title--style-1 .breadcrumb {
margin-bottom: 5px; }
.page-title.page-title--style-2 {
padding: 12rem 0;
color: #333;
position: relative;
background-repeat: no-repeat;
background-size: cover; }
.page-title.page-title--style-2 h2 {
display: block;
padding: 10px 0;
font-family: "Roboto", sans-serif; }
.page-title.page-title--style-2 .breadcrumb {
display: inline-block;
float: none;
padding: 4px 8px; }
.page-title.page-title--style-2 .breadcrumb li,
.page-title.page-title--style-2 .breadcrumb li > a {
font-size: 0.75rem;
font-weight: 500; }
.page-title.page-title--style-2 .nav {
position: relative;
top: 30px;
margin-top: 0;
left: 0; }
.page-title.page-title--style-3 {
padding: 30px 0;
text-align: center; }
.page-title.page-title--style-3 h2 {
display: block;
text-align: center;
padding: 10px 0;
font-size: 1.5rem;
color: white; }
.page-title.page-title--style-3 .breadcrumb {
float: none;
padding: 10px 0; }
.page-title.page-title--style-4 {
position: relative;
padding: 4rem 0;
background: transparent;
color: #333;
border-color: #e0eded;
background-position: 50 0; }
.page-title.page-title--style-4 .breadcrumb {
padding: 8px 0; }
.page-title.page-title--style-4 .heading-md {
padding: 8px 0; }
@media only screen and (max-width: 767px) {
.page-title {
text-align: center; }
.page-title h2 {
padding: 18px 0 0; }
.page-title .breadcrumb {
float: none;
padding: 18px 0; }
.page-title.page-title--style-4 .sorting-options {
text-align: center;
margin-top: 20px; } }
@media (min-width: 992px) {
.page-title.page-title--style-1 .row {
display: -ms-flexbox;
-ms-flex-pack: center;
-ms-flex-align: center;
display: -moz-box;
-moz-box-pack: center;
-moz-box-align: center;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
display: box;
box-pack: center;
box-align: center; } }
.cta-wrapper p {
margin: 0; }
.cta-wrapper--over {
position: absolute;
top: 0;
left: 50%;
right: auto;
width: 910px;
height: 140px;
margin-top: -70px;
margin-left: -455px;
z-index: 1000; }
.has-cta-over {
position: relative;
margin-top: 100px; }
@media (max-width: 991px) {
.cta-wrapper--over {
position: static;
width: 100%;
height: auto;
left: 0;
margin: 0;
border-radius: 0; }
.has-cta-over {
margin-top: 0; } }
.cta-wrapper > a {
display: block;
text-underline: none; }
.cta-wrapper > a > .cta-inner {
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
.cta-wrapper > a:hover > .bg-base-1 {
background: #24242D !important; }
.cta-wrapper > a:hover > .bg-base-2 {
background: #c71818 !important; }
.has-bg-cover {
position: relative; }
.bg-size-cover {
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.bg-size-contain {
background-size: cover;
background-repeat: no-repeat; }
.cover-caption {
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center; }
.cover-caption-inner {
position: relative;
z-index: 600;
padding: 2rem; }
.parallax-section {
position: relative;
overflow-x: hidden;
background-position: center top;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover; }
.parallax-section {
padding-top: 2rem;
padding-bottom: 2rem; }
.parallax-section-lg {
padding-top: 4rem;
padding-bottom: 4rem; }
.parallax-section-xl {
padding-top: 6rem;
padding-bottom: 6rem; }
.text-cover-wrapper {
padding: 80px 0; }
.text-cover-title {
margin: 0;
padding: 0;
font-size: 10rem;
font-weight: 700;
line-height: 1; }
.text-cover-subtitle {
margin: 0;
padding: 0;
font-size: 3rem;
font-weight: 700;
text-transform: uppercase;
line-height: 1; }
.text-cover-p {
width: 480px;
font-size: 1rem; }
@media (max-width: 991px) {
.text-cover-title {
font-size: 8rem; }
.text-cover-subtitle {
font-size: 2rem; }
.text-cover-p {
width: 100%; } }
.quote-info .quote-info-img {
border-radius: 100%;
display: inline-block;
max-width: 100px;
padding: 5px;
border: 1px solid transparent;
background: transparent; }
.quote-info .quote-info-img > img {
max-width: 100%;
border-radius: 100%; }
.quote-info-light .quote-info-img {
border-color: #eceeef; }
.quote-info-dark .quote-info-img {
border-color: #2b2b2c; }
.floating-quote-holder {
height: 500px; }
.floating-quote-wrapper {
width: 510px;
height: 390px;
position: absolute;
padding: 4rem 5rem;
z-index: 10;
border-radius: 0.25rem; }
.floating-quote-wrapper-lg {
width: 720px; }
.floating-quote-wrapper .quote-logo {
max-width: 160px; }
.floating-quote-wrapper.top-left {
left: 13%;
top: -60px; }
.floating-quote-wrapper.top-right {
right: 13%;
top: -60px; }
.floating-quote-wrapper.bottom-right {
right: 13%;
bottom: -60px; }
.floating-quote-wrapper.bottom-center {
left: 50%;
transform: translateX(-50%);
bottom: -60px; }
.floating-quote-wrapper.bottom-left {
left: 13%;
top: -60px; }
@media (max-width: 991px) {
.floating-quote-wrapper {
width: 90%;
left: 5%;
right: auto; } }
.client-logo {
padding: 1rem; }
.client-logo img {
max-width: 100%; }
.client-logo--style-1 {
background: #FFF;
border-radius: 0.25rem; }
.client-logo--style-2 {
background: #818a91;
border-radius: 0.25rem; }
.client-logo--style-3 {
background: transparent; }
.client-logo--style-4 {
background: transparent;
border-radius: 0.25rem;
border: 1px solid #e0eded; }
.client-logo--style-4:hover {
border-color: #d0e4e4; }
@media (max-width: 991px) {
.client-logo {
margin-bottom: 20px; } }
.single-brand-logo {
width: 20%;
float: left;
overflow: hidden;
padding: 30px;
border-bottom: 1px solid rgba(243, 243, 243, 0.7);
border-right: 1px solid rgba(243, 243, 243, 0.7); }
.single-brand-logo:nth-child(5n) {
border-right: 0 none; }
.single-brand-logo:nth-child(6n),
.single-brand-logo:nth-child(7n),
.single-brand-logo:nth-child(8n),
.single-brand-logo:nth-child(9n),
.single-brand-logo:nth-child(10n) {
border-bottom: 0 none; }
.brand-logo-outer {
width: 100%;
height: 100px;
display: table; }
.brand-logo-inner {
display: table-cell;
vertical-align: middle; }
.single-brand-logo img {
max-width: 120px;
position: relative;
cursor: pointer; }
@media (max-width: 991px) {
.single-brand-logo {
width: 50%; } }
.floating-content {
position: relative;
z-index: 100;
padding: 2rem; }
.floating-content-fixed {
height: 300px; }
@media (max-width: 767px) {
.floating-content {
box-shadow: none !important; } }
@media (min-width: 992px) {
.floating-content.float-top {
top: -100px; }
.floating-content.float-right {
right: -100px; }
.floating-content.float-bottom {
bottom: -100px; }
.floating-content.float-left {
left: -100px; } }
.caption-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center; }
.caption-wrapper > .caption-aligner {
width: 100%; }
.caption-wrapper > .caption-aligner > .caption {
width: 70%;
margin: auto; }
.caption-wrapper > .caption-aligner > .caption.caption--center {
flex: 1;
word-wrap: break-word; }
.caption-wrapper > .caption-aligner > .caption.caption--fluid {
width: 100%; }
.caption-wrapper > .caption-aligner > .caption.caption--style-1 {
background: #FFF;
padding: 46px; }
.overlayed-form--style-1 {
padding: 2rem; }
@media (min-width: 992px) {
.overlayed-form--style-1 {
position: absolute;
top: 0;
left: 120px;
width: 380px;
height: 100%;
background: rgba(255, 255, 255, 0.9); }
.overlayed-form--style-2 {
position: relative; } }
@media (max-width: 991px) {
.overlayed-form--style-2 {
margin: 0 !important; } }
.search-page-wrapper {
width: 760px;
margin: 50px auto;
position: relative;
z-index: 10; }
.search-widget {
position: relative; }
@media (min-width: 992px) {
.search-widget .form-group {
margin: 0; } }
.search-widget .form-control:hover {
border-color: #e0eded; }
.search-widget .form-control:focus {
border-color: #24142F; }
.search-widget button.btn-inner {
position: absolute;
top: 0;
right: 20px;
background: transparent;
border: medium none;
width: 43px;
height: 52px;
line-height: 35px;
text-align: center; }
.search-widget--style-1 .form-control:not(.bootstrap-select),
.search-widget--style-1 select.form-control-lg:not([size]):not([multiple]) {
border-radius: 0.25rem;
height: 62px; }
.search-widget--style-1 .form-control > .dropdown-toggle {
border-radius: 0.25rem; }
.search-widget--style-1 button.btn {
height: 62px;
line-height: 35px; }
.search-widget--style-2 .form-control {
border-radius: 0.25rem;
padding: 22px;
background: #FFF;
-webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
-moz-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2); }
.search-widget--style-2 button.btn-inner {
width: 43px;
height: 62px;
line-height: 35px; }
.search-widget--style-2 button.btn-inner:hover {
color: #24142F; }
.search-widget--style-3 .form-control {
height: 54px;
border: 0;
border-radius: 30px;
padding-left: 20px;
padding-right: 20px;
background: rgba(255, 255, 255, 0.8);
color: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
.search-widget--style-3.form-base-1 .form-control {
border: 0; }
.search-widget--style-3 .form-control:focus {
background: white; }
.search-widget--style-3 button.btn-inner {
width: 43px;
height: 54px;
line-height: 35px; }
.search-widget--style-4 {
margin: 0;
border-bottom: 1px solid #e0eded; }
.search-widget--style-4 form {
position: relative; }
.search-widget--style-4 .form-control {
height: 94px;
border: 0;
border-radius: 0;
padding: 0 90px 0 0;
font-size: 1.25rem; }
.search-widget--style-4 button.btn-inner {
right: 0;
height: 94px;
line-height: 94px;
color: #818a91; }
.search-widget--style-4 .bar:after,
.search-widget--style-4 .bar:before {
height: 1px; }
.search-widget--style-4 .form-control::-webkit-input-placeholder {
color: #818a91; }
.search-widget--style-4 .form-control:-moz-placeholder {
/* Firefox 18- */
color: #818a91; }
.search-widget--style-4 .form-control::-moz-placeholder {
/* Firefox 19+ */
color: #818a91; }
.form-default .form-control:-ms-input-placeholder {
color: #818a91; }
@media (max-width: 991px) {
.search-page-wrapper {
width: 100%;
padding: 0 20px; } }
.card-advanced-search {
background: white; }
.advanced-search-visible {
position: relative; }
.advanced-search-hidden {
display: none; }
.advanced-search-hidden.in {
display: block; }
.btn-advanced-search-open {
display: block;
width: 48px;
height: 40px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -24px;
text-align: center;
line-height: 40px;
background: #f2f2f2;
color: #818a91;
border-radius: 0.25rem 0.25rem 0 0; }
.listing-wrapper--style-1 {
padding: 2rem 0;
border-top: 1px solid #e0eded; }
@media (max-width: 1200px) {
.mobile-sidebar {
position: fixed;
top: 0;
left: 0;
width: 300px;
height: 100%;
z-index: 500; } }
.sidebar-inverse p {
color: rgba(255, 255, 255, 0.5); }
.sidebar-inverse .heading {
color: white; }
.sidebar-inverse .heading-light {
color: rgba(255, 255, 255, 0.8); }
.sidebar-inverse .stats-entry .stats-count {
color: white; }
.sidebar-inverse .stats-entry .stats-label {
color: rgba(255, 255, 255, 0.8); }
.sidebar-inverse .useful-links a {
color: rgba(255, 255, 255, 0.8); }
.sidebar-inverse .useful-links a:hover {
color: white; }
.sidebar--style-1 {
background: #fafafa;
border: 1px solid #e0eded;
border-radius: 0.25rem;
padding: 1.5rem; }
.sidebar--style-2 {
background: #eceeef;
border-radius: 0.25rem;
padding: 2rem; }
.sidebar--style-3 {
background: #fcfcfc;
border: 1px solid #e0eded;
border-radius: 0.25rem;
padding: 2rem; }
.sidebar-object {
margin-bottom: 3rem; }
.sidebar--style-1 .sidebar-object {
margin-bottom: 2rem;
padding-bottom: 2rem; }
.sidebar--style-1 .sidebar-object.has-bb {
border-bottom: 1px solid #e1e1e1; }
.sidebar--style-1 .sidebar-object:last-child {
border: 0;
padding: 0;
margin: 0; }
.sidebar-object .section-title {
margin-bottom: 1rem; }
.sidebar-object-title {
font-size: 0.8rem;
font-weight: 600;
color: #111111;
margin-bottom: 1rem;
margin-top: 0;
padding: 0;
font-family: "Roboto", sans-serif; }
.sidebar .sidebar-search-widget {
position: relative; }
.sidebar .sidebar-search-widget .form-control {
padding-right: 46px; }
.sidebar .sidebar-search-widget button {
position: absolute;
top: 0;
right: 0;
background: transparent;
border: medium none;
width: 46px;
height: 100%;
line-height: 35px;
text-align: center; }
.sidebar .sidebar-search-widget button:hover {
color: #24142F; }
.tagcloud a {
display: inline-block;
font-size: 12px;
text-align: center;
white-space: nowrap;
padding: 4px 8px;
margin: 0 4px 4px 0;
background: #24142F;
color: #FFF;
border-radius: 0.2rem;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
-ms-transition: background 0.2s linear;
transition: background 0.2s linear; }
.tagcloud a:hover {
background: #e84444; }
.tagcloud--style-1,
.tagcloud--style-2 {
background: transparent; }
.tagcloud--style-1 a {
background: #eceeef;
color: #818a91;
padding: 8px 10px; }
.tagcloud--style-1 a:hover {
background: #24142F;
color: #FFF; }
.tagcloud--style-2 a {
float: none;
display: inline-block;
margin: 0 20px 20px 0;
background: transparent;
border: 1px solid #2b2b2c;
color: #2b2b2c;
padding: 8px 12px; }
.tagcloud--style-2 a:hover {
background: #2b2b2c;
color: #eceeef; }
.tagcloud--style-3 a {
float: none;
display: inline-block;
margin: 0 20px 20px 0;
background: transparent;
border: 1px solid #eceeef;
color: #eceeef;
padding: 8px 12px; }
.tagcloud--style-3 a:hover {
background: #eceeef;
color: #2b2b2c; }
.photostream:after,
.photostream:before {
content: "";
display: table; }
.photostream:after {
clear: both; }
.photostream .photo-wrapper > a {
display: block;
width: calc(100% * 0.25 - 3px + 1px);
float: left;
margin-right: 3px;
margin-bottom: 3px; }
.photostream .photo-wrapper:nth-child(4n) > a {
width: calc(100% * 0.25 - 3px);
margin-right: 0; }
.photostream .photo-wrapper > a > img {
width: 100%; }
.photostream .photo-wrapper img:hover {
box-shadow: 0 0 0 3px #24142F; }
.contacts:not(.c-profile) {
padding: 0 8px; }
.contacts > [class*="col-"] {
padding: 0 10px; }
.contacts .contact-entry {
border: 1px solid rgba(243, 243, 243, 0.7);
border-radius: 2px;
margin-bottom: 24px;
background: #fff; }
.contacts .contact-entry .contact-entry-image {
display: block; }
.contacts .contact-entry .contact-entry-image img {
width: 100%;
border-radius: 2px 2px 0 0; }
.contacts .contact-entry-image {
margin: -1px -1px 0; }
.contacts .contact-info {
text-align: center;
margin-top: 15px;
padding: 0 5px; }
.contacts .contact-info strong {
color: #2b2b2c;
font-family: "Roboto", sans-serif;
font-size: 0.875rem;
font-weight: 500; }
.contacts .contact-info small {
color: #818a91;
font-size: 0.75rem;
margin-top: 3px; }
.contacts .contact-info small,
.contacts .contact-info strong {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block; }
.contacts .contact-footer {
border-top: 1px solid rgba(243, 243, 243, 0.7);
margin-top: 18px; }
.contacts .contact-footer > button {
padding: 4px 10px 3px;
display: block;
width: 100%;
text-align: center;
color: #818a91;
font-weight: 600;
font-size: 0.75rem;
text-transform: uppercase;
background: transparent;
border: 0;
outline: 0; }
.contacts .contact-footer > button:hover {
background: #24142F;
color: #FFF; }
.contacts .contact-footer > button:active {
background: #c71818;
color: #FFF; }
.contacts .contact-footer > button > i {
font-size: 0.75rem;
vertical-align: middle;
margin-top: -2px;
margin-right: 3px; }
.listview {
position: relative; }
.listview:not(.listview-lg):not(.listview-message) .listview-item {
padding: 1rem 0; }
.listview.listview-lg .listview-item:hover {
background-color: #FFFFDB; }
.listview .listview-item {
position: relative;
display: block;
-webkit-transition: background-color;
-o-transition: background-color;
transition: background-color;
-webkit-transition-duration: 300ms;
transition-duration: 300ms; }
.listview .listview-item .listview-small {
font-size: 12px;
color: #A9A9A9;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
width: 100%; }
.listview .listview-item .checkbox,
.listview .listview-item.media {
margin: 0; }
.listview .listview-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block; }
.listview a.listview-item:hover {
background: #ECF9FF; }
.listview [class*="listview-img"] {
border-radius: 50%; }
.listview .listview-img {
width: 48px;
height: 48px; }
.listview .listview-img-sm {
width: 35px;
height: 35px; }
.listview.listview-bordered .listview-item:not(:last-child) {
border-bottom: 1px solid #f0f0f0; }
.listview .listview-attrs {
list-style: none;
padding: 0;
margin: 5px 0 0; }
.listview .listview-attrs > li {
display: inline-block;
padding: 2px 10px 3px;
font-size: 12px;
margin-top: 5px;
margin-right: 2px; }
.listview .listview-attrs > li:not(.info):not(.primary):not(.warning):not(.danger) {
border: 1px solid #e0eded;
background: transparent;
color: #818a91; }
.listview .listview-attrs > li > a {
display: block; }
.listview:not(.listview-message) .listview-title {
color: #2b2b2c; }
.feature-badge > .feature-badge-value {
display: block;
font-size: 3rem;
font-weight: 600;
color: #2b2b2c; }
.feature-badge > .feature-badge-value > .feature-badge-subtext {
font-size: 1.5rem;
font-weight: 400;
color: #2b2b2c; }
.feature-badge > .feature-badge-text {
display: block;
font-size: 0.875rem; }
.map-canvas {
position: relative;
width: 100%;
height: 400px;
border-radius: 0.25rem; }
.map-canvas.style-1 {
border-radius: 0.25rem; }
.map-canvas .info-window-content {
min-width: 250px; }
.map-canvas .info-window-content h2 {
font-size: 18px;
font-weight: 600;
margin-bottom: 8px; }
.map-canvas .info-window-content h3 {
font-size: 14px;
font-weight: 500; }
.map-canvas .info-window-content p {
margin-top: 20px;
text-align: center;
font-size: 12px;
color: #999;
text-shadow: none; }
.map-canvas-square {
height: 200px; }
@media only screen and (min-width: 768px) {
.map-canvas {
height: 300px; } }
@media only screen and (min-width: 1170px) {
.map-canvas {
height: 400px; } }
.map-container {
position: relative; }
.map-container address {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 20px;
background-color: fade(#24142F, 80%);
color: #FFF; }
@media only screen and (min-width: 768px) {
.map-container address {
text-align: center; } }
#map-zoom-in,
#map-zoom-out {
height: 32px;
width: 32px;
cursor: pointer;
margin-left: 10px;
background-color: rgba(222, 27, 27, 0.5);
background-repeat: no-repeat;
background-size: 32px 64px;
background-image: url("../images/icons/google-maps/icon-controller.svg");
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear; }
#map-zoom-in:hover,
#map-zoom-out:hover {
background-color: #24142F; }
@media only screen and (min-width: 768px) {
#map-zoom-in,
#map-zoom-out {
margin-left: 30px; } }
#map-zoom-in {
background-position: 50% 0;
margin-top: 10px;
margin-bottom: 1px; }
@media only screen and (min-width: 768px) {
#map-zoom-in {
margin-top: 30px; } }
#map-zoom-out {
background-position: 50% -32px; }
pre {
padding: 1rem;
margin: 0 0 10px;
font-size: 0.875rem;
line-height: 1.42857143;
color: #979da9;
background-color: #282c34;
border: 1px solid #282c34;
border-radius: 0.25rem; }
.color-code-preview {
border: 1px solid 0.25rem;
padding: 6px; }
.color-code-preview .color-preview {
height: 150px;
position: relative; }
.color-code-preview .color-code-rgb {
display: block;
padding: 0 0 5px;
text-align: center;
font-weight: 500;
font-size: 13px; }
.color-code-preview .color-code-hex {
display: block;
padding: 10px 0 5px;
text-align: center;
font-weight: 500;
font-size: 13px;
text-transform: uppercase; }
.color-code-preview .color-text {
position: absolute;
width: 100%;
top: 50%;
margin-top: -10px;
display: block;
text-align: center; }
.color-code-preview .color-class {
position: absolute;
top: 10px;
left: 10px; }
.play-video {
position: absolute;
left: 50%;
top: 50%;
background: #fff;
color: #333;
margin-left: -35px;
width: 70px;
height: 70px;
line-height: 70px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
margin-top: -35px;
border-radius: 50%;
cursor: pointer;
border: 0;
animation-delay: 0.2s;
text-align: center; }
.play-video:hover {
transform: scale(1.1); }
.play-video--style-1 {
background: #24142F;
color: #FFF; }
.play-video > i {
font-size: 20px;
margin-left: 5px; }
.play-video-sm {
width: 50px;
height: 50px;
line-height: 50px; }
.play-video-sm > i {
font-size: 14px; }
.play-video-inline {
display: inline-block;
position: relative;
left: 0;
top: 0;
margin-left: 0; }
.play-video-inline + .play-video-text {
display: inline-block;
margin-left: 12px;
font-size: 0.875rem;
font-weight: 500;
color: #2b2b2c; }
.gallery-top img {
max-width: 100%;
border-radius: 0.25rem; }
.gallery-bottom {
margin-top: 1rem; }
.gallery-thumb img {
max-width: 100%; }
.testimonial .testimonial-image {
border-radius: 100%;
max-width: 100%; }
.testimonial .testimonial-content .testimonial-text {
line-height: 1.5; }
.link-menu > a {
display: inline-block;
font-size: 0.875rem;
font-weight: 300;
cursor: pointer;
padding: 0.2em 1.3em;
margin-right: 0.625rem; }
.link-menu > a:last-child {
margin-right: 0; }
.link-menu--style-1 > a {
margin-left: 1rem;
padding-left: 0;
padding-right: 1rem;
color: #818a91; }
.link-menu--style-1 > a:first-child {
margin-left: 0; }
.link-menu--style-1 > a.active,
.link-menu--style-1 > a:hover {
color: #24142F; }
.link-menu--style-1 > a:active {
text-shadow: 0 1px 1px; }
.link-menu--style-1 > a:after {
content: "-";
position: relative;
right: -1rem; }
.link-menu--style-1 > a:after:hover {
color: #818a91; }
.link-menu--style-1 > a:last-child:after {
content: ""; }
.link-menu--style-1--v1 > a:active {
text-shadow: 0; }
.link-menu--style-2 {
background-color: rgba(0, 0, 0, 0.7);
border-radius: 0.25rem; }
.link-menu--style-2.absolute-bottom {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
padding: 1rem; }
.link-menu--style-2 a {
display: inline-block;
color: rgba(255, 255, 255, 0.8) !important;
padding: 0 2rem;
cursor: pointer;
border-right: 1px dashed #eceeef; }
.link-menu--style-2 a:focus,
.link-menu--style-2 a:hover {
color: white !important; }
.link-menu--style-2 a.active {
color: #24142F !important; }
.link-menu--style-2 i {
font-size: 1rem;
margin-right: 0.75rem; }
.link-menu--style-2 a:last-child {
border-right: none; }
@media (max-width: 991px) {
.link-menu--style-2 a {
padding: 0 1rem; } }
.link-menu--style-3 > a {
background: #eceeef;
color: #818a91;
border-radius: 20px;
text-align: center;
font-weight: 400;
font-size: 0.8rem; }
.link-menu--style-3 > a.active,
.link-menu--style-3 > a:hover {
background: #24142F;
color: #FFF !important; }
.background-image-holder h1 {
font-size: 3rem;
font-weight: 500;
line-height: 1.2; }
.background-image-holder .button-link-option {
display: block;
margin-top: 1rem;
font-size: 0.75rem;
font-weight: 400; }
.background-image-holder .button-link-option > a {
text-decoration: underline; }
.background-image-holder .holder-item {
height: 100%;
padding: 2rem 0; }
.navbar-transparent + .background-image-holder .holder-item {
padding-top: 4rem; }
@media (max-width: 991px) {
.background-image-holder .holder-item {
height: auto;
padding: 4rem 0; } }
.background-image-holder .holder-item-light .heading {
color: #FFF; }
.background-image-holder .holder-item-light p {
color: #d3d3d3; }
.background-image-holder .holder-item-dark .heading {
color: #333; }
.background-image-holder .holder-item-dark p {
color: #555; }
.background-image-holder .container {
position: relative;
height: 100%; }
.background-image-holder .swiper-pagination-bullet {
width: 12px;
height: 12px; }
.background-image-holder .text-boxed {
display: inline-block;
padding: 2rem;
border: 2px solid #FFF; }
@media (max-width: 991px) {
.background-image-holder .lead {
font-size: 2.25vw !important; }
.background-image-holder .heading-1 {
font-size: 3.5vw !important; }
.background-image-holder .heading-xl {
font-size: 4.75vw !important; }
.background-image-holder .heading-xxl {
font-size: 6vw !important; }
.background-image-holder .heading-xl-x2 {
font-size: 7.5vw !important; } }
.palette-colors {
border-radius: 0.25rem;
cursor: pointer;
margin-top: 8px;
overflow: hidden;
position: relative;
display: table;
width: 100%; }
.palette-colors div {
height: 22px;
display: table-cell;
box-shadow: inset rgba(255, 255, 255, 0.05) 0 1px, inset rgba(255, 255, 255, 0.05) 0 -1px; }
.palette-colors div:first-of-type {
border-radius: 0.25rem 0 0 0.25rem;
box-shadow: inset rgba(255, 255, 255, 0.05) 1px 1px, inset rgba(255, 255, 255, 0.05) 0 -1px; }
.palette-colors div:last-child {
border-radius: 0 0.25rem 0.25rem 0;
box-shadow: inset rgba(255, 255, 255, 0.05) -1px 1px, inset rgba(255, 255, 255, 0.05) 0 -1px; }
.spotlight-floating-img {
position: relative; }
.spotlight-floating-img.align-left {
left: -15px; }
.spotlight-floating-img.align-right {
right: -15px; }
.spotlight-img > img,
.spotlight-floating-img > img {
max-width: 100%; }
.icons-holder i {
margin-right: 1.5rem;
color: #818a91; }
.icons-holder .desktop {
font-size: 46px; }
.icons-holder .tablet {
font-size: 40px; }
.icons-holder .mobile {
font-size: 34px; }
/* CUSTOM CSS STARTS */
.profile-nav {
z-index: 10 !important;
height: 45px;
}
a {
cursor: pointer !important;
}
.listing-image {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius: 3px;
padding: 0px;
height: 210px !important;
overflow: hidden;
}
.font_light{
color:#fff !important; }
.font_base{
color:#24142F !important; }
.listing-hover, .listing-hover:after, .listing-hover:before {
box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
}
.listing-hover {
margin:0 !important;
padding:0px 5px !important;
border:0 none !important;
position: relative !important;
outline: none !important;
font-weight: 500;
}
.listing-hover > a {
text-decoration: none;
color: rgba(0,0,0,.4);
z-index: 1;
}
.listing-hover > a:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background: #24142F ;
visibility: hidden;
border-radius: 5px;
transform: scaleX(0);
transition: .25s linear;
}
.listing-hover > a:hover:before,
.listing-hover > a:focus:before {
visibility: visible;
transform: scaleX(1);
}
.package_items {
font-size: 12px;
list-style-type: none;
}
.package_bg {
background: rgba(27, 30, 35, 0.92);
border-radius: 4px !important;
}
.package_bg_light {
background: rgba(255, 255, 255, 0.80);
border-radius: 4px !important;
}
.dark_card {
background: rgba(27, 30, 35, 0.70);
border-radius: 4px;
}
.border_top2x{
border: 1px solid #dedede !important;
border-top:2px solid #24142F !important;
}
.custom-nav, .custom-nav:after, .custom-nav:before {
box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
}
.custom-nav {
margin:0 !important;
padding:0px 0px !important;
border:0 none !important;
position: relative !important;
outline: none !important;
font-weight: 500;
}
.custom-nav > a, h3 > a {
text-decoration: none;
color: rgba(0,0,0,.4);
z-index: 1;
}
.custom-nav > a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background: #24142F;
visibility: hidden;
border-radius: 5px;
transform: scaleX(0);
transition: .25s linear;
}
.custom-nav > a:hover:before,
.custom-nav > a:focus:before {
visibility: visible;
transform: scaleX(1);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: #24142F !important;
}
.nav_active:after {
box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background: #24142F;
border-radius: 5px;
}
.nav_active_dropdown {
color: #24142F !important;
text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
/* CSS for Message Box Starts */
.direct-chat .card-body {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
position: relative;
overflow-x: hidden;
padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.direct-chat-messages {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
padding: 10px;
height: 400px;
overflow: auto;
}
.direct-chat-msg,
.direct-chat-text {
display: block;
}
.direct-chat-msg {
margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
content: " ";
display: table;
}
.direct-chat-msg:after {
clear: both;
}
.direct-chat-messages,
.direct-chat-contacts {
-webkit-transition: -webkit-transform .5s ease-in-out;
-moz-transition: -moz-transform .5s ease-in-out;
-o-transition: -o-transform .5s ease-in-out;
transition: transform .5s ease-in-out;
}
.direct-chat-text {
border-radius: 5px;
position: relative;
padding: 5px 10px;
background: #efefef;
border: 1px solid #e9e9e9;
margin: 5px 0 0 50px;
color: #444;
font-size: 14px;
width: 50%;
}
.direct-chat-text:after,
.direct-chat-text:before {
position: absolute;
right: 100%;
top: 15px;
border: solid transparent;
border-right-color: #e9e9e9;
content: ' ';
height: 0;
width: 0;
pointer-events: none;
}
.direct-chat-text:after {
border-width: 5px;
margin-top: -5px;
}
.direct-chat-text:before {
border-width: 6px;
margin-top: -6px;
}
.right .direct-chat-text {
margin-right: 10px;
margin-left: 0;
float: right
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
right: auto;
left: 100%;
border-right-color: transparent;
border-left-color: #d2d6de;
}
.direct-chat-img {
border-radius: 50%;
float: left;
width: 40px;
height: 40px;
}
.right .direct-chat-img {
float: right;
}
.direct-chat-info {
display: block;
margin-bottom: 2px;
font-size: 12px;
}
.direct-chat-name {
font-weight: 600;
}
.direct-chat-timestamp {
color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.direct-chat-contacts {
/* top: 0;
bottom: 0;
height: auto;
width: 100%;
background: #191430;
color: #fff;
border-radius: 4px; */
top: 0;
bottom: 0;
height: auto;
width: 100%;
background: #f7f7f7;
color: #444;
border-radius: 4px;
border: 1px solid #ededed;
}
.contacts-list{
list-style: none;
margin: 0;
padding: 0;
}
.contacts-list>li {
border-bottom: 1px solid rgba(0, 0, 0, .15);
margin: 0;
width: 90% !important;
margin-left: 5%;
padding: 10px 0px;
}
.contacts-list>li:before,
.contacts-list>li:after {
content: " ";
display: table;
}
.contacts-list>li:after {
clear: both;
}
.contacts-list>li:last-of-type {
border-bottom: none;
}
.contacts-list-img {
border-radius: 50%;
width: 40px;
float: left;
}
.contacts-list-info {
margin-left: 45px;
color: #444;
}
.contacts-list-name,
.contacts-list-status {
display: block;
}
.contacts-list-name {
font-weight: 400;
font-size: 14px;
line-height: 40px;
}
.contacts-list-status {
font-size: 12px;
}
.contacts-list-date {
color: #aaa;
font-weight: normal;
}
.contacts-list-msg {
color: #999;
}
.direct-chat-danger .right>.direct-chat-text {
background: #dd4b39;
border-color: #dd4b39;
color: #fff;
}
.direct-chat-danger .right>.direct-chat-text:after,
.direct-chat-danger .right>.direct-chat-text:before {
border-left-color: #dd4b39;
}
.direct-chat-primary .right>.direct-chat-text {
background: #3c8dbc;
border-color: #3c8dbc;
color: #fff;
}
.direct-chat-primary .right>.direct-chat-text:after,
.direct-chat-primary .right>.direct-chat-text:before {
border-left-color: #3c8dbc;
}
.direct-chat-warning .right>.direct-chat-text {
background: #24142F;
border-color: #24142F;
color: #fff;
}
.direct-chat-warning .right>.direct-chat-text:after,
.direct-chat-warning .right>.direct-chat-text:before {
border-left-color: #24142F;
}
.direct-chat-info .right>.direct-chat-text {
background: #00c0ef;
border-color: #00c0ef;
color: #fff;
}
.direct-chat-info .right>.direct-chat-text:after,
.direct-chat-info .right>.direct-chat-text:before {
border-left-color: #00c0ef;
}
.direct-chat-success .right>.direct-chat-text {
background: #00a65a;
border-color: #00a65a;
color: #fff;
}
.direct-chat-success .right>.direct-chat-text:after,
.direct-chat-success .right>.direct-chat-text:before {
border-left-color: #00a65a;
}
/* CSS for Messge Box Ends */
.li_active {
background-color: #201150;
border-color: #201150;
color: #fff !important;
transition: all ease .5s;
}
#modal_header {
font-size: 16px !important;
font-weight: 200;
color: #24142F;
}
#modal_body {
background-color: #FFF;
font-size: 0.875rem !important;
padding: 1rem;
}
#modal_body p {
font-size: 0.875rem;
line-height: 1.5rem;
margin: 0px;
}
#modal_buttons {
padding: 0px 15px 15px !important;
background-color: #FFF;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
#modal_buttons a, button{
cursor: pointer;
}
#modal_close {
float: right;
font-size: 20px;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
opacity: 1;
font-weight: 100;
cursor: pointer;
}
.font-dark {
color:#19142F !important;
}
.sml_txt {
font-size: 85% !important;
}
.noti_badge {
position: absolute;
margin-left: 60%;
margin-top: 4%;
}
.badge_payment{
width: 55px;
}
span#noti_item {
cursor: default;
}
.m_nav_active:after {
box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background: #24142F;
border-radius: 5px;
}
.home_pm {
height: 180px;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
border-radius: 50%;
}
.home_shory {
height: 175px;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.top_nav_img {
height: 32px;
width: 32px;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
border-radius: 50%;
float: left;
}
.profile_img {
height: 175px;
width: 180px;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
border-radius: 50%;
} | 0.270288 | 0.033368 |
[v-cloak] {
display: none;
}
.yd-tabs {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 40px;
line-height: 40px;
display: flex;
font-size: 0;
border-top: #ea5a49 solid 1px;
}
.yd-tabs li {
flex: 1;
font-size: 13px;
text-align: center;
color: #ea5a49;
cursor: pointer;
}
.yd-tabs li:last-child {
border-right: none;
}
.yd-tabs .active {
background-color: #ea5a49;
color: #fff;
}
.ifr-box {
position: absolute;
top: 0;
bottom: 40px;
left: 0;
right: 0;
}
.ifr-box iframe {
width: 100%;
height: 100%;
border: none;
}
.page-view {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow-y: auto;
}
.page-title {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
background-color: #ea5a49;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
color: #fff;
}
.page-title > span {
position: absolute;
left: 0;
right: 0;
text-align: center;
pointer-events: none;
}
.page-title .btn {
border: none;
background: none;
padding: 0 13px;
color: #fff;
font-size: 14px;
height: 40px;
line-height: 40px;
}
.page-title .btn-icon {
font-size: 18px;
}
.page-title .btn-left {
float: left;
}
.page-title .btn-left i {
margin-right: 3px;
}
.page-title .btn-right {
float: right;
}
.page-title .btn-right i {
margin-right: 3px;
}
.page-content {
position: absolute;
top: 40px;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
}
.page-loading {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
z-index: 9999;
text-align: center;
}
.page-loading .dot {
width: 18px;
height: 18px;
background: #3ac;
border-radius: 100%;
display: inline-block;
margin-top: 50%;
animation: slide 1s infinite;
}
.page-loading .dot:nth-child(1) {
animation-delay: 0.1s;
background: #32aacc;
}
.page-loading .dot:nth-child(2) {
animation-delay: 0.2s;
background: #64aacc;
}
.page-loading .dot:nth-child(3) {
animation-delay: 0.3s;
background: #96aacc;
}
.page-loading .dot:nth-child(4) {
animation-delay: 0.4s;
background: #c8aacc;
}
.page-loading .dot:nth-child(5) {
animation-delay: 0.5s;
background: #faaacc;
}
@keyframes slide {
0% {
transform: scale(1);
}
50% {
opacity: 0.3;
transform: scale(1.8);
}
100% {
transform: scale(1);
}
}
.xui-loading {
padding-top: 10%;
text-align: center;
}
.side-menu {
display: none;
}
.side-menu .xui-menu-item {
border-bottom: #eeeeee solid 1px;
height: 40px;
line-height: 40px;
}
.side-menu .xui-menu-item a {
display: block;
height: 100%;
width: 100%;
line-height: 39px;
text-indent: 20px;
color: #666666;
}
.side-menu .xui-menu-item .active {
color: red;
}
/*TODO 首页*/
.tui-jian h2 {
padding-left: 10px;
border-bottom: #cccccc solid 1px;
height: 35px;
line-height: 35px;
font-size: 16px;
}
.tui-jian h2 span {
float: right;
margin-right: 10px;
}
.tui-jian .main-one > a {
float: left;
width: 25%;
margin-left: 2%;
margin-right: 5%;
}
.tui-jian .main-one img {
width: 100%;
padding: 1px;
border: #cccccc solid 1px;
}
.tui-jian .main-one .item-info {
width: 66%;
float: left;
margin-right: 2%;
}
.tui-jian .main-one .item-info h3 {
font-size: 16px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.tui-jian .main-one .item-info label {
color: #999999;
}
.tui-jian .main-one .item-info p {
max-height: 60px;
overflow: hidden;
line-height: 20px;
}
.main-list p {
margin: 0;
height: 44px;
line-height: 44px;
border-bottom: #eeeeee solid 1px;
text-indent: 2%;
}
.main-list span {
color: #999999;
}
.main-list label {
color: #666666;
}
.main-list a {
text-decoration: none;
text-indent: 5px;
color: #2f2f2f;
display: inline-block;
margin-right: 10px;
}
.main-list a:active {
background-color: #f1f1f1;
}
.xui-list {
padding-top: 30px;
}
.xui-list h2 {
padding-left: 10px;
margin: 0;
border-bottom: #cccccc solid 1px;
height: 35px;
line-height: 35px;
font-size: 16px;
}
.xui-list p {
margin: 0;
height: 39px;
line-height: 39px;
border-bottom: #eeeeee solid 1px;
}
.xui-list span {
float: right;
margin-right: 10px;
}
.xui-list label {
color: #999999;
font-size: 12px;
}
.xui-list a {
text-indent: 15px;
color: #129151;
display: block;
width: 100%;
height: 100%;
}
.xui-list a:active {
background-color: #f1f1f1;
}
/*detail*/
.detail-info {
margin-top: 10px;
}
.detail-info > a {
float: left;
width: 25%;
margin-left: 3%;
margin-right: 5%;
}
.detail-info img {
width: 100%;
border: #cccccc solid 1px;
}
.detail-info .item-info {
width: 60%;
float: left;
margin-right: 2%;
}
.detail-info .item-info label {
color: #999999;
}
.detail-info .item-info p {
overflow: hidden;
line-height: 1em;
}
.de-info {
padding-left: 2%;
}
.btn-yuedu {
padding-left: 3%;
position: relative;
margin-top: 10px;
height: 50px;
}
.btn-yuedu a {
float: left;
width: 29%;
margin-right: 3%;
height: 40px;
line-height: 40px;
text-align: center;
border: #cccccc solid 1px;
}
.de-mu-list h3 {
padding-left: 2%;
}
.de-mu-list p {
margin: 0;
height: 44px;
line-height: 44px;
border-bottom: #eeeeee solid 1px;
text-indent: 2%;
}
.de-mu-list a {
display: block;
height: 100%;
width: 100%;
line-height: 44px;
text-indent: 20px;
color: #666666;
}
/*TODO mulu*/
.m-list p {
height: 45px;
border-bottom: #eeeeee solid 1px;
line-height: 45px;
}
.m-list .item {
padding: 12px;
border-color: #eeeeee;
}
.m-list .item:active {
background-color: #eeeeee;
}
.m-list a {
color: #333333;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.m-list .active {
color: red;
}
.go-page {
height: 50px;
padding-top: 10px;
display: block;
}
.go-page input {
color: #9b9b9b;
height: 28px;
line-height: 28px;
width: 3em;
padding: 0 5px;
border: #dcdcdc solid 1px;
float: left;
margin-left: 10px;
}
.go-page label {
float: left;
margin-top: 4px;
color: #9b9b9b;
}
.go-page button {
color: #9b9b9b;
background-color: white;
border: #dcdcdc solid 1px;
float: left;
height: 28px;
margin-left: 10px;
}
/*sort*/
.s-search {
padding: 0 2%;
height: 35px;
margin-bottom: 15px;
margin-top: 20px;
}
.s-search .s-search-input {
width: 75%;
float: left;
margin-left: 2%;
height: 35px;
border: #ea732e solid 1px;
background-color: #fff;
}
.s-search .s-search-input input {
font-size: 14px;
height: 33px;
width: 100%;
padding-top: 0;
background: transparent;
}
.s-search .btn-sra {
color: #fff;
border: none;
background-color: #ea732e;
float: left;
min-height: 0;
height: 35px;
margin-left: 10px;
border-radius: 3px;
padding: 0 20px;
}
.sort-list {
padding: 0 2%;
}
.sort-list li {
float: left;
width: 30%;
margin-left: 2%;
text-align: center;
height: 43px;
line-height: 43px;
background-color: #f8f8f8;
margin-bottom: 10px;
}
.sort-list a {
display: block;
width: 100%;
height: 100%;
color: #2f2f2f;
}
.sort-list a:active {
background-color: #eeeeee;
}
/*search*/
.search-list p {
margin: 0;
height: 44px;
line-height: 44px;
border-bottom: #eeeeee solid 1px;
text-indent: 2%;
}
.search-list label {
color: #999999;
}
.search-list a {
text-decoration: none;
text-indent: 15px;
color: #129151;
display: inline-block;
margin: 0 10px;
}
.search-list a:active {
background-color: #f1f1f1;
}
/*yuedu*/
#yuedu {
padding: 0 10px;
color: #333333;
min-height: 100%;
-webkit-filter: brightness(1) saturate(1) contrast(1);
font-family: 'Microsoft YaHei';
}
#yuedu h3 {
line-height: 1.2em;
margin: 0;
font-size: 22px;
}
#yuedu p {
line-height: 1;
}
#yuedu .box-txt {
color: #333333;
font-family: 'Microsoft YaHei';
}
.setting {
width: 100%;
position: absolute;
bottom: 0;
min-height: 150px;
background-color: #efefef;
padding: 0 10px;
}
.setting p {
line-height: 40px;
height: 40px;
}
.setting p i {
padding: 5px 10px;
cursor: pointer;
border: #eeeeee solid 1px;
margin-left: 10px;
font-style: normal;
}
.setting .change-range {
line-height: 40px;
height: 40px;
}
.setting .change-range a {
color: #333333;
}
.setting .change-range .c-prep {
float: left;
}
.setting .change-range .c-next {
float: right;
}
.setting .change-range input::-webkit-slider-thumb {
width: 16px;
height: 16px;
border-radius: 8px;
}
.setting .change-range input::-webkit-slider-thumb:before {
top: 6px;
background: #ecf0f0 !important;
z-index: 1;
}
.setting .bg-active {
background-color: #f8f8f8;
}
.setting .sett-bg label {
float: left;
display: block;
height: 40px;
line-height: 40px;
}
.setting .sett-bg span {
display: block;
float: left;
height: 38px;
width: 38px;
border: #cccccc solid 1px;
border-radius: 20px;
margin-right: 5px;
}
/*TODO books*/
.books-list {
padding-bottom: 10px;
}
.books-list p {
height: 44px;
border-color: #eeeeee;
padding: 0;
}
.books-list p .checkbox {
padding: 0;
vertical-align: middle;
margin-left: 10px;
}
.books-list p .checkbox .rs-chk {
width: 22px;
height: 22px;
}
.books-list p .checkbox .rs-chk::after {
width: 11px;
height: 6px;
}
.books-list p a {
height: 43px;
margin-left: 10px;
line-height: 40px;
display: inline-block;
vertical-align: middle;
color: #2f2f2f;
}
.books-list a {
line-height: 43px;
}
.books-list label {
font-size: 14px;
}
.books-list span {
color: #999999;
margin-left: 10px;
font-size: 12px;
}
.op-btn-list {
display: block;
height: 45px;
margin-top: 10px;
}
.op-btn-list a {
padding: 10px 20px;
color: #2f2f2f;
margin-left: 5px;
display: inline-block;
border: #e1e1e1 solid 1px;
border-radius: 4px;
}
/*storage*/
.loc-list .checkbox {
padding: 0;
}
.loc-list label {
vertical-align: middle;
}
.loc-list span {
vertical-align: middle;
padding: 0 10px;
}
.loc-list input[type=text] {
display: inline;
vertical-align: middle;
}
.ye {
background-color: #080c10;
}
.ye .pane {
background-color: #080c10;
}
.ye .bar-stable {
background-color: #212121;
}
.ye .title {
background-color: #212121;
}
.ye .tabs {
background-color: #212121;
}
.ye .scroll-content {
background-color: #080c10;
}
.ye .item {
background-color: #080c10;
}
.ye .item-content {
background-color: #080c10;
}
.ye .setting {
background-color: #080c10;
}
/*common*/
.fix-box {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
/*弹层*/
.fix-box,
.fix-box .bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.fix-box .bg {
background-color: #000;
opacity: 0.4;
}
.fix-box .main {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
background-color: #fff;
}
/*弹窗-列表*/
.cp-type-box li {
height: 40px;
line-height: 40px;
padding: 0 20px;
border-bottom: 1px solid #eee;
}
.ling-ling {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.ling-ling .ling-list {
position: absolute;
top: 10px;
bottom: 80px;
left: 5px;
right: 5px;
overflow: auto;
border-bottom: #cccccc solid 1px;
}
.ling-ling .ling-list p {
line-height: 25px;
padding: 0 5px;
margin: 0;
}
.ling-ling .ling-list .m-txt {
color: #cccccc;
}
.ling-ling .ling-list a {
color: #1b93e1;
opacity: 0.8;
}
.ling-ling .ling-bottom {
height: 40px;
line-height: 40px;
position: absolute;
bottom: 20px;
}
.ling-ling input {
width: 220px;
height: 25px;
line-height: 25px;
border: #cccccc solid 1px;
padding: 2px;
margin-left: 10px;
}
.ling-ling .btn-send {
text-decoration: none;
margin-left: 10px;
background-color: #1b93e1;
width: 60px;
color: white;
text-align: center;
height: 30px;
line-height: 30px;
border-radius: 3px;
display: inline-block;
}
.ling-ling .btn-clear {
text-decoration: none;
background-color: #cccccc;
width: 60px;
color: white;
text-align: center;
height: 30px;
line-height: 30px;
border-radius: 3px;
display: inline-block;
}
.setting-list {
padding-top: 0;
}
.setting-list li {
height: 40px;
line-height: 40px;
text-indent: 10px;
margin: 0;
border-top: none;
padding: 0;
border-bottom: #ececec solid 1px;
cursor: pointer;
}
.setting-list li:active {
background-color: #eee;
}
.setting-list li .item-content {
padding: 0;
}
.setting-list li .toggle {
top: 7px;
}
.setting-list li .toggle .track {
width: 46px;
height: 25px;
}
.setting-list li .toggle .handle {
width: 23px;
height: 23px;
top: 6px;
left: 17px;
}
.info-img img {
width: 30px;
height: 30px;
border-radius: 50%;
margin-right: 10px;
vertical-align: middle;
}
.info-img span {
vertical-align: middle;
}
.btn-bottom-box {
position: fixed;
bottom: 40px;
left: 10px;
right: 10px;
}
.btn-bottom-box .btn-add-path {
background-color: #ea732e;
color: #fff;
}
.btn-bottom-box .btn-add-path:active {
opacity: 0.9;
}
/*TODO 添加*/
.path-add-box li {
height: 40px;
line-height: 40px;
font-size: 0;
margin: 0;
border-top: none;
padding: 0;
border-bottom: #ececec solid 1px;
}
.path-add-box li > span,
.path-add-box li > div {
display: inline-block;
vertical-align: middle;
font-size: 14px;
}
.path-add-box li > span {
width: 20%;
text-indent: 10px;
background-color: #ff9bb4;
color: #fff;
box-shadow: inset 0 -1px #dfdfdf;
}
.path-add-box li > div {
width: 80%;
}
.path-add-box li .attr-list-box {
width: 100%;
}
.path-add-box li .input-text {
width: 100%;
padding: 0 17px;
}
.path-add-box li .input-radio input {
opacity: 0;
}
.path-add-box li .input-radio i {
color: #ccc;
font-size: 20px;
vertical-align: -2px;
margin-right: 5px;
}
.path-add-box li .radio-active i {
color: #ea732e;
}
.path-add-box li .label-select {
width: 100%;
height: 100%;
display: inline-block;
padding-left: 17px;
}
.path-add-box li .label-select select {
border: none;
width: 100%;
pointer-events: auto;
}
.path-add-box li .btn-box {
padding-left: 17px;
}
.path-add-box li .btn-box button {
margin-right: 20px;
height: 30px;
line-height: 30px;
min-height: auto;
background-color: #b5b5b5;
color: #fff;
font-size: 14px;
margin-top: 5px;
}
.path-add-box li .btn-box button i {
margin-right: 4px;
}
.path-add-box li .btn-box button:active {
opacity: 0.9;
}
.path-add-box .h-all {
transform: translateZ(0);
height: auto;
}
.path-add-box .hide-height {
overflow: hidden;
animation: hideHeight 300ms forwards;
}
.path-add-box ol {
margin: 0;
}
.path-add-box .hr-title {
margin: 10px 0 0 0;
text-align: center;
line-height: 30px;
height: 30px;
color: #fff;
background-color: #4ec6e6;
}
@keyframes hideHeight {
0% {
height: 100%;
}
100% {
height: 0;
opacity: 0;
display: none;
}
}
/*
* design.html
*/
.design-op-box {
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
.design-op-box li {
display: inline-block;
}
.error-list {
padding-top: 0;
}
.error-list .item {
height: 40px;
line-height: 40px;
text-indent: 10px;
margin: 0 -1px;
border-top: none;
padding: 0;
} | mobile/ling/css/style.css | [v-cloak] {
display: none;
}
.yd-tabs {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 40px;
line-height: 40px;
display: flex;
font-size: 0;
border-top: #ea5a49 solid 1px;
}
.yd-tabs li {
flex: 1;
font-size: 13px;
text-align: center;
color: #ea5a49;
cursor: pointer;
}
.yd-tabs li:last-child {
border-right: none;
}
.yd-tabs .active {
background-color: #ea5a49;
color: #fff;
}
.ifr-box {
position: absolute;
top: 0;
bottom: 40px;
left: 0;
right: 0;
}
.ifr-box iframe {
width: 100%;
height: 100%;
border: none;
}
.page-view {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow-y: auto;
}
.page-title {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
background-color: #ea5a49;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
color: #fff;
}
.page-title > span {
position: absolute;
left: 0;
right: 0;
text-align: center;
pointer-events: none;
}
.page-title .btn {
border: none;
background: none;
padding: 0 13px;
color: #fff;
font-size: 14px;
height: 40px;
line-height: 40px;
}
.page-title .btn-icon {
font-size: 18px;
}
.page-title .btn-left {
float: left;
}
.page-title .btn-left i {
margin-right: 3px;
}
.page-title .btn-right {
float: right;
}
.page-title .btn-right i {
margin-right: 3px;
}
.page-content {
position: absolute;
top: 40px;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
}
.page-loading {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
z-index: 9999;
text-align: center;
}
.page-loading .dot {
width: 18px;
height: 18px;
background: #3ac;
border-radius: 100%;
display: inline-block;
margin-top: 50%;
animation: slide 1s infinite;
}
.page-loading .dot:nth-child(1) {
animation-delay: 0.1s;
background: #32aacc;
}
.page-loading .dot:nth-child(2) {
animation-delay: 0.2s;
background: #64aacc;
}
.page-loading .dot:nth-child(3) {
animation-delay: 0.3s;
background: #96aacc;
}
.page-loading .dot:nth-child(4) {
animation-delay: 0.4s;
background: #c8aacc;
}
.page-loading .dot:nth-child(5) {
animation-delay: 0.5s;
background: #faaacc;
}
@keyframes slide {
0% {
transform: scale(1);
}
50% {
opacity: 0.3;
transform: scale(1.8);
}
100% {
transform: scale(1);
}
}
.xui-loading {
padding-top: 10%;
text-align: center;
}
.side-menu {
display: none;
}
.side-menu .xui-menu-item {
border-bottom: #eeeeee solid 1px;
height: 40px;
line-height: 40px;
}
.side-menu .xui-menu-item a {
display: block;
height: 100%;
width: 100%;
line-height: 39px;
text-indent: 20px;
color: #666666;
}
.side-menu .xui-menu-item .active {
color: red;
}
/*TODO 首页*/
.tui-jian h2 {
padding-left: 10px;
border-bottom: #cccccc solid 1px;
height: 35px;
line-height: 35px;
font-size: 16px;
}
.tui-jian h2 span {
float: right;
margin-right: 10px;
}
.tui-jian .main-one > a {
float: left;
width: 25%;
margin-left: 2%;
margin-right: 5%;
}
.tui-jian .main-one img {
width: 100%;
padding: 1px;
border: #cccccc solid 1px;
}
.tui-jian .main-one .item-info {
width: 66%;
float: left;
margin-right: 2%;
}
.tui-jian .main-one .item-info h3 {
font-size: 16px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.tui-jian .main-one .item-info label {
color: #999999;
}
.tui-jian .main-one .item-info p {
max-height: 60px;
overflow: hidden;
line-height: 20px;
}
.main-list p {
margin: 0;
height: 44px;
line-height: 44px;
border-bottom: #eeeeee solid 1px;
text-indent: 2%;
}
.main-list span {
color: #999999;
}
.main-list label {
color: #666666;
}
.main-list a {
text-decoration: none;
text-indent: 5px;
color: #2f2f2f;
display: inline-block;
margin-right: 10px;
}
.main-list a:active {
background-color: #f1f1f1;
}
.xui-list {
padding-top: 30px;
}
.xui-list h2 {
padding-left: 10px;
margin: 0;
border-bottom: #cccccc solid 1px;
height: 35px;
line-height: 35px;
font-size: 16px;
}
.xui-list p {
margin: 0;
height: 39px;
line-height: 39px;
border-bottom: #eeeeee solid 1px;
}
.xui-list span {
float: right;
margin-right: 10px;
}
.xui-list label {
color: #999999;
font-size: 12px;
}
.xui-list a {
text-indent: 15px;
color: #129151;
display: block;
width: 100%;
height: 100%;
}
.xui-list a:active {
background-color: #f1f1f1;
}
/*detail*/
.detail-info {
margin-top: 10px;
}
.detail-info > a {
float: left;
width: 25%;
margin-left: 3%;
margin-right: 5%;
}
.detail-info img {
width: 100%;
border: #cccccc solid 1px;
}
.detail-info .item-info {
width: 60%;
float: left;
margin-right: 2%;
}
.detail-info .item-info label {
color: #999999;
}
.detail-info .item-info p {
overflow: hidden;
line-height: 1em;
}
.de-info {
padding-left: 2%;
}
.btn-yuedu {
padding-left: 3%;
position: relative;
margin-top: 10px;
height: 50px;
}
.btn-yuedu a {
float: left;
width: 29%;
margin-right: 3%;
height: 40px;
line-height: 40px;
text-align: center;
border: #cccccc solid 1px;
}
.de-mu-list h3 {
padding-left: 2%;
}
.de-mu-list p {
margin: 0;
height: 44px;
line-height: 44px;
border-bottom: #eeeeee solid 1px;
text-indent: 2%;
}
.de-mu-list a {
display: block;
height: 100%;
width: 100%;
line-height: 44px;
text-indent: 20px;
color: #666666;
}
/*TODO mulu*/
.m-list p {
height: 45px;
border-bottom: #eeeeee solid 1px;
line-height: 45px;
}
.m-list .item {
padding: 12px;
border-color: #eeeeee;
}
.m-list .item:active {
background-color: #eeeeee;
}
.m-list a {
color: #333333;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.m-list .active {
color: red;
}
.go-page {
height: 50px;
padding-top: 10px;
display: block;
}
.go-page input {
color: #9b9b9b;
height: 28px;
line-height: 28px;
width: 3em;
padding: 0 5px;
border: #dcdcdc solid 1px;
float: left;
margin-left: 10px;
}
.go-page label {
float: left;
margin-top: 4px;
color: #9b9b9b;
}
.go-page button {
color: #9b9b9b;
background-color: white;
border: #dcdcdc solid 1px;
float: left;
height: 28px;
margin-left: 10px;
}
/*sort*/
.s-search {
padding: 0 2%;
height: 35px;
margin-bottom: 15px;
margin-top: 20px;
}
.s-search .s-search-input {
width: 75%;
float: left;
margin-left: 2%;
height: 35px;
border: #ea732e solid 1px;
background-color: #fff;
}
.s-search .s-search-input input {
font-size: 14px;
height: 33px;
width: 100%;
padding-top: 0;
background: transparent;
}
.s-search .btn-sra {
color: #fff;
border: none;
background-color: #ea732e;
float: left;
min-height: 0;
height: 35px;
margin-left: 10px;
border-radius: 3px;
padding: 0 20px;
}
.sort-list {
padding: 0 2%;
}
.sort-list li {
float: left;
width: 30%;
margin-left: 2%;
text-align: center;
height: 43px;
line-height: 43px;
background-color: #f8f8f8;
margin-bottom: 10px;
}
.sort-list a {
display: block;
width: 100%;
height: 100%;
color: #2f2f2f;
}
.sort-list a:active {
background-color: #eeeeee;
}
/*search*/
.search-list p {
margin: 0;
height: 44px;
line-height: 44px;
border-bottom: #eeeeee solid 1px;
text-indent: 2%;
}
.search-list label {
color: #999999;
}
.search-list a {
text-decoration: none;
text-indent: 15px;
color: #129151;
display: inline-block;
margin: 0 10px;
}
.search-list a:active {
background-color: #f1f1f1;
}
/*yuedu*/
#yuedu {
padding: 0 10px;
color: #333333;
min-height: 100%;
-webkit-filter: brightness(1) saturate(1) contrast(1);
font-family: 'Microsoft YaHei';
}
#yuedu h3 {
line-height: 1.2em;
margin: 0;
font-size: 22px;
}
#yuedu p {
line-height: 1;
}
#yuedu .box-txt {
color: #333333;
font-family: 'Microsoft YaHei';
}
.setting {
width: 100%;
position: absolute;
bottom: 0;
min-height: 150px;
background-color: #efefef;
padding: 0 10px;
}
.setting p {
line-height: 40px;
height: 40px;
}
.setting p i {
padding: 5px 10px;
cursor: pointer;
border: #eeeeee solid 1px;
margin-left: 10px;
font-style: normal;
}
.setting .change-range {
line-height: 40px;
height: 40px;
}
.setting .change-range a {
color: #333333;
}
.setting .change-range .c-prep {
float: left;
}
.setting .change-range .c-next {
float: right;
}
.setting .change-range input::-webkit-slider-thumb {
width: 16px;
height: 16px;
border-radius: 8px;
}
.setting .change-range input::-webkit-slider-thumb:before {
top: 6px;
background: #ecf0f0 !important;
z-index: 1;
}
.setting .bg-active {
background-color: #f8f8f8;
}
.setting .sett-bg label {
float: left;
display: block;
height: 40px;
line-height: 40px;
}
.setting .sett-bg span {
display: block;
float: left;
height: 38px;
width: 38px;
border: #cccccc solid 1px;
border-radius: 20px;
margin-right: 5px;
}
/*TODO books*/
.books-list {
padding-bottom: 10px;
}
.books-list p {
height: 44px;
border-color: #eeeeee;
padding: 0;
}
.books-list p .checkbox {
padding: 0;
vertical-align: middle;
margin-left: 10px;
}
.books-list p .checkbox .rs-chk {
width: 22px;
height: 22px;
}
.books-list p .checkbox .rs-chk::after {
width: 11px;
height: 6px;
}
.books-list p a {
height: 43px;
margin-left: 10px;
line-height: 40px;
display: inline-block;
vertical-align: middle;
color: #2f2f2f;
}
.books-list a {
line-height: 43px;
}
.books-list label {
font-size: 14px;
}
.books-list span {
color: #999999;
margin-left: 10px;
font-size: 12px;
}
.op-btn-list {
display: block;
height: 45px;
margin-top: 10px;
}
.op-btn-list a {
padding: 10px 20px;
color: #2f2f2f;
margin-left: 5px;
display: inline-block;
border: #e1e1e1 solid 1px;
border-radius: 4px;
}
/*storage*/
.loc-list .checkbox {
padding: 0;
}
.loc-list label {
vertical-align: middle;
}
.loc-list span {
vertical-align: middle;
padding: 0 10px;
}
.loc-list input[type=text] {
display: inline;
vertical-align: middle;
}
.ye {
background-color: #080c10;
}
.ye .pane {
background-color: #080c10;
}
.ye .bar-stable {
background-color: #212121;
}
.ye .title {
background-color: #212121;
}
.ye .tabs {
background-color: #212121;
}
.ye .scroll-content {
background-color: #080c10;
}
.ye .item {
background-color: #080c10;
}
.ye .item-content {
background-color: #080c10;
}
.ye .setting {
background-color: #080c10;
}
/*common*/
.fix-box {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
/*弹层*/
.fix-box,
.fix-box .bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.fix-box .bg {
background-color: #000;
opacity: 0.4;
}
.fix-box .main {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
background-color: #fff;
}
/*弹窗-列表*/
.cp-type-box li {
height: 40px;
line-height: 40px;
padding: 0 20px;
border-bottom: 1px solid #eee;
}
.ling-ling {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.ling-ling .ling-list {
position: absolute;
top: 10px;
bottom: 80px;
left: 5px;
right: 5px;
overflow: auto;
border-bottom: #cccccc solid 1px;
}
.ling-ling .ling-list p {
line-height: 25px;
padding: 0 5px;
margin: 0;
}
.ling-ling .ling-list .m-txt {
color: #cccccc;
}
.ling-ling .ling-list a {
color: #1b93e1;
opacity: 0.8;
}
.ling-ling .ling-bottom {
height: 40px;
line-height: 40px;
position: absolute;
bottom: 20px;
}
.ling-ling input {
width: 220px;
height: 25px;
line-height: 25px;
border: #cccccc solid 1px;
padding: 2px;
margin-left: 10px;
}
.ling-ling .btn-send {
text-decoration: none;
margin-left: 10px;
background-color: #1b93e1;
width: 60px;
color: white;
text-align: center;
height: 30px;
line-height: 30px;
border-radius: 3px;
display: inline-block;
}
.ling-ling .btn-clear {
text-decoration: none;
background-color: #cccccc;
width: 60px;
color: white;
text-align: center;
height: 30px;
line-height: 30px;
border-radius: 3px;
display: inline-block;
}
.setting-list {
padding-top: 0;
}
.setting-list li {
height: 40px;
line-height: 40px;
text-indent: 10px;
margin: 0;
border-top: none;
padding: 0;
border-bottom: #ececec solid 1px;
cursor: pointer;
}
.setting-list li:active {
background-color: #eee;
}
.setting-list li .item-content {
padding: 0;
}
.setting-list li .toggle {
top: 7px;
}
.setting-list li .toggle .track {
width: 46px;
height: 25px;
}
.setting-list li .toggle .handle {
width: 23px;
height: 23px;
top: 6px;
left: 17px;
}
.info-img img {
width: 30px;
height: 30px;
border-radius: 50%;
margin-right: 10px;
vertical-align: middle;
}
.info-img span {
vertical-align: middle;
}
.btn-bottom-box {
position: fixed;
bottom: 40px;
left: 10px;
right: 10px;
}
.btn-bottom-box .btn-add-path {
background-color: #ea732e;
color: #fff;
}
.btn-bottom-box .btn-add-path:active {
opacity: 0.9;
}
/*TODO 添加*/
.path-add-box li {
height: 40px;
line-height: 40px;
font-size: 0;
margin: 0;
border-top: none;
padding: 0;
border-bottom: #ececec solid 1px;
}
.path-add-box li > span,
.path-add-box li > div {
display: inline-block;
vertical-align: middle;
font-size: 14px;
}
.path-add-box li > span {
width: 20%;
text-indent: 10px;
background-color: #ff9bb4;
color: #fff;
box-shadow: inset 0 -1px #dfdfdf;
}
.path-add-box li > div {
width: 80%;
}
.path-add-box li .attr-list-box {
width: 100%;
}
.path-add-box li .input-text {
width: 100%;
padding: 0 17px;
}
.path-add-box li .input-radio input {
opacity: 0;
}
.path-add-box li .input-radio i {
color: #ccc;
font-size: 20px;
vertical-align: -2px;
margin-right: 5px;
}
.path-add-box li .radio-active i {
color: #ea732e;
}
.path-add-box li .label-select {
width: 100%;
height: 100%;
display: inline-block;
padding-left: 17px;
}
.path-add-box li .label-select select {
border: none;
width: 100%;
pointer-events: auto;
}
.path-add-box li .btn-box {
padding-left: 17px;
}
.path-add-box li .btn-box button {
margin-right: 20px;
height: 30px;
line-height: 30px;
min-height: auto;
background-color: #b5b5b5;
color: #fff;
font-size: 14px;
margin-top: 5px;
}
.path-add-box li .btn-box button i {
margin-right: 4px;
}
.path-add-box li .btn-box button:active {
opacity: 0.9;
}
.path-add-box .h-all {
transform: translateZ(0);
height: auto;
}
.path-add-box .hide-height {
overflow: hidden;
animation: hideHeight 300ms forwards;
}
.path-add-box ol {
margin: 0;
}
.path-add-box .hr-title {
margin: 10px 0 0 0;
text-align: center;
line-height: 30px;
height: 30px;
color: #fff;
background-color: #4ec6e6;
}
@keyframes hideHeight {
0% {
height: 100%;
}
100% {
height: 0;
opacity: 0;
display: none;
}
}
/*
* design.html
*/
.design-op-box {
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
.design-op-box li {
display: inline-block;
}
.error-list {
padding-top: 0;
}
.error-list .item {
height: 40px;
line-height: 40px;
text-indent: 10px;
margin: 0 -1px;
border-top: none;
padding: 0;
} | 0.299515 | 0.060004 |
:root {
--light-black: #272727;
--white: #ffffff;
--blue: #2f5fc7;
--green-1: #d6f4ef;
--green-2: #c5e7e2;
--green-3: #8cd8d5;
--green-4: #00beab;
--orange: #f7686c;
--pink: #ffcfd3;
--medium-grey: #a8a8a8;
--dark-grey: #343434;
font-size: 18px;
}
/* General */
body {
color: var(--light-black);
font-family: "Open Sans", sans-serif;
background-color: var(--white);
}
section {
padding-top: 4rem;
padding-bottom: 3rem;
}
p {
font-size: 1.125rem;
}
h1 {
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 3rem;
color: var(--blue);
}
h2 {
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 2.1rem;
color: var(--orange);
padding-bottom: 1rem;
}
a,
button.btn {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
button {
cursor: pointer;
}
button.btn:focus {
outline: none;
box-shadow: none;
}
/* Navbar */
a.navbar-brand img {
width: 100%;
}
a.navbar-brand img:hover {
opacity: 0.6;
}
a.nav-link {
color: var(--light-black);
text-transform: uppercase;
font-family: "Roboto Condensed", sans-serif;
font-weight: bold;
font-size: 0.9rem;
}
a.nav-link:hover {
color: var(--blue);
}
.navbar-toggler:focus {
outline: none;
}
.navbar-toggler span {
width: 24px;
height: 2px;
margin-bottom: 2px;
margin-top: 2px;
background-color: var(--light-black);
display: block;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
/* Support Search Section*/
header {
background: transparent
linear-gradient(160deg, var(--pink) 0%, var(--green-2) 100%) 0% 0% no-repeat
padding-box;
}
.support-search p {
font-weight: bold;
color: var(--light-black);
}
.form-control.search {
border-radius: 0;
line-height: 3rem;
}
input.form-control.search::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: var(--medium-grey);
font-size: 0.9rem;
}
input.form-control.search::-moz-placeholder {
/* Firefox 19+ */
color: var(--medium-grey);
font-size: 0.9rem;
}
input.form-control.search:-ms-input-placeholder {
/* IE 10+ */
color: var(--medium-grey);
font-size: 0.9rem;
}
input.form-control.search:-moz-placeholder {
/* Firefox 18- */
color: var(--medium-grey);
font-size: 0.9rem;
}
button.btn.search {
color: var(--white);
background-color: var(--orange);
border-radius: 0;
padding: 1.07rem 1.8rem;
font-family: "Roboto Condensed", sans-serif;
text-transform: uppercase;
}
button.btn.search:hover {
opacity: 0.6;
}
/* How it Works section */
section.how-it-works .container {
background-color: var(--white);
color: var(--grey);
}
section.how-it-works p {
padding-top: 1.11rem;
color: var(--light-black);
font-family: "Roboto Condensed", sans-serif;
letter-spacing: -0.2px;
}
/* How it Works Mobile */
section.how-it-works-mobile {
background-color: var(--white);
display: none;
}
section.how-it-works-mobile h4 {
padding-bottom: 1rem;
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 1.25rem;
color: var(--orange);
}
section.how-it-works-mobile p {
font-size: 0.875rem;
padding-top: 1rem;
}
section.how-it-works-mobile span {
font-size: 1rem;
font-weight: bold;
}
.actions .carousel-indicators {
left: 0;
top: auto;
bottom: -25px;
}
.actions .carousel-indicators li {
background: var(--green-2);
border-radius: 50%;
width: 8px;
height: 8px;
}
.actions .carousel-indicators .active {
background: var(--orange);
}
/* Search-City Section*/
section.search-city {
padding-top: 2rem;
}
section.search-city img {
margin-bottom: 1rem;
}
section.search-city a {
font-family: "Roboto Condensed", sans-serif;
font-size: 1.3rem;
color: var(--light-black);
}
section.search-city a:hover {
text-decoration: none;
color: var(--blue);
}
.load-more {
margin-top: 2.5rem;
}
.load-more p {
text-transform: uppercase;
text-align: center;
font-family: "Roboto Condensed", sans-serif;
color: var(--blue);
border-top: 1px solid var(--blue);
border-bottom: 1px solid var(--blue);
width: 35%;
display: block;
margin: 0 auto;
padding: 12px;
font-weight: bold;
cursor: pointer;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.load-more p:hover {
color: var(--light-black);
border-top: 1px solid var(--light-black);
border-bottom: 1px solid var(--light-black);
}
/* Search-City Section Mobile*/
section.search-city-mobile {
display: none;
}
section.search-city-mobile h4 {
padding-bottom: 1rem;
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 2rem;
color: var(--orange);
}
section.search-city-mobile img {
margin-bottom: 1rem;
}
section.search-city-mobile a {
font-family: "Roboto Condensed", sans-serif;
font-size: 1.2rem;
color: var(--grey);
}
section.search-city-mobile a:hover {
text-decoration: none;
color: var(--medium-grey);
}
.cities .carousel-indicators {
display: none;
}
.cities .carousel-control-next,
.cities .carousel-control-prev {
bottom: 20%;
}
/* Business Action Section*/
section.business-action {
background: transparent
linear-gradient(179deg, #c8e6e1 0%, #c7e6e1 39%, #8cd8d5 100%) 0% 0%
no-repeat padding-box;
font-size: 0.7rem;
padding-top: 6rem;
}
section.business-action p {
color: var(--light-black);
font-size: 0.75rem;
}
section.business-action h5 {
font-family: "Roboto", sans-serif;
font-size: 1.44rem;
color: var(--green-4);
font-weight: bold;
}
section.business-action .btn {
color: var(--blue);
background-color: transparent;
border-radius: 0;
font-family: "Roboto Condensed", sans-serif;
text-transform: uppercase;
font-weight: bold;
padding: 0;
}
section.business-action .btn:hover {
color: var(--light-black);
}
section.business-action span {
font-weight: bold;
}
/* Footer */
footer {
padding-top: 4rem;
padding-bottom: 3rem;
background-color: var(--light-black);
}
footer .logo-footer img {
width: 62px;
}
footer a.logo-footer:hover {
opacity: 0.6;
}
footer p {
font-size: 0.875rem;
}
footer h4 {
font-family: "Roboto Condensed", sans-serif;
text-transform: uppercase;
font-weight: bold;
font-size: 1rem;
color: var(--orange);
}
footer h5 {
font-weight: bold;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
font-size: 1.22rem;
}
footer .first h5{
text-transform: uppercase;
font-family: "Roboto Condensed", sans-serif;
margin-bottom: 0;
}
footer .first p {
font-size: 1rem;
color: var(--white);
font-weight: bold;
}
footer .second p {
color: var(--white);
}
footer .second a {
text-decoration: underline;
color: var(--pink);
}
footer .second a:hover {
color: var(--orange);
}
/* Media Queries*/
@media (min-width: 992px) {
section.how-it-works {
position: relative;
bottom: 12rem;
height: 300px;
}
section.how-it-works .container {
position: relative;
right: 5%;
max-width: 90%;
padding-top: 4rem;
border-top-right-radius: 150px;
}
.support-search {
height: 500px;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 1rem;
padding-left: 1rem;
}
nav.navbar {
padding: 20px 60px;
}
}
@media (max-width: 768px) {
:root {
font-size: 16px;
}
a.navbar-brand img {
width: 60%;
}
.action-item:first-of-type {
padding-bottom: 3rem;
}
section.how-it-works .container {
padding: 0rem;
}
.load-more p {
width: 85%;
}
}
@media (max-width: 575px) {
section,
footer {
padding-top: 3rem;
padding-bottom: 2rem;
}
a.nav-link {
font-size: 0.8rem;
}
section.support-search h1,
section.support-search p {
display: none;
}
section.business-action {
padding-top: 3rem;
padding-bottom: 3rem;
}
section.business-action .action-content {
padding-top: 1rem;
}
a.navbar-brand img {
width: 120px;
}
.btn.search {
width: 100%;
}
section.how-it-works {
padding-top: 0;
display: none;
}
section.how-it-works,
section.search-city {
text-align: center;
}
section.how-it-works img,
section.search-city img {
display: block;
margin: auto;
}
section.business-action p {
margin-top: 1rem;
font-size: 0.875rem;
}
section.how-it-works-mobile {
display: block;
}
section.search-city {
display: none;
}
section.search-city-mobile {
display: block;
}
footer .first {
padding-bottom: 1rem;
}
} | mockup/css/main.css | :root {
--light-black: #272727;
--white: #ffffff;
--blue: #2f5fc7;
--green-1: #d6f4ef;
--green-2: #c5e7e2;
--green-3: #8cd8d5;
--green-4: #00beab;
--orange: #f7686c;
--pink: #ffcfd3;
--medium-grey: #a8a8a8;
--dark-grey: #343434;
font-size: 18px;
}
/* General */
body {
color: var(--light-black);
font-family: "Open Sans", sans-serif;
background-color: var(--white);
}
section {
padding-top: 4rem;
padding-bottom: 3rem;
}
p {
font-size: 1.125rem;
}
h1 {
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 3rem;
color: var(--blue);
}
h2 {
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 2.1rem;
color: var(--orange);
padding-bottom: 1rem;
}
a,
button.btn {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
button {
cursor: pointer;
}
button.btn:focus {
outline: none;
box-shadow: none;
}
/* Navbar */
a.navbar-brand img {
width: 100%;
}
a.navbar-brand img:hover {
opacity: 0.6;
}
a.nav-link {
color: var(--light-black);
text-transform: uppercase;
font-family: "Roboto Condensed", sans-serif;
font-weight: bold;
font-size: 0.9rem;
}
a.nav-link:hover {
color: var(--blue);
}
.navbar-toggler:focus {
outline: none;
}
.navbar-toggler span {
width: 24px;
height: 2px;
margin-bottom: 2px;
margin-top: 2px;
background-color: var(--light-black);
display: block;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
/* Support Search Section*/
header {
background: transparent
linear-gradient(160deg, var(--pink) 0%, var(--green-2) 100%) 0% 0% no-repeat
padding-box;
}
.support-search p {
font-weight: bold;
color: var(--light-black);
}
.form-control.search {
border-radius: 0;
line-height: 3rem;
}
input.form-control.search::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: var(--medium-grey);
font-size: 0.9rem;
}
input.form-control.search::-moz-placeholder {
/* Firefox 19+ */
color: var(--medium-grey);
font-size: 0.9rem;
}
input.form-control.search:-ms-input-placeholder {
/* IE 10+ */
color: var(--medium-grey);
font-size: 0.9rem;
}
input.form-control.search:-moz-placeholder {
/* Firefox 18- */
color: var(--medium-grey);
font-size: 0.9rem;
}
button.btn.search {
color: var(--white);
background-color: var(--orange);
border-radius: 0;
padding: 1.07rem 1.8rem;
font-family: "Roboto Condensed", sans-serif;
text-transform: uppercase;
}
button.btn.search:hover {
opacity: 0.6;
}
/* How it Works section */
section.how-it-works .container {
background-color: var(--white);
color: var(--grey);
}
section.how-it-works p {
padding-top: 1.11rem;
color: var(--light-black);
font-family: "Roboto Condensed", sans-serif;
letter-spacing: -0.2px;
}
/* How it Works Mobile */
section.how-it-works-mobile {
background-color: var(--white);
display: none;
}
section.how-it-works-mobile h4 {
padding-bottom: 1rem;
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 1.25rem;
color: var(--orange);
}
section.how-it-works-mobile p {
font-size: 0.875rem;
padding-top: 1rem;
}
section.how-it-works-mobile span {
font-size: 1rem;
font-weight: bold;
}
.actions .carousel-indicators {
left: 0;
top: auto;
bottom: -25px;
}
.actions .carousel-indicators li {
background: var(--green-2);
border-radius: 50%;
width: 8px;
height: 8px;
}
.actions .carousel-indicators .active {
background: var(--orange);
}
/* Search-City Section*/
section.search-city {
padding-top: 2rem;
}
section.search-city img {
margin-bottom: 1rem;
}
section.search-city a {
font-family: "Roboto Condensed", sans-serif;
font-size: 1.3rem;
color: var(--light-black);
}
section.search-city a:hover {
text-decoration: none;
color: var(--blue);
}
.load-more {
margin-top: 2.5rem;
}
.load-more p {
text-transform: uppercase;
text-align: center;
font-family: "Roboto Condensed", sans-serif;
color: var(--blue);
border-top: 1px solid var(--blue);
border-bottom: 1px solid var(--blue);
width: 35%;
display: block;
margin: 0 auto;
padding: 12px;
font-weight: bold;
cursor: pointer;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.load-more p:hover {
color: var(--light-black);
border-top: 1px solid var(--light-black);
border-bottom: 1px solid var(--light-black);
}
/* Search-City Section Mobile*/
section.search-city-mobile {
display: none;
}
section.search-city-mobile h4 {
padding-bottom: 1rem;
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 2rem;
color: var(--orange);
}
section.search-city-mobile img {
margin-bottom: 1rem;
}
section.search-city-mobile a {
font-family: "Roboto Condensed", sans-serif;
font-size: 1.2rem;
color: var(--grey);
}
section.search-city-mobile a:hover {
text-decoration: none;
color: var(--medium-grey);
}
.cities .carousel-indicators {
display: none;
}
.cities .carousel-control-next,
.cities .carousel-control-prev {
bottom: 20%;
}
/* Business Action Section*/
section.business-action {
background: transparent
linear-gradient(179deg, #c8e6e1 0%, #c7e6e1 39%, #8cd8d5 100%) 0% 0%
no-repeat padding-box;
font-size: 0.7rem;
padding-top: 6rem;
}
section.business-action p {
color: var(--light-black);
font-size: 0.75rem;
}
section.business-action h5 {
font-family: "Roboto", sans-serif;
font-size: 1.44rem;
color: var(--green-4);
font-weight: bold;
}
section.business-action .btn {
color: var(--blue);
background-color: transparent;
border-radius: 0;
font-family: "Roboto Condensed", sans-serif;
text-transform: uppercase;
font-weight: bold;
padding: 0;
}
section.business-action .btn:hover {
color: var(--light-black);
}
section.business-action span {
font-weight: bold;
}
/* Footer */
footer {
padding-top: 4rem;
padding-bottom: 3rem;
background-color: var(--light-black);
}
footer .logo-footer img {
width: 62px;
}
footer a.logo-footer:hover {
opacity: 0.6;
}
footer p {
font-size: 0.875rem;
}
footer h4 {
font-family: "Roboto Condensed", sans-serif;
text-transform: uppercase;
font-weight: bold;
font-size: 1rem;
color: var(--orange);
}
footer h5 {
font-weight: bold;
font-family: "Roboto Condensed", sans-serif;
color: var(--orange);
font-size: 1.22rem;
}
footer .first h5{
text-transform: uppercase;
font-family: "Roboto Condensed", sans-serif;
margin-bottom: 0;
}
footer .first p {
font-size: 1rem;
color: var(--white);
font-weight: bold;
}
footer .second p {
color: var(--white);
}
footer .second a {
text-decoration: underline;
color: var(--pink);
}
footer .second a:hover {
color: var(--orange);
}
/* Media Queries*/
@media (min-width: 992px) {
section.how-it-works {
position: relative;
bottom: 12rem;
height: 300px;
}
section.how-it-works .container {
position: relative;
right: 5%;
max-width: 90%;
padding-top: 4rem;
border-top-right-radius: 150px;
}
.support-search {
height: 500px;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 1rem;
padding-left: 1rem;
}
nav.navbar {
padding: 20px 60px;
}
}
@media (max-width: 768px) {
:root {
font-size: 16px;
}
a.navbar-brand img {
width: 60%;
}
.action-item:first-of-type {
padding-bottom: 3rem;
}
section.how-it-works .container {
padding: 0rem;
}
.load-more p {
width: 85%;
}
}
@media (max-width: 575px) {
section,
footer {
padding-top: 3rem;
padding-bottom: 2rem;
}
a.nav-link {
font-size: 0.8rem;
}
section.support-search h1,
section.support-search p {
display: none;
}
section.business-action {
padding-top: 3rem;
padding-bottom: 3rem;
}
section.business-action .action-content {
padding-top: 1rem;
}
a.navbar-brand img {
width: 120px;
}
.btn.search {
width: 100%;
}
section.how-it-works {
padding-top: 0;
display: none;
}
section.how-it-works,
section.search-city {
text-align: center;
}
section.how-it-works img,
section.search-city img {
display: block;
margin: auto;
}
section.business-action p {
margin-top: 1rem;
font-size: 0.875rem;
}
section.how-it-works-mobile {
display: block;
}
section.search-city {
display: none;
}
section.search-city-mobile {
display: block;
}
footer .first {
padding-bottom: 1rem;
}
} | 0.395018 | 0.104843 |
.resourceDragCursorPosition{
float: left;
width: 242px;
height: 45px;
margin-top: -35px;
margin-left: -107px;
box-sizing:content-box;
}
.resourceDragWithImg {
position: absolute;
z-index: 90;
top: 10px;
left: 10px;
background: none repeat scroll 0 0 #FFFFFF;
-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
-o-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
float: left;
width: 220px;
padding: 4px;
height: 20px;
border: 1px solid #DDDDDD;
box-sizing:content-box;
}
.resourceDragImage {
float: left;
height: 23px;
width: 33px;
margin-left: 3px;
background: url("${cdn.endpoint}/images/myresource-sprite.png") no-repeat scroll;
background-position: -8px -449px;
}
.resourceDragTitle {
display: block;
float: left;
font-size: 12px;
height: 15px;
margin-left: 5px;
width: 175px;
/* margin-top: 5px; */
color: #000000;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-top: 3px;
}
.plusImage {
height: 27px;
width: 27px;
z-index: 91;
background: url("${cdn.endpoint}/images/SearchDragImages/plus.png") no-repeat;
}
.minusImage {
height: 27px;
width: 27px;
z-index: 91;
background: url("${cdn.endpoint}/images/SearchDragImages/orangeminus.png") no-repeat;
}
/**************** Delete Confirmation Popup***************/
.dcp-deletePopupContainer {
border: 1px solid #CCCCCC;
margin: -4px 4px 4px;
}
.dcp-confirmMessageContainer {
padding: 8px 0 15px 10px;
width: 90%;
}
.dcp-deleteIcon {
background: url('${cdn.endpoint}/images/folders/exclamation-mark.png') no-repeat center;
width:55px;
height:55px;
margin:10px auto 20px auto;
}
.dcp-confirmMessageTitle {
}
.dcp-confirmMessages {
color: #515151;
font-size: 14px;
line-height: 31px;
/* float: left; */
display: inline;
}
.dcp-resourceIndex {
font-size: 15px;
line-height: 22px;
padding-top: 5px;
word-wrap: break-word;
display: inline;
}
.dcp-confirmMessageDelete {
color: #515151;
font-size: 14px;
line-height: 31px;
clear: both;
}
.dcp-confirmMessageOk {
color: #515151;
font-size: 14px;
line-height: 31px;
}
.dcp-inputText{
width: 300px;
height: 17px;
padding: 5px;
border: 1px solid #DDD;
font-family: arial, sans-serif;
font-size: 12px;
margin:10px 3px 0px 3px;
background-color:#f9f9f9;
}
.dcp-actionField {
text-align: center;
width: 100%;
clear: both;
margin-bottom: 4px;
}
.dcp-deleteOkayButton{
margin-right:10px;
}
.ssl-shareLinkBox {
border: 1px solid #ccc;
color: #414141;
font-size: 12px;
height: 46px;
resize: none;
width: 100%;
padding: 5px;
}
.ses-shelfItemSucessPopUp{
background: none repeat scroll 0 0 #FFFFFF;
clip: inherit !important;
overflow: visible !important;
position: absolute !important;
width: 486px;
z-index: 999999!important;
}
.ses-aleartDescText {
width: 69%;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 120%;
text-align: center;
padding: 15px 0px 0px 86px;
word-wrap: break-word;
}
.ses-aleartDescTextForNotLoggedInUser{
width:100%;
padding-left:61px;
padding-right:57px;
padding-top:28px
}
.ses-shelfItemSucessPopUpWithOutWidth{
background: none repeat scroll 0 0 #FFFFFF;
clip: inherit !important;
overflow: visible !important;
position: absolute !important;
z-index: 999999!important;
}
.ctt-collectionMetaDataTabTitle {
float: left;
padding: 9px 3.2%;
text-align: center;
cursor: pointer !important;
}
.ctt-collectionMetaDataTabTitle:hover {
background: none repeat scroll 0 0 #EFEFEF !important;
box-shadow: none !important;
}
.ctt-collectionMetaDataTabTitleActive, .ctt-collectionMetaDataTabTitleActive:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#f5f5f5)) !important;
background: -moz-linear-gradient(top, #ddd, #f5f5f5) !important;
box-shadow: inset 0 0 10px rgba(0,0,0,.1) !important;
cursor: default !important;
float: left;
padding: 9px 5.5%;
text-align: center;
}
.ctt-collectionMetaDataTabTitleDisabled {
color: #999;
background-color: transparent;
cursor: default !important;
float: left;
padding: 9px 3.4%;
text-align: center;
}
.app-shelfItemPopUp {
background: none repeat scroll 0 0 #FFFFFF;
clip: inherit !important;
overflow: visible !important;
position: absolute !important;
width: 547px;
z-index: 998;
}
/* Resource icons */
.icon-videoSmall,.icon-interactiveSmall,.icon-websiteSmall,.icon-examSmall,.icon-textbookSmall,.icon-handoutSmall,.icon-lessonSmall,.icon-slideSmall,.icon-questionSmall,.icon-challengeSmall,.icon-webpageSmall,.icon-imageSmall,.icon-otherSmall,.icon-audioSmall{
background: url("${cdn.endpoint}/images/resource-type-icons.png") no-repeat scroll;
float: left;
height: 20px;
width: 27px;
margin-right: 6px;
}
.icon-videoSmall {
background-position: 0px 0px;
}
.icon-interactiveSmall {
background-position: 0px -28px;
}
.icon-websiteSmall {
background-position: 0px -224px;
}
.icon-webpageSmall {
background-position: 0px -224px;
}
.icon-examSmall {
background-position: 0px -84px;
}
.icon-challengeSmall {
background-position: 0px -84px;
}
.icon-textbookSmall {
background-position: 0px -55px;
}
.icon-handoutSmall {
background-position: 0px -56px;
}
.icon-lessonSmall {
background-position: 0px -112px;
}
.icon-slideSmall {
background-position: 0px -168px;
}
.icon-questionSmall {
background-position: 0px -140px;
}
.icon-imageSmall {
background-position: 0px -251px;
}
.icon-audioSmall{
background-position: 0px -279px;
}
.icon-otherSmall{
background-position: 0px -307px;
}
.icon-myScollectionsIcon{
background: url("${cdn.endpoint}/images/folders/scollection-icon.png") no-repeat;
float: left;
height: 20px;
margin-right: 6px;
width: 27px;
} | src/main/resources/css/gooru-shelf.css |
.resourceDragCursorPosition{
float: left;
width: 242px;
height: 45px;
margin-top: -35px;
margin-left: -107px;
box-sizing:content-box;
}
.resourceDragWithImg {
position: absolute;
z-index: 90;
top: 10px;
left: 10px;
background: none repeat scroll 0 0 #FFFFFF;
-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
-o-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
float: left;
width: 220px;
padding: 4px;
height: 20px;
border: 1px solid #DDDDDD;
box-sizing:content-box;
}
.resourceDragImage {
float: left;
height: 23px;
width: 33px;
margin-left: 3px;
background: url("${cdn.endpoint}/images/myresource-sprite.png") no-repeat scroll;
background-position: -8px -449px;
}
.resourceDragTitle {
display: block;
float: left;
font-size: 12px;
height: 15px;
margin-left: 5px;
width: 175px;
/* margin-top: 5px; */
color: #000000;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-top: 3px;
}
.plusImage {
height: 27px;
width: 27px;
z-index: 91;
background: url("${cdn.endpoint}/images/SearchDragImages/plus.png") no-repeat;
}
.minusImage {
height: 27px;
width: 27px;
z-index: 91;
background: url("${cdn.endpoint}/images/SearchDragImages/orangeminus.png") no-repeat;
}
/**************** Delete Confirmation Popup***************/
.dcp-deletePopupContainer {
border: 1px solid #CCCCCC;
margin: -4px 4px 4px;
}
.dcp-confirmMessageContainer {
padding: 8px 0 15px 10px;
width: 90%;
}
.dcp-deleteIcon {
background: url('${cdn.endpoint}/images/folders/exclamation-mark.png') no-repeat center;
width:55px;
height:55px;
margin:10px auto 20px auto;
}
.dcp-confirmMessageTitle {
}
.dcp-confirmMessages {
color: #515151;
font-size: 14px;
line-height: 31px;
/* float: left; */
display: inline;
}
.dcp-resourceIndex {
font-size: 15px;
line-height: 22px;
padding-top: 5px;
word-wrap: break-word;
display: inline;
}
.dcp-confirmMessageDelete {
color: #515151;
font-size: 14px;
line-height: 31px;
clear: both;
}
.dcp-confirmMessageOk {
color: #515151;
font-size: 14px;
line-height: 31px;
}
.dcp-inputText{
width: 300px;
height: 17px;
padding: 5px;
border: 1px solid #DDD;
font-family: arial, sans-serif;
font-size: 12px;
margin:10px 3px 0px 3px;
background-color:#f9f9f9;
}
.dcp-actionField {
text-align: center;
width: 100%;
clear: both;
margin-bottom: 4px;
}
.dcp-deleteOkayButton{
margin-right:10px;
}
.ssl-shareLinkBox {
border: 1px solid #ccc;
color: #414141;
font-size: 12px;
height: 46px;
resize: none;
width: 100%;
padding: 5px;
}
.ses-shelfItemSucessPopUp{
background: none repeat scroll 0 0 #FFFFFF;
clip: inherit !important;
overflow: visible !important;
position: absolute !important;
width: 486px;
z-index: 999999!important;
}
.ses-aleartDescText {
width: 69%;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 120%;
text-align: center;
padding: 15px 0px 0px 86px;
word-wrap: break-word;
}
.ses-aleartDescTextForNotLoggedInUser{
width:100%;
padding-left:61px;
padding-right:57px;
padding-top:28px
}
.ses-shelfItemSucessPopUpWithOutWidth{
background: none repeat scroll 0 0 #FFFFFF;
clip: inherit !important;
overflow: visible !important;
position: absolute !important;
z-index: 999999!important;
}
.ctt-collectionMetaDataTabTitle {
float: left;
padding: 9px 3.2%;
text-align: center;
cursor: pointer !important;
}
.ctt-collectionMetaDataTabTitle:hover {
background: none repeat scroll 0 0 #EFEFEF !important;
box-shadow: none !important;
}
.ctt-collectionMetaDataTabTitleActive, .ctt-collectionMetaDataTabTitleActive:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#f5f5f5)) !important;
background: -moz-linear-gradient(top, #ddd, #f5f5f5) !important;
box-shadow: inset 0 0 10px rgba(0,0,0,.1) !important;
cursor: default !important;
float: left;
padding: 9px 5.5%;
text-align: center;
}
.ctt-collectionMetaDataTabTitleDisabled {
color: #999;
background-color: transparent;
cursor: default !important;
float: left;
padding: 9px 3.4%;
text-align: center;
}
.app-shelfItemPopUp {
background: none repeat scroll 0 0 #FFFFFF;
clip: inherit !important;
overflow: visible !important;
position: absolute !important;
width: 547px;
z-index: 998;
}
/* Resource icons */
.icon-videoSmall,.icon-interactiveSmall,.icon-websiteSmall,.icon-examSmall,.icon-textbookSmall,.icon-handoutSmall,.icon-lessonSmall,.icon-slideSmall,.icon-questionSmall,.icon-challengeSmall,.icon-webpageSmall,.icon-imageSmall,.icon-otherSmall,.icon-audioSmall{
background: url("${cdn.endpoint}/images/resource-type-icons.png") no-repeat scroll;
float: left;
height: 20px;
width: 27px;
margin-right: 6px;
}
.icon-videoSmall {
background-position: 0px 0px;
}
.icon-interactiveSmall {
background-position: 0px -28px;
}
.icon-websiteSmall {
background-position: 0px -224px;
}
.icon-webpageSmall {
background-position: 0px -224px;
}
.icon-examSmall {
background-position: 0px -84px;
}
.icon-challengeSmall {
background-position: 0px -84px;
}
.icon-textbookSmall {
background-position: 0px -55px;
}
.icon-handoutSmall {
background-position: 0px -56px;
}
.icon-lessonSmall {
background-position: 0px -112px;
}
.icon-slideSmall {
background-position: 0px -168px;
}
.icon-questionSmall {
background-position: 0px -140px;
}
.icon-imageSmall {
background-position: 0px -251px;
}
.icon-audioSmall{
background-position: 0px -279px;
}
.icon-otherSmall{
background-position: 0px -307px;
}
.icon-myScollectionsIcon{
background: url("${cdn.endpoint}/images/folders/scollection-icon.png") no-repeat;
float: left;
height: 20px;
margin-right: 6px;
width: 27px;
} | 0.242654 | 0.079032 |
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700&display=swap");
:root {
--primary-color: #800000;
--secondary-color: #f0d6d0;
--gray: #dddbda;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
p {
margin: 5px 0;
}
li {
list-style: none;
}
body {
background: linear-gradient(to top, var(--secondary-color), var(--primary-color));
font-family: "Nunito", sans-serif;
display: flex;
justify-content: center;
position: relative;
}
.container {
margin: auto;
width: 500px;
height: calc(100vh - 20px);
margin: 20px 0 0 0;
display: flex;
flex-direction: column;
align-items: center;
color: #fff;
}
.container .profile {
width: 104px;
margin-bottom: 20px;
height: 104px;
border-radius: 50%;
object-fit: cover;
z-index: 99;
}
.container h1 {
margin: 0;
font-size: 18px;
}
.container .subtitle {
font-size: 14px;
color: #e3e3e3;
}
.social-media-container {
display: flex;
height: 65px;
width: 223px;
justify-content: space-around;
align-items: center;
background: rgba(224, 224, 224, 0.35);
border-radius: 50px;
position: absolute;
top: -32px;
left: calc(50% - 111px);
z-index: 1;
}
.social-media-container a {
background: #fff;
border-radius: 50%;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
}
.social-media-container svg {
color: var(--primary-color);
}
.social-media-container a:hover {
background-color: var(--primary-color);
}
.social-media-container a:hover svg {
color: #ffffff;
}
.info-container {
background: #fff;
width: 100%;
height: 100%;
border-radius: 50px 50px 0 0;
position: relative;
margin-top: 40px;
}
.content {
padding: 50px 30px 20px;
width: 100%;
color: #43085f;
overflow: hidden;
position: relative;
}
.secondary-content {
visibility: hidden;
background: #fff;
width: 100%;
height: 100%;
position: absolute;
left: 100%;
top: 50px;
z-index: 2;
padding: 0 30px;
}
.secondary-content h3 {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.secondary-content h3 svg {
margin-right: 10px;
}
.secondary-content.show {
animation: content-show 0.5s forwards;
}
.secondary-content.hide {
animation: content-hide 0.5s forwards;
}
@keyframes content-show {
0% {
left: 100%;
visibility: hidden;
}
100% {
left: 0;
visibility: visible;
}
}
@keyframes content-hide {
0% {
left: 0;
visibility: visible;
}
100% {
left: 100%;
visibility: hidden;
}
}
.video-container {
overflow: hidden;
position: relative;
width: 100%;
height: 250px;
border-radius: 16px;
margin: 20px 0;
}
.video-container iframe {
position: absolute;
width: 100%;
height: 100%;
}
.link {
margin: 15px auto;
width: 100%;
height: 45px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #bcbcbc;
border-radius: 16px;
text-decoration: none;
color: #43085f;
cursor: pointer;
-webkit-box-shadow: 4px 4px 18px -5px rgba(179, 179, 179, 0.72);
-moz-box-shadow: 4px 4px 18px -5px rgba(179, 179, 179, 0.72);
box-shadow: 4px 4px 18px -5px rgba(179, 179, 179, 0.72);
}
.link.highlight {
background: var(--primary-color);
border: 1px solid var(--primary-color);
color: #fff;
font-weight: bold;
}
.link.highlight:hover {
background: rgba(128,0,0,0.9)
} | style.css | @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700&display=swap");
:root {
--primary-color: #800000;
--secondary-color: #f0d6d0;
--gray: #dddbda;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
p {
margin: 5px 0;
}
li {
list-style: none;
}
body {
background: linear-gradient(to top, var(--secondary-color), var(--primary-color));
font-family: "Nunito", sans-serif;
display: flex;
justify-content: center;
position: relative;
}
.container {
margin: auto;
width: 500px;
height: calc(100vh - 20px);
margin: 20px 0 0 0;
display: flex;
flex-direction: column;
align-items: center;
color: #fff;
}
.container .profile {
width: 104px;
margin-bottom: 20px;
height: 104px;
border-radius: 50%;
object-fit: cover;
z-index: 99;
}
.container h1 {
margin: 0;
font-size: 18px;
}
.container .subtitle {
font-size: 14px;
color: #e3e3e3;
}
.social-media-container {
display: flex;
height: 65px;
width: 223px;
justify-content: space-around;
align-items: center;
background: rgba(224, 224, 224, 0.35);
border-radius: 50px;
position: absolute;
top: -32px;
left: calc(50% - 111px);
z-index: 1;
}
.social-media-container a {
background: #fff;
border-radius: 50%;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
}
.social-media-container svg {
color: var(--primary-color);
}
.social-media-container a:hover {
background-color: var(--primary-color);
}
.social-media-container a:hover svg {
color: #ffffff;
}
.info-container {
background: #fff;
width: 100%;
height: 100%;
border-radius: 50px 50px 0 0;
position: relative;
margin-top: 40px;
}
.content {
padding: 50px 30px 20px;
width: 100%;
color: #43085f;
overflow: hidden;
position: relative;
}
.secondary-content {
visibility: hidden;
background: #fff;
width: 100%;
height: 100%;
position: absolute;
left: 100%;
top: 50px;
z-index: 2;
padding: 0 30px;
}
.secondary-content h3 {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.secondary-content h3 svg {
margin-right: 10px;
}
.secondary-content.show {
animation: content-show 0.5s forwards;
}
.secondary-content.hide {
animation: content-hide 0.5s forwards;
}
@keyframes content-show {
0% {
left: 100%;
visibility: hidden;
}
100% {
left: 0;
visibility: visible;
}
}
@keyframes content-hide {
0% {
left: 0;
visibility: visible;
}
100% {
left: 100%;
visibility: hidden;
}
}
.video-container {
overflow: hidden;
position: relative;
width: 100%;
height: 250px;
border-radius: 16px;
margin: 20px 0;
}
.video-container iframe {
position: absolute;
width: 100%;
height: 100%;
}
.link {
margin: 15px auto;
width: 100%;
height: 45px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #bcbcbc;
border-radius: 16px;
text-decoration: none;
color: #43085f;
cursor: pointer;
-webkit-box-shadow: 4px 4px 18px -5px rgba(179, 179, 179, 0.72);
-moz-box-shadow: 4px 4px 18px -5px rgba(179, 179, 179, 0.72);
box-shadow: 4px 4px 18px -5px rgba(179, 179, 179, 0.72);
}
.link.highlight {
background: var(--primary-color);
border: 1px solid var(--primary-color);
color: #fff;
font-weight: bold;
}
.link.highlight:hover {
background: rgba(128,0,0,0.9)
} | 0.530966 | 0.09426 |
.multi .quick-fill-select option.multi-battle {
display: none !important; }
.multi .cup-select, .multi .format-select {
display: none; }
.train .poke {
display: block;
width: 100%; }
.train .poke:first-of-type {
float: left; }
.train .poke:last-of-type {
float: right; }
.train .poke.ai-options {
float: right; }
.train .poke h3:first-of-type {
margin: 0; }
.train .poke .options {
display: none; }
.train .poke .custom-options,
.train .poke .poke-stats {
display: block; }
.train .poke .section-title,
.train .poke .rank {
text-align: left; }
.train .poke p {
text-align: left;
font-size: 12px; }
.train .featured-team-section {
margin-top: 10px;
display: none; }
.featured-team-description {
display: none;
text-align: center; }
.featured-team-description img {
max-width: 75px;
margin: 0 auto; }
.featured-team-description a h3 {
color: #003748;
margin-top: 0;
font-size: 16px;
font-weight: bold !important;
text-decoration: underline; }
.featured-team-description h5 {
font-size: 14px;
text-align: left;
margin: 10px 0 5px 0; }
.featured-team-description .featured-team-preview {
padding: 5px;
border: 1px solid;
border-radius: 12px; }
.featured-team-description .featured-team-preview .preview-poke {
display: flex;
margin-bottom: 5px; }
.featured-team-description .featured-team-preview .preview-poke:last-of-type {
margin-bottom: 0; }
.featured-team-description .featured-team-preview .preview-poke .sprite-container {
width: 32px;
height: 32px;
background: none;
border: none;
padding: 0;
margin-right: 10px; }
.featured-team-description .featured-team-preview .preview-poke h6, .featured-team-description .featured-team-preview .preview-poke p {
margin: 0; }
.featured-team-description .featured-team-preview .preview-poke h6 {
text-align: left;
font-size: 14px; }
.featured-team-description .featured-team-preview .preview-poke p {
font-size: 12px; }
.ai-options .poke.multi {
float: none;
display: none; }
.ai-options .poke.multi .poke-stats {
background: none;
padding: 0; }
a.random {
margin-top: 5px; }
.section.battle {
text-align: center; }
.battle-active {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-moz-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
/* iOS Safari */
-webkit-user-select: none;
/* Safari */
-khtml-user-select: none;
/* Konqueror HTML */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* Internet Explorer/Edge */
user-select: none;
/* Non-prefixed version, currently
supported by Chrome and Opera */ }
.battle-active .battle-window {
display: inline-block; }
.battle-active header {
display: none; }
.battle-active #main {
padding-top: 0; }
.battle-window {
display: none;
background: rgba(255, 255, 255, 0.75);
margin: 0 auto;
overflow: hidden;
position: relative;
box-shadow: 0px 5px 15px;
cursor: pointer;
touch-action: manipulation; }
.battle-window .img-block {
visibility: hidden;
max-width: 100%; }
.battle-window .top {
padding-top: 5px;
text-align: center;
position: absolute;
width: 100%;
top: 0;
z-index: 10; }
.battle-window .top .timer {
display: none;
color: #eee;
width: 60px;
height: 60px;
border-radius: 60px;
background: rgba(0, 0, 0, 0.75);
margin: 0 auto; }
.battle-window .top .timer .text {
display: table-cell;
vertical-align: middle;
font-size: 28px; }
.battle-window .top .shields {
background-size: contain;
background-image: url("../img/shield.png");
background-repeat: no-repeat;
padding-left: 24px;
font-size: 14px;
height: 15px;
margin-top: 2px; }
.battle-window .top .shields.left {
left: 6%; }
.battle-window .top .shields.right {
right: 6%; }
.battle-window .top .shields.no-shields {
color: #ff0000; }
.battle-window .top .team-indicator {
position: absolute;
background: rgba(255, 255, 255, 0.75);
border-radius: 8px;
display: flex;
flex-wrap: wrap;
top: 15px;
padding: 3px;
max-width: 35%;
justify-content: space-between; }
.battle-window .top .team-indicator.left {
left: 2.5%; }
.battle-window .top .team-indicator.left .cmp {
left: 0; }
.battle-window .top .team-indicator.right {
right: 2.5%; }
.battle-window .top .team-indicator.right .cp {
text-align: left; }
.battle-window .top .team-indicator.right .name {
text-align: right; }
.battle-window .top .team-indicator.right .cmp {
right: 0; }
.battle-window .top .team-indicator .name, .battle-window .top .team-indicator .cp, .battle-window .top .team-indicator .balls {
width: 50%;
font-size: 12px;
font-weight: bold;
text-align: left; }
.battle-window .top .team-indicator .cp {
text-align: right; }
.battle-window .top .team-indicator .balls {
display: flex; }
.battle-window .top .team-indicator .ball {
width: 14px;
height: 14px;
border-radius: 40px;
background: #ff0000;
margin: 3px 3px; }
.battle-window .top .team-indicator .ball.fainted {
background: #000; }
.battle-window .top .team-indicator .cmp {
position: absolute;
top: 110%;
font-weight: bold;
font-size: 12px;
padding: 5px;
background: rgba(0, 0, 0, 0.25);
color: #eee;
border-radius: 12px; }
.battle-window .top .team-indicator .featured-team-description {
position: absolute;
top: 190%;
right: 0; }
.battle-window .top .team-indicator .featured-team-description img {
max-width: 45px; }
.battle-window .scene {
position: absolute;
width: 150%;
height: 150%;
left: -25%;
top: -25%;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s; }
.battle-window .scene .background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("../img/train/pvp-bg.jpg");
background-repeat: no-repeat;
background-position: center bottom; }
.battle-window .scene .pokemon-container {
position: absolute;
width: 37.5%; }
.battle-window .scene .pokemon-container.self {
bottom: 30%;
left: 20%; }
.battle-window .scene .pokemon-container.self .pokemon {
-moz-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
-o-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1); }
.battle-window .scene .pokemon-container.self .pokemon .main-sprite, .battle-window .scene .pokemon-container.self .pokemon .secondary-sprite {
z-index: 10; }
.battle-window .scene .pokemon-container.self .pokemon .shadow {
z-index: 20; }
.battle-window .scene .pokemon-container.self .fast-move-circle-container {
top: -10px;
left: -70px; }
.battle-window .scene .pokemon-container.opponent {
bottom: 55%;
right: 25%; }
.battle-window .scene .pokemon-container.opponent .shield-sprite {
z-index: 20; }
.battle-window .scene .pokemon-container.opponent .fast-move-circle-container {
top: 25px;
left: -60px;
z-index: 25; }
.battle-window .scene .pokemon-container h3 {
display: inline-block;
padding: 5px;
margin: 0 0 5px 0;
line-height: 18px;
border-radius: 12px;
text-align: center; }
.battle-window .scene .pokemon-container .messages {
text-align: center; }
.battle-window .scene .pokemon-container .pokemon {
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
position: relative;
width: 100px;
height: 100px;
margin: 0 auto; }
.battle-window .scene .pokemon-container .pokemon .fast-move-circle-container {
position: absolute;
width: 100px;
height: 100px;
display: flex;
justify-content: center;
align-items: center; }
.battle-window .scene .pokemon-container .pokemon .fast-move-circle {
width: 100px;
height: 100px;
border-radius: 300px;
opacity: 0; }
.battle-window .scene .pokemon-container .pokemon .shadow {
width: 151px;
height: 62px;
background: url("../img/train/sprite-shadow.png");
background-size: 100%;
background-repeat: no-repeat;
position: absolute;
z-index: 5;
top: 65px;
left: -25px;
opacity: 0.45; }
.battle-window .scene .pokemon-container .pokemon .shield-sprite-container {
position: absolute;
top: 0;
left: 0; }
.battle-window .scene .pokemon-container .pokemon .shield-sprite-container.active .shield-sprite {
opacity: .85; }
.battle-window .scene .pokemon-container .pokemon .shield-sprite-container .shield-sprite {
width: 65px;
height: 55px;
background: url("../img/train/shield.png");
background-size: cover;
background-repeat: no-repeat;
position: absolute;
opacity: 0; }
.battle-window .scene .pokemon-container .pokemon .shield-sprite-container .shield-sprite:nth-of-type(1) {
-webkit-transition: all 0.75s ease 0s;
-moz-transition: all 0.75s ease 0s;
-o-transition: all 0.75s ease 0s;
transition: all 0.75s ease 0s;
top: -15px; }
.battle-window .scene .pokemon-container .pokemon .shield-sprite-container .shield-sprite:nth-of-type(2) {
-webkit-transition: all 0.75s ease 0.05s;
-moz-transition: all 0.75s ease 0.05s;
-o-transition: all 0.75s ease 0.05s;
transition: all 0.75s ease 0.05s;
top: 15px;
left: 52px; }
.battle-window .scene .pokemon-container .pokemon .shield-sprite-container .shield-sprite:nth-of-type(3) {
-webkit-transition: all 0.75s ease 0.15s;
-moz-transition: all 0.75s ease 0.15s;
-o-transition: all 0.75s ease 0.15s;
transition: all 0.75s ease 0.15s;
top: 45px; }
.battle-window .scene .pokemon-container .pokemon .shield-sprite-container .shield-sprite:nth-of-type(4) {
-webkit-transition: all 0.75s ease 0.2s;
-moz-transition: all 0.75s ease 0.2s;
-o-transition: all 0.75s ease 0.2s;
transition: all 0.75s ease 0.2s;
top: 15px;
left: -52px; }
.battle-window .scene .pokemon-container .hp.bar-back {
border: 2px solid #666;
height: 20px;
width: 90%;
margin: 0 auto 20px auto; }
.battle-window .scene .pokemon-container .hp.bar-back .bar {
position: relative;
top: -12px; }
.battle-window .scene .pokemon-container .hp.bar-back .bar.damage {
background: #ff5115;
position: relative;
top: 0px;
-webkit-transition: width 0.2s ease 0.5s;
-moz-transition: width 0.2s ease 0.5s;
-o-transition: width 0.2s ease 0.5s;
transition: width 0.2s ease 0.5s; }
.battle-window .scene .pokemon-container .hp.bar-back .bar[color="yellow"] {
background: #eabd49; }
.battle-window .scene .pokemon-container .hp.bar-back .bar[color="red"] {
background: #e11414; }
.battle-window .controls {
position: absolute;
bottom: 0;
width: 100%;
height: 40%;
background: rgba(0, 0, 0, 0.85);
/* Old browsers */
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 99%) !important;
/* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 99%) !important;
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 99%) !important;
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.battle-window .controls .move-bars {
position: absolute;
bottom: 35%;
width: 100%; }
.battle-window .controls .move-bars .move-bar {
display: block;
width: 70px;
height: 70px;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s; }
.battle-window .controls .move-bars .move-bar .bar {
-webkit-transition: background-position-y 0.2s ease-out 0s;
-moz-transition: background-position-y 0.2s ease-out 0s;
-o-transition: background-position-y 0.2s ease-out 0s;
transition: background-position-y 0.2s ease-out 0s;
background: url(../img/train/type-gradients.jpg);
background-repeat: no-repeat;
border-radius: 40px; }
.battle-window .controls .move-bars .move-bar .bar-back {
border-radius: 40px; }
.battle-window .controls .move-bars .move-bar .label {
font-size: 24px;
padding-top: 18px;
pointer-events: none; }
.battle-window .controls .move-bars .move-bar.active {
border: 3px solid #000;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
-moz-transform: scale(1.25, 1.25);
-webkit-transform: scale(1.25, 1.25);
-o-transform: scale(1.25, 1.25);
-ms-transform: scale(1.25, 1.25);
transform: scale(1.25, 1.25); }
.battle-window .controls .move-bars .move-bar.active:active {
-moz-transform: scale(1.15, 1.15);
-webkit-transform: scale(1.15, 1.15);
-o-transform: scale(1.15, 1.15);
-ms-transform: scale(1.15, 1.15);
transform: scale(1.15, 1.15); }
.battle-window .controls .switch-btn {
width: 40px;
height: 35px;
border-radius: 40px;
background: rgba(0, 0, 0, 0.5);
border: 2px solid #000;
text-align: center;
padding-top: 5px;
font-size: 24px;
font-weight: bold;
position: absolute;
z-index: 25;
bottom: 5%;
right: 5%;
-webkit-text-fill-color: #eee;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000; }
.battle-window .controls .switch-btn.active {
background: #eee; }
.battle-window .controls .auto-tap-container {
position: absolute;
width: 100%;
bottom: 10px; }
.battle-window .controls .auto-tap-container .auto-tap {
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
display: inline-block;
background: #888;
padding: 5px;
border-radius: 12px;
font-weight: bold; }
.battle-window .controls .auto-tap-container .auto-tap.active {
background: #ee2222;
color: #eee; }
.battle-window .controls .button-stack {
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
position: absolute;
background: rgba(255, 255, 255, 0.85);
padding: 5px 2px;
border-radius: 8px;
left: 2.5%;
top: -80%; }
.battle-window .controls .button-stack div {
width: 16px;
height: 19px;
margin: 10px 0;
background-position: center center;
background-repeat: no-repeat; }
.battle-window .controls .button-stack div:first-of-type {
margin-top: 0; }
.battle-window .controls .button-stack div:last-of-type {
margin-bottom: 0; }
.battle-window .controls .button-stack .pause-btn {
background-image: url("../img/playback_pause.png"); }
.battle-window .controls .button-stack .pause-btn.active {
background-image: url("../img/playback_play.png"); }
.battle-window .controls .button-stack .restart-btn {
background-image: url("../img/playback_replay.png"); }
.battle-window .shield-window {
width: 100%;
height: 40%;
position: absolute;
left: 0;
bottom: 0;
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.25s ease 0s;
-moz-transition: all 0.25s ease 0s;
-o-transition: all 0.25s ease 0s;
transition: all 0.25s ease 0s; }
.battle-window .shield-window.closed {
pointer-events: none;
bottom: -50%; }
.battle-window .shield-window .container .close {
font-weight: bold;
text-transform: uppercase;
cursor: pointer; }
.battle-window .shield-window .container .shield {
width: 109px;
height: 94px;
margin: 1em auto;
cursor: pointer;
background: url("../img/train/shield.png");
background-size: contain; }
.battle-window .shield-window, .battle-window .switch-window, .battle-window .charge-window {
position: absolute;
height: 50%;
bottom: 0;
width: 100%;
text-align: center;
color: #eee;
opacity: 0;
pointer-events: none; }
.battle-window .shield-window .container,
.battle-window .switch-window .container {
width: 90%;
margin: 0 auto;
height: 100%;
border-radius: 12px;
background: rgba(0, 0, 0, 0.5);
color: #eee;
text-align: center;
padding: 30px;
box-sizing: border-box; }
.battle-window .charge-window {
-webkit-transition: all 0.25s ease 0.25s;
-moz-transition: all 0.25s ease 0.25s;
-o-transition: all 0.25s ease 0.25s;
transition: all 0.25s ease 0.25s; }
.battle-window .charge-window .container p {
padding: 10px;
border-radius: 8px;
background: rgba(0, 0, 0, 0.5); }
.battle-window .charge-window .container .move-bar {
display: block;
width: 120px;
height: 120px;
border-radius: 120px;
border: 6px solid #eee; }
.battle-window .charge-window .container .move-bar .label {
font-size: 60px;
padding-top: 22px; }
.battle-window .charge-window .rings {
position: absolute;
width: 500px;
height: 500px;
left: 50%;
bottom: -25%;
margin-left: -250px; }
.battle-window .charge-window .rings .ring-container {
position: absolute;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center; }
.battle-window .charge-window .rings .ring-container .ring {
border: 4px solid #eee;
border-radius: 500px; }
.battle-window .charge-window .rings .ring-container:nth-of-type(1) .ring {
max-width: 90%;
max-height: 90%; }
.battle-window .charge-window .rings .ring-container:nth-of-type(2) .ring {
max-width: 95%;
max-height: 95%; }
.battle-window .charge-window .rings .ring-container:nth-of-type(3) .ring {
max-width: 100%;
max-height: 100%; }
.battle-window .switch-window {
height: 30%;
opacity: 1;
text-align: center;
z-index: 20;
bottom: -30%;
-webkit-transition: all 0.25s ease 0s;
-moz-transition: all 0.25s ease 0s;
-o-transition: all 0.25s ease 0s;
transition: all 0.25s ease 0s; }
.battle-window .switch-window.active {
bottom: 0;
pointer-events: all; }
.battle-window .switch-window p {
margin-top: 0; }
.battle-window .switch-window .container {
padding: 15px 30px; }
.battle-window .animate-message {
position: absolute;
width: 100%;
text-align: center;
top: 37%;
opacity: 0;
pointer-events: none;
z-index: 25;
-webkit-transition: all 0.25s ease 0.25s;
-moz-transition: all 0.25s ease 0.25s;
-o-transition: all 0.25s ease 0.25s;
transition: all 0.25s ease 0.25s; }
.battle-window .animate-message .text {
margin: 0 auto;
display: inline-block;
background: rgba(0, 0, 0, 0.65);
color: #eee;
padding: 10px;
border-radius: 12px;
font-size: 18px; }
.battle-window .countdown {
width: 100%;
height: 100%;
position: absolute;
z-index: 20;
top: 0;
left: 0;
display: none;
justify-content: center;
align-items: center;
pointer-events: none; }
.battle-window .countdown .text {
font-size: 300px;
font-weight: bold;
text-transform: uppercase;
color: #eee; }
.battle-window .countdown.animate .text {
font-size: 72px;
-webkit-transition: all 0.9s ease 0s;
-moz-transition: all 0.9s ease 0s;
-o-transition: all 0.9s ease 0s;
transition: all 0.9s ease 0s; }
.battle-window[phase="suspend_charged_shield"] .timer {
display: table; }
.battle-window[phase="suspend_charged_shield"] .shield-window {
opacity: 1;
pointer-events: all; }
.battle-window[phase="suspend_charged_shield"] .controls .move-bars {
display: none; }
.battle-window[phase="suspend_charged_shield"] .controls .button-stack,
.battle-window[phase="suspend_charged_shield"] .controls .move-bar,
.battle-window[phase="suspend_charged_shield"] .controls .switch-btn {
display: none !important; }
.battle-window[phase="suspend_charged_shield"] .team-indicator {
display: none; }
.battle-window[phase="suspend_charged_shield"] .scene {
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
.battle-window[phase="suspend_charged_no_shields"] .animate-message {
opacity: 1; }
.battle-window[phase="suspend_charged_no_shields"] .controls .move-bars {
display: none; }
.battle-window[phase="suspend_charged_no_shields"] .controls .button-stack,
.battle-window[phase="suspend_charged_no_shields"] .controls .move-bar,
.battle-window[phase="suspend_charged_no_shields"] .controls .switch-btn {
display: none !important; }
.battle-window[phase="suspend_charged_no_shields"] .team-indicator {
display: none; }
.battle-window[phase="suspend_charged_no_shields"] .scene {
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
.battle-window[phase="suspend_charged_attack"] .timer {
display: table; }
.battle-window[phase="suspend_charged_attack"] .animate-message {
opacity: 1; }
.battle-window[phase="suspend_charged_attack"] .charge-window {
opacity: 1;
pointer-events: all; }
.battle-window[phase="suspend_charged_attack"] .controls .move-bars {
display: none; }
.battle-window[phase="suspend_charged_attack"] .controls .button-stack,
.battle-window[phase="suspend_charged_attack"] .controls .move-bar,
.battle-window[phase="suspend_charged_attack"] .controls .switch-btn {
display: none !important; }
.battle-window[phase="suspend_charged_attack"] .team-indicator {
display: none; }
.battle-window[phase="suspend_charged_attack"] .scene {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.battle-window[phase="suspend_switch_self"] .timer {
display: table; }
.battle-window[phase="suspend_switch_self"] .switch-window {
bottom: 0;
pointer-events: all; }
.battle-window[phase="suspend_switch_self"] .controls .button-stack,
.battle-window[phase="suspend_switch_self"] .controls .move-bar,
.battle-window[phase="suspend_switch_self"] .controls .switch-btn {
display: none !important; }
.battle-window[phase="suspend_switch"] .animate-message {
opacity: 1; }
.battle-window[phase="suspend_switch"] .controls .button-stack,
.battle-window[phase="suspend_switch"] .controls .move-bar,
.battle-window[phase="suspend_switch"] .controls .switch-btn {
display: none !important; }
.battle-window[phase="animating"] .animate-message {
opacity: 1; }
.battle-window[phase="animating"] .team-indicator {
display: none; }
.battle-window[phase="animating"] .controls .button-stack {
display: none !important; }
.battle-window[phase="countdown"] .top, .battle-window[phase="countdown"] .controls {
display: none; }
.battle-window[phase="countdown"] .countdown {
display: flex; }
.battle-window[phase="game_over_screen"] {
display: inline-block; }
.battle-window[phase="game_over_screen"] .end-screen-container {
bottom: -10px; }
.battle-window[phase="game_paused"] .countdown {
display: flex; }
.battle-window[mode="single"] .button.next-round {
display: none; }
.team-select .pokemon-container,
.switch-window .pokemon-container {
display: flex;
justify-content: space-around; }
.team-select .pokemon-container .sprite-container,
.switch-window .pokemon-container .sprite-container {
opacity: 0.25;
overflow: hidden; }
.team-select .pokemon-container .name,
.switch-window .pokemon-container .name {
padding: 5px;
border-radius: 12px;
margin-top: 5px;
max-width: 100px;
font-weight: bold; }
.team-select .pokemon-container .name, .team-select .pokemon-container .cp,
.switch-window .pokemon-container .name,
.switch-window .pokemon-container .cp {
text-align: center; }
.team-select .pokemon-container .pokemon.active .sprite-container,
.switch-window .pokemon-container .pokemon.active .sprite-container {
opacity: 1; }
.team-select {
display: none; }
.team-select .pokemon-container {
justify-content: space-between;
flex-wrap: wrap; }
.team-select .pokemon-container .pokemon {
width: 100px;
margin-bottom: 10px; }
.team-select .pokemon-container .pokemon .number {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #0088a6;
color: #eee;
font-weight: bold;
display: none; }
.team-select .pokemon-container .pokemon.selected .number {
display: block;
opacity: 0.9;
font-size: 40px;
text-align: center;
padding-top: 5px; }
.team-select .self, .team-select .opponent {
background: rgba(255, 255, 255, 0.75);
border-radius: 12px;
padding: 10px 0; }
.team-select .self h3, .team-select .opponent h3 {
margin-top: 0; }
.team-select .self .pokemon, .team-select .opponent .pokemon {
cursor: pointer; }
.team-select .lets-go-btn {
display: none; }
/* END SCREEN */
.end-screen-container {
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
position: absolute;
z-index: 50;
width: 100%;
bottom: -100%; }
.end-screen-container .end-screen {
width: 90%;
margin: 0 auto;
padding-bottom: 20px;
min-height: 450px;
box-shadow: #000 0px 0px 15px;
background: rgba(255, 255, 255, 0.95); }
.end-screen-container .buttons {
display: flex; }
.end-screen-container .buttons .button {
font-size: 14px; }
.end-screen-container .tabs {
display: flex; }
.end-screen-container .tabs a.tab {
display: block;
width: 33%;
text-align: center;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
padding: 5px; }
.end-screen-container .tabs a.tab[href="damage"] {
color: #ed4f34; }
.end-screen-container .tabs a.tab[href="damage"].active {
background: #ed4f34;
color: #eee; }
.end-screen-container .tabs a.tab[href="shields"] {
color: #cb28c1; }
.end-screen-container .tabs a.tab[href="shields"].active {
background: #cb28c1;
color: #eee; }
.end-screen-container .tabs a.tab[href="energy"] {
color: #aecb28; }
.end-screen-container .tabs a.tab[href="energy"].active {
background: #aecb28;
color: #eee; }
.end-screen-container h3.result {
margin: 0; }
.end-screen-container .tab-section {
display: none; }
.end-screen-container .tab-content-container {
height: 300px;
overflow-y: scroll;
margin-top: 10px; }
.end-screen-container p.description {
font-size: 12px; }
.end-screen-container p.description:first-of-type {
margin-top: 0; }
.end-screen-container .damage h3 {
font-size: 14px;
margin: 0;
text-align: left; }
.end-screen-container .damage h3.center {
text-align: center; }
.end-screen-container .damage .damage-section {
padding: 10px;
border-radius: 12px;
background: #eee;
position: relative; }
.end-screen-container .damage .damage-section .avg-line {
height: 100%;
width: 0px;
border: 1px dotted rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 49.75%; }
.end-screen-container .damage .avg-label {
display: inline-block;
font-size: 12px; }
.end-screen-container .pokemon-entry {
display: flex;
margin-bottom: 15px; }
.end-screen-container .pokemon-entry:last-of-type {
margin-bottom: 0; }
.end-screen-container .pokemon-entry .name {
text-align: left;
font-size: 12px; }
.end-screen-container .pokemon-entry .poke-icon {
width: 25%; }
.end-screen-container .pokemon-entry .damage-container {
width: 75%;
display: flex; }
.end-screen-container .pokemon-entry .damage-container .damage-bar,
.end-screen-container .pokemon-entry .damage-container .shield-bar {
width: 100%;
height: 12px;
border-radius: 12px;
position: relative;
z-index: 5px; }
.end-screen-container .pokemon-entry .damage-container .damage-bar {
background: url("../img/train/damage-bar-bg.jpg");
background-position: -40px 0; }
.end-screen-container .pokemon-entry .damage-container .shield-bar {
background: url(../img/train/shield-bar-bg.jpg);
background-size: 200%;
background-position: 70% 0;
margin-left: 2px; }
.end-screen-container .stats-table {
width: 100%; }
/* POKEMON SPRITES */
.sprite-container {
width: 36px;
height: 36px;
border: 1px solid #0088a6;
border-radius: 12px;
padding: 10px;
background: #333;
margin: 0 auto;
position: relative; }
.main-sprite,
.secondary-sprite,
.white-sprite {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: 600% 300%; }
.main-sprite {
background-image: url("../img/train/substitute-sprite-main.png"); }
.secondary-sprite {
background-image: url("../img/train/substitute-sprite-secondary.png"); }
.white-sprite {
-webkit-transition: opacity 0.75s ease 0s;
-moz-transition: opacity 0.75s ease 0s;
-o-transition: opacity 0.75s ease 0s;
transition: opacity 0.75s ease 0s;
background-image: url("../img/train/substitute-sprite-white.png");
background-size: 100%;
background-repeat: no-repeat;
opacity: 0;
z-index: 25; }
.pokemon[type-1="bug"] .main-sprite,
.pokemon[type-2="bug"] .secondary-sprite {
background-position: 0 0; }
.pokemon[type-1="dark"] .main-sprite,
.pokemon[type-2="dark"] .secondary-sprite {
background-position: -100% 0; }
.pokemon[type-1="dragon"] .main-sprite,
.pokemon[type-2="dragon"] .secondary-sprite {
background-position: -200% 0; }
.pokemon[type-1="electric"] .main-sprite,
.pokemon[type-2="electric"] .secondary-sprite {
background-position: -300% 0; }
.pokemon[type-1="fairy"] .main-sprite,
.pokemon[type-2="fairy"] .secondary-sprite {
background-position: -400% 0; }
.pokemon[type-1="fighting"] .main-sprite,
.pokemon[type-2="fighting"] .secondary-sprite {
background-position: -500% 0; }
.pokemon[type-1="fire"] .main-sprite,
.pokemon[type-2="fire"] .secondary-sprite {
background-position: 0% -100%; }
.pokemon[type-1="flying"] .main-sprite,
.pokemon[type-2="flying"] .secondary-sprite {
background-position: -100% -100%; }
.pokemon[type-1="ghost"] .main-sprite,
.pokemon[type-2="ghost"] .secondary-sprite {
background-position: -200% -100%; }
.pokemon[type-1="grass"] .main-sprite,
.pokemon[type-2="grass"] .secondary-sprite {
background-position: -300% -100%; }
.pokemon[type-1="ground"] .main-sprite,
.pokemon[type-2="ground"] .secondary-sprite {
background-position: -400% -100%; }
.pokemon[type-1="ice"] .main-sprite,
.pokemon[type-2="ice"] .secondary-sprite {
background-position: -500% -100%; }
.pokemon[type-1="normal"] .main-sprite,
.pokemon[type-2="normal"] .secondary-sprite {
background-position: 0% -200%; }
.pokemon[type-1="poison"] .main-sprite,
.pokemon[type-2="poison"] .secondary-sprite {
background-position: -100% -200%; }
.pokemon[type-1="psychic"] .main-sprite,
.pokemon[type-2="psychic"] .secondary-sprite {
background-position: -200% -200%; }
.pokemon[type-1="rock"] .main-sprite,
.pokemon[type-2="rock"] .secondary-sprite {
background-position: -300% -200%; }
.pokemon[type-1="steel"] .main-sprite,
.pokemon[type-2="steel"] .secondary-sprite {
background-position: -400% -200%; }
.pokemon[type-1="water"] .main-sprite,
.pokemon[type-2="water"] .secondary-sprite {
background-position: -500% -200%; }
/* ANIMATIONS */
.battle-window .scene .pokemon-container[cooldown="500"] {
-webkit-transition: all 0.25s ease-out 0s;
-moz-transition: all 0.25s ease-out 0s;
-o-transition: all 0.25s ease-out 0s;
transition: all 0.25s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="500"] .fast-move-circle {
-webkit-transition: all 0.25s ease-out 0s;
-moz-transition: all 0.25s ease-out 0s;
-o-transition: all 0.25s ease-out 0s;
transition: all 0.25s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="1000"] {
-webkit-transition: all 0.75s ease-out 0s;
-moz-transition: all 0.75s ease-out 0s;
-o-transition: all 0.75s ease-out 0s;
transition: all 0.75s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="1000"] .fast-move-circle {
-webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="1500"] {
-webkit-transition: all 1.25s ease-out 0s;
-moz-transition: all 1.25s ease-out 0s;
-o-transition: all 1.25s ease-out 0s;
transition: all 1.25s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="1500"] .fast-move-circle {
-webkit-transition: all 1s ease-out 0s;
-moz-transition: all 1s ease-out 0s;
-o-transition: all 1s ease-out 0s;
transition: all 1s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="2000"] {
-webkit-transition: all 1.75s ease-out 0s;
-moz-transition: all 1.75s ease-out 0s;
-o-transition: all 1.75s ease-out 0s;
transition: all 1.75s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="2000"] .fast-move-circle {
-webkit-transition: all 1.5s ease-out 0s;
-moz-transition: all 1.5s ease-out 0s;
-o-transition: all 1.5s ease-out 0s;
transition: all 1.5s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="2500"] {
-webkit-transition: all 2.25s ease-out 0s;
-moz-transition: all 2.25s ease-out 0s;
-o-transition: all 2.25s ease-out 0s;
transition: all 2.25s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="2500"] .fast-move-circle {
-webkit-transition: all 2s ease-out 0s;
-moz-transition: all 2s ease-out 0s;
-o-transition: all 2s ease-out 0s;
transition: all 2s ease-out 0s; }
.battle-window .scene .pokemon-container.animate-fast {
-webkit-transition: all 0.25s ease-out 0s;
-moz-transition: all 0.25s ease-out 0s;
-o-transition: all 0.25s ease-out 0s;
transition: all 0.25s ease-out 0s; }
.battle-window .scene .pokemon-container.animate-fast.self {
bottom: 31%;
left: 21%; }
.battle-window .scene .pokemon-container.animate-fast.opponent {
bottom: 54%;
right: 26%; }
.battle-window .scene .pokemon-container.animate-fast .fast-move-circle {
-webkit-transition: all 0s ease-out 0s;
-moz-transition: all 0s ease-out 0s;
-o-transition: all 0s ease-out 0s;
transition: all 0s ease-out 0s;
width: 20px;
height: 20px;
opacity: 1; }
.battle-window .scene .pokemon-container.animate-switch .pokemon {
-moz-transform: scale(0, 0);
-webkit-transform: scale(0, 0);
-o-transform: scale(0, 0);
-ms-transform: scale(0, 0);
transform: scale(0, 0); }
.battle-window .scene .pokemon-container.animate-switch .pokemon .white-sprite {
opacity: 1; }
.battle-window .scene .pokemon-container.animate-switch .pokemon .shadow {
display: none; }
.battle-window .scene .pokemon-container.animate-switch .hp, .battle-window .scene .pokemon-container.animate-switch .name, .battle-window .scene .pokemon-container.animate-switch .messages {
display: none; }
.move-bar .bar[type="bug"] {
background-position-x: 0px !important; }
.move-bar .bar[type="dark"] {
background-position-x: -200px !important; }
.move-bar .bar[type="dragon"] {
background-position-x: -400px !important; }
.move-bar .bar[type="electric"] {
background-position-x: -600px !important; }
.move-bar .bar[type="fairy"] {
background-position-x: -800px !important; }
.move-bar .bar[type="fighting"] {
background-position-x: -1000px !important; }
.move-bar .bar[type="fire"] {
background-position-x: -1200px !important; }
.move-bar .bar[type="flying"] {
background-position-x: -1400px !important; }
.move-bar .bar[type="ghost"] {
background-position-x: -1600px !important; }
.move-bar .bar[type="grass"] {
background-position-x: -1800px !important; }
.move-bar .bar[type="ground"] {
background-position-x: -2000px !important; }
.move-bar .bar[type="ice"] {
background-position-x: -2200px !important; }
.move-bar .bar[type="normal"] {
background-position-x: -2400px !important; }
.move-bar .bar[type="poison"] {
background-position-x: -2600px !important; }
.move-bar .bar[type="psychic"] {
background-position-x: -2800px !important; }
.move-bar .bar[type="rock"] {
background-position-x: -3000px !important; }
.move-bar .bar[type="steel"] {
background-position-x: -3200px !important; }
.move-bar .bar[type="water"] {
background-position-x: -3400px !important; }
@media only screen and (max-width: 720px) {
.train > .poke {
width: 49%; }
.team-select.self, .team-select.opponent {
padding: 5px 0; }
.team-select h3.center {
margin: 5px 0;
font-size: 16px; }
.team-select h4 {
margin-bottom: 0; }
.team-select .roster .pokemon .sprite-container {
width: 25px;
height: 25px; }
.team-select .roster .pokemon .cp {
font-size: 12px; }
.team-select .roster .pokemon .name {
margin-top: 0;
font-size: 14px;
line-height: 14px; }
.team-select .number {
padding-top: 2px !important; } } | src/css/train.css | .multi .quick-fill-select option.multi-battle {
display: none !important; }
.multi .cup-select, .multi .format-select {
display: none; }
.train .poke {
display: block;
width: 100%; }
.train .poke:first-of-type {
float: left; }
.train .poke:last-of-type {
float: right; }
.train .poke.ai-options {
float: right; }
.train .poke h3:first-of-type {
margin: 0; }
.train .poke .options {
display: none; }
.train .poke .custom-options,
.train .poke .poke-stats {
display: block; }
.train .poke .section-title,
.train .poke .rank {
text-align: left; }
.train .poke p {
text-align: left;
font-size: 12px; }
.train .featured-team-section {
margin-top: 10px;
display: none; }
.featured-team-description {
display: none;
text-align: center; }
.featured-team-description img {
max-width: 75px;
margin: 0 auto; }
.featured-team-description a h3 {
color: #003748;
margin-top: 0;
font-size: 16px;
font-weight: bold !important;
text-decoration: underline; }
.featured-team-description h5 {
font-size: 14px;
text-align: left;
margin: 10px 0 5px 0; }
.featured-team-description .featured-team-preview {
padding: 5px;
border: 1px solid;
border-radius: 12px; }
.featured-team-description .featured-team-preview .preview-poke {
display: flex;
margin-bottom: 5px; }
.featured-team-description .featured-team-preview .preview-poke:last-of-type {
margin-bottom: 0; }
.featured-team-description .featured-team-preview .preview-poke .sprite-container {
width: 32px;
height: 32px;
background: none;
border: none;
padding: 0;
margin-right: 10px; }
.featured-team-description .featured-team-preview .preview-poke h6, .featured-team-description .featured-team-preview .preview-poke p {
margin: 0; }
.featured-team-description .featured-team-preview .preview-poke h6 {
text-align: left;
font-size: 14px; }
.featured-team-description .featured-team-preview .preview-poke p {
font-size: 12px; }
.ai-options .poke.multi {
float: none;
display: none; }
.ai-options .poke.multi .poke-stats {
background: none;
padding: 0; }
a.random {
margin-top: 5px; }
.section.battle {
text-align: center; }
.battle-active {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-moz-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
/* iOS Safari */
-webkit-user-select: none;
/* Safari */
-khtml-user-select: none;
/* Konqueror HTML */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* Internet Explorer/Edge */
user-select: none;
/* Non-prefixed version, currently
supported by Chrome and Opera */ }
.battle-active .battle-window {
display: inline-block; }
.battle-active header {
display: none; }
.battle-active #main {
padding-top: 0; }
.battle-window {
display: none;
background: rgba(255, 255, 255, 0.75);
margin: 0 auto;
overflow: hidden;
position: relative;
box-shadow: 0px 5px 15px;
cursor: pointer;
touch-action: manipulation; }
.battle-window .img-block {
visibility: hidden;
max-width: 100%; }
.battle-window .top {
padding-top: 5px;
text-align: center;
position: absolute;
width: 100%;
top: 0;
z-index: 10; }
.battle-window .top .timer {
display: none;
color: #eee;
width: 60px;
height: 60px;
border-radius: 60px;
background: rgba(0, 0, 0, 0.75);
margin: 0 auto; }
.battle-window .top .timer .text {
display: table-cell;
vertical-align: middle;
font-size: 28px; }
.battle-window .top .shields {
background-size: contain;
background-image: url("../img/shield.png");
background-repeat: no-repeat;
padding-left: 24px;
font-size: 14px;
height: 15px;
margin-top: 2px; }
.battle-window .top .shields.left {
left: 6%; }
.battle-window .top .shields.right {
right: 6%; }
.battle-window .top .shields.no-shields {
color: #ff0000; }
.battle-window .top .team-indicator {
position: absolute;
background: rgba(255, 255, 255, 0.75);
border-radius: 8px;
display: flex;
flex-wrap: wrap;
top: 15px;
padding: 3px;
max-width: 35%;
justify-content: space-between; }
.battle-window .top .team-indicator.left {
left: 2.5%; }
.battle-window .top .team-indicator.left .cmp {
left: 0; }
.battle-window .top .team-indicator.right {
right: 2.5%; }
.battle-window .top .team-indicator.right .cp {
text-align: left; }
.battle-window .top .team-indicator.right .name {
text-align: right; }
.battle-window .top .team-indicator.right .cmp {
right: 0; }
.battle-window .top .team-indicator .name, .battle-window .top .team-indicator .cp, .battle-window .top .team-indicator .balls {
width: 50%;
font-size: 12px;
font-weight: bold;
text-align: left; }
.battle-window .top .team-indicator .cp {
text-align: right; }
.battle-window .top .team-indicator .balls {
display: flex; }
.battle-window .top .team-indicator .ball {
width: 14px;
height: 14px;
border-radius: 40px;
background: #ff0000;
margin: 3px 3px; }
.battle-window .top .team-indicator .ball.fainted {
background: #000; }
.battle-window .top .team-indicator .cmp {
position: absolute;
top: 110%;
font-weight: bold;
font-size: 12px;
padding: 5px;
background: rgba(0, 0, 0, 0.25);
color: #eee;
border-radius: 12px; }
.battle-window .top .team-indicator .featured-team-description {
position: absolute;
top: 190%;
right: 0; }
.battle-window .top .team-indicator .featured-team-description img {
max-width: 45px; }
.battle-window .scene {
position: absolute;
width: 150%;
height: 150%;
left: -25%;
top: -25%;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s; }
.battle-window .scene .background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("../img/train/pvp-bg.jpg");
background-repeat: no-repeat;
background-position: center bottom; }
.battle-window .scene .pokemon-container {
position: absolute;
width: 37.5%; }
.battle-window .scene .pokemon-container.self {
bottom: 30%;
left: 20%; }
.battle-window .scene .pokemon-container.self .pokemon {
-moz-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
-o-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1); }
.battle-window .scene .pokemon-container.self .pokemon .main-sprite, .battle-window .scene .pokemon-container.self .pokemon .secondary-sprite {
z-index: 10; }
.battle-window .scene .pokemon-container.self .pokemon .shadow {
z-index: 20; }
.battle-window .scene .pokemon-container.self .fast-move-circle-container {
top: -10px;
left: -70px; }
.battle-window .scene .pokemon-container.opponent {
bottom: 55%;
right: 25%; }
.battle-window .scene .pokemon-container.opponent .shield-sprite {
z-index: 20; }
.battle-window .scene .pokemon-container.opponent .fast-move-circle-container {
top: 25px;
left: -60px;
z-index: 25; }
.battle-window .scene .pokemon-container h3 {
display: inline-block;
padding: 5px;
margin: 0 0 5px 0;
line-height: 18px;
border-radius: 12px;
text-align: center; }
.battle-window .scene .pokemon-container .messages {
text-align: center; }
.battle-window .scene .pokemon-container .pokemon {
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
position: relative;
width: 100px;
height: 100px;
margin: 0 auto; }
.battle-window .scene .pokemon-container .pokemon .fast-move-circle-container {
position: absolute;
width: 100px;
height: 100px;
display: flex;
justify-content: center;
align-items: center; }
.battle-window .scene .pokemon-container .pokemon .fast-move-circle {
width: 100px;
height: 100px;
border-radius: 300px;
opacity: 0; }
.battle-window .scene .pokemon-container .pokemon .shadow {
width: 151px;
height: 62px;
background: url("../img/train/sprite-shadow.png");
background-size: 100%;
background-repeat: no-repeat;
position: absolute;
z-index: 5;
top: 65px;
left: -25px;
opacity: 0.45; }
.battle-window .scene .pokemon-container .pokemon .shield-sprite-container {
position: absolute;
top: 0;
left: 0; }
.battle-window .scene .pokemon-container .pokemon .shield-sprite-container.active .shield-sprite {
opacity: .85; }
.battle-window .scene .pokemon-container .pokemon .shield-sprite-container .shield-sprite {
width: 65px;
height: 55px;
background: url("../img/train/shield.png");
background-size: cover;
background-repeat: no-repeat;
position: absolute;
opacity: 0; }
.battle-window .scene .pokemon-container .pokemon .shield-sprite-container .shield-sprite:nth-of-type(1) {
-webkit-transition: all 0.75s ease 0s;
-moz-transition: all 0.75s ease 0s;
-o-transition: all 0.75s ease 0s;
transition: all 0.75s ease 0s;
top: -15px; }
.battle-window .scene .pokemon-container .pokemon .shield-sprite-container .shield-sprite:nth-of-type(2) {
-webkit-transition: all 0.75s ease 0.05s;
-moz-transition: all 0.75s ease 0.05s;
-o-transition: all 0.75s ease 0.05s;
transition: all 0.75s ease 0.05s;
top: 15px;
left: 52px; }
.battle-window .scene .pokemon-container .pokemon .shield-sprite-container .shield-sprite:nth-of-type(3) {
-webkit-transition: all 0.75s ease 0.15s;
-moz-transition: all 0.75s ease 0.15s;
-o-transition: all 0.75s ease 0.15s;
transition: all 0.75s ease 0.15s;
top: 45px; }
.battle-window .scene .pokemon-container .pokemon .shield-sprite-container .shield-sprite:nth-of-type(4) {
-webkit-transition: all 0.75s ease 0.2s;
-moz-transition: all 0.75s ease 0.2s;
-o-transition: all 0.75s ease 0.2s;
transition: all 0.75s ease 0.2s;
top: 15px;
left: -52px; }
.battle-window .scene .pokemon-container .hp.bar-back {
border: 2px solid #666;
height: 20px;
width: 90%;
margin: 0 auto 20px auto; }
.battle-window .scene .pokemon-container .hp.bar-back .bar {
position: relative;
top: -12px; }
.battle-window .scene .pokemon-container .hp.bar-back .bar.damage {
background: #ff5115;
position: relative;
top: 0px;
-webkit-transition: width 0.2s ease 0.5s;
-moz-transition: width 0.2s ease 0.5s;
-o-transition: width 0.2s ease 0.5s;
transition: width 0.2s ease 0.5s; }
.battle-window .scene .pokemon-container .hp.bar-back .bar[color="yellow"] {
background: #eabd49; }
.battle-window .scene .pokemon-container .hp.bar-back .bar[color="red"] {
background: #e11414; }
.battle-window .controls {
position: absolute;
bottom: 0;
width: 100%;
height: 40%;
background: rgba(0, 0, 0, 0.85);
/* Old browsers */
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 99%) !important;
/* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 99%) !important;
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 99%) !important;
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.battle-window .controls .move-bars {
position: absolute;
bottom: 35%;
width: 100%; }
.battle-window .controls .move-bars .move-bar {
display: block;
width: 70px;
height: 70px;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s; }
.battle-window .controls .move-bars .move-bar .bar {
-webkit-transition: background-position-y 0.2s ease-out 0s;
-moz-transition: background-position-y 0.2s ease-out 0s;
-o-transition: background-position-y 0.2s ease-out 0s;
transition: background-position-y 0.2s ease-out 0s;
background: url(../img/train/type-gradients.jpg);
background-repeat: no-repeat;
border-radius: 40px; }
.battle-window .controls .move-bars .move-bar .bar-back {
border-radius: 40px; }
.battle-window .controls .move-bars .move-bar .label {
font-size: 24px;
padding-top: 18px;
pointer-events: none; }
.battle-window .controls .move-bars .move-bar.active {
border: 3px solid #000;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
-moz-transform: scale(1.25, 1.25);
-webkit-transform: scale(1.25, 1.25);
-o-transform: scale(1.25, 1.25);
-ms-transform: scale(1.25, 1.25);
transform: scale(1.25, 1.25); }
.battle-window .controls .move-bars .move-bar.active:active {
-moz-transform: scale(1.15, 1.15);
-webkit-transform: scale(1.15, 1.15);
-o-transform: scale(1.15, 1.15);
-ms-transform: scale(1.15, 1.15);
transform: scale(1.15, 1.15); }
.battle-window .controls .switch-btn {
width: 40px;
height: 35px;
border-radius: 40px;
background: rgba(0, 0, 0, 0.5);
border: 2px solid #000;
text-align: center;
padding-top: 5px;
font-size: 24px;
font-weight: bold;
position: absolute;
z-index: 25;
bottom: 5%;
right: 5%;
-webkit-text-fill-color: #eee;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000; }
.battle-window .controls .switch-btn.active {
background: #eee; }
.battle-window .controls .auto-tap-container {
position: absolute;
width: 100%;
bottom: 10px; }
.battle-window .controls .auto-tap-container .auto-tap {
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
display: inline-block;
background: #888;
padding: 5px;
border-radius: 12px;
font-weight: bold; }
.battle-window .controls .auto-tap-container .auto-tap.active {
background: #ee2222;
color: #eee; }
.battle-window .controls .button-stack {
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
position: absolute;
background: rgba(255, 255, 255, 0.85);
padding: 5px 2px;
border-radius: 8px;
left: 2.5%;
top: -80%; }
.battle-window .controls .button-stack div {
width: 16px;
height: 19px;
margin: 10px 0;
background-position: center center;
background-repeat: no-repeat; }
.battle-window .controls .button-stack div:first-of-type {
margin-top: 0; }
.battle-window .controls .button-stack div:last-of-type {
margin-bottom: 0; }
.battle-window .controls .button-stack .pause-btn {
background-image: url("../img/playback_pause.png"); }
.battle-window .controls .button-stack .pause-btn.active {
background-image: url("../img/playback_play.png"); }
.battle-window .controls .button-stack .restart-btn {
background-image: url("../img/playback_replay.png"); }
.battle-window .shield-window {
width: 100%;
height: 40%;
position: absolute;
left: 0;
bottom: 0;
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.25s ease 0s;
-moz-transition: all 0.25s ease 0s;
-o-transition: all 0.25s ease 0s;
transition: all 0.25s ease 0s; }
.battle-window .shield-window.closed {
pointer-events: none;
bottom: -50%; }
.battle-window .shield-window .container .close {
font-weight: bold;
text-transform: uppercase;
cursor: pointer; }
.battle-window .shield-window .container .shield {
width: 109px;
height: 94px;
margin: 1em auto;
cursor: pointer;
background: url("../img/train/shield.png");
background-size: contain; }
.battle-window .shield-window, .battle-window .switch-window, .battle-window .charge-window {
position: absolute;
height: 50%;
bottom: 0;
width: 100%;
text-align: center;
color: #eee;
opacity: 0;
pointer-events: none; }
.battle-window .shield-window .container,
.battle-window .switch-window .container {
width: 90%;
margin: 0 auto;
height: 100%;
border-radius: 12px;
background: rgba(0, 0, 0, 0.5);
color: #eee;
text-align: center;
padding: 30px;
box-sizing: border-box; }
.battle-window .charge-window {
-webkit-transition: all 0.25s ease 0.25s;
-moz-transition: all 0.25s ease 0.25s;
-o-transition: all 0.25s ease 0.25s;
transition: all 0.25s ease 0.25s; }
.battle-window .charge-window .container p {
padding: 10px;
border-radius: 8px;
background: rgba(0, 0, 0, 0.5); }
.battle-window .charge-window .container .move-bar {
display: block;
width: 120px;
height: 120px;
border-radius: 120px;
border: 6px solid #eee; }
.battle-window .charge-window .container .move-bar .label {
font-size: 60px;
padding-top: 22px; }
.battle-window .charge-window .rings {
position: absolute;
width: 500px;
height: 500px;
left: 50%;
bottom: -25%;
margin-left: -250px; }
.battle-window .charge-window .rings .ring-container {
position: absolute;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center; }
.battle-window .charge-window .rings .ring-container .ring {
border: 4px solid #eee;
border-radius: 500px; }
.battle-window .charge-window .rings .ring-container:nth-of-type(1) .ring {
max-width: 90%;
max-height: 90%; }
.battle-window .charge-window .rings .ring-container:nth-of-type(2) .ring {
max-width: 95%;
max-height: 95%; }
.battle-window .charge-window .rings .ring-container:nth-of-type(3) .ring {
max-width: 100%;
max-height: 100%; }
.battle-window .switch-window {
height: 30%;
opacity: 1;
text-align: center;
z-index: 20;
bottom: -30%;
-webkit-transition: all 0.25s ease 0s;
-moz-transition: all 0.25s ease 0s;
-o-transition: all 0.25s ease 0s;
transition: all 0.25s ease 0s; }
.battle-window .switch-window.active {
bottom: 0;
pointer-events: all; }
.battle-window .switch-window p {
margin-top: 0; }
.battle-window .switch-window .container {
padding: 15px 30px; }
.battle-window .animate-message {
position: absolute;
width: 100%;
text-align: center;
top: 37%;
opacity: 0;
pointer-events: none;
z-index: 25;
-webkit-transition: all 0.25s ease 0.25s;
-moz-transition: all 0.25s ease 0.25s;
-o-transition: all 0.25s ease 0.25s;
transition: all 0.25s ease 0.25s; }
.battle-window .animate-message .text {
margin: 0 auto;
display: inline-block;
background: rgba(0, 0, 0, 0.65);
color: #eee;
padding: 10px;
border-radius: 12px;
font-size: 18px; }
.battle-window .countdown {
width: 100%;
height: 100%;
position: absolute;
z-index: 20;
top: 0;
left: 0;
display: none;
justify-content: center;
align-items: center;
pointer-events: none; }
.battle-window .countdown .text {
font-size: 300px;
font-weight: bold;
text-transform: uppercase;
color: #eee; }
.battle-window .countdown.animate .text {
font-size: 72px;
-webkit-transition: all 0.9s ease 0s;
-moz-transition: all 0.9s ease 0s;
-o-transition: all 0.9s ease 0s;
transition: all 0.9s ease 0s; }
.battle-window[phase="suspend_charged_shield"] .timer {
display: table; }
.battle-window[phase="suspend_charged_shield"] .shield-window {
opacity: 1;
pointer-events: all; }
.battle-window[phase="suspend_charged_shield"] .controls .move-bars {
display: none; }
.battle-window[phase="suspend_charged_shield"] .controls .button-stack,
.battle-window[phase="suspend_charged_shield"] .controls .move-bar,
.battle-window[phase="suspend_charged_shield"] .controls .switch-btn {
display: none !important; }
.battle-window[phase="suspend_charged_shield"] .team-indicator {
display: none; }
.battle-window[phase="suspend_charged_shield"] .scene {
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
.battle-window[phase="suspend_charged_no_shields"] .animate-message {
opacity: 1; }
.battle-window[phase="suspend_charged_no_shields"] .controls .move-bars {
display: none; }
.battle-window[phase="suspend_charged_no_shields"] .controls .button-stack,
.battle-window[phase="suspend_charged_no_shields"] .controls .move-bar,
.battle-window[phase="suspend_charged_no_shields"] .controls .switch-btn {
display: none !important; }
.battle-window[phase="suspend_charged_no_shields"] .team-indicator {
display: none; }
.battle-window[phase="suspend_charged_no_shields"] .scene {
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
.battle-window[phase="suspend_charged_attack"] .timer {
display: table; }
.battle-window[phase="suspend_charged_attack"] .animate-message {
opacity: 1; }
.battle-window[phase="suspend_charged_attack"] .charge-window {
opacity: 1;
pointer-events: all; }
.battle-window[phase="suspend_charged_attack"] .controls .move-bars {
display: none; }
.battle-window[phase="suspend_charged_attack"] .controls .button-stack,
.battle-window[phase="suspend_charged_attack"] .controls .move-bar,
.battle-window[phase="suspend_charged_attack"] .controls .switch-btn {
display: none !important; }
.battle-window[phase="suspend_charged_attack"] .team-indicator {
display: none; }
.battle-window[phase="suspend_charged_attack"] .scene {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.battle-window[phase="suspend_switch_self"] .timer {
display: table; }
.battle-window[phase="suspend_switch_self"] .switch-window {
bottom: 0;
pointer-events: all; }
.battle-window[phase="suspend_switch_self"] .controls .button-stack,
.battle-window[phase="suspend_switch_self"] .controls .move-bar,
.battle-window[phase="suspend_switch_self"] .controls .switch-btn {
display: none !important; }
.battle-window[phase="suspend_switch"] .animate-message {
opacity: 1; }
.battle-window[phase="suspend_switch"] .controls .button-stack,
.battle-window[phase="suspend_switch"] .controls .move-bar,
.battle-window[phase="suspend_switch"] .controls .switch-btn {
display: none !important; }
.battle-window[phase="animating"] .animate-message {
opacity: 1; }
.battle-window[phase="animating"] .team-indicator {
display: none; }
.battle-window[phase="animating"] .controls .button-stack {
display: none !important; }
.battle-window[phase="countdown"] .top, .battle-window[phase="countdown"] .controls {
display: none; }
.battle-window[phase="countdown"] .countdown {
display: flex; }
.battle-window[phase="game_over_screen"] {
display: inline-block; }
.battle-window[phase="game_over_screen"] .end-screen-container {
bottom: -10px; }
.battle-window[phase="game_paused"] .countdown {
display: flex; }
.battle-window[mode="single"] .button.next-round {
display: none; }
.team-select .pokemon-container,
.switch-window .pokemon-container {
display: flex;
justify-content: space-around; }
.team-select .pokemon-container .sprite-container,
.switch-window .pokemon-container .sprite-container {
opacity: 0.25;
overflow: hidden; }
.team-select .pokemon-container .name,
.switch-window .pokemon-container .name {
padding: 5px;
border-radius: 12px;
margin-top: 5px;
max-width: 100px;
font-weight: bold; }
.team-select .pokemon-container .name, .team-select .pokemon-container .cp,
.switch-window .pokemon-container .name,
.switch-window .pokemon-container .cp {
text-align: center; }
.team-select .pokemon-container .pokemon.active .sprite-container,
.switch-window .pokemon-container .pokemon.active .sprite-container {
opacity: 1; }
.team-select {
display: none; }
.team-select .pokemon-container {
justify-content: space-between;
flex-wrap: wrap; }
.team-select .pokemon-container .pokemon {
width: 100px;
margin-bottom: 10px; }
.team-select .pokemon-container .pokemon .number {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #0088a6;
color: #eee;
font-weight: bold;
display: none; }
.team-select .pokemon-container .pokemon.selected .number {
display: block;
opacity: 0.9;
font-size: 40px;
text-align: center;
padding-top: 5px; }
.team-select .self, .team-select .opponent {
background: rgba(255, 255, 255, 0.75);
border-radius: 12px;
padding: 10px 0; }
.team-select .self h3, .team-select .opponent h3 {
margin-top: 0; }
.team-select .self .pokemon, .team-select .opponent .pokemon {
cursor: pointer; }
.team-select .lets-go-btn {
display: none; }
/* END SCREEN */
.end-screen-container {
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
position: absolute;
z-index: 50;
width: 100%;
bottom: -100%; }
.end-screen-container .end-screen {
width: 90%;
margin: 0 auto;
padding-bottom: 20px;
min-height: 450px;
box-shadow: #000 0px 0px 15px;
background: rgba(255, 255, 255, 0.95); }
.end-screen-container .buttons {
display: flex; }
.end-screen-container .buttons .button {
font-size: 14px; }
.end-screen-container .tabs {
display: flex; }
.end-screen-container .tabs a.tab {
display: block;
width: 33%;
text-align: center;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
padding: 5px; }
.end-screen-container .tabs a.tab[href="damage"] {
color: #ed4f34; }
.end-screen-container .tabs a.tab[href="damage"].active {
background: #ed4f34;
color: #eee; }
.end-screen-container .tabs a.tab[href="shields"] {
color: #cb28c1; }
.end-screen-container .tabs a.tab[href="shields"].active {
background: #cb28c1;
color: #eee; }
.end-screen-container .tabs a.tab[href="energy"] {
color: #aecb28; }
.end-screen-container .tabs a.tab[href="energy"].active {
background: #aecb28;
color: #eee; }
.end-screen-container h3.result {
margin: 0; }
.end-screen-container .tab-section {
display: none; }
.end-screen-container .tab-content-container {
height: 300px;
overflow-y: scroll;
margin-top: 10px; }
.end-screen-container p.description {
font-size: 12px; }
.end-screen-container p.description:first-of-type {
margin-top: 0; }
.end-screen-container .damage h3 {
font-size: 14px;
margin: 0;
text-align: left; }
.end-screen-container .damage h3.center {
text-align: center; }
.end-screen-container .damage .damage-section {
padding: 10px;
border-radius: 12px;
background: #eee;
position: relative; }
.end-screen-container .damage .damage-section .avg-line {
height: 100%;
width: 0px;
border: 1px dotted rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 49.75%; }
.end-screen-container .damage .avg-label {
display: inline-block;
font-size: 12px; }
.end-screen-container .pokemon-entry {
display: flex;
margin-bottom: 15px; }
.end-screen-container .pokemon-entry:last-of-type {
margin-bottom: 0; }
.end-screen-container .pokemon-entry .name {
text-align: left;
font-size: 12px; }
.end-screen-container .pokemon-entry .poke-icon {
width: 25%; }
.end-screen-container .pokemon-entry .damage-container {
width: 75%;
display: flex; }
.end-screen-container .pokemon-entry .damage-container .damage-bar,
.end-screen-container .pokemon-entry .damage-container .shield-bar {
width: 100%;
height: 12px;
border-radius: 12px;
position: relative;
z-index: 5px; }
.end-screen-container .pokemon-entry .damage-container .damage-bar {
background: url("../img/train/damage-bar-bg.jpg");
background-position: -40px 0; }
.end-screen-container .pokemon-entry .damage-container .shield-bar {
background: url(../img/train/shield-bar-bg.jpg);
background-size: 200%;
background-position: 70% 0;
margin-left: 2px; }
.end-screen-container .stats-table {
width: 100%; }
/* POKEMON SPRITES */
.sprite-container {
width: 36px;
height: 36px;
border: 1px solid #0088a6;
border-radius: 12px;
padding: 10px;
background: #333;
margin: 0 auto;
position: relative; }
.main-sprite,
.secondary-sprite,
.white-sprite {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: 600% 300%; }
.main-sprite {
background-image: url("../img/train/substitute-sprite-main.png"); }
.secondary-sprite {
background-image: url("../img/train/substitute-sprite-secondary.png"); }
.white-sprite {
-webkit-transition: opacity 0.75s ease 0s;
-moz-transition: opacity 0.75s ease 0s;
-o-transition: opacity 0.75s ease 0s;
transition: opacity 0.75s ease 0s;
background-image: url("../img/train/substitute-sprite-white.png");
background-size: 100%;
background-repeat: no-repeat;
opacity: 0;
z-index: 25; }
.pokemon[type-1="bug"] .main-sprite,
.pokemon[type-2="bug"] .secondary-sprite {
background-position: 0 0; }
.pokemon[type-1="dark"] .main-sprite,
.pokemon[type-2="dark"] .secondary-sprite {
background-position: -100% 0; }
.pokemon[type-1="dragon"] .main-sprite,
.pokemon[type-2="dragon"] .secondary-sprite {
background-position: -200% 0; }
.pokemon[type-1="electric"] .main-sprite,
.pokemon[type-2="electric"] .secondary-sprite {
background-position: -300% 0; }
.pokemon[type-1="fairy"] .main-sprite,
.pokemon[type-2="fairy"] .secondary-sprite {
background-position: -400% 0; }
.pokemon[type-1="fighting"] .main-sprite,
.pokemon[type-2="fighting"] .secondary-sprite {
background-position: -500% 0; }
.pokemon[type-1="fire"] .main-sprite,
.pokemon[type-2="fire"] .secondary-sprite {
background-position: 0% -100%; }
.pokemon[type-1="flying"] .main-sprite,
.pokemon[type-2="flying"] .secondary-sprite {
background-position: -100% -100%; }
.pokemon[type-1="ghost"] .main-sprite,
.pokemon[type-2="ghost"] .secondary-sprite {
background-position: -200% -100%; }
.pokemon[type-1="grass"] .main-sprite,
.pokemon[type-2="grass"] .secondary-sprite {
background-position: -300% -100%; }
.pokemon[type-1="ground"] .main-sprite,
.pokemon[type-2="ground"] .secondary-sprite {
background-position: -400% -100%; }
.pokemon[type-1="ice"] .main-sprite,
.pokemon[type-2="ice"] .secondary-sprite {
background-position: -500% -100%; }
.pokemon[type-1="normal"] .main-sprite,
.pokemon[type-2="normal"] .secondary-sprite {
background-position: 0% -200%; }
.pokemon[type-1="poison"] .main-sprite,
.pokemon[type-2="poison"] .secondary-sprite {
background-position: -100% -200%; }
.pokemon[type-1="psychic"] .main-sprite,
.pokemon[type-2="psychic"] .secondary-sprite {
background-position: -200% -200%; }
.pokemon[type-1="rock"] .main-sprite,
.pokemon[type-2="rock"] .secondary-sprite {
background-position: -300% -200%; }
.pokemon[type-1="steel"] .main-sprite,
.pokemon[type-2="steel"] .secondary-sprite {
background-position: -400% -200%; }
.pokemon[type-1="water"] .main-sprite,
.pokemon[type-2="water"] .secondary-sprite {
background-position: -500% -200%; }
/* ANIMATIONS */
.battle-window .scene .pokemon-container[cooldown="500"] {
-webkit-transition: all 0.25s ease-out 0s;
-moz-transition: all 0.25s ease-out 0s;
-o-transition: all 0.25s ease-out 0s;
transition: all 0.25s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="500"] .fast-move-circle {
-webkit-transition: all 0.25s ease-out 0s;
-moz-transition: all 0.25s ease-out 0s;
-o-transition: all 0.25s ease-out 0s;
transition: all 0.25s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="1000"] {
-webkit-transition: all 0.75s ease-out 0s;
-moz-transition: all 0.75s ease-out 0s;
-o-transition: all 0.75s ease-out 0s;
transition: all 0.75s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="1000"] .fast-move-circle {
-webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="1500"] {
-webkit-transition: all 1.25s ease-out 0s;
-moz-transition: all 1.25s ease-out 0s;
-o-transition: all 1.25s ease-out 0s;
transition: all 1.25s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="1500"] .fast-move-circle {
-webkit-transition: all 1s ease-out 0s;
-moz-transition: all 1s ease-out 0s;
-o-transition: all 1s ease-out 0s;
transition: all 1s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="2000"] {
-webkit-transition: all 1.75s ease-out 0s;
-moz-transition: all 1.75s ease-out 0s;
-o-transition: all 1.75s ease-out 0s;
transition: all 1.75s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="2000"] .fast-move-circle {
-webkit-transition: all 1.5s ease-out 0s;
-moz-transition: all 1.5s ease-out 0s;
-o-transition: all 1.5s ease-out 0s;
transition: all 1.5s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="2500"] {
-webkit-transition: all 2.25s ease-out 0s;
-moz-transition: all 2.25s ease-out 0s;
-o-transition: all 2.25s ease-out 0s;
transition: all 2.25s ease-out 0s; }
.battle-window .scene .pokemon-container[cooldown="2500"] .fast-move-circle {
-webkit-transition: all 2s ease-out 0s;
-moz-transition: all 2s ease-out 0s;
-o-transition: all 2s ease-out 0s;
transition: all 2s ease-out 0s; }
.battle-window .scene .pokemon-container.animate-fast {
-webkit-transition: all 0.25s ease-out 0s;
-moz-transition: all 0.25s ease-out 0s;
-o-transition: all 0.25s ease-out 0s;
transition: all 0.25s ease-out 0s; }
.battle-window .scene .pokemon-container.animate-fast.self {
bottom: 31%;
left: 21%; }
.battle-window .scene .pokemon-container.animate-fast.opponent {
bottom: 54%;
right: 26%; }
.battle-window .scene .pokemon-container.animate-fast .fast-move-circle {
-webkit-transition: all 0s ease-out 0s;
-moz-transition: all 0s ease-out 0s;
-o-transition: all 0s ease-out 0s;
transition: all 0s ease-out 0s;
width: 20px;
height: 20px;
opacity: 1; }
.battle-window .scene .pokemon-container.animate-switch .pokemon {
-moz-transform: scale(0, 0);
-webkit-transform: scale(0, 0);
-o-transform: scale(0, 0);
-ms-transform: scale(0, 0);
transform: scale(0, 0); }
.battle-window .scene .pokemon-container.animate-switch .pokemon .white-sprite {
opacity: 1; }
.battle-window .scene .pokemon-container.animate-switch .pokemon .shadow {
display: none; }
.battle-window .scene .pokemon-container.animate-switch .hp, .battle-window .scene .pokemon-container.animate-switch .name, .battle-window .scene .pokemon-container.animate-switch .messages {
display: none; }
.move-bar .bar[type="bug"] {
background-position-x: 0px !important; }
.move-bar .bar[type="dark"] {
background-position-x: -200px !important; }
.move-bar .bar[type="dragon"] {
background-position-x: -400px !important; }
.move-bar .bar[type="electric"] {
background-position-x: -600px !important; }
.move-bar .bar[type="fairy"] {
background-position-x: -800px !important; }
.move-bar .bar[type="fighting"] {
background-position-x: -1000px !important; }
.move-bar .bar[type="fire"] {
background-position-x: -1200px !important; }
.move-bar .bar[type="flying"] {
background-position-x: -1400px !important; }
.move-bar .bar[type="ghost"] {
background-position-x: -1600px !important; }
.move-bar .bar[type="grass"] {
background-position-x: -1800px !important; }
.move-bar .bar[type="ground"] {
background-position-x: -2000px !important; }
.move-bar .bar[type="ice"] {
background-position-x: -2200px !important; }
.move-bar .bar[type="normal"] {
background-position-x: -2400px !important; }
.move-bar .bar[type="poison"] {
background-position-x: -2600px !important; }
.move-bar .bar[type="psychic"] {
background-position-x: -2800px !important; }
.move-bar .bar[type="rock"] {
background-position-x: -3000px !important; }
.move-bar .bar[type="steel"] {
background-position-x: -3200px !important; }
.move-bar .bar[type="water"] {
background-position-x: -3400px !important; }
@media only screen and (max-width: 720px) {
.train > .poke {
width: 49%; }
.team-select.self, .team-select.opponent {
padding: 5px 0; }
.team-select h3.center {
margin: 5px 0;
font-size: 16px; }
.team-select h4 {
margin-bottom: 0; }
.team-select .roster .pokemon .sprite-container {
width: 25px;
height: 25px; }
.team-select .roster .pokemon .cp {
font-size: 12px; }
.team-select .roster .pokemon .name {
margin-top: 0;
font-size: 14px;
line-height: 14px; }
.team-select .number {
padding-top: 2px !important; } } | 0.447702 | 0.085251 |
body
{
background-color: white;
margin: 0;
/*overflow: hidden;*/
}
header{
background-color: black;
color: white;
padding: 15px;
}
.nav-bar a
{
letter-spacing: 2px;
font-family: Montserrat;
font-size: 28px;
color: white;
text-decoration: none;
text-align: center;
color: white;
}
.nav-bar{
background-color: black;
}
.nav-bar div{
width: 33.33%;
display: inline-block;
}
#orgs
{
color: white;
width: 100%;
text-align: center;
letter-spacing: 2px;
font-size: 25px;
}
#back-button
{
color: white;
position: absolute;
left: 0;
top: 0;
padding: 12px 30px;
font-size: 20px;
}
#organizations
{
margin-top: 0px;
font-size: 30px;
font-family: 'Poppins', sans-serif;
}
.main
{
text-align: center;
padding: 130px;
padding-top: 110px;
/*background: gray;*/
}
.main div{
margin-right: 15px;
}
/*==================org-label=============================*/
.org-label label{
padding-top: 3px;
padding: 2px 8px;
color: white;
font-family: 'Ubuntu';
letter-spacing: 2px;
display: block;
}
.org-label p{
font-family: 'Ubuntu';
letter-spacing: 2px;
display: block;
}
/*====================dropdown============================*/
.dropbtn {
background-color: white;
color: white;
border: none;
cursor: pointer;
margin-bottom: 5%;
min-width: 150px;
/*border-radius: 50%;*/
font-family: 'Poppins', sans-serif;
font-size: 130px;
margin-right: 20px;
transition-duration: 0.4s;
border-radius: 5px;
}
.dropbtn:focus{
outline: none;
}
.dropdown {
position: relative;
display: inline-block;
}
.org-label {
display: none;
position: absolute;
min-width: 150px;
z-index: 1;
}
.dropdown:hover .org-label {
display: block;
}
/*==================redbolts==========================*/
#redbolts-btn{
border: 8px solid red;
color: red;
}
#redbolts-label{
background: red;
}
#redbolts-select{
color: red;
}
#redbolts-btn:hover{
color: white;
border: 8px solid red;
background: red;
}
/*===================clovers==============================*/
#clovers-btn{
border: 8px solid green;
color: green;
}
#clovers-label{
background: green;
}
#clovers-select{
color: green;
}
#clovers-btn:hover{
color: white;
border: 8px solid green;
background: green;
}
/*======================skimmers=========================*/
#skimmers-btn{
border: 8px solid purple;
color: purple;
}
#skimmers-label{
background: purple;
}
#skimmers-select{
color: purple;
}
#skimmers-btn:hover{
color: white;
border: 8px solid purple;
background: purple;
}
/*=======================elektrons===========================*/
#elektrons-btn{
border: 8px solid #FF7F00;
color: #FF7F00;
}
#elektrons-label{
background: #FF7F00;
}
#elektrons-select{
color: #FF7F00;
}
#elektrons-btn:hover{
color: white;
border: 8px solid #FF7F00;
background: #FF7F00;
} | public/css/orgs.css | body
{
background-color: white;
margin: 0;
/*overflow: hidden;*/
}
header{
background-color: black;
color: white;
padding: 15px;
}
.nav-bar a
{
letter-spacing: 2px;
font-family: Montserrat;
font-size: 28px;
color: white;
text-decoration: none;
text-align: center;
color: white;
}
.nav-bar{
background-color: black;
}
.nav-bar div{
width: 33.33%;
display: inline-block;
}
#orgs
{
color: white;
width: 100%;
text-align: center;
letter-spacing: 2px;
font-size: 25px;
}
#back-button
{
color: white;
position: absolute;
left: 0;
top: 0;
padding: 12px 30px;
font-size: 20px;
}
#organizations
{
margin-top: 0px;
font-size: 30px;
font-family: 'Poppins', sans-serif;
}
.main
{
text-align: center;
padding: 130px;
padding-top: 110px;
/*background: gray;*/
}
.main div{
margin-right: 15px;
}
/*==================org-label=============================*/
.org-label label{
padding-top: 3px;
padding: 2px 8px;
color: white;
font-family: 'Ubuntu';
letter-spacing: 2px;
display: block;
}
.org-label p{
font-family: 'Ubuntu';
letter-spacing: 2px;
display: block;
}
/*====================dropdown============================*/
.dropbtn {
background-color: white;
color: white;
border: none;
cursor: pointer;
margin-bottom: 5%;
min-width: 150px;
/*border-radius: 50%;*/
font-family: 'Poppins', sans-serif;
font-size: 130px;
margin-right: 20px;
transition-duration: 0.4s;
border-radius: 5px;
}
.dropbtn:focus{
outline: none;
}
.dropdown {
position: relative;
display: inline-block;
}
.org-label {
display: none;
position: absolute;
min-width: 150px;
z-index: 1;
}
.dropdown:hover .org-label {
display: block;
}
/*==================redbolts==========================*/
#redbolts-btn{
border: 8px solid red;
color: red;
}
#redbolts-label{
background: red;
}
#redbolts-select{
color: red;
}
#redbolts-btn:hover{
color: white;
border: 8px solid red;
background: red;
}
/*===================clovers==============================*/
#clovers-btn{
border: 8px solid green;
color: green;
}
#clovers-label{
background: green;
}
#clovers-select{
color: green;
}
#clovers-btn:hover{
color: white;
border: 8px solid green;
background: green;
}
/*======================skimmers=========================*/
#skimmers-btn{
border: 8px solid purple;
color: purple;
}
#skimmers-label{
background: purple;
}
#skimmers-select{
color: purple;
}
#skimmers-btn:hover{
color: white;
border: 8px solid purple;
background: purple;
}
/*=======================elektrons===========================*/
#elektrons-btn{
border: 8px solid #FF7F00;
color: #FF7F00;
}
#elektrons-label{
background: #FF7F00;
}
#elektrons-select{
color: #FF7F00;
}
#elektrons-btn:hover{
color: white;
border: 8px solid #FF7F00;
background: #FF7F00;
} | 0.477798 | 0.06885 |
body {
margin: 0;
height: 100%;
font-family: Courier, monospace;
font-size: 15px;
font-weight: 400;
line-height: 1.6;
color: #111111;
background-color: #ffffff;
}
.main-container {
overflow: hidden;
position: relative;
min-height: 460px;
background-color: rgba(248, 248, 248, 0.85);
height: 100%;
width: 100%;
color: #ffffff;
}
#main-region.download .main-container .image-placeholder,
#main-region.info .main-container .image-placeholder {
-webkit-filter: blur(5px);
pointer-events: none;
}
.image-placeholder {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: fixed;
top: 0;
bottom: 0;
transform: scale(1.01);
}
.fake-image {
position: absolute;
top: 0;
z-index: 10;
opacity: 0;
height: 100%;
width: 100%;
}
.image-info-container {
height: 100%;
width: 100%;
min-width: 348px;
position: fixed;
top: 0;
z-index: 15;
transform: translateY(0);
opacity: 0;
-webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, visibility 0.5s linear;
transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s linear;
}
#main-region.info .image-info-container {
opacity: 1;
}
.image-info-vertical-wrapper {
display: table;
width: 100%;
height: 100%;
}
.image-info-vertical-cell {
display: table-cell;
vertical-align: middle;
}
.image-meta-container {
margin-right: auto;
margin-left: auto;
/*max-width: 1200px;*/
}
.image-row {
margin: 0 auto;
height: auto;
width: 50%;
display: flex;
}
.image-row.map {
height: 300px;
}
.image-info-column {
width: 48%;
margin-top: 15px;
margin-right: 15px;
position: relative;
}
.image-info-container.geo-location .image-info-column {
margin-top: 0px;
}
.image-info-container.geo-location .image-info-column h2,
.image-info-container.geo-location .image-info-column h3{
margin: 20px 0;
}
.image-info-container.geo-location .image-meta-container {
padding-top: 10px;
}
#input-caption {
font-size: 28px;
top: 5px;
width: 93%;
padding-left: 48px;
}
.image-caption {
width: 50%;
margin: 0 auto;
position: relative;
padding-top: 9px;
}
.image-info-container.geo-location .image-caption {
margin-bottom: 10px;
}
.image-caption h1 {
font-family: Courier, monospace;
font-size: 28px;
font-weight: 400;
color: white;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 30px;
letter-spacing: normal;
margin: 0px;
margin-left: 50px;
}
.icon-edit {
position: absolute;
cursor: pointer;
width: 25px;
top: 12px;
left: 12px;
}
.image-caption img:hover {
opacity: 0.7;
}
@media only screen and (max-width: 768px) {
.image-caption, .image-row {
width: 75%;
}
}
#main-region.edit .icon-edit{
filter: invert(100%);
-webkit-filter: invert(100%);
z-index: 1000;
opacity: 0.7;
pointer-events: none;
}
.image-info-heading {
color: #e6e6e6;
opacity: 0.8;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.04em;
font-size: 11px;
line-height: 15px;
}
.image-info-meta {
font-family: Courier, monospace;
font-size: 15px;
line-height: 24px;
margin-top: 3px;
font-weight: 400;
color: white;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.image-info-overlay-gradient {
height: 100%;
width: 100%;
position: fixed;
z-index: 8;
background: transparent;
background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, transparent 30%, transparent 70%, rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, transparent 30%, transparent 70%, rgba(0,0,0,0.7) 100%);
}
#main-region.info .image-info-overlay {
opacity: 1;
}
.image-info-overlay {
height: 100%;
width: 100%;
position: fixed;
top: 0;
background: rgba(0,0,0,0.5);
z-index: 8;
opacity: 0;
-webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, visibility 0.5s linear;
transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s linear;
}
.image-location {
width: 400px;
height: 200px;
border: 3px solid white;
}
@media only screen and (max-width: 768px) {
.image-location {
height: 150px;
width: 80%;
}
}
.image-header {
position: fixed;
width: 100%;
top: 18px;
z-index: 20;
}
.icon-close {
display: none;
}
#main-region.download .image-header-icons {
display: none;
}
#main-region.info .icon-info,
#main-region.info .icon-download {
display: none;
}
#main-region.info .icon-close {
display: block;
}
.image-header .image-header-icons img {
position: absolute;
cursor: pointer;
}
.image-header .image-header-icons .icon-info {
width: 36px;
right: 19px;
}
.image-header .image-header-icons .icon-download {
width: 40px;
right: 80px;
}
.image-header .image-header-icons .icon-close {
width: 30px;
right: 22px;
top: 3px;
}
@media only screen and (max-width: 768px) {
.image-header .image-header-icons .icon-download {
display: none;
}
}
.image-header .image-header-icons img:hover {
opacity: 0.7;
}
.info-meta-input {
position: absolute;
opacity: 0;
pointer-events: none;
transition: opacity 500ms;
font-family: Courier, monospace;
font-weight: 400;
}
#main-region.edit .info-meta-input {
opacity: 1;
pointer-events: all;
}
#input-artist, #input-tags {
font-size: 15px;
top: 61px;
left: -3px;
height: 20px;
}
.image-info-container.geo-location #input-artist,
.image-info-container.geo-location #input-tags {
top: 53px;
}
#input-tags {
width: 100%;
}
#input-artist {
width: 75%;
}
#main-region.edit .meta-editable {
opacity: 0;
}
#ixp-spinner {
display: none;
position: absolute;
top: 50%;
left: 50%;
}
#ixp-spinner.visible {
display: block;
}
#downloadDialog {
width: 35%;
min-width: 348px;
top: 30%;
}
#image-width-textfield, #image-height-textfield {
width: 42%;
}
#image-width-textfield {
margin-right: 20px;
}
#image-height-textfield {
margin-left: 20px;
}
@media only screen and (max-height: 680px) {
#downloadDialog {
top: 20%;
}
}
select {
display: none
}
select.browser-default {
display: block
}
select {
background-color: rgba(255,255,255,0.9);
width: 100%;
padding: 5px;
border: 1px solid #f2f2f2;
border-radius: 2px;
height: 3rem
}
.select-label {
position: absolute
}
.select-wrapper {
position: relative
}
.select-wrapper.active .dropdown-content{
display: block;
opacity: 1;
}
.select-wrapper input.select-dropdown {
position: relative;
cursor: pointer;
background-color: transparent;
border: none;
border-bottom: 1px solid #9e9e9e;
outline: none;
height: 3rem;
line-height: 3rem;
width: 100%;
font-size: 1rem;
margin: 0 0 20px 0;
padding: 0;
display: block
}
.select-wrapper span.caret {
color: initial;
position: absolute;
right: 0;
top: 0;
bottom: 0;
height: 10px;
margin: auto 0;
font-size: 10px;
line-height: 10px
}
.select-wrapper span.caret.disabled {
color: rgba(0,0,0,0.26)
}
.select-wrapper+label {
position: absolute;
top: -14px;
font-size: 0.8rem
}
select:disabled {
color: rgba(0,0,0,0.3)
}
.select-wrapper input.select-dropdown:disabled {
color: rgba(0,0,0,0.3);
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
border-bottom: 1px solid rgba(0,0,0,0.3)
}
.select-wrapper i {
color: rgba(0,0,0,0.3)
}
.select-dropdown li.disabled,.select-dropdown li.disabled>span,.select-dropdown li.optgroup {
color: rgba(0,0,0,0.3);
background-color: transparent
}
.select-dropdown li img {
height: 40px;
width: 40px;
margin: 5px 15px;
float: right
}
.select-dropdown li.optgroup {
border-top: 1px solid #eee
}
.select-dropdown li.optgroup.selected>span {
color: rgba(0,0,0,0.7)
}
.select-dropdown li.optgroup>span {
color: rgba(0,0,0,0.4)
}
.select-dropdown li.optgroup ~ li.optgroup-option {
padding-left: 1rem
}
.dropdown-content {
background-color: #fff;
margin: 0;
display: none;
min-width: 100px;
max-height: 650px;
overflow-y: auto;
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
z-index: 999;
will-change: width, height;
padding: 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);
}
.dropdown-content li {
clear: both;
color: rgba(0,0,0,0.87);
cursor: pointer;
min-height: 50px;
line-height: 1.5rem;
width: 100%;
text-align: left;
text-transform: none;
list-style-type: none;
}
.dropdown-content li:hover,.dropdown-content li.active,.dropdown-content li.selected {
background-color: #eee
}
.dropdown-content li.active.selected {
background-color: #e1e1e1
}
.dropdown-content li.divider {
min-height: 0;
height: 1px
}
.dropdown-content li>a,.dropdown-content li>span {
font-size: 16px;
color: rgb(63,81,181);
display: block;
line-height: 22px;
padding: 14px 16px
}
.dropdown-content li>span>label {
top: 1px;
left: 0;
height: 18px
}
.dropdown-content li>a>i {
height: inherit;
line-height: inherit
} | src/main/resources/assets/css/image.css | body {
margin: 0;
height: 100%;
font-family: Courier, monospace;
font-size: 15px;
font-weight: 400;
line-height: 1.6;
color: #111111;
background-color: #ffffff;
}
.main-container {
overflow: hidden;
position: relative;
min-height: 460px;
background-color: rgba(248, 248, 248, 0.85);
height: 100%;
width: 100%;
color: #ffffff;
}
#main-region.download .main-container .image-placeholder,
#main-region.info .main-container .image-placeholder {
-webkit-filter: blur(5px);
pointer-events: none;
}
.image-placeholder {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: fixed;
top: 0;
bottom: 0;
transform: scale(1.01);
}
.fake-image {
position: absolute;
top: 0;
z-index: 10;
opacity: 0;
height: 100%;
width: 100%;
}
.image-info-container {
height: 100%;
width: 100%;
min-width: 348px;
position: fixed;
top: 0;
z-index: 15;
transform: translateY(0);
opacity: 0;
-webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, visibility 0.5s linear;
transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s linear;
}
#main-region.info .image-info-container {
opacity: 1;
}
.image-info-vertical-wrapper {
display: table;
width: 100%;
height: 100%;
}
.image-info-vertical-cell {
display: table-cell;
vertical-align: middle;
}
.image-meta-container {
margin-right: auto;
margin-left: auto;
/*max-width: 1200px;*/
}
.image-row {
margin: 0 auto;
height: auto;
width: 50%;
display: flex;
}
.image-row.map {
height: 300px;
}
.image-info-column {
width: 48%;
margin-top: 15px;
margin-right: 15px;
position: relative;
}
.image-info-container.geo-location .image-info-column {
margin-top: 0px;
}
.image-info-container.geo-location .image-info-column h2,
.image-info-container.geo-location .image-info-column h3{
margin: 20px 0;
}
.image-info-container.geo-location .image-meta-container {
padding-top: 10px;
}
#input-caption {
font-size: 28px;
top: 5px;
width: 93%;
padding-left: 48px;
}
.image-caption {
width: 50%;
margin: 0 auto;
position: relative;
padding-top: 9px;
}
.image-info-container.geo-location .image-caption {
margin-bottom: 10px;
}
.image-caption h1 {
font-family: Courier, monospace;
font-size: 28px;
font-weight: 400;
color: white;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 30px;
letter-spacing: normal;
margin: 0px;
margin-left: 50px;
}
.icon-edit {
position: absolute;
cursor: pointer;
width: 25px;
top: 12px;
left: 12px;
}
.image-caption img:hover {
opacity: 0.7;
}
@media only screen and (max-width: 768px) {
.image-caption, .image-row {
width: 75%;
}
}
#main-region.edit .icon-edit{
filter: invert(100%);
-webkit-filter: invert(100%);
z-index: 1000;
opacity: 0.7;
pointer-events: none;
}
.image-info-heading {
color: #e6e6e6;
opacity: 0.8;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.04em;
font-size: 11px;
line-height: 15px;
}
.image-info-meta {
font-family: Courier, monospace;
font-size: 15px;
line-height: 24px;
margin-top: 3px;
font-weight: 400;
color: white;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.image-info-overlay-gradient {
height: 100%;
width: 100%;
position: fixed;
z-index: 8;
background: transparent;
background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, transparent 30%, transparent 70%, rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, transparent 30%, transparent 70%, rgba(0,0,0,0.7) 100%);
}
#main-region.info .image-info-overlay {
opacity: 1;
}
.image-info-overlay {
height: 100%;
width: 100%;
position: fixed;
top: 0;
background: rgba(0,0,0,0.5);
z-index: 8;
opacity: 0;
-webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, visibility 0.5s linear;
transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s linear;
}
.image-location {
width: 400px;
height: 200px;
border: 3px solid white;
}
@media only screen and (max-width: 768px) {
.image-location {
height: 150px;
width: 80%;
}
}
.image-header {
position: fixed;
width: 100%;
top: 18px;
z-index: 20;
}
.icon-close {
display: none;
}
#main-region.download .image-header-icons {
display: none;
}
#main-region.info .icon-info,
#main-region.info .icon-download {
display: none;
}
#main-region.info .icon-close {
display: block;
}
.image-header .image-header-icons img {
position: absolute;
cursor: pointer;
}
.image-header .image-header-icons .icon-info {
width: 36px;
right: 19px;
}
.image-header .image-header-icons .icon-download {
width: 40px;
right: 80px;
}
.image-header .image-header-icons .icon-close {
width: 30px;
right: 22px;
top: 3px;
}
@media only screen and (max-width: 768px) {
.image-header .image-header-icons .icon-download {
display: none;
}
}
.image-header .image-header-icons img:hover {
opacity: 0.7;
}
.info-meta-input {
position: absolute;
opacity: 0;
pointer-events: none;
transition: opacity 500ms;
font-family: Courier, monospace;
font-weight: 400;
}
#main-region.edit .info-meta-input {
opacity: 1;
pointer-events: all;
}
#input-artist, #input-tags {
font-size: 15px;
top: 61px;
left: -3px;
height: 20px;
}
.image-info-container.geo-location #input-artist,
.image-info-container.geo-location #input-tags {
top: 53px;
}
#input-tags {
width: 100%;
}
#input-artist {
width: 75%;
}
#main-region.edit .meta-editable {
opacity: 0;
}
#ixp-spinner {
display: none;
position: absolute;
top: 50%;
left: 50%;
}
#ixp-spinner.visible {
display: block;
}
#downloadDialog {
width: 35%;
min-width: 348px;
top: 30%;
}
#image-width-textfield, #image-height-textfield {
width: 42%;
}
#image-width-textfield {
margin-right: 20px;
}
#image-height-textfield {
margin-left: 20px;
}
@media only screen and (max-height: 680px) {
#downloadDialog {
top: 20%;
}
}
select {
display: none
}
select.browser-default {
display: block
}
select {
background-color: rgba(255,255,255,0.9);
width: 100%;
padding: 5px;
border: 1px solid #f2f2f2;
border-radius: 2px;
height: 3rem
}
.select-label {
position: absolute
}
.select-wrapper {
position: relative
}
.select-wrapper.active .dropdown-content{
display: block;
opacity: 1;
}
.select-wrapper input.select-dropdown {
position: relative;
cursor: pointer;
background-color: transparent;
border: none;
border-bottom: 1px solid #9e9e9e;
outline: none;
height: 3rem;
line-height: 3rem;
width: 100%;
font-size: 1rem;
margin: 0 0 20px 0;
padding: 0;
display: block
}
.select-wrapper span.caret {
color: initial;
position: absolute;
right: 0;
top: 0;
bottom: 0;
height: 10px;
margin: auto 0;
font-size: 10px;
line-height: 10px
}
.select-wrapper span.caret.disabled {
color: rgba(0,0,0,0.26)
}
.select-wrapper+label {
position: absolute;
top: -14px;
font-size: 0.8rem
}
select:disabled {
color: rgba(0,0,0,0.3)
}
.select-wrapper input.select-dropdown:disabled {
color: rgba(0,0,0,0.3);
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
border-bottom: 1px solid rgba(0,0,0,0.3)
}
.select-wrapper i {
color: rgba(0,0,0,0.3)
}
.select-dropdown li.disabled,.select-dropdown li.disabled>span,.select-dropdown li.optgroup {
color: rgba(0,0,0,0.3);
background-color: transparent
}
.select-dropdown li img {
height: 40px;
width: 40px;
margin: 5px 15px;
float: right
}
.select-dropdown li.optgroup {
border-top: 1px solid #eee
}
.select-dropdown li.optgroup.selected>span {
color: rgba(0,0,0,0.7)
}
.select-dropdown li.optgroup>span {
color: rgba(0,0,0,0.4)
}
.select-dropdown li.optgroup ~ li.optgroup-option {
padding-left: 1rem
}
.dropdown-content {
background-color: #fff;
margin: 0;
display: none;
min-width: 100px;
max-height: 650px;
overflow-y: auto;
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
z-index: 999;
will-change: width, height;
padding: 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);
}
.dropdown-content li {
clear: both;
color: rgba(0,0,0,0.87);
cursor: pointer;
min-height: 50px;
line-height: 1.5rem;
width: 100%;
text-align: left;
text-transform: none;
list-style-type: none;
}
.dropdown-content li:hover,.dropdown-content li.active,.dropdown-content li.selected {
background-color: #eee
}
.dropdown-content li.active.selected {
background-color: #e1e1e1
}
.dropdown-content li.divider {
min-height: 0;
height: 1px
}
.dropdown-content li>a,.dropdown-content li>span {
font-size: 16px;
color: rgb(63,81,181);
display: block;
line-height: 22px;
padding: 14px 16px
}
.dropdown-content li>span>label {
top: 1px;
left: 0;
height: 18px
}
.dropdown-content li>a>i {
height: inherit;
line-height: inherit
} | 0.566498 | 0.077832 |
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit; }
html {
min-height: 100%;
color: #627F78; }
body {
min-height: 100%;
background-color: #C4FFEF;
/* unvisited link */
/* visited link */
/* mouse over link */
/* selected link */ }
body h1, body h2, body h3 {
font-family: 'Muli', sans-serif; }
body p {
font-family: 'Playfair Display', serif; }
body header {
padding-top: 2rem;
padding-bottom: 1rem;
background-color: #9DCCBF;
width: 100%;
text-align: center; }
body section {
text-align: center;
margin: 10vh auto;
width: 50vh; }
body section #imageContainer {
margin: 0 auto;
height: 50vh;
border: 1px solid black;
background-position: center center;
background-size: cover; }
body section #imageContainer .pixabaylogo {
margin: 50% auto; }
body section #input {
text-align: center;
width: 100%;
display: table; }
body section #input #imageName {
font-family: 'Muli', sans-serif;
font-size: 18px;
appearance: none;
box-shadow: none;
border-radius: none;
width: 60%; }
body section #input #button {
width: 40%;
font-family: 'Muli', sans-serif;
font-size: 18px;
appearance: none;
box-shadow: none;
border-radius: none; }
body footer {
background-color: #9DCCBF;
width: 100%;
height: 100%;
text-align: center;
padding: 1rem 1rem; }
body .pixabaylogo {
width: 100px; }
body a:link {
color: #627F78; }
body a:visited {
color: #627F78; }
body a:hover {
color: black; }
body a:active {
color: black; }
/* Small devices (tablets, up to 768px ) */
@media (max-width: 768px) {
h1 {
font-size: 1.2rem; }
h2 {
font-size: 1.0rem; }
p {
font-size: .8rem; } }
/*# sourceMappingURL=style.css.map */ | css/style.css | html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit; }
html {
min-height: 100%;
color: #627F78; }
body {
min-height: 100%;
background-color: #C4FFEF;
/* unvisited link */
/* visited link */
/* mouse over link */
/* selected link */ }
body h1, body h2, body h3 {
font-family: 'Muli', sans-serif; }
body p {
font-family: 'Playfair Display', serif; }
body header {
padding-top: 2rem;
padding-bottom: 1rem;
background-color: #9DCCBF;
width: 100%;
text-align: center; }
body section {
text-align: center;
margin: 10vh auto;
width: 50vh; }
body section #imageContainer {
margin: 0 auto;
height: 50vh;
border: 1px solid black;
background-position: center center;
background-size: cover; }
body section #imageContainer .pixabaylogo {
margin: 50% auto; }
body section #input {
text-align: center;
width: 100%;
display: table; }
body section #input #imageName {
font-family: 'Muli', sans-serif;
font-size: 18px;
appearance: none;
box-shadow: none;
border-radius: none;
width: 60%; }
body section #input #button {
width: 40%;
font-family: 'Muli', sans-serif;
font-size: 18px;
appearance: none;
box-shadow: none;
border-radius: none; }
body footer {
background-color: #9DCCBF;
width: 100%;
height: 100%;
text-align: center;
padding: 1rem 1rem; }
body .pixabaylogo {
width: 100px; }
body a:link {
color: #627F78; }
body a:visited {
color: #627F78; }
body a:hover {
color: black; }
body a:active {
color: black; }
/* Small devices (tablets, up to 768px ) */
@media (max-width: 768px) {
h1 {
font-size: 1.2rem; }
h2 {
font-size: 1.0rem; }
p {
font-size: .8rem; } }
/*# sourceMappingURL=style.css.map */ | 0.40392 | 0.042009 |
* {
box-sizing: border-box;
}
html {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 150%;
}
a {
text-decoration: none;
color: #000;
transition-duration: .5s;
}
h1 {
text-transform: uppercase;
font-weight: 700;
color: #00A7E0;
margin: 5px 0 0 0;
}
h2 {
font-weight: 600;
font-style: italic;
font-size: 120%;
text-transform: lowercase;
margin-top: 5px;
margin-left: 15px;
margin-bottom: 20px;
}
/* nav section */
.navigation-wrapper {
width: 100%;
height: 100px;
border-bottom: 1px solid #bec2c5;
}
.nav-logo {
display: inline-block;
padding: 1.2em 0 0 1.2em;
}
/* mobile hamburger */
.navbar-toggle {
font-size: 30px;
position: absolute;
top: 1.2em;
right: 1em;
display: block;
cursor: pointer;
}
.nav-links {
width: 100%;
list-style-type: none;
overflow-x: hidden;
z-index: 1;
background-color: rgba(190, 194, 197, .9);
transition: 0.5s;
display: none;
position: relative;
padding-left: 0;
}
.nav-links li {
font-size: 20px;
text-align: center;
z-index: 1;
text-transform: uppercase;
}
.nav-links a {
display: block;
transition: 0.5s ease;
padding: .6em 0;
font-weight: 700;
z-index: 1;
}
.active {
display: block;
}
.nav-links a:hover {
background-color: #00A7E0;
}
/* subnav section */
.flex-grid {
display: flex;
flex-direction: column;
}
.sidebar {
order: 3;
display: flex;
flex-direction: column;
align-items: center;
}
.subnav-title {
width: 290px;
height: 50px;
background: #e4e2e2;
font-weight: 600;
padding-top: 15px;
padding-left: 20px;
border-radius: 10px;
position: relative;
text-transform: uppercase;
}
.subnav-title::after {
content: '';
position: absolute;
bottom: 0;
left: 80%;
border: 8px solid transparent;
border-top-color: #e4e2e2;
border-bottom: 0;
margin-bottom: -5px;
}
.subnav-links {
margin-bottom: 30px;
}
.subnav-links li {
list-style: none;
font-size: 110%;
padding-bottom: 0.1em;
}
.subnav-links li::before {
content: "\2022";
color: #00A7E0;
font-size: 22px;
font-weight: bold;
display: inline-block;
width: .7em;
margin-left: -1em;
}
.subnav-links a:hover {
color: #00A7E0;
}
/* main section */
.main-section {
padding: 0 3em 2.5em 2.5em;
margin-top: 55px;
}
.main-section p {
margin-top: 25px;
}
/* Image section styles */
#picture-container {
margin-top: 3em;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.container {
width: 275px;
height: 185px;
position: relative;
border: 1px solid #00A7E0;
margin: .5em 0;
}
.container img {
object-fit: cover;
width: 100%;
height: 100%;
}
.overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 167, 224, 0.5);
opacity: 0;
transition: .5s ease;
}
.overlay .title,
.overlay .description {
position: relative;
top: 35%;
color: #fff;
text-align: center;
vertical-align: middle;
}
.overlay .title {
font-weight: 700;
font-size: 1.5em;
margin-bottom: 10px;
}
.overlay .description {
font-weight: 100;
}
.container:hover .overlay {
opacity: 1;
}
@media (min-width: 1060px) {
.navigation-wrapper {
display: flex;
justify-content: space-between;
}
.nav-links {
display: flex;
flex-direction: row;
justify-content: flex-end;
position: absolute;
top: 1em;
right: 0;
background: none;
}
.nav-links li {
margin: 0;
font-size: 1em;
margin-right: 3em;
}
.nav-links a {
margin-left: 40px;
transition: 0.5s ease;
font-weight: 600;
}
.navbar-toggle {
display: none;
}
.nav-links a:not(.white):hover {
background-color: inherit;
color: #00A7E0;
}
.sidebar {
margin-top: 4em;
}
.main-section {
border: 1px solid rgba(190, 194, 197, 0.5);
border-top: hidden;
margin: 5% 2% 0 3%;
padding: 0 3em 2.5em 2.5em;
box-shadow: inset 0px -5px 0px 0px rgba(206, 194, 198, 0.20);
}
#picture-container {
margin-top: 55px;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}
/* css shape */
.shape {
position: absolute;
width: 130px;
height: 100px;
transform: skewX(-20deg);
background-color: #00A7E0;
top: 0;
right: 0;
margin-right: 1em;
z-index: -1;
cursor: pointer;
}
.white {
color: #fff;
transform: .5s ease;
}
.white:hover {
color: #000;
}
}
@media (min-width: 1250px) {
.flex-grid {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.sidebar {
order: 1;
flex: 1;
flex-direction: row;
display: block;
}
.subnav-wrapper {
margin-left: 25px;
}
.main-section {
order: 2;
flex: 3;
flex-direction: row;
padding: 0 3em 2.5em 2.5em;
margin-top: 55px;
}
#picture-container {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: 80px;
}
} | styles/styles.css |
* {
box-sizing: border-box;
}
html {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 150%;
}
a {
text-decoration: none;
color: #000;
transition-duration: .5s;
}
h1 {
text-transform: uppercase;
font-weight: 700;
color: #00A7E0;
margin: 5px 0 0 0;
}
h2 {
font-weight: 600;
font-style: italic;
font-size: 120%;
text-transform: lowercase;
margin-top: 5px;
margin-left: 15px;
margin-bottom: 20px;
}
/* nav section */
.navigation-wrapper {
width: 100%;
height: 100px;
border-bottom: 1px solid #bec2c5;
}
.nav-logo {
display: inline-block;
padding: 1.2em 0 0 1.2em;
}
/* mobile hamburger */
.navbar-toggle {
font-size: 30px;
position: absolute;
top: 1.2em;
right: 1em;
display: block;
cursor: pointer;
}
.nav-links {
width: 100%;
list-style-type: none;
overflow-x: hidden;
z-index: 1;
background-color: rgba(190, 194, 197, .9);
transition: 0.5s;
display: none;
position: relative;
padding-left: 0;
}
.nav-links li {
font-size: 20px;
text-align: center;
z-index: 1;
text-transform: uppercase;
}
.nav-links a {
display: block;
transition: 0.5s ease;
padding: .6em 0;
font-weight: 700;
z-index: 1;
}
.active {
display: block;
}
.nav-links a:hover {
background-color: #00A7E0;
}
/* subnav section */
.flex-grid {
display: flex;
flex-direction: column;
}
.sidebar {
order: 3;
display: flex;
flex-direction: column;
align-items: center;
}
.subnav-title {
width: 290px;
height: 50px;
background: #e4e2e2;
font-weight: 600;
padding-top: 15px;
padding-left: 20px;
border-radius: 10px;
position: relative;
text-transform: uppercase;
}
.subnav-title::after {
content: '';
position: absolute;
bottom: 0;
left: 80%;
border: 8px solid transparent;
border-top-color: #e4e2e2;
border-bottom: 0;
margin-bottom: -5px;
}
.subnav-links {
margin-bottom: 30px;
}
.subnav-links li {
list-style: none;
font-size: 110%;
padding-bottom: 0.1em;
}
.subnav-links li::before {
content: "\2022";
color: #00A7E0;
font-size: 22px;
font-weight: bold;
display: inline-block;
width: .7em;
margin-left: -1em;
}
.subnav-links a:hover {
color: #00A7E0;
}
/* main section */
.main-section {
padding: 0 3em 2.5em 2.5em;
margin-top: 55px;
}
.main-section p {
margin-top: 25px;
}
/* Image section styles */
#picture-container {
margin-top: 3em;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.container {
width: 275px;
height: 185px;
position: relative;
border: 1px solid #00A7E0;
margin: .5em 0;
}
.container img {
object-fit: cover;
width: 100%;
height: 100%;
}
.overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 167, 224, 0.5);
opacity: 0;
transition: .5s ease;
}
.overlay .title,
.overlay .description {
position: relative;
top: 35%;
color: #fff;
text-align: center;
vertical-align: middle;
}
.overlay .title {
font-weight: 700;
font-size: 1.5em;
margin-bottom: 10px;
}
.overlay .description {
font-weight: 100;
}
.container:hover .overlay {
opacity: 1;
}
@media (min-width: 1060px) {
.navigation-wrapper {
display: flex;
justify-content: space-between;
}
.nav-links {
display: flex;
flex-direction: row;
justify-content: flex-end;
position: absolute;
top: 1em;
right: 0;
background: none;
}
.nav-links li {
margin: 0;
font-size: 1em;
margin-right: 3em;
}
.nav-links a {
margin-left: 40px;
transition: 0.5s ease;
font-weight: 600;
}
.navbar-toggle {
display: none;
}
.nav-links a:not(.white):hover {
background-color: inherit;
color: #00A7E0;
}
.sidebar {
margin-top: 4em;
}
.main-section {
border: 1px solid rgba(190, 194, 197, 0.5);
border-top: hidden;
margin: 5% 2% 0 3%;
padding: 0 3em 2.5em 2.5em;
box-shadow: inset 0px -5px 0px 0px rgba(206, 194, 198, 0.20);
}
#picture-container {
margin-top: 55px;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}
/* css shape */
.shape {
position: absolute;
width: 130px;
height: 100px;
transform: skewX(-20deg);
background-color: #00A7E0;
top: 0;
right: 0;
margin-right: 1em;
z-index: -1;
cursor: pointer;
}
.white {
color: #fff;
transform: .5s ease;
}
.white:hover {
color: #000;
}
}
@media (min-width: 1250px) {
.flex-grid {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.sidebar {
order: 1;
flex: 1;
flex-direction: row;
display: block;
}
.subnav-wrapper {
margin-left: 25px;
}
.main-section {
order: 2;
flex: 3;
flex-direction: row;
padding: 0 3em 2.5em 2.5em;
margin-top: 55px;
}
#picture-container {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: 80px;
}
} | 0.616243 | 0.108756 |
body {
margin: 0px;
/* padding-top: 20px; */
font-family: Serif, Times;
font-size: 10pt;
background-color: #ddf;
}
a {
cursor: pointer;
color: #333;
text-decoration: none;
}
a:hover {
color: #bbb;
}
input {
border: 1px #693f6a solid;
}
.column {
display: block;
float: left;
width: 75%;
height: 100%;
transition: height 0.2s linear;
}
.column + .column {
float: right;
width: 20%;
}
.box {
margin: 5px;
border: 1px #693f6a solid;
border-radius: 5px;
font-size: 10pt;
background: rgba(255,255,255,0.7);
}
.box.column {
height: 100%;
padding: 0px;
margin-bottom: 0px;
overflow: hidden;
}
.box.column .content-container {
height: calc(100% - 20px);
overflow: auto;
}
.toolbar {
height: 20px;
width: 100%;
background-color: #693f6a;
background: linear-gradient(to bottom, #693f6a, #432144);
color: #fff;
}
.toolbar * {
color: #fff;
vertical-align: bottom;
}
button {
background: linear-gradient(to top, #533154, #794f7a);
border-radius: 5px;
border: 1px ;
color: #f9fffa;
padding: 0px 10px;
cursor: pointer;
background-color: rgba(136, 136, 255, 0.3);
}
button:hover {
background-color: rgba(136, 170, 255, 0.6);
background: linear-gradient(to top, #634164, #895f8a);
}
.big {
padding: 10px;
font-size: 20px;
border-radius: 10px;
border: 1px grey solid;
}
input[type="text"] {
border-radius: 5px;
background-color: #432144;
background: linear-gradient(to bottom, #432144, #693f6a);
margin: 0px;
margin-bottom: 1px;
padding: 1px;
color: #f9fffa;
}
input[type="text"]:focus {
background-color: #533154;
background: linear-gradient(to bottom, #533154, #794f7a);
}
/*******************************************************************************
* General classes
******************************************************************************/
/**
* Panel
*/
.panel > * {
display: none;
}
.panel > *[active] {
display: inherit;
}
/*******************************************************************************
* General & whatever
******************************************************************************/
#main-container {
height: 95%;
padding: 0px;
margin: 0px;
}
#notifications {
float: left;
width: 50%;
padding-left: 10px;
font-size: 8pt;
}
/**
* Time-Count
*/
#time-count {
z-index: 1500;
position: fixed;
overflow: hidden;
text-align: center;
font-size: 170px;
color: white;
border-radius: 100px;
background-color: rgba(0, 0, 0, 0.7);
opacity: 0.0;
transition: opacity 0.4s linear;
top: calc(50% - 100px);
left: -100%;
}
#time-count[active] {
opacity: 1.0;
left: calc(50% - 125px);
width: 250px;
height: 200px;
}
/*******************************************************************************
* Index panel
******************************************************************************/
#index-panel {
text-align:center;
font-family: arial;
}
#index-panel h1 {
margin-top: 50px;
}
#index-panel ol {
margin-top: 50px;
text-align:left;
width: 500px;
margin-left: auto;
margin-right: auto;
font-size: 20pt;
font-weight: bold;
color: #693f6a;
}
#index-panel a {
color: #693f6a;
font-size: 12pt;
}
#room-name-entry {
width: 14em;
}
#rooms > div,
#rooms > p {
margin-top: 0px;
padding: 5px;
font-size: 10pt;
color: #88d;
background-color: white;
border-bottom: 1px #ddd solid;
}
#rooms > div:hover {
cursor: pointer;
color: #888;
background-color: none;
}
/*******************************************************************************
* Game Announces
******************************************************************************/
#ann {
margin-top: 10px;
margin-bottom: 10px;
height: 170px;
overflow: hidden;
padding-right: 30px;
}
#ann-panel {
width: calc(100% - 10px);
height: 100%;
text-align: center;
font-size: 12pt;
z-index: 900;
float: left;
}
#ann-panel .panel {
height: auto;
}
/**
* Start panel
*/
#start-button {
font-size: 14pt;
margin-top: 5px;
}
#start-button[disabled] {
opacity: 0.5;
}
#url-entry {
width: 50%;
}
/**
* Game panel
*/
#game > div {
margin-bottom: 15px;
}
#game audio {
min-width: 30%;
position: absolute;
margin-top: -58px;
left: 25%;
}
/* Since there is an issue with the audio controls, we can't use the panel
* system */
#lyrics-container {
display: none;
font-style: italic;
overflow: auto;
}
#challenge {
font-weight: bold;
}
#guess a {
background: none;
text-decoration: underline;
color: grey;
}
#guess * {
height: auto;
}
#guess a:hover {
color: white;
}
#guess-off {
width: 80%;
height: auto;
}
#guess-off img {
float: left;
width: 100px;
margin-top: -50px;
margin-left: 15px;
}
#guess-entry {
width: 40%;
}
#guess-entry[wrong] {
background-color: #f00;
background: linear-gradient(to bottom, #f00, #f33);
}
/**
* Expandable: configuration, ...
*/
.expandable {
z-index: 1000;
float: right;
margin-right: -30px;
overflow: hidden;
width: 20px;
height: 170px;
padding-left: 5px;
border-left: 2px #693f6a solid;
background: linear-gradient(to top, #533154, #794f7a);
}
.expandable + .expandable {
margin-top: 30px;
height: calc(100% - 30px);
}
.expandable:hover {
width: 40%;
height: 170px;
margin-top: -170px;
}
.expandable:hover + .expandable {
display: none;
}
.expandable > div {
display: none;
width: padding(100% - 2em);
margin: 0.5em 0em 0.5em 2em;
height: calc(100% - 1em);
overflow: auto;
}
.expandable:hover > div {
display: block;
}
.expandable .label {
font-size: 14pt;
font-weight: bold;
display: block;
width: 1em;
margin-bottom: 5px;
float: left;
text-align: center;
}
.expandable .label span {
display: block;
font-size: 10pt;
margin-top: 10px;
}
.expandable input,
.expandable button {
margin: 5px;
margin-top: 0px;
float: right;
}
.expandable[blink] {
animation-duration: 1s;
animation-name: doblink;
animation-timing-function: linear;
animation-iteration-count: 20;
animation-direction: alternate;
background: linear-gradient(to top, #533154, #794f7a);
}
@keyframes doblink {
0% {
border: #533154 2px solid;
text-shadow: 1px 1px 1em #553154;
}
100% {
border: #a97faa 2px solid;
text-shadow: 1px 1px 1em #fff;
}
}
/*******************************************************************************
* Player widget
******************************************************************************/
#players {
height: calc(100% - 160px);
}
.player {
display: inline-block;
margin-left: 5px;
width: calc(25% - 5px);
height: 300px;
text-align: center;
float: left;
}
.player video.box {
width: calc(100% - 10px);
margin: 4px;
background-color: grey;
}
.player[active] video.box {
border-color: #aaaa44;
border-width: 5px;
margin: 0px;
float: center;
}
.player[active] {
width: calc(25% + 100px);
max-height: 100%;
}
/*******************************************************************************
* Chat
******************************************************************************/
#chat-content {
margin-top: -1px;
}
#chat-content div {
padding: 5px;
}
#chat-content .notification {
font-style: italic;
font-size: 10pt;
color: grey;
background-color: white;
border-bottom: 1px #ddd solid;
}
#chat-content *:not(.notification) + .notification {
border-top: 1px #ddd solid;
}
#chat-input {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
width: 100%;
height: 20px;
margin: 0px;
border-top: none;
border-left: none;
border-right: none;
} | client/style.css | body {
margin: 0px;
/* padding-top: 20px; */
font-family: Serif, Times;
font-size: 10pt;
background-color: #ddf;
}
a {
cursor: pointer;
color: #333;
text-decoration: none;
}
a:hover {
color: #bbb;
}
input {
border: 1px #693f6a solid;
}
.column {
display: block;
float: left;
width: 75%;
height: 100%;
transition: height 0.2s linear;
}
.column + .column {
float: right;
width: 20%;
}
.box {
margin: 5px;
border: 1px #693f6a solid;
border-radius: 5px;
font-size: 10pt;
background: rgba(255,255,255,0.7);
}
.box.column {
height: 100%;
padding: 0px;
margin-bottom: 0px;
overflow: hidden;
}
.box.column .content-container {
height: calc(100% - 20px);
overflow: auto;
}
.toolbar {
height: 20px;
width: 100%;
background-color: #693f6a;
background: linear-gradient(to bottom, #693f6a, #432144);
color: #fff;
}
.toolbar * {
color: #fff;
vertical-align: bottom;
}
button {
background: linear-gradient(to top, #533154, #794f7a);
border-radius: 5px;
border: 1px ;
color: #f9fffa;
padding: 0px 10px;
cursor: pointer;
background-color: rgba(136, 136, 255, 0.3);
}
button:hover {
background-color: rgba(136, 170, 255, 0.6);
background: linear-gradient(to top, #634164, #895f8a);
}
.big {
padding: 10px;
font-size: 20px;
border-radius: 10px;
border: 1px grey solid;
}
input[type="text"] {
border-radius: 5px;
background-color: #432144;
background: linear-gradient(to bottom, #432144, #693f6a);
margin: 0px;
margin-bottom: 1px;
padding: 1px;
color: #f9fffa;
}
input[type="text"]:focus {
background-color: #533154;
background: linear-gradient(to bottom, #533154, #794f7a);
}
/*******************************************************************************
* General classes
******************************************************************************/
/**
* Panel
*/
.panel > * {
display: none;
}
.panel > *[active] {
display: inherit;
}
/*******************************************************************************
* General & whatever
******************************************************************************/
#main-container {
height: 95%;
padding: 0px;
margin: 0px;
}
#notifications {
float: left;
width: 50%;
padding-left: 10px;
font-size: 8pt;
}
/**
* Time-Count
*/
#time-count {
z-index: 1500;
position: fixed;
overflow: hidden;
text-align: center;
font-size: 170px;
color: white;
border-radius: 100px;
background-color: rgba(0, 0, 0, 0.7);
opacity: 0.0;
transition: opacity 0.4s linear;
top: calc(50% - 100px);
left: -100%;
}
#time-count[active] {
opacity: 1.0;
left: calc(50% - 125px);
width: 250px;
height: 200px;
}
/*******************************************************************************
* Index panel
******************************************************************************/
#index-panel {
text-align:center;
font-family: arial;
}
#index-panel h1 {
margin-top: 50px;
}
#index-panel ol {
margin-top: 50px;
text-align:left;
width: 500px;
margin-left: auto;
margin-right: auto;
font-size: 20pt;
font-weight: bold;
color: #693f6a;
}
#index-panel a {
color: #693f6a;
font-size: 12pt;
}
#room-name-entry {
width: 14em;
}
#rooms > div,
#rooms > p {
margin-top: 0px;
padding: 5px;
font-size: 10pt;
color: #88d;
background-color: white;
border-bottom: 1px #ddd solid;
}
#rooms > div:hover {
cursor: pointer;
color: #888;
background-color: none;
}
/*******************************************************************************
* Game Announces
******************************************************************************/
#ann {
margin-top: 10px;
margin-bottom: 10px;
height: 170px;
overflow: hidden;
padding-right: 30px;
}
#ann-panel {
width: calc(100% - 10px);
height: 100%;
text-align: center;
font-size: 12pt;
z-index: 900;
float: left;
}
#ann-panel .panel {
height: auto;
}
/**
* Start panel
*/
#start-button {
font-size: 14pt;
margin-top: 5px;
}
#start-button[disabled] {
opacity: 0.5;
}
#url-entry {
width: 50%;
}
/**
* Game panel
*/
#game > div {
margin-bottom: 15px;
}
#game audio {
min-width: 30%;
position: absolute;
margin-top: -58px;
left: 25%;
}
/* Since there is an issue with the audio controls, we can't use the panel
* system */
#lyrics-container {
display: none;
font-style: italic;
overflow: auto;
}
#challenge {
font-weight: bold;
}
#guess a {
background: none;
text-decoration: underline;
color: grey;
}
#guess * {
height: auto;
}
#guess a:hover {
color: white;
}
#guess-off {
width: 80%;
height: auto;
}
#guess-off img {
float: left;
width: 100px;
margin-top: -50px;
margin-left: 15px;
}
#guess-entry {
width: 40%;
}
#guess-entry[wrong] {
background-color: #f00;
background: linear-gradient(to bottom, #f00, #f33);
}
/**
* Expandable: configuration, ...
*/
.expandable {
z-index: 1000;
float: right;
margin-right: -30px;
overflow: hidden;
width: 20px;
height: 170px;
padding-left: 5px;
border-left: 2px #693f6a solid;
background: linear-gradient(to top, #533154, #794f7a);
}
.expandable + .expandable {
margin-top: 30px;
height: calc(100% - 30px);
}
.expandable:hover {
width: 40%;
height: 170px;
margin-top: -170px;
}
.expandable:hover + .expandable {
display: none;
}
.expandable > div {
display: none;
width: padding(100% - 2em);
margin: 0.5em 0em 0.5em 2em;
height: calc(100% - 1em);
overflow: auto;
}
.expandable:hover > div {
display: block;
}
.expandable .label {
font-size: 14pt;
font-weight: bold;
display: block;
width: 1em;
margin-bottom: 5px;
float: left;
text-align: center;
}
.expandable .label span {
display: block;
font-size: 10pt;
margin-top: 10px;
}
.expandable input,
.expandable button {
margin: 5px;
margin-top: 0px;
float: right;
}
.expandable[blink] {
animation-duration: 1s;
animation-name: doblink;
animation-timing-function: linear;
animation-iteration-count: 20;
animation-direction: alternate;
background: linear-gradient(to top, #533154, #794f7a);
}
@keyframes doblink {
0% {
border: #533154 2px solid;
text-shadow: 1px 1px 1em #553154;
}
100% {
border: #a97faa 2px solid;
text-shadow: 1px 1px 1em #fff;
}
}
/*******************************************************************************
* Player widget
******************************************************************************/
#players {
height: calc(100% - 160px);
}
.player {
display: inline-block;
margin-left: 5px;
width: calc(25% - 5px);
height: 300px;
text-align: center;
float: left;
}
.player video.box {
width: calc(100% - 10px);
margin: 4px;
background-color: grey;
}
.player[active] video.box {
border-color: #aaaa44;
border-width: 5px;
margin: 0px;
float: center;
}
.player[active] {
width: calc(25% + 100px);
max-height: 100%;
}
/*******************************************************************************
* Chat
******************************************************************************/
#chat-content {
margin-top: -1px;
}
#chat-content div {
padding: 5px;
}
#chat-content .notification {
font-style: italic;
font-size: 10pt;
color: grey;
background-color: white;
border-bottom: 1px #ddd solid;
}
#chat-content *:not(.notification) + .notification {
border-top: 1px #ddd solid;
}
#chat-input {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
width: 100%;
height: 20px;
margin: 0px;
border-top: none;
border-left: none;
border-right: none;
} | 0.440951 | 0.108095 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("lazyfoo.net") {
body {
font-family: dejavu sans;
font-size: 125%;
color: #272822;
background-color: #75715E;
}
h1 {
width: 100%;
color: #272822;
text-align: center;
}
h2 {
width: 100%;
color: #F4BF75;
text-align: center;
}
h3 {
width: 100%;
color: #272822;
text-align: center;
}
h6 {
width: 100%;
color: #F9F8F5;
text-align: center;
}
b {
color: #F92672;
}
a.nav {
padding: 10px;
color: #F4BF75;
}
a.leftNav {
float: left;
color: #A6E22E;
}
a.tutLink {
margin: 0px auto;
color: #66D9EF;
}
div.tutPreface {
width: 90%;
margin: 30px auto 50px auto;
padding: 10px 5px 10px 5px;
border: medium solid #F4BF75;
background-color: #f9f8f5;
text-align: left;
}
div.tutCodeHeader {
width: 90%;
margin: 0px auto 0px auto;
background-color: #F9F8F5;
border: medium solid #F92672;
color: #272822;
text-align: left;
}
div.tutCode {
width: 90%;
margin: 10px auto 10px auto;
font-family: dejavu sans mono;
background-color: #272822;
border: medium solid #A6E22E;
color: #f9f8f5;
white-space: pre;
}
div.tutText {
width: 90%;
background-color: #f9f8f5;
border: medium solid #272822;
margin: 0px auto 40px auto;
}
div.tutImg {
margin: 0px auto 0px auto;
text-align: center;
}
div.tutFooter {
width: 90%;
margin: 30px auto 50px auto;
padding: 10px 5px 10px 5px;
border: thin solid #111144;
background-color: #f9f8f5;
border: medium solid #272822;
text-align: left;
}
td.ToCTitle {
background-color: #272822;
border: thin solid #66D9EF;
color: #f9f8f5;
height: 30px;
text-align: center;
}
td.tutLink {
background-color: #f9f8f5;
border: thin solid #FFF;
color: #272822;
text-align: center;
}
} | data/usercss/119803.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("lazyfoo.net") {
body {
font-family: dejavu sans;
font-size: 125%;
color: #272822;
background-color: #75715E;
}
h1 {
width: 100%;
color: #272822;
text-align: center;
}
h2 {
width: 100%;
color: #F4BF75;
text-align: center;
}
h3 {
width: 100%;
color: #272822;
text-align: center;
}
h6 {
width: 100%;
color: #F9F8F5;
text-align: center;
}
b {
color: #F92672;
}
a.nav {
padding: 10px;
color: #F4BF75;
}
a.leftNav {
float: left;
color: #A6E22E;
}
a.tutLink {
margin: 0px auto;
color: #66D9EF;
}
div.tutPreface {
width: 90%;
margin: 30px auto 50px auto;
padding: 10px 5px 10px 5px;
border: medium solid #F4BF75;
background-color: #f9f8f5;
text-align: left;
}
div.tutCodeHeader {
width: 90%;
margin: 0px auto 0px auto;
background-color: #F9F8F5;
border: medium solid #F92672;
color: #272822;
text-align: left;
}
div.tutCode {
width: 90%;
margin: 10px auto 10px auto;
font-family: dejavu sans mono;
background-color: #272822;
border: medium solid #A6E22E;
color: #f9f8f5;
white-space: pre;
}
div.tutText {
width: 90%;
background-color: #f9f8f5;
border: medium solid #272822;
margin: 0px auto 40px auto;
}
div.tutImg {
margin: 0px auto 0px auto;
text-align: center;
}
div.tutFooter {
width: 90%;
margin: 30px auto 50px auto;
padding: 10px 5px 10px 5px;
border: thin solid #111144;
background-color: #f9f8f5;
border: medium solid #272822;
text-align: left;
}
td.ToCTitle {
background-color: #272822;
border: thin solid #66D9EF;
color: #f9f8f5;
height: 30px;
text-align: center;
}
td.tutLink {
background-color: #f9f8f5;
border: thin solid #FFF;
color: #272822;
text-align: center;
}
} | 0.38168 | 0.123683 |
* {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
box-sizing: border-box;
}
html {
overflow: hidden;
overflow-y: scroll;
scroll-behavior: smooth;
}
body {
background-color: blue;
margin: 0;
padding: 0;
max-width: 1450px;
background-image: url(../img/Cracow.jpg);
background-size: cover;
background-repeat: no-repeat;
}
.body {
background-color: #fff;
height: 2700px;
max-width: 1369px;
width: 1370px;
margin-top: 200px;
}
.navigation {
font-size: 0px;
}
h3 {
color: #fff;
padding-top: 20px;
}
ul {
list-style: none;
margin: 0;
padding-left: 0;
color: #fff;
}
.menu-lipuchka {
background-color: grey;
width: 1366px;
margin-left: -120px;
margin-top: -40px;
height: 80px;
}
a {
text-decoration: none;
color: #fff;
display: inline;
padding: 20px;
}
li {
display: inline;
color: #fff;
transition: 0.2s;
}
li:hover {
color: #000;
}
.current {
width: 500px;
height: 500px;
border-radius: 20px;
color: #fff;
line-height: 500px;
text-align: center;
text-decoration: none;
border: 3px solid;
padding: 7px;
font-weight: 600;
transition: 0.3s;
margin-left: -150px;
}
.current:hover {
color: #000;
}
p {
color: #000;
}
.round {
border-radius: 100px;
border: 0px solid;
width: 45px;
height: 45px;
margin-top: -290px;
margin-left: 50px;
color: #212121;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
cursor: pointer;
}
h1 {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #fff;
text-align: center;
}
.buttonset {
border-radius: 30px;
border: 3px solid #FFFFA6;
background-color: #FFFFA6;
font-size: 20px;
color: #000;
padding: 10px;
margin-left: 450px;
margin-top: 25px;
}
input {
border-radius: 30px;
border: 1px solid grey;
font-size: 20px;
color: #000;
padding: 10px;
margin-left: 450px;
margin-top: 25px;
opacity: 0.5;
padding-left: 25px;
}
.num {
color: #ACACAC;
font-size: 20px;
cursor: pointer;
margin-top: -30px;
}
.strelki {
margin-top: -25px;
cursor: pointer;
}
.block {
background-color: #F5E9A7;
border: 1px solid #D5D57D;
height: 85px;
width: 580px;
border-radius: 5px;
margin-left: 20px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
margin-top: 22px;
padding-left: 10px;
}
.button {
border-radius: 30px;
border: 3px solid #50ff28;
background-color: #50ff28;
font-size: 20px;
color: #fff;
padding: 10px;
margin-left: 50px;
width: 171px;
}
.button2 {
border-radius: 30px;
border: 3px solid #3DDBC7;
background-color: #3DDBC7;
font-size: 20px;
color: #fff;
padding: 10px;
margin-left: 50px;
width: 171px;
margin-top: 3px;
}
.footer {
background-color: #fff;
height: 900px;
width: 1369px;
margin-left: -140px;
}
.Cont {
margin-top: -420px;
}
.adress {
color: white;
}
.batton {
border-radius: 30px;
border: 3px solid #B5ED85;
background-color: #B5ED85;
font-size: 20px;
color: #fff;
padding: 10px;
margin-top: 25px;
margin-left: 65px;
width: 153px;
}
.email, .company {
margin-bottom: 15px;
font-size: 14px;
font-style: italic;
width: 100%;
height: 36px;
padding: 6px 12px;
line-height: 1.42857;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.Lets {
color: #fff;
font-size: 55px;
margin-left: -185px;
margin-top: 100px;
}
.Lost {
color: #000;
font-size: 55px;
margin-left: 230px;
margin-top: -74px;
}
.a, .ab {
position: absolute;
top: 1px;
font-size: 0px;
margin-left: 170px;
margin-top: -50px;
transition: all 0.5s;
}
.img {
width: 200px;
height: 100px;
position: relative;
margin-left: 1050px;
}
.img:hover a {
top: 50px;
font-size: 13px;
}
.img:hover p {
top: 50px;
font-size: 15px;
}
.text1 {
color: #000;
margin-left: -10px;
text-align: center;
}
.text2 {
color: #000;
margin-left: 280px;
}
.mapy {
margin-left: 940px;
color: #F3F376;
margin-top: -20px;
cursor: pointer;
}
.user {
margin-left: -115px;
margin-top: 45px;
}
.user1 {
margin-left: 938px;
margin-top: -30px;
}
.Krakow {
margin-left: 90px;
} | css/main.css | * {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
box-sizing: border-box;
}
html {
overflow: hidden;
overflow-y: scroll;
scroll-behavior: smooth;
}
body {
background-color: blue;
margin: 0;
padding: 0;
max-width: 1450px;
background-image: url(../img/Cracow.jpg);
background-size: cover;
background-repeat: no-repeat;
}
.body {
background-color: #fff;
height: 2700px;
max-width: 1369px;
width: 1370px;
margin-top: 200px;
}
.navigation {
font-size: 0px;
}
h3 {
color: #fff;
padding-top: 20px;
}
ul {
list-style: none;
margin: 0;
padding-left: 0;
color: #fff;
}
.menu-lipuchka {
background-color: grey;
width: 1366px;
margin-left: -120px;
margin-top: -40px;
height: 80px;
}
a {
text-decoration: none;
color: #fff;
display: inline;
padding: 20px;
}
li {
display: inline;
color: #fff;
transition: 0.2s;
}
li:hover {
color: #000;
}
.current {
width: 500px;
height: 500px;
border-radius: 20px;
color: #fff;
line-height: 500px;
text-align: center;
text-decoration: none;
border: 3px solid;
padding: 7px;
font-weight: 600;
transition: 0.3s;
margin-left: -150px;
}
.current:hover {
color: #000;
}
p {
color: #000;
}
.round {
border-radius: 100px;
border: 0px solid;
width: 45px;
height: 45px;
margin-top: -290px;
margin-left: 50px;
color: #212121;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
cursor: pointer;
}
h1 {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #fff;
text-align: center;
}
.buttonset {
border-radius: 30px;
border: 3px solid #FFFFA6;
background-color: #FFFFA6;
font-size: 20px;
color: #000;
padding: 10px;
margin-left: 450px;
margin-top: 25px;
}
input {
border-radius: 30px;
border: 1px solid grey;
font-size: 20px;
color: #000;
padding: 10px;
margin-left: 450px;
margin-top: 25px;
opacity: 0.5;
padding-left: 25px;
}
.num {
color: #ACACAC;
font-size: 20px;
cursor: pointer;
margin-top: -30px;
}
.strelki {
margin-top: -25px;
cursor: pointer;
}
.block {
background-color: #F5E9A7;
border: 1px solid #D5D57D;
height: 85px;
width: 580px;
border-radius: 5px;
margin-left: 20px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
margin-top: 22px;
padding-left: 10px;
}
.button {
border-radius: 30px;
border: 3px solid #50ff28;
background-color: #50ff28;
font-size: 20px;
color: #fff;
padding: 10px;
margin-left: 50px;
width: 171px;
}
.button2 {
border-radius: 30px;
border: 3px solid #3DDBC7;
background-color: #3DDBC7;
font-size: 20px;
color: #fff;
padding: 10px;
margin-left: 50px;
width: 171px;
margin-top: 3px;
}
.footer {
background-color: #fff;
height: 900px;
width: 1369px;
margin-left: -140px;
}
.Cont {
margin-top: -420px;
}
.adress {
color: white;
}
.batton {
border-radius: 30px;
border: 3px solid #B5ED85;
background-color: #B5ED85;
font-size: 20px;
color: #fff;
padding: 10px;
margin-top: 25px;
margin-left: 65px;
width: 153px;
}
.email, .company {
margin-bottom: 15px;
font-size: 14px;
font-style: italic;
width: 100%;
height: 36px;
padding: 6px 12px;
line-height: 1.42857;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.Lets {
color: #fff;
font-size: 55px;
margin-left: -185px;
margin-top: 100px;
}
.Lost {
color: #000;
font-size: 55px;
margin-left: 230px;
margin-top: -74px;
}
.a, .ab {
position: absolute;
top: 1px;
font-size: 0px;
margin-left: 170px;
margin-top: -50px;
transition: all 0.5s;
}
.img {
width: 200px;
height: 100px;
position: relative;
margin-left: 1050px;
}
.img:hover a {
top: 50px;
font-size: 13px;
}
.img:hover p {
top: 50px;
font-size: 15px;
}
.text1 {
color: #000;
margin-left: -10px;
text-align: center;
}
.text2 {
color: #000;
margin-left: 280px;
}
.mapy {
margin-left: 940px;
color: #F3F376;
margin-top: -20px;
cursor: pointer;
}
.user {
margin-left: -115px;
margin-top: 45px;
}
.user1 {
margin-left: 938px;
margin-top: -30px;
}
.Krakow {
margin-left: 90px;
} | 0.504639 | 0.086555 |
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
font-family: sans-serif;
}
body {
background-color: #cccccc;
}
.app-container {
padding-top: 5rem;
}
.text-editor-container {
margin: 0 auto;
}
.file-input-container {
margin: 0 auto;
text-align: center;
}
.file-input-container__title {
margin-bottom: 2rem;
}
.file-input-container__input {
width: 190px;
}
.file-input-container__input::-webkit-file-upload-button {
cursor: pointer;
}
.input-controls {
margin-bottom: 2rem;
}
.input-controls__input-label {
background-color: #e0e0e0;
border-radius: 5px;
cursor: pointer;
display: inline-block;
padding: 0.5rem 1.5rem;
}
.input-controls__input-label:hover {
background-color: #dddddd;
}
.output-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 1rem;
}
.output-container__text-area {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 10px;
background-color: #eff0f0;
font-size: 1.1rem;
font-weight: 600;
width: 70%;
min-height: 300px;
padding: 1rem;
}
.finder-container, .edit-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 auto;
margin-bottom: 1rem;
position: relative;
width: 70%;
}
.finder-container__finder, .edit-container__editor {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
border-radius: 10px;
padding: 0.3rem 1rem;
width: 100%;
}
.finder-container__find-btn, .edit-container__replace-btn {
border: none;
border-radius: 0 10px 10px 0;
cursor: pointer;
padding: 0.3rem 1rem;
position: absolute;
top: 0;
right: 0;
width: 80px;
}
.finder-container__match-count {
font-size: 0.9rem;
margin: 0 auto 5px auto;
padding-right: 10px;
text-align: end;
visibility: hidden;
width: 70%;
}
.file-output-container {
text-align: center;
}
.file-output-container__btn {
cursor: pointer;
padding: 0.5rem 1rem;
width: 120px;
}
.highlight {
background-color: yellow;
}
.not-allowed-cursor {
cursor: not-allowed;
}
/*# sourceMappingURL=main.css.map */ | dist/css/main.css | *,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
font-family: sans-serif;
}
body {
background-color: #cccccc;
}
.app-container {
padding-top: 5rem;
}
.text-editor-container {
margin: 0 auto;
}
.file-input-container {
margin: 0 auto;
text-align: center;
}
.file-input-container__title {
margin-bottom: 2rem;
}
.file-input-container__input {
width: 190px;
}
.file-input-container__input::-webkit-file-upload-button {
cursor: pointer;
}
.input-controls {
margin-bottom: 2rem;
}
.input-controls__input-label {
background-color: #e0e0e0;
border-radius: 5px;
cursor: pointer;
display: inline-block;
padding: 0.5rem 1.5rem;
}
.input-controls__input-label:hover {
background-color: #dddddd;
}
.output-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 1rem;
}
.output-container__text-area {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 10px;
background-color: #eff0f0;
font-size: 1.1rem;
font-weight: 600;
width: 70%;
min-height: 300px;
padding: 1rem;
}
.finder-container, .edit-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 auto;
margin-bottom: 1rem;
position: relative;
width: 70%;
}
.finder-container__finder, .edit-container__editor {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
border-radius: 10px;
padding: 0.3rem 1rem;
width: 100%;
}
.finder-container__find-btn, .edit-container__replace-btn {
border: none;
border-radius: 0 10px 10px 0;
cursor: pointer;
padding: 0.3rem 1rem;
position: absolute;
top: 0;
right: 0;
width: 80px;
}
.finder-container__match-count {
font-size: 0.9rem;
margin: 0 auto 5px auto;
padding-right: 10px;
text-align: end;
visibility: hidden;
width: 70%;
}
.file-output-container {
text-align: center;
}
.file-output-container__btn {
cursor: pointer;
padding: 0.5rem 1rem;
width: 120px;
}
.highlight {
background-color: yellow;
}
.not-allowed-cursor {
cursor: not-allowed;
}
/*# sourceMappingURL=main.css.map */ | 0.406155 | 0.04154 |
@font-face
{
font-family: 'pixellarimedium';
src: url('../font/pixellari-webfont.woff2') format('woff2'),
url('../font/pixellari-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
html, body
{
margin: 0px;
padding: 0px;
overflow: hidden;
font-size: 20px;
font-family: 'pixellarimedium';
text-shadow: 2px 2px black;
color: white;
}
body,ul,ol,textarea,figure,label,form,form ol, form ol li{
margin: 0;
padding: 0;
list-style: none;
}
#gameOverlay, #glOverlay
{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
pointer-events: none;
}
.gui
{
display: none;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
pointer-events: none;
}
.gui_bottom
{
position: absolute;
bottom: 5px;
pointer-events: none;
}
.gui_top
{
position: absolute;
top: 5px;
pointer-events: none;
}
.gui_left
{
position: absolute;
left: 5px;
pointer-events: none;
}
.gui_right
{
position: absolute;
right: 5px;
pointer-events: none;
text-align: right;
}
.gui_center
{
top: 50%;
left: 50%;
position: absolute;
pointer-events: none;
text-align: center;
transform: translate(-50%, -50%);
}
.gui_center_h
{
left: 50%;
position: absolute;
pointer-events: none;
text-align: center;
transform: translate(-50%, 0%);
}
.gui_center_v
{
top: 50%;
position: absolute;
pointer-events: none;
text-align: center;
transform: translate(0%, -50%);
}
.gui_element
{
pointer-events: auto;
}
.cross
{
position: absolute;
left: 50%;
top: 50%;
background-color: red;
width: 5px;
height: 5px;
transform: translate(-50%, -50%);
pointer-events: none;
}
/** Form style */
input{
-moz-appearance: none;
-webkit-appearance: none;
border: none;
margin: 0;
padding: 0;
}
#loadingPage
{
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 10000000;
background-color: #8ec6d5;
} | game/static/game/css/style.css | @font-face
{
font-family: 'pixellarimedium';
src: url('../font/pixellari-webfont.woff2') format('woff2'),
url('../font/pixellari-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
html, body
{
margin: 0px;
padding: 0px;
overflow: hidden;
font-size: 20px;
font-family: 'pixellarimedium';
text-shadow: 2px 2px black;
color: white;
}
body,ul,ol,textarea,figure,label,form,form ol, form ol li{
margin: 0;
padding: 0;
list-style: none;
}
#gameOverlay, #glOverlay
{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
pointer-events: none;
}
.gui
{
display: none;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
pointer-events: none;
}
.gui_bottom
{
position: absolute;
bottom: 5px;
pointer-events: none;
}
.gui_top
{
position: absolute;
top: 5px;
pointer-events: none;
}
.gui_left
{
position: absolute;
left: 5px;
pointer-events: none;
}
.gui_right
{
position: absolute;
right: 5px;
pointer-events: none;
text-align: right;
}
.gui_center
{
top: 50%;
left: 50%;
position: absolute;
pointer-events: none;
text-align: center;
transform: translate(-50%, -50%);
}
.gui_center_h
{
left: 50%;
position: absolute;
pointer-events: none;
text-align: center;
transform: translate(-50%, 0%);
}
.gui_center_v
{
top: 50%;
position: absolute;
pointer-events: none;
text-align: center;
transform: translate(0%, -50%);
}
.gui_element
{
pointer-events: auto;
}
.cross
{
position: absolute;
left: 50%;
top: 50%;
background-color: red;
width: 5px;
height: 5px;
transform: translate(-50%, -50%);
pointer-events: none;
}
/** Form style */
input{
-moz-appearance: none;
-webkit-appearance: none;
border: none;
margin: 0;
padding: 0;
}
#loadingPage
{
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 10000000;
background-color: #8ec6d5;
} | 0.46223 | 0.073497 |
@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");
* {
margin: 0;
box-sizing: border-box;
}
body {
background-color: #d5d5ff;
color: #fff;
font-family: "Muli", sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
overflow: hidden;
padding: 10px;
transition: 0.6s ease;
}
body.dark_mode {
background: #363655;
transition: 0.6s ease;
}
#toggler {
position: relative;
height: 45px;
width: 85px;
border-radius: 20px;
background: linear-gradient(60deg, #363655, #7979ca);
cursor: pointer;
}
.toggle_container {
/* background: red; */
position: absolute;
top: 5%;
right: 5%;
height: 55px;
width: 175px;
display: flex;
justify-content: space-between;
align-items: center;
}
#round {
position: absolute;
top: 50%;
left: 68%;
transform: translate(-50%, -50%);
height: 35px;
width: 35px;
border-radius: 50%;
background: #f4f4f8;
transition: 0.6s ease;
}
#round.toggle {
left: 30%;
transition: 0.6s ease;
}
.sun {
height: 40px;
visibility: visible;
transition: 0.2s ease-in;
}
.sun.hide {
visibility: hidden;
transition: 0.2s ease-in;
}
.moon {
height: 35px;
visibility: hidden;
transition: 0.2s ease-in;
}
.moon.show {
visibility: visible;
transition: 0.2s ease-in;
}
h2 {
margin: 10px 0 20px;
text-align: center;
transition: 0.6s ease;
}
h2.dark_text {
color: #363655;
transition: 0.6s ease;
}
.container {
background-color: #363655;
border: 1px transparent;
border-radius: 10px;
box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.2);
padding: 20px;
width: 350px;
max-width: 100%;
}
.container.dark {
background: #d5d5ff;
}
.result-container {
background-color: rgba(0, 0, 0, 0.4);
display: flex;
justify-content: flex-start;
align-items: center;
position: relative;
font-size: 18px;
letter-spacing: 1px;
padding: 12px 10px;
height: 50px;
border: 1px transparent;
border-radius: 5px;
width: 100%;
}
.label1,
.label2,
.label3,
.label4,
.label5 {
transition: 0.6s ease;
}
.label1.dark_text_for_label {
color: #363655;
transition: 0.6s ease;
}
.label2.dark_text_for_label {
color: #363655;
transition: 0.6s ease;
}
.label3.dark_text_for_label {
color: #363655;
transition: 0.6s ease;
}
.label4.dark_text_for_label {
color: #363655;
transition: 0.6s ease;
}
.label5.dark_text_for_label {
color: #363655;
transition: 0.6s ease;
}
.result-container #result {
word-wrap: break-word;
max-width: calc(100% - 40px);
}
.result-container .btn {
position: absolute;
top: 5px;
right: 5px;
width: 40px;
height: 40px;
font-size: 20px;
}
.btn {
border: 1px transparent;
border-radius: 5px;
background-color: #7979ca;
color: #fff;
font-size: 16px;
padding: 8px 12px;
cursor: pointer;
}
.btn-large {
display: block;
width: 100%;
}
.setting {
display: flex;
justify-content: space-between;
align-items: center;
margin: 15px 0;
}
#length {
background-color: #7979ca;
color: #fff;
width: 50px;
padding: 6px;
outline: none;
border: 1px transparent;
border-radius: 2px;
}
#strength {
background-color: rgba(0, 0, 0, 0.4);
padding: 10px 5px;
border: 1px transparent;
border-radius: 5px;
margin-bottom: 20px;
} | css/style.css | @import url("https://fonts.googleapis.com/css?family=Muli&display=swap");
* {
margin: 0;
box-sizing: border-box;
}
body {
background-color: #d5d5ff;
color: #fff;
font-family: "Muli", sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
overflow: hidden;
padding: 10px;
transition: 0.6s ease;
}
body.dark_mode {
background: #363655;
transition: 0.6s ease;
}
#toggler {
position: relative;
height: 45px;
width: 85px;
border-radius: 20px;
background: linear-gradient(60deg, #363655, #7979ca);
cursor: pointer;
}
.toggle_container {
/* background: red; */
position: absolute;
top: 5%;
right: 5%;
height: 55px;
width: 175px;
display: flex;
justify-content: space-between;
align-items: center;
}
#round {
position: absolute;
top: 50%;
left: 68%;
transform: translate(-50%, -50%);
height: 35px;
width: 35px;
border-radius: 50%;
background: #f4f4f8;
transition: 0.6s ease;
}
#round.toggle {
left: 30%;
transition: 0.6s ease;
}
.sun {
height: 40px;
visibility: visible;
transition: 0.2s ease-in;
}
.sun.hide {
visibility: hidden;
transition: 0.2s ease-in;
}
.moon {
height: 35px;
visibility: hidden;
transition: 0.2s ease-in;
}
.moon.show {
visibility: visible;
transition: 0.2s ease-in;
}
h2 {
margin: 10px 0 20px;
text-align: center;
transition: 0.6s ease;
}
h2.dark_text {
color: #363655;
transition: 0.6s ease;
}
.container {
background-color: #363655;
border: 1px transparent;
border-radius: 10px;
box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.2);
padding: 20px;
width: 350px;
max-width: 100%;
}
.container.dark {
background: #d5d5ff;
}
.result-container {
background-color: rgba(0, 0, 0, 0.4);
display: flex;
justify-content: flex-start;
align-items: center;
position: relative;
font-size: 18px;
letter-spacing: 1px;
padding: 12px 10px;
height: 50px;
border: 1px transparent;
border-radius: 5px;
width: 100%;
}
.label1,
.label2,
.label3,
.label4,
.label5 {
transition: 0.6s ease;
}
.label1.dark_text_for_label {
color: #363655;
transition: 0.6s ease;
}
.label2.dark_text_for_label {
color: #363655;
transition: 0.6s ease;
}
.label3.dark_text_for_label {
color: #363655;
transition: 0.6s ease;
}
.label4.dark_text_for_label {
color: #363655;
transition: 0.6s ease;
}
.label5.dark_text_for_label {
color: #363655;
transition: 0.6s ease;
}
.result-container #result {
word-wrap: break-word;
max-width: calc(100% - 40px);
}
.result-container .btn {
position: absolute;
top: 5px;
right: 5px;
width: 40px;
height: 40px;
font-size: 20px;
}
.btn {
border: 1px transparent;
border-radius: 5px;
background-color: #7979ca;
color: #fff;
font-size: 16px;
padding: 8px 12px;
cursor: pointer;
}
.btn-large {
display: block;
width: 100%;
}
.setting {
display: flex;
justify-content: space-between;
align-items: center;
margin: 15px 0;
}
#length {
background-color: #7979ca;
color: #fff;
width: 50px;
padding: 6px;
outline: none;
border: 1px transparent;
border-radius: 2px;
}
#strength {
background-color: rgba(0, 0, 0, 0.4);
padding: 10px 5px;
border: 1px transparent;
border-radius: 5px;
margin-bottom: 20px;
} | 0.431105 | 0.090414 |
@import url('icons/styles.css');
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222;
}
html {
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browse Happy prompt
========================================================================== */
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 150%;
}
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden;
}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.clearfix:after {
clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important;
/* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
/* h5bp.com/t */
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
/*===========================================================================*/
/* Grid
/*===========================================================================*/
.row {
width: 100%;
padding: 0;
margin: 0;
}
.row .column {
margin: 0;
float: left;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
float: left;
margin: 0;
}
.row .row {
width: 100%;
margin: 0;
overflow: hidden;
float: left;
}
.row .center {
float: none;
margin: 0 auto;
}
.grid-1 {
width: 8.33333%;
}
.grid-2 {
width: 16.66667%;
}
.grid-3 {
width: 25%;
}
.grid-4 {
width: 33.33333%;
}
.grid-5 {
width: 41.66667%;
}
.grid-6 {
width: 49.99999%;
}
.grid-7 {
width: 58.33333%;
}
.grid-8 {
width: 66.66667%;
}
.grid-9 {
width: 75%;
}
.grid-10 {
width: 83.33333%;
}
.grid-11 {
width: 91.66667%;
}
.grid-12 {
width: 100%;
}
/* Xlarge */
/* Large*/
/* Medium */
@media only screen and (min-width: 601px) and (max-width: 959px) {
.row .column {
width: 50%;
}
.row .column.grid-12 {
width: 100%;
}
.row .column.center {
width: 100%;
}
.row .medium-center {
float: none;
margin: 0 auto;
clear: both;
}
.split-1,
.medium-split-1 {
width: 100% !important;
}
.split-2,
.medium-split-2 {
width: 50% !important;
}
.split-3,
.medium-split-3 {
width: 33.33333% !important;
}
.split-4,
.medium-split-4 {
width: 25% !important;
}
.row .column.center {
padding-right: 0;
}
}
/* small */
@media only screen and (max-width: 600px) {
.row .column {
width: 100%;
}
.row .column.center {
padding-right: 0;
}
.split-1,
.small-split-1 {
width: 100% !important;
}
.split-2,
.small-split-2 {
width: 50% !important;
}
.split-3,
.small-split-3 {
width: 33.33333% !important;
}
.split-4,
.small-split-4 {
width: 25% !important;
}
}
.clear {
clear: both;
}
/* Nicolas Gallagher's micro clearfix */
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.row:after,
.clearfix:after {
clear: both;
}
.row,
.clearfix {
zoom: 1;
}
/*===========================================================================*/
/* Forms
/*===========================================================================*/
.form {
overflow: hidden;
}
.form textarea:focus,
.form input:focus {
outline: 0;
border: 1px solid #999;
}
.form input,
.form textarea,
.form select {
padding: 10px;
border: 1px solid #ccc;
font-size: 14px;
}
.form input[type="text"] {
height: 38px;
padding: 0 10px;
}
.form select {
outline: none;
padding: 0;
height: 38px;
/*safari padding hack*/
text-indent: 5px;
line-height: 32px;
cursor: pointer;
}
.form textarea {
min-height: 200px;
}
.form span.prefix,
.form span.postfix {
display: block;
text-align: center;
background: #eee;
border: 1px solid #ccc;
border-right: none;
color: #555;
height: 38px;
line-height: 36px;
overflow: hidden;
font-size: 14px;
margin: 0;
}
.prefix .icon {
font-size: 18px;
top: 4px;
position: relative;
}
.form button.postfix,
.form button.prefix {
line-height: 32px;
overflow: hidden;
font-size: 14px;
height: 34px;
padding: 0;
}
.form span.postfix {
border: 1px solid #ccc;
border-left: none;
}
.form label {
display: block;
cursor: pointer;
margin-bottom: 10px;
}
.form label span.small {
display: block;
margin: 0;
padding: 0;
font-size: 10px;
color: #888;
margin-bottom: 2px;
}
.form ul.list {
list-style: none;
padding: 0;
margin: 0;
}
.form ul.list li {
display: block;
width: 100%;
}
.form ul.list li input,
.form ul.list li label {
padding: 3px;
display: block;
float: left;
font-size: 14px;
}
.form ul.list li input {
margin-top: 3px;
margin-right: 10px;
display: block;
padding: 0;
border: 0;
}
.form ul.list li,
.form ul.list li label {
width: 100%;
margin: 0;
}
/*=== ICONS INSIDE INPUT ===*/
.icon.inside.input {
position: relative;
overflow: hidden;
}
.icon.inside.input input {
width: 100%;
padding-right: 45px;
}
.icon.inside.input.left input {
padding-right: 5px;
padding-left: 45px;
}
.icon.inside.input .icon {
color: #ccc;
background: transparent;
display: block;
position: absolute;
border: 1px solid #ccc;
right: 0;
top: 0;
height: 38px;
width: 40px;
text-align: center;
line-height: 2.1;
font-size: 22px;
}
.icon.inside.input.left .icon {
left: 0;
}
/*===========================================================================*/
/* Buttons
/*===========================================================================*/
.button {
cursor: pointer;
display: inline-block;
position: relative;
outline: none;
border: none;
vertical-align: baseline;
text-transform: none;
text-shadow: none;
font-weight: normal;
font-style: normal;
text-align: center;
text-decoration: none;
background-image: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #e8e8e8;
color: #555;
font-size: 14px;
margin: 2px;
padding: 11px 25px 9px;
height: 42px;
line-height: 20px;
/*default*/
}
.button.rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.button:hover {
background-color: #b5b5b5;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
}
.button.green,
.button.blue,
.button.red,
.button.orange {
color: #fff;
}
.button.blue {
background-color: #55acee;
}
.button.blue:hover {
background-color: #147bc9;
}
.button.green {
background-color: #2ecc71;
}
.button.green:hover {
background-color: #1b7943;
}
.button.red {
background-color: #e74c3c;
}
.button.red:hover {
background-color: #a82315;
}
.button.orange {
background-color: #e67e22;
}
.button.orange:hover {
background-color: #bf6516;
}
.button.large {
font-weight: 700;
padding: 19px 40px 19px;
font-size: 18px;
height: 60px;
line-height: 22px;
}
.button.small {
height: 32px;
font-weight: normal;
padding: 9px 12px 7px;
font-size: 12px;
line-height: 16px;
}
/* Buttons with icons */
.button.with.icon {
position: relative;
vertical-align: bottom;
text-indent: 37px;
}
.button.with.icon.right {
text-indent: 0 !important;
padding-right: 50px;
padding-left: 15px;
}
.button.with.icon.right span {
padding: 0;
right: 15px;
text-indent: 0 !important;
text-align: right;
position: absolute;
border: none;
}
.button.with.icon.right.small {
padding-right: 44px;
padding-left: 15px;
}
.button.with.icon.right.small span {
right: 3px;
}
.button.with.icon.right.large {
padding-right: 80px;
padding-left: 20px;
}
.button.with.icon.right.large span {
right: 20px;
}
.button.with.icon span {
text-indent: 0;
top: 0;
left: 0;
height: 100%;
display: block;
position: absolute;
font-size: 22px;
padding: 0 14px;
line-height: 50px;
font-family: arial, sans-serif !important;
}
.button.with.icon span.green {
background: #2ecc71;
}
.button.with.icon span.blue {
background: #55acee;
}
.button.with.icon span.red {
background: #e74c3c;
}
.button.with.icon span.orange {
background: #e67e22;
}
.button.with.icon span.green,
.button.with.icon span.blue,
.button.with.icon span.red,
.button.with.icon span.orange {
color: #fff;
}
.button.with.icon span.separate {
border-right: 1px solid #ececec;
}
.button.with.icon span.gray {
background: #e8e8e8;
color: #222;
}
.button.with.icon.large {
text-indent: 55px;
padding-right: 35px;
padding-left: 35px;
}
.button.with.icon.large span {
line-height: 72px;
font-size: 40px;
}
.button.with.icon.small {
min-width: 40px;
text-indent: 35px;
padding-right: 12px;
padding-left: 12px;
}
.button.with.icon.small span {
line-height: 38px;
font-size: 20px;
padding: 0 10px;
}
.button.with.icon.only {
text-indent: 0;
}
/*---------------------------------------------------
LESS Elements 0.9
---------------------------------------------------
A set of useful LESS mixins
More info at: http://lesselements.com
---------------------------------------------------*/
/*===========================================================================*/
/* Misc Styles */
/*===========================================================================*/
.video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
img {
max-width: 100%;
height: auto;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} | dist/assets/css/bare.css | @import url('icons/styles.css');
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222;
}
html {
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browse Happy prompt
========================================================================== */
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 150%;
}
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden;
}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.clearfix:after {
clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important;
/* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
/* h5bp.com/t */
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
/*===========================================================================*/
/* Grid
/*===========================================================================*/
.row {
width: 100%;
padding: 0;
margin: 0;
}
.row .column {
margin: 0;
float: left;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
float: left;
margin: 0;
}
.row .row {
width: 100%;
margin: 0;
overflow: hidden;
float: left;
}
.row .center {
float: none;
margin: 0 auto;
}
.grid-1 {
width: 8.33333%;
}
.grid-2 {
width: 16.66667%;
}
.grid-3 {
width: 25%;
}
.grid-4 {
width: 33.33333%;
}
.grid-5 {
width: 41.66667%;
}
.grid-6 {
width: 49.99999%;
}
.grid-7 {
width: 58.33333%;
}
.grid-8 {
width: 66.66667%;
}
.grid-9 {
width: 75%;
}
.grid-10 {
width: 83.33333%;
}
.grid-11 {
width: 91.66667%;
}
.grid-12 {
width: 100%;
}
/* Xlarge */
/* Large*/
/* Medium */
@media only screen and (min-width: 601px) and (max-width: 959px) {
.row .column {
width: 50%;
}
.row .column.grid-12 {
width: 100%;
}
.row .column.center {
width: 100%;
}
.row .medium-center {
float: none;
margin: 0 auto;
clear: both;
}
.split-1,
.medium-split-1 {
width: 100% !important;
}
.split-2,
.medium-split-2 {
width: 50% !important;
}
.split-3,
.medium-split-3 {
width: 33.33333% !important;
}
.split-4,
.medium-split-4 {
width: 25% !important;
}
.row .column.center {
padding-right: 0;
}
}
/* small */
@media only screen and (max-width: 600px) {
.row .column {
width: 100%;
}
.row .column.center {
padding-right: 0;
}
.split-1,
.small-split-1 {
width: 100% !important;
}
.split-2,
.small-split-2 {
width: 50% !important;
}
.split-3,
.small-split-3 {
width: 33.33333% !important;
}
.split-4,
.small-split-4 {
width: 25% !important;
}
}
.clear {
clear: both;
}
/* Nicolas Gallagher's micro clearfix */
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.row:after,
.clearfix:after {
clear: both;
}
.row,
.clearfix {
zoom: 1;
}
/*===========================================================================*/
/* Forms
/*===========================================================================*/
.form {
overflow: hidden;
}
.form textarea:focus,
.form input:focus {
outline: 0;
border: 1px solid #999;
}
.form input,
.form textarea,
.form select {
padding: 10px;
border: 1px solid #ccc;
font-size: 14px;
}
.form input[type="text"] {
height: 38px;
padding: 0 10px;
}
.form select {
outline: none;
padding: 0;
height: 38px;
/*safari padding hack*/
text-indent: 5px;
line-height: 32px;
cursor: pointer;
}
.form textarea {
min-height: 200px;
}
.form span.prefix,
.form span.postfix {
display: block;
text-align: center;
background: #eee;
border: 1px solid #ccc;
border-right: none;
color: #555;
height: 38px;
line-height: 36px;
overflow: hidden;
font-size: 14px;
margin: 0;
}
.prefix .icon {
font-size: 18px;
top: 4px;
position: relative;
}
.form button.postfix,
.form button.prefix {
line-height: 32px;
overflow: hidden;
font-size: 14px;
height: 34px;
padding: 0;
}
.form span.postfix {
border: 1px solid #ccc;
border-left: none;
}
.form label {
display: block;
cursor: pointer;
margin-bottom: 10px;
}
.form label span.small {
display: block;
margin: 0;
padding: 0;
font-size: 10px;
color: #888;
margin-bottom: 2px;
}
.form ul.list {
list-style: none;
padding: 0;
margin: 0;
}
.form ul.list li {
display: block;
width: 100%;
}
.form ul.list li input,
.form ul.list li label {
padding: 3px;
display: block;
float: left;
font-size: 14px;
}
.form ul.list li input {
margin-top: 3px;
margin-right: 10px;
display: block;
padding: 0;
border: 0;
}
.form ul.list li,
.form ul.list li label {
width: 100%;
margin: 0;
}
/*=== ICONS INSIDE INPUT ===*/
.icon.inside.input {
position: relative;
overflow: hidden;
}
.icon.inside.input input {
width: 100%;
padding-right: 45px;
}
.icon.inside.input.left input {
padding-right: 5px;
padding-left: 45px;
}
.icon.inside.input .icon {
color: #ccc;
background: transparent;
display: block;
position: absolute;
border: 1px solid #ccc;
right: 0;
top: 0;
height: 38px;
width: 40px;
text-align: center;
line-height: 2.1;
font-size: 22px;
}
.icon.inside.input.left .icon {
left: 0;
}
/*===========================================================================*/
/* Buttons
/*===========================================================================*/
.button {
cursor: pointer;
display: inline-block;
position: relative;
outline: none;
border: none;
vertical-align: baseline;
text-transform: none;
text-shadow: none;
font-weight: normal;
font-style: normal;
text-align: center;
text-decoration: none;
background-image: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #e8e8e8;
color: #555;
font-size: 14px;
margin: 2px;
padding: 11px 25px 9px;
height: 42px;
line-height: 20px;
/*default*/
}
.button.rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.button:hover {
background-color: #b5b5b5;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
}
.button.green,
.button.blue,
.button.red,
.button.orange {
color: #fff;
}
.button.blue {
background-color: #55acee;
}
.button.blue:hover {
background-color: #147bc9;
}
.button.green {
background-color: #2ecc71;
}
.button.green:hover {
background-color: #1b7943;
}
.button.red {
background-color: #e74c3c;
}
.button.red:hover {
background-color: #a82315;
}
.button.orange {
background-color: #e67e22;
}
.button.orange:hover {
background-color: #bf6516;
}
.button.large {
font-weight: 700;
padding: 19px 40px 19px;
font-size: 18px;
height: 60px;
line-height: 22px;
}
.button.small {
height: 32px;
font-weight: normal;
padding: 9px 12px 7px;
font-size: 12px;
line-height: 16px;
}
/* Buttons with icons */
.button.with.icon {
position: relative;
vertical-align: bottom;
text-indent: 37px;
}
.button.with.icon.right {
text-indent: 0 !important;
padding-right: 50px;
padding-left: 15px;
}
.button.with.icon.right span {
padding: 0;
right: 15px;
text-indent: 0 !important;
text-align: right;
position: absolute;
border: none;
}
.button.with.icon.right.small {
padding-right: 44px;
padding-left: 15px;
}
.button.with.icon.right.small span {
right: 3px;
}
.button.with.icon.right.large {
padding-right: 80px;
padding-left: 20px;
}
.button.with.icon.right.large span {
right: 20px;
}
.button.with.icon span {
text-indent: 0;
top: 0;
left: 0;
height: 100%;
display: block;
position: absolute;
font-size: 22px;
padding: 0 14px;
line-height: 50px;
font-family: arial, sans-serif !important;
}
.button.with.icon span.green {
background: #2ecc71;
}
.button.with.icon span.blue {
background: #55acee;
}
.button.with.icon span.red {
background: #e74c3c;
}
.button.with.icon span.orange {
background: #e67e22;
}
.button.with.icon span.green,
.button.with.icon span.blue,
.button.with.icon span.red,
.button.with.icon span.orange {
color: #fff;
}
.button.with.icon span.separate {
border-right: 1px solid #ececec;
}
.button.with.icon span.gray {
background: #e8e8e8;
color: #222;
}
.button.with.icon.large {
text-indent: 55px;
padding-right: 35px;
padding-left: 35px;
}
.button.with.icon.large span {
line-height: 72px;
font-size: 40px;
}
.button.with.icon.small {
min-width: 40px;
text-indent: 35px;
padding-right: 12px;
padding-left: 12px;
}
.button.with.icon.small span {
line-height: 38px;
font-size: 20px;
padding: 0 10px;
}
.button.with.icon.only {
text-indent: 0;
}
/*---------------------------------------------------
LESS Elements 0.9
---------------------------------------------------
A set of useful LESS mixins
More info at: http://lesselements.com
---------------------------------------------------*/
/*===========================================================================*/
/* Misc Styles */
/*===========================================================================*/
.video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
img {
max-width: 100%;
height: auto;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} | 0.551332 | 0.105487 |
.container-fluid {
background-color: #f5f7fa;
}
#detailsDiv {
border: 1px solid #aabbd4;
background-color: white;
color: black;
}
#detailsDiv div {
padding: 10px;
}
[class*="col-"] {
padding-right: 1px;
padding-left: 1px;
padding-top: 0px;
padding-bottom: 0px
}
#flameDiv [class*="col-"] {
padding-right: 15px;
}
.height-2 {
height: 520px;
}
.cpuChart path,
.memChart path,
.gcChart path,
.elChart path,
.httpThroughPutChart path,
.httpChart path {
stroke: #00b4a0;
stroke-width: 2;
fill: none;
}
path.line1,
path.usedHeapLine {
stroke: #00b4a0;
stroke-width: 2;
fill: none;
}
path.line2,
path.processLine,
path.usedNonHeapLine {
stroke: #734098;
stroke-width: 2;
fill: none;
}
path.line3,
path.httpline,
path.totalUsedLine {
stroke: #5aaafa;
stroke-width: 2;
fill: none;
}
path.httpsline {
stroke: #dc267f;
stroke-width: 2;
fill: none;
}
path.usedHeapAfterGCLine {
stroke: #ff7832;
stroke-width: 2;
fill: none;
}
g.xAxis path,
g.xAxis line,
g.yAxis path,
g.yAxis line {
fill: none;
stroke: #42535c;
stroke-width: 1;
shape-rendering: crispEdges;
}
g.tick line {
stroke: #8c9ba5;
}
.axis2 path,
.axis2 line {
fill: none;
stroke: gray;
stroke-width: 1;
shape-rendering: crispEdges;
}
.lineLabel,
.lineLabel2,
.avglatestlabel,
.minlatestlabel {
text-anchor: left;
}
.colourbox1 {
fill: #00b4a0;
stroke: #dbe6e9;
stroke-width: 1px;
}
.colourbox2 {
fill: #734098;
stroke: #dbe6e9;
stroke-width: 1px;
}
.colourbox3 {
fill: #5aaafa;
stroke: #dbe6e9;
stroke-width: 1px;
}
.colourbox4 {
fill: #ff7832;
stroke: #dbe6e9;
stroke-width: 1px;
}
g.arc {
fill: #6decd7;
}
g.pointer {
fill: #959f9f;
stroke: #000000;
}
g.label text {
text-anchor: middle;
text-align: center;
font-size: 12px;
}
.httpTop5Chart .bar {
fill: #5aaafa;
}
.titlebox {
fill: #dde4ee;
stroke: #aabbd4;
stroke-width: 1px;
}
.titlebox text {
font-size: 30px;
}
.invisible {
display: none;
}
.graph-container {
position: relative;
}
.fullscreen {
position: absolute;
z-index: 1;
/* Use view height and width to make div independent of parent */
width: 100vw;
height: 90vh;
margin-left: -15px;
padding-left: 15px;
}
.heapDumppopup {
display: none;
/* Hidden by default */
position: fixed;
/* Stay in place */
z-index: 1;
/* Sit on top */
left: 0;
top: 0;
width: 80%;
/* Full width */
padding: 20px;
background-color: #fefefe;
border: 1px solid #888;
}
/* TABLES INSIDE SVG STYLES (textTable.js and httpSummary.js) */
/* Everytime we use a foreignObject to "escape" the svg set a body colour */
foreignObject>body {
background-color: #ffffff;
}
foreignObject>body>div {
color: black;
font-size: 14px;
padding: 10px 0px 10px 10px;
}
foreignObject>body>div,
foreignObject>body>div table {
height: 100%;
width: 100%;
table-layout: fixed;
}
foreignObject>body>div table>tr {
display: list-item;
list-style-type: none;
}
foreignObject>body>div table>tr>td {
padding: 1px 0px;
display: inline-block;
height: inherit;
}
foreignObject>body>div table>tr>td>p {
color: black;
}
/* Control how a Value looks if it is bigger than one line */
foreignObject>body>div table>tr>td.largeValue {
padding-left: 2px;
overflow-y: auto;
}
foreignObject>body>div table>tr>td.largeValue>p {
border: 0;
background-color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
margin: 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
white-space: normal;
display: block;
line-height: 16px;
}
.envData>g>foreignObject>body>div table>tr>td {
white-space: nowrap;
}
/* Only set the width of the td when it is a text table. */
.envData>g>foreignObject>body>div table>tr>td:first-child {
width: 40%;
}
.envData>g>foreignObject>body>div table>tr>td:last-child {
width: 60%;
}
.envData td:first-child {
font-weight: bold;
}
/* HTTP SUMMARY STYLES */
.httpSummaryContent table>tr {
display: list-item;
list-style-type: none;
}
.httpSummaryDiv {
padding: 0;
}
.httpSummaryContent table>tr>td {
/*font-size: 14px;*/
text-align: center;
vertical-align: top;
word-wrap: break-word;
padding: 10px 10px;
}
.httpSummaryContent table>tr>td:first-child {
text-align: left;
width: 35%;
padding: 10px 10px;
}
.httpSummaryContent table>tr>td:nth-child(2) {
width: 17%;
}
.httpSummaryContent table>tr>td:nth-child(3) {
width: 24%;
}
.httpSummaryContent table>tr>td:nth-child(4) {
width: 24%;
}
.httpSummaryTableHeaderDiv table>tr>td {
height: 50px;
overflow: hidden;
margin: 10px 0px 0px 0px;
vertical-align: center;
}
.httpSummaryTableHeader {
cursor: pointer;
height: auto;
border-radius: 3px;
-webkit-touch-callout: none;
/* iOS Safari */
-webkit-user-select: none;
/* Safari */
-khtml-user-select: none;
/* Konqueror HTML */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* Internet Explorer/Edge */
user-select: none;
/* Non-prefixed version, currently
supported by Chrome and Opera */
}
.httpSummaryTableHeader:hover {
background-color: #dde4ee;
}
.httpSummaryTableHeader.active {
background-color: #dde4ee;
font-weight: bold;
}
.httpSummaryContentDiv {
overflow-y: scroll;
/* padding: 0px 10px; */
}
.arrow {
border: solid black;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
margin-left: 5px;
}
.arrow-up {
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
}
.arrow-down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
} | public/css/theme.css | .container-fluid {
background-color: #f5f7fa;
}
#detailsDiv {
border: 1px solid #aabbd4;
background-color: white;
color: black;
}
#detailsDiv div {
padding: 10px;
}
[class*="col-"] {
padding-right: 1px;
padding-left: 1px;
padding-top: 0px;
padding-bottom: 0px
}
#flameDiv [class*="col-"] {
padding-right: 15px;
}
.height-2 {
height: 520px;
}
.cpuChart path,
.memChart path,
.gcChart path,
.elChart path,
.httpThroughPutChart path,
.httpChart path {
stroke: #00b4a0;
stroke-width: 2;
fill: none;
}
path.line1,
path.usedHeapLine {
stroke: #00b4a0;
stroke-width: 2;
fill: none;
}
path.line2,
path.processLine,
path.usedNonHeapLine {
stroke: #734098;
stroke-width: 2;
fill: none;
}
path.line3,
path.httpline,
path.totalUsedLine {
stroke: #5aaafa;
stroke-width: 2;
fill: none;
}
path.httpsline {
stroke: #dc267f;
stroke-width: 2;
fill: none;
}
path.usedHeapAfterGCLine {
stroke: #ff7832;
stroke-width: 2;
fill: none;
}
g.xAxis path,
g.xAxis line,
g.yAxis path,
g.yAxis line {
fill: none;
stroke: #42535c;
stroke-width: 1;
shape-rendering: crispEdges;
}
g.tick line {
stroke: #8c9ba5;
}
.axis2 path,
.axis2 line {
fill: none;
stroke: gray;
stroke-width: 1;
shape-rendering: crispEdges;
}
.lineLabel,
.lineLabel2,
.avglatestlabel,
.minlatestlabel {
text-anchor: left;
}
.colourbox1 {
fill: #00b4a0;
stroke: #dbe6e9;
stroke-width: 1px;
}
.colourbox2 {
fill: #734098;
stroke: #dbe6e9;
stroke-width: 1px;
}
.colourbox3 {
fill: #5aaafa;
stroke: #dbe6e9;
stroke-width: 1px;
}
.colourbox4 {
fill: #ff7832;
stroke: #dbe6e9;
stroke-width: 1px;
}
g.arc {
fill: #6decd7;
}
g.pointer {
fill: #959f9f;
stroke: #000000;
}
g.label text {
text-anchor: middle;
text-align: center;
font-size: 12px;
}
.httpTop5Chart .bar {
fill: #5aaafa;
}
.titlebox {
fill: #dde4ee;
stroke: #aabbd4;
stroke-width: 1px;
}
.titlebox text {
font-size: 30px;
}
.invisible {
display: none;
}
.graph-container {
position: relative;
}
.fullscreen {
position: absolute;
z-index: 1;
/* Use view height and width to make div independent of parent */
width: 100vw;
height: 90vh;
margin-left: -15px;
padding-left: 15px;
}
.heapDumppopup {
display: none;
/* Hidden by default */
position: fixed;
/* Stay in place */
z-index: 1;
/* Sit on top */
left: 0;
top: 0;
width: 80%;
/* Full width */
padding: 20px;
background-color: #fefefe;
border: 1px solid #888;
}
/* TABLES INSIDE SVG STYLES (textTable.js and httpSummary.js) */
/* Everytime we use a foreignObject to "escape" the svg set a body colour */
foreignObject>body {
background-color: #ffffff;
}
foreignObject>body>div {
color: black;
font-size: 14px;
padding: 10px 0px 10px 10px;
}
foreignObject>body>div,
foreignObject>body>div table {
height: 100%;
width: 100%;
table-layout: fixed;
}
foreignObject>body>div table>tr {
display: list-item;
list-style-type: none;
}
foreignObject>body>div table>tr>td {
padding: 1px 0px;
display: inline-block;
height: inherit;
}
foreignObject>body>div table>tr>td>p {
color: black;
}
/* Control how a Value looks if it is bigger than one line */
foreignObject>body>div table>tr>td.largeValue {
padding-left: 2px;
overflow-y: auto;
}
foreignObject>body>div table>tr>td.largeValue>p {
border: 0;
background-color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
margin: 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
white-space: normal;
display: block;
line-height: 16px;
}
.envData>g>foreignObject>body>div table>tr>td {
white-space: nowrap;
}
/* Only set the width of the td when it is a text table. */
.envData>g>foreignObject>body>div table>tr>td:first-child {
width: 40%;
}
.envData>g>foreignObject>body>div table>tr>td:last-child {
width: 60%;
}
.envData td:first-child {
font-weight: bold;
}
/* HTTP SUMMARY STYLES */
.httpSummaryContent table>tr {
display: list-item;
list-style-type: none;
}
.httpSummaryDiv {
padding: 0;
}
.httpSummaryContent table>tr>td {
/*font-size: 14px;*/
text-align: center;
vertical-align: top;
word-wrap: break-word;
padding: 10px 10px;
}
.httpSummaryContent table>tr>td:first-child {
text-align: left;
width: 35%;
padding: 10px 10px;
}
.httpSummaryContent table>tr>td:nth-child(2) {
width: 17%;
}
.httpSummaryContent table>tr>td:nth-child(3) {
width: 24%;
}
.httpSummaryContent table>tr>td:nth-child(4) {
width: 24%;
}
.httpSummaryTableHeaderDiv table>tr>td {
height: 50px;
overflow: hidden;
margin: 10px 0px 0px 0px;
vertical-align: center;
}
.httpSummaryTableHeader {
cursor: pointer;
height: auto;
border-radius: 3px;
-webkit-touch-callout: none;
/* iOS Safari */
-webkit-user-select: none;
/* Safari */
-khtml-user-select: none;
/* Konqueror HTML */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* Internet Explorer/Edge */
user-select: none;
/* Non-prefixed version, currently
supported by Chrome and Opera */
}
.httpSummaryTableHeader:hover {
background-color: #dde4ee;
}
.httpSummaryTableHeader.active {
background-color: #dde4ee;
font-weight: bold;
}
.httpSummaryContentDiv {
overflow-y: scroll;
/* padding: 0px 10px; */
}
.arrow {
border: solid black;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
margin-left: 5px;
}
.arrow-up {
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
}
.arrow-down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
} | 0.358353 | 0.118487 |
.slide1{
width: 100%;
height: 90vh;
margin:4vh 0;
background-image:url('../../assets/slide1_1440x738.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
object-fit: cover;
position: relative;
}
.slide1 button{
position: absolute;
top: 62%;
left: 7.5%;
/* transform: translate(-50%,-50%); */
background: white;
border: none;
outline: none;
color: black;
font-size: 1vw;
width: 8vw;
height: 6vh;
font-family: 'Mulish', sans-serif;
font-weight: 600;
border-radius: 2vw;
cursor: pointer;
}
.groca{
width: 100%;
height: 25vh;
/* background-color: blue; */
display:grid;
/* place-items: center; */
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
column-gap: 2vw;
}
.groca .veg{
/* width: 30%; */
height: 100%;
background-image: url('../../assets/Veggies.png');
background-repeat: no-repeat;
background-size: contain;
align-self: center;
background-position: right;
position: relative;
/* margin-right: 2vw; */
/* object-fit: cover; */
}
.groca .veg button{
position: absolute;
right: 3vw;
bottom: 5vh;
background: #F46F24;
border: none;
outline: none;
color: black;
font-size: .9vw;
width: 6vw;
color: white;
height: 3.5vh;
font-family: 'Mulish', sans-serif;
font-weight: 600;
border-radius: 2vw;
cursor: pointer;
}
.groca .fruit{
/* width: 30%; */
height: 100%;
background-image: url('../../assets/Fruits.png');
background-repeat: no-repeat;
background-size: contain;
background-position: start;
align-self: center;
position: relative;
/* object-fit: cover; */
}
.groca .fruit button{
position: absolute;
left: 16vw;
bottom: 5vh;
background: #F49524;
border: none;
outline: none;
color: black;
font-size: .9vw;
width: 6vw;
color: white;
height: 3.5vh;
font-family: 'Mulish', sans-serif;
font-weight: 600;
border-radius: 2vw;
cursor: pointer;
}
.Our_Products{
display: grid;
grid-template-columns: repeat(6,1fr);
grid-template-rows: repeat(1,1fr);
width: 98%;
place-items: center;
min-height: 60vh;
row-gap: 2vh;
margin: 2vh auto;
/* border: 2px solid red; */
}
.OfferPage, .Newsletter{
margin: 7vh 0;
}
@media only screen and (max-width: 500px){
.slide1{
width: 100%;
height: 24.7vh;
margin: 1vh 0;
/* background-color: red; */
background-image: url('../../assets/slide1_375x200.png');
background-size:cover;
}
.slide1 button{
height: 3vh;
width: 15vw;
font-size: 2vw;
left: 5%;
top: 68%;
}
.groca{
margin:4vh 0;
column-gap: 0;
height: 27vh;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr;
row-gap: 2vh;
}
.groca .veg{
background-image: url('../../assets/Veggies_375x100.png');
background-position: center;
background-size: contain;
}
.groca .veg button{
right: 29%;
bottom: 26%;
width: 12vw;
height: 2vh;
font-size: 2vw;
}
.groca .fruit button{
bottom: 3vh;
left:59vw;
width: 12vw;
height: 2vh;
font-size: 2vw;
}
.groca .fruit{
background-image: url('../../assets/Fruits_375x100.png');
background-position: center;
background-size: contain;
}
.Our_Products{
grid-template-columns: repeat(2,1fr);
grid-template-rows: repeat(2,1fr);
width: 98%;
place-items: center;
min-height: 60vh;
row-gap: 2vh;
margin: 2vh auto;
}
}
/* For the loading icon */
.spinner {
width: 300px;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.spinner span {
font-size: 2rem;
animation: fade 1s linear 0s infinite;
padding-right: 1rem;
}
.half-spinner {
width: 2.3vw;
height: 5vh;
border: 2px solid #03fc4e;
border-top: 3px solid transparent;
border-radius: 50%;
animation: spin 0.5s linear 0s infinite;
}
.completed {
font-size: 2rem;
color: #03fc4e;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: bigger .5s linear;
}
@keyframes bigger {
from {
transform: scale(0);
}
to {
transform: scale(2);
}
}
@keyframes spin {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
} | client/src/Components/Home/Home.css | .slide1{
width: 100%;
height: 90vh;
margin:4vh 0;
background-image:url('../../assets/slide1_1440x738.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
object-fit: cover;
position: relative;
}
.slide1 button{
position: absolute;
top: 62%;
left: 7.5%;
/* transform: translate(-50%,-50%); */
background: white;
border: none;
outline: none;
color: black;
font-size: 1vw;
width: 8vw;
height: 6vh;
font-family: 'Mulish', sans-serif;
font-weight: 600;
border-radius: 2vw;
cursor: pointer;
}
.groca{
width: 100%;
height: 25vh;
/* background-color: blue; */
display:grid;
/* place-items: center; */
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
column-gap: 2vw;
}
.groca .veg{
/* width: 30%; */
height: 100%;
background-image: url('../../assets/Veggies.png');
background-repeat: no-repeat;
background-size: contain;
align-self: center;
background-position: right;
position: relative;
/* margin-right: 2vw; */
/* object-fit: cover; */
}
.groca .veg button{
position: absolute;
right: 3vw;
bottom: 5vh;
background: #F46F24;
border: none;
outline: none;
color: black;
font-size: .9vw;
width: 6vw;
color: white;
height: 3.5vh;
font-family: 'Mulish', sans-serif;
font-weight: 600;
border-radius: 2vw;
cursor: pointer;
}
.groca .fruit{
/* width: 30%; */
height: 100%;
background-image: url('../../assets/Fruits.png');
background-repeat: no-repeat;
background-size: contain;
background-position: start;
align-self: center;
position: relative;
/* object-fit: cover; */
}
.groca .fruit button{
position: absolute;
left: 16vw;
bottom: 5vh;
background: #F49524;
border: none;
outline: none;
color: black;
font-size: .9vw;
width: 6vw;
color: white;
height: 3.5vh;
font-family: 'Mulish', sans-serif;
font-weight: 600;
border-radius: 2vw;
cursor: pointer;
}
.Our_Products{
display: grid;
grid-template-columns: repeat(6,1fr);
grid-template-rows: repeat(1,1fr);
width: 98%;
place-items: center;
min-height: 60vh;
row-gap: 2vh;
margin: 2vh auto;
/* border: 2px solid red; */
}
.OfferPage, .Newsletter{
margin: 7vh 0;
}
@media only screen and (max-width: 500px){
.slide1{
width: 100%;
height: 24.7vh;
margin: 1vh 0;
/* background-color: red; */
background-image: url('../../assets/slide1_375x200.png');
background-size:cover;
}
.slide1 button{
height: 3vh;
width: 15vw;
font-size: 2vw;
left: 5%;
top: 68%;
}
.groca{
margin:4vh 0;
column-gap: 0;
height: 27vh;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr;
row-gap: 2vh;
}
.groca .veg{
background-image: url('../../assets/Veggies_375x100.png');
background-position: center;
background-size: contain;
}
.groca .veg button{
right: 29%;
bottom: 26%;
width: 12vw;
height: 2vh;
font-size: 2vw;
}
.groca .fruit button{
bottom: 3vh;
left:59vw;
width: 12vw;
height: 2vh;
font-size: 2vw;
}
.groca .fruit{
background-image: url('../../assets/Fruits_375x100.png');
background-position: center;
background-size: contain;
}
.Our_Products{
grid-template-columns: repeat(2,1fr);
grid-template-rows: repeat(2,1fr);
width: 98%;
place-items: center;
min-height: 60vh;
row-gap: 2vh;
margin: 2vh auto;
}
}
/* For the loading icon */
.spinner {
width: 300px;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.spinner span {
font-size: 2rem;
animation: fade 1s linear 0s infinite;
padding-right: 1rem;
}
.half-spinner {
width: 2.3vw;
height: 5vh;
border: 2px solid #03fc4e;
border-top: 3px solid transparent;
border-radius: 50%;
animation: spin 0.5s linear 0s infinite;
}
.completed {
font-size: 2rem;
color: #03fc4e;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: bigger .5s linear;
}
@keyframes bigger {
from {
transform: scale(0);
}
to {
transform: scale(2);
}
}
@keyframes spin {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
} | 0.55447 | 0.081996 |
body{
background: url(./img/back-2.jpg);
background-size: cover;
}
.navbar {
background: rgba(0, 0, 0, 0.103);
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
height: 55px;
width: 100%;
margin: 0;
}
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.container {
margin: 0;
font-size: 16px;
font-family: sans-serif;
box-sizing: border-box;
position: fixed;
}
#form {
position: fixed;
top: 55px;
left: 0;
width: 50%;
height: calc(100vh - 110px);
background: #0000008a;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: justify;
box-sizing: border-box;
padding: 100px;
}
.form-control {
width: 80%;
height: 40px;
line-height: 40px;
border-radius: 50px;
padding: 0 15px;
box-sizing: border-box;
outline: none;
border: none;
}
.form-control:focus {
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.btn {
margin-left: 15%;
width: 50%;
}
.form-text,
.color {
color: #fff;
font-weight: bold;
}
.black{
color: white;
}
.result{
display: flex;
flex-direction: column;
width: 50%;
margin: 55px 0 55px 50%;
height: calc(100vh - 110px);
background: rgba(255, 255, 255, 0.664);
padding: 0 20px;
padding-top: 15px;
box-sizing: border-box;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.textCript{
width: 100%;
margin-top: 100px;
font-size: 24px;
text-align: center;
}
.res {
width: 100%;
text-align: center;
margin: 0;
}
.res h1{
margin-bottom: 25px;
font-size: 24px;
color: black;
}
.buttons{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.w {
margin-top: 40px;
margin-bottom: 10px;
}
.botao{
width: 300px;
height: 35px;
border-radius: 2.5px;
outline: none;
background: #000000;
color: white;
font-weight: bold
}
footer {
background: rgba(255, 255, 255, 0.829);
color: rgb(0, 0, 0);
text-align: center;
font-weight: bold;
font-style: italic;
position: fixed;
width: 100%;
height: 55px;
bottom: 0;
margin: 0;
padding-top: 15px;
} | main.css | body{
background: url(./img/back-2.jpg);
background-size: cover;
}
.navbar {
background: rgba(0, 0, 0, 0.103);
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
height: 55px;
width: 100%;
margin: 0;
}
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.container {
margin: 0;
font-size: 16px;
font-family: sans-serif;
box-sizing: border-box;
position: fixed;
}
#form {
position: fixed;
top: 55px;
left: 0;
width: 50%;
height: calc(100vh - 110px);
background: #0000008a;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: justify;
box-sizing: border-box;
padding: 100px;
}
.form-control {
width: 80%;
height: 40px;
line-height: 40px;
border-radius: 50px;
padding: 0 15px;
box-sizing: border-box;
outline: none;
border: none;
}
.form-control:focus {
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.btn {
margin-left: 15%;
width: 50%;
}
.form-text,
.color {
color: #fff;
font-weight: bold;
}
.black{
color: white;
}
.result{
display: flex;
flex-direction: column;
width: 50%;
margin: 55px 0 55px 50%;
height: calc(100vh - 110px);
background: rgba(255, 255, 255, 0.664);
padding: 0 20px;
padding-top: 15px;
box-sizing: border-box;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.textCript{
width: 100%;
margin-top: 100px;
font-size: 24px;
text-align: center;
}
.res {
width: 100%;
text-align: center;
margin: 0;
}
.res h1{
margin-bottom: 25px;
font-size: 24px;
color: black;
}
.buttons{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.w {
margin-top: 40px;
margin-bottom: 10px;
}
.botao{
width: 300px;
height: 35px;
border-radius: 2.5px;
outline: none;
background: #000000;
color: white;
font-weight: bold
}
footer {
background: rgba(255, 255, 255, 0.829);
color: rgb(0, 0, 0);
text-align: center;
font-weight: bold;
font-style: italic;
position: fixed;
width: 100%;
height: 55px;
bottom: 0;
margin: 0;
padding-top: 15px;
} | 0.500488 | 0.105902 |
.header_t {
padding: 25px 0 0 15px;
display: flex;
}
.header_t>span{
display: inline-block;
color: #333;
font-size: 24px;
height: 50px;
line-height: 50px;
margin-bottom: 20px;
width: auto;
}
.header_t>a{
height: 50px;
line-height: 50px;
color: #066B98;
}
.header_t>a>span{
padding-left: 44px;
font-size: 16px;
text-align: left;
}
#transfer_operation{
position: relative;
z-index: 99;
}
.transfer_operation{
padding-left: 15px;
display: flex;
padding-bottom: 20px;
}
.transfer_operation>p{
width: 170px;
height: 36px;
line-height: 36px;
color: #666;
font-size: 14px;
}
.operation_r{
width: 320px;
height: 36px;
position: relative;
}
.operation_r>p{
padding-left: 10px;
height: 34px;
border:1px solid #CCCCCC;
line-height: 34px;
color: #333;
}
.operation_r>span{
display: inline-block;
height: 36px;
line-height: 36px;
color: #333;
}
.operation_r>.operation_btn{
display: inline-block;
position: absolute;
height: 34px;
width: 34px;
top: 0;
right: 0;
cursor: pointer;
}
.operation_r>.operation_btn>i{
width: 0;
height: 0;
border-top: 7px solid #666;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
position: absolute;
top: 12px;
right: 12px;
}
.operation_cur{
position: absolute;
top: 36px;
width: 320px;
left: 0;
display: none;
z-index: 999;
background: white;
height: 140px;
overflow: auto;
}
.operation_cur li{
padding: 0;
margin: 0;
padding-left: 10px;
color: #333;
width: 308px;
background: white;
height: 34px;
line-height: 34px;
border:1px solid #eee;
border-top: none;
}
.operation_cur li img,.operation_a img{
width: 24px;
height: 24px;
padding-right: 5px;
}
.management_period img{
width: 28px;
height: 28px;
padding-right: 8px;
padding-top: 8px;
}
.operation_cur li:hover{
color: white;
background: #066B98;
}
.transfer_operation button{
border: 1px solid transparent;
outline: none;
background: #066B98;
width: 260px;
height: 50px;
color: white;
text-align: center;
line-height: 50px;
font-size: 16px;
margin: 0px 0 20px 170px;
cursor: pointer;
}
#product_description{
border-top: 1px solid #ccc;
padding-top: 20px;
padding-bottom: 50px;
}
.product_description{
padding-left: 15px;
display: flex;
padding-bottom: 25px;
}
.product_description>p:nth-child(1){
width: 126px;
color: #666;
font-size: 14px;
}
.product_description>p:nth-child(2){
width: 740px;
color: #333;
font-size: 14px;
}
.product_description_r{
width: 740px;
color: #333;
font-weight: 500;
}
.product_description_r>p{
margin-bottom: 6px;
}
.shade{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: none;
z-index:10 ;
background: black;
opacity: 0.3;
}
#transfer{
padding: 50px 80px ;
width: 420px;
height: 532px;
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
z-index: 201;
box-shadow: 2px 2px 2px 2px #f4f4f4;
display: none;
}
#transfer h2{
height: 50px;
line-height: 50px;
text-align: center;
color: #333;
font-size: 24px;
padding-bottom:20px;
}
.management_period{
width: 100%;
display: flex;
font-size: 16px;
color: #333;
height: 44px;
line-height: 44px;
}
.management_period>p:nth-child(1){
width: 160px;
}
.management_period>p:nth-child(2){
width: 180px;
}
.management_period>a{
width: 80px;
text-align: right;
color: #066B98;
}
.management_period a{
float: right;
}
.trade_i{
height: 36px;
width: 420px;
border: 1px solid #ddd;
line-height: 36px;
position: relative;
margin: 20px 0;
}
.pass_box{
margin-bottom: 0;
}
.trade_i>input{
border: none;
height: 34px;
line-height: 34px;
width: 300px;
color: #333;
padding-left: 10px;
}
.trade_i>div{
height: 34px;
line-height: 34px;
position: absolute;
right: 0;
top: 0;
font-size: 14px;
}
.trade_i>div>span:nth-child(1){
padding-right:10px;
color: #333;
}
.trade_i>div>span:nth-child(2){
padding: 0 10px;
border-left: 1px solid #ddd;
color: #066B98;
cursor: pointer;
}
.submit_btn{
width: 100%;
padding-top:30px;
display: flex;
justify-content: space-between;
}
.cancel{
width: 204px;
text-align: center;
height: 50px;
line-height: 50px;
background: #A9A9A9;
color: white;
text-decoration:none;
cursor: pointer;
}
.determine{
width: 204px;
text-align: center;
height: 50px;
line-height: 50px;
background: #066B98;
color: white;
cursor: pointer;
}
.close_btn{
display: inline-block;
position: absolute;
top: 20px;
right: 20px;
width: 24px;
height: 24px;
cursor: pointer;
}
.operation_r .rate,.management_period .rate{
color: #3dc18e;
font-weight: bolder;
}
.shade{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #666;
z-index: 200;
} | public/static/home/css/money/index.css | .header_t {
padding: 25px 0 0 15px;
display: flex;
}
.header_t>span{
display: inline-block;
color: #333;
font-size: 24px;
height: 50px;
line-height: 50px;
margin-bottom: 20px;
width: auto;
}
.header_t>a{
height: 50px;
line-height: 50px;
color: #066B98;
}
.header_t>a>span{
padding-left: 44px;
font-size: 16px;
text-align: left;
}
#transfer_operation{
position: relative;
z-index: 99;
}
.transfer_operation{
padding-left: 15px;
display: flex;
padding-bottom: 20px;
}
.transfer_operation>p{
width: 170px;
height: 36px;
line-height: 36px;
color: #666;
font-size: 14px;
}
.operation_r{
width: 320px;
height: 36px;
position: relative;
}
.operation_r>p{
padding-left: 10px;
height: 34px;
border:1px solid #CCCCCC;
line-height: 34px;
color: #333;
}
.operation_r>span{
display: inline-block;
height: 36px;
line-height: 36px;
color: #333;
}
.operation_r>.operation_btn{
display: inline-block;
position: absolute;
height: 34px;
width: 34px;
top: 0;
right: 0;
cursor: pointer;
}
.operation_r>.operation_btn>i{
width: 0;
height: 0;
border-top: 7px solid #666;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
position: absolute;
top: 12px;
right: 12px;
}
.operation_cur{
position: absolute;
top: 36px;
width: 320px;
left: 0;
display: none;
z-index: 999;
background: white;
height: 140px;
overflow: auto;
}
.operation_cur li{
padding: 0;
margin: 0;
padding-left: 10px;
color: #333;
width: 308px;
background: white;
height: 34px;
line-height: 34px;
border:1px solid #eee;
border-top: none;
}
.operation_cur li img,.operation_a img{
width: 24px;
height: 24px;
padding-right: 5px;
}
.management_period img{
width: 28px;
height: 28px;
padding-right: 8px;
padding-top: 8px;
}
.operation_cur li:hover{
color: white;
background: #066B98;
}
.transfer_operation button{
border: 1px solid transparent;
outline: none;
background: #066B98;
width: 260px;
height: 50px;
color: white;
text-align: center;
line-height: 50px;
font-size: 16px;
margin: 0px 0 20px 170px;
cursor: pointer;
}
#product_description{
border-top: 1px solid #ccc;
padding-top: 20px;
padding-bottom: 50px;
}
.product_description{
padding-left: 15px;
display: flex;
padding-bottom: 25px;
}
.product_description>p:nth-child(1){
width: 126px;
color: #666;
font-size: 14px;
}
.product_description>p:nth-child(2){
width: 740px;
color: #333;
font-size: 14px;
}
.product_description_r{
width: 740px;
color: #333;
font-weight: 500;
}
.product_description_r>p{
margin-bottom: 6px;
}
.shade{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: none;
z-index:10 ;
background: black;
opacity: 0.3;
}
#transfer{
padding: 50px 80px ;
width: 420px;
height: 532px;
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
z-index: 201;
box-shadow: 2px 2px 2px 2px #f4f4f4;
display: none;
}
#transfer h2{
height: 50px;
line-height: 50px;
text-align: center;
color: #333;
font-size: 24px;
padding-bottom:20px;
}
.management_period{
width: 100%;
display: flex;
font-size: 16px;
color: #333;
height: 44px;
line-height: 44px;
}
.management_period>p:nth-child(1){
width: 160px;
}
.management_period>p:nth-child(2){
width: 180px;
}
.management_period>a{
width: 80px;
text-align: right;
color: #066B98;
}
.management_period a{
float: right;
}
.trade_i{
height: 36px;
width: 420px;
border: 1px solid #ddd;
line-height: 36px;
position: relative;
margin: 20px 0;
}
.pass_box{
margin-bottom: 0;
}
.trade_i>input{
border: none;
height: 34px;
line-height: 34px;
width: 300px;
color: #333;
padding-left: 10px;
}
.trade_i>div{
height: 34px;
line-height: 34px;
position: absolute;
right: 0;
top: 0;
font-size: 14px;
}
.trade_i>div>span:nth-child(1){
padding-right:10px;
color: #333;
}
.trade_i>div>span:nth-child(2){
padding: 0 10px;
border-left: 1px solid #ddd;
color: #066B98;
cursor: pointer;
}
.submit_btn{
width: 100%;
padding-top:30px;
display: flex;
justify-content: space-between;
}
.cancel{
width: 204px;
text-align: center;
height: 50px;
line-height: 50px;
background: #A9A9A9;
color: white;
text-decoration:none;
cursor: pointer;
}
.determine{
width: 204px;
text-align: center;
height: 50px;
line-height: 50px;
background: #066B98;
color: white;
cursor: pointer;
}
.close_btn{
display: inline-block;
position: absolute;
top: 20px;
right: 20px;
width: 24px;
height: 24px;
cursor: pointer;
}
.operation_r .rate,.management_period .rate{
color: #3dc18e;
font-weight: bolder;
}
.shade{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #666;
z-index: 200;
} | 0.362856 | 0.128034 |
.title-section {
padding: 16px 0 24px 0;
border-bottom: 1px solid rgb(230, 230, 230);
}
.title-section-header {
padding-left: 16px;
padding-bottom: 10px;
font-size: 14px;
}
.security-origin-view {
overflow-x: hidden;
overflow-y: scroll;
display: block;
-webkit-user-select: text;
}
.security-origin-view .origin-view-section {
border-bottom: 1px solid rgb(230, 230, 230);
padding: 12px 6px 12px 24px;
font-size:12px;
}
.origin-view-notes {
margin-top: 2px;
color: #8c8c8c;
}
.origin-view-section-notes {
margin-top: 6px;
color: #8c8c8c;
}
.security-origin-view .origin-display {
font-size: 12px;
padding-left: 38px;
display: flex;
align-items: center;
}
.title-section > .view-network-button {
padding: 6px 0 0 16px
}
.security-origin-view .origin-display .security-property {
display: inline-block;
vertical-align: middle;
position: absolute;
left: 16px;
}
.security-origin-view .origin-view-section-title {
margin-top: 4px;
margin-bottom: 4px;
font-weight: bold;
}
.security-origin-view .details-table-row {
display: flex;
white-space: nowrap;
overflow: hidden;
line-height: 22px;
}
.security-origin-view .details-table-row > div {
align-items: flex-start;
}
.security-origin-view .details-table-row > div:first-child {
color: rgb(140, 140, 140);
width: 110px;
margin-right: 1em;
flex: none;
display: flex;
justify-content: flex-end;
}
.security-origin-view .details-table-row > div:nth-child(2) {
flex: auto;
white-space: normal;
}
.security-origin-view .sct-details .details-table .details-table-row:last-child div:last-child {
border-bottom: 1px solid rgb(230, 230, 230);
padding-bottom: 10px;
}
.security-origin-view .sct-details .details-table:last-child .details-table-row:last-child div:last-child {
border-bottom: none;
padding-bottom: 0;
}
.security-origin-view .details-toggle {
margin-left: 126px;
}
.security-origin-view .sct-toggle {
margin-left: 145px;
padding-top: 5px;
}
.security-origin-view .details-table .empty-san {
color: rgb(140, 140, 140);
}
.security-origin-view .details-table .san-entry {
display: block;
}
.security-origin-view .truncated-san .truncated-entry {
display: none;
}
.origin-button {
margin-top: 4px;
}
.origin-view-section:last-child {
border-bottom:none;
} | app/public/devtools/old/security/originView.css | .title-section {
padding: 16px 0 24px 0;
border-bottom: 1px solid rgb(230, 230, 230);
}
.title-section-header {
padding-left: 16px;
padding-bottom: 10px;
font-size: 14px;
}
.security-origin-view {
overflow-x: hidden;
overflow-y: scroll;
display: block;
-webkit-user-select: text;
}
.security-origin-view .origin-view-section {
border-bottom: 1px solid rgb(230, 230, 230);
padding: 12px 6px 12px 24px;
font-size:12px;
}
.origin-view-notes {
margin-top: 2px;
color: #8c8c8c;
}
.origin-view-section-notes {
margin-top: 6px;
color: #8c8c8c;
}
.security-origin-view .origin-display {
font-size: 12px;
padding-left: 38px;
display: flex;
align-items: center;
}
.title-section > .view-network-button {
padding: 6px 0 0 16px
}
.security-origin-view .origin-display .security-property {
display: inline-block;
vertical-align: middle;
position: absolute;
left: 16px;
}
.security-origin-view .origin-view-section-title {
margin-top: 4px;
margin-bottom: 4px;
font-weight: bold;
}
.security-origin-view .details-table-row {
display: flex;
white-space: nowrap;
overflow: hidden;
line-height: 22px;
}
.security-origin-view .details-table-row > div {
align-items: flex-start;
}
.security-origin-view .details-table-row > div:first-child {
color: rgb(140, 140, 140);
width: 110px;
margin-right: 1em;
flex: none;
display: flex;
justify-content: flex-end;
}
.security-origin-view .details-table-row > div:nth-child(2) {
flex: auto;
white-space: normal;
}
.security-origin-view .sct-details .details-table .details-table-row:last-child div:last-child {
border-bottom: 1px solid rgb(230, 230, 230);
padding-bottom: 10px;
}
.security-origin-view .sct-details .details-table:last-child .details-table-row:last-child div:last-child {
border-bottom: none;
padding-bottom: 0;
}
.security-origin-view .details-toggle {
margin-left: 126px;
}
.security-origin-view .sct-toggle {
margin-left: 145px;
padding-top: 5px;
}
.security-origin-view .details-table .empty-san {
color: rgb(140, 140, 140);
}
.security-origin-view .details-table .san-entry {
display: block;
}
.security-origin-view .truncated-san .truncated-entry {
display: none;
}
.origin-button {
margin-top: 4px;
}
.origin-view-section:last-child {
border-bottom:none;
} | 0.560974 | 0.143908 |
* {
margin: 0;
}
body {
font-family: "Roboto", sans-serif;
}
.navbar {
width: 100%;
height: 50px;
background-color: black;
position: sticky;
top: 0;
}
.navbar-container {
display: flex;
align-items: center;
padding: 0 50px;
height: 100%;
color: white;
font-family: "Sen", sans-serif;
}
.logo-container {
flex: 1;
}
.logo {
font-size: 30px;
color: #4dbf00;
}
.menu-container {
flex: 6;
}
.menu-list {
display: flex;
list-style: none;
}
.menu-list-item {
margin-right: 30px;
}
.menu-list-item.active {
font-weight: bold;
}
.profile-container {
flex: 2;
display: flex;
align-items: center;
justify-content: flex-end;
}
.profile-text-container {
margin: 0 20px;
}
.profile-picture {
width: 32px;
height: 32px;
border-radius: 50%;
object-fit: cover;
}
.toggle {
width: 40px;
height: 20px;
background-color: white;
border-radius: 30px;
display: flex;
align-items: center;
justify-content: space-around;
position: relative;
}
.toggle-icon {
color: goldenrod;
}
.toggle-ball {
width: 18px;
height: 18px;
background-color: black;
position: absolute;
right: 1px;
border-radius: 50%;
cursor: pointer;
transition: 1s ease all;
}
.sidebar {
width: 50px;
height: 100%;
background-color: black;
position: fixed;
top: 0;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 60px;
}
.left-menu-icon {
color: white;
font-size: 20px;
margin-bottom: 40px;
}
.container {
background-color: #151515;
min-height: calc(100vh - 50px);
color: white;
}
.content-container {
margin-left: 50px;
}
.featured-content {
height: 50vh;
padding: 50px;
}
.featured-title {
width: 200px;
}
.featured-desc {
width: 500px;
color: lightgray;
margin: 30px 0;
}
.featured-button {
background-color: #4dbf00;
color: white;
padding: 10px 20px;
border-radius: 10px;
border: none;
outline: none;
font-weight: bold;
}
.movie-list-container {
padding: 0 20px;
}
.movie-list-wrapper {
position: relative;
overflow: hidden;
}
.movie-list {
display: flex;
align-items: center;
height: 300px;
transform: translateX(0);
transition: all 1s ease-in-out;
}
.movie-list-item {
margin-right: 30px;
position: relative;
}
.movie-list-item:hover .movie-list-item-img {
transform: scale(1.2);
margin: 0 30px;
opacity: 0.5;
}
.movie-list-item:hover .movie-list-item-title,
.movie-list-item:hover .movie-list-item-desc,
.movie-list-item:hover .movie-list-item-button {
opacity: 1;
}
.movie-list-item-img {
transition: all 1s ease-in-out;
width: 270px;
height: 200px;
object-fit: cover;
border-radius: 20px;
}
.movie-list-item-title {
background-color: #333;
padding: 0 10px;
font-size: 32px;
font-weight: bold;
position: absolute;
top: 10%;
left: 50px;
opacity: 0;
transition: 1s all ease-in-out;
}
.movie-list-item-desc {
background-color: #333;
padding: 10px;
font-size: 14px;
position: absolute;
top: 30%;
left: 50px;
width: 230px;
opacity: 0;
transition: 1s all ease-in-out;
}
.movie-list-item-button {
padding: 10px;
background-color: #4dbf00;
color: white;
border-radius: 10px;
outline: none;
border: none;
cursor: pointer;
position: absolute;
bottom: 20px;
left: 50px;
opacity: 0;
transition: 1s all ease-in-out;
}
.arrow {
font-size: 120px;
position: absolute;
top: 90px;
right: 0;
color: lightgray;
opacity: 0.5;
cursor: pointer;
}
.container.active {
background-color: white;
}
.movie-list-title.active {
color: black;
}
.navbar-container.active {
background-color: white;
color: black;
}
.sidebar.active{
background-color: white;
}
.left-menu-icon.active{
color: black;
}
.toggle.active{
background-color: black;
}
.toggle-ball.active{
background-color: white;
transform: translateX(-20px);
}
@media only screen and (max-width: 940px){
.menu-container{
display: none;
}
}
.featured-content{
background-repeat: no-repeat;
background: linear-gradient(to bottom, rgba(0,0,0,0), #151515);
background-image: url('img/18.png');
}
a:visited{
color: azure;
text-decoration: none;
}
a:link{
color: azure;
text-decoration: none;
}
iframe{
padding: 80 480px;
height: 25%;
width: 50%;
}
input[type=button]{
margin-left: 500;
}
input[type=text] {
margin-top: 60;
margin-left: 60;
padding: 10 600px;
width: 50%;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
/* When the input field gets focus, change its width to 100% */
input[type=text]:focus {
width: 100%;
}
.gcse-search{
margin-left: 60;
padding: 10 600px;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
*:focus {
outline: none;
}
body {
margin: 0;
padding: 0;
background:#DDD;
font-size: 16px;
color: #222;
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
#login-box {
position: relative;
margin: 5% auto;
width: 600px;
height: 400px;
background: #FFF;
border-radius: 2px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.left {
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
padding: 40px;
width: 300px;
height: 400px;
}
/*
h1 {
margin: 0 0 20px 0;
font-weight: 300;
font-size: 28px;
}
*/
input[type="text"],
input[type="password"] {
display: block;
box-sizing: border-box;
margin-bottom: 20px;
padding: 4px;
width: 220px;
height: 32px;
border: none;
border-bottom: 1px solid #AAA;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 15px;
transition: 0.2s ease;
}
input[type="text"]:focus,
input[type="password"]:focus {
border-bottom: 2px solid #16a085;
color: #16a085;
transition: 0.2s ease;
}
input[type="submit"] {
margin-top: 28px;
width: 120px;
height: 32px;
background: #16a085;
border: none;
border-radius: 2px;
color: #FFF;
font-family: 'Roboto', sans-serif;
font-weight: 500;
text-transform: uppercase;
transition: 0.1s ease;
cursor: pointer;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
opacity: 0.8;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
transition: 0.1s ease;
}
input[type="submit"]:active {
opacity: 1;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
transition: 0.1s ease;
}
.or {
position: absolute;
top: 180px;
left: 280px;
width: 40px;
height: 40px;
background: #DDD;
border-radius: 50%;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
line-height: 40px;
text-align: center;
}
.right {
position: absolute;
top: 0;
right: 0;
box-sizing: border-box;
padding: 40px;
width: 300px;
height: 400px;
background: url('https://goo.gl/YbktSj');
background-size: cover;
background-position: center;
border-radius: 0 2px 2px 0;
}
.right .loginwith {
display: block;
margin-bottom: 40px;
font-size: 28px;
color: #FFF;
text-align: center;
}
button.social-signin {
margin-bottom: 20px;
width: 220px;
height: 36px;
border: none;
border-radius: 2px;
color: #FFF;
font-family: 'Roboto', sans-serif;
font-weight: 500;
transition: 0.2s ease;
cursor: pointer;
}
button.social-signin:hover,
button.social-signin:focus {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
transition: 0.2s ease;
}
button.social-signin:active {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
transition: 0.2s ease;
}
button.social-signin.facebook {
background: #32508E;
}
button.social-signin.twitter {
background: #55ACEE;
}
button.social-signin.google {
background: #DD4B39;
}
@media screen and (min-width: 100px) {
body {
width:fit-content;
}
} | Wowflix/style.css | * {
margin: 0;
}
body {
font-family: "Roboto", sans-serif;
}
.navbar {
width: 100%;
height: 50px;
background-color: black;
position: sticky;
top: 0;
}
.navbar-container {
display: flex;
align-items: center;
padding: 0 50px;
height: 100%;
color: white;
font-family: "Sen", sans-serif;
}
.logo-container {
flex: 1;
}
.logo {
font-size: 30px;
color: #4dbf00;
}
.menu-container {
flex: 6;
}
.menu-list {
display: flex;
list-style: none;
}
.menu-list-item {
margin-right: 30px;
}
.menu-list-item.active {
font-weight: bold;
}
.profile-container {
flex: 2;
display: flex;
align-items: center;
justify-content: flex-end;
}
.profile-text-container {
margin: 0 20px;
}
.profile-picture {
width: 32px;
height: 32px;
border-radius: 50%;
object-fit: cover;
}
.toggle {
width: 40px;
height: 20px;
background-color: white;
border-radius: 30px;
display: flex;
align-items: center;
justify-content: space-around;
position: relative;
}
.toggle-icon {
color: goldenrod;
}
.toggle-ball {
width: 18px;
height: 18px;
background-color: black;
position: absolute;
right: 1px;
border-radius: 50%;
cursor: pointer;
transition: 1s ease all;
}
.sidebar {
width: 50px;
height: 100%;
background-color: black;
position: fixed;
top: 0;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 60px;
}
.left-menu-icon {
color: white;
font-size: 20px;
margin-bottom: 40px;
}
.container {
background-color: #151515;
min-height: calc(100vh - 50px);
color: white;
}
.content-container {
margin-left: 50px;
}
.featured-content {
height: 50vh;
padding: 50px;
}
.featured-title {
width: 200px;
}
.featured-desc {
width: 500px;
color: lightgray;
margin: 30px 0;
}
.featured-button {
background-color: #4dbf00;
color: white;
padding: 10px 20px;
border-radius: 10px;
border: none;
outline: none;
font-weight: bold;
}
.movie-list-container {
padding: 0 20px;
}
.movie-list-wrapper {
position: relative;
overflow: hidden;
}
.movie-list {
display: flex;
align-items: center;
height: 300px;
transform: translateX(0);
transition: all 1s ease-in-out;
}
.movie-list-item {
margin-right: 30px;
position: relative;
}
.movie-list-item:hover .movie-list-item-img {
transform: scale(1.2);
margin: 0 30px;
opacity: 0.5;
}
.movie-list-item:hover .movie-list-item-title,
.movie-list-item:hover .movie-list-item-desc,
.movie-list-item:hover .movie-list-item-button {
opacity: 1;
}
.movie-list-item-img {
transition: all 1s ease-in-out;
width: 270px;
height: 200px;
object-fit: cover;
border-radius: 20px;
}
.movie-list-item-title {
background-color: #333;
padding: 0 10px;
font-size: 32px;
font-weight: bold;
position: absolute;
top: 10%;
left: 50px;
opacity: 0;
transition: 1s all ease-in-out;
}
.movie-list-item-desc {
background-color: #333;
padding: 10px;
font-size: 14px;
position: absolute;
top: 30%;
left: 50px;
width: 230px;
opacity: 0;
transition: 1s all ease-in-out;
}
.movie-list-item-button {
padding: 10px;
background-color: #4dbf00;
color: white;
border-radius: 10px;
outline: none;
border: none;
cursor: pointer;
position: absolute;
bottom: 20px;
left: 50px;
opacity: 0;
transition: 1s all ease-in-out;
}
.arrow {
font-size: 120px;
position: absolute;
top: 90px;
right: 0;
color: lightgray;
opacity: 0.5;
cursor: pointer;
}
.container.active {
background-color: white;
}
.movie-list-title.active {
color: black;
}
.navbar-container.active {
background-color: white;
color: black;
}
.sidebar.active{
background-color: white;
}
.left-menu-icon.active{
color: black;
}
.toggle.active{
background-color: black;
}
.toggle-ball.active{
background-color: white;
transform: translateX(-20px);
}
@media only screen and (max-width: 940px){
.menu-container{
display: none;
}
}
.featured-content{
background-repeat: no-repeat;
background: linear-gradient(to bottom, rgba(0,0,0,0), #151515);
background-image: url('img/18.png');
}
a:visited{
color: azure;
text-decoration: none;
}
a:link{
color: azure;
text-decoration: none;
}
iframe{
padding: 80 480px;
height: 25%;
width: 50%;
}
input[type=button]{
margin-left: 500;
}
input[type=text] {
margin-top: 60;
margin-left: 60;
padding: 10 600px;
width: 50%;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
/* When the input field gets focus, change its width to 100% */
input[type=text]:focus {
width: 100%;
}
.gcse-search{
margin-left: 60;
padding: 10 600px;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
*:focus {
outline: none;
}
body {
margin: 0;
padding: 0;
background:#DDD;
font-size: 16px;
color: #222;
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
#login-box {
position: relative;
margin: 5% auto;
width: 600px;
height: 400px;
background: #FFF;
border-radius: 2px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.left {
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
padding: 40px;
width: 300px;
height: 400px;
}
/*
h1 {
margin: 0 0 20px 0;
font-weight: 300;
font-size: 28px;
}
*/
input[type="text"],
input[type="password"] {
display: block;
box-sizing: border-box;
margin-bottom: 20px;
padding: 4px;
width: 220px;
height: 32px;
border: none;
border-bottom: 1px solid #AAA;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 15px;
transition: 0.2s ease;
}
input[type="text"]:focus,
input[type="password"]:focus {
border-bottom: 2px solid #16a085;
color: #16a085;
transition: 0.2s ease;
}
input[type="submit"] {
margin-top: 28px;
width: 120px;
height: 32px;
background: #16a085;
border: none;
border-radius: 2px;
color: #FFF;
font-family: 'Roboto', sans-serif;
font-weight: 500;
text-transform: uppercase;
transition: 0.1s ease;
cursor: pointer;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
opacity: 0.8;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
transition: 0.1s ease;
}
input[type="submit"]:active {
opacity: 1;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
transition: 0.1s ease;
}
.or {
position: absolute;
top: 180px;
left: 280px;
width: 40px;
height: 40px;
background: #DDD;
border-radius: 50%;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
line-height: 40px;
text-align: center;
}
.right {
position: absolute;
top: 0;
right: 0;
box-sizing: border-box;
padding: 40px;
width: 300px;
height: 400px;
background: url('https://goo.gl/YbktSj');
background-size: cover;
background-position: center;
border-radius: 0 2px 2px 0;
}
.right .loginwith {
display: block;
margin-bottom: 40px;
font-size: 28px;
color: #FFF;
text-align: center;
}
button.social-signin {
margin-bottom: 20px;
width: 220px;
height: 36px;
border: none;
border-radius: 2px;
color: #FFF;
font-family: 'Roboto', sans-serif;
font-weight: 500;
transition: 0.2s ease;
cursor: pointer;
}
button.social-signin:hover,
button.social-signin:focus {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
transition: 0.2s ease;
}
button.social-signin:active {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
transition: 0.2s ease;
}
button.social-signin.facebook {
background: #32508E;
}
button.social-signin.twitter {
background: #55ACEE;
}
button.social-signin.google {
background: #DD4B39;
}
@media screen and (min-width: 100px) {
body {
width:fit-content;
}
} | 0.41182 | 0.077973 |
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,200,300,400,500&display=swap");
* {
margin: 0;
padding: 0;
font-family: "Roboto Slab", serif;
font-weight: 300;
}
.backgroundTop {
height: 100vh;
top: 0;
background: url(/styles/bg.jpg) no-repeat center;
background-size: cover;
text-align: center;
}
.menuIcon {
position: fixed;
top: 0px;
left: 0px;
font-size: 40px;
}
.align {
padding-top: 280px;
}
.middleSection {
width: 960px;
margin: 0 auto;
vertical-align: middle;
}
.floatBoxOne,
.floatBoxTwo {
margin-top: 100px;
}
.leftSection {
width: 40%;
display: inline-block;
margin: 30px;
}
.rightSection {
width: 40%;
display: inline-block;
}
.imageSmall {
width: 60%;
float: left;
}
.backgroundFooter {
background: url(/styles/footer.jpg) no-repeat center;
background-size: cover;
height: 578px;
margin-top: 100px;
}
.textLeft {
width: 40%;
}
.navSection,
footer,
.button,
.menuIcon {
background-color: sandybrown;
}
h2 {
color: sandybrown;
font-size: 2.3em;
padding-top: 10%;
line-height: 1.5em;
}
p {
font-size: 1.2em;
padding-top: 10%;
}
header {
font-family: "Roboto Slab", serif;
font-weight: 300;
color: white;
font-size: 70px;
text-shadow: 3px 3px 3px rgb(202, 202, 202);
}
h1 {
color: white;
text-shadow: 2px 2px 2px rgb(202, 202, 202);
font-family: "Roboto Slab", serif;
font-weight: 300;
font-size: 22px;
}
.navSection {
text-align: center;
}
.navigation {
display: inline-block;
margin: 0px 40px 30px 40px;
}
footer {
box-shadow: 0px -5px 4px rgb(237, 155, 82);
padding: 30px;
}
.button {
display: inline-block;
margin-top: 20px;
height: 28px;
width: 150px;
border: sandybrown solid 2px;
border-radius: 20px;
transition-duration: 500ms;
text-align: center;
padding-top: 8px;
color: white;
}
.button:hover {
display: inline-block;
height: 28px;
width: 250px;
background-color: rgb(243, 146, 62);
border: sandybrown 2px solid;
border-radius: 20px;
}
.margin {
margin-top: 130px;
}
h3 {
color: white;
padding-top: 30px;
padding-bottom: 20px;
}
ul,
li {
list-style-type: none;
color: white;
padding: 5px;
font-size: 0.9em;
}
.menuIcon {
color: white;
padding: 5px;
height: 25px;
width: 25px;
text-align: center;
font-size: 20px;
}
.floatBoxOne,
.floatBoxTwo {
content: "";
clear: both;
display: table;
}
.textbox {
width: 40%;
display: inline-block;
}
.imagebox {
float: right;
}
footer {
color: white;
font-size: 0.5em;
text-align: center;
} | styles/style.css | @import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,200,300,400,500&display=swap");
* {
margin: 0;
padding: 0;
font-family: "Roboto Slab", serif;
font-weight: 300;
}
.backgroundTop {
height: 100vh;
top: 0;
background: url(/styles/bg.jpg) no-repeat center;
background-size: cover;
text-align: center;
}
.menuIcon {
position: fixed;
top: 0px;
left: 0px;
font-size: 40px;
}
.align {
padding-top: 280px;
}
.middleSection {
width: 960px;
margin: 0 auto;
vertical-align: middle;
}
.floatBoxOne,
.floatBoxTwo {
margin-top: 100px;
}
.leftSection {
width: 40%;
display: inline-block;
margin: 30px;
}
.rightSection {
width: 40%;
display: inline-block;
}
.imageSmall {
width: 60%;
float: left;
}
.backgroundFooter {
background: url(/styles/footer.jpg) no-repeat center;
background-size: cover;
height: 578px;
margin-top: 100px;
}
.textLeft {
width: 40%;
}
.navSection,
footer,
.button,
.menuIcon {
background-color: sandybrown;
}
h2 {
color: sandybrown;
font-size: 2.3em;
padding-top: 10%;
line-height: 1.5em;
}
p {
font-size: 1.2em;
padding-top: 10%;
}
header {
font-family: "Roboto Slab", serif;
font-weight: 300;
color: white;
font-size: 70px;
text-shadow: 3px 3px 3px rgb(202, 202, 202);
}
h1 {
color: white;
text-shadow: 2px 2px 2px rgb(202, 202, 202);
font-family: "Roboto Slab", serif;
font-weight: 300;
font-size: 22px;
}
.navSection {
text-align: center;
}
.navigation {
display: inline-block;
margin: 0px 40px 30px 40px;
}
footer {
box-shadow: 0px -5px 4px rgb(237, 155, 82);
padding: 30px;
}
.button {
display: inline-block;
margin-top: 20px;
height: 28px;
width: 150px;
border: sandybrown solid 2px;
border-radius: 20px;
transition-duration: 500ms;
text-align: center;
padding-top: 8px;
color: white;
}
.button:hover {
display: inline-block;
height: 28px;
width: 250px;
background-color: rgb(243, 146, 62);
border: sandybrown 2px solid;
border-radius: 20px;
}
.margin {
margin-top: 130px;
}
h3 {
color: white;
padding-top: 30px;
padding-bottom: 20px;
}
ul,
li {
list-style-type: none;
color: white;
padding: 5px;
font-size: 0.9em;
}
.menuIcon {
color: white;
padding: 5px;
height: 25px;
width: 25px;
text-align: center;
font-size: 20px;
}
.floatBoxOne,
.floatBoxTwo {
content: "";
clear: both;
display: table;
}
.textbox {
width: 40%;
display: inline-block;
}
.imagebox {
float: right;
}
footer {
color: white;
font-size: 0.5em;
text-align: center;
} | 0.315103 | 0.098599 |
body{
background-color: white;
font-family: Georgia, 'Times New Roman', Times, serif;
}
#id1{
background-image: url('Images/landing.jpg');
background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 0px;
}
#logo{
display: flex;
justify-content: center;
padding-top: 5%;
}
.explanation{
color: white;
text-align: center;
padding-bottom: 4%;
padding-top: 2%;
font-size: 200%;
}
nav{
margin-left: 5%;
margin-top: 0;
color: white;
font-size: 200%;
}
#variety{
height: 210px; width: 100%;
display: flex;
flex-direction: row;
}
#variety>div:hover{
color: lightgrey;
}
#textbox{
margin-top: 0%;
float: left;
text-align: center;
display: block;
width: 100%;
padding: 0px 0px 0px 0px;
box-sizing: content-box;
}
#textbox>p:first-child{
background-color: lightgray;
text-align: center;
color: black;
padding: 30px 25%;
}
#textbox>#p{
background-color: #F15A29;
color: white;
text-align: center;
padding: 30px 25%;
border: none;
}
#breakfast{
width: 100%; height: 100%;
color: white;
background-image: url('Images/breakfast.jpg');
text-align: center;
display: flex; justify-content: space-around; align-items: center;
}
#lunch{
width: 100%; height: 100%;
color: white;
background-image: url('Images/lunch.jpg');
text-align: center;
display: flex; justify-content: space-around; align-items: center;
}
#dinner{
width: 100%; height: 100%;
color: white;
background-image: url('Images/dinner.jpg');
text-align: center;
display: flex; justify-content: space-around; align-items: center;
}
#float{
display: flex;
flex-wrap: nowrap;
justify-content: center;
margin-top: 5%;
margin-left: 25%;
margin-right: 20%;
padding: 5px 5px 5px 5px;
}
#float>#fastfood{
padding-left: 10px;
}
#fastfood-img{
display: inline-block;
padding: 5px 5px 5px 5px;
box-sizing: content-box;
width: 280%; height: 250%;
outline: solid rgb(233, 233, 233);
}
.viewgallery{
color: #F15A29;
border: 1px solid #F15A29;
text-decoration: none;
}
.float2{
display: flex;
flex-wrap: nowrap;
justify-content: center;
margin-top: 5%;
margin-left: 20%;
margin-right: 38%;
margin-bottom: 5%;
}
#drinks{
text-align: right;
padding-right: 10px;
}
#drinks-img{
display: inline-flex;
width: 150%; height: 100%;
padding: 5px 5px 5px 5px;
outline: 1px solid rgb(233, 233, 233);
border-right: none;
padding-right: none;
}
#four{
background-image: url("Images/foodsBg.jpg");
height: 400px;
width: 100%;
position: relative;
}
#inside{
position: absolute;
}
#insideinside{
display: flex;
flex-direction: row;
justify-content: space-around;
text-align: center;
background-color: lightgrey;
border: 1px solid darkgrey;
margin-left: 15%;
margin-right: 15%;
}
#inside-img{
display: flex;
flex-direction: row;
justify-content: space-around;
padding-top: 15px;
padding-bottom: 15px;
margin-left: 15%;
margin-right: 15%;
background-color: white;
}
#insideinside>a{
color: black;
text-decoration: none;
padding: 5px 10% 5px 10%;
border-left: 1px solid darkgrey;
text-align: center;
}
#insideinside>a:first-child{
border-left: none;
border-bottom: none;
background-color: white;
}
#inside-img >div >p{
text-align: center;
color: #F15A29;
}
#customers{
display: flex;
flex-direction: row;
background: transparent;
justify-content: center;
align-items: center;
border: 1px solid rgb(218, 218, 218);
margin-left: 20%; margin-right: 20%;
border-spacing: 5px;
margin-top: 5%;
margin-bottom: 5%;
}
#customers-left{
align-items: center;
text-align: center;
margin-right: 30%;
float: left;
width: 60%;
}
#customers-left>h4{
color: #F15A29;
}
#customers-left>p{
display: flex;
}
#customers-right{
text-align: center;
width: 40%;
}
#customers-right>h4{
color: #F15A29;
}
#email{
background-image: url("Images/subscribe.jpg");
width: 100%; height: 180px;
position: relative;
}
#email>h3{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
color: white;
margin-bottom: 1%;
position: absolute;
margin-top: 5%;
margin-left: 36%;
}
#oneline{
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 5%;
position: absolute;
margin-top: 8%;
margin-left: 36%;
}
#email-in{
text-align: left;
color: white;
padding: 5px 200px 5px 2px;
background-color: rgb(230, 230, 230);
}
#subscribe{
padding: 5px 24px 5px 20px;
background-color: #F15A29;
}
#bottom{
background-color: #F15A29;
}
#menu{
display: flex;
flex-direction: row;
justify-content: center;
}
#menu>h1{
color: white;
}
#bottom>p{
color: white;
text-align: center;
}
#social-media{
display: flex;
justify-content: center;
align-items: center;
padding-top: 1%;
}
#bottom>footer{
color: white;
text-align: center;
font-size: 90%;
padding-top: 5%;
} | index.css | body{
background-color: white;
font-family: Georgia, 'Times New Roman', Times, serif;
}
#id1{
background-image: url('Images/landing.jpg');
background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 0px;
}
#logo{
display: flex;
justify-content: center;
padding-top: 5%;
}
.explanation{
color: white;
text-align: center;
padding-bottom: 4%;
padding-top: 2%;
font-size: 200%;
}
nav{
margin-left: 5%;
margin-top: 0;
color: white;
font-size: 200%;
}
#variety{
height: 210px; width: 100%;
display: flex;
flex-direction: row;
}
#variety>div:hover{
color: lightgrey;
}
#textbox{
margin-top: 0%;
float: left;
text-align: center;
display: block;
width: 100%;
padding: 0px 0px 0px 0px;
box-sizing: content-box;
}
#textbox>p:first-child{
background-color: lightgray;
text-align: center;
color: black;
padding: 30px 25%;
}
#textbox>#p{
background-color: #F15A29;
color: white;
text-align: center;
padding: 30px 25%;
border: none;
}
#breakfast{
width: 100%; height: 100%;
color: white;
background-image: url('Images/breakfast.jpg');
text-align: center;
display: flex; justify-content: space-around; align-items: center;
}
#lunch{
width: 100%; height: 100%;
color: white;
background-image: url('Images/lunch.jpg');
text-align: center;
display: flex; justify-content: space-around; align-items: center;
}
#dinner{
width: 100%; height: 100%;
color: white;
background-image: url('Images/dinner.jpg');
text-align: center;
display: flex; justify-content: space-around; align-items: center;
}
#float{
display: flex;
flex-wrap: nowrap;
justify-content: center;
margin-top: 5%;
margin-left: 25%;
margin-right: 20%;
padding: 5px 5px 5px 5px;
}
#float>#fastfood{
padding-left: 10px;
}
#fastfood-img{
display: inline-block;
padding: 5px 5px 5px 5px;
box-sizing: content-box;
width: 280%; height: 250%;
outline: solid rgb(233, 233, 233);
}
.viewgallery{
color: #F15A29;
border: 1px solid #F15A29;
text-decoration: none;
}
.float2{
display: flex;
flex-wrap: nowrap;
justify-content: center;
margin-top: 5%;
margin-left: 20%;
margin-right: 38%;
margin-bottom: 5%;
}
#drinks{
text-align: right;
padding-right: 10px;
}
#drinks-img{
display: inline-flex;
width: 150%; height: 100%;
padding: 5px 5px 5px 5px;
outline: 1px solid rgb(233, 233, 233);
border-right: none;
padding-right: none;
}
#four{
background-image: url("Images/foodsBg.jpg");
height: 400px;
width: 100%;
position: relative;
}
#inside{
position: absolute;
}
#insideinside{
display: flex;
flex-direction: row;
justify-content: space-around;
text-align: center;
background-color: lightgrey;
border: 1px solid darkgrey;
margin-left: 15%;
margin-right: 15%;
}
#inside-img{
display: flex;
flex-direction: row;
justify-content: space-around;
padding-top: 15px;
padding-bottom: 15px;
margin-left: 15%;
margin-right: 15%;
background-color: white;
}
#insideinside>a{
color: black;
text-decoration: none;
padding: 5px 10% 5px 10%;
border-left: 1px solid darkgrey;
text-align: center;
}
#insideinside>a:first-child{
border-left: none;
border-bottom: none;
background-color: white;
}
#inside-img >div >p{
text-align: center;
color: #F15A29;
}
#customers{
display: flex;
flex-direction: row;
background: transparent;
justify-content: center;
align-items: center;
border: 1px solid rgb(218, 218, 218);
margin-left: 20%; margin-right: 20%;
border-spacing: 5px;
margin-top: 5%;
margin-bottom: 5%;
}
#customers-left{
align-items: center;
text-align: center;
margin-right: 30%;
float: left;
width: 60%;
}
#customers-left>h4{
color: #F15A29;
}
#customers-left>p{
display: flex;
}
#customers-right{
text-align: center;
width: 40%;
}
#customers-right>h4{
color: #F15A29;
}
#email{
background-image: url("Images/subscribe.jpg");
width: 100%; height: 180px;
position: relative;
}
#email>h3{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
color: white;
margin-bottom: 1%;
position: absolute;
margin-top: 5%;
margin-left: 36%;
}
#oneline{
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 5%;
position: absolute;
margin-top: 8%;
margin-left: 36%;
}
#email-in{
text-align: left;
color: white;
padding: 5px 200px 5px 2px;
background-color: rgb(230, 230, 230);
}
#subscribe{
padding: 5px 24px 5px 20px;
background-color: #F15A29;
}
#bottom{
background-color: #F15A29;
}
#menu{
display: flex;
flex-direction: row;
justify-content: center;
}
#menu>h1{
color: white;
}
#bottom>p{
color: white;
text-align: center;
}
#social-media{
display: flex;
justify-content: center;
align-items: center;
padding-top: 1%;
}
#bottom>footer{
color: white;
text-align: center;
font-size: 90%;
padding-top: 5%;
} | 0.437103 | 0.072308 |
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
font-family: 'Roboto-Regular';
font-size: 100%;
background:#fff;
}
a {
text-decoration: none;
}
a:hover {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
@font-face {
font-family: 'Quicksand-Regular';
src:url(../fonts/Quicksand-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto-Regular';
src:url(../fonts/Roboto-Regular.ttf) format('truetype');
}
/*--header start here--*/
.logo {
float: left;
width: 30%;
}
.header-right {
width: 100%;
background-color: black;
}
.top-nav {
width: 100%;
text-align: center;
}
.top-nav-right {
float: right;
width: 15%;
padding-top: 0.3em;
}
.logo h1 {
font-size: 2.5em;
margin: 0em;
font-family: 'Quicksand-Regular';
}
.logo h1 a{
color:#fff;
display: block;
}
.logo h1 a:hover{
text-decoration:none;
}
span.menu {
display: none;
}
.header-main {
padding: 1em 0em 1em 0em;
}
.top-nav ul {
list-style: none;
padding: 0.6em 0em 0em 0em;
}
.top-nav ul li {
display: inline-block;
}
.top-nav ul li a{
color: #fff;
text-decoration: none;
font-size: 1.05em;
padding:0.5em 1em;
position:relative;
z-index: 999;
}
.top-nav ul li a:hover{
color:#fff;
}
.banner {
background: url(../images/hvac/hvac-repair-service.jpg)no-repeat;
min-height: 855px;
background-size: cover;
}
.banner-bottom {
padding: 25em 0em 0em 0em;
text-align: center;
}
.banner-bottom h4 {
font-size: 1.25em;
font-weight: 400;
color: #fff;
margin: 0em 0em 0.5em 0em;
font-family: 'Quicksand-Regular';
}
.banner-bottom h3 {
font-size: 2.3em;
font-weight: 400;
color: #fff;
font-family: 'Quicksand-Regular';
}
/*-----*/
.top-nav ul > li > a:hover,{
color: #fff;
background: transparent;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.top-nav ul > li > a:hover:before{
position: absolute;
content: "";
width: 100%;
left: 0;
background: #0e76bc;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.top-nav ul > li > a:before{
position: absolute;
content: "";
height: 50%;
background:#0e76bc;
right: 0;
width: 0%;
top: 0;
z-index: -1;
border-radius:12px 12px 0 0;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.top-nav ul > li > a:after {
position: absolute;
content: "";
height: 50%;
background:#0e76bc;
right: 0;
width: 0%;
bottom: 0;
z-index: -1;
border-radius:0% 0% 12px 12px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.top-nav ul > li > a:hover:after{
position: absolute;
content: "";
width: 100%;
left: 0;
background: #0e76bc;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
/*----*/
/********** Login *************/
#loginContainer {
position:relative;
}
#loginContainer a{
text-decoration:none;
}
#loginContainer a span{
display: block;
color: #fff;
background: #0e76bc;
border-radius: 10px;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
-moz-border-radius: 10px;
padding: 5px 25px;
font-size: 1.1em;
}
#loginContainer a span:hover{
background:#C07E1A;
}
/* Login Button */
#loginButton {
display:inline-block;
position:relative;
z-index:30;
cursor:pointer;
}
/* Login Box */
#loginBox {
position:absolute;
top:45px;
right:27px;
display:none;
z-index:29;
}
#loginForm:after {
content: '';
position: absolute;
right: 25px;
top: -10px;
border-left:10px solid rgba(0, 0, 0, 0);
border-right:10px solid rgba(0, 0, 0, 0);
border-bottom: 10px solid #f0f0f0;
}
/* Login Form */
#loginForm {
width: 300px;
background: #fff;
border: 1px solid #d6d6d6;
}
#loginForm fieldset {
margin:0 0 15px 0;
display:block;
border:0;
padding:0;
}
fieldset#body {
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
padding:15px 15px;
margin:0;
}
#loginForm #checkbox {
width:auto;
margin:3px 6px 0 0;
float:left;
padding:0;
border:0;
}
#body label {
color:#000;
margin:10px 0 0 0;
display:block;
float:left;
font-size:0.8725em;
font-weight: 400;
}
#loginForm #body fieldset label{
display:block;
float:none;
margin:0 0 6px 0;
}
#body label i{
color:#000;
font-size:1em;
font-style:normal;
}
/* Default Input */
#loginForm input {
width:92%;
border:1px solid #DADADA;
color: #222;
background:#FFF;
padding:6px;
font-size: 0.8125em;
-webkit-apperance:none;
}
/* Sign In Button */
#loginForm #login {
width: auto;
float: left;
background: #0e76bc;
color: #fff;
font-size: 0.8725em;
padding: 8px 20px;
border: none;
margin: 0 12px 0 0;
cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
}
#loginForm #login:hover {
background: #C07E1A;
}
/* Forgot your password */
#loginForm span{
display:block;
padding:0px 0px 15px 0px;
}
#loginForm span a{
color:#000;
font-size:0.85em;
font-weight:400;
background: none;
border: none;
box-shadow: none;
padding: 0 16px;
}
#loginForm span a:hover{
text-decoration:underline;
}
input:focus {
outline:none;
}
/*----responsive-menu-start---*/
@media(max-width:768px){
.top-nav-left ul li{
display:block;
float:none;
margin: 0em;
padding: 0.6em 0;
text-align: center;
}
.top-nav-left ul li a{
color:#fff;
}
.top-nav-left ul li a:hover{
color:#000;
}
.top-nav-left ul{
display:none;
background:rgba(153, 197, 10, 0.45);
position:absolute;
width:100%;
z-index: 999;
left: 0%;
margin: 0.7em 0em;
}
.top-nav-left span.menu{
display: block;
width: 100%;
position:relative;
padding: 0.8em 1em;
}
}
/*--banner start here--*/
/*--app info start here--*/
.app-info-grid {
text-align: center;
padding: 1em 0em 0em 0em ;
}
.app-gd1 {
background: #0e76bc;
}
.app-gd2 {
background: rgba(19, 17, 13, 1);
}
.app-gd3 {
background: #0e76bc;
}
.app-info{
position: relative;
padding: 3em 0em;
}
.app-info-main {
position: absolute;
top: -130px;
left: 9%;
right: 9%;
}
.app-row1 h3 {
font-size: 1.2em;
font-weight: 600;
color: #fff;
margin: 0.4em 0em 0.4em 0em;
font-family: 'Quicksand-Regular';
}
.app-row1 p {
font-size: 0.8em;
font-weight: 400;
color: #fff;
line-height: 1.6em;
padding: 0em 0em 2em 0em;
width: 90%;
margin: 0 auto;
}
.app-in-grd span.glyphicon.glyphicon-phone {
font-size: 2.5em;
color: #fff;
}
span.glyphicon.glyphicon-cloud-upload {
font-size: 2.5em;
color: #fff;
}
span.glyphicon.glyphicon-apple {
font-size: 2.5em;
color: #fff;
}
/*--app info end here--*/
/*--services start here--*/
.services-top {
text-align: center;
padding: 0em 0em 3em 0em;
}
.services-top h3 {
font-size: 2.5em;
font-weight: 400;
color: #0e76bc;
margin: 0em 0em 0.1em 0em;
font-family: 'Quicksand-Regular';
}
.services-top p {
font-size: 0.9em;
font-weight: 400;
color: #7C7C7C;
line-height: 1.6em;
width: 70%;
margin: 0 auto;
}
.serv-grids {
text-align: center;
}
.serv-grids h4 {
font-size: 1.2em;
font-weight: 600;
color: #000;
margin: 0.4em 0em 0.4em 0em;
}
.serv-grids p {
font-size: 0.9em;
font-weight: 400;
color: #7C7C7C;
line-height: 1.6em;
}
.ser-border span.glyphicon.glyphicon-envelope {
font-size: 2.5em;
color: #0e76bc;
}
.ser-border span.glyphicon.glyphicon-user {
font-size: 2.5em;
color: #0e76bc;
}
.ser-border span.glyphicon.glyphicon-hourglass {
font-size: 2.5em;
color: #0e76bc;
}
.ser-border {
border: 1px solid #0e76bc;
padding: 1em 1em 1em 1em;
}
.services {
padding: 0em 0em 3em 0em;
}
/*--services end here--*/
/*--changer start here--*/
.changer {
padding: 4em 0em 4em 0em;
}
.changer-top {
text-align: center;
padding: 0em 0em 3em 0em;
}
.changer-top h3 {
font-size: 2.5em;
font-weight: 400;
color: #0e76bc;
margin: 0em 0em 0.1em 0em;
font-family: 'Quicksand-Regular';
}
.changer-top p {
font-size: 1em;
font-weight: 400;
color: #7C7C7C;
line-height: 1.6em;
width: 70%;
margin: 0 auto;
}
/*--changer end here--*/
/*--changer-starts-Here--*/
.changer-main{
position:relative;
text-align:center;
}
span.devide-line {
width: 1px;
height: 610px;
position: absolute;
top: 0.4em;
display: block;
left: 50%;
background: #C3D0D8;
}
.changer-left h4,.changer-left-snd h4,.changer-left-trd h4,.changer-left-fvr h4{
font-size:1.5em;
color:#0e76bc;
margin:0px;
}
.changer-left p,.changer -left-snd p,.changer-left-trd p,.changer-left-fvr p{
font-size:14px;
color:#C8CDCE;
margin-top:10px;
}
.changer-right h4,.changer-right-snd h4,.changer-right-trd h4,.changer-right-fvr h4{
font-size:1.5em;
color:#0e76bc;
margin:0px;
font-weight:500;
}
.changer-right p,.changer-right-snd p,.changer-right-trd p,.changer-right-fvr p{
font-size:14px;
color:#929BA0;
width:100%;
margin:0.5em 0px;
}
.changer-right label a,.changer-right-snd label a,.changer-right-trd label a,.changer-right-fvr label a{
font-size:13px;
color:#00E1FF;
font-weight:400;
}
.changer-right label a:hover,.changer-right-snd label a:hover,.changer-right-trd label a:hover,.changer-right-fvr label a:hover{
color:#3F4244;
text-decoration:none;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
.changer-left,.changer-left-snd,.changer-left-trd,.changer-left-fvr{
width: 25%;
position: absolute;
left: 13.35em;
text-align: right;
}
.changer-left{
top:0em;
}
.changer-left-snd{
top:12.35em;
}
.changer-left-trd{
top:20.35em;
}
.changer-left-fvr{
top:32.7em;
}
.changer-left:before,.changer-left-snd:before,.changer-left-trd:before,.changer-left-fvr:before{
content: url(../images/bubble.png)no-repeat 0px 0px;
position: relative;
right: -5em;
width: 15px;
height: 15px;
display: inline-block;
}
.changer-left:before{
top: 4em;
}
.changer-left-snd:before{
top: 2em;
}
.changer-left-trd:before{
top: 4.3em;
}
.changer-left-fvr:before{
top: 1.8em;
}
.changer-right,.changer-right-snd,.changer-right-trd,.changer-right-fvr{
width: 25%;
position: absolute;
left: 40em;
text-align: left;
}
.changer-right {
top: 2em;
}
.changer-right-snd{
top: 10.8em;
}
.changer-right-trd{
top: 23.5em;
}
.changer-right-fvr{
top: 31em;
}
.changer {
min-height: 850px;
padding: 2em 0px;
}
.changer-left img {
border-radius: 94px;
}
.changer-left-trd img {
border-radius: 92px;
}
.changer-right-snd img {
border-radius: 91px;
}
.changer-right-fvr img {
border-radius: 95px;
}
/*--changer-ends-Here--*/
/*--gallery--*/
.gallery-top{
text-align:center;
}
.gallery-top h3{
font-size: 2.5em;
color: #0e76bc;
margin: 0;
padding: 0em 0 0.3em 0;
font-family: 'Quicksand-Regular';
}
.gallery-top p{
color: #999;
font-size: 0.9em;
width: 70%;
margin: 0 auto;
line-height: 1.8em;
}
.gallery {
padding: 1em 0;
}
/******** SAP ************/
.sap_tabs{
clear:both;
padding: 0em 0 2em;
}
.tab_box{
background:#fd926d;
padding: 2em;
}
.top1{
margin-top: 2%;
}
.resp-tabs-list {
list-style: none;
padding: 2em 9px 1em;
margin: 0 auto;
}
.resp-tab-item{
color:#0e76bc;
font-size: 0.9em;
cursor: pointer;
padding: 6px 25px ;
display: inline-block;
margin: 0;
text-align: center;
list-style: none;
outline: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
text-transform: uppercase;
border: 2px solid #0e76bc;
margin: 0 0.5em 0;
}
.resp-tab-active{
background: #0e76bc;
text-shadow: none;
color: #fff;
border: 2px solid #0e76bc;
}
.resp-tabs-container {
padding: 0px;
background-color: #fff;
clear: left;
}
h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.resp-tab-content {
display: none;
}
.resp-content-active, .resp-accordion-active {
display: block;
}
.tab_img{
padding:1em 0em;
}
.img-top {
position: relative;
}
.link-top{
position: absolute;
top: 0%;
text-align: center;
width: 90%;
background: rgba(0, 0, 0, 0.49);
height: 100%;
padding: 5em 0 0;
display: none;
}
i.link {
background: url(../images/eye.png)no-repeat 0px 0px;
width: 35px;
height: 27px;
display: inline-block;
}
.img-top:hover .link-top{
display: block;
}
/*--//gallery--*/
/*--features start here--*/
.features {
padding: 1em 0em 3em 0em;
}
.fea-top h3 {
font-size: 2.5em;
color: #0e76bc;
margin: 0;
padding: 0em 0 0.3em 0;
font-family: 'Quicksand-Regular';
}
.fea-top p {
color: #999;
font-size: 0.9em;
width: 70%;
margin: 0 auto;
line-height: 1.6em;
}
.fea-top {
padding: 0em 0em 4em 0em;
text-align: center;
}
.feature-bott1 {
padding: 0em 0em 2.5em 0em;
}
.fea-text h4 {
font-size: 1.4em;
font-weight: 500;
margin: 0em 0em 0.8em 0em;
font-family: 'Quicksand-Regular';
}
.fea-text h4 a{
color: #0e76bc;
}
.fea-text h4 a:hover{
color:#000;
text-decoration:none;
}
.fea-text p {
color: #999;
font-size: 0.9em;
line-height: 1.8em;
}
.client {
padding: 2em 0em 3em 0em;
text-align: center;
}
/*--features end here--*/
/*--clients start here--*/
.clients-main p {
color: #999;
font-size: 0.9em;
line-height: 1.6em;
margin: 0em 0em 0.5em 0em;
}
.clients-main h4 {
font-size: 1.45em;
font-weight: 500;
margin: 0.4em 0em 0.4em 0em;
color: #0e76bc;
font-family: 'Quicksand-Regular';
}
.clients-main h5 {
font-size: 1em;
font-weight: 500;
margin: 0em 0em 0.4em 0em;
color: #000;
}
.clients-main img {
margin: 0 auto;
border-radius: 95px;
}
/*--clients end here--*/
/*--contact start here--*/
.contact-main {
width: 60%;
margin: 0 auto;
}
.contact {
background: #0e76bc;
padding: 3em 0em 3em 0em;
text-align:center;
}
.contact-main h3 {
font-size: 2.5em;
font-weight: 400;
color: #fff;
margin: 0em 0em 1em 0em;
font-family: 'Quicksand-Regular';
}
.contact-main input[type="text"] {
font-size: 1em;
font-weight: 400;
color: #989898;
padding: 0.5em 0em 0.5em 0.5em;
width: 93%;
outline: none;
display: inline-block;
border: none;
border-radius: 4px;
}
.contact-main textarea {
font-size: 1em;
font-weight: 400;
color: #989898;
width: 100%;
height: 10em;
resize: none;
outline: none;
border-radius: 4px;
border: none;
padding: 0.8em 1.3em 0.5em 1.3em;
}
.contact-main input[type="submit"] {
font-size: 1em;
font-weight: 400;
color: #fff;
padding: 0.4em 0.5em;
width: 15%;
margin: 1em auto 0em;
outline: none;
display: block;
background: #804600;
border: none;
border-radius: 4px;
}
.contact-main input[type="submit"]:hover {
background: #fff;
color:#000;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.map {
background:rgba(153, 153, 153, 0.27);
}
.map iframe {
width: 100%;
height: 300px;
border: none;
}
.input-main {
border-radius: 4px;
background-color: #fff;
margin: 0 auto 0.7em;
}
span.glyphicon.glyphicon-user {
display: inline-block;
color: #989898;
}
span.glyphicon.glyphicon-envelope {
color: #989898;
}
span.glyphicon.glyphicon-phone {
color: #989898;
}
/*--//contact--*/
/*--footer start here--*/
.footer {
background: #000;
padding: 3em 0em 3em 0em;
}
.footer-bottom {
text-align: center;
}
.footer-bottom ul {
list-style: none;
padding: 0em;
}
.footer-bottom ul li {
display: inline-block;
}
.footer-bottom ul li a{
font-size: 1em;
font-weight: 400;
color: #fff;
margin: 0em 1.5em 0em 0em;
}
.footer-bottom ul li a:hover{
text-decoration:none;
color:#f54785;
}
.copy-right {
text-align: center;
}
.copy-right p {
font-size: 1em;
font-weight: 400;
color: #fff;
}
.copy-right p a {
color: #0e76bc;
}
.copy-right p a:hover {
color: #fff;
text-decoration: none;
}
.copy-right-main {
background: #000;
padding: 2em 0em 2em 0em;
}
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 0px;
right: 10px;
overflow: hidden;
width: 48px;
height: 48px;
border: none;
text-indent: 100%;
background-size: 35px;
background: url(../images/arrow.png) no-repeat 0px 0px;
}
/*--footer end here--*/
/*--media quries start here--*/
@media(max-width:1440px){
}
@media(max-width:1336px){
}
@media(max-width:1280px){
.banner {
min-height: 670px;
}
.banner {
min-height: 640px;
}
.banner-bottom {
padding: 11em 0em 0em 0em;
}
.banner-bottom h3 {
font-size: 2em;
}
}
@media(max-width:1024px){
.changer-right, .changer-right-snd, .changer-right-trd, .changer-right-fvr {
left: 32em;
}
.changer-left, .changer-left-snd, .changer-left-trd, .changer-left-fvr {
left: 12.5em;
}
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -2.7em;
}
.fea-text h4 {
font-size: 1.25em;
}
.fea-text p {
font-size: 0.9em;
line-height: 1.7em;
}
.fea-img {
padding: 0px;
}
.link-top {
width: 88%;
}
.link-top {
padding: 3.5em 0 0;
}
.app-info {
padding: 2.5em 0em;
}
.services {
padding: 0em 0em 2em 0em;
}
.changer {
min-height: 800px;
}
.sap_tabs {
padding: 0em 0 0em;
}
.features {
padding: 1em 0em 1em 0em;
}
.client {
padding: 2em 0em 1em 0em;
}
}
@media(max-width:768px){
span.menu{
display: block;
text-align: center;
padding: 1px 0px 0px 0px;
cursor: pointer;
color: #E74C3C;
font-size: 16px;
font-weight: 700;
position:relative;
}
.top-nav ul.res{
display:none;
padding:0px;
}
.top-nav ul.res {
padding: 0;
margin: 1.5em 0em 0em 0em;
z-index: 9999;
position: absolute;
width: 100%;
left:0;
}
.top-nav ul.res li{
display: block;
text-align: center;
background:#0e76bc;
margin: 0;
width: 100%;
}
.top-nav ul.res li a {
font-size: 16px;
padding: 0.5em 1em;
color: #fff;
display: inline-block;
border: none;
background: none;
text-align: center;
margin: 0em;
}
ul.res a:hover,ul.res li a.active{
color:#000;
}
.top-nav {
width: 50%;
}
.top-nav-right {
width: 28%;
}
span.menu {
padding: 5px 0px 0px 0px;
}
.app-info-grid.app-gd1 {
float: left;
width: 33%;
}
.app-info-grid.app-gd2 {
float: left;
width: 33%;
}
.app-info-grid.app-gd3 {
float: left;
width: 33%;
}
.banner {
min-height: 550px;
}
.serv-grids {
float: left;
width: 33%;
padding: 0em 0.5em 0em 0em;
}
.serv-grids h4 {
font-size: 1.1em;
}
.serv-grids p {
font-size: 0.9em;
}
.services-top h3 {
font-size: 2.2em;
}
.changer-top h3 {
font-size: 2.2em;
}
.changer-top {
padding: 0em 0em 2em 0em;
}
.changer-left, .changer-left-snd, .changer-left-trd, .changer-left-fvr {
left: 7.5em;
}
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -4em;
}
.changer-right, .changer-right-snd, .changer-right-trd, .changer-right-fvr {
left: 26em;
width: 30%;
}
.changer-left, .changer-left-snd, .changer-left-trd, .changer-left-fvr {
left: 5.5em;
width: 30%;
}
.changer-right-snd {
top: 12em;
}
.changer-right-fvr {
top: 32.5em;
}
.changer-right h4, .changer-right-snd h4, .changer-right-trd h4, .changer-right-fvr h4 {
font-size: 1.1em;
}
.changer-left h4, .changer-left-snd h4, .changer-left-trd h4, .changer-left-fvr h4 {
font-size: 1.1em;
}
.gallery-top h3 {
font-size: 2.2em;
}
.gallery-top p {
font-size: 0.93em;
width: 100%;
}
.resp-tab-item {
font-size: 0.75em;
padding: 5px 16px;
}
.img-top {
float: left;
width: 25%;
padding: 0px 10px 0px 0px;
}
.link-top {
width: 95%;
}
.link-top {
padding: 2.5em 0 0;
}
.fea-top h3 {
font-size: 2.2em;
}
.fea-top p {
font-size: 0.91em;
width: 100%;
}
.fea-grid {
float: left;
width: 50%;
}
.fea-text {
padding: 0.5em 0em 0em 0em;
}
.feature-grid {
float: left;
width: 50%;
}
.clients-main p {
font-size: 1em;
}
.client {
padding: 0em 0em 0em 0em;
}
.clients-main h4 {
font-size: 1.2em;
}
.contact-main h3 {
font-size: 2.2em;
margin: 0em 0em 0.5em 0em;
}
.contact-main {
width: 80%;
}
.contact-main input[type="submit"] {
font-size: 0.9em;
}
.banner-bottom {
padding: 8em 0em 0em 0em;
}
}
@media(max-width:736px){
.changer-left, .changer-left-snd, .changer-left-trd, .changer-left-fvr {
left: 5.2em;
}
}
@media(max-width:667px){
.app-row1 h3 {
font-size: 1.1em;
}
.changer-left, .changer-left-snd, .changer-left-trd, .changer-left-fvr {
left: 4.2em;
}
}
@media(max-width:640px){
.app-row1 h3 {
font-size: 1em;
}
.banner-bottom {
padding: 7em 0em 0em 0em;
}
.banner-bottom h3 {
font-size: 1.55em;
}
.banner {
min-height: 500px;
}
span.glyphicon.glyphicon-cloud-upload {
font-size: 2em;
}
.app-in-grd span.glyphicon.glyphicon-phone {
font-size: 2em;
}
span.glyphicon.glyphicon-apple {
font-size: 2em;
}
.services-top p {
font-size: 0.95em;
width: 100%;
}
.serv-grids h4 {
font-size: 0.92em;
}
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -2.4em;
}
.changer-right, .changer-right-snd, .changer-right-trd, .changer-right-fvr {
left: 21em;
width: 35%;
}
.changer {
min-height: 750px;
}
.link-top {
width: 94%;
padding: 2.05em 0 0;
}
.contact-main input[type="submit"] {
width: 22%;
}
.top-nav ul.res {
margin: 0.8em 0em 0em 0em;
}
.logo {
float: left;
width: 35%;
}
.header-right {
float: right;
width: 64%;
}
.tab_img {
padding: 0.3em 0em;
}
}
@media(max-width:600px){
.changer-left, .changer-left-snd, .changer-left-trd, .changer-left-fvr {
left: 5em;
}
}
@media(max-width:568px){
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -2.05em;
}
.app-row1 h3 {
font-size: 0.9em;
}
}
@media(max-width:480px){
.logo {
width: 45%;
}
.header-right {
width: 54%;
}
.top-nav-right {
width: 44%;
padding-top: 0em;
}
.top-nav {
width: 30%;
text-align: left;
}
.logo h1 {
font-size: 2em;
}
.banner-bottom h4 {
font-size: 1em;
}
span.menu img {
width: 42%;
}
.banner {
min-height: 370px;
}
.app-info-grid.app-gd1 {
float: none;
width: 100%;
}
.app-info-grid.app-gd2 {
float: none;
width: 100%;
}
.app-info-grid.app-gd3 {
float: none;
width: 100%;
}
.app-info {
padding: 10em 0em;
}
.app-info-grid {
padding: 0.6em 0em 0em 0em;
}
.app-row1 p {
padding: 0em 0em 1em 0em;
}
.app-info-main {
top: -105px;
}
.banner-bottom {
padding: 4em 0em 0em 0em;
}
.banner-bottom h3 {
font-size: 1.3em;
}
.services-top p {
font-size: 0.9em;
}
.serv-grids {
float: none;
width: 100%;
padding: 0em 0em 0.8em 0em;
}
.services-top {
padding: 0em 0em 2em 0em;
}
.changer-right, .changer-right-snd, .changer-right-trd, .changer-right-fvr {
left: 15em;
width: 45%;
}
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -2.4em;
}
.changer-left, .changer-left-snd, .changer-left-trd, .changer-left-fvr {
left: 0.81em;
width: 40%;
}
.changer-right p, .changer-right-snd p, .changer-right-trd p, .changer-right-fvr p {
font-size: 12.5px;
}
.services-top h3 {
font-size: 2em;
}
.changer-top h3 {
font-size: 2em;
}
.services {
padding: 0em 0em 0em 0em;
}
.gallery-top h3 {
font-size: 2em;
}
.resp-tab-item {
margin: 0 0.3em 0;
}
.img-top {
float: left;
width: 50%;
padding: 0px 7px 10px 0px;
}
.tab_img {
padding: 0em 0em;
}
.link-top {
width: 97%;
height: 94%;
}
.link-top {
padding: 4em 0 0;
}
.fea-top h3 {
font-size: 2em;
}
.fea-top p {
font-size: 0.85em;
}
.fea-grid {
float: none;
width: 100%;
margin: 0em 0em 1em 0em;
text-align: center;
}
.fea-img img {
width: 75%;
margin: 0 auto;
}
.feature-bott1 {
padding: 0em 0em 0.5em 0em;
}
.feature-grid {
float: none;
width: 100%;
text-align: center;
margin: 0em 0em 1em 0em;
}
.contact-main {
width: 100%;
}
.contact-main input[type="text"] {
width: 90%;
}
.contact-main h3 {
font-size: 2em;
}
.contact {
background: #0e76bc;
padding: 1.7em 0em 1.7em 0em;
}
.map iframe {
height: 210px;
}
.copy-right-main {
padding: 1em 0em 1em 0em;
}
.copy-right p {
font-size: 0.9em;
}
.top-nav ul.res li a {
font-size: 14px;
padding: 0.5em 0;
}
.resp-tabs-list {
list-style: none;
padding: 2em 0px 1em;
}
.resp-tab-item {
padding: 5px 6px;
}
}
@media(max-width:414px){
.changer-right, .changer-right-snd, .changer-right-trd, .changer-right-fvr {
left: 13em;
}
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -2em;
}
}
@media(max-width:384px){
.changer-right, .changer-right-snd, .changer-right-trd, .changer-right-fvr {
left: 12em;
}
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -1.8em;
}
}
@media(max-width:320px){
.logo h1 {
font-size: 1.5em;
}
#loginContainer a span {
padding: 4px 15px;
font-size: 0.9em;
}
#loginBox {
right: -13px;
}
.header-main {
padding: 0.7em 0em 0.5em 0em;
}
.banner-bottom h4 {
font-size: 0.9em;
}
.banner-bottom h3 {
font-size: 0.91em;
}
.banner {
min-height: 200px;
}
.app-in-grd span.glyphicon.glyphicon-phone {
font-size: 1.5em;
}
span.glyphicon.glyphicon-cloud-upload {
font-size: 1.5em;
}
span.glyphicon.glyphicon-apple {
font-size: 1.5em;
}
.app-info-main {
top: -50px;
}
.app-row1 p {
font-size: 0.7em;
width: 100%;
}
.app-row1 h3 {
font-size: 0.95em;
}
.services-top h3 {
font-size: 1.7em;
}
.services-top p {
font-size: 0.8em;
}
.ser-border span.glyphicon.glyphicon-envelope {
font-size: 2em;
}
.ser-border span.glyphicon.glyphicon-user {
font-size: 2em;
}
.ser-border span.glyphicon.glyphicon-hourglass {
font-size: 2em;
}
.ser-border {
padding: 0.5em 0.5em 0.5em 0.5em;
}
.serv-grids p {
font-size: 0.8em;
}
.changer-top h3 {
font-size: 1.7em;
}
.changer {
min-height:480px;
padding: 1em 0px;
}
.changer-right, .changer-right-snd, .changer-right-trd, .changer-right-fvr {
left: 9.5em;
}
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -1.4em;
}
.changer-right h4, .changer-right-snd h4, .changer-right-trd h4, .changer-right-fvr h4 {
font-size: 0.95em;
}
.changer-left h4, .changer-left-snd h4, .changer-left-trd h4, .changer-left-fvr h4 {
font-size: 0.95em;
}
.gallery-top h3 {
font-size: 1.7em;
}
.gallery-top p {
font-size: 0.8em;
}
.resp-tab-item {
font-size: 0.69em;
padding: 5px 5px;
margin: 0 0em 0;
}
.link-top {
width: 95%;
height: 91%;
padding: 2em 0 0;
}
.fea-top h3 {
font-size: 1.7em;
}
.fea-top {
padding: 0em 0em 1.5em 0em;
}
.features {
padding: 0em 0em 1em 0em;
}
.fea-img img {
width: 100%;
}
.fea-grid {
padding: 0px;
}
.feature-grid {
padding: 0px;
}
.fea-text p {
font-size: 0.8em;
line-height: 1.5em;
}
.changer-left:before {
top: 2em;
}
.changer-top {
padding: 0em 0em 0.5em 0em;
}
.changer-right {
top: 0.5em;
}
.changer-left-snd:before {
top: -3em;
}
.changer-right-snd {
top: 8.5em;
}
.changer-left-snd {
top: 7.35em;
}
.changer-left-snd:before {
top: 2em;
}
.changer-right-trd {
top: 14.5em;
}
.changer-left-trd {
top: 13.35em;
}
.changer-left-trd:before {
top: 2.3em;
}
.changer-right-fvr {
top: 21.5em;
}
.changer-left-fvr {
top: 20.7em;
}
span.devide-line {
height: 400px;
}
.clients-main p {
font-size: 0.9em;
}
.contact-main h3 {
font-size: 1.7em;
}
.contact-main textarea {
font-size: 0.9em;
height: 6em;
padding: 0.5em 0.3em 0.5em 0.8em;
}
.contact-main input[type="text"] {
width: 85%;
}
.contact-main input[type="submit"] {
width: 31%;
}
.map iframe {
height: 150px;
}
.top-nav ul.res {
margin: 0.5em 0em 0em 0em;
}
.banner-bottom {
padding: 1em 0em 0em 0em;
}
.resp-tabs-list {
padding: 1em 0px 1em;
}
#loginForm {
width: 250px;
}
#loginForm input {
padding: 3px;
}
#loginForm #login {
font-size: 0.8em;
padding: 6px 15px;
}
}
/*--media quries end here--*/
.banner-top {
} | css/style.css | h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
font-family: 'Roboto-Regular';
font-size: 100%;
background:#fff;
}
a {
text-decoration: none;
}
a:hover {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
@font-face {
font-family: 'Quicksand-Regular';
src:url(../fonts/Quicksand-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto-Regular';
src:url(../fonts/Roboto-Regular.ttf) format('truetype');
}
/*--header start here--*/
.logo {
float: left;
width: 30%;
}
.header-right {
width: 100%;
background-color: black;
}
.top-nav {
width: 100%;
text-align: center;
}
.top-nav-right {
float: right;
width: 15%;
padding-top: 0.3em;
}
.logo h1 {
font-size: 2.5em;
margin: 0em;
font-family: 'Quicksand-Regular';
}
.logo h1 a{
color:#fff;
display: block;
}
.logo h1 a:hover{
text-decoration:none;
}
span.menu {
display: none;
}
.header-main {
padding: 1em 0em 1em 0em;
}
.top-nav ul {
list-style: none;
padding: 0.6em 0em 0em 0em;
}
.top-nav ul li {
display: inline-block;
}
.top-nav ul li a{
color: #fff;
text-decoration: none;
font-size: 1.05em;
padding:0.5em 1em;
position:relative;
z-index: 999;
}
.top-nav ul li a:hover{
color:#fff;
}
.banner {
background: url(../images/hvac/hvac-repair-service.jpg)no-repeat;
min-height: 855px;
background-size: cover;
}
.banner-bottom {
padding: 25em 0em 0em 0em;
text-align: center;
}
.banner-bottom h4 {
font-size: 1.25em;
font-weight: 400;
color: #fff;
margin: 0em 0em 0.5em 0em;
font-family: 'Quicksand-Regular';
}
.banner-bottom h3 {
font-size: 2.3em;
font-weight: 400;
color: #fff;
font-family: 'Quicksand-Regular';
}
/*-----*/
.top-nav ul > li > a:hover,{
color: #fff;
background: transparent;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.top-nav ul > li > a:hover:before{
position: absolute;
content: "";
width: 100%;
left: 0;
background: #0e76bc;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.top-nav ul > li > a:before{
position: absolute;
content: "";
height: 50%;
background:#0e76bc;
right: 0;
width: 0%;
top: 0;
z-index: -1;
border-radius:12px 12px 0 0;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.top-nav ul > li > a:after {
position: absolute;
content: "";
height: 50%;
background:#0e76bc;
right: 0;
width: 0%;
bottom: 0;
z-index: -1;
border-radius:0% 0% 12px 12px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.top-nav ul > li > a:hover:after{
position: absolute;
content: "";
width: 100%;
left: 0;
background: #0e76bc;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
/*----*/
/********** Login *************/
#loginContainer {
position:relative;
}
#loginContainer a{
text-decoration:none;
}
#loginContainer a span{
display: block;
color: #fff;
background: #0e76bc;
border-radius: 10px;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
-moz-border-radius: 10px;
padding: 5px 25px;
font-size: 1.1em;
}
#loginContainer a span:hover{
background:#C07E1A;
}
/* Login Button */
#loginButton {
display:inline-block;
position:relative;
z-index:30;
cursor:pointer;
}
/* Login Box */
#loginBox {
position:absolute;
top:45px;
right:27px;
display:none;
z-index:29;
}
#loginForm:after {
content: '';
position: absolute;
right: 25px;
top: -10px;
border-left:10px solid rgba(0, 0, 0, 0);
border-right:10px solid rgba(0, 0, 0, 0);
border-bottom: 10px solid #f0f0f0;
}
/* Login Form */
#loginForm {
width: 300px;
background: #fff;
border: 1px solid #d6d6d6;
}
#loginForm fieldset {
margin:0 0 15px 0;
display:block;
border:0;
padding:0;
}
fieldset#body {
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
padding:15px 15px;
margin:0;
}
#loginForm #checkbox {
width:auto;
margin:3px 6px 0 0;
float:left;
padding:0;
border:0;
}
#body label {
color:#000;
margin:10px 0 0 0;
display:block;
float:left;
font-size:0.8725em;
font-weight: 400;
}
#loginForm #body fieldset label{
display:block;
float:none;
margin:0 0 6px 0;
}
#body label i{
color:#000;
font-size:1em;
font-style:normal;
}
/* Default Input */
#loginForm input {
width:92%;
border:1px solid #DADADA;
color: #222;
background:#FFF;
padding:6px;
font-size: 0.8125em;
-webkit-apperance:none;
}
/* Sign In Button */
#loginForm #login {
width: auto;
float: left;
background: #0e76bc;
color: #fff;
font-size: 0.8725em;
padding: 8px 20px;
border: none;
margin: 0 12px 0 0;
cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
}
#loginForm #login:hover {
background: #C07E1A;
}
/* Forgot your password */
#loginForm span{
display:block;
padding:0px 0px 15px 0px;
}
#loginForm span a{
color:#000;
font-size:0.85em;
font-weight:400;
background: none;
border: none;
box-shadow: none;
padding: 0 16px;
}
#loginForm span a:hover{
text-decoration:underline;
}
input:focus {
outline:none;
}
/*----responsive-menu-start---*/
@media(max-width:768px){
.top-nav-left ul li{
display:block;
float:none;
margin: 0em;
padding: 0.6em 0;
text-align: center;
}
.top-nav-left ul li a{
color:#fff;
}
.top-nav-left ul li a:hover{
color:#000;
}
.top-nav-left ul{
display:none;
background:rgba(153, 197, 10, 0.45);
position:absolute;
width:100%;
z-index: 999;
left: 0%;
margin: 0.7em 0em;
}
.top-nav-left span.menu{
display: block;
width: 100%;
position:relative;
padding: 0.8em 1em;
}
}
/*--banner start here--*/
/*--app info start here--*/
.app-info-grid {
text-align: center;
padding: 1em 0em 0em 0em ;
}
.app-gd1 {
background: #0e76bc;
}
.app-gd2 {
background: rgba(19, 17, 13, 1);
}
.app-gd3 {
background: #0e76bc;
}
.app-info{
position: relative;
padding: 3em 0em;
}
.app-info-main {
position: absolute;
top: -130px;
left: 9%;
right: 9%;
}
.app-row1 h3 {
font-size: 1.2em;
font-weight: 600;
color: #fff;
margin: 0.4em 0em 0.4em 0em;
font-family: 'Quicksand-Regular';
}
.app-row1 p {
font-size: 0.8em;
font-weight: 400;
color: #fff;
line-height: 1.6em;
padding: 0em 0em 2em 0em;
width: 90%;
margin: 0 auto;
}
.app-in-grd span.glyphicon.glyphicon-phone {
font-size: 2.5em;
color: #fff;
}
span.glyphicon.glyphicon-cloud-upload {
font-size: 2.5em;
color: #fff;
}
span.glyphicon.glyphicon-apple {
font-size: 2.5em;
color: #fff;
}
/*--app info end here--*/
/*--services start here--*/
.services-top {
text-align: center;
padding: 0em 0em 3em 0em;
}
.services-top h3 {
font-size: 2.5em;
font-weight: 400;
color: #0e76bc;
margin: 0em 0em 0.1em 0em;
font-family: 'Quicksand-Regular';
}
.services-top p {
font-size: 0.9em;
font-weight: 400;
color: #7C7C7C;
line-height: 1.6em;
width: 70%;
margin: 0 auto;
}
.serv-grids {
text-align: center;
}
.serv-grids h4 {
font-size: 1.2em;
font-weight: 600;
color: #000;
margin: 0.4em 0em 0.4em 0em;
}
.serv-grids p {
font-size: 0.9em;
font-weight: 400;
color: #7C7C7C;
line-height: 1.6em;
}
.ser-border span.glyphicon.glyphicon-envelope {
font-size: 2.5em;
color: #0e76bc;
}
.ser-border span.glyphicon.glyphicon-user {
font-size: 2.5em;
color: #0e76bc;
}
.ser-border span.glyphicon.glyphicon-hourglass {
font-size: 2.5em;
color: #0e76bc;
}
.ser-border {
border: 1px solid #0e76bc;
padding: 1em 1em 1em 1em;
}
.services {
padding: 0em 0em 3em 0em;
}
/*--services end here--*/
/*--changer start here--*/
.changer {
padding: 4em 0em 4em 0em;
}
.changer-top {
text-align: center;
padding: 0em 0em 3em 0em;
}
.changer-top h3 {
font-size: 2.5em;
font-weight: 400;
color: #0e76bc;
margin: 0em 0em 0.1em 0em;
font-family: 'Quicksand-Regular';
}
.changer-top p {
font-size: 1em;
font-weight: 400;
color: #7C7C7C;
line-height: 1.6em;
width: 70%;
margin: 0 auto;
}
/*--changer end here--*/
/*--changer-starts-Here--*/
.changer-main{
position:relative;
text-align:center;
}
span.devide-line {
width: 1px;
height: 610px;
position: absolute;
top: 0.4em;
display: block;
left: 50%;
background: #C3D0D8;
}
.changer-left h4,.changer-left-snd h4,.changer-left-trd h4,.changer-left-fvr h4{
font-size:1.5em;
color:#0e76bc;
margin:0px;
}
.changer-left p,.changer -left-snd p,.changer-left-trd p,.changer-left-fvr p{
font-size:14px;
color:#C8CDCE;
margin-top:10px;
}
.changer-right h4,.changer-right-snd h4,.changer-right-trd h4,.changer-right-fvr h4{
font-size:1.5em;
color:#0e76bc;
margin:0px;
font-weight:500;
}
.changer-right p,.changer-right-snd p,.changer-right-trd p,.changer-right-fvr p{
font-size:14px;
color:#929BA0;
width:100%;
margin:0.5em 0px;
}
.changer-right label a,.changer-right-snd label a,.changer-right-trd label a,.changer-right-fvr label a{
font-size:13px;
color:#00E1FF;
font-weight:400;
}
.changer-right label a:hover,.changer-right-snd label a:hover,.changer-right-trd label a:hover,.changer-right-fvr label a:hover{
color:#3F4244;
text-decoration:none;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
.changer-left,.changer-left-snd,.changer-left-trd,.changer-left-fvr{
width: 25%;
position: absolute;
left: 13.35em;
text-align: right;
}
.changer-left{
top:0em;
}
.changer-left-snd{
top:12.35em;
}
.changer-left-trd{
top:20.35em;
}
.changer-left-fvr{
top:32.7em;
}
.changer-left:before,.changer-left-snd:before,.changer-left-trd:before,.changer-left-fvr:before{
content: url(../images/bubble.png)no-repeat 0px 0px;
position: relative;
right: -5em;
width: 15px;
height: 15px;
display: inline-block;
}
.changer-left:before{
top: 4em;
}
.changer-left-snd:before{
top: 2em;
}
.changer-left-trd:before{
top: 4.3em;
}
.changer-left-fvr:before{
top: 1.8em;
}
.changer-right,.changer-right-snd,.changer-right-trd,.changer-right-fvr{
width: 25%;
position: absolute;
left: 40em;
text-align: left;
}
.changer-right {
top: 2em;
}
.changer-right-snd{
top: 10.8em;
}
.changer-right-trd{
top: 23.5em;
}
.changer-right-fvr{
top: 31em;
}
.changer {
min-height: 850px;
padding: 2em 0px;
}
.changer-left img {
border-radius: 94px;
}
.changer-left-trd img {
border-radius: 92px;
}
.changer-right-snd img {
border-radius: 91px;
}
.changer-right-fvr img {
border-radius: 95px;
}
/*--changer-ends-Here--*/
/*--gallery--*/
.gallery-top{
text-align:center;
}
.gallery-top h3{
font-size: 2.5em;
color: #0e76bc;
margin: 0;
padding: 0em 0 0.3em 0;
font-family: 'Quicksand-Regular';
}
.gallery-top p{
color: #999;
font-size: 0.9em;
width: 70%;
margin: 0 auto;
line-height: 1.8em;
}
.gallery {
padding: 1em 0;
}
/******** SAP ************/
.sap_tabs{
clear:both;
padding: 0em 0 2em;
}
.tab_box{
background:#fd926d;
padding: 2em;
}
.top1{
margin-top: 2%;
}
.resp-tabs-list {
list-style: none;
padding: 2em 9px 1em;
margin: 0 auto;
}
.resp-tab-item{
color:#0e76bc;
font-size: 0.9em;
cursor: pointer;
padding: 6px 25px ;
display: inline-block;
margin: 0;
text-align: center;
list-style: none;
outline: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
text-transform: uppercase;
border: 2px solid #0e76bc;
margin: 0 0.5em 0;
}
.resp-tab-active{
background: #0e76bc;
text-shadow: none;
color: #fff;
border: 2px solid #0e76bc;
}
.resp-tabs-container {
padding: 0px;
background-color: #fff;
clear: left;
}
h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.resp-tab-content {
display: none;
}
.resp-content-active, .resp-accordion-active {
display: block;
}
.tab_img{
padding:1em 0em;
}
.img-top {
position: relative;
}
.link-top{
position: absolute;
top: 0%;
text-align: center;
width: 90%;
background: rgba(0, 0, 0, 0.49);
height: 100%;
padding: 5em 0 0;
display: none;
}
i.link {
background: url(../images/eye.png)no-repeat 0px 0px;
width: 35px;
height: 27px;
display: inline-block;
}
.img-top:hover .link-top{
display: block;
}
/*--//gallery--*/
/*--features start here--*/
.features {
padding: 1em 0em 3em 0em;
}
.fea-top h3 {
font-size: 2.5em;
color: #0e76bc;
margin: 0;
padding: 0em 0 0.3em 0;
font-family: 'Quicksand-Regular';
}
.fea-top p {
color: #999;
font-size: 0.9em;
width: 70%;
margin: 0 auto;
line-height: 1.6em;
}
.fea-top {
padding: 0em 0em 4em 0em;
text-align: center;
}
.feature-bott1 {
padding: 0em 0em 2.5em 0em;
}
.fea-text h4 {
font-size: 1.4em;
font-weight: 500;
margin: 0em 0em 0.8em 0em;
font-family: 'Quicksand-Regular';
}
.fea-text h4 a{
color: #0e76bc;
}
.fea-text h4 a:hover{
color:#000;
text-decoration:none;
}
.fea-text p {
color: #999;
font-size: 0.9em;
line-height: 1.8em;
}
.client {
padding: 2em 0em 3em 0em;
text-align: center;
}
/*--features end here--*/
/*--clients start here--*/
.clients-main p {
color: #999;
font-size: 0.9em;
line-height: 1.6em;
margin: 0em 0em 0.5em 0em;
}
.clients-main h4 {
font-size: 1.45em;
font-weight: 500;
margin: 0.4em 0em 0.4em 0em;
color: #0e76bc;
font-family: 'Quicksand-Regular';
}
.clients-main h5 {
font-size: 1em;
font-weight: 500;
margin: 0em 0em 0.4em 0em;
color: #000;
}
.clients-main img {
margin: 0 auto;
border-radius: 95px;
}
/*--clients end here--*/
/*--contact start here--*/
.contact-main {
width: 60%;
margin: 0 auto;
}
.contact {
background: #0e76bc;
padding: 3em 0em 3em 0em;
text-align:center;
}
.contact-main h3 {
font-size: 2.5em;
font-weight: 400;
color: #fff;
margin: 0em 0em 1em 0em;
font-family: 'Quicksand-Regular';
}
.contact-main input[type="text"] {
font-size: 1em;
font-weight: 400;
color: #989898;
padding: 0.5em 0em 0.5em 0.5em;
width: 93%;
outline: none;
display: inline-block;
border: none;
border-radius: 4px;
}
.contact-main textarea {
font-size: 1em;
font-weight: 400;
color: #989898;
width: 100%;
height: 10em;
resize: none;
outline: none;
border-radius: 4px;
border: none;
padding: 0.8em 1.3em 0.5em 1.3em;
}
.contact-main input[type="submit"] {
font-size: 1em;
font-weight: 400;
color: #fff;
padding: 0.4em 0.5em;
width: 15%;
margin: 1em auto 0em;
outline: none;
display: block;
background: #804600;
border: none;
border-radius: 4px;
}
.contact-main input[type="submit"]:hover {
background: #fff;
color:#000;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.map {
background:rgba(153, 153, 153, 0.27);
}
.map iframe {
width: 100%;
height: 300px;
border: none;
}
.input-main {
border-radius: 4px;
background-color: #fff;
margin: 0 auto 0.7em;
}
span.glyphicon.glyphicon-user {
display: inline-block;
color: #989898;
}
span.glyphicon.glyphicon-envelope {
color: #989898;
}
span.glyphicon.glyphicon-phone {
color: #989898;
}
/*--//contact--*/
/*--footer start here--*/
.footer {
background: #000;
padding: 3em 0em 3em 0em;
}
.footer-bottom {
text-align: center;
}
.footer-bottom ul {
list-style: none;
padding: 0em;
}
.footer-bottom ul li {
display: inline-block;
}
.footer-bottom ul li a{
font-size: 1em;
font-weight: 400;
color: #fff;
margin: 0em 1.5em 0em 0em;
}
.footer-bottom ul li a:hover{
text-decoration:none;
color:#f54785;
}
.copy-right {
text-align: center;
}
.copy-right p {
font-size: 1em;
font-weight: 400;
color: #fff;
}
.copy-right p a {
color: #0e76bc;
}
.copy-right p a:hover {
color: #fff;
text-decoration: none;
}
.copy-right-main {
background: #000;
padding: 2em 0em 2em 0em;
}
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 0px;
right: 10px;
overflow: hidden;
width: 48px;
height: 48px;
border: none;
text-indent: 100%;
background-size: 35px;
background: url(../images/arrow.png) no-repeat 0px 0px;
}
/*--footer end here--*/
/*--media quries start here--*/
@media(max-width:1440px){
}
@media(max-width:1336px){
}
@media(max-width:1280px){
.banner {
min-height: 670px;
}
.banner {
min-height: 640px;
}
.banner-bottom {
padding: 11em 0em 0em 0em;
}
.banner-bottom h3 {
font-size: 2em;
}
}
@media(max-width:1024px){
.changer-right, .changer-right-snd, .changer-right-trd, .changer-right-fvr {
left: 32em;
}
.changer-left, .changer-left-snd, .changer-left-trd, .changer-left-fvr {
left: 12.5em;
}
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -2.7em;
}
.fea-text h4 {
font-size: 1.25em;
}
.fea-text p {
font-size: 0.9em;
line-height: 1.7em;
}
.fea-img {
padding: 0px;
}
.link-top {
width: 88%;
}
.link-top {
padding: 3.5em 0 0;
}
.app-info {
padding: 2.5em 0em;
}
.services {
padding: 0em 0em 2em 0em;
}
.changer {
min-height: 800px;
}
.sap_tabs {
padding: 0em 0 0em;
}
.features {
padding: 1em 0em 1em 0em;
}
.client {
padding: 2em 0em 1em 0em;
}
}
@media(max-width:768px){
span.menu{
display: block;
text-align: center;
padding: 1px 0px 0px 0px;
cursor: pointer;
color: #E74C3C;
font-size: 16px;
font-weight: 700;
position:relative;
}
.top-nav ul.res{
display:none;
padding:0px;
}
.top-nav ul.res {
padding: 0;
margin: 1.5em 0em 0em 0em;
z-index: 9999;
position: absolute;
width: 100%;
left:0;
}
.top-nav ul.res li{
display: block;
text-align: center;
background:#0e76bc;
margin: 0;
width: 100%;
}
.top-nav ul.res li a {
font-size: 16px;
padding: 0.5em 1em;
color: #fff;
display: inline-block;
border: none;
background: none;
text-align: center;
margin: 0em;
}
ul.res a:hover,ul.res li a.active{
color:#000;
}
.top-nav {
width: 50%;
}
.top-nav-right {
width: 28%;
}
span.menu {
padding: 5px 0px 0px 0px;
}
.app-info-grid.app-gd1 {
float: left;
width: 33%;
}
.app-info-grid.app-gd2 {
float: left;
width: 33%;
}
.app-info-grid.app-gd3 {
float: left;
width: 33%;
}
.banner {
min-height: 550px;
}
.serv-grids {
float: left;
width: 33%;
padding: 0em 0.5em 0em 0em;
}
.serv-grids h4 {
font-size: 1.1em;
}
.serv-grids p {
font-size: 0.9em;
}
.services-top h3 {
font-size: 2.2em;
}
.changer-top h3 {
font-size: 2.2em;
}
.changer-top {
padding: 0em 0em 2em 0em;
}
.changer-left, .changer-left-snd, .changer-left-trd, .changer-left-fvr {
left: 7.5em;
}
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -4em;
}
.changer-right, .changer-right-snd, .changer-right-trd, .changer-right-fvr {
left: 26em;
width: 30%;
}
.changer-left, .changer-left-snd, .changer-left-trd, .changer-left-fvr {
left: 5.5em;
width: 30%;
}
.changer-right-snd {
top: 12em;
}
.changer-right-fvr {
top: 32.5em;
}
.changer-right h4, .changer-right-snd h4, .changer-right-trd h4, .changer-right-fvr h4 {
font-size: 1.1em;
}
.changer-left h4, .changer-left-snd h4, .changer-left-trd h4, .changer-left-fvr h4 {
font-size: 1.1em;
}
.gallery-top h3 {
font-size: 2.2em;
}
.gallery-top p {
font-size: 0.93em;
width: 100%;
}
.resp-tab-item {
font-size: 0.75em;
padding: 5px 16px;
}
.img-top {
float: left;
width: 25%;
padding: 0px 10px 0px 0px;
}
.link-top {
width: 95%;
}
.link-top {
padding: 2.5em 0 0;
}
.fea-top h3 {
font-size: 2.2em;
}
.fea-top p {
font-size: 0.91em;
width: 100%;
}
.fea-grid {
float: left;
width: 50%;
}
.fea-text {
padding: 0.5em 0em 0em 0em;
}
.feature-grid {
float: left;
width: 50%;
}
.clients-main p {
font-size: 1em;
}
.client {
padding: 0em 0em 0em 0em;
}
.clients-main h4 {
font-size: 1.2em;
}
.contact-main h3 {
font-size: 2.2em;
margin: 0em 0em 0.5em 0em;
}
.contact-main {
width: 80%;
}
.contact-main input[type="submit"] {
font-size: 0.9em;
}
.banner-bottom {
padding: 8em 0em 0em 0em;
}
}
@media(max-width:736px){
.changer-left, .changer-left-snd, .changer-left-trd, .changer-left-fvr {
left: 5.2em;
}
}
@media(max-width:667px){
.app-row1 h3 {
font-size: 1.1em;
}
.changer-left, .changer-left-snd, .changer-left-trd, .changer-left-fvr {
left: 4.2em;
}
}
@media(max-width:640px){
.app-row1 h3 {
font-size: 1em;
}
.banner-bottom {
padding: 7em 0em 0em 0em;
}
.banner-bottom h3 {
font-size: 1.55em;
}
.banner {
min-height: 500px;
}
span.glyphicon.glyphicon-cloud-upload {
font-size: 2em;
}
.app-in-grd span.glyphicon.glyphicon-phone {
font-size: 2em;
}
span.glyphicon.glyphicon-apple {
font-size: 2em;
}
.services-top p {
font-size: 0.95em;
width: 100%;
}
.serv-grids h4 {
font-size: 0.92em;
}
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -2.4em;
}
.changer-right, .changer-right-snd, .changer-right-trd, .changer-right-fvr {
left: 21em;
width: 35%;
}
.changer {
min-height: 750px;
}
.link-top {
width: 94%;
padding: 2.05em 0 0;
}
.contact-main input[type="submit"] {
width: 22%;
}
.top-nav ul.res {
margin: 0.8em 0em 0em 0em;
}
.logo {
float: left;
width: 35%;
}
.header-right {
float: right;
width: 64%;
}
.tab_img {
padding: 0.3em 0em;
}
}
@media(max-width:600px){
.changer-left, .changer-left-snd, .changer-left-trd, .changer-left-fvr {
left: 5em;
}
}
@media(max-width:568px){
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -2.05em;
}
.app-row1 h3 {
font-size: 0.9em;
}
}
@media(max-width:480px){
.logo {
width: 45%;
}
.header-right {
width: 54%;
}
.top-nav-right {
width: 44%;
padding-top: 0em;
}
.top-nav {
width: 30%;
text-align: left;
}
.logo h1 {
font-size: 2em;
}
.banner-bottom h4 {
font-size: 1em;
}
span.menu img {
width: 42%;
}
.banner {
min-height: 370px;
}
.app-info-grid.app-gd1 {
float: none;
width: 100%;
}
.app-info-grid.app-gd2 {
float: none;
width: 100%;
}
.app-info-grid.app-gd3 {
float: none;
width: 100%;
}
.app-info {
padding: 10em 0em;
}
.app-info-grid {
padding: 0.6em 0em 0em 0em;
}
.app-row1 p {
padding: 0em 0em 1em 0em;
}
.app-info-main {
top: -105px;
}
.banner-bottom {
padding: 4em 0em 0em 0em;
}
.banner-bottom h3 {
font-size: 1.3em;
}
.services-top p {
font-size: 0.9em;
}
.serv-grids {
float: none;
width: 100%;
padding: 0em 0em 0.8em 0em;
}
.services-top {
padding: 0em 0em 2em 0em;
}
.changer-right, .changer-right-snd, .changer-right-trd, .changer-right-fvr {
left: 15em;
width: 45%;
}
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -2.4em;
}
.changer-left, .changer-left-snd, .changer-left-trd, .changer-left-fvr {
left: 0.81em;
width: 40%;
}
.changer-right p, .changer-right-snd p, .changer-right-trd p, .changer-right-fvr p {
font-size: 12.5px;
}
.services-top h3 {
font-size: 2em;
}
.changer-top h3 {
font-size: 2em;
}
.services {
padding: 0em 0em 0em 0em;
}
.gallery-top h3 {
font-size: 2em;
}
.resp-tab-item {
margin: 0 0.3em 0;
}
.img-top {
float: left;
width: 50%;
padding: 0px 7px 10px 0px;
}
.tab_img {
padding: 0em 0em;
}
.link-top {
width: 97%;
height: 94%;
}
.link-top {
padding: 4em 0 0;
}
.fea-top h3 {
font-size: 2em;
}
.fea-top p {
font-size: 0.85em;
}
.fea-grid {
float: none;
width: 100%;
margin: 0em 0em 1em 0em;
text-align: center;
}
.fea-img img {
width: 75%;
margin: 0 auto;
}
.feature-bott1 {
padding: 0em 0em 0.5em 0em;
}
.feature-grid {
float: none;
width: 100%;
text-align: center;
margin: 0em 0em 1em 0em;
}
.contact-main {
width: 100%;
}
.contact-main input[type="text"] {
width: 90%;
}
.contact-main h3 {
font-size: 2em;
}
.contact {
background: #0e76bc;
padding: 1.7em 0em 1.7em 0em;
}
.map iframe {
height: 210px;
}
.copy-right-main {
padding: 1em 0em 1em 0em;
}
.copy-right p {
font-size: 0.9em;
}
.top-nav ul.res li a {
font-size: 14px;
padding: 0.5em 0;
}
.resp-tabs-list {
list-style: none;
padding: 2em 0px 1em;
}
.resp-tab-item {
padding: 5px 6px;
}
}
@media(max-width:414px){
.changer-right, .changer-right-snd, .changer-right-trd, .changer-right-fvr {
left: 13em;
}
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -2em;
}
}
@media(max-width:384px){
.changer-right, .changer-right-snd, .changer-right-trd, .changer-right-fvr {
left: 12em;
}
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -1.8em;
}
}
@media(max-width:320px){
.logo h1 {
font-size: 1.5em;
}
#loginContainer a span {
padding: 4px 15px;
font-size: 0.9em;
}
#loginBox {
right: -13px;
}
.header-main {
padding: 0.7em 0em 0.5em 0em;
}
.banner-bottom h4 {
font-size: 0.9em;
}
.banner-bottom h3 {
font-size: 0.91em;
}
.banner {
min-height: 200px;
}
.app-in-grd span.glyphicon.glyphicon-phone {
font-size: 1.5em;
}
span.glyphicon.glyphicon-cloud-upload {
font-size: 1.5em;
}
span.glyphicon.glyphicon-apple {
font-size: 1.5em;
}
.app-info-main {
top: -50px;
}
.app-row1 p {
font-size: 0.7em;
width: 100%;
}
.app-row1 h3 {
font-size: 0.95em;
}
.services-top h3 {
font-size: 1.7em;
}
.services-top p {
font-size: 0.8em;
}
.ser-border span.glyphicon.glyphicon-envelope {
font-size: 2em;
}
.ser-border span.glyphicon.glyphicon-user {
font-size: 2em;
}
.ser-border span.glyphicon.glyphicon-hourglass {
font-size: 2em;
}
.ser-border {
padding: 0.5em 0.5em 0.5em 0.5em;
}
.serv-grids p {
font-size: 0.8em;
}
.changer-top h3 {
font-size: 1.7em;
}
.changer {
min-height:480px;
padding: 1em 0px;
}
.changer-right, .changer-right-snd, .changer-right-trd, .changer-right-fvr {
left: 9.5em;
}
.changer-left:before, .changer-left-snd:before, .changer-left-trd:before, .changer-left-fvr:before {
right: -1.4em;
}
.changer-right h4, .changer-right-snd h4, .changer-right-trd h4, .changer-right-fvr h4 {
font-size: 0.95em;
}
.changer-left h4, .changer-left-snd h4, .changer-left-trd h4, .changer-left-fvr h4 {
font-size: 0.95em;
}
.gallery-top h3 {
font-size: 1.7em;
}
.gallery-top p {
font-size: 0.8em;
}
.resp-tab-item {
font-size: 0.69em;
padding: 5px 5px;
margin: 0 0em 0;
}
.link-top {
width: 95%;
height: 91%;
padding: 2em 0 0;
}
.fea-top h3 {
font-size: 1.7em;
}
.fea-top {
padding: 0em 0em 1.5em 0em;
}
.features {
padding: 0em 0em 1em 0em;
}
.fea-img img {
width: 100%;
}
.fea-grid {
padding: 0px;
}
.feature-grid {
padding: 0px;
}
.fea-text p {
font-size: 0.8em;
line-height: 1.5em;
}
.changer-left:before {
top: 2em;
}
.changer-top {
padding: 0em 0em 0.5em 0em;
}
.changer-right {
top: 0.5em;
}
.changer-left-snd:before {
top: -3em;
}
.changer-right-snd {
top: 8.5em;
}
.changer-left-snd {
top: 7.35em;
}
.changer-left-snd:before {
top: 2em;
}
.changer-right-trd {
top: 14.5em;
}
.changer-left-trd {
top: 13.35em;
}
.changer-left-trd:before {
top: 2.3em;
}
.changer-right-fvr {
top: 21.5em;
}
.changer-left-fvr {
top: 20.7em;
}
span.devide-line {
height: 400px;
}
.clients-main p {
font-size: 0.9em;
}
.contact-main h3 {
font-size: 1.7em;
}
.contact-main textarea {
font-size: 0.9em;
height: 6em;
padding: 0.5em 0.3em 0.5em 0.8em;
}
.contact-main input[type="text"] {
width: 85%;
}
.contact-main input[type="submit"] {
width: 31%;
}
.map iframe {
height: 150px;
}
.top-nav ul.res {
margin: 0.5em 0em 0em 0em;
}
.banner-bottom {
padding: 1em 0em 0em 0em;
}
.resp-tabs-list {
padding: 1em 0px 1em;
}
#loginForm {
width: 250px;
}
#loginForm input {
padding: 3px;
}
#loginForm #login {
font-size: 0.8em;
padding: 6px 15px;
}
}
/*--media quries end here--*/
.banner-top {
} | 0.206974 | 0.067979 |
/*-------------------------------------------------------------------
[Table of contents]
0. Reset and Set Defaults
1. Body
2. Header
3. Sidebar
4. Main
5. Post box
6. Carousel Slider
7. Carousel Full Slider
8. Grid posts
9. Content styles
10. Timeline
11. Post list Items
12. Video page styles
13. Extra posts styles
14. Author page styles
15. Parallax image styles
16. Breadcrumbs
17. Article styles
18. Article more posts styles
19. Article comments
20. Content sidebar
21. Error page styles
22. Contact page styles
23. Popup modal styles
24. Helpers
25. Slider animations
26. Material checkbox styles
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
[0. Reset and Set Defaults]
*------------------------------------------------------------------*/
*, *:before, *:after {
box-sizing: border-box;
}
progress, sub, sup {
vertical-align: baseline
}
button, hr, input {
overflow: visible
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0;
}
figcaption, menu, article, aside, details, figure, footer, header, main, nav, section, summary {
display: block
}
audio, canvas, progress, video {
display: inline-block
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden], template {
display: none
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects
}
a:active, a:hover {
outline-width: 0
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}
b, strong {
font-weight: bolder
}
dfn {
font-style: italic
}
mark {
background-color: #ff0;
color: #000
}
small {
font-size: 80%
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
img {
max-width: 100%;
border-style: none;
}
svg:not(:root) {
overflow: hidden
}
code, kbd, pre, samp {
font-family: monospace, monospace;
font-size: 1em
}
figure {
margin: 1em 40px
}
hr {
box-sizing: content-box;
height: 0
}
button, input, select, textarea {
font: inherit;
margin: 0
}
optgroup {
font-weight: 700
}
button, input {
}
button, select {
text-transform: none
}
[type=submit], [type=reset], button, html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline: ButtonText dotted 1px
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
textarea {
overflow: auto
}
[type=checkbox], [type=radio] {
box-sizing: border-box;
padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-input-placeholder {
color: inherit;
opacity: .54
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
}
/*end of part 0----------------------------------------------------*/
/*-------------------------------------------------------------------
[1. Body]
*------------------------------------------------------------------*/
body {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 1.5;
color: #3d5067;
}
body.fixed {
position: fixed;
width: 100%;
height: 100%;
}
a {
color: #21431e;
}
/*end of part 1----------------------------------------------------*/
/*-------------------------------------------------------------------
[2. Header]
*------------------------------------------------------------------*/
.header {
position: fixed;
z-index: 99;
width: 100%;
left: 0;
top: 40px;
font-size: 14px;
height: 70px;
background: #fff;
/*background: linear-gradient(to right, #bf1e2e, #7b4397);*/
/*background: -webkit-linear-gradient(to right, #bf1e2e, #7b4397);*/
/*!*background: -webkit-linear-gradient(to right, #dc2430, #7b4397); *!*/
/*background: linear-gradient(to right, #bf1e2e, #7b4397);*/
-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
-webkit-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.header.hide, .header-top.hide {
top: -70px;
}
.toggle-sidebar {
width: 60px;
height: 60px;
text-align: center;
cursor: pointer;
color: #FFF;
padding: 18px;
background-color: rgba(0, 0, 0, 0.05);
float: left;
display: none;
}
.logo-box {
/*width: 122px;*/
/*height: 27px;*/
/*display: block;*/
/*float: left;*/
/*margin: 14px;*/
}
.logo-box h1 {
margin: 0;
padding: 0;
display: inline-block;
}
.logo {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width: 122px;
height: 27px;
display: block;
background-image: url(../images/logo1.jpg);
/*background-image: url(../images/logo.png);*/
}
/*.header-menu {*/
/*display: inline-block;*/
/*float: left;*/
/*}*/
.header-navigation {
display: flex;
align-items: center;
}
.header-navigation > li {
margin-right: 45px;
display: inline-block;
position: relative;
}
.banner {
position: relative;
}
.banner-content:before {
content: '';
position: absolute;
top: 0;
background: #21431eb8;
color: #fff;
bottom: 0;
display: flex;
align-items: center;
transform: skew(-10deg);
-ms-transform: skewX(-10deg);
-webkit-transform: skewX(-10deg);
width: 60%;
left: -100px;
}
.banner-link {
color: #fff;
border: 2px solid #ffffff85;
padding: 10px;
display: inline-block;
width: 150px;
border-radius: 3px;
margin-top: 25px;
transition: all ease 1s;
font-size: 16px;
}
.banner-heading {
font-weight: normal;
line-height: 50px;
}
.banner-link:hover {
color: #21431e;
background: #fff;
}
.banner-info {
position: absolute;
top: 30%;
bottom: 0;
width: 50%;
color: #fff;
text-align: center;
}
.banner-img {
max-height: 500px;
width: 100%;
}
.header-navigation > li > a {
font-size: 16px;
/*display: table-cell !important;*/
vertical-align: middle;
line-height: normal;
/*color: #FFF;*/
padding: 0 8px;
text-decoration: none;
transition: all 0.1s ease 0s;
text-transform: uppercase;
font-weight: 600;
color: #1f1f1f;
}
.header-top .header-navigation {
justify-content: flex-end;
}
.header-top .header-navigation > li > a {
color: #fff;
font-size: 14px;
display: inline-block;
height: auto;
font-weight: normal;
}
.header-navigation > li > a .material-icons {
vertical-align: middle;
top: -1px;
position: relative;
}
.header-navigation > li > a.active {
box-shadow: inset 0 -2px 0 0 #fff;
}
.header-submenu {
background-color: #fff;
position: absolute;
top: 100%;
min-width: 100%;
left: 0;
-webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
transform-origin: left top 0px;
display: none;
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease, -webkit-transform .3s ease;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
transform: scale(0);
-ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
-o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand');
}
.header-submenu ul li {
display: block;
width: 100%;
}
.header-submenu ul li a {
display: block;
text-decoration: none;
padding: 10px 15px;
color: #444;
white-space: nowrap;
}
.header-submenu ul li a:hover {
background-color: #EEE;
}
.header-submenu.active {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
transform: scale(1);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
}
.header-right {
display: inline-block;
top: 0;
position: absolute;
}
.header-right.with-seperator .header-navigation li {
border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.header-right .header-navigation .header-submenu {
transform-origin: right top 0px;
left: auto;
right: 0;
}
.search-bar {
position: absolute;
width: 100%;
height: 70px;
top: -70px;
left: 0;
background: #21431E;
-webkit-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.search-bar.active {
top: 0;
}
.search-form {
max-width: 1160px;
width: 100%;
height: 40px;
margin: 10px auto;
display: block;
font-size: 14px;
position: relative;
}
.search-input-wrapper {
left: 20px;
top: 5px;
right: 60px;
bottom: 0;
height: 40px;
position: absolute;
}
.search-input {
width: 100%;
height: 40px;
background-color: rgba(255, 255, 255, .2);
border: none;
padding: 0 54px 0 14px;
display: block;
color: #FFF;
outline: none;
font-size: 14px;
}
.search-input:focus {
background-color: rgba(255, 255, 255, .3);
}
.search-submit {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 40px;
height: 40px;
padding: 8px;
background: none;
color: #FFF;
border: none;
cursor: pointer;
outline: none;
}
.search-submit:hover {
background-color: rgba(255, 255, 255, .1);
}
.search-close {
width: 40px;
height: 40px;
position: absolute;
right: 20px;
top: 5px;
background: none;
border: none;
padding: 8px;
outline: none;
cursor: pointer;
color: #FFF;
}
/*end of part 2----------------------------------------------------*/
/*-------------------------------------------------------------------
[3. Sidebar]
*------------------------------------------------------------------*/
.sidebar {
position: fixed;
width: 300px;
top: 0;
bottom: 0;
left: 0;
background-color: #fafafa;
height: 100%;
z-index: 101;
left: -310px;
color: #455a64;
-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
-webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.sidebar.opened {
left: 0;
}
.sidebar-wrapper {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow-y: auto;
padding-bottom: 60px;
}
.sidebar-logo {
width: 100%;
height: 60px;
border-bottom: solid 1px #cfd8dc;
}
.sidebar-logo a {
width: 122px;
height: 27px;
background-image: url(../img/logo-mono.png);
display: inline-block;
margin: 16px 24px;
float: left;
}
.sidebar-toggle-button {
width: 24px;
height: 24px;
float: right;
margin: 18px;
cursor: pointer;
}
.sidebar-seperate {
width: 100%;
height: 1px;
background-color: #cfd8dc;
}
#mobileMenu {
display: none;
}
#mobileMenu ul li a {
font-weight: 600;
text-transform: capitalize;
}
.sidebar-menu {
padding: 0;
margin: 0;
}
.sidebar-menu > li {
margin: 2px 0;
display: block;
width: 100%;
}
.sidebar-menu > li > a {
display: block;
line-height: 50px;
text-decoration: none;
height: 50px;
padding: 0 20px;
color: #455a64;
white-space: nowrap;
display: table;
width: 100%;
}
.sidebar-menu > li > a:hover {
background-color: #EEE;
}
.sidebar-menu > li > a .menu-icon {
display: table-cell;
width: 40px;
height: 50px;
line-height: 0;
vertical-align: middle;
}
.sidebar-menu > li > a > .menu-label {
display: table-cell;
margin-top: 5px;
}
.sidebar-menu > li > a > .multimenu-icon {
display: table-cell;
width: 24px;
height: 50px;
line-height: 0;
vertical-align: middle;
-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
/*.sidebar-menu > li.active a {*/
/*background-color: #EEE;*/
/*}*/
.sidebar-menu > li.active .menu-icon {
color: #dc2430;
}
.fa-angle-down:before {
opacity: 0.5;
}
.sidebar-menu > li.active > a > .multimenu-icon {
-ms-transform: rotate(180deg); /* IE 9 */
-ms-transform-origin: 50% 50%; /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari 3-8 */
-webkit-transform-origin: 50% 50%; /* Safari 3-8 */
transform: rotate(180deg);
transform-origin: 50% 50%;
}
.sidebar-menu > li ul {
list-style: none;
padding: 0;
margin: 0;
font-size: 90%;
display: none;
}
.sidebar-menu > li ul li a {
display: block;
line-height: 40px;
text-decoration: none;
height: 40px;
padding: 0 20px 0 60px;
color: #455a64;
white-space: nowrap;
display: table;
width: 100%;
}
.sidebar-menu > li ul li a:hover {
background-color: #DDD;
}
.sidebar-menu > li a.facebook {
background-color: #4363a2;
color: #FFF;
}
.sidebar-menu > li a.twitter {
background-color: #03A9F4;
color: #FFF;
}
.sidebar-menu > li a.google-plus {
background-color: #DC4E41;
color: #FFF;
}
.sidebar-social-icons {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 10px;
text-align: center;
}
.sidebar-social-icons .social-links {
display: inline-block;
width: 32px;
height: 32px;
border: solid 1px #455a64;
background-position: center center;
background-size: 20px;
background-repeat: no-repeat;
}
.sidebar-social-icons .social-links:hover {
background-color: #EEE;
}
.sidebar-social-icons .facebook {
background-image: url(../img/facebook-icon.png);
}
.sidebar-social-icons .twitter {
background-image: url(../img/twitter-icon.png);
}
.sidebar-social-icons .google-plus {
background-image: url(../img/google-plus-icon.png);
}
.sidebar-social-icons .linkedin {
background-image: url(../img/linkedin-icon.png);
}
.sidebar-social-icons .instagram {
background-image: url(../img/instagram-icon.png);
}
/*end of part 3----------------------------------------------------*/
/*-------------------------------------------------------------------
[4. Main]
*------------------------------------------------------------------*/
.main-container {
width: 100%;
}
.main-highlight {
height: auto;
background-color: #fff;
width: 100%;
overflow: hidden;
margin-top: 60px;
}
.sub-highlight {
min-height: 1px;
}
.highlight-carousel {
overflow: hidden;
padding: 10px;
}
.highlight-carousel .owl-dots {
position: absolute;
left: 0;
right: 0;
height: 30px;
bottom: 0;
text-align: center;
}
.highlight-carousel .owl-dots .owl-dot {
margin: 0 8px;
outline: none;
}
.highlight-carousel .owl-dots .owl-dot span {
display: block;
width: 15px;
height: 15px;
background-color: #dcd7d7;
border-radius: 50%;
}
.highlight-carousel .owl-dots .owl-dot.active span {
background-color: #21431e;
}
/*end of part 4----------------------------------------------------*/
/*-------------------------------------------------------------------
[5. Post box]
*------------------------------------------------------------------*/
.post-box {
background-color: #FFF;
height: 550px;
border-radius: 3px;
background-position: center center;
background-origin: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.map-wrap {
margin: 50px 0;
}
.post-box:hover .post-title {
padding-bottom: 10px;
}
.post-box .post-overlay {
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 30px;
}
.post-box .post-category {
display: inline-block;
height: 22px;
margin-bottom: 14px;
padding: 0 10px;
border-radius: 999em;
line-height: 22px;
font-size: 10px;
text-transform: uppercase;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background: #7b4397;
background: -webkit-linear-gradient(to right, #dc2430, #7b4397);
background: linear-gradient(to right, #dc2430, #7b4397);
}
.post-box .post-title {
margin: 0 0 14px 0;
font-weight: 700;
font-style: normal;
line-height: 1.3;
word-wrap: break-word;
font-size: 22px;
color: #FFF;
-webkit-transition: padding-bottom 100ms linear;
-moz-transition: padding-bottom 100ms linear;
-o-transition: padding-bottom 100ms linear;
transition: padding-bottom 100ms linear;
}
.post-box .post-meta {
margin-bottom: 0;
padding-top: 15px;
border-top: 1px solid rgba(255, 255, 255, .2);
}
.post-box .post-meta-author-avatar {
width: 24px;
height: 24px;
display: table-cell;
vertical-align: middle;
border-radius: 50%;
overflow: hidden;
}
.post-box .post-meta-author-info {
display: table-cell;
vertical-align: middle;
padding-left: 10px;
}
.post-box .post-meta-author-name a {
font-size: 13px;
line-height: 1.1;
color: rgba(255, 255, 255, .8);
text-decoration: none;
}
.post-box .post-meta-author-info .middot {
color: rgba(255, 255, 255, .8);
}
.post-box .post-meta-date {
color: rgba(255, 255, 255, .8);
font-size: 13px;
line-height: 1.1;
}
.post-box .post-overlayLink {
position: absolute;
width: 100%;
height: 100%;
}
/*end of part 5----------------------------------------------------*/
/*-------------------------------------------------------------------
[6. Carousel Slider]
*------------------------------------------------------------------*/
.slider-carousel {
max-width: 1200px;
width: 100%;
margin: 0 auto;
overflow: visible;
padding: 20px;
}
.slider-carousel .owl-stage-outer {
overflow: visible;
}
.slider-carousel .post-item {
height: 480px;
}
.slider-carousel .post-title {
font-size: 32px;
}
.slider-carousel .post-overlay {
padding-right: 40%;
}
.slider-carousel .owl-nav span {
width: 60px;
height: 60px;
background-color: #FFF;
border-radius: 50%;
text-align: center;
display: block;
box-shadow: 0 2px 6px 1px rgba(50, 50, 50, .14);
visibility: visible;
opacity: 1;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.slider-carousel .owl-nav span i {
font-size: 36px;
line-height: 60px;
}
.slider-carousel .owl-nav .owl-prev {
left: -40px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
position: absolute;
}
.slider-carousel .owl-nav .owl-next {
right: -40px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
position: absolute;
}
.slider-carousel .owl-nav button {
outline: none;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
-ms-touch-action: auto;
touch-action: auto;
}
.slider-carousel .owl-item.active .post-category {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.slider-carousel .owl-item.active .post-title {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.slider-carousel .owl-item.active .post-meta {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*end of part 6----------------------------------------------------*/
/*-------------------------------------------------------------------
[7. Carousel Full Slider]
*------------------------------------------------------------------*/
.full-slider {
max-width: 100%;
padding: 0;
}
.full-slider .post-overlay {
padding-right: 30px;
}
.full-slider .post-overlay-inner {
width: 100%;
max-width: 1160px;
margin: 0 auto;
padding-right: 20%;
}
/*end of part 7----------------------------------------------------*/
/*-------------------------------------------------------------------
[8. Grid posts]
*------------------------------------------------------------------*/
.grid-posts .grid-rows {
width: 100%;
overflow: hidden;
margin: 0 auto;
}
.grid-posts .column-4 {
padding-right: 10px;
}
.grid-posts .column-4 .post-box {
height: 500px;
}
.grid-posts .column-2 .post-box {
height: 245px;
}
.grid-posts .column-2 .post-box:first-child {
margin-bottom: 10px;
}
.grid-posts .column-4 .post-title {
font-size: 48px;
}
/*end of part 8----------------------------------------------------*/
/*-------------------------------------------------------------------
[9. Content styles]
*------------------------------------------------------------------*/
.main-content {
margin-top: 150px;
line-height: 1.6;
padding-bottom: 50px;
}
.main-content-wrapper {
margin: 0 20px;
position: relative;
}
.social-footer-wrap i {
font-size: 24px;
}
.main-content-wrapper.add-to-margin {
top: 20px;
}
.news-title {
font-weight: normal;
line-height: 32px;
}
.content-body {
width: 70%;
float: left;
padding-right: 30px;
}
.main-container.full-width .content-body {
max-width: 900px;
margin: 0 auto;
}
.form-group input[type=submit] {
min-width: 100px;
}
.read-more {
margin: auto;
text-align: center;
width: 100px;
border: 1px solid #a79c9c;
margin-top: 10px;
box-shadow: 1px 1px 13px #0000002e;
cursor: pointer;
}
.main-container.full-width .post-overlay-inner {
max-width: 900px;
padding-right: 0;
}
.detail-comment {
margin-top: 25px;
}
.main-content.extra-pages .article-inner {
margin-left: 0;
}
/*end of part 9----------------------------------------------------*/
/*-------------------------------------------------------------------
[10. Timeline]
*------------------------------------------------------------------*/
.post-list-header {
width: 100%;
height: auto;
margin-bottom: 30px;
}
.post-list-title {
font-size: 30px;
font-weight: 600;
text-align: center;
margin-bottom: 35px;
}
.post-list-header .frm-input {
width: auto;
float: right;
display: inline-block;
padding: 0 10px;
font-size: 14px;
}
.timeline-item {
display: table;
width: 100%;
}
.timeline-post-title:hover {
color: #21431e;
text-decoration: underline dotted #eee;
}
.timeline-item:first-child .timeline-right {
padding-top: 0;
}
.timeline-item:last-child .timeline-right {
padding-bottom: 0;
}
.news-wrap .img-left, .news-wrap .secondary-img {
width: 60px;
height: 60px;
border-radius: 4px;
}
.timeline-left {
width: 80px;
display: table-cell;
position: relative;
}
.timeline-left-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.timeline-left-wrapper:before {
content: '';
position: absolute;
left: 39px;
width: 1px;
border-left: dotted 1px #CCC;
top: 0;
bottom: 0;
}
.timeline-category {
width: 32px;
height: 32px;
display: block;
border-radius: 50%;
background-color: #dc2430;
color: #FFF;
padding: 4px;
position: absolute;
left: 24px;
top: 50%;
margin-top: -24px;
}
.timeline-date {
background-color: #FFF;
display: block;
font-size: 10px;
position: absolute;
top: 50%;
margin-top: 10px;
text-align: center;
width: 100%;
padding-top: 3px;
}
.timeline-category:after {
content: '';
position: absolute;
width: 20px;
height: 1px;
border-top: dotted 1px #CCC;
top: 50%;
left: 100%;
}
.timeline-right {
display: table-cell;
padding: 15px 0;
}
.timeline-right a {
color: #333;
text-decoration: none;
}
.timeline-post-image {
display: table-cell;
vertical-align: middle;
position: relative;
}
.timeline-post-image a {
position: relative;
display: inline-block;
}
.timeline-post-image a:hover:before {
position: absolute;
content: '';
background-color: rgba(0, 0, 0, .3);
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.timeline-post-image img {
display: block;
}
.timeline-post-content {
display: table-cell;
padding-left: 20px;
}
.timeline-category-name {
display: inline-block;
font-size: 10px;
padding: 4px 8px;
border: solid 1px #EEE;
text-transform: uppercase;
}
.timeline-post-title {
margin: 0;
padding: 0;
font-weight: 400;
font-size: 18px;
line-height: 1.3;
color: #000;
}
.timeline-post-desc {
line-height: 1.3;
opacity: .8;
font-size: 13px;
}
.timeline-post-info {
font-size: 12px;
color: #999;
}
.timeline-post-info .author:hover {
color: #dc2430;
}
.timeline-post-info .dot {
width: 3px;
height: 3px;
display: inline-block;
border-radius: 50%;
background-color: #333;
position: relative;
top: -2px;
margin: 0 5px;
}
.load-more {
width: 100%;
height: auto;
text-align: center;
padding: 15px 0;
margin: 30px 0;
}
.load-more-button {
padding: 10px 20px;
border: none;
background-color: #f2f2f2;
color: #333;
cursor: pointer;
outline: none;
}
.load-more-button i {
float: left;
}
.load-more-button span {
display: inline-block;
float: left;
margin-left: 10px;
}
/*end of part 10---------------------------------------------------*/
/*-------------------------------------------------------------------
[11. Post list Items]
*------------------------------------------------------------------*/
.post-lists {
overflow: hidden;
}
.post-lists .columns {
padding-bottom: 30px;
}
.post-lists .column-3:nth-child(odd) {
padding-right: 15px;
}
.post-lists .column-3:nth-child(even) {
padding-left: 15px;
}
.post-lists .column-2 {
padding-left: 15px;
padding-right: 15px;
}
.post-lists .column-2:nth-child(3n) {
padding-right: 0;
}
.post-lists .column-2:nth-child(3n+1) {
padding-left: 0;
}
.post-list-item {
border-radius: 3px;
border: solid 1px #EEE;
overflow: hidden;
}
.post-list-item:hover {
-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1)
}
.post-list-item:hover .post-title a span {
bottom: 30px;
}
.post-list-item .post-top {
position: relative;
width: 100%;
height: 240px;
overflow: hidden;
}
.post-list-item .post-image {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
.post-list-item .post-title {
position: absolute;
margin: 0;
padding: 0;
font-size: 20px;
left: 0;
right: 0;
bottom: 0;
top: 0;
line-height: 1.2;
}
.post-lists .column-2 .post-list-item .post-title {
font-size: 16px;
}
.post-list-item .post-title:before {
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
height: 60%;
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
}
.post-list-item .post-title a {
color: #FFF;
text-decoration: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 20px;
}
.post-list-item .post-title a span {
position: absolute;
left: 20px;
bottom: 20px;
right: 20px;
-webkit-transition: bottom 100ms linear;
-moz-transition: bottom 100ms linear;
-o-transition: bottom 100ms linear;
transition: bottom 100ms linear;
}
.post-list-item .post-bottom {
height: auto;
padding: 20px;
}
.post-list-item .post-author-box {
display: table;
font-size: 13px;
}
.post-list-item .author-avatar {
display: table-cell;
vertical-align: middle;
}
.post-list-item .author-avatar img {
border-radius: 50%;
overflow: hidden;
display: block;
width: 24px;
height: 24px;
}
.post-list-item .author-name {
display: table-cell;
vertical-align: middle;
padding-right: 20px;
padding-left: 10px;
text-decoration: none;
white-space: nowrap;
}
.post-list-item .author-name:hover {
text-decoration: underline;
}
.post-list-item .post-date {
display: table-cell;
vertical-align: middle;
opacity: .4;
white-space: nowrap;
}
.post-list-item .post-meta {
display: block;
margin-top: 15px;
padding-top: 15px;
border-top: solid 1px #EEE;
font-size: 14px;
}
.post-list-item .read-more {
text-decoration: none;
position: relative;
color: #333;
}
.post-list-item .read-more:hover {
color: #dc2430;
}
.post-list-item .read-more:hover i {
left: 10px;
}
.post-list-item .read-more i {
position: relative;
top: 5px;
left: 0;
font-size: 18px;
-webkit-transition: left 200ms linear;
-moz-transition: left 200ms linear;
-o-transition: left 200ms linear;
transition: left 200ms linear;
}
/*end of part 11---------------------------------------------------*/
/*detail content styles*/
/***********************/
/*-------------------------------------------------------------------
[12. Video page styles]
*------------------------------------------------------------------*/
.video-box {
background-color: #263238;
width: 100%;
height: auto;
padding: 30px 0;
background-image: url(../img/inspiration-geometry.png);
}
.video-box-wrapper {
width: 100%;
max-width: 1200px;
padding: 0 20px;
height: auto;
margin: 0 auto;
}
.video-box .breadcrumb {
color: rgba(255, 255, 255, .8);
}
.video-box .breadcrumb a {
color: rgba(255, 255, 255, .8);
}
.video-box .breadcrumb ul li:last-child span {
font-weight: 400;
}
.video-title {
color: #FFF;
font-size: 32px;
line-height: 1.2;
margin: 0;
padding: 0;
margin-bottom: 20px;
}
.video-container {
display: table;
width: 100%;
}
.video-player-row {
display: table-row;
}
.video-player {
display: table-cell;
vertical-align: top;
}
.player-box {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
width: 100%;
overflow: hidden;
}
.player-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
overflow: hidden;
}
.player-content iframe {
position: absolute;
width: 100% !important;
height: 100% !important;
}
.video-playlist {
width: 320px !important;
display: table-cell;
vertical-align: top;
position: relative;
}
.playerlist {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.playlist-header {
position: absolute;
width: 100%;
height: 50px;
background-color: #37474f;
color: #FFF;
padding: 15px 10px;
border-bottom: 1px solid #242f34;
}
.playlist-header .md-checkbox {
float: right;
}
.playlist-list {
position: absolute;
top: 50px;
bottom: 0;
left: 0;
right: 0;
overflow-y: auto;
}
.playlist-list ul {
list-style: none;
padding: 0;
margin: 0;
}
.playlist-list ul li {
border-bottom: 1px solid #242f34;
border-top: 1px solid #45545b;
background-color: #37474f;
}
.playlist-list ul li:hover a, .playlist-list ul li.active a {
background-color: #455a64;
}
.playlist-list ul li a {
display: table;
width: 100%;
text-decoration: none;
color: rgb(255, 255, 255);
font-weight: 600;
}
.playlist-list ul li:hover .video-list-name, .playlist-list ul li.active .video-list-name {
opacity: 1;
}
.playlist-list .video-list-image {
display: table-cell;
vertical-align: middle;
padding: 10px;
position: relative;
width: 120px !important;
}
.playlist-list .video-list-image i {
position: absolute;
left: 50%;
margin-left: -12px;
top: 50%;
margin-top: -12px;
}
.playlist-list .video-list-name {
display: table-cell;
vertical-align: top;
padding: 10px 10px 10px 0;
line-height: 1.2;
font-size: 13px;
opacity: .6;
}
/*end of part 12---------------------------------------------------*/
/*-------------------------------------------------------------------
[13. Extra posts styles]
*------------------------------------------------------------------*/
.extra-posts {
width: 100%;
min-height: 0px;
background-color: #f4f4f4;
position: relative;
padding: 20px 0;
}
.extra-post-wrapper {
width: 100%;
max-width: 1180px;
margin: 0 auto;
overflow: hidden;
}
.extra-post-wrapper .columns {
padding: 0 10px;
}
.extra-post-box {
background: #fff;
border: 1px solid #eee;
border-radius: 4px;
box-shadow: 0 1px 6px rgba(0, 0, 0, .03);
}
.extra-post-box:hover a {
color: #dc2430;
}
.extra-post-box:hover .post-date {
color: #333;
}
.extra-post-box .extra-post-link {
display: table;
width: 100%;
color: #333;
text-decoration: none;
}
.extra-post-box .post-image {
display: table-cell;
width: 110px;
vertical-align: middle;
padding: 15px;
}
.extra-post-box .post-image span {
display: block;
border-radius: 50%;
width: 80px;
height: 80px;
overflow: hidden;
}
.extra-post-box .post-image img {
display: block;
object-fit: cover;
}
.extra-post-box .post-title {
display: table-cell;
vertical-align: middle;
padding: 15px 15px 15px 0;
font-weight: 600;
font-size: 16px;
line-height: 1.2;
}
.extra-post-box .post-date {
display: block;
opacity: .5;
font-size: 13px;
font-weight: 400;
padding-top: 5px;
}
/*end of part 13---------------------------------------------------*/
/*-------------------------------------------------------------------
[14. Author page styles]
*------------------------------------------------------------------*/
.author-wrapper {
background-color: #f6f6f6;
text-align: center;
margin-bottom: 30px;
border-radius: 3px;
border: solid 1px #EEE;
padding: 0 30px 30px 30px;
}
.author-wrapper .author-image {
width: 110px;
height: 110px;
overflow: hidden;
display: inline-block;
border: 5px solid #fff;
border-radius: 100%;
box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
position: relative;
top: -30px;
}
.author-wrapper .author-image img {
display: block;
}
.author-wrapper .author-name {
margin: 0;
margin-top: -30px;
font-size: 36px;
}
.author-wrapper p {
opacity: .6;
font-size: 13px;
}
.author-item {
display: table;
width: 100%;
background: #fff;
border: 1px solid #eee;
border-radius: 4px;
box-shadow: 0 1px 6px rgba(0, 0, 0, .03);
margin-bottom: 20px;
}
.author-item .author-image {
display: table-cell;
vertical-align: middle;
padding: 20px;
}
.author-item .author-item-link {
border-radius: 50%;
overflow: hidden;
display: inline-block;
}
.author-item .author-image img {
object-fit: cover;
display: block;
}
.author-item .author-info {
display: table-cell;
vertical-align: middle;
padding: 20px 20px 20px 0;
}
.author-item .author-name {
font-size: 18px;
text-decoration: none;
color: #333;
}
.author-item .author-name h4 {
margin: 0;
padding: 0;
display: inline-block;
}
.author-item .author-description {
font-size: 13px;
opacity: .7;
}
.author-item .author-extras {
margin-top: 4px;
font-size: 12px;
}
.author-item:hover .author-name {
color: #dc2430;
}
/*end of part 14---------------------------------------------------*/
/*-------------------------------------------------------------------
[15. Parallax image styles]
*------------------------------------------------------------------*/
.parallax-box {
width: 100%;
position: relative;
padding: 10px;
height: 460px;
overflow: hidden;
top: 10px;
}
.parallax-image {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
width: 100%;
height: 760px;
border-radius: 3px;
min-height: 660px;
margin-top: -150px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.parallax-box .post-box {
height: 460px;
background: transparent;
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
-webkit-transition: opacity 100ms linear;
-moz-transition: opacity 100ms linear;
-o-transition: opacity 100ms linear;
transition: opacity 100ms linear;
}
.parallax-box .post-overlay {
border-radius: 3px;
}
.parallax-box .post-overlay-inner {
width: 100%;
max-width: 1160px;
margin: 0 auto;
padding-right: 20%;
}
.parallax-box .post-title {
font-size: 48px;
}
.article-header-title {
width: 100%;
line-height: 1.2;
}
.article-header-title .article-title {
font-size: 36px;
margin: 0;
padding: 0;
margin-bottom: 10px;
}
.extra-title {
font-size: 36px;
}
.article-meta-info {
font-size: 13px;
}
.article-meta-info .author-name {
text-decoration: none;
font-weight: 600;
color: #333;
margin-right: 10px;
}
.article-meta-info .author-name:hover {
color: #dc2430;
}
.article-meta-info .article-post-date {
margin-left: 10px;
opacity: .6;
}
.article-meta-info .article-reading-time {
display: inline-block;
padding: 5px 10px;
border-radius: 20px;
background-color: #f2f2f2;
margin-left: 10px;
}
/*end of part 15---------------------------------------------------*/
/*-------------------------------------------------------------------
[16. Breadcrumbs]
*------------------------------------------------------------------*/
.breadcrumb {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background: transparent;
padding: 0;
margin: 0;
}
.breadcrumb ul {
list-style: none;
padding: 0;
margin: 0;
font-size: 13px;
width: 100%;
}
.breadcrumb ul li {
float: left;
}
.breadcrumb ul li:last-child span {
font-weight: 600;
opacity: .6;
display: block;
overflow: hidden;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
}
.breadcrumb ul li a {
color: rgba(0, 0, 0, .6);
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
.breadcrumb ul li a:hover {
color: #dc2430;
}
.breadcrumb ul li i {
font-size: 14px;
position: relative;
top: 4px;
}
/*end of part 16---------------------------------------------------*/
/*-------------------------------------------------------------------
[17. Article styles]
*------------------------------------------------------------------*/
.article-wrapper {
position: relative;
margin-bottom: 30px;
padding-bottom: 40px;
background-size: 6px;
background-repeat: repeat-x;
background-position: left bottom;
}
.article-header {
height: auto;
margin-bottom: 20px;
}
.article-content {
position: relative;
}
.article-left-box {
position: absolute;
width: 80px;
top: 8px;
left: 0;
height: 100%;
}
.article-left-box-inner {
width: 50px;
height: auto;
}
.article-share a {
display: block;
width: 50px;
height: 50px;
margin-bottom: 1px;
border-radius: 50%;
margin-bottom: 5px;
background-position: center;
background-repeat: no-repeat;
}
.article-share a.facebook {
border-color: #4363a2;
background-image: url(../img/facebook-white.png);
background-size: 24px;
background-color: #4363a2;
}
.article-share a.twitter {
border-color: #03A9F4;
background-image: url(../img/twitter-white.png);
background-size: 24px;
background-color: #03A9F4;
}
.article-share a.google-plus {
border-color: #DC4E41;
background-image: url(../img/google-plus-white.png);
background-size: 24px;
background-color: #DC4E41;
}
.article-share a.facebook:hover {
background-color: #385793;
}
.article-share a.twitter:hover {
background-color: #008ece;
}
.article-share a.google-plus:hover {
background-color: #be3a2d;
}
.add-to-favorite {
display: block;
width: 50px;
height: 50px;
text-align: center;
padding: 11px;
border-radius: 50%;
border: solid 2px #dc2430;
margin: 10px 0;
color: #dc2430;
cursor: pointer;
}
.add-to-favorite:hover {
background-color: #dc2430;
color: #FFF;
}
.article-emoticons, .article-emoticons ul {
list-style: none;
margin: 0;
padding: 0;
display: block;
width: 50px;
position: relative;
z-index: 20;
}
.article-emoticons ul {
height: 0;
background-color: #FFF;
}
.article-emoticons .popular {
-webkit-transform: scale(1.2);
-khtml-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.article-emoticons ul > li {
-webkit-transform: scale(0);
-khtml-transform: scale(0);
transform: scale(0);
-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.article-emoticons.active ul {
height: auto;
}
.article-emoticons li {
display: block;
width: 100%;
}
.article-emoticons > li {
height: 50px;
}
.article-emoticons > li > span {
padding-top: 6px;
}
.article-emoticons:hover ul > li {
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
-webkit-transform: scale(1);
-khtml-transform: scale(1);
transform: scale(1);
}
.article-emoticons ul > li:hover {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
transform: scale(1.1);
}
.article-emoticons:hover .popular {
-webkit-transform: scale(1.4);
-khtml-transform: scale(1.4);
transform: scale(1.4);
}
.article-emoticons li a {
display: block;
width: 50px;
height: 40px;
background-repeat: no-repeat;
background-position: center;
background-size: 40px;
}
.article-emoticons li span {
display: block;
width: 100%;
text-align: center;
font-size: 10px;
font-weight: 600;
padding-bottom: 5px;
}
.article-emoticons li .happy {
background-image: url(../img/happy.svg);
}
.article-emoticons li .love {
background-image: url(../img/love.svg);
}
.article-emoticons li .shocked {
background-image: url(../img/shocked.svg);
}
.article-emoticons li .angry {
background-image: url(../img/angry.svg);
}
.article-emoticons li .crying {
background-image: url(../img/crying.svg);
}
.article-emoticons li .sleepy {
background-image: url(../img/sleepy.svg);
}
.article-inner {
margin-left: 80px;
margin-bottom: 30px;
}
.article-description {
font-size: 20px;
margin-bottom: 20px;
}
.article-inner figure {
margin: 0;
padding: 0;
}
.article-inner figure.left {
display: inline-block;
float: left;
margin-right: 20px;
padding-top: 6px;
}
.article-inner figure.right {
display: inline-block;
max-width: 50%;
float: right;
margin-left: 20px;
padding-top: 6px;
}
.article-inner figure img {
display: block;
max-width: 100% !important;
}
.article-inner figure figcaption {
display: block;
width: 100%;
text-align: center;
opacity: .6;
font-size: 13px;
padding-top: 10px;
}
.article-content.adbox120 .article-left-box {
width: 150px;
}
.article-content.adbox120 .article-left-box-inner {
width: 120px;
height: 600px;
background: #f2f2f2;
}
.article-content.adbox120 .article-inner {
margin-left: 150px;
}
.article-content.adbox160 .article-left-box {
width: 190px;
}
.article-content.adbox160 .article-left-box-inner {
width: 160px;
height: 600px;
background: #f2f2f2;
}
.article-content.adbox160 .article-inner {
margin-left: 190px;
}
blockquote {
font-size: 1.2em;
width: 100%;
margin: 50px auto;
color: #555555;
padding: 1.2em 30px 1.2em 50px;
background: #f8f8f8;
border-left: 8px solid #dc2430;
line-height: 1.6;
position: relative;
font-weight: 300;
}
blockquote::before {
font-family: Arial;
content: "\201C";
color: #dc2430;
font-size: 4em;
position: absolute;
left: 10px;
top: -10px;
}
blockquote::after {
content: '';
}
blockquote span {
display: block;
color: #333333;
font-style: normal;
font-weight: bold;
margin-top: 1em;
}
.article-source-box {
border: dashed 1px #CCC;
padding: 6px 12px;
font-size: 12px;
margin: 10px 0;
}
.article-source-box:hover {
background-color: #f4f4f4;
}
.article-source-box .source-subtitle {
color: #333;
font-weight: 600;
}
.article-source-box .source-url {
opacity: .7;
}
.article-tags {
font-size: 13px;
margin: 10px 0;
}
.article-tags .tag-dot {
display: inline-block;
width: 3px;
height: 3px;
background-color: #333;
border-radius: 50%;
margin: 0 4px;
position: relative;
top: -2px;
}
/*end of part 17---------------------------------------------------*/
/*-------------------------------------------------------------------
[18. Article more posts styles]
*------------------------------------------------------------------*/
.more-article {
margin-bottom: 30px;
}
.more-posts {
overflow: hidden;
}
.more-posts .columns {
padding: 0 5px;
}
.more-posts .column-2:nth-child(1) {
padding-left: 0;
padding-right: 10px;
}
.more-posts .column-2:nth-child(3) {
padding-right: 0;
padding-left: 10px;
}
.more-posts .post-box {
height: 260px;
}
.more-posts .post-title {
font-size: 16px;
}
/*end of part 18---------------------------------------------------*/
/*-------------------------------------------------------------------
[19. Article comments]
*------------------------------------------------------------------*/
.comment-form {
padding-bottom: 50px;
}
.comment-form .comment-columns .columns {
padding-right: 10px;
}
.comment-form .comment-columns .columns:nth-child(3) {
padding-right: 0px;
}
.comment-form-notice {
font-size: 12px;
opacity: .6;
}
.comment-item {
display: table;
margin: 40px 0;
}
.comment-item .comment-avatar {
display: table-cell;
width: 70px;
}
.comment-item .comment-img {
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
}
.comment-item .comment-content {
display: table-cell;
vertical-align: top;
}
.comment-item .author-name {
font-weight: 600;
color: #333;
text-decoration: none;
}
.comment-item a.author-name:hover {
color: #dc2430;
}
.comment-item .comment-date {
font-size: 12px;
position: relative;
top: -1px;
opacity: .6;
}
.comment-item .comment-wrapper {
font-size: 13px;
padding: 4px 0;
opacity: .8;
}
.comment-item .comment-vote {
padding: 0;
line-height: 1;
cursor: pointer;
background: none;
border: none;
position: relative;
margin-left: 20px;
top: 6px;
outline: none;
}
.comment-item .comment-vote i {
opacity: .2;
}
.comment-item .comment-vote:hover i {
opacity: .6;
}
.comment-item .comment-vote .vote-count {
position: relative;
top: -6px;
}
.comment-item .up-vote .vote-count {
color: #70ca3f;
top: -7px;
}
.comment-item .down-vote .vote-count {
color: #ca3f3f;
top: -9px;
}
.comment-item .down-vote {
top: 8px;
}
.comment-item .down-vote i {
-ms-transform: rotate(180deg); /* IE 9 */
-ms-transform-origin: 50% 50%; /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari 3-8 */
-webkit-transform-origin: 50% 50%; /* Safari 3-8 */
transform: rotate(180deg);
transform-origin: 50% 50%;
}
.comment-item .replay-button {
cursor: pointer;
}
.comment-item .replay-button:hover {
text-decoration: underline;
}
/*end of part 19---------------------------------------------------*/
/*-------------------------------------------------------------------
[20. Content sidebar]
*------------------------------------------------------------------*/
.content-sidebar {
/*width: 300px;*/
/*position: absolute;*/
/*right: 0;*/
/*top: 0;*/
width: 30%;
/* position: absolute; */
/* right: 0; */
/* top: 0; */
float: left;
}
.main-content.sidebar-left .content-body {
margin-right: 0;
margin-left: 330px;
}
.main-content.sidebar-left .content-sidebar {
right: auto;
left: 0;
}
.main-content.sidebar-left .article-left-box {
left: auto;
right: 0;
}
.main-content.sidebar-left .article-left-box-inner {
margin-left: 30px;
}
.main-content.sidebar-left .article-inner {
margin-left: 0;
margin-right: 80px;
}
.main-content.sidebar-left .adbox160 .article-inner {
margin-right: 190px;
}
.main-content.sidebar-left .adbox120 .article-inner {
margin-right: 150px;
}
/*.sidebar_inner{*/
/*width: 300px;*/
/*}*/
.seperator {
width: 100%;
height: 14px;
background-image: url(../img/seperator.png);
background-position: top left;
background-repeat: repeat-x;
background-size: 6px;
margin-bottom: 20px;
}
.widget-item {
width: 100%;
height: auto;;
margin-bottom: 30px;
}
.w-header {
display: table;
width: 100%;
margin-bottom: 20px;
}
.w-title {
margin: 0;
padding: 0;
font-weight: 600;
font-size: 18px;
display: table-cell;
vertical-align: middle;
white-space: nowrap;
padding-right: 10px;
}
.w-seperator {
display: table-cell;
height: 10px;
width: 100%;
background-image: url(../img/seperator.png);
background-position: top left;
background-repeat: repeat-x;
background-size: 6px;
top: 9px;
position: relative;
opacity: .6;
}
.w-post-list {
margin: 0;
padding: 0;
list-style: none;
}
.w-post-list > li {
margin-bottom: 20px;
}
.w-post-list > li > a {
display: table;
text-decoration: none;
color: #333;
}
.w-post-list > li > a .w-post-image {
display: table-cell;
position: relative;
vertical-align: middle;
}
.w-post-list > li > a .w-post-image img {
display: block;
object-fit: cover;
}
.w-post-list > li > a .w-post-image > span {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-align: center;
line-height: 80px;
font-size: 24px;
color: #FFF;
font-weight: 700;
background-color: rgba(0, 0, 0, .3);
}
.w-post-list > li > a .w-post-content {
display: table-cell;
vertical-align: top;
padding-left: 20px;
line-height: 1.2;
}
.w-post-list .w-post-title {
font-size: 14px;
font-weight: 700;
position: relative;
top: -2px;
}
.w-post-list .w-post-views {
display: block;
font-size: 12px;
opacity: .6;
}
.w-post-list > li > a:hover .w-post-title {
color: #dc2430;
}
.w-post-list > li > a:hover .w-post-image > span {
background-color: rgba(0, 0, 0, 0);
}
.w-carousel-post .item {
line-height: 1.2;
}
.w-carousel-post a {
color: #333;
text-decoration: none;
font-size: 15px;
font-weight: 700;
display: block;
}
.w-carousel-post .w-post-title {
padding-top: 6px;
display: block;
}
.w-carousel-post a:hover {
color: #dc2430;
}
.w-carousel-post .w-play-img {
position: relative;
}
.w-video-icon {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .1);
color: #dc2430;
font-size: 36px;
}
.w-video-icon i {
font-size: 64px;
position: absolute;
top: 50%;
margin-top: -32px;
left: 50%;
margin-left: -32px;
}
.w-carousel-post .owl-dots {
position: absolute;
top: 0;
height: 10px;
width: 100%;
z-index: 10;
text-align: right;
padding-right: 10px;
}
.w-carousel-post .owl-dots .owl-dot {
width: 10px;
height: 10px;
background-color: #FFF;
border-radius: 50%;
margin: 0 2px;
}
.w-carousel-post .owl-dots .owl-dot.active {
background-color: #dc2430;
}
.widget-ad-box {
margin-bottom: 20px;
display: block;
}
.widget-ad-box img {
display: block;
}
.w-boxed-post ul {
list-style: none;
padding: 0;
margin: 0;
background-color: #f6f6f6;
border-radius: 2px;
border: solid 1px #EEE;
overflow: hidden;
}
.w-boxed-post ul li {
display: block;
width: 100%;
border-bottom: solid 1px #EEE;
}
.w-boxed-post ul li:last-child {
border-bottom: none;
}
.w-boxed-post ul li.active a .box-wrapper, .w-boxed-post ul li:hover .box-wrapper {
background-color: rgba(0, 0, 0, .3);
}
.w-boxed-post ul li a {
display: block;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: #333;
text-decoration: none;
line-height: 1.2;
-webkit-transition: color 200ms linear;
-moz-transition: color 200ms linear;
-o-transition: color 200ms linear;
transition: color 200ms linear;
}
.w-boxed-post ul li a .box-wrapper {
display: table;
background-color: #f6f6f6;
}
.w-boxed-post ul li a .box-wrapper .box-left {
display: table-cell;
vertical-align: middle;
padding: 0 20px;
}
.w-boxed-post ul li a .box-wrapper .box-left span {
display: inline-block;
width: 32px;
height: 32px;
border-radius: 32px;
text-align: center;
line-height: 32px;
font-weight: 700;
font-size: 16px;
background-color: #FFF;
border: solid 1px #EEE;
color: #333;
}
.w-boxed-post ul li a .box-wrapper .box-right {
display: table-cell;
vertical-align: middle;
padding: 20px 10px 20px 0;
}
.w-boxed-post ul li a .box-wrapper .box-right .p-title {
margin: 0;
padding: 0;
font-size: 15px;
font-weight: 600;
}
.w-boxed-post ul li a .box-wrapper .box-right .p-icons {
font-size: 12px;
display: block;
margin-top: 5px;
opacity: .5;
}
.w-boxed-post ul li.active a, .w-boxed-post ul li:hover a {
color: #FFF;
}
/*end of part 20---------------------------------------------------*/
/*-------------------------------------------------------------------
[21. Error page styles]
*------------------------------------------------------------------*/
.error-container {
min-height: 200px;
max-width: 1200px;
padding: 20px;
margin: 100px auto;
text-align: center;
}
.error-code {
background: #7b4397;
background: -webkit-linear-gradient(to right, #dc2430, #7b4397);
background: linear-gradient(to right, #dc2430, #7b4397);
display: inline-block;
padding: 50px 100px;
font-size: 160px;
font-weight: 900;
color: #FFF;
border-radius: 3px;
line-height: 1;
}
.go-home-link {
text-decoration: none;
}
.go-home-link:hover {
text-decoration: underline;
}
/*end of part 21---------------------------------------------------*/
/*-------------------------------------------------------------------
[22. Contact page styles]
*------------------------------------------------------------------*/
.contact-form .columns {
padding-left: 15px;
}
.contact-form .columns:first-child {
padding-left: 0;
}
.contact-form .send-button {
padding-top: 15px;
}
/*end of part 22---------------------------------------------------*/
/*-------------------------------------------------------------------
[23. Popup modal styles]
*------------------------------------------------------------------*/
.m-modal-box {
position: fixed;
z-index: 999;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: none;
}
.m-modal-overlay {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
cursor: pointer;
}
.m-modal-content {
width: 400px;
left: 50%;
top: 50%;
min-height: 100px;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
z-index: 105;
-ms-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .5);
-o-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .5);
box-shadow: 0 0 24px 0 rgba(0, 0, 0, .5);
background-color: #fff;
}
.m-modal-content.large {
width: 1200px;
}
.m-modal-content.medium {
width: 800px;
}
.m-modal-content.small {
width: 400px;
}
.m-modal-header {
padding: 30px;
position: relative;
}
.m-modal-title {
margin: 0;
padding: 0;
font-weight: 600;
}
.m-modal-close {
position: absolute;
right: 30px;
top: 30px;
cursor: pointer;
}
.m-modal-body {
padding: 0 30px 30px 30px;
}
.m-modal-seperator {
width: 100%;
height: 1px;
background-color: #CCC;
margin: 40px 0;
position: relative;
text-align: center;
}
.m-modal-seperator > span {
position: relative;
display: inline-block;
border: solid 2px #CCC;
border-radius: 30px;
padding: 10px;
top: -20px;
background-color: #FFF;
font-size: 12px;
}
.m-modal-social-logins {
overflow: hidden;
}
.m-modal-social-logins > .columns {
padding-right: 10px;
}
.m-modal-social-logins > .columns:last-child {
padding-right: 0;
}
/*end of part 23---------------------------------------------------*/
/*-------------------------------------------------------------------
[24. Helpers]
*------------------------------------------------------------------*/
.overlay {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .5);
z-index: 100;
cursor: pointer;
display: none;
}
.material-button {
position: relative;
/*overflow: hidden;*/
}
.wave-effect {
display: block;
position: absolute;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
width: 0px;
height: 0px;
background-color: #fff;
border-radius: 50%;
opacity: 0.7;
}
.Zebra_Tooltip_Message {
font-size: 13px;
padding: 8px 15px !important;
}
#endOfTheArticle, #endOfTheSidebar {
height: 1px;
width: 100%;
}
.frm-row {
margin-bottom: 10px;
}
.frm-input {
display: block;
width: 100%;
height: 40px;
padding: 12px 14px;
border: solid 1px #CCC;
border-radius: 2px;
outline: none;
}
textarea.frm-input {
height: auto;
}
.frm-input:focus {
border-color: #666;
}
.frm-check-radio-label {
font-size: 13px;
}
.frm-check-radio-label span {
position: relative;
top: -2px;
}
.frm-button {
background-color: #069;
color: #FFF;
padding: 10px 14px;
border: none;
cursor: pointer;
background: #dc2430;
outline: none;
border-radius: 2px;
text-decoration: none;
}
.frm-button.small {
padding: 4px 10px;
font-size: 12px;
}
.frm-button.full {
width: 100%;
border-radius: 2px;
}
.frm-button.facebook {
background: #226abc;
}
.frm-button.twitter {
background: #00abf0;
}
.frm-button.google {
background: #d1432b;
}
.sidebar-spacer {
height: 92px;
}
.sidebar-button-group {
border: 1px solid #eee;
border-radius: 4px;
box-shadow: 0 1px 6px rgba(0, 0, 0, .03);
overflow: hidden;
}
.sidebar-buttons {
display: block;
width: 100%;
padding: 10px 20px;
background: #fff;
overflow: hidden;
font-size: 14px;
color: #333;
font-weight: 600;
}
.sidebar-buttons.active {
color: #dc2430;
background-color: #f4f4f4;
}
.sidebar-buttons i {
float: left;
margin-right: 10px;
}
.sidebar-buttons .btn-label {
position: relative;
line-height: 24px;
display: inline-block;
float: left;
}
.txt-right {
text-align: right;
}
.txt-left {
text-align: left;
}
.txt-center {
text-align: center;
}
.block {
display: block;
}
.columns {
float: left;
}
.column-1 {
width: 16.666667%;
}
.column-2 {
width: 33.333334%;
}
.column-3 {
width: 50%;
}
.column-4 {
width: 66.666667%;
}
.column-5 {
width: 83.333334%;
}
.column-6 {
width: 100%;
}
.clearfix {
clear: both;
display: block;
width: 100%;
}
.margin-60 {
width: 100%;
height: 60px;
}
.margin-30 {
width: 100%;
height: 30px;
}
.margin-20 {
width: 100%;
height: 20px;
}
.margin-10 {
width: 100%;
height: 10px;
}
/*end of part 24---------------------------------------------------*/
/*-------------------------------------------------------------------
[25. Slider animations]
*------------------------------------------------------------------*/
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(50%, 0, 0);
transform: translate3d(50%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(50%, 0, 0);
transform: translate3d(50%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
/*end of part 25---------------------------------------------------*/
/*-------------------------------------------------------------------
[26. Material checkbox styles]
*------------------------------------------------------------------*/
.md-checkbox {
position: relative;
text-align: left;
display: inline-block;
}
.md-checkbox.md-checkbox-inline {
display: inline-block;
}
.md-checkbox label {
cursor: pointer;
}
.md-checkbox label:before, .md-checkbox label:after {
content: "";
position: absolute;
left: 0;
top: 0;
}
.md-checkbox label:before {
width: 20px;
height: 20px;
background: rgba(0, 0, 0, 0.2);
border: 2px solid rgba(0, 0, 0, 0.54);
border-radius: 2px;
cursor: pointer;
transition: background .3s;
}
.md-checkbox input[type="checkbox"] {
outline: 0;
margin-right: 10px;
visibility: hidden;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
background: #dc2430;
border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
transform: rotate(-45deg);
top: 5px;
left: 4px;
width: 12px;
height: 6px;
border: 2px solid #fff;
border-top-style: none;
border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
background: rgba(0, 0, 0, 0.26);
}
/*end of part 26---------------------------------------------------*/
.font-arial {
font-family: 'Arial', sans-serif;
font-weight: 400;
color: #4d4d4d;
}
ul, li {
margin: 0;
padding: 0;
}
body {
background: #f9f9fb;
}
.view-account {
background: #FFFFFF;
margin-top: 20px;
}
.view-account .pro-label {
font-size: 13px;
padding: 4px 5px;
position: relative;
top: -5px;
margin-left: 10px;
display: inline-block
}
.view-account .side-bar {
padding-bottom: 30px
}
.view-account .side-bar .user-info {
text-align: center;
margin-bottom: 15px;
padding: 30px;
color: #616670;
border-bottom: 1px solid #f3f3f3
}
.view-account .side-bar .user-info .img-profile {
width: 120px;
height: 120px;
margin-bottom: 15px
}
.header-menu .header-navigation {
height: 70px;
}
.view-account .side-bar .user-info .meta li {
margin-bottom: 10px
}
.view-account .side-bar .user-info .meta li span {
display: inline-block;
width: 100px;
margin-right: 5px;
text-align: right
}
.view-account .side-bar .user-info .meta li a {
color: #616670
}
.view-account .side-bar .user-info .meta li.activity {
color: #a2a6af
}
.view-account .side-bar .side-menu {
text-align: center
}
.view-account .side-bar .side-menu .nav {
display: inline-block;
margin: 0 auto
}
.view-account .side-bar .side-menu .nav > li {
font-size: 14px;
margin-bottom: 0;
border-bottom: none;
display: inline-block;
float: left;
margin-right: 15px;
margin-bottom: 15px
}
.view-account .side-bar .side-menu .nav > li:last-child {
margin-right: 0
}
.view-account .side-bar .side-menu .nav > li > a {
display: inline-block;
color: #9499a3;
padding: 5px;
border-bottom: 2px solid transparent
}
.view-account .side-bar .side-menu .nav > li > a:hover {
color: #616670;
background: none
}
.view-account .side-bar .side-menu .nav > li.active a {
color: #40babd;
border-bottom: 2px solid #40babd;
background: none;
border-right: none
}
.theme-2 .view-account .side-bar .side-menu .nav > li.active a {
color: #6dbd63;
border-bottom-color: #6dbd63
}
.theme-3 .view-account .side-bar .side-menu .nav > li.active a {
color: #497cb1;
border-bottom-color: #497cb1
}
.theme-4 .view-account .side-bar .side-menu .nav > li.active a {
color: #ec6952;
border-bottom-color: #ec6952
}
.view-account .side-bar .side-menu .nav > li .icon {
display: block;
font-size: 24px;
margin-bottom: 5px
}
.view-account .content-panel {
padding: 30px
}
.view-account .content-panel .title {
margin-bottom: 15px;
margin-top: 0;
font-size: 18px
}
.view-account .content-panel .fieldset-title {
padding-bottom: 15px;
border-bottom: 1px solid #eaeaf1;
margin-bottom: 30px;
color: #616670;
font-size: 16px
}
.view-account .content-panel .avatar .figure img {
float: right;
width: 64px
}
.view-account .content-panel .content-header-wrapper {
position: relative;
margin-bottom: 30px
}
.view-account .content-panel .content-header-wrapper .actions {
position: absolute;
right: 0;
top: 0
}
.view-account .content-panel .content-utilities {
position: relative;
margin-bottom: 30px
}
.view-account .content-panel .content-utilities .btn-group {
margin-right: 5px;
margin-bottom: 15px
}
.view-account .content-panel .content-utilities .fa {
font-size: 16px;
margin-right: 0
}
.view-account .content-panel .content-utilities .page-nav {
position: absolute;
right: 0;
top: 0
}
.view-account .content-panel .content-utilities .page-nav .btn-group {
margin-bottom: 0
}
.view-account .content-panel .content-utilities .page-nav .indicator {
color: #a2a6af;
margin-right: 5px;
display: inline-block
}
.view-account .content-panel .mails-wrapper .mail-item {
position: relative;
padding: 10px;
border-bottom: 1px solid #f3f3f3;
color: #616670;
overflow: hidden
}
.view-account .content-panel .mails-wrapper .mail-item > div {
float: left
}
.view-account .content-panel .mails-wrapper .mail-item .icheck {
background-color: #fff
}
.view-account .content-panel .mails-wrapper .mail-item:hover {
background: #f9f9fb
}
.view-account .content-panel .mails-wrapper .mail-item:nth-child(even) {
background: #fcfcfd
}
.view-account .content-panel .mails-wrapper .mail-item:nth-child(even):hover {
background: #f9f9fb
}
.view-account .content-panel .mails-wrapper .mail-item a {
color: #616670
}
.view-account .content-panel .mails-wrapper .mail-item a:hover {
color: #494d55;
text-decoration: none
}
.view-account .content-panel .mails-wrapper .mail-item .checkbox-container,
.view-account .content-panel .mails-wrapper .mail-item .star-container {
display: inline-block;
margin-right: 5px
}
.view-account .content-panel .mails-wrapper .mail-item .star-container .fa {
color: #a2a6af;
font-size: 16px;
vertical-align: middle
}
.view-account .content-panel .mails-wrapper .mail-item .star-container .fa.fa-star {
color: #f2b542
}
.view-account .content-panel .mails-wrapper .mail-item .star-container .fa:hover {
color: #868c97
}
.view-account .content-panel .mails-wrapper .mail-item .mail-to {
display: inline-block;
margin-right: 5px;
min-width: 120px
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject {
display: inline-block;
margin-right: 5px
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label {
margin-right: 5px
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label:last-child {
margin-right: 10px
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label a,
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label a:hover {
color: #fff
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-1 {
background: #f77b6b
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-2 {
background: #58bbee
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-3 {
background: #f8a13f
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-4 {
background: #ea5395
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-5 {
background: #8a40a7
}
.view-account .content-panel .mails-wrapper .mail-item .time-container {
display: inline-block;
position: absolute;
right: 10px;
top: 10px;
color: #a2a6af;
text-align: left
}
.coming-soon {
text-align: center;
}
.coming-soon-link {
display: inline-block;
position: relative;
}
.coming-soon-link marquee {
position: absolute;
left: 0;
right: 0;
top: 44%;
z-index: 1;
background: #21431e14;
padding: 10px;
color: #000;
-webkit-animation: rightThenLeft 4s linear;
}
.coming-soon-link h1 {
color: #264838;
}
.coming-soon-link .coming-soon-img {
max-width: 100%;
}
.highlight-carousel.container {
margin: auto;
overflow: hidden;
}
.highlight-carousel.container .owl-carousel.owl-loaded {
overflow: hidden;
}
.view-account .content-panel .mails-wrapper .mail-item .time-container .attachment-container {
display: inline-block;
color: #a2a6af;
margin-right: 5px
}
.view-account .content-panel .mails-wrapper .mail-item .time-container .time {
display: inline-block;
text-align: right
}
.view-account .content-panel .mails-wrapper .mail-item .time-container .time.today {
font-weight: 700;
color: #494d55
}
.drive-wrapper {
padding: 15px;
background: #f5f5f5;
overflow: hidden
}
.drive-wrapper .drive-item {
width: 130px;
margin-right: 15px;
display: inline-block;
float: left
}
.drive-wrapper .drive-item:hover {
box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
z-index: 1
}
.drive-wrapper .drive-item-inner {
padding: 15px
}
.drive-wrapper .drive-item-title {
margin-bottom: 15px;
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.drive-wrapper .drive-item-title a {
color: #494d55
}
.drive-wrapper .drive-item-title a:hover {
color: #40babd
}
.theme-2 .drive-wrapper .drive-item-title a:hover {
color: #6dbd63
}
.theme-3 .drive-wrapper .drive-item-title a:hover {
color: #497cb1
}
.theme-4 .drive-wrapper .drive-item-title a:hover {
color: #ec6952
}
.drive-wrapper .drive-item-thumb {
width: 100px;
height: 80px;
margin: 0 auto;
color: #616670
}
.drive-wrapper .drive-item-thumb a {
-webkit-opacity: .8;
-moz-opacity: .8;
opacity: .8
}
.drive-wrapper .drive-item-thumb a:hover {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1
}
.drive-wrapper .drive-item-thumb .fa {
display: inline-block;
font-size: 36px;
margin: 0 auto;
margin-top: 20px
}
.drive-wrapper .drive-item-footer .utilities {
margin-bottom: 0
}
.drive-wrapper .drive-item-footer .utilities li:last-child {
padding-right: 0
}
.drive-list-view .name {
width: 60%
}
.drive-list-view .name.truncate {
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.drive-list-view .type {
width: 15px
}
.drive-list-view .date,
.drive-list-view .size {
max-width: 60px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.drive-list-view a {
color: #494d55
}
.drive-list-view a:hover {
color: #40babd
}
.theme-2 .drive-list-view a:hover {
color: #6dbd63
}
.theme-3 .drive-list-view a:hover {
color: #497cb1
}
.theme-4 .drive-list-view a:hover {
color: #ec6952
}
.drive-list-view td.date,
.drive-list-view td.size {
color: #a2a6af
}
@media (max-width: 767px) {
.nopc {
display: none;
}
.view-account .content-panel .title {
text-align: center
}
.view-account .side-bar .user-info {
padding: 0
}
.view-account .side-bar .user-info .img-profile {
width: 60px;
height: 60px
}
.view-account .side-bar .user-info .meta li {
margin-bottom: 5px
}
.view-account .content-panel .content-header-wrapper .actions {
position: static;
margin-bottom: 30px
}
.view-account .content-panel {
padding: 0
}
.view-account .content-panel .content-utilities .page-nav {
position: static;
margin-bottom: 15px
}
.drive-wrapper .drive-item {
width: 100px;
margin-right: 5px;
float: none
}
.drive-wrapper .drive-item-thumb {
width: auto;
height: 54px
}
.drive-wrapper .drive-item-thumb .fa {
font-size: 24px;
padding-top: 0
}
.view-account .content-panel .avatar .figure img {
float: none;
margin-bottom: 15px
}
.view-account .file-uploader {
margin-bottom: 15px
}
.view-account .mail-subject {
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.view-account .content-panel .mails-wrapper .mail-item .time-container {
position: static
}
.view-account .content-panel .mails-wrapper .mail-item .time-container .time {
width: auto;
text-align: left
}
}
@media (min-width: 768px) {
.view-account .side-bar .user-info {
padding: 0;
padding-bottom: 15px
}
.view-account .mail-subject .subject {
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
}
@media (min-width: 992px) {
.view-account .content-panel {
min-height: 800px;
border-left: 1px solid #f3f3f7;
margin-left: 200px
}
.view-account .mail-subject .subject {
max-width: 280px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.view-account .side-bar {
position: absolute;
width: 200px;
min-height: 600px
}
.view-account .side-bar .user-info {
margin-bottom: 0;
border-bottom: none;
padding: 30px
}
.view-account .side-bar .user-info .img-profile {
width: 120px;
height: 120px
}
.view-account .side-bar .side-menu {
text-align: left
}
.view-account .side-bar .side-menu .nav {
display: block
}
.view-account .side-bar .side-menu .nav > li {
display: block;
float: none;
font-size: 14px;
border-bottom: 1px solid #f3f3f7;
margin-right: 0;
margin-bottom: 0
}
.view-account .side-bar .side-menu .nav > li > a {
display: block;
color: #9499a3;
padding: 10px 15px;
padding-left: 30px
}
.view-account .side-bar .side-menu .nav > li > a:hover {
background: #f9f9fb
}
.view-account .side-bar .side-menu .nav > li.active a {
background: #f9f9fb;
border-right: 4px solid #40babd;
border-bottom: none
}
.theme-2 .view-account .side-bar .side-menu .nav > li.active a {
border-right-color: #6dbd63
}
.theme-3 .view-account .side-bar .side-menu .nav > li.active a {
border-right-color: #497cb1
}
.theme-4 .view-account .side-bar .side-menu .nav > li.active a {
border-right-color: #ec6952
}
.view-account .side-bar .side-menu .nav > li .icon {
font-size: 24px;
vertical-align: middle;
text-align: center;
width: 40px;
display: inline-block
}
}
/*DETAIL*/
.detail {
margin: 20px 0;
text-align: justify;
}
.two-item-heading:before {
width: 5px;
height: 17px;
position: absolute;
top: 5px;
background: #21431e;
content: '';
left: 15px;
}
.container {
max-width: 1200px;
}
.two-item-heading {
margin-top: 0 !important;
padding-left: 15px;
margin-bottom: 15px;
font-size: 20px;
}
.info-des ul {
}
.two-item-wrap {
margin: 30px 0;
}
.news-wrap {
padding-bottom: 50px;
}
.news-wrap .timeline-post-title {
font-size: 17px;
font-weight: 600;
}
.news-description {
text-align: justify;
display: block;
margin-top: 6px;
}
.service-link {
margin-bottom: 25px;
text-align: center;
}
.two-item-title {
padding-top: 15px;
}
.two-item-link-heading {
display: block;
}
.header-top {
position: fixed;
z-index: 100;
top: 0;
left: 0;
right: 0;
height: 40px;
background: #21431e;
}
.product-title {
font-weight: normal;
}
.product-info-wrap {
display: flex;
margin-bottom: 20px;
}
.product-cart .add-to-cart {
display: inline-block;
border-radius: 0;
padding: 8px 35px;
}
.product-image-info {
width: 40%;
margin-right: 30px;
}
.product-info .product-price {
font-size: 20px;
margin: 10px 0;
}
.product-info {
width: 70%;
}
.cart-link .fa {
font-size: 16px;
}
.timeline-post-title:hover {
text-decoration: none;
}
.info-contact {
margin-right: 16px;
color: #fff;
}
.info-contact i {
font-size: 18px;
margin-right: 8px;
vertical-align: middle;
}
.header-top .row {
padding: 8px 0;
}
a:hover {
text-decoration: none;
}
.item-link-secondary {
display: flex;
margin-bottom: 15px;
}
.item-link-secondary:hover {
opacity: 0.8;
}
.icon-language {
width: 20px;
height: 20px;
}
.secondary-title {
width: 85%;
padding-left: 15px;
font-size: 15px;
font-weight: normal;
display: table-cell;
vertical-align: top;
}
.category-one {
padding-top: 30px;
}
.category-one .secondary-title {
padding: 0;
font-size: 20px;
}
.header-navigation > li > a.link-icon-laguage {
padding: 0;
}
.time-ago {
font-size: 12px;
color: #6d6a6a;
}
.short-description {
margin-top: 10px;
}
.two-item-link {
display: block;
margin-bottom: 10px;
}
.link-secondary-wrap {
margin-top: 25px;
}
.top-title {
margin-top: 110px;
}
ul {
list-style: none;
}
.detail-relative-img {
margin-right: 15px;
width: 100px;
height: 50px;
}
.category-list ul {
display: inline-block;
padding: 0;
width: 19%;
margin-top: 10px;
}
.detail-relative-content {
text-transform: uppercase;
display: table-cell;
vertical-align: top;
}
.news-relative-img {
display: table-cell;
vertical-align: top;
padding-right: 15px;
width: 25%;
}
.admin-group .header-navigation > li {
margin-right: 28px;
}
a.link_pg {
color: #21431e;
display: inline-block;
border: 1px solid #cde0dc;
text-decoration: none;
padding: 4px;
min-width: 33px;
min-height: 25px;
text-align: center;
/* float: left; */
margin-right: -5px;
/* float: left; */
}
.paginator_glx span {
margin-left: 10px;
}
.post-image-avatar {
margin-bottom: 15px;
height: 210px;
width: 100%;
}
.new-image-content {
height: 210px;
}
.news-content-wrap {
padding: 15px;
background: #fff;
}
.category-list {
clear: both;
background: #dedede;
padding: 15px;
}
.category-list ul li a {
color: #000;
font-weight: normal;
font-size: 14px;
}
.category-list-home {
display: block;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.image-footer {
height: 70px;
}
.footer {
padding: 20px 0;
clear: both;
background: #fff;
color: #000;
padding-bottom: 0;
}
.footer .main-content {
margin-bottom: 0;
}
.footer .main-content-wrapper {
padding-top: 25px;
padding-bottom: 5px;
}
.social-footer-wrap ul li {
display: inline-block;
font-size: 14px;
margin-right: 15px;
}
.social-footer-wrap li a {
text-decoration: none;
width: 30px;
height: 30px;
display: table;
border: 1px solid #fff;
border-radius: 100%;
text-align: center;
}
.social-footer-wrap .fa {
font-size: 25px;
}
.footer-copyright {
font-size: 11px;
margin-bottom: 0;
margin-top: 20px;
text-align: center;
padding-bottom: 10px;
}
.footer strong {
display: block;
font-size: 16px;
margin-bottom: 5px;
}
.content-timeline {
margin-bottom: 15px;
}
.link-category-child-item {
font-size: 11px;
vertical-align: middle;
color: #000;
font-family: 'Arial', sans-serif;
padding: 0 4px;
position: relative;
}
.link-category-child-item:after {
content: '';
border-right: 1px solid #ccc;
position: absolute;
height: 11px;
bottom: 2px;
margin-left: 5px;
}
.link-category-child-item:last-child:after {
display: none;
}
.seperator-line {
margin: 30px 0;
}
.news-relative-wrap {
/*margin: 10px 0;*/
}
.news-relative-link {
display: table;
}
.color {
color: #dc2430;
}
.news-fa {
margin-right: 5px;
font-size: 10px;
position: relative;
top: -1px;
}
.current-time {
font-size: 11px;
margin-top: 10px;
position: relative;
}
.detail-content-wrap {
/*padding: 15px 0;*/
}
.detail-post-breadcrumb {
font-size: 16px;
}
.socical-share {
position: absolute;
right: 0;
}
.socical-fa {
font-size: 20px;
margin-left: 6px;
}
.scrollup {
width: 40px;
height: 40px;
opacity: 0.3;
position: fixed;
bottom: 50px;
right: 100px;
display: none;
text-indent: -9999px;
background: url('../images/icon_top.png') no-repeat;
background-size: cover;
}
ul.pagination {
text-align: center;
color: #829994;
margin: 50px 0;
margin-top: 0;
}
ul.pagination li {
display: inline;
}
.pagination > li > a {
background: #fafafa;
color: #666;
}
.icon-fontawesome i {
font-size: 20px;
}
button:focus {
outline: none;
}
ul.pagination a {
color: #21431e;
display: inline-block;
border: 1px solid #cde0dc;
text-decoration: none;
}
.product-price {
font-size: 18px;
font-weight: bold;
}
a.product-cart {
padding: 10px 30px;
background: #288ad6;
color: #fff;
border-radius: 4px;
font-size: 15px;
text-transform: uppercase;
margin-top: 15px;
display: inline-block;
}
.category-two-item {
margin-bottom: 20px;
}
.category-page-wrap .timeline-items {
margin-top: 30px;
}
.home-page .product-cart {
padding: 7px 30px;
}
.home-page .product-price {
font-size: 25px;
}
.info-title {
}
.info {
margin-bottom: 20px;
}
.info-summary {
font-size: 24px;
font-weight: normal;
line-height: 32px;
}
.info-img {
max-height: 400px;
margin: 15px 0;
}
.info-des {
line-height: 26px;
}
a:hover {
color: inherit;
text-decoration: none;
opacity: 0.8;
}
.info-contact:hover {
color: #fff;
}
a.learn-more {
border: 1px solid #b82239;
padding: 5px 15px;
display: inline-block;
margin-top: 15px;
color: #b82239;
border-radius: 5px;
}
.info-wrap {
padding: 15px 0;
margin-bottom: 20px;
}
.partner-slide .item article {
background-repeat: no-repeat;
background-position: center;
height: 100px;
}
.partner-slide .slider-carousel .owl-stage-outer {
overflow: hidden;
background: #fff;
}
.partner-slide .owl-dots {
display: none;
}
.partner-slide .slider-carousel .owl-nav span {
width: 50px;
height: 50px;
}
.partner-slide .slider-carousel .owl-nav span i {
line-height: 50px;
}
.partner-slide .item {
padding: 15px 0;
}
.header-wrapper {
position: relative;
}
.color {
color: #21431e;
}
.background {
background: #21431E;
}
.post-list-title:after {
content: '';
border: 1px solid #21431E;
display: block;
width: 50px;
margin: 10px auto;
}
.service-link a {
/*display: inline-block;;*/
position: relative;
overflow: hidden;
}
.ajax-message {
position: fixed;
right: 12px;
top: 35px;
z-index: 10000000;
border: 1px solid #21431ecc;
color: #21431ecc;
padding: 4px 12px;
border-radius: 4px;
background: #fff;
transition: all 0.3s ease 0s;
opacity: 0;
}
.ajax-message-active {
opacity: 1;
}
.table td, .table th {
vertical-align: middle;
}
.service-title {
font-size: 16px;
color: #fff;
margin: auto;
}
.product-payment {
text-align: right;
}
.service-content {
opacity: 0;
position: absolute;
bottom: 0;
left: 0;
background: #000000a6;
padding: 10px 10px;
transition: all 0.3s ease 0s;
min-height: 100%;
align-items: center;
display: flex;
text-align: center;
line-height: 30px;
width: 100%;
}
.service-link a:hover img, .act-item img:hover {
transform: scale(1.1);
}
pre {
margin-top: 110px;
}
.red {
color: red;
}
.act-item img {
height: 250px;
transition: all 0.7s ease 0s;
}
.act .owl-nav {
margin-top: 4px;
}
.act .material-icons {
font-size: 30px;
}
.service-link a:hover .service-content {
opacity: 1;
}
.act-item {
overflow: hidden;
}
.shop-content {
margin-top: 10px;
}
.shop-title {
display: block;
font-size: 15px;
margin-bottom: 3px;
height: 23px;
overflow: hidden;
}
td .content-product-a {
display: flex;
}
td .product-avatar.img-responsive {
width: 120px;
margin-right: 10px;
height: 80px;
}
.shop-price {
color: #21431e;
}
.product-wrap {
margin: 50px 0;
}
.news-detail-title {
font-size: 30px;
font-weight: 600;
}
.service-link a img {
height: 200px;
transition: all 0.3s ease 0s;
width: 100%;
}
.add-to-cart {
display: block;
background: #21431e;
color: #fff;
font-size: 14px;
padding: 6px 15px;
margin: 8px auto;
cursor: pointer;
}
.shop-content {
display: block;
}
.detail-link-breadcrumb {
font-weight: normal;
}
.link-category-item {
margin-bottom: 10px;
display: block;
font-weight: normal;
}
.act-wrap {
margin-top: 50px;
}
.news-relative {
margin-top: 25px;
}
.image-wrap {
display: block;
overflow: hidden;
}
.menu-active {
color: #21431E !important;
font-weight: 600;
}
.image-item-wrap.act-item {
margin-bottom: 25px;
}
.logo-box {
display: none;
}
.header-menu {
float: left;
}
.news-relative li {
margin-bottom: 25px;
}
.icon-service-wrap {
z-index: 1;
position: fixed;
right: 20px;
top: 30%;
}
.icon-service-img {
height: 50px;
border-radius: 50%;
}
.icon-service-wrap li:hover {
opacity: 0.8;
transform: scale(1.1);
}
.icon-service-wrap li {
transition: all 0.2s ease-out;
margin: 15px 0;
}
.home-link {
font-family: Rubik;
font-size: 24px;
}
.header-navigation > li > a:hover {
text-decoration: underline;
}
.logo-banner {
height: 70px;
}
.video-wrap video {
width: 100%;
}
.video-wrap {
position: relative;
margin-top: 110px;
max-height: 880px;
overflow: hidden;
}
/* Prevent scrollbars to appear when waves go out of bound */
.sonar-wrapper {
position: relative;
margin-right: 10px;
}
/* The circle */
.sonar-emitter {
width: 15px;
height: 15px;
border-radius: 9999px;
background-color: red;
display: inline-block;
}
.red {
color: red;
}
.booking-form {
max-width: 60%;
margin: auto;
}
/* the 'wave', same shape and size as its parent */
.sonar-wave {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 9999px;
background-color: HSL(45, 100%, 50%);
opacity: 0;
z-index: -1;
pointer-events: none;
}
/*
Animate!
NOTE: add browser prefixes where needed.
*/
.sonar-wave {
animation: sonarWave 2s linear infinite;
}
@keyframes sonarWave {
from {
opacity: 0.4;
}
to {
transform: scale(3);
opacity: 0;
}
}
.service-item {
height: 500px;
overflow: hidden;
flex: 0 0 25%;
max-width: 25%;
padding: 0;
}
.banner-wrap {
margin-top: 50px;
}
.main-content-info {
overflow: hidden;
}
.video-link {
position: absolute;
top: 40%;
bottom: 0;
text-align: center;
right: 0;
left: 0;
}
.video-link .fa-youtube {
font-size: 35px;
}
/*.service-item:first-child {*/
/*padding-right: 0;*/
/*}*/
/*.service-item:last-child {*/
/*padding-left: 0;*/
/*}*/
/*.service-item:nth-child(2) {*/
/*padding: 0;*/
/*}*/
.video-scroll-service {
padding-bottom: 20px;
margin: 25px auto;
font-size: 20px;
text-transform: uppercase;
position: relative;
}
.video-scroll-service i {
position: absolute;
bottom: -2px;
left: 0;
right: 0;
font-size: 30px;
}
.material-button .fa {
margin-left: 5px;
}
.video-youtube {
display: block;
text-align: center;
margin: auto;
}
.service-info {
margin-top: 0;
}
.team-link {
position: relative;
display: block;
}
.team-overlay {
background: #000000b8;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0.5;
}
.service {
padding: 0;
}
.team-content {
position: absolute;
top: 48%;
color: #fff;
left: 0;
right: 0;
text-align: center;
}
span.team-title {
display: block;
font-size: 24px;
text-transform: capitalize;
}
.service-img-hover {
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.service-img {
-webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
height: 500px;
width: 100%;
}
.team-more {
background: #fffc;
padding: 8px 25px;
border-radius: 1px;
display: inline-block;
color: #21431e;
margin-top: 10px;
transition: all 0.3s ease 0s;
}
.team-more-hover {
background: #21431e;
color: #fff;
}
.header-right .header-navigation > li:first-child {
display: none;
}
@media (max-width: 767px) {
.material-button, .logo-box {
display: inline-block;
}
.icon-service-wrap {
top: auto;
bottom: 0;
right: auto;
display: flex;
background: #fff;
padding: 10px 0;
width: 100%;
text-align: center;
}
.icon-service-wrap li {
width: 25%;
margin: 0 10px;
}
.icon-service-img {
max-height: 35px;
}
.info-image img {
max-width: 100%;
margin: 20px auto;
}
.info-content {
padding-left: 15px;
}
.info-title {
font-size: 4vw;
text-align: center;
line-height: 6vw;
}
.info-summary {
font-size: 16px;
font-weight: normal;
}
.link-category-item {
font-size: 6vw;
}
.partner-slide .slider-carousel {
padding: 0;
}
.header-wrapper {
height: 15vw;
padding: 0;
overflow: hidden;
}
.header-navigation > li > a {
height: 15vw;
padding: 0;
}
.detail-relative-img {
margin-right: 5vw;
width: 20vw;
}
.main-content {
margin-top: 20vw;
padding-bottom: 10vw;
}
.news-title {
line-height: 7vw;
font-size: 5vw;
}
.news-relative-wrap {
margin-top: 10vw;
}
.post-box {
height: 250px;
}
.category-one {
padding-top: 0;
}
.shop-title {
font-size: 4vw;
}
.news-wrap .timeline-post-title {
font-size: 4vw;
}
.two-item-heading a {
font-size: 5vw;
margin-top: -6px;
display: block;
}
.news-wrap .img-left {
width: 15vw;
height: 15vw;
}
.scrollup {
z-index: 1000;
right: 25px;
}
.header, .toggle-sidebar, .header-right, .header-navigation > li, .header-navigation, .search-bar {
height: auto;
top: 0;
}
.header-right .header-navigation > li > a > span {
display: inline;
top: 3px;
margin-right: 2px;
}
.header-right .header-navigation > li:first-child {
display: inline-block;
}
.logo {
width: 30vw;
height: 10vw;
}
.toggle-sidebar {
background-color: rgb(33, 67, 30);
}
.video-wrap {
margin-top: 15vw;
}
.header-right {
position: absolute;
right: 0;
/* top: 4vw; */
padding-top: 4vw;
border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.h2, h2 {
font-size: 6vw;
}
td .content-product-a {
display: block;
}
td .product-avatar.img-responsive {
width: auto;
margin-right: 0;
height: auto;
}
.header-right.with-seperator .header-navigation li {
border-left: none;
}
.header-right.with-seperator .header-navigation li {
margin: 0;
padding: 0 3vw;
}
.h3, h3 {
font-size: 5vw;
}
.service-item {
padding: 0;
}
.service-item {
height: auto;
}
.team-title {
font-size: 6vw;
}
body {
font-size: 3.5vw;
}
.banner-wrap {
margin-top: 5vw;
}
.banner-info {
top: 3vw;
font-size: 4vw;
width: 100%;
}
.banner-heading {
line-height: 30px;
font-size: 4vw;
}
h3.banner-heading {
font-size: 5vw;
margin: 0;
}
.banner-img {
height: 35vw;
}
.banner-content:before {
width: 100%;
left: 0;
transform: none;
}
.footer .col-md-3 {
margin-bottom: 3vw;
}
.category-one .secondary-title {
font-size: 16px;
}
.timeline-category-name {
margin-top: 0;
}
.sidebar-menu .header-submenu {
position: initial;
transform: none;
}
.secondary-title {
width: 75%;
}
.secondary-img {
width: 100%;
}
.service-link a img {
height: auto;
}
.shop-price {
display: block;
}
.product-title {
font-size: 5vw;
}
.ajax-message {
right: 35vw;
}
.product-info .product-price {
font-size: 5vw;
margin: 0;
}
.add-to-cart {
display: inline-block;
}
.sidebar-menu > li ul li a {
padding: 0 5vw;
}
.video-link {
top: 10vw;
}
.banner-link {
margin-top: 0;
padding: 2px;
width: 35vw;
text-align: center;
}
.video-scroll-service i {
bottom: -4vw;
font-size: 7vw;
}
.service-item {
flex: 0 0 100%;
max-width: 100%;
}
.short-description {
font-size: 14px;
}
.category-list ul li {
float: left;
padding-right: 8px;
}
.category-list ul {
width: auto;
margin: 0;
}
.category-list-home {
margin-bottom: 10px;
}
.image-footer {
height: 16vw;
}
.address-footer-wrap {
margin-top: 10px;
}
.main-content-wrapper {
margin: 0;
}
.news-content-wrap {
padding: 0;
background: inherit;
}
.content-body {
padding-right: 0;
}
.main-highlight {
margin-bottom: 15px;
}
.booking-form {
max-width: 100%;
}
.social-footer-wrap {
margin-top: 10px;
}
.load-more {
margin: 0;
}
.timeline-post-title {
font-size: 16px;
height: auto;
font-weight: 600;
}
.category-time-ago {
display: none;
}
.short-description {
margin: 0;
}
.two-item-link {
margin-bottom: 5px;
}
.two-item-heading {
font-size: 18px;
}
.img-left {
width: 100%;
}
.logo-box {
margin-left: 4vw;
margin-top: 2vw;
}
h1.post-list-title {
font-size: 6vw;
}
.item-link-secondary {
margin-bottom: 30px;
}
.two-item-heading:before {
height: 14px;
}
.category-two {
margin-bottom: 10px;
}
.map-wrap {
margin: 6vw 0;
}
.act-wrap {
margin-top: 0;
}
.product-wrap {
margin: 0;
}
.coming-soon-link h1 {
font-size: 6vw;
}
.coming-soon marquee {
top: 18vw;
}
}
@media (max-width: 375px) {
.search-form {
height: 18vw;
margin: 5px auto;
}
} | mvc_project/frontend/assets/css/style.css | /*-------------------------------------------------------------------
[Table of contents]
0. Reset and Set Defaults
1. Body
2. Header
3. Sidebar
4. Main
5. Post box
6. Carousel Slider
7. Carousel Full Slider
8. Grid posts
9. Content styles
10. Timeline
11. Post list Items
12. Video page styles
13. Extra posts styles
14. Author page styles
15. Parallax image styles
16. Breadcrumbs
17. Article styles
18. Article more posts styles
19. Article comments
20. Content sidebar
21. Error page styles
22. Contact page styles
23. Popup modal styles
24. Helpers
25. Slider animations
26. Material checkbox styles
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
[0. Reset and Set Defaults]
*------------------------------------------------------------------*/
*, *:before, *:after {
box-sizing: border-box;
}
progress, sub, sup {
vertical-align: baseline
}
button, hr, input {
overflow: visible
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0;
}
figcaption, menu, article, aside, details, figure, footer, header, main, nav, section, summary {
display: block
}
audio, canvas, progress, video {
display: inline-block
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden], template {
display: none
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects
}
a:active, a:hover {
outline-width: 0
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}
b, strong {
font-weight: bolder
}
dfn {
font-style: italic
}
mark {
background-color: #ff0;
color: #000
}
small {
font-size: 80%
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
img {
max-width: 100%;
border-style: none;
}
svg:not(:root) {
overflow: hidden
}
code, kbd, pre, samp {
font-family: monospace, monospace;
font-size: 1em
}
figure {
margin: 1em 40px
}
hr {
box-sizing: content-box;
height: 0
}
button, input, select, textarea {
font: inherit;
margin: 0
}
optgroup {
font-weight: 700
}
button, input {
}
button, select {
text-transform: none
}
[type=submit], [type=reset], button, html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline: ButtonText dotted 1px
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
textarea {
overflow: auto
}
[type=checkbox], [type=radio] {
box-sizing: border-box;
padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-input-placeholder {
color: inherit;
opacity: .54
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
}
/*end of part 0----------------------------------------------------*/
/*-------------------------------------------------------------------
[1. Body]
*------------------------------------------------------------------*/
body {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 1.5;
color: #3d5067;
}
body.fixed {
position: fixed;
width: 100%;
height: 100%;
}
a {
color: #21431e;
}
/*end of part 1----------------------------------------------------*/
/*-------------------------------------------------------------------
[2. Header]
*------------------------------------------------------------------*/
.header {
position: fixed;
z-index: 99;
width: 100%;
left: 0;
top: 40px;
font-size: 14px;
height: 70px;
background: #fff;
/*background: linear-gradient(to right, #bf1e2e, #7b4397);*/
/*background: -webkit-linear-gradient(to right, #bf1e2e, #7b4397);*/
/*!*background: -webkit-linear-gradient(to right, #dc2430, #7b4397); *!*/
/*background: linear-gradient(to right, #bf1e2e, #7b4397);*/
-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
-webkit-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.header.hide, .header-top.hide {
top: -70px;
}
.toggle-sidebar {
width: 60px;
height: 60px;
text-align: center;
cursor: pointer;
color: #FFF;
padding: 18px;
background-color: rgba(0, 0, 0, 0.05);
float: left;
display: none;
}
.logo-box {
/*width: 122px;*/
/*height: 27px;*/
/*display: block;*/
/*float: left;*/
/*margin: 14px;*/
}
.logo-box h1 {
margin: 0;
padding: 0;
display: inline-block;
}
.logo {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width: 122px;
height: 27px;
display: block;
background-image: url(../images/logo1.jpg);
/*background-image: url(../images/logo.png);*/
}
/*.header-menu {*/
/*display: inline-block;*/
/*float: left;*/
/*}*/
.header-navigation {
display: flex;
align-items: center;
}
.header-navigation > li {
margin-right: 45px;
display: inline-block;
position: relative;
}
.banner {
position: relative;
}
.banner-content:before {
content: '';
position: absolute;
top: 0;
background: #21431eb8;
color: #fff;
bottom: 0;
display: flex;
align-items: center;
transform: skew(-10deg);
-ms-transform: skewX(-10deg);
-webkit-transform: skewX(-10deg);
width: 60%;
left: -100px;
}
.banner-link {
color: #fff;
border: 2px solid #ffffff85;
padding: 10px;
display: inline-block;
width: 150px;
border-radius: 3px;
margin-top: 25px;
transition: all ease 1s;
font-size: 16px;
}
.banner-heading {
font-weight: normal;
line-height: 50px;
}
.banner-link:hover {
color: #21431e;
background: #fff;
}
.banner-info {
position: absolute;
top: 30%;
bottom: 0;
width: 50%;
color: #fff;
text-align: center;
}
.banner-img {
max-height: 500px;
width: 100%;
}
.header-navigation > li > a {
font-size: 16px;
/*display: table-cell !important;*/
vertical-align: middle;
line-height: normal;
/*color: #FFF;*/
padding: 0 8px;
text-decoration: none;
transition: all 0.1s ease 0s;
text-transform: uppercase;
font-weight: 600;
color: #1f1f1f;
}
.header-top .header-navigation {
justify-content: flex-end;
}
.header-top .header-navigation > li > a {
color: #fff;
font-size: 14px;
display: inline-block;
height: auto;
font-weight: normal;
}
.header-navigation > li > a .material-icons {
vertical-align: middle;
top: -1px;
position: relative;
}
.header-navigation > li > a.active {
box-shadow: inset 0 -2px 0 0 #fff;
}
.header-submenu {
background-color: #fff;
position: absolute;
top: 100%;
min-width: 100%;
left: 0;
-webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
transform-origin: left top 0px;
display: none;
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease, -webkit-transform .3s ease;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
transform: scale(0);
-ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
-o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand');
}
.header-submenu ul li {
display: block;
width: 100%;
}
.header-submenu ul li a {
display: block;
text-decoration: none;
padding: 10px 15px;
color: #444;
white-space: nowrap;
}
.header-submenu ul li a:hover {
background-color: #EEE;
}
.header-submenu.active {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
transform: scale(1);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
}
.header-right {
display: inline-block;
top: 0;
position: absolute;
}
.header-right.with-seperator .header-navigation li {
border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.header-right .header-navigation .header-submenu {
transform-origin: right top 0px;
left: auto;
right: 0;
}
.search-bar {
position: absolute;
width: 100%;
height: 70px;
top: -70px;
left: 0;
background: #21431E;
-webkit-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.search-bar.active {
top: 0;
}
.search-form {
max-width: 1160px;
width: 100%;
height: 40px;
margin: 10px auto;
display: block;
font-size: 14px;
position: relative;
}
.search-input-wrapper {
left: 20px;
top: 5px;
right: 60px;
bottom: 0;
height: 40px;
position: absolute;
}
.search-input {
width: 100%;
height: 40px;
background-color: rgba(255, 255, 255, .2);
border: none;
padding: 0 54px 0 14px;
display: block;
color: #FFF;
outline: none;
font-size: 14px;
}
.search-input:focus {
background-color: rgba(255, 255, 255, .3);
}
.search-submit {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 40px;
height: 40px;
padding: 8px;
background: none;
color: #FFF;
border: none;
cursor: pointer;
outline: none;
}
.search-submit:hover {
background-color: rgba(255, 255, 255, .1);
}
.search-close {
width: 40px;
height: 40px;
position: absolute;
right: 20px;
top: 5px;
background: none;
border: none;
padding: 8px;
outline: none;
cursor: pointer;
color: #FFF;
}
/*end of part 2----------------------------------------------------*/
/*-------------------------------------------------------------------
[3. Sidebar]
*------------------------------------------------------------------*/
.sidebar {
position: fixed;
width: 300px;
top: 0;
bottom: 0;
left: 0;
background-color: #fafafa;
height: 100%;
z-index: 101;
left: -310px;
color: #455a64;
-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
-webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.sidebar.opened {
left: 0;
}
.sidebar-wrapper {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow-y: auto;
padding-bottom: 60px;
}
.sidebar-logo {
width: 100%;
height: 60px;
border-bottom: solid 1px #cfd8dc;
}
.sidebar-logo a {
width: 122px;
height: 27px;
background-image: url(../img/logo-mono.png);
display: inline-block;
margin: 16px 24px;
float: left;
}
.sidebar-toggle-button {
width: 24px;
height: 24px;
float: right;
margin: 18px;
cursor: pointer;
}
.sidebar-seperate {
width: 100%;
height: 1px;
background-color: #cfd8dc;
}
#mobileMenu {
display: none;
}
#mobileMenu ul li a {
font-weight: 600;
text-transform: capitalize;
}
.sidebar-menu {
padding: 0;
margin: 0;
}
.sidebar-menu > li {
margin: 2px 0;
display: block;
width: 100%;
}
.sidebar-menu > li > a {
display: block;
line-height: 50px;
text-decoration: none;
height: 50px;
padding: 0 20px;
color: #455a64;
white-space: nowrap;
display: table;
width: 100%;
}
.sidebar-menu > li > a:hover {
background-color: #EEE;
}
.sidebar-menu > li > a .menu-icon {
display: table-cell;
width: 40px;
height: 50px;
line-height: 0;
vertical-align: middle;
}
.sidebar-menu > li > a > .menu-label {
display: table-cell;
margin-top: 5px;
}
.sidebar-menu > li > a > .multimenu-icon {
display: table-cell;
width: 24px;
height: 50px;
line-height: 0;
vertical-align: middle;
-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
/*.sidebar-menu > li.active a {*/
/*background-color: #EEE;*/
/*}*/
.sidebar-menu > li.active .menu-icon {
color: #dc2430;
}
.fa-angle-down:before {
opacity: 0.5;
}
.sidebar-menu > li.active > a > .multimenu-icon {
-ms-transform: rotate(180deg); /* IE 9 */
-ms-transform-origin: 50% 50%; /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari 3-8 */
-webkit-transform-origin: 50% 50%; /* Safari 3-8 */
transform: rotate(180deg);
transform-origin: 50% 50%;
}
.sidebar-menu > li ul {
list-style: none;
padding: 0;
margin: 0;
font-size: 90%;
display: none;
}
.sidebar-menu > li ul li a {
display: block;
line-height: 40px;
text-decoration: none;
height: 40px;
padding: 0 20px 0 60px;
color: #455a64;
white-space: nowrap;
display: table;
width: 100%;
}
.sidebar-menu > li ul li a:hover {
background-color: #DDD;
}
.sidebar-menu > li a.facebook {
background-color: #4363a2;
color: #FFF;
}
.sidebar-menu > li a.twitter {
background-color: #03A9F4;
color: #FFF;
}
.sidebar-menu > li a.google-plus {
background-color: #DC4E41;
color: #FFF;
}
.sidebar-social-icons {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 10px;
text-align: center;
}
.sidebar-social-icons .social-links {
display: inline-block;
width: 32px;
height: 32px;
border: solid 1px #455a64;
background-position: center center;
background-size: 20px;
background-repeat: no-repeat;
}
.sidebar-social-icons .social-links:hover {
background-color: #EEE;
}
.sidebar-social-icons .facebook {
background-image: url(../img/facebook-icon.png);
}
.sidebar-social-icons .twitter {
background-image: url(../img/twitter-icon.png);
}
.sidebar-social-icons .google-plus {
background-image: url(../img/google-plus-icon.png);
}
.sidebar-social-icons .linkedin {
background-image: url(../img/linkedin-icon.png);
}
.sidebar-social-icons .instagram {
background-image: url(../img/instagram-icon.png);
}
/*end of part 3----------------------------------------------------*/
/*-------------------------------------------------------------------
[4. Main]
*------------------------------------------------------------------*/
.main-container {
width: 100%;
}
.main-highlight {
height: auto;
background-color: #fff;
width: 100%;
overflow: hidden;
margin-top: 60px;
}
.sub-highlight {
min-height: 1px;
}
.highlight-carousel {
overflow: hidden;
padding: 10px;
}
.highlight-carousel .owl-dots {
position: absolute;
left: 0;
right: 0;
height: 30px;
bottom: 0;
text-align: center;
}
.highlight-carousel .owl-dots .owl-dot {
margin: 0 8px;
outline: none;
}
.highlight-carousel .owl-dots .owl-dot span {
display: block;
width: 15px;
height: 15px;
background-color: #dcd7d7;
border-radius: 50%;
}
.highlight-carousel .owl-dots .owl-dot.active span {
background-color: #21431e;
}
/*end of part 4----------------------------------------------------*/
/*-------------------------------------------------------------------
[5. Post box]
*------------------------------------------------------------------*/
.post-box {
background-color: #FFF;
height: 550px;
border-radius: 3px;
background-position: center center;
background-origin: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.map-wrap {
margin: 50px 0;
}
.post-box:hover .post-title {
padding-bottom: 10px;
}
.post-box .post-overlay {
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 30px;
}
.post-box .post-category {
display: inline-block;
height: 22px;
margin-bottom: 14px;
padding: 0 10px;
border-radius: 999em;
line-height: 22px;
font-size: 10px;
text-transform: uppercase;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background: #7b4397;
background: -webkit-linear-gradient(to right, #dc2430, #7b4397);
background: linear-gradient(to right, #dc2430, #7b4397);
}
.post-box .post-title {
margin: 0 0 14px 0;
font-weight: 700;
font-style: normal;
line-height: 1.3;
word-wrap: break-word;
font-size: 22px;
color: #FFF;
-webkit-transition: padding-bottom 100ms linear;
-moz-transition: padding-bottom 100ms linear;
-o-transition: padding-bottom 100ms linear;
transition: padding-bottom 100ms linear;
}
.post-box .post-meta {
margin-bottom: 0;
padding-top: 15px;
border-top: 1px solid rgba(255, 255, 255, .2);
}
.post-box .post-meta-author-avatar {
width: 24px;
height: 24px;
display: table-cell;
vertical-align: middle;
border-radius: 50%;
overflow: hidden;
}
.post-box .post-meta-author-info {
display: table-cell;
vertical-align: middle;
padding-left: 10px;
}
.post-box .post-meta-author-name a {
font-size: 13px;
line-height: 1.1;
color: rgba(255, 255, 255, .8);
text-decoration: none;
}
.post-box .post-meta-author-info .middot {
color: rgba(255, 255, 255, .8);
}
.post-box .post-meta-date {
color: rgba(255, 255, 255, .8);
font-size: 13px;
line-height: 1.1;
}
.post-box .post-overlayLink {
position: absolute;
width: 100%;
height: 100%;
}
/*end of part 5----------------------------------------------------*/
/*-------------------------------------------------------------------
[6. Carousel Slider]
*------------------------------------------------------------------*/
.slider-carousel {
max-width: 1200px;
width: 100%;
margin: 0 auto;
overflow: visible;
padding: 20px;
}
.slider-carousel .owl-stage-outer {
overflow: visible;
}
.slider-carousel .post-item {
height: 480px;
}
.slider-carousel .post-title {
font-size: 32px;
}
.slider-carousel .post-overlay {
padding-right: 40%;
}
.slider-carousel .owl-nav span {
width: 60px;
height: 60px;
background-color: #FFF;
border-radius: 50%;
text-align: center;
display: block;
box-shadow: 0 2px 6px 1px rgba(50, 50, 50, .14);
visibility: visible;
opacity: 1;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.slider-carousel .owl-nav span i {
font-size: 36px;
line-height: 60px;
}
.slider-carousel .owl-nav .owl-prev {
left: -40px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
position: absolute;
}
.slider-carousel .owl-nav .owl-next {
right: -40px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
position: absolute;
}
.slider-carousel .owl-nav button {
outline: none;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
-ms-touch-action: auto;
touch-action: auto;
}
.slider-carousel .owl-item.active .post-category {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.slider-carousel .owl-item.active .post-title {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.slider-carousel .owl-item.active .post-meta {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*end of part 6----------------------------------------------------*/
/*-------------------------------------------------------------------
[7. Carousel Full Slider]
*------------------------------------------------------------------*/
.full-slider {
max-width: 100%;
padding: 0;
}
.full-slider .post-overlay {
padding-right: 30px;
}
.full-slider .post-overlay-inner {
width: 100%;
max-width: 1160px;
margin: 0 auto;
padding-right: 20%;
}
/*end of part 7----------------------------------------------------*/
/*-------------------------------------------------------------------
[8. Grid posts]
*------------------------------------------------------------------*/
.grid-posts .grid-rows {
width: 100%;
overflow: hidden;
margin: 0 auto;
}
.grid-posts .column-4 {
padding-right: 10px;
}
.grid-posts .column-4 .post-box {
height: 500px;
}
.grid-posts .column-2 .post-box {
height: 245px;
}
.grid-posts .column-2 .post-box:first-child {
margin-bottom: 10px;
}
.grid-posts .column-4 .post-title {
font-size: 48px;
}
/*end of part 8----------------------------------------------------*/
/*-------------------------------------------------------------------
[9. Content styles]
*------------------------------------------------------------------*/
.main-content {
margin-top: 150px;
line-height: 1.6;
padding-bottom: 50px;
}
.main-content-wrapper {
margin: 0 20px;
position: relative;
}
.social-footer-wrap i {
font-size: 24px;
}
.main-content-wrapper.add-to-margin {
top: 20px;
}
.news-title {
font-weight: normal;
line-height: 32px;
}
.content-body {
width: 70%;
float: left;
padding-right: 30px;
}
.main-container.full-width .content-body {
max-width: 900px;
margin: 0 auto;
}
.form-group input[type=submit] {
min-width: 100px;
}
.read-more {
margin: auto;
text-align: center;
width: 100px;
border: 1px solid #a79c9c;
margin-top: 10px;
box-shadow: 1px 1px 13px #0000002e;
cursor: pointer;
}
.main-container.full-width .post-overlay-inner {
max-width: 900px;
padding-right: 0;
}
.detail-comment {
margin-top: 25px;
}
.main-content.extra-pages .article-inner {
margin-left: 0;
}
/*end of part 9----------------------------------------------------*/
/*-------------------------------------------------------------------
[10. Timeline]
*------------------------------------------------------------------*/
.post-list-header {
width: 100%;
height: auto;
margin-bottom: 30px;
}
.post-list-title {
font-size: 30px;
font-weight: 600;
text-align: center;
margin-bottom: 35px;
}
.post-list-header .frm-input {
width: auto;
float: right;
display: inline-block;
padding: 0 10px;
font-size: 14px;
}
.timeline-item {
display: table;
width: 100%;
}
.timeline-post-title:hover {
color: #21431e;
text-decoration: underline dotted #eee;
}
.timeline-item:first-child .timeline-right {
padding-top: 0;
}
.timeline-item:last-child .timeline-right {
padding-bottom: 0;
}
.news-wrap .img-left, .news-wrap .secondary-img {
width: 60px;
height: 60px;
border-radius: 4px;
}
.timeline-left {
width: 80px;
display: table-cell;
position: relative;
}
.timeline-left-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.timeline-left-wrapper:before {
content: '';
position: absolute;
left: 39px;
width: 1px;
border-left: dotted 1px #CCC;
top: 0;
bottom: 0;
}
.timeline-category {
width: 32px;
height: 32px;
display: block;
border-radius: 50%;
background-color: #dc2430;
color: #FFF;
padding: 4px;
position: absolute;
left: 24px;
top: 50%;
margin-top: -24px;
}
.timeline-date {
background-color: #FFF;
display: block;
font-size: 10px;
position: absolute;
top: 50%;
margin-top: 10px;
text-align: center;
width: 100%;
padding-top: 3px;
}
.timeline-category:after {
content: '';
position: absolute;
width: 20px;
height: 1px;
border-top: dotted 1px #CCC;
top: 50%;
left: 100%;
}
.timeline-right {
display: table-cell;
padding: 15px 0;
}
.timeline-right a {
color: #333;
text-decoration: none;
}
.timeline-post-image {
display: table-cell;
vertical-align: middle;
position: relative;
}
.timeline-post-image a {
position: relative;
display: inline-block;
}
.timeline-post-image a:hover:before {
position: absolute;
content: '';
background-color: rgba(0, 0, 0, .3);
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.timeline-post-image img {
display: block;
}
.timeline-post-content {
display: table-cell;
padding-left: 20px;
}
.timeline-category-name {
display: inline-block;
font-size: 10px;
padding: 4px 8px;
border: solid 1px #EEE;
text-transform: uppercase;
}
.timeline-post-title {
margin: 0;
padding: 0;
font-weight: 400;
font-size: 18px;
line-height: 1.3;
color: #000;
}
.timeline-post-desc {
line-height: 1.3;
opacity: .8;
font-size: 13px;
}
.timeline-post-info {
font-size: 12px;
color: #999;
}
.timeline-post-info .author:hover {
color: #dc2430;
}
.timeline-post-info .dot {
width: 3px;
height: 3px;
display: inline-block;
border-radius: 50%;
background-color: #333;
position: relative;
top: -2px;
margin: 0 5px;
}
.load-more {
width: 100%;
height: auto;
text-align: center;
padding: 15px 0;
margin: 30px 0;
}
.load-more-button {
padding: 10px 20px;
border: none;
background-color: #f2f2f2;
color: #333;
cursor: pointer;
outline: none;
}
.load-more-button i {
float: left;
}
.load-more-button span {
display: inline-block;
float: left;
margin-left: 10px;
}
/*end of part 10---------------------------------------------------*/
/*-------------------------------------------------------------------
[11. Post list Items]
*------------------------------------------------------------------*/
.post-lists {
overflow: hidden;
}
.post-lists .columns {
padding-bottom: 30px;
}
.post-lists .column-3:nth-child(odd) {
padding-right: 15px;
}
.post-lists .column-3:nth-child(even) {
padding-left: 15px;
}
.post-lists .column-2 {
padding-left: 15px;
padding-right: 15px;
}
.post-lists .column-2:nth-child(3n) {
padding-right: 0;
}
.post-lists .column-2:nth-child(3n+1) {
padding-left: 0;
}
.post-list-item {
border-radius: 3px;
border: solid 1px #EEE;
overflow: hidden;
}
.post-list-item:hover {
-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1)
}
.post-list-item:hover .post-title a span {
bottom: 30px;
}
.post-list-item .post-top {
position: relative;
width: 100%;
height: 240px;
overflow: hidden;
}
.post-list-item .post-image {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
.post-list-item .post-title {
position: absolute;
margin: 0;
padding: 0;
font-size: 20px;
left: 0;
right: 0;
bottom: 0;
top: 0;
line-height: 1.2;
}
.post-lists .column-2 .post-list-item .post-title {
font-size: 16px;
}
.post-list-item .post-title:before {
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
height: 60%;
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
}
.post-list-item .post-title a {
color: #FFF;
text-decoration: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 20px;
}
.post-list-item .post-title a span {
position: absolute;
left: 20px;
bottom: 20px;
right: 20px;
-webkit-transition: bottom 100ms linear;
-moz-transition: bottom 100ms linear;
-o-transition: bottom 100ms linear;
transition: bottom 100ms linear;
}
.post-list-item .post-bottom {
height: auto;
padding: 20px;
}
.post-list-item .post-author-box {
display: table;
font-size: 13px;
}
.post-list-item .author-avatar {
display: table-cell;
vertical-align: middle;
}
.post-list-item .author-avatar img {
border-radius: 50%;
overflow: hidden;
display: block;
width: 24px;
height: 24px;
}
.post-list-item .author-name {
display: table-cell;
vertical-align: middle;
padding-right: 20px;
padding-left: 10px;
text-decoration: none;
white-space: nowrap;
}
.post-list-item .author-name:hover {
text-decoration: underline;
}
.post-list-item .post-date {
display: table-cell;
vertical-align: middle;
opacity: .4;
white-space: nowrap;
}
.post-list-item .post-meta {
display: block;
margin-top: 15px;
padding-top: 15px;
border-top: solid 1px #EEE;
font-size: 14px;
}
.post-list-item .read-more {
text-decoration: none;
position: relative;
color: #333;
}
.post-list-item .read-more:hover {
color: #dc2430;
}
.post-list-item .read-more:hover i {
left: 10px;
}
.post-list-item .read-more i {
position: relative;
top: 5px;
left: 0;
font-size: 18px;
-webkit-transition: left 200ms linear;
-moz-transition: left 200ms linear;
-o-transition: left 200ms linear;
transition: left 200ms linear;
}
/*end of part 11---------------------------------------------------*/
/*detail content styles*/
/***********************/
/*-------------------------------------------------------------------
[12. Video page styles]
*------------------------------------------------------------------*/
.video-box {
background-color: #263238;
width: 100%;
height: auto;
padding: 30px 0;
background-image: url(../img/inspiration-geometry.png);
}
.video-box-wrapper {
width: 100%;
max-width: 1200px;
padding: 0 20px;
height: auto;
margin: 0 auto;
}
.video-box .breadcrumb {
color: rgba(255, 255, 255, .8);
}
.video-box .breadcrumb a {
color: rgba(255, 255, 255, .8);
}
.video-box .breadcrumb ul li:last-child span {
font-weight: 400;
}
.video-title {
color: #FFF;
font-size: 32px;
line-height: 1.2;
margin: 0;
padding: 0;
margin-bottom: 20px;
}
.video-container {
display: table;
width: 100%;
}
.video-player-row {
display: table-row;
}
.video-player {
display: table-cell;
vertical-align: top;
}
.player-box {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
width: 100%;
overflow: hidden;
}
.player-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
overflow: hidden;
}
.player-content iframe {
position: absolute;
width: 100% !important;
height: 100% !important;
}
.video-playlist {
width: 320px !important;
display: table-cell;
vertical-align: top;
position: relative;
}
.playerlist {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.playlist-header {
position: absolute;
width: 100%;
height: 50px;
background-color: #37474f;
color: #FFF;
padding: 15px 10px;
border-bottom: 1px solid #242f34;
}
.playlist-header .md-checkbox {
float: right;
}
.playlist-list {
position: absolute;
top: 50px;
bottom: 0;
left: 0;
right: 0;
overflow-y: auto;
}
.playlist-list ul {
list-style: none;
padding: 0;
margin: 0;
}
.playlist-list ul li {
border-bottom: 1px solid #242f34;
border-top: 1px solid #45545b;
background-color: #37474f;
}
.playlist-list ul li:hover a, .playlist-list ul li.active a {
background-color: #455a64;
}
.playlist-list ul li a {
display: table;
width: 100%;
text-decoration: none;
color: rgb(255, 255, 255);
font-weight: 600;
}
.playlist-list ul li:hover .video-list-name, .playlist-list ul li.active .video-list-name {
opacity: 1;
}
.playlist-list .video-list-image {
display: table-cell;
vertical-align: middle;
padding: 10px;
position: relative;
width: 120px !important;
}
.playlist-list .video-list-image i {
position: absolute;
left: 50%;
margin-left: -12px;
top: 50%;
margin-top: -12px;
}
.playlist-list .video-list-name {
display: table-cell;
vertical-align: top;
padding: 10px 10px 10px 0;
line-height: 1.2;
font-size: 13px;
opacity: .6;
}
/*end of part 12---------------------------------------------------*/
/*-------------------------------------------------------------------
[13. Extra posts styles]
*------------------------------------------------------------------*/
.extra-posts {
width: 100%;
min-height: 0px;
background-color: #f4f4f4;
position: relative;
padding: 20px 0;
}
.extra-post-wrapper {
width: 100%;
max-width: 1180px;
margin: 0 auto;
overflow: hidden;
}
.extra-post-wrapper .columns {
padding: 0 10px;
}
.extra-post-box {
background: #fff;
border: 1px solid #eee;
border-radius: 4px;
box-shadow: 0 1px 6px rgba(0, 0, 0, .03);
}
.extra-post-box:hover a {
color: #dc2430;
}
.extra-post-box:hover .post-date {
color: #333;
}
.extra-post-box .extra-post-link {
display: table;
width: 100%;
color: #333;
text-decoration: none;
}
.extra-post-box .post-image {
display: table-cell;
width: 110px;
vertical-align: middle;
padding: 15px;
}
.extra-post-box .post-image span {
display: block;
border-radius: 50%;
width: 80px;
height: 80px;
overflow: hidden;
}
.extra-post-box .post-image img {
display: block;
object-fit: cover;
}
.extra-post-box .post-title {
display: table-cell;
vertical-align: middle;
padding: 15px 15px 15px 0;
font-weight: 600;
font-size: 16px;
line-height: 1.2;
}
.extra-post-box .post-date {
display: block;
opacity: .5;
font-size: 13px;
font-weight: 400;
padding-top: 5px;
}
/*end of part 13---------------------------------------------------*/
/*-------------------------------------------------------------------
[14. Author page styles]
*------------------------------------------------------------------*/
.author-wrapper {
background-color: #f6f6f6;
text-align: center;
margin-bottom: 30px;
border-radius: 3px;
border: solid 1px #EEE;
padding: 0 30px 30px 30px;
}
.author-wrapper .author-image {
width: 110px;
height: 110px;
overflow: hidden;
display: inline-block;
border: 5px solid #fff;
border-radius: 100%;
box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
position: relative;
top: -30px;
}
.author-wrapper .author-image img {
display: block;
}
.author-wrapper .author-name {
margin: 0;
margin-top: -30px;
font-size: 36px;
}
.author-wrapper p {
opacity: .6;
font-size: 13px;
}
.author-item {
display: table;
width: 100%;
background: #fff;
border: 1px solid #eee;
border-radius: 4px;
box-shadow: 0 1px 6px rgba(0, 0, 0, .03);
margin-bottom: 20px;
}
.author-item .author-image {
display: table-cell;
vertical-align: middle;
padding: 20px;
}
.author-item .author-item-link {
border-radius: 50%;
overflow: hidden;
display: inline-block;
}
.author-item .author-image img {
object-fit: cover;
display: block;
}
.author-item .author-info {
display: table-cell;
vertical-align: middle;
padding: 20px 20px 20px 0;
}
.author-item .author-name {
font-size: 18px;
text-decoration: none;
color: #333;
}
.author-item .author-name h4 {
margin: 0;
padding: 0;
display: inline-block;
}
.author-item .author-description {
font-size: 13px;
opacity: .7;
}
.author-item .author-extras {
margin-top: 4px;
font-size: 12px;
}
.author-item:hover .author-name {
color: #dc2430;
}
/*end of part 14---------------------------------------------------*/
/*-------------------------------------------------------------------
[15. Parallax image styles]
*------------------------------------------------------------------*/
.parallax-box {
width: 100%;
position: relative;
padding: 10px;
height: 460px;
overflow: hidden;
top: 10px;
}
.parallax-image {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
width: 100%;
height: 760px;
border-radius: 3px;
min-height: 660px;
margin-top: -150px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.parallax-box .post-box {
height: 460px;
background: transparent;
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
-webkit-transition: opacity 100ms linear;
-moz-transition: opacity 100ms linear;
-o-transition: opacity 100ms linear;
transition: opacity 100ms linear;
}
.parallax-box .post-overlay {
border-radius: 3px;
}
.parallax-box .post-overlay-inner {
width: 100%;
max-width: 1160px;
margin: 0 auto;
padding-right: 20%;
}
.parallax-box .post-title {
font-size: 48px;
}
.article-header-title {
width: 100%;
line-height: 1.2;
}
.article-header-title .article-title {
font-size: 36px;
margin: 0;
padding: 0;
margin-bottom: 10px;
}
.extra-title {
font-size: 36px;
}
.article-meta-info {
font-size: 13px;
}
.article-meta-info .author-name {
text-decoration: none;
font-weight: 600;
color: #333;
margin-right: 10px;
}
.article-meta-info .author-name:hover {
color: #dc2430;
}
.article-meta-info .article-post-date {
margin-left: 10px;
opacity: .6;
}
.article-meta-info .article-reading-time {
display: inline-block;
padding: 5px 10px;
border-radius: 20px;
background-color: #f2f2f2;
margin-left: 10px;
}
/*end of part 15---------------------------------------------------*/
/*-------------------------------------------------------------------
[16. Breadcrumbs]
*------------------------------------------------------------------*/
.breadcrumb {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background: transparent;
padding: 0;
margin: 0;
}
.breadcrumb ul {
list-style: none;
padding: 0;
margin: 0;
font-size: 13px;
width: 100%;
}
.breadcrumb ul li {
float: left;
}
.breadcrumb ul li:last-child span {
font-weight: 600;
opacity: .6;
display: block;
overflow: hidden;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
}
.breadcrumb ul li a {
color: rgba(0, 0, 0, .6);
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
.breadcrumb ul li a:hover {
color: #dc2430;
}
.breadcrumb ul li i {
font-size: 14px;
position: relative;
top: 4px;
}
/*end of part 16---------------------------------------------------*/
/*-------------------------------------------------------------------
[17. Article styles]
*------------------------------------------------------------------*/
.article-wrapper {
position: relative;
margin-bottom: 30px;
padding-bottom: 40px;
background-size: 6px;
background-repeat: repeat-x;
background-position: left bottom;
}
.article-header {
height: auto;
margin-bottom: 20px;
}
.article-content {
position: relative;
}
.article-left-box {
position: absolute;
width: 80px;
top: 8px;
left: 0;
height: 100%;
}
.article-left-box-inner {
width: 50px;
height: auto;
}
.article-share a {
display: block;
width: 50px;
height: 50px;
margin-bottom: 1px;
border-radius: 50%;
margin-bottom: 5px;
background-position: center;
background-repeat: no-repeat;
}
.article-share a.facebook {
border-color: #4363a2;
background-image: url(../img/facebook-white.png);
background-size: 24px;
background-color: #4363a2;
}
.article-share a.twitter {
border-color: #03A9F4;
background-image: url(../img/twitter-white.png);
background-size: 24px;
background-color: #03A9F4;
}
.article-share a.google-plus {
border-color: #DC4E41;
background-image: url(../img/google-plus-white.png);
background-size: 24px;
background-color: #DC4E41;
}
.article-share a.facebook:hover {
background-color: #385793;
}
.article-share a.twitter:hover {
background-color: #008ece;
}
.article-share a.google-plus:hover {
background-color: #be3a2d;
}
.add-to-favorite {
display: block;
width: 50px;
height: 50px;
text-align: center;
padding: 11px;
border-radius: 50%;
border: solid 2px #dc2430;
margin: 10px 0;
color: #dc2430;
cursor: pointer;
}
.add-to-favorite:hover {
background-color: #dc2430;
color: #FFF;
}
.article-emoticons, .article-emoticons ul {
list-style: none;
margin: 0;
padding: 0;
display: block;
width: 50px;
position: relative;
z-index: 20;
}
.article-emoticons ul {
height: 0;
background-color: #FFF;
}
.article-emoticons .popular {
-webkit-transform: scale(1.2);
-khtml-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.article-emoticons ul > li {
-webkit-transform: scale(0);
-khtml-transform: scale(0);
transform: scale(0);
-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.article-emoticons.active ul {
height: auto;
}
.article-emoticons li {
display: block;
width: 100%;
}
.article-emoticons > li {
height: 50px;
}
.article-emoticons > li > span {
padding-top: 6px;
}
.article-emoticons:hover ul > li {
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
-webkit-transform: scale(1);
-khtml-transform: scale(1);
transform: scale(1);
}
.article-emoticons ul > li:hover {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
transform: scale(1.1);
}
.article-emoticons:hover .popular {
-webkit-transform: scale(1.4);
-khtml-transform: scale(1.4);
transform: scale(1.4);
}
.article-emoticons li a {
display: block;
width: 50px;
height: 40px;
background-repeat: no-repeat;
background-position: center;
background-size: 40px;
}
.article-emoticons li span {
display: block;
width: 100%;
text-align: center;
font-size: 10px;
font-weight: 600;
padding-bottom: 5px;
}
.article-emoticons li .happy {
background-image: url(../img/happy.svg);
}
.article-emoticons li .love {
background-image: url(../img/love.svg);
}
.article-emoticons li .shocked {
background-image: url(../img/shocked.svg);
}
.article-emoticons li .angry {
background-image: url(../img/angry.svg);
}
.article-emoticons li .crying {
background-image: url(../img/crying.svg);
}
.article-emoticons li .sleepy {
background-image: url(../img/sleepy.svg);
}
.article-inner {
margin-left: 80px;
margin-bottom: 30px;
}
.article-description {
font-size: 20px;
margin-bottom: 20px;
}
.article-inner figure {
margin: 0;
padding: 0;
}
.article-inner figure.left {
display: inline-block;
float: left;
margin-right: 20px;
padding-top: 6px;
}
.article-inner figure.right {
display: inline-block;
max-width: 50%;
float: right;
margin-left: 20px;
padding-top: 6px;
}
.article-inner figure img {
display: block;
max-width: 100% !important;
}
.article-inner figure figcaption {
display: block;
width: 100%;
text-align: center;
opacity: .6;
font-size: 13px;
padding-top: 10px;
}
.article-content.adbox120 .article-left-box {
width: 150px;
}
.article-content.adbox120 .article-left-box-inner {
width: 120px;
height: 600px;
background: #f2f2f2;
}
.article-content.adbox120 .article-inner {
margin-left: 150px;
}
.article-content.adbox160 .article-left-box {
width: 190px;
}
.article-content.adbox160 .article-left-box-inner {
width: 160px;
height: 600px;
background: #f2f2f2;
}
.article-content.adbox160 .article-inner {
margin-left: 190px;
}
blockquote {
font-size: 1.2em;
width: 100%;
margin: 50px auto;
color: #555555;
padding: 1.2em 30px 1.2em 50px;
background: #f8f8f8;
border-left: 8px solid #dc2430;
line-height: 1.6;
position: relative;
font-weight: 300;
}
blockquote::before {
font-family: Arial;
content: "\201C";
color: #dc2430;
font-size: 4em;
position: absolute;
left: 10px;
top: -10px;
}
blockquote::after {
content: '';
}
blockquote span {
display: block;
color: #333333;
font-style: normal;
font-weight: bold;
margin-top: 1em;
}
.article-source-box {
border: dashed 1px #CCC;
padding: 6px 12px;
font-size: 12px;
margin: 10px 0;
}
.article-source-box:hover {
background-color: #f4f4f4;
}
.article-source-box .source-subtitle {
color: #333;
font-weight: 600;
}
.article-source-box .source-url {
opacity: .7;
}
.article-tags {
font-size: 13px;
margin: 10px 0;
}
.article-tags .tag-dot {
display: inline-block;
width: 3px;
height: 3px;
background-color: #333;
border-radius: 50%;
margin: 0 4px;
position: relative;
top: -2px;
}
/*end of part 17---------------------------------------------------*/
/*-------------------------------------------------------------------
[18. Article more posts styles]
*------------------------------------------------------------------*/
.more-article {
margin-bottom: 30px;
}
.more-posts {
overflow: hidden;
}
.more-posts .columns {
padding: 0 5px;
}
.more-posts .column-2:nth-child(1) {
padding-left: 0;
padding-right: 10px;
}
.more-posts .column-2:nth-child(3) {
padding-right: 0;
padding-left: 10px;
}
.more-posts .post-box {
height: 260px;
}
.more-posts .post-title {
font-size: 16px;
}
/*end of part 18---------------------------------------------------*/
/*-------------------------------------------------------------------
[19. Article comments]
*------------------------------------------------------------------*/
.comment-form {
padding-bottom: 50px;
}
.comment-form .comment-columns .columns {
padding-right: 10px;
}
.comment-form .comment-columns .columns:nth-child(3) {
padding-right: 0px;
}
.comment-form-notice {
font-size: 12px;
opacity: .6;
}
.comment-item {
display: table;
margin: 40px 0;
}
.comment-item .comment-avatar {
display: table-cell;
width: 70px;
}
.comment-item .comment-img {
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
}
.comment-item .comment-content {
display: table-cell;
vertical-align: top;
}
.comment-item .author-name {
font-weight: 600;
color: #333;
text-decoration: none;
}
.comment-item a.author-name:hover {
color: #dc2430;
}
.comment-item .comment-date {
font-size: 12px;
position: relative;
top: -1px;
opacity: .6;
}
.comment-item .comment-wrapper {
font-size: 13px;
padding: 4px 0;
opacity: .8;
}
.comment-item .comment-vote {
padding: 0;
line-height: 1;
cursor: pointer;
background: none;
border: none;
position: relative;
margin-left: 20px;
top: 6px;
outline: none;
}
.comment-item .comment-vote i {
opacity: .2;
}
.comment-item .comment-vote:hover i {
opacity: .6;
}
.comment-item .comment-vote .vote-count {
position: relative;
top: -6px;
}
.comment-item .up-vote .vote-count {
color: #70ca3f;
top: -7px;
}
.comment-item .down-vote .vote-count {
color: #ca3f3f;
top: -9px;
}
.comment-item .down-vote {
top: 8px;
}
.comment-item .down-vote i {
-ms-transform: rotate(180deg); /* IE 9 */
-ms-transform-origin: 50% 50%; /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari 3-8 */
-webkit-transform-origin: 50% 50%; /* Safari 3-8 */
transform: rotate(180deg);
transform-origin: 50% 50%;
}
.comment-item .replay-button {
cursor: pointer;
}
.comment-item .replay-button:hover {
text-decoration: underline;
}
/*end of part 19---------------------------------------------------*/
/*-------------------------------------------------------------------
[20. Content sidebar]
*------------------------------------------------------------------*/
.content-sidebar {
/*width: 300px;*/
/*position: absolute;*/
/*right: 0;*/
/*top: 0;*/
width: 30%;
/* position: absolute; */
/* right: 0; */
/* top: 0; */
float: left;
}
.main-content.sidebar-left .content-body {
margin-right: 0;
margin-left: 330px;
}
.main-content.sidebar-left .content-sidebar {
right: auto;
left: 0;
}
.main-content.sidebar-left .article-left-box {
left: auto;
right: 0;
}
.main-content.sidebar-left .article-left-box-inner {
margin-left: 30px;
}
.main-content.sidebar-left .article-inner {
margin-left: 0;
margin-right: 80px;
}
.main-content.sidebar-left .adbox160 .article-inner {
margin-right: 190px;
}
.main-content.sidebar-left .adbox120 .article-inner {
margin-right: 150px;
}
/*.sidebar_inner{*/
/*width: 300px;*/
/*}*/
.seperator {
width: 100%;
height: 14px;
background-image: url(../img/seperator.png);
background-position: top left;
background-repeat: repeat-x;
background-size: 6px;
margin-bottom: 20px;
}
.widget-item {
width: 100%;
height: auto;;
margin-bottom: 30px;
}
.w-header {
display: table;
width: 100%;
margin-bottom: 20px;
}
.w-title {
margin: 0;
padding: 0;
font-weight: 600;
font-size: 18px;
display: table-cell;
vertical-align: middle;
white-space: nowrap;
padding-right: 10px;
}
.w-seperator {
display: table-cell;
height: 10px;
width: 100%;
background-image: url(../img/seperator.png);
background-position: top left;
background-repeat: repeat-x;
background-size: 6px;
top: 9px;
position: relative;
opacity: .6;
}
.w-post-list {
margin: 0;
padding: 0;
list-style: none;
}
.w-post-list > li {
margin-bottom: 20px;
}
.w-post-list > li > a {
display: table;
text-decoration: none;
color: #333;
}
.w-post-list > li > a .w-post-image {
display: table-cell;
position: relative;
vertical-align: middle;
}
.w-post-list > li > a .w-post-image img {
display: block;
object-fit: cover;
}
.w-post-list > li > a .w-post-image > span {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-align: center;
line-height: 80px;
font-size: 24px;
color: #FFF;
font-weight: 700;
background-color: rgba(0, 0, 0, .3);
}
.w-post-list > li > a .w-post-content {
display: table-cell;
vertical-align: top;
padding-left: 20px;
line-height: 1.2;
}
.w-post-list .w-post-title {
font-size: 14px;
font-weight: 700;
position: relative;
top: -2px;
}
.w-post-list .w-post-views {
display: block;
font-size: 12px;
opacity: .6;
}
.w-post-list > li > a:hover .w-post-title {
color: #dc2430;
}
.w-post-list > li > a:hover .w-post-image > span {
background-color: rgba(0, 0, 0, 0);
}
.w-carousel-post .item {
line-height: 1.2;
}
.w-carousel-post a {
color: #333;
text-decoration: none;
font-size: 15px;
font-weight: 700;
display: block;
}
.w-carousel-post .w-post-title {
padding-top: 6px;
display: block;
}
.w-carousel-post a:hover {
color: #dc2430;
}
.w-carousel-post .w-play-img {
position: relative;
}
.w-video-icon {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .1);
color: #dc2430;
font-size: 36px;
}
.w-video-icon i {
font-size: 64px;
position: absolute;
top: 50%;
margin-top: -32px;
left: 50%;
margin-left: -32px;
}
.w-carousel-post .owl-dots {
position: absolute;
top: 0;
height: 10px;
width: 100%;
z-index: 10;
text-align: right;
padding-right: 10px;
}
.w-carousel-post .owl-dots .owl-dot {
width: 10px;
height: 10px;
background-color: #FFF;
border-radius: 50%;
margin: 0 2px;
}
.w-carousel-post .owl-dots .owl-dot.active {
background-color: #dc2430;
}
.widget-ad-box {
margin-bottom: 20px;
display: block;
}
.widget-ad-box img {
display: block;
}
.w-boxed-post ul {
list-style: none;
padding: 0;
margin: 0;
background-color: #f6f6f6;
border-radius: 2px;
border: solid 1px #EEE;
overflow: hidden;
}
.w-boxed-post ul li {
display: block;
width: 100%;
border-bottom: solid 1px #EEE;
}
.w-boxed-post ul li:last-child {
border-bottom: none;
}
.w-boxed-post ul li.active a .box-wrapper, .w-boxed-post ul li:hover .box-wrapper {
background-color: rgba(0, 0, 0, .3);
}
.w-boxed-post ul li a {
display: block;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: #333;
text-decoration: none;
line-height: 1.2;
-webkit-transition: color 200ms linear;
-moz-transition: color 200ms linear;
-o-transition: color 200ms linear;
transition: color 200ms linear;
}
.w-boxed-post ul li a .box-wrapper {
display: table;
background-color: #f6f6f6;
}
.w-boxed-post ul li a .box-wrapper .box-left {
display: table-cell;
vertical-align: middle;
padding: 0 20px;
}
.w-boxed-post ul li a .box-wrapper .box-left span {
display: inline-block;
width: 32px;
height: 32px;
border-radius: 32px;
text-align: center;
line-height: 32px;
font-weight: 700;
font-size: 16px;
background-color: #FFF;
border: solid 1px #EEE;
color: #333;
}
.w-boxed-post ul li a .box-wrapper .box-right {
display: table-cell;
vertical-align: middle;
padding: 20px 10px 20px 0;
}
.w-boxed-post ul li a .box-wrapper .box-right .p-title {
margin: 0;
padding: 0;
font-size: 15px;
font-weight: 600;
}
.w-boxed-post ul li a .box-wrapper .box-right .p-icons {
font-size: 12px;
display: block;
margin-top: 5px;
opacity: .5;
}
.w-boxed-post ul li.active a, .w-boxed-post ul li:hover a {
color: #FFF;
}
/*end of part 20---------------------------------------------------*/
/*-------------------------------------------------------------------
[21. Error page styles]
*------------------------------------------------------------------*/
.error-container {
min-height: 200px;
max-width: 1200px;
padding: 20px;
margin: 100px auto;
text-align: center;
}
.error-code {
background: #7b4397;
background: -webkit-linear-gradient(to right, #dc2430, #7b4397);
background: linear-gradient(to right, #dc2430, #7b4397);
display: inline-block;
padding: 50px 100px;
font-size: 160px;
font-weight: 900;
color: #FFF;
border-radius: 3px;
line-height: 1;
}
.go-home-link {
text-decoration: none;
}
.go-home-link:hover {
text-decoration: underline;
}
/*end of part 21---------------------------------------------------*/
/*-------------------------------------------------------------------
[22. Contact page styles]
*------------------------------------------------------------------*/
.contact-form .columns {
padding-left: 15px;
}
.contact-form .columns:first-child {
padding-left: 0;
}
.contact-form .send-button {
padding-top: 15px;
}
/*end of part 22---------------------------------------------------*/
/*-------------------------------------------------------------------
[23. Popup modal styles]
*------------------------------------------------------------------*/
.m-modal-box {
position: fixed;
z-index: 999;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: none;
}
.m-modal-overlay {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
cursor: pointer;
}
.m-modal-content {
width: 400px;
left: 50%;
top: 50%;
min-height: 100px;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
z-index: 105;
-ms-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .5);
-o-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .5);
box-shadow: 0 0 24px 0 rgba(0, 0, 0, .5);
background-color: #fff;
}
.m-modal-content.large {
width: 1200px;
}
.m-modal-content.medium {
width: 800px;
}
.m-modal-content.small {
width: 400px;
}
.m-modal-header {
padding: 30px;
position: relative;
}
.m-modal-title {
margin: 0;
padding: 0;
font-weight: 600;
}
.m-modal-close {
position: absolute;
right: 30px;
top: 30px;
cursor: pointer;
}
.m-modal-body {
padding: 0 30px 30px 30px;
}
.m-modal-seperator {
width: 100%;
height: 1px;
background-color: #CCC;
margin: 40px 0;
position: relative;
text-align: center;
}
.m-modal-seperator > span {
position: relative;
display: inline-block;
border: solid 2px #CCC;
border-radius: 30px;
padding: 10px;
top: -20px;
background-color: #FFF;
font-size: 12px;
}
.m-modal-social-logins {
overflow: hidden;
}
.m-modal-social-logins > .columns {
padding-right: 10px;
}
.m-modal-social-logins > .columns:last-child {
padding-right: 0;
}
/*end of part 23---------------------------------------------------*/
/*-------------------------------------------------------------------
[24. Helpers]
*------------------------------------------------------------------*/
.overlay {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .5);
z-index: 100;
cursor: pointer;
display: none;
}
.material-button {
position: relative;
/*overflow: hidden;*/
}
.wave-effect {
display: block;
position: absolute;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
width: 0px;
height: 0px;
background-color: #fff;
border-radius: 50%;
opacity: 0.7;
}
.Zebra_Tooltip_Message {
font-size: 13px;
padding: 8px 15px !important;
}
#endOfTheArticle, #endOfTheSidebar {
height: 1px;
width: 100%;
}
.frm-row {
margin-bottom: 10px;
}
.frm-input {
display: block;
width: 100%;
height: 40px;
padding: 12px 14px;
border: solid 1px #CCC;
border-radius: 2px;
outline: none;
}
textarea.frm-input {
height: auto;
}
.frm-input:focus {
border-color: #666;
}
.frm-check-radio-label {
font-size: 13px;
}
.frm-check-radio-label span {
position: relative;
top: -2px;
}
.frm-button {
background-color: #069;
color: #FFF;
padding: 10px 14px;
border: none;
cursor: pointer;
background: #dc2430;
outline: none;
border-radius: 2px;
text-decoration: none;
}
.frm-button.small {
padding: 4px 10px;
font-size: 12px;
}
.frm-button.full {
width: 100%;
border-radius: 2px;
}
.frm-button.facebook {
background: #226abc;
}
.frm-button.twitter {
background: #00abf0;
}
.frm-button.google {
background: #d1432b;
}
.sidebar-spacer {
height: 92px;
}
.sidebar-button-group {
border: 1px solid #eee;
border-radius: 4px;
box-shadow: 0 1px 6px rgba(0, 0, 0, .03);
overflow: hidden;
}
.sidebar-buttons {
display: block;
width: 100%;
padding: 10px 20px;
background: #fff;
overflow: hidden;
font-size: 14px;
color: #333;
font-weight: 600;
}
.sidebar-buttons.active {
color: #dc2430;
background-color: #f4f4f4;
}
.sidebar-buttons i {
float: left;
margin-right: 10px;
}
.sidebar-buttons .btn-label {
position: relative;
line-height: 24px;
display: inline-block;
float: left;
}
.txt-right {
text-align: right;
}
.txt-left {
text-align: left;
}
.txt-center {
text-align: center;
}
.block {
display: block;
}
.columns {
float: left;
}
.column-1 {
width: 16.666667%;
}
.column-2 {
width: 33.333334%;
}
.column-3 {
width: 50%;
}
.column-4 {
width: 66.666667%;
}
.column-5 {
width: 83.333334%;
}
.column-6 {
width: 100%;
}
.clearfix {
clear: both;
display: block;
width: 100%;
}
.margin-60 {
width: 100%;
height: 60px;
}
.margin-30 {
width: 100%;
height: 30px;
}
.margin-20 {
width: 100%;
height: 20px;
}
.margin-10 {
width: 100%;
height: 10px;
}
/*end of part 24---------------------------------------------------*/
/*-------------------------------------------------------------------
[25. Slider animations]
*------------------------------------------------------------------*/
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(50%, 0, 0);
transform: translate3d(50%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(50%, 0, 0);
transform: translate3d(50%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
/*end of part 25---------------------------------------------------*/
/*-------------------------------------------------------------------
[26. Material checkbox styles]
*------------------------------------------------------------------*/
.md-checkbox {
position: relative;
text-align: left;
display: inline-block;
}
.md-checkbox.md-checkbox-inline {
display: inline-block;
}
.md-checkbox label {
cursor: pointer;
}
.md-checkbox label:before, .md-checkbox label:after {
content: "";
position: absolute;
left: 0;
top: 0;
}
.md-checkbox label:before {
width: 20px;
height: 20px;
background: rgba(0, 0, 0, 0.2);
border: 2px solid rgba(0, 0, 0, 0.54);
border-radius: 2px;
cursor: pointer;
transition: background .3s;
}
.md-checkbox input[type="checkbox"] {
outline: 0;
margin-right: 10px;
visibility: hidden;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
background: #dc2430;
border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
transform: rotate(-45deg);
top: 5px;
left: 4px;
width: 12px;
height: 6px;
border: 2px solid #fff;
border-top-style: none;
border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
background: rgba(0, 0, 0, 0.26);
}
/*end of part 26---------------------------------------------------*/
.font-arial {
font-family: 'Arial', sans-serif;
font-weight: 400;
color: #4d4d4d;
}
ul, li {
margin: 0;
padding: 0;
}
body {
background: #f9f9fb;
}
.view-account {
background: #FFFFFF;
margin-top: 20px;
}
.view-account .pro-label {
font-size: 13px;
padding: 4px 5px;
position: relative;
top: -5px;
margin-left: 10px;
display: inline-block
}
.view-account .side-bar {
padding-bottom: 30px
}
.view-account .side-bar .user-info {
text-align: center;
margin-bottom: 15px;
padding: 30px;
color: #616670;
border-bottom: 1px solid #f3f3f3
}
.view-account .side-bar .user-info .img-profile {
width: 120px;
height: 120px;
margin-bottom: 15px
}
.header-menu .header-navigation {
height: 70px;
}
.view-account .side-bar .user-info .meta li {
margin-bottom: 10px
}
.view-account .side-bar .user-info .meta li span {
display: inline-block;
width: 100px;
margin-right: 5px;
text-align: right
}
.view-account .side-bar .user-info .meta li a {
color: #616670
}
.view-account .side-bar .user-info .meta li.activity {
color: #a2a6af
}
.view-account .side-bar .side-menu {
text-align: center
}
.view-account .side-bar .side-menu .nav {
display: inline-block;
margin: 0 auto
}
.view-account .side-bar .side-menu .nav > li {
font-size: 14px;
margin-bottom: 0;
border-bottom: none;
display: inline-block;
float: left;
margin-right: 15px;
margin-bottom: 15px
}
.view-account .side-bar .side-menu .nav > li:last-child {
margin-right: 0
}
.view-account .side-bar .side-menu .nav > li > a {
display: inline-block;
color: #9499a3;
padding: 5px;
border-bottom: 2px solid transparent
}
.view-account .side-bar .side-menu .nav > li > a:hover {
color: #616670;
background: none
}
.view-account .side-bar .side-menu .nav > li.active a {
color: #40babd;
border-bottom: 2px solid #40babd;
background: none;
border-right: none
}
.theme-2 .view-account .side-bar .side-menu .nav > li.active a {
color: #6dbd63;
border-bottom-color: #6dbd63
}
.theme-3 .view-account .side-bar .side-menu .nav > li.active a {
color: #497cb1;
border-bottom-color: #497cb1
}
.theme-4 .view-account .side-bar .side-menu .nav > li.active a {
color: #ec6952;
border-bottom-color: #ec6952
}
.view-account .side-bar .side-menu .nav > li .icon {
display: block;
font-size: 24px;
margin-bottom: 5px
}
.view-account .content-panel {
padding: 30px
}
.view-account .content-panel .title {
margin-bottom: 15px;
margin-top: 0;
font-size: 18px
}
.view-account .content-panel .fieldset-title {
padding-bottom: 15px;
border-bottom: 1px solid #eaeaf1;
margin-bottom: 30px;
color: #616670;
font-size: 16px
}
.view-account .content-panel .avatar .figure img {
float: right;
width: 64px
}
.view-account .content-panel .content-header-wrapper {
position: relative;
margin-bottom: 30px
}
.view-account .content-panel .content-header-wrapper .actions {
position: absolute;
right: 0;
top: 0
}
.view-account .content-panel .content-utilities {
position: relative;
margin-bottom: 30px
}
.view-account .content-panel .content-utilities .btn-group {
margin-right: 5px;
margin-bottom: 15px
}
.view-account .content-panel .content-utilities .fa {
font-size: 16px;
margin-right: 0
}
.view-account .content-panel .content-utilities .page-nav {
position: absolute;
right: 0;
top: 0
}
.view-account .content-panel .content-utilities .page-nav .btn-group {
margin-bottom: 0
}
.view-account .content-panel .content-utilities .page-nav .indicator {
color: #a2a6af;
margin-right: 5px;
display: inline-block
}
.view-account .content-panel .mails-wrapper .mail-item {
position: relative;
padding: 10px;
border-bottom: 1px solid #f3f3f3;
color: #616670;
overflow: hidden
}
.view-account .content-panel .mails-wrapper .mail-item > div {
float: left
}
.view-account .content-panel .mails-wrapper .mail-item .icheck {
background-color: #fff
}
.view-account .content-panel .mails-wrapper .mail-item:hover {
background: #f9f9fb
}
.view-account .content-panel .mails-wrapper .mail-item:nth-child(even) {
background: #fcfcfd
}
.view-account .content-panel .mails-wrapper .mail-item:nth-child(even):hover {
background: #f9f9fb
}
.view-account .content-panel .mails-wrapper .mail-item a {
color: #616670
}
.view-account .content-panel .mails-wrapper .mail-item a:hover {
color: #494d55;
text-decoration: none
}
.view-account .content-panel .mails-wrapper .mail-item .checkbox-container,
.view-account .content-panel .mails-wrapper .mail-item .star-container {
display: inline-block;
margin-right: 5px
}
.view-account .content-panel .mails-wrapper .mail-item .star-container .fa {
color: #a2a6af;
font-size: 16px;
vertical-align: middle
}
.view-account .content-panel .mails-wrapper .mail-item .star-container .fa.fa-star {
color: #f2b542
}
.view-account .content-panel .mails-wrapper .mail-item .star-container .fa:hover {
color: #868c97
}
.view-account .content-panel .mails-wrapper .mail-item .mail-to {
display: inline-block;
margin-right: 5px;
min-width: 120px
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject {
display: inline-block;
margin-right: 5px
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label {
margin-right: 5px
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label:last-child {
margin-right: 10px
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label a,
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label a:hover {
color: #fff
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-1 {
background: #f77b6b
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-2 {
background: #58bbee
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-3 {
background: #f8a13f
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-4 {
background: #ea5395
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-5 {
background: #8a40a7
}
.view-account .content-panel .mails-wrapper .mail-item .time-container {
display: inline-block;
position: absolute;
right: 10px;
top: 10px;
color: #a2a6af;
text-align: left
}
.coming-soon {
text-align: center;
}
.coming-soon-link {
display: inline-block;
position: relative;
}
.coming-soon-link marquee {
position: absolute;
left: 0;
right: 0;
top: 44%;
z-index: 1;
background: #21431e14;
padding: 10px;
color: #000;
-webkit-animation: rightThenLeft 4s linear;
}
.coming-soon-link h1 {
color: #264838;
}
.coming-soon-link .coming-soon-img {
max-width: 100%;
}
.highlight-carousel.container {
margin: auto;
overflow: hidden;
}
.highlight-carousel.container .owl-carousel.owl-loaded {
overflow: hidden;
}
.view-account .content-panel .mails-wrapper .mail-item .time-container .attachment-container {
display: inline-block;
color: #a2a6af;
margin-right: 5px
}
.view-account .content-panel .mails-wrapper .mail-item .time-container .time {
display: inline-block;
text-align: right
}
.view-account .content-panel .mails-wrapper .mail-item .time-container .time.today {
font-weight: 700;
color: #494d55
}
.drive-wrapper {
padding: 15px;
background: #f5f5f5;
overflow: hidden
}
.drive-wrapper .drive-item {
width: 130px;
margin-right: 15px;
display: inline-block;
float: left
}
.drive-wrapper .drive-item:hover {
box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
z-index: 1
}
.drive-wrapper .drive-item-inner {
padding: 15px
}
.drive-wrapper .drive-item-title {
margin-bottom: 15px;
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.drive-wrapper .drive-item-title a {
color: #494d55
}
.drive-wrapper .drive-item-title a:hover {
color: #40babd
}
.theme-2 .drive-wrapper .drive-item-title a:hover {
color: #6dbd63
}
.theme-3 .drive-wrapper .drive-item-title a:hover {
color: #497cb1
}
.theme-4 .drive-wrapper .drive-item-title a:hover {
color: #ec6952
}
.drive-wrapper .drive-item-thumb {
width: 100px;
height: 80px;
margin: 0 auto;
color: #616670
}
.drive-wrapper .drive-item-thumb a {
-webkit-opacity: .8;
-moz-opacity: .8;
opacity: .8
}
.drive-wrapper .drive-item-thumb a:hover {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1
}
.drive-wrapper .drive-item-thumb .fa {
display: inline-block;
font-size: 36px;
margin: 0 auto;
margin-top: 20px
}
.drive-wrapper .drive-item-footer .utilities {
margin-bottom: 0
}
.drive-wrapper .drive-item-footer .utilities li:last-child {
padding-right: 0
}
.drive-list-view .name {
width: 60%
}
.drive-list-view .name.truncate {
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.drive-list-view .type {
width: 15px
}
.drive-list-view .date,
.drive-list-view .size {
max-width: 60px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.drive-list-view a {
color: #494d55
}
.drive-list-view a:hover {
color: #40babd
}
.theme-2 .drive-list-view a:hover {
color: #6dbd63
}
.theme-3 .drive-list-view a:hover {
color: #497cb1
}
.theme-4 .drive-list-view a:hover {
color: #ec6952
}
.drive-list-view td.date,
.drive-list-view td.size {
color: #a2a6af
}
@media (max-width: 767px) {
.nopc {
display: none;
}
.view-account .content-panel .title {
text-align: center
}
.view-account .side-bar .user-info {
padding: 0
}
.view-account .side-bar .user-info .img-profile {
width: 60px;
height: 60px
}
.view-account .side-bar .user-info .meta li {
margin-bottom: 5px
}
.view-account .content-panel .content-header-wrapper .actions {
position: static;
margin-bottom: 30px
}
.view-account .content-panel {
padding: 0
}
.view-account .content-panel .content-utilities .page-nav {
position: static;
margin-bottom: 15px
}
.drive-wrapper .drive-item {
width: 100px;
margin-right: 5px;
float: none
}
.drive-wrapper .drive-item-thumb {
width: auto;
height: 54px
}
.drive-wrapper .drive-item-thumb .fa {
font-size: 24px;
padding-top: 0
}
.view-account .content-panel .avatar .figure img {
float: none;
margin-bottom: 15px
}
.view-account .file-uploader {
margin-bottom: 15px
}
.view-account .mail-subject {
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.view-account .content-panel .mails-wrapper .mail-item .time-container {
position: static
}
.view-account .content-panel .mails-wrapper .mail-item .time-container .time {
width: auto;
text-align: left
}
}
@media (min-width: 768px) {
.view-account .side-bar .user-info {
padding: 0;
padding-bottom: 15px
}
.view-account .mail-subject .subject {
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
}
@media (min-width: 992px) {
.view-account .content-panel {
min-height: 800px;
border-left: 1px solid #f3f3f7;
margin-left: 200px
}
.view-account .mail-subject .subject {
max-width: 280px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.view-account .side-bar {
position: absolute;
width: 200px;
min-height: 600px
}
.view-account .side-bar .user-info {
margin-bottom: 0;
border-bottom: none;
padding: 30px
}
.view-account .side-bar .user-info .img-profile {
width: 120px;
height: 120px
}
.view-account .side-bar .side-menu {
text-align: left
}
.view-account .side-bar .side-menu .nav {
display: block
}
.view-account .side-bar .side-menu .nav > li {
display: block;
float: none;
font-size: 14px;
border-bottom: 1px solid #f3f3f7;
margin-right: 0;
margin-bottom: 0
}
.view-account .side-bar .side-menu .nav > li > a {
display: block;
color: #9499a3;
padding: 10px 15px;
padding-left: 30px
}
.view-account .side-bar .side-menu .nav > li > a:hover {
background: #f9f9fb
}
.view-account .side-bar .side-menu .nav > li.active a {
background: #f9f9fb;
border-right: 4px solid #40babd;
border-bottom: none
}
.theme-2 .view-account .side-bar .side-menu .nav > li.active a {
border-right-color: #6dbd63
}
.theme-3 .view-account .side-bar .side-menu .nav > li.active a {
border-right-color: #497cb1
}
.theme-4 .view-account .side-bar .side-menu .nav > li.active a {
border-right-color: #ec6952
}
.view-account .side-bar .side-menu .nav > li .icon {
font-size: 24px;
vertical-align: middle;
text-align: center;
width: 40px;
display: inline-block
}
}
/*DETAIL*/
.detail {
margin: 20px 0;
text-align: justify;
}
.two-item-heading:before {
width: 5px;
height: 17px;
position: absolute;
top: 5px;
background: #21431e;
content: '';
left: 15px;
}
.container {
max-width: 1200px;
}
.two-item-heading {
margin-top: 0 !important;
padding-left: 15px;
margin-bottom: 15px;
font-size: 20px;
}
.info-des ul {
}
.two-item-wrap {
margin: 30px 0;
}
.news-wrap {
padding-bottom: 50px;
}
.news-wrap .timeline-post-title {
font-size: 17px;
font-weight: 600;
}
.news-description {
text-align: justify;
display: block;
margin-top: 6px;
}
.service-link {
margin-bottom: 25px;
text-align: center;
}
.two-item-title {
padding-top: 15px;
}
.two-item-link-heading {
display: block;
}
.header-top {
position: fixed;
z-index: 100;
top: 0;
left: 0;
right: 0;
height: 40px;
background: #21431e;
}
.product-title {
font-weight: normal;
}
.product-info-wrap {
display: flex;
margin-bottom: 20px;
}
.product-cart .add-to-cart {
display: inline-block;
border-radius: 0;
padding: 8px 35px;
}
.product-image-info {
width: 40%;
margin-right: 30px;
}
.product-info .product-price {
font-size: 20px;
margin: 10px 0;
}
.product-info {
width: 70%;
}
.cart-link .fa {
font-size: 16px;
}
.timeline-post-title:hover {
text-decoration: none;
}
.info-contact {
margin-right: 16px;
color: #fff;
}
.info-contact i {
font-size: 18px;
margin-right: 8px;
vertical-align: middle;
}
.header-top .row {
padding: 8px 0;
}
a:hover {
text-decoration: none;
}
.item-link-secondary {
display: flex;
margin-bottom: 15px;
}
.item-link-secondary:hover {
opacity: 0.8;
}
.icon-language {
width: 20px;
height: 20px;
}
.secondary-title {
width: 85%;
padding-left: 15px;
font-size: 15px;
font-weight: normal;
display: table-cell;
vertical-align: top;
}
.category-one {
padding-top: 30px;
}
.category-one .secondary-title {
padding: 0;
font-size: 20px;
}
.header-navigation > li > a.link-icon-laguage {
padding: 0;
}
.time-ago {
font-size: 12px;
color: #6d6a6a;
}
.short-description {
margin-top: 10px;
}
.two-item-link {
display: block;
margin-bottom: 10px;
}
.link-secondary-wrap {
margin-top: 25px;
}
.top-title {
margin-top: 110px;
}
ul {
list-style: none;
}
.detail-relative-img {
margin-right: 15px;
width: 100px;
height: 50px;
}
.category-list ul {
display: inline-block;
padding: 0;
width: 19%;
margin-top: 10px;
}
.detail-relative-content {
text-transform: uppercase;
display: table-cell;
vertical-align: top;
}
.news-relative-img {
display: table-cell;
vertical-align: top;
padding-right: 15px;
width: 25%;
}
.admin-group .header-navigation > li {
margin-right: 28px;
}
a.link_pg {
color: #21431e;
display: inline-block;
border: 1px solid #cde0dc;
text-decoration: none;
padding: 4px;
min-width: 33px;
min-height: 25px;
text-align: center;
/* float: left; */
margin-right: -5px;
/* float: left; */
}
.paginator_glx span {
margin-left: 10px;
}
.post-image-avatar {
margin-bottom: 15px;
height: 210px;
width: 100%;
}
.new-image-content {
height: 210px;
}
.news-content-wrap {
padding: 15px;
background: #fff;
}
.category-list {
clear: both;
background: #dedede;
padding: 15px;
}
.category-list ul li a {
color: #000;
font-weight: normal;
font-size: 14px;
}
.category-list-home {
display: block;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.image-footer {
height: 70px;
}
.footer {
padding: 20px 0;
clear: both;
background: #fff;
color: #000;
padding-bottom: 0;
}
.footer .main-content {
margin-bottom: 0;
}
.footer .main-content-wrapper {
padding-top: 25px;
padding-bottom: 5px;
}
.social-footer-wrap ul li {
display: inline-block;
font-size: 14px;
margin-right: 15px;
}
.social-footer-wrap li a {
text-decoration: none;
width: 30px;
height: 30px;
display: table;
border: 1px solid #fff;
border-radius: 100%;
text-align: center;
}
.social-footer-wrap .fa {
font-size: 25px;
}
.footer-copyright {
font-size: 11px;
margin-bottom: 0;
margin-top: 20px;
text-align: center;
padding-bottom: 10px;
}
.footer strong {
display: block;
font-size: 16px;
margin-bottom: 5px;
}
.content-timeline {
margin-bottom: 15px;
}
.link-category-child-item {
font-size: 11px;
vertical-align: middle;
color: #000;
font-family: 'Arial', sans-serif;
padding: 0 4px;
position: relative;
}
.link-category-child-item:after {
content: '';
border-right: 1px solid #ccc;
position: absolute;
height: 11px;
bottom: 2px;
margin-left: 5px;
}
.link-category-child-item:last-child:after {
display: none;
}
.seperator-line {
margin: 30px 0;
}
.news-relative-wrap {
/*margin: 10px 0;*/
}
.news-relative-link {
display: table;
}
.color {
color: #dc2430;
}
.news-fa {
margin-right: 5px;
font-size: 10px;
position: relative;
top: -1px;
}
.current-time {
font-size: 11px;
margin-top: 10px;
position: relative;
}
.detail-content-wrap {
/*padding: 15px 0;*/
}
.detail-post-breadcrumb {
font-size: 16px;
}
.socical-share {
position: absolute;
right: 0;
}
.socical-fa {
font-size: 20px;
margin-left: 6px;
}
.scrollup {
width: 40px;
height: 40px;
opacity: 0.3;
position: fixed;
bottom: 50px;
right: 100px;
display: none;
text-indent: -9999px;
background: url('../images/icon_top.png') no-repeat;
background-size: cover;
}
ul.pagination {
text-align: center;
color: #829994;
margin: 50px 0;
margin-top: 0;
}
ul.pagination li {
display: inline;
}
.pagination > li > a {
background: #fafafa;
color: #666;
}
.icon-fontawesome i {
font-size: 20px;
}
button:focus {
outline: none;
}
ul.pagination a {
color: #21431e;
display: inline-block;
border: 1px solid #cde0dc;
text-decoration: none;
}
.product-price {
font-size: 18px;
font-weight: bold;
}
a.product-cart {
padding: 10px 30px;
background: #288ad6;
color: #fff;
border-radius: 4px;
font-size: 15px;
text-transform: uppercase;
margin-top: 15px;
display: inline-block;
}
.category-two-item {
margin-bottom: 20px;
}
.category-page-wrap .timeline-items {
margin-top: 30px;
}
.home-page .product-cart {
padding: 7px 30px;
}
.home-page .product-price {
font-size: 25px;
}
.info-title {
}
.info {
margin-bottom: 20px;
}
.info-summary {
font-size: 24px;
font-weight: normal;
line-height: 32px;
}
.info-img {
max-height: 400px;
margin: 15px 0;
}
.info-des {
line-height: 26px;
}
a:hover {
color: inherit;
text-decoration: none;
opacity: 0.8;
}
.info-contact:hover {
color: #fff;
}
a.learn-more {
border: 1px solid #b82239;
padding: 5px 15px;
display: inline-block;
margin-top: 15px;
color: #b82239;
border-radius: 5px;
}
.info-wrap {
padding: 15px 0;
margin-bottom: 20px;
}
.partner-slide .item article {
background-repeat: no-repeat;
background-position: center;
height: 100px;
}
.partner-slide .slider-carousel .owl-stage-outer {
overflow: hidden;
background: #fff;
}
.partner-slide .owl-dots {
display: none;
}
.partner-slide .slider-carousel .owl-nav span {
width: 50px;
height: 50px;
}
.partner-slide .slider-carousel .owl-nav span i {
line-height: 50px;
}
.partner-slide .item {
padding: 15px 0;
}
.header-wrapper {
position: relative;
}
.color {
color: #21431e;
}
.background {
background: #21431E;
}
.post-list-title:after {
content: '';
border: 1px solid #21431E;
display: block;
width: 50px;
margin: 10px auto;
}
.service-link a {
/*display: inline-block;;*/
position: relative;
overflow: hidden;
}
.ajax-message {
position: fixed;
right: 12px;
top: 35px;
z-index: 10000000;
border: 1px solid #21431ecc;
color: #21431ecc;
padding: 4px 12px;
border-radius: 4px;
background: #fff;
transition: all 0.3s ease 0s;
opacity: 0;
}
.ajax-message-active {
opacity: 1;
}
.table td, .table th {
vertical-align: middle;
}
.service-title {
font-size: 16px;
color: #fff;
margin: auto;
}
.product-payment {
text-align: right;
}
.service-content {
opacity: 0;
position: absolute;
bottom: 0;
left: 0;
background: #000000a6;
padding: 10px 10px;
transition: all 0.3s ease 0s;
min-height: 100%;
align-items: center;
display: flex;
text-align: center;
line-height: 30px;
width: 100%;
}
.service-link a:hover img, .act-item img:hover {
transform: scale(1.1);
}
pre {
margin-top: 110px;
}
.red {
color: red;
}
.act-item img {
height: 250px;
transition: all 0.7s ease 0s;
}
.act .owl-nav {
margin-top: 4px;
}
.act .material-icons {
font-size: 30px;
}
.service-link a:hover .service-content {
opacity: 1;
}
.act-item {
overflow: hidden;
}
.shop-content {
margin-top: 10px;
}
.shop-title {
display: block;
font-size: 15px;
margin-bottom: 3px;
height: 23px;
overflow: hidden;
}
td .content-product-a {
display: flex;
}
td .product-avatar.img-responsive {
width: 120px;
margin-right: 10px;
height: 80px;
}
.shop-price {
color: #21431e;
}
.product-wrap {
margin: 50px 0;
}
.news-detail-title {
font-size: 30px;
font-weight: 600;
}
.service-link a img {
height: 200px;
transition: all 0.3s ease 0s;
width: 100%;
}
.add-to-cart {
display: block;
background: #21431e;
color: #fff;
font-size: 14px;
padding: 6px 15px;
margin: 8px auto;
cursor: pointer;
}
.shop-content {
display: block;
}
.detail-link-breadcrumb {
font-weight: normal;
}
.link-category-item {
margin-bottom: 10px;
display: block;
font-weight: normal;
}
.act-wrap {
margin-top: 50px;
}
.news-relative {
margin-top: 25px;
}
.image-wrap {
display: block;
overflow: hidden;
}
.menu-active {
color: #21431E !important;
font-weight: 600;
}
.image-item-wrap.act-item {
margin-bottom: 25px;
}
.logo-box {
display: none;
}
.header-menu {
float: left;
}
.news-relative li {
margin-bottom: 25px;
}
.icon-service-wrap {
z-index: 1;
position: fixed;
right: 20px;
top: 30%;
}
.icon-service-img {
height: 50px;
border-radius: 50%;
}
.icon-service-wrap li:hover {
opacity: 0.8;
transform: scale(1.1);
}
.icon-service-wrap li {
transition: all 0.2s ease-out;
margin: 15px 0;
}
.home-link {
font-family: Rubik;
font-size: 24px;
}
.header-navigation > li > a:hover {
text-decoration: underline;
}
.logo-banner {
height: 70px;
}
.video-wrap video {
width: 100%;
}
.video-wrap {
position: relative;
margin-top: 110px;
max-height: 880px;
overflow: hidden;
}
/* Prevent scrollbars to appear when waves go out of bound */
.sonar-wrapper {
position: relative;
margin-right: 10px;
}
/* The circle */
.sonar-emitter {
width: 15px;
height: 15px;
border-radius: 9999px;
background-color: red;
display: inline-block;
}
.red {
color: red;
}
.booking-form {
max-width: 60%;
margin: auto;
}
/* the 'wave', same shape and size as its parent */
.sonar-wave {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 9999px;
background-color: HSL(45, 100%, 50%);
opacity: 0;
z-index: -1;
pointer-events: none;
}
/*
Animate!
NOTE: add browser prefixes where needed.
*/
.sonar-wave {
animation: sonarWave 2s linear infinite;
}
@keyframes sonarWave {
from {
opacity: 0.4;
}
to {
transform: scale(3);
opacity: 0;
}
}
.service-item {
height: 500px;
overflow: hidden;
flex: 0 0 25%;
max-width: 25%;
padding: 0;
}
.banner-wrap {
margin-top: 50px;
}
.main-content-info {
overflow: hidden;
}
.video-link {
position: absolute;
top: 40%;
bottom: 0;
text-align: center;
right: 0;
left: 0;
}
.video-link .fa-youtube {
font-size: 35px;
}
/*.service-item:first-child {*/
/*padding-right: 0;*/
/*}*/
/*.service-item:last-child {*/
/*padding-left: 0;*/
/*}*/
/*.service-item:nth-child(2) {*/
/*padding: 0;*/
/*}*/
.video-scroll-service {
padding-bottom: 20px;
margin: 25px auto;
font-size: 20px;
text-transform: uppercase;
position: relative;
}
.video-scroll-service i {
position: absolute;
bottom: -2px;
left: 0;
right: 0;
font-size: 30px;
}
.material-button .fa {
margin-left: 5px;
}
.video-youtube {
display: block;
text-align: center;
margin: auto;
}
.service-info {
margin-top: 0;
}
.team-link {
position: relative;
display: block;
}
.team-overlay {
background: #000000b8;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0.5;
}
.service {
padding: 0;
}
.team-content {
position: absolute;
top: 48%;
color: #fff;
left: 0;
right: 0;
text-align: center;
}
span.team-title {
display: block;
font-size: 24px;
text-transform: capitalize;
}
.service-img-hover {
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.service-img {
-webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
height: 500px;
width: 100%;
}
.team-more {
background: #fffc;
padding: 8px 25px;
border-radius: 1px;
display: inline-block;
color: #21431e;
margin-top: 10px;
transition: all 0.3s ease 0s;
}
.team-more-hover {
background: #21431e;
color: #fff;
}
.header-right .header-navigation > li:first-child {
display: none;
}
@media (max-width: 767px) {
.material-button, .logo-box {
display: inline-block;
}
.icon-service-wrap {
top: auto;
bottom: 0;
right: auto;
display: flex;
background: #fff;
padding: 10px 0;
width: 100%;
text-align: center;
}
.icon-service-wrap li {
width: 25%;
margin: 0 10px;
}
.icon-service-img {
max-height: 35px;
}
.info-image img {
max-width: 100%;
margin: 20px auto;
}
.info-content {
padding-left: 15px;
}
.info-title {
font-size: 4vw;
text-align: center;
line-height: 6vw;
}
.info-summary {
font-size: 16px;
font-weight: normal;
}
.link-category-item {
font-size: 6vw;
}
.partner-slide .slider-carousel {
padding: 0;
}
.header-wrapper {
height: 15vw;
padding: 0;
overflow: hidden;
}
.header-navigation > li > a {
height: 15vw;
padding: 0;
}
.detail-relative-img {
margin-right: 5vw;
width: 20vw;
}
.main-content {
margin-top: 20vw;
padding-bottom: 10vw;
}
.news-title {
line-height: 7vw;
font-size: 5vw;
}
.news-relative-wrap {
margin-top: 10vw;
}
.post-box {
height: 250px;
}
.category-one {
padding-top: 0;
}
.shop-title {
font-size: 4vw;
}
.news-wrap .timeline-post-title {
font-size: 4vw;
}
.two-item-heading a {
font-size: 5vw;
margin-top: -6px;
display: block;
}
.news-wrap .img-left {
width: 15vw;
height: 15vw;
}
.scrollup {
z-index: 1000;
right: 25px;
}
.header, .toggle-sidebar, .header-right, .header-navigation > li, .header-navigation, .search-bar {
height: auto;
top: 0;
}
.header-right .header-navigation > li > a > span {
display: inline;
top: 3px;
margin-right: 2px;
}
.header-right .header-navigation > li:first-child {
display: inline-block;
}
.logo {
width: 30vw;
height: 10vw;
}
.toggle-sidebar {
background-color: rgb(33, 67, 30);
}
.video-wrap {
margin-top: 15vw;
}
.header-right {
position: absolute;
right: 0;
/* top: 4vw; */
padding-top: 4vw;
border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.h2, h2 {
font-size: 6vw;
}
td .content-product-a {
display: block;
}
td .product-avatar.img-responsive {
width: auto;
margin-right: 0;
height: auto;
}
.header-right.with-seperator .header-navigation li {
border-left: none;
}
.header-right.with-seperator .header-navigation li {
margin: 0;
padding: 0 3vw;
}
.h3, h3 {
font-size: 5vw;
}
.service-item {
padding: 0;
}
.service-item {
height: auto;
}
.team-title {
font-size: 6vw;
}
body {
font-size: 3.5vw;
}
.banner-wrap {
margin-top: 5vw;
}
.banner-info {
top: 3vw;
font-size: 4vw;
width: 100%;
}
.banner-heading {
line-height: 30px;
font-size: 4vw;
}
h3.banner-heading {
font-size: 5vw;
margin: 0;
}
.banner-img {
height: 35vw;
}
.banner-content:before {
width: 100%;
left: 0;
transform: none;
}
.footer .col-md-3 {
margin-bottom: 3vw;
}
.category-one .secondary-title {
font-size: 16px;
}
.timeline-category-name {
margin-top: 0;
}
.sidebar-menu .header-submenu {
position: initial;
transform: none;
}
.secondary-title {
width: 75%;
}
.secondary-img {
width: 100%;
}
.service-link a img {
height: auto;
}
.shop-price {
display: block;
}
.product-title {
font-size: 5vw;
}
.ajax-message {
right: 35vw;
}
.product-info .product-price {
font-size: 5vw;
margin: 0;
}
.add-to-cart {
display: inline-block;
}
.sidebar-menu > li ul li a {
padding: 0 5vw;
}
.video-link {
top: 10vw;
}
.banner-link {
margin-top: 0;
padding: 2px;
width: 35vw;
text-align: center;
}
.video-scroll-service i {
bottom: -4vw;
font-size: 7vw;
}
.service-item {
flex: 0 0 100%;
max-width: 100%;
}
.short-description {
font-size: 14px;
}
.category-list ul li {
float: left;
padding-right: 8px;
}
.category-list ul {
width: auto;
margin: 0;
}
.category-list-home {
margin-bottom: 10px;
}
.image-footer {
height: 16vw;
}
.address-footer-wrap {
margin-top: 10px;
}
.main-content-wrapper {
margin: 0;
}
.news-content-wrap {
padding: 0;
background: inherit;
}
.content-body {
padding-right: 0;
}
.main-highlight {
margin-bottom: 15px;
}
.booking-form {
max-width: 100%;
}
.social-footer-wrap {
margin-top: 10px;
}
.load-more {
margin: 0;
}
.timeline-post-title {
font-size: 16px;
height: auto;
font-weight: 600;
}
.category-time-ago {
display: none;
}
.short-description {
margin: 0;
}
.two-item-link {
margin-bottom: 5px;
}
.two-item-heading {
font-size: 18px;
}
.img-left {
width: 100%;
}
.logo-box {
margin-left: 4vw;
margin-top: 2vw;
}
h1.post-list-title {
font-size: 6vw;
}
.item-link-secondary {
margin-bottom: 30px;
}
.two-item-heading:before {
height: 14px;
}
.category-two {
margin-bottom: 10px;
}
.map-wrap {
margin: 6vw 0;
}
.act-wrap {
margin-top: 0;
}
.product-wrap {
margin: 0;
}
.coming-soon-link h1 {
font-size: 6vw;
}
.coming-soon marquee {
top: 18vw;
}
}
@media (max-width: 375px) {
.search-form {
height: 18vw;
margin: 5px auto;
}
} | 0.445288 | 0.091707 |
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap');
body {
overflow: hidden;
}
body.light {
--pallete-1: rgb(224, 225, 230);
--pallete-2: rgb(168, 170, 197);
--pallete-3: rgb(179, 180, 192);
--pallete-4: rgb(137, 137, 148);
--pop-up: rgba(173, 173, 173, 0.664);
--text: rgb(0, 0, 0);
--link: rgb(0, 0, 0);
--svg: rgb(50, 0, 231);
}
body.dark {
--pallete-1: rgb(43, 45, 66);
--pallete-2: rgb(32, 34, 56);
--pallete-3: rgb(27, 29, 43);
--pallete-4: rgb(17, 18, 31);
--pop-up: rgba(11, 11, 19, 0.664);
--text: #fff;
--link: rgb(126, 126, 126);
--svg: #fff;
}
* {
margin: 0px;
padding: 0px;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#doc-header, #doc-footer {
padding: 6px 0px;
display: flex;
color: var(--text);
background-color:var(--pallete-3);
}
#toggle-sidenav {
width: 20px;
cursor: pointer;
fill: var(--svg);
margin-left: 10px;
}
#doc-header p, #doc-footer p {
margin: auto;
}
#doc-middle {
width: 100vw;
display: flex;
height: 89.3vh;
background-color: black;
}
#sidenav {
width: 0px;
height: 99.2%;
margin: 2px 0px;
overflow-y: auto;
overflow-x: hidden;
transition: 0.5s;
white-space: nowrap;
}
#sidenav.active {
width: 190px;
}
#sidenav-header,
#sidenav-footer {
width: 161px;
padding: 14px 0px;
text-align: center;
color: var(--text);
background-color: var(--pallete-4);
}
#sidenav-footer {
font-size: 0.9em;
}
#options-wrapper {
height: 80.7%;
display: flexbox;
}
.sidenav-button {
display: flex;
width: 161px;
margin: 2px 0px;
cursor: pointer;
padding: 13px 0px;
background-color: var(--pallete-2);
}
.sidenav-button:hover {
background-color: var(--pallete-1);
}
.sidenav-button svg {
width: 20px;
height: auto;
fill: var(--svg);
margin: 5px 5px 5px 20px;
}
.sidenav-button p {
margin-top: auto;
margin-left: 15px;
color: var(--text);
margin-bottom: auto;
}
input[type=file] {
display: none;
}
#upload_form label:hover {
cursor: pointer;
}
.divider {
height: 100%;
width: 20px;
margin: 1px;
background-color: var(--pallete-4);
}
#editor-wrapper {
width: 100%;
max-width: 1320px;
height: 99.3%;
display: flex;
flex-direction: row;
margin: 2px 0px;
background-color: var(--pallete-3);
}
#text-editor {
margin: 13px;
flex-grow: 1;
max-width: 1275px;
max-height: 95%;
border-radius: 4px;
resize: none;
font-family: Noto Sans SC, Arial;
color: var(--text);
background-color: var(--pallete-1);
}
#viewer {
flex-grow: 2;
border-radius: 4px;
background-color: white;
margin: 13px 13px 13px 13px;
}
footer a, #sidenav-footer a {
color: var(--link);
text-decoration: none;
}
footer a:hover, #sidenav-footer a:hover {
text-decoration: underline;
}
.smokescreen {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
transition: 0.3s;
background-color: var(--pop-up);
}
.smokescreen.active {
opacity: 1;
z-index: 1;
}
.smokescreen.inactive {
opacity: 0;
z-index: -1;
}
.pop-up {
margin: 25vh auto;
border-radius: 4px;
width: 50%;
max-width: 500px;
height: 40%;
box-shadow: 0px 4px 10px black;
background-color: var(--pop-up);
}
.pop-up header {
display: flex;
padding: 5px;
color: var(--text);
}
.pop-up header p {
margin: auto;
}
.pop-up header span {
cursor: pointer;
margin-right: 2%;
}
#DownloadForum * {
margin: 3px auto;
border-radius: 3px;
display: flex;
flex-direction: column;
}
#DownloadForum input {
padding: 2px;
}
/***********************/
.menu-sub-options-wrapper {
position: absolute;
top: 0px;
height: 100vh;
width: 100vw;
}
.menu-sub-options-wrapper.active {
z-index: 0;
}
.menu-sub-options-wrapper.inactive {
z-index: -1;
}
.menu-sub-options {
position: absolute;
top: 272px;
left: 165px;
overflow: hidden;
transition: 0.3s;
background-color: var(--pallete-4);
}
.menu-sub-options.active {
width: 145px;
}
.menu-sub-options.inactive {
width: 0px;
}
.menu-sub-options div {
color: var(--text);
display: flex;
margin: 2px 0px;
cursor: pointer;
padding: 13px 0px;
background-color: var(--pallete-2);
}
.menu-sub-options div:hover {
background-color: var(--pallete-1);
}
.menu-sub-options svg {
width: 20px;
height: 20px;
fill: var(--svg);
margin: 5px 5px 5px 20px;
}
.menu-sub-options p {
margin-top: auto;
margin-left: 15px;
white-space: nowrap;
color: var(--text);
margin-bottom: auto;
}
/*************************/
.alert-box {
position: absolute;
left: 37%;
color: var(--text);
text-align: center;
margin: auto;
width: 300px;
height: 25px;
border-radius: 4px;
transition: 0.4s;
background-color: var(--pallete-1);
box-shadow: 0px 5px 10px black;
}
.alert-box.active {
bottom: 20px;
}
.alert-box.inactive {
bottom: -500px;
} | WebApps/HTML-Editor/HTML-Editor-v1.4/CSS/styles.css | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap');
body {
overflow: hidden;
}
body.light {
--pallete-1: rgb(224, 225, 230);
--pallete-2: rgb(168, 170, 197);
--pallete-3: rgb(179, 180, 192);
--pallete-4: rgb(137, 137, 148);
--pop-up: rgba(173, 173, 173, 0.664);
--text: rgb(0, 0, 0);
--link: rgb(0, 0, 0);
--svg: rgb(50, 0, 231);
}
body.dark {
--pallete-1: rgb(43, 45, 66);
--pallete-2: rgb(32, 34, 56);
--pallete-3: rgb(27, 29, 43);
--pallete-4: rgb(17, 18, 31);
--pop-up: rgba(11, 11, 19, 0.664);
--text: #fff;
--link: rgb(126, 126, 126);
--svg: #fff;
}
* {
margin: 0px;
padding: 0px;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#doc-header, #doc-footer {
padding: 6px 0px;
display: flex;
color: var(--text);
background-color:var(--pallete-3);
}
#toggle-sidenav {
width: 20px;
cursor: pointer;
fill: var(--svg);
margin-left: 10px;
}
#doc-header p, #doc-footer p {
margin: auto;
}
#doc-middle {
width: 100vw;
display: flex;
height: 89.3vh;
background-color: black;
}
#sidenav {
width: 0px;
height: 99.2%;
margin: 2px 0px;
overflow-y: auto;
overflow-x: hidden;
transition: 0.5s;
white-space: nowrap;
}
#sidenav.active {
width: 190px;
}
#sidenav-header,
#sidenav-footer {
width: 161px;
padding: 14px 0px;
text-align: center;
color: var(--text);
background-color: var(--pallete-4);
}
#sidenav-footer {
font-size: 0.9em;
}
#options-wrapper {
height: 80.7%;
display: flexbox;
}
.sidenav-button {
display: flex;
width: 161px;
margin: 2px 0px;
cursor: pointer;
padding: 13px 0px;
background-color: var(--pallete-2);
}
.sidenav-button:hover {
background-color: var(--pallete-1);
}
.sidenav-button svg {
width: 20px;
height: auto;
fill: var(--svg);
margin: 5px 5px 5px 20px;
}
.sidenav-button p {
margin-top: auto;
margin-left: 15px;
color: var(--text);
margin-bottom: auto;
}
input[type=file] {
display: none;
}
#upload_form label:hover {
cursor: pointer;
}
.divider {
height: 100%;
width: 20px;
margin: 1px;
background-color: var(--pallete-4);
}
#editor-wrapper {
width: 100%;
max-width: 1320px;
height: 99.3%;
display: flex;
flex-direction: row;
margin: 2px 0px;
background-color: var(--pallete-3);
}
#text-editor {
margin: 13px;
flex-grow: 1;
max-width: 1275px;
max-height: 95%;
border-radius: 4px;
resize: none;
font-family: Noto Sans SC, Arial;
color: var(--text);
background-color: var(--pallete-1);
}
#viewer {
flex-grow: 2;
border-radius: 4px;
background-color: white;
margin: 13px 13px 13px 13px;
}
footer a, #sidenav-footer a {
color: var(--link);
text-decoration: none;
}
footer a:hover, #sidenav-footer a:hover {
text-decoration: underline;
}
.smokescreen {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
transition: 0.3s;
background-color: var(--pop-up);
}
.smokescreen.active {
opacity: 1;
z-index: 1;
}
.smokescreen.inactive {
opacity: 0;
z-index: -1;
}
.pop-up {
margin: 25vh auto;
border-radius: 4px;
width: 50%;
max-width: 500px;
height: 40%;
box-shadow: 0px 4px 10px black;
background-color: var(--pop-up);
}
.pop-up header {
display: flex;
padding: 5px;
color: var(--text);
}
.pop-up header p {
margin: auto;
}
.pop-up header span {
cursor: pointer;
margin-right: 2%;
}
#DownloadForum * {
margin: 3px auto;
border-radius: 3px;
display: flex;
flex-direction: column;
}
#DownloadForum input {
padding: 2px;
}
/***********************/
.menu-sub-options-wrapper {
position: absolute;
top: 0px;
height: 100vh;
width: 100vw;
}
.menu-sub-options-wrapper.active {
z-index: 0;
}
.menu-sub-options-wrapper.inactive {
z-index: -1;
}
.menu-sub-options {
position: absolute;
top: 272px;
left: 165px;
overflow: hidden;
transition: 0.3s;
background-color: var(--pallete-4);
}
.menu-sub-options.active {
width: 145px;
}
.menu-sub-options.inactive {
width: 0px;
}
.menu-sub-options div {
color: var(--text);
display: flex;
margin: 2px 0px;
cursor: pointer;
padding: 13px 0px;
background-color: var(--pallete-2);
}
.menu-sub-options div:hover {
background-color: var(--pallete-1);
}
.menu-sub-options svg {
width: 20px;
height: 20px;
fill: var(--svg);
margin: 5px 5px 5px 20px;
}
.menu-sub-options p {
margin-top: auto;
margin-left: 15px;
white-space: nowrap;
color: var(--text);
margin-bottom: auto;
}
/*************************/
.alert-box {
position: absolute;
left: 37%;
color: var(--text);
text-align: center;
margin: auto;
width: 300px;
height: 25px;
border-radius: 4px;
transition: 0.4s;
background-color: var(--pallete-1);
box-shadow: 0px 5px 10px black;
}
.alert-box.active {
bottom: 20px;
}
.alert-box.inactive {
bottom: -500px;
} | 0.396886 | 0.092115 |
@import url("https://fonts.googleapis.com/css?family=Mukta");
body {
font-family: "Mukta", sans-serif;
height: 100vh;
min-height: 550px;
background: url("../images/bg.jpg") no-repeat;
background-size: cover;
background-position: center;
position: relative;
overflow-y: hidden;
}
a {
text-decoration: none;
color: #444444;
}
.login-reg-panel {
position: relative;
top: 50%;
transform: translateY(-50%);
text-align: center;
width: 70%;
right: 0;
left: 0;
margin: auto;
height: 400px;
background-color: #a8e7e9;
}
.white-panel {
background-color: rgba(255, 255, 255, 1);
height: 500px;
position: absolute;
top: -50px;
width: 50%;
right: calc(50% - 50px);
transition: 0.3s ease-in-out;
z-index: 0;
box-shadow: 0 0 15px 9px #00000096;
}
.login-reg-panel input[type="radio"] {
position: relative;
display: none;
}
.login-reg-panel {
color: #4a403a;
}
.login-reg-panel #label-login,
.login-reg-panel #label-register {
border: 1px solid #9e9e9e;
padding: 5px 5px;
width: 150px;
display: block;
text-align: center;
border-radius: 10px;
cursor: pointer;
font-weight: 600;
font-size: 18px;
}
.login-info-box {
width: 30%;
padding: 0 50px;
top: 20%;
left: 0;
position: absolute;
text-align: left;
}
.register-info-box {
width: 30%;
padding: 0 50px;
top: 20%;
right: 0;
position: absolute;
text-align: left;
}
.right-log {
right: 50px !important;
}
.login-show,
.register-show {
z-index: 1;
display: none;
opacity: 0;
transition: 0.3s ease-in-out;
color: #242424;
text-align: left;
padding: 50px;
}
.show-log-panel {
display: block;
opacity: 0.9;
}
.login-show input[type="text"],
.login-show input[type="password"] {
width: 100%;
display: block;
margin: 20px 0;
padding: 15px;
border: 1px solid #b5b5b5;
outline: none;
}
.login-show input[type="button"] {
max-width: 150px;
width: 100%;
background: #444444;
color: #f9f9f9;
border: none;
padding: 10px;
text-transform: uppercase;
border-radius: 2px;
float: right;
cursor: pointer;
}
.login-show a {
display: inline-block;
padding: 10px 0;
}
.register-show input[type="text"],
.register-show input[type="password"] {
width: 100%;
display: block;
margin: 20px 0;
padding: 15px;
border: 1px solid #b5b5b5;
outline: none;
}
.register-show input[type="button"] {
max-width: 150px;
width: 100%;
background: #444444;
color: #f9f9f9;
border: none;
padding: 10px;
text-transform: uppercase;
border-radius: 2px;
float: right;
cursor: pointer;
}
.credit {
position: absolute;
bottom: 10px;
left: 10px;
color: #3b3b25;
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
z-index: 99;
}
a {
text-decoration: none;
color: #2c7715;
size: 30px;
}
.mobile-view {
display: none;
}
/**responsive**/
@media (max-width: 980px) {
h2 {
font-size: 60px;
}
body {
font-family: "Mukta", sans-serif;
align-items: center;
display: flex;
background: url("../images/bg.jpg") no-repeat;
background-size: cover;
background-position: center;
position: relative;
overflow-y: hidden;
}
.login-reg-panel {
position: relative;
top: 50%;
transform: translateY(-50%);
text-align: center;
width: 70%;
right: 0;
left: 0;
margin: auto;
height: 400px;
display: none;
background-color: #a8e7e9;
}
.mobile-view {
display: flex;
top: 50px;
height: 90%;
width: 90%;
margin-left: 5%;
margin-right: 5%;
position: absolute;
z-index: 0;
box-shadow: 0 0 15px 9px #00000096;
justify-self: center;
align-self: center;
}
.login-show-2 input[type="text"],
.login-show-2 input[type="password"] {
width: 80%;
display: block;
margin: 20px 0;
padding: 15px;
border: 1px solid #b5b5b5;
outline: none;
font-size: 45px;
}
.login-show-2 {
display: block;
align-items: center;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 1);
}
.login-show-2 input[type="button"] {
width: 80%;
display: block;
margin: 20px 0;
padding: 15px;
background: #444444;
color: #f9f9f9;
border: 1px solid #b5b5b5;
outline: none;
font-size: 45px;
}
.bottom {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.text {
font-size: 40px;
width: 500px;
float: left;
display: block;
}
.reg a {
font-size: 40px;
float: right;
color: blue;
width: 300px;
}
.reg a {
color: blue;
}
.forget {
font-size: 40px;
align-self: center;
display: block;
width: 600px;
}
.register-show-2 input[type="text"],
.register-show-2 input[type="password"] {
width: 80%;
display: block;
margin: 20px 0;
padding: 15px;
border: 1px solid #b5b5b5;
outline: none;
font-size: 45px;
}
.register-show-2 {
display: inline-block;
align-items: center;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 1);
}
.register-show-2 input[type="button"] {
width: 80%;
display: block;
margin: 20px 0;
padding: 15px;
background: #444444;
color: #f9f9f9;
border: 1px solid #b5b5b5;
outline: none;
font-size: 45px;
}
.log {
font-size: 40px;
float: right;
width: 300px;
}
.log a {
color: blue;
}
} | login-form-ver2/css/styles.css | @import url("https://fonts.googleapis.com/css?family=Mukta");
body {
font-family: "Mukta", sans-serif;
height: 100vh;
min-height: 550px;
background: url("../images/bg.jpg") no-repeat;
background-size: cover;
background-position: center;
position: relative;
overflow-y: hidden;
}
a {
text-decoration: none;
color: #444444;
}
.login-reg-panel {
position: relative;
top: 50%;
transform: translateY(-50%);
text-align: center;
width: 70%;
right: 0;
left: 0;
margin: auto;
height: 400px;
background-color: #a8e7e9;
}
.white-panel {
background-color: rgba(255, 255, 255, 1);
height: 500px;
position: absolute;
top: -50px;
width: 50%;
right: calc(50% - 50px);
transition: 0.3s ease-in-out;
z-index: 0;
box-shadow: 0 0 15px 9px #00000096;
}
.login-reg-panel input[type="radio"] {
position: relative;
display: none;
}
.login-reg-panel {
color: #4a403a;
}
.login-reg-panel #label-login,
.login-reg-panel #label-register {
border: 1px solid #9e9e9e;
padding: 5px 5px;
width: 150px;
display: block;
text-align: center;
border-radius: 10px;
cursor: pointer;
font-weight: 600;
font-size: 18px;
}
.login-info-box {
width: 30%;
padding: 0 50px;
top: 20%;
left: 0;
position: absolute;
text-align: left;
}
.register-info-box {
width: 30%;
padding: 0 50px;
top: 20%;
right: 0;
position: absolute;
text-align: left;
}
.right-log {
right: 50px !important;
}
.login-show,
.register-show {
z-index: 1;
display: none;
opacity: 0;
transition: 0.3s ease-in-out;
color: #242424;
text-align: left;
padding: 50px;
}
.show-log-panel {
display: block;
opacity: 0.9;
}
.login-show input[type="text"],
.login-show input[type="password"] {
width: 100%;
display: block;
margin: 20px 0;
padding: 15px;
border: 1px solid #b5b5b5;
outline: none;
}
.login-show input[type="button"] {
max-width: 150px;
width: 100%;
background: #444444;
color: #f9f9f9;
border: none;
padding: 10px;
text-transform: uppercase;
border-radius: 2px;
float: right;
cursor: pointer;
}
.login-show a {
display: inline-block;
padding: 10px 0;
}
.register-show input[type="text"],
.register-show input[type="password"] {
width: 100%;
display: block;
margin: 20px 0;
padding: 15px;
border: 1px solid #b5b5b5;
outline: none;
}
.register-show input[type="button"] {
max-width: 150px;
width: 100%;
background: #444444;
color: #f9f9f9;
border: none;
padding: 10px;
text-transform: uppercase;
border-radius: 2px;
float: right;
cursor: pointer;
}
.credit {
position: absolute;
bottom: 10px;
left: 10px;
color: #3b3b25;
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
z-index: 99;
}
a {
text-decoration: none;
color: #2c7715;
size: 30px;
}
.mobile-view {
display: none;
}
/**responsive**/
@media (max-width: 980px) {
h2 {
font-size: 60px;
}
body {
font-family: "Mukta", sans-serif;
align-items: center;
display: flex;
background: url("../images/bg.jpg") no-repeat;
background-size: cover;
background-position: center;
position: relative;
overflow-y: hidden;
}
.login-reg-panel {
position: relative;
top: 50%;
transform: translateY(-50%);
text-align: center;
width: 70%;
right: 0;
left: 0;
margin: auto;
height: 400px;
display: none;
background-color: #a8e7e9;
}
.mobile-view {
display: flex;
top: 50px;
height: 90%;
width: 90%;
margin-left: 5%;
margin-right: 5%;
position: absolute;
z-index: 0;
box-shadow: 0 0 15px 9px #00000096;
justify-self: center;
align-self: center;
}
.login-show-2 input[type="text"],
.login-show-2 input[type="password"] {
width: 80%;
display: block;
margin: 20px 0;
padding: 15px;
border: 1px solid #b5b5b5;
outline: none;
font-size: 45px;
}
.login-show-2 {
display: block;
align-items: center;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 1);
}
.login-show-2 input[type="button"] {
width: 80%;
display: block;
margin: 20px 0;
padding: 15px;
background: #444444;
color: #f9f9f9;
border: 1px solid #b5b5b5;
outline: none;
font-size: 45px;
}
.bottom {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.text {
font-size: 40px;
width: 500px;
float: left;
display: block;
}
.reg a {
font-size: 40px;
float: right;
color: blue;
width: 300px;
}
.reg a {
color: blue;
}
.forget {
font-size: 40px;
align-self: center;
display: block;
width: 600px;
}
.register-show-2 input[type="text"],
.register-show-2 input[type="password"] {
width: 80%;
display: block;
margin: 20px 0;
padding: 15px;
border: 1px solid #b5b5b5;
outline: none;
font-size: 45px;
}
.register-show-2 {
display: inline-block;
align-items: center;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 1);
}
.register-show-2 input[type="button"] {
width: 80%;
display: block;
margin: 20px 0;
padding: 15px;
background: #444444;
color: #f9f9f9;
border: 1px solid #b5b5b5;
outline: none;
font-size: 45px;
}
.log {
font-size: 40px;
float: right;
width: 300px;
}
.log a {
color: blue;
}
} | 0.428951 | 0.083031 |
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
/*-- team --*/
.w3_agile_team_grid_info h3 {
font-size: 1.4em;
color: #fff;
margin: 2em 0 1em 0;
font-weight: 600;
letter-spacing: 2px;
}
.w3_agile_team_grid_info:nth-child(1),
.w3_agile_team_grid_info:nth-child(3) {
margin-top: 5em;
}
.w3_agile_team_grid_info p {
color: #4f5667;
margin-bottom: 1em;
font-size: 1.1em;
letter-spacing: 2px;
}
ul.team_icons_agile li {
display: inline-block;
margin-right: 1em;
}
.w3_agile_team_grid ul li:last-child {
margin: 0;
}
.w3_agile_team_grid_info {
text-align: center;
padding: 0;
-webkit-transition: 0.5s ease-in;
-moz-transition: 0.5s ease-in;
-ms-transition: 0.5s ease-in;
-o-transition: 0.5s ease-in;
transition: 0.5s ease-in;
}
ul.team_icons_agile li a {
color: #fff;
}
ul.team_icons_agile {
border-top: 2px solid #252323;
padding: 1.5em 0;
-webkit-transition: 0.5s ease-in;
-moz-transition: 0.5s ease-in;
-ms-transition: 0.5s ease-in;
-o-transition: 0.5s ease-in;
transition: 0.5s ease-in;
}
ul.team_icons_agile li a:hover {
color: #de0f17;
}
.team_agile._icons ul li {
list-style: none;
display: inline-block;
margin-right: 10px;
}
.team_agile._icons ul li a i.fa {
height: 32px;
width: 32px;
background: none;
line-height: 31px;
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
border: 1px solid #24262d;
}
.team_agile._icons ul li a i.fa:hover {
color: #ffb500;
border: 1px solid #ffb500;
}
.w3_agile_team_grid_info img {
margin: 0 auto;
text-align: center;
}
#team {
background: #0b0c11;
}
/*-- //team --*/
/*--responsive--*/
@media (max-width:991px) {
.w3_agile_team_grid_info {
width: 49%;
float: left;
margin: 0%;
}
.w3_agile_team_grid_info:nth-child(3) {
margin: 2% 0% 0 0;
float: left;
}
.w3_agile_team_grid_info:nth-child(2) {
margin: 0;
margin-left: 1%;
}
.w3_agile_team_grid_info:nth-child(1),
.w3_agile_team_grid_info:nth-child(3) {
margin-top: 0em;
}
.w3_agile_team_grid_info:nth-child(3) {
margin-top: 3em;
}
}
@media (max-width: 640px) {
.w3_agile_team_grid_info,
.w3_agile_team_grid_info:nth-child(2),
.w3_agile_team_grid_info:nth-child(3) {
width: 62%;
float: none;
margin: 0 auto;
}
.w3_agile_team_grid_info:nth-child(2) {
margin: 4% auto;
}
}
@media (max-width:568px) {
.w3_agile_team_grid_info p {
font-size: 0.9em;
}
}
@media (max-width:480px) {
.w3_agile_team_grid_info h3 {
font-size: 1.1em;
}
}
@media (max-width: 384px) {}
@media (max-width: 375px) {
.w3_agile_team_grid_info,
.w3_agile_team_grid_info:nth-child(2),
.w3_agile_team_grid_info:nth-child(3) {
width: 90%;
}
.w3layouts_stats_left h3 {
font-size: 0.8em;
}
}
@media(max-width:375px) {}
@media(max-width:320px) {
.w3_agile_team_grid_info,
.w3_agile_team_grid_info:nth-child(2),
.w3_agile_team_grid_info:nth-child(3) {
width: 98%;
}
}
/*--//responsive--*/ | css/team.css | body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
/*-- team --*/
.w3_agile_team_grid_info h3 {
font-size: 1.4em;
color: #fff;
margin: 2em 0 1em 0;
font-weight: 600;
letter-spacing: 2px;
}
.w3_agile_team_grid_info:nth-child(1),
.w3_agile_team_grid_info:nth-child(3) {
margin-top: 5em;
}
.w3_agile_team_grid_info p {
color: #4f5667;
margin-bottom: 1em;
font-size: 1.1em;
letter-spacing: 2px;
}
ul.team_icons_agile li {
display: inline-block;
margin-right: 1em;
}
.w3_agile_team_grid ul li:last-child {
margin: 0;
}
.w3_agile_team_grid_info {
text-align: center;
padding: 0;
-webkit-transition: 0.5s ease-in;
-moz-transition: 0.5s ease-in;
-ms-transition: 0.5s ease-in;
-o-transition: 0.5s ease-in;
transition: 0.5s ease-in;
}
ul.team_icons_agile li a {
color: #fff;
}
ul.team_icons_agile {
border-top: 2px solid #252323;
padding: 1.5em 0;
-webkit-transition: 0.5s ease-in;
-moz-transition: 0.5s ease-in;
-ms-transition: 0.5s ease-in;
-o-transition: 0.5s ease-in;
transition: 0.5s ease-in;
}
ul.team_icons_agile li a:hover {
color: #de0f17;
}
.team_agile._icons ul li {
list-style: none;
display: inline-block;
margin-right: 10px;
}
.team_agile._icons ul li a i.fa {
height: 32px;
width: 32px;
background: none;
line-height: 31px;
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
border: 1px solid #24262d;
}
.team_agile._icons ul li a i.fa:hover {
color: #ffb500;
border: 1px solid #ffb500;
}
.w3_agile_team_grid_info img {
margin: 0 auto;
text-align: center;
}
#team {
background: #0b0c11;
}
/*-- //team --*/
/*--responsive--*/
@media (max-width:991px) {
.w3_agile_team_grid_info {
width: 49%;
float: left;
margin: 0%;
}
.w3_agile_team_grid_info:nth-child(3) {
margin: 2% 0% 0 0;
float: left;
}
.w3_agile_team_grid_info:nth-child(2) {
margin: 0;
margin-left: 1%;
}
.w3_agile_team_grid_info:nth-child(1),
.w3_agile_team_grid_info:nth-child(3) {
margin-top: 0em;
}
.w3_agile_team_grid_info:nth-child(3) {
margin-top: 3em;
}
}
@media (max-width: 640px) {
.w3_agile_team_grid_info,
.w3_agile_team_grid_info:nth-child(2),
.w3_agile_team_grid_info:nth-child(3) {
width: 62%;
float: none;
margin: 0 auto;
}
.w3_agile_team_grid_info:nth-child(2) {
margin: 4% auto;
}
}
@media (max-width:568px) {
.w3_agile_team_grid_info p {
font-size: 0.9em;
}
}
@media (max-width:480px) {
.w3_agile_team_grid_info h3 {
font-size: 1.1em;
}
}
@media (max-width: 384px) {}
@media (max-width: 375px) {
.w3_agile_team_grid_info,
.w3_agile_team_grid_info:nth-child(2),
.w3_agile_team_grid_info:nth-child(3) {
width: 90%;
}
.w3layouts_stats_left h3 {
font-size: 0.8em;
}
}
@media(max-width:375px) {}
@media(max-width:320px) {
.w3_agile_team_grid_info,
.w3_agile_team_grid_info:nth-child(2),
.w3_agile_team_grid_info:nth-child(3) {
width: 98%;
}
}
/*--//responsive--*/ | 0.182498 | 0.051463 |
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.titlebar-placeholder[type="appmenu-button"] {margin-right: -5px !important;}
#main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"] #TabsToolbar {
padding-left: 34px !important;
margin-right: 110px !important;
}
#main-window[tabsontop="true"] #toolbar-menubar[autohide="false"] {
margin-left: 0 !important;
margin-top: 0 !important;
}
#main-window[tabsontop="true"][sizemode="normal"] #toolbar-menubar[inactive] {
margin-top: -22px !important;
}
#main-window[tabsontop="true"][sizemode="normal"] #toolbar-menubar:not([inactive]) {
margin-left: 36px !important;
margin-top: -19px !important;
}
#main-window[tabsontop="true"][sizemode="maximized"] #toolbar-menubar:not([inactive]){
margin-top: 2px !important;
margin-left: 2px !important;
}
#main-window[tabsontop="true"][sizemode="maximized"] #toolbar-menubar[customizing="true"] {
margin-top: -16px !important;
margin-right: 110px !important;
margin-left: 30px !important;
}
#main-window[tabsontop="true"][sizemode="normal"] #toolbar-menubar[customizing="true"] {
margin-right: 110px !important;
margin-left: 33px !important;
margin-top: -20px !important;
}
#main-window[tabsontop="true"][sizemode="normal"] #appmenu-button {
margin-top: 1px !important;
margin-left: 3px !important
}
#main-window[tabsontop="true"] #appmenu-button {
border: 0 none !important;
padding:9px 0 0 0 !important;
height: 25px !important;
min-width: 31px !important;
width:31px !important;
-moz-border-image: url("chrome://browser/skin/tabbrowser/tab.png") 6 3 3 4 / 6px 3px 3px 4px !important;
border-radius: 7px 7px 0 0 !important;
background: -moz-linear-gradient(rgb(247,182,82), rgb(215,98,10)) no-repeat -5px -4px !important;
background-size: 200% !important;
box-shadow: none !important;
}
#main-window[tabsontop="true"] #appmenu-button:hover,
#main-window[tabsontop="true"] #appmenu-button[open] {
background-image: -moz-radial-gradient(center bottom, farthest-side, rgba(252,240,89,.5) 10%, rgba(252,240,89,0) 70%),
-moz-radial-gradient(center bottom, farthest-side, rgb(236,133,0), rgba(255,229,172,0)),
-moz-linear-gradient(rgb(246,170,69), rgb(209,74,0) 95%) !important;
}
#main-window[tabsontop="true"][privatebrowsingmode=temporary] #appmenu-button {
background-image: -moz-linear-gradient(rgb(153, 38, 211), rgb(105, 19, 163) 95%) !important;
}
#main-window[tabsontop="true"][privatebrowsingmode=temporary] #appmenu-button:hover,
#main-window[tabsontop="true"][privatebrowsingmode=temporary] #appmenu-button[open]{
background-image: -moz-radial-gradient(center bottom, farthest-side, rgba(240,193,255,.5) 10%, rgba(240,193,255,0) 70%),
-moz-radial-gradient(center bottom, farthest-side, rgb(192,81,247), rgba(236,172,255,0)),
-moz-linear-gradient(rgb(144,20,207), rgb(95,0,158) 95%) !important;
}
#main-window[tabsontop="true"] #appmenu-button .button-menu-dropmarker,
#main-window[tabsontop="true"] #appmenu-button .button-text {
display:none !important;
}
#main-window[tabsontop="true"] #appmenu-button .button-icon {
margin-top: -10px !important;
list-style-image: url("chrome://branding/content/icon16.png")!important;
-moz-image-region: rect(0 16px 16px 0) !important;
}
#main-window[tabsontop="true"] #appmenu-button-container {
position: fixed !important;
margin-top: 0 !important;
width:32px !important;
} | data/usercss/38988.user.css | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.titlebar-placeholder[type="appmenu-button"] {margin-right: -5px !important;}
#main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"] #TabsToolbar {
padding-left: 34px !important;
margin-right: 110px !important;
}
#main-window[tabsontop="true"] #toolbar-menubar[autohide="false"] {
margin-left: 0 !important;
margin-top: 0 !important;
}
#main-window[tabsontop="true"][sizemode="normal"] #toolbar-menubar[inactive] {
margin-top: -22px !important;
}
#main-window[tabsontop="true"][sizemode="normal"] #toolbar-menubar:not([inactive]) {
margin-left: 36px !important;
margin-top: -19px !important;
}
#main-window[tabsontop="true"][sizemode="maximized"] #toolbar-menubar:not([inactive]){
margin-top: 2px !important;
margin-left: 2px !important;
}
#main-window[tabsontop="true"][sizemode="maximized"] #toolbar-menubar[customizing="true"] {
margin-top: -16px !important;
margin-right: 110px !important;
margin-left: 30px !important;
}
#main-window[tabsontop="true"][sizemode="normal"] #toolbar-menubar[customizing="true"] {
margin-right: 110px !important;
margin-left: 33px !important;
margin-top: -20px !important;
}
#main-window[tabsontop="true"][sizemode="normal"] #appmenu-button {
margin-top: 1px !important;
margin-left: 3px !important
}
#main-window[tabsontop="true"] #appmenu-button {
border: 0 none !important;
padding:9px 0 0 0 !important;
height: 25px !important;
min-width: 31px !important;
width:31px !important;
-moz-border-image: url("chrome://browser/skin/tabbrowser/tab.png") 6 3 3 4 / 6px 3px 3px 4px !important;
border-radius: 7px 7px 0 0 !important;
background: -moz-linear-gradient(rgb(247,182,82), rgb(215,98,10)) no-repeat -5px -4px !important;
background-size: 200% !important;
box-shadow: none !important;
}
#main-window[tabsontop="true"] #appmenu-button:hover,
#main-window[tabsontop="true"] #appmenu-button[open] {
background-image: -moz-radial-gradient(center bottom, farthest-side, rgba(252,240,89,.5) 10%, rgba(252,240,89,0) 70%),
-moz-radial-gradient(center bottom, farthest-side, rgb(236,133,0), rgba(255,229,172,0)),
-moz-linear-gradient(rgb(246,170,69), rgb(209,74,0) 95%) !important;
}
#main-window[tabsontop="true"][privatebrowsingmode=temporary] #appmenu-button {
background-image: -moz-linear-gradient(rgb(153, 38, 211), rgb(105, 19, 163) 95%) !important;
}
#main-window[tabsontop="true"][privatebrowsingmode=temporary] #appmenu-button:hover,
#main-window[tabsontop="true"][privatebrowsingmode=temporary] #appmenu-button[open]{
background-image: -moz-radial-gradient(center bottom, farthest-side, rgba(240,193,255,.5) 10%, rgba(240,193,255,0) 70%),
-moz-radial-gradient(center bottom, farthest-side, rgb(192,81,247), rgba(236,172,255,0)),
-moz-linear-gradient(rgb(144,20,207), rgb(95,0,158) 95%) !important;
}
#main-window[tabsontop="true"] #appmenu-button .button-menu-dropmarker,
#main-window[tabsontop="true"] #appmenu-button .button-text {
display:none !important;
}
#main-window[tabsontop="true"] #appmenu-button .button-icon {
margin-top: -10px !important;
list-style-image: url("chrome://branding/content/icon16.png")!important;
-moz-image-region: rect(0 16px 16px 0) !important;
}
#main-window[tabsontop="true"] #appmenu-button-container {
position: fixed !important;
margin-top: 0 !important;
width:32px !important;
} | 0.246533 | 0.109468 |
.container {
position: relative; }
.db-header {
background-color: #fff;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 0.875rem;
color: #344563;
min-height: 50px; }
.db-header a:hover {
text-decoration: none; }
.db-header {
background-color: #fff;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
z-index: 100;
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
transition: all ease 0.4s; }
.db-header .float-right {
padding: 10px 0px 0px 0px; }
.db-header .pull-left {
position: relative;
min-width: 120px;
min-height: 30px; }
.db-header a.logo {
position: absolute;
top: 10px;
left: 0px;
margin: 2px 0px 0px 0px; }
.db-header a.logo img {
height: 30px; }
.db-header a.logo-white {
position: absolute;
top: 10px;
left: 0px;
margin: 2px 0px 0px 0px; }
.db-header a.logo-white img {
height: 30px; }
.db-header .main-menu {
float: left;
margin: 0px 0px 0px 140px; }
.db-header .main-menu > ul {
margin: 0px;
padding: 0px;
list-style: none; }
.db-header .main-menu > ul > li {
float: left;
margin: 0px 0px 0px 10px;
position: relative; }
.db-header .main-menu > ul > li:hover ul {
opacity: 1;
visibility: visible; }
.db-header .main-menu > ul > li > a {
line-height: 50px;
color: #344563;
transition: all ease 0.4s;
font-weight: 600;
padding: 0px 15px; }
.db-header .main-menu > ul > li > a:hover {
color: #0099fe; }
.db-header .main-menu > ul > li > a .fa-plus {
font-size: 10px;
color: #0099fe;
position: relative;
top: -5px;
transform: all ease 0.4s; }
.db-header .main-menu > ul > li ul {
background-color: #fff;
position: absolute;
top: 100%;
left: 0px;
width: 200px;
list-style: none;
padding: 0px;
margin: 0px;
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
transition: all ease 0.4s;
visibility: hidden;
opacity: 0; }
.db-header .main-menu > ul > li ul li {
display: block; }
.db-header .main-menu > ul > li ul li a {
display: block;
padding: 7px 15px;
color: #344563;
transition: all ease 0.4s;
font-weight: 600; }
.db-header .main-menu > ul > li ul li a:hover {
color: #0099fe; }
.db-header .user-link {
float: left; }
.db-header .user-link a {
float: left;
line-height: 30px;
padding: 0px 20px;
border-radius: 20px;
margin: 0px 0px 0px 10px;
color: #344563;
font-weight: 600;
transition: all ease 0.4s; }
.db-header .user-link a span {
transform: all ease 0.4s; }
.db-header .user-link a.login {
background-color: #0099fe;
color: #fff; }
.db-header .user-link a.login:hover {
background-color: #32adff; }
.db-header .user-link a.signup {
padding: 0px 10px; }
.db-header .search-icon {
float: left;
line-height: 30px;
width: 30px;
margin: 0px 0px 0px 0px;
font-size: 16px;
cursor: pointer;
text-align: center;
transform: all ease 0.4s; }
.db-header .search-icon i {
transform: all ease 0.4s; }
.db-header .search-icon:hover {
color: #0099fe; }
.db-header .menu-icon {
float: left;
line-height: 30px;
width: 30px;
margin: 0px 0px 0px 0px;
font-size: 20px;
cursor: pointer;
text-align: center;
transform: all ease 0.4s; }
.db-header .menu-icon:hover {
color: #0099fe; }
.db-header .user-info {
float: left;
margin: 0px 10px 0px 10px;
position: relative; }
.db-header .user-info .user-avatar {
width: 30px;
cursor: pointer;
height: 30px; }
.db-header .user-info .user-avatar img {
border-radius: 50%;
width: 30px;
height: 30px;
display: block; }
.db-header .user-info .user-type {
position: absolute;
top: 0px;
right: -20px;
border-radius: 2px;
line-height: 13px;
height: 13px;
color: #fff;
z-index: 999;
font-size: 8px;
padding: 0px 5px;
background-color: #dd4b39; }
.db-header .user-language {
float: left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 20px; }
.db-header .user-language a {
margin: 0px 0px 0px 10px; }
.db-header .user-language a img {
height: 20px;
cursor: pointer; }
.db-header .user-info-dropdown {
font-size: 0.875rem;
left: unset !important;
margin: 25px 0px 0px 0px;
top: 100% !important;
right: -15px !important;
transform: none !important;
min-width: 300px;
margin-left: 0px;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
border: none;
border-radius: 3px; }
.db-header .user-info-dropdown:before {
bottom: 100%;
right: 19px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(194, 225, 245, 0);
border-bottom-color: #ddd;
border-width: 11px;
margin-left: -11px; }
.db-header .user-info-dropdown:after {
bottom: 100%;
right: 19px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #fff;
border-width: 10px;
margin-left: -10px; }
.db-header .user-info-dropdown:before {
left: unset !important;
right: 19px; }
.db-header .user-info-dropdown:after {
left: unset !important;
right: 19px; }
.db-header .user-info-dropdown li.current {
background-color: #0099fe; }
.db-header .user-info-dropdown li.current a {
color: #fff; }
.db-header .user-info-dropdown li.current:hover {
opacity: 0.9;
background-color: #0099fe; }
.db-header .user-info-dropdown li.current:hover a {
background-color: #0099fe;
color: #fff; }
.db-header .user-head {
padding: 15px 15px 10px 70px; }
.db-header .user-head .uh-avatar {
width: 40px;
margin: 0px 0px 0px -55px;
height: 40px;
float: left;
border-radius: 50%; }
.db-header .user-head .uh-avatar img {
display: block;
width: 40px;
height: 40px;
border-radius: 50%; }
.db-header .user-head h3 {
font-size: 1rem;
margin: -5px 0px 0px 0px;
white-space: nowrap;
max-width: 600px;
padding: 5px 0px 0px 0px;
overflow: hidden;
text-overflow: ellipsis; }
.db-header .user-head h3 .upgrade {
display: inline-block;
color: #dd4b39;
padding: 1px 5px;
border-radius: 3px;
font-size: 0.625rem;
border: 1px solid #dd4b39;
position: relative;
margin: 0px 0px 0px 7px;
top: -5px;
transition: all ease 0.3s; }
.db-header .user-head h3 .upgrade:hover {
cursor: pointer;
background-color: #dd4b39;
color: #fff; }
.db-header .user-head p {
font-size: 0.75rem;
margin: 0px;
color: #7A869A; }
.db-header .line-under-stock {
height: 1px;
margin: 10px 0px 10px 0px;
background-color: #C1C7D0; }
.db-header .user-balance {
padding: 0px 15px;
white-space: nowrap; }
.db-header .user-balance .db-coins p {
font-size: 0.8125rem; }
.db-header .user-balance .user-stock {
display: block;
margin: 10px 0px 0px 0px; }
.db-header .user-balance .user-stock p {
margin: 0px 0px 0px 0px;
font-size: 0.8125rem; }
.db-header .user-balance .db-stock-flex {
display: flex; }
.db-header .user-balance .db-stock-flex label {
line-height: 15px;
margin: 0px 0px 0px 5px;
font-size: 0.8125rem; }
.db-header .user-balance .db-stock-flex .db-stock-progress {
width: 100%;
padding: 6px 0px 0px 0px; }
.db-header .user-balance .db-stock-flex .stock-progress {
display: block;
width: 100%;
position: relative;
background-color: #C1C7D0;
height: 7px;
border-radius: 5px; }
.db-header .user-balance .db-stock-flex .stock-progress .stock-progress-value {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
background-color: #0099fe;
border-radius: 5px; }
.db-header .user-list-menu {
padding: 0px 0px;
list-style: none;
margin: 0px; }
.db-header .user-list-menu li {
padding: 0px;
margin: 0px; }
.db-header .user-list-menu li a {
display: block;
padding: 8px 15px;
color: #344563; }
.db-header .user-list-menu li a i {
width: 25px;
display: inline-block; }
.db-header .user-list-menu li:hover a {
background-color: #f5f5f5; }
.db-header .user-list-menu li.active a {
background-color: #f5f5f5;
font-weight: 600; }
.db-header .menu-res {
position: absolute;
top: 100%;
left: 0px;
right: 0px;
border-top: 1px solid #C1C7D0;
background-color: #fff;
z-index: 100;
display: none;
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
.db-header .menu-res ul {
margin: 0px;
padding: 0px 0px;
list-style: none; }
.db-header .menu-res ul li {
display: block;
margin: 0px;
padding: 0px; }
.db-header .menu-res ul li a {
line-height: 35px;
color: #344563;
transition: all ease 0.4s;
font-weight: 600;
padding: 0px 15px;
display: block; }
.db-header .menu-res ul li a:hover {
color: #0099fe;
background-color: #C1C7D0; }
@media screen and (min-width: 992px) {
.db-header .menu-res {
display: none !important; } }
.db-coins {
line-height: 30px;
display: inline-block;
margin: 0px 10px 0px 0px; }
.db-coins .db-coins-icon {
float: left;
width: 30px;
height: 30px;
background-repeat: no-repeat;
background-position: center center;
margin: 0px 2px 0px 0px;
background-image: url(../images/icon/coins.svg);
background-size: 22px auto; }
.db-coins p {
line-height: 30px;
display: inline-block;
margin: 0px; }
.db-coins.db-bonus-coins .db-coins-icon {
float: left;
background-image: url(../images/icon/bonus-coins.svg); }
.db-coins.text-gray p {
line-height: 30px;
display: inline-block;
margin: 0px; }
.db-coins.text-gray p strong {
font-weight: 700; }
.db-stocks {
line-height: 30px;
display: inline-block;
margin: 0px 10px 0px 0px; }
.db-stocks .db-stocks-icon {
float: left;
width: 20px;
height: 30px;
background-repeat: no-repeat;
background-position: center center;
margin: 0px 0px 0px 0px; }
.db-stocks .db-stocks-icon i {
display: block;
line-height: 30px;
font-size: 15px;
color: #0099fe; }
.db-stocks p {
line-height: 30px;
display: inline-block;
margin: 0px;
color: #fff; }
.db-stocks p strong {
font-weight: 700;
color: #fff; }
.db-stocks.text-gray p {
line-height: 30px;
display: inline-block;
margin: 0px; }
.db-stocks.text-gray p strong {
font-weight: 700; }
/*-------------------------------FOOTER------------------------------------*/
.db-footer {
padding: 50px 0px 0px 0px;
background-color: #344563;
min-height: 200px; }
.db-footer .footer-left {
max-width: 300px;
float: left; }
@media screen and (max-width: 767px) {
.db-footer .footer-left {
float: none;
margin: 0px 0px 30px 0px; } }
.db-footer .footer-left a.logo img {
width: 150px; }
.db-footer .footer-left .social {
padding: 5px 0px 5px 5px; }
.db-footer .footer-left .social a {
display: inline-block;
cursor: pointer;
color: #fff;
transition: all ease 0.4;
margin: 0px 15px 0px 0px;
font-size: 18px;
opacity: 0.9;
transition: all ease 0.4s; }
.db-footer .footer-left .social a:hover {
opacity: 1; }
.db-footer .footer-left .social a.facebook {
color: #3b5998; }
.db-footer .footer-left .social a.facebook:hover {
color: #3b5998; }
.db-footer .footer-left .social a.twitter {
color: #3a92c8; }
.db-footer .footer-left .social a.twitter:hover {
color: #3a92c8; }
.db-footer .footer-left .social a.pinterest {
color: #cb2027; }
.db-footer .footer-left .social a.pinterest:hover {
color: #cb2027; }
.db-footer .footer-left .social a.instagram {
color: #fb3958; }
.db-footer .footer-left .social a.instagram:hover {
color: #fb3958; }
.db-footer .footer-right {
float: right; }
@media screen and (max-width: 767px) {
.db-footer .footer-right {
float: none; } }
.db-footer .footer-col {
float: left;
margin: 0px 0px 0px 50px; }
@media screen and (max-width: 767px) {
.db-footer .footer-col {
float: left;
width: 33.33%;
margin: 0px; } }
@media screen and (max-width: 767px) and (max-width: 575px) {
.db-footer .footer-col {
display: block;
width: 100%;
float: none;
margin: 0px 0px 30px 0px; } }
.db-footer .footer-col h4 {
font-size: 0.875rem;
text-transform: uppercase;
font-weight: 600;
margin: 0px 0px 20px 0px;
color: #fff; }
.db-footer .footer-col ul {
margin: 0px;
padding: 0px;
list-style: none; }
.db-footer .footer-col ul li {
margin: 0px 0px 7px 0px; }
.db-footer .footer-col ul li a {
display: block;
font-size: 0.8125rem;
color: #fff;
opacity: 0.7; }
.db-footer .footer-col ul li a:hover {
text-decoration: underline; }
.db-footer .company p {
color: #fff;
opacity: 0.8;
font-size: 13px;
margin: 0px 0px 10px 0px; }
.db-footer .allright {
text-align: center;
padding: 30px 0px 30px 0px;
margin: 50px 0px 0px 0px;
border-top: 1px solid #465c84; }
.db-footer .allright p {
text-transform: uppercase;
font-size: 0.6875rem;
color: #fff;
opacity: 0.6;
letter-spacing: 2px;
margin: 0px; }
/*# sourceMappingURL=main.css.map */ | assets/css/main.css | .container {
position: relative; }
.db-header {
background-color: #fff;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 0.875rem;
color: #344563;
min-height: 50px; }
.db-header a:hover {
text-decoration: none; }
.db-header {
background-color: #fff;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
z-index: 100;
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
transition: all ease 0.4s; }
.db-header .float-right {
padding: 10px 0px 0px 0px; }
.db-header .pull-left {
position: relative;
min-width: 120px;
min-height: 30px; }
.db-header a.logo {
position: absolute;
top: 10px;
left: 0px;
margin: 2px 0px 0px 0px; }
.db-header a.logo img {
height: 30px; }
.db-header a.logo-white {
position: absolute;
top: 10px;
left: 0px;
margin: 2px 0px 0px 0px; }
.db-header a.logo-white img {
height: 30px; }
.db-header .main-menu {
float: left;
margin: 0px 0px 0px 140px; }
.db-header .main-menu > ul {
margin: 0px;
padding: 0px;
list-style: none; }
.db-header .main-menu > ul > li {
float: left;
margin: 0px 0px 0px 10px;
position: relative; }
.db-header .main-menu > ul > li:hover ul {
opacity: 1;
visibility: visible; }
.db-header .main-menu > ul > li > a {
line-height: 50px;
color: #344563;
transition: all ease 0.4s;
font-weight: 600;
padding: 0px 15px; }
.db-header .main-menu > ul > li > a:hover {
color: #0099fe; }
.db-header .main-menu > ul > li > a .fa-plus {
font-size: 10px;
color: #0099fe;
position: relative;
top: -5px;
transform: all ease 0.4s; }
.db-header .main-menu > ul > li ul {
background-color: #fff;
position: absolute;
top: 100%;
left: 0px;
width: 200px;
list-style: none;
padding: 0px;
margin: 0px;
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
transition: all ease 0.4s;
visibility: hidden;
opacity: 0; }
.db-header .main-menu > ul > li ul li {
display: block; }
.db-header .main-menu > ul > li ul li a {
display: block;
padding: 7px 15px;
color: #344563;
transition: all ease 0.4s;
font-weight: 600; }
.db-header .main-menu > ul > li ul li a:hover {
color: #0099fe; }
.db-header .user-link {
float: left; }
.db-header .user-link a {
float: left;
line-height: 30px;
padding: 0px 20px;
border-radius: 20px;
margin: 0px 0px 0px 10px;
color: #344563;
font-weight: 600;
transition: all ease 0.4s; }
.db-header .user-link a span {
transform: all ease 0.4s; }
.db-header .user-link a.login {
background-color: #0099fe;
color: #fff; }
.db-header .user-link a.login:hover {
background-color: #32adff; }
.db-header .user-link a.signup {
padding: 0px 10px; }
.db-header .search-icon {
float: left;
line-height: 30px;
width: 30px;
margin: 0px 0px 0px 0px;
font-size: 16px;
cursor: pointer;
text-align: center;
transform: all ease 0.4s; }
.db-header .search-icon i {
transform: all ease 0.4s; }
.db-header .search-icon:hover {
color: #0099fe; }
.db-header .menu-icon {
float: left;
line-height: 30px;
width: 30px;
margin: 0px 0px 0px 0px;
font-size: 20px;
cursor: pointer;
text-align: center;
transform: all ease 0.4s; }
.db-header .menu-icon:hover {
color: #0099fe; }
.db-header .user-info {
float: left;
margin: 0px 10px 0px 10px;
position: relative; }
.db-header .user-info .user-avatar {
width: 30px;
cursor: pointer;
height: 30px; }
.db-header .user-info .user-avatar img {
border-radius: 50%;
width: 30px;
height: 30px;
display: block; }
.db-header .user-info .user-type {
position: absolute;
top: 0px;
right: -20px;
border-radius: 2px;
line-height: 13px;
height: 13px;
color: #fff;
z-index: 999;
font-size: 8px;
padding: 0px 5px;
background-color: #dd4b39; }
.db-header .user-language {
float: left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 20px; }
.db-header .user-language a {
margin: 0px 0px 0px 10px; }
.db-header .user-language a img {
height: 20px;
cursor: pointer; }
.db-header .user-info-dropdown {
font-size: 0.875rem;
left: unset !important;
margin: 25px 0px 0px 0px;
top: 100% !important;
right: -15px !important;
transform: none !important;
min-width: 300px;
margin-left: 0px;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
border: none;
border-radius: 3px; }
.db-header .user-info-dropdown:before {
bottom: 100%;
right: 19px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(194, 225, 245, 0);
border-bottom-color: #ddd;
border-width: 11px;
margin-left: -11px; }
.db-header .user-info-dropdown:after {
bottom: 100%;
right: 19px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #fff;
border-width: 10px;
margin-left: -10px; }
.db-header .user-info-dropdown:before {
left: unset !important;
right: 19px; }
.db-header .user-info-dropdown:after {
left: unset !important;
right: 19px; }
.db-header .user-info-dropdown li.current {
background-color: #0099fe; }
.db-header .user-info-dropdown li.current a {
color: #fff; }
.db-header .user-info-dropdown li.current:hover {
opacity: 0.9;
background-color: #0099fe; }
.db-header .user-info-dropdown li.current:hover a {
background-color: #0099fe;
color: #fff; }
.db-header .user-head {
padding: 15px 15px 10px 70px; }
.db-header .user-head .uh-avatar {
width: 40px;
margin: 0px 0px 0px -55px;
height: 40px;
float: left;
border-radius: 50%; }
.db-header .user-head .uh-avatar img {
display: block;
width: 40px;
height: 40px;
border-radius: 50%; }
.db-header .user-head h3 {
font-size: 1rem;
margin: -5px 0px 0px 0px;
white-space: nowrap;
max-width: 600px;
padding: 5px 0px 0px 0px;
overflow: hidden;
text-overflow: ellipsis; }
.db-header .user-head h3 .upgrade {
display: inline-block;
color: #dd4b39;
padding: 1px 5px;
border-radius: 3px;
font-size: 0.625rem;
border: 1px solid #dd4b39;
position: relative;
margin: 0px 0px 0px 7px;
top: -5px;
transition: all ease 0.3s; }
.db-header .user-head h3 .upgrade:hover {
cursor: pointer;
background-color: #dd4b39;
color: #fff; }
.db-header .user-head p {
font-size: 0.75rem;
margin: 0px;
color: #7A869A; }
.db-header .line-under-stock {
height: 1px;
margin: 10px 0px 10px 0px;
background-color: #C1C7D0; }
.db-header .user-balance {
padding: 0px 15px;
white-space: nowrap; }
.db-header .user-balance .db-coins p {
font-size: 0.8125rem; }
.db-header .user-balance .user-stock {
display: block;
margin: 10px 0px 0px 0px; }
.db-header .user-balance .user-stock p {
margin: 0px 0px 0px 0px;
font-size: 0.8125rem; }
.db-header .user-balance .db-stock-flex {
display: flex; }
.db-header .user-balance .db-stock-flex label {
line-height: 15px;
margin: 0px 0px 0px 5px;
font-size: 0.8125rem; }
.db-header .user-balance .db-stock-flex .db-stock-progress {
width: 100%;
padding: 6px 0px 0px 0px; }
.db-header .user-balance .db-stock-flex .stock-progress {
display: block;
width: 100%;
position: relative;
background-color: #C1C7D0;
height: 7px;
border-radius: 5px; }
.db-header .user-balance .db-stock-flex .stock-progress .stock-progress-value {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
background-color: #0099fe;
border-radius: 5px; }
.db-header .user-list-menu {
padding: 0px 0px;
list-style: none;
margin: 0px; }
.db-header .user-list-menu li {
padding: 0px;
margin: 0px; }
.db-header .user-list-menu li a {
display: block;
padding: 8px 15px;
color: #344563; }
.db-header .user-list-menu li a i {
width: 25px;
display: inline-block; }
.db-header .user-list-menu li:hover a {
background-color: #f5f5f5; }
.db-header .user-list-menu li.active a {
background-color: #f5f5f5;
font-weight: 600; }
.db-header .menu-res {
position: absolute;
top: 100%;
left: 0px;
right: 0px;
border-top: 1px solid #C1C7D0;
background-color: #fff;
z-index: 100;
display: none;
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
.db-header .menu-res ul {
margin: 0px;
padding: 0px 0px;
list-style: none; }
.db-header .menu-res ul li {
display: block;
margin: 0px;
padding: 0px; }
.db-header .menu-res ul li a {
line-height: 35px;
color: #344563;
transition: all ease 0.4s;
font-weight: 600;
padding: 0px 15px;
display: block; }
.db-header .menu-res ul li a:hover {
color: #0099fe;
background-color: #C1C7D0; }
@media screen and (min-width: 992px) {
.db-header .menu-res {
display: none !important; } }
.db-coins {
line-height: 30px;
display: inline-block;
margin: 0px 10px 0px 0px; }
.db-coins .db-coins-icon {
float: left;
width: 30px;
height: 30px;
background-repeat: no-repeat;
background-position: center center;
margin: 0px 2px 0px 0px;
background-image: url(../images/icon/coins.svg);
background-size: 22px auto; }
.db-coins p {
line-height: 30px;
display: inline-block;
margin: 0px; }
.db-coins.db-bonus-coins .db-coins-icon {
float: left;
background-image: url(../images/icon/bonus-coins.svg); }
.db-coins.text-gray p {
line-height: 30px;
display: inline-block;
margin: 0px; }
.db-coins.text-gray p strong {
font-weight: 700; }
.db-stocks {
line-height: 30px;
display: inline-block;
margin: 0px 10px 0px 0px; }
.db-stocks .db-stocks-icon {
float: left;
width: 20px;
height: 30px;
background-repeat: no-repeat;
background-position: center center;
margin: 0px 0px 0px 0px; }
.db-stocks .db-stocks-icon i {
display: block;
line-height: 30px;
font-size: 15px;
color: #0099fe; }
.db-stocks p {
line-height: 30px;
display: inline-block;
margin: 0px;
color: #fff; }
.db-stocks p strong {
font-weight: 700;
color: #fff; }
.db-stocks.text-gray p {
line-height: 30px;
display: inline-block;
margin: 0px; }
.db-stocks.text-gray p strong {
font-weight: 700; }
/*-------------------------------FOOTER------------------------------------*/
.db-footer {
padding: 50px 0px 0px 0px;
background-color: #344563;
min-height: 200px; }
.db-footer .footer-left {
max-width: 300px;
float: left; }
@media screen and (max-width: 767px) {
.db-footer .footer-left {
float: none;
margin: 0px 0px 30px 0px; } }
.db-footer .footer-left a.logo img {
width: 150px; }
.db-footer .footer-left .social {
padding: 5px 0px 5px 5px; }
.db-footer .footer-left .social a {
display: inline-block;
cursor: pointer;
color: #fff;
transition: all ease 0.4;
margin: 0px 15px 0px 0px;
font-size: 18px;
opacity: 0.9;
transition: all ease 0.4s; }
.db-footer .footer-left .social a:hover {
opacity: 1; }
.db-footer .footer-left .social a.facebook {
color: #3b5998; }
.db-footer .footer-left .social a.facebook:hover {
color: #3b5998; }
.db-footer .footer-left .social a.twitter {
color: #3a92c8; }
.db-footer .footer-left .social a.twitter:hover {
color: #3a92c8; }
.db-footer .footer-left .social a.pinterest {
color: #cb2027; }
.db-footer .footer-left .social a.pinterest:hover {
color: #cb2027; }
.db-footer .footer-left .social a.instagram {
color: #fb3958; }
.db-footer .footer-left .social a.instagram:hover {
color: #fb3958; }
.db-footer .footer-right {
float: right; }
@media screen and (max-width: 767px) {
.db-footer .footer-right {
float: none; } }
.db-footer .footer-col {
float: left;
margin: 0px 0px 0px 50px; }
@media screen and (max-width: 767px) {
.db-footer .footer-col {
float: left;
width: 33.33%;
margin: 0px; } }
@media screen and (max-width: 767px) and (max-width: 575px) {
.db-footer .footer-col {
display: block;
width: 100%;
float: none;
margin: 0px 0px 30px 0px; } }
.db-footer .footer-col h4 {
font-size: 0.875rem;
text-transform: uppercase;
font-weight: 600;
margin: 0px 0px 20px 0px;
color: #fff; }
.db-footer .footer-col ul {
margin: 0px;
padding: 0px;
list-style: none; }
.db-footer .footer-col ul li {
margin: 0px 0px 7px 0px; }
.db-footer .footer-col ul li a {
display: block;
font-size: 0.8125rem;
color: #fff;
opacity: 0.7; }
.db-footer .footer-col ul li a:hover {
text-decoration: underline; }
.db-footer .company p {
color: #fff;
opacity: 0.8;
font-size: 13px;
margin: 0px 0px 10px 0px; }
.db-footer .allright {
text-align: center;
padding: 30px 0px 30px 0px;
margin: 50px 0px 0px 0px;
border-top: 1px solid #465c84; }
.db-footer .allright p {
text-transform: uppercase;
font-size: 0.6875rem;
color: #fff;
opacity: 0.6;
letter-spacing: 2px;
margin: 0px; }
/*# sourceMappingURL=main.css.map */ | 0.413832 | 0.059839 |
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-Regular.ttf);
font-weight: normal;
}
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-Italic.ttf);
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-SemiBold.ttf);
font-weight: bold;
}
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-SemiBoldItalic.ttf);
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-Bold.ttf);
font-weight: bolder;
}
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-BoldItalic.ttf);
font-weight: bolder;
font-style: italic;
}
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-Light.ttf);
font-weight: lighter;
}
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-LightItalic.ttf);
font-weight: lighter;
font-style: italic;
}
/* muli */
@font-face {
font-family: Muli;
src: url(/fonts/muli/Muli-Regular.ttf);
font-weight: normal;
}
@font-face {
font-family: Muli;
src: url(/fonts/muli/Muli-Italic.ttf);
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: Muli;
src: url(/fonts/muli/Muli-Light.ttf);
font-weight: lighter;
}
/* alpaca */
@font-face {
font-family: Alpaca;
src: url('/fonts/alpaca/Alpaca Scarlett Demo.ttf');
}
/* Monserrat */
@font-face {
font-family: Montserrat;
src: url('/fonts/montserrat/Montserrat-Regular.ttf');
}
@font-face {
font-family: Montserrat;
src: url('/fonts/montserrat/Montserrat-Bold.ttf');
font-weight: bold;
}
/* general styling */
body {
font-family: "Muli",avenir,"helvetica neue",helvetica,ubuntu,roboto,noto,"segoe ui",arial,sans-serif;
}
h1, h2, h3 {
font-family: Montserrat;
}
.sidebar { width: 280px; position: fixed; }
.sidebar, .main-menu {
font-family: 'Josefin-Sans'
}
.sidebar-menu .sub-menu {
font-size: 0.8rem;
}
.sidebar .widget-about .logo {
padding-bottom: 0.8em;
}
.site-title {
font-family: Alpaca;
font-weight: normal;
text-transform: uppercase;
}
.site .main { width: 100%; }
/* space between main and footer */
main#content footer.entry-footer .container.sep-before:before {
margin-bottom: 1em;
}
footer#footer .container.sep-before:before {
display: none;
}
/* footer floating on the left-bottom */
footer#footer {
position: fixed!important;
left: 0px;
bottom: -15px;
z-index: 100000;
}
@media screen and (min-width: 920px) {
.has-sidebar .main {
margin-left: 280px;
padding-left: 2em;
}
}
@media screen and (min-width: 480px) {
body {
font-size: 1em;
}
}
/* TOC */
.container.entry-toc {
border: 1px solid #efefd4;
border-radius: 5px;
padding: 1em;
background: #ffcd003b;
color: white;
/* default show inline */
position: inherit;
transition: position 1s linear;
}
@media screen and (max-width: 1349px) {
.container.entry-toc {
margin-left: 1rem;
}
}
/* ----------- Retina Screens ----------- */
@media screen and (min-width: 1350px) {
.container.entry-toc {
width: 20vw;
position: fixed;
top: 20px;
right: 10px;
background: none;
border: 0px;
border-left: 1px solid rgb(241, 239, 234);
padding-left: 1.5rem;
}
}
.entry-toc a {
color: #949494;
transition: color 0.5s linear;
}
.entry-toc a:hover {
color: black;
font-weight: bolder;
}
.entry-toc #TableOfContents {
font-size: 0.8em;
}
/* ENTRY */
/* subtitle decoration like last modified, etc */
.entry-meta {
font-size: 0.7rem;
}
/* next / prev page */
.entry-nav {
padding-bottom: 2.5rem;
}
/* next prev page link */
.entry-nav .container {
display: flex;
justify-content: space-between;
opacity: 0.7;
font-size: 0.9rem;
}
.entry-nav .container .sep-before:before {
display: none;
}
.entry-nav .container a span {
color: #e6ba04;
}
/* separator */
.entry-header .sep-after:after, .sep-before:before {
margin-top: 1em;
}
/* entry content */
.entry-content a {
border-bottom: none;
color: #e6ba04
}
.entry-content a:hover {
color: #ffcd00;
}
.entry-content h2 {
font-weight: normal;
}
/* tables */
.entry-content table thead {
background-color: #fecd00!important;
border-color: #eaeaea;
}
.entry-content table thead th {
text-align: center;
}
.entry-content table tr {
border-color: #eaeaea;
}
/* POSTS section list */
.widget-recent_posts time {
color: gray;
}
/* SEARCH */
.searchResults {
padding-top: 1em;
border: 0px;
}
.searchResults tr:not(:last-child) td {
border-bottom: 1px solid #eaeaea;
}
.searchResults td {
border: 0px;
padding-bottom: 0.75em;
padding-top: 0.75em;
}
.searchResults td h3 {
margin-bottom: 0;
font-size: 0.9em;
font-weight: normal;
}
.searchResults span {
font-size: 0.7em;
color: #b9b9b9;
} | static/custom.css | @font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-Regular.ttf);
font-weight: normal;
}
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-Italic.ttf);
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-SemiBold.ttf);
font-weight: bold;
}
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-SemiBoldItalic.ttf);
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-Bold.ttf);
font-weight: bolder;
}
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-BoldItalic.ttf);
font-weight: bolder;
font-style: italic;
}
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-Light.ttf);
font-weight: lighter;
}
@font-face {
font-family: Josefin-Sans;
src: url(/fonts/josefin-sans/JosefinSans-LightItalic.ttf);
font-weight: lighter;
font-style: italic;
}
/* muli */
@font-face {
font-family: Muli;
src: url(/fonts/muli/Muli-Regular.ttf);
font-weight: normal;
}
@font-face {
font-family: Muli;
src: url(/fonts/muli/Muli-Italic.ttf);
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: Muli;
src: url(/fonts/muli/Muli-Light.ttf);
font-weight: lighter;
}
/* alpaca */
@font-face {
font-family: Alpaca;
src: url('/fonts/alpaca/Alpaca Scarlett Demo.ttf');
}
/* Monserrat */
@font-face {
font-family: Montserrat;
src: url('/fonts/montserrat/Montserrat-Regular.ttf');
}
@font-face {
font-family: Montserrat;
src: url('/fonts/montserrat/Montserrat-Bold.ttf');
font-weight: bold;
}
/* general styling */
body {
font-family: "Muli",avenir,"helvetica neue",helvetica,ubuntu,roboto,noto,"segoe ui",arial,sans-serif;
}
h1, h2, h3 {
font-family: Montserrat;
}
.sidebar { width: 280px; position: fixed; }
.sidebar, .main-menu {
font-family: 'Josefin-Sans'
}
.sidebar-menu .sub-menu {
font-size: 0.8rem;
}
.sidebar .widget-about .logo {
padding-bottom: 0.8em;
}
.site-title {
font-family: Alpaca;
font-weight: normal;
text-transform: uppercase;
}
.site .main { width: 100%; }
/* space between main and footer */
main#content footer.entry-footer .container.sep-before:before {
margin-bottom: 1em;
}
footer#footer .container.sep-before:before {
display: none;
}
/* footer floating on the left-bottom */
footer#footer {
position: fixed!important;
left: 0px;
bottom: -15px;
z-index: 100000;
}
@media screen and (min-width: 920px) {
.has-sidebar .main {
margin-left: 280px;
padding-left: 2em;
}
}
@media screen and (min-width: 480px) {
body {
font-size: 1em;
}
}
/* TOC */
.container.entry-toc {
border: 1px solid #efefd4;
border-radius: 5px;
padding: 1em;
background: #ffcd003b;
color: white;
/* default show inline */
position: inherit;
transition: position 1s linear;
}
@media screen and (max-width: 1349px) {
.container.entry-toc {
margin-left: 1rem;
}
}
/* ----------- Retina Screens ----------- */
@media screen and (min-width: 1350px) {
.container.entry-toc {
width: 20vw;
position: fixed;
top: 20px;
right: 10px;
background: none;
border: 0px;
border-left: 1px solid rgb(241, 239, 234);
padding-left: 1.5rem;
}
}
.entry-toc a {
color: #949494;
transition: color 0.5s linear;
}
.entry-toc a:hover {
color: black;
font-weight: bolder;
}
.entry-toc #TableOfContents {
font-size: 0.8em;
}
/* ENTRY */
/* subtitle decoration like last modified, etc */
.entry-meta {
font-size: 0.7rem;
}
/* next / prev page */
.entry-nav {
padding-bottom: 2.5rem;
}
/* next prev page link */
.entry-nav .container {
display: flex;
justify-content: space-between;
opacity: 0.7;
font-size: 0.9rem;
}
.entry-nav .container .sep-before:before {
display: none;
}
.entry-nav .container a span {
color: #e6ba04;
}
/* separator */
.entry-header .sep-after:after, .sep-before:before {
margin-top: 1em;
}
/* entry content */
.entry-content a {
border-bottom: none;
color: #e6ba04
}
.entry-content a:hover {
color: #ffcd00;
}
.entry-content h2 {
font-weight: normal;
}
/* tables */
.entry-content table thead {
background-color: #fecd00!important;
border-color: #eaeaea;
}
.entry-content table thead th {
text-align: center;
}
.entry-content table tr {
border-color: #eaeaea;
}
/* POSTS section list */
.widget-recent_posts time {
color: gray;
}
/* SEARCH */
.searchResults {
padding-top: 1em;
border: 0px;
}
.searchResults tr:not(:last-child) td {
border-bottom: 1px solid #eaeaea;
}
.searchResults td {
border: 0px;
padding-bottom: 0.75em;
padding-top: 0.75em;
}
.searchResults td h3 {
margin-bottom: 0;
font-size: 0.9em;
font-weight: normal;
}
.searchResults span {
font-size: 0.7em;
color: #b9b9b9;
} | 0.280616 | 0.063482 |
body, input, textarea {
font-family: 'Lato', sans-serif;
font-size: 11px;
}
body {
background-color: #EADEBD;
}
a, a:visited, a:focus {
color: black;
}
.container {
padding: 0 10px 80px;
}
.title {
font-family: 'Lato', sans-serif;
font-weight: 400;
text-transform: uppercase;
}
.main-title {
font-size: 18px;
opacity: 0.6;
}
.year-title {
font-size: 9px;
}
.end-title {
font-size: 9px;
pointer-events: none;
}
.pill {
stroke-linejoin: round;
}
.pill-outer {
stroke-linejoin: round;
}
.link {
stroke-width: 1;
stroke: #AEA495;
}
.pill rect, .pill path {
stroke: #524441;
stroke-width:1;
}
.pill rect.no-stroke {
stroke: none;
stroke-width:0;
}
.pill-outline {
fill:none;
stroke: #524441;
stroke-width:1;
}
/* .link { */
/* -webkit-transition: opacity .25s ease-in-out; */
/* -moz-transition: opacity .25s ease-in-out; */
/* -ms-transition: opacity .25s ease-in-out; */
/* -o-transition: opacity .25s ease-in-out; */
/* } */
/* */
/* .pill { */
/* -webkit-transition: opacity .25s ease-in-out; */
/* -moz-transition: opacity .25s ease-in-out; */
/* -ms-transition: opacity .25s ease-in-out; */
/* -o-transition: opacity .25s ease-in-out; */
/* } */
.highlight {
stroke: black;
stroke-width:2;
}
.pill.unhighlight {
opacity: 0.7;
}
.highlight .pill-outline{
stroke: black;
stroke-width:2;
}
.start-city {
-webkit-transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-ms-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
}
.start-city.highlight {
stroke-width:1;
}
.start-city.unhighlight {
opacity: 0.4;
}
.zoom {
cursor: pointer;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);
font-size: 150%;
}
.zoom:hover {
opacity: 0.8;
}
.city-title {
cursor: default;
}
#footer {
font-family: 'Lato', sans-serif;
font-weight: 400;
text-transform: uppercase;
text-align: center;
background-color: #EADEBD;
padding: 10px;
position: fixed;
width: 100%;
bottom: 0;
box-sizing: border-box;
}
#footer button {
text-transform: uppercase;
background-color: rgba(255, 255, 255, 0.4);
outline: 0;
border: 1px solid rgba(150, 150, 150, 1);
border-radius: 4px;
} | css/style.css | body, input, textarea {
font-family: 'Lato', sans-serif;
font-size: 11px;
}
body {
background-color: #EADEBD;
}
a, a:visited, a:focus {
color: black;
}
.container {
padding: 0 10px 80px;
}
.title {
font-family: 'Lato', sans-serif;
font-weight: 400;
text-transform: uppercase;
}
.main-title {
font-size: 18px;
opacity: 0.6;
}
.year-title {
font-size: 9px;
}
.end-title {
font-size: 9px;
pointer-events: none;
}
.pill {
stroke-linejoin: round;
}
.pill-outer {
stroke-linejoin: round;
}
.link {
stroke-width: 1;
stroke: #AEA495;
}
.pill rect, .pill path {
stroke: #524441;
stroke-width:1;
}
.pill rect.no-stroke {
stroke: none;
stroke-width:0;
}
.pill-outline {
fill:none;
stroke: #524441;
stroke-width:1;
}
/* .link { */
/* -webkit-transition: opacity .25s ease-in-out; */
/* -moz-transition: opacity .25s ease-in-out; */
/* -ms-transition: opacity .25s ease-in-out; */
/* -o-transition: opacity .25s ease-in-out; */
/* } */
/* */
/* .pill { */
/* -webkit-transition: opacity .25s ease-in-out; */
/* -moz-transition: opacity .25s ease-in-out; */
/* -ms-transition: opacity .25s ease-in-out; */
/* -o-transition: opacity .25s ease-in-out; */
/* } */
.highlight {
stroke: black;
stroke-width:2;
}
.pill.unhighlight {
opacity: 0.7;
}
.highlight .pill-outline{
stroke: black;
stroke-width:2;
}
.start-city {
-webkit-transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-ms-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
}
.start-city.highlight {
stroke-width:1;
}
.start-city.unhighlight {
opacity: 0.4;
}
.zoom {
cursor: pointer;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);
font-size: 150%;
}
.zoom:hover {
opacity: 0.8;
}
.city-title {
cursor: default;
}
#footer {
font-family: 'Lato', sans-serif;
font-weight: 400;
text-transform: uppercase;
text-align: center;
background-color: #EADEBD;
padding: 10px;
position: fixed;
width: 100%;
bottom: 0;
box-sizing: border-box;
}
#footer button {
text-transform: uppercase;
background-color: rgba(255, 255, 255, 0.4);
outline: 0;
border: 1px solid rgba(150, 150, 150, 1);
border-radius: 4px;
} | 0.421076 | 0.06078 |
Default Header style
====================================== */
header{ transition: all 0.5s ease 0s; position: relative; z-index: 99999; }
.navbar-brand img{ max-height: 43px; transition-duration: 0.5s; }
.navbar-header-custom{ padding: 22px 0 20px 0; }
.navbar-default{ transition: all 0.5s ease 0s; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.navbar-default .container, .navbar-default .container-fluid{ position: relative; }
.menu_area{ position: relative; z-index: 2; }
.menu_area .navbar-brand{ transition: all 0.5s ease 0s; }
.navbar-nav li{ list-style: none; -webkit-transition: background .3s ease; -ms-transition: background .3s ease; transition: background .3s ease; }
.navbar-nav li.has-sub > a{ position: relative; }
.navbar-nav li.has-sub a:hover{ color: #fff; }
.navbar-nav li a{ display: block; color: #9d9d9d; font-size: 15px; }
.navbar-nav > li{ margin-left: 10px; float: left; }
.navbar-nav > li.has-sub{ padding-right: 13px; }
.navbar-nav > li > a{ position: relative; display: block; font-size: 0.9rem; font-weight: 600; padding: 21px 0.5rem; color: #282b2d; letter-spacing: 0.8px; text-transform: uppercase; -webkit-transition-duration: 500ms; -o-transition-duration: 500ms; transition-duration: 500ms; }
.navbar-nav li.current > a, .navbar-nav li.active > a{ color: #007bff; }
.navbar-nav > li.has-sub > a:hover{ color: #000; }
.navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #000 #000 transparent; }
.navbar > ul > li.has-sub > a:after{ position: absolute; top: 28px; right: -8px; content: ""; border-color: transparent #282b2d #282b2d transparent; border-style: solid; border-width: 0 1px 1px 0; display: block; height: 6px; transform: rotate(45deg); transition: border 0.3s ease 0s; width: 6px; }
.navbar > ul > li.current > a:after{ border-color: transparent #007bff #007bff transparent; }
.navbar-nav ul{ position: absolute; left: -9999px; }
.navbar ul ul li{ -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all .25s ease; margin-bottom: 12px; padding: 0 20px; }
.navbar ul ul li:last-child{ margin-bottom: 0; }
.navbar ul ul li.active > a{ color: #fff; }
.navbar-nav li > ul{ padding: 15px 0; margin: 0 0 0 10px; background: #282b2d; min-width: 225px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); }
.navbar-nav li:hover > ul{ left: auto; }
.navbar-nav > li.has-sub > ul{ opacity: 0; margin-top: 10px; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.navbar-nav > li.has-sub:hover > ul{ margin-top: 0; opacity: 1; }
.navbar-nav > li.has-sub:last-child:hover ul{ left: inherit; right: 0; }
.navbar li > ul ul{ margin-top: -39px; margin-left: 200px; min-width: 200px; }
.navbar li > ul ul ul{ margin-left: 175px; min-width: 130px; }
.navbar ul ul li:last-child > a, .navbar ul ul li.last-item > a{ border-bottom: 0; }
.navbar ul ul li.has-sub > a:after{ position: absolute; top: 12px; right: -3px; width: 8px; height: 2px; display: block; background: #9d9d9d; content: ""; }
.navbar ul ul li.has-sub > a:before{ position: absolute; top: 9px; right: 0; display: block; width: 2px; height: 8px; background: #9d9d9d; content: ''; -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all 0.25s ease; }
.navbar ul ul > li.has-sub:hover > a:before{ top: 17px; height: 0; }
/* atribute navigation */
.attr-nav{ float: right; margin-left: 11px; margin-right: -15px; }
.attr-nav .dropdown-toggle:after{ content: none; }
.attr-nav > ul{ padding: 0; margin: 0 0 -5px 0; list-style: none; display: inline-block; }
.attr-nav > ul > li{ float: left; display: block; }
.attr-nav > ul > li > a{ color: #282b2d; display: block; padding: 21px 12px; position: relative; font-size: 17px; }
.attr-nav > ul > li > a span.badge{ position: absolute; top: 50%; margin-top: -15px; right: 5px; font-size: 10px; padding: 2px 0 0 1px; width: 15px; height: 15px; color: #fff; border-radius: 15px; line-height: 12px; font-weight: 400; }
.attr-nav > ul > li.dropdown ul.dropdown-menu{ position: absolute; border: none; border-radius: 0; padding: 0; background: #282b2d; min-width: 225px; margin: 10px 0 0 10px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
/* top search */
.top-search{ padding: 10px 0; display: none; }
.top-search input.form-control{ background-color: transparent; border: none; -moz-box-shadow: 0px 0px 0px; -webkit-box-shadow: 0px 0px 0px; -o-box-shadow: 0px 0px 0px; box-shadow: 0px 0px 0px; color: #fff; height: 40px; min-height: 40px; padding: 0 15px; }
.top-search input.form-control::placeholder{ color: #f1f1f1; opacity: 1; }
.top-search input.form-control::-ms-input-placeholder, .top-search input.form-control::-moz-input-placeholder{ color: #f1f1f1; }
.top-search .input-group-addon{ background-color: transparent; border: none; color: #fff; padding-left: 0; padding-right: 0; line-height: 1.7; font-size: 18px; }
.top-search .input-group-addon.close-search{ cursor: pointer; }
/* top search */
.top-search.white { background: #fff; }
.top-search.white input.form-control{ color: #282b2d; }
.top-search.white input.form-control::placeholder{ color: #6f6f6f; opacity: 1; }
.top-search.white input.form-control::-ms-input-placeholder { color: #6f6f6f; }
.top-search.white .input-group-addon{ color: #282b2d; }
/* Responsive CSS */
@media screen and (min-width: 992px){
/* ===================================
Default Header style
====================================== */
header.scrollHeader .navbar-default{ position: fixed; top: 0; z-index: 99; width: 100%; background: #fff; left: 0; transition: all 0.2s ease 0s; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.wrapper-boxed .scrollHeader .navbar-default{ left: 0; margin: 0 auto; max-width: 1200px; right: 0; }
.scrollHeader .navbar-brand img{ max-height: 35px; transition-duration: 0.5s; }
.scrollHeader .navbar-header-custom{ padding: 10px 0; transition-duration: 0.5s; }
.navbar-nav .megamenu{ margin: 0; padding: 30px 15px; right: 0; width: 100%; }
.navbar .megamenu > li{ margin: 0; float: left; }
.navbar .sub-title{ color: #fff; }
.megamenu > li > ul{ left: 0; margin: 0; min-width: auto; position: static; width: 100%; }
.navbar .megamenu li > ul{ margin: 0; min-width: auto; padding: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.navbar .megamenu ul li{ padding: 0; }
.navbar .megamenu li.has-sub > a:after, .navbar .megamenu li.has-sub > a:before{ background: none; }
/* atribute navigation */
.scrollHeader .attr-nav > ul > li > a{ padding: 21px 12px; }
.attr-nav > ul > li.dropdown ul.dropdown-menu{ visibility: hidden; top: 66px; border-radius: 0; opacity: 0; left: -225px; }
.attr-nav > ul > li.dropdown:hover ul.dropdown-menu{ margin-top: 0; opacity: 1; visibility: visible; }
.scrollHeader .attr-nav > ul > li.dropdown ul.dropdown-menu{ top: 67px; }
/* header top position */
.top-position { margin-top: -85px; }
.top-position1 { margin-top: -86px; }
/* ===================================
Header style01
====================================== */
.header-style1 { box-shadow: none; }
.header-style1 #top-bar { background: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.header-style1 .navbar-default{ -webkit-box-shadow: none; -ms-box-shadow: none; box-shadow: none; }
.header-style1 .navbar-nav li.has-sub a:hover{ color: #fff; }
.header-style1 .navbar-nav > li > a{ color: #fff; }
.header-style1 .navbar-nav li.current > a{ color: #007bff; }
.header-style1 .navbar-nav > li.has-sub > a:hover{ color: #fff; }
.header-style1 .navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #fff #fff transparent; }
.header-style1 .navbar > ul > li.has-sub > a:after{ border-color: transparent #fff #fff transparent; }
.header-style1 .navbar > ul > li.current > a:after{ border-color: transparent #007bff #007bff transparent; }
.header-style1.scrollHeader .navbar-nav > li > a { color: #282b2d; }
.header-style1.scrollHeader .navbar-nav > li.has-sub > a:hover { color: #000; }
.header-style1.scrollHeader .navbar > ul > li.has-sub > a:after { border-color: transparent #282b2d #282b2d transparent; }
.header-style1.scrollHeader .navbar-nav li.current > a{ color: #007bff; }
.header-style1.scrollHeader .navbar-nav li.current > a:hover{ color: #007bff; }
.header-style1.scrollHeader .navbar > ul > li.current > a:after{ border-color: transparent #007bff #007bff transparent; }
/* atribute navigation */
.header-style1 .attr-nav > ul > li > a{ color: #fff; }
.header-style1.scrollHeader .attr-nav > ul > li > a{ color: #282b2d; }
/* ===================================
Header style02
====================================== */
.header-style2 .navbar-default { -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
/* ===================================
Header style03
====================================== */
.header-style3 .navbar-default { box-shadow: none; }
.header-style3 .navbar-nav li a { color: #6f6f6f; }
.header-style3 .navbar-nav > li > a { color: #282b2d; }
.header-style3 .navbar-nav li > ul { background: #fff; }
.header-style3 .navbar ul ul li.active > a { color: #282b2d; }
.header-style3 .navbar-nav li.has-sub a:hover{ color: #282b2d; }
.header-style3 .navbar-nav li.current > a{ color: #007bff; }
.header-style3 .navbar .sub-title { color: #282b2d; }
.header-style3 .navbar-nav > li.has-sub > a:hover{ color: #000; }
.header-style3 .navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #000 #000 transparent; }
.header-style3 .navbar > ul > li.has-sub > a:after{ border-color: transparent #000 #000 transparent; }
.header-style3 .navbar > ul > li.current > a:after{ border-color: transparent #007bff #007bff transparent; }
.header-style3.scrollHeader .navbar-nav > li > a { color: #282b2d; }
.header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover { color: #000; }
.header-style3.scrollHeader .navbar > ul > li.has-sub > a:after { border-color: transparent #282b2d #282b2d transparent; }
.header-style3.scrollHeader .navbar-nav li.current > a{ color: #007bff; }
.header-style3.scrollHeader .navbar-nav li.current > a:hover{ color: #007bff; }
.header-style3.scrollHeader .navbar > ul > li.current > a:after{ border-color: transparent #007bff #007bff transparent; }
/* ===================================
Menu area light
====================================== */
.menu_area-light .navbar-nav li a { color: #6f6f6f; }
.menu_area-light .navbar-nav > li > a { color: #fff; }
.menu_area-light .navbar-nav li > ul { background: #fff; }
.menu_area-light .navbar ul ul li.active > a { color: #282b2d; }
.menu_area-light .navbar-nav li.has-sub a:hover{ color: #282b2d; }
.menu_area-light .navbar-nav li.current > a{ color: #007bff; }
.menu_area-light .navbar .sub-title { color: #282b2d; }
.menu_area-light .navbar-nav > li.has-sub > a:hover{ color: #fff; }
.menu_area-light .navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #fff #fff transparent; }
.menu_area-light .navbar > ul > li.has-sub > a:after{ border-color: transparent #fff #fff transparent; }
.menu_area-light .navbar > ul > li.current > a:after{ border-color: transparent #007bff #007bff transparent; }
.menu_area-light.scrollHeader .navbar-nav > li > a { color: #282b2d; }
.menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover { color: #000; }
.menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:after { border-color: transparent #282b2d #282b2d transparent; }
.menu_area-light.scrollHeader .navbar-nav li.current > a{ color: #007bff; }
.menu_area-light.scrollHeader .navbar-nav li.current > a:hover{ color: #007bff; }
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after{ border-color: transparent #007bff #007bff transparent; }
}
@media screen and (max-width: 1199px){
.navbar-nav > li{ margin-left: 5px; }
}
@media screen and (max-width: 991px){
/* ===================================
Default Header style
====================================== */
.navbar-header-custom{ padding: 4px 0 8px; }
.menu_area .navbar-brand{ margin-top: 6px; display: inline-block; }
.navbar-nav li > ul{ -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.navbar-nav > li.has-sub > ul{ opacity: 1; margin: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: all 0s ease; -ms-transition: all 0s ease; -moz-transition: all 0s ease; -o-transition: all 0s ease; transition: all 0s ease; }
.navbar li > ul ul{ margin: 0; min-width: auto; }
.navbar-nav > li.has-sub{ padding-right: 0; }
.navbar-nav > li > a{ padding: 14px 20px; color: #282b2d; font-size: 14px; font-weight: 500; }
.navbar-nav > li > a:hover{ opacity: 1; }
.navbar-nav li.has-sub a:hover{ color: #282b2d; }
.navbar ul ul li.active > a{ color: #000; }
.navbar .sub-title { color: #282b2d; }
.navbar-nav{ background: #fff; -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); position: absolute; top: 71px; left: 0; width: 100%; transition-duration: 0; -ms-transition-duration: 0; -moz-transition-duration: 0; -webkit-transition-duration: 0; -o-transition-duration: 0; width: 100%; display: none; transition: none; -ms-transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none; }
.navbar-nav li.active > a{ opacity: 1; }
.navbar-nav ul{ width: 100%; display: none; transition: none; -ms-transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none; }
.navbar-nav li{ width: 100%; border-top: 1px solid #e6e6e6; position: relative; padding: 0; margin: 0; }
.navbar-nav ul li:hover{ background: #f5f5f5; }
.navbar-nav ul ul li{ height: auto; }
.navbar-nav li:hover > ul > li{ height: auto; }
.navbar ul li a{ width: 100%; border-bottom: 0; }
.navbar ul ul{ position: relative; left: 0; width: 100%; margin: 0; text-align: left; background: #f5f5f5; padding: 0; }
.navbar ul ul li{ margin-bottom: 0; padding: 0; border-color: #e6e6e6; }
.navbar ul ul li a{ width: 100%; border-bottom: 0; color: #575a7b; background: none; padding: 10px 30px; }
.navbar ul ul ul li a{ padding-left: 45px; }
.navbar > ul > li{ float: none; }
.navbar-nav ul ul{ position: relative; left: 0; width: 100%; margin: 0; text-align: left; background: #f5f5f5; padding: 0; }
.navbar > ul > li.has-sub > a:after, .navbar > ul > li.has-sub > a:before{ display: none; }
.navbar ul ul > li.has-sub > a:after, .navbar ul ul > li.has-sub > a:before{ display: none; }
.navbar-nav ul ul ul li.active a{ border-left: none; }
.navbar-nav > ul > li.has-sub > ul > li.active > a, .navbar-nav > ul ul > li.has-sub > ul > li.active > a{ border-top: none; }
.navbar li > ul ul ul{ margin-left: 0; background: #fff; }
.navbar ul ul ul ul li a{ padding-left: 55px; }
.navbar-nav .has-sub .has-sub .submenu-button{ height: 43px; }
.navbar-nav .has-sub .has-sub .submenu-button:after{ top: 20px; }
.navbar-nav .has-sub .has-sub .submenu-button:before{ top: 16px; }
.navbar-toggler{ background: #282b2d; width: 50px; height: 45px; padding: 0; border-radius: 0; position: absolute; right: 0; top: 13px; cursor: pointer; z-index: 12399994; border: none; }
.navbar-toggler:after{ position: absolute; top: 22px; right: 15px; display: block; height: 8px; width: 20px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; content: ""; }
.navbar-toggler:before{ -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; position: absolute; top: 16px; right: 15px; display: block; height: 2px; width: 20px; background: #fff; content: ""; }
.navbar-toggler.menu-opened:after{ -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; top: 23px; border: 0; height: 2px; width: 19px; background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.navbar-toggler.menu-opened:before{ top: 23px; background: #fff; width: 19px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.navbar-nav .submenu-button{ position: absolute; z-index: 99; right: 0; top: 0; display: block; height: 51px; width: 100%; cursor: pointer; }
.navbar-nav .submenu-button:after{ position: absolute; top: 24px; right: 16px; width: 10px; height: 2px; display: block; background: #282b2d; content: ""; }
.navbar-nav .submenu-button:before{ position: absolute; top: 20px; right: 20px; display: block; width: 2px; height: 10px; background: #282b2d; content: ""; }
.navbar-nav .has-sub.active > .submenu-button:before{ display: none; }
/* atribute navigation */
.attr-nav{ float: left; margin-right: 70px; }
.attr-nav > ul > li{ display: inline-block; }
.attr-nav > ul > li.dropdown ul.dropdown-menu{ left: -193px; top: 38px; display: none !important; }
.attr-nav > ul > li.dropdown.show ul.dropdown-menu{ display: block !important; }
.attr-nav > ul > li > a{ padding: 0; }
.attr-nav > ul > li > a span.badge { right: -8px; }
/* header top position */
.top-position { margin-top: -72px; }
.top-position1 { margin-top: -73px; }
/* ===================================
Header style01
====================================== */
.header-style1 { box-shadow: none; }
.header-style1 #top-bar { display: none; background: none; border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
.header-style1 .navbar-default{ -webkit-box-shadow: none; -ms-box-shadow: none; box-shadow: none; border-bottom:1px solid rgba(255, 255, 255, 0.35); }
.header-style1 .navbar-toggler{ background: #fff; }
.header-style1 .navbar-toggler:after{ border-top: 2px solid #282b2d; border-bottom: 2px solid #282b2d; }
.header-style1 .navbar-toggler:before{ background: #282b2d; }
.header-style1 .navbar-toggler.menu-opened:after{ background: #282b2d; border-bottom: none; }
.header-style1 .navbar-toggler.menu-opened:before{ background: #282b2d; }
.header-style1 .attr-nav > ul > li > a{ color: #fff; }
/* ===================================
Header style02
====================================== */
.header-style2 .navbar-default { -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
} | public/stylesheets/plugins/nav-menu.css | Default Header style
====================================== */
header{ transition: all 0.5s ease 0s; position: relative; z-index: 99999; }
.navbar-brand img{ max-height: 43px; transition-duration: 0.5s; }
.navbar-header-custom{ padding: 22px 0 20px 0; }
.navbar-default{ transition: all 0.5s ease 0s; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.navbar-default .container, .navbar-default .container-fluid{ position: relative; }
.menu_area{ position: relative; z-index: 2; }
.menu_area .navbar-brand{ transition: all 0.5s ease 0s; }
.navbar-nav li{ list-style: none; -webkit-transition: background .3s ease; -ms-transition: background .3s ease; transition: background .3s ease; }
.navbar-nav li.has-sub > a{ position: relative; }
.navbar-nav li.has-sub a:hover{ color: #fff; }
.navbar-nav li a{ display: block; color: #9d9d9d; font-size: 15px; }
.navbar-nav > li{ margin-left: 10px; float: left; }
.navbar-nav > li.has-sub{ padding-right: 13px; }
.navbar-nav > li > a{ position: relative; display: block; font-size: 0.9rem; font-weight: 600; padding: 21px 0.5rem; color: #282b2d; letter-spacing: 0.8px; text-transform: uppercase; -webkit-transition-duration: 500ms; -o-transition-duration: 500ms; transition-duration: 500ms; }
.navbar-nav li.current > a, .navbar-nav li.active > a{ color: #007bff; }
.navbar-nav > li.has-sub > a:hover{ color: #000; }
.navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #000 #000 transparent; }
.navbar > ul > li.has-sub > a:after{ position: absolute; top: 28px; right: -8px; content: ""; border-color: transparent #282b2d #282b2d transparent; border-style: solid; border-width: 0 1px 1px 0; display: block; height: 6px; transform: rotate(45deg); transition: border 0.3s ease 0s; width: 6px; }
.navbar > ul > li.current > a:after{ border-color: transparent #007bff #007bff transparent; }
.navbar-nav ul{ position: absolute; left: -9999px; }
.navbar ul ul li{ -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all .25s ease; margin-bottom: 12px; padding: 0 20px; }
.navbar ul ul li:last-child{ margin-bottom: 0; }
.navbar ul ul li.active > a{ color: #fff; }
.navbar-nav li > ul{ padding: 15px 0; margin: 0 0 0 10px; background: #282b2d; min-width: 225px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); }
.navbar-nav li:hover > ul{ left: auto; }
.navbar-nav > li.has-sub > ul{ opacity: 0; margin-top: 10px; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.navbar-nav > li.has-sub:hover > ul{ margin-top: 0; opacity: 1; }
.navbar-nav > li.has-sub:last-child:hover ul{ left: inherit; right: 0; }
.navbar li > ul ul{ margin-top: -39px; margin-left: 200px; min-width: 200px; }
.navbar li > ul ul ul{ margin-left: 175px; min-width: 130px; }
.navbar ul ul li:last-child > a, .navbar ul ul li.last-item > a{ border-bottom: 0; }
.navbar ul ul li.has-sub > a:after{ position: absolute; top: 12px; right: -3px; width: 8px; height: 2px; display: block; background: #9d9d9d; content: ""; }
.navbar ul ul li.has-sub > a:before{ position: absolute; top: 9px; right: 0; display: block; width: 2px; height: 8px; background: #9d9d9d; content: ''; -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all 0.25s ease; }
.navbar ul ul > li.has-sub:hover > a:before{ top: 17px; height: 0; }
/* atribute navigation */
.attr-nav{ float: right; margin-left: 11px; margin-right: -15px; }
.attr-nav .dropdown-toggle:after{ content: none; }
.attr-nav > ul{ padding: 0; margin: 0 0 -5px 0; list-style: none; display: inline-block; }
.attr-nav > ul > li{ float: left; display: block; }
.attr-nav > ul > li > a{ color: #282b2d; display: block; padding: 21px 12px; position: relative; font-size: 17px; }
.attr-nav > ul > li > a span.badge{ position: absolute; top: 50%; margin-top: -15px; right: 5px; font-size: 10px; padding: 2px 0 0 1px; width: 15px; height: 15px; color: #fff; border-radius: 15px; line-height: 12px; font-weight: 400; }
.attr-nav > ul > li.dropdown ul.dropdown-menu{ position: absolute; border: none; border-radius: 0; padding: 0; background: #282b2d; min-width: 225px; margin: 10px 0 0 10px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
/* top search */
.top-search{ padding: 10px 0; display: none; }
.top-search input.form-control{ background-color: transparent; border: none; -moz-box-shadow: 0px 0px 0px; -webkit-box-shadow: 0px 0px 0px; -o-box-shadow: 0px 0px 0px; box-shadow: 0px 0px 0px; color: #fff; height: 40px; min-height: 40px; padding: 0 15px; }
.top-search input.form-control::placeholder{ color: #f1f1f1; opacity: 1; }
.top-search input.form-control::-ms-input-placeholder, .top-search input.form-control::-moz-input-placeholder{ color: #f1f1f1; }
.top-search .input-group-addon{ background-color: transparent; border: none; color: #fff; padding-left: 0; padding-right: 0; line-height: 1.7; font-size: 18px; }
.top-search .input-group-addon.close-search{ cursor: pointer; }
/* top search */
.top-search.white { background: #fff; }
.top-search.white input.form-control{ color: #282b2d; }
.top-search.white input.form-control::placeholder{ color: #6f6f6f; opacity: 1; }
.top-search.white input.form-control::-ms-input-placeholder { color: #6f6f6f; }
.top-search.white .input-group-addon{ color: #282b2d; }
/* Responsive CSS */
@media screen and (min-width: 992px){
/* ===================================
Default Header style
====================================== */
header.scrollHeader .navbar-default{ position: fixed; top: 0; z-index: 99; width: 100%; background: #fff; left: 0; transition: all 0.2s ease 0s; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.wrapper-boxed .scrollHeader .navbar-default{ left: 0; margin: 0 auto; max-width: 1200px; right: 0; }
.scrollHeader .navbar-brand img{ max-height: 35px; transition-duration: 0.5s; }
.scrollHeader .navbar-header-custom{ padding: 10px 0; transition-duration: 0.5s; }
.navbar-nav .megamenu{ margin: 0; padding: 30px 15px; right: 0; width: 100%; }
.navbar .megamenu > li{ margin: 0; float: left; }
.navbar .sub-title{ color: #fff; }
.megamenu > li > ul{ left: 0; margin: 0; min-width: auto; position: static; width: 100%; }
.navbar .megamenu li > ul{ margin: 0; min-width: auto; padding: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.navbar .megamenu ul li{ padding: 0; }
.navbar .megamenu li.has-sub > a:after, .navbar .megamenu li.has-sub > a:before{ background: none; }
/* atribute navigation */
.scrollHeader .attr-nav > ul > li > a{ padding: 21px 12px; }
.attr-nav > ul > li.dropdown ul.dropdown-menu{ visibility: hidden; top: 66px; border-radius: 0; opacity: 0; left: -225px; }
.attr-nav > ul > li.dropdown:hover ul.dropdown-menu{ margin-top: 0; opacity: 1; visibility: visible; }
.scrollHeader .attr-nav > ul > li.dropdown ul.dropdown-menu{ top: 67px; }
/* header top position */
.top-position { margin-top: -85px; }
.top-position1 { margin-top: -86px; }
/* ===================================
Header style01
====================================== */
.header-style1 { box-shadow: none; }
.header-style1 #top-bar { background: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.header-style1 .navbar-default{ -webkit-box-shadow: none; -ms-box-shadow: none; box-shadow: none; }
.header-style1 .navbar-nav li.has-sub a:hover{ color: #fff; }
.header-style1 .navbar-nav > li > a{ color: #fff; }
.header-style1 .navbar-nav li.current > a{ color: #007bff; }
.header-style1 .navbar-nav > li.has-sub > a:hover{ color: #fff; }
.header-style1 .navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #fff #fff transparent; }
.header-style1 .navbar > ul > li.has-sub > a:after{ border-color: transparent #fff #fff transparent; }
.header-style1 .navbar > ul > li.current > a:after{ border-color: transparent #007bff #007bff transparent; }
.header-style1.scrollHeader .navbar-nav > li > a { color: #282b2d; }
.header-style1.scrollHeader .navbar-nav > li.has-sub > a:hover { color: #000; }
.header-style1.scrollHeader .navbar > ul > li.has-sub > a:after { border-color: transparent #282b2d #282b2d transparent; }
.header-style1.scrollHeader .navbar-nav li.current > a{ color: #007bff; }
.header-style1.scrollHeader .navbar-nav li.current > a:hover{ color: #007bff; }
.header-style1.scrollHeader .navbar > ul > li.current > a:after{ border-color: transparent #007bff #007bff transparent; }
/* atribute navigation */
.header-style1 .attr-nav > ul > li > a{ color: #fff; }
.header-style1.scrollHeader .attr-nav > ul > li > a{ color: #282b2d; }
/* ===================================
Header style02
====================================== */
.header-style2 .navbar-default { -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
/* ===================================
Header style03
====================================== */
.header-style3 .navbar-default { box-shadow: none; }
.header-style3 .navbar-nav li a { color: #6f6f6f; }
.header-style3 .navbar-nav > li > a { color: #282b2d; }
.header-style3 .navbar-nav li > ul { background: #fff; }
.header-style3 .navbar ul ul li.active > a { color: #282b2d; }
.header-style3 .navbar-nav li.has-sub a:hover{ color: #282b2d; }
.header-style3 .navbar-nav li.current > a{ color: #007bff; }
.header-style3 .navbar .sub-title { color: #282b2d; }
.header-style3 .navbar-nav > li.has-sub > a:hover{ color: #000; }
.header-style3 .navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #000 #000 transparent; }
.header-style3 .navbar > ul > li.has-sub > a:after{ border-color: transparent #000 #000 transparent; }
.header-style3 .navbar > ul > li.current > a:after{ border-color: transparent #007bff #007bff transparent; }
.header-style3.scrollHeader .navbar-nav > li > a { color: #282b2d; }
.header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover { color: #000; }
.header-style3.scrollHeader .navbar > ul > li.has-sub > a:after { border-color: transparent #282b2d #282b2d transparent; }
.header-style3.scrollHeader .navbar-nav li.current > a{ color: #007bff; }
.header-style3.scrollHeader .navbar-nav li.current > a:hover{ color: #007bff; }
.header-style3.scrollHeader .navbar > ul > li.current > a:after{ border-color: transparent #007bff #007bff transparent; }
/* ===================================
Menu area light
====================================== */
.menu_area-light .navbar-nav li a { color: #6f6f6f; }
.menu_area-light .navbar-nav > li > a { color: #fff; }
.menu_area-light .navbar-nav li > ul { background: #fff; }
.menu_area-light .navbar ul ul li.active > a { color: #282b2d; }
.menu_area-light .navbar-nav li.has-sub a:hover{ color: #282b2d; }
.menu_area-light .navbar-nav li.current > a{ color: #007bff; }
.menu_area-light .navbar .sub-title { color: #282b2d; }
.menu_area-light .navbar-nav > li.has-sub > a:hover{ color: #fff; }
.menu_area-light .navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #fff #fff transparent; }
.menu_area-light .navbar > ul > li.has-sub > a:after{ border-color: transparent #fff #fff transparent; }
.menu_area-light .navbar > ul > li.current > a:after{ border-color: transparent #007bff #007bff transparent; }
.menu_area-light.scrollHeader .navbar-nav > li > a { color: #282b2d; }
.menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover { color: #000; }
.menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:after { border-color: transparent #282b2d #282b2d transparent; }
.menu_area-light.scrollHeader .navbar-nav li.current > a{ color: #007bff; }
.menu_area-light.scrollHeader .navbar-nav li.current > a:hover{ color: #007bff; }
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after{ border-color: transparent #007bff #007bff transparent; }
}
@media screen and (max-width: 1199px){
.navbar-nav > li{ margin-left: 5px; }
}
@media screen and (max-width: 991px){
/* ===================================
Default Header style
====================================== */
.navbar-header-custom{ padding: 4px 0 8px; }
.menu_area .navbar-brand{ margin-top: 6px; display: inline-block; }
.navbar-nav li > ul{ -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.navbar-nav > li.has-sub > ul{ opacity: 1; margin: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: all 0s ease; -ms-transition: all 0s ease; -moz-transition: all 0s ease; -o-transition: all 0s ease; transition: all 0s ease; }
.navbar li > ul ul{ margin: 0; min-width: auto; }
.navbar-nav > li.has-sub{ padding-right: 0; }
.navbar-nav > li > a{ padding: 14px 20px; color: #282b2d; font-size: 14px; font-weight: 500; }
.navbar-nav > li > a:hover{ opacity: 1; }
.navbar-nav li.has-sub a:hover{ color: #282b2d; }
.navbar ul ul li.active > a{ color: #000; }
.navbar .sub-title { color: #282b2d; }
.navbar-nav{ background: #fff; -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); position: absolute; top: 71px; left: 0; width: 100%; transition-duration: 0; -ms-transition-duration: 0; -moz-transition-duration: 0; -webkit-transition-duration: 0; -o-transition-duration: 0; width: 100%; display: none; transition: none; -ms-transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none; }
.navbar-nav li.active > a{ opacity: 1; }
.navbar-nav ul{ width: 100%; display: none; transition: none; -ms-transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none; }
.navbar-nav li{ width: 100%; border-top: 1px solid #e6e6e6; position: relative; padding: 0; margin: 0; }
.navbar-nav ul li:hover{ background: #f5f5f5; }
.navbar-nav ul ul li{ height: auto; }
.navbar-nav li:hover > ul > li{ height: auto; }
.navbar ul li a{ width: 100%; border-bottom: 0; }
.navbar ul ul{ position: relative; left: 0; width: 100%; margin: 0; text-align: left; background: #f5f5f5; padding: 0; }
.navbar ul ul li{ margin-bottom: 0; padding: 0; border-color: #e6e6e6; }
.navbar ul ul li a{ width: 100%; border-bottom: 0; color: #575a7b; background: none; padding: 10px 30px; }
.navbar ul ul ul li a{ padding-left: 45px; }
.navbar > ul > li{ float: none; }
.navbar-nav ul ul{ position: relative; left: 0; width: 100%; margin: 0; text-align: left; background: #f5f5f5; padding: 0; }
.navbar > ul > li.has-sub > a:after, .navbar > ul > li.has-sub > a:before{ display: none; }
.navbar ul ul > li.has-sub > a:after, .navbar ul ul > li.has-sub > a:before{ display: none; }
.navbar-nav ul ul ul li.active a{ border-left: none; }
.navbar-nav > ul > li.has-sub > ul > li.active > a, .navbar-nav > ul ul > li.has-sub > ul > li.active > a{ border-top: none; }
.navbar li > ul ul ul{ margin-left: 0; background: #fff; }
.navbar ul ul ul ul li a{ padding-left: 55px; }
.navbar-nav .has-sub .has-sub .submenu-button{ height: 43px; }
.navbar-nav .has-sub .has-sub .submenu-button:after{ top: 20px; }
.navbar-nav .has-sub .has-sub .submenu-button:before{ top: 16px; }
.navbar-toggler{ background: #282b2d; width: 50px; height: 45px; padding: 0; border-radius: 0; position: absolute; right: 0; top: 13px; cursor: pointer; z-index: 12399994; border: none; }
.navbar-toggler:after{ position: absolute; top: 22px; right: 15px; display: block; height: 8px; width: 20px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; content: ""; }
.navbar-toggler:before{ -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; position: absolute; top: 16px; right: 15px; display: block; height: 2px; width: 20px; background: #fff; content: ""; }
.navbar-toggler.menu-opened:after{ -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; top: 23px; border: 0; height: 2px; width: 19px; background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.navbar-toggler.menu-opened:before{ top: 23px; background: #fff; width: 19px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.navbar-nav .submenu-button{ position: absolute; z-index: 99; right: 0; top: 0; display: block; height: 51px; width: 100%; cursor: pointer; }
.navbar-nav .submenu-button:after{ position: absolute; top: 24px; right: 16px; width: 10px; height: 2px; display: block; background: #282b2d; content: ""; }
.navbar-nav .submenu-button:before{ position: absolute; top: 20px; right: 20px; display: block; width: 2px; height: 10px; background: #282b2d; content: ""; }
.navbar-nav .has-sub.active > .submenu-button:before{ display: none; }
/* atribute navigation */
.attr-nav{ float: left; margin-right: 70px; }
.attr-nav > ul > li{ display: inline-block; }
.attr-nav > ul > li.dropdown ul.dropdown-menu{ left: -193px; top: 38px; display: none !important; }
.attr-nav > ul > li.dropdown.show ul.dropdown-menu{ display: block !important; }
.attr-nav > ul > li > a{ padding: 0; }
.attr-nav > ul > li > a span.badge { right: -8px; }
/* header top position */
.top-position { margin-top: -72px; }
.top-position1 { margin-top: -73px; }
/* ===================================
Header style01
====================================== */
.header-style1 { box-shadow: none; }
.header-style1 #top-bar { display: none; background: none; border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
.header-style1 .navbar-default{ -webkit-box-shadow: none; -ms-box-shadow: none; box-shadow: none; border-bottom:1px solid rgba(255, 255, 255, 0.35); }
.header-style1 .navbar-toggler{ background: #fff; }
.header-style1 .navbar-toggler:after{ border-top: 2px solid #282b2d; border-bottom: 2px solid #282b2d; }
.header-style1 .navbar-toggler:before{ background: #282b2d; }
.header-style1 .navbar-toggler.menu-opened:after{ background: #282b2d; border-bottom: none; }
.header-style1 .navbar-toggler.menu-opened:before{ background: #282b2d; }
.header-style1 .attr-nav > ul > li > a{ color: #fff; }
/* ===================================
Header style02
====================================== */
.header-style2 .navbar-default { -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
} | 0.461745 | 0.081228 |
@font-face{
font-family: 'fonte-logo';
src: url("../_fonts/OMEGLE.otf");
}
@import url('https://fonts.googleapis.com/css2?family=Langar&family=Ranchers&family=Titillium+Web:wght@300;400&display=swap');
body{
background-color: #dddddd;
color: black;
font-family: Arial, Helvetica, sans-serif;
}
div#interface{
width: 1000px;
background-color: white;
margin: -20px auto 0px auto;
box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
padding: 10px;
}
p{
text-align: justify;
text-indent: 50px;
font-size: 12pt;
}
a{
color: #606060;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
header#cabeçalho{
border-bottom: 1px #606060 dotted;
height: 150px;
background: url("../imagens/glass-logo-peq.jpg")no-repeat 0px 80px;
}
header#cabeçalho h1{
font-family: 'fonte-logo', sans-serif;
font-size: 40px;
color: #606060;
padding: 0px;
margin-bottom: 0px;
}
header#cabeçalho h2{
font-family: 'Langar', cursive;
font-size: 15px;
color: #888888;
padding: 0px;
margin-top: 0px;
}
header#cabeçalho img#icone{
position: absolute;
left: 780px;
top: 70px;
}
figure.foto-legenda{
border: 8px solid white;
box-shadow: 1px 1px 4px black;
position: relative;
}
figure.foto-legenda img{
width: 100%;
height: 100%;
}
figure.foto-legenda figcaption{
position: absolute;
top: 0px;
background-color: rgba(0, 0, 0, 0.4);
color: white;
width: 100%;
height: 100%;
padding:10px;
box-sizing: border-box;
opacity: 0;
transition: opacity 1s;
}
figure.foto-legenda:hover figcaption {
opacity: 1;
}
ol{
list-style: none;
}
nav#menu{
display: table-row-group;
}
nav#menu ul{
list-style: none;
text-transform: uppercase;
position: absolute;
top: -20px;
left: 400px;
right: 100px;
}
nav#menu li{
display: inline-block;
background-color: rebeccapurple;
padding: 10px;
color:blue;
}
nav#menu li:hover{
background-color: #606060;
transition: 1s;
color: white;
text-decoration: underline;
}
nav#menu li a{
text-decoration: none;
color: black;
}
nav#menu li a:hover{
color: white;
}
section#corpo {
display: block;
width: 600px;
float: left;
border-right: 1px solid #606060;
padding-right: 30px;
padding-left: 20px;
box-sizing: border-box;
}
article#noticia-principal h2{
font-size: 13pt;
color: #606060;
background-color:#dddddd;
padding: 5px 0 5px 10px;
margin: 10px 0px;
}
header#cabecalho-artigo h1{
font-family: 'fonte-logo', sans-serif;
font-size: 20px;
color: #606060;
margin-bottom: 0px;
}
header#cabecalho-artigo h2{
font-size:13px;
color:#cecece;
background-color: #fff;
}
header#cabecalho-artigo h3{
font-size:12px;
color:#606060;
margin-top: 0px;
}
.direita{
text-align: right;
}
table#tablespec{
border: 1px solid #606060;
background-color: #606060;
border-spacing: 0px;
margin-left: auto;
margin-right: auto;
}
table#tablespec caption {
font-weight: bold;
color: #888;
font-size: 18px;
}
table#tablespec caption span{
display: block;
float:right;
color: #888;
font-size: 10px;
margin-top: 8px;
}
table#tablespec td{
border: 1px solid #606060;
padding: 10px;
vertical-align: middle;
}
table#tablespec td.ce{
color: #ffffff;
background-color: #606060;
text-align: right;
vertical-align: top;
font-weight: bold;
}
table#tablespec td.cd{
color: #000;
background-color: rgb(147 154 159);
}
aside#lateral{
display: block;
width: 350px;
float: left;
background-color: #dddddd;
padding: 15px;
margin-top: 20px;
margin-right: 0;
margin-left: 20px;
box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
aside#lateral h1{
font-family: 'fonte-logo', sans-serif;
size: 20px;
color:#606060;
margin-top: 0px;
}
aside#lateral h2{
background-color: #606060;
font-size: 13pt;
color: #ffffff;
padding: 5px;
margin-bottom: 0;
}
aside#lateral video{
width: 100%;
margin-top: 0;
}
footer#rodape{
clear: both;
border-top: 1px solid #606060;
}
footer#rodape p{
text-align: center;
} | css/style.css | @font-face{
font-family: 'fonte-logo';
src: url("../_fonts/OMEGLE.otf");
}
@import url('https://fonts.googleapis.com/css2?family=Langar&family=Ranchers&family=Titillium+Web:wght@300;400&display=swap');
body{
background-color: #dddddd;
color: black;
font-family: Arial, Helvetica, sans-serif;
}
div#interface{
width: 1000px;
background-color: white;
margin: -20px auto 0px auto;
box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
padding: 10px;
}
p{
text-align: justify;
text-indent: 50px;
font-size: 12pt;
}
a{
color: #606060;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
header#cabeçalho{
border-bottom: 1px #606060 dotted;
height: 150px;
background: url("../imagens/glass-logo-peq.jpg")no-repeat 0px 80px;
}
header#cabeçalho h1{
font-family: 'fonte-logo', sans-serif;
font-size: 40px;
color: #606060;
padding: 0px;
margin-bottom: 0px;
}
header#cabeçalho h2{
font-family: 'Langar', cursive;
font-size: 15px;
color: #888888;
padding: 0px;
margin-top: 0px;
}
header#cabeçalho img#icone{
position: absolute;
left: 780px;
top: 70px;
}
figure.foto-legenda{
border: 8px solid white;
box-shadow: 1px 1px 4px black;
position: relative;
}
figure.foto-legenda img{
width: 100%;
height: 100%;
}
figure.foto-legenda figcaption{
position: absolute;
top: 0px;
background-color: rgba(0, 0, 0, 0.4);
color: white;
width: 100%;
height: 100%;
padding:10px;
box-sizing: border-box;
opacity: 0;
transition: opacity 1s;
}
figure.foto-legenda:hover figcaption {
opacity: 1;
}
ol{
list-style: none;
}
nav#menu{
display: table-row-group;
}
nav#menu ul{
list-style: none;
text-transform: uppercase;
position: absolute;
top: -20px;
left: 400px;
right: 100px;
}
nav#menu li{
display: inline-block;
background-color: rebeccapurple;
padding: 10px;
color:blue;
}
nav#menu li:hover{
background-color: #606060;
transition: 1s;
color: white;
text-decoration: underline;
}
nav#menu li a{
text-decoration: none;
color: black;
}
nav#menu li a:hover{
color: white;
}
section#corpo {
display: block;
width: 600px;
float: left;
border-right: 1px solid #606060;
padding-right: 30px;
padding-left: 20px;
box-sizing: border-box;
}
article#noticia-principal h2{
font-size: 13pt;
color: #606060;
background-color:#dddddd;
padding: 5px 0 5px 10px;
margin: 10px 0px;
}
header#cabecalho-artigo h1{
font-family: 'fonte-logo', sans-serif;
font-size: 20px;
color: #606060;
margin-bottom: 0px;
}
header#cabecalho-artigo h2{
font-size:13px;
color:#cecece;
background-color: #fff;
}
header#cabecalho-artigo h3{
font-size:12px;
color:#606060;
margin-top: 0px;
}
.direita{
text-align: right;
}
table#tablespec{
border: 1px solid #606060;
background-color: #606060;
border-spacing: 0px;
margin-left: auto;
margin-right: auto;
}
table#tablespec caption {
font-weight: bold;
color: #888;
font-size: 18px;
}
table#tablespec caption span{
display: block;
float:right;
color: #888;
font-size: 10px;
margin-top: 8px;
}
table#tablespec td{
border: 1px solid #606060;
padding: 10px;
vertical-align: middle;
}
table#tablespec td.ce{
color: #ffffff;
background-color: #606060;
text-align: right;
vertical-align: top;
font-weight: bold;
}
table#tablespec td.cd{
color: #000;
background-color: rgb(147 154 159);
}
aside#lateral{
display: block;
width: 350px;
float: left;
background-color: #dddddd;
padding: 15px;
margin-top: 20px;
margin-right: 0;
margin-left: 20px;
box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
aside#lateral h1{
font-family: 'fonte-logo', sans-serif;
size: 20px;
color:#606060;
margin-top: 0px;
}
aside#lateral h2{
background-color: #606060;
font-size: 13pt;
color: #ffffff;
padding: 5px;
margin-bottom: 0;
}
aside#lateral video{
width: 100%;
margin-top: 0;
}
footer#rodape{
clear: both;
border-top: 1px solid #606060;
}
footer#rodape p{
text-align: center;
} | 0.294418 | 0.089455 |
body {
font-family:"Lato", sans-serif;
/*background-color: #A4A4A4*/
}
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li:before {
content: "|";
padding-right: 0.3em;
}
.menu > li:nth-child(1):before {
content: "";
padding: 0;
}
/*
Original Bootstrap's CSS depends on empty href attributes to style cursors for several components (pagination, tabs etc.).
But in AngularJS adding empty href attributes to link tags will cause unwanted route changes. This is why we need to remove
empty href attributes from directive templates and as a result styling is not applied correctly. The remedy is simple, just add
the following styling to your application:
*/
.nav, .pagination, .carousel a { cursor: pointer; }
.nav { padding-top: 10px; }
body {
padding-top: 20px;
padding-bottom: 60px;
background-image:url(../img/bg-192.png);
}
/* Custom container */
.container {
margin: 0 auto;
max-width: 1000px;
}
.container > hr {
margin: 60px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
/*margin: 80px 0;*/
margin: 20px 0;
text-align: center;
padding-top: 32px;
padding-bottom: 32px;
padding-right: 15px;
padding-left: 15px;
}
.jumbotron h1 {
/*font-size: 72px;*/
line-height: 1;
}
.jumbotron .lead {
/*font-size: 24px;*/
line-height: 1.25;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 60px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
.navbar { margin-bottom: 10px; }
/* from http://getbootstrap.com/2.3.2/examples/justified-nav.html */
/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
padding: 0;
}
.navbar .nav {
margin: 0;
display: table;
width: 100%;
}
.navbar .nav li {
display: table-cell;
width: 1%;
float: none;
}
.navbar .nav li a {
font-weight: bold;
text-align: center;
/*border-left: 1px solid rgba(255,255,255,.75);*/
/*border-right: 1px solid rgba(0,0,0,.1);*/
}
.navbar .nav li:first-child a {
border-left: 0;
border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
color: #555555;
text-decoration: none;
background-color: #e5e5e5;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
/* Price colors indicating up, down, or steady */
.priceUp {
color: green;
}
.priceSame {
color: dodgerblue;
}
.priceDown {
color: red;
}
.priceUnknown {
color: goldenrod;
}
.left {
float: left;
}
.right {
float: right;
}
.currency {
text-align: right;
}
.highPrice {
float:right;
padding-right:30px;
padding-bottom:20px;
}
.lowPrice {
float:right;
padding-right:30px;
}
.table-settings {
width:50%;
}
.footer {
text-align: center;
padding-bottom: 15px;
}
.table-balances {
margin-left: auto;
margin-right: auto;
width: 80%;
}
.table-balances td {
padding-right:20px;
padding-top:5px;
padding-bottom:5px;
}
.balance {
color: green;
}
.minus {
color: red;
}
.plus {
color: green;
}
.walletEntry {
padding-bottom: 15px;
}
.walletAddress {
font-size: smaller;
}
.save {
color: blue;
}
.actionButtons {
padding-top:10px;
}
.error {
color: red;
}
.cancel {
color: red;
}
.masthead {
background: white;
border-radius: 12px;
}
.fine-print {
font-size: smaller;
}
/* Media queries for different screen sizes */
@media screen and (max-width: 640px){
.table-balances input {
width: 340px;
}
}
@media screen and (max-width: 480px){
.table-balances input {
width: 270px;
}
.walletAddress {
font-size: small;
}
}
@media screen and (max-width: 400px){
.table-balances input {
width: 220px;
}
.walletAddress {
font-size: x-small;
}
}
@Media screen and (max-width: 380px){
.table-balances input {
width: 186px;
}
} | www/css/app.css |
body {
font-family:"Lato", sans-serif;
/*background-color: #A4A4A4*/
}
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li:before {
content: "|";
padding-right: 0.3em;
}
.menu > li:nth-child(1):before {
content: "";
padding: 0;
}
/*
Original Bootstrap's CSS depends on empty href attributes to style cursors for several components (pagination, tabs etc.).
But in AngularJS adding empty href attributes to link tags will cause unwanted route changes. This is why we need to remove
empty href attributes from directive templates and as a result styling is not applied correctly. The remedy is simple, just add
the following styling to your application:
*/
.nav, .pagination, .carousel a { cursor: pointer; }
.nav { padding-top: 10px; }
body {
padding-top: 20px;
padding-bottom: 60px;
background-image:url(../img/bg-192.png);
}
/* Custom container */
.container {
margin: 0 auto;
max-width: 1000px;
}
.container > hr {
margin: 60px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
/*margin: 80px 0;*/
margin: 20px 0;
text-align: center;
padding-top: 32px;
padding-bottom: 32px;
padding-right: 15px;
padding-left: 15px;
}
.jumbotron h1 {
/*font-size: 72px;*/
line-height: 1;
}
.jumbotron .lead {
/*font-size: 24px;*/
line-height: 1.25;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 60px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
.navbar { margin-bottom: 10px; }
/* from http://getbootstrap.com/2.3.2/examples/justified-nav.html */
/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
padding: 0;
}
.navbar .nav {
margin: 0;
display: table;
width: 100%;
}
.navbar .nav li {
display: table-cell;
width: 1%;
float: none;
}
.navbar .nav li a {
font-weight: bold;
text-align: center;
/*border-left: 1px solid rgba(255,255,255,.75);*/
/*border-right: 1px solid rgba(0,0,0,.1);*/
}
.navbar .nav li:first-child a {
border-left: 0;
border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
color: #555555;
text-decoration: none;
background-color: #e5e5e5;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
/* Price colors indicating up, down, or steady */
.priceUp {
color: green;
}
.priceSame {
color: dodgerblue;
}
.priceDown {
color: red;
}
.priceUnknown {
color: goldenrod;
}
.left {
float: left;
}
.right {
float: right;
}
.currency {
text-align: right;
}
.highPrice {
float:right;
padding-right:30px;
padding-bottom:20px;
}
.lowPrice {
float:right;
padding-right:30px;
}
.table-settings {
width:50%;
}
.footer {
text-align: center;
padding-bottom: 15px;
}
.table-balances {
margin-left: auto;
margin-right: auto;
width: 80%;
}
.table-balances td {
padding-right:20px;
padding-top:5px;
padding-bottom:5px;
}
.balance {
color: green;
}
.minus {
color: red;
}
.plus {
color: green;
}
.walletEntry {
padding-bottom: 15px;
}
.walletAddress {
font-size: smaller;
}
.save {
color: blue;
}
.actionButtons {
padding-top:10px;
}
.error {
color: red;
}
.cancel {
color: red;
}
.masthead {
background: white;
border-radius: 12px;
}
.fine-print {
font-size: smaller;
}
/* Media queries for different screen sizes */
@media screen and (max-width: 640px){
.table-balances input {
width: 340px;
}
}
@media screen and (max-width: 480px){
.table-balances input {
width: 270px;
}
.walletAddress {
font-size: small;
}
}
@media screen and (max-width: 400px){
.table-balances input {
width: 220px;
}
.walletAddress {
font-size: x-small;
}
}
@Media screen and (max-width: 380px){
.table-balances input {
width: 186px;
}
} | 0.36727 | 0.120542 |
.bit-root {
--bit-color-1: #f0f6f0;
--bit-color-0: #222323;
--bit-border-radius: 0px;
background: var(--bit-color-1);
color: var(--bit-color-0);
}
/* -------------------------------------------------------------------------- */
.bit-field {
display: grid;
grid-gap: 0.25rem;
grid-template-columns: min-content 1fr;
}
.bit-field > .bit-radio + *,
.bit-field > .bit-checkbox + * {
user-select: none;
}
.bit-field > .bit-radio:disabled + *,
.bit-field > .bit-checkbox:disabled + * {
opacity: 0.5;
}
/* -------------------------------------------------------------------------- */
.bit-checkbox {
border-radius: var(--bit-border-radius);
}
.bit-radio {
border-radius: 9999px;
}
.bit-checkbox,
.bit-radio {
-webkit-appearance: none;
width: 2em;
height: 2em;
background: var(--bit-color-1);
color: var(--bit-color-0);
border: 2px solid var(--bit-color-0);
}
.bit-checkbox:hover,
.bit-radio:hover {
box-shadow: inset 0 0 0 2px var(--bit-color-0);
}
.bit-checkbox:focus,
.bit-radio:focus {
outline: 0;
box-shadow: 0 0 0 2px var(--bit-color-1), 0 0 0 4px var(--bit-color-0),
inset 0 0 0 2px var(--bit-color-1);
}
.bit-checkbox:checked,
.bit-radio:checked {
background: var(--bit-color-0);
box-shadow: inset 0 0 0 4px var(--bit-color-1);
}
.bit-checkbox:checked:hover,
.bit-radio:checked:hover {
box-shadow: inset 0 0 0 2px var(--bit-color-0),
inset 0 0 0 4px var(--bit-color-1);
}
.bit-checkbox:checked:focus,
.bit-radio:checked:focus {
box-shadow: 0 0 0 2px var(--bit-color-1), 0 0 0 4px var(--bit-color-0),
inset 0 0 0 4px var(--bit-color-1);
}
.bit-checkbox:disabled:hover,
.bit-radio:disabled:hover,
.bit-checkbox:disabled,
.bit-radio:disabled {
opacity: 0.5;
border-style: dotted;
box-shadow: none;
}
/* -------------------------------------------------------------------------- */
.bit-table {
background: var(--bit-color-1);
color: var(--bit-color-0);
border-collapse: collapse;
}
.bit-table th {
padding: 0.5rem 0;
text-align: left;
}
.bit-table tbody tr {
border-top: 1px solid var(--bit-color-0);
}
.bit-table th,
.bit-table td {
background: var(--bit-color-1);
color: var(--bit-color-0);
padding: 0.5rem;
}
.bit-table thead {
border-top: 0;
border-bottom: 2px solid var(--bit-color-0);
}
.bit-table tfoot {
border-top: 2px solid var(--bit-color-0);
border-bottom: 0;
}
/* -------------------------------------------------------------------------- */
.bit-button {
box-sizing: border-box;
background: var(--bit-color-1);
color: var(--bit-color-0);
padding: 0.5em 1em;
font: inherit;
border: 2px solid var(--bit-color-0);
box-shadow: inset 0 -2px 0 var(--bit-color-0);
border-radius: var(--bit-border-radius);
}
.bit-button:hover {
box-shadow: inset 0 0 0 2px var(--bit-color-0);
}
.bit-button:active {
transform: translateY(2px);
}
.bit-button:focus {
outline: none;
border-color: var(--bit-color-1);
box-shadow: inset 0 0 0 2px var(--bit-color-0), 0 0 0 2px var(--bit-color-0),
inset 0 -4px 0 var(--bit-color-0);
}
.bit-button:disabled:hover,
.bit-button:disabled {
opacity: 0.5;
box-shadow: none;
border-style: dotted;
}
/* -------------------------------------------------------------------------- */
.bit-select {
box-sizing: border-box;
-webkit-appearance: none;
background: var(--bit-color-1);
color: var(--bit-color-0);
padding: 0.5em 1em;
padding-right: calc(1em + 20px);
font: inherit;
border: 2px solid var(--bit-color-0);
border-radius: var(--bit-border-radius);
/* prettier-ignore */
box-shadow:
inset 0 -2px 0 0 var(--bit-color-1),
inset 0 2px 0 0 var(--bit-color-1),
inset -2px 0 0 0 var(--bit-color-1),
inset -20px 0 0 0 var(--bit-color-0),
inset -22px 0 0 0 var(--bit-color-1);
}
.bit-select:hover {
/* prettier-ignore */
box-shadow:
inset 0 0 0 2px var(--bit-color-0),
inset 0 -4px 0 0 var(--bit-color-1),
inset 0 4px 0 0 var(--bit-color-1),
inset -4px 0 0 0 var(--bit-color-1),
inset -20px 0 0 0 var(--bit-color-0),
inset -22px 0 0 0 var(--bit-color-1);
}
.bit-select:focus {
outline: none;
border-color: var(--bit-color-1);
/* prettier-ignore */
box-shadow:
inset 0 0 0 2px var(--bit-color-0),
inset 0 -4px 0 0 var(--bit-color-1),
inset 0 4px 0 0 var(--bit-color-1),
inset -4px 0 0 0 var(--bit-color-1),
inset -20px 0 0 0 var(--bit-color-0),
inset -22px 0 0 0 var(--bit-color-1),
0 0 0 2px var(--bit-color-0);
}
.bit-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 var(--bit-color-0);
}
.bit-select:disabled:hover,
.bit-select:disabled {
opacity: 0.5;
border-style: dotted;
/* prettier-ignore */
box-shadow:
inset 0 -2px 0 0 var(--bit-color-1),
inset 0 2px 0 0 var(--bit-color-1),
inset -2px 0 0 0 var(--bit-color-1),
inset -20px 0 0 0 var(--bit-color-0),
inset -22px 0 0 0 var(--bit-color-1);
}
/* -------------------------------------------------------------------------- */
.bit-link {
color: var(--bit-color-0);
font-weight: bold;
text-decoration: underline;
text-decoration-thickness: 2px;
border-radius: var(--bit-border-radius);
}
.bit-link:hover {
border-radius: var(--bit-border-radius);
background: var(--bit-color-1);
text-decoration: none;
box-shadow: 0 0 0 2px var(--bit-color-1), 0 0 0 4px var(--bit-color-0);
}
.bit-link:focus {
border-radius: var(--bit-border-radius);
background: var(--bit-color-0);
color: var(--bit-color-1);
text-decoration: none;
outline: none;
box-shadow: 0 0 0 2px var(--bit-color-0), 0 0 0 4px var(--bit-color-1),
0 0 0 6px var(--bit-color-0);
}
/* -------------------------------------------------------------------------- */
.bit-input {
box-sizing: border-box;
background: var(--bit-color-1);
color: var(--bit-color-0);
font: inherit;
padding: 0.5em 1em;
border: 2px solid var(--bit-color-0);
box-shadow: inset 0 2px 0 var(--bit-color-0);
border-radius: var(--bit-border-radius);
}
.bit-input:hover {
box-shadow: inset 0 0 0 2px var(--bit-color-0);
}
.bit-input:focus {
outline: none;
border-color: var(--bit-color-1);
box-shadow: inset 0 0 0 2px var(--bit-color-0), 0 0 0 2px var(--bit-color-0),
inset 0 4px 0 var(--bit-color-0);
}
.bit-input:disabled:hover,
.bit-input:disabled {
opacity: 0.5;
box-shadow: none;
border-style: dotted;
}
.bit-input::placeholder {
color: var(--bit-color-0);
opacity: 0.5;
}
.bit-input::selection {
background: var(--bit-color-0);
color: var(--bit-color-1);
}
/* -------------------------------------------------------------------------- */
.bit-checkbox::-moz-focus-inner,
.bit-radio::-moz-focus-inner,
.bit-select::-moz-focus-inner,
.bit-button::-moz-focus-inner,
.bit-input::-moz-focus-inner {
border: 0;
}
/* -------------------------------------------------------------------------- */
.bit-card {
background: var(--bit-color-1);
color: var(--bit-color-0);
border: 2px solid var(--bit-color-0);
box-shadow: 4px 4px 0 var(--bit-color-0);
padding: 1em;
border-radius: var(--bit-border-radius);
}
.bit-scrollbar {
scrollbar-color: var(--bit-color-0) var(--bit-color-1);
}
.bit-svg {
fill: var(--bit-color-0);
}
.bit-code {
background: var(--bit-color-0);
color: var(--bit-color-1);
padding: 0.1em 0.2em;
border-radius: var(--bit-border-radius);
}
.bit-hr {
box-sizing: border-box;
border: 0;
border-top: 2px solid var(--bit-color-0);
}
.bit-pre {
background: var(--bit-color-0);
color: var(--bit-color-1);
scrollbar-color: var(--bit-color-1) var(--bit-color-0);
overflow-x: auto;
padding: 1em;
border-radius: var(--bit-border-radius);
} | src/1bit-ui.css |
.bit-root {
--bit-color-1: #f0f6f0;
--bit-color-0: #222323;
--bit-border-radius: 0px;
background: var(--bit-color-1);
color: var(--bit-color-0);
}
/* -------------------------------------------------------------------------- */
.bit-field {
display: grid;
grid-gap: 0.25rem;
grid-template-columns: min-content 1fr;
}
.bit-field > .bit-radio + *,
.bit-field > .bit-checkbox + * {
user-select: none;
}
.bit-field > .bit-radio:disabled + *,
.bit-field > .bit-checkbox:disabled + * {
opacity: 0.5;
}
/* -------------------------------------------------------------------------- */
.bit-checkbox {
border-radius: var(--bit-border-radius);
}
.bit-radio {
border-radius: 9999px;
}
.bit-checkbox,
.bit-radio {
-webkit-appearance: none;
width: 2em;
height: 2em;
background: var(--bit-color-1);
color: var(--bit-color-0);
border: 2px solid var(--bit-color-0);
}
.bit-checkbox:hover,
.bit-radio:hover {
box-shadow: inset 0 0 0 2px var(--bit-color-0);
}
.bit-checkbox:focus,
.bit-radio:focus {
outline: 0;
box-shadow: 0 0 0 2px var(--bit-color-1), 0 0 0 4px var(--bit-color-0),
inset 0 0 0 2px var(--bit-color-1);
}
.bit-checkbox:checked,
.bit-radio:checked {
background: var(--bit-color-0);
box-shadow: inset 0 0 0 4px var(--bit-color-1);
}
.bit-checkbox:checked:hover,
.bit-radio:checked:hover {
box-shadow: inset 0 0 0 2px var(--bit-color-0),
inset 0 0 0 4px var(--bit-color-1);
}
.bit-checkbox:checked:focus,
.bit-radio:checked:focus {
box-shadow: 0 0 0 2px var(--bit-color-1), 0 0 0 4px var(--bit-color-0),
inset 0 0 0 4px var(--bit-color-1);
}
.bit-checkbox:disabled:hover,
.bit-radio:disabled:hover,
.bit-checkbox:disabled,
.bit-radio:disabled {
opacity: 0.5;
border-style: dotted;
box-shadow: none;
}
/* -------------------------------------------------------------------------- */
.bit-table {
background: var(--bit-color-1);
color: var(--bit-color-0);
border-collapse: collapse;
}
.bit-table th {
padding: 0.5rem 0;
text-align: left;
}
.bit-table tbody tr {
border-top: 1px solid var(--bit-color-0);
}
.bit-table th,
.bit-table td {
background: var(--bit-color-1);
color: var(--bit-color-0);
padding: 0.5rem;
}
.bit-table thead {
border-top: 0;
border-bottom: 2px solid var(--bit-color-0);
}
.bit-table tfoot {
border-top: 2px solid var(--bit-color-0);
border-bottom: 0;
}
/* -------------------------------------------------------------------------- */
.bit-button {
box-sizing: border-box;
background: var(--bit-color-1);
color: var(--bit-color-0);
padding: 0.5em 1em;
font: inherit;
border: 2px solid var(--bit-color-0);
box-shadow: inset 0 -2px 0 var(--bit-color-0);
border-radius: var(--bit-border-radius);
}
.bit-button:hover {
box-shadow: inset 0 0 0 2px var(--bit-color-0);
}
.bit-button:active {
transform: translateY(2px);
}
.bit-button:focus {
outline: none;
border-color: var(--bit-color-1);
box-shadow: inset 0 0 0 2px var(--bit-color-0), 0 0 0 2px var(--bit-color-0),
inset 0 -4px 0 var(--bit-color-0);
}
.bit-button:disabled:hover,
.bit-button:disabled {
opacity: 0.5;
box-shadow: none;
border-style: dotted;
}
/* -------------------------------------------------------------------------- */
.bit-select {
box-sizing: border-box;
-webkit-appearance: none;
background: var(--bit-color-1);
color: var(--bit-color-0);
padding: 0.5em 1em;
padding-right: calc(1em + 20px);
font: inherit;
border: 2px solid var(--bit-color-0);
border-radius: var(--bit-border-radius);
/* prettier-ignore */
box-shadow:
inset 0 -2px 0 0 var(--bit-color-1),
inset 0 2px 0 0 var(--bit-color-1),
inset -2px 0 0 0 var(--bit-color-1),
inset -20px 0 0 0 var(--bit-color-0),
inset -22px 0 0 0 var(--bit-color-1);
}
.bit-select:hover {
/* prettier-ignore */
box-shadow:
inset 0 0 0 2px var(--bit-color-0),
inset 0 -4px 0 0 var(--bit-color-1),
inset 0 4px 0 0 var(--bit-color-1),
inset -4px 0 0 0 var(--bit-color-1),
inset -20px 0 0 0 var(--bit-color-0),
inset -22px 0 0 0 var(--bit-color-1);
}
.bit-select:focus {
outline: none;
border-color: var(--bit-color-1);
/* prettier-ignore */
box-shadow:
inset 0 0 0 2px var(--bit-color-0),
inset 0 -4px 0 0 var(--bit-color-1),
inset 0 4px 0 0 var(--bit-color-1),
inset -4px 0 0 0 var(--bit-color-1),
inset -20px 0 0 0 var(--bit-color-0),
inset -22px 0 0 0 var(--bit-color-1),
0 0 0 2px var(--bit-color-0);
}
.bit-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 var(--bit-color-0);
}
.bit-select:disabled:hover,
.bit-select:disabled {
opacity: 0.5;
border-style: dotted;
/* prettier-ignore */
box-shadow:
inset 0 -2px 0 0 var(--bit-color-1),
inset 0 2px 0 0 var(--bit-color-1),
inset -2px 0 0 0 var(--bit-color-1),
inset -20px 0 0 0 var(--bit-color-0),
inset -22px 0 0 0 var(--bit-color-1);
}
/* -------------------------------------------------------------------------- */
.bit-link {
color: var(--bit-color-0);
font-weight: bold;
text-decoration: underline;
text-decoration-thickness: 2px;
border-radius: var(--bit-border-radius);
}
.bit-link:hover {
border-radius: var(--bit-border-radius);
background: var(--bit-color-1);
text-decoration: none;
box-shadow: 0 0 0 2px var(--bit-color-1), 0 0 0 4px var(--bit-color-0);
}
.bit-link:focus {
border-radius: var(--bit-border-radius);
background: var(--bit-color-0);
color: var(--bit-color-1);
text-decoration: none;
outline: none;
box-shadow: 0 0 0 2px var(--bit-color-0), 0 0 0 4px var(--bit-color-1),
0 0 0 6px var(--bit-color-0);
}
/* -------------------------------------------------------------------------- */
.bit-input {
box-sizing: border-box;
background: var(--bit-color-1);
color: var(--bit-color-0);
font: inherit;
padding: 0.5em 1em;
border: 2px solid var(--bit-color-0);
box-shadow: inset 0 2px 0 var(--bit-color-0);
border-radius: var(--bit-border-radius);
}
.bit-input:hover {
box-shadow: inset 0 0 0 2px var(--bit-color-0);
}
.bit-input:focus {
outline: none;
border-color: var(--bit-color-1);
box-shadow: inset 0 0 0 2px var(--bit-color-0), 0 0 0 2px var(--bit-color-0),
inset 0 4px 0 var(--bit-color-0);
}
.bit-input:disabled:hover,
.bit-input:disabled {
opacity: 0.5;
box-shadow: none;
border-style: dotted;
}
.bit-input::placeholder {
color: var(--bit-color-0);
opacity: 0.5;
}
.bit-input::selection {
background: var(--bit-color-0);
color: var(--bit-color-1);
}
/* -------------------------------------------------------------------------- */
.bit-checkbox::-moz-focus-inner,
.bit-radio::-moz-focus-inner,
.bit-select::-moz-focus-inner,
.bit-button::-moz-focus-inner,
.bit-input::-moz-focus-inner {
border: 0;
}
/* -------------------------------------------------------------------------- */
.bit-card {
background: var(--bit-color-1);
color: var(--bit-color-0);
border: 2px solid var(--bit-color-0);
box-shadow: 4px 4px 0 var(--bit-color-0);
padding: 1em;
border-radius: var(--bit-border-radius);
}
.bit-scrollbar {
scrollbar-color: var(--bit-color-0) var(--bit-color-1);
}
.bit-svg {
fill: var(--bit-color-0);
}
.bit-code {
background: var(--bit-color-0);
color: var(--bit-color-1);
padding: 0.1em 0.2em;
border-radius: var(--bit-border-radius);
}
.bit-hr {
box-sizing: border-box;
border: 0;
border-top: 2px solid var(--bit-color-0);
}
.bit-pre {
background: var(--bit-color-0);
color: var(--bit-color-1);
scrollbar-color: var(--bit-color-1) var(--bit-color-0);
overflow-x: auto;
padding: 1em;
border-radius: var(--bit-border-radius);
} | 0.387111 | 0.148386 |
html {
height: 100%;
}
/*滚动条*/
::-webkit-scrollbar {
width: 3px;
height: 3px;
}
::-webkit-scrollbar-thumb {
background-color: #e1e3e4;
background-clip: content-box;
border-radius: 50px;
}
#mainFrame {
padding-right: 2px;
}
.has-feedback label ~ .form-control-feedback {
top: 0;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
padding-top: 4px;
}
body.over-hide {
overflow-y: hidden;
height: 100%;
}
body.theme-index {
height: 100%;
background:#3497DB;
}
body {
width: 100%;
min-width: 1366px;
background: #fcfcfc;
line-height: 21px;
color: #555;
height: 100%;
/*弹出框*/
/*内容超出部分隐藏*/
/*清除padding值*/
/*分页样式*/
/*顶部样式开始*/
/*顶部样式结束*/
/*页面左边部分样式开始*/
/*页面左边样式结束*/
/*右边主体部分开始*/
/*右边顶部样式*/
/*文章保存按钮*/
/*右边的左边栏目*/
/*右边的列表部分*/
}
body .btn-group .btn {
margin-right: 0px;
}
body ul,
body ul li,
body dl,
body dl dt,
body dl dd,
body input,
body ol,
body ol li {
margin: 0;
padding: 0;
list-style: none;
}
body .row {
margin: 0px;
}
body a,
body a:link,
body a:visited,
body a:active {
text-decoration: none;
color: #2a6496;
}
body .modal-dialog {
width: 35%;
margin: 15px auto;
text-align: left;
margin-top: 10%;
}
body .modal-dialog .modal-content {
border-radius: 4px;
}
body .modal-dialog .modal-content .modal-body {
overflow: hidden;
}
body .modal-dialog .modal-content .modal-body .form-group label {
width: 25%;
}
body .modal-dialog .modal-content .modal-body .form-group div label {
width: 35%;
}
body .modal-dialog .modal-content .modal-body .ms-from-group-input {
width: 65%;
}
body .modal-dialog .modal-content .modal-header {
padding: 10px;
background-color: #f5f5f5;
color: #333;
border-radius: 4px;
}
body .modal-dialog .modal-content-show {
min-height: 450px;
}
body .ms-text-hide {
word-break: keep-all;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
body .ms-text2-hide {
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
body .ms-text3-hide {
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
body .padding-clear {
padding: 0px;
}
body .pageNav {
text-align: right;
margin-bottom: 30px;
padding-right: 8px;
overflow: hidden;
}
body .ms-top {
height: 60px;
width: 100%;
min-width: 1366px;
background: none;
z-index: 10000;
font-family: arial, 'hiragino sans gb', 'microsoft yahei', Simsun;
/*顶部左边样式*/
/*顶部右边样式*/
}
body .ms-top .ms-top-logo {
width: 180px;
height: 60px;
float: left;
border-right: 1px solid #248cd3;
}
body .ms-top .ms-top-logo img {
width: 80px;
padding: 5px 0px 0px 10px;
}
body .ms-top .ms-top-logo .slideMenu {
width: 28px;
height: 50px;
line-height: 50px;
display: block;
color: #f9f9f9;
text-align: center;
float: right;
cursor: pointer;
}
body .ms-top .ms-top a:hover,
body .ms-top .ms-top a:focus {
background: #e6e6e6;
color: #666666;
}
body .ms-top .ms-top-menu {
height: 100%;
float: left;
/*鼠标移到按钮上的样式*/
}
body .ms-top .ms-top-menu .ms-menu-list {
width: 425px;
float: left;
}
body .ms-top .ms-top-menu .menu-default {
height: 50px;
overflow: hidden;
}
body .ms-top .ms-top-menu .menu-show {
position: relative;
background: #ffffff;
z-index: 1000;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
}
body .ms-top .ms-top-menu .menu-show .ms-menu-list li {
color: #666666;
}
body .ms-top .ms-top-menu .menu-show .ms-menu-list .active {
background: #ffffff;
color: #3497db;
}
body .ms-top .ms-top-menu .menu-show .openMenu {
color: #666666;
}
body .ms-top .ms-top-menu .ms-menu-list li {
float: left;
width: 85px;
color: #ffffff;
text-align: center;
line-height: 50px;
cursor: pointer;
}
body .ms-top .ms-top-menu .ms-menu-list .active {
font-weight: bolder;
background: #248cd3;
}
body .ms-top .ms-top-menu .openMenu {
color: #f9f9f9;
line-height: 50px;
padding: 0px 20px;
cursor: pointer;
margin-top: -1px;
display: none;
}
body .ms-top .ms-top-menu .active-menu {
background: #545557;
}
body .ms-top .ms-top-menu .ms-top a:hover,
body .ms-top .ms-top-menu .ms-top a:focus {
background: #e6e6e6;
color: #666666;
}
body .ms-top .ms-top-user {
float: right;
/*顶部设置按钮样式*/
/*顶部其他按钮样式*/
}
body .ms-top .ms-top-user .dropdown {
float: left;
}
body .ms-top .ms-top-user .dropdown td:hover{
background:#4F70AD;
cursor:pointer;
}
body .ms-top .ms-top-user .dropdown td{
padding:9px 8px 8px 8px;
}
body .ms-top .ms-top-user .ms-top-info {
box-shadow: none;
border: none;
height: 50px;
line-height: 50px;
text-shadow: none;
color: #ffffff;
padding: 0px 19px;
cursor: pointer;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
background-image: none;
background-repeat: repeat-x;
}
body .ms-top .ms-top-user .ms-top-info .caret {
border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
body .ms-top .ms-top-user .open .dropdown-menu {
margin-top: 0px;
left: 0px;
border-top-left-radius: 0;
border-top-right-radius: 0;
min-width: 121px;
border: 0px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
}
body .ms-top .ms-top-user .open .dropdown-menu li {
cursor: pointer;
}
body .ms-top .ms-top-user .open .ms-top-info {
box-shadow: none;
border: none;
height: 50px;
line-height: 50px;
text-shadow: none;
color: #f9f9f9;
padding: 0px 19px;
cursor: pointer;
color: #666666;
background: #ffffff;
background-image: none;
background-repeat: repeat-x;
}
body .ms-top .ms-top-user .open .ms-top-info .caret {
border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
body .ms-top .ms-top-user .ms-top-mstore {
height: 50px;
line-height: 50px;
float: right;
width: 50px;
color: #f9f9f9;
text-align: center;
cursor: pointer;
background: none;
position: relative;
}
body .ms-top .ms-top-user .ms-top-mstore .mstore-update {
position: absolute;
top: 5px;
right: 5px;
padding: 4px;
background: red;
line-height: 8px;
border-radius: 50px;
font-size: 10px;
display: none;
}
body .ms-top .ms-top-user .popover {
top: 44px;
right: 0px;
max-width: 130px;
left: auto;
}
body .ms-top .ms-top-user .popover .arrow {
left: 81%;
}
body .ms-menu-div {
height: 100%;
float: left;
width: 180px;
padding-top: 50px;
display: none;
background: none;
position: relative;
}
body .ms-menu-div .slideMenu {
position: absolute;
cursor: pointer;
top: 40%;
left: 180px;
height: 60px;
background: #666;
line-height: 60px;
opacity: .8;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
body .ms-menu-div .slideMenu .iconfont {
font-size: 12px;
color: #ddd;
font-weight: normal;
}
body .ms-menu {
background-color: #666666;
float: left;
width: 180px;
padding-top: 50px;
overflow-y: auto;
position: absolute;
display: none;
padding: 0px;
height: 100%;
padding-bottom: 55px;
top: 58px;
overflow-x: hidden;
left: 0px;
z-index: 10000;
}
body .ms-menu .ms-menu-none {
width: 100%;
height: 300px;
background-image: url(../images/share.png);
background-repeat: no-repeat;
}
body .ms-menu .ms-menu-parent {
border: none;
color: #f9f9f9;
padding-top: 1px;
border-radius: 2px;
display: none;
width: 180px;
float: left;
}
body .ms-menu .ms-menu-parent .ms-menu-parent-header {
background: #555555;
border: none;
color: #f9f9f9;
padding: 5px;
height: 34px;
/*左侧列表标题图标样式*/
}
body .ms-menu .ms-menu-parent .ms-menu-parent-header .icon-logo {
margin-right: 10px;
display: block;
float: left;
position: relative;
color: #f9f9f9;
font-size: 12px;
height: 25px;
}
body .ms-menu .ms-menu-parent .ms-menu-parent-header .ms-menu-parent-title {
font-size: 14px;
color: #f9f9f9;
cursor: pointer;
float: left;
width: 88%;
}
body .ms-menu .ms-menu-parent .ms-menu-parent-header .closeMenu {
display: none;
float: right;
font-size: 18px;
line-height: 24px;
width: 12%;
text-align: center;
cursor: pointer;
}
body .ms-menu .ms-menu-parent .ms-menu-child {
display: none;
border: none;
box-shadow: none;
position: relative;
margin: 0px;
border-radius: 0px;
}
body .ms-menu .ms-menu-parent .ms-menu-child li {
border: none;
padding: 5px 21px;
padding-right: 0px;
}
body .ms-menu .ms-menu-parent .ms-menu-child li a {
color: #f9f9f9;
}
body .ms-menu .ms-menu-parent .ms-menu-child li a .caret {
border-left: 4px dashed;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
}
body .ms-menu .ms-menu-parent .ms-menu-child li a.active,
body .ms-menu .ms-menu-parent .ms-menu-child li a:hover,
body .ms-menu .ms-menu-parent .ms-menu-child li a:focus {
color: #3497db;
text-decoration: none;
padding-left: 0px;
}
body .ms-content {
height: 100%;
overflow: hidden;
padding: 0px;
background: none;
}
body .ms-content .wellcome {
text-align: center;
color: #555;
background: #FCFCFC;
height: 300px;
padding-top: 200px;
vertical-align: middle;
border-top-left-radius: 2px;
height: 100%;
}
body .ms-content #mainFrame {
background-image: url(../images/loading.gif);
background-repeat: no-repeat;
background-position: center;
}
body .ms-content .easyui-tabs {
width: 100%;
height: 100%;
display: none;
padding-bottom: 36px;
}
body .ms-content .tabs-header {
padding: 0px;
width: 100%;
border: none;
background: none;
}
body .ms-content .tabs-header .tabs-wrap {
width: 100%;
}
body .ms-content .tabs-header .tabs {
padding: 0px;
border: none;
}
body .ms-content .tabs-header .tabs .tabs-p-tool {
right: 22px;
height: 27px;
top: 6px;
line-height: 28px;
}
body .ms-content .tabs-header .tabs li {
margin: 0px;
}
body .ms-content .tabs-header .tabs li .tabs-inner {
border-left: 0px;
border-top: 0px;
border-radius: 0px;
margin-right: 5px;
border-top-right-radius: 2px;
border-top-left-radius: 2px;
margin-bottom: -1px;
border-width: 0px;
}
body .ms-content .tabs-header .tabs li .tabs-close {
right: 10px;
}
body .ms-content .tabs-panels {
width: 100%;
height: 100%;
border: none;
}
body .ms-content .tabs-panels .panel {
height: 100%;
padding-bottom: 40px;
}
body .ms-content .panel-body {
border: none;
overflow: hidden;
width: 100%;
height: 100%;
}
body .row .caption {
text-align: center;
}
body .row .caption p {
height: 22px;
overflow: hidden;
}
body .ms-content-body-title {
border-bottom: 1px solid #d3d7db;
background: #ffffff;
color: #666666;
line-height: 45px;
height: 46px;
padding: 0px 10px;
width: 100%;
z-index: 1500;
position: fixed;
right: 0px;
top: 0px;
text-align: right;
}
body .ms-content-body-title strong {
float: left;
}
body .ms-content-body-panel {
position:fixed;
overflow-y:scroll;
overflow-x:hidden;
padding: 55px 10px 165px;
width: 100%;
min-width: 800px;
z-index: 999;
height: 100%;
min-height: 500px;
/*商品规格*/
}
body .ms-content-body-panel .ms-content-body-panel-nav {
background: #ffffff;
}
body .ms-content-body-panel form {
background: #fff;
padding: 10px 0px 30px 0px;
width: 100%;
}
body .ms-content-body-panel .ms-panel-nav {
width: 100%;
float: left;
margin-bottom: 10px;
}
body .ms-content-body-panel .ms-panel-nav .btn {
float: left;
margin-right: 5px;
}
body .ms-content-body-panel .ms-panel-nav .form-control {
width: 125px;
float: left;
margin-right: 5px;
}
body .ms-content-body-panel .ms-panel-nav .form-seach {
width: 200px;
float: left;
margin-right: 5px;
}
body .ms-content-body-panel .batch-set {
padding: 7px;
font-size: 12px;
border: 1px #ddd solid;
}
body .ms-content-body-panel .batch-set input {
width: 80px;
height: 28px;
padding: 4px 8px;
margin: 0px 5px;
font-size: 10px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}
body .ms-content-body-panel .batch-set .all-price,
body .ms-content-body-panel .batch-set .all-stock {
height: 28px;
line-height: 15px;
font-size: 12px;
border-radius: 4px;
margin-right: 20px;
}
body .ms-content-body-panel .goods-norms {
border: 1px solid #ddd;
padding: 10px;
}
body .ms-content-body-panel .goods-norms .norms-group {
margin-bottom: 10px;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-title {
background: #f3f3f3;
padding: 5px;
position: relative;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-title .norms-addpic {
margin-left: 20px;
font-size: 14px;
font-weight: normal;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-title .delete-norms {
position: absolute;
top: 12px;
right: 10px;
color: #ffffff;
text-align: center;
cursor: pointer;
width: 18px;
height: 18px;
font-size: 14px;
line-height: 16px;
background: rgba(153, 153, 153, 0.6);
border-radius: 10px;
text-indent: 0;
display: none;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list {
padding: 10px 5px;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .add-norms {
color: #38f;
cursor: pointer;
font-size: 12px;
padding: 10px;
position: relative;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .add-norms-content {
margin-top: 10px;
display: none;
border: 1px #ddd solid;
width: 440px;
position: absolute;
left: -194px;
top: 26px;
background: #ffffff;
border-radius: 2px;
z-index: 2;
-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .add-norms-content .norms-select {
position: relative;
background: #ffffff;
border-radius: 2px;
padding: 10px;
z-index: 2;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .add-norms-content .norms-select select {
width: 300px;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .add-norms-content .arrow {
left: 50%;
top: 0;
-webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
-moz-transform: rotate(45deg) translateX(-50%) translateY(-50%);
-ms-transform: rotate(45deg) translateX(-50%) translateY(-50%);
transform: rotate(45deg) translateX(-50%) translateY(-50%);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
position: absolute;
width: 6px;
height: 6px;
background: #ffffff;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
z-index: 1;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .norms-detail {
border: 1px solid #AAA;
padding: 4px;
display: inline-block;
margin: 5px 10px 5px 0px;
line-height: 13px;
width: 80px;
vertical-align: middle;
text-align: center;
position: relative;
border-radius: 4px;
cursor: pointer;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .norms-detail span {
width: 74px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 12px;
display: block;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .norms-detail .delete-norms {
position: absolute;
top: -8px;
right: -8px;
color: #ffffff;
text-align: center;
cursor: pointer;
width: 18px;
height: 18px;
font-size: 14px;
line-height: 16px;
background: rgba(153, 153, 153, 0.6);
border-radius: 10px;
text-indent: 0;
display: none;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .norms-detail .norms-pic {
position: relative;
top: 4px;
left: -5px;
border-top: 1px #ddd solid;
width: 80px;
text-align: center;
height: 80px;
line-height: 80px;
cursor: pointer;
display: none;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .norms-detail .norms-pic img {
width: 74px;
height: 74px;
}
body .ms-content-menu {
width: 15%;
float: left;
color: #666666;
background: #ffffff;
height: 100%;
border-right: 1px solid #ccc;
overflow-y: auto;
position: fixed;
top: 0px;
left: 0px;
}
body .ms-content-menu .ms-static-top {
width: 100%;
height: 45px;
}
body .ms-content-menu .panel {
box-shadow: none;
}
body .ms-content-menu .easyui-panel {
border: 0px;
padding: 10px;
}
body .ms-content-body {
height: 100%;
float: right;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
}
body .ms-content-body .ms-static-top {
width: 100%;
height: 45px;
}
body .ms-content-body .updatePrompt {
margin: 20px;
border: 1px #e0e0e0 solid;
padding: 10px;
border-radius: 5px;
}
body .ms-content-body .updatePrompt span {
color: #0096fb;
margin-right: 10px;
}
body .ms-content-body h3 {
padding-left: 20px;
}
body .ms-content-body .ms-content-msPlug {
border-bottom: 1px solid #ddd;
padding-bottom: 30px;
}
body .ms-content-body .ms-content-msPlug .thumbnail {
margin-bottom: 30px;
}
body .ms-content-body .ms-content-msPlug .thumbnail img.lazy {
width: 100%;
}
body .ms-content-body .ms-content-msTemplet,
body .ms-content-body .ms-content-msPlug {
margin: 15px 0px;
padding: 0px 10px;
}
body .ms-content-body .ms-content-msTemplet div,
body .ms-content-body .ms-content-msPlug div {
padding-right: 10px;
padding-left: 10px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail,
body .ms-content-body .ms-content-msPlug div .thumbnail {
margin-bottom: 20px;
padding: 5px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle {
text-align: left;
font-size: 20px;
color: #333;
height: 55px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle span,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle span,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle span,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle span {
font-size: 12px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-templateShareHead,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-templateShareHead,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-templateShareHead,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-templateShareHead,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-plugShareHead,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-plugShareHead,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-plugShareHead,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-plugShareHead {
padding: 0px;
float: left;
margin-right: 10px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-templateShareHead img,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-templateShareHead img,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-templateShareHead img,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-templateShareHead img,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-plugShareHead img,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-plugShareHead img,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-plugShareHead img,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-plugShareHead img {
width: 50px;
border-radius: 100%;
height: 50px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-templateShareHead .lazy,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-templateShareHead .lazy,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-templateShareHead .lazy,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-templateShareHead .lazy,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-plugShareHead .lazy,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-plugShareHead .lazy,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-plugShareHead .lazy,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-plugShareHead .lazy {
background: url(http://static.ming-soft.net/msheader.jpg);
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-templateShareName p,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-templateShareName p,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-templateShareName p,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-templateShareName p,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-plugShareVersion p,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-plugShareVersion p,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-plugShareVersion p,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-plugShareVersion p {
font-size: 12px;
margin-bottom: 5px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-plugShareName p,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-plugShareName p,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-plugShareName p,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-plugShareName p {
font-size: 16px;
margin-bottom: 5px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-plugShareBb,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-plugShareBb,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-plugShareBb,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-plugShareBb {
float: left;
padding: 0px;
font-size: 12px;
color: #999;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-plugShareNew,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-plugShareNew,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-plugShareNew,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-plugShareNew {
float: right;
color: #ffffff;
background: red;
border-radius: 4px;
padding: 0px 3px;
margin-top: 0px;
border-bottom: #bb0000 2px solid;
margin-right: -10px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templatePic,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templatePic {
height: 180px;
overflow: hidden;
margin-bottom: 10px;
padding: 0px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templatePic img,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templatePic img {
width: 100%;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .sharePic,
body .ms-content-body .ms-content-msPlug div .thumbnail .sharePic {
height: 225px;
margin-bottom: 0px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugDescription,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugDescription {
height: 60px;
overflow: hidden;
margin-bottom: 10px;
word-break: break-all;
padding: 0px;
text-align: left;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .shareTitle,
body .ms-content-body .ms-content-msPlug div .thumbnail .shareTitle {
text-align: center;
font-size: 20px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .shareWelcome,
body .ms-content-body .ms-content-msPlug div .thumbnail .shareWelcome {
height: 26px;
text-align: center;
font-size: 12px;
}
body .ms-content,
body .ms-content-body {
/*列表表格样式(文章列表 栏目列表一起)*/
}
body .ms-content table,
body .ms-content-body table {
width: 100%;
color: #666666;
border: none;
background-color: #ffffff;
padding: 10px 0px;
margin-bottom: 60px;
*box-shadow: 0 0px 1px #ccc;
}
body .ms-content table tbody tr,
body .ms-content-body table tbody tr {
height: 30px;
}
body .ms-content table tbody tr .text-left,
body .ms-content-body table tbody tr .text-left,
body .ms-content table tbody tr .text-center,
body .ms-content-body table tbody tr .text-center {
font-size: 12px;
display: table-cell;
vertical-align: middle;
}
body .ms-content .searchForm,
body .ms-content-body .searchForm {
margin-bottom: 10px;
padding: 10px 0px;
position: fixed;
top: 46px;
width: 100%;
min-width:1186px;
z-index: 1000;
background-color: #ffffff;
box-shadow: 2px 1px 5px #A1A1A1;
}
body .ms-content .searchForm .bv-hidden-submit,
body .ms-content-body .searchForm .bv-hidden-submit {
display: none;
width: 0px;
height: 0px;
}
body .ms-content .searchForm .row,
body .ms-content-body .searchForm .row {
margin-right: 0px;
}
body .ms-content .searchForm .row .col-md-3,
body .ms-content-body .searchForm .row .col-md-3 {
padding: 0px 10px;
}
body .ms-content .searchForm .col-sm-2,
body .ms-content-body .searchForm .col-sm-2 {
width: auto;
}
body .ms-content .searchForm .ms-form-input,
body .ms-content-body .searchForm .ms-form-input {
line-height: 35px;
}
body .ms-content .searchForm .ms-from-group-input,
body .ms-content-body .searchForm .ms-from-group-input {
padding-left: 0;
padding-right: 0;
}
body .ms-content .searchForm .ms-from-group-input input,
body .ms-content-body .searchForm .ms-from-group-input input {
width: 100%;
}
body .ms-content .searchForm .ms-from-group-input input[type="radio"],
body .ms-content-body .searchForm .ms-from-group-input input[type="radio"] {
width: auto;
}
body .ms-content .searchForm .ms-from-group-input input[type="checkbox"],
body .ms-content-body .searchForm .ms-from-group-input input[type="checkbox"] {
width: auto;
}
body .ms-content .searchForm .ms-from-group-input select,
body .ms-content-body .searchForm .ms-from-group-input select {
width: 100%;
}
body .ms-content .searchForm .ms-from-group-input .input-group,
body .ms-content-body .searchForm .ms-from-group-input .input-group {
width: 100%;
}
body .ms-content .searchForm .control-label,
body .ms-content-body .searchForm .control-label {
line-height: 35px;
}
body .ms-content .searchForm .form-group,
body .ms-content-body .searchForm .form-group {
margin-bottom: 10px;
}
body .ms-content .searchForm .radio,
body .ms-content-body .searchForm .radio {
margin-top: 4px;
}
body .ms-content .searchForm .checkbox,
body .ms-content-body .searchForm .checkbox {
margin-top: 4px;
}
body .ms-content .searchForm .bottom,
body .ms-content-body .searchForm .bottom {
text-align: right;
padding: 10px 10px 0 0;
border-top: 1px solid #EAE7E7;
}
body .ms-content .searchForm .bottom .close,
body .ms-content-body .searchForm .bottom .close {
font-size: 2px;
border-radius: 5px;
border: 1px solid #ddd;
height: 18px;
border-top-right-radius: 0px;
background: #ffffff;
width: 80px;
border-top-left-radius: 0px;
border-top: 0px;
position: absolute;
color: #ddd;
left: 48%;
bottom: -18px;
text-align: center;
line-height: 16px;
opacity: 1;
}
body .select2-container .select2-choice {
height: 34px;
}
body .select2-container {
border: none;
padding: 0;
} | src/main/webapp/inc/skin/manager/4.6.0/css/ms.manager.min.css | html {
height: 100%;
}
/*滚动条*/
::-webkit-scrollbar {
width: 3px;
height: 3px;
}
::-webkit-scrollbar-thumb {
background-color: #e1e3e4;
background-clip: content-box;
border-radius: 50px;
}
#mainFrame {
padding-right: 2px;
}
.has-feedback label ~ .form-control-feedback {
top: 0;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
padding-top: 4px;
}
body.over-hide {
overflow-y: hidden;
height: 100%;
}
body.theme-index {
height: 100%;
background:#3497DB;
}
body {
width: 100%;
min-width: 1366px;
background: #fcfcfc;
line-height: 21px;
color: #555;
height: 100%;
/*弹出框*/
/*内容超出部分隐藏*/
/*清除padding值*/
/*分页样式*/
/*顶部样式开始*/
/*顶部样式结束*/
/*页面左边部分样式开始*/
/*页面左边样式结束*/
/*右边主体部分开始*/
/*右边顶部样式*/
/*文章保存按钮*/
/*右边的左边栏目*/
/*右边的列表部分*/
}
body .btn-group .btn {
margin-right: 0px;
}
body ul,
body ul li,
body dl,
body dl dt,
body dl dd,
body input,
body ol,
body ol li {
margin: 0;
padding: 0;
list-style: none;
}
body .row {
margin: 0px;
}
body a,
body a:link,
body a:visited,
body a:active {
text-decoration: none;
color: #2a6496;
}
body .modal-dialog {
width: 35%;
margin: 15px auto;
text-align: left;
margin-top: 10%;
}
body .modal-dialog .modal-content {
border-radius: 4px;
}
body .modal-dialog .modal-content .modal-body {
overflow: hidden;
}
body .modal-dialog .modal-content .modal-body .form-group label {
width: 25%;
}
body .modal-dialog .modal-content .modal-body .form-group div label {
width: 35%;
}
body .modal-dialog .modal-content .modal-body .ms-from-group-input {
width: 65%;
}
body .modal-dialog .modal-content .modal-header {
padding: 10px;
background-color: #f5f5f5;
color: #333;
border-radius: 4px;
}
body .modal-dialog .modal-content-show {
min-height: 450px;
}
body .ms-text-hide {
word-break: keep-all;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
body .ms-text2-hide {
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
body .ms-text3-hide {
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
body .padding-clear {
padding: 0px;
}
body .pageNav {
text-align: right;
margin-bottom: 30px;
padding-right: 8px;
overflow: hidden;
}
body .ms-top {
height: 60px;
width: 100%;
min-width: 1366px;
background: none;
z-index: 10000;
font-family: arial, 'hiragino sans gb', 'microsoft yahei', Simsun;
/*顶部左边样式*/
/*顶部右边样式*/
}
body .ms-top .ms-top-logo {
width: 180px;
height: 60px;
float: left;
border-right: 1px solid #248cd3;
}
body .ms-top .ms-top-logo img {
width: 80px;
padding: 5px 0px 0px 10px;
}
body .ms-top .ms-top-logo .slideMenu {
width: 28px;
height: 50px;
line-height: 50px;
display: block;
color: #f9f9f9;
text-align: center;
float: right;
cursor: pointer;
}
body .ms-top .ms-top a:hover,
body .ms-top .ms-top a:focus {
background: #e6e6e6;
color: #666666;
}
body .ms-top .ms-top-menu {
height: 100%;
float: left;
/*鼠标移到按钮上的样式*/
}
body .ms-top .ms-top-menu .ms-menu-list {
width: 425px;
float: left;
}
body .ms-top .ms-top-menu .menu-default {
height: 50px;
overflow: hidden;
}
body .ms-top .ms-top-menu .menu-show {
position: relative;
background: #ffffff;
z-index: 1000;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
}
body .ms-top .ms-top-menu .menu-show .ms-menu-list li {
color: #666666;
}
body .ms-top .ms-top-menu .menu-show .ms-menu-list .active {
background: #ffffff;
color: #3497db;
}
body .ms-top .ms-top-menu .menu-show .openMenu {
color: #666666;
}
body .ms-top .ms-top-menu .ms-menu-list li {
float: left;
width: 85px;
color: #ffffff;
text-align: center;
line-height: 50px;
cursor: pointer;
}
body .ms-top .ms-top-menu .ms-menu-list .active {
font-weight: bolder;
background: #248cd3;
}
body .ms-top .ms-top-menu .openMenu {
color: #f9f9f9;
line-height: 50px;
padding: 0px 20px;
cursor: pointer;
margin-top: -1px;
display: none;
}
body .ms-top .ms-top-menu .active-menu {
background: #545557;
}
body .ms-top .ms-top-menu .ms-top a:hover,
body .ms-top .ms-top-menu .ms-top a:focus {
background: #e6e6e6;
color: #666666;
}
body .ms-top .ms-top-user {
float: right;
/*顶部设置按钮样式*/
/*顶部其他按钮样式*/
}
body .ms-top .ms-top-user .dropdown {
float: left;
}
body .ms-top .ms-top-user .dropdown td:hover{
background:#4F70AD;
cursor:pointer;
}
body .ms-top .ms-top-user .dropdown td{
padding:9px 8px 8px 8px;
}
body .ms-top .ms-top-user .ms-top-info {
box-shadow: none;
border: none;
height: 50px;
line-height: 50px;
text-shadow: none;
color: #ffffff;
padding: 0px 19px;
cursor: pointer;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
background-image: none;
background-repeat: repeat-x;
}
body .ms-top .ms-top-user .ms-top-info .caret {
border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
body .ms-top .ms-top-user .open .dropdown-menu {
margin-top: 0px;
left: 0px;
border-top-left-radius: 0;
border-top-right-radius: 0;
min-width: 121px;
border: 0px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
}
body .ms-top .ms-top-user .open .dropdown-menu li {
cursor: pointer;
}
body .ms-top .ms-top-user .open .ms-top-info {
box-shadow: none;
border: none;
height: 50px;
line-height: 50px;
text-shadow: none;
color: #f9f9f9;
padding: 0px 19px;
cursor: pointer;
color: #666666;
background: #ffffff;
background-image: none;
background-repeat: repeat-x;
}
body .ms-top .ms-top-user .open .ms-top-info .caret {
border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
body .ms-top .ms-top-user .ms-top-mstore {
height: 50px;
line-height: 50px;
float: right;
width: 50px;
color: #f9f9f9;
text-align: center;
cursor: pointer;
background: none;
position: relative;
}
body .ms-top .ms-top-user .ms-top-mstore .mstore-update {
position: absolute;
top: 5px;
right: 5px;
padding: 4px;
background: red;
line-height: 8px;
border-radius: 50px;
font-size: 10px;
display: none;
}
body .ms-top .ms-top-user .popover {
top: 44px;
right: 0px;
max-width: 130px;
left: auto;
}
body .ms-top .ms-top-user .popover .arrow {
left: 81%;
}
body .ms-menu-div {
height: 100%;
float: left;
width: 180px;
padding-top: 50px;
display: none;
background: none;
position: relative;
}
body .ms-menu-div .slideMenu {
position: absolute;
cursor: pointer;
top: 40%;
left: 180px;
height: 60px;
background: #666;
line-height: 60px;
opacity: .8;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
body .ms-menu-div .slideMenu .iconfont {
font-size: 12px;
color: #ddd;
font-weight: normal;
}
body .ms-menu {
background-color: #666666;
float: left;
width: 180px;
padding-top: 50px;
overflow-y: auto;
position: absolute;
display: none;
padding: 0px;
height: 100%;
padding-bottom: 55px;
top: 58px;
overflow-x: hidden;
left: 0px;
z-index: 10000;
}
body .ms-menu .ms-menu-none {
width: 100%;
height: 300px;
background-image: url(../images/share.png);
background-repeat: no-repeat;
}
body .ms-menu .ms-menu-parent {
border: none;
color: #f9f9f9;
padding-top: 1px;
border-radius: 2px;
display: none;
width: 180px;
float: left;
}
body .ms-menu .ms-menu-parent .ms-menu-parent-header {
background: #555555;
border: none;
color: #f9f9f9;
padding: 5px;
height: 34px;
/*左侧列表标题图标样式*/
}
body .ms-menu .ms-menu-parent .ms-menu-parent-header .icon-logo {
margin-right: 10px;
display: block;
float: left;
position: relative;
color: #f9f9f9;
font-size: 12px;
height: 25px;
}
body .ms-menu .ms-menu-parent .ms-menu-parent-header .ms-menu-parent-title {
font-size: 14px;
color: #f9f9f9;
cursor: pointer;
float: left;
width: 88%;
}
body .ms-menu .ms-menu-parent .ms-menu-parent-header .closeMenu {
display: none;
float: right;
font-size: 18px;
line-height: 24px;
width: 12%;
text-align: center;
cursor: pointer;
}
body .ms-menu .ms-menu-parent .ms-menu-child {
display: none;
border: none;
box-shadow: none;
position: relative;
margin: 0px;
border-radius: 0px;
}
body .ms-menu .ms-menu-parent .ms-menu-child li {
border: none;
padding: 5px 21px;
padding-right: 0px;
}
body .ms-menu .ms-menu-parent .ms-menu-child li a {
color: #f9f9f9;
}
body .ms-menu .ms-menu-parent .ms-menu-child li a .caret {
border-left: 4px dashed;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
}
body .ms-menu .ms-menu-parent .ms-menu-child li a.active,
body .ms-menu .ms-menu-parent .ms-menu-child li a:hover,
body .ms-menu .ms-menu-parent .ms-menu-child li a:focus {
color: #3497db;
text-decoration: none;
padding-left: 0px;
}
body .ms-content {
height: 100%;
overflow: hidden;
padding: 0px;
background: none;
}
body .ms-content .wellcome {
text-align: center;
color: #555;
background: #FCFCFC;
height: 300px;
padding-top: 200px;
vertical-align: middle;
border-top-left-radius: 2px;
height: 100%;
}
body .ms-content #mainFrame {
background-image: url(../images/loading.gif);
background-repeat: no-repeat;
background-position: center;
}
body .ms-content .easyui-tabs {
width: 100%;
height: 100%;
display: none;
padding-bottom: 36px;
}
body .ms-content .tabs-header {
padding: 0px;
width: 100%;
border: none;
background: none;
}
body .ms-content .tabs-header .tabs-wrap {
width: 100%;
}
body .ms-content .tabs-header .tabs {
padding: 0px;
border: none;
}
body .ms-content .tabs-header .tabs .tabs-p-tool {
right: 22px;
height: 27px;
top: 6px;
line-height: 28px;
}
body .ms-content .tabs-header .tabs li {
margin: 0px;
}
body .ms-content .tabs-header .tabs li .tabs-inner {
border-left: 0px;
border-top: 0px;
border-radius: 0px;
margin-right: 5px;
border-top-right-radius: 2px;
border-top-left-radius: 2px;
margin-bottom: -1px;
border-width: 0px;
}
body .ms-content .tabs-header .tabs li .tabs-close {
right: 10px;
}
body .ms-content .tabs-panels {
width: 100%;
height: 100%;
border: none;
}
body .ms-content .tabs-panels .panel {
height: 100%;
padding-bottom: 40px;
}
body .ms-content .panel-body {
border: none;
overflow: hidden;
width: 100%;
height: 100%;
}
body .row .caption {
text-align: center;
}
body .row .caption p {
height: 22px;
overflow: hidden;
}
body .ms-content-body-title {
border-bottom: 1px solid #d3d7db;
background: #ffffff;
color: #666666;
line-height: 45px;
height: 46px;
padding: 0px 10px;
width: 100%;
z-index: 1500;
position: fixed;
right: 0px;
top: 0px;
text-align: right;
}
body .ms-content-body-title strong {
float: left;
}
body .ms-content-body-panel {
position:fixed;
overflow-y:scroll;
overflow-x:hidden;
padding: 55px 10px 165px;
width: 100%;
min-width: 800px;
z-index: 999;
height: 100%;
min-height: 500px;
/*商品规格*/
}
body .ms-content-body-panel .ms-content-body-panel-nav {
background: #ffffff;
}
body .ms-content-body-panel form {
background: #fff;
padding: 10px 0px 30px 0px;
width: 100%;
}
body .ms-content-body-panel .ms-panel-nav {
width: 100%;
float: left;
margin-bottom: 10px;
}
body .ms-content-body-panel .ms-panel-nav .btn {
float: left;
margin-right: 5px;
}
body .ms-content-body-panel .ms-panel-nav .form-control {
width: 125px;
float: left;
margin-right: 5px;
}
body .ms-content-body-panel .ms-panel-nav .form-seach {
width: 200px;
float: left;
margin-right: 5px;
}
body .ms-content-body-panel .batch-set {
padding: 7px;
font-size: 12px;
border: 1px #ddd solid;
}
body .ms-content-body-panel .batch-set input {
width: 80px;
height: 28px;
padding: 4px 8px;
margin: 0px 5px;
font-size: 10px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}
body .ms-content-body-panel .batch-set .all-price,
body .ms-content-body-panel .batch-set .all-stock {
height: 28px;
line-height: 15px;
font-size: 12px;
border-radius: 4px;
margin-right: 20px;
}
body .ms-content-body-panel .goods-norms {
border: 1px solid #ddd;
padding: 10px;
}
body .ms-content-body-panel .goods-norms .norms-group {
margin-bottom: 10px;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-title {
background: #f3f3f3;
padding: 5px;
position: relative;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-title .norms-addpic {
margin-left: 20px;
font-size: 14px;
font-weight: normal;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-title .delete-norms {
position: absolute;
top: 12px;
right: 10px;
color: #ffffff;
text-align: center;
cursor: pointer;
width: 18px;
height: 18px;
font-size: 14px;
line-height: 16px;
background: rgba(153, 153, 153, 0.6);
border-radius: 10px;
text-indent: 0;
display: none;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list {
padding: 10px 5px;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .add-norms {
color: #38f;
cursor: pointer;
font-size: 12px;
padding: 10px;
position: relative;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .add-norms-content {
margin-top: 10px;
display: none;
border: 1px #ddd solid;
width: 440px;
position: absolute;
left: -194px;
top: 26px;
background: #ffffff;
border-radius: 2px;
z-index: 2;
-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .add-norms-content .norms-select {
position: relative;
background: #ffffff;
border-radius: 2px;
padding: 10px;
z-index: 2;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .add-norms-content .norms-select select {
width: 300px;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .add-norms-content .arrow {
left: 50%;
top: 0;
-webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
-moz-transform: rotate(45deg) translateX(-50%) translateY(-50%);
-ms-transform: rotate(45deg) translateX(-50%) translateY(-50%);
transform: rotate(45deg) translateX(-50%) translateY(-50%);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
position: absolute;
width: 6px;
height: 6px;
background: #ffffff;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
z-index: 1;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .norms-detail {
border: 1px solid #AAA;
padding: 4px;
display: inline-block;
margin: 5px 10px 5px 0px;
line-height: 13px;
width: 80px;
vertical-align: middle;
text-align: center;
position: relative;
border-radius: 4px;
cursor: pointer;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .norms-detail span {
width: 74px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 12px;
display: block;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .norms-detail .delete-norms {
position: absolute;
top: -8px;
right: -8px;
color: #ffffff;
text-align: center;
cursor: pointer;
width: 18px;
height: 18px;
font-size: 14px;
line-height: 16px;
background: rgba(153, 153, 153, 0.6);
border-radius: 10px;
text-indent: 0;
display: none;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .norms-detail .norms-pic {
position: relative;
top: 4px;
left: -5px;
border-top: 1px #ddd solid;
width: 80px;
text-align: center;
height: 80px;
line-height: 80px;
cursor: pointer;
display: none;
}
body .ms-content-body-panel .goods-norms .norms-group .norms-list .norms-detail .norms-pic img {
width: 74px;
height: 74px;
}
body .ms-content-menu {
width: 15%;
float: left;
color: #666666;
background: #ffffff;
height: 100%;
border-right: 1px solid #ccc;
overflow-y: auto;
position: fixed;
top: 0px;
left: 0px;
}
body .ms-content-menu .ms-static-top {
width: 100%;
height: 45px;
}
body .ms-content-menu .panel {
box-shadow: none;
}
body .ms-content-menu .easyui-panel {
border: 0px;
padding: 10px;
}
body .ms-content-body {
height: 100%;
float: right;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
}
body .ms-content-body .ms-static-top {
width: 100%;
height: 45px;
}
body .ms-content-body .updatePrompt {
margin: 20px;
border: 1px #e0e0e0 solid;
padding: 10px;
border-radius: 5px;
}
body .ms-content-body .updatePrompt span {
color: #0096fb;
margin-right: 10px;
}
body .ms-content-body h3 {
padding-left: 20px;
}
body .ms-content-body .ms-content-msPlug {
border-bottom: 1px solid #ddd;
padding-bottom: 30px;
}
body .ms-content-body .ms-content-msPlug .thumbnail {
margin-bottom: 30px;
}
body .ms-content-body .ms-content-msPlug .thumbnail img.lazy {
width: 100%;
}
body .ms-content-body .ms-content-msTemplet,
body .ms-content-body .ms-content-msPlug {
margin: 15px 0px;
padding: 0px 10px;
}
body .ms-content-body .ms-content-msTemplet div,
body .ms-content-body .ms-content-msPlug div {
padding-right: 10px;
padding-left: 10px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail,
body .ms-content-body .ms-content-msPlug div .thumbnail {
margin-bottom: 20px;
padding: 5px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle {
text-align: left;
font-size: 20px;
color: #333;
height: 55px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle span,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle span,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle span,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle span {
font-size: 12px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-templateShareHead,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-templateShareHead,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-templateShareHead,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-templateShareHead,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-plugShareHead,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-plugShareHead,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-plugShareHead,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-plugShareHead {
padding: 0px;
float: left;
margin-right: 10px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-templateShareHead img,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-templateShareHead img,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-templateShareHead img,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-templateShareHead img,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-plugShareHead img,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-plugShareHead img,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-plugShareHead img,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-plugShareHead img {
width: 50px;
border-radius: 100%;
height: 50px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-templateShareHead .lazy,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-templateShareHead .lazy,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-templateShareHead .lazy,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-templateShareHead .lazy,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-plugShareHead .lazy,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-plugShareHead .lazy,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-plugShareHead .lazy,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-plugShareHead .lazy {
background: url(http://static.ming-soft.net/msheader.jpg);
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-templateShareName p,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-templateShareName p,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-templateShareName p,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-templateShareName p,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-plugShareVersion p,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-plugShareVersion p,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-plugShareVersion p,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-plugShareVersion p {
font-size: 12px;
margin-bottom: 5px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-plugShareName p,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-plugShareName p,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-plugShareName p,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-plugShareName p {
font-size: 16px;
margin-bottom: 5px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-plugShareBb,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-plugShareBb,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-plugShareBb,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-plugShareBb {
float: left;
padding: 0px;
font-size: 12px;
color: #999;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templateTitle .ms-plugShareNew,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templateTitle .ms-plugShareNew,
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugTitle .ms-plugShareNew,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugTitle .ms-plugShareNew {
float: right;
color: #ffffff;
background: red;
border-radius: 4px;
padding: 0px 3px;
margin-top: 0px;
border-bottom: #bb0000 2px solid;
margin-right: -10px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templatePic,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templatePic {
height: 180px;
overflow: hidden;
margin-bottom: 10px;
padding: 0px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-templatePic img,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-templatePic img {
width: 100%;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .sharePic,
body .ms-content-body .ms-content-msPlug div .thumbnail .sharePic {
height: 225px;
margin-bottom: 0px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .ms-plugDescription,
body .ms-content-body .ms-content-msPlug div .thumbnail .ms-plugDescription {
height: 60px;
overflow: hidden;
margin-bottom: 10px;
word-break: break-all;
padding: 0px;
text-align: left;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .shareTitle,
body .ms-content-body .ms-content-msPlug div .thumbnail .shareTitle {
text-align: center;
font-size: 20px;
}
body .ms-content-body .ms-content-msTemplet div .thumbnail .shareWelcome,
body .ms-content-body .ms-content-msPlug div .thumbnail .shareWelcome {
height: 26px;
text-align: center;
font-size: 12px;
}
body .ms-content,
body .ms-content-body {
/*列表表格样式(文章列表 栏目列表一起)*/
}
body .ms-content table,
body .ms-content-body table {
width: 100%;
color: #666666;
border: none;
background-color: #ffffff;
padding: 10px 0px;
margin-bottom: 60px;
*box-shadow: 0 0px 1px #ccc;
}
body .ms-content table tbody tr,
body .ms-content-body table tbody tr {
height: 30px;
}
body .ms-content table tbody tr .text-left,
body .ms-content-body table tbody tr .text-left,
body .ms-content table tbody tr .text-center,
body .ms-content-body table tbody tr .text-center {
font-size: 12px;
display: table-cell;
vertical-align: middle;
}
body .ms-content .searchForm,
body .ms-content-body .searchForm {
margin-bottom: 10px;
padding: 10px 0px;
position: fixed;
top: 46px;
width: 100%;
min-width:1186px;
z-index: 1000;
background-color: #ffffff;
box-shadow: 2px 1px 5px #A1A1A1;
}
body .ms-content .searchForm .bv-hidden-submit,
body .ms-content-body .searchForm .bv-hidden-submit {
display: none;
width: 0px;
height: 0px;
}
body .ms-content .searchForm .row,
body .ms-content-body .searchForm .row {
margin-right: 0px;
}
body .ms-content .searchForm .row .col-md-3,
body .ms-content-body .searchForm .row .col-md-3 {
padding: 0px 10px;
}
body .ms-content .searchForm .col-sm-2,
body .ms-content-body .searchForm .col-sm-2 {
width: auto;
}
body .ms-content .searchForm .ms-form-input,
body .ms-content-body .searchForm .ms-form-input {
line-height: 35px;
}
body .ms-content .searchForm .ms-from-group-input,
body .ms-content-body .searchForm .ms-from-group-input {
padding-left: 0;
padding-right: 0;
}
body .ms-content .searchForm .ms-from-group-input input,
body .ms-content-body .searchForm .ms-from-group-input input {
width: 100%;
}
body .ms-content .searchForm .ms-from-group-input input[type="radio"],
body .ms-content-body .searchForm .ms-from-group-input input[type="radio"] {
width: auto;
}
body .ms-content .searchForm .ms-from-group-input input[type="checkbox"],
body .ms-content-body .searchForm .ms-from-group-input input[type="checkbox"] {
width: auto;
}
body .ms-content .searchForm .ms-from-group-input select,
body .ms-content-body .searchForm .ms-from-group-input select {
width: 100%;
}
body .ms-content .searchForm .ms-from-group-input .input-group,
body .ms-content-body .searchForm .ms-from-group-input .input-group {
width: 100%;
}
body .ms-content .searchForm .control-label,
body .ms-content-body .searchForm .control-label {
line-height: 35px;
}
body .ms-content .searchForm .form-group,
body .ms-content-body .searchForm .form-group {
margin-bottom: 10px;
}
body .ms-content .searchForm .radio,
body .ms-content-body .searchForm .radio {
margin-top: 4px;
}
body .ms-content .searchForm .checkbox,
body .ms-content-body .searchForm .checkbox {
margin-top: 4px;
}
body .ms-content .searchForm .bottom,
body .ms-content-body .searchForm .bottom {
text-align: right;
padding: 10px 10px 0 0;
border-top: 1px solid #EAE7E7;
}
body .ms-content .searchForm .bottom .close,
body .ms-content-body .searchForm .bottom .close {
font-size: 2px;
border-radius: 5px;
border: 1px solid #ddd;
height: 18px;
border-top-right-radius: 0px;
background: #ffffff;
width: 80px;
border-top-left-radius: 0px;
border-top: 0px;
position: absolute;
color: #ddd;
left: 48%;
bottom: -18px;
text-align: center;
line-height: 16px;
opacity: 1;
}
body .select2-container .select2-choice {
height: 34px;
}
body .select2-container {
border: none;
padding: 0;
} | 0.282196 | 0.043488 |
.charsheet {
width:850px;
}
/* Display none of the sheets yet */
.sheet-pc,
.sheet-gm,
{
display: none;
font-family:HoeflerText,Garamond,Sorts Mill Goudy,serif;
}
/* Toggle between GM and PC sheet */
.sheet-gm_toggle[value="0"] ~ .sheet-pc,
.sheet-gm_toggle[value="1"] ~ .sheet-gm
{
display: block;
}
input.sheet-gm_toggle {
-webkit-appearance: radio;
-moz-appearance: radio;
color: black;
}
.sheet-gmtogglelabel {
font-size:8px;
color:#666666;
}
/* Toggle Malandros features on/off */
.sheet-notmalandros,
.sheet-malandros_toggle:checked ~ .sheet-malandros {
display: block;
}
.sheet-malandros,
.sheet-malandros_toggle:checked ~ .sheet-notmalandros {
display: none;
}
input.sheet-malandros_toggle {
-webkit-appearance: radio;
-moz-appearance: radio;
color: black;
}
.sheet-malandrostogglelabel {
font-size:8px;
color:#666666;
}
/* Custom abilities */
div.sheet-customhide {
display: none;
}
.sheet-customhide[value="custom"] ~ .sheet-container div.sheet-customhide {
display: inline-block;
}
/* Malandros features */
.sheet-sigmoves {
width:100%;
}
.sheet-moves {
width:600px;
height: 100px;
}
.sheet-inlineheading {
font-weight:bold;
font-size:12pt;
}
.sheet-gridheading {
justify-content: center;
text-align:center;
font-family:HoeflerText, Garamond, serif;
font-size:14pt;
font-weight:500;
font-variant:small-caps;
padding-top:10px;
padding-bottom:5px;
color:#663300;
}
.sheet-wealthcontainer {
display: grid;
grid-template-columns: [wealth] 150px [ase] 150px [resources] 350px;
grid-template-rows: 50px; 50px;
justify-content: center;
}
.sheet-wealthase {
grid-column-start:1;
grid-column-end: 3;
grid-row:1;
text-align:center
}
.sheet-resourcebox {
grid-column:3;
grid-row:1;
text-align:center
}
.sheet-resources {
grid-column:3;
grid-row:2;
}
.sheet-wealth {
grid-column: 1;
grid-row: 2;
}
.sheet-ase {
grid-column: 2;
grid-row: 2;
}
.sheet-stressharm {
display: grid;
grid-template-columns: [col1] 200px [col2] 200px [col3] 200px [col4] 200px;
grid-template-rows: [row1] 50px [row2] 50px [row3] 50px [row4] 50px;
}
.sheet-dazed {
grid-column:1;
grid-row:1;
}
.sheet-angry {
grid-column:2;
grid-row:1;
}
.sheet-embarrassed {
grid-column:3;
grid-row:1;
}
.sheet-beaten_up {
grid-column:4;
grid-row:1;
}
.sheet-hurt {
grid-column:4;
grid-row:2;
}
.sheet-injured {
grid-column:4;
grid-row:3;
}
.sheet-out {
grid-column:4;
grid-row:4;
}
/* Style stress boxes */
input[type="checkbox"].sheet-stress {
-webkit-appearance: radio;
-moz-appearance: radio;
color: black;
}
/* Hide actual radio */
input[type="radio"].sheet-tracks {
opacity: 0;
width: 16px;
height: 16px;
position: relative;
top: 5px;
left: 6px;
margin: -10px;
cursor: pointer;
z-index: 1;
}
/* Fake radio */
input[type="radio"].sheet-tracks + span::before {
margin-right: 4px;
border: solid 1px #a8a8a8;
line-height: 14px;
text-align: center;
display: inline-block;
vertical-align: middle;
box-shadow: 0 0 2px #ccc;
background: #f6f6f6;
background: radial-gradient(#f6f6f6, #dfdfdf);
content: "•";
width: 12px;
height: 12px;
font-size: 24px;
border-radius: 50%;
}
/* Remove dot from all radios _after_ selected one */
input[type="radio"].sheet-tracks:checked ~ input[type="radio"] + span::before {
content: "";
}
/* Shared Between PC and GM Sheets */
.btn {
background-color: #FFFFFF;
border-width: 2px;
color: grey;
padding: 2px 2px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 11px;
margin: 2px 1px;
cursor: pointer;
position:relative;
}
.repitem .repeating_relationships {
border: 1px;
}
.repitem, .repeating_relationshipsme {
border: 1px;
}
.itemcontrol {
height: auto !important;
border: 1px color:#224400;
}
.repcontrol_edit {
position:absolute;
left:70px;
}
.repcontainer {
border: 1px color:#440022;
}
.sheet-relationshiphr, .sheet-trackerhr, .sheet-maphr, .sheet-actionhr {
font-weight:bold;
font-size:12px;
display:inline-block;
padding:0px;
}
.sheet-heading {
display: flex;
flex-direction: row;
justify-content: center;
text-align:center;
font-family:HoeflerText, Garamond, serif;
font-size:14pt;
font-weight:500;
font-variant:small-caps;
border-width: 0 0 0 2px;
padding-top:10px;
padding-bottom:5px;
color:#663300;
}
.sheet-heading:before,
.sheet-heading:after {
content:" ";
background-image:url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Dramasystem/squiggle.png);
background-repeat:repeat-x;
flex-grow: 1;
position: relative;
top: 0.5em;
}
.sheet-heading:before {
margin-right:10px;
}
.sheet-heading:after {
margin-left:10px;
}
.sheet-logo {
}
input[type=text], select {
border-bottom: 1px solid #D3D3D3;
border-top: 0px;
border-left: 0px;
border-right: 0px;
background: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-border-radius: 0px;
border-radius: 0px;
color: black;
padding-bottom:3px;
padding-left:0px;
padding-right:0px;
}
textarea {
border-bottom: 1px solid: #D3D3D3;
border-top: 0px;
border-left: 0px;
border-right: 0px;
background: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-border-radius: 0px;
border-radius: 0px;
color: black;
resize: none;
overflow: hidden;
vertical-align:bottom;
height:35px;
padding:0px;
margin-bottom:0px;
}
/* PC Sheet Only */
.sheet-poles {
width:100%;
text-align:center;
}
.sheet-poleinput {
font-size:medium;
font-weight:bold;
text-align:center;
}
.sheet-iam .sheet-desire .sheet-role {
width:200px;
}
.sheet-relationshiprow {
display:inline-block;
}
.sheet-relationshiprowme {
display:inline-block;
}
.sheet-relationshipname {
width:100px
}
.sheet-relationshiprelat {
width:130px
}
.sheet-relationshipwant {
width:200px
}
.sheet-relationshipno {
width:180px
}
.sheet-relationshippoles {
width:180px
}
.sheet-relationshipname, .sheet-relationshiprelat, .sheet-relationshipwant, .sheet-relationshipno, .sheet-relationshippoles, .sheet-actions {
display:inline-block;
padding-left:0px;
}
.sheet-relationshipname, .sheet-relationshiprelat, .sheet-relationshippoles {
margin-bottom:10px;
}
.sheet-relationshipwant, .sheet-relationshipno {
padding: 0px;
}
.sheet-story {
width:400px;
}
.sheet-actionrank {
width:100px;
}
.sheet-actionname {
width:100px;
}
.sheet-actioncustom {
width:200px;
}
.sheet-actionhow {
width:280px
}
.sheet-consequences {
width:850px;
}
/* GM Only */
.sheet-trackerplayer {
width:120px
}
.sheet-trackerchar {
width:120px
}
.sheet-trackerrole {
width:150px
}
.sheet-trackerdesire, .sheet-trackerpoles {
width:200px
}
.sheet-mapchar1, .sheet-mapchar2 {
width:250px
}
.sheet-maprelationship {
width:290px
}
.sheet-trackerrecurring {
width: 200px;
}
.sheet-trackernpcrole {
width:190px;
}
.sheet-trackernpcwant {
width:200px
}
.sheet-trackernpcdeny {
width:200px} | Dramasystem/dramasystem.css |
.charsheet {
width:850px;
}
/* Display none of the sheets yet */
.sheet-pc,
.sheet-gm,
{
display: none;
font-family:HoeflerText,Garamond,Sorts Mill Goudy,serif;
}
/* Toggle between GM and PC sheet */
.sheet-gm_toggle[value="0"] ~ .sheet-pc,
.sheet-gm_toggle[value="1"] ~ .sheet-gm
{
display: block;
}
input.sheet-gm_toggle {
-webkit-appearance: radio;
-moz-appearance: radio;
color: black;
}
.sheet-gmtogglelabel {
font-size:8px;
color:#666666;
}
/* Toggle Malandros features on/off */
.sheet-notmalandros,
.sheet-malandros_toggle:checked ~ .sheet-malandros {
display: block;
}
.sheet-malandros,
.sheet-malandros_toggle:checked ~ .sheet-notmalandros {
display: none;
}
input.sheet-malandros_toggle {
-webkit-appearance: radio;
-moz-appearance: radio;
color: black;
}
.sheet-malandrostogglelabel {
font-size:8px;
color:#666666;
}
/* Custom abilities */
div.sheet-customhide {
display: none;
}
.sheet-customhide[value="custom"] ~ .sheet-container div.sheet-customhide {
display: inline-block;
}
/* Malandros features */
.sheet-sigmoves {
width:100%;
}
.sheet-moves {
width:600px;
height: 100px;
}
.sheet-inlineheading {
font-weight:bold;
font-size:12pt;
}
.sheet-gridheading {
justify-content: center;
text-align:center;
font-family:HoeflerText, Garamond, serif;
font-size:14pt;
font-weight:500;
font-variant:small-caps;
padding-top:10px;
padding-bottom:5px;
color:#663300;
}
.sheet-wealthcontainer {
display: grid;
grid-template-columns: [wealth] 150px [ase] 150px [resources] 350px;
grid-template-rows: 50px; 50px;
justify-content: center;
}
.sheet-wealthase {
grid-column-start:1;
grid-column-end: 3;
grid-row:1;
text-align:center
}
.sheet-resourcebox {
grid-column:3;
grid-row:1;
text-align:center
}
.sheet-resources {
grid-column:3;
grid-row:2;
}
.sheet-wealth {
grid-column: 1;
grid-row: 2;
}
.sheet-ase {
grid-column: 2;
grid-row: 2;
}
.sheet-stressharm {
display: grid;
grid-template-columns: [col1] 200px [col2] 200px [col3] 200px [col4] 200px;
grid-template-rows: [row1] 50px [row2] 50px [row3] 50px [row4] 50px;
}
.sheet-dazed {
grid-column:1;
grid-row:1;
}
.sheet-angry {
grid-column:2;
grid-row:1;
}
.sheet-embarrassed {
grid-column:3;
grid-row:1;
}
.sheet-beaten_up {
grid-column:4;
grid-row:1;
}
.sheet-hurt {
grid-column:4;
grid-row:2;
}
.sheet-injured {
grid-column:4;
grid-row:3;
}
.sheet-out {
grid-column:4;
grid-row:4;
}
/* Style stress boxes */
input[type="checkbox"].sheet-stress {
-webkit-appearance: radio;
-moz-appearance: radio;
color: black;
}
/* Hide actual radio */
input[type="radio"].sheet-tracks {
opacity: 0;
width: 16px;
height: 16px;
position: relative;
top: 5px;
left: 6px;
margin: -10px;
cursor: pointer;
z-index: 1;
}
/* Fake radio */
input[type="radio"].sheet-tracks + span::before {
margin-right: 4px;
border: solid 1px #a8a8a8;
line-height: 14px;
text-align: center;
display: inline-block;
vertical-align: middle;
box-shadow: 0 0 2px #ccc;
background: #f6f6f6;
background: radial-gradient(#f6f6f6, #dfdfdf);
content: "•";
width: 12px;
height: 12px;
font-size: 24px;
border-radius: 50%;
}
/* Remove dot from all radios _after_ selected one */
input[type="radio"].sheet-tracks:checked ~ input[type="radio"] + span::before {
content: "";
}
/* Shared Between PC and GM Sheets */
.btn {
background-color: #FFFFFF;
border-width: 2px;
color: grey;
padding: 2px 2px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 11px;
margin: 2px 1px;
cursor: pointer;
position:relative;
}
.repitem .repeating_relationships {
border: 1px;
}
.repitem, .repeating_relationshipsme {
border: 1px;
}
.itemcontrol {
height: auto !important;
border: 1px color:#224400;
}
.repcontrol_edit {
position:absolute;
left:70px;
}
.repcontainer {
border: 1px color:#440022;
}
.sheet-relationshiphr, .sheet-trackerhr, .sheet-maphr, .sheet-actionhr {
font-weight:bold;
font-size:12px;
display:inline-block;
padding:0px;
}
.sheet-heading {
display: flex;
flex-direction: row;
justify-content: center;
text-align:center;
font-family:HoeflerText, Garamond, serif;
font-size:14pt;
font-weight:500;
font-variant:small-caps;
border-width: 0 0 0 2px;
padding-top:10px;
padding-bottom:5px;
color:#663300;
}
.sheet-heading:before,
.sheet-heading:after {
content:" ";
background-image:url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Dramasystem/squiggle.png);
background-repeat:repeat-x;
flex-grow: 1;
position: relative;
top: 0.5em;
}
.sheet-heading:before {
margin-right:10px;
}
.sheet-heading:after {
margin-left:10px;
}
.sheet-logo {
}
input[type=text], select {
border-bottom: 1px solid #D3D3D3;
border-top: 0px;
border-left: 0px;
border-right: 0px;
background: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-border-radius: 0px;
border-radius: 0px;
color: black;
padding-bottom:3px;
padding-left:0px;
padding-right:0px;
}
textarea {
border-bottom: 1px solid: #D3D3D3;
border-top: 0px;
border-left: 0px;
border-right: 0px;
background: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-border-radius: 0px;
border-radius: 0px;
color: black;
resize: none;
overflow: hidden;
vertical-align:bottom;
height:35px;
padding:0px;
margin-bottom:0px;
}
/* PC Sheet Only */
.sheet-poles {
width:100%;
text-align:center;
}
.sheet-poleinput {
font-size:medium;
font-weight:bold;
text-align:center;
}
.sheet-iam .sheet-desire .sheet-role {
width:200px;
}
.sheet-relationshiprow {
display:inline-block;
}
.sheet-relationshiprowme {
display:inline-block;
}
.sheet-relationshipname {
width:100px
}
.sheet-relationshiprelat {
width:130px
}
.sheet-relationshipwant {
width:200px
}
.sheet-relationshipno {
width:180px
}
.sheet-relationshippoles {
width:180px
}
.sheet-relationshipname, .sheet-relationshiprelat, .sheet-relationshipwant, .sheet-relationshipno, .sheet-relationshippoles, .sheet-actions {
display:inline-block;
padding-left:0px;
}
.sheet-relationshipname, .sheet-relationshiprelat, .sheet-relationshippoles {
margin-bottom:10px;
}
.sheet-relationshipwant, .sheet-relationshipno {
padding: 0px;
}
.sheet-story {
width:400px;
}
.sheet-actionrank {
width:100px;
}
.sheet-actionname {
width:100px;
}
.sheet-actioncustom {
width:200px;
}
.sheet-actionhow {
width:280px
}
.sheet-consequences {
width:850px;
}
/* GM Only */
.sheet-trackerplayer {
width:120px
}
.sheet-trackerchar {
width:120px
}
.sheet-trackerrole {
width:150px
}
.sheet-trackerdesire, .sheet-trackerpoles {
width:200px
}
.sheet-mapchar1, .sheet-mapchar2 {
width:250px
}
.sheet-maprelationship {
width:290px
}
.sheet-trackerrecurring {
width: 200px;
}
.sheet-trackernpcrole {
width:190px;
}
.sheet-trackernpcwant {
width:200px
}
.sheet-trackernpcdeny {
width:200px} | 0.401219 | 0.15059 |
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@charset "UTF-8";
/*!
* Font Awesome 4.7.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(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) 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 #eee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-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 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-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 {
-webkit-filter: none;
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: #fff;
}
/* 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-star:before {
content: "\F005";
}
.fa-star-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-star-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-f:before,
.fa-facebook:before {
content: "\F09A";
}
.fa-github:before {
content: "\F09B";
}
.fa-unlock:before {
content: "\F09C";
}
.fa-credit-card:before {
content: "\F09D";
}
.fa-feed:before,
.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-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-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,
.fa-gratipay: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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}
.fa-buysellads:before {
content: "\F20D";
}
.fa-connectdevelop:before {
content: "\F20E";
}
.fa-dashcube:before {
content: "\F210";
}
.fa-forumbee:before {
content: "\F211";
}
.fa-leanpub:before {
content: "\F212";
}
.fa-sellsy:before {
content: "\F213";
}
.fa-shirtsinbulk:before {
content: "\F214";
}
.fa-simplybuilt:before {
content: "\F215";
}
.fa-skyatlas:before {
content: "\F216";
}
.fa-cart-plus:before {
content: "\F217";
}
.fa-cart-arrow-down:before {
content: "\F218";
}
.fa-diamond:before {
content: "\F219";
}
.fa-ship:before {
content: "\F21A";
}
.fa-user-secret:before {
content: "\F21B";
}
.fa-motorcycle:before {
content: "\F21C";
}
.fa-street-view:before {
content: "\F21D";
}
.fa-heartbeat:before {
content: "\F21E";
}
.fa-venus:before {
content: "\F221";
}
.fa-mars:before {
content: "\F222";
}
.fa-mercury:before {
content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\F224";
}
.fa-transgender-alt:before {
content: "\F225";
}
.fa-venus-double:before {
content: "\F226";
}
.fa-mars-double:before {
content: "\F227";
}
.fa-venus-mars:before {
content: "\F228";
}
.fa-mars-stroke:before {
content: "\F229";
}
.fa-mars-stroke-v:before {
content: "\F22A";
}
.fa-mars-stroke-h:before {
content: "\F22B";
}
.fa-neuter:before {
content: "\F22C";
}
.fa-genderless:before {
content: "\F22D";
}
.fa-facebook-official:before {
content: "\F230";
}
.fa-pinterest-p:before {
content: "\F231";
}
.fa-whatsapp:before {
content: "\F232";
}
.fa-server:before {
content: "\F233";
}
.fa-user-plus:before {
content: "\F234";
}
.fa-user-times:before {
content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\F236";
}
.fa-viacoin:before {
content: "\F237";
}
.fa-train:before {
content: "\F238";
}
.fa-subway:before {
content: "\F239";
}
.fa-medium:before {
content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\F23B";
}
.fa-optin-monster:before {
content: "\F23C";
}
.fa-opencart:before {
content: "\F23D";
}
.fa-expeditedssl:before {
content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\F244";
}
.fa-mouse-pointer:before {
content: "\F245";
}
.fa-i-cursor:before {
content: "\F246";
}
.fa-object-group:before {
content: "\F247";
}
.fa-object-ungroup:before {
content: "\F248";
}
.fa-sticky-note:before {
content: "\F249";
}
.fa-sticky-note-o:before {
content: "\F24A";
}
.fa-cc-jcb:before {
content: "\F24B";
}
.fa-cc-diners-club:before {
content: "\F24C";
}
.fa-clone:before {
content: "\F24D";
}
.fa-balance-scale:before {
content: "\F24E";
}
.fa-hourglass-o:before {
content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\F253";
}
.fa-hourglass:before {
content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\F256";
}
.fa-hand-scissors-o:before {
content: "\F257";
}
.fa-hand-lizard-o:before {
content: "\F258";
}
.fa-hand-spock-o:before {
content: "\F259";
}
.fa-hand-pointer-o:before {
content: "\F25A";
}
.fa-hand-peace-o:before {
content: "\F25B";
}
.fa-trademark:before {
content: "\F25C";
}
.fa-registered:before {
content: "\F25D";
}
.fa-creative-commons:before {
content: "\F25E";
}
.fa-gg:before {
content: "\F260";
}
.fa-gg-circle:before {
content: "\F261";
}
.fa-tripadvisor:before {
content: "\F262";
}
.fa-odnoklassniki:before {
content: "\F263";
}
.fa-odnoklassniki-square:before {
content: "\F264";
}
.fa-get-pocket:before {
content: "\F265";
}
.fa-wikipedia-w:before {
content: "\F266";
}
.fa-safari:before {
content: "\F267";
}
.fa-chrome:before {
content: "\F268";
}
.fa-firefox:before {
content: "\F269";
}
.fa-opera:before {
content: "\F26A";
}
.fa-internet-explorer:before {
content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
content: "\F26C";
}
.fa-contao:before {
content: "\F26D";
}
.fa-500px:before {
content: "\F26E";
}
.fa-amazon:before {
content: "\F270";
}
.fa-calendar-plus-o:before {
content: "\F271";
}
.fa-calendar-minus-o:before {
content: "\F272";
}
.fa-calendar-times-o:before {
content: "\F273";
}
.fa-calendar-check-o:before {
content: "\F274";
}
.fa-industry:before {
content: "\F275";
}
.fa-map-pin:before {
content: "\F276";
}
.fa-map-signs:before {
content: "\F277";
}
.fa-map-o:before {
content: "\F278";
}
.fa-map:before {
content: "\F279";
}
.fa-commenting:before {
content: "\F27A";
}
.fa-commenting-o:before {
content: "\F27B";
}
.fa-houzz:before {
content: "\F27C";
}
.fa-vimeo:before {
content: "\F27D";
}
.fa-black-tie:before {
content: "\F27E";
}
.fa-fonticons:before {
content: "\F280";
}
.fa-reddit-alien:before {
content: "\F281";
}
.fa-edge:before {
content: "\F282";
}
.fa-credit-card-alt:before {
content: "\F283";
}
.fa-codiepie:before {
content: "\F284";
}
.fa-modx:before {
content: "\F285";
}
.fa-fort-awesome:before {
content: "\F286";
}
.fa-usb:before {
content: "\F287";
}
.fa-product-hunt:before {
content: "\F288";
}
.fa-mixcloud:before {
content: "\F289";
}
.fa-scribd:before {
content: "\F28A";
}
.fa-pause-circle:before {
content: "\F28B";
}
.fa-pause-circle-o:before {
content: "\F28C";
}
.fa-stop-circle:before {
content: "\F28D";
}
.fa-stop-circle-o:before {
content: "\F28E";
}
.fa-shopping-bag:before {
content: "\F290";
}
.fa-shopping-basket:before {
content: "\F291";
}
.fa-hashtag:before {
content: "\F292";
}
.fa-bluetooth:before {
content: "\F293";
}
.fa-bluetooth-b:before {
content: "\F294";
}
.fa-percent:before {
content: "\F295";
}
.fa-gitlab:before {
content: "\F296";
}
.fa-wpbeginner:before {
content: "\F297";
}
.fa-wpforms:before {
content: "\F298";
}
.fa-envira:before {
content: "\F299";
}
.fa-universal-access:before {
content: "\F29A";
}
.fa-wheelchair-alt:before {
content: "\F29B";
}
.fa-question-circle-o:before {
content: "\F29C";
}
.fa-blind:before {
content: "\F29D";
}
.fa-audio-description:before {
content: "\F29E";
}
.fa-volume-control-phone:before {
content: "\F2A0";
}
.fa-braille:before {
content: "\F2A1";
}
.fa-assistive-listening-systems:before {
content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\F2A4";
}
.fa-glide:before {
content: "\F2A5";
}
.fa-glide-g:before {
content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\F2A7";
}
.fa-low-vision:before {
content: "\F2A8";
}
.fa-viadeo:before {
content: "\F2A9";
}
.fa-viadeo-square:before {
content: "\F2AA";
}
.fa-snapchat:before {
content: "\F2AB";
}
.fa-snapchat-ghost:before {
content: "\F2AC";
}
.fa-snapchat-square:before {
content: "\F2AD";
}
.fa-pied-piper:before {
content: "\F2AE";
}
.fa-first-order:before {
content: "\F2B0";
}
.fa-yoast:before {
content: "\F2B1";
}
.fa-themeisle:before {
content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\F2B4";
}
.fa-handshake-o:before {
content: "\F2B5";
}
.fa-envelope-open:before {
content: "\F2B6";
}
.fa-envelope-open-o:before {
content: "\F2B7";
}
.fa-linode:before {
content: "\F2B8";
}
.fa-address-book:before {
content: "\F2B9";
}
.fa-address-book-o:before {
content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\F2BC";
}
.fa-user-circle:before {
content: "\F2BD";
}
.fa-user-circle-o:before {
content: "\F2BE";
}
.fa-user-o:before {
content: "\F2C0";
}
.fa-id-badge:before {
content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\F2C3";
}
.fa-quora:before {
content: "\F2C4";
}
.fa-free-code-camp:before {
content: "\F2C5";
}
.fa-telegram:before {
content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\F2CB";
}
.fa-shower:before {
content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\F2CD";
}
.fa-podcast:before {
content: "\F2CE";
}
.fa-window-maximize:before {
content: "\F2D0";
}
.fa-window-minimize:before {
content: "\F2D1";
}
.fa-window-restore:before {
content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\F2D4";
}
.fa-bandcamp:before {
content: "\F2D5";
}
.fa-grav:before {
content: "\F2D6";
}
.fa-etsy:before {
content: "\F2D7";
}
.fa-imdb:before {
content: "\F2D8";
}
.fa-ravelry:before {
content: "\F2D9";
}
.fa-eercast:before {
content: "\F2DA";
}
.fa-microchip:before {
content: "\F2DB";
}
.fa-snowflake-o:before {
content: "\F2DC";
}
.fa-superpowers:before {
content: "\F2DD";
}
.fa-wpexplorer:before {
content: "\F2DE";
}
.fa-meetup:before {
content: "\F2E0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
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;
}
/* FONT PATH
* -------------------------- */
@font-face {
font-family: "Material Design Icons";
font-style: normal;
font-weight: 400;
src: url(/fonts/vendor/bootstrap-material-design-icons/MaterialIcons-Regular.eot?e79bfd88537def476913f3ed52f4f4b3);
src: url(/fonts/vendor/bootstrap-material-design-icons/MaterialIcons-Regular.eot?e79bfd88537def476913f3ed52f4f4b3) format("embedded-opentype"), url(/fonts/vendor/bootstrap-material-design-icons/MaterialIcons-Regular.woff2?29e1bb4218f492854c1601a93d49662f) format("woff2"), url(/fonts/vendor/bootstrap-material-design-icons/MaterialIcons-Regular.woff?3c3d0242794b4682460a3f7c7a2126ee) format("woff"), url(/fonts/vendor/bootstrap-material-design-icons/MaterialIcons-Regular.ttf?a37b0c01c0baf1888ca812cc0508f6e2) format("truetype"), url(/fonts/vendor/bootstrap-material-design-icons/MaterialIcons-Regular.svg?a1adea65594c502f9d9428f13ae210e1) format("svg");
}
.mdi,
.material-icons {
font: normal normal normal 14px/1 "Material Design Icons";
font-size: inherit;
display: inline-block;
text-transform: none;
letter-spacing: normal;
line-height: 1;
position: relative;
word-wrap: normal;
top: 1px;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.material-icons {
width: 1em;
height: 1em;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for IE. */
-webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
}
/* makes the font 33% larger relative to the icon container */
.mdi-lg,
.mdi-size-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.mdi-2x,
.mdi-size-2x {
font-size: 2em;
}
.mdi-3x,
.mdi-size-3x {
font-size: 3em;
}
.mdi-4x,
.mdi-size-4x {
font-size: 4em;
}
.mdi-5x,
.mdi-size-5x {
font-size: 5em;
}
.mdi-fw {
width: 1.28571429em;
text-align: center;
}
.mdi-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.mdi-ul > li {
position: relative;
}
.mdi-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.mdi-li.mdi-lg {
left: -1.85714286em;
}
.mdi-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.mdi.pull-left {
margin-right: .3em;
}
.mdi.pull-right {
margin-left: .3em;
}
.mdi-spin {
-webkit-animation: md-spin 2s infinite linear;
animation: md-spin 2s infinite linear;
}
.mdi-pulse {
-webkit-animation: md-spin 1s infinite steps(8);
animation: md-spin 1s infinite steps(8);
}
@-webkit-keyframes md-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes md-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.mdi-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.mdi-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.mdi-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.mdi-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.mdi-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .mdi-rotate-90,
:root .mdi-rotate-180,
:root .mdi-rotate-270,
:root .mdi-flip-horizontal,
:root .mdi-flip-vertical {
-webkit-filter: none;
filter: none;
}
.mdi-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.mdi-stack-1x,
.mdi-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.mdi-stack-1x {
line-height: inherit;
}
.mdi-stack-2x {
font-size: 2em;
}
.mdi-inverse {
color: #fff;
}
.mdi-3d-rotation:before {
content: "\E84D";
}
.mdi-ac-unit:before {
content: "\EB3B";
}
.mdi-access-alarm:before {
content: "\E190";
}
.mdi-access-alarms:before {
content: "\E191";
}
.mdi-access-time:before {
content: "\E192";
}
.mdi-accessibility:before {
content: "\E84E";
}
.mdi-accessible:before {
content: "\E914";
}
.mdi-account-balance:before {
content: "\E84F";
}
.mdi-account-balance-wallet:before {
content: "\E850";
}
.mdi-account-box:before {
content: "\E851";
}
.mdi-account-circle:before {
content: "\E853";
}
.mdi-adb:before {
content: "\E60E";
}
.mdi-add:before {
content: "\E145";
}
.mdi-add-a-photo:before {
content: "\E439";
}
.mdi-add-alarm:before {
content: "\E193";
}
.mdi-add-alert:before {
content: "\E003";
}
.mdi-add-box:before {
content: "\E146";
}
.mdi-add-circle:before {
content: "\E147";
}
.mdi-add-circle-outline:before {
content: "\E148";
}
.mdi-add-location:before {
content: "\E567";
}
.mdi-add-shopping-cart:before {
content: "\E854";
}
.mdi-add-to-photos:before {
content: "\E39D";
}
.mdi-add-to-queue:before {
content: "\E05C";
}
.mdi-adjust:before {
content: "\E39E";
}
.mdi-airline-seat-flat:before {
content: "\E630";
}
.mdi-airline-seat-flat-angled:before {
content: "\E631";
}
.mdi-airline-seat-individual-suite:before {
content: "\E632";
}
.mdi-airline-seat-legroom-extra:before {
content: "\E633";
}
.mdi-airline-seat-legroom-normal:before {
content: "\E634";
}
.mdi-airline-seat-legroom-reduced:before {
content: "\E635";
}
.mdi-airline-seat-recline-extra:before {
content: "\E636";
}
.mdi-airline-seat-recline-normal:before {
content: "\E637";
}
.mdi-airplanemode-active:before {
content: "\E195";
}
.mdi-airplanemode-inactive:before {
content: "\E194";
}
.mdi-airplay:before {
content: "\E055";
}
.mdi-airport-shuttle:before {
content: "\EB3C";
}
.mdi-alarm:before {
content: "\E855";
}
.mdi-alarm-add:before {
content: "\E856";
}
.mdi-alarm-off:before {
content: "\E857";
}
.mdi-alarm-on:before {
content: "\E858";
}
.mdi-album:before {
content: "\E019";
}
.mdi-all-inclusive:before {
content: "\EB3D";
}
.mdi-all-out:before {
content: "\E90B";
}
.mdi-android:before {
content: "\E859";
}
.mdi-announcement:before {
content: "\E85A";
}
.mdi-apps:before {
content: "\E5C3";
}
.mdi-archive:before {
content: "\E149";
}
.mdi-arrow-back:before {
content: "\E5C4";
}
.mdi-arrow-downward:before {
content: "\E5DB";
}
.mdi-arrow-drop-down:before {
content: "\E5C5";
}
.mdi-arrow-drop-down-circle:before {
content: "\E5C6";
}
.mdi-arrow-drop-up:before {
content: "\E5C7";
}
.mdi-arrow-forward:before {
content: "\E5C8";
}
.mdi-arrow-upward:before {
content: "\E5D8";
}
.mdi-art-track:before {
content: "\E060";
}
.mdi-aspect-ratio:before {
content: "\E85B";
}
.mdi-assessment:before {
content: "\E85C";
}
.mdi-assignment:before {
content: "\E85D";
}
.mdi-assignment-ind:before {
content: "\E85E";
}
.mdi-assignment-late:before {
content: "\E85F";
}
.mdi-assignment-return:before {
content: "\E860";
}
.mdi-assignment-returned:before {
content: "\E861";
}
.mdi-assignment-turned-in:before {
content: "\E862";
}
.mdi-assistant:before {
content: "\E39F";
}
.mdi-assistant-photo:before {
content: "\E3A0";
}
.mdi-attach-file:before {
content: "\E226";
}
.mdi-attach-money:before {
content: "\E227";
}
.mdi-attachment:before {
content: "\E2BC";
}
.mdi-audiotrack:before {
content: "\E3A1";
}
.mdi-autorenew:before {
content: "\E863";
}
.mdi-av-timer:before {
content: "\E01B";
}
.mdi-backspace:before {
content: "\E14A";
}
.mdi-backup:before {
content: "\E864";
}
.mdi-battery-alert:before {
content: "\E19C";
}
.mdi-battery-charging-full:before {
content: "\E1A3";
}
.mdi-battery-full:before {
content: "\E1A4";
}
.mdi-battery-std:before {
content: "\E1A5";
}
.mdi-battery-unknown:before {
content: "\E1A6";
}
.mdi-beach-access:before {
content: "\EB3E";
}
.mdi-beenhere:before {
content: "\E52D";
}
.mdi-block:before {
content: "\E14B";
}
.mdi-bluetooth:before {
content: "\E1A7";
}
.mdi-bluetooth-audio:before {
content: "\E60F";
}
.mdi-bluetooth-connected:before {
content: "\E1A8";
}
.mdi-bluetooth-disabled:before {
content: "\E1A9";
}
.mdi-bluetooth-searching:before {
content: "\E1AA";
}
.mdi-blur-circular:before {
content: "\E3A2";
}
.mdi-blur-linear:before {
content: "\E3A3";
}
.mdi-blur-off:before {
content: "\E3A4";
}
.mdi-blur-on:before {
content: "\E3A5";
}
.mdi-book:before {
content: "\E865";
}
.mdi-bookmark:before {
content: "\E866";
}
.mdi-bookmark-border:before {
content: "\E867";
}
.mdi-border-all:before {
content: "\E228";
}
.mdi-border-bottom:before {
content: "\E229";
}
.mdi-border-clear:before {
content: "\E22A";
}
.mdi-border-color:before {
content: "\E22B";
}
.mdi-border-horizontal:before {
content: "\E22C";
}
.mdi-border-inner:before {
content: "\E22D";
}
.mdi-border-left:before {
content: "\E22E";
}
.mdi-border-outer:before {
content: "\E22F";
}
.mdi-border-right:before {
content: "\E230";
}
.mdi-border-style:before {
content: "\E231";
}
.mdi-border-top:before {
content: "\E232";
}
.mdi-border-vertical:before {
content: "\E233";
}
.mdi-branding-watermark:before {
content: "\E06B";
}
.mdi-brightness-1:before {
content: "\E3A6";
}
.mdi-brightness-2:before {
content: "\E3A7";
}
.mdi-brightness-3:before {
content: "\E3A8";
}
.mdi-brightness-4:before {
content: "\E3A9";
}
.mdi-brightness-5:before {
content: "\E3AA";
}
.mdi-brightness-6:before {
content: "\E3AB";
}
.mdi-brightness-7:before {
content: "\E3AC";
}
.mdi-brightness-auto:before {
content: "\E1AB";
}
.mdi-brightness-high:before {
content: "\E1AC";
}
.mdi-brightness-low:before {
content: "\E1AD";
}
.mdi-brightness-medium:before {
content: "\E1AE";
}
.mdi-broken-image:before {
content: "\E3AD";
}
.mdi-brush:before {
content: "\E3AE";
}
.mdi-bubble-chart:before {
content: "\E6DD";
}
.mdi-bug-report:before {
content: "\E868";
}
.mdi-build:before {
content: "\E869";
}
.mdi-burst-mode:before {
content: "\E43C";
}
.mdi-business:before {
content: "\E0AF";
}
.mdi-business-center:before {
content: "\EB3F";
}
.mdi-cached:before {
content: "\E86A";
}
.mdi-cake:before {
content: "\E7E9";
}
.mdi-call:before {
content: "\E0B0";
}
.mdi-call-end:before {
content: "\E0B1";
}
.mdi-call-made:before {
content: "\E0B2";
}
.mdi-call-merge:before {
content: "\E0B3";
}
.mdi-call-missed:before {
content: "\E0B4";
}
.mdi-call-missed-outgoing:before {
content: "\E0E4";
}
.mdi-call-received:before {
content: "\E0B5";
}
.mdi-call-split:before {
content: "\E0B6";
}
.mdi-call-to-action:before {
content: "\E06C";
}
.mdi-camera:before {
content: "\E3AF";
}
.mdi-camera-alt:before {
content: "\E3B0";
}
.mdi-camera-enhance:before {
content: "\E8FC";
}
.mdi-camera-front:before {
content: "\E3B1";
}
.mdi-camera-rear:before {
content: "\E3B2";
}
.mdi-camera-roll:before {
content: "\E3B3";
}
.mdi-cancel:before {
content: "\E5C9";
}
.mdi-card-giftcard:before {
content: "\E8F6";
}
.mdi-card-membership:before {
content: "\E8F7";
}
.mdi-card-travel:before {
content: "\E8F8";
}
.mdi-casino:before {
content: "\EB40";
}
.mdi-cast:before {
content: "\E307";
}
.mdi-cast-connected:before {
content: "\E308";
}
.mdi-center-focus-strong:before {
content: "\E3B4";
}
.mdi-center-focus-weak:before {
content: "\E3B5";
}
.mdi-change-history:before {
content: "\E86B";
}
.mdi-chat:before {
content: "\E0B7";
}
.mdi-chat-bubble:before {
content: "\E0CA";
}
.mdi-chat-bubble-outline:before {
content: "\E0CB";
}
.mdi-check:before {
content: "\E5CA";
}
.mdi-check-box:before {
content: "\E834";
}
.mdi-check-box-outline-blank:before {
content: "\E835";
}
.mdi-check-circle:before {
content: "\E86C";
}
.mdi-chevron-left:before {
content: "\E5CB";
}
.mdi-chevron-right:before {
content: "\E5CC";
}
.mdi-child-care:before {
content: "\EB41";
}
.mdi-child-friendly:before {
content: "\EB42";
}
.mdi-chrome-reader-mode:before {
content: "\E86D";
}
.mdi-class:before {
content: "\E86E";
}
.mdi-clear:before {
content: "\E14C";
}
.mdi-clear-all:before {
content: "\E0B8";
}
.mdi-close:before {
content: "\E5CD";
}
.mdi-closed-caption:before {
content: "\E01C";
}
.mdi-cloud:before {
content: "\E2BD";
}
.mdi-cloud-circle:before {
content: "\E2BE";
}
.mdi-cloud-done:before {
content: "\E2BF";
}
.mdi-cloud-download:before {
content: "\E2C0";
}
.mdi-cloud-off:before {
content: "\E2C1";
}
.mdi-cloud-queue:before {
content: "\E2C2";
}
.mdi-cloud-upload:before {
content: "\E2C3";
}
.mdi-code:before {
content: "\E86F";
}
.mdi-collections:before {
content: "\E3B6";
}
.mdi-collections-bookmark:before {
content: "\E431";
}
.mdi-color-lens:before {
content: "\E3B7";
}
.mdi-colorize:before {
content: "\E3B8";
}
.mdi-comment:before {
content: "\E0B9";
}
.mdi-compare:before {
content: "\E3B9";
}
.mdi-compare-arrows:before {
content: "\E915";
}
.mdi-computer:before {
content: "\E30A";
}
.mdi-confirmation-number:before {
content: "\E638";
}
.mdi-contact-mail:before {
content: "\E0D0";
}
.mdi-contact-phone:before {
content: "\E0CF";
}
.mdi-contacts:before {
content: "\E0BA";
}
.mdi-content-copy:before {
content: "\E14D";
}
.mdi-content-cut:before {
content: "\E14E";
}
.mdi-content-paste:before {
content: "\E14F";
}
.mdi-control-point:before {
content: "\E3BA";
}
.mdi-control-point-duplicate:before {
content: "\E3BB";
}
.mdi-copyright:before {
content: "\E90C";
}
.mdi-create:before {
content: "\E150";
}
.mdi-create-new-folder:before {
content: "\E2CC";
}
.mdi-credit-card:before {
content: "\E870";
}
.mdi-crop:before {
content: "\E3BE";
}
.mdi-crop-16-9:before {
content: "\E3BC";
}
.mdi-crop-3-2:before {
content: "\E3BD";
}
.mdi-crop-5-4:before {
content: "\E3BF";
}
.mdi-crop-7-5:before {
content: "\E3C0";
}
.mdi-crop-din:before {
content: "\E3C1";
}
.mdi-crop-free:before {
content: "\E3C2";
}
.mdi-crop-landscape:before {
content: "\E3C3";
}
.mdi-crop-original:before {
content: "\E3C4";
}
.mdi-crop-portrait:before {
content: "\E3C5";
}
.mdi-crop-rotate:before {
content: "\E437";
}
.mdi-crop-square:before {
content: "\E3C6";
}
.mdi-dashboard:before {
content: "\E871";
}
.mdi-data-usage:before {
content: "\E1AF";
}
.mdi-date-range:before {
content: "\E916";
}
.mdi-dehaze:before {
content: "\E3C7";
}
.mdi-delete:before {
content: "\E872";
}
.mdi-delete-forever:before {
content: "\E92B";
}
.mdi-delete-sweep:before {
content: "\E16C";
}
.mdi-description:before {
content: "\E873";
}
.mdi-desktop-mac:before {
content: "\E30B";
}
.mdi-desktop-windows:before {
content: "\E30C";
}
.mdi-details:before {
content: "\E3C8";
}
.mdi-developer-board:before {
content: "\E30D";
}
.mdi-developer-mode:before {
content: "\E1B0";
}
.mdi-device-hub:before {
content: "\E335";
}
.mdi-devices:before {
content: "\E1B1";
}
.mdi-devices-other:before {
content: "\E337";
}
.mdi-dialer-sip:before {
content: "\E0BB";
}
.mdi-dialpad:before {
content: "\E0BC";
}
.mdi-directions:before {
content: "\E52E";
}
.mdi-directions-bike:before {
content: "\E52F";
}
.mdi-directions-boat:before {
content: "\E532";
}
.mdi-directions-bus:before {
content: "\E530";
}
.mdi-directions-car:before {
content: "\E531";
}
.mdi-directions-railway:before {
content: "\E534";
}
.mdi-directions-run:before {
content: "\E566";
}
.mdi-directions-subway:before {
content: "\E533";
}
.mdi-directions-transit:before {
content: "\E535";
}
.mdi-directions-walk:before {
content: "\E536";
}
.mdi-disc-full:before {
content: "\E610";
}
.mdi-dns:before {
content: "\E875";
}
.mdi-do-not-disturb:before {
content: "\E612";
}
.mdi-do-not-disturb-alt:before {
content: "\E611";
}
.mdi-do-not-disturb-off:before {
content: "\E643";
}
.mdi-do-not-disturb-on:before {
content: "\E644";
}
.mdi-dock:before {
content: "\E30E";
}
.mdi-domain:before {
content: "\E7EE";
}
.mdi-done:before {
content: "\E876";
}
.mdi-done-all:before {
content: "\E877";
}
.mdi-donut-large:before {
content: "\E917";
}
.mdi-donut-small:before {
content: "\E918";
}
.mdi-drafts:before {
content: "\E151";
}
.mdi-drag-handle:before {
content: "\E25D";
}
.mdi-drive-eta:before {
content: "\E613";
}
.mdi-dvr:before {
content: "\E1B2";
}
.mdi-edit:before {
content: "\E3C9";
}
.mdi-edit-location:before {
content: "\E568";
}
.mdi-eject:before {
content: "\E8FB";
}
.mdi-email:before {
content: "\E0BE";
}
.mdi-enhanced-encryption:before {
content: "\E63F";
}
.mdi-equalizer:before {
content: "\E01D";
}
.mdi-error:before {
content: "\E000";
}
.mdi-error-outline:before {
content: "\E001";
}
.mdi-euro-symbol:before {
content: "\E926";
}
.mdi-ev-station:before {
content: "\E56D";
}
.mdi-event:before {
content: "\E878";
}
.mdi-event-available:before {
content: "\E614";
}
.mdi-event-busy:before {
content: "\E615";
}
.mdi-event-note:before {
content: "\E616";
}
.mdi-event-seat:before {
content: "\E903";
}
.mdi-exit-to-app:before {
content: "\E879";
}
.mdi-expand-less:before {
content: "\E5CE";
}
.mdi-expand-more:before {
content: "\E5CF";
}
.mdi-explicit:before {
content: "\E01E";
}
.mdi-explore:before {
content: "\E87A";
}
.mdi-exposure:before {
content: "\E3CA";
}
.mdi-exposure-neg-1:before {
content: "\E3CB";
}
.mdi-exposure-neg-2:before {
content: "\E3CC";
}
.mdi-exposure-plus-1:before {
content: "\E3CD";
}
.mdi-exposure-plus-2:before {
content: "\E3CE";
}
.mdi-exposure-zero:before {
content: "\E3CF";
}
.mdi-extension:before {
content: "\E87B";
}
.mdi-face:before {
content: "\E87C";
}
.mdi-fast-forward:before {
content: "\E01F";
}
.mdi-fast-rewind:before {
content: "\E020";
}
.mdi-favorite:before {
content: "\E87D";
}
.mdi-favorite-border:before {
content: "\E87E";
}
.mdi-featured-play-list:before {
content: "\E06D";
}
.mdi-featured-video:before {
content: "\E06E";
}
.mdi-feedback:before {
content: "\E87F";
}
.mdi-fiber-dvr:before {
content: "\E05D";
}
.mdi-fiber-manual-record:before {
content: "\E061";
}
.mdi-fiber-new:before {
content: "\E05E";
}
.mdi-fiber-pin:before {
content: "\E06A";
}
.mdi-fiber-smart-record:before {
content: "\E062";
}
.mdi-file-download:before {
content: "\E2C4";
}
.mdi-file-upload:before {
content: "\E2C6";
}
.mdi-filter:before {
content: "\E3D3";
}
.mdi-filter-1:before {
content: "\E3D0";
}
.mdi-filter-2:before {
content: "\E3D1";
}
.mdi-filter-3:before {
content: "\E3D2";
}
.mdi-filter-4:before {
content: "\E3D4";
}
.mdi-filter-5:before {
content: "\E3D5";
}
.mdi-filter-6:before {
content: "\E3D6";
}
.mdi-filter-7:before {
content: "\E3D7";
}
.mdi-filter-8:before {
content: "\E3D8";
}
.mdi-filter-9:before {
content: "\E3D9";
}
.mdi-filter-9-plus:before {
content: "\E3DA";
}
.mdi-filter-b-and-w:before {
content: "\E3DB";
}
.mdi-filter-center-focus:before {
content: "\E3DC";
}
.mdi-filter-drama:before {
content: "\E3DD";
}
.mdi-filter-frames:before {
content: "\E3DE";
}
.mdi-filter-hdr:before {
content: "\E3DF";
}
.mdi-filter-list:before {
content: "\E152";
}
.mdi-filter-none:before {
content: "\E3E0";
}
.mdi-filter-tilt-shift:before {
content: "\E3E2";
}
.mdi-filter-vintage:before {
content: "\E3E3";
}
.mdi-find-in-page:before {
content: "\E880";
}
.mdi-find-replace:before {
content: "\E881";
}
.mdi-fingerprint:before {
content: "\E90D";
}
.mdi-first-page:before {
content: "\E5DC";
}
.mdi-fitness-center:before {
content: "\EB43";
}
.mdi-flag:before {
content: "\E153";
}
.mdi-flare:before {
content: "\E3E4";
}
.mdi-flash-auto:before {
content: "\E3E5";
}
.mdi-flash-off:before {
content: "\E3E6";
}
.mdi-flash-on:before {
content: "\E3E7";
}
.mdi-flight:before {
content: "\E539";
}
.mdi-flight-land:before {
content: "\E904";
}
.mdi-flight-takeoff:before {
content: "\E905";
}
.mdi-flip:before {
content: "\E3E8";
}
.mdi-flip-to-back:before {
content: "\E882";
}
.mdi-flip-to-front:before {
content: "\E883";
}
.mdi-folder:before {
content: "\E2C7";
}
.mdi-folder-open:before {
content: "\E2C8";
}
.mdi-folder-shared:before {
content: "\E2C9";
}
.mdi-folder-special:before {
content: "\E617";
}
.mdi-font-download:before {
content: "\E167";
}
.mdi-format-align-center:before {
content: "\E234";
}
.mdi-format-align-justify:before {
content: "\E235";
}
.mdi-format-align-left:before {
content: "\E236";
}
.mdi-format-align-right:before {
content: "\E237";
}
.mdi-format-bold:before {
content: "\E238";
}
.mdi-format-clear:before {
content: "\E239";
}
.mdi-format-color-fill:before {
content: "\E23A";
}
.mdi-format-color-reset:before {
content: "\E23B";
}
.mdi-format-color-text:before {
content: "\E23C";
}
.mdi-format-indent-decrease:before {
content: "\E23D";
}
.mdi-format-indent-increase:before {
content: "\E23E";
}
.mdi-format-italic:before {
content: "\E23F";
}
.mdi-format-line-spacing:before {
content: "\E240";
}
.mdi-format-list-bulleted:before {
content: "\E241";
}
.mdi-format-list-numbered:before {
content: "\E242";
}
.mdi-format-paint:before {
content: "\E243";
}
.mdi-format-quote:before {
content: "\E244";
}
.mdi-format-shapes:before {
content: "\E25E";
}
.mdi-format-size:before {
content: "\E245";
}
.mdi-format-strikethrough:before {
content: "\E246";
}
.mdi-format-textdirection-l-to-r:before {
content: "\E247";
}
.mdi-format-textdirection-r-to-l:before {
content: "\E248";
}
.mdi-format-underlined:before {
content: "\E249";
}
.mdi-forum:before {
content: "\E0BF";
}
.mdi-forward:before {
content: "\E154";
}
.mdi-forward-10:before {
content: "\E056";
}
.mdi-forward-30:before {
content: "\E057";
}
.mdi-forward-5:before {
content: "\E058";
}
.mdi-free-breakfast:before {
content: "\EB44";
}
.mdi-fullscreen:before {
content: "\E5D0";
}
.mdi-fullscreen-exit:before {
content: "\E5D1";
}
.mdi-functions:before {
content: "\E24A";
}
.mdi-g-translate:before {
content: "\E927";
}
.mdi-gamepad:before {
content: "\E30F";
}
.mdi-games:before {
content: "\E021";
}
.mdi-gavel:before {
content: "\E90E";
}
.mdi-gesture:before {
content: "\E155";
}
.mdi-get-app:before {
content: "\E884";
}
.mdi-gif:before {
content: "\E908";
}
.mdi-golf-course:before {
content: "\EB45";
}
.mdi-gps-fixed:before {
content: "\E1B3";
}
.mdi-gps-not-fixed:before {
content: "\E1B4";
}
.mdi-gps-off:before {
content: "\E1B5";
}
.mdi-grade:before {
content: "\E885";
}
.mdi-gradient:before {
content: "\E3E9";
}
.mdi-grain:before {
content: "\E3EA";
}
.mdi-graphic-eq:before {
content: "\E1B8";
}
.mdi-grid-off:before {
content: "\E3EB";
}
.mdi-grid-on:before {
content: "\E3EC";
}
.mdi-group:before {
content: "\E7EF";
}
.mdi-group-add:before {
content: "\E7F0";
}
.mdi-group-work:before {
content: "\E886";
}
.mdi-hd:before {
content: "\E052";
}
.mdi-hdr-off:before {
content: "\E3ED";
}
.mdi-hdr-on:before {
content: "\E3EE";
}
.mdi-hdr-strong:before {
content: "\E3F1";
}
.mdi-hdr-weak:before {
content: "\E3F2";
}
.mdi-headset:before {
content: "\E310";
}
.mdi-headset-mic:before {
content: "\E311";
}
.mdi-healing:before {
content: "\E3F3";
}
.mdi-hearing:before {
content: "\E023";
}
.mdi-help:before {
content: "\E887";
}
.mdi-help-outline:before {
content: "\E8FD";
}
.mdi-high-quality:before {
content: "\E024";
}
.mdi-highlight:before {
content: "\E25F";
}
.mdi-highlight-off:before {
content: "\E888";
}
.mdi-history:before {
content: "\E889";
}
.mdi-home:before {
content: "\E88A";
}
.mdi-hot-tub:before {
content: "\EB46";
}
.mdi-hotel:before {
content: "\E53A";
}
.mdi-hourglass-empty:before {
content: "\E88B";
}
.mdi-hourglass-full:before {
content: "\E88C";
}
.mdi-http:before {
content: "\E902";
}
.mdi-https:before {
content: "\E88D";
}
.mdi-image:before {
content: "\E3F4";
}
.mdi-image-aspect-ratio:before {
content: "\E3F5";
}
.mdi-import-contacts:before {
content: "\E0E0";
}
.mdi-import-export:before {
content: "\E0C3";
}
.mdi-important-devices:before {
content: "\E912";
}
.mdi-inbox:before {
content: "\E156";
}
.mdi-indeterminate-check-box:before {
content: "\E909";
}
.mdi-info:before {
content: "\E88E";
}
.mdi-info-outline:before {
content: "\E88F";
}
.mdi-input:before {
content: "\E890";
}
.mdi-insert-chart:before {
content: "\E24B";
}
.mdi-insert-comment:before {
content: "\E24C";
}
.mdi-insert-drive-file:before {
content: "\E24D";
}
.mdi-insert-emoticon:before {
content: "\E24E";
}
.mdi-insert-invitation:before {
content: "\E24F";
}
.mdi-insert-link:before {
content: "\E250";
}
.mdi-insert-photo:before {
content: "\E251";
}
.mdi-invert-colors:before {
content: "\E891";
}
.mdi-invert-colors-off:before {
content: "\E0C4";
}
.mdi-iso:before {
content: "\E3F6";
}
.mdi-keyboard:before {
content: "\E312";
}
.mdi-keyboard-arrow-down:before {
content: "\E313";
}
.mdi-keyboard-arrow-left:before {
content: "\E314";
}
.mdi-keyboard-arrow-right:before {
content: "\E315";
}
.mdi-keyboard-arrow-up:before {
content: "\E316";
}
.mdi-keyboard-backspace:before {
content: "\E317";
}
.mdi-keyboard-capslock:before {
content: "\E318";
}
.mdi-keyboard-hide:before {
content: "\E31A";
}
.mdi-keyboard-return:before {
content: "\E31B";
}
.mdi-keyboard-tab:before {
content: "\E31C";
}
.mdi-keyboard-voice:before {
content: "\E31D";
}
.mdi-kitchen:before {
content: "\EB47";
}
.mdi-label:before {
content: "\E892";
}
.mdi-label-outline:before {
content: "\E893";
}
.mdi-landscape:before {
content: "\E3F7";
}
.mdi-language:before {
content: "\E894";
}
.mdi-laptop:before {
content: "\E31E";
}
.mdi-laptop-chromebook:before {
content: "\E31F";
}
.mdi-laptop-mac:before {
content: "\E320";
}
.mdi-laptop-windows:before {
content: "\E321";
}
.mdi-last-page:before {
content: "\E5DD";
}
.mdi-launch:before {
content: "\E895";
}
.mdi-layers:before {
content: "\E53B";
}
.mdi-layers-clear:before {
content: "\E53C";
}
.mdi-leak-add:before {
content: "\E3F8";
}
.mdi-leak-remove:before {
content: "\E3F9";
}
.mdi-lens:before {
content: "\E3FA";
}
.mdi-library-add:before {
content: "\E02E";
}
.mdi-library-books:before {
content: "\E02F";
}
.mdi-library-music:before {
content: "\E030";
}
.mdi-lightbulb-outline:before {
content: "\E90F";
}
.mdi-line-style:before {
content: "\E919";
}
.mdi-line-weight:before {
content: "\E91A";
}
.mdi-linear-scale:before {
content: "\E260";
}
.mdi-link:before {
content: "\E157";
}
.mdi-linked-camera:before {
content: "\E438";
}
.mdi-list:before {
content: "\E896";
}
.mdi-live-help:before {
content: "\E0C6";
}
.mdi-live-tv:before {
content: "\E639";
}
.mdi-local-activity:before {
content: "\E53F";
}
.mdi-local-airport:before {
content: "\E53D";
}
.mdi-local-atm:before {
content: "\E53E";
}
.mdi-local-bar:before {
content: "\E540";
}
.mdi-local-cafe:before {
content: "\E541";
}
.mdi-local-car-wash:before {
content: "\E542";
}
.mdi-local-convenience-store:before {
content: "\E543";
}
.mdi-local-dining:before {
content: "\E556";
}
.mdi-local-drink:before {
content: "\E544";
}
.mdi-local-florist:before {
content: "\E545";
}
.mdi-local-gas-station:before {
content: "\E546";
}
.mdi-local-grocery-store:before {
content: "\E547";
}
.mdi-local-hospital:before {
content: "\E548";
}
.mdi-local-hotel:before {
content: "\E549";
}
.mdi-local-laundry-service:before {
content: "\E54A";
}
.mdi-local-library:before {
content: "\E54B";
}
.mdi-local-mall:before {
content: "\E54C";
}
.mdi-local-movies:before {
content: "\E54D";
}
.mdi-local-offer:before {
content: "\E54E";
}
.mdi-local-parking:before {
content: "\E54F";
}
.mdi-local-pharmacy:before {
content: "\E550";
}
.mdi-local-phone:before {
content: "\E551";
}
.mdi-local-pizza:before {
content: "\E552";
}
.mdi-local-play:before {
content: "\E553";
}
.mdi-local-post-office:before {
content: "\E554";
}
.mdi-local-printshop:before {
content: "\E555";
}
.mdi-local-see:before {
content: "\E557";
}
.mdi-local-shipping:before {
content: "\E558";
}
.mdi-local-taxi:before {
content: "\E559";
}
.mdi-location-city:before {
content: "\E7F1";
}
.mdi-location-disabled:before {
content: "\E1B6";
}
.mdi-location-off:before {
content: "\E0C7";
}
.mdi-location-on:before {
content: "\E0C8";
}
.mdi-location-searching:before {
content: "\E1B7";
}
.mdi-lock:before {
content: "\E897";
}
.mdi-lock-open:before {
content: "\E898";
}
.mdi-lock-outline:before {
content: "\E899";
}
.mdi-looks:before {
content: "\E3FC";
}
.mdi-looks-3:before {
content: "\E3FB";
}
.mdi-looks-4:before {
content: "\E3FD";
}
.mdi-looks-5:before {
content: "\E3FE";
}
.mdi-looks-6:before {
content: "\E3FF";
}
.mdi-looks-one:before {
content: "\E400";
}
.mdi-looks-two:before {
content: "\E401";
}
.mdi-loop:before {
content: "\E028";
}
.mdi-loupe:before {
content: "\E402";
}
.mdi-low-priority:before {
content: "\E16D";
}
.mdi-loyalty:before {
content: "\E89A";
}
.mdi-mail:before {
content: "\E158";
}
.mdi-mail-outline:before {
content: "\E0E1";
}
.mdi-map:before {
content: "\E55B";
}
.mdi-markunread:before {
content: "\E159";
}
.mdi-markunread-mailbox:before {
content: "\E89B";
}
.mdi-memory:before {
content: "\E322";
}
.mdi-menu:before {
content: "\E5D2";
}
.mdi-merge-type:before {
content: "\E252";
}
.mdi-message:before {
content: "\E0C9";
}
.mdi-mic:before {
content: "\E029";
}
.mdi-mic-none:before {
content: "\E02A";
}
.mdi-mic-off:before {
content: "\E02B";
}
.mdi-mms:before {
content: "\E618";
}
.mdi-mode-comment:before {
content: "\E253";
}
.mdi-mode-edit:before {
content: "\E254";
}
.mdi-monetization-on:before {
content: "\E263";
}
.mdi-money-off:before {
content: "\E25C";
}
.mdi-monochrome-photos:before {
content: "\E403";
}
.mdi-mood:before {
content: "\E7F2";
}
.mdi-mood-bad:before {
content: "\E7F3";
}
.mdi-more:before {
content: "\E619";
}
.mdi-more-horiz:before {
content: "\E5D3";
}
.mdi-more-vert:before {
content: "\E5D4";
}
.mdi-motorcycle:before {
content: "\E91B";
}
.mdi-mouse:before {
content: "\E323";
}
.mdi-move-to-inbox:before {
content: "\E168";
}
.mdi-movie:before {
content: "\E02C";
}
.mdi-movie-creation:before {
content: "\E404";
}
.mdi-movie-filter:before {
content: "\E43A";
}
.mdi-multiline-chart:before {
content: "\E6DF";
}
.mdi-music-note:before {
content: "\E405";
}
.mdi-music-video:before {
content: "\E063";
}
.mdi-my-location:before {
content: "\E55C";
}
.mdi-nature:before {
content: "\E406";
}
.mdi-nature-people:before {
content: "\E407";
}
.mdi-navigate-before:before {
content: "\E408";
}
.mdi-navigate-next:before {
content: "\E409";
}
.mdi-navigation:before {
content: "\E55D";
}
.mdi-near-me:before {
content: "\E569";
}
.mdi-network-cell:before {
content: "\E1B9";
}
.mdi-network-check:before {
content: "\E640";
}
.mdi-network-locked:before {
content: "\E61A";
}
.mdi-network-wifi:before {
content: "\E1BA";
}
.mdi-new-releases:before {
content: "\E031";
}
.mdi-next-week:before {
content: "\E16A";
}
.mdi-nfc:before {
content: "\E1BB";
}
.mdi-no-encryption:before {
content: "\E641";
}
.mdi-no-sim:before {
content: "\E0CC";
}
.mdi-not-interested:before {
content: "\E033";
}
.mdi-note:before {
content: "\E06F";
}
.mdi-note-add:before {
content: "\E89C";
}
.mdi-notifications:before {
content: "\E7F4";
}
.mdi-notifications-active:before {
content: "\E7F7";
}
.mdi-notifications-none:before {
content: "\E7F5";
}
.mdi-notifications-off:before {
content: "\E7F6";
}
.mdi-notifications-paused:before {
content: "\E7F8";
}
.mdi-offline-pin:before {
content: "\E90A";
}
.mdi-ondemand-video:before {
content: "\E63A";
}
.mdi-opacity:before {
content: "\E91C";
}
.mdi-open-in-browser:before {
content: "\E89D";
}
.mdi-open-in-new:before {
content: "\E89E";
}
.mdi-open-with:before {
content: "\E89F";
}
.mdi-pages:before {
content: "\E7F9";
}
.mdi-pageview:before {
content: "\E8A0";
}
.mdi-palette:before {
content: "\E40A";
}
.mdi-pan-tool:before {
content: "\E925";
}
.mdi-panorama:before {
content: "\E40B";
}
.mdi-panorama-fish-eye:before {
content: "\E40C";
}
.mdi-panorama-horizontal:before {
content: "\E40D";
}
.mdi-panorama-vertical:before {
content: "\E40E";
}
.mdi-panorama-wide-angle:before {
content: "\E40F";
}
.mdi-party-mode:before {
content: "\E7FA";
}
.mdi-pause:before {
content: "\E034";
}
.mdi-pause-circle-filled:before {
content: "\E035";
}
.mdi-pause-circle-outline:before {
content: "\E036";
}
.mdi-payment:before {
content: "\E8A1";
}
.mdi-people:before {
content: "\E7FB";
}
.mdi-people-outline:before {
content: "\E7FC";
}
.mdi-perm-camera-mic:before {
content: "\E8A2";
}
.mdi-perm-contact-calendar:before {
content: "\E8A3";
}
.mdi-perm-data-setting:before {
content: "\E8A4";
}
.mdi-perm-device-information:before {
content: "\E8A5";
}
.mdi-perm-identity:before {
content: "\E8A6";
}
.mdi-perm-media:before {
content: "\E8A7";
}
.mdi-perm-phone-msg:before {
content: "\E8A8";
}
.mdi-perm-scan-wifi:before {
content: "\E8A9";
}
.mdi-person:before {
content: "\E7FD";
}
.mdi-person-add:before {
content: "\E7FE";
}
.mdi-person-outline:before {
content: "\E7FF";
}
.mdi-person-pin:before {
content: "\E55A";
}
.mdi-person-pin-circle:before {
content: "\E56A";
}
.mdi-personal-video:before {
content: "\E63B";
}
.mdi-pets:before {
content: "\E91D";
}
.mdi-phone:before {
content: "\E0CD";
}
.mdi-phone-android:before {
content: "\E324";
}
.mdi-phone-bluetooth-speaker:before {
content: "\E61B";
}
.mdi-phone-forwarded:before {
content: "\E61C";
}
.mdi-phone-in-talk:before {
content: "\E61D";
}
.mdi-phone-iphone:before {
content: "\E325";
}
.mdi-phone-locked:before {
content: "\E61E";
}
.mdi-phone-missed:before {
content: "\E61F";
}
.mdi-phone-paused:before {
content: "\E620";
}
.mdi-phonelink:before {
content: "\E326";
}
.mdi-phonelink-erase:before {
content: "\E0DB";
}
.mdi-phonelink-lock:before {
content: "\E0DC";
}
.mdi-phonelink-off:before {
content: "\E327";
}
.mdi-phonelink-ring:before {
content: "\E0DD";
}
.mdi-phonelink-setup:before {
content: "\E0DE";
}
.mdi-photo:before {
content: "\E410";
}
.mdi-photo-album:before {
content: "\E411";
}
.mdi-photo-camera:before {
content: "\E412";
}
.mdi-photo-filter:before {
content: "\E43B";
}
.mdi-photo-library:before {
content: "\E413";
}
.mdi-photo-size-select-actual:before {
content: "\E432";
}
.mdi-photo-size-select-large:before {
content: "\E433";
}
.mdi-photo-size-select-small:before {
content: "\E434";
}
.mdi-picture-as-pdf:before {
content: "\E415";
}
.mdi-picture-in-picture:before {
content: "\E8AA";
}
.mdi-picture-in-picture-alt:before {
content: "\E911";
}
.mdi-pie-chart:before {
content: "\E6C4";
}
.mdi-pie-chart-outlined:before {
content: "\E6C5";
}
.mdi-pin-drop:before {
content: "\E55E";
}
.mdi-place:before {
content: "\E55F";
}
.mdi-play-arrow:before {
content: "\E037";
}
.mdi-play-circle-filled:before {
content: "\E038";
}
.mdi-play-circle-outline:before {
content: "\E039";
}
.mdi-play-for-work:before {
content: "\E906";
}
.mdi-playlist-add:before {
content: "\E03B";
}
.mdi-playlist-add-check:before {
content: "\E065";
}
.mdi-playlist-play:before {
content: "\E05F";
}
.mdi-plus-one:before {
content: "\E800";
}
.mdi-poll:before {
content: "\E801";
}
.mdi-polymer:before {
content: "\E8AB";
}
.mdi-pool:before {
content: "\EB48";
}
.mdi-portable-wifi-off:before {
content: "\E0CE";
}
.mdi-portrait:before {
content: "\E416";
}
.mdi-power:before {
content: "\E63C";
}
.mdi-power-input:before {
content: "\E336";
}
.mdi-power-settings-new:before {
content: "\E8AC";
}
.mdi-pregnant-woman:before {
content: "\E91E";
}
.mdi-present-to-all:before {
content: "\E0DF";
}
.mdi-print:before {
content: "\E8AD";
}
.mdi-priority-high:before {
content: "\E645";
}
.mdi-public:before {
content: "\E80B";
}
.mdi-publish:before {
content: "\E255";
}
.mdi-query-builder:before {
content: "\E8AE";
}
.mdi-question-answer:before {
content: "\E8AF";
}
.mdi-queue:before {
content: "\E03C";
}
.mdi-queue-music:before {
content: "\E03D";
}
.mdi-queue-play-next:before {
content: "\E066";
}
.mdi-radio:before {
content: "\E03E";
}
.mdi-radio-button-checked:before {
content: "\E837";
}
.mdi-radio-button-unchecked:before {
content: "\E836";
}
.mdi-rate-review:before {
content: "\E560";
}
.mdi-receipt:before {
content: "\E8B0";
}
.mdi-recent-actors:before {
content: "\E03F";
}
.mdi-record-voice-over:before {
content: "\E91F";
}
.mdi-redeem:before {
content: "\E8B1";
}
.mdi-redo:before {
content: "\E15A";
}
.mdi-refresh:before {
content: "\E5D5";
}
.mdi-remove:before {
content: "\E15B";
}
.mdi-remove-circle:before {
content: "\E15C";
}
.mdi-remove-circle-outline:before {
content: "\E15D";
}
.mdi-remove-from-queue:before {
content: "\E067";
}
.mdi-remove-red-eye:before {
content: "\E417";
}
.mdi-remove-shopping-cart:before {
content: "\E928";
}
.mdi-reorder:before {
content: "\E8FE";
}
.mdi-repeat:before {
content: "\E040";
}
.mdi-repeat-one:before {
content: "\E041";
}
.mdi-replay:before {
content: "\E042";
}
.mdi-replay-10:before {
content: "\E059";
}
.mdi-replay-30:before {
content: "\E05A";
}
.mdi-replay-5:before {
content: "\E05B";
}
.mdi-reply:before {
content: "\E15E";
}
.mdi-reply-all:before {
content: "\E15F";
}
.mdi-report:before {
content: "\E160";
}
.mdi-report-problem:before {
content: "\E8B2";
}
.mdi-restaurant:before {
content: "\E56C";
}
.mdi-restaurant-menu:before {
content: "\E561";
}
.mdi-restore:before {
content: "\E8B3";
}
.mdi-restore-page:before {
content: "\E929";
}
.mdi-ring-volume:before {
content: "\E0D1";
}
.mdi-room:before {
content: "\E8B4";
}
.mdi-room-service:before {
content: "\EB49";
}
.mdi-rotate-90-degrees-ccw:before {
content: "\E418";
}
.mdi-rotate-left:before {
content: "\E419";
}
.mdi-rotate-right:before {
content: "\E41A";
}
.mdi-rounded-corner:before {
content: "\E920";
}
.mdi-router:before {
content: "\E328";
}
.mdi-rowing:before {
content: "\E921";
}
.mdi-rss-feed:before {
content: "\E0E5";
}
.mdi-rv-hookup:before {
content: "\E642";
}
.mdi-satellite:before {
content: "\E562";
}
.mdi-save:before {
content: "\E161";
}
.mdi-scanner:before {
content: "\E329";
}
.mdi-schedule:before {
content: "\E8B5";
}
.mdi-school:before {
content: "\E80C";
}
.mdi-screen-lock-landscape:before {
content: "\E1BE";
}
.mdi-screen-lock-portrait:before {
content: "\E1BF";
}
.mdi-screen-lock-rotation:before {
content: "\E1C0";
}
.mdi-screen-rotation:before {
content: "\E1C1";
}
.mdi-screen-share:before {
content: "\E0E2";
}
.mdi-sd-card:before {
content: "\E623";
}
.mdi-sd-storage:before {
content: "\E1C2";
}
.mdi-search:before {
content: "\E8B6";
}
.mdi-security:before {
content: "\E32A";
}
.mdi-select-all:before {
content: "\E162";
}
.mdi-send:before {
content: "\E163";
}
.mdi-sentiment-dissatisfied:before {
content: "\E811";
}
.mdi-sentiment-neutral:before {
content: "\E812";
}
.mdi-sentiment-satisfied:before {
content: "\E813";
}
.mdi-sentiment-very-dissatisfied:before {
content: "\E814";
}
.mdi-sentiment-very-satisfied:before {
content: "\E815";
}
.mdi-settings:before {
content: "\E8B8";
}
.mdi-settings-applications:before {
content: "\E8B9";
}
.mdi-settings-backup-restore:before {
content: "\E8BA";
}
.mdi-settings-bluetooth:before {
content: "\E8BB";
}
.mdi-settings-brightness:before {
content: "\E8BD";
}
.mdi-settings-cell:before {
content: "\E8BC";
}
.mdi-settings-ethernet:before {
content: "\E8BE";
}
.mdi-settings-input-antenna:before {
content: "\E8BF";
}
.mdi-settings-input-component:before {
content: "\E8C0";
}
.mdi-settings-input-composite:before {
content: "\E8C1";
}
.mdi-settings-input-hdmi:before {
content: "\E8C2";
}
.mdi-settings-input-svideo:before {
content: "\E8C3";
}
.mdi-settings-overscan:before {
content: "\E8C4";
}
.mdi-settings-phone:before {
content: "\E8C5";
}
.mdi-settings-power:before {
content: "\E8C6";
}
.mdi-settings-remote:before {
content: "\E8C7";
}
.mdi-settings-system-daydream:before {
content: "\E1C3";
}
.mdi-settings-voice:before {
content: "\E8C8";
}
.mdi-share:before {
content: "\E80D";
}
.mdi-shop:before {
content: "\E8C9";
}
.mdi-shop-two:before {
content: "\E8CA";
}
.mdi-shopping-basket:before {
content: "\E8CB";
}
.mdi-shopping-cart:before {
content: "\E8CC";
}
.mdi-short-text:before {
content: "\E261";
}
.mdi-show-chart:before {
content: "\E6E1";
}
.mdi-shuffle:before {
content: "\E043";
}
.mdi-signal-cellular-4-bar:before {
content: "\E1C8";
}
.mdi-signal-cellular-connected-no-internet-4-bar:before {
content: "\E1CD";
}
.mdi-signal-cellular-no-sim:before {
content: "\E1CE";
}
.mdi-signal-cellular-null:before {
content: "\E1CF";
}
.mdi-signal-cellular-off:before {
content: "\E1D0";
}
.mdi-signal-wifi-4-bar:before {
content: "\E1D8";
}
.mdi-signal-wifi-4-bar-lock:before {
content: "\E1D9";
}
.mdi-signal-wifi-off:before {
content: "\E1DA";
}
.mdi-sim-card:before {
content: "\E32B";
}
.mdi-sim-card-alert:before {
content: "\E624";
}
.mdi-skip-next:before {
content: "\E044";
}
.mdi-skip-previous:before {
content: "\E045";
}
.mdi-slideshow:before {
content: "\E41B";
}
.mdi-slow-motion-video:before {
content: "\E068";
}
.mdi-smartphone:before {
content: "\E32C";
}
.mdi-smoke-free:before {
content: "\EB4A";
}
.mdi-smoking-rooms:before {
content: "\EB4B";
}
.mdi-sms:before {
content: "\E625";
}
.mdi-sms-failed:before {
content: "\E626";
}
.mdi-snooze:before {
content: "\E046";
}
.mdi-sort:before {
content: "\E164";
}
.mdi-sort-by-alpha:before {
content: "\E053";
}
.mdi-spa:before {
content: "\EB4C";
}
.mdi-space-bar:before {
content: "\E256";
}
.mdi-speaker:before {
content: "\E32D";
}
.mdi-speaker-group:before {
content: "\E32E";
}
.mdi-speaker-notes:before {
content: "\E8CD";
}
.mdi-speaker-notes-off:before {
content: "\E92A";
}
.mdi-speaker-phone:before {
content: "\E0D2";
}
.mdi-spellcheck:before {
content: "\E8CE";
}
.mdi-star:before {
content: "\E838";
}
.mdi-star-border:before {
content: "\E83A";
}
.mdi-star-half:before {
content: "\E839";
}
.mdi-stars:before {
content: "\E8D0";
}
.mdi-stay-current-landscape:before {
content: "\E0D3";
}
.mdi-stay-current-portrait:before {
content: "\E0D4";
}
.mdi-stay-primary-landscape:before {
content: "\E0D5";
}
.mdi-stay-primary-portrait:before {
content: "\E0D6";
}
.mdi-stop:before {
content: "\E047";
}
.mdi-stop-screen-share:before {
content: "\E0E3";
}
.mdi-storage:before {
content: "\E1DB";
}
.mdi-store:before {
content: "\E8D1";
}
.mdi-store-mall-directory:before {
content: "\E563";
}
.mdi-straighten:before {
content: "\E41C";
}
.mdi-streetview:before {
content: "\E56E";
}
.mdi-strikethrough-s:before {
content: "\E257";
}
.mdi-style:before {
content: "\E41D";
}
.mdi-subdirectory-arrow-left:before {
content: "\E5D9";
}
.mdi-subdirectory-arrow-right:before {
content: "\E5DA";
}
.mdi-subject:before {
content: "\E8D2";
}
.mdi-subscriptions:before {
content: "\E064";
}
.mdi-subtitles:before {
content: "\E048";
}
.mdi-subway:before {
content: "\E56F";
}
.mdi-supervisor-account:before {
content: "\E8D3";
}
.mdi-surround-sound:before {
content: "\E049";
}
.mdi-swap-calls:before {
content: "\E0D7";
}
.mdi-swap-horiz:before {
content: "\E8D4";
}
.mdi-swap-vert:before {
content: "\E8D5";
}
.mdi-swap-vertical-circle:before {
content: "\E8D6";
}
.mdi-switch-camera:before {
content: "\E41E";
}
.mdi-switch-video:before {
content: "\E41F";
}
.mdi-sync:before {
content: "\E627";
}
.mdi-sync-disabled:before {
content: "\E628";
}
.mdi-sync-problem:before {
content: "\E629";
}
.mdi-system-update:before {
content: "\E62A";
}
.mdi-system-update-alt:before {
content: "\E8D7";
}
.mdi-tab:before {
content: "\E8D8";
}
.mdi-tab-unselected:before {
content: "\E8D9";
}
.mdi-tablet:before {
content: "\E32F";
}
.mdi-tablet-android:before {
content: "\E330";
}
.mdi-tablet-mac:before {
content: "\E331";
}
.mdi-tag-faces:before {
content: "\E420";
}
.mdi-tap-and-play:before {
content: "\E62B";
}
.mdi-terrain:before {
content: "\E564";
}
.mdi-text-fields:before {
content: "\E262";
}
.mdi-text-format:before {
content: "\E165";
}
.mdi-textsms:before {
content: "\E0D8";
}
.mdi-texture:before {
content: "\E421";
}
.mdi-theaters:before {
content: "\E8DA";
}
.mdi-thumb-down:before {
content: "\E8DB";
}
.mdi-thumb-up:before {
content: "\E8DC";
}
.mdi-thumbs-up-down:before {
content: "\E8DD";
}
.mdi-time-to-leave:before {
content: "\E62C";
}
.mdi-timelapse:before {
content: "\E422";
}
.mdi-timeline:before {
content: "\E922";
}
.mdi-timer:before {
content: "\E425";
}
.mdi-timer-10:before {
content: "\E423";
}
.mdi-timer-3:before {
content: "\E424";
}
.mdi-timer-off:before {
content: "\E426";
}
.mdi-title:before {
content: "\E264";
}
.mdi-toc:before {
content: "\E8DE";
}
.mdi-today:before {
content: "\E8DF";
}
.mdi-toll:before {
content: "\E8E0";
}
.mdi-tonality:before {
content: "\E427";
}
.mdi-touch-app:before {
content: "\E913";
}
.mdi-toys:before {
content: "\E332";
}
.mdi-track-changes:before {
content: "\E8E1";
}
.mdi-traffic:before {
content: "\E565";
}
.mdi-train:before {
content: "\E570";
}
.mdi-tram:before {
content: "\E571";
}
.mdi-transfer-within-a-station:before {
content: "\E572";
}
.mdi-transform:before {
content: "\E428";
}
.mdi-translate:before {
content: "\E8E2";
}
.mdi-trending-down:before {
content: "\E8E3";
}
.mdi-trending-flat:before {
content: "\E8E4";
}
.mdi-trending-up:before {
content: "\E8E5";
}
.mdi-tune:before {
content: "\E429";
}
.mdi-turned-in:before {
content: "\E8E6";
}
.mdi-turned-in-not:before {
content: "\E8E7";
}
.mdi-tv:before {
content: "\E333";
}
.mdi-unarchive:before {
content: "\E169";
}
.mdi-undo:before {
content: "\E166";
}
.mdi-unfold-less:before {
content: "\E5D6";
}
.mdi-unfold-more:before {
content: "\E5D7";
}
.mdi-update:before {
content: "\E923";
}
.mdi-usb:before {
content: "\E1E0";
}
.mdi-verified-user:before {
content: "\E8E8";
}
.mdi-vertical-align-bottom:before {
content: "\E258";
}
.mdi-vertical-align-center:before {
content: "\E259";
}
.mdi-vertical-align-top:before {
content: "\E25A";
}
.mdi-vibration:before {
content: "\E62D";
}
.mdi-video-call:before {
content: "\E070";
}
.mdi-video-label:before {
content: "\E071";
}
.mdi-video-library:before {
content: "\E04A";
}
.mdi-videocam:before {
content: "\E04B";
}
.mdi-videocam-off:before {
content: "\E04C";
}
.mdi-videogame-asset:before {
content: "\E338";
}
.mdi-view-agenda:before {
content: "\E8E9";
}
.mdi-view-array:before {
content: "\E8EA";
}
.mdi-view-carousel:before {
content: "\E8EB";
}
.mdi-view-column:before {
content: "\E8EC";
}
.mdi-view-comfy:before {
content: "\E42A";
}
.mdi-view-compact:before {
content: "\E42B";
}
.mdi-view-day:before {
content: "\E8ED";
}
.mdi-view-headline:before {
content: "\E8EE";
}
.mdi-view-list:before {
content: "\E8EF";
}
.mdi-view-module:before {
content: "\E8F0";
}
.mdi-view-quilt:before {
content: "\E8F1";
}
.mdi-view-stream:before {
content: "\E8F2";
}
.mdi-view-week:before {
content: "\E8F3";
}
.mdi-vignette:before {
content: "\E435";
}
.mdi-visibility:before {
content: "\E8F4";
}
.mdi-visibility-off:before {
content: "\E8F5";
}
.mdi-voice-chat:before {
content: "\E62E";
}
.mdi-voicemail:before {
content: "\E0D9";
}
.mdi-volume-down:before {
content: "\E04D";
}
.mdi-volume-mute:before {
content: "\E04E";
}
.mdi-volume-off:before {
content: "\E04F";
}
.mdi-volume-up:before {
content: "\E050";
}
.mdi-vpn-key:before {
content: "\E0DA";
}
.mdi-vpn-lock:before {
content: "\E62F";
}
.mdi-wallpaper:before {
content: "\E1BC";
}
.mdi-warning:before {
content: "\E002";
}
.mdi-watch:before {
content: "\E334";
}
.mdi-watch-later:before {
content: "\E924";
}
.mdi-wb-auto:before {
content: "\E42C";
}
.mdi-wb-cloudy:before {
content: "\E42D";
}
.mdi-wb-incandescent:before {
content: "\E42E";
}
.mdi-wb-iridescent:before {
content: "\E436";
}
.mdi-wb-sunny:before {
content: "\E430";
}
.mdi-wc:before {
content: "\E63D";
}
.mdi-web:before {
content: "\E051";
}
.mdi-web-asset:before {
content: "\E069";
}
.mdi-weekend:before {
content: "\E16B";
}
.mdi-whatshot:before {
content: "\E80E";
}
.mdi-widgets:before {
content: "\E1BD";
}
.mdi-wifi:before {
content: "\E63E";
}
.mdi-wifi-lock:before {
content: "\E1E1";
}
.mdi-wifi-tethering:before {
content: "\E1E2";
}
.mdi-work:before {
content: "\E8F9";
}
.mdi-wrap-text:before {
content: "\E25B";
}
.mdi-youtube-searched-for:before {
content: "\E8FA";
}
.mdi-zoom-in:before {
content: "\E8FF";
}
.mdi-zoom-out:before {
content: "\E900";
}
.mdi-zoom-out-map:before {
content: "\E56B";
}
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
-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;
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;
-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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
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 th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1?#iefix) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "*";
}
.glyphicon-plus:before {
content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20AC";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270F";
}
.glyphicon-glass:before {
content: "\E001";
}
.glyphicon-music:before {
content: "\E002";
}
.glyphicon-search:before {
content: "\E003";
}
.glyphicon-heart:before {
content: "\E005";
}
.glyphicon-star:before {
content: "\E006";
}
.glyphicon-star-empty:before {
content: "\E007";
}
.glyphicon-user:before {
content: "\E008";
}
.glyphicon-film:before {
content: "\E009";
}
.glyphicon-th-large:before {
content: "\E010";
}
.glyphicon-th:before {
content: "\E011";
}
.glyphicon-th-list:before {
content: "\E012";
}
.glyphicon-ok:before {
content: "\E013";
}
.glyphicon-remove:before {
content: "\E014";
}
.glyphicon-zoom-in:before {
content: "\E015";
}
.glyphicon-zoom-out:before {
content: "\E016";
}
.glyphicon-off:before {
content: "\E017";
}
.glyphicon-signal:before {
content: "\E018";
}
.glyphicon-cog:before {
content: "\E019";
}
.glyphicon-trash:before {
content: "\E020";
}
.glyphicon-home:before {
content: "\E021";
}
.glyphicon-file:before {
content: "\E022";
}
.glyphicon-time:before {
content: "\E023";
}
.glyphicon-road:before {
content: "\E024";
}
.glyphicon-download-alt:before {
content: "\E025";
}
.glyphicon-download:before {
content: "\E026";
}
.glyphicon-upload:before {
content: "\E027";
}
.glyphicon-inbox:before {
content: "\E028";
}
.glyphicon-play-circle:before {
content: "\E029";
}
.glyphicon-repeat:before {
content: "\E030";
}
.glyphicon-refresh:before {
content: "\E031";
}
.glyphicon-list-alt:before {
content: "\E032";
}
.glyphicon-lock:before {
content: "\E033";
}
.glyphicon-flag:before {
content: "\E034";
}
.glyphicon-headphones:before {
content: "\E035";
}
.glyphicon-volume-off:before {
content: "\E036";
}
.glyphicon-volume-down:before {
content: "\E037";
}
.glyphicon-volume-up:before {
content: "\E038";
}
.glyphicon-qrcode:before {
content: "\E039";
}
.glyphicon-barcode:before {
content: "\E040";
}
.glyphicon-tag:before {
content: "\E041";
}
.glyphicon-tags:before {
content: "\E042";
}
.glyphicon-book:before {
content: "\E043";
}
.glyphicon-bookmark:before {
content: "\E044";
}
.glyphicon-print:before {
content: "\E045";
}
.glyphicon-camera:before {
content: "\E046";
}
.glyphicon-font:before {
content: "\E047";
}
.glyphicon-bold:before {
content: "\E048";
}
.glyphicon-italic:before {
content: "\E049";
}
.glyphicon-text-height:before {
content: "\E050";
}
.glyphicon-text-width:before {
content: "\E051";
}
.glyphicon-align-left:before {
content: "\E052";
}
.glyphicon-align-center:before {
content: "\E053";
}
.glyphicon-align-right:before {
content: "\E054";
}
.glyphicon-align-justify:before {
content: "\E055";
}
.glyphicon-list:before {
content: "\E056";
}
.glyphicon-indent-left:before {
content: "\E057";
}
.glyphicon-indent-right:before {
content: "\E058";
}
.glyphicon-facetime-video:before {
content: "\E059";
}
.glyphicon-picture:before {
content: "\E060";
}
.glyphicon-map-marker:before {
content: "\E062";
}
.glyphicon-adjust:before {
content: "\E063";
}
.glyphicon-tint:before {
content: "\E064";
}
.glyphicon-edit:before {
content: "\E065";
}
.glyphicon-share:before {
content: "\E066";
}
.glyphicon-check:before {
content: "\E067";
}
.glyphicon-move:before {
content: "\E068";
}
.glyphicon-step-backward:before {
content: "\E069";
}
.glyphicon-fast-backward:before {
content: "\E070";
}
.glyphicon-backward:before {
content: "\E071";
}
.glyphicon-play:before {
content: "\E072";
}
.glyphicon-pause:before {
content: "\E073";
}
.glyphicon-stop:before {
content: "\E074";
}
.glyphicon-forward:before {
content: "\E075";
}
.glyphicon-fast-forward:before {
content: "\E076";
}
.glyphicon-step-forward:before {
content: "\E077";
}
.glyphicon-eject:before {
content: "\E078";
}
.glyphicon-chevron-left:before {
content: "\E079";
}
.glyphicon-chevron-right:before {
content: "\E080";
}
.glyphicon-plus-sign:before {
content: "\E081";
}
.glyphicon-minus-sign:before {
content: "\E082";
}
.glyphicon-remove-sign:before {
content: "\E083";
}
.glyphicon-ok-sign:before {
content: "\E084";
}
.glyphicon-question-sign:before {
content: "\E085";
}
.glyphicon-info-sign:before {
content: "\E086";
}
.glyphicon-screenshot:before {
content: "\E087";
}
.glyphicon-remove-circle:before {
content: "\E088";
}
.glyphicon-ok-circle:before {
content: "\E089";
}
.glyphicon-ban-circle:before {
content: "\E090";
}
.glyphicon-arrow-left:before {
content: "\E091";
}
.glyphicon-arrow-right:before {
content: "\E092";
}
.glyphicon-arrow-up:before {
content: "\E093";
}
.glyphicon-arrow-down:before {
content: "\E094";
}
.glyphicon-share-alt:before {
content: "\E095";
}
.glyphicon-resize-full:before {
content: "\E096";
}
.glyphicon-resize-small:before {
content: "\E097";
}
.glyphicon-exclamation-sign:before {
content: "\E101";
}
.glyphicon-gift:before {
content: "\E102";
}
.glyphicon-leaf:before {
content: "\E103";
}
.glyphicon-fire:before {
content: "\E104";
}
.glyphicon-eye-open:before {
content: "\E105";
}
.glyphicon-eye-close:before {
content: "\E106";
}
.glyphicon-warning-sign:before {
content: "\E107";
}
.glyphicon-plane:before {
content: "\E108";
}
.glyphicon-calendar:before {
content: "\E109";
}
.glyphicon-random:before {
content: "\E110";
}
.glyphicon-comment:before {
content: "\E111";
}
.glyphicon-magnet:before {
content: "\E112";
}
.glyphicon-chevron-up:before {
content: "\E113";
}
.glyphicon-chevron-down:before {
content: "\E114";
}
.glyphicon-retweet:before {
content: "\E115";
}
.glyphicon-shopping-cart:before {
content: "\E116";
}
.glyphicon-folder-close:before {
content: "\E117";
}
.glyphicon-folder-open:before {
content: "\E118";
}
.glyphicon-resize-vertical:before {
content: "\E119";
}
.glyphicon-resize-horizontal:before {
content: "\E120";
}
.glyphicon-hdd:before {
content: "\E121";
}
.glyphicon-bullhorn:before {
content: "\E122";
}
.glyphicon-bell:before {
content: "\E123";
}
.glyphicon-certificate:before {
content: "\E124";
}
.glyphicon-thumbs-up:before {
content: "\E125";
}
.glyphicon-thumbs-down:before {
content: "\E126";
}
.glyphicon-hand-right:before {
content: "\E127";
}
.glyphicon-hand-left:before {
content: "\E128";
}
.glyphicon-hand-up:before {
content: "\E129";
}
.glyphicon-hand-down:before {
content: "\E130";
}
.glyphicon-circle-arrow-right:before {
content: "\E131";
}
.glyphicon-circle-arrow-left:before {
content: "\E132";
}
.glyphicon-circle-arrow-up:before {
content: "\E133";
}
.glyphicon-circle-arrow-down:before {
content: "\E134";
}
.glyphicon-globe:before {
content: "\E135";
}
.glyphicon-wrench:before {
content: "\E136";
}
.glyphicon-tasks:before {
content: "\E137";
}
.glyphicon-filter:before {
content: "\E138";
}
.glyphicon-briefcase:before {
content: "\E139";
}
.glyphicon-fullscreen:before {
content: "\E140";
}
.glyphicon-dashboard:before {
content: "\E141";
}
.glyphicon-paperclip:before {
content: "\E142";
}
.glyphicon-heart-empty:before {
content: "\E143";
}
.glyphicon-link:before {
content: "\E144";
}
.glyphicon-phone:before {
content: "\E145";
}
.glyphicon-pushpin:before {
content: "\E146";
}
.glyphicon-usd:before {
content: "\E148";
}
.glyphicon-gbp:before {
content: "\E149";
}
.glyphicon-sort:before {
content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\E152";
}
.glyphicon-sort-by-order:before {
content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
content: "\E154";
}
.glyphicon-sort-by-attributes:before {
content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\E156";
}
.glyphicon-unchecked:before {
content: "\E157";
}
.glyphicon-expand:before {
content: "\E158";
}
.glyphicon-collapse-down:before {
content: "\E159";
}
.glyphicon-collapse-up:before {
content: "\E160";
}
.glyphicon-log-in:before {
content: "\E161";
}
.glyphicon-flash:before {
content: "\E162";
}
.glyphicon-log-out:before {
content: "\E163";
}
.glyphicon-new-window:before {
content: "\E164";
}
.glyphicon-record:before {
content: "\E165";
}
.glyphicon-save:before {
content: "\E166";
}
.glyphicon-open:before {
content: "\E167";
}
.glyphicon-saved:before {
content: "\E168";
}
.glyphicon-import:before {
content: "\E169";
}
.glyphicon-export:before {
content: "\E170";
}
.glyphicon-send:before {
content: "\E171";
}
.glyphicon-floppy-disk:before {
content: "\E172";
}
.glyphicon-floppy-saved:before {
content: "\E173";
}
.glyphicon-floppy-remove:before {
content: "\E174";
}
.glyphicon-floppy-save:before {
content: "\E175";
}
.glyphicon-floppy-open:before {
content: "\E176";
}
.glyphicon-credit-card:before {
content: "\E177";
}
.glyphicon-transfer:before {
content: "\E178";
}
.glyphicon-cutlery:before {
content: "\E179";
}
.glyphicon-header:before {
content: "\E180";
}
.glyphicon-compressed:before {
content: "\E181";
}
.glyphicon-earphone:before {
content: "\E182";
}
.glyphicon-phone-alt:before {
content: "\E183";
}
.glyphicon-tower:before {
content: "\E184";
}
.glyphicon-stats:before {
content: "\E185";
}
.glyphicon-sd-video:before {
content: "\E186";
}
.glyphicon-hd-video:before {
content: "\E187";
}
.glyphicon-subtitles:before {
content: "\E188";
}
.glyphicon-sound-stereo:before {
content: "\E189";
}
.glyphicon-sound-dolby:before {
content: "\E190";
}
.glyphicon-sound-5-1:before {
content: "\E191";
}
.glyphicon-sound-6-1:before {
content: "\E192";
}
.glyphicon-sound-7-1:before {
content: "\E193";
}
.glyphicon-copyright-mark:before {
content: "\E194";
}
.glyphicon-registration-mark:before {
content: "\E195";
}
.glyphicon-cloud-download:before {
content: "\E197";
}
.glyphicon-cloud-upload:before {
content: "\E198";
}
.glyphicon-tree-conifer:before {
content: "\E199";
}
.glyphicon-tree-deciduous:before {
content: "\E200";
}
.glyphicon-cd:before {
content: "\E201";
}
.glyphicon-save-file:before {
content: "\E202";
}
.glyphicon-open-file:before {
content: "\E203";
}
.glyphicon-level-up:before {
content: "\E204";
}
.glyphicon-copy:before {
content: "\E205";
}
.glyphicon-paste:before {
content: "\E206";
}
.glyphicon-alert:before {
content: "\E209";
}
.glyphicon-equalizer:before {
content: "\E210";
}
.glyphicon-king:before {
content: "\E211";
}
.glyphicon-queen:before {
content: "\E212";
}
.glyphicon-pawn:before {
content: "\E213";
}
.glyphicon-bishop:before {
content: "\E214";
}
.glyphicon-knight:before {
content: "\E215";
}
.glyphicon-baby-formula:before {
content: "\E216";
}
.glyphicon-tent:before {
content: "\26FA";
}
.glyphicon-blackboard:before {
content: "\E218";
}
.glyphicon-bed:before {
content: "\E219";
}
.glyphicon-apple:before {
content: "\F8FF";
}
.glyphicon-erase:before {
content: "\E221";
}
.glyphicon-hourglass:before {
content: "\231B";
}
.glyphicon-lamp:before {
content: "\E223";
}
.glyphicon-duplicate:before {
content: "\E224";
}
.glyphicon-piggy-bank:before {
content: "\E225";
}
.glyphicon-scissors:before {
content: "\E226";
}
.glyphicon-bitcoin:before {
content: "\E227";
}
.glyphicon-btc:before {
content: "\E227";
}
.glyphicon-xbt:before {
content: "\E227";
}
.glyphicon-yen:before {
content: "\A5";
}
.glyphicon-jpy:before {
content: "\A5";
}
.glyphicon-ruble:before {
content: "\20BD";
}
.glyphicon-rub:before {
content: "\20BD";
}
.glyphicon-scale:before {
content: "\E230";
}
.glyphicon-ice-lolly:before {
content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\E232";
}
.glyphicon-education:before {
content: "\E233";
}
.glyphicon-option-horizontal:before {
content: "\E234";
}
.glyphicon-option-vertical:before {
content: "\E235";
}
.glyphicon-menu-hamburger:before {
content: "\E236";
}
.glyphicon-modal-window:before {
content: "\E237";
}
.glyphicon-oil:before {
content: "\E238";
}
.glyphicon-grain:before {
content: "\E239";
}
.glyphicon-sunglasses:before {
content: "\E240";
}
.glyphicon-text-size:before {
content: "\E241";
}
.glyphicon-text-color:before {
content: "\E242";
}
.glyphicon-text-background:before {
content: "\E243";
}
.glyphicon-object-align-top:before {
content: "\E244";
}
.glyphicon-object-align-bottom:before {
content: "\E245";
}
.glyphicon-object-align-horizontal:before {
content: "\E246";
}
.glyphicon-object-align-left:before {
content: "\E247";
}
.glyphicon-object-align-vertical:before {
content: "\E248";
}
.glyphicon-object-align-right:before {
content: "\E249";
}
.glyphicon-triangle-right:before {
content: "\E250";
}
.glyphicon-triangle-left:before {
content: "\E251";
}
.glyphicon-triangle-bottom:before {
content: "\E252";
}
.glyphicon-triangle-top:before {
content: "\E253";
}
.glyphicon-console:before {
content: "\E254";
}
.glyphicon-superscript:before {
content: "\E255";
}
.glyphicon-subscript:before {
content: "\E256";
}
.glyphicon-menu-left:before {
content: "\E257";
}
.glyphicon-menu-right:before {
content: "\E258";
}
.glyphicon-menu-down:before {
content: "\E259";
}
.glyphicon-menu-up:before {
content: "\E260";
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Raleway", sans-serif;
font-size: 14px;
line-height: 1.6;
color: #636b6f;
background-color: #f5f8fa;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #3097D1;
text-decoration: none;
}
a:hover,
a:focus {
color: #216a94;
text-decoration: underline;
}
a:focus {
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.6;
background-color: #f5f8fa;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-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: 22px;
margin-bottom: 22px;
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;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 22px;
margin-bottom: 11px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 11px;
margin-bottom: 11px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 11px;
}
.lead {
margin-bottom: 22px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase,
.initialism {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #3097D1;
}
a.text-primary:hover,
a.text-primary:focus {
color: #2579a9;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
}
.bg-primary {
background-color: #3097D1;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #2579a9;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 10px;
margin: 44px 0 22px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 22px;
}
dt,
dd {
line-height: 1.6;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
content: " ";
display: table;
}
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 11px 22px;
margin: 0 0 22px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.6;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\A0 \2014';
}
address {
margin-bottom: 22px;
font-style: normal;
line-height: 1.6;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
display: block;
padding: 10.5px;
margin: 0 0 11px;
font-size: 13px;
line-height: 1.6;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container:before,
.container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
content: " ";
display: table;
}
.container-fluid:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before,
.row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.6;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #f5f8fa;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 16.5px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 22px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.6;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 36px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.6;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccd0d2;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #98cbe8;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
}
.form-control::-moz-placeholder {
color: #b1b7ba;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #b1b7ba;
}
.form-control::-webkit-input-placeholder {
color: #b1b7ba;
}
.form-control::-ms-expand {
border: 0;
background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 36px;
}
input[type="date"].input-sm,
.input-group-sm > input.form-control[type="date"],
.input-group-sm > input.input-group-addon[type="date"],
.input-group-sm > .input-group-btn > input.btn[type="date"],
.input-group-sm input[type="date"],
input[type="time"].input-sm,
.input-group-sm > input.form-control[type="time"],
.input-group-sm > input.input-group-addon[type="time"],
.input-group-sm > .input-group-btn > input.btn[type="time"],
.input-group-sm
input[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm > input.form-control[type="datetime-local"],
.input-group-sm > input.input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
.input-group-sm
input[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm > input.form-control[type="month"],
.input-group-sm > input.input-group-addon[type="month"],
.input-group-sm > .input-group-btn > input.btn[type="month"],
.input-group-sm
input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
.input-group-lg > input.form-control[type="date"],
.input-group-lg > input.input-group-addon[type="date"],
.input-group-lg > .input-group-btn > input.btn[type="date"],
.input-group-lg input[type="date"],
input[type="time"].input-lg,
.input-group-lg > input.form-control[type="time"],
.input-group-lg > input.input-group-addon[type="time"],
.input-group-lg > .input-group-btn > input.btn[type="time"],
.input-group-lg
input[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg > input.form-control[type="datetime-local"],
.input-group-lg > input.input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
.input-group-lg
input[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg > input.form-control[type="month"],
.input-group-lg > input.input-group-addon[type="month"],
.input-group-lg > .input-group-btn > input.btn[type="month"],
.input-group-lg
input[type="month"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 22px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 36px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
padding-left: 0;
padding-right: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 34px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 40px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 45px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #a4aaae;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 29px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
content: " ";
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.6;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #636b6f;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #636b6f;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #636b6f;
background-color: #e6e5e5;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #636b6f;
background-color: #e6e5e5;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
color: #636b6f;
background-color: #e6e5e5;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
color: #636b6f;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #636b6f;
}
.btn-primary {
color: #fff;
background-color: #3097D1;
border-color: #2a88bd;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #2579a9;
border-color: #133d55;
}
.btn-primary:hover {
color: #fff;
background-color: #2579a9;
border-color: #1f648b;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #2579a9;
border-color: #1f648b;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
color: #fff;
background-color: #1f648b;
border-color: #133d55;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
background-color: #3097D1;
border-color: #2a88bd;
}
.btn-primary .badge {
color: #3097D1;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #2ab27b;
border-color: #259d6d;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #20895e;
border-color: #0d3625;
}
.btn-success:hover {
color: #fff;
background-color: #20895e;
border-color: #196c4b;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #20895e;
border-color: #196c4b;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #196c4b;
border-color: #0d3625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
background-color: #2ab27b;
border-color: #259d6d;
}
.btn-success .badge {
color: #2ab27b;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #8eb4cb;
border-color: #7da8c3;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #6b9dbb;
border-color: #3d6983;
}
.btn-info:hover {
color: #fff;
background-color: #6b9dbb;
border-color: #538db0;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #6b9dbb;
border-color: #538db0;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #538db0;
border-color: #3d6983;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
background-color: #8eb4cb;
border-color: #7da8c3;
}
.btn-info .badge {
color: #8eb4cb;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #cbb956;
border-color: #c5b143;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #b6a338;
border-color: #685d20;
}
.btn-warning:hover {
color: #fff;
background-color: #b6a338;
border-color: #9b8a30;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #b6a338;
border-color: #9b8a30;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #9b8a30;
border-color: #685d20;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
background-color: #cbb956;
border-color: #c5b143;
}
.btn-warning .badge {
color: #cbb956;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #bf5329;
border-color: #aa4a24;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #954120;
border-color: #411c0e;
}
.btn-danger:hover {
color: #fff;
background-color: #954120;
border-color: #78341a;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #954120;
border-color: #78341a;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #78341a;
border-color: #411c0e;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
background-color: #bf5329;
border-color: #aa4a24;
}
.btn-danger .badge {
color: #bf5329;
background-color: #fff;
}
.btn-link {
color: #3097D1;
font-weight: normal;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #216a94;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
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: #fff;
border: 1px solid #ccc;
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);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 10px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.6;
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: #fff;
text-decoration: none;
outline: 0;
background-color: #3097D1;
}
.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.6;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
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 dashed;
border-bottom: 4px solid \9;
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 {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
content: " ";
display: table;
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
content: " ";
display: table;
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group .form-control:focus {
z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #ccd0d2;
border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav:before,
.nav:after {
content: " ";
display: table;
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #3097D1;
}
.nav .nav-divider {
height: 1px;
margin: 10px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.6;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #f5f8fa;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #3097D1;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li,
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #f5f8fa;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 22px;
border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
content: " ";
display: table;
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
.navbar-header:before,
.navbar-header:after {
content: " ";
display: table;
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
content: " ";
display: table;
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 14px 15px;
font-size: 18px;
line-height: 22px;
height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 22px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 22px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 14px;
padding-bottom: 14px;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 7px;
margin-bottom: 7px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 7px;
margin-bottom: 7px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 14px;
margin-bottom: 14px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #fff;
border-color: #d3e0e9;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5d5d;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #d3e0e9;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #eeeeee;
color: #555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #eeeeee;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #090909;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 22px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/\A0";
padding: 0 5px;
color: #ccc;
}
.breadcrumb > .active {
color: #777777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 22px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.6;
text-decoration: none;
color: #3097D1;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
z-index: 2;
color: #216a94;
background-color: #eeeeee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
background-color: #3097D1;
border-color: #3097D1;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 22px 0;
list-style: none;
text-align: center;
}
.pager:before,
.pager:after {
content: " ";
display: table;
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #fff;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label-default {
background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #3097D1;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #2579a9;
}
.label-success {
background-color: #2ab27b;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #20895e;
}
.label-info {
background-color: #8eb4cb;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #6b9dbb;
}
.label-warning {
background-color: #cbb956;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #b6a338;
}
.label-danger {
background-color: #bf5329;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #954120;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #3097D1;
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 6px;
padding-left: 15px;
padding-right: 15px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 22px;
line-height: 1.6;
background-color: #f5f8fa;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.thumbnail .caption {
padding: 9px;
color: #636b6f;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #3097D1;
}
.alert {
padding: 15px;
margin-bottom: 22px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 22px;
margin-bottom: 22px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 22px;
color: #fff;
text-align: center;
background-color: #3097D1;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #2ab27b;
}
.progress-striped .progress-bar-success {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #8eb4cb;
}
.progress-striped .progress-bar-info {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #cbb956;
}
.progress-striped .progress-bar-warning {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #bf5329;
}
.progress-striped .progress-bar-danger {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
zoom: 1;
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-object.img-thumbnail {
max-width: none;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #d3e0e9;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #3097D1;
border-color: #3097D1;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #d7ebf6;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 22px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-body:before,
.panel-body:after {
content: " ";
display: table;
}
.panel-body:after {
clear: both;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #d3e0e9;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 22px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #d3e0e9;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #d3e0e9;
}
.panel-default {
border-color: #d3e0e9;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #fff;
border-color: #d3e0e9;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d3e0e9;
}
.panel-default > .panel-heading .badge {
color: #fff;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d3e0e9;
}
.panel-primary {
border-color: #3097D1;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #3097D1;
border-color: #3097D1;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #3097D1;
}
.panel-primary > .panel-heading .badge {
color: #3097D1;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #3097D1;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
content: " ";
display: table;
}
.modal-header:after {
clear: both;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.6;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Raleway", sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.6;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
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: #fff;
text-align: center;
background-color: #000;
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: #000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Raleway", sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.6;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 14px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
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);
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203A';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.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;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs {
display: none !important;
}
.visible-sm {
display: none !important;
}
.visible-md {
display: none !important;
}
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
} | public/css/app.css | @import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@charset "UTF-8";
/*!
* Font Awesome 4.7.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(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) 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 #eee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-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 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-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 {
-webkit-filter: none;
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: #fff;
}
/* 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-star:before {
content: "\F005";
}
.fa-star-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-star-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-f:before,
.fa-facebook:before {
content: "\F09A";
}
.fa-github:before {
content: "\F09B";
}
.fa-unlock:before {
content: "\F09C";
}
.fa-credit-card:before {
content: "\F09D";
}
.fa-feed:before,
.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-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-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,
.fa-gratipay: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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}
.fa-buysellads:before {
content: "\F20D";
}
.fa-connectdevelop:before {
content: "\F20E";
}
.fa-dashcube:before {
content: "\F210";
}
.fa-forumbee:before {
content: "\F211";
}
.fa-leanpub:before {
content: "\F212";
}
.fa-sellsy:before {
content: "\F213";
}
.fa-shirtsinbulk:before {
content: "\F214";
}
.fa-simplybuilt:before {
content: "\F215";
}
.fa-skyatlas:before {
content: "\F216";
}
.fa-cart-plus:before {
content: "\F217";
}
.fa-cart-arrow-down:before {
content: "\F218";
}
.fa-diamond:before {
content: "\F219";
}
.fa-ship:before {
content: "\F21A";
}
.fa-user-secret:before {
content: "\F21B";
}
.fa-motorcycle:before {
content: "\F21C";
}
.fa-street-view:before {
content: "\F21D";
}
.fa-heartbeat:before {
content: "\F21E";
}
.fa-venus:before {
content: "\F221";
}
.fa-mars:before {
content: "\F222";
}
.fa-mercury:before {
content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\F224";
}
.fa-transgender-alt:before {
content: "\F225";
}
.fa-venus-double:before {
content: "\F226";
}
.fa-mars-double:before {
content: "\F227";
}
.fa-venus-mars:before {
content: "\F228";
}
.fa-mars-stroke:before {
content: "\F229";
}
.fa-mars-stroke-v:before {
content: "\F22A";
}
.fa-mars-stroke-h:before {
content: "\F22B";
}
.fa-neuter:before {
content: "\F22C";
}
.fa-genderless:before {
content: "\F22D";
}
.fa-facebook-official:before {
content: "\F230";
}
.fa-pinterest-p:before {
content: "\F231";
}
.fa-whatsapp:before {
content: "\F232";
}
.fa-server:before {
content: "\F233";
}
.fa-user-plus:before {
content: "\F234";
}
.fa-user-times:before {
content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\F236";
}
.fa-viacoin:before {
content: "\F237";
}
.fa-train:before {
content: "\F238";
}
.fa-subway:before {
content: "\F239";
}
.fa-medium:before {
content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\F23B";
}
.fa-optin-monster:before {
content: "\F23C";
}
.fa-opencart:before {
content: "\F23D";
}
.fa-expeditedssl:before {
content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\F244";
}
.fa-mouse-pointer:before {
content: "\F245";
}
.fa-i-cursor:before {
content: "\F246";
}
.fa-object-group:before {
content: "\F247";
}
.fa-object-ungroup:before {
content: "\F248";
}
.fa-sticky-note:before {
content: "\F249";
}
.fa-sticky-note-o:before {
content: "\F24A";
}
.fa-cc-jcb:before {
content: "\F24B";
}
.fa-cc-diners-club:before {
content: "\F24C";
}
.fa-clone:before {
content: "\F24D";
}
.fa-balance-scale:before {
content: "\F24E";
}
.fa-hourglass-o:before {
content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\F253";
}
.fa-hourglass:before {
content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\F256";
}
.fa-hand-scissors-o:before {
content: "\F257";
}
.fa-hand-lizard-o:before {
content: "\F258";
}
.fa-hand-spock-o:before {
content: "\F259";
}
.fa-hand-pointer-o:before {
content: "\F25A";
}
.fa-hand-peace-o:before {
content: "\F25B";
}
.fa-trademark:before {
content: "\F25C";
}
.fa-registered:before {
content: "\F25D";
}
.fa-creative-commons:before {
content: "\F25E";
}
.fa-gg:before {
content: "\F260";
}
.fa-gg-circle:before {
content: "\F261";
}
.fa-tripadvisor:before {
content: "\F262";
}
.fa-odnoklassniki:before {
content: "\F263";
}
.fa-odnoklassniki-square:before {
content: "\F264";
}
.fa-get-pocket:before {
content: "\F265";
}
.fa-wikipedia-w:before {
content: "\F266";
}
.fa-safari:before {
content: "\F267";
}
.fa-chrome:before {
content: "\F268";
}
.fa-firefox:before {
content: "\F269";
}
.fa-opera:before {
content: "\F26A";
}
.fa-internet-explorer:before {
content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
content: "\F26C";
}
.fa-contao:before {
content: "\F26D";
}
.fa-500px:before {
content: "\F26E";
}
.fa-amazon:before {
content: "\F270";
}
.fa-calendar-plus-o:before {
content: "\F271";
}
.fa-calendar-minus-o:before {
content: "\F272";
}
.fa-calendar-times-o:before {
content: "\F273";
}
.fa-calendar-check-o:before {
content: "\F274";
}
.fa-industry:before {
content: "\F275";
}
.fa-map-pin:before {
content: "\F276";
}
.fa-map-signs:before {
content: "\F277";
}
.fa-map-o:before {
content: "\F278";
}
.fa-map:before {
content: "\F279";
}
.fa-commenting:before {
content: "\F27A";
}
.fa-commenting-o:before {
content: "\F27B";
}
.fa-houzz:before {
content: "\F27C";
}
.fa-vimeo:before {
content: "\F27D";
}
.fa-black-tie:before {
content: "\F27E";
}
.fa-fonticons:before {
content: "\F280";
}
.fa-reddit-alien:before {
content: "\F281";
}
.fa-edge:before {
content: "\F282";
}
.fa-credit-card-alt:before {
content: "\F283";
}
.fa-codiepie:before {
content: "\F284";
}
.fa-modx:before {
content: "\F285";
}
.fa-fort-awesome:before {
content: "\F286";
}
.fa-usb:before {
content: "\F287";
}
.fa-product-hunt:before {
content: "\F288";
}
.fa-mixcloud:before {
content: "\F289";
}
.fa-scribd:before {
content: "\F28A";
}
.fa-pause-circle:before {
content: "\F28B";
}
.fa-pause-circle-o:before {
content: "\F28C";
}
.fa-stop-circle:before {
content: "\F28D";
}
.fa-stop-circle-o:before {
content: "\F28E";
}
.fa-shopping-bag:before {
content: "\F290";
}
.fa-shopping-basket:before {
content: "\F291";
}
.fa-hashtag:before {
content: "\F292";
}
.fa-bluetooth:before {
content: "\F293";
}
.fa-bluetooth-b:before {
content: "\F294";
}
.fa-percent:before {
content: "\F295";
}
.fa-gitlab:before {
content: "\F296";
}
.fa-wpbeginner:before {
content: "\F297";
}
.fa-wpforms:before {
content: "\F298";
}
.fa-envira:before {
content: "\F299";
}
.fa-universal-access:before {
content: "\F29A";
}
.fa-wheelchair-alt:before {
content: "\F29B";
}
.fa-question-circle-o:before {
content: "\F29C";
}
.fa-blind:before {
content: "\F29D";
}
.fa-audio-description:before {
content: "\F29E";
}
.fa-volume-control-phone:before {
content: "\F2A0";
}
.fa-braille:before {
content: "\F2A1";
}
.fa-assistive-listening-systems:before {
content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\F2A4";
}
.fa-glide:before {
content: "\F2A5";
}
.fa-glide-g:before {
content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\F2A7";
}
.fa-low-vision:before {
content: "\F2A8";
}
.fa-viadeo:before {
content: "\F2A9";
}
.fa-viadeo-square:before {
content: "\F2AA";
}
.fa-snapchat:before {
content: "\F2AB";
}
.fa-snapchat-ghost:before {
content: "\F2AC";
}
.fa-snapchat-square:before {
content: "\F2AD";
}
.fa-pied-piper:before {
content: "\F2AE";
}
.fa-first-order:before {
content: "\F2B0";
}
.fa-yoast:before {
content: "\F2B1";
}
.fa-themeisle:before {
content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\F2B4";
}
.fa-handshake-o:before {
content: "\F2B5";
}
.fa-envelope-open:before {
content: "\F2B6";
}
.fa-envelope-open-o:before {
content: "\F2B7";
}
.fa-linode:before {
content: "\F2B8";
}
.fa-address-book:before {
content: "\F2B9";
}
.fa-address-book-o:before {
content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\F2BC";
}
.fa-user-circle:before {
content: "\F2BD";
}
.fa-user-circle-o:before {
content: "\F2BE";
}
.fa-user-o:before {
content: "\F2C0";
}
.fa-id-badge:before {
content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\F2C3";
}
.fa-quora:before {
content: "\F2C4";
}
.fa-free-code-camp:before {
content: "\F2C5";
}
.fa-telegram:before {
content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\F2CB";
}
.fa-shower:before {
content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\F2CD";
}
.fa-podcast:before {
content: "\F2CE";
}
.fa-window-maximize:before {
content: "\F2D0";
}
.fa-window-minimize:before {
content: "\F2D1";
}
.fa-window-restore:before {
content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\F2D4";
}
.fa-bandcamp:before {
content: "\F2D5";
}
.fa-grav:before {
content: "\F2D6";
}
.fa-etsy:before {
content: "\F2D7";
}
.fa-imdb:before {
content: "\F2D8";
}
.fa-ravelry:before {
content: "\F2D9";
}
.fa-eercast:before {
content: "\F2DA";
}
.fa-microchip:before {
content: "\F2DB";
}
.fa-snowflake-o:before {
content: "\F2DC";
}
.fa-superpowers:before {
content: "\F2DD";
}
.fa-wpexplorer:before {
content: "\F2DE";
}
.fa-meetup:before {
content: "\F2E0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
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;
}
/* FONT PATH
* -------------------------- */
@font-face {
font-family: "Material Design Icons";
font-style: normal;
font-weight: 400;
src: url(/fonts/vendor/bootstrap-material-design-icons/MaterialIcons-Regular.eot?e79bfd88537def476913f3ed52f4f4b3);
src: url(/fonts/vendor/bootstrap-material-design-icons/MaterialIcons-Regular.eot?e79bfd88537def476913f3ed52f4f4b3) format("embedded-opentype"), url(/fonts/vendor/bootstrap-material-design-icons/MaterialIcons-Regular.woff2?29e1bb4218f492854c1601a93d49662f) format("woff2"), url(/fonts/vendor/bootstrap-material-design-icons/MaterialIcons-Regular.woff?3c3d0242794b4682460a3f7c7a2126ee) format("woff"), url(/fonts/vendor/bootstrap-material-design-icons/MaterialIcons-Regular.ttf?a37b0c01c0baf1888ca812cc0508f6e2) format("truetype"), url(/fonts/vendor/bootstrap-material-design-icons/MaterialIcons-Regular.svg?a1adea65594c502f9d9428f13ae210e1) format("svg");
}
.mdi,
.material-icons {
font: normal normal normal 14px/1 "Material Design Icons";
font-size: inherit;
display: inline-block;
text-transform: none;
letter-spacing: normal;
line-height: 1;
position: relative;
word-wrap: normal;
top: 1px;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.material-icons {
width: 1em;
height: 1em;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for IE. */
-webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
}
/* makes the font 33% larger relative to the icon container */
.mdi-lg,
.mdi-size-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.mdi-2x,
.mdi-size-2x {
font-size: 2em;
}
.mdi-3x,
.mdi-size-3x {
font-size: 3em;
}
.mdi-4x,
.mdi-size-4x {
font-size: 4em;
}
.mdi-5x,
.mdi-size-5x {
font-size: 5em;
}
.mdi-fw {
width: 1.28571429em;
text-align: center;
}
.mdi-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.mdi-ul > li {
position: relative;
}
.mdi-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.mdi-li.mdi-lg {
left: -1.85714286em;
}
.mdi-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.mdi.pull-left {
margin-right: .3em;
}
.mdi.pull-right {
margin-left: .3em;
}
.mdi-spin {
-webkit-animation: md-spin 2s infinite linear;
animation: md-spin 2s infinite linear;
}
.mdi-pulse {
-webkit-animation: md-spin 1s infinite steps(8);
animation: md-spin 1s infinite steps(8);
}
@-webkit-keyframes md-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes md-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.mdi-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.mdi-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.mdi-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.mdi-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.mdi-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .mdi-rotate-90,
:root .mdi-rotate-180,
:root .mdi-rotate-270,
:root .mdi-flip-horizontal,
:root .mdi-flip-vertical {
-webkit-filter: none;
filter: none;
}
.mdi-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.mdi-stack-1x,
.mdi-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.mdi-stack-1x {
line-height: inherit;
}
.mdi-stack-2x {
font-size: 2em;
}
.mdi-inverse {
color: #fff;
}
.mdi-3d-rotation:before {
content: "\E84D";
}
.mdi-ac-unit:before {
content: "\EB3B";
}
.mdi-access-alarm:before {
content: "\E190";
}
.mdi-access-alarms:before {
content: "\E191";
}
.mdi-access-time:before {
content: "\E192";
}
.mdi-accessibility:before {
content: "\E84E";
}
.mdi-accessible:before {
content: "\E914";
}
.mdi-account-balance:before {
content: "\E84F";
}
.mdi-account-balance-wallet:before {
content: "\E850";
}
.mdi-account-box:before {
content: "\E851";
}
.mdi-account-circle:before {
content: "\E853";
}
.mdi-adb:before {
content: "\E60E";
}
.mdi-add:before {
content: "\E145";
}
.mdi-add-a-photo:before {
content: "\E439";
}
.mdi-add-alarm:before {
content: "\E193";
}
.mdi-add-alert:before {
content: "\E003";
}
.mdi-add-box:before {
content: "\E146";
}
.mdi-add-circle:before {
content: "\E147";
}
.mdi-add-circle-outline:before {
content: "\E148";
}
.mdi-add-location:before {
content: "\E567";
}
.mdi-add-shopping-cart:before {
content: "\E854";
}
.mdi-add-to-photos:before {
content: "\E39D";
}
.mdi-add-to-queue:before {
content: "\E05C";
}
.mdi-adjust:before {
content: "\E39E";
}
.mdi-airline-seat-flat:before {
content: "\E630";
}
.mdi-airline-seat-flat-angled:before {
content: "\E631";
}
.mdi-airline-seat-individual-suite:before {
content: "\E632";
}
.mdi-airline-seat-legroom-extra:before {
content: "\E633";
}
.mdi-airline-seat-legroom-normal:before {
content: "\E634";
}
.mdi-airline-seat-legroom-reduced:before {
content: "\E635";
}
.mdi-airline-seat-recline-extra:before {
content: "\E636";
}
.mdi-airline-seat-recline-normal:before {
content: "\E637";
}
.mdi-airplanemode-active:before {
content: "\E195";
}
.mdi-airplanemode-inactive:before {
content: "\E194";
}
.mdi-airplay:before {
content: "\E055";
}
.mdi-airport-shuttle:before {
content: "\EB3C";
}
.mdi-alarm:before {
content: "\E855";
}
.mdi-alarm-add:before {
content: "\E856";
}
.mdi-alarm-off:before {
content: "\E857";
}
.mdi-alarm-on:before {
content: "\E858";
}
.mdi-album:before {
content: "\E019";
}
.mdi-all-inclusive:before {
content: "\EB3D";
}
.mdi-all-out:before {
content: "\E90B";
}
.mdi-android:before {
content: "\E859";
}
.mdi-announcement:before {
content: "\E85A";
}
.mdi-apps:before {
content: "\E5C3";
}
.mdi-archive:before {
content: "\E149";
}
.mdi-arrow-back:before {
content: "\E5C4";
}
.mdi-arrow-downward:before {
content: "\E5DB";
}
.mdi-arrow-drop-down:before {
content: "\E5C5";
}
.mdi-arrow-drop-down-circle:before {
content: "\E5C6";
}
.mdi-arrow-drop-up:before {
content: "\E5C7";
}
.mdi-arrow-forward:before {
content: "\E5C8";
}
.mdi-arrow-upward:before {
content: "\E5D8";
}
.mdi-art-track:before {
content: "\E060";
}
.mdi-aspect-ratio:before {
content: "\E85B";
}
.mdi-assessment:before {
content: "\E85C";
}
.mdi-assignment:before {
content: "\E85D";
}
.mdi-assignment-ind:before {
content: "\E85E";
}
.mdi-assignment-late:before {
content: "\E85F";
}
.mdi-assignment-return:before {
content: "\E860";
}
.mdi-assignment-returned:before {
content: "\E861";
}
.mdi-assignment-turned-in:before {
content: "\E862";
}
.mdi-assistant:before {
content: "\E39F";
}
.mdi-assistant-photo:before {
content: "\E3A0";
}
.mdi-attach-file:before {
content: "\E226";
}
.mdi-attach-money:before {
content: "\E227";
}
.mdi-attachment:before {
content: "\E2BC";
}
.mdi-audiotrack:before {
content: "\E3A1";
}
.mdi-autorenew:before {
content: "\E863";
}
.mdi-av-timer:before {
content: "\E01B";
}
.mdi-backspace:before {
content: "\E14A";
}
.mdi-backup:before {
content: "\E864";
}
.mdi-battery-alert:before {
content: "\E19C";
}
.mdi-battery-charging-full:before {
content: "\E1A3";
}
.mdi-battery-full:before {
content: "\E1A4";
}
.mdi-battery-std:before {
content: "\E1A5";
}
.mdi-battery-unknown:before {
content: "\E1A6";
}
.mdi-beach-access:before {
content: "\EB3E";
}
.mdi-beenhere:before {
content: "\E52D";
}
.mdi-block:before {
content: "\E14B";
}
.mdi-bluetooth:before {
content: "\E1A7";
}
.mdi-bluetooth-audio:before {
content: "\E60F";
}
.mdi-bluetooth-connected:before {
content: "\E1A8";
}
.mdi-bluetooth-disabled:before {
content: "\E1A9";
}
.mdi-bluetooth-searching:before {
content: "\E1AA";
}
.mdi-blur-circular:before {
content: "\E3A2";
}
.mdi-blur-linear:before {
content: "\E3A3";
}
.mdi-blur-off:before {
content: "\E3A4";
}
.mdi-blur-on:before {
content: "\E3A5";
}
.mdi-book:before {
content: "\E865";
}
.mdi-bookmark:before {
content: "\E866";
}
.mdi-bookmark-border:before {
content: "\E867";
}
.mdi-border-all:before {
content: "\E228";
}
.mdi-border-bottom:before {
content: "\E229";
}
.mdi-border-clear:before {
content: "\E22A";
}
.mdi-border-color:before {
content: "\E22B";
}
.mdi-border-horizontal:before {
content: "\E22C";
}
.mdi-border-inner:before {
content: "\E22D";
}
.mdi-border-left:before {
content: "\E22E";
}
.mdi-border-outer:before {
content: "\E22F";
}
.mdi-border-right:before {
content: "\E230";
}
.mdi-border-style:before {
content: "\E231";
}
.mdi-border-top:before {
content: "\E232";
}
.mdi-border-vertical:before {
content: "\E233";
}
.mdi-branding-watermark:before {
content: "\E06B";
}
.mdi-brightness-1:before {
content: "\E3A6";
}
.mdi-brightness-2:before {
content: "\E3A7";
}
.mdi-brightness-3:before {
content: "\E3A8";
}
.mdi-brightness-4:before {
content: "\E3A9";
}
.mdi-brightness-5:before {
content: "\E3AA";
}
.mdi-brightness-6:before {
content: "\E3AB";
}
.mdi-brightness-7:before {
content: "\E3AC";
}
.mdi-brightness-auto:before {
content: "\E1AB";
}
.mdi-brightness-high:before {
content: "\E1AC";
}
.mdi-brightness-low:before {
content: "\E1AD";
}
.mdi-brightness-medium:before {
content: "\E1AE";
}
.mdi-broken-image:before {
content: "\E3AD";
}
.mdi-brush:before {
content: "\E3AE";
}
.mdi-bubble-chart:before {
content: "\E6DD";
}
.mdi-bug-report:before {
content: "\E868";
}
.mdi-build:before {
content: "\E869";
}
.mdi-burst-mode:before {
content: "\E43C";
}
.mdi-business:before {
content: "\E0AF";
}
.mdi-business-center:before {
content: "\EB3F";
}
.mdi-cached:before {
content: "\E86A";
}
.mdi-cake:before {
content: "\E7E9";
}
.mdi-call:before {
content: "\E0B0";
}
.mdi-call-end:before {
content: "\E0B1";
}
.mdi-call-made:before {
content: "\E0B2";
}
.mdi-call-merge:before {
content: "\E0B3";
}
.mdi-call-missed:before {
content: "\E0B4";
}
.mdi-call-missed-outgoing:before {
content: "\E0E4";
}
.mdi-call-received:before {
content: "\E0B5";
}
.mdi-call-split:before {
content: "\E0B6";
}
.mdi-call-to-action:before {
content: "\E06C";
}
.mdi-camera:before {
content: "\E3AF";
}
.mdi-camera-alt:before {
content: "\E3B0";
}
.mdi-camera-enhance:before {
content: "\E8FC";
}
.mdi-camera-front:before {
content: "\E3B1";
}
.mdi-camera-rear:before {
content: "\E3B2";
}
.mdi-camera-roll:before {
content: "\E3B3";
}
.mdi-cancel:before {
content: "\E5C9";
}
.mdi-card-giftcard:before {
content: "\E8F6";
}
.mdi-card-membership:before {
content: "\E8F7";
}
.mdi-card-travel:before {
content: "\E8F8";
}
.mdi-casino:before {
content: "\EB40";
}
.mdi-cast:before {
content: "\E307";
}
.mdi-cast-connected:before {
content: "\E308";
}
.mdi-center-focus-strong:before {
content: "\E3B4";
}
.mdi-center-focus-weak:before {
content: "\E3B5";
}
.mdi-change-history:before {
content: "\E86B";
}
.mdi-chat:before {
content: "\E0B7";
}
.mdi-chat-bubble:before {
content: "\E0CA";
}
.mdi-chat-bubble-outline:before {
content: "\E0CB";
}
.mdi-check:before {
content: "\E5CA";
}
.mdi-check-box:before {
content: "\E834";
}
.mdi-check-box-outline-blank:before {
content: "\E835";
}
.mdi-check-circle:before {
content: "\E86C";
}
.mdi-chevron-left:before {
content: "\E5CB";
}
.mdi-chevron-right:before {
content: "\E5CC";
}
.mdi-child-care:before {
content: "\EB41";
}
.mdi-child-friendly:before {
content: "\EB42";
}
.mdi-chrome-reader-mode:before {
content: "\E86D";
}
.mdi-class:before {
content: "\E86E";
}
.mdi-clear:before {
content: "\E14C";
}
.mdi-clear-all:before {
content: "\E0B8";
}
.mdi-close:before {
content: "\E5CD";
}
.mdi-closed-caption:before {
content: "\E01C";
}
.mdi-cloud:before {
content: "\E2BD";
}
.mdi-cloud-circle:before {
content: "\E2BE";
}
.mdi-cloud-done:before {
content: "\E2BF";
}
.mdi-cloud-download:before {
content: "\E2C0";
}
.mdi-cloud-off:before {
content: "\E2C1";
}
.mdi-cloud-queue:before {
content: "\E2C2";
}
.mdi-cloud-upload:before {
content: "\E2C3";
}
.mdi-code:before {
content: "\E86F";
}
.mdi-collections:before {
content: "\E3B6";
}
.mdi-collections-bookmark:before {
content: "\E431";
}
.mdi-color-lens:before {
content: "\E3B7";
}
.mdi-colorize:before {
content: "\E3B8";
}
.mdi-comment:before {
content: "\E0B9";
}
.mdi-compare:before {
content: "\E3B9";
}
.mdi-compare-arrows:before {
content: "\E915";
}
.mdi-computer:before {
content: "\E30A";
}
.mdi-confirmation-number:before {
content: "\E638";
}
.mdi-contact-mail:before {
content: "\E0D0";
}
.mdi-contact-phone:before {
content: "\E0CF";
}
.mdi-contacts:before {
content: "\E0BA";
}
.mdi-content-copy:before {
content: "\E14D";
}
.mdi-content-cut:before {
content: "\E14E";
}
.mdi-content-paste:before {
content: "\E14F";
}
.mdi-control-point:before {
content: "\E3BA";
}
.mdi-control-point-duplicate:before {
content: "\E3BB";
}
.mdi-copyright:before {
content: "\E90C";
}
.mdi-create:before {
content: "\E150";
}
.mdi-create-new-folder:before {
content: "\E2CC";
}
.mdi-credit-card:before {
content: "\E870";
}
.mdi-crop:before {
content: "\E3BE";
}
.mdi-crop-16-9:before {
content: "\E3BC";
}
.mdi-crop-3-2:before {
content: "\E3BD";
}
.mdi-crop-5-4:before {
content: "\E3BF";
}
.mdi-crop-7-5:before {
content: "\E3C0";
}
.mdi-crop-din:before {
content: "\E3C1";
}
.mdi-crop-free:before {
content: "\E3C2";
}
.mdi-crop-landscape:before {
content: "\E3C3";
}
.mdi-crop-original:before {
content: "\E3C4";
}
.mdi-crop-portrait:before {
content: "\E3C5";
}
.mdi-crop-rotate:before {
content: "\E437";
}
.mdi-crop-square:before {
content: "\E3C6";
}
.mdi-dashboard:before {
content: "\E871";
}
.mdi-data-usage:before {
content: "\E1AF";
}
.mdi-date-range:before {
content: "\E916";
}
.mdi-dehaze:before {
content: "\E3C7";
}
.mdi-delete:before {
content: "\E872";
}
.mdi-delete-forever:before {
content: "\E92B";
}
.mdi-delete-sweep:before {
content: "\E16C";
}
.mdi-description:before {
content: "\E873";
}
.mdi-desktop-mac:before {
content: "\E30B";
}
.mdi-desktop-windows:before {
content: "\E30C";
}
.mdi-details:before {
content: "\E3C8";
}
.mdi-developer-board:before {
content: "\E30D";
}
.mdi-developer-mode:before {
content: "\E1B0";
}
.mdi-device-hub:before {
content: "\E335";
}
.mdi-devices:before {
content: "\E1B1";
}
.mdi-devices-other:before {
content: "\E337";
}
.mdi-dialer-sip:before {
content: "\E0BB";
}
.mdi-dialpad:before {
content: "\E0BC";
}
.mdi-directions:before {
content: "\E52E";
}
.mdi-directions-bike:before {
content: "\E52F";
}
.mdi-directions-boat:before {
content: "\E532";
}
.mdi-directions-bus:before {
content: "\E530";
}
.mdi-directions-car:before {
content: "\E531";
}
.mdi-directions-railway:before {
content: "\E534";
}
.mdi-directions-run:before {
content: "\E566";
}
.mdi-directions-subway:before {
content: "\E533";
}
.mdi-directions-transit:before {
content: "\E535";
}
.mdi-directions-walk:before {
content: "\E536";
}
.mdi-disc-full:before {
content: "\E610";
}
.mdi-dns:before {
content: "\E875";
}
.mdi-do-not-disturb:before {
content: "\E612";
}
.mdi-do-not-disturb-alt:before {
content: "\E611";
}
.mdi-do-not-disturb-off:before {
content: "\E643";
}
.mdi-do-not-disturb-on:before {
content: "\E644";
}
.mdi-dock:before {
content: "\E30E";
}
.mdi-domain:before {
content: "\E7EE";
}
.mdi-done:before {
content: "\E876";
}
.mdi-done-all:before {
content: "\E877";
}
.mdi-donut-large:before {
content: "\E917";
}
.mdi-donut-small:before {
content: "\E918";
}
.mdi-drafts:before {
content: "\E151";
}
.mdi-drag-handle:before {
content: "\E25D";
}
.mdi-drive-eta:before {
content: "\E613";
}
.mdi-dvr:before {
content: "\E1B2";
}
.mdi-edit:before {
content: "\E3C9";
}
.mdi-edit-location:before {
content: "\E568";
}
.mdi-eject:before {
content: "\E8FB";
}
.mdi-email:before {
content: "\E0BE";
}
.mdi-enhanced-encryption:before {
content: "\E63F";
}
.mdi-equalizer:before {
content: "\E01D";
}
.mdi-error:before {
content: "\E000";
}
.mdi-error-outline:before {
content: "\E001";
}
.mdi-euro-symbol:before {
content: "\E926";
}
.mdi-ev-station:before {
content: "\E56D";
}
.mdi-event:before {
content: "\E878";
}
.mdi-event-available:before {
content: "\E614";
}
.mdi-event-busy:before {
content: "\E615";
}
.mdi-event-note:before {
content: "\E616";
}
.mdi-event-seat:before {
content: "\E903";
}
.mdi-exit-to-app:before {
content: "\E879";
}
.mdi-expand-less:before {
content: "\E5CE";
}
.mdi-expand-more:before {
content: "\E5CF";
}
.mdi-explicit:before {
content: "\E01E";
}
.mdi-explore:before {
content: "\E87A";
}
.mdi-exposure:before {
content: "\E3CA";
}
.mdi-exposure-neg-1:before {
content: "\E3CB";
}
.mdi-exposure-neg-2:before {
content: "\E3CC";
}
.mdi-exposure-plus-1:before {
content: "\E3CD";
}
.mdi-exposure-plus-2:before {
content: "\E3CE";
}
.mdi-exposure-zero:before {
content: "\E3CF";
}
.mdi-extension:before {
content: "\E87B";
}
.mdi-face:before {
content: "\E87C";
}
.mdi-fast-forward:before {
content: "\E01F";
}
.mdi-fast-rewind:before {
content: "\E020";
}
.mdi-favorite:before {
content: "\E87D";
}
.mdi-favorite-border:before {
content: "\E87E";
}
.mdi-featured-play-list:before {
content: "\E06D";
}
.mdi-featured-video:before {
content: "\E06E";
}
.mdi-feedback:before {
content: "\E87F";
}
.mdi-fiber-dvr:before {
content: "\E05D";
}
.mdi-fiber-manual-record:before {
content: "\E061";
}
.mdi-fiber-new:before {
content: "\E05E";
}
.mdi-fiber-pin:before {
content: "\E06A";
}
.mdi-fiber-smart-record:before {
content: "\E062";
}
.mdi-file-download:before {
content: "\E2C4";
}
.mdi-file-upload:before {
content: "\E2C6";
}
.mdi-filter:before {
content: "\E3D3";
}
.mdi-filter-1:before {
content: "\E3D0";
}
.mdi-filter-2:before {
content: "\E3D1";
}
.mdi-filter-3:before {
content: "\E3D2";
}
.mdi-filter-4:before {
content: "\E3D4";
}
.mdi-filter-5:before {
content: "\E3D5";
}
.mdi-filter-6:before {
content: "\E3D6";
}
.mdi-filter-7:before {
content: "\E3D7";
}
.mdi-filter-8:before {
content: "\E3D8";
}
.mdi-filter-9:before {
content: "\E3D9";
}
.mdi-filter-9-plus:before {
content: "\E3DA";
}
.mdi-filter-b-and-w:before {
content: "\E3DB";
}
.mdi-filter-center-focus:before {
content: "\E3DC";
}
.mdi-filter-drama:before {
content: "\E3DD";
}
.mdi-filter-frames:before {
content: "\E3DE";
}
.mdi-filter-hdr:before {
content: "\E3DF";
}
.mdi-filter-list:before {
content: "\E152";
}
.mdi-filter-none:before {
content: "\E3E0";
}
.mdi-filter-tilt-shift:before {
content: "\E3E2";
}
.mdi-filter-vintage:before {
content: "\E3E3";
}
.mdi-find-in-page:before {
content: "\E880";
}
.mdi-find-replace:before {
content: "\E881";
}
.mdi-fingerprint:before {
content: "\E90D";
}
.mdi-first-page:before {
content: "\E5DC";
}
.mdi-fitness-center:before {
content: "\EB43";
}
.mdi-flag:before {
content: "\E153";
}
.mdi-flare:before {
content: "\E3E4";
}
.mdi-flash-auto:before {
content: "\E3E5";
}
.mdi-flash-off:before {
content: "\E3E6";
}
.mdi-flash-on:before {
content: "\E3E7";
}
.mdi-flight:before {
content: "\E539";
}
.mdi-flight-land:before {
content: "\E904";
}
.mdi-flight-takeoff:before {
content: "\E905";
}
.mdi-flip:before {
content: "\E3E8";
}
.mdi-flip-to-back:before {
content: "\E882";
}
.mdi-flip-to-front:before {
content: "\E883";
}
.mdi-folder:before {
content: "\E2C7";
}
.mdi-folder-open:before {
content: "\E2C8";
}
.mdi-folder-shared:before {
content: "\E2C9";
}
.mdi-folder-special:before {
content: "\E617";
}
.mdi-font-download:before {
content: "\E167";
}
.mdi-format-align-center:before {
content: "\E234";
}
.mdi-format-align-justify:before {
content: "\E235";
}
.mdi-format-align-left:before {
content: "\E236";
}
.mdi-format-align-right:before {
content: "\E237";
}
.mdi-format-bold:before {
content: "\E238";
}
.mdi-format-clear:before {
content: "\E239";
}
.mdi-format-color-fill:before {
content: "\E23A";
}
.mdi-format-color-reset:before {
content: "\E23B";
}
.mdi-format-color-text:before {
content: "\E23C";
}
.mdi-format-indent-decrease:before {
content: "\E23D";
}
.mdi-format-indent-increase:before {
content: "\E23E";
}
.mdi-format-italic:before {
content: "\E23F";
}
.mdi-format-line-spacing:before {
content: "\E240";
}
.mdi-format-list-bulleted:before {
content: "\E241";
}
.mdi-format-list-numbered:before {
content: "\E242";
}
.mdi-format-paint:before {
content: "\E243";
}
.mdi-format-quote:before {
content: "\E244";
}
.mdi-format-shapes:before {
content: "\E25E";
}
.mdi-format-size:before {
content: "\E245";
}
.mdi-format-strikethrough:before {
content: "\E246";
}
.mdi-format-textdirection-l-to-r:before {
content: "\E247";
}
.mdi-format-textdirection-r-to-l:before {
content: "\E248";
}
.mdi-format-underlined:before {
content: "\E249";
}
.mdi-forum:before {
content: "\E0BF";
}
.mdi-forward:before {
content: "\E154";
}
.mdi-forward-10:before {
content: "\E056";
}
.mdi-forward-30:before {
content: "\E057";
}
.mdi-forward-5:before {
content: "\E058";
}
.mdi-free-breakfast:before {
content: "\EB44";
}
.mdi-fullscreen:before {
content: "\E5D0";
}
.mdi-fullscreen-exit:before {
content: "\E5D1";
}
.mdi-functions:before {
content: "\E24A";
}
.mdi-g-translate:before {
content: "\E927";
}
.mdi-gamepad:before {
content: "\E30F";
}
.mdi-games:before {
content: "\E021";
}
.mdi-gavel:before {
content: "\E90E";
}
.mdi-gesture:before {
content: "\E155";
}
.mdi-get-app:before {
content: "\E884";
}
.mdi-gif:before {
content: "\E908";
}
.mdi-golf-course:before {
content: "\EB45";
}
.mdi-gps-fixed:before {
content: "\E1B3";
}
.mdi-gps-not-fixed:before {
content: "\E1B4";
}
.mdi-gps-off:before {
content: "\E1B5";
}
.mdi-grade:before {
content: "\E885";
}
.mdi-gradient:before {
content: "\E3E9";
}
.mdi-grain:before {
content: "\E3EA";
}
.mdi-graphic-eq:before {
content: "\E1B8";
}
.mdi-grid-off:before {
content: "\E3EB";
}
.mdi-grid-on:before {
content: "\E3EC";
}
.mdi-group:before {
content: "\E7EF";
}
.mdi-group-add:before {
content: "\E7F0";
}
.mdi-group-work:before {
content: "\E886";
}
.mdi-hd:before {
content: "\E052";
}
.mdi-hdr-off:before {
content: "\E3ED";
}
.mdi-hdr-on:before {
content: "\E3EE";
}
.mdi-hdr-strong:before {
content: "\E3F1";
}
.mdi-hdr-weak:before {
content: "\E3F2";
}
.mdi-headset:before {
content: "\E310";
}
.mdi-headset-mic:before {
content: "\E311";
}
.mdi-healing:before {
content: "\E3F3";
}
.mdi-hearing:before {
content: "\E023";
}
.mdi-help:before {
content: "\E887";
}
.mdi-help-outline:before {
content: "\E8FD";
}
.mdi-high-quality:before {
content: "\E024";
}
.mdi-highlight:before {
content: "\E25F";
}
.mdi-highlight-off:before {
content: "\E888";
}
.mdi-history:before {
content: "\E889";
}
.mdi-home:before {
content: "\E88A";
}
.mdi-hot-tub:before {
content: "\EB46";
}
.mdi-hotel:before {
content: "\E53A";
}
.mdi-hourglass-empty:before {
content: "\E88B";
}
.mdi-hourglass-full:before {
content: "\E88C";
}
.mdi-http:before {
content: "\E902";
}
.mdi-https:before {
content: "\E88D";
}
.mdi-image:before {
content: "\E3F4";
}
.mdi-image-aspect-ratio:before {
content: "\E3F5";
}
.mdi-import-contacts:before {
content: "\E0E0";
}
.mdi-import-export:before {
content: "\E0C3";
}
.mdi-important-devices:before {
content: "\E912";
}
.mdi-inbox:before {
content: "\E156";
}
.mdi-indeterminate-check-box:before {
content: "\E909";
}
.mdi-info:before {
content: "\E88E";
}
.mdi-info-outline:before {
content: "\E88F";
}
.mdi-input:before {
content: "\E890";
}
.mdi-insert-chart:before {
content: "\E24B";
}
.mdi-insert-comment:before {
content: "\E24C";
}
.mdi-insert-drive-file:before {
content: "\E24D";
}
.mdi-insert-emoticon:before {
content: "\E24E";
}
.mdi-insert-invitation:before {
content: "\E24F";
}
.mdi-insert-link:before {
content: "\E250";
}
.mdi-insert-photo:before {
content: "\E251";
}
.mdi-invert-colors:before {
content: "\E891";
}
.mdi-invert-colors-off:before {
content: "\E0C4";
}
.mdi-iso:before {
content: "\E3F6";
}
.mdi-keyboard:before {
content: "\E312";
}
.mdi-keyboard-arrow-down:before {
content: "\E313";
}
.mdi-keyboard-arrow-left:before {
content: "\E314";
}
.mdi-keyboard-arrow-right:before {
content: "\E315";
}
.mdi-keyboard-arrow-up:before {
content: "\E316";
}
.mdi-keyboard-backspace:before {
content: "\E317";
}
.mdi-keyboard-capslock:before {
content: "\E318";
}
.mdi-keyboard-hide:before {
content: "\E31A";
}
.mdi-keyboard-return:before {
content: "\E31B";
}
.mdi-keyboard-tab:before {
content: "\E31C";
}
.mdi-keyboard-voice:before {
content: "\E31D";
}
.mdi-kitchen:before {
content: "\EB47";
}
.mdi-label:before {
content: "\E892";
}
.mdi-label-outline:before {
content: "\E893";
}
.mdi-landscape:before {
content: "\E3F7";
}
.mdi-language:before {
content: "\E894";
}
.mdi-laptop:before {
content: "\E31E";
}
.mdi-laptop-chromebook:before {
content: "\E31F";
}
.mdi-laptop-mac:before {
content: "\E320";
}
.mdi-laptop-windows:before {
content: "\E321";
}
.mdi-last-page:before {
content: "\E5DD";
}
.mdi-launch:before {
content: "\E895";
}
.mdi-layers:before {
content: "\E53B";
}
.mdi-layers-clear:before {
content: "\E53C";
}
.mdi-leak-add:before {
content: "\E3F8";
}
.mdi-leak-remove:before {
content: "\E3F9";
}
.mdi-lens:before {
content: "\E3FA";
}
.mdi-library-add:before {
content: "\E02E";
}
.mdi-library-books:before {
content: "\E02F";
}
.mdi-library-music:before {
content: "\E030";
}
.mdi-lightbulb-outline:before {
content: "\E90F";
}
.mdi-line-style:before {
content: "\E919";
}
.mdi-line-weight:before {
content: "\E91A";
}
.mdi-linear-scale:before {
content: "\E260";
}
.mdi-link:before {
content: "\E157";
}
.mdi-linked-camera:before {
content: "\E438";
}
.mdi-list:before {
content: "\E896";
}
.mdi-live-help:before {
content: "\E0C6";
}
.mdi-live-tv:before {
content: "\E639";
}
.mdi-local-activity:before {
content: "\E53F";
}
.mdi-local-airport:before {
content: "\E53D";
}
.mdi-local-atm:before {
content: "\E53E";
}
.mdi-local-bar:before {
content: "\E540";
}
.mdi-local-cafe:before {
content: "\E541";
}
.mdi-local-car-wash:before {
content: "\E542";
}
.mdi-local-convenience-store:before {
content: "\E543";
}
.mdi-local-dining:before {
content: "\E556";
}
.mdi-local-drink:before {
content: "\E544";
}
.mdi-local-florist:before {
content: "\E545";
}
.mdi-local-gas-station:before {
content: "\E546";
}
.mdi-local-grocery-store:before {
content: "\E547";
}
.mdi-local-hospital:before {
content: "\E548";
}
.mdi-local-hotel:before {
content: "\E549";
}
.mdi-local-laundry-service:before {
content: "\E54A";
}
.mdi-local-library:before {
content: "\E54B";
}
.mdi-local-mall:before {
content: "\E54C";
}
.mdi-local-movies:before {
content: "\E54D";
}
.mdi-local-offer:before {
content: "\E54E";
}
.mdi-local-parking:before {
content: "\E54F";
}
.mdi-local-pharmacy:before {
content: "\E550";
}
.mdi-local-phone:before {
content: "\E551";
}
.mdi-local-pizza:before {
content: "\E552";
}
.mdi-local-play:before {
content: "\E553";
}
.mdi-local-post-office:before {
content: "\E554";
}
.mdi-local-printshop:before {
content: "\E555";
}
.mdi-local-see:before {
content: "\E557";
}
.mdi-local-shipping:before {
content: "\E558";
}
.mdi-local-taxi:before {
content: "\E559";
}
.mdi-location-city:before {
content: "\E7F1";
}
.mdi-location-disabled:before {
content: "\E1B6";
}
.mdi-location-off:before {
content: "\E0C7";
}
.mdi-location-on:before {
content: "\E0C8";
}
.mdi-location-searching:before {
content: "\E1B7";
}
.mdi-lock:before {
content: "\E897";
}
.mdi-lock-open:before {
content: "\E898";
}
.mdi-lock-outline:before {
content: "\E899";
}
.mdi-looks:before {
content: "\E3FC";
}
.mdi-looks-3:before {
content: "\E3FB";
}
.mdi-looks-4:before {
content: "\E3FD";
}
.mdi-looks-5:before {
content: "\E3FE";
}
.mdi-looks-6:before {
content: "\E3FF";
}
.mdi-looks-one:before {
content: "\E400";
}
.mdi-looks-two:before {
content: "\E401";
}
.mdi-loop:before {
content: "\E028";
}
.mdi-loupe:before {
content: "\E402";
}
.mdi-low-priority:before {
content: "\E16D";
}
.mdi-loyalty:before {
content: "\E89A";
}
.mdi-mail:before {
content: "\E158";
}
.mdi-mail-outline:before {
content: "\E0E1";
}
.mdi-map:before {
content: "\E55B";
}
.mdi-markunread:before {
content: "\E159";
}
.mdi-markunread-mailbox:before {
content: "\E89B";
}
.mdi-memory:before {
content: "\E322";
}
.mdi-menu:before {
content: "\E5D2";
}
.mdi-merge-type:before {
content: "\E252";
}
.mdi-message:before {
content: "\E0C9";
}
.mdi-mic:before {
content: "\E029";
}
.mdi-mic-none:before {
content: "\E02A";
}
.mdi-mic-off:before {
content: "\E02B";
}
.mdi-mms:before {
content: "\E618";
}
.mdi-mode-comment:before {
content: "\E253";
}
.mdi-mode-edit:before {
content: "\E254";
}
.mdi-monetization-on:before {
content: "\E263";
}
.mdi-money-off:before {
content: "\E25C";
}
.mdi-monochrome-photos:before {
content: "\E403";
}
.mdi-mood:before {
content: "\E7F2";
}
.mdi-mood-bad:before {
content: "\E7F3";
}
.mdi-more:before {
content: "\E619";
}
.mdi-more-horiz:before {
content: "\E5D3";
}
.mdi-more-vert:before {
content: "\E5D4";
}
.mdi-motorcycle:before {
content: "\E91B";
}
.mdi-mouse:before {
content: "\E323";
}
.mdi-move-to-inbox:before {
content: "\E168";
}
.mdi-movie:before {
content: "\E02C";
}
.mdi-movie-creation:before {
content: "\E404";
}
.mdi-movie-filter:before {
content: "\E43A";
}
.mdi-multiline-chart:before {
content: "\E6DF";
}
.mdi-music-note:before {
content: "\E405";
}
.mdi-music-video:before {
content: "\E063";
}
.mdi-my-location:before {
content: "\E55C";
}
.mdi-nature:before {
content: "\E406";
}
.mdi-nature-people:before {
content: "\E407";
}
.mdi-navigate-before:before {
content: "\E408";
}
.mdi-navigate-next:before {
content: "\E409";
}
.mdi-navigation:before {
content: "\E55D";
}
.mdi-near-me:before {
content: "\E569";
}
.mdi-network-cell:before {
content: "\E1B9";
}
.mdi-network-check:before {
content: "\E640";
}
.mdi-network-locked:before {
content: "\E61A";
}
.mdi-network-wifi:before {
content: "\E1BA";
}
.mdi-new-releases:before {
content: "\E031";
}
.mdi-next-week:before {
content: "\E16A";
}
.mdi-nfc:before {
content: "\E1BB";
}
.mdi-no-encryption:before {
content: "\E641";
}
.mdi-no-sim:before {
content: "\E0CC";
}
.mdi-not-interested:before {
content: "\E033";
}
.mdi-note:before {
content: "\E06F";
}
.mdi-note-add:before {
content: "\E89C";
}
.mdi-notifications:before {
content: "\E7F4";
}
.mdi-notifications-active:before {
content: "\E7F7";
}
.mdi-notifications-none:before {
content: "\E7F5";
}
.mdi-notifications-off:before {
content: "\E7F6";
}
.mdi-notifications-paused:before {
content: "\E7F8";
}
.mdi-offline-pin:before {
content: "\E90A";
}
.mdi-ondemand-video:before {
content: "\E63A";
}
.mdi-opacity:before {
content: "\E91C";
}
.mdi-open-in-browser:before {
content: "\E89D";
}
.mdi-open-in-new:before {
content: "\E89E";
}
.mdi-open-with:before {
content: "\E89F";
}
.mdi-pages:before {
content: "\E7F9";
}
.mdi-pageview:before {
content: "\E8A0";
}
.mdi-palette:before {
content: "\E40A";
}
.mdi-pan-tool:before {
content: "\E925";
}
.mdi-panorama:before {
content: "\E40B";
}
.mdi-panorama-fish-eye:before {
content: "\E40C";
}
.mdi-panorama-horizontal:before {
content: "\E40D";
}
.mdi-panorama-vertical:before {
content: "\E40E";
}
.mdi-panorama-wide-angle:before {
content: "\E40F";
}
.mdi-party-mode:before {
content: "\E7FA";
}
.mdi-pause:before {
content: "\E034";
}
.mdi-pause-circle-filled:before {
content: "\E035";
}
.mdi-pause-circle-outline:before {
content: "\E036";
}
.mdi-payment:before {
content: "\E8A1";
}
.mdi-people:before {
content: "\E7FB";
}
.mdi-people-outline:before {
content: "\E7FC";
}
.mdi-perm-camera-mic:before {
content: "\E8A2";
}
.mdi-perm-contact-calendar:before {
content: "\E8A3";
}
.mdi-perm-data-setting:before {
content: "\E8A4";
}
.mdi-perm-device-information:before {
content: "\E8A5";
}
.mdi-perm-identity:before {
content: "\E8A6";
}
.mdi-perm-media:before {
content: "\E8A7";
}
.mdi-perm-phone-msg:before {
content: "\E8A8";
}
.mdi-perm-scan-wifi:before {
content: "\E8A9";
}
.mdi-person:before {
content: "\E7FD";
}
.mdi-person-add:before {
content: "\E7FE";
}
.mdi-person-outline:before {
content: "\E7FF";
}
.mdi-person-pin:before {
content: "\E55A";
}
.mdi-person-pin-circle:before {
content: "\E56A";
}
.mdi-personal-video:before {
content: "\E63B";
}
.mdi-pets:before {
content: "\E91D";
}
.mdi-phone:before {
content: "\E0CD";
}
.mdi-phone-android:before {
content: "\E324";
}
.mdi-phone-bluetooth-speaker:before {
content: "\E61B";
}
.mdi-phone-forwarded:before {
content: "\E61C";
}
.mdi-phone-in-talk:before {
content: "\E61D";
}
.mdi-phone-iphone:before {
content: "\E325";
}
.mdi-phone-locked:before {
content: "\E61E";
}
.mdi-phone-missed:before {
content: "\E61F";
}
.mdi-phone-paused:before {
content: "\E620";
}
.mdi-phonelink:before {
content: "\E326";
}
.mdi-phonelink-erase:before {
content: "\E0DB";
}
.mdi-phonelink-lock:before {
content: "\E0DC";
}
.mdi-phonelink-off:before {
content: "\E327";
}
.mdi-phonelink-ring:before {
content: "\E0DD";
}
.mdi-phonelink-setup:before {
content: "\E0DE";
}
.mdi-photo:before {
content: "\E410";
}
.mdi-photo-album:before {
content: "\E411";
}
.mdi-photo-camera:before {
content: "\E412";
}
.mdi-photo-filter:before {
content: "\E43B";
}
.mdi-photo-library:before {
content: "\E413";
}
.mdi-photo-size-select-actual:before {
content: "\E432";
}
.mdi-photo-size-select-large:before {
content: "\E433";
}
.mdi-photo-size-select-small:before {
content: "\E434";
}
.mdi-picture-as-pdf:before {
content: "\E415";
}
.mdi-picture-in-picture:before {
content: "\E8AA";
}
.mdi-picture-in-picture-alt:before {
content: "\E911";
}
.mdi-pie-chart:before {
content: "\E6C4";
}
.mdi-pie-chart-outlined:before {
content: "\E6C5";
}
.mdi-pin-drop:before {
content: "\E55E";
}
.mdi-place:before {
content: "\E55F";
}
.mdi-play-arrow:before {
content: "\E037";
}
.mdi-play-circle-filled:before {
content: "\E038";
}
.mdi-play-circle-outline:before {
content: "\E039";
}
.mdi-play-for-work:before {
content: "\E906";
}
.mdi-playlist-add:before {
content: "\E03B";
}
.mdi-playlist-add-check:before {
content: "\E065";
}
.mdi-playlist-play:before {
content: "\E05F";
}
.mdi-plus-one:before {
content: "\E800";
}
.mdi-poll:before {
content: "\E801";
}
.mdi-polymer:before {
content: "\E8AB";
}
.mdi-pool:before {
content: "\EB48";
}
.mdi-portable-wifi-off:before {
content: "\E0CE";
}
.mdi-portrait:before {
content: "\E416";
}
.mdi-power:before {
content: "\E63C";
}
.mdi-power-input:before {
content: "\E336";
}
.mdi-power-settings-new:before {
content: "\E8AC";
}
.mdi-pregnant-woman:before {
content: "\E91E";
}
.mdi-present-to-all:before {
content: "\E0DF";
}
.mdi-print:before {
content: "\E8AD";
}
.mdi-priority-high:before {
content: "\E645";
}
.mdi-public:before {
content: "\E80B";
}
.mdi-publish:before {
content: "\E255";
}
.mdi-query-builder:before {
content: "\E8AE";
}
.mdi-question-answer:before {
content: "\E8AF";
}
.mdi-queue:before {
content: "\E03C";
}
.mdi-queue-music:before {
content: "\E03D";
}
.mdi-queue-play-next:before {
content: "\E066";
}
.mdi-radio:before {
content: "\E03E";
}
.mdi-radio-button-checked:before {
content: "\E837";
}
.mdi-radio-button-unchecked:before {
content: "\E836";
}
.mdi-rate-review:before {
content: "\E560";
}
.mdi-receipt:before {
content: "\E8B0";
}
.mdi-recent-actors:before {
content: "\E03F";
}
.mdi-record-voice-over:before {
content: "\E91F";
}
.mdi-redeem:before {
content: "\E8B1";
}
.mdi-redo:before {
content: "\E15A";
}
.mdi-refresh:before {
content: "\E5D5";
}
.mdi-remove:before {
content: "\E15B";
}
.mdi-remove-circle:before {
content: "\E15C";
}
.mdi-remove-circle-outline:before {
content: "\E15D";
}
.mdi-remove-from-queue:before {
content: "\E067";
}
.mdi-remove-red-eye:before {
content: "\E417";
}
.mdi-remove-shopping-cart:before {
content: "\E928";
}
.mdi-reorder:before {
content: "\E8FE";
}
.mdi-repeat:before {
content: "\E040";
}
.mdi-repeat-one:before {
content: "\E041";
}
.mdi-replay:before {
content: "\E042";
}
.mdi-replay-10:before {
content: "\E059";
}
.mdi-replay-30:before {
content: "\E05A";
}
.mdi-replay-5:before {
content: "\E05B";
}
.mdi-reply:before {
content: "\E15E";
}
.mdi-reply-all:before {
content: "\E15F";
}
.mdi-report:before {
content: "\E160";
}
.mdi-report-problem:before {
content: "\E8B2";
}
.mdi-restaurant:before {
content: "\E56C";
}
.mdi-restaurant-menu:before {
content: "\E561";
}
.mdi-restore:before {
content: "\E8B3";
}
.mdi-restore-page:before {
content: "\E929";
}
.mdi-ring-volume:before {
content: "\E0D1";
}
.mdi-room:before {
content: "\E8B4";
}
.mdi-room-service:before {
content: "\EB49";
}
.mdi-rotate-90-degrees-ccw:before {
content: "\E418";
}
.mdi-rotate-left:before {
content: "\E419";
}
.mdi-rotate-right:before {
content: "\E41A";
}
.mdi-rounded-corner:before {
content: "\E920";
}
.mdi-router:before {
content: "\E328";
}
.mdi-rowing:before {
content: "\E921";
}
.mdi-rss-feed:before {
content: "\E0E5";
}
.mdi-rv-hookup:before {
content: "\E642";
}
.mdi-satellite:before {
content: "\E562";
}
.mdi-save:before {
content: "\E161";
}
.mdi-scanner:before {
content: "\E329";
}
.mdi-schedule:before {
content: "\E8B5";
}
.mdi-school:before {
content: "\E80C";
}
.mdi-screen-lock-landscape:before {
content: "\E1BE";
}
.mdi-screen-lock-portrait:before {
content: "\E1BF";
}
.mdi-screen-lock-rotation:before {
content: "\E1C0";
}
.mdi-screen-rotation:before {
content: "\E1C1";
}
.mdi-screen-share:before {
content: "\E0E2";
}
.mdi-sd-card:before {
content: "\E623";
}
.mdi-sd-storage:before {
content: "\E1C2";
}
.mdi-search:before {
content: "\E8B6";
}
.mdi-security:before {
content: "\E32A";
}
.mdi-select-all:before {
content: "\E162";
}
.mdi-send:before {
content: "\E163";
}
.mdi-sentiment-dissatisfied:before {
content: "\E811";
}
.mdi-sentiment-neutral:before {
content: "\E812";
}
.mdi-sentiment-satisfied:before {
content: "\E813";
}
.mdi-sentiment-very-dissatisfied:before {
content: "\E814";
}
.mdi-sentiment-very-satisfied:before {
content: "\E815";
}
.mdi-settings:before {
content: "\E8B8";
}
.mdi-settings-applications:before {
content: "\E8B9";
}
.mdi-settings-backup-restore:before {
content: "\E8BA";
}
.mdi-settings-bluetooth:before {
content: "\E8BB";
}
.mdi-settings-brightness:before {
content: "\E8BD";
}
.mdi-settings-cell:before {
content: "\E8BC";
}
.mdi-settings-ethernet:before {
content: "\E8BE";
}
.mdi-settings-input-antenna:before {
content: "\E8BF";
}
.mdi-settings-input-component:before {
content: "\E8C0";
}
.mdi-settings-input-composite:before {
content: "\E8C1";
}
.mdi-settings-input-hdmi:before {
content: "\E8C2";
}
.mdi-settings-input-svideo:before {
content: "\E8C3";
}
.mdi-settings-overscan:before {
content: "\E8C4";
}
.mdi-settings-phone:before {
content: "\E8C5";
}
.mdi-settings-power:before {
content: "\E8C6";
}
.mdi-settings-remote:before {
content: "\E8C7";
}
.mdi-settings-system-daydream:before {
content: "\E1C3";
}
.mdi-settings-voice:before {
content: "\E8C8";
}
.mdi-share:before {
content: "\E80D";
}
.mdi-shop:before {
content: "\E8C9";
}
.mdi-shop-two:before {
content: "\E8CA";
}
.mdi-shopping-basket:before {
content: "\E8CB";
}
.mdi-shopping-cart:before {
content: "\E8CC";
}
.mdi-short-text:before {
content: "\E261";
}
.mdi-show-chart:before {
content: "\E6E1";
}
.mdi-shuffle:before {
content: "\E043";
}
.mdi-signal-cellular-4-bar:before {
content: "\E1C8";
}
.mdi-signal-cellular-connected-no-internet-4-bar:before {
content: "\E1CD";
}
.mdi-signal-cellular-no-sim:before {
content: "\E1CE";
}
.mdi-signal-cellular-null:before {
content: "\E1CF";
}
.mdi-signal-cellular-off:before {
content: "\E1D0";
}
.mdi-signal-wifi-4-bar:before {
content: "\E1D8";
}
.mdi-signal-wifi-4-bar-lock:before {
content: "\E1D9";
}
.mdi-signal-wifi-off:before {
content: "\E1DA";
}
.mdi-sim-card:before {
content: "\E32B";
}
.mdi-sim-card-alert:before {
content: "\E624";
}
.mdi-skip-next:before {
content: "\E044";
}
.mdi-skip-previous:before {
content: "\E045";
}
.mdi-slideshow:before {
content: "\E41B";
}
.mdi-slow-motion-video:before {
content: "\E068";
}
.mdi-smartphone:before {
content: "\E32C";
}
.mdi-smoke-free:before {
content: "\EB4A";
}
.mdi-smoking-rooms:before {
content: "\EB4B";
}
.mdi-sms:before {
content: "\E625";
}
.mdi-sms-failed:before {
content: "\E626";
}
.mdi-snooze:before {
content: "\E046";
}
.mdi-sort:before {
content: "\E164";
}
.mdi-sort-by-alpha:before {
content: "\E053";
}
.mdi-spa:before {
content: "\EB4C";
}
.mdi-space-bar:before {
content: "\E256";
}
.mdi-speaker:before {
content: "\E32D";
}
.mdi-speaker-group:before {
content: "\E32E";
}
.mdi-speaker-notes:before {
content: "\E8CD";
}
.mdi-speaker-notes-off:before {
content: "\E92A";
}
.mdi-speaker-phone:before {
content: "\E0D2";
}
.mdi-spellcheck:before {
content: "\E8CE";
}
.mdi-star:before {
content: "\E838";
}
.mdi-star-border:before {
content: "\E83A";
}
.mdi-star-half:before {
content: "\E839";
}
.mdi-stars:before {
content: "\E8D0";
}
.mdi-stay-current-landscape:before {
content: "\E0D3";
}
.mdi-stay-current-portrait:before {
content: "\E0D4";
}
.mdi-stay-primary-landscape:before {
content: "\E0D5";
}
.mdi-stay-primary-portrait:before {
content: "\E0D6";
}
.mdi-stop:before {
content: "\E047";
}
.mdi-stop-screen-share:before {
content: "\E0E3";
}
.mdi-storage:before {
content: "\E1DB";
}
.mdi-store:before {
content: "\E8D1";
}
.mdi-store-mall-directory:before {
content: "\E563";
}
.mdi-straighten:before {
content: "\E41C";
}
.mdi-streetview:before {
content: "\E56E";
}
.mdi-strikethrough-s:before {
content: "\E257";
}
.mdi-style:before {
content: "\E41D";
}
.mdi-subdirectory-arrow-left:before {
content: "\E5D9";
}
.mdi-subdirectory-arrow-right:before {
content: "\E5DA";
}
.mdi-subject:before {
content: "\E8D2";
}
.mdi-subscriptions:before {
content: "\E064";
}
.mdi-subtitles:before {
content: "\E048";
}
.mdi-subway:before {
content: "\E56F";
}
.mdi-supervisor-account:before {
content: "\E8D3";
}
.mdi-surround-sound:before {
content: "\E049";
}
.mdi-swap-calls:before {
content: "\E0D7";
}
.mdi-swap-horiz:before {
content: "\E8D4";
}
.mdi-swap-vert:before {
content: "\E8D5";
}
.mdi-swap-vertical-circle:before {
content: "\E8D6";
}
.mdi-switch-camera:before {
content: "\E41E";
}
.mdi-switch-video:before {
content: "\E41F";
}
.mdi-sync:before {
content: "\E627";
}
.mdi-sync-disabled:before {
content: "\E628";
}
.mdi-sync-problem:before {
content: "\E629";
}
.mdi-system-update:before {
content: "\E62A";
}
.mdi-system-update-alt:before {
content: "\E8D7";
}
.mdi-tab:before {
content: "\E8D8";
}
.mdi-tab-unselected:before {
content: "\E8D9";
}
.mdi-tablet:before {
content: "\E32F";
}
.mdi-tablet-android:before {
content: "\E330";
}
.mdi-tablet-mac:before {
content: "\E331";
}
.mdi-tag-faces:before {
content: "\E420";
}
.mdi-tap-and-play:before {
content: "\E62B";
}
.mdi-terrain:before {
content: "\E564";
}
.mdi-text-fields:before {
content: "\E262";
}
.mdi-text-format:before {
content: "\E165";
}
.mdi-textsms:before {
content: "\E0D8";
}
.mdi-texture:before {
content: "\E421";
}
.mdi-theaters:before {
content: "\E8DA";
}
.mdi-thumb-down:before {
content: "\E8DB";
}
.mdi-thumb-up:before {
content: "\E8DC";
}
.mdi-thumbs-up-down:before {
content: "\E8DD";
}
.mdi-time-to-leave:before {
content: "\E62C";
}
.mdi-timelapse:before {
content: "\E422";
}
.mdi-timeline:before {
content: "\E922";
}
.mdi-timer:before {
content: "\E425";
}
.mdi-timer-10:before {
content: "\E423";
}
.mdi-timer-3:before {
content: "\E424";
}
.mdi-timer-off:before {
content: "\E426";
}
.mdi-title:before {
content: "\E264";
}
.mdi-toc:before {
content: "\E8DE";
}
.mdi-today:before {
content: "\E8DF";
}
.mdi-toll:before {
content: "\E8E0";
}
.mdi-tonality:before {
content: "\E427";
}
.mdi-touch-app:before {
content: "\E913";
}
.mdi-toys:before {
content: "\E332";
}
.mdi-track-changes:before {
content: "\E8E1";
}
.mdi-traffic:before {
content: "\E565";
}
.mdi-train:before {
content: "\E570";
}
.mdi-tram:before {
content: "\E571";
}
.mdi-transfer-within-a-station:before {
content: "\E572";
}
.mdi-transform:before {
content: "\E428";
}
.mdi-translate:before {
content: "\E8E2";
}
.mdi-trending-down:before {
content: "\E8E3";
}
.mdi-trending-flat:before {
content: "\E8E4";
}
.mdi-trending-up:before {
content: "\E8E5";
}
.mdi-tune:before {
content: "\E429";
}
.mdi-turned-in:before {
content: "\E8E6";
}
.mdi-turned-in-not:before {
content: "\E8E7";
}
.mdi-tv:before {
content: "\E333";
}
.mdi-unarchive:before {
content: "\E169";
}
.mdi-undo:before {
content: "\E166";
}
.mdi-unfold-less:before {
content: "\E5D6";
}
.mdi-unfold-more:before {
content: "\E5D7";
}
.mdi-update:before {
content: "\E923";
}
.mdi-usb:before {
content: "\E1E0";
}
.mdi-verified-user:before {
content: "\E8E8";
}
.mdi-vertical-align-bottom:before {
content: "\E258";
}
.mdi-vertical-align-center:before {
content: "\E259";
}
.mdi-vertical-align-top:before {
content: "\E25A";
}
.mdi-vibration:before {
content: "\E62D";
}
.mdi-video-call:before {
content: "\E070";
}
.mdi-video-label:before {
content: "\E071";
}
.mdi-video-library:before {
content: "\E04A";
}
.mdi-videocam:before {
content: "\E04B";
}
.mdi-videocam-off:before {
content: "\E04C";
}
.mdi-videogame-asset:before {
content: "\E338";
}
.mdi-view-agenda:before {
content: "\E8E9";
}
.mdi-view-array:before {
content: "\E8EA";
}
.mdi-view-carousel:before {
content: "\E8EB";
}
.mdi-view-column:before {
content: "\E8EC";
}
.mdi-view-comfy:before {
content: "\E42A";
}
.mdi-view-compact:before {
content: "\E42B";
}
.mdi-view-day:before {
content: "\E8ED";
}
.mdi-view-headline:before {
content: "\E8EE";
}
.mdi-view-list:before {
content: "\E8EF";
}
.mdi-view-module:before {
content: "\E8F0";
}
.mdi-view-quilt:before {
content: "\E8F1";
}
.mdi-view-stream:before {
content: "\E8F2";
}
.mdi-view-week:before {
content: "\E8F3";
}
.mdi-vignette:before {
content: "\E435";
}
.mdi-visibility:before {
content: "\E8F4";
}
.mdi-visibility-off:before {
content: "\E8F5";
}
.mdi-voice-chat:before {
content: "\E62E";
}
.mdi-voicemail:before {
content: "\E0D9";
}
.mdi-volume-down:before {
content: "\E04D";
}
.mdi-volume-mute:before {
content: "\E04E";
}
.mdi-volume-off:before {
content: "\E04F";
}
.mdi-volume-up:before {
content: "\E050";
}
.mdi-vpn-key:before {
content: "\E0DA";
}
.mdi-vpn-lock:before {
content: "\E62F";
}
.mdi-wallpaper:before {
content: "\E1BC";
}
.mdi-warning:before {
content: "\E002";
}
.mdi-watch:before {
content: "\E334";
}
.mdi-watch-later:before {
content: "\E924";
}
.mdi-wb-auto:before {
content: "\E42C";
}
.mdi-wb-cloudy:before {
content: "\E42D";
}
.mdi-wb-incandescent:before {
content: "\E42E";
}
.mdi-wb-iridescent:before {
content: "\E436";
}
.mdi-wb-sunny:before {
content: "\E430";
}
.mdi-wc:before {
content: "\E63D";
}
.mdi-web:before {
content: "\E051";
}
.mdi-web-asset:before {
content: "\E069";
}
.mdi-weekend:before {
content: "\E16B";
}
.mdi-whatshot:before {
content: "\E80E";
}
.mdi-widgets:before {
content: "\E1BD";
}
.mdi-wifi:before {
content: "\E63E";
}
.mdi-wifi-lock:before {
content: "\E1E1";
}
.mdi-wifi-tethering:before {
content: "\E1E2";
}
.mdi-work:before {
content: "\E8F9";
}
.mdi-wrap-text:before {
content: "\E25B";
}
.mdi-youtube-searched-for:before {
content: "\E8FA";
}
.mdi-zoom-in:before {
content: "\E8FF";
}
.mdi-zoom-out:before {
content: "\E900";
}
.mdi-zoom-out-map:before {
content: "\E56B";
}
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
-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;
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;
-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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
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 th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1?#iefix) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "*";
}
.glyphicon-plus:before {
content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20AC";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270F";
}
.glyphicon-glass:before {
content: "\E001";
}
.glyphicon-music:before {
content: "\E002";
}
.glyphicon-search:before {
content: "\E003";
}
.glyphicon-heart:before {
content: "\E005";
}
.glyphicon-star:before {
content: "\E006";
}
.glyphicon-star-empty:before {
content: "\E007";
}
.glyphicon-user:before {
content: "\E008";
}
.glyphicon-film:before {
content: "\E009";
}
.glyphicon-th-large:before {
content: "\E010";
}
.glyphicon-th:before {
content: "\E011";
}
.glyphicon-th-list:before {
content: "\E012";
}
.glyphicon-ok:before {
content: "\E013";
}
.glyphicon-remove:before {
content: "\E014";
}
.glyphicon-zoom-in:before {
content: "\E015";
}
.glyphicon-zoom-out:before {
content: "\E016";
}
.glyphicon-off:before {
content: "\E017";
}
.glyphicon-signal:before {
content: "\E018";
}
.glyphicon-cog:before {
content: "\E019";
}
.glyphicon-trash:before {
content: "\E020";
}
.glyphicon-home:before {
content: "\E021";
}
.glyphicon-file:before {
content: "\E022";
}
.glyphicon-time:before {
content: "\E023";
}
.glyphicon-road:before {
content: "\E024";
}
.glyphicon-download-alt:before {
content: "\E025";
}
.glyphicon-download:before {
content: "\E026";
}
.glyphicon-upload:before {
content: "\E027";
}
.glyphicon-inbox:before {
content: "\E028";
}
.glyphicon-play-circle:before {
content: "\E029";
}
.glyphicon-repeat:before {
content: "\E030";
}
.glyphicon-refresh:before {
content: "\E031";
}
.glyphicon-list-alt:before {
content: "\E032";
}
.glyphicon-lock:before {
content: "\E033";
}
.glyphicon-flag:before {
content: "\E034";
}
.glyphicon-headphones:before {
content: "\E035";
}
.glyphicon-volume-off:before {
content: "\E036";
}
.glyphicon-volume-down:before {
content: "\E037";
}
.glyphicon-volume-up:before {
content: "\E038";
}
.glyphicon-qrcode:before {
content: "\E039";
}
.glyphicon-barcode:before {
content: "\E040";
}
.glyphicon-tag:before {
content: "\E041";
}
.glyphicon-tags:before {
content: "\E042";
}
.glyphicon-book:before {
content: "\E043";
}
.glyphicon-bookmark:before {
content: "\E044";
}
.glyphicon-print:before {
content: "\E045";
}
.glyphicon-camera:before {
content: "\E046";
}
.glyphicon-font:before {
content: "\E047";
}
.glyphicon-bold:before {
content: "\E048";
}
.glyphicon-italic:before {
content: "\E049";
}
.glyphicon-text-height:before {
content: "\E050";
}
.glyphicon-text-width:before {
content: "\E051";
}
.glyphicon-align-left:before {
content: "\E052";
}
.glyphicon-align-center:before {
content: "\E053";
}
.glyphicon-align-right:before {
content: "\E054";
}
.glyphicon-align-justify:before {
content: "\E055";
}
.glyphicon-list:before {
content: "\E056";
}
.glyphicon-indent-left:before {
content: "\E057";
}
.glyphicon-indent-right:before {
content: "\E058";
}
.glyphicon-facetime-video:before {
content: "\E059";
}
.glyphicon-picture:before {
content: "\E060";
}
.glyphicon-map-marker:before {
content: "\E062";
}
.glyphicon-adjust:before {
content: "\E063";
}
.glyphicon-tint:before {
content: "\E064";
}
.glyphicon-edit:before {
content: "\E065";
}
.glyphicon-share:before {
content: "\E066";
}
.glyphicon-check:before {
content: "\E067";
}
.glyphicon-move:before {
content: "\E068";
}
.glyphicon-step-backward:before {
content: "\E069";
}
.glyphicon-fast-backward:before {
content: "\E070";
}
.glyphicon-backward:before {
content: "\E071";
}
.glyphicon-play:before {
content: "\E072";
}
.glyphicon-pause:before {
content: "\E073";
}
.glyphicon-stop:before {
content: "\E074";
}
.glyphicon-forward:before {
content: "\E075";
}
.glyphicon-fast-forward:before {
content: "\E076";
}
.glyphicon-step-forward:before {
content: "\E077";
}
.glyphicon-eject:before {
content: "\E078";
}
.glyphicon-chevron-left:before {
content: "\E079";
}
.glyphicon-chevron-right:before {
content: "\E080";
}
.glyphicon-plus-sign:before {
content: "\E081";
}
.glyphicon-minus-sign:before {
content: "\E082";
}
.glyphicon-remove-sign:before {
content: "\E083";
}
.glyphicon-ok-sign:before {
content: "\E084";
}
.glyphicon-question-sign:before {
content: "\E085";
}
.glyphicon-info-sign:before {
content: "\E086";
}
.glyphicon-screenshot:before {
content: "\E087";
}
.glyphicon-remove-circle:before {
content: "\E088";
}
.glyphicon-ok-circle:before {
content: "\E089";
}
.glyphicon-ban-circle:before {
content: "\E090";
}
.glyphicon-arrow-left:before {
content: "\E091";
}
.glyphicon-arrow-right:before {
content: "\E092";
}
.glyphicon-arrow-up:before {
content: "\E093";
}
.glyphicon-arrow-down:before {
content: "\E094";
}
.glyphicon-share-alt:before {
content: "\E095";
}
.glyphicon-resize-full:before {
content: "\E096";
}
.glyphicon-resize-small:before {
content: "\E097";
}
.glyphicon-exclamation-sign:before {
content: "\E101";
}
.glyphicon-gift:before {
content: "\E102";
}
.glyphicon-leaf:before {
content: "\E103";
}
.glyphicon-fire:before {
content: "\E104";
}
.glyphicon-eye-open:before {
content: "\E105";
}
.glyphicon-eye-close:before {
content: "\E106";
}
.glyphicon-warning-sign:before {
content: "\E107";
}
.glyphicon-plane:before {
content: "\E108";
}
.glyphicon-calendar:before {
content: "\E109";
}
.glyphicon-random:before {
content: "\E110";
}
.glyphicon-comment:before {
content: "\E111";
}
.glyphicon-magnet:before {
content: "\E112";
}
.glyphicon-chevron-up:before {
content: "\E113";
}
.glyphicon-chevron-down:before {
content: "\E114";
}
.glyphicon-retweet:before {
content: "\E115";
}
.glyphicon-shopping-cart:before {
content: "\E116";
}
.glyphicon-folder-close:before {
content: "\E117";
}
.glyphicon-folder-open:before {
content: "\E118";
}
.glyphicon-resize-vertical:before {
content: "\E119";
}
.glyphicon-resize-horizontal:before {
content: "\E120";
}
.glyphicon-hdd:before {
content: "\E121";
}
.glyphicon-bullhorn:before {
content: "\E122";
}
.glyphicon-bell:before {
content: "\E123";
}
.glyphicon-certificate:before {
content: "\E124";
}
.glyphicon-thumbs-up:before {
content: "\E125";
}
.glyphicon-thumbs-down:before {
content: "\E126";
}
.glyphicon-hand-right:before {
content: "\E127";
}
.glyphicon-hand-left:before {
content: "\E128";
}
.glyphicon-hand-up:before {
content: "\E129";
}
.glyphicon-hand-down:before {
content: "\E130";
}
.glyphicon-circle-arrow-right:before {
content: "\E131";
}
.glyphicon-circle-arrow-left:before {
content: "\E132";
}
.glyphicon-circle-arrow-up:before {
content: "\E133";
}
.glyphicon-circle-arrow-down:before {
content: "\E134";
}
.glyphicon-globe:before {
content: "\E135";
}
.glyphicon-wrench:before {
content: "\E136";
}
.glyphicon-tasks:before {
content: "\E137";
}
.glyphicon-filter:before {
content: "\E138";
}
.glyphicon-briefcase:before {
content: "\E139";
}
.glyphicon-fullscreen:before {
content: "\E140";
}
.glyphicon-dashboard:before {
content: "\E141";
}
.glyphicon-paperclip:before {
content: "\E142";
}
.glyphicon-heart-empty:before {
content: "\E143";
}
.glyphicon-link:before {
content: "\E144";
}
.glyphicon-phone:before {
content: "\E145";
}
.glyphicon-pushpin:before {
content: "\E146";
}
.glyphicon-usd:before {
content: "\E148";
}
.glyphicon-gbp:before {
content: "\E149";
}
.glyphicon-sort:before {
content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\E152";
}
.glyphicon-sort-by-order:before {
content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
content: "\E154";
}
.glyphicon-sort-by-attributes:before {
content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\E156";
}
.glyphicon-unchecked:before {
content: "\E157";
}
.glyphicon-expand:before {
content: "\E158";
}
.glyphicon-collapse-down:before {
content: "\E159";
}
.glyphicon-collapse-up:before {
content: "\E160";
}
.glyphicon-log-in:before {
content: "\E161";
}
.glyphicon-flash:before {
content: "\E162";
}
.glyphicon-log-out:before {
content: "\E163";
}
.glyphicon-new-window:before {
content: "\E164";
}
.glyphicon-record:before {
content: "\E165";
}
.glyphicon-save:before {
content: "\E166";
}
.glyphicon-open:before {
content: "\E167";
}
.glyphicon-saved:before {
content: "\E168";
}
.glyphicon-import:before {
content: "\E169";
}
.glyphicon-export:before {
content: "\E170";
}
.glyphicon-send:before {
content: "\E171";
}
.glyphicon-floppy-disk:before {
content: "\E172";
}
.glyphicon-floppy-saved:before {
content: "\E173";
}
.glyphicon-floppy-remove:before {
content: "\E174";
}
.glyphicon-floppy-save:before {
content: "\E175";
}
.glyphicon-floppy-open:before {
content: "\E176";
}
.glyphicon-credit-card:before {
content: "\E177";
}
.glyphicon-transfer:before {
content: "\E178";
}
.glyphicon-cutlery:before {
content: "\E179";
}
.glyphicon-header:before {
content: "\E180";
}
.glyphicon-compressed:before {
content: "\E181";
}
.glyphicon-earphone:before {
content: "\E182";
}
.glyphicon-phone-alt:before {
content: "\E183";
}
.glyphicon-tower:before {
content: "\E184";
}
.glyphicon-stats:before {
content: "\E185";
}
.glyphicon-sd-video:before {
content: "\E186";
}
.glyphicon-hd-video:before {
content: "\E187";
}
.glyphicon-subtitles:before {
content: "\E188";
}
.glyphicon-sound-stereo:before {
content: "\E189";
}
.glyphicon-sound-dolby:before {
content: "\E190";
}
.glyphicon-sound-5-1:before {
content: "\E191";
}
.glyphicon-sound-6-1:before {
content: "\E192";
}
.glyphicon-sound-7-1:before {
content: "\E193";
}
.glyphicon-copyright-mark:before {
content: "\E194";
}
.glyphicon-registration-mark:before {
content: "\E195";
}
.glyphicon-cloud-download:before {
content: "\E197";
}
.glyphicon-cloud-upload:before {
content: "\E198";
}
.glyphicon-tree-conifer:before {
content: "\E199";
}
.glyphicon-tree-deciduous:before {
content: "\E200";
}
.glyphicon-cd:before {
content: "\E201";
}
.glyphicon-save-file:before {
content: "\E202";
}
.glyphicon-open-file:before {
content: "\E203";
}
.glyphicon-level-up:before {
content: "\E204";
}
.glyphicon-copy:before {
content: "\E205";
}
.glyphicon-paste:before {
content: "\E206";
}
.glyphicon-alert:before {
content: "\E209";
}
.glyphicon-equalizer:before {
content: "\E210";
}
.glyphicon-king:before {
content: "\E211";
}
.glyphicon-queen:before {
content: "\E212";
}
.glyphicon-pawn:before {
content: "\E213";
}
.glyphicon-bishop:before {
content: "\E214";
}
.glyphicon-knight:before {
content: "\E215";
}
.glyphicon-baby-formula:before {
content: "\E216";
}
.glyphicon-tent:before {
content: "\26FA";
}
.glyphicon-blackboard:before {
content: "\E218";
}
.glyphicon-bed:before {
content: "\E219";
}
.glyphicon-apple:before {
content: "\F8FF";
}
.glyphicon-erase:before {
content: "\E221";
}
.glyphicon-hourglass:before {
content: "\231B";
}
.glyphicon-lamp:before {
content: "\E223";
}
.glyphicon-duplicate:before {
content: "\E224";
}
.glyphicon-piggy-bank:before {
content: "\E225";
}
.glyphicon-scissors:before {
content: "\E226";
}
.glyphicon-bitcoin:before {
content: "\E227";
}
.glyphicon-btc:before {
content: "\E227";
}
.glyphicon-xbt:before {
content: "\E227";
}
.glyphicon-yen:before {
content: "\A5";
}
.glyphicon-jpy:before {
content: "\A5";
}
.glyphicon-ruble:before {
content: "\20BD";
}
.glyphicon-rub:before {
content: "\20BD";
}
.glyphicon-scale:before {
content: "\E230";
}
.glyphicon-ice-lolly:before {
content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\E232";
}
.glyphicon-education:before {
content: "\E233";
}
.glyphicon-option-horizontal:before {
content: "\E234";
}
.glyphicon-option-vertical:before {
content: "\E235";
}
.glyphicon-menu-hamburger:before {
content: "\E236";
}
.glyphicon-modal-window:before {
content: "\E237";
}
.glyphicon-oil:before {
content: "\E238";
}
.glyphicon-grain:before {
content: "\E239";
}
.glyphicon-sunglasses:before {
content: "\E240";
}
.glyphicon-text-size:before {
content: "\E241";
}
.glyphicon-text-color:before {
content: "\E242";
}
.glyphicon-text-background:before {
content: "\E243";
}
.glyphicon-object-align-top:before {
content: "\E244";
}
.glyphicon-object-align-bottom:before {
content: "\E245";
}
.glyphicon-object-align-horizontal:before {
content: "\E246";
}
.glyphicon-object-align-left:before {
content: "\E247";
}
.glyphicon-object-align-vertical:before {
content: "\E248";
}
.glyphicon-object-align-right:before {
content: "\E249";
}
.glyphicon-triangle-right:before {
content: "\E250";
}
.glyphicon-triangle-left:before {
content: "\E251";
}
.glyphicon-triangle-bottom:before {
content: "\E252";
}
.glyphicon-triangle-top:before {
content: "\E253";
}
.glyphicon-console:before {
content: "\E254";
}
.glyphicon-superscript:before {
content: "\E255";
}
.glyphicon-subscript:before {
content: "\E256";
}
.glyphicon-menu-left:before {
content: "\E257";
}
.glyphicon-menu-right:before {
content: "\E258";
}
.glyphicon-menu-down:before {
content: "\E259";
}
.glyphicon-menu-up:before {
content: "\E260";
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Raleway", sans-serif;
font-size: 14px;
line-height: 1.6;
color: #636b6f;
background-color: #f5f8fa;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #3097D1;
text-decoration: none;
}
a:hover,
a:focus {
color: #216a94;
text-decoration: underline;
}
a:focus {
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.6;
background-color: #f5f8fa;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-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: 22px;
margin-bottom: 22px;
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;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 22px;
margin-bottom: 11px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 11px;
margin-bottom: 11px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 11px;
}
.lead {
margin-bottom: 22px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase,
.initialism {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #3097D1;
}
a.text-primary:hover,
a.text-primary:focus {
color: #2579a9;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
}
.bg-primary {
background-color: #3097D1;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #2579a9;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 10px;
margin: 44px 0 22px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 22px;
}
dt,
dd {
line-height: 1.6;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
content: " ";
display: table;
}
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 11px 22px;
margin: 0 0 22px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.6;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\A0 \2014';
}
address {
margin-bottom: 22px;
font-style: normal;
line-height: 1.6;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
display: block;
padding: 10.5px;
margin: 0 0 11px;
font-size: 13px;
line-height: 1.6;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container:before,
.container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
content: " ";
display: table;
}
.container-fluid:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before,
.row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.6;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #f5f8fa;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 16.5px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 22px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.6;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 36px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.6;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccd0d2;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #98cbe8;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
}
.form-control::-moz-placeholder {
color: #b1b7ba;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #b1b7ba;
}
.form-control::-webkit-input-placeholder {
color: #b1b7ba;
}
.form-control::-ms-expand {
border: 0;
background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 36px;
}
input[type="date"].input-sm,
.input-group-sm > input.form-control[type="date"],
.input-group-sm > input.input-group-addon[type="date"],
.input-group-sm > .input-group-btn > input.btn[type="date"],
.input-group-sm input[type="date"],
input[type="time"].input-sm,
.input-group-sm > input.form-control[type="time"],
.input-group-sm > input.input-group-addon[type="time"],
.input-group-sm > .input-group-btn > input.btn[type="time"],
.input-group-sm
input[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm > input.form-control[type="datetime-local"],
.input-group-sm > input.input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
.input-group-sm
input[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm > input.form-control[type="month"],
.input-group-sm > input.input-group-addon[type="month"],
.input-group-sm > .input-group-btn > input.btn[type="month"],
.input-group-sm
input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
.input-group-lg > input.form-control[type="date"],
.input-group-lg > input.input-group-addon[type="date"],
.input-group-lg > .input-group-btn > input.btn[type="date"],
.input-group-lg input[type="date"],
input[type="time"].input-lg,
.input-group-lg > input.form-control[type="time"],
.input-group-lg > input.input-group-addon[type="time"],
.input-group-lg > .input-group-btn > input.btn[type="time"],
.input-group-lg
input[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg > input.form-control[type="datetime-local"],
.input-group-lg > input.input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
.input-group-lg
input[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg > input.form-control[type="month"],
.input-group-lg > input.input-group-addon[type="month"],
.input-group-lg > .input-group-btn > input.btn[type="month"],
.input-group-lg
input[type="month"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 22px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 36px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
padding-left: 0;
padding-right: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 34px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 40px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 45px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #a4aaae;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 29px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
content: " ";
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.6;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #636b6f;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #636b6f;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #636b6f;
background-color: #e6e5e5;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #636b6f;
background-color: #e6e5e5;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
color: #636b6f;
background-color: #e6e5e5;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
color: #636b6f;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #636b6f;
}
.btn-primary {
color: #fff;
background-color: #3097D1;
border-color: #2a88bd;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #2579a9;
border-color: #133d55;
}
.btn-primary:hover {
color: #fff;
background-color: #2579a9;
border-color: #1f648b;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #2579a9;
border-color: #1f648b;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
color: #fff;
background-color: #1f648b;
border-color: #133d55;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
background-color: #3097D1;
border-color: #2a88bd;
}
.btn-primary .badge {
color: #3097D1;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #2ab27b;
border-color: #259d6d;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #20895e;
border-color: #0d3625;
}
.btn-success:hover {
color: #fff;
background-color: #20895e;
border-color: #196c4b;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #20895e;
border-color: #196c4b;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #196c4b;
border-color: #0d3625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
background-color: #2ab27b;
border-color: #259d6d;
}
.btn-success .badge {
color: #2ab27b;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #8eb4cb;
border-color: #7da8c3;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #6b9dbb;
border-color: #3d6983;
}
.btn-info:hover {
color: #fff;
background-color: #6b9dbb;
border-color: #538db0;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #6b9dbb;
border-color: #538db0;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #538db0;
border-color: #3d6983;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
background-color: #8eb4cb;
border-color: #7da8c3;
}
.btn-info .badge {
color: #8eb4cb;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #cbb956;
border-color: #c5b143;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #b6a338;
border-color: #685d20;
}
.btn-warning:hover {
color: #fff;
background-color: #b6a338;
border-color: #9b8a30;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #b6a338;
border-color: #9b8a30;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #9b8a30;
border-color: #685d20;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
background-color: #cbb956;
border-color: #c5b143;
}
.btn-warning .badge {
color: #cbb956;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #bf5329;
border-color: #aa4a24;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #954120;
border-color: #411c0e;
}
.btn-danger:hover {
color: #fff;
background-color: #954120;
border-color: #78341a;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #954120;
border-color: #78341a;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #78341a;
border-color: #411c0e;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
background-color: #bf5329;
border-color: #aa4a24;
}
.btn-danger .badge {
color: #bf5329;
background-color: #fff;
}
.btn-link {
color: #3097D1;
font-weight: normal;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #216a94;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
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: #fff;
border: 1px solid #ccc;
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);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 10px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.6;
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: #fff;
text-decoration: none;
outline: 0;
background-color: #3097D1;
}
.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.6;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
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 dashed;
border-bottom: 4px solid \9;
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 {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
content: " ";
display: table;
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
content: " ";
display: table;
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group .form-control:focus {
z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #ccd0d2;
border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav:before,
.nav:after {
content: " ";
display: table;
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #3097D1;
}
.nav .nav-divider {
height: 1px;
margin: 10px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.6;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #f5f8fa;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #3097D1;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li,
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #f5f8fa;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 22px;
border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
content: " ";
display: table;
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
.navbar-header:before,
.navbar-header:after {
content: " ";
display: table;
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
content: " ";
display: table;
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 14px 15px;
font-size: 18px;
line-height: 22px;
height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 22px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 22px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 14px;
padding-bottom: 14px;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 7px;
margin-bottom: 7px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 7px;
margin-bottom: 7px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 14px;
margin-bottom: 14px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #fff;
border-color: #d3e0e9;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5d5d;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #d3e0e9;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #eeeeee;
color: #555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #eeeeee;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #090909;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 22px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/\A0";
padding: 0 5px;
color: #ccc;
}
.breadcrumb > .active {
color: #777777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 22px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.6;
text-decoration: none;
color: #3097D1;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
z-index: 2;
color: #216a94;
background-color: #eeeeee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
background-color: #3097D1;
border-color: #3097D1;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 22px 0;
list-style: none;
text-align: center;
}
.pager:before,
.pager:after {
content: " ";
display: table;
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #fff;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label-default {
background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #3097D1;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #2579a9;
}
.label-success {
background-color: #2ab27b;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #20895e;
}
.label-info {
background-color: #8eb4cb;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #6b9dbb;
}
.label-warning {
background-color: #cbb956;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #b6a338;
}
.label-danger {
background-color: #bf5329;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #954120;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #3097D1;
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 6px;
padding-left: 15px;
padding-right: 15px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 22px;
line-height: 1.6;
background-color: #f5f8fa;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.thumbnail .caption {
padding: 9px;
color: #636b6f;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #3097D1;
}
.alert {
padding: 15px;
margin-bottom: 22px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 22px;
margin-bottom: 22px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 22px;
color: #fff;
text-align: center;
background-color: #3097D1;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #2ab27b;
}
.progress-striped .progress-bar-success {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #8eb4cb;
}
.progress-striped .progress-bar-info {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #cbb956;
}
.progress-striped .progress-bar-warning {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #bf5329;
}
.progress-striped .progress-bar-danger {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
zoom: 1;
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-object.img-thumbnail {
max-width: none;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #d3e0e9;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #3097D1;
border-color: #3097D1;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #d7ebf6;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 22px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-body:before,
.panel-body:after {
content: " ";
display: table;
}
.panel-body:after {
clear: both;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #d3e0e9;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 22px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #d3e0e9;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #d3e0e9;
}
.panel-default {
border-color: #d3e0e9;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #fff;
border-color: #d3e0e9;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d3e0e9;
}
.panel-default > .panel-heading .badge {
color: #fff;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d3e0e9;
}
.panel-primary {
border-color: #3097D1;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #3097D1;
border-color: #3097D1;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #3097D1;
}
.panel-primary > .panel-heading .badge {
color: #3097D1;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #3097D1;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
content: " ";
display: table;
}
.modal-header:after {
clear: both;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.6;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Raleway", sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.6;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
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: #fff;
text-align: center;
background-color: #000;
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: #000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Raleway", sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.6;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 14px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
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);
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203A';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.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;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs {
display: none !important;
}
.visible-sm {
display: none !important;
}
.visible-md {
display: none !important;
}
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
} | 0.482673 | 0.082623 |
.wrapper-21v50zE8 {
display: inline-block;
width: 18px;
height: 18px;
position: relative;
flex: none;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.wrapper-21v50zE8
.input-24iGIobO:hover:not(:focus):not(:disabled)
+ .box-3574HVnv {
border-color: #a3a6af;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:hover:not(:focus):not(:disabled)
+ .box-3574HVnv {
border-color: #5d606b;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.wrapper-21v50zE8
.input-24iGIobO:hover:checked:not(:focus):not(:disabled)
+ .box-3574HVnv {
border-color: #1e88e5;
background-color: #1e88e5;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:hover:checked:not(:focus):not(:disabled)
+ .box-3574HVnv {
background-color: #1e88e5;
border-color: #1e88e5;
}
}
.wrapper-21v50zE8 .box-3574HVnv {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
height: 100%;
border: 1px solid #b2b5be;
border-radius: 3px;
box-sizing: border-box;
transition: background-color 0.35s ease;
}
html.theme-dark .wrapper-21v50zE8 .box-3574HVnv {
border: 1px solid #50535e;
}
.wrapper-21v50zE8 .box-3574HVnv .icon-2jsUbtec {
display: inline-flex;
align-items: center;
box-sizing: border-box;
}
.wrapper-21v50zE8 .box-3574HVnv .icon-2jsUbtec,
.wrapper-21v50zE8 .box-3574HVnv .icon-2jsUbtec svg {
width: 11px;
height: 9px;
}
.wrapper-21v50zE8 .box-3574HVnv:before {
position: absolute;
content: '';
box-sizing: border-box;
top: -5px;
left: -5px;
width: 26px;
height: 26px;
border: 2px solid rgba(33, 150, 243, 0.3);
border-radius: 6px;
opacity: 0;
transform: scale(0.69231);
}
html.theme-dark .wrapper-21v50zE8 .box-3574HVnv:before {
border: 2px solid rgba(25, 118, 210, 0.3);
}
.wrapper-21v50zE8 .box-3574HVnv.noOutline-3VoWuntz:before {
content: none;
}
.wrapper-21v50zE8 .box-3574HVnv:after {
position: absolute;
content: '';
width: 6px;
height: 6px;
background-color: transparent;
border-radius: 50%;
top: calc(50% - 3px);
left: calc(50% - 3px);
}
.wrapper-21v50zE8 .input-24iGIobO {
width: 100%;
height: 100%;
opacity: 0;
cursor: inherit;
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
}
.wrapper-21v50zE8 .input-24iGIobO:checked + .box-3574HVnv {
background-color: #2196f3;
border-color: #2196f3;
}
html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:checked + .box-3574HVnv {
border-color: #1976d2;
background-color: #1976d2;
}
.wrapper-21v50zE8
.input-24iGIobO:checked
+ .box-3574HVnv.check-382c8Fu1
.icon-2jsUbtec {
stroke: #fff;
}
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:checked
+ .box-3574HVnv.check-382c8Fu1
.icon-2jsUbtec {
stroke: #d1d4dc;
}
.wrapper-21v50zE8 .input-24iGIobO:checked + .box-3574HVnv.dot-3gRd-7Qt:after {
background-color: #fff;
}
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:checked
+ .box-3574HVnv.dot-3gRd-7Qt:after {
background-color: #d1d4dc;
}
.wrapper-21v50zE8 .input-24iGIobO:disabled + .box-3574HVnv {
background-color: #e0e3eb;
border-color: #b2b5be;
}
html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:disabled + .box-3574HVnv {
border-color: #50535e;
background-color: #2a2e39;
}
.wrapper-21v50zE8 .input-24iGIobO:checked:disabled + .box-3574HVnv {
background-color: #e0e3eb;
}
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:checked:disabled
+ .box-3574HVnv {
background-color: #2a2e39;
}
.wrapper-21v50zE8
.input-24iGIobO:checked:disabled
+ .box-3574HVnv.check-382c8Fu1
.icon-2jsUbtec {
stroke: #b2b5be;
}
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:checked:disabled
+ .box-3574HVnv.check-382c8Fu1
.icon-2jsUbtec {
stroke: #50535e;
}
.wrapper-21v50zE8
.input-24iGIobO:checked:disabled
+ .box-3574HVnv.dot-3gRd-7Qt:after {
background-color: #b2b5be;
}
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:checked:disabled
+ .box-3574HVnv.dot-3gRd-7Qt:after {
background-color: #50535e;
}
.wrapper-21v50zE8 .input-24iGIobO:active:not(:disabled) + .box-3574HVnv,
.wrapper-21v50zE8 .input-24iGIobO:focus + .box-3574HVnv {
border-color: #2196f3;
}
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:active:not(:disabled)
+ .box-3574HVnv,
html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:focus + .box-3574HVnv {
border-color: #1976d2;
}
.wrapper-21v50zE8 .input-24iGIobO:active:not(:disabled) + .box-3574HVnv:before,
.wrapper-21v50zE8 .input-24iGIobO:focus + .box-3574HVnv:before {
opacity: 1;
transform: scale(1);
}
.checkbox-3xZUD-2M {
display: inline-flex;
align-items: center;
position: relative;
-webkit-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
cursor: default;
font-size: 14px;
font-weight: 400;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
}
.checkbox-3xZUD-2M.reverse-3xeTx96y {
flex-direction: row-reverse;
}
.checkbox-3xZUD-2M.reverse-3xeTx96y .label-cyItEVpF {
margin-right: 8px;
margin-left: 0;
}
.checkbox-3xZUD-2M.baseline-6TXKro4X {
align-items: baseline;
}
.checkbox-3xZUD-2M .label-cyItEVpF {
margin-left: 8px;
color: #000;
min-width: 0;
}
html.theme-dark .checkbox-3xZUD-2M .label-cyItEVpF {
color: #b2b5be;
} | src/charting_library/bundles/22.dd949ff725795e9d93b6.css | .wrapper-21v50zE8 {
display: inline-block;
width: 18px;
height: 18px;
position: relative;
flex: none;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.wrapper-21v50zE8
.input-24iGIobO:hover:not(:focus):not(:disabled)
+ .box-3574HVnv {
border-color: #a3a6af;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:hover:not(:focus):not(:disabled)
+ .box-3574HVnv {
border-color: #5d606b;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.wrapper-21v50zE8
.input-24iGIobO:hover:checked:not(:focus):not(:disabled)
+ .box-3574HVnv {
border-color: #1e88e5;
background-color: #1e88e5;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:hover:checked:not(:focus):not(:disabled)
+ .box-3574HVnv {
background-color: #1e88e5;
border-color: #1e88e5;
}
}
.wrapper-21v50zE8 .box-3574HVnv {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
height: 100%;
border: 1px solid #b2b5be;
border-radius: 3px;
box-sizing: border-box;
transition: background-color 0.35s ease;
}
html.theme-dark .wrapper-21v50zE8 .box-3574HVnv {
border: 1px solid #50535e;
}
.wrapper-21v50zE8 .box-3574HVnv .icon-2jsUbtec {
display: inline-flex;
align-items: center;
box-sizing: border-box;
}
.wrapper-21v50zE8 .box-3574HVnv .icon-2jsUbtec,
.wrapper-21v50zE8 .box-3574HVnv .icon-2jsUbtec svg {
width: 11px;
height: 9px;
}
.wrapper-21v50zE8 .box-3574HVnv:before {
position: absolute;
content: '';
box-sizing: border-box;
top: -5px;
left: -5px;
width: 26px;
height: 26px;
border: 2px solid rgba(33, 150, 243, 0.3);
border-radius: 6px;
opacity: 0;
transform: scale(0.69231);
}
html.theme-dark .wrapper-21v50zE8 .box-3574HVnv:before {
border: 2px solid rgba(25, 118, 210, 0.3);
}
.wrapper-21v50zE8 .box-3574HVnv.noOutline-3VoWuntz:before {
content: none;
}
.wrapper-21v50zE8 .box-3574HVnv:after {
position: absolute;
content: '';
width: 6px;
height: 6px;
background-color: transparent;
border-radius: 50%;
top: calc(50% - 3px);
left: calc(50% - 3px);
}
.wrapper-21v50zE8 .input-24iGIobO {
width: 100%;
height: 100%;
opacity: 0;
cursor: inherit;
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
}
.wrapper-21v50zE8 .input-24iGIobO:checked + .box-3574HVnv {
background-color: #2196f3;
border-color: #2196f3;
}
html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:checked + .box-3574HVnv {
border-color: #1976d2;
background-color: #1976d2;
}
.wrapper-21v50zE8
.input-24iGIobO:checked
+ .box-3574HVnv.check-382c8Fu1
.icon-2jsUbtec {
stroke: #fff;
}
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:checked
+ .box-3574HVnv.check-382c8Fu1
.icon-2jsUbtec {
stroke: #d1d4dc;
}
.wrapper-21v50zE8 .input-24iGIobO:checked + .box-3574HVnv.dot-3gRd-7Qt:after {
background-color: #fff;
}
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:checked
+ .box-3574HVnv.dot-3gRd-7Qt:after {
background-color: #d1d4dc;
}
.wrapper-21v50zE8 .input-24iGIobO:disabled + .box-3574HVnv {
background-color: #e0e3eb;
border-color: #b2b5be;
}
html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:disabled + .box-3574HVnv {
border-color: #50535e;
background-color: #2a2e39;
}
.wrapper-21v50zE8 .input-24iGIobO:checked:disabled + .box-3574HVnv {
background-color: #e0e3eb;
}
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:checked:disabled
+ .box-3574HVnv {
background-color: #2a2e39;
}
.wrapper-21v50zE8
.input-24iGIobO:checked:disabled
+ .box-3574HVnv.check-382c8Fu1
.icon-2jsUbtec {
stroke: #b2b5be;
}
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:checked:disabled
+ .box-3574HVnv.check-382c8Fu1
.icon-2jsUbtec {
stroke: #50535e;
}
.wrapper-21v50zE8
.input-24iGIobO:checked:disabled
+ .box-3574HVnv.dot-3gRd-7Qt:after {
background-color: #b2b5be;
}
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:checked:disabled
+ .box-3574HVnv.dot-3gRd-7Qt:after {
background-color: #50535e;
}
.wrapper-21v50zE8 .input-24iGIobO:active:not(:disabled) + .box-3574HVnv,
.wrapper-21v50zE8 .input-24iGIobO:focus + .box-3574HVnv {
border-color: #2196f3;
}
html.theme-dark
.wrapper-21v50zE8
.input-24iGIobO:active:not(:disabled)
+ .box-3574HVnv,
html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:focus + .box-3574HVnv {
border-color: #1976d2;
}
.wrapper-21v50zE8 .input-24iGIobO:active:not(:disabled) + .box-3574HVnv:before,
.wrapper-21v50zE8 .input-24iGIobO:focus + .box-3574HVnv:before {
opacity: 1;
transform: scale(1);
}
.checkbox-3xZUD-2M {
display: inline-flex;
align-items: center;
position: relative;
-webkit-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
cursor: default;
font-size: 14px;
font-weight: 400;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
}
.checkbox-3xZUD-2M.reverse-3xeTx96y {
flex-direction: row-reverse;
}
.checkbox-3xZUD-2M.reverse-3xeTx96y .label-cyItEVpF {
margin-right: 8px;
margin-left: 0;
}
.checkbox-3xZUD-2M.baseline-6TXKro4X {
align-items: baseline;
}
.checkbox-3xZUD-2M .label-cyItEVpF {
margin-left: 8px;
color: #000;
min-width: 0;
}
html.theme-dark .checkbox-3xZUD-2M .label-cyItEVpF {
color: #b2b5be;
} | 0.431584 | 0.0545 |
/*PART 1 - Edit*/
/* tabbing contaner */
ul.tabs {
position: relative;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 4px
}
/* class tor tab headding */
.tabhead { margin: 2px 0 }
/* tab links */
ul.tabs li a { text-decoration: none; padding-top: 0px }
/* highlighting of tabs */
ul.tabs li a:hover { text-decoration: none }
ul.tabs li a:active, ul.tabs li a:focus { outline: none }
ul.tabs li {
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius: 5px 5px 0 0
}
/* turn off a tab header */
ul.tabs li.tabHeadOff {
zoom: 1;
float: left;
list-style: none;
margin-left: 1px;
padding-left: 5px;
padding-right: 5px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color: #eee
}
/* turn on tab header */
ul.tabs li.tabHeadOn {
zoom: 1;
float: left;
list-style: none;
margin-left: 1px;
padding-left: 5px;
padding-right: 5px;
border-bottom: none;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color: #fff
}
/* turn the tab content off */
div.tabOff {
zoom: 1;
clear: left;
width: 100%;
display: none;
float: left;
z-index: 4;
left: -9000px
}
/* trunf the tab content on, nested inside */
div.tabOn {
zoom: 1;
clear: left;
width: 100%;
display: block;
left: 0px;
z-index: 5
}
li.autoSaveOffClass { display: none }
#rwiki_container { height: 100%; width: 100% }
#guillotineFixer { clear: both }
/* Stop deleting stuff and not testing it :( */
#toolbarButtonSave {
background: url(/library/image/silk/page_save.png) center center no-repeat
}
#toolbarButtonBold {
background: url(/library/image/silk/text_bold.png) center center no-repeat
}
#toolbarButtonItalic {
background: url(/library/image/silk/text_italic.png) center center no-repeat
}
#toolbarButtonSuper {
background: url(/library/image/silk/text_superscript.png) center center no-repeat
}
#toolbarButtonSub {
background: url(/library/image/silk/text_subscript.png) center center no-repeat
}
#toolbarButtonHeading { }
#toolbarButtonTable {
background: url(/library/image/silk/table.png) center center no-repeat
}
#toolbarButtonLink {
background: url(/library/image/silk/page_link.png) center center no-repeat
}
#toolbarButtonImage {
background: url(/library/image/silk/picture.png) center center no-repeat
}
#toolbarButtonRecover {
background: url(/library/image/silk/arrow_undo.png) center center no-repeat;
height: 1.7em;
vertical-align: middle
}
#toolbarButtonRecover {
height: 1.7em;
vertical-align: middle
}
.editToolBarContainer,.previewToolBarContainer,.autosaveToolBarContainer {
background-color: #efefde;
padding: 3px;
border: 1px solid #ccc
}
.editToolBarContainer select { zoom: 1; font-size: .9em; border: 1px solid #efeffe }
a.editToolBar,a.editToolBar:visited,a.previewToolBar,a.previewToolBar:visited,a.autosaveToolBar,a.autosaveToolBar:visited {
border: 1px solid #efefde;
padding: 2px 13px 3px;
}
a.editToolBar:hover,a.editToolBar:active,a.previewToolBar:hover,a.previewToolBar:active,a.autosaveToolBar:hover,a.autosaveToolBar:active {
border: 1px solid #316ac5;
cursor: pointer;
}
.previewToolBarContainer select { zoom: 1; font-size: .9em; border: 1px solid #efeffe }
.autosaveToolBarContainer input { zoom: 1; font-size: .9em; border: 1px solid #efeffe }
a.anchorpoint { vertical-align: top }
.publicview { padding: 10px 10px 10px 30px }
/* head is the edit page headder */
#rwiki_head{ background-color: #eee; height: 100%; overflow: hidden }
/* surrounds the tabs */
#rwiki_tabholder{
float: left;
overflow: hidden;
height: 100%;
width: 60%
}
/* contains the on off switchers */
#rwiki_sidebar_switcher{ padding-right: 4px }
#rwiki_sidebar_switcher a{ padding-top: 4px }
/* this causes the content area to expand to 100% */
.withsidebar{
float: left;
width: 80%;
padding: 5px 0px 2px 0;
background: #fff
}
.nosidebar{ float: none; padding: 5px 0 2px 0 }
.nosidebar-head{ display: none }
.nosidebar textarea {
border: 1px solid #cccccc;
font-family: "Lucida Console", Monaco, "Courier New", "Lucida Sans Typewriter", monospace !important;
width: 99%;
padding: 3px;
font-size: 10pt
}
/* this causes the textarea to expand to 100% */
.withsidebar textarea {
border: 1px solid #cccccc;
font-family: "Lucida Console", Monaco, "Courier New", "Lucida Sans Typewriter", monospace !important;
padding: 3px;
width: 100%;
font-size: 10pt
}
#restoreContent{ background: #eee; cursor: not-allowed }
#restoreVersion, #restoreDate{ color: #777; background: transparent }
#restoreDate{ width: 30em }
#rwiki_content textarea:focus { border: 1px solid #777 }
.rwiki_edit_wrapper{ background: #fff; height: 100%; overflow: hidden }
/* you have to use padding to make it fit */
#rwiki_sidebar {
width: 17%;
float: right;
padding: 0;
margin: 0;
padding: 5px;
margin: 5px;
background: #eee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px
}
#rwiki_sidebar .rwiki_renderedContent *:first-child{ margin-top: 0 }
#sidebar_switch_on {
text-align: right;
float: right;
padding-right: 18px;
display: none;
background: url(/library/image/silk/arrow_left.png) bottom right no-repeat
}
#sidebar_switch_off {
text-align: right;
float: right;
padding-right: 18px;
display: block;
background: url(/library/image/silk/arrow_right.png) bottom right no-repeat
}
.rwiki_previousContent { width: 90%; overflow: auto }
.rwiki_create_sidebar .instruction { font-size: 20% }
/*PART 1 - Info*/
.permissionsGroupRole th{ padding-left: 3em !important }
.rwiki_item_summary { border-collapse: collapse }
.rwiki_item_summary td, .rwiki_item_summary th{ border: 2px solid #ccc }
.itemSummary ul{ list-style: none; margin: 0; padding: 0 }
.rwiki_item_summary .exclude { border: 1px solid #fff; padding: 1em 0 }
/*PART 1 - General*/
/*toolbar*/
.rwiki_searchBox { white-space: nowrap }
.rwiki_searchBox label{ padding-left: 1em }
.rwiki_searchBox input { border: 1px solid #cccccc }
.rwiki_searchBox input:focus { border: 1px solid #777 }
.printLinks{
padding: 3px;
float: right;
font-size: 1.3em;
line-height: 1em
}
.printLinks a, .printLinks a:hover{
width: 1.3em;
line-height: 1.3em;
text-decoration: none !important
}
#rssLink {
background: url(/library/image/feed.png) center right no-repeat;
text-decoration: none !important
}
/*breadcrumb*/
h3.breadcrumb{
padding: 1em 0 .5em 0;
margin: 0 0 .5em 0;
height:100%;
overflow:hidden;
}
h3.breadcrumb #breadPref{
color:#aaa;
}
.navPanel {
border-bottom:1px solid #ddd;
padding-bottom: 0.5em;
}
div.navPanel {
overflow: visible;
}
.navPanel .viewNav{
display: inline;
}
.viewNav h3.breadcrumb{
padding:0;
margin:0;
display: inline;
}
#wikiCrumb {
text-align:left;
position:absolute;
z-index:100;
border:1px solid #ccc;
list-style-position: inside;
margin:0;padding:0 1em 0 0 ;
background:#ffe;
}
#wikiCrumb li{
list-style:none;
background:url(/library/image/silk/page_white_text.png) 5px 5px no-repeat;
padding:.3em 1em .3em 2em;
line-height:1.5em;
margin:0;
}
#visitedPages{
padding-left:1em;
}
.visitedPagesOn{
background:#fff url(/library/image/sakai/expand.gif) center left no-repeat;
}
.visitedPagesOff{
background:#fff url(/library/image/sakai/collapse.gif) center left no-repeat;
}
/*Popups*/
a.rwiki_help_popup_link, a.rwiki_help_popup_link:visited {
padding-right: 1.3em;
background: url(../images/help.png) right center no-repeat
}
a.rwiki_help_popup_link:hover, a.rwiki_help_popup_link:active { text-decoration: none !important; cursor: help }
a.rwiki_help_popup_link span{ padding: 0 }
.rwiki_help_popup {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
margin-top: 4px;
margin-bottom: 4px;
padding: 5px 5px 5px 5px;
width:100%;
width: 27em;
color: inherit;
border: 1px solid #09c;
background-color: #cef;
line-height: 100%;
z-index: 1;
}
.rwiki_help_popup textarea{
width:98%
}
.rwiki_help_popup .act{ padding: 0; margin: 0 }
.rwiki_help_popup h3{
font-size: 1em;
border-bottom: 1px solid #555;
margin: .3em;
padding: .3em
}
.pop_body{ line-height: 1.3em; padding: .3em }
.pop1, .pop2 { width: 30% }
.red{ color: red !important }
.pop1 .pop_body{ font-size: .9em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif\0/; }
/*
MOOT
.rwiki_pageLinks a:link,
.rwiki_pageLinks a:visited {
padding: 3px;
background-position: left;
background-repeat: no-repeat;
padding-left: 18px
}
.rwiki_pageLinks span.pageLinkInactive {
padding: 10px;
background-position: left;
background-repeat: no-repeat;
padding-left: 18px;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50), progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) !important;
-moz-opacity: .50 !important;
color: #999 !important
}
.rwiki_info ul{ margin: 0; padding: 0; list-style: none }
.rwiki_info li{ margin: 0; padding: 0; list-style: none }
.rwiki_info{ border-top: 1px dashed #ccc;text-align: left; vertical-align: text-top }
.rwiki_info td{
border-bottom: 1px dashed #ccc;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 5px
}
.rwiki_info th{
text-align: left;
border-bottom: 1px dashed #ccc;
border-right: 1px dashed #ccc;
padding-top: 3px;
padding-right: 10px;
vertical-align: text-top
}
.rwiki_info #incommingStart th{
padding-top: 10px;
border-top: 1px dashed #ccc;
padding-bottom: 10px
}
.rwiki_info #incommingStart td{
padding-top: 10px;
border-top: 1px dashed #ccc;
padding-bottom: 10px
}
.rwiki_info #permissions td{ border-bottom: 0px dashed #ccc; padding-bottom: 10px }
.rwiki_info #permissions th{ border-bottom: 0px dashed #ccc }
.rwiki_info #permissionsOwner td{ border-bottom: 0px }
.rwiki_info #permissionsOwner th{ border-bottom: 0px dashed #ccc; padding-left: 5px }
.rwiki_info #permissionsAdditional td{ border-bottom: 0px }
.rwiki_info #permissionsAdditional th { border-bottom: 0px dashed #ccc }
.rwiki_info .permissionsGroupRole th{ border-bottom: 0px dashed #ccc; padding-left: 10px }
.rwiki_info #permissionsGroup td{ }
.rwiki_info #permissionsGroup th{ padding-left: 5px }
.rwiki_info #permissionsPublic td{ }
.rwiki_info #permissionsPublic th{ padding-left: 5px }
.rwiki_info_page_granted { }
.rwiki_info_page_denied { }
.rwiki_info_secure_granted { color: inherit }
.rwiki_info_secure_denied { color: #cccccc }
.rwiki_history th {
border-top: 1px solid #e9e9e9;
border-bottom: 1px dashed #e9e9e9;
color: #333333
}
.rwiki_history td {
border-bottom: 1px dashed #e9e9e9;
padding: 5px;
font-size: 85%
}
.rwiki_history a {
background-color: #F5F5F5;
text-decoration: none;
padding: 2px;
color: #666666;
border: 1px solid #F4F4F4;
-moz-border-radius: 5px
}*/
.historyPage .rwiki_renderedContent table { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif\0/; }
.rwiki_searchForm {
/* SAK-2380: Mozilla sticks a margin on the bottom of a form, IE does it to both! */
margin-bottom: 0;
margin-top: 0
}
.rwiki_collapse img { width: 12px; height: 12px }
.rwiki_expand img { width: 12px; height: 12px }
.rwiki_permissionsblock table { text-align: left; padding-left: 20px; font-size: 85% }
.rwiki_docdetails { font-size: 85% }
.rwiki_permissionsblock { font-size: 85% }
.rwiki_docdetails table { text-align: left; padding-left: 20px }
.listNav .rwiki_renderedContent { width: 150px; font-size: 80% }
/*Part 1 - diff*/
.differences .unchanged { border-left: 2px solid black }
.differences .original { border-left: 2px solid red; background-color: #FF8080 }
.differences .changed {
border-left: 2px solid green;
background-color: #80FF80
}
.differences .deleted { border-left: 2px solid red; background-color: #FF8080 }
.differences .added {
border-left: 2px solid green;
background-color: #80FF80
}
.keytable{ border: 1px solid #666 }
.keytable th{ text-align: center !important }
.colordiff { border: 1px solid #ccc }
.colordiff td{
padding: 5px
}
.pageleft{ }
.pageright{ border-left: 1px dashed #666 }
.tablecolordiff{ line-height: 120%; border: 1px solid #ccc }
.unchangedLeft{ background-color: White }
.unchangedRight{ background-color: White; border-left: 1px dashed #666 }
.deletedLeft{ background-color: #FFAABB; padding: 5px }
.deletedRight{
background-color: #F5F5F5;
border-left: 1px dashed #666
}
.addedLeft{ background-color: #F5F5F5 }
.addedRight{
background-color: #ADFF2F;
border-left: 1px dashed #666
}
.changedLeft{ background-color: #FFFACD }
.changedRight{
background-color: #FFFACD;
border-left: 1px dashed #666
}
/*PART 1 - info*/
/*outgoing and incoming links*/
#referencedLinks li span{
background: url(/library/image/silk/arrow_right.png) bottom right no-repeat;
padding: .3em 2em 0 0
}
#referencingLinks li span{
background: url(/library/image/silk/arrow_right.png) bottom left no-repeat;
padding: .3em 0 0 2em
}
#commentLinks li span{
background: url(/library/image/silk/comment.png) bottom left no-repeat;
padding: .3em 0 0 2em
}
/*PART 1 - View*/
/*view:last mod message */
/*comments*/
.rwikicommentbody_1, .rwikicommentbody_2, .rwikicommentbody_3, .rwikicommentbody_4, .rwikicommentbody_5, .rwikicommentbody_6{
margin: .25em;
padding: 0;
padding-top: 13px;
color: #000
}
.rwikicommentarrow{
padding: 0;
height: 13px;
background: transparent url(../images/bubble-arrow.png) 3% 0 no-repeat
}
.hidden .rwikicommentarrow{
background: transparent url(../images/bubble-arrow-hidden.png) 3% 0 no-repeat
}
.commentList .itemAction { display: inline }
.commentList .itemAction a{ border: none !important; padding: 2px }
.commentList .itemAction li{
display: inline;
list-style: none;
border-left: 1px solid #ccc;
padding: 2px 2px 2px 6px
}
.commentList .itemAction li:first-child{ border-left: none }
.commentList .commentHeader .commentAuthor{
font-weight: bold;
color: #777;
font-size: 110%;
padding: 0
}
.rwikicommentbody_1{ }
.rwikicommentbody_2{ }
.rwikicommentbody_3{ margin-left: 20px }
.rwikicommentbody_4{ margin-left: 50px }
.rwikicommentbody_5{ margin-left: 70px }
.rwikicommentbody_6{ margin-left: 90px }
.rwikicommenttop{
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius: 10px 10px 0 0;
padding: .5em;
background: #ddd
}
.rwikicomenttext{
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius: 0 0 10px 10px;
padding: 0 .5em;
width: auto;
background: #ddd;
padding: 0 10px 10px 10px
}
.rwikicomenttext p.paragraph{ margin: 0; padding: 0 }
.commentsHeader{
border-top: 2px solid #ccc;
overflow: hidden;
height: 100%;
padding-top: .3em
}
.commentsHeader:active{ outline: none }
.commentsHeader h5{ margin: 0; padding: 0 }
.commentsTitle{ font-size: 120%; padding: 3px 0 }
.commentsTitle a:active, .commentsTitle a:focus{ outline: none }
.commentsTitle a.toggleClosed{
padding-left: 1em;
background: #fff url(/library/image/sakai/expand.gif) left no-repeat
}
.commentsTitle a.toggleOpen{
padding-left: 1em;
background: #fff url(/library/image/sakai/collapse.gif) left no-repeat
}
.commentsToolBar{ padding: .3em 3em; font-size: .8em;line-height:2em;}
#createCommentLink{
background: url(/library/image/silk/comment_add.png) center left no-repeat;
padding:3em 1.6em;
}
.rwiki_comments { list-style: none; margin: 0; padding: 0 }
.rwiki_comments .hidden .rwikicommenttop, .rwiki_comments .hidden .rwikicomenttext{background:#eee;color:#999}
.rwiki_comments .hidden .commentAuthor{ /*.commentHeader*/
color: #bbb
}
.lastmodified { font-size: smaller; text-align: right; color: #555;padding:.5em 0}
/*view:index-list
added to blocks that are higher than 300px - creates a scroll if so and sizes them to 300px
added only to site index, could be added to other things*/
.oversize{
height: 300px !important;
overflow: auto !important
}
.oversizeCrumb{
height: 200px !important;
overflow: auto !important;
}
.searchResultList{
padding:0
}
.searchResultList li{
padding:.5em 0
}
.searchResultList li h5{
padding:0;
font-size:1.2em;
font-weight:100;
margin:0
}
.searchResultList li h5 a{
text-decoration:underline;
}
.searchResultList li strong{
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.searchResultList li .searchItemBody{
color:#000
}
.searchResultList li .searchItemFooter a{
color:#008000
}
.searchResultPager{
display:inline;
margin:1em 0;
padding:.2em;
background:#eee
}
.searchResultPager li{
display:inline;
list-style:none;
margin:0 .5em;
}
.searchResultPager li a{
font-weight:bold;
font-size:1.2em
}
.topPager{
float:right;
}
#selectList{
list-style:none;
margin:0;padding:0
}
#selectList li{
margin:.1em 0;padding:.3em 0;
width:80%;
}
.selectedSelected{
background: #def;
}
/*PART 2 - USER CREATED CONTENT STYLES*/
/************************************************/
.bold { font-weight: bold }
.italic { font-style: italic }
/* SAK-8663 Right to left text */
.rtl{ unicode-bidi: override; direction: rtl }
.line{ height: 1px; color: #aaa;background: #aaa;border:none }
/* image positioning*/
img {
padding-top: 2px;
padding-bottom: 1px;
padding-left: 1px;
padding-right: 1px
}
img.left { display: block; left: 0px }
img.right { display: block; right: 0px }
img.center {
margin-left:auto;
margin-right:auto;
display:block;
}
img.float-left {
float: left;
margin-top: 3px;
margin-right: 3px;
margin-bottom: 3px
}
img.float-right {
float: right;
margin-top: 3px;
margin-left: 3px;
margin-bottom: 3px
}
/*****************************************/
/* Div positioning */
div.float-right {
float: right;
border-left: 1px solid #ccc;
padding-left: 10px;
margin-bottom: 5px;
margin-left: 5px;
width: 150px;
font-size: 80%;
text-align: left;
color: #006699;
overflow-y: auto
}
h4.search {
font-size: 12px;
line-height: normal;
font-weight: normal;
background-color: #f0f0f0;
padding: 4px;
margin: 18px 0px 4px 0px
}
h5 {
font-size: 10px;
line-height: normal;
font-weight: bold;
background-color: #f0f0f0;
padding: 2px;
margin: 14px 0px 4px 0px
}
h6 {
font-size: 8px;
line-height: normal;
font-weight: bold;
background-color: #f0f0f0;
padding: 2px;
margin: 14px 0px 4px 0px
}
.heading-1, .heading-h1 { font-size: 150% }
.heading-h2 { font-size: 140% }
.heading-1-1, .heading-h3 { font-size: 130% }
.heading-h4 { font-size: 120% }
.heading-1-1-1, .heading-h5 { font-size: 110% }
.heading-h6 { font-size: 105% }
.quote {
font-style: italic;
color: inherit;
background-color: inherit;
font-family: inherit;
font-size: inherit
}
/************************************************/
/* inline comment formatting */
.inline-wiki-comment-text {
margin: 0 0.5em;
padding: 0 0.25em;
font-style: italic;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.inline-wiki-comment {
border: 2px dotted #CC9900;
float: right;
margin: 0.5em 0 0.5em 1em;
padding: 0.5em 1em 0.5em 1em;
width: 20%;
font-style: italic;
text-align: left;
text-indent: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 90%;
clear: right;
}
/************************************************/
/* code formatting */
.code {
margin: 4px 0 ;
padding: 5px;
background: #eee;
border: 1px solid #ccc;
font-family: courier, "courier new", monospace;
font-size: 1.1em;
line-height: 110%;
width: 98%
}
.code pre {overflow:auto}
.java-keyword {
font-weight: bold;
color: #00a;
background-color: inherit
}
.java-object { color: #008; background-color: inherit }
.java-quote { color: #00aa00; background-color: inherit }
.xml-keyword { font-weight: bold }
.xml-tag { color: #0000aa; background-color: inherit }
/* weblog formatting */
.blog-date {
font-size: 16px;
color: #000000;
text-transform: none;
margin-bottom: 10px;
padding: 3px;
border: 1px solid #5B5B5B
}
/* special formatting of a wiki table */
.wiki-table { empty-cells: show; width: 100%; max-width: 100% }
.wiki-table td {
border-top: 1px solid #5b5b5b;
padding: 4px 4px 4px 4px
}
.wiki-table th {
border-top: 1px solid #5b5b5b;
text-align: left;
padding: 4px 4px 4px 4px;
color: inherit;
font-weight: bold;
/* background-color: #DDEEFF; */
background: #eee;
color: inherit
}
.wiki-table .table-odd { }
.wiki-table .table-even { }
/************************************************/
/* list formatting */
.list { }
.list-title { font-weight: bold }
.list ul {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-left: 0px;
list-style-type: none
}
/* wiki lists */
.rwikiRenderedContent ul,.rwiki_renderedContent ul{
padding: 0 0 0 2em;
}
ul.minus { list-style-type: square }
ul.star { list-style-type: circle }
ol {
padding: 0 0 0 2em !important;
}
ol.decimal { list-style-type: decimal}
ol.roman { list-style-type: lower-roman }
ol.ROMAN { list-style-type: upper-roman }
ol.alpha { list-style-type: lower-alpha }
ol.ALPHA { list-style-type: upper-alpha }
ol.greek { list-style-type: lower-greek }
ol.GREEK { list-style-type: upper-greek }
ol.hiragana { list-style-type: hiragana }
ol.HIRAGANA { list-style-type: hiragana-iroha }
ol.katakana { list-style-type: katakana }
ol.KATAKANA { list-style-type: katakana-iroha }
ol.HEBREW { list-style-type: hebrew }
/************************************************/
/* index formatting */
.index-top { border-top: 1px solid #003366; margin-bottom: 5px }
.index-top th {
padding: 1px 1px 1px 1px;
text-align: left;
font-weight: bold
}
.index { }
.index td { padding: 1px 1px 1px 1px }
.index th {
margin-top: 5px;
padding: 1px 1px 1px 1px;
text-align: left;
font-weight: bold;
border-top: 1px solid #003366;
border-bottom: 1px solid #003366
}
/************************************************/
/* calendar display */
.calendar { border-spacing: 0px }
.calendar th { font-size: 0.8em }
.calendar td { text-align: right }
.calendar caption { text-align: left; font-weight: bold }
.calendar .today { border: 3px solid #aaaaaa }
.typeset img { padding: 0px }
/*
* CSS for Standard tree layout
* Copyright (C) 2005 SilverStripe Limited
* Feel free to use this on your websites, but please leave this message in the fies
* http://www.silverstripe.com/blog
*/
ul.tree{ width: auto; padding-left: 0px; margin-left: 0px;border:1px solid #ccc;padding:5px;background:#ffe;}
ul.tree img{ border: none }
ul.tree, ul.tree ul { padding-left: 0 }
ul.tree ul { margin-left: 16px }
ul.tree li.closed ul { display: none }
ul.tree li {
list-style: none;
background: url(../images/i-repeater.gif) 0 0 repeat-y;
display: block;
width: auto
}
ul.tree li.last { list-style: none; background-image: none }
/* Span-A: I/L/I glpyhs */
ul.tree span.a {
background: url(../images/t.gif) 0 50% no-repeat;
display: block
}
ul.tree span.a.last { background: url(../images/l.gif) 0 50% no-repeat }
/* Span-B: Plus/Minus icon */
ul.tree span.b { }
ul.tree span.a.children span.b {
background: url(../images/minus.gif) 0 50% no-repeat;
cursor: pointer
}
ul.tree li.closed span.a.children span.b {
background: url(../images/plus.gif) 0 50% no-repeat;
cursor: pointer
}
/* Span-C: Spacing and extending tree line below the icon */
ul.tree span.c { margin-left: 16px }
ul.tree span.a.children span.c {
background: url(../images/i-bottom.gif) 0 50% no-repeat
}
ul.tree span.a.spanClosed span.c { background-image: none }
/* Anchor tag: Page icon */
ul.tree a {
white-space: nowrap;
overflow: hidden;
padding: 0px 0px 0px 18px;
line-height: 16px;
background: url(../images/page-file.png) 0 50% no-repeat
}
ul.tree span.a.children a {
background: url(../images/page-openfoldericon.png) 0 50% no-repeat
}
ul.tree span.a.children.spanClosed a {
background: url(../images/page-foldericon.png) 0 50% no-repeat
}
/* Unformatted tree */
ul.tree.unformatted li { background-image: none; padding-left: 16px }
ul.tree.unformatted li li { background-image: none; padding-left: 0px }
/*
* Divs, by default store vertically aligned data
*/
ul.tree li div {
float: right;
clear: right;
height: 1em;
margin-top: -26px
}
/* As inside DIVs should be treated normally */
ul.tree div a {
padding: 0;
background-image: none;
min-height: auto;
height: auto
}
ul.tree li A:link, ul.tree li A:hover, ul.tree li A:visited { color: #111111 }
ul.tree li .over{ background-color: pink }
/** special class to position something offscreen, hide it for standard access,
but render it for accessibility */
.hidden {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
div.rwikiRenderedContent table.listHier {
width: auto;
}
div.rwikiRenderedContent table.listHier th {
font-weight: bold;
}
.listNav.specialLink {
float: right;
text-align: right;
margin: 0;
} | rwiki/rwiki-tool/tool/src/webapp/styles/wikiStyle.css |
/*PART 1 - Edit*/
/* tabbing contaner */
ul.tabs {
position: relative;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 4px
}
/* class tor tab headding */
.tabhead { margin: 2px 0 }
/* tab links */
ul.tabs li a { text-decoration: none; padding-top: 0px }
/* highlighting of tabs */
ul.tabs li a:hover { text-decoration: none }
ul.tabs li a:active, ul.tabs li a:focus { outline: none }
ul.tabs li {
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius: 5px 5px 0 0
}
/* turn off a tab header */
ul.tabs li.tabHeadOff {
zoom: 1;
float: left;
list-style: none;
margin-left: 1px;
padding-left: 5px;
padding-right: 5px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color: #eee
}
/* turn on tab header */
ul.tabs li.tabHeadOn {
zoom: 1;
float: left;
list-style: none;
margin-left: 1px;
padding-left: 5px;
padding-right: 5px;
border-bottom: none;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color: #fff
}
/* turn the tab content off */
div.tabOff {
zoom: 1;
clear: left;
width: 100%;
display: none;
float: left;
z-index: 4;
left: -9000px
}
/* trunf the tab content on, nested inside */
div.tabOn {
zoom: 1;
clear: left;
width: 100%;
display: block;
left: 0px;
z-index: 5
}
li.autoSaveOffClass { display: none }
#rwiki_container { height: 100%; width: 100% }
#guillotineFixer { clear: both }
/* Stop deleting stuff and not testing it :( */
#toolbarButtonSave {
background: url(/library/image/silk/page_save.png) center center no-repeat
}
#toolbarButtonBold {
background: url(/library/image/silk/text_bold.png) center center no-repeat
}
#toolbarButtonItalic {
background: url(/library/image/silk/text_italic.png) center center no-repeat
}
#toolbarButtonSuper {
background: url(/library/image/silk/text_superscript.png) center center no-repeat
}
#toolbarButtonSub {
background: url(/library/image/silk/text_subscript.png) center center no-repeat
}
#toolbarButtonHeading { }
#toolbarButtonTable {
background: url(/library/image/silk/table.png) center center no-repeat
}
#toolbarButtonLink {
background: url(/library/image/silk/page_link.png) center center no-repeat
}
#toolbarButtonImage {
background: url(/library/image/silk/picture.png) center center no-repeat
}
#toolbarButtonRecover {
background: url(/library/image/silk/arrow_undo.png) center center no-repeat;
height: 1.7em;
vertical-align: middle
}
#toolbarButtonRecover {
height: 1.7em;
vertical-align: middle
}
.editToolBarContainer,.previewToolBarContainer,.autosaveToolBarContainer {
background-color: #efefde;
padding: 3px;
border: 1px solid #ccc
}
.editToolBarContainer select { zoom: 1; font-size: .9em; border: 1px solid #efeffe }
a.editToolBar,a.editToolBar:visited,a.previewToolBar,a.previewToolBar:visited,a.autosaveToolBar,a.autosaveToolBar:visited {
border: 1px solid #efefde;
padding: 2px 13px 3px;
}
a.editToolBar:hover,a.editToolBar:active,a.previewToolBar:hover,a.previewToolBar:active,a.autosaveToolBar:hover,a.autosaveToolBar:active {
border: 1px solid #316ac5;
cursor: pointer;
}
.previewToolBarContainer select { zoom: 1; font-size: .9em; border: 1px solid #efeffe }
.autosaveToolBarContainer input { zoom: 1; font-size: .9em; border: 1px solid #efeffe }
a.anchorpoint { vertical-align: top }
.publicview { padding: 10px 10px 10px 30px }
/* head is the edit page headder */
#rwiki_head{ background-color: #eee; height: 100%; overflow: hidden }
/* surrounds the tabs */
#rwiki_tabholder{
float: left;
overflow: hidden;
height: 100%;
width: 60%
}
/* contains the on off switchers */
#rwiki_sidebar_switcher{ padding-right: 4px }
#rwiki_sidebar_switcher a{ padding-top: 4px }
/* this causes the content area to expand to 100% */
.withsidebar{
float: left;
width: 80%;
padding: 5px 0px 2px 0;
background: #fff
}
.nosidebar{ float: none; padding: 5px 0 2px 0 }
.nosidebar-head{ display: none }
.nosidebar textarea {
border: 1px solid #cccccc;
font-family: "Lucida Console", Monaco, "Courier New", "Lucida Sans Typewriter", monospace !important;
width: 99%;
padding: 3px;
font-size: 10pt
}
/* this causes the textarea to expand to 100% */
.withsidebar textarea {
border: 1px solid #cccccc;
font-family: "Lucida Console", Monaco, "Courier New", "Lucida Sans Typewriter", monospace !important;
padding: 3px;
width: 100%;
font-size: 10pt
}
#restoreContent{ background: #eee; cursor: not-allowed }
#restoreVersion, #restoreDate{ color: #777; background: transparent }
#restoreDate{ width: 30em }
#rwiki_content textarea:focus { border: 1px solid #777 }
.rwiki_edit_wrapper{ background: #fff; height: 100%; overflow: hidden }
/* you have to use padding to make it fit */
#rwiki_sidebar {
width: 17%;
float: right;
padding: 0;
margin: 0;
padding: 5px;
margin: 5px;
background: #eee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px
}
#rwiki_sidebar .rwiki_renderedContent *:first-child{ margin-top: 0 }
#sidebar_switch_on {
text-align: right;
float: right;
padding-right: 18px;
display: none;
background: url(/library/image/silk/arrow_left.png) bottom right no-repeat
}
#sidebar_switch_off {
text-align: right;
float: right;
padding-right: 18px;
display: block;
background: url(/library/image/silk/arrow_right.png) bottom right no-repeat
}
.rwiki_previousContent { width: 90%; overflow: auto }
.rwiki_create_sidebar .instruction { font-size: 20% }
/*PART 1 - Info*/
.permissionsGroupRole th{ padding-left: 3em !important }
.rwiki_item_summary { border-collapse: collapse }
.rwiki_item_summary td, .rwiki_item_summary th{ border: 2px solid #ccc }
.itemSummary ul{ list-style: none; margin: 0; padding: 0 }
.rwiki_item_summary .exclude { border: 1px solid #fff; padding: 1em 0 }
/*PART 1 - General*/
/*toolbar*/
.rwiki_searchBox { white-space: nowrap }
.rwiki_searchBox label{ padding-left: 1em }
.rwiki_searchBox input { border: 1px solid #cccccc }
.rwiki_searchBox input:focus { border: 1px solid #777 }
.printLinks{
padding: 3px;
float: right;
font-size: 1.3em;
line-height: 1em
}
.printLinks a, .printLinks a:hover{
width: 1.3em;
line-height: 1.3em;
text-decoration: none !important
}
#rssLink {
background: url(/library/image/feed.png) center right no-repeat;
text-decoration: none !important
}
/*breadcrumb*/
h3.breadcrumb{
padding: 1em 0 .5em 0;
margin: 0 0 .5em 0;
height:100%;
overflow:hidden;
}
h3.breadcrumb #breadPref{
color:#aaa;
}
.navPanel {
border-bottom:1px solid #ddd;
padding-bottom: 0.5em;
}
div.navPanel {
overflow: visible;
}
.navPanel .viewNav{
display: inline;
}
.viewNav h3.breadcrumb{
padding:0;
margin:0;
display: inline;
}
#wikiCrumb {
text-align:left;
position:absolute;
z-index:100;
border:1px solid #ccc;
list-style-position: inside;
margin:0;padding:0 1em 0 0 ;
background:#ffe;
}
#wikiCrumb li{
list-style:none;
background:url(/library/image/silk/page_white_text.png) 5px 5px no-repeat;
padding:.3em 1em .3em 2em;
line-height:1.5em;
margin:0;
}
#visitedPages{
padding-left:1em;
}
.visitedPagesOn{
background:#fff url(/library/image/sakai/expand.gif) center left no-repeat;
}
.visitedPagesOff{
background:#fff url(/library/image/sakai/collapse.gif) center left no-repeat;
}
/*Popups*/
a.rwiki_help_popup_link, a.rwiki_help_popup_link:visited {
padding-right: 1.3em;
background: url(../images/help.png) right center no-repeat
}
a.rwiki_help_popup_link:hover, a.rwiki_help_popup_link:active { text-decoration: none !important; cursor: help }
a.rwiki_help_popup_link span{ padding: 0 }
.rwiki_help_popup {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
margin-top: 4px;
margin-bottom: 4px;
padding: 5px 5px 5px 5px;
width:100%;
width: 27em;
color: inherit;
border: 1px solid #09c;
background-color: #cef;
line-height: 100%;
z-index: 1;
}
.rwiki_help_popup textarea{
width:98%
}
.rwiki_help_popup .act{ padding: 0; margin: 0 }
.rwiki_help_popup h3{
font-size: 1em;
border-bottom: 1px solid #555;
margin: .3em;
padding: .3em
}
.pop_body{ line-height: 1.3em; padding: .3em }
.pop1, .pop2 { width: 30% }
.red{ color: red !important }
.pop1 .pop_body{ font-size: .9em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif\0/; }
/*
MOOT
.rwiki_pageLinks a:link,
.rwiki_pageLinks a:visited {
padding: 3px;
background-position: left;
background-repeat: no-repeat;
padding-left: 18px
}
.rwiki_pageLinks span.pageLinkInactive {
padding: 10px;
background-position: left;
background-repeat: no-repeat;
padding-left: 18px;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50), progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) !important;
-moz-opacity: .50 !important;
color: #999 !important
}
.rwiki_info ul{ margin: 0; padding: 0; list-style: none }
.rwiki_info li{ margin: 0; padding: 0; list-style: none }
.rwiki_info{ border-top: 1px dashed #ccc;text-align: left; vertical-align: text-top }
.rwiki_info td{
border-bottom: 1px dashed #ccc;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 5px
}
.rwiki_info th{
text-align: left;
border-bottom: 1px dashed #ccc;
border-right: 1px dashed #ccc;
padding-top: 3px;
padding-right: 10px;
vertical-align: text-top
}
.rwiki_info #incommingStart th{
padding-top: 10px;
border-top: 1px dashed #ccc;
padding-bottom: 10px
}
.rwiki_info #incommingStart td{
padding-top: 10px;
border-top: 1px dashed #ccc;
padding-bottom: 10px
}
.rwiki_info #permissions td{ border-bottom: 0px dashed #ccc; padding-bottom: 10px }
.rwiki_info #permissions th{ border-bottom: 0px dashed #ccc }
.rwiki_info #permissionsOwner td{ border-bottom: 0px }
.rwiki_info #permissionsOwner th{ border-bottom: 0px dashed #ccc; padding-left: 5px }
.rwiki_info #permissionsAdditional td{ border-bottom: 0px }
.rwiki_info #permissionsAdditional th { border-bottom: 0px dashed #ccc }
.rwiki_info .permissionsGroupRole th{ border-bottom: 0px dashed #ccc; padding-left: 10px }
.rwiki_info #permissionsGroup td{ }
.rwiki_info #permissionsGroup th{ padding-left: 5px }
.rwiki_info #permissionsPublic td{ }
.rwiki_info #permissionsPublic th{ padding-left: 5px }
.rwiki_info_page_granted { }
.rwiki_info_page_denied { }
.rwiki_info_secure_granted { color: inherit }
.rwiki_info_secure_denied { color: #cccccc }
.rwiki_history th {
border-top: 1px solid #e9e9e9;
border-bottom: 1px dashed #e9e9e9;
color: #333333
}
.rwiki_history td {
border-bottom: 1px dashed #e9e9e9;
padding: 5px;
font-size: 85%
}
.rwiki_history a {
background-color: #F5F5F5;
text-decoration: none;
padding: 2px;
color: #666666;
border: 1px solid #F4F4F4;
-moz-border-radius: 5px
}*/
.historyPage .rwiki_renderedContent table { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif\0/; }
.rwiki_searchForm {
/* SAK-2380: Mozilla sticks a margin on the bottom of a form, IE does it to both! */
margin-bottom: 0;
margin-top: 0
}
.rwiki_collapse img { width: 12px; height: 12px }
.rwiki_expand img { width: 12px; height: 12px }
.rwiki_permissionsblock table { text-align: left; padding-left: 20px; font-size: 85% }
.rwiki_docdetails { font-size: 85% }
.rwiki_permissionsblock { font-size: 85% }
.rwiki_docdetails table { text-align: left; padding-left: 20px }
.listNav .rwiki_renderedContent { width: 150px; font-size: 80% }
/*Part 1 - diff*/
.differences .unchanged { border-left: 2px solid black }
.differences .original { border-left: 2px solid red; background-color: #FF8080 }
.differences .changed {
border-left: 2px solid green;
background-color: #80FF80
}
.differences .deleted { border-left: 2px solid red; background-color: #FF8080 }
.differences .added {
border-left: 2px solid green;
background-color: #80FF80
}
.keytable{ border: 1px solid #666 }
.keytable th{ text-align: center !important }
.colordiff { border: 1px solid #ccc }
.colordiff td{
padding: 5px
}
.pageleft{ }
.pageright{ border-left: 1px dashed #666 }
.tablecolordiff{ line-height: 120%; border: 1px solid #ccc }
.unchangedLeft{ background-color: White }
.unchangedRight{ background-color: White; border-left: 1px dashed #666 }
.deletedLeft{ background-color: #FFAABB; padding: 5px }
.deletedRight{
background-color: #F5F5F5;
border-left: 1px dashed #666
}
.addedLeft{ background-color: #F5F5F5 }
.addedRight{
background-color: #ADFF2F;
border-left: 1px dashed #666
}
.changedLeft{ background-color: #FFFACD }
.changedRight{
background-color: #FFFACD;
border-left: 1px dashed #666
}
/*PART 1 - info*/
/*outgoing and incoming links*/
#referencedLinks li span{
background: url(/library/image/silk/arrow_right.png) bottom right no-repeat;
padding: .3em 2em 0 0
}
#referencingLinks li span{
background: url(/library/image/silk/arrow_right.png) bottom left no-repeat;
padding: .3em 0 0 2em
}
#commentLinks li span{
background: url(/library/image/silk/comment.png) bottom left no-repeat;
padding: .3em 0 0 2em
}
/*PART 1 - View*/
/*view:last mod message */
/*comments*/
.rwikicommentbody_1, .rwikicommentbody_2, .rwikicommentbody_3, .rwikicommentbody_4, .rwikicommentbody_5, .rwikicommentbody_6{
margin: .25em;
padding: 0;
padding-top: 13px;
color: #000
}
.rwikicommentarrow{
padding: 0;
height: 13px;
background: transparent url(../images/bubble-arrow.png) 3% 0 no-repeat
}
.hidden .rwikicommentarrow{
background: transparent url(../images/bubble-arrow-hidden.png) 3% 0 no-repeat
}
.commentList .itemAction { display: inline }
.commentList .itemAction a{ border: none !important; padding: 2px }
.commentList .itemAction li{
display: inline;
list-style: none;
border-left: 1px solid #ccc;
padding: 2px 2px 2px 6px
}
.commentList .itemAction li:first-child{ border-left: none }
.commentList .commentHeader .commentAuthor{
font-weight: bold;
color: #777;
font-size: 110%;
padding: 0
}
.rwikicommentbody_1{ }
.rwikicommentbody_2{ }
.rwikicommentbody_3{ margin-left: 20px }
.rwikicommentbody_4{ margin-left: 50px }
.rwikicommentbody_5{ margin-left: 70px }
.rwikicommentbody_6{ margin-left: 90px }
.rwikicommenttop{
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius: 10px 10px 0 0;
padding: .5em;
background: #ddd
}
.rwikicomenttext{
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius: 0 0 10px 10px;
padding: 0 .5em;
width: auto;
background: #ddd;
padding: 0 10px 10px 10px
}
.rwikicomenttext p.paragraph{ margin: 0; padding: 0 }
.commentsHeader{
border-top: 2px solid #ccc;
overflow: hidden;
height: 100%;
padding-top: .3em
}
.commentsHeader:active{ outline: none }
.commentsHeader h5{ margin: 0; padding: 0 }
.commentsTitle{ font-size: 120%; padding: 3px 0 }
.commentsTitle a:active, .commentsTitle a:focus{ outline: none }
.commentsTitle a.toggleClosed{
padding-left: 1em;
background: #fff url(/library/image/sakai/expand.gif) left no-repeat
}
.commentsTitle a.toggleOpen{
padding-left: 1em;
background: #fff url(/library/image/sakai/collapse.gif) left no-repeat
}
.commentsToolBar{ padding: .3em 3em; font-size: .8em;line-height:2em;}
#createCommentLink{
background: url(/library/image/silk/comment_add.png) center left no-repeat;
padding:3em 1.6em;
}
.rwiki_comments { list-style: none; margin: 0; padding: 0 }
.rwiki_comments .hidden .rwikicommenttop, .rwiki_comments .hidden .rwikicomenttext{background:#eee;color:#999}
.rwiki_comments .hidden .commentAuthor{ /*.commentHeader*/
color: #bbb
}
.lastmodified { font-size: smaller; text-align: right; color: #555;padding:.5em 0}
/*view:index-list
added to blocks that are higher than 300px - creates a scroll if so and sizes them to 300px
added only to site index, could be added to other things*/
.oversize{
height: 300px !important;
overflow: auto !important
}
.oversizeCrumb{
height: 200px !important;
overflow: auto !important;
}
.searchResultList{
padding:0
}
.searchResultList li{
padding:.5em 0
}
.searchResultList li h5{
padding:0;
font-size:1.2em;
font-weight:100;
margin:0
}
.searchResultList li h5 a{
text-decoration:underline;
}
.searchResultList li strong{
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.searchResultList li .searchItemBody{
color:#000
}
.searchResultList li .searchItemFooter a{
color:#008000
}
.searchResultPager{
display:inline;
margin:1em 0;
padding:.2em;
background:#eee
}
.searchResultPager li{
display:inline;
list-style:none;
margin:0 .5em;
}
.searchResultPager li a{
font-weight:bold;
font-size:1.2em
}
.topPager{
float:right;
}
#selectList{
list-style:none;
margin:0;padding:0
}
#selectList li{
margin:.1em 0;padding:.3em 0;
width:80%;
}
.selectedSelected{
background: #def;
}
/*PART 2 - USER CREATED CONTENT STYLES*/
/************************************************/
.bold { font-weight: bold }
.italic { font-style: italic }
/* SAK-8663 Right to left text */
.rtl{ unicode-bidi: override; direction: rtl }
.line{ height: 1px; color: #aaa;background: #aaa;border:none }
/* image positioning*/
img {
padding-top: 2px;
padding-bottom: 1px;
padding-left: 1px;
padding-right: 1px
}
img.left { display: block; left: 0px }
img.right { display: block; right: 0px }
img.center {
margin-left:auto;
margin-right:auto;
display:block;
}
img.float-left {
float: left;
margin-top: 3px;
margin-right: 3px;
margin-bottom: 3px
}
img.float-right {
float: right;
margin-top: 3px;
margin-left: 3px;
margin-bottom: 3px
}
/*****************************************/
/* Div positioning */
div.float-right {
float: right;
border-left: 1px solid #ccc;
padding-left: 10px;
margin-bottom: 5px;
margin-left: 5px;
width: 150px;
font-size: 80%;
text-align: left;
color: #006699;
overflow-y: auto
}
h4.search {
font-size: 12px;
line-height: normal;
font-weight: normal;
background-color: #f0f0f0;
padding: 4px;
margin: 18px 0px 4px 0px
}
h5 {
font-size: 10px;
line-height: normal;
font-weight: bold;
background-color: #f0f0f0;
padding: 2px;
margin: 14px 0px 4px 0px
}
h6 {
font-size: 8px;
line-height: normal;
font-weight: bold;
background-color: #f0f0f0;
padding: 2px;
margin: 14px 0px 4px 0px
}
.heading-1, .heading-h1 { font-size: 150% }
.heading-h2 { font-size: 140% }
.heading-1-1, .heading-h3 { font-size: 130% }
.heading-h4 { font-size: 120% }
.heading-1-1-1, .heading-h5 { font-size: 110% }
.heading-h6 { font-size: 105% }
.quote {
font-style: italic;
color: inherit;
background-color: inherit;
font-family: inherit;
font-size: inherit
}
/************************************************/
/* inline comment formatting */
.inline-wiki-comment-text {
margin: 0 0.5em;
padding: 0 0.25em;
font-style: italic;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.inline-wiki-comment {
border: 2px dotted #CC9900;
float: right;
margin: 0.5em 0 0.5em 1em;
padding: 0.5em 1em 0.5em 1em;
width: 20%;
font-style: italic;
text-align: left;
text-indent: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 90%;
clear: right;
}
/************************************************/
/* code formatting */
.code {
margin: 4px 0 ;
padding: 5px;
background: #eee;
border: 1px solid #ccc;
font-family: courier, "courier new", monospace;
font-size: 1.1em;
line-height: 110%;
width: 98%
}
.code pre {overflow:auto}
.java-keyword {
font-weight: bold;
color: #00a;
background-color: inherit
}
.java-object { color: #008; background-color: inherit }
.java-quote { color: #00aa00; background-color: inherit }
.xml-keyword { font-weight: bold }
.xml-tag { color: #0000aa; background-color: inherit }
/* weblog formatting */
.blog-date {
font-size: 16px;
color: #000000;
text-transform: none;
margin-bottom: 10px;
padding: 3px;
border: 1px solid #5B5B5B
}
/* special formatting of a wiki table */
.wiki-table { empty-cells: show; width: 100%; max-width: 100% }
.wiki-table td {
border-top: 1px solid #5b5b5b;
padding: 4px 4px 4px 4px
}
.wiki-table th {
border-top: 1px solid #5b5b5b;
text-align: left;
padding: 4px 4px 4px 4px;
color: inherit;
font-weight: bold;
/* background-color: #DDEEFF; */
background: #eee;
color: inherit
}
.wiki-table .table-odd { }
.wiki-table .table-even { }
/************************************************/
/* list formatting */
.list { }
.list-title { font-weight: bold }
.list ul {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-left: 0px;
list-style-type: none
}
/* wiki lists */
.rwikiRenderedContent ul,.rwiki_renderedContent ul{
padding: 0 0 0 2em;
}
ul.minus { list-style-type: square }
ul.star { list-style-type: circle }
ol {
padding: 0 0 0 2em !important;
}
ol.decimal { list-style-type: decimal}
ol.roman { list-style-type: lower-roman }
ol.ROMAN { list-style-type: upper-roman }
ol.alpha { list-style-type: lower-alpha }
ol.ALPHA { list-style-type: upper-alpha }
ol.greek { list-style-type: lower-greek }
ol.GREEK { list-style-type: upper-greek }
ol.hiragana { list-style-type: hiragana }
ol.HIRAGANA { list-style-type: hiragana-iroha }
ol.katakana { list-style-type: katakana }
ol.KATAKANA { list-style-type: katakana-iroha }
ol.HEBREW { list-style-type: hebrew }
/************************************************/
/* index formatting */
.index-top { border-top: 1px solid #003366; margin-bottom: 5px }
.index-top th {
padding: 1px 1px 1px 1px;
text-align: left;
font-weight: bold
}
.index { }
.index td { padding: 1px 1px 1px 1px }
.index th {
margin-top: 5px;
padding: 1px 1px 1px 1px;
text-align: left;
font-weight: bold;
border-top: 1px solid #003366;
border-bottom: 1px solid #003366
}
/************************************************/
/* calendar display */
.calendar { border-spacing: 0px }
.calendar th { font-size: 0.8em }
.calendar td { text-align: right }
.calendar caption { text-align: left; font-weight: bold }
.calendar .today { border: 3px solid #aaaaaa }
.typeset img { padding: 0px }
/*
* CSS for Standard tree layout
* Copyright (C) 2005 SilverStripe Limited
* Feel free to use this on your websites, but please leave this message in the fies
* http://www.silverstripe.com/blog
*/
ul.tree{ width: auto; padding-left: 0px; margin-left: 0px;border:1px solid #ccc;padding:5px;background:#ffe;}
ul.tree img{ border: none }
ul.tree, ul.tree ul { padding-left: 0 }
ul.tree ul { margin-left: 16px }
ul.tree li.closed ul { display: none }
ul.tree li {
list-style: none;
background: url(../images/i-repeater.gif) 0 0 repeat-y;
display: block;
width: auto
}
ul.tree li.last { list-style: none; background-image: none }
/* Span-A: I/L/I glpyhs */
ul.tree span.a {
background: url(../images/t.gif) 0 50% no-repeat;
display: block
}
ul.tree span.a.last { background: url(../images/l.gif) 0 50% no-repeat }
/* Span-B: Plus/Minus icon */
ul.tree span.b { }
ul.tree span.a.children span.b {
background: url(../images/minus.gif) 0 50% no-repeat;
cursor: pointer
}
ul.tree li.closed span.a.children span.b {
background: url(../images/plus.gif) 0 50% no-repeat;
cursor: pointer
}
/* Span-C: Spacing and extending tree line below the icon */
ul.tree span.c { margin-left: 16px }
ul.tree span.a.children span.c {
background: url(../images/i-bottom.gif) 0 50% no-repeat
}
ul.tree span.a.spanClosed span.c { background-image: none }
/* Anchor tag: Page icon */
ul.tree a {
white-space: nowrap;
overflow: hidden;
padding: 0px 0px 0px 18px;
line-height: 16px;
background: url(../images/page-file.png) 0 50% no-repeat
}
ul.tree span.a.children a {
background: url(../images/page-openfoldericon.png) 0 50% no-repeat
}
ul.tree span.a.children.spanClosed a {
background: url(../images/page-foldericon.png) 0 50% no-repeat
}
/* Unformatted tree */
ul.tree.unformatted li { background-image: none; padding-left: 16px }
ul.tree.unformatted li li { background-image: none; padding-left: 0px }
/*
* Divs, by default store vertically aligned data
*/
ul.tree li div {
float: right;
clear: right;
height: 1em;
margin-top: -26px
}
/* As inside DIVs should be treated normally */
ul.tree div a {
padding: 0;
background-image: none;
min-height: auto;
height: auto
}
ul.tree li A:link, ul.tree li A:hover, ul.tree li A:visited { color: #111111 }
ul.tree li .over{ background-color: pink }
/** special class to position something offscreen, hide it for standard access,
but render it for accessibility */
.hidden {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
div.rwikiRenderedContent table.listHier {
width: auto;
}
div.rwikiRenderedContent table.listHier th {
font-weight: bold;
}
.listNav.specialLink {
float: right;
text-align: right;
margin: 0;
} | 0.338077 | 0.064124 |
@charset "UTF-8";
* {
margin: 0;
padding: 0;
outline: none;
box-sizing: border-box;
font-family: 'Roboto', -apple-system, BlinkMacSystemFont, '游ゴシック体', YuGothic, 'Yu Gothic Medium', 'Noto Sans JP', sans-serif;
font-weight: normal;
font-size: 16px;
color: #fafafa;
letter-spacing: 0.03em; }
html, body {
width: 100%;
background-color: #061a2b; }
#container {
overflow-x: hidden;
opacity: 0;
transition: all ease 300ms; }
#container.show {
opacity: 1; }
#container #title-block {
margin: 0 auto;
width: 100%;
max-width: 640px;
padding: 8px 16px; }
#container #title-block img {
display: block;
width: 200px;
margin: 16px auto; }
#container #title-block h2 span {
display: inline-block;
font-size: 20px;
font-weight: bold;
color: #fefefe;
margin-right: 0.5em; }
@media only screen and (min-width: 400px) {
#container #title-block h2 span {
font-size: 22px; } }
@media only screen and (min-width: 700px) {
#container #title-block h2 span {
font-size: 24px; } }
#container #title-block p {
margin-top: 16px;
font-size: 14px; }
@media only screen and (min-width: 400px) {
#container #title-block p {
font-size: 15px; } }
@media only screen and (min-width: 700px) {
#container #title-block p {
font-size: 16px; } }
#container #title-block p a {
color: #ace;
font-size: 14px;
text-decoration: none; }
@media only screen and (min-width: 400px) {
#container #title-block p a {
font-size: 15px; } }
@media only screen and (min-width: 700px) {
#container #title-block p a {
font-size: 16px; } }
#container #main-block {
margin: 0 auto;
max-width: 1280px; }
@media only screen and (min-width: 960px) {
#container #main-block {
display: flex;
flex-wrap: wrap; } }
#container .row {
margin: 0 auto;
padding: 0 16px;
max-width: 640px; }
@media only screen and (min-width: 960px) {
#container .row {
width: 50%; }
#container .row:nth-child(1) {
padding: 0 8px 0 16px; }
#container .row:nth-child(2) {
padding: 0 16px 0 8px; } }
#container #region-block,
#container #demography-block,
#container #patients-block,
#container #surveys-block {
margin: 0 auto;
margin-top: 16px;
width: 100%;
max-width: 640px;
padding: 8px 16px;
background-color: #242a3c;
border: none;
border-radius: 4px; }
#container #region-block h3,
#container #demography-block h3,
#container #patients-block h3,
#container #surveys-block h3 {
padding-left: 4px;
font-size: 16px;
font-weight: bold;
border: none;
border-left: 4px solid #ec2; }
@media only screen and (min-width: 400px) {
#container #region-block h3,
#container #demography-block h3,
#container #patients-block h3,
#container #surveys-block h3 {
padding-left: 6px;
font-size: 20px; } }
@media only screen and (min-width: 640px) {
#container #region-block h3,
#container #demography-block h3,
#container #patients-block h3,
#container #surveys-block h3 {
padding-left: 8px;
font-size: 24px; } }
#container #region-block h5,
#container #demography-block h5,
#container #patients-block h5,
#container #surveys-block h5 {
color: rgba(255, 255, 255, 0.5);
font-size: 13px;
margin-left: 10px;
margin-bottom: 8px; }
#container #region-block .switches,
#container #demography-block .switches,
#container #patients-block .switches,
#container #surveys-block .switches {
margin: 0 auto;
margin-top: 16px;
margin-bottom: 16px;
padding: 4px;
width: fit-content;
background-color: #474f62;
border: none;
border-radius: 50px; }
#container #region-block .switches .switch,
#container #demography-block .switches .switch,
#container #patients-block .switches .switch,
#container #surveys-block .switches .switch {
font-size: 14px;
color: #aaa;
background-color: transparent;
display: inline-block;
padding: 2px 16px 0 16px;
margin: 0 4px;
border-radius: 50px; }
#container #region-block .switches .switch:hover,
#container #demography-block .switches .switch:hover,
#container #patients-block .switches .switch:hover,
#container #surveys-block .switches .switch:hover {
cursor: pointer;
background-color: #1b354f; }
#container #region-block .switches .switch.selected,
#container #demography-block .switches .switch.selected,
#container #patients-block .switches .switch.selected,
#container #surveys-block .switches .switch.selected {
color: #fafafa;
background-color: #d72; }
#container #region-block .switches .switch:nth-child(1),
#container #demography-block .switches .switch:nth-child(1),
#container #patients-block .switches .switch:nth-child(1),
#container #surveys-block .switches .switch:nth-child(1) {
margin-left: 0px; }
#container #region-block .switches .switch:nth-child(3),
#container #demography-block .switches .switch:nth-child(3),
#container #patients-block .switches .switch:nth-child(3),
#container #surveys-block .switches .switch:nth-child(3) {
margin-right: 0px; }
#container #region-block p.notes,
#container #demography-block p.notes,
#container #patients-block p.notes,
#container #surveys-block p.notes {
font-size: 13px;
color: rgba(255, 255, 255, 0.5); }
#container #footer-block {
width: calc(100% - 32px);
max-width: 640px;
margin: 32px auto; }
#container #footer-block #social-buttons {
width: fit-content;
margin: 32px auto 32px auto; }
#container #footer-block #social-buttons a {
display: inline-block;
margin: 0 16px;
width: 48px;
height: 48px;
border: 1px solid rgba(255, 255, 255, 0.9);
border-radius: 50%;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
box-shadow: 0 0px 4px rgba(0, 0, 0, 0.6);
z-index: 10; }
#container #footer-block #social-buttons a.facebook {
background-image: url(../img/social-icon-facebook.svg); }
#container #footer-block #social-buttons a.twitter {
background-image: url(../img/social-icon-twitter.svg); }
#container #footer-block p, #container #footer-block small {
margin-top: 8px;
text-align: center;
color: #aaa;
font-size: 13px; }
#container #footer-block p.notes, #container #footer-block small.notes {
text-align: left; }
#container #footer-block p.notes a, #container #footer-block small.notes a {
color: #ace;
font-size: 13px;
text-decoration: none; }
/*# sourceMappingURL=style.css.map */ | css/style.css | @charset "UTF-8";
* {
margin: 0;
padding: 0;
outline: none;
box-sizing: border-box;
font-family: 'Roboto', -apple-system, BlinkMacSystemFont, '游ゴシック体', YuGothic, 'Yu Gothic Medium', 'Noto Sans JP', sans-serif;
font-weight: normal;
font-size: 16px;
color: #fafafa;
letter-spacing: 0.03em; }
html, body {
width: 100%;
background-color: #061a2b; }
#container {
overflow-x: hidden;
opacity: 0;
transition: all ease 300ms; }
#container.show {
opacity: 1; }
#container #title-block {
margin: 0 auto;
width: 100%;
max-width: 640px;
padding: 8px 16px; }
#container #title-block img {
display: block;
width: 200px;
margin: 16px auto; }
#container #title-block h2 span {
display: inline-block;
font-size: 20px;
font-weight: bold;
color: #fefefe;
margin-right: 0.5em; }
@media only screen and (min-width: 400px) {
#container #title-block h2 span {
font-size: 22px; } }
@media only screen and (min-width: 700px) {
#container #title-block h2 span {
font-size: 24px; } }
#container #title-block p {
margin-top: 16px;
font-size: 14px; }
@media only screen and (min-width: 400px) {
#container #title-block p {
font-size: 15px; } }
@media only screen and (min-width: 700px) {
#container #title-block p {
font-size: 16px; } }
#container #title-block p a {
color: #ace;
font-size: 14px;
text-decoration: none; }
@media only screen and (min-width: 400px) {
#container #title-block p a {
font-size: 15px; } }
@media only screen and (min-width: 700px) {
#container #title-block p a {
font-size: 16px; } }
#container #main-block {
margin: 0 auto;
max-width: 1280px; }
@media only screen and (min-width: 960px) {
#container #main-block {
display: flex;
flex-wrap: wrap; } }
#container .row {
margin: 0 auto;
padding: 0 16px;
max-width: 640px; }
@media only screen and (min-width: 960px) {
#container .row {
width: 50%; }
#container .row:nth-child(1) {
padding: 0 8px 0 16px; }
#container .row:nth-child(2) {
padding: 0 16px 0 8px; } }
#container #region-block,
#container #demography-block,
#container #patients-block,
#container #surveys-block {
margin: 0 auto;
margin-top: 16px;
width: 100%;
max-width: 640px;
padding: 8px 16px;
background-color: #242a3c;
border: none;
border-radius: 4px; }
#container #region-block h3,
#container #demography-block h3,
#container #patients-block h3,
#container #surveys-block h3 {
padding-left: 4px;
font-size: 16px;
font-weight: bold;
border: none;
border-left: 4px solid #ec2; }
@media only screen and (min-width: 400px) {
#container #region-block h3,
#container #demography-block h3,
#container #patients-block h3,
#container #surveys-block h3 {
padding-left: 6px;
font-size: 20px; } }
@media only screen and (min-width: 640px) {
#container #region-block h3,
#container #demography-block h3,
#container #patients-block h3,
#container #surveys-block h3 {
padding-left: 8px;
font-size: 24px; } }
#container #region-block h5,
#container #demography-block h5,
#container #patients-block h5,
#container #surveys-block h5 {
color: rgba(255, 255, 255, 0.5);
font-size: 13px;
margin-left: 10px;
margin-bottom: 8px; }
#container #region-block .switches,
#container #demography-block .switches,
#container #patients-block .switches,
#container #surveys-block .switches {
margin: 0 auto;
margin-top: 16px;
margin-bottom: 16px;
padding: 4px;
width: fit-content;
background-color: #474f62;
border: none;
border-radius: 50px; }
#container #region-block .switches .switch,
#container #demography-block .switches .switch,
#container #patients-block .switches .switch,
#container #surveys-block .switches .switch {
font-size: 14px;
color: #aaa;
background-color: transparent;
display: inline-block;
padding: 2px 16px 0 16px;
margin: 0 4px;
border-radius: 50px; }
#container #region-block .switches .switch:hover,
#container #demography-block .switches .switch:hover,
#container #patients-block .switches .switch:hover,
#container #surveys-block .switches .switch:hover {
cursor: pointer;
background-color: #1b354f; }
#container #region-block .switches .switch.selected,
#container #demography-block .switches .switch.selected,
#container #patients-block .switches .switch.selected,
#container #surveys-block .switches .switch.selected {
color: #fafafa;
background-color: #d72; }
#container #region-block .switches .switch:nth-child(1),
#container #demography-block .switches .switch:nth-child(1),
#container #patients-block .switches .switch:nth-child(1),
#container #surveys-block .switches .switch:nth-child(1) {
margin-left: 0px; }
#container #region-block .switches .switch:nth-child(3),
#container #demography-block .switches .switch:nth-child(3),
#container #patients-block .switches .switch:nth-child(3),
#container #surveys-block .switches .switch:nth-child(3) {
margin-right: 0px; }
#container #region-block p.notes,
#container #demography-block p.notes,
#container #patients-block p.notes,
#container #surveys-block p.notes {
font-size: 13px;
color: rgba(255, 255, 255, 0.5); }
#container #footer-block {
width: calc(100% - 32px);
max-width: 640px;
margin: 32px auto; }
#container #footer-block #social-buttons {
width: fit-content;
margin: 32px auto 32px auto; }
#container #footer-block #social-buttons a {
display: inline-block;
margin: 0 16px;
width: 48px;
height: 48px;
border: 1px solid rgba(255, 255, 255, 0.9);
border-radius: 50%;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
box-shadow: 0 0px 4px rgba(0, 0, 0, 0.6);
z-index: 10; }
#container #footer-block #social-buttons a.facebook {
background-image: url(../img/social-icon-facebook.svg); }
#container #footer-block #social-buttons a.twitter {
background-image: url(../img/social-icon-twitter.svg); }
#container #footer-block p, #container #footer-block small {
margin-top: 8px;
text-align: center;
color: #aaa;
font-size: 13px; }
#container #footer-block p.notes, #container #footer-block small.notes {
text-align: left; }
#container #footer-block p.notes a, #container #footer-block small.notes a {
color: #ace;
font-size: 13px;
text-decoration: none; }
/*# sourceMappingURL=style.css.map */ | 0.272799 | 0.057335 |
body {
margin: 0px 0px 0px 0px;
font-family: 'Bitstream Vera Sans', Arial, Sans-Serif;
}
img, .img {
border: 0;
}
h1 {
font-size: x-large;
}
h2 {
color: darkgray;
border-bottom: 1px dashed darkgray;
cursor: default;
}
h2:hover {
border-bottom: 1px solid gray;
}
.details_sep {
display: none;
}
#title {
color: white;
background: black;
font-weight: bold;
padding: 3px;
}
#navigation {
background: #8888d0;
}
#navigation a, #navigation li b {
color: white;
text-decoration: none;
padding-left: 12px;
padding-right: 12px;
}
#navigation a {
float: left;
display: block;
}
#navigation a:hover {
background-color: #aaaaf0;
}
#navigation ul {
display: inline;
padding: 0px;
margin: 0;
list-style-type: none;
}
#navigation li {
display: inline;
color: white;
}
#main {
margin: 8px 8px 8px 8px;
}
#footer {
font-size: small;
color: gray;
vertical-align: top;
font-family: 'Bitstream Vera Sans', Tahoma, Verdana, Arial, Sans-Serif;
}
#footer img, #footer .img {
vertical-align: top;
}
#footer ul {
list-style-type: none;
display: inline;
padding: 0;
margin: 0;
float: right;
}
#footer li {
display: inline;
}
.functionIndex, #moduleIndex {
width: 98%;
background: #eeeeee;
border: 1px lightgray solid;
}
.functionIndex th, #moduleIndex th {
color: white;
background: black;
padding-left: 6px;
padding-right: 6px;
text-align: left;
}
.functionIndex tr:hover, #moduleIndex tr:hover {
background: #e0e0ff;
}
.functionIndex td, #moduleIndex td {
padding: 3px;
}
.functionIndex td {
font-family: 'Bitstream Vera Sans Mono', 'Courier New', Courier, Monospace;
font-size: smaller;
}
.functionIndex a, #moduleIndex a {
text-decoration: none;
color: blue;
}
.functionIndex a:visited, #moduleIndex a:visited {
color: darkblue;
}
.functionIndex a:hover, #moduleIndex a:hover {
text-decoration: underline;
color: red;
}
.functionIndex .decl, #moduleIndex .decl {
width: 100%;
}
#moduleIndex {
background: none;
border: none;
}
#moduleIndex .moduleName {
font-weight: bold;
}
#moduleIndex .moduleDesc {
width: 100%;
}
.function .decl {
margin-bottom: 0.2cm;
font-family: 'Bitstream Vera Sans Mono', 'Courier New', Courier, Monospace;
}
.function .params_and_returns {
background: #e4eeff;
padding: 6px;
}
.function .desc {
margin-bottom: 12px;
}
.example {
border: #ffe0bb dotted 1px;
background: #fffde8;
padding: 6px;
overflow: auto;
margin-left: 1.5em;
}
.example .comment {
color: darkblue;
}
dl .example {
margin-left: 0;
}
.moduleIndex a {
text-decoration: none;
}
.moduleIndex a:visited {
color: darkblue;
}
.moduleIndex a:hover {
text-decoration: underline;
}
.note {
padding: 1em;
border: solid 2px #ffdeab;
background: #fff9ec;
margin-bottom: 1em;
}
.note h3 {
padding: 0;
margin: 0;
}
.tip {
padding: 0.35cm;
border: solid 2px #ffdeab;
background: #fff9ec;
margin: 0.3cm;
}
.tip h4 {
padding: 0;
margin: 0;
}
.hashkeys {
background: #ffe5bc;
margin-left: 0.2cm;
padding: 0.2cm;
}
.hashkeys dt {
font-family: 'Bitstream Vera Sans Mono', 'Courier New', Monospace;
font-weight: bold;
}
dd.requires, dd.ensures, dd.invariant {
font-family: 'Bitstream Vera Sans Mono', 'Courier New', Monospace;
font-size: small;
}
.derived {
margin: 1em;
padding: 0.5em;
background: #ffeeee;
border: 1px solid #eedddd;
font-weight: bold;
} | openkore-master/src/doc/srcdoc/openkore.css | body {
margin: 0px 0px 0px 0px;
font-family: 'Bitstream Vera Sans', Arial, Sans-Serif;
}
img, .img {
border: 0;
}
h1 {
font-size: x-large;
}
h2 {
color: darkgray;
border-bottom: 1px dashed darkgray;
cursor: default;
}
h2:hover {
border-bottom: 1px solid gray;
}
.details_sep {
display: none;
}
#title {
color: white;
background: black;
font-weight: bold;
padding: 3px;
}
#navigation {
background: #8888d0;
}
#navigation a, #navigation li b {
color: white;
text-decoration: none;
padding-left: 12px;
padding-right: 12px;
}
#navigation a {
float: left;
display: block;
}
#navigation a:hover {
background-color: #aaaaf0;
}
#navigation ul {
display: inline;
padding: 0px;
margin: 0;
list-style-type: none;
}
#navigation li {
display: inline;
color: white;
}
#main {
margin: 8px 8px 8px 8px;
}
#footer {
font-size: small;
color: gray;
vertical-align: top;
font-family: 'Bitstream Vera Sans', Tahoma, Verdana, Arial, Sans-Serif;
}
#footer img, #footer .img {
vertical-align: top;
}
#footer ul {
list-style-type: none;
display: inline;
padding: 0;
margin: 0;
float: right;
}
#footer li {
display: inline;
}
.functionIndex, #moduleIndex {
width: 98%;
background: #eeeeee;
border: 1px lightgray solid;
}
.functionIndex th, #moduleIndex th {
color: white;
background: black;
padding-left: 6px;
padding-right: 6px;
text-align: left;
}
.functionIndex tr:hover, #moduleIndex tr:hover {
background: #e0e0ff;
}
.functionIndex td, #moduleIndex td {
padding: 3px;
}
.functionIndex td {
font-family: 'Bitstream Vera Sans Mono', 'Courier New', Courier, Monospace;
font-size: smaller;
}
.functionIndex a, #moduleIndex a {
text-decoration: none;
color: blue;
}
.functionIndex a:visited, #moduleIndex a:visited {
color: darkblue;
}
.functionIndex a:hover, #moduleIndex a:hover {
text-decoration: underline;
color: red;
}
.functionIndex .decl, #moduleIndex .decl {
width: 100%;
}
#moduleIndex {
background: none;
border: none;
}
#moduleIndex .moduleName {
font-weight: bold;
}
#moduleIndex .moduleDesc {
width: 100%;
}
.function .decl {
margin-bottom: 0.2cm;
font-family: 'Bitstream Vera Sans Mono', 'Courier New', Courier, Monospace;
}
.function .params_and_returns {
background: #e4eeff;
padding: 6px;
}
.function .desc {
margin-bottom: 12px;
}
.example {
border: #ffe0bb dotted 1px;
background: #fffde8;
padding: 6px;
overflow: auto;
margin-left: 1.5em;
}
.example .comment {
color: darkblue;
}
dl .example {
margin-left: 0;
}
.moduleIndex a {
text-decoration: none;
}
.moduleIndex a:visited {
color: darkblue;
}
.moduleIndex a:hover {
text-decoration: underline;
}
.note {
padding: 1em;
border: solid 2px #ffdeab;
background: #fff9ec;
margin-bottom: 1em;
}
.note h3 {
padding: 0;
margin: 0;
}
.tip {
padding: 0.35cm;
border: solid 2px #ffdeab;
background: #fff9ec;
margin: 0.3cm;
}
.tip h4 {
padding: 0;
margin: 0;
}
.hashkeys {
background: #ffe5bc;
margin-left: 0.2cm;
padding: 0.2cm;
}
.hashkeys dt {
font-family: 'Bitstream Vera Sans Mono', 'Courier New', Monospace;
font-weight: bold;
}
dd.requires, dd.ensures, dd.invariant {
font-family: 'Bitstream Vera Sans Mono', 'Courier New', Monospace;
font-size: small;
}
.derived {
margin: 1em;
padding: 0.5em;
background: #ffeeee;
border: 1px solid #eedddd;
font-weight: bold;
} | 0.376509 | 0.095814 |
:root {
display: inline-block;
--main_font_color: #333333;
--border-color: #cccccc;
}
html {
width: 100%;
height: 100%;
font-family: 'Helvetica Neue','Helvetica','Arial','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
body {
display: inline-block;
width: 100%;
height: 100%;
background: #ffffff;
margin: 0;
color: #333333;
}
#page_wrapper {
display: inline-block;
width: 100%;
height: auto;
min-height: 100%;
margin-left: auto;
margin-right: auto;
background: #ffffff;
}
#top_image {
position: relative;
display: block;
box-sizing: border-box;
width: 100%;
height: 100px;
background: #ffffff;
margin: 0;
background: #f8f8f8;
text-align: center;
padding: 25px;
}
header{
display: inline-block;
width: 100%;
line-height: 0; /*謎余白解決用*/
position: sticky;
top: 0px;
z-index: 2;
background: #f8f8f8;
}
#main_menu{
display: block;
margin-top: 0;
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#main_menu ul {
display: block;
width: auto;
padding: 0;
margin: 0;
margin-left: auto;
margin-right: auto;
border-bottom: solid #555555 1px;
}
#main_menu li {
display: inline-block;
box-sizing: border-box;
width: 150px;
max-width: 25%;
height: 50px;
border-top: 0;
list-style: none;
text-align: center;
border-bottom: 2px solid #f8f8f8;
/*background: linear-gradient(to bottom, #ffffff 0% ,#ffffff 85%,#bbbbbb 100%); */
}
#main_menu li:first-child{
border-left: none;
}
#main_menu li:last-child{
border-right: none;
}
#main_menu li:hover {
background: #aaaaaa;
cursor: pointer;
}
#main_menu li img {
display: inline-block;
box-sizing: border-box;
height: 20px;
margin: 5px;
vertical-align: middle;
}
#main_menu li a {
position: relative;
display: inline-block;
width: 100%;
height: 100%;
text-decoration: none;
line-height: 50px;
font-size: 16px;
font-weight: bold;
}
a:active,
a:hover,
a:link,
a:visited {
color: #333333;
}
#breadcrumbs{
display: block;
width: 100%;
max-width: 1200px;
height: auto;
margin-right: auto;
margin-left: auto;
}
#breadcrumbs ul {
display: inline-block;
padding-left: 20px;
margin: 5px;
}
#breadcrumbs li {
display: inline-block;
width: auto;
height: auto;
font-size: 14px;
list-style: none;
}
#breadcrumbs li::before {
content: '>';
}
#breadcrumbs li a {
text-decoration: none;
}
/*=======================Header==============================*/
/*=======================Main==============================*/
#main_wrapper {
position: relative;
display: grid;
justify-content: center;
grid-template-columns:60% 25%;
width: 1400px;
max-width: 100%;
height: auto;
min-height: 100%;
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
padding: 10px 10px;
}
@media(max-width:900px) {
#main_wrapper {
grid-template-columns: 100%;
}
main{
border-bottom: 1px solid #cccccc;
}
}
main {
display: inline-block;
box-sizing: border-box;
padding: 15px;
min-height: 80vh;
margin-bottom: 10px;
background: #ffffff;
margin: 4px;
}
main>label,
#top_image> label{
display: block;
width: 40%;
font-size: 20px;
text-align: center;
font-weight: bold;
margin: auto;
margin-top: 20px;
margin-bottom: 25px;
border-bottom: 1px solid #cccccc;
}
#top_image> label{
font-size: 24px;
font-weight: 550;
}
aside {
position: sticky;
top:70px;
display: inline-block ;
box-sizing: border-box;
height: min-content;
/*background: #ffffff;*/
margin: 4px;
border: solid 1px #cccccc00;
/*box-shadow: #bbbbbb 0px 1px 1px;*/
}
aside iframe{
position: relative;
box-sizing: content-box;
display: inline-block;
height: 100px;
width: 100%;
margin: 0;
}
.sticked{
position: sticky;
}
footer {
position: relative;
width: 100%;
height: 20px;
}
footer iframe {
position: relative;
width: 100%;
height: 100%;
border: none;
} | css/page_base.css | :root {
display: inline-block;
--main_font_color: #333333;
--border-color: #cccccc;
}
html {
width: 100%;
height: 100%;
font-family: 'Helvetica Neue','Helvetica','Arial','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
body {
display: inline-block;
width: 100%;
height: 100%;
background: #ffffff;
margin: 0;
color: #333333;
}
#page_wrapper {
display: inline-block;
width: 100%;
height: auto;
min-height: 100%;
margin-left: auto;
margin-right: auto;
background: #ffffff;
}
#top_image {
position: relative;
display: block;
box-sizing: border-box;
width: 100%;
height: 100px;
background: #ffffff;
margin: 0;
background: #f8f8f8;
text-align: center;
padding: 25px;
}
header{
display: inline-block;
width: 100%;
line-height: 0; /*謎余白解決用*/
position: sticky;
top: 0px;
z-index: 2;
background: #f8f8f8;
}
#main_menu{
display: block;
margin-top: 0;
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#main_menu ul {
display: block;
width: auto;
padding: 0;
margin: 0;
margin-left: auto;
margin-right: auto;
border-bottom: solid #555555 1px;
}
#main_menu li {
display: inline-block;
box-sizing: border-box;
width: 150px;
max-width: 25%;
height: 50px;
border-top: 0;
list-style: none;
text-align: center;
border-bottom: 2px solid #f8f8f8;
/*background: linear-gradient(to bottom, #ffffff 0% ,#ffffff 85%,#bbbbbb 100%); */
}
#main_menu li:first-child{
border-left: none;
}
#main_menu li:last-child{
border-right: none;
}
#main_menu li:hover {
background: #aaaaaa;
cursor: pointer;
}
#main_menu li img {
display: inline-block;
box-sizing: border-box;
height: 20px;
margin: 5px;
vertical-align: middle;
}
#main_menu li a {
position: relative;
display: inline-block;
width: 100%;
height: 100%;
text-decoration: none;
line-height: 50px;
font-size: 16px;
font-weight: bold;
}
a:active,
a:hover,
a:link,
a:visited {
color: #333333;
}
#breadcrumbs{
display: block;
width: 100%;
max-width: 1200px;
height: auto;
margin-right: auto;
margin-left: auto;
}
#breadcrumbs ul {
display: inline-block;
padding-left: 20px;
margin: 5px;
}
#breadcrumbs li {
display: inline-block;
width: auto;
height: auto;
font-size: 14px;
list-style: none;
}
#breadcrumbs li::before {
content: '>';
}
#breadcrumbs li a {
text-decoration: none;
}
/*=======================Header==============================*/
/*=======================Main==============================*/
#main_wrapper {
position: relative;
display: grid;
justify-content: center;
grid-template-columns:60% 25%;
width: 1400px;
max-width: 100%;
height: auto;
min-height: 100%;
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
padding: 10px 10px;
}
@media(max-width:900px) {
#main_wrapper {
grid-template-columns: 100%;
}
main{
border-bottom: 1px solid #cccccc;
}
}
main {
display: inline-block;
box-sizing: border-box;
padding: 15px;
min-height: 80vh;
margin-bottom: 10px;
background: #ffffff;
margin: 4px;
}
main>label,
#top_image> label{
display: block;
width: 40%;
font-size: 20px;
text-align: center;
font-weight: bold;
margin: auto;
margin-top: 20px;
margin-bottom: 25px;
border-bottom: 1px solid #cccccc;
}
#top_image> label{
font-size: 24px;
font-weight: 550;
}
aside {
position: sticky;
top:70px;
display: inline-block ;
box-sizing: border-box;
height: min-content;
/*background: #ffffff;*/
margin: 4px;
border: solid 1px #cccccc00;
/*box-shadow: #bbbbbb 0px 1px 1px;*/
}
aside iframe{
position: relative;
box-sizing: content-box;
display: inline-block;
height: 100px;
width: 100%;
margin: 0;
}
.sticked{
position: sticky;
}
footer {
position: relative;
width: 100%;
height: 20px;
}
footer iframe {
position: relative;
width: 100%;
height: 100%;
border: none;
} | 0.360151 | 0.100216 |
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;
400;
500;
600;
700&family=Roboto:wght@300;
400;
700;
900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 100%;
font-family: "Roboto", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
:root {
--color-primary-100: #dbeafe;
--color-primary-200: #bfdbfe;
--color-primary-300: #93c5fd;
--color-primary-600: #2563eb;
--color-primary-700: #1d4ed8;
--color-primary-800: #1e40af;
--color-primary-900: #1e3a8a;
--skyblue: #5a9bd8;
--green: #68ca96;
--orange: #e5894d;
--red: #e74b4b;
--yellow: #fde24f;
}
a {
text-decoration: none;
}
li, ul {
list-style: none;
}
img {
display: block;
}
/* 1. Typography */
.heading-xl {
margin-top: 0;
font-size: 3.052rem;
}
.heading-lg {
font-size: 2.441rem;
}
.heading-md {
font-size: 1.953rem;
}
.heading-sm {
font-size: 1.563rem;
}
.heading-xs {
font-size: 1.25rem;
}
small, .text_small {
font-size: 0.8rem;
}
.blog {
margin: 0 auto;
max-width: 65ch;
}
/*2. Avatar */
.avatar {
border-radius: 50%;
object-fit: cover;
}
.avatar-sm {
width: 3rem;
height: 3rem;
}
.avatar-md {
width: 4rem;
height: 4rem;
}
.avatar-lg {
width: 4.5rem;
height: 4.5rem;
}
.avatar-xl {
width: 5.5rem;
height: 5.5rem;
}
/*3. Alerts*/
.alert {
padding: 1rem;
border-radius: 10px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
display: flex;
align-items: center;
}
.alert-solid-success {
color: white;
background-color: var(--green);
}
.alert-solid-error {
color: white;
background-color: var(--red);
}
.alert-solid-warning {
color: white;
background-color: var(--yellow);
}
.alert-solid-info {
color: white;
background-color: var(--skyblue);
}
.alert-outline-success {
border: 2px solid var(--green);
}
.alert-outline-error {
border: 2px solid var(--red);
}
.alert-outline-warning {
border: 2px solid var(--yellow);
}
.alert-outline-info {
border: 2px solid var(--skyblue);
}
/* 4. Badges*/
.badge {
padding: 5px 10px;
border-radius: 20px;
text-transform: uppercase;
font-size: 0.8rem;
font-weight: 600;
}
.badge-success {
color: white;
background-color: var(--green);
}
.badge-error {
color: white;
background-color: var(--red);
}
.badge-info {
color: white;
background-color: var(--skyblue);
}
.badge-warning {
color: white;
background-color: var(--orange);
}
.badge-outline-success {
color: var(--green);
border: 2px solid var(--green);
}
.badge-outline-error {
color: var(--red);
border: 2px solid var(--red);
}
.badge-outline-info {
color: var(--skyblue);
border: 2px solid var(--skyblue);
}
.badge-outline-warning {
color: var(--orange);
border: 2px solid var(--orange);
}
/*5. Buttons*/
.btn {
background-color: #666;
color: white;
border-radius: 6px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.btn-outline {
background-color: unset;
border: 2px solid #666;
color: black;
}
.btn-success {
background-color: var(--skyblue);
}
.btn-sm {
padding: 0.5rem 1rem;
}
.btn-r {
padding: 0.7rem 1.4rem;
}
.btn-lg {
padding: 0.9rem 1.8rem;
}
.btn-xl {
padding: 1rem 2rem;
}
/*Cards*/
.card {
max-width: 300px;
border-radius: 10px;
overflow: hidden;
background-color: white;
box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.card img {
display: block;
width: 100%;
}
.card-img-side {
max-width: 500px;
display: flex;
}
.card-img-side img {
object-fit: cover;
}
.card-img-side .card-body {
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.card-body {
padding: 0.9rem;
}
.card-body p {
font-weight: normal;
}
.card-body button {
margin-top: 0.5rem;
color: white;
background-color: #319795;
padding: 0.5rem 0.7rem;
border-radius: 10px;
}
/*Images*/
.img-center {
display: block;
margin: 0 auto;
}
.rounded {
object-fit: cover;
border-radius: 50%;
}
/*Inputs*/
.input {
padding: 0.5rem 1rem;
border-radius: 7px;
font-size: 1.1rem;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
outline-color: #65a1db;
outline-width: 5px;
}
/*Lists*/
.list {
padding: 1rem 1.5rem;
background-color: white;
display: flex;
flex-direction: column;
align-items: flex-start;
list-style: none;
border-radius: 10px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.list-striped {
padding: 1rem 0;
}
.list-striped li {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.list-striped li:nth-child(2n) {
background-color: #666;
color: white;
}
.list-container {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.list-item {
padding: 0.7rem 0;
}
.list-item:not(:last-child) {
border-bottom: 1px solid #666;
}
/*Modal*/
.modal {
background-color: white;
margin: 0 auto;
max-width: 300px;
padding: 1rem 2rem;
border-radius: 10px;
box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.modal-body {
margin-top: 1rem;
}
.modal-footer {
margin-top: 1rem;
display: flex;
flex-direction: row-reverse;
}
.modal-footer button {
padding: 0.2rem 0.6rem;
margin: 0 0.4rem;
}
/*Navigation (non repsonsive)*/
.nav {
display: flex;
justify-content: space-between;
align-items: center;
background-color: white;
padding: 0.5rem 0.5rem;
}
.navbar-links {
display: flex;
align-items: center;
}
.nav-item {
margin: 0 0.8rem;
}
/*Ratings*/
.rating-container {
display: flex;
} | public/miku-ui.css | @import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;
400;
500;
600;
700&family=Roboto:wght@300;
400;
700;
900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 100%;
font-family: "Roboto", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
:root {
--color-primary-100: #dbeafe;
--color-primary-200: #bfdbfe;
--color-primary-300: #93c5fd;
--color-primary-600: #2563eb;
--color-primary-700: #1d4ed8;
--color-primary-800: #1e40af;
--color-primary-900: #1e3a8a;
--skyblue: #5a9bd8;
--green: #68ca96;
--orange: #e5894d;
--red: #e74b4b;
--yellow: #fde24f;
}
a {
text-decoration: none;
}
li, ul {
list-style: none;
}
img {
display: block;
}
/* 1. Typography */
.heading-xl {
margin-top: 0;
font-size: 3.052rem;
}
.heading-lg {
font-size: 2.441rem;
}
.heading-md {
font-size: 1.953rem;
}
.heading-sm {
font-size: 1.563rem;
}
.heading-xs {
font-size: 1.25rem;
}
small, .text_small {
font-size: 0.8rem;
}
.blog {
margin: 0 auto;
max-width: 65ch;
}
/*2. Avatar */
.avatar {
border-radius: 50%;
object-fit: cover;
}
.avatar-sm {
width: 3rem;
height: 3rem;
}
.avatar-md {
width: 4rem;
height: 4rem;
}
.avatar-lg {
width: 4.5rem;
height: 4.5rem;
}
.avatar-xl {
width: 5.5rem;
height: 5.5rem;
}
/*3. Alerts*/
.alert {
padding: 1rem;
border-radius: 10px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
display: flex;
align-items: center;
}
.alert-solid-success {
color: white;
background-color: var(--green);
}
.alert-solid-error {
color: white;
background-color: var(--red);
}
.alert-solid-warning {
color: white;
background-color: var(--yellow);
}
.alert-solid-info {
color: white;
background-color: var(--skyblue);
}
.alert-outline-success {
border: 2px solid var(--green);
}
.alert-outline-error {
border: 2px solid var(--red);
}
.alert-outline-warning {
border: 2px solid var(--yellow);
}
.alert-outline-info {
border: 2px solid var(--skyblue);
}
/* 4. Badges*/
.badge {
padding: 5px 10px;
border-radius: 20px;
text-transform: uppercase;
font-size: 0.8rem;
font-weight: 600;
}
.badge-success {
color: white;
background-color: var(--green);
}
.badge-error {
color: white;
background-color: var(--red);
}
.badge-info {
color: white;
background-color: var(--skyblue);
}
.badge-warning {
color: white;
background-color: var(--orange);
}
.badge-outline-success {
color: var(--green);
border: 2px solid var(--green);
}
.badge-outline-error {
color: var(--red);
border: 2px solid var(--red);
}
.badge-outline-info {
color: var(--skyblue);
border: 2px solid var(--skyblue);
}
.badge-outline-warning {
color: var(--orange);
border: 2px solid var(--orange);
}
/*5. Buttons*/
.btn {
background-color: #666;
color: white;
border-radius: 6px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.btn-outline {
background-color: unset;
border: 2px solid #666;
color: black;
}
.btn-success {
background-color: var(--skyblue);
}
.btn-sm {
padding: 0.5rem 1rem;
}
.btn-r {
padding: 0.7rem 1.4rem;
}
.btn-lg {
padding: 0.9rem 1.8rem;
}
.btn-xl {
padding: 1rem 2rem;
}
/*Cards*/
.card {
max-width: 300px;
border-radius: 10px;
overflow: hidden;
background-color: white;
box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.card img {
display: block;
width: 100%;
}
.card-img-side {
max-width: 500px;
display: flex;
}
.card-img-side img {
object-fit: cover;
}
.card-img-side .card-body {
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.card-body {
padding: 0.9rem;
}
.card-body p {
font-weight: normal;
}
.card-body button {
margin-top: 0.5rem;
color: white;
background-color: #319795;
padding: 0.5rem 0.7rem;
border-radius: 10px;
}
/*Images*/
.img-center {
display: block;
margin: 0 auto;
}
.rounded {
object-fit: cover;
border-radius: 50%;
}
/*Inputs*/
.input {
padding: 0.5rem 1rem;
border-radius: 7px;
font-size: 1.1rem;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
outline-color: #65a1db;
outline-width: 5px;
}
/*Lists*/
.list {
padding: 1rem 1.5rem;
background-color: white;
display: flex;
flex-direction: column;
align-items: flex-start;
list-style: none;
border-radius: 10px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.list-striped {
padding: 1rem 0;
}
.list-striped li {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.list-striped li:nth-child(2n) {
background-color: #666;
color: white;
}
.list-container {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.list-item {
padding: 0.7rem 0;
}
.list-item:not(:last-child) {
border-bottom: 1px solid #666;
}
/*Modal*/
.modal {
background-color: white;
margin: 0 auto;
max-width: 300px;
padding: 1rem 2rem;
border-radius: 10px;
box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.modal-body {
margin-top: 1rem;
}
.modal-footer {
margin-top: 1rem;
display: flex;
flex-direction: row-reverse;
}
.modal-footer button {
padding: 0.2rem 0.6rem;
margin: 0 0.4rem;
}
/*Navigation (non repsonsive)*/
.nav {
display: flex;
justify-content: space-between;
align-items: center;
background-color: white;
padding: 0.5rem 0.5rem;
}
.navbar-links {
display: flex;
align-items: center;
}
.nav-item {
margin: 0 0.8rem;
}
/*Ratings*/
.rating-container {
display: flex;
} | 0.359926 | 0.176104 |
.content.light {
--bg: #f0f0f0;
--elm: #fdfcfd;
--txt1: #262626;
--txt2: #494a4a;
--txt3: var(--txt1);
--mark1: #ff0;
--mark2: #bf0;
--mark3: #0f0;
--accent: #07f;
--keyword: #2b34e7;
--operator: #caac00;
--variable: var(--keyword);
--else: #344246;
--code: var(--elm);
--disable: #888;
}
.content.dark {
--bg: #222;
--elm: #555;
--txt1: #fff;
--txt2: #ddd;
--txt3: var(--txt1);
--mark1: rgb(160, 160, 116);
--mark2: rgb(150, 160, 119);
--mark3: rgb(117, 160, 117);
--accent: #4a4a4a;
--keyword: #8388ee;
--operator: #5ec9c9;
--variable: var(--keyword);
--else: #7195a0;
--code: var(--elm);
--disable: #888;
}
.content.solarized {
--bg: #fdf6e3;
--elm: #eee8d5;
--txt0: #002b36;
--txt1: var(--bg);
--txt2: #073642;
--txt3: var(--bg);
--mark0: #93a1a1;
--mark1: #839496;
--mark2: #657b83;
--mark3: #586e75;
--accent: #268bd2;
--keyword: var(--accent);
--operator: #93a1a1;
--variable: var(--keyword);
--else: #586e75;
--code: var(--elm);
--disable: #888;
}
.content.solarized.fire {
--accent: #dc322f;
--operator: #586e75;
--else: #839496;
--code: #073642;
}
.content.solarized.gold {
--accent: #b58900;
--operator: #586e75;
--else: #657b83;
--code: #002b36;
}
.content.solarized.nature {
--accent: #2aa198;
}
.content.solarized.shadow {
--bg: #002b36;
--elm: #073642;
--txt0: #fdf6e3;
--txt1: var(--txt0);
--txt2: #eee8d5;
--txt3: var(--bg);
--mark3: #93a1a1;
--mark2: #839496;
--mark1: #657b83;
--accent: var(--elm);
--keyword: #6c71c4;
--operator: #93a1a1;
--variable: #d33682;
--else: var(--txt2);
--code: var(--elm);
--disable: #888;
}
.content {
background-color: var(--bg);
}
input,
button,
.content {
color: var(--txt2);
}
input {
caret-color: var(--txt2);
}
textarea {
caret-color: var(--else);
}
td {
border-color: var(--txt2);
background-color: var(--elm);
}
td.input {
background-color: var(--mark2);
color: var(--txt3);
}
tr.v-input td {
background-color: var(--mark1);
color: var(--txt3);
}
tr.v-input>td.input {
background-color: var(--mark3);
color: var(--txt3);
}
.head {
background-color: var(--accent);
color: var(--txt1);
border-bottom: 1px solid var(--bg);
}
.button {
background-color: var(--disable);
color: var(--txt1);
}
.button.active {
background-color: var(--accent);
color: var(--txt1);
}
.dark *,
.solarized.shadow * {
box-shadow: none;
}
.error {
background-color: var(--accent);
color: var(--txt1);
}
.info {
background-color: var(--elm);
border: 1px solid var(--txt2);
}
.menu {
background-color: var(--elm);
}
.menu-button {
color: var(--txt1);
}
@media screen and (max-width:500px) {
.menu {
background-color: var(--bg);
}
.info {
border-color: transparent;
}
}
option {
background-color: var(--bg);
color: var(--txt2);
}
option:checked {
background-color: var(--accent);
color: var(--txt1);
}
.highlighted .code-highlight {
background-color: var(--code);
color: var(--else);
}
.code-highlight span.keyword {
color: var(--keyword);
}
.code-highlight span.operator {
color: var(--operator);
}
.code-highlight span.variable {
color: var(--variable);
}
.code-highlight span.comment {
color: var(--operator);
--opacity: .7;
}
.code:not(.highlighted) .hidden-textarea{
color: var(--else);
background-color: var(--code);
} | style/theme.css | .content.light {
--bg: #f0f0f0;
--elm: #fdfcfd;
--txt1: #262626;
--txt2: #494a4a;
--txt3: var(--txt1);
--mark1: #ff0;
--mark2: #bf0;
--mark3: #0f0;
--accent: #07f;
--keyword: #2b34e7;
--operator: #caac00;
--variable: var(--keyword);
--else: #344246;
--code: var(--elm);
--disable: #888;
}
.content.dark {
--bg: #222;
--elm: #555;
--txt1: #fff;
--txt2: #ddd;
--txt3: var(--txt1);
--mark1: rgb(160, 160, 116);
--mark2: rgb(150, 160, 119);
--mark3: rgb(117, 160, 117);
--accent: #4a4a4a;
--keyword: #8388ee;
--operator: #5ec9c9;
--variable: var(--keyword);
--else: #7195a0;
--code: var(--elm);
--disable: #888;
}
.content.solarized {
--bg: #fdf6e3;
--elm: #eee8d5;
--txt0: #002b36;
--txt1: var(--bg);
--txt2: #073642;
--txt3: var(--bg);
--mark0: #93a1a1;
--mark1: #839496;
--mark2: #657b83;
--mark3: #586e75;
--accent: #268bd2;
--keyword: var(--accent);
--operator: #93a1a1;
--variable: var(--keyword);
--else: #586e75;
--code: var(--elm);
--disable: #888;
}
.content.solarized.fire {
--accent: #dc322f;
--operator: #586e75;
--else: #839496;
--code: #073642;
}
.content.solarized.gold {
--accent: #b58900;
--operator: #586e75;
--else: #657b83;
--code: #002b36;
}
.content.solarized.nature {
--accent: #2aa198;
}
.content.solarized.shadow {
--bg: #002b36;
--elm: #073642;
--txt0: #fdf6e3;
--txt1: var(--txt0);
--txt2: #eee8d5;
--txt3: var(--bg);
--mark3: #93a1a1;
--mark2: #839496;
--mark1: #657b83;
--accent: var(--elm);
--keyword: #6c71c4;
--operator: #93a1a1;
--variable: #d33682;
--else: var(--txt2);
--code: var(--elm);
--disable: #888;
}
.content {
background-color: var(--bg);
}
input,
button,
.content {
color: var(--txt2);
}
input {
caret-color: var(--txt2);
}
textarea {
caret-color: var(--else);
}
td {
border-color: var(--txt2);
background-color: var(--elm);
}
td.input {
background-color: var(--mark2);
color: var(--txt3);
}
tr.v-input td {
background-color: var(--mark1);
color: var(--txt3);
}
tr.v-input>td.input {
background-color: var(--mark3);
color: var(--txt3);
}
.head {
background-color: var(--accent);
color: var(--txt1);
border-bottom: 1px solid var(--bg);
}
.button {
background-color: var(--disable);
color: var(--txt1);
}
.button.active {
background-color: var(--accent);
color: var(--txt1);
}
.dark *,
.solarized.shadow * {
box-shadow: none;
}
.error {
background-color: var(--accent);
color: var(--txt1);
}
.info {
background-color: var(--elm);
border: 1px solid var(--txt2);
}
.menu {
background-color: var(--elm);
}
.menu-button {
color: var(--txt1);
}
@media screen and (max-width:500px) {
.menu {
background-color: var(--bg);
}
.info {
border-color: transparent;
}
}
option {
background-color: var(--bg);
color: var(--txt2);
}
option:checked {
background-color: var(--accent);
color: var(--txt1);
}
.highlighted .code-highlight {
background-color: var(--code);
color: var(--else);
}
.code-highlight span.keyword {
color: var(--keyword);
}
.code-highlight span.operator {
color: var(--operator);
}
.code-highlight span.variable {
color: var(--variable);
}
.code-highlight span.comment {
color: var(--operator);
--opacity: .7;
}
.code:not(.highlighted) .hidden-textarea{
color: var(--else);
background-color: var(--code);
} | 0.339171 | 0.095602 |
:root {
--vanilla-calendar-bg-color: #fff;
--vanilla-calendar-border-radius: 5px;
--vanilla-calendar-border-color: #e7e9ed;
--vanilla-calendar-today-bg-color: #E7E9ED;
--vanilla-calendar-today-color: #333;
--vanilla-calendar-selected-bg-color: #9d88bf;
--vanilla-calendar-selected-color: #fff;
--vanilla-calendar-selected-radius: 5px;
}
.vanilla-calendar *, .vanilla-calendar *:before, .vanilla-calendar *:after {
box-sizing: border-box;
}
.vanilla-calendar {
background-color: var(--vanilla-calendar-bg-color);
border-radius: var(--vanilla-calendar-border-radius);
border: solid 1px var(--vanilla-calendar-border-color);
box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.05);
margin: 0 auto;
overflow: hidden;
width: 250px;
}
@media (max-width:1200px) {
.vanilla-calendar {
width: auto;
}
}
.vanilla-calendar .vanilla-calendar-btn {
-moz-user-select: none;
-ms-user-select: none;
-webkit-appearance: button;
background: none;
border: 0;
color: inherit;
cursor: pointer;
font: inherit;
line-height: normal;
min-width: 27px;
outline: none;
overflow: visible;
padding: 0;
text-align: center;
}
.vanilla-calendar .vanilla-calendar-btn:active {
border-radius: var(--vanilla-calendar-border-radius);
box-shadow: 0 0 0 2px rgba(var(--vanilla-calendar-today-bg-color), 0.1)
}
.vanilla-calendar .vanilla-calendar-header {
align-items: center;
display: flex;
padding: 10px;
text-transform: uppercase;
}
.vanilla-calendar .vanilla-calendar-header svg {
fill: var(--vanilla-calendar-today-color);
}
.vanilla-calendar .vanilla-calendar-header__label {
font-weight: bold;
text-align: center;
width: 100%;
}
.vanilla-calendar .vanilla-calendar-week {
background-color: var(--vanilla-calendar-selected-bg-color);
display: flex;
flex-wrap: wrap;
}
.vanilla-calendar .vanilla-calendar-week span {
color: var(--vanilla-calendar-selected-color);
flex-direction: column;
flex: 0 0 14.28%;
font-size: 12px;
/*font-weight: bold;*/
max-width: 14.28%;
padding: 15px 0px;
text-align: center;
text-transform: uppercase;
}
.vanilla-calendar .vanilla-calendar-body {
background-color: rgba(var(--vanilla-calendar-selected-bg-color), 0.3);
display: flex;
flex-wrap: wrap;
padding-bottom: 10px
}
.vanilla-calendar .vanilla-calendar-date {
align-items: center;
background-color: #fff;
border-radius: var(--vanilla-calendar-border-radius);
display: flex;
flex-direction: column;
flex: 0 0 14.28%;
max-width: 14.28%;
padding: 10px 0;
}
.vanilla-calendar .vanilla-calendar-date--active {
cursor: pointer;
}
.vanilla-calendar .vanilla-calendar-date--today {
background-color: var(--vanilla-calendar-today-bg-color);
color: var(--vanilla-calendar-today-color);
}
.vanilla-calendar .vanilla-calendar-date--selected {
background-color: var(--vanilla-calendar-selected-bg-color);
color: var(--vanilla-calendar-selected-color);
}
.vanilla-calendar .vanilla-calendar-date--disabled {
border-radius: 0;
cursor: not-allowed;
opacity: 0.2;
} | public/assets/css/calendar/vanilla-calendar.css | :root {
--vanilla-calendar-bg-color: #fff;
--vanilla-calendar-border-radius: 5px;
--vanilla-calendar-border-color: #e7e9ed;
--vanilla-calendar-today-bg-color: #E7E9ED;
--vanilla-calendar-today-color: #333;
--vanilla-calendar-selected-bg-color: #9d88bf;
--vanilla-calendar-selected-color: #fff;
--vanilla-calendar-selected-radius: 5px;
}
.vanilla-calendar *, .vanilla-calendar *:before, .vanilla-calendar *:after {
box-sizing: border-box;
}
.vanilla-calendar {
background-color: var(--vanilla-calendar-bg-color);
border-radius: var(--vanilla-calendar-border-radius);
border: solid 1px var(--vanilla-calendar-border-color);
box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.05);
margin: 0 auto;
overflow: hidden;
width: 250px;
}
@media (max-width:1200px) {
.vanilla-calendar {
width: auto;
}
}
.vanilla-calendar .vanilla-calendar-btn {
-moz-user-select: none;
-ms-user-select: none;
-webkit-appearance: button;
background: none;
border: 0;
color: inherit;
cursor: pointer;
font: inherit;
line-height: normal;
min-width: 27px;
outline: none;
overflow: visible;
padding: 0;
text-align: center;
}
.vanilla-calendar .vanilla-calendar-btn:active {
border-radius: var(--vanilla-calendar-border-radius);
box-shadow: 0 0 0 2px rgba(var(--vanilla-calendar-today-bg-color), 0.1)
}
.vanilla-calendar .vanilla-calendar-header {
align-items: center;
display: flex;
padding: 10px;
text-transform: uppercase;
}
.vanilla-calendar .vanilla-calendar-header svg {
fill: var(--vanilla-calendar-today-color);
}
.vanilla-calendar .vanilla-calendar-header__label {
font-weight: bold;
text-align: center;
width: 100%;
}
.vanilla-calendar .vanilla-calendar-week {
background-color: var(--vanilla-calendar-selected-bg-color);
display: flex;
flex-wrap: wrap;
}
.vanilla-calendar .vanilla-calendar-week span {
color: var(--vanilla-calendar-selected-color);
flex-direction: column;
flex: 0 0 14.28%;
font-size: 12px;
/*font-weight: bold;*/
max-width: 14.28%;
padding: 15px 0px;
text-align: center;
text-transform: uppercase;
}
.vanilla-calendar .vanilla-calendar-body {
background-color: rgba(var(--vanilla-calendar-selected-bg-color), 0.3);
display: flex;
flex-wrap: wrap;
padding-bottom: 10px
}
.vanilla-calendar .vanilla-calendar-date {
align-items: center;
background-color: #fff;
border-radius: var(--vanilla-calendar-border-radius);
display: flex;
flex-direction: column;
flex: 0 0 14.28%;
max-width: 14.28%;
padding: 10px 0;
}
.vanilla-calendar .vanilla-calendar-date--active {
cursor: pointer;
}
.vanilla-calendar .vanilla-calendar-date--today {
background-color: var(--vanilla-calendar-today-bg-color);
color: var(--vanilla-calendar-today-color);
}
.vanilla-calendar .vanilla-calendar-date--selected {
background-color: var(--vanilla-calendar-selected-bg-color);
color: var(--vanilla-calendar-selected-color);
}
.vanilla-calendar .vanilla-calendar-date--disabled {
border-radius: 0;
cursor: not-allowed;
opacity: 0.2;
} | 0.569015 | 0.139719 |
:root {
--red: #ed1d24;
--gold: #fbca03;
}
body {
font-family: 'Bangers',
cursive;
font-display: block;
background-color: #f5f5f5;
}
#head {
display: block;
background-color: var(--red);
display: inline-block;
width: 95vw;
border-radius: 5px;
margin: 8px;
padding: 10px;
}
.center {
display: flex;
justify-content: center;
}
#quizBodyHead {
font-size: 35px;
text-align: center;
}
.quizBox {
text-align: center;
color: black;
font-size: 35px;
}
#quizQuestion {
text-align: center;
color: black;
font-size: 45px;
margin: 15px;
}
.answerBox {
position: relative;
padding: 2%;
display: flex;
flex-direction: column;
border-style: none;
}
.answer {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.answer:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--gold);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.answer:hover,
.answer:focus,
.answer:active {
color: black;
}
.answer:hover:before,
.answer:focus:before,
.answer:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.answer {
border: none;
background-color: var(--red);
color: black;
border-radius: 5px;
padding: 10px 16px 10px 16px;
height: 55px;
font-size: 28px;
font-family: 'Bangers',
cursive;
margin: 4px;
cursor: pointer;
}
#resultsContainer {
text-align: center;
cursor: pointer;
}
a {
text-decoration: none;
color: black;
align-items: center;
}
.showBtn {
border: none;
background-color: var(--red);
color: black;
border-radius: 5px;
padding: 10px 16px 10px 16px;
font-size: 28px;
font-family: 'Bangers',
cursive;
margin: 4px;
}
.showBtn:hover {
transition-duration: 0.4s;
color: var(--gold);
cursor: pointer;
}
.hideBtn{
display: none;
} | assets/quizPageStyle.css | :root {
--red: #ed1d24;
--gold: #fbca03;
}
body {
font-family: 'Bangers',
cursive;
font-display: block;
background-color: #f5f5f5;
}
#head {
display: block;
background-color: var(--red);
display: inline-block;
width: 95vw;
border-radius: 5px;
margin: 8px;
padding: 10px;
}
.center {
display: flex;
justify-content: center;
}
#quizBodyHead {
font-size: 35px;
text-align: center;
}
.quizBox {
text-align: center;
color: black;
font-size: 35px;
}
#quizQuestion {
text-align: center;
color: black;
font-size: 45px;
margin: 15px;
}
.answerBox {
position: relative;
padding: 2%;
display: flex;
flex-direction: column;
border-style: none;
}
.answer {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.answer:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--gold);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.answer:hover,
.answer:focus,
.answer:active {
color: black;
}
.answer:hover:before,
.answer:focus:before,
.answer:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.answer {
border: none;
background-color: var(--red);
color: black;
border-radius: 5px;
padding: 10px 16px 10px 16px;
height: 55px;
font-size: 28px;
font-family: 'Bangers',
cursive;
margin: 4px;
cursor: pointer;
}
#resultsContainer {
text-align: center;
cursor: pointer;
}
a {
text-decoration: none;
color: black;
align-items: center;
}
.showBtn {
border: none;
background-color: var(--red);
color: black;
border-radius: 5px;
padding: 10px 16px 10px 16px;
font-size: 28px;
font-family: 'Bangers',
cursive;
margin: 4px;
}
.showBtn:hover {
transition-duration: 0.4s;
color: var(--gold);
cursor: pointer;
}
.hideBtn{
display: none;
} | 0.450601 | 0.254115 |
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
white-space: inherit;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster */
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
<!-----manu bar Strt------>
.bg-light {
background-color: #5a312b33!important;
}
.navbar-light .navbar-nav .nav-link {
color: #000000;
font-size:20px;
margin-left:20px;
font-family: 'Quicksand', sans-serif;
}
.navbar-light .navbar-nav .nav-link:hover{
border-top: 3px solid #FF6600;
color: #FF6600;
font-size:22px;
}
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: #ffffff;
border: 1px solid black;
border-radius: .25rem;
}
.dropdown-item:hover {
background-color: #666666;
color:#FFFFFF;
}
.navbar-light .navbar-toggler {
color: rgba(228, 134, 13, 0.99);
border-color: rgba(0, 0, 0, 0.96);
}
.navbar-light .navbar-toggler:hover{
background-color: #CCCCCC;
}
.carousel-indicators li{
background-color: #ff7f00;}
<!-----Manu bar end------>
<!-----service Strt------>
.section-title {
position: relative
}
.section-title p {
font-size: 16px;
margin-bottom: 5px;
font-weight: 400;
}
.section-title h4 {
font-size: 40px;
font-weight: 600;
text-transform: capitalize;
position: relative;
padding-bottom: 20px;
display: inline-block
}
.section-title h4:before {
position: absolute;
content: "";
width: 80px;
height: 2px;
background-color: #d8d8d8;
bottom: 0;
left: 50%;
margin-left: -40px;
}
.section-title h4:after {
position: absolute;
content: "";
width: 50px;
height: 2px;
background-color: #FF7200;
left: 0;
bottom: 0;
left: 50%;
margin-left: -25px;
}
.pt-100 {
padding-top: 100px;
}
.pb-100 {
padding-bottom: 100px;
}
.mb-100{
margin-bottom:100px;
}
.services {
background-color: #FBFBFB;
}
.single-service {
position: relative;
text-align: center;
margin-bottom: 50px;
-webkit-transition: .3s;
transition: .3s;
padding: 30px 20px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16)
}
.single-service:before {
position: absolute;
width: 0;
height: 0;
background-color: #FF7200;
left: 0;
top: 0;
content: "";
-webkit-transition: .3s;
transition: .3s
}
.single-service:after {
position: absolute;
width: 0;
height: 0;
background-color: #FF7200;
right: 0;
bottom: 0;
content: "";
-webkit-transition: .3s;
transition: .3s
}
.single-service:hover:after,
.single-service:hover:before {
width: 50%;
height: 2px;
-webkit-transition: .3s;
transition: .3s
}
.single-service:hover {
box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
}
.single-service i.fa {
font-size: 20px;
width: 60px;
height: 60px;
border: 1px solid #ddd;
line-height: 60px;
margin-bottom: 30px;
border-radius: 50%;
-webkit-transition: .3s;
transition: .3s
}
.single-service:hover i.fa {
background-color: #FF7200;
color: #fff;
border-color: #FF7200;
border-radius: 0;
}
.single-service h4 {
font-size: 20px;
font-weight: 400;
margin-bottom: 15px;
text-transform: capitalize;
}
.single-service p {
font-size: 15px;
line-height: 1.8;
}
<!-----service end------>
<!-----MY Team strt------>
body {
font-family: tahoma;
height: 100vh;
background-image: url(https://picsum.photos/g/3000/2000);
background-size: cover;
background-position: center;
display: flex;
align-items: center;
}
.our-team {
padding: 30px 0 40px;
margin-bottom: 30px;
background-color: #f7f5ec;
text-align: center;
overflow: hidden;
position: relative;
}
.our-team .picture {
display: inline-block;
height: 130px;
width: 130px;
margin-bottom: 50px;
z-index: 1;
position: relative;
}
.our-team .picture::before {
content: "";
width: 100%;
height: 0;
border-radius: 50%;
background-color: #1369ce;
position: absolute;
bottom: 135%;
right: 0;
left: 0;
opacity: 0.9;
transform: scale(3);
transition: all 0.3s linear 0s;
}
.our-team:hover .picture::before {
height: 100%;
}
.our-team .picture::after {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #1369ce;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.our-team .picture img {
width: 100%;
height: auto;
border-radius: 50%;
transform: scale(1);
transition: all 0.9s ease 0s;
}
.our-team:hover .picture img {
box-shadow: 0 0 0 14px #f7f5ec;
transform: scale(0.7);
}
.our-team .title {
display: block;
font-size: 15px;
color: #4e5052;
text-transform: capitalize;
}
.our-team .social {
width: 100%;
padding: 0;
margin: 0;
background-color: #1369ce;
position: absolute;
bottom: -100px;
left: 0;
transition: all 0.5s ease 0s;
}
.our-team:hover .social {
bottom: 0;
}
.our-team .social li {
display: inline-block;
}
.our-team .social li a {
display: block;
padding: 10px;
font-size: 17px;
color: white;
transition: all 0.3s ease 0s;
text-decoration: none;
}
.our-team .social li a:hover {
color: #1369ce;
background-color: #f7f5ec;
}
<!-----MY Team end------>
<!-----Footer strt----->
. kilimanjaro_area {
position: relative;
z-index: 1;
}
.foo_top_header_one {
background-color: #15151e;
color: #fff;
}
.section_padding_100_70 {
padding-top: 100px;
padding-bottom: 70px;
}
.foo_top_header_one {
color: #fff;
}.kilimanjaro_part {
margin-bottom: 30px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
color: #fff;
}
.kilimanjaro_part h4, .kilimanjaro_part h5 {
margin-bottom: 30px;
}
.kilimanjaro_single_contact_info > p, .kilimanjaro_single_contact_info > h5, .kilimanjaro_blog_area > a, .foo_top_header_one .kilimanjaro_part > p {
color: rgba(255,255,255,.5);
}
p, ul li, ol li {
font-weight: 300;
}
ul {
margin: 0;
padding: 0;
}
.kilimanjaro_bottom_header_one {
background-color: #111;
}
.section_padding_50 {
padding: 50px 0;
}
.kilimanjaro_bottom_header_one p {
color: #fff;
margin: 0;
}
p, ul li, ol li {
font-weight: 300;
}
.kilimanjaro_bottom_header_one a {
color: inherit;
font-size: 14px;
}
a, h1, h2, h3, h4, h5, h6 {
font-weight: 400;
}
.m-top-15 {
margin-top: 15px;
}
ul {
margin: 0;
padding: 0;
}
.kilimanjaro_widget > li {
display: inline-block;
}
p, ul li, ol li {
font-weight: 300;
}
ol li, ul li {
list-style: outside none none;
}
.kilimanjaro_widget a {
border: 1px solid #333;
border-radius: 6px;
color: #888;
display: inline-block;
font-size: 13px;
margin-bottom: 4px;
padding: 7px 12px;
}
ul {
margin: 0;
padding: 0;
}
.kilimanjaro_links a {
border-bottom: 1px solid #333;
color: rgba(255,255,255,.5);
display: block;
font-size: 13px;
margin-bottom: 5px;
padding-bottom: 10px;
}
.kilimanjaro_links a {
color: rgba(255,255,255,.5);
font-size: 13px;
}
top-15 {
margin-top: 15px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
color: #fff;
}
.kilimanjaro_part h4, .kilimanjaro_part h5 {
margin-bottom: 30px;
}
.kilimanjaro_social_links > li {
display: inline-block;
}
p, ul li, ol li {
font-weight: 300;
}
.kilimanjaro_social_links a {
border: 1px solid #333;
border-radius: 6px;
color: #888;
display: inline-block;
font-size: 13px;
margin-bottom: 3px;
padding: 7px 12px;
}
.kilimanjaro_blog_area .kilimanjaro_date {
color: #27ae60;
font-size: 13px;
margin-bottom: 5px;
}
.kilimanjaro_blog_area > p {
color: rgba(255,255,255,.5);
line-height: 1.3;
margin-bottom: 0;
}
.kilimanjaro_works > a {
display: inline-block;
float: left;
position: relative;
width: 33.33333333%;
z-index: 1;
}
.kilimanjaro_thumb {
left: 0;
position: absolute;
top: 0;
width: 75px;
}
.kilimanjaro_links a i {
padding-right: 10px;
}
/* :: 18.0 Footer Area CSS */
.footer_area {
position: relative;
z-index: 1;
}
.footer_bottom p > i,
.footer_bottom p > a:hover {
color: #27ae60;
}
.social_links_area {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding: 50px 0 30px 0;
text-align: center;
position: relative;
z-index: 1;
}
.social_links_area > a:hover {
color: #27ae60;
}
.inline-style .social_links_area > a:hover {
background-color: transparent;
color: #27ae60;
border: 0px solid transparent;
}
.single_feature:hover .feature_text h4 {
color: #27ae60;
}
.kilimanjaro_blog_area {
border-bottom: 1px solid #333;
margin-bottom: 15px;
padding: 0 0 15px 90px;
position: relative;
z-index: 1;
}
.kilimanjaro_links a {
border-bottom: 1px solid #333;
color: rgba(255,255,255,.5);
display: block;
font-size: 13px;
margin-bottom: 5px;
padding-bottom: 10px;
}
<!-----Footer end------>
/*Section 2*/
.s2{
background-color:#54D154;
}
.s1-p2{
color:#FFFFFF;
font-size:18px;
font-family: 'Charm';
}
.s1-h2{
color:#FFFFFF;
font-weight:600;
font-family: 'Aclonica';
}
<!---contact strt------->
.pb-100 {
padding-bottom: 100px;
}
.pt-100 {
padding-top: 100px;
}
.mb-100 {
margin-bottom: 100px;
}
a {
text-decoration: none;
color: #333;
-webkit-transition: .4s;
transition: .4s;
}
.section-title {
position: relative;
}
.section-title p {
font-size: 16px;
margin-bottom: 5px;
font-weight: 400;
}
.section-title h4 {
font-size: 40px;
font-weight: 600;
text-transform: capitalize;
position: relative;
padding-bottom: 20px;
display: inline-block;
}
.section-title h4::before {
position: absolute;
content: "";
width: 80px;
height: 2px;
background-color: #d8d8d8;
bottom: 0;
left: 50%;
margin-left: -40px;
}
.section-title h4::after {
position: absolute;
content: "";
width: 50px;
height: 2px;
background-color: #FF7200;
left: 0;
bottom: 0;
left: 50%;
margin-left: -25px;
}
.contact {
background-image: url("http://infinityflamesoft.com/html/abal-preview/assets/img/contact_back.jpg");
background-size: cover;
background-position: center;
background-attachment: fixed;
position: relative;
z-index: 2;
color: #fff;
}
.contact-form input,
textarea {
width: 100%;
border: 1px solid #555;
padding: 5px 10px;
text-transform: capitalize;
margin-top: 15px;
background-color: transparent;
color: #fff;
}
.contact:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: #333;
z-index: -1;
opacity: .85;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.single-contact {
text-align: left;
position: relative;
padding-left: 70px;
margin-bottom: 50px;
margin-top: 10px;
}
.single-contact i.fa {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #FF7200;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 3px;
}
.single-contact h5 {
font-size: 18px;
margin-bottom: 10px;
font-weight: 500;
}
.single-contact p {
font-size: 15px;
font-weight: 400;
}
.contact-form input[type="submit"] {
background-color: #FF7200;
border: 0px;
cursor: pointer;
font-size: 16px;
-webkit-transition: .4s;
transition: .4s;
border-radius:10px;
}
.contact-form input[type="submit"]:hover {
background-color: #CC5B00
}
.contact-form input:focus, textarea:focus {
border-color: #CC5B00
}
<!---contact end------->
<!----event strt----->
@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section{
padding: 60px 0;
}
#accordion-style-1 h1,
#accordion-style-1 a{
color:#007b5e;
}
#accordion-style-1 .btn-link {
font-weight: 400;
color: #007b5e;
background-color: transparent;
text-decoration: none !important;
font-size: 16px;
font-weight: bold;
padding-left: 25px;
}
#accordion-style-1 .card-body {
border-top: 2px solid #007b5e;
}
#accordion-style-1 .card-header .btn.collapsed .fa.main{
display:none;
}
#accordion-style-1 .card-header .btn .fa.main{
background: #007b5e;
padding: 13px 11px;
color: #ffffff;
width: 35px;
height: 41px;
position: absolute;
left: -1px;
top: 10px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
display:block;
}
<!----event end-----> | public/public_resource/css/maincss.css |
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
white-space: inherit;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster */
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
<!-----manu bar Strt------>
.bg-light {
background-color: #5a312b33!important;
}
.navbar-light .navbar-nav .nav-link {
color: #000000;
font-size:20px;
margin-left:20px;
font-family: 'Quicksand', sans-serif;
}
.navbar-light .navbar-nav .nav-link:hover{
border-top: 3px solid #FF6600;
color: #FF6600;
font-size:22px;
}
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: #ffffff;
border: 1px solid black;
border-radius: .25rem;
}
.dropdown-item:hover {
background-color: #666666;
color:#FFFFFF;
}
.navbar-light .navbar-toggler {
color: rgba(228, 134, 13, 0.99);
border-color: rgba(0, 0, 0, 0.96);
}
.navbar-light .navbar-toggler:hover{
background-color: #CCCCCC;
}
.carousel-indicators li{
background-color: #ff7f00;}
<!-----Manu bar end------>
<!-----service Strt------>
.section-title {
position: relative
}
.section-title p {
font-size: 16px;
margin-bottom: 5px;
font-weight: 400;
}
.section-title h4 {
font-size: 40px;
font-weight: 600;
text-transform: capitalize;
position: relative;
padding-bottom: 20px;
display: inline-block
}
.section-title h4:before {
position: absolute;
content: "";
width: 80px;
height: 2px;
background-color: #d8d8d8;
bottom: 0;
left: 50%;
margin-left: -40px;
}
.section-title h4:after {
position: absolute;
content: "";
width: 50px;
height: 2px;
background-color: #FF7200;
left: 0;
bottom: 0;
left: 50%;
margin-left: -25px;
}
.pt-100 {
padding-top: 100px;
}
.pb-100 {
padding-bottom: 100px;
}
.mb-100{
margin-bottom:100px;
}
.services {
background-color: #FBFBFB;
}
.single-service {
position: relative;
text-align: center;
margin-bottom: 50px;
-webkit-transition: .3s;
transition: .3s;
padding: 30px 20px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16)
}
.single-service:before {
position: absolute;
width: 0;
height: 0;
background-color: #FF7200;
left: 0;
top: 0;
content: "";
-webkit-transition: .3s;
transition: .3s
}
.single-service:after {
position: absolute;
width: 0;
height: 0;
background-color: #FF7200;
right: 0;
bottom: 0;
content: "";
-webkit-transition: .3s;
transition: .3s
}
.single-service:hover:after,
.single-service:hover:before {
width: 50%;
height: 2px;
-webkit-transition: .3s;
transition: .3s
}
.single-service:hover {
box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
}
.single-service i.fa {
font-size: 20px;
width: 60px;
height: 60px;
border: 1px solid #ddd;
line-height: 60px;
margin-bottom: 30px;
border-radius: 50%;
-webkit-transition: .3s;
transition: .3s
}
.single-service:hover i.fa {
background-color: #FF7200;
color: #fff;
border-color: #FF7200;
border-radius: 0;
}
.single-service h4 {
font-size: 20px;
font-weight: 400;
margin-bottom: 15px;
text-transform: capitalize;
}
.single-service p {
font-size: 15px;
line-height: 1.8;
}
<!-----service end------>
<!-----MY Team strt------>
body {
font-family: tahoma;
height: 100vh;
background-image: url(https://picsum.photos/g/3000/2000);
background-size: cover;
background-position: center;
display: flex;
align-items: center;
}
.our-team {
padding: 30px 0 40px;
margin-bottom: 30px;
background-color: #f7f5ec;
text-align: center;
overflow: hidden;
position: relative;
}
.our-team .picture {
display: inline-block;
height: 130px;
width: 130px;
margin-bottom: 50px;
z-index: 1;
position: relative;
}
.our-team .picture::before {
content: "";
width: 100%;
height: 0;
border-radius: 50%;
background-color: #1369ce;
position: absolute;
bottom: 135%;
right: 0;
left: 0;
opacity: 0.9;
transform: scale(3);
transition: all 0.3s linear 0s;
}
.our-team:hover .picture::before {
height: 100%;
}
.our-team .picture::after {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #1369ce;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.our-team .picture img {
width: 100%;
height: auto;
border-radius: 50%;
transform: scale(1);
transition: all 0.9s ease 0s;
}
.our-team:hover .picture img {
box-shadow: 0 0 0 14px #f7f5ec;
transform: scale(0.7);
}
.our-team .title {
display: block;
font-size: 15px;
color: #4e5052;
text-transform: capitalize;
}
.our-team .social {
width: 100%;
padding: 0;
margin: 0;
background-color: #1369ce;
position: absolute;
bottom: -100px;
left: 0;
transition: all 0.5s ease 0s;
}
.our-team:hover .social {
bottom: 0;
}
.our-team .social li {
display: inline-block;
}
.our-team .social li a {
display: block;
padding: 10px;
font-size: 17px;
color: white;
transition: all 0.3s ease 0s;
text-decoration: none;
}
.our-team .social li a:hover {
color: #1369ce;
background-color: #f7f5ec;
}
<!-----MY Team end------>
<!-----Footer strt----->
. kilimanjaro_area {
position: relative;
z-index: 1;
}
.foo_top_header_one {
background-color: #15151e;
color: #fff;
}
.section_padding_100_70 {
padding-top: 100px;
padding-bottom: 70px;
}
.foo_top_header_one {
color: #fff;
}.kilimanjaro_part {
margin-bottom: 30px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
color: #fff;
}
.kilimanjaro_part h4, .kilimanjaro_part h5 {
margin-bottom: 30px;
}
.kilimanjaro_single_contact_info > p, .kilimanjaro_single_contact_info > h5, .kilimanjaro_blog_area > a, .foo_top_header_one .kilimanjaro_part > p {
color: rgba(255,255,255,.5);
}
p, ul li, ol li {
font-weight: 300;
}
ul {
margin: 0;
padding: 0;
}
.kilimanjaro_bottom_header_one {
background-color: #111;
}
.section_padding_50 {
padding: 50px 0;
}
.kilimanjaro_bottom_header_one p {
color: #fff;
margin: 0;
}
p, ul li, ol li {
font-weight: 300;
}
.kilimanjaro_bottom_header_one a {
color: inherit;
font-size: 14px;
}
a, h1, h2, h3, h4, h5, h6 {
font-weight: 400;
}
.m-top-15 {
margin-top: 15px;
}
ul {
margin: 0;
padding: 0;
}
.kilimanjaro_widget > li {
display: inline-block;
}
p, ul li, ol li {
font-weight: 300;
}
ol li, ul li {
list-style: outside none none;
}
.kilimanjaro_widget a {
border: 1px solid #333;
border-radius: 6px;
color: #888;
display: inline-block;
font-size: 13px;
margin-bottom: 4px;
padding: 7px 12px;
}
ul {
margin: 0;
padding: 0;
}
.kilimanjaro_links a {
border-bottom: 1px solid #333;
color: rgba(255,255,255,.5);
display: block;
font-size: 13px;
margin-bottom: 5px;
padding-bottom: 10px;
}
.kilimanjaro_links a {
color: rgba(255,255,255,.5);
font-size: 13px;
}
top-15 {
margin-top: 15px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
color: #fff;
}
.kilimanjaro_part h4, .kilimanjaro_part h5 {
margin-bottom: 30px;
}
.kilimanjaro_social_links > li {
display: inline-block;
}
p, ul li, ol li {
font-weight: 300;
}
.kilimanjaro_social_links a {
border: 1px solid #333;
border-radius: 6px;
color: #888;
display: inline-block;
font-size: 13px;
margin-bottom: 3px;
padding: 7px 12px;
}
.kilimanjaro_blog_area .kilimanjaro_date {
color: #27ae60;
font-size: 13px;
margin-bottom: 5px;
}
.kilimanjaro_blog_area > p {
color: rgba(255,255,255,.5);
line-height: 1.3;
margin-bottom: 0;
}
.kilimanjaro_works > a {
display: inline-block;
float: left;
position: relative;
width: 33.33333333%;
z-index: 1;
}
.kilimanjaro_thumb {
left: 0;
position: absolute;
top: 0;
width: 75px;
}
.kilimanjaro_links a i {
padding-right: 10px;
}
/* :: 18.0 Footer Area CSS */
.footer_area {
position: relative;
z-index: 1;
}
.footer_bottom p > i,
.footer_bottom p > a:hover {
color: #27ae60;
}
.social_links_area {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding: 50px 0 30px 0;
text-align: center;
position: relative;
z-index: 1;
}
.social_links_area > a:hover {
color: #27ae60;
}
.inline-style .social_links_area > a:hover {
background-color: transparent;
color: #27ae60;
border: 0px solid transparent;
}
.single_feature:hover .feature_text h4 {
color: #27ae60;
}
.kilimanjaro_blog_area {
border-bottom: 1px solid #333;
margin-bottom: 15px;
padding: 0 0 15px 90px;
position: relative;
z-index: 1;
}
.kilimanjaro_links a {
border-bottom: 1px solid #333;
color: rgba(255,255,255,.5);
display: block;
font-size: 13px;
margin-bottom: 5px;
padding-bottom: 10px;
}
<!-----Footer end------>
/*Section 2*/
.s2{
background-color:#54D154;
}
.s1-p2{
color:#FFFFFF;
font-size:18px;
font-family: 'Charm';
}
.s1-h2{
color:#FFFFFF;
font-weight:600;
font-family: 'Aclonica';
}
<!---contact strt------->
.pb-100 {
padding-bottom: 100px;
}
.pt-100 {
padding-top: 100px;
}
.mb-100 {
margin-bottom: 100px;
}
a {
text-decoration: none;
color: #333;
-webkit-transition: .4s;
transition: .4s;
}
.section-title {
position: relative;
}
.section-title p {
font-size: 16px;
margin-bottom: 5px;
font-weight: 400;
}
.section-title h4 {
font-size: 40px;
font-weight: 600;
text-transform: capitalize;
position: relative;
padding-bottom: 20px;
display: inline-block;
}
.section-title h4::before {
position: absolute;
content: "";
width: 80px;
height: 2px;
background-color: #d8d8d8;
bottom: 0;
left: 50%;
margin-left: -40px;
}
.section-title h4::after {
position: absolute;
content: "";
width: 50px;
height: 2px;
background-color: #FF7200;
left: 0;
bottom: 0;
left: 50%;
margin-left: -25px;
}
.contact {
background-image: url("http://infinityflamesoft.com/html/abal-preview/assets/img/contact_back.jpg");
background-size: cover;
background-position: center;
background-attachment: fixed;
position: relative;
z-index: 2;
color: #fff;
}
.contact-form input,
textarea {
width: 100%;
border: 1px solid #555;
padding: 5px 10px;
text-transform: capitalize;
margin-top: 15px;
background-color: transparent;
color: #fff;
}
.contact:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: #333;
z-index: -1;
opacity: .85;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.single-contact {
text-align: left;
position: relative;
padding-left: 70px;
margin-bottom: 50px;
margin-top: 10px;
}
.single-contact i.fa {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #FF7200;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 3px;
}
.single-contact h5 {
font-size: 18px;
margin-bottom: 10px;
font-weight: 500;
}
.single-contact p {
font-size: 15px;
font-weight: 400;
}
.contact-form input[type="submit"] {
background-color: #FF7200;
border: 0px;
cursor: pointer;
font-size: 16px;
-webkit-transition: .4s;
transition: .4s;
border-radius:10px;
}
.contact-form input[type="submit"]:hover {
background-color: #CC5B00
}
.contact-form input:focus, textarea:focus {
border-color: #CC5B00
}
<!---contact end------->
<!----event strt----->
@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section{
padding: 60px 0;
}
#accordion-style-1 h1,
#accordion-style-1 a{
color:#007b5e;
}
#accordion-style-1 .btn-link {
font-weight: 400;
color: #007b5e;
background-color: transparent;
text-decoration: none !important;
font-size: 16px;
font-weight: bold;
padding-left: 25px;
}
#accordion-style-1 .card-body {
border-top: 2px solid #007b5e;
}
#accordion-style-1 .card-header .btn.collapsed .fa.main{
display:none;
}
#accordion-style-1 .card-header .btn .fa.main{
background: #007b5e;
padding: 13px 11px;
color: #ffffff;
width: 35px;
height: 41px;
position: absolute;
left: -1px;
top: 10px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
display:block;
}
<!----event end-----> | 0.617051 | 0.123498 |
.root-pane{
-fx-background-size: cover;
}
.left-pane{
-fx-background-color: rgb(249,240,243);
-fx-effect: dropshadow(three-pass-box,#FFF,8,0,0,0);
}
.tool{
-fx-background-color:rgb(2,64,85);
}
.tool .toggle-button{
-fx-background-color: rgb(2,64,85);
-fx-text-fill: #FFFFFF;
}
.tool .toggle-button:selected{
-fx-background-color: #FFFFFF;
-fx-text-fill: rgb(2,64,85);
}
.tool .button{
-fx-background-color: rgba(0,0,0,0);
-fx-text-fill: #FFFFFF;
}
.tool .button:hover{
-fx-effect: dropshadow(three-pass-box,#FFF, 18, 0, 0,0);
}
.tool .circle-tog {
-fx-background-radius: 999px;
}
.tool .circle-tog:selected {
-fx-background-radius: 999px;
}
.btn{
-fx-background-color: rgb(249,240,243);
-fx-text-fill: rgb(2,64,85);
-fx-border-width: 0 0 3.4 0;
-fx-border-color: rgb(2,64,85);
-fx-padding: 5.0;
}
.btn :pressed{
-fx-effect: dropshadow(three-pass-box, rgb(2,64,85), 10, 0, 0,0);
}
.txt{
-fx-background-color: rgb(249,240,243);
-fx-border-width: 0 0 3 0;
-fx-border-color: rgb(2,64,85);
-fx-prompt-text-fill: rgba(2,64,85,0.8);
}
.txt:focused{
-fx-prompt-text-fill: rgba(0,0,0,0);
}
.tree{
-fx-background-color: rgba(0,0,0,0);
}
.tree .tree-cell{
-fx-background-color: rgba(0,0,0,0);
-fx-font-size: 14px;
}
.tree .tree-cell .button{
-fx-background-color: #2B3F52;
-fx-text-fill: rgba(218,249,202,1);
}
.tree .tree-cell:selected .button{
-fx-background-color: #FFFFFF;
-fx-text-fill: #2B3F52;
}
.tree .tree-cell:selected{
-fx-background-color: rgba(0,0,0,0.6);
-fx-text-fill: #FFF;
}
.tree-border{
-fx-border-color: #2B3F52;
-fx-border-width: 1px;
-fx-border-style: dashed;
}
.tree-border .tree-cell{
-fx-background-color: rgb(249,242,243);
}
.list-bg{
-fx-background-color: rgba(0,0,0,0);
}
.list{
-fx-background-color: rgba(0,0,0,0.4);
}
.list .list-cell{
-fx-background-color: rgba(0,0,0,0);
}
.code-area{
-fx-font-size: 16px;
-fx-background-color: rgba(0,0,0,0.68);
}
.code-area .text{
-fx-fill: #FFF;
}
.code-tool{
-fx-background-color: rgba(8,17,38,0.6);
}
.code-tool .tool-bar{
-fx-background-color: rgba(0,0,0,0);
}
.code-tool .button{
-fx-background-color: rgba(0,0,0,0);
-fx-text-fill: #FFFFFF;
}
.code-tool .button:hover{
-fx-effect: dropshadow(three-pass-box,#FFF, 18, 0, 0,0);
}
.code-tool .label{
-fx-text-fill: #FFF;
}
.comb{
-fx-background-color: rgba(0,0,0,0);
-fx-prompt-text-fill: rgba(255,255,255,0.6);
-fx-text-fill: #FFFFFF;
-fx-border-color: #FFFFFF;
-fx-border-width: 0 0 2 0;
}
.comb > *{
-fx-text-fill: #FFFFFF;
}
.comb-dark{
-fx-background-color: rgba(0,0,0,0);
-fx-text-fill: #FFFFFF;
-fx-border-color: rgb(2,64,85);
-fx-prompt-text-fill: rgba(2,64,85,0.8);
-fx-border-width: 0 0 2 0;
}
.btn-ghost{
-fx-border-color: #FFF;
-fx-border-width: 1px;
-fx-border-style: dashed;
}
.btn-sel *{
-fx-text-fill: #FFF;
}
.btn-sel{
-fx-background-color: rgba(0,0,0,0);
}
.btn-sel .arrow{
-fx-background-color: #FFFFFF;
}
.btn-sel .context-menu{
-fx-background-radius: 6px;
-fx-background-color: rgba(0,0,0,0.6);
}
.btn-sel .context-menu .menu-item:focused{
-fx-background-color: rgba(45,53,38,0.6);
}
.split-pane{
-fx-background-color: rgba(0,0,0,0);
}
.title-field{
-fx-background-color: rgba(0,0,0,0);
-fx-text-fill: #FFFFFF;
-fx-prompt-text-fill: rgba(255,255,255,0.8);
-fx-border-color: #FFFFFF;
-fx-border-width: 0 0 2 0;
}
.title-field :focused{
-fx-prompt-text-fill: rgba(0,0,0,0);
}
.btn-normal{
-fx-background-color: #2B3F52 ;
-fx-text-fill: #FFFFFF;
}
.list-img {
}
.list-img .list-cell{
-fx-text-fill: #000;
-fx-fill: #333333;
}
.list-img .list-cell:focused{
-fx-background-color: #2B3F52;
-fx-text-fill: #FFFFFF;
}
.listItem .icon-btn{
-fx-background-color: #FFFFFF;
-fx-background-radius: 9999;
}
.listItem .icon-bg{
-fx-background-color: rgb(255,255,255);
}
.listItem .item-bg{
-fx-border-color: #FFF;
-fx-border-style: solid;
-fx-border-width: 0 0 0 4;
-fx-background-color: rgba(0,0,0,0.5);
}
.listItem .item-bg-without-border{
-fx-background-color: rgba(0,0,0,0.5);
}
.listItem .arrow{
-fx-text-fill: rgb(255,255,255);
}
.listItem .title{
-fx-text-fill: rgb(255,255,255);
-fx-font-size: 18px;
}
.listItem .date{
-fx-text-fill: #FCFCFC;
-fx-font-size: 14px;
}
.listItem .btn-card,.table .btn-card{
-fx-background-color: rgba(255,253,223,0.6);
-fx-background-radius: 0;
}
.listItem .btn-card:hover,.table .btn-card:hover{
-fx-background-color: rgba(218,249,202,1);
-fx-background-radius: 0;
}
.table{
-fx-background-color: rgba(0,0,0,0.8);
}
.table .column-header-background{
-fx-background-color: rgba(0,0,0,0);
}
.table .column-header{
-fx-background-color: rgba(0,0,0,0.1);
-fx-border-width: 0 0 0.5 0;
-fx-border-color: rgba(255,255,255,0.5);
-fx-border-style: solid;
}
.table .label{
-fx-text-fill: #FFF;
}
.table .table-row-cell{
-fx-background-color: rgba(0,0,0,0);
-fx-text-fill: #FFFFFF;
-fx-border-width: 0 0 0.1 0;
-fx-border-color: rgba(255,255,255,0.6);
}
.table .table-cell{
-fx-text-fill: #FFFFFF;
-fx-border-width: 0;
-fx-alignment: center;
}
.table .table-row-cell:selected{
-fx-background-color: rgba(0,0,0,0.4);
}
.table .table-row-cell:empty{
-fx-border-width: 0 0 0 0;
}
.radio,.check {
-fx-text-fill: #FFFFFF;
}
.edit-menu {
-fx-background-radius: 0;
-fx-background-color: rgba(247,255,168,0);
-fx-text-fill: #000;
}
.edit-menu .menu-item{
-fx-font-size: 12px;
-fx-background-color: rgba(255,255,255,0.6);
}
.edit-menu .menu-item:hover,.edit-menu .menu-item:selected{
-fx-background-color: rgb(0,0,0);
-fx-text-fill: #FFF;
} | src/main/resources/style/start.css | .root-pane{
-fx-background-size: cover;
}
.left-pane{
-fx-background-color: rgb(249,240,243);
-fx-effect: dropshadow(three-pass-box,#FFF,8,0,0,0);
}
.tool{
-fx-background-color:rgb(2,64,85);
}
.tool .toggle-button{
-fx-background-color: rgb(2,64,85);
-fx-text-fill: #FFFFFF;
}
.tool .toggle-button:selected{
-fx-background-color: #FFFFFF;
-fx-text-fill: rgb(2,64,85);
}
.tool .button{
-fx-background-color: rgba(0,0,0,0);
-fx-text-fill: #FFFFFF;
}
.tool .button:hover{
-fx-effect: dropshadow(three-pass-box,#FFF, 18, 0, 0,0);
}
.tool .circle-tog {
-fx-background-radius: 999px;
}
.tool .circle-tog:selected {
-fx-background-radius: 999px;
}
.btn{
-fx-background-color: rgb(249,240,243);
-fx-text-fill: rgb(2,64,85);
-fx-border-width: 0 0 3.4 0;
-fx-border-color: rgb(2,64,85);
-fx-padding: 5.0;
}
.btn :pressed{
-fx-effect: dropshadow(three-pass-box, rgb(2,64,85), 10, 0, 0,0);
}
.txt{
-fx-background-color: rgb(249,240,243);
-fx-border-width: 0 0 3 0;
-fx-border-color: rgb(2,64,85);
-fx-prompt-text-fill: rgba(2,64,85,0.8);
}
.txt:focused{
-fx-prompt-text-fill: rgba(0,0,0,0);
}
.tree{
-fx-background-color: rgba(0,0,0,0);
}
.tree .tree-cell{
-fx-background-color: rgba(0,0,0,0);
-fx-font-size: 14px;
}
.tree .tree-cell .button{
-fx-background-color: #2B3F52;
-fx-text-fill: rgba(218,249,202,1);
}
.tree .tree-cell:selected .button{
-fx-background-color: #FFFFFF;
-fx-text-fill: #2B3F52;
}
.tree .tree-cell:selected{
-fx-background-color: rgba(0,0,0,0.6);
-fx-text-fill: #FFF;
}
.tree-border{
-fx-border-color: #2B3F52;
-fx-border-width: 1px;
-fx-border-style: dashed;
}
.tree-border .tree-cell{
-fx-background-color: rgb(249,242,243);
}
.list-bg{
-fx-background-color: rgba(0,0,0,0);
}
.list{
-fx-background-color: rgba(0,0,0,0.4);
}
.list .list-cell{
-fx-background-color: rgba(0,0,0,0);
}
.code-area{
-fx-font-size: 16px;
-fx-background-color: rgba(0,0,0,0.68);
}
.code-area .text{
-fx-fill: #FFF;
}
.code-tool{
-fx-background-color: rgba(8,17,38,0.6);
}
.code-tool .tool-bar{
-fx-background-color: rgba(0,0,0,0);
}
.code-tool .button{
-fx-background-color: rgba(0,0,0,0);
-fx-text-fill: #FFFFFF;
}
.code-tool .button:hover{
-fx-effect: dropshadow(three-pass-box,#FFF, 18, 0, 0,0);
}
.code-tool .label{
-fx-text-fill: #FFF;
}
.comb{
-fx-background-color: rgba(0,0,0,0);
-fx-prompt-text-fill: rgba(255,255,255,0.6);
-fx-text-fill: #FFFFFF;
-fx-border-color: #FFFFFF;
-fx-border-width: 0 0 2 0;
}
.comb > *{
-fx-text-fill: #FFFFFF;
}
.comb-dark{
-fx-background-color: rgba(0,0,0,0);
-fx-text-fill: #FFFFFF;
-fx-border-color: rgb(2,64,85);
-fx-prompt-text-fill: rgba(2,64,85,0.8);
-fx-border-width: 0 0 2 0;
}
.btn-ghost{
-fx-border-color: #FFF;
-fx-border-width: 1px;
-fx-border-style: dashed;
}
.btn-sel *{
-fx-text-fill: #FFF;
}
.btn-sel{
-fx-background-color: rgba(0,0,0,0);
}
.btn-sel .arrow{
-fx-background-color: #FFFFFF;
}
.btn-sel .context-menu{
-fx-background-radius: 6px;
-fx-background-color: rgba(0,0,0,0.6);
}
.btn-sel .context-menu .menu-item:focused{
-fx-background-color: rgba(45,53,38,0.6);
}
.split-pane{
-fx-background-color: rgba(0,0,0,0);
}
.title-field{
-fx-background-color: rgba(0,0,0,0);
-fx-text-fill: #FFFFFF;
-fx-prompt-text-fill: rgba(255,255,255,0.8);
-fx-border-color: #FFFFFF;
-fx-border-width: 0 0 2 0;
}
.title-field :focused{
-fx-prompt-text-fill: rgba(0,0,0,0);
}
.btn-normal{
-fx-background-color: #2B3F52 ;
-fx-text-fill: #FFFFFF;
}
.list-img {
}
.list-img .list-cell{
-fx-text-fill: #000;
-fx-fill: #333333;
}
.list-img .list-cell:focused{
-fx-background-color: #2B3F52;
-fx-text-fill: #FFFFFF;
}
.listItem .icon-btn{
-fx-background-color: #FFFFFF;
-fx-background-radius: 9999;
}
.listItem .icon-bg{
-fx-background-color: rgb(255,255,255);
}
.listItem .item-bg{
-fx-border-color: #FFF;
-fx-border-style: solid;
-fx-border-width: 0 0 0 4;
-fx-background-color: rgba(0,0,0,0.5);
}
.listItem .item-bg-without-border{
-fx-background-color: rgba(0,0,0,0.5);
}
.listItem .arrow{
-fx-text-fill: rgb(255,255,255);
}
.listItem .title{
-fx-text-fill: rgb(255,255,255);
-fx-font-size: 18px;
}
.listItem .date{
-fx-text-fill: #FCFCFC;
-fx-font-size: 14px;
}
.listItem .btn-card,.table .btn-card{
-fx-background-color: rgba(255,253,223,0.6);
-fx-background-radius: 0;
}
.listItem .btn-card:hover,.table .btn-card:hover{
-fx-background-color: rgba(218,249,202,1);
-fx-background-radius: 0;
}
.table{
-fx-background-color: rgba(0,0,0,0.8);
}
.table .column-header-background{
-fx-background-color: rgba(0,0,0,0);
}
.table .column-header{
-fx-background-color: rgba(0,0,0,0.1);
-fx-border-width: 0 0 0.5 0;
-fx-border-color: rgba(255,255,255,0.5);
-fx-border-style: solid;
}
.table .label{
-fx-text-fill: #FFF;
}
.table .table-row-cell{
-fx-background-color: rgba(0,0,0,0);
-fx-text-fill: #FFFFFF;
-fx-border-width: 0 0 0.1 0;
-fx-border-color: rgba(255,255,255,0.6);
}
.table .table-cell{
-fx-text-fill: #FFFFFF;
-fx-border-width: 0;
-fx-alignment: center;
}
.table .table-row-cell:selected{
-fx-background-color: rgba(0,0,0,0.4);
}
.table .table-row-cell:empty{
-fx-border-width: 0 0 0 0;
}
.radio,.check {
-fx-text-fill: #FFFFFF;
}
.edit-menu {
-fx-background-radius: 0;
-fx-background-color: rgba(247,255,168,0);
-fx-text-fill: #000;
}
.edit-menu .menu-item{
-fx-font-size: 12px;
-fx-background-color: rgba(255,255,255,0.6);
}
.edit-menu .menu-item:hover,.edit-menu .menu-item:selected{
-fx-background-color: rgb(0,0,0);
-fx-text-fill: #FFF;
} | 0.52902 | 0.07343 |
.gh-btn {
display: inline-block;
outline: none;
border: 1px solid color(var(--lightgrey) l(-5%) s(-10%));
color: color(var(--lightgrey) l(-27%) blackness(+15%));
text-shadow: 0 1px 0 #fff;
text-decoration: none !important;
user-select: none;
fill: color(var(--lightgrey) l(-27%) blackness(+15%));
border-radius: 5px;
transition: all 0.2s ease;
-webkit-font-smoothing: subpixel-antialiased;
}
/* ALL buttons must have a span for content */
.gh-btn span {
display: block;
padding: 0 12px;
height: 33px;
font-size: 1.3rem;
line-height: 33px;
font-weight: 400;
text-align: center;
letter-spacing: 0.2px;
border-radius: 4px;
}
.gh-btn:hover {
border-color: color(var(--lightgrey) l(-15%) s(-10%));
}
/* When disabled */
.gh-btn.disabled,
.gh-btn[disabled],
fieldset[disabled] .gh-btn {
box-shadow: none;
opacity: 0.8;
cursor: not-allowed;
pointer-events: none;
}
/* Button highlights
/* ---------------------------------------------------------- */
.gh-btn-hover-blue:hover {
border-color: var(--blue);
color: var(--blue);
}
.gh-btn-hover-green:hover {
border-color: var(--green);
color: var(--green);
}
.gh-btn-hover-red:hover {
border-color: var(--red);
color: var(--red);
}
/* Blue button
/* ---------------------------------------------------------- */
/* The background of the button creates 1px gradient border */
.gh-btn-blue {
padding: 1px;
border: 0;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
fill: #fff;
background: linear-gradient(
color(var(--blue) blackness(+10%)),
color(var(--blue) l(-15%) saturation(-15%))
);
box-shadow: 0 1px 0 rgba(0,0,0,0.12);
transition: none !important;
}
/* The background of the span is the main visual element */
.gh-btn-blue span {
background: linear-gradient(
color(var(--blue) whiteness(+5%)),
color(var(--blue) l(-5%) saturation(-8%)) 60%,
color(var(--blue) l(-5%) saturation(-8%)) 90%,
color(var(--blue) l(-3%) saturation(-8%))
);
box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
}
/* When clicked or focused with keyboard */
.gh-btn-blue:active,
.gh-btn-blue:focus {
background: color(var(--blue) l(-20%) saturation(-15%));
}
.gh-btn-blue:active span,
.gh-btn-blue:focus span {
background: color(var(--blue) l(-7%) saturation(-10%));
box-shadow: none;
}
/* Green button
/* ---------------------------------------------------------- */
/* The background of the button creates 1px gradient border */
.gh-btn-green {
padding: 1px;
border: 0;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
fill: #fff;
background: linear-gradient(
color(var(--green) blackness(+5%)),
color(var(--green) l(-9%) saturation(-9%))
);
box-shadow: 0 1px 1px rgba(0,0,0,0.14);
transition: none !important;
}
/* The background of the span is the main visual element */
.gh-btn-green span {
background: linear-gradient(
color(var(--green) whiteness(+4%)),
color(var(--green) l(-3%) saturation(-7%)) 60%,
color(var(--green) l(-3%) saturation(-7%)) 90%,
color(var(--green) l(-3%) saturation(-9%))
);
box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
}
/* When clicked or focused with keyboard */
.gh-btn-green:active,
.gh-btn-green:focus {
background: color(var(--green) l(-9%) saturation(-9%));
}
.gh-btn-green:active span,
.gh-btn-green:focus span {
background: color(var(--green) l(-3%) saturation(-7%));
box-shadow: none;
}
/* Red button
/* ---------------------------------------------------------- */
/* The background of the button creates 1px gradient border */
.gh-btn-red {
padding: 1px;
border: 0;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
fill: #fff;
background: linear-gradient(
color(var(--red) blackness(+10%)),
color(var(--red) l(-15%) saturation(-15%))
);
box-shadow: 0 1px 0 rgba(0,0,0,0.12);
transition: none !important;
}
/* The background of the span is the main visual element */
.gh-btn-red span {
background: linear-gradient(
color(var(--red) whiteness(+7%)),
color(var(--red) l(-7%) saturation(-10%)) 60%,
color(var(--red) l(-7%) saturation(-10%)) 90%,
color(var(--red) l(-4%) saturation(-10%))
);
box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
}
/* When clicked or focused with keyboard */
.gh-btn-red:active,
.gh-btn-red:focus {
background: color(var(--red) l(-20%) saturation(-15%));
}
.gh-btn-red:active span,
.gh-btn-red:focus span {
background: color(var(--red) l(-7%) saturation(-10%));
box-shadow: none;
}
/* Black button
/* ---------------------------------------------------------- */
/* The background of the button creates 1px gradient border */
.gh-btn-black {
padding: 1px;
border: 0;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
fill: #fff;
background: linear-gradient(
color(var(--darkgrey) blackness(+10%)),
color(var(--darkgrey) l(-15%) saturation(-15%))
);
box-shadow: 0 1px 0 rgba(0,0,0,0.12);
transition: none !important;
}
/* The background of the span is the main visual element */
.gh-btn-black span {
background: linear-gradient(
color(var(--darkgrey) whiteness(+7%)),
color(var(--darkgrey) l(-7%) saturation(-10%)) 60%,
color(var(--darkgrey) l(-7%) saturation(-10%)) 90%,
color(var(--darkgrey) l(-4%) saturation(-10%))
);
box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
}
/* When clicked or focused with keyboard */
.gh-btn-black:active,
.gh-btn-black:focus {
background: color(var(--darkgrey) l(-20%) saturation(-15%));
}
.gh-btn-black:active span,
.gh-btn-black:focus span {
background: color(var(--darkgrey) l(-7%) saturation(-10%));
box-shadow: none;
}
/* Grey button
/* ---------------------------------------------------------- */
/* The background of the button creates 1px gradient border */
.gh-btn-grey {
padding: 1px;
border: 0;
color: color(var(--darkgrey) l(+15%));
text-shadow: 0 1px 0 #fff;
fill: var(--darkgrey);
background: linear-gradient(
color(var(--lightgrey) l(-3%)),
color(var(--lightgrey) l(-8%))
);
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
transition: none !important;
}
/* The background of the span is the main visual element */
.gh-btn-grey span {
background: linear-gradient(
color(var(--lightgrey) l(+10%)),
color(var(--lightgrey) l(+4%))
);
box-shadow: 0 1px 0 #fff inset;
}
/* When clicked or focused with keyboard */
.gh-btn-grey:active,
.gh-btn-grey:focus {
background: color(var(--midgrey) l(+25%));
}
.gh-btn-grey:active span,
.gh-btn-grey:focus span {
background: color(var(--lightgrey) l(+15%));
box-shadow: none;
}
/* Special Buttons
/* ---------------------------------------------------------- */
.gh-btn-white {
background: #fff;
}
.gh-btn-white span {
height: 38px;
}
.gh-btn-block {
display: block;
width: 100%;
}
.gh-btn-icon span {
display: flex;
align-items: center;
}
.gh-btn-icon svg {
margin-right: 10px;
height: 15px;
}
/*
/* Loading Button Spinner
/* ---------------------------------------------------------- */
/*
Usage: Swap out button>span text with HTML
<a class="gh-btn gh-btn-blue">
<span>
<div class="gh-spinner"></div>
</span>
</div>
*/
.gh-spinner {
position: relative;
display: inline-block;
width: 18px;
height: 18px;
border: rgba(0,0,0,0.2) solid 4px;
border-radius: 100%;
animation: spin 1s linear infinite;
}
.gh-spinner:before {
content: "";
display: block;
margin-top: 9px;
width: 4px;
height: 4px;
background: rgba(0,0,0,0.6);
border-radius: 100%;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(180deg);
}
100% {
transform: rotate(360deg);
}
}
/*
/* Button Variations
/* ---------------------------------------------------------- */
.gh-btn-block {
display: block;
width: 100%;
}
/* Vertically space out multiple block buttons */
.gh-btn-block + .gh-btn-block {
margin-top: 5px;
}
/* Specificity overrides */
input[type="submit"].gh-btn-block,
input[type="reset"].gh-btn-block,
input[type="button"].gh-btn-block {
width: 100%;
}
/*
/* Button Groups
/* ---------------------------------------------------------- */
/*
Usage: CTA buttons grouped together horizontally.
<div class="gh-btn-group">
<a class="gh-btn gh-btn-green" href="#"><span>Button 1</span></a>
<a class="gh-btn gh-btn-white" href="#"><span>Button 2</span></a>
</div>
*/
.gh-btn-group .gh-btn {
margin-left: 15px;
}
.gh-btn-group .gh-btn:first-of-type {
margin-left: 0;
}
.gh-btn-block + .gh-btn-block {
margin-top: 5px;
}
.gh-btn-lg {
padding: 12px 18px;
border-radius: 4px;
font-size: 1.4rem;
line-height: 1.33;
}
.gh-btn-sm {
padding: 7px 10px;
border-radius: 2px;
font-size: 1rem;
line-height: 1.5;
}
.gh-btn-link {
border: 0;
}
/* Spin Buttons!
/* ---------------------------------------------------------- */
.spinner {
position: relative;
display: inline-block;
box-sizing: border-box;
margin: -2px 0;
width: 14px;
height: 14px;
border: rgba(0,0,0,0.2) solid 4px;
border-radius: 100px;
animation: spin 1s linear infinite;
}
.spinner:before {
content: "";
display: block;
margin-top: 6px;
width: 4px;
height: 4px;
background: rgba(0,0,0,0.6);
border-radius: 100px;
} | app/styles/patterns/buttons.css | .gh-btn {
display: inline-block;
outline: none;
border: 1px solid color(var(--lightgrey) l(-5%) s(-10%));
color: color(var(--lightgrey) l(-27%) blackness(+15%));
text-shadow: 0 1px 0 #fff;
text-decoration: none !important;
user-select: none;
fill: color(var(--lightgrey) l(-27%) blackness(+15%));
border-radius: 5px;
transition: all 0.2s ease;
-webkit-font-smoothing: subpixel-antialiased;
}
/* ALL buttons must have a span for content */
.gh-btn span {
display: block;
padding: 0 12px;
height: 33px;
font-size: 1.3rem;
line-height: 33px;
font-weight: 400;
text-align: center;
letter-spacing: 0.2px;
border-radius: 4px;
}
.gh-btn:hover {
border-color: color(var(--lightgrey) l(-15%) s(-10%));
}
/* When disabled */
.gh-btn.disabled,
.gh-btn[disabled],
fieldset[disabled] .gh-btn {
box-shadow: none;
opacity: 0.8;
cursor: not-allowed;
pointer-events: none;
}
/* Button highlights
/* ---------------------------------------------------------- */
.gh-btn-hover-blue:hover {
border-color: var(--blue);
color: var(--blue);
}
.gh-btn-hover-green:hover {
border-color: var(--green);
color: var(--green);
}
.gh-btn-hover-red:hover {
border-color: var(--red);
color: var(--red);
}
/* Blue button
/* ---------------------------------------------------------- */
/* The background of the button creates 1px gradient border */
.gh-btn-blue {
padding: 1px;
border: 0;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
fill: #fff;
background: linear-gradient(
color(var(--blue) blackness(+10%)),
color(var(--blue) l(-15%) saturation(-15%))
);
box-shadow: 0 1px 0 rgba(0,0,0,0.12);
transition: none !important;
}
/* The background of the span is the main visual element */
.gh-btn-blue span {
background: linear-gradient(
color(var(--blue) whiteness(+5%)),
color(var(--blue) l(-5%) saturation(-8%)) 60%,
color(var(--blue) l(-5%) saturation(-8%)) 90%,
color(var(--blue) l(-3%) saturation(-8%))
);
box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
}
/* When clicked or focused with keyboard */
.gh-btn-blue:active,
.gh-btn-blue:focus {
background: color(var(--blue) l(-20%) saturation(-15%));
}
.gh-btn-blue:active span,
.gh-btn-blue:focus span {
background: color(var(--blue) l(-7%) saturation(-10%));
box-shadow: none;
}
/* Green button
/* ---------------------------------------------------------- */
/* The background of the button creates 1px gradient border */
.gh-btn-green {
padding: 1px;
border: 0;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
fill: #fff;
background: linear-gradient(
color(var(--green) blackness(+5%)),
color(var(--green) l(-9%) saturation(-9%))
);
box-shadow: 0 1px 1px rgba(0,0,0,0.14);
transition: none !important;
}
/* The background of the span is the main visual element */
.gh-btn-green span {
background: linear-gradient(
color(var(--green) whiteness(+4%)),
color(var(--green) l(-3%) saturation(-7%)) 60%,
color(var(--green) l(-3%) saturation(-7%)) 90%,
color(var(--green) l(-3%) saturation(-9%))
);
box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
}
/* When clicked or focused with keyboard */
.gh-btn-green:active,
.gh-btn-green:focus {
background: color(var(--green) l(-9%) saturation(-9%));
}
.gh-btn-green:active span,
.gh-btn-green:focus span {
background: color(var(--green) l(-3%) saturation(-7%));
box-shadow: none;
}
/* Red button
/* ---------------------------------------------------------- */
/* The background of the button creates 1px gradient border */
.gh-btn-red {
padding: 1px;
border: 0;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
fill: #fff;
background: linear-gradient(
color(var(--red) blackness(+10%)),
color(var(--red) l(-15%) saturation(-15%))
);
box-shadow: 0 1px 0 rgba(0,0,0,0.12);
transition: none !important;
}
/* The background of the span is the main visual element */
.gh-btn-red span {
background: linear-gradient(
color(var(--red) whiteness(+7%)),
color(var(--red) l(-7%) saturation(-10%)) 60%,
color(var(--red) l(-7%) saturation(-10%)) 90%,
color(var(--red) l(-4%) saturation(-10%))
);
box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
}
/* When clicked or focused with keyboard */
.gh-btn-red:active,
.gh-btn-red:focus {
background: color(var(--red) l(-20%) saturation(-15%));
}
.gh-btn-red:active span,
.gh-btn-red:focus span {
background: color(var(--red) l(-7%) saturation(-10%));
box-shadow: none;
}
/* Black button
/* ---------------------------------------------------------- */
/* The background of the button creates 1px gradient border */
.gh-btn-black {
padding: 1px;
border: 0;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
fill: #fff;
background: linear-gradient(
color(var(--darkgrey) blackness(+10%)),
color(var(--darkgrey) l(-15%) saturation(-15%))
);
box-shadow: 0 1px 0 rgba(0,0,0,0.12);
transition: none !important;
}
/* The background of the span is the main visual element */
.gh-btn-black span {
background: linear-gradient(
color(var(--darkgrey) whiteness(+7%)),
color(var(--darkgrey) l(-7%) saturation(-10%)) 60%,
color(var(--darkgrey) l(-7%) saturation(-10%)) 90%,
color(var(--darkgrey) l(-4%) saturation(-10%))
);
box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
}
/* When clicked or focused with keyboard */
.gh-btn-black:active,
.gh-btn-black:focus {
background: color(var(--darkgrey) l(-20%) saturation(-15%));
}
.gh-btn-black:active span,
.gh-btn-black:focus span {
background: color(var(--darkgrey) l(-7%) saturation(-10%));
box-shadow: none;
}
/* Grey button
/* ---------------------------------------------------------- */
/* The background of the button creates 1px gradient border */
.gh-btn-grey {
padding: 1px;
border: 0;
color: color(var(--darkgrey) l(+15%));
text-shadow: 0 1px 0 #fff;
fill: var(--darkgrey);
background: linear-gradient(
color(var(--lightgrey) l(-3%)),
color(var(--lightgrey) l(-8%))
);
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
transition: none !important;
}
/* The background of the span is the main visual element */
.gh-btn-grey span {
background: linear-gradient(
color(var(--lightgrey) l(+10%)),
color(var(--lightgrey) l(+4%))
);
box-shadow: 0 1px 0 #fff inset;
}
/* When clicked or focused with keyboard */
.gh-btn-grey:active,
.gh-btn-grey:focus {
background: color(var(--midgrey) l(+25%));
}
.gh-btn-grey:active span,
.gh-btn-grey:focus span {
background: color(var(--lightgrey) l(+15%));
box-shadow: none;
}
/* Special Buttons
/* ---------------------------------------------------------- */
.gh-btn-white {
background: #fff;
}
.gh-btn-white span {
height: 38px;
}
.gh-btn-block {
display: block;
width: 100%;
}
.gh-btn-icon span {
display: flex;
align-items: center;
}
.gh-btn-icon svg {
margin-right: 10px;
height: 15px;
}
/*
/* Loading Button Spinner
/* ---------------------------------------------------------- */
/*
Usage: Swap out button>span text with HTML
<a class="gh-btn gh-btn-blue">
<span>
<div class="gh-spinner"></div>
</span>
</div>
*/
.gh-spinner {
position: relative;
display: inline-block;
width: 18px;
height: 18px;
border: rgba(0,0,0,0.2) solid 4px;
border-radius: 100%;
animation: spin 1s linear infinite;
}
.gh-spinner:before {
content: "";
display: block;
margin-top: 9px;
width: 4px;
height: 4px;
background: rgba(0,0,0,0.6);
border-radius: 100%;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(180deg);
}
100% {
transform: rotate(360deg);
}
}
/*
/* Button Variations
/* ---------------------------------------------------------- */
.gh-btn-block {
display: block;
width: 100%;
}
/* Vertically space out multiple block buttons */
.gh-btn-block + .gh-btn-block {
margin-top: 5px;
}
/* Specificity overrides */
input[type="submit"].gh-btn-block,
input[type="reset"].gh-btn-block,
input[type="button"].gh-btn-block {
width: 100%;
}
/*
/* Button Groups
/* ---------------------------------------------------------- */
/*
Usage: CTA buttons grouped together horizontally.
<div class="gh-btn-group">
<a class="gh-btn gh-btn-green" href="#"><span>Button 1</span></a>
<a class="gh-btn gh-btn-white" href="#"><span>Button 2</span></a>
</div>
*/
.gh-btn-group .gh-btn {
margin-left: 15px;
}
.gh-btn-group .gh-btn:first-of-type {
margin-left: 0;
}
.gh-btn-block + .gh-btn-block {
margin-top: 5px;
}
.gh-btn-lg {
padding: 12px 18px;
border-radius: 4px;
font-size: 1.4rem;
line-height: 1.33;
}
.gh-btn-sm {
padding: 7px 10px;
border-radius: 2px;
font-size: 1rem;
line-height: 1.5;
}
.gh-btn-link {
border: 0;
}
/* Spin Buttons!
/* ---------------------------------------------------------- */
.spinner {
position: relative;
display: inline-block;
box-sizing: border-box;
margin: -2px 0;
width: 14px;
height: 14px;
border: rgba(0,0,0,0.2) solid 4px;
border-radius: 100px;
animation: spin 1s linear infinite;
}
.spinner:before {
content: "";
display: block;
margin-top: 6px;
width: 4px;
height: 4px;
background: rgba(0,0,0,0.6);
border-radius: 100px;
} | 0.451568 | 0.157234 |
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Piazzolla:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fira+Code&display=swap");
.arc * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
height: unset;
width: unset;
padding: unset;
margin: unset;
font-family: unset;
font-size: 1rem;
font-weight: unset;
line-height: unset;
color: unset;
border: unset;
border-radius: unset;
background: unset;
background-color: unset;
}
.arc h1, .arc h2, .arc h3, .arc h4, .arc h5 {
font-size: unset;
line-height: unset;
color: unset;
}
.arc label, .arc input, .arc input[type=number],
.arc select, .arc textarea, .arc button, .arc button[type=roll] {
display: unset;
width: unset;
height: unset;
padding: unset;
margin-bottom: unset;
font-family: unset;
font-size: unset;
font-weight: unset;
line-height: unset;
color: unset;
border: unset;
border-radius: unset;
background: unset;
background-color: unset;
box-shadow: unset;
}
.arc button[type=roll]::before {
display: none;
}
.arc input[disabled], .arc select[disabled], .arc textarea[disabled],
.arc input[readonly], .arc select[readonly], .arc textarea[readonly] {
background-color: unset;
border-color: unset;
}
.arc fieldset {
background: transparent;
}
.arc span {
word-break: break-word;
}
.arc input[type=number] {
text-align: center;
width: 100%;
-moz-appearance: textfield;
}
.arc input[type=number]::-webkit-outer-spin-button, .arc input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.arc .btn:hover {
background-position: 0 0;
background-color: transparent;
}
.arc {
max-width: 960px;
display: grid;
grid-template-columns: 1rem 1fr 1rem;
grid-template-rows: auto auto 1fr;
row-gap: 1rem;
}
.arc .toolbar {
grid-row: 1;
grid-column: 2;
}
.arc__header {
grid-row: 2;
grid-column: 2;
}
.arc__layout {
grid-column: 2;
grid-row: 3;
display: grid;
grid-template-columns: 3fr 2fr;
column-gap: 1rem;
width: 100%;
justify-content: center;
}
.arc__layout--left {
grid-row: 1/2;
grid-column: 1/2;
}
.arc__layout--left .healths {
grid-row: 1;
}
.arc__layout--left .approaches {
grid-row: 2;
}
.arc__layout--left .skills {
grid-row: 3;
}
.arc__layout--left .inventory {
grid-row: 4;
}
.arc__layout--right {
grid-row: 1/2;
grid-column: 2/3;
}
.arc__layout--right .background {
grid-row: 1;
}
.arc__layout--right .bonds {
grid-row: 2;
}
.arc__layout--right .experience {
grid-row: 3;
}
.arc__layout--right .consequences {
grid-row: 4;
}
.arc input[name*=sheet_type][value=npc] ~ .arc__layout {
grid-template-columns: auto;
}
.arc input[name*=sheet_type][value=npc] ~ .arc__layout--right {
display: none;
}
@media only screen and (max-width: 540px) {
.arc {
display: grid;
grid-template-columns: 1rem 1fr 1rem;
grid-template-rows: auto auto 1fr;
row-gap: 1rem;
}
.arc .toolbar {
grid-row: 1;
grid-column: 2;
}
.arc__header {
grid-row: 2;
grid-column: 2;
}
.arc__layout {
grid-column: 2;
grid-row: 3;
display: grid;
grid-template-columns: auto;
width: 100%;
}
.arc__layout--left {
grid-row: 1;
grid-column: 1;
}
.arc__layout--left .healths {
grid-row: 1;
}
.arc__layout--left .approaches {
grid-row: 2;
}
.arc__layout--left .skills {
grid-row: 3;
}
.arc__layout--left .inventory {
grid-row: 4;
}
.arc__layout--right {
grid-column: 1;
grid-row: 2;
}
.arc__layout--right .background {
grid-row: 1;
}
.arc__layout--right .bonds {
grid-row: 2;
}
.arc__layout--right .experience {
grid-row: 3;
}
.arc__layout--right .consequences {
grid-row: 4;
}
}
.toggle-popup[value="0"] + .popup {
display: none;
}
.toggle-tooltip[value="0"] + .help {
display: none;
}
.popup {
display: inline-flex;
flex-direction: column;
position: fixed;
top: 7rem;
left: 4rem;
border: 2px solid transparent;
padding: 0.5rem;
width: 50%;
z-index: 1000;
min-width: 255px;
box-shadow: 5px 5px 6px rgba(23, 18, 18, 0.2);
}
.popup__title {
display: flex;
justify-content: center;
margin-top: -1.5rem;
height: 2rem;
align-items: end;
text-align: center;
}
.popup__title--span {
padding: 0.2rem 0.5rem;
border: 2px solid transparent;
font-family: "Piazzolla", serif;
text-transform: uppercase;
}
.popup__close {
white-space: nowrap;
cursor: pointer;
height: 2rem;
position: absolute;
right: 1rem;
width: fit-content !important;
}
.popup__close:hover {
transition: all 1s;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
.popup__close--btn {
display: none !important;
}
.popup__close--symbol {
float: right;
width: 18px;
height: 18px;
opacity: 0.5;
}
.popup__close--symbol:hover {
opacity: 1;
}
.popup__header {
font-family: "Piazzolla", serif;
text-transform: uppercase;
padding-bottom: 8px;
display: flex;
}
.popup__header--span {
font-size: 1.33rem;
margin-right: 0.5rem;
}
.popup__content {
overflow-y: scroll;
}
.popup__content::first-letter {
font-family: "Piazzolla", serif;
font-size: 1.5rem;
font-weight: bold;
}
.help {
width: 12px;
height: 12px;
}
.help__label--input {
display: none !important;
}
.help__label--icon {
width: 12px;
height: 12px;
cursor: help;
opacity: 0.5;
}
.help__label--icon:hover {
opacity: 1;
}
@media (prefers-color-scheme: light) {
.popup {
border-color: #efdd86;
background: #fefeff !important;
color: #171212;
}
.popup__title--span {
color: #171212;
background: #efdd86;
border-color: #efdd86;
}
.popup__header--span {
color: #dabb3d;
}
.popup__close:hover {
color: #dabb3d;
fill: #dabb3d;
}
}
@media (prefers-color-scheme: light) {
.popup {
border-color: #efdd86;
background: #fefeff !important;
color: #171212;
}
.popup__title--span {
color: #171212;
background: #efdd86;
border-color: #efdd86;
}
.popup__header--span {
color: #dabb3d;
}
.popup__close:hover {
color: #dabb3d;
fill: #dabb3d;
}
}
@media (prefers-color-scheme: dark) {
.popup {
border-color: #efdd86;
background: #fefeff !important;
color: #171212;
}
.popup__title--span {
color: #171212;
background: #efdd86;
border-color: #efdd86;
}
.popup__header--span {
color: #dabb3d;
}
.popup__close:hover {
color: #dabb3d;
fill: #dabb3d;
}
}
html {
font-size: 13px !important;
}
.ui-dialog .charsheet {
padding: 0px !important;
}
.ui-dialog .charsheet button[type=roll]::before {
font-family: unset;
content: unset;
}
.ui-dialog .charsheet input {
height: unset;
width: 100%;
}
.ui-dialog .charsheet input[type=number] {
width: 100%;
}
.ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_move, .ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_del {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/unlock.svg");
background-size: 18px;
background-repeat: no-repeat;
width: 18px;
height: 18px;
font-size: 0;
}
.ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_move:hover, .ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_del:hover {
background-color: transparent;
opacity: 1;
}
.ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_move {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/move.svg");
background-size: 18px;
background-repeat: no-repeat;
width: 18px;
height: 18px;
opacity: 0.5;
}
.ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_del {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/delete.svg");
background-size: 18px;
background-repeat: no-repeat;
width: 18px;
height: 18px;
opacity: 0.5;
}
.ui-dialog .charsheet .repcontainer.ui-sortable.editmode[data-groupname*=repeating_] ~ .repcontrol[data-groupname*=repeating_] .repcontrol_edit {
font-size: 0;
opacity: 0.5;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/unlock.svg");
background-size: 18px;
background-repeat: no-repeat;
width: 18px;
height: 18px;
}
.ui-dialog .charsheet .repcontrol_add, .ui-dialog .charsheet .repcontrol_edit {
display: flex;
justify-content: center;
align-items: center;
padding: 0.25rem 1rem;
margin: 0.5rem 0.25rem;
box-shadow: none;
outline: none;
color: #171212;
font-family: "Piazzolla", serif;
font-weight: normal;
font-size: 0px;
letter-spacing: 0.04em;
text-shadow: none;
}
.ui-dialog .charsheet .repcontrol_add::before, .ui-dialog .charsheet .repcontrol_add::after, .ui-dialog .charsheet .repcontrol_edit::before, .ui-dialog .charsheet .repcontrol_edit::after {
visibility: visible;
font-family: "Piazzolla", serif;
text-transform: uppercase;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.04em;
color: #171212;
}
.ui-dialog .charsheet .repcontrol_add:hover, .ui-dialog .charsheet .repcontrol_edit:hover {
background-color: transparent;
opacity: 1;
}
.ui-dialog .charsheet .repcontrol_add {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/add.svg");
background-size: 18px;
background-repeat: no-repeat;
width: 18px;
height: 18px;
opacity: 0.5;
float: left;
}
.ui-dialog .charsheet .repcontrol_edit {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/lock.svg");
background-size: 18px;
background-repeat: no-repeat;
width: 18px;
height: 18px;
opacity: 0.5;
}
input[name*=sheet_type][value=character] ~ .npc {
display: none;
}
input[name*=sheet_type][value=npc] ~ .character {
display: none;
}
.arc {
position: relative;
font-family: "Josefin Sans", sans-serif;
font-size: 13px;
}
.arc button[type=roll], .arc button[type=action] {
font-size: 1rem;
outline: none;
border: none;
border-radius: 0;
margin: 0;
padding: 0;
text-shadow: none;
box-shadow: none;
background: none;
}
.arc button[type=roll]::before, .arc button[type=action]::before {
font-family: none;
content: none;
}
.arc input, .arc textarea, .arc select {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: "Josefin Sans", sans-serif;
font-size: 1rem;
background: none;
border: none;
border-bottom: 2px solid transparent;
border-radius: 0;
text-decoration: none;
line-height: 1.5rem;
width: -moz-available;
width: -webkit-fill-available;
}
@media (prefers-color-scheme: light) {
.arc input, .arc textarea, .arc select {
border-color: #acb7b1;
}
}
@media (prefers-color-scheme: dark) {
.arc input, .arc textarea, .arc select {
border-color: #acb7b1;
}
}
.arc input[type=text] {
height: 3rem;
padding: 0;
padding-left: 1rem;
}
.arc textarea {
resize: none;
min-height: 5rem;
max-height: 15rem;
overflow-y: scroll;
padding-top: 0.5rem;
padding-left: 1rem;
}
.arc select {
height: 3rem;
}
.arc input[type=checkbox].hide-element,
.arc input[type=radio].hide-element,
.arc .hide-element {
display: none;
}
@media (prefers-color-scheme: light) {
.arc {
color: #171212;
background: #fefeff;
}
}
@media (prefers-color-scheme: dark) {
.arc {
color: #171212;
background: #fefeff;
}
}
.arc h2 {
font-size: 1.5rem;
}
.arc h3 {
font-size: 1.17rem;
}
.arc h4 {
font-size: 1rem;
}
.arc h5 {
font-size: 1rem;
text-transform: uppercase;
}
.arc .toolbar {
display: flex;
justify-content: flex-end;
}
.arc .toolbar__labels {
display: inline-flex;
gap: 1rem;
align-items: center;
}
.arc .toolbar__glossary, .arc .toolbar__settings {
font-weight: normal;
padding: 0;
margin: 0;
white-space: nowrap;
cursor: pointer;
}
.arc .toolbar__glossary--icon, .arc .toolbar__settings--icon {
width: 24px;
height: 24px;
opacity: 0.5;
}
.arc .toolbar__glossary input[type=checkbox] {
display: none;
}
.arc .toolbar__glossary input[type=checkbox]:checked + .toolbar__glossary--icon {
opacity: 1;
}
.arc .toolbar__glossary--icon {
font-family: "pictos three";
}
.arc .toolbar__settings input[type=checkbox] {
display: none;
}
.arc .toolbar__settings input[type=checkbox]:checked + .toolbar__settings--icon {
opacity: 1;
}
.arc .toolbar__settings--icon {
font-family: pictos;
}
.arc .toolbar__version {
display: inline-flex;
align-items: center;
opacity: 0.5;
white-space: nowrap;
}
.arc .toolbar__version--text, .arc .toolbar__version--number {
margin: 0 0.5rem;
font-variant: small-caps;
line-height: 2.5rem;
font-family: "Piazzolla", serif;
}
.arc .toolbar__version--text::after {
content: ":";
}
.arc .toolbar .settings, .arc .toolbar .glossary {
left: auto;
right: 5rem;
}
.arc .toolbar .settings {
width: 250px !important;
}
.arc .toolbar .settings--wrapper {
padding: 0 0.5rem 0.5rem;
}
.arc .toolbar .settings__mode, .arc .toolbar .settings__theme, .arc .toolbar .settings__tooltips, .arc .toolbar .settings__export {
margin-top: 0.5rem;
}
.arc .toolbar .settings__mode--header, .arc .toolbar .settings__theme--header, .arc .toolbar .settings__tooltips--header, .arc .toolbar .settings__export--header {
font-family: "Piazzolla", serif;
text-transform: uppercase;
}
.arc .toolbar .settings__mode--span, .arc .toolbar .settings__theme--span, .arc .toolbar .settings__tooltips--span, .arc .toolbar .settings__export--span {
display: block;
margin: 1rem 0 0 0.5rem;
opacity: 0.5;
}
.arc .toolbar .settings__export--span {
margin: 1rem 0 0 0.5rem;
opacity: 0.5;
}
.arc .toolbar .settings__export--btn {
font-size: 1.17rem;
font-family: "Piazzolla", serif;
font-weight: bold;
text-transform: uppercase;
}
.arc .toolbar .settings__export--json {
resize: none;
border: none;
font-size: 0.7rem;
line-height: 1rem;
margin-top: 0.5rem;
padding: 0;
white-space: normal;
font-family: "Fira Code", monospace;
}
.arc .toolbar .settings__export--toggle[value="0"] ~ .settings__export--json {
display: none;
}
.arc .toolbar .settings__export--toggle[value="0"] ~ .settings__export--span {
display: block;
}
.arc .toolbar .settings__export--toggle[value=on] ~ .settings__export--json {
display: block;
}
.arc .toolbar .settings__export--toggle[value=on] ~ .settings__export--span {
display: none;
}
.arc .toolbar .glossary {
width: 75% !important;
height: 75% !important;
}
.arc .toolbar .glossary--wrapper {
margin-top: 2rem;
}
.arc .toolbar .glossary__entry {
display: grid;
grid-template-columns: 1fr auto 1fr;
height: 2rem;
align-items: center;
cursor: pointer;
}
.arc .toolbar .glossary__entry--line {
border-bottom: 2px solid transparent;
margin: 0 1rem;
}
.arc .toolbar .glossary__entry--header {
font-family: "Piazzolla", serif;
text-transform: uppercase;
}
.arc .toolbar .glossary__definition {
padding: 0 1.5rem;
text-align: justify;
}
.arc .toolbar .glossary__definition::first-letter {
font-family: "Piazzolla", serif;
font-size: 1.5rem;
font-weight: bold;
}
@media (prefers-color-scheme: light) {
.arc .toolbar .settings__mode--header, .arc .toolbar .settings__theme--header, .arc .toolbar .settings__tooltips--header {
color: #dabb3d;
}
.arc .toolbar .settings__export--btn {
color: #dabb3d;
}
.arc .toolbar .settings__export--json {
background: #f6f7f6;
}
.arc .toolbar .glossary__entry--line {
border-color: #efdd86;
}
.arc .toolbar .glossary__entry--header {
color: #dabb3d;
}
}
@media (prefers-color-scheme: dark) {
.arc .toolbar .settings__mode--header, .arc .toolbar .settings__theme--header, .arc .toolbar .settings__tooltips--header {
color: #dabb3d;
}
.arc .toolbar .settings__export--btn {
color: #dabb3d;
}
.arc .toolbar .settings__export--json {
background: #f6f7f6;
}
.arc .toolbar .glossary__entry--line {
border-color: #efdd86;
}
.arc .toolbar .glossary__entry--header {
color: #dabb3d;
}
}
.arc .header__character {
display: grid;
grid-template-columns: 3fr 2fr;
grid-template-rows: auto auto;
grid-gap: 0.5rem;
}
.arc .header__npc {
display: flex;
align-items: center;
}
.arc .header__npc--input {
text-align: center;
font-size: 2rem;
font-family: "Piazzolla", serif;
padding-left: 0 !important;
}
.arc .header__title {
grid-row: 1/3;
display: flex;
flex-wrap: wrap;
align-content: space-between;
}
.arc .header__title--header {
font-family: "Piazzolla", serif;
text-transform: uppercase;
}
.arc .header__title--input[type=text] {
font-size: 2rem;
}
.arc .header__pronouns--input, .arc .header__player--input {
font-size: 1rem;
font-family: "Piazzolla", serif;
padding: 0.5rem;
}
.arc .header__pronouns {
grid-row: 1;
grid-column: 2/3;
}
.arc .header__player {
grid-row: 2;
grid-column: 2/3;
}
.arc .header__name {
display: none;
}
.arc .header__name--span {
font-size: 2rem;
font-family: "Piazzolla", serif;
text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
.arc .header {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr auto auto;
}
.arc .header__title--label, .arc .header__pronouns--label, .arc .header__player--label {
padding-bottom: 1rem;
text-align: center;
}
.arc .header__title--input, .arc .header__pronouns--input, .arc .header__player--input {
text-align: center;
}
.arc .header__title {
grid-row: 1;
grid-column: 1/3;
}
.arc .header__pronouns {
grid-row: 2;
grid-column: 1/2;
}
.arc .header__player {
grid-row: 2;
grid-column: 2/3;
}
}
@media only screen and (max-width: 375px) {
.arc .header__character.character, .arc .header__npc.npc {
display: none;
}
.arc .header__name {
display: flex;
justify-content: center;
}
}
@media (prefers-color-scheme: light) {
.arc .header__title--input {
border-color: #dabb3d;
}
.arc .header__title--header {
color: #dabb3d !important;
}
.arc .header__pronouns--input, .arc .header__player--input {
border-color: #dabb3d;
}
.arc .header__name {
color: #dabb3d !important;
}
.arc .header__npc--input {
border-color: #dabb3d;
}
}
@media (prefers-color-scheme: dark) {
.arc .header__title--input {
border-color: #dabb3d;
}
.arc .header__title--header {
color: #dabb3d !important;
}
.arc .header__pronouns--input, .arc .header__player--input {
border-color: #dabb3d;
}
.arc .header__name {
color: #dabb3d !important;
}
.arc .header__npc--input {
border-color: #dabb3d;
}
}
.arc .arc__layout--left {
display: grid;
grid-template-rows: repeat(4, auto) 1fr;
row-gap: 24px;
height: fit-content;
}
.arc .arc__layout--right {
display: grid;
grid-template-rows: repeat(4, auto);
row-gap: 24px;
height: fit-content;
}
.arc .arc__layout .healths {
display: grid;
grid-template-columns: 1fr;
justify-content: center;
width: -moz-available;
width: -webkit-fill-available;
row-gap: 0.5rem;
}
.arc .arc__layout .rests {
display: grid;
grid-template-columns: repeat(2, 1fr auto) 1fr;
width: 100%;
}
.arc .arc__layout .rests__spacer {
align-self: center;
}
.arc .arc__layout .rests__spacer--line {
border-bottom: 2px solid transparent;
}
.arc .arc__layout .rests__short--span, .arc .arc__layout .rests__long--span {
font-family: "Piazzolla", serif;
font-size: 1.2rem;
font-weight: bold;
text-align: center;
text-transform: uppercase;
padding: 0 1rem;
}
.arc .arc__layout .rests__short {
grid-column: 2/3;
}
.arc .arc__layout .rests__short--button {
border: 2px solid transparent;
}
.arc .arc__layout .rests__long {
grid-column: 4/5;
}
.arc .arc__layout .rests__long--button {
border: 2px solid transparent;
}
.arc .arc__layout .health {
display: flex;
flex-direction: row;
justify-content: center;
width: -moz-available;
width: -webkit-fill-available;
}
.arc .arc__layout .health__type, .arc .arc__layout .health__mod, .arc .arc__layout .health__max, .arc .arc__layout .health__current {
display: flex;
flex-direction: column;
justify-content: center;
border: 5px double transparent;
width: 6rem;
}
.arc .arc__layout .health__type--span, .arc .arc__layout .health__mod--span, .arc .arc__layout .health__max--span, .arc .arc__layout .health__current--span {
padding: 0.2rem 0;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
}
.arc .arc__layout .health__mod--span, .arc .arc__layout .health__max--span, .arc .arc__layout .health__current--span {
font-size: 0.7rem;
}
.arc .arc__layout .health__mod--input, .arc .arc__layout .health__max--input, .arc .arc__layout .health__current--input {
font-size: 1.2rem;
}
.arc .arc__layout .health__type {
flex-direction: row;
justify-content: start;
}
.arc .arc__layout .health__type--span {
margin-right: 0.5rem;
}
@media only screen and (max-width: 540px) {
.arc .arc__layout .healths {
justify-items: center;
}
.arc .arc__layout .health {
display: grid;
grid-template-columns: repeat(3, 1fr);
width: 80%;
}
.arc .arc__layout .health__type, .arc .arc__layout .health__mod, .arc .arc__layout .health__max, .arc .arc__layout .health__current {
border-width: 3px;
}
.arc .arc__layout .health__type {
grid-row: 1/2;
grid-column: 1/4;
justify-content: center;
width: auto;
border: none;
}
.arc .arc__layout .health__type--span {
font-size: 1.2rem;
text-align: left;
letter-spacing: 0.5rem;
}
.arc .arc__layout .health__mod, .arc .arc__layout .health__max, .arc .arc__layout .health__current {
grid-row: 2/3;
width: auto;
}
.arc .arc__layout .health__mod {
grid-column: 1/2;
}
.arc .arc__layout .health__max {
grid-column: 2/3;
}
.arc .arc__layout .health__current {
grid-column: 3/4;
}
}
@media only screen and (max-width: 375px) {
.arc .arc__layout .rests {
grid-template-columns: auto;
row-gap: 0.5rem;
}
.arc .arc__layout .rests__spacer {
display: none;
}
.arc .arc__layout .rests__short--button, .arc .arc__layout .rests__long--button {
width: 100%;
}
.arc .arc__layout .rests__short {
grid-column: auto;
}
.arc .arc__layout .rests__long {
grid-column: auto;
}
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .rests__spacer--line {
border-color: #acb7b1;
}
.arc .arc__layout .rests__short--button:hover, .arc .arc__layout .rests__long--button:hover {
border-color: #efdd86;
background: #efdd86;
color: #171212;
}
.arc .arc__layout .rests__short--button {
border-color: #acb7b1;
background: #acb7b1;
color: #fefeff;
}
.arc .arc__layout .rests__long--button {
border-color: #acb7b1;
background: #fefeff;
color: #acb7b1;
}
.arc .arc__layout .health__type {
background: #fefeff;
}
.arc .arc__layout .health__mod, .arc .arc__layout .health__max {
background: #eaebe8;
}
.arc .arc__layout .health__current {
background: #fefeff;
border-color: #acb7b1;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .rests__spacer--line {
border-color: #acb7b1;
}
.arc .arc__layout .rests__short--button:hover, .arc .arc__layout .rests__long--button:hover {
border-color: #efdd86;
background: #efdd86;
color: #171212;
}
.arc .arc__layout .rests__short--button {
border-color: #acb7b1;
background: #acb7b1;
color: #fefeff;
}
.arc .arc__layout .rests__long--button {
border-color: #acb7b1;
background: #fefeff;
color: #acb7b1;
}
.arc .arc__layout .health__type {
background: #fefeff;
}
.arc .arc__layout .health__mod, .arc .arc__layout .health__max {
background: #eaebe8;
}
.arc .arc__layout .health__current {
background: #fefeff;
border-color: #acb7b1;
}
}
.arc .arc__layout .approaches {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
}
.arc .arc__layout .approach {
display: flex;
flex-direction: row;
width: 25%;
align-items: center;
}
.arc .arc__layout .approach__label--span {
font-family: "Piazzolla", serif;
white-space: nowrap;
text-transform: uppercase;
writing-mode: vertical-rl;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.arc .arc__layout .approach__value {
display: flex;
align-items: center;
justify-content: center;
border: 5px double transparent;
border-radius: 50%;
aspect-ratio: 1/1;
width: 100%;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .approach__value {
border-color: #dabb3d;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .approach__value {
border-color: #dabb3d;
}
}
.arc .arc__layout .approach__value--input[type=number] {
width: 100%;
height: 100%;
padding: 0;
font-size: 4rem;
}
@media only screen and (max-width: 720px) {
.arc .arc__layout .approach__value--input[type=number] {
font-size: 3rem;
}
}
@media only screen and (max-width: 540px) {
.arc .arc__layout .approach__value--input[type=number] {
font-size: 2rem;
}
}
.arc .arc__layout .skills {
width: 100%;
display: grid;
grid-template-columns: repeat(4, auto);
align-items: center;
}
.arc .arc__layout .skills__header {
grid-column: 1/5;
display: flex;
}
.arc .arc__layout .skills__header--span {
font-size: 1.33rem;
margin-right: 0.5rem;
}
.arc .arc__layout .skills__category {
display: grid;
}
.arc .arc__layout .skill-category__header {
grid-column: 1/5;
display: grid;
grid-template-columns: auto 2rem 1fr;
margin: 1rem 0;
}
.arc .arc__layout .skill-category__header--span {
grid-column: 1;
margin-right: 0.5rem;
text-transform: uppercase;
white-space: nowrap;
}
.arc .arc__layout .skill-category__header--line {
grid-column: 3;
border-bottom: 2px solid transparent;
align-self: center;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .skill-category__header--line {
border-color: #acb7b1;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .skill-category__header--line {
border-color: #acb7b1;
}
}
.arc .arc__layout .skill__button {
display: flex;
flex-direction: row;
}
.arc .arc__layout .skill__button--btn {
text-align: left;
white-space: nowrap;
margin-right: 0.5rem;
border: 1px solid transparent;
padding: 4px;
}
.arc .arc__layout .skill__button--btn:hover {
font-weight: bold;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .skill__button--btn:hover {
background: #efdd86;
border-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .skill__button--btn:hover {
background: #efdd86;
border-color: #efdd86;
}
}
.arc .arc__layout .skill__button__ranks {
display: flex;
align-self: center;
}
.arc .arc__layout .skill__button__popup {
grid-column: 3;
}
.arc .arc__layout .skills .radio__ranks {
display: flex;
}
.arc .arc__layout .skills .radio__rank {
order: 1;
width: 13px;
height: 13px;
margin: 0 0.25rem;
appearance: none;
-webkit-appearance: none;
cursor: pointer;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .skills .radio__rank:hover {
background-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .skills .radio__rank:hover {
background-color: #efdd86;
}
}
.arc .arc__layout .skills .radio__rank:checked {
display: none;
}
.arc .arc__layout .skills .radio__rank:checked ~ .radio__rank {
order: 3;
background-color: transparent;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .skills .radio__rank:checked ~ .radio__rank:hover {
background-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .skills .radio__rank:checked ~ .radio__rank:hover {
background-color: #efdd86;
}
}
.arc .arc__layout .skills .radio__rank.reset {
order: 2;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .skills .radio__rank.reset:hover {
background-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .skills .radio__rank.reset:hover {
background-color: #efdd86;
}
}
.arc .arc__layout .skills .radio__rank {
border: 1px solid transparent;
border-radius: 50%;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .skills .radio__rank {
border-color: #dabb3d;
background: #dabb3d;
}
.arc .arc__layout .skills .radio__rank.reset {
background: #dabb3d;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .skills .radio__rank {
border-color: #dabb3d;
background: #dabb3d;
}
.arc .arc__layout .skills .radio__rank.reset {
background: #dabb3d;
}
}
@media only screen and (max-width: 375px) {
.arc .arc__layout .skills {
grid-template-columns: repeat(2, auto);
}
.arc .arc__layout .skills__header {
grid-column: 1/3;
}
.arc .arc__layout .skills .radio__ranks {
justify-content: flex-end;
}
.arc .arc__layout .skills .radio__rank {
width: 1.5rem;
height: 1.5rem;
}
.arc .arc__layout .skill-category__header {
grid-column: 1/3;
}
.arc .arc__layout .skill-category__header--span {
font-size: 1.2rem;
}
.arc .arc__layout .skill__button--span {
font-size: 1.5rem;
}
}
.arc .arc__layout .background {
display: grid;
grid-template-rows: repeat(3, auto);
row-gap: 8px;
height: fit-content;
padding: 8px;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .background {
background: linear-gradient(#f6f7f6 75%, transparent);
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .background {
background: linear-gradient(#f6f7f6 75%, transparent);
}
}
.arc .arc__layout .background--label {
font-size: 1.2rem;
font-variant-caps: small-caps;
cursor: pointer;
}
.arc .arc__layout .background__rumors--wrapper {
margin: 8px 0;
}
.arc .arc__layout .portrait {
display: none;
justify-content: center;
align-items: center;
}
.arc .arc__layout .portrait__avi {
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.arc .arc__layout .portrait__avi--img {
position: absolute;
}
.arc .arc__layout .bonds__header {
display: flex;
}
.arc .arc__layout .bonds__header--span {
font-size: 1.33rem;
margin-right: 0.5rem;
}
.arc .arc__layout .bond {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 1rem;
margin-bottom: 1rem;
}
.arc .arc__layout .bond__with {
grid-column: 1/2;
}
.arc .arc__layout .bond__levels {
grid-column: 2/3;
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 2px;
align-content: center;
}
.arc .arc__layout .bond__container {
border: 2px solid transparent;
width: 31px;
height: 31px;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .bond__container {
border-color: #32635b;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .bond__container {
border-color: #32635b;
}
}
.arc .arc__layout .bond__major {
display: grid;
gap: 1px;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-template-areas: "minor1 minor2" "minor4 minor3";
width: 27px;
height: 27px;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .bond__major {
background: linear-gradient(#32635b, #32635b) center/100% 1px no-repeat, repeating-linear-gradient(to right, transparent 0 13px, #32635b 0 14px);
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .bond__major {
background: linear-gradient(#32635b, #32635b) center/100% 1px no-repeat, repeating-linear-gradient(to right, transparent 0 13px, #32635b 0 14px);
}
}
.arc .arc__layout .bond__minor {
border: 1px solid transparent;
background: transparent;
width: 13px;
height: 13px;
cursor: pointer;
box-sizing: border-box;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.arc .arc__layout .bond__minor.reset {
grid-area: minor1;
}
.arc .arc__layout .bond__minor[value="1"] {
grid-area: minor1;
}
.arc .arc__layout .bond__minor[value="2"] {
grid-area: minor2;
}
.arc .arc__layout .bond__minor[value="3"] {
grid-area: minor3;
}
.arc .arc__layout .bond__minor[value="4"] {
grid-area: minor4;
}
.arc .arc__layout .bond__minor:checked {
display: none;
}
.arc .arc__layout .bond__control:not([value="0"]) ~ .bond__minor[value="1"] {
grid-area: minor2;
}
.arc .arc__layout .bond__control:is([value="2"], [value="3"], [value="4"]) ~ .bond__minor[value="2"] {
grid-area: minor3;
}
.arc .arc__layout .bond__control:is([value="3"], [value="4"]) ~ .bond__minor[value="3"] {
grid-area: minor4;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .bond__minor.reset,
.arc .arc__layout .bond__minor:not(.reset):checked ~ .bond__minor {
background: #358b6d;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .bond__minor.reset,
.arc .arc__layout .bond__minor:not(.reset):checked ~ .bond__minor {
background: #358b6d;
}
}
@media only screen and (max-width: 720px) {
.arc .arc__layout .bond {
display: flex;
flex-direction: column;
}
.arc .arc__layout .bond__levels {
display: flex;
justify-content: center;
}
.arc .arc__layout input.bond__with--input[type=text] {
padding-left: 0;
text-align: center;
font-size: 1.2rem;
}
}
.arc .arc__layout .experience {
width: 100%;
display: grid;
grid-template-columns: auto 1fr 1fr;
gap: 0.5rem;
}
.arc .arc__layout .experience__header {
grid-row: 1;
grid-column: 1/2;
display: flex;
}
.arc .arc__layout .experience__header--span {
font-size: 1.33rem;
margin-right: 0.5rem;
}
.arc .arc__layout .experience__total, .arc .arc__layout .experience__spent {
display: flex;
flex-direction: column;
}
.arc .arc__layout .experience__total--input, .arc .arc__layout .experience__spent--input {
border: none;
font-size: 2rem;
}
.arc .arc__layout .experience__total--span, .arc .arc__layout .experience__spent--span {
margin-top: 4px;
text-align: center;
text-transform: uppercase;
font-size: 0.8rem;
}
.arc .arc__layout .experience__total--input {
border: 5px solid transparent;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .experience__total--input {
border-color: #eaebe8;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .experience__total--input {
border-color: #eaebe8;
}
}
.arc .arc__layout .experience__spent--input {
border: 5px double transparent;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .experience__spent--input {
border-color: #acb7b1;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .experience__spent--input {
border-color: #acb7b1;
}
}
.arc .arc__layout .consequences__header {
display: flex;
}
.arc .arc__layout .consequences__header--span {
font-size: 1.33rem;
margin-right: 0.5rem;
}
.arc .arc__layout .consequences__grid {
display: grid;
grid-template-columns: auto 1fr;
gap: 0.5rem;
align-items: center;
justify-items: center;
}
.arc .arc__layout .consequences__grid--header {
padding: 0 1rem;
text-align: center;
font-size: 1.17rem;
}
.arc .arc__layout .consequences__roll {
justify-self: start;
}
.arc .arc__layout .consequences__roll--btn {
text-align: left;
white-space: nowrap;
margin-right: 0.5rem;
border: 1px solid transparent;
padding: 4px;
}
.arc .arc__layout .consequences__roll--btn:hover {
font-weight: bold;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .consequences__roll--btn:hover {
background: #efdd86;
border-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .consequences__roll--btn:hover {
background: #efdd86;
border-color: #efdd86;
}
}
.arc .arc__layout .consequences__roll--span {
text-transform: uppercase;
text-align: left;
font-size: 1.17rem;
}
.arc .arc__layout .consequence__die {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
cursor: pointer;
}
.arc .arc__layout .consequence__die--span {
position: relative;
top: 4px;
font-size: 1.17rem;
font-weight: bold;
z-index: 1;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .consequence__die--span {
color: #32635b;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .consequence__die--span {
color: #32635b;
}
}
.arc .arc__layout .consequence__die--input {
display: none;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .consequence__die--input:checked + .consequence__die--span {
color: #fefeff;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .consequence__die--input:checked + .consequence__die--span {
color: #fefeff;
}
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .consequence__die--input:checked ~ .consequence__die--square {
background: #32635b;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .consequence__die--input:checked ~ .consequence__die--square {
background: #32635b;
}
}
.arc .arc__layout .consequence__die--square {
position: absolute;
border: 2px solid transparent;
width: 24px;
height: 24px;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .consequence__die--square {
border-color: #32635b;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .consequence__die--square {
border-color: #32635b;
}
}
.arc .arc__layout .consequence__description {
display: flex;
align-items: start;
font-variant-caps: small-caps;
width: 100%;
min-height: 4rem;
cursor: pointer;
}
.arc .arc__layout .inventory {
display: grid;
grid-template-columns: repeat(3, 1fr);
row-gap: 8px;
width: 100%;
align-items: flex-end;
}
.arc .arc__layout .inventory__header {
grid-row: 1;
grid-column: 1/2;
white-space: nowrap;
display: flex;
}
.arc .arc__layout .inventory__header--span {
font-size: 1.33rem;
margin-right: 0.5rem;
}
.arc .arc__layout .inventory__type--span, .arc .arc__layout .inventory__short-desc--span, .arc .arc__layout .inventory__qty--span {
font-variant-caps: small-caps;
}
.arc .arc__layout .inventory__type {
grid-row: 1;
grid-column: 2/3;
display: flex;
justify-content: center;
}
.arc .arc__layout .inventory__qty {
grid-row: 1;
grid-column: 3/4;
text-align: center;
width: 100%;
margin-right: 8px;
}
.arc .arc__layout .inventory__items {
grid-row: 2;
grid-column: 1/6;
padding: 0 8px;
}
.arc .arc__layout input[name*=item_expand][value="0"] ~ .item--details {
display: none;
}
.arc .arc__layout input[name*=item_expand][value="0"] ~ .item .item__expand--img {
display: inline;
}
.arc .arc__layout input[name*=item_expand][value="0"] ~ .item .item__universal .item--type {
display: none;
}
.arc .arc__layout input[name*=item_expand][value=on] ~ .item .item__close--img {
display: inline;
}
.arc .arc__layout input[name*=item_expand][value=on] ~ .item .item__universal {
grid-template-columns: 1fr auto;
}
.arc .arc__layout input[name*=item_expand][value=on] ~ .item .item__universal .item--quantity {
grid-row: 2/3;
}
.arc .arc__layout input[name*=item_expand][value=on] ~ .item .item__universal .item__expand {
grid-column: 2/3;
}
.arc .arc__layout .item {
margin: 4px 0;
}
.arc .arc__layout .item__wrapper {
margin: 4px 0;
padding: 0 4px;
border: 2px solid transparent;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .item__wrapper {
border-color: #dabb3d;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .item__wrapper {
border-color: #dabb3d;
}
}
.arc .arc__layout .item--details {
display: flex;
flex-direction: column;
margin: 8px 0;
}
.arc .arc__layout .item__block {
grid-template-columns: repeat(4, 1fr);
gap: 0.5rem;
}
.arc .arc__layout .item__universal {
display: grid;
grid-template-columns: 1fr repeat(2, auto);
}
.arc .arc__layout .item__supplies_and_sundries {
display: none;
}
.arc .arc__layout .item__block--toggle[value=supplies_and_sundries] ~ .item--details .item__supplies_and_sundries {
display: grid;
}
@media only screen and (max-width: 540px) {
.arc .arc__layout .item__block--toggle[value=supplies_and_sundries] ~ .item--details .item__supplies_and_sundries {
display: flex;
flex-direction: column;
}
}
.arc .arc__layout .item__oddities_and_valuables {
display: none;
}
.arc .arc__layout .item__block--toggle[value=oddities_and_valuables] ~ .item--details .item__oddities_and_valuables {
display: grid;
}
@media only screen and (max-width: 540px) {
.arc .arc__layout .item__block--toggle[value=oddities_and_valuables] ~ .item--details .item__oddities_and_valuables {
display: flex;
flex-direction: column;
}
}
.arc .arc__layout .item__damage_and_defense {
display: none;
}
.arc .arc__layout .item__block--toggle[value=damage_and_defense] ~ .item--details .item__damage_and_defense {
display: grid;
}
@media only screen and (max-width: 540px) {
.arc .arc__layout .item__block--toggle[value=damage_and_defense] ~ .item--details .item__damage_and_defense {
display: flex;
flex-direction: column;
}
}
.arc .arc__layout .item__spells_and_techniques {
display: none;
}
.arc .arc__layout .item__block--toggle[value=spells_and_techniques] ~ .item--details .item__spells_and_techniques {
display: grid;
}
@media only screen and (max-width: 540px) {
.arc .arc__layout .item__block--toggle[value=spells_and_techniques] ~ .item--details .item__spells_and_techniques {
display: flex;
flex-direction: column;
}
}
.arc .arc__layout .item--name .field, .arc .arc__layout .item--type .field, .arc .arc__layout .item--quantity .field {
grid-template-rows: auto;
}
.arc .arc__layout .item--name {
grid-row: 1/2;
grid-column: 1/2;
}
.arc .arc__layout .item--quantity {
grid-row: 1/2;
grid-column: 2/3;
}
.arc .arc__layout .item--quantity .field--number {
font-size: 1.2rem;
padding: 0.2rem;
width: 3.5rem;
height: 3rem;
border: none;
border-bottom: 2px double transparent;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .item--quantity .field--number {
border-color: #acb7b1;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .item--quantity .field--number {
border-color: #acb7b1;
}
}
.arc .arc__layout .item--type {
grid-row: 2/3;
grid-column: 1/2;
}
.arc .arc__layout .item__expand {
grid-row: 1/2;
grid-column: 3/4;
display: flex;
align-items: center;
justify-content: center;
width: 3.5rem;
margin: 0 4px;
}
.arc .arc__layout .item__expand--img {
display: none;
cursor: pointer;
width: 20px;
height: 20px;
opacity: 0.5;
}
.arc .arc__layout .item__expand--img:hover {
opacity: 1;
}
.arc .arc__layout .item__close--img {
display: none;
cursor: pointer;
width: 20px;
height: 20px;
opacity: 0.5;
}
.arc .arc__layout .item__close--img:hover {
opacity: 1;
}
.arc .arc__layout .item--description {
grid-column: 1/5;
}
.arc .arc__layout .item--first_boon {
grid-row: 2;
grid-column: 1/3;
}
.arc .arc__layout .item--second_boon {
grid-row: 2;
grid-column: 3/5;
}
.arc .arc__layout .item--complexity {
grid-row: 2;
grid-column: 3/5;
margin: 0.5rem 0;
}
.arc .arc__layout .item--complexity .field {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
}
.arc .arc__layout .item--complexity .radio__ranks {
display: flex;
}
.arc .arc__layout .item--complexity .radio__rank {
order: 1;
width: 13px;
height: 13px;
margin: 0 0.25rem;
appearance: none;
-webkit-appearance: none;
cursor: pointer;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .item--complexity .radio__rank:hover {
background-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .item--complexity .radio__rank:hover {
background-color: #efdd86;
}
}
.arc .arc__layout .item--complexity .radio__rank:checked {
display: none;
}
.arc .arc__layout .item--complexity .radio__rank:checked ~ .radio__rank {
order: 3;
background-color: transparent;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .item--complexity .radio__rank:checked ~ .radio__rank:hover {
background-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .item--complexity .radio__rank:checked ~ .radio__rank:hover {
background-color: #efdd86;
}
}
.arc .arc__layout .item--complexity .radio__rank.reset {
order: 2;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .item--complexity .radio__rank.reset:hover {
background-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .item--complexity .radio__rank.reset:hover {
background-color: #efdd86;
}
}
.arc .arc__layout .item--complexity .radio__rank {
border: 1px solid #dabb3d;
background: #dabb3d;
}
.arc .arc__layout .item--complexity .radio__rank.reset {
background: #dabb3d;
}
.arc .arc__layout .item--base_effect {
grid-row: 2/5;
grid-column: 1/3;
}
.arc .arc__layout .item--base_effect .field--textarea {
height: 100%;
}
.arc .arc__layout .item--enhanced {
grid-row: 3/4;
grid-column: 3/5;
}
.arc .arc__layout .item--ritual {
grid-row: 4/5;
grid-column: 3/5;
}
.arc .arc__layout .field {
display: grid;
grid-template-rows: auto 1fr;
width: 100%;
height: 100%;
}
.arc .arc__layout .field__label--span {
text-transform: uppercase;
font-size: 0.8rem;
}
.arc .arc__layout .field--text, .arc .arc__layout .field--number, .arc .arc__layout .field--select, .arc .arc__layout .field--textarea {
width: 100%;
}
.arc .arc__layout .field--textarea {
font-family: "Piazzolla", serif;
}
@media only screen and (max-width: 375px) {
.arc .arc__layout .item--complexity .field {
flex-direction: column;
}
}
.sheet-rolltemplate-skills .sheet-arc__flawless--value .inlinerollresult, .sheet-rolltemplate-skills .sheet-arc__roll--value .inlinerollresult, .sheet-rolltemplate-skills .sheet-arc__tn--value .inlinerollresult, .sheet-rolltemplate-fallen .sheet-arc__fallen .inlinerollresult, .sheet-rolltemplate-recover .sheet-arc__recover .inlinerollresult {
font-style: normal;
background: transparent;
border: 0px solid transparent;
box-sizing: border-box;
--box-shadow-color: transparent;
box-shadow: none;
cursor: help;
}
.sheet-rolltemplate-recover, .sheet-rolltemplate-skills, .sheet-rolltemplate-fallen {
width: 100%;
max-width: 400px;
}
.sheet-rolltemplate-recover .sheet-arc__container, .sheet-rolltemplate-skills .sheet-arc__container, .sheet-rolltemplate-fallen .sheet-arc__container {
display: grid;
box-sizing: border-box;
gap: 0;
padding: 4px;
border: 1px solid transparent;
}
.sheet-rolltemplate-recover .sheet-arc__banner, .sheet-rolltemplate-skills .sheet-arc__banner, .sheet-rolltemplate-fallen .sheet-arc__banner {
height: 30px;
background-repeat: no-repeat;
background-size: contain;
height: 30px;
}
.sheet-rolltemplate-recover .sheet-arc__banner.sheet-short-rest, .sheet-rolltemplate-skills .sheet-arc__banner.sheet-short-rest, .sheet-rolltemplate-fallen .sheet-arc__banner.sheet-short-rest {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/tab_short_rest.png");
}
.sheet-rolltemplate-recover .sheet-arc__banner.sheet-long-rest, .sheet-rolltemplate-skills .sheet-arc__banner.sheet-long-rest, .sheet-rolltemplate-fallen .sheet-arc__banner.sheet-long-rest {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/tab_long_rest.png");
}
.sheet-rolltemplate-recover .sheet-arc__banner.sheet-skill-test, .sheet-rolltemplate-skills .sheet-arc__banner.sheet-skill-test, .sheet-rolltemplate-fallen .sheet-arc__banner.sheet-skill-test {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/tab_skill_check.png");
}
.sheet-rolltemplate-recover .sheet-arc__content, .sheet-rolltemplate-skills .sheet-arc__content, .sheet-rolltemplate-fallen .sheet-arc__content {
display: grid;
grid-template-rows: auto 1fr;
row-gap: 12px;
background-repeat: no-repeat;
background-size: cover;
padding: 24px 8px 16px 8px;
min-height: 200px;
}
.sheet-rolltemplate-recover .sheet-arc__content.sheet-short-rest, .sheet-rolltemplate-skills .sheet-arc__content.sheet-short-rest, .sheet-rolltemplate-fallen .sheet-arc__content.sheet-short-rest {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_short_rest.png");
}
.sheet-rolltemplate-recover .sheet-arc__content.sheet-long-rest, .sheet-rolltemplate-skills .sheet-arc__content.sheet-long-rest, .sheet-rolltemplate-fallen .sheet-arc__content.sheet-long-rest {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_long_rest.png");
}
.sheet-rolltemplate-recover .sheet-arc__content.sheet-skill-test, .sheet-rolltemplate-skills .sheet-arc__content.sheet-skill-test, .sheet-rolltemplate-fallen .sheet-arc__content.sheet-skill-test {
grid-template-rows: auto auto 1fr;
}
.sheet-rolltemplate-recover .sheet-arc__content.sheet-fallen, .sheet-rolltemplate-skills .sheet-arc__content.sheet-fallen, .sheet-rolltemplate-fallen .sheet-arc__content.sheet-fallen {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_fallen.png");
}
.sheet-rolltemplate-recover .sheet-arc__sentence, .sheet-rolltemplate-skills .sheet-arc__sentence, .sheet-rolltemplate-fallen .sheet-arc__sentence {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: baseline;
padding: 4px;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--name, .sheet-rolltemplate-skills .sheet-arc__sentence--name, .sheet-rolltemplate-fallen .sheet-arc__sentence--name {
font-family: "Playfair Display", serif;
font-size: 3em;
color: #dabb3d;
text-align: left;
line-height: 1em;
font-weight: 900;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--verb, .sheet-rolltemplate-skills .sheet-arc__sentence--verb, .sheet-rolltemplate-fallen .sheet-arc__sentence--verb {
font-family: "Josefin Sans", sans-serif;
font-size: 1.33em;
padding: 0 0.25em;
text-align: left;
font-style: oblique;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--verb.sheet-short-rest, .sheet-rolltemplate-skills .sheet-arc__sentence--verb.sheet-short-rest, .sheet-rolltemplate-fallen .sheet-arc__sentence--verb.sheet-short-rest {
color: #32635b;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--verb.sheet-long-rest, .sheet-rolltemplate-skills .sheet-arc__sentence--verb.sheet-long-rest, .sheet-rolltemplate-fallen .sheet-arc__sentence--verb.sheet-long-rest {
color: #82a677;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--verb.sheet-skill-test, .sheet-rolltemplate-skills .sheet-arc__sentence--verb.sheet-skill-test, .sheet-rolltemplate-fallen .sheet-arc__sentence--verb.sheet-skill-test {
color: #fefeff;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--verb.sheet-fallen, .sheet-rolltemplate-skills .sheet-arc__sentence--verb.sheet-fallen, .sheet-rolltemplate-fallen .sheet-arc__sentence--verb.sheet-fallen {
color: #fefeff;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--action, .sheet-rolltemplate-skills .sheet-arc__sentence--action, .sheet-rolltemplate-fallen .sheet-arc__sentence--action {
font-family: "Josefin Sans", sans-serif;
font-size: 2em;
font-weight: bold;
text-align: left;
font-style: oblique;
text-transform: lowercase;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--action.sheet-short-rest, .sheet-rolltemplate-skills .sheet-arc__sentence--action.sheet-short-rest, .sheet-rolltemplate-fallen .sheet-arc__sentence--action.sheet-short-rest {
color: #32635b;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--action.sheet-long-rest, .sheet-rolltemplate-skills .sheet-arc__sentence--action.sheet-long-rest, .sheet-rolltemplate-fallen .sheet-arc__sentence--action.sheet-long-rest {
color: #82a677;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--action.sheet-skill-test, .sheet-rolltemplate-skills .sheet-arc__sentence--action.sheet-skill-test, .sheet-rolltemplate-fallen .sheet-arc__sentence--action.sheet-skill-test {
color: #fefeff;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--action.sheet-fallen, .sheet-rolltemplate-skills .sheet-arc__sentence--action.sheet-fallen, .sheet-rolltemplate-fallen .sheet-arc__sentence--action.sheet-fallen {
color: #fefeff;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--action::after, .sheet-rolltemplate-skills .sheet-arc__sentence--action::after, .sheet-rolltemplate-fallen .sheet-arc__sentence--action::after {
content: ".";
}
.sheet-rolltemplate-recover .sheet-arc__footnote, .sheet-rolltemplate-skills .sheet-arc__footnote, .sheet-rolltemplate-fallen .sheet-arc__footnote {
font-family: "Playfair Display", serif;
text-align: end;
margin: 4px 0;
}
.sheet-rolltemplate-recover .sheet-arc__footnote--span, .sheet-rolltemplate-skills .sheet-arc__footnote--span, .sheet-rolltemplate-fallen .sheet-arc__footnote--span {
font-size: 0.8em;
}
.sheet-rolltemplate-recover .sheet-arc__recover {
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
column-gap: 4px;
font-family: "Josefin Sans", sans-serif;
}
.sheet-rolltemplate-recover .sheet-arc__recover--arrow, .sheet-rolltemplate-recover .sheet-arc__recover--text {
line-height: 1.8em;
}
.sheet-rolltemplate-recover .sheet-arc__recover.sheet-short-rest {
color: #171212;
}
.sheet-rolltemplate-recover .sheet-arc__recover.sheet-short-rest .inlinerollresult {
border-color: #171212;
}
.sheet-rolltemplate-recover .sheet-arc__recover.sheet-long-rest {
color: #fefeff;
}
.sheet-rolltemplate-recover .sheet-arc__recover.sheet-long-rest .inlinerollresult {
border-color: #f6f7f6;
}
.sheet-rolltemplate-recover .sheet-arc__recover .inlinerollresult {
padding: 0 4px;
font-family: "Josefin Sans", sans-serif;
font-weight: bold;
font-size: 1.33em;
border-bottom: 2px solid transparent;
}
.sheet-rolltemplate-fallen .sheet-arc__fallen {
display: grid;
grid-template-columns: auto 1fr;
align-items: flex-start;
column-gap: 4px;
font-family: "Playfair Display", serif;
font-style: italic;
}
.sheet-rolltemplate-fallen .sheet-arc__fallen--roll, .sheet-rolltemplate-fallen .sheet-arc__fallen--text {
line-height: 1.8em;
}
.sheet-rolltemplate-fallen .sheet-arc__fallen--text {
font-family: "Josefin Sans", sans-serif;
}
.sheet-rolltemplate-fallen .sheet-arc__fallen.sheet-fallen {
color: #fefeff;
}
.sheet-rolltemplate-fallen .sheet-arc__fallen .inlinerollresult {
padding: 0 4px;
font-weight: bold;
font-size: 3em;
}
.sheet-rolltemplate-skills .sheet-display-control {
display: none;
}
.sheet-rolltemplate-skills .sheet-display-control.sheet-success ~ .sheet-arc__content.sheet-skill-test {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_check_success.png");
}
.sheet-rolltemplate-skills .sheet-display-control.sheet-success ~ .sheet-arc__content .sheet-arc__roll--value {
box-shadow: 0 0 4px 4px #7f690b;
border-color: #7f690b;
}
.sheet-rolltemplate-skills .sheet-display-control.sheet-tie ~ .sheet-arc__content.sheet-skill-test {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_check_tie.png");
}
.sheet-rolltemplate-skills .sheet-display-control.sheet-tie ~ .sheet-arc__content .sheet-arc__roll--value {
border: 1px solid #2b4434;
box-shadow: 0px 0px 4px 4px #2b4434;
}
.sheet-rolltemplate-skills .sheet-display-control.sheet-fail ~ .sheet-arc__content.sheet-skill-test {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_check_fail.png");
}
.sheet-rolltemplate-skills .sheet-display-control.sheet-fail ~ .sheet-arc__content .sheet-arc__roll--value {
border: 1px solid #3c2f27;
box-shadow: 0px 0px 4px 4px #3c2f27;
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: 35px auto 1fr;
align-items: center;
column-gap: 4px;
font-family: "Josefin Sans", sans-serif;
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill--arrow {
grid-row: 1/3;
grid-column: 1/2;
color: #fefeff;
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill--approach {
background-repeat: no-repeat;
background-size: contain;
height: 35px;
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill--approach.sheet-creative {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/text_creative.svg");
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill--approach.sheet-careful {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/text_careful.svg");
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill--approach.sheet-concerted {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/text_concerted.svg");
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill--text {
font-family: "Playfair Display", serif;
font-size: 2em;
text-transform: uppercase;
color: #fefeff;
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill--text::before {
content: "& ";
font-family: "Playfair Display", serif;
color: #dabb3d;
}
.sheet-rolltemplate-skills .sheet-arc__results {
display: grid;
grid-template-columns: 1fr auto;
column-gap: 4px;
align-content: center;
}
.sheet-rolltemplate-skills .sheet-arc__results--text {
grid-column: 1/2;
display: flex;
align-items: flex-end;
justify-content: flex-start;
}
.sheet-rolltemplate-skills .sheet-arc__results--values {
grid-column: 2/3;
display: grid;
grid-template-columns: 1fr auto 1fr;
grid-template-rows: auto 1fr;
row-gap: 4px;
align-content: center;
}
.sheet-rolltemplate-skills .sheet-arc__success, .sheet-rolltemplate-skills .sheet-arc__tie, .sheet-rolltemplate-skills .sheet-arc__fail {
font-size: 2em;
line-height: 1em;
font-family: "Josefin Sans", sans-serif;
}
.sheet-rolltemplate-skills .sheet-arc__success--span, .sheet-rolltemplate-skills .sheet-arc__tie--span, .sheet-rolltemplate-skills .sheet-arc__fail--span {
white-space: nowrap;
padding-right: 8px;
}
.sheet-rolltemplate-skills .sheet-arc__success--span {
color: #dabb3d;
}
.sheet-rolltemplate-skills .sheet-arc__tie--span {
color: #89a57d;
}
.sheet-rolltemplate-skills .sheet-arc__fail--span {
color: #acb7b1;
}
.sheet-rolltemplate-skills .sheet-arc__flawless, .sheet-rolltemplate-skills .sheet-arc__roll, .sheet-rolltemplate-skills .sheet-arc__versus, .sheet-rolltemplate-skills .sheet-arc__tn {
display: flex;
flex-direction: column;
}
.sheet-rolltemplate-skills .sheet-arc__flawless--header, .sheet-rolltemplate-skills .sheet-arc__roll--header, .sheet-rolltemplate-skills .sheet-arc__versus--header, .sheet-rolltemplate-skills .sheet-arc__tn--header {
grid-row: 1/2;
display: flex;
justify-content: center;
font-family: "Josefin Sans", sans-serif;
color: #eaebe8;
}
.sheet-rolltemplate-skills .sheet-arc__flawless--value, .sheet-rolltemplate-skills .sheet-arc__roll--value, .sheet-rolltemplate-skills .sheet-arc__tn--value {
grid-row: 2/3;
font-family: serif;
height: 42px;
width: 42px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.sheet-rolltemplate-skills .sheet-arc__flawless--value .inlinerollresult, .sheet-rolltemplate-skills .sheet-arc__roll--value .inlinerollresult, .sheet-rolltemplate-skills .sheet-arc__tn--value .inlinerollresult {
font-size: 36px;
line-height: 36px;
position: absolute;
bottom: 0;
}
.sheet-rolltemplate-skills .sheet-arc__roll--header {
color: #fefeff;
}
.sheet-rolltemplate-skills .sheet-arc__roll--value {
color: transparent;
}
.sheet-rolltemplate-skills .sheet-arc__tn--value {
border: 1px solid #394143;
box-shadow: 0 0 4px 4px #2b3639;
color: #6a878e;
background: rgba(25, 33, 32, 0.7);
}
.sheet-rolltemplate-skills .sheet-arc__versus--value {
grid-row: 2/3;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.sheet-rolltemplate-skills .sheet-arc__versus--symbol {
position: absolute;
font-family: "Josefin Sans", sans-serif;
font-weight: bold;
text-align: center;
font-size: 24px;
padding: 2px;
color: #fefeff;
width: 18px;
height: 18px;
}
.sheet-rolltemplate-skills .sheet-arc__versus--symbol.sheet-success {
background: #7f690b;
}
.sheet-rolltemplate-skills .sheet-arc__versus--symbol.sheet-tie {
background: #2b4434;
}
.sheet-rolltemplate-skills .sheet-arc__versus--symbol.sheet-fail {
background: #314d3c;
} | ARC/arc.css | @import url("https://fonts.googleapis.com/css?family=Josefin+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Piazzolla:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fira+Code&display=swap");
.arc * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
height: unset;
width: unset;
padding: unset;
margin: unset;
font-family: unset;
font-size: 1rem;
font-weight: unset;
line-height: unset;
color: unset;
border: unset;
border-radius: unset;
background: unset;
background-color: unset;
}
.arc h1, .arc h2, .arc h3, .arc h4, .arc h5 {
font-size: unset;
line-height: unset;
color: unset;
}
.arc label, .arc input, .arc input[type=number],
.arc select, .arc textarea, .arc button, .arc button[type=roll] {
display: unset;
width: unset;
height: unset;
padding: unset;
margin-bottom: unset;
font-family: unset;
font-size: unset;
font-weight: unset;
line-height: unset;
color: unset;
border: unset;
border-radius: unset;
background: unset;
background-color: unset;
box-shadow: unset;
}
.arc button[type=roll]::before {
display: none;
}
.arc input[disabled], .arc select[disabled], .arc textarea[disabled],
.arc input[readonly], .arc select[readonly], .arc textarea[readonly] {
background-color: unset;
border-color: unset;
}
.arc fieldset {
background: transparent;
}
.arc span {
word-break: break-word;
}
.arc input[type=number] {
text-align: center;
width: 100%;
-moz-appearance: textfield;
}
.arc input[type=number]::-webkit-outer-spin-button, .arc input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.arc .btn:hover {
background-position: 0 0;
background-color: transparent;
}
.arc {
max-width: 960px;
display: grid;
grid-template-columns: 1rem 1fr 1rem;
grid-template-rows: auto auto 1fr;
row-gap: 1rem;
}
.arc .toolbar {
grid-row: 1;
grid-column: 2;
}
.arc__header {
grid-row: 2;
grid-column: 2;
}
.arc__layout {
grid-column: 2;
grid-row: 3;
display: grid;
grid-template-columns: 3fr 2fr;
column-gap: 1rem;
width: 100%;
justify-content: center;
}
.arc__layout--left {
grid-row: 1/2;
grid-column: 1/2;
}
.arc__layout--left .healths {
grid-row: 1;
}
.arc__layout--left .approaches {
grid-row: 2;
}
.arc__layout--left .skills {
grid-row: 3;
}
.arc__layout--left .inventory {
grid-row: 4;
}
.arc__layout--right {
grid-row: 1/2;
grid-column: 2/3;
}
.arc__layout--right .background {
grid-row: 1;
}
.arc__layout--right .bonds {
grid-row: 2;
}
.arc__layout--right .experience {
grid-row: 3;
}
.arc__layout--right .consequences {
grid-row: 4;
}
.arc input[name*=sheet_type][value=npc] ~ .arc__layout {
grid-template-columns: auto;
}
.arc input[name*=sheet_type][value=npc] ~ .arc__layout--right {
display: none;
}
@media only screen and (max-width: 540px) {
.arc {
display: grid;
grid-template-columns: 1rem 1fr 1rem;
grid-template-rows: auto auto 1fr;
row-gap: 1rem;
}
.arc .toolbar {
grid-row: 1;
grid-column: 2;
}
.arc__header {
grid-row: 2;
grid-column: 2;
}
.arc__layout {
grid-column: 2;
grid-row: 3;
display: grid;
grid-template-columns: auto;
width: 100%;
}
.arc__layout--left {
grid-row: 1;
grid-column: 1;
}
.arc__layout--left .healths {
grid-row: 1;
}
.arc__layout--left .approaches {
grid-row: 2;
}
.arc__layout--left .skills {
grid-row: 3;
}
.arc__layout--left .inventory {
grid-row: 4;
}
.arc__layout--right {
grid-column: 1;
grid-row: 2;
}
.arc__layout--right .background {
grid-row: 1;
}
.arc__layout--right .bonds {
grid-row: 2;
}
.arc__layout--right .experience {
grid-row: 3;
}
.arc__layout--right .consequences {
grid-row: 4;
}
}
.toggle-popup[value="0"] + .popup {
display: none;
}
.toggle-tooltip[value="0"] + .help {
display: none;
}
.popup {
display: inline-flex;
flex-direction: column;
position: fixed;
top: 7rem;
left: 4rem;
border: 2px solid transparent;
padding: 0.5rem;
width: 50%;
z-index: 1000;
min-width: 255px;
box-shadow: 5px 5px 6px rgba(23, 18, 18, 0.2);
}
.popup__title {
display: flex;
justify-content: center;
margin-top: -1.5rem;
height: 2rem;
align-items: end;
text-align: center;
}
.popup__title--span {
padding: 0.2rem 0.5rem;
border: 2px solid transparent;
font-family: "Piazzolla", serif;
text-transform: uppercase;
}
.popup__close {
white-space: nowrap;
cursor: pointer;
height: 2rem;
position: absolute;
right: 1rem;
width: fit-content !important;
}
.popup__close:hover {
transition: all 1s;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
.popup__close--btn {
display: none !important;
}
.popup__close--symbol {
float: right;
width: 18px;
height: 18px;
opacity: 0.5;
}
.popup__close--symbol:hover {
opacity: 1;
}
.popup__header {
font-family: "Piazzolla", serif;
text-transform: uppercase;
padding-bottom: 8px;
display: flex;
}
.popup__header--span {
font-size: 1.33rem;
margin-right: 0.5rem;
}
.popup__content {
overflow-y: scroll;
}
.popup__content::first-letter {
font-family: "Piazzolla", serif;
font-size: 1.5rem;
font-weight: bold;
}
.help {
width: 12px;
height: 12px;
}
.help__label--input {
display: none !important;
}
.help__label--icon {
width: 12px;
height: 12px;
cursor: help;
opacity: 0.5;
}
.help__label--icon:hover {
opacity: 1;
}
@media (prefers-color-scheme: light) {
.popup {
border-color: #efdd86;
background: #fefeff !important;
color: #171212;
}
.popup__title--span {
color: #171212;
background: #efdd86;
border-color: #efdd86;
}
.popup__header--span {
color: #dabb3d;
}
.popup__close:hover {
color: #dabb3d;
fill: #dabb3d;
}
}
@media (prefers-color-scheme: light) {
.popup {
border-color: #efdd86;
background: #fefeff !important;
color: #171212;
}
.popup__title--span {
color: #171212;
background: #efdd86;
border-color: #efdd86;
}
.popup__header--span {
color: #dabb3d;
}
.popup__close:hover {
color: #dabb3d;
fill: #dabb3d;
}
}
@media (prefers-color-scheme: dark) {
.popup {
border-color: #efdd86;
background: #fefeff !important;
color: #171212;
}
.popup__title--span {
color: #171212;
background: #efdd86;
border-color: #efdd86;
}
.popup__header--span {
color: #dabb3d;
}
.popup__close:hover {
color: #dabb3d;
fill: #dabb3d;
}
}
html {
font-size: 13px !important;
}
.ui-dialog .charsheet {
padding: 0px !important;
}
.ui-dialog .charsheet button[type=roll]::before {
font-family: unset;
content: unset;
}
.ui-dialog .charsheet input {
height: unset;
width: 100%;
}
.ui-dialog .charsheet input[type=number] {
width: 100%;
}
.ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_move, .ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_del {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/unlock.svg");
background-size: 18px;
background-repeat: no-repeat;
width: 18px;
height: 18px;
font-size: 0;
}
.ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_move:hover, .ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_del:hover {
background-color: transparent;
opacity: 1;
}
.ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_move {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/move.svg");
background-size: 18px;
background-repeat: no-repeat;
width: 18px;
height: 18px;
opacity: 0.5;
}
.ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_del {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/delete.svg");
background-size: 18px;
background-repeat: no-repeat;
width: 18px;
height: 18px;
opacity: 0.5;
}
.ui-dialog .charsheet .repcontainer.ui-sortable.editmode[data-groupname*=repeating_] ~ .repcontrol[data-groupname*=repeating_] .repcontrol_edit {
font-size: 0;
opacity: 0.5;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/unlock.svg");
background-size: 18px;
background-repeat: no-repeat;
width: 18px;
height: 18px;
}
.ui-dialog .charsheet .repcontrol_add, .ui-dialog .charsheet .repcontrol_edit {
display: flex;
justify-content: center;
align-items: center;
padding: 0.25rem 1rem;
margin: 0.5rem 0.25rem;
box-shadow: none;
outline: none;
color: #171212;
font-family: "Piazzolla", serif;
font-weight: normal;
font-size: 0px;
letter-spacing: 0.04em;
text-shadow: none;
}
.ui-dialog .charsheet .repcontrol_add::before, .ui-dialog .charsheet .repcontrol_add::after, .ui-dialog .charsheet .repcontrol_edit::before, .ui-dialog .charsheet .repcontrol_edit::after {
visibility: visible;
font-family: "Piazzolla", serif;
text-transform: uppercase;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.04em;
color: #171212;
}
.ui-dialog .charsheet .repcontrol_add:hover, .ui-dialog .charsheet .repcontrol_edit:hover {
background-color: transparent;
opacity: 1;
}
.ui-dialog .charsheet .repcontrol_add {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/add.svg");
background-size: 18px;
background-repeat: no-repeat;
width: 18px;
height: 18px;
opacity: 0.5;
float: left;
}
.ui-dialog .charsheet .repcontrol_edit {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/lock.svg");
background-size: 18px;
background-repeat: no-repeat;
width: 18px;
height: 18px;
opacity: 0.5;
}
input[name*=sheet_type][value=character] ~ .npc {
display: none;
}
input[name*=sheet_type][value=npc] ~ .character {
display: none;
}
.arc {
position: relative;
font-family: "Josefin Sans", sans-serif;
font-size: 13px;
}
.arc button[type=roll], .arc button[type=action] {
font-size: 1rem;
outline: none;
border: none;
border-radius: 0;
margin: 0;
padding: 0;
text-shadow: none;
box-shadow: none;
background: none;
}
.arc button[type=roll]::before, .arc button[type=action]::before {
font-family: none;
content: none;
}
.arc input, .arc textarea, .arc select {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: "Josefin Sans", sans-serif;
font-size: 1rem;
background: none;
border: none;
border-bottom: 2px solid transparent;
border-radius: 0;
text-decoration: none;
line-height: 1.5rem;
width: -moz-available;
width: -webkit-fill-available;
}
@media (prefers-color-scheme: light) {
.arc input, .arc textarea, .arc select {
border-color: #acb7b1;
}
}
@media (prefers-color-scheme: dark) {
.arc input, .arc textarea, .arc select {
border-color: #acb7b1;
}
}
.arc input[type=text] {
height: 3rem;
padding: 0;
padding-left: 1rem;
}
.arc textarea {
resize: none;
min-height: 5rem;
max-height: 15rem;
overflow-y: scroll;
padding-top: 0.5rem;
padding-left: 1rem;
}
.arc select {
height: 3rem;
}
.arc input[type=checkbox].hide-element,
.arc input[type=radio].hide-element,
.arc .hide-element {
display: none;
}
@media (prefers-color-scheme: light) {
.arc {
color: #171212;
background: #fefeff;
}
}
@media (prefers-color-scheme: dark) {
.arc {
color: #171212;
background: #fefeff;
}
}
.arc h2 {
font-size: 1.5rem;
}
.arc h3 {
font-size: 1.17rem;
}
.arc h4 {
font-size: 1rem;
}
.arc h5 {
font-size: 1rem;
text-transform: uppercase;
}
.arc .toolbar {
display: flex;
justify-content: flex-end;
}
.arc .toolbar__labels {
display: inline-flex;
gap: 1rem;
align-items: center;
}
.arc .toolbar__glossary, .arc .toolbar__settings {
font-weight: normal;
padding: 0;
margin: 0;
white-space: nowrap;
cursor: pointer;
}
.arc .toolbar__glossary--icon, .arc .toolbar__settings--icon {
width: 24px;
height: 24px;
opacity: 0.5;
}
.arc .toolbar__glossary input[type=checkbox] {
display: none;
}
.arc .toolbar__glossary input[type=checkbox]:checked + .toolbar__glossary--icon {
opacity: 1;
}
.arc .toolbar__glossary--icon {
font-family: "pictos three";
}
.arc .toolbar__settings input[type=checkbox] {
display: none;
}
.arc .toolbar__settings input[type=checkbox]:checked + .toolbar__settings--icon {
opacity: 1;
}
.arc .toolbar__settings--icon {
font-family: pictos;
}
.arc .toolbar__version {
display: inline-flex;
align-items: center;
opacity: 0.5;
white-space: nowrap;
}
.arc .toolbar__version--text, .arc .toolbar__version--number {
margin: 0 0.5rem;
font-variant: small-caps;
line-height: 2.5rem;
font-family: "Piazzolla", serif;
}
.arc .toolbar__version--text::after {
content: ":";
}
.arc .toolbar .settings, .arc .toolbar .glossary {
left: auto;
right: 5rem;
}
.arc .toolbar .settings {
width: 250px !important;
}
.arc .toolbar .settings--wrapper {
padding: 0 0.5rem 0.5rem;
}
.arc .toolbar .settings__mode, .arc .toolbar .settings__theme, .arc .toolbar .settings__tooltips, .arc .toolbar .settings__export {
margin-top: 0.5rem;
}
.arc .toolbar .settings__mode--header, .arc .toolbar .settings__theme--header, .arc .toolbar .settings__tooltips--header, .arc .toolbar .settings__export--header {
font-family: "Piazzolla", serif;
text-transform: uppercase;
}
.arc .toolbar .settings__mode--span, .arc .toolbar .settings__theme--span, .arc .toolbar .settings__tooltips--span, .arc .toolbar .settings__export--span {
display: block;
margin: 1rem 0 0 0.5rem;
opacity: 0.5;
}
.arc .toolbar .settings__export--span {
margin: 1rem 0 0 0.5rem;
opacity: 0.5;
}
.arc .toolbar .settings__export--btn {
font-size: 1.17rem;
font-family: "Piazzolla", serif;
font-weight: bold;
text-transform: uppercase;
}
.arc .toolbar .settings__export--json {
resize: none;
border: none;
font-size: 0.7rem;
line-height: 1rem;
margin-top: 0.5rem;
padding: 0;
white-space: normal;
font-family: "Fira Code", monospace;
}
.arc .toolbar .settings__export--toggle[value="0"] ~ .settings__export--json {
display: none;
}
.arc .toolbar .settings__export--toggle[value="0"] ~ .settings__export--span {
display: block;
}
.arc .toolbar .settings__export--toggle[value=on] ~ .settings__export--json {
display: block;
}
.arc .toolbar .settings__export--toggle[value=on] ~ .settings__export--span {
display: none;
}
.arc .toolbar .glossary {
width: 75% !important;
height: 75% !important;
}
.arc .toolbar .glossary--wrapper {
margin-top: 2rem;
}
.arc .toolbar .glossary__entry {
display: grid;
grid-template-columns: 1fr auto 1fr;
height: 2rem;
align-items: center;
cursor: pointer;
}
.arc .toolbar .glossary__entry--line {
border-bottom: 2px solid transparent;
margin: 0 1rem;
}
.arc .toolbar .glossary__entry--header {
font-family: "Piazzolla", serif;
text-transform: uppercase;
}
.arc .toolbar .glossary__definition {
padding: 0 1.5rem;
text-align: justify;
}
.arc .toolbar .glossary__definition::first-letter {
font-family: "Piazzolla", serif;
font-size: 1.5rem;
font-weight: bold;
}
@media (prefers-color-scheme: light) {
.arc .toolbar .settings__mode--header, .arc .toolbar .settings__theme--header, .arc .toolbar .settings__tooltips--header {
color: #dabb3d;
}
.arc .toolbar .settings__export--btn {
color: #dabb3d;
}
.arc .toolbar .settings__export--json {
background: #f6f7f6;
}
.arc .toolbar .glossary__entry--line {
border-color: #efdd86;
}
.arc .toolbar .glossary__entry--header {
color: #dabb3d;
}
}
@media (prefers-color-scheme: dark) {
.arc .toolbar .settings__mode--header, .arc .toolbar .settings__theme--header, .arc .toolbar .settings__tooltips--header {
color: #dabb3d;
}
.arc .toolbar .settings__export--btn {
color: #dabb3d;
}
.arc .toolbar .settings__export--json {
background: #f6f7f6;
}
.arc .toolbar .glossary__entry--line {
border-color: #efdd86;
}
.arc .toolbar .glossary__entry--header {
color: #dabb3d;
}
}
.arc .header__character {
display: grid;
grid-template-columns: 3fr 2fr;
grid-template-rows: auto auto;
grid-gap: 0.5rem;
}
.arc .header__npc {
display: flex;
align-items: center;
}
.arc .header__npc--input {
text-align: center;
font-size: 2rem;
font-family: "Piazzolla", serif;
padding-left: 0 !important;
}
.arc .header__title {
grid-row: 1/3;
display: flex;
flex-wrap: wrap;
align-content: space-between;
}
.arc .header__title--header {
font-family: "Piazzolla", serif;
text-transform: uppercase;
}
.arc .header__title--input[type=text] {
font-size: 2rem;
}
.arc .header__pronouns--input, .arc .header__player--input {
font-size: 1rem;
font-family: "Piazzolla", serif;
padding: 0.5rem;
}
.arc .header__pronouns {
grid-row: 1;
grid-column: 2/3;
}
.arc .header__player {
grid-row: 2;
grid-column: 2/3;
}
.arc .header__name {
display: none;
}
.arc .header__name--span {
font-size: 2rem;
font-family: "Piazzolla", serif;
text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
.arc .header {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr auto auto;
}
.arc .header__title--label, .arc .header__pronouns--label, .arc .header__player--label {
padding-bottom: 1rem;
text-align: center;
}
.arc .header__title--input, .arc .header__pronouns--input, .arc .header__player--input {
text-align: center;
}
.arc .header__title {
grid-row: 1;
grid-column: 1/3;
}
.arc .header__pronouns {
grid-row: 2;
grid-column: 1/2;
}
.arc .header__player {
grid-row: 2;
grid-column: 2/3;
}
}
@media only screen and (max-width: 375px) {
.arc .header__character.character, .arc .header__npc.npc {
display: none;
}
.arc .header__name {
display: flex;
justify-content: center;
}
}
@media (prefers-color-scheme: light) {
.arc .header__title--input {
border-color: #dabb3d;
}
.arc .header__title--header {
color: #dabb3d !important;
}
.arc .header__pronouns--input, .arc .header__player--input {
border-color: #dabb3d;
}
.arc .header__name {
color: #dabb3d !important;
}
.arc .header__npc--input {
border-color: #dabb3d;
}
}
@media (prefers-color-scheme: dark) {
.arc .header__title--input {
border-color: #dabb3d;
}
.arc .header__title--header {
color: #dabb3d !important;
}
.arc .header__pronouns--input, .arc .header__player--input {
border-color: #dabb3d;
}
.arc .header__name {
color: #dabb3d !important;
}
.arc .header__npc--input {
border-color: #dabb3d;
}
}
.arc .arc__layout--left {
display: grid;
grid-template-rows: repeat(4, auto) 1fr;
row-gap: 24px;
height: fit-content;
}
.arc .arc__layout--right {
display: grid;
grid-template-rows: repeat(4, auto);
row-gap: 24px;
height: fit-content;
}
.arc .arc__layout .healths {
display: grid;
grid-template-columns: 1fr;
justify-content: center;
width: -moz-available;
width: -webkit-fill-available;
row-gap: 0.5rem;
}
.arc .arc__layout .rests {
display: grid;
grid-template-columns: repeat(2, 1fr auto) 1fr;
width: 100%;
}
.arc .arc__layout .rests__spacer {
align-self: center;
}
.arc .arc__layout .rests__spacer--line {
border-bottom: 2px solid transparent;
}
.arc .arc__layout .rests__short--span, .arc .arc__layout .rests__long--span {
font-family: "Piazzolla", serif;
font-size: 1.2rem;
font-weight: bold;
text-align: center;
text-transform: uppercase;
padding: 0 1rem;
}
.arc .arc__layout .rests__short {
grid-column: 2/3;
}
.arc .arc__layout .rests__short--button {
border: 2px solid transparent;
}
.arc .arc__layout .rests__long {
grid-column: 4/5;
}
.arc .arc__layout .rests__long--button {
border: 2px solid transparent;
}
.arc .arc__layout .health {
display: flex;
flex-direction: row;
justify-content: center;
width: -moz-available;
width: -webkit-fill-available;
}
.arc .arc__layout .health__type, .arc .arc__layout .health__mod, .arc .arc__layout .health__max, .arc .arc__layout .health__current {
display: flex;
flex-direction: column;
justify-content: center;
border: 5px double transparent;
width: 6rem;
}
.arc .arc__layout .health__type--span, .arc .arc__layout .health__mod--span, .arc .arc__layout .health__max--span, .arc .arc__layout .health__current--span {
padding: 0.2rem 0;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
}
.arc .arc__layout .health__mod--span, .arc .arc__layout .health__max--span, .arc .arc__layout .health__current--span {
font-size: 0.7rem;
}
.arc .arc__layout .health__mod--input, .arc .arc__layout .health__max--input, .arc .arc__layout .health__current--input {
font-size: 1.2rem;
}
.arc .arc__layout .health__type {
flex-direction: row;
justify-content: start;
}
.arc .arc__layout .health__type--span {
margin-right: 0.5rem;
}
@media only screen and (max-width: 540px) {
.arc .arc__layout .healths {
justify-items: center;
}
.arc .arc__layout .health {
display: grid;
grid-template-columns: repeat(3, 1fr);
width: 80%;
}
.arc .arc__layout .health__type, .arc .arc__layout .health__mod, .arc .arc__layout .health__max, .arc .arc__layout .health__current {
border-width: 3px;
}
.arc .arc__layout .health__type {
grid-row: 1/2;
grid-column: 1/4;
justify-content: center;
width: auto;
border: none;
}
.arc .arc__layout .health__type--span {
font-size: 1.2rem;
text-align: left;
letter-spacing: 0.5rem;
}
.arc .arc__layout .health__mod, .arc .arc__layout .health__max, .arc .arc__layout .health__current {
grid-row: 2/3;
width: auto;
}
.arc .arc__layout .health__mod {
grid-column: 1/2;
}
.arc .arc__layout .health__max {
grid-column: 2/3;
}
.arc .arc__layout .health__current {
grid-column: 3/4;
}
}
@media only screen and (max-width: 375px) {
.arc .arc__layout .rests {
grid-template-columns: auto;
row-gap: 0.5rem;
}
.arc .arc__layout .rests__spacer {
display: none;
}
.arc .arc__layout .rests__short--button, .arc .arc__layout .rests__long--button {
width: 100%;
}
.arc .arc__layout .rests__short {
grid-column: auto;
}
.arc .arc__layout .rests__long {
grid-column: auto;
}
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .rests__spacer--line {
border-color: #acb7b1;
}
.arc .arc__layout .rests__short--button:hover, .arc .arc__layout .rests__long--button:hover {
border-color: #efdd86;
background: #efdd86;
color: #171212;
}
.arc .arc__layout .rests__short--button {
border-color: #acb7b1;
background: #acb7b1;
color: #fefeff;
}
.arc .arc__layout .rests__long--button {
border-color: #acb7b1;
background: #fefeff;
color: #acb7b1;
}
.arc .arc__layout .health__type {
background: #fefeff;
}
.arc .arc__layout .health__mod, .arc .arc__layout .health__max {
background: #eaebe8;
}
.arc .arc__layout .health__current {
background: #fefeff;
border-color: #acb7b1;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .rests__spacer--line {
border-color: #acb7b1;
}
.arc .arc__layout .rests__short--button:hover, .arc .arc__layout .rests__long--button:hover {
border-color: #efdd86;
background: #efdd86;
color: #171212;
}
.arc .arc__layout .rests__short--button {
border-color: #acb7b1;
background: #acb7b1;
color: #fefeff;
}
.arc .arc__layout .rests__long--button {
border-color: #acb7b1;
background: #fefeff;
color: #acb7b1;
}
.arc .arc__layout .health__type {
background: #fefeff;
}
.arc .arc__layout .health__mod, .arc .arc__layout .health__max {
background: #eaebe8;
}
.arc .arc__layout .health__current {
background: #fefeff;
border-color: #acb7b1;
}
}
.arc .arc__layout .approaches {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
}
.arc .arc__layout .approach {
display: flex;
flex-direction: row;
width: 25%;
align-items: center;
}
.arc .arc__layout .approach__label--span {
font-family: "Piazzolla", serif;
white-space: nowrap;
text-transform: uppercase;
writing-mode: vertical-rl;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.arc .arc__layout .approach__value {
display: flex;
align-items: center;
justify-content: center;
border: 5px double transparent;
border-radius: 50%;
aspect-ratio: 1/1;
width: 100%;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .approach__value {
border-color: #dabb3d;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .approach__value {
border-color: #dabb3d;
}
}
.arc .arc__layout .approach__value--input[type=number] {
width: 100%;
height: 100%;
padding: 0;
font-size: 4rem;
}
@media only screen and (max-width: 720px) {
.arc .arc__layout .approach__value--input[type=number] {
font-size: 3rem;
}
}
@media only screen and (max-width: 540px) {
.arc .arc__layout .approach__value--input[type=number] {
font-size: 2rem;
}
}
.arc .arc__layout .skills {
width: 100%;
display: grid;
grid-template-columns: repeat(4, auto);
align-items: center;
}
.arc .arc__layout .skills__header {
grid-column: 1/5;
display: flex;
}
.arc .arc__layout .skills__header--span {
font-size: 1.33rem;
margin-right: 0.5rem;
}
.arc .arc__layout .skills__category {
display: grid;
}
.arc .arc__layout .skill-category__header {
grid-column: 1/5;
display: grid;
grid-template-columns: auto 2rem 1fr;
margin: 1rem 0;
}
.arc .arc__layout .skill-category__header--span {
grid-column: 1;
margin-right: 0.5rem;
text-transform: uppercase;
white-space: nowrap;
}
.arc .arc__layout .skill-category__header--line {
grid-column: 3;
border-bottom: 2px solid transparent;
align-self: center;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .skill-category__header--line {
border-color: #acb7b1;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .skill-category__header--line {
border-color: #acb7b1;
}
}
.arc .arc__layout .skill__button {
display: flex;
flex-direction: row;
}
.arc .arc__layout .skill__button--btn {
text-align: left;
white-space: nowrap;
margin-right: 0.5rem;
border: 1px solid transparent;
padding: 4px;
}
.arc .arc__layout .skill__button--btn:hover {
font-weight: bold;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .skill__button--btn:hover {
background: #efdd86;
border-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .skill__button--btn:hover {
background: #efdd86;
border-color: #efdd86;
}
}
.arc .arc__layout .skill__button__ranks {
display: flex;
align-self: center;
}
.arc .arc__layout .skill__button__popup {
grid-column: 3;
}
.arc .arc__layout .skills .radio__ranks {
display: flex;
}
.arc .arc__layout .skills .radio__rank {
order: 1;
width: 13px;
height: 13px;
margin: 0 0.25rem;
appearance: none;
-webkit-appearance: none;
cursor: pointer;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .skills .radio__rank:hover {
background-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .skills .radio__rank:hover {
background-color: #efdd86;
}
}
.arc .arc__layout .skills .radio__rank:checked {
display: none;
}
.arc .arc__layout .skills .radio__rank:checked ~ .radio__rank {
order: 3;
background-color: transparent;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .skills .radio__rank:checked ~ .radio__rank:hover {
background-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .skills .radio__rank:checked ~ .radio__rank:hover {
background-color: #efdd86;
}
}
.arc .arc__layout .skills .radio__rank.reset {
order: 2;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .skills .radio__rank.reset:hover {
background-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .skills .radio__rank.reset:hover {
background-color: #efdd86;
}
}
.arc .arc__layout .skills .radio__rank {
border: 1px solid transparent;
border-radius: 50%;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .skills .radio__rank {
border-color: #dabb3d;
background: #dabb3d;
}
.arc .arc__layout .skills .radio__rank.reset {
background: #dabb3d;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .skills .radio__rank {
border-color: #dabb3d;
background: #dabb3d;
}
.arc .arc__layout .skills .radio__rank.reset {
background: #dabb3d;
}
}
@media only screen and (max-width: 375px) {
.arc .arc__layout .skills {
grid-template-columns: repeat(2, auto);
}
.arc .arc__layout .skills__header {
grid-column: 1/3;
}
.arc .arc__layout .skills .radio__ranks {
justify-content: flex-end;
}
.arc .arc__layout .skills .radio__rank {
width: 1.5rem;
height: 1.5rem;
}
.arc .arc__layout .skill-category__header {
grid-column: 1/3;
}
.arc .arc__layout .skill-category__header--span {
font-size: 1.2rem;
}
.arc .arc__layout .skill__button--span {
font-size: 1.5rem;
}
}
.arc .arc__layout .background {
display: grid;
grid-template-rows: repeat(3, auto);
row-gap: 8px;
height: fit-content;
padding: 8px;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .background {
background: linear-gradient(#f6f7f6 75%, transparent);
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .background {
background: linear-gradient(#f6f7f6 75%, transparent);
}
}
.arc .arc__layout .background--label {
font-size: 1.2rem;
font-variant-caps: small-caps;
cursor: pointer;
}
.arc .arc__layout .background__rumors--wrapper {
margin: 8px 0;
}
.arc .arc__layout .portrait {
display: none;
justify-content: center;
align-items: center;
}
.arc .arc__layout .portrait__avi {
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.arc .arc__layout .portrait__avi--img {
position: absolute;
}
.arc .arc__layout .bonds__header {
display: flex;
}
.arc .arc__layout .bonds__header--span {
font-size: 1.33rem;
margin-right: 0.5rem;
}
.arc .arc__layout .bond {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 1rem;
margin-bottom: 1rem;
}
.arc .arc__layout .bond__with {
grid-column: 1/2;
}
.arc .arc__layout .bond__levels {
grid-column: 2/3;
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 2px;
align-content: center;
}
.arc .arc__layout .bond__container {
border: 2px solid transparent;
width: 31px;
height: 31px;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .bond__container {
border-color: #32635b;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .bond__container {
border-color: #32635b;
}
}
.arc .arc__layout .bond__major {
display: grid;
gap: 1px;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-template-areas: "minor1 minor2" "minor4 minor3";
width: 27px;
height: 27px;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .bond__major {
background: linear-gradient(#32635b, #32635b) center/100% 1px no-repeat, repeating-linear-gradient(to right, transparent 0 13px, #32635b 0 14px);
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .bond__major {
background: linear-gradient(#32635b, #32635b) center/100% 1px no-repeat, repeating-linear-gradient(to right, transparent 0 13px, #32635b 0 14px);
}
}
.arc .arc__layout .bond__minor {
border: 1px solid transparent;
background: transparent;
width: 13px;
height: 13px;
cursor: pointer;
box-sizing: border-box;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.arc .arc__layout .bond__minor.reset {
grid-area: minor1;
}
.arc .arc__layout .bond__minor[value="1"] {
grid-area: minor1;
}
.arc .arc__layout .bond__minor[value="2"] {
grid-area: minor2;
}
.arc .arc__layout .bond__minor[value="3"] {
grid-area: minor3;
}
.arc .arc__layout .bond__minor[value="4"] {
grid-area: minor4;
}
.arc .arc__layout .bond__minor:checked {
display: none;
}
.arc .arc__layout .bond__control:not([value="0"]) ~ .bond__minor[value="1"] {
grid-area: minor2;
}
.arc .arc__layout .bond__control:is([value="2"], [value="3"], [value="4"]) ~ .bond__minor[value="2"] {
grid-area: minor3;
}
.arc .arc__layout .bond__control:is([value="3"], [value="4"]) ~ .bond__minor[value="3"] {
grid-area: minor4;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .bond__minor.reset,
.arc .arc__layout .bond__minor:not(.reset):checked ~ .bond__minor {
background: #358b6d;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .bond__minor.reset,
.arc .arc__layout .bond__minor:not(.reset):checked ~ .bond__minor {
background: #358b6d;
}
}
@media only screen and (max-width: 720px) {
.arc .arc__layout .bond {
display: flex;
flex-direction: column;
}
.arc .arc__layout .bond__levels {
display: flex;
justify-content: center;
}
.arc .arc__layout input.bond__with--input[type=text] {
padding-left: 0;
text-align: center;
font-size: 1.2rem;
}
}
.arc .arc__layout .experience {
width: 100%;
display: grid;
grid-template-columns: auto 1fr 1fr;
gap: 0.5rem;
}
.arc .arc__layout .experience__header {
grid-row: 1;
grid-column: 1/2;
display: flex;
}
.arc .arc__layout .experience__header--span {
font-size: 1.33rem;
margin-right: 0.5rem;
}
.arc .arc__layout .experience__total, .arc .arc__layout .experience__spent {
display: flex;
flex-direction: column;
}
.arc .arc__layout .experience__total--input, .arc .arc__layout .experience__spent--input {
border: none;
font-size: 2rem;
}
.arc .arc__layout .experience__total--span, .arc .arc__layout .experience__spent--span {
margin-top: 4px;
text-align: center;
text-transform: uppercase;
font-size: 0.8rem;
}
.arc .arc__layout .experience__total--input {
border: 5px solid transparent;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .experience__total--input {
border-color: #eaebe8;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .experience__total--input {
border-color: #eaebe8;
}
}
.arc .arc__layout .experience__spent--input {
border: 5px double transparent;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .experience__spent--input {
border-color: #acb7b1;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .experience__spent--input {
border-color: #acb7b1;
}
}
.arc .arc__layout .consequences__header {
display: flex;
}
.arc .arc__layout .consequences__header--span {
font-size: 1.33rem;
margin-right: 0.5rem;
}
.arc .arc__layout .consequences__grid {
display: grid;
grid-template-columns: auto 1fr;
gap: 0.5rem;
align-items: center;
justify-items: center;
}
.arc .arc__layout .consequences__grid--header {
padding: 0 1rem;
text-align: center;
font-size: 1.17rem;
}
.arc .arc__layout .consequences__roll {
justify-self: start;
}
.arc .arc__layout .consequences__roll--btn {
text-align: left;
white-space: nowrap;
margin-right: 0.5rem;
border: 1px solid transparent;
padding: 4px;
}
.arc .arc__layout .consequences__roll--btn:hover {
font-weight: bold;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .consequences__roll--btn:hover {
background: #efdd86;
border-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .consequences__roll--btn:hover {
background: #efdd86;
border-color: #efdd86;
}
}
.arc .arc__layout .consequences__roll--span {
text-transform: uppercase;
text-align: left;
font-size: 1.17rem;
}
.arc .arc__layout .consequence__die {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
cursor: pointer;
}
.arc .arc__layout .consequence__die--span {
position: relative;
top: 4px;
font-size: 1.17rem;
font-weight: bold;
z-index: 1;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .consequence__die--span {
color: #32635b;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .consequence__die--span {
color: #32635b;
}
}
.arc .arc__layout .consequence__die--input {
display: none;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .consequence__die--input:checked + .consequence__die--span {
color: #fefeff;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .consequence__die--input:checked + .consequence__die--span {
color: #fefeff;
}
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .consequence__die--input:checked ~ .consequence__die--square {
background: #32635b;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .consequence__die--input:checked ~ .consequence__die--square {
background: #32635b;
}
}
.arc .arc__layout .consequence__die--square {
position: absolute;
border: 2px solid transparent;
width: 24px;
height: 24px;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .consequence__die--square {
border-color: #32635b;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .consequence__die--square {
border-color: #32635b;
}
}
.arc .arc__layout .consequence__description {
display: flex;
align-items: start;
font-variant-caps: small-caps;
width: 100%;
min-height: 4rem;
cursor: pointer;
}
.arc .arc__layout .inventory {
display: grid;
grid-template-columns: repeat(3, 1fr);
row-gap: 8px;
width: 100%;
align-items: flex-end;
}
.arc .arc__layout .inventory__header {
grid-row: 1;
grid-column: 1/2;
white-space: nowrap;
display: flex;
}
.arc .arc__layout .inventory__header--span {
font-size: 1.33rem;
margin-right: 0.5rem;
}
.arc .arc__layout .inventory__type--span, .arc .arc__layout .inventory__short-desc--span, .arc .arc__layout .inventory__qty--span {
font-variant-caps: small-caps;
}
.arc .arc__layout .inventory__type {
grid-row: 1;
grid-column: 2/3;
display: flex;
justify-content: center;
}
.arc .arc__layout .inventory__qty {
grid-row: 1;
grid-column: 3/4;
text-align: center;
width: 100%;
margin-right: 8px;
}
.arc .arc__layout .inventory__items {
grid-row: 2;
grid-column: 1/6;
padding: 0 8px;
}
.arc .arc__layout input[name*=item_expand][value="0"] ~ .item--details {
display: none;
}
.arc .arc__layout input[name*=item_expand][value="0"] ~ .item .item__expand--img {
display: inline;
}
.arc .arc__layout input[name*=item_expand][value="0"] ~ .item .item__universal .item--type {
display: none;
}
.arc .arc__layout input[name*=item_expand][value=on] ~ .item .item__close--img {
display: inline;
}
.arc .arc__layout input[name*=item_expand][value=on] ~ .item .item__universal {
grid-template-columns: 1fr auto;
}
.arc .arc__layout input[name*=item_expand][value=on] ~ .item .item__universal .item--quantity {
grid-row: 2/3;
}
.arc .arc__layout input[name*=item_expand][value=on] ~ .item .item__universal .item__expand {
grid-column: 2/3;
}
.arc .arc__layout .item {
margin: 4px 0;
}
.arc .arc__layout .item__wrapper {
margin: 4px 0;
padding: 0 4px;
border: 2px solid transparent;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .item__wrapper {
border-color: #dabb3d;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .item__wrapper {
border-color: #dabb3d;
}
}
.arc .arc__layout .item--details {
display: flex;
flex-direction: column;
margin: 8px 0;
}
.arc .arc__layout .item__block {
grid-template-columns: repeat(4, 1fr);
gap: 0.5rem;
}
.arc .arc__layout .item__universal {
display: grid;
grid-template-columns: 1fr repeat(2, auto);
}
.arc .arc__layout .item__supplies_and_sundries {
display: none;
}
.arc .arc__layout .item__block--toggle[value=supplies_and_sundries] ~ .item--details .item__supplies_and_sundries {
display: grid;
}
@media only screen and (max-width: 540px) {
.arc .arc__layout .item__block--toggle[value=supplies_and_sundries] ~ .item--details .item__supplies_and_sundries {
display: flex;
flex-direction: column;
}
}
.arc .arc__layout .item__oddities_and_valuables {
display: none;
}
.arc .arc__layout .item__block--toggle[value=oddities_and_valuables] ~ .item--details .item__oddities_and_valuables {
display: grid;
}
@media only screen and (max-width: 540px) {
.arc .arc__layout .item__block--toggle[value=oddities_and_valuables] ~ .item--details .item__oddities_and_valuables {
display: flex;
flex-direction: column;
}
}
.arc .arc__layout .item__damage_and_defense {
display: none;
}
.arc .arc__layout .item__block--toggle[value=damage_and_defense] ~ .item--details .item__damage_and_defense {
display: grid;
}
@media only screen and (max-width: 540px) {
.arc .arc__layout .item__block--toggle[value=damage_and_defense] ~ .item--details .item__damage_and_defense {
display: flex;
flex-direction: column;
}
}
.arc .arc__layout .item__spells_and_techniques {
display: none;
}
.arc .arc__layout .item__block--toggle[value=spells_and_techniques] ~ .item--details .item__spells_and_techniques {
display: grid;
}
@media only screen and (max-width: 540px) {
.arc .arc__layout .item__block--toggle[value=spells_and_techniques] ~ .item--details .item__spells_and_techniques {
display: flex;
flex-direction: column;
}
}
.arc .arc__layout .item--name .field, .arc .arc__layout .item--type .field, .arc .arc__layout .item--quantity .field {
grid-template-rows: auto;
}
.arc .arc__layout .item--name {
grid-row: 1/2;
grid-column: 1/2;
}
.arc .arc__layout .item--quantity {
grid-row: 1/2;
grid-column: 2/3;
}
.arc .arc__layout .item--quantity .field--number {
font-size: 1.2rem;
padding: 0.2rem;
width: 3.5rem;
height: 3rem;
border: none;
border-bottom: 2px double transparent;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .item--quantity .field--number {
border-color: #acb7b1;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .item--quantity .field--number {
border-color: #acb7b1;
}
}
.arc .arc__layout .item--type {
grid-row: 2/3;
grid-column: 1/2;
}
.arc .arc__layout .item__expand {
grid-row: 1/2;
grid-column: 3/4;
display: flex;
align-items: center;
justify-content: center;
width: 3.5rem;
margin: 0 4px;
}
.arc .arc__layout .item__expand--img {
display: none;
cursor: pointer;
width: 20px;
height: 20px;
opacity: 0.5;
}
.arc .arc__layout .item__expand--img:hover {
opacity: 1;
}
.arc .arc__layout .item__close--img {
display: none;
cursor: pointer;
width: 20px;
height: 20px;
opacity: 0.5;
}
.arc .arc__layout .item__close--img:hover {
opacity: 1;
}
.arc .arc__layout .item--description {
grid-column: 1/5;
}
.arc .arc__layout .item--first_boon {
grid-row: 2;
grid-column: 1/3;
}
.arc .arc__layout .item--second_boon {
grid-row: 2;
grid-column: 3/5;
}
.arc .arc__layout .item--complexity {
grid-row: 2;
grid-column: 3/5;
margin: 0.5rem 0;
}
.arc .arc__layout .item--complexity .field {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
}
.arc .arc__layout .item--complexity .radio__ranks {
display: flex;
}
.arc .arc__layout .item--complexity .radio__rank {
order: 1;
width: 13px;
height: 13px;
margin: 0 0.25rem;
appearance: none;
-webkit-appearance: none;
cursor: pointer;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .item--complexity .radio__rank:hover {
background-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .item--complexity .radio__rank:hover {
background-color: #efdd86;
}
}
.arc .arc__layout .item--complexity .radio__rank:checked {
display: none;
}
.arc .arc__layout .item--complexity .radio__rank:checked ~ .radio__rank {
order: 3;
background-color: transparent;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .item--complexity .radio__rank:checked ~ .radio__rank:hover {
background-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .item--complexity .radio__rank:checked ~ .radio__rank:hover {
background-color: #efdd86;
}
}
.arc .arc__layout .item--complexity .radio__rank.reset {
order: 2;
}
@media (prefers-color-scheme: light) {
.arc .arc__layout .item--complexity .radio__rank.reset:hover {
background-color: #efdd86;
}
}
@media (prefers-color-scheme: dark) {
.arc .arc__layout .item--complexity .radio__rank.reset:hover {
background-color: #efdd86;
}
}
.arc .arc__layout .item--complexity .radio__rank {
border: 1px solid #dabb3d;
background: #dabb3d;
}
.arc .arc__layout .item--complexity .radio__rank.reset {
background: #dabb3d;
}
.arc .arc__layout .item--base_effect {
grid-row: 2/5;
grid-column: 1/3;
}
.arc .arc__layout .item--base_effect .field--textarea {
height: 100%;
}
.arc .arc__layout .item--enhanced {
grid-row: 3/4;
grid-column: 3/5;
}
.arc .arc__layout .item--ritual {
grid-row: 4/5;
grid-column: 3/5;
}
.arc .arc__layout .field {
display: grid;
grid-template-rows: auto 1fr;
width: 100%;
height: 100%;
}
.arc .arc__layout .field__label--span {
text-transform: uppercase;
font-size: 0.8rem;
}
.arc .arc__layout .field--text, .arc .arc__layout .field--number, .arc .arc__layout .field--select, .arc .arc__layout .field--textarea {
width: 100%;
}
.arc .arc__layout .field--textarea {
font-family: "Piazzolla", serif;
}
@media only screen and (max-width: 375px) {
.arc .arc__layout .item--complexity .field {
flex-direction: column;
}
}
.sheet-rolltemplate-skills .sheet-arc__flawless--value .inlinerollresult, .sheet-rolltemplate-skills .sheet-arc__roll--value .inlinerollresult, .sheet-rolltemplate-skills .sheet-arc__tn--value .inlinerollresult, .sheet-rolltemplate-fallen .sheet-arc__fallen .inlinerollresult, .sheet-rolltemplate-recover .sheet-arc__recover .inlinerollresult {
font-style: normal;
background: transparent;
border: 0px solid transparent;
box-sizing: border-box;
--box-shadow-color: transparent;
box-shadow: none;
cursor: help;
}
.sheet-rolltemplate-recover, .sheet-rolltemplate-skills, .sheet-rolltemplate-fallen {
width: 100%;
max-width: 400px;
}
.sheet-rolltemplate-recover .sheet-arc__container, .sheet-rolltemplate-skills .sheet-arc__container, .sheet-rolltemplate-fallen .sheet-arc__container {
display: grid;
box-sizing: border-box;
gap: 0;
padding: 4px;
border: 1px solid transparent;
}
.sheet-rolltemplate-recover .sheet-arc__banner, .sheet-rolltemplate-skills .sheet-arc__banner, .sheet-rolltemplate-fallen .sheet-arc__banner {
height: 30px;
background-repeat: no-repeat;
background-size: contain;
height: 30px;
}
.sheet-rolltemplate-recover .sheet-arc__banner.sheet-short-rest, .sheet-rolltemplate-skills .sheet-arc__banner.sheet-short-rest, .sheet-rolltemplate-fallen .sheet-arc__banner.sheet-short-rest {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/tab_short_rest.png");
}
.sheet-rolltemplate-recover .sheet-arc__banner.sheet-long-rest, .sheet-rolltemplate-skills .sheet-arc__banner.sheet-long-rest, .sheet-rolltemplate-fallen .sheet-arc__banner.sheet-long-rest {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/tab_long_rest.png");
}
.sheet-rolltemplate-recover .sheet-arc__banner.sheet-skill-test, .sheet-rolltemplate-skills .sheet-arc__banner.sheet-skill-test, .sheet-rolltemplate-fallen .sheet-arc__banner.sheet-skill-test {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/tab_skill_check.png");
}
.sheet-rolltemplate-recover .sheet-arc__content, .sheet-rolltemplate-skills .sheet-arc__content, .sheet-rolltemplate-fallen .sheet-arc__content {
display: grid;
grid-template-rows: auto 1fr;
row-gap: 12px;
background-repeat: no-repeat;
background-size: cover;
padding: 24px 8px 16px 8px;
min-height: 200px;
}
.sheet-rolltemplate-recover .sheet-arc__content.sheet-short-rest, .sheet-rolltemplate-skills .sheet-arc__content.sheet-short-rest, .sheet-rolltemplate-fallen .sheet-arc__content.sheet-short-rest {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_short_rest.png");
}
.sheet-rolltemplate-recover .sheet-arc__content.sheet-long-rest, .sheet-rolltemplate-skills .sheet-arc__content.sheet-long-rest, .sheet-rolltemplate-fallen .sheet-arc__content.sheet-long-rest {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_long_rest.png");
}
.sheet-rolltemplate-recover .sheet-arc__content.sheet-skill-test, .sheet-rolltemplate-skills .sheet-arc__content.sheet-skill-test, .sheet-rolltemplate-fallen .sheet-arc__content.sheet-skill-test {
grid-template-rows: auto auto 1fr;
}
.sheet-rolltemplate-recover .sheet-arc__content.sheet-fallen, .sheet-rolltemplate-skills .sheet-arc__content.sheet-fallen, .sheet-rolltemplate-fallen .sheet-arc__content.sheet-fallen {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_fallen.png");
}
.sheet-rolltemplate-recover .sheet-arc__sentence, .sheet-rolltemplate-skills .sheet-arc__sentence, .sheet-rolltemplate-fallen .sheet-arc__sentence {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: baseline;
padding: 4px;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--name, .sheet-rolltemplate-skills .sheet-arc__sentence--name, .sheet-rolltemplate-fallen .sheet-arc__sentence--name {
font-family: "Playfair Display", serif;
font-size: 3em;
color: #dabb3d;
text-align: left;
line-height: 1em;
font-weight: 900;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--verb, .sheet-rolltemplate-skills .sheet-arc__sentence--verb, .sheet-rolltemplate-fallen .sheet-arc__sentence--verb {
font-family: "Josefin Sans", sans-serif;
font-size: 1.33em;
padding: 0 0.25em;
text-align: left;
font-style: oblique;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--verb.sheet-short-rest, .sheet-rolltemplate-skills .sheet-arc__sentence--verb.sheet-short-rest, .sheet-rolltemplate-fallen .sheet-arc__sentence--verb.sheet-short-rest {
color: #32635b;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--verb.sheet-long-rest, .sheet-rolltemplate-skills .sheet-arc__sentence--verb.sheet-long-rest, .sheet-rolltemplate-fallen .sheet-arc__sentence--verb.sheet-long-rest {
color: #82a677;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--verb.sheet-skill-test, .sheet-rolltemplate-skills .sheet-arc__sentence--verb.sheet-skill-test, .sheet-rolltemplate-fallen .sheet-arc__sentence--verb.sheet-skill-test {
color: #fefeff;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--verb.sheet-fallen, .sheet-rolltemplate-skills .sheet-arc__sentence--verb.sheet-fallen, .sheet-rolltemplate-fallen .sheet-arc__sentence--verb.sheet-fallen {
color: #fefeff;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--action, .sheet-rolltemplate-skills .sheet-arc__sentence--action, .sheet-rolltemplate-fallen .sheet-arc__sentence--action {
font-family: "Josefin Sans", sans-serif;
font-size: 2em;
font-weight: bold;
text-align: left;
font-style: oblique;
text-transform: lowercase;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--action.sheet-short-rest, .sheet-rolltemplate-skills .sheet-arc__sentence--action.sheet-short-rest, .sheet-rolltemplate-fallen .sheet-arc__sentence--action.sheet-short-rest {
color: #32635b;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--action.sheet-long-rest, .sheet-rolltemplate-skills .sheet-arc__sentence--action.sheet-long-rest, .sheet-rolltemplate-fallen .sheet-arc__sentence--action.sheet-long-rest {
color: #82a677;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--action.sheet-skill-test, .sheet-rolltemplate-skills .sheet-arc__sentence--action.sheet-skill-test, .sheet-rolltemplate-fallen .sheet-arc__sentence--action.sheet-skill-test {
color: #fefeff;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--action.sheet-fallen, .sheet-rolltemplate-skills .sheet-arc__sentence--action.sheet-fallen, .sheet-rolltemplate-fallen .sheet-arc__sentence--action.sheet-fallen {
color: #fefeff;
}
.sheet-rolltemplate-recover .sheet-arc__sentence--action::after, .sheet-rolltemplate-skills .sheet-arc__sentence--action::after, .sheet-rolltemplate-fallen .sheet-arc__sentence--action::after {
content: ".";
}
.sheet-rolltemplate-recover .sheet-arc__footnote, .sheet-rolltemplate-skills .sheet-arc__footnote, .sheet-rolltemplate-fallen .sheet-arc__footnote {
font-family: "Playfair Display", serif;
text-align: end;
margin: 4px 0;
}
.sheet-rolltemplate-recover .sheet-arc__footnote--span, .sheet-rolltemplate-skills .sheet-arc__footnote--span, .sheet-rolltemplate-fallen .sheet-arc__footnote--span {
font-size: 0.8em;
}
.sheet-rolltemplate-recover .sheet-arc__recover {
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
column-gap: 4px;
font-family: "Josefin Sans", sans-serif;
}
.sheet-rolltemplate-recover .sheet-arc__recover--arrow, .sheet-rolltemplate-recover .sheet-arc__recover--text {
line-height: 1.8em;
}
.sheet-rolltemplate-recover .sheet-arc__recover.sheet-short-rest {
color: #171212;
}
.sheet-rolltemplate-recover .sheet-arc__recover.sheet-short-rest .inlinerollresult {
border-color: #171212;
}
.sheet-rolltemplate-recover .sheet-arc__recover.sheet-long-rest {
color: #fefeff;
}
.sheet-rolltemplate-recover .sheet-arc__recover.sheet-long-rest .inlinerollresult {
border-color: #f6f7f6;
}
.sheet-rolltemplate-recover .sheet-arc__recover .inlinerollresult {
padding: 0 4px;
font-family: "Josefin Sans", sans-serif;
font-weight: bold;
font-size: 1.33em;
border-bottom: 2px solid transparent;
}
.sheet-rolltemplate-fallen .sheet-arc__fallen {
display: grid;
grid-template-columns: auto 1fr;
align-items: flex-start;
column-gap: 4px;
font-family: "Playfair Display", serif;
font-style: italic;
}
.sheet-rolltemplate-fallen .sheet-arc__fallen--roll, .sheet-rolltemplate-fallen .sheet-arc__fallen--text {
line-height: 1.8em;
}
.sheet-rolltemplate-fallen .sheet-arc__fallen--text {
font-family: "Josefin Sans", sans-serif;
}
.sheet-rolltemplate-fallen .sheet-arc__fallen.sheet-fallen {
color: #fefeff;
}
.sheet-rolltemplate-fallen .sheet-arc__fallen .inlinerollresult {
padding: 0 4px;
font-weight: bold;
font-size: 3em;
}
.sheet-rolltemplate-skills .sheet-display-control {
display: none;
}
.sheet-rolltemplate-skills .sheet-display-control.sheet-success ~ .sheet-arc__content.sheet-skill-test {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_check_success.png");
}
.sheet-rolltemplate-skills .sheet-display-control.sheet-success ~ .sheet-arc__content .sheet-arc__roll--value {
box-shadow: 0 0 4px 4px #7f690b;
border-color: #7f690b;
}
.sheet-rolltemplate-skills .sheet-display-control.sheet-tie ~ .sheet-arc__content.sheet-skill-test {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_check_tie.png");
}
.sheet-rolltemplate-skills .sheet-display-control.sheet-tie ~ .sheet-arc__content .sheet-arc__roll--value {
border: 1px solid #2b4434;
box-shadow: 0px 0px 4px 4px #2b4434;
}
.sheet-rolltemplate-skills .sheet-display-control.sheet-fail ~ .sheet-arc__content.sheet-skill-test {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_check_fail.png");
}
.sheet-rolltemplate-skills .sheet-display-control.sheet-fail ~ .sheet-arc__content .sheet-arc__roll--value {
border: 1px solid #3c2f27;
box-shadow: 0px 0px 4px 4px #3c2f27;
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: 35px auto 1fr;
align-items: center;
column-gap: 4px;
font-family: "Josefin Sans", sans-serif;
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill--arrow {
grid-row: 1/3;
grid-column: 1/2;
color: #fefeff;
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill--approach {
background-repeat: no-repeat;
background-size: contain;
height: 35px;
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill--approach.sheet-creative {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/text_creative.svg");
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill--approach.sheet-careful {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/text_careful.svg");
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill--approach.sheet-concerted {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/text_concerted.svg");
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill--text {
font-family: "Playfair Display", serif;
font-size: 2em;
text-transform: uppercase;
color: #fefeff;
}
.sheet-rolltemplate-skills .sheet-arc__approach-skill--text::before {
content: "& ";
font-family: "Playfair Display", serif;
color: #dabb3d;
}
.sheet-rolltemplate-skills .sheet-arc__results {
display: grid;
grid-template-columns: 1fr auto;
column-gap: 4px;
align-content: center;
}
.sheet-rolltemplate-skills .sheet-arc__results--text {
grid-column: 1/2;
display: flex;
align-items: flex-end;
justify-content: flex-start;
}
.sheet-rolltemplate-skills .sheet-arc__results--values {
grid-column: 2/3;
display: grid;
grid-template-columns: 1fr auto 1fr;
grid-template-rows: auto 1fr;
row-gap: 4px;
align-content: center;
}
.sheet-rolltemplate-skills .sheet-arc__success, .sheet-rolltemplate-skills .sheet-arc__tie, .sheet-rolltemplate-skills .sheet-arc__fail {
font-size: 2em;
line-height: 1em;
font-family: "Josefin Sans", sans-serif;
}
.sheet-rolltemplate-skills .sheet-arc__success--span, .sheet-rolltemplate-skills .sheet-arc__tie--span, .sheet-rolltemplate-skills .sheet-arc__fail--span {
white-space: nowrap;
padding-right: 8px;
}
.sheet-rolltemplate-skills .sheet-arc__success--span {
color: #dabb3d;
}
.sheet-rolltemplate-skills .sheet-arc__tie--span {
color: #89a57d;
}
.sheet-rolltemplate-skills .sheet-arc__fail--span {
color: #acb7b1;
}
.sheet-rolltemplate-skills .sheet-arc__flawless, .sheet-rolltemplate-skills .sheet-arc__roll, .sheet-rolltemplate-skills .sheet-arc__versus, .sheet-rolltemplate-skills .sheet-arc__tn {
display: flex;
flex-direction: column;
}
.sheet-rolltemplate-skills .sheet-arc__flawless--header, .sheet-rolltemplate-skills .sheet-arc__roll--header, .sheet-rolltemplate-skills .sheet-arc__versus--header, .sheet-rolltemplate-skills .sheet-arc__tn--header {
grid-row: 1/2;
display: flex;
justify-content: center;
font-family: "Josefin Sans", sans-serif;
color: #eaebe8;
}
.sheet-rolltemplate-skills .sheet-arc__flawless--value, .sheet-rolltemplate-skills .sheet-arc__roll--value, .sheet-rolltemplate-skills .sheet-arc__tn--value {
grid-row: 2/3;
font-family: serif;
height: 42px;
width: 42px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.sheet-rolltemplate-skills .sheet-arc__flawless--value .inlinerollresult, .sheet-rolltemplate-skills .sheet-arc__roll--value .inlinerollresult, .sheet-rolltemplate-skills .sheet-arc__tn--value .inlinerollresult {
font-size: 36px;
line-height: 36px;
position: absolute;
bottom: 0;
}
.sheet-rolltemplate-skills .sheet-arc__roll--header {
color: #fefeff;
}
.sheet-rolltemplate-skills .sheet-arc__roll--value {
color: transparent;
}
.sheet-rolltemplate-skills .sheet-arc__tn--value {
border: 1px solid #394143;
box-shadow: 0 0 4px 4px #2b3639;
color: #6a878e;
background: rgba(25, 33, 32, 0.7);
}
.sheet-rolltemplate-skills .sheet-arc__versus--value {
grid-row: 2/3;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.sheet-rolltemplate-skills .sheet-arc__versus--symbol {
position: absolute;
font-family: "Josefin Sans", sans-serif;
font-weight: bold;
text-align: center;
font-size: 24px;
padding: 2px;
color: #fefeff;
width: 18px;
height: 18px;
}
.sheet-rolltemplate-skills .sheet-arc__versus--symbol.sheet-success {
background: #7f690b;
}
.sheet-rolltemplate-skills .sheet-arc__versus--symbol.sheet-tie {
background: #2b4434;
}
.sheet-rolltemplate-skills .sheet-arc__versus--symbol.sheet-fail {
background: #314d3c;
} | 0.355775 | 0.151435 |
.calendar-container {
background-color: #a6a6a6;
padding: 20px 50px 50px 50px;
}
.conferences, .calendar {
display: inline-block;
width: 50%;
}
.conferences {
vertical-align: top;
text-align: center;
}
.conferences hr {
width: 50%;
border: solid 1px #000000;
}
.conferences-list {
overflow-y: auto;
overflow-x: hidden;
width: 80%;
height: 600px;
margin: 0 auto;
direction: rtl;
padding-left: 15px;
}
.card {
width: 100%;
height: 250px;
border: solid 1px #000000;
display: flex;
align-items: center;
margin-bottom: 20px;
background-color: #ffffff;
box-shadow: 0 2px 4px 0 rgba(77, 76, 76, 0.2), 0 6px 20px 0 rgba(48, 47, 47, 0.2);
}
.card:first-child {
margin-top: 10px;
}
.card:last-child {
margin-bottom: 10px;
}
.info, .img {
display: inline-block;
}
.info {
width: 60%;
}
.img {
width: 40%;
}
.info h2 {
margin: 0px;
}
.info h2 i {
visibility: hidden;
}
.info-data {
font-size: 20px;
padding: 20px;
}
.info-data p {
margin: 0px;
padding: 2px;
}
button {
padding: 8px 120px 8px 120px;
font-size: 17px;
font-weight: bold;
background-color: #7A99FF;
border: none;
box-shadow: 0 4px 8px 0 rgba(77, 76, 76, 0.2), 0 6px 20px 0 rgba(48, 47, 47, 0.2);
border-radius: 10px;
border: solid 1px #000000;
}
button:hover {
transition: 200ms ease;
background-color: #6287FF !important;
}
img {
width: 200px;
height: auto;
box-shadow: 0 4px 8px 0 rgba(77, 76, 76, 0.2), 0 6px 20px 0 rgba(48, 47, 47, 0.2);
}
iframe {
width: 100%;
height: 700px;
box-shadow: 0 4px 8px 0 rgba(77, 76, 76, 0.2), 0 6px 20px 0 rgba(48, 47, 47, 0.2);
border: none;
padding: 10px;
background-color: #7A99FF;
margin-top: 40px;
}
@media (max-width: 1500px) {
.calendar-container {
padding: 20px 20px 50px 20px;
}
iframe {
width: 90%;
height: 550px;
margin-top: 140px;
}
.info {
width: 80%;
}
.img {
width: 50%;
}
img {
width: 170px;
}
button {
padding: 8px 80px 8px 80px;
}
}
@media (max-width: 1270px) {
.conferences, .calendar {
text-align: center;
width: 100%;
}
.calendar-container {
display:flex;
flex-direction: column-reverse;
}
.calendar {
margin-bottom: 30px;
}
.info {
width: 60%;
}
h1 {
font-size: 24px;
background-color: #ffffff;
padding: 20px;
width: 80%;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 40px;
border: solid 2px #6287FF;
box-shadow: 0 4px 8px 0 rgba(77, 76, 76, 0.2), 0 6px 20px 0 rgba(48, 47, 47, 0.2);
}
br, hr {
display: none;
}
.img {
width: 40%;
}
img {
width: 200px;
}
button {
padding: 8px 120px 8px 120px;
}
iframe {
margin-top: 0px;
}
}
@media (max-width: 830px) {
iframe {
height: 500px;
}
.info-data p {
font-size: 17px;
}
.img {
width: 50%;
}
img {
width: 170px;
}
button {
padding: 8px 50px 8px 50px;
}
}
@media (max-width: 700px) {
.conferences-list {
overflow: hidden;
height: auto;
padding: 0px;
width: 100%;
margin-bottom: 50px;
}
.card {
height: auto;
align-items: unset;
border: solid 1px #000000;
width: 95%;
margin: 0 auto;
margin-bottom: 40px;
}
.img {
display: none;
}
.info {
width: 100%;
}
button {
padding: 8px 120px 8px 120px;
margin-bottom: 15px;
font-size: 24px;
}
.info h2 {
font-size: 26px;
background-color: #6287FF;
padding: 20px;
border-bottom: solid 1px #000000;
}
.info p {
font-size: 24px;
}
}
@media (max-width: 550px) {
.calendar-container {
padding: 10px;
}
iframe {
height: 400px;
}
h1 {
margin-top: 0px;
margin-bottom: 20px;
font-size: 20px;
}
.info h2 i {
visibility: visible;
float: right;
}
}
@media (max-width: 470px) {
.info h2 {
font-size: 24px;
}
.info p {
font-size: 20px;
}
button {
padding: 8px 70px 8px 70px;
font-size: 20px;
}
iframe {
height: 300px;
}
} | conference/src/app/calendar/calendar.component.css | .calendar-container {
background-color: #a6a6a6;
padding: 20px 50px 50px 50px;
}
.conferences, .calendar {
display: inline-block;
width: 50%;
}
.conferences {
vertical-align: top;
text-align: center;
}
.conferences hr {
width: 50%;
border: solid 1px #000000;
}
.conferences-list {
overflow-y: auto;
overflow-x: hidden;
width: 80%;
height: 600px;
margin: 0 auto;
direction: rtl;
padding-left: 15px;
}
.card {
width: 100%;
height: 250px;
border: solid 1px #000000;
display: flex;
align-items: center;
margin-bottom: 20px;
background-color: #ffffff;
box-shadow: 0 2px 4px 0 rgba(77, 76, 76, 0.2), 0 6px 20px 0 rgba(48, 47, 47, 0.2);
}
.card:first-child {
margin-top: 10px;
}
.card:last-child {
margin-bottom: 10px;
}
.info, .img {
display: inline-block;
}
.info {
width: 60%;
}
.img {
width: 40%;
}
.info h2 {
margin: 0px;
}
.info h2 i {
visibility: hidden;
}
.info-data {
font-size: 20px;
padding: 20px;
}
.info-data p {
margin: 0px;
padding: 2px;
}
button {
padding: 8px 120px 8px 120px;
font-size: 17px;
font-weight: bold;
background-color: #7A99FF;
border: none;
box-shadow: 0 4px 8px 0 rgba(77, 76, 76, 0.2), 0 6px 20px 0 rgba(48, 47, 47, 0.2);
border-radius: 10px;
border: solid 1px #000000;
}
button:hover {
transition: 200ms ease;
background-color: #6287FF !important;
}
img {
width: 200px;
height: auto;
box-shadow: 0 4px 8px 0 rgba(77, 76, 76, 0.2), 0 6px 20px 0 rgba(48, 47, 47, 0.2);
}
iframe {
width: 100%;
height: 700px;
box-shadow: 0 4px 8px 0 rgba(77, 76, 76, 0.2), 0 6px 20px 0 rgba(48, 47, 47, 0.2);
border: none;
padding: 10px;
background-color: #7A99FF;
margin-top: 40px;
}
@media (max-width: 1500px) {
.calendar-container {
padding: 20px 20px 50px 20px;
}
iframe {
width: 90%;
height: 550px;
margin-top: 140px;
}
.info {
width: 80%;
}
.img {
width: 50%;
}
img {
width: 170px;
}
button {
padding: 8px 80px 8px 80px;
}
}
@media (max-width: 1270px) {
.conferences, .calendar {
text-align: center;
width: 100%;
}
.calendar-container {
display:flex;
flex-direction: column-reverse;
}
.calendar {
margin-bottom: 30px;
}
.info {
width: 60%;
}
h1 {
font-size: 24px;
background-color: #ffffff;
padding: 20px;
width: 80%;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 40px;
border: solid 2px #6287FF;
box-shadow: 0 4px 8px 0 rgba(77, 76, 76, 0.2), 0 6px 20px 0 rgba(48, 47, 47, 0.2);
}
br, hr {
display: none;
}
.img {
width: 40%;
}
img {
width: 200px;
}
button {
padding: 8px 120px 8px 120px;
}
iframe {
margin-top: 0px;
}
}
@media (max-width: 830px) {
iframe {
height: 500px;
}
.info-data p {
font-size: 17px;
}
.img {
width: 50%;
}
img {
width: 170px;
}
button {
padding: 8px 50px 8px 50px;
}
}
@media (max-width: 700px) {
.conferences-list {
overflow: hidden;
height: auto;
padding: 0px;
width: 100%;
margin-bottom: 50px;
}
.card {
height: auto;
align-items: unset;
border: solid 1px #000000;
width: 95%;
margin: 0 auto;
margin-bottom: 40px;
}
.img {
display: none;
}
.info {
width: 100%;
}
button {
padding: 8px 120px 8px 120px;
margin-bottom: 15px;
font-size: 24px;
}
.info h2 {
font-size: 26px;
background-color: #6287FF;
padding: 20px;
border-bottom: solid 1px #000000;
}
.info p {
font-size: 24px;
}
}
@media (max-width: 550px) {
.calendar-container {
padding: 10px;
}
iframe {
height: 400px;
}
h1 {
margin-top: 0px;
margin-bottom: 20px;
font-size: 20px;
}
.info h2 i {
visibility: visible;
float: right;
}
}
@media (max-width: 470px) {
.info h2 {
font-size: 24px;
}
.info p {
font-size: 20px;
}
button {
padding: 8px 70px 8px 70px;
font-size: 20px;
}
iframe {
height: 300px;
}
} | 0.428712 | 0.155078 |
1. Start Header CSS
===============================================*/
.header_top {
margin: 7px 0;
}
.header_top_area {
background: #252b3f none repeat scroll 0 0;
}
.main_menu .navbar-default{
background: transparent;
border: none;
}
.header_bottom_area {
background: #e9eff2 none repeat scroll 0 0;
}
.header_top_menu {
margin: 8px 0;
}
.header_top_menu a {
border-right: 1px solid #fff;
color: #fff;
font-family: "Oxygen";
font-size: 12px;
padding: 0 14px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.header_top_menu a:hover{
color: #017cc0;
}
.header_top_menu ul li:first-child a{
padding: 0 16px 0 0;
text-transform: uppercase;
}
.header_top_menu ul li:last-child a{
border-right: none;
}
.header_top_social i {
color: #959595;
display: block;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
font-size: 15px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.header_top_social a:hover i{
color: #fff;
}
.header_top_social a:hover i.fa-twitter{
background: #55acee;
}
.header_top_social a:hover i.fa-facebook{
background: #3b5998;
}
.header_top_social a:hover i.fa-google-plus{
background: #e51c23;
}
.header_top_social a:hover i.fa-dribbble{
background: #EA4C89;
}
.header_top_social a:hover i.fa-linkedin{
background: #007BB6;
}
.header_logo {
margin: 44px 0;
}
.header_we_are > dl {
float: left;
margin-bottom: 0;
margin-right: 9px;
text-align: right;
width: 68%;
}
.header_we_are i {
line-height: 54px;
text-align: center;
width: 27%;
display: inline-block;
}
.header_we_are dt {
color: #666666;
font-family: "RobotoMedium";
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
}
.header_we_are dt, .header_we_are dd{
line-height: 28px;
}
.header_we_are dd, .header_we_are dd a {
color: #959595;
}
.header_we_are dd a:hover{
color: #017cc0;
}
.main_menu .navbar-default .navbar-nav{
width: 100%;
}
.main_menu .navbar-default .navbar-nav > li > a{
color: #252b3f;
font-family: "RobotoLight";
padding: 24px 38px;
text-transform: uppercase;
display: block;
}
.main_menu .nav.navbar-nav li:hover > a {
background: #f1f5f7;
}
.main_menu .nav.navbar-nav li.dropdown > a {
background: url("images/dropdown_bg.png") no-repeat scroll 90% center;
}
.main_menu .nav.navbar-nav li.dropdown:hover > a {
background: #f1f5f7 url("images/dropdown_bg.png") no-repeat scroll 90% center;
}
.main_menu .navbar-nav > li > .dropdown-menu{
top: 99%;
min-width: 200px;
background-color: #f1f5f7;
text-transform: uppercase;
}
.main_menu .navbar-nav > li > .dropdown-menu li:hover a{
background-color: #e9eff2;
}
.main_menu .dropdown-menu > li > a{
border-bottom: 1px solid #e4e4e4;
font-family: "RobotoLight";
padding: 10px 25px;
}
.main_menu .dropdown-menu > li:last-child > a{
border-bottom: none;
}
.main_menu .navbar-default .navbar-nav > li:last-child{
float: right;
}
.main_menu .navbar-default .navbar-nav > li:last-child > a{
background: #1874c1;
color: #fff;
font-family: 'RobotoMedium';
}
.main_menu .navbar-default .navbar-nav > li.active:last-child > a{
background-color: #0060b1;
color: #fff;
}
.main_menu .navbar-default .navbar-nav > li:last-child > a:hover{
background: #0060b1;
}
.main_menu .navbar-default .navbar-nav > li > a:hover{
background: #f1f5f7;
}
.main_menu .navbar {
margin: 0;
}
.main_menu .navbar-default .navbar-nav > li.active > a{
color: #252b3f;
background: #f1f5f7;
}
/* ============================================
End Header CSS
===============================================*/
/* ============================================
2. Start Main Slider CSS
===============================================*/
.main_slider_area {
position: relative;
}
/* ============================================
End Main Slider CSS
===============================================*/
/* ============================================
3. Start Why Us CSS
===============================================*/
.single_why_us {
position: relative;
z-index: 1;
background: #fff;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
padding: 30px;
overflow: hidden;
}
.single_why_hover {
background: rgb(48, 141, 199) none repeat scroll 0 0;
height: 100%;
position: absolute;
width: 100%;
z-index: -1;
opacity: 0;
left: 0;
top: 0;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_why_us:hover .single_why_hover{
opacity: 0.75;
animation-name: fadeInUp;
backface-visibility: visible !important;
animation-duration: 1s;
animation-fill-mode: both;
}
.single_why_us h5 {
margin-top: 22px;
margin-bottom: 21px;
}
.single_why_us:hover h5, .single_why_us:hover p{
color: #fff;
}
.single_why_us .icon_one{
display: inline-block;
width: 74px;
height: 114px;
background: url(images/logistic-service.png) no-repeat center center;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_why_us:hover .icon_one{
background: url(images/logistic-service-hover.png) no-repeat center center; ;
}
.single_why_us .icon_two{
display: inline-block;
width: 74px;
height: 114px;
background: url(images/warehousing.png) no-repeat center center;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_why_us:hover .icon_two{
background: url(images/warehousing-hover.png) no-repeat center center;
}
.single_why_us .icon_three{
display: inline-block;
width: 74px;
height: 114px;
background: url(images/customer-service.png) no-repeat center center;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_why_us:hover .icon_three{
background: url(images/customer-service-hover.png) no-repeat center center; ;
}
/* ============================================
End Why Us CSS
===============================================*/
/* ============================================
4. start we are best
===============================================*/
.weare_best_left_service .single_weare_best > dl {
float: left;
text-align: right;
}
.weare_best_right_service .single_weare_best > dl {
float: right;
text-align: left;
}
.single_weare_best > dl {
margin-bottom: 0;
margin-right: 9px;
width: 68%;
}
.single_weare_best i {
line-height: 54px;
text-align: center;
width: 23%;
display: inline-block;
}
.single_weare_best dt {
color: #313131;
font-family: "RobotoMedium";
font-size: 18px;
font-weight: 400;
margin-bottom: 10px;
}
.single_weare_best dt, .single_weare_best dd{
line-height: 25px;
}
.single_weare_best dd{
color: #959595;
}
.weare_best_area .section_title {
margin-bottom: 105px;
}
/* ============================================
End we are best
===============================================*/
/* ============================================
5. Start Get Quote Area
===============================================*/
.get_quote_area {
background: rgba(0, 0, 0, 0) url("images/get-a-quote.jpg") no-repeat scroll 67% center / cover ;
color: #fff;
padding: 90px 0;
}
.get_quote_area .section_title > h4 {
color: #fff;
}
.get_quote_area .section_title > p {
color: #cdcdcd;
}
.get_quote_area .form-group select {
width: 100%;
-moz-appearance: none;
-webkit-appearance: none;
margin-bottom: 17px;
height: 43px;
font-family: "Open Sans",sans-serif;
font-size: 14px;
font-weight: 400;
color: #959595;
text-indent: 2px;
border: 1px solid #ececec;
}
.get_quote_area .input-group {
width: 100%;
}
.get_quote_area .form-group input[type="text"] {
color: #959595;
font-family: "Open Sans",sans-serif;
font-size: 14px;
font-weight: 400;
height: 43px;
margin-bottom: 17px;
width: 100%;
text-indent: 17px;
border: 1px solid #ececec;
}
.get_quote_area .form-group input[type="submit"] {
margin-bottom: 0;
}
.get_quote_area .form-group.submit{
margin: 0;
}
.icon_arrow:after{
color: #959595;
content: "";
font-family: "FontAwesome";
font-size: 14px;
line-height: 42px;
position: absolute;
right: 11%;
top: 0%;
z-index: 10;
}
.get_quote_area .form-group textarea{
border: 1px solid #ececec;
color: #959595;
height: 133px;
padding: 12px 20px;
width: 100%;
margin-bottom: 22px;
}
/* ============================================
End Get Quote Area
===============================================*/
/* ============================================
6. Start Counter Area
===============================================*/
.logistic_counter_area{
background: rgba(0, 0, 0, 0) url("images/counter-bg.jpg") no-repeat scroll center center / cover ;
}
.single-counter{
text-align: center;
padding: 90px 0;
}
.single-counter img{
display: inline-block;
}
.single-counter > h4 {
color: #222222;
font-size: 14px;
font-family: 'RobotoMedium';
}
.single-counter span{
color: #333333;
display: block;
font-family: "RobotoBold";
font-size: 36px;
font-weight: 700;
line-height: 30px;
margin-bottom: 22px;
margin-top: 36px;
}
/* ============================================
End Counter Area
===============================================*/
/* ============================================
7. Start Transport Features Area
===============================================*/
.transport_features .section_title p {
color: #fff;
}
.transport_features_area {
background: rgba(0, 0, 0, 0) url("images/transport-features.jpg") no-repeat scroll 55% center / cover ;
overflow: hidden;
}
body#home_two .transport_features_area {
background: rgba(0, 0, 0, 0) url("images/transport-features-two.jpg") no-repeat scroll center center / cover ;
overflow: hidden;
}
.transport_features_area .panel-title span {
background: #2f364f url("images/transport-features-open.png") no-repeat scroll center center;
padding: 30px 8px;
float: left;
height: 50px;
width: 50px;
}
.transport_features_area .panel-title a.collapsed span {
background-image: url("images/transport-features-lock.png");
}
.transport_features {
min-height: 800px;
padding-bottom: 120px;
padding-top: 135px;
}
.transport_features_area .panel-default > .panel-heading {
padding: 0;
background: none;
border-radius: 0px;
}
.transport_features_area .panel-default .panel-body p{
color: #999;
}
.transport_features_area .panel-default > .panel-heading .panel-title a {
background: #252b3f none repeat scroll 0 0;
border-bottom: 1px solid #dee8ec;
color: #fff;
display: block;
line-height: 60px;
text-indent: 20px;
border-bottom: none;
}
.transport_features_area .panel-group .panel{
border: medium none;
border-radius: 0;
box-shadow: none;
}
.transport_features_area .panel-group .panel-body, .transport_features_area .panel-collapse, .transport_features_area .panel-default > .panel-heading + .panel-collapse > .panel-body, .transport_features_area .panel-group .panel-heading + .panel-collapse > .panel-body, .transport_features_area .panel-group .panel-heading + .panel-collapse > .list-group{
background-color: #1874c1;
border: medium none;
color: #fff;
}
.transport_features_area .panel-group .panel-heading + .panel-collapse > .panel-body{
border-bottom: none;
}
/* ============================================
End Transport Features Area
===============================================*/
/* ============================================
8. Start Client Says Area
===============================================*/
.all_testimonial_area {
background: rgba(0, 0, 0, 0) url("images/client-says-bg.jpg") no-repeat scroll center center / cover ;
}
body#home_two .all_testimonial_area {
background: rgba(0, 0, 0, 0) url("images/client-says-bg-2.jpg") no-repeat scroll center center / cover ;
}
.all_testimonial_area .section_title > p {
color: #fff;
}
.all_testimonial_container{
position: relative;
}
.testimonial_area .section_heading{
margin-bottom: 60px;
}
.single_testi_slider{
text-align: center;
}
.testi_studient_txt p{
color: #fff;
font-family: "RobotoLightItalic";
font-size: 18px;
font-style: italic;
line-height: 32px;
margin-bottom: 55px;
}
.testi_studient_txt h3{
color: #fff;
font-family: "RobotoMedium";
font-size: 20px;
margin-bottom: 8px;
}
.testi_studient_txt span{
color: #fff;
display: block;
font-family: "OxygenBold";
font-size: 14px;
margin-bottom: 15px;
}
.testi_slider_nav .testi_prev{
position: absolute;
left: 0;
top: 80%;
z-index: 9;
}
.testi_slider_nav .testi_next{
position: absolute;
right: 0;
top: 80%;
z-index: 9;
}
.testi_slider_nav .testi_prev, .testi_slider_nav .testi_next{
line-height: 51px;
width: 51px;
text-align: center;
color: #fff;
font-size: 26px;
cursor: pointer;
}
.all_testimonial_area .section_title {
margin-bottom: 39px;
}
/* ============================================
End Client Says Area
===============================================*/
/* ============================================
9. Start From Our Blog Area
===============================================*/
.single_blog_comment ul {
margin: 0;
padding: 0;
list-style: none;
}
.single_blog_comment li a {
border: 1px solid #4690cd;
border-radius: 5px;
display: inline-block;
line-height: 35px;
margin-bottom: 13px;
text-align: center;
width: 35px;
}
.single_blog_comment li figure{
margin: 0;
position: relative;
}
.single_blog_comment li figure figcaption{
background: #1874c1 none repeat scroll 0 0;
border-radius: 5px;
color: #fff;
left: 2px;
padding: 1px 20px;
position: absolute;
top: 2px;
width: 158px;
opacity: 0;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_blog_comment li figure:hover figcaption{
opacity: 1;
left: -1px;
top: -1px;
z-index: 9;
}
.single_blog_comment figcaption img {
margin-left: -15px;
}
.single_blog_comment figcaption span {
margin-left: 20px;
}
.single_blog_info a {
color: #222222;
display: block;
text-align: left;
font-size: 16px;
}
.single_blog_info a:hover{
color: #017cc0;
}
.single_blog_info > img {
margin-bottom: 25px;
}
.single_blog_info > span {
color: #959595;
display: block;
margin-top: 8px;
text-align: left;
font-size: 13px;
}
.single_blog_info span i {
color: #999999;
font-size: 15px;
margin-right: 17px;
}
.single_blog_info > p {
border-top: 1px solid #ecf0f1;
color: #959595;
margin-top: 20px;
padding-top: 20px;
text-align: left;
}
/* ============================================
End From Our Blog Area
===============================================*/
/* ============================================
10. Start We Are Best At Area
===============================================*/
.weare_best_at_area {
background: rgba(0, 0, 0, 0) url("images/we-are-best-1.jpg") no-repeat scroll center center;
background-size: cover;
}
/* ============================================
End We Are Best At Area
===============================================*/
/* ============================================
11. Start Breadcrumd Area
===============================================*/
.breadcrumb_main_area{
background: url(images/breadcrumb-one.jpg) no-repeat center center / cover #000000;
position: relative;
}
.breadcrumb_bg {
background: rgba(51, 51, 51, 0.75) none repeat scroll 0 0;
padding: 14px 0;
}
.breadcrumb_main_area .breadcrumb {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-radius: 0;
margin: 0;
padding: 0;
}
.breadcrumb_bg h6 {
color: #cfcfcf;
font-family: 'Oxygen';
font-size: 12px;
}
.breadcrumb_main_area .breadcrumb a {
color: #fff;
font-size: 12px;
padding: 6px;
text-transform: uppercase;
}
.breadcrumb_main_area .breadcrumb li:last-child a{
padding-right: 0;
}
.breadcrumb_main_area .breadcrumb a:hover{
color: #017cc0;
}
.breadcrumb_main h3 {
color: #fff;
font-family: "RobotoMedium";
font-size: 36px;
line-height: 30px;
margin: 96px 0 32px;
}
/* ============================================
End Breadcrumd Area
===============================================*/
/* ============================================
12. start About Us Page Area
===============================================*/
.single_who.first > figure {
background: rgba(0, 0, 0, 0) url("images/our_vision_bg.jpg") no-repeat scroll 0 0;
margin: 0;
}
.single_who.second > figure{
background: rgba(0, 0, 0, 0) url("images/our_mision_bg.jpg") no-repeat scroll 0 0;
margin: 0;
}
.single_who figure h5, .single_who figure p{
color: #fff;
}
.single_who figure h5 {
margin-bottom: 4px;
padding-left: 30px;
padding-top: 37px;
}
.single_who figure p {
margin: 0;
padding: 25px 30px 30px;
}
.why_choose_us_area .section_title h4 {
padding-bottom: 20px;
margin: 0;
}
.why_choose_us_area .section_title p{
margin: 35px 0;
}
.about_client_area .client_border {
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.about_client_area .client_border:nth-child(3), .about_client_area .client_border:nth-child(6){
border-right: none;
}
.about_client_area .client_border:nth-child(4), .about_client_area .client_border:nth-child(5), .about_client_area .client_border:nth-child(6){
border-bottom: none;
}
.about_client_area .client_box > a {
-webkit-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.about_client_area .client_box > a:hover{
-webkit-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
}
.about_client_area .section_title{
margin-bottom: 63px;
}
body#about_us .all_testimonial_area {
background: rgba(0, 0, 0, 0) url("images/about-client-says-bg.jpg") no-repeat scroll center center / cover ;
}
body#about_us .single_weare_best_at > dl, body#home_two .single_weare_best_at > dl {
float: right;
margin-bottom: 0;
margin-right: 9px;
text-align: left;
width: 73%;
color: #fff;
}
body#about_us .single_weare_best_at > dl > dt, body#home_two .single_weare_best_at > dl > dt {
font-family: "RobotoMedium";
font-size: 18px;
font-weight: 500;
line-height: 18px;
margin-bottom: 15px;
}
body#about_us .single_weare_best_at i, body#home_two .single_weare_best_at i {
display: inline-block;
line-height: 54px;
text-align: center;
width: 21%;
}
body#about_us .single_weare_best_at, body#home_two .single_weare_best_at {
margin-bottom: 35px;
}
.single_on_parking figure{
position: relative;
}
.single_on_parking figcaption {
background: #fff none repeat scroll 0 0;
bottom: calc(0% - 25px);
margin: 0 20px;
position: absolute;
width: 85%;
padding: 0 23px;
text-align: left;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_on_parking figure:hover figcaption{
bottom: calc(0% - 20px);
}
.single_on_parking figcaption p{
display: inline-block;
margin-left: 23px;
}
.on_parking_area .section_title {
margin-bottom: 0;
}
.on_parking_area .section_title p:last-child{
margin-bottom: 0;
}
/* ============================================
End About Us Page Area
===============================================*/
/* ============================================
13. Start Blog Page Area
===============================================*/
body#blog_page .breadcrumb_bg h6{
text-transform: none;
}
.single_blog_post{
border: 1px solid #eeeeee;
}
.single_blog_post figure {
position: relative;
margin: 0;
}
.single_blog_post img {
padding: 10px;
}
.single_blog_post figcaption {
position: absolute;
right: calc(0px + 17px);
top: calc(0px + 17px);
}
.single_blog_post .blog_comment, .single_blog_post .comment_num {
background: #fff none repeat scroll 0 0;
padding: 10px;
}
.blog_comment i, .comment_num i {
display: block;
font-size: 20px;
margin-bottom: 5px;
color: #0072a5;
}
.single_blog_post span {
color: #0072a5;
}
.single_blog_post h5 {
margin-bottom: 22px;
margin-top: 30px;
padding-left: 30px;
text-transform: none;
color: #313131;
}
.single_blog_post ul{
border-bottom: 1px solid #ecf0f1;
border-top: 1px solid #ecf0f1;
list-style: outside none none;
margin: 0;
padding: 6px 0 10px 30px;
}
.single_blog_post ul li{
border-right: 1px solid #b9b8b8;
display: inline-block;
padding: 0 20px;
color: #b9b8b8;
}
.single_blog_post ul li a{
color: #b9b8b8;
}
.single_blog_post ul li a:hover{
color: #017cc0;
}
.single_blog_post ul li span{
color: #666666;
}
.single_blog_post ul li:last-child{
border-right: none;
}
.single_blog_post ul li:first-child{
padding-left: 0px;
}
.single_blog_post .blog_details > p {
color: #999999;
margin: 30px 0;
padding-left: 30px;
padding-right: 30px;
}
.single_blog_post .blog_details > a {
display: block;
text-align: right;
padding: 0 30px 30px 0;
color: #313131;
font-size: 13px;
font-family: 'RobotoMedium';
}
.single_blog_post .blog_details > a:hover{
color: #017cc0;
}
.single_blog_post .blog_details i {
margin-right: 7px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_blog_post .blog_details > a:hover i{
margin-right: 3px;
}
.single_widget {
margin-bottom: 55px;
overflow: hidden;
}
.single_widget .search_wid {
border: 20px solid #f8f8f8;
}
.single_widget .search_wid > form {
border: 2px solid #d1d1d1;
}
.single_widget .search_wid input[type="text"] {
border: 0 none;
height: 29px;
line-height: 29px;
width: calc(100% - 33px);
text-indent: 5px;
}
.single_widget .search_wid a {
display: inline-block;
margin-right: 10px;
}
.single_widget .search_wid img {
padding-bottom: 5px;
}
.single_widget .category_wid > ul, .single_widget .recent_posts_wid ul, .single_widget .popular_tag_wid ul, .single_widget .flickr_stream_wid ul, .single_widget .archives_wid ul, .all_frequent_queries ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.single_widget .section_title{
margin-bottom: 0;
}
.single_widget .section_title h4 {
margin-bottom: 30px;
padding-bottom: 20px;
}
.single_widget h4{
color: #313131;
font-size: 18px;
}
.single_widget .category_wid > ul > li > a {
color: #999;
}
.single_widget .category_wid > ul > li > a:hover{
color: #0072a5;
}
.single_widget .category_wid li {
border-bottom: 1px solid #efefef;
line-height: 65px;
padding-left: 10px;
}
.single_widget .category_wid i {
font-size: 15px;
margin-right: 15px;
}
.single_widget .recent_posts_wid h6 a {
text-transform: none;
font-size: 12px;
color: #999;
font-family: 'Oxygen';
}
.single_widget .recent_posts_wid h6 a:hover{
color: #0072a5;
}
.single_widget .recent_posts_wid p {
color: #c7c7c7;
font-size: 11px;
line-height: 25px;
margin-bottom: 0;
margin-top: 0;
}
.single_widget .recent_posts_wid p i{
margin-right: 10px;
}
.single_widget .recent_posts_wid li {
border-bottom: 1px solid #efefef;
margin-bottom: 20px;
padding-bottom: 20px;
}
.single_widget .recent_posts_wid li:last-child{
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.single_widget .popular_tag_wid ul li{
float: left;
margin-bottom: 14px;
margin-right: 14px;
}
.single_widget .flickr_stream_wid ul li{
float: left;
margin-right: 14px;
margin-bottom: 14px;
}
.single_widget .flickr_stream_wid ul li:nth-child(4), .single_widget .flickr_stream_wid ul li:nth-child(8){
margin-right: 0px
}
.single_widget .popular_tag_wid ul li a{
border: 1px solid #dbdbdb;
color: #777777;
display: block;
font-size: 13px;
line-height: 32px;
padding: 0 16px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_widget .popular_tag_wid ul li a:hover{
color: #017cc0;
border: 1px solid #017cc0;
}
.single_widget .archives_wid li {
padding: 18px 0;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_widget .archives_wid li a{
display: block;
color: #999999;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_widget .archives_wid li a:hover{
color: #017cc0;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_widget .archives_wid span {
border: 1px solid #d7d7d7;
border-radius: 50%;
display: inline-block;
float: right;
height: 30px;
line-height: 26px;
text-align: center;
width: 30px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_widget .archives_wid li:hover span{
border: 1px solid #017cc0;
color: #017cc0;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
/* ============================================
End Blog Page Area
===============================================*/
/* ============================================
14. Start Footer CSS
===============================================*/
.footer_area {
border-top: 4px solid #dcdcdc;
}
/*.footer_top_area {
background: url(images/footer-top.jpg) no-repeat center center /cover;
}*/
.single_footer_widgets ul {
margin: 0;
padding: 0;
list-style: none;
}
.single_footer_widgets ul li, .single_footer_widgets ul li a, .single_footer_widgets p, .widget_title, .single_footer_widgets span{
color: #fff;
}
.single_footer_widgets ul li{
color: #fff;
}
.single_footer_widgets ul li a{
color: #fff;
}
.address_list i {
display: inline-block;
float: left;
line-height: 49px;
margin-right: 24px;
width: 12%;
}
.address_list dl {
width: 88%;
}
.single_footer_widgets h4 {
margin-bottom: 22px;
}
.address_list dt, .address_list dd {
font-family: "Oxygen";
font-size: 14px;
font-weight: 400;
line-height: 25px;
}
.address_list > li {
margin-bottom: 22px;
}
.single_footer_widgets p {
font-size: 12px;
color: #dcdcdc;
}
.single_footer_widgets input {
background: #e6e6e6 none repeat scroll 0 0;
display: block;
font-size: 13px;
height: 40px;
line-height: 40px;
margin-bottom: 15px;
text-indent: 17px;
width: 100%;
}
.single_footer_widgets span{
color: #dcdcdc;
margin-bottom: 31px;
display: block;
}
.footer_social_icons > li {
display: inline-block;
}
.footer_social_icons a{
display: block;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.footer_social_icons i {
border: 1px solid #959595;
border-radius: 50%;
display: block;
height: 32px;
line-height: 30px;
text-align: center;
width: 32px;
margin-right: 17px;
font-size: 13px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.footer_social_icons a:hover i.fa-facebook{
border: 1px solid #3b5998;
color: #3b5998;
}
.footer_social_icons a:hover i.fa-google-plus{
border: 1px solid #e51c23;
color: #e51c23;
}
.footer_social_icons a:hover i.fa-twitter{
border: 1px solid #55acee;
color: #55acee;
}
.footer_social_icons a:hover i.fa-dribbble{
border: 1px solid #EA4C89;
color: #EA4C89;
}
.footer_social_icons a:hover i.fa-linkedin{
border: 1px solid #007BB6;
color: #007BB6;
}
.industry_support > li {
border-bottom: 1px solid #2d2d2d;
padding: 12px 0;
}
.industry_support > li:first-child{
padding-top: 0;
}
.industry_support > li:last-child{
border-bottom: none;
}
.single_footer_widgets .industry_support a {
color: #dcdcdc;
display: block;
line-height: 13px;
}
.industry_support a:hover{
color: #017cc0;
}
.single_footer_widgets .our_twitter a {
color: #6dcff6;
}
.single_footer_widgets .our_twitter > li {
border-bottom: 1px solid #2d2d2d;
color: #dcdcdc;
padding-bottom: 22px;
padding-top: 22px;
}
.single_footer_widgets .our_twitter > li:first-child{
padding-top: 0;
}
.single_footer_widgets .our_twitter > li:last-child{
padding-bottom: 0;
border-bottom: none;
}
.our_twitter span {
color: #959595;
font-size: 12px;
margin-top: 2px;
margin-bottom: 0;
}
.single_footer_widgets .about_us > li {
color: #dcdcdc;
margin-bottom: 9px;
}
.single_footer_widgets .about_us a {
color: #898989;
font-size: 13px;
font-family: 'RobotoMedium';
}
.about_us i {
display: inline-block;
margin-left: 12px;
font-size: 16px;
}
.single_footer_widgets .about_us a:hover i{
margin-left: 16px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_footer_widgets > img {
display: block;
margin: 70px auto 23px;
}
.footer_fixed_img > img {
display: block;
margin: 0 auto;
}
.footer_copyright > li {
line-height: 25px;
text-align: center;
}
.footer_bottom_area {
background: #000;
padding: 30px 0;
}
.footer_bottom_left ul, .footer_bottom_right ul {
margin: 0;
padding: 0;
list-style: none;
}
.footer_bottom_left ul li, .footer_bottom_right ul li {
display: inline-block;
}
.footer_bottom_left ul li a, .footer_bottom_right ul li a {
color: #fff;
display: block;
font-size: 13px;
line-height: 16px;
padding: 0 7px;
}
.footer_bottom_left ul li a:hover, .footer_bottom_right ul li a:hover{
color: #017cc0;
}
.footer_bottom_left ul li a{
border-right: 1px solid #fff;
}
.footer_bottom_left ul li:last-child a{
border-right: none;
}
.footer_bottom_right ul li{
border-right: 1px solid #fff;
}
.footer_bottom_right ul li:last-child{
border-right: none;
}
/* ============================================
End Footer CSS
===============================================*/
/* ============================================
15. Start Single Blog Page
===============================================*/
.share-this{
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
overflow: hidden;
padding: 15px 30px;
}
.share-left{float: left;}
.share-left span.share-title{color: #666666;
font-size: 13px;}
.share-left span.share-icon a{display: inline-block;
margin-left: 10px;}
.share-left span.share-icon a i{
border: 1px solid #ddd;
border-radius: 50%;
color: #959595;
height: 30px;
padding-top: 8px;
text-align: center;
width: 30px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.share-left span.share-icon a i:hover{border-color:#E16252;color:#E16252}
.share-right{float: right;}
.share-right span{margin-left: 30px;}
.share-right span i{color: #0072a5;}
.share-right span a{
color: #666666;
font-size: 14px;
margin-left: 5px;
}
span.special-text-b{background: #f8f8f8 none repeat scroll 0 0;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
color: #616161;
display: block;
font-size: 18px;
font-style: italic;
line-height: 30px;
margin: 30px;
padding: 20px;}
.super-user{background: #f8f8f8 none repeat scroll 0 0;
margin-top: 60px;
overflow: hidden;
padding: 15px;
}
.s-user-img{float: left;}
.s-user-img img{float: left;
margin-right: 15px;}
.s-user-name{
border-bottom: 1px solid #ddd;
margin-top: 12px;
overflow: hidden;
padding-bottom: 15px;
}
span.s-user-n{
color: #313131;
float: left;
font-size: 18px;
text-transform: uppercase;
}
span.s-user-icon{
float:right;
}
span.s-user-icon a i{
color: #d6d6d6;
font-size: 16px;
margin-left: 10px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
span.s-user-icon a i:hover{color:#E16252}
.s-user-text p{color: #999999;
font-size: 14px;}
.user-comments{margin-top: 75px;}
.user-comments h2{color: #313131;
font-size: 18px;}
.single-comments{margin-top: 70px;}
.comments-user{margin-top: -30px;
overflow: hidden;
position: absolute;
width: 82%;}
.comments-user span.comments-name{color: #313131;
float: left;
font-size: 15px;
width: 50%;}
.comments-user span.comments-date{color: #0072a5;
font-size: 12px;
padding-left: 15px;}
.comments-user span.comments-reply{float: right;
padding-right: 30px;
text-align: right;
width: 50%;}
.comments-user span.comments-reply a{color: #0072a5;
font-size: 13px;}
.comments-user span.comments-reply a i{}
.inner-comments{border: 1px solid #ddd;
overflow: hidden;}
.comments-img{float: left;
margin-top: -45px;
position: absolute;
width: 12%;
z-index: 9999;}
.comments-text{float: right;
overflow: hidden;
padding-left: 20px;
width: 88%;}
.comments-text p{color: #999999;}
.middle-comment{padding-left: 45px;}
.middle-comment .comments-user {
width: 78%;
}
.single-post-contact{margin-top: 75px;}
.single-post-contact h2{color: #313131;
font-size: 18px;
margin-bottom: 45px;}
.single-post-contact input[type=text], .leave_message input[type=text]{
border: 1px solid #ddd;
height: 40px;
margin-bottom: 40px;
padding-left: 20px;
width: 100%;
}
.single-post-contact textarea#message, .leave_message textarea#message{
border: 1px solid #ddd;
height: 160px;
margin-bottom: 30px;
padding-left: 20px;
width: 100%;padding-top: 15px;
}
.single-post-contact input[type=submit]{
background: #0072a5 none repeat scroll 0 0;
border: medium none;
color: #fff;
font-size: 14px;
font-weight: 500;
padding: 10px 20px;
text-transform: uppercase;
}
body#single_blog_page .single_blog_post{
border: none;
}
body#single_blog_page .single_blog_post figure{
border: 1px solid #eeeeee;
}
/* ============================================
End Single Blog Page
===============================================*/
/* ============================================
16. Start Services Page
===============================================*/
body#services_page .get_quote_area {
background: rgba(0, 0, 0, 0) url("images/get-a-quote-services.jpg") no-repeat scroll 50% center / cover ;
color: #fff;
}
body#services_page .single_weoffer_best > dl {
float: right;
margin-bottom: 0;
text-align: left;
width: 73%;
}
body#services_page .single_weoffer_best > dl > dt {
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 18px;
margin-bottom: 16px;
color: #313131;
}
body#services_page .single_weoffer_best > dl > dd{
color: #a6a3a3;
}
body#services_page .single_weoffer_best i {
display: inline-block;
line-height: 54px;
margin-right: 20px;
text-align: center;
width: 21%;
}
.watch_video_area{
background: rgba(0, 0, 0, 0) url("images/watch-video.jpg") no-repeat scroll 50% center / cover ;
}
.watch_video_area h3 {
color: #fff;
}
.industry_support_area .nav.nav-tabs {
margin: 0 auto;
text-align: center;
border-bottom: none;
margin-bottom: 40px;
}
.industry_support_area .nav.nav-tabs li{
display: inline-block;
float: none;
margin-right: 24px;
}
.industry_support_area .nav.nav-tabs li a{
border: 1px solid #017cc0;
border-radius: 80px;
color: #017cc0;
font-family: "RobotoMedium";
letter-spacing: 0.9px;
line-height: 35px;
padding: 6px 34px;
text-transform: uppercase;
}
.industry_support_area .nav.nav-tabs li.active a{
background: #0072a5;
color: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
cursor: pointer;
}
.industry_support_area .tab-content img {
float: left;
margin-right: 40px;
}
.industry_support_area .tab-content p{
color: #777777;
line-height: 28px;
}
.performance_area .single_perform {
border: 1px solid #eaeaea;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.performance_area .single_perform:hover{
border: 1px solid #0072a5;
}
.performance_area .single_perform > img {
margin-top: -32px;
}
.performance_area .single_perform > h5 {
margin-bottom: 29px;
margin-top: 26px;
}
.performance_area .single_perform > p {
color: #999999;
line-height: 24px;
margin-bottom: 39px;
}
/* ============================================
End Services Page
===============================================*/
/* ============================================
17. Start Faq Page Area
===============================================*/
.all_frequent_queries a {
color: #313131;
display: block;
font-family: "RobotoMedium";
font-size: 16px;
line-height: 60px;
}
.all_frequent_queries a:hover{
color: #017cc0;
}
body#faq_main_page .section_title{
margin-bottom: 30px;
}
.single_why_chose_truck > a {
color: #999999;
float: right;
font-family: "Lato",sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 39px;
}
.single_why_chose_truck > p {
color: #999;
font-size: 15px;
line-height: 30px;
}
.all_frequent_queries ul{
margin-bottom: 75px;
}
.single_why_chose_truck > h4 {
letter-spacing: 1px;
margin-bottom: 23px;
text-transform: none;
line-height: 40px;
}
.single_why_chose_truck{
}
/* ============================================
End Faq Page Area
===============================================*/
/* ============================================
18. Start Faq-Accordion Page Area
===============================================*/
.all_frequent_accordion_queries .panel-title span {
background: rgba(0, 0, 0, 0) url("images/faq-accordion-lock.png") no-repeat scroll center center;
padding: 30px 8px;
float: right
}
.all_frequent_accordion_queries .panel-title a.collapsed span {
background-image: url("images/faq-accordion-lock-click.png");
}
.all_frequent_accordion_queries .panel-default > .panel-heading {
padding: 0;
background: none;
border-radius: 0px;
}
.all_frequent_accordion_queries .panel-default .panel-body p{
color: #999;
}
.all_frequent_accordion_queries .panel-default > .panel-heading .panel-title a {
border-bottom: 1px solid #dee8ec;
display: block;
line-height: 60px;
}
.all_frequent_accordion_queries .panel-group .panel{
border: medium none;
border-radius: 0;
box-shadow: none;
}
.all_frequent_accordion_queries .panel-group .panel-body, .all_frequent_accordion_queries .panel-collapse, .all_frequent_accordion_queries .panel-default > .panel-heading + .panel-collapse > .panel-body, .all_frequent_accordion_queries .panel-group .panel-heading + .panel-collapse > .panel-body, .all_frequent_accordion_queries .panel-group .panel-heading + .panel-collapse > .list-group{
border: none;
}
.all_frequent_accordion_queries .panel-group .panel-heading + .panel-collapse > .panel-body{
border-bottom: 1px solid #dee8ec;
}
/* ============================================
End Faq-Accordion Page Area
===============================================*/
/* ============================================
19. Start Contact Page Area
===============================================*/
.our_address_contact .section_title {
margin-bottom: 36px;
}
.our_address_contact .section_title h4{
padding-bottom: 20px;
}
.our_branches ul{
list-style: outside none none;
margin: -8px 0 0;
padding: 0;
}
.our_branches ul li i{
color: #2f8bb5;
margin-right: 20px;
}
.our_branches ul li{
color: #999999;
line-height: 45px;
}
.keep_quick dl, .keep_contact dl{
float: right;
margin-bottom: 0;
text-align: left;
width: 73%;
}
.keep_quick dl dt, .keep_contact dl dt {
color: #313131;
font-family: "Oxygen";
font-size: 15px;
font-weight: 600;
line-height: 31px;
letter-spacing: 1px;
}
.keep_quick dl dd, .keep_contact dl dd{
color: #999;
}
.keep_quick i, .keep_contact i {
display: inline-block;
line-height: 54px;
margin-right: 20px;
text-align: center;
width: 21%;
}
.keep_in_touch p {
color: #959595;
font-size: 15px;
line-height: 27px;
}
.leave_message input[type="submit"]{
background: #0072a5 none repeat scroll 0 0;
border: medium none;
color: #fff;
font-family: 'RobotoMedium';
font-size: 16px;
/*font-weight: 600;*/
padding: 13px 68px;
text-transform: uppercase;
letter-spacing: 1px;
}
.leave_message .section_title {
margin-bottom: 80px;
}
/* ============================================
End Contact Page Area
===============================================*/
/* ============================================
20. Start 404 page Area
===============================================*/
.error_mail{
background: #f1f1f1 none repeat scroll 0 0;
padding: 60px 0;
}
.error_section input[type="submit"]{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #363636 none repeat scroll 0 0;
border-color: -moz-use-text-color -moz-use-text-color #252525;
border-image: none;
border-style: none none solid;
border-width: medium medium 3px;
color: #fff;
font-family: "RobotoMedium";
font-size: 14px;
letter-spacing: 1px;
padding: 17px 34px;
text-transform: uppercase;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.error_section input[type="submit"]:hover{
background: #222 none repeat scroll 0 0;
}
.error_mail input[type="text"] {
border: 0 none;
border-radius: 0;
height: 53px;
line-height: 29px;
margin-right: -3px;
text-indent: 30px;
width: calc(100% - 163px);
}
.error_mail input[type="submit"] {
background: #0072a5 none repeat scroll 0 0;
border: 0 none;
color: #fff;
float: right;
font-family: "RobotoMedium";
font-size: 14px;
font-weight: 600;
line-height: 29px;
padding: 12px 52px;
text-transform: uppercase;
letter-spacing: 1px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.error_mail input[type="submit"]:hover{
background: #004d6f;
}
/* ============================================
End 404 page Area
===============================================*/
/* ============================================
21. Start On Parking Page Area
===============================================*/
.all_parking_trucks .nav.nav-tabs {
border-bottom: medium none;
margin: 0 auto 40px;
text-align: center;
}
.all_parking_trucks .nav.nav-tabs li {
display: inline-block;
float: none;
margin-right: 24px;
}
.all_parking_trucks .nav.nav-tabs li a {
color: #6b6b6b;
font-family: "RobotoMedium";
letter-spacing: 0.9px;
line-height: 30px;
padding: 0 20px;
text-transform: none;
border-radius: 0px;
}
.all_parking_trucks .nav.nav-tabs li.active a, .all_parking_trucks .nav.nav-tabs li:hover a {
color: #0072a5;
border: 1px solid #0072a5;
}
.all_parking_trucks .tab-content .single_truck{
margin-bottom: 30px;
}
.all_parking_trucks .tab-content figure {
position: relative;
overflow: hidden;
margin: 0;
}
.single_truck .truck_photo_caption {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
text-align: center;
top: 0;
width: 100%;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.single_truck:hover .truck_photo_caption {
opacity: 1;
}
.single_truck .truck_photo_caption a.lightbox {
color: #fff;
display: block;
font-size: 90px;
height: 30px;
left: 50%;
line-height: 30px;
margin-left: -40px;
margin-top: -40px;
position: absolute;
top: 50%;
width: 30px;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.single_truck:hover .truck_photo_caption a.lightbox {
font-size: 30px;
margin-left: -15px;
margin-top: -15px;
}
.single_truck .truck_photo_caption span {
background: #0072a5 none repeat scroll 0 0;
bottom: 0;
color: #fff;
font-family: "RobotoMedium";
font-size: 18px;
left: 0;
padding: 15px 0;
position: absolute;
text-transform: uppercase;
width: 100%;
}
.pagination_number nav ul{
margin: 0;
}
.pagination_number nav ul li a{
font-size: 15px;
color: #999999;
border: 1px solid #eeeeee;
margin-right: 5px;
}
.pagination_number nav ul li a:hover{
background-color: #fff;
}
.pagination_number nav ul li.active a {
background-color: #0072a5;
}
.pagination_number nav ul li:last-child a, .pagination_number nav ul li:first-child a{
border-radius: 0px;
}
.pagination_number nav ul li a, .pagination_number nav ul li.active a{
padding: 9px 17px;
}
/* ============================================
End On Parking Page Area
===============================================*/
/* ============================================
22. Start 2nd Home page Area
===============================================*/
.main_two_slider_area {
background: rgba(0, 0, 0, 0) url("images/main-slider-four.jpg") no-repeat scroll center center / cover ;
min-height: 800px;
}
.main_two_slider_area h1, .main_two_slider_area p{
color: #fff;
}
.main_two_slider_area h1{
font-weight: 400;
text-transform: none;
font-size: 45px;
line-height: 55px
}
.main_two_slider_area p {
font-size: 20px;
line-height: 32px;
margin-bottom: 29px;
text-transform: none;
}
.why_choose_home_two .section_title h4{
font-family: Roboto Medium;
font-size:24px;
color:#333333;
line-height: 30px;
}
.why_choose_home_two h4{
font-family: Oxygen;
font-size:14px;
color:#959595;
}
.single_whyhome_two_img:hover figure figcaption {
left: 1%;
bottom: 1%;
}
.single_whyhome_two_img figure{
position: relative;
overflow: hidden;
}
.single_whyhome_two_img figcaption {
background-color: #017cc0;
border-radius: 50%;
bottom: -6%;
left: -3%;
padding: 20px;
position: absolute;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_blog_info h6{
font-size: 17px;
color:#313131;
}
.single_blog_info p{
font-family: Oxygen;
font-size: 14px;
color:#777777;
line-height: 26px
}
body#home_two .logistic_counter_area{
background: rgba(0, 0, 0, 0) url("images/counter-bg-home-two.jpg") no-repeat scroll center center / cover ;
}
body#home_two .single-counter span {
color: #0a8fc7;
}
body#home_two .single-counter > h4{
color: #fff;
}
body#home_two .single-counter{
padding: 0;
}
body#home_two .logistic_counter_area .section_title{
margin-bottom: 70px;
}
body#home_two .logistic_counter_area .section_title p{
color: #fcfcfc;
}
body#home_two .transport_features .section-content ul {
list-style: outside none none;
margin: 0 0 51px;
padding: 0;
}
body#home_two .transport_features .section-content ul li{
color: #fff;
line-height: 42px;
}
body#home_two .transport_features .section-content ul li img{
margin-right: 23px;
}
body#home_two .transport_features .section-content a.btn{
font-size: 15px;
color: #252b3f;
background: #fff;
border-radius: 0px;
border-bottom: 2px solid #eeeaea;
}
body#home_two .owl-carousel .owl-item img {
width: auto;
}
.client_home_two_txt {
background: #fff none repeat scroll 0 0;
margin: 0 auto;
width: 84%;
}
.client_home_two_txt > img {
float: left;
margin-right: 35px;
}
.client_home_two_txt h3 {
color: #017cc0;
font-family: "Oxygen";
font-size: 14px;
padding: 15px 0;
}
.client_home_two_txt p {
color: #999;
padding-bottom: 21px;
line-height: 28px;
margin: 0;
}
body#home_two .testi_prev, body#home_two .testi_next {
color: #36383f;
font-size: 40px;
top: 62%;
}
.blog_feed_home > ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.blog_feed_home li {
border-right: 1px solid #b0b0b0;
color: #999999;
display: inline-block;
font-size: 13px;
margin-right: 20px;
padding-right: 20px;
}
.blog_feed_home li:last-child{
border-right: none;
}
.blog_feed_home li img {
padding: 0 15px;
}
.blog_feed_home {
padding: 10px;
border: 1px solid #eeeeee;
}
.blog_feed_home h6{
margin: 26px 0 7px;
}
.blog_feed_home h6 a{
font-size: 17px;
}
.blog_feed_home > p {
color: #777777;
line-height: 28px;
}
.header-contact{background: #fff none repeat scroll 0 0;
overflow: hidden;
padding: 30px;}
h2.header-contact-title{background: #0072a5 none repeat scroll 0 0;
color: #fff;
font-size: 24px;
font-weight: 500;
padding: 17px 0;
text-align: center;
text-transform: capitalize;
width: 100%;}
.header-form-left{float: left;
padding-right: 15px;
width: 50%;}
.header-form-right{float: right;
width: 50%;padding-left: 15px;}
.header-contact p{color: #313131;
font-size: 14px;
margin-bottom: 5px;}
.form-h-name {
margin-bottom: 20px;
}
.form-h-name > input {
border: 1px solid #ddd;
height: 40px;
padding-left: 10px;
width: 100%;
}
.form-h-select select{ border: 1px solid #ddd;
height: 40px;
padding-left: 10px;
width: 100%;}
.text-area-h{margin-bottom: 20px;}
.text-area-h textarea#message-h{border: 1px solid #ddd;
height: 83px;
padding-left: 10px;
padding-top: 10px;
width: 100%;}
.text-area-h input[type=submit]{background: #0072a5 none repeat scroll 0 0;
border: medium none;
color: #fff;
font-weight: 700;
height: 40px;
letter-spacing: 1px;
margin-top: 30px;
text-transform: uppercase;
width: 100%;}
.header-form-top{margin-top: 145px;}
.about_transport .btn.btn-see:hover{
color: #fff;
}
.about_transport .btn.btn-see {
border-radius: 0;
background-color: #0072a5;
margin-right: 10px;
}
.about_transport .btn.btn-see.btn-white {
background-color: #fff;
color: #0072a5;
}
.single_whyhome_two_img > p {
color: #777;
}
.single_whyhome_two_img h5 {
margin: 26px 0 16px;
}
/* ============================================
End 2nd Home page Area
===============================================*/
/* --------------------------------------------------------
23. start contact us page CSS
-----------------------------------------------------------*/
.send_mail .section_title h4, .contact_info .section_title h4{
color: #515151;
font-size: 18px;
}
.send_mail input, .send_mail textarea {
border: 1px solid #e0e1e5;
color: #666666;
display: inline;
font-size: 14px;
line-height: 20px;
padding: 20px;
margin-bottom: 30px;
outline: none;
width: 100%;
text-transform: uppercase;
}
.send_mail a.btn{
text-transform: none;
}
.contact_info > ul > li{
line-height: 25px;
margin-bottom: 29px;
font-size: 16px;
}
.contact_info > ul > li > i {
float: left;
font-size: 20px;
margin-right: 15px;
min-height: 40px;
padding-top: 3px;
}
body#contact_us_page .contact_info .social_icons > ul > li > a, .contact_info > ul > li{
color: #999999;
}
body#contact_us_page .contact_info .social_icons > ul > li > a{
font-size: 20px;
padding-right: 30px;
}
body#contact_us_page .contact_info .social_icons > ul > li > a:hover{
color: #313a45;
}
.submit_btn {
margin-top: 16px;
}
.thank_box {
background: none repeat scroll 0 0 #eee;
border-bottom: 5px solid #1774c1;
font-size: 20px;
height: 271px;
margin: 100px auto 0;
padding-top: 90px;
text-align: center;
width: 55%;
}
.thank_box a {
background: #1774c1 none repeat scroll 0 0;
border: 2px solid #fff;
color: #fff;
display: block;
font-size: 13px;
margin: 25px auto 0;
padding: 15px 30px;
text-decoration: none;
text-transform: uppercase;
width: 250px;
}
.thank_box a:hover {
background: none repeat scroll 0 0 #fff;
color: #1774c1;
border:2px solid #1774c1;
text-decoration:none;
}
.thank_box i {
font-size: 12px;
margin-right: 5px;
}
.send_mail .btn{
text-transform: none;
}
/* --------------------------------------------------------
end contact us page CSS
-----------------------------------------------------------*/ | edirne-tasimacilik/EdirneTasimaci/EdirneTasimaci/Content/style.css | 1. Start Header CSS
===============================================*/
.header_top {
margin: 7px 0;
}
.header_top_area {
background: #252b3f none repeat scroll 0 0;
}
.main_menu .navbar-default{
background: transparent;
border: none;
}
.header_bottom_area {
background: #e9eff2 none repeat scroll 0 0;
}
.header_top_menu {
margin: 8px 0;
}
.header_top_menu a {
border-right: 1px solid #fff;
color: #fff;
font-family: "Oxygen";
font-size: 12px;
padding: 0 14px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.header_top_menu a:hover{
color: #017cc0;
}
.header_top_menu ul li:first-child a{
padding: 0 16px 0 0;
text-transform: uppercase;
}
.header_top_menu ul li:last-child a{
border-right: none;
}
.header_top_social i {
color: #959595;
display: block;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
font-size: 15px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.header_top_social a:hover i{
color: #fff;
}
.header_top_social a:hover i.fa-twitter{
background: #55acee;
}
.header_top_social a:hover i.fa-facebook{
background: #3b5998;
}
.header_top_social a:hover i.fa-google-plus{
background: #e51c23;
}
.header_top_social a:hover i.fa-dribbble{
background: #EA4C89;
}
.header_top_social a:hover i.fa-linkedin{
background: #007BB6;
}
.header_logo {
margin: 44px 0;
}
.header_we_are > dl {
float: left;
margin-bottom: 0;
margin-right: 9px;
text-align: right;
width: 68%;
}
.header_we_are i {
line-height: 54px;
text-align: center;
width: 27%;
display: inline-block;
}
.header_we_are dt {
color: #666666;
font-family: "RobotoMedium";
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
}
.header_we_are dt, .header_we_are dd{
line-height: 28px;
}
.header_we_are dd, .header_we_are dd a {
color: #959595;
}
.header_we_are dd a:hover{
color: #017cc0;
}
.main_menu .navbar-default .navbar-nav{
width: 100%;
}
.main_menu .navbar-default .navbar-nav > li > a{
color: #252b3f;
font-family: "RobotoLight";
padding: 24px 38px;
text-transform: uppercase;
display: block;
}
.main_menu .nav.navbar-nav li:hover > a {
background: #f1f5f7;
}
.main_menu .nav.navbar-nav li.dropdown > a {
background: url("images/dropdown_bg.png") no-repeat scroll 90% center;
}
.main_menu .nav.navbar-nav li.dropdown:hover > a {
background: #f1f5f7 url("images/dropdown_bg.png") no-repeat scroll 90% center;
}
.main_menu .navbar-nav > li > .dropdown-menu{
top: 99%;
min-width: 200px;
background-color: #f1f5f7;
text-transform: uppercase;
}
.main_menu .navbar-nav > li > .dropdown-menu li:hover a{
background-color: #e9eff2;
}
.main_menu .dropdown-menu > li > a{
border-bottom: 1px solid #e4e4e4;
font-family: "RobotoLight";
padding: 10px 25px;
}
.main_menu .dropdown-menu > li:last-child > a{
border-bottom: none;
}
.main_menu .navbar-default .navbar-nav > li:last-child{
float: right;
}
.main_menu .navbar-default .navbar-nav > li:last-child > a{
background: #1874c1;
color: #fff;
font-family: 'RobotoMedium';
}
.main_menu .navbar-default .navbar-nav > li.active:last-child > a{
background-color: #0060b1;
color: #fff;
}
.main_menu .navbar-default .navbar-nav > li:last-child > a:hover{
background: #0060b1;
}
.main_menu .navbar-default .navbar-nav > li > a:hover{
background: #f1f5f7;
}
.main_menu .navbar {
margin: 0;
}
.main_menu .navbar-default .navbar-nav > li.active > a{
color: #252b3f;
background: #f1f5f7;
}
/* ============================================
End Header CSS
===============================================*/
/* ============================================
2. Start Main Slider CSS
===============================================*/
.main_slider_area {
position: relative;
}
/* ============================================
End Main Slider CSS
===============================================*/
/* ============================================
3. Start Why Us CSS
===============================================*/
.single_why_us {
position: relative;
z-index: 1;
background: #fff;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
padding: 30px;
overflow: hidden;
}
.single_why_hover {
background: rgb(48, 141, 199) none repeat scroll 0 0;
height: 100%;
position: absolute;
width: 100%;
z-index: -1;
opacity: 0;
left: 0;
top: 0;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_why_us:hover .single_why_hover{
opacity: 0.75;
animation-name: fadeInUp;
backface-visibility: visible !important;
animation-duration: 1s;
animation-fill-mode: both;
}
.single_why_us h5 {
margin-top: 22px;
margin-bottom: 21px;
}
.single_why_us:hover h5, .single_why_us:hover p{
color: #fff;
}
.single_why_us .icon_one{
display: inline-block;
width: 74px;
height: 114px;
background: url(images/logistic-service.png) no-repeat center center;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_why_us:hover .icon_one{
background: url(images/logistic-service-hover.png) no-repeat center center; ;
}
.single_why_us .icon_two{
display: inline-block;
width: 74px;
height: 114px;
background: url(images/warehousing.png) no-repeat center center;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_why_us:hover .icon_two{
background: url(images/warehousing-hover.png) no-repeat center center;
}
.single_why_us .icon_three{
display: inline-block;
width: 74px;
height: 114px;
background: url(images/customer-service.png) no-repeat center center;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_why_us:hover .icon_three{
background: url(images/customer-service-hover.png) no-repeat center center; ;
}
/* ============================================
End Why Us CSS
===============================================*/
/* ============================================
4. start we are best
===============================================*/
.weare_best_left_service .single_weare_best > dl {
float: left;
text-align: right;
}
.weare_best_right_service .single_weare_best > dl {
float: right;
text-align: left;
}
.single_weare_best > dl {
margin-bottom: 0;
margin-right: 9px;
width: 68%;
}
.single_weare_best i {
line-height: 54px;
text-align: center;
width: 23%;
display: inline-block;
}
.single_weare_best dt {
color: #313131;
font-family: "RobotoMedium";
font-size: 18px;
font-weight: 400;
margin-bottom: 10px;
}
.single_weare_best dt, .single_weare_best dd{
line-height: 25px;
}
.single_weare_best dd{
color: #959595;
}
.weare_best_area .section_title {
margin-bottom: 105px;
}
/* ============================================
End we are best
===============================================*/
/* ============================================
5. Start Get Quote Area
===============================================*/
.get_quote_area {
background: rgba(0, 0, 0, 0) url("images/get-a-quote.jpg") no-repeat scroll 67% center / cover ;
color: #fff;
padding: 90px 0;
}
.get_quote_area .section_title > h4 {
color: #fff;
}
.get_quote_area .section_title > p {
color: #cdcdcd;
}
.get_quote_area .form-group select {
width: 100%;
-moz-appearance: none;
-webkit-appearance: none;
margin-bottom: 17px;
height: 43px;
font-family: "Open Sans",sans-serif;
font-size: 14px;
font-weight: 400;
color: #959595;
text-indent: 2px;
border: 1px solid #ececec;
}
.get_quote_area .input-group {
width: 100%;
}
.get_quote_area .form-group input[type="text"] {
color: #959595;
font-family: "Open Sans",sans-serif;
font-size: 14px;
font-weight: 400;
height: 43px;
margin-bottom: 17px;
width: 100%;
text-indent: 17px;
border: 1px solid #ececec;
}
.get_quote_area .form-group input[type="submit"] {
margin-bottom: 0;
}
.get_quote_area .form-group.submit{
margin: 0;
}
.icon_arrow:after{
color: #959595;
content: "";
font-family: "FontAwesome";
font-size: 14px;
line-height: 42px;
position: absolute;
right: 11%;
top: 0%;
z-index: 10;
}
.get_quote_area .form-group textarea{
border: 1px solid #ececec;
color: #959595;
height: 133px;
padding: 12px 20px;
width: 100%;
margin-bottom: 22px;
}
/* ============================================
End Get Quote Area
===============================================*/
/* ============================================
6. Start Counter Area
===============================================*/
.logistic_counter_area{
background: rgba(0, 0, 0, 0) url("images/counter-bg.jpg") no-repeat scroll center center / cover ;
}
.single-counter{
text-align: center;
padding: 90px 0;
}
.single-counter img{
display: inline-block;
}
.single-counter > h4 {
color: #222222;
font-size: 14px;
font-family: 'RobotoMedium';
}
.single-counter span{
color: #333333;
display: block;
font-family: "RobotoBold";
font-size: 36px;
font-weight: 700;
line-height: 30px;
margin-bottom: 22px;
margin-top: 36px;
}
/* ============================================
End Counter Area
===============================================*/
/* ============================================
7. Start Transport Features Area
===============================================*/
.transport_features .section_title p {
color: #fff;
}
.transport_features_area {
background: rgba(0, 0, 0, 0) url("images/transport-features.jpg") no-repeat scroll 55% center / cover ;
overflow: hidden;
}
body#home_two .transport_features_area {
background: rgba(0, 0, 0, 0) url("images/transport-features-two.jpg") no-repeat scroll center center / cover ;
overflow: hidden;
}
.transport_features_area .panel-title span {
background: #2f364f url("images/transport-features-open.png") no-repeat scroll center center;
padding: 30px 8px;
float: left;
height: 50px;
width: 50px;
}
.transport_features_area .panel-title a.collapsed span {
background-image: url("images/transport-features-lock.png");
}
.transport_features {
min-height: 800px;
padding-bottom: 120px;
padding-top: 135px;
}
.transport_features_area .panel-default > .panel-heading {
padding: 0;
background: none;
border-radius: 0px;
}
.transport_features_area .panel-default .panel-body p{
color: #999;
}
.transport_features_area .panel-default > .panel-heading .panel-title a {
background: #252b3f none repeat scroll 0 0;
border-bottom: 1px solid #dee8ec;
color: #fff;
display: block;
line-height: 60px;
text-indent: 20px;
border-bottom: none;
}
.transport_features_area .panel-group .panel{
border: medium none;
border-radius: 0;
box-shadow: none;
}
.transport_features_area .panel-group .panel-body, .transport_features_area .panel-collapse, .transport_features_area .panel-default > .panel-heading + .panel-collapse > .panel-body, .transport_features_area .panel-group .panel-heading + .panel-collapse > .panel-body, .transport_features_area .panel-group .panel-heading + .panel-collapse > .list-group{
background-color: #1874c1;
border: medium none;
color: #fff;
}
.transport_features_area .panel-group .panel-heading + .panel-collapse > .panel-body{
border-bottom: none;
}
/* ============================================
End Transport Features Area
===============================================*/
/* ============================================
8. Start Client Says Area
===============================================*/
.all_testimonial_area {
background: rgba(0, 0, 0, 0) url("images/client-says-bg.jpg") no-repeat scroll center center / cover ;
}
body#home_two .all_testimonial_area {
background: rgba(0, 0, 0, 0) url("images/client-says-bg-2.jpg") no-repeat scroll center center / cover ;
}
.all_testimonial_area .section_title > p {
color: #fff;
}
.all_testimonial_container{
position: relative;
}
.testimonial_area .section_heading{
margin-bottom: 60px;
}
.single_testi_slider{
text-align: center;
}
.testi_studient_txt p{
color: #fff;
font-family: "RobotoLightItalic";
font-size: 18px;
font-style: italic;
line-height: 32px;
margin-bottom: 55px;
}
.testi_studient_txt h3{
color: #fff;
font-family: "RobotoMedium";
font-size: 20px;
margin-bottom: 8px;
}
.testi_studient_txt span{
color: #fff;
display: block;
font-family: "OxygenBold";
font-size: 14px;
margin-bottom: 15px;
}
.testi_slider_nav .testi_prev{
position: absolute;
left: 0;
top: 80%;
z-index: 9;
}
.testi_slider_nav .testi_next{
position: absolute;
right: 0;
top: 80%;
z-index: 9;
}
.testi_slider_nav .testi_prev, .testi_slider_nav .testi_next{
line-height: 51px;
width: 51px;
text-align: center;
color: #fff;
font-size: 26px;
cursor: pointer;
}
.all_testimonial_area .section_title {
margin-bottom: 39px;
}
/* ============================================
End Client Says Area
===============================================*/
/* ============================================
9. Start From Our Blog Area
===============================================*/
.single_blog_comment ul {
margin: 0;
padding: 0;
list-style: none;
}
.single_blog_comment li a {
border: 1px solid #4690cd;
border-radius: 5px;
display: inline-block;
line-height: 35px;
margin-bottom: 13px;
text-align: center;
width: 35px;
}
.single_blog_comment li figure{
margin: 0;
position: relative;
}
.single_blog_comment li figure figcaption{
background: #1874c1 none repeat scroll 0 0;
border-radius: 5px;
color: #fff;
left: 2px;
padding: 1px 20px;
position: absolute;
top: 2px;
width: 158px;
opacity: 0;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_blog_comment li figure:hover figcaption{
opacity: 1;
left: -1px;
top: -1px;
z-index: 9;
}
.single_blog_comment figcaption img {
margin-left: -15px;
}
.single_blog_comment figcaption span {
margin-left: 20px;
}
.single_blog_info a {
color: #222222;
display: block;
text-align: left;
font-size: 16px;
}
.single_blog_info a:hover{
color: #017cc0;
}
.single_blog_info > img {
margin-bottom: 25px;
}
.single_blog_info > span {
color: #959595;
display: block;
margin-top: 8px;
text-align: left;
font-size: 13px;
}
.single_blog_info span i {
color: #999999;
font-size: 15px;
margin-right: 17px;
}
.single_blog_info > p {
border-top: 1px solid #ecf0f1;
color: #959595;
margin-top: 20px;
padding-top: 20px;
text-align: left;
}
/* ============================================
End From Our Blog Area
===============================================*/
/* ============================================
10. Start We Are Best At Area
===============================================*/
.weare_best_at_area {
background: rgba(0, 0, 0, 0) url("images/we-are-best-1.jpg") no-repeat scroll center center;
background-size: cover;
}
/* ============================================
End We Are Best At Area
===============================================*/
/* ============================================
11. Start Breadcrumd Area
===============================================*/
.breadcrumb_main_area{
background: url(images/breadcrumb-one.jpg) no-repeat center center / cover #000000;
position: relative;
}
.breadcrumb_bg {
background: rgba(51, 51, 51, 0.75) none repeat scroll 0 0;
padding: 14px 0;
}
.breadcrumb_main_area .breadcrumb {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-radius: 0;
margin: 0;
padding: 0;
}
.breadcrumb_bg h6 {
color: #cfcfcf;
font-family: 'Oxygen';
font-size: 12px;
}
.breadcrumb_main_area .breadcrumb a {
color: #fff;
font-size: 12px;
padding: 6px;
text-transform: uppercase;
}
.breadcrumb_main_area .breadcrumb li:last-child a{
padding-right: 0;
}
.breadcrumb_main_area .breadcrumb a:hover{
color: #017cc0;
}
.breadcrumb_main h3 {
color: #fff;
font-family: "RobotoMedium";
font-size: 36px;
line-height: 30px;
margin: 96px 0 32px;
}
/* ============================================
End Breadcrumd Area
===============================================*/
/* ============================================
12. start About Us Page Area
===============================================*/
.single_who.first > figure {
background: rgba(0, 0, 0, 0) url("images/our_vision_bg.jpg") no-repeat scroll 0 0;
margin: 0;
}
.single_who.second > figure{
background: rgba(0, 0, 0, 0) url("images/our_mision_bg.jpg") no-repeat scroll 0 0;
margin: 0;
}
.single_who figure h5, .single_who figure p{
color: #fff;
}
.single_who figure h5 {
margin-bottom: 4px;
padding-left: 30px;
padding-top: 37px;
}
.single_who figure p {
margin: 0;
padding: 25px 30px 30px;
}
.why_choose_us_area .section_title h4 {
padding-bottom: 20px;
margin: 0;
}
.why_choose_us_area .section_title p{
margin: 35px 0;
}
.about_client_area .client_border {
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.about_client_area .client_border:nth-child(3), .about_client_area .client_border:nth-child(6){
border-right: none;
}
.about_client_area .client_border:nth-child(4), .about_client_area .client_border:nth-child(5), .about_client_area .client_border:nth-child(6){
border-bottom: none;
}
.about_client_area .client_box > a {
-webkit-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.about_client_area .client_box > a:hover{
-webkit-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
}
.about_client_area .section_title{
margin-bottom: 63px;
}
body#about_us .all_testimonial_area {
background: rgba(0, 0, 0, 0) url("images/about-client-says-bg.jpg") no-repeat scroll center center / cover ;
}
body#about_us .single_weare_best_at > dl, body#home_two .single_weare_best_at > dl {
float: right;
margin-bottom: 0;
margin-right: 9px;
text-align: left;
width: 73%;
color: #fff;
}
body#about_us .single_weare_best_at > dl > dt, body#home_two .single_weare_best_at > dl > dt {
font-family: "RobotoMedium";
font-size: 18px;
font-weight: 500;
line-height: 18px;
margin-bottom: 15px;
}
body#about_us .single_weare_best_at i, body#home_two .single_weare_best_at i {
display: inline-block;
line-height: 54px;
text-align: center;
width: 21%;
}
body#about_us .single_weare_best_at, body#home_two .single_weare_best_at {
margin-bottom: 35px;
}
.single_on_parking figure{
position: relative;
}
.single_on_parking figcaption {
background: #fff none repeat scroll 0 0;
bottom: calc(0% - 25px);
margin: 0 20px;
position: absolute;
width: 85%;
padding: 0 23px;
text-align: left;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_on_parking figure:hover figcaption{
bottom: calc(0% - 20px);
}
.single_on_parking figcaption p{
display: inline-block;
margin-left: 23px;
}
.on_parking_area .section_title {
margin-bottom: 0;
}
.on_parking_area .section_title p:last-child{
margin-bottom: 0;
}
/* ============================================
End About Us Page Area
===============================================*/
/* ============================================
13. Start Blog Page Area
===============================================*/
body#blog_page .breadcrumb_bg h6{
text-transform: none;
}
.single_blog_post{
border: 1px solid #eeeeee;
}
.single_blog_post figure {
position: relative;
margin: 0;
}
.single_blog_post img {
padding: 10px;
}
.single_blog_post figcaption {
position: absolute;
right: calc(0px + 17px);
top: calc(0px + 17px);
}
.single_blog_post .blog_comment, .single_blog_post .comment_num {
background: #fff none repeat scroll 0 0;
padding: 10px;
}
.blog_comment i, .comment_num i {
display: block;
font-size: 20px;
margin-bottom: 5px;
color: #0072a5;
}
.single_blog_post span {
color: #0072a5;
}
.single_blog_post h5 {
margin-bottom: 22px;
margin-top: 30px;
padding-left: 30px;
text-transform: none;
color: #313131;
}
.single_blog_post ul{
border-bottom: 1px solid #ecf0f1;
border-top: 1px solid #ecf0f1;
list-style: outside none none;
margin: 0;
padding: 6px 0 10px 30px;
}
.single_blog_post ul li{
border-right: 1px solid #b9b8b8;
display: inline-block;
padding: 0 20px;
color: #b9b8b8;
}
.single_blog_post ul li a{
color: #b9b8b8;
}
.single_blog_post ul li a:hover{
color: #017cc0;
}
.single_blog_post ul li span{
color: #666666;
}
.single_blog_post ul li:last-child{
border-right: none;
}
.single_blog_post ul li:first-child{
padding-left: 0px;
}
.single_blog_post .blog_details > p {
color: #999999;
margin: 30px 0;
padding-left: 30px;
padding-right: 30px;
}
.single_blog_post .blog_details > a {
display: block;
text-align: right;
padding: 0 30px 30px 0;
color: #313131;
font-size: 13px;
font-family: 'RobotoMedium';
}
.single_blog_post .blog_details > a:hover{
color: #017cc0;
}
.single_blog_post .blog_details i {
margin-right: 7px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_blog_post .blog_details > a:hover i{
margin-right: 3px;
}
.single_widget {
margin-bottom: 55px;
overflow: hidden;
}
.single_widget .search_wid {
border: 20px solid #f8f8f8;
}
.single_widget .search_wid > form {
border: 2px solid #d1d1d1;
}
.single_widget .search_wid input[type="text"] {
border: 0 none;
height: 29px;
line-height: 29px;
width: calc(100% - 33px);
text-indent: 5px;
}
.single_widget .search_wid a {
display: inline-block;
margin-right: 10px;
}
.single_widget .search_wid img {
padding-bottom: 5px;
}
.single_widget .category_wid > ul, .single_widget .recent_posts_wid ul, .single_widget .popular_tag_wid ul, .single_widget .flickr_stream_wid ul, .single_widget .archives_wid ul, .all_frequent_queries ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.single_widget .section_title{
margin-bottom: 0;
}
.single_widget .section_title h4 {
margin-bottom: 30px;
padding-bottom: 20px;
}
.single_widget h4{
color: #313131;
font-size: 18px;
}
.single_widget .category_wid > ul > li > a {
color: #999;
}
.single_widget .category_wid > ul > li > a:hover{
color: #0072a5;
}
.single_widget .category_wid li {
border-bottom: 1px solid #efefef;
line-height: 65px;
padding-left: 10px;
}
.single_widget .category_wid i {
font-size: 15px;
margin-right: 15px;
}
.single_widget .recent_posts_wid h6 a {
text-transform: none;
font-size: 12px;
color: #999;
font-family: 'Oxygen';
}
.single_widget .recent_posts_wid h6 a:hover{
color: #0072a5;
}
.single_widget .recent_posts_wid p {
color: #c7c7c7;
font-size: 11px;
line-height: 25px;
margin-bottom: 0;
margin-top: 0;
}
.single_widget .recent_posts_wid p i{
margin-right: 10px;
}
.single_widget .recent_posts_wid li {
border-bottom: 1px solid #efefef;
margin-bottom: 20px;
padding-bottom: 20px;
}
.single_widget .recent_posts_wid li:last-child{
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.single_widget .popular_tag_wid ul li{
float: left;
margin-bottom: 14px;
margin-right: 14px;
}
.single_widget .flickr_stream_wid ul li{
float: left;
margin-right: 14px;
margin-bottom: 14px;
}
.single_widget .flickr_stream_wid ul li:nth-child(4), .single_widget .flickr_stream_wid ul li:nth-child(8){
margin-right: 0px
}
.single_widget .popular_tag_wid ul li a{
border: 1px solid #dbdbdb;
color: #777777;
display: block;
font-size: 13px;
line-height: 32px;
padding: 0 16px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_widget .popular_tag_wid ul li a:hover{
color: #017cc0;
border: 1px solid #017cc0;
}
.single_widget .archives_wid li {
padding: 18px 0;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_widget .archives_wid li a{
display: block;
color: #999999;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_widget .archives_wid li a:hover{
color: #017cc0;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_widget .archives_wid span {
border: 1px solid #d7d7d7;
border-radius: 50%;
display: inline-block;
float: right;
height: 30px;
line-height: 26px;
text-align: center;
width: 30px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_widget .archives_wid li:hover span{
border: 1px solid #017cc0;
color: #017cc0;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
/* ============================================
End Blog Page Area
===============================================*/
/* ============================================
14. Start Footer CSS
===============================================*/
.footer_area {
border-top: 4px solid #dcdcdc;
}
/*.footer_top_area {
background: url(images/footer-top.jpg) no-repeat center center /cover;
}*/
.single_footer_widgets ul {
margin: 0;
padding: 0;
list-style: none;
}
.single_footer_widgets ul li, .single_footer_widgets ul li a, .single_footer_widgets p, .widget_title, .single_footer_widgets span{
color: #fff;
}
.single_footer_widgets ul li{
color: #fff;
}
.single_footer_widgets ul li a{
color: #fff;
}
.address_list i {
display: inline-block;
float: left;
line-height: 49px;
margin-right: 24px;
width: 12%;
}
.address_list dl {
width: 88%;
}
.single_footer_widgets h4 {
margin-bottom: 22px;
}
.address_list dt, .address_list dd {
font-family: "Oxygen";
font-size: 14px;
font-weight: 400;
line-height: 25px;
}
.address_list > li {
margin-bottom: 22px;
}
.single_footer_widgets p {
font-size: 12px;
color: #dcdcdc;
}
.single_footer_widgets input {
background: #e6e6e6 none repeat scroll 0 0;
display: block;
font-size: 13px;
height: 40px;
line-height: 40px;
margin-bottom: 15px;
text-indent: 17px;
width: 100%;
}
.single_footer_widgets span{
color: #dcdcdc;
margin-bottom: 31px;
display: block;
}
.footer_social_icons > li {
display: inline-block;
}
.footer_social_icons a{
display: block;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.footer_social_icons i {
border: 1px solid #959595;
border-radius: 50%;
display: block;
height: 32px;
line-height: 30px;
text-align: center;
width: 32px;
margin-right: 17px;
font-size: 13px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.footer_social_icons a:hover i.fa-facebook{
border: 1px solid #3b5998;
color: #3b5998;
}
.footer_social_icons a:hover i.fa-google-plus{
border: 1px solid #e51c23;
color: #e51c23;
}
.footer_social_icons a:hover i.fa-twitter{
border: 1px solid #55acee;
color: #55acee;
}
.footer_social_icons a:hover i.fa-dribbble{
border: 1px solid #EA4C89;
color: #EA4C89;
}
.footer_social_icons a:hover i.fa-linkedin{
border: 1px solid #007BB6;
color: #007BB6;
}
.industry_support > li {
border-bottom: 1px solid #2d2d2d;
padding: 12px 0;
}
.industry_support > li:first-child{
padding-top: 0;
}
.industry_support > li:last-child{
border-bottom: none;
}
.single_footer_widgets .industry_support a {
color: #dcdcdc;
display: block;
line-height: 13px;
}
.industry_support a:hover{
color: #017cc0;
}
.single_footer_widgets .our_twitter a {
color: #6dcff6;
}
.single_footer_widgets .our_twitter > li {
border-bottom: 1px solid #2d2d2d;
color: #dcdcdc;
padding-bottom: 22px;
padding-top: 22px;
}
.single_footer_widgets .our_twitter > li:first-child{
padding-top: 0;
}
.single_footer_widgets .our_twitter > li:last-child{
padding-bottom: 0;
border-bottom: none;
}
.our_twitter span {
color: #959595;
font-size: 12px;
margin-top: 2px;
margin-bottom: 0;
}
.single_footer_widgets .about_us > li {
color: #dcdcdc;
margin-bottom: 9px;
}
.single_footer_widgets .about_us a {
color: #898989;
font-size: 13px;
font-family: 'RobotoMedium';
}
.about_us i {
display: inline-block;
margin-left: 12px;
font-size: 16px;
}
.single_footer_widgets .about_us a:hover i{
margin-left: 16px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_footer_widgets > img {
display: block;
margin: 70px auto 23px;
}
.footer_fixed_img > img {
display: block;
margin: 0 auto;
}
.footer_copyright > li {
line-height: 25px;
text-align: center;
}
.footer_bottom_area {
background: #000;
padding: 30px 0;
}
.footer_bottom_left ul, .footer_bottom_right ul {
margin: 0;
padding: 0;
list-style: none;
}
.footer_bottom_left ul li, .footer_bottom_right ul li {
display: inline-block;
}
.footer_bottom_left ul li a, .footer_bottom_right ul li a {
color: #fff;
display: block;
font-size: 13px;
line-height: 16px;
padding: 0 7px;
}
.footer_bottom_left ul li a:hover, .footer_bottom_right ul li a:hover{
color: #017cc0;
}
.footer_bottom_left ul li a{
border-right: 1px solid #fff;
}
.footer_bottom_left ul li:last-child a{
border-right: none;
}
.footer_bottom_right ul li{
border-right: 1px solid #fff;
}
.footer_bottom_right ul li:last-child{
border-right: none;
}
/* ============================================
End Footer CSS
===============================================*/
/* ============================================
15. Start Single Blog Page
===============================================*/
.share-this{
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
overflow: hidden;
padding: 15px 30px;
}
.share-left{float: left;}
.share-left span.share-title{color: #666666;
font-size: 13px;}
.share-left span.share-icon a{display: inline-block;
margin-left: 10px;}
.share-left span.share-icon a i{
border: 1px solid #ddd;
border-radius: 50%;
color: #959595;
height: 30px;
padding-top: 8px;
text-align: center;
width: 30px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.share-left span.share-icon a i:hover{border-color:#E16252;color:#E16252}
.share-right{float: right;}
.share-right span{margin-left: 30px;}
.share-right span i{color: #0072a5;}
.share-right span a{
color: #666666;
font-size: 14px;
margin-left: 5px;
}
span.special-text-b{background: #f8f8f8 none repeat scroll 0 0;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
color: #616161;
display: block;
font-size: 18px;
font-style: italic;
line-height: 30px;
margin: 30px;
padding: 20px;}
.super-user{background: #f8f8f8 none repeat scroll 0 0;
margin-top: 60px;
overflow: hidden;
padding: 15px;
}
.s-user-img{float: left;}
.s-user-img img{float: left;
margin-right: 15px;}
.s-user-name{
border-bottom: 1px solid #ddd;
margin-top: 12px;
overflow: hidden;
padding-bottom: 15px;
}
span.s-user-n{
color: #313131;
float: left;
font-size: 18px;
text-transform: uppercase;
}
span.s-user-icon{
float:right;
}
span.s-user-icon a i{
color: #d6d6d6;
font-size: 16px;
margin-left: 10px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
span.s-user-icon a i:hover{color:#E16252}
.s-user-text p{color: #999999;
font-size: 14px;}
.user-comments{margin-top: 75px;}
.user-comments h2{color: #313131;
font-size: 18px;}
.single-comments{margin-top: 70px;}
.comments-user{margin-top: -30px;
overflow: hidden;
position: absolute;
width: 82%;}
.comments-user span.comments-name{color: #313131;
float: left;
font-size: 15px;
width: 50%;}
.comments-user span.comments-date{color: #0072a5;
font-size: 12px;
padding-left: 15px;}
.comments-user span.comments-reply{float: right;
padding-right: 30px;
text-align: right;
width: 50%;}
.comments-user span.comments-reply a{color: #0072a5;
font-size: 13px;}
.comments-user span.comments-reply a i{}
.inner-comments{border: 1px solid #ddd;
overflow: hidden;}
.comments-img{float: left;
margin-top: -45px;
position: absolute;
width: 12%;
z-index: 9999;}
.comments-text{float: right;
overflow: hidden;
padding-left: 20px;
width: 88%;}
.comments-text p{color: #999999;}
.middle-comment{padding-left: 45px;}
.middle-comment .comments-user {
width: 78%;
}
.single-post-contact{margin-top: 75px;}
.single-post-contact h2{color: #313131;
font-size: 18px;
margin-bottom: 45px;}
.single-post-contact input[type=text], .leave_message input[type=text]{
border: 1px solid #ddd;
height: 40px;
margin-bottom: 40px;
padding-left: 20px;
width: 100%;
}
.single-post-contact textarea#message, .leave_message textarea#message{
border: 1px solid #ddd;
height: 160px;
margin-bottom: 30px;
padding-left: 20px;
width: 100%;padding-top: 15px;
}
.single-post-contact input[type=submit]{
background: #0072a5 none repeat scroll 0 0;
border: medium none;
color: #fff;
font-size: 14px;
font-weight: 500;
padding: 10px 20px;
text-transform: uppercase;
}
body#single_blog_page .single_blog_post{
border: none;
}
body#single_blog_page .single_blog_post figure{
border: 1px solid #eeeeee;
}
/* ============================================
End Single Blog Page
===============================================*/
/* ============================================
16. Start Services Page
===============================================*/
body#services_page .get_quote_area {
background: rgba(0, 0, 0, 0) url("images/get-a-quote-services.jpg") no-repeat scroll 50% center / cover ;
color: #fff;
}
body#services_page .single_weoffer_best > dl {
float: right;
margin-bottom: 0;
text-align: left;
width: 73%;
}
body#services_page .single_weoffer_best > dl > dt {
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 18px;
margin-bottom: 16px;
color: #313131;
}
body#services_page .single_weoffer_best > dl > dd{
color: #a6a3a3;
}
body#services_page .single_weoffer_best i {
display: inline-block;
line-height: 54px;
margin-right: 20px;
text-align: center;
width: 21%;
}
.watch_video_area{
background: rgba(0, 0, 0, 0) url("images/watch-video.jpg") no-repeat scroll 50% center / cover ;
}
.watch_video_area h3 {
color: #fff;
}
.industry_support_area .nav.nav-tabs {
margin: 0 auto;
text-align: center;
border-bottom: none;
margin-bottom: 40px;
}
.industry_support_area .nav.nav-tabs li{
display: inline-block;
float: none;
margin-right: 24px;
}
.industry_support_area .nav.nav-tabs li a{
border: 1px solid #017cc0;
border-radius: 80px;
color: #017cc0;
font-family: "RobotoMedium";
letter-spacing: 0.9px;
line-height: 35px;
padding: 6px 34px;
text-transform: uppercase;
}
.industry_support_area .nav.nav-tabs li.active a{
background: #0072a5;
color: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
cursor: pointer;
}
.industry_support_area .tab-content img {
float: left;
margin-right: 40px;
}
.industry_support_area .tab-content p{
color: #777777;
line-height: 28px;
}
.performance_area .single_perform {
border: 1px solid #eaeaea;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.performance_area .single_perform:hover{
border: 1px solid #0072a5;
}
.performance_area .single_perform > img {
margin-top: -32px;
}
.performance_area .single_perform > h5 {
margin-bottom: 29px;
margin-top: 26px;
}
.performance_area .single_perform > p {
color: #999999;
line-height: 24px;
margin-bottom: 39px;
}
/* ============================================
End Services Page
===============================================*/
/* ============================================
17. Start Faq Page Area
===============================================*/
.all_frequent_queries a {
color: #313131;
display: block;
font-family: "RobotoMedium";
font-size: 16px;
line-height: 60px;
}
.all_frequent_queries a:hover{
color: #017cc0;
}
body#faq_main_page .section_title{
margin-bottom: 30px;
}
.single_why_chose_truck > a {
color: #999999;
float: right;
font-family: "Lato",sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 39px;
}
.single_why_chose_truck > p {
color: #999;
font-size: 15px;
line-height: 30px;
}
.all_frequent_queries ul{
margin-bottom: 75px;
}
.single_why_chose_truck > h4 {
letter-spacing: 1px;
margin-bottom: 23px;
text-transform: none;
line-height: 40px;
}
.single_why_chose_truck{
}
/* ============================================
End Faq Page Area
===============================================*/
/* ============================================
18. Start Faq-Accordion Page Area
===============================================*/
.all_frequent_accordion_queries .panel-title span {
background: rgba(0, 0, 0, 0) url("images/faq-accordion-lock.png") no-repeat scroll center center;
padding: 30px 8px;
float: right
}
.all_frequent_accordion_queries .panel-title a.collapsed span {
background-image: url("images/faq-accordion-lock-click.png");
}
.all_frequent_accordion_queries .panel-default > .panel-heading {
padding: 0;
background: none;
border-radius: 0px;
}
.all_frequent_accordion_queries .panel-default .panel-body p{
color: #999;
}
.all_frequent_accordion_queries .panel-default > .panel-heading .panel-title a {
border-bottom: 1px solid #dee8ec;
display: block;
line-height: 60px;
}
.all_frequent_accordion_queries .panel-group .panel{
border: medium none;
border-radius: 0;
box-shadow: none;
}
.all_frequent_accordion_queries .panel-group .panel-body, .all_frequent_accordion_queries .panel-collapse, .all_frequent_accordion_queries .panel-default > .panel-heading + .panel-collapse > .panel-body, .all_frequent_accordion_queries .panel-group .panel-heading + .panel-collapse > .panel-body, .all_frequent_accordion_queries .panel-group .panel-heading + .panel-collapse > .list-group{
border: none;
}
.all_frequent_accordion_queries .panel-group .panel-heading + .panel-collapse > .panel-body{
border-bottom: 1px solid #dee8ec;
}
/* ============================================
End Faq-Accordion Page Area
===============================================*/
/* ============================================
19. Start Contact Page Area
===============================================*/
.our_address_contact .section_title {
margin-bottom: 36px;
}
.our_address_contact .section_title h4{
padding-bottom: 20px;
}
.our_branches ul{
list-style: outside none none;
margin: -8px 0 0;
padding: 0;
}
.our_branches ul li i{
color: #2f8bb5;
margin-right: 20px;
}
.our_branches ul li{
color: #999999;
line-height: 45px;
}
.keep_quick dl, .keep_contact dl{
float: right;
margin-bottom: 0;
text-align: left;
width: 73%;
}
.keep_quick dl dt, .keep_contact dl dt {
color: #313131;
font-family: "Oxygen";
font-size: 15px;
font-weight: 600;
line-height: 31px;
letter-spacing: 1px;
}
.keep_quick dl dd, .keep_contact dl dd{
color: #999;
}
.keep_quick i, .keep_contact i {
display: inline-block;
line-height: 54px;
margin-right: 20px;
text-align: center;
width: 21%;
}
.keep_in_touch p {
color: #959595;
font-size: 15px;
line-height: 27px;
}
.leave_message input[type="submit"]{
background: #0072a5 none repeat scroll 0 0;
border: medium none;
color: #fff;
font-family: 'RobotoMedium';
font-size: 16px;
/*font-weight: 600;*/
padding: 13px 68px;
text-transform: uppercase;
letter-spacing: 1px;
}
.leave_message .section_title {
margin-bottom: 80px;
}
/* ============================================
End Contact Page Area
===============================================*/
/* ============================================
20. Start 404 page Area
===============================================*/
.error_mail{
background: #f1f1f1 none repeat scroll 0 0;
padding: 60px 0;
}
.error_section input[type="submit"]{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #363636 none repeat scroll 0 0;
border-color: -moz-use-text-color -moz-use-text-color #252525;
border-image: none;
border-style: none none solid;
border-width: medium medium 3px;
color: #fff;
font-family: "RobotoMedium";
font-size: 14px;
letter-spacing: 1px;
padding: 17px 34px;
text-transform: uppercase;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.error_section input[type="submit"]:hover{
background: #222 none repeat scroll 0 0;
}
.error_mail input[type="text"] {
border: 0 none;
border-radius: 0;
height: 53px;
line-height: 29px;
margin-right: -3px;
text-indent: 30px;
width: calc(100% - 163px);
}
.error_mail input[type="submit"] {
background: #0072a5 none repeat scroll 0 0;
border: 0 none;
color: #fff;
float: right;
font-family: "RobotoMedium";
font-size: 14px;
font-weight: 600;
line-height: 29px;
padding: 12px 52px;
text-transform: uppercase;
letter-spacing: 1px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.error_mail input[type="submit"]:hover{
background: #004d6f;
}
/* ============================================
End 404 page Area
===============================================*/
/* ============================================
21. Start On Parking Page Area
===============================================*/
.all_parking_trucks .nav.nav-tabs {
border-bottom: medium none;
margin: 0 auto 40px;
text-align: center;
}
.all_parking_trucks .nav.nav-tabs li {
display: inline-block;
float: none;
margin-right: 24px;
}
.all_parking_trucks .nav.nav-tabs li a {
color: #6b6b6b;
font-family: "RobotoMedium";
letter-spacing: 0.9px;
line-height: 30px;
padding: 0 20px;
text-transform: none;
border-radius: 0px;
}
.all_parking_trucks .nav.nav-tabs li.active a, .all_parking_trucks .nav.nav-tabs li:hover a {
color: #0072a5;
border: 1px solid #0072a5;
}
.all_parking_trucks .tab-content .single_truck{
margin-bottom: 30px;
}
.all_parking_trucks .tab-content figure {
position: relative;
overflow: hidden;
margin: 0;
}
.single_truck .truck_photo_caption {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
text-align: center;
top: 0;
width: 100%;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.single_truck:hover .truck_photo_caption {
opacity: 1;
}
.single_truck .truck_photo_caption a.lightbox {
color: #fff;
display: block;
font-size: 90px;
height: 30px;
left: 50%;
line-height: 30px;
margin-left: -40px;
margin-top: -40px;
position: absolute;
top: 50%;
width: 30px;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.single_truck:hover .truck_photo_caption a.lightbox {
font-size: 30px;
margin-left: -15px;
margin-top: -15px;
}
.single_truck .truck_photo_caption span {
background: #0072a5 none repeat scroll 0 0;
bottom: 0;
color: #fff;
font-family: "RobotoMedium";
font-size: 18px;
left: 0;
padding: 15px 0;
position: absolute;
text-transform: uppercase;
width: 100%;
}
.pagination_number nav ul{
margin: 0;
}
.pagination_number nav ul li a{
font-size: 15px;
color: #999999;
border: 1px solid #eeeeee;
margin-right: 5px;
}
.pagination_number nav ul li a:hover{
background-color: #fff;
}
.pagination_number nav ul li.active a {
background-color: #0072a5;
}
.pagination_number nav ul li:last-child a, .pagination_number nav ul li:first-child a{
border-radius: 0px;
}
.pagination_number nav ul li a, .pagination_number nav ul li.active a{
padding: 9px 17px;
}
/* ============================================
End On Parking Page Area
===============================================*/
/* ============================================
22. Start 2nd Home page Area
===============================================*/
.main_two_slider_area {
background: rgba(0, 0, 0, 0) url("images/main-slider-four.jpg") no-repeat scroll center center / cover ;
min-height: 800px;
}
.main_two_slider_area h1, .main_two_slider_area p{
color: #fff;
}
.main_two_slider_area h1{
font-weight: 400;
text-transform: none;
font-size: 45px;
line-height: 55px
}
.main_two_slider_area p {
font-size: 20px;
line-height: 32px;
margin-bottom: 29px;
text-transform: none;
}
.why_choose_home_two .section_title h4{
font-family: Roboto Medium;
font-size:24px;
color:#333333;
line-height: 30px;
}
.why_choose_home_two h4{
font-family: Oxygen;
font-size:14px;
color:#959595;
}
.single_whyhome_two_img:hover figure figcaption {
left: 1%;
bottom: 1%;
}
.single_whyhome_two_img figure{
position: relative;
overflow: hidden;
}
.single_whyhome_two_img figcaption {
background-color: #017cc0;
border-radius: 50%;
bottom: -6%;
left: -3%;
padding: 20px;
position: absolute;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single_blog_info h6{
font-size: 17px;
color:#313131;
}
.single_blog_info p{
font-family: Oxygen;
font-size: 14px;
color:#777777;
line-height: 26px
}
body#home_two .logistic_counter_area{
background: rgba(0, 0, 0, 0) url("images/counter-bg-home-two.jpg") no-repeat scroll center center / cover ;
}
body#home_two .single-counter span {
color: #0a8fc7;
}
body#home_two .single-counter > h4{
color: #fff;
}
body#home_two .single-counter{
padding: 0;
}
body#home_two .logistic_counter_area .section_title{
margin-bottom: 70px;
}
body#home_two .logistic_counter_area .section_title p{
color: #fcfcfc;
}
body#home_two .transport_features .section-content ul {
list-style: outside none none;
margin: 0 0 51px;
padding: 0;
}
body#home_two .transport_features .section-content ul li{
color: #fff;
line-height: 42px;
}
body#home_two .transport_features .section-content ul li img{
margin-right: 23px;
}
body#home_two .transport_features .section-content a.btn{
font-size: 15px;
color: #252b3f;
background: #fff;
border-radius: 0px;
border-bottom: 2px solid #eeeaea;
}
body#home_two .owl-carousel .owl-item img {
width: auto;
}
.client_home_two_txt {
background: #fff none repeat scroll 0 0;
margin: 0 auto;
width: 84%;
}
.client_home_two_txt > img {
float: left;
margin-right: 35px;
}
.client_home_two_txt h3 {
color: #017cc0;
font-family: "Oxygen";
font-size: 14px;
padding: 15px 0;
}
.client_home_two_txt p {
color: #999;
padding-bottom: 21px;
line-height: 28px;
margin: 0;
}
body#home_two .testi_prev, body#home_two .testi_next {
color: #36383f;
font-size: 40px;
top: 62%;
}
.blog_feed_home > ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.blog_feed_home li {
border-right: 1px solid #b0b0b0;
color: #999999;
display: inline-block;
font-size: 13px;
margin-right: 20px;
padding-right: 20px;
}
.blog_feed_home li:last-child{
border-right: none;
}
.blog_feed_home li img {
padding: 0 15px;
}
.blog_feed_home {
padding: 10px;
border: 1px solid #eeeeee;
}
.blog_feed_home h6{
margin: 26px 0 7px;
}
.blog_feed_home h6 a{
font-size: 17px;
}
.blog_feed_home > p {
color: #777777;
line-height: 28px;
}
.header-contact{background: #fff none repeat scroll 0 0;
overflow: hidden;
padding: 30px;}
h2.header-contact-title{background: #0072a5 none repeat scroll 0 0;
color: #fff;
font-size: 24px;
font-weight: 500;
padding: 17px 0;
text-align: center;
text-transform: capitalize;
width: 100%;}
.header-form-left{float: left;
padding-right: 15px;
width: 50%;}
.header-form-right{float: right;
width: 50%;padding-left: 15px;}
.header-contact p{color: #313131;
font-size: 14px;
margin-bottom: 5px;}
.form-h-name {
margin-bottom: 20px;
}
.form-h-name > input {
border: 1px solid #ddd;
height: 40px;
padding-left: 10px;
width: 100%;
}
.form-h-select select{ border: 1px solid #ddd;
height: 40px;
padding-left: 10px;
width: 100%;}
.text-area-h{margin-bottom: 20px;}
.text-area-h textarea#message-h{border: 1px solid #ddd;
height: 83px;
padding-left: 10px;
padding-top: 10px;
width: 100%;}
.text-area-h input[type=submit]{background: #0072a5 none repeat scroll 0 0;
border: medium none;
color: #fff;
font-weight: 700;
height: 40px;
letter-spacing: 1px;
margin-top: 30px;
text-transform: uppercase;
width: 100%;}
.header-form-top{margin-top: 145px;}
.about_transport .btn.btn-see:hover{
color: #fff;
}
.about_transport .btn.btn-see {
border-radius: 0;
background-color: #0072a5;
margin-right: 10px;
}
.about_transport .btn.btn-see.btn-white {
background-color: #fff;
color: #0072a5;
}
.single_whyhome_two_img > p {
color: #777;
}
.single_whyhome_two_img h5 {
margin: 26px 0 16px;
}
/* ============================================
End 2nd Home page Area
===============================================*/
/* --------------------------------------------------------
23. start contact us page CSS
-----------------------------------------------------------*/
.send_mail .section_title h4, .contact_info .section_title h4{
color: #515151;
font-size: 18px;
}
.send_mail input, .send_mail textarea {
border: 1px solid #e0e1e5;
color: #666666;
display: inline;
font-size: 14px;
line-height: 20px;
padding: 20px;
margin-bottom: 30px;
outline: none;
width: 100%;
text-transform: uppercase;
}
.send_mail a.btn{
text-transform: none;
}
.contact_info > ul > li{
line-height: 25px;
margin-bottom: 29px;
font-size: 16px;
}
.contact_info > ul > li > i {
float: left;
font-size: 20px;
margin-right: 15px;
min-height: 40px;
padding-top: 3px;
}
body#contact_us_page .contact_info .social_icons > ul > li > a, .contact_info > ul > li{
color: #999999;
}
body#contact_us_page .contact_info .social_icons > ul > li > a{
font-size: 20px;
padding-right: 30px;
}
body#contact_us_page .contact_info .social_icons > ul > li > a:hover{
color: #313a45;
}
.submit_btn {
margin-top: 16px;
}
.thank_box {
background: none repeat scroll 0 0 #eee;
border-bottom: 5px solid #1774c1;
font-size: 20px;
height: 271px;
margin: 100px auto 0;
padding-top: 90px;
text-align: center;
width: 55%;
}
.thank_box a {
background: #1774c1 none repeat scroll 0 0;
border: 2px solid #fff;
color: #fff;
display: block;
font-size: 13px;
margin: 25px auto 0;
padding: 15px 30px;
text-decoration: none;
text-transform: uppercase;
width: 250px;
}
.thank_box a:hover {
background: none repeat scroll 0 0 #fff;
color: #1774c1;
border:2px solid #1774c1;
text-decoration:none;
}
.thank_box i {
font-size: 12px;
margin-right: 5px;
}
.send_mail .btn{
text-transform: none;
}
/* --------------------------------------------------------
end contact us page CSS
-----------------------------------------------------------*/ | 0.406037 | 0.072505 |
@charset "utf-8";
#nfd-investments{
margin-top:20px;
margin-left:20px;
}
#nfd-touch{
margin-top:40px;
position:relative;
min-height:600px;
}
#nfd-investments hd{
width:640px;
}
#my_tab_1{
width:120px;
}
#my_tab_2{
width:120px;
}
#my_tab_3{
width:120px;
}
/**
* tab样式
*/
.nfd-tab .hd {
font-size: 14px;
margin-bottom: 10px;
height:40px;
}
.nfd-tab .hd a {
float: left;
width: 34%;
text-align: center;
background-color: #fff;
color: #707070;
height: 32px;
line-height: 30px;
border: 1px solid #28a8ff;
box-sizing:border-box;
}
.nfd-tab .hd a:first-child {
width: 33%;
border-top-left-radius:5px;
border-bottom-left-radius:5px;
border-left:1px solid #28a8ff;
border-right:none;
}
.nfd-tab .hd a:last-child {
width: 33%;
border-top-right-radius:5px;
border-bottom-right-radius:5px;
border-left:none;
border-right:1px solid #28a8ff;
}
.nfd-tab .hd a.selected {
background: #28a8ff;
color: #fff;
}
.nfd-tab .bd .tab {
display: none;
}
.nfd-tab .bd .tab.selected {
display: block;
}
@charset "utf-8";
.tab{
vertical-align:text-top;
}
/*bonus 我的红包相关样式*/
.bonus{
margin-bottom:12px;
margin-right:24px;
background-color:#fff;
border:1px solid #ccc;
border-radius:5px;
overflow:hidden;
width:340px;
margin-bottom:12px;
vertical-align:text-top;
display:inline-block;
}
.bonus .bonus_top{
background-color:#fff;
height:82px;
color:#333;
padding-left:96px;
position:relative;
}
.bonus .bonus_img{
position:absolute;
top:0px;
left:8px;
width:80px;
height:80px;
line-height:100px;
text-align:center;
color:#fff000;
color:#e65737;
color:#fff;
font-size:24px;
font-weight:bold;
background-image:url(../img/bonus/redbag_bg3.png);
background-repeat:no-repeat;
background-position:top center;
background-size:80px 80px;
}
.bonus .bonus_amt{
padding-top:6px;
padding-right:12px;
font-size:24px;
line-height:36px;
font-weight:bold;
text-align:left;
}
.bonus .bonus_bottom{
color:#666;
line-height:20px;
border-top:1px solid #ccc;
padding: 10px 12px;
display:none;
}
.bonus_info{
padding-top:16px;
font-size:16px;
padding-bottom:16px;
}
.bonus_info1{
padding-top:12px;
font-size:14px;
padding-bottom:4px;
}
.bonus_invest{
line-height:16px;
padding-bottom:2px;
}
.bonus .bonus_experis{
color:#9c9c9c
}
.bonus .bonus_extra{
position:absolute;
top:56px;
right:12px;
color:#2d81fe;
cursor:pointer;
}
.bonus_used.bonus .bonus_img{
background-image:url(../img/bonus/redbag_bg3_gray.png);
color:#dedede;
}
.my_bonus_num{
display:inline-block;
background-color:#F00;
color:#FFF;
width:20px;
text-align:center;
line-height:20px;
font-size:12px;
border-radius:20px;
margin-left:8px;
}
.nfd-tab2 .hd{
position:absolute;
right:-1px;
top:-34px;
}
.nfd-tab2 .hd a{
width:100px;
height:32px;
line-height:32px;
display:block;
float:left;
text-align:center;
border:1px solid #ebebeb;
background-color:#fafaf9;
}
.nfd-tab2 .hd a:first-child{
border-top-left-radius:3px;
border-right:none;
}
.nfd-tab2 .hd a:last-child{
border-left:none;
}
.nfd-tab2 .hd a.selected{
background-color:#fff;
border-bottom-color:#fff;
} | web/m_nfd/user/css/style.css | @charset "utf-8";
#nfd-investments{
margin-top:20px;
margin-left:20px;
}
#nfd-touch{
margin-top:40px;
position:relative;
min-height:600px;
}
#nfd-investments hd{
width:640px;
}
#my_tab_1{
width:120px;
}
#my_tab_2{
width:120px;
}
#my_tab_3{
width:120px;
}
/**
* tab样式
*/
.nfd-tab .hd {
font-size: 14px;
margin-bottom: 10px;
height:40px;
}
.nfd-tab .hd a {
float: left;
width: 34%;
text-align: center;
background-color: #fff;
color: #707070;
height: 32px;
line-height: 30px;
border: 1px solid #28a8ff;
box-sizing:border-box;
}
.nfd-tab .hd a:first-child {
width: 33%;
border-top-left-radius:5px;
border-bottom-left-radius:5px;
border-left:1px solid #28a8ff;
border-right:none;
}
.nfd-tab .hd a:last-child {
width: 33%;
border-top-right-radius:5px;
border-bottom-right-radius:5px;
border-left:none;
border-right:1px solid #28a8ff;
}
.nfd-tab .hd a.selected {
background: #28a8ff;
color: #fff;
}
.nfd-tab .bd .tab {
display: none;
}
.nfd-tab .bd .tab.selected {
display: block;
}
@charset "utf-8";
.tab{
vertical-align:text-top;
}
/*bonus 我的红包相关样式*/
.bonus{
margin-bottom:12px;
margin-right:24px;
background-color:#fff;
border:1px solid #ccc;
border-radius:5px;
overflow:hidden;
width:340px;
margin-bottom:12px;
vertical-align:text-top;
display:inline-block;
}
.bonus .bonus_top{
background-color:#fff;
height:82px;
color:#333;
padding-left:96px;
position:relative;
}
.bonus .bonus_img{
position:absolute;
top:0px;
left:8px;
width:80px;
height:80px;
line-height:100px;
text-align:center;
color:#fff000;
color:#e65737;
color:#fff;
font-size:24px;
font-weight:bold;
background-image:url(../img/bonus/redbag_bg3.png);
background-repeat:no-repeat;
background-position:top center;
background-size:80px 80px;
}
.bonus .bonus_amt{
padding-top:6px;
padding-right:12px;
font-size:24px;
line-height:36px;
font-weight:bold;
text-align:left;
}
.bonus .bonus_bottom{
color:#666;
line-height:20px;
border-top:1px solid #ccc;
padding: 10px 12px;
display:none;
}
.bonus_info{
padding-top:16px;
font-size:16px;
padding-bottom:16px;
}
.bonus_info1{
padding-top:12px;
font-size:14px;
padding-bottom:4px;
}
.bonus_invest{
line-height:16px;
padding-bottom:2px;
}
.bonus .bonus_experis{
color:#9c9c9c
}
.bonus .bonus_extra{
position:absolute;
top:56px;
right:12px;
color:#2d81fe;
cursor:pointer;
}
.bonus_used.bonus .bonus_img{
background-image:url(../img/bonus/redbag_bg3_gray.png);
color:#dedede;
}
.my_bonus_num{
display:inline-block;
background-color:#F00;
color:#FFF;
width:20px;
text-align:center;
line-height:20px;
font-size:12px;
border-radius:20px;
margin-left:8px;
}
.nfd-tab2 .hd{
position:absolute;
right:-1px;
top:-34px;
}
.nfd-tab2 .hd a{
width:100px;
height:32px;
line-height:32px;
display:block;
float:left;
text-align:center;
border:1px solid #ebebeb;
background-color:#fafaf9;
}
.nfd-tab2 .hd a:first-child{
border-top-left-radius:3px;
border-right:none;
}
.nfd-tab2 .hd a:last-child{
border-left:none;
}
.nfd-tab2 .hd a.selected{
background-color:#fff;
border-bottom-color:#fff;
} | 0.180467 | 0.053626 |
body {
margin: 0;
padding: 0;
background:white;
font-family: itc-avant-garde-gothic-pro, sans-serif;
font-weight: 300;
font-style: normal;
}
.container {
width:100%;
margin: 0 auto;
}
.logo {
padding: 10px;
}
header{
background: #292927;
height: 130px
}
nav{
padding: 2em;
}
nav ul {
margin: 0;
padding: 0;
list-style: none;
margin-top: 5px;
font-size: 20px;
}
nav li{
display: inline-block;
margin-left: 220px;
}
nav a{
color: blue;
text-decoration: none;
transform: uppercase;
}
/*
nav a: hover {
color: #848484;
}
nav a: before {
content:
display: block;
height: 5px;
width:100%;
background color: white;
position: absolute;
top: 0;
}
*/
.smokegif {
position: relative;
margin: auto;
max-height: 300px;
width: 100%;
padding: 0;
top: 10px;
}
.giftext{
color: white;
position: absolute;
top: 30px;
left: 225px;
font-family: rig-solid-bold-outline, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 68px;
}
/
ul li{
display: inline-block;
}
ul li a{
text-decoration: none;
color: #fff;
padding: 5px 20px
border: 1px solid transparent;
transition: 0.5s ease;
}
ul li a:hover{
background-color: white;
color: black;
}
ul li.active a{
background-color: white;
color: black;
}
.medialogo {
position: absolute;
padding: 20px;
font-size: 60px;
}
.contactstay{
font-size: 70px;
}
.handles{
padding-top: 25px;
padding-left: 100px;
font-size: 65px;
}
form{
font-family: itc-avant-garde-gothic-pro, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 20px;
text-align: left;
padding-left: 20px;
}
.letsconnect{
font-family: itc-avant-garde-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
padding-left: 20px;
text-align:left;
font-size: 40px;
}
.origintitle{
margin: auto;
font-size: 40px;
padding: 2em;
text-align: center;
}
.STORY{
margin: auto;
padding: 1em;
text-align: center;
border: 2em;
}
.comingsoon{
font-size: 30px;
left: 2em;
top: 80%;
}
.newsletterbutton{
width: -80%;
height: auto;
float: right;
}
/*
#slidebg{
width: 100%
height: 100vh;
background position: center center;
background-size: cover;
background-repeat: no-repeat;
backface-visibility: hidden;
animation: slidebg 8s linear infinite 0s;
animation transition-timing-function: ease-in-out;
background-image: url(css/images/lustburner.jpg);
}
@keyframes slidebg {
0%{
background border-image: url(css/images/lustburner.jpg);
}
25%{
background border-image: url(css/images/burnerhead1.jpg);
}
50%{
background border-image: url(css/images/burnerhead2.jpg);
}
75%{
background border-image: url(css/images/lustburner.jpg);
}
100%{
background border-image: url(css/images/bunerhead1.jpg);
}
}
*/
body {
background-image: url(css/images/burnerhead1.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
.shoptext{
color: white;
padding: 3em;
font-size: 35px;
} | css/copystyle.css | body {
margin: 0;
padding: 0;
background:white;
font-family: itc-avant-garde-gothic-pro, sans-serif;
font-weight: 300;
font-style: normal;
}
.container {
width:100%;
margin: 0 auto;
}
.logo {
padding: 10px;
}
header{
background: #292927;
height: 130px
}
nav{
padding: 2em;
}
nav ul {
margin: 0;
padding: 0;
list-style: none;
margin-top: 5px;
font-size: 20px;
}
nav li{
display: inline-block;
margin-left: 220px;
}
nav a{
color: blue;
text-decoration: none;
transform: uppercase;
}
/*
nav a: hover {
color: #848484;
}
nav a: before {
content:
display: block;
height: 5px;
width:100%;
background color: white;
position: absolute;
top: 0;
}
*/
.smokegif {
position: relative;
margin: auto;
max-height: 300px;
width: 100%;
padding: 0;
top: 10px;
}
.giftext{
color: white;
position: absolute;
top: 30px;
left: 225px;
font-family: rig-solid-bold-outline, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 68px;
}
/
ul li{
display: inline-block;
}
ul li a{
text-decoration: none;
color: #fff;
padding: 5px 20px
border: 1px solid transparent;
transition: 0.5s ease;
}
ul li a:hover{
background-color: white;
color: black;
}
ul li.active a{
background-color: white;
color: black;
}
.medialogo {
position: absolute;
padding: 20px;
font-size: 60px;
}
.contactstay{
font-size: 70px;
}
.handles{
padding-top: 25px;
padding-left: 100px;
font-size: 65px;
}
form{
font-family: itc-avant-garde-gothic-pro, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 20px;
text-align: left;
padding-left: 20px;
}
.letsconnect{
font-family: itc-avant-garde-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
padding-left: 20px;
text-align:left;
font-size: 40px;
}
.origintitle{
margin: auto;
font-size: 40px;
padding: 2em;
text-align: center;
}
.STORY{
margin: auto;
padding: 1em;
text-align: center;
border: 2em;
}
.comingsoon{
font-size: 30px;
left: 2em;
top: 80%;
}
.newsletterbutton{
width: -80%;
height: auto;
float: right;
}
/*
#slidebg{
width: 100%
height: 100vh;
background position: center center;
background-size: cover;
background-repeat: no-repeat;
backface-visibility: hidden;
animation: slidebg 8s linear infinite 0s;
animation transition-timing-function: ease-in-out;
background-image: url(css/images/lustburner.jpg);
}
@keyframes slidebg {
0%{
background border-image: url(css/images/lustburner.jpg);
}
25%{
background border-image: url(css/images/burnerhead1.jpg);
}
50%{
background border-image: url(css/images/burnerhead2.jpg);
}
75%{
background border-image: url(css/images/lustburner.jpg);
}
100%{
background border-image: url(css/images/bunerhead1.jpg);
}
}
*/
body {
background-image: url(css/images/burnerhead1.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
.shoptext{
color: white;
padding: 3em;
font-size: 35px;
} | 0.223208 | 0.07208 |
:root {
--content-max-width: 60em;
--search-input-color: black;
--search-result-heading-color: white;
--search-result-keyword-background: unset;
--search-result-keyword-margin: unset;
--search-result-keyword-font-weight: 800;
--theme-color: #06689f;
--sidebar-background: #06689f;
--sidebar-nav-link-color: rgba(255, 255, 255, 0.75);
--sidebar-nav-link-color--active: white;
--sidebar-nav-link-font-weight--active: 600;
--sidebar-nav-link-text-decoration--active: underline;
--sidebar-nav-link-before-content-l3: none;
--sidebar-name-color: white;
--sidebar-toggle-offset-top: unset;
--sidebar-width: 20rem;
--pagination-label-font-size: var(--font-size-l);
--pagination-title-font-size: 0px;
}
.close,
.close:focus,
.close:hover {
float: unset;
font-size: unset;
font-weight: unset;
line-height: unset;
color: unset;
text-shadow: unset;
filter: unset;
opacity: unset;
}
.cover-main h1 img {
height: 72px;
}
.cover-main blockquote {
border-left: unset;
}
.cover.show {
display: flex !important;
}
body {
background-color: unset;
line-height: unset;
font-family: unset;
font-size: unset;
}
h1 {
line-height: unset;
}
.dropdown-toggle {
background: var(--theme-color);
border: none;
}
.sidebar {
color: rgba(255, 255, 255, 0.75);
font-size: 16px;
}
.sidebar-toggle {
bottom: 0;
}
.sidebar > h1 {
font-size: var(--sidebar-name-font-size);
}
.sidebar > h1 img {
height: 32px;
}
/* Hide inactive lists whose titles aren't links. */
.sidebar-nav ul a + ul.inactive {
display: none;
}
.sidebar-nav ul a {
white-space: unset;
}
.sidebar-nav .book-outline ul {
margin-left: var(--sidebar-nav-indent);
}
#cli-changes ~ .table-wrapper * {
--table-cell-border-width: 1px;
--table-cell-padding: 0.5em 0.5em;
--table-head-border-width: 1px;
--table-row-even-background: var(--mono-tint3);
--table-row-odd-background: inherit;
table-layout: fixed;
white-space: initial;
}
.docsify-pagination-container {
margin-bottom: -24px;
}
.github-widget {
display: flex;
justify-content: center;
width: fit-content;
margin: auto;
}
.github-widget .material-icons-outlined {
opacity: 0.3;
transition: all 0.2s;
}
.github-widget .material-icons-outlined:hover {
opacity: 1;
}
.pagination-item-label {
z-index: -1;
position: relative;
} | site/static/css/site.css | :root {
--content-max-width: 60em;
--search-input-color: black;
--search-result-heading-color: white;
--search-result-keyword-background: unset;
--search-result-keyword-margin: unset;
--search-result-keyword-font-weight: 800;
--theme-color: #06689f;
--sidebar-background: #06689f;
--sidebar-nav-link-color: rgba(255, 255, 255, 0.75);
--sidebar-nav-link-color--active: white;
--sidebar-nav-link-font-weight--active: 600;
--sidebar-nav-link-text-decoration--active: underline;
--sidebar-nav-link-before-content-l3: none;
--sidebar-name-color: white;
--sidebar-toggle-offset-top: unset;
--sidebar-width: 20rem;
--pagination-label-font-size: var(--font-size-l);
--pagination-title-font-size: 0px;
}
.close,
.close:focus,
.close:hover {
float: unset;
font-size: unset;
font-weight: unset;
line-height: unset;
color: unset;
text-shadow: unset;
filter: unset;
opacity: unset;
}
.cover-main h1 img {
height: 72px;
}
.cover-main blockquote {
border-left: unset;
}
.cover.show {
display: flex !important;
}
body {
background-color: unset;
line-height: unset;
font-family: unset;
font-size: unset;
}
h1 {
line-height: unset;
}
.dropdown-toggle {
background: var(--theme-color);
border: none;
}
.sidebar {
color: rgba(255, 255, 255, 0.75);
font-size: 16px;
}
.sidebar-toggle {
bottom: 0;
}
.sidebar > h1 {
font-size: var(--sidebar-name-font-size);
}
.sidebar > h1 img {
height: 32px;
}
/* Hide inactive lists whose titles aren't links. */
.sidebar-nav ul a + ul.inactive {
display: none;
}
.sidebar-nav ul a {
white-space: unset;
}
.sidebar-nav .book-outline ul {
margin-left: var(--sidebar-nav-indent);
}
#cli-changes ~ .table-wrapper * {
--table-cell-border-width: 1px;
--table-cell-padding: 0.5em 0.5em;
--table-head-border-width: 1px;
--table-row-even-background: var(--mono-tint3);
--table-row-odd-background: inherit;
table-layout: fixed;
white-space: initial;
}
.docsify-pagination-container {
margin-bottom: -24px;
}
.github-widget {
display: flex;
justify-content: center;
width: fit-content;
margin: auto;
}
.github-widget .material-icons-outlined {
opacity: 0.3;
transition: all 0.2s;
}
.github-widget .material-icons-outlined:hover {
opacity: 1;
}
.pagination-item-label {
z-index: -1;
position: relative;
} | 0.555676 | 0.116161 |
@media only screen and (min-width: 980px) and (max-width: 1279px) {
.dashboardforsis2.downdashbaord select {
width: 120px;
}
.input-group-addon {
right: 2%;
}
.dashboardforsis2.downdashbaord label {
width: auto;
margin-right: 10px;
line-height: 32px;
font-size: 12px !important;
}
.dashboardforsis2.downdashbaord .btn.btn-primary {
width: 102px;
font-size: 13px;
padding: 7px 15px;
margin-left: 7px;
}
.subsc img {
max-height: 376px;
overflow: hidden;
width: 100%;
}
.prsnl_forem.dashboardforsis .cousrescdtial span.incomplete {
font-size: 12px;
}
.prsnl_forem.dashboardforsis .cousrescdtial span.complete {
font-size: 12px;
float: left;
}
.rpdctprce h1 {
width: 150px;
font-size: 26px;
}
.rpdctprce p {
padding-right: 150px;
}
.rpdctprce h5 {
padding-right: 155px;
}
.prsnl_forem.product_form_form h1 {
font-size: 24px;
}
.transcript_form_useradmin .checkforassignmnet input[type="checkbox"] {
width: auto;
margin: 0;
margin-right: 10px;
}
.profile_page_enroll img {
margin-bottom: 10px;
}
.enrollment_steps ul li {
margin-right: 3px;
}
.prsnl_forem.prsnl_forem_attendance .table-responsive table tbody tr td select {
width: 250px;
}
.transcript_form input {
width: 60%;
}
.dualtable.dualtable_3 .table-responsive table tbody tr td span {
font-size: 15px;
}
.enrollmnt_top h2 {
font-size: 22px;
}
.attendncesearch input[type="date"] {
width: 155px;
}
.attendncesearch select {
width: 155px;
}
.medicalprofile h3 {
right: 0;
top: 30px;
margin: 0;
color: #e30c2b;
width: 100%;
position: relative;
float: left;
}
.left-menu ul {
width: 100%;
float: left;
padding: 0;
padding-left: 45px;
margin: 0;
}
.left-menu ul li a {
padding: 13px 8px;
font-size: 14px;
}
.medicalprofile h4 {
width: 79%;
}
.medicalprofile h5 {
width: 79%;
float: left;
color: #115eae;
margin: 0;
margin-top: 20px;
}
.template_inner .template_bheadrr label {
float: left;
width: 80px;
line-height: 35px;
color: #fff;
font-weight: 500;
}
.template_inner .template_bheadrr select {
width: 20%;
}
label.containersss {
margin-right: 7px;
font-size: 13px;
width: 14%;
}
/* landing */
.signuphome .textbox.textbox_2 {
width: 100%;
}
.textbox.textbox_2.textbox_3 {
width: 45%;
}
.signuphome .textbox.textbox_2 input {
width: 65%;
margin-right: 0;
}
.textbox.textbox_2.textbox_3 {
width: 100% !important;
float: left;
}
.signuphome .textbox.textbox_2.textbox_3 label {
width: 140px;
}
.signuphome .textbox.textbox_2.textbox_3 input {
margin-right: 0;
float: left;
width: 65%;
}
.informationsection h3 {
margin-top: 12px;
}
.informationsection p {
font-size: 13px;
}
.calculate h1 span {
font-size: 33px;
}
.calculate h1
{
font-size: 30px;
}
.inputforsubs {
width: 100%;
}
.inputforsubs input {
width: 65%;
}
.subscibe_innr {
width: 100%;
float: left;
background: url(../images/newsletterbanner_bg.jpg) no-repeat;
background-size: cover;
padding: 50px 30px;
height: 376px;
}
.subscibe_innr h1 {
font-size: 40px;
margin-bottom: 50px;
}
.commentsection_inner iframe {
width: 100%;
height: 250px;
}
.cheathead a {
padding: 0 13px;
font-size: 12px;
}
.chat_inbox ul li a p {
width: 115px;
}
.chat_inbox ul li a h4 {
width: 115px;
}
.replysection a {
float: left;
color: #666;
padding: 0 5px;
font-size: 11px;
}
.inboxcmessage_top p {
float: left;
font-weight: 300;
color: #000;
margin-top: 0;
display: block;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 0;
font-size: 10px;
}
.inputfield {
width: 80%;
float: left;
position: relative;
border: 1px solid #999;
}
/* .teachercourcemodal .innermodal.modal-lg
{
width: 850px;
} */
.view_picture h4 {
float: left;
color: #fff;
font-size: 16px;
}
.grngcolor
{
width: 100%;
float: right;
}
.stepsmodal li.modalstep_1 {
width: 44%;
}
.full_list p {
font-size: 10px;
}
.listforfund h4 {
width: 100%;
float: left;
color: #115eae;
margin: 0;
margin: 10px 0;
font-size: 13px;
line-height: 16px;
}
.tabforlearn_content .tab-content p {
width: 75%;
}
/* ======================= 14-06-2018 =========================== */
.signuphome.signuphome_billing_three {
width: 94%!important;
display: table;
margin: 0 auto;
float: none;
padding: 30px!important;
}
.input-group-addon {
right: 3% !important;
font-size: 10px !important;
width: 100px !important;
}
.textbox.input-group input {
padding-right: 105px;
}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
.input-group-addon {
right: 3%;
}
.subsc img
{
max-height: 282px;
}
.rpdctprce h1 {
width: 135px;
font-size: 23px;
}
.rpdctprce h1 small
{
font-size: 15px;
}
.rpdctprce p {
padding-right: 135px;
}
.rpdctprce p {
padding-right: 135px;
}
.prsnl_forem.product_form_form h1 {
font-size: 24px;
}
.transcript_form_useradmin .checkforassignmnet input[type="checkbox"] {
width: auto;
margin: 0;
margin-right: 10px;
}
.transcript_form_useradmin .checkforassignmnet {
width: auto;
margin-left: 0;
}
.transcript_form_useradmin .checkforassignmnet label {
margin-right: 10px;
width: auto;
line-height: 34px;
}
.profile_page_enroll img {
margin-bottom: 10px;
}
.left-menu ul li a img {
margin-right: 10px;
}
.enrollmnt {
padding-left: 200px;
}
.left-menu ul li a {
font-size: 13px;
}
.enrollmnt_top input {
width: 240px;
}
.prsnl_forem input {
font-size: 11px;
}
.prsnl_forem.prsnl_forem_attendance .table-responsive table tbody tr td select {
border: 1px solid #999;
border-radius: 5px;
padding: 8px 10px;
margin: 0;
width: 100px;
margin-top: 10px;
float: right;
}
.prsnl_forem.prsnl_forem_attendance .table-responsive table tbody tr td:nth-child(1)
{
width: 200px;
}
.sidebar {
width: 200px;
}
.logo img {
width: 155px;
display: block;
margin: 0 auto;
}
.leftnavbar {
width: 30px;
position: fixed;
left: 0;
background: #0e559e;
top: 61px;
height: 100%;
}
.leftnavbar a.srchicon img {
width: 15px;
height: 15px;
margin-top: 10px;
}
.bottomnavbar {
position: fixed;
bottom: 55px;
left: 0;
width: 30px;
}
.header_logo img {
width: 199px;
}
.header_logo {
position: fixed;
width: 100%;
height: 47px;
bottom: 0;
left: 0;
}
.left-menu ul {
width: 100%;
float: left;
padding: 0;
padding-left: 40px;
margin: 0;
}
.left-menu ul li a {
width: 100%;
float: left;
text-decoration: none;
color: #fff;
padding: 13px 6px;
font-size: 13px;
line-height: 15px;
transition: .3s ease;
}
.attendncesearch label {
font-size: 13px;
}
.attendncesearch input[type="date"] {
width: 120px;
float: left;
color: #000;
font-weight: 500;
border: 1px solid #333;
background: #fff;
padding: 10px 4px;
margin-bottom: 20px;
background: url(../images/calender_grey.png) no-repeat right center;
background-position: right 5px bottom 12px;
background-color: #fff !important;
background-size: 13px;
margin-right: 10px;
border-radius: 5px;
}
.attendncesearch select {
width: 130px;
float: left;
color: #000;
font-weight: 500;
border: 1px solid #333;
background: #fff;
padding: 10px 5px;
-webkit-appearance: none;
-moz-appearance: none;
padding-right: 30px;
background: url(../images/drop_dwn_arrow.png) no-repeat right center;
background-position: right 5px bottom 16px;
background-size: 10px;
background-color: #fff !important;
border-radius: 5px;
}
.attendncesearch .btn.btn-primary {
background: #115eae;
margin-left: 10px;
padding: 12px 21px;
border: 0;
font-size: 14px;
transition: .2s ease;
}
.transcript_form label, .transcript_form input
{
width: 100%
}
.transcript_form label {
line-height: 22px;
margin-bottom: 2px;
}
.template_inner .template_bheadrr label {
float: left;
width: 100%;
line-height: 35px;
color: #fff;
font-weight: 500;
}
.template_inner .template_bheadrr select {
width: 100%;
}
label.containersss {
margin-right: 7px;
font-size: 13px;
width: 18%;
}
.innermodal {
width: 600px;
}
.modal_form label.btn.btn-primary {
color: #fff;
width: 70px;
float: right;
padding: 11px 0;
border: 0;
background: #0e559e;
font-size: 12px;
}
.modal_form_fundmodal h3 {
float: left;
color: #115eae;
width: 68%;
font-size: 30px;
margin: 0;
margin-bottom: 20px;
}
.modal_form_fundmodal h5 {
float: left;
color: #000;
width: 34%;
font-size: 12px;
margin: 0;
margin-bottom: 10px;
padding-right: 10px;
}
.modal_form.modal_form_fundmodal .medicalprofile h4 {
width: 76%;
}
.modal_form.modal_form_fundmodal .medicalprofile h5 {
width: 76%;
}
.modal_form.modal_form_fundmodal .personal_medicasl p {
font-size: 12px;
}
.nav.navbar-nav.navbar-right li {
margin-right: 10px;
}
.nav.navbar-nav.navbar-right .btn.btn-primary {
margin-top: 5px;
margin-left: 5px;
}
label.pollsurvey {
width: 100%;
}
.navbar_landing .navbar.navbar-inverse input {
float: right;
width: 188px;
margin-right: 5px;
}
.navbar_landing .navbar.navbar-inverse .navbar-brand img {
width: 110px;
}
.left-banner h1 {
font-size: 26px;
}
.left-banner h3 {
font-size: 12px;
}
.signuphome h4 {
font-size: 14px;
}
.signuphome .textbox label ,.signuphome .textbox.textbox_2 label , .signuphome .textbox.textbox_2.textbox_3 label{
width: 120px;
font-size: 12px;
padding-left: 0;
}
.signuphome .textbox input ,.signuphome .textbox.textbox_2 input , .signuphome .textbox.textbox_2.textbox_3 input {
float: left;
width: 60%;
}
.signuphome {
padding: 20px 15px;
}
.signuphome .textbox.textbox_2 {
width: 100%;
}
.signuphome .textbox.textbox_2 {
width: 100%;
}
.textbox.textbox_2.textbox_3 {
width: 45%;
}
.signuphome .textbox.textbox_2 input {
width: 60%;
margin-right: 0;
}
.textbox.textbox_2.textbox_3 {
width: 100% !important;
float: left;
}
.signuphome .textbox.textbox_2.textbox_3 label {
width: 120px;
}
.signuphome .textbox.textbox_2.textbox_3 input {
margin-right: 0;
float: left;
width: 60%;
}
.informationsection h3 {
margin-top: 0px;
}
.informationsection p {
float: left;
width: 100%;
float: left;
color: #484646;
margin-bottom: 10px;
font-size: 11px;
}
.informationsection .btn.btn-default {
padding: 5px 20px;
background: #fff;
border: 1px solid #000;
color: #000;
float: left;
font-size: 12px;
transition: .3s ease;
}
.signuphome .textbox p {
width: 92%;
margin-top: 16px;
}
.pricebox {
width: 100%;
float: left;
padding: 30px 5px;
border-radius: 5px;
}
.pricebox h4 {
font-size: 18px;
}
.pricebox span {
margin-bottom: 20px;
}
.pricebox h1 {
width: 100%;
float: left;
text-align: center;
font-size: 30px;
margin: 25px 0;
color: #000;
}
.pricebox p {
font-size: 13px;
}
.pricebox button.btn.btn.btn-primary {
width: 100%;
float: left;
padding: 9px;
background: #115eae;
border: 0;
font-size: 15px;
margin-bottom: 0;
}
.pricebox h5 {
font-size: 14px;
margin-bottom: 25px;
}
.pricecalcutn_right h1 {
font-size: 30px;
}
.pricecalcutn_right h2 {
font-size: 24px;
}
.inputforsubs {
width: 100%;
}
.inputforsubs .btn.btn-default {
width: 94px;
}
.footermenu h4 {
font-size: 18px;
}
.footermenu li a {
font-size: 11px;
}
.footer-social p {
font-size: 12px;
}
.footer-social a {
width: 30px;
height: 30px;
display: inline-block;
border-radius: 50%;
border: 1px solid #fff;
margin-right: 8px;
line-height: 30px;
font-size: 15px;
text-align: center;
color: #fff;
text-decoration: none;
}
.subscibe_innr h1 {
width: 100%;
float: left;
text-transform: uppercase;
margin: 0;
font-size: 34px;
color: #fff;
margin-top: 0;
margin-bottom: 30px;
}
.subscibe_innr {
width: 100%;
float: left;
background: url(../images/newsletterbanner_bg.jpg) no-repeat;
background-size: cover;
padding: 50px 30px;
height: 282px;
}
.product_tabs ul.nav.nav-pills li a h3 {
font-size: 20px;
}
.schoolinfrmtion_inner h1 {
font-size: 30px;
}
.enrollmnt_top p {
margin-right: 0px;
padding: 0px 0;
margin-bottom: 20px;
width: 100%;
text-align: right;
}
.stepsforcourses a {
margin-right: 18px;
font-size: 13px;
}
.commentsection_inner h4 {
font-size: 16px;
}
.commentsection_inner p {
margin-bottom: 20px;
font-size: 12px;
}
.commentsection_inner iframe {
width: 100%;
height: 200px;
display: block;
margin-bottom: 20px;
}
.cheathead a {
padding: 0 7px;
font-size: 12px;
}
.chat_inbox ul li a p {
width: 115px;
}
.chat_inbox ul li a h4 {
width: 115px;
}
.replysection a {
float: left;
color: #666;
padding: 0 5px;
font-size: 11px;
}
.inboxcmessage_top p {
float: left;
font-weight: 300;
color: #000;
margin-top: 0;
display: block;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 0;
font-size: 10px;
}
.inputfield {
width: 80%;
float: left;
position: relative;
border: 1px solid #999;
}
.inboxcmessage_top h4 {
width: 100%;
}
.replysection {
float: right;
width: 100%;
text-align: center;
}
.replysection a {
float: none;
color: #666;
padding: 0 5px;
font-size: 11px;
line-height: 20px;
}
.inputfield {
width: 72%;
}
.cheathead input {
width: 180px;
}
.cheathead .btn.btn-primary {
background: #16adde;
color: #fff;
line-height: 40px;
padding: 0 11px;
border: 0;
margin-right: 5px;
float: right;
margin-top: 5px;
font-size: 11px;
}
/* .teachercourcemodal .innermodal.modal-lg
{
width: 760px;
} */
.view_picture h4 {
float: left;
color: #fff;
font-size: 16px;
}
.grngcolor
{
width: 100%;
float: right;
}
.stepsmodal li.modalstep_1 {
width: 50%;
}
.prsnl_forem.userduperadmin .btn.btn-default {
margin-left: 0;
}
.prsnl_forem.dashboardforsis2 img {
width: 150px;
}
.prsnl_forem.dashboardforsis {
padding-right: 0;
border-right: 0;
}
.prsnl_forem.downdashbaord {
padding-right: 0;
border-right: 0;
}
/* ======================= 14-06-2018 =========================== */
.signuphome.signuphome_billing_three {
width: 94%!important;
display: table;
margin: 0 auto;
float: none;
padding: 30px!important;
}
.input-group-addon {
right: 21%!important;
}
.input-group-addon {
right: 3% !important;
font-size: 10px !important;
width: 100px !important;
}
.textbox.input-group input {
padding-right: 105px;
}
/* ================ 10-10-2018 ================ */
.pricebox.greenbox h1 label{
font-size: 30px !important;
}
.pricebox h1 small {
font-size: 15px;
}
}
@media only screen and (max-width: 767px) {
.input-group-addon {
position: absolute;
right: 1px;
bottom: 1px;
}
.transcript_form_useradmin .checkforassignmnet input[type="checkbox"] {
width: auto;
margin: 0;
margin-right: 10px;
float: left;
}
.transcript_form_useradmin .checkforassignmnet {
width: auto;
margin-left: 0;
}
.transcript_form_useradmin .checkforassignmnet label {
margin-right: 20px;
width: auto;
line-height: 44px;
}
.prsnl_forem.userduperadmin .btn.btn-default {
margin-left: 0;
}
.prsnl_forem input[type="radio"]
{
width: auto
}
.prsnl_forem select.timeselect {
position: absolute;
padding: 5px 10px;
border: 0;
border-left: 1px solid #999;
right: 16px;
top: 21px;
padding-right: 20px;
background: url(../images/drop_dwn_arrow.png) no-repeat right center;
background-position: right 5px bottom 16px;
background-size: 10px;
background-color: #fff !important;
-webkit-appearance: none;
-moz-appearance: none;
width: auto;
font-size: 14px;
}
.medicalprofile h3 {
position: inherit;
right: 0;
top: 8px;
margin: 0;
color: #e30c2b;
width: 100%;
float: left;
font-size: 18px;
}
.medicalprofile h4 {
width: 65%;
}
.medicalprofile h5 {
width: 65%;
margin-top: 10px;
font-size: 11px;
}
.personal_medicasl p {
font-size: 13px;
}
.medicalprofile img {
width: 80px;
height: 80px;
border-radius: 50%;
margin-right: 5px;
float: left;
}
.logo {
width: 100%;
float: left;
padding: 10px 0;
border-bottom: 1px solid #0e559e;
margin-bottom: 0;
position: relative;
width: 100%;
height: 50px;
background: #02559e;
}
.navbar-toggle
{
margin: 0;
margin-right: 10px;
}
.left-menu {
width: 100%;
float: left;
padding-top: 10px;
}
.sidebar {
width: 100% !important;
position: relative;
float: left;
overflow: hidden;
height: auto;
}
.header_logo img {
width: 80px;
}
.header_logo {
height: 21px;
bottom: inherit;
left: 140px;
position: absolute;
width: auto;
top: 15px;
}
.leftnavbar {
width: 100%;
position: relative;
left: 0;
background: #115eae;
top: 0;
height: 100%;
float: left;
padding: 10px 0;
}
.bottomnavbar {
position: relative;
left: 0;
width: auto;
float: left;
bottom: 0;
}
.left-menu ul {
width: 100%;
float: left;
padding: 0;
padding-left: 0;
margin: 0;
}
.left-menu ul li a {
width: 100%;
float: left;
text-decoration: none;
color: #fff;
padding: 10px 12px;
font-size: 15px;
line-height: 15px;
transition: .3s ease;
}
.left-menu ul li a img {
float: left;
margin-right: 20px;
}
.enrollmnt_top input {
width: 100%;
margin-bottom: 0
}
.prsnl_forem h4 {
width: 100%;
float: left;
margin-bottom: 10px;
color: #0e559e;
}
.prsnl_forem {
width: 100%;
float: left;
margin: 20px 0;
}
.prsnl_forem a, .prsnl_forem a:hover {
margin-left: 25px;
}
.prsnl_forem .btn.btn-default, .prsnl_forem .btn.btn-primary {
width: 120px;
}
.enrollmnt {
width: 100%;
float: left;
background: #ebebeb;
padding: 10px 0;
padding-left: 0;
padding-top: 0;
}
.enrollmnt_top h2 {
float: left;
margin-top: 15px;
color: #0e559e;
margin-bottom: 10px;
width: 100%;
font-size: 26px;
}
.transcript_form label {
width: 100%;
float: left;
color: #666;
font-weight: 500;
line-height: 20px;
margin-bottom: 1px;
color: #000;
}
.transcript_form input {
width: 100%;
float: right;
border: 1px solid #999;
background: #eee;
height: 45px;
line-height: 35px;
padding: 5px 10px;
font-size: 15px;
color: #000;
margin-bottom: 15px;
}
.templates_section {
width: 100%;
float: left;
padding: 20px 5px;
background: #ebebeb;
margin-bottom: 20px;
}
.template_inner .template_bheadrr label {
float: left;
width: 100%;
line-height: 35px;
color: #fff;
font-weight: 500;
}
.template_inner .template_bheadrr select {
width: 100%;
}
.enrollmnt_top .btn.btn-default, .enrollmnt_top .btn.btn-primary {
width: 86px;
font-size: 12px;
margin-top: 0;
}
.searchdiv {
width: 300px;
}
.logo img {
width: 115px;
display: block;
margin: 0 auto 0 10px;
float: left;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
background: #fff;
}
.bottomnavbar {
position: relative;
left: 0;
width: 80%;
float: left;
}
.leftnavbar a {
float: left;
text-align: center;
color: #fff;
font-size: 20px;
margin-bottom: 0;
}
.leftnavbar a img {
width: 22px;
height: 22px;
display: block;
margin: 4px auto 0 auto !important;
}
.leftnavbar a.srchicon img {
width: 22px;
height: 22px;
margin-top: 0;
}
.bottomnavbar a
{
width: 25%;
}
a.srchicon
{
width: 20%
}
.prsnl_forem .table-responsive table thead tr th
{
font-size: 14px !important;
}
.prsnl_forem .table-responsive table tbody tr td
{
font-size: 12px !important;
}
.prsnl_forem label {
width: 100%;
float: left;
color: #666;
font-weight: 300;
line-height: 16px !important;
font-size: 13px !important;
}
.prsnl_forem input {
width: 100%;
float: left;
color: #000;
font-weight: 500;
border: 1px solid #333;
background: #fff;
padding: 8px 10px !important;
margin-bottom: 15px !important;
font-size: 13px !important;
}
.modal_form input.upload {
width: 64%;
}
label.containersss {
font-size: 15px;
width: 29%;
}
.innermodal {
width: 300px;
top: 10px;
}
.innermodal .innerflow {
padding: 15px 0;
}
.modal_form.modal_form_fundmodal .medicalprofile {
margin: 0 0;
margin-bottom: 10px;
}
.modal_form.modal_form_fundmodal .medicalprofile img {
width: 100px;
height: 100px;
border-radius: 50%;
margin-right: 15px;
float: none;
display: block;
margin: auto;
margin-bottom: 20px
}
.modal_form label.btn.btn-primary {
color: #fff;
width: 70px;
float: right;
padding: 11px 0;
border: 0;
background: #0e559e;
font-size: 12px;
}
.modal_form_fundmodal h3 {
float: left;
color: #115eae;
width: 68%;
font-size: 30px;
margin: 0;
margin-bottom: 20px;
}
.modal_form_fundmodal h5 {
float: left;
color: #000;
width: 34%;
font-size: 12px;
margin: 0;
margin-bottom: 10px;
padding-right: 10px;
}
.modal_form.modal_form_fundmodal .medicalprofile h4 {
width: 100%;
}
.modal_form.modal_form_fundmodal .medicalprofile h5 {
width: 100%;
}
.modal_form.modal_form_fundmodal .personal_medicasl p {
font-size: 12px;
}
.modal_form_fundmodal img {
width: 150px;
height: 150px;
float: none;
margin-right: 15px;
display: block;
margin: auto;
}
.modal_form_fundmodal h3 {
float: left;
color: #115eae;
width: 100%;
font-size: 22px;
margin: 0;
margin-bottom: 10px;
}
.modal_form_fundmodal h5 {
float: left;
color: #000;
width: 100%;
font-size: 12px;
margin: 0;
margin-bottom: 5px;
padding-right: 0;
}
.modal_form select.timeselect {
padding: 7px 10px;
}
.navbar-toggle.collapsed {
background: #115eae;
border: 0;
margin-top: 10px;
}
.navbar-toggle {
background: #115eae;
border: 0;
margin-top: 10px;
}
.nav.navbar-nav.navbar-right li {
margin-right: 10px;
width: 100%;
margin: 0;
float: left;
}
.nav.navbar-nav.navbar-right .btn.btn-primary {
margin-left: 0;
float: left;
}
.navbar_landing .navbar.navbar-inverse input {
float: left;
width: 100%;
margin-right: 0;
}
.banner-section {
padding-top: 10px;
}
.left-banner h1 {
font-size: 22px;
}
.left-banner h3 {
margin-bottom: 20px;
font-size: 11px;
}
.nav.navbar-nav.navbar-right {
margin: 0;
}
.signuphome h4 {
font-size: 15px;
}
.signuphome {
padding: 20px 10px;
}
.signuphome .textbox.textbox_2
{
width: 100%;
}
.signuphome .textbox label , .signuphome .textbox.textbox_2 label , .signuphome .textbox.textbox_2.textbox_3 label {
line-height: 20px;
font-size: 13px;
padding-left: 0;
}
.signuphome .textbox input , .signuphome .textbox.textbox_2 input , .signuphome .textbox.textbox_2.textbox_3 input {
font-size: 13px;
width: 100% ;
}
.signuphome .textbox p {
width: 86%;
display: table;
margin-top: 5px;
}
.signuphome .textbox input[type="checkbox"] { margin-top:0; }
.hometopic h1 {
font-size: 22px;
}
.hometopic h4 {
font-size: 15px;
}
.hometopic h5 {
margin: 0;
padding: 5px 10px;
font-size: 17px;
margin-bottom: 40px;
}
.hometopic span {
bottom: 33px;
}
.hometopic h5 {
margin-bottom: 20px;
}
.informationsection h3 {
margin-top: 25px;
}
.informationsection p {
font-size: 11px;
}
.informationsection .btn.btn-default {
padding: 7px 20px;
background: #fff;
border: 1px solid #000;
color: #000;
float: left;
font-size: 11px;
transition: .3s ease;
}
.pricebox span {
margin-bottom: 25px;
}
.pricebox h1 {
width: 100%;
float: left;
text-align: center;
font-size: 30px;
margin: 25px 0;
color: #000;
}
.pricebox h5 {
width: 100%;
float: left;
text-align: center;
color: #fff;
font-size: 13px;
margin: 0;
margin-bottom: 25px;
}
.pricebox button.btn.btn.btn-primary {
width: 100%;
float: left;
padding: 12px;
background: #115eae;
border: 0;
font-size: 16px;
margin-bottom: 0;
}
.pricebox {
margin-bottom: 20px;
}
.calculate h1 {
font-size: 22px;
}
.calculate h1 span {
color: #f1a20b;
font-weight: 700;
font-size: 22px;
}
.calculate {
padding: 40px 0;
margin: 30px 0;
}
.calculate.blockchaincloud h1 span {
font-size: 22px;
margin-bottom: 20px;
width: 100%;
float: left;
text-align: center;
font-weight: 300;
}
.calculate.blockchaincloud p {
width: 100%;
float: left;
font-size: 12px;
color: #fff;
margin: 0;
margin-bottom: 5px;
padding: 0 10px;
}
.pricecalcutn_right h1 {
margin-bottom: 18px;
font-size: 22px;
margin-top: 10px;
}
.pricecalcutn_right h2 {
font-size: 18px;
}
.tabforlearn ul.nav.nav-pills li a {
padding: 10px 20px;
background: #fff;
border: 0;
box-shadow: 2px 2px 10px #cfcaca;
color: #115eae;
font-size: 11px;
transition: .2s ease;
float: left;
}
.tabforlearn_content .tab-content img {
width: 65px;
height: 65px;
float: left;
margin-right: 10px;
margin-top: 15px;
}
.tabforlearn_content .tab-content p {
width: 86% !important;
float: left;
margin: 0;
color: #333;
font-size: 12px;
margin-bottom: 20px;
height: auto !important;
}
.tabforlearn_content .tab-content .btn.btn-primary {
padding: 10px 30px;
font-size: 15px;
background: #115eae;
border: 0;
border-radius: 10px;
margin-top: 0;
transition: .2s ease;
margin-bottom: 20px;
}
.clientlogo {
width: 100%;
float: left;
padding: 10px 0;
background: #fff;
}
.clientlogo img
{
width: auto;
height: 60px;
margin-right: 20px;
}
.subscibe_innr {
padding: 25px 10px;
height: 470px;
}
.subscibe_innr h1 {
width: 100%;
float: left;
text-transform: uppercase;
margin: 0;
font-size: 30px;
color: #fff;
margin-top: 0;
margin-bottom: 35px;
}
.subscibe_innr h1 small {
text-transform: inherit;
color: #fff;
font-size: 14px;
}
.inputforsubs {
width: 100%;
}
.inputforsubs input {
width: 65%;
font-size: 12px;
color: #fff;
}
.inputforsubs .btn.btn-default {
width: 100px;
font-size: 13px;
}
.subscibe_innr {
padding: 25px 10px 35px 10px;
height: auto;
}
.footersection {
padding: 25px 0;
padding-bottom: 5px;
}
.footermenu h4 {
width: 100%;
float: left;
margin: 0;
margin-bottom: 8px;
color: #fff;
font-size: 18px;
}
.footermenu {
width: 100%;
margin-bottom: 20px;
float: left;
}
.footermenu ul li a
{
font-size: 12px;
margin-bottom: 5px;
}
.footer-social p {
font-size: 13px;
}
.footer-social a {
width: 30px;
height: 30px;
display: inline-block;
border-radius: 50%;
border: 1px solid #fff;
margin-right: 8px;
line-height: 30px;
font-size: 15px;
text-align: center;
color: #fff;
text-decoration: none;
}
#myNavbar {
background: #fff;
padding-bottom: 10px;
border: 0;
}
.product_tabs ul.nav.nav-pills li a h3 {
font-size: 20px;
}
.schoolinfrmtion_inner h1 {
font-size: 30px;
}
.product_tabs ul.nav.nav-pills li {
width: 100%;
margin: 0;
float: left;
}
.schoolinfrmtion_inner {
width: 100%;
margin-bottom: 20px;
}
.emailconfrm {
padding: 30px 0;
}
.emailconfrm h1 {
margin-bottom: 30px;
font-size: 22px;
}
.emailconfrm h4
{
font-size: 16px;
}
.emailconfrm p {
width: 100%;
float: left;
text-align: center;
font-size: 13px;
padding: 0 10px;
}
.commentsection img {
width: 70px;
height: 70px;
top: 0;
float: left;
left: 0;
display: block;
position: inherit;
}
.commentsection_inner {
width: 100%;
float: left;
padding-left: 0;
}
.rexentdicuess h3
{
margin: 0
}
.commentsection_inner h5 {
width: 100%;
float: left;
margin: 0;
color: #000;
margin-bottom: 5px;
font-size: 11px;
text-align: right;
margin-top: -35px;
}
.commentsection_inner p {
margin-bottom: 10px;
font-size: 12px;
}
.rexentdicuess {
padding: 20px 10px;
}
.commentsection_inner h4 {
font-size: 18px;
}
.commentsection {
position: relative;
padding: 15px 0;
}
.stepsforcourses a {
float: left;
margin-right: 0;
text-decoration: none;
font-size: 16px;
color: #000;
border-bottom: 1px solid #ebebeb;
padding-bottom: 5px;
width: 100%;
margin-bottom: 10px;
}
.commentsection_inner iframe {
width: 100%;
height: 200px;
display: block;
margin-bottom: 20px;
}
#myNavbar {
background: #115eae;
border: 0;
}
.cheathead {
margin-top: 20px;
}
.cheathead a
{
width: 25%;
text-align: center;
border-bottom: 1px solid #2277cf;;
padding: 0;
}
.cheathead input {
width: 96%;
float: left;
padding: 5px 10px;
color: #000;
margin-right: 5px;
margin-top: 5px;
margin: 5px 2%;
}
.inboxcmessage_top h4 {
float: left;
font-weight: 700;
color: #000;
margin-top: 0;
display: block;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 16px;
margin-bottom: 5px;
margin-top: 10px;
padding-left: 50px;
}
.inboxcmessage_top p {
width: 100%;
font-size: 11px;
}
.cheathead .btn.btn-primary {
background: #16adde;
color: #fff;
line-height: 40px;
padding: 0 20px;
border: 0;
margin-right: 0;
float: right;
margin-top: 5px;
width: 96%;
margin: 5px 2% 0 5px;
}
.replysection {
float: right;
width: 100%;
text-align: center;
}
.replysection a {
float: none;
color: #666;
padding: 0 10px;
line-height: 44px;
text-decoration: none;
transition: .2s ease;
display: inline-block;
}
.inboxcmessage_middle h4 {
margin-top: 10px;
}
.inputfield {
width: 70%;
float: left;
position: relative;
border: 1px solid #999;
}
.inboxcmessage_bottom {
width: 100%;
float: left;
padding: 10px;
border-top: 1px solid #ddd;
margin-bottom: 40px;
}
a.chat-option {
bottom: 5px;
right: 5px;
}
.chat_inbox {
max-height: 300px;
overflow: auto;
}
.chooescolor p {
float: left;
font-size: 15px;
margin: 0;
margin-right: 5px;
}
.chooescolor a {
margin-left: 5px !important;
}
.chooescolor {
margin-bottom: 10px;
}
/* .teachercourcemodal .innermodal.modal-lg
{
width: 300px;
} */
.view_picture h4 {
float: left;
color: #fff;
font-size: 16px;
}
.grngcolor
{
width: 100%;
float: right;
}
.stepsmodal li.modalstep_1 {
width: 100%;
background: transparent !important;
}
.leftmodal {
width: 100%;
}
.for-height-1 {
display: table-cell;
vertical-align: top;
width: 100%;
display: inherit;
}
label.pollsurvey {
width: 100%;
}
.enrollment_steps ul li {
width: 46%;
margin-right: 5px;
}
.enrollment_steps ul li i {
position: absolute;
right: 0px;
top: 13px;
font-size: 12px;
color: #666;
}
label.containerss {
width: auto !important;
}
.forbulk {
padding: 0 20px;
}
.profile_page_enroll img {
margin-bottom: 10px;
}
.bottomnavbar a, .bottomnavbar .dropdown {
position: relative;
padding: 0;
width: 25%;
}
.bottomnavbar a {
width: 100%;
}
.notification.dropdown-menu {
width: 250px;
left: 0;
right: inherit;
max-height: 270px;
overflow-y: auto;
bottom: inherit;
top: inherit;
padding: 0;
z-index: 9999;
position: relative;
right: inherit;
top: 10px;
margin-bottom: 10px;
}
.bottomnavbar a:focus
{
background: transparent
}
.dropdown-menu.colorcmbntn {
left: 0;
right: inherit;
bottom: inherit;
top: inherit;
width: 150px;
min-width: auto;
margin: 0;
padding: 0;
padding-bottom: 8px;
top: 10px;
position: relative;
margin-bottom: 10px;
}
.dropdown-menu.menudropdown {
top: 10px;
bottom: inherit;
left: inherit;
position: relative;
width: auto;
right: 0;
min-width: auto;
float: right;
margin-bottom: 10px;
}
.rpdctprce h1 {
position: inherit;
right: 0;
top: 0;
font-size: 30px;
text-align: center;
width: 100%;
}
.rpdctprce p {
padding-right: 0;
text-align: center
}
.rpdctprce h4
{
text-align: center
}
.rpdctprce h5 {
padding-right: 0;
text-align: center;
}
label.containerss {
color: #115eae;
margin-top: 5px !important
}
.prsnl_forem.product_form_form h1 {
width: 100%;
float: left;
font-size: 24px;
color: #000;
margin-top: 10px;
margin-bottom: 10px;
}
.product_form {
padding: 15px;
margin-bottom: 20px;
}
.priceingstep ul li {
background: transparent;
padding: 0;
}
.priceingstep ul li a p {
width: 25px;
height: 25px;
border-radius: 50%;
background: #000;
line-height: 25px;
text-align: center;
margin: 0;
color: #fff;
display: inline-block;
margin-right: 5px;
font-size: 12px;
}
.priceingstep ul li a {
width: 100%;
float: left;
text-decoration: none;
line-height: 25px;
color: #000;
font-size: 10px;
}
.priceingstep {
margin: 25px 0;
}
.navbar_landing .nav.navbar-nav.navbar-right li a {
color: #fff;
font-size: 16px;
border-bottom: 1px solid #e8ebee;
transition: .2s ease;
padding: 15px 5px;
}
.navbar_landing .navbar.navbar-inverse input {
float: right;
width: 100%;
padding: 5px 10px;
font-size: 15px;
background: #fff;
border-radius: 0;
border: 1px solid #fff;
color: #fff;
}
.prsnl_forem.dashboardforsis2 img {
width: 150px;
display: block;
float: none;
margin:0 auto 20px auto
}
.prsnl_forem.prsnl_forem_attncedahs.downdashbaord .btn.btn-primary {
margin-bottom: 0;
}
.prsnl_forem.dashboardforsis {
padding-right: 0;
border-right: 0;
}
.prsnl_forem.downdashbaord {
padding-right: 0;
border-right: 0;
}
.prsnl_forem.dashboardforsis .cousrescdtial p {
width: 125px;
border-right: 1px solid #999;
margin-right: 10px;
}
.prsnl_forem.dashboardforsis .cousrescdtial span.complete {
margin-right: 10px;
margin-top: -10px;
float: left;
}
.prsnl_forem.dashboardforsis .cousrescdtial p {
width: 105px;
border-right: 1px solid #999;
margin-right: 10px;
overflow: hidden;
padding-right: 5px;
font-size: 10px;
}
.prsnl_forem.dashboardforsis .cousrescdtial span.complete {
margin-right: 10px;
margin-top: -7px;
float: left;
font-size: 10px;
}
.prsnl_forem.dashboardforsis .cousrescdtial span.incomplete {
margin-top: -8px;
font-size: 10px;
float: left;
}
.topdashbaord h3 small {
width: 100%;
font-size: 10px;
float: left;
text-align: center;
color: #000;
}
.topdashbaord h3 {
font-size: 13px;
}
.textbox.textbox_2.textbox_3 {
width: 100% !important;
float: left;
}
.dashboardforsis2.downdashbaord label {
width: 100%;
margin-right: 15px;
line-height: 32px;
}
.dashboardforsis2.downdashbaord .btn.btn-primary {
width: 100px;
}
.admin_login_form
{
width: 300px !important;
}
/* ================ 14-06-2018 ================ */
.signuphome.signuphome_billing_three { padding:15px 5px!important; width:100%!important; }
.signuphome.signuphome_billing_three .input-group-addon { top: inherit; bottom:1px;
height: 32px; }
.priceingstep ul li a img { display: none; }
.priceingstep ul li { margin: 0 3px; }
.input-group-addon {
right: 2px !important;
font-size: 10px !important;
width: auto !important;
top: 26px !important;
}
.textbox.input-group input {
padding-right: 105px;
}
/* ================ 10-10-2018 ================ */
.pricecalcutn .col-sm-12.text-center{
width: 100%;
float: left;
}
.pricebox.greenbox h1 label{
font-size: 30px !important;
}
.pricebox.greenbox h1 small{
font-size: 18px;
}
.calculate.licensepricing h1,.calculate.licensepricing h1 span {
font-size: 20px !important;
}
.bgblackIcon .fa{
font-size: 36px !important;
}
.educationbanner .videobg h4 {
font-size: 19px !important;
}
.telegrampulse { right:20px; top:12px; bottom:inherit; }
}
@media only screen and (min-width: 480px) and (max-width:640px) {
.tabforlearn_content .tab-content p{
width:86% !important;
}
}
@media only screen and (max-width: 479px) {
.tabforlearn_content .tab-content p {
width:75%;
float: left;
margin: 0;
color: #333;
font-size: 12px;
margin-bottom: 20px;
}
/* ================ 14-06-2018 ================ */
.signuphome.signuphome_billing_three { padding:15px 5px!important; width:100%!important; }
.signuphome.signuphome_billing_three .input-group-addon { top: inherit; bottom:1px;
height: 32px; }
.priceingstep ul li a img { display: none; }
.priceingstep ul li { margin: 0 3px; }
/* ================ 10-10-2018 ================ */
.tabforlearn_content .tab-content p{
height: auto !important;
width:73% !important;
}
} | dist/LMSPRO/assets/css/responsive-bk.css | @media only screen and (min-width: 980px) and (max-width: 1279px) {
.dashboardforsis2.downdashbaord select {
width: 120px;
}
.input-group-addon {
right: 2%;
}
.dashboardforsis2.downdashbaord label {
width: auto;
margin-right: 10px;
line-height: 32px;
font-size: 12px !important;
}
.dashboardforsis2.downdashbaord .btn.btn-primary {
width: 102px;
font-size: 13px;
padding: 7px 15px;
margin-left: 7px;
}
.subsc img {
max-height: 376px;
overflow: hidden;
width: 100%;
}
.prsnl_forem.dashboardforsis .cousrescdtial span.incomplete {
font-size: 12px;
}
.prsnl_forem.dashboardforsis .cousrescdtial span.complete {
font-size: 12px;
float: left;
}
.rpdctprce h1 {
width: 150px;
font-size: 26px;
}
.rpdctprce p {
padding-right: 150px;
}
.rpdctprce h5 {
padding-right: 155px;
}
.prsnl_forem.product_form_form h1 {
font-size: 24px;
}
.transcript_form_useradmin .checkforassignmnet input[type="checkbox"] {
width: auto;
margin: 0;
margin-right: 10px;
}
.profile_page_enroll img {
margin-bottom: 10px;
}
.enrollment_steps ul li {
margin-right: 3px;
}
.prsnl_forem.prsnl_forem_attendance .table-responsive table tbody tr td select {
width: 250px;
}
.transcript_form input {
width: 60%;
}
.dualtable.dualtable_3 .table-responsive table tbody tr td span {
font-size: 15px;
}
.enrollmnt_top h2 {
font-size: 22px;
}
.attendncesearch input[type="date"] {
width: 155px;
}
.attendncesearch select {
width: 155px;
}
.medicalprofile h3 {
right: 0;
top: 30px;
margin: 0;
color: #e30c2b;
width: 100%;
position: relative;
float: left;
}
.left-menu ul {
width: 100%;
float: left;
padding: 0;
padding-left: 45px;
margin: 0;
}
.left-menu ul li a {
padding: 13px 8px;
font-size: 14px;
}
.medicalprofile h4 {
width: 79%;
}
.medicalprofile h5 {
width: 79%;
float: left;
color: #115eae;
margin: 0;
margin-top: 20px;
}
.template_inner .template_bheadrr label {
float: left;
width: 80px;
line-height: 35px;
color: #fff;
font-weight: 500;
}
.template_inner .template_bheadrr select {
width: 20%;
}
label.containersss {
margin-right: 7px;
font-size: 13px;
width: 14%;
}
/* landing */
.signuphome .textbox.textbox_2 {
width: 100%;
}
.textbox.textbox_2.textbox_3 {
width: 45%;
}
.signuphome .textbox.textbox_2 input {
width: 65%;
margin-right: 0;
}
.textbox.textbox_2.textbox_3 {
width: 100% !important;
float: left;
}
.signuphome .textbox.textbox_2.textbox_3 label {
width: 140px;
}
.signuphome .textbox.textbox_2.textbox_3 input {
margin-right: 0;
float: left;
width: 65%;
}
.informationsection h3 {
margin-top: 12px;
}
.informationsection p {
font-size: 13px;
}
.calculate h1 span {
font-size: 33px;
}
.calculate h1
{
font-size: 30px;
}
.inputforsubs {
width: 100%;
}
.inputforsubs input {
width: 65%;
}
.subscibe_innr {
width: 100%;
float: left;
background: url(../images/newsletterbanner_bg.jpg) no-repeat;
background-size: cover;
padding: 50px 30px;
height: 376px;
}
.subscibe_innr h1 {
font-size: 40px;
margin-bottom: 50px;
}
.commentsection_inner iframe {
width: 100%;
height: 250px;
}
.cheathead a {
padding: 0 13px;
font-size: 12px;
}
.chat_inbox ul li a p {
width: 115px;
}
.chat_inbox ul li a h4 {
width: 115px;
}
.replysection a {
float: left;
color: #666;
padding: 0 5px;
font-size: 11px;
}
.inboxcmessage_top p {
float: left;
font-weight: 300;
color: #000;
margin-top: 0;
display: block;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 0;
font-size: 10px;
}
.inputfield {
width: 80%;
float: left;
position: relative;
border: 1px solid #999;
}
/* .teachercourcemodal .innermodal.modal-lg
{
width: 850px;
} */
.view_picture h4 {
float: left;
color: #fff;
font-size: 16px;
}
.grngcolor
{
width: 100%;
float: right;
}
.stepsmodal li.modalstep_1 {
width: 44%;
}
.full_list p {
font-size: 10px;
}
.listforfund h4 {
width: 100%;
float: left;
color: #115eae;
margin: 0;
margin: 10px 0;
font-size: 13px;
line-height: 16px;
}
.tabforlearn_content .tab-content p {
width: 75%;
}
/* ======================= 14-06-2018 =========================== */
.signuphome.signuphome_billing_three {
width: 94%!important;
display: table;
margin: 0 auto;
float: none;
padding: 30px!important;
}
.input-group-addon {
right: 3% !important;
font-size: 10px !important;
width: 100px !important;
}
.textbox.input-group input {
padding-right: 105px;
}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
.input-group-addon {
right: 3%;
}
.subsc img
{
max-height: 282px;
}
.rpdctprce h1 {
width: 135px;
font-size: 23px;
}
.rpdctprce h1 small
{
font-size: 15px;
}
.rpdctprce p {
padding-right: 135px;
}
.rpdctprce p {
padding-right: 135px;
}
.prsnl_forem.product_form_form h1 {
font-size: 24px;
}
.transcript_form_useradmin .checkforassignmnet input[type="checkbox"] {
width: auto;
margin: 0;
margin-right: 10px;
}
.transcript_form_useradmin .checkforassignmnet {
width: auto;
margin-left: 0;
}
.transcript_form_useradmin .checkforassignmnet label {
margin-right: 10px;
width: auto;
line-height: 34px;
}
.profile_page_enroll img {
margin-bottom: 10px;
}
.left-menu ul li a img {
margin-right: 10px;
}
.enrollmnt {
padding-left: 200px;
}
.left-menu ul li a {
font-size: 13px;
}
.enrollmnt_top input {
width: 240px;
}
.prsnl_forem input {
font-size: 11px;
}
.prsnl_forem.prsnl_forem_attendance .table-responsive table tbody tr td select {
border: 1px solid #999;
border-radius: 5px;
padding: 8px 10px;
margin: 0;
width: 100px;
margin-top: 10px;
float: right;
}
.prsnl_forem.prsnl_forem_attendance .table-responsive table tbody tr td:nth-child(1)
{
width: 200px;
}
.sidebar {
width: 200px;
}
.logo img {
width: 155px;
display: block;
margin: 0 auto;
}
.leftnavbar {
width: 30px;
position: fixed;
left: 0;
background: #0e559e;
top: 61px;
height: 100%;
}
.leftnavbar a.srchicon img {
width: 15px;
height: 15px;
margin-top: 10px;
}
.bottomnavbar {
position: fixed;
bottom: 55px;
left: 0;
width: 30px;
}
.header_logo img {
width: 199px;
}
.header_logo {
position: fixed;
width: 100%;
height: 47px;
bottom: 0;
left: 0;
}
.left-menu ul {
width: 100%;
float: left;
padding: 0;
padding-left: 40px;
margin: 0;
}
.left-menu ul li a {
width: 100%;
float: left;
text-decoration: none;
color: #fff;
padding: 13px 6px;
font-size: 13px;
line-height: 15px;
transition: .3s ease;
}
.attendncesearch label {
font-size: 13px;
}
.attendncesearch input[type="date"] {
width: 120px;
float: left;
color: #000;
font-weight: 500;
border: 1px solid #333;
background: #fff;
padding: 10px 4px;
margin-bottom: 20px;
background: url(../images/calender_grey.png) no-repeat right center;
background-position: right 5px bottom 12px;
background-color: #fff !important;
background-size: 13px;
margin-right: 10px;
border-radius: 5px;
}
.attendncesearch select {
width: 130px;
float: left;
color: #000;
font-weight: 500;
border: 1px solid #333;
background: #fff;
padding: 10px 5px;
-webkit-appearance: none;
-moz-appearance: none;
padding-right: 30px;
background: url(../images/drop_dwn_arrow.png) no-repeat right center;
background-position: right 5px bottom 16px;
background-size: 10px;
background-color: #fff !important;
border-radius: 5px;
}
.attendncesearch .btn.btn-primary {
background: #115eae;
margin-left: 10px;
padding: 12px 21px;
border: 0;
font-size: 14px;
transition: .2s ease;
}
.transcript_form label, .transcript_form input
{
width: 100%
}
.transcript_form label {
line-height: 22px;
margin-bottom: 2px;
}
.template_inner .template_bheadrr label {
float: left;
width: 100%;
line-height: 35px;
color: #fff;
font-weight: 500;
}
.template_inner .template_bheadrr select {
width: 100%;
}
label.containersss {
margin-right: 7px;
font-size: 13px;
width: 18%;
}
.innermodal {
width: 600px;
}
.modal_form label.btn.btn-primary {
color: #fff;
width: 70px;
float: right;
padding: 11px 0;
border: 0;
background: #0e559e;
font-size: 12px;
}
.modal_form_fundmodal h3 {
float: left;
color: #115eae;
width: 68%;
font-size: 30px;
margin: 0;
margin-bottom: 20px;
}
.modal_form_fundmodal h5 {
float: left;
color: #000;
width: 34%;
font-size: 12px;
margin: 0;
margin-bottom: 10px;
padding-right: 10px;
}
.modal_form.modal_form_fundmodal .medicalprofile h4 {
width: 76%;
}
.modal_form.modal_form_fundmodal .medicalprofile h5 {
width: 76%;
}
.modal_form.modal_form_fundmodal .personal_medicasl p {
font-size: 12px;
}
.nav.navbar-nav.navbar-right li {
margin-right: 10px;
}
.nav.navbar-nav.navbar-right .btn.btn-primary {
margin-top: 5px;
margin-left: 5px;
}
label.pollsurvey {
width: 100%;
}
.navbar_landing .navbar.navbar-inverse input {
float: right;
width: 188px;
margin-right: 5px;
}
.navbar_landing .navbar.navbar-inverse .navbar-brand img {
width: 110px;
}
.left-banner h1 {
font-size: 26px;
}
.left-banner h3 {
font-size: 12px;
}
.signuphome h4 {
font-size: 14px;
}
.signuphome .textbox label ,.signuphome .textbox.textbox_2 label , .signuphome .textbox.textbox_2.textbox_3 label{
width: 120px;
font-size: 12px;
padding-left: 0;
}
.signuphome .textbox input ,.signuphome .textbox.textbox_2 input , .signuphome .textbox.textbox_2.textbox_3 input {
float: left;
width: 60%;
}
.signuphome {
padding: 20px 15px;
}
.signuphome .textbox.textbox_2 {
width: 100%;
}
.signuphome .textbox.textbox_2 {
width: 100%;
}
.textbox.textbox_2.textbox_3 {
width: 45%;
}
.signuphome .textbox.textbox_2 input {
width: 60%;
margin-right: 0;
}
.textbox.textbox_2.textbox_3 {
width: 100% !important;
float: left;
}
.signuphome .textbox.textbox_2.textbox_3 label {
width: 120px;
}
.signuphome .textbox.textbox_2.textbox_3 input {
margin-right: 0;
float: left;
width: 60%;
}
.informationsection h3 {
margin-top: 0px;
}
.informationsection p {
float: left;
width: 100%;
float: left;
color: #484646;
margin-bottom: 10px;
font-size: 11px;
}
.informationsection .btn.btn-default {
padding: 5px 20px;
background: #fff;
border: 1px solid #000;
color: #000;
float: left;
font-size: 12px;
transition: .3s ease;
}
.signuphome .textbox p {
width: 92%;
margin-top: 16px;
}
.pricebox {
width: 100%;
float: left;
padding: 30px 5px;
border-radius: 5px;
}
.pricebox h4 {
font-size: 18px;
}
.pricebox span {
margin-bottom: 20px;
}
.pricebox h1 {
width: 100%;
float: left;
text-align: center;
font-size: 30px;
margin: 25px 0;
color: #000;
}
.pricebox p {
font-size: 13px;
}
.pricebox button.btn.btn.btn-primary {
width: 100%;
float: left;
padding: 9px;
background: #115eae;
border: 0;
font-size: 15px;
margin-bottom: 0;
}
.pricebox h5 {
font-size: 14px;
margin-bottom: 25px;
}
.pricecalcutn_right h1 {
font-size: 30px;
}
.pricecalcutn_right h2 {
font-size: 24px;
}
.inputforsubs {
width: 100%;
}
.inputforsubs .btn.btn-default {
width: 94px;
}
.footermenu h4 {
font-size: 18px;
}
.footermenu li a {
font-size: 11px;
}
.footer-social p {
font-size: 12px;
}
.footer-social a {
width: 30px;
height: 30px;
display: inline-block;
border-radius: 50%;
border: 1px solid #fff;
margin-right: 8px;
line-height: 30px;
font-size: 15px;
text-align: center;
color: #fff;
text-decoration: none;
}
.subscibe_innr h1 {
width: 100%;
float: left;
text-transform: uppercase;
margin: 0;
font-size: 34px;
color: #fff;
margin-top: 0;
margin-bottom: 30px;
}
.subscibe_innr {
width: 100%;
float: left;
background: url(../images/newsletterbanner_bg.jpg) no-repeat;
background-size: cover;
padding: 50px 30px;
height: 282px;
}
.product_tabs ul.nav.nav-pills li a h3 {
font-size: 20px;
}
.schoolinfrmtion_inner h1 {
font-size: 30px;
}
.enrollmnt_top p {
margin-right: 0px;
padding: 0px 0;
margin-bottom: 20px;
width: 100%;
text-align: right;
}
.stepsforcourses a {
margin-right: 18px;
font-size: 13px;
}
.commentsection_inner h4 {
font-size: 16px;
}
.commentsection_inner p {
margin-bottom: 20px;
font-size: 12px;
}
.commentsection_inner iframe {
width: 100%;
height: 200px;
display: block;
margin-bottom: 20px;
}
.cheathead a {
padding: 0 7px;
font-size: 12px;
}
.chat_inbox ul li a p {
width: 115px;
}
.chat_inbox ul li a h4 {
width: 115px;
}
.replysection a {
float: left;
color: #666;
padding: 0 5px;
font-size: 11px;
}
.inboxcmessage_top p {
float: left;
font-weight: 300;
color: #000;
margin-top: 0;
display: block;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 0;
font-size: 10px;
}
.inputfield {
width: 80%;
float: left;
position: relative;
border: 1px solid #999;
}
.inboxcmessage_top h4 {
width: 100%;
}
.replysection {
float: right;
width: 100%;
text-align: center;
}
.replysection a {
float: none;
color: #666;
padding: 0 5px;
font-size: 11px;
line-height: 20px;
}
.inputfield {
width: 72%;
}
.cheathead input {
width: 180px;
}
.cheathead .btn.btn-primary {
background: #16adde;
color: #fff;
line-height: 40px;
padding: 0 11px;
border: 0;
margin-right: 5px;
float: right;
margin-top: 5px;
font-size: 11px;
}
/* .teachercourcemodal .innermodal.modal-lg
{
width: 760px;
} */
.view_picture h4 {
float: left;
color: #fff;
font-size: 16px;
}
.grngcolor
{
width: 100%;
float: right;
}
.stepsmodal li.modalstep_1 {
width: 50%;
}
.prsnl_forem.userduperadmin .btn.btn-default {
margin-left: 0;
}
.prsnl_forem.dashboardforsis2 img {
width: 150px;
}
.prsnl_forem.dashboardforsis {
padding-right: 0;
border-right: 0;
}
.prsnl_forem.downdashbaord {
padding-right: 0;
border-right: 0;
}
/* ======================= 14-06-2018 =========================== */
.signuphome.signuphome_billing_three {
width: 94%!important;
display: table;
margin: 0 auto;
float: none;
padding: 30px!important;
}
.input-group-addon {
right: 21%!important;
}
.input-group-addon {
right: 3% !important;
font-size: 10px !important;
width: 100px !important;
}
.textbox.input-group input {
padding-right: 105px;
}
/* ================ 10-10-2018 ================ */
.pricebox.greenbox h1 label{
font-size: 30px !important;
}
.pricebox h1 small {
font-size: 15px;
}
}
@media only screen and (max-width: 767px) {
.input-group-addon {
position: absolute;
right: 1px;
bottom: 1px;
}
.transcript_form_useradmin .checkforassignmnet input[type="checkbox"] {
width: auto;
margin: 0;
margin-right: 10px;
float: left;
}
.transcript_form_useradmin .checkforassignmnet {
width: auto;
margin-left: 0;
}
.transcript_form_useradmin .checkforassignmnet label {
margin-right: 20px;
width: auto;
line-height: 44px;
}
.prsnl_forem.userduperadmin .btn.btn-default {
margin-left: 0;
}
.prsnl_forem input[type="radio"]
{
width: auto
}
.prsnl_forem select.timeselect {
position: absolute;
padding: 5px 10px;
border: 0;
border-left: 1px solid #999;
right: 16px;
top: 21px;
padding-right: 20px;
background: url(../images/drop_dwn_arrow.png) no-repeat right center;
background-position: right 5px bottom 16px;
background-size: 10px;
background-color: #fff !important;
-webkit-appearance: none;
-moz-appearance: none;
width: auto;
font-size: 14px;
}
.medicalprofile h3 {
position: inherit;
right: 0;
top: 8px;
margin: 0;
color: #e30c2b;
width: 100%;
float: left;
font-size: 18px;
}
.medicalprofile h4 {
width: 65%;
}
.medicalprofile h5 {
width: 65%;
margin-top: 10px;
font-size: 11px;
}
.personal_medicasl p {
font-size: 13px;
}
.medicalprofile img {
width: 80px;
height: 80px;
border-radius: 50%;
margin-right: 5px;
float: left;
}
.logo {
width: 100%;
float: left;
padding: 10px 0;
border-bottom: 1px solid #0e559e;
margin-bottom: 0;
position: relative;
width: 100%;
height: 50px;
background: #02559e;
}
.navbar-toggle
{
margin: 0;
margin-right: 10px;
}
.left-menu {
width: 100%;
float: left;
padding-top: 10px;
}
.sidebar {
width: 100% !important;
position: relative;
float: left;
overflow: hidden;
height: auto;
}
.header_logo img {
width: 80px;
}
.header_logo {
height: 21px;
bottom: inherit;
left: 140px;
position: absolute;
width: auto;
top: 15px;
}
.leftnavbar {
width: 100%;
position: relative;
left: 0;
background: #115eae;
top: 0;
height: 100%;
float: left;
padding: 10px 0;
}
.bottomnavbar {
position: relative;
left: 0;
width: auto;
float: left;
bottom: 0;
}
.left-menu ul {
width: 100%;
float: left;
padding: 0;
padding-left: 0;
margin: 0;
}
.left-menu ul li a {
width: 100%;
float: left;
text-decoration: none;
color: #fff;
padding: 10px 12px;
font-size: 15px;
line-height: 15px;
transition: .3s ease;
}
.left-menu ul li a img {
float: left;
margin-right: 20px;
}
.enrollmnt_top input {
width: 100%;
margin-bottom: 0
}
.prsnl_forem h4 {
width: 100%;
float: left;
margin-bottom: 10px;
color: #0e559e;
}
.prsnl_forem {
width: 100%;
float: left;
margin: 20px 0;
}
.prsnl_forem a, .prsnl_forem a:hover {
margin-left: 25px;
}
.prsnl_forem .btn.btn-default, .prsnl_forem .btn.btn-primary {
width: 120px;
}
.enrollmnt {
width: 100%;
float: left;
background: #ebebeb;
padding: 10px 0;
padding-left: 0;
padding-top: 0;
}
.enrollmnt_top h2 {
float: left;
margin-top: 15px;
color: #0e559e;
margin-bottom: 10px;
width: 100%;
font-size: 26px;
}
.transcript_form label {
width: 100%;
float: left;
color: #666;
font-weight: 500;
line-height: 20px;
margin-bottom: 1px;
color: #000;
}
.transcript_form input {
width: 100%;
float: right;
border: 1px solid #999;
background: #eee;
height: 45px;
line-height: 35px;
padding: 5px 10px;
font-size: 15px;
color: #000;
margin-bottom: 15px;
}
.templates_section {
width: 100%;
float: left;
padding: 20px 5px;
background: #ebebeb;
margin-bottom: 20px;
}
.template_inner .template_bheadrr label {
float: left;
width: 100%;
line-height: 35px;
color: #fff;
font-weight: 500;
}
.template_inner .template_bheadrr select {
width: 100%;
}
.enrollmnt_top .btn.btn-default, .enrollmnt_top .btn.btn-primary {
width: 86px;
font-size: 12px;
margin-top: 0;
}
.searchdiv {
width: 300px;
}
.logo img {
width: 115px;
display: block;
margin: 0 auto 0 10px;
float: left;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
background: #fff;
}
.bottomnavbar {
position: relative;
left: 0;
width: 80%;
float: left;
}
.leftnavbar a {
float: left;
text-align: center;
color: #fff;
font-size: 20px;
margin-bottom: 0;
}
.leftnavbar a img {
width: 22px;
height: 22px;
display: block;
margin: 4px auto 0 auto !important;
}
.leftnavbar a.srchicon img {
width: 22px;
height: 22px;
margin-top: 0;
}
.bottomnavbar a
{
width: 25%;
}
a.srchicon
{
width: 20%
}
.prsnl_forem .table-responsive table thead tr th
{
font-size: 14px !important;
}
.prsnl_forem .table-responsive table tbody tr td
{
font-size: 12px !important;
}
.prsnl_forem label {
width: 100%;
float: left;
color: #666;
font-weight: 300;
line-height: 16px !important;
font-size: 13px !important;
}
.prsnl_forem input {
width: 100%;
float: left;
color: #000;
font-weight: 500;
border: 1px solid #333;
background: #fff;
padding: 8px 10px !important;
margin-bottom: 15px !important;
font-size: 13px !important;
}
.modal_form input.upload {
width: 64%;
}
label.containersss {
font-size: 15px;
width: 29%;
}
.innermodal {
width: 300px;
top: 10px;
}
.innermodal .innerflow {
padding: 15px 0;
}
.modal_form.modal_form_fundmodal .medicalprofile {
margin: 0 0;
margin-bottom: 10px;
}
.modal_form.modal_form_fundmodal .medicalprofile img {
width: 100px;
height: 100px;
border-radius: 50%;
margin-right: 15px;
float: none;
display: block;
margin: auto;
margin-bottom: 20px
}
.modal_form label.btn.btn-primary {
color: #fff;
width: 70px;
float: right;
padding: 11px 0;
border: 0;
background: #0e559e;
font-size: 12px;
}
.modal_form_fundmodal h3 {
float: left;
color: #115eae;
width: 68%;
font-size: 30px;
margin: 0;
margin-bottom: 20px;
}
.modal_form_fundmodal h5 {
float: left;
color: #000;
width: 34%;
font-size: 12px;
margin: 0;
margin-bottom: 10px;
padding-right: 10px;
}
.modal_form.modal_form_fundmodal .medicalprofile h4 {
width: 100%;
}
.modal_form.modal_form_fundmodal .medicalprofile h5 {
width: 100%;
}
.modal_form.modal_form_fundmodal .personal_medicasl p {
font-size: 12px;
}
.modal_form_fundmodal img {
width: 150px;
height: 150px;
float: none;
margin-right: 15px;
display: block;
margin: auto;
}
.modal_form_fundmodal h3 {
float: left;
color: #115eae;
width: 100%;
font-size: 22px;
margin: 0;
margin-bottom: 10px;
}
.modal_form_fundmodal h5 {
float: left;
color: #000;
width: 100%;
font-size: 12px;
margin: 0;
margin-bottom: 5px;
padding-right: 0;
}
.modal_form select.timeselect {
padding: 7px 10px;
}
.navbar-toggle.collapsed {
background: #115eae;
border: 0;
margin-top: 10px;
}
.navbar-toggle {
background: #115eae;
border: 0;
margin-top: 10px;
}
.nav.navbar-nav.navbar-right li {
margin-right: 10px;
width: 100%;
margin: 0;
float: left;
}
.nav.navbar-nav.navbar-right .btn.btn-primary {
margin-left: 0;
float: left;
}
.navbar_landing .navbar.navbar-inverse input {
float: left;
width: 100%;
margin-right: 0;
}
.banner-section {
padding-top: 10px;
}
.left-banner h1 {
font-size: 22px;
}
.left-banner h3 {
margin-bottom: 20px;
font-size: 11px;
}
.nav.navbar-nav.navbar-right {
margin: 0;
}
.signuphome h4 {
font-size: 15px;
}
.signuphome {
padding: 20px 10px;
}
.signuphome .textbox.textbox_2
{
width: 100%;
}
.signuphome .textbox label , .signuphome .textbox.textbox_2 label , .signuphome .textbox.textbox_2.textbox_3 label {
line-height: 20px;
font-size: 13px;
padding-left: 0;
}
.signuphome .textbox input , .signuphome .textbox.textbox_2 input , .signuphome .textbox.textbox_2.textbox_3 input {
font-size: 13px;
width: 100% ;
}
.signuphome .textbox p {
width: 86%;
display: table;
margin-top: 5px;
}
.signuphome .textbox input[type="checkbox"] { margin-top:0; }
.hometopic h1 {
font-size: 22px;
}
.hometopic h4 {
font-size: 15px;
}
.hometopic h5 {
margin: 0;
padding: 5px 10px;
font-size: 17px;
margin-bottom: 40px;
}
.hometopic span {
bottom: 33px;
}
.hometopic h5 {
margin-bottom: 20px;
}
.informationsection h3 {
margin-top: 25px;
}
.informationsection p {
font-size: 11px;
}
.informationsection .btn.btn-default {
padding: 7px 20px;
background: #fff;
border: 1px solid #000;
color: #000;
float: left;
font-size: 11px;
transition: .3s ease;
}
.pricebox span {
margin-bottom: 25px;
}
.pricebox h1 {
width: 100%;
float: left;
text-align: center;
font-size: 30px;
margin: 25px 0;
color: #000;
}
.pricebox h5 {
width: 100%;
float: left;
text-align: center;
color: #fff;
font-size: 13px;
margin: 0;
margin-bottom: 25px;
}
.pricebox button.btn.btn.btn-primary {
width: 100%;
float: left;
padding: 12px;
background: #115eae;
border: 0;
font-size: 16px;
margin-bottom: 0;
}
.pricebox {
margin-bottom: 20px;
}
.calculate h1 {
font-size: 22px;
}
.calculate h1 span {
color: #f1a20b;
font-weight: 700;
font-size: 22px;
}
.calculate {
padding: 40px 0;
margin: 30px 0;
}
.calculate.blockchaincloud h1 span {
font-size: 22px;
margin-bottom: 20px;
width: 100%;
float: left;
text-align: center;
font-weight: 300;
}
.calculate.blockchaincloud p {
width: 100%;
float: left;
font-size: 12px;
color: #fff;
margin: 0;
margin-bottom: 5px;
padding: 0 10px;
}
.pricecalcutn_right h1 {
margin-bottom: 18px;
font-size: 22px;
margin-top: 10px;
}
.pricecalcutn_right h2 {
font-size: 18px;
}
.tabforlearn ul.nav.nav-pills li a {
padding: 10px 20px;
background: #fff;
border: 0;
box-shadow: 2px 2px 10px #cfcaca;
color: #115eae;
font-size: 11px;
transition: .2s ease;
float: left;
}
.tabforlearn_content .tab-content img {
width: 65px;
height: 65px;
float: left;
margin-right: 10px;
margin-top: 15px;
}
.tabforlearn_content .tab-content p {
width: 86% !important;
float: left;
margin: 0;
color: #333;
font-size: 12px;
margin-bottom: 20px;
height: auto !important;
}
.tabforlearn_content .tab-content .btn.btn-primary {
padding: 10px 30px;
font-size: 15px;
background: #115eae;
border: 0;
border-radius: 10px;
margin-top: 0;
transition: .2s ease;
margin-bottom: 20px;
}
.clientlogo {
width: 100%;
float: left;
padding: 10px 0;
background: #fff;
}
.clientlogo img
{
width: auto;
height: 60px;
margin-right: 20px;
}
.subscibe_innr {
padding: 25px 10px;
height: 470px;
}
.subscibe_innr h1 {
width: 100%;
float: left;
text-transform: uppercase;
margin: 0;
font-size: 30px;
color: #fff;
margin-top: 0;
margin-bottom: 35px;
}
.subscibe_innr h1 small {
text-transform: inherit;
color: #fff;
font-size: 14px;
}
.inputforsubs {
width: 100%;
}
.inputforsubs input {
width: 65%;
font-size: 12px;
color: #fff;
}
.inputforsubs .btn.btn-default {
width: 100px;
font-size: 13px;
}
.subscibe_innr {
padding: 25px 10px 35px 10px;
height: auto;
}
.footersection {
padding: 25px 0;
padding-bottom: 5px;
}
.footermenu h4 {
width: 100%;
float: left;
margin: 0;
margin-bottom: 8px;
color: #fff;
font-size: 18px;
}
.footermenu {
width: 100%;
margin-bottom: 20px;
float: left;
}
.footermenu ul li a
{
font-size: 12px;
margin-bottom: 5px;
}
.footer-social p {
font-size: 13px;
}
.footer-social a {
width: 30px;
height: 30px;
display: inline-block;
border-radius: 50%;
border: 1px solid #fff;
margin-right: 8px;
line-height: 30px;
font-size: 15px;
text-align: center;
color: #fff;
text-decoration: none;
}
#myNavbar {
background: #fff;
padding-bottom: 10px;
border: 0;
}
.product_tabs ul.nav.nav-pills li a h3 {
font-size: 20px;
}
.schoolinfrmtion_inner h1 {
font-size: 30px;
}
.product_tabs ul.nav.nav-pills li {
width: 100%;
margin: 0;
float: left;
}
.schoolinfrmtion_inner {
width: 100%;
margin-bottom: 20px;
}
.emailconfrm {
padding: 30px 0;
}
.emailconfrm h1 {
margin-bottom: 30px;
font-size: 22px;
}
.emailconfrm h4
{
font-size: 16px;
}
.emailconfrm p {
width: 100%;
float: left;
text-align: center;
font-size: 13px;
padding: 0 10px;
}
.commentsection img {
width: 70px;
height: 70px;
top: 0;
float: left;
left: 0;
display: block;
position: inherit;
}
.commentsection_inner {
width: 100%;
float: left;
padding-left: 0;
}
.rexentdicuess h3
{
margin: 0
}
.commentsection_inner h5 {
width: 100%;
float: left;
margin: 0;
color: #000;
margin-bottom: 5px;
font-size: 11px;
text-align: right;
margin-top: -35px;
}
.commentsection_inner p {
margin-bottom: 10px;
font-size: 12px;
}
.rexentdicuess {
padding: 20px 10px;
}
.commentsection_inner h4 {
font-size: 18px;
}
.commentsection {
position: relative;
padding: 15px 0;
}
.stepsforcourses a {
float: left;
margin-right: 0;
text-decoration: none;
font-size: 16px;
color: #000;
border-bottom: 1px solid #ebebeb;
padding-bottom: 5px;
width: 100%;
margin-bottom: 10px;
}
.commentsection_inner iframe {
width: 100%;
height: 200px;
display: block;
margin-bottom: 20px;
}
#myNavbar {
background: #115eae;
border: 0;
}
.cheathead {
margin-top: 20px;
}
.cheathead a
{
width: 25%;
text-align: center;
border-bottom: 1px solid #2277cf;;
padding: 0;
}
.cheathead input {
width: 96%;
float: left;
padding: 5px 10px;
color: #000;
margin-right: 5px;
margin-top: 5px;
margin: 5px 2%;
}
.inboxcmessage_top h4 {
float: left;
font-weight: 700;
color: #000;
margin-top: 0;
display: block;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 16px;
margin-bottom: 5px;
margin-top: 10px;
padding-left: 50px;
}
.inboxcmessage_top p {
width: 100%;
font-size: 11px;
}
.cheathead .btn.btn-primary {
background: #16adde;
color: #fff;
line-height: 40px;
padding: 0 20px;
border: 0;
margin-right: 0;
float: right;
margin-top: 5px;
width: 96%;
margin: 5px 2% 0 5px;
}
.replysection {
float: right;
width: 100%;
text-align: center;
}
.replysection a {
float: none;
color: #666;
padding: 0 10px;
line-height: 44px;
text-decoration: none;
transition: .2s ease;
display: inline-block;
}
.inboxcmessage_middle h4 {
margin-top: 10px;
}
.inputfield {
width: 70%;
float: left;
position: relative;
border: 1px solid #999;
}
.inboxcmessage_bottom {
width: 100%;
float: left;
padding: 10px;
border-top: 1px solid #ddd;
margin-bottom: 40px;
}
a.chat-option {
bottom: 5px;
right: 5px;
}
.chat_inbox {
max-height: 300px;
overflow: auto;
}
.chooescolor p {
float: left;
font-size: 15px;
margin: 0;
margin-right: 5px;
}
.chooescolor a {
margin-left: 5px !important;
}
.chooescolor {
margin-bottom: 10px;
}
/* .teachercourcemodal .innermodal.modal-lg
{
width: 300px;
} */
.view_picture h4 {
float: left;
color: #fff;
font-size: 16px;
}
.grngcolor
{
width: 100%;
float: right;
}
.stepsmodal li.modalstep_1 {
width: 100%;
background: transparent !important;
}
.leftmodal {
width: 100%;
}
.for-height-1 {
display: table-cell;
vertical-align: top;
width: 100%;
display: inherit;
}
label.pollsurvey {
width: 100%;
}
.enrollment_steps ul li {
width: 46%;
margin-right: 5px;
}
.enrollment_steps ul li i {
position: absolute;
right: 0px;
top: 13px;
font-size: 12px;
color: #666;
}
label.containerss {
width: auto !important;
}
.forbulk {
padding: 0 20px;
}
.profile_page_enroll img {
margin-bottom: 10px;
}
.bottomnavbar a, .bottomnavbar .dropdown {
position: relative;
padding: 0;
width: 25%;
}
.bottomnavbar a {
width: 100%;
}
.notification.dropdown-menu {
width: 250px;
left: 0;
right: inherit;
max-height: 270px;
overflow-y: auto;
bottom: inherit;
top: inherit;
padding: 0;
z-index: 9999;
position: relative;
right: inherit;
top: 10px;
margin-bottom: 10px;
}
.bottomnavbar a:focus
{
background: transparent
}
.dropdown-menu.colorcmbntn {
left: 0;
right: inherit;
bottom: inherit;
top: inherit;
width: 150px;
min-width: auto;
margin: 0;
padding: 0;
padding-bottom: 8px;
top: 10px;
position: relative;
margin-bottom: 10px;
}
.dropdown-menu.menudropdown {
top: 10px;
bottom: inherit;
left: inherit;
position: relative;
width: auto;
right: 0;
min-width: auto;
float: right;
margin-bottom: 10px;
}
.rpdctprce h1 {
position: inherit;
right: 0;
top: 0;
font-size: 30px;
text-align: center;
width: 100%;
}
.rpdctprce p {
padding-right: 0;
text-align: center
}
.rpdctprce h4
{
text-align: center
}
.rpdctprce h5 {
padding-right: 0;
text-align: center;
}
label.containerss {
color: #115eae;
margin-top: 5px !important
}
.prsnl_forem.product_form_form h1 {
width: 100%;
float: left;
font-size: 24px;
color: #000;
margin-top: 10px;
margin-bottom: 10px;
}
.product_form {
padding: 15px;
margin-bottom: 20px;
}
.priceingstep ul li {
background: transparent;
padding: 0;
}
.priceingstep ul li a p {
width: 25px;
height: 25px;
border-radius: 50%;
background: #000;
line-height: 25px;
text-align: center;
margin: 0;
color: #fff;
display: inline-block;
margin-right: 5px;
font-size: 12px;
}
.priceingstep ul li a {
width: 100%;
float: left;
text-decoration: none;
line-height: 25px;
color: #000;
font-size: 10px;
}
.priceingstep {
margin: 25px 0;
}
.navbar_landing .nav.navbar-nav.navbar-right li a {
color: #fff;
font-size: 16px;
border-bottom: 1px solid #e8ebee;
transition: .2s ease;
padding: 15px 5px;
}
.navbar_landing .navbar.navbar-inverse input {
float: right;
width: 100%;
padding: 5px 10px;
font-size: 15px;
background: #fff;
border-radius: 0;
border: 1px solid #fff;
color: #fff;
}
.prsnl_forem.dashboardforsis2 img {
width: 150px;
display: block;
float: none;
margin:0 auto 20px auto
}
.prsnl_forem.prsnl_forem_attncedahs.downdashbaord .btn.btn-primary {
margin-bottom: 0;
}
.prsnl_forem.dashboardforsis {
padding-right: 0;
border-right: 0;
}
.prsnl_forem.downdashbaord {
padding-right: 0;
border-right: 0;
}
.prsnl_forem.dashboardforsis .cousrescdtial p {
width: 125px;
border-right: 1px solid #999;
margin-right: 10px;
}
.prsnl_forem.dashboardforsis .cousrescdtial span.complete {
margin-right: 10px;
margin-top: -10px;
float: left;
}
.prsnl_forem.dashboardforsis .cousrescdtial p {
width: 105px;
border-right: 1px solid #999;
margin-right: 10px;
overflow: hidden;
padding-right: 5px;
font-size: 10px;
}
.prsnl_forem.dashboardforsis .cousrescdtial span.complete {
margin-right: 10px;
margin-top: -7px;
float: left;
font-size: 10px;
}
.prsnl_forem.dashboardforsis .cousrescdtial span.incomplete {
margin-top: -8px;
font-size: 10px;
float: left;
}
.topdashbaord h3 small {
width: 100%;
font-size: 10px;
float: left;
text-align: center;
color: #000;
}
.topdashbaord h3 {
font-size: 13px;
}
.textbox.textbox_2.textbox_3 {
width: 100% !important;
float: left;
}
.dashboardforsis2.downdashbaord label {
width: 100%;
margin-right: 15px;
line-height: 32px;
}
.dashboardforsis2.downdashbaord .btn.btn-primary {
width: 100px;
}
.admin_login_form
{
width: 300px !important;
}
/* ================ 14-06-2018 ================ */
.signuphome.signuphome_billing_three { padding:15px 5px!important; width:100%!important; }
.signuphome.signuphome_billing_three .input-group-addon { top: inherit; bottom:1px;
height: 32px; }
.priceingstep ul li a img { display: none; }
.priceingstep ul li { margin: 0 3px; }
.input-group-addon {
right: 2px !important;
font-size: 10px !important;
width: auto !important;
top: 26px !important;
}
.textbox.input-group input {
padding-right: 105px;
}
/* ================ 10-10-2018 ================ */
.pricecalcutn .col-sm-12.text-center{
width: 100%;
float: left;
}
.pricebox.greenbox h1 label{
font-size: 30px !important;
}
.pricebox.greenbox h1 small{
font-size: 18px;
}
.calculate.licensepricing h1,.calculate.licensepricing h1 span {
font-size: 20px !important;
}
.bgblackIcon .fa{
font-size: 36px !important;
}
.educationbanner .videobg h4 {
font-size: 19px !important;
}
.telegrampulse { right:20px; top:12px; bottom:inherit; }
}
@media only screen and (min-width: 480px) and (max-width:640px) {
.tabforlearn_content .tab-content p{
width:86% !important;
}
}
@media only screen and (max-width: 479px) {
.tabforlearn_content .tab-content p {
width:75%;
float: left;
margin: 0;
color: #333;
font-size: 12px;
margin-bottom: 20px;
}
/* ================ 14-06-2018 ================ */
.signuphome.signuphome_billing_three { padding:15px 5px!important; width:100%!important; }
.signuphome.signuphome_billing_three .input-group-addon { top: inherit; bottom:1px;
height: 32px; }
.priceingstep ul li a img { display: none; }
.priceingstep ul li { margin: 0 3px; }
/* ================ 10-10-2018 ================ */
.tabforlearn_content .tab-content p{
height: auto !important;
width:73% !important;
}
} | 0.295433 | 0.137359 |
background: #E5EDF7;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
_height: 1%;
overflow: auto;
padding: 40px 0 25px;
margin: 40px 0 40px;
}
#action p {
text-align: center;
padding: 0 70px;
}
#action p.note, #action p.note a {
color: #7592b5;
}
#action p.note a:hover {
color: #2D6CBE;
}
#download {
padding: 0 0 10px;
margin: 0 0 1.6em;
line-height: 40px;
}
#download a, a.submit {
font-size: 1.6em;
font-weight: bold;
letter-spacing: -1px;
padding: 10px 17px;
color: #fff;
text-decoration: none;
background: #2D6CBE url(http://imgur.com/uwhV4.png) repeat-x 0 -25px;
_background-image: none;
text-shadow: -1px -1px #153f75;
border: 2px solid #1e5398;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
}
a.submit {
background-position: 0 -36px;
font-size: 1.1em;
letter-spacing: 0;
padding: 5px 12px;
}
#download a:hover, a.submit:hover {
background-color: #1e5398;
border-color: #153f75;
color: #fff;
}
#donate {
background: #f2f7fc;
margin: 25px 30px 0;
padding: 15px 40px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
#donate p {
padding: 0;
margin: 0;
}
#donate form {
text-align: center;
margin: 10px 0 0;
}
#emailform {
background: #efefef;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
_height: 1%;
overflow: auto;
margin: 40px 0 0;
padding: 0 30px 15px;
}
#emailform label {
display: block;
font-weight: bold;
}
#emailform .email_updates label {
display: inline;
}
.email_name, .email_address {
width: 205px;
float: left;
padding: 0 30px 0 0;
}
.email_address {
padding-right: 0;
}
.email_name input, .email_address input {
border: 1px solid #aaa;
float: left;
font-size: 1.3em;
padding: 5px 5px;
width: 193px;
}
.email_message textarea {
border: 1px solid #aaa;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
font-size: 1.3em;
padding: 5px 5px;
width: 428px;
}
.email_submit {
margin: 25px 0;
}
#status.error {
background: #ce4141;
_height: 1%;
overflow: auto;
padding: 5px 15px 0;
}
#status.error p, #status.error li {
color: #fff;
margin-bottom: .4em;
}
/*-- jShowOff module styles --*/
#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
background: #efefef;
position: relative;
overflow: hidden;
height: 300px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
}
.jshowoff {
margin: 10px 0;
}
.jshowoff div, .jshowoff img, .jshowoff {
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.jshowoff div p, .jshowoff div h2 {
_background-color: #efefef;
}
.jshowoff h2, .jshowoff p {
font-size: 18px;
padding: 15px 20px 0px;
margin: 0;
}
.jshowoff p {
font-size: 13px;
line-height: 15px;
}
.eddie {
float: right;
padding: 15px 20px 15px 20px;
}
.jshowoff p.jshowoff-slidelinks {
position: absolute;
bottom: 5px;
right: 5px;
margin: 0;
padding: 0;
}
.jshowoff-slidelinks a, .jshowoff-controls a {
display: block;
background-color: #337ab7;
color: #fff;
padding: 5px 7px 5px;
margin: 5px 0 0 5px;
float: left;
text-decoration: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
outline: none;
font-size: 11px;
line-height: 14px;
}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
color: #fff;
}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
background-color: #fff;
color: #000;
}
p.jshowoff-controls {
background: #aaa;
overflow: auto;
height: 1%;
padding: 0 0 5px 5px;
margin: 0;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
}
.jshowoff-controls a {
margin: 5px 5px 0 0;
font-size: 12px;
line-height: 15px;
padding: 4px 8px 5px;
}
.jshowoff-pausetext {
color: #fff;
}
/*-- Re-styled Thumbnail Demo --*/
.thumbFeatures p.jshowoff-slidelinks {
background: #000;
bottom: 0;
padding: 5px 0 5px 5px;
right: 113px;
height: 32px;
}
.thumbFeatures .jshowoff-slidelinks a {
display: block;
width: 60px;
height: 30px;
background-color: none;
background-repeat: no-repeat;
margin: 0 5px 0 0;
padding: 0;
border: 1px solid #4f4f4f;
text-indent: -10000em;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.thumbFeatures .jshowoff-slidelinks a.jshowoff-active {
border: 1px solid #fff;
}
.thumbFeatures .jshowoff-slidelink-0 {
background-image: url(http://farm5.static.flickr.com/4065/4439060414_c11002d183_o_d.jpg);
}
.thumbFeatures .jshowoff-slidelink-1 {
background-image: url(http://farm5.static.flickr.com/4049/4438283469_5ddf465356_o_d.jpg);
}
.thumbFeatures .jshowoff-slidelink-2 {
background-image: url(http://farm5.static.flickr.com/4033/4439060472_02efbb3955_o_d.jpg);
}
.thumbFeatures .jshowoff-slidelink-3 {
background-image: url(http://farm5.static.flickr.com/4041/4438283519_4f08cb4a57_o_d.jpg);
}
.thumbFeatures p.jshowoff-controls {
background: none;
height: 38px;
overflow: visible;
padding: 0;
position: absolute;
top: 100px;
width: 100%;
z-index: 150;
}
.thumbFeatures .jshowoff-controls a {
display: block;
width: 22px;
height: 38px;
background: none;
background-repeat: no-repeat;
margin: 0;
padding: 0;
text-indent: -10000em;
position: absolute;
}
.thumbFeatures .jshowoff-controls a.jshowoff-prev {
left: 15px;
background-image: url(http://farm5.static.flickr.com/4035/4438728886_fd55756fc5_o_d.gif);
}
.thumbFeatures .jshowoff-controls a.jshowoff-next {
right: 15px;
background-image: url(http://farm3.static.flickr.com/2743/4438728872_07e935da40_o_d.gif);
}
.thumbFeatures .jshowoff-controls a.jshowoff-play {
display: none;
}
.jshowoff.thumbFeatures {
height: 300px;
}
.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures {
-webkit-border-radius: 6px;
} | public/css/jshowoff.css | background: #E5EDF7;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
_height: 1%;
overflow: auto;
padding: 40px 0 25px;
margin: 40px 0 40px;
}
#action p {
text-align: center;
padding: 0 70px;
}
#action p.note, #action p.note a {
color: #7592b5;
}
#action p.note a:hover {
color: #2D6CBE;
}
#download {
padding: 0 0 10px;
margin: 0 0 1.6em;
line-height: 40px;
}
#download a, a.submit {
font-size: 1.6em;
font-weight: bold;
letter-spacing: -1px;
padding: 10px 17px;
color: #fff;
text-decoration: none;
background: #2D6CBE url(http://imgur.com/uwhV4.png) repeat-x 0 -25px;
_background-image: none;
text-shadow: -1px -1px #153f75;
border: 2px solid #1e5398;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
}
a.submit {
background-position: 0 -36px;
font-size: 1.1em;
letter-spacing: 0;
padding: 5px 12px;
}
#download a:hover, a.submit:hover {
background-color: #1e5398;
border-color: #153f75;
color: #fff;
}
#donate {
background: #f2f7fc;
margin: 25px 30px 0;
padding: 15px 40px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
#donate p {
padding: 0;
margin: 0;
}
#donate form {
text-align: center;
margin: 10px 0 0;
}
#emailform {
background: #efefef;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
_height: 1%;
overflow: auto;
margin: 40px 0 0;
padding: 0 30px 15px;
}
#emailform label {
display: block;
font-weight: bold;
}
#emailform .email_updates label {
display: inline;
}
.email_name, .email_address {
width: 205px;
float: left;
padding: 0 30px 0 0;
}
.email_address {
padding-right: 0;
}
.email_name input, .email_address input {
border: 1px solid #aaa;
float: left;
font-size: 1.3em;
padding: 5px 5px;
width: 193px;
}
.email_message textarea {
border: 1px solid #aaa;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
font-size: 1.3em;
padding: 5px 5px;
width: 428px;
}
.email_submit {
margin: 25px 0;
}
#status.error {
background: #ce4141;
_height: 1%;
overflow: auto;
padding: 5px 15px 0;
}
#status.error p, #status.error li {
color: #fff;
margin-bottom: .4em;
}
/*-- jShowOff module styles --*/
#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
background: #efefef;
position: relative;
overflow: hidden;
height: 300px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
}
.jshowoff {
margin: 10px 0;
}
.jshowoff div, .jshowoff img, .jshowoff {
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.jshowoff div p, .jshowoff div h2 {
_background-color: #efefef;
}
.jshowoff h2, .jshowoff p {
font-size: 18px;
padding: 15px 20px 0px;
margin: 0;
}
.jshowoff p {
font-size: 13px;
line-height: 15px;
}
.eddie {
float: right;
padding: 15px 20px 15px 20px;
}
.jshowoff p.jshowoff-slidelinks {
position: absolute;
bottom: 5px;
right: 5px;
margin: 0;
padding: 0;
}
.jshowoff-slidelinks a, .jshowoff-controls a {
display: block;
background-color: #337ab7;
color: #fff;
padding: 5px 7px 5px;
margin: 5px 0 0 5px;
float: left;
text-decoration: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
outline: none;
font-size: 11px;
line-height: 14px;
}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
color: #fff;
}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
background-color: #fff;
color: #000;
}
p.jshowoff-controls {
background: #aaa;
overflow: auto;
height: 1%;
padding: 0 0 5px 5px;
margin: 0;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
}
.jshowoff-controls a {
margin: 5px 5px 0 0;
font-size: 12px;
line-height: 15px;
padding: 4px 8px 5px;
}
.jshowoff-pausetext {
color: #fff;
}
/*-- Re-styled Thumbnail Demo --*/
.thumbFeatures p.jshowoff-slidelinks {
background: #000;
bottom: 0;
padding: 5px 0 5px 5px;
right: 113px;
height: 32px;
}
.thumbFeatures .jshowoff-slidelinks a {
display: block;
width: 60px;
height: 30px;
background-color: none;
background-repeat: no-repeat;
margin: 0 5px 0 0;
padding: 0;
border: 1px solid #4f4f4f;
text-indent: -10000em;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.thumbFeatures .jshowoff-slidelinks a.jshowoff-active {
border: 1px solid #fff;
}
.thumbFeatures .jshowoff-slidelink-0 {
background-image: url(http://farm5.static.flickr.com/4065/4439060414_c11002d183_o_d.jpg);
}
.thumbFeatures .jshowoff-slidelink-1 {
background-image: url(http://farm5.static.flickr.com/4049/4438283469_5ddf465356_o_d.jpg);
}
.thumbFeatures .jshowoff-slidelink-2 {
background-image: url(http://farm5.static.flickr.com/4033/4439060472_02efbb3955_o_d.jpg);
}
.thumbFeatures .jshowoff-slidelink-3 {
background-image: url(http://farm5.static.flickr.com/4041/4438283519_4f08cb4a57_o_d.jpg);
}
.thumbFeatures p.jshowoff-controls {
background: none;
height: 38px;
overflow: visible;
padding: 0;
position: absolute;
top: 100px;
width: 100%;
z-index: 150;
}
.thumbFeatures .jshowoff-controls a {
display: block;
width: 22px;
height: 38px;
background: none;
background-repeat: no-repeat;
margin: 0;
padding: 0;
text-indent: -10000em;
position: absolute;
}
.thumbFeatures .jshowoff-controls a.jshowoff-prev {
left: 15px;
background-image: url(http://farm5.static.flickr.com/4035/4438728886_fd55756fc5_o_d.gif);
}
.thumbFeatures .jshowoff-controls a.jshowoff-next {
right: 15px;
background-image: url(http://farm3.static.flickr.com/2743/4438728872_07e935da40_o_d.gif);
}
.thumbFeatures .jshowoff-controls a.jshowoff-play {
display: none;
}
.jshowoff.thumbFeatures {
height: 300px;
}
.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures {
-webkit-border-radius: 6px;
} | 0.112893 | 0.097605 |
@font-face{
font-family: gothic;
src: url("/fonts/Century Gothic.ttf");
}
@font-face{
font-family: myriad;
src: url("/fonts/FontsFree-Net-MYRIADPRO-BOLD.ttf");
}
.aboutUs2Bg{
background-color:#04434e ;
}
.introSecBg1{
background-color: #04434e;
height: 300px;
width: 100%;
justify-content: center;
align-items: center;
text-align: center;
display: flex;
}
.introSecBg1 .title{
font-size: 2rem;
font-weight: bolder;
font-family: gothic;
color: white;
padding-top: 20px;
}
.introSecBg2{
background: none;
height: 400px;
width: 100%;
padding: 20px 0;
}
.introSecBg2 .title{
font-size: 1.6rem;
font-family: gothic;
font-weight: 700;
text-align: center;
color: #fff;
}
.textp{
font-size: 16px;
font-family: gothic;
text-align: justify;
color: #fff;
/* padding: 3vw 10vw; */
/* text-align-last: center; */
}
.introSecBg2 .text{
font-size: 16px;
font-family: gothic;
text-align: justify;
color: #fff;
padding: 3vw 10vw;
text-align-last: center;
}
.aboutUsDivider{
height: 3px;
width:95%;
margin: 5vw auto;
border-radius: 5px;
background-color: #04434e;
}
.counterSec{
padding: 0 5vw;
}
.counterSec .title{
font-size: 1.7rem;
font-family: gothic;
font-weight: 700;
color: #04434e;
}
.counterSec .text{
font-size: 0.8rem;
font-family: gothic;
padding-right: 30px;
color: rgb(34, 34, 34);
}
.counterSec .bigTitle{
font-size: 5rem;
font-family: myriad;
font-weight: bolder;
color: #04434e;
}
.counterSec .boldText{
font-size: 1.5rem;
font-family: myriad;
font-weight: bold;
color: #04434e;
}
.growthRow{
padding: 4.8vw 0;
transition: ease-in 2s;
}
.growthTitle{
font: bolder 2.5rem gothic;
color: #fff;
padding-left: 6vw;
}
.growthflex{
display: flex;
flex: 1;
flex-wrap: wrap;
flex-shrink: 0;
flex-direction: column;
margin-top: 40px;
position: relative;
}
.growthYearBar{
display: flex;
align-items: center;
flex: 0.2;
flex-direction: row;
}
.growthHeight{
height: 3000px;
background-color: #fff;
}
.growthYearContent{
flex: 0.8;
}
.growthYearItem{
font: 800 1.4rem gothic;
padding: 10px;
text-align: center;
background-color:transparent ;
color: #fff;
cursor: pointer;
}
.growthYearItemActive{
background-color: #6E134C;
width: 100%;
}
.growthContentText{
font: 1.2em gothic;
color: #fff;
padding: 3vw 4vw;
text-align: center;
}
.growthBigYearText{
/* display: flex;
align-items: flex-end;
justify-content: flex-end;
flex-direction: column;
height: 100%; */
position: absolute;
right: 0;
top:0;
font: bolder 30rem myriad;
color: #04434e;
}
.fixDiv{
position: fixed;
left: 0;
top: 70px;
transition: 2s;
}
@media (max-width:480px){
.guideBg{
height: 590px !important;
}
.fixDiv{
top: 85px !important;
}
.fixDiv2{
top: 85px !important;
}
.fixDiv3{
top: 0px !important;
margin-top: 0 !important;
}
.mainFlex .itemLeft{
align-items: center !important;
}
.tradeWithCabana{
height: 700px !important;
}
.mainFlex .sec-1{
margin-top: 30px !important;
}
.mainFlex .sec-3{
margin-top: 30px !important;
}
.introSecBg2{
height: 550px !important;
}
}
.tradecabanabg{
background-image: url("/assets/images/about_bg.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 600px;
width: 100%;
text-align: center;
padding: 3vw 10vw;
margin-top: 0px;
}
.guideBg{
/* background-image: url("/assets/images/guideBg.png"); */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 480px;
width: 100%;
text-align: center;
padding: 3vw 10vw;
margin-top: 0px;
background-color: #04434e;
}
.guideTitle2{
color: #fff;
font:bold 48px gothic;
}
.guideTitle{
color: #fff;
font:bolder 2rem gothic;
margin-bottom:20px;
}
.guideText{
color: #fff;
font: 0.8rem gothic;
margin-bottom:20px;
text-align: justify;
text-align-last: center;
}
.guideLunchBtn{
font: 600 1.2rem gothic;
color: #fff;
background-color:#04434e ;
border: none;
padding: 10px 30px;
}
.tradingNewBg{
/* background-image: url("/assets/images/tradingBg.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover; */
background-color: #291022;
height: 500px;
width: 100%;
}
.tradingNew{ padding: 6vw 8vw;}
.tradingNew .title{
font: bolder 2.5em gothic;
color: #fff;
}
.tradingNew .text{
font: 0.8em gothic;
color: #fff;
margin:40px 0;
}
.tradingNew .btn1{
font: bold 0.7em gothic;
color: #fff;
background-color:#E2A6D2 ;
border: none;
padding: 10px 20px;
}
.tradingNew .btn2{
font: bold 0.7em gothic;
color: #04434e;
background-color:#fff ;
border: none;
padding: 10px 20px;
margin-left: 30px;
}
.tradeWithCabana{
padding: 3vw 10vw;
/* margin-top: 500px; */
height: 700px;
}
.worldImg{
width: 100%;
}
.why_cab_icon{
width: 80px;
}
.why_cab_icon1{
width: 80px;
padding-right: 25px;
}
.why_cab_icon2{
width: 80px;
padding-left: 15px;
}
.fixDiv2{
position: fixed;
top: 70px;
left: 0;
margin-top: 60px;
width: 100%;
}
.fixDiv3{
position: relative;
top: 70px;
left: 0;
margin-top: 60px;
width: 100%;
}
.tradeWithCabana .title{
font:bold 1.4rem gothic;
text-align: center;
}
.tradeWithCabana .mainFlex{
display: flex;
flex-direction: column;
flex: 3;
}
.mainFlex .item{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
cursor: pointer;
transition: ease-in 0.4s;
}
.mainFlex .itemLeft{
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
text-align: center;
cursor: pointer;
margin-top: 40px;
transition: ease-in 0.4s;
}
.margin40{
margin-top: 40px;
}
.mainFlex .itemRight{
display: flex;
justify-content: center;
align-items: flex-end !important;
flex-direction: column;
text-align: center;
cursor: pointer;
margin-top: 40px;
transition: ease-in 0.4s;
}
.mainFlex .sec-1{
flex: 1;
margin-top:145px;
}
.mainFlex .sec-2{
flex: 1;
}
.mainFlex .sec-3{
flex: 1;
margin-top:100px;
}
.titletext{
font-size: 48px;
color: white;
font-weight: bold;
}
.mainFlex .item .text{
font:bolder 1rem gothic;
margin-bottom:20px
}
.mainFlex .itemActive{
transform: scale(1.2);
}
.mainFlex .itemActive .text{
color: #04434e;
}
.shapeTradeBg{
background-image: url("/assets/images/shapeTrade.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 270px;
height: 255px;
flex-direction: column;
justify-content: center;
display: flex;
text-align: center;
align-items: center;
padding: 10px;
margin: 0 auto;
}
.shapeTradeBg .createBtn{
font: bold 0.8rem gothic;
padding: 5px 10px;
color: #fff;
border: none;
background-color: #04434e;
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.tradeWithCabana .mainFlex{
flex-direction: row;
}
.tradingNew .btn1{
font: bold 0.9em gothic;
}
.tradingNew .btn2{
font: bold 0.9em gothic;
}
.guideBg{
margin-top: 70px;
}
.guideTitle2{
font:bold 48px gothic;
}
.guideTitle{
font:bolder 2.5rem gothic;
margin-bottom:60px;
}
.guideText{
font: 18px gothic;
margin-bottom:60px;
text-align: justify;
}
.growthflex{
display: flex;
flex: 1;
flex-wrap: wrap;
flex-shrink: 0;
margin-top: 40px;
flex-direction: row;
position: relative;
}
.growthYearBar{
display: flex;
align-items: center;
flex: 0.2;
flex-direction: column;
}
.growthYearContent{
flex: 0.8;
}
.growthYearItem{
font: 800 1.4rem gothic;
padding: 10px;
text-align: center;
background-color:transparent ;
color: #fff;
cursor: pointer;
}
.growthYearItemActive{
background-color: #04434e;
width: 100%;
}
.growthContentText{
font: 1.2em gothic;
color: #fff;
padding: 1vw 4vw;
text-align: justify;
text-align-last: center;
}
.growthBigYearText{
/* display: flex;
align-items: flex-end;
justify-content: flex-end;
flex-direction: column;
height: 100%; */
position: absolute;
right: 0;
top:0;
font: bolder 30rem myriad;
color: #04434e;
}
.growthTitle{
font: bolder 3.5rem gothic;
color: #fff;
padding-left: 6vw;
}
.introSecBg1{
background-image: url("/assets/images/ab_bg1.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 400px;
background-color: transparent;
width: 100%;
}
.introSecBg2{
background-image: url("/assets/images/ab_bg2.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 400px;
width: 100%;
}
.introSecBg1 .title{
font-size: 2.5rem;
font-weight: bolder;
font-family: gothic;
color: white;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding-top: 20px;
}
.introSecBg2 .title{
font-size: 2rem;
font-family: gothic;
font-weight: 700;
text-align: center;
color: #fff;
}
.introSecBg2 .text{
padding: 3vw 15vw;
}
/* .section_padding {
padding: 3vw 15vw;
} */
} | resources/js/components/pages/AboutUsPage2/components/aboutUs2.css | @font-face{
font-family: gothic;
src: url("/fonts/Century Gothic.ttf");
}
@font-face{
font-family: myriad;
src: url("/fonts/FontsFree-Net-MYRIADPRO-BOLD.ttf");
}
.aboutUs2Bg{
background-color:#04434e ;
}
.introSecBg1{
background-color: #04434e;
height: 300px;
width: 100%;
justify-content: center;
align-items: center;
text-align: center;
display: flex;
}
.introSecBg1 .title{
font-size: 2rem;
font-weight: bolder;
font-family: gothic;
color: white;
padding-top: 20px;
}
.introSecBg2{
background: none;
height: 400px;
width: 100%;
padding: 20px 0;
}
.introSecBg2 .title{
font-size: 1.6rem;
font-family: gothic;
font-weight: 700;
text-align: center;
color: #fff;
}
.textp{
font-size: 16px;
font-family: gothic;
text-align: justify;
color: #fff;
/* padding: 3vw 10vw; */
/* text-align-last: center; */
}
.introSecBg2 .text{
font-size: 16px;
font-family: gothic;
text-align: justify;
color: #fff;
padding: 3vw 10vw;
text-align-last: center;
}
.aboutUsDivider{
height: 3px;
width:95%;
margin: 5vw auto;
border-radius: 5px;
background-color: #04434e;
}
.counterSec{
padding: 0 5vw;
}
.counterSec .title{
font-size: 1.7rem;
font-family: gothic;
font-weight: 700;
color: #04434e;
}
.counterSec .text{
font-size: 0.8rem;
font-family: gothic;
padding-right: 30px;
color: rgb(34, 34, 34);
}
.counterSec .bigTitle{
font-size: 5rem;
font-family: myriad;
font-weight: bolder;
color: #04434e;
}
.counterSec .boldText{
font-size: 1.5rem;
font-family: myriad;
font-weight: bold;
color: #04434e;
}
.growthRow{
padding: 4.8vw 0;
transition: ease-in 2s;
}
.growthTitle{
font: bolder 2.5rem gothic;
color: #fff;
padding-left: 6vw;
}
.growthflex{
display: flex;
flex: 1;
flex-wrap: wrap;
flex-shrink: 0;
flex-direction: column;
margin-top: 40px;
position: relative;
}
.growthYearBar{
display: flex;
align-items: center;
flex: 0.2;
flex-direction: row;
}
.growthHeight{
height: 3000px;
background-color: #fff;
}
.growthYearContent{
flex: 0.8;
}
.growthYearItem{
font: 800 1.4rem gothic;
padding: 10px;
text-align: center;
background-color:transparent ;
color: #fff;
cursor: pointer;
}
.growthYearItemActive{
background-color: #6E134C;
width: 100%;
}
.growthContentText{
font: 1.2em gothic;
color: #fff;
padding: 3vw 4vw;
text-align: center;
}
.growthBigYearText{
/* display: flex;
align-items: flex-end;
justify-content: flex-end;
flex-direction: column;
height: 100%; */
position: absolute;
right: 0;
top:0;
font: bolder 30rem myriad;
color: #04434e;
}
.fixDiv{
position: fixed;
left: 0;
top: 70px;
transition: 2s;
}
@media (max-width:480px){
.guideBg{
height: 590px !important;
}
.fixDiv{
top: 85px !important;
}
.fixDiv2{
top: 85px !important;
}
.fixDiv3{
top: 0px !important;
margin-top: 0 !important;
}
.mainFlex .itemLeft{
align-items: center !important;
}
.tradeWithCabana{
height: 700px !important;
}
.mainFlex .sec-1{
margin-top: 30px !important;
}
.mainFlex .sec-3{
margin-top: 30px !important;
}
.introSecBg2{
height: 550px !important;
}
}
.tradecabanabg{
background-image: url("/assets/images/about_bg.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 600px;
width: 100%;
text-align: center;
padding: 3vw 10vw;
margin-top: 0px;
}
.guideBg{
/* background-image: url("/assets/images/guideBg.png"); */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 480px;
width: 100%;
text-align: center;
padding: 3vw 10vw;
margin-top: 0px;
background-color: #04434e;
}
.guideTitle2{
color: #fff;
font:bold 48px gothic;
}
.guideTitle{
color: #fff;
font:bolder 2rem gothic;
margin-bottom:20px;
}
.guideText{
color: #fff;
font: 0.8rem gothic;
margin-bottom:20px;
text-align: justify;
text-align-last: center;
}
.guideLunchBtn{
font: 600 1.2rem gothic;
color: #fff;
background-color:#04434e ;
border: none;
padding: 10px 30px;
}
.tradingNewBg{
/* background-image: url("/assets/images/tradingBg.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover; */
background-color: #291022;
height: 500px;
width: 100%;
}
.tradingNew{ padding: 6vw 8vw;}
.tradingNew .title{
font: bolder 2.5em gothic;
color: #fff;
}
.tradingNew .text{
font: 0.8em gothic;
color: #fff;
margin:40px 0;
}
.tradingNew .btn1{
font: bold 0.7em gothic;
color: #fff;
background-color:#E2A6D2 ;
border: none;
padding: 10px 20px;
}
.tradingNew .btn2{
font: bold 0.7em gothic;
color: #04434e;
background-color:#fff ;
border: none;
padding: 10px 20px;
margin-left: 30px;
}
.tradeWithCabana{
padding: 3vw 10vw;
/* margin-top: 500px; */
height: 700px;
}
.worldImg{
width: 100%;
}
.why_cab_icon{
width: 80px;
}
.why_cab_icon1{
width: 80px;
padding-right: 25px;
}
.why_cab_icon2{
width: 80px;
padding-left: 15px;
}
.fixDiv2{
position: fixed;
top: 70px;
left: 0;
margin-top: 60px;
width: 100%;
}
.fixDiv3{
position: relative;
top: 70px;
left: 0;
margin-top: 60px;
width: 100%;
}
.tradeWithCabana .title{
font:bold 1.4rem gothic;
text-align: center;
}
.tradeWithCabana .mainFlex{
display: flex;
flex-direction: column;
flex: 3;
}
.mainFlex .item{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
cursor: pointer;
transition: ease-in 0.4s;
}
.mainFlex .itemLeft{
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
text-align: center;
cursor: pointer;
margin-top: 40px;
transition: ease-in 0.4s;
}
.margin40{
margin-top: 40px;
}
.mainFlex .itemRight{
display: flex;
justify-content: center;
align-items: flex-end !important;
flex-direction: column;
text-align: center;
cursor: pointer;
margin-top: 40px;
transition: ease-in 0.4s;
}
.mainFlex .sec-1{
flex: 1;
margin-top:145px;
}
.mainFlex .sec-2{
flex: 1;
}
.mainFlex .sec-3{
flex: 1;
margin-top:100px;
}
.titletext{
font-size: 48px;
color: white;
font-weight: bold;
}
.mainFlex .item .text{
font:bolder 1rem gothic;
margin-bottom:20px
}
.mainFlex .itemActive{
transform: scale(1.2);
}
.mainFlex .itemActive .text{
color: #04434e;
}
.shapeTradeBg{
background-image: url("/assets/images/shapeTrade.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 270px;
height: 255px;
flex-direction: column;
justify-content: center;
display: flex;
text-align: center;
align-items: center;
padding: 10px;
margin: 0 auto;
}
.shapeTradeBg .createBtn{
font: bold 0.8rem gothic;
padding: 5px 10px;
color: #fff;
border: none;
background-color: #04434e;
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.tradeWithCabana .mainFlex{
flex-direction: row;
}
.tradingNew .btn1{
font: bold 0.9em gothic;
}
.tradingNew .btn2{
font: bold 0.9em gothic;
}
.guideBg{
margin-top: 70px;
}
.guideTitle2{
font:bold 48px gothic;
}
.guideTitle{
font:bolder 2.5rem gothic;
margin-bottom:60px;
}
.guideText{
font: 18px gothic;
margin-bottom:60px;
text-align: justify;
}
.growthflex{
display: flex;
flex: 1;
flex-wrap: wrap;
flex-shrink: 0;
margin-top: 40px;
flex-direction: row;
position: relative;
}
.growthYearBar{
display: flex;
align-items: center;
flex: 0.2;
flex-direction: column;
}
.growthYearContent{
flex: 0.8;
}
.growthYearItem{
font: 800 1.4rem gothic;
padding: 10px;
text-align: center;
background-color:transparent ;
color: #fff;
cursor: pointer;
}
.growthYearItemActive{
background-color: #04434e;
width: 100%;
}
.growthContentText{
font: 1.2em gothic;
color: #fff;
padding: 1vw 4vw;
text-align: justify;
text-align-last: center;
}
.growthBigYearText{
/* display: flex;
align-items: flex-end;
justify-content: flex-end;
flex-direction: column;
height: 100%; */
position: absolute;
right: 0;
top:0;
font: bolder 30rem myriad;
color: #04434e;
}
.growthTitle{
font: bolder 3.5rem gothic;
color: #fff;
padding-left: 6vw;
}
.introSecBg1{
background-image: url("/assets/images/ab_bg1.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 400px;
background-color: transparent;
width: 100%;
}
.introSecBg2{
background-image: url("/assets/images/ab_bg2.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 400px;
width: 100%;
}
.introSecBg1 .title{
font-size: 2.5rem;
font-weight: bolder;
font-family: gothic;
color: white;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding-top: 20px;
}
.introSecBg2 .title{
font-size: 2rem;
font-family: gothic;
font-weight: 700;
text-align: center;
color: #fff;
}
.introSecBg2 .text{
padding: 3vw 15vw;
}
/* .section_padding {
padding: 3vw 15vw;
} */
} | 0.270577 | 0.093802 |
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
outline: none;
scrollbar-base-color: #33665C;
-ms-overflow-style: none;
scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
display: none;
}
.header {
position: relative;
z-index: 8;
width: 100%;
height: 48px;
background-color: #324750;
}
.header__logo {
position: relative;
height: 100%;
width: 200px;
margin-left: 4px;
}
.header__logo-image {
top: 50%;
left: 10%;
transform: translate(-50%, -50%);
position: absolute;
}
.header__logo-title {
font-family: Calibri;
font-weight: bold;
font-style: italic;
position: absolute;
color: white;
top: 50%;
left: 50%;
transform: translate(-50%, -51%);
margin: 0;
}
.nav {
position: relative;
z-index: 6;
width: 100%;
height: 64px;
background-color: #FFFFFF;
}
.nav__button {
fill: #324750;
padding: 0;
border: none;
height: 64px;
width: 64px;
background-color: Transparent;
background-repeat: no-repeat;
border: none;
cursor: pointer;
overflow: hidden;
outline: none;
}
.container {
position: relative;
z-index: 0;
display: grid;
grid-template-rows: 100%;
grid-template-columns: 248px auto 384px;
grid-template-areas: "left-column image-container label-container";
width: 100%;
height: calc( 100% - 48px - 64px );
}
.left-column {
/* var@left-column */
}
.left-column--show {
grid-area: left-column;
background-color: #F5F5F5;
}
.left-column__search {
position: relative;
z-index: 6;
width: 100%;
height: 40px;
background-color: #FFFFFF;
text-align: center;
vertical-align: middle;
}
.left-column__search-form {
background-image: "../image/search-black-18dp.svg";
position: absolute;
box-sizing: border-box;
border: none;
transition: 0.3s;
border-bottom: 1px solid #33665C;
background: transparent;
width: 90%;
top: 60%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
}
.left-column__search-form:focus {
border-bottom: 1px solid #86AB40;
outline: none;
}
.left-column__content {
cursor: pointer;
overflow-y: scroll;
display: grid;
grid-auto-rows: 48px;
height: calc( 100% - 40px );
}
.left-column__item {
display: grid;
grid-template-rows: 48px;
grid-template-columns: 48px 1fr;
grid-template-areas: "image-thumbnail image-title";
opacity: 65%;
width: 100%;
height: 48px;
border-bottom: 1px solid #CBCBCB;
transition: all 200ms 0s ease;
}
.left-column__item:nth-child(odd) {
background-color: #E4E4E4;
}
.left-column__item:hover {
opacity: 100%;
transition: all 200ms 0s ease;
}
.left-column__item-thumbnail {
grid-area: image-thumbnail;
}
.left-column__item-thumbnail-image {
box-sizing: border-box;
border-right: 1px solid #CBCBCB;
border-left: 1px solid #CBCBCB;
border-top: 0.5px solid #CBCBCB;
border-bottom: 0.5px solid #CBCBCB;
-o-object-fit: cover;
object-fit: cover;
width: 48px;
height: 48px;
}
.left-column__item-text {
width: calc( 100% - 48px );
height: 48px;
font-size: 20px;
}
.image-container {
/* var@image-container */
width: 100%;
grid-area: image-container;
overflow-y: scroll;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(312px, 1fr));
grid-auto-rows: 312px;
background-color: #E4E4E4;
}
.image-container__thumbnail {
position: relative;
width: 312px;
height: 312px;
align-self: center;
justify-self: center;
}
.image-container__thumbnail-image {
opacity: 75%;
transition: all 200ms 0s ease;
cursor: move;
position: absolute;
height: 90%;
width: 90%;
-o-object-fit: cover;
object-fit: cover;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
}
.image-container__thumbnail-image:hover {
opacity: 100%;
transition: all 200ms 0s ease;
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.label-container {
width: 100%;
height: 100%;
grid-area: label-container;
background-color: #F5F5F5;
overflow-y: scroll;
}
.label-container__item {
/* var@label-container__item */
box-sizing: border-box;
border-right: solid 5px #7db4e6;
margin-top: 8px;
margin-left: 0;
margin-right: auto;
background-color: white;
width: 352px;
height: 48px;
cursor: pointer;
transition: all 150ms 0s ease;
}
.label-container__item:hover {
transition: all 150ms 0s ease;
width: calc( 352px + 8px );
border-right: solid 5px #86AB40;
}
.label-container__item--selected {
transition: all 150ms 0s ease;
border-right: solid 5px #7db4e6;
box-sizing: border-box;
margin-top: 8px;
margin-left: 0;
margin-right: auto;
background-color: white;
width: calc( 352px + 8px );
height: auto;
}
.label-container__item-title {
margin: 0;
line-height: 48px;
font-size: 20px;
}
.label-container__item-description {
display: none;
}
.label-container__item-description--show {
margin: 0;
padding-left: 16px;
line-height: calc( 20px + 2 );
font-size: calc( 20px - 4 );
} | document/プロトタイプ/Petata_files/petata-proto.css |
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
outline: none;
scrollbar-base-color: #33665C;
-ms-overflow-style: none;
scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
display: none;
}
.header {
position: relative;
z-index: 8;
width: 100%;
height: 48px;
background-color: #324750;
}
.header__logo {
position: relative;
height: 100%;
width: 200px;
margin-left: 4px;
}
.header__logo-image {
top: 50%;
left: 10%;
transform: translate(-50%, -50%);
position: absolute;
}
.header__logo-title {
font-family: Calibri;
font-weight: bold;
font-style: italic;
position: absolute;
color: white;
top: 50%;
left: 50%;
transform: translate(-50%, -51%);
margin: 0;
}
.nav {
position: relative;
z-index: 6;
width: 100%;
height: 64px;
background-color: #FFFFFF;
}
.nav__button {
fill: #324750;
padding: 0;
border: none;
height: 64px;
width: 64px;
background-color: Transparent;
background-repeat: no-repeat;
border: none;
cursor: pointer;
overflow: hidden;
outline: none;
}
.container {
position: relative;
z-index: 0;
display: grid;
grid-template-rows: 100%;
grid-template-columns: 248px auto 384px;
grid-template-areas: "left-column image-container label-container";
width: 100%;
height: calc( 100% - 48px - 64px );
}
.left-column {
/* var@left-column */
}
.left-column--show {
grid-area: left-column;
background-color: #F5F5F5;
}
.left-column__search {
position: relative;
z-index: 6;
width: 100%;
height: 40px;
background-color: #FFFFFF;
text-align: center;
vertical-align: middle;
}
.left-column__search-form {
background-image: "../image/search-black-18dp.svg";
position: absolute;
box-sizing: border-box;
border: none;
transition: 0.3s;
border-bottom: 1px solid #33665C;
background: transparent;
width: 90%;
top: 60%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
}
.left-column__search-form:focus {
border-bottom: 1px solid #86AB40;
outline: none;
}
.left-column__content {
cursor: pointer;
overflow-y: scroll;
display: grid;
grid-auto-rows: 48px;
height: calc( 100% - 40px );
}
.left-column__item {
display: grid;
grid-template-rows: 48px;
grid-template-columns: 48px 1fr;
grid-template-areas: "image-thumbnail image-title";
opacity: 65%;
width: 100%;
height: 48px;
border-bottom: 1px solid #CBCBCB;
transition: all 200ms 0s ease;
}
.left-column__item:nth-child(odd) {
background-color: #E4E4E4;
}
.left-column__item:hover {
opacity: 100%;
transition: all 200ms 0s ease;
}
.left-column__item-thumbnail {
grid-area: image-thumbnail;
}
.left-column__item-thumbnail-image {
box-sizing: border-box;
border-right: 1px solid #CBCBCB;
border-left: 1px solid #CBCBCB;
border-top: 0.5px solid #CBCBCB;
border-bottom: 0.5px solid #CBCBCB;
-o-object-fit: cover;
object-fit: cover;
width: 48px;
height: 48px;
}
.left-column__item-text {
width: calc( 100% - 48px );
height: 48px;
font-size: 20px;
}
.image-container {
/* var@image-container */
width: 100%;
grid-area: image-container;
overflow-y: scroll;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(312px, 1fr));
grid-auto-rows: 312px;
background-color: #E4E4E4;
}
.image-container__thumbnail {
position: relative;
width: 312px;
height: 312px;
align-self: center;
justify-self: center;
}
.image-container__thumbnail-image {
opacity: 75%;
transition: all 200ms 0s ease;
cursor: move;
position: absolute;
height: 90%;
width: 90%;
-o-object-fit: cover;
object-fit: cover;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
}
.image-container__thumbnail-image:hover {
opacity: 100%;
transition: all 200ms 0s ease;
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.label-container {
width: 100%;
height: 100%;
grid-area: label-container;
background-color: #F5F5F5;
overflow-y: scroll;
}
.label-container__item {
/* var@label-container__item */
box-sizing: border-box;
border-right: solid 5px #7db4e6;
margin-top: 8px;
margin-left: 0;
margin-right: auto;
background-color: white;
width: 352px;
height: 48px;
cursor: pointer;
transition: all 150ms 0s ease;
}
.label-container__item:hover {
transition: all 150ms 0s ease;
width: calc( 352px + 8px );
border-right: solid 5px #86AB40;
}
.label-container__item--selected {
transition: all 150ms 0s ease;
border-right: solid 5px #7db4e6;
box-sizing: border-box;
margin-top: 8px;
margin-left: 0;
margin-right: auto;
background-color: white;
width: calc( 352px + 8px );
height: auto;
}
.label-container__item-title {
margin: 0;
line-height: 48px;
font-size: 20px;
}
.label-container__item-description {
display: none;
}
.label-container__item-description--show {
margin: 0;
padding-left: 16px;
line-height: calc( 20px + 2 );
font-size: calc( 20px - 4 );
} | 0.536799 | 0.061509 |
body{font-family:Geneva,Arial,Helvetica,sans-serif;font-size:100%;*font-size:80%;}
.ui-layout-pane{background:#FFF;border:1px solid #BBB;padding:10px;overflow:auto;}
.ui-layout-content{padding:10px;position:relative;overflow:auto;}
.layout-child-container,.layout-content-container{padding:0;overflow:hidden;}
.layout-child-container{border:0 none;}
.layout-scroll{overflow:auto;}
.layout-hide{display:none;}
.ui-layout-resizer{background:#DDD;border:0 solid #BBB;}
.ui-layout-resizer-open-hover,.ui-layout-resizer-dragging{background:#C4E1A4;}
.ui-layout-resizer-dragging{border:1px solid #BBB;}
.ui-layout-resizer-north-dragging,.ui-layout-resizer-south-dragging{border-width:1px 0;}
.ui-layout-resizer-west-dragging,.ui-layout-resizer-east-dragging{border-width:0 1px;}
.ui-layout-resizer-dragging-limit{background:#E1A4A4;}
.ui-layout-resizer-closed-hover{background:#EBD5AA;}
.ui-layout-resizer-sliding{opacity:.10;filter:alpha(opacity=10);}
.ui-layout-resizer-sliding-hover{opacity:1.00;filter:alpha(opacity=100);}
.ui-layout-resizer-north-sliding-hover{border-bottom-width:1px;}
.ui-layout-resizer-south-sliding-hover{border-top-width:1px;}
.ui-layout-resizer-west-sliding-hover{border-right-width:1px;}
.ui-layout-resizer-east-sliding-hover{border-left-width:1px;}
.ui-layout-toggler{border:1px solid #BBB;background-color:#BBB;}
.ui-layout-resizer-hover .ui-layout-toggler{opacity:.60;filter:alpha(opacity=60);}
.ui-layout-toggler-hover,.ui-layout-resizer-hover .ui-layout-toggler-hover{background-color:#FC6;opacity:1.00;filter:alpha(opacity=100);}
.ui-layout-toggler-north,.ui-layout-toggler-south{border-width:0 1px;}
.ui-layout-toggler-west,.ui-layout-toggler-east{border-width:1px 0;}
.ui-layout-resizer-sliding .ui-layout-toggler{display:none;}
.ui-layout-toggler .content{color:#666;font-size:12px;font-weight:bold;width:100%;padding-bottom:.35ex;}
.ui-layout-mask{border:none!important;padding:0!important;margin:0!important;overflow:hidden!important;position:absolute!important;opacity:0!important;filter:Alpha(Opacity="0")!important;}
.ui-layout-mask-inside-pane{top:0!important;left:0!important;width:100%!important;height:100%!important;}
@media print{html{height:auto!important;overflow:visible!important;}
body.ui-layout-container{position:static!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;_width:auto!important;_height:auto!important;}
.ui-layout-resizer,.ui-layout-toggler{display:none!important;}
.ui-layout-pane{border:none!important;background:transparent!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;width:auto!important;height:auto!important;overflow:visible!important;}
} | src/main/webapp/WEB-INF/static/comp/jquery-ui-bootstrap/css/layout-default-1.3.0.min.css | body{font-family:Geneva,Arial,Helvetica,sans-serif;font-size:100%;*font-size:80%;}
.ui-layout-pane{background:#FFF;border:1px solid #BBB;padding:10px;overflow:auto;}
.ui-layout-content{padding:10px;position:relative;overflow:auto;}
.layout-child-container,.layout-content-container{padding:0;overflow:hidden;}
.layout-child-container{border:0 none;}
.layout-scroll{overflow:auto;}
.layout-hide{display:none;}
.ui-layout-resizer{background:#DDD;border:0 solid #BBB;}
.ui-layout-resizer-open-hover,.ui-layout-resizer-dragging{background:#C4E1A4;}
.ui-layout-resizer-dragging{border:1px solid #BBB;}
.ui-layout-resizer-north-dragging,.ui-layout-resizer-south-dragging{border-width:1px 0;}
.ui-layout-resizer-west-dragging,.ui-layout-resizer-east-dragging{border-width:0 1px;}
.ui-layout-resizer-dragging-limit{background:#E1A4A4;}
.ui-layout-resizer-closed-hover{background:#EBD5AA;}
.ui-layout-resizer-sliding{opacity:.10;filter:alpha(opacity=10);}
.ui-layout-resizer-sliding-hover{opacity:1.00;filter:alpha(opacity=100);}
.ui-layout-resizer-north-sliding-hover{border-bottom-width:1px;}
.ui-layout-resizer-south-sliding-hover{border-top-width:1px;}
.ui-layout-resizer-west-sliding-hover{border-right-width:1px;}
.ui-layout-resizer-east-sliding-hover{border-left-width:1px;}
.ui-layout-toggler{border:1px solid #BBB;background-color:#BBB;}
.ui-layout-resizer-hover .ui-layout-toggler{opacity:.60;filter:alpha(opacity=60);}
.ui-layout-toggler-hover,.ui-layout-resizer-hover .ui-layout-toggler-hover{background-color:#FC6;opacity:1.00;filter:alpha(opacity=100);}
.ui-layout-toggler-north,.ui-layout-toggler-south{border-width:0 1px;}
.ui-layout-toggler-west,.ui-layout-toggler-east{border-width:1px 0;}
.ui-layout-resizer-sliding .ui-layout-toggler{display:none;}
.ui-layout-toggler .content{color:#666;font-size:12px;font-weight:bold;width:100%;padding-bottom:.35ex;}
.ui-layout-mask{border:none!important;padding:0!important;margin:0!important;overflow:hidden!important;position:absolute!important;opacity:0!important;filter:Alpha(Opacity="0")!important;}
.ui-layout-mask-inside-pane{top:0!important;left:0!important;width:100%!important;height:100%!important;}
@media print{html{height:auto!important;overflow:visible!important;}
body.ui-layout-container{position:static!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;_width:auto!important;_height:auto!important;}
.ui-layout-resizer,.ui-layout-toggler{display:none!important;}
.ui-layout-pane{border:none!important;background:transparent!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;width:auto!important;height:auto!important;overflow:visible!important;}
} | 0.261237 | 0.047426 |
*,
*:after,
*:before {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
body{
font-size: 100%;
list-style-type: none;
}
/* End Reset CSS */
body{
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Red Hat Display', sans-serif;
background-image: url("./images/pattern-background-desktop.svg");
background-position: top;
background-repeat: no-repeat;
background-size: contain;
background-color: hsl(225, 100%, 94%);
}
p{
font-size: 16px;
}
.container{
background: white;
box-shadow: 0px 20px 32px -7px hsl(245, 75%, 52%, 0.2);
border-radius: 15px;
}
.container-poster{
background-image: url("./images/illustration-hero.svg");
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
border-radius: 15px 15px 0px 0px;
height: 200px;
}
.container-infos{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
margin: 30px 0px 30px 0px;
}
.infos-description{
text-align: center;
margin: 0px 60px 0px 60px;
width: 300px;
}
.infos__title{
padding-bottom: 15px;
color: hsl(223, 47%, 23%);
font-size: 26px;
font-weight: 900;
}
.infos__subtitle{
font-weight: 500;
color: hsl(224, 23%, 55%);
}
.infos-plan{
border-radius: 10px;
background-color: hsl(225, 100%, 98%);
width: 80%;
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.plan-price{
position: relative;
right: 11%;
}
.price__title{
font-weight: 900;
padding-bottom: 2px;
color: hsl(223, 47%, 23%);
}
.price__value{
font-weight: 500;
color: hsl(224, 23%, 55%);
}
.plan__link{
text-decoration: underline;
font-size: 15px;
font-weight: 700;
color: hsl(245, 75%, 52%);
}
.plan__link--hover:hover{
color: hsl(245, 50%, 52%);
transition: 0.4s;
}
.infos__btn{
width: 80%;
padding: 15px;
margin-top: 5px;
background-color: hsl(245, 75%, 52%);
color: white;
border-radius: 10px;
border: none;
font-size: 16px;
font-weight: 700;
box-shadow: 0px 15px 45px -5px hsl(245, 75%, 52%, 0.45);;
cursor: pointer;
}
.infos__btn--hover:hover{
background-color: hsl(245, 50%, 52%);
transition: 0.4s;
}
.infos__link{
font-weight: 900;
font-size: 15px;
color: hsl(224, 23%, 55%);
}
.infos__link--hover:hover{
color: hsl(223, 47%, 23%);
transition: 0.4s;
}
@media screen and (max-width: 375px){
body{
background-image: url("./images/pattern-background-mobile.svg");
}
.infos-description{
margin: 0px 50px 0px 50px;
width: 270px;
}
.plan-price{
position: relative;
right: 6%;
}
.infos-plan{
width: 83%;
}
.infos__btn{
width: 83%;
}
} | style.css |
*,
*:after,
*:before {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
body{
font-size: 100%;
list-style-type: none;
}
/* End Reset CSS */
body{
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Red Hat Display', sans-serif;
background-image: url("./images/pattern-background-desktop.svg");
background-position: top;
background-repeat: no-repeat;
background-size: contain;
background-color: hsl(225, 100%, 94%);
}
p{
font-size: 16px;
}
.container{
background: white;
box-shadow: 0px 20px 32px -7px hsl(245, 75%, 52%, 0.2);
border-radius: 15px;
}
.container-poster{
background-image: url("./images/illustration-hero.svg");
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
border-radius: 15px 15px 0px 0px;
height: 200px;
}
.container-infos{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
margin: 30px 0px 30px 0px;
}
.infos-description{
text-align: center;
margin: 0px 60px 0px 60px;
width: 300px;
}
.infos__title{
padding-bottom: 15px;
color: hsl(223, 47%, 23%);
font-size: 26px;
font-weight: 900;
}
.infos__subtitle{
font-weight: 500;
color: hsl(224, 23%, 55%);
}
.infos-plan{
border-radius: 10px;
background-color: hsl(225, 100%, 98%);
width: 80%;
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.plan-price{
position: relative;
right: 11%;
}
.price__title{
font-weight: 900;
padding-bottom: 2px;
color: hsl(223, 47%, 23%);
}
.price__value{
font-weight: 500;
color: hsl(224, 23%, 55%);
}
.plan__link{
text-decoration: underline;
font-size: 15px;
font-weight: 700;
color: hsl(245, 75%, 52%);
}
.plan__link--hover:hover{
color: hsl(245, 50%, 52%);
transition: 0.4s;
}
.infos__btn{
width: 80%;
padding: 15px;
margin-top: 5px;
background-color: hsl(245, 75%, 52%);
color: white;
border-radius: 10px;
border: none;
font-size: 16px;
font-weight: 700;
box-shadow: 0px 15px 45px -5px hsl(245, 75%, 52%, 0.45);;
cursor: pointer;
}
.infos__btn--hover:hover{
background-color: hsl(245, 50%, 52%);
transition: 0.4s;
}
.infos__link{
font-weight: 900;
font-size: 15px;
color: hsl(224, 23%, 55%);
}
.infos__link--hover:hover{
color: hsl(223, 47%, 23%);
transition: 0.4s;
}
@media screen and (max-width: 375px){
body{
background-image: url("./images/pattern-background-mobile.svg");
}
.infos-description{
margin: 0px 50px 0px 50px;
width: 270px;
}
.plan-price{
position: relative;
right: 6%;
}
.infos-plan{
width: 83%;
}
.infos__btn{
width: 83%;
}
} | 0.420005 | 0.095139 |
body{
margin: 0 auto;
}
.wrap{
width: 1920px;
background: #8D7CBD 0% 0% no-repeat padding-box;
opacity: 1;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.header{
display: -webkit-box;
display: flex;
width: 1920px;
height: 120px;
background: #6B55A9 0% 0% no-repeat padding-box;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
}
.logo{
width: 164px;
height: 96px;
margin-left: 60px;
/* margin-top: 15px; */
background: transparent url('https://fi7933201.github.io/image/%E5%A3%81%E7%A3%9Alogo.png') 0% 0% no-repeat padding-box;
text-indent: 101%;
overflow: hidden;
white-space: nowrap;
}
.header ul{
list-style:none
}
.bar{
margin-right: 142px;
display: -webkit-box;
display: flex;
}
.barname{
width: 256px;
height: 91px;
margin-left: 20px;
text-align: center;
background: #604A9E 0% 0% no-repeat padding-box;
}
.barname a{
font-family: 微軟正黑體;
font-size: 36px;
line-height: 91px;
letter-spacing: 0px;
color: #FFFFFF;
}
.barname a:link{
font-family: 微軟正黑體;
color: #fff;
text-decoration:none;
}
.barname a:visited{
font-family: 微軟正黑體;
color: #fff;
text-decoration: underline;
}
.barname a:hover{
font-family: 微軟正黑體;
color: #2a1c55;
font-weight: bold;
}
.container{
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
}
.banner{
width: 1636px;
height: 953px;
background: #FFFFFF 0% 0% no-repeat padding-box;
}
.animate{
height: 1020px;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
justify-content: space-around;
}
.anititle{
margin: 0 auto;
width: 533px;
height: 111px;
border-bottom: 5px solid #FFFFFF;
font-family: 微軟正黑體;
color: #FFF;
font-size: 59px;
text-align: center;
}
.ani{
width: 1360px;
height: 765px;
background: #FFFFFF 0% 0% no-repeat padding-box;
}
.about{
height: 980px;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
justify-content: space-around;
}
.abouttitle{
margin: 0 auto;
width: 533px;
height: 111px;
border-bottom: 5px solid #FFFFFF;
font-family: 微軟正黑體;
color: #FFF;
font-size: 59px;
text-align: center;
}
.about ul{
list-style:none
}
.aboutimg{
width: 1320px;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
}
.bully1{
/* width: 500px;
height: 500px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #707070;
border-radius:999em; */
height: 620px;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
text-align: left;
font: normal normal normal 50px/67px 微軟正黑體;
letter-spacing: 0px;
color: #FFFFFF;
}
.bully2{
/* width: 500px;
height: 500px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #707070;
border-radius:999em; */
height: 620px;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
text-align: left;
font: normal normal normal 50px/67px 微軟正黑體;
letter-spacing: 0px;
color: #FFFFFF;
}
.cir{
width: 500px;
height: 500px;
background: #FFFFFF 0% 0% no-repeat padding-box;
/* border: 1px solid #707070; */
border-radius:999em;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
}
/* .bully1 .cir a{
width: 275px;
height: 315px;
background: transparent url('https://fi7933201.github.io/image/pose_taiiku_suwari_back_woman.png') 0% 0% no-repeat padding-box;
}
.bully2 a{
width: 333px;
height: 242px;
background: transparent url('https://fi7933201.github.io/image/friends_kobushi_woman_man.png') 0% 0% no-repeat padding-box;
}*/
.gameplay{
height: 1060px;
}
.gameplaytitle{
margin: 0 auto;
width: 533px;
height: 111px;
border-bottom: 5px solid #FFFFFF;
font-family: 微軟正黑體;
color: #FFF;
font-size: 59px;
text-align: center;
}
.workitem{
height: 1295px;
}
.member{
display: -webkit-box;
display: flex;
justify-content: space-around;
}
.workitem ul{
list-style: none;
}
.member li{
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
text-align: center;
font: normal normal normal 50px/67px 微軟正黑體;
letter-spacing: 0px;
color: #FFFFFF;
}
.member li a img{
width: 400px;
height: 400px;
}
.album{
height: 300px;
background: #FFFFFF;
}
.title{
margin: 0 auto;
/* margin-top: 115px; */
width: 533px;
height: 111px;
border-bottom: 5px solid #FFFFFF;
font-family: 微軟正黑體;
color: #FFF;
font-size: 59px;
text-align: center;
}
.footer{
height: 80px;
} | dist/style.css | body{
margin: 0 auto;
}
.wrap{
width: 1920px;
background: #8D7CBD 0% 0% no-repeat padding-box;
opacity: 1;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.header{
display: -webkit-box;
display: flex;
width: 1920px;
height: 120px;
background: #6B55A9 0% 0% no-repeat padding-box;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
}
.logo{
width: 164px;
height: 96px;
margin-left: 60px;
/* margin-top: 15px; */
background: transparent url('https://fi7933201.github.io/image/%E5%A3%81%E7%A3%9Alogo.png') 0% 0% no-repeat padding-box;
text-indent: 101%;
overflow: hidden;
white-space: nowrap;
}
.header ul{
list-style:none
}
.bar{
margin-right: 142px;
display: -webkit-box;
display: flex;
}
.barname{
width: 256px;
height: 91px;
margin-left: 20px;
text-align: center;
background: #604A9E 0% 0% no-repeat padding-box;
}
.barname a{
font-family: 微軟正黑體;
font-size: 36px;
line-height: 91px;
letter-spacing: 0px;
color: #FFFFFF;
}
.barname a:link{
font-family: 微軟正黑體;
color: #fff;
text-decoration:none;
}
.barname a:visited{
font-family: 微軟正黑體;
color: #fff;
text-decoration: underline;
}
.barname a:hover{
font-family: 微軟正黑體;
color: #2a1c55;
font-weight: bold;
}
.container{
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
}
.banner{
width: 1636px;
height: 953px;
background: #FFFFFF 0% 0% no-repeat padding-box;
}
.animate{
height: 1020px;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
justify-content: space-around;
}
.anititle{
margin: 0 auto;
width: 533px;
height: 111px;
border-bottom: 5px solid #FFFFFF;
font-family: 微軟正黑體;
color: #FFF;
font-size: 59px;
text-align: center;
}
.ani{
width: 1360px;
height: 765px;
background: #FFFFFF 0% 0% no-repeat padding-box;
}
.about{
height: 980px;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
justify-content: space-around;
}
.abouttitle{
margin: 0 auto;
width: 533px;
height: 111px;
border-bottom: 5px solid #FFFFFF;
font-family: 微軟正黑體;
color: #FFF;
font-size: 59px;
text-align: center;
}
.about ul{
list-style:none
}
.aboutimg{
width: 1320px;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
}
.bully1{
/* width: 500px;
height: 500px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #707070;
border-radius:999em; */
height: 620px;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
text-align: left;
font: normal normal normal 50px/67px 微軟正黑體;
letter-spacing: 0px;
color: #FFFFFF;
}
.bully2{
/* width: 500px;
height: 500px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #707070;
border-radius:999em; */
height: 620px;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
text-align: left;
font: normal normal normal 50px/67px 微軟正黑體;
letter-spacing: 0px;
color: #FFFFFF;
}
.cir{
width: 500px;
height: 500px;
background: #FFFFFF 0% 0% no-repeat padding-box;
/* border: 1px solid #707070; */
border-radius:999em;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
}
/* .bully1 .cir a{
width: 275px;
height: 315px;
background: transparent url('https://fi7933201.github.io/image/pose_taiiku_suwari_back_woman.png') 0% 0% no-repeat padding-box;
}
.bully2 a{
width: 333px;
height: 242px;
background: transparent url('https://fi7933201.github.io/image/friends_kobushi_woman_man.png') 0% 0% no-repeat padding-box;
}*/
.gameplay{
height: 1060px;
}
.gameplaytitle{
margin: 0 auto;
width: 533px;
height: 111px;
border-bottom: 5px solid #FFFFFF;
font-family: 微軟正黑體;
color: #FFF;
font-size: 59px;
text-align: center;
}
.workitem{
height: 1295px;
}
.member{
display: -webkit-box;
display: flex;
justify-content: space-around;
}
.workitem ul{
list-style: none;
}
.member li{
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
text-align: center;
font: normal normal normal 50px/67px 微軟正黑體;
letter-spacing: 0px;
color: #FFFFFF;
}
.member li a img{
width: 400px;
height: 400px;
}
.album{
height: 300px;
background: #FFFFFF;
}
.title{
margin: 0 auto;
/* margin-top: 115px; */
width: 533px;
height: 111px;
border-bottom: 5px solid #FFFFFF;
font-family: 微軟正黑體;
color: #FFF;
font-size: 59px;
text-align: center;
}
.footer{
height: 80px;
} | 0.244634 | 0.045058 |
*,
*::before,
*::after {
box-sizing: border-box;
}
:root {
--color-primary: #272a31;
--color-secondary: #ec5242;
--color-accent: #d3d3d3;
--color-heading: #141414;
--color-body-text: #575757;
--font-familly-cocogoose: "cocogoose", sans-serif;
}
/* Typography */
html {
font-size: 63.5%;
}
body {
color: var(--color-body-text);
font-family: "Lato", sans-serif;
font-size: 2.2rem;
scroll-behavior: smooth;
letter-spacing: 0.2px;
margin: 0;
}
h1,
h2,
h3 {
color: var(--color-heading);
margin: 0;
font-family: var(--font-familly-cocogoose);
}
h1 {
font-size: 3rem;
font-weight: 700;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.5rem;
}
p {
margin-top: 0;
}
@media screen and (min-width: 768px) {
body {
font-size: 1.8rem;
}
h1 {
font-size: 6.5rem;
}
h2 {
font-size: 4rem;
}
h3 {
font-size: 2.4rem;
}
}
/* Links */
a {
text-decoration: none;
}
/* list */
.list {
align-items: center;
color: var(--color-primary);
display: flex;
font-weight: 600;
letter-spacing: 0.5px;
list-style: none;
padding-left: 0;
}
.active-item {
border: 6px solid var(--color-secondary);
padding: 1rem 1.7rem !important;
transition: all 0.6s ease;
}
.active-item:hover {
background-color: var(--color-secondary);
}
@media screen and (min-width: 768px) {
.list--tick .list__item {
margin-left: 0;
}
.active-item {
border: 6px solid var(--color-secondary);
padding: 1rem 1.7rem !important;
transition: all 0.6s ease;
}
.active-item:hover {
background-color: var(--color-secondary);
}
}
/* Icons */
.icon {
width: 50px;
height: 50px;
}
.icon-primary {
fill: var(--color-accent);
}
@media screen and (min-width: 768px) {
.icon {
width: 90px;
height: 60px;
}
}
/* Buttons */
.btn {
border-radius: 3px;
border: 0;
cursor: pointer;
font-size: 2.5rem;
font-weight: 500;
margin: 1rem 0;
padding: 2.2rem 2rem;
text-align: center;
white-space: nowrap;
}
.btn--primary {
background-color: var(--color-secondary);
color: #fff;
transition: color 0.3s ease;
}
.btn--primary:hover {
background-color: #fd1d04;
color: #fff;
}
.btn-block {
width: 70%;
}
.btn-text {
display: none;
}
@media screen and (min-width: 768px) {
.btn-block {
display: none;
}
.btn-text {
border-bottom: 2px solid var(--color-accent);
color: var(--color-accent);
display: inline;
font-weight: 600;
padding: 0;
}
}
/* cards */
.card {
align-items: center;
display: flex;
gap: 1.5rem;
justify-content: space-between;
margin-bottom: 1.2rem;
padding: 0.5rem 1rem;
text-align: center;
transition: all 0.4s ease-in-out;
width: 100%;
}
.card:hover {
border: 4px solid var(--color-accent);
transform: scale(1.05);
}
.card--primar {
background-color: #535761;
}
@media screen and (min-width: 768px) {
.card {
flex-direction: column;
justify-content: flex-start;
padding-top: 3rem;
gap: 1.4rem;
}
}
/* Navigation Bar and Mobile menu */
/* Navigatiom bar */
.header-nav {
display: none;
}
.nav {
align-items: center;
display: flex;
justify-content: space-between;
padding: 2rem 3rem;
position: absolute;
}
.brand-icon {
display: none;
}
.nav__list {
display: none;
width: 100%;
margin: 0;
}
.nav__item > a {
color: var(--color-primary);
transition: color 0.4s;
}
.mobile-menu__item > a {
color: var(--color-accent);
transition: all 0.3s ease;
}
.nav__item > a:hover {
color: var(--color-secondary);
}
.active-item a:hover {
color: var(--color-accent);
}
.nav__toggler {
display: flex;
flex-direction: column;
}
.toggler-bar {
background-color: var(--color-body-text);
border-radius: 1px;
display: block;
height: 6px;
margin: 4px;
transition: all 0.4s ease;
width: 40px;
}
@media screen and (min-width: 768px) {
.header-nav {
display: flex;
flex-direction: column;
background-color: var(--color-body-text);
}
.mobile-menu__nav {
display: none;
}
.header-nav__list {
margin: 0;
padding: 1.5rem 16rem;
display: flex;
justify-content: flex-end;
}
.header-nav__item {
padding: 0 2rem;
}
.header-nav__item > a {
font-weight: 600;
color: var(--color-accent);
}
.fa-facebook-f {
display: inline;
}
.nav {
background-color: #f5f5f5;
position: relative;
padding: 1rem 16rem;
box-shadow: 0 5px 10px -10px rgb(180, 179, 179);
}
.brand-icon {
display: inline-block;
}
.nav__toggler {
display: none;
}
.nav__list {
width: auto;
display: flex;
}
.nav__item {
padding: 0 3.5rem;
}
}
.hidden {
display: none;
}
/* Mobile menu */
.mobile-menu__nav {
background-color: var(--color-heading);
bottom: 0;
left: 0;
opacity: 0.95;
padding: 2.2rem 3rem;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.mobile-menu {
align-items: center;
align-items: flex-start;
display: flex;
flex-direction: column;
font-family: var(--font-familly-cocogoose);
font-size: 2.5rem;
font-weight: 700;
gap: 2.5rem;
justify-content: center;
padding: 8rem 0;
width: 100%;
}
.mobile-menu__item {
text-align: center;
width: 100%;
padding: 2rem 0;
border-bottom: 3px solid var(--color-accent);
}
.mobile-menu__item > a:hover {
color: var(--color-secondary);
}
.transform.first-bar {
background-color: var(--color-accent);
left: 1px;
position: relative;
top: 15px;
transform: rotate(45deg);
}
.transform.third-bar {
transform: rotate(-45deg);
position: relative;
background-color: var(--color-accent);
}
/* partner-section */
.partner-section {
align-items: center;
background-color: var(--color-primary);
display: flex;
flex-direction: column;
justify-content: center;
padding: 4rem 2rem;
width: 100%;
}
.partner-section__header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 2rem;
}
.partner-section__body {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.partner-section__title {
font-family: "Lato", sans-serif;
color: var(--color-accent);
font-size: 2.1rem;
}
.partner-section__list {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 1rem;
justify-content: center;
list-style: none;
padding: 0;
width: 100%;
}
.partner-section__list-item {
font-size: 2rem;
padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
.partner-section {
gap: 3rem;
}
.partner-section__header {
gap: 3rem;
}
.partner-section__title {
font-size: 2.8rem;
color: var(--color-body-text);
}
.partner-section__list-item {
font-size: 3.5rem;
padding-right: 4rem;
}
}
/* footer */
.footer-section {
display: flex;
justify-content: space-between;
align-items: center;
padding: 4rem 3rem;
gap: 2rem;
}
.footer-log {
display: flex;
align-items: center;
gap: 10px;
}
.footer-log > p {
width: 60%;
font-family: var(--font-familly-cocogoose);
color: var(--color-heading);
font-weight: 600;
font-size: 1.2rem;
}
.reserved-rights {
font-size: 1.5rem;
line-height: 1.5;
}
@media screen and (min-width: 768px) {
.footer-section {
padding: 7rem 0;
justify-content: center;
}
.footer-log > p {
font-size: 2rem;
}
.reserved-rights {
font-size: 2.2rem;
}
}
/* no scroll class */
.no-scroll {
overflow: hidden;
} | css/shared.css | *,
*::before,
*::after {
box-sizing: border-box;
}
:root {
--color-primary: #272a31;
--color-secondary: #ec5242;
--color-accent: #d3d3d3;
--color-heading: #141414;
--color-body-text: #575757;
--font-familly-cocogoose: "cocogoose", sans-serif;
}
/* Typography */
html {
font-size: 63.5%;
}
body {
color: var(--color-body-text);
font-family: "Lato", sans-serif;
font-size: 2.2rem;
scroll-behavior: smooth;
letter-spacing: 0.2px;
margin: 0;
}
h1,
h2,
h3 {
color: var(--color-heading);
margin: 0;
font-family: var(--font-familly-cocogoose);
}
h1 {
font-size: 3rem;
font-weight: 700;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.5rem;
}
p {
margin-top: 0;
}
@media screen and (min-width: 768px) {
body {
font-size: 1.8rem;
}
h1 {
font-size: 6.5rem;
}
h2 {
font-size: 4rem;
}
h3 {
font-size: 2.4rem;
}
}
/* Links */
a {
text-decoration: none;
}
/* list */
.list {
align-items: center;
color: var(--color-primary);
display: flex;
font-weight: 600;
letter-spacing: 0.5px;
list-style: none;
padding-left: 0;
}
.active-item {
border: 6px solid var(--color-secondary);
padding: 1rem 1.7rem !important;
transition: all 0.6s ease;
}
.active-item:hover {
background-color: var(--color-secondary);
}
@media screen and (min-width: 768px) {
.list--tick .list__item {
margin-left: 0;
}
.active-item {
border: 6px solid var(--color-secondary);
padding: 1rem 1.7rem !important;
transition: all 0.6s ease;
}
.active-item:hover {
background-color: var(--color-secondary);
}
}
/* Icons */
.icon {
width: 50px;
height: 50px;
}
.icon-primary {
fill: var(--color-accent);
}
@media screen and (min-width: 768px) {
.icon {
width: 90px;
height: 60px;
}
}
/* Buttons */
.btn {
border-radius: 3px;
border: 0;
cursor: pointer;
font-size: 2.5rem;
font-weight: 500;
margin: 1rem 0;
padding: 2.2rem 2rem;
text-align: center;
white-space: nowrap;
}
.btn--primary {
background-color: var(--color-secondary);
color: #fff;
transition: color 0.3s ease;
}
.btn--primary:hover {
background-color: #fd1d04;
color: #fff;
}
.btn-block {
width: 70%;
}
.btn-text {
display: none;
}
@media screen and (min-width: 768px) {
.btn-block {
display: none;
}
.btn-text {
border-bottom: 2px solid var(--color-accent);
color: var(--color-accent);
display: inline;
font-weight: 600;
padding: 0;
}
}
/* cards */
.card {
align-items: center;
display: flex;
gap: 1.5rem;
justify-content: space-between;
margin-bottom: 1.2rem;
padding: 0.5rem 1rem;
text-align: center;
transition: all 0.4s ease-in-out;
width: 100%;
}
.card:hover {
border: 4px solid var(--color-accent);
transform: scale(1.05);
}
.card--primar {
background-color: #535761;
}
@media screen and (min-width: 768px) {
.card {
flex-direction: column;
justify-content: flex-start;
padding-top: 3rem;
gap: 1.4rem;
}
}
/* Navigation Bar and Mobile menu */
/* Navigatiom bar */
.header-nav {
display: none;
}
.nav {
align-items: center;
display: flex;
justify-content: space-between;
padding: 2rem 3rem;
position: absolute;
}
.brand-icon {
display: none;
}
.nav__list {
display: none;
width: 100%;
margin: 0;
}
.nav__item > a {
color: var(--color-primary);
transition: color 0.4s;
}
.mobile-menu__item > a {
color: var(--color-accent);
transition: all 0.3s ease;
}
.nav__item > a:hover {
color: var(--color-secondary);
}
.active-item a:hover {
color: var(--color-accent);
}
.nav__toggler {
display: flex;
flex-direction: column;
}
.toggler-bar {
background-color: var(--color-body-text);
border-radius: 1px;
display: block;
height: 6px;
margin: 4px;
transition: all 0.4s ease;
width: 40px;
}
@media screen and (min-width: 768px) {
.header-nav {
display: flex;
flex-direction: column;
background-color: var(--color-body-text);
}
.mobile-menu__nav {
display: none;
}
.header-nav__list {
margin: 0;
padding: 1.5rem 16rem;
display: flex;
justify-content: flex-end;
}
.header-nav__item {
padding: 0 2rem;
}
.header-nav__item > a {
font-weight: 600;
color: var(--color-accent);
}
.fa-facebook-f {
display: inline;
}
.nav {
background-color: #f5f5f5;
position: relative;
padding: 1rem 16rem;
box-shadow: 0 5px 10px -10px rgb(180, 179, 179);
}
.brand-icon {
display: inline-block;
}
.nav__toggler {
display: none;
}
.nav__list {
width: auto;
display: flex;
}
.nav__item {
padding: 0 3.5rem;
}
}
.hidden {
display: none;
}
/* Mobile menu */
.mobile-menu__nav {
background-color: var(--color-heading);
bottom: 0;
left: 0;
opacity: 0.95;
padding: 2.2rem 3rem;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.mobile-menu {
align-items: center;
align-items: flex-start;
display: flex;
flex-direction: column;
font-family: var(--font-familly-cocogoose);
font-size: 2.5rem;
font-weight: 700;
gap: 2.5rem;
justify-content: center;
padding: 8rem 0;
width: 100%;
}
.mobile-menu__item {
text-align: center;
width: 100%;
padding: 2rem 0;
border-bottom: 3px solid var(--color-accent);
}
.mobile-menu__item > a:hover {
color: var(--color-secondary);
}
.transform.first-bar {
background-color: var(--color-accent);
left: 1px;
position: relative;
top: 15px;
transform: rotate(45deg);
}
.transform.third-bar {
transform: rotate(-45deg);
position: relative;
background-color: var(--color-accent);
}
/* partner-section */
.partner-section {
align-items: center;
background-color: var(--color-primary);
display: flex;
flex-direction: column;
justify-content: center;
padding: 4rem 2rem;
width: 100%;
}
.partner-section__header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 2rem;
}
.partner-section__body {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.partner-section__title {
font-family: "Lato", sans-serif;
color: var(--color-accent);
font-size: 2.1rem;
}
.partner-section__list {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 1rem;
justify-content: center;
list-style: none;
padding: 0;
width: 100%;
}
.partner-section__list-item {
font-size: 2rem;
padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
.partner-section {
gap: 3rem;
}
.partner-section__header {
gap: 3rem;
}
.partner-section__title {
font-size: 2.8rem;
color: var(--color-body-text);
}
.partner-section__list-item {
font-size: 3.5rem;
padding-right: 4rem;
}
}
/* footer */
.footer-section {
display: flex;
justify-content: space-between;
align-items: center;
padding: 4rem 3rem;
gap: 2rem;
}
.footer-log {
display: flex;
align-items: center;
gap: 10px;
}
.footer-log > p {
width: 60%;
font-family: var(--font-familly-cocogoose);
color: var(--color-heading);
font-weight: 600;
font-size: 1.2rem;
}
.reserved-rights {
font-size: 1.5rem;
line-height: 1.5;
}
@media screen and (min-width: 768px) {
.footer-section {
padding: 7rem 0;
justify-content: center;
}
.footer-log > p {
font-size: 2rem;
}
.reserved-rights {
font-size: 2.2rem;
}
}
/* no scroll class */
.no-scroll {
overflow: hidden;
} | 0.441673 | 0.083068 |
* {
font-family: 'Lato', sans-serif;
}
input {
font-family: 'Open Sans', FontAwesome, sans-serif;
padding: 12px;
width: 275px;
height: 50px;
}
#nav-bar-container {
background-color: white;
position: absolute;
z-index: 120;
}
#nav-bar {
height: 100px;
}
#nav-bar .row {
padding-top: 15px;
}
#nav-bar img {
}
#desktop-ul {
display: inline-flex;
list-style: none;
/*margin-left: 5px;*/
}
.desktop-li {
margin-top: 15px;
}
.desktop-li a {
font-family: 'Lato', sans-serif;
font-size: 13px;
padding: 10px 17px;
border-radius: 3px;
display: block;
color: #868686;
transition: all .2s;
}
.desktop-li a:hover {
background-color: #FFBB42;
color: #fff;
text-decoration: none;
}
.mobile-li a:hover {
background-color: #C7C7C7;
color: #000000;
text-decoration: none;
}
.mobile-li {
font-family: 'Lato', sans-serif;
font-size: 13px;
display: block;
color: #fff;
transition: all .2s;
}
.mobile-li a {
font-family: 'Lato', sans-serif;
font-size: 16px;
padding-right: 20px;
border-bottom: 1px solid #A0A0A0;
display: block;
line-height: 50px;
width: 100%;
background-color: #fff;
color: #868686;
transition: all .2s;
}
.container .col-1 {
margin-top: 10px;
}
.container .col-11 {
text-align: right;
}
#mobile-ul {
margin: 0;
padding: 0;
text-align: right;
}
#mobile {
position: fixed;
width: 100%;
z-index: 99;
margin-top: 80px;
}
#header-2 {
background-color: #709DCA;
height: 85vh;
text-align: center;
font-family: 'Open Sans', sans-serif;
color: #fff;
}
.pad200 {
padding-top: 200px;
margin: 0;
}
h1, h2, h3 {
font-family: GothamBlack, sans-serif;
font-weight: bold;
}
h4, h5, h6 {
font-weight: bold;
color: #394b50;
}
p {
color: #7b7b7b;
}
p, span {
font-size: 18px;
font-family: 'Open Sans', FontAwesome, sans-serif;
}
.title {
color: #394b50;
}
#menu {
padding-right: 15px;
font-size: 24px;
color: #A0A0A0;
}
#header-2 .col {
padding: 0;
}
#header-2 .row {
padding-top: 40px;
}
#services i {
color: #749FCB;
transition: color .3s;
}
#services .row:hover i {
color: #F6772C;
}
#header-btn {
background-color: #FFBB42;
color: white;
height: 50px;
width: 210px;
border: none;
outline: none;
cursor: pointer;
transition: all .2s;
}
#header-btn:hover {
background-color: #E7AD48;
}
#img-container {
display: flex;
justify-content: center;
align-items: center;
padding-top: 80px;
}
/*Services*/
#services-title {
padding-top: 200px;
text-align: center;
}
#about_us_container {
background-color: #FFC155;
overflow: hidden;
padding: 0;
margin-top: 200px;
}
.fff {
color: white;
text-decoration: none;
}
.fff:hover {
color: white;
text-decoration: none;
}
#about_us_text a {
border: #E7AD48 solid 3px;
border-radius: 3px;
width: 163px;
padding: 10px 32px;
transition: all .2s;
}
#about_us_text a:hover {
background-color: #E7AD48;
}
#about_us_container img {
max-width: 100%;
width: 100%;
}
#about_us_text {
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 52px;
}
#price {
height: 100vh;
background-color: #E7EDF3;
padding-top: 20px;
text-align: center;
}
.price-block {
max-width: 390px;
}
.block {
height: 440px;
width: 390px;
background-color: white;
text-align: center;
margin-top: 30px;
}
.block span {
font-family: 'Lato', sans-serif;
font-size: 13px;
}
.block h1 {
color: #ffbb42;
font-family: 'Lato', sans-serif;
font-size: 60px;
margin: 0;
}
.block h5 {
font-size: 25px;
padding-top: 45px;
padding-bottom: 20px;
font-weight: normal;
}
.block a {
padding: 13px 27px;
background-color: #FFBB42;
color: white;
border-radius: 5px;
line-height: 5;
transition: all .2s;
}
.block a:hover {
text-decoration: none;
background-color: #E7AD48;
}
.block hr {
margin-top: 0.6rem;
margin-bottom: 0.6rem;
width: 330px;
}
#price-middle-col .block {
height: 500px;
background-color: #709DCA;
color: white;
margin-top: 0;
padding-top: 30px;
}
#price-middle-col .block h5, h1 {
color: white; !important;
}
#price h2, #prices-blocks-container {
padding-top: 60px;
}
#how-it-works {
height: 100vh;
background-color: #fff;
text-align: center;
}
#hiw-h2 {
padding-top: 80px;
}
/* Steps */
#how-it-works {
height: auto;
min-height: 100vh;
}
.step-icon {
color: #709DCA;
font-family: FontAwesome, sans-serif;
font-size: 5rem;
padding-top: 110px;
}
.col-3 h4 {
padding-top: 60px;
}
.col-3 p {
padding-top: 10px;
}
#start-btn {
margin-top: 50px;
padding: 10px 25px 10px 25px;
background-color: #FFBB42;
border: 0;
color: #fff;
border-radius: 2px;
cursor: pointer;
transition: all .2s;
margin-bottom: 120px;
}
#start-btn:hover {
background-color: #DB971E;
}
/* Comments */
#clients {
background-color: #FFC155;
color: #fff;
height: auto;
min-height: 100vh;
width: 100%;
text-align: center;
}
.cc-h {
color: #fff;
}
#comments-row {
padding: 15px;
}
#clients-container h2{
padding-top: 80px;
}
.fixer {
padding: 15px;
}
.comment {
background-color: white;
text-align: left;
height: 240px;
width: 560px;
max-width: 100%;
padding: 15px;
}
.comment img {
height: 120px;
width: 120px;
border-radius: 60px;
font-size: 13px;
}
.comment .row {
padding-top: 35px;
}
.about-comment {
font-size: 14px;
color: #7b7b7b;
}
.name {
font-size: 14px;
color: #f6772c;
}
.comment-text {
color: #7b7b7b;
font-size: 13px;
}
.comment-text:before {
content: "“";
font-weight: bold;
font-size: 30px;
position: absolute;
margin-left: -20px;
font-family: "Brandon Grotesque Black", sans-serif;
}
.comment-text:after {
content: "“";
font-weight: bold;
font-size: 30px;
position: absolute;
margin-left: 80px;
font-family: "Brandon Grotesque Black", sans-serif;
}
.com1, .com3 {
margin-left: -30px;
margin-bottom: 30px;
}
.com2, .com4 {
margin-left: 30px;
}
.image-col {
display: flex;
justify-content: center;
}
/* adaptive */
#comments-row {
margin: 0;
}
footer{
text-align: center;
font-family: 'Open Sans', FontAwesome, sans-serif;
color: #fff;
background-color: #709DCA;
width: 100%;
padding: 10px 0;
}
@media screen and (min-width: 991px) {
#btn-header-col {
display: flex;
}
#mobile {
display: none;
}
#menu {
display: none;
}
}
@media screen and (max-width: 412px) {
#header-2 {
height: 130vh;
}
}
@media screen and (max-width: 992px) and (min-width: 412px){
#header-2 {
height: 100vh;
}
.price-block {
max-width: 100%;
}
}
@media screen and (max-width: 992px) {
#desktop {
display: none;
}
.form-enter {
padding-bottom: 15px;
}
#img-container{
display: none;
}
.service {
padding-bottom: 10px;
}
#services-title {
padding-top: 50px;
padding-bottom: 50px;
}
#about_us_text {
padding: 52px;
}
#price {
height: auto;
}
.price-block {
padding-top: 0;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
}
.step-icon {
padding-top: 30px;
}
.step {
max-width: 60%;
}
#how-it-works .row {
justify-content: center;
}
.container .col-1 {
margin-top: 0;
}
#nav-bar {
height: 80px;
}
.col-11 {
padding: 10px;
margin-bottom: 30px;
}
.container {
width: 100%;
padding: 0;
}
.block {
margin-top: 0;
}
#how-it-works .row {
margin: 0;
justify-content: center;
}
#services {
margin: 0;
}
#prices-blocks-container {
justify-content: center;
}
.com1, .com2, .com3, .com4 {
margin-left: 0;
margin-bottom: 60px;
}
.com4 {
margin-bottom: 120px;
}
#clients-container h2 {
padding-top: 80px;
}
#comments-row {
padding: 0;
}
.comment {
padding: 0 0 30px 0;
}
.comment .row {
margin: 0;
}
.comment-text:before, .comment-text:after {
display: none;
}
} | Boost up/css/main.css | * {
font-family: 'Lato', sans-serif;
}
input {
font-family: 'Open Sans', FontAwesome, sans-serif;
padding: 12px;
width: 275px;
height: 50px;
}
#nav-bar-container {
background-color: white;
position: absolute;
z-index: 120;
}
#nav-bar {
height: 100px;
}
#nav-bar .row {
padding-top: 15px;
}
#nav-bar img {
}
#desktop-ul {
display: inline-flex;
list-style: none;
/*margin-left: 5px;*/
}
.desktop-li {
margin-top: 15px;
}
.desktop-li a {
font-family: 'Lato', sans-serif;
font-size: 13px;
padding: 10px 17px;
border-radius: 3px;
display: block;
color: #868686;
transition: all .2s;
}
.desktop-li a:hover {
background-color: #FFBB42;
color: #fff;
text-decoration: none;
}
.mobile-li a:hover {
background-color: #C7C7C7;
color: #000000;
text-decoration: none;
}
.mobile-li {
font-family: 'Lato', sans-serif;
font-size: 13px;
display: block;
color: #fff;
transition: all .2s;
}
.mobile-li a {
font-family: 'Lato', sans-serif;
font-size: 16px;
padding-right: 20px;
border-bottom: 1px solid #A0A0A0;
display: block;
line-height: 50px;
width: 100%;
background-color: #fff;
color: #868686;
transition: all .2s;
}
.container .col-1 {
margin-top: 10px;
}
.container .col-11 {
text-align: right;
}
#mobile-ul {
margin: 0;
padding: 0;
text-align: right;
}
#mobile {
position: fixed;
width: 100%;
z-index: 99;
margin-top: 80px;
}
#header-2 {
background-color: #709DCA;
height: 85vh;
text-align: center;
font-family: 'Open Sans', sans-serif;
color: #fff;
}
.pad200 {
padding-top: 200px;
margin: 0;
}
h1, h2, h3 {
font-family: GothamBlack, sans-serif;
font-weight: bold;
}
h4, h5, h6 {
font-weight: bold;
color: #394b50;
}
p {
color: #7b7b7b;
}
p, span {
font-size: 18px;
font-family: 'Open Sans', FontAwesome, sans-serif;
}
.title {
color: #394b50;
}
#menu {
padding-right: 15px;
font-size: 24px;
color: #A0A0A0;
}
#header-2 .col {
padding: 0;
}
#header-2 .row {
padding-top: 40px;
}
#services i {
color: #749FCB;
transition: color .3s;
}
#services .row:hover i {
color: #F6772C;
}
#header-btn {
background-color: #FFBB42;
color: white;
height: 50px;
width: 210px;
border: none;
outline: none;
cursor: pointer;
transition: all .2s;
}
#header-btn:hover {
background-color: #E7AD48;
}
#img-container {
display: flex;
justify-content: center;
align-items: center;
padding-top: 80px;
}
/*Services*/
#services-title {
padding-top: 200px;
text-align: center;
}
#about_us_container {
background-color: #FFC155;
overflow: hidden;
padding: 0;
margin-top: 200px;
}
.fff {
color: white;
text-decoration: none;
}
.fff:hover {
color: white;
text-decoration: none;
}
#about_us_text a {
border: #E7AD48 solid 3px;
border-radius: 3px;
width: 163px;
padding: 10px 32px;
transition: all .2s;
}
#about_us_text a:hover {
background-color: #E7AD48;
}
#about_us_container img {
max-width: 100%;
width: 100%;
}
#about_us_text {
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 52px;
}
#price {
height: 100vh;
background-color: #E7EDF3;
padding-top: 20px;
text-align: center;
}
.price-block {
max-width: 390px;
}
.block {
height: 440px;
width: 390px;
background-color: white;
text-align: center;
margin-top: 30px;
}
.block span {
font-family: 'Lato', sans-serif;
font-size: 13px;
}
.block h1 {
color: #ffbb42;
font-family: 'Lato', sans-serif;
font-size: 60px;
margin: 0;
}
.block h5 {
font-size: 25px;
padding-top: 45px;
padding-bottom: 20px;
font-weight: normal;
}
.block a {
padding: 13px 27px;
background-color: #FFBB42;
color: white;
border-radius: 5px;
line-height: 5;
transition: all .2s;
}
.block a:hover {
text-decoration: none;
background-color: #E7AD48;
}
.block hr {
margin-top: 0.6rem;
margin-bottom: 0.6rem;
width: 330px;
}
#price-middle-col .block {
height: 500px;
background-color: #709DCA;
color: white;
margin-top: 0;
padding-top: 30px;
}
#price-middle-col .block h5, h1 {
color: white; !important;
}
#price h2, #prices-blocks-container {
padding-top: 60px;
}
#how-it-works {
height: 100vh;
background-color: #fff;
text-align: center;
}
#hiw-h2 {
padding-top: 80px;
}
/* Steps */
#how-it-works {
height: auto;
min-height: 100vh;
}
.step-icon {
color: #709DCA;
font-family: FontAwesome, sans-serif;
font-size: 5rem;
padding-top: 110px;
}
.col-3 h4 {
padding-top: 60px;
}
.col-3 p {
padding-top: 10px;
}
#start-btn {
margin-top: 50px;
padding: 10px 25px 10px 25px;
background-color: #FFBB42;
border: 0;
color: #fff;
border-radius: 2px;
cursor: pointer;
transition: all .2s;
margin-bottom: 120px;
}
#start-btn:hover {
background-color: #DB971E;
}
/* Comments */
#clients {
background-color: #FFC155;
color: #fff;
height: auto;
min-height: 100vh;
width: 100%;
text-align: center;
}
.cc-h {
color: #fff;
}
#comments-row {
padding: 15px;
}
#clients-container h2{
padding-top: 80px;
}
.fixer {
padding: 15px;
}
.comment {
background-color: white;
text-align: left;
height: 240px;
width: 560px;
max-width: 100%;
padding: 15px;
}
.comment img {
height: 120px;
width: 120px;
border-radius: 60px;
font-size: 13px;
}
.comment .row {
padding-top: 35px;
}
.about-comment {
font-size: 14px;
color: #7b7b7b;
}
.name {
font-size: 14px;
color: #f6772c;
}
.comment-text {
color: #7b7b7b;
font-size: 13px;
}
.comment-text:before {
content: "“";
font-weight: bold;
font-size: 30px;
position: absolute;
margin-left: -20px;
font-family: "Brandon Grotesque Black", sans-serif;
}
.comment-text:after {
content: "“";
font-weight: bold;
font-size: 30px;
position: absolute;
margin-left: 80px;
font-family: "Brandon Grotesque Black", sans-serif;
}
.com1, .com3 {
margin-left: -30px;
margin-bottom: 30px;
}
.com2, .com4 {
margin-left: 30px;
}
.image-col {
display: flex;
justify-content: center;
}
/* adaptive */
#comments-row {
margin: 0;
}
footer{
text-align: center;
font-family: 'Open Sans', FontAwesome, sans-serif;
color: #fff;
background-color: #709DCA;
width: 100%;
padding: 10px 0;
}
@media screen and (min-width: 991px) {
#btn-header-col {
display: flex;
}
#mobile {
display: none;
}
#menu {
display: none;
}
}
@media screen and (max-width: 412px) {
#header-2 {
height: 130vh;
}
}
@media screen and (max-width: 992px) and (min-width: 412px){
#header-2 {
height: 100vh;
}
.price-block {
max-width: 100%;
}
}
@media screen and (max-width: 992px) {
#desktop {
display: none;
}
.form-enter {
padding-bottom: 15px;
}
#img-container{
display: none;
}
.service {
padding-bottom: 10px;
}
#services-title {
padding-top: 50px;
padding-bottom: 50px;
}
#about_us_text {
padding: 52px;
}
#price {
height: auto;
}
.price-block {
padding-top: 0;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
}
.step-icon {
padding-top: 30px;
}
.step {
max-width: 60%;
}
#how-it-works .row {
justify-content: center;
}
.container .col-1 {
margin-top: 0;
}
#nav-bar {
height: 80px;
}
.col-11 {
padding: 10px;
margin-bottom: 30px;
}
.container {
width: 100%;
padding: 0;
}
.block {
margin-top: 0;
}
#how-it-works .row {
margin: 0;
justify-content: center;
}
#services {
margin: 0;
}
#prices-blocks-container {
justify-content: center;
}
.com1, .com2, .com3, .com4 {
margin-left: 0;
margin-bottom: 60px;
}
.com4 {
margin-bottom: 120px;
}
#clients-container h2 {
padding-top: 80px;
}
#comments-row {
padding: 0;
}
.comment {
padding: 0 0 30px 0;
}
.comment .row {
margin: 0;
}
.comment-text:before, .comment-text:after {
display: none;
}
} | 0.217171 | 0.063048 |
float:none;
margin-bottom:.2em;
}
#content header > h2 {
font-size: 1.85em;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.15em;
text-shadow:1px 1px 1px #666;
color:#000;
float:none;
}
#utility_text {
width:70%;
margin:0 15%;
padding-top:15px;
overflow:hidden;
}
#utility_text.sitemap {
margin:0;
width:100%;
}
#utility_text h3 {
font-size:1.5em;
line-height:1.5em;
}
#utility_text p {
font-size:1.4em;
line-height:1.5em;
}
#utility_text ul,
#utility_text ol{
margin:0 10% 3em;
}
#utility_text li {
font-size:1.4em;
line-height:1.5em;
margin-bottom:1.5em;
}
#utility_text a { text-decoration:underline; color:#C5181E; }
#utility_text a:hover { color:#666; }
#utility_text .tableOfContents li{
margin-bottom:0;
}
.sitemap .map {padding:10px 0; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.sitemap .width100 {width:100%;}
.sitemap .width50 {width:50%; float:left; padding-right:2.5%;}
.sitemap .width25 {width:25%; float:left; padding-right:2.5%;}
.sitemap section div { float:left; padding-right:2%; width:100%; margin-bottom:20px; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box; }
.sitemap .width100 div {width:25%;}
.sitemap .multi div {width:50%;}
.sitemap .map {
float:left;
}
.sitemap h1 {
font-size:2em;
color:#000;
border-bottom:1px solid #666;
padding-bottom:3px;
margin-bottom:5px;
line-height:1em;
}
.sitemap h2 {
font-size:1.3em;
color:#333;
line-height:1.5em;
margin:0;
padding:0;
}
#utility_text.sitemap h2 a {color:#333; text-decoration:none;}
#utility_text.sitemap ul {
margin: 0 0 0 2%;
list-style:outside none;
}
#utility_text.sitemap .multi div ul {margin-bottom:1em;}
#utility_text.sitemap ul li {
font-size:1.3em;
margin:0;
}
#utility_text.sitemap ul li a {
color:#666;
text-decoration:none;
}
#utility_text.sitemap a:hover { text-decoration:underline !important; }
.error { padding-top:20px; }
@media screen and (max-width:1000px) {
.sitemap .width25 {width:50%;}
.sitemap .width100 div {width:50%;}
}
/* BREAK TO MOBILE LAYOUT *****************************************/
@media screen and (max-width:720px) {
#content > header h1 {
font-size:1.75em;
text-align:left;
}
#content > header h2 { font-size:1.5em; }
#utility_text { width:90%; margin:0 5%; }
#utility_text ul,
#utility_text ol{ margin:0 0 3em 3em; }
#utility_text li {
margin-bottom:.75em;
}
.sitemap .width25, .sitemap .width50, .sitemap .width100 {width:100%; float:none; padding:0 5%;}
.sitemap .width100 div {width:100%;}
.sitemap section div { padding:0; float:none; }
.error img { width:90%; max-width:509px; margin:0 auto; }
} | Data/PP/wendys.com/priv_files/utility.css | float:none;
margin-bottom:.2em;
}
#content header > h2 {
font-size: 1.85em;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.15em;
text-shadow:1px 1px 1px #666;
color:#000;
float:none;
}
#utility_text {
width:70%;
margin:0 15%;
padding-top:15px;
overflow:hidden;
}
#utility_text.sitemap {
margin:0;
width:100%;
}
#utility_text h3 {
font-size:1.5em;
line-height:1.5em;
}
#utility_text p {
font-size:1.4em;
line-height:1.5em;
}
#utility_text ul,
#utility_text ol{
margin:0 10% 3em;
}
#utility_text li {
font-size:1.4em;
line-height:1.5em;
margin-bottom:1.5em;
}
#utility_text a { text-decoration:underline; color:#C5181E; }
#utility_text a:hover { color:#666; }
#utility_text .tableOfContents li{
margin-bottom:0;
}
.sitemap .map {padding:10px 0; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.sitemap .width100 {width:100%;}
.sitemap .width50 {width:50%; float:left; padding-right:2.5%;}
.sitemap .width25 {width:25%; float:left; padding-right:2.5%;}
.sitemap section div { float:left; padding-right:2%; width:100%; margin-bottom:20px; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box; }
.sitemap .width100 div {width:25%;}
.sitemap .multi div {width:50%;}
.sitemap .map {
float:left;
}
.sitemap h1 {
font-size:2em;
color:#000;
border-bottom:1px solid #666;
padding-bottom:3px;
margin-bottom:5px;
line-height:1em;
}
.sitemap h2 {
font-size:1.3em;
color:#333;
line-height:1.5em;
margin:0;
padding:0;
}
#utility_text.sitemap h2 a {color:#333; text-decoration:none;}
#utility_text.sitemap ul {
margin: 0 0 0 2%;
list-style:outside none;
}
#utility_text.sitemap .multi div ul {margin-bottom:1em;}
#utility_text.sitemap ul li {
font-size:1.3em;
margin:0;
}
#utility_text.sitemap ul li a {
color:#666;
text-decoration:none;
}
#utility_text.sitemap a:hover { text-decoration:underline !important; }
.error { padding-top:20px; }
@media screen and (max-width:1000px) {
.sitemap .width25 {width:50%;}
.sitemap .width100 div {width:50%;}
}
/* BREAK TO MOBILE LAYOUT *****************************************/
@media screen and (max-width:720px) {
#content > header h1 {
font-size:1.75em;
text-align:left;
}
#content > header h2 { font-size:1.5em; }
#utility_text { width:90%; margin:0 5%; }
#utility_text ul,
#utility_text ol{ margin:0 0 3em 3em; }
#utility_text li {
margin-bottom:.75em;
}
.sitemap .width25, .sitemap .width50, .sitemap .width100 {width:100%; float:none; padding:0 5%;}
.sitemap .width100 div {width:100%;}
.sitemap section div { padding:0; float:none; }
.error img { width:90%; max-width:509px; margin:0 auto; }
} | 0.412648 | 0.077134 |
.sl-theme-dark {
/* Inputs */
--sl-input-background-color: var(--sl-color-gray-900);
--sl-input-background-color-hover: var(--sl-color-gray-900);
--sl-input-background-color-focus: var(--sl-color-gray-900);
--sl-input-background-color-disabled: var(--sl-color-gray-800);
--sl-input-border-color: var(--sl-color-gray-700);
--sl-input-border-color-hover: var(--sl-color-gray-600);
--sl-input-border-color-focus: var(--sl-color-primary-500);
--sl-input-border-color-disabled: var(--sl-color-gray-200);
--sl-input-border-color-invalid: var(--sl-color-danger-500);
--sl-input-font-family: var(--sl-font-sans);
--sl-input-font-weight: var(--sl-font-weight-normal);
--sl-input-font-size-small: var(--sl-font-size-small);
--sl-input-font-size-medium: var(--sl-font-size-medium);
--sl-input-font-size-large: var(--sl-font-size-large);
--sl-input-letter-spacing: var(--sl-letter-spacing-normal);
--sl-input-border-color: var(--sl-color-gray-700);
--sl-input-border-color-hover: var(--sl-color-gray-600);
--sl-input-border-color-focus: var(--sl-color-primary-400);
--sl-input-border-color-disabled: var(--sl-color-gray-700);
--sl-input-border-color-invalid: var(--sl-color-danger-500);
--sl-input-color: var(--sl-color-gray-200);
--sl-input-color-hover: var(--sl-color-gray-200);
--sl-input-color-focus: var(--sl-color-gray-200);
--sl-input-color-disabled: var(--sl-color-gray-100);
--sl-input-color-invalid: var(--sl-color-danger-600);
--sl-input-icon-color: var(--sl-color-gray-500);
--sl-input-icon-color-hover: var(--sl-color-gray-300);
--sl-input-icon-color-focus: var(--sl-color-gray-300);
--sl-input-placeholder-color: var(--sl-color-gray-600);
--sl-input-placeholder-color-disabled: var(--sl-color-gray-500);
/* Overlays */
--sl-overlay-background-color: #d1d5db22;
/* Panels */
--sl-panel-background-color: var(--sl-color-gray-900);
--sl-panel-border-color: var(--sl-color-gray-800);
/* Tooltips */
--sl-tooltip-background-color: var(--sl-color-gray-200);
--sl-tooltip-color: var(--sl-color-black);
}
/* Alert */
.sl-theme-dark sl-alert::part(base) {
background-color: var(--sl-color-gray-900);
border-left-color: var(--sl-color-gray-800);
border-right-color: var(--sl-color-gray-800);
border-bottom-color: var(--sl-color-gray-800);
color: var(--sl-color-gray-200);
}
/* Avatar */
.sl-theme-dark sl-avatar::part(base) {
background-color: var(--sl-color-gray-700);
color: var(--sl-color-gray-300);
}
/* Button */
.sl-theme-dark sl-button[type='default']::part(base) {
background-color: var(--sl-color-gray-900);
border-color: var(--sl-color-gray-700);
color: var(--sl-color-gray-400);
}
.sl-theme-dark sl-button[type='default']:not([disabled])::part(base):hover {
background-color: var(--sl-color-primary-950);
border-color: var(--sl-color-primary-800);
color: var(--sl-color-primary-400);
}
.sl-theme-dark sl-button[type='default']:not([disabled])::part(base):focus {
background-color: var(--sl-color-primary-950);
border-color: var(--sl-color-primary-800);
color: var(--sl-color-primary-400);
box-shadow: 0 0 0 var(--sl-focus-ring-width)
hsla(var(--sl-color-primary-hue), var(--sl-color-primary-saturation), 50%, var(--sl-focus-ring-alpha));
}
.sl-theme-dark sl-button[type='default']:not([disabled])::part(base):active {
background-color: var(--sl-color-primary-900);
border-color: var(--sl-color-primary-700);
color: var(--sl-color-primary-300);
}
/* Card */
.sl-theme-dark sl-card::part(base) {
background-color: var(--sl-color-gray-900);
--border-color: var(--sl-color-gray-800);
}
/* Checkbox & radio */
.sl-theme-dark sl-checkbox::part(control),
.sl-theme-dark sl-radio::part(control) {
color: var(--sl-color-gray-900);
}
/* Color picker */
.sl-theme-dark sl-color-picker::part(format-button) {
background-color: var(--sl-color-gray-900);
border-color: var(--sl-color-gray-700);
color: var(--sl-color-gray-400);
}
.sl-theme-dark sl-color-picker::part(format-button):hover {
background-color: var(--sl-color-primary-950);
border-color: var(--sl-color-primary-800);
color: var(--sl-color-primary-400);
}
.sl-theme-dark sl-color-picker::part(format-button):focus {
background-color: var(--sl-color-primary-950);
border-color: var(--sl-color-primary-800);
color: var(--sl-color-primary-400);
box-shadow: 0 0 0 var(--sl-focus-ring-width)
hsla(var(--sl-color-primary-hue), var(--sl-color-primary-saturation), 50%, var(--sl-focus-ring-alpha));
}
.sl-theme-dark sl-color-picker::part(format-button):active {
background-color: var(--sl-color-primary-900);
border-color: var(--sl-color-primary-700);
color: var(--sl-color-primary-300);
}
.sl-theme-dark sl-color-picker::part(panel) {
background-color: var(--sl-color-gray-900);
border-color: var(--sl-color-gray-800);
}
.sl-theme-dark sl-color-picker::part(slider-handle) {
background-color: var(--sl-color-gray-800);
box-shadow: 0 0 0 1px var(--sl-color-gray-600);
}
.sl-theme-dark sl-color-picker::part(slider-handle):focus {
box-shadow: 0 0 0 1px var(--sl-color-primary-500), 0 0 0 var(--sl-focus-ring-width) var(--sl-focus-ring-color-primary);
}
.sl-theme-dark sl-color-picker::part(grid-handle) {
border-color: var(--sl-color-gray-900);
}
.sl-theme-dark sl-color-picker::part(preview),
.sl-theme-dark sl-color-picker::part(opacity-slider),
.sl-theme-dark sl-color-picker::part(trigger) {
background-image: linear-gradient(45deg, #333 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #333 75%),
linear-gradient(45deg, transparent 75%, #333 75%), linear-gradient(45deg, #333 25%, transparent 25%);
}
.sl-theme-dark sl-color-picker::part(swatches) {
border-top-color: var(--sl-color-gray-800);
}
/* Details */
.sl-theme-dark sl-details::part(base) {
border-color: var(--sl-color-gray-800);
}
/* Icon button */
.sl-theme-dark sl-icon-button::part(base) {
color: var(--sl-color-gray-400);
}
.sl-theme-dark sl-icon-button:not([disabled])::part(base):hover,
.sl-theme-dark sl-icon-button:not([disabled])::part(base):focus {
color: var(--sl-color-primary-500);
}
.sl-theme-dark sl-icon-button:not([disabled])::part(base):active {
color: var(--sl-color-primary-400);
}
/* Image comparer */
.sl-theme-dark sl-image-comparer::part(divider),
.sl-theme-dark sl-image-comparer::part(handle) {
background-color: var(--sl-color-gray-900);
color: var(--sl-color-gray-400);
}
/* Menu item */
.sl-theme-dark sl-menu-item::part(base) {
color: var(--sl-color-gray-200);
}
.sl-theme-dark sl-menu-item::part(base):focus {
background-color: var(--sl-color-primary-950);
color: var(--sl-color-primary-500);
}
.sl-theme-dark sl-menu-item[disabled]::part(base) {
color: var(--sl-color-gray-600);
}
/* Menu label */
.sl-theme-dark sl-menu-label::part(base) {
color: var(--sl-color-gray-600);
}
/* Progress bar */
.sl-theme-dark sl-progress-bar::part(base) {
background-color: var(--sl-color-gray-800);
}
.sl-theme-dark sl-progress-bar::part(indicator) {
color: var(--sl-color-gray-900);
}
/* Progress ring */
.sl-theme-dark sl-progress-ring::part(base) {
--track-color: var(--sl-color-gray-800);
}
/* Range */
.sl-theme-dark sl-range {
--track-color: var(--sl-color-gray-800);
}
/* Rating */
.sl-theme-dark sl-rating {
--symbol-color: var(--sl-color-gray-700);
}
/* Select */
.sl-theme-dark sl-select::part(tag) {
background-color: var(--sl-color-info-800);
border-color: var(--sl-color-info-700);
color: var(--sl-color-info-300);
}
/* Skeleton */
.sl-theme-dark sl-skeleton {
--color: var(--sl-color-gray-800);
--sheen-color: var(--sl-color-gray-700);
}
/* Spinner */
.sl-theme-dark sl-spinner {
--track-color: #f9fafb20;
}
/* Switch */
.sl-theme-dark sl-switch::part(thumb) {
background-color: var(--sl-color-gray-900);
}
.sl-theme-dark sl-switch::part(control) {
background-color: var(--sl-color-gray-700);
border-color: var(--sl-color-gray-700);
}
.sl-theme-dark sl-switch:not([disabled])::part(control):hover {
background-color: var(--sl-color-gray-600);
border-color: var(--sl-color-gray-600);
}
.sl-theme-dark sl-switch[checked]::part(control) {
background-color: var(--sl-color-primary-600);
border-color: var(--sl-color-primary-600);
}
.sl-theme-dark sl-switch[checked]::part(control):hover {
background-color: var(--sl-color-primary-500);
border-color: var(--sl-color-primary-500);
}
/* Tab group */
.sl-theme-dark sl-tab-group::part(tabs) {
--tabs-border-color: var(--sl-color-gray-800);
}
/* Tab */
.sl-theme-dark sl-tab::part(base) {
color: var(--sl-color-gray-400);
}
.sl-theme-dark sl-tab:not([disabled])::part(base):hover,
.sl-theme-dark sl-tab[active]::part(base) {
color: var(--sl-color-primary-500);
}
/* Tag */
.sl-theme-dark sl-tag[type='primary']::part(base) {
background-color: var(--sl-color-primary-950);
border-color: var(--sl-color-primary-900);
color: var(--sl-color-primary-300);
}
.sl-theme-dark sl-tag[type='success']::part(base) {
background-color: var(--sl-color-success-950);
border-color: var(--sl-color-success-900);
color: var(--sl-color-success-300);
}
.sl-theme-dark sl-tag[type='info']::part(base) {
background-color: var(--sl-color-info-800);
border-color: var(--sl-color-info-700);
color: var(--sl-color-info-300);
}
.sl-theme-dark sl-tag[type='warning']::part(base) {
background-color: var(--sl-color-warning-950);
border-color: var(--sl-color-warning-900);
color: var(--sl-color-warning-300);
}
.sl-theme-dark sl-tag[type='danger']::part(base) {
background-color: var(--sl-color-danger-950);
border-color: var(--sl-color-danger-900);
color: var(--sl-color-danger-300);
} | themes/dark.css | .sl-theme-dark {
/* Inputs */
--sl-input-background-color: var(--sl-color-gray-900);
--sl-input-background-color-hover: var(--sl-color-gray-900);
--sl-input-background-color-focus: var(--sl-color-gray-900);
--sl-input-background-color-disabled: var(--sl-color-gray-800);
--sl-input-border-color: var(--sl-color-gray-700);
--sl-input-border-color-hover: var(--sl-color-gray-600);
--sl-input-border-color-focus: var(--sl-color-primary-500);
--sl-input-border-color-disabled: var(--sl-color-gray-200);
--sl-input-border-color-invalid: var(--sl-color-danger-500);
--sl-input-font-family: var(--sl-font-sans);
--sl-input-font-weight: var(--sl-font-weight-normal);
--sl-input-font-size-small: var(--sl-font-size-small);
--sl-input-font-size-medium: var(--sl-font-size-medium);
--sl-input-font-size-large: var(--sl-font-size-large);
--sl-input-letter-spacing: var(--sl-letter-spacing-normal);
--sl-input-border-color: var(--sl-color-gray-700);
--sl-input-border-color-hover: var(--sl-color-gray-600);
--sl-input-border-color-focus: var(--sl-color-primary-400);
--sl-input-border-color-disabled: var(--sl-color-gray-700);
--sl-input-border-color-invalid: var(--sl-color-danger-500);
--sl-input-color: var(--sl-color-gray-200);
--sl-input-color-hover: var(--sl-color-gray-200);
--sl-input-color-focus: var(--sl-color-gray-200);
--sl-input-color-disabled: var(--sl-color-gray-100);
--sl-input-color-invalid: var(--sl-color-danger-600);
--sl-input-icon-color: var(--sl-color-gray-500);
--sl-input-icon-color-hover: var(--sl-color-gray-300);
--sl-input-icon-color-focus: var(--sl-color-gray-300);
--sl-input-placeholder-color: var(--sl-color-gray-600);
--sl-input-placeholder-color-disabled: var(--sl-color-gray-500);
/* Overlays */
--sl-overlay-background-color: #d1d5db22;
/* Panels */
--sl-panel-background-color: var(--sl-color-gray-900);
--sl-panel-border-color: var(--sl-color-gray-800);
/* Tooltips */
--sl-tooltip-background-color: var(--sl-color-gray-200);
--sl-tooltip-color: var(--sl-color-black);
}
/* Alert */
.sl-theme-dark sl-alert::part(base) {
background-color: var(--sl-color-gray-900);
border-left-color: var(--sl-color-gray-800);
border-right-color: var(--sl-color-gray-800);
border-bottom-color: var(--sl-color-gray-800);
color: var(--sl-color-gray-200);
}
/* Avatar */
.sl-theme-dark sl-avatar::part(base) {
background-color: var(--sl-color-gray-700);
color: var(--sl-color-gray-300);
}
/* Button */
.sl-theme-dark sl-button[type='default']::part(base) {
background-color: var(--sl-color-gray-900);
border-color: var(--sl-color-gray-700);
color: var(--sl-color-gray-400);
}
.sl-theme-dark sl-button[type='default']:not([disabled])::part(base):hover {
background-color: var(--sl-color-primary-950);
border-color: var(--sl-color-primary-800);
color: var(--sl-color-primary-400);
}
.sl-theme-dark sl-button[type='default']:not([disabled])::part(base):focus {
background-color: var(--sl-color-primary-950);
border-color: var(--sl-color-primary-800);
color: var(--sl-color-primary-400);
box-shadow: 0 0 0 var(--sl-focus-ring-width)
hsla(var(--sl-color-primary-hue), var(--sl-color-primary-saturation), 50%, var(--sl-focus-ring-alpha));
}
.sl-theme-dark sl-button[type='default']:not([disabled])::part(base):active {
background-color: var(--sl-color-primary-900);
border-color: var(--sl-color-primary-700);
color: var(--sl-color-primary-300);
}
/* Card */
.sl-theme-dark sl-card::part(base) {
background-color: var(--sl-color-gray-900);
--border-color: var(--sl-color-gray-800);
}
/* Checkbox & radio */
.sl-theme-dark sl-checkbox::part(control),
.sl-theme-dark sl-radio::part(control) {
color: var(--sl-color-gray-900);
}
/* Color picker */
.sl-theme-dark sl-color-picker::part(format-button) {
background-color: var(--sl-color-gray-900);
border-color: var(--sl-color-gray-700);
color: var(--sl-color-gray-400);
}
.sl-theme-dark sl-color-picker::part(format-button):hover {
background-color: var(--sl-color-primary-950);
border-color: var(--sl-color-primary-800);
color: var(--sl-color-primary-400);
}
.sl-theme-dark sl-color-picker::part(format-button):focus {
background-color: var(--sl-color-primary-950);
border-color: var(--sl-color-primary-800);
color: var(--sl-color-primary-400);
box-shadow: 0 0 0 var(--sl-focus-ring-width)
hsla(var(--sl-color-primary-hue), var(--sl-color-primary-saturation), 50%, var(--sl-focus-ring-alpha));
}
.sl-theme-dark sl-color-picker::part(format-button):active {
background-color: var(--sl-color-primary-900);
border-color: var(--sl-color-primary-700);
color: var(--sl-color-primary-300);
}
.sl-theme-dark sl-color-picker::part(panel) {
background-color: var(--sl-color-gray-900);
border-color: var(--sl-color-gray-800);
}
.sl-theme-dark sl-color-picker::part(slider-handle) {
background-color: var(--sl-color-gray-800);
box-shadow: 0 0 0 1px var(--sl-color-gray-600);
}
.sl-theme-dark sl-color-picker::part(slider-handle):focus {
box-shadow: 0 0 0 1px var(--sl-color-primary-500), 0 0 0 var(--sl-focus-ring-width) var(--sl-focus-ring-color-primary);
}
.sl-theme-dark sl-color-picker::part(grid-handle) {
border-color: var(--sl-color-gray-900);
}
.sl-theme-dark sl-color-picker::part(preview),
.sl-theme-dark sl-color-picker::part(opacity-slider),
.sl-theme-dark sl-color-picker::part(trigger) {
background-image: linear-gradient(45deg, #333 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #333 75%),
linear-gradient(45deg, transparent 75%, #333 75%), linear-gradient(45deg, #333 25%, transparent 25%);
}
.sl-theme-dark sl-color-picker::part(swatches) {
border-top-color: var(--sl-color-gray-800);
}
/* Details */
.sl-theme-dark sl-details::part(base) {
border-color: var(--sl-color-gray-800);
}
/* Icon button */
.sl-theme-dark sl-icon-button::part(base) {
color: var(--sl-color-gray-400);
}
.sl-theme-dark sl-icon-button:not([disabled])::part(base):hover,
.sl-theme-dark sl-icon-button:not([disabled])::part(base):focus {
color: var(--sl-color-primary-500);
}
.sl-theme-dark sl-icon-button:not([disabled])::part(base):active {
color: var(--sl-color-primary-400);
}
/* Image comparer */
.sl-theme-dark sl-image-comparer::part(divider),
.sl-theme-dark sl-image-comparer::part(handle) {
background-color: var(--sl-color-gray-900);
color: var(--sl-color-gray-400);
}
/* Menu item */
.sl-theme-dark sl-menu-item::part(base) {
color: var(--sl-color-gray-200);
}
.sl-theme-dark sl-menu-item::part(base):focus {
background-color: var(--sl-color-primary-950);
color: var(--sl-color-primary-500);
}
.sl-theme-dark sl-menu-item[disabled]::part(base) {
color: var(--sl-color-gray-600);
}
/* Menu label */
.sl-theme-dark sl-menu-label::part(base) {
color: var(--sl-color-gray-600);
}
/* Progress bar */
.sl-theme-dark sl-progress-bar::part(base) {
background-color: var(--sl-color-gray-800);
}
.sl-theme-dark sl-progress-bar::part(indicator) {
color: var(--sl-color-gray-900);
}
/* Progress ring */
.sl-theme-dark sl-progress-ring::part(base) {
--track-color: var(--sl-color-gray-800);
}
/* Range */
.sl-theme-dark sl-range {
--track-color: var(--sl-color-gray-800);
}
/* Rating */
.sl-theme-dark sl-rating {
--symbol-color: var(--sl-color-gray-700);
}
/* Select */
.sl-theme-dark sl-select::part(tag) {
background-color: var(--sl-color-info-800);
border-color: var(--sl-color-info-700);
color: var(--sl-color-info-300);
}
/* Skeleton */
.sl-theme-dark sl-skeleton {
--color: var(--sl-color-gray-800);
--sheen-color: var(--sl-color-gray-700);
}
/* Spinner */
.sl-theme-dark sl-spinner {
--track-color: #f9fafb20;
}
/* Switch */
.sl-theme-dark sl-switch::part(thumb) {
background-color: var(--sl-color-gray-900);
}
.sl-theme-dark sl-switch::part(control) {
background-color: var(--sl-color-gray-700);
border-color: var(--sl-color-gray-700);
}
.sl-theme-dark sl-switch:not([disabled])::part(control):hover {
background-color: var(--sl-color-gray-600);
border-color: var(--sl-color-gray-600);
}
.sl-theme-dark sl-switch[checked]::part(control) {
background-color: var(--sl-color-primary-600);
border-color: var(--sl-color-primary-600);
}
.sl-theme-dark sl-switch[checked]::part(control):hover {
background-color: var(--sl-color-primary-500);
border-color: var(--sl-color-primary-500);
}
/* Tab group */
.sl-theme-dark sl-tab-group::part(tabs) {
--tabs-border-color: var(--sl-color-gray-800);
}
/* Tab */
.sl-theme-dark sl-tab::part(base) {
color: var(--sl-color-gray-400);
}
.sl-theme-dark sl-tab:not([disabled])::part(base):hover,
.sl-theme-dark sl-tab[active]::part(base) {
color: var(--sl-color-primary-500);
}
/* Tag */
.sl-theme-dark sl-tag[type='primary']::part(base) {
background-color: var(--sl-color-primary-950);
border-color: var(--sl-color-primary-900);
color: var(--sl-color-primary-300);
}
.sl-theme-dark sl-tag[type='success']::part(base) {
background-color: var(--sl-color-success-950);
border-color: var(--sl-color-success-900);
color: var(--sl-color-success-300);
}
.sl-theme-dark sl-tag[type='info']::part(base) {
background-color: var(--sl-color-info-800);
border-color: var(--sl-color-info-700);
color: var(--sl-color-info-300);
}
.sl-theme-dark sl-tag[type='warning']::part(base) {
background-color: var(--sl-color-warning-950);
border-color: var(--sl-color-warning-900);
color: var(--sl-color-warning-300);
}
.sl-theme-dark sl-tag[type='danger']::part(base) {
background-color: var(--sl-color-danger-950);
border-color: var(--sl-color-danger-900);
color: var(--sl-color-danger-300);
} | 0.407569 | 0.092729 |
code, pre {
width: 80%;
color: #222;
background-color: #fff;
overflow: scroll;
}
pre {
padding: 1.34em;
border-radius: 5px;
border: 1px solid black
}
h1 {
font-weight: bold;
font-size: 1.5em;
}
h2 {
font-weight: bold;
font-size: 1.25em;
}
h3 {
font-weight: bold;
font-size: 1.25em;
}
h4 {
font-weight: bold;
font-size: 1.25em;
}
h5 {
font-weight: bold;
font-size: 1.25em;
}
h6 {
font-weight: bold;
font-size: 1.25em;
}
.demo-card-wide.mdl-card {
width: 100%;
margin: 10px auto;
background-color: white;
}
.preopreo {
color: #fff;
min-height: 213px;
background-color: #0234ce;
background: center / cover;
}
.demo-card-wide > .mdl-card__menu {
color: #fff;
}
.profimg {
border: 5px solid white;
border-radius: 50%;
background-color: black;
}
.bio {
text-align: center;
margin: auto;
}
.biofull {
text-align: left;
}
.avatar {
height: 64px;
width: 64px;
}
.mdl-textfield {
width: 100%;
}
details > summary:first-of-type {
list-style-type: none;
}
.name {
font-weight: bold;
font-size: 200%;
}
.mdl-card__media {
margin: 0;
}
.mdl-card__media > img {
max-width: 100%;
}
.mdl-card__actions {
display: flex;
box-sizing:border-box;
align-items: center;
}
.mdl-card__actions > .mdl-button--icon {
margin-right: 3px;
margin-left: 3px;
}
.profile_pic {
width: 48px;
}
.biofull {
margin-left: 15px;
}
.skills {
width: 95%;
}
.skills a {
margin-left: 15px;
display: list-item;
}
.name {
margin-bottom: 0px
}
#comm {
border: 1px solid grey;
padding: 1em;
margin-bottom: 1em;
}
#comm:nth-child(odd) {
background: #ddd;
}
#comm:nth-child(even) {
background: #bbb;
}
button {
font-weight: bold;
}
.mdl-chip {
margin: 2px;
}
/*************************************
* TITLE: Sinorca Screen Stylesheet *
* URI : sinorca/sinorca-screen.css *
* MODIF: 2003-Apr-30 19:31 +0800 *
*************************************/
/* ##### Common Styles ##### */
body {
color: black;
margin: 0;
padding: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
acronym, .titleTip {
border-bottom: 1px dotted rgb(153,153,153);
cursor: help;
margin: 0;
padding: 0 0 0.4px 0;
}
.doNotDisplay {
display: none;
}
.smallCaps {
font-size: 110%;
font-variant: small-caps;
}
/* ##### Header ##### */
.superHeader {
color: white;
background-color: rgb(100,135,220);
height: 2px;
}
.midHeader {
color: rgb(39,78,144);
background-color: rgb(140,170,230);
}
.headerTitle {
font-size: 32px;
font-weight: normal;
margin: 0 0 0 4mm;
padding: 0 0;
}
.subHeader {
color: white;
background-color: rgb(0,51,153);
margin: 0;
padding: 1ex 1ex 1ex 1.5mm;
}
.subHeader a {
color: white;
background-color: transparent;
text-decoration: none;
font-weight: bold;
margin: 0;
padding: 0 0.75ex 0 0.5ex;
}
.subHeader a:hover {
text-decoration: underline;
}
.superHeader .highlight, .subHeader .highlight {
color: rgb(253,160,91);
background-color: transparent;
}
.thisPage {
color: black;
background-color: white;
padding-left: 4mm;
border-top: 1px solid rgb(153,153,153);
border-bottom: 1px solid rgb(153,153,153);
}
.lighterBackground {
color: inherit;
background-color: white;
}
/* ##### Main Copy ##### */
#main-copy {
background-color: white;
text-align: justify;
line-height: 1.5em;
margin: 0 0 0 0em;
padding: 0.5mm 5mm 5mm 5mm;
border-left: 1px solid rgb(153,153,153);
}
#main-copy p {
margin: 1em 1ex 2em 1ex;
padding: 0;
}
#main-copy a {
background-color: transparent;
text-decoration: underline;
}
#main-copy a:hover {
text-decoration: none;
}
#main-copy .topOfPage {
background-color: transparent;
font-weight: bold;
text-decoration: none;
margin: 2.5ex 1ex 0 0; /* For MSIE */
padding: 0;
float: right;
}
#main-copy > .topOfPage {
margin: 2.75ex 1ex 0 0; /* For fully standards-compliant user agents */
}
dl {
margin: 1em 1ex 2em 1ex;
padding: 0;
}
dt {
font-weight: bold;
margin: 0 0 0 0;
padding: 0;
}
dd {
margin: 0 0 2em 2em;
padding: 0;
}
/* ##### Footer ##### */
#footer {
color: white;
background-color: rgb(100,135,220);
font-size: 91%;
margin: 0;
padding: 1em 2.5mm 2.5ex 2.5mm;
clear: both;
}
#footer .left {
line-height: 1.45em;
float: left;
clear: left;
}
#footer .right {
text-align: right;
line-height: 1.45em;
}
#footer a {
color: white;
background-color: transparent;
text-decoration: underline;
}
#footer a:hover {
text-decoration: none;
}
.demo-card-square.mdl-card {
width: 100%;
margin-top:15px;
margin-bottom: 15px;
}
.mdl-card__media {
margin: 0;
}
.mdl-card__media > img {
max-width: 100%;
background: whitesmoke;
}
.mdl-card__actions {
display: flex;
box-sizing:border-box;
align-items: center;
}
.mdl-card__actions > .mdl-button--icon {
margin-right: 3px;
margin-left: 3px;
}
#thumbs {
cursor: pointer;
}
.icons {
font-size: 20px;
text-decoration: none;
padding: 5px;
}
.label {
color: white;
}
.mdl-grid {
max-width: 90%;
}
.external {
float: right;
position: fixed;
bottom: 90px;
right: 20px;
width: 90%;
max-width:300px;
}
#blokzmenu {
position:fixed;
bottom:25px;
right:25px;
border: 1px solid whitesmoke;
}
#blokztop {
position:fixed;
bottom:25px;
left:25px;
display: none;
}
#regForm {
background-color: #ffffff;
margin: 100px auto;
font-family: Raleway;
padding: 40px;
width: 70%;
min-width: 300px;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
background-color: #ffdddd;
}
a {
color: #E31337;
text-decoration: none;
}
img {
max-width: 100%;
}
#splash {
justify-content: center;
margin: auto;
text-align: center;
max-width: 420px;
background-color: whitesmoke;
margin-top: 2em;
padding: 10px;
border: 1px solid black;
}
#comments {
background-color: #ddd;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
background-color: #f0f0f8; /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
background-color: #fff;
margin: 40px auto;
padding: 10px;
padding-bottom: 75px;
border: 1px solid #e7e7f1;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24), 0 6px 20px 0 rgba(0, 0, 0, 0.42);
width: 80%;
height: 60%;
overflow: scroll;
}
/* The Close Button */
.close {
color: #E31337;
right: 15px;
float: right;
top: 15px;
position: absolute;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
td, th {
border: 1px solid #ddd;
padding: 3px;
}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th {
padding: 3px;
text-align: center;
background-color: #ddd;
color: #555;
}
#newPostDiv {
margin-bottom: 100px;
} | docs/css/styles.css | code, pre {
width: 80%;
color: #222;
background-color: #fff;
overflow: scroll;
}
pre {
padding: 1.34em;
border-radius: 5px;
border: 1px solid black
}
h1 {
font-weight: bold;
font-size: 1.5em;
}
h2 {
font-weight: bold;
font-size: 1.25em;
}
h3 {
font-weight: bold;
font-size: 1.25em;
}
h4 {
font-weight: bold;
font-size: 1.25em;
}
h5 {
font-weight: bold;
font-size: 1.25em;
}
h6 {
font-weight: bold;
font-size: 1.25em;
}
.demo-card-wide.mdl-card {
width: 100%;
margin: 10px auto;
background-color: white;
}
.preopreo {
color: #fff;
min-height: 213px;
background-color: #0234ce;
background: center / cover;
}
.demo-card-wide > .mdl-card__menu {
color: #fff;
}
.profimg {
border: 5px solid white;
border-radius: 50%;
background-color: black;
}
.bio {
text-align: center;
margin: auto;
}
.biofull {
text-align: left;
}
.avatar {
height: 64px;
width: 64px;
}
.mdl-textfield {
width: 100%;
}
details > summary:first-of-type {
list-style-type: none;
}
.name {
font-weight: bold;
font-size: 200%;
}
.mdl-card__media {
margin: 0;
}
.mdl-card__media > img {
max-width: 100%;
}
.mdl-card__actions {
display: flex;
box-sizing:border-box;
align-items: center;
}
.mdl-card__actions > .mdl-button--icon {
margin-right: 3px;
margin-left: 3px;
}
.profile_pic {
width: 48px;
}
.biofull {
margin-left: 15px;
}
.skills {
width: 95%;
}
.skills a {
margin-left: 15px;
display: list-item;
}
.name {
margin-bottom: 0px
}
#comm {
border: 1px solid grey;
padding: 1em;
margin-bottom: 1em;
}
#comm:nth-child(odd) {
background: #ddd;
}
#comm:nth-child(even) {
background: #bbb;
}
button {
font-weight: bold;
}
.mdl-chip {
margin: 2px;
}
/*************************************
* TITLE: Sinorca Screen Stylesheet *
* URI : sinorca/sinorca-screen.css *
* MODIF: 2003-Apr-30 19:31 +0800 *
*************************************/
/* ##### Common Styles ##### */
body {
color: black;
margin: 0;
padding: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
acronym, .titleTip {
border-bottom: 1px dotted rgb(153,153,153);
cursor: help;
margin: 0;
padding: 0 0 0.4px 0;
}
.doNotDisplay {
display: none;
}
.smallCaps {
font-size: 110%;
font-variant: small-caps;
}
/* ##### Header ##### */
.superHeader {
color: white;
background-color: rgb(100,135,220);
height: 2px;
}
.midHeader {
color: rgb(39,78,144);
background-color: rgb(140,170,230);
}
.headerTitle {
font-size: 32px;
font-weight: normal;
margin: 0 0 0 4mm;
padding: 0 0;
}
.subHeader {
color: white;
background-color: rgb(0,51,153);
margin: 0;
padding: 1ex 1ex 1ex 1.5mm;
}
.subHeader a {
color: white;
background-color: transparent;
text-decoration: none;
font-weight: bold;
margin: 0;
padding: 0 0.75ex 0 0.5ex;
}
.subHeader a:hover {
text-decoration: underline;
}
.superHeader .highlight, .subHeader .highlight {
color: rgb(253,160,91);
background-color: transparent;
}
.thisPage {
color: black;
background-color: white;
padding-left: 4mm;
border-top: 1px solid rgb(153,153,153);
border-bottom: 1px solid rgb(153,153,153);
}
.lighterBackground {
color: inherit;
background-color: white;
}
/* ##### Main Copy ##### */
#main-copy {
background-color: white;
text-align: justify;
line-height: 1.5em;
margin: 0 0 0 0em;
padding: 0.5mm 5mm 5mm 5mm;
border-left: 1px solid rgb(153,153,153);
}
#main-copy p {
margin: 1em 1ex 2em 1ex;
padding: 0;
}
#main-copy a {
background-color: transparent;
text-decoration: underline;
}
#main-copy a:hover {
text-decoration: none;
}
#main-copy .topOfPage {
background-color: transparent;
font-weight: bold;
text-decoration: none;
margin: 2.5ex 1ex 0 0; /* For MSIE */
padding: 0;
float: right;
}
#main-copy > .topOfPage {
margin: 2.75ex 1ex 0 0; /* For fully standards-compliant user agents */
}
dl {
margin: 1em 1ex 2em 1ex;
padding: 0;
}
dt {
font-weight: bold;
margin: 0 0 0 0;
padding: 0;
}
dd {
margin: 0 0 2em 2em;
padding: 0;
}
/* ##### Footer ##### */
#footer {
color: white;
background-color: rgb(100,135,220);
font-size: 91%;
margin: 0;
padding: 1em 2.5mm 2.5ex 2.5mm;
clear: both;
}
#footer .left {
line-height: 1.45em;
float: left;
clear: left;
}
#footer .right {
text-align: right;
line-height: 1.45em;
}
#footer a {
color: white;
background-color: transparent;
text-decoration: underline;
}
#footer a:hover {
text-decoration: none;
}
.demo-card-square.mdl-card {
width: 100%;
margin-top:15px;
margin-bottom: 15px;
}
.mdl-card__media {
margin: 0;
}
.mdl-card__media > img {
max-width: 100%;
background: whitesmoke;
}
.mdl-card__actions {
display: flex;
box-sizing:border-box;
align-items: center;
}
.mdl-card__actions > .mdl-button--icon {
margin-right: 3px;
margin-left: 3px;
}
#thumbs {
cursor: pointer;
}
.icons {
font-size: 20px;
text-decoration: none;
padding: 5px;
}
.label {
color: white;
}
.mdl-grid {
max-width: 90%;
}
.external {
float: right;
position: fixed;
bottom: 90px;
right: 20px;
width: 90%;
max-width:300px;
}
#blokzmenu {
position:fixed;
bottom:25px;
right:25px;
border: 1px solid whitesmoke;
}
#blokztop {
position:fixed;
bottom:25px;
left:25px;
display: none;
}
#regForm {
background-color: #ffffff;
margin: 100px auto;
font-family: Raleway;
padding: 40px;
width: 70%;
min-width: 300px;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
background-color: #ffdddd;
}
a {
color: #E31337;
text-decoration: none;
}
img {
max-width: 100%;
}
#splash {
justify-content: center;
margin: auto;
text-align: center;
max-width: 420px;
background-color: whitesmoke;
margin-top: 2em;
padding: 10px;
border: 1px solid black;
}
#comments {
background-color: #ddd;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
background-color: #f0f0f8; /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
background-color: #fff;
margin: 40px auto;
padding: 10px;
padding-bottom: 75px;
border: 1px solid #e7e7f1;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24), 0 6px 20px 0 rgba(0, 0, 0, 0.42);
width: 80%;
height: 60%;
overflow: scroll;
}
/* The Close Button */
.close {
color: #E31337;
right: 15px;
float: right;
top: 15px;
position: absolute;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
td, th {
border: 1px solid #ddd;
padding: 3px;
}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th {
padding: 3px;
text-align: center;
background-color: #ddd;
color: #555;
}
#newPostDiv {
margin-bottom: 100px;
} | 0.390127 | 0.128662 |
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#back-button .toolbarbutton-icon,
#forward-button .toolbarbutton-icon,
#reload-button .toolbarbutton-icon,
#stop-button .toolbarbutton-icon,
#new-tab-button .toolbarbutton-icon,
#bookmarks-menu-button .toolbarbutton-icon,
#nav-bar-overflow-button .toolbarbutton-icon,
#PanelUI-menu-button .toolbarbutton-icon {
filter: var(--gnome-icons-hack-filter);
}
#nav-bar:-moz-window-inactive #back-button .toolbarbutton-icon,
#nav-bar:-moz-window-inactive #forward-button .toolbarbutton-icon,
#nav-bar:-moz-window-inactive #reload-button .toolbarbutton-icon,
#nav-bar:-moz-window-inactive #stop-button .toolbarbutton-icon,
#nav-bar:-moz-window-inactive #new-tab-button .toolbarbutton-icon,
#nav-bar:-moz-window-inactive #bookmarks-menu-button .toolbarbutton-icon,
#nav-bar:-moz-window-inactive #nav-bar-overflow-button .toolbarbutton-icon,
#nav-bar:-moz-window-inactive #PanelUI-menu-button .toolbarbutton-icon {
filter: var(--gnome-inactive-icons-hack-filter);
}
#back-button .toolbarbutton-icon { list-style-image: url("moz-icon://stock/go-previous-symbolic?size=menu") !important; }
#forward-button .toolbarbutton-icon { list-style-image: url("moz-icon://stock/go-next-symbolic?size=menu") !important; }
/* Needs browser.stopReloadAnimation.enabled;false */
#reload-button { list-style-image: url("moz-icon://stock/view-refresh-symbolic?size=menu") !important; }
#stop-button { list-style-image: url("moz-icon://stock/process-stop-symbolic?size=menu") !important; }
#new-tab-button { list-style-image: url("moz-icon://stock/tab-new-symbolic?size=menu") !important; }
#bookmarks-menu-button { list-style-image: url("ephy-bookmarks-symbolic.svg") !important; }
#nav-bar-overflow-button { list-style-image: url("moz-icon://stock/view-more-symbolic?size=menu") !important; }
#PanelUI-menu-button { list-style-image: url("moz-icon://stock/open-menu-symbolic?size=menu") !important; }
/* Disabled toolbar icon opacity fixes */
#nav-bar toolbarbutton.chromeclass-toolbar-additional[disabled] image,
#nav-bar toolbarbutton.toolbarbutton-combined[disabled] image,
#nav-bar #reload-button[disabled] image,
#nav-bar #stop-button[disabled] image,
#PanelUI-menu-button[disabled] image {
opacity: .5 !important;
}
/* Inactive window toolbar icon opacity fixes */
#nav-bar:-moz-window-inactive toolbarbutton.chromeclass-toolbar-additional image,
#nav-bar:-moz-window-inactive toolbarbutton.toolbarbutton-combined image,
#nav-bar:-moz-window-inactive #reload-button image,
#nav-bar:-moz-window-inactive #stop-button image,
#PanelUI-menu-button:-moz-window-inactive image {
opacity: .4 !important;
}
#nav-bar:-moz-window-inactive toolbarbutton.chromeclass-toolbar-additional[disabled] image,
#nav-bar:-moz-window-inactive toolbarbutton.toolbarbutton-combined[disabled] image,
#nav-bar:-moz-window-inactive #reload-button[disabled] image,
#nav-bar:-moz-window-inactive #stop-button[disabled] image,
#PanelUI-menu-button[disabled]:-moz-window-inactive image {
opacity: .2 !important;
} | ui/stock-icons.css | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#back-button .toolbarbutton-icon,
#forward-button .toolbarbutton-icon,
#reload-button .toolbarbutton-icon,
#stop-button .toolbarbutton-icon,
#new-tab-button .toolbarbutton-icon,
#bookmarks-menu-button .toolbarbutton-icon,
#nav-bar-overflow-button .toolbarbutton-icon,
#PanelUI-menu-button .toolbarbutton-icon {
filter: var(--gnome-icons-hack-filter);
}
#nav-bar:-moz-window-inactive #back-button .toolbarbutton-icon,
#nav-bar:-moz-window-inactive #forward-button .toolbarbutton-icon,
#nav-bar:-moz-window-inactive #reload-button .toolbarbutton-icon,
#nav-bar:-moz-window-inactive #stop-button .toolbarbutton-icon,
#nav-bar:-moz-window-inactive #new-tab-button .toolbarbutton-icon,
#nav-bar:-moz-window-inactive #bookmarks-menu-button .toolbarbutton-icon,
#nav-bar:-moz-window-inactive #nav-bar-overflow-button .toolbarbutton-icon,
#nav-bar:-moz-window-inactive #PanelUI-menu-button .toolbarbutton-icon {
filter: var(--gnome-inactive-icons-hack-filter);
}
#back-button .toolbarbutton-icon { list-style-image: url("moz-icon://stock/go-previous-symbolic?size=menu") !important; }
#forward-button .toolbarbutton-icon { list-style-image: url("moz-icon://stock/go-next-symbolic?size=menu") !important; }
/* Needs browser.stopReloadAnimation.enabled;false */
#reload-button { list-style-image: url("moz-icon://stock/view-refresh-symbolic?size=menu") !important; }
#stop-button { list-style-image: url("moz-icon://stock/process-stop-symbolic?size=menu") !important; }
#new-tab-button { list-style-image: url("moz-icon://stock/tab-new-symbolic?size=menu") !important; }
#bookmarks-menu-button { list-style-image: url("ephy-bookmarks-symbolic.svg") !important; }
#nav-bar-overflow-button { list-style-image: url("moz-icon://stock/view-more-symbolic?size=menu") !important; }
#PanelUI-menu-button { list-style-image: url("moz-icon://stock/open-menu-symbolic?size=menu") !important; }
/* Disabled toolbar icon opacity fixes */
#nav-bar toolbarbutton.chromeclass-toolbar-additional[disabled] image,
#nav-bar toolbarbutton.toolbarbutton-combined[disabled] image,
#nav-bar #reload-button[disabled] image,
#nav-bar #stop-button[disabled] image,
#PanelUI-menu-button[disabled] image {
opacity: .5 !important;
}
/* Inactive window toolbar icon opacity fixes */
#nav-bar:-moz-window-inactive toolbarbutton.chromeclass-toolbar-additional image,
#nav-bar:-moz-window-inactive toolbarbutton.toolbarbutton-combined image,
#nav-bar:-moz-window-inactive #reload-button image,
#nav-bar:-moz-window-inactive #stop-button image,
#PanelUI-menu-button:-moz-window-inactive image {
opacity: .4 !important;
}
#nav-bar:-moz-window-inactive toolbarbutton.chromeclass-toolbar-additional[disabled] image,
#nav-bar:-moz-window-inactive toolbarbutton.toolbarbutton-combined[disabled] image,
#nav-bar:-moz-window-inactive #reload-button[disabled] image,
#nav-bar:-moz-window-inactive #stop-button[disabled] image,
#PanelUI-menu-button[disabled]:-moz-window-inactive image {
opacity: .2 !important;
} | 0.245627 | 0.071235 |
.coach_all{
position: relative;
top: 11%;
width: 100%;
}
.coach_signboardinfo{
width: 100%;
position: fixed;
top: 12%;
}
.coach_signboard_text{
width: 100%;
position: fixed;
top: 14%;
left: 36%;
}
.coach_font{
font-size: 5vw;
font-family: serif;
color: #FFF
}
.coach_signboard{
position : fixed;
width : 35%;
top : 13%;
left : 0;
z-index: 4;
}
.coach_maxfont{
position: relative;
top: 3vw;
}
.coach_allwindow{
width: 90%;
position: relative;
top: 5vw;
margin: auto;
}
.coach_name{
position: absolute;
top: 10%;
left: 33%;
color: #FFFFFF;
}
.coach_reritybg{
margin-top: 104%;
position: absolute;
width: 38%;
height: auto;
top: -12%;
left: -10%;
}
.coach_rerity{
position: absolute;
width: 28%;
height: auto;
top: 0%;
left: -5%;
margin-top: 98%;
}
.icon_coach{
position: absolute;
top : -10%;
left : 3%;
width : 23%;
}
.coach_goo{
position: absolute;
top: 55%;
left: 37%;
color: #FFFFFF;
}
.coach_cho{
position: absolute;
top: 55%;
left: 61%;
color: #FFFFFF;
}
.coach_paa{
position: absolute;
top: 55%;
left: 84%;
color: #FFFFFF;
}
.coach_button_box{
display: inline-block;
position: absolute;
bottom: -21%;
left: 17%;
width: 100%;
}
.coach_button_back{
width: 30%;
position: relative;
top: 0vw;
right: 1%;
}
.coach_button_retire{
width: 30%;
position: relative;
top: 0vw;
left: 1%;
}
.popup_all{
width: 100%;
position: relative;
}
.popup_charaframe{
width: 85%;
position: relative;
top: 2vw;
}
.popup_name{
font-size: 4vw;
position: absolute;
top: 13%;
left: 36%;
}
.popup_framein{
width: 100%;
position: relative;
}
.popup_chara{
width: 21%;
position: absolute;
top: -23vw;
left: 9%;
}
.popup_rarityback{
width: 10%;
position: absolute;
top: -8vw;
left: 8%;
}
.popup_rarity{
width: 8%;
position: absolute;
left: 9%;
top: -7vw;
}
.popup_goo{
position: absolute;
top: 53%;
left: 37%;
}
.popup_cho{
position: absolute;
top: 53%;
left: 57%;
}
.popup_paa{
position: absolute;
top: 53%;
left: 78%;
}
.popup_charagoo{
position: absolute;
top: 56%;
left: 50%;
}
.popup_characho{
position: absolute;
top: 56%;
left: 65%;
}
.popup_charapaa{
position: absolute;
top: 56%;
left: 80%;
}
.popup_charaname{
position: absolute;
top: 12%;
left: 36%;
font-size: 4vw;
}
.popup_charahp{
position: absolute;
top: 55%;
left: 34%;
}
.popup_yesbutton{
width: 30%;
position: absolute;
left: 15%;
}
.popup_nobutton{
width: 30%;
position: absolute;
right: 15%;
} | public/css/coachRetirement.css | .coach_all{
position: relative;
top: 11%;
width: 100%;
}
.coach_signboardinfo{
width: 100%;
position: fixed;
top: 12%;
}
.coach_signboard_text{
width: 100%;
position: fixed;
top: 14%;
left: 36%;
}
.coach_font{
font-size: 5vw;
font-family: serif;
color: #FFF
}
.coach_signboard{
position : fixed;
width : 35%;
top : 13%;
left : 0;
z-index: 4;
}
.coach_maxfont{
position: relative;
top: 3vw;
}
.coach_allwindow{
width: 90%;
position: relative;
top: 5vw;
margin: auto;
}
.coach_name{
position: absolute;
top: 10%;
left: 33%;
color: #FFFFFF;
}
.coach_reritybg{
margin-top: 104%;
position: absolute;
width: 38%;
height: auto;
top: -12%;
left: -10%;
}
.coach_rerity{
position: absolute;
width: 28%;
height: auto;
top: 0%;
left: -5%;
margin-top: 98%;
}
.icon_coach{
position: absolute;
top : -10%;
left : 3%;
width : 23%;
}
.coach_goo{
position: absolute;
top: 55%;
left: 37%;
color: #FFFFFF;
}
.coach_cho{
position: absolute;
top: 55%;
left: 61%;
color: #FFFFFF;
}
.coach_paa{
position: absolute;
top: 55%;
left: 84%;
color: #FFFFFF;
}
.coach_button_box{
display: inline-block;
position: absolute;
bottom: -21%;
left: 17%;
width: 100%;
}
.coach_button_back{
width: 30%;
position: relative;
top: 0vw;
right: 1%;
}
.coach_button_retire{
width: 30%;
position: relative;
top: 0vw;
left: 1%;
}
.popup_all{
width: 100%;
position: relative;
}
.popup_charaframe{
width: 85%;
position: relative;
top: 2vw;
}
.popup_name{
font-size: 4vw;
position: absolute;
top: 13%;
left: 36%;
}
.popup_framein{
width: 100%;
position: relative;
}
.popup_chara{
width: 21%;
position: absolute;
top: -23vw;
left: 9%;
}
.popup_rarityback{
width: 10%;
position: absolute;
top: -8vw;
left: 8%;
}
.popup_rarity{
width: 8%;
position: absolute;
left: 9%;
top: -7vw;
}
.popup_goo{
position: absolute;
top: 53%;
left: 37%;
}
.popup_cho{
position: absolute;
top: 53%;
left: 57%;
}
.popup_paa{
position: absolute;
top: 53%;
left: 78%;
}
.popup_charagoo{
position: absolute;
top: 56%;
left: 50%;
}
.popup_characho{
position: absolute;
top: 56%;
left: 65%;
}
.popup_charapaa{
position: absolute;
top: 56%;
left: 80%;
}
.popup_charaname{
position: absolute;
top: 12%;
left: 36%;
font-size: 4vw;
}
.popup_charahp{
position: absolute;
top: 55%;
left: 34%;
}
.popup_yesbutton{
width: 30%;
position: absolute;
left: 15%;
}
.popup_nobutton{
width: 30%;
position: absolute;
right: 15%;
} | 0.613815 | 0.056966 |
html, body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
.root-container {
display: flex;
flex-flow: row nowrap;
/* justify-content: space-evenly; */
align-items: flex-start;
width: 100%;
height: 93vh;
}
.root-container .root-item {
display: flex;
flex-flow: column nowrap;
margin: 10px;
flex: 1 1 auto;
height: 97%;
}
.calendar-instance {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
text-align: center;
}
.calendar-month,
.calendar-year {
font-size: 24px;
font-style: italic;
padding-right: 0;
cursor: pointer;
transition: 0.3s;
}
.calendar-month:hover,
.calendar-year:hover {
border-bottom: solid rgb(124, 124, 124) 3px;
border-top: solid rgb(124, 124, 124) 3px;
}
.calendar-container {
order: 1;
flex: 4 auto;
/* min-width: 5vw; */
display: flex;
flex-flow: column nowrap;
/* grid-template-columns: repeat(7, minmax(60px, 180px));
grid-auto-rows: minmax(50px, 110px);
grid-template-rows: 50px; */
}
.calendar-wrapper {
flex: 1 auto;
position: relative;
}
.calendar-dates {
display: flex;
flex-flow: column nowrap;
height: 100%;
width: 100%;
}
.calendar-week-days {
display: flex;
flex-flow: row nowrap;
}
.calendar-row {
flex: 1 1 0;
display: flex;
flex-flow: row nowrap;
height: 10vh;
}
.calendar-dates .calendar-item,
.calendar-week-days .calendar-item {
flex: 1 1 0;
font-size: 24px;
padding: 0.3em;
border-top: solid rgb(175, 175, 175) 1px;
border-left: solid rgb(175, 175, 175) 1px;
cursor: pointer;
transition: 0.35s;
overflow: hidden;
}
.calendar-dates .calendar-item:hover {
transform: scale(1.05, 1.05);
background-color: rgb(218, 218, 218);
border-radius: 5px;
box-shadow: 3px 3px 10px rgba(138, 154, 180, 0.925);
}
.calendar-container .calendar-header {
font-size: 24px;
font-weight: bold;
padding: 10px;
border-left: solid rgb(175, 175, 175) 1px;
border-bottom: solid black 1px;
border-top: 0;
}
.info-container {
order: 2;
max-width: 15%;
min-width: 250px;
}
/* On screens that are less than 1024px, do not display info-container */
/* TODO: try this out later */
@media screen and (max-width: 1024px) {
.info-container {
display: none;
}
/* .root-container {
flex-flow: row wrap;
} */
} | src/css/home.css | html, body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
.root-container {
display: flex;
flex-flow: row nowrap;
/* justify-content: space-evenly; */
align-items: flex-start;
width: 100%;
height: 93vh;
}
.root-container .root-item {
display: flex;
flex-flow: column nowrap;
margin: 10px;
flex: 1 1 auto;
height: 97%;
}
.calendar-instance {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
text-align: center;
}
.calendar-month,
.calendar-year {
font-size: 24px;
font-style: italic;
padding-right: 0;
cursor: pointer;
transition: 0.3s;
}
.calendar-month:hover,
.calendar-year:hover {
border-bottom: solid rgb(124, 124, 124) 3px;
border-top: solid rgb(124, 124, 124) 3px;
}
.calendar-container {
order: 1;
flex: 4 auto;
/* min-width: 5vw; */
display: flex;
flex-flow: column nowrap;
/* grid-template-columns: repeat(7, minmax(60px, 180px));
grid-auto-rows: minmax(50px, 110px);
grid-template-rows: 50px; */
}
.calendar-wrapper {
flex: 1 auto;
position: relative;
}
.calendar-dates {
display: flex;
flex-flow: column nowrap;
height: 100%;
width: 100%;
}
.calendar-week-days {
display: flex;
flex-flow: row nowrap;
}
.calendar-row {
flex: 1 1 0;
display: flex;
flex-flow: row nowrap;
height: 10vh;
}
.calendar-dates .calendar-item,
.calendar-week-days .calendar-item {
flex: 1 1 0;
font-size: 24px;
padding: 0.3em;
border-top: solid rgb(175, 175, 175) 1px;
border-left: solid rgb(175, 175, 175) 1px;
cursor: pointer;
transition: 0.35s;
overflow: hidden;
}
.calendar-dates .calendar-item:hover {
transform: scale(1.05, 1.05);
background-color: rgb(218, 218, 218);
border-radius: 5px;
box-shadow: 3px 3px 10px rgba(138, 154, 180, 0.925);
}
.calendar-container .calendar-header {
font-size: 24px;
font-weight: bold;
padding: 10px;
border-left: solid rgb(175, 175, 175) 1px;
border-bottom: solid black 1px;
border-top: 0;
}
.info-container {
order: 2;
max-width: 15%;
min-width: 250px;
}
/* On screens that are less than 1024px, do not display info-container */
/* TODO: try this out later */
@media screen and (max-width: 1024px) {
.info-container {
display: none;
}
/* .root-container {
flex-flow: row wrap;
} */
} | 0.354545 | 0.075142 |
.monaco-workbench .repl {
height: 100%;
box-sizing: border-box;
overflow: hidden;
}
.monaco-workbench .repl .repl-tree .monaco-tl-contents {
user-select: text;
-webkit-user-select: text;
white-space: pre;
}
.monaco-workbench .repl .repl-tree .monaco-tl-contents .expression {
font-family: var(--vscode-repl-font-family);
font-size: var(--vscode-repl-font-size);
line-height: var(--vscode-repl-line-height);
}
.monaco-workbench .repl .repl-tree .monaco-tl-contents .expression .lazy-button {
cursor: pointer;
}
.monaco-workbench .repl .repl-tree .monaco-tl-twistie {
background-position-y: calc(100% - (var(--vscode-repl-font-size-for-twistie)));
}
.monaco-workbench .repl .repl-tree.word-wrap .monaco-tl-contents {
/* Wrap words but also do not trim whitespace #6275 */
word-wrap: break-word;
white-space: pre-wrap;
/* Break on all #7533 */
word-break: break-all;
}
.monaco-workbench.mac .repl .repl-tree .monaco-tl-twistie.collapsible + .monaco-tl-contents,
.monaco-workbench.mac .repl .repl-tree .monaco-tl-twistie {
cursor: pointer;
}
.monaco-workbench .repl .repl-tree .output.expression.value-and-source {
display: flex;
}
.monaco-workbench .repl .repl-tree .output.expression.value-and-source .value {
margin-right: 4px;
}
.monaco-workbench .repl .repl-tree .output.expression.value-and-source .count-badge-wrapper {
margin-right: 4px;
}
/* Allow the badge to be a bit shorter so it does not look cut off */
.monaco-workbench .repl .repl-tree .output.expression.value-and-source .count-badge-wrapper .monaco-count-badge {
min-height: 16px;
}
.monaco-workbench .repl .repl-tree .monaco-tl-contents .arrow {
position:absolute;
left: 2px;
}
.monaco-workbench .repl .repl-tree .output.expression.value-and-source .source {
margin-left: auto;
margin-right: 8px;
cursor: pointer;
text-decoration: underline;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: right;
/*Use direction so the source shows elipses on the left*/
direction: rtl;
max-width: 400px;
}
.monaco-workbench .repl .repl-tree .output.expression > .value,
.monaco-workbench .repl .repl-tree .evaluation-result.expression > .value {
margin-left: 0px;
}
.monaco-workbench .repl .repl-tree .output.expression .name:not(:empty) {
margin-right: 6px;
}
.monaco-workbench .repl .repl-input-wrapper {
display: flex;
align-items: center;
}
/* Do not render show more in REPL suggest widget status bar */
.monaco-workbench .repl .repl-input-wrapper .suggest-status-bar .monaco-action-bar.right {
display: none;
}
.monaco-workbench .repl .repl-input-wrapper .repl-input-chevron {
padding: 0 6px 0 8px;
width: 16px;
height: 100%;
display: flex;
flex-shrink: 0;
justify-content: center;
font-weight: 600;
}
/* Output coloring and styling */
.monaco-workbench .repl .repl-tree .output.expression > .ignore {
font-style: italic;
}
/* ANSI Codes */
.monaco-workbench .repl .repl-tree .output.expression .code-bold { font-weight: bold; }
.monaco-workbench .repl .repl-tree .output.expression .code-italic { font-style: italic; }
.monaco-workbench .repl .repl-tree .output.expression .code-underline { text-decoration: underline; text-decoration-style:solid; }
.monaco-workbench .repl .repl-tree .output.expression .code-double-underline { text-decoration: underline; text-decoration-style:double; }
.monaco-workbench .repl .repl-tree .output.expression .code-strike-through { text-decoration:line-through; text-decoration-style:solid; }
.monaco-workbench .repl .repl-tree .output.expression .code-overline { text-decoration:overline; text-decoration-style:solid; }
/* because they can exist at same time we need all the possible underline(or double-underline),overline and strike-through combinations */
.monaco-workbench .repl .repl-tree .output.expression .code-overline.code-underline.code-strike-through { text-decoration: overline underline line-through; text-decoration-style:solid; }
.monaco-workbench .repl .repl-tree .output.expression .code-overline.code-underline { text-decoration: overline underline; text-decoration-style:solid; }
.monaco-workbench .repl .repl-tree .output.expression .code-overline.code-strike-through { text-decoration: overline line-through; text-decoration-style:solid; }
.monaco-workbench .repl .repl-tree .output.expression .code-underline.code-strike-through { text-decoration: underline line-through; text-decoration-style:solid; }
.monaco-workbench .repl .repl-tree .output.expression .code-overline.code-double-underline.code-strike-through { text-decoration: overline underline line-through; text-decoration-style:double; }
.monaco-workbench .repl .repl-tree .output.expression .code-overline.code-double-underline { text-decoration: overline underline; text-decoration-style:double; }
.monaco-workbench .repl .repl-tree .output.expression .code-double-underline.code-strike-through { text-decoration: underline line-through; text-decoration-style:double; }
.monaco-workbench .repl .repl-tree .output.expression .code-dim { opacity: 0.4; }
.monaco-workbench .repl .repl-tree .output.expression .code-hidden { opacity: 0; }
.monaco-workbench .repl .repl-tree .output.expression .code-blink { animation: code-blink-key 1s cubic-bezier(1, 0, 0, 1) infinite alternate; }
.monaco-workbench .repl .repl-tree .output.expression .code-rapid-blink { animation: code-blink-key 0.3s cubic-bezier(1, 0, 0, 1) infinite alternate; }
@keyframes code-blink-key {
to { opacity: 0.4; }
}
.monaco-workbench .repl .repl-tree .output.expression .code-subscript { vertical-align: sub; font-size: smaller; line-height: normal; }
.monaco-workbench .repl .repl-tree .output.expression .code-superscript { vertical-align: super; font-size: smaller; line-height: normal; }
.monaco-action-bar .action-item.repl-panel-filter-container {
cursor: default;
display: flex;
}
.monaco-action-bar .panel-action-tree-filter{
display: flex;
align-items: center;
flex: 1;
}
.monaco-action-bar .panel-action-tree-filter .monaco-inputbox {
height: 24px;
font-size: 12px;
flex: 1;
}
.pane-header .monaco-action-bar .panel-action-tree-filter .monaco-inputbox {
height: 20px;
line-height: 18px;
}
.monaco-workbench.vs .monaco-action-bar .panel-action-tree-filter .monaco-inputbox {
height: 25px;
}
.panel > .title .monaco-action-bar .action-item.repl-panel-filter-container {
min-width: 300px;
margin-right: 10px;
}
.repl-panel-filter-container .repl-panel-filter-controls {
position: absolute;
top: 0px;
bottom: 0;
right: 0px;
display: flex;
align-items: center;
}
.repl-panel-filter-container .repl-panel-filter-controls > .repl-panel-filter-badge {
margin: 4px;
padding: 0px 8px;
border-radius: 2px;
}
.repl-panel-filter-container .repl-panel-filter-controls > .repl-panel-filter-badge.hidden {
display: none;
} | src/vs/workbench/contrib/debug/browser/media/repl.css |
.monaco-workbench .repl {
height: 100%;
box-sizing: border-box;
overflow: hidden;
}
.monaco-workbench .repl .repl-tree .monaco-tl-contents {
user-select: text;
-webkit-user-select: text;
white-space: pre;
}
.monaco-workbench .repl .repl-tree .monaco-tl-contents .expression {
font-family: var(--vscode-repl-font-family);
font-size: var(--vscode-repl-font-size);
line-height: var(--vscode-repl-line-height);
}
.monaco-workbench .repl .repl-tree .monaco-tl-contents .expression .lazy-button {
cursor: pointer;
}
.monaco-workbench .repl .repl-tree .monaco-tl-twistie {
background-position-y: calc(100% - (var(--vscode-repl-font-size-for-twistie)));
}
.monaco-workbench .repl .repl-tree.word-wrap .monaco-tl-contents {
/* Wrap words but also do not trim whitespace #6275 */
word-wrap: break-word;
white-space: pre-wrap;
/* Break on all #7533 */
word-break: break-all;
}
.monaco-workbench.mac .repl .repl-tree .monaco-tl-twistie.collapsible + .monaco-tl-contents,
.monaco-workbench.mac .repl .repl-tree .monaco-tl-twistie {
cursor: pointer;
}
.monaco-workbench .repl .repl-tree .output.expression.value-and-source {
display: flex;
}
.monaco-workbench .repl .repl-tree .output.expression.value-and-source .value {
margin-right: 4px;
}
.monaco-workbench .repl .repl-tree .output.expression.value-and-source .count-badge-wrapper {
margin-right: 4px;
}
/* Allow the badge to be a bit shorter so it does not look cut off */
.monaco-workbench .repl .repl-tree .output.expression.value-and-source .count-badge-wrapper .monaco-count-badge {
min-height: 16px;
}
.monaco-workbench .repl .repl-tree .monaco-tl-contents .arrow {
position:absolute;
left: 2px;
}
.monaco-workbench .repl .repl-tree .output.expression.value-and-source .source {
margin-left: auto;
margin-right: 8px;
cursor: pointer;
text-decoration: underline;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: right;
/*Use direction so the source shows elipses on the left*/
direction: rtl;
max-width: 400px;
}
.monaco-workbench .repl .repl-tree .output.expression > .value,
.monaco-workbench .repl .repl-tree .evaluation-result.expression > .value {
margin-left: 0px;
}
.monaco-workbench .repl .repl-tree .output.expression .name:not(:empty) {
margin-right: 6px;
}
.monaco-workbench .repl .repl-input-wrapper {
display: flex;
align-items: center;
}
/* Do not render show more in REPL suggest widget status bar */
.monaco-workbench .repl .repl-input-wrapper .suggest-status-bar .monaco-action-bar.right {
display: none;
}
.monaco-workbench .repl .repl-input-wrapper .repl-input-chevron {
padding: 0 6px 0 8px;
width: 16px;
height: 100%;
display: flex;
flex-shrink: 0;
justify-content: center;
font-weight: 600;
}
/* Output coloring and styling */
.monaco-workbench .repl .repl-tree .output.expression > .ignore {
font-style: italic;
}
/* ANSI Codes */
.monaco-workbench .repl .repl-tree .output.expression .code-bold { font-weight: bold; }
.monaco-workbench .repl .repl-tree .output.expression .code-italic { font-style: italic; }
.monaco-workbench .repl .repl-tree .output.expression .code-underline { text-decoration: underline; text-decoration-style:solid; }
.monaco-workbench .repl .repl-tree .output.expression .code-double-underline { text-decoration: underline; text-decoration-style:double; }
.monaco-workbench .repl .repl-tree .output.expression .code-strike-through { text-decoration:line-through; text-decoration-style:solid; }
.monaco-workbench .repl .repl-tree .output.expression .code-overline { text-decoration:overline; text-decoration-style:solid; }
/* because they can exist at same time we need all the possible underline(or double-underline),overline and strike-through combinations */
.monaco-workbench .repl .repl-tree .output.expression .code-overline.code-underline.code-strike-through { text-decoration: overline underline line-through; text-decoration-style:solid; }
.monaco-workbench .repl .repl-tree .output.expression .code-overline.code-underline { text-decoration: overline underline; text-decoration-style:solid; }
.monaco-workbench .repl .repl-tree .output.expression .code-overline.code-strike-through { text-decoration: overline line-through; text-decoration-style:solid; }
.monaco-workbench .repl .repl-tree .output.expression .code-underline.code-strike-through { text-decoration: underline line-through; text-decoration-style:solid; }
.monaco-workbench .repl .repl-tree .output.expression .code-overline.code-double-underline.code-strike-through { text-decoration: overline underline line-through; text-decoration-style:double; }
.monaco-workbench .repl .repl-tree .output.expression .code-overline.code-double-underline { text-decoration: overline underline; text-decoration-style:double; }
.monaco-workbench .repl .repl-tree .output.expression .code-double-underline.code-strike-through { text-decoration: underline line-through; text-decoration-style:double; }
.monaco-workbench .repl .repl-tree .output.expression .code-dim { opacity: 0.4; }
.monaco-workbench .repl .repl-tree .output.expression .code-hidden { opacity: 0; }
.monaco-workbench .repl .repl-tree .output.expression .code-blink { animation: code-blink-key 1s cubic-bezier(1, 0, 0, 1) infinite alternate; }
.monaco-workbench .repl .repl-tree .output.expression .code-rapid-blink { animation: code-blink-key 0.3s cubic-bezier(1, 0, 0, 1) infinite alternate; }
@keyframes code-blink-key {
to { opacity: 0.4; }
}
.monaco-workbench .repl .repl-tree .output.expression .code-subscript { vertical-align: sub; font-size: smaller; line-height: normal; }
.monaco-workbench .repl .repl-tree .output.expression .code-superscript { vertical-align: super; font-size: smaller; line-height: normal; }
.monaco-action-bar .action-item.repl-panel-filter-container {
cursor: default;
display: flex;
}
.monaco-action-bar .panel-action-tree-filter{
display: flex;
align-items: center;
flex: 1;
}
.monaco-action-bar .panel-action-tree-filter .monaco-inputbox {
height: 24px;
font-size: 12px;
flex: 1;
}
.pane-header .monaco-action-bar .panel-action-tree-filter .monaco-inputbox {
height: 20px;
line-height: 18px;
}
.monaco-workbench.vs .monaco-action-bar .panel-action-tree-filter .monaco-inputbox {
height: 25px;
}
.panel > .title .monaco-action-bar .action-item.repl-panel-filter-container {
min-width: 300px;
margin-right: 10px;
}
.repl-panel-filter-container .repl-panel-filter-controls {
position: absolute;
top: 0px;
bottom: 0;
right: 0px;
display: flex;
align-items: center;
}
.repl-panel-filter-container .repl-panel-filter-controls > .repl-panel-filter-badge {
margin: 4px;
padding: 0px 8px;
border-radius: 2px;
}
.repl-panel-filter-container .repl-panel-filter-controls > .repl-panel-filter-badge.hidden {
display: none;
} | 0.4206 | 0.059456 |
body{
margin: 0;
padding: 0;
font-family: sans-serif;
background: #34495e;
min-height: 400px;
margin-bottom: 100px;
}
.box{
width: 300px;
padding: 40px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #191919;
text-align: center;
}
h1{
color: white;
text-transform: uppercase;
font-weight: 500;
}
.box input[type = "text"],.box input[type = "password"]{
border:0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #3498db;
padding: 14px 10px;
width: 200px;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
}
.box input[type = "text"]:focus,.box input[type = "password"]:focus{
width: 280px;
border-color: #2ecc71;
}
.box input[type = "submit"]{
border:0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #2ecc71;
padding: 14px 40px;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
cursor: pointer;
}
.box input[type = "submit"]:hover{
background: #2ecc71;
}
.downbar{
width: 300px;
padding: 50px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #191919;
text-align: left;
}
.downbar input[type="text"]{
border: 0;
background:none ;
display: block;
margin: 20px auto;
text-align: left;
border: 2px solid #3498db;
padding: 14px 10px;
width: 200px;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
}
.downbar input[type="text"]:focus{
width: 280px;
border-color: #ecf0f1;
}
.downbar input[type = "submit"]{
border:0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #2ecc71;
padding: 14px 40px;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
cursor: pointer;
}
.downbar input[type = "submit"]:hover{
background: #2ecc71;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
#msgs {
animation-name: fadein;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-play-state: running;
}
.msg{
border:0;
background: none;
display: block;
margin: 20px;
text-align: left;
border: 2px solid #3498db;
padding: 14px 10px;
width: 200px;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
left:0px ;
} | lab9/static/styles.css | body{
margin: 0;
padding: 0;
font-family: sans-serif;
background: #34495e;
min-height: 400px;
margin-bottom: 100px;
}
.box{
width: 300px;
padding: 40px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #191919;
text-align: center;
}
h1{
color: white;
text-transform: uppercase;
font-weight: 500;
}
.box input[type = "text"],.box input[type = "password"]{
border:0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #3498db;
padding: 14px 10px;
width: 200px;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
}
.box input[type = "text"]:focus,.box input[type = "password"]:focus{
width: 280px;
border-color: #2ecc71;
}
.box input[type = "submit"]{
border:0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #2ecc71;
padding: 14px 40px;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
cursor: pointer;
}
.box input[type = "submit"]:hover{
background: #2ecc71;
}
.downbar{
width: 300px;
padding: 50px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #191919;
text-align: left;
}
.downbar input[type="text"]{
border: 0;
background:none ;
display: block;
margin: 20px auto;
text-align: left;
border: 2px solid #3498db;
padding: 14px 10px;
width: 200px;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
}
.downbar input[type="text"]:focus{
width: 280px;
border-color: #ecf0f1;
}
.downbar input[type = "submit"]{
border:0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #2ecc71;
padding: 14px 40px;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
cursor: pointer;
}
.downbar input[type = "submit"]:hover{
background: #2ecc71;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
#msgs {
animation-name: fadein;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-play-state: running;
}
.msg{
border:0;
background: none;
display: block;
margin: 20px;
text-align: left;
border: 2px solid #3498db;
padding: 14px 10px;
width: 200px;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
left:0px ;
} | 0.364664 | 0.086942 |
body {
padding-bottom:44px;
overflow-y:scroll;
}
/* main nav bar */
.navbar-top {
border-radius:0;
border-width:0 0 1px;
}
/* search field */
#search {
padding-left:10px;
padding-top:10px;
padding-right:10px;
}
/* navtree */
#navtree li {
padding-left:8px;
}
#navtree li > a {
padding:6px 10px 6px 0px;
}
#navtree li > a:hover {
color:#333;
background-color:transparent;
}
#navtree li.active > a {
font-weight:bold;
}
#navtree li.navtreelevel_1 {
padding-left:0px;
}
#navtree li.navtreelevel_2 {
margin-left:6px;
border-left:#cdcdcd 3px solid;
}
#navtree li.navtreelevel_2 > a {
padding:5px 10px 5px 0px;
}
#navtree li.navtreelevel_3 {
margin-left:5px;
border-left:#dddddd 3px solid;
}
#navtree li.navtreelevel_3 > a {
padding:4px 10px 4px 0px;
}
#navtree li.navtreelevel_4 {
margin-left:4px;
border-left:#dedede 3px solid;
}
#navtree li.navtreelevel_4 > a {
padding:3px 10px 3px 0px;
}
#navtree li.navtreelevel_5 {
margin-left:4px;
border-left:#eeeeee 3px solid;
}
#navtree li.navtreelevel_5 > a {
padding:2px 10px 2px 0px;
}
#navtree li.navtreelevel_6 {
margin-left:4px;
border-left:#efefef 3px solid;
}
#navtree li.navtreelevel_6 > a {
padding:2px 10px 2px 0px;
}
/* content panel heading */
.content-heading h4 {
padding-left: 0;
}
/* batched items */
.batched_items_slice_size {
margin-top: 2px;
}
.batched_items_filter {
margin-right:8px;
margin-top:2px;
}
.batched_items_footer .pagination {
margin-top:0;
margin-bottom:0;
}
.batched_items_info {
margin-top:4px;
margin-bottom:4px;
}
input.empty_filter {
color:#ccc !important;
}
/* table */
.table_length {
margin-top:2px;
}
.table_filter {
margin-right:8px;
margin-top:2px;
}
.table_sort {
font-size:80%;
color:#428BCA;
}
table.table tr th:first-child,
table.table tr td:first-child {
padding-left:20px;
}
td.actions a {
margin-right:4px;
}
.table-footer .pagination {
margin-top:0;
margin-bottom:0;
}
.table_info {
margin-top:4px;
margin-bottom:4px;
}
/* copysupport */
tr.selectable td {
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
tr.selectable.selected td {
background-color:#dfeefb;
}
.table-striped > tbody > tr.selectable.selected:nth-child(2n+1) > td {
background-color:#cfdce7;
}
/* referencebrowser */
.referencebrowser_trigger {
padding:10px 15px 10px 5px;
cursor:pointer;
}
#referencebrowser_table td.actions {
width:100px;
}
.modal-body div.referencebrowser {
margin:-15px;
}
div#referencebrowser_pathbar ol.breadcrumb {
border-radius:0px;
}
div#referencebrowser {
margin-bottom:0px;
border-radius:0px;
border-left:none;
border-right:none;
border-bottom:none;
}
div#referencebrowser .panel-heading,
div#referencebrowser .panel-footer {
border-radius:0px;
}
/* settings */
.settingstabpane {
margin-top:12px;
}
/* footer */
footer p {
margin:12px;
} | src/cone/app/browser/static/styles.css | body {
padding-bottom:44px;
overflow-y:scroll;
}
/* main nav bar */
.navbar-top {
border-radius:0;
border-width:0 0 1px;
}
/* search field */
#search {
padding-left:10px;
padding-top:10px;
padding-right:10px;
}
/* navtree */
#navtree li {
padding-left:8px;
}
#navtree li > a {
padding:6px 10px 6px 0px;
}
#navtree li > a:hover {
color:#333;
background-color:transparent;
}
#navtree li.active > a {
font-weight:bold;
}
#navtree li.navtreelevel_1 {
padding-left:0px;
}
#navtree li.navtreelevel_2 {
margin-left:6px;
border-left:#cdcdcd 3px solid;
}
#navtree li.navtreelevel_2 > a {
padding:5px 10px 5px 0px;
}
#navtree li.navtreelevel_3 {
margin-left:5px;
border-left:#dddddd 3px solid;
}
#navtree li.navtreelevel_3 > a {
padding:4px 10px 4px 0px;
}
#navtree li.navtreelevel_4 {
margin-left:4px;
border-left:#dedede 3px solid;
}
#navtree li.navtreelevel_4 > a {
padding:3px 10px 3px 0px;
}
#navtree li.navtreelevel_5 {
margin-left:4px;
border-left:#eeeeee 3px solid;
}
#navtree li.navtreelevel_5 > a {
padding:2px 10px 2px 0px;
}
#navtree li.navtreelevel_6 {
margin-left:4px;
border-left:#efefef 3px solid;
}
#navtree li.navtreelevel_6 > a {
padding:2px 10px 2px 0px;
}
/* content panel heading */
.content-heading h4 {
padding-left: 0;
}
/* batched items */
.batched_items_slice_size {
margin-top: 2px;
}
.batched_items_filter {
margin-right:8px;
margin-top:2px;
}
.batched_items_footer .pagination {
margin-top:0;
margin-bottom:0;
}
.batched_items_info {
margin-top:4px;
margin-bottom:4px;
}
input.empty_filter {
color:#ccc !important;
}
/* table */
.table_length {
margin-top:2px;
}
.table_filter {
margin-right:8px;
margin-top:2px;
}
.table_sort {
font-size:80%;
color:#428BCA;
}
table.table tr th:first-child,
table.table tr td:first-child {
padding-left:20px;
}
td.actions a {
margin-right:4px;
}
.table-footer .pagination {
margin-top:0;
margin-bottom:0;
}
.table_info {
margin-top:4px;
margin-bottom:4px;
}
/* copysupport */
tr.selectable td {
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
tr.selectable.selected td {
background-color:#dfeefb;
}
.table-striped > tbody > tr.selectable.selected:nth-child(2n+1) > td {
background-color:#cfdce7;
}
/* referencebrowser */
.referencebrowser_trigger {
padding:10px 15px 10px 5px;
cursor:pointer;
}
#referencebrowser_table td.actions {
width:100px;
}
.modal-body div.referencebrowser {
margin:-15px;
}
div#referencebrowser_pathbar ol.breadcrumb {
border-radius:0px;
}
div#referencebrowser {
margin-bottom:0px;
border-radius:0px;
border-left:none;
border-right:none;
border-bottom:none;
}
div#referencebrowser .panel-heading,
div#referencebrowser .panel-footer {
border-radius:0px;
}
/* settings */
.settingstabpane {
margin-top:12px;
}
/* footer */
footer p {
margin:12px;
} | 0.276007 | 0.056055 |
.header{
padding-left:45px;
padding-top:15px;
padding-right:30px;
background:#fff !important;
min-height:60px;
}
.header .col-md-4{
*border:1px solid black;
}
.header .btn-search{
background:#9c2b26;
color:#fff;
}
.header .header-right{
float:right;
display:inline-block;
padding-top:2px;
}
.header .header-right .nofitications-dropdown{
display:block;
list-style:none;
padding:0px; margin:0px;
}
.header .header-right .nofitications-dropdown .dropdown{
position:relative;
display: inline-block;
margin-left:20px;
}
.header .header-right .nofitications-dropdown .dropdown a.dropdown-toggle i{
font-size:16px;
}
.header .header-right .nofitications-dropdown .dropdown span.badge{
font-size: 11px;
font-weight: bold;
color: #ffffff;
background: #fcb216;
line-height: 15px;
width: 18px;
height: 18px;
text-align: center;
display: inline-block;
position: absolute;
margin-top:-8px;
margin-left:-9px;
padding: 2px 0 0 0;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box{
list-style:none;
padding:0px; margin:0px;
box-shadow: 2px 3px 4px rgba(0, 0, 0, .175);
-webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, .175);
-moz-box-shadow: 2px 3px 4px rgba(0, 0, 0, .175);
border-radius: 0;
border: 1px solid #ccc;
margin-top:10px;
width:230px;
margin-left:-180px;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box:after,
.header .header-right .nofitications-dropdown .dropdown .nofitications-box:before{
bottom: 100%;
right: 30px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box:after{
border-color: rgba(250, 250, 250, 0);
border-bottom-color: #FAFAFA;
border-width: 8px;
margin-left: -8px;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box:before{
border-color: rgba(204, 204, 204, 0);
border-bottom-color: #cccccc;
border-width: 9px;
margin-left: -9px;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box .notification-header{
background-color:#FAFAFA;
padding: 10px 15px;
border-bottom:1px solid rgba(0, 0, 0, 0.05);
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box .notification-header h3{
color:#6A6A6A;
font-size:12px;
font-weight:600;
margin:0;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box a{
background:#fff;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box a .notification-img{
float:left;
width:19%;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box a .notification-img img{
max-width:100%;
display:block;
border-radius:2em;
-webkit-border-radius:2em;
-moz-border-radius:2em;
-o-border-radius:2em;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box a .notification-desc{
float:left;
width:70%;
margin-left:5%;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box a .notification-desc p{
color:#757575;
font-size:12px;
padding:0px 0;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box a:hover{
background:#fff;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box a:hover .notification-desc p:first-child{
text-decoration:underline;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box .notification-bottom{
background-color: #fcb216;
padding: 4px 0;
text-align: center;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box .notification-bottom a{
background:none;
color: #ffffff;
font-size: 1em;
}
.header .header-right .nofitications-dropdown .dropdown.notification-profile{
display:inline-block;
top:-3px;
width:30px;
height:30px;
margin-left:20px;
}
.header .header-right .nofitications-dropdown .notification-profile .profile-img{
}
.header .header-right .nofitications-dropdown .dropdown.notification-profile .profile-img img{
width:100%;
background:#9c2b26;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
}
.header .header-right .nofitications-dropdown .dropdown.notification-profile .dropdown-menu > li > a {
padding: 3px 15px;
font-size: 1em;
color:#757575;
}
.header .header-right .nofitications-dropdown .dropdown.notification-profile .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
background: none !important;
color: #67D3E0 !important;
} | backup/assets/css/header.css | .header{
padding-left:45px;
padding-top:15px;
padding-right:30px;
background:#fff !important;
min-height:60px;
}
.header .col-md-4{
*border:1px solid black;
}
.header .btn-search{
background:#9c2b26;
color:#fff;
}
.header .header-right{
float:right;
display:inline-block;
padding-top:2px;
}
.header .header-right .nofitications-dropdown{
display:block;
list-style:none;
padding:0px; margin:0px;
}
.header .header-right .nofitications-dropdown .dropdown{
position:relative;
display: inline-block;
margin-left:20px;
}
.header .header-right .nofitications-dropdown .dropdown a.dropdown-toggle i{
font-size:16px;
}
.header .header-right .nofitications-dropdown .dropdown span.badge{
font-size: 11px;
font-weight: bold;
color: #ffffff;
background: #fcb216;
line-height: 15px;
width: 18px;
height: 18px;
text-align: center;
display: inline-block;
position: absolute;
margin-top:-8px;
margin-left:-9px;
padding: 2px 0 0 0;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box{
list-style:none;
padding:0px; margin:0px;
box-shadow: 2px 3px 4px rgba(0, 0, 0, .175);
-webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, .175);
-moz-box-shadow: 2px 3px 4px rgba(0, 0, 0, .175);
border-radius: 0;
border: 1px solid #ccc;
margin-top:10px;
width:230px;
margin-left:-180px;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box:after,
.header .header-right .nofitications-dropdown .dropdown .nofitications-box:before{
bottom: 100%;
right: 30px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box:after{
border-color: rgba(250, 250, 250, 0);
border-bottom-color: #FAFAFA;
border-width: 8px;
margin-left: -8px;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box:before{
border-color: rgba(204, 204, 204, 0);
border-bottom-color: #cccccc;
border-width: 9px;
margin-left: -9px;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box .notification-header{
background-color:#FAFAFA;
padding: 10px 15px;
border-bottom:1px solid rgba(0, 0, 0, 0.05);
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box .notification-header h3{
color:#6A6A6A;
font-size:12px;
font-weight:600;
margin:0;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box a{
background:#fff;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box a .notification-img{
float:left;
width:19%;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box a .notification-img img{
max-width:100%;
display:block;
border-radius:2em;
-webkit-border-radius:2em;
-moz-border-radius:2em;
-o-border-radius:2em;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box a .notification-desc{
float:left;
width:70%;
margin-left:5%;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box a .notification-desc p{
color:#757575;
font-size:12px;
padding:0px 0;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box a:hover{
background:#fff;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box a:hover .notification-desc p:first-child{
text-decoration:underline;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box .notification-bottom{
background-color: #fcb216;
padding: 4px 0;
text-align: center;
}
.header .header-right .nofitications-dropdown .dropdown .nofitications-box .notification-bottom a{
background:none;
color: #ffffff;
font-size: 1em;
}
.header .header-right .nofitications-dropdown .dropdown.notification-profile{
display:inline-block;
top:-3px;
width:30px;
height:30px;
margin-left:20px;
}
.header .header-right .nofitications-dropdown .notification-profile .profile-img{
}
.header .header-right .nofitications-dropdown .dropdown.notification-profile .profile-img img{
width:100%;
background:#9c2b26;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
}
.header .header-right .nofitications-dropdown .dropdown.notification-profile .dropdown-menu > li > a {
padding: 3px 15px;
font-size: 1em;
color:#757575;
}
.header .header-right .nofitications-dropdown .dropdown.notification-profile .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
background: none !important;
color: #67D3E0 !important;
} | 0.245808 | 0.05962 |
.cbp-vm-switcher {
font-family: 'Roboto', sans-serif;
}
/* options/select wrapper with switch anchors */
.cbp-vm-options {
text-align:left;
float: left;
}
.cbp-vm-options a {
display: inline-block;
width:20px;
height:20px;
overflow: hidden;
white-space: nowrap;
color: #d0d0d0;
margin: 2px;
}
.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
}
a.cbp-vm-icon.cbp-vm-grid.cbp-vm-selected {
background: url(../images/grid_view.png)no-repeat;
}
.cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {
}
.cbp-vm-options a:before {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 30px;
text-align: center;
display: inline-block;
}
/* General style of switch items' list */
.cbp-vm-switcher ul {
list-style: none;
padding: 0;
margin: 0;
}
/* Clear eventual floats */
.cbp-vm-switcher ul:before,
.cbp-vm-switcher ul:after {
content: " ";
display: table;
}
.cbp-vm-switcher ul:after {
clear: both;
}
.cbp-vm-switcher ul li {
display: block;
position: relative;
}
.cbp-vm-image {
display: block;
margin: 0 auto;
}
.cbp-vm-image img {
display: inline-block;
max-width: 100%;
border: none;
}
.cbp-vm-title {
margin: 0;
padding: 0;
}
.cbp-vm-price {
color: #c0c0c0;
}
.cbp-vm-add {
color: #fff;
background:#f356b3;
padding: 8px 10px;
border-radius: 2px;
margin: 20px 0 0;
display: inline-block;
transition: background 0.2s;
font-size: 0.9em;
}
.cbp-vm-add:hover {
color: #fff;
background:#35c3d9;
text-decoration:none;
}
.cbp-vm-add:before {
margin-right: 5px;
}
/* Common icon styles */
.cbp-vm-icon:before {
}
.cbp-vm-grid:before {
content: " ";
background: url(../images/grid_view.png)no-repeat;
}
.cbp-vm-list:before {
content: " ";
background: url(../images/list_view.png)no-repeat;
}
.cbp-vm-add:before {
content: " ";
}
/* Individual view mode styles */
/* Large grid view */
.cbp-vm-view-grid ul li {
width: 32%;
text-align: center;
margin: 20px 0 0;
display: inline-block;
min-height: 420px;
vertical-align: top;
padding:5px;
}
.cbp-vm-view-grid .cbp-vm-title {
font-size: 2em;
}
.cbp-vm-view-grid .cbp-vm-details {
max-width: 300px;
min-height: 25px;
margin: 0 auto;
color: #999;
font-size: 0.9em;
margin-top: 1em;
}
.cbp-vm-view-grid .cbp-vm-price {
margin: 10px 0;
font-size: 1.5em;
}
/* List view */
.cbp-vm-view-list li {
padding: 20px 0;
white-space: nowrap;
}
.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
display: inline-block;
vertical-align: middle;
}
.cbp-vm-view-list .cbp-vm-image {
width:30%;
}
.cbp-vm-view-list .cbp-vm-title {
font-size: 1.3em;
padding: 0 10px;
white-space: normal;
width: 23%;
}
.cbp-vm-view-list .cbp-vm-price {
font-size: 1.3em;
width: 10%;
}
.cbp-vm-view-list .cbp-vm-details {
width: 50%;
padding: 0 60px;
overflow: hidden;
white-space: normal;
font-size: 0.95em;
color: #999;
}
.cbp-vm-view-list .cbp-vm-add {
margin: 0;
}
@media screen and (max-width: 66.7em) {
.cbp-vm-view-list .cbp-vm-details {
width: 30%;
}
}
@media screen and (max-width: 57em) {
.cbp-vm-view-grid ul li {
width: 49%;
}
}
@media screen and (max-width: 47.375em) {
.cbp-vm-view-list .cbp-vm-image {
width: 20%;
}
.cbp-vm-view-list .cbp-vm-title {
width: auto;
}
.cbp-vm-view-list .cbp-vm-details {
/*--display: block;
width: 100%;
margin: 10px 0;--*/
}
.cbp-vm-view-list .cbp-vm-add {
margin: 10px;
}
}
@media screen and (max-width: 40.125em) {
.cbp-vm-view-grid ul li {
width: 100%;
}
}
@media (max-width:1024px){
.cbp-vm-view-grid ul li {
width: 31.888%;
}
.cbp-vm-view-list .cbp-vm-image {
width: 33%;
}
.cbp-vm-view-list .cbp-vm-details {
width: 50%;
}
}
@media (max-width:800px){
.cbp-vm-view-grid ul li {
width: 49.6%;
}
.cbp-vm-view-grid ul li:nth-child(9) {
display:none;
}
.cbp-vm-view-list .cbp-vm-details {
width: 30%;
padding: 0 15px;
}
.cbp-vm-view-list .cbp-vm-image {
width: 44%;
}
}
@media (max-width:640px){
.cbp-vm-view-grid ul li {
width:49.5%;
}
.cbp-vm-view-list .cbp-vm-image {
width: 33%;
}
.cbp-vm-view-list .cbp-vm-image {
width: 46%;
}
}
@media (max-width:480px){
.cbp-vm-view-grid ul li {
width: 49%;
}
}
@media (max-width:320px){
.cbp-vm-view-list .cbp-vm-details {
width:30%;
padding: 0 10px;
}
.span_1_of_contact {
width: 100%;
}
.lcontact {
float:none;
margin:0;
}
.span_2_of_contact_right {
width: 100%;
}
.contact_grid {
display: block;
float: none;
}
.contact-form input[type="submit"] {
padding: 10px 20px;
font-size: 0.85em;
margin-bottom:2em;
}
.register-top-grid div, .register-bottom-grid div {
width: 98%;
float: none;
}
.cbp-vm-view-grid ul li {
width: 49%;
min-height: 315px;
}
.cbp-vm-view-grid .cbp-vm-details {
font-size: 0.875em;
margin-top: 0.5em;
}
.cbp-vm-add {
padding: 6px 8px;
margin: 8px 0 0;
font-size: 0.875em;
}
} | css/component.css | .cbp-vm-switcher {
font-family: 'Roboto', sans-serif;
}
/* options/select wrapper with switch anchors */
.cbp-vm-options {
text-align:left;
float: left;
}
.cbp-vm-options a {
display: inline-block;
width:20px;
height:20px;
overflow: hidden;
white-space: nowrap;
color: #d0d0d0;
margin: 2px;
}
.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
}
a.cbp-vm-icon.cbp-vm-grid.cbp-vm-selected {
background: url(../images/grid_view.png)no-repeat;
}
.cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {
}
.cbp-vm-options a:before {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 30px;
text-align: center;
display: inline-block;
}
/* General style of switch items' list */
.cbp-vm-switcher ul {
list-style: none;
padding: 0;
margin: 0;
}
/* Clear eventual floats */
.cbp-vm-switcher ul:before,
.cbp-vm-switcher ul:after {
content: " ";
display: table;
}
.cbp-vm-switcher ul:after {
clear: both;
}
.cbp-vm-switcher ul li {
display: block;
position: relative;
}
.cbp-vm-image {
display: block;
margin: 0 auto;
}
.cbp-vm-image img {
display: inline-block;
max-width: 100%;
border: none;
}
.cbp-vm-title {
margin: 0;
padding: 0;
}
.cbp-vm-price {
color: #c0c0c0;
}
.cbp-vm-add {
color: #fff;
background:#f356b3;
padding: 8px 10px;
border-radius: 2px;
margin: 20px 0 0;
display: inline-block;
transition: background 0.2s;
font-size: 0.9em;
}
.cbp-vm-add:hover {
color: #fff;
background:#35c3d9;
text-decoration:none;
}
.cbp-vm-add:before {
margin-right: 5px;
}
/* Common icon styles */
.cbp-vm-icon:before {
}
.cbp-vm-grid:before {
content: " ";
background: url(../images/grid_view.png)no-repeat;
}
.cbp-vm-list:before {
content: " ";
background: url(../images/list_view.png)no-repeat;
}
.cbp-vm-add:before {
content: " ";
}
/* Individual view mode styles */
/* Large grid view */
.cbp-vm-view-grid ul li {
width: 32%;
text-align: center;
margin: 20px 0 0;
display: inline-block;
min-height: 420px;
vertical-align: top;
padding:5px;
}
.cbp-vm-view-grid .cbp-vm-title {
font-size: 2em;
}
.cbp-vm-view-grid .cbp-vm-details {
max-width: 300px;
min-height: 25px;
margin: 0 auto;
color: #999;
font-size: 0.9em;
margin-top: 1em;
}
.cbp-vm-view-grid .cbp-vm-price {
margin: 10px 0;
font-size: 1.5em;
}
/* List view */
.cbp-vm-view-list li {
padding: 20px 0;
white-space: nowrap;
}
.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
display: inline-block;
vertical-align: middle;
}
.cbp-vm-view-list .cbp-vm-image {
width:30%;
}
.cbp-vm-view-list .cbp-vm-title {
font-size: 1.3em;
padding: 0 10px;
white-space: normal;
width: 23%;
}
.cbp-vm-view-list .cbp-vm-price {
font-size: 1.3em;
width: 10%;
}
.cbp-vm-view-list .cbp-vm-details {
width: 50%;
padding: 0 60px;
overflow: hidden;
white-space: normal;
font-size: 0.95em;
color: #999;
}
.cbp-vm-view-list .cbp-vm-add {
margin: 0;
}
@media screen and (max-width: 66.7em) {
.cbp-vm-view-list .cbp-vm-details {
width: 30%;
}
}
@media screen and (max-width: 57em) {
.cbp-vm-view-grid ul li {
width: 49%;
}
}
@media screen and (max-width: 47.375em) {
.cbp-vm-view-list .cbp-vm-image {
width: 20%;
}
.cbp-vm-view-list .cbp-vm-title {
width: auto;
}
.cbp-vm-view-list .cbp-vm-details {
/*--display: block;
width: 100%;
margin: 10px 0;--*/
}
.cbp-vm-view-list .cbp-vm-add {
margin: 10px;
}
}
@media screen and (max-width: 40.125em) {
.cbp-vm-view-grid ul li {
width: 100%;
}
}
@media (max-width:1024px){
.cbp-vm-view-grid ul li {
width: 31.888%;
}
.cbp-vm-view-list .cbp-vm-image {
width: 33%;
}
.cbp-vm-view-list .cbp-vm-details {
width: 50%;
}
}
@media (max-width:800px){
.cbp-vm-view-grid ul li {
width: 49.6%;
}
.cbp-vm-view-grid ul li:nth-child(9) {
display:none;
}
.cbp-vm-view-list .cbp-vm-details {
width: 30%;
padding: 0 15px;
}
.cbp-vm-view-list .cbp-vm-image {
width: 44%;
}
}
@media (max-width:640px){
.cbp-vm-view-grid ul li {
width:49.5%;
}
.cbp-vm-view-list .cbp-vm-image {
width: 33%;
}
.cbp-vm-view-list .cbp-vm-image {
width: 46%;
}
}
@media (max-width:480px){
.cbp-vm-view-grid ul li {
width: 49%;
}
}
@media (max-width:320px){
.cbp-vm-view-list .cbp-vm-details {
width:30%;
padding: 0 10px;
}
.span_1_of_contact {
width: 100%;
}
.lcontact {
float:none;
margin:0;
}
.span_2_of_contact_right {
width: 100%;
}
.contact_grid {
display: block;
float: none;
}
.contact-form input[type="submit"] {
padding: 10px 20px;
font-size: 0.85em;
margin-bottom:2em;
}
.register-top-grid div, .register-bottom-grid div {
width: 98%;
float: none;
}
.cbp-vm-view-grid ul li {
width: 49%;
min-height: 315px;
}
.cbp-vm-view-grid .cbp-vm-details {
font-size: 0.875em;
margin-top: 0.5em;
}
.cbp-vm-add {
padding: 6px 8px;
margin: 8px 0 0;
font-size: 0.875em;
}
} | 0.194062 | 0.068382 |
@charset "UTF-8";
/*!
* @name index
* @author author
* @date
*/
/**
* @method 清除浮动 %clearfix
* @description 清除浮动
* @example 调用
*
* ```scss
* div {
* @extend %clearfix;
* }
* ```
*
* ```css
* div {
*zoom: 1;
}
div:after {
display: block;
clear: both;
height: 0;
content: '\20';
}
* ```
*/
.house-news, .partner-inner, .aside-news-hd {
*zoom: 1;
}
.house-news:after, .partner-inner:after, .aside-news-hd:after {
display: block;
clear: both;
height: 0;
content: '\20';
}
/**
* @method 去掉虚线框 %outline
* @description 去掉虚线框
* @example 调用
*
* ```scss
* div {
* @ extend %outline;
* }
* ```
*
* ```css
div {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
* ```
*/
/**
* @method 文字不换行后面加省略号 %text-overflow
* @description 文字不换行后面加省略号
* @example 调用
*
* ```scss
* div {
* @extend %text-overflow;
* }
* ```
*
* ```css
div {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
* ```
*/
/**
* @method 内容换行 %word-wrap
* @description 内容换行
* @example 调用
*
* ```scss
* div {
* @extend %word-wrap;
* }
* ```
*
* ```css
div {
word-wrap: break-word;
word-break: break-all;
}
* ```
*/
/**
* @method 透明层opacity
* @description 透明层 内容也透明
* @param {number} $opacity - 透明度 0 ~ 1之间
* @example 调用
*
* ```scss
* div {
* @include opacity(.5);
* }
* ```
*
* ```css
* div {
opacity: .5;
filter: alpha(opacity=50);
* }
* ```
*/
/**
* @method 背景透明层transparent
* @description 透明层只处理背景透明
* @param {string} $color - 背景透明层的颜色
* @param {number} $alpha - 透明度 0 ~ 1之间
* @example 调用
*
* ```scss
* div {
* @include transparent(#000, .5);
* }
* ```
*
* ```css
* div {
* background-color: transparent;
background-color: (0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff,);
zoom: 1;
* }
* ```
*/
/**
* @method triangle
* @description 生成一个三角形图标
* @param {string} $size - 三角的大小
* @param {string} $color - 三角颜色
* @param {string} $direction - 三角的方向 up, down, left, right
* @example 调用
*
* ```scss
* i {
* @include triangle(5px, #bbb, up);
* }
* ```
*
* ```css
* i {
* width: 0;
height: 0;
border-width: 5px;
border-style: solid;
border-color: transparent;
border-bottom-color: #bbb;
* }
* ```
*/
/**
* @method 水平线hr nav-divider
* @description 透明层 内容也透明
* @param {string} $color=#e5e5e5 - 线的颜色
* @param {string} $line-height-computed - 线的高度,空间
* @example 调用
*
* ```scss
* div {
* @include nav-divider(#e5e5e5, 24px);
* }
* ```
*
* ```css
* div {
height: 1px;
margin: 11px 0;
overflow: hidden;
background-color: #e5e5e5;
* }
* ```
*/
@font-face {
font-family: "ico";
font-weight: normal;
font-style: normal;
src: url("../fonts/ico.eot");
src: url("../fonts/ico.eot?#iefix") format("embedded-opentype"), url("../fonts/ico.woff") format("woff");
}
[class^="font-ico-"], .ys180 h3 .close:before, .ys180 dt:before, .ys180 dt.ico:before,
[class*=" font-ico-"] {
font-family: "ico"!important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: inherit;
float: none;
margin: 0;
vertical-align: -0.25em;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
.font-ico-22:before {
content: "\EA01";
}
.font-ico-28:before, .ys180 h3 .close:before {
content: "\EA02";
}
.font-ico-arwl:before {
content: "\EA03";
}
.font-ico-arwr:before {
content: "\EA04";
}
.font-ico-plus:before, .ys180 dt.ico:before {
content: "\EA05";
}
.font-ico-plus0:before, .ys180 dt:before {
content: "\EA06";
}
@font-face {
font-family: "service";
font-weight: normal;
font-style: normal;
src: url("../fonts/service.eot");
src: url("../fonts/service.eot?#iefix") format("embedded-opentype"), url("../fonts/service.woff") format("woff");
}
[class^="font-service-"],
[class*=" font-service-"] {
font-family: "service"!important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: inherit;
float: none;
margin: 0;
vertical-align: -0.25em;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
.font-service-1:before {
content: "\EA01";
}
.font-service-2:before {
content: "\EA02";
}
.font-service-3:before {
content: "\EA03";
}
.font-service-arrow:before {
content: "\EA04";
}
.font-service-ask:before {
content: "\EA05";
}
.font-service-balance:before {
content: "\EA06";
}
.font-service-find-psd:before {
content: "\EA07";
}
.font-service-go-top:before {
content: "\EA08";
}
.font-service-home:before {
content: "\EA09";
}
.font-service-house:before {
content: "\EA0A";
}
.font-service-login:before {
content: "\EA0B";
}
.font-service-order:before {
content: "\EA0C";
}
.font-service-real-name:before {
content: "\EA0D";
}
.font-service-register:before {
content: "\EA0E";
}
.font-service-search:before {
content: "\EA0F";
}
@font-face {
font-family: "index";
font-weight: normal;
font-style: normal;
src: url("../fonts/index.eot");
src: url("../fonts/index.eot?#iefix") format("embedded-opentype"), url("../fonts/index.woff") format("woff");
}
[class^="font-index-"],
[class*=" font-index-"] {
font-family: "index"!important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: inherit;
float: none;
margin: 0;
vertical-align: -0.25em;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
.font-index-1:before {
content: "\EA01";
}
.font-index-2:before {
content: "\EA02";
}
.font-index-3:before {
content: "\EA03";
}
.font-index-4:before {
content: "\EA04";
}
.font-index-5:before {
content: "\EA05";
}
.font-index-6:before {
content: "\EA06";
}
.ys180 {
font-family: simsun;
font-size: 12px;
position: absolute;
z-index: 999999;
top: 42px;
right: 0;
width: 220px;
background: #fff;
}
.ys180 h3 {
line-height: 30px;
height: 30px;
padding-left: 10px;
color: #fff;
border-bottom: 1px solid #d6d6d6;
background: #b00d0d;
}
.ys180 h3 .close {
float: right;
margin-right: 5px;
cursor: pointer;
}
.ys180 dt,
.ys180 dd i {
line-height: 25px;
height: 25px;
padding-left: 20px;
white-space: nowrap;
}
.ys180 dt {
font-size: 14px;
font-weight: bold;
padding-left: 0;
margin-bottom: 3px;
cursor: pointer;
border-bottom: 1px solid #b00d0d;
background-color: #f8f8f8;
background-position: 5px -12px;
}
.ys180 dt:before {
font-size: 12px;
vertical-align: top;
}
.ys180 dt.ico:before {
font-size: 12px;
vertical-align: top;
}
.ys180 dt em {
font-size: 12px;
font-weight: normal;
color: #2c2c2c;
}
.ys180 dd i {
display: block;
background-position: 9px -32px;
}
.ys180 dt,
.ys180 dt a {
color: #b00d0d;
}
.bb9a {
border: 2px solid #b00d0d;
}
.showys {
line-height: 15px;
position: absolute;
z-index: 9999;
top: 74px;
right: 0;
width: 14px;
padding: 5px;
cursor: pointer;
text-align: center;
color: #fff;
background-color: #b00d0d;
background-position: -32px 9px;
}
.showys i {
font-family: simsun;
color: #ddd;
font-size: 12px;
margin-top: 5px;
display: block;
}
.dw {
font-size: 14px;
line-height: 30px;
position: absolute;
top: 5px;
left: 50%;
overflow: hidden;
width: 1198px;
height: 30px;
margin: 0 0 0 -600px;
text-align: center;
border: 1px solid #f3c16b;
background: #ffd;
}
.dw .txt a {
padding: 0 10px;
color: #c00;
}
.dw .close {
font-size: 18px;
position: absolute;
top: 0;
right: 6px;
cursor: pointer;
color: #e49621;
}
.dw .close:hover {
text-decoration: none;
}
/* ==========
vote
========== */
.vote-box {
position: fixed;
z-index: 999999;
bottom: 20px;
left: 20px;
width: 194px;
height: 165px;
}
.vote-img {
width: 100%;
height: 100%;
background: url("../images/hongbao.png") center center no-repeat;
background-size: 80% 80%;
}
.vote-close {
position: absolute;
top: 0;
right: 0;
color: #fff;
line-height: 1.2;
cursor: pointer;
padding: 0 1px;
background-color: #ccc;
}
.vote-close:hover {
text-decoration: none;
color: #999;
}
.closebg {
position: fixed;
z-index: 1000000;
bottom: 50px;
left: 20px;
display: none;
width: 70px;
height: 65px;
background: url(../images/diaocha.png) no-repeat 0 0;
}
/*!
* @name btgg.css
* @author xying
* @date 2016-8-5
* @dec 背投广告
*/
[data-popads="1"] .popads-image {
position: relative;
}
[data-popads="1"] .popads-image .operat-close {
position: absolute;
top: 10px;
right: 10px;
}
[data-popads="1"] .popads-image-sm {
position: relative;
}
[data-popads="1"] .popads-image-sm .operat-btn {
background: rgba(255, 255, 255, 0.5);
position: absolute;
left: 0;
width: 100%;
height: 20px;
text-align: center;
bottom: 0;
padding: 10px 0;
}
[data-popads="1"] .operat {
border: 1px solid #666;
border-radius: 5px;
color: #333;
display: inline-block;
vertical-align: middle;
font-size: 12px;
height: 20px;
line-height: 20px;
padding: 0 7px;
cursor: pointer;
}
[data-popads="1"] .operat i {
float: left;
font-size: 14px;
margin-top: 1px;
margin-right: 4px;
}
[data-popads="1"] .operat-white {
border-color: #fff;
color: #fff;
}
/* common */
.num {
font: 24px georgia;
color: #e43;
}
.f-color {
color: #e43;
}
.line {
border-bottom: 1px solid #e6e6e6;
}
/* ==========
tab common
========== */
.tab-header li {
float: left;
cursor: pointer;
text-align: center;
background: #fff;
}
.tab-header li.act {
color: #e43;
}
.tab-body .item {
width: 100%;
height: auto;
}
/* ==========
list common
========== */
.list li {
float: left;
}
.list li a {
position: relative;
display: block;
overflow: hidden;
}
.list li a img {
display: block;
transition: transform .5s ease 0s;
}
.list li a p {
line-height: 35px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 35px;
text-indent: 10px;
color: #fff;
}
.list li p {
line-height: 21px;
overflow: hidden;
height: 21px;
}
.list li .price {
font-size: 24px;
margin-right: 4px;
}
.list li .ad {
margin-top: 12px;
margin-right: 5px;
}
.list li:hover a img {
transform: scale(1.1);
}
/* ==========
slider
========== */
.slider-wrap {
min-width: 1200px;
position: relative;
background: #e0f2f4;
}
.slider-wrap .container {
position: relative;
}
.slider-wrap .slider-content {
overflow: hidden;
width: 100%;
height: 450px;
}
.slider-wrap .slider-content .slider {
width: 100%;
height: 450px;
}
.slider-wrap .slider-content a {
display: block;
width: 100%;
height: 100%;
}
.slider-wrap .prev-btn,
.slider-wrap .next-btn {
font-size: 34px;
line-height: 81px;
position: absolute;
top: 50%;
width: 40px;
height: 81px;
margin-top: -40.5px;
cursor: pointer;
text-align: center;
opacity: 0;
color: #fff;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.8);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
zoom: 1;
}
.slider-wrap .prev-btn i,
.slider-wrap .next-btn i {
vertical-align: 0;
}
.slider-wrap .prev-btn {
left: 135px;
}
.slider-wrap .next-btn {
right: 135px;
}
.slider-wrap .small-btn {
position: absolute;
width: 300px;
z-index: 10;
bottom: 20px;
left: 50%;
text-align: center;
margin-left: -150px;
}
.slider-wrap .small-btn i {
display: inline-block;
overflow: hidden;
width: 30px;
height: 10px;
cursor: pointer;
vertical-align: middle;
text-indent: -9999px;
margin: 0 3px;
background: #fff;
}
.slider-wrap .small-btn i.act {
background: #e43;
}
/* ==========
search
========== */
.search-form {
position: absolute;
top: 200px;
left: 50%;
width: 680px;
margin-left: -340px;
display: block;
border-radius: 5px;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000, endColorstr=#4D000000);
zoom: 1;
}
.search-form form {
padding: 20px;
}
.search-form .logo {
height: 28px;
margin-bottom: 15px;
}
.search-form .search-cate {
margin-bottom: 10px;
}
.search-form .search-cate a {
font-size: 16px;
margin-right: 12px;
position: relative;
float: left;
padding: 4px 12px;
cursor: pointer;
color: #fff;
border-radius: 3px;
}
.search-form .search-cate a i {
font-size: 18px;
position: absolute;
top: 22px;
left: 50%;
margin-left: -8px;
color: transparent;
}
.search-form .search-cate a:hover {
text-decoration: none;
}
.search-form .search-cate a.act {
background: #e43;
}
.search-form .search-cate a.act i {
color: #e43;
}
.search-form .quick {
font-size: 16px;
line-height: 32px;
margin-left: 20px;
color: #fff;
}
.search-form .quick:hover {
text-decoration: none;
color: #e43;
}
.search-form .quick i {
vertical-align: -2px;
}
.search-form .search-wrap {
width: 640px;
}
.search-form .search-wrap .search-input {
line-height: 32px;
width: 548px;
height: 32px;
padding: 6px 10px;
vertical-align: middle;
border: 1px solid #ddd;
}
.search-form .search-wrap .search-btn {
font-size: 22px;
line-height: 46px;
width: 68px;
height: 46px;
color: #fff;
border: 0;
background: #e43;
}
/* ==========
menu
========== */
.menu {
min-width: 1200px;
padding: 18px 0;
border-bottom: 1px solid #d5d5d5;
box-shadow: 0 1px 10px #d5d5d5;
}
.menu dl {
float: left;
width: 300px;
}
.menu dl dt {
float: left;
width: 100px;
margin-top: 9px;
text-align: right;
}
.menu dl dt a {
font-size: 28px;
}
.menu dl dt a:hover {
text-decoration: none;
}
.menu dl dd {
width: 149px;
margin-left: 100px;
}
.menu dl dd a {
font-size: 16px;
display: inline-block;
margin-top: 4px;
margin-left: 15px;
color: #666;
}
.menu dl dd a:hover {
color: #f00;
}
/* ==========
资讯
========== */
.house-news .aside {
float: left;
width: 300px;
}
.house-news .aside1 {
float: right;
width: 300px;
}
.house-news .content {
float: left;
width: 600px;
}
.house-news .content-inner {
padding: 0 20px;
}
.house-news .content li {
float: left;
width: 270px;
}
.house-news .content li.top {
width: auto;
float: none;
}
.house-news .content li.news-panel-left {
margin-right: 20px;
}
.house-news .news-panel li {
line-height: 35px;
overflow: hidden;
height: 35px;
}
.house-news .news-panel li i {
display: inline-block;
overflow: hidden;
width: 4px;
height: 4px;
margin-right: 7px;
vertical-align: middle;
text-indent: -9999px;
background-color: #e8e5e5;
*display: none;
}
.house-news .news-panel li .cate {
font-size: 16px;
line-height: 30px;
float: left;
height: 30px;
margin-top: 2px;
margin-right: 7px;
padding: 0 10px;
text-align: center;
text-indent: 0;
color: #fff;
background: #e43;
}
.house-news .news-panel li.top a {
font-size: 18px;
font-weight: 700;
line-height: 30px;
}
.house-news .news-panel li.top a:hover {
text-decoration: none;
}
/* banner */
.focus {
position: relative;
overflow: hidden;
zoom: 1;
width: 300px;
height: 220px;
}
.focus ul {
position: relative;
overflow: hidden;
width: 300px;
height: 220px;
}
.focus li {
position: relative;
float: left;
width: 300px;
height: 220px;
overflow: hidden;
}
.focus li a {
display: block;
cursor: pointer;
}
.focus li .tit {
font-size: 14px;
line-height: 18px;
position: absolute;
z-index: 1;
bottom: 22px;
left: 30px;
overflow: hidden;
width: 240px;
height: 18px;
text-align: center;
}
.focus li .tit a {
margin-top: 0;
color: #fff;
}
.focus li .tit a:hover {
text-decoration: none;
}
.focus li .bg {
position: absolute;
bottom: 0;
left: 0;
width: 300px;
height: 50px;
opacity: .7;
background: #000;
filter: alpha(opacity=70);
}
.focus .foucsTit {
position: absolute;
bottom: 7px;
left: 0;
width: 300px;
text-align: center;
}
.focus .foucsTit i {
font-size: 0;
line-height: 7px;
display: inline-block;
overflow: hidden;
width: 8px;
height: 8px;
margin: 0 5px;
cursor: pointer;
border-radius: 5px;
background: #fff;
}
.focus .foucsTit i.on {
background: red;
}
.focus:hover .focusBtnL,
.focus:hover .focusBtnR {
display: block;
}
.focus .focusBtnL,
.focus .focusBtnR {
line-height: 50px;
position: relative;
z-index: 1;
display: none;
width: 40px;
height: 50px;
margin-top: -50px;
}
.focus .focusBtnL img,
.focus .focusBtnR img {
display: none;
cursor: pointer;
}
.focus .focusBtnL span,
.focus .focusBtnR span {
font-size: 30px;
cursor: pointer;
color: #fff;
}
.focus .focusBtnL {
float: left;
}
.focus .focusBtnL img {
float: right;
}
.focus .focusBtnL span {
float: left;
}
.focus .focusBtnR {
float: right;
}
.focus .focusBtnR span {
float: right;
}
/* head-lines */
.head-lines {
height: 84px;
background: #fafafa;
}
.head-lines .tit {
font-size: 26px;
font-weight: 700;
line-height: 32px;
position: relative;
float: left;
width: 64px;
height: 64px;
padding: 10px;
text-align: center;
color: #fff;
background: #e43;
}
.head-lines .tit .arrow {
line-height: 16px;
position: absolute;
top: 50%;
margin-top: -8px;
right: -9px;
width: 9px;
height: 17px;
vertical-align: middle;
text-indent: -9px;
color: #e43;
}
.head-lines .txt {
font-size: 24px;
font-weight: 700;
line-height: 50px;
display: block;
overflow: hidden;
height: 44px;
margin-bottom: 4px;
padding: 0 20px;
text-overflow: ellipsis;
color: #e43;
}
.head-lines .txt:hover {
text-decoration: none;
}
.head-lines p a {
line-height: 24px;
display: inline-block;
overflow: hidden;
height: 24px;
margin-left: 20px;
vertical-align: middle;
}
/* ==========
recommend
========== */
.recommend .tab-header {
border: 1px solid #ddd;
border-bottom-color: #fff;
}
.recommend .tab-header li {
font-size: 18px;
line-height: 50px;
width: 299.5px;
height: 50px;
margin-left: -1px;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
background: #fafafa;
}
.recommend .tab-header li.act {
line-height: 44px;
height: 48px;
border-top: 3px solid #e43;
border-bottom-color: #fff;
background: #fff;
}
.recommend .tab-body {
overflow: hidden;
height: 280px;
}
.recommend .item {
min-height: 280px;
}
.recommend .list {
margin-left: -25px;
}
.recommend .list li {
font-size: 12px;
width: 220px;
margin-left: 25px;
color: #666;
}
.recommend .list a {
width: 220px;
height: 192px;
margin-bottom: 3px;
}
.recommend .list a img {
width: 220px;
height: 192px;
}
.recommend .list a p {
background-color: transparent;
background-color: rgba(0, 0, 0, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
zoom: 1;
}
.recommend .list a:hover p {
background-color: transparent;
background-color: rgba(238, 68, 51, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80EE4433, endColorstr=#80EE4433);
zoom: 1;
}
/* ==========
floor
========== */
.thlp_count {
display: none;
}
.panel .panel-title {
line-height: 40px;
position: relative;
padding-bottom: 4px;
border-bottom: 1px solid #000;
}
.panel .panel-title h2 {
font-size: 24px;
display: inline;
padding-left: 20px;
border-left: 4px solid #e43;
}
.panel .map {
line-height: 20px;
display: block;
margin-top: 12px;
margin-left: 15px;
}
.panel .map:hover {
text-decoration: none;
}
.panel .map i {
font-size: 28px;
float: left;
margin-right: 5px;
vertical-align: 3px;
color: #e43;
}
.panel .floor-tab-header {
position: absolute;
bottom: -1px;
left: 230px;
}
.panel .floor-tab-header a {
font-size: 16px;
display: inline-block;
width: 104px;
text-align: center;
border-bottom: 1px solid #000;
}
.panel .floor-tab-header a span {
display: block;
border-bottom: 3px solid #fff;
}
.panel .floor-tab-header a.act {
color: #e43;
border-color: #e43;
}
.panel .floor-tab-header a.act span {
border-color: #e43;
}
.panel .floor-tab-header a:hover {
text-decoration: none;
}
.panel .panel-body {
padding-top: 30px;
}
.panel .panel-body .aside-menu {
width: 200px;
}
.panel .panel-body .floor-tab-body {
overflow: hidden;
width: 700px;
height: 428px;
}
.panel .panel-body .floor-tab-body .item {
width: 100%;
}
.panel .panel-body .aside {
width: 300px;
}
/* filter */
.aside-menu dl {
padding: 12px 0 12px 10px;
border-top: 1px solid #eee;
border-right: 1px solid #fff;
}
.aside-menu dl dt {
margin-bottom: 4px;
}
.aside-menu dl h4 {
font-size: 14px;
font-weight: 700;
}
.aside-menu dl h4 .arrow {
font-family: 'simsun';
font-size: 20px;
font-weight: normal;
line-height: 22px;
}
.aside-menu dl a {
display: inline-block;
margin-right: 10px;
margin-bottom: 2px;
vertical-align: middle;
}
.aside-menu .filter-wrap {
position: relative;
}
.aside-menu .filter-wrap dl {
position: relative;
z-index: 1001;
}
.aside-menu .filter-wrap .filter dd {
overflow: hidden;
height: 48px;
}
.aside-menu .filter-wrap .filter-more {
position: absolute;
z-index: 1;
top: 0;
left: 200px;
display: none;
width: 360px;
min-height: 400px;
margin-left: -1px;
padding: 5px 20px;
border: 1px solid #eee;
background: #fff;
}
.aside-menu .filter-wrap .filter-more h4 {
color: #e43;
}
.aside-menu .filter-wrap .filter-more dl {
margin-top: 6px;
padding: 0;
border-top-color: #fff;
}
.aside-menu .filter-wrap.open .filter-more {
display: block;
}
.aside-menu .filter-wrap.open .arrow {
color: #e43;
}
/* 看房团报名 */
.kanfang {
line-height: 35px;
width: 200px;
height: 85px;
color: #666;
background: url(../images/kanfang.jpg) no-repeat 0 0;
}
.kanfang h4 {
font-size: 16px;
color: #333;
}
.kf-list {
overflow: hidden;
height: 105px;
}
.kf-list li {
line-height: 35px;
overflow: hidden;
height: 35px;
}
.kf-list li a {
color: #e43;
}
.info {
height: 36px;
overflow: hidden;
}
/* body */
.floor-tab-body .item {
display: none;
}
.floor-tab-body .list {
margin-top: -28px;
}
.floor-tab-body li {
width: 193px;
margin-top: 28px;
margin-left: 30px;
}
.floor-tab-body li a {
width: 193px;
height: 138px;
margin-bottom: 5px;
}
.floor-tab-body li a img {
width: 193px;
height: 138px;
}
.floor-tab-body li a p {
background-color: transparent;
background-color: rgba(0, 0, 0, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
zoom: 1;
}
.floor-tab-body li a:hover {
text-decoration: underline;
}
.floor-tab-body li a:hover p {
background-color: transparent;
background-color: rgba(238, 68, 51, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3EE4433, endColorstr=#B3EE4433);
zoom: 1;
}
.floor-tab-body li .price {
color: #f40;
}
/* partner */
.partner {
overflow: hidden;
margin-right: 28px;
clear: both;
}
.partner-inner {
margin-right: -50px;
padding-top: 10px;
}
.partner a {
display: inherit;
float: left;
overflow: hidden;
width: 150px;
height: 70px;
margin-right: 23px;
padding: 2px;
border: 1px solid #ddd;
}
.partner a img {
display: block;
width: 150px;
height: 70px;
transition: transform .5s ease 0s;
}
.partner a:hover img {
transform: scale(1.1);
}
/* 看房资讯 */
.aside h3 {
font-size: 18px;
}
.aside h3 .fr {
font-size: 12px;
margin-top: 7px;
}
.aside-news-hd .tit {
float: left;
}
.aside-news-hd .more {
float: right;
}
.aside-news li {
line-height: 32px;
overflow: hidden;
height: 32px;
}
.aside-news li.first a {
font-size: 18px;
font-weight: 700;
color: #e43;
}
.aside-news li.first a:hover {
text-decoration: none;
}
.aside-news i {
display: inline-block;
width: 4px;
height: 4px;
vertical-align: middle;
background-color: #e8e5e5;
}
.aside-news a {
margin-right: 5px;
margin-left: 5px;
}
/* 最新开盘 */
.new-property .tab-header {
border-bottom: 1px solid #ddd;
}
.new-property .tab-header li {
line-height: 30px;
width: 100px;
height: 30px;
background: #f4f4f4;
}
.new-property .tab-header li.act {
color: #fff;
background: #e43;
}
.new-property .item {
display: none;
}
.new-property .item li {
line-height: 42px;
overflow: hidden;
height: 42px;
border-bottom: 1px dashed #ddd;
}
.new-property .item li:hover {
background: #f8f8f8;
}
.new-property .item li:last-child {
border-bottom-color: #fff;
}
.new-property .item a span {
font-size: 12px;
color: #888;
}
.new-property .item span {
color: #e43;
}
/* 广告转换 */
.house-ad-slider {
position: relative;
width: 300px;
height: 176px;
}
.house-ad-slider .house-ad {
display: none;
}
.house-ad-slider .big-img {
width: 300px;
height: 160px;
}
.house-ad-slider .big-img .house-ad {
display: none;
}
.house-ad-slider .small-btn {
position: absolute;
right: 0;
bottom: 0;
height: 10px;
}
.house-ad-slider .small-btn i {
display: block;
float: left;
overflow: hidden;
width: 30px;
height: 10px;
margin-left: 10px;
text-indent: -9999px;
background: #e6e6e6;
}
.house-ad-slider .small-btn i.act {
background: #e43;
}
/* 发布消息 */
@keyframes bounce-down {
25% {
transform: translateY(-2px);
}
50%,
100% {
transform: translateY(0);
}
75% {
transform: translateY(2px);
}
}
.release-news {
margin-left: -10px;
}
.release-news a {
line-height: 30px;
display: block;
float: left;
width: 145px;
height: 30px;
margin-bottom: 10px;
margin-left: 10px;
text-align: center;
color: #fff;
border-radius: 3px;
background: #e43;
}
.release-news a:nth-child(2n) {
background: #f60;
}
.release-news a:hover {
text-decoration: none;
opacity: .8;
}
.release-news a:hover i {
animation: bounce-down 1s linear 1;
}
.release-news a i {
font-size: 18px;
margin-right: 5px;
vertical-align: -3px;
}
/* 经纪人 */
.broker li {
padding: 13px 10px;
border-top: 1px solid #ddd;
}
.broker li img {
float: left;
width: 56px;
height: 56px;
margin-top: 4px;
margin-right: 20px;
border-radius: 50%;
}
.broker li:hover {
background: #f8f8f8;
}
.more-broker {
font-size: 16px;
line-height: 50px;
display: block;
width: 300px;
height: 50px;
text-align: center;
color: #fff;
background: url(../images/more-broker.png) no-repeat 20px 0 #e43;
}
.more-broker:hover {
text-decoration: none;
color: #fff !important;
opacity: .8;
}
/* ==========
daquan
========== */
.daquan .tab-header li {
font-size: 18px;
line-height: 50px;
position: relative;
z-index: 2;
width: 170px;
height: 50px;
margin-right: -1px;
border: 1px solid #ddd;
}
.daquan .tab-header li.act {
line-height: 46px;
height: 48px;
border-top: 3px solid #e43;
border-bottom-color: #fff;
}
.daquan .tab-body {
position: relative;
z-index: 1;
margin-top: -1px;
border: 1px solid #ddd;
}
.daquan .tab-body .item {
display: none;
min-height: 190px;
padding-top: 10px;
}
.daquan .tab-body .item li {
line-height: 34px;
float: left;
padding-left: 15px;
padding-right: 15px;
}
.daquan .tab-body a {
color: #666;
}
.daquan .tab-body a:hover {
color: #f00;
}
.daquan .tab-body p {
line-height: 40px;
margin-top: 13px;
padding-left: 15px;
color: #666;
border-top: 1px dashed #ddd;
}
.daquan .tab-body p a {
margin-right: 5px;
}
/* ==========
f-link
========== */
.f-link-tit {
font-size: 24px;
text-align: left;
}
.f-link {
min-width: 1200px;
padding: 20px 0;
background: #ececec;
}
.f-link a {
display: inline-block;
margin: 0 10px;
}
/*# sourceMappingURL=index.css.map */ | newhouse/web/bundles/house/css/index.css | @charset "UTF-8";
/*!
* @name index
* @author author
* @date
*/
/**
* @method 清除浮动 %clearfix
* @description 清除浮动
* @example 调用
*
* ```scss
* div {
* @extend %clearfix;
* }
* ```
*
* ```css
* div {
*zoom: 1;
}
div:after {
display: block;
clear: both;
height: 0;
content: '\20';
}
* ```
*/
.house-news, .partner-inner, .aside-news-hd {
*zoom: 1;
}
.house-news:after, .partner-inner:after, .aside-news-hd:after {
display: block;
clear: both;
height: 0;
content: '\20';
}
/**
* @method 去掉虚线框 %outline
* @description 去掉虚线框
* @example 调用
*
* ```scss
* div {
* @ extend %outline;
* }
* ```
*
* ```css
div {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
* ```
*/
/**
* @method 文字不换行后面加省略号 %text-overflow
* @description 文字不换行后面加省略号
* @example 调用
*
* ```scss
* div {
* @extend %text-overflow;
* }
* ```
*
* ```css
div {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
* ```
*/
/**
* @method 内容换行 %word-wrap
* @description 内容换行
* @example 调用
*
* ```scss
* div {
* @extend %word-wrap;
* }
* ```
*
* ```css
div {
word-wrap: break-word;
word-break: break-all;
}
* ```
*/
/**
* @method 透明层opacity
* @description 透明层 内容也透明
* @param {number} $opacity - 透明度 0 ~ 1之间
* @example 调用
*
* ```scss
* div {
* @include opacity(.5);
* }
* ```
*
* ```css
* div {
opacity: .5;
filter: alpha(opacity=50);
* }
* ```
*/
/**
* @method 背景透明层transparent
* @description 透明层只处理背景透明
* @param {string} $color - 背景透明层的颜色
* @param {number} $alpha - 透明度 0 ~ 1之间
* @example 调用
*
* ```scss
* div {
* @include transparent(#000, .5);
* }
* ```
*
* ```css
* div {
* background-color: transparent;
background-color: (0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff,);
zoom: 1;
* }
* ```
*/
/**
* @method triangle
* @description 生成一个三角形图标
* @param {string} $size - 三角的大小
* @param {string} $color - 三角颜色
* @param {string} $direction - 三角的方向 up, down, left, right
* @example 调用
*
* ```scss
* i {
* @include triangle(5px, #bbb, up);
* }
* ```
*
* ```css
* i {
* width: 0;
height: 0;
border-width: 5px;
border-style: solid;
border-color: transparent;
border-bottom-color: #bbb;
* }
* ```
*/
/**
* @method 水平线hr nav-divider
* @description 透明层 内容也透明
* @param {string} $color=#e5e5e5 - 线的颜色
* @param {string} $line-height-computed - 线的高度,空间
* @example 调用
*
* ```scss
* div {
* @include nav-divider(#e5e5e5, 24px);
* }
* ```
*
* ```css
* div {
height: 1px;
margin: 11px 0;
overflow: hidden;
background-color: #e5e5e5;
* }
* ```
*/
@font-face {
font-family: "ico";
font-weight: normal;
font-style: normal;
src: url("../fonts/ico.eot");
src: url("../fonts/ico.eot?#iefix") format("embedded-opentype"), url("../fonts/ico.woff") format("woff");
}
[class^="font-ico-"], .ys180 h3 .close:before, .ys180 dt:before, .ys180 dt.ico:before,
[class*=" font-ico-"] {
font-family: "ico"!important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: inherit;
float: none;
margin: 0;
vertical-align: -0.25em;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
.font-ico-22:before {
content: "\EA01";
}
.font-ico-28:before, .ys180 h3 .close:before {
content: "\EA02";
}
.font-ico-arwl:before {
content: "\EA03";
}
.font-ico-arwr:before {
content: "\EA04";
}
.font-ico-plus:before, .ys180 dt.ico:before {
content: "\EA05";
}
.font-ico-plus0:before, .ys180 dt:before {
content: "\EA06";
}
@font-face {
font-family: "service";
font-weight: normal;
font-style: normal;
src: url("../fonts/service.eot");
src: url("../fonts/service.eot?#iefix") format("embedded-opentype"), url("../fonts/service.woff") format("woff");
}
[class^="font-service-"],
[class*=" font-service-"] {
font-family: "service"!important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: inherit;
float: none;
margin: 0;
vertical-align: -0.25em;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
.font-service-1:before {
content: "\EA01";
}
.font-service-2:before {
content: "\EA02";
}
.font-service-3:before {
content: "\EA03";
}
.font-service-arrow:before {
content: "\EA04";
}
.font-service-ask:before {
content: "\EA05";
}
.font-service-balance:before {
content: "\EA06";
}
.font-service-find-psd:before {
content: "\EA07";
}
.font-service-go-top:before {
content: "\EA08";
}
.font-service-home:before {
content: "\EA09";
}
.font-service-house:before {
content: "\EA0A";
}
.font-service-login:before {
content: "\EA0B";
}
.font-service-order:before {
content: "\EA0C";
}
.font-service-real-name:before {
content: "\EA0D";
}
.font-service-register:before {
content: "\EA0E";
}
.font-service-search:before {
content: "\EA0F";
}
@font-face {
font-family: "index";
font-weight: normal;
font-style: normal;
src: url("../fonts/index.eot");
src: url("../fonts/index.eot?#iefix") format("embedded-opentype"), url("../fonts/index.woff") format("woff");
}
[class^="font-index-"],
[class*=" font-index-"] {
font-family: "index"!important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: inherit;
float: none;
margin: 0;
vertical-align: -0.25em;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
.font-index-1:before {
content: "\EA01";
}
.font-index-2:before {
content: "\EA02";
}
.font-index-3:before {
content: "\EA03";
}
.font-index-4:before {
content: "\EA04";
}
.font-index-5:before {
content: "\EA05";
}
.font-index-6:before {
content: "\EA06";
}
.ys180 {
font-family: simsun;
font-size: 12px;
position: absolute;
z-index: 999999;
top: 42px;
right: 0;
width: 220px;
background: #fff;
}
.ys180 h3 {
line-height: 30px;
height: 30px;
padding-left: 10px;
color: #fff;
border-bottom: 1px solid #d6d6d6;
background: #b00d0d;
}
.ys180 h3 .close {
float: right;
margin-right: 5px;
cursor: pointer;
}
.ys180 dt,
.ys180 dd i {
line-height: 25px;
height: 25px;
padding-left: 20px;
white-space: nowrap;
}
.ys180 dt {
font-size: 14px;
font-weight: bold;
padding-left: 0;
margin-bottom: 3px;
cursor: pointer;
border-bottom: 1px solid #b00d0d;
background-color: #f8f8f8;
background-position: 5px -12px;
}
.ys180 dt:before {
font-size: 12px;
vertical-align: top;
}
.ys180 dt.ico:before {
font-size: 12px;
vertical-align: top;
}
.ys180 dt em {
font-size: 12px;
font-weight: normal;
color: #2c2c2c;
}
.ys180 dd i {
display: block;
background-position: 9px -32px;
}
.ys180 dt,
.ys180 dt a {
color: #b00d0d;
}
.bb9a {
border: 2px solid #b00d0d;
}
.showys {
line-height: 15px;
position: absolute;
z-index: 9999;
top: 74px;
right: 0;
width: 14px;
padding: 5px;
cursor: pointer;
text-align: center;
color: #fff;
background-color: #b00d0d;
background-position: -32px 9px;
}
.showys i {
font-family: simsun;
color: #ddd;
font-size: 12px;
margin-top: 5px;
display: block;
}
.dw {
font-size: 14px;
line-height: 30px;
position: absolute;
top: 5px;
left: 50%;
overflow: hidden;
width: 1198px;
height: 30px;
margin: 0 0 0 -600px;
text-align: center;
border: 1px solid #f3c16b;
background: #ffd;
}
.dw .txt a {
padding: 0 10px;
color: #c00;
}
.dw .close {
font-size: 18px;
position: absolute;
top: 0;
right: 6px;
cursor: pointer;
color: #e49621;
}
.dw .close:hover {
text-decoration: none;
}
/* ==========
vote
========== */
.vote-box {
position: fixed;
z-index: 999999;
bottom: 20px;
left: 20px;
width: 194px;
height: 165px;
}
.vote-img {
width: 100%;
height: 100%;
background: url("../images/hongbao.png") center center no-repeat;
background-size: 80% 80%;
}
.vote-close {
position: absolute;
top: 0;
right: 0;
color: #fff;
line-height: 1.2;
cursor: pointer;
padding: 0 1px;
background-color: #ccc;
}
.vote-close:hover {
text-decoration: none;
color: #999;
}
.closebg {
position: fixed;
z-index: 1000000;
bottom: 50px;
left: 20px;
display: none;
width: 70px;
height: 65px;
background: url(../images/diaocha.png) no-repeat 0 0;
}
/*!
* @name btgg.css
* @author xying
* @date 2016-8-5
* @dec 背投广告
*/
[data-popads="1"] .popads-image {
position: relative;
}
[data-popads="1"] .popads-image .operat-close {
position: absolute;
top: 10px;
right: 10px;
}
[data-popads="1"] .popads-image-sm {
position: relative;
}
[data-popads="1"] .popads-image-sm .operat-btn {
background: rgba(255, 255, 255, 0.5);
position: absolute;
left: 0;
width: 100%;
height: 20px;
text-align: center;
bottom: 0;
padding: 10px 0;
}
[data-popads="1"] .operat {
border: 1px solid #666;
border-radius: 5px;
color: #333;
display: inline-block;
vertical-align: middle;
font-size: 12px;
height: 20px;
line-height: 20px;
padding: 0 7px;
cursor: pointer;
}
[data-popads="1"] .operat i {
float: left;
font-size: 14px;
margin-top: 1px;
margin-right: 4px;
}
[data-popads="1"] .operat-white {
border-color: #fff;
color: #fff;
}
/* common */
.num {
font: 24px georgia;
color: #e43;
}
.f-color {
color: #e43;
}
.line {
border-bottom: 1px solid #e6e6e6;
}
/* ==========
tab common
========== */
.tab-header li {
float: left;
cursor: pointer;
text-align: center;
background: #fff;
}
.tab-header li.act {
color: #e43;
}
.tab-body .item {
width: 100%;
height: auto;
}
/* ==========
list common
========== */
.list li {
float: left;
}
.list li a {
position: relative;
display: block;
overflow: hidden;
}
.list li a img {
display: block;
transition: transform .5s ease 0s;
}
.list li a p {
line-height: 35px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 35px;
text-indent: 10px;
color: #fff;
}
.list li p {
line-height: 21px;
overflow: hidden;
height: 21px;
}
.list li .price {
font-size: 24px;
margin-right: 4px;
}
.list li .ad {
margin-top: 12px;
margin-right: 5px;
}
.list li:hover a img {
transform: scale(1.1);
}
/* ==========
slider
========== */
.slider-wrap {
min-width: 1200px;
position: relative;
background: #e0f2f4;
}
.slider-wrap .container {
position: relative;
}
.slider-wrap .slider-content {
overflow: hidden;
width: 100%;
height: 450px;
}
.slider-wrap .slider-content .slider {
width: 100%;
height: 450px;
}
.slider-wrap .slider-content a {
display: block;
width: 100%;
height: 100%;
}
.slider-wrap .prev-btn,
.slider-wrap .next-btn {
font-size: 34px;
line-height: 81px;
position: absolute;
top: 50%;
width: 40px;
height: 81px;
margin-top: -40.5px;
cursor: pointer;
text-align: center;
opacity: 0;
color: #fff;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.8);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
zoom: 1;
}
.slider-wrap .prev-btn i,
.slider-wrap .next-btn i {
vertical-align: 0;
}
.slider-wrap .prev-btn {
left: 135px;
}
.slider-wrap .next-btn {
right: 135px;
}
.slider-wrap .small-btn {
position: absolute;
width: 300px;
z-index: 10;
bottom: 20px;
left: 50%;
text-align: center;
margin-left: -150px;
}
.slider-wrap .small-btn i {
display: inline-block;
overflow: hidden;
width: 30px;
height: 10px;
cursor: pointer;
vertical-align: middle;
text-indent: -9999px;
margin: 0 3px;
background: #fff;
}
.slider-wrap .small-btn i.act {
background: #e43;
}
/* ==========
search
========== */
.search-form {
position: absolute;
top: 200px;
left: 50%;
width: 680px;
margin-left: -340px;
display: block;
border-radius: 5px;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000, endColorstr=#4D000000);
zoom: 1;
}
.search-form form {
padding: 20px;
}
.search-form .logo {
height: 28px;
margin-bottom: 15px;
}
.search-form .search-cate {
margin-bottom: 10px;
}
.search-form .search-cate a {
font-size: 16px;
margin-right: 12px;
position: relative;
float: left;
padding: 4px 12px;
cursor: pointer;
color: #fff;
border-radius: 3px;
}
.search-form .search-cate a i {
font-size: 18px;
position: absolute;
top: 22px;
left: 50%;
margin-left: -8px;
color: transparent;
}
.search-form .search-cate a:hover {
text-decoration: none;
}
.search-form .search-cate a.act {
background: #e43;
}
.search-form .search-cate a.act i {
color: #e43;
}
.search-form .quick {
font-size: 16px;
line-height: 32px;
margin-left: 20px;
color: #fff;
}
.search-form .quick:hover {
text-decoration: none;
color: #e43;
}
.search-form .quick i {
vertical-align: -2px;
}
.search-form .search-wrap {
width: 640px;
}
.search-form .search-wrap .search-input {
line-height: 32px;
width: 548px;
height: 32px;
padding: 6px 10px;
vertical-align: middle;
border: 1px solid #ddd;
}
.search-form .search-wrap .search-btn {
font-size: 22px;
line-height: 46px;
width: 68px;
height: 46px;
color: #fff;
border: 0;
background: #e43;
}
/* ==========
menu
========== */
.menu {
min-width: 1200px;
padding: 18px 0;
border-bottom: 1px solid #d5d5d5;
box-shadow: 0 1px 10px #d5d5d5;
}
.menu dl {
float: left;
width: 300px;
}
.menu dl dt {
float: left;
width: 100px;
margin-top: 9px;
text-align: right;
}
.menu dl dt a {
font-size: 28px;
}
.menu dl dt a:hover {
text-decoration: none;
}
.menu dl dd {
width: 149px;
margin-left: 100px;
}
.menu dl dd a {
font-size: 16px;
display: inline-block;
margin-top: 4px;
margin-left: 15px;
color: #666;
}
.menu dl dd a:hover {
color: #f00;
}
/* ==========
资讯
========== */
.house-news .aside {
float: left;
width: 300px;
}
.house-news .aside1 {
float: right;
width: 300px;
}
.house-news .content {
float: left;
width: 600px;
}
.house-news .content-inner {
padding: 0 20px;
}
.house-news .content li {
float: left;
width: 270px;
}
.house-news .content li.top {
width: auto;
float: none;
}
.house-news .content li.news-panel-left {
margin-right: 20px;
}
.house-news .news-panel li {
line-height: 35px;
overflow: hidden;
height: 35px;
}
.house-news .news-panel li i {
display: inline-block;
overflow: hidden;
width: 4px;
height: 4px;
margin-right: 7px;
vertical-align: middle;
text-indent: -9999px;
background-color: #e8e5e5;
*display: none;
}
.house-news .news-panel li .cate {
font-size: 16px;
line-height: 30px;
float: left;
height: 30px;
margin-top: 2px;
margin-right: 7px;
padding: 0 10px;
text-align: center;
text-indent: 0;
color: #fff;
background: #e43;
}
.house-news .news-panel li.top a {
font-size: 18px;
font-weight: 700;
line-height: 30px;
}
.house-news .news-panel li.top a:hover {
text-decoration: none;
}
/* banner */
.focus {
position: relative;
overflow: hidden;
zoom: 1;
width: 300px;
height: 220px;
}
.focus ul {
position: relative;
overflow: hidden;
width: 300px;
height: 220px;
}
.focus li {
position: relative;
float: left;
width: 300px;
height: 220px;
overflow: hidden;
}
.focus li a {
display: block;
cursor: pointer;
}
.focus li .tit {
font-size: 14px;
line-height: 18px;
position: absolute;
z-index: 1;
bottom: 22px;
left: 30px;
overflow: hidden;
width: 240px;
height: 18px;
text-align: center;
}
.focus li .tit a {
margin-top: 0;
color: #fff;
}
.focus li .tit a:hover {
text-decoration: none;
}
.focus li .bg {
position: absolute;
bottom: 0;
left: 0;
width: 300px;
height: 50px;
opacity: .7;
background: #000;
filter: alpha(opacity=70);
}
.focus .foucsTit {
position: absolute;
bottom: 7px;
left: 0;
width: 300px;
text-align: center;
}
.focus .foucsTit i {
font-size: 0;
line-height: 7px;
display: inline-block;
overflow: hidden;
width: 8px;
height: 8px;
margin: 0 5px;
cursor: pointer;
border-radius: 5px;
background: #fff;
}
.focus .foucsTit i.on {
background: red;
}
.focus:hover .focusBtnL,
.focus:hover .focusBtnR {
display: block;
}
.focus .focusBtnL,
.focus .focusBtnR {
line-height: 50px;
position: relative;
z-index: 1;
display: none;
width: 40px;
height: 50px;
margin-top: -50px;
}
.focus .focusBtnL img,
.focus .focusBtnR img {
display: none;
cursor: pointer;
}
.focus .focusBtnL span,
.focus .focusBtnR span {
font-size: 30px;
cursor: pointer;
color: #fff;
}
.focus .focusBtnL {
float: left;
}
.focus .focusBtnL img {
float: right;
}
.focus .focusBtnL span {
float: left;
}
.focus .focusBtnR {
float: right;
}
.focus .focusBtnR span {
float: right;
}
/* head-lines */
.head-lines {
height: 84px;
background: #fafafa;
}
.head-lines .tit {
font-size: 26px;
font-weight: 700;
line-height: 32px;
position: relative;
float: left;
width: 64px;
height: 64px;
padding: 10px;
text-align: center;
color: #fff;
background: #e43;
}
.head-lines .tit .arrow {
line-height: 16px;
position: absolute;
top: 50%;
margin-top: -8px;
right: -9px;
width: 9px;
height: 17px;
vertical-align: middle;
text-indent: -9px;
color: #e43;
}
.head-lines .txt {
font-size: 24px;
font-weight: 700;
line-height: 50px;
display: block;
overflow: hidden;
height: 44px;
margin-bottom: 4px;
padding: 0 20px;
text-overflow: ellipsis;
color: #e43;
}
.head-lines .txt:hover {
text-decoration: none;
}
.head-lines p a {
line-height: 24px;
display: inline-block;
overflow: hidden;
height: 24px;
margin-left: 20px;
vertical-align: middle;
}
/* ==========
recommend
========== */
.recommend .tab-header {
border: 1px solid #ddd;
border-bottom-color: #fff;
}
.recommend .tab-header li {
font-size: 18px;
line-height: 50px;
width: 299.5px;
height: 50px;
margin-left: -1px;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
background: #fafafa;
}
.recommend .tab-header li.act {
line-height: 44px;
height: 48px;
border-top: 3px solid #e43;
border-bottom-color: #fff;
background: #fff;
}
.recommend .tab-body {
overflow: hidden;
height: 280px;
}
.recommend .item {
min-height: 280px;
}
.recommend .list {
margin-left: -25px;
}
.recommend .list li {
font-size: 12px;
width: 220px;
margin-left: 25px;
color: #666;
}
.recommend .list a {
width: 220px;
height: 192px;
margin-bottom: 3px;
}
.recommend .list a img {
width: 220px;
height: 192px;
}
.recommend .list a p {
background-color: transparent;
background-color: rgba(0, 0, 0, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
zoom: 1;
}
.recommend .list a:hover p {
background-color: transparent;
background-color: rgba(238, 68, 51, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80EE4433, endColorstr=#80EE4433);
zoom: 1;
}
/* ==========
floor
========== */
.thlp_count {
display: none;
}
.panel .panel-title {
line-height: 40px;
position: relative;
padding-bottom: 4px;
border-bottom: 1px solid #000;
}
.panel .panel-title h2 {
font-size: 24px;
display: inline;
padding-left: 20px;
border-left: 4px solid #e43;
}
.panel .map {
line-height: 20px;
display: block;
margin-top: 12px;
margin-left: 15px;
}
.panel .map:hover {
text-decoration: none;
}
.panel .map i {
font-size: 28px;
float: left;
margin-right: 5px;
vertical-align: 3px;
color: #e43;
}
.panel .floor-tab-header {
position: absolute;
bottom: -1px;
left: 230px;
}
.panel .floor-tab-header a {
font-size: 16px;
display: inline-block;
width: 104px;
text-align: center;
border-bottom: 1px solid #000;
}
.panel .floor-tab-header a span {
display: block;
border-bottom: 3px solid #fff;
}
.panel .floor-tab-header a.act {
color: #e43;
border-color: #e43;
}
.panel .floor-tab-header a.act span {
border-color: #e43;
}
.panel .floor-tab-header a:hover {
text-decoration: none;
}
.panel .panel-body {
padding-top: 30px;
}
.panel .panel-body .aside-menu {
width: 200px;
}
.panel .panel-body .floor-tab-body {
overflow: hidden;
width: 700px;
height: 428px;
}
.panel .panel-body .floor-tab-body .item {
width: 100%;
}
.panel .panel-body .aside {
width: 300px;
}
/* filter */
.aside-menu dl {
padding: 12px 0 12px 10px;
border-top: 1px solid #eee;
border-right: 1px solid #fff;
}
.aside-menu dl dt {
margin-bottom: 4px;
}
.aside-menu dl h4 {
font-size: 14px;
font-weight: 700;
}
.aside-menu dl h4 .arrow {
font-family: 'simsun';
font-size: 20px;
font-weight: normal;
line-height: 22px;
}
.aside-menu dl a {
display: inline-block;
margin-right: 10px;
margin-bottom: 2px;
vertical-align: middle;
}
.aside-menu .filter-wrap {
position: relative;
}
.aside-menu .filter-wrap dl {
position: relative;
z-index: 1001;
}
.aside-menu .filter-wrap .filter dd {
overflow: hidden;
height: 48px;
}
.aside-menu .filter-wrap .filter-more {
position: absolute;
z-index: 1;
top: 0;
left: 200px;
display: none;
width: 360px;
min-height: 400px;
margin-left: -1px;
padding: 5px 20px;
border: 1px solid #eee;
background: #fff;
}
.aside-menu .filter-wrap .filter-more h4 {
color: #e43;
}
.aside-menu .filter-wrap .filter-more dl {
margin-top: 6px;
padding: 0;
border-top-color: #fff;
}
.aside-menu .filter-wrap.open .filter-more {
display: block;
}
.aside-menu .filter-wrap.open .arrow {
color: #e43;
}
/* 看房团报名 */
.kanfang {
line-height: 35px;
width: 200px;
height: 85px;
color: #666;
background: url(../images/kanfang.jpg) no-repeat 0 0;
}
.kanfang h4 {
font-size: 16px;
color: #333;
}
.kf-list {
overflow: hidden;
height: 105px;
}
.kf-list li {
line-height: 35px;
overflow: hidden;
height: 35px;
}
.kf-list li a {
color: #e43;
}
.info {
height: 36px;
overflow: hidden;
}
/* body */
.floor-tab-body .item {
display: none;
}
.floor-tab-body .list {
margin-top: -28px;
}
.floor-tab-body li {
width: 193px;
margin-top: 28px;
margin-left: 30px;
}
.floor-tab-body li a {
width: 193px;
height: 138px;
margin-bottom: 5px;
}
.floor-tab-body li a img {
width: 193px;
height: 138px;
}
.floor-tab-body li a p {
background-color: transparent;
background-color: rgba(0, 0, 0, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
zoom: 1;
}
.floor-tab-body li a:hover {
text-decoration: underline;
}
.floor-tab-body li a:hover p {
background-color: transparent;
background-color: rgba(238, 68, 51, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3EE4433, endColorstr=#B3EE4433);
zoom: 1;
}
.floor-tab-body li .price {
color: #f40;
}
/* partner */
.partner {
overflow: hidden;
margin-right: 28px;
clear: both;
}
.partner-inner {
margin-right: -50px;
padding-top: 10px;
}
.partner a {
display: inherit;
float: left;
overflow: hidden;
width: 150px;
height: 70px;
margin-right: 23px;
padding: 2px;
border: 1px solid #ddd;
}
.partner a img {
display: block;
width: 150px;
height: 70px;
transition: transform .5s ease 0s;
}
.partner a:hover img {
transform: scale(1.1);
}
/* 看房资讯 */
.aside h3 {
font-size: 18px;
}
.aside h3 .fr {
font-size: 12px;
margin-top: 7px;
}
.aside-news-hd .tit {
float: left;
}
.aside-news-hd .more {
float: right;
}
.aside-news li {
line-height: 32px;
overflow: hidden;
height: 32px;
}
.aside-news li.first a {
font-size: 18px;
font-weight: 700;
color: #e43;
}
.aside-news li.first a:hover {
text-decoration: none;
}
.aside-news i {
display: inline-block;
width: 4px;
height: 4px;
vertical-align: middle;
background-color: #e8e5e5;
}
.aside-news a {
margin-right: 5px;
margin-left: 5px;
}
/* 最新开盘 */
.new-property .tab-header {
border-bottom: 1px solid #ddd;
}
.new-property .tab-header li {
line-height: 30px;
width: 100px;
height: 30px;
background: #f4f4f4;
}
.new-property .tab-header li.act {
color: #fff;
background: #e43;
}
.new-property .item {
display: none;
}
.new-property .item li {
line-height: 42px;
overflow: hidden;
height: 42px;
border-bottom: 1px dashed #ddd;
}
.new-property .item li:hover {
background: #f8f8f8;
}
.new-property .item li:last-child {
border-bottom-color: #fff;
}
.new-property .item a span {
font-size: 12px;
color: #888;
}
.new-property .item span {
color: #e43;
}
/* 广告转换 */
.house-ad-slider {
position: relative;
width: 300px;
height: 176px;
}
.house-ad-slider .house-ad {
display: none;
}
.house-ad-slider .big-img {
width: 300px;
height: 160px;
}
.house-ad-slider .big-img .house-ad {
display: none;
}
.house-ad-slider .small-btn {
position: absolute;
right: 0;
bottom: 0;
height: 10px;
}
.house-ad-slider .small-btn i {
display: block;
float: left;
overflow: hidden;
width: 30px;
height: 10px;
margin-left: 10px;
text-indent: -9999px;
background: #e6e6e6;
}
.house-ad-slider .small-btn i.act {
background: #e43;
}
/* 发布消息 */
@keyframes bounce-down {
25% {
transform: translateY(-2px);
}
50%,
100% {
transform: translateY(0);
}
75% {
transform: translateY(2px);
}
}
.release-news {
margin-left: -10px;
}
.release-news a {
line-height: 30px;
display: block;
float: left;
width: 145px;
height: 30px;
margin-bottom: 10px;
margin-left: 10px;
text-align: center;
color: #fff;
border-radius: 3px;
background: #e43;
}
.release-news a:nth-child(2n) {
background: #f60;
}
.release-news a:hover {
text-decoration: none;
opacity: .8;
}
.release-news a:hover i {
animation: bounce-down 1s linear 1;
}
.release-news a i {
font-size: 18px;
margin-right: 5px;
vertical-align: -3px;
}
/* 经纪人 */
.broker li {
padding: 13px 10px;
border-top: 1px solid #ddd;
}
.broker li img {
float: left;
width: 56px;
height: 56px;
margin-top: 4px;
margin-right: 20px;
border-radius: 50%;
}
.broker li:hover {
background: #f8f8f8;
}
.more-broker {
font-size: 16px;
line-height: 50px;
display: block;
width: 300px;
height: 50px;
text-align: center;
color: #fff;
background: url(../images/more-broker.png) no-repeat 20px 0 #e43;
}
.more-broker:hover {
text-decoration: none;
color: #fff !important;
opacity: .8;
}
/* ==========
daquan
========== */
.daquan .tab-header li {
font-size: 18px;
line-height: 50px;
position: relative;
z-index: 2;
width: 170px;
height: 50px;
margin-right: -1px;
border: 1px solid #ddd;
}
.daquan .tab-header li.act {
line-height: 46px;
height: 48px;
border-top: 3px solid #e43;
border-bottom-color: #fff;
}
.daquan .tab-body {
position: relative;
z-index: 1;
margin-top: -1px;
border: 1px solid #ddd;
}
.daquan .tab-body .item {
display: none;
min-height: 190px;
padding-top: 10px;
}
.daquan .tab-body .item li {
line-height: 34px;
float: left;
padding-left: 15px;
padding-right: 15px;
}
.daquan .tab-body a {
color: #666;
}
.daquan .tab-body a:hover {
color: #f00;
}
.daquan .tab-body p {
line-height: 40px;
margin-top: 13px;
padding-left: 15px;
color: #666;
border-top: 1px dashed #ddd;
}
.daquan .tab-body p a {
margin-right: 5px;
}
/* ==========
f-link
========== */
.f-link-tit {
font-size: 24px;
text-align: left;
}
.f-link {
min-width: 1200px;
padding: 20px 0;
background: #ececec;
}
.f-link a {
display: inline-block;
margin: 0 10px;
}
/*# sourceMappingURL=index.css.map */ | 0.489503 | 0.072867 |
.dbs_reportForm{
display:block;
font-size:inherit;
overflow:hidden;
color:inherit;
width: 100%;
height: 100%;
min-width: 540px;
}
.dbs_reportForm > .-content:first-child {
border-width: 0px;
-moz-border-radius: 3px 3px 0px 0px;
-webkit-border-radius: 3px 3px 0px 0px;
border-radius:3px 3px 0px 0px;
}
.dbs_reportForm > .-content{
position: relative;
display: block;
height: 100%;
width: 100%;
color: inherit;
overflow-y:hidden;
overflow-x:auto;
-webkit-box-shadow:0px 3px 3px 0px rgba(13, 25, 45, 0.4) inset;
-moz-box-shadow:0px 3px 3px 0px rgba(13, 25, 45, 0.4) inset;
box-shadow:0px 3px 3px 0px rgba(13, 25, 45, 0.4) inset;
xpadding-bottom: 27px;
xmargin-bottom: -27px;
}
.dbs_reportForm > .-header{
position:relative;
}
.dbs_reportForm > .-header > .-caption{
padding:2px 2px 2px 3px;
width:100%;
font-weight:bold;
min-height: 27px;
line-height: 27px;
height: 27px;
text-shadow: 0px 1px 0px #FFFFFF;
background-image: url("\#{request.contextPath}/images/back_texture_white.png");
background-repeat: repeat;
background-color: rgba(180,180,180,0.1);
text-align: left;
white-space: nowrap;
}
.dbs_reportForm > .-header > .-caption > .-icon{
position: relative;
top: 2px;
}
.dbs_reportForm > .-header > .-caption > .-content{
position: relative;
top: -1px;
}
.dbs_reportForm > .-header > .-caption > .-toolbar{
position:absolute;
right:0;
padding: 0px 27px 0px 0px;
top:0px;
}
.dbs_reportForm > .-header > .-caption > .-toolbar > .dbs_button{
margin-left:13px;
}
.dbs_reportForm > .-header > .-caption > .-toolbar > .dbs_menu{
margin-left:2px;
}
.dbs_reportForm > .-header > .-caption > .-toolbar > .dbs_menu > li > a > .-content > .-label {
font-weight: normal;
}
.dbs_reportForm > .-header > .-caption > .-toolbar > .dbs_button{
height: 18px;
position: relative;
vertical-align: middle;
}
.dbs_reportForm > .-dialog > .dbs_dialog .-th_input,
.dbs_reportForm > .-dialog > .dbs_dialog .dbs_group{
margin-bottom: 2px;
}
.dbs_reportForm > .-content > object,
.dbs_reportForm > .-content > iframe{
display:block;
font-family: inherit;
height: 100%;
width: 100%;
overflow: hidden;
}
.dbs_reportForm > .-content > object[disabled],
.dbs_reportForm > .-content > iframe[disabled]{
opacity: 0.2;
} | src/main/resources/META-INF/resources/css/dbsfaces_reportform.css | .dbs_reportForm{
display:block;
font-size:inherit;
overflow:hidden;
color:inherit;
width: 100%;
height: 100%;
min-width: 540px;
}
.dbs_reportForm > .-content:first-child {
border-width: 0px;
-moz-border-radius: 3px 3px 0px 0px;
-webkit-border-radius: 3px 3px 0px 0px;
border-radius:3px 3px 0px 0px;
}
.dbs_reportForm > .-content{
position: relative;
display: block;
height: 100%;
width: 100%;
color: inherit;
overflow-y:hidden;
overflow-x:auto;
-webkit-box-shadow:0px 3px 3px 0px rgba(13, 25, 45, 0.4) inset;
-moz-box-shadow:0px 3px 3px 0px rgba(13, 25, 45, 0.4) inset;
box-shadow:0px 3px 3px 0px rgba(13, 25, 45, 0.4) inset;
xpadding-bottom: 27px;
xmargin-bottom: -27px;
}
.dbs_reportForm > .-header{
position:relative;
}
.dbs_reportForm > .-header > .-caption{
padding:2px 2px 2px 3px;
width:100%;
font-weight:bold;
min-height: 27px;
line-height: 27px;
height: 27px;
text-shadow: 0px 1px 0px #FFFFFF;
background-image: url("\#{request.contextPath}/images/back_texture_white.png");
background-repeat: repeat;
background-color: rgba(180,180,180,0.1);
text-align: left;
white-space: nowrap;
}
.dbs_reportForm > .-header > .-caption > .-icon{
position: relative;
top: 2px;
}
.dbs_reportForm > .-header > .-caption > .-content{
position: relative;
top: -1px;
}
.dbs_reportForm > .-header > .-caption > .-toolbar{
position:absolute;
right:0;
padding: 0px 27px 0px 0px;
top:0px;
}
.dbs_reportForm > .-header > .-caption > .-toolbar > .dbs_button{
margin-left:13px;
}
.dbs_reportForm > .-header > .-caption > .-toolbar > .dbs_menu{
margin-left:2px;
}
.dbs_reportForm > .-header > .-caption > .-toolbar > .dbs_menu > li > a > .-content > .-label {
font-weight: normal;
}
.dbs_reportForm > .-header > .-caption > .-toolbar > .dbs_button{
height: 18px;
position: relative;
vertical-align: middle;
}
.dbs_reportForm > .-dialog > .dbs_dialog .-th_input,
.dbs_reportForm > .-dialog > .dbs_dialog .dbs_group{
margin-bottom: 2px;
}
.dbs_reportForm > .-content > object,
.dbs_reportForm > .-content > iframe{
display:block;
font-family: inherit;
height: 100%;
width: 100%;
overflow: hidden;
}
.dbs_reportForm > .-content > object[disabled],
.dbs_reportForm > .-content > iframe[disabled]{
opacity: 0.2;
} | 0.270769 | 0.065725 |
@import "./variables.pcss.css";
html {
font-family: var(--font-family);
font-size: 100%;
font-weight: normal;
font-style: normal;
line-height: var(--line-height);
}
body {
color: var(--color-fg);
background: var(--color-bg);
}
a,
.link {
color: var(--color-link);
}
a:hover,
a:focus,
.link:hover,
.link:focus {
text-decoration: none;
outline: 0;
}
a:hover,
.link:hover {
color: var(--color-link-hover);
}
a:active,
.link:active {
color: var(--color-link-active);
}
hr {
height: 1px;
margin: var(--space-m) 0;
padding: 0;
border: none;
background: var(--color-divider);
}
summary {
font-weight: bold;
}
/**
* Reusable heading classes are included to help modules change the styling of
* headings on a page without affecting accessibility.
*/
h1,
.heading-a {
margin: var(--space-m) 0 var(--space-s);
font-size: var(--font-size-h1);
font-weight: bold;
line-height: var(--line-height-heading);
}
h2,
.heading-b {
margin: var(--space-m) 0 var(--space-s);
font-size: var(--font-size-h2);
font-weight: bold;
line-height: var(--line-height-heading);
}
h3,
.heading-c {
margin: var(--space-m) 0 var(--space-s);
font-size: var(--font-size-h3);
font-weight: bold;
line-height: var(--line-height-heading);
}
h4,
.heading-d {
margin: var(--space-m) 0 var(--space-s);
font-size: var(--font-size-h4);
font-weight: bold;
line-height: var(--line-height-heading);
}
h5,
.heading-e {
margin: var(--space-m) 0 var(--space-s);
font-size: var(--font-size-h5);
font-weight: bold;
line-height: var(--line-height-heading);
}
h6,
.heading-f {
margin: var(--space-m) 0 var(--space-s);
font-size: var(--font-size-h6);
font-weight: bold;
line-height: var(--line-height-heading);
}
p {
margin: 1em 0;
}
dl {
margin: 0 0 20px;
}
dl dd,
dl dl {
margin-bottom: 10px;
margin-left: 20px; /* LTR */
}
[dir="rtl"] dl dd,
[dir="rtl"] dl dl {
margin-right: 20px;
}
blockquote {
margin: 1em 40px;
}
address {
font-style: italic;
}
u,
ins {
text-decoration: none;
}
s,
strike,
del {
text-decoration: line-through;
}
big {
font-size: larger;
}
small {
font-size: smaller;
}
sub {
vertical-align: sub;
font-size: smaller;
line-height: normal;
}
sup {
vertical-align: super;
font-size: smaller;
line-height: normal;
}
abbr,
acronym {
border-bottom: dotted 1px;
}
ul {
margin: 0.25em 0 0.25em 1.5em; /* LTR */
padding-left: 0;
list-style-type: disc;
list-style-image: none;
}
[dir="rtl"] ul {
margin-right: 1.5em;
margin-left: 0;
padding-right: 0;
}
/* This is required to win over specificity of [dir="rtl"] ul */
[dir="rtl"] .messages__list {
margin-right: 0;
}
ol {
margin: 0.25em 0 0.25em 2em; /* LTR */
padding: 0;
list-style-type: decimal;
}
[dir="rtl"] ol {
margin-right: 2em;
margin-left: 0;
}
/**
* Fix duplicate border caused by normalize.css adding border-bottom without
* removing the text-decoration.
*/
abbr[title] {
text-decoration: none;
}
code {
margin: 0.5em 0;
}
pre {
margin: 0.5em 0;
white-space: pre-wrap;
}
details {
line-height: 1.295em;
}
details summary {
padding: 0.95em 1.45em;
}
details summary:focus {
outline: none;
}
img {
max-width: 100%;
height: auto;
}
/**
* Default focus styles for focused elements.
*
* This is applied globally to all interactive elements except Toolbar and
* Settings Tray since they have their own styles.
*
* @todo https://www.drupal.org/project/claro/issues/3048785 :focus selector is
* active for non-interactive elements in Internet Explorer 11.
*/
.page-wrapper *:focus,
.ui-dialog *:focus {
outline: var(--focus-outline);
box-shadow: var(--focus-box-shadow);
} | drupal-src/core/themes/claro/css/base/elements.pcss.css | @import "./variables.pcss.css";
html {
font-family: var(--font-family);
font-size: 100%;
font-weight: normal;
font-style: normal;
line-height: var(--line-height);
}
body {
color: var(--color-fg);
background: var(--color-bg);
}
a,
.link {
color: var(--color-link);
}
a:hover,
a:focus,
.link:hover,
.link:focus {
text-decoration: none;
outline: 0;
}
a:hover,
.link:hover {
color: var(--color-link-hover);
}
a:active,
.link:active {
color: var(--color-link-active);
}
hr {
height: 1px;
margin: var(--space-m) 0;
padding: 0;
border: none;
background: var(--color-divider);
}
summary {
font-weight: bold;
}
/**
* Reusable heading classes are included to help modules change the styling of
* headings on a page without affecting accessibility.
*/
h1,
.heading-a {
margin: var(--space-m) 0 var(--space-s);
font-size: var(--font-size-h1);
font-weight: bold;
line-height: var(--line-height-heading);
}
h2,
.heading-b {
margin: var(--space-m) 0 var(--space-s);
font-size: var(--font-size-h2);
font-weight: bold;
line-height: var(--line-height-heading);
}
h3,
.heading-c {
margin: var(--space-m) 0 var(--space-s);
font-size: var(--font-size-h3);
font-weight: bold;
line-height: var(--line-height-heading);
}
h4,
.heading-d {
margin: var(--space-m) 0 var(--space-s);
font-size: var(--font-size-h4);
font-weight: bold;
line-height: var(--line-height-heading);
}
h5,
.heading-e {
margin: var(--space-m) 0 var(--space-s);
font-size: var(--font-size-h5);
font-weight: bold;
line-height: var(--line-height-heading);
}
h6,
.heading-f {
margin: var(--space-m) 0 var(--space-s);
font-size: var(--font-size-h6);
font-weight: bold;
line-height: var(--line-height-heading);
}
p {
margin: 1em 0;
}
dl {
margin: 0 0 20px;
}
dl dd,
dl dl {
margin-bottom: 10px;
margin-left: 20px; /* LTR */
}
[dir="rtl"] dl dd,
[dir="rtl"] dl dl {
margin-right: 20px;
}
blockquote {
margin: 1em 40px;
}
address {
font-style: italic;
}
u,
ins {
text-decoration: none;
}
s,
strike,
del {
text-decoration: line-through;
}
big {
font-size: larger;
}
small {
font-size: smaller;
}
sub {
vertical-align: sub;
font-size: smaller;
line-height: normal;
}
sup {
vertical-align: super;
font-size: smaller;
line-height: normal;
}
abbr,
acronym {
border-bottom: dotted 1px;
}
ul {
margin: 0.25em 0 0.25em 1.5em; /* LTR */
padding-left: 0;
list-style-type: disc;
list-style-image: none;
}
[dir="rtl"] ul {
margin-right: 1.5em;
margin-left: 0;
padding-right: 0;
}
/* This is required to win over specificity of [dir="rtl"] ul */
[dir="rtl"] .messages__list {
margin-right: 0;
}
ol {
margin: 0.25em 0 0.25em 2em; /* LTR */
padding: 0;
list-style-type: decimal;
}
[dir="rtl"] ol {
margin-right: 2em;
margin-left: 0;
}
/**
* Fix duplicate border caused by normalize.css adding border-bottom without
* removing the text-decoration.
*/
abbr[title] {
text-decoration: none;
}
code {
margin: 0.5em 0;
}
pre {
margin: 0.5em 0;
white-space: pre-wrap;
}
details {
line-height: 1.295em;
}
details summary {
padding: 0.95em 1.45em;
}
details summary:focus {
outline: none;
}
img {
max-width: 100%;
height: auto;
}
/**
* Default focus styles for focused elements.
*
* This is applied globally to all interactive elements except Toolbar and
* Settings Tray since they have their own styles.
*
* @todo https://www.drupal.org/project/claro/issues/3048785 :focus selector is
* active for non-interactive elements in Internet Explorer 11.
*/
.page-wrapper *:focus,
.ui-dialog *:focus {
outline: var(--focus-outline);
box-shadow: var(--focus-box-shadow);
} | 0.574514 | 0.125279 |
.arc-dropdown-clicks,.arc-dropdown-hover{position:relative;display:inline-block;cursor:pointer;}
.arc-dropdown-hover:hover > .arc-button:first-child,.arc-dropdown-clicks:hover > .arc-button:first-child{background-color:#f5f5f5;color:#000}
.arc-dropdown-hover:first-child,.arc-dropdown-clicks:hover{background-color:#f5f5f5;color:#000}
.arc-dropdown-content{cursor:auto;color:#000;background-color:#fffafa;display:none;position:absolute;min-width:150px;margin:0;padding:0;z-index:1}
.arc-dropdown-hover:hover .arc-dropdown-content{display:block}
/*Vertical navigation*/
.arc-navv{background:inherit;display:block;margin:0;padding:0;max-width:30% !important;}
.arc-navv .arc-navv-item{padding:7px 15px;float:left;width:auto;border:none;display:block;outline:0;text-decoration:none;}
.arc-navv .arc-navv-button{white-space:normal;}
/*using icons in vertical nav list*/
.arc-navv .arc-navv-item i{display:block;font-size:2rem;}}
/*Vertical navigation - using lists*/
.arc-navv ul,ol{display:block; background:#fffafa;list-style-type:none;margin:0;padding:0;max-width:30% !important;position:fixed;overflow:auto;height:100%;}
.arc-navv-list li a{display:block;color:#000;padding:7px 15px;text-decoration:none;text-align:left;}
.arc-navv-list li a:hover{background-color:#000;color:#fffff;} .arc-navv-list li a:active{background-color:#000;color:#fffff;}
.arc-navv-list li:last-child{border-bottom:none;}
/*Horizontal navigation*/
.arc-navh{background:inherit;display:inline-block;margin:0;padding:0;width:100%;margin-top:auto;}
.arc-navh .arc-navh-item{width:100%;overflow:hidden;float:left;display:block;color:#000;padding:10px 12px;text-decoration:none;text-align:left;}
.arc-navh .text-center .arc-navh-item{text-align:center;}
.arc-navh .arc-navh-button{white-space:normal}
.arc-navh .arc-dropdown-hover,.arc-navh .arc-dropdown-clicks{position:static;float:left;}
/*using icons in horizontal nav list*/
.arc-navh .arc-navh-item i{display:block;font-size:2rem;}}
/*Horizontal navigation - using lists*/
.arc-navh ul,ol{display:inline-block; background:#fffafa;list-style-type:none;margin:0;padding:0;width:100%;overflow:hidden;height:auto;}
.arc-navh-list li a{float:left;display:block;color:#000;padding:10px 12px;text-decoration:none;}
.arc-navh-list li a:hover{background-color:#000;color:#fffff;} .arc-navh-list li a:active{background-color:#000;color:#fffff;}
.arc-navh-list li:last-child{border-bottom:none;}
/*Logo in any navigation*/
.nav-logo{position:absolute;color:inherit;display:inline-block;font-size:2.1rem;padding:0;white-space:nowrap;}
.nav-logo-center{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);}
.nav-logo-right{right:0.5rem;padding:0;}
@media only screen and (max-width:900px){
.nav-logo{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);}}
/*Fixed position for any navigation*/
.nav-fixed{position:relative;height:58px;z-index:998;}
.navbar-fixed nav,section,div,header{position:fixed;}
@media only screen and (min-width:600px){.navbar-fixed nav,section,div,header{height:62px;}}
/*Tree view navigation with arrow- use all css classes herein
* works with Pie.js*/
.tree-view{margin:0;padding:0;}.tree-view ul,ol{list-style-type:none;}
/*The caret/arrow in the tree view navigation*/
.tree-view-arrow{cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}
.tree-view-arrow::before{content:"\25B6";color:#000;display:inline-block;margin-right:5px;}
.tree-view-nested{display:none; /*hides nested list*/}
.tree-view-active{display:block /*shows the nested list when clicked*/}
/*Tree view navigation with checkbox - use all css classes herein
* works with Pie.js*/
.tree-view{margin:0;padding:0;}.tree-view ul,ol{list-style-type:none;}
/*The checkbox in the tree view navigation*/
.tree-view-check{cursor:pointer; user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}
.tree-view-check::before{content:"\2610";color:#000;display:inline-block;margin-right:5px;}
.tree-view-checkbox::before{content:"\2611";color:#4169E1;}
.tree-view-nested{display:none; /*hides nested list*/}
.tree-view-active{display:block /*shows the nested list when clicked*/}
@media (max-width:600px){
.arc-dropdown-hover .arc-dropdown-content,.arc-dropdown-clicks{position:relative;}
.arc-navh-item .arc-navv-item,.arc-dropdown-hover.arc-dropdown-clicks{text-align:center;}
.arc-dropdown-hover.arc-button,.arc-dropdown-clicks.arc-button{width:100%;}}
/*End of navigation and Dropdown*/ | piecss/file/arc.pie.css | .arc-dropdown-clicks,.arc-dropdown-hover{position:relative;display:inline-block;cursor:pointer;}
.arc-dropdown-hover:hover > .arc-button:first-child,.arc-dropdown-clicks:hover > .arc-button:first-child{background-color:#f5f5f5;color:#000}
.arc-dropdown-hover:first-child,.arc-dropdown-clicks:hover{background-color:#f5f5f5;color:#000}
.arc-dropdown-content{cursor:auto;color:#000;background-color:#fffafa;display:none;position:absolute;min-width:150px;margin:0;padding:0;z-index:1}
.arc-dropdown-hover:hover .arc-dropdown-content{display:block}
/*Vertical navigation*/
.arc-navv{background:inherit;display:block;margin:0;padding:0;max-width:30% !important;}
.arc-navv .arc-navv-item{padding:7px 15px;float:left;width:auto;border:none;display:block;outline:0;text-decoration:none;}
.arc-navv .arc-navv-button{white-space:normal;}
/*using icons in vertical nav list*/
.arc-navv .arc-navv-item i{display:block;font-size:2rem;}}
/*Vertical navigation - using lists*/
.arc-navv ul,ol{display:block; background:#fffafa;list-style-type:none;margin:0;padding:0;max-width:30% !important;position:fixed;overflow:auto;height:100%;}
.arc-navv-list li a{display:block;color:#000;padding:7px 15px;text-decoration:none;text-align:left;}
.arc-navv-list li a:hover{background-color:#000;color:#fffff;} .arc-navv-list li a:active{background-color:#000;color:#fffff;}
.arc-navv-list li:last-child{border-bottom:none;}
/*Horizontal navigation*/
.arc-navh{background:inherit;display:inline-block;margin:0;padding:0;width:100%;margin-top:auto;}
.arc-navh .arc-navh-item{width:100%;overflow:hidden;float:left;display:block;color:#000;padding:10px 12px;text-decoration:none;text-align:left;}
.arc-navh .text-center .arc-navh-item{text-align:center;}
.arc-navh .arc-navh-button{white-space:normal}
.arc-navh .arc-dropdown-hover,.arc-navh .arc-dropdown-clicks{position:static;float:left;}
/*using icons in horizontal nav list*/
.arc-navh .arc-navh-item i{display:block;font-size:2rem;}}
/*Horizontal navigation - using lists*/
.arc-navh ul,ol{display:inline-block; background:#fffafa;list-style-type:none;margin:0;padding:0;width:100%;overflow:hidden;height:auto;}
.arc-navh-list li a{float:left;display:block;color:#000;padding:10px 12px;text-decoration:none;}
.arc-navh-list li a:hover{background-color:#000;color:#fffff;} .arc-navh-list li a:active{background-color:#000;color:#fffff;}
.arc-navh-list li:last-child{border-bottom:none;}
/*Logo in any navigation*/
.nav-logo{position:absolute;color:inherit;display:inline-block;font-size:2.1rem;padding:0;white-space:nowrap;}
.nav-logo-center{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);}
.nav-logo-right{right:0.5rem;padding:0;}
@media only screen and (max-width:900px){
.nav-logo{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);}}
/*Fixed position for any navigation*/
.nav-fixed{position:relative;height:58px;z-index:998;}
.navbar-fixed nav,section,div,header{position:fixed;}
@media only screen and (min-width:600px){.navbar-fixed nav,section,div,header{height:62px;}}
/*Tree view navigation with arrow- use all css classes herein
* works with Pie.js*/
.tree-view{margin:0;padding:0;}.tree-view ul,ol{list-style-type:none;}
/*The caret/arrow in the tree view navigation*/
.tree-view-arrow{cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}
.tree-view-arrow::before{content:"\25B6";color:#000;display:inline-block;margin-right:5px;}
.tree-view-nested{display:none; /*hides nested list*/}
.tree-view-active{display:block /*shows the nested list when clicked*/}
/*Tree view navigation with checkbox - use all css classes herein
* works with Pie.js*/
.tree-view{margin:0;padding:0;}.tree-view ul,ol{list-style-type:none;}
/*The checkbox in the tree view navigation*/
.tree-view-check{cursor:pointer; user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}
.tree-view-check::before{content:"\2610";color:#000;display:inline-block;margin-right:5px;}
.tree-view-checkbox::before{content:"\2611";color:#4169E1;}
.tree-view-nested{display:none; /*hides nested list*/}
.tree-view-active{display:block /*shows the nested list when clicked*/}
@media (max-width:600px){
.arc-dropdown-hover .arc-dropdown-content,.arc-dropdown-clicks{position:relative;}
.arc-navh-item .arc-navv-item,.arc-dropdown-hover.arc-dropdown-clicks{text-align:center;}
.arc-dropdown-hover.arc-button,.arc-dropdown-clicks.arc-button{width:100%;}}
/*End of navigation and Dropdown*/ | 0.229535 | 0.034489 |
.main-header {
z-index: 9;
width: inherit;
height: 68px;
position: fixed;
top: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
box-sizing: border-box;
align-items: center;
padding: 0px 20px 0 20px;
}
.container-action-notifier {
font-size: 17px;
color: var(--text-color-main);
display: flex;
align-items: center;
}
.container-action-notifier>img {
height: 18px;
padding-right: 10px;
}
.master-search-bar {
position: relative;
width: 500px;
}
.search-input {
border: 0;
border-radius: 50px;
width: 100%;
background: transparent;
font-size: 15px;
caret-color: rgba(221, 221, 221, 0.4);
padding: 10px 10px 10px 15px;
color: var(--text-color-main);
background: var(--main-bg-color);
border: 1px solid #f32c2c6b;
padding-right: 45px;
}
.search-input:focus {
outline: none;
border: 0;
box-shadow: 0 0 10px 0 var(--main-master-color);
}
.search-input::placeholder {
color: var(--text-color-sub-2);
font-size: 15px;
}
.search-icon {
position: absolute;
right: 0;
height: 100%;
width: 45px;
top: 0px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
cursor: pointer;
border-width: 1px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
border-color: var(--main-master-color);
color: var(--main-master-color);
padding-right: 5px;
font-size: 17px;
font-weight: bold;
}
.search-icon:focus {
outline: none;
}
.search-icon:hover {
opacity: 0.8;
}
.main-user-profile-holder {
padding-left: 15px;
position: relative;
}
.login-user-display>img {
width: 35px;
height: 35px;
border-radius: 50%;
}
/* suggestion keyword */
.suggestion-keyword-holder {
position: absolute;
top: 45px;
left: 5px;
width: calc(100% - 50px);
height: auto;
background: rgba(26, 25, 25, 0.9);
box-shadow: 0 0 10px 0px rgba(49, 49, 49, 0.6);
border-radius: 5px;
font-size: 15px;
font-weight: normal !important;
color: var(--text-color-sub-1);
z-index: 10;
}
.suggested-keyword {
opacity: 0.8;
border-bottom: 1px solid rgba(37, 37, 37, 0.1);
padding: 10px 10px;
}
.suggested-keyword:hover {
background: rgb(112, 112, 112, 0.2);
cursor: pointer;
}
.highlight-current {
background: rgba(141, 141, 141, 0.2);
}
.auth-login-register-holder {
display: flex;
justify-content: center;
}
.auth-power-on {
font-size: 20px;
font-weight: bold;
}
.user-option-display-holder {
position: absolute;
background: var(--main-bg-color);
width: 200px;
height: auto;
right: 0;
border-radius: 5px;
top: 45px;
box-shadow: 0 0 10px 0 rgba(243, 44, 44, 0.9);
text-align: center;
font-size: 15px;
color: var(--text-color-sub-1);
}
.list {
padding-top: 10px;
padding-bottom: 10px;
}
.logout-button-holder {
display: flex;
align-items: center;
justify-content: center;
}
.logout-icon {
font-size: 18px;
margin-right: 5px;
}
.user-name-holder {
color: var(--text-color-main);
}
/* mobile responsiveness */
@media only screen and (max-width: 1100px) {
.auth-power-on {
margin-right: 10px;
}
.main-header {
padding-left: 70px;
}
}
@media only screen and (max-width: 750px) {
.main-header {
padding-left: 70px;
}
.container-action-notifier {
display: none;
}
.search-input {
font-size: 14px;
padding-right: 40px;
}
.suggestion-keyword-holder {
font-size: 14px !important;
}
.search-input::placeholder {
font-size: 14px;
}
.search-icon {
width: 40px;
font-size: 15px;
}
.main-user-profile-holder>img {
width: 33px;
height: 33px;
margin-top: 5px;
}
.main-header {
padding-left: 50px;
padding-right: 5px;
}
}
@media only screen and (max-width: 320px) {
.main-header {
padding-left: 55px;
padding-right: 5px;
}
.search-input {
padding-right: 30px;
}
.search-icon {
width: 30px;
}
.search-icon>img {
width: 16px;
}
} | services/clientapp/src/assets/css/topnav.css | .main-header {
z-index: 9;
width: inherit;
height: 68px;
position: fixed;
top: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
box-sizing: border-box;
align-items: center;
padding: 0px 20px 0 20px;
}
.container-action-notifier {
font-size: 17px;
color: var(--text-color-main);
display: flex;
align-items: center;
}
.container-action-notifier>img {
height: 18px;
padding-right: 10px;
}
.master-search-bar {
position: relative;
width: 500px;
}
.search-input {
border: 0;
border-radius: 50px;
width: 100%;
background: transparent;
font-size: 15px;
caret-color: rgba(221, 221, 221, 0.4);
padding: 10px 10px 10px 15px;
color: var(--text-color-main);
background: var(--main-bg-color);
border: 1px solid #f32c2c6b;
padding-right: 45px;
}
.search-input:focus {
outline: none;
border: 0;
box-shadow: 0 0 10px 0 var(--main-master-color);
}
.search-input::placeholder {
color: var(--text-color-sub-2);
font-size: 15px;
}
.search-icon {
position: absolute;
right: 0;
height: 100%;
width: 45px;
top: 0px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
cursor: pointer;
border-width: 1px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
border-color: var(--main-master-color);
color: var(--main-master-color);
padding-right: 5px;
font-size: 17px;
font-weight: bold;
}
.search-icon:focus {
outline: none;
}
.search-icon:hover {
opacity: 0.8;
}
.main-user-profile-holder {
padding-left: 15px;
position: relative;
}
.login-user-display>img {
width: 35px;
height: 35px;
border-radius: 50%;
}
/* suggestion keyword */
.suggestion-keyword-holder {
position: absolute;
top: 45px;
left: 5px;
width: calc(100% - 50px);
height: auto;
background: rgba(26, 25, 25, 0.9);
box-shadow: 0 0 10px 0px rgba(49, 49, 49, 0.6);
border-radius: 5px;
font-size: 15px;
font-weight: normal !important;
color: var(--text-color-sub-1);
z-index: 10;
}
.suggested-keyword {
opacity: 0.8;
border-bottom: 1px solid rgba(37, 37, 37, 0.1);
padding: 10px 10px;
}
.suggested-keyword:hover {
background: rgb(112, 112, 112, 0.2);
cursor: pointer;
}
.highlight-current {
background: rgba(141, 141, 141, 0.2);
}
.auth-login-register-holder {
display: flex;
justify-content: center;
}
.auth-power-on {
font-size: 20px;
font-weight: bold;
}
.user-option-display-holder {
position: absolute;
background: var(--main-bg-color);
width: 200px;
height: auto;
right: 0;
border-radius: 5px;
top: 45px;
box-shadow: 0 0 10px 0 rgba(243, 44, 44, 0.9);
text-align: center;
font-size: 15px;
color: var(--text-color-sub-1);
}
.list {
padding-top: 10px;
padding-bottom: 10px;
}
.logout-button-holder {
display: flex;
align-items: center;
justify-content: center;
}
.logout-icon {
font-size: 18px;
margin-right: 5px;
}
.user-name-holder {
color: var(--text-color-main);
}
/* mobile responsiveness */
@media only screen and (max-width: 1100px) {
.auth-power-on {
margin-right: 10px;
}
.main-header {
padding-left: 70px;
}
}
@media only screen and (max-width: 750px) {
.main-header {
padding-left: 70px;
}
.container-action-notifier {
display: none;
}
.search-input {
font-size: 14px;
padding-right: 40px;
}
.suggestion-keyword-holder {
font-size: 14px !important;
}
.search-input::placeholder {
font-size: 14px;
}
.search-icon {
width: 40px;
font-size: 15px;
}
.main-user-profile-holder>img {
width: 33px;
height: 33px;
margin-top: 5px;
}
.main-header {
padding-left: 50px;
padding-right: 5px;
}
}
@media only screen and (max-width: 320px) {
.main-header {
padding-left: 55px;
padding-right: 5px;
}
.search-input {
padding-right: 30px;
}
.search-icon {
width: 30px;
}
.search-icon>img {
width: 16px;
}
} | 0.472197 | 0.090093 |
@charset "utf-8";
/*
* artDialog skin
* http://code.google.com/p/artdialog/
* (c) 2009-2012 TangBin, http://www.planeArt.cn
*
* This is licensed under the GNU LGPL, version 2.1 or later.
* For details, see: http://creativecommons.org/licenses/LGPL/2.1/
*/
/* common start */
body { _margin:0; _height:100%; }/*IE6 BUG*/
.d-outer { text-align:left; }
.d-border, .d-dialog { border:0 none; margin:0; border-collapse:collapse; width:auto; }
.d-nw, .d-n, .d-ne, .d-w, .d-c, .d-e, .d-sw, .d-s, .d-se, .d-header, .d-main, .d-footer { padding:0; }
.d-header, .d-button { font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti; _font-family:Tahoma,Arial,Helvetica,STHeiti; -o-font-family: Tahoma, Arial; }
.d-title { overflow:hidden; text-overflow: ellipsis; cursor:default; }
.d-state-noTitle .d-title { display:none; }
.d-close { display:block; position:absolute; text-decoration:none; outline:none; _cursor:pointer; }
.d-close:hover { text-decoration:none; }
.d-main { text-align:center; vertical-align:middle; min-width:9em; }
.d-content { display:inline-block; display:block\0/*IE8 BUG*/; display:inline-block\9\0; *zoom:1; *display:inline; text-align:left; border:0 none; }
.d-content.d-state-full { display:block; width:100%; margin:0; padding:0!important; height:100%; }
.d-loading { width:96px; height:32px; text-align:left; text-indent:-999em; overflow:hidden; background:url(loading.gif) no-repeat center center; }
.d-buttons { padding:8px; text-align:right; white-space:nowrap; }
.d-button { margin-left:15px; padding: 0 8px; cursor: pointer; display: inline-block; min-height:2.2em; text-align: center; *padding:4px 10px; *height:2em; letter-spacing:2px; font-family: Tahoma, Arial/9!important; width:auto; overflow:visible; *width:1; color: #333; border: 1px solid #999; border-radius: 5px; background: #DDD; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD'); background: linear-gradient(top, #FFF, #DDD); background: -moz-linear-gradient(top, #FFF, #DDD); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD)); text-shadow: 0px 1px 1px rgba(255, 255, 255, .5);; box-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 -1px 0 rgba(0, 0, 0, .09); -moz-transition:-moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: box-shadow linear .2s; }
.d-button::-moz-focus-inner, .d-button::-moz-focus-outer { border:0 none; padding:0; margin:0; }
.d-button:focus { outline:none 0; border-color:#426DC9; box-shadow:0 0 8px rgba(66, 109, 201, .9); }
.d-button:hover { color:#000; border-color:#666; }
.d-button:active { border-color:#666; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF'); background: linear-gradient(top, #DDD, #FFF); background: -moz-linear-gradient(top, #DDD, #FFF); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF)); box-shadow:inset 0 1px 1em rgba(0, 0, 0, .6), inset 0 1px 1em rgba(0, 0, 0, .3); }
.d-button[disabled] { cursor:default; color:#666; background:#DDD; border: 1px solid #999; filter:alpha(opacity=50); opacity:.5; box-shadow:none; }
.d-state-highlight { color: #FFF; border: 1px solid #1c6a9e; background: #2288cc; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc'); background: linear-gradient(top, #33bbee, #2288cc); background: -moz-linear-gradient(top, #33bbee, #2288cc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc)); text-shadow: -1px -1px 1px #1c6a9e; }
.d-state-highlight:hover { color:#FFF; border-color:#0F3A56; }
.d-state-highlight:active { border-color:#1c6a9e; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc'); background: linear-gradient(top, #33bbee, #2288cc); background: -moz-linear-gradient(top, #33bbee, #2288cc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc)); }
.d-mask { background:#000; filter:alpha(opacity=70); opacity:.7; }
/* common end */
.d-inner { background:#f7f7f7; }
.d-titleBar { width:100%; height:0; position:relative; bottom:30px; _bottom:0; _margin-top:-30px; }
.d-title { height:29px; line-height:29px; padding:0 25px 0 0; _padding:0; text-indent:5px; color:#FFF; font-weight:700; text-shadow:-1px -1px 0 rgba(0, 0, 0, .7); }
.d-nw, .d-ne, .d-sw, .d-se, .d-n, .d-s, .d-close { background-image:url(black/bg.png); background-repeat:no-repeat; }
.d-nw { width:15px; height:38px; background-position: 0 0; }
.d-ne { width:15px; height:38px; background-position: -15px 0; }
.d-sw { width:15px; height:18px; background-position: 0 -38px; }
.d-se { width:15px; height:18px; background-position: -15px -38px; }
.d-close { top:4px; right:4px; _z-index:1; width:20px; height:20px; _font-size:0; _line-height:0; text-indent:-9999em; background-position:0 -112px; }
.d-close:hover { background-position:0 -132px; }
.d-n, .d-s { background-repeat:repeat-x; }
.d-n { background-position: 0 -56px; }
.d-s { background-position: 0 -94px; }
.d-w, .d-e { background-image:url(black/bg2.png); background-repeat:repeat-y; }
.d-w { background-position:left top; }
.d-e { background-position: right bottom; }
aui_icon, .d-main { padding-top:3px; }
@media screen and (min-width:0) {
.d-outer { border-radius:8px; box-shadow:0 5px 15px rgba(0, 0, 0, .4); -moz-transition:-moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: -webkit-box-shadow linear .2s; }
.d-state-drag { box-shadow:none; }
.d-state-lock { box-shadow:0 3px 26px rgba(0, 0, 0, .9); }
.d-outer:active { box-shadow:0 0 5px rgba(0, 0, 0, .1)!important; }
.d-state-drag { box-shadow:none!important; }
.d-nw, .d-ne, .d-sw, .d-se, .d-n, .d-s, .d-close { background-image:url(black/bg_css3.png); }
.d-nw { width:5px; height:31px; }
.d-ne { width:5px; height:31px; background-position: -5px 0; }
.d-sw { width:5px; height:5px;background-position: 0 -31px; }
.d-se { width:5px; height:5px; background-position: -5px -31px; }
.d-close { background-position:0 -72px; }
.d-close:hover { background-position:0 -92px; }
.d-n { background-position: 0 -36px; }
.d-s { background-position: 0 -67px; }
.d-w, .d-e { background-image:url(black/bg_css3_2.png); }
}
.d-state-noTitle .d-nw, .d-state-noTitle .d-ne, .d-state-noTitle .d-sw, .d-state-noTitle .d-se { width:3px; height:3px; }
.d-state-noTitle .d-inner { border:1px solid #666; background:#FFF; }
.d-state-noTitle { box-shadow:none; }
.d-state-noTitle .d-nw, .d-state-noTitle .d-n, .d-state-noTitle .d-ne, .d-state-noTitle .d-w, .d-state-noTitle .d-e, .d-state-noTitle .d-sw, .d-state-noTitle .d-s, .d-state-noTitle .d-se { background:rgba(0, 0, 0, .05); background:#000\9!important; filter:alpha(opacity=5)!important; }
.d-state-noTitle .d-titleBar { bottom:0; _bottom:0; _margin-top:0; }
.d-state-noTitle .d-close { top:0; right:0; width:18px; height:18px; line-height:18px; text-align:center; text-indent:0; font-family: Helvetica, STHeiti; _font-family: '\u9ed1\u4f53', 'Book Antiqua', Palatino; font-size:18px; text-decoration:none; color:#214FA3; background:none; filter:!important; }
.d-state-noTitle .d-close:hover, .d-state-noTitle .d-close:active { text-decoration:none; color:#900; } | Home/Tpl/default/js/dialog/skins/black.css | @charset "utf-8";
/*
* artDialog skin
* http://code.google.com/p/artdialog/
* (c) 2009-2012 TangBin, http://www.planeArt.cn
*
* This is licensed under the GNU LGPL, version 2.1 or later.
* For details, see: http://creativecommons.org/licenses/LGPL/2.1/
*/
/* common start */
body { _margin:0; _height:100%; }/*IE6 BUG*/
.d-outer { text-align:left; }
.d-border, .d-dialog { border:0 none; margin:0; border-collapse:collapse; width:auto; }
.d-nw, .d-n, .d-ne, .d-w, .d-c, .d-e, .d-sw, .d-s, .d-se, .d-header, .d-main, .d-footer { padding:0; }
.d-header, .d-button { font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti; _font-family:Tahoma,Arial,Helvetica,STHeiti; -o-font-family: Tahoma, Arial; }
.d-title { overflow:hidden; text-overflow: ellipsis; cursor:default; }
.d-state-noTitle .d-title { display:none; }
.d-close { display:block; position:absolute; text-decoration:none; outline:none; _cursor:pointer; }
.d-close:hover { text-decoration:none; }
.d-main { text-align:center; vertical-align:middle; min-width:9em; }
.d-content { display:inline-block; display:block\0/*IE8 BUG*/; display:inline-block\9\0; *zoom:1; *display:inline; text-align:left; border:0 none; }
.d-content.d-state-full { display:block; width:100%; margin:0; padding:0!important; height:100%; }
.d-loading { width:96px; height:32px; text-align:left; text-indent:-999em; overflow:hidden; background:url(loading.gif) no-repeat center center; }
.d-buttons { padding:8px; text-align:right; white-space:nowrap; }
.d-button { margin-left:15px; padding: 0 8px; cursor: pointer; display: inline-block; min-height:2.2em; text-align: center; *padding:4px 10px; *height:2em; letter-spacing:2px; font-family: Tahoma, Arial/9!important; width:auto; overflow:visible; *width:1; color: #333; border: 1px solid #999; border-radius: 5px; background: #DDD; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD'); background: linear-gradient(top, #FFF, #DDD); background: -moz-linear-gradient(top, #FFF, #DDD); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD)); text-shadow: 0px 1px 1px rgba(255, 255, 255, .5);; box-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 -1px 0 rgba(0, 0, 0, .09); -moz-transition:-moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: box-shadow linear .2s; }
.d-button::-moz-focus-inner, .d-button::-moz-focus-outer { border:0 none; padding:0; margin:0; }
.d-button:focus { outline:none 0; border-color:#426DC9; box-shadow:0 0 8px rgba(66, 109, 201, .9); }
.d-button:hover { color:#000; border-color:#666; }
.d-button:active { border-color:#666; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF'); background: linear-gradient(top, #DDD, #FFF); background: -moz-linear-gradient(top, #DDD, #FFF); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF)); box-shadow:inset 0 1px 1em rgba(0, 0, 0, .6), inset 0 1px 1em rgba(0, 0, 0, .3); }
.d-button[disabled] { cursor:default; color:#666; background:#DDD; border: 1px solid #999; filter:alpha(opacity=50); opacity:.5; box-shadow:none; }
.d-state-highlight { color: #FFF; border: 1px solid #1c6a9e; background: #2288cc; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc'); background: linear-gradient(top, #33bbee, #2288cc); background: -moz-linear-gradient(top, #33bbee, #2288cc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc)); text-shadow: -1px -1px 1px #1c6a9e; }
.d-state-highlight:hover { color:#FFF; border-color:#0F3A56; }
.d-state-highlight:active { border-color:#1c6a9e; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc'); background: linear-gradient(top, #33bbee, #2288cc); background: -moz-linear-gradient(top, #33bbee, #2288cc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc)); }
.d-mask { background:#000; filter:alpha(opacity=70); opacity:.7; }
/* common end */
.d-inner { background:#f7f7f7; }
.d-titleBar { width:100%; height:0; position:relative; bottom:30px; _bottom:0; _margin-top:-30px; }
.d-title { height:29px; line-height:29px; padding:0 25px 0 0; _padding:0; text-indent:5px; color:#FFF; font-weight:700; text-shadow:-1px -1px 0 rgba(0, 0, 0, .7); }
.d-nw, .d-ne, .d-sw, .d-se, .d-n, .d-s, .d-close { background-image:url(black/bg.png); background-repeat:no-repeat; }
.d-nw { width:15px; height:38px; background-position: 0 0; }
.d-ne { width:15px; height:38px; background-position: -15px 0; }
.d-sw { width:15px; height:18px; background-position: 0 -38px; }
.d-se { width:15px; height:18px; background-position: -15px -38px; }
.d-close { top:4px; right:4px; _z-index:1; width:20px; height:20px; _font-size:0; _line-height:0; text-indent:-9999em; background-position:0 -112px; }
.d-close:hover { background-position:0 -132px; }
.d-n, .d-s { background-repeat:repeat-x; }
.d-n { background-position: 0 -56px; }
.d-s { background-position: 0 -94px; }
.d-w, .d-e { background-image:url(black/bg2.png); background-repeat:repeat-y; }
.d-w { background-position:left top; }
.d-e { background-position: right bottom; }
aui_icon, .d-main { padding-top:3px; }
@media screen and (min-width:0) {
.d-outer { border-radius:8px; box-shadow:0 5px 15px rgba(0, 0, 0, .4); -moz-transition:-moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: -webkit-box-shadow linear .2s; }
.d-state-drag { box-shadow:none; }
.d-state-lock { box-shadow:0 3px 26px rgba(0, 0, 0, .9); }
.d-outer:active { box-shadow:0 0 5px rgba(0, 0, 0, .1)!important; }
.d-state-drag { box-shadow:none!important; }
.d-nw, .d-ne, .d-sw, .d-se, .d-n, .d-s, .d-close { background-image:url(black/bg_css3.png); }
.d-nw { width:5px; height:31px; }
.d-ne { width:5px; height:31px; background-position: -5px 0; }
.d-sw { width:5px; height:5px;background-position: 0 -31px; }
.d-se { width:5px; height:5px; background-position: -5px -31px; }
.d-close { background-position:0 -72px; }
.d-close:hover { background-position:0 -92px; }
.d-n { background-position: 0 -36px; }
.d-s { background-position: 0 -67px; }
.d-w, .d-e { background-image:url(black/bg_css3_2.png); }
}
.d-state-noTitle .d-nw, .d-state-noTitle .d-ne, .d-state-noTitle .d-sw, .d-state-noTitle .d-se { width:3px; height:3px; }
.d-state-noTitle .d-inner { border:1px solid #666; background:#FFF; }
.d-state-noTitle { box-shadow:none; }
.d-state-noTitle .d-nw, .d-state-noTitle .d-n, .d-state-noTitle .d-ne, .d-state-noTitle .d-w, .d-state-noTitle .d-e, .d-state-noTitle .d-sw, .d-state-noTitle .d-s, .d-state-noTitle .d-se { background:rgba(0, 0, 0, .05); background:#000\9!important; filter:alpha(opacity=5)!important; }
.d-state-noTitle .d-titleBar { bottom:0; _bottom:0; _margin-top:0; }
.d-state-noTitle .d-close { top:0; right:0; width:18px; height:18px; line-height:18px; text-align:center; text-indent:0; font-family: Helvetica, STHeiti; _font-family: '\u9ed1\u4f53', 'Book Antiqua', Palatino; font-size:18px; text-decoration:none; color:#214FA3; background:none; filter:!important; }
.d-state-noTitle .d-close:hover, .d-state-noTitle .d-close:active { text-decoration:none; color:#900; } | 0.503906 | 0.049085 |
body{
font: normal 400 14px/1.2 Arial;
margin-top:85px;
font-family: Arial, Helvetica;
color:#313131;
text-align:justify;
margin-left:5px;
margin-right:5px;
}
p {
line-height: 20px;
}
img{
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
box-shadow: 3px 3px 3px #ccc;
border:#8E8D8D 2px solid;
margin-left:0px;
max-width: 800px;
height: auto
}
.content{}
.descr{
margin-top:35px;
/*max-width: 75%;*/
margin-left:5px;
text-align:justify;
vertical-align:top;
}
.name{
max-width: 75%;
font-weight:100;
}
tt{
text-align:left;}
/*
-----------
links
-----------
*/
a:link{
color: #007330;
text-decoration: none;
text-align:left;
}
a:hover{
color: #44a51c;
text-align:left;
}
a:visited{
color: #007330;
text-align:left;
}
a:visited:hover{
color: #44a51c;
text-align:left;
}
/*
-----------
offline viewing: HTML links display an icon
-----------
*/
a[href*="http://"], a[href*="ftp://"],a[href*="https://"]
{
text-decoration: none;
background-image:url(../images/ico_out.png);
background-repeat:no-repeat;
background-position:left;
padding-left:20px;
text-align:left;
}
.flags{
text-decoration:none;
text-height:24px;
}
/*
-------------------------------
NOTE styles
-------------------------------
*/
.notetitle, .tiptitle, .fastpathtitle{
font-weight:bold;
}
.attentiontitle,.cautiontitle,.dangertitle,.importanttitle,.remembertitle,.restrictiontitle{
font-weight:bold;
}
.note,.tip,.fastpath{
background: #F2F2F2 url(../images/ico_note.png);
background-repeat: no-repeat;
background-position: top left;
padding:5px;
padding-left:40px;
padding-bottom:10px;
border:#999 1px dotted;
color:#666666;
margin:5px;
}
.attention,.caution,.danger,.important,.remember,.restriction{
background: #F2F2F2 url(../images/ico_note_attention.png);
background-repeat:no-repeat;
background-position:top left;
padding:5px;
padding-left:40px;
padding-bottom:10px;
border:#999 1px dotted;
color:#666666;
margin:5px;
}
/*
-------------------------------
Top navigation
-------------------------------
*/
.qtref{
display: block;
position: relative;
height:15px;
z-index: 1;
font-size:11px;
padding-right:10px;
float:right;
}
.naviNextPrevious{
clear: both;
display: block;
position: relative;
text-align: right;
top: -47px;
float:right;
height:20px;
z-index:1;
padding-right:10px;
padding-top:2px;
vertical-align:top;
margin:0px;
}
.naviNextPrevious > a:first-child{
background-image:url(../images/btn_prev.png);
background-repeat:no-repeat;
background-position:left;
padding-left:20px;
height:20px;
padding-left:20px;
}
.naviNextPrevious > a:last-child{
background-image:url(../images/btn_next.png);
background-repeat:no-repeat;
background-position:right;
padding-right:20px;
height:20px;
margin-left:30px;
}
/*
-----------
footer and license
-----------
*/
.footer{
text-align:center
}
/* table of content
no display
*/
/*
-----------
headers
-----------
*/
@media screen{
.title{
color:#313131;
font-size: 18px;
font-weight: normal;
left: 0;
padding-bottom: 20px;
padding-left: 10px;
padding-top: 20px;
position: absolute;
right: 0;
top: 0;
background-color:#E6E6E6;
border-bottom: 1px #CCC solid;
border-top: 2px #CCC solid;
font-weight:bold;
margin-left:0px;
margin-right:0px;
}
}
h1 {
margin: 0;
}
h2, p.h2 {
font: 500 16px/1.2 Arial;
font-weight:100;
background-color:#F2F3F4;
padding:4px;
margin-bottom:30px;
margin-top:30px;
border-top:#E0E0DE 1px solid;
border-bottom: #E0E0DE 1px solid;
max-width: 99%;
overflow: hidden;
}
h3{
font: 500 14px/1.2 Arial;
font-weight:100;
text-decoration:underline;
margin-bottom:30px;
margin-top:30px;
}
h3.fn,span.fn{
border-width: 1px;
border-style: solid;
border-color: #E6E6E6;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background-color: #F6F6F6;
word-spacing: 3px;
padding: 5px 5px;
text-decoration:none;
font-weight:bold;
max-width:75%;
font-size:14px;
margin:0px;
margin-top:45px;
}
.name{
color:#1A1A1A;
}
.type{
color:#808080;
}
@media print {
.title {
color:#0066CB;
font-family:Arial, Helvetica;
font-size: 32px;
font-weight: normal;
left: 0;
position: absolute;
right: 0;
top: 0;
}
}
/*
-----------------
table styles
-----------------
*/
.table img {
border:none;
margin-left:0px;
-moz-box-shadow:0px 0px 0px #fff;
-webkit-box-shadow: 0px 0px 0px #fff;
box-shadow: 0px 0px 0px #fff;
}
/* table with border alternative colours*/
table,pre{
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background-color: #F6F6F6;
border: 1px solid #E6E6E6;
border-collapse: separate;
margin-bottom: 25px;
margin-left: 15px;
font-size: 12px;
line-height: 1.2;
}
table th{
text-align:left;
padding-left:20px;
}
table td {
padding: 3px 15px 3px 20px;
border-bottom:#CCC dotted 1px;
}
table p { margin:0px;}
table tr.even {
background-color: white;
color: #66666E;
}
table tr.odd {
background-color: #F6F6F6;
color: #66666E;
}
table thead {
text-align:left;
padding-left:20px;
background-color:#e1e0e0;
border-left:none;
border-right:none;
}
table thead th {
padding-top:5px;
padding-left:10px;
padding-bottom:5px;
border-bottom: 2px solid #D1D1D1;
padding-right:10px;
}
/* table bodless & white*/
.borderless {
border-radius: 0px 0px 0px 0px;
background-color: #fff;
border: 1px solid #fff;
}
.borderless tr {
background-color: #FFF;
color: #66666E;
}
.borderless td {
border:none;
border-bottom:#fff dotted 1px;
}
/*
-----------
List
-----------
*/
ul{
padding-bottom:2px;
}
li {
margin-bottom: 10px;
padding-left: 8px;
list-style:outside;
list-style-type:square;
text-align:left;
}
ol{
margin:10px;
padding:0;
}
ol > li{
margin-left: 30px;
padding-left:8px;
list-style:decimal;
}
.centerAlign{
text-align: left;
}
.cpp{
display: block;
margin: 10px;
overflow: auto;
padding: 20px 20px 20px 20px;
}
.js{
display: block;
margin: 10px;
overflow: auto;
padding: 20px 20px 20px 20px;
}
.footer{
margin-top: 50px;
padding-left:5px;
margin-bottom: 10px;
font-size:10px;
border-top: 1px solid #999;
padding-top:11px;
}
.footerNavi{
width:auto;
text-align:right;
margin-top:50px;
z-index:1;
}
.memItemLeft{
padding-right: 3px;
}
.memItemRight{
padding: 3px 15px 3px 0;
}
.qml{
display: block;
margin: 10;
overflow: auto;
padding: 20px 20px 20px 20px;
}
.qmldefault{
padding-left: 5px;
float: right;
color: red;
}
.qmlreadonly{
padding-left: 5px;
float: right;
color: #254117;
}
.rightAlign{
padding: 3px 5px 3px 10px;
text-align: right;
}
.qmldoc {
margin-left: 15px;
}
/*
-----------
Content table
-----------
*/
@media print{
.toc {
float: right;
clear: right;
padding-bottom: 10px;
padding-top: 50px;
width: 100%;
background-image:url(../images/bgrContent.png);
background-position:top;
background-repeat:no-repeat;
}
}
@media screen{
.toc{
float:right;
clear: right;
vertical-align:top;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background:#FFF url(../images/bgrContent.png);
background-position:top;
background-repeat:repeat-x;
border: 1px solid #E6E6E6;
padding-left:5px;
padding-bottom:10px;
height: auto;
width: 200px;
text-align:left;
margin-left:20px;
}
}
.toc h3{
text-decoration:none;
}
.toc h3{font: 500 14px/1.2 Arial;
font-weight:100;
padding:0px;
margin:0px;
padding-top:5px;
padding-left:5px;
}
.toc ul{
padding-left:10px;
padding-right:5px;
}
.toc ul li{
margin-left:15px;
list-style-image:url(../images/bullet_dn.png);
marker-offset: 0px;
margin-bottom:8px;
padding-left:0px;
}
.toc .level1{
border:none;}
.toc .level2{
border:none;
margin-left: 25px;
}
.level3{
border:none;
margin-left: 30px;
}
.clearfix{
clear:both;}
/* start index box */
.indexbox
{
width: 100%;
display:inline-block;
}
.indexboxcont
{
display: block;
}
.indexboxcont .section
{
display: inline-block;
width: 49%;
*width:42%;
_width:42%;
padding:0 2% 0 1%;
vertical-align:top;
}
.indexboxcont .indexIcon
{
width: 11%;
*width:18%;
_width:18%;
overflow:hidden;
}
.indexboxcont .section {
float: left;
}
.indexboxcont .section p
{
padding-top: 20px;
padding-bottom: 20px;
}
.indexboxcont .sectionlist
{
display: inline-block;
vertical-align:top;
width: 32.5%;
padding: 0;
}
.indexboxcont .sectionlist ul
{
margin-bottom: 20px;
}
.indexboxcont .sectionlist ul li
{
line-height: 1.5;
}
.content .indexboxcont li
{
font: normal bold 13px/1 Verdana;
}
.content .normallist li
{
font: normal 13px/1 Verdana;
}
.indexbox .indexIcon {
width: 11%;
}
.indexbox .indexIcon span
{
display: block;
}
.indexboxcont:after
{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/*
-----------
Landing page
-----------
*/
.col-group {
white-space: nowrap;
vertical-align: top;
}
.col-1 {
display: inline-block;
white-space: normal;
width: 70%;
height: 100%;
float: left;
}
.col-1 h1 {
margin: 20px 0 0 0;
}
.col-2 {
display: inline-block;
white-space: normal;
width: 25%;
margin: 0 0 0 50px;
}
.sectionlist {
width: 100% !important;
} | doc/config/template/style/offline.css | body{
font: normal 400 14px/1.2 Arial;
margin-top:85px;
font-family: Arial, Helvetica;
color:#313131;
text-align:justify;
margin-left:5px;
margin-right:5px;
}
p {
line-height: 20px;
}
img{
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
box-shadow: 3px 3px 3px #ccc;
border:#8E8D8D 2px solid;
margin-left:0px;
max-width: 800px;
height: auto
}
.content{}
.descr{
margin-top:35px;
/*max-width: 75%;*/
margin-left:5px;
text-align:justify;
vertical-align:top;
}
.name{
max-width: 75%;
font-weight:100;
}
tt{
text-align:left;}
/*
-----------
links
-----------
*/
a:link{
color: #007330;
text-decoration: none;
text-align:left;
}
a:hover{
color: #44a51c;
text-align:left;
}
a:visited{
color: #007330;
text-align:left;
}
a:visited:hover{
color: #44a51c;
text-align:left;
}
/*
-----------
offline viewing: HTML links display an icon
-----------
*/
a[href*="http://"], a[href*="ftp://"],a[href*="https://"]
{
text-decoration: none;
background-image:url(../images/ico_out.png);
background-repeat:no-repeat;
background-position:left;
padding-left:20px;
text-align:left;
}
.flags{
text-decoration:none;
text-height:24px;
}
/*
-------------------------------
NOTE styles
-------------------------------
*/
.notetitle, .tiptitle, .fastpathtitle{
font-weight:bold;
}
.attentiontitle,.cautiontitle,.dangertitle,.importanttitle,.remembertitle,.restrictiontitle{
font-weight:bold;
}
.note,.tip,.fastpath{
background: #F2F2F2 url(../images/ico_note.png);
background-repeat: no-repeat;
background-position: top left;
padding:5px;
padding-left:40px;
padding-bottom:10px;
border:#999 1px dotted;
color:#666666;
margin:5px;
}
.attention,.caution,.danger,.important,.remember,.restriction{
background: #F2F2F2 url(../images/ico_note_attention.png);
background-repeat:no-repeat;
background-position:top left;
padding:5px;
padding-left:40px;
padding-bottom:10px;
border:#999 1px dotted;
color:#666666;
margin:5px;
}
/*
-------------------------------
Top navigation
-------------------------------
*/
.qtref{
display: block;
position: relative;
height:15px;
z-index: 1;
font-size:11px;
padding-right:10px;
float:right;
}
.naviNextPrevious{
clear: both;
display: block;
position: relative;
text-align: right;
top: -47px;
float:right;
height:20px;
z-index:1;
padding-right:10px;
padding-top:2px;
vertical-align:top;
margin:0px;
}
.naviNextPrevious > a:first-child{
background-image:url(../images/btn_prev.png);
background-repeat:no-repeat;
background-position:left;
padding-left:20px;
height:20px;
padding-left:20px;
}
.naviNextPrevious > a:last-child{
background-image:url(../images/btn_next.png);
background-repeat:no-repeat;
background-position:right;
padding-right:20px;
height:20px;
margin-left:30px;
}
/*
-----------
footer and license
-----------
*/
.footer{
text-align:center
}
/* table of content
no display
*/
/*
-----------
headers
-----------
*/
@media screen{
.title{
color:#313131;
font-size: 18px;
font-weight: normal;
left: 0;
padding-bottom: 20px;
padding-left: 10px;
padding-top: 20px;
position: absolute;
right: 0;
top: 0;
background-color:#E6E6E6;
border-bottom: 1px #CCC solid;
border-top: 2px #CCC solid;
font-weight:bold;
margin-left:0px;
margin-right:0px;
}
}
h1 {
margin: 0;
}
h2, p.h2 {
font: 500 16px/1.2 Arial;
font-weight:100;
background-color:#F2F3F4;
padding:4px;
margin-bottom:30px;
margin-top:30px;
border-top:#E0E0DE 1px solid;
border-bottom: #E0E0DE 1px solid;
max-width: 99%;
overflow: hidden;
}
h3{
font: 500 14px/1.2 Arial;
font-weight:100;
text-decoration:underline;
margin-bottom:30px;
margin-top:30px;
}
h3.fn,span.fn{
border-width: 1px;
border-style: solid;
border-color: #E6E6E6;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background-color: #F6F6F6;
word-spacing: 3px;
padding: 5px 5px;
text-decoration:none;
font-weight:bold;
max-width:75%;
font-size:14px;
margin:0px;
margin-top:45px;
}
.name{
color:#1A1A1A;
}
.type{
color:#808080;
}
@media print {
.title {
color:#0066CB;
font-family:Arial, Helvetica;
font-size: 32px;
font-weight: normal;
left: 0;
position: absolute;
right: 0;
top: 0;
}
}
/*
-----------------
table styles
-----------------
*/
.table img {
border:none;
margin-left:0px;
-moz-box-shadow:0px 0px 0px #fff;
-webkit-box-shadow: 0px 0px 0px #fff;
box-shadow: 0px 0px 0px #fff;
}
/* table with border alternative colours*/
table,pre{
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background-color: #F6F6F6;
border: 1px solid #E6E6E6;
border-collapse: separate;
margin-bottom: 25px;
margin-left: 15px;
font-size: 12px;
line-height: 1.2;
}
table th{
text-align:left;
padding-left:20px;
}
table td {
padding: 3px 15px 3px 20px;
border-bottom:#CCC dotted 1px;
}
table p { margin:0px;}
table tr.even {
background-color: white;
color: #66666E;
}
table tr.odd {
background-color: #F6F6F6;
color: #66666E;
}
table thead {
text-align:left;
padding-left:20px;
background-color:#e1e0e0;
border-left:none;
border-right:none;
}
table thead th {
padding-top:5px;
padding-left:10px;
padding-bottom:5px;
border-bottom: 2px solid #D1D1D1;
padding-right:10px;
}
/* table bodless & white*/
.borderless {
border-radius: 0px 0px 0px 0px;
background-color: #fff;
border: 1px solid #fff;
}
.borderless tr {
background-color: #FFF;
color: #66666E;
}
.borderless td {
border:none;
border-bottom:#fff dotted 1px;
}
/*
-----------
List
-----------
*/
ul{
padding-bottom:2px;
}
li {
margin-bottom: 10px;
padding-left: 8px;
list-style:outside;
list-style-type:square;
text-align:left;
}
ol{
margin:10px;
padding:0;
}
ol > li{
margin-left: 30px;
padding-left:8px;
list-style:decimal;
}
.centerAlign{
text-align: left;
}
.cpp{
display: block;
margin: 10px;
overflow: auto;
padding: 20px 20px 20px 20px;
}
.js{
display: block;
margin: 10px;
overflow: auto;
padding: 20px 20px 20px 20px;
}
.footer{
margin-top: 50px;
padding-left:5px;
margin-bottom: 10px;
font-size:10px;
border-top: 1px solid #999;
padding-top:11px;
}
.footerNavi{
width:auto;
text-align:right;
margin-top:50px;
z-index:1;
}
.memItemLeft{
padding-right: 3px;
}
.memItemRight{
padding: 3px 15px 3px 0;
}
.qml{
display: block;
margin: 10;
overflow: auto;
padding: 20px 20px 20px 20px;
}
.qmldefault{
padding-left: 5px;
float: right;
color: red;
}
.qmlreadonly{
padding-left: 5px;
float: right;
color: #254117;
}
.rightAlign{
padding: 3px 5px 3px 10px;
text-align: right;
}
.qmldoc {
margin-left: 15px;
}
/*
-----------
Content table
-----------
*/
@media print{
.toc {
float: right;
clear: right;
padding-bottom: 10px;
padding-top: 50px;
width: 100%;
background-image:url(../images/bgrContent.png);
background-position:top;
background-repeat:no-repeat;
}
}
@media screen{
.toc{
float:right;
clear: right;
vertical-align:top;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background:#FFF url(../images/bgrContent.png);
background-position:top;
background-repeat:repeat-x;
border: 1px solid #E6E6E6;
padding-left:5px;
padding-bottom:10px;
height: auto;
width: 200px;
text-align:left;
margin-left:20px;
}
}
.toc h3{
text-decoration:none;
}
.toc h3{font: 500 14px/1.2 Arial;
font-weight:100;
padding:0px;
margin:0px;
padding-top:5px;
padding-left:5px;
}
.toc ul{
padding-left:10px;
padding-right:5px;
}
.toc ul li{
margin-left:15px;
list-style-image:url(../images/bullet_dn.png);
marker-offset: 0px;
margin-bottom:8px;
padding-left:0px;
}
.toc .level1{
border:none;}
.toc .level2{
border:none;
margin-left: 25px;
}
.level3{
border:none;
margin-left: 30px;
}
.clearfix{
clear:both;}
/* start index box */
.indexbox
{
width: 100%;
display:inline-block;
}
.indexboxcont
{
display: block;
}
.indexboxcont .section
{
display: inline-block;
width: 49%;
*width:42%;
_width:42%;
padding:0 2% 0 1%;
vertical-align:top;
}
.indexboxcont .indexIcon
{
width: 11%;
*width:18%;
_width:18%;
overflow:hidden;
}
.indexboxcont .section {
float: left;
}
.indexboxcont .section p
{
padding-top: 20px;
padding-bottom: 20px;
}
.indexboxcont .sectionlist
{
display: inline-block;
vertical-align:top;
width: 32.5%;
padding: 0;
}
.indexboxcont .sectionlist ul
{
margin-bottom: 20px;
}
.indexboxcont .sectionlist ul li
{
line-height: 1.5;
}
.content .indexboxcont li
{
font: normal bold 13px/1 Verdana;
}
.content .normallist li
{
font: normal 13px/1 Verdana;
}
.indexbox .indexIcon {
width: 11%;
}
.indexbox .indexIcon span
{
display: block;
}
.indexboxcont:after
{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/*
-----------
Landing page
-----------
*/
.col-group {
white-space: nowrap;
vertical-align: top;
}
.col-1 {
display: inline-block;
white-space: normal;
width: 70%;
height: 100%;
float: left;
}
.col-1 h1 {
margin: 20px 0 0 0;
}
.col-2 {
display: inline-block;
white-space: normal;
width: 25%;
margin: 0 0 0 50px;
}
.sectionlist {
width: 100% !important;
} | 0.377082 | 0.05715 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: sans-serif;
color: #2c3e50;
}
.section {
text-align: center;
}
#settings {
margin: 1em 1em 2em;
padding: 1em;
}
#eye {
margin-top: 5em;
}
#eyexercise, #ready, #settings { display:none; }
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
margin-top: 0;
margin-bottom: 20px;
display: block;
}
h1 {
font-size: 36px;
line-height: 50px;
}
h2 {
font-size: 32px;
line-height: 46px;
}
h3 {
font-size: 28px;
line-height: 42px;
}
p {
margin-bottom: 20px;
margin-top: 0;
display: block;
line-height: 28px;
}
a {
color: #16a085;
font-weight: 400;
text-decoration: none;
transition: all .3s;
}
a:hover {
text-decoration: underline;
cursor: hand;
}
.button {
display: inline-block;
margin: 5px 5px 20px;
padding: 5px 18px;
line-height: 20px;
font-size: 16px;
border-radius: 5px;
font-weight: 300;
text-decoration: none!important;
text-align: center;
transition: all .3s;
cursor: pointer;
text-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;
}
.button-big {
padding: 5px 25px;
line-height: 28px;
font-size: 16px;
}
.button-filled {
color: #fff;
background-color: #16a085;
border: 1px solid #16a085;
}
.button-outline {
color: #16a085;
background-color: transparent;
border: 1px solid #16a085;
}
@media (min-width: 600px) {
.button-group {
display: inline-block;
margin: 1em;
}
.button-group > .button {
margin: 0;
float: left;
}
.button-group > .button:first-child:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none;
}
.button-group > .button:last-child:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.button-group > .button:not(:first-child):not(:last-child) {
border-radius: 0;
border-right: none;
}
}
@media (max-width: 599px) {
.button-group {
display: inline-block;
margin: 1em;
}
.button-group > .button {
margin: 0;
width: 100%;
float: left;
}
.button-group > .button:first-child:not(:last-child) {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom: none;
}
.button-group > .button:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.button-group > .button:not(:first-child):not(:last-child) {
border-radius: 0;
border-bottom: none;
}
}
label {
display: inline-block;
margin: 0.75em 0 0.75em;
}
.input-text {
text-align: center;
width: 142px;
display: inline-block;
margin: 0 5px 20px;
padding: 5px 18px;
height: 32px;
line-height: 32px;
border-radius: 5px;
border: 1px solid #d1e1e8;
color: #526475;
outline: 0;
font-size: 16px;
font-weight: 300;
transition: all .3s;
}
.input-text:focus {
border: 1px solid #16a085;
}
input[type=range].input-range {
-webkit-appearance: none;
width: 16em;
margin: 7.5px 0;
}
input[type=range].input-range:focus {
outline: none;
}
input[type=range].input-range::-webkit-slider-runnable-track {
width: 100%;
height: 5px;
cursor: pointer;
background: #d1e1e8;
border-radius: 5px;
}
input[type=range].input-range::-webkit-slider-thumb {
border: 1px solid #16a085;
height: 20px;
width: 20px;
border-radius: 5px;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -7.5px;
}
input[type=range].input-range:focus::-webkit-slider-runnable-track {
background: #d1e1e8;
}
input[type=range].input-range::-moz-range-track {
width: 100%;
height: 5px;
cursor: pointer;
background: #d1e1e8;
border-radius: 5px;
}
input[type=range].input-range::-moz-range-thumb {
border: 1px solid #16a085;
height: 20px;
width: 20px;
border-radius: 5px;
background: #ffffff;
cursor: pointer;
}
input[type=range].input-range::-ms-track {
width: 100%;
height: 5px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range].input-range::-ms-fill-lower {
background: #d1e1e8;
border-radius: 5px;
}
input[type=range].input-range::-ms-fill-upper {
background: #d1e1e8;
border-radius: 5px;
}
input[type=range].input-range::-ms-thumb {
border: 1px solid #16a085;
height: 20px;
width: 20px;
border-radius: 5px;
background: #ffffff;
cursor: pointer;
height: 5px;
}
input[type=range].input-range:focus::-ms-fill-lower {
background: #d1e1e8;
}
input[type=range].input-range:focus::-ms-fill-upper {
background: #d1e1e8;
}
#timer {
margin: 1em auto;
max-width: 2.5em;
border-radius: 5px;
font-weight: 300;
text-decoration: none!important;
text-align: center;
transition: all .3s;
padding: 0.5em;
font-size: 40px;
color: #2c3e50;
background-color: transparent;
border: 1px solid #2c3e50;
} | css/style.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: sans-serif;
color: #2c3e50;
}
.section {
text-align: center;
}
#settings {
margin: 1em 1em 2em;
padding: 1em;
}
#eye {
margin-top: 5em;
}
#eyexercise, #ready, #settings { display:none; }
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
margin-top: 0;
margin-bottom: 20px;
display: block;
}
h1 {
font-size: 36px;
line-height: 50px;
}
h2 {
font-size: 32px;
line-height: 46px;
}
h3 {
font-size: 28px;
line-height: 42px;
}
p {
margin-bottom: 20px;
margin-top: 0;
display: block;
line-height: 28px;
}
a {
color: #16a085;
font-weight: 400;
text-decoration: none;
transition: all .3s;
}
a:hover {
text-decoration: underline;
cursor: hand;
}
.button {
display: inline-block;
margin: 5px 5px 20px;
padding: 5px 18px;
line-height: 20px;
font-size: 16px;
border-radius: 5px;
font-weight: 300;
text-decoration: none!important;
text-align: center;
transition: all .3s;
cursor: pointer;
text-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;
}
.button-big {
padding: 5px 25px;
line-height: 28px;
font-size: 16px;
}
.button-filled {
color: #fff;
background-color: #16a085;
border: 1px solid #16a085;
}
.button-outline {
color: #16a085;
background-color: transparent;
border: 1px solid #16a085;
}
@media (min-width: 600px) {
.button-group {
display: inline-block;
margin: 1em;
}
.button-group > .button {
margin: 0;
float: left;
}
.button-group > .button:first-child:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none;
}
.button-group > .button:last-child:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.button-group > .button:not(:first-child):not(:last-child) {
border-radius: 0;
border-right: none;
}
}
@media (max-width: 599px) {
.button-group {
display: inline-block;
margin: 1em;
}
.button-group > .button {
margin: 0;
width: 100%;
float: left;
}
.button-group > .button:first-child:not(:last-child) {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom: none;
}
.button-group > .button:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.button-group > .button:not(:first-child):not(:last-child) {
border-radius: 0;
border-bottom: none;
}
}
label {
display: inline-block;
margin: 0.75em 0 0.75em;
}
.input-text {
text-align: center;
width: 142px;
display: inline-block;
margin: 0 5px 20px;
padding: 5px 18px;
height: 32px;
line-height: 32px;
border-radius: 5px;
border: 1px solid #d1e1e8;
color: #526475;
outline: 0;
font-size: 16px;
font-weight: 300;
transition: all .3s;
}
.input-text:focus {
border: 1px solid #16a085;
}
input[type=range].input-range {
-webkit-appearance: none;
width: 16em;
margin: 7.5px 0;
}
input[type=range].input-range:focus {
outline: none;
}
input[type=range].input-range::-webkit-slider-runnable-track {
width: 100%;
height: 5px;
cursor: pointer;
background: #d1e1e8;
border-radius: 5px;
}
input[type=range].input-range::-webkit-slider-thumb {
border: 1px solid #16a085;
height: 20px;
width: 20px;
border-radius: 5px;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -7.5px;
}
input[type=range].input-range:focus::-webkit-slider-runnable-track {
background: #d1e1e8;
}
input[type=range].input-range::-moz-range-track {
width: 100%;
height: 5px;
cursor: pointer;
background: #d1e1e8;
border-radius: 5px;
}
input[type=range].input-range::-moz-range-thumb {
border: 1px solid #16a085;
height: 20px;
width: 20px;
border-radius: 5px;
background: #ffffff;
cursor: pointer;
}
input[type=range].input-range::-ms-track {
width: 100%;
height: 5px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range].input-range::-ms-fill-lower {
background: #d1e1e8;
border-radius: 5px;
}
input[type=range].input-range::-ms-fill-upper {
background: #d1e1e8;
border-radius: 5px;
}
input[type=range].input-range::-ms-thumb {
border: 1px solid #16a085;
height: 20px;
width: 20px;
border-radius: 5px;
background: #ffffff;
cursor: pointer;
height: 5px;
}
input[type=range].input-range:focus::-ms-fill-lower {
background: #d1e1e8;
}
input[type=range].input-range:focus::-ms-fill-upper {
background: #d1e1e8;
}
#timer {
margin: 1em auto;
max-width: 2.5em;
border-radius: 5px;
font-weight: 300;
text-decoration: none!important;
text-align: center;
transition: all .3s;
padding: 0.5em;
font-size: 40px;
color: #2c3e50;
background-color: transparent;
border: 1px solid #2c3e50;
} | 0.259544 | 0.09628 |
.audio2_html5Bg {
position:relative;
}
*/
/* the container */
.audio2_html5 {
/*background:#0000CC;
padding:5px;*/
}
.xaudioplaylist {
display:none;
}
/* jquery ui styles */
.ui-slider-handle {
position: absolute;
z-index: 2;
display: block;
margin-left:-0.6em;
cursor: default;
outline: none;
}
.ui-slider-range {
display:block;
width:100%;
height:100%;
left:0;
bottom: 0;
border:0 none;
position:absolute;
z-index:1;
}
.ui-progressbar {
/*height: 5px;*/
}
.ui-progressbar-value {
height:100%;
}
/* whiteControllers */
.audio2_html5.whiteControllers {
float: left;
position: relative;
font:11px Arial, Helvetica, sans-serif;
color:#FFF;
margin:0;
padding:0;
}
.audio2_html5.whiteControllers .AudioControls {
/*clear: both;*/
width: 100%;
margin:0;
padding:0;
}
.audio2_html5.whiteControllers .ximage {
position:absolute;
width: 80px;
height: 80px;
/*border:1px solid #FFF;*/
margin:0;
padding:0;
overflow:hidden;
}
/* rewind */
.audio2_html5.whiteControllers .AudioRewind {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 12px;
height: 14px;
background: url(/controllers/whiteControllers/rewind-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioRewind:hover {
background: url(/controllers/whiteControllers/rewind-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioShuffle {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 19px;
height: 14px;
background: url(/controllers/whiteControllers/shuffle-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioShuffle:hover {
background: url(/controllers/whiteControllers/shuffle-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioShuffleON {
background: url(/controllers/whiteControllers/shuffle-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioDownload {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 15px;
height: 14px;
background: url(/controllers/whiteControllers/download-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioDownload:hover {
background: url(/controllers/whiteControllers/download-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioBuy {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 15px;
height: 14px;
background: url(/controllers/whiteControllers/buy-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioBuy:hover {
background: url(/controllers/whiteControllers/buy-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioLyrics {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 15px;
height: 14px;
background: url(/controllers/whiteControllers/lyrics-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioLyrics:hover {
background: url(/controllers/whiteControllers/lyrics-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioFacebook {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 7px;
height: 14px;
background: url(/controllers/whiteControllers/facebook-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioFacebook:hover {
background: url(/controllers/whiteControllers/facebook-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioTwitter {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 14px;
height: 14px;
background: url(/controllers/whiteControllers/twitter-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioTwitter:hover {
background: url(/controllers/whiteControllers/twitter-on.png) no-repeat;
}
/* play */
.audio2_html5.whiteControllers .AudioPlay {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 37px;
height: 37px;
background: url(/controllers/whiteControllers/play-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioPlay:hover {
background: url(/controllers/whiteControllers/play-on.png) no-repeat;
}
/* pause */
.audio2_html5.whiteControllers .AudioPause {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 37px;
height: 37px;
background: url(/controllers/whiteControllers/pause-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioPause:hover {
background: url(/controllers/whiteControllers/pause-on.png) no-repeat;
}
/* prev */
.audio2_html5.whiteControllers .AudioPrev {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 27px;
height: 26px;
background: url(/controllers/whiteControllers/prev-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioPrev:hover {
background: url(/controllers/whiteControllers/prev-on.png) no-repeat;
}
/* next */
.audio2_html5.whiteControllers .AudioNext {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 27px;
height: 26px;
background: url(/controllers/whiteControllers/next-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioNext:hover {
background: url(/controllers/whiteControllers/next-on.png) no-repeat;
}
.audio2_html5.whiteControllers .bordersDiv {
position:absolute;
display: block;
margin:0;
padding:0;
height: 20px;
z-index:0;
border-top-width:1px;
border-top-style:solid;
border-top-color:#000000;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#000000;
}
/*show/hide playlist */
.audio2_html5.whiteControllers .AudioShowHidePlaylist {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 12px;
height: 14px;
background: url(/controllers/whiteControllers/showhideplaylist-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioShowHidePlaylist:hover {
background: url(/controllers/whiteControllers/showhideplaylist-on.png) no-repeat;
}
/* volume button Mute & UnMute*/
.audio2_html5.whiteControllers .VolumeButton {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 7px;
height: 10px;
background: url(/controllers/whiteControllers/volume-off.png) no-repeat;
}
.audio2_html5.whiteControllers .VolumeButton:hover {
background: url(/controllers/whiteControllers/volume-on.png) no-repeat;
}
.audio2_html5.whiteControllers .VolumeButtonMuted {
background: url(/controllers/whiteControllers/volumeMute-off.png) no-repeat;
}
.audio2_html5.whiteControllers .VolumeButtonMuted:hover {
background: url(/controllers/whiteControllers/volumeMute-on.png) no-repeat;
}
/* volume slider */
.audio2_html5.whiteControllers .VolumeSlider {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width:100px;
height:4px;
/*background: #fff000;*/
}
.audio2_html5.whiteControllers .VolumeSlider .ui-slider-handle {
display:none;
}
.audio2_html5.whiteControllers .VolumeSlider .ui-slider-handle.ui-state-hover {
/*background: #fff000;*/
}
.audio2_html5.whiteControllers .VolumeSlider .ui-slider-range {
position:relative;
height:4px;
/*background: #00F; blue*/
}
/* timer */
.audio2_html5.whiteControllers .AudioTimer_a {
/*float:left;*/
position:absolute;
/*top:10px;
left:15px;*/
display: block;
margin:0;
padding:0;
line-height:1;
font-weight: normal;
/*border:1px solid #F00;*/
}
.audio2_html5.whiteControllers .AudioTimer_b {
/*float:left;*/
position:absolute;
/*top:10px;
right:15px;*/
display: block;
margin:0;
height:auto;
padding:0;
line-height:1;
display: block;
font-weight: normal;
/*border:1px solid #F00;*/
}
/* buffer */
.audio2_html5.whiteControllers .AudioBuffer {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
height: 4px;
margin:0;
padding:0;
/*width:100%;*/
}
.audio2_html5.whiteControllers .AudioBuffer .ui-widget-content { }
.audio2_html5.whiteControllers .AudioBuffer .ui-widget-header { /*background:#93C; mauve*/ }
/* seek */
.audio2_html5.whiteControllers .AudioSeek {
/*clear:both;*/
cursor: pointer;
position:absolute;
height: 4px;
margin:0;
padding:0;
/*margin-top:-9px; margin:5px 0px 5px 0px; (AudioBuffer) + height:4px;*/
}
.audio2_html5.whiteControllers .AudioSeek .ui-slider-handle {
display:none;
}
.audio2_html5.whiteControllers .AudioSeek .ui-slider-handle.ui-state-hover {
/*background: #fff000;*/
}
.audio2_html5.whiteControllers .AudioSeek .ui-slider-range {
height:4px;
}
/*song Author & Title*/
.audio2_html5.whiteControllers .songTitle {
position:absolute;
float:left;
display: block;
overflow:hidden;
height:14px;
margin:0;
padding:0;
line-height:1;
font-weight: normal;
}
.audio2_html5.whiteControllers .songTitleInside {
position: absolute;
white-space: nowrap;
}
.audio2_html5.whiteControllers .songAuthor {
position:absolute;
float:left;
display: block;
overflow:hidden;
height:12px;
margin:0;
padding:0;
line-height:1;
font-weight: normal;
/*border:1px solid #CC6;*/
}
/* playlist */
.audio2_html5.whiteControllers .selectedCategDiv {
cursor: pointer;
margin:0;
padding:0px 0px;
text-align:center;
/*font-size:13px;
line-height:1.5;
font-weight:bold;*/
background-image:url(/controllers/whiteControllers/categories_arrow_bg.png);
background-repeat:no-repeat;
}
.audio2_html5.whiteControllers .innerSelectedCategDiv {
cursor: pointer;
overflow:hidden;
height:25px;
width:80%;
margin:0;
padding:0px 10%;
text-align:center;
font-size:13px;
line-height:1.9;
font-weight:bold;
background-image:url(/controllers/whiteControllers/categories_arrow_bg.png);
background-repeat:no-repeat;
}
.audio2_html5.whiteControllers .searchDiv {
margin:0;
padding:0;
background-image:url(/controllers/whiteControllers/search_icon.png);
background-repeat:no-repeat;
background-position: 10px 50%;
}
.audio2_html5.whiteControllers .search_term {
background-color:#FFF;
border: 1px solid #333333;
color: #000000;
font:11px Arial, Helvetica, sans-serif;
margin:3px 30px;
padding: 1px;
}
.audio2_html5.whiteControllers .thumbsHolderWrapper {
position:absolute;
height:100%;
margin-top:0px;
overflow:hidden;
}
.audio2_html5.whiteControllers .thumbsHolderVisibleWrapper {
/*position:absolute;*/
position:relative;
height:100%;
overflow:hidden;
clear:both;/*new*/
}
.audio2_html5.whiteControllers .thumbsHolder {
position:absolute;
text-align:left;
}
/* thumbsOFF */
.audio2_html5.whiteControllers .thumbsHolder_ThumbOFF {
display:block;
height:30px;
cursor: pointer;
background:#000;
overflow:hidden;
border-bottom:1px solid #ff0000;
line-height:2.5em;
}
.audio2_html5.whiteControllers .thumbsHolder_ThumbOFF .padding {
padding:2px 10px 10px 10px;
}
/* scroller start */
.audio2_html5.whiteControllers .slider-vertical {
display:none;
position:absolute;
width:9px;
}
.audio2_html5.whiteControllers .slider-vertical.ui-slider { position: relative;}
.audio2_html5.whiteControllers .slider-vertical.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 9px; height: 16px; cursor: pointer; background:url(controllers/whiteControllers/scrollerFaceOFF.png) 0 0 no-repeat; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider .ui-slider-handle:hover { background:url(controllers/whiteControllers/scrollerFaceON.png) 0 0 no-repeat; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; border: 0; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical { width: 9px; height: 100px; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical .ui-slider-handle { left: 0px; margin-left: 0px; margin-bottom: -16px;; border: 0; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical .ui-slider-range-max { top: 0; }
/* Component containers
----------------------------------*/
.audio2_html5.whiteControllers .slider-vertical.ui-widget-content { /*background: #ff7800;*/}
.audio2_html5.whiteControllers .slider-vertical .ui-widget-header { /*background: #24ff00;*/ }
/* Corner radius */
.audio2_html5.whiteControllers .slider-vertical.ui-corner-all {}
/* Interaction states
----------------------------------
.audio2_html5.whiteControllers .slider-vertical.ui-state-default {background: #000000; }
.audio2_html5.whiteControllers .slider-vertical.ui-state-hover { background: #FFF000; }
*/
/* scroller end */
/* blackControllers */
.audio2_html5.blackControllers {
float: left;
position: relative;
font:11px Arial, Helvetica, sans-serif;
color:#FFF;
margin:0;
padding:0;
}
.audio2_html5.blackControllers .AudioControls {
/*clear: both;*/
width: 100%;
margin:0;
padding:0;
}
.audio2_html5.blackControllers .ximage {
position:absolute;
width: 80px;
height: 80px;
/*border:1px solid #FFF;*/
margin:0;
padding:0;
overflow:hidden;
}
/* rewind */
.audio2_html5.blackControllers .AudioRewind {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 12px;
height: 14px;
background: url(controllers/blackControllers/rewind-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioRewind:hover {
background: url(controllers/blackControllers/rewind-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioShuffle {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 19px;
height: 14px;
background: url(controllers/blackControllers/shuffle-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioShuffle:hover {
background: url(controllers/blackControllers/shuffle-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioShuffleON {
background: url(controllers/blackControllers/shuffle-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioDownload {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 15px;
height: 14px;
background: url(controllers/blackControllers/download-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioDownload:hover {
background: url(controllers/blackControllers/download-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioBuy {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 15px;
height: 14px;
background: url(controllers/blackControllers/buy-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioBuy:hover {
background: url(controllers/blackControllers/buy-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioLyrics {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 15px;
height: 14px;
background: url(controllers/blackControllers/lyrics-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioLyrics:hover {
background: url(controllers/blackControllers/lyrics-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioFacebook {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 7px;
height: 14px;
background: url(controllers/blackControllers/facebook-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioFacebook:hover {
background: url(controllers/blackControllers/facebook-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioTwitter {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 14px;
height: 14px;
background: url(controllers/blackControllers/twitter-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioTwitter:hover {
background: url(controllers/blackControllers/twitter-on.png) no-repeat;
}
/* play */
.audio2_html5.blackControllers .AudioPlay {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 37px;
height: 37px;
background: url(controllers/blackControllers/play-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioPlay:hover {
background: url(controllers/blackControllers/play-on.png) no-repeat;
}
/* pause */
.audio2_html5.blackControllers .AudioPause {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 37px;
height: 37px;
background: url(controllers/blackControllers/pause-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioPause:hover {
background: url(controllers/blackControllers/pause-on.png) no-repeat;
}
/* prev */
.audio2_html5.blackControllers .AudioPrev {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 27px;
height: 26px;
background: url(controllers/blackControllers/prev-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioPrev:hover {
background: url(controllers/blackControllers/prev-on.png) no-repeat;
}
/* next */
.audio2_html5.blackControllers .AudioNext {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 27px;
height: 26px;
background: url(controllers/blackControllers/next-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioNext:hover {
background: url(controllers/blackControllers/next-on.png) no-repeat;
}
.audio2_html5.blackControllers .bordersDiv {
position:absolute;
display: block;
margin:0;
padding:0;
height: 20px;
z-index:0;
border-top-width:1px;
border-top-style:solid;
border-top-color:#000000;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#000000;
}
/*show/hide playlist */
.audio2_html5.blackControllers .AudioShowHidePlaylist {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 12px;
height: 14px;
background: url(controllers/blackControllers/showhideplaylist-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioShowHidePlaylist:hover {
background: url(controllers/blackControllers/showhideplaylist-on.png) no-repeat;
}
/* volume button Mute & UnMute*/
.audio2_html5.blackControllers .VolumeButton {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 7px;
height: 10px;
background: url(controllers/blackControllers/volume-off.png) no-repeat;
}
.audio2_html5.blackControllers .VolumeButton:hover {
background: url(controllers/blackControllers/volume-on.png) no-repeat;
}
.audio2_html5.blackControllers .VolumeButtonMuted {
background: url(controllers/blackControllers/volumeMute-off.png) no-repeat;
}
.audio2_html5.blackControllers .VolumeButtonMuted:hover {
background: url(controllers/blackControllers/volumeMute-on.png) no-repeat;
}
/* volume slider */
.audio2_html5.blackControllers .VolumeSlider {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width:100px;
height:4px;
/*background: #fff000;*/
}
.audio2_html5.blackControllers .VolumeSlider .ui-slider-handle {
display:none;
}
.audio2_html5.blackControllers .VolumeSlider .ui-slider-handle.ui-state-hover {
/*background: #fff000;*/
}
.audio2_html5.blackControllers .VolumeSlider .ui-slider-range {
position:relative;
height:4px;
/*background: #00F; blue*/
}
/* timer */
.audio2_html5.blackControllers .AudioTimer_a {
/*float:left;*/
position:absolute;
/*top:10px;
left:15px;*/
display: block;
margin:0;
padding:0;
line-height:1;
font-weight: normal;
/*border:1px solid #F00;*/
}
.audio2_html5.blackControllers .AudioTimer_b {
/*float:left;*/
position:absolute;
/*top:10px;
right:15px;*/
display: block;
margin:0;
height:auto;
padding:0;
line-height:1;
display: block;
font-weight: normal;
/*border:1px solid #F00;*/
}
/* buffer */
.audio2_html5.blackControllers .AudioBuffer {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
height: 4px;
margin:0;
padding:0;
/*width:100%;*/
}
.audio2_html5.blackControllers .AudioBuffer .ui-widget-content { }
.audio2_html5.blackControllers .AudioBuffer .ui-widget-header { /*background:#93C; mauve*/ }
/* seek */
.audio2_html5.blackControllers .AudioSeek {
/*clear:both;*/
cursor: pointer;
position:absolute;
height: 4px;
margin:0;
padding:0;
/*margin-top:-9px; margin:5px 0px 5px 0px; (AudioBuffer) + height:4px;*/
}
.audio2_html5.blackControllers .AudioSeek .ui-slider-handle {
display:none;
}
.audio2_html5.blackControllers .AudioSeek .ui-slider-handle.ui-state-hover {
/*background: #fff000;*/
}
.audio2_html5.blackControllers .AudioSeek .ui-slider-range {
height:4px;
}
/*song Author & Title*/
.audio2_html5.blackControllers .songTitle {
position:absolute;
float:left;
display: block;
overflow:hidden;
height:14px;
margin:0;
padding:0;
line-height:1;
font-weight: normal;
}
.audio2_html5.blackControllers .songTitleInside {
position: absolute;
white-space: nowrap;
}
.audio2_html5.blackControllers .songAuthor {
position:absolute;
float:left;
display: block;
overflow:hidden;
height:12px;
margin:0;
padding:0;
line-height:1;
font-weight: normal;
/*border:1px solid #CC6;*/
}
/* playlist */
.audio2_html5.blackControllers .selectedCategDiv {
cursor: pointer;
margin:0;
padding:0px 0px;
text-align:center;
/*font-size:13px;
line-height:1.5;
font-weight:bold;*/
background-image:url(controllers/blackControllers/categories_arrow_bg.png);
background-repeat:no-repeat;
}
.audio2_html5.blackControllers .innerSelectedCategDiv {
cursor: pointer;
overflow:hidden;
height:25px;
width:80%;
margin:0;
padding:0px 10%;
text-align:center;
font-size:13px;
line-height:1.9;
font-weight:bold;
background-image:url(controllers/blackControllers/categories_arrow_bg.png);
background-repeat:no-repeat;
}
.audio2_html5.blackControllers .searchDiv {
margin:0;
padding:0;
background-image:url(controllers/blackControllers/search_icon.png);
background-repeat:no-repeat;
background-position: 10px 50%;
}
.audio2_html5.blackControllers .search_term {
background-color:#FFF;
border: 1px solid #333333;
color: #000000;
font:11px Arial, Helvetica, sans-serif;
margin:3px 30px;
padding: 1px;
}
.audio2_html5.blackControllers .thumbsHolderWrapper {
position:absolute;
height:100%;
margin-top:0px;
overflow:hidden;
}
.audio2_html5.blackControllers .thumbsHolderVisibleWrapper {
/*position:absolute;*/
position:relative;
height:100%;
overflow:hidden;
clear:both;/*new*/
}
.audio2_html5.blackControllers .thumbsHolder {
position:absolute;
text-align:left;
}
/* thumbsOFF */
.audio2_html5.blackControllers .thumbsHolder_ThumbOFF {
display:block;
height:30px;
cursor: pointer;
background:#000;
overflow:hidden;
border-bottom:1px solid #ff0000;
line-height:2.5em;
}
.audio2_html5.blackControllers .thumbsHolder_ThumbOFF .padding {
padding:2px 10px 10px 10px;
}
/* scroller start */
.audio2_html5.blackControllers .slider-vertical {
display:none;
position:absolute;
width:9px;
}
.audio2_html5.blackControllers .slider-vertical.ui-slider { position: relative;}
.audio2_html5.blackControllers .slider-vertical.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 9px; height: 16px; cursor: pointer; background:url(controllers/blackControllers/scrollerFaceOFF.png) 0 0 no-repeat; }
.audio2_html5.blackControllers .slider-vertical.ui-slider .ui-slider-handle:hover { background:url(controllers/blackControllers/scrollerFaceON.png) 0 0 no-repeat; }
.audio2_html5.blackControllers .slider-vertical.ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; border: 0; }
.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical { width: 9px; height: 100px; }
.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical .ui-slider-handle { left: 0px; margin-left: 0px; margin-bottom: -16px;; border: 0; }
.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical .ui-slider-range-max { top: 0; }
/* Component containers
----------------------------------*/
.audio2_html5.blackControllers .slider-vertical.ui-widget-content { /*background: #ff7800;*/}
.audio2_html5.blackControllers .slider-vertical .ui-widget-header { /*background: #24ff00;*/ }
/* Corner radius */
.audio2_html5.blackControllers .slider-vertical.ui-corner-all {}
/* Interaction states
----------------------------------
.audio2_html5.blackControllers .slider-vertical.ui-state-default {background: #000000; }
.audio2_html5.blackControllers .slider-vertical.ui-state-hover { background: #FFF000; }
*/
/* scroller end */
/* Interaction states
----------------------------------
.audio2_html5.giant .slider-vertical.ui-state-default {background: #000000; }
.audio2_html5.giant .slider-vertical.ui-state-hover { background: #FFF000; }
*/
/* scroller end */
.hideElement {
display:none;
}
.clearBoth {
clear: both;
} | static/themes/after-dark-master/layouts/partials/head/audio2_html5.css |
.audio2_html5Bg {
position:relative;
}
*/
/* the container */
.audio2_html5 {
/*background:#0000CC;
padding:5px;*/
}
.xaudioplaylist {
display:none;
}
/* jquery ui styles */
.ui-slider-handle {
position: absolute;
z-index: 2;
display: block;
margin-left:-0.6em;
cursor: default;
outline: none;
}
.ui-slider-range {
display:block;
width:100%;
height:100%;
left:0;
bottom: 0;
border:0 none;
position:absolute;
z-index:1;
}
.ui-progressbar {
/*height: 5px;*/
}
.ui-progressbar-value {
height:100%;
}
/* whiteControllers */
.audio2_html5.whiteControllers {
float: left;
position: relative;
font:11px Arial, Helvetica, sans-serif;
color:#FFF;
margin:0;
padding:0;
}
.audio2_html5.whiteControllers .AudioControls {
/*clear: both;*/
width: 100%;
margin:0;
padding:0;
}
.audio2_html5.whiteControllers .ximage {
position:absolute;
width: 80px;
height: 80px;
/*border:1px solid #FFF;*/
margin:0;
padding:0;
overflow:hidden;
}
/* rewind */
.audio2_html5.whiteControllers .AudioRewind {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 12px;
height: 14px;
background: url(/controllers/whiteControllers/rewind-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioRewind:hover {
background: url(/controllers/whiteControllers/rewind-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioShuffle {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 19px;
height: 14px;
background: url(/controllers/whiteControllers/shuffle-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioShuffle:hover {
background: url(/controllers/whiteControllers/shuffle-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioShuffleON {
background: url(/controllers/whiteControllers/shuffle-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioDownload {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 15px;
height: 14px;
background: url(/controllers/whiteControllers/download-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioDownload:hover {
background: url(/controllers/whiteControllers/download-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioBuy {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 15px;
height: 14px;
background: url(/controllers/whiteControllers/buy-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioBuy:hover {
background: url(/controllers/whiteControllers/buy-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioLyrics {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 15px;
height: 14px;
background: url(/controllers/whiteControllers/lyrics-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioLyrics:hover {
background: url(/controllers/whiteControllers/lyrics-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioFacebook {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 7px;
height: 14px;
background: url(/controllers/whiteControllers/facebook-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioFacebook:hover {
background: url(/controllers/whiteControllers/facebook-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioTwitter {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 14px;
height: 14px;
background: url(/controllers/whiteControllers/twitter-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioTwitter:hover {
background: url(/controllers/whiteControllers/twitter-on.png) no-repeat;
}
/* play */
.audio2_html5.whiteControllers .AudioPlay {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 37px;
height: 37px;
background: url(/controllers/whiteControllers/play-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioPlay:hover {
background: url(/controllers/whiteControllers/play-on.png) no-repeat;
}
/* pause */
.audio2_html5.whiteControllers .AudioPause {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 37px;
height: 37px;
background: url(/controllers/whiteControllers/pause-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioPause:hover {
background: url(/controllers/whiteControllers/pause-on.png) no-repeat;
}
/* prev */
.audio2_html5.whiteControllers .AudioPrev {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 27px;
height: 26px;
background: url(/controllers/whiteControllers/prev-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioPrev:hover {
background: url(/controllers/whiteControllers/prev-on.png) no-repeat;
}
/* next */
.audio2_html5.whiteControllers .AudioNext {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 27px;
height: 26px;
background: url(/controllers/whiteControllers/next-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioNext:hover {
background: url(/controllers/whiteControllers/next-on.png) no-repeat;
}
.audio2_html5.whiteControllers .bordersDiv {
position:absolute;
display: block;
margin:0;
padding:0;
height: 20px;
z-index:0;
border-top-width:1px;
border-top-style:solid;
border-top-color:#000000;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#000000;
}
/*show/hide playlist */
.audio2_html5.whiteControllers .AudioShowHidePlaylist {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 12px;
height: 14px;
background: url(/controllers/whiteControllers/showhideplaylist-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioShowHidePlaylist:hover {
background: url(/controllers/whiteControllers/showhideplaylist-on.png) no-repeat;
}
/* volume button Mute & UnMute*/
.audio2_html5.whiteControllers .VolumeButton {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 7px;
height: 10px;
background: url(/controllers/whiteControllers/volume-off.png) no-repeat;
}
.audio2_html5.whiteControllers .VolumeButton:hover {
background: url(/controllers/whiteControllers/volume-on.png) no-repeat;
}
.audio2_html5.whiteControllers .VolumeButtonMuted {
background: url(/controllers/whiteControllers/volumeMute-off.png) no-repeat;
}
.audio2_html5.whiteControllers .VolumeButtonMuted:hover {
background: url(/controllers/whiteControllers/volumeMute-on.png) no-repeat;
}
/* volume slider */
.audio2_html5.whiteControllers .VolumeSlider {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width:100px;
height:4px;
/*background: #fff000;*/
}
.audio2_html5.whiteControllers .VolumeSlider .ui-slider-handle {
display:none;
}
.audio2_html5.whiteControllers .VolumeSlider .ui-slider-handle.ui-state-hover {
/*background: #fff000;*/
}
.audio2_html5.whiteControllers .VolumeSlider .ui-slider-range {
position:relative;
height:4px;
/*background: #00F; blue*/
}
/* timer */
.audio2_html5.whiteControllers .AudioTimer_a {
/*float:left;*/
position:absolute;
/*top:10px;
left:15px;*/
display: block;
margin:0;
padding:0;
line-height:1;
font-weight: normal;
/*border:1px solid #F00;*/
}
.audio2_html5.whiteControllers .AudioTimer_b {
/*float:left;*/
position:absolute;
/*top:10px;
right:15px;*/
display: block;
margin:0;
height:auto;
padding:0;
line-height:1;
display: block;
font-weight: normal;
/*border:1px solid #F00;*/
}
/* buffer */
.audio2_html5.whiteControllers .AudioBuffer {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
height: 4px;
margin:0;
padding:0;
/*width:100%;*/
}
.audio2_html5.whiteControllers .AudioBuffer .ui-widget-content { }
.audio2_html5.whiteControllers .AudioBuffer .ui-widget-header { /*background:#93C; mauve*/ }
/* seek */
.audio2_html5.whiteControllers .AudioSeek {
/*clear:both;*/
cursor: pointer;
position:absolute;
height: 4px;
margin:0;
padding:0;
/*margin-top:-9px; margin:5px 0px 5px 0px; (AudioBuffer) + height:4px;*/
}
.audio2_html5.whiteControllers .AudioSeek .ui-slider-handle {
display:none;
}
.audio2_html5.whiteControllers .AudioSeek .ui-slider-handle.ui-state-hover {
/*background: #fff000;*/
}
.audio2_html5.whiteControllers .AudioSeek .ui-slider-range {
height:4px;
}
/*song Author & Title*/
.audio2_html5.whiteControllers .songTitle {
position:absolute;
float:left;
display: block;
overflow:hidden;
height:14px;
margin:0;
padding:0;
line-height:1;
font-weight: normal;
}
.audio2_html5.whiteControllers .songTitleInside {
position: absolute;
white-space: nowrap;
}
.audio2_html5.whiteControllers .songAuthor {
position:absolute;
float:left;
display: block;
overflow:hidden;
height:12px;
margin:0;
padding:0;
line-height:1;
font-weight: normal;
/*border:1px solid #CC6;*/
}
/* playlist */
.audio2_html5.whiteControllers .selectedCategDiv {
cursor: pointer;
margin:0;
padding:0px 0px;
text-align:center;
/*font-size:13px;
line-height:1.5;
font-weight:bold;*/
background-image:url(/controllers/whiteControllers/categories_arrow_bg.png);
background-repeat:no-repeat;
}
.audio2_html5.whiteControllers .innerSelectedCategDiv {
cursor: pointer;
overflow:hidden;
height:25px;
width:80%;
margin:0;
padding:0px 10%;
text-align:center;
font-size:13px;
line-height:1.9;
font-weight:bold;
background-image:url(/controllers/whiteControllers/categories_arrow_bg.png);
background-repeat:no-repeat;
}
.audio2_html5.whiteControllers .searchDiv {
margin:0;
padding:0;
background-image:url(/controllers/whiteControllers/search_icon.png);
background-repeat:no-repeat;
background-position: 10px 50%;
}
.audio2_html5.whiteControllers .search_term {
background-color:#FFF;
border: 1px solid #333333;
color: #000000;
font:11px Arial, Helvetica, sans-serif;
margin:3px 30px;
padding: 1px;
}
.audio2_html5.whiteControllers .thumbsHolderWrapper {
position:absolute;
height:100%;
margin-top:0px;
overflow:hidden;
}
.audio2_html5.whiteControllers .thumbsHolderVisibleWrapper {
/*position:absolute;*/
position:relative;
height:100%;
overflow:hidden;
clear:both;/*new*/
}
.audio2_html5.whiteControllers .thumbsHolder {
position:absolute;
text-align:left;
}
/* thumbsOFF */
.audio2_html5.whiteControllers .thumbsHolder_ThumbOFF {
display:block;
height:30px;
cursor: pointer;
background:#000;
overflow:hidden;
border-bottom:1px solid #ff0000;
line-height:2.5em;
}
.audio2_html5.whiteControllers .thumbsHolder_ThumbOFF .padding {
padding:2px 10px 10px 10px;
}
/* scroller start */
.audio2_html5.whiteControllers .slider-vertical {
display:none;
position:absolute;
width:9px;
}
.audio2_html5.whiteControllers .slider-vertical.ui-slider { position: relative;}
.audio2_html5.whiteControllers .slider-vertical.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 9px; height: 16px; cursor: pointer; background:url(controllers/whiteControllers/scrollerFaceOFF.png) 0 0 no-repeat; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider .ui-slider-handle:hover { background:url(controllers/whiteControllers/scrollerFaceON.png) 0 0 no-repeat; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; border: 0; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical { width: 9px; height: 100px; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical .ui-slider-handle { left: 0px; margin-left: 0px; margin-bottom: -16px;; border: 0; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical .ui-slider-range-max { top: 0; }
/* Component containers
----------------------------------*/
.audio2_html5.whiteControllers .slider-vertical.ui-widget-content { /*background: #ff7800;*/}
.audio2_html5.whiteControllers .slider-vertical .ui-widget-header { /*background: #24ff00;*/ }
/* Corner radius */
.audio2_html5.whiteControllers .slider-vertical.ui-corner-all {}
/* Interaction states
----------------------------------
.audio2_html5.whiteControllers .slider-vertical.ui-state-default {background: #000000; }
.audio2_html5.whiteControllers .slider-vertical.ui-state-hover { background: #FFF000; }
*/
/* scroller end */
/* blackControllers */
.audio2_html5.blackControllers {
float: left;
position: relative;
font:11px Arial, Helvetica, sans-serif;
color:#FFF;
margin:0;
padding:0;
}
.audio2_html5.blackControllers .AudioControls {
/*clear: both;*/
width: 100%;
margin:0;
padding:0;
}
.audio2_html5.blackControllers .ximage {
position:absolute;
width: 80px;
height: 80px;
/*border:1px solid #FFF;*/
margin:0;
padding:0;
overflow:hidden;
}
/* rewind */
.audio2_html5.blackControllers .AudioRewind {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 12px;
height: 14px;
background: url(controllers/blackControllers/rewind-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioRewind:hover {
background: url(controllers/blackControllers/rewind-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioShuffle {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 19px;
height: 14px;
background: url(controllers/blackControllers/shuffle-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioShuffle:hover {
background: url(controllers/blackControllers/shuffle-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioShuffleON {
background: url(controllers/blackControllers/shuffle-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioDownload {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 15px;
height: 14px;
background: url(controllers/blackControllers/download-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioDownload:hover {
background: url(controllers/blackControllers/download-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioBuy {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 15px;
height: 14px;
background: url(controllers/blackControllers/buy-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioBuy:hover {
background: url(controllers/blackControllers/buy-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioLyrics {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 15px;
height: 14px;
background: url(controllers/blackControllers/lyrics-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioLyrics:hover {
background: url(controllers/blackControllers/lyrics-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioFacebook {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 7px;
height: 14px;
background: url(controllers/blackControllers/facebook-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioFacebook:hover {
background: url(controllers/blackControllers/facebook-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioTwitter {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 14px;
height: 14px;
background: url(controllers/blackControllers/twitter-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioTwitter:hover {
background: url(controllers/blackControllers/twitter-on.png) no-repeat;
}
/* play */
.audio2_html5.blackControllers .AudioPlay {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 37px;
height: 37px;
background: url(controllers/blackControllers/play-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioPlay:hover {
background: url(controllers/blackControllers/play-on.png) no-repeat;
}
/* pause */
.audio2_html5.blackControllers .AudioPause {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 37px;
height: 37px;
background: url(controllers/blackControllers/pause-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioPause:hover {
background: url(controllers/blackControllers/pause-on.png) no-repeat;
}
/* prev */
.audio2_html5.blackControllers .AudioPrev {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 27px;
height: 26px;
background: url(controllers/blackControllers/prev-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioPrev:hover {
background: url(controllers/blackControllers/prev-on.png) no-repeat;
}
/* next */
.audio2_html5.blackControllers .AudioNext {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 27px;
height: 26px;
background: url(controllers/blackControllers/next-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioNext:hover {
background: url(controllers/blackControllers/next-on.png) no-repeat;
}
.audio2_html5.blackControllers .bordersDiv {
position:absolute;
display: block;
margin:0;
padding:0;
height: 20px;
z-index:0;
border-top-width:1px;
border-top-style:solid;
border-top-color:#000000;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#000000;
}
/*show/hide playlist */
.audio2_html5.blackControllers .AudioShowHidePlaylist {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
z-index:1;
width: 12px;
height: 14px;
background: url(controllers/blackControllers/showhideplaylist-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioShowHidePlaylist:hover {
background: url(controllers/blackControllers/showhideplaylist-on.png) no-repeat;
}
/* volume button Mute & UnMute*/
.audio2_html5.blackControllers .VolumeButton {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width: 7px;
height: 10px;
background: url(controllers/blackControllers/volume-off.png) no-repeat;
}
.audio2_html5.blackControllers .VolumeButton:hover {
background: url(controllers/blackControllers/volume-on.png) no-repeat;
}
.audio2_html5.blackControllers .VolumeButtonMuted {
background: url(controllers/blackControllers/volumeMute-off.png) no-repeat;
}
.audio2_html5.blackControllers .VolumeButtonMuted:hover {
background: url(controllers/blackControllers/volumeMute-on.png) no-repeat;
}
/* volume slider */
.audio2_html5.blackControllers .VolumeSlider {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
margin:0;
padding:0;
width:100px;
height:4px;
/*background: #fff000;*/
}
.audio2_html5.blackControllers .VolumeSlider .ui-slider-handle {
display:none;
}
.audio2_html5.blackControllers .VolumeSlider .ui-slider-handle.ui-state-hover {
/*background: #fff000;*/
}
.audio2_html5.blackControllers .VolumeSlider .ui-slider-range {
position:relative;
height:4px;
/*background: #00F; blue*/
}
/* timer */
.audio2_html5.blackControllers .AudioTimer_a {
/*float:left;*/
position:absolute;
/*top:10px;
left:15px;*/
display: block;
margin:0;
padding:0;
line-height:1;
font-weight: normal;
/*border:1px solid #F00;*/
}
.audio2_html5.blackControllers .AudioTimer_b {
/*float:left;*/
position:absolute;
/*top:10px;
right:15px;*/
display: block;
margin:0;
height:auto;
padding:0;
line-height:1;
display: block;
font-weight: normal;
/*border:1px solid #F00;*/
}
/* buffer */
.audio2_html5.blackControllers .AudioBuffer {
/*float:left;*/
position:absolute;
cursor: pointer;
display: block;
height: 4px;
margin:0;
padding:0;
/*width:100%;*/
}
.audio2_html5.blackControllers .AudioBuffer .ui-widget-content { }
.audio2_html5.blackControllers .AudioBuffer .ui-widget-header { /*background:#93C; mauve*/ }
/* seek */
.audio2_html5.blackControllers .AudioSeek {
/*clear:both;*/
cursor: pointer;
position:absolute;
height: 4px;
margin:0;
padding:0;
/*margin-top:-9px; margin:5px 0px 5px 0px; (AudioBuffer) + height:4px;*/
}
.audio2_html5.blackControllers .AudioSeek .ui-slider-handle {
display:none;
}
.audio2_html5.blackControllers .AudioSeek .ui-slider-handle.ui-state-hover {
/*background: #fff000;*/
}
.audio2_html5.blackControllers .AudioSeek .ui-slider-range {
height:4px;
}
/*song Author & Title*/
.audio2_html5.blackControllers .songTitle {
position:absolute;
float:left;
display: block;
overflow:hidden;
height:14px;
margin:0;
padding:0;
line-height:1;
font-weight: normal;
}
.audio2_html5.blackControllers .songTitleInside {
position: absolute;
white-space: nowrap;
}
.audio2_html5.blackControllers .songAuthor {
position:absolute;
float:left;
display: block;
overflow:hidden;
height:12px;
margin:0;
padding:0;
line-height:1;
font-weight: normal;
/*border:1px solid #CC6;*/
}
/* playlist */
.audio2_html5.blackControllers .selectedCategDiv {
cursor: pointer;
margin:0;
padding:0px 0px;
text-align:center;
/*font-size:13px;
line-height:1.5;
font-weight:bold;*/
background-image:url(controllers/blackControllers/categories_arrow_bg.png);
background-repeat:no-repeat;
}
.audio2_html5.blackControllers .innerSelectedCategDiv {
cursor: pointer;
overflow:hidden;
height:25px;
width:80%;
margin:0;
padding:0px 10%;
text-align:center;
font-size:13px;
line-height:1.9;
font-weight:bold;
background-image:url(controllers/blackControllers/categories_arrow_bg.png);
background-repeat:no-repeat;
}
.audio2_html5.blackControllers .searchDiv {
margin:0;
padding:0;
background-image:url(controllers/blackControllers/search_icon.png);
background-repeat:no-repeat;
background-position: 10px 50%;
}
.audio2_html5.blackControllers .search_term {
background-color:#FFF;
border: 1px solid #333333;
color: #000000;
font:11px Arial, Helvetica, sans-serif;
margin:3px 30px;
padding: 1px;
}
.audio2_html5.blackControllers .thumbsHolderWrapper {
position:absolute;
height:100%;
margin-top:0px;
overflow:hidden;
}
.audio2_html5.blackControllers .thumbsHolderVisibleWrapper {
/*position:absolute;*/
position:relative;
height:100%;
overflow:hidden;
clear:both;/*new*/
}
.audio2_html5.blackControllers .thumbsHolder {
position:absolute;
text-align:left;
}
/* thumbsOFF */
.audio2_html5.blackControllers .thumbsHolder_ThumbOFF {
display:block;
height:30px;
cursor: pointer;
background:#000;
overflow:hidden;
border-bottom:1px solid #ff0000;
line-height:2.5em;
}
.audio2_html5.blackControllers .thumbsHolder_ThumbOFF .padding {
padding:2px 10px 10px 10px;
}
/* scroller start */
.audio2_html5.blackControllers .slider-vertical {
display:none;
position:absolute;
width:9px;
}
.audio2_html5.blackControllers .slider-vertical.ui-slider { position: relative;}
.audio2_html5.blackControllers .slider-vertical.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 9px; height: 16px; cursor: pointer; background:url(controllers/blackControllers/scrollerFaceOFF.png) 0 0 no-repeat; }
.audio2_html5.blackControllers .slider-vertical.ui-slider .ui-slider-handle:hover { background:url(controllers/blackControllers/scrollerFaceON.png) 0 0 no-repeat; }
.audio2_html5.blackControllers .slider-vertical.ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; border: 0; }
.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical { width: 9px; height: 100px; }
.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical .ui-slider-handle { left: 0px; margin-left: 0px; margin-bottom: -16px;; border: 0; }
.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical .ui-slider-range-max { top: 0; }
/* Component containers
----------------------------------*/
.audio2_html5.blackControllers .slider-vertical.ui-widget-content { /*background: #ff7800;*/}
.audio2_html5.blackControllers .slider-vertical .ui-widget-header { /*background: #24ff00;*/ }
/* Corner radius */
.audio2_html5.blackControllers .slider-vertical.ui-corner-all {}
/* Interaction states
----------------------------------
.audio2_html5.blackControllers .slider-vertical.ui-state-default {background: #000000; }
.audio2_html5.blackControllers .slider-vertical.ui-state-hover { background: #FFF000; }
*/
/* scroller end */
/* Interaction states
----------------------------------
.audio2_html5.giant .slider-vertical.ui-state-default {background: #000000; }
.audio2_html5.giant .slider-vertical.ui-state-hover { background: #FFF000; }
*/
/* scroller end */
.hideElement {
display:none;
}
.clearBoth {
clear: both;
} | 0.174586 | 0.039306 |
.i-amphtml-story-interactive-binary-poll-container {
color: var(--i-amphtml-interactive-option-accent-color) !important;
--post-select-scale: 0.5 !important;
--post-select-scale-variable: 1;
border-radius: 2em !important;
}
.i-amphtml-story-interactive-binary-poll-option-container {
background: var(--i-amphtml-interactive-option-background-color) !important;
display: flex !important;
justify-content: center !important;
height: 5.625em !important;
border-radius: 1em !important;
overflow: hidden !important;
box-shadow: var(--i-amphtml-interactive-component-shadow) !important;
/* overflow bug fix for percent bar animation on ios safari */
transform: translateZ(0) !important;
}
.i-amphtml-story-interactive-option {
display: flex !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
flex-direction: column !important;
width: 50%;
position: relative !important;
}
.i-amphtml-story-interactive-prompt {
text-align: center !important;
}
.i-amphtml-story-interactive-option-text-container {
width: 100% !important;
display: flex !important;
align-items: center !important;
flex-direction: column !important;
transform: translateY(calc(1em + 1px)) !important;
}
.i-amphtml-story-interactive-post-selection
.i-amphtml-story-interactive-option-text-container {
transition: transform var(--i-amphtml-interactive-animation-time)
var(--i-amphtml-interactive-ease-out-curve),
opacity var(--i-amphtml-interactive-animation-time)
var(--i-amphtml-interactive-ease-out-curve) !important;
transform: translateY(0) !important;
}
.i-amphtml-story-interactive-binary-poll-container:not(.i-amphtml-story-interactive-post-selection)
.i-amphtml-story-interactive-option-divider {
height: 100% !important;
width: 1px !important;
opacity: 0.3 !important;
background-color: var(--i-amphtml-interactive-theme-border) !important;
}
.i-amphtml-story-interactive-option
.i-amphtml-story-interactive-option-percent-bar {
height: 100% !important;
width: 100% !important;
position: absolute !important;
opacity: 0 !important;
transform-origin: left !important;
transition: transform var(--i-amphtml-interactive-animation-time)
var(--i-amphtml-interactive-ease-out-curve) !important;
}
[dir='rtl']
.i-amphtml-story-interactive-option
.i-amphtml-story-interactive-option-percent-bar {
transform-origin: right !important;
}
.i-amphtml-story-interactive-option:last-child
.i-amphtml-story-interactive-option-percent-bar {
transform-origin: right !important;
}
[dir='rtl']
.i-amphtml-story-interactive-option:last-child
.i-amphtml-story-interactive-option-percent-bar {
transform-origin: left !important;
}
.i-amphtml-story-interactive-post-selection
.i-amphtml-story-interactive-option.i-amphtml-story-interactive-option-selected
.i-amphtml-story-interactive-option-percent-bar {
background-color: var(--i-amphtml-interactive-option-accent-color) !important;
opacity: 0.2 !important;
animation: i-amphtml-interactive-animation-flash-background forwards
var(--i-amphtml-interactive-animation-time)
var(--i-amphtml-interactive-ease-out-curve);
}
.i-amphtml-story-interactive-option-title {
font-weight: 800 !important;
font-size: 1.75em !important;
margin: 0 !important;
line-height: 1.3em !important;
width: 4.42em !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
transition: transform var(--i-amphtml-interactive-animation-time)
var(--i-amphtml-interactive-ease-out-curve) !important;
height: 2.6em !important;
}
.i-amphtml-story-interactive-post-selection
.i-amphtml-story-interactive-option-title {
transform: scale(var(--post-select-scale)) !important;
}
.i-amphtml-story-interactive-option-title-text {
overflow: hidden !important;
text-overflow: ellipsis !important;
display: -webkit-box !important;
-webkit-line-clamp: 2 !important;
-webkit-box-orient: vertical !important;
transition: transform var(--i-amphtml-interactive-animation-time)
var(--i-amphtml-interactive-ease-out-curve) !important;
max-height: 2.6em !important;
}
.i-amphtml-story-interactive-post-selection
.i-amphtml-story-interactive-option-title-text {
transform: scale(var(--post-select-scale-variable)) !important;
}
.i-amphtml-story-interactive-option-percentage-text {
font-weight: 700 !important;
font-size: 1.375em !important;
transform: scale(0) !important;
display: inline-block !important;
transition: transform var(--i-amphtml-interactive-animation-time)
var(--i-amphtml-interactive-ease-out-curve) !important;
}
.i-amphtml-story-interactive-post-selection
.i-amphtml-story-interactive-option-percentage-text {
transform: scale(1) translateY(-0.75em) !important;
}
.i-amphtml-story-interactive-active:not(.i-amphtml-story-interactive-post-selection)
.i-amphtml-story-interactive-option:before {
background-color: var(--i-amphtml-interactive-theme-shading-flash) !important;
content: '' !important;
position: absolute !important;
width: 100% !important;
height: 100% !important;
left: 0 !important;
opacity: 0 !important;
animation: i-amphtml-interactive-animation-landing-animation-flash-background var(--i-amphtml-interactive-animation-time) !important;
animation-delay: var(--i-amphtml-interactive-landing-animation-delay-offset-el1) !important;
}
.i-amphtml-story-interactive-active:not(.i-amphtml-story-interactive-post-selection)
.i-amphtml-story-interactive-option:nth-of-type(2):before {
animation-delay: var(--i-amphtml-interactive-landing-animation-delay-offset-el2) !important;
}
.i-amphtml-story-interactive-active:not(.i-amphtml-story-interactive-post-selection)
.i-amphtml-story-interactive-option
.i-amphtml-story-interactive-option-title-text {
animation: i-amphtml-story-interactive-option-title-text-landing-animation var(--i-amphtml-interactive-animation-time) !important;
animation-delay: var(--i-amphtml-interactive-landing-animation-delay-offset-el1) !important;
}
.i-amphtml-story-interactive-active:not(.i-amphtml-story-interactive-post-selection)
.i-amphtml-story-interactive-option:nth-of-type(2)
.i-amphtml-story-interactive-option-title-text {
animation-delay: var(--i-amphtml-interactive-landing-animation-delay-offset-el2) !important;
}
@keyframes i-amphtml-story-interactive-option-title-text-landing-animation {
33% {
transform: scale(.95);
}
} | extensions/amp-story-interactive/0.1/amp-story-interactive-binary-poll.css | .i-amphtml-story-interactive-binary-poll-container {
color: var(--i-amphtml-interactive-option-accent-color) !important;
--post-select-scale: 0.5 !important;
--post-select-scale-variable: 1;
border-radius: 2em !important;
}
.i-amphtml-story-interactive-binary-poll-option-container {
background: var(--i-amphtml-interactive-option-background-color) !important;
display: flex !important;
justify-content: center !important;
height: 5.625em !important;
border-radius: 1em !important;
overflow: hidden !important;
box-shadow: var(--i-amphtml-interactive-component-shadow) !important;
/* overflow bug fix for percent bar animation on ios safari */
transform: translateZ(0) !important;
}
.i-amphtml-story-interactive-option {
display: flex !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
flex-direction: column !important;
width: 50%;
position: relative !important;
}
.i-amphtml-story-interactive-prompt {
text-align: center !important;
}
.i-amphtml-story-interactive-option-text-container {
width: 100% !important;
display: flex !important;
align-items: center !important;
flex-direction: column !important;
transform: translateY(calc(1em + 1px)) !important;
}
.i-amphtml-story-interactive-post-selection
.i-amphtml-story-interactive-option-text-container {
transition: transform var(--i-amphtml-interactive-animation-time)
var(--i-amphtml-interactive-ease-out-curve),
opacity var(--i-amphtml-interactive-animation-time)
var(--i-amphtml-interactive-ease-out-curve) !important;
transform: translateY(0) !important;
}
.i-amphtml-story-interactive-binary-poll-container:not(.i-amphtml-story-interactive-post-selection)
.i-amphtml-story-interactive-option-divider {
height: 100% !important;
width: 1px !important;
opacity: 0.3 !important;
background-color: var(--i-amphtml-interactive-theme-border) !important;
}
.i-amphtml-story-interactive-option
.i-amphtml-story-interactive-option-percent-bar {
height: 100% !important;
width: 100% !important;
position: absolute !important;
opacity: 0 !important;
transform-origin: left !important;
transition: transform var(--i-amphtml-interactive-animation-time)
var(--i-amphtml-interactive-ease-out-curve) !important;
}
[dir='rtl']
.i-amphtml-story-interactive-option
.i-amphtml-story-interactive-option-percent-bar {
transform-origin: right !important;
}
.i-amphtml-story-interactive-option:last-child
.i-amphtml-story-interactive-option-percent-bar {
transform-origin: right !important;
}
[dir='rtl']
.i-amphtml-story-interactive-option:last-child
.i-amphtml-story-interactive-option-percent-bar {
transform-origin: left !important;
}
.i-amphtml-story-interactive-post-selection
.i-amphtml-story-interactive-option.i-amphtml-story-interactive-option-selected
.i-amphtml-story-interactive-option-percent-bar {
background-color: var(--i-amphtml-interactive-option-accent-color) !important;
opacity: 0.2 !important;
animation: i-amphtml-interactive-animation-flash-background forwards
var(--i-amphtml-interactive-animation-time)
var(--i-amphtml-interactive-ease-out-curve);
}
.i-amphtml-story-interactive-option-title {
font-weight: 800 !important;
font-size: 1.75em !important;
margin: 0 !important;
line-height: 1.3em !important;
width: 4.42em !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
transition: transform var(--i-amphtml-interactive-animation-time)
var(--i-amphtml-interactive-ease-out-curve) !important;
height: 2.6em !important;
}
.i-amphtml-story-interactive-post-selection
.i-amphtml-story-interactive-option-title {
transform: scale(var(--post-select-scale)) !important;
}
.i-amphtml-story-interactive-option-title-text {
overflow: hidden !important;
text-overflow: ellipsis !important;
display: -webkit-box !important;
-webkit-line-clamp: 2 !important;
-webkit-box-orient: vertical !important;
transition: transform var(--i-amphtml-interactive-animation-time)
var(--i-amphtml-interactive-ease-out-curve) !important;
max-height: 2.6em !important;
}
.i-amphtml-story-interactive-post-selection
.i-amphtml-story-interactive-option-title-text {
transform: scale(var(--post-select-scale-variable)) !important;
}
.i-amphtml-story-interactive-option-percentage-text {
font-weight: 700 !important;
font-size: 1.375em !important;
transform: scale(0) !important;
display: inline-block !important;
transition: transform var(--i-amphtml-interactive-animation-time)
var(--i-amphtml-interactive-ease-out-curve) !important;
}
.i-amphtml-story-interactive-post-selection
.i-amphtml-story-interactive-option-percentage-text {
transform: scale(1) translateY(-0.75em) !important;
}
.i-amphtml-story-interactive-active:not(.i-amphtml-story-interactive-post-selection)
.i-amphtml-story-interactive-option:before {
background-color: var(--i-amphtml-interactive-theme-shading-flash) !important;
content: '' !important;
position: absolute !important;
width: 100% !important;
height: 100% !important;
left: 0 !important;
opacity: 0 !important;
animation: i-amphtml-interactive-animation-landing-animation-flash-background var(--i-amphtml-interactive-animation-time) !important;
animation-delay: var(--i-amphtml-interactive-landing-animation-delay-offset-el1) !important;
}
.i-amphtml-story-interactive-active:not(.i-amphtml-story-interactive-post-selection)
.i-amphtml-story-interactive-option:nth-of-type(2):before {
animation-delay: var(--i-amphtml-interactive-landing-animation-delay-offset-el2) !important;
}
.i-amphtml-story-interactive-active:not(.i-amphtml-story-interactive-post-selection)
.i-amphtml-story-interactive-option
.i-amphtml-story-interactive-option-title-text {
animation: i-amphtml-story-interactive-option-title-text-landing-animation var(--i-amphtml-interactive-animation-time) !important;
animation-delay: var(--i-amphtml-interactive-landing-animation-delay-offset-el1) !important;
}
.i-amphtml-story-interactive-active:not(.i-amphtml-story-interactive-post-selection)
.i-amphtml-story-interactive-option:nth-of-type(2)
.i-amphtml-story-interactive-option-title-text {
animation-delay: var(--i-amphtml-interactive-landing-animation-delay-offset-el2) !important;
}
@keyframes i-amphtml-story-interactive-option-title-text-landing-animation {
33% {
transform: scale(.95);
}
} | 0.334481 | 0.042325 |