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 |
|---|---|---|---|---|
.header{
font-family: Verdana;
font-size:20px;
font-weight: bold;
}
.header-text{
font-family: Verdana;
font-size:30px;
font-weight: bold;
}
.title{
font-family: Verdana;
font-size:40px;
font-weight: bold;
}
.body{
padding: 50px;
margin-top: -50px;
margin:0 auto;
width: 90%;
}
.chart{
background-color: white;
margin: 0 auto;
padding-left: 10px;
border-radius: 5px;
border-style: solid;
border-color: #bdbdbd;
height: 400px;
}
.transactions-box{
width: 90%;
background-color: white;
margin: 0 auto;
margin-top: 30px;
padding-left: 10px;
border-radius: 5px;
border-style: solid;
border-color: #bdbdbd;
overflow:hidden;
}
.transactions{
}
.col{
float: left;
}
.col-date{
width: 15%;
}
.col-transaction{
width: 40%;
}
.col-debit{
width: 15%;
}
.col-credit{
width: 15%;
}
.col-profit{
width: 15%;
}
.row{
padding-left: 30px;
padding-right: 30px;
overflow:hidden;
border-bottom:1px solid #bdbdbd;
}
.money{
text-align: right;
}
.input-form{
width: 90%;
background-color: white;
margin: 0 auto;
margin-top: 30px;
padding-left: 10px;
border-radius: 5px;
border-style: solid;
border-color: #bdbdbd;
padding-bottom: 10px;
overflow: auto;
}
.input-text{
font-size: 20px;
font-family: Verdana;
margin-top: 100px;
}
.input{
margin-top:5px;
width: 90%;
solid #999999;
padding: 10px;
font-size: 20px;
margin-left: auto;
margin-right: auto;
display: block;
}
.input-col{
float: left;
width: 25%;
}
.button {
background-color: #ffc30b;
border: none;
color: white;
text-align: center;
display: inline-block;
font-size: 30px;
font-family: Verdana;
cursor: pointer;
vertical-align: middle;
width: 90%;
height: 50%;
padding: 10px;
margin-left: auto;
margin-right: auto;
display: block;
}
.incorrect-text{
font-size: 20px;
font-family: Verdana;
color: red;
}
.select-style {
background-color: #e0e0e0;
border: 1px solid #ccc;
border-radius: 3px;
overflow: hidden;
width: 200px;
font-size: 20px;
padding-top:8px;
line-height: 100%;
}
.select-style select {
padding: 5px 8px;
width: 180%;
border: none;
box-shadow: none;
background: transparent;
background-image: none;
-webkit-appearance: none;
font-size: 20px;
}
.select-style select:focus {
outline: none;
}
.select-width{
width: 10px;
}
.option-col-select{
width: 60%;
}
.option-col-add{
width: 40%;
}
.option-select{
font-size: 20px;
} | code/book_sanctum/source/pages/css/transactions.css | .header{
font-family: Verdana;
font-size:20px;
font-weight: bold;
}
.header-text{
font-family: Verdana;
font-size:30px;
font-weight: bold;
}
.title{
font-family: Verdana;
font-size:40px;
font-weight: bold;
}
.body{
padding: 50px;
margin-top: -50px;
margin:0 auto;
width: 90%;
}
.chart{
background-color: white;
margin: 0 auto;
padding-left: 10px;
border-radius: 5px;
border-style: solid;
border-color: #bdbdbd;
height: 400px;
}
.transactions-box{
width: 90%;
background-color: white;
margin: 0 auto;
margin-top: 30px;
padding-left: 10px;
border-radius: 5px;
border-style: solid;
border-color: #bdbdbd;
overflow:hidden;
}
.transactions{
}
.col{
float: left;
}
.col-date{
width: 15%;
}
.col-transaction{
width: 40%;
}
.col-debit{
width: 15%;
}
.col-credit{
width: 15%;
}
.col-profit{
width: 15%;
}
.row{
padding-left: 30px;
padding-right: 30px;
overflow:hidden;
border-bottom:1px solid #bdbdbd;
}
.money{
text-align: right;
}
.input-form{
width: 90%;
background-color: white;
margin: 0 auto;
margin-top: 30px;
padding-left: 10px;
border-radius: 5px;
border-style: solid;
border-color: #bdbdbd;
padding-bottom: 10px;
overflow: auto;
}
.input-text{
font-size: 20px;
font-family: Verdana;
margin-top: 100px;
}
.input{
margin-top:5px;
width: 90%;
solid #999999;
padding: 10px;
font-size: 20px;
margin-left: auto;
margin-right: auto;
display: block;
}
.input-col{
float: left;
width: 25%;
}
.button {
background-color: #ffc30b;
border: none;
color: white;
text-align: center;
display: inline-block;
font-size: 30px;
font-family: Verdana;
cursor: pointer;
vertical-align: middle;
width: 90%;
height: 50%;
padding: 10px;
margin-left: auto;
margin-right: auto;
display: block;
}
.incorrect-text{
font-size: 20px;
font-family: Verdana;
color: red;
}
.select-style {
background-color: #e0e0e0;
border: 1px solid #ccc;
border-radius: 3px;
overflow: hidden;
width: 200px;
font-size: 20px;
padding-top:8px;
line-height: 100%;
}
.select-style select {
padding: 5px 8px;
width: 180%;
border: none;
box-shadow: none;
background: transparent;
background-image: none;
-webkit-appearance: none;
font-size: 20px;
}
.select-style select:focus {
outline: none;
}
.select-width{
width: 10px;
}
.option-col-select{
width: 60%;
}
.option-col-add{
width: 40%;
}
.option-select{
font-size: 20px;
} | 0.436142 | 0.105533 |
body {
margin-top: -3%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-family: "Times New Roman", Times, serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.headerr{
background-color: antiquewhite;
text-align: center;
padding: 0.5%;
font-size:x-large;
font-family: "Times New Roman", Times, serif;
}
.headerr.first{
position: fixed;
left:0cm;
right: 0cm;
top: -.7cm;
}
a:link {
text-decoration: none;
}
.left{
text-align: left;
}
.stand{
position: fixed;
bottom: 45%;
right: 1%;
}
.box{
top: 10%;
right: 10%;
border-left: 0.1ch;
}
.flexible-modal {
position: absolute;
z-index: 1;
border: 1px solid #ccc;
background: white;
}
.flexible-modal-mask {
position: fixed;
height: 100%;
background: rgba(55, 55, 55, 0.6);
top:0;
left:0;
right:0;
bottom:0;
}
.flexible-modal-resizer {
position:absolute;
right:0;
bottom:0;
cursor:se-resize;
margin:5px;
border-bottom: solid 2px #333;
border-right: solid 2px #333;
}
.flexible-modal-drag-area{
background: rgba(22, 22, 333, 0.2);
height: 50px;
position:absolute;
right:0;
top:0;
cursor:move;
}
.dist{
box-sizing: border-box;
margin-left: 2%;
margin-top: 5%;
margin-right: 70%;
background-color: #333;
}
.fist{
box-sizing: border-box;
margin-left: 34%;
margin-top: -21%;
margin-right: 40%;
}
.gist{
box-sizing: border-box;
margin-left: 64%;
margin-top: -19%;
margin-right: 10%;
}
.pos{
margin-top: 10%;
}
.vik{
margin-top: 5%;
color: #333;
margin-left: 10%;
margin-right: 10%;
}
.cus{
margin-top: 2%;
color: #333;
margin-left: 10%;
margin-right: 10%;
}
.custard{
margin-top: 2%;
color: #333;
margin-left: 30%;
margin-right: 10%;
}
.bro{
align-content: center;
margin-top: 2%;
color: #333;
margin-left: 36%;
margin-right: 10%;
}
.rash{
margin-left: 32%;
}
.hail{
color: #333;
margin-left: 20%;
}
.maal{
margin-left: 30%;
margin-top: 0%;
margin-right: 30%;
background-color: #333;
color: bisque;
}
.janina{
margin-left: 25%;
}
.ytsource{
width: 100% !important;
background: #cccccc52;
height: 160%;
font-size: 15px;
resize: vertical;
}
.tb{
width: 60%;
} | src/index.css | body {
margin-top: -3%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-family: "Times New Roman", Times, serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.headerr{
background-color: antiquewhite;
text-align: center;
padding: 0.5%;
font-size:x-large;
font-family: "Times New Roman", Times, serif;
}
.headerr.first{
position: fixed;
left:0cm;
right: 0cm;
top: -.7cm;
}
a:link {
text-decoration: none;
}
.left{
text-align: left;
}
.stand{
position: fixed;
bottom: 45%;
right: 1%;
}
.box{
top: 10%;
right: 10%;
border-left: 0.1ch;
}
.flexible-modal {
position: absolute;
z-index: 1;
border: 1px solid #ccc;
background: white;
}
.flexible-modal-mask {
position: fixed;
height: 100%;
background: rgba(55, 55, 55, 0.6);
top:0;
left:0;
right:0;
bottom:0;
}
.flexible-modal-resizer {
position:absolute;
right:0;
bottom:0;
cursor:se-resize;
margin:5px;
border-bottom: solid 2px #333;
border-right: solid 2px #333;
}
.flexible-modal-drag-area{
background: rgba(22, 22, 333, 0.2);
height: 50px;
position:absolute;
right:0;
top:0;
cursor:move;
}
.dist{
box-sizing: border-box;
margin-left: 2%;
margin-top: 5%;
margin-right: 70%;
background-color: #333;
}
.fist{
box-sizing: border-box;
margin-left: 34%;
margin-top: -21%;
margin-right: 40%;
}
.gist{
box-sizing: border-box;
margin-left: 64%;
margin-top: -19%;
margin-right: 10%;
}
.pos{
margin-top: 10%;
}
.vik{
margin-top: 5%;
color: #333;
margin-left: 10%;
margin-right: 10%;
}
.cus{
margin-top: 2%;
color: #333;
margin-left: 10%;
margin-right: 10%;
}
.custard{
margin-top: 2%;
color: #333;
margin-left: 30%;
margin-right: 10%;
}
.bro{
align-content: center;
margin-top: 2%;
color: #333;
margin-left: 36%;
margin-right: 10%;
}
.rash{
margin-left: 32%;
}
.hail{
color: #333;
margin-left: 20%;
}
.maal{
margin-left: 30%;
margin-top: 0%;
margin-right: 30%;
background-color: #333;
color: bisque;
}
.janina{
margin-left: 25%;
}
.ytsource{
width: 100% !important;
background: #cccccc52;
height: 160%;
font-size: 15px;
resize: vertical;
}
.tb{
width: 60%;
} | 0.404037 | 0.082957 |
@font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hK1QN.woff2)
format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
U+FEFF, U+FFFD;
}
html {
margin: 0;
height: 100%;
width: 100%;
-webkit-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
}
body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
position: relative;
max-width: 60rem;
overflow: hidden;
transition: background-color 0.3s;
font-family: 'Quicksand', sans-serif;
background-color: var(--bg-primary);
--color-primary: #ff3d16;
--color-primary-rgb: 255, 61, 22;
--color-primary-dark: #df2a05;
--color-primary-dark-rgb: 223, 42, 5;
--color-pending: #7a847d;
--color-success: #42a75f;
--color-error: #ff3d16;
--color-input-hint: #7b7b7b;
--color-input-primary: #8899a9;
--color-input-primary-dark: #34495e;
--color-input-error: #ff3d16;
--color-input-success: #8899a9;
--color-input-password: rgb(151, 147, 147);
--color-shadow: rgb(201 201 201);
--color-shadow-primary-rgb: 255, 61, 22;
--color-shadow-primary-dark-rgb: 223, 42, 5;
--color-text-light: #ffffff;
--color-text-dark: #000000;
--color-text-primary: rgb(50, 50, 50);
--color-text-secondary: rgb(135, 135, 135);
--app-bar: rgb(250 250 250 / 0.7);
--hover-highlight: rgb(230 230 230);
--bg-primary: #fafafa;
--bg-primary-light: #ffffff;
--offset-height: 0px;
--offset-on: 0;
}
body.dark {
--color-primary: #f44336;
--color-primary-rgb: 255, 61, 22;
--color-primary-dark: #df2a05;
--color-primary-dark-rgb: 0, 0, 0;
--color-pending: #7a847d;
--color-success: #42a75f;
--color-error: #ff3d16;
--color-input-hint: #b7b7b7;
--color-input-primary: #8899a9;
--color-input-primary-dark: #d7d3d3;
--color-input-error: #ff3d16;
--color-input-success: #8899a9;
--color-input-password: rgb(151, 147, 147);
--color-shadow: rgb(0 0 0);
--color-shadow-primary-rgb: 0, 0, 0;
--color-shadow-primary-dark-rgb: 0, 0, 0;
--color-text-light: #ececec;
--color-text-dark: #e1e1e1;
--color-text-primary: rgb(214 214 214);
--color-text-secondary: rgb(170 170 170);
--hover-highlight: rgb(67 67 67);
--app-bar: rgb(33 33 33 / 0.7);
--bg-primary: rgb(33 33 33);
--bg-primary-light: #323232;
}
@media all and (min-width: 60rem) {
html {
background-color: #e4e5e5;
}
body {
margin: auto;
}
}
view-switcher[splashscreen] {
position: relative;
display: block;
height: 100%;
width: 100%;
}
view-switcher[splashscreen]::after {
color: var(--color-primary);
position: absolute;
width: 40px;
height: 40px;
top: 35%;
left: 20%;
font-weight: 900;
font-size: 3rem;
letter-spacing: 1px;
content: 'Live Parade State';
text-shadow: 1px 1px 4px rgba(var(--color-primary-dark-rgb), 0.4);
}
view-switcher[splashscreen]::before {
color: #232323;
position: absolute;
bottom: 10%;
left: 0;
right: 0;
text-align: center;
font-weight: 300;
font-size: 1rem;
letter-spacing: 1px;
content: 'loading...';
animation: fade-in 1s backwards;
animation-delay: 2s;
}
view-switcher[initialized]::after {
animation: fade-out 0.5s;
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
} | dev/main.css | @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hK1QN.woff2)
format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
U+FEFF, U+FFFD;
}
html {
margin: 0;
height: 100%;
width: 100%;
-webkit-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
}
body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
position: relative;
max-width: 60rem;
overflow: hidden;
transition: background-color 0.3s;
font-family: 'Quicksand', sans-serif;
background-color: var(--bg-primary);
--color-primary: #ff3d16;
--color-primary-rgb: 255, 61, 22;
--color-primary-dark: #df2a05;
--color-primary-dark-rgb: 223, 42, 5;
--color-pending: #7a847d;
--color-success: #42a75f;
--color-error: #ff3d16;
--color-input-hint: #7b7b7b;
--color-input-primary: #8899a9;
--color-input-primary-dark: #34495e;
--color-input-error: #ff3d16;
--color-input-success: #8899a9;
--color-input-password: rgb(151, 147, 147);
--color-shadow: rgb(201 201 201);
--color-shadow-primary-rgb: 255, 61, 22;
--color-shadow-primary-dark-rgb: 223, 42, 5;
--color-text-light: #ffffff;
--color-text-dark: #000000;
--color-text-primary: rgb(50, 50, 50);
--color-text-secondary: rgb(135, 135, 135);
--app-bar: rgb(250 250 250 / 0.7);
--hover-highlight: rgb(230 230 230);
--bg-primary: #fafafa;
--bg-primary-light: #ffffff;
--offset-height: 0px;
--offset-on: 0;
}
body.dark {
--color-primary: #f44336;
--color-primary-rgb: 255, 61, 22;
--color-primary-dark: #df2a05;
--color-primary-dark-rgb: 0, 0, 0;
--color-pending: #7a847d;
--color-success: #42a75f;
--color-error: #ff3d16;
--color-input-hint: #b7b7b7;
--color-input-primary: #8899a9;
--color-input-primary-dark: #d7d3d3;
--color-input-error: #ff3d16;
--color-input-success: #8899a9;
--color-input-password: rgb(151, 147, 147);
--color-shadow: rgb(0 0 0);
--color-shadow-primary-rgb: 0, 0, 0;
--color-shadow-primary-dark-rgb: 0, 0, 0;
--color-text-light: #ececec;
--color-text-dark: #e1e1e1;
--color-text-primary: rgb(214 214 214);
--color-text-secondary: rgb(170 170 170);
--hover-highlight: rgb(67 67 67);
--app-bar: rgb(33 33 33 / 0.7);
--bg-primary: rgb(33 33 33);
--bg-primary-light: #323232;
}
@media all and (min-width: 60rem) {
html {
background-color: #e4e5e5;
}
body {
margin: auto;
}
}
view-switcher[splashscreen] {
position: relative;
display: block;
height: 100%;
width: 100%;
}
view-switcher[splashscreen]::after {
color: var(--color-primary);
position: absolute;
width: 40px;
height: 40px;
top: 35%;
left: 20%;
font-weight: 900;
font-size: 3rem;
letter-spacing: 1px;
content: 'Live Parade State';
text-shadow: 1px 1px 4px rgba(var(--color-primary-dark-rgb), 0.4);
}
view-switcher[splashscreen]::before {
color: #232323;
position: absolute;
bottom: 10%;
left: 0;
right: 0;
text-align: center;
font-weight: 300;
font-size: 1rem;
letter-spacing: 1px;
content: 'loading...';
animation: fade-in 1s backwards;
animation-delay: 2s;
}
view-switcher[initialized]::after {
animation: fade-out 0.5s;
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
} | 0.520496 | 0.102619 |
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}
body {
line-height:1.4; /*used to be 1.7*/
}
table {
border-collapse:separate;
border-spacing:0;
}
caption, th, td {
text-align:left;
font-weight:normal;
}
table, td, th {
vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a img {
border:none;
}
html {
font-size:100.01%;
background-color: #f3f3f3;
}
body {
/* font-size:75%;*/
font-family: helvetica,arial,freesans,clean,sans-serif;
/* font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;*/
}
h1,h2, h3, h4, h5, h6 {
font-weight:normal;
color:#111;
}
h1 {
font-size:2em;
line-height:1;
margin-bottom:0.4em;
text-shadow: 1px 1px #9E9E9F;
font-weight: bold;
color: #2f2f2f;
}
#main-inner h1{
text-align: center;
}
h2 {
color: #02293C;
font-weight:bold;
font-size:1.5em;
margin-bottom:0.4em;
line-height: 110%;
}
h3 {
font-size:1em;
/* line-height:1.15;*/
line-height: 110%;
font-weight: bold;
color: #022356;
}
h4 {
font-size:1.2em;
line-height:1.25;
margin-bottom:1.25em;
}
h5 {
font-size:1em;
font-weight:bold;
margin-bottom:1.5em;
}
h6 {
font-size:.9em;
font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
margin:0;
}
p {
margin:0 0.5em 1.5em;
font-size: 110%;
line-height: 120%;
/* color: #818181*/
}
p img.left {
float:left;
margin:1.5em 1.5em 1.5em 0;
padding:0;
}
p img.right {
float:right;
margin:1.5em 0 1.5em 1.5em;
}
/*blockquote {
margin:1.5em;
color:#666;
font-style:italic;
}
*/
strong {
font-weight:bold;
}
em, dfn {
font-style:italic;
}
dfn {
font-weight:bold;
}
sup, sub {
line-height:0;
}
abbr, acronym {
border-bottom:1px dotted #666;
}
address {
margin:0 0 1.5em;
font-style:italic;
}
del {
color:#666;
}
pre {
margin:1.5em 0;
white-space:pre;
}
pre, code, tt {
font:1em 'andale mono', 'lucida console', monospace;
line-height:1.5;
}
li ul, li ol {
margin:0 1.5em;
}
ul, ol {
margin:0 1.5em 1.5em 1.5em;
}
ul {
list-style-type:disc;
}
ul li {
font-size: 110%;
/* line-height: 120%;
*//* color: #818181*/
}
ol {
list-style-type:decimal;
}
dl {
margin:0 0 1.5em 0;
}
dl dt {
font-weight:bold;
}
dd {
margin-left:1.5em;
}
table {
margin-bottom:1.4em;
width:100%;
}
th {
font-weight:bold;
}
thead th {
background:#c3d9ff;
}
th, td, caption {
padding:4px 10px 4px 5px;
}
tr.even td {
background:#e5ecf9;
}
tfoot {
font-style:italic;
}
caption {
background:#eee;
}
.small {
font-size:.8em;
margin-bottom:1.875em;
line-height:1.875em;
}
.large {
font-size:1.2em;
line-height:2.5em;
margin-bottom:1.25em;
}
.hide {
display:none;
}
.quiet {
color:#666;
}
.loud {
color:#000;
}
.highlight {
background:#ff0;
}
.added {
background:#060;
color:#fff;
}
.removed {
background:#900;
color:#fff;
}
.first {
margin-left:0;
padding-left:0;
}
.last {
margin-right:0;
padding-right:0;
}
.top {
margin-top:0;
padding-top:0;
}
.bottom {
margin-bottom:0;
padding-bottom:0;
}
.container {
width:940px;
margin:0 auto;
min-height:400px;
}
.showgrid {
background:url(grid.png);
}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12 {
float:left;
margin-right:20px;
}
.last, div.last {
margin-right:0;
}
.span-1 {
width:60px;
}
.span-2 {
width:140px;
}
.span-3 {
width:220px;
}
.span-4 {
width:300px;
}
.span-5 {
width:380px;
}
.span-6 {
width:460px;
}
.span-7 {
width:540px;
}
.span-8 {
width:620px;
}
.span-9 {
width:700px;
}
.span-10 {
width:780px;
}
.span-11 {
width:860px;
}
.span-12 {
width:940px;
margin-right:0;
}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12 {
border-left-width:1px!important;
border-right-width:1px!important;
padding-left:5px!important;
padding-right:5px!important;
}
input.span-1, textarea.span-1 {
width:48px!important;
}
input.span-2, textarea.span-2 {
width:128px!important;
}
input.span-3, textarea.span-3 {
width:208px!important;
}
input.span-4, textarea.span-4 {
width:288px!important;
}
input.span-5, textarea.span-5 {
width:368px!important;
}
input.span-6, textarea.span-6 {
width:448px!important;
}
input.span-7, textarea.span-7 {
width:528px!important;
}
input.span-8, textarea.span-8 {
width:608px!important;
}
input.span-9, textarea.span-9 {
width:688px!important;
}
input.span-10, textarea.span-10 {
width:768px!important;
}
input.span-11, textarea.span-11 {
width:848px!important;
}
input.span-12, textarea.span-12 {
width:928px!important;
}
.append-1 {
padding-right:80px;
}
.append-2 {
padding-right:160px;
}
.append-3 {
padding-right:240px;
}
.append-4 {
padding-right:320px;
}
.append-5 {
padding-right:400px;
}
.append-6 {
padding-right:480px;
}
.append-7 {
padding-right:560px;
}
.append-8 {
padding-right:640px;
}
.append-9 {
padding-right:720px;
}
.append-10 {
padding-right:800px;
}
.append-11 {
padding-right:880px;
}
.prepend-1 {
padding-left:80px;
}
.prepend-2 {
padding-left:160px;
}
.prepend-3 {
padding-left:240px;
}
.prepend-4 {
padding-left:320px;
}
.prepend-5 {
padding-left:400px;
}
.prepend-6 {
padding-left:480px;
}
.prepend-7 {
padding-left:560px;
}
.prepend-8 {
padding-left:640px;
}
.prepend-9 {
padding-left:720px;
}
.prepend-10 {
padding-left:800px;
}
.prepend-11 {
padding-left:880px;
}
div.border {
padding-right:9px;
margin-right:10px;
border-right:1px solid #eee;
}
div.colborder {
padding-right:49px;
margin-right:50px;
border-right:1px solid #eee;
}
.pull-1 {
margin-left:-80px;
}
.pull-2 {
margin-left:-160px;
}
.pull-3 {
margin-left:-240px;
}
.pull-4 {
margin-left:-320px;
}
.pull-5 {
margin-left:-400px;
}
.pull-6 {
margin-left:-480px;
}
.pull-7 {
margin-left:-560px;
}
.pull-8 {
margin-left:-640px;
}
.pull-9 {
margin-left:-720px;
}
.pull-10 {
margin-left:-800px;
}
.pull-11 {
margin-left:-880px;
}
.pull-12 {
margin-left:-960px;
}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 {
float:left;
position:relative;
}
.push-1 {
margin:0 -80px 1.5em 80px;
}
.push-2 {
margin:0 -160px 1.5em 160px;
}
.push-3 {
margin:0 -240px 1.5em 240px;
}
.push-4 {
margin:0 -320px 1.5em 320px;
}
.push-5 {
margin:0 -400px 1.5em 400px;
}
.push-6 {
margin:0 -480px 1.5em 480px;
}
.push-7 {
margin:0 -560px 1.5em 560px;
}
.push-8 {
margin:0 -640px 1.5em 640px;
}
.push-9 {
margin:0 -720px 1.5em 720px;
}
.push-10 {
margin:0 -800px 1.5em 800px;
}
.push-11 {
margin:0 -880px 1.5em 880px;
}
.push-12 {
margin:0 -960px 1.5em 960px;
}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {
float:right;
position:relative;
}
.prepend-top {
margin-top:1.5em;
}
.append-bottom {
margin-bottom:1.5em;
}
.box {
padding:1.2em 1.2em .5em 1.2em;
background:#ebebeb;
-moz-border-radius: 4px;
-webkit-border-radius:4px;
border: 1px solid #c6c6c6;
text-shadow: 1px 1px 1px #fff;
color: #444444;
text-align: justify
}
hr {
background:#ddd;
color:#ddd;
clear:both;
float:none;
width:100%;
height:1px;
margin:0 0 1.45em;
border:none;
}
hr.space {
background:#fff;
color:#fff;
}
.clearfix:after, .container:after {
content:"\0020";
display:block;
height:0;
clear:both;
visibility:hidden;
overflow:hidden;
}
.clearfix, .container {
display:block;
}
.clear {
clear:both;
}
label {
font-weight:bold;
}
fieldset {
padding:1.4em;
margin:0 0 1.5em 0;
border:1px solid #ccc;
}
legend {
font-weight:bold;
font-size:1.2em;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
background-color:#fff;
border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
margin:0.5em 0;
}
input.text, input.title {
width:300px;
padding:5px;
}
input.title {
font-size:1.5em;
}
textarea {
width:390px;
height:250px;
padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
position:relative;
top:.25em;
}
form.inline {
line-height:3;
}
form.inline p {
margin-bottom:0;
}
.error, .notice, .success {
padding:.8em;
margin-bottom:1em;
border:1px solid #ddd;
clear: both;
}
.error {
background:#FBE3E4;
color:#8a1f11;
border-color:#FBC2C4;
}
.notice {
background: #FAFFBD url(/images/static/clip.png) no-repeat 10px 50% ;
color:#595959;
border-color:#d9d9d9;
text-shadow: 1px 1px #fff;
padding:1.4em;
text-align:center;
}
.success {
background:#E6EFC2;
color:#264409;
border-color:#C6D880;
}
.error a {
color:#8a1f11;
}
.notice a {
color:#514721;
}
.success a {
color:#264409;
}
/*pricing*/
.gt-pl{margin:10px 0;padding:10px;-webkit-font-smoothing:antialiased;border:1px solid transparent;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.gt-pl p{margin:0;font-size:14px;}
.gt-pls-row{margin-top:-10px;margin-left:-25px;width:945px;}
.gt-pls-row .gt-pl{float:left;margin-left:25px;width:268px;text-shadow:1px 1px 0 rgba(255,255,255,0.8);}
.gt-pls-row .gt-pl .gt-r{margin:0;width:100%;padding:0 10px;margin-left:-10px;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.6);}
.gt-pls-row.foured{width:940px;margin-left:-20px;}
.gt-pls-row.foured .gt-pl{margin-left:20px;}
.gt-pls-row .gt-pl .button.classy{display:block;margin:2px 0;text-align:center;}
.gt-pl h3{margin:-5px 0 2px 0;font-size:24px;}
.gt-pl .gt-pr{float:right;}
.gt-pl .gt-pr .amount{color:#000;}
.gt-pl .gt-pr .symbol{position:relative;top:-5px;font-size:16px;opacity:.7;}
.gt-pl .gt-pr .duration{font-size:14px;opacity:.5;}
.gt-pl ul.gt-bp{margin:12px 0;padding:7px 9px;font-weight:bold;font-size:16px;color:#000;background:rgba(255,255,255,0.5);border:1px solid rgba(0,0,0,0.2);border-right-color:rgba(0,0,0,0.1);border-bottom-color:rgba(0,0,0,0.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.gt-pl ul.gt-bp li{list-style-type:none;margin:0;}
.gt-pl ul.gt-sp{margin:-10px 0 0 0;}
.gt-pl ul.gt-sp li{list-style-type:none;padding:5px 0;opacity:.6;border-top:1px solid rgba(0,0,0,0.15);}
.gt-pl ul.gt-sp li:first-child{border-top:none;}
.gt-pl.hgt-pl{margin:20px 0;height:40px;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fafafa',endColorstr='#eeeeee');background:-webkit-gradient(linear,0% 0,0% 100%,from(#fafafa),to(#eee));background:-moz-linear-gradient(270deg,#fafafa,#eee);border-color:#e1e1e1;}
.gt-pl.final:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.hgt-pl .gt-pr{float:left;margin-right:12px;height:100%;padding:0 8px;font-weight:bold;background:#fff;border:1px solid #b6b69e;border-right-color:#e0dfcb;border-bottom-color:#f4f2d2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.hgt-pl .gt-pr .symbol{position:relative;top:-14px;color:#666;font-size:20px;}
.hgt-pl .gt-pr .amount{position:relative;top:-4px;font-size:34px;color:#000;}
.hgt-pl .gt-pr .duration{position:relative;top:-4px;color:#999;font-size:16px;}
.hgt-pl .button{margin:1px 0 0 0;float:right;}
.hgt-pl h3{margin:1px 0 0 0;font-size:16px;color:#000;text-shadow:1px 1px 0 rgba(255,255,255,0.8);}
.final h3{font-weight:normal;}
.hgt-pl p{color:#666;color:rgba(0,0,0,0.6);text-shadow:1px 1px 0 rgba(255,255,255,0.8);}
.hgt-pl p strong{color:#000;}
.gt-pl.personal h3{color:#1a526b;}
.gt-pl.pro,.gt-pl.large.final,.gt-pl.mega.final,.gt-pl.giga.final{background:#d9eff6;background:-webkit-gradient(linear,0% 0,0% 100%,from(#eaf5fb),to(#c5e8f2));background:-moz-linear-gradient(-90deg,#eaf5fb,#c5e8f2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eaf5fb',endColorstr='#c5e8f2');border-color:#c4dce2;}
.gt-pl.pro{background:-webkit-gradient(linear,25% 0,0% 100%,from(#eaf5fb),to(#c5e8f2));background:-moz-linear-gradient(-112deg,#eaf5fb,#c5e8f2);}
.gt-pl.pro h3{color:#1f5714;}
.gt-pl.free-box{background:#fbf9da;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefef3',endColorstr='#fbf8d4');background:-webkit-gradient(linear,0% 0,0% 100%,from(#fefef3),to(#fbf8d4));background:-moz-linear-gradient(270deg,#fefef3,#fbf8d4);border-color:#e7e4c2;}
.gt-pl.free{width:900px;background:#fbf9da;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefef3',endColorstr='#fbf8d4');background:-webkit-gradient(linear,0% 0,0% 100%,from(#fefef3),to(#fbf8d4));background:-moz-linear-gradient(270deg,#fefef3,#fbf8d4);border-color:#e7e4c2;}
.gt-pl.free:hover{border-color:#d6d2ac;}
.free p{color:#4e4d29;}
ul.gt-pls-features{margin:5px 0 8px -20px;font-size:16px;}
ul.gt-pls-features li{list-style-type:none;margin:0 0 0 20px;padding-left:20px;font-size:100%;font-weight:bold;color:#000;background:url(/images/static/check2.png) 0 50% no-repeat; float:left;}
ul.gt-pls-features li.intro{font-weight:normal;color:#666;padding:0;background:transparent;padding-bottom:10px;}
button.classy,a.button.classy{height:34px;padding:0;position:relative;top:1px;margin-left:10px;font-family:helvetica,arial,freesans,clean,sans-serif;font-weight:bold;font-size:12px;color:#333;text-shadow:1px 1px 0 #fff;white-space:nowrap;border:none;overflow:visible;background:#ddd;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#e1e1e1');background:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#e1e1e1));background:-moz-linear-gradient(-90deg,#fff,#e1e1e1);border-bottom:1px solid #ebebeb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);box-shadow:0 1px 4px rgba(0,0,0,0.3);cursor:pointer;-webkit-font-smoothing:subpixel-antialiased!important;}
a.button.classy{display:inline-block;}
button.classy span,a.button.classy span{display:block;height:34px;padding:0 13px;line-height:36px;}
/*forms*/
/* Login Box Styles */
.gt-login-hd {
width: 430px;
margin-left: auto;
margin-right: auto;
/* margin-top: 30px;*/
margin-bottom: 5px;
font-size: 140%;
font-weight: bold;
color: #0e2029;
}
.gt-login-box {
width: 400px;
margin-left: auto;
margin-right: auto;
padding: 1.5em 3em;
border: 1px solid #ccc;
background-color: #fff;
border-radius: 5px;
}
.gt-login-box .gt-form .gt-form-text {
font-size: 116%;
}
.gt-login-box .gt-remember-me {
display: block;
padding: 12px 0 0 0;
font-size: 85%;
font-weight: normal;
color: #666666;
float: left;
display: inline;
}
.gt-forgot-password {
font-size: 85%;
clear: both;
margin: 0;
padding: 5px 0 0 0;
}
.signup-header{
font-family: 'lucida grande',Verdana,sans-serif;
color: #333;
font-weight: normal;
font-size: 1.4em;
padding: 7px;
text-align: center;
width: 100%;
}
form input[type=text],
form input[type=password],
form textarea {
border: 1px solid #ccc;
background-color: #f4f7f8;
padding: 5px 2px;
font-size: 108%;
width: 99%;
}
form input[type=text]:focus,
form input[type=password]:focus,
form textarea:focus {
background-color: #fff;
}
form input[type=submit] {
margin: 0 10px 0 0;
float: left;
display: inline;
height: 38px;
line-height: 38px;
text-align: center;
font-weight: bold;
color: #fff;
text-decoration: none;
font-size: 13px;
border: none;
padding: 0;
margin: 0;
width: 126px;
background: url(/images/gt/btn-gray-medium.png) no-repeat 0 0 transparent;
}
.gt-table-buttons-inside input[type=submit]{
float: right;;
}
form label {
font-size: 100%;
color: #365b6d;
display: block;
margin-bottom: 3px;
font-weight: bold;
}
form option {
font-size: 108%;
}
form label.note {
color: #444;
font-weight: normal;
font-size: 10px;
}
label.choice {
margin: 0 15px 0 0;
font-weight: normal;
font-size: 12px;
color: #666;
}
form input[type=radio],
form input[type=checkbox] {
margin-right: 3px;
}
form input[type=select] {
font-size: 12px;
margin: 5px 5px 0 0;
border: 1px solid #d2d2d2;
}
form input.short { width: 20%;}
form input.medium { width: 45%;}
form input.long { width:70%;}
form input.max { width: 95%;}
form .gt-content-box {
padding: 15px 15px 5px 15px;
margin-bottom: 40px;
max-width: 800px;
}
form .gt-cancel {
line-height: 37px;
margin-bottom: 0;
margin-left: 20px;
float: left;
}
form p {
margin-bottom: 10px;
width: 80%;
}
.gt-login-box .errorExplanation h2{
display:none;
}
.gt-login-box .errorExplanation ul li{
color: #DF0000;
font-weight: bold;
}
.gt-login-box .errorExplanation p {
color: #DF0000;
font-weight: bold;
margin-top: 15px;
}
blockquote {
font-family: georgia, 'Times New Roman';
display: block;
padding: 0px 60px 40px 90px;
width: 300px;
/*margin:1.5em;*/
color:#666;
font-style:italic;
}
blockquote author{
font-weight:bold;
padding-left:20px;
}
blockquote author:before{
content: "~";
}
blockquote:before, blockquote:after {
color: #69c;
display: block;
font-size: 700%;
width: 50px;
}
blockquote:before {
content: "\201C";
height: 30px;
margin-left: -0.55em;
}
blockquote:after {
content: '\201D';
height: 50px;
margin-top: -70px;
margin-left: 290px;
padding-right: 5px;
}
blockquote.middle{
padding-left:320px;
padding-bottom:70px;
}
div.paint {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:url("/images/static/paint_blue.png");
background-position:0 0;
background-repeat:no-repeat;
float:left;
height:115px;
margin-bottom:0;
margin-left:200px;
margin-right:0;
margin-top:0;
text-align:center;
width:600px;
}
div.side-paint {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:url("/images/static/paint_orange.png");
background-position:0 0;
background-repeat:no-repeat;
height:115px;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
margin-top:2px;
text-align:center;
width:450px;
}
div.paint p,div.side-paint p{
color:#fff;
font-size:22px;
font-style:italic;
line-height:normal;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:15px;
padding-top:10px;
font-family: georgia, times, "times new roman";
}
div.paint p a,div.side-paint p a{
color:#666;
}
.span-6 h2{
text-align:center;
}
#homebanner{
height: 300px;
background-image:url("/images/static/HomePageMain.png");
background-repeat:no-repeat;
background-position: right center;
/* margin-bottom: 44px;*/
}
#topsection{
background-color: #444;
} | public/stylesheets/static/screen.css | html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}
body {
line-height:1.4; /*used to be 1.7*/
}
table {
border-collapse:separate;
border-spacing:0;
}
caption, th, td {
text-align:left;
font-weight:normal;
}
table, td, th {
vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a img {
border:none;
}
html {
font-size:100.01%;
background-color: #f3f3f3;
}
body {
/* font-size:75%;*/
font-family: helvetica,arial,freesans,clean,sans-serif;
/* font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;*/
}
h1,h2, h3, h4, h5, h6 {
font-weight:normal;
color:#111;
}
h1 {
font-size:2em;
line-height:1;
margin-bottom:0.4em;
text-shadow: 1px 1px #9E9E9F;
font-weight: bold;
color: #2f2f2f;
}
#main-inner h1{
text-align: center;
}
h2 {
color: #02293C;
font-weight:bold;
font-size:1.5em;
margin-bottom:0.4em;
line-height: 110%;
}
h3 {
font-size:1em;
/* line-height:1.15;*/
line-height: 110%;
font-weight: bold;
color: #022356;
}
h4 {
font-size:1.2em;
line-height:1.25;
margin-bottom:1.25em;
}
h5 {
font-size:1em;
font-weight:bold;
margin-bottom:1.5em;
}
h6 {
font-size:.9em;
font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
margin:0;
}
p {
margin:0 0.5em 1.5em;
font-size: 110%;
line-height: 120%;
/* color: #818181*/
}
p img.left {
float:left;
margin:1.5em 1.5em 1.5em 0;
padding:0;
}
p img.right {
float:right;
margin:1.5em 0 1.5em 1.5em;
}
/*blockquote {
margin:1.5em;
color:#666;
font-style:italic;
}
*/
strong {
font-weight:bold;
}
em, dfn {
font-style:italic;
}
dfn {
font-weight:bold;
}
sup, sub {
line-height:0;
}
abbr, acronym {
border-bottom:1px dotted #666;
}
address {
margin:0 0 1.5em;
font-style:italic;
}
del {
color:#666;
}
pre {
margin:1.5em 0;
white-space:pre;
}
pre, code, tt {
font:1em 'andale mono', 'lucida console', monospace;
line-height:1.5;
}
li ul, li ol {
margin:0 1.5em;
}
ul, ol {
margin:0 1.5em 1.5em 1.5em;
}
ul {
list-style-type:disc;
}
ul li {
font-size: 110%;
/* line-height: 120%;
*//* color: #818181*/
}
ol {
list-style-type:decimal;
}
dl {
margin:0 0 1.5em 0;
}
dl dt {
font-weight:bold;
}
dd {
margin-left:1.5em;
}
table {
margin-bottom:1.4em;
width:100%;
}
th {
font-weight:bold;
}
thead th {
background:#c3d9ff;
}
th, td, caption {
padding:4px 10px 4px 5px;
}
tr.even td {
background:#e5ecf9;
}
tfoot {
font-style:italic;
}
caption {
background:#eee;
}
.small {
font-size:.8em;
margin-bottom:1.875em;
line-height:1.875em;
}
.large {
font-size:1.2em;
line-height:2.5em;
margin-bottom:1.25em;
}
.hide {
display:none;
}
.quiet {
color:#666;
}
.loud {
color:#000;
}
.highlight {
background:#ff0;
}
.added {
background:#060;
color:#fff;
}
.removed {
background:#900;
color:#fff;
}
.first {
margin-left:0;
padding-left:0;
}
.last {
margin-right:0;
padding-right:0;
}
.top {
margin-top:0;
padding-top:0;
}
.bottom {
margin-bottom:0;
padding-bottom:0;
}
.container {
width:940px;
margin:0 auto;
min-height:400px;
}
.showgrid {
background:url(grid.png);
}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12 {
float:left;
margin-right:20px;
}
.last, div.last {
margin-right:0;
}
.span-1 {
width:60px;
}
.span-2 {
width:140px;
}
.span-3 {
width:220px;
}
.span-4 {
width:300px;
}
.span-5 {
width:380px;
}
.span-6 {
width:460px;
}
.span-7 {
width:540px;
}
.span-8 {
width:620px;
}
.span-9 {
width:700px;
}
.span-10 {
width:780px;
}
.span-11 {
width:860px;
}
.span-12 {
width:940px;
margin-right:0;
}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12 {
border-left-width:1px!important;
border-right-width:1px!important;
padding-left:5px!important;
padding-right:5px!important;
}
input.span-1, textarea.span-1 {
width:48px!important;
}
input.span-2, textarea.span-2 {
width:128px!important;
}
input.span-3, textarea.span-3 {
width:208px!important;
}
input.span-4, textarea.span-4 {
width:288px!important;
}
input.span-5, textarea.span-5 {
width:368px!important;
}
input.span-6, textarea.span-6 {
width:448px!important;
}
input.span-7, textarea.span-7 {
width:528px!important;
}
input.span-8, textarea.span-8 {
width:608px!important;
}
input.span-9, textarea.span-9 {
width:688px!important;
}
input.span-10, textarea.span-10 {
width:768px!important;
}
input.span-11, textarea.span-11 {
width:848px!important;
}
input.span-12, textarea.span-12 {
width:928px!important;
}
.append-1 {
padding-right:80px;
}
.append-2 {
padding-right:160px;
}
.append-3 {
padding-right:240px;
}
.append-4 {
padding-right:320px;
}
.append-5 {
padding-right:400px;
}
.append-6 {
padding-right:480px;
}
.append-7 {
padding-right:560px;
}
.append-8 {
padding-right:640px;
}
.append-9 {
padding-right:720px;
}
.append-10 {
padding-right:800px;
}
.append-11 {
padding-right:880px;
}
.prepend-1 {
padding-left:80px;
}
.prepend-2 {
padding-left:160px;
}
.prepend-3 {
padding-left:240px;
}
.prepend-4 {
padding-left:320px;
}
.prepend-5 {
padding-left:400px;
}
.prepend-6 {
padding-left:480px;
}
.prepend-7 {
padding-left:560px;
}
.prepend-8 {
padding-left:640px;
}
.prepend-9 {
padding-left:720px;
}
.prepend-10 {
padding-left:800px;
}
.prepend-11 {
padding-left:880px;
}
div.border {
padding-right:9px;
margin-right:10px;
border-right:1px solid #eee;
}
div.colborder {
padding-right:49px;
margin-right:50px;
border-right:1px solid #eee;
}
.pull-1 {
margin-left:-80px;
}
.pull-2 {
margin-left:-160px;
}
.pull-3 {
margin-left:-240px;
}
.pull-4 {
margin-left:-320px;
}
.pull-5 {
margin-left:-400px;
}
.pull-6 {
margin-left:-480px;
}
.pull-7 {
margin-left:-560px;
}
.pull-8 {
margin-left:-640px;
}
.pull-9 {
margin-left:-720px;
}
.pull-10 {
margin-left:-800px;
}
.pull-11 {
margin-left:-880px;
}
.pull-12 {
margin-left:-960px;
}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 {
float:left;
position:relative;
}
.push-1 {
margin:0 -80px 1.5em 80px;
}
.push-2 {
margin:0 -160px 1.5em 160px;
}
.push-3 {
margin:0 -240px 1.5em 240px;
}
.push-4 {
margin:0 -320px 1.5em 320px;
}
.push-5 {
margin:0 -400px 1.5em 400px;
}
.push-6 {
margin:0 -480px 1.5em 480px;
}
.push-7 {
margin:0 -560px 1.5em 560px;
}
.push-8 {
margin:0 -640px 1.5em 640px;
}
.push-9 {
margin:0 -720px 1.5em 720px;
}
.push-10 {
margin:0 -800px 1.5em 800px;
}
.push-11 {
margin:0 -880px 1.5em 880px;
}
.push-12 {
margin:0 -960px 1.5em 960px;
}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {
float:right;
position:relative;
}
.prepend-top {
margin-top:1.5em;
}
.append-bottom {
margin-bottom:1.5em;
}
.box {
padding:1.2em 1.2em .5em 1.2em;
background:#ebebeb;
-moz-border-radius: 4px;
-webkit-border-radius:4px;
border: 1px solid #c6c6c6;
text-shadow: 1px 1px 1px #fff;
color: #444444;
text-align: justify
}
hr {
background:#ddd;
color:#ddd;
clear:both;
float:none;
width:100%;
height:1px;
margin:0 0 1.45em;
border:none;
}
hr.space {
background:#fff;
color:#fff;
}
.clearfix:after, .container:after {
content:"\0020";
display:block;
height:0;
clear:both;
visibility:hidden;
overflow:hidden;
}
.clearfix, .container {
display:block;
}
.clear {
clear:both;
}
label {
font-weight:bold;
}
fieldset {
padding:1.4em;
margin:0 0 1.5em 0;
border:1px solid #ccc;
}
legend {
font-weight:bold;
font-size:1.2em;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
background-color:#fff;
border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
margin:0.5em 0;
}
input.text, input.title {
width:300px;
padding:5px;
}
input.title {
font-size:1.5em;
}
textarea {
width:390px;
height:250px;
padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
position:relative;
top:.25em;
}
form.inline {
line-height:3;
}
form.inline p {
margin-bottom:0;
}
.error, .notice, .success {
padding:.8em;
margin-bottom:1em;
border:1px solid #ddd;
clear: both;
}
.error {
background:#FBE3E4;
color:#8a1f11;
border-color:#FBC2C4;
}
.notice {
background: #FAFFBD url(/images/static/clip.png) no-repeat 10px 50% ;
color:#595959;
border-color:#d9d9d9;
text-shadow: 1px 1px #fff;
padding:1.4em;
text-align:center;
}
.success {
background:#E6EFC2;
color:#264409;
border-color:#C6D880;
}
.error a {
color:#8a1f11;
}
.notice a {
color:#514721;
}
.success a {
color:#264409;
}
/*pricing*/
.gt-pl{margin:10px 0;padding:10px;-webkit-font-smoothing:antialiased;border:1px solid transparent;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.gt-pl p{margin:0;font-size:14px;}
.gt-pls-row{margin-top:-10px;margin-left:-25px;width:945px;}
.gt-pls-row .gt-pl{float:left;margin-left:25px;width:268px;text-shadow:1px 1px 0 rgba(255,255,255,0.8);}
.gt-pls-row .gt-pl .gt-r{margin:0;width:100%;padding:0 10px;margin-left:-10px;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.6);}
.gt-pls-row.foured{width:940px;margin-left:-20px;}
.gt-pls-row.foured .gt-pl{margin-left:20px;}
.gt-pls-row .gt-pl .button.classy{display:block;margin:2px 0;text-align:center;}
.gt-pl h3{margin:-5px 0 2px 0;font-size:24px;}
.gt-pl .gt-pr{float:right;}
.gt-pl .gt-pr .amount{color:#000;}
.gt-pl .gt-pr .symbol{position:relative;top:-5px;font-size:16px;opacity:.7;}
.gt-pl .gt-pr .duration{font-size:14px;opacity:.5;}
.gt-pl ul.gt-bp{margin:12px 0;padding:7px 9px;font-weight:bold;font-size:16px;color:#000;background:rgba(255,255,255,0.5);border:1px solid rgba(0,0,0,0.2);border-right-color:rgba(0,0,0,0.1);border-bottom-color:rgba(0,0,0,0.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.gt-pl ul.gt-bp li{list-style-type:none;margin:0;}
.gt-pl ul.gt-sp{margin:-10px 0 0 0;}
.gt-pl ul.gt-sp li{list-style-type:none;padding:5px 0;opacity:.6;border-top:1px solid rgba(0,0,0,0.15);}
.gt-pl ul.gt-sp li:first-child{border-top:none;}
.gt-pl.hgt-pl{margin:20px 0;height:40px;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fafafa',endColorstr='#eeeeee');background:-webkit-gradient(linear,0% 0,0% 100%,from(#fafafa),to(#eee));background:-moz-linear-gradient(270deg,#fafafa,#eee);border-color:#e1e1e1;}
.gt-pl.final:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.hgt-pl .gt-pr{float:left;margin-right:12px;height:100%;padding:0 8px;font-weight:bold;background:#fff;border:1px solid #b6b69e;border-right-color:#e0dfcb;border-bottom-color:#f4f2d2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.hgt-pl .gt-pr .symbol{position:relative;top:-14px;color:#666;font-size:20px;}
.hgt-pl .gt-pr .amount{position:relative;top:-4px;font-size:34px;color:#000;}
.hgt-pl .gt-pr .duration{position:relative;top:-4px;color:#999;font-size:16px;}
.hgt-pl .button{margin:1px 0 0 0;float:right;}
.hgt-pl h3{margin:1px 0 0 0;font-size:16px;color:#000;text-shadow:1px 1px 0 rgba(255,255,255,0.8);}
.final h3{font-weight:normal;}
.hgt-pl p{color:#666;color:rgba(0,0,0,0.6);text-shadow:1px 1px 0 rgba(255,255,255,0.8);}
.hgt-pl p strong{color:#000;}
.gt-pl.personal h3{color:#1a526b;}
.gt-pl.pro,.gt-pl.large.final,.gt-pl.mega.final,.gt-pl.giga.final{background:#d9eff6;background:-webkit-gradient(linear,0% 0,0% 100%,from(#eaf5fb),to(#c5e8f2));background:-moz-linear-gradient(-90deg,#eaf5fb,#c5e8f2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eaf5fb',endColorstr='#c5e8f2');border-color:#c4dce2;}
.gt-pl.pro{background:-webkit-gradient(linear,25% 0,0% 100%,from(#eaf5fb),to(#c5e8f2));background:-moz-linear-gradient(-112deg,#eaf5fb,#c5e8f2);}
.gt-pl.pro h3{color:#1f5714;}
.gt-pl.free-box{background:#fbf9da;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefef3',endColorstr='#fbf8d4');background:-webkit-gradient(linear,0% 0,0% 100%,from(#fefef3),to(#fbf8d4));background:-moz-linear-gradient(270deg,#fefef3,#fbf8d4);border-color:#e7e4c2;}
.gt-pl.free{width:900px;background:#fbf9da;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefef3',endColorstr='#fbf8d4');background:-webkit-gradient(linear,0% 0,0% 100%,from(#fefef3),to(#fbf8d4));background:-moz-linear-gradient(270deg,#fefef3,#fbf8d4);border-color:#e7e4c2;}
.gt-pl.free:hover{border-color:#d6d2ac;}
.free p{color:#4e4d29;}
ul.gt-pls-features{margin:5px 0 8px -20px;font-size:16px;}
ul.gt-pls-features li{list-style-type:none;margin:0 0 0 20px;padding-left:20px;font-size:100%;font-weight:bold;color:#000;background:url(/images/static/check2.png) 0 50% no-repeat; float:left;}
ul.gt-pls-features li.intro{font-weight:normal;color:#666;padding:0;background:transparent;padding-bottom:10px;}
button.classy,a.button.classy{height:34px;padding:0;position:relative;top:1px;margin-left:10px;font-family:helvetica,arial,freesans,clean,sans-serif;font-weight:bold;font-size:12px;color:#333;text-shadow:1px 1px 0 #fff;white-space:nowrap;border:none;overflow:visible;background:#ddd;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#e1e1e1');background:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#e1e1e1));background:-moz-linear-gradient(-90deg,#fff,#e1e1e1);border-bottom:1px solid #ebebeb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);box-shadow:0 1px 4px rgba(0,0,0,0.3);cursor:pointer;-webkit-font-smoothing:subpixel-antialiased!important;}
a.button.classy{display:inline-block;}
button.classy span,a.button.classy span{display:block;height:34px;padding:0 13px;line-height:36px;}
/*forms*/
/* Login Box Styles */
.gt-login-hd {
width: 430px;
margin-left: auto;
margin-right: auto;
/* margin-top: 30px;*/
margin-bottom: 5px;
font-size: 140%;
font-weight: bold;
color: #0e2029;
}
.gt-login-box {
width: 400px;
margin-left: auto;
margin-right: auto;
padding: 1.5em 3em;
border: 1px solid #ccc;
background-color: #fff;
border-radius: 5px;
}
.gt-login-box .gt-form .gt-form-text {
font-size: 116%;
}
.gt-login-box .gt-remember-me {
display: block;
padding: 12px 0 0 0;
font-size: 85%;
font-weight: normal;
color: #666666;
float: left;
display: inline;
}
.gt-forgot-password {
font-size: 85%;
clear: both;
margin: 0;
padding: 5px 0 0 0;
}
.signup-header{
font-family: 'lucida grande',Verdana,sans-serif;
color: #333;
font-weight: normal;
font-size: 1.4em;
padding: 7px;
text-align: center;
width: 100%;
}
form input[type=text],
form input[type=password],
form textarea {
border: 1px solid #ccc;
background-color: #f4f7f8;
padding: 5px 2px;
font-size: 108%;
width: 99%;
}
form input[type=text]:focus,
form input[type=password]:focus,
form textarea:focus {
background-color: #fff;
}
form input[type=submit] {
margin: 0 10px 0 0;
float: left;
display: inline;
height: 38px;
line-height: 38px;
text-align: center;
font-weight: bold;
color: #fff;
text-decoration: none;
font-size: 13px;
border: none;
padding: 0;
margin: 0;
width: 126px;
background: url(/images/gt/btn-gray-medium.png) no-repeat 0 0 transparent;
}
.gt-table-buttons-inside input[type=submit]{
float: right;;
}
form label {
font-size: 100%;
color: #365b6d;
display: block;
margin-bottom: 3px;
font-weight: bold;
}
form option {
font-size: 108%;
}
form label.note {
color: #444;
font-weight: normal;
font-size: 10px;
}
label.choice {
margin: 0 15px 0 0;
font-weight: normal;
font-size: 12px;
color: #666;
}
form input[type=radio],
form input[type=checkbox] {
margin-right: 3px;
}
form input[type=select] {
font-size: 12px;
margin: 5px 5px 0 0;
border: 1px solid #d2d2d2;
}
form input.short { width: 20%;}
form input.medium { width: 45%;}
form input.long { width:70%;}
form input.max { width: 95%;}
form .gt-content-box {
padding: 15px 15px 5px 15px;
margin-bottom: 40px;
max-width: 800px;
}
form .gt-cancel {
line-height: 37px;
margin-bottom: 0;
margin-left: 20px;
float: left;
}
form p {
margin-bottom: 10px;
width: 80%;
}
.gt-login-box .errorExplanation h2{
display:none;
}
.gt-login-box .errorExplanation ul li{
color: #DF0000;
font-weight: bold;
}
.gt-login-box .errorExplanation p {
color: #DF0000;
font-weight: bold;
margin-top: 15px;
}
blockquote {
font-family: georgia, 'Times New Roman';
display: block;
padding: 0px 60px 40px 90px;
width: 300px;
/*margin:1.5em;*/
color:#666;
font-style:italic;
}
blockquote author{
font-weight:bold;
padding-left:20px;
}
blockquote author:before{
content: "~";
}
blockquote:before, blockquote:after {
color: #69c;
display: block;
font-size: 700%;
width: 50px;
}
blockquote:before {
content: "\201C";
height: 30px;
margin-left: -0.55em;
}
blockquote:after {
content: '\201D';
height: 50px;
margin-top: -70px;
margin-left: 290px;
padding-right: 5px;
}
blockquote.middle{
padding-left:320px;
padding-bottom:70px;
}
div.paint {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:url("/images/static/paint_blue.png");
background-position:0 0;
background-repeat:no-repeat;
float:left;
height:115px;
margin-bottom:0;
margin-left:200px;
margin-right:0;
margin-top:0;
text-align:center;
width:600px;
}
div.side-paint {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:url("/images/static/paint_orange.png");
background-position:0 0;
background-repeat:no-repeat;
height:115px;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
margin-top:2px;
text-align:center;
width:450px;
}
div.paint p,div.side-paint p{
color:#fff;
font-size:22px;
font-style:italic;
line-height:normal;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:15px;
padding-top:10px;
font-family: georgia, times, "times new roman";
}
div.paint p a,div.side-paint p a{
color:#666;
}
.span-6 h2{
text-align:center;
}
#homebanner{
height: 300px;
background-image:url("/images/static/HomePageMain.png");
background-repeat:no-repeat;
background-position: right center;
/* margin-bottom: 44px;*/
}
#topsection{
background-color: #444;
} | 0.377426 | 0.100613 |
main > * {
margin-top: 3rem;
margin-bottom: 3rem;
}
nav {
background-color: blue;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.1),
rgba(0, 0, 0, 0.2)
);
color: white;
box-shadow: 0 0 0.625rem 0 rgba(255, 255, 255, 0.3);
}
nav > ul {
display: flex;
list-style: none;
margin: 0;
--animation: FadeIn 500ms 1700ms ease-out backwards;
animation: var(--animation);
}
nav > ul > li {
width: calc(100% / 4);
}
nav > ul > li > a {
display: block;
color: inherit;
text-decoration: none;
padding: 0.75em;
text-align: center;
transition: background-color 200ms;
border: 1px solid rgba(255, 255, 255, 0.2);
border-top: none;
border-bottom: none;
background-clip: padding-box;
}
nav > ul > li + li > a {
border-left: none;
}
nav > ul > li > a:hover,
nav > ul > li > a:focus,
nav > ul > li > a:active {
background-color: rgba(0, 0, 0, 0.2);
outline: none;
text-decoration: none;
}
@media (max-width: 44em) {
nav > ul > li:nth-child(3) {
display: none;
}
nav > ul > li {
width: calc(100% / 3);
}
}
@media (max-width: 31em) {
nav > ul > li {
width: auto;
flex: 1 1 auto;
}
nav .emoji {
display: none;
}
}
.Container {
max-width: 61rem;
margin-left: auto;
margin-right: auto;
padding: 0 3rem;
}
@media (max-width: 55em) {
.Container--noPaddingSmall {
padding: 0 !important;
}
}
.Button {
display: inline-block;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
letter-spacing: inherit;
line-height: inherit;
color: black;
font-weight: bold;
text-decoration: none;
padding: 0.5em 2em;
border-radius: 0.3125em;
box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background-color 200ms;
position: relative;
z-index: 0;
overflow: hidden;
}
.Button::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
filter: blur(0.625rem);
background-color: rgba(255, 255, 255, 0.8);
}
.Button:hover,
.Button:focus,
.Button:active {
background-color: white;
outline: none;
text-decoration: none;
}
.Button:active {
box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.5);
}
.Header {
overflow: hidden;
padding: 5rem 0;
background-color: blue;
background-image: linear-gradient(
65deg,
transparent 15%,
rgba(255, 255, 255, 0.1) calc(15% + 1px),
rgba(255, 255, 255, 0.1) 28%,
transparent calc(28% + 1px)
),
linear-gradient(
130deg,
transparent 24%,
rgba(0, 0, 0, 0.15) calc(24% + 1px),
rgba(0, 0, 0, 0.15) 50%,
transparent calc(50% + 1px)
),
linear-gradient(
-155deg,
transparent 5%,
rgba(255, 255, 255, 0.1) calc(5% + 1px),
rgba(255, 255, 255, 0.1) 25%,
transparent calc(25% + 1px)
),
linear-gradient(
-110deg,
transparent 35%,
rgba(255, 255, 255, 0.05) calc(35% + 1px),
rgba(255, 255, 255, 0.05) 55%,
transparent calc(55% + 1px)
),
linear-gradient(
145deg,
transparent 60%,
rgba(0, 0, 0, 0.1) calc(60% + 1px),
rgba(0, 0, 0, 0.1) 75%,
transparent calc(75% + 1px)
),
linear-gradient(
155deg,
transparent 0%,
rgba(0, 0, 0, 0.1) calc(0% + 1px),
rgba(0, 0, 0, 0.1) 10%,
transparent calc(10% + 1px)
);
color: white;
}
.Header-inner {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.Header-title {
font-size: 3.125rem;
letter-spacing: -1px;
margin: 0;
}
.Header-subTitle {
font-size: 1.4375rem;
margin: 0;
margin-top: 1rem;
}
@media (max-width: 37em) {
.Header-title {
font-size: 2.5rem;
}
.Header-subTitle {
font-size: 1.125rem;
}
}
.Header-titleWrapper {
--animation: FadeIn 500ms 1250ms ease-out backwards;
animation: var(--animation);
}
.Header-buttons {
margin: 0;
display: flex;
}
.Header-buttons > * {
--stagger: 0ms;
animation: ButtonAppear 500ms calc(1550ms + var(--stagger)) ease-out backwards;
min-width: 13rem;
}
.Header-buttons > * + * {
--stagger: 100ms;
margin-left: 1.5rem;
}
.Keyboard {
font-size: 3rem;
margin: 3rem;
}
.Keyboard > div {
display: flex;
}
.Keyboard > div,
.Keyboard > div > div {
margin: 0.3125rem;
}
.Keyboard > div {
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
}
.Keyboard > div:nth-child(1),
.Keyboard > div:nth-child(1) > div:first-child {
margin-left: 0;
}
.Keyboard > div:nth-child(2) {
margin-left: 0;
padding-left: 0.25em;
}
.Keyboard > div:nth-child(3) {
padding-left: 0.75em;
}
.Keyboard > div > div {
--stagger: 0ms;
--animation-appear: KeyAppear 800ms var(--stagger) ease both;
width: 1em;
height: 1em;
background-image: url(keycap);
background-size: contain;
animation: var(--animation-appear), KeyFade 400ms 1000ms ease-out forwards;
}
.Keyboard > div:first-child > div {
margin-top: 0;
}
.Keyboard > div:last-child > div {
margin-bottom: 0;
}
.Keyboard > div > div.Keyboard-icon {
--animation: 500ms 1150ms ease-out backwards;
animation: var(--animation-appear);
position: relative;
}
.Keyboard > div > div.Keyboard-icon::before {
content: "";
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0 0 0.625rem 0.625rem blue, 0 0 3rem 1.25rem white;
animation: KeyGlow var(--animation);
}
.Keyboard > div > div.Keyboard-icon::after {
content: "";
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(icon);
background-size: contain;
animation: FadeIn var(--animation);
}
.Keyboard > div > div:nth-child(12) {
--stagger: 480ms;
}
.Keyboard > div > div:nth-child(1),
.Keyboard > div > div:nth-child(11) {
--stagger: 400ms;
}
.Keyboard > div > div:nth-child(2),
.Keyboard > div > div:nth-child(10) {
--stagger: 320ms;
}
.Keyboard > div > div:nth-child(3),
.Keyboard > div > div:nth-child(9) {
--stagger: 240ms;
}
.Keyboard > div > div:nth-child(4),
.Keyboard > div > div:nth-child(8) {
--stagger: 160ms;
}
.Keyboard > div > div:nth-child(5),
.Keyboard > div > div:nth-child(7) {
--stagger: 80ms;
}
@keyframes KeyAppear {
0% {
opacity: 0;
transform: translateY(100px) scale(0.2);
}
}
@keyframes KeyFade {
100% {
opacity: 0.6;
}
}
@keyframes KeyGlow {
0% {
opacity: 0;
transform: scale(0.8);
}
}
@keyframes FadeIn {
0% {
opacity: 0;
}
}
@keyframes ButtonAppear {
0% {
opacity: 0;
transform: translateY(0.625rem);
}
50% {
transform: translateY(-0.3125rem);
}
100% {
transform: translateY(0);
}
}
.hint {
font-size: 0.75rem;
padding: 0.167em;
color: black;
background-color: yellow;
border: solid 1px rgba(0, 0, 0, 0.5);
text-transform: uppercase;
font-weight: bold;
line-height: 1;
position: absolute;
right: 100%;
top: 50%;
transform: translateY(-50%);
}
.highlighted {
background-color: green;
}
.matchedText {
position: relative;
}
.matchedText::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-bottom: 2px solid purple;
box-sizing: border-box;
}
.status {
font-size: 0.875rem;
padding: 0.286em 0.429em;
color: white;
background-color: black;
box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5);
bottom: 0;
right: 0;
line-height: 1;
position: absolute;
}
[data-text]::before {
content: attr(data-text);
}
.Demos {
display: flex;
}
.Demos > * {
width: 50%;
}
.Demos > * + * {
margin-left: 3rem;
}
.Demo {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: white;
box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.5);
padding: 1.5em;
position: relative;
font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
DejaVu Sans, Verdana, sans-serif;
overflow: hidden;
}
@supports (-moz-appearance: meterbar) {
.Demo {
font: menu;
font-size: 1em;
}
}
.Demo-inner > * + * {
margin-top: 1rem;
}
.Demo-box {
padding: 0 1em;
}
@media (max-width: 22em) {
.Demo-box {
padding-right: 0;
}
}
.Demo-box > :first-child {
font-size: 1.375em;
margin-bottom: 0.222em;
}
.Demo a {
position: relative;
}
.Demo-box p {
margin: 0;
}
.Demo-box > :last-child > * {
font-size: 0.8125em;
white-space: nowrap;
}
.Demo-box > :last-child > * + * {
margin-left: 1.5rem;
position: relative;
}
.Demo-box > :last-child > * + *::before {
font-size: 3px;
content: "";
position: absolute;
top: calc(50% - 0.5em);
left: calc(1.5rem / -2 - 0.5em);
width: 1em;
height: 1em;
background-color: grey;
border-radius: 50%;
}
.Demo-bar {
display: flex;
}
.Demo-bar > * + * {
margin-left: 1em;
}
.Demo-input {
display: flex;
align-items: center;
border: 1px solid grey;
border-radius: 0.5em;
padding: 0.5em 1em;
flex: 1;
white-space: nowrap;
}
.Demo-button {
background-color: blue;
color: white;
border-radius: 0.5em;
padding: 0.5em 1.5em;
font-weight: bold;
}
.Demo-relative {
position: relative;
}
.Shortcuts {
columns: 2;
}
.Reasons {
list-style: none;
padding: 0;
font-weight: bold;
}
@media (min-width: 31.0625em) {
.Reasons {
display: flex;
}
.Reasons > li {
width: calc(100% / 3);
text-align: center;
}
.Reasons > li + li {
margin-left: 1rem;
}
.Reasons .emoji {
display: block;
margin-bottom: 1rem;
font-size: 4rem;
font-weight: normal;
}
}
@media (max-width: 31em) {
.Reasons > li {
display: flex;
align-items: center;
}
.Reasons > li + li {
margin-top: 1rem;
}
.Reasons .emoji {
display: inline-block;
width: 3rem;
margin-right: 1rem;
text-align: center;
font-size: 2rem;
}
.Header-buttons {
flex-direction: column;
}
.Header-buttons > * + * {
margin-left: 0;
margin-top: 1rem;
}
}
.QuickLinks > ul {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
list-style: none;
margin: 0;
padding: 0;
}
@media (min-width: 81em) {
.QuickLinks {
position: sticky;
top: 0;
width: 15vw;
transform: translateX(-100%);
}
.QuickLinks > ul {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
margin: 4rem 0;
padding-right: 1rem;
}
.QuickLinks a.is-visible {
font-weight: bold;
}
}
@media (max-width: 50em) {
.Keyboard {
transform: scale(0.8);
margin: 2rem 0;
}
.Container {
padding: 0 2rem;
}
.Demos > * + * {
margin-left: 2rem;
}
.Shortcuts {
column-gap: 2rem;
}
}
@media (max-width: 44em) {
h2 {
font-size: 1.25rem;
}
.Container {
padding: 0 1rem;
}
.Demos > * + * {
margin-left: 1rem;
}
.Shortcuts {
column-gap: 1rem;
}
}
@media (max-width: 40em) {
.Header {
padding: 3rem 0;
}
.Keyboard {
transform: scale(0.6);
margin: 1rem 0;
}
.Keyboard > div > div:last-child {
display: none;
}
.Demos {
display: block;
}
.Demos > * {
width: 100%;
}
.Demos > * + * {
margin-left: 0;
margin-top: 3rem;
}
.Shortcuts {
columns: 1;
}
.Shortcuts > li:nth-child(4) {
margin-top: 3rem;
}
}
@media (max-width: 25em) {
.Keyboard {
transform: scale(0.8);
margin-bottom: 2rem;
}
.Keyboard > div > div:last-child {
display: block;
}
.Shortcuts {
padding-right: 2rem;
}
} | docs/index.css | main > * {
margin-top: 3rem;
margin-bottom: 3rem;
}
nav {
background-color: blue;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.1),
rgba(0, 0, 0, 0.2)
);
color: white;
box-shadow: 0 0 0.625rem 0 rgba(255, 255, 255, 0.3);
}
nav > ul {
display: flex;
list-style: none;
margin: 0;
--animation: FadeIn 500ms 1700ms ease-out backwards;
animation: var(--animation);
}
nav > ul > li {
width: calc(100% / 4);
}
nav > ul > li > a {
display: block;
color: inherit;
text-decoration: none;
padding: 0.75em;
text-align: center;
transition: background-color 200ms;
border: 1px solid rgba(255, 255, 255, 0.2);
border-top: none;
border-bottom: none;
background-clip: padding-box;
}
nav > ul > li + li > a {
border-left: none;
}
nav > ul > li > a:hover,
nav > ul > li > a:focus,
nav > ul > li > a:active {
background-color: rgba(0, 0, 0, 0.2);
outline: none;
text-decoration: none;
}
@media (max-width: 44em) {
nav > ul > li:nth-child(3) {
display: none;
}
nav > ul > li {
width: calc(100% / 3);
}
}
@media (max-width: 31em) {
nav > ul > li {
width: auto;
flex: 1 1 auto;
}
nav .emoji {
display: none;
}
}
.Container {
max-width: 61rem;
margin-left: auto;
margin-right: auto;
padding: 0 3rem;
}
@media (max-width: 55em) {
.Container--noPaddingSmall {
padding: 0 !important;
}
}
.Button {
display: inline-block;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
letter-spacing: inherit;
line-height: inherit;
color: black;
font-weight: bold;
text-decoration: none;
padding: 0.5em 2em;
border-radius: 0.3125em;
box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background-color 200ms;
position: relative;
z-index: 0;
overflow: hidden;
}
.Button::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
filter: blur(0.625rem);
background-color: rgba(255, 255, 255, 0.8);
}
.Button:hover,
.Button:focus,
.Button:active {
background-color: white;
outline: none;
text-decoration: none;
}
.Button:active {
box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.5);
}
.Header {
overflow: hidden;
padding: 5rem 0;
background-color: blue;
background-image: linear-gradient(
65deg,
transparent 15%,
rgba(255, 255, 255, 0.1) calc(15% + 1px),
rgba(255, 255, 255, 0.1) 28%,
transparent calc(28% + 1px)
),
linear-gradient(
130deg,
transparent 24%,
rgba(0, 0, 0, 0.15) calc(24% + 1px),
rgba(0, 0, 0, 0.15) 50%,
transparent calc(50% + 1px)
),
linear-gradient(
-155deg,
transparent 5%,
rgba(255, 255, 255, 0.1) calc(5% + 1px),
rgba(255, 255, 255, 0.1) 25%,
transparent calc(25% + 1px)
),
linear-gradient(
-110deg,
transparent 35%,
rgba(255, 255, 255, 0.05) calc(35% + 1px),
rgba(255, 255, 255, 0.05) 55%,
transparent calc(55% + 1px)
),
linear-gradient(
145deg,
transparent 60%,
rgba(0, 0, 0, 0.1) calc(60% + 1px),
rgba(0, 0, 0, 0.1) 75%,
transparent calc(75% + 1px)
),
linear-gradient(
155deg,
transparent 0%,
rgba(0, 0, 0, 0.1) calc(0% + 1px),
rgba(0, 0, 0, 0.1) 10%,
transparent calc(10% + 1px)
);
color: white;
}
.Header-inner {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.Header-title {
font-size: 3.125rem;
letter-spacing: -1px;
margin: 0;
}
.Header-subTitle {
font-size: 1.4375rem;
margin: 0;
margin-top: 1rem;
}
@media (max-width: 37em) {
.Header-title {
font-size: 2.5rem;
}
.Header-subTitle {
font-size: 1.125rem;
}
}
.Header-titleWrapper {
--animation: FadeIn 500ms 1250ms ease-out backwards;
animation: var(--animation);
}
.Header-buttons {
margin: 0;
display: flex;
}
.Header-buttons > * {
--stagger: 0ms;
animation: ButtonAppear 500ms calc(1550ms + var(--stagger)) ease-out backwards;
min-width: 13rem;
}
.Header-buttons > * + * {
--stagger: 100ms;
margin-left: 1.5rem;
}
.Keyboard {
font-size: 3rem;
margin: 3rem;
}
.Keyboard > div {
display: flex;
}
.Keyboard > div,
.Keyboard > div > div {
margin: 0.3125rem;
}
.Keyboard > div {
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
}
.Keyboard > div:nth-child(1),
.Keyboard > div:nth-child(1) > div:first-child {
margin-left: 0;
}
.Keyboard > div:nth-child(2) {
margin-left: 0;
padding-left: 0.25em;
}
.Keyboard > div:nth-child(3) {
padding-left: 0.75em;
}
.Keyboard > div > div {
--stagger: 0ms;
--animation-appear: KeyAppear 800ms var(--stagger) ease both;
width: 1em;
height: 1em;
background-image: url(keycap);
background-size: contain;
animation: var(--animation-appear), KeyFade 400ms 1000ms ease-out forwards;
}
.Keyboard > div:first-child > div {
margin-top: 0;
}
.Keyboard > div:last-child > div {
margin-bottom: 0;
}
.Keyboard > div > div.Keyboard-icon {
--animation: 500ms 1150ms ease-out backwards;
animation: var(--animation-appear);
position: relative;
}
.Keyboard > div > div.Keyboard-icon::before {
content: "";
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0 0 0.625rem 0.625rem blue, 0 0 3rem 1.25rem white;
animation: KeyGlow var(--animation);
}
.Keyboard > div > div.Keyboard-icon::after {
content: "";
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(icon);
background-size: contain;
animation: FadeIn var(--animation);
}
.Keyboard > div > div:nth-child(12) {
--stagger: 480ms;
}
.Keyboard > div > div:nth-child(1),
.Keyboard > div > div:nth-child(11) {
--stagger: 400ms;
}
.Keyboard > div > div:nth-child(2),
.Keyboard > div > div:nth-child(10) {
--stagger: 320ms;
}
.Keyboard > div > div:nth-child(3),
.Keyboard > div > div:nth-child(9) {
--stagger: 240ms;
}
.Keyboard > div > div:nth-child(4),
.Keyboard > div > div:nth-child(8) {
--stagger: 160ms;
}
.Keyboard > div > div:nth-child(5),
.Keyboard > div > div:nth-child(7) {
--stagger: 80ms;
}
@keyframes KeyAppear {
0% {
opacity: 0;
transform: translateY(100px) scale(0.2);
}
}
@keyframes KeyFade {
100% {
opacity: 0.6;
}
}
@keyframes KeyGlow {
0% {
opacity: 0;
transform: scale(0.8);
}
}
@keyframes FadeIn {
0% {
opacity: 0;
}
}
@keyframes ButtonAppear {
0% {
opacity: 0;
transform: translateY(0.625rem);
}
50% {
transform: translateY(-0.3125rem);
}
100% {
transform: translateY(0);
}
}
.hint {
font-size: 0.75rem;
padding: 0.167em;
color: black;
background-color: yellow;
border: solid 1px rgba(0, 0, 0, 0.5);
text-transform: uppercase;
font-weight: bold;
line-height: 1;
position: absolute;
right: 100%;
top: 50%;
transform: translateY(-50%);
}
.highlighted {
background-color: green;
}
.matchedText {
position: relative;
}
.matchedText::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-bottom: 2px solid purple;
box-sizing: border-box;
}
.status {
font-size: 0.875rem;
padding: 0.286em 0.429em;
color: white;
background-color: black;
box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5);
bottom: 0;
right: 0;
line-height: 1;
position: absolute;
}
[data-text]::before {
content: attr(data-text);
}
.Demos {
display: flex;
}
.Demos > * {
width: 50%;
}
.Demos > * + * {
margin-left: 3rem;
}
.Demo {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: white;
box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.5);
padding: 1.5em;
position: relative;
font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
DejaVu Sans, Verdana, sans-serif;
overflow: hidden;
}
@supports (-moz-appearance: meterbar) {
.Demo {
font: menu;
font-size: 1em;
}
}
.Demo-inner > * + * {
margin-top: 1rem;
}
.Demo-box {
padding: 0 1em;
}
@media (max-width: 22em) {
.Demo-box {
padding-right: 0;
}
}
.Demo-box > :first-child {
font-size: 1.375em;
margin-bottom: 0.222em;
}
.Demo a {
position: relative;
}
.Demo-box p {
margin: 0;
}
.Demo-box > :last-child > * {
font-size: 0.8125em;
white-space: nowrap;
}
.Demo-box > :last-child > * + * {
margin-left: 1.5rem;
position: relative;
}
.Demo-box > :last-child > * + *::before {
font-size: 3px;
content: "";
position: absolute;
top: calc(50% - 0.5em);
left: calc(1.5rem / -2 - 0.5em);
width: 1em;
height: 1em;
background-color: grey;
border-radius: 50%;
}
.Demo-bar {
display: flex;
}
.Demo-bar > * + * {
margin-left: 1em;
}
.Demo-input {
display: flex;
align-items: center;
border: 1px solid grey;
border-radius: 0.5em;
padding: 0.5em 1em;
flex: 1;
white-space: nowrap;
}
.Demo-button {
background-color: blue;
color: white;
border-radius: 0.5em;
padding: 0.5em 1.5em;
font-weight: bold;
}
.Demo-relative {
position: relative;
}
.Shortcuts {
columns: 2;
}
.Reasons {
list-style: none;
padding: 0;
font-weight: bold;
}
@media (min-width: 31.0625em) {
.Reasons {
display: flex;
}
.Reasons > li {
width: calc(100% / 3);
text-align: center;
}
.Reasons > li + li {
margin-left: 1rem;
}
.Reasons .emoji {
display: block;
margin-bottom: 1rem;
font-size: 4rem;
font-weight: normal;
}
}
@media (max-width: 31em) {
.Reasons > li {
display: flex;
align-items: center;
}
.Reasons > li + li {
margin-top: 1rem;
}
.Reasons .emoji {
display: inline-block;
width: 3rem;
margin-right: 1rem;
text-align: center;
font-size: 2rem;
}
.Header-buttons {
flex-direction: column;
}
.Header-buttons > * + * {
margin-left: 0;
margin-top: 1rem;
}
}
.QuickLinks > ul {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
list-style: none;
margin: 0;
padding: 0;
}
@media (min-width: 81em) {
.QuickLinks {
position: sticky;
top: 0;
width: 15vw;
transform: translateX(-100%);
}
.QuickLinks > ul {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
margin: 4rem 0;
padding-right: 1rem;
}
.QuickLinks a.is-visible {
font-weight: bold;
}
}
@media (max-width: 50em) {
.Keyboard {
transform: scale(0.8);
margin: 2rem 0;
}
.Container {
padding: 0 2rem;
}
.Demos > * + * {
margin-left: 2rem;
}
.Shortcuts {
column-gap: 2rem;
}
}
@media (max-width: 44em) {
h2 {
font-size: 1.25rem;
}
.Container {
padding: 0 1rem;
}
.Demos > * + * {
margin-left: 1rem;
}
.Shortcuts {
column-gap: 1rem;
}
}
@media (max-width: 40em) {
.Header {
padding: 3rem 0;
}
.Keyboard {
transform: scale(0.6);
margin: 1rem 0;
}
.Keyboard > div > div:last-child {
display: none;
}
.Demos {
display: block;
}
.Demos > * {
width: 100%;
}
.Demos > * + * {
margin-left: 0;
margin-top: 3rem;
}
.Shortcuts {
columns: 1;
}
.Shortcuts > li:nth-child(4) {
margin-top: 3rem;
}
}
@media (max-width: 25em) {
.Keyboard {
transform: scale(0.8);
margin-bottom: 2rem;
}
.Keyboard > div > div:last-child {
display: block;
}
.Shortcuts {
padding-right: 2rem;
}
} | 0.664105 | 0.091301 |
html {
margin:0 auto;
width:945px;
background: url('../../images/background.jpg') no-repeat center fixed;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}
body {
background-color: rgba(0, 0,0, 0.1);
padding:13px 20px 10px 20px;
font-family: 'Hind', sans-serif;
font-size:15px;
}
.block {
background-color:white;
padding:10px;
margin-bottom: 10px;
}
#content, #navigation, .block, #slider, #footer, .informations, .selectNews, .pagination .page {
/* border:1px solid rgba(0,0,0,0.3);
box-shadow: 0 1px 4px rgba(0,0,0,0.5);
*/
border-radius: 1px;
border: 1px solid #BBB;
border-bottom: 4px solid #b5b5b5;
}
#content.index {
border:none;
box-shadow: none;
}
/*===> HEADER <===*/
#header {
padding-bottom:40px;
height:50px;
}
#header .header {
float: left;
width:600px;
margin-top: 10px;
padding:5px 0 0 0px;
}
#header .header img {
max-height:60px;
max-width:200px;
padding-right:10px;
position: relative;
bottom:6px;
}
#header .header h1 {
font-family: Oswald-Bold;
font-size: 30px;
margin:1px 0px;
text-shadow: 1px 1px 2px gray;
color:white;
}
#header .header h2 {
padding-top:10px;
font-family: Glegoo;
font-size: 20px;
color: white;
text-shadow: 1px 1px 2px gray;
white-space: nowrap;
overflow:hidden;
text-overflow: ellipsis;
}
#header .informations {
background-color:white;
float:right;
padding:5px;
color: #5c5c5c;
}
#header .informations input[type=text] {
width: 200px;
}
#header .informations input[type=password] {
width: 140px;
}
#header .informations input[type=submit] {
width: 50px;
float: right;
}
#header .informations img[alt=skin] {
width: 40px;
height: 40px;
box-shadow: 1px 1px 2px grey;
}
#header .informations a {
font-weight:bold;
}
#header .informations #listeServeurs {
display: none;
}
#header .informations a.affServeurs, a.chooseServeur {
color: #333;
}
/*===> Banlist <===*/
#content.banlist table {width:100%;}
#content.banlist td:first-child {width:30px;}
#content.banlist img {width: 30px;}
#content.banlist td:last-child {vertical-align: middle;}
#content.banlist img:hover {opacity: 0.9;}
#content.banlist a {font-weight:bold;}
#content.banlist #pagination {text-align: center;}
#content.banlist h3 { text-align: center; margin-top:6px; }
/*===> Boutique <===*/
#content.boutique input {width:auto; vertical-align: middle;}
#content.boutique #articles .article {border:1px solid #DDD;padding:10px;font-weight:bold;}
#content.boutique #articles .article:not(.nbrCredit):not(.nbrCreditIG) {text-align: center;}
#content.boutique #articles .nbrCreditIG,#articles .nbrCredit {font-size:small;border-radius:50px;background:#CCC;padding-right: 9px;padding-left: 9px;-webkit-border-radius: 50px;-moz-border-radius: 50px;}
#content.boutique #articles .nbrCreditIG {text-align:left;float: left; background:#FE9A2E;}
#content.boutique #articles .nbrCredit {text-align:right;float: right;}
#content.boutique #articles .article:hover {cursor: pointer;box-shadow:0 1px 4px rgba(0,0,0,0.5);}
#content.boutique #articles table {border-collapse: separate;border-spacing: 10px;}
#content.boutique #articles .article img {max-width:100px;height:100px;}
#content.boutique #articles td {width:200px;}
#content.boutique .divAchat {display: none;}
#content.boutique .divAchatOptions { padding: 5px; background-color: #F2F2F2; border:1px solid #F1EFEF; }
#content.boutique .achatBoutique.content img {max-height: 40px; margin-right: 8px;}
#content.boutique .popup_block {
top:-500px;
position: fixed;
left: 50%;
max-height: 500px;
background-color: #ffffff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
padding: 0px;
border:1px solid #DDD;
}
#content.boutique .achatBoutique.header,.achatBoutique.footer {background: #f5f5f5; padding: 10px;}
#content.boutique .achatBoutique h3 {margin: 0px;}
#content.boutique .achatBoutique.content {
border:1px solid #DDD;
border-width:1px 0px;
padding: 10px;
}
#content.boutique .achatBoutique.footer {
text-align:right;
border-radius: 0px 0px 10px 10px;
}
#content.boutique .achatBoutique.header {
border-radius: 10px 10px 0 0
}
#content.boutique .achatBoutique.content p.description {
max-height:150px;
overflow: auto;
}
/*===> Commande <===*/
/*===> Inscription <===*/
#content.inscription table {background-color:#DBDBDB;width:80%;margin:15px auto;padding:10px;}
#content.inscription td {padding: 5px; border: 1px solid #dddddd; text-align: center; margin:5px; width:50%;}
#content.inscription td input {padding:5px;border-radius:4px;width:95%;}
/*===> Connexion <===*/
#content.login table{background-color:#DBDBDB; width: 80%; margin:15px auto; padding:10px;}
#content.login td {padding:5px; border:1px solid #DDD; text-align: left; margin: 5px; width:50%;}
#content.login td input {padding: 5px; border-radius:4px; width: 100%;}
#content.login tr.input td {background:#EEE;}
#content.login tr.captcha td { vertical-align: top; text-align: center; }
#content.login tr:last-child td, #content.login tr:first-child td {text-align: center; }
#content.login input[type=submit] { width:auto; font-weight:bold; padding:5px; color:#5C5C5C; }
/*===> Affichage membre <===*/
#content.membre #affichage_membre table {width:100%;}
#content.membre #affichage_membre table td a:first-child {font-weight:bold;}
#content.membre #affichage_profil {border:1px solid transparent;}
#content.membre #affichage_profil h3 img {position: relative; bottom:4px; left:1px;}
#content.membre #affichage_profil h3.pseudo img {margin-left:5px;}
#content.membre #affichage_profil table.infos td img {vertical-align: middle; margin-right:5px; position: relative; bottom:2px; width:16px; height: 16px;}
#content.membre #affichage_membre td {vertical-align: middle;}
#content.membre #affichage_membre table td img {width:40px; height:40px;}
#content.membre #affichage_membre table td img:hover{opacity: 0.9;}
#content.membre #affichage_membre table td:first-child{width:40px;}
#content.membre #affichage_membre .pagination ul li.inactive,
#content.membre #affichage_membre .pagination ul li.inactive:hover{list-style: none; background-color:#ededed;color:#bababa;border:1px solid #bababa;cursor: default;}
#content.membre #affichage_membre .data ul a, .data li{list-style: none;margin: 5px 0 5px 0;color: #000;font-size: 13px;}
#content.membre .pagination{height: 25px;padding:0px;}
#content.membre .pagination ul {margin-top:10px;margin-left:-25px;}
#content.membre .pagination a, .pagination li{list-style: none;float: left;padding: 2px 6px 2px 6px;font-family: arial;font-size: 14px;font-weight: bold;background-color:#ededed;border:1px solid #bababa;}
#content.membre .pagination ul a:hover{background-color:#bababa;color:black;cursor: pointer;text-decoration: none;}
#content.membre #affichage_membre .total{position: relative; top:7px;}
#content.membre #affichage_membre.pagination ul {padding: 0px;margin-top:10px;}
#content.membre #affichage_membre a[alt=playerName] {font-weight:bold;}
#content.membre .total {margin-left:10px;}
#content.membre h3:not(.pseudo) {text-align: center; margin: 15px;}
#content.membre h3.pseudo {margin: 10px auto;
text-align: center;
font-weight: bold;
letter-spacing: 0.8px;
}
#content.membre #tabmenu { color: black;border-bottom: 1px solid #7B7B7B; padding: 0px; z-index: 1;position: relative;padding-left: 10px;}
#content.membre #tabmenu li {top:1px;position: relative;display: inline; overflow: hidden; list-style-type: none;}
#content.membre #tabmenu a { color: #7B7B7B; padding: 2px 5px 0px 5px; text-decoration: none;cursor:hand;border-radius:3px 3px 0px 0px;}
#content.membre #tabmenu a.active { background: #7B7B7B; border: 1px solid #7B7B7B;border-width:1px 1px 1px 1px;color:white;font-weight:bold;}
#content.membre #tabmenu a:hover:not(.search) { color: white; background: #7B7B7B;}
#content.membre #tabmenu a.search:hover img {opacity: 0.8;}
#content.membre .tab_bar {height:5px;border: 1px solid #7B7B7B; background-color:#7B7B7B;margin-bottom:5px;}
#content.membre .desactive {display: none;}
#content.membre #more_infos {background-color:#E6E6E6;border: 1px solid #CCC;border-radius: 2px;padding:10px;}
#content.membre ul{padding-left: 25px;}
#content.membre ul li{list-style: circle;}
#content.membre #rechercheMembre input {width:100%; font-size:large;}
.searchListeMembre td {height:40px;border:1px solid #DDD; vertical-align: middle; padding: 5px;}
.searchListeMembre td:first-child {width:40px; border-width: 1px 0 1px 1px;}
.searchListeMembre td:last-child {width:100%;}
.searchListeMembre img {height:40px; width:40px;}
.searchListeMembre img:hover {opacity: 0.8;}
.searchListeMembre {font-size:15px;}
#content.membre #display_results {margin-top:5px;}
#display_results table {width:100%;}
#content.membre table.infos {
margin: 0px auto 20px;
width:100%;
}
#content.membre #affichage_profil td {width:33%;}
#content.membre img.inventaire {
margin: 0px auto;
display: block;
}
#content.membre .infosMembre {
background-color: #FAFAFA;
border: 1px solid #e3e3e3;
padding: 10px;
}
#content.membre .infosMembre.first{
height:84px;
}
#content.membre #affichage_profil img[alt=skin] {
height:140px;
width:140px;
background-color:#FAFAFA;
padding:5px;
border:1px solid #e3e3e3;
float: left;
margin-right:10px;
}
#content.membre #affichage_profil a {font-weight:bold}
#content.membre #getInventory {height:352px;}
/*===> Messagerie <===*/
#content.messagerie input, textarea {border-radius:0px; margin-top:3px; margin-bottom:3px;}
#content.messagerie input[type=submit] {margin-top:7px;}
#content.messagerie input[type=text] {width:100%;}
#content.messagerie #newMessage td {font-weight:bold; padding: 5px; width:50%;}
#content.messagerie input[type=checkbox] {margin-left:5px; vertical-align: middle;}
#content.messagerie table {width:100%;}
#content.messagerie table.conv td:first-child {width:1%;}
#content.messagerie table.conv td {vertical-align: middle;}
#content.messagerie td a {font-weight:bold;}
#content.messagerie table.conv tr:nth-child(n+2) td:nth-child(n+3) {text-align: center;}
#content.messagerie .newBillet {padding: 3px 12px; vertical-align: middle; top:2px; position: relative;}
#content.messagerie .messagerie_titre, .billet_titre { padding:5px;border-radius:3px;}
#content.messagerie .messagerie_titre {background-color: #DDD;}
#content.messagerie .billet_titre {background-color: #CCC;}
#content.messagerie .messagerie_texte, .billet_texte {margin: 0 10px;padding: 10px 15px;background: #f4f4f4;border: 1px solid #ccc;border-top: 0;}
#content.messagerie table.affConv td:first-child {margin:0px; width:40px; height:40px;}
#content.messagerie table.affConv td:first-child img {width:40px; height:40px;}
#content.messagerie table.affConv td {vertical-align: top; margin: 0px;}
#content.messagerie table.affConv td:last-child {margin:0px; border-width:1px 0 1px 0px;}
#content.messagerie table.affConv td textarea {margin:0px; height:40px;}
/*===> Mon compte <===*/
#content.mon_compte table.infos { width:95%; margin: 10px auto;}
#content.mon_compte table.infos td {width:50%;}
#content.mon_cimpte td {vertical-align: middle;}
#content.mon_compte table.infos input:not([type=submit]) {width: 100%; }
#content.mon_compte table.liste_achat,table.support,table.commandes {width:95%;margin:10px auto;}
#content.mon_compte table.liste_achat td:nth-child(1), table.support td:nth-child(1) {width:1%;}
#content.mon_compte table.liste_achat td:nth-child(2), table.support td:nth-child(2) {width:80%;}
#content.mon_compte table.commandes td:nth-child(2) {width:1%;}
#content.mon_compte table.commandes td:nth-child(1) {width:80%;}
#content.mon_compte img {width:16px; height:16px;}
#content.mon_compte a {font-weight:bold;}
#content.mon_compte table.infos a {font-weight:normal;}
/*===> Support <===*/
#content.support input, textarea {border-radius:0px; margin-top:3px; margin-bottom:3px;}
#content.support input:not([type=checkbox]):not([type=submit]), textarea {width:100%;}
#content.support input[type=checkbox] {margin-left:5px; vertical-align: middle;}
#content.support table {width:100%;}
#content.support td:first-child {width:1%;}
#content.support td {vertical-align: middle;}
#content.support td a {font-weight:bold;}
#content.support tr:nth-child(n+2) td:nth-child(n+3) {text-align: center;}
#content.support #listeBillets h3 {float: left;}
#content.support #listeBillets td:first-child {width:16px;}
#content.support .newBillet {padding: 3px 12px; vertical-align: middle; top:2px; position: relative;}
#content.support .support_titre, .billet_titre { padding:5px;border-radius:3px;}
#content.support .support_titre {background-color: #DDD;}
#content.support .billet_titre {background-color: #CCC;}
#content.support .support_texte, .billet_texte {margin: 0 10px;padding: 10px 15px;background: #f4f4f4;border: 1px solid #ccc;border-top: 0;}
#content.support a { font-weight: bold; }
/*===> Passe-perdu <===*/
#content.passe-perdu table {background-color:#DBDBDB;width:80%;margin:15px auto;padding:10px;}
#content.passe-perdu td {padding: 5px; border: 1px solid #dddddd; text-align: left; margin:5px; width:50%;}
#content.passe-perdu td input {padding:5px;border-radius:4px;width:95%;}
#content.passe-perdu tr.input td {background-color:#eee;}
/*===> SLIDER <===*/
#slider {
padding:20px;
background-color:white;
margin-top:10px;
margin-bottom: 10px;
}
#featured {
position:relative;
height:250px; overflow:hidden;
}
#slider .ui-tabs-panel img{
width:100%;
}
#featured .ui-tabs-panel .info{
display:none;
}
#featured ul.ui-tabs-nav{
float:right;
list-style:none;
padding:0; margin:0;
width:250px; height:250px;
overflow:auto;
overflow-x:hidden;
}
#featured ul.ui-tabs-nav li{
padding:1px 0; padding-left:13px;
color:#666;
}
#featured ul.ui-tabs-nav li img{
float:left; margin:2px 5px;
background:#fff;
padding:2px;
border:1px solid #eee;
}
#featured li.ui-tabs-nav-item a{
display:block;
height:60px; text-decoration:none;
color:#333; background:#fff;
line-height:20px; outline:none;
}
#featured li.ui-tabs-nav-item a:hover{
background:#f2f2f2;
}
#featured li.ui-tabs-nav-item img{
width:80px;
height:50px;
}
#featured li.ui-tabs-selected, #featured li.ui-tabs-active{
background:url('../../images/selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{
background:#ccc;
}
#featured .ui-tabs-panel{
width:610px; height:250px;
background:#999; position:relative;
}
#featured .ui-tabs-panel img{
height:250px; width:100%;
}
#featured .ui-tabs-panel .info{
position:absolute;
bottom:0; left:0;
height:70px;
background-color: rgba(0, 0, 0, 0.5);
padding:5px;
width:600px;
}
#featured .ui-tabs-panel .info a.hideshow{
position:absolute; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .info h2{
color:#fff;
padding:5px;
margin: 5px 0 0 0;
overflow:hidden;
font-weight: bold;
font-size: 25px;
margin-top: 8px;
}
#featured .info p{
margin:0 5px;
color:#f0f0f0;
}
#featured .info a{
text-decoration:none;
color:#fff;
}
#featured .info a:hover{
text-decoration:underline;
}
#featured .ui-tabs-hide{
display:none;
}
/*===> NAVIGATION <===*/
#navigation {
background: #FFF;
height: 40px;
line-height: 40px;
margin-bottom: 10px;
}
#navigation a.nav {
/* -webkit-transition: background 0.2s ease-in-out;
-moz-transition: background 0.2s ease-in-out;
-o-transition: background 0.2s ease-in-out;
-ms-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out;*/
}
.sf-menu,
.sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
position: absolute;
top: -999em;
width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
float: left;
position: relative;
}
.sf-menu a.nav {
display: block;
position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left: 0;
top: 40px; /* match top ul list item height */
z-index: 99;
background: #1F1F1E;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}
.sf-menu a.nav{
padding: 0 15px;
height: 41px;
line-height: 40px;
text-decoration: none;
text-transform: uppercase;
font-family: minecraftiaregular;
font-size: 12px;
}
.sf-menu a.nav.nm {
color: #5c5c5c;
border: 1px solid #BBB;
border-width:0px 1px 0px 0px;
}
.sf-menu a.reseaux:hover{
opacity:0;
}
.sf-menu a:hover.nav.nm{
color: #FFF;
/* background-image:url('../../images/item/1.png');
*/ text-shadow:1px 1px 1px black;
background: #BBB;
}
li.sfHover { color: #333 }
.sf-menu li li {text-transform: none; }
.sf-menu li li li { background: #333 }
.sf-menu ul a {
color: #CCC;
padding: 0 1.2em;
height: 35px;
line-height: 35px;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
padding-right: 2.25em;
min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
position: absolute;
display: block;
right: .75em;
width: 9px;
height: 5px;
text-indent: -999em;
overflow: hidden;
background: url('images/arrows-down.png');
}
a > .sf-sub-indicator {
/* give all except IE6 the correct values */
top: 18px;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus.> .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -9px 0px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
top: 1px;
width: 5px;
height: 9px;
background: url('images/arrows-side.png');
}
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0 }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator.nav {
background-position: -5px 0; /* arrow hovers for modern browsers*/
}
.reseaux{
float:right;
padding:4px 3px 0px 0px;
}
.reseaux img {margin:0 2px;}
.reseaux a:hover{
opacity: 0.9;
}
#navigation a.test {
color:red;
display: inline;
vertical-align: middle;
}
#navigation img{
width:32px;
}
#navigation ul ul {
display:none;
left: 164px;
position:absolute;
top: -5px;
}
#navigation li:hover ul.niveau2 { display:block; }
#navigation li:sfhover ul.niveau2 { display:block; }
#navigation .niveau2 li{
background-color:#1F1F1E;
color:white;
}
#navigation .niveau2 li:hover{
background-color:#333333;
}
#navigation .autre:hover {
background-color:#333333;
}
#navigation .sf-menu a.nav.autre {
color: white;
}
#navigation .arrow {
width:9px;
height:5px;
top:-3px;
position: relative;
}
/*===> MENU DROITE<===*/
#sidebar #onlinePlayers {margin: 0px 10px 10px 10px;padding:5px;background-image: url('../../images/item/82.png');color: white;text-shadow: black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;overflow-y:scroll; max-height:225px;}
#sidebar #onlinePlayers img {width:35px;height:35px;box-shadow:0 1px 4px rgba(0,0,0,0.5);margin:5px 5px 0 5px;}
#sidebar #onlinePlayers img:hover {opacity: 0.9;box-shadow:0px 1px 4px rgba(0,0,0,1);cursor: pointer;}
#sidebar #onlinePlayers.aucun {text-align: center; padding:8px; height: auto; overflow: hidden;}
#sidebar #onlinePlayers img.admin { width: 31px; height: 31px; border:2px solid #AA0303; }
#sidebar #onlinePlayers img.moderateur { width: 31px; height: 31px; border:2px solid green; }
#sidebar {
float: right;
width:250px;
margin-left: 10px;
}
#sidebar h3{
background-image: url('../../images/item/5.png');
text-shadow: 1px 1px 1px black;
color: white;
padding: 5px 5px 7px;
margin: 5px 5px 0px 5px;
border-radius: 2px;
font-size: 20px;
letter-spacing: 0px;
}
#sidebar h3 a {
color:white;
}
#espace_membre {
background-image:url('../../images/item/12.png');
text-shadow:1px 1px 2px gray;
margin:0px 10px 10px 10px;
padding:5px;
}
#espace_membre a.selected{
opacity:1;
}
#espace_membre a{
display: block;
background-image:url('../../images/item/1.png');
padding:5px;
border:1px solid black;
color:white;
text-shadow:1px 1px 2px black;
margin:7px;
border:1px solid black;
opacity:1;
}
#espace_membre a:hover{
text-decoration: none;
font-weight: bold;
}
#espace_membre img[alt=skin] {
width:40px; height:40px;box-shadow:1px 1px 2px grey;
}
#newsletter {
background-image:url('../../images/item/79.png');
margin:0px 10px 10px 10px;
padding:5px;
color:white;
text-shadow:1px 1px 1px black;
}
.block > .contenu {
margin:0px 10px 10px 10px;
padding:5px;
}
.stats {
background-image:url('../../images/item/cloth_14.png');
color: white;
text-shadow:0px 1px 3px rgba(0,0,0,0.5);
}
.stats a { color:white; }
.stats img {vertical-align: middle; height:24px; width:24px; border:1px solid rgba(0,0,0,0.1); margin:1px 5px 1px 0; position: relative; bottom: 1px;}
.stats li {
list-style: square;
margin-left:25px;
}
.modulecustom {
background-image:url('../../images/item/13.png');
margin:0px 10px 10px 10px;
padding:5px;
text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
color:white;
}
#newsletter input{
padding:5px;
border:1px solid black;
}
#newsletter.center {
text-align: left;
}
#newsletter a {
color:white;
}
#connexion {
background-image:url('../../images/item/12.png');
text-shadow:1px 1px 2px gray;
margin:0px 10px 10px 10px;
padding:5px;
}
#connexion input[type=text],input[type=password] {
width:99%;
border-radius: 0px;
border:1px solid #AAA;
}
#connexion input[type=submit], #newsletter input[type=submit]{
border:1px solid black;
background-image:url('../../images/item/108.png');
padding:3px;
margin:5px;
border-radius:5px;
text-shadow:1px 1px 2px black;
color:white;
font-weight:bold;
cursor:pointer;
}
#joueursenligne {
margin:0px 10px 10px 10px;
padding-top:10px;
padding-bottom:5px;
background-image:url('../../images/item/82.png');
color:white;
text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
}
#joueursenligne td{
vertical-align: middle;
text-align:center;
}
#joueursenligne img{
margin-left:5px;
width:30px;
height:30px;
}
#joueursenligne tr:hover{
cursor:pointer;
text-decoration:underline;
}
#joueursenligne table{
border-collapse:collapse;
}
#joueursenligne td{
vertical-align:middle;
}
/*===> INDEX <===*/
#content.index .selectNews {
background-color:white;
padding:10px;
margin-bottom:10px;
}
#content.index .selectNews img:not(.imageNew) {
max-width: 100%;
}
#content.index .selectNews a.titre {
font-weight:bold;
font-size: 20px;
}
#content.index .box83 {
margin:0px 10px 10px 15px;
background-image:url('../../images/item/82.png');
color:white;
text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
padding:10px;
border-radius:0 0 3px 3px;
}
#content.index .box12 {
margin:0px 10px 10px 15px;
background-image:url('../../images/item/12.png');
color:white;
text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
padding:10px;
border-radius:0 0 3px 3px;
}
#content.index .news {
border:1px solid black;
border-radius:5px;
background-color: rgba(0,0,0, 0.3);
}
#content.index .news .titre {
display:block;
background-color: rgba(0,0,0, 0.5);
padding:5px;
}
#content.index .news .image {
float: left; margin-right:5px;
}
#content.index .news .content {
text-align:justify;
padding:5px;
display: inline-block;
}
#content.index .news .image img{
max-width:100px;
max-height:100px;
}
#content.index .news .feedback {
display:block; background-color: rgba(0,0,0, 0.5); padding:5px;
}
#content.index .news .feedback a{
color:white;
font-weight:bold;
}
#content.index .pc_container{
width: 99%;
height: 200px;
border:1px solid gray;
border-radius:2px;
margin:0 auto;
}
#content.index .pc_container img{
height: 200px;
width: 100%;
}
#content.index .pagination {
margin-bottom: 10px;
float: left;
}
#content.index .pagination a {
font-weight:bold;
}
#content.index .pagination .page {
background:white;
margin-right: 5px;
margin-left: 0px;
padding: 2px 8px;
display: inline-block;
}
#content.index .pagination .page:hover {
background: #DDD;
text-decoration: none;
}
#content.index .pagination .active {
background: #DDD;
}
/*===> FOOTER <===*/
#footer {
background-color:white;
padding:5px;
text-align:center;
color:black;
margin-top:10px;
clear:both;
}
#footer a{
font-weight:bold;
}
#content.update td {
padding:10px;
vertical-align:middle;
text-align:center;
}
/*Boutique*/
#boutique {width: 100%;}
.nbrcredit {
background-color:#F2F2F2;
border-radius:5px;
padding:10px;
color:black;
margin:10px;
text-align:center;
box-shadow:0 1px 4px rgba(0,0,0,0.2);
}
.nbrcredit a{font-weight:bold;}
.shop-item {
border:1px solid #DDD;
border-radius:4px;
cursor:pointer;
text-align:center;
margin:5px;
background-color:white;
color:black;
padding:5px;
}
.shop-item img{
padding:5px;
}
.prix{
display: inherit;
font-size: 8pt;
text-align:right;
}
.well2 {
background-color: whiteSmoke;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(white), to(whiteSmoke));
background-image: -moz-linear-gradient(top, white, whiteSmoke);
background-image: -ms-linear-gradient(top, white, whiteSmoke);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whiteSmoke));
background-image: -webkit-linear-gradient(top, white, whiteSmoke);
background-image: -o-linear-gradient(top, white, whiteSmoke);
background-image: linear-gradient(top, white, whiteSmoke);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
border: 1px solid #DDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
}
.well {
background-color: whiteSmoke;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(white), to(whiteSmoke));
background-image: -moz-linear-gradient(top, white, whiteSmoke);
background-image: -ms-linear-gradient(top, white, whiteSmoke);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whiteSmoke));
background-image: -webkit-linear-gradient(top, white, whiteSmoke);
background-image: -o-linear-gradient(top, white, whiteSmoke);
background-image: linear-gradient(top, white, whiteSmoke);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
border: 1px solid #DDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
width:45%;
text-align: left;
position: relative;
float: left;
height: 150px;
padding: 5px !important;
margin: 5px;
cursor: pointer;
}
.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
color: #ffffff;
}
.btn .close, .alert-message .close {
font-family: Arial, sans-serif;
line-height: 18px;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
background-color: #c43c35;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #c43c35 #c43c35 #882a25;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
background-color: #57a957;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -ms-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(top, #62c462, #57a957);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #57a957 #57a957 #3d773d;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info, .alert-message.info {
background-color: #339bb9;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
background-image: linear-gradient(top, #5bc0de, #339bb9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #339bb9 #339bb9 #22697d;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
cursor: pointer;
display: inline-block;
background-color: #e6e6e6;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
padding: 5px 14px 6px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
color: #333;
font-size: 13px;
line-height: normal;
border: 1px solid #ccc;
border-bottom-color: #bbb;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
-ms-transition: 0.1s linear all;
-o-transition: 0.1s linear all;
transition: 0.1s linear all;
}
.btn:hover {
background-position: 0 -15px;
color: #333;
text-decoration: none;
}
.btn:focus {
outline: 1px dotted #666;
}
.btn.primary {
color: #ffffff;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.active, .btn:active {
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
cursor: default;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
filter: alpha(opacity=65);
-khtml-opacity: 0.65;
-moz-opacity: 0.65;
opacity: 0.65;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn[disabled] {
cursor: default;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
filter: alpha(opacity=65);
-khtml-opacity: 0.65;
-moz-opacity: 0.65;
opacity: 0.65;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn.large {
font-size: 15px;
line-height: normal;
padding: 9px 14px 9px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.btn.small {
padding: 7px 9px 7px;
font-size: 11px;
}
:root .alert-message, :root .btn {
border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
padding: 0;
border: 0;
}
.close {
float: right;
color: #000000;
font-size: 20px;
font-weight: bold;
line-height: 13.5px;
}
.close:hover {
color: #000000;
text-decoration: none;
filter: alpha(opacity=80);
-khtml-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.modal-backdrop {
background-color: #000000;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
filter: alpha(opacity=80);
-khtml-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.modal {
position: fixed;
top: 50%;
left: 50%;
z-index: 11000;
max-height: 500px;
overflow: auto;
width: 560px;
margin: -250px 0 0 -280px;
background-color: #ffffff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999;
/* IE6-7 */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.modal .close {
margin-top: 7px;
}
.modal.fade {
-webkit-transition: opacity .3s linear, top .3s ease-out;
-moz-transition: opacity .3s linear, top .3s ease-out;
-ms-transition: opacity .3s linear, top .3s ease-out;
-o-transition: opacity .3s linear, top .3s ease-out;
transition: opacity .3s linear, top .3s ease-out;
top: -25%;
}
.modal.fade.in {
top: 50%;
}
.modal-header {
border-bottom: 1px solid #eee;
padding: 5px 15px;
}
.modal-body {
padding: 15px;
}
.modal-body form {
margin-bottom: 0;
}
#modal-footer-base {
display: none;
}
.modal-footer {
background-color: #f5f5f5;
padding: 14px 15px 15px;
border-top: 1px solid #ddd;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
zoom: 1;
margin-bottom: 0;
}
.modal-footer:before, .modal-footer:after {
display: table;
content: '';
zoom: 1;
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn {
float: right;
margin-left: 5px;
}
.modal .popover, .modal .twipsy {
z-index: 12000;
}
.twipsy {
display: block;
position: absolute;
visibility: visible;
padding: 5px;
font-size: 11px;
z-index: 1000;
filter: alpha(opacity=80);
-khtml-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.twipsy.fade.in {
filter: alpha(opacity=80);
-khtml-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.twipsy.above .twipsy-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #000000;
}
.twipsy.left .twipsy-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #000000;
}
.twipsy.below .twipsy-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #000000;
}
.twipsy.right .twipsy-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #000000;
}
.twipsy-inner {
padding: 3px 8px;
background-color: #000000;
color: white;
text-align: center;
max-width: 200px;
text-decoration: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.twipsy-arrow {
position: absolute;
width: 0;
height: 0;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1000;
padding: 5px;
display: none;
}
.popover.above .arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #000000;
}
.popover.right .arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #000000;
}
.popover.below .arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #000000;
}
.popover.left .arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #000000;
}
.popover .arrow {
position: absolute;
width: 0;
height: 0;
}
.popover .inner {
background: #000000;
background: rgba(0, 0, 0, 0.8);
padding: 3px;
overflow: hidden;
width: 280px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover .title {
background-color: #f5f5f5;
padding: 9px 15px;
line-height: 1;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border-bottom: 1px solid #eee;
}
.popover .content {
background-color: #ffffff;
padding: 14px;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.popover .content p, .popover .content ul, .popover .content ol {
margin-bottom: 0;
}
.fade {
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-ms-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
opacity: 0;
}
.fade.in {
opacity: 1;
}
.label {
padding: 1px 3px 2px;
font-size: 9.75px;
font-weight: bold;
color: #ffffff;
text-transform: uppercase;
white-space: nowrap;
background-color: #bfbfbf;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: none;
}
.label.important {
background-color: #c43c35;
}
.label.warning {
background-color: #f89406;
}
.label.success {
background-color: #46a546;
}
.label.notice {
background-color: #62cffc;
}
.media-grid {
margin-left: -20px;
margin-bottom: 0;
zoom: 1;
}
.media-grid:before, .media-grid:after {
display: table;
content: '';
zoom: 1;
}
.media-grid:after {
clear: both;
}
.media-grid li {
display: inline;
}
.media-grid a {
float: left;
padding: 4px;
margin: 0 0 18px 20px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.media-grid a img {
display: block;
}
.media-grid a:hover {
border-color: #0069d6;
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
} | style/default/style.css | html {
margin:0 auto;
width:945px;
background: url('../../images/background.jpg') no-repeat center fixed;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}
body {
background-color: rgba(0, 0,0, 0.1);
padding:13px 20px 10px 20px;
font-family: 'Hind', sans-serif;
font-size:15px;
}
.block {
background-color:white;
padding:10px;
margin-bottom: 10px;
}
#content, #navigation, .block, #slider, #footer, .informations, .selectNews, .pagination .page {
/* border:1px solid rgba(0,0,0,0.3);
box-shadow: 0 1px 4px rgba(0,0,0,0.5);
*/
border-radius: 1px;
border: 1px solid #BBB;
border-bottom: 4px solid #b5b5b5;
}
#content.index {
border:none;
box-shadow: none;
}
/*===> HEADER <===*/
#header {
padding-bottom:40px;
height:50px;
}
#header .header {
float: left;
width:600px;
margin-top: 10px;
padding:5px 0 0 0px;
}
#header .header img {
max-height:60px;
max-width:200px;
padding-right:10px;
position: relative;
bottom:6px;
}
#header .header h1 {
font-family: Oswald-Bold;
font-size: 30px;
margin:1px 0px;
text-shadow: 1px 1px 2px gray;
color:white;
}
#header .header h2 {
padding-top:10px;
font-family: Glegoo;
font-size: 20px;
color: white;
text-shadow: 1px 1px 2px gray;
white-space: nowrap;
overflow:hidden;
text-overflow: ellipsis;
}
#header .informations {
background-color:white;
float:right;
padding:5px;
color: #5c5c5c;
}
#header .informations input[type=text] {
width: 200px;
}
#header .informations input[type=password] {
width: 140px;
}
#header .informations input[type=submit] {
width: 50px;
float: right;
}
#header .informations img[alt=skin] {
width: 40px;
height: 40px;
box-shadow: 1px 1px 2px grey;
}
#header .informations a {
font-weight:bold;
}
#header .informations #listeServeurs {
display: none;
}
#header .informations a.affServeurs, a.chooseServeur {
color: #333;
}
/*===> Banlist <===*/
#content.banlist table {width:100%;}
#content.banlist td:first-child {width:30px;}
#content.banlist img {width: 30px;}
#content.banlist td:last-child {vertical-align: middle;}
#content.banlist img:hover {opacity: 0.9;}
#content.banlist a {font-weight:bold;}
#content.banlist #pagination {text-align: center;}
#content.banlist h3 { text-align: center; margin-top:6px; }
/*===> Boutique <===*/
#content.boutique input {width:auto; vertical-align: middle;}
#content.boutique #articles .article {border:1px solid #DDD;padding:10px;font-weight:bold;}
#content.boutique #articles .article:not(.nbrCredit):not(.nbrCreditIG) {text-align: center;}
#content.boutique #articles .nbrCreditIG,#articles .nbrCredit {font-size:small;border-radius:50px;background:#CCC;padding-right: 9px;padding-left: 9px;-webkit-border-radius: 50px;-moz-border-radius: 50px;}
#content.boutique #articles .nbrCreditIG {text-align:left;float: left; background:#FE9A2E;}
#content.boutique #articles .nbrCredit {text-align:right;float: right;}
#content.boutique #articles .article:hover {cursor: pointer;box-shadow:0 1px 4px rgba(0,0,0,0.5);}
#content.boutique #articles table {border-collapse: separate;border-spacing: 10px;}
#content.boutique #articles .article img {max-width:100px;height:100px;}
#content.boutique #articles td {width:200px;}
#content.boutique .divAchat {display: none;}
#content.boutique .divAchatOptions { padding: 5px; background-color: #F2F2F2; border:1px solid #F1EFEF; }
#content.boutique .achatBoutique.content img {max-height: 40px; margin-right: 8px;}
#content.boutique .popup_block {
top:-500px;
position: fixed;
left: 50%;
max-height: 500px;
background-color: #ffffff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
padding: 0px;
border:1px solid #DDD;
}
#content.boutique .achatBoutique.header,.achatBoutique.footer {background: #f5f5f5; padding: 10px;}
#content.boutique .achatBoutique h3 {margin: 0px;}
#content.boutique .achatBoutique.content {
border:1px solid #DDD;
border-width:1px 0px;
padding: 10px;
}
#content.boutique .achatBoutique.footer {
text-align:right;
border-radius: 0px 0px 10px 10px;
}
#content.boutique .achatBoutique.header {
border-radius: 10px 10px 0 0
}
#content.boutique .achatBoutique.content p.description {
max-height:150px;
overflow: auto;
}
/*===> Commande <===*/
/*===> Inscription <===*/
#content.inscription table {background-color:#DBDBDB;width:80%;margin:15px auto;padding:10px;}
#content.inscription td {padding: 5px; border: 1px solid #dddddd; text-align: center; margin:5px; width:50%;}
#content.inscription td input {padding:5px;border-radius:4px;width:95%;}
/*===> Connexion <===*/
#content.login table{background-color:#DBDBDB; width: 80%; margin:15px auto; padding:10px;}
#content.login td {padding:5px; border:1px solid #DDD; text-align: left; margin: 5px; width:50%;}
#content.login td input {padding: 5px; border-radius:4px; width: 100%;}
#content.login tr.input td {background:#EEE;}
#content.login tr.captcha td { vertical-align: top; text-align: center; }
#content.login tr:last-child td, #content.login tr:first-child td {text-align: center; }
#content.login input[type=submit] { width:auto; font-weight:bold; padding:5px; color:#5C5C5C; }
/*===> Affichage membre <===*/
#content.membre #affichage_membre table {width:100%;}
#content.membre #affichage_membre table td a:first-child {font-weight:bold;}
#content.membre #affichage_profil {border:1px solid transparent;}
#content.membre #affichage_profil h3 img {position: relative; bottom:4px; left:1px;}
#content.membre #affichage_profil h3.pseudo img {margin-left:5px;}
#content.membre #affichage_profil table.infos td img {vertical-align: middle; margin-right:5px; position: relative; bottom:2px; width:16px; height: 16px;}
#content.membre #affichage_membre td {vertical-align: middle;}
#content.membre #affichage_membre table td img {width:40px; height:40px;}
#content.membre #affichage_membre table td img:hover{opacity: 0.9;}
#content.membre #affichage_membre table td:first-child{width:40px;}
#content.membre #affichage_membre .pagination ul li.inactive,
#content.membre #affichage_membre .pagination ul li.inactive:hover{list-style: none; background-color:#ededed;color:#bababa;border:1px solid #bababa;cursor: default;}
#content.membre #affichage_membre .data ul a, .data li{list-style: none;margin: 5px 0 5px 0;color: #000;font-size: 13px;}
#content.membre .pagination{height: 25px;padding:0px;}
#content.membre .pagination ul {margin-top:10px;margin-left:-25px;}
#content.membre .pagination a, .pagination li{list-style: none;float: left;padding: 2px 6px 2px 6px;font-family: arial;font-size: 14px;font-weight: bold;background-color:#ededed;border:1px solid #bababa;}
#content.membre .pagination ul a:hover{background-color:#bababa;color:black;cursor: pointer;text-decoration: none;}
#content.membre #affichage_membre .total{position: relative; top:7px;}
#content.membre #affichage_membre.pagination ul {padding: 0px;margin-top:10px;}
#content.membre #affichage_membre a[alt=playerName] {font-weight:bold;}
#content.membre .total {margin-left:10px;}
#content.membre h3:not(.pseudo) {text-align: center; margin: 15px;}
#content.membre h3.pseudo {margin: 10px auto;
text-align: center;
font-weight: bold;
letter-spacing: 0.8px;
}
#content.membre #tabmenu { color: black;border-bottom: 1px solid #7B7B7B; padding: 0px; z-index: 1;position: relative;padding-left: 10px;}
#content.membre #tabmenu li {top:1px;position: relative;display: inline; overflow: hidden; list-style-type: none;}
#content.membre #tabmenu a { color: #7B7B7B; padding: 2px 5px 0px 5px; text-decoration: none;cursor:hand;border-radius:3px 3px 0px 0px;}
#content.membre #tabmenu a.active { background: #7B7B7B; border: 1px solid #7B7B7B;border-width:1px 1px 1px 1px;color:white;font-weight:bold;}
#content.membre #tabmenu a:hover:not(.search) { color: white; background: #7B7B7B;}
#content.membre #tabmenu a.search:hover img {opacity: 0.8;}
#content.membre .tab_bar {height:5px;border: 1px solid #7B7B7B; background-color:#7B7B7B;margin-bottom:5px;}
#content.membre .desactive {display: none;}
#content.membre #more_infos {background-color:#E6E6E6;border: 1px solid #CCC;border-radius: 2px;padding:10px;}
#content.membre ul{padding-left: 25px;}
#content.membre ul li{list-style: circle;}
#content.membre #rechercheMembre input {width:100%; font-size:large;}
.searchListeMembre td {height:40px;border:1px solid #DDD; vertical-align: middle; padding: 5px;}
.searchListeMembre td:first-child {width:40px; border-width: 1px 0 1px 1px;}
.searchListeMembre td:last-child {width:100%;}
.searchListeMembre img {height:40px; width:40px;}
.searchListeMembre img:hover {opacity: 0.8;}
.searchListeMembre {font-size:15px;}
#content.membre #display_results {margin-top:5px;}
#display_results table {width:100%;}
#content.membre table.infos {
margin: 0px auto 20px;
width:100%;
}
#content.membre #affichage_profil td {width:33%;}
#content.membre img.inventaire {
margin: 0px auto;
display: block;
}
#content.membre .infosMembre {
background-color: #FAFAFA;
border: 1px solid #e3e3e3;
padding: 10px;
}
#content.membre .infosMembre.first{
height:84px;
}
#content.membre #affichage_profil img[alt=skin] {
height:140px;
width:140px;
background-color:#FAFAFA;
padding:5px;
border:1px solid #e3e3e3;
float: left;
margin-right:10px;
}
#content.membre #affichage_profil a {font-weight:bold}
#content.membre #getInventory {height:352px;}
/*===> Messagerie <===*/
#content.messagerie input, textarea {border-radius:0px; margin-top:3px; margin-bottom:3px;}
#content.messagerie input[type=submit] {margin-top:7px;}
#content.messagerie input[type=text] {width:100%;}
#content.messagerie #newMessage td {font-weight:bold; padding: 5px; width:50%;}
#content.messagerie input[type=checkbox] {margin-left:5px; vertical-align: middle;}
#content.messagerie table {width:100%;}
#content.messagerie table.conv td:first-child {width:1%;}
#content.messagerie table.conv td {vertical-align: middle;}
#content.messagerie td a {font-weight:bold;}
#content.messagerie table.conv tr:nth-child(n+2) td:nth-child(n+3) {text-align: center;}
#content.messagerie .newBillet {padding: 3px 12px; vertical-align: middle; top:2px; position: relative;}
#content.messagerie .messagerie_titre, .billet_titre { padding:5px;border-radius:3px;}
#content.messagerie .messagerie_titre {background-color: #DDD;}
#content.messagerie .billet_titre {background-color: #CCC;}
#content.messagerie .messagerie_texte, .billet_texte {margin: 0 10px;padding: 10px 15px;background: #f4f4f4;border: 1px solid #ccc;border-top: 0;}
#content.messagerie table.affConv td:first-child {margin:0px; width:40px; height:40px;}
#content.messagerie table.affConv td:first-child img {width:40px; height:40px;}
#content.messagerie table.affConv td {vertical-align: top; margin: 0px;}
#content.messagerie table.affConv td:last-child {margin:0px; border-width:1px 0 1px 0px;}
#content.messagerie table.affConv td textarea {margin:0px; height:40px;}
/*===> Mon compte <===*/
#content.mon_compte table.infos { width:95%; margin: 10px auto;}
#content.mon_compte table.infos td {width:50%;}
#content.mon_cimpte td {vertical-align: middle;}
#content.mon_compte table.infos input:not([type=submit]) {width: 100%; }
#content.mon_compte table.liste_achat,table.support,table.commandes {width:95%;margin:10px auto;}
#content.mon_compte table.liste_achat td:nth-child(1), table.support td:nth-child(1) {width:1%;}
#content.mon_compte table.liste_achat td:nth-child(2), table.support td:nth-child(2) {width:80%;}
#content.mon_compte table.commandes td:nth-child(2) {width:1%;}
#content.mon_compte table.commandes td:nth-child(1) {width:80%;}
#content.mon_compte img {width:16px; height:16px;}
#content.mon_compte a {font-weight:bold;}
#content.mon_compte table.infos a {font-weight:normal;}
/*===> Support <===*/
#content.support input, textarea {border-radius:0px; margin-top:3px; margin-bottom:3px;}
#content.support input:not([type=checkbox]):not([type=submit]), textarea {width:100%;}
#content.support input[type=checkbox] {margin-left:5px; vertical-align: middle;}
#content.support table {width:100%;}
#content.support td:first-child {width:1%;}
#content.support td {vertical-align: middle;}
#content.support td a {font-weight:bold;}
#content.support tr:nth-child(n+2) td:nth-child(n+3) {text-align: center;}
#content.support #listeBillets h3 {float: left;}
#content.support #listeBillets td:first-child {width:16px;}
#content.support .newBillet {padding: 3px 12px; vertical-align: middle; top:2px; position: relative;}
#content.support .support_titre, .billet_titre { padding:5px;border-radius:3px;}
#content.support .support_titre {background-color: #DDD;}
#content.support .billet_titre {background-color: #CCC;}
#content.support .support_texte, .billet_texte {margin: 0 10px;padding: 10px 15px;background: #f4f4f4;border: 1px solid #ccc;border-top: 0;}
#content.support a { font-weight: bold; }
/*===> Passe-perdu <===*/
#content.passe-perdu table {background-color:#DBDBDB;width:80%;margin:15px auto;padding:10px;}
#content.passe-perdu td {padding: 5px; border: 1px solid #dddddd; text-align: left; margin:5px; width:50%;}
#content.passe-perdu td input {padding:5px;border-radius:4px;width:95%;}
#content.passe-perdu tr.input td {background-color:#eee;}
/*===> SLIDER <===*/
#slider {
padding:20px;
background-color:white;
margin-top:10px;
margin-bottom: 10px;
}
#featured {
position:relative;
height:250px; overflow:hidden;
}
#slider .ui-tabs-panel img{
width:100%;
}
#featured .ui-tabs-panel .info{
display:none;
}
#featured ul.ui-tabs-nav{
float:right;
list-style:none;
padding:0; margin:0;
width:250px; height:250px;
overflow:auto;
overflow-x:hidden;
}
#featured ul.ui-tabs-nav li{
padding:1px 0; padding-left:13px;
color:#666;
}
#featured ul.ui-tabs-nav li img{
float:left; margin:2px 5px;
background:#fff;
padding:2px;
border:1px solid #eee;
}
#featured li.ui-tabs-nav-item a{
display:block;
height:60px; text-decoration:none;
color:#333; background:#fff;
line-height:20px; outline:none;
}
#featured li.ui-tabs-nav-item a:hover{
background:#f2f2f2;
}
#featured li.ui-tabs-nav-item img{
width:80px;
height:50px;
}
#featured li.ui-tabs-selected, #featured li.ui-tabs-active{
background:url('../../images/selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{
background:#ccc;
}
#featured .ui-tabs-panel{
width:610px; height:250px;
background:#999; position:relative;
}
#featured .ui-tabs-panel img{
height:250px; width:100%;
}
#featured .ui-tabs-panel .info{
position:absolute;
bottom:0; left:0;
height:70px;
background-color: rgba(0, 0, 0, 0.5);
padding:5px;
width:600px;
}
#featured .ui-tabs-panel .info a.hideshow{
position:absolute; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .info h2{
color:#fff;
padding:5px;
margin: 5px 0 0 0;
overflow:hidden;
font-weight: bold;
font-size: 25px;
margin-top: 8px;
}
#featured .info p{
margin:0 5px;
color:#f0f0f0;
}
#featured .info a{
text-decoration:none;
color:#fff;
}
#featured .info a:hover{
text-decoration:underline;
}
#featured .ui-tabs-hide{
display:none;
}
/*===> NAVIGATION <===*/
#navigation {
background: #FFF;
height: 40px;
line-height: 40px;
margin-bottom: 10px;
}
#navigation a.nav {
/* -webkit-transition: background 0.2s ease-in-out;
-moz-transition: background 0.2s ease-in-out;
-o-transition: background 0.2s ease-in-out;
-ms-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out;*/
}
.sf-menu,
.sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
position: absolute;
top: -999em;
width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
float: left;
position: relative;
}
.sf-menu a.nav {
display: block;
position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left: 0;
top: 40px; /* match top ul list item height */
z-index: 99;
background: #1F1F1E;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}
.sf-menu a.nav{
padding: 0 15px;
height: 41px;
line-height: 40px;
text-decoration: none;
text-transform: uppercase;
font-family: minecraftiaregular;
font-size: 12px;
}
.sf-menu a.nav.nm {
color: #5c5c5c;
border: 1px solid #BBB;
border-width:0px 1px 0px 0px;
}
.sf-menu a.reseaux:hover{
opacity:0;
}
.sf-menu a:hover.nav.nm{
color: #FFF;
/* background-image:url('../../images/item/1.png');
*/ text-shadow:1px 1px 1px black;
background: #BBB;
}
li.sfHover { color: #333 }
.sf-menu li li {text-transform: none; }
.sf-menu li li li { background: #333 }
.sf-menu ul a {
color: #CCC;
padding: 0 1.2em;
height: 35px;
line-height: 35px;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
padding-right: 2.25em;
min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
position: absolute;
display: block;
right: .75em;
width: 9px;
height: 5px;
text-indent: -999em;
overflow: hidden;
background: url('images/arrows-down.png');
}
a > .sf-sub-indicator {
/* give all except IE6 the correct values */
top: 18px;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus.> .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -9px 0px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
top: 1px;
width: 5px;
height: 9px;
background: url('images/arrows-side.png');
}
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0 }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator.nav {
background-position: -5px 0; /* arrow hovers for modern browsers*/
}
.reseaux{
float:right;
padding:4px 3px 0px 0px;
}
.reseaux img {margin:0 2px;}
.reseaux a:hover{
opacity: 0.9;
}
#navigation a.test {
color:red;
display: inline;
vertical-align: middle;
}
#navigation img{
width:32px;
}
#navigation ul ul {
display:none;
left: 164px;
position:absolute;
top: -5px;
}
#navigation li:hover ul.niveau2 { display:block; }
#navigation li:sfhover ul.niveau2 { display:block; }
#navigation .niveau2 li{
background-color:#1F1F1E;
color:white;
}
#navigation .niveau2 li:hover{
background-color:#333333;
}
#navigation .autre:hover {
background-color:#333333;
}
#navigation .sf-menu a.nav.autre {
color: white;
}
#navigation .arrow {
width:9px;
height:5px;
top:-3px;
position: relative;
}
/*===> MENU DROITE<===*/
#sidebar #onlinePlayers {margin: 0px 10px 10px 10px;padding:5px;background-image: url('../../images/item/82.png');color: white;text-shadow: black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;overflow-y:scroll; max-height:225px;}
#sidebar #onlinePlayers img {width:35px;height:35px;box-shadow:0 1px 4px rgba(0,0,0,0.5);margin:5px 5px 0 5px;}
#sidebar #onlinePlayers img:hover {opacity: 0.9;box-shadow:0px 1px 4px rgba(0,0,0,1);cursor: pointer;}
#sidebar #onlinePlayers.aucun {text-align: center; padding:8px; height: auto; overflow: hidden;}
#sidebar #onlinePlayers img.admin { width: 31px; height: 31px; border:2px solid #AA0303; }
#sidebar #onlinePlayers img.moderateur { width: 31px; height: 31px; border:2px solid green; }
#sidebar {
float: right;
width:250px;
margin-left: 10px;
}
#sidebar h3{
background-image: url('../../images/item/5.png');
text-shadow: 1px 1px 1px black;
color: white;
padding: 5px 5px 7px;
margin: 5px 5px 0px 5px;
border-radius: 2px;
font-size: 20px;
letter-spacing: 0px;
}
#sidebar h3 a {
color:white;
}
#espace_membre {
background-image:url('../../images/item/12.png');
text-shadow:1px 1px 2px gray;
margin:0px 10px 10px 10px;
padding:5px;
}
#espace_membre a.selected{
opacity:1;
}
#espace_membre a{
display: block;
background-image:url('../../images/item/1.png');
padding:5px;
border:1px solid black;
color:white;
text-shadow:1px 1px 2px black;
margin:7px;
border:1px solid black;
opacity:1;
}
#espace_membre a:hover{
text-decoration: none;
font-weight: bold;
}
#espace_membre img[alt=skin] {
width:40px; height:40px;box-shadow:1px 1px 2px grey;
}
#newsletter {
background-image:url('../../images/item/79.png');
margin:0px 10px 10px 10px;
padding:5px;
color:white;
text-shadow:1px 1px 1px black;
}
.block > .contenu {
margin:0px 10px 10px 10px;
padding:5px;
}
.stats {
background-image:url('../../images/item/cloth_14.png');
color: white;
text-shadow:0px 1px 3px rgba(0,0,0,0.5);
}
.stats a { color:white; }
.stats img {vertical-align: middle; height:24px; width:24px; border:1px solid rgba(0,0,0,0.1); margin:1px 5px 1px 0; position: relative; bottom: 1px;}
.stats li {
list-style: square;
margin-left:25px;
}
.modulecustom {
background-image:url('../../images/item/13.png');
margin:0px 10px 10px 10px;
padding:5px;
text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
color:white;
}
#newsletter input{
padding:5px;
border:1px solid black;
}
#newsletter.center {
text-align: left;
}
#newsletter a {
color:white;
}
#connexion {
background-image:url('../../images/item/12.png');
text-shadow:1px 1px 2px gray;
margin:0px 10px 10px 10px;
padding:5px;
}
#connexion input[type=text],input[type=password] {
width:99%;
border-radius: 0px;
border:1px solid #AAA;
}
#connexion input[type=submit], #newsletter input[type=submit]{
border:1px solid black;
background-image:url('../../images/item/108.png');
padding:3px;
margin:5px;
border-radius:5px;
text-shadow:1px 1px 2px black;
color:white;
font-weight:bold;
cursor:pointer;
}
#joueursenligne {
margin:0px 10px 10px 10px;
padding-top:10px;
padding-bottom:5px;
background-image:url('../../images/item/82.png');
color:white;
text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
}
#joueursenligne td{
vertical-align: middle;
text-align:center;
}
#joueursenligne img{
margin-left:5px;
width:30px;
height:30px;
}
#joueursenligne tr:hover{
cursor:pointer;
text-decoration:underline;
}
#joueursenligne table{
border-collapse:collapse;
}
#joueursenligne td{
vertical-align:middle;
}
/*===> INDEX <===*/
#content.index .selectNews {
background-color:white;
padding:10px;
margin-bottom:10px;
}
#content.index .selectNews img:not(.imageNew) {
max-width: 100%;
}
#content.index .selectNews a.titre {
font-weight:bold;
font-size: 20px;
}
#content.index .box83 {
margin:0px 10px 10px 15px;
background-image:url('../../images/item/82.png');
color:white;
text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
padding:10px;
border-radius:0 0 3px 3px;
}
#content.index .box12 {
margin:0px 10px 10px 15px;
background-image:url('../../images/item/12.png');
color:white;
text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
padding:10px;
border-radius:0 0 3px 3px;
}
#content.index .news {
border:1px solid black;
border-radius:5px;
background-color: rgba(0,0,0, 0.3);
}
#content.index .news .titre {
display:block;
background-color: rgba(0,0,0, 0.5);
padding:5px;
}
#content.index .news .image {
float: left; margin-right:5px;
}
#content.index .news .content {
text-align:justify;
padding:5px;
display: inline-block;
}
#content.index .news .image img{
max-width:100px;
max-height:100px;
}
#content.index .news .feedback {
display:block; background-color: rgba(0,0,0, 0.5); padding:5px;
}
#content.index .news .feedback a{
color:white;
font-weight:bold;
}
#content.index .pc_container{
width: 99%;
height: 200px;
border:1px solid gray;
border-radius:2px;
margin:0 auto;
}
#content.index .pc_container img{
height: 200px;
width: 100%;
}
#content.index .pagination {
margin-bottom: 10px;
float: left;
}
#content.index .pagination a {
font-weight:bold;
}
#content.index .pagination .page {
background:white;
margin-right: 5px;
margin-left: 0px;
padding: 2px 8px;
display: inline-block;
}
#content.index .pagination .page:hover {
background: #DDD;
text-decoration: none;
}
#content.index .pagination .active {
background: #DDD;
}
/*===> FOOTER <===*/
#footer {
background-color:white;
padding:5px;
text-align:center;
color:black;
margin-top:10px;
clear:both;
}
#footer a{
font-weight:bold;
}
#content.update td {
padding:10px;
vertical-align:middle;
text-align:center;
}
/*Boutique*/
#boutique {width: 100%;}
.nbrcredit {
background-color:#F2F2F2;
border-radius:5px;
padding:10px;
color:black;
margin:10px;
text-align:center;
box-shadow:0 1px 4px rgba(0,0,0,0.2);
}
.nbrcredit a{font-weight:bold;}
.shop-item {
border:1px solid #DDD;
border-radius:4px;
cursor:pointer;
text-align:center;
margin:5px;
background-color:white;
color:black;
padding:5px;
}
.shop-item img{
padding:5px;
}
.prix{
display: inherit;
font-size: 8pt;
text-align:right;
}
.well2 {
background-color: whiteSmoke;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(white), to(whiteSmoke));
background-image: -moz-linear-gradient(top, white, whiteSmoke);
background-image: -ms-linear-gradient(top, white, whiteSmoke);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whiteSmoke));
background-image: -webkit-linear-gradient(top, white, whiteSmoke);
background-image: -o-linear-gradient(top, white, whiteSmoke);
background-image: linear-gradient(top, white, whiteSmoke);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
border: 1px solid #DDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
}
.well {
background-color: whiteSmoke;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(white), to(whiteSmoke));
background-image: -moz-linear-gradient(top, white, whiteSmoke);
background-image: -ms-linear-gradient(top, white, whiteSmoke);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whiteSmoke));
background-image: -webkit-linear-gradient(top, white, whiteSmoke);
background-image: -o-linear-gradient(top, white, whiteSmoke);
background-image: linear-gradient(top, white, whiteSmoke);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
border: 1px solid #DDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
width:45%;
text-align: left;
position: relative;
float: left;
height: 150px;
padding: 5px !important;
margin: 5px;
cursor: pointer;
}
.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
color: #ffffff;
}
.btn .close, .alert-message .close {
font-family: Arial, sans-serif;
line-height: 18px;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
background-color: #c43c35;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #c43c35 #c43c35 #882a25;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
background-color: #57a957;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -ms-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(top, #62c462, #57a957);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #57a957 #57a957 #3d773d;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info, .alert-message.info {
background-color: #339bb9;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
background-image: linear-gradient(top, #5bc0de, #339bb9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #339bb9 #339bb9 #22697d;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
cursor: pointer;
display: inline-block;
background-color: #e6e6e6;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
padding: 5px 14px 6px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
color: #333;
font-size: 13px;
line-height: normal;
border: 1px solid #ccc;
border-bottom-color: #bbb;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
-ms-transition: 0.1s linear all;
-o-transition: 0.1s linear all;
transition: 0.1s linear all;
}
.btn:hover {
background-position: 0 -15px;
color: #333;
text-decoration: none;
}
.btn:focus {
outline: 1px dotted #666;
}
.btn.primary {
color: #ffffff;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.active, .btn:active {
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
cursor: default;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
filter: alpha(opacity=65);
-khtml-opacity: 0.65;
-moz-opacity: 0.65;
opacity: 0.65;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn[disabled] {
cursor: default;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
filter: alpha(opacity=65);
-khtml-opacity: 0.65;
-moz-opacity: 0.65;
opacity: 0.65;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn.large {
font-size: 15px;
line-height: normal;
padding: 9px 14px 9px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.btn.small {
padding: 7px 9px 7px;
font-size: 11px;
}
:root .alert-message, :root .btn {
border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
padding: 0;
border: 0;
}
.close {
float: right;
color: #000000;
font-size: 20px;
font-weight: bold;
line-height: 13.5px;
}
.close:hover {
color: #000000;
text-decoration: none;
filter: alpha(opacity=80);
-khtml-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.modal-backdrop {
background-color: #000000;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
filter: alpha(opacity=80);
-khtml-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.modal {
position: fixed;
top: 50%;
left: 50%;
z-index: 11000;
max-height: 500px;
overflow: auto;
width: 560px;
margin: -250px 0 0 -280px;
background-color: #ffffff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999;
/* IE6-7 */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.modal .close {
margin-top: 7px;
}
.modal.fade {
-webkit-transition: opacity .3s linear, top .3s ease-out;
-moz-transition: opacity .3s linear, top .3s ease-out;
-ms-transition: opacity .3s linear, top .3s ease-out;
-o-transition: opacity .3s linear, top .3s ease-out;
transition: opacity .3s linear, top .3s ease-out;
top: -25%;
}
.modal.fade.in {
top: 50%;
}
.modal-header {
border-bottom: 1px solid #eee;
padding: 5px 15px;
}
.modal-body {
padding: 15px;
}
.modal-body form {
margin-bottom: 0;
}
#modal-footer-base {
display: none;
}
.modal-footer {
background-color: #f5f5f5;
padding: 14px 15px 15px;
border-top: 1px solid #ddd;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
zoom: 1;
margin-bottom: 0;
}
.modal-footer:before, .modal-footer:after {
display: table;
content: '';
zoom: 1;
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn {
float: right;
margin-left: 5px;
}
.modal .popover, .modal .twipsy {
z-index: 12000;
}
.twipsy {
display: block;
position: absolute;
visibility: visible;
padding: 5px;
font-size: 11px;
z-index: 1000;
filter: alpha(opacity=80);
-khtml-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.twipsy.fade.in {
filter: alpha(opacity=80);
-khtml-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.twipsy.above .twipsy-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #000000;
}
.twipsy.left .twipsy-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #000000;
}
.twipsy.below .twipsy-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #000000;
}
.twipsy.right .twipsy-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #000000;
}
.twipsy-inner {
padding: 3px 8px;
background-color: #000000;
color: white;
text-align: center;
max-width: 200px;
text-decoration: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.twipsy-arrow {
position: absolute;
width: 0;
height: 0;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1000;
padding: 5px;
display: none;
}
.popover.above .arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #000000;
}
.popover.right .arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #000000;
}
.popover.below .arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #000000;
}
.popover.left .arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #000000;
}
.popover .arrow {
position: absolute;
width: 0;
height: 0;
}
.popover .inner {
background: #000000;
background: rgba(0, 0, 0, 0.8);
padding: 3px;
overflow: hidden;
width: 280px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover .title {
background-color: #f5f5f5;
padding: 9px 15px;
line-height: 1;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border-bottom: 1px solid #eee;
}
.popover .content {
background-color: #ffffff;
padding: 14px;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.popover .content p, .popover .content ul, .popover .content ol {
margin-bottom: 0;
}
.fade {
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-ms-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
opacity: 0;
}
.fade.in {
opacity: 1;
}
.label {
padding: 1px 3px 2px;
font-size: 9.75px;
font-weight: bold;
color: #ffffff;
text-transform: uppercase;
white-space: nowrap;
background-color: #bfbfbf;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: none;
}
.label.important {
background-color: #c43c35;
}
.label.warning {
background-color: #f89406;
}
.label.success {
background-color: #46a546;
}
.label.notice {
background-color: #62cffc;
}
.media-grid {
margin-left: -20px;
margin-bottom: 0;
zoom: 1;
}
.media-grid:before, .media-grid:after {
display: table;
content: '';
zoom: 1;
}
.media-grid:after {
clear: both;
}
.media-grid li {
display: inline;
}
.media-grid a {
float: left;
padding: 4px;
margin: 0 0 18px 20px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.media-grid a img {
display: block;
}
.media-grid a:hover {
border-color: #0069d6;
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
} | 0.127979 | 0.07921 |
html {
scroll-behavior: smooth;
}
body {
text-align: center;
background: #fcfcfa;
color: black;
font-family: Futura, sans-serif;
}
.container {
max-width: 50%;
margin: 40px auto;
}
.is-hidden {
display: none;
}
.hr-text {
line-height: 1em;
position: relative;
outline: 0;
border: 0;
color: black;
text-align: center;
height: 1.5em;
opacity: 0.5;
}
.hr-text:before {
content: "";
background: linear-gradient(to right, transparent, #818078, transparent);
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
}
.hr-text:after {
content: attr(data-content);
position: relative;
display: inline-block;
color: black;
padding: 0 0.5em;
line-height: 1.5em;
color: #818078;
background-color: #fcfcfa;
}
.nav-wrapper {
width: 100%;
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
background-color: #fff;
}
.grad-bar {
width: 100%;
height: 5px;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
-webkit-animation: gradbar 15s ease infinite;
-moz-animation: gradbar 15s ease infinite;
animation: gradbar 15s ease infinite;
}
/* NAVIGATION */
.navbar {
display: grid;
grid-template-columns: 1fr 3fr;
align-items: center;
height: 50px;
overflow: hidden;
}
.navbar img {
height: 16px;
width: auto;
justify-self: start;
margin-left: 20px;
}
.navbar ul {
list-style: none;
display: grid;
grid-template-columns: repeat(6, 1fr);
justify-self: end;
}
.nav-item a {
color: #000;
font-size: 0.9rem;
font-weight: 400;
text-decoration: none;
transition: color 0.3s ease-out;
}
.nav-item a:hover {
color: #3498db;
}
input {
border: 0;
border-left: 1px solid #ccc;
border-radius: 0; /* FOR SAFARI */
outline: 0;
padding: 5px;
}
/* MOBILE MENU */
.menu-toggle .bar {
width: 25px;
height: 3px;
background-color: #3f3f3f;
margin: 5px auto;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-toggle {
justify-self: end;
margin-right: 25px;
display: none;
}
.menu-toggle:hover {
cursor: pointer;
}
#mobile-menu.is-active .bar:nth-child(2) {
opacity: 0;
}
#mobile-menu.is-active .bar:nth-child(1) {
-webkit-transform: translateY(8px) rotate(45deg);
-ms-transform: translateY(8px) rotate(45deg);
-o-transform: translateY(8px) rotate(45deg);
transform: translateY(8px) rotate(45deg);
}
#mobile-menu.is-active .bar:nth-child(3) {
-webkit-transform: translateY(-8px) rotate(-45deg);
-ms-transform: translateY(-8px) rotate(-45deg);
-o-transform: translateY(-8px) rotate(-45deg);
transform: translateY(-8px) rotate(-45deg);
}
@media only screen and (max-width: 720px) {
h1 {
font-size: 1.9rem;
}
h2 {
font-size: 1rem;
}
p {
font-size: 0.8rem;
}
.navbar ul {
display: flex;
flex-direction: column;
position: fixed;
justify-content: start;
top: 55px;
background-color: #fff;
width: 100%;
height: calc(100vh - 55px);
transform: translate(-101%);
text-align: center;
overflow: hidden;
}
.navbar li {
padding: 15px;
}
.navbar li:first-child {
margin-top: 50px;
}
.navbar li a {
font-size: 1rem;
}
.menu-toggle,
.bar {
display: block;
cursor: pointer;
}
.mobile-nav {
transform: translate(0%) !important;
}
}
footer {
margin-top: 30px;
background-color: white;
padding: 20px;
}
footer > ul {
display: flex;
justify-content: flex-end;
list-style: none;
}
footer > ul > li {
padding: 0 10px;
}
footer > span {
margin-top: 5px;
display: flex;
justify-content: flex-end;
font-size: 0.9em;
color: #444;
} | public/agree_and_start_page/terms.css | html {
scroll-behavior: smooth;
}
body {
text-align: center;
background: #fcfcfa;
color: black;
font-family: Futura, sans-serif;
}
.container {
max-width: 50%;
margin: 40px auto;
}
.is-hidden {
display: none;
}
.hr-text {
line-height: 1em;
position: relative;
outline: 0;
border: 0;
color: black;
text-align: center;
height: 1.5em;
opacity: 0.5;
}
.hr-text:before {
content: "";
background: linear-gradient(to right, transparent, #818078, transparent);
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
}
.hr-text:after {
content: attr(data-content);
position: relative;
display: inline-block;
color: black;
padding: 0 0.5em;
line-height: 1.5em;
color: #818078;
background-color: #fcfcfa;
}
.nav-wrapper {
width: 100%;
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
background-color: #fff;
}
.grad-bar {
width: 100%;
height: 5px;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
-webkit-animation: gradbar 15s ease infinite;
-moz-animation: gradbar 15s ease infinite;
animation: gradbar 15s ease infinite;
}
/* NAVIGATION */
.navbar {
display: grid;
grid-template-columns: 1fr 3fr;
align-items: center;
height: 50px;
overflow: hidden;
}
.navbar img {
height: 16px;
width: auto;
justify-self: start;
margin-left: 20px;
}
.navbar ul {
list-style: none;
display: grid;
grid-template-columns: repeat(6, 1fr);
justify-self: end;
}
.nav-item a {
color: #000;
font-size: 0.9rem;
font-weight: 400;
text-decoration: none;
transition: color 0.3s ease-out;
}
.nav-item a:hover {
color: #3498db;
}
input {
border: 0;
border-left: 1px solid #ccc;
border-radius: 0; /* FOR SAFARI */
outline: 0;
padding: 5px;
}
/* MOBILE MENU */
.menu-toggle .bar {
width: 25px;
height: 3px;
background-color: #3f3f3f;
margin: 5px auto;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-toggle {
justify-self: end;
margin-right: 25px;
display: none;
}
.menu-toggle:hover {
cursor: pointer;
}
#mobile-menu.is-active .bar:nth-child(2) {
opacity: 0;
}
#mobile-menu.is-active .bar:nth-child(1) {
-webkit-transform: translateY(8px) rotate(45deg);
-ms-transform: translateY(8px) rotate(45deg);
-o-transform: translateY(8px) rotate(45deg);
transform: translateY(8px) rotate(45deg);
}
#mobile-menu.is-active .bar:nth-child(3) {
-webkit-transform: translateY(-8px) rotate(-45deg);
-ms-transform: translateY(-8px) rotate(-45deg);
-o-transform: translateY(-8px) rotate(-45deg);
transform: translateY(-8px) rotate(-45deg);
}
@media only screen and (max-width: 720px) {
h1 {
font-size: 1.9rem;
}
h2 {
font-size: 1rem;
}
p {
font-size: 0.8rem;
}
.navbar ul {
display: flex;
flex-direction: column;
position: fixed;
justify-content: start;
top: 55px;
background-color: #fff;
width: 100%;
height: calc(100vh - 55px);
transform: translate(-101%);
text-align: center;
overflow: hidden;
}
.navbar li {
padding: 15px;
}
.navbar li:first-child {
margin-top: 50px;
}
.navbar li a {
font-size: 1rem;
}
.menu-toggle,
.bar {
display: block;
cursor: pointer;
}
.mobile-nav {
transform: translate(0%) !important;
}
}
footer {
margin-top: 30px;
background-color: white;
padding: 20px;
}
footer > ul {
display: flex;
justify-content: flex-end;
list-style: none;
}
footer > ul > li {
padding: 0 10px;
}
footer > span {
margin-top: 5px;
display: flex;
justify-content: flex-end;
font-size: 0.9em;
color: #444;
} | 0.46563 | 0.076788 |
.sj-splash{
margin:0;
padding:0;
overflow: hidden;
}
.sj-splash .spl-title{
float:left;
}
.sj-splash .spl-title .spl-title-inner{
font-weight:bold;
padding-right:10px;
}
.sj-splash .spl-items{
float:left;
width:70%;
position: relative;
}
.sj-splash .spl-items .spl-items-inner{
overflow: hidden;
position: relative;
width: 100%;
}
.sj-splash .spl-items .spl-items-inner > .item,
.sj-splash .spl-items .spl-items-inner .spl-item{
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
-moz-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.sj-splash .spl-items .spl-items-inner > .active,
.sj-splash .spl-items .spl-items-inner > .next,
.sj-splash .spl-items .spl-items-inner > .prev {
display: block;
}
.sj-splash .spl-items .spl-items-inner > .active {
left: 0;
}
.sj-splash .spl-items .spl-items-inner > .next,
.sj-splash .spl-items .spl-items-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.sj-splash .spl-items .spl-items-inner > .next {
left: 100%;
}
.sj-splash .spl-items .spl-items-inner > .prev {
left: -100%;
}
.sj-splash .spl-items .spl-items-inner > .next.left,
.sj-splash .spl-items .spl-items-inner > .prev.right {
left: 0;
}
.sj-splash .spl-items .spl-items-inner > .active.left {
left: -100%;
}
.sj-splash .spl-items .spl-items-inner > .active.right {
left: 100%;
}
.sj-splash.vertical .spl-items-inner {
height: 100%;
width:100%;
position: relative;
overflow: hidden;
}
.sj-splash.vertical .spl-items .spl-items-inner > .item,
.sj-splash.vertical .spl-items .spl-items-inner .spl-item {
-webkit-transition: 0.6s ease-in-out all;
-moz-transition: 0.6s ease-in-out all;
-ms-transition: 0.6s ease-in-out all;
-o-transition: 0.6s ease-in-out all;
transition: 0.6s ease-in-out all;
}
.sj-splash.vertical .spl-items .spl-items-inner > .active {
/* top: 0; */
left: 0;
transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
}
.sj-splash.vertical .spl-items .spl-items-inner > .next {
/* top: 100%; */
left: 0;
transform: translate(0, 100%);
-webkit-transform: translate(0px, 100%);
-moz-transform: translate(0px, 100%);
-o-transform: translate(0px, 100%);
-ms-transform: translate(0px, 100%);
}
.sj-splash.vertical .spl-items .spl-items-inner > .prev {
/* top: -100%; */
left: 0;
transform: translate(0px, -100%);
-webkit-transform: translate(0px, -100%);
-moz-transform: translate(0px, -100%);
-o-transform: translate(0px, -100%);
-ms-transform: translate(0px, -100%);
}
.sj-splash.vertical .spl-items .spl-items-inner .next.left,
.sj-splash.vertical .spl-items .spl-items-inner .prev.right {
/* top: 0; */
left: 0;
transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
}
.sj-splash.vertical .spl-items .spl-items-inner > .active.left {
/* top: -100%; */
left:0;
transform: translate(0px, -100%);
-webkit-transform: translate(0px, -100%);
-moz-transform: translate(0px, -100%);
-o-transform: translate(0px, -100%);
-ms-transform: translate(0px, -100%);
}
.sj-splash.vertical .spl-items .spl-items-inner > .active.right {
/* top: 100%; */
left: 0;
transform: translate(0px, 100%);
-webkit-transform: translate(0px, 100%);
-moz-transform: translate(0px, 100%);
-o-transform: translate(0px, 100%);
-ms-transform: translate(0px, 100%);
}
.sj-splash .spl-control{
text-align: right;
}
.sj-splash .spl-control ul.spl-control-inner{
list-style: none outside none;
margin:0;
padding:0;
}
.sj-splash .spl-control ul.spl-control-inner li{
display: inline-block;
margin:0;
padding:0;
margin-right:5px;
cursor:pointer;
text-indent: -9999;
width:18px;
height:9px;
}
.sj-splash .spl-control ul.spl-control-inner li.control-next{
background: url('../images/next.png') no-repeat scroll 0 0 transparent;
}
.sj-splash .spl-control ul.spl-control-inner li.control-prev{
background: url('../images/pre.png') no-repeat scroll 0 0 transparent;
} | templates/sj_news/html/mod_sj_news_splash/css/sj-splash.css | .sj-splash{
margin:0;
padding:0;
overflow: hidden;
}
.sj-splash .spl-title{
float:left;
}
.sj-splash .spl-title .spl-title-inner{
font-weight:bold;
padding-right:10px;
}
.sj-splash .spl-items{
float:left;
width:70%;
position: relative;
}
.sj-splash .spl-items .spl-items-inner{
overflow: hidden;
position: relative;
width: 100%;
}
.sj-splash .spl-items .spl-items-inner > .item,
.sj-splash .spl-items .spl-items-inner .spl-item{
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
-moz-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.sj-splash .spl-items .spl-items-inner > .active,
.sj-splash .spl-items .spl-items-inner > .next,
.sj-splash .spl-items .spl-items-inner > .prev {
display: block;
}
.sj-splash .spl-items .spl-items-inner > .active {
left: 0;
}
.sj-splash .spl-items .spl-items-inner > .next,
.sj-splash .spl-items .spl-items-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.sj-splash .spl-items .spl-items-inner > .next {
left: 100%;
}
.sj-splash .spl-items .spl-items-inner > .prev {
left: -100%;
}
.sj-splash .spl-items .spl-items-inner > .next.left,
.sj-splash .spl-items .spl-items-inner > .prev.right {
left: 0;
}
.sj-splash .spl-items .spl-items-inner > .active.left {
left: -100%;
}
.sj-splash .spl-items .spl-items-inner > .active.right {
left: 100%;
}
.sj-splash.vertical .spl-items-inner {
height: 100%;
width:100%;
position: relative;
overflow: hidden;
}
.sj-splash.vertical .spl-items .spl-items-inner > .item,
.sj-splash.vertical .spl-items .spl-items-inner .spl-item {
-webkit-transition: 0.6s ease-in-out all;
-moz-transition: 0.6s ease-in-out all;
-ms-transition: 0.6s ease-in-out all;
-o-transition: 0.6s ease-in-out all;
transition: 0.6s ease-in-out all;
}
.sj-splash.vertical .spl-items .spl-items-inner > .active {
/* top: 0; */
left: 0;
transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
}
.sj-splash.vertical .spl-items .spl-items-inner > .next {
/* top: 100%; */
left: 0;
transform: translate(0, 100%);
-webkit-transform: translate(0px, 100%);
-moz-transform: translate(0px, 100%);
-o-transform: translate(0px, 100%);
-ms-transform: translate(0px, 100%);
}
.sj-splash.vertical .spl-items .spl-items-inner > .prev {
/* top: -100%; */
left: 0;
transform: translate(0px, -100%);
-webkit-transform: translate(0px, -100%);
-moz-transform: translate(0px, -100%);
-o-transform: translate(0px, -100%);
-ms-transform: translate(0px, -100%);
}
.sj-splash.vertical .spl-items .spl-items-inner .next.left,
.sj-splash.vertical .spl-items .spl-items-inner .prev.right {
/* top: 0; */
left: 0;
transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
}
.sj-splash.vertical .spl-items .spl-items-inner > .active.left {
/* top: -100%; */
left:0;
transform: translate(0px, -100%);
-webkit-transform: translate(0px, -100%);
-moz-transform: translate(0px, -100%);
-o-transform: translate(0px, -100%);
-ms-transform: translate(0px, -100%);
}
.sj-splash.vertical .spl-items .spl-items-inner > .active.right {
/* top: 100%; */
left: 0;
transform: translate(0px, 100%);
-webkit-transform: translate(0px, 100%);
-moz-transform: translate(0px, 100%);
-o-transform: translate(0px, 100%);
-ms-transform: translate(0px, 100%);
}
.sj-splash .spl-control{
text-align: right;
}
.sj-splash .spl-control ul.spl-control-inner{
list-style: none outside none;
margin:0;
padding:0;
}
.sj-splash .spl-control ul.spl-control-inner li{
display: inline-block;
margin:0;
padding:0;
margin-right:5px;
cursor:pointer;
text-indent: -9999;
width:18px;
height:9px;
}
.sj-splash .spl-control ul.spl-control-inner li.control-next{
background: url('../images/next.png') no-repeat scroll 0 0 transparent;
}
.sj-splash .spl-control ul.spl-control-inner li.control-prev{
background: url('../images/pre.png') no-repeat scroll 0 0 transparent;
} | 0.280518 | 0.046877 |
* {
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
background: #fff;
}
/*PADRÃO*/
strong {
font-weight: 700;
}
/*FONTS*/
.fonte-allura {
font-family: 'Allura', cursive;
color: #f08105;
}
.fonte-josefin {
font-family: 'Josefin Sans', sans-serif;
}
.fonte-merriweather {
font-family: 'Merriweather', serif;
}
/*HEADER HOME - CAPA*/
.capa {
padding: .3125rem 0;
height: 650px;
/* height: auto;*/
background: url("../Fotos/capa.jpg") no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
/*HEADERS - CAPA*/
.capa-controle {
height: 114px;
padding: 15px;
background: #fff;
position: relative;
}
/*TOPO - LOGO*/
.logo-span {
font-size: 1.25rem;
line-height: 1.25;
display: block;
max-height: 3.125rem;
overflow: hidden;
color: #fff;
font-family: 'Josefin Sans', sans-serif;
font-weight: 300;
text-transform: uppercase;
}
/*TOPO MENU - ITENS*/
#nav-principal ul {
display: flex;
justify-content: flex-end;
width: auto;
}
#nav-principal ul li {
position: relative;
margin: 0;
}
#nav-principal ul li a {
color: #fff;
text-transform: uppercase;
font-size: .9375rem;
font-weight: 500;
letter-spacing: .0625rem;
padding-left: 20px;
background-color: transparent;
}
/*PADRÃO MENU*/
#nav-principal ul li a.controle {
color: #666;
}
#nav-principal ul li a:hover {
color: #f08105;
}
/*TOPO MENU - PÁGINAS*/
#home #navegacao .home a,
#cervejaria #navegacao .cervejaria a,
#nossascervejas #navegacao .nossascervejas a,
#visitaguiada #navegacao .visitaguiada a,
#contato #navegacao .contato a {
color: #f08105;
}
/*CAPA - FONTE*/
#capa-fonte {
padding-top: 60px;
}
#capa-fonte .cerveja-primeira {
font-size: 65px;
font-weight: 400;
font-style: italic;
}
#capa-fonte .microcervejaria {
text-transform: uppercase;
font-size: 60px;
font-weight: 600;
box-sizing: border-box;
padding-top: 60px;
color: #fff;
}
#capa-fonte .cervejófilos {
text-transform: uppercase;
font-size: 1.125rem;
font-weight: 600;
box-sizing: border-box;
padding-top: 50px;
color: #fff;
}
/*--------------------------------------------------------------------------------*/
/*SECTION - PROPAGANDA*/
section {
height: 730px;
position: relative;
}
#propaganda h2 {
font-weight: 600;
text-transform: uppercase;
padding: 5px;
}
.padrao-h3 {
font-size: 3.125rem;
font-weight: 400;
padding: 5px;
}
#propaganda p {
font-size: 1rem;
color: #888;
text-align: justify;
padding: 5px;
}
.button-controle {
text-transform: uppercase;
font-size: 1rem;
font-weight: 600;
width: 256px;
height: 52px;
border: 1px solid #f08105;
color: #222;
margin-top: 15px;
}
.button-controle:hover {
border: 1px solid #222;
background-color: transparent;
}
/*SECTION - CAPA SECUNDÁRIA*/
#capa-secundaria {
background: url("../Fotos/capa-secundaria.jpg") no-repeat;
height: 620px;
background-size: cover;
background-position: center center;
position: relative;
}
/*SECTION - TABELA*/
#tabela {
height: 730px;
}
#tabela .tab-espacamento {
padding-bottom: 60px;
}
.cerveja-large {
text-transform: uppercase;
font-weight: 600;
font-size: 45px;
color: #222;
}
#tabela .tab-cerveja {
margin-top: 60px;
}
#tabela .tab-cerveja h3 {
font-size: 1.075rem;
}
#tabela table h3{
font-size: 1.75rem;
}
#tabela .tab-2-espacamento {
padding-left: 40px;
}
/*SECTION CAPA TERCIÁRIA*/
#capa-terciaria {
background: url("../Fotos/capa-terciaria.jpg") no-repeat;
height: 620px;
background-size: cover;
background-position: center center;
position: relative;
}
/*SECTION VISITA*/
#visita {
height: 507px;
}
#visita h2 {
font-weight: 600;
font-size: 2.5rem;
text-transform: uppercase;
color: #222;
}
#visita h3 {
font-size: 3.125rem;
}
#visita p {
font-size: 1rem;
text-align: justify;
}
/*FOOTER*/
footer {
height: 118px;
padding: 28px;
font-size: .875rem;
font-weight: 300;
}
#rodape-container2 h6 span {
border-bottom: 1px solid #888;
}
/*--------------------------------------------------------------------------------*/
/* CERVEJARIA */
#historia {
height: 270px;
margin-top: 45px;
padding-top: 30px;
}
#historia h2 {
text-transform: uppercase;
font-size: 2.5rem;
font-weight: 600;
color: #222;
}
#historia h3 {
font-size: 3.125rem;
font-weight: 400;
}
#historia p {
font-size: 1rem;
font-weight: 300;
text-align: justify;
}
/*SECTION CAPA CERVEJARIA*/
#capa-cervejaria {
background: url("../Fotos/capa-cervejaria.jpg") no-repeat;
background-size: cover;
background-position: center center;
/* margin-top: 40px;*/
height: 560px;
margin-top: 30px;
margin-bottom: 30px;
position: relative;
}
/*SECTION CONTEÚDO CERVEJARIA*/
#conteudo-cervejaria {
height: 540px;
padding-top: 25px;
padding-bottom: 25px;
}
#conteudo-cervejaria p {
font-size: 1rem;
font-weight: 300;
text-align: justify;
}
/*SECTION PROPAGANDA CERVEJA*/
.propaganda-cerveja-container{
height: 730px;
}
.prop-cerveja-h2 {
font-weight: 600;
font-size: 40px;
text-transform: uppercase;
padding: 5px;
color: #222;
}
.prop-cerveja-h3 {
font-size: 3.125rem;
font-weight: 500;
}
.prop-cerveja-p {
text-align: justify;
font-size: 1rem;
font-weight: 300;
padding-top: 15px;
}
/*VISITA GUIADA*/
#visitaguiada-container {
height: 507px;
}
#visitaguiada-container h2 {
font-weight: 600;
font-size: 2.5rem;
text-transform: uppercase;
color: #222;
}
#visitaguiada-container h3 {
font-size: 3.125rem;
}
#visitaguiada-container p {
font-size: 1rem;
text-align: justify;
}
/*FORMULÁRIO*/
#formulario label {
font-weight: 700;
color: #888;
font-size: 14px;
/*text-align: right;*/
}
#formulario input {
width: 354px;
height: 42px;
border-color: #9c9c9c;
}
#formulario textarea {
width: 354px;
height: 150px;
border-color: #9c9c9c;
}
/*CONTATO*/
#contato-conteudo {
height: 350px;
padding-top: 10px;
}
#contato-conteudo-container2 {
padding-left: 40px;
}
#mapa {
height: 600px;
text-align: center;
}
/*---------------------------------------------------------------------------------*/
/*MEDIA QUERIE*/
/*Portrait phones, less than 579px*/
@media (max-width: 575.98px)
{
/*CAPA - PRINCIPAL - HEADER*/
#home{
height: 300px;
background-size: cover;
background-position: right center;
}
/*CAPA CONTROLE*/
.capa-controle {
height: 90px;
}
/*LOGO*/
#home span {
font-size: 1.075rem;
}
/*LOGO CONTROLE*/
.capa-controle span {
font-size: 1.075rem;
}
/*MENU HOME - HAMBURGER*/
#home button {
color: #fff;
border: none;
width: 40px;
height: 40px;
}
/*MENU CERVEJARIA - HAMBURGER*/
#cervejaria button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU NOSSAS CERVEJAS - HAMBURGER*/
#nossascervejas button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU VISITA - HAMBURGER*/
#visitaguiada button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU CONTATO - HAMBURGER*/
#contato button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*TOPO - FONTS*/
#capa-fonte {
padding-top: 15px;
}
#capa-fonte .fonte-allura {
font-size: 2.375rem;
}
#capa-fonte .microcervejaria {
font-size: 2.375rem;
padding-top: 20px;
}
#capa-fonte .cervejófilos {
font-size: 1.125rem;
padding-top: 25px;
}
/*SECTION PROPAGANDA*/
#propaganda {
height: 718px;
padding-top: 10px;
padding-bottom: 10px;
}
#propaganda h2 {
font-size: 2rem;
}
#propaganda h3 {
font-size: 2.1875rem;
}
#propaganda p {
font-size: .95rem;
}
#propaganda button {
font-size: 1rem;
width: 224px;
height: 52px;
}
/*SECTION - CAPA SECUNDÁRIA*/
#capa-secundaria {
height: 330px;
background-size: cover;
background-position: right left;
margin-top: 50px;
margin-bottom: 50px;
}
/*SECTION - TABELA*/
#tabela {
height: 1060px;
}
.tab-espacamento {
padding-top: 100px;
}
#tabela h2 {
font-size: 40px;
}
#tabela h3 {
font-size: 2.1875rem;
}
#tabela.tab-cerveja {
padding-bottom: 40px;
}
#tabela .tab-2-espacamento {
padding-top: 15px;
}
/*SECTION - CAPA TERCIÁRIA*/
#capa-terciaria {
height: 330px;
background-size: cover;
background-position: right left;
margin-top: 50px;
margin-bottom: 50px;
}
/*SECTION VISITA*/
#visita {
height: 482px;
text-align: center;
}
#visita h2 {
font-size: 2rem;
}
#visita h3 {
font-size: 2.1875rem;
}
#visita p {
font-size: .95rem;
}
#visita .visita-container2 {
padding-top: 15px;
}
#visita button {
font-size: 1rem;
width: 224px;
height: 52px;
}
footer {
text-align: center;
height: 135px;
}
footer h6 {
font-size: .875rem;
}
#rodape-container2 h6{
text-align: center;
}
/*----------------------------------------------*/
/* CERVEJARIA */
#historia {
height: 300px;
}
#historia h2 {
font-size: 2rem;
}
#historia h3 {
font-size: 2.1875rem;
}
#historia p {
font-size: .95rem;
padding-top: 30px;
}
/*SECTION CAPA CERVEJARIA*/
#capa-cervejaria {
height: 330px;
background-size: cover;
background-position: right left;
margin-top: 25px;
margin-bottom: 25px;
}
/*----------------------------------------------*/
/* NOSSA CERVEJARIA */
.propaganda-cerveja-container {
height: 750px;
margin-top: 60px;
}
#propaganda-cerveja img {
width: 447px;
height: 340px;
}
.cerveja-impar img {
width: 447px;
height: 331px;
}
.prop-cerveja-h2 {
font-size: 30px;
}
.prop-cerveja-h3 {
font-size: 2.1875rem;
}
.prop-cerveja-p {
font-size: .95rem;
}
#cerveja3 {
padding-top: 30px;
height: 780px;
}
#cerveja3 img {
width: 447px;
height: 354px;
}
/*----------------------------------------------*/
/* VISITAS GUIADAS */
#visitaguiada-container h2 {
font-size: 2.5rem;
}
#visitaguiada-container h3 {
font-size: 2.1875rem;
}
#visitaguiada-container p {
font-size: .95rem;
}
#visitaguiada-container {
height: 800px;
padding-top: 40px;
}
#formulario {
margin-bottom: 25px;
}
#formulario input {
width: 447px;
height: 42px;
}
#formulario textarea {
width: 447px;
height: 105px;
}
#formulario button {
width: 224px;
height: 52px;
}
/*----------------------------------*/
/* CONTATO */
#contato-conteudo {
height: 500px;
}
#contato-conteudo #contato-conteudo-container2 {
padding-left: 10px;
}
#mapa {
height: 230px;
}
#mapa iframe {
width: 447px;
height: 190px;
}
}
/*Landscape phones, 576px and up*/
@media (min-width: 576px) and (max-width: 767.98px)
{
/*CAPA - PRINCIPAL - HEADER*/
#home{
height: 368px;
background-size: cover;
background-position: right center;
}
/*CAPA - CONTROLE*/
.capa-controle {
height: 90px;
}
/*LOGO*/
#home span {
font-size: 1.075rem;
}
/*LOGO CONTROLE*/
.capa-controle span {
font-size: 1.075rem;
}
/*MENU - HAMBURGER*/
#home button {
color: #fff;
border: none;
width: 40px;
height: 40px;
}
/*MENU CERVEJARIA - HAMBURGER*/
#cervejaria button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU NOSSA CERVEJARIA - HAMBURGER*/
#nossascervejas button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU VISITA GUIADA - HAMBURGER*/
#visitaguiada button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU CONTATO - HAMBURGER*/
#contato button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*TOPO - FONTS*/
#capa-fonte {
padding-top: 15px;
}
#capa-fonte .fonte-allura {
font-size: 2.375rem;
}
#capa-fonte .microcervejaria {
font-size: 2.375rem;
padding-top: 20px;
}
#capa-fonte .cervejófilos {
font-size: 1.125rem;
padding-top: 25px;
}
/*SECTION PROPAGANDA*/
#propaganda {
height: 728px;
padding-top: 10px;
padding-bottom: 10px;
}
#propaganda h2 {
font-size: 2rem;
}
#propaganda h3 {
font-size: 2.1875rem;
}
#propaganda p {
font-size: .95rem;
}
#propaganda button {
font-size: 1rem;
width: 224px;
height: 52px;
}
/*SECTION - CAPA SECUNDÁRIA*/
#capa-secundaria {
height: 350px;
background-size: cover;
background-position: right left;
margin-top: 50px;
margin-bottom: 50px;
}
/*SECTION - TABELA*/
#tabela {
height: 1100px;
padding-bottom: 30px;
}
#tabela h2 {
font-size: 40px;
}
#tabela h3 {
font-size: 2.1875rem;
}
#tabela.tab-cerveja {
padding-bottom: 40px;
}
#tabela .tab-cerveja h3 {
font-size: .95rem;
}
#tabela .tab-2-espacamento {
padding-top: 15px;
}
/*SECTION - CAPA TERCIÁRIA*/
#capa-terciaria {
height: 575px;
background-size: cover;
background-position: left right;
margin-top: 50px;
margin-bottom: 50px;
}
/*SECTION VISITA*/
#visita {
height: 518px;
text-align: center;
}
#visita h2 {
font-size: 2rem;
}
#visita h3 {
font-size: 2.1875rem;
}
#visita p {
font-size: .95rem;
}
#visita .visita-container2 {
padding-top: 15px;
}
#visita button {
font-size: 1rem;
width: 224px;
height: 52px;
}
/*FOOTER*/
footer {
text-align: center;
height: 139px;
}
footer h6 {
font-size: .875rem;
}
#rodape-container2 h6{
text-align: center;
}
/*----------------------------------------------*/
/* CERVEJARIA */
#historia {
height: 300px;
}
#historia h2 {
font-size: 2rem;
}
#historia h3 {
font-size: 2.1875rem;
}
#historia p {
font-size: .95rem;
padding-top: 30px;
}
/*SECTION CAPA CERVEJARIA*/
#capa-cervejaria {
height: 350px;
background-size: cover;
background-position: right left;
margin-top: 25px;
margin-bottom: 25px;
}
/*----------------------------------------------*/
/* NOSSA CERVEJARIA */
.propaganda-cerveja-container {
height: 750px;
margin-top: 60px;
}
#propaganda-cerveja img {
width: 508px;
height: 386px;
}
.prop-cerveja-h2 {
font-size: 30px;
}
.prop-cerveja-h3 {
font-size: 2.1875rem;
}
.prop-cerveja-p {
font-size: .95rem;
}
/*----------------------------------------------*/
/* VISITAS GUIADAS */
#visitaguiada-container h2 {
font-size: 2.5rem;
}
#visitaguiada-container h3 {
font-size: 2.1875rem;
}
#visitaguiada-container p {
font-size: .95rem;
}
#visitaguiada-container {
height: 800px;
padding-top: 10px;
}
#formulario {
margin-bottom: 25px;
}
#formulario input {
width: 530px;
height: 42px;
}
#formulario textarea {
width: 530px;
height: 105px;
}
#formulario button {
width: 224px;
height: 52px;
}
/*----------------------------------*/
/* CONTATO */
#contato-conteudo {
height: 450px;
}
#contato-conteudo #contato-conteudo-container2 {
padding-left: 10px;
}
#mapa {
height: 280px;
}
#mapa iframe {
width: 538px;
height: 229px;
}
}
/*Tablets, 768px and up*/
@media (min-width: 768px) and (max-width: 991.98px)
{
/*CAPA - PRINCIPAL - HEADER*/
#home{
height: 400px;
background-size: cover;
background-position: right center;
}
/*CAPA CONTROLE*/
.capa-controle {
height: 90px;
}
/*LOGO*/
#home span {
font-size: 1.25rem;
}
/*MENU - HAMBURGER*/
#home button {
color: #fff;
border: none;
width: 40px;
height: 40px;
}
/*MENU CERVEJARIA - HAMBURGER*/
#cervejaria button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU NOSSA CERVEJARIA - HAMBURGER*/
#nossascervejas button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU VISITA GUIADA - HAMBURGER*/
#visitaguiada button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU CONTATO - HAMBURGER*/
#contato button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*LOGO CONTROLE*/
.capa-controle span {
font-size: 1.25rem;
}
/*TOPO - FONTS*/
#capa-fonte {
padding-top: 15px;
}
#capa-fonte .fonte-allura {
font-size: 3.5rem;
}
#capa-fonte .microcervejaria {
font-size: 3.5rem;
padding-top: 20px;
}
#capa-fonte .cervejófilos {
font-size: 1.125rem;
padding-top: 25px;
}
/*SECTION PROPAGANDA*/
#propaganda {
height: 587px;
padding-top: 10px;
padding-bottom: 10px;
}
#propaganda h2 {
font-size: 2rem;
}
#propaganda h3 {
font-size: 2.1875rem;
}
#propaganda p {
font-size: .95rem;
}
#propaganda button {
font-size: 1rem;
width: 327px;
height: 52px;
}
/*SECTION - CAPA SECUNDÁRIA*/
#capa-secundaria {
height: 530px;
background-size: cover;
background-position: right left;
margin-top: 50px;
margin-bottom: 50px;
}
/*SECTION - TABELA*/
#tabela {
height: 550px;
}
#tabela .tab-espacamento h2 {
font-size: 25px;
}
#tabela .tab-espacamento h3 {
font-size: 2.1875rem;
}
#tabela .tab-cerveja h3 {
font-size: .95rem;
}
.tab-espacamento {
padding-top: 5px;
}
/*SECTION - CAPA TERCIÁRIA*/
#capa-terciaria {
height: 570px;
background-size: cover;
background-position: left center;
margin-top: 50px;
margin-bottom: 50px;
}
/*SECTION VISITA*/
#visita {
height: 463px;
}
#visita h2 {
font-size: 2rem;
}
#visita h3 {
font-size: 2.1875rem;
}
#visita p {
font-size: .95rem;
}
#visita button {
font-size: 1rem;
width: 327px;
height: 52px;
}
/*FOOTER*/
footer {
text-align: center;
height: 139px;
}
footer h6 {
font-size: .875rem;
}
#rodape-container2 h6{
text-align: center;
}
/*----------------------------------------------*/
/* CERVEJARIA */
#historia {
height: 300px;
}
#historia h2 {
font-size: 2rem;
}
#historia h3 {
font-size: 2.1875rem;
}
#historia p {
font-size: .95rem;
padding-top: 30px;
}
/*SECTION CAPA CERVEJARIA*/
#capa-cervejaria {
height: 430px;
background-size: cover;
background-position: right left;
margin-top: 25px;
margin-bottom: 25px;
}
/*SECTION CONTEÚDO CERVEJARIA*/
#conteudo-cervejaria {
height: 800px;
}
/*----------------------------------------------*/
/* NOSSA CERVEJARIA */
.propaganda-cerveja-container {
height: 500px;
margin-top: 60px;
}
#propaganda-cerveja img {
width: 372px;
height: 282px;
}
.cerveja-impar img {
width: 404px;
height: 300px;
}
.prop-cerveja-h2 {
font-size: 30px;
}
.prop-cerveja-h3 {
font-size: 2.1875rem;
}
.prop-cerveja-p {
font-size: .95rem;
}
#cerveja3 {
padding-top: 30px;
height: 480px;
}
#cerveja3 img {
width: 363px;
height: 287px;
}
/*----------------------------------------------*/
/* VISITAS GUIADAS */
#visitaguiada-container h2 {
font-size: 2.5rem;
}
#visitaguiada-container h3 {
font-size: 2.1875rem;
}
#visitaguiada-container p {
font-size: .95rem;
}
#visitaguiada-container {
height: 510px;
padding-top: 10px;
}
#formulario {
margin-right: 25px;
}
#formulario input {
width: 335px;
height: 42px;
}
#formulario textarea {
width: 335px;
height: 105px;
}
#formulario button {
width: 335px;
height: 52px;
}
/*----------------------------------*/
/* CONTATO */
#contato-conteudo {
height: 350px;
}
#contato-conteudo #contato-conteudo-container2 {
padding-bottom: 45px;
}
#mapa {
height: 350px;
}
#mapa iframe {
width: 702px;
height: 300px;
}
}
/*Desktop, 992px and up*/
@media (min-width: 992px) and (max-width: 1199.98px)
{
/*SECTION PROPAGANDA*/
#propaganda {
height: 513px;
padding-top: 10px;
padding-bottom: 10px;
}
#propaganda img {
width: 390px;
height: 298px;
}
#propaganda h2 {
font-size: 2rem;
}
#propaganda h3 {
font-size: 2.1875rem;
}
#propaganda p {
font-size: .95rem;
}
#propaganda button {
font-size: 1rem;
width: 224px;
height: 52px;
}
/*SECTION - TABELA*/
#tabela {
height: 680px;
padding-top: 170px;
padding-bottom: 170px;
}
#tabela .tab-espacamento h2 {
font-size: 35px;
}
#tabela .tab-espacamento h3 {
font-size: 2.1875rem;
}
#tabela .tab-cerveja h3 {
font-size: 1rem;
}
/*SECTION - CAPA TERCIÁRIA*/
#capa-terciaria {
height: 570px;
background-size: cover;
background-position: left center;
margin-top: 50px;
margin-bottom: 50px;
}
/*SECTION VISITA*/
#visita {
height: 468px;
}
#visita h2 {
font-size: 2rem;
}
#visita h3 {
font-size: 2.1875rem;
}
#visita p {
font-size: .95rem;
}
#visita button {
font-size: 1rem;
width: 224px;
height: 52px;
}
/*----------------------------------------------*/
/* CERVEJARIA */
#historia {
height: 300px;
}
#historia h2 {
font-size: 2rem;
}
#historia h3 {
font-size: 2.1875rem;
}
#historia p {
font-size: .95rem;
}
/*SECTION CAPA CERVEJARIA*/
#capa-cervejaria {
height: 470px;
background-size: cover;
background-position: right left;
margin-top: 25px;
margin-bottom: 25px;
}
/*----------------------------------------------*/
/* NOSSA CERVEJARIA */
.propaganda-cerveja-container {
height: 650px;
margin-top: 60px;
}
#propaganda-cerveja img {
width: 440px;
height: 334px;
}
.cerveja-impar img {
width: 495px;
height: 367px;
}
.prop-cerveja-h2 {
font-size: 30px;
}
.prop-cerveja-h3 {
font-size: 2.1875rem;
}
.prop-cerveja-p {
font-size: .95rem;
}
/*----------------------------------------------*/
/* VISITAS GUIADAS */
#visitaguiada-container h2 {
font-size: 2.5rem;
}
#visitaguiada-container h3 {
font-size: 2.1875rem;
}
#visitaguiada-container p {
font-size: .95rem;
}
#visitaguiada-container {
height: 500px;
padding-top: 10px;
}
#formulario {
margin-bottom: 25px;
}
#formulario input {
width: 437px;
height: 42px;
}
#formulario textarea {
width: 437px;
height: 105px;
}
#formulario button {
width: 224px;
height: 52px;
}
/*----------------------------------*/
/* CONTATO */
#contato-conteudo {
height: 350px;
}
#contato-conteudo #contato-conteudo-container2 {
padding-bottom: 45px;
}
#mapa {
height: 450px;
}
#mapa iframe {
width: 933px;
height: 397px;
}
}
@media (min-width: 1200px)
{
} | css/estilo.css | * {
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
background: #fff;
}
/*PADRÃO*/
strong {
font-weight: 700;
}
/*FONTS*/
.fonte-allura {
font-family: 'Allura', cursive;
color: #f08105;
}
.fonte-josefin {
font-family: 'Josefin Sans', sans-serif;
}
.fonte-merriweather {
font-family: 'Merriweather', serif;
}
/*HEADER HOME - CAPA*/
.capa {
padding: .3125rem 0;
height: 650px;
/* height: auto;*/
background: url("../Fotos/capa.jpg") no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
/*HEADERS - CAPA*/
.capa-controle {
height: 114px;
padding: 15px;
background: #fff;
position: relative;
}
/*TOPO - LOGO*/
.logo-span {
font-size: 1.25rem;
line-height: 1.25;
display: block;
max-height: 3.125rem;
overflow: hidden;
color: #fff;
font-family: 'Josefin Sans', sans-serif;
font-weight: 300;
text-transform: uppercase;
}
/*TOPO MENU - ITENS*/
#nav-principal ul {
display: flex;
justify-content: flex-end;
width: auto;
}
#nav-principal ul li {
position: relative;
margin: 0;
}
#nav-principal ul li a {
color: #fff;
text-transform: uppercase;
font-size: .9375rem;
font-weight: 500;
letter-spacing: .0625rem;
padding-left: 20px;
background-color: transparent;
}
/*PADRÃO MENU*/
#nav-principal ul li a.controle {
color: #666;
}
#nav-principal ul li a:hover {
color: #f08105;
}
/*TOPO MENU - PÁGINAS*/
#home #navegacao .home a,
#cervejaria #navegacao .cervejaria a,
#nossascervejas #navegacao .nossascervejas a,
#visitaguiada #navegacao .visitaguiada a,
#contato #navegacao .contato a {
color: #f08105;
}
/*CAPA - FONTE*/
#capa-fonte {
padding-top: 60px;
}
#capa-fonte .cerveja-primeira {
font-size: 65px;
font-weight: 400;
font-style: italic;
}
#capa-fonte .microcervejaria {
text-transform: uppercase;
font-size: 60px;
font-weight: 600;
box-sizing: border-box;
padding-top: 60px;
color: #fff;
}
#capa-fonte .cervejófilos {
text-transform: uppercase;
font-size: 1.125rem;
font-weight: 600;
box-sizing: border-box;
padding-top: 50px;
color: #fff;
}
/*--------------------------------------------------------------------------------*/
/*SECTION - PROPAGANDA*/
section {
height: 730px;
position: relative;
}
#propaganda h2 {
font-weight: 600;
text-transform: uppercase;
padding: 5px;
}
.padrao-h3 {
font-size: 3.125rem;
font-weight: 400;
padding: 5px;
}
#propaganda p {
font-size: 1rem;
color: #888;
text-align: justify;
padding: 5px;
}
.button-controle {
text-transform: uppercase;
font-size: 1rem;
font-weight: 600;
width: 256px;
height: 52px;
border: 1px solid #f08105;
color: #222;
margin-top: 15px;
}
.button-controle:hover {
border: 1px solid #222;
background-color: transparent;
}
/*SECTION - CAPA SECUNDÁRIA*/
#capa-secundaria {
background: url("../Fotos/capa-secundaria.jpg") no-repeat;
height: 620px;
background-size: cover;
background-position: center center;
position: relative;
}
/*SECTION - TABELA*/
#tabela {
height: 730px;
}
#tabela .tab-espacamento {
padding-bottom: 60px;
}
.cerveja-large {
text-transform: uppercase;
font-weight: 600;
font-size: 45px;
color: #222;
}
#tabela .tab-cerveja {
margin-top: 60px;
}
#tabela .tab-cerveja h3 {
font-size: 1.075rem;
}
#tabela table h3{
font-size: 1.75rem;
}
#tabela .tab-2-espacamento {
padding-left: 40px;
}
/*SECTION CAPA TERCIÁRIA*/
#capa-terciaria {
background: url("../Fotos/capa-terciaria.jpg") no-repeat;
height: 620px;
background-size: cover;
background-position: center center;
position: relative;
}
/*SECTION VISITA*/
#visita {
height: 507px;
}
#visita h2 {
font-weight: 600;
font-size: 2.5rem;
text-transform: uppercase;
color: #222;
}
#visita h3 {
font-size: 3.125rem;
}
#visita p {
font-size: 1rem;
text-align: justify;
}
/*FOOTER*/
footer {
height: 118px;
padding: 28px;
font-size: .875rem;
font-weight: 300;
}
#rodape-container2 h6 span {
border-bottom: 1px solid #888;
}
/*--------------------------------------------------------------------------------*/
/* CERVEJARIA */
#historia {
height: 270px;
margin-top: 45px;
padding-top: 30px;
}
#historia h2 {
text-transform: uppercase;
font-size: 2.5rem;
font-weight: 600;
color: #222;
}
#historia h3 {
font-size: 3.125rem;
font-weight: 400;
}
#historia p {
font-size: 1rem;
font-weight: 300;
text-align: justify;
}
/*SECTION CAPA CERVEJARIA*/
#capa-cervejaria {
background: url("../Fotos/capa-cervejaria.jpg") no-repeat;
background-size: cover;
background-position: center center;
/* margin-top: 40px;*/
height: 560px;
margin-top: 30px;
margin-bottom: 30px;
position: relative;
}
/*SECTION CONTEÚDO CERVEJARIA*/
#conteudo-cervejaria {
height: 540px;
padding-top: 25px;
padding-bottom: 25px;
}
#conteudo-cervejaria p {
font-size: 1rem;
font-weight: 300;
text-align: justify;
}
/*SECTION PROPAGANDA CERVEJA*/
.propaganda-cerveja-container{
height: 730px;
}
.prop-cerveja-h2 {
font-weight: 600;
font-size: 40px;
text-transform: uppercase;
padding: 5px;
color: #222;
}
.prop-cerveja-h3 {
font-size: 3.125rem;
font-weight: 500;
}
.prop-cerveja-p {
text-align: justify;
font-size: 1rem;
font-weight: 300;
padding-top: 15px;
}
/*VISITA GUIADA*/
#visitaguiada-container {
height: 507px;
}
#visitaguiada-container h2 {
font-weight: 600;
font-size: 2.5rem;
text-transform: uppercase;
color: #222;
}
#visitaguiada-container h3 {
font-size: 3.125rem;
}
#visitaguiada-container p {
font-size: 1rem;
text-align: justify;
}
/*FORMULÁRIO*/
#formulario label {
font-weight: 700;
color: #888;
font-size: 14px;
/*text-align: right;*/
}
#formulario input {
width: 354px;
height: 42px;
border-color: #9c9c9c;
}
#formulario textarea {
width: 354px;
height: 150px;
border-color: #9c9c9c;
}
/*CONTATO*/
#contato-conteudo {
height: 350px;
padding-top: 10px;
}
#contato-conteudo-container2 {
padding-left: 40px;
}
#mapa {
height: 600px;
text-align: center;
}
/*---------------------------------------------------------------------------------*/
/*MEDIA QUERIE*/
/*Portrait phones, less than 579px*/
@media (max-width: 575.98px)
{
/*CAPA - PRINCIPAL - HEADER*/
#home{
height: 300px;
background-size: cover;
background-position: right center;
}
/*CAPA CONTROLE*/
.capa-controle {
height: 90px;
}
/*LOGO*/
#home span {
font-size: 1.075rem;
}
/*LOGO CONTROLE*/
.capa-controle span {
font-size: 1.075rem;
}
/*MENU HOME - HAMBURGER*/
#home button {
color: #fff;
border: none;
width: 40px;
height: 40px;
}
/*MENU CERVEJARIA - HAMBURGER*/
#cervejaria button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU NOSSAS CERVEJAS - HAMBURGER*/
#nossascervejas button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU VISITA - HAMBURGER*/
#visitaguiada button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU CONTATO - HAMBURGER*/
#contato button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*TOPO - FONTS*/
#capa-fonte {
padding-top: 15px;
}
#capa-fonte .fonte-allura {
font-size: 2.375rem;
}
#capa-fonte .microcervejaria {
font-size: 2.375rem;
padding-top: 20px;
}
#capa-fonte .cervejófilos {
font-size: 1.125rem;
padding-top: 25px;
}
/*SECTION PROPAGANDA*/
#propaganda {
height: 718px;
padding-top: 10px;
padding-bottom: 10px;
}
#propaganda h2 {
font-size: 2rem;
}
#propaganda h3 {
font-size: 2.1875rem;
}
#propaganda p {
font-size: .95rem;
}
#propaganda button {
font-size: 1rem;
width: 224px;
height: 52px;
}
/*SECTION - CAPA SECUNDÁRIA*/
#capa-secundaria {
height: 330px;
background-size: cover;
background-position: right left;
margin-top: 50px;
margin-bottom: 50px;
}
/*SECTION - TABELA*/
#tabela {
height: 1060px;
}
.tab-espacamento {
padding-top: 100px;
}
#tabela h2 {
font-size: 40px;
}
#tabela h3 {
font-size: 2.1875rem;
}
#tabela.tab-cerveja {
padding-bottom: 40px;
}
#tabela .tab-2-espacamento {
padding-top: 15px;
}
/*SECTION - CAPA TERCIÁRIA*/
#capa-terciaria {
height: 330px;
background-size: cover;
background-position: right left;
margin-top: 50px;
margin-bottom: 50px;
}
/*SECTION VISITA*/
#visita {
height: 482px;
text-align: center;
}
#visita h2 {
font-size: 2rem;
}
#visita h3 {
font-size: 2.1875rem;
}
#visita p {
font-size: .95rem;
}
#visita .visita-container2 {
padding-top: 15px;
}
#visita button {
font-size: 1rem;
width: 224px;
height: 52px;
}
footer {
text-align: center;
height: 135px;
}
footer h6 {
font-size: .875rem;
}
#rodape-container2 h6{
text-align: center;
}
/*----------------------------------------------*/
/* CERVEJARIA */
#historia {
height: 300px;
}
#historia h2 {
font-size: 2rem;
}
#historia h3 {
font-size: 2.1875rem;
}
#historia p {
font-size: .95rem;
padding-top: 30px;
}
/*SECTION CAPA CERVEJARIA*/
#capa-cervejaria {
height: 330px;
background-size: cover;
background-position: right left;
margin-top: 25px;
margin-bottom: 25px;
}
/*----------------------------------------------*/
/* NOSSA CERVEJARIA */
.propaganda-cerveja-container {
height: 750px;
margin-top: 60px;
}
#propaganda-cerveja img {
width: 447px;
height: 340px;
}
.cerveja-impar img {
width: 447px;
height: 331px;
}
.prop-cerveja-h2 {
font-size: 30px;
}
.prop-cerveja-h3 {
font-size: 2.1875rem;
}
.prop-cerveja-p {
font-size: .95rem;
}
#cerveja3 {
padding-top: 30px;
height: 780px;
}
#cerveja3 img {
width: 447px;
height: 354px;
}
/*----------------------------------------------*/
/* VISITAS GUIADAS */
#visitaguiada-container h2 {
font-size: 2.5rem;
}
#visitaguiada-container h3 {
font-size: 2.1875rem;
}
#visitaguiada-container p {
font-size: .95rem;
}
#visitaguiada-container {
height: 800px;
padding-top: 40px;
}
#formulario {
margin-bottom: 25px;
}
#formulario input {
width: 447px;
height: 42px;
}
#formulario textarea {
width: 447px;
height: 105px;
}
#formulario button {
width: 224px;
height: 52px;
}
/*----------------------------------*/
/* CONTATO */
#contato-conteudo {
height: 500px;
}
#contato-conteudo #contato-conteudo-container2 {
padding-left: 10px;
}
#mapa {
height: 230px;
}
#mapa iframe {
width: 447px;
height: 190px;
}
}
/*Landscape phones, 576px and up*/
@media (min-width: 576px) and (max-width: 767.98px)
{
/*CAPA - PRINCIPAL - HEADER*/
#home{
height: 368px;
background-size: cover;
background-position: right center;
}
/*CAPA - CONTROLE*/
.capa-controle {
height: 90px;
}
/*LOGO*/
#home span {
font-size: 1.075rem;
}
/*LOGO CONTROLE*/
.capa-controle span {
font-size: 1.075rem;
}
/*MENU - HAMBURGER*/
#home button {
color: #fff;
border: none;
width: 40px;
height: 40px;
}
/*MENU CERVEJARIA - HAMBURGER*/
#cervejaria button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU NOSSA CERVEJARIA - HAMBURGER*/
#nossascervejas button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU VISITA GUIADA - HAMBURGER*/
#visitaguiada button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU CONTATO - HAMBURGER*/
#contato button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*TOPO - FONTS*/
#capa-fonte {
padding-top: 15px;
}
#capa-fonte .fonte-allura {
font-size: 2.375rem;
}
#capa-fonte .microcervejaria {
font-size: 2.375rem;
padding-top: 20px;
}
#capa-fonte .cervejófilos {
font-size: 1.125rem;
padding-top: 25px;
}
/*SECTION PROPAGANDA*/
#propaganda {
height: 728px;
padding-top: 10px;
padding-bottom: 10px;
}
#propaganda h2 {
font-size: 2rem;
}
#propaganda h3 {
font-size: 2.1875rem;
}
#propaganda p {
font-size: .95rem;
}
#propaganda button {
font-size: 1rem;
width: 224px;
height: 52px;
}
/*SECTION - CAPA SECUNDÁRIA*/
#capa-secundaria {
height: 350px;
background-size: cover;
background-position: right left;
margin-top: 50px;
margin-bottom: 50px;
}
/*SECTION - TABELA*/
#tabela {
height: 1100px;
padding-bottom: 30px;
}
#tabela h2 {
font-size: 40px;
}
#tabela h3 {
font-size: 2.1875rem;
}
#tabela.tab-cerveja {
padding-bottom: 40px;
}
#tabela .tab-cerveja h3 {
font-size: .95rem;
}
#tabela .tab-2-espacamento {
padding-top: 15px;
}
/*SECTION - CAPA TERCIÁRIA*/
#capa-terciaria {
height: 575px;
background-size: cover;
background-position: left right;
margin-top: 50px;
margin-bottom: 50px;
}
/*SECTION VISITA*/
#visita {
height: 518px;
text-align: center;
}
#visita h2 {
font-size: 2rem;
}
#visita h3 {
font-size: 2.1875rem;
}
#visita p {
font-size: .95rem;
}
#visita .visita-container2 {
padding-top: 15px;
}
#visita button {
font-size: 1rem;
width: 224px;
height: 52px;
}
/*FOOTER*/
footer {
text-align: center;
height: 139px;
}
footer h6 {
font-size: .875rem;
}
#rodape-container2 h6{
text-align: center;
}
/*----------------------------------------------*/
/* CERVEJARIA */
#historia {
height: 300px;
}
#historia h2 {
font-size: 2rem;
}
#historia h3 {
font-size: 2.1875rem;
}
#historia p {
font-size: .95rem;
padding-top: 30px;
}
/*SECTION CAPA CERVEJARIA*/
#capa-cervejaria {
height: 350px;
background-size: cover;
background-position: right left;
margin-top: 25px;
margin-bottom: 25px;
}
/*----------------------------------------------*/
/* NOSSA CERVEJARIA */
.propaganda-cerveja-container {
height: 750px;
margin-top: 60px;
}
#propaganda-cerveja img {
width: 508px;
height: 386px;
}
.prop-cerveja-h2 {
font-size: 30px;
}
.prop-cerveja-h3 {
font-size: 2.1875rem;
}
.prop-cerveja-p {
font-size: .95rem;
}
/*----------------------------------------------*/
/* VISITAS GUIADAS */
#visitaguiada-container h2 {
font-size: 2.5rem;
}
#visitaguiada-container h3 {
font-size: 2.1875rem;
}
#visitaguiada-container p {
font-size: .95rem;
}
#visitaguiada-container {
height: 800px;
padding-top: 10px;
}
#formulario {
margin-bottom: 25px;
}
#formulario input {
width: 530px;
height: 42px;
}
#formulario textarea {
width: 530px;
height: 105px;
}
#formulario button {
width: 224px;
height: 52px;
}
/*----------------------------------*/
/* CONTATO */
#contato-conteudo {
height: 450px;
}
#contato-conteudo #contato-conteudo-container2 {
padding-left: 10px;
}
#mapa {
height: 280px;
}
#mapa iframe {
width: 538px;
height: 229px;
}
}
/*Tablets, 768px and up*/
@media (min-width: 768px) and (max-width: 991.98px)
{
/*CAPA - PRINCIPAL - HEADER*/
#home{
height: 400px;
background-size: cover;
background-position: right center;
}
/*CAPA CONTROLE*/
.capa-controle {
height: 90px;
}
/*LOGO*/
#home span {
font-size: 1.25rem;
}
/*MENU - HAMBURGER*/
#home button {
color: #fff;
border: none;
width: 40px;
height: 40px;
}
/*MENU CERVEJARIA - HAMBURGER*/
#cervejaria button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU NOSSA CERVEJARIA - HAMBURGER*/
#nossascervejas button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU VISITA GUIADA - HAMBURGER*/
#visitaguiada button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*MENU CONTATO - HAMBURGER*/
#contato button {
color:black;
border: none;
width: 40px;
height: 40px;
}
/*LOGO CONTROLE*/
.capa-controle span {
font-size: 1.25rem;
}
/*TOPO - FONTS*/
#capa-fonte {
padding-top: 15px;
}
#capa-fonte .fonte-allura {
font-size: 3.5rem;
}
#capa-fonte .microcervejaria {
font-size: 3.5rem;
padding-top: 20px;
}
#capa-fonte .cervejófilos {
font-size: 1.125rem;
padding-top: 25px;
}
/*SECTION PROPAGANDA*/
#propaganda {
height: 587px;
padding-top: 10px;
padding-bottom: 10px;
}
#propaganda h2 {
font-size: 2rem;
}
#propaganda h3 {
font-size: 2.1875rem;
}
#propaganda p {
font-size: .95rem;
}
#propaganda button {
font-size: 1rem;
width: 327px;
height: 52px;
}
/*SECTION - CAPA SECUNDÁRIA*/
#capa-secundaria {
height: 530px;
background-size: cover;
background-position: right left;
margin-top: 50px;
margin-bottom: 50px;
}
/*SECTION - TABELA*/
#tabela {
height: 550px;
}
#tabela .tab-espacamento h2 {
font-size: 25px;
}
#tabela .tab-espacamento h3 {
font-size: 2.1875rem;
}
#tabela .tab-cerveja h3 {
font-size: .95rem;
}
.tab-espacamento {
padding-top: 5px;
}
/*SECTION - CAPA TERCIÁRIA*/
#capa-terciaria {
height: 570px;
background-size: cover;
background-position: left center;
margin-top: 50px;
margin-bottom: 50px;
}
/*SECTION VISITA*/
#visita {
height: 463px;
}
#visita h2 {
font-size: 2rem;
}
#visita h3 {
font-size: 2.1875rem;
}
#visita p {
font-size: .95rem;
}
#visita button {
font-size: 1rem;
width: 327px;
height: 52px;
}
/*FOOTER*/
footer {
text-align: center;
height: 139px;
}
footer h6 {
font-size: .875rem;
}
#rodape-container2 h6{
text-align: center;
}
/*----------------------------------------------*/
/* CERVEJARIA */
#historia {
height: 300px;
}
#historia h2 {
font-size: 2rem;
}
#historia h3 {
font-size: 2.1875rem;
}
#historia p {
font-size: .95rem;
padding-top: 30px;
}
/*SECTION CAPA CERVEJARIA*/
#capa-cervejaria {
height: 430px;
background-size: cover;
background-position: right left;
margin-top: 25px;
margin-bottom: 25px;
}
/*SECTION CONTEÚDO CERVEJARIA*/
#conteudo-cervejaria {
height: 800px;
}
/*----------------------------------------------*/
/* NOSSA CERVEJARIA */
.propaganda-cerveja-container {
height: 500px;
margin-top: 60px;
}
#propaganda-cerveja img {
width: 372px;
height: 282px;
}
.cerveja-impar img {
width: 404px;
height: 300px;
}
.prop-cerveja-h2 {
font-size: 30px;
}
.prop-cerveja-h3 {
font-size: 2.1875rem;
}
.prop-cerveja-p {
font-size: .95rem;
}
#cerveja3 {
padding-top: 30px;
height: 480px;
}
#cerveja3 img {
width: 363px;
height: 287px;
}
/*----------------------------------------------*/
/* VISITAS GUIADAS */
#visitaguiada-container h2 {
font-size: 2.5rem;
}
#visitaguiada-container h3 {
font-size: 2.1875rem;
}
#visitaguiada-container p {
font-size: .95rem;
}
#visitaguiada-container {
height: 510px;
padding-top: 10px;
}
#formulario {
margin-right: 25px;
}
#formulario input {
width: 335px;
height: 42px;
}
#formulario textarea {
width: 335px;
height: 105px;
}
#formulario button {
width: 335px;
height: 52px;
}
/*----------------------------------*/
/* CONTATO */
#contato-conteudo {
height: 350px;
}
#contato-conteudo #contato-conteudo-container2 {
padding-bottom: 45px;
}
#mapa {
height: 350px;
}
#mapa iframe {
width: 702px;
height: 300px;
}
}
/*Desktop, 992px and up*/
@media (min-width: 992px) and (max-width: 1199.98px)
{
/*SECTION PROPAGANDA*/
#propaganda {
height: 513px;
padding-top: 10px;
padding-bottom: 10px;
}
#propaganda img {
width: 390px;
height: 298px;
}
#propaganda h2 {
font-size: 2rem;
}
#propaganda h3 {
font-size: 2.1875rem;
}
#propaganda p {
font-size: .95rem;
}
#propaganda button {
font-size: 1rem;
width: 224px;
height: 52px;
}
/*SECTION - TABELA*/
#tabela {
height: 680px;
padding-top: 170px;
padding-bottom: 170px;
}
#tabela .tab-espacamento h2 {
font-size: 35px;
}
#tabela .tab-espacamento h3 {
font-size: 2.1875rem;
}
#tabela .tab-cerveja h3 {
font-size: 1rem;
}
/*SECTION - CAPA TERCIÁRIA*/
#capa-terciaria {
height: 570px;
background-size: cover;
background-position: left center;
margin-top: 50px;
margin-bottom: 50px;
}
/*SECTION VISITA*/
#visita {
height: 468px;
}
#visita h2 {
font-size: 2rem;
}
#visita h3 {
font-size: 2.1875rem;
}
#visita p {
font-size: .95rem;
}
#visita button {
font-size: 1rem;
width: 224px;
height: 52px;
}
/*----------------------------------------------*/
/* CERVEJARIA */
#historia {
height: 300px;
}
#historia h2 {
font-size: 2rem;
}
#historia h3 {
font-size: 2.1875rem;
}
#historia p {
font-size: .95rem;
}
/*SECTION CAPA CERVEJARIA*/
#capa-cervejaria {
height: 470px;
background-size: cover;
background-position: right left;
margin-top: 25px;
margin-bottom: 25px;
}
/*----------------------------------------------*/
/* NOSSA CERVEJARIA */
.propaganda-cerveja-container {
height: 650px;
margin-top: 60px;
}
#propaganda-cerveja img {
width: 440px;
height: 334px;
}
.cerveja-impar img {
width: 495px;
height: 367px;
}
.prop-cerveja-h2 {
font-size: 30px;
}
.prop-cerveja-h3 {
font-size: 2.1875rem;
}
.prop-cerveja-p {
font-size: .95rem;
}
/*----------------------------------------------*/
/* VISITAS GUIADAS */
#visitaguiada-container h2 {
font-size: 2.5rem;
}
#visitaguiada-container h3 {
font-size: 2.1875rem;
}
#visitaguiada-container p {
font-size: .95rem;
}
#visitaguiada-container {
height: 500px;
padding-top: 10px;
}
#formulario {
margin-bottom: 25px;
}
#formulario input {
width: 437px;
height: 42px;
}
#formulario textarea {
width: 437px;
height: 105px;
}
#formulario button {
width: 224px;
height: 52px;
}
/*----------------------------------*/
/* CONTATO */
#contato-conteudo {
height: 350px;
}
#contato-conteudo #contato-conteudo-container2 {
padding-bottom: 45px;
}
#mapa {
height: 450px;
}
#mapa iframe {
width: 933px;
height: 397px;
}
}
@media (min-width: 1200px)
{
} | 0.278846 | 0.081776 |
.u-background-color-000 {
background-color: #000 !important;
}
.u-border-color-000 {
border-color: #000 !important;
}
.u-text-color-000 {
color: #000 !important;
}
.u-fill-color-000 {
fill: #000 !important;
}
.u-stroke-color-000 {
stroke: #000 !important;
}
.u-background-color-001 {
background-color: #001 !important;
}
.u-border-color-001 {
border-color: #001 !important;
}
.u-text-color-001 {
color: #001 !important;
}
.u-fill-color-001 {
fill: #001 !important;
}
.u-stroke-color-001 {
stroke: #001 !important;
}
.u-background-color-002 {
background-color: #002 !important;
}
.u-border-color-002 {
border-color: #002 !important;
}
.u-text-color-002 {
color: #002 !important;
}
.u-fill-color-002 {
fill: #002 !important;
}
.u-stroke-color-002 {
stroke: #002 !important;
}
.u-background-color-003 {
background-color: #003 !important;
}
.u-border-color-003 {
border-color: #003 !important;
}
.u-text-color-003 {
color: #003 !important;
}
.u-fill-color-003 {
fill: #003 !important;
}
.u-stroke-color-003 {
stroke: #003 !important;
}
.u-background-color-004 {
background-color: #004 !important;
}
.u-border-color-004 {
border-color: #004 !important;
}
.u-text-color-004 {
color: #004 !important;
}
.u-fill-color-004 {
fill: #004 !important;
}
.u-stroke-color-004 {
stroke: #004 !important;
}
.u-background-color-005 {
background-color: #005 !important;
}
.u-border-color-005 {
border-color: #005 !important;
}
.u-text-color-005 {
color: #005 !important;
}
.u-fill-color-005 {
fill: #005 !important;
}
.u-stroke-color-005 {
stroke: #005 !important;
}
.u-background-color-006 {
background-color: #006 !important;
}
.u-border-color-006 {
border-color: #006 !important;
}
.u-text-color-006 {
color: #006 !important;
}
.u-fill-color-006 {
fill: #006 !important;
}
.u-stroke-color-006 {
stroke: #006 !important;
}
.u-background-color-007 {
background-color: #007 !important;
}
.u-border-color-007 {
border-color: #007 !important;
}
.u-text-color-007 {
color: #007 !important;
}
.u-fill-color-007 {
fill: #007 !important;
}
.u-stroke-color-007 {
stroke: #007 !important;
}
.u-background-color-008 {
background-color: #008 !important;
}
.u-border-color-008 {
border-color: #008 !important;
}
.u-text-color-008 {
color: #008 !important;
}
.u-fill-color-008 {
fill: #008 !important;
}
.u-stroke-color-008 {
stroke: #008 !important;
}
.u-background-color-009 {
background-color: #009 !important;
}
.u-border-color-009 {
border-color: #009 !important;
}
.u-text-color-009 {
color: #009 !important;
}
.u-fill-color-009 {
fill: #009 !important;
}
.u-stroke-color-009 {
stroke: #009 !important;
}
.u-background-color-010 {
background-color: #010 !important;
}
.u-border-color-010 {
border-color: #010 !important;
}
.u-text-color-010 {
color: #010 !important;
}
.u-fill-color-010 {
fill: #010 !important;
}
.u-stroke-color-010 {
stroke: #010 !important;
}
.u-background-color-011 {
background-color: #011 !important;
}
.u-border-color-011 {
border-color: #011 !important;
}
.u-text-color-011 {
color: #011 !important;
}
.u-fill-color-011 {
fill: #011 !important;
}
.u-stroke-color-011 {
stroke: #011 !important;
}
.u-background-color-012 {
background-color: #012 !important;
}
.u-border-color-012 {
border-color: #012 !important;
}
.u-text-color-012 {
color: #012 !important;
}
.u-fill-color-012 {
fill: #012 !important;
}
.u-stroke-color-012 {
stroke: #012 !important;
}
.u-background-color-013 {
background-color: #013 !important;
}
.u-border-color-013 {
border-color: #013 !important;
}
.u-text-color-013 {
color: #013 !important;
}
.u-fill-color-013 {
fill: #013 !important;
}
.u-stroke-color-013 {
stroke: #013 !important;
}
.u-background-color-014 {
background-color: #014 !important;
}
.u-border-color-014 {
border-color: #014 !important;
}
.u-text-color-014 {
color: #014 !important;
}
.u-fill-color-014 {
fill: #014 !important;
}
.u-stroke-color-014 {
stroke: #014 !important;
}
.u-background-color-015 {
background-color: #015 !important;
}
.u-border-color-015 {
border-color: #015 !important;
}
.u-text-color-015 {
color: #015 !important;
}
.u-fill-color-015 {
fill: #015 !important;
}
.u-stroke-color-015 {
stroke: #015 !important;
}
.u-background-color-016 {
background-color: #016 !important;
}
.u-border-color-016 {
border-color: #016 !important;
}
.u-text-color-016 {
color: #016 !important;
}
.u-fill-color-016 {
fill: #016 !important;
}
.u-stroke-color-016 {
stroke: #016 !important;
}
.u-background-color-017 {
background-color: #017 !important;
}
.u-border-color-017 {
border-color: #017 !important;
}
.u-text-color-017 {
color: #017 !important;
}
.u-fill-color-017 {
fill: #017 !important;
}
.u-stroke-color-017 {
stroke: #017 !important;
}
.u-background-color-018 {
background-color: #018 !important;
}
.u-border-color-018 {
border-color: #018 !important;
}
.u-text-color-018 {
color: #018 !important;
}
.u-fill-color-018 {
fill: #018 !important;
}
.u-stroke-color-018 {
stroke: #018 !important;
}
.u-background-color-019 {
background-color: #019 !important;
}
.u-border-color-019 {
border-color: #019 !important;
}
.u-text-color-019 {
color: #019 !important;
}
.u-fill-color-019 {
fill: #019 !important;
}
.u-stroke-color-019 {
stroke: #019 !important;
}
.u-background-color-020 {
background-color: #020 !important;
}
.u-border-color-020 {
border-color: #020 !important;
}
.u-text-color-020 {
color: #020 !important;
}
.u-fill-color-020 {
fill: #020 !important;
}
.u-stroke-color-020 {
stroke: #020 !important;
}
.u-background-color-021 {
background-color: #021 !important;
}
.u-border-color-021 {
border-color: #021 !important;
}
.u-text-color-021 {
color: #021 !important;
}
.u-fill-color-021 {
fill: #021 !important;
}
.u-stroke-color-021 {
stroke: #021 !important;
}
.u-background-color-022 {
background-color: #022 !important;
}
.u-border-color-022 {
border-color: #022 !important;
}
.u-text-color-022 {
color: #022 !important;
}
.u-fill-color-022 {
fill: #022 !important;
}
.u-stroke-color-022 {
stroke: #022 !important;
}
.u-background-color-023 {
background-color: #023 !important;
}
.u-border-color-023 {
border-color: #023 !important;
}
.u-text-color-023 {
color: #023 !important;
}
.u-fill-color-023 {
fill: #023 !important;
}
.u-stroke-color-023 {
stroke: #023 !important;
}
.u-background-color-024 {
background-color: #024 !important;
}
.u-border-color-024 {
border-color: #024 !important;
}
.u-text-color-024 {
color: #024 !important;
}
.u-fill-color-024 {
fill: #024 !important;
}
.u-stroke-color-024 {
stroke: #024 !important;
}
.u-background-color-025 {
background-color: #025 !important;
}
.u-border-color-025 {
border-color: #025 !important;
}
.u-text-color-025 {
color: #025 !important;
}
.u-fill-color-025 {
fill: #025 !important;
}
.u-stroke-color-025 {
stroke: #025 !important;
}
.u-background-color-026 {
background-color: #026 !important;
}
.u-border-color-026 {
border-color: #026 !important;
}
.u-text-color-026 {
color: #026 !important;
}
.u-fill-color-026 {
fill: #026 !important;
}
.u-stroke-color-026 {
stroke: #026 !important;
}
.u-background-color-027 {
background-color: #027 !important;
}
.u-border-color-027 {
border-color: #027 !important;
}
.u-text-color-027 {
color: #027 !important;
}
.u-fill-color-027 {
fill: #027 !important;
}
.u-stroke-color-027 {
stroke: #027 !important;
}
.u-background-color-028 {
background-color: #028 !important;
}
.u-border-color-028 {
border-color: #028 !important;
}
.u-text-color-028 {
color: #028 !important;
}
.u-fill-color-028 {
fill: #028 !important;
}
.u-stroke-color-028 {
stroke: #028 !important;
}
.u-background-color-029 {
background-color: #029 !important;
}
.u-border-color-029 {
border-color: #029 !important;
}
.u-text-color-029 {
color: #029 !important;
}
.u-fill-color-029 {
fill: #029 !important;
}
.u-stroke-color-029 {
stroke: #029 !important;
}
.u-background-color-030 {
background-color: #030 !important;
}
.u-border-color-030 {
border-color: #030 !important;
}
.u-text-color-030 {
color: #030 !important;
}
.u-fill-color-030 {
fill: #030 !important;
}
.u-stroke-color-030 {
stroke: #030 !important;
}
.u-background-color-031 {
background-color: #031 !important;
}
.u-border-color-031 {
border-color: #031 !important;
}
.u-text-color-031 {
color: #031 !important;
}
.u-fill-color-031 {
fill: #031 !important;
}
.u-stroke-color-031 {
stroke: #031 !important;
}
.u-background-color-032 {
background-color: #032 !important;
}
.u-border-color-032 {
border-color: #032 !important;
}
.u-text-color-032 {
color: #032 !important;
}
.u-fill-color-032 {
fill: #032 !important;
}
.u-stroke-color-032 {
stroke: #032 !important;
}
.u-background-color-033 {
background-color: #033 !important;
}
.u-border-color-033 {
border-color: #033 !important;
}
.u-text-color-033 {
color: #033 !important;
}
.u-fill-color-033 {
fill: #033 !important;
}
.u-stroke-color-033 {
stroke: #033 !important;
}
.u-background-color-034 {
background-color: #034 !important;
}
.u-border-color-034 {
border-color: #034 !important;
}
.u-text-color-034 {
color: #034 !important;
}
.u-fill-color-034 {
fill: #034 !important;
}
.u-stroke-color-034 {
stroke: #034 !important;
}
.u-background-color-035 {
background-color: #035 !important;
}
.u-border-color-035 {
border-color: #035 !important;
}
.u-text-color-035 {
color: #035 !important;
}
.u-fill-color-035 {
fill: #035 !important;
}
.u-stroke-color-035 {
stroke: #035 !important;
}
.u-background-color-036 {
background-color: #036 !important;
}
.u-border-color-036 {
border-color: #036 !important;
}
.u-text-color-036 {
color: #036 !important;
}
.u-fill-color-036 {
fill: #036 !important;
}
.u-stroke-color-036 {
stroke: #036 !important;
}
.u-background-color-037 {
background-color: #037 !important;
}
.u-border-color-037 {
border-color: #037 !important;
}
.u-text-color-037 {
color: #037 !important;
}
.u-fill-color-037 {
fill: #037 !important;
}
.u-stroke-color-037 {
stroke: #037 !important;
}
.u-background-color-038 {
background-color: #038 !important;
}
.u-border-color-038 {
border-color: #038 !important;
}
.u-text-color-038 {
color: #038 !important;
}
.u-fill-color-038 {
fill: #038 !important;
}
.u-stroke-color-038 {
stroke: #038 !important;
}
.u-background-color-039 {
background-color: #039 !important;
}
.u-border-color-039 {
border-color: #039 !important;
}
.u-text-color-039 {
color: #039 !important;
}
.u-fill-color-039 {
fill: #039 !important;
}
.u-stroke-color-039 {
stroke: #039 !important;
}
.u-background-color-040 {
background-color: #040 !important;
}
.u-border-color-040 {
border-color: #040 !important;
}
.u-text-color-040 {
color: #040 !important;
}
.u-fill-color-040 {
fill: #040 !important;
}
.u-stroke-color-040 {
stroke: #040 !important;
}
.u-background-color-041 {
background-color: #041 !important;
}
.u-border-color-041 {
border-color: #041 !important;
}
.u-text-color-041 {
color: #041 !important;
}
.u-fill-color-041 {
fill: #041 !important;
}
.u-stroke-color-041 {
stroke: #041 !important;
}
.u-background-color-042 {
background-color: #042 !important;
}
.u-border-color-042 {
border-color: #042 !important;
}
.u-text-color-042 {
color: #042 !important;
}
.u-fill-color-042 {
fill: #042 !important;
}
.u-stroke-color-042 {
stroke: #042 !important;
}
.u-background-color-043 {
background-color: #043 !important;
}
.u-border-color-043 {
border-color: #043 !important;
}
.u-text-color-043 {
color: #043 !important;
}
.u-fill-color-043 {
fill: #043 !important;
}
.u-stroke-color-043 {
stroke: #043 !important;
}
.u-background-color-044 {
background-color: #044 !important;
}
.u-border-color-044 {
border-color: #044 !important;
}
.u-text-color-044 {
color: #044 !important;
}
.u-fill-color-044 {
fill: #044 !important;
}
.u-stroke-color-044 {
stroke: #044 !important;
}
.u-background-color-045 {
background-color: #045 !important;
}
.u-border-color-045 {
border-color: #045 !important;
}
.u-text-color-045 {
color: #045 !important;
}
.u-fill-color-045 {
fill: #045 !important;
}
.u-stroke-color-045 {
stroke: #045 !important;
}
.u-background-color-046 {
background-color: #046 !important;
}
.u-border-color-046 {
border-color: #046 !important;
}
.u-text-color-046 {
color: #046 !important;
}
.u-fill-color-046 {
fill: #046 !important;
}
.u-stroke-color-046 {
stroke: #046 !important;
}
.u-background-color-047 {
background-color: #047 !important;
}
.u-border-color-047 {
border-color: #047 !important;
}
.u-text-color-047 {
color: #047 !important;
}
.u-fill-color-047 {
fill: #047 !important;
}
.u-stroke-color-047 {
stroke: #047 !important;
}
.u-background-color-048 {
background-color: #048 !important;
}
.u-border-color-048 {
border-color: #048 !important;
}
.u-text-color-048 {
color: #048 !important;
}
.u-fill-color-048 {
fill: #048 !important;
}
.u-stroke-color-048 {
stroke: #048 !important;
}
.u-background-color-049 {
background-color: #049 !important;
}
.u-border-color-049 {
border-color: #049 !important;
}
.u-text-color-049 {
color: #049 !important;
}
.u-fill-color-049 {
fill: #049 !important;
}
.u-stroke-color-049 {
stroke: #049 !important;
}
.u-background-color-050 {
background-color: #050 !important;
}
.u-border-color-050 {
border-color: #050 !important;
}
.u-text-color-050 {
color: #050 !important;
}
.u-fill-color-050 {
fill: #050 !important;
}
.u-stroke-color-050 {
stroke: #050 !important;
}
.u-background-color-051 {
background-color: #051 !important;
}
.u-border-color-051 {
border-color: #051 !important;
}
.u-text-color-051 {
color: #051 !important;
}
.u-fill-color-051 {
fill: #051 !important;
}
.u-stroke-color-051 {
stroke: #051 !important;
}
.u-background-color-052 {
background-color: #052 !important;
}
.u-border-color-052 {
border-color: #052 !important;
}
.u-text-color-052 {
color: #052 !important;
}
.u-fill-color-052 {
fill: #052 !important;
}
.u-stroke-color-052 {
stroke: #052 !important;
}
.u-background-color-053 {
background-color: #053 !important;
}
.u-border-color-053 {
border-color: #053 !important;
}
.u-text-color-053 {
color: #053 !important;
}
.u-fill-color-053 {
fill: #053 !important;
}
.u-stroke-color-053 {
stroke: #053 !important;
}
.u-background-color-054 {
background-color: #054 !important;
}
.u-border-color-054 {
border-color: #054 !important;
}
.u-text-color-054 {
color: #054 !important;
}
.u-fill-color-054 {
fill: #054 !important;
}
.u-stroke-color-054 {
stroke: #054 !important;
}
.u-background-color-055 {
background-color: #055 !important;
}
.u-border-color-055 {
border-color: #055 !important;
}
.u-text-color-055 {
color: #055 !important;
}
.u-fill-color-055 {
fill: #055 !important;
}
.u-stroke-color-055 {
stroke: #055 !important;
}
.u-background-color-056 {
background-color: #056 !important;
}
.u-border-color-056 {
border-color: #056 !important;
}
.u-text-color-056 {
color: #056 !important;
}
.u-fill-color-056 {
fill: #056 !important;
}
.u-stroke-color-056 {
stroke: #056 !important;
}
.u-background-color-057 {
background-color: #057 !important;
}
.u-border-color-057 {
border-color: #057 !important;
}
.u-text-color-057 {
color: #057 !important;
}
.u-fill-color-057 {
fill: #057 !important;
}
.u-stroke-color-057 {
stroke: #057 !important;
}
.u-background-color-058 {
background-color: #058 !important;
}
.u-border-color-058 {
border-color: #058 !important;
}
.u-text-color-058 {
color: #058 !important;
}
.u-fill-color-058 {
fill: #058 !important;
}
.u-stroke-color-058 {
stroke: #058 !important;
}
.u-background-color-059 {
background-color: #059 !important;
}
.u-border-color-059 {
border-color: #059 !important;
}
.u-text-color-059 {
color: #059 !important;
}
.u-fill-color-059 {
fill: #059 !important;
}
.u-stroke-color-059 {
stroke: #059 !important;
}
.u-background-color-060 {
background-color: #060 !important;
}
.u-border-color-060 {
border-color: #060 !important;
}
.u-text-color-060 {
color: #060 !important;
}
.u-fill-color-060 {
fill: #060 !important;
}
.u-stroke-color-060 {
stroke: #060 !important;
}
.u-background-color-061 {
background-color: #061 !important;
}
.u-border-color-061 {
border-color: #061 !important;
}
.u-text-color-061 {
color: #061 !important;
}
.u-fill-color-061 {
fill: #061 !important;
}
.u-stroke-color-061 {
stroke: #061 !important;
}
.u-background-color-062 {
background-color: #062 !important;
}
.u-border-color-062 {
border-color: #062 !important;
}
.u-text-color-062 {
color: #062 !important;
}
.u-fill-color-062 {
fill: #062 !important;
}
.u-stroke-color-062 {
stroke: #062 !important;
}
.u-background-color-063 {
background-color: #063 !important;
}
.u-border-color-063 {
border-color: #063 !important;
}
.u-text-color-063 {
color: #063 !important;
}
.u-fill-color-063 {
fill: #063 !important;
}
.u-stroke-color-063 {
stroke: #063 !important;
}
.u-background-color-064 {
background-color: #064 !important;
}
.u-border-color-064 {
border-color: #064 !important;
}
.u-text-color-064 {
color: #064 !important;
}
.u-fill-color-064 {
fill: #064 !important;
}
.u-stroke-color-064 {
stroke: #064 !important;
}
.u-background-color-065 {
background-color: #065 !important;
}
.u-border-color-065 {
border-color: #065 !important;
}
.u-text-color-065 {
color: #065 !important;
}
.u-fill-color-065 {
fill: #065 !important;
}
.u-stroke-color-065 {
stroke: #065 !important;
}
.u-background-color-066 {
background-color: #066 !important;
}
.u-border-color-066 {
border-color: #066 !important;
}
.u-text-color-066 {
color: #066 !important;
}
.u-fill-color-066 {
fill: #066 !important;
}
.u-stroke-color-066 {
stroke: #066 !important;
}
.u-background-color-067 {
background-color: #067 !important;
}
.u-border-color-067 {
border-color: #067 !important;
}
.u-text-color-067 {
color: #067 !important;
}
.u-fill-color-067 {
fill: #067 !important;
}
.u-stroke-color-067 {
stroke: #067 !important;
}
.u-background-color-068 {
background-color: #068 !important;
}
.u-border-color-068 {
border-color: #068 !important;
}
.u-text-color-068 {
color: #068 !important;
}
.u-fill-color-068 {
fill: #068 !important;
}
.u-stroke-color-068 {
stroke: #068 !important;
}
.u-background-color-069 {
background-color: #069 !important;
}
.u-border-color-069 {
border-color: #069 !important;
}
.u-text-color-069 {
color: #069 !important;
}
.u-fill-color-069 {
fill: #069 !important;
}
.u-stroke-color-069 {
stroke: #069 !important;
}
.u-background-color-070 {
background-color: #070 !important;
}
.u-border-color-070 {
border-color: #070 !important;
}
.u-text-color-070 {
color: #070 !important;
}
.u-fill-color-070 {
fill: #070 !important;
}
.u-stroke-color-070 {
stroke: #070 !important;
}
.u-background-color-071 {
background-color: #071 !important;
}
.u-border-color-071 {
border-color: #071 !important;
}
.u-text-color-071 {
color: #071 !important;
}
.u-fill-color-071 {
fill: #071 !important;
}
.u-stroke-color-071 {
stroke: #071 !important;
}
.u-background-color-072 {
background-color: #072 !important;
}
.u-border-color-072 {
border-color: #072 !important;
}
.u-text-color-072 {
color: #072 !important;
}
.u-fill-color-072 {
fill: #072 !important;
}
.u-stroke-color-072 {
stroke: #072 !important;
}
.u-background-color-073 {
background-color: #073 !important;
}
.u-border-color-073 {
border-color: #073 !important;
}
.u-text-color-073 {
color: #073 !important;
}
.u-fill-color-073 {
fill: #073 !important;
}
.u-stroke-color-073 {
stroke: #073 !important;
}
.u-background-color-074 {
background-color: #074 !important;
}
.u-border-color-074 {
border-color: #074 !important;
}
.u-text-color-074 {
color: #074 !important;
}
.u-fill-color-074 {
fill: #074 !important;
}
.u-stroke-color-074 {
stroke: #074 !important;
}
.u-background-color-075 {
background-color: #075 !important;
}
.u-border-color-075 {
border-color: #075 !important;
}
.u-text-color-075 {
color: #075 !important;
}
.u-fill-color-075 {
fill: #075 !important;
}
.u-stroke-color-075 {
stroke: #075 !important;
}
.u-background-color-076 {
background-color: #076 !important;
}
.u-border-color-076 {
border-color: #076 !important;
}
.u-text-color-076 {
color: #076 !important;
}
.u-fill-color-076 {
fill: #076 !important;
}
.u-stroke-color-076 {
stroke: #076 !important;
}
.u-background-color-077 {
background-color: #077 !important;
}
.u-border-color-077 {
border-color: #077 !important;
}
.u-text-color-077 {
color: #077 !important;
}
.u-fill-color-077 {
fill: #077 !important;
}
.u-stroke-color-077 {
stroke: #077 !important;
}
.u-background-color-078 {
background-color: #078 !important;
}
.u-border-color-078 {
border-color: #078 !important;
}
.u-text-color-078 {
color: #078 !important;
}
.u-fill-color-078 {
fill: #078 !important;
}
.u-stroke-color-078 {
stroke: #078 !important;
}
.u-background-color-079 {
background-color: #079 !important;
}
.u-border-color-079 {
border-color: #079 !important;
}
.u-text-color-079 {
color: #079 !important;
}
.u-fill-color-079 {
fill: #079 !important;
}
.u-stroke-color-079 {
stroke: #079 !important;
}
.u-background-color-080 {
background-color: #080 !important;
}
.u-border-color-080 {
border-color: #080 !important;
}
.u-text-color-080 {
color: #080 !important;
}
.u-fill-color-080 {
fill: #080 !important;
}
.u-stroke-color-080 {
stroke: #080 !important;
}
.u-background-color-081 {
background-color: #081 !important;
}
.u-border-color-081 {
border-color: #081 !important;
}
.u-text-color-081 {
color: #081 !important;
}
.u-fill-color-081 {
fill: #081 !important;
}
.u-stroke-color-081 {
stroke: #081 !important;
}
.u-background-color-082 {
background-color: #082 !important;
}
.u-border-color-082 {
border-color: #082 !important;
}
.u-text-color-082 {
color: #082 !important;
}
.u-fill-color-082 {
fill: #082 !important;
}
.u-stroke-color-082 {
stroke: #082 !important;
}
.u-background-color-083 {
background-color: #083 !important;
}
.u-border-color-083 {
border-color: #083 !important;
}
.u-text-color-083 {
color: #083 !important;
}
.u-fill-color-083 {
fill: #083 !important;
}
.u-stroke-color-083 {
stroke: #083 !important;
}
.u-background-color-084 {
background-color: #084 !important;
}
.u-border-color-084 {
border-color: #084 !important;
}
.u-text-color-084 {
color: #084 !important;
}
.u-fill-color-084 {
fill: #084 !important;
}
.u-stroke-color-084 {
stroke: #084 !important;
}
.u-background-color-085 {
background-color: #085 !important;
}
.u-border-color-085 {
border-color: #085 !important;
}
.u-text-color-085 {
color: #085 !important;
}
.u-fill-color-085 {
fill: #085 !important;
}
.u-stroke-color-085 {
stroke: #085 !important;
}
.u-background-color-086 {
background-color: #086 !important;
}
.u-border-color-086 {
border-color: #086 !important;
}
.u-text-color-086 {
color: #086 !important;
}
.u-fill-color-086 {
fill: #086 !important;
}
.u-stroke-color-086 {
stroke: #086 !important;
}
.u-background-color-087 {
background-color: #087 !important;
}
.u-border-color-087 {
border-color: #087 !important;
}
.u-text-color-087 {
color: #087 !important;
}
.u-fill-color-087 {
fill: #087 !important;
}
.u-stroke-color-087 {
stroke: #087 !important;
}
.u-background-color-088 {
background-color: #088 !important;
}
.u-border-color-088 {
border-color: #088 !important;
}
.u-text-color-088 {
color: #088 !important;
}
.u-fill-color-088 {
fill: #088 !important;
}
.u-stroke-color-088 {
stroke: #088 !important;
}
.u-background-color-089 {
background-color: #089 !important;
}
.u-border-color-089 {
border-color: #089 !important;
}
.u-text-color-089 {
color: #089 !important;
}
.u-fill-color-089 {
fill: #089 !important;
}
.u-stroke-color-089 {
stroke: #089 !important;
}
.u-background-color-090 {
background-color: #090 !important;
}
.u-border-color-090 {
border-color: #090 !important;
}
.u-text-color-090 {
color: #090 !important;
}
.u-fill-color-090 {
fill: #090 !important;
}
.u-stroke-color-090 {
stroke: #090 !important;
}
.u-background-color-091 {
background-color: #091 !important;
}
.u-border-color-091 {
border-color: #091 !important;
}
.u-text-color-091 {
color: #091 !important;
}
.u-fill-color-091 {
fill: #091 !important;
}
.u-stroke-color-091 {
stroke: #091 !important;
}
.u-background-color-092 {
background-color: #092 !important;
}
.u-border-color-092 {
border-color: #092 !important;
}
.u-text-color-092 {
color: #092 !important;
}
.u-fill-color-092 {
fill: #092 !important;
}
.u-stroke-color-092 {
stroke: #092 !important;
}
.u-background-color-093 {
background-color: #093 !important;
}
.u-border-color-093 {
border-color: #093 !important;
}
.u-text-color-093 {
color: #093 !important;
}
.u-fill-color-093 {
fill: #093 !important;
}
.u-stroke-color-093 {
stroke: #093 !important;
}
.u-background-color-094 {
background-color: #094 !important;
}
.u-border-color-094 {
border-color: #094 !important;
}
.u-text-color-094 {
color: #094 !important;
}
.u-fill-color-094 {
fill: #094 !important;
}
.u-stroke-color-094 {
stroke: #094 !important;
}
.u-background-color-095 {
background-color: #095 !important;
}
.u-border-color-095 {
border-color: #095 !important;
}
.u-text-color-095 {
color: #095 !important;
}
.u-fill-color-095 {
fill: #095 !important;
}
.u-stroke-color-095 {
stroke: #095 !important;
}
.u-background-color-096 {
background-color: #096 !important;
}
.u-border-color-096 {
border-color: #096 !important;
}
.u-text-color-096 {
color: #096 !important;
}
.u-fill-color-096 {
fill: #096 !important;
}
.u-stroke-color-096 {
stroke: #096 !important;
}
.u-background-color-097 {
background-color: #097 !important;
}
.u-border-color-097 {
border-color: #097 !important;
}
.u-text-color-097 {
color: #097 !important;
}
.u-fill-color-097 {
fill: #097 !important;
}
.u-stroke-color-097 {
stroke: #097 !important;
}
.u-background-color-098 {
background-color: #098 !important;
}
.u-border-color-098 {
border-color: #098 !important;
}
.u-text-color-098 {
color: #098 !important;
}
.u-fill-color-098 {
fill: #098 !important;
}
.u-stroke-color-098 {
stroke: #098 !important;
}
.u-background-color-099 {
background-color: #099 !important;
}
.u-border-color-099 {
border-color: #099 !important;
}
.u-text-color-099 {
color: #099 !important;
}
.u-fill-color-099 {
fill: #099 !important;
}
.u-stroke-color-099 {
stroke: #099 !important;
}
.u-background-color-100 {
background-color: #100 !important;
}
.u-border-color-100 {
border-color: #100 !important;
}
.u-text-color-100 {
color: #100 !important;
}
.u-fill-color-100 {
fill: #100 !important;
}
.u-stroke-color-100 {
stroke: #100 !important;
}
.u-background-color-101 {
background-color: #101 !important;
}
.u-border-color-101 {
border-color: #101 !important;
}
.u-text-color-101 {
color: #101 !important;
}
.u-fill-color-101 {
fill: #101 !important;
}
.u-stroke-color-101 {
stroke: #101 !important;
}
.u-background-color-102 {
background-color: #102 !important;
}
.u-border-color-102 {
border-color: #102 !important;
}
.u-text-color-102 {
color: #102 !important;
}
.u-fill-color-102 {
fill: #102 !important;
}
.u-stroke-color-102 {
stroke: #102 !important;
}
.u-background-color-103 {
background-color: #103 !important;
}
.u-border-color-103 {
border-color: #103 !important;
}
.u-text-color-103 {
color: #103 !important;
}
.u-fill-color-103 {
fill: #103 !important;
}
.u-stroke-color-103 {
stroke: #103 !important;
}
.u-background-color-104 {
background-color: #104 !important;
}
.u-border-color-104 {
border-color: #104 !important;
}
.u-text-color-104 {
color: #104 !important;
}
.u-fill-color-104 {
fill: #104 !important;
}
.u-stroke-color-104 {
stroke: #104 !important;
}
.u-background-color-105 {
background-color: #105 !important;
}
.u-border-color-105 {
border-color: #105 !important;
}
.u-text-color-105 {
color: #105 !important;
}
.u-fill-color-105 {
fill: #105 !important;
}
.u-stroke-color-105 {
stroke: #105 !important;
}
.u-background-color-106 {
background-color: #106 !important;
}
.u-border-color-106 {
border-color: #106 !important;
}
.u-text-color-106 {
color: #106 !important;
}
.u-fill-color-106 {
fill: #106 !important;
}
.u-stroke-color-106 {
stroke: #106 !important;
}
.u-background-color-107 {
background-color: #107 !important;
}
.u-border-color-107 {
border-color: #107 !important;
}
.u-text-color-107 {
color: #107 !important;
}
.u-fill-color-107 {
fill: #107 !important;
}
.u-stroke-color-107 {
stroke: #107 !important;
}
.u-background-color-108 {
background-color: #108 !important;
}
.u-border-color-108 {
border-color: #108 !important;
}
.u-text-color-108 {
color: #108 !important;
}
.u-fill-color-108 {
fill: #108 !important;
}
.u-stroke-color-108 {
stroke: #108 !important;
}
.u-background-color-109 {
background-color: #109 !important;
}
.u-border-color-109 {
border-color: #109 !important;
}
.u-text-color-109 {
color: #109 !important;
}
.u-fill-color-109 {
fill: #109 !important;
}
.u-stroke-color-109 {
stroke: #109 !important;
}
.u-background-color-110 {
background-color: #110 !important;
}
.u-border-color-110 {
border-color: #110 !important;
}
.u-text-color-110 {
color: #110 !important;
}
.u-fill-color-110 {
fill: #110 !important;
}
.u-stroke-color-110 {
stroke: #110 !important;
}
.u-background-color-111 {
background-color: #111 !important;
}
.u-border-color-111 {
border-color: #111 !important;
}
.u-text-color-111 {
color: #111 !important;
}
.u-fill-color-111 {
fill: #111 !important;
}
.u-stroke-color-111 {
stroke: #111 !important;
}
.u-background-color-112 {
background-color: #112 !important;
}
.u-border-color-112 {
border-color: #112 !important;
}
.u-text-color-112 {
color: #112 !important;
}
.u-fill-color-112 {
fill: #112 !important;
}
.u-stroke-color-112 {
stroke: #112 !important;
}
.u-background-color-113 {
background-color: #113 !important;
}
.u-border-color-113 {
border-color: #113 !important;
}
.u-text-color-113 {
color: #113 !important;
}
.u-fill-color-113 {
fill: #113 !important;
}
.u-stroke-color-113 {
stroke: #113 !important;
}
.u-background-color-114 {
background-color: #114 !important;
}
.u-border-color-114 {
border-color: #114 !important;
}
.u-text-color-114 {
color: #114 !important;
}
.u-fill-color-114 {
fill: #114 !important;
}
.u-stroke-color-114 {
stroke: #114 !important;
}
.u-background-color-115 {
background-color: #115 !important;
}
.u-border-color-115 {
border-color: #115 !important;
}
.u-text-color-115 {
color: #115 !important;
}
.u-fill-color-115 {
fill: #115 !important;
}
.u-stroke-color-115 {
stroke: #115 !important;
}
.u-background-color-116 {
background-color: #116 !important;
}
.u-border-color-116 {
border-color: #116 !important;
}
.u-text-color-116 {
color: #116 !important;
}
.u-fill-color-116 {
fill: #116 !important;
}
.u-stroke-color-116 {
stroke: #116 !important;
}
.u-background-color-117 {
background-color: #117 !important;
}
.u-border-color-117 {
border-color: #117 !important;
}
.u-text-color-117 {
color: #117 !important;
}
.u-fill-color-117 {
fill: #117 !important;
}
.u-stroke-color-117 {
stroke: #117 !important;
}
.u-background-color-118 {
background-color: #118 !important;
}
.u-border-color-118 {
border-color: #118 !important;
}
.u-text-color-118 {
color: #118 !important;
}
.u-fill-color-118 {
fill: #118 !important;
}
.u-stroke-color-118 {
stroke: #118 !important;
}
.u-background-color-119 {
background-color: #119 !important;
}
.u-border-color-119 {
border-color: #119 !important;
}
.u-text-color-119 {
color: #119 !important;
}
.u-fill-color-119 {
fill: #119 !important;
}
.u-stroke-color-119 {
stroke: #119 !important;
}
.u-background-color-120 {
background-color: #120 !important;
}
.u-border-color-120 {
border-color: #120 !important;
}
.u-text-color-120 {
color: #120 !important;
}
.u-fill-color-120 {
fill: #120 !important;
}
.u-stroke-color-120 {
stroke: #120 !important;
}
.u-background-color-121 {
background-color: #121 !important;
}
.u-border-color-121 {
border-color: #121 !important;
}
.u-text-color-121 {
color: #121 !important;
}
.u-fill-color-121 {
fill: #121 !important;
}
.u-stroke-color-121 {
stroke: #121 !important;
}
.u-background-color-122 {
background-color: #122 !important;
}
.u-border-color-122 {
border-color: #122 !important;
}
.u-text-color-122 {
color: #122 !important;
}
.u-fill-color-122 {
fill: #122 !important;
}
.u-stroke-color-122 {
stroke: #122 !important;
}
.u-background-color-123 {
background-color: #123 !important;
}
.u-border-color-123 {
border-color: #123 !important;
}
.u-text-color-123 {
color: #123 !important;
}
.u-fill-color-123 {
fill: #123 !important;
}
.u-stroke-color-123 {
stroke: #123 !important;
}
.u-background-color-124 {
background-color: #124 !important;
}
.u-border-color-124 {
border-color: #124 !important;
}
.u-text-color-124 {
color: #124 !important;
}
.u-fill-color-124 {
fill: #124 !important;
}
.u-stroke-color-124 {
stroke: #124 !important;
}
.u-background-color-125 {
background-color: #125 !important;
}
.u-border-color-125 {
border-color: #125 !important;
}
.u-text-color-125 {
color: #125 !important;
}
.u-fill-color-125 {
fill: #125 !important;
}
.u-stroke-color-125 {
stroke: #125 !important;
}
.u-background-color-126 {
background-color: #126 !important;
}
.u-border-color-126 {
border-color: #126 !important;
}
.u-text-color-126 {
color: #126 !important;
}
.u-fill-color-126 {
fill: #126 !important;
}
.u-stroke-color-126 {
stroke: #126 !important;
}
.u-background-color-127 {
background-color: #127 !important;
}
.u-border-color-127 {
border-color: #127 !important;
}
.u-text-color-127 {
color: #127 !important;
}
.u-fill-color-127 {
fill: #127 !important;
}
.u-stroke-color-127 {
stroke: #127 !important;
}
.u-background-color-128 {
background-color: #128 !important;
}
.u-border-color-128 {
border-color: #128 !important;
}
.u-text-color-128 {
color: #128 !important;
}
.u-fill-color-128 {
fill: #128 !important;
}
.u-stroke-color-128 {
stroke: #128 !important;
}
.u-background-color-129 {
background-color: #129 !important;
}
.u-border-color-129 {
border-color: #129 !important;
}
.u-text-color-129 {
color: #129 !important;
}
.u-fill-color-129 {
fill: #129 !important;
}
.u-stroke-color-129 {
stroke: #129 !important;
}
.u-background-color-130 {
background-color: #130 !important;
}
.u-border-color-130 {
border-color: #130 !important;
}
.u-text-color-130 {
color: #130 !important;
}
.u-fill-color-130 {
fill: #130 !important;
}
.u-stroke-color-130 {
stroke: #130 !important;
}
.u-background-color-131 {
background-color: #131 !important;
}
.u-border-color-131 {
border-color: #131 !important;
}
.u-text-color-131 {
color: #131 !important;
}
.u-fill-color-131 {
fill: #131 !important;
}
.u-stroke-color-131 {
stroke: #131 !important;
}
.u-background-color-132 {
background-color: #132 !important;
}
.u-border-color-132 {
border-color: #132 !important;
}
.u-text-color-132 {
color: #132 !important;
}
.u-fill-color-132 {
fill: #132 !important;
}
.u-stroke-color-132 {
stroke: #132 !important;
}
.u-background-color-133 {
background-color: #133 !important;
}
.u-border-color-133 {
border-color: #133 !important;
}
.u-text-color-133 {
color: #133 !important;
}
.u-fill-color-133 {
fill: #133 !important;
}
.u-stroke-color-133 {
stroke: #133 !important;
}
.u-background-color-134 {
background-color: #134 !important;
}
.u-border-color-134 {
border-color: #134 !important;
}
.u-text-color-134 {
color: #134 !important;
}
.u-fill-color-134 {
fill: #134 !important;
}
.u-stroke-color-134 {
stroke: #134 !important;
}
.u-background-color-135 {
background-color: #135 !important;
}
.u-border-color-135 {
border-color: #135 !important;
}
.u-text-color-135 {
color: #135 !important;
}
.u-fill-color-135 {
fill: #135 !important;
}
.u-stroke-color-135 {
stroke: #135 !important;
}
.u-background-color-136 {
background-color: #136 !important;
}
.u-border-color-136 {
border-color: #136 !important;
}
.u-text-color-136 {
color: #136 !important;
}
.u-fill-color-136 {
fill: #136 !important;
}
.u-stroke-color-136 {
stroke: #136 !important;
}
.u-background-color-137 {
background-color: #137 !important;
}
.u-border-color-137 {
border-color: #137 !important;
}
.u-text-color-137 {
color: #137 !important;
}
.u-fill-color-137 {
fill: #137 !important;
}
.u-stroke-color-137 {
stroke: #137 !important;
}
.u-background-color-138 {
background-color: #138 !important;
}
.u-border-color-138 {
border-color: #138 !important;
}
.u-text-color-138 {
color: #138 !important;
}
.u-fill-color-138 {
fill: #138 !important;
}
.u-stroke-color-138 {
stroke: #138 !important;
}
.u-background-color-139 {
background-color: #139 !important;
}
.u-border-color-139 {
border-color: #139 !important;
}
.u-text-color-139 {
color: #139 !important;
}
.u-fill-color-139 {
fill: #139 !important;
}
.u-stroke-color-139 {
stroke: #139 !important;
}
.u-background-color-140 {
background-color: #140 !important;
}
.u-border-color-140 {
border-color: #140 !important;
}
.u-text-color-140 {
color: #140 !important;
}
.u-fill-color-140 {
fill: #140 !important;
}
.u-stroke-color-140 {
stroke: #140 !important;
}
.u-background-color-141 {
background-color: #141 !important;
}
.u-border-color-141 {
border-color: #141 !important;
}
.u-text-color-141 {
color: #141 !important;
}
.u-fill-color-141 {
fill: #141 !important;
}
.u-stroke-color-141 {
stroke: #141 !important;
}
.u-background-color-142 {
background-color: #142 !important;
}
.u-border-color-142 {
border-color: #142 !important;
}
.u-text-color-142 {
color: #142 !important;
}
.u-fill-color-142 {
fill: #142 !important;
}
.u-stroke-color-142 {
stroke: #142 !important;
}
.u-background-color-143 {
background-color: #143 !important;
}
.u-border-color-143 {
border-color: #143 !important;
}
.u-text-color-143 {
color: #143 !important;
}
.u-fill-color-143 {
fill: #143 !important;
}
.u-stroke-color-143 {
stroke: #143 !important;
}
.u-background-color-144 {
background-color: #144 !important;
}
.u-border-color-144 {
border-color: #144 !important;
}
.u-text-color-144 {
color: #144 !important;
}
.u-fill-color-144 {
fill: #144 !important;
}
.u-stroke-color-144 {
stroke: #144 !important;
}
.u-background-color-145 {
background-color: #145 !important;
}
.u-border-color-145 {
border-color: #145 !important;
}
.u-text-color-145 {
color: #145 !important;
}
.u-fill-color-145 {
fill: #145 !important;
}
.u-stroke-color-145 {
stroke: #145 !important;
}
.u-background-color-146 {
background-color: #146 !important;
}
.u-border-color-146 {
border-color: #146 !important;
}
.u-text-color-146 {
color: #146 !important;
}
.u-fill-color-146 {
fill: #146 !important;
}
.u-stroke-color-146 {
stroke: #146 !important;
}
.u-background-color-147 {
background-color: #147 !important;
}
.u-border-color-147 {
border-color: #147 !important;
}
.u-text-color-147 {
color: #147 !important;
}
.u-fill-color-147 {
fill: #147 !important;
}
.u-stroke-color-147 {
stroke: #147 !important;
}
.u-background-color-148 {
background-color: #148 !important;
}
.u-border-color-148 {
border-color: #148 !important;
}
.u-text-color-148 {
color: #148 !important;
}
.u-fill-color-148 {
fill: #148 !important;
}
.u-stroke-color-148 {
stroke: #148 !important;
}
.u-background-color-149 {
background-color: #149 !important;
}
.u-border-color-149 {
border-color: #149 !important;
}
.u-text-color-149 {
color: #149 !important;
}
.u-fill-color-149 {
fill: #149 !important;
}
.u-stroke-color-149 {
stroke: #149 !important;
}
.u-background-color-150 {
background-color: #150 !important;
}
.u-border-color-150 {
border-color: #150 !important;
}
.u-text-color-150 {
color: #150 !important;
}
.u-fill-color-150 {
fill: #150 !important;
}
.u-stroke-color-150 {
stroke: #150 !important;
}
.u-background-color-151 {
background-color: #151 !important;
}
.u-border-color-151 {
border-color: #151 !important;
}
.u-text-color-151 {
color: #151 !important;
}
.u-fill-color-151 {
fill: #151 !important;
}
.u-stroke-color-151 {
stroke: #151 !important;
}
.u-background-color-152 {
background-color: #152 !important;
}
.u-border-color-152 {
border-color: #152 !important;
}
.u-text-color-152 {
color: #152 !important;
}
.u-fill-color-152 {
fill: #152 !important;
}
.u-stroke-color-152 {
stroke: #152 !important;
}
.u-background-color-153 {
background-color: #153 !important;
}
.u-border-color-153 {
border-color: #153 !important;
}
.u-text-color-153 {
color: #153 !important;
}
.u-fill-color-153 {
fill: #153 !important;
}
.u-stroke-color-153 {
stroke: #153 !important;
}
.u-background-color-154 {
background-color: #154 !important;
}
.u-border-color-154 {
border-color: #154 !important;
}
.u-text-color-154 {
color: #154 !important;
}
.u-fill-color-154 {
fill: #154 !important;
}
.u-stroke-color-154 {
stroke: #154 !important;
}
.u-background-color-155 {
background-color: #155 !important;
}
.u-border-color-155 {
border-color: #155 !important;
}
.u-text-color-155 {
color: #155 !important;
}
.u-fill-color-155 {
fill: #155 !important;
}
.u-stroke-color-155 {
stroke: #155 !important;
}
.u-background-color-156 {
background-color: #156 !important;
}
.u-border-color-156 {
border-color: #156 !important;
}
.u-text-color-156 {
color: #156 !important;
}
.u-fill-color-156 {
fill: #156 !important;
}
.u-stroke-color-156 {
stroke: #156 !important;
}
.u-background-color-157 {
background-color: #157 !important;
}
.u-border-color-157 {
border-color: #157 !important;
}
.u-text-color-157 {
color: #157 !important;
}
.u-fill-color-157 {
fill: #157 !important;
}
.u-stroke-color-157 {
stroke: #157 !important;
}
.u-background-color-158 {
background-color: #158 !important;
}
.u-border-color-158 {
border-color: #158 !important;
}
.u-text-color-158 {
color: #158 !important;
}
.u-fill-color-158 {
fill: #158 !important;
}
.u-stroke-color-158 {
stroke: #158 !important;
}
.u-background-color-159 {
background-color: #159 !important;
}
.u-border-color-159 {
border-color: #159 !important;
}
.u-text-color-159 {
color: #159 !important;
}
.u-fill-color-159 {
fill: #159 !important;
}
.u-stroke-color-159 {
stroke: #159 !important;
}
.u-background-color-160 {
background-color: #160 !important;
}
.u-border-color-160 {
border-color: #160 !important;
}
.u-text-color-160 {
color: #160 !important;
}
.u-fill-color-160 {
fill: #160 !important;
}
.u-stroke-color-160 {
stroke: #160 !important;
}
.u-background-color-161 {
background-color: #161 !important;
}
.u-border-color-161 {
border-color: #161 !important;
}
.u-text-color-161 {
color: #161 !important;
}
.u-fill-color-161 {
fill: #161 !important;
}
.u-stroke-color-161 {
stroke: #161 !important;
}
.u-background-color-162 {
background-color: #162 !important;
}
.u-border-color-162 {
border-color: #162 !important;
}
.u-text-color-162 {
color: #162 !important;
}
.u-fill-color-162 {
fill: #162 !important;
}
.u-stroke-color-162 {
stroke: #162 !important;
}
.u-background-color-163 {
background-color: #163 !important;
}
.u-border-color-163 {
border-color: #163 !important;
}
.u-text-color-163 {
color: #163 !important;
}
.u-fill-color-163 {
fill: #163 !important;
}
.u-stroke-color-163 {
stroke: #163 !important;
}
.u-background-color-164 {
background-color: #164 !important;
}
.u-border-color-164 {
border-color: #164 !important;
}
.u-text-color-164 {
color: #164 !important;
}
.u-fill-color-164 {
fill: #164 !important;
}
.u-stroke-color-164 {
stroke: #164 !important;
}
.u-background-color-165 {
background-color: #165 !important;
}
.u-border-color-165 {
border-color: #165 !important;
}
.u-text-color-165 {
color: #165 !important;
}
.u-fill-color-165 {
fill: #165 !important;
}
.u-stroke-color-165 {
stroke: #165 !important;
}
.u-background-color-166 {
background-color: #166 !important;
}
.u-border-color-166 {
border-color: #166 !important;
}
.u-text-color-166 {
color: #166 !important;
}
.u-fill-color-166 {
fill: #166 !important;
}
.u-stroke-color-166 {
stroke: #166 !important;
}
.u-background-color-167 {
background-color: #167 !important;
}
.u-border-color-167 {
border-color: #167 !important;
}
.u-text-color-167 {
color: #167 !important;
}
.u-fill-color-167 {
fill: #167 !important;
}
.u-stroke-color-167 {
stroke: #167 !important;
}
.u-background-color-168 {
background-color: #168 !important;
}
.u-border-color-168 {
border-color: #168 !important;
}
.u-text-color-168 {
color: #168 !important;
}
.u-fill-color-168 {
fill: #168 !important;
}
.u-stroke-color-168 {
stroke: #168 !important;
}
.u-background-color-169 {
background-color: #169 !important;
}
.u-border-color-169 {
border-color: #169 !important;
}
.u-text-color-169 {
color: #169 !important;
}
.u-fill-color-169 {
fill: #169 !important;
}
.u-stroke-color-169 {
stroke: #169 !important;
}
.u-background-color-170 {
background-color: #170 !important;
}
.u-border-color-170 {
border-color: #170 !important;
}
.u-text-color-170 {
color: #170 !important;
}
.u-fill-color-170 {
fill: #170 !important;
}
.u-stroke-color-170 {
stroke: #170 !important;
}
.u-background-color-171 {
background-color: #171 !important;
}
.u-border-color-171 {
border-color: #171 !important;
}
.u-text-color-171 {
color: #171 !important;
}
.u-fill-color-171 {
fill: #171 !important;
}
.u-stroke-color-171 {
stroke: #171 !important;
}
.u-background-color-172 {
background-color: #172 !important;
}
.u-border-color-172 {
border-color: #172 !important;
}
.u-text-color-172 {
color: #172 !important;
}
.u-fill-color-172 {
fill: #172 !important;
}
.u-stroke-color-172 {
stroke: #172 !important;
}
.u-background-color-173 {
background-color: #173 !important;
}
.u-border-color-173 {
border-color: #173 !important;
}
.u-text-color-173 {
color: #173 !important;
}
.u-fill-color-173 {
fill: #173 !important;
}
.u-stroke-color-173 {
stroke: #173 !important;
}
.u-background-color-174 {
background-color: #174 !important;
}
.u-border-color-174 {
border-color: #174 !important;
}
.u-text-color-174 {
color: #174 !important;
}
.u-fill-color-174 {
fill: #174 !important;
}
.u-stroke-color-174 {
stroke: #174 !important;
}
.u-background-color-175 {
background-color: #175 !important;
}
.u-border-color-175 {
border-color: #175 !important;
}
.u-text-color-175 {
color: #175 !important;
}
.u-fill-color-175 {
fill: #175 !important;
}
.u-stroke-color-175 {
stroke: #175 !important;
}
.u-background-color-176 {
background-color: #176 !important;
}
.u-border-color-176 {
border-color: #176 !important;
}
.u-text-color-176 {
color: #176 !important;
}
.u-fill-color-176 {
fill: #176 !important;
}
.u-stroke-color-176 {
stroke: #176 !important;
}
.u-background-color-177 {
background-color: #177 !important;
}
.u-border-color-177 {
border-color: #177 !important;
}
.u-text-color-177 {
color: #177 !important;
}
.u-fill-color-177 {
fill: #177 !important;
}
.u-stroke-color-177 {
stroke: #177 !important;
}
.u-background-color-178 {
background-color: #178 !important;
}
.u-border-color-178 {
border-color: #178 !important;
}
.u-text-color-178 {
color: #178 !important;
}
.u-fill-color-178 {
fill: #178 !important;
}
.u-stroke-color-178 {
stroke: #178 !important;
}
.u-background-color-179 {
background-color: #179 !important;
}
.u-border-color-179 {
border-color: #179 !important;
}
.u-text-color-179 {
color: #179 !important;
}
.u-fill-color-179 {
fill: #179 !important;
}
.u-stroke-color-179 {
stroke: #179 !important;
}
.u-background-color-180 {
background-color: #180 !important;
}
.u-border-color-180 {
border-color: #180 !important;
}
.u-text-color-180 {
color: #180 !important;
}
.u-fill-color-180 {
fill: #180 !important;
}
.u-stroke-color-180 {
stroke: #180 !important;
}
.u-background-color-181 {
background-color: #181 !important;
}
.u-border-color-181 {
border-color: #181 !important;
}
.u-text-color-181 {
color: #181 !important;
}
.u-fill-color-181 {
fill: #181 !important;
}
.u-stroke-color-181 {
stroke: #181 !important;
}
.u-background-color-182 {
background-color: #182 !important;
}
.u-border-color-182 {
border-color: #182 !important;
}
.u-text-color-182 {
color: #182 !important;
}
.u-fill-color-182 {
fill: #182 !important;
}
.u-stroke-color-182 {
stroke: #182 !important;
}
.u-background-color-183 {
background-color: #183 !important;
}
.u-border-color-183 {
border-color: #183 !important;
}
.u-text-color-183 {
color: #183 !important;
}
.u-fill-color-183 {
fill: #183 !important;
}
.u-stroke-color-183 {
stroke: #183 !important;
}
.u-background-color-184 {
background-color: #184 !important;
}
.u-border-color-184 {
border-color: #184 !important;
}
.u-text-color-184 {
color: #184 !important;
}
.u-fill-color-184 {
fill: #184 !important;
}
.u-stroke-color-184 {
stroke: #184 !important;
}
.u-background-color-185 {
background-color: #185 !important;
}
.u-border-color-185 {
border-color: #185 !important;
}
.u-text-color-185 {
color: #185 !important;
}
.u-fill-color-185 {
fill: #185 !important;
}
.u-stroke-color-185 {
stroke: #185 !important;
}
.u-background-color-186 {
background-color: #186 !important;
}
.u-border-color-186 {
border-color: #186 !important;
}
.u-text-color-186 {
color: #186 !important;
}
.u-fill-color-186 {
fill: #186 !important;
}
.u-stroke-color-186 {
stroke: #186 !important;
}
.u-background-color-187 {
background-color: #187 !important;
}
.u-border-color-187 {
border-color: #187 !important;
}
.u-text-color-187 {
color: #187 !important;
}
.u-fill-color-187 {
fill: #187 !important;
}
.u-stroke-color-187 {
stroke: #187 !important;
}
.u-background-color-188 {
background-color: #188 !important;
}
.u-border-color-188 {
border-color: #188 !important;
}
.u-text-color-188 {
color: #188 !important;
}
.u-fill-color-188 {
fill: #188 !important;
}
.u-stroke-color-188 {
stroke: #188 !important;
}
.u-background-color-189 {
background-color: #189 !important;
}
.u-border-color-189 {
border-color: #189 !important;
}
.u-text-color-189 {
color: #189 !important;
}
.u-fill-color-189 {
fill: #189 !important;
}
.u-stroke-color-189 {
stroke: #189 !important;
}
.u-background-color-190 {
background-color: #190 !important;
}
.u-border-color-190 {
border-color: #190 !important;
}
.u-text-color-190 {
color: #190 !important;
}
.u-fill-color-190 {
fill: #190 !important;
}
.u-stroke-color-190 {
stroke: #190 !important;
}
.u-background-color-191 {
background-color: #191 !important;
}
.u-border-color-191 {
border-color: #191 !important;
}
.u-text-color-191 {
color: #191 !important;
}
.u-fill-color-191 {
fill: #191 !important;
}
.u-stroke-color-191 {
stroke: #191 !important;
}
.u-background-color-192 {
background-color: #192 !important;
}
.u-border-color-192 {
border-color: #192 !important;
}
.u-text-color-192 {
color: #192 !important;
}
.u-fill-color-192 {
fill: #192 !important;
}
.u-stroke-color-192 {
stroke: #192 !important;
}
.u-background-color-193 {
background-color: #193 !important;
}
.u-border-color-193 {
border-color: #193 !important;
}
.u-text-color-193 {
color: #193 !important;
}
.u-fill-color-193 {
fill: #193 !important;
}
.u-stroke-color-193 {
stroke: #193 !important;
}
.u-background-color-194 {
background-color: #194 !important;
}
.u-border-color-194 {
border-color: #194 !important;
}
.u-text-color-194 {
color: #194 !important;
}
.u-fill-color-194 {
fill: #194 !important;
}
.u-stroke-color-194 {
stroke: #194 !important;
}
.u-background-color-195 {
background-color: #195 !important;
}
.u-border-color-195 {
border-color: #195 !important;
}
.u-text-color-195 {
color: #195 !important;
}
.u-fill-color-195 {
fill: #195 !important;
}
.u-stroke-color-195 {
stroke: #195 !important;
}
.u-background-color-196 {
background-color: #196 !important;
}
.u-border-color-196 {
border-color: #196 !important;
}
.u-text-color-196 {
color: #196 !important;
}
.u-fill-color-196 {
fill: #196 !important;
}
.u-stroke-color-196 {
stroke: #196 !important;
}
.u-background-color-197 {
background-color: #197 !important;
}
.u-border-color-197 {
border-color: #197 !important;
}
.u-text-color-197 {
color: #197 !important;
}
.u-fill-color-197 {
fill: #197 !important;
}
.u-stroke-color-197 {
stroke: #197 !important;
}
.u-background-color-198 {
background-color: #198 !important;
}
.u-border-color-198 {
border-color: #198 !important;
}
.u-text-color-198 {
color: #198 !important;
}
.u-fill-color-198 {
fill: #198 !important;
}
.u-stroke-color-198 {
stroke: #198 !important;
}
.u-background-color-199 {
background-color: #199 !important;
}
.u-border-color-199 {
border-color: #199 !important;
}
.u-text-color-199 {
color: #199 !important;
}
.u-fill-color-199 {
fill: #199 !important;
}
.u-stroke-color-199 {
stroke: #199 !important;
}
.u-background-color-200 {
background-color: #200 !important;
}
.u-border-color-200 {
border-color: #200 !important;
}
.u-text-color-200 {
color: #200 !important;
}
.u-fill-color-200 {
fill: #200 !important;
}
.u-stroke-color-200 {
stroke: #200 !important;
}
.u-background-color-201 {
background-color: #201 !important;
}
.u-border-color-201 {
border-color: #201 !important;
}
.u-text-color-201 {
color: #201 !important;
}
.u-fill-color-201 {
fill: #201 !important;
}
.u-stroke-color-201 {
stroke: #201 !important;
}
.u-background-color-202 {
background-color: #202 !important;
}
.u-border-color-202 {
border-color: #202 !important;
}
.u-text-color-202 {
color: #202 !important;
}
.u-fill-color-202 {
fill: #202 !important;
}
.u-stroke-color-202 {
stroke: #202 !important;
}
.u-background-color-203 {
background-color: #203 !important;
}
.u-border-color-203 {
border-color: #203 !important;
}
.u-text-color-203 {
color: #203 !important;
}
.u-fill-color-203 {
fill: #203 !important;
}
.u-stroke-color-203 {
stroke: #203 !important;
}
.u-background-color-204 {
background-color: #204 !important;
}
.u-border-color-204 {
border-color: #204 !important;
}
.u-text-color-204 {
color: #204 !important;
}
.u-fill-color-204 {
fill: #204 !important;
}
.u-stroke-color-204 {
stroke: #204 !important;
}
.u-background-color-205 {
background-color: #205 !important;
}
.u-border-color-205 {
border-color: #205 !important;
}
.u-text-color-205 {
color: #205 !important;
}
.u-fill-color-205 {
fill: #205 !important;
}
.u-stroke-color-205 {
stroke: #205 !important;
}
.u-background-color-206 {
background-color: #206 !important;
}
.u-border-color-206 {
border-color: #206 !important;
}
.u-text-color-206 {
color: #206 !important;
}
.u-fill-color-206 {
fill: #206 !important;
}
.u-stroke-color-206 {
stroke: #206 !important;
}
.u-background-color-207 {
background-color: #207 !important;
}
.u-border-color-207 {
border-color: #207 !important;
}
.u-text-color-207 {
color: #207 !important;
}
.u-fill-color-207 {
fill: #207 !important;
}
.u-stroke-color-207 {
stroke: #207 !important;
}
.u-background-color-208 {
background-color: #208 !important;
}
.u-border-color-208 {
border-color: #208 !important;
}
.u-text-color-208 {
color: #208 !important;
}
.u-fill-color-208 {
fill: #208 !important;
}
.u-stroke-color-208 {
stroke: #208 !important;
}
.u-background-color-209 {
background-color: #209 !important;
}
.u-border-color-209 {
border-color: #209 !important;
}
.u-text-color-209 {
color: #209 !important;
}
.u-fill-color-209 {
fill: #209 !important;
}
.u-stroke-color-209 {
stroke: #209 !important;
}
.u-background-color-210 {
background-color: #210 !important;
}
.u-border-color-210 {
border-color: #210 !important;
}
.u-text-color-210 {
color: #210 !important;
}
.u-fill-color-210 {
fill: #210 !important;
}
.u-stroke-color-210 {
stroke: #210 !important;
}
.u-background-color-211 {
background-color: #211 !important;
}
.u-border-color-211 {
border-color: #211 !important;
}
.u-text-color-211 {
color: #211 !important;
}
.u-fill-color-211 {
fill: #211 !important;
}
.u-stroke-color-211 {
stroke: #211 !important;
}
.u-background-color-212 {
background-color: #212 !important;
}
.u-border-color-212 {
border-color: #212 !important;
}
.u-text-color-212 {
color: #212 !important;
}
.u-fill-color-212 {
fill: #212 !important;
}
.u-stroke-color-212 {
stroke: #212 !important;
}
.u-background-color-213 {
background-color: #213 !important;
}
.u-border-color-213 {
border-color: #213 !important;
}
.u-text-color-213 {
color: #213 !important;
}
.u-fill-color-213 {
fill: #213 !important;
}
.u-stroke-color-213 {
stroke: #213 !important;
}
.u-background-color-214 {
background-color: #214 !important;
}
.u-border-color-214 {
border-color: #214 !important;
}
.u-text-color-214 {
color: #214 !important;
}
.u-fill-color-214 {
fill: #214 !important;
}
.u-stroke-color-214 {
stroke: #214 !important;
}
.u-background-color-215 {
background-color: #215 !important;
}
.u-border-color-215 {
border-color: #215 !important;
}
.u-text-color-215 {
color: #215 !important;
}
.u-fill-color-215 {
fill: #215 !important;
}
.u-stroke-color-215 {
stroke: #215 !important;
}
.u-background-color-216 {
background-color: #216 !important;
}
.u-border-color-216 {
border-color: #216 !important;
}
.u-text-color-216 {
color: #216 !important;
}
.u-fill-color-216 {
fill: #216 !important;
}
.u-stroke-color-216 {
stroke: #216 !important;
}
.u-background-color-217 {
background-color: #217 !important;
}
.u-border-color-217 {
border-color: #217 !important;
}
.u-text-color-217 {
color: #217 !important;
}
.u-fill-color-217 {
fill: #217 !important;
}
.u-stroke-color-217 {
stroke: #217 !important;
}
.u-background-color-218 {
background-color: #218 !important;
}
.u-border-color-218 {
border-color: #218 !important;
}
.u-text-color-218 {
color: #218 !important;
}
.u-fill-color-218 {
fill: #218 !important;
}
.u-stroke-color-218 {
stroke: #218 !important;
}
.u-background-color-219 {
background-color: #219 !important;
}
.u-border-color-219 {
border-color: #219 !important;
}
.u-text-color-219 {
color: #219 !important;
}
.u-fill-color-219 {
fill: #219 !important;
}
.u-stroke-color-219 {
stroke: #219 !important;
}
.u-background-color-220 {
background-color: #220 !important;
}
.u-border-color-220 {
border-color: #220 !important;
}
.u-text-color-220 {
color: #220 !important;
}
.u-fill-color-220 {
fill: #220 !important;
}
.u-stroke-color-220 {
stroke: #220 !important;
}
.u-background-color-221 {
background-color: #221 !important;
}
.u-border-color-221 {
border-color: #221 !important;
}
.u-text-color-221 {
color: #221 !important;
}
.u-fill-color-221 {
fill: #221 !important;
}
.u-stroke-color-221 {
stroke: #221 !important;
}
.u-background-color-222 {
background-color: #222 !important;
}
.u-border-color-222 {
border-color: #222 !important;
}
.u-text-color-222 {
color: #222 !important;
}
.u-fill-color-222 {
fill: #222 !important;
}
.u-stroke-color-222 {
stroke: #222 !important;
}
.u-background-color-223 {
background-color: #223 !important;
}
.u-border-color-223 {
border-color: #223 !important;
}
.u-text-color-223 {
color: #223 !important;
}
.u-fill-color-223 {
fill: #223 !important;
}
.u-stroke-color-223 {
stroke: #223 !important;
}
.u-background-color-224 {
background-color: #224 !important;
}
.u-border-color-224 {
border-color: #224 !important;
}
.u-text-color-224 {
color: #224 !important;
}
.u-fill-color-224 {
fill: #224 !important;
}
.u-stroke-color-224 {
stroke: #224 !important;
}
.u-background-color-225 {
background-color: #225 !important;
}
.u-border-color-225 {
border-color: #225 !important;
}
.u-text-color-225 {
color: #225 !important;
}
.u-fill-color-225 {
fill: #225 !important;
}
.u-stroke-color-225 {
stroke: #225 !important;
}
.u-background-color-226 {
background-color: #226 !important;
}
.u-border-color-226 {
border-color: #226 !important;
}
.u-text-color-226 {
color: #226 !important;
}
.u-fill-color-226 {
fill: #226 !important;
}
.u-stroke-color-226 {
stroke: #226 !important;
}
.u-background-color-227 {
background-color: #227 !important;
}
.u-border-color-227 {
border-color: #227 !important;
}
.u-text-color-227 {
color: #227 !important;
}
.u-fill-color-227 {
fill: #227 !important;
}
.u-stroke-color-227 {
stroke: #227 !important;
}
.u-background-color-228 {
background-color: #228 !important;
}
.u-border-color-228 {
border-color: #228 !important;
}
.u-text-color-228 {
color: #228 !important;
}
.u-fill-color-228 {
fill: #228 !important;
}
.u-stroke-color-228 {
stroke: #228 !important;
}
.u-background-color-229 {
background-color: #229 !important;
}
.u-border-color-229 {
border-color: #229 !important;
}
.u-text-color-229 {
color: #229 !important;
}
.u-fill-color-229 {
fill: #229 !important;
}
.u-stroke-color-229 {
stroke: #229 !important;
}
.u-background-color-230 {
background-color: #230 !important;
}
.u-border-color-230 {
border-color: #230 !important;
}
.u-text-color-230 {
color: #230 !important;
}
.u-fill-color-230 {
fill: #230 !important;
}
.u-stroke-color-230 {
stroke: #230 !important;
}
.u-background-color-231 {
background-color: #231 !important;
}
.u-border-color-231 {
border-color: #231 !important;
}
.u-text-color-231 {
color: #231 !important;
}
.u-fill-color-231 {
fill: #231 !important;
}
.u-stroke-color-231 {
stroke: #231 !important;
}
.u-background-color-232 {
background-color: #232 !important;
}
.u-border-color-232 {
border-color: #232 !important;
}
.u-text-color-232 {
color: #232 !important;
}
.u-fill-color-232 {
fill: #232 !important;
}
.u-stroke-color-232 {
stroke: #232 !important;
}
.u-background-color-233 {
background-color: #233 !important;
}
.u-border-color-233 {
border-color: #233 !important;
}
.u-text-color-233 {
color: #233 !important;
}
.u-fill-color-233 {
fill: #233 !important;
}
.u-stroke-color-233 {
stroke: #233 !important;
}
.u-background-color-234 {
background-color: #234 !important;
}
.u-border-color-234 {
border-color: #234 !important;
}
.u-text-color-234 {
color: #234 !important;
}
.u-fill-color-234 {
fill: #234 !important;
}
.u-stroke-color-234 {
stroke: #234 !important;
}
.u-background-color-235 {
background-color: #235 !important;
}
.u-border-color-235 {
border-color: #235 !important;
}
.u-text-color-235 {
color: #235 !important;
}
.u-fill-color-235 {
fill: #235 !important;
}
.u-stroke-color-235 {
stroke: #235 !important;
}
.u-background-color-236 {
background-color: #236 !important;
}
.u-border-color-236 {
border-color: #236 !important;
}
.u-text-color-236 {
color: #236 !important;
}
.u-fill-color-236 {
fill: #236 !important;
}
.u-stroke-color-236 {
stroke: #236 !important;
}
.u-background-color-237 {
background-color: #237 !important;
}
.u-border-color-237 {
border-color: #237 !important;
}
.u-text-color-237 {
color: #237 !important;
}
.u-fill-color-237 {
fill: #237 !important;
}
.u-stroke-color-237 {
stroke: #237 !important;
}
.u-background-color-238 {
background-color: #238 !important;
}
.u-border-color-238 {
border-color: #238 !important;
}
.u-text-color-238 {
color: #238 !important;
}
.u-fill-color-238 {
fill: #238 !important;
}
.u-stroke-color-238 {
stroke: #238 !important;
}
.u-background-color-239 {
background-color: #239 !important;
}
.u-border-color-239 {
border-color: #239 !important;
}
.u-text-color-239 {
color: #239 !important;
}
.u-fill-color-239 {
fill: #239 !important;
}
.u-stroke-color-239 {
stroke: #239 !important;
}
.u-background-color-240 {
background-color: #240 !important;
}
.u-border-color-240 {
border-color: #240 !important;
}
.u-text-color-240 {
color: #240 !important;
}
.u-fill-color-240 {
fill: #240 !important;
}
.u-stroke-color-240 {
stroke: #240 !important;
}
.u-background-color-241 {
background-color: #241 !important;
}
.u-border-color-241 {
border-color: #241 !important;
}
.u-text-color-241 {
color: #241 !important;
}
.u-fill-color-241 {
fill: #241 !important;
}
.u-stroke-color-241 {
stroke: #241 !important;
}
.u-background-color-242 {
background-color: #242 !important;
}
.u-border-color-242 {
border-color: #242 !important;
}
.u-text-color-242 {
color: #242 !important;
}
.u-fill-color-242 {
fill: #242 !important;
}
.u-stroke-color-242 {
stroke: #242 !important;
}
.u-background-color-243 {
background-color: #243 !important;
}
.u-border-color-243 {
border-color: #243 !important;
}
.u-text-color-243 {
color: #243 !important;
}
.u-fill-color-243 {
fill: #243 !important;
}
.u-stroke-color-243 {
stroke: #243 !important;
}
.u-background-color-244 {
background-color: #244 !important;
}
.u-border-color-244 {
border-color: #244 !important;
}
.u-text-color-244 {
color: #244 !important;
}
.u-fill-color-244 {
fill: #244 !important;
}
.u-stroke-color-244 {
stroke: #244 !important;
}
.u-background-color-245 {
background-color: #245 !important;
}
.u-border-color-245 {
border-color: #245 !important;
}
.u-text-color-245 {
color: #245 !important;
}
.u-fill-color-245 {
fill: #245 !important;
}
.u-stroke-color-245 {
stroke: #245 !important;
}
.u-background-color-246 {
background-color: #246 !important;
}
.u-border-color-246 {
border-color: #246 !important;
}
.u-text-color-246 {
color: #246 !important;
}
.u-fill-color-246 {
fill: #246 !important;
}
.u-stroke-color-246 {
stroke: #246 !important;
}
.u-background-color-247 {
background-color: #247 !important;
}
.u-border-color-247 {
border-color: #247 !important;
}
.u-text-color-247 {
color: #247 !important;
}
.u-fill-color-247 {
fill: #247 !important;
}
.u-stroke-color-247 {
stroke: #247 !important;
}
.u-background-color-248 {
background-color: #248 !important;
}
.u-border-color-248 {
border-color: #248 !important;
}
.u-text-color-248 {
color: #248 !important;
}
.u-fill-color-248 {
fill: #248 !important;
}
.u-stroke-color-248 {
stroke: #248 !important;
}
.u-background-color-249 {
background-color: #249 !important;
}
.u-border-color-249 {
border-color: #249 !important;
}
.u-text-color-249 {
color: #249 !important;
}
.u-fill-color-249 {
fill: #249 !important;
}
.u-stroke-color-249 {
stroke: #249 !important;
}
.u-background-color-250 {
background-color: #250 !important;
}
.u-border-color-250 {
border-color: #250 !important;
}
.u-text-color-250 {
color: #250 !important;
}
.u-fill-color-250 {
fill: #250 !important;
}
.u-stroke-color-250 {
stroke: #250 !important;
}
.u-background-color-251 {
background-color: #251 !important;
}
.u-border-color-251 {
border-color: #251 !important;
}
.u-text-color-251 {
color: #251 !important;
}
.u-fill-color-251 {
fill: #251 !important;
}
.u-stroke-color-251 {
stroke: #251 !important;
}
.u-background-color-252 {
background-color: #252 !important;
}
.u-border-color-252 {
border-color: #252 !important;
}
.u-text-color-252 {
color: #252 !important;
}
.u-fill-color-252 {
fill: #252 !important;
}
.u-stroke-color-252 {
stroke: #252 !important;
}
.u-background-color-253 {
background-color: #253 !important;
}
.u-border-color-253 {
border-color: #253 !important;
}
.u-text-color-253 {
color: #253 !important;
}
.u-fill-color-253 {
fill: #253 !important;
}
.u-stroke-color-253 {
stroke: #253 !important;
}
.u-background-color-254 {
background-color: #254 !important;
}
.u-border-color-254 {
border-color: #254 !important;
}
.u-text-color-254 {
color: #254 !important;
}
.u-fill-color-254 {
fill: #254 !important;
}
.u-stroke-color-254 {
stroke: #254 !important;
}
.u-background-color-255 {
background-color: #255 !important;
}
.u-border-color-255 {
border-color: #255 !important;
}
.u-text-color-255 {
color: #255 !important;
}
.u-fill-color-255 {
fill: #255 !important;
}
.u-stroke-color-255 {
stroke: #255 !important;
}
.u-background-color-256 {
background-color: #256 !important;
}
.u-border-color-256 {
border-color: #256 !important;
}
.u-text-color-256 {
color: #256 !important;
}
.u-fill-color-256 {
fill: #256 !important;
}
.u-stroke-color-256 {
stroke: #256 !important;
}
.u-background-color-257 {
background-color: #257 !important;
}
.u-border-color-257 {
border-color: #257 !important;
}
.u-text-color-257 {
color: #257 !important;
}
.u-fill-color-257 {
fill: #257 !important;
}
.u-stroke-color-257 {
stroke: #257 !important;
}
.u-background-color-258 {
background-color: #258 !important;
}
.u-border-color-258 {
border-color: #258 !important;
}
.u-text-color-258 {
color: #258 !important;
}
.u-fill-color-258 {
fill: #258 !important;
}
.u-stroke-color-258 {
stroke: #258 !important;
}
.u-background-color-259 {
background-color: #259 !important;
}
.u-border-color-259 {
border-color: #259 !important;
}
.u-text-color-259 {
color: #259 !important;
}
.u-fill-color-259 {
fill: #259 !important;
}
.u-stroke-color-259 {
stroke: #259 !important;
}
.u-background-color-260 {
background-color: #260 !important;
}
.u-border-color-260 {
border-color: #260 !important;
}
.u-text-color-260 {
color: #260 !important;
}
.u-fill-color-260 {
fill: #260 !important;
}
.u-stroke-color-260 {
stroke: #260 !important;
}
.u-background-color-261 {
background-color: #261 !important;
}
.u-border-color-261 {
border-color: #261 !important;
}
.u-text-color-261 {
color: #261 !important;
}
.u-fill-color-261 {
fill: #261 !important;
}
.u-stroke-color-261 {
stroke: #261 !important;
}
.u-background-color-262 {
background-color: #262 !important;
}
.u-border-color-262 {
border-color: #262 !important;
}
.u-text-color-262 {
color: #262 !important;
}
.u-fill-color-262 {
fill: #262 !important;
}
.u-stroke-color-262 {
stroke: #262 !important;
}
.u-background-color-263 {
background-color: #263 !important;
}
.u-border-color-263 {
border-color: #263 !important;
}
.u-text-color-263 {
color: #263 !important;
}
.u-fill-color-263 {
fill: #263 !important;
}
.u-stroke-color-263 {
stroke: #263 !important;
}
.u-background-color-264 {
background-color: #264 !important;
}
.u-border-color-264 {
border-color: #264 !important;
}
.u-text-color-264 {
color: #264 !important;
}
.u-fill-color-264 {
fill: #264 !important;
}
.u-stroke-color-264 {
stroke: #264 !important;
}
.u-background-color-265 {
background-color: #265 !important;
}
.u-border-color-265 {
border-color: #265 !important;
}
.u-text-color-265 {
color: #265 !important;
}
.u-fill-color-265 {
fill: #265 !important;
}
.u-stroke-color-265 {
stroke: #265 !important;
}
.u-background-color-266 {
background-color: #266 !important;
}
.u-border-color-266 {
border-color: #266 !important;
}
.u-text-color-266 {
color: #266 !important;
}
.u-fill-color-266 {
fill: #266 !important;
}
.u-stroke-color-266 {
stroke: #266 !important;
}
.u-background-color-267 {
background-color: #267 !important;
}
.u-border-color-267 {
border-color: #267 !important;
}
.u-text-color-267 {
color: #267 !important;
}
.u-fill-color-267 {
fill: #267 !important;
}
.u-stroke-color-267 {
stroke: #267 !important;
}
.u-background-color-268 {
background-color: #268 !important;
}
.u-border-color-268 {
border-color: #268 !important;
}
.u-text-color-268 {
color: #268 !important;
}
.u-fill-color-268 {
fill: #268 !important;
}
.u-stroke-color-268 {
stroke: #268 !important;
}
.u-background-color-269 {
background-color: #269 !important;
}
.u-border-color-269 {
border-color: #269 !important;
}
.u-text-color-269 {
color: #269 !important;
}
.u-fill-color-269 {
fill: #269 !important;
}
.u-stroke-color-269 {
stroke: #269 !important;
}
.u-background-color-270 {
background-color: #270 !important;
}
.u-border-color-270 {
border-color: #270 !important;
}
.u-text-color-270 {
color: #270 !important;
}
.u-fill-color-270 {
fill: #270 !important;
}
.u-stroke-color-270 {
stroke: #270 !important;
}
.u-background-color-271 {
background-color: #271 !important;
}
.u-border-color-271 {
border-color: #271 !important;
}
.u-text-color-271 {
color: #271 !important;
}
.u-fill-color-271 {
fill: #271 !important;
}
.u-stroke-color-271 {
stroke: #271 !important;
}
.u-background-color-272 {
background-color: #272 !important;
}
.u-border-color-272 {
border-color: #272 !important;
}
.u-text-color-272 {
color: #272 !important;
}
.u-fill-color-272 {
fill: #272 !important;
}
.u-stroke-color-272 {
stroke: #272 !important;
}
.u-background-color-273 {
background-color: #273 !important;
}
.u-border-color-273 {
border-color: #273 !important;
}
.u-text-color-273 {
color: #273 !important;
}
.u-fill-color-273 {
fill: #273 !important;
}
.u-stroke-color-273 {
stroke: #273 !important;
}
.u-background-color-274 {
background-color: #274 !important;
}
.u-border-color-274 {
border-color: #274 !important;
}
.u-text-color-274 {
color: #274 !important;
}
.u-fill-color-274 {
fill: #274 !important;
}
.u-stroke-color-274 {
stroke: #274 !important;
}
.u-background-color-275 {
background-color: #275 !important;
}
.u-border-color-275 {
border-color: #275 !important;
}
.u-text-color-275 {
color: #275 !important;
}
.u-fill-color-275 {
fill: #275 !important;
}
.u-stroke-color-275 {
stroke: #275 !important;
}
.u-background-color-276 {
background-color: #276 !important;
}
.u-border-color-276 {
border-color: #276 !important;
}
.u-text-color-276 {
color: #276 !important;
}
.u-fill-color-276 {
fill: #276 !important;
}
.u-stroke-color-276 {
stroke: #276 !important;
}
.u-background-color-277 {
background-color: #277 !important;
}
.u-border-color-277 {
border-color: #277 !important;
}
.u-text-color-277 {
color: #277 !important;
}
.u-fill-color-277 {
fill: #277 !important;
}
.u-stroke-color-277 {
stroke: #277 !important;
}
.u-background-color-278 {
background-color: #278 !important;
}
.u-border-color-278 {
border-color: #278 !important;
}
.u-text-color-278 {
color: #278 !important;
}
.u-fill-color-278 {
fill: #278 !important;
}
.u-stroke-color-278 {
stroke: #278 !important;
}
.u-background-color-279 {
background-color: #279 !important;
}
.u-border-color-279 {
border-color: #279 !important;
}
.u-text-color-279 {
color: #279 !important;
}
.u-fill-color-279 {
fill: #279 !important;
}
.u-stroke-color-279 {
stroke: #279 !important;
}
.u-background-color-280 {
background-color: #280 !important;
}
.u-border-color-280 {
border-color: #280 !important;
}
.u-text-color-280 {
color: #280 !important;
}
.u-fill-color-280 {
fill: #280 !important;
}
.u-stroke-color-280 {
stroke: #280 !important;
}
.u-background-color-281 {
background-color: #281 !important;
}
.u-border-color-281 {
border-color: #281 !important;
}
.u-text-color-281 {
color: #281 !important;
}
.u-fill-color-281 {
fill: #281 !important;
}
.u-stroke-color-281 {
stroke: #281 !important;
}
.u-background-color-282 {
background-color: #282 !important;
}
.u-border-color-282 {
border-color: #282 !important;
}
.u-text-color-282 {
color: #282 !important;
}
.u-fill-color-282 {
fill: #282 !important;
}
.u-stroke-color-282 {
stroke: #282 !important;
}
.u-background-color-283 {
background-color: #283 !important;
}
.u-border-color-283 {
border-color: #283 !important;
}
.u-text-color-283 {
color: #283 !important;
}
.u-fill-color-283 {
fill: #283 !important;
}
.u-stroke-color-283 {
stroke: #283 !important;
}
.u-background-color-284 {
background-color: #284 !important;
}
.u-border-color-284 {
border-color: #284 !important;
}
.u-text-color-284 {
color: #284 !important;
}
.u-fill-color-284 {
fill: #284 !important;
}
.u-stroke-color-284 {
stroke: #284 !important;
}
.u-background-color-285 {
background-color: #285 !important;
}
.u-border-color-285 {
border-color: #285 !important;
}
.u-text-color-285 {
color: #285 !important;
}
.u-fill-color-285 {
fill: #285 !important;
}
.u-stroke-color-285 {
stroke: #285 !important;
}
.u-background-color-286 {
background-color: #286 !important;
}
.u-border-color-286 {
border-color: #286 !important;
}
.u-text-color-286 {
color: #286 !important;
}
.u-fill-color-286 {
fill: #286 !important;
}
.u-stroke-color-286 {
stroke: #286 !important;
}
.u-background-color-287 {
background-color: #287 !important;
}
.u-border-color-287 {
border-color: #287 !important;
}
.u-text-color-287 {
color: #287 !important;
}
.u-fill-color-287 {
fill: #287 !important;
}
.u-stroke-color-287 {
stroke: #287 !important;
}
.u-background-color-288 {
background-color: #288 !important;
}
.u-border-color-288 {
border-color: #288 !important;
}
.u-text-color-288 {
color: #288 !important;
}
.u-fill-color-288 {
fill: #288 !important;
}
.u-stroke-color-288 {
stroke: #288 !important;
}
.u-background-color-289 {
background-color: #289 !important;
}
.u-border-color-289 {
border-color: #289 !important;
}
.u-text-color-289 {
color: #289 !important;
}
.u-fill-color-289 {
fill: #289 !important;
}
.u-stroke-color-289 {
stroke: #289 !important;
}
.u-background-color-290 {
background-color: #290 !important;
}
.u-border-color-290 {
border-color: #290 !important;
}
.u-text-color-290 {
color: #290 !important;
}
.u-fill-color-290 {
fill: #290 !important;
}
.u-stroke-color-290 {
stroke: #290 !important;
}
.u-background-color-291 {
background-color: #291 !important;
}
.u-border-color-291 {
border-color: #291 !important;
}
.u-text-color-291 {
color: #291 !important;
}
.u-fill-color-291 {
fill: #291 !important;
}
.u-stroke-color-291 {
stroke: #291 !important;
}
.u-background-color-292 {
background-color: #292 !important;
}
.u-border-color-292 {
border-color: #292 !important;
}
.u-text-color-292 {
color: #292 !important;
}
.u-fill-color-292 {
fill: #292 !important;
}
.u-stroke-color-292 {
stroke: #292 !important;
}
.u-background-color-293 {
background-color: #293 !important;
}
.u-border-color-293 {
border-color: #293 !important;
}
.u-text-color-293 {
color: #293 !important;
}
.u-fill-color-293 {
fill: #293 !important;
}
.u-stroke-color-293 {
stroke: #293 !important;
}
.u-background-color-294 {
background-color: #294 !important;
}
.u-border-color-294 {
border-color: #294 !important;
}
.u-text-color-294 {
color: #294 !important;
}
.u-fill-color-294 {
fill: #294 !important;
}
.u-stroke-color-294 {
stroke: #294 !important;
}
.u-background-color-295 {
background-color: #295 !important;
}
.u-border-color-295 {
border-color: #295 !important;
}
.u-text-color-295 {
color: #295 !important;
}
.u-fill-color-295 {
fill: #295 !important;
}
.u-stroke-color-295 {
stroke: #295 !important;
}
.u-background-color-296 {
background-color: #296 !important;
}
.u-border-color-296 {
border-color: #296 !important;
}
.u-text-color-296 {
color: #296 !important;
}
.u-fill-color-296 {
fill: #296 !important;
}
.u-stroke-color-296 {
stroke: #296 !important;
}
.u-background-color-297 {
background-color: #297 !important;
}
.u-border-color-297 {
border-color: #297 !important;
}
.u-text-color-297 {
color: #297 !important;
}
.u-fill-color-297 {
fill: #297 !important;
}
.u-stroke-color-297 {
stroke: #297 !important;
}
.u-background-color-298 {
background-color: #298 !important;
}
.u-border-color-298 {
border-color: #298 !important;
}
.u-text-color-298 {
color: #298 !important;
}
.u-fill-color-298 {
fill: #298 !important;
}
.u-stroke-color-298 {
stroke: #298 !important;
}
.u-background-color-299 {
background-color: #299 !important;
}
.u-border-color-299 {
border-color: #299 !important;
}
.u-text-color-299 {
color: #299 !important;
}
.u-fill-color-299 {
fill: #299 !important;
}
.u-stroke-color-299 {
stroke: #299 !important;
}
.u-background-color-300 {
background-color: #300 !important;
}
.u-border-color-300 {
border-color: #300 !important;
}
.u-text-color-300 {
color: #300 !important;
}
.u-fill-color-300 {
fill: #300 !important;
}
.u-stroke-color-300 {
stroke: #300 !important;
}
.u-background-color-301 {
background-color: #301 !important;
}
.u-border-color-301 {
border-color: #301 !important;
}
.u-text-color-301 {
color: #301 !important;
}
.u-fill-color-301 {
fill: #301 !important;
}
.u-stroke-color-301 {
stroke: #301 !important;
}
.u-background-color-302 {
background-color: #302 !important;
}
.u-border-color-302 {
border-color: #302 !important;
}
.u-text-color-302 {
color: #302 !important;
}
.u-fill-color-302 {
fill: #302 !important;
}
.u-stroke-color-302 {
stroke: #302 !important;
}
.u-background-color-303 {
background-color: #303 !important;
}
.u-border-color-303 {
border-color: #303 !important;
}
.u-text-color-303 {
color: #303 !important;
}
.u-fill-color-303 {
fill: #303 !important;
}
.u-stroke-color-303 {
stroke: #303 !important;
}
.u-background-color-304 {
background-color: #304 !important;
}
.u-border-color-304 {
border-color: #304 !important;
}
.u-text-color-304 {
color: #304 !important;
}
.u-fill-color-304 {
fill: #304 !important;
}
.u-stroke-color-304 {
stroke: #304 !important;
}
.u-background-color-305 {
background-color: #305 !important;
}
.u-border-color-305 {
border-color: #305 !important;
}
.u-text-color-305 {
color: #305 !important;
}
.u-fill-color-305 {
fill: #305 !important;
}
.u-stroke-color-305 {
stroke: #305 !important;
}
.u-background-color-306 {
background-color: #306 !important;
}
.u-border-color-306 {
border-color: #306 !important;
}
.u-text-color-306 {
color: #306 !important;
}
.u-fill-color-306 {
fill: #306 !important;
}
.u-stroke-color-306 {
stroke: #306 !important;
}
.u-background-color-307 {
background-color: #307 !important;
}
.u-border-color-307 {
border-color: #307 !important;
}
.u-text-color-307 {
color: #307 !important;
}
.u-fill-color-307 {
fill: #307 !important;
}
.u-stroke-color-307 {
stroke: #307 !important;
}
.u-background-color-308 {
background-color: #308 !important;
}
.u-border-color-308 {
border-color: #308 !important;
}
.u-text-color-308 {
color: #308 !important;
}
.u-fill-color-308 {
fill: #308 !important;
}
.u-stroke-color-308 {
stroke: #308 !important;
}
.u-background-color-309 {
background-color: #309 !important;
}
.u-border-color-309 {
border-color: #309 !important;
}
.u-text-color-309 {
color: #309 !important;
}
.u-fill-color-309 {
fill: #309 !important;
}
.u-stroke-color-309 {
stroke: #309 !important;
}
.u-background-color-310 {
background-color: #310 !important;
}
.u-border-color-310 {
border-color: #310 !important;
}
.u-text-color-310 {
color: #310 !important;
}
.u-fill-color-310 {
fill: #310 !important;
}
.u-stroke-color-310 {
stroke: #310 !important;
}
.u-background-color-311 {
background-color: #311 !important;
}
.u-border-color-311 {
border-color: #311 !important;
}
.u-text-color-311 {
color: #311 !important;
}
.u-fill-color-311 {
fill: #311 !important;
}
.u-stroke-color-311 {
stroke: #311 !important;
}
.u-background-color-312 {
background-color: #312 !important;
}
.u-border-color-312 {
border-color: #312 !important;
}
.u-text-color-312 {
color: #312 !important;
}
.u-fill-color-312 {
fill: #312 !important;
}
.u-stroke-color-312 {
stroke: #312 !important;
}
.u-background-color-313 {
background-color: #313 !important;
}
.u-border-color-313 {
border-color: #313 !important;
}
.u-text-color-313 {
color: #313 !important;
}
.u-fill-color-313 {
fill: #313 !important;
}
.u-stroke-color-313 {
stroke: #313 !important;
}
.u-background-color-314 {
background-color: #314 !important;
}
.u-border-color-314 {
border-color: #314 !important;
}
.u-text-color-314 {
color: #314 !important;
}
.u-fill-color-314 {
fill: #314 !important;
}
.u-stroke-color-314 {
stroke: #314 !important;
}
.u-background-color-315 {
background-color: #315 !important;
}
.u-border-color-315 {
border-color: #315 !important;
}
.u-text-color-315 {
color: #315 !important;
}
.u-fill-color-315 {
fill: #315 !important;
}
.u-stroke-color-315 {
stroke: #315 !important;
}
.u-background-color-316 {
background-color: #316 !important;
}
.u-border-color-316 {
border-color: #316 !important;
}
.u-text-color-316 {
color: #316 !important;
}
.u-fill-color-316 {
fill: #316 !important;
}
.u-stroke-color-316 {
stroke: #316 !important;
}
.u-background-color-317 {
background-color: #317 !important;
}
.u-border-color-317 {
border-color: #317 !important;
}
.u-text-color-317 {
color: #317 !important;
}
.u-fill-color-317 {
fill: #317 !important;
}
.u-stroke-color-317 {
stroke: #317 !important;
}
.u-background-color-318 {
background-color: #318 !important;
}
.u-border-color-318 {
border-color: #318 !important;
}
.u-text-color-318 {
color: #318 !important;
}
.u-fill-color-318 {
fill: #318 !important;
}
.u-stroke-color-318 {
stroke: #318 !important;
}
.u-background-color-319 {
background-color: #319 !important;
}
.u-border-color-319 {
border-color: #319 !important;
}
.u-text-color-319 {
color: #319 !important;
}
.u-fill-color-319 {
fill: #319 !important;
}
.u-stroke-color-319 {
stroke: #319 !important;
}
.u-background-color-320 {
background-color: #320 !important;
}
.u-border-color-320 {
border-color: #320 !important;
}
.u-text-color-320 {
color: #320 !important;
}
.u-fill-color-320 {
fill: #320 !important;
}
.u-stroke-color-320 {
stroke: #320 !important;
}
.u-background-color-321 {
background-color: #321 !important;
}
.u-border-color-321 {
border-color: #321 !important;
}
.u-text-color-321 {
color: #321 !important;
}
.u-fill-color-321 {
fill: #321 !important;
}
.u-stroke-color-321 {
stroke: #321 !important;
}
.u-background-color-322 {
background-color: #322 !important;
}
.u-border-color-322 {
border-color: #322 !important;
}
.u-text-color-322 {
color: #322 !important;
}
.u-fill-color-322 {
fill: #322 !important;
}
.u-stroke-color-322 {
stroke: #322 !important;
}
.u-background-color-323 {
background-color: #323 !important;
}
.u-border-color-323 {
border-color: #323 !important;
}
.u-text-color-323 {
color: #323 !important;
}
.u-fill-color-323 {
fill: #323 !important;
}
.u-stroke-color-323 {
stroke: #323 !important;
}
.u-background-color-324 {
background-color: #324 !important;
}
.u-border-color-324 {
border-color: #324 !important;
}
.u-text-color-324 {
color: #324 !important;
}
.u-fill-color-324 {
fill: #324 !important;
}
.u-stroke-color-324 {
stroke: #324 !important;
}
.u-background-color-325 {
background-color: #325 !important;
}
.u-border-color-325 {
border-color: #325 !important;
}
.u-text-color-325 {
color: #325 !important;
}
.u-fill-color-325 {
fill: #325 !important;
}
.u-stroke-color-325 {
stroke: #325 !important;
}
.u-background-color-326 {
background-color: #326 !important;
}
.u-border-color-326 {
border-color: #326 !important;
}
.u-text-color-326 {
color: #326 !important;
}
.u-fill-color-326 {
fill: #326 !important;
}
.u-stroke-color-326 {
stroke: #326 !important;
}
.u-background-color-327 {
background-color: #327 !important;
}
.u-border-color-327 {
border-color: #327 !important;
}
.u-text-color-327 {
color: #327 !important;
}
.u-fill-color-327 {
fill: #327 !important;
}
.u-stroke-color-327 {
stroke: #327 !important;
}
.u-background-color-328 {
background-color: #328 !important;
}
.u-border-color-328 {
border-color: #328 !important;
}
.u-text-color-328 {
color: #328 !important;
}
.u-fill-color-328 {
fill: #328 !important;
}
.u-stroke-color-328 {
stroke: #328 !important;
}
.u-background-color-329 {
background-color: #329 !important;
}
.u-border-color-329 {
border-color: #329 !important;
}
.u-text-color-329 {
color: #329 !important;
}
.u-fill-color-329 {
fill: #329 !important;
}
.u-stroke-color-329 {
stroke: #329 !important;
}
.u-background-color-330 {
background-color: #330 !important;
}
.u-border-color-330 {
border-color: #330 !important;
}
.u-text-color-330 {
color: #330 !important;
}
.u-fill-color-330 {
fill: #330 !important;
}
.u-stroke-color-330 {
stroke: #330 !important;
}
.u-background-color-331 {
background-color: #331 !important;
}
.u-border-color-331 {
border-color: #331 !important;
}
.u-text-color-331 {
color: #331 !important;
}
.u-fill-color-331 {
fill: #331 !important;
}
.u-stroke-color-331 {
stroke: #331 !important;
}
.u-background-color-332 {
background-color: #332 !important;
}
.u-border-color-332 {
border-color: #332 !important;
}
.u-text-color-332 {
color: #332 !important;
}
.u-fill-color-332 {
fill: #332 !important;
}
.u-stroke-color-332 {
stroke: #332 !important;
}
.u-background-color-333 {
background-color: #333 !important;
}
.u-border-color-333 {
border-color: #333 !important;
}
.u-text-color-333 {
color: #333 !important;
}
.u-fill-color-333 {
fill: #333 !important;
}
.u-stroke-color-333 {
stroke: #333 !important;
}
.u-background-color-334 {
background-color: #334 !important;
}
.u-border-color-334 {
border-color: #334 !important;
}
.u-text-color-334 {
color: #334 !important;
}
.u-fill-color-334 {
fill: #334 !important;
}
.u-stroke-color-334 {
stroke: #334 !important;
}
.u-background-color-335 {
background-color: #335 !important;
}
.u-border-color-335 {
border-color: #335 !important;
}
.u-text-color-335 {
color: #335 !important;
}
.u-fill-color-335 {
fill: #335 !important;
}
.u-stroke-color-335 {
stroke: #335 !important;
}
.u-background-color-336 {
background-color: #336 !important;
}
.u-border-color-336 {
border-color: #336 !important;
}
.u-text-color-336 {
color: #336 !important;
}
.u-fill-color-336 {
fill: #336 !important;
}
.u-stroke-color-336 {
stroke: #336 !important;
}
.u-background-color-337 {
background-color: #337 !important;
}
.u-border-color-337 {
border-color: #337 !important;
}
.u-text-color-337 {
color: #337 !important;
}
.u-fill-color-337 {
fill: #337 !important;
}
.u-stroke-color-337 {
stroke: #337 !important;
}
.u-background-color-338 {
background-color: #338 !important;
}
.u-border-color-338 {
border-color: #338 !important;
}
.u-text-color-338 {
color: #338 !important;
}
.u-fill-color-338 {
fill: #338 !important;
}
.u-stroke-color-338 {
stroke: #338 !important;
}
.u-background-color-339 {
background-color: #339 !important;
}
.u-border-color-339 {
border-color: #339 !important;
}
.u-text-color-339 {
color: #339 !important;
}
.u-fill-color-339 {
fill: #339 !important;
}
.u-stroke-color-339 {
stroke: #339 !important;
}
.u-background-color-340 {
background-color: #340 !important;
}
.u-border-color-340 {
border-color: #340 !important;
}
.u-text-color-340 {
color: #340 !important;
}
.u-fill-color-340 {
fill: #340 !important;
}
.u-stroke-color-340 {
stroke: #340 !important;
}
.u-background-color-341 {
background-color: #341 !important;
}
.u-border-color-341 {
border-color: #341 !important;
}
.u-text-color-341 {
color: #341 !important;
}
.u-fill-color-341 {
fill: #341 !important;
}
.u-stroke-color-341 {
stroke: #341 !important;
}
.u-background-color-342 {
background-color: #342 !important;
}
.u-border-color-342 {
border-color: #342 !important;
}
.u-text-color-342 {
color: #342 !important;
}
.u-fill-color-342 {
fill: #342 !important;
}
.u-stroke-color-342 {
stroke: #342 !important;
}
.u-background-color-343 {
background-color: #343 !important;
}
.u-border-color-343 {
border-color: #343 !important;
}
.u-text-color-343 {
color: #343 !important;
}
.u-fill-color-343 {
fill: #343 !important;
}
.u-stroke-color-343 {
stroke: #343 !important;
}
.u-background-color-344 {
background-color: #344 !important;
}
.u-border-color-344 {
border-color: #344 !important;
}
.u-text-color-344 {
color: #344 !important;
}
.u-fill-color-344 {
fill: #344 !important;
}
.u-stroke-color-344 {
stroke: #344 !important;
}
.u-background-color-345 {
background-color: #345 !important;
}
.u-border-color-345 {
border-color: #345 !important;
}
.u-text-color-345 {
color: #345 !important;
}
.u-fill-color-345 {
fill: #345 !important;
}
.u-stroke-color-345 {
stroke: #345 !important;
}
.u-background-color-346 {
background-color: #346 !important;
}
.u-border-color-346 {
border-color: #346 !important;
}
.u-text-color-346 {
color: #346 !important;
}
.u-fill-color-346 {
fill: #346 !important;
}
.u-stroke-color-346 {
stroke: #346 !important;
}
.u-background-color-347 {
background-color: #347 !important;
}
.u-border-color-347 {
border-color: #347 !important;
}
.u-text-color-347 {
color: #347 !important;
}
.u-fill-color-347 {
fill: #347 !important;
}
.u-stroke-color-347 {
stroke: #347 !important;
}
.u-background-color-348 {
background-color: #348 !important;
}
.u-border-color-348 {
border-color: #348 !important;
}
.u-text-color-348 {
color: #348 !important;
}
.u-fill-color-348 {
fill: #348 !important;
}
.u-stroke-color-348 {
stroke: #348 !important;
}
.u-background-color-349 {
background-color: #349 !important;
}
.u-border-color-349 {
border-color: #349 !important;
}
.u-text-color-349 {
color: #349 !important;
}
.u-fill-color-349 {
fill: #349 !important;
}
.u-stroke-color-349 {
stroke: #349 !important;
}
.u-background-color-350 {
background-color: #350 !important;
}
.u-border-color-350 {
border-color: #350 !important;
}
.u-text-color-350 {
color: #350 !important;
}
.u-fill-color-350 {
fill: #350 !important;
}
.u-stroke-color-350 {
stroke: #350 !important;
}
.u-background-color-351 {
background-color: #351 !important;
}
.u-border-color-351 {
border-color: #351 !important;
}
.u-text-color-351 {
color: #351 !important;
}
.u-fill-color-351 {
fill: #351 !important;
}
.u-stroke-color-351 {
stroke: #351 !important;
}
.u-background-color-352 {
background-color: #352 !important;
}
.u-border-color-352 {
border-color: #352 !important;
}
.u-text-color-352 {
color: #352 !important;
}
.u-fill-color-352 {
fill: #352 !important;
}
.u-stroke-color-352 {
stroke: #352 !important;
}
.u-background-color-353 {
background-color: #353 !important;
}
.u-border-color-353 {
border-color: #353 !important;
}
.u-text-color-353 {
color: #353 !important;
}
.u-fill-color-353 {
fill: #353 !important;
}
.u-stroke-color-353 {
stroke: #353 !important;
}
.u-background-color-354 {
background-color: #354 !important;
}
.u-border-color-354 {
border-color: #354 !important;
}
.u-text-color-354 {
color: #354 !important;
}
.u-fill-color-354 {
fill: #354 !important;
}
.u-stroke-color-354 {
stroke: #354 !important;
}
.u-background-color-355 {
background-color: #355 !important;
}
.u-border-color-355 {
border-color: #355 !important;
}
.u-text-color-355 {
color: #355 !important;
}
.u-fill-color-355 {
fill: #355 !important;
}
.u-stroke-color-355 {
stroke: #355 !important;
}
.u-background-color-356 {
background-color: #356 !important;
}
.u-border-color-356 {
border-color: #356 !important;
}
.u-text-color-356 {
color: #356 !important;
}
.u-fill-color-356 {
fill: #356 !important;
}
.u-stroke-color-356 {
stroke: #356 !important;
}
.u-background-color-357 {
background-color: #357 !important;
}
.u-border-color-357 {
border-color: #357 !important;
}
.u-text-color-357 {
color: #357 !important;
}
.u-fill-color-357 {
fill: #357 !important;
}
.u-stroke-color-357 {
stroke: #357 !important;
}
.u-background-color-358 {
background-color: #358 !important;
}
.u-border-color-358 {
border-color: #358 !important;
}
.u-text-color-358 {
color: #358 !important;
}
.u-fill-color-358 {
fill: #358 !important;
}
.u-stroke-color-358 {
stroke: #358 !important;
}
.u-background-color-359 {
background-color: #359 !important;
}
.u-border-color-359 {
border-color: #359 !important;
}
.u-text-color-359 {
color: #359 !important;
}
.u-fill-color-359 {
fill: #359 !important;
}
.u-stroke-color-359 {
stroke: #359 !important;
}
.u-background-color-360 {
background-color: #360 !important;
}
.u-border-color-360 {
border-color: #360 !important;
}
.u-text-color-360 {
color: #360 !important;
}
.u-fill-color-360 {
fill: #360 !important;
}
.u-stroke-color-360 {
stroke: #360 !important;
}
.u-background-color-361 {
background-color: #361 !important;
}
.u-border-color-361 {
border-color: #361 !important;
}
.u-text-color-361 {
color: #361 !important;
}
.u-fill-color-361 {
fill: #361 !important;
}
.u-stroke-color-361 {
stroke: #361 !important;
}
.u-background-color-362 {
background-color: #362 !important;
}
.u-border-color-362 {
border-color: #362 !important;
}
.u-text-color-362 {
color: #362 !important;
}
.u-fill-color-362 {
fill: #362 !important;
}
.u-stroke-color-362 {
stroke: #362 !important;
}
.u-background-color-363 {
background-color: #363 !important;
}
.u-border-color-363 {
border-color: #363 !important;
}
.u-text-color-363 {
color: #363 !important;
}
.u-fill-color-363 {
fill: #363 !important;
}
.u-stroke-color-363 {
stroke: #363 !important;
}
.u-background-color-364 {
background-color: #364 !important;
}
.u-border-color-364 {
border-color: #364 !important;
}
.u-text-color-364 {
color: #364 !important;
}
.u-fill-color-364 {
fill: #364 !important;
}
.u-stroke-color-364 {
stroke: #364 !important;
}
.u-background-color-365 {
background-color: #365 !important;
}
.u-border-color-365 {
border-color: #365 !important;
}
.u-text-color-365 {
color: #365 !important;
}
.u-fill-color-365 {
fill: #365 !important;
}
.u-stroke-color-365 {
stroke: #365 !important;
}
.u-background-color-366 {
background-color: #366 !important;
}
.u-border-color-366 {
border-color: #366 !important;
}
.u-text-color-366 {
color: #366 !important;
}
.u-fill-color-366 {
fill: #366 !important;
}
.u-stroke-color-366 {
stroke: #366 !important;
}
.u-background-color-367 {
background-color: #367 !important;
}
.u-border-color-367 {
border-color: #367 !important;
}
.u-text-color-367 {
color: #367 !important;
}
.u-fill-color-367 {
fill: #367 !important;
}
.u-stroke-color-367 {
stroke: #367 !important;
}
.u-background-color-368 {
background-color: #368 !important;
}
.u-border-color-368 {
border-color: #368 !important;
}
.u-text-color-368 {
color: #368 !important;
}
.u-fill-color-368 {
fill: #368 !important;
}
.u-stroke-color-368 {
stroke: #368 !important;
}
.u-background-color-369 {
background-color: #369 !important;
}
.u-border-color-369 {
border-color: #369 !important;
}
.u-text-color-369 {
color: #369 !important;
}
.u-fill-color-369 {
fill: #369 !important;
}
.u-stroke-color-369 {
stroke: #369 !important;
}
.u-background-color-370 {
background-color: #370 !important;
}
.u-border-color-370 {
border-color: #370 !important;
}
.u-text-color-370 {
color: #370 !important;
}
.u-fill-color-370 {
fill: #370 !important;
}
.u-stroke-color-370 {
stroke: #370 !important;
}
.u-background-color-371 {
background-color: #371 !important;
}
.u-border-color-371 {
border-color: #371 !important;
}
.u-text-color-371 {
color: #371 !important;
}
.u-fill-color-371 {
fill: #371 !important;
}
.u-stroke-color-371 {
stroke: #371 !important;
}
.u-background-color-372 {
background-color: #372 !important;
}
.u-border-color-372 {
border-color: #372 !important;
}
.u-text-color-372 {
color: #372 !important;
}
.u-fill-color-372 {
fill: #372 !important;
}
.u-stroke-color-372 {
stroke: #372 !important;
}
.u-background-color-373 {
background-color: #373 !important;
}
.u-border-color-373 {
border-color: #373 !important;
}
.u-text-color-373 {
color: #373 !important;
}
.u-fill-color-373 {
fill: #373 !important;
}
.u-stroke-color-373 {
stroke: #373 !important;
}
.u-background-color-374 {
background-color: #374 !important;
}
.u-border-color-374 {
border-color: #374 !important;
}
.u-text-color-374 {
color: #374 !important;
}
.u-fill-color-374 {
fill: #374 !important;
}
.u-stroke-color-374 {
stroke: #374 !important;
}
.u-background-color-375 {
background-color: #375 !important;
}
.u-border-color-375 {
border-color: #375 !important;
}
.u-text-color-375 {
color: #375 !important;
}
.u-fill-color-375 {
fill: #375 !important;
}
.u-stroke-color-375 {
stroke: #375 !important;
}
.u-background-color-376 {
background-color: #376 !important;
}
.u-border-color-376 {
border-color: #376 !important;
}
.u-text-color-376 {
color: #376 !important;
}
.u-fill-color-376 {
fill: #376 !important;
}
.u-stroke-color-376 {
stroke: #376 !important;
}
.u-background-color-377 {
background-color: #377 !important;
}
.u-border-color-377 {
border-color: #377 !important;
}
.u-text-color-377 {
color: #377 !important;
}
.u-fill-color-377 {
fill: #377 !important;
}
.u-stroke-color-377 {
stroke: #377 !important;
}
.u-background-color-378 {
background-color: #378 !important;
}
.u-border-color-378 {
border-color: #378 !important;
}
.u-text-color-378 {
color: #378 !important;
}
.u-fill-color-378 {
fill: #378 !important;
}
.u-stroke-color-378 {
stroke: #378 !important;
}
.u-background-color-379 {
background-color: #379 !important;
}
.u-border-color-379 {
border-color: #379 !important;
}
.u-text-color-379 {
color: #379 !important;
}
.u-fill-color-379 {
fill: #379 !important;
}
.u-stroke-color-379 {
stroke: #379 !important;
}
.u-background-color-380 {
background-color: #380 !important;
}
.u-border-color-380 {
border-color: #380 !important;
}
.u-text-color-380 {
color: #380 !important;
}
.u-fill-color-380 {
fill: #380 !important;
}
.u-stroke-color-380 {
stroke: #380 !important;
}
.u-background-color-381 {
background-color: #381 !important;
}
.u-border-color-381 {
border-color: #381 !important;
}
.u-text-color-381 {
color: #381 !important;
}
.u-fill-color-381 {
fill: #381 !important;
}
.u-stroke-color-381 {
stroke: #381 !important;
}
.u-background-color-382 {
background-color: #382 !important;
}
.u-border-color-382 {
border-color: #382 !important;
}
.u-text-color-382 {
color: #382 !important;
}
.u-fill-color-382 {
fill: #382 !important;
}
.u-stroke-color-382 {
stroke: #382 !important;
}
.u-background-color-383 {
background-color: #383 !important;
}
.u-border-color-383 {
border-color: #383 !important;
}
.u-text-color-383 {
color: #383 !important;
}
.u-fill-color-383 {
fill: #383 !important;
}
.u-stroke-color-383 {
stroke: #383 !important;
}
.u-background-color-384 {
background-color: #384 !important;
}
.u-border-color-384 {
border-color: #384 !important;
}
.u-text-color-384 {
color: #384 !important;
}
.u-fill-color-384 {
fill: #384 !important;
}
.u-stroke-color-384 {
stroke: #384 !important;
}
.u-background-color-385 {
background-color: #385 !important;
}
.u-border-color-385 {
border-color: #385 !important;
}
.u-text-color-385 {
color: #385 !important;
}
.u-fill-color-385 {
fill: #385 !important;
}
.u-stroke-color-385 {
stroke: #385 !important;
}
.u-background-color-386 {
background-color: #386 !important;
}
.u-border-color-386 {
border-color: #386 !important;
}
.u-text-color-386 {
color: #386 !important;
}
.u-fill-color-386 {
fill: #386 !important;
}
.u-stroke-color-386 {
stroke: #386 !important;
}
.u-background-color-387 {
background-color: #387 !important;
}
.u-border-color-387 {
border-color: #387 !important;
}
.u-text-color-387 {
color: #387 !important;
}
.u-fill-color-387 {
fill: #387 !important;
}
.u-stroke-color-387 {
stroke: #387 !important;
}
.u-background-color-388 {
background-color: #388 !important;
}
.u-border-color-388 {
border-color: #388 !important;
}
.u-text-color-388 {
color: #388 !important;
}
.u-fill-color-388 {
fill: #388 !important;
}
.u-stroke-color-388 {
stroke: #388 !important;
}
.u-background-color-389 {
background-color: #389 !important;
}
.u-border-color-389 {
border-color: #389 !important;
}
.u-text-color-389 {
color: #389 !important;
}
.u-fill-color-389 {
fill: #389 !important;
}
.u-stroke-color-389 {
stroke: #389 !important;
}
.u-background-color-390 {
background-color: #390 !important;
}
.u-border-color-390 {
border-color: #390 !important;
}
.u-text-color-390 {
color: #390 !important;
}
.u-fill-color-390 {
fill: #390 !important;
}
.u-stroke-color-390 {
stroke: #390 !important;
}
.u-background-color-391 {
background-color: #391 !important;
}
.u-border-color-391 {
border-color: #391 !important;
}
.u-text-color-391 {
color: #391 !important;
}
.u-fill-color-391 {
fill: #391 !important;
}
.u-stroke-color-391 {
stroke: #391 !important;
}
.u-background-color-392 {
background-color: #392 !important;
}
.u-border-color-392 {
border-color: #392 !important;
}
.u-text-color-392 {
color: #392 !important;
}
.u-fill-color-392 {
fill: #392 !important;
}
.u-stroke-color-392 {
stroke: #392 !important;
}
.u-background-color-393 {
background-color: #393 !important;
}
.u-border-color-393 {
border-color: #393 !important;
}
.u-text-color-393 {
color: #393 !important;
}
.u-fill-color-393 {
fill: #393 !important;
}
.u-stroke-color-393 {
stroke: #393 !important;
}
.u-background-color-394 {
background-color: #394 !important;
}
.u-border-color-394 {
border-color: #394 !important;
}
.u-text-color-394 {
color: #394 !important;
}
.u-fill-color-394 {
fill: #394 !important;
}
.u-stroke-color-394 {
stroke: #394 !important;
}
.u-background-color-395 {
background-color: #395 !important;
}
.u-border-color-395 {
border-color: #395 !important;
}
.u-text-color-395 {
color: #395 !important;
}
.u-fill-color-395 {
fill: #395 !important;
}
.u-stroke-color-395 {
stroke: #395 !important;
}
.u-background-color-396 {
background-color: #396 !important;
}
.u-border-color-396 {
border-color: #396 !important;
}
.u-text-color-396 {
color: #396 !important;
}
.u-fill-color-396 {
fill: #396 !important;
}
.u-stroke-color-396 {
stroke: #396 !important;
}
.u-background-color-397 {
background-color: #397 !important;
}
.u-border-color-397 {
border-color: #397 !important;
}
.u-text-color-397 {
color: #397 !important;
}
.u-fill-color-397 {
fill: #397 !important;
}
.u-stroke-color-397 {
stroke: #397 !important;
}
.u-background-color-398 {
background-color: #398 !important;
}
.u-border-color-398 {
border-color: #398 !important;
}
.u-text-color-398 {
color: #398 !important;
}
.u-fill-color-398 {
fill: #398 !important;
}
.u-stroke-color-398 {
stroke: #398 !important;
}
.u-background-color-399 {
background-color: #399 !important;
}
.u-border-color-399 {
border-color: #399 !important;
}
.u-text-color-399 {
color: #399 !important;
}
.u-fill-color-399 {
fill: #399 !important;
}
.u-stroke-color-399 {
stroke: #399 !important;
}
.u-background-color-400 {
background-color: #400 !important;
}
.u-border-color-400 {
border-color: #400 !important;
}
.u-text-color-400 {
color: #400 !important;
}
.u-fill-color-400 {
fill: #400 !important;
}
.u-stroke-color-400 {
stroke: #400 !important;
}
.u-background-color-401 {
background-color: #401 !important;
}
.u-border-color-401 {
border-color: #401 !important;
}
.u-text-color-401 {
color: #401 !important;
}
.u-fill-color-401 {
fill: #401 !important;
}
.u-stroke-color-401 {
stroke: #401 !important;
}
.u-background-color-402 {
background-color: #402 !important;
}
.u-border-color-402 {
border-color: #402 !important;
}
.u-text-color-402 {
color: #402 !important;
}
.u-fill-color-402 {
fill: #402 !important;
}
.u-stroke-color-402 {
stroke: #402 !important;
}
.u-background-color-403 {
background-color: #403 !important;
}
.u-border-color-403 {
border-color: #403 !important;
}
.u-text-color-403 {
color: #403 !important;
}
.u-fill-color-403 {
fill: #403 !important;
}
.u-stroke-color-403 {
stroke: #403 !important;
}
.u-background-color-404 {
background-color: #404 !important;
}
.u-border-color-404 {
border-color: #404 !important;
}
.u-text-color-404 {
color: #404 !important;
}
.u-fill-color-404 {
fill: #404 !important;
}
.u-stroke-color-404 {
stroke: #404 !important;
}
.u-background-color-405 {
background-color: #405 !important;
}
.u-border-color-405 {
border-color: #405 !important;
}
.u-text-color-405 {
color: #405 !important;
}
.u-fill-color-405 {
fill: #405 !important;
}
.u-stroke-color-405 {
stroke: #405 !important;
}
.u-background-color-406 {
background-color: #406 !important;
}
.u-border-color-406 {
border-color: #406 !important;
}
.u-text-color-406 {
color: #406 !important;
}
.u-fill-color-406 {
fill: #406 !important;
}
.u-stroke-color-406 {
stroke: #406 !important;
}
.u-background-color-407 {
background-color: #407 !important;
}
.u-border-color-407 {
border-color: #407 !important;
}
.u-text-color-407 {
color: #407 !important;
}
.u-fill-color-407 {
fill: #407 !important;
}
.u-stroke-color-407 {
stroke: #407 !important;
}
.u-background-color-408 {
background-color: #408 !important;
}
.u-border-color-408 {
border-color: #408 !important;
}
.u-text-color-408 {
color: #408 !important;
}
.u-fill-color-408 {
fill: #408 !important;
}
.u-stroke-color-408 {
stroke: #408 !important;
}
.u-background-color-409 {
background-color: #409 !important;
}
.u-border-color-409 {
border-color: #409 !important;
}
.u-text-color-409 {
color: #409 !important;
}
.u-fill-color-409 {
fill: #409 !important;
}
.u-stroke-color-409 {
stroke: #409 !important;
}
.u-background-color-410 {
background-color: #410 !important;
}
.u-border-color-410 {
border-color: #410 !important;
}
.u-text-color-410 {
color: #410 !important;
}
.u-fill-color-410 {
fill: #410 !important;
}
.u-stroke-color-410 {
stroke: #410 !important;
}
.u-background-color-411 {
background-color: #411 !important;
}
.u-border-color-411 {
border-color: #411 !important;
}
.u-text-color-411 {
color: #411 !important;
}
.u-fill-color-411 {
fill: #411 !important;
}
.u-stroke-color-411 {
stroke: #411 !important;
}
.u-background-color-412 {
background-color: #412 !important;
}
.u-border-color-412 {
border-color: #412 !important;
}
.u-text-color-412 {
color: #412 !important;
}
.u-fill-color-412 {
fill: #412 !important;
}
.u-stroke-color-412 {
stroke: #412 !important;
}
.u-background-color-413 {
background-color: #413 !important;
}
.u-border-color-413 {
border-color: #413 !important;
}
.u-text-color-413 {
color: #413 !important;
}
.u-fill-color-413 {
fill: #413 !important;
}
.u-stroke-color-413 {
stroke: #413 !important;
}
.u-background-color-414 {
background-color: #414 !important;
}
.u-border-color-414 {
border-color: #414 !important;
}
.u-text-color-414 {
color: #414 !important;
}
.u-fill-color-414 {
fill: #414 !important;
}
.u-stroke-color-414 {
stroke: #414 !important;
}
.u-background-color-415 {
background-color: #415 !important;
}
.u-border-color-415 {
border-color: #415 !important;
}
.u-text-color-415 {
color: #415 !important;
}
.u-fill-color-415 {
fill: #415 !important;
}
.u-stroke-color-415 {
stroke: #415 !important;
}
.u-background-color-416 {
background-color: #416 !important;
}
.u-border-color-416 {
border-color: #416 !important;
}
.u-text-color-416 {
color: #416 !important;
}
.u-fill-color-416 {
fill: #416 !important;
}
.u-stroke-color-416 {
stroke: #416 !important;
}
.u-background-color-417 {
background-color: #417 !important;
}
.u-border-color-417 {
border-color: #417 !important;
}
.u-text-color-417 {
color: #417 !important;
}
.u-fill-color-417 {
fill: #417 !important;
}
.u-stroke-color-417 {
stroke: #417 !important;
}
.u-background-color-418 {
background-color: #418 !important;
}
.u-border-color-418 {
border-color: #418 !important;
}
.u-text-color-418 {
color: #418 !important;
}
.u-fill-color-418 {
fill: #418 !important;
}
.u-stroke-color-418 {
stroke: #418 !important;
}
.u-background-color-419 {
background-color: #419 !important;
}
.u-border-color-419 {
border-color: #419 !important;
}
.u-text-color-419 {
color: #419 !important;
}
.u-fill-color-419 {
fill: #419 !important;
}
.u-stroke-color-419 {
stroke: #419 !important;
}
.u-background-color-420 {
background-color: #420 !important;
}
.u-border-color-420 {
border-color: #420 !important;
}
.u-text-color-420 {
color: #420 !important;
}
.u-fill-color-420 {
fill: #420 !important;
}
.u-stroke-color-420 {
stroke: #420 !important;
}
.u-background-color-421 {
background-color: #421 !important;
}
.u-border-color-421 {
border-color: #421 !important;
}
.u-text-color-421 {
color: #421 !important;
}
.u-fill-color-421 {
fill: #421 !important;
}
.u-stroke-color-421 {
stroke: #421 !important;
}
.u-background-color-422 {
background-color: #422 !important;
}
.u-border-color-422 {
border-color: #422 !important;
}
.u-text-color-422 {
color: #422 !important;
}
.u-fill-color-422 {
fill: #422 !important;
}
.u-stroke-color-422 {
stroke: #422 !important;
}
.u-background-color-423 {
background-color: #423 !important;
}
.u-border-color-423 {
border-color: #423 !important;
}
.u-text-color-423 {
color: #423 !important;
}
.u-fill-color-423 {
fill: #423 !important;
}
.u-stroke-color-423 {
stroke: #423 !important;
}
.u-background-color-424 {
background-color: #424 !important;
}
.u-border-color-424 {
border-color: #424 !important;
}
.u-text-color-424 {
color: #424 !important;
}
.u-fill-color-424 {
fill: #424 !important;
}
.u-stroke-color-424 {
stroke: #424 !important;
}
.u-background-color-425 {
background-color: #425 !important;
}
.u-border-color-425 {
border-color: #425 !important;
}
.u-text-color-425 {
color: #425 !important;
}
.u-fill-color-425 {
fill: #425 !important;
}
.u-stroke-color-425 {
stroke: #425 !important;
}
.u-background-color-426 {
background-color: #426 !important;
}
.u-border-color-426 {
border-color: #426 !important;
}
.u-text-color-426 {
color: #426 !important;
}
.u-fill-color-426 {
fill: #426 !important;
}
.u-stroke-color-426 {
stroke: #426 !important;
}
.u-background-color-427 {
background-color: #427 !important;
}
.u-border-color-427 {
border-color: #427 !important;
}
.u-text-color-427 {
color: #427 !important;
}
.u-fill-color-427 {
fill: #427 !important;
}
.u-stroke-color-427 {
stroke: #427 !important;
}
.u-background-color-428 {
background-color: #428 !important;
}
.u-border-color-428 {
border-color: #428 !important;
}
.u-text-color-428 {
color: #428 !important;
}
.u-fill-color-428 {
fill: #428 !important;
}
.u-stroke-color-428 {
stroke: #428 !important;
}
.u-background-color-429 {
background-color: #429 !important;
}
.u-border-color-429 {
border-color: #429 !important;
}
.u-text-color-429 {
color: #429 !important;
}
.u-fill-color-429 {
fill: #429 !important;
}
.u-stroke-color-429 {
stroke: #429 !important;
}
.u-background-color-430 {
background-color: #430 !important;
}
.u-border-color-430 {
border-color: #430 !important;
}
.u-text-color-430 {
color: #430 !important;
}
.u-fill-color-430 {
fill: #430 !important;
}
.u-stroke-color-430 {
stroke: #430 !important;
}
.u-background-color-431 {
background-color: #431 !important;
}
.u-border-color-431 {
border-color: #431 !important;
}
.u-text-color-431 {
color: #431 !important;
}
.u-fill-color-431 {
fill: #431 !important;
}
.u-stroke-color-431 {
stroke: #431 !important;
}
.u-background-color-432 {
background-color: #432 !important;
}
.u-border-color-432 {
border-color: #432 !important;
}
.u-text-color-432 {
color: #432 !important;
}
.u-fill-color-432 {
fill: #432 !important;
}
.u-stroke-color-432 {
stroke: #432 !important;
}
.u-background-color-433 {
background-color: #433 !important;
}
.u-border-color-433 {
border-color: #433 !important;
}
.u-text-color-433 {
color: #433 !important;
}
.u-fill-color-433 {
fill: #433 !important;
}
.u-stroke-color-433 {
stroke: #433 !important;
}
.u-background-color-434 {
background-color: #434 !important;
}
.u-border-color-434 {
border-color: #434 !important;
}
.u-text-color-434 {
color: #434 !important;
}
.u-fill-color-434 {
fill: #434 !important;
}
.u-stroke-color-434 {
stroke: #434 !important;
}
.u-background-color-435 {
background-color: #435 !important;
}
.u-border-color-435 {
border-color: #435 !important;
}
.u-text-color-435 {
color: #435 !important;
}
.u-fill-color-435 {
fill: #435 !important;
}
.u-stroke-color-435 {
stroke: #435 !important;
}
.u-background-color-436 {
background-color: #436 !important;
}
.u-border-color-436 {
border-color: #436 !important;
}
.u-text-color-436 {
color: #436 !important;
}
.u-fill-color-436 {
fill: #436 !important;
}
.u-stroke-color-436 {
stroke: #436 !important;
}
.u-background-color-437 {
background-color: #437 !important;
}
.u-border-color-437 {
border-color: #437 !important;
}
.u-text-color-437 {
color: #437 !important;
}
.u-fill-color-437 {
fill: #437 !important;
}
.u-stroke-color-437 {
stroke: #437 !important;
}
.u-background-color-438 {
background-color: #438 !important;
}
.u-border-color-438 {
border-color: #438 !important;
}
.u-text-color-438 {
color: #438 !important;
}
.u-fill-color-438 {
fill: #438 !important;
}
.u-stroke-color-438 {
stroke: #438 !important;
}
.u-background-color-439 {
background-color: #439 !important;
}
.u-border-color-439 {
border-color: #439 !important;
}
.u-text-color-439 {
color: #439 !important;
}
.u-fill-color-439 {
fill: #439 !important;
}
.u-stroke-color-439 {
stroke: #439 !important;
}
.u-background-color-440 {
background-color: #440 !important;
}
.u-border-color-440 {
border-color: #440 !important;
}
.u-text-color-440 {
color: #440 !important;
}
.u-fill-color-440 {
fill: #440 !important;
}
.u-stroke-color-440 {
stroke: #440 !important;
}
.u-background-color-441 {
background-color: #441 !important;
}
.u-border-color-441 {
border-color: #441 !important;
}
.u-text-color-441 {
color: #441 !important;
}
.u-fill-color-441 {
fill: #441 !important;
}
.u-stroke-color-441 {
stroke: #441 !important;
}
.u-background-color-442 {
background-color: #442 !important;
}
.u-border-color-442 {
border-color: #442 !important;
}
.u-text-color-442 {
color: #442 !important;
}
.u-fill-color-442 {
fill: #442 !important;
}
.u-stroke-color-442 {
stroke: #442 !important;
}
.u-background-color-443 {
background-color: #443 !important;
}
.u-border-color-443 {
border-color: #443 !important;
}
.u-text-color-443 {
color: #443 !important;
}
.u-fill-color-443 {
fill: #443 !important;
}
.u-stroke-color-443 {
stroke: #443 !important;
}
.u-background-color-444 {
background-color: #444 !important;
}
.u-border-color-444 {
border-color: #444 !important;
}
.u-text-color-444 {
color: #444 !important;
}
.u-fill-color-444 {
fill: #444 !important;
}
.u-stroke-color-444 {
stroke: #444 !important;
}
.u-background-color-445 {
background-color: #445 !important;
}
.u-border-color-445 {
border-color: #445 !important;
}
.u-text-color-445 {
color: #445 !important;
}
.u-fill-color-445 {
fill: #445 !important;
}
.u-stroke-color-445 {
stroke: #445 !important;
}
.u-background-color-446 {
background-color: #446 !important;
}
.u-border-color-446 {
border-color: #446 !important;
}
.u-text-color-446 {
color: #446 !important;
}
.u-fill-color-446 {
fill: #446 !important;
}
.u-stroke-color-446 {
stroke: #446 !important;
}
.u-background-color-447 {
background-color: #447 !important;
}
.u-border-color-447 {
border-color: #447 !important;
}
.u-text-color-447 {
color: #447 !important;
}
.u-fill-color-447 {
fill: #447 !important;
}
.u-stroke-color-447 {
stroke: #447 !important;
}
.u-background-color-448 {
background-color: #448 !important;
}
.u-border-color-448 {
border-color: #448 !important;
}
.u-text-color-448 {
color: #448 !important;
}
.u-fill-color-448 {
fill: #448 !important;
}
.u-stroke-color-448 {
stroke: #448 !important;
}
.u-background-color-449 {
background-color: #449 !important;
}
.u-border-color-449 {
border-color: #449 !important;
}
.u-text-color-449 {
color: #449 !important;
}
.u-fill-color-449 {
fill: #449 !important;
}
.u-stroke-color-449 {
stroke: #449 !important;
}
.u-background-color-450 {
background-color: #450 !important;
}
.u-border-color-450 {
border-color: #450 !important;
}
.u-text-color-450 {
color: #450 !important;
}
.u-fill-color-450 {
fill: #450 !important;
}
.u-stroke-color-450 {
stroke: #450 !important;
}
.u-background-color-451 {
background-color: #451 !important;
}
.u-border-color-451 {
border-color: #451 !important;
}
.u-text-color-451 {
color: #451 !important;
}
.u-fill-color-451 {
fill: #451 !important;
}
.u-stroke-color-451 {
stroke: #451 !important;
}
.u-background-color-452 {
background-color: #452 !important;
}
.u-border-color-452 {
border-color: #452 !important;
}
.u-text-color-452 {
color: #452 !important;
}
.u-fill-color-452 {
fill: #452 !important;
}
.u-stroke-color-452 {
stroke: #452 !important;
}
.u-background-color-453 {
background-color: #453 !important;
}
.u-border-color-453 {
border-color: #453 !important;
}
.u-text-color-453 {
color: #453 !important;
}
.u-fill-color-453 {
fill: #453 !important;
}
.u-stroke-color-453 {
stroke: #453 !important;
}
.u-background-color-454 {
background-color: #454 !important;
}
.u-border-color-454 {
border-color: #454 !important;
}
.u-text-color-454 {
color: #454 !important;
}
.u-fill-color-454 {
fill: #454 !important;
}
.u-stroke-color-454 {
stroke: #454 !important;
}
.u-background-color-455 {
background-color: #455 !important;
}
.u-border-color-455 {
border-color: #455 !important;
}
.u-text-color-455 {
color: #455 !important;
}
.u-fill-color-455 {
fill: #455 !important;
}
.u-stroke-color-455 {
stroke: #455 !important;
}
.u-background-color-456 {
background-color: #456 !important;
}
.u-border-color-456 {
border-color: #456 !important;
}
.u-text-color-456 {
color: #456 !important;
}
.u-fill-color-456 {
fill: #456 !important;
}
.u-stroke-color-456 {
stroke: #456 !important;
}
.u-background-color-457 {
background-color: #457 !important;
}
.u-border-color-457 {
border-color: #457 !important;
}
.u-text-color-457 {
color: #457 !important;
}
.u-fill-color-457 {
fill: #457 !important;
}
.u-stroke-color-457 {
stroke: #457 !important;
}
.u-background-color-458 {
background-color: #458 !important;
}
.u-border-color-458 {
border-color: #458 !important;
}
.u-text-color-458 {
color: #458 !important;
}
.u-fill-color-458 {
fill: #458 !important;
}
.u-stroke-color-458 {
stroke: #458 !important;
}
.u-background-color-459 {
background-color: #459 !important;
}
.u-border-color-459 {
border-color: #459 !important;
}
.u-text-color-459 {
color: #459 !important;
}
.u-fill-color-459 {
fill: #459 !important;
}
.u-stroke-color-459 {
stroke: #459 !important;
}
.u-background-color-460 {
background-color: #460 !important;
}
.u-border-color-460 {
border-color: #460 !important;
}
.u-text-color-460 {
color: #460 !important;
}
.u-fill-color-460 {
fill: #460 !important;
}
.u-stroke-color-460 {
stroke: #460 !important;
}
.u-background-color-461 {
background-color: #461 !important;
}
.u-border-color-461 {
border-color: #461 !important;
}
.u-text-color-461 {
color: #461 !important;
}
.u-fill-color-461 {
fill: #461 !important;
}
.u-stroke-color-461 {
stroke: #461 !important;
}
.u-background-color-462 {
background-color: #462 !important;
}
.u-border-color-462 {
border-color: #462 !important;
}
.u-text-color-462 {
color: #462 !important;
}
.u-fill-color-462 {
fill: #462 !important;
}
.u-stroke-color-462 {
stroke: #462 !important;
}
.u-background-color-463 {
background-color: #463 !important;
}
.u-border-color-463 {
border-color: #463 !important;
}
.u-text-color-463 {
color: #463 !important;
}
.u-fill-color-463 {
fill: #463 !important;
}
.u-stroke-color-463 {
stroke: #463 !important;
}
.u-background-color-464 {
background-color: #464 !important;
}
.u-border-color-464 {
border-color: #464 !important;
}
.u-text-color-464 {
color: #464 !important;
}
.u-fill-color-464 {
fill: #464 !important;
}
.u-stroke-color-464 {
stroke: #464 !important;
}
.u-background-color-465 {
background-color: #465 !important;
}
.u-border-color-465 {
border-color: #465 !important;
}
.u-text-color-465 {
color: #465 !important;
}
.u-fill-color-465 {
fill: #465 !important;
}
.u-stroke-color-465 {
stroke: #465 !important;
}
.u-background-color-466 {
background-color: #466 !important;
}
.u-border-color-466 {
border-color: #466 !important;
}
.u-text-color-466 {
color: #466 !important;
}
.u-fill-color-466 {
fill: #466 !important;
}
.u-stroke-color-466 {
stroke: #466 !important;
}
.u-background-color-467 {
background-color: #467 !important;
}
.u-border-color-467 {
border-color: #467 !important;
}
.u-text-color-467 {
color: #467 !important;
}
.u-fill-color-467 {
fill: #467 !important;
}
.u-stroke-color-467 {
stroke: #467 !important;
}
.u-background-color-468 {
background-color: #468 !important;
}
.u-border-color-468 {
border-color: #468 !important;
}
.u-text-color-468 {
color: #468 !important;
}
.u-fill-color-468 {
fill: #468 !important;
}
.u-stroke-color-468 {
stroke: #468 !important;
}
.u-background-color-469 {
background-color: #469 !important;
}
.u-border-color-469 {
border-color: #469 !important;
}
.u-text-color-469 {
color: #469 !important;
}
.u-fill-color-469 {
fill: #469 !important;
}
.u-stroke-color-469 {
stroke: #469 !important;
}
.u-background-color-470 {
background-color: #470 !important;
}
.u-border-color-470 {
border-color: #470 !important;
}
.u-text-color-470 {
color: #470 !important;
}
.u-fill-color-470 {
fill: #470 !important;
}
.u-stroke-color-470 {
stroke: #470 !important;
}
.u-background-color-471 {
background-color: #471 !important;
}
.u-border-color-471 {
border-color: #471 !important;
}
.u-text-color-471 {
color: #471 !important;
}
.u-fill-color-471 {
fill: #471 !important;
}
.u-stroke-color-471 {
stroke: #471 !important;
}
.u-background-color-472 {
background-color: #472 !important;
}
.u-border-color-472 {
border-color: #472 !important;
}
.u-text-color-472 {
color: #472 !important;
}
.u-fill-color-472 {
fill: #472 !important;
}
.u-stroke-color-472 {
stroke: #472 !important;
}
.u-background-color-473 {
background-color: #473 !important;
}
.u-border-color-473 {
border-color: #473 !important;
}
.u-text-color-473 {
color: #473 !important;
}
.u-fill-color-473 {
fill: #473 !important;
}
.u-stroke-color-473 {
stroke: #473 !important;
}
.u-background-color-474 {
background-color: #474 !important;
}
.u-border-color-474 {
border-color: #474 !important;
}
.u-text-color-474 {
color: #474 !important;
}
.u-fill-color-474 {
fill: #474 !important;
}
.u-stroke-color-474 {
stroke: #474 !important;
}
.u-background-color-475 {
background-color: #475 !important;
}
.u-border-color-475 {
border-color: #475 !important;
}
.u-text-color-475 {
color: #475 !important;
}
.u-fill-color-475 {
fill: #475 !important;
}
.u-stroke-color-475 {
stroke: #475 !important;
}
.u-background-color-476 {
background-color: #476 !important;
}
.u-border-color-476 {
border-color: #476 !important;
}
.u-text-color-476 {
color: #476 !important;
}
.u-fill-color-476 {
fill: #476 !important;
}
.u-stroke-color-476 {
stroke: #476 !important;
}
.u-background-color-477 {
background-color: #477 !important;
}
.u-border-color-477 {
border-color: #477 !important;
}
.u-text-color-477 {
color: #477 !important;
}
.u-fill-color-477 {
fill: #477 !important;
}
.u-stroke-color-477 {
stroke: #477 !important;
}
.u-background-color-478 {
background-color: #478 !important;
}
.u-border-color-478 {
border-color: #478 !important;
}
.u-text-color-478 {
color: #478 !important;
}
.u-fill-color-478 {
fill: #478 !important;
}
.u-stroke-color-478 {
stroke: #478 !important;
}
.u-background-color-479 {
background-color: #479 !important;
}
.u-border-color-479 {
border-color: #479 !important;
}
.u-text-color-479 {
color: #479 !important;
}
.u-fill-color-479 {
fill: #479 !important;
}
.u-stroke-color-479 {
stroke: #479 !important;
}
.u-background-color-480 {
background-color: #480 !important;
}
.u-border-color-480 {
border-color: #480 !important;
}
.u-text-color-480 {
color: #480 !important;
}
.u-fill-color-480 {
fill: #480 !important;
}
.u-stroke-color-480 {
stroke: #480 !important;
}
.u-background-color-481 {
background-color: #481 !important;
}
.u-border-color-481 {
border-color: #481 !important;
}
.u-text-color-481 {
color: #481 !important;
}
.u-fill-color-481 {
fill: #481 !important;
}
.u-stroke-color-481 {
stroke: #481 !important;
}
.u-background-color-482 {
background-color: #482 !important;
}
.u-border-color-482 {
border-color: #482 !important;
}
.u-text-color-482 {
color: #482 !important;
}
.u-fill-color-482 {
fill: #482 !important;
}
.u-stroke-color-482 {
stroke: #482 !important;
}
.u-background-color-483 {
background-color: #483 !important;
}
.u-border-color-483 {
border-color: #483 !important;
}
.u-text-color-483 {
color: #483 !important;
}
.u-fill-color-483 {
fill: #483 !important;
}
.u-stroke-color-483 {
stroke: #483 !important;
}
.u-background-color-484 {
background-color: #484 !important;
}
.u-border-color-484 {
border-color: #484 !important;
}
.u-text-color-484 {
color: #484 !important;
}
.u-fill-color-484 {
fill: #484 !important;
}
.u-stroke-color-484 {
stroke: #484 !important;
}
.u-background-color-485 {
background-color: #485 !important;
}
.u-border-color-485 {
border-color: #485 !important;
}
.u-text-color-485 {
color: #485 !important;
}
.u-fill-color-485 {
fill: #485 !important;
}
.u-stroke-color-485 {
stroke: #485 !important;
}
.u-background-color-486 {
background-color: #486 !important;
}
.u-border-color-486 {
border-color: #486 !important;
}
.u-text-color-486 {
color: #486 !important;
}
.u-fill-color-486 {
fill: #486 !important;
}
.u-stroke-color-486 {
stroke: #486 !important;
}
.u-background-color-487 {
background-color: #487 !important;
}
.u-border-color-487 {
border-color: #487 !important;
}
.u-text-color-487 {
color: #487 !important;
}
.u-fill-color-487 {
fill: #487 !important;
}
.u-stroke-color-487 {
stroke: #487 !important;
}
.u-background-color-488 {
background-color: #488 !important;
}
.u-border-color-488 {
border-color: #488 !important;
}
.u-text-color-488 {
color: #488 !important;
}
.u-fill-color-488 {
fill: #488 !important;
}
.u-stroke-color-488 {
stroke: #488 !important;
}
.u-background-color-489 {
background-color: #489 !important;
}
.u-border-color-489 {
border-color: #489 !important;
}
.u-text-color-489 {
color: #489 !important;
}
.u-fill-color-489 {
fill: #489 !important;
}
.u-stroke-color-489 {
stroke: #489 !important;
}
.u-background-color-490 {
background-color: #490 !important;
}
.u-border-color-490 {
border-color: #490 !important;
}
.u-text-color-490 {
color: #490 !important;
}
.u-fill-color-490 {
fill: #490 !important;
}
.u-stroke-color-490 {
stroke: #490 !important;
}
.u-background-color-491 {
background-color: #491 !important;
}
.u-border-color-491 {
border-color: #491 !important;
}
.u-text-color-491 {
color: #491 !important;
}
.u-fill-color-491 {
fill: #491 !important;
}
.u-stroke-color-491 {
stroke: #491 !important;
}
.u-background-color-492 {
background-color: #492 !important;
}
.u-border-color-492 {
border-color: #492 !important;
}
.u-text-color-492 {
color: #492 !important;
}
.u-fill-color-492 {
fill: #492 !important;
}
.u-stroke-color-492 {
stroke: #492 !important;
}
.u-background-color-493 {
background-color: #493 !important;
}
.u-border-color-493 {
border-color: #493 !important;
}
.u-text-color-493 {
color: #493 !important;
}
.u-fill-color-493 {
fill: #493 !important;
}
.u-stroke-color-493 {
stroke: #493 !important;
}
.u-background-color-494 {
background-color: #494 !important;
}
.u-border-color-494 {
border-color: #494 !important;
}
.u-text-color-494 {
color: #494 !important;
}
.u-fill-color-494 {
fill: #494 !important;
}
.u-stroke-color-494 {
stroke: #494 !important;
}
.u-background-color-495 {
background-color: #495 !important;
}
.u-border-color-495 {
border-color: #495 !important;
}
.u-text-color-495 {
color: #495 !important;
}
.u-fill-color-495 {
fill: #495 !important;
}
.u-stroke-color-495 {
stroke: #495 !important;
}
.u-background-color-496 {
background-color: #496 !important;
}
.u-border-color-496 {
border-color: #496 !important;
}
.u-text-color-496 {
color: #496 !important;
}
.u-fill-color-496 {
fill: #496 !important;
}
.u-stroke-color-496 {
stroke: #496 !important;
}
.u-background-color-497 {
background-color: #497 !important;
}
.u-border-color-497 {
border-color: #497 !important;
}
.u-text-color-497 {
color: #497 !important;
}
.u-fill-color-497 {
fill: #497 !important;
}
.u-stroke-color-497 {
stroke: #497 !important;
}
.u-background-color-498 {
background-color: #498 !important;
}
.u-border-color-498 {
border-color: #498 !important;
}
.u-text-color-498 {
color: #498 !important;
}
.u-fill-color-498 {
fill: #498 !important;
}
.u-stroke-color-498 {
stroke: #498 !important;
}
.u-background-color-499 {
background-color: #499 !important;
}
.u-border-color-499 {
border-color: #499 !important;
}
.u-text-color-499 {
color: #499 !important;
}
.u-fill-color-499 {
fill: #499 !important;
}
.u-stroke-color-499 {
stroke: #499 !important;
}
.u-background-color-500 {
background-color: #500 !important;
}
.u-border-color-500 {
border-color: #500 !important;
}
.u-text-color-500 {
color: #500 !important;
}
.u-fill-color-500 {
fill: #500 !important;
}
.u-stroke-color-500 {
stroke: #500 !important;
}
.u-background-color-501 {
background-color: #501 !important;
}
.u-border-color-501 {
border-color: #501 !important;
}
.u-text-color-501 {
color: #501 !important;
}
.u-fill-color-501 {
fill: #501 !important;
}
.u-stroke-color-501 {
stroke: #501 !important;
}
.u-background-color-502 {
background-color: #502 !important;
}
.u-border-color-502 {
border-color: #502 !important;
}
.u-text-color-502 {
color: #502 !important;
}
.u-fill-color-502 {
fill: #502 !important;
}
.u-stroke-color-502 {
stroke: #502 !important;
}
.u-background-color-503 {
background-color: #503 !important;
}
.u-border-color-503 {
border-color: #503 !important;
}
.u-text-color-503 {
color: #503 !important;
}
.u-fill-color-503 {
fill: #503 !important;
}
.u-stroke-color-503 {
stroke: #503 !important;
}
.u-background-color-504 {
background-color: #504 !important;
}
.u-border-color-504 {
border-color: #504 !important;
}
.u-text-color-504 {
color: #504 !important;
}
.u-fill-color-504 {
fill: #504 !important;
}
.u-stroke-color-504 {
stroke: #504 !important;
}
.u-background-color-505 {
background-color: #505 !important;
}
.u-border-color-505 {
border-color: #505 !important;
}
.u-text-color-505 {
color: #505 !important;
}
.u-fill-color-505 {
fill: #505 !important;
}
.u-stroke-color-505 {
stroke: #505 !important;
}
.u-background-color-506 {
background-color: #506 !important;
}
.u-border-color-506 {
border-color: #506 !important;
}
.u-text-color-506 {
color: #506 !important;
}
.u-fill-color-506 {
fill: #506 !important;
}
.u-stroke-color-506 {
stroke: #506 !important;
}
.u-background-color-507 {
background-color: #507 !important;
}
.u-border-color-507 {
border-color: #507 !important;
}
.u-text-color-507 {
color: #507 !important;
}
.u-fill-color-507 {
fill: #507 !important;
}
.u-stroke-color-507 {
stroke: #507 !important;
}
.u-background-color-508 {
background-color: #508 !important;
}
.u-border-color-508 {
border-color: #508 !important;
}
.u-text-color-508 {
color: #508 !important;
}
.u-fill-color-508 {
fill: #508 !important;
}
.u-stroke-color-508 {
stroke: #508 !important;
}
.u-background-color-509 {
background-color: #509 !important;
}
.u-border-color-509 {
border-color: #509 !important;
}
.u-text-color-509 {
color: #509 !important;
}
.u-fill-color-509 {
fill: #509 !important;
}
.u-stroke-color-509 {
stroke: #509 !important;
}
.u-background-color-510 {
background-color: #510 !important;
}
.u-border-color-510 {
border-color: #510 !important;
}
.u-text-color-510 {
color: #510 !important;
}
.u-fill-color-510 {
fill: #510 !important;
}
.u-stroke-color-510 {
stroke: #510 !important;
}
.u-background-color-511 {
background-color: #511 !important;
}
.u-border-color-511 {
border-color: #511 !important;
}
.u-text-color-511 {
color: #511 !important;
}
.u-fill-color-511 {
fill: #511 !important;
}
.u-stroke-color-511 {
stroke: #511 !important;
}
.u-background-color-512 {
background-color: #512 !important;
}
.u-border-color-512 {
border-color: #512 !important;
}
.u-text-color-512 {
color: #512 !important;
}
.u-fill-color-512 {
fill: #512 !important;
}
.u-stroke-color-512 {
stroke: #512 !important;
}
.u-background-color-513 {
background-color: #513 !important;
}
.u-border-color-513 {
border-color: #513 !important;
}
.u-text-color-513 {
color: #513 !important;
}
.u-fill-color-513 {
fill: #513 !important;
}
.u-stroke-color-513 {
stroke: #513 !important;
}
.u-background-color-514 {
background-color: #514 !important;
}
.u-border-color-514 {
border-color: #514 !important;
}
.u-text-color-514 {
color: #514 !important;
}
.u-fill-color-514 {
fill: #514 !important;
}
.u-stroke-color-514 {
stroke: #514 !important;
}
.u-background-color-515 {
background-color: #515 !important;
}
.u-border-color-515 {
border-color: #515 !important;
}
.u-text-color-515 {
color: #515 !important;
}
.u-fill-color-515 {
fill: #515 !important;
}
.u-stroke-color-515 {
stroke: #515 !important;
}
.u-background-color-516 {
background-color: #516 !important;
}
.u-border-color-516 {
border-color: #516 !important;
}
.u-text-color-516 {
color: #516 !important;
}
.u-fill-color-516 {
fill: #516 !important;
}
.u-stroke-color-516 {
stroke: #516 !important;
}
.u-background-color-517 {
background-color: #517 !important;
}
.u-border-color-517 {
border-color: #517 !important;
}
.u-text-color-517 {
color: #517 !important;
}
.u-fill-color-517 {
fill: #517 !important;
}
.u-stroke-color-517 {
stroke: #517 !important;
}
.u-background-color-518 {
background-color: #518 !important;
}
.u-border-color-518 {
border-color: #518 !important;
}
.u-text-color-518 {
color: #518 !important;
}
.u-fill-color-518 {
fill: #518 !important;
}
.u-stroke-color-518 {
stroke: #518 !important;
}
.u-background-color-519 {
background-color: #519 !important;
}
.u-border-color-519 {
border-color: #519 !important;
}
.u-text-color-519 {
color: #519 !important;
}
.u-fill-color-519 {
fill: #519 !important;
}
.u-stroke-color-519 {
stroke: #519 !important;
}
.u-background-color-520 {
background-color: #520 !important;
}
.u-border-color-520 {
border-color: #520 !important;
}
.u-text-color-520 {
color: #520 !important;
}
.u-fill-color-520 {
fill: #520 !important;
}
.u-stroke-color-520 {
stroke: #520 !important;
}
.u-background-color-521 {
background-color: #521 !important;
}
.u-border-color-521 {
border-color: #521 !important;
}
.u-text-color-521 {
color: #521 !important;
}
.u-fill-color-521 {
fill: #521 !important;
}
.u-stroke-color-521 {
stroke: #521 !important;
}
.u-background-color-522 {
background-color: #522 !important;
}
.u-border-color-522 {
border-color: #522 !important;
}
.u-text-color-522 {
color: #522 !important;
}
.u-fill-color-522 {
fill: #522 !important;
}
.u-stroke-color-522 {
stroke: #522 !important;
}
.u-background-color-523 {
background-color: #523 !important;
}
.u-border-color-523 {
border-color: #523 !important;
}
.u-text-color-523 {
color: #523 !important;
}
.u-fill-color-523 {
fill: #523 !important;
}
.u-stroke-color-523 {
stroke: #523 !important;
}
.u-background-color-524 {
background-color: #524 !important;
}
.u-border-color-524 {
border-color: #524 !important;
}
.u-text-color-524 {
color: #524 !important;
}
.u-fill-color-524 {
fill: #524 !important;
}
.u-stroke-color-524 {
stroke: #524 !important;
}
.u-background-color-525 {
background-color: #525 !important;
}
.u-border-color-525 {
border-color: #525 !important;
}
.u-text-color-525 {
color: #525 !important;
}
.u-fill-color-525 {
fill: #525 !important;
}
.u-stroke-color-525 {
stroke: #525 !important;
}
.u-background-color-526 {
background-color: #526 !important;
}
.u-border-color-526 {
border-color: #526 !important;
}
.u-text-color-526 {
color: #526 !important;
}
.u-fill-color-526 {
fill: #526 !important;
}
.u-stroke-color-526 {
stroke: #526 !important;
}
.u-background-color-527 {
background-color: #527 !important;
}
.u-border-color-527 {
border-color: #527 !important;
}
.u-text-color-527 {
color: #527 !important;
}
.u-fill-color-527 {
fill: #527 !important;
}
.u-stroke-color-527 {
stroke: #527 !important;
}
.u-background-color-528 {
background-color: #528 !important;
}
.u-border-color-528 {
border-color: #528 !important;
}
.u-text-color-528 {
color: #528 !important;
}
.u-fill-color-528 {
fill: #528 !important;
}
.u-stroke-color-528 {
stroke: #528 !important;
}
.u-background-color-529 {
background-color: #529 !important;
}
.u-border-color-529 {
border-color: #529 !important;
}
.u-text-color-529 {
color: #529 !important;
}
.u-fill-color-529 {
fill: #529 !important;
}
.u-stroke-color-529 {
stroke: #529 !important;
}
.u-background-color-530 {
background-color: #530 !important;
}
.u-border-color-530 {
border-color: #530 !important;
}
.u-text-color-530 {
color: #530 !important;
}
.u-fill-color-530 {
fill: #530 !important;
}
.u-stroke-color-530 {
stroke: #530 !important;
}
.u-background-color-531 {
background-color: #531 !important;
}
.u-border-color-531 {
border-color: #531 !important;
}
.u-text-color-531 {
color: #531 !important;
}
.u-fill-color-531 {
fill: #531 !important;
}
.u-stroke-color-531 {
stroke: #531 !important;
}
.u-background-color-532 {
background-color: #532 !important;
}
.u-border-color-532 {
border-color: #532 !important;
}
.u-text-color-532 {
color: #532 !important;
}
.u-fill-color-532 {
fill: #532 !important;
}
.u-stroke-color-532 {
stroke: #532 !important;
}
.u-background-color-533 {
background-color: #533 !important;
}
.u-border-color-533 {
border-color: #533 !important;
}
.u-text-color-533 {
color: #533 !important;
}
.u-fill-color-533 {
fill: #533 !important;
}
.u-stroke-color-533 {
stroke: #533 !important;
}
.u-background-color-534 {
background-color: #534 !important;
}
.u-border-color-534 {
border-color: #534 !important;
}
.u-text-color-534 {
color: #534 !important;
}
.u-fill-color-534 {
fill: #534 !important;
}
.u-stroke-color-534 {
stroke: #534 !important;
}
.u-background-color-535 {
background-color: #535 !important;
}
.u-border-color-535 {
border-color: #535 !important;
}
.u-text-color-535 {
color: #535 !important;
}
.u-fill-color-535 {
fill: #535 !important;
}
.u-stroke-color-535 {
stroke: #535 !important;
}
.u-background-color-536 {
background-color: #536 !important;
}
.u-border-color-536 {
border-color: #536 !important;
}
.u-text-color-536 {
color: #536 !important;
}
.u-fill-color-536 {
fill: #536 !important;
}
.u-stroke-color-536 {
stroke: #536 !important;
}
.u-background-color-537 {
background-color: #537 !important;
}
.u-border-color-537 {
border-color: #537 !important;
}
.u-text-color-537 {
color: #537 !important;
}
.u-fill-color-537 {
fill: #537 !important;
}
.u-stroke-color-537 {
stroke: #537 !important;
}
.u-background-color-538 {
background-color: #538 !important;
}
.u-border-color-538 {
border-color: #538 !important;
}
.u-text-color-538 {
color: #538 !important;
}
.u-fill-color-538 {
fill: #538 !important;
}
.u-stroke-color-538 {
stroke: #538 !important;
}
.u-background-color-539 {
background-color: #539 !important;
}
.u-border-color-539 {
border-color: #539 !important;
}
.u-text-color-539 {
color: #539 !important;
}
.u-fill-color-539 {
fill: #539 !important;
}
.u-stroke-color-539 {
stroke: #539 !important;
}
.u-background-color-540 {
background-color: #540 !important;
}
.u-border-color-540 {
border-color: #540 !important;
}
.u-text-color-540 {
color: #540 !important;
}
.u-fill-color-540 {
fill: #540 !important;
}
.u-stroke-color-540 {
stroke: #540 !important;
}
.u-background-color-541 {
background-color: #541 !important;
}
.u-border-color-541 {
border-color: #541 !important;
}
.u-text-color-541 {
color: #541 !important;
}
.u-fill-color-541 {
fill: #541 !important;
}
.u-stroke-color-541 {
stroke: #541 !important;
}
.u-background-color-542 {
background-color: #542 !important;
}
.u-border-color-542 {
border-color: #542 !important;
}
.u-text-color-542 {
color: #542 !important;
}
.u-fill-color-542 {
fill: #542 !important;
}
.u-stroke-color-542 {
stroke: #542 !important;
}
.u-background-color-543 {
background-color: #543 !important;
}
.u-border-color-543 {
border-color: #543 !important;
}
.u-text-color-543 {
color: #543 !important;
}
.u-fill-color-543 {
fill: #543 !important;
}
.u-stroke-color-543 {
stroke: #543 !important;
}
.u-background-color-544 {
background-color: #544 !important;
}
.u-border-color-544 {
border-color: #544 !important;
}
.u-text-color-544 {
color: #544 !important;
}
.u-fill-color-544 {
fill: #544 !important;
}
.u-stroke-color-544 {
stroke: #544 !important;
}
.u-background-color-545 {
background-color: #545 !important;
}
.u-border-color-545 {
border-color: #545 !important;
}
.u-text-color-545 {
color: #545 !important;
}
.u-fill-color-545 {
fill: #545 !important;
}
.u-stroke-color-545 {
stroke: #545 !important;
}
.u-background-color-546 {
background-color: #546 !important;
}
.u-border-color-546 {
border-color: #546 !important;
}
.u-text-color-546 {
color: #546 !important;
}
.u-fill-color-546 {
fill: #546 !important;
}
.u-stroke-color-546 {
stroke: #546 !important;
}
.u-background-color-547 {
background-color: #547 !important;
}
.u-border-color-547 {
border-color: #547 !important;
}
.u-text-color-547 {
color: #547 !important;
}
.u-fill-color-547 {
fill: #547 !important;
}
.u-stroke-color-547 {
stroke: #547 !important;
}
.u-background-color-548 {
background-color: #548 !important;
}
.u-border-color-548 {
border-color: #548 !important;
}
.u-text-color-548 {
color: #548 !important;
}
.u-fill-color-548 {
fill: #548 !important;
}
.u-stroke-color-548 {
stroke: #548 !important;
}
.u-background-color-549 {
background-color: #549 !important;
}
.u-border-color-549 {
border-color: #549 !important;
}
.u-text-color-549 {
color: #549 !important;
}
.u-fill-color-549 {
fill: #549 !important;
}
.u-stroke-color-549 {
stroke: #549 !important;
}
.u-background-color-550 {
background-color: #550 !important;
}
.u-border-color-550 {
border-color: #550 !important;
}
.u-text-color-550 {
color: #550 !important;
}
.u-fill-color-550 {
fill: #550 !important;
}
.u-stroke-color-550 {
stroke: #550 !important;
}
.u-background-color-551 {
background-color: #551 !important;
}
.u-border-color-551 {
border-color: #551 !important;
}
.u-text-color-551 {
color: #551 !important;
}
.u-fill-color-551 {
fill: #551 !important;
}
.u-stroke-color-551 {
stroke: #551 !important;
}
.u-background-color-552 {
background-color: #552 !important;
}
.u-border-color-552 {
border-color: #552 !important;
}
.u-text-color-552 {
color: #552 !important;
}
.u-fill-color-552 {
fill: #552 !important;
}
.u-stroke-color-552 {
stroke: #552 !important;
}
.u-background-color-553 {
background-color: #553 !important;
}
.u-border-color-553 {
border-color: #553 !important;
}
.u-text-color-553 {
color: #553 !important;
}
.u-fill-color-553 {
fill: #553 !important;
}
.u-stroke-color-553 {
stroke: #553 !important;
}
.u-background-color-554 {
background-color: #554 !important;
}
.u-border-color-554 {
border-color: #554 !important;
}
.u-text-color-554 {
color: #554 !important;
}
.u-fill-color-554 {
fill: #554 !important;
}
.u-stroke-color-554 {
stroke: #554 !important;
}
.u-background-color-555 {
background-color: #555 !important;
}
.u-border-color-555 {
border-color: #555 !important;
}
.u-text-color-555 {
color: #555 !important;
}
.u-fill-color-555 {
fill: #555 !important;
}
.u-stroke-color-555 {
stroke: #555 !important;
}
.u-background-color-556 {
background-color: #556 !important;
}
.u-border-color-556 {
border-color: #556 !important;
}
.u-text-color-556 {
color: #556 !important;
}
.u-fill-color-556 {
fill: #556 !important;
}
.u-stroke-color-556 {
stroke: #556 !important;
}
.u-background-color-557 {
background-color: #557 !important;
}
.u-border-color-557 {
border-color: #557 !important;
}
.u-text-color-557 {
color: #557 !important;
}
.u-fill-color-557 {
fill: #557 !important;
}
.u-stroke-color-557 {
stroke: #557 !important;
}
.u-background-color-558 {
background-color: #558 !important;
}
.u-border-color-558 {
border-color: #558 !important;
}
.u-text-color-558 {
color: #558 !important;
}
.u-fill-color-558 {
fill: #558 !important;
}
.u-stroke-color-558 {
stroke: #558 !important;
}
.u-background-color-559 {
background-color: #559 !important;
}
.u-border-color-559 {
border-color: #559 !important;
}
.u-text-color-559 {
color: #559 !important;
}
.u-fill-color-559 {
fill: #559 !important;
}
.u-stroke-color-559 {
stroke: #559 !important;
}
.u-background-color-560 {
background-color: #560 !important;
}
.u-border-color-560 {
border-color: #560 !important;
}
.u-text-color-560 {
color: #560 !important;
}
.u-fill-color-560 {
fill: #560 !important;
}
.u-stroke-color-560 {
stroke: #560 !important;
}
.u-background-color-561 {
background-color: #561 !important;
}
.u-border-color-561 {
border-color: #561 !important;
}
.u-text-color-561 {
color: #561 !important;
}
.u-fill-color-561 {
fill: #561 !important;
}
.u-stroke-color-561 {
stroke: #561 !important;
}
.u-background-color-562 {
background-color: #562 !important;
}
.u-border-color-562 {
border-color: #562 !important;
}
.u-text-color-562 {
color: #562 !important;
}
.u-fill-color-562 {
fill: #562 !important;
}
.u-stroke-color-562 {
stroke: #562 !important;
}
.u-background-color-563 {
background-color: #563 !important;
}
.u-border-color-563 {
border-color: #563 !important;
}
.u-text-color-563 {
color: #563 !important;
}
.u-fill-color-563 {
fill: #563 !important;
}
.u-stroke-color-563 {
stroke: #563 !important;
}
.u-background-color-564 {
background-color: #564 !important;
}
.u-border-color-564 {
border-color: #564 !important;
}
.u-text-color-564 {
color: #564 !important;
}
.u-fill-color-564 {
fill: #564 !important;
}
.u-stroke-color-564 {
stroke: #564 !important;
}
.u-background-color-565 {
background-color: #565 !important;
}
.u-border-color-565 {
border-color: #565 !important;
}
.u-text-color-565 {
color: #565 !important;
}
.u-fill-color-565 {
fill: #565 !important;
}
.u-stroke-color-565 {
stroke: #565 !important;
}
.u-background-color-566 {
background-color: #566 !important;
}
.u-border-color-566 {
border-color: #566 !important;
}
.u-text-color-566 {
color: #566 !important;
}
.u-fill-color-566 {
fill: #566 !important;
}
.u-stroke-color-566 {
stroke: #566 !important;
}
.u-background-color-567 {
background-color: #567 !important;
}
.u-border-color-567 {
border-color: #567 !important;
}
.u-text-color-567 {
color: #567 !important;
}
.u-fill-color-567 {
fill: #567 !important;
}
.u-stroke-color-567 {
stroke: #567 !important;
}
.u-background-color-568 {
background-color: #568 !important;
}
.u-border-color-568 {
border-color: #568 !important;
}
.u-text-color-568 {
color: #568 !important;
}
.u-fill-color-568 {
fill: #568 !important;
}
.u-stroke-color-568 {
stroke: #568 !important;
}
.u-background-color-569 {
background-color: #569 !important;
}
.u-border-color-569 {
border-color: #569 !important;
}
.u-text-color-569 {
color: #569 !important;
}
.u-fill-color-569 {
fill: #569 !important;
}
.u-stroke-color-569 {
stroke: #569 !important;
}
.u-background-color-570 {
background-color: #570 !important;
}
.u-border-color-570 {
border-color: #570 !important;
}
.u-text-color-570 {
color: #570 !important;
}
.u-fill-color-570 {
fill: #570 !important;
}
.u-stroke-color-570 {
stroke: #570 !important;
}
.u-background-color-571 {
background-color: #571 !important;
}
.u-border-color-571 {
border-color: #571 !important;
}
.u-text-color-571 {
color: #571 !important;
}
.u-fill-color-571 {
fill: #571 !important;
}
.u-stroke-color-571 {
stroke: #571 !important;
}
.u-background-color-572 {
background-color: #572 !important;
}
.u-border-color-572 {
border-color: #572 !important;
}
.u-text-color-572 {
color: #572 !important;
}
.u-fill-color-572 {
fill: #572 !important;
}
.u-stroke-color-572 {
stroke: #572 !important;
}
.u-background-color-573 {
background-color: #573 !important;
}
.u-border-color-573 {
border-color: #573 !important;
}
.u-text-color-573 {
color: #573 !important;
}
.u-fill-color-573 {
fill: #573 !important;
}
.u-stroke-color-573 {
stroke: #573 !important;
}
.u-background-color-574 {
background-color: #574 !important;
}
.u-border-color-574 {
border-color: #574 !important;
}
.u-text-color-574 {
color: #574 !important;
}
.u-fill-color-574 {
fill: #574 !important;
}
.u-stroke-color-574 {
stroke: #574 !important;
}
.u-background-color-575 {
background-color: #575 !important;
}
.u-border-color-575 {
border-color: #575 !important;
}
.u-text-color-575 {
color: #575 !important;
}
.u-fill-color-575 {
fill: #575 !important;
}
.u-stroke-color-575 {
stroke: #575 !important;
}
.u-background-color-576 {
background-color: #576 !important;
}
.u-border-color-576 {
border-color: #576 !important;
}
.u-text-color-576 {
color: #576 !important;
}
.u-fill-color-576 {
fill: #576 !important;
}
.u-stroke-color-576 {
stroke: #576 !important;
}
.u-background-color-577 {
background-color: #577 !important;
}
.u-border-color-577 {
border-color: #577 !important;
}
.u-text-color-577 {
color: #577 !important;
}
.u-fill-color-577 {
fill: #577 !important;
}
.u-stroke-color-577 {
stroke: #577 !important;
}
.u-background-color-578 {
background-color: #578 !important;
}
.u-border-color-578 {
border-color: #578 !important;
}
.u-text-color-578 {
color: #578 !important;
}
.u-fill-color-578 {
fill: #578 !important;
}
.u-stroke-color-578 {
stroke: #578 !important;
}
.u-background-color-579 {
background-color: #579 !important;
}
.u-border-color-579 {
border-color: #579 !important;
}
.u-text-color-579 {
color: #579 !important;
}
.u-fill-color-579 {
fill: #579 !important;
}
.u-stroke-color-579 {
stroke: #579 !important;
}
.u-background-color-580 {
background-color: #580 !important;
}
.u-border-color-580 {
border-color: #580 !important;
}
.u-text-color-580 {
color: #580 !important;
}
.u-fill-color-580 {
fill: #580 !important;
}
.u-stroke-color-580 {
stroke: #580 !important;
}
.u-background-color-581 {
background-color: #581 !important;
}
.u-border-color-581 {
border-color: #581 !important;
}
.u-text-color-581 {
color: #581 !important;
}
.u-fill-color-581 {
fill: #581 !important;
}
.u-stroke-color-581 {
stroke: #581 !important;
}
.u-background-color-582 {
background-color: #582 !important;
}
.u-border-color-582 {
border-color: #582 !important;
}
.u-text-color-582 {
color: #582 !important;
}
.u-fill-color-582 {
fill: #582 !important;
}
.u-stroke-color-582 {
stroke: #582 !important;
}
.u-background-color-583 {
background-color: #583 !important;
}
.u-border-color-583 {
border-color: #583 !important;
}
.u-text-color-583 {
color: #583 !important;
}
.u-fill-color-583 {
fill: #583 !important;
}
.u-stroke-color-583 {
stroke: #583 !important;
}
.u-background-color-584 {
background-color: #584 !important;
}
.u-border-color-584 {
border-color: #584 !important;
}
.u-text-color-584 {
color: #584 !important;
}
.u-fill-color-584 {
fill: #584 !important;
}
.u-stroke-color-584 {
stroke: #584 !important;
}
.u-background-color-585 {
background-color: #585 !important;
}
.u-border-color-585 {
border-color: #585 !important;
}
.u-text-color-585 {
color: #585 !important;
}
.u-fill-color-585 {
fill: #585 !important;
}
.u-stroke-color-585 {
stroke: #585 !important;
}
.u-background-color-586 {
background-color: #586 !important;
}
.u-border-color-586 {
border-color: #586 !important;
}
.u-text-color-586 {
color: #586 !important;
}
.u-fill-color-586 {
fill: #586 !important;
}
.u-stroke-color-586 {
stroke: #586 !important;
}
.u-background-color-587 {
background-color: #587 !important;
}
.u-border-color-587 {
border-color: #587 !important;
}
.u-text-color-587 {
color: #587 !important;
}
.u-fill-color-587 {
fill: #587 !important;
}
.u-stroke-color-587 {
stroke: #587 !important;
}
.u-background-color-588 {
background-color: #588 !important;
}
.u-border-color-588 {
border-color: #588 !important;
}
.u-text-color-588 {
color: #588 !important;
}
.u-fill-color-588 {
fill: #588 !important;
}
.u-stroke-color-588 {
stroke: #588 !important;
}
.u-background-color-589 {
background-color: #589 !important;
}
.u-border-color-589 {
border-color: #589 !important;
}
.u-text-color-589 {
color: #589 !important;
}
.u-fill-color-589 {
fill: #589 !important;
}
.u-stroke-color-589 {
stroke: #589 !important;
}
.u-background-color-590 {
background-color: #590 !important;
}
.u-border-color-590 {
border-color: #590 !important;
}
.u-text-color-590 {
color: #590 !important;
}
.u-fill-color-590 {
fill: #590 !important;
}
.u-stroke-color-590 {
stroke: #590 !important;
}
.u-background-color-591 {
background-color: #591 !important;
}
.u-border-color-591 {
border-color: #591 !important;
}
.u-text-color-591 {
color: #591 !important;
}
.u-fill-color-591 {
fill: #591 !important;
}
.u-stroke-color-591 {
stroke: #591 !important;
}
.u-background-color-592 {
background-color: #592 !important;
}
.u-border-color-592 {
border-color: #592 !important;
}
.u-text-color-592 {
color: #592 !important;
}
.u-fill-color-592 {
fill: #592 !important;
}
.u-stroke-color-592 {
stroke: #592 !important;
}
.u-background-color-593 {
background-color: #593 !important;
}
.u-border-color-593 {
border-color: #593 !important;
}
.u-text-color-593 {
color: #593 !important;
}
.u-fill-color-593 {
fill: #593 !important;
}
.u-stroke-color-593 {
stroke: #593 !important;
}
.u-background-color-594 {
background-color: #594 !important;
}
.u-border-color-594 {
border-color: #594 !important;
}
.u-text-color-594 {
color: #594 !important;
}
.u-fill-color-594 {
fill: #594 !important;
}
.u-stroke-color-594 {
stroke: #594 !important;
}
.u-background-color-595 {
background-color: #595 !important;
}
.u-border-color-595 {
border-color: #595 !important;
}
.u-text-color-595 {
color: #595 !important;
}
.u-fill-color-595 {
fill: #595 !important;
}
.u-stroke-color-595 {
stroke: #595 !important;
}
.u-background-color-596 {
background-color: #596 !important;
}
.u-border-color-596 {
border-color: #596 !important;
}
.u-text-color-596 {
color: #596 !important;
}
.u-fill-color-596 {
fill: #596 !important;
}
.u-stroke-color-596 {
stroke: #596 !important;
}
.u-background-color-597 {
background-color: #597 !important;
}
.u-border-color-597 {
border-color: #597 !important;
}
.u-text-color-597 {
color: #597 !important;
}
.u-fill-color-597 {
fill: #597 !important;
}
.u-stroke-color-597 {
stroke: #597 !important;
}
.u-background-color-598 {
background-color: #598 !important;
}
.u-border-color-598 {
border-color: #598 !important;
}
.u-text-color-598 {
color: #598 !important;
}
.u-fill-color-598 {
fill: #598 !important;
}
.u-stroke-color-598 {
stroke: #598 !important;
}
.u-background-color-599 {
background-color: #599 !important;
}
.u-border-color-599 {
border-color: #599 !important;
}
.u-text-color-599 {
color: #599 !important;
}
.u-fill-color-599 {
fill: #599 !important;
}
.u-stroke-color-599 {
stroke: #599 !important;
}
.u-background-color-600 {
background-color: #600 !important;
}
.u-border-color-600 {
border-color: #600 !important;
}
.u-text-color-600 {
color: #600 !important;
}
.u-fill-color-600 {
fill: #600 !important;
}
.u-stroke-color-600 {
stroke: #600 !important;
}
.u-background-color-601 {
background-color: #601 !important;
}
.u-border-color-601 {
border-color: #601 !important;
}
.u-text-color-601 {
color: #601 !important;
}
.u-fill-color-601 {
fill: #601 !important;
}
.u-stroke-color-601 {
stroke: #601 !important;
}
.u-background-color-602 {
background-color: #602 !important;
}
.u-border-color-602 {
border-color: #602 !important;
}
.u-text-color-602 {
color: #602 !important;
}
.u-fill-color-602 {
fill: #602 !important;
}
.u-stroke-color-602 {
stroke: #602 !important;
}
.u-background-color-603 {
background-color: #603 !important;
}
.u-border-color-603 {
border-color: #603 !important;
}
.u-text-color-603 {
color: #603 !important;
}
.u-fill-color-603 {
fill: #603 !important;
}
.u-stroke-color-603 {
stroke: #603 !important;
}
.u-background-color-604 {
background-color: #604 !important;
}
.u-border-color-604 {
border-color: #604 !important;
}
.u-text-color-604 {
color: #604 !important;
}
.u-fill-color-604 {
fill: #604 !important;
}
.u-stroke-color-604 {
stroke: #604 !important;
}
.u-background-color-605 {
background-color: #605 !important;
}
.u-border-color-605 {
border-color: #605 !important;
}
.u-text-color-605 {
color: #605 !important;
}
.u-fill-color-605 {
fill: #605 !important;
}
.u-stroke-color-605 {
stroke: #605 !important;
}
.u-background-color-606 {
background-color: #606 !important;
}
.u-border-color-606 {
border-color: #606 !important;
}
.u-text-color-606 {
color: #606 !important;
}
.u-fill-color-606 {
fill: #606 !important;
}
.u-stroke-color-606 {
stroke: #606 !important;
}
.u-background-color-607 {
background-color: #607 !important;
}
.u-border-color-607 {
border-color: #607 !important;
}
.u-text-color-607 {
color: #607 !important;
}
.u-fill-color-607 {
fill: #607 !important;
}
.u-stroke-color-607 {
stroke: #607 !important;
}
.u-background-color-608 {
background-color: #608 !important;
}
.u-border-color-608 {
border-color: #608 !important;
}
.u-text-color-608 {
color: #608 !important;
}
.u-fill-color-608 {
fill: #608 !important;
}
.u-stroke-color-608 {
stroke: #608 !important;
}
.u-background-color-609 {
background-color: #609 !important;
}
.u-border-color-609 {
border-color: #609 !important;
}
.u-text-color-609 {
color: #609 !important;
}
.u-fill-color-609 {
fill: #609 !important;
}
.u-stroke-color-609 {
stroke: #609 !important;
}
.u-background-color-610 {
background-color: #610 !important;
}
.u-border-color-610 {
border-color: #610 !important;
}
.u-text-color-610 {
color: #610 !important;
}
.u-fill-color-610 {
fill: #610 !important;
}
.u-stroke-color-610 {
stroke: #610 !important;
}
.u-background-color-611 {
background-color: #611 !important;
}
.u-border-color-611 {
border-color: #611 !important;
}
.u-text-color-611 {
color: #611 !important;
}
.u-fill-color-611 {
fill: #611 !important;
}
.u-stroke-color-611 {
stroke: #611 !important;
}
.u-background-color-612 {
background-color: #612 !important;
}
.u-border-color-612 {
border-color: #612 !important;
}
.u-text-color-612 {
color: #612 !important;
}
.u-fill-color-612 {
fill: #612 !important;
}
.u-stroke-color-612 {
stroke: #612 !important;
}
.u-background-color-613 {
background-color: #613 !important;
}
.u-border-color-613 {
border-color: #613 !important;
}
.u-text-color-613 {
color: #613 !important;
}
.u-fill-color-613 {
fill: #613 !important;
}
.u-stroke-color-613 {
stroke: #613 !important;
}
.u-background-color-614 {
background-color: #614 !important;
}
.u-border-color-614 {
border-color: #614 !important;
}
.u-text-color-614 {
color: #614 !important;
}
.u-fill-color-614 {
fill: #614 !important;
}
.u-stroke-color-614 {
stroke: #614 !important;
}
.u-background-color-615 {
background-color: #615 !important;
}
.u-border-color-615 {
border-color: #615 !important;
}
.u-text-color-615 {
color: #615 !important;
}
.u-fill-color-615 {
fill: #615 !important;
}
.u-stroke-color-615 {
stroke: #615 !important;
}
.u-background-color-616 {
background-color: #616 !important;
}
.u-border-color-616 {
border-color: #616 !important;
}
.u-text-color-616 {
color: #616 !important;
}
.u-fill-color-616 {
fill: #616 !important;
}
.u-stroke-color-616 {
stroke: #616 !important;
}
.u-background-color-617 {
background-color: #617 !important;
}
.u-border-color-617 {
border-color: #617 !important;
}
.u-text-color-617 {
color: #617 !important;
}
.u-fill-color-617 {
fill: #617 !important;
}
.u-stroke-color-617 {
stroke: #617 !important;
}
.u-background-color-618 {
background-color: #618 !important;
}
.u-border-color-618 {
border-color: #618 !important;
}
.u-text-color-618 {
color: #618 !important;
}
.u-fill-color-618 {
fill: #618 !important;
}
.u-stroke-color-618 {
stroke: #618 !important;
}
.u-background-color-619 {
background-color: #619 !important;
}
.u-border-color-619 {
border-color: #619 !important;
}
.u-text-color-619 {
color: #619 !important;
}
.u-fill-color-619 {
fill: #619 !important;
}
.u-stroke-color-619 {
stroke: #619 !important;
}
.u-background-color-620 {
background-color: #620 !important;
}
.u-border-color-620 {
border-color: #620 !important;
}
.u-text-color-620 {
color: #620 !important;
}
.u-fill-color-620 {
fill: #620 !important;
}
.u-stroke-color-620 {
stroke: #620 !important;
}
.u-background-color-621 {
background-color: #621 !important;
}
.u-border-color-621 {
border-color: #621 !important;
}
.u-text-color-621 {
color: #621 !important;
}
.u-fill-color-621 {
fill: #621 !important;
}
.u-stroke-color-621 {
stroke: #621 !important;
}
.u-background-color-622 {
background-color: #622 !important;
}
.u-border-color-622 {
border-color: #622 !important;
}
.u-text-color-622 {
color: #622 !important;
}
.u-fill-color-622 {
fill: #622 !important;
}
.u-stroke-color-622 {
stroke: #622 !important;
}
.u-background-color-623 {
background-color: #623 !important;
}
.u-border-color-623 {
border-color: #623 !important;
}
.u-text-color-623 {
color: #623 !important;
}
.u-fill-color-623 {
fill: #623 !important;
}
.u-stroke-color-623 {
stroke: #623 !important;
}
.u-background-color-624 {
background-color: #624 !important;
}
.u-border-color-624 {
border-color: #624 !important;
}
.u-text-color-624 {
color: #624 !important;
}
.u-fill-color-624 {
fill: #624 !important;
}
.u-stroke-color-624 {
stroke: #624 !important;
}
.u-background-color-625 {
background-color: #625 !important;
}
.u-border-color-625 {
border-color: #625 !important;
}
.u-text-color-625 {
color: #625 !important;
}
.u-fill-color-625 {
fill: #625 !important;
}
.u-stroke-color-625 {
stroke: #625 !important;
}
.u-background-color-626 {
background-color: #626 !important;
}
.u-border-color-626 {
border-color: #626 !important;
}
.u-text-color-626 {
color: #626 !important;
}
.u-fill-color-626 {
fill: #626 !important;
}
.u-stroke-color-626 {
stroke: #626 !important;
}
.u-background-color-627 {
background-color: #627 !important;
}
.u-border-color-627 {
border-color: #627 !important;
}
.u-text-color-627 {
color: #627 !important;
}
.u-fill-color-627 {
fill: #627 !important;
}
.u-stroke-color-627 {
stroke: #627 !important;
}
.u-background-color-628 {
background-color: #628 !important;
}
.u-border-color-628 {
border-color: #628 !important;
}
.u-text-color-628 {
color: #628 !important;
}
.u-fill-color-628 {
fill: #628 !important;
}
.u-stroke-color-628 {
stroke: #628 !important;
}
.u-background-color-629 {
background-color: #629 !important;
}
.u-border-color-629 {
border-color: #629 !important;
}
.u-text-color-629 {
color: #629 !important;
}
.u-fill-color-629 {
fill: #629 !important;
}
.u-stroke-color-629 {
stroke: #629 !important;
}
.u-background-color-630 {
background-color: #630 !important;
}
.u-border-color-630 {
border-color: #630 !important;
}
.u-text-color-630 {
color: #630 !important;
}
.u-fill-color-630 {
fill: #630 !important;
}
.u-stroke-color-630 {
stroke: #630 !important;
}
.u-background-color-631 {
background-color: #631 !important;
}
.u-border-color-631 {
border-color: #631 !important;
}
.u-text-color-631 {
color: #631 !important;
}
.u-fill-color-631 {
fill: #631 !important;
}
.u-stroke-color-631 {
stroke: #631 !important;
}
.u-background-color-632 {
background-color: #632 !important;
}
.u-border-color-632 {
border-color: #632 !important;
}
.u-text-color-632 {
color: #632 !important;
}
.u-fill-color-632 {
fill: #632 !important;
}
.u-stroke-color-632 {
stroke: #632 !important;
}
.u-background-color-633 {
background-color: #633 !important;
}
.u-border-color-633 {
border-color: #633 !important;
}
.u-text-color-633 {
color: #633 !important;
}
.u-fill-color-633 {
fill: #633 !important;
}
.u-stroke-color-633 {
stroke: #633 !important;
}
.u-background-color-634 {
background-color: #634 !important;
}
.u-border-color-634 {
border-color: #634 !important;
}
.u-text-color-634 {
color: #634 !important;
}
.u-fill-color-634 {
fill: #634 !important;
}
.u-stroke-color-634 {
stroke: #634 !important;
}
.u-background-color-635 {
background-color: #635 !important;
}
.u-border-color-635 {
border-color: #635 !important;
}
.u-text-color-635 {
color: #635 !important;
}
.u-fill-color-635 {
fill: #635 !important;
}
.u-stroke-color-635 {
stroke: #635 !important;
}
.u-background-color-636 {
background-color: #636 !important;
}
.u-border-color-636 {
border-color: #636 !important;
}
.u-text-color-636 {
color: #636 !important;
}
.u-fill-color-636 {
fill: #636 !important;
}
.u-stroke-color-636 {
stroke: #636 !important;
}
.u-background-color-637 {
background-color: #637 !important;
}
.u-border-color-637 {
border-color: #637 !important;
}
.u-text-color-637 {
color: #637 !important;
}
.u-fill-color-637 {
fill: #637 !important;
}
.u-stroke-color-637 {
stroke: #637 !important;
}
.u-background-color-638 {
background-color: #638 !important;
}
.u-border-color-638 {
border-color: #638 !important;
}
.u-text-color-638 {
color: #638 !important;
}
.u-fill-color-638 {
fill: #638 !important;
}
.u-stroke-color-638 {
stroke: #638 !important;
}
.u-background-color-639 {
background-color: #639 !important;
}
.u-border-color-639 {
border-color: #639 !important;
}
.u-text-color-639 {
color: #639 !important;
}
.u-fill-color-639 {
fill: #639 !important;
}
.u-stroke-color-639 {
stroke: #639 !important;
}
.u-background-color-640 {
background-color: #640 !important;
}
.u-border-color-640 {
border-color: #640 !important;
}
.u-text-color-640 {
color: #640 !important;
}
.u-fill-color-640 {
fill: #640 !important;
}
.u-stroke-color-640 {
stroke: #640 !important;
}
.u-background-color-641 {
background-color: #641 !important;
}
.u-border-color-641 {
border-color: #641 !important;
}
.u-text-color-641 {
color: #641 !important;
}
.u-fill-color-641 {
fill: #641 !important;
}
.u-stroke-color-641 {
stroke: #641 !important;
}
.u-background-color-642 {
background-color: #642 !important;
}
.u-border-color-642 {
border-color: #642 !important;
}
.u-text-color-642 {
color: #642 !important;
}
.u-fill-color-642 {
fill: #642 !important;
}
.u-stroke-color-642 {
stroke: #642 !important;
}
.u-background-color-643 {
background-color: #643 !important;
}
.u-border-color-643 {
border-color: #643 !important;
}
.u-text-color-643 {
color: #643 !important;
}
.u-fill-color-643 {
fill: #643 !important;
}
.u-stroke-color-643 {
stroke: #643 !important;
}
.u-background-color-644 {
background-color: #644 !important;
}
.u-border-color-644 {
border-color: #644 !important;
}
.u-text-color-644 {
color: #644 !important;
}
.u-fill-color-644 {
fill: #644 !important;
}
.u-stroke-color-644 {
stroke: #644 !important;
}
.u-background-color-645 {
background-color: #645 !important;
}
.u-border-color-645 {
border-color: #645 !important;
}
.u-text-color-645 {
color: #645 !important;
}
.u-fill-color-645 {
fill: #645 !important;
}
.u-stroke-color-645 {
stroke: #645 !important;
}
.u-background-color-646 {
background-color: #646 !important;
}
.u-border-color-646 {
border-color: #646 !important;
}
.u-text-color-646 {
color: #646 !important;
}
.u-fill-color-646 {
fill: #646 !important;
}
.u-stroke-color-646 {
stroke: #646 !important;
}
.u-background-color-647 {
background-color: #647 !important;
}
.u-border-color-647 {
border-color: #647 !important;
}
.u-text-color-647 {
color: #647 !important;
}
.u-fill-color-647 {
fill: #647 !important;
}
.u-stroke-color-647 {
stroke: #647 !important;
}
.u-background-color-648 {
background-color: #648 !important;
}
.u-border-color-648 {
border-color: #648 !important;
}
.u-text-color-648 {
color: #648 !important;
}
.u-fill-color-648 {
fill: #648 !important;
}
.u-stroke-color-648 {
stroke: #648 !important;
}
.u-background-color-649 {
background-color: #649 !important;
}
.u-border-color-649 {
border-color: #649 !important;
}
.u-text-color-649 {
color: #649 !important;
}
.u-fill-color-649 {
fill: #649 !important;
}
.u-stroke-color-649 {
stroke: #649 !important;
}
.u-background-color-650 {
background-color: #650 !important;
}
.u-border-color-650 {
border-color: #650 !important;
}
.u-text-color-650 {
color: #650 !important;
}
.u-fill-color-650 {
fill: #650 !important;
}
.u-stroke-color-650 {
stroke: #650 !important;
}
.u-background-color-651 {
background-color: #651 !important;
}
.u-border-color-651 {
border-color: #651 !important;
}
.u-text-color-651 {
color: #651 !important;
}
.u-fill-color-651 {
fill: #651 !important;
}
.u-stroke-color-651 {
stroke: #651 !important;
}
.u-background-color-652 {
background-color: #652 !important;
}
.u-border-color-652 {
border-color: #652 !important;
}
.u-text-color-652 {
color: #652 !important;
}
.u-fill-color-652 {
fill: #652 !important;
}
.u-stroke-color-652 {
stroke: #652 !important;
}
.u-background-color-653 {
background-color: #653 !important;
}
.u-border-color-653 {
border-color: #653 !important;
}
.u-text-color-653 {
color: #653 !important;
}
.u-fill-color-653 {
fill: #653 !important;
}
.u-stroke-color-653 {
stroke: #653 !important;
}
.u-background-color-654 {
background-color: #654 !important;
}
.u-border-color-654 {
border-color: #654 !important;
}
.u-text-color-654 {
color: #654 !important;
}
.u-fill-color-654 {
fill: #654 !important;
}
.u-stroke-color-654 {
stroke: #654 !important;
}
.u-background-color-655 {
background-color: #655 !important;
}
.u-border-color-655 {
border-color: #655 !important;
}
.u-text-color-655 {
color: #655 !important;
}
.u-fill-color-655 {
fill: #655 !important;
}
.u-stroke-color-655 {
stroke: #655 !important;
}
.u-background-color-656 {
background-color: #656 !important;
}
.u-border-color-656 {
border-color: #656 !important;
}
.u-text-color-656 {
color: #656 !important;
}
.u-fill-color-656 {
fill: #656 !important;
}
.u-stroke-color-656 {
stroke: #656 !important;
}
.u-background-color-657 {
background-color: #657 !important;
}
.u-border-color-657 {
border-color: #657 !important;
}
.u-text-color-657 {
color: #657 !important;
}
.u-fill-color-657 {
fill: #657 !important;
}
.u-stroke-color-657 {
stroke: #657 !important;
}
.u-background-color-658 {
background-color: #658 !important;
}
.u-border-color-658 {
border-color: #658 !important;
}
.u-text-color-658 {
color: #658 !important;
}
.u-fill-color-658 {
fill: #658 !important;
}
.u-stroke-color-658 {
stroke: #658 !important;
}
.u-background-color-659 {
background-color: #659 !important;
}
.u-border-color-659 {
border-color: #659 !important;
}
.u-text-color-659 {
color: #659 !important;
}
.u-fill-color-659 {
fill: #659 !important;
}
.u-stroke-color-659 {
stroke: #659 !important;
}
.u-background-color-660 {
background-color: #660 !important;
}
.u-border-color-660 {
border-color: #660 !important;
}
.u-text-color-660 {
color: #660 !important;
}
.u-fill-color-660 {
fill: #660 !important;
}
.u-stroke-color-660 {
stroke: #660 !important;
}
.u-background-color-661 {
background-color: #661 !important;
}
.u-border-color-661 {
border-color: #661 !important;
}
.u-text-color-661 {
color: #661 !important;
}
.u-fill-color-661 {
fill: #661 !important;
}
.u-stroke-color-661 {
stroke: #661 !important;
}
.u-background-color-662 {
background-color: #662 !important;
}
.u-border-color-662 {
border-color: #662 !important;
}
.u-text-color-662 {
color: #662 !important;
}
.u-fill-color-662 {
fill: #662 !important;
}
.u-stroke-color-662 {
stroke: #662 !important;
}
.u-background-color-663 {
background-color: #663 !important;
}
.u-border-color-663 {
border-color: #663 !important;
}
.u-text-color-663 {
color: #663 !important;
}
.u-fill-color-663 {
fill: #663 !important;
}
.u-stroke-color-663 {
stroke: #663 !important;
}
.u-background-color-664 {
background-color: #664 !important;
}
.u-border-color-664 {
border-color: #664 !important;
}
.u-text-color-664 {
color: #664 !important;
}
.u-fill-color-664 {
fill: #664 !important;
}
.u-stroke-color-664 {
stroke: #664 !important;
}
.u-background-color-665 {
background-color: #665 !important;
}
.u-border-color-665 {
border-color: #665 !important;
}
.u-text-color-665 {
color: #665 !important;
}
.u-fill-color-665 {
fill: #665 !important;
}
.u-stroke-color-665 {
stroke: #665 !important;
}
.u-background-color-666 {
background-color: #666 !important;
}
.u-border-color-666 {
border-color: #666 !important;
}
.u-text-color-666 {
color: #666 !important;
}
.u-fill-color-666 {
fill: #666 !important;
}
.u-stroke-color-666 {
stroke: #666 !important;
}
.u-background-color-667 {
background-color: #667 !important;
}
.u-border-color-667 {
border-color: #667 !important;
}
.u-text-color-667 {
color: #667 !important;
}
.u-fill-color-667 {
fill: #667 !important;
}
.u-stroke-color-667 {
stroke: #667 !important;
}
.u-background-color-668 {
background-color: #668 !important;
}
.u-border-color-668 {
border-color: #668 !important;
}
.u-text-color-668 {
color: #668 !important;
}
.u-fill-color-668 {
fill: #668 !important;
}
.u-stroke-color-668 {
stroke: #668 !important;
}
.u-background-color-669 {
background-color: #669 !important;
}
.u-border-color-669 {
border-color: #669 !important;
}
.u-text-color-669 {
color: #669 !important;
}
.u-fill-color-669 {
fill: #669 !important;
}
.u-stroke-color-669 {
stroke: #669 !important;
}
.u-background-color-670 {
background-color: #670 !important;
}
.u-border-color-670 {
border-color: #670 !important;
}
.u-text-color-670 {
color: #670 !important;
}
.u-fill-color-670 {
fill: #670 !important;
}
.u-stroke-color-670 {
stroke: #670 !important;
}
.u-background-color-671 {
background-color: #671 !important;
}
.u-border-color-671 {
border-color: #671 !important;
}
.u-text-color-671 {
color: #671 !important;
}
.u-fill-color-671 {
fill: #671 !important;
}
.u-stroke-color-671 {
stroke: #671 !important;
}
.u-background-color-672 {
background-color: #672 !important;
}
.u-border-color-672 {
border-color: #672 !important;
}
.u-text-color-672 {
color: #672 !important;
}
.u-fill-color-672 {
fill: #672 !important;
}
.u-stroke-color-672 {
stroke: #672 !important;
}
.u-background-color-673 {
background-color: #673 !important;
}
.u-border-color-673 {
border-color: #673 !important;
}
.u-text-color-673 {
color: #673 !important;
}
.u-fill-color-673 {
fill: #673 !important;
}
.u-stroke-color-673 {
stroke: #673 !important;
}
.u-background-color-674 {
background-color: #674 !important;
}
.u-border-color-674 {
border-color: #674 !important;
}
.u-text-color-674 {
color: #674 !important;
}
.u-fill-color-674 {
fill: #674 !important;
}
.u-stroke-color-674 {
stroke: #674 !important;
}
.u-background-color-675 {
background-color: #675 !important;
}
.u-border-color-675 {
border-color: #675 !important;
}
.u-text-color-675 {
color: #675 !important;
}
.u-fill-color-675 {
fill: #675 !important;
}
.u-stroke-color-675 {
stroke: #675 !important;
}
.u-background-color-676 {
background-color: #676 !important;
}
.u-border-color-676 {
border-color: #676 !important;
}
.u-text-color-676 {
color: #676 !important;
}
.u-fill-color-676 {
fill: #676 !important;
}
.u-stroke-color-676 {
stroke: #676 !important;
}
.u-background-color-677 {
background-color: #677 !important;
}
.u-border-color-677 {
border-color: #677 !important;
}
.u-text-color-677 {
color: #677 !important;
}
.u-fill-color-677 {
fill: #677 !important;
}
.u-stroke-color-677 {
stroke: #677 !important;
}
.u-background-color-678 {
background-color: #678 !important;
}
.u-border-color-678 {
border-color: #678 !important;
}
.u-text-color-678 {
color: #678 !important;
}
.u-fill-color-678 {
fill: #678 !important;
}
.u-stroke-color-678 {
stroke: #678 !important;
}
.u-background-color-679 {
background-color: #679 !important;
}
.u-border-color-679 {
border-color: #679 !important;
}
.u-text-color-679 {
color: #679 !important;
}
.u-fill-color-679 {
fill: #679 !important;
}
.u-stroke-color-679 {
stroke: #679 !important;
}
.u-background-color-680 {
background-color: #680 !important;
}
.u-border-color-680 {
border-color: #680 !important;
}
.u-text-color-680 {
color: #680 !important;
}
.u-fill-color-680 {
fill: #680 !important;
}
.u-stroke-color-680 {
stroke: #680 !important;
}
.u-background-color-681 {
background-color: #681 !important;
}
.u-border-color-681 {
border-color: #681 !important;
}
.u-text-color-681 {
color: #681 !important;
}
.u-fill-color-681 {
fill: #681 !important;
}
.u-stroke-color-681 {
stroke: #681 !important;
}
.u-background-color-682 {
background-color: #682 !important;
}
.u-border-color-682 {
border-color: #682 !important;
}
.u-text-color-682 {
color: #682 !important;
}
.u-fill-color-682 {
fill: #682 !important;
}
.u-stroke-color-682 {
stroke: #682 !important;
}
.u-background-color-683 {
background-color: #683 !important;
}
.u-border-color-683 {
border-color: #683 !important;
}
.u-text-color-683 {
color: #683 !important;
}
.u-fill-color-683 {
fill: #683 !important;
}
.u-stroke-color-683 {
stroke: #683 !important;
}
.u-background-color-684 {
background-color: #684 !important;
}
.u-border-color-684 {
border-color: #684 !important;
}
.u-text-color-684 {
color: #684 !important;
}
.u-fill-color-684 {
fill: #684 !important;
}
.u-stroke-color-684 {
stroke: #684 !important;
}
.u-background-color-685 {
background-color: #685 !important;
}
.u-border-color-685 {
border-color: #685 !important;
}
.u-text-color-685 {
color: #685 !important;
}
.u-fill-color-685 {
fill: #685 !important;
}
.u-stroke-color-685 {
stroke: #685 !important;
}
.u-background-color-686 {
background-color: #686 !important;
}
.u-border-color-686 {
border-color: #686 !important;
}
.u-text-color-686 {
color: #686 !important;
}
.u-fill-color-686 {
fill: #686 !important;
}
.u-stroke-color-686 {
stroke: #686 !important;
}
.u-background-color-687 {
background-color: #687 !important;
}
.u-border-color-687 {
border-color: #687 !important;
}
.u-text-color-687 {
color: #687 !important;
}
.u-fill-color-687 {
fill: #687 !important;
}
.u-stroke-color-687 {
stroke: #687 !important;
}
.u-background-color-688 {
background-color: #688 !important;
}
.u-border-color-688 {
border-color: #688 !important;
}
.u-text-color-688 {
color: #688 !important;
}
.u-fill-color-688 {
fill: #688 !important;
}
.u-stroke-color-688 {
stroke: #688 !important;
}
.u-background-color-689 {
background-color: #689 !important;
}
.u-border-color-689 {
border-color: #689 !important;
}
.u-text-color-689 {
color: #689 !important;
}
.u-fill-color-689 {
fill: #689 !important;
}
.u-stroke-color-689 {
stroke: #689 !important;
}
.u-background-color-690 {
background-color: #690 !important;
}
.u-border-color-690 {
border-color: #690 !important;
}
.u-text-color-690 {
color: #690 !important;
}
.u-fill-color-690 {
fill: #690 !important;
}
.u-stroke-color-690 {
stroke: #690 !important;
}
.u-background-color-691 {
background-color: #691 !important;
}
.u-border-color-691 {
border-color: #691 !important;
}
.u-text-color-691 {
color: #691 !important;
}
.u-fill-color-691 {
fill: #691 !important;
}
.u-stroke-color-691 {
stroke: #691 !important;
}
.u-background-color-692 {
background-color: #692 !important;
}
.u-border-color-692 {
border-color: #692 !important;
}
.u-text-color-692 {
color: #692 !important;
}
.u-fill-color-692 {
fill: #692 !important;
}
.u-stroke-color-692 {
stroke: #692 !important;
}
.u-background-color-693 {
background-color: #693 !important;
}
.u-border-color-693 {
border-color: #693 !important;
}
.u-text-color-693 {
color: #693 !important;
}
.u-fill-color-693 {
fill: #693 !important;
}
.u-stroke-color-693 {
stroke: #693 !important;
}
.u-background-color-694 {
background-color: #694 !important;
}
.u-border-color-694 {
border-color: #694 !important;
}
.u-text-color-694 {
color: #694 !important;
}
.u-fill-color-694 {
fill: #694 !important;
}
.u-stroke-color-694 {
stroke: #694 !important;
}
.u-background-color-695 {
background-color: #695 !important;
}
.u-border-color-695 {
border-color: #695 !important;
}
.u-text-color-695 {
color: #695 !important;
}
.u-fill-color-695 {
fill: #695 !important;
}
.u-stroke-color-695 {
stroke: #695 !important;
}
.u-background-color-696 {
background-color: #696 !important;
}
.u-border-color-696 {
border-color: #696 !important;
}
.u-text-color-696 {
color: #696 !important;
}
.u-fill-color-696 {
fill: #696 !important;
}
.u-stroke-color-696 {
stroke: #696 !important;
}
.u-background-color-697 {
background-color: #697 !important;
}
.u-border-color-697 {
border-color: #697 !important;
}
.u-text-color-697 {
color: #697 !important;
}
.u-fill-color-697 {
fill: #697 !important;
}
.u-stroke-color-697 {
stroke: #697 !important;
}
.u-background-color-698 {
background-color: #698 !important;
}
.u-border-color-698 {
border-color: #698 !important;
}
.u-text-color-698 {
color: #698 !important;
}
.u-fill-color-698 {
fill: #698 !important;
}
.u-stroke-color-698 {
stroke: #698 !important;
}
.u-background-color-699 {
background-color: #699 !important;
}
.u-border-color-699 {
border-color: #699 !important;
}
.u-text-color-699 {
color: #699 !important;
}
.u-fill-color-699 {
fill: #699 !important;
}
.u-stroke-color-699 {
stroke: #699 !important;
}
.u-background-color-700 {
background-color: #700 !important;
}
.u-border-color-700 {
border-color: #700 !important;
}
.u-text-color-700 {
color: #700 !important;
}
.u-fill-color-700 {
fill: #700 !important;
}
.u-stroke-color-700 {
stroke: #700 !important;
}
.u-background-color-701 {
background-color: #701 !important;
}
.u-border-color-701 {
border-color: #701 !important;
}
.u-text-color-701 {
color: #701 !important;
}
.u-fill-color-701 {
fill: #701 !important;
}
.u-stroke-color-701 {
stroke: #701 !important;
}
.u-background-color-702 {
background-color: #702 !important;
}
.u-border-color-702 {
border-color: #702 !important;
}
.u-text-color-702 {
color: #702 !important;
}
.u-fill-color-702 {
fill: #702 !important;
}
.u-stroke-color-702 {
stroke: #702 !important;
}
.u-background-color-703 {
background-color: #703 !important;
}
.u-border-color-703 {
border-color: #703 !important;
}
.u-text-color-703 {
color: #703 !important;
}
.u-fill-color-703 {
fill: #703 !important;
}
.u-stroke-color-703 {
stroke: #703 !important;
}
.u-background-color-704 {
background-color: #704 !important;
}
.u-border-color-704 {
border-color: #704 !important;
}
.u-text-color-704 {
color: #704 !important;
}
.u-fill-color-704 {
fill: #704 !important;
}
.u-stroke-color-704 {
stroke: #704 !important;
}
.u-background-color-705 {
background-color: #705 !important;
}
.u-border-color-705 {
border-color: #705 !important;
}
.u-text-color-705 {
color: #705 !important;
}
.u-fill-color-705 {
fill: #705 !important;
}
.u-stroke-color-705 {
stroke: #705 !important;
}
.u-background-color-706 {
background-color: #706 !important;
}
.u-border-color-706 {
border-color: #706 !important;
}
.u-text-color-706 {
color: #706 !important;
}
.u-fill-color-706 {
fill: #706 !important;
}
.u-stroke-color-706 {
stroke: #706 !important;
}
.u-background-color-707 {
background-color: #707 !important;
}
.u-border-color-707 {
border-color: #707 !important;
}
.u-text-color-707 {
color: #707 !important;
}
.u-fill-color-707 {
fill: #707 !important;
}
.u-stroke-color-707 {
stroke: #707 !important;
}
.u-background-color-708 {
background-color: #708 !important;
}
.u-border-color-708 {
border-color: #708 !important;
}
.u-text-color-708 {
color: #708 !important;
}
.u-fill-color-708 {
fill: #708 !important;
}
.u-stroke-color-708 {
stroke: #708 !important;
}
.u-background-color-709 {
background-color: #709 !important;
}
.u-border-color-709 {
border-color: #709 !important;
}
.u-text-color-709 {
color: #709 !important;
}
.u-fill-color-709 {
fill: #709 !important;
}
.u-stroke-color-709 {
stroke: #709 !important;
}
.u-background-color-710 {
background-color: #710 !important;
}
.u-border-color-710 {
border-color: #710 !important;
}
.u-text-color-710 {
color: #710 !important;
}
.u-fill-color-710 {
fill: #710 !important;
}
.u-stroke-color-710 {
stroke: #710 !important;
}
.u-background-color-711 {
background-color: #711 !important;
}
.u-border-color-711 {
border-color: #711 !important;
}
.u-text-color-711 {
color: #711 !important;
}
.u-fill-color-711 {
fill: #711 !important;
}
.u-stroke-color-711 {
stroke: #711 !important;
}
.u-background-color-712 {
background-color: #712 !important;
}
.u-border-color-712 {
border-color: #712 !important;
}
.u-text-color-712 {
color: #712 !important;
}
.u-fill-color-712 {
fill: #712 !important;
}
.u-stroke-color-712 {
stroke: #712 !important;
}
.u-background-color-713 {
background-color: #713 !important;
}
.u-border-color-713 {
border-color: #713 !important;
}
.u-text-color-713 {
color: #713 !important;
}
.u-fill-color-713 {
fill: #713 !important;
}
.u-stroke-color-713 {
stroke: #713 !important;
}
.u-background-color-714 {
background-color: #714 !important;
}
.u-border-color-714 {
border-color: #714 !important;
}
.u-text-color-714 {
color: #714 !important;
}
.u-fill-color-714 {
fill: #714 !important;
}
.u-stroke-color-714 {
stroke: #714 !important;
}
.u-background-color-715 {
background-color: #715 !important;
}
.u-border-color-715 {
border-color: #715 !important;
}
.u-text-color-715 {
color: #715 !important;
}
.u-fill-color-715 {
fill: #715 !important;
}
.u-stroke-color-715 {
stroke: #715 !important;
}
.u-background-color-716 {
background-color: #716 !important;
}
.u-border-color-716 {
border-color: #716 !important;
}
.u-text-color-716 {
color: #716 !important;
}
.u-fill-color-716 {
fill: #716 !important;
}
.u-stroke-color-716 {
stroke: #716 !important;
}
.u-background-color-717 {
background-color: #717 !important;
}
.u-border-color-717 {
border-color: #717 !important;
}
.u-text-color-717 {
color: #717 !important;
}
.u-fill-color-717 {
fill: #717 !important;
}
.u-stroke-color-717 {
stroke: #717 !important;
}
.u-background-color-718 {
background-color: #718 !important;
}
.u-border-color-718 {
border-color: #718 !important;
}
.u-text-color-718 {
color: #718 !important;
}
.u-fill-color-718 {
fill: #718 !important;
}
.u-stroke-color-718 {
stroke: #718 !important;
}
.u-background-color-719 {
background-color: #719 !important;
}
.u-border-color-719 {
border-color: #719 !important;
}
.u-text-color-719 {
color: #719 !important;
}
.u-fill-color-719 {
fill: #719 !important;
}
.u-stroke-color-719 {
stroke: #719 !important;
}
.u-background-color-720 {
background-color: #720 !important;
}
.u-border-color-720 {
border-color: #720 !important;
}
.u-text-color-720 {
color: #720 !important;
}
.u-fill-color-720 {
fill: #720 !important;
}
.u-stroke-color-720 {
stroke: #720 !important;
}
.u-background-color-721 {
background-color: #721 !important;
}
.u-border-color-721 {
border-color: #721 !important;
}
.u-text-color-721 {
color: #721 !important;
}
.u-fill-color-721 {
fill: #721 !important;
}
.u-stroke-color-721 {
stroke: #721 !important;
}
.u-background-color-722 {
background-color: #722 !important;
}
.u-border-color-722 {
border-color: #722 !important;
}
.u-text-color-722 {
color: #722 !important;
}
.u-fill-color-722 {
fill: #722 !important;
}
.u-stroke-color-722 {
stroke: #722 !important;
}
.u-background-color-723 {
background-color: #723 !important;
}
.u-border-color-723 {
border-color: #723 !important;
}
.u-text-color-723 {
color: #723 !important;
}
.u-fill-color-723 {
fill: #723 !important;
}
.u-stroke-color-723 {
stroke: #723 !important;
}
.u-background-color-724 {
background-color: #724 !important;
}
.u-border-color-724 {
border-color: #724 !important;
}
.u-text-color-724 {
color: #724 !important;
}
.u-fill-color-724 {
fill: #724 !important;
}
.u-stroke-color-724 {
stroke: #724 !important;
}
.u-background-color-725 {
background-color: #725 !important;
}
.u-border-color-725 {
border-color: #725 !important;
}
.u-text-color-725 {
color: #725 !important;
}
.u-fill-color-725 {
fill: #725 !important;
}
.u-stroke-color-725 {
stroke: #725 !important;
}
.u-background-color-726 {
background-color: #726 !important;
}
.u-border-color-726 {
border-color: #726 !important;
}
.u-text-color-726 {
color: #726 !important;
}
.u-fill-color-726 {
fill: #726 !important;
}
.u-stroke-color-726 {
stroke: #726 !important;
}
.u-background-color-727 {
background-color: #727 !important;
}
.u-border-color-727 {
border-color: #727 !important;
}
.u-text-color-727 {
color: #727 !important;
}
.u-fill-color-727 {
fill: #727 !important;
}
.u-stroke-color-727 {
stroke: #727 !important;
}
.u-background-color-728 {
background-color: #728 !important;
}
.u-border-color-728 {
border-color: #728 !important;
}
.u-text-color-728 {
color: #728 !important;
}
.u-fill-color-728 {
fill: #728 !important;
}
.u-stroke-color-728 {
stroke: #728 !important;
}
.u-background-color-729 {
background-color: #729 !important;
}
.u-border-color-729 {
border-color: #729 !important;
}
.u-text-color-729 {
color: #729 !important;
}
.u-fill-color-729 {
fill: #729 !important;
}
.u-stroke-color-729 {
stroke: #729 !important;
}
.u-background-color-730 {
background-color: #730 !important;
}
.u-border-color-730 {
border-color: #730 !important;
}
.u-text-color-730 {
color: #730 !important;
}
.u-fill-color-730 {
fill: #730 !important;
}
.u-stroke-color-730 {
stroke: #730 !important;
}
.u-background-color-731 {
background-color: #731 !important;
}
.u-border-color-731 {
border-color: #731 !important;
}
.u-text-color-731 {
color: #731 !important;
}
.u-fill-color-731 {
fill: #731 !important;
}
.u-stroke-color-731 {
stroke: #731 !important;
}
.u-background-color-732 {
background-color: #732 !important;
}
.u-border-color-732 {
border-color: #732 !important;
}
.u-text-color-732 {
color: #732 !important;
}
.u-fill-color-732 {
fill: #732 !important;
}
.u-stroke-color-732 {
stroke: #732 !important;
}
.u-background-color-733 {
background-color: #733 !important;
}
.u-border-color-733 {
border-color: #733 !important;
}
.u-text-color-733 {
color: #733 !important;
}
.u-fill-color-733 {
fill: #733 !important;
}
.u-stroke-color-733 {
stroke: #733 !important;
}
.u-background-color-734 {
background-color: #734 !important;
}
.u-border-color-734 {
border-color: #734 !important;
}
.u-text-color-734 {
color: #734 !important;
}
.u-fill-color-734 {
fill: #734 !important;
}
.u-stroke-color-734 {
stroke: #734 !important;
}
.u-background-color-735 {
background-color: #735 !important;
}
.u-border-color-735 {
border-color: #735 !important;
}
.u-text-color-735 {
color: #735 !important;
}
.u-fill-color-735 {
fill: #735 !important;
}
.u-stroke-color-735 {
stroke: #735 !important;
}
.u-background-color-736 {
background-color: #736 !important;
}
.u-border-color-736 {
border-color: #736 !important;
}
.u-text-color-736 {
color: #736 !important;
}
.u-fill-color-736 {
fill: #736 !important;
}
.u-stroke-color-736 {
stroke: #736 !important;
}
.u-background-color-737 {
background-color: #737 !important;
}
.u-border-color-737 {
border-color: #737 !important;
}
.u-text-color-737 {
color: #737 !important;
}
.u-fill-color-737 {
fill: #737 !important;
}
.u-stroke-color-737 {
stroke: #737 !important;
}
.u-background-color-738 {
background-color: #738 !important;
}
.u-border-color-738 {
border-color: #738 !important;
}
.u-text-color-738 {
color: #738 !important;
}
.u-fill-color-738 {
fill: #738 !important;
}
.u-stroke-color-738 {
stroke: #738 !important;
}
.u-background-color-739 {
background-color: #739 !important;
}
.u-border-color-739 {
border-color: #739 !important;
}
.u-text-color-739 {
color: #739 !important;
}
.u-fill-color-739 {
fill: #739 !important;
}
.u-stroke-color-739 {
stroke: #739 !important;
}
.u-background-color-740 {
background-color: #740 !important;
}
.u-border-color-740 {
border-color: #740 !important;
}
.u-text-color-740 {
color: #740 !important;
}
.u-fill-color-740 {
fill: #740 !important;
}
.u-stroke-color-740 {
stroke: #740 !important;
}
.u-background-color-741 {
background-color: #741 !important;
}
.u-border-color-741 {
border-color: #741 !important;
}
.u-text-color-741 {
color: #741 !important;
}
.u-fill-color-741 {
fill: #741 !important;
}
.u-stroke-color-741 {
stroke: #741 !important;
}
.u-background-color-742 {
background-color: #742 !important;
}
.u-border-color-742 {
border-color: #742 !important;
}
.u-text-color-742 {
color: #742 !important;
}
.u-fill-color-742 {
fill: #742 !important;
}
.u-stroke-color-742 {
stroke: #742 !important;
}
.u-background-color-743 {
background-color: #743 !important;
}
.u-border-color-743 {
border-color: #743 !important;
}
.u-text-color-743 {
color: #743 !important;
}
.u-fill-color-743 {
fill: #743 !important;
}
.u-stroke-color-743 {
stroke: #743 !important;
}
.u-background-color-744 {
background-color: #744 !important;
}
.u-border-color-744 {
border-color: #744 !important;
}
.u-text-color-744 {
color: #744 !important;
}
.u-fill-color-744 {
fill: #744 !important;
}
.u-stroke-color-744 {
stroke: #744 !important;
}
.u-background-color-745 {
background-color: #745 !important;
}
.u-border-color-745 {
border-color: #745 !important;
}
.u-text-color-745 {
color: #745 !important;
}
.u-fill-color-745 {
fill: #745 !important;
}
.u-stroke-color-745 {
stroke: #745 !important;
}
.u-background-color-746 {
background-color: #746 !important;
}
.u-border-color-746 {
border-color: #746 !important;
}
.u-text-color-746 {
color: #746 !important;
}
.u-fill-color-746 {
fill: #746 !important;
}
.u-stroke-color-746 {
stroke: #746 !important;
}
.u-background-color-747 {
background-color: #747 !important;
}
.u-border-color-747 {
border-color: #747 !important;
}
.u-text-color-747 {
color: #747 !important;
}
.u-fill-color-747 {
fill: #747 !important;
}
.u-stroke-color-747 {
stroke: #747 !important;
}
.u-background-color-748 {
background-color: #748 !important;
}
.u-border-color-748 {
border-color: #748 !important;
}
.u-text-color-748 {
color: #748 !important;
}
.u-fill-color-748 {
fill: #748 !important;
}
.u-stroke-color-748 {
stroke: #748 !important;
}
.u-background-color-749 {
background-color: #749 !important;
}
.u-border-color-749 {
border-color: #749 !important;
}
.u-text-color-749 {
color: #749 !important;
}
.u-fill-color-749 {
fill: #749 !important;
}
.u-stroke-color-749 {
stroke: #749 !important;
}
.u-background-color-750 {
background-color: #750 !important;
}
.u-border-color-750 {
border-color: #750 !important;
}
.u-text-color-750 {
color: #750 !important;
}
.u-fill-color-750 {
fill: #750 !important;
}
.u-stroke-color-750 {
stroke: #750 !important;
}
.u-background-color-751 {
background-color: #751 !important;
}
.u-border-color-751 {
border-color: #751 !important;
}
.u-text-color-751 {
color: #751 !important;
}
.u-fill-color-751 {
fill: #751 !important;
}
.u-stroke-color-751 {
stroke: #751 !important;
}
.u-background-color-752 {
background-color: #752 !important;
}
.u-border-color-752 {
border-color: #752 !important;
}
.u-text-color-752 {
color: #752 !important;
}
.u-fill-color-752 {
fill: #752 !important;
}
.u-stroke-color-752 {
stroke: #752 !important;
}
.u-background-color-753 {
background-color: #753 !important;
}
.u-border-color-753 {
border-color: #753 !important;
}
.u-text-color-753 {
color: #753 !important;
}
.u-fill-color-753 {
fill: #753 !important;
}
.u-stroke-color-753 {
stroke: #753 !important;
}
.u-background-color-754 {
background-color: #754 !important;
}
.u-border-color-754 {
border-color: #754 !important;
}
.u-text-color-754 {
color: #754 !important;
}
.u-fill-color-754 {
fill: #754 !important;
}
.u-stroke-color-754 {
stroke: #754 !important;
}
.u-background-color-755 {
background-color: #755 !important;
}
.u-border-color-755 {
border-color: #755 !important;
}
.u-text-color-755 {
color: #755 !important;
}
.u-fill-color-755 {
fill: #755 !important;
}
.u-stroke-color-755 {
stroke: #755 !important;
}
.u-background-color-756 {
background-color: #756 !important;
}
.u-border-color-756 {
border-color: #756 !important;
}
.u-text-color-756 {
color: #756 !important;
}
.u-fill-color-756 {
fill: #756 !important;
}
.u-stroke-color-756 {
stroke: #756 !important;
}
.u-background-color-757 {
background-color: #757 !important;
}
.u-border-color-757 {
border-color: #757 !important;
}
.u-text-color-757 {
color: #757 !important;
}
.u-fill-color-757 {
fill: #757 !important;
}
.u-stroke-color-757 {
stroke: #757 !important;
}
.u-background-color-758 {
background-color: #758 !important;
}
.u-border-color-758 {
border-color: #758 !important;
}
.u-text-color-758 {
color: #758 !important;
}
.u-fill-color-758 {
fill: #758 !important;
}
.u-stroke-color-758 {
stroke: #758 !important;
}
.u-background-color-759 {
background-color: #759 !important;
}
.u-border-color-759 {
border-color: #759 !important;
}
.u-text-color-759 {
color: #759 !important;
}
.u-fill-color-759 {
fill: #759 !important;
}
.u-stroke-color-759 {
stroke: #759 !important;
}
.u-background-color-760 {
background-color: #760 !important;
}
.u-border-color-760 {
border-color: #760 !important;
}
.u-text-color-760 {
color: #760 !important;
}
.u-fill-color-760 {
fill: #760 !important;
}
.u-stroke-color-760 {
stroke: #760 !important;
}
.u-background-color-761 {
background-color: #761 !important;
}
.u-border-color-761 {
border-color: #761 !important;
}
.u-text-color-761 {
color: #761 !important;
}
.u-fill-color-761 {
fill: #761 !important;
}
.u-stroke-color-761 {
stroke: #761 !important;
}
.u-background-color-762 {
background-color: #762 !important;
}
.u-border-color-762 {
border-color: #762 !important;
}
.u-text-color-762 {
color: #762 !important;
}
.u-fill-color-762 {
fill: #762 !important;
}
.u-stroke-color-762 {
stroke: #762 !important;
}
.u-background-color-763 {
background-color: #763 !important;
}
.u-border-color-763 {
border-color: #763 !important;
}
.u-text-color-763 {
color: #763 !important;
}
.u-fill-color-763 {
fill: #763 !important;
}
.u-stroke-color-763 {
stroke: #763 !important;
}
.u-background-color-764 {
background-color: #764 !important;
}
.u-border-color-764 {
border-color: #764 !important;
}
.u-text-color-764 {
color: #764 !important;
}
.u-fill-color-764 {
fill: #764 !important;
}
.u-stroke-color-764 {
stroke: #764 !important;
}
.u-background-color-765 {
background-color: #765 !important;
}
.u-border-color-765 {
border-color: #765 !important;
}
.u-text-color-765 {
color: #765 !important;
}
.u-fill-color-765 {
fill: #765 !important;
}
.u-stroke-color-765 {
stroke: #765 !important;
}
.u-background-color-766 {
background-color: #766 !important;
}
.u-border-color-766 {
border-color: #766 !important;
}
.u-text-color-766 {
color: #766 !important;
}
.u-fill-color-766 {
fill: #766 !important;
}
.u-stroke-color-766 {
stroke: #766 !important;
}
.u-background-color-767 {
background-color: #767 !important;
}
.u-border-color-767 {
border-color: #767 !important;
}
.u-text-color-767 {
color: #767 !important;
}
.u-fill-color-767 {
fill: #767 !important;
}
.u-stroke-color-767 {
stroke: #767 !important;
}
.u-background-color-768 {
background-color: #768 !important;
}
.u-border-color-768 {
border-color: #768 !important;
}
.u-text-color-768 {
color: #768 !important;
}
.u-fill-color-768 {
fill: #768 !important;
}
.u-stroke-color-768 {
stroke: #768 !important;
}
.u-background-color-769 {
background-color: #769 !important;
}
.u-border-color-769 {
border-color: #769 !important;
}
.u-text-color-769 {
color: #769 !important;
}
.u-fill-color-769 {
fill: #769 !important;
}
.u-stroke-color-769 {
stroke: #769 !important;
}
.u-background-color-770 {
background-color: #770 !important;
}
.u-border-color-770 {
border-color: #770 !important;
}
.u-text-color-770 {
color: #770 !important;
}
.u-fill-color-770 {
fill: #770 !important;
}
.u-stroke-color-770 {
stroke: #770 !important;
}
.u-background-color-771 {
background-color: #771 !important;
}
.u-border-color-771 {
border-color: #771 !important;
}
.u-text-color-771 {
color: #771 !important;
}
.u-fill-color-771 {
fill: #771 !important;
}
.u-stroke-color-771 {
stroke: #771 !important;
}
.u-background-color-772 {
background-color: #772 !important;
}
.u-border-color-772 {
border-color: #772 !important;
}
.u-text-color-772 {
color: #772 !important;
}
.u-fill-color-772 {
fill: #772 !important;
}
.u-stroke-color-772 {
stroke: #772 !important;
}
.u-background-color-773 {
background-color: #773 !important;
}
.u-border-color-773 {
border-color: #773 !important;
}
.u-text-color-773 {
color: #773 !important;
}
.u-fill-color-773 {
fill: #773 !important;
}
.u-stroke-color-773 {
stroke: #773 !important;
}
.u-background-color-774 {
background-color: #774 !important;
}
.u-border-color-774 {
border-color: #774 !important;
}
.u-text-color-774 {
color: #774 !important;
}
.u-fill-color-774 {
fill: #774 !important;
}
.u-stroke-color-774 {
stroke: #774 !important;
}
.u-background-color-775 {
background-color: #775 !important;
}
.u-border-color-775 {
border-color: #775 !important;
}
.u-text-color-775 {
color: #775 !important;
}
.u-fill-color-775 {
fill: #775 !important;
}
.u-stroke-color-775 {
stroke: #775 !important;
}
.u-background-color-776 {
background-color: #776 !important;
}
.u-border-color-776 {
border-color: #776 !important;
}
.u-text-color-776 {
color: #776 !important;
}
.u-fill-color-776 {
fill: #776 !important;
}
.u-stroke-color-776 {
stroke: #776 !important;
}
.u-background-color-777 {
background-color: #777 !important;
}
.u-border-color-777 {
border-color: #777 !important;
}
.u-text-color-777 {
color: #777 !important;
}
.u-fill-color-777 {
fill: #777 !important;
}
.u-stroke-color-777 {
stroke: #777 !important;
}
.u-background-color-778 {
background-color: #778 !important;
}
.u-border-color-778 {
border-color: #778 !important;
}
.u-text-color-778 {
color: #778 !important;
}
.u-fill-color-778 {
fill: #778 !important;
}
.u-stroke-color-778 {
stroke: #778 !important;
}
.u-background-color-779 {
background-color: #779 !important;
}
.u-border-color-779 {
border-color: #779 !important;
}
.u-text-color-779 {
color: #779 !important;
}
.u-fill-color-779 {
fill: #779 !important;
}
.u-stroke-color-779 {
stroke: #779 !important;
}
.u-background-color-780 {
background-color: #780 !important;
}
.u-border-color-780 {
border-color: #780 !important;
}
.u-text-color-780 {
color: #780 !important;
}
.u-fill-color-780 {
fill: #780 !important;
}
.u-stroke-color-780 {
stroke: #780 !important;
}
.u-background-color-781 {
background-color: #781 !important;
}
.u-border-color-781 {
border-color: #781 !important;
}
.u-text-color-781 {
color: #781 !important;
}
.u-fill-color-781 {
fill: #781 !important;
}
.u-stroke-color-781 {
stroke: #781 !important;
}
.u-background-color-782 {
background-color: #782 !important;
}
.u-border-color-782 {
border-color: #782 !important;
}
.u-text-color-782 {
color: #782 !important;
}
.u-fill-color-782 {
fill: #782 !important;
}
.u-stroke-color-782 {
stroke: #782 !important;
}
.u-background-color-783 {
background-color: #783 !important;
}
.u-border-color-783 {
border-color: #783 !important;
}
.u-text-color-783 {
color: #783 !important;
}
.u-fill-color-783 {
fill: #783 !important;
}
.u-stroke-color-783 {
stroke: #783 !important;
}
.u-background-color-784 {
background-color: #784 !important;
}
.u-border-color-784 {
border-color: #784 !important;
}
.u-text-color-784 {
color: #784 !important;
}
.u-fill-color-784 {
fill: #784 !important;
}
.u-stroke-color-784 {
stroke: #784 !important;
}
.u-background-color-785 {
background-color: #785 !important;
}
.u-border-color-785 {
border-color: #785 !important;
}
.u-text-color-785 {
color: #785 !important;
}
.u-fill-color-785 {
fill: #785 !important;
}
.u-stroke-color-785 {
stroke: #785 !important;
}
.u-background-color-786 {
background-color: #786 !important;
}
.u-border-color-786 {
border-color: #786 !important;
}
.u-text-color-786 {
color: #786 !important;
}
.u-fill-color-786 {
fill: #786 !important;
}
.u-stroke-color-786 {
stroke: #786 !important;
}
.u-background-color-787 {
background-color: #787 !important;
}
.u-border-color-787 {
border-color: #787 !important;
}
.u-text-color-787 {
color: #787 !important;
}
.u-fill-color-787 {
fill: #787 !important;
}
.u-stroke-color-787 {
stroke: #787 !important;
}
.u-background-color-788 {
background-color: #788 !important;
}
.u-border-color-788 {
border-color: #788 !important;
}
.u-text-color-788 {
color: #788 !important;
}
.u-fill-color-788 {
fill: #788 !important;
}
.u-stroke-color-788 {
stroke: #788 !important;
}
.u-background-color-789 {
background-color: #789 !important;
}
.u-border-color-789 {
border-color: #789 !important;
}
.u-text-color-789 {
color: #789 !important;
}
.u-fill-color-789 {
fill: #789 !important;
}
.u-stroke-color-789 {
stroke: #789 !important;
}
.u-background-color-790 {
background-color: #790 !important;
}
.u-border-color-790 {
border-color: #790 !important;
}
.u-text-color-790 {
color: #790 !important;
}
.u-fill-color-790 {
fill: #790 !important;
}
.u-stroke-color-790 {
stroke: #790 !important;
}
.u-background-color-791 {
background-color: #791 !important;
}
.u-border-color-791 {
border-color: #791 !important;
}
.u-text-color-791 {
color: #791 !important;
}
.u-fill-color-791 {
fill: #791 !important;
}
.u-stroke-color-791 {
stroke: #791 !important;
}
.u-background-color-792 {
background-color: #792 !important;
}
.u-border-color-792 {
border-color: #792 !important;
}
.u-text-color-792 {
color: #792 !important;
}
.u-fill-color-792 {
fill: #792 !important;
}
.u-stroke-color-792 {
stroke: #792 !important;
}
.u-background-color-793 {
background-color: #793 !important;
}
.u-border-color-793 {
border-color: #793 !important;
}
.u-text-color-793 {
color: #793 !important;
}
.u-fill-color-793 {
fill: #793 !important;
}
.u-stroke-color-793 {
stroke: #793 !important;
}
.u-background-color-794 {
background-color: #794 !important;
}
.u-border-color-794 {
border-color: #794 !important;
}
.u-text-color-794 {
color: #794 !important;
}
.u-fill-color-794 {
fill: #794 !important;
}
.u-stroke-color-794 {
stroke: #794 !important;
}
.u-background-color-795 {
background-color: #795 !important;
}
.u-border-color-795 {
border-color: #795 !important;
}
.u-text-color-795 {
color: #795 !important;
}
.u-fill-color-795 {
fill: #795 !important;
}
.u-stroke-color-795 {
stroke: #795 !important;
}
.u-background-color-796 {
background-color: #796 !important;
}
.u-border-color-796 {
border-color: #796 !important;
}
.u-text-color-796 {
color: #796 !important;
}
.u-fill-color-796 {
fill: #796 !important;
}
.u-stroke-color-796 {
stroke: #796 !important;
}
.u-background-color-797 {
background-color: #797 !important;
}
.u-border-color-797 {
border-color: #797 !important;
}
.u-text-color-797 {
color: #797 !important;
}
.u-fill-color-797 {
fill: #797 !important;
}
.u-stroke-color-797 {
stroke: #797 !important;
}
.u-background-color-798 {
background-color: #798 !important;
}
.u-border-color-798 {
border-color: #798 !important;
}
.u-text-color-798 {
color: #798 !important;
}
.u-fill-color-798 {
fill: #798 !important;
}
.u-stroke-color-798 {
stroke: #798 !important;
}
.u-background-color-799 {
background-color: #799 !important;
}
.u-border-color-799 {
border-color: #799 !important;
}
.u-text-color-799 {
color: #799 !important;
}
.u-fill-color-799 {
fill: #799 !important;
}
.u-stroke-color-799 {
stroke: #799 !important;
}
.u-background-color-800 {
background-color: #800 !important;
}
.u-border-color-800 {
border-color: #800 !important;
}
.u-text-color-800 {
color: #800 !important;
}
.u-fill-color-800 {
fill: #800 !important;
}
.u-stroke-color-800 {
stroke: #800 !important;
}
.u-background-color-801 {
background-color: #801 !important;
}
.u-border-color-801 {
border-color: #801 !important;
}
.u-text-color-801 {
color: #801 !important;
}
.u-fill-color-801 {
fill: #801 !important;
}
.u-stroke-color-801 {
stroke: #801 !important;
}
.u-background-color-802 {
background-color: #802 !important;
}
.u-border-color-802 {
border-color: #802 !important;
}
.u-text-color-802 {
color: #802 !important;
}
.u-fill-color-802 {
fill: #802 !important;
}
.u-stroke-color-802 {
stroke: #802 !important;
}
.u-background-color-803 {
background-color: #803 !important;
}
.u-border-color-803 {
border-color: #803 !important;
}
.u-text-color-803 {
color: #803 !important;
}
.u-fill-color-803 {
fill: #803 !important;
}
.u-stroke-color-803 {
stroke: #803 !important;
}
.u-background-color-804 {
background-color: #804 !important;
}
.u-border-color-804 {
border-color: #804 !important;
}
.u-text-color-804 {
color: #804 !important;
}
.u-fill-color-804 {
fill: #804 !important;
}
.u-stroke-color-804 {
stroke: #804 !important;
}
.u-background-color-805 {
background-color: #805 !important;
}
.u-border-color-805 {
border-color: #805 !important;
}
.u-text-color-805 {
color: #805 !important;
}
.u-fill-color-805 {
fill: #805 !important;
}
.u-stroke-color-805 {
stroke: #805 !important;
}
.u-background-color-806 {
background-color: #806 !important;
}
.u-border-color-806 {
border-color: #806 !important;
}
.u-text-color-806 {
color: #806 !important;
}
.u-fill-color-806 {
fill: #806 !important;
}
.u-stroke-color-806 {
stroke: #806 !important;
}
.u-background-color-807 {
background-color: #807 !important;
}
.u-border-color-807 {
border-color: #807 !important;
}
.u-text-color-807 {
color: #807 !important;
}
.u-fill-color-807 {
fill: #807 !important;
}
.u-stroke-color-807 {
stroke: #807 !important;
}
.u-background-color-808 {
background-color: #808 !important;
}
.u-border-color-808 {
border-color: #808 !important;
}
.u-text-color-808 {
color: #808 !important;
}
.u-fill-color-808 {
fill: #808 !important;
}
.u-stroke-color-808 {
stroke: #808 !important;
}
.u-background-color-809 {
background-color: #809 !important;
}
.u-border-color-809 {
border-color: #809 !important;
}
.u-text-color-809 {
color: #809 !important;
}
.u-fill-color-809 {
fill: #809 !important;
}
.u-stroke-color-809 {
stroke: #809 !important;
}
.u-background-color-810 {
background-color: #810 !important;
}
.u-border-color-810 {
border-color: #810 !important;
}
.u-text-color-810 {
color: #810 !important;
}
.u-fill-color-810 {
fill: #810 !important;
}
.u-stroke-color-810 {
stroke: #810 !important;
}
.u-background-color-811 {
background-color: #811 !important;
}
.u-border-color-811 {
border-color: #811 !important;
}
.u-text-color-811 {
color: #811 !important;
}
.u-fill-color-811 {
fill: #811 !important;
}
.u-stroke-color-811 {
stroke: #811 !important;
}
.u-background-color-812 {
background-color: #812 !important;
}
.u-border-color-812 {
border-color: #812 !important;
}
.u-text-color-812 {
color: #812 !important;
}
.u-fill-color-812 {
fill: #812 !important;
}
.u-stroke-color-812 {
stroke: #812 !important;
}
.u-background-color-813 {
background-color: #813 !important;
}
.u-border-color-813 {
border-color: #813 !important;
}
.u-text-color-813 {
color: #813 !important;
}
.u-fill-color-813 {
fill: #813 !important;
}
.u-stroke-color-813 {
stroke: #813 !important;
}
.u-background-color-814 {
background-color: #814 !important;
}
.u-border-color-814 {
border-color: #814 !important;
}
.u-text-color-814 {
color: #814 !important;
}
.u-fill-color-814 {
fill: #814 !important;
}
.u-stroke-color-814 {
stroke: #814 !important;
}
.u-background-color-815 {
background-color: #815 !important;
}
.u-border-color-815 {
border-color: #815 !important;
}
.u-text-color-815 {
color: #815 !important;
}
.u-fill-color-815 {
fill: #815 !important;
}
.u-stroke-color-815 {
stroke: #815 !important;
}
.u-background-color-816 {
background-color: #816 !important;
}
.u-border-color-816 {
border-color: #816 !important;
}
.u-text-color-816 {
color: #816 !important;
}
.u-fill-color-816 {
fill: #816 !important;
}
.u-stroke-color-816 {
stroke: #816 !important;
}
.u-background-color-817 {
background-color: #817 !important;
}
.u-border-color-817 {
border-color: #817 !important;
}
.u-text-color-817 {
color: #817 !important;
}
.u-fill-color-817 {
fill: #817 !important;
}
.u-stroke-color-817 {
stroke: #817 !important;
}
.u-background-color-818 {
background-color: #818 !important;
}
.u-border-color-818 {
border-color: #818 !important;
}
.u-text-color-818 {
color: #818 !important;
}
.u-fill-color-818 {
fill: #818 !important;
}
.u-stroke-color-818 {
stroke: #818 !important;
}
.u-background-color-819 {
background-color: #819 !important;
}
.u-border-color-819 {
border-color: #819 !important;
}
.u-text-color-819 {
color: #819 !important;
}
.u-fill-color-819 {
fill: #819 !important;
}
.u-stroke-color-819 {
stroke: #819 !important;
}
.u-background-color-820 {
background-color: #820 !important;
}
.u-border-color-820 {
border-color: #820 !important;
}
.u-text-color-820 {
color: #820 !important;
}
.u-fill-color-820 {
fill: #820 !important;
}
.u-stroke-color-820 {
stroke: #820 !important;
}
.u-background-color-821 {
background-color: #821 !important;
}
.u-border-color-821 {
border-color: #821 !important;
}
.u-text-color-821 {
color: #821 !important;
}
.u-fill-color-821 {
fill: #821 !important;
}
.u-stroke-color-821 {
stroke: #821 !important;
}
.u-background-color-822 {
background-color: #822 !important;
}
.u-border-color-822 {
border-color: #822 !important;
}
.u-text-color-822 {
color: #822 !important;
}
.u-fill-color-822 {
fill: #822 !important;
}
.u-stroke-color-822 {
stroke: #822 !important;
}
.u-background-color-823 {
background-color: #823 !important;
}
.u-border-color-823 {
border-color: #823 !important;
}
.u-text-color-823 {
color: #823 !important;
}
.u-fill-color-823 {
fill: #823 !important;
}
.u-stroke-color-823 {
stroke: #823 !important;
}
.u-background-color-824 {
background-color: #824 !important;
}
.u-border-color-824 {
border-color: #824 !important;
}
.u-text-color-824 {
color: #824 !important;
}
.u-fill-color-824 {
fill: #824 !important;
}
.u-stroke-color-824 {
stroke: #824 !important;
}
.u-background-color-825 {
background-color: #825 !important;
}
.u-border-color-825 {
border-color: #825 !important;
}
.u-text-color-825 {
color: #825 !important;
}
.u-fill-color-825 {
fill: #825 !important;
}
.u-stroke-color-825 {
stroke: #825 !important;
}
.u-background-color-826 {
background-color: #826 !important;
}
.u-border-color-826 {
border-color: #826 !important;
}
.u-text-color-826 {
color: #826 !important;
}
.u-fill-color-826 {
fill: #826 !important;
}
.u-stroke-color-826 {
stroke: #826 !important;
}
.u-background-color-827 {
background-color: #827 !important;
}
.u-border-color-827 {
border-color: #827 !important;
}
.u-text-color-827 {
color: #827 !important;
}
.u-fill-color-827 {
fill: #827 !important;
}
.u-stroke-color-827 {
stroke: #827 !important;
}
.u-background-color-828 {
background-color: #828 !important;
}
.u-border-color-828 {
border-color: #828 !important;
}
.u-text-color-828 {
color: #828 !important;
}
.u-fill-color-828 {
fill: #828 !important;
}
.u-stroke-color-828 {
stroke: #828 !important;
}
.u-background-color-829 {
background-color: #829 !important;
}
.u-border-color-829 {
border-color: #829 !important;
}
.u-text-color-829 {
color: #829 !important;
}
.u-fill-color-829 {
fill: #829 !important;
}
.u-stroke-color-829 {
stroke: #829 !important;
}
.u-background-color-830 {
background-color: #830 !important;
}
.u-border-color-830 {
border-color: #830 !important;
}
.u-text-color-830 {
color: #830 !important;
}
.u-fill-color-830 {
fill: #830 !important;
}
.u-stroke-color-830 {
stroke: #830 !important;
}
.u-background-color-831 {
background-color: #831 !important;
}
.u-border-color-831 {
border-color: #831 !important;
}
.u-text-color-831 {
color: #831 !important;
}
.u-fill-color-831 {
fill: #831 !important;
}
.u-stroke-color-831 {
stroke: #831 !important;
}
.u-background-color-832 {
background-color: #832 !important;
}
.u-border-color-832 {
border-color: #832 !important;
}
.u-text-color-832 {
color: #832 !important;
}
.u-fill-color-832 {
fill: #832 !important;
}
.u-stroke-color-832 {
stroke: #832 !important;
}
.u-background-color-833 {
background-color: #833 !important;
}
.u-border-color-833 {
border-color: #833 !important;
}
.u-text-color-833 {
color: #833 !important;
}
.u-fill-color-833 {
fill: #833 !important;
}
.u-stroke-color-833 {
stroke: #833 !important;
}
.u-background-color-834 {
background-color: #834 !important;
}
.u-border-color-834 {
border-color: #834 !important;
}
.u-text-color-834 {
color: #834 !important;
}
.u-fill-color-834 {
fill: #834 !important;
}
.u-stroke-color-834 {
stroke: #834 !important;
}
.u-background-color-835 {
background-color: #835 !important;
}
.u-border-color-835 {
border-color: #835 !important;
}
.u-text-color-835 {
color: #835 !important;
}
.u-fill-color-835 {
fill: #835 !important;
}
.u-stroke-color-835 {
stroke: #835 !important;
}
.u-background-color-836 {
background-color: #836 !important;
}
.u-border-color-836 {
border-color: #836 !important;
}
.u-text-color-836 {
color: #836 !important;
}
.u-fill-color-836 {
fill: #836 !important;
}
.u-stroke-color-836 {
stroke: #836 !important;
}
.u-background-color-837 {
background-color: #837 !important;
}
.u-border-color-837 {
border-color: #837 !important;
}
.u-text-color-837 {
color: #837 !important;
}
.u-fill-color-837 {
fill: #837 !important;
}
.u-stroke-color-837 {
stroke: #837 !important;
}
.u-background-color-838 {
background-color: #838 !important;
}
.u-border-color-838 {
border-color: #838 !important;
}
.u-text-color-838 {
color: #838 !important;
}
.u-fill-color-838 {
fill: #838 !important;
}
.u-stroke-color-838 {
stroke: #838 !important;
}
.u-background-color-839 {
background-color: #839 !important;
}
.u-border-color-839 {
border-color: #839 !important;
}
.u-text-color-839 {
color: #839 !important;
}
.u-fill-color-839 {
fill: #839 !important;
}
.u-stroke-color-839 {
stroke: #839 !important;
}
.u-background-color-840 {
background-color: #840 !important;
}
.u-border-color-840 {
border-color: #840 !important;
}
.u-text-color-840 {
color: #840 !important;
}
.u-fill-color-840 {
fill: #840 !important;
}
.u-stroke-color-840 {
stroke: #840 !important;
}
.u-background-color-841 {
background-color: #841 !important;
}
.u-border-color-841 {
border-color: #841 !important;
}
.u-text-color-841 {
color: #841 !important;
}
.u-fill-color-841 {
fill: #841 !important;
}
.u-stroke-color-841 {
stroke: #841 !important;
}
.u-background-color-842 {
background-color: #842 !important;
}
.u-border-color-842 {
border-color: #842 !important;
}
.u-text-color-842 {
color: #842 !important;
}
.u-fill-color-842 {
fill: #842 !important;
}
.u-stroke-color-842 {
stroke: #842 !important;
}
.u-background-color-843 {
background-color: #843 !important;
}
.u-border-color-843 {
border-color: #843 !important;
}
.u-text-color-843 {
color: #843 !important;
}
.u-fill-color-843 {
fill: #843 !important;
}
.u-stroke-color-843 {
stroke: #843 !important;
}
.u-background-color-844 {
background-color: #844 !important;
}
.u-border-color-844 {
border-color: #844 !important;
}
.u-text-color-844 {
color: #844 !important;
}
.u-fill-color-844 {
fill: #844 !important;
}
.u-stroke-color-844 {
stroke: #844 !important;
}
.u-background-color-845 {
background-color: #845 !important;
}
.u-border-color-845 {
border-color: #845 !important;
}
.u-text-color-845 {
color: #845 !important;
}
.u-fill-color-845 {
fill: #845 !important;
}
.u-stroke-color-845 {
stroke: #845 !important;
}
.u-background-color-846 {
background-color: #846 !important;
}
.u-border-color-846 {
border-color: #846 !important;
}
.u-text-color-846 {
color: #846 !important;
}
.u-fill-color-846 {
fill: #846 !important;
}
.u-stroke-color-846 {
stroke: #846 !important;
}
.u-background-color-847 {
background-color: #847 !important;
}
.u-border-color-847 {
border-color: #847 !important;
}
.u-text-color-847 {
color: #847 !important;
}
.u-fill-color-847 {
fill: #847 !important;
}
.u-stroke-color-847 {
stroke: #847 !important;
}
.u-background-color-848 {
background-color: #848 !important;
}
.u-border-color-848 {
border-color: #848 !important;
}
.u-text-color-848 {
color: #848 !important;
}
.u-fill-color-848 {
fill: #848 !important;
}
.u-stroke-color-848 {
stroke: #848 !important;
}
.u-background-color-849 {
background-color: #849 !important;
}
.u-border-color-849 {
border-color: #849 !important;
}
.u-text-color-849 {
color: #849 !important;
}
.u-fill-color-849 {
fill: #849 !important;
}
.u-stroke-color-849 {
stroke: #849 !important;
}
.u-background-color-850 {
background-color: #850 !important;
}
.u-border-color-850 {
border-color: #850 !important;
}
.u-text-color-850 {
color: #850 !important;
}
.u-fill-color-850 {
fill: #850 !important;
}
.u-stroke-color-850 {
stroke: #850 !important;
}
.u-background-color-851 {
background-color: #851 !important;
}
.u-border-color-851 {
border-color: #851 !important;
}
.u-text-color-851 {
color: #851 !important;
}
.u-fill-color-851 {
fill: #851 !important;
}
.u-stroke-color-851 {
stroke: #851 !important;
}
.u-background-color-852 {
background-color: #852 !important;
}
.u-border-color-852 {
border-color: #852 !important;
}
.u-text-color-852 {
color: #852 !important;
}
.u-fill-color-852 {
fill: #852 !important;
}
.u-stroke-color-852 {
stroke: #852 !important;
}
.u-background-color-853 {
background-color: #853 !important;
}
.u-border-color-853 {
border-color: #853 !important;
}
.u-text-color-853 {
color: #853 !important;
}
.u-fill-color-853 {
fill: #853 !important;
}
.u-stroke-color-853 {
stroke: #853 !important;
}
.u-background-color-854 {
background-color: #854 !important;
}
.u-border-color-854 {
border-color: #854 !important;
}
.u-text-color-854 {
color: #854 !important;
}
.u-fill-color-854 {
fill: #854 !important;
}
.u-stroke-color-854 {
stroke: #854 !important;
}
.u-background-color-855 {
background-color: #855 !important;
}
.u-border-color-855 {
border-color: #855 !important;
}
.u-text-color-855 {
color: #855 !important;
}
.u-fill-color-855 {
fill: #855 !important;
}
.u-stroke-color-855 {
stroke: #855 !important;
}
.u-background-color-856 {
background-color: #856 !important;
}
.u-border-color-856 {
border-color: #856 !important;
}
.u-text-color-856 {
color: #856 !important;
}
.u-fill-color-856 {
fill: #856 !important;
}
.u-stroke-color-856 {
stroke: #856 !important;
}
.u-background-color-857 {
background-color: #857 !important;
}
.u-border-color-857 {
border-color: #857 !important;
}
.u-text-color-857 {
color: #857 !important;
}
.u-fill-color-857 {
fill: #857 !important;
}
.u-stroke-color-857 {
stroke: #857 !important;
}
.u-background-color-858 {
background-color: #858 !important;
}
.u-border-color-858 {
border-color: #858 !important;
}
.u-text-color-858 {
color: #858 !important;
}
.u-fill-color-858 {
fill: #858 !important;
}
.u-stroke-color-858 {
stroke: #858 !important;
}
.u-background-color-859 {
background-color: #859 !important;
}
.u-border-color-859 {
border-color: #859 !important;
}
.u-text-color-859 {
color: #859 !important;
}
.u-fill-color-859 {
fill: #859 !important;
}
.u-stroke-color-859 {
stroke: #859 !important;
}
.u-background-color-860 {
background-color: #860 !important;
}
.u-border-color-860 {
border-color: #860 !important;
}
.u-text-color-860 {
color: #860 !important;
}
.u-fill-color-860 {
fill: #860 !important;
}
.u-stroke-color-860 {
stroke: #860 !important;
}
.u-background-color-861 {
background-color: #861 !important;
}
.u-border-color-861 {
border-color: #861 !important;
}
.u-text-color-861 {
color: #861 !important;
}
.u-fill-color-861 {
fill: #861 !important;
}
.u-stroke-color-861 {
stroke: #861 !important;
}
.u-background-color-862 {
background-color: #862 !important;
}
.u-border-color-862 {
border-color: #862 !important;
}
.u-text-color-862 {
color: #862 !important;
}
.u-fill-color-862 {
fill: #862 !important;
}
.u-stroke-color-862 {
stroke: #862 !important;
}
.u-background-color-863 {
background-color: #863 !important;
}
.u-border-color-863 {
border-color: #863 !important;
}
.u-text-color-863 {
color: #863 !important;
}
.u-fill-color-863 {
fill: #863 !important;
}
.u-stroke-color-863 {
stroke: #863 !important;
}
.u-background-color-864 {
background-color: #864 !important;
}
.u-border-color-864 {
border-color: #864 !important;
}
.u-text-color-864 {
color: #864 !important;
}
.u-fill-color-864 {
fill: #864 !important;
}
.u-stroke-color-864 {
stroke: #864 !important;
}
.u-background-color-865 {
background-color: #865 !important;
}
.u-border-color-865 {
border-color: #865 !important;
}
.u-text-color-865 {
color: #865 !important;
}
.u-fill-color-865 {
fill: #865 !important;
}
.u-stroke-color-865 {
stroke: #865 !important;
}
.u-background-color-866 {
background-color: #866 !important;
}
.u-border-color-866 {
border-color: #866 !important;
}
.u-text-color-866 {
color: #866 !important;
}
.u-fill-color-866 {
fill: #866 !important;
}
.u-stroke-color-866 {
stroke: #866 !important;
}
.u-background-color-867 {
background-color: #867 !important;
}
.u-border-color-867 {
border-color: #867 !important;
}
.u-text-color-867 {
color: #867 !important;
}
.u-fill-color-867 {
fill: #867 !important;
}
.u-stroke-color-867 {
stroke: #867 !important;
}
.u-background-color-868 {
background-color: #868 !important;
}
.u-border-color-868 {
border-color: #868 !important;
}
.u-text-color-868 {
color: #868 !important;
}
.u-fill-color-868 {
fill: #868 !important;
}
.u-stroke-color-868 {
stroke: #868 !important;
}
.u-background-color-869 {
background-color: #869 !important;
}
.u-border-color-869 {
border-color: #869 !important;
}
.u-text-color-869 {
color: #869 !important;
}
.u-fill-color-869 {
fill: #869 !important;
}
.u-stroke-color-869 {
stroke: #869 !important;
}
.u-background-color-870 {
background-color: #870 !important;
}
.u-border-color-870 {
border-color: #870 !important;
}
.u-text-color-870 {
color: #870 !important;
}
.u-fill-color-870 {
fill: #870 !important;
}
.u-stroke-color-870 {
stroke: #870 !important;
}
.u-background-color-871 {
background-color: #871 !important;
}
.u-border-color-871 {
border-color: #871 !important;
}
.u-text-color-871 {
color: #871 !important;
}
.u-fill-color-871 {
fill: #871 !important;
}
.u-stroke-color-871 {
stroke: #871 !important;
}
.u-background-color-872 {
background-color: #872 !important;
}
.u-border-color-872 {
border-color: #872 !important;
}
.u-text-color-872 {
color: #872 !important;
}
.u-fill-color-872 {
fill: #872 !important;
}
.u-stroke-color-872 {
stroke: #872 !important;
}
.u-background-color-873 {
background-color: #873 !important;
}
.u-border-color-873 {
border-color: #873 !important;
}
.u-text-color-873 {
color: #873 !important;
}
.u-fill-color-873 {
fill: #873 !important;
}
.u-stroke-color-873 {
stroke: #873 !important;
}
.u-background-color-874 {
background-color: #874 !important;
}
.u-border-color-874 {
border-color: #874 !important;
}
.u-text-color-874 {
color: #874 !important;
}
.u-fill-color-874 {
fill: #874 !important;
}
.u-stroke-color-874 {
stroke: #874 !important;
}
.u-background-color-875 {
background-color: #875 !important;
}
.u-border-color-875 {
border-color: #875 !important;
}
.u-text-color-875 {
color: #875 !important;
}
.u-fill-color-875 {
fill: #875 !important;
}
.u-stroke-color-875 {
stroke: #875 !important;
}
.u-background-color-876 {
background-color: #876 !important;
}
.u-border-color-876 {
border-color: #876 !important;
}
.u-text-color-876 {
color: #876 !important;
}
.u-fill-color-876 {
fill: #876 !important;
}
.u-stroke-color-876 {
stroke: #876 !important;
}
.u-background-color-877 {
background-color: #877 !important;
}
.u-border-color-877 {
border-color: #877 !important;
}
.u-text-color-877 {
color: #877 !important;
}
.u-fill-color-877 {
fill: #877 !important;
}
.u-stroke-color-877 {
stroke: #877 !important;
}
.u-background-color-878 {
background-color: #878 !important;
}
.u-border-color-878 {
border-color: #878 !important;
}
.u-text-color-878 {
color: #878 !important;
}
.u-fill-color-878 {
fill: #878 !important;
}
.u-stroke-color-878 {
stroke: #878 !important;
}
.u-background-color-879 {
background-color: #879 !important;
}
.u-border-color-879 {
border-color: #879 !important;
}
.u-text-color-879 {
color: #879 !important;
}
.u-fill-color-879 {
fill: #879 !important;
}
.u-stroke-color-879 {
stroke: #879 !important;
}
.u-background-color-880 {
background-color: #880 !important;
}
.u-border-color-880 {
border-color: #880 !important;
}
.u-text-color-880 {
color: #880 !important;
}
.u-fill-color-880 {
fill: #880 !important;
}
.u-stroke-color-880 {
stroke: #880 !important;
}
.u-background-color-881 {
background-color: #881 !important;
}
.u-border-color-881 {
border-color: #881 !important;
}
.u-text-color-881 {
color: #881 !important;
}
.u-fill-color-881 {
fill: #881 !important;
}
.u-stroke-color-881 {
stroke: #881 !important;
}
.u-background-color-882 {
background-color: #882 !important;
}
.u-border-color-882 {
border-color: #882 !important;
}
.u-text-color-882 {
color: #882 !important;
}
.u-fill-color-882 {
fill: #882 !important;
}
.u-stroke-color-882 {
stroke: #882 !important;
}
.u-background-color-883 {
background-color: #883 !important;
}
.u-border-color-883 {
border-color: #883 !important;
}
.u-text-color-883 {
color: #883 !important;
}
.u-fill-color-883 {
fill: #883 !important;
}
.u-stroke-color-883 {
stroke: #883 !important;
}
.u-background-color-884 {
background-color: #884 !important;
}
.u-border-color-884 {
border-color: #884 !important;
}
.u-text-color-884 {
color: #884 !important;
}
.u-fill-color-884 {
fill: #884 !important;
}
.u-stroke-color-884 {
stroke: #884 !important;
}
.u-background-color-885 {
background-color: #885 !important;
}
.u-border-color-885 {
border-color: #885 !important;
}
.u-text-color-885 {
color: #885 !important;
}
.u-fill-color-885 {
fill: #885 !important;
}
.u-stroke-color-885 {
stroke: #885 !important;
}
.u-background-color-886 {
background-color: #886 !important;
}
.u-border-color-886 {
border-color: #886 !important;
}
.u-text-color-886 {
color: #886 !important;
}
.u-fill-color-886 {
fill: #886 !important;
}
.u-stroke-color-886 {
stroke: #886 !important;
}
.u-background-color-887 {
background-color: #887 !important;
}
.u-border-color-887 {
border-color: #887 !important;
}
.u-text-color-887 {
color: #887 !important;
}
.u-fill-color-887 {
fill: #887 !important;
}
.u-stroke-color-887 {
stroke: #887 !important;
}
.u-background-color-888 {
background-color: #888 !important;
}
.u-border-color-888 {
border-color: #888 !important;
}
.u-text-color-888 {
color: #888 !important;
}
.u-fill-color-888 {
fill: #888 !important;
}
.u-stroke-color-888 {
stroke: #888 !important;
}
.u-background-color-889 {
background-color: #889 !important;
}
.u-border-color-889 {
border-color: #889 !important;
}
.u-text-color-889 {
color: #889 !important;
}
.u-fill-color-889 {
fill: #889 !important;
}
.u-stroke-color-889 {
stroke: #889 !important;
}
.u-background-color-890 {
background-color: #890 !important;
}
.u-border-color-890 {
border-color: #890 !important;
}
.u-text-color-890 {
color: #890 !important;
}
.u-fill-color-890 {
fill: #890 !important;
}
.u-stroke-color-890 {
stroke: #890 !important;
}
.u-background-color-891 {
background-color: #891 !important;
}
.u-border-color-891 {
border-color: #891 !important;
}
.u-text-color-891 {
color: #891 !important;
}
.u-fill-color-891 {
fill: #891 !important;
}
.u-stroke-color-891 {
stroke: #891 !important;
}
.u-background-color-892 {
background-color: #892 !important;
}
.u-border-color-892 {
border-color: #892 !important;
}
.u-text-color-892 {
color: #892 !important;
}
.u-fill-color-892 {
fill: #892 !important;
}
.u-stroke-color-892 {
stroke: #892 !important;
}
.u-background-color-893 {
background-color: #893 !important;
}
.u-border-color-893 {
border-color: #893 !important;
}
.u-text-color-893 {
color: #893 !important;
}
.u-fill-color-893 {
fill: #893 !important;
}
.u-stroke-color-893 {
stroke: #893 !important;
}
.u-background-color-894 {
background-color: #894 !important;
}
.u-border-color-894 {
border-color: #894 !important;
}
.u-text-color-894 {
color: #894 !important;
}
.u-fill-color-894 {
fill: #894 !important;
}
.u-stroke-color-894 {
stroke: #894 !important;
}
.u-background-color-895 {
background-color: #895 !important;
}
.u-border-color-895 {
border-color: #895 !important;
}
.u-text-color-895 {
color: #895 !important;
}
.u-fill-color-895 {
fill: #895 !important;
}
.u-stroke-color-895 {
stroke: #895 !important;
}
.u-background-color-896 {
background-color: #896 !important;
}
.u-border-color-896 {
border-color: #896 !important;
}
.u-text-color-896 {
color: #896 !important;
}
.u-fill-color-896 {
fill: #896 !important;
}
.u-stroke-color-896 {
stroke: #896 !important;
}
.u-background-color-897 {
background-color: #897 !important;
}
.u-border-color-897 {
border-color: #897 !important;
}
.u-text-color-897 {
color: #897 !important;
}
.u-fill-color-897 {
fill: #897 !important;
}
.u-stroke-color-897 {
stroke: #897 !important;
}
.u-background-color-898 {
background-color: #898 !important;
}
.u-border-color-898 {
border-color: #898 !important;
}
.u-text-color-898 {
color: #898 !important;
}
.u-fill-color-898 {
fill: #898 !important;
}
.u-stroke-color-898 {
stroke: #898 !important;
}
.u-background-color-899 {
background-color: #899 !important;
}
.u-border-color-899 {
border-color: #899 !important;
}
.u-text-color-899 {
color: #899 !important;
}
.u-fill-color-899 {
fill: #899 !important;
}
.u-stroke-color-899 {
stroke: #899 !important;
}
.u-background-color-900 {
background-color: #900 !important;
}
.u-border-color-900 {
border-color: #900 !important;
}
.u-text-color-900 {
color: #900 !important;
}
.u-fill-color-900 {
fill: #900 !important;
}
.u-stroke-color-900 {
stroke: #900 !important;
}
.u-background-color-901 {
background-color: #901 !important;
}
.u-border-color-901 {
border-color: #901 !important;
}
.u-text-color-901 {
color: #901 !important;
}
.u-fill-color-901 {
fill: #901 !important;
}
.u-stroke-color-901 {
stroke: #901 !important;
}
.u-background-color-902 {
background-color: #902 !important;
}
.u-border-color-902 {
border-color: #902 !important;
}
.u-text-color-902 {
color: #902 !important;
}
.u-fill-color-902 {
fill: #902 !important;
}
.u-stroke-color-902 {
stroke: #902 !important;
}
.u-background-color-903 {
background-color: #903 !important;
}
.u-border-color-903 {
border-color: #903 !important;
}
.u-text-color-903 {
color: #903 !important;
}
.u-fill-color-903 {
fill: #903 !important;
}
.u-stroke-color-903 {
stroke: #903 !important;
}
.u-background-color-904 {
background-color: #904 !important;
}
.u-border-color-904 {
border-color: #904 !important;
}
.u-text-color-904 {
color: #904 !important;
}
.u-fill-color-904 {
fill: #904 !important;
}
.u-stroke-color-904 {
stroke: #904 !important;
}
.u-background-color-905 {
background-color: #905 !important;
}
.u-border-color-905 {
border-color: #905 !important;
}
.u-text-color-905 {
color: #905 !important;
}
.u-fill-color-905 {
fill: #905 !important;
}
.u-stroke-color-905 {
stroke: #905 !important;
}
.u-background-color-906 {
background-color: #906 !important;
}
.u-border-color-906 {
border-color: #906 !important;
}
.u-text-color-906 {
color: #906 !important;
}
.u-fill-color-906 {
fill: #906 !important;
}
.u-stroke-color-906 {
stroke: #906 !important;
}
.u-background-color-907 {
background-color: #907 !important;
}
.u-border-color-907 {
border-color: #907 !important;
}
.u-text-color-907 {
color: #907 !important;
}
.u-fill-color-907 {
fill: #907 !important;
}
.u-stroke-color-907 {
stroke: #907 !important;
}
.u-background-color-908 {
background-color: #908 !important;
}
.u-border-color-908 {
border-color: #908 !important;
}
.u-text-color-908 {
color: #908 !important;
}
.u-fill-color-908 {
fill: #908 !important;
}
.u-stroke-color-908 {
stroke: #908 !important;
}
.u-background-color-909 {
background-color: #909 !important;
}
.u-border-color-909 {
border-color: #909 !important;
}
.u-text-color-909 {
color: #909 !important;
}
.u-fill-color-909 {
fill: #909 !important;
}
.u-stroke-color-909 {
stroke: #909 !important;
}
.u-background-color-910 {
background-color: #910 !important;
}
.u-border-color-910 {
border-color: #910 !important;
}
.u-text-color-910 {
color: #910 !important;
}
.u-fill-color-910 {
fill: #910 !important;
}
.u-stroke-color-910 {
stroke: #910 !important;
}
.u-background-color-911 {
background-color: #911 !important;
}
.u-border-color-911 {
border-color: #911 !important;
}
.u-text-color-911 {
color: #911 !important;
}
.u-fill-color-911 {
fill: #911 !important;
}
.u-stroke-color-911 {
stroke: #911 !important;
}
.u-background-color-912 {
background-color: #912 !important;
}
.u-border-color-912 {
border-color: #912 !important;
}
.u-text-color-912 {
color: #912 !important;
}
.u-fill-color-912 {
fill: #912 !important;
}
.u-stroke-color-912 {
stroke: #912 !important;
}
.u-background-color-913 {
background-color: #913 !important;
}
.u-border-color-913 {
border-color: #913 !important;
}
.u-text-color-913 {
color: #913 !important;
}
.u-fill-color-913 {
fill: #913 !important;
}
.u-stroke-color-913 {
stroke: #913 !important;
}
.u-background-color-914 {
background-color: #914 !important;
}
.u-border-color-914 {
border-color: #914 !important;
}
.u-text-color-914 {
color: #914 !important;
}
.u-fill-color-914 {
fill: #914 !important;
}
.u-stroke-color-914 {
stroke: #914 !important;
}
.u-background-color-915 {
background-color: #915 !important;
}
.u-border-color-915 {
border-color: #915 !important;
}
.u-text-color-915 {
color: #915 !important;
}
.u-fill-color-915 {
fill: #915 !important;
}
.u-stroke-color-915 {
stroke: #915 !important;
}
.u-background-color-916 {
background-color: #916 !important;
}
.u-border-color-916 {
border-color: #916 !important;
}
.u-text-color-916 {
color: #916 !important;
}
.u-fill-color-916 {
fill: #916 !important;
}
.u-stroke-color-916 {
stroke: #916 !important;
}
.u-background-color-917 {
background-color: #917 !important;
}
.u-border-color-917 {
border-color: #917 !important;
}
.u-text-color-917 {
color: #917 !important;
}
.u-fill-color-917 {
fill: #917 !important;
}
.u-stroke-color-917 {
stroke: #917 !important;
}
.u-background-color-918 {
background-color: #918 !important;
}
.u-border-color-918 {
border-color: #918 !important;
}
.u-text-color-918 {
color: #918 !important;
}
.u-fill-color-918 {
fill: #918 !important;
}
.u-stroke-color-918 {
stroke: #918 !important;
}
.u-background-color-919 {
background-color: #919 !important;
}
.u-border-color-919 {
border-color: #919 !important;
}
.u-text-color-919 {
color: #919 !important;
}
.u-fill-color-919 {
fill: #919 !important;
}
.u-stroke-color-919 {
stroke: #919 !important;
}
.u-background-color-920 {
background-color: #920 !important;
}
.u-border-color-920 {
border-color: #920 !important;
}
.u-text-color-920 {
color: #920 !important;
}
.u-fill-color-920 {
fill: #920 !important;
}
.u-stroke-color-920 {
stroke: #920 !important;
}
.u-background-color-921 {
background-color: #921 !important;
}
.u-border-color-921 {
border-color: #921 !important;
}
.u-text-color-921 {
color: #921 !important;
}
.u-fill-color-921 {
fill: #921 !important;
}
.u-stroke-color-921 {
stroke: #921 !important;
}
.u-background-color-922 {
background-color: #922 !important;
}
.u-border-color-922 {
border-color: #922 !important;
}
.u-text-color-922 {
color: #922 !important;
}
.u-fill-color-922 {
fill: #922 !important;
}
.u-stroke-color-922 {
stroke: #922 !important;
}
.u-background-color-923 {
background-color: #923 !important;
}
.u-border-color-923 {
border-color: #923 !important;
}
.u-text-color-923 {
color: #923 !important;
}
.u-fill-color-923 {
fill: #923 !important;
}
.u-stroke-color-923 {
stroke: #923 !important;
}
.u-background-color-924 {
background-color: #924 !important;
}
.u-border-color-924 {
border-color: #924 !important;
}
.u-text-color-924 {
color: #924 !important;
}
.u-fill-color-924 {
fill: #924 !important;
}
.u-stroke-color-924 {
stroke: #924 !important;
}
.u-background-color-925 {
background-color: #925 !important;
}
.u-border-color-925 {
border-color: #925 !important;
}
.u-text-color-925 {
color: #925 !important;
}
.u-fill-color-925 {
fill: #925 !important;
}
.u-stroke-color-925 {
stroke: #925 !important;
}
.u-background-color-926 {
background-color: #926 !important;
}
.u-border-color-926 {
border-color: #926 !important;
}
.u-text-color-926 {
color: #926 !important;
}
.u-fill-color-926 {
fill: #926 !important;
}
.u-stroke-color-926 {
stroke: #926 !important;
}
.u-background-color-927 {
background-color: #927 !important;
}
.u-border-color-927 {
border-color: #927 !important;
}
.u-text-color-927 {
color: #927 !important;
}
.u-fill-color-927 {
fill: #927 !important;
}
.u-stroke-color-927 {
stroke: #927 !important;
}
.u-background-color-928 {
background-color: #928 !important;
}
.u-border-color-928 {
border-color: #928 !important;
}
.u-text-color-928 {
color: #928 !important;
}
.u-fill-color-928 {
fill: #928 !important;
}
.u-stroke-color-928 {
stroke: #928 !important;
}
.u-background-color-929 {
background-color: #929 !important;
}
.u-border-color-929 {
border-color: #929 !important;
}
.u-text-color-929 {
color: #929 !important;
}
.u-fill-color-929 {
fill: #929 !important;
}
.u-stroke-color-929 {
stroke: #929 !important;
}
.u-background-color-930 {
background-color: #930 !important;
}
.u-border-color-930 {
border-color: #930 !important;
}
.u-text-color-930 {
color: #930 !important;
}
.u-fill-color-930 {
fill: #930 !important;
}
.u-stroke-color-930 {
stroke: #930 !important;
}
.u-background-color-931 {
background-color: #931 !important;
}
.u-border-color-931 {
border-color: #931 !important;
}
.u-text-color-931 {
color: #931 !important;
}
.u-fill-color-931 {
fill: #931 !important;
}
.u-stroke-color-931 {
stroke: #931 !important;
}
.u-background-color-932 {
background-color: #932 !important;
}
.u-border-color-932 {
border-color: #932 !important;
}
.u-text-color-932 {
color: #932 !important;
}
.u-fill-color-932 {
fill: #932 !important;
}
.u-stroke-color-932 {
stroke: #932 !important;
}
.u-background-color-933 {
background-color: #933 !important;
}
.u-border-color-933 {
border-color: #933 !important;
}
.u-text-color-933 {
color: #933 !important;
}
.u-fill-color-933 {
fill: #933 !important;
}
.u-stroke-color-933 {
stroke: #933 !important;
}
.u-background-color-934 {
background-color: #934 !important;
}
.u-border-color-934 {
border-color: #934 !important;
}
.u-text-color-934 {
color: #934 !important;
}
.u-fill-color-934 {
fill: #934 !important;
}
.u-stroke-color-934 {
stroke: #934 !important;
}
.u-background-color-935 {
background-color: #935 !important;
}
.u-border-color-935 {
border-color: #935 !important;
}
.u-text-color-935 {
color: #935 !important;
}
.u-fill-color-935 {
fill: #935 !important;
}
.u-stroke-color-935 {
stroke: #935 !important;
}
.u-background-color-936 {
background-color: #936 !important;
}
.u-border-color-936 {
border-color: #936 !important;
}
.u-text-color-936 {
color: #936 !important;
}
.u-fill-color-936 {
fill: #936 !important;
}
.u-stroke-color-936 {
stroke: #936 !important;
}
.u-background-color-937 {
background-color: #937 !important;
}
.u-border-color-937 {
border-color: #937 !important;
}
.u-text-color-937 {
color: #937 !important;
}
.u-fill-color-937 {
fill: #937 !important;
}
.u-stroke-color-937 {
stroke: #937 !important;
}
.u-background-color-938 {
background-color: #938 !important;
}
.u-border-color-938 {
border-color: #938 !important;
}
.u-text-color-938 {
color: #938 !important;
}
.u-fill-color-938 {
fill: #938 !important;
}
.u-stroke-color-938 {
stroke: #938 !important;
}
.u-background-color-939 {
background-color: #939 !important;
}
.u-border-color-939 {
border-color: #939 !important;
}
.u-text-color-939 {
color: #939 !important;
}
.u-fill-color-939 {
fill: #939 !important;
}
.u-stroke-color-939 {
stroke: #939 !important;
}
.u-background-color-940 {
background-color: #940 !important;
}
.u-border-color-940 {
border-color: #940 !important;
}
.u-text-color-940 {
color: #940 !important;
}
.u-fill-color-940 {
fill: #940 !important;
}
.u-stroke-color-940 {
stroke: #940 !important;
}
.u-background-color-941 {
background-color: #941 !important;
}
.u-border-color-941 {
border-color: #941 !important;
}
.u-text-color-941 {
color: #941 !important;
}
.u-fill-color-941 {
fill: #941 !important;
}
.u-stroke-color-941 {
stroke: #941 !important;
}
.u-background-color-942 {
background-color: #942 !important;
}
.u-border-color-942 {
border-color: #942 !important;
}
.u-text-color-942 {
color: #942 !important;
}
.u-fill-color-942 {
fill: #942 !important;
}
.u-stroke-color-942 {
stroke: #942 !important;
}
.u-background-color-943 {
background-color: #943 !important;
}
.u-border-color-943 {
border-color: #943 !important;
}
.u-text-color-943 {
color: #943 !important;
}
.u-fill-color-943 {
fill: #943 !important;
}
.u-stroke-color-943 {
stroke: #943 !important;
}
.u-background-color-944 {
background-color: #944 !important;
}
.u-border-color-944 {
border-color: #944 !important;
}
.u-text-color-944 {
color: #944 !important;
}
.u-fill-color-944 {
fill: #944 !important;
}
.u-stroke-color-944 {
stroke: #944 !important;
}
.u-background-color-945 {
background-color: #945 !important;
}
.u-border-color-945 {
border-color: #945 !important;
}
.u-text-color-945 {
color: #945 !important;
}
.u-fill-color-945 {
fill: #945 !important;
}
.u-stroke-color-945 {
stroke: #945 !important;
}
.u-background-color-946 {
background-color: #946 !important;
}
.u-border-color-946 {
border-color: #946 !important;
}
.u-text-color-946 {
color: #946 !important;
}
.u-fill-color-946 {
fill: #946 !important;
}
.u-stroke-color-946 {
stroke: #946 !important;
}
.u-background-color-947 {
background-color: #947 !important;
}
.u-border-color-947 {
border-color: #947 !important;
}
.u-text-color-947 {
color: #947 !important;
}
.u-fill-color-947 {
fill: #947 !important;
}
.u-stroke-color-947 {
stroke: #947 !important;
}
.u-background-color-948 {
background-color: #948 !important;
}
.u-border-color-948 {
border-color: #948 !important;
}
.u-text-color-948 {
color: #948 !important;
}
.u-fill-color-948 {
fill: #948 !important;
}
.u-stroke-color-948 {
stroke: #948 !important;
}
.u-background-color-949 {
background-color: #949 !important;
}
.u-border-color-949 {
border-color: #949 !important;
}
.u-text-color-949 {
color: #949 !important;
}
.u-fill-color-949 {
fill: #949 !important;
}
.u-stroke-color-949 {
stroke: #949 !important;
}
.u-background-color-950 {
background-color: #950 !important;
}
.u-border-color-950 {
border-color: #950 !important;
}
.u-text-color-950 {
color: #950 !important;
}
.u-fill-color-950 {
fill: #950 !important;
}
.u-stroke-color-950 {
stroke: #950 !important;
}
.u-background-color-951 {
background-color: #951 !important;
}
.u-border-color-951 {
border-color: #951 !important;
}
.u-text-color-951 {
color: #951 !important;
}
.u-fill-color-951 {
fill: #951 !important;
}
.u-stroke-color-951 {
stroke: #951 !important;
}
.u-background-color-952 {
background-color: #952 !important;
}
.u-border-color-952 {
border-color: #952 !important;
}
.u-text-color-952 {
color: #952 !important;
}
.u-fill-color-952 {
fill: #952 !important;
}
.u-stroke-color-952 {
stroke: #952 !important;
}
.u-background-color-953 {
background-color: #953 !important;
}
.u-border-color-953 {
border-color: #953 !important;
}
.u-text-color-953 {
color: #953 !important;
}
.u-fill-color-953 {
fill: #953 !important;
}
.u-stroke-color-953 {
stroke: #953 !important;
}
.u-background-color-954 {
background-color: #954 !important;
}
.u-border-color-954 {
border-color: #954 !important;
}
.u-text-color-954 {
color: #954 !important;
}
.u-fill-color-954 {
fill: #954 !important;
}
.u-stroke-color-954 {
stroke: #954 !important;
}
.u-background-color-955 {
background-color: #955 !important;
}
.u-border-color-955 {
border-color: #955 !important;
}
.u-text-color-955 {
color: #955 !important;
}
.u-fill-color-955 {
fill: #955 !important;
}
.u-stroke-color-955 {
stroke: #955 !important;
}
.u-background-color-956 {
background-color: #956 !important;
}
.u-border-color-956 {
border-color: #956 !important;
}
.u-text-color-956 {
color: #956 !important;
}
.u-fill-color-956 {
fill: #956 !important;
}
.u-stroke-color-956 {
stroke: #956 !important;
}
.u-background-color-957 {
background-color: #957 !important;
}
.u-border-color-957 {
border-color: #957 !important;
}
.u-text-color-957 {
color: #957 !important;
}
.u-fill-color-957 {
fill: #957 !important;
}
.u-stroke-color-957 {
stroke: #957 !important;
}
.u-background-color-958 {
background-color: #958 !important;
}
.u-border-color-958 {
border-color: #958 !important;
}
.u-text-color-958 {
color: #958 !important;
}
.u-fill-color-958 {
fill: #958 !important;
}
.u-stroke-color-958 {
stroke: #958 !important;
}
.u-background-color-959 {
background-color: #959 !important;
}
.u-border-color-959 {
border-color: #959 !important;
}
.u-text-color-959 {
color: #959 !important;
}
.u-fill-color-959 {
fill: #959 !important;
}
.u-stroke-color-959 {
stroke: #959 !important;
}
.u-background-color-960 {
background-color: #960 !important;
}
.u-border-color-960 {
border-color: #960 !important;
}
.u-text-color-960 {
color: #960 !important;
}
.u-fill-color-960 {
fill: #960 !important;
}
.u-stroke-color-960 {
stroke: #960 !important;
}
.u-background-color-961 {
background-color: #961 !important;
}
.u-border-color-961 {
border-color: #961 !important;
}
.u-text-color-961 {
color: #961 !important;
}
.u-fill-color-961 {
fill: #961 !important;
}
.u-stroke-color-961 {
stroke: #961 !important;
}
.u-background-color-962 {
background-color: #962 !important;
}
.u-border-color-962 {
border-color: #962 !important;
}
.u-text-color-962 {
color: #962 !important;
}
.u-fill-color-962 {
fill: #962 !important;
}
.u-stroke-color-962 {
stroke: #962 !important;
}
.u-background-color-963 {
background-color: #963 !important;
}
.u-border-color-963 {
border-color: #963 !important;
}
.u-text-color-963 {
color: #963 !important;
}
.u-fill-color-963 {
fill: #963 !important;
}
.u-stroke-color-963 {
stroke: #963 !important;
}
.u-background-color-964 {
background-color: #964 !important;
}
.u-border-color-964 {
border-color: #964 !important;
}
.u-text-color-964 {
color: #964 !important;
}
.u-fill-color-964 {
fill: #964 !important;
}
.u-stroke-color-964 {
stroke: #964 !important;
}
.u-background-color-965 {
background-color: #965 !important;
}
.u-border-color-965 {
border-color: #965 !important;
}
.u-text-color-965 {
color: #965 !important;
}
.u-fill-color-965 {
fill: #965 !important;
}
.u-stroke-color-965 {
stroke: #965 !important;
}
.u-background-color-966 {
background-color: #966 !important;
}
.u-border-color-966 {
border-color: #966 !important;
}
.u-text-color-966 {
color: #966 !important;
}
.u-fill-color-966 {
fill: #966 !important;
}
.u-stroke-color-966 {
stroke: #966 !important;
}
.u-background-color-967 {
background-color: #967 !important;
}
.u-border-color-967 {
border-color: #967 !important;
}
.u-text-color-967 {
color: #967 !important;
}
.u-fill-color-967 {
fill: #967 !important;
}
.u-stroke-color-967 {
stroke: #967 !important;
}
.u-background-color-968 {
background-color: #968 !important;
}
.u-border-color-968 {
border-color: #968 !important;
}
.u-text-color-968 {
color: #968 !important;
}
.u-fill-color-968 {
fill: #968 !important;
}
.u-stroke-color-968 {
stroke: #968 !important;
}
.u-background-color-969 {
background-color: #969 !important;
}
.u-border-color-969 {
border-color: #969 !important;
}
.u-text-color-969 {
color: #969 !important;
}
.u-fill-color-969 {
fill: #969 !important;
}
.u-stroke-color-969 {
stroke: #969 !important;
}
.u-background-color-970 {
background-color: #970 !important;
}
.u-border-color-970 {
border-color: #970 !important;
}
.u-text-color-970 {
color: #970 !important;
}
.u-fill-color-970 {
fill: #970 !important;
}
.u-stroke-color-970 {
stroke: #970 !important;
}
.u-background-color-971 {
background-color: #971 !important;
}
.u-border-color-971 {
border-color: #971 !important;
}
.u-text-color-971 {
color: #971 !important;
}
.u-fill-color-971 {
fill: #971 !important;
}
.u-stroke-color-971 {
stroke: #971 !important;
}
.u-background-color-972 {
background-color: #972 !important;
}
.u-border-color-972 {
border-color: #972 !important;
}
.u-text-color-972 {
color: #972 !important;
}
.u-fill-color-972 {
fill: #972 !important;
}
.u-stroke-color-972 {
stroke: #972 !important;
}
.u-background-color-973 {
background-color: #973 !important;
}
.u-border-color-973 {
border-color: #973 !important;
}
.u-text-color-973 {
color: #973 !important;
}
.u-fill-color-973 {
fill: #973 !important;
}
.u-stroke-color-973 {
stroke: #973 !important;
}
.u-background-color-974 {
background-color: #974 !important;
}
.u-border-color-974 {
border-color: #974 !important;
}
.u-text-color-974 {
color: #974 !important;
}
.u-fill-color-974 {
fill: #974 !important;
}
.u-stroke-color-974 {
stroke: #974 !important;
}
.u-background-color-975 {
background-color: #975 !important;
}
.u-border-color-975 {
border-color: #975 !important;
}
.u-text-color-975 {
color: #975 !important;
}
.u-fill-color-975 {
fill: #975 !important;
}
.u-stroke-color-975 {
stroke: #975 !important;
}
.u-background-color-976 {
background-color: #976 !important;
}
.u-border-color-976 {
border-color: #976 !important;
}
.u-text-color-976 {
color: #976 !important;
}
.u-fill-color-976 {
fill: #976 !important;
}
.u-stroke-color-976 {
stroke: #976 !important;
}
.u-background-color-977 {
background-color: #977 !important;
}
.u-border-color-977 {
border-color: #977 !important;
}
.u-text-color-977 {
color: #977 !important;
}
.u-fill-color-977 {
fill: #977 !important;
}
.u-stroke-color-977 {
stroke: #977 !important;
}
.u-background-color-978 {
background-color: #978 !important;
}
.u-border-color-978 {
border-color: #978 !important;
}
.u-text-color-978 {
color: #978 !important;
}
.u-fill-color-978 {
fill: #978 !important;
}
.u-stroke-color-978 {
stroke: #978 !important;
}
.u-background-color-979 {
background-color: #979 !important;
}
.u-border-color-979 {
border-color: #979 !important;
}
.u-text-color-979 {
color: #979 !important;
}
.u-fill-color-979 {
fill: #979 !important;
}
.u-stroke-color-979 {
stroke: #979 !important;
}
.u-background-color-980 {
background-color: #980 !important;
}
.u-border-color-980 {
border-color: #980 !important;
}
.u-text-color-980 {
color: #980 !important;
}
.u-fill-color-980 {
fill: #980 !important;
}
.u-stroke-color-980 {
stroke: #980 !important;
}
.u-background-color-981 {
background-color: #981 !important;
}
.u-border-color-981 {
border-color: #981 !important;
}
.u-text-color-981 {
color: #981 !important;
}
.u-fill-color-981 {
fill: #981 !important;
}
.u-stroke-color-981 {
stroke: #981 !important;
}
.u-background-color-982 {
background-color: #982 !important;
}
.u-border-color-982 {
border-color: #982 !important;
}
.u-text-color-982 {
color: #982 !important;
}
.u-fill-color-982 {
fill: #982 !important;
}
.u-stroke-color-982 {
stroke: #982 !important;
}
.u-background-color-983 {
background-color: #983 !important;
}
.u-border-color-983 {
border-color: #983 !important;
}
.u-text-color-983 {
color: #983 !important;
}
.u-fill-color-983 {
fill: #983 !important;
}
.u-stroke-color-983 {
stroke: #983 !important;
}
.u-background-color-984 {
background-color: #984 !important;
}
.u-border-color-984 {
border-color: #984 !important;
}
.u-text-color-984 {
color: #984 !important;
}
.u-fill-color-984 {
fill: #984 !important;
}
.u-stroke-color-984 {
stroke: #984 !important;
}
.u-background-color-985 {
background-color: #985 !important;
}
.u-border-color-985 {
border-color: #985 !important;
}
.u-text-color-985 {
color: #985 !important;
}
.u-fill-color-985 {
fill: #985 !important;
}
.u-stroke-color-985 {
stroke: #985 !important;
}
.u-background-color-986 {
background-color: #986 !important;
}
.u-border-color-986 {
border-color: #986 !important;
}
.u-text-color-986 {
color: #986 !important;
}
.u-fill-color-986 {
fill: #986 !important;
}
.u-stroke-color-986 {
stroke: #986 !important;
}
.u-background-color-987 {
background-color: #987 !important;
}
.u-border-color-987 {
border-color: #987 !important;
}
.u-text-color-987 {
color: #987 !important;
}
.u-fill-color-987 {
fill: #987 !important;
}
.u-stroke-color-987 {
stroke: #987 !important;
}
.u-background-color-988 {
background-color: #988 !important;
}
.u-border-color-988 {
border-color: #988 !important;
}
.u-text-color-988 {
color: #988 !important;
}
.u-fill-color-988 {
fill: #988 !important;
}
.u-stroke-color-988 {
stroke: #988 !important;
}
.u-background-color-989 {
background-color: #989 !important;
}
.u-border-color-989 {
border-color: #989 !important;
}
.u-text-color-989 {
color: #989 !important;
}
.u-fill-color-989 {
fill: #989 !important;
}
.u-stroke-color-989 {
stroke: #989 !important;
}
.u-background-color-990 {
background-color: #990 !important;
}
.u-border-color-990 {
border-color: #990 !important;
}
.u-text-color-990 {
color: #990 !important;
}
.u-fill-color-990 {
fill: #990 !important;
}
.u-stroke-color-990 {
stroke: #990 !important;
}
.u-background-color-991 {
background-color: #991 !important;
}
.u-border-color-991 {
border-color: #991 !important;
}
.u-text-color-991 {
color: #991 !important;
}
.u-fill-color-991 {
fill: #991 !important;
}
.u-stroke-color-991 {
stroke: #991 !important;
}
.u-background-color-992 {
background-color: #992 !important;
}
.u-border-color-992 {
border-color: #992 !important;
}
.u-text-color-992 {
color: #992 !important;
}
.u-fill-color-992 {
fill: #992 !important;
}
.u-stroke-color-992 {
stroke: #992 !important;
}
.u-background-color-993 {
background-color: #993 !important;
}
.u-border-color-993 {
border-color: #993 !important;
}
.u-text-color-993 {
color: #993 !important;
}
.u-fill-color-993 {
fill: #993 !important;
}
.u-stroke-color-993 {
stroke: #993 !important;
}
.u-background-color-994 {
background-color: #994 !important;
}
.u-border-color-994 {
border-color: #994 !important;
}
.u-text-color-994 {
color: #994 !important;
}
.u-fill-color-994 {
fill: #994 !important;
}
.u-stroke-color-994 {
stroke: #994 !important;
}
.u-background-color-995 {
background-color: #995 !important;
}
.u-border-color-995 {
border-color: #995 !important;
}
.u-text-color-995 {
color: #995 !important;
}
.u-fill-color-995 {
fill: #995 !important;
}
.u-stroke-color-995 {
stroke: #995 !important;
}
.u-background-color-996 {
background-color: #996 !important;
}
.u-border-color-996 {
border-color: #996 !important;
}
.u-text-color-996 {
color: #996 !important;
}
.u-fill-color-996 {
fill: #996 !important;
}
.u-stroke-color-996 {
stroke: #996 !important;
}
.u-background-color-997 {
background-color: #997 !important;
}
.u-border-color-997 {
border-color: #997 !important;
}
.u-text-color-997 {
color: #997 !important;
}
.u-fill-color-997 {
fill: #997 !important;
}
.u-stroke-color-997 {
stroke: #997 !important;
}
.u-background-color-998 {
background-color: #998 !important;
}
.u-border-color-998 {
border-color: #998 !important;
}
.u-text-color-998 {
color: #998 !important;
}
.u-fill-color-998 {
fill: #998 !important;
}
.u-stroke-color-998 {
stroke: #998 !important;
}
.u-background-color-999 {
background-color: #999 !important;
}
.u-border-color-999 {
border-color: #999 !important;
}
.u-text-color-999 {
color: #999 !important;
}
.u-fill-color-999 {
fill: #999 !important;
}
.u-stroke-color-999 {
stroke: #999 !important;
} | target/main/css/three/index.css | .u-background-color-000 {
background-color: #000 !important;
}
.u-border-color-000 {
border-color: #000 !important;
}
.u-text-color-000 {
color: #000 !important;
}
.u-fill-color-000 {
fill: #000 !important;
}
.u-stroke-color-000 {
stroke: #000 !important;
}
.u-background-color-001 {
background-color: #001 !important;
}
.u-border-color-001 {
border-color: #001 !important;
}
.u-text-color-001 {
color: #001 !important;
}
.u-fill-color-001 {
fill: #001 !important;
}
.u-stroke-color-001 {
stroke: #001 !important;
}
.u-background-color-002 {
background-color: #002 !important;
}
.u-border-color-002 {
border-color: #002 !important;
}
.u-text-color-002 {
color: #002 !important;
}
.u-fill-color-002 {
fill: #002 !important;
}
.u-stroke-color-002 {
stroke: #002 !important;
}
.u-background-color-003 {
background-color: #003 !important;
}
.u-border-color-003 {
border-color: #003 !important;
}
.u-text-color-003 {
color: #003 !important;
}
.u-fill-color-003 {
fill: #003 !important;
}
.u-stroke-color-003 {
stroke: #003 !important;
}
.u-background-color-004 {
background-color: #004 !important;
}
.u-border-color-004 {
border-color: #004 !important;
}
.u-text-color-004 {
color: #004 !important;
}
.u-fill-color-004 {
fill: #004 !important;
}
.u-stroke-color-004 {
stroke: #004 !important;
}
.u-background-color-005 {
background-color: #005 !important;
}
.u-border-color-005 {
border-color: #005 !important;
}
.u-text-color-005 {
color: #005 !important;
}
.u-fill-color-005 {
fill: #005 !important;
}
.u-stroke-color-005 {
stroke: #005 !important;
}
.u-background-color-006 {
background-color: #006 !important;
}
.u-border-color-006 {
border-color: #006 !important;
}
.u-text-color-006 {
color: #006 !important;
}
.u-fill-color-006 {
fill: #006 !important;
}
.u-stroke-color-006 {
stroke: #006 !important;
}
.u-background-color-007 {
background-color: #007 !important;
}
.u-border-color-007 {
border-color: #007 !important;
}
.u-text-color-007 {
color: #007 !important;
}
.u-fill-color-007 {
fill: #007 !important;
}
.u-stroke-color-007 {
stroke: #007 !important;
}
.u-background-color-008 {
background-color: #008 !important;
}
.u-border-color-008 {
border-color: #008 !important;
}
.u-text-color-008 {
color: #008 !important;
}
.u-fill-color-008 {
fill: #008 !important;
}
.u-stroke-color-008 {
stroke: #008 !important;
}
.u-background-color-009 {
background-color: #009 !important;
}
.u-border-color-009 {
border-color: #009 !important;
}
.u-text-color-009 {
color: #009 !important;
}
.u-fill-color-009 {
fill: #009 !important;
}
.u-stroke-color-009 {
stroke: #009 !important;
}
.u-background-color-010 {
background-color: #010 !important;
}
.u-border-color-010 {
border-color: #010 !important;
}
.u-text-color-010 {
color: #010 !important;
}
.u-fill-color-010 {
fill: #010 !important;
}
.u-stroke-color-010 {
stroke: #010 !important;
}
.u-background-color-011 {
background-color: #011 !important;
}
.u-border-color-011 {
border-color: #011 !important;
}
.u-text-color-011 {
color: #011 !important;
}
.u-fill-color-011 {
fill: #011 !important;
}
.u-stroke-color-011 {
stroke: #011 !important;
}
.u-background-color-012 {
background-color: #012 !important;
}
.u-border-color-012 {
border-color: #012 !important;
}
.u-text-color-012 {
color: #012 !important;
}
.u-fill-color-012 {
fill: #012 !important;
}
.u-stroke-color-012 {
stroke: #012 !important;
}
.u-background-color-013 {
background-color: #013 !important;
}
.u-border-color-013 {
border-color: #013 !important;
}
.u-text-color-013 {
color: #013 !important;
}
.u-fill-color-013 {
fill: #013 !important;
}
.u-stroke-color-013 {
stroke: #013 !important;
}
.u-background-color-014 {
background-color: #014 !important;
}
.u-border-color-014 {
border-color: #014 !important;
}
.u-text-color-014 {
color: #014 !important;
}
.u-fill-color-014 {
fill: #014 !important;
}
.u-stroke-color-014 {
stroke: #014 !important;
}
.u-background-color-015 {
background-color: #015 !important;
}
.u-border-color-015 {
border-color: #015 !important;
}
.u-text-color-015 {
color: #015 !important;
}
.u-fill-color-015 {
fill: #015 !important;
}
.u-stroke-color-015 {
stroke: #015 !important;
}
.u-background-color-016 {
background-color: #016 !important;
}
.u-border-color-016 {
border-color: #016 !important;
}
.u-text-color-016 {
color: #016 !important;
}
.u-fill-color-016 {
fill: #016 !important;
}
.u-stroke-color-016 {
stroke: #016 !important;
}
.u-background-color-017 {
background-color: #017 !important;
}
.u-border-color-017 {
border-color: #017 !important;
}
.u-text-color-017 {
color: #017 !important;
}
.u-fill-color-017 {
fill: #017 !important;
}
.u-stroke-color-017 {
stroke: #017 !important;
}
.u-background-color-018 {
background-color: #018 !important;
}
.u-border-color-018 {
border-color: #018 !important;
}
.u-text-color-018 {
color: #018 !important;
}
.u-fill-color-018 {
fill: #018 !important;
}
.u-stroke-color-018 {
stroke: #018 !important;
}
.u-background-color-019 {
background-color: #019 !important;
}
.u-border-color-019 {
border-color: #019 !important;
}
.u-text-color-019 {
color: #019 !important;
}
.u-fill-color-019 {
fill: #019 !important;
}
.u-stroke-color-019 {
stroke: #019 !important;
}
.u-background-color-020 {
background-color: #020 !important;
}
.u-border-color-020 {
border-color: #020 !important;
}
.u-text-color-020 {
color: #020 !important;
}
.u-fill-color-020 {
fill: #020 !important;
}
.u-stroke-color-020 {
stroke: #020 !important;
}
.u-background-color-021 {
background-color: #021 !important;
}
.u-border-color-021 {
border-color: #021 !important;
}
.u-text-color-021 {
color: #021 !important;
}
.u-fill-color-021 {
fill: #021 !important;
}
.u-stroke-color-021 {
stroke: #021 !important;
}
.u-background-color-022 {
background-color: #022 !important;
}
.u-border-color-022 {
border-color: #022 !important;
}
.u-text-color-022 {
color: #022 !important;
}
.u-fill-color-022 {
fill: #022 !important;
}
.u-stroke-color-022 {
stroke: #022 !important;
}
.u-background-color-023 {
background-color: #023 !important;
}
.u-border-color-023 {
border-color: #023 !important;
}
.u-text-color-023 {
color: #023 !important;
}
.u-fill-color-023 {
fill: #023 !important;
}
.u-stroke-color-023 {
stroke: #023 !important;
}
.u-background-color-024 {
background-color: #024 !important;
}
.u-border-color-024 {
border-color: #024 !important;
}
.u-text-color-024 {
color: #024 !important;
}
.u-fill-color-024 {
fill: #024 !important;
}
.u-stroke-color-024 {
stroke: #024 !important;
}
.u-background-color-025 {
background-color: #025 !important;
}
.u-border-color-025 {
border-color: #025 !important;
}
.u-text-color-025 {
color: #025 !important;
}
.u-fill-color-025 {
fill: #025 !important;
}
.u-stroke-color-025 {
stroke: #025 !important;
}
.u-background-color-026 {
background-color: #026 !important;
}
.u-border-color-026 {
border-color: #026 !important;
}
.u-text-color-026 {
color: #026 !important;
}
.u-fill-color-026 {
fill: #026 !important;
}
.u-stroke-color-026 {
stroke: #026 !important;
}
.u-background-color-027 {
background-color: #027 !important;
}
.u-border-color-027 {
border-color: #027 !important;
}
.u-text-color-027 {
color: #027 !important;
}
.u-fill-color-027 {
fill: #027 !important;
}
.u-stroke-color-027 {
stroke: #027 !important;
}
.u-background-color-028 {
background-color: #028 !important;
}
.u-border-color-028 {
border-color: #028 !important;
}
.u-text-color-028 {
color: #028 !important;
}
.u-fill-color-028 {
fill: #028 !important;
}
.u-stroke-color-028 {
stroke: #028 !important;
}
.u-background-color-029 {
background-color: #029 !important;
}
.u-border-color-029 {
border-color: #029 !important;
}
.u-text-color-029 {
color: #029 !important;
}
.u-fill-color-029 {
fill: #029 !important;
}
.u-stroke-color-029 {
stroke: #029 !important;
}
.u-background-color-030 {
background-color: #030 !important;
}
.u-border-color-030 {
border-color: #030 !important;
}
.u-text-color-030 {
color: #030 !important;
}
.u-fill-color-030 {
fill: #030 !important;
}
.u-stroke-color-030 {
stroke: #030 !important;
}
.u-background-color-031 {
background-color: #031 !important;
}
.u-border-color-031 {
border-color: #031 !important;
}
.u-text-color-031 {
color: #031 !important;
}
.u-fill-color-031 {
fill: #031 !important;
}
.u-stroke-color-031 {
stroke: #031 !important;
}
.u-background-color-032 {
background-color: #032 !important;
}
.u-border-color-032 {
border-color: #032 !important;
}
.u-text-color-032 {
color: #032 !important;
}
.u-fill-color-032 {
fill: #032 !important;
}
.u-stroke-color-032 {
stroke: #032 !important;
}
.u-background-color-033 {
background-color: #033 !important;
}
.u-border-color-033 {
border-color: #033 !important;
}
.u-text-color-033 {
color: #033 !important;
}
.u-fill-color-033 {
fill: #033 !important;
}
.u-stroke-color-033 {
stroke: #033 !important;
}
.u-background-color-034 {
background-color: #034 !important;
}
.u-border-color-034 {
border-color: #034 !important;
}
.u-text-color-034 {
color: #034 !important;
}
.u-fill-color-034 {
fill: #034 !important;
}
.u-stroke-color-034 {
stroke: #034 !important;
}
.u-background-color-035 {
background-color: #035 !important;
}
.u-border-color-035 {
border-color: #035 !important;
}
.u-text-color-035 {
color: #035 !important;
}
.u-fill-color-035 {
fill: #035 !important;
}
.u-stroke-color-035 {
stroke: #035 !important;
}
.u-background-color-036 {
background-color: #036 !important;
}
.u-border-color-036 {
border-color: #036 !important;
}
.u-text-color-036 {
color: #036 !important;
}
.u-fill-color-036 {
fill: #036 !important;
}
.u-stroke-color-036 {
stroke: #036 !important;
}
.u-background-color-037 {
background-color: #037 !important;
}
.u-border-color-037 {
border-color: #037 !important;
}
.u-text-color-037 {
color: #037 !important;
}
.u-fill-color-037 {
fill: #037 !important;
}
.u-stroke-color-037 {
stroke: #037 !important;
}
.u-background-color-038 {
background-color: #038 !important;
}
.u-border-color-038 {
border-color: #038 !important;
}
.u-text-color-038 {
color: #038 !important;
}
.u-fill-color-038 {
fill: #038 !important;
}
.u-stroke-color-038 {
stroke: #038 !important;
}
.u-background-color-039 {
background-color: #039 !important;
}
.u-border-color-039 {
border-color: #039 !important;
}
.u-text-color-039 {
color: #039 !important;
}
.u-fill-color-039 {
fill: #039 !important;
}
.u-stroke-color-039 {
stroke: #039 !important;
}
.u-background-color-040 {
background-color: #040 !important;
}
.u-border-color-040 {
border-color: #040 !important;
}
.u-text-color-040 {
color: #040 !important;
}
.u-fill-color-040 {
fill: #040 !important;
}
.u-stroke-color-040 {
stroke: #040 !important;
}
.u-background-color-041 {
background-color: #041 !important;
}
.u-border-color-041 {
border-color: #041 !important;
}
.u-text-color-041 {
color: #041 !important;
}
.u-fill-color-041 {
fill: #041 !important;
}
.u-stroke-color-041 {
stroke: #041 !important;
}
.u-background-color-042 {
background-color: #042 !important;
}
.u-border-color-042 {
border-color: #042 !important;
}
.u-text-color-042 {
color: #042 !important;
}
.u-fill-color-042 {
fill: #042 !important;
}
.u-stroke-color-042 {
stroke: #042 !important;
}
.u-background-color-043 {
background-color: #043 !important;
}
.u-border-color-043 {
border-color: #043 !important;
}
.u-text-color-043 {
color: #043 !important;
}
.u-fill-color-043 {
fill: #043 !important;
}
.u-stroke-color-043 {
stroke: #043 !important;
}
.u-background-color-044 {
background-color: #044 !important;
}
.u-border-color-044 {
border-color: #044 !important;
}
.u-text-color-044 {
color: #044 !important;
}
.u-fill-color-044 {
fill: #044 !important;
}
.u-stroke-color-044 {
stroke: #044 !important;
}
.u-background-color-045 {
background-color: #045 !important;
}
.u-border-color-045 {
border-color: #045 !important;
}
.u-text-color-045 {
color: #045 !important;
}
.u-fill-color-045 {
fill: #045 !important;
}
.u-stroke-color-045 {
stroke: #045 !important;
}
.u-background-color-046 {
background-color: #046 !important;
}
.u-border-color-046 {
border-color: #046 !important;
}
.u-text-color-046 {
color: #046 !important;
}
.u-fill-color-046 {
fill: #046 !important;
}
.u-stroke-color-046 {
stroke: #046 !important;
}
.u-background-color-047 {
background-color: #047 !important;
}
.u-border-color-047 {
border-color: #047 !important;
}
.u-text-color-047 {
color: #047 !important;
}
.u-fill-color-047 {
fill: #047 !important;
}
.u-stroke-color-047 {
stroke: #047 !important;
}
.u-background-color-048 {
background-color: #048 !important;
}
.u-border-color-048 {
border-color: #048 !important;
}
.u-text-color-048 {
color: #048 !important;
}
.u-fill-color-048 {
fill: #048 !important;
}
.u-stroke-color-048 {
stroke: #048 !important;
}
.u-background-color-049 {
background-color: #049 !important;
}
.u-border-color-049 {
border-color: #049 !important;
}
.u-text-color-049 {
color: #049 !important;
}
.u-fill-color-049 {
fill: #049 !important;
}
.u-stroke-color-049 {
stroke: #049 !important;
}
.u-background-color-050 {
background-color: #050 !important;
}
.u-border-color-050 {
border-color: #050 !important;
}
.u-text-color-050 {
color: #050 !important;
}
.u-fill-color-050 {
fill: #050 !important;
}
.u-stroke-color-050 {
stroke: #050 !important;
}
.u-background-color-051 {
background-color: #051 !important;
}
.u-border-color-051 {
border-color: #051 !important;
}
.u-text-color-051 {
color: #051 !important;
}
.u-fill-color-051 {
fill: #051 !important;
}
.u-stroke-color-051 {
stroke: #051 !important;
}
.u-background-color-052 {
background-color: #052 !important;
}
.u-border-color-052 {
border-color: #052 !important;
}
.u-text-color-052 {
color: #052 !important;
}
.u-fill-color-052 {
fill: #052 !important;
}
.u-stroke-color-052 {
stroke: #052 !important;
}
.u-background-color-053 {
background-color: #053 !important;
}
.u-border-color-053 {
border-color: #053 !important;
}
.u-text-color-053 {
color: #053 !important;
}
.u-fill-color-053 {
fill: #053 !important;
}
.u-stroke-color-053 {
stroke: #053 !important;
}
.u-background-color-054 {
background-color: #054 !important;
}
.u-border-color-054 {
border-color: #054 !important;
}
.u-text-color-054 {
color: #054 !important;
}
.u-fill-color-054 {
fill: #054 !important;
}
.u-stroke-color-054 {
stroke: #054 !important;
}
.u-background-color-055 {
background-color: #055 !important;
}
.u-border-color-055 {
border-color: #055 !important;
}
.u-text-color-055 {
color: #055 !important;
}
.u-fill-color-055 {
fill: #055 !important;
}
.u-stroke-color-055 {
stroke: #055 !important;
}
.u-background-color-056 {
background-color: #056 !important;
}
.u-border-color-056 {
border-color: #056 !important;
}
.u-text-color-056 {
color: #056 !important;
}
.u-fill-color-056 {
fill: #056 !important;
}
.u-stroke-color-056 {
stroke: #056 !important;
}
.u-background-color-057 {
background-color: #057 !important;
}
.u-border-color-057 {
border-color: #057 !important;
}
.u-text-color-057 {
color: #057 !important;
}
.u-fill-color-057 {
fill: #057 !important;
}
.u-stroke-color-057 {
stroke: #057 !important;
}
.u-background-color-058 {
background-color: #058 !important;
}
.u-border-color-058 {
border-color: #058 !important;
}
.u-text-color-058 {
color: #058 !important;
}
.u-fill-color-058 {
fill: #058 !important;
}
.u-stroke-color-058 {
stroke: #058 !important;
}
.u-background-color-059 {
background-color: #059 !important;
}
.u-border-color-059 {
border-color: #059 !important;
}
.u-text-color-059 {
color: #059 !important;
}
.u-fill-color-059 {
fill: #059 !important;
}
.u-stroke-color-059 {
stroke: #059 !important;
}
.u-background-color-060 {
background-color: #060 !important;
}
.u-border-color-060 {
border-color: #060 !important;
}
.u-text-color-060 {
color: #060 !important;
}
.u-fill-color-060 {
fill: #060 !important;
}
.u-stroke-color-060 {
stroke: #060 !important;
}
.u-background-color-061 {
background-color: #061 !important;
}
.u-border-color-061 {
border-color: #061 !important;
}
.u-text-color-061 {
color: #061 !important;
}
.u-fill-color-061 {
fill: #061 !important;
}
.u-stroke-color-061 {
stroke: #061 !important;
}
.u-background-color-062 {
background-color: #062 !important;
}
.u-border-color-062 {
border-color: #062 !important;
}
.u-text-color-062 {
color: #062 !important;
}
.u-fill-color-062 {
fill: #062 !important;
}
.u-stroke-color-062 {
stroke: #062 !important;
}
.u-background-color-063 {
background-color: #063 !important;
}
.u-border-color-063 {
border-color: #063 !important;
}
.u-text-color-063 {
color: #063 !important;
}
.u-fill-color-063 {
fill: #063 !important;
}
.u-stroke-color-063 {
stroke: #063 !important;
}
.u-background-color-064 {
background-color: #064 !important;
}
.u-border-color-064 {
border-color: #064 !important;
}
.u-text-color-064 {
color: #064 !important;
}
.u-fill-color-064 {
fill: #064 !important;
}
.u-stroke-color-064 {
stroke: #064 !important;
}
.u-background-color-065 {
background-color: #065 !important;
}
.u-border-color-065 {
border-color: #065 !important;
}
.u-text-color-065 {
color: #065 !important;
}
.u-fill-color-065 {
fill: #065 !important;
}
.u-stroke-color-065 {
stroke: #065 !important;
}
.u-background-color-066 {
background-color: #066 !important;
}
.u-border-color-066 {
border-color: #066 !important;
}
.u-text-color-066 {
color: #066 !important;
}
.u-fill-color-066 {
fill: #066 !important;
}
.u-stroke-color-066 {
stroke: #066 !important;
}
.u-background-color-067 {
background-color: #067 !important;
}
.u-border-color-067 {
border-color: #067 !important;
}
.u-text-color-067 {
color: #067 !important;
}
.u-fill-color-067 {
fill: #067 !important;
}
.u-stroke-color-067 {
stroke: #067 !important;
}
.u-background-color-068 {
background-color: #068 !important;
}
.u-border-color-068 {
border-color: #068 !important;
}
.u-text-color-068 {
color: #068 !important;
}
.u-fill-color-068 {
fill: #068 !important;
}
.u-stroke-color-068 {
stroke: #068 !important;
}
.u-background-color-069 {
background-color: #069 !important;
}
.u-border-color-069 {
border-color: #069 !important;
}
.u-text-color-069 {
color: #069 !important;
}
.u-fill-color-069 {
fill: #069 !important;
}
.u-stroke-color-069 {
stroke: #069 !important;
}
.u-background-color-070 {
background-color: #070 !important;
}
.u-border-color-070 {
border-color: #070 !important;
}
.u-text-color-070 {
color: #070 !important;
}
.u-fill-color-070 {
fill: #070 !important;
}
.u-stroke-color-070 {
stroke: #070 !important;
}
.u-background-color-071 {
background-color: #071 !important;
}
.u-border-color-071 {
border-color: #071 !important;
}
.u-text-color-071 {
color: #071 !important;
}
.u-fill-color-071 {
fill: #071 !important;
}
.u-stroke-color-071 {
stroke: #071 !important;
}
.u-background-color-072 {
background-color: #072 !important;
}
.u-border-color-072 {
border-color: #072 !important;
}
.u-text-color-072 {
color: #072 !important;
}
.u-fill-color-072 {
fill: #072 !important;
}
.u-stroke-color-072 {
stroke: #072 !important;
}
.u-background-color-073 {
background-color: #073 !important;
}
.u-border-color-073 {
border-color: #073 !important;
}
.u-text-color-073 {
color: #073 !important;
}
.u-fill-color-073 {
fill: #073 !important;
}
.u-stroke-color-073 {
stroke: #073 !important;
}
.u-background-color-074 {
background-color: #074 !important;
}
.u-border-color-074 {
border-color: #074 !important;
}
.u-text-color-074 {
color: #074 !important;
}
.u-fill-color-074 {
fill: #074 !important;
}
.u-stroke-color-074 {
stroke: #074 !important;
}
.u-background-color-075 {
background-color: #075 !important;
}
.u-border-color-075 {
border-color: #075 !important;
}
.u-text-color-075 {
color: #075 !important;
}
.u-fill-color-075 {
fill: #075 !important;
}
.u-stroke-color-075 {
stroke: #075 !important;
}
.u-background-color-076 {
background-color: #076 !important;
}
.u-border-color-076 {
border-color: #076 !important;
}
.u-text-color-076 {
color: #076 !important;
}
.u-fill-color-076 {
fill: #076 !important;
}
.u-stroke-color-076 {
stroke: #076 !important;
}
.u-background-color-077 {
background-color: #077 !important;
}
.u-border-color-077 {
border-color: #077 !important;
}
.u-text-color-077 {
color: #077 !important;
}
.u-fill-color-077 {
fill: #077 !important;
}
.u-stroke-color-077 {
stroke: #077 !important;
}
.u-background-color-078 {
background-color: #078 !important;
}
.u-border-color-078 {
border-color: #078 !important;
}
.u-text-color-078 {
color: #078 !important;
}
.u-fill-color-078 {
fill: #078 !important;
}
.u-stroke-color-078 {
stroke: #078 !important;
}
.u-background-color-079 {
background-color: #079 !important;
}
.u-border-color-079 {
border-color: #079 !important;
}
.u-text-color-079 {
color: #079 !important;
}
.u-fill-color-079 {
fill: #079 !important;
}
.u-stroke-color-079 {
stroke: #079 !important;
}
.u-background-color-080 {
background-color: #080 !important;
}
.u-border-color-080 {
border-color: #080 !important;
}
.u-text-color-080 {
color: #080 !important;
}
.u-fill-color-080 {
fill: #080 !important;
}
.u-stroke-color-080 {
stroke: #080 !important;
}
.u-background-color-081 {
background-color: #081 !important;
}
.u-border-color-081 {
border-color: #081 !important;
}
.u-text-color-081 {
color: #081 !important;
}
.u-fill-color-081 {
fill: #081 !important;
}
.u-stroke-color-081 {
stroke: #081 !important;
}
.u-background-color-082 {
background-color: #082 !important;
}
.u-border-color-082 {
border-color: #082 !important;
}
.u-text-color-082 {
color: #082 !important;
}
.u-fill-color-082 {
fill: #082 !important;
}
.u-stroke-color-082 {
stroke: #082 !important;
}
.u-background-color-083 {
background-color: #083 !important;
}
.u-border-color-083 {
border-color: #083 !important;
}
.u-text-color-083 {
color: #083 !important;
}
.u-fill-color-083 {
fill: #083 !important;
}
.u-stroke-color-083 {
stroke: #083 !important;
}
.u-background-color-084 {
background-color: #084 !important;
}
.u-border-color-084 {
border-color: #084 !important;
}
.u-text-color-084 {
color: #084 !important;
}
.u-fill-color-084 {
fill: #084 !important;
}
.u-stroke-color-084 {
stroke: #084 !important;
}
.u-background-color-085 {
background-color: #085 !important;
}
.u-border-color-085 {
border-color: #085 !important;
}
.u-text-color-085 {
color: #085 !important;
}
.u-fill-color-085 {
fill: #085 !important;
}
.u-stroke-color-085 {
stroke: #085 !important;
}
.u-background-color-086 {
background-color: #086 !important;
}
.u-border-color-086 {
border-color: #086 !important;
}
.u-text-color-086 {
color: #086 !important;
}
.u-fill-color-086 {
fill: #086 !important;
}
.u-stroke-color-086 {
stroke: #086 !important;
}
.u-background-color-087 {
background-color: #087 !important;
}
.u-border-color-087 {
border-color: #087 !important;
}
.u-text-color-087 {
color: #087 !important;
}
.u-fill-color-087 {
fill: #087 !important;
}
.u-stroke-color-087 {
stroke: #087 !important;
}
.u-background-color-088 {
background-color: #088 !important;
}
.u-border-color-088 {
border-color: #088 !important;
}
.u-text-color-088 {
color: #088 !important;
}
.u-fill-color-088 {
fill: #088 !important;
}
.u-stroke-color-088 {
stroke: #088 !important;
}
.u-background-color-089 {
background-color: #089 !important;
}
.u-border-color-089 {
border-color: #089 !important;
}
.u-text-color-089 {
color: #089 !important;
}
.u-fill-color-089 {
fill: #089 !important;
}
.u-stroke-color-089 {
stroke: #089 !important;
}
.u-background-color-090 {
background-color: #090 !important;
}
.u-border-color-090 {
border-color: #090 !important;
}
.u-text-color-090 {
color: #090 !important;
}
.u-fill-color-090 {
fill: #090 !important;
}
.u-stroke-color-090 {
stroke: #090 !important;
}
.u-background-color-091 {
background-color: #091 !important;
}
.u-border-color-091 {
border-color: #091 !important;
}
.u-text-color-091 {
color: #091 !important;
}
.u-fill-color-091 {
fill: #091 !important;
}
.u-stroke-color-091 {
stroke: #091 !important;
}
.u-background-color-092 {
background-color: #092 !important;
}
.u-border-color-092 {
border-color: #092 !important;
}
.u-text-color-092 {
color: #092 !important;
}
.u-fill-color-092 {
fill: #092 !important;
}
.u-stroke-color-092 {
stroke: #092 !important;
}
.u-background-color-093 {
background-color: #093 !important;
}
.u-border-color-093 {
border-color: #093 !important;
}
.u-text-color-093 {
color: #093 !important;
}
.u-fill-color-093 {
fill: #093 !important;
}
.u-stroke-color-093 {
stroke: #093 !important;
}
.u-background-color-094 {
background-color: #094 !important;
}
.u-border-color-094 {
border-color: #094 !important;
}
.u-text-color-094 {
color: #094 !important;
}
.u-fill-color-094 {
fill: #094 !important;
}
.u-stroke-color-094 {
stroke: #094 !important;
}
.u-background-color-095 {
background-color: #095 !important;
}
.u-border-color-095 {
border-color: #095 !important;
}
.u-text-color-095 {
color: #095 !important;
}
.u-fill-color-095 {
fill: #095 !important;
}
.u-stroke-color-095 {
stroke: #095 !important;
}
.u-background-color-096 {
background-color: #096 !important;
}
.u-border-color-096 {
border-color: #096 !important;
}
.u-text-color-096 {
color: #096 !important;
}
.u-fill-color-096 {
fill: #096 !important;
}
.u-stroke-color-096 {
stroke: #096 !important;
}
.u-background-color-097 {
background-color: #097 !important;
}
.u-border-color-097 {
border-color: #097 !important;
}
.u-text-color-097 {
color: #097 !important;
}
.u-fill-color-097 {
fill: #097 !important;
}
.u-stroke-color-097 {
stroke: #097 !important;
}
.u-background-color-098 {
background-color: #098 !important;
}
.u-border-color-098 {
border-color: #098 !important;
}
.u-text-color-098 {
color: #098 !important;
}
.u-fill-color-098 {
fill: #098 !important;
}
.u-stroke-color-098 {
stroke: #098 !important;
}
.u-background-color-099 {
background-color: #099 !important;
}
.u-border-color-099 {
border-color: #099 !important;
}
.u-text-color-099 {
color: #099 !important;
}
.u-fill-color-099 {
fill: #099 !important;
}
.u-stroke-color-099 {
stroke: #099 !important;
}
.u-background-color-100 {
background-color: #100 !important;
}
.u-border-color-100 {
border-color: #100 !important;
}
.u-text-color-100 {
color: #100 !important;
}
.u-fill-color-100 {
fill: #100 !important;
}
.u-stroke-color-100 {
stroke: #100 !important;
}
.u-background-color-101 {
background-color: #101 !important;
}
.u-border-color-101 {
border-color: #101 !important;
}
.u-text-color-101 {
color: #101 !important;
}
.u-fill-color-101 {
fill: #101 !important;
}
.u-stroke-color-101 {
stroke: #101 !important;
}
.u-background-color-102 {
background-color: #102 !important;
}
.u-border-color-102 {
border-color: #102 !important;
}
.u-text-color-102 {
color: #102 !important;
}
.u-fill-color-102 {
fill: #102 !important;
}
.u-stroke-color-102 {
stroke: #102 !important;
}
.u-background-color-103 {
background-color: #103 !important;
}
.u-border-color-103 {
border-color: #103 !important;
}
.u-text-color-103 {
color: #103 !important;
}
.u-fill-color-103 {
fill: #103 !important;
}
.u-stroke-color-103 {
stroke: #103 !important;
}
.u-background-color-104 {
background-color: #104 !important;
}
.u-border-color-104 {
border-color: #104 !important;
}
.u-text-color-104 {
color: #104 !important;
}
.u-fill-color-104 {
fill: #104 !important;
}
.u-stroke-color-104 {
stroke: #104 !important;
}
.u-background-color-105 {
background-color: #105 !important;
}
.u-border-color-105 {
border-color: #105 !important;
}
.u-text-color-105 {
color: #105 !important;
}
.u-fill-color-105 {
fill: #105 !important;
}
.u-stroke-color-105 {
stroke: #105 !important;
}
.u-background-color-106 {
background-color: #106 !important;
}
.u-border-color-106 {
border-color: #106 !important;
}
.u-text-color-106 {
color: #106 !important;
}
.u-fill-color-106 {
fill: #106 !important;
}
.u-stroke-color-106 {
stroke: #106 !important;
}
.u-background-color-107 {
background-color: #107 !important;
}
.u-border-color-107 {
border-color: #107 !important;
}
.u-text-color-107 {
color: #107 !important;
}
.u-fill-color-107 {
fill: #107 !important;
}
.u-stroke-color-107 {
stroke: #107 !important;
}
.u-background-color-108 {
background-color: #108 !important;
}
.u-border-color-108 {
border-color: #108 !important;
}
.u-text-color-108 {
color: #108 !important;
}
.u-fill-color-108 {
fill: #108 !important;
}
.u-stroke-color-108 {
stroke: #108 !important;
}
.u-background-color-109 {
background-color: #109 !important;
}
.u-border-color-109 {
border-color: #109 !important;
}
.u-text-color-109 {
color: #109 !important;
}
.u-fill-color-109 {
fill: #109 !important;
}
.u-stroke-color-109 {
stroke: #109 !important;
}
.u-background-color-110 {
background-color: #110 !important;
}
.u-border-color-110 {
border-color: #110 !important;
}
.u-text-color-110 {
color: #110 !important;
}
.u-fill-color-110 {
fill: #110 !important;
}
.u-stroke-color-110 {
stroke: #110 !important;
}
.u-background-color-111 {
background-color: #111 !important;
}
.u-border-color-111 {
border-color: #111 !important;
}
.u-text-color-111 {
color: #111 !important;
}
.u-fill-color-111 {
fill: #111 !important;
}
.u-stroke-color-111 {
stroke: #111 !important;
}
.u-background-color-112 {
background-color: #112 !important;
}
.u-border-color-112 {
border-color: #112 !important;
}
.u-text-color-112 {
color: #112 !important;
}
.u-fill-color-112 {
fill: #112 !important;
}
.u-stroke-color-112 {
stroke: #112 !important;
}
.u-background-color-113 {
background-color: #113 !important;
}
.u-border-color-113 {
border-color: #113 !important;
}
.u-text-color-113 {
color: #113 !important;
}
.u-fill-color-113 {
fill: #113 !important;
}
.u-stroke-color-113 {
stroke: #113 !important;
}
.u-background-color-114 {
background-color: #114 !important;
}
.u-border-color-114 {
border-color: #114 !important;
}
.u-text-color-114 {
color: #114 !important;
}
.u-fill-color-114 {
fill: #114 !important;
}
.u-stroke-color-114 {
stroke: #114 !important;
}
.u-background-color-115 {
background-color: #115 !important;
}
.u-border-color-115 {
border-color: #115 !important;
}
.u-text-color-115 {
color: #115 !important;
}
.u-fill-color-115 {
fill: #115 !important;
}
.u-stroke-color-115 {
stroke: #115 !important;
}
.u-background-color-116 {
background-color: #116 !important;
}
.u-border-color-116 {
border-color: #116 !important;
}
.u-text-color-116 {
color: #116 !important;
}
.u-fill-color-116 {
fill: #116 !important;
}
.u-stroke-color-116 {
stroke: #116 !important;
}
.u-background-color-117 {
background-color: #117 !important;
}
.u-border-color-117 {
border-color: #117 !important;
}
.u-text-color-117 {
color: #117 !important;
}
.u-fill-color-117 {
fill: #117 !important;
}
.u-stroke-color-117 {
stroke: #117 !important;
}
.u-background-color-118 {
background-color: #118 !important;
}
.u-border-color-118 {
border-color: #118 !important;
}
.u-text-color-118 {
color: #118 !important;
}
.u-fill-color-118 {
fill: #118 !important;
}
.u-stroke-color-118 {
stroke: #118 !important;
}
.u-background-color-119 {
background-color: #119 !important;
}
.u-border-color-119 {
border-color: #119 !important;
}
.u-text-color-119 {
color: #119 !important;
}
.u-fill-color-119 {
fill: #119 !important;
}
.u-stroke-color-119 {
stroke: #119 !important;
}
.u-background-color-120 {
background-color: #120 !important;
}
.u-border-color-120 {
border-color: #120 !important;
}
.u-text-color-120 {
color: #120 !important;
}
.u-fill-color-120 {
fill: #120 !important;
}
.u-stroke-color-120 {
stroke: #120 !important;
}
.u-background-color-121 {
background-color: #121 !important;
}
.u-border-color-121 {
border-color: #121 !important;
}
.u-text-color-121 {
color: #121 !important;
}
.u-fill-color-121 {
fill: #121 !important;
}
.u-stroke-color-121 {
stroke: #121 !important;
}
.u-background-color-122 {
background-color: #122 !important;
}
.u-border-color-122 {
border-color: #122 !important;
}
.u-text-color-122 {
color: #122 !important;
}
.u-fill-color-122 {
fill: #122 !important;
}
.u-stroke-color-122 {
stroke: #122 !important;
}
.u-background-color-123 {
background-color: #123 !important;
}
.u-border-color-123 {
border-color: #123 !important;
}
.u-text-color-123 {
color: #123 !important;
}
.u-fill-color-123 {
fill: #123 !important;
}
.u-stroke-color-123 {
stroke: #123 !important;
}
.u-background-color-124 {
background-color: #124 !important;
}
.u-border-color-124 {
border-color: #124 !important;
}
.u-text-color-124 {
color: #124 !important;
}
.u-fill-color-124 {
fill: #124 !important;
}
.u-stroke-color-124 {
stroke: #124 !important;
}
.u-background-color-125 {
background-color: #125 !important;
}
.u-border-color-125 {
border-color: #125 !important;
}
.u-text-color-125 {
color: #125 !important;
}
.u-fill-color-125 {
fill: #125 !important;
}
.u-stroke-color-125 {
stroke: #125 !important;
}
.u-background-color-126 {
background-color: #126 !important;
}
.u-border-color-126 {
border-color: #126 !important;
}
.u-text-color-126 {
color: #126 !important;
}
.u-fill-color-126 {
fill: #126 !important;
}
.u-stroke-color-126 {
stroke: #126 !important;
}
.u-background-color-127 {
background-color: #127 !important;
}
.u-border-color-127 {
border-color: #127 !important;
}
.u-text-color-127 {
color: #127 !important;
}
.u-fill-color-127 {
fill: #127 !important;
}
.u-stroke-color-127 {
stroke: #127 !important;
}
.u-background-color-128 {
background-color: #128 !important;
}
.u-border-color-128 {
border-color: #128 !important;
}
.u-text-color-128 {
color: #128 !important;
}
.u-fill-color-128 {
fill: #128 !important;
}
.u-stroke-color-128 {
stroke: #128 !important;
}
.u-background-color-129 {
background-color: #129 !important;
}
.u-border-color-129 {
border-color: #129 !important;
}
.u-text-color-129 {
color: #129 !important;
}
.u-fill-color-129 {
fill: #129 !important;
}
.u-stroke-color-129 {
stroke: #129 !important;
}
.u-background-color-130 {
background-color: #130 !important;
}
.u-border-color-130 {
border-color: #130 !important;
}
.u-text-color-130 {
color: #130 !important;
}
.u-fill-color-130 {
fill: #130 !important;
}
.u-stroke-color-130 {
stroke: #130 !important;
}
.u-background-color-131 {
background-color: #131 !important;
}
.u-border-color-131 {
border-color: #131 !important;
}
.u-text-color-131 {
color: #131 !important;
}
.u-fill-color-131 {
fill: #131 !important;
}
.u-stroke-color-131 {
stroke: #131 !important;
}
.u-background-color-132 {
background-color: #132 !important;
}
.u-border-color-132 {
border-color: #132 !important;
}
.u-text-color-132 {
color: #132 !important;
}
.u-fill-color-132 {
fill: #132 !important;
}
.u-stroke-color-132 {
stroke: #132 !important;
}
.u-background-color-133 {
background-color: #133 !important;
}
.u-border-color-133 {
border-color: #133 !important;
}
.u-text-color-133 {
color: #133 !important;
}
.u-fill-color-133 {
fill: #133 !important;
}
.u-stroke-color-133 {
stroke: #133 !important;
}
.u-background-color-134 {
background-color: #134 !important;
}
.u-border-color-134 {
border-color: #134 !important;
}
.u-text-color-134 {
color: #134 !important;
}
.u-fill-color-134 {
fill: #134 !important;
}
.u-stroke-color-134 {
stroke: #134 !important;
}
.u-background-color-135 {
background-color: #135 !important;
}
.u-border-color-135 {
border-color: #135 !important;
}
.u-text-color-135 {
color: #135 !important;
}
.u-fill-color-135 {
fill: #135 !important;
}
.u-stroke-color-135 {
stroke: #135 !important;
}
.u-background-color-136 {
background-color: #136 !important;
}
.u-border-color-136 {
border-color: #136 !important;
}
.u-text-color-136 {
color: #136 !important;
}
.u-fill-color-136 {
fill: #136 !important;
}
.u-stroke-color-136 {
stroke: #136 !important;
}
.u-background-color-137 {
background-color: #137 !important;
}
.u-border-color-137 {
border-color: #137 !important;
}
.u-text-color-137 {
color: #137 !important;
}
.u-fill-color-137 {
fill: #137 !important;
}
.u-stroke-color-137 {
stroke: #137 !important;
}
.u-background-color-138 {
background-color: #138 !important;
}
.u-border-color-138 {
border-color: #138 !important;
}
.u-text-color-138 {
color: #138 !important;
}
.u-fill-color-138 {
fill: #138 !important;
}
.u-stroke-color-138 {
stroke: #138 !important;
}
.u-background-color-139 {
background-color: #139 !important;
}
.u-border-color-139 {
border-color: #139 !important;
}
.u-text-color-139 {
color: #139 !important;
}
.u-fill-color-139 {
fill: #139 !important;
}
.u-stroke-color-139 {
stroke: #139 !important;
}
.u-background-color-140 {
background-color: #140 !important;
}
.u-border-color-140 {
border-color: #140 !important;
}
.u-text-color-140 {
color: #140 !important;
}
.u-fill-color-140 {
fill: #140 !important;
}
.u-stroke-color-140 {
stroke: #140 !important;
}
.u-background-color-141 {
background-color: #141 !important;
}
.u-border-color-141 {
border-color: #141 !important;
}
.u-text-color-141 {
color: #141 !important;
}
.u-fill-color-141 {
fill: #141 !important;
}
.u-stroke-color-141 {
stroke: #141 !important;
}
.u-background-color-142 {
background-color: #142 !important;
}
.u-border-color-142 {
border-color: #142 !important;
}
.u-text-color-142 {
color: #142 !important;
}
.u-fill-color-142 {
fill: #142 !important;
}
.u-stroke-color-142 {
stroke: #142 !important;
}
.u-background-color-143 {
background-color: #143 !important;
}
.u-border-color-143 {
border-color: #143 !important;
}
.u-text-color-143 {
color: #143 !important;
}
.u-fill-color-143 {
fill: #143 !important;
}
.u-stroke-color-143 {
stroke: #143 !important;
}
.u-background-color-144 {
background-color: #144 !important;
}
.u-border-color-144 {
border-color: #144 !important;
}
.u-text-color-144 {
color: #144 !important;
}
.u-fill-color-144 {
fill: #144 !important;
}
.u-stroke-color-144 {
stroke: #144 !important;
}
.u-background-color-145 {
background-color: #145 !important;
}
.u-border-color-145 {
border-color: #145 !important;
}
.u-text-color-145 {
color: #145 !important;
}
.u-fill-color-145 {
fill: #145 !important;
}
.u-stroke-color-145 {
stroke: #145 !important;
}
.u-background-color-146 {
background-color: #146 !important;
}
.u-border-color-146 {
border-color: #146 !important;
}
.u-text-color-146 {
color: #146 !important;
}
.u-fill-color-146 {
fill: #146 !important;
}
.u-stroke-color-146 {
stroke: #146 !important;
}
.u-background-color-147 {
background-color: #147 !important;
}
.u-border-color-147 {
border-color: #147 !important;
}
.u-text-color-147 {
color: #147 !important;
}
.u-fill-color-147 {
fill: #147 !important;
}
.u-stroke-color-147 {
stroke: #147 !important;
}
.u-background-color-148 {
background-color: #148 !important;
}
.u-border-color-148 {
border-color: #148 !important;
}
.u-text-color-148 {
color: #148 !important;
}
.u-fill-color-148 {
fill: #148 !important;
}
.u-stroke-color-148 {
stroke: #148 !important;
}
.u-background-color-149 {
background-color: #149 !important;
}
.u-border-color-149 {
border-color: #149 !important;
}
.u-text-color-149 {
color: #149 !important;
}
.u-fill-color-149 {
fill: #149 !important;
}
.u-stroke-color-149 {
stroke: #149 !important;
}
.u-background-color-150 {
background-color: #150 !important;
}
.u-border-color-150 {
border-color: #150 !important;
}
.u-text-color-150 {
color: #150 !important;
}
.u-fill-color-150 {
fill: #150 !important;
}
.u-stroke-color-150 {
stroke: #150 !important;
}
.u-background-color-151 {
background-color: #151 !important;
}
.u-border-color-151 {
border-color: #151 !important;
}
.u-text-color-151 {
color: #151 !important;
}
.u-fill-color-151 {
fill: #151 !important;
}
.u-stroke-color-151 {
stroke: #151 !important;
}
.u-background-color-152 {
background-color: #152 !important;
}
.u-border-color-152 {
border-color: #152 !important;
}
.u-text-color-152 {
color: #152 !important;
}
.u-fill-color-152 {
fill: #152 !important;
}
.u-stroke-color-152 {
stroke: #152 !important;
}
.u-background-color-153 {
background-color: #153 !important;
}
.u-border-color-153 {
border-color: #153 !important;
}
.u-text-color-153 {
color: #153 !important;
}
.u-fill-color-153 {
fill: #153 !important;
}
.u-stroke-color-153 {
stroke: #153 !important;
}
.u-background-color-154 {
background-color: #154 !important;
}
.u-border-color-154 {
border-color: #154 !important;
}
.u-text-color-154 {
color: #154 !important;
}
.u-fill-color-154 {
fill: #154 !important;
}
.u-stroke-color-154 {
stroke: #154 !important;
}
.u-background-color-155 {
background-color: #155 !important;
}
.u-border-color-155 {
border-color: #155 !important;
}
.u-text-color-155 {
color: #155 !important;
}
.u-fill-color-155 {
fill: #155 !important;
}
.u-stroke-color-155 {
stroke: #155 !important;
}
.u-background-color-156 {
background-color: #156 !important;
}
.u-border-color-156 {
border-color: #156 !important;
}
.u-text-color-156 {
color: #156 !important;
}
.u-fill-color-156 {
fill: #156 !important;
}
.u-stroke-color-156 {
stroke: #156 !important;
}
.u-background-color-157 {
background-color: #157 !important;
}
.u-border-color-157 {
border-color: #157 !important;
}
.u-text-color-157 {
color: #157 !important;
}
.u-fill-color-157 {
fill: #157 !important;
}
.u-stroke-color-157 {
stroke: #157 !important;
}
.u-background-color-158 {
background-color: #158 !important;
}
.u-border-color-158 {
border-color: #158 !important;
}
.u-text-color-158 {
color: #158 !important;
}
.u-fill-color-158 {
fill: #158 !important;
}
.u-stroke-color-158 {
stroke: #158 !important;
}
.u-background-color-159 {
background-color: #159 !important;
}
.u-border-color-159 {
border-color: #159 !important;
}
.u-text-color-159 {
color: #159 !important;
}
.u-fill-color-159 {
fill: #159 !important;
}
.u-stroke-color-159 {
stroke: #159 !important;
}
.u-background-color-160 {
background-color: #160 !important;
}
.u-border-color-160 {
border-color: #160 !important;
}
.u-text-color-160 {
color: #160 !important;
}
.u-fill-color-160 {
fill: #160 !important;
}
.u-stroke-color-160 {
stroke: #160 !important;
}
.u-background-color-161 {
background-color: #161 !important;
}
.u-border-color-161 {
border-color: #161 !important;
}
.u-text-color-161 {
color: #161 !important;
}
.u-fill-color-161 {
fill: #161 !important;
}
.u-stroke-color-161 {
stroke: #161 !important;
}
.u-background-color-162 {
background-color: #162 !important;
}
.u-border-color-162 {
border-color: #162 !important;
}
.u-text-color-162 {
color: #162 !important;
}
.u-fill-color-162 {
fill: #162 !important;
}
.u-stroke-color-162 {
stroke: #162 !important;
}
.u-background-color-163 {
background-color: #163 !important;
}
.u-border-color-163 {
border-color: #163 !important;
}
.u-text-color-163 {
color: #163 !important;
}
.u-fill-color-163 {
fill: #163 !important;
}
.u-stroke-color-163 {
stroke: #163 !important;
}
.u-background-color-164 {
background-color: #164 !important;
}
.u-border-color-164 {
border-color: #164 !important;
}
.u-text-color-164 {
color: #164 !important;
}
.u-fill-color-164 {
fill: #164 !important;
}
.u-stroke-color-164 {
stroke: #164 !important;
}
.u-background-color-165 {
background-color: #165 !important;
}
.u-border-color-165 {
border-color: #165 !important;
}
.u-text-color-165 {
color: #165 !important;
}
.u-fill-color-165 {
fill: #165 !important;
}
.u-stroke-color-165 {
stroke: #165 !important;
}
.u-background-color-166 {
background-color: #166 !important;
}
.u-border-color-166 {
border-color: #166 !important;
}
.u-text-color-166 {
color: #166 !important;
}
.u-fill-color-166 {
fill: #166 !important;
}
.u-stroke-color-166 {
stroke: #166 !important;
}
.u-background-color-167 {
background-color: #167 !important;
}
.u-border-color-167 {
border-color: #167 !important;
}
.u-text-color-167 {
color: #167 !important;
}
.u-fill-color-167 {
fill: #167 !important;
}
.u-stroke-color-167 {
stroke: #167 !important;
}
.u-background-color-168 {
background-color: #168 !important;
}
.u-border-color-168 {
border-color: #168 !important;
}
.u-text-color-168 {
color: #168 !important;
}
.u-fill-color-168 {
fill: #168 !important;
}
.u-stroke-color-168 {
stroke: #168 !important;
}
.u-background-color-169 {
background-color: #169 !important;
}
.u-border-color-169 {
border-color: #169 !important;
}
.u-text-color-169 {
color: #169 !important;
}
.u-fill-color-169 {
fill: #169 !important;
}
.u-stroke-color-169 {
stroke: #169 !important;
}
.u-background-color-170 {
background-color: #170 !important;
}
.u-border-color-170 {
border-color: #170 !important;
}
.u-text-color-170 {
color: #170 !important;
}
.u-fill-color-170 {
fill: #170 !important;
}
.u-stroke-color-170 {
stroke: #170 !important;
}
.u-background-color-171 {
background-color: #171 !important;
}
.u-border-color-171 {
border-color: #171 !important;
}
.u-text-color-171 {
color: #171 !important;
}
.u-fill-color-171 {
fill: #171 !important;
}
.u-stroke-color-171 {
stroke: #171 !important;
}
.u-background-color-172 {
background-color: #172 !important;
}
.u-border-color-172 {
border-color: #172 !important;
}
.u-text-color-172 {
color: #172 !important;
}
.u-fill-color-172 {
fill: #172 !important;
}
.u-stroke-color-172 {
stroke: #172 !important;
}
.u-background-color-173 {
background-color: #173 !important;
}
.u-border-color-173 {
border-color: #173 !important;
}
.u-text-color-173 {
color: #173 !important;
}
.u-fill-color-173 {
fill: #173 !important;
}
.u-stroke-color-173 {
stroke: #173 !important;
}
.u-background-color-174 {
background-color: #174 !important;
}
.u-border-color-174 {
border-color: #174 !important;
}
.u-text-color-174 {
color: #174 !important;
}
.u-fill-color-174 {
fill: #174 !important;
}
.u-stroke-color-174 {
stroke: #174 !important;
}
.u-background-color-175 {
background-color: #175 !important;
}
.u-border-color-175 {
border-color: #175 !important;
}
.u-text-color-175 {
color: #175 !important;
}
.u-fill-color-175 {
fill: #175 !important;
}
.u-stroke-color-175 {
stroke: #175 !important;
}
.u-background-color-176 {
background-color: #176 !important;
}
.u-border-color-176 {
border-color: #176 !important;
}
.u-text-color-176 {
color: #176 !important;
}
.u-fill-color-176 {
fill: #176 !important;
}
.u-stroke-color-176 {
stroke: #176 !important;
}
.u-background-color-177 {
background-color: #177 !important;
}
.u-border-color-177 {
border-color: #177 !important;
}
.u-text-color-177 {
color: #177 !important;
}
.u-fill-color-177 {
fill: #177 !important;
}
.u-stroke-color-177 {
stroke: #177 !important;
}
.u-background-color-178 {
background-color: #178 !important;
}
.u-border-color-178 {
border-color: #178 !important;
}
.u-text-color-178 {
color: #178 !important;
}
.u-fill-color-178 {
fill: #178 !important;
}
.u-stroke-color-178 {
stroke: #178 !important;
}
.u-background-color-179 {
background-color: #179 !important;
}
.u-border-color-179 {
border-color: #179 !important;
}
.u-text-color-179 {
color: #179 !important;
}
.u-fill-color-179 {
fill: #179 !important;
}
.u-stroke-color-179 {
stroke: #179 !important;
}
.u-background-color-180 {
background-color: #180 !important;
}
.u-border-color-180 {
border-color: #180 !important;
}
.u-text-color-180 {
color: #180 !important;
}
.u-fill-color-180 {
fill: #180 !important;
}
.u-stroke-color-180 {
stroke: #180 !important;
}
.u-background-color-181 {
background-color: #181 !important;
}
.u-border-color-181 {
border-color: #181 !important;
}
.u-text-color-181 {
color: #181 !important;
}
.u-fill-color-181 {
fill: #181 !important;
}
.u-stroke-color-181 {
stroke: #181 !important;
}
.u-background-color-182 {
background-color: #182 !important;
}
.u-border-color-182 {
border-color: #182 !important;
}
.u-text-color-182 {
color: #182 !important;
}
.u-fill-color-182 {
fill: #182 !important;
}
.u-stroke-color-182 {
stroke: #182 !important;
}
.u-background-color-183 {
background-color: #183 !important;
}
.u-border-color-183 {
border-color: #183 !important;
}
.u-text-color-183 {
color: #183 !important;
}
.u-fill-color-183 {
fill: #183 !important;
}
.u-stroke-color-183 {
stroke: #183 !important;
}
.u-background-color-184 {
background-color: #184 !important;
}
.u-border-color-184 {
border-color: #184 !important;
}
.u-text-color-184 {
color: #184 !important;
}
.u-fill-color-184 {
fill: #184 !important;
}
.u-stroke-color-184 {
stroke: #184 !important;
}
.u-background-color-185 {
background-color: #185 !important;
}
.u-border-color-185 {
border-color: #185 !important;
}
.u-text-color-185 {
color: #185 !important;
}
.u-fill-color-185 {
fill: #185 !important;
}
.u-stroke-color-185 {
stroke: #185 !important;
}
.u-background-color-186 {
background-color: #186 !important;
}
.u-border-color-186 {
border-color: #186 !important;
}
.u-text-color-186 {
color: #186 !important;
}
.u-fill-color-186 {
fill: #186 !important;
}
.u-stroke-color-186 {
stroke: #186 !important;
}
.u-background-color-187 {
background-color: #187 !important;
}
.u-border-color-187 {
border-color: #187 !important;
}
.u-text-color-187 {
color: #187 !important;
}
.u-fill-color-187 {
fill: #187 !important;
}
.u-stroke-color-187 {
stroke: #187 !important;
}
.u-background-color-188 {
background-color: #188 !important;
}
.u-border-color-188 {
border-color: #188 !important;
}
.u-text-color-188 {
color: #188 !important;
}
.u-fill-color-188 {
fill: #188 !important;
}
.u-stroke-color-188 {
stroke: #188 !important;
}
.u-background-color-189 {
background-color: #189 !important;
}
.u-border-color-189 {
border-color: #189 !important;
}
.u-text-color-189 {
color: #189 !important;
}
.u-fill-color-189 {
fill: #189 !important;
}
.u-stroke-color-189 {
stroke: #189 !important;
}
.u-background-color-190 {
background-color: #190 !important;
}
.u-border-color-190 {
border-color: #190 !important;
}
.u-text-color-190 {
color: #190 !important;
}
.u-fill-color-190 {
fill: #190 !important;
}
.u-stroke-color-190 {
stroke: #190 !important;
}
.u-background-color-191 {
background-color: #191 !important;
}
.u-border-color-191 {
border-color: #191 !important;
}
.u-text-color-191 {
color: #191 !important;
}
.u-fill-color-191 {
fill: #191 !important;
}
.u-stroke-color-191 {
stroke: #191 !important;
}
.u-background-color-192 {
background-color: #192 !important;
}
.u-border-color-192 {
border-color: #192 !important;
}
.u-text-color-192 {
color: #192 !important;
}
.u-fill-color-192 {
fill: #192 !important;
}
.u-stroke-color-192 {
stroke: #192 !important;
}
.u-background-color-193 {
background-color: #193 !important;
}
.u-border-color-193 {
border-color: #193 !important;
}
.u-text-color-193 {
color: #193 !important;
}
.u-fill-color-193 {
fill: #193 !important;
}
.u-stroke-color-193 {
stroke: #193 !important;
}
.u-background-color-194 {
background-color: #194 !important;
}
.u-border-color-194 {
border-color: #194 !important;
}
.u-text-color-194 {
color: #194 !important;
}
.u-fill-color-194 {
fill: #194 !important;
}
.u-stroke-color-194 {
stroke: #194 !important;
}
.u-background-color-195 {
background-color: #195 !important;
}
.u-border-color-195 {
border-color: #195 !important;
}
.u-text-color-195 {
color: #195 !important;
}
.u-fill-color-195 {
fill: #195 !important;
}
.u-stroke-color-195 {
stroke: #195 !important;
}
.u-background-color-196 {
background-color: #196 !important;
}
.u-border-color-196 {
border-color: #196 !important;
}
.u-text-color-196 {
color: #196 !important;
}
.u-fill-color-196 {
fill: #196 !important;
}
.u-stroke-color-196 {
stroke: #196 !important;
}
.u-background-color-197 {
background-color: #197 !important;
}
.u-border-color-197 {
border-color: #197 !important;
}
.u-text-color-197 {
color: #197 !important;
}
.u-fill-color-197 {
fill: #197 !important;
}
.u-stroke-color-197 {
stroke: #197 !important;
}
.u-background-color-198 {
background-color: #198 !important;
}
.u-border-color-198 {
border-color: #198 !important;
}
.u-text-color-198 {
color: #198 !important;
}
.u-fill-color-198 {
fill: #198 !important;
}
.u-stroke-color-198 {
stroke: #198 !important;
}
.u-background-color-199 {
background-color: #199 !important;
}
.u-border-color-199 {
border-color: #199 !important;
}
.u-text-color-199 {
color: #199 !important;
}
.u-fill-color-199 {
fill: #199 !important;
}
.u-stroke-color-199 {
stroke: #199 !important;
}
.u-background-color-200 {
background-color: #200 !important;
}
.u-border-color-200 {
border-color: #200 !important;
}
.u-text-color-200 {
color: #200 !important;
}
.u-fill-color-200 {
fill: #200 !important;
}
.u-stroke-color-200 {
stroke: #200 !important;
}
.u-background-color-201 {
background-color: #201 !important;
}
.u-border-color-201 {
border-color: #201 !important;
}
.u-text-color-201 {
color: #201 !important;
}
.u-fill-color-201 {
fill: #201 !important;
}
.u-stroke-color-201 {
stroke: #201 !important;
}
.u-background-color-202 {
background-color: #202 !important;
}
.u-border-color-202 {
border-color: #202 !important;
}
.u-text-color-202 {
color: #202 !important;
}
.u-fill-color-202 {
fill: #202 !important;
}
.u-stroke-color-202 {
stroke: #202 !important;
}
.u-background-color-203 {
background-color: #203 !important;
}
.u-border-color-203 {
border-color: #203 !important;
}
.u-text-color-203 {
color: #203 !important;
}
.u-fill-color-203 {
fill: #203 !important;
}
.u-stroke-color-203 {
stroke: #203 !important;
}
.u-background-color-204 {
background-color: #204 !important;
}
.u-border-color-204 {
border-color: #204 !important;
}
.u-text-color-204 {
color: #204 !important;
}
.u-fill-color-204 {
fill: #204 !important;
}
.u-stroke-color-204 {
stroke: #204 !important;
}
.u-background-color-205 {
background-color: #205 !important;
}
.u-border-color-205 {
border-color: #205 !important;
}
.u-text-color-205 {
color: #205 !important;
}
.u-fill-color-205 {
fill: #205 !important;
}
.u-stroke-color-205 {
stroke: #205 !important;
}
.u-background-color-206 {
background-color: #206 !important;
}
.u-border-color-206 {
border-color: #206 !important;
}
.u-text-color-206 {
color: #206 !important;
}
.u-fill-color-206 {
fill: #206 !important;
}
.u-stroke-color-206 {
stroke: #206 !important;
}
.u-background-color-207 {
background-color: #207 !important;
}
.u-border-color-207 {
border-color: #207 !important;
}
.u-text-color-207 {
color: #207 !important;
}
.u-fill-color-207 {
fill: #207 !important;
}
.u-stroke-color-207 {
stroke: #207 !important;
}
.u-background-color-208 {
background-color: #208 !important;
}
.u-border-color-208 {
border-color: #208 !important;
}
.u-text-color-208 {
color: #208 !important;
}
.u-fill-color-208 {
fill: #208 !important;
}
.u-stroke-color-208 {
stroke: #208 !important;
}
.u-background-color-209 {
background-color: #209 !important;
}
.u-border-color-209 {
border-color: #209 !important;
}
.u-text-color-209 {
color: #209 !important;
}
.u-fill-color-209 {
fill: #209 !important;
}
.u-stroke-color-209 {
stroke: #209 !important;
}
.u-background-color-210 {
background-color: #210 !important;
}
.u-border-color-210 {
border-color: #210 !important;
}
.u-text-color-210 {
color: #210 !important;
}
.u-fill-color-210 {
fill: #210 !important;
}
.u-stroke-color-210 {
stroke: #210 !important;
}
.u-background-color-211 {
background-color: #211 !important;
}
.u-border-color-211 {
border-color: #211 !important;
}
.u-text-color-211 {
color: #211 !important;
}
.u-fill-color-211 {
fill: #211 !important;
}
.u-stroke-color-211 {
stroke: #211 !important;
}
.u-background-color-212 {
background-color: #212 !important;
}
.u-border-color-212 {
border-color: #212 !important;
}
.u-text-color-212 {
color: #212 !important;
}
.u-fill-color-212 {
fill: #212 !important;
}
.u-stroke-color-212 {
stroke: #212 !important;
}
.u-background-color-213 {
background-color: #213 !important;
}
.u-border-color-213 {
border-color: #213 !important;
}
.u-text-color-213 {
color: #213 !important;
}
.u-fill-color-213 {
fill: #213 !important;
}
.u-stroke-color-213 {
stroke: #213 !important;
}
.u-background-color-214 {
background-color: #214 !important;
}
.u-border-color-214 {
border-color: #214 !important;
}
.u-text-color-214 {
color: #214 !important;
}
.u-fill-color-214 {
fill: #214 !important;
}
.u-stroke-color-214 {
stroke: #214 !important;
}
.u-background-color-215 {
background-color: #215 !important;
}
.u-border-color-215 {
border-color: #215 !important;
}
.u-text-color-215 {
color: #215 !important;
}
.u-fill-color-215 {
fill: #215 !important;
}
.u-stroke-color-215 {
stroke: #215 !important;
}
.u-background-color-216 {
background-color: #216 !important;
}
.u-border-color-216 {
border-color: #216 !important;
}
.u-text-color-216 {
color: #216 !important;
}
.u-fill-color-216 {
fill: #216 !important;
}
.u-stroke-color-216 {
stroke: #216 !important;
}
.u-background-color-217 {
background-color: #217 !important;
}
.u-border-color-217 {
border-color: #217 !important;
}
.u-text-color-217 {
color: #217 !important;
}
.u-fill-color-217 {
fill: #217 !important;
}
.u-stroke-color-217 {
stroke: #217 !important;
}
.u-background-color-218 {
background-color: #218 !important;
}
.u-border-color-218 {
border-color: #218 !important;
}
.u-text-color-218 {
color: #218 !important;
}
.u-fill-color-218 {
fill: #218 !important;
}
.u-stroke-color-218 {
stroke: #218 !important;
}
.u-background-color-219 {
background-color: #219 !important;
}
.u-border-color-219 {
border-color: #219 !important;
}
.u-text-color-219 {
color: #219 !important;
}
.u-fill-color-219 {
fill: #219 !important;
}
.u-stroke-color-219 {
stroke: #219 !important;
}
.u-background-color-220 {
background-color: #220 !important;
}
.u-border-color-220 {
border-color: #220 !important;
}
.u-text-color-220 {
color: #220 !important;
}
.u-fill-color-220 {
fill: #220 !important;
}
.u-stroke-color-220 {
stroke: #220 !important;
}
.u-background-color-221 {
background-color: #221 !important;
}
.u-border-color-221 {
border-color: #221 !important;
}
.u-text-color-221 {
color: #221 !important;
}
.u-fill-color-221 {
fill: #221 !important;
}
.u-stroke-color-221 {
stroke: #221 !important;
}
.u-background-color-222 {
background-color: #222 !important;
}
.u-border-color-222 {
border-color: #222 !important;
}
.u-text-color-222 {
color: #222 !important;
}
.u-fill-color-222 {
fill: #222 !important;
}
.u-stroke-color-222 {
stroke: #222 !important;
}
.u-background-color-223 {
background-color: #223 !important;
}
.u-border-color-223 {
border-color: #223 !important;
}
.u-text-color-223 {
color: #223 !important;
}
.u-fill-color-223 {
fill: #223 !important;
}
.u-stroke-color-223 {
stroke: #223 !important;
}
.u-background-color-224 {
background-color: #224 !important;
}
.u-border-color-224 {
border-color: #224 !important;
}
.u-text-color-224 {
color: #224 !important;
}
.u-fill-color-224 {
fill: #224 !important;
}
.u-stroke-color-224 {
stroke: #224 !important;
}
.u-background-color-225 {
background-color: #225 !important;
}
.u-border-color-225 {
border-color: #225 !important;
}
.u-text-color-225 {
color: #225 !important;
}
.u-fill-color-225 {
fill: #225 !important;
}
.u-stroke-color-225 {
stroke: #225 !important;
}
.u-background-color-226 {
background-color: #226 !important;
}
.u-border-color-226 {
border-color: #226 !important;
}
.u-text-color-226 {
color: #226 !important;
}
.u-fill-color-226 {
fill: #226 !important;
}
.u-stroke-color-226 {
stroke: #226 !important;
}
.u-background-color-227 {
background-color: #227 !important;
}
.u-border-color-227 {
border-color: #227 !important;
}
.u-text-color-227 {
color: #227 !important;
}
.u-fill-color-227 {
fill: #227 !important;
}
.u-stroke-color-227 {
stroke: #227 !important;
}
.u-background-color-228 {
background-color: #228 !important;
}
.u-border-color-228 {
border-color: #228 !important;
}
.u-text-color-228 {
color: #228 !important;
}
.u-fill-color-228 {
fill: #228 !important;
}
.u-stroke-color-228 {
stroke: #228 !important;
}
.u-background-color-229 {
background-color: #229 !important;
}
.u-border-color-229 {
border-color: #229 !important;
}
.u-text-color-229 {
color: #229 !important;
}
.u-fill-color-229 {
fill: #229 !important;
}
.u-stroke-color-229 {
stroke: #229 !important;
}
.u-background-color-230 {
background-color: #230 !important;
}
.u-border-color-230 {
border-color: #230 !important;
}
.u-text-color-230 {
color: #230 !important;
}
.u-fill-color-230 {
fill: #230 !important;
}
.u-stroke-color-230 {
stroke: #230 !important;
}
.u-background-color-231 {
background-color: #231 !important;
}
.u-border-color-231 {
border-color: #231 !important;
}
.u-text-color-231 {
color: #231 !important;
}
.u-fill-color-231 {
fill: #231 !important;
}
.u-stroke-color-231 {
stroke: #231 !important;
}
.u-background-color-232 {
background-color: #232 !important;
}
.u-border-color-232 {
border-color: #232 !important;
}
.u-text-color-232 {
color: #232 !important;
}
.u-fill-color-232 {
fill: #232 !important;
}
.u-stroke-color-232 {
stroke: #232 !important;
}
.u-background-color-233 {
background-color: #233 !important;
}
.u-border-color-233 {
border-color: #233 !important;
}
.u-text-color-233 {
color: #233 !important;
}
.u-fill-color-233 {
fill: #233 !important;
}
.u-stroke-color-233 {
stroke: #233 !important;
}
.u-background-color-234 {
background-color: #234 !important;
}
.u-border-color-234 {
border-color: #234 !important;
}
.u-text-color-234 {
color: #234 !important;
}
.u-fill-color-234 {
fill: #234 !important;
}
.u-stroke-color-234 {
stroke: #234 !important;
}
.u-background-color-235 {
background-color: #235 !important;
}
.u-border-color-235 {
border-color: #235 !important;
}
.u-text-color-235 {
color: #235 !important;
}
.u-fill-color-235 {
fill: #235 !important;
}
.u-stroke-color-235 {
stroke: #235 !important;
}
.u-background-color-236 {
background-color: #236 !important;
}
.u-border-color-236 {
border-color: #236 !important;
}
.u-text-color-236 {
color: #236 !important;
}
.u-fill-color-236 {
fill: #236 !important;
}
.u-stroke-color-236 {
stroke: #236 !important;
}
.u-background-color-237 {
background-color: #237 !important;
}
.u-border-color-237 {
border-color: #237 !important;
}
.u-text-color-237 {
color: #237 !important;
}
.u-fill-color-237 {
fill: #237 !important;
}
.u-stroke-color-237 {
stroke: #237 !important;
}
.u-background-color-238 {
background-color: #238 !important;
}
.u-border-color-238 {
border-color: #238 !important;
}
.u-text-color-238 {
color: #238 !important;
}
.u-fill-color-238 {
fill: #238 !important;
}
.u-stroke-color-238 {
stroke: #238 !important;
}
.u-background-color-239 {
background-color: #239 !important;
}
.u-border-color-239 {
border-color: #239 !important;
}
.u-text-color-239 {
color: #239 !important;
}
.u-fill-color-239 {
fill: #239 !important;
}
.u-stroke-color-239 {
stroke: #239 !important;
}
.u-background-color-240 {
background-color: #240 !important;
}
.u-border-color-240 {
border-color: #240 !important;
}
.u-text-color-240 {
color: #240 !important;
}
.u-fill-color-240 {
fill: #240 !important;
}
.u-stroke-color-240 {
stroke: #240 !important;
}
.u-background-color-241 {
background-color: #241 !important;
}
.u-border-color-241 {
border-color: #241 !important;
}
.u-text-color-241 {
color: #241 !important;
}
.u-fill-color-241 {
fill: #241 !important;
}
.u-stroke-color-241 {
stroke: #241 !important;
}
.u-background-color-242 {
background-color: #242 !important;
}
.u-border-color-242 {
border-color: #242 !important;
}
.u-text-color-242 {
color: #242 !important;
}
.u-fill-color-242 {
fill: #242 !important;
}
.u-stroke-color-242 {
stroke: #242 !important;
}
.u-background-color-243 {
background-color: #243 !important;
}
.u-border-color-243 {
border-color: #243 !important;
}
.u-text-color-243 {
color: #243 !important;
}
.u-fill-color-243 {
fill: #243 !important;
}
.u-stroke-color-243 {
stroke: #243 !important;
}
.u-background-color-244 {
background-color: #244 !important;
}
.u-border-color-244 {
border-color: #244 !important;
}
.u-text-color-244 {
color: #244 !important;
}
.u-fill-color-244 {
fill: #244 !important;
}
.u-stroke-color-244 {
stroke: #244 !important;
}
.u-background-color-245 {
background-color: #245 !important;
}
.u-border-color-245 {
border-color: #245 !important;
}
.u-text-color-245 {
color: #245 !important;
}
.u-fill-color-245 {
fill: #245 !important;
}
.u-stroke-color-245 {
stroke: #245 !important;
}
.u-background-color-246 {
background-color: #246 !important;
}
.u-border-color-246 {
border-color: #246 !important;
}
.u-text-color-246 {
color: #246 !important;
}
.u-fill-color-246 {
fill: #246 !important;
}
.u-stroke-color-246 {
stroke: #246 !important;
}
.u-background-color-247 {
background-color: #247 !important;
}
.u-border-color-247 {
border-color: #247 !important;
}
.u-text-color-247 {
color: #247 !important;
}
.u-fill-color-247 {
fill: #247 !important;
}
.u-stroke-color-247 {
stroke: #247 !important;
}
.u-background-color-248 {
background-color: #248 !important;
}
.u-border-color-248 {
border-color: #248 !important;
}
.u-text-color-248 {
color: #248 !important;
}
.u-fill-color-248 {
fill: #248 !important;
}
.u-stroke-color-248 {
stroke: #248 !important;
}
.u-background-color-249 {
background-color: #249 !important;
}
.u-border-color-249 {
border-color: #249 !important;
}
.u-text-color-249 {
color: #249 !important;
}
.u-fill-color-249 {
fill: #249 !important;
}
.u-stroke-color-249 {
stroke: #249 !important;
}
.u-background-color-250 {
background-color: #250 !important;
}
.u-border-color-250 {
border-color: #250 !important;
}
.u-text-color-250 {
color: #250 !important;
}
.u-fill-color-250 {
fill: #250 !important;
}
.u-stroke-color-250 {
stroke: #250 !important;
}
.u-background-color-251 {
background-color: #251 !important;
}
.u-border-color-251 {
border-color: #251 !important;
}
.u-text-color-251 {
color: #251 !important;
}
.u-fill-color-251 {
fill: #251 !important;
}
.u-stroke-color-251 {
stroke: #251 !important;
}
.u-background-color-252 {
background-color: #252 !important;
}
.u-border-color-252 {
border-color: #252 !important;
}
.u-text-color-252 {
color: #252 !important;
}
.u-fill-color-252 {
fill: #252 !important;
}
.u-stroke-color-252 {
stroke: #252 !important;
}
.u-background-color-253 {
background-color: #253 !important;
}
.u-border-color-253 {
border-color: #253 !important;
}
.u-text-color-253 {
color: #253 !important;
}
.u-fill-color-253 {
fill: #253 !important;
}
.u-stroke-color-253 {
stroke: #253 !important;
}
.u-background-color-254 {
background-color: #254 !important;
}
.u-border-color-254 {
border-color: #254 !important;
}
.u-text-color-254 {
color: #254 !important;
}
.u-fill-color-254 {
fill: #254 !important;
}
.u-stroke-color-254 {
stroke: #254 !important;
}
.u-background-color-255 {
background-color: #255 !important;
}
.u-border-color-255 {
border-color: #255 !important;
}
.u-text-color-255 {
color: #255 !important;
}
.u-fill-color-255 {
fill: #255 !important;
}
.u-stroke-color-255 {
stroke: #255 !important;
}
.u-background-color-256 {
background-color: #256 !important;
}
.u-border-color-256 {
border-color: #256 !important;
}
.u-text-color-256 {
color: #256 !important;
}
.u-fill-color-256 {
fill: #256 !important;
}
.u-stroke-color-256 {
stroke: #256 !important;
}
.u-background-color-257 {
background-color: #257 !important;
}
.u-border-color-257 {
border-color: #257 !important;
}
.u-text-color-257 {
color: #257 !important;
}
.u-fill-color-257 {
fill: #257 !important;
}
.u-stroke-color-257 {
stroke: #257 !important;
}
.u-background-color-258 {
background-color: #258 !important;
}
.u-border-color-258 {
border-color: #258 !important;
}
.u-text-color-258 {
color: #258 !important;
}
.u-fill-color-258 {
fill: #258 !important;
}
.u-stroke-color-258 {
stroke: #258 !important;
}
.u-background-color-259 {
background-color: #259 !important;
}
.u-border-color-259 {
border-color: #259 !important;
}
.u-text-color-259 {
color: #259 !important;
}
.u-fill-color-259 {
fill: #259 !important;
}
.u-stroke-color-259 {
stroke: #259 !important;
}
.u-background-color-260 {
background-color: #260 !important;
}
.u-border-color-260 {
border-color: #260 !important;
}
.u-text-color-260 {
color: #260 !important;
}
.u-fill-color-260 {
fill: #260 !important;
}
.u-stroke-color-260 {
stroke: #260 !important;
}
.u-background-color-261 {
background-color: #261 !important;
}
.u-border-color-261 {
border-color: #261 !important;
}
.u-text-color-261 {
color: #261 !important;
}
.u-fill-color-261 {
fill: #261 !important;
}
.u-stroke-color-261 {
stroke: #261 !important;
}
.u-background-color-262 {
background-color: #262 !important;
}
.u-border-color-262 {
border-color: #262 !important;
}
.u-text-color-262 {
color: #262 !important;
}
.u-fill-color-262 {
fill: #262 !important;
}
.u-stroke-color-262 {
stroke: #262 !important;
}
.u-background-color-263 {
background-color: #263 !important;
}
.u-border-color-263 {
border-color: #263 !important;
}
.u-text-color-263 {
color: #263 !important;
}
.u-fill-color-263 {
fill: #263 !important;
}
.u-stroke-color-263 {
stroke: #263 !important;
}
.u-background-color-264 {
background-color: #264 !important;
}
.u-border-color-264 {
border-color: #264 !important;
}
.u-text-color-264 {
color: #264 !important;
}
.u-fill-color-264 {
fill: #264 !important;
}
.u-stroke-color-264 {
stroke: #264 !important;
}
.u-background-color-265 {
background-color: #265 !important;
}
.u-border-color-265 {
border-color: #265 !important;
}
.u-text-color-265 {
color: #265 !important;
}
.u-fill-color-265 {
fill: #265 !important;
}
.u-stroke-color-265 {
stroke: #265 !important;
}
.u-background-color-266 {
background-color: #266 !important;
}
.u-border-color-266 {
border-color: #266 !important;
}
.u-text-color-266 {
color: #266 !important;
}
.u-fill-color-266 {
fill: #266 !important;
}
.u-stroke-color-266 {
stroke: #266 !important;
}
.u-background-color-267 {
background-color: #267 !important;
}
.u-border-color-267 {
border-color: #267 !important;
}
.u-text-color-267 {
color: #267 !important;
}
.u-fill-color-267 {
fill: #267 !important;
}
.u-stroke-color-267 {
stroke: #267 !important;
}
.u-background-color-268 {
background-color: #268 !important;
}
.u-border-color-268 {
border-color: #268 !important;
}
.u-text-color-268 {
color: #268 !important;
}
.u-fill-color-268 {
fill: #268 !important;
}
.u-stroke-color-268 {
stroke: #268 !important;
}
.u-background-color-269 {
background-color: #269 !important;
}
.u-border-color-269 {
border-color: #269 !important;
}
.u-text-color-269 {
color: #269 !important;
}
.u-fill-color-269 {
fill: #269 !important;
}
.u-stroke-color-269 {
stroke: #269 !important;
}
.u-background-color-270 {
background-color: #270 !important;
}
.u-border-color-270 {
border-color: #270 !important;
}
.u-text-color-270 {
color: #270 !important;
}
.u-fill-color-270 {
fill: #270 !important;
}
.u-stroke-color-270 {
stroke: #270 !important;
}
.u-background-color-271 {
background-color: #271 !important;
}
.u-border-color-271 {
border-color: #271 !important;
}
.u-text-color-271 {
color: #271 !important;
}
.u-fill-color-271 {
fill: #271 !important;
}
.u-stroke-color-271 {
stroke: #271 !important;
}
.u-background-color-272 {
background-color: #272 !important;
}
.u-border-color-272 {
border-color: #272 !important;
}
.u-text-color-272 {
color: #272 !important;
}
.u-fill-color-272 {
fill: #272 !important;
}
.u-stroke-color-272 {
stroke: #272 !important;
}
.u-background-color-273 {
background-color: #273 !important;
}
.u-border-color-273 {
border-color: #273 !important;
}
.u-text-color-273 {
color: #273 !important;
}
.u-fill-color-273 {
fill: #273 !important;
}
.u-stroke-color-273 {
stroke: #273 !important;
}
.u-background-color-274 {
background-color: #274 !important;
}
.u-border-color-274 {
border-color: #274 !important;
}
.u-text-color-274 {
color: #274 !important;
}
.u-fill-color-274 {
fill: #274 !important;
}
.u-stroke-color-274 {
stroke: #274 !important;
}
.u-background-color-275 {
background-color: #275 !important;
}
.u-border-color-275 {
border-color: #275 !important;
}
.u-text-color-275 {
color: #275 !important;
}
.u-fill-color-275 {
fill: #275 !important;
}
.u-stroke-color-275 {
stroke: #275 !important;
}
.u-background-color-276 {
background-color: #276 !important;
}
.u-border-color-276 {
border-color: #276 !important;
}
.u-text-color-276 {
color: #276 !important;
}
.u-fill-color-276 {
fill: #276 !important;
}
.u-stroke-color-276 {
stroke: #276 !important;
}
.u-background-color-277 {
background-color: #277 !important;
}
.u-border-color-277 {
border-color: #277 !important;
}
.u-text-color-277 {
color: #277 !important;
}
.u-fill-color-277 {
fill: #277 !important;
}
.u-stroke-color-277 {
stroke: #277 !important;
}
.u-background-color-278 {
background-color: #278 !important;
}
.u-border-color-278 {
border-color: #278 !important;
}
.u-text-color-278 {
color: #278 !important;
}
.u-fill-color-278 {
fill: #278 !important;
}
.u-stroke-color-278 {
stroke: #278 !important;
}
.u-background-color-279 {
background-color: #279 !important;
}
.u-border-color-279 {
border-color: #279 !important;
}
.u-text-color-279 {
color: #279 !important;
}
.u-fill-color-279 {
fill: #279 !important;
}
.u-stroke-color-279 {
stroke: #279 !important;
}
.u-background-color-280 {
background-color: #280 !important;
}
.u-border-color-280 {
border-color: #280 !important;
}
.u-text-color-280 {
color: #280 !important;
}
.u-fill-color-280 {
fill: #280 !important;
}
.u-stroke-color-280 {
stroke: #280 !important;
}
.u-background-color-281 {
background-color: #281 !important;
}
.u-border-color-281 {
border-color: #281 !important;
}
.u-text-color-281 {
color: #281 !important;
}
.u-fill-color-281 {
fill: #281 !important;
}
.u-stroke-color-281 {
stroke: #281 !important;
}
.u-background-color-282 {
background-color: #282 !important;
}
.u-border-color-282 {
border-color: #282 !important;
}
.u-text-color-282 {
color: #282 !important;
}
.u-fill-color-282 {
fill: #282 !important;
}
.u-stroke-color-282 {
stroke: #282 !important;
}
.u-background-color-283 {
background-color: #283 !important;
}
.u-border-color-283 {
border-color: #283 !important;
}
.u-text-color-283 {
color: #283 !important;
}
.u-fill-color-283 {
fill: #283 !important;
}
.u-stroke-color-283 {
stroke: #283 !important;
}
.u-background-color-284 {
background-color: #284 !important;
}
.u-border-color-284 {
border-color: #284 !important;
}
.u-text-color-284 {
color: #284 !important;
}
.u-fill-color-284 {
fill: #284 !important;
}
.u-stroke-color-284 {
stroke: #284 !important;
}
.u-background-color-285 {
background-color: #285 !important;
}
.u-border-color-285 {
border-color: #285 !important;
}
.u-text-color-285 {
color: #285 !important;
}
.u-fill-color-285 {
fill: #285 !important;
}
.u-stroke-color-285 {
stroke: #285 !important;
}
.u-background-color-286 {
background-color: #286 !important;
}
.u-border-color-286 {
border-color: #286 !important;
}
.u-text-color-286 {
color: #286 !important;
}
.u-fill-color-286 {
fill: #286 !important;
}
.u-stroke-color-286 {
stroke: #286 !important;
}
.u-background-color-287 {
background-color: #287 !important;
}
.u-border-color-287 {
border-color: #287 !important;
}
.u-text-color-287 {
color: #287 !important;
}
.u-fill-color-287 {
fill: #287 !important;
}
.u-stroke-color-287 {
stroke: #287 !important;
}
.u-background-color-288 {
background-color: #288 !important;
}
.u-border-color-288 {
border-color: #288 !important;
}
.u-text-color-288 {
color: #288 !important;
}
.u-fill-color-288 {
fill: #288 !important;
}
.u-stroke-color-288 {
stroke: #288 !important;
}
.u-background-color-289 {
background-color: #289 !important;
}
.u-border-color-289 {
border-color: #289 !important;
}
.u-text-color-289 {
color: #289 !important;
}
.u-fill-color-289 {
fill: #289 !important;
}
.u-stroke-color-289 {
stroke: #289 !important;
}
.u-background-color-290 {
background-color: #290 !important;
}
.u-border-color-290 {
border-color: #290 !important;
}
.u-text-color-290 {
color: #290 !important;
}
.u-fill-color-290 {
fill: #290 !important;
}
.u-stroke-color-290 {
stroke: #290 !important;
}
.u-background-color-291 {
background-color: #291 !important;
}
.u-border-color-291 {
border-color: #291 !important;
}
.u-text-color-291 {
color: #291 !important;
}
.u-fill-color-291 {
fill: #291 !important;
}
.u-stroke-color-291 {
stroke: #291 !important;
}
.u-background-color-292 {
background-color: #292 !important;
}
.u-border-color-292 {
border-color: #292 !important;
}
.u-text-color-292 {
color: #292 !important;
}
.u-fill-color-292 {
fill: #292 !important;
}
.u-stroke-color-292 {
stroke: #292 !important;
}
.u-background-color-293 {
background-color: #293 !important;
}
.u-border-color-293 {
border-color: #293 !important;
}
.u-text-color-293 {
color: #293 !important;
}
.u-fill-color-293 {
fill: #293 !important;
}
.u-stroke-color-293 {
stroke: #293 !important;
}
.u-background-color-294 {
background-color: #294 !important;
}
.u-border-color-294 {
border-color: #294 !important;
}
.u-text-color-294 {
color: #294 !important;
}
.u-fill-color-294 {
fill: #294 !important;
}
.u-stroke-color-294 {
stroke: #294 !important;
}
.u-background-color-295 {
background-color: #295 !important;
}
.u-border-color-295 {
border-color: #295 !important;
}
.u-text-color-295 {
color: #295 !important;
}
.u-fill-color-295 {
fill: #295 !important;
}
.u-stroke-color-295 {
stroke: #295 !important;
}
.u-background-color-296 {
background-color: #296 !important;
}
.u-border-color-296 {
border-color: #296 !important;
}
.u-text-color-296 {
color: #296 !important;
}
.u-fill-color-296 {
fill: #296 !important;
}
.u-stroke-color-296 {
stroke: #296 !important;
}
.u-background-color-297 {
background-color: #297 !important;
}
.u-border-color-297 {
border-color: #297 !important;
}
.u-text-color-297 {
color: #297 !important;
}
.u-fill-color-297 {
fill: #297 !important;
}
.u-stroke-color-297 {
stroke: #297 !important;
}
.u-background-color-298 {
background-color: #298 !important;
}
.u-border-color-298 {
border-color: #298 !important;
}
.u-text-color-298 {
color: #298 !important;
}
.u-fill-color-298 {
fill: #298 !important;
}
.u-stroke-color-298 {
stroke: #298 !important;
}
.u-background-color-299 {
background-color: #299 !important;
}
.u-border-color-299 {
border-color: #299 !important;
}
.u-text-color-299 {
color: #299 !important;
}
.u-fill-color-299 {
fill: #299 !important;
}
.u-stroke-color-299 {
stroke: #299 !important;
}
.u-background-color-300 {
background-color: #300 !important;
}
.u-border-color-300 {
border-color: #300 !important;
}
.u-text-color-300 {
color: #300 !important;
}
.u-fill-color-300 {
fill: #300 !important;
}
.u-stroke-color-300 {
stroke: #300 !important;
}
.u-background-color-301 {
background-color: #301 !important;
}
.u-border-color-301 {
border-color: #301 !important;
}
.u-text-color-301 {
color: #301 !important;
}
.u-fill-color-301 {
fill: #301 !important;
}
.u-stroke-color-301 {
stroke: #301 !important;
}
.u-background-color-302 {
background-color: #302 !important;
}
.u-border-color-302 {
border-color: #302 !important;
}
.u-text-color-302 {
color: #302 !important;
}
.u-fill-color-302 {
fill: #302 !important;
}
.u-stroke-color-302 {
stroke: #302 !important;
}
.u-background-color-303 {
background-color: #303 !important;
}
.u-border-color-303 {
border-color: #303 !important;
}
.u-text-color-303 {
color: #303 !important;
}
.u-fill-color-303 {
fill: #303 !important;
}
.u-stroke-color-303 {
stroke: #303 !important;
}
.u-background-color-304 {
background-color: #304 !important;
}
.u-border-color-304 {
border-color: #304 !important;
}
.u-text-color-304 {
color: #304 !important;
}
.u-fill-color-304 {
fill: #304 !important;
}
.u-stroke-color-304 {
stroke: #304 !important;
}
.u-background-color-305 {
background-color: #305 !important;
}
.u-border-color-305 {
border-color: #305 !important;
}
.u-text-color-305 {
color: #305 !important;
}
.u-fill-color-305 {
fill: #305 !important;
}
.u-stroke-color-305 {
stroke: #305 !important;
}
.u-background-color-306 {
background-color: #306 !important;
}
.u-border-color-306 {
border-color: #306 !important;
}
.u-text-color-306 {
color: #306 !important;
}
.u-fill-color-306 {
fill: #306 !important;
}
.u-stroke-color-306 {
stroke: #306 !important;
}
.u-background-color-307 {
background-color: #307 !important;
}
.u-border-color-307 {
border-color: #307 !important;
}
.u-text-color-307 {
color: #307 !important;
}
.u-fill-color-307 {
fill: #307 !important;
}
.u-stroke-color-307 {
stroke: #307 !important;
}
.u-background-color-308 {
background-color: #308 !important;
}
.u-border-color-308 {
border-color: #308 !important;
}
.u-text-color-308 {
color: #308 !important;
}
.u-fill-color-308 {
fill: #308 !important;
}
.u-stroke-color-308 {
stroke: #308 !important;
}
.u-background-color-309 {
background-color: #309 !important;
}
.u-border-color-309 {
border-color: #309 !important;
}
.u-text-color-309 {
color: #309 !important;
}
.u-fill-color-309 {
fill: #309 !important;
}
.u-stroke-color-309 {
stroke: #309 !important;
}
.u-background-color-310 {
background-color: #310 !important;
}
.u-border-color-310 {
border-color: #310 !important;
}
.u-text-color-310 {
color: #310 !important;
}
.u-fill-color-310 {
fill: #310 !important;
}
.u-stroke-color-310 {
stroke: #310 !important;
}
.u-background-color-311 {
background-color: #311 !important;
}
.u-border-color-311 {
border-color: #311 !important;
}
.u-text-color-311 {
color: #311 !important;
}
.u-fill-color-311 {
fill: #311 !important;
}
.u-stroke-color-311 {
stroke: #311 !important;
}
.u-background-color-312 {
background-color: #312 !important;
}
.u-border-color-312 {
border-color: #312 !important;
}
.u-text-color-312 {
color: #312 !important;
}
.u-fill-color-312 {
fill: #312 !important;
}
.u-stroke-color-312 {
stroke: #312 !important;
}
.u-background-color-313 {
background-color: #313 !important;
}
.u-border-color-313 {
border-color: #313 !important;
}
.u-text-color-313 {
color: #313 !important;
}
.u-fill-color-313 {
fill: #313 !important;
}
.u-stroke-color-313 {
stroke: #313 !important;
}
.u-background-color-314 {
background-color: #314 !important;
}
.u-border-color-314 {
border-color: #314 !important;
}
.u-text-color-314 {
color: #314 !important;
}
.u-fill-color-314 {
fill: #314 !important;
}
.u-stroke-color-314 {
stroke: #314 !important;
}
.u-background-color-315 {
background-color: #315 !important;
}
.u-border-color-315 {
border-color: #315 !important;
}
.u-text-color-315 {
color: #315 !important;
}
.u-fill-color-315 {
fill: #315 !important;
}
.u-stroke-color-315 {
stroke: #315 !important;
}
.u-background-color-316 {
background-color: #316 !important;
}
.u-border-color-316 {
border-color: #316 !important;
}
.u-text-color-316 {
color: #316 !important;
}
.u-fill-color-316 {
fill: #316 !important;
}
.u-stroke-color-316 {
stroke: #316 !important;
}
.u-background-color-317 {
background-color: #317 !important;
}
.u-border-color-317 {
border-color: #317 !important;
}
.u-text-color-317 {
color: #317 !important;
}
.u-fill-color-317 {
fill: #317 !important;
}
.u-stroke-color-317 {
stroke: #317 !important;
}
.u-background-color-318 {
background-color: #318 !important;
}
.u-border-color-318 {
border-color: #318 !important;
}
.u-text-color-318 {
color: #318 !important;
}
.u-fill-color-318 {
fill: #318 !important;
}
.u-stroke-color-318 {
stroke: #318 !important;
}
.u-background-color-319 {
background-color: #319 !important;
}
.u-border-color-319 {
border-color: #319 !important;
}
.u-text-color-319 {
color: #319 !important;
}
.u-fill-color-319 {
fill: #319 !important;
}
.u-stroke-color-319 {
stroke: #319 !important;
}
.u-background-color-320 {
background-color: #320 !important;
}
.u-border-color-320 {
border-color: #320 !important;
}
.u-text-color-320 {
color: #320 !important;
}
.u-fill-color-320 {
fill: #320 !important;
}
.u-stroke-color-320 {
stroke: #320 !important;
}
.u-background-color-321 {
background-color: #321 !important;
}
.u-border-color-321 {
border-color: #321 !important;
}
.u-text-color-321 {
color: #321 !important;
}
.u-fill-color-321 {
fill: #321 !important;
}
.u-stroke-color-321 {
stroke: #321 !important;
}
.u-background-color-322 {
background-color: #322 !important;
}
.u-border-color-322 {
border-color: #322 !important;
}
.u-text-color-322 {
color: #322 !important;
}
.u-fill-color-322 {
fill: #322 !important;
}
.u-stroke-color-322 {
stroke: #322 !important;
}
.u-background-color-323 {
background-color: #323 !important;
}
.u-border-color-323 {
border-color: #323 !important;
}
.u-text-color-323 {
color: #323 !important;
}
.u-fill-color-323 {
fill: #323 !important;
}
.u-stroke-color-323 {
stroke: #323 !important;
}
.u-background-color-324 {
background-color: #324 !important;
}
.u-border-color-324 {
border-color: #324 !important;
}
.u-text-color-324 {
color: #324 !important;
}
.u-fill-color-324 {
fill: #324 !important;
}
.u-stroke-color-324 {
stroke: #324 !important;
}
.u-background-color-325 {
background-color: #325 !important;
}
.u-border-color-325 {
border-color: #325 !important;
}
.u-text-color-325 {
color: #325 !important;
}
.u-fill-color-325 {
fill: #325 !important;
}
.u-stroke-color-325 {
stroke: #325 !important;
}
.u-background-color-326 {
background-color: #326 !important;
}
.u-border-color-326 {
border-color: #326 !important;
}
.u-text-color-326 {
color: #326 !important;
}
.u-fill-color-326 {
fill: #326 !important;
}
.u-stroke-color-326 {
stroke: #326 !important;
}
.u-background-color-327 {
background-color: #327 !important;
}
.u-border-color-327 {
border-color: #327 !important;
}
.u-text-color-327 {
color: #327 !important;
}
.u-fill-color-327 {
fill: #327 !important;
}
.u-stroke-color-327 {
stroke: #327 !important;
}
.u-background-color-328 {
background-color: #328 !important;
}
.u-border-color-328 {
border-color: #328 !important;
}
.u-text-color-328 {
color: #328 !important;
}
.u-fill-color-328 {
fill: #328 !important;
}
.u-stroke-color-328 {
stroke: #328 !important;
}
.u-background-color-329 {
background-color: #329 !important;
}
.u-border-color-329 {
border-color: #329 !important;
}
.u-text-color-329 {
color: #329 !important;
}
.u-fill-color-329 {
fill: #329 !important;
}
.u-stroke-color-329 {
stroke: #329 !important;
}
.u-background-color-330 {
background-color: #330 !important;
}
.u-border-color-330 {
border-color: #330 !important;
}
.u-text-color-330 {
color: #330 !important;
}
.u-fill-color-330 {
fill: #330 !important;
}
.u-stroke-color-330 {
stroke: #330 !important;
}
.u-background-color-331 {
background-color: #331 !important;
}
.u-border-color-331 {
border-color: #331 !important;
}
.u-text-color-331 {
color: #331 !important;
}
.u-fill-color-331 {
fill: #331 !important;
}
.u-stroke-color-331 {
stroke: #331 !important;
}
.u-background-color-332 {
background-color: #332 !important;
}
.u-border-color-332 {
border-color: #332 !important;
}
.u-text-color-332 {
color: #332 !important;
}
.u-fill-color-332 {
fill: #332 !important;
}
.u-stroke-color-332 {
stroke: #332 !important;
}
.u-background-color-333 {
background-color: #333 !important;
}
.u-border-color-333 {
border-color: #333 !important;
}
.u-text-color-333 {
color: #333 !important;
}
.u-fill-color-333 {
fill: #333 !important;
}
.u-stroke-color-333 {
stroke: #333 !important;
}
.u-background-color-334 {
background-color: #334 !important;
}
.u-border-color-334 {
border-color: #334 !important;
}
.u-text-color-334 {
color: #334 !important;
}
.u-fill-color-334 {
fill: #334 !important;
}
.u-stroke-color-334 {
stroke: #334 !important;
}
.u-background-color-335 {
background-color: #335 !important;
}
.u-border-color-335 {
border-color: #335 !important;
}
.u-text-color-335 {
color: #335 !important;
}
.u-fill-color-335 {
fill: #335 !important;
}
.u-stroke-color-335 {
stroke: #335 !important;
}
.u-background-color-336 {
background-color: #336 !important;
}
.u-border-color-336 {
border-color: #336 !important;
}
.u-text-color-336 {
color: #336 !important;
}
.u-fill-color-336 {
fill: #336 !important;
}
.u-stroke-color-336 {
stroke: #336 !important;
}
.u-background-color-337 {
background-color: #337 !important;
}
.u-border-color-337 {
border-color: #337 !important;
}
.u-text-color-337 {
color: #337 !important;
}
.u-fill-color-337 {
fill: #337 !important;
}
.u-stroke-color-337 {
stroke: #337 !important;
}
.u-background-color-338 {
background-color: #338 !important;
}
.u-border-color-338 {
border-color: #338 !important;
}
.u-text-color-338 {
color: #338 !important;
}
.u-fill-color-338 {
fill: #338 !important;
}
.u-stroke-color-338 {
stroke: #338 !important;
}
.u-background-color-339 {
background-color: #339 !important;
}
.u-border-color-339 {
border-color: #339 !important;
}
.u-text-color-339 {
color: #339 !important;
}
.u-fill-color-339 {
fill: #339 !important;
}
.u-stroke-color-339 {
stroke: #339 !important;
}
.u-background-color-340 {
background-color: #340 !important;
}
.u-border-color-340 {
border-color: #340 !important;
}
.u-text-color-340 {
color: #340 !important;
}
.u-fill-color-340 {
fill: #340 !important;
}
.u-stroke-color-340 {
stroke: #340 !important;
}
.u-background-color-341 {
background-color: #341 !important;
}
.u-border-color-341 {
border-color: #341 !important;
}
.u-text-color-341 {
color: #341 !important;
}
.u-fill-color-341 {
fill: #341 !important;
}
.u-stroke-color-341 {
stroke: #341 !important;
}
.u-background-color-342 {
background-color: #342 !important;
}
.u-border-color-342 {
border-color: #342 !important;
}
.u-text-color-342 {
color: #342 !important;
}
.u-fill-color-342 {
fill: #342 !important;
}
.u-stroke-color-342 {
stroke: #342 !important;
}
.u-background-color-343 {
background-color: #343 !important;
}
.u-border-color-343 {
border-color: #343 !important;
}
.u-text-color-343 {
color: #343 !important;
}
.u-fill-color-343 {
fill: #343 !important;
}
.u-stroke-color-343 {
stroke: #343 !important;
}
.u-background-color-344 {
background-color: #344 !important;
}
.u-border-color-344 {
border-color: #344 !important;
}
.u-text-color-344 {
color: #344 !important;
}
.u-fill-color-344 {
fill: #344 !important;
}
.u-stroke-color-344 {
stroke: #344 !important;
}
.u-background-color-345 {
background-color: #345 !important;
}
.u-border-color-345 {
border-color: #345 !important;
}
.u-text-color-345 {
color: #345 !important;
}
.u-fill-color-345 {
fill: #345 !important;
}
.u-stroke-color-345 {
stroke: #345 !important;
}
.u-background-color-346 {
background-color: #346 !important;
}
.u-border-color-346 {
border-color: #346 !important;
}
.u-text-color-346 {
color: #346 !important;
}
.u-fill-color-346 {
fill: #346 !important;
}
.u-stroke-color-346 {
stroke: #346 !important;
}
.u-background-color-347 {
background-color: #347 !important;
}
.u-border-color-347 {
border-color: #347 !important;
}
.u-text-color-347 {
color: #347 !important;
}
.u-fill-color-347 {
fill: #347 !important;
}
.u-stroke-color-347 {
stroke: #347 !important;
}
.u-background-color-348 {
background-color: #348 !important;
}
.u-border-color-348 {
border-color: #348 !important;
}
.u-text-color-348 {
color: #348 !important;
}
.u-fill-color-348 {
fill: #348 !important;
}
.u-stroke-color-348 {
stroke: #348 !important;
}
.u-background-color-349 {
background-color: #349 !important;
}
.u-border-color-349 {
border-color: #349 !important;
}
.u-text-color-349 {
color: #349 !important;
}
.u-fill-color-349 {
fill: #349 !important;
}
.u-stroke-color-349 {
stroke: #349 !important;
}
.u-background-color-350 {
background-color: #350 !important;
}
.u-border-color-350 {
border-color: #350 !important;
}
.u-text-color-350 {
color: #350 !important;
}
.u-fill-color-350 {
fill: #350 !important;
}
.u-stroke-color-350 {
stroke: #350 !important;
}
.u-background-color-351 {
background-color: #351 !important;
}
.u-border-color-351 {
border-color: #351 !important;
}
.u-text-color-351 {
color: #351 !important;
}
.u-fill-color-351 {
fill: #351 !important;
}
.u-stroke-color-351 {
stroke: #351 !important;
}
.u-background-color-352 {
background-color: #352 !important;
}
.u-border-color-352 {
border-color: #352 !important;
}
.u-text-color-352 {
color: #352 !important;
}
.u-fill-color-352 {
fill: #352 !important;
}
.u-stroke-color-352 {
stroke: #352 !important;
}
.u-background-color-353 {
background-color: #353 !important;
}
.u-border-color-353 {
border-color: #353 !important;
}
.u-text-color-353 {
color: #353 !important;
}
.u-fill-color-353 {
fill: #353 !important;
}
.u-stroke-color-353 {
stroke: #353 !important;
}
.u-background-color-354 {
background-color: #354 !important;
}
.u-border-color-354 {
border-color: #354 !important;
}
.u-text-color-354 {
color: #354 !important;
}
.u-fill-color-354 {
fill: #354 !important;
}
.u-stroke-color-354 {
stroke: #354 !important;
}
.u-background-color-355 {
background-color: #355 !important;
}
.u-border-color-355 {
border-color: #355 !important;
}
.u-text-color-355 {
color: #355 !important;
}
.u-fill-color-355 {
fill: #355 !important;
}
.u-stroke-color-355 {
stroke: #355 !important;
}
.u-background-color-356 {
background-color: #356 !important;
}
.u-border-color-356 {
border-color: #356 !important;
}
.u-text-color-356 {
color: #356 !important;
}
.u-fill-color-356 {
fill: #356 !important;
}
.u-stroke-color-356 {
stroke: #356 !important;
}
.u-background-color-357 {
background-color: #357 !important;
}
.u-border-color-357 {
border-color: #357 !important;
}
.u-text-color-357 {
color: #357 !important;
}
.u-fill-color-357 {
fill: #357 !important;
}
.u-stroke-color-357 {
stroke: #357 !important;
}
.u-background-color-358 {
background-color: #358 !important;
}
.u-border-color-358 {
border-color: #358 !important;
}
.u-text-color-358 {
color: #358 !important;
}
.u-fill-color-358 {
fill: #358 !important;
}
.u-stroke-color-358 {
stroke: #358 !important;
}
.u-background-color-359 {
background-color: #359 !important;
}
.u-border-color-359 {
border-color: #359 !important;
}
.u-text-color-359 {
color: #359 !important;
}
.u-fill-color-359 {
fill: #359 !important;
}
.u-stroke-color-359 {
stroke: #359 !important;
}
.u-background-color-360 {
background-color: #360 !important;
}
.u-border-color-360 {
border-color: #360 !important;
}
.u-text-color-360 {
color: #360 !important;
}
.u-fill-color-360 {
fill: #360 !important;
}
.u-stroke-color-360 {
stroke: #360 !important;
}
.u-background-color-361 {
background-color: #361 !important;
}
.u-border-color-361 {
border-color: #361 !important;
}
.u-text-color-361 {
color: #361 !important;
}
.u-fill-color-361 {
fill: #361 !important;
}
.u-stroke-color-361 {
stroke: #361 !important;
}
.u-background-color-362 {
background-color: #362 !important;
}
.u-border-color-362 {
border-color: #362 !important;
}
.u-text-color-362 {
color: #362 !important;
}
.u-fill-color-362 {
fill: #362 !important;
}
.u-stroke-color-362 {
stroke: #362 !important;
}
.u-background-color-363 {
background-color: #363 !important;
}
.u-border-color-363 {
border-color: #363 !important;
}
.u-text-color-363 {
color: #363 !important;
}
.u-fill-color-363 {
fill: #363 !important;
}
.u-stroke-color-363 {
stroke: #363 !important;
}
.u-background-color-364 {
background-color: #364 !important;
}
.u-border-color-364 {
border-color: #364 !important;
}
.u-text-color-364 {
color: #364 !important;
}
.u-fill-color-364 {
fill: #364 !important;
}
.u-stroke-color-364 {
stroke: #364 !important;
}
.u-background-color-365 {
background-color: #365 !important;
}
.u-border-color-365 {
border-color: #365 !important;
}
.u-text-color-365 {
color: #365 !important;
}
.u-fill-color-365 {
fill: #365 !important;
}
.u-stroke-color-365 {
stroke: #365 !important;
}
.u-background-color-366 {
background-color: #366 !important;
}
.u-border-color-366 {
border-color: #366 !important;
}
.u-text-color-366 {
color: #366 !important;
}
.u-fill-color-366 {
fill: #366 !important;
}
.u-stroke-color-366 {
stroke: #366 !important;
}
.u-background-color-367 {
background-color: #367 !important;
}
.u-border-color-367 {
border-color: #367 !important;
}
.u-text-color-367 {
color: #367 !important;
}
.u-fill-color-367 {
fill: #367 !important;
}
.u-stroke-color-367 {
stroke: #367 !important;
}
.u-background-color-368 {
background-color: #368 !important;
}
.u-border-color-368 {
border-color: #368 !important;
}
.u-text-color-368 {
color: #368 !important;
}
.u-fill-color-368 {
fill: #368 !important;
}
.u-stroke-color-368 {
stroke: #368 !important;
}
.u-background-color-369 {
background-color: #369 !important;
}
.u-border-color-369 {
border-color: #369 !important;
}
.u-text-color-369 {
color: #369 !important;
}
.u-fill-color-369 {
fill: #369 !important;
}
.u-stroke-color-369 {
stroke: #369 !important;
}
.u-background-color-370 {
background-color: #370 !important;
}
.u-border-color-370 {
border-color: #370 !important;
}
.u-text-color-370 {
color: #370 !important;
}
.u-fill-color-370 {
fill: #370 !important;
}
.u-stroke-color-370 {
stroke: #370 !important;
}
.u-background-color-371 {
background-color: #371 !important;
}
.u-border-color-371 {
border-color: #371 !important;
}
.u-text-color-371 {
color: #371 !important;
}
.u-fill-color-371 {
fill: #371 !important;
}
.u-stroke-color-371 {
stroke: #371 !important;
}
.u-background-color-372 {
background-color: #372 !important;
}
.u-border-color-372 {
border-color: #372 !important;
}
.u-text-color-372 {
color: #372 !important;
}
.u-fill-color-372 {
fill: #372 !important;
}
.u-stroke-color-372 {
stroke: #372 !important;
}
.u-background-color-373 {
background-color: #373 !important;
}
.u-border-color-373 {
border-color: #373 !important;
}
.u-text-color-373 {
color: #373 !important;
}
.u-fill-color-373 {
fill: #373 !important;
}
.u-stroke-color-373 {
stroke: #373 !important;
}
.u-background-color-374 {
background-color: #374 !important;
}
.u-border-color-374 {
border-color: #374 !important;
}
.u-text-color-374 {
color: #374 !important;
}
.u-fill-color-374 {
fill: #374 !important;
}
.u-stroke-color-374 {
stroke: #374 !important;
}
.u-background-color-375 {
background-color: #375 !important;
}
.u-border-color-375 {
border-color: #375 !important;
}
.u-text-color-375 {
color: #375 !important;
}
.u-fill-color-375 {
fill: #375 !important;
}
.u-stroke-color-375 {
stroke: #375 !important;
}
.u-background-color-376 {
background-color: #376 !important;
}
.u-border-color-376 {
border-color: #376 !important;
}
.u-text-color-376 {
color: #376 !important;
}
.u-fill-color-376 {
fill: #376 !important;
}
.u-stroke-color-376 {
stroke: #376 !important;
}
.u-background-color-377 {
background-color: #377 !important;
}
.u-border-color-377 {
border-color: #377 !important;
}
.u-text-color-377 {
color: #377 !important;
}
.u-fill-color-377 {
fill: #377 !important;
}
.u-stroke-color-377 {
stroke: #377 !important;
}
.u-background-color-378 {
background-color: #378 !important;
}
.u-border-color-378 {
border-color: #378 !important;
}
.u-text-color-378 {
color: #378 !important;
}
.u-fill-color-378 {
fill: #378 !important;
}
.u-stroke-color-378 {
stroke: #378 !important;
}
.u-background-color-379 {
background-color: #379 !important;
}
.u-border-color-379 {
border-color: #379 !important;
}
.u-text-color-379 {
color: #379 !important;
}
.u-fill-color-379 {
fill: #379 !important;
}
.u-stroke-color-379 {
stroke: #379 !important;
}
.u-background-color-380 {
background-color: #380 !important;
}
.u-border-color-380 {
border-color: #380 !important;
}
.u-text-color-380 {
color: #380 !important;
}
.u-fill-color-380 {
fill: #380 !important;
}
.u-stroke-color-380 {
stroke: #380 !important;
}
.u-background-color-381 {
background-color: #381 !important;
}
.u-border-color-381 {
border-color: #381 !important;
}
.u-text-color-381 {
color: #381 !important;
}
.u-fill-color-381 {
fill: #381 !important;
}
.u-stroke-color-381 {
stroke: #381 !important;
}
.u-background-color-382 {
background-color: #382 !important;
}
.u-border-color-382 {
border-color: #382 !important;
}
.u-text-color-382 {
color: #382 !important;
}
.u-fill-color-382 {
fill: #382 !important;
}
.u-stroke-color-382 {
stroke: #382 !important;
}
.u-background-color-383 {
background-color: #383 !important;
}
.u-border-color-383 {
border-color: #383 !important;
}
.u-text-color-383 {
color: #383 !important;
}
.u-fill-color-383 {
fill: #383 !important;
}
.u-stroke-color-383 {
stroke: #383 !important;
}
.u-background-color-384 {
background-color: #384 !important;
}
.u-border-color-384 {
border-color: #384 !important;
}
.u-text-color-384 {
color: #384 !important;
}
.u-fill-color-384 {
fill: #384 !important;
}
.u-stroke-color-384 {
stroke: #384 !important;
}
.u-background-color-385 {
background-color: #385 !important;
}
.u-border-color-385 {
border-color: #385 !important;
}
.u-text-color-385 {
color: #385 !important;
}
.u-fill-color-385 {
fill: #385 !important;
}
.u-stroke-color-385 {
stroke: #385 !important;
}
.u-background-color-386 {
background-color: #386 !important;
}
.u-border-color-386 {
border-color: #386 !important;
}
.u-text-color-386 {
color: #386 !important;
}
.u-fill-color-386 {
fill: #386 !important;
}
.u-stroke-color-386 {
stroke: #386 !important;
}
.u-background-color-387 {
background-color: #387 !important;
}
.u-border-color-387 {
border-color: #387 !important;
}
.u-text-color-387 {
color: #387 !important;
}
.u-fill-color-387 {
fill: #387 !important;
}
.u-stroke-color-387 {
stroke: #387 !important;
}
.u-background-color-388 {
background-color: #388 !important;
}
.u-border-color-388 {
border-color: #388 !important;
}
.u-text-color-388 {
color: #388 !important;
}
.u-fill-color-388 {
fill: #388 !important;
}
.u-stroke-color-388 {
stroke: #388 !important;
}
.u-background-color-389 {
background-color: #389 !important;
}
.u-border-color-389 {
border-color: #389 !important;
}
.u-text-color-389 {
color: #389 !important;
}
.u-fill-color-389 {
fill: #389 !important;
}
.u-stroke-color-389 {
stroke: #389 !important;
}
.u-background-color-390 {
background-color: #390 !important;
}
.u-border-color-390 {
border-color: #390 !important;
}
.u-text-color-390 {
color: #390 !important;
}
.u-fill-color-390 {
fill: #390 !important;
}
.u-stroke-color-390 {
stroke: #390 !important;
}
.u-background-color-391 {
background-color: #391 !important;
}
.u-border-color-391 {
border-color: #391 !important;
}
.u-text-color-391 {
color: #391 !important;
}
.u-fill-color-391 {
fill: #391 !important;
}
.u-stroke-color-391 {
stroke: #391 !important;
}
.u-background-color-392 {
background-color: #392 !important;
}
.u-border-color-392 {
border-color: #392 !important;
}
.u-text-color-392 {
color: #392 !important;
}
.u-fill-color-392 {
fill: #392 !important;
}
.u-stroke-color-392 {
stroke: #392 !important;
}
.u-background-color-393 {
background-color: #393 !important;
}
.u-border-color-393 {
border-color: #393 !important;
}
.u-text-color-393 {
color: #393 !important;
}
.u-fill-color-393 {
fill: #393 !important;
}
.u-stroke-color-393 {
stroke: #393 !important;
}
.u-background-color-394 {
background-color: #394 !important;
}
.u-border-color-394 {
border-color: #394 !important;
}
.u-text-color-394 {
color: #394 !important;
}
.u-fill-color-394 {
fill: #394 !important;
}
.u-stroke-color-394 {
stroke: #394 !important;
}
.u-background-color-395 {
background-color: #395 !important;
}
.u-border-color-395 {
border-color: #395 !important;
}
.u-text-color-395 {
color: #395 !important;
}
.u-fill-color-395 {
fill: #395 !important;
}
.u-stroke-color-395 {
stroke: #395 !important;
}
.u-background-color-396 {
background-color: #396 !important;
}
.u-border-color-396 {
border-color: #396 !important;
}
.u-text-color-396 {
color: #396 !important;
}
.u-fill-color-396 {
fill: #396 !important;
}
.u-stroke-color-396 {
stroke: #396 !important;
}
.u-background-color-397 {
background-color: #397 !important;
}
.u-border-color-397 {
border-color: #397 !important;
}
.u-text-color-397 {
color: #397 !important;
}
.u-fill-color-397 {
fill: #397 !important;
}
.u-stroke-color-397 {
stroke: #397 !important;
}
.u-background-color-398 {
background-color: #398 !important;
}
.u-border-color-398 {
border-color: #398 !important;
}
.u-text-color-398 {
color: #398 !important;
}
.u-fill-color-398 {
fill: #398 !important;
}
.u-stroke-color-398 {
stroke: #398 !important;
}
.u-background-color-399 {
background-color: #399 !important;
}
.u-border-color-399 {
border-color: #399 !important;
}
.u-text-color-399 {
color: #399 !important;
}
.u-fill-color-399 {
fill: #399 !important;
}
.u-stroke-color-399 {
stroke: #399 !important;
}
.u-background-color-400 {
background-color: #400 !important;
}
.u-border-color-400 {
border-color: #400 !important;
}
.u-text-color-400 {
color: #400 !important;
}
.u-fill-color-400 {
fill: #400 !important;
}
.u-stroke-color-400 {
stroke: #400 !important;
}
.u-background-color-401 {
background-color: #401 !important;
}
.u-border-color-401 {
border-color: #401 !important;
}
.u-text-color-401 {
color: #401 !important;
}
.u-fill-color-401 {
fill: #401 !important;
}
.u-stroke-color-401 {
stroke: #401 !important;
}
.u-background-color-402 {
background-color: #402 !important;
}
.u-border-color-402 {
border-color: #402 !important;
}
.u-text-color-402 {
color: #402 !important;
}
.u-fill-color-402 {
fill: #402 !important;
}
.u-stroke-color-402 {
stroke: #402 !important;
}
.u-background-color-403 {
background-color: #403 !important;
}
.u-border-color-403 {
border-color: #403 !important;
}
.u-text-color-403 {
color: #403 !important;
}
.u-fill-color-403 {
fill: #403 !important;
}
.u-stroke-color-403 {
stroke: #403 !important;
}
.u-background-color-404 {
background-color: #404 !important;
}
.u-border-color-404 {
border-color: #404 !important;
}
.u-text-color-404 {
color: #404 !important;
}
.u-fill-color-404 {
fill: #404 !important;
}
.u-stroke-color-404 {
stroke: #404 !important;
}
.u-background-color-405 {
background-color: #405 !important;
}
.u-border-color-405 {
border-color: #405 !important;
}
.u-text-color-405 {
color: #405 !important;
}
.u-fill-color-405 {
fill: #405 !important;
}
.u-stroke-color-405 {
stroke: #405 !important;
}
.u-background-color-406 {
background-color: #406 !important;
}
.u-border-color-406 {
border-color: #406 !important;
}
.u-text-color-406 {
color: #406 !important;
}
.u-fill-color-406 {
fill: #406 !important;
}
.u-stroke-color-406 {
stroke: #406 !important;
}
.u-background-color-407 {
background-color: #407 !important;
}
.u-border-color-407 {
border-color: #407 !important;
}
.u-text-color-407 {
color: #407 !important;
}
.u-fill-color-407 {
fill: #407 !important;
}
.u-stroke-color-407 {
stroke: #407 !important;
}
.u-background-color-408 {
background-color: #408 !important;
}
.u-border-color-408 {
border-color: #408 !important;
}
.u-text-color-408 {
color: #408 !important;
}
.u-fill-color-408 {
fill: #408 !important;
}
.u-stroke-color-408 {
stroke: #408 !important;
}
.u-background-color-409 {
background-color: #409 !important;
}
.u-border-color-409 {
border-color: #409 !important;
}
.u-text-color-409 {
color: #409 !important;
}
.u-fill-color-409 {
fill: #409 !important;
}
.u-stroke-color-409 {
stroke: #409 !important;
}
.u-background-color-410 {
background-color: #410 !important;
}
.u-border-color-410 {
border-color: #410 !important;
}
.u-text-color-410 {
color: #410 !important;
}
.u-fill-color-410 {
fill: #410 !important;
}
.u-stroke-color-410 {
stroke: #410 !important;
}
.u-background-color-411 {
background-color: #411 !important;
}
.u-border-color-411 {
border-color: #411 !important;
}
.u-text-color-411 {
color: #411 !important;
}
.u-fill-color-411 {
fill: #411 !important;
}
.u-stroke-color-411 {
stroke: #411 !important;
}
.u-background-color-412 {
background-color: #412 !important;
}
.u-border-color-412 {
border-color: #412 !important;
}
.u-text-color-412 {
color: #412 !important;
}
.u-fill-color-412 {
fill: #412 !important;
}
.u-stroke-color-412 {
stroke: #412 !important;
}
.u-background-color-413 {
background-color: #413 !important;
}
.u-border-color-413 {
border-color: #413 !important;
}
.u-text-color-413 {
color: #413 !important;
}
.u-fill-color-413 {
fill: #413 !important;
}
.u-stroke-color-413 {
stroke: #413 !important;
}
.u-background-color-414 {
background-color: #414 !important;
}
.u-border-color-414 {
border-color: #414 !important;
}
.u-text-color-414 {
color: #414 !important;
}
.u-fill-color-414 {
fill: #414 !important;
}
.u-stroke-color-414 {
stroke: #414 !important;
}
.u-background-color-415 {
background-color: #415 !important;
}
.u-border-color-415 {
border-color: #415 !important;
}
.u-text-color-415 {
color: #415 !important;
}
.u-fill-color-415 {
fill: #415 !important;
}
.u-stroke-color-415 {
stroke: #415 !important;
}
.u-background-color-416 {
background-color: #416 !important;
}
.u-border-color-416 {
border-color: #416 !important;
}
.u-text-color-416 {
color: #416 !important;
}
.u-fill-color-416 {
fill: #416 !important;
}
.u-stroke-color-416 {
stroke: #416 !important;
}
.u-background-color-417 {
background-color: #417 !important;
}
.u-border-color-417 {
border-color: #417 !important;
}
.u-text-color-417 {
color: #417 !important;
}
.u-fill-color-417 {
fill: #417 !important;
}
.u-stroke-color-417 {
stroke: #417 !important;
}
.u-background-color-418 {
background-color: #418 !important;
}
.u-border-color-418 {
border-color: #418 !important;
}
.u-text-color-418 {
color: #418 !important;
}
.u-fill-color-418 {
fill: #418 !important;
}
.u-stroke-color-418 {
stroke: #418 !important;
}
.u-background-color-419 {
background-color: #419 !important;
}
.u-border-color-419 {
border-color: #419 !important;
}
.u-text-color-419 {
color: #419 !important;
}
.u-fill-color-419 {
fill: #419 !important;
}
.u-stroke-color-419 {
stroke: #419 !important;
}
.u-background-color-420 {
background-color: #420 !important;
}
.u-border-color-420 {
border-color: #420 !important;
}
.u-text-color-420 {
color: #420 !important;
}
.u-fill-color-420 {
fill: #420 !important;
}
.u-stroke-color-420 {
stroke: #420 !important;
}
.u-background-color-421 {
background-color: #421 !important;
}
.u-border-color-421 {
border-color: #421 !important;
}
.u-text-color-421 {
color: #421 !important;
}
.u-fill-color-421 {
fill: #421 !important;
}
.u-stroke-color-421 {
stroke: #421 !important;
}
.u-background-color-422 {
background-color: #422 !important;
}
.u-border-color-422 {
border-color: #422 !important;
}
.u-text-color-422 {
color: #422 !important;
}
.u-fill-color-422 {
fill: #422 !important;
}
.u-stroke-color-422 {
stroke: #422 !important;
}
.u-background-color-423 {
background-color: #423 !important;
}
.u-border-color-423 {
border-color: #423 !important;
}
.u-text-color-423 {
color: #423 !important;
}
.u-fill-color-423 {
fill: #423 !important;
}
.u-stroke-color-423 {
stroke: #423 !important;
}
.u-background-color-424 {
background-color: #424 !important;
}
.u-border-color-424 {
border-color: #424 !important;
}
.u-text-color-424 {
color: #424 !important;
}
.u-fill-color-424 {
fill: #424 !important;
}
.u-stroke-color-424 {
stroke: #424 !important;
}
.u-background-color-425 {
background-color: #425 !important;
}
.u-border-color-425 {
border-color: #425 !important;
}
.u-text-color-425 {
color: #425 !important;
}
.u-fill-color-425 {
fill: #425 !important;
}
.u-stroke-color-425 {
stroke: #425 !important;
}
.u-background-color-426 {
background-color: #426 !important;
}
.u-border-color-426 {
border-color: #426 !important;
}
.u-text-color-426 {
color: #426 !important;
}
.u-fill-color-426 {
fill: #426 !important;
}
.u-stroke-color-426 {
stroke: #426 !important;
}
.u-background-color-427 {
background-color: #427 !important;
}
.u-border-color-427 {
border-color: #427 !important;
}
.u-text-color-427 {
color: #427 !important;
}
.u-fill-color-427 {
fill: #427 !important;
}
.u-stroke-color-427 {
stroke: #427 !important;
}
.u-background-color-428 {
background-color: #428 !important;
}
.u-border-color-428 {
border-color: #428 !important;
}
.u-text-color-428 {
color: #428 !important;
}
.u-fill-color-428 {
fill: #428 !important;
}
.u-stroke-color-428 {
stroke: #428 !important;
}
.u-background-color-429 {
background-color: #429 !important;
}
.u-border-color-429 {
border-color: #429 !important;
}
.u-text-color-429 {
color: #429 !important;
}
.u-fill-color-429 {
fill: #429 !important;
}
.u-stroke-color-429 {
stroke: #429 !important;
}
.u-background-color-430 {
background-color: #430 !important;
}
.u-border-color-430 {
border-color: #430 !important;
}
.u-text-color-430 {
color: #430 !important;
}
.u-fill-color-430 {
fill: #430 !important;
}
.u-stroke-color-430 {
stroke: #430 !important;
}
.u-background-color-431 {
background-color: #431 !important;
}
.u-border-color-431 {
border-color: #431 !important;
}
.u-text-color-431 {
color: #431 !important;
}
.u-fill-color-431 {
fill: #431 !important;
}
.u-stroke-color-431 {
stroke: #431 !important;
}
.u-background-color-432 {
background-color: #432 !important;
}
.u-border-color-432 {
border-color: #432 !important;
}
.u-text-color-432 {
color: #432 !important;
}
.u-fill-color-432 {
fill: #432 !important;
}
.u-stroke-color-432 {
stroke: #432 !important;
}
.u-background-color-433 {
background-color: #433 !important;
}
.u-border-color-433 {
border-color: #433 !important;
}
.u-text-color-433 {
color: #433 !important;
}
.u-fill-color-433 {
fill: #433 !important;
}
.u-stroke-color-433 {
stroke: #433 !important;
}
.u-background-color-434 {
background-color: #434 !important;
}
.u-border-color-434 {
border-color: #434 !important;
}
.u-text-color-434 {
color: #434 !important;
}
.u-fill-color-434 {
fill: #434 !important;
}
.u-stroke-color-434 {
stroke: #434 !important;
}
.u-background-color-435 {
background-color: #435 !important;
}
.u-border-color-435 {
border-color: #435 !important;
}
.u-text-color-435 {
color: #435 !important;
}
.u-fill-color-435 {
fill: #435 !important;
}
.u-stroke-color-435 {
stroke: #435 !important;
}
.u-background-color-436 {
background-color: #436 !important;
}
.u-border-color-436 {
border-color: #436 !important;
}
.u-text-color-436 {
color: #436 !important;
}
.u-fill-color-436 {
fill: #436 !important;
}
.u-stroke-color-436 {
stroke: #436 !important;
}
.u-background-color-437 {
background-color: #437 !important;
}
.u-border-color-437 {
border-color: #437 !important;
}
.u-text-color-437 {
color: #437 !important;
}
.u-fill-color-437 {
fill: #437 !important;
}
.u-stroke-color-437 {
stroke: #437 !important;
}
.u-background-color-438 {
background-color: #438 !important;
}
.u-border-color-438 {
border-color: #438 !important;
}
.u-text-color-438 {
color: #438 !important;
}
.u-fill-color-438 {
fill: #438 !important;
}
.u-stroke-color-438 {
stroke: #438 !important;
}
.u-background-color-439 {
background-color: #439 !important;
}
.u-border-color-439 {
border-color: #439 !important;
}
.u-text-color-439 {
color: #439 !important;
}
.u-fill-color-439 {
fill: #439 !important;
}
.u-stroke-color-439 {
stroke: #439 !important;
}
.u-background-color-440 {
background-color: #440 !important;
}
.u-border-color-440 {
border-color: #440 !important;
}
.u-text-color-440 {
color: #440 !important;
}
.u-fill-color-440 {
fill: #440 !important;
}
.u-stroke-color-440 {
stroke: #440 !important;
}
.u-background-color-441 {
background-color: #441 !important;
}
.u-border-color-441 {
border-color: #441 !important;
}
.u-text-color-441 {
color: #441 !important;
}
.u-fill-color-441 {
fill: #441 !important;
}
.u-stroke-color-441 {
stroke: #441 !important;
}
.u-background-color-442 {
background-color: #442 !important;
}
.u-border-color-442 {
border-color: #442 !important;
}
.u-text-color-442 {
color: #442 !important;
}
.u-fill-color-442 {
fill: #442 !important;
}
.u-stroke-color-442 {
stroke: #442 !important;
}
.u-background-color-443 {
background-color: #443 !important;
}
.u-border-color-443 {
border-color: #443 !important;
}
.u-text-color-443 {
color: #443 !important;
}
.u-fill-color-443 {
fill: #443 !important;
}
.u-stroke-color-443 {
stroke: #443 !important;
}
.u-background-color-444 {
background-color: #444 !important;
}
.u-border-color-444 {
border-color: #444 !important;
}
.u-text-color-444 {
color: #444 !important;
}
.u-fill-color-444 {
fill: #444 !important;
}
.u-stroke-color-444 {
stroke: #444 !important;
}
.u-background-color-445 {
background-color: #445 !important;
}
.u-border-color-445 {
border-color: #445 !important;
}
.u-text-color-445 {
color: #445 !important;
}
.u-fill-color-445 {
fill: #445 !important;
}
.u-stroke-color-445 {
stroke: #445 !important;
}
.u-background-color-446 {
background-color: #446 !important;
}
.u-border-color-446 {
border-color: #446 !important;
}
.u-text-color-446 {
color: #446 !important;
}
.u-fill-color-446 {
fill: #446 !important;
}
.u-stroke-color-446 {
stroke: #446 !important;
}
.u-background-color-447 {
background-color: #447 !important;
}
.u-border-color-447 {
border-color: #447 !important;
}
.u-text-color-447 {
color: #447 !important;
}
.u-fill-color-447 {
fill: #447 !important;
}
.u-stroke-color-447 {
stroke: #447 !important;
}
.u-background-color-448 {
background-color: #448 !important;
}
.u-border-color-448 {
border-color: #448 !important;
}
.u-text-color-448 {
color: #448 !important;
}
.u-fill-color-448 {
fill: #448 !important;
}
.u-stroke-color-448 {
stroke: #448 !important;
}
.u-background-color-449 {
background-color: #449 !important;
}
.u-border-color-449 {
border-color: #449 !important;
}
.u-text-color-449 {
color: #449 !important;
}
.u-fill-color-449 {
fill: #449 !important;
}
.u-stroke-color-449 {
stroke: #449 !important;
}
.u-background-color-450 {
background-color: #450 !important;
}
.u-border-color-450 {
border-color: #450 !important;
}
.u-text-color-450 {
color: #450 !important;
}
.u-fill-color-450 {
fill: #450 !important;
}
.u-stroke-color-450 {
stroke: #450 !important;
}
.u-background-color-451 {
background-color: #451 !important;
}
.u-border-color-451 {
border-color: #451 !important;
}
.u-text-color-451 {
color: #451 !important;
}
.u-fill-color-451 {
fill: #451 !important;
}
.u-stroke-color-451 {
stroke: #451 !important;
}
.u-background-color-452 {
background-color: #452 !important;
}
.u-border-color-452 {
border-color: #452 !important;
}
.u-text-color-452 {
color: #452 !important;
}
.u-fill-color-452 {
fill: #452 !important;
}
.u-stroke-color-452 {
stroke: #452 !important;
}
.u-background-color-453 {
background-color: #453 !important;
}
.u-border-color-453 {
border-color: #453 !important;
}
.u-text-color-453 {
color: #453 !important;
}
.u-fill-color-453 {
fill: #453 !important;
}
.u-stroke-color-453 {
stroke: #453 !important;
}
.u-background-color-454 {
background-color: #454 !important;
}
.u-border-color-454 {
border-color: #454 !important;
}
.u-text-color-454 {
color: #454 !important;
}
.u-fill-color-454 {
fill: #454 !important;
}
.u-stroke-color-454 {
stroke: #454 !important;
}
.u-background-color-455 {
background-color: #455 !important;
}
.u-border-color-455 {
border-color: #455 !important;
}
.u-text-color-455 {
color: #455 !important;
}
.u-fill-color-455 {
fill: #455 !important;
}
.u-stroke-color-455 {
stroke: #455 !important;
}
.u-background-color-456 {
background-color: #456 !important;
}
.u-border-color-456 {
border-color: #456 !important;
}
.u-text-color-456 {
color: #456 !important;
}
.u-fill-color-456 {
fill: #456 !important;
}
.u-stroke-color-456 {
stroke: #456 !important;
}
.u-background-color-457 {
background-color: #457 !important;
}
.u-border-color-457 {
border-color: #457 !important;
}
.u-text-color-457 {
color: #457 !important;
}
.u-fill-color-457 {
fill: #457 !important;
}
.u-stroke-color-457 {
stroke: #457 !important;
}
.u-background-color-458 {
background-color: #458 !important;
}
.u-border-color-458 {
border-color: #458 !important;
}
.u-text-color-458 {
color: #458 !important;
}
.u-fill-color-458 {
fill: #458 !important;
}
.u-stroke-color-458 {
stroke: #458 !important;
}
.u-background-color-459 {
background-color: #459 !important;
}
.u-border-color-459 {
border-color: #459 !important;
}
.u-text-color-459 {
color: #459 !important;
}
.u-fill-color-459 {
fill: #459 !important;
}
.u-stroke-color-459 {
stroke: #459 !important;
}
.u-background-color-460 {
background-color: #460 !important;
}
.u-border-color-460 {
border-color: #460 !important;
}
.u-text-color-460 {
color: #460 !important;
}
.u-fill-color-460 {
fill: #460 !important;
}
.u-stroke-color-460 {
stroke: #460 !important;
}
.u-background-color-461 {
background-color: #461 !important;
}
.u-border-color-461 {
border-color: #461 !important;
}
.u-text-color-461 {
color: #461 !important;
}
.u-fill-color-461 {
fill: #461 !important;
}
.u-stroke-color-461 {
stroke: #461 !important;
}
.u-background-color-462 {
background-color: #462 !important;
}
.u-border-color-462 {
border-color: #462 !important;
}
.u-text-color-462 {
color: #462 !important;
}
.u-fill-color-462 {
fill: #462 !important;
}
.u-stroke-color-462 {
stroke: #462 !important;
}
.u-background-color-463 {
background-color: #463 !important;
}
.u-border-color-463 {
border-color: #463 !important;
}
.u-text-color-463 {
color: #463 !important;
}
.u-fill-color-463 {
fill: #463 !important;
}
.u-stroke-color-463 {
stroke: #463 !important;
}
.u-background-color-464 {
background-color: #464 !important;
}
.u-border-color-464 {
border-color: #464 !important;
}
.u-text-color-464 {
color: #464 !important;
}
.u-fill-color-464 {
fill: #464 !important;
}
.u-stroke-color-464 {
stroke: #464 !important;
}
.u-background-color-465 {
background-color: #465 !important;
}
.u-border-color-465 {
border-color: #465 !important;
}
.u-text-color-465 {
color: #465 !important;
}
.u-fill-color-465 {
fill: #465 !important;
}
.u-stroke-color-465 {
stroke: #465 !important;
}
.u-background-color-466 {
background-color: #466 !important;
}
.u-border-color-466 {
border-color: #466 !important;
}
.u-text-color-466 {
color: #466 !important;
}
.u-fill-color-466 {
fill: #466 !important;
}
.u-stroke-color-466 {
stroke: #466 !important;
}
.u-background-color-467 {
background-color: #467 !important;
}
.u-border-color-467 {
border-color: #467 !important;
}
.u-text-color-467 {
color: #467 !important;
}
.u-fill-color-467 {
fill: #467 !important;
}
.u-stroke-color-467 {
stroke: #467 !important;
}
.u-background-color-468 {
background-color: #468 !important;
}
.u-border-color-468 {
border-color: #468 !important;
}
.u-text-color-468 {
color: #468 !important;
}
.u-fill-color-468 {
fill: #468 !important;
}
.u-stroke-color-468 {
stroke: #468 !important;
}
.u-background-color-469 {
background-color: #469 !important;
}
.u-border-color-469 {
border-color: #469 !important;
}
.u-text-color-469 {
color: #469 !important;
}
.u-fill-color-469 {
fill: #469 !important;
}
.u-stroke-color-469 {
stroke: #469 !important;
}
.u-background-color-470 {
background-color: #470 !important;
}
.u-border-color-470 {
border-color: #470 !important;
}
.u-text-color-470 {
color: #470 !important;
}
.u-fill-color-470 {
fill: #470 !important;
}
.u-stroke-color-470 {
stroke: #470 !important;
}
.u-background-color-471 {
background-color: #471 !important;
}
.u-border-color-471 {
border-color: #471 !important;
}
.u-text-color-471 {
color: #471 !important;
}
.u-fill-color-471 {
fill: #471 !important;
}
.u-stroke-color-471 {
stroke: #471 !important;
}
.u-background-color-472 {
background-color: #472 !important;
}
.u-border-color-472 {
border-color: #472 !important;
}
.u-text-color-472 {
color: #472 !important;
}
.u-fill-color-472 {
fill: #472 !important;
}
.u-stroke-color-472 {
stroke: #472 !important;
}
.u-background-color-473 {
background-color: #473 !important;
}
.u-border-color-473 {
border-color: #473 !important;
}
.u-text-color-473 {
color: #473 !important;
}
.u-fill-color-473 {
fill: #473 !important;
}
.u-stroke-color-473 {
stroke: #473 !important;
}
.u-background-color-474 {
background-color: #474 !important;
}
.u-border-color-474 {
border-color: #474 !important;
}
.u-text-color-474 {
color: #474 !important;
}
.u-fill-color-474 {
fill: #474 !important;
}
.u-stroke-color-474 {
stroke: #474 !important;
}
.u-background-color-475 {
background-color: #475 !important;
}
.u-border-color-475 {
border-color: #475 !important;
}
.u-text-color-475 {
color: #475 !important;
}
.u-fill-color-475 {
fill: #475 !important;
}
.u-stroke-color-475 {
stroke: #475 !important;
}
.u-background-color-476 {
background-color: #476 !important;
}
.u-border-color-476 {
border-color: #476 !important;
}
.u-text-color-476 {
color: #476 !important;
}
.u-fill-color-476 {
fill: #476 !important;
}
.u-stroke-color-476 {
stroke: #476 !important;
}
.u-background-color-477 {
background-color: #477 !important;
}
.u-border-color-477 {
border-color: #477 !important;
}
.u-text-color-477 {
color: #477 !important;
}
.u-fill-color-477 {
fill: #477 !important;
}
.u-stroke-color-477 {
stroke: #477 !important;
}
.u-background-color-478 {
background-color: #478 !important;
}
.u-border-color-478 {
border-color: #478 !important;
}
.u-text-color-478 {
color: #478 !important;
}
.u-fill-color-478 {
fill: #478 !important;
}
.u-stroke-color-478 {
stroke: #478 !important;
}
.u-background-color-479 {
background-color: #479 !important;
}
.u-border-color-479 {
border-color: #479 !important;
}
.u-text-color-479 {
color: #479 !important;
}
.u-fill-color-479 {
fill: #479 !important;
}
.u-stroke-color-479 {
stroke: #479 !important;
}
.u-background-color-480 {
background-color: #480 !important;
}
.u-border-color-480 {
border-color: #480 !important;
}
.u-text-color-480 {
color: #480 !important;
}
.u-fill-color-480 {
fill: #480 !important;
}
.u-stroke-color-480 {
stroke: #480 !important;
}
.u-background-color-481 {
background-color: #481 !important;
}
.u-border-color-481 {
border-color: #481 !important;
}
.u-text-color-481 {
color: #481 !important;
}
.u-fill-color-481 {
fill: #481 !important;
}
.u-stroke-color-481 {
stroke: #481 !important;
}
.u-background-color-482 {
background-color: #482 !important;
}
.u-border-color-482 {
border-color: #482 !important;
}
.u-text-color-482 {
color: #482 !important;
}
.u-fill-color-482 {
fill: #482 !important;
}
.u-stroke-color-482 {
stroke: #482 !important;
}
.u-background-color-483 {
background-color: #483 !important;
}
.u-border-color-483 {
border-color: #483 !important;
}
.u-text-color-483 {
color: #483 !important;
}
.u-fill-color-483 {
fill: #483 !important;
}
.u-stroke-color-483 {
stroke: #483 !important;
}
.u-background-color-484 {
background-color: #484 !important;
}
.u-border-color-484 {
border-color: #484 !important;
}
.u-text-color-484 {
color: #484 !important;
}
.u-fill-color-484 {
fill: #484 !important;
}
.u-stroke-color-484 {
stroke: #484 !important;
}
.u-background-color-485 {
background-color: #485 !important;
}
.u-border-color-485 {
border-color: #485 !important;
}
.u-text-color-485 {
color: #485 !important;
}
.u-fill-color-485 {
fill: #485 !important;
}
.u-stroke-color-485 {
stroke: #485 !important;
}
.u-background-color-486 {
background-color: #486 !important;
}
.u-border-color-486 {
border-color: #486 !important;
}
.u-text-color-486 {
color: #486 !important;
}
.u-fill-color-486 {
fill: #486 !important;
}
.u-stroke-color-486 {
stroke: #486 !important;
}
.u-background-color-487 {
background-color: #487 !important;
}
.u-border-color-487 {
border-color: #487 !important;
}
.u-text-color-487 {
color: #487 !important;
}
.u-fill-color-487 {
fill: #487 !important;
}
.u-stroke-color-487 {
stroke: #487 !important;
}
.u-background-color-488 {
background-color: #488 !important;
}
.u-border-color-488 {
border-color: #488 !important;
}
.u-text-color-488 {
color: #488 !important;
}
.u-fill-color-488 {
fill: #488 !important;
}
.u-stroke-color-488 {
stroke: #488 !important;
}
.u-background-color-489 {
background-color: #489 !important;
}
.u-border-color-489 {
border-color: #489 !important;
}
.u-text-color-489 {
color: #489 !important;
}
.u-fill-color-489 {
fill: #489 !important;
}
.u-stroke-color-489 {
stroke: #489 !important;
}
.u-background-color-490 {
background-color: #490 !important;
}
.u-border-color-490 {
border-color: #490 !important;
}
.u-text-color-490 {
color: #490 !important;
}
.u-fill-color-490 {
fill: #490 !important;
}
.u-stroke-color-490 {
stroke: #490 !important;
}
.u-background-color-491 {
background-color: #491 !important;
}
.u-border-color-491 {
border-color: #491 !important;
}
.u-text-color-491 {
color: #491 !important;
}
.u-fill-color-491 {
fill: #491 !important;
}
.u-stroke-color-491 {
stroke: #491 !important;
}
.u-background-color-492 {
background-color: #492 !important;
}
.u-border-color-492 {
border-color: #492 !important;
}
.u-text-color-492 {
color: #492 !important;
}
.u-fill-color-492 {
fill: #492 !important;
}
.u-stroke-color-492 {
stroke: #492 !important;
}
.u-background-color-493 {
background-color: #493 !important;
}
.u-border-color-493 {
border-color: #493 !important;
}
.u-text-color-493 {
color: #493 !important;
}
.u-fill-color-493 {
fill: #493 !important;
}
.u-stroke-color-493 {
stroke: #493 !important;
}
.u-background-color-494 {
background-color: #494 !important;
}
.u-border-color-494 {
border-color: #494 !important;
}
.u-text-color-494 {
color: #494 !important;
}
.u-fill-color-494 {
fill: #494 !important;
}
.u-stroke-color-494 {
stroke: #494 !important;
}
.u-background-color-495 {
background-color: #495 !important;
}
.u-border-color-495 {
border-color: #495 !important;
}
.u-text-color-495 {
color: #495 !important;
}
.u-fill-color-495 {
fill: #495 !important;
}
.u-stroke-color-495 {
stroke: #495 !important;
}
.u-background-color-496 {
background-color: #496 !important;
}
.u-border-color-496 {
border-color: #496 !important;
}
.u-text-color-496 {
color: #496 !important;
}
.u-fill-color-496 {
fill: #496 !important;
}
.u-stroke-color-496 {
stroke: #496 !important;
}
.u-background-color-497 {
background-color: #497 !important;
}
.u-border-color-497 {
border-color: #497 !important;
}
.u-text-color-497 {
color: #497 !important;
}
.u-fill-color-497 {
fill: #497 !important;
}
.u-stroke-color-497 {
stroke: #497 !important;
}
.u-background-color-498 {
background-color: #498 !important;
}
.u-border-color-498 {
border-color: #498 !important;
}
.u-text-color-498 {
color: #498 !important;
}
.u-fill-color-498 {
fill: #498 !important;
}
.u-stroke-color-498 {
stroke: #498 !important;
}
.u-background-color-499 {
background-color: #499 !important;
}
.u-border-color-499 {
border-color: #499 !important;
}
.u-text-color-499 {
color: #499 !important;
}
.u-fill-color-499 {
fill: #499 !important;
}
.u-stroke-color-499 {
stroke: #499 !important;
}
.u-background-color-500 {
background-color: #500 !important;
}
.u-border-color-500 {
border-color: #500 !important;
}
.u-text-color-500 {
color: #500 !important;
}
.u-fill-color-500 {
fill: #500 !important;
}
.u-stroke-color-500 {
stroke: #500 !important;
}
.u-background-color-501 {
background-color: #501 !important;
}
.u-border-color-501 {
border-color: #501 !important;
}
.u-text-color-501 {
color: #501 !important;
}
.u-fill-color-501 {
fill: #501 !important;
}
.u-stroke-color-501 {
stroke: #501 !important;
}
.u-background-color-502 {
background-color: #502 !important;
}
.u-border-color-502 {
border-color: #502 !important;
}
.u-text-color-502 {
color: #502 !important;
}
.u-fill-color-502 {
fill: #502 !important;
}
.u-stroke-color-502 {
stroke: #502 !important;
}
.u-background-color-503 {
background-color: #503 !important;
}
.u-border-color-503 {
border-color: #503 !important;
}
.u-text-color-503 {
color: #503 !important;
}
.u-fill-color-503 {
fill: #503 !important;
}
.u-stroke-color-503 {
stroke: #503 !important;
}
.u-background-color-504 {
background-color: #504 !important;
}
.u-border-color-504 {
border-color: #504 !important;
}
.u-text-color-504 {
color: #504 !important;
}
.u-fill-color-504 {
fill: #504 !important;
}
.u-stroke-color-504 {
stroke: #504 !important;
}
.u-background-color-505 {
background-color: #505 !important;
}
.u-border-color-505 {
border-color: #505 !important;
}
.u-text-color-505 {
color: #505 !important;
}
.u-fill-color-505 {
fill: #505 !important;
}
.u-stroke-color-505 {
stroke: #505 !important;
}
.u-background-color-506 {
background-color: #506 !important;
}
.u-border-color-506 {
border-color: #506 !important;
}
.u-text-color-506 {
color: #506 !important;
}
.u-fill-color-506 {
fill: #506 !important;
}
.u-stroke-color-506 {
stroke: #506 !important;
}
.u-background-color-507 {
background-color: #507 !important;
}
.u-border-color-507 {
border-color: #507 !important;
}
.u-text-color-507 {
color: #507 !important;
}
.u-fill-color-507 {
fill: #507 !important;
}
.u-stroke-color-507 {
stroke: #507 !important;
}
.u-background-color-508 {
background-color: #508 !important;
}
.u-border-color-508 {
border-color: #508 !important;
}
.u-text-color-508 {
color: #508 !important;
}
.u-fill-color-508 {
fill: #508 !important;
}
.u-stroke-color-508 {
stroke: #508 !important;
}
.u-background-color-509 {
background-color: #509 !important;
}
.u-border-color-509 {
border-color: #509 !important;
}
.u-text-color-509 {
color: #509 !important;
}
.u-fill-color-509 {
fill: #509 !important;
}
.u-stroke-color-509 {
stroke: #509 !important;
}
.u-background-color-510 {
background-color: #510 !important;
}
.u-border-color-510 {
border-color: #510 !important;
}
.u-text-color-510 {
color: #510 !important;
}
.u-fill-color-510 {
fill: #510 !important;
}
.u-stroke-color-510 {
stroke: #510 !important;
}
.u-background-color-511 {
background-color: #511 !important;
}
.u-border-color-511 {
border-color: #511 !important;
}
.u-text-color-511 {
color: #511 !important;
}
.u-fill-color-511 {
fill: #511 !important;
}
.u-stroke-color-511 {
stroke: #511 !important;
}
.u-background-color-512 {
background-color: #512 !important;
}
.u-border-color-512 {
border-color: #512 !important;
}
.u-text-color-512 {
color: #512 !important;
}
.u-fill-color-512 {
fill: #512 !important;
}
.u-stroke-color-512 {
stroke: #512 !important;
}
.u-background-color-513 {
background-color: #513 !important;
}
.u-border-color-513 {
border-color: #513 !important;
}
.u-text-color-513 {
color: #513 !important;
}
.u-fill-color-513 {
fill: #513 !important;
}
.u-stroke-color-513 {
stroke: #513 !important;
}
.u-background-color-514 {
background-color: #514 !important;
}
.u-border-color-514 {
border-color: #514 !important;
}
.u-text-color-514 {
color: #514 !important;
}
.u-fill-color-514 {
fill: #514 !important;
}
.u-stroke-color-514 {
stroke: #514 !important;
}
.u-background-color-515 {
background-color: #515 !important;
}
.u-border-color-515 {
border-color: #515 !important;
}
.u-text-color-515 {
color: #515 !important;
}
.u-fill-color-515 {
fill: #515 !important;
}
.u-stroke-color-515 {
stroke: #515 !important;
}
.u-background-color-516 {
background-color: #516 !important;
}
.u-border-color-516 {
border-color: #516 !important;
}
.u-text-color-516 {
color: #516 !important;
}
.u-fill-color-516 {
fill: #516 !important;
}
.u-stroke-color-516 {
stroke: #516 !important;
}
.u-background-color-517 {
background-color: #517 !important;
}
.u-border-color-517 {
border-color: #517 !important;
}
.u-text-color-517 {
color: #517 !important;
}
.u-fill-color-517 {
fill: #517 !important;
}
.u-stroke-color-517 {
stroke: #517 !important;
}
.u-background-color-518 {
background-color: #518 !important;
}
.u-border-color-518 {
border-color: #518 !important;
}
.u-text-color-518 {
color: #518 !important;
}
.u-fill-color-518 {
fill: #518 !important;
}
.u-stroke-color-518 {
stroke: #518 !important;
}
.u-background-color-519 {
background-color: #519 !important;
}
.u-border-color-519 {
border-color: #519 !important;
}
.u-text-color-519 {
color: #519 !important;
}
.u-fill-color-519 {
fill: #519 !important;
}
.u-stroke-color-519 {
stroke: #519 !important;
}
.u-background-color-520 {
background-color: #520 !important;
}
.u-border-color-520 {
border-color: #520 !important;
}
.u-text-color-520 {
color: #520 !important;
}
.u-fill-color-520 {
fill: #520 !important;
}
.u-stroke-color-520 {
stroke: #520 !important;
}
.u-background-color-521 {
background-color: #521 !important;
}
.u-border-color-521 {
border-color: #521 !important;
}
.u-text-color-521 {
color: #521 !important;
}
.u-fill-color-521 {
fill: #521 !important;
}
.u-stroke-color-521 {
stroke: #521 !important;
}
.u-background-color-522 {
background-color: #522 !important;
}
.u-border-color-522 {
border-color: #522 !important;
}
.u-text-color-522 {
color: #522 !important;
}
.u-fill-color-522 {
fill: #522 !important;
}
.u-stroke-color-522 {
stroke: #522 !important;
}
.u-background-color-523 {
background-color: #523 !important;
}
.u-border-color-523 {
border-color: #523 !important;
}
.u-text-color-523 {
color: #523 !important;
}
.u-fill-color-523 {
fill: #523 !important;
}
.u-stroke-color-523 {
stroke: #523 !important;
}
.u-background-color-524 {
background-color: #524 !important;
}
.u-border-color-524 {
border-color: #524 !important;
}
.u-text-color-524 {
color: #524 !important;
}
.u-fill-color-524 {
fill: #524 !important;
}
.u-stroke-color-524 {
stroke: #524 !important;
}
.u-background-color-525 {
background-color: #525 !important;
}
.u-border-color-525 {
border-color: #525 !important;
}
.u-text-color-525 {
color: #525 !important;
}
.u-fill-color-525 {
fill: #525 !important;
}
.u-stroke-color-525 {
stroke: #525 !important;
}
.u-background-color-526 {
background-color: #526 !important;
}
.u-border-color-526 {
border-color: #526 !important;
}
.u-text-color-526 {
color: #526 !important;
}
.u-fill-color-526 {
fill: #526 !important;
}
.u-stroke-color-526 {
stroke: #526 !important;
}
.u-background-color-527 {
background-color: #527 !important;
}
.u-border-color-527 {
border-color: #527 !important;
}
.u-text-color-527 {
color: #527 !important;
}
.u-fill-color-527 {
fill: #527 !important;
}
.u-stroke-color-527 {
stroke: #527 !important;
}
.u-background-color-528 {
background-color: #528 !important;
}
.u-border-color-528 {
border-color: #528 !important;
}
.u-text-color-528 {
color: #528 !important;
}
.u-fill-color-528 {
fill: #528 !important;
}
.u-stroke-color-528 {
stroke: #528 !important;
}
.u-background-color-529 {
background-color: #529 !important;
}
.u-border-color-529 {
border-color: #529 !important;
}
.u-text-color-529 {
color: #529 !important;
}
.u-fill-color-529 {
fill: #529 !important;
}
.u-stroke-color-529 {
stroke: #529 !important;
}
.u-background-color-530 {
background-color: #530 !important;
}
.u-border-color-530 {
border-color: #530 !important;
}
.u-text-color-530 {
color: #530 !important;
}
.u-fill-color-530 {
fill: #530 !important;
}
.u-stroke-color-530 {
stroke: #530 !important;
}
.u-background-color-531 {
background-color: #531 !important;
}
.u-border-color-531 {
border-color: #531 !important;
}
.u-text-color-531 {
color: #531 !important;
}
.u-fill-color-531 {
fill: #531 !important;
}
.u-stroke-color-531 {
stroke: #531 !important;
}
.u-background-color-532 {
background-color: #532 !important;
}
.u-border-color-532 {
border-color: #532 !important;
}
.u-text-color-532 {
color: #532 !important;
}
.u-fill-color-532 {
fill: #532 !important;
}
.u-stroke-color-532 {
stroke: #532 !important;
}
.u-background-color-533 {
background-color: #533 !important;
}
.u-border-color-533 {
border-color: #533 !important;
}
.u-text-color-533 {
color: #533 !important;
}
.u-fill-color-533 {
fill: #533 !important;
}
.u-stroke-color-533 {
stroke: #533 !important;
}
.u-background-color-534 {
background-color: #534 !important;
}
.u-border-color-534 {
border-color: #534 !important;
}
.u-text-color-534 {
color: #534 !important;
}
.u-fill-color-534 {
fill: #534 !important;
}
.u-stroke-color-534 {
stroke: #534 !important;
}
.u-background-color-535 {
background-color: #535 !important;
}
.u-border-color-535 {
border-color: #535 !important;
}
.u-text-color-535 {
color: #535 !important;
}
.u-fill-color-535 {
fill: #535 !important;
}
.u-stroke-color-535 {
stroke: #535 !important;
}
.u-background-color-536 {
background-color: #536 !important;
}
.u-border-color-536 {
border-color: #536 !important;
}
.u-text-color-536 {
color: #536 !important;
}
.u-fill-color-536 {
fill: #536 !important;
}
.u-stroke-color-536 {
stroke: #536 !important;
}
.u-background-color-537 {
background-color: #537 !important;
}
.u-border-color-537 {
border-color: #537 !important;
}
.u-text-color-537 {
color: #537 !important;
}
.u-fill-color-537 {
fill: #537 !important;
}
.u-stroke-color-537 {
stroke: #537 !important;
}
.u-background-color-538 {
background-color: #538 !important;
}
.u-border-color-538 {
border-color: #538 !important;
}
.u-text-color-538 {
color: #538 !important;
}
.u-fill-color-538 {
fill: #538 !important;
}
.u-stroke-color-538 {
stroke: #538 !important;
}
.u-background-color-539 {
background-color: #539 !important;
}
.u-border-color-539 {
border-color: #539 !important;
}
.u-text-color-539 {
color: #539 !important;
}
.u-fill-color-539 {
fill: #539 !important;
}
.u-stroke-color-539 {
stroke: #539 !important;
}
.u-background-color-540 {
background-color: #540 !important;
}
.u-border-color-540 {
border-color: #540 !important;
}
.u-text-color-540 {
color: #540 !important;
}
.u-fill-color-540 {
fill: #540 !important;
}
.u-stroke-color-540 {
stroke: #540 !important;
}
.u-background-color-541 {
background-color: #541 !important;
}
.u-border-color-541 {
border-color: #541 !important;
}
.u-text-color-541 {
color: #541 !important;
}
.u-fill-color-541 {
fill: #541 !important;
}
.u-stroke-color-541 {
stroke: #541 !important;
}
.u-background-color-542 {
background-color: #542 !important;
}
.u-border-color-542 {
border-color: #542 !important;
}
.u-text-color-542 {
color: #542 !important;
}
.u-fill-color-542 {
fill: #542 !important;
}
.u-stroke-color-542 {
stroke: #542 !important;
}
.u-background-color-543 {
background-color: #543 !important;
}
.u-border-color-543 {
border-color: #543 !important;
}
.u-text-color-543 {
color: #543 !important;
}
.u-fill-color-543 {
fill: #543 !important;
}
.u-stroke-color-543 {
stroke: #543 !important;
}
.u-background-color-544 {
background-color: #544 !important;
}
.u-border-color-544 {
border-color: #544 !important;
}
.u-text-color-544 {
color: #544 !important;
}
.u-fill-color-544 {
fill: #544 !important;
}
.u-stroke-color-544 {
stroke: #544 !important;
}
.u-background-color-545 {
background-color: #545 !important;
}
.u-border-color-545 {
border-color: #545 !important;
}
.u-text-color-545 {
color: #545 !important;
}
.u-fill-color-545 {
fill: #545 !important;
}
.u-stroke-color-545 {
stroke: #545 !important;
}
.u-background-color-546 {
background-color: #546 !important;
}
.u-border-color-546 {
border-color: #546 !important;
}
.u-text-color-546 {
color: #546 !important;
}
.u-fill-color-546 {
fill: #546 !important;
}
.u-stroke-color-546 {
stroke: #546 !important;
}
.u-background-color-547 {
background-color: #547 !important;
}
.u-border-color-547 {
border-color: #547 !important;
}
.u-text-color-547 {
color: #547 !important;
}
.u-fill-color-547 {
fill: #547 !important;
}
.u-stroke-color-547 {
stroke: #547 !important;
}
.u-background-color-548 {
background-color: #548 !important;
}
.u-border-color-548 {
border-color: #548 !important;
}
.u-text-color-548 {
color: #548 !important;
}
.u-fill-color-548 {
fill: #548 !important;
}
.u-stroke-color-548 {
stroke: #548 !important;
}
.u-background-color-549 {
background-color: #549 !important;
}
.u-border-color-549 {
border-color: #549 !important;
}
.u-text-color-549 {
color: #549 !important;
}
.u-fill-color-549 {
fill: #549 !important;
}
.u-stroke-color-549 {
stroke: #549 !important;
}
.u-background-color-550 {
background-color: #550 !important;
}
.u-border-color-550 {
border-color: #550 !important;
}
.u-text-color-550 {
color: #550 !important;
}
.u-fill-color-550 {
fill: #550 !important;
}
.u-stroke-color-550 {
stroke: #550 !important;
}
.u-background-color-551 {
background-color: #551 !important;
}
.u-border-color-551 {
border-color: #551 !important;
}
.u-text-color-551 {
color: #551 !important;
}
.u-fill-color-551 {
fill: #551 !important;
}
.u-stroke-color-551 {
stroke: #551 !important;
}
.u-background-color-552 {
background-color: #552 !important;
}
.u-border-color-552 {
border-color: #552 !important;
}
.u-text-color-552 {
color: #552 !important;
}
.u-fill-color-552 {
fill: #552 !important;
}
.u-stroke-color-552 {
stroke: #552 !important;
}
.u-background-color-553 {
background-color: #553 !important;
}
.u-border-color-553 {
border-color: #553 !important;
}
.u-text-color-553 {
color: #553 !important;
}
.u-fill-color-553 {
fill: #553 !important;
}
.u-stroke-color-553 {
stroke: #553 !important;
}
.u-background-color-554 {
background-color: #554 !important;
}
.u-border-color-554 {
border-color: #554 !important;
}
.u-text-color-554 {
color: #554 !important;
}
.u-fill-color-554 {
fill: #554 !important;
}
.u-stroke-color-554 {
stroke: #554 !important;
}
.u-background-color-555 {
background-color: #555 !important;
}
.u-border-color-555 {
border-color: #555 !important;
}
.u-text-color-555 {
color: #555 !important;
}
.u-fill-color-555 {
fill: #555 !important;
}
.u-stroke-color-555 {
stroke: #555 !important;
}
.u-background-color-556 {
background-color: #556 !important;
}
.u-border-color-556 {
border-color: #556 !important;
}
.u-text-color-556 {
color: #556 !important;
}
.u-fill-color-556 {
fill: #556 !important;
}
.u-stroke-color-556 {
stroke: #556 !important;
}
.u-background-color-557 {
background-color: #557 !important;
}
.u-border-color-557 {
border-color: #557 !important;
}
.u-text-color-557 {
color: #557 !important;
}
.u-fill-color-557 {
fill: #557 !important;
}
.u-stroke-color-557 {
stroke: #557 !important;
}
.u-background-color-558 {
background-color: #558 !important;
}
.u-border-color-558 {
border-color: #558 !important;
}
.u-text-color-558 {
color: #558 !important;
}
.u-fill-color-558 {
fill: #558 !important;
}
.u-stroke-color-558 {
stroke: #558 !important;
}
.u-background-color-559 {
background-color: #559 !important;
}
.u-border-color-559 {
border-color: #559 !important;
}
.u-text-color-559 {
color: #559 !important;
}
.u-fill-color-559 {
fill: #559 !important;
}
.u-stroke-color-559 {
stroke: #559 !important;
}
.u-background-color-560 {
background-color: #560 !important;
}
.u-border-color-560 {
border-color: #560 !important;
}
.u-text-color-560 {
color: #560 !important;
}
.u-fill-color-560 {
fill: #560 !important;
}
.u-stroke-color-560 {
stroke: #560 !important;
}
.u-background-color-561 {
background-color: #561 !important;
}
.u-border-color-561 {
border-color: #561 !important;
}
.u-text-color-561 {
color: #561 !important;
}
.u-fill-color-561 {
fill: #561 !important;
}
.u-stroke-color-561 {
stroke: #561 !important;
}
.u-background-color-562 {
background-color: #562 !important;
}
.u-border-color-562 {
border-color: #562 !important;
}
.u-text-color-562 {
color: #562 !important;
}
.u-fill-color-562 {
fill: #562 !important;
}
.u-stroke-color-562 {
stroke: #562 !important;
}
.u-background-color-563 {
background-color: #563 !important;
}
.u-border-color-563 {
border-color: #563 !important;
}
.u-text-color-563 {
color: #563 !important;
}
.u-fill-color-563 {
fill: #563 !important;
}
.u-stroke-color-563 {
stroke: #563 !important;
}
.u-background-color-564 {
background-color: #564 !important;
}
.u-border-color-564 {
border-color: #564 !important;
}
.u-text-color-564 {
color: #564 !important;
}
.u-fill-color-564 {
fill: #564 !important;
}
.u-stroke-color-564 {
stroke: #564 !important;
}
.u-background-color-565 {
background-color: #565 !important;
}
.u-border-color-565 {
border-color: #565 !important;
}
.u-text-color-565 {
color: #565 !important;
}
.u-fill-color-565 {
fill: #565 !important;
}
.u-stroke-color-565 {
stroke: #565 !important;
}
.u-background-color-566 {
background-color: #566 !important;
}
.u-border-color-566 {
border-color: #566 !important;
}
.u-text-color-566 {
color: #566 !important;
}
.u-fill-color-566 {
fill: #566 !important;
}
.u-stroke-color-566 {
stroke: #566 !important;
}
.u-background-color-567 {
background-color: #567 !important;
}
.u-border-color-567 {
border-color: #567 !important;
}
.u-text-color-567 {
color: #567 !important;
}
.u-fill-color-567 {
fill: #567 !important;
}
.u-stroke-color-567 {
stroke: #567 !important;
}
.u-background-color-568 {
background-color: #568 !important;
}
.u-border-color-568 {
border-color: #568 !important;
}
.u-text-color-568 {
color: #568 !important;
}
.u-fill-color-568 {
fill: #568 !important;
}
.u-stroke-color-568 {
stroke: #568 !important;
}
.u-background-color-569 {
background-color: #569 !important;
}
.u-border-color-569 {
border-color: #569 !important;
}
.u-text-color-569 {
color: #569 !important;
}
.u-fill-color-569 {
fill: #569 !important;
}
.u-stroke-color-569 {
stroke: #569 !important;
}
.u-background-color-570 {
background-color: #570 !important;
}
.u-border-color-570 {
border-color: #570 !important;
}
.u-text-color-570 {
color: #570 !important;
}
.u-fill-color-570 {
fill: #570 !important;
}
.u-stroke-color-570 {
stroke: #570 !important;
}
.u-background-color-571 {
background-color: #571 !important;
}
.u-border-color-571 {
border-color: #571 !important;
}
.u-text-color-571 {
color: #571 !important;
}
.u-fill-color-571 {
fill: #571 !important;
}
.u-stroke-color-571 {
stroke: #571 !important;
}
.u-background-color-572 {
background-color: #572 !important;
}
.u-border-color-572 {
border-color: #572 !important;
}
.u-text-color-572 {
color: #572 !important;
}
.u-fill-color-572 {
fill: #572 !important;
}
.u-stroke-color-572 {
stroke: #572 !important;
}
.u-background-color-573 {
background-color: #573 !important;
}
.u-border-color-573 {
border-color: #573 !important;
}
.u-text-color-573 {
color: #573 !important;
}
.u-fill-color-573 {
fill: #573 !important;
}
.u-stroke-color-573 {
stroke: #573 !important;
}
.u-background-color-574 {
background-color: #574 !important;
}
.u-border-color-574 {
border-color: #574 !important;
}
.u-text-color-574 {
color: #574 !important;
}
.u-fill-color-574 {
fill: #574 !important;
}
.u-stroke-color-574 {
stroke: #574 !important;
}
.u-background-color-575 {
background-color: #575 !important;
}
.u-border-color-575 {
border-color: #575 !important;
}
.u-text-color-575 {
color: #575 !important;
}
.u-fill-color-575 {
fill: #575 !important;
}
.u-stroke-color-575 {
stroke: #575 !important;
}
.u-background-color-576 {
background-color: #576 !important;
}
.u-border-color-576 {
border-color: #576 !important;
}
.u-text-color-576 {
color: #576 !important;
}
.u-fill-color-576 {
fill: #576 !important;
}
.u-stroke-color-576 {
stroke: #576 !important;
}
.u-background-color-577 {
background-color: #577 !important;
}
.u-border-color-577 {
border-color: #577 !important;
}
.u-text-color-577 {
color: #577 !important;
}
.u-fill-color-577 {
fill: #577 !important;
}
.u-stroke-color-577 {
stroke: #577 !important;
}
.u-background-color-578 {
background-color: #578 !important;
}
.u-border-color-578 {
border-color: #578 !important;
}
.u-text-color-578 {
color: #578 !important;
}
.u-fill-color-578 {
fill: #578 !important;
}
.u-stroke-color-578 {
stroke: #578 !important;
}
.u-background-color-579 {
background-color: #579 !important;
}
.u-border-color-579 {
border-color: #579 !important;
}
.u-text-color-579 {
color: #579 !important;
}
.u-fill-color-579 {
fill: #579 !important;
}
.u-stroke-color-579 {
stroke: #579 !important;
}
.u-background-color-580 {
background-color: #580 !important;
}
.u-border-color-580 {
border-color: #580 !important;
}
.u-text-color-580 {
color: #580 !important;
}
.u-fill-color-580 {
fill: #580 !important;
}
.u-stroke-color-580 {
stroke: #580 !important;
}
.u-background-color-581 {
background-color: #581 !important;
}
.u-border-color-581 {
border-color: #581 !important;
}
.u-text-color-581 {
color: #581 !important;
}
.u-fill-color-581 {
fill: #581 !important;
}
.u-stroke-color-581 {
stroke: #581 !important;
}
.u-background-color-582 {
background-color: #582 !important;
}
.u-border-color-582 {
border-color: #582 !important;
}
.u-text-color-582 {
color: #582 !important;
}
.u-fill-color-582 {
fill: #582 !important;
}
.u-stroke-color-582 {
stroke: #582 !important;
}
.u-background-color-583 {
background-color: #583 !important;
}
.u-border-color-583 {
border-color: #583 !important;
}
.u-text-color-583 {
color: #583 !important;
}
.u-fill-color-583 {
fill: #583 !important;
}
.u-stroke-color-583 {
stroke: #583 !important;
}
.u-background-color-584 {
background-color: #584 !important;
}
.u-border-color-584 {
border-color: #584 !important;
}
.u-text-color-584 {
color: #584 !important;
}
.u-fill-color-584 {
fill: #584 !important;
}
.u-stroke-color-584 {
stroke: #584 !important;
}
.u-background-color-585 {
background-color: #585 !important;
}
.u-border-color-585 {
border-color: #585 !important;
}
.u-text-color-585 {
color: #585 !important;
}
.u-fill-color-585 {
fill: #585 !important;
}
.u-stroke-color-585 {
stroke: #585 !important;
}
.u-background-color-586 {
background-color: #586 !important;
}
.u-border-color-586 {
border-color: #586 !important;
}
.u-text-color-586 {
color: #586 !important;
}
.u-fill-color-586 {
fill: #586 !important;
}
.u-stroke-color-586 {
stroke: #586 !important;
}
.u-background-color-587 {
background-color: #587 !important;
}
.u-border-color-587 {
border-color: #587 !important;
}
.u-text-color-587 {
color: #587 !important;
}
.u-fill-color-587 {
fill: #587 !important;
}
.u-stroke-color-587 {
stroke: #587 !important;
}
.u-background-color-588 {
background-color: #588 !important;
}
.u-border-color-588 {
border-color: #588 !important;
}
.u-text-color-588 {
color: #588 !important;
}
.u-fill-color-588 {
fill: #588 !important;
}
.u-stroke-color-588 {
stroke: #588 !important;
}
.u-background-color-589 {
background-color: #589 !important;
}
.u-border-color-589 {
border-color: #589 !important;
}
.u-text-color-589 {
color: #589 !important;
}
.u-fill-color-589 {
fill: #589 !important;
}
.u-stroke-color-589 {
stroke: #589 !important;
}
.u-background-color-590 {
background-color: #590 !important;
}
.u-border-color-590 {
border-color: #590 !important;
}
.u-text-color-590 {
color: #590 !important;
}
.u-fill-color-590 {
fill: #590 !important;
}
.u-stroke-color-590 {
stroke: #590 !important;
}
.u-background-color-591 {
background-color: #591 !important;
}
.u-border-color-591 {
border-color: #591 !important;
}
.u-text-color-591 {
color: #591 !important;
}
.u-fill-color-591 {
fill: #591 !important;
}
.u-stroke-color-591 {
stroke: #591 !important;
}
.u-background-color-592 {
background-color: #592 !important;
}
.u-border-color-592 {
border-color: #592 !important;
}
.u-text-color-592 {
color: #592 !important;
}
.u-fill-color-592 {
fill: #592 !important;
}
.u-stroke-color-592 {
stroke: #592 !important;
}
.u-background-color-593 {
background-color: #593 !important;
}
.u-border-color-593 {
border-color: #593 !important;
}
.u-text-color-593 {
color: #593 !important;
}
.u-fill-color-593 {
fill: #593 !important;
}
.u-stroke-color-593 {
stroke: #593 !important;
}
.u-background-color-594 {
background-color: #594 !important;
}
.u-border-color-594 {
border-color: #594 !important;
}
.u-text-color-594 {
color: #594 !important;
}
.u-fill-color-594 {
fill: #594 !important;
}
.u-stroke-color-594 {
stroke: #594 !important;
}
.u-background-color-595 {
background-color: #595 !important;
}
.u-border-color-595 {
border-color: #595 !important;
}
.u-text-color-595 {
color: #595 !important;
}
.u-fill-color-595 {
fill: #595 !important;
}
.u-stroke-color-595 {
stroke: #595 !important;
}
.u-background-color-596 {
background-color: #596 !important;
}
.u-border-color-596 {
border-color: #596 !important;
}
.u-text-color-596 {
color: #596 !important;
}
.u-fill-color-596 {
fill: #596 !important;
}
.u-stroke-color-596 {
stroke: #596 !important;
}
.u-background-color-597 {
background-color: #597 !important;
}
.u-border-color-597 {
border-color: #597 !important;
}
.u-text-color-597 {
color: #597 !important;
}
.u-fill-color-597 {
fill: #597 !important;
}
.u-stroke-color-597 {
stroke: #597 !important;
}
.u-background-color-598 {
background-color: #598 !important;
}
.u-border-color-598 {
border-color: #598 !important;
}
.u-text-color-598 {
color: #598 !important;
}
.u-fill-color-598 {
fill: #598 !important;
}
.u-stroke-color-598 {
stroke: #598 !important;
}
.u-background-color-599 {
background-color: #599 !important;
}
.u-border-color-599 {
border-color: #599 !important;
}
.u-text-color-599 {
color: #599 !important;
}
.u-fill-color-599 {
fill: #599 !important;
}
.u-stroke-color-599 {
stroke: #599 !important;
}
.u-background-color-600 {
background-color: #600 !important;
}
.u-border-color-600 {
border-color: #600 !important;
}
.u-text-color-600 {
color: #600 !important;
}
.u-fill-color-600 {
fill: #600 !important;
}
.u-stroke-color-600 {
stroke: #600 !important;
}
.u-background-color-601 {
background-color: #601 !important;
}
.u-border-color-601 {
border-color: #601 !important;
}
.u-text-color-601 {
color: #601 !important;
}
.u-fill-color-601 {
fill: #601 !important;
}
.u-stroke-color-601 {
stroke: #601 !important;
}
.u-background-color-602 {
background-color: #602 !important;
}
.u-border-color-602 {
border-color: #602 !important;
}
.u-text-color-602 {
color: #602 !important;
}
.u-fill-color-602 {
fill: #602 !important;
}
.u-stroke-color-602 {
stroke: #602 !important;
}
.u-background-color-603 {
background-color: #603 !important;
}
.u-border-color-603 {
border-color: #603 !important;
}
.u-text-color-603 {
color: #603 !important;
}
.u-fill-color-603 {
fill: #603 !important;
}
.u-stroke-color-603 {
stroke: #603 !important;
}
.u-background-color-604 {
background-color: #604 !important;
}
.u-border-color-604 {
border-color: #604 !important;
}
.u-text-color-604 {
color: #604 !important;
}
.u-fill-color-604 {
fill: #604 !important;
}
.u-stroke-color-604 {
stroke: #604 !important;
}
.u-background-color-605 {
background-color: #605 !important;
}
.u-border-color-605 {
border-color: #605 !important;
}
.u-text-color-605 {
color: #605 !important;
}
.u-fill-color-605 {
fill: #605 !important;
}
.u-stroke-color-605 {
stroke: #605 !important;
}
.u-background-color-606 {
background-color: #606 !important;
}
.u-border-color-606 {
border-color: #606 !important;
}
.u-text-color-606 {
color: #606 !important;
}
.u-fill-color-606 {
fill: #606 !important;
}
.u-stroke-color-606 {
stroke: #606 !important;
}
.u-background-color-607 {
background-color: #607 !important;
}
.u-border-color-607 {
border-color: #607 !important;
}
.u-text-color-607 {
color: #607 !important;
}
.u-fill-color-607 {
fill: #607 !important;
}
.u-stroke-color-607 {
stroke: #607 !important;
}
.u-background-color-608 {
background-color: #608 !important;
}
.u-border-color-608 {
border-color: #608 !important;
}
.u-text-color-608 {
color: #608 !important;
}
.u-fill-color-608 {
fill: #608 !important;
}
.u-stroke-color-608 {
stroke: #608 !important;
}
.u-background-color-609 {
background-color: #609 !important;
}
.u-border-color-609 {
border-color: #609 !important;
}
.u-text-color-609 {
color: #609 !important;
}
.u-fill-color-609 {
fill: #609 !important;
}
.u-stroke-color-609 {
stroke: #609 !important;
}
.u-background-color-610 {
background-color: #610 !important;
}
.u-border-color-610 {
border-color: #610 !important;
}
.u-text-color-610 {
color: #610 !important;
}
.u-fill-color-610 {
fill: #610 !important;
}
.u-stroke-color-610 {
stroke: #610 !important;
}
.u-background-color-611 {
background-color: #611 !important;
}
.u-border-color-611 {
border-color: #611 !important;
}
.u-text-color-611 {
color: #611 !important;
}
.u-fill-color-611 {
fill: #611 !important;
}
.u-stroke-color-611 {
stroke: #611 !important;
}
.u-background-color-612 {
background-color: #612 !important;
}
.u-border-color-612 {
border-color: #612 !important;
}
.u-text-color-612 {
color: #612 !important;
}
.u-fill-color-612 {
fill: #612 !important;
}
.u-stroke-color-612 {
stroke: #612 !important;
}
.u-background-color-613 {
background-color: #613 !important;
}
.u-border-color-613 {
border-color: #613 !important;
}
.u-text-color-613 {
color: #613 !important;
}
.u-fill-color-613 {
fill: #613 !important;
}
.u-stroke-color-613 {
stroke: #613 !important;
}
.u-background-color-614 {
background-color: #614 !important;
}
.u-border-color-614 {
border-color: #614 !important;
}
.u-text-color-614 {
color: #614 !important;
}
.u-fill-color-614 {
fill: #614 !important;
}
.u-stroke-color-614 {
stroke: #614 !important;
}
.u-background-color-615 {
background-color: #615 !important;
}
.u-border-color-615 {
border-color: #615 !important;
}
.u-text-color-615 {
color: #615 !important;
}
.u-fill-color-615 {
fill: #615 !important;
}
.u-stroke-color-615 {
stroke: #615 !important;
}
.u-background-color-616 {
background-color: #616 !important;
}
.u-border-color-616 {
border-color: #616 !important;
}
.u-text-color-616 {
color: #616 !important;
}
.u-fill-color-616 {
fill: #616 !important;
}
.u-stroke-color-616 {
stroke: #616 !important;
}
.u-background-color-617 {
background-color: #617 !important;
}
.u-border-color-617 {
border-color: #617 !important;
}
.u-text-color-617 {
color: #617 !important;
}
.u-fill-color-617 {
fill: #617 !important;
}
.u-stroke-color-617 {
stroke: #617 !important;
}
.u-background-color-618 {
background-color: #618 !important;
}
.u-border-color-618 {
border-color: #618 !important;
}
.u-text-color-618 {
color: #618 !important;
}
.u-fill-color-618 {
fill: #618 !important;
}
.u-stroke-color-618 {
stroke: #618 !important;
}
.u-background-color-619 {
background-color: #619 !important;
}
.u-border-color-619 {
border-color: #619 !important;
}
.u-text-color-619 {
color: #619 !important;
}
.u-fill-color-619 {
fill: #619 !important;
}
.u-stroke-color-619 {
stroke: #619 !important;
}
.u-background-color-620 {
background-color: #620 !important;
}
.u-border-color-620 {
border-color: #620 !important;
}
.u-text-color-620 {
color: #620 !important;
}
.u-fill-color-620 {
fill: #620 !important;
}
.u-stroke-color-620 {
stroke: #620 !important;
}
.u-background-color-621 {
background-color: #621 !important;
}
.u-border-color-621 {
border-color: #621 !important;
}
.u-text-color-621 {
color: #621 !important;
}
.u-fill-color-621 {
fill: #621 !important;
}
.u-stroke-color-621 {
stroke: #621 !important;
}
.u-background-color-622 {
background-color: #622 !important;
}
.u-border-color-622 {
border-color: #622 !important;
}
.u-text-color-622 {
color: #622 !important;
}
.u-fill-color-622 {
fill: #622 !important;
}
.u-stroke-color-622 {
stroke: #622 !important;
}
.u-background-color-623 {
background-color: #623 !important;
}
.u-border-color-623 {
border-color: #623 !important;
}
.u-text-color-623 {
color: #623 !important;
}
.u-fill-color-623 {
fill: #623 !important;
}
.u-stroke-color-623 {
stroke: #623 !important;
}
.u-background-color-624 {
background-color: #624 !important;
}
.u-border-color-624 {
border-color: #624 !important;
}
.u-text-color-624 {
color: #624 !important;
}
.u-fill-color-624 {
fill: #624 !important;
}
.u-stroke-color-624 {
stroke: #624 !important;
}
.u-background-color-625 {
background-color: #625 !important;
}
.u-border-color-625 {
border-color: #625 !important;
}
.u-text-color-625 {
color: #625 !important;
}
.u-fill-color-625 {
fill: #625 !important;
}
.u-stroke-color-625 {
stroke: #625 !important;
}
.u-background-color-626 {
background-color: #626 !important;
}
.u-border-color-626 {
border-color: #626 !important;
}
.u-text-color-626 {
color: #626 !important;
}
.u-fill-color-626 {
fill: #626 !important;
}
.u-stroke-color-626 {
stroke: #626 !important;
}
.u-background-color-627 {
background-color: #627 !important;
}
.u-border-color-627 {
border-color: #627 !important;
}
.u-text-color-627 {
color: #627 !important;
}
.u-fill-color-627 {
fill: #627 !important;
}
.u-stroke-color-627 {
stroke: #627 !important;
}
.u-background-color-628 {
background-color: #628 !important;
}
.u-border-color-628 {
border-color: #628 !important;
}
.u-text-color-628 {
color: #628 !important;
}
.u-fill-color-628 {
fill: #628 !important;
}
.u-stroke-color-628 {
stroke: #628 !important;
}
.u-background-color-629 {
background-color: #629 !important;
}
.u-border-color-629 {
border-color: #629 !important;
}
.u-text-color-629 {
color: #629 !important;
}
.u-fill-color-629 {
fill: #629 !important;
}
.u-stroke-color-629 {
stroke: #629 !important;
}
.u-background-color-630 {
background-color: #630 !important;
}
.u-border-color-630 {
border-color: #630 !important;
}
.u-text-color-630 {
color: #630 !important;
}
.u-fill-color-630 {
fill: #630 !important;
}
.u-stroke-color-630 {
stroke: #630 !important;
}
.u-background-color-631 {
background-color: #631 !important;
}
.u-border-color-631 {
border-color: #631 !important;
}
.u-text-color-631 {
color: #631 !important;
}
.u-fill-color-631 {
fill: #631 !important;
}
.u-stroke-color-631 {
stroke: #631 !important;
}
.u-background-color-632 {
background-color: #632 !important;
}
.u-border-color-632 {
border-color: #632 !important;
}
.u-text-color-632 {
color: #632 !important;
}
.u-fill-color-632 {
fill: #632 !important;
}
.u-stroke-color-632 {
stroke: #632 !important;
}
.u-background-color-633 {
background-color: #633 !important;
}
.u-border-color-633 {
border-color: #633 !important;
}
.u-text-color-633 {
color: #633 !important;
}
.u-fill-color-633 {
fill: #633 !important;
}
.u-stroke-color-633 {
stroke: #633 !important;
}
.u-background-color-634 {
background-color: #634 !important;
}
.u-border-color-634 {
border-color: #634 !important;
}
.u-text-color-634 {
color: #634 !important;
}
.u-fill-color-634 {
fill: #634 !important;
}
.u-stroke-color-634 {
stroke: #634 !important;
}
.u-background-color-635 {
background-color: #635 !important;
}
.u-border-color-635 {
border-color: #635 !important;
}
.u-text-color-635 {
color: #635 !important;
}
.u-fill-color-635 {
fill: #635 !important;
}
.u-stroke-color-635 {
stroke: #635 !important;
}
.u-background-color-636 {
background-color: #636 !important;
}
.u-border-color-636 {
border-color: #636 !important;
}
.u-text-color-636 {
color: #636 !important;
}
.u-fill-color-636 {
fill: #636 !important;
}
.u-stroke-color-636 {
stroke: #636 !important;
}
.u-background-color-637 {
background-color: #637 !important;
}
.u-border-color-637 {
border-color: #637 !important;
}
.u-text-color-637 {
color: #637 !important;
}
.u-fill-color-637 {
fill: #637 !important;
}
.u-stroke-color-637 {
stroke: #637 !important;
}
.u-background-color-638 {
background-color: #638 !important;
}
.u-border-color-638 {
border-color: #638 !important;
}
.u-text-color-638 {
color: #638 !important;
}
.u-fill-color-638 {
fill: #638 !important;
}
.u-stroke-color-638 {
stroke: #638 !important;
}
.u-background-color-639 {
background-color: #639 !important;
}
.u-border-color-639 {
border-color: #639 !important;
}
.u-text-color-639 {
color: #639 !important;
}
.u-fill-color-639 {
fill: #639 !important;
}
.u-stroke-color-639 {
stroke: #639 !important;
}
.u-background-color-640 {
background-color: #640 !important;
}
.u-border-color-640 {
border-color: #640 !important;
}
.u-text-color-640 {
color: #640 !important;
}
.u-fill-color-640 {
fill: #640 !important;
}
.u-stroke-color-640 {
stroke: #640 !important;
}
.u-background-color-641 {
background-color: #641 !important;
}
.u-border-color-641 {
border-color: #641 !important;
}
.u-text-color-641 {
color: #641 !important;
}
.u-fill-color-641 {
fill: #641 !important;
}
.u-stroke-color-641 {
stroke: #641 !important;
}
.u-background-color-642 {
background-color: #642 !important;
}
.u-border-color-642 {
border-color: #642 !important;
}
.u-text-color-642 {
color: #642 !important;
}
.u-fill-color-642 {
fill: #642 !important;
}
.u-stroke-color-642 {
stroke: #642 !important;
}
.u-background-color-643 {
background-color: #643 !important;
}
.u-border-color-643 {
border-color: #643 !important;
}
.u-text-color-643 {
color: #643 !important;
}
.u-fill-color-643 {
fill: #643 !important;
}
.u-stroke-color-643 {
stroke: #643 !important;
}
.u-background-color-644 {
background-color: #644 !important;
}
.u-border-color-644 {
border-color: #644 !important;
}
.u-text-color-644 {
color: #644 !important;
}
.u-fill-color-644 {
fill: #644 !important;
}
.u-stroke-color-644 {
stroke: #644 !important;
}
.u-background-color-645 {
background-color: #645 !important;
}
.u-border-color-645 {
border-color: #645 !important;
}
.u-text-color-645 {
color: #645 !important;
}
.u-fill-color-645 {
fill: #645 !important;
}
.u-stroke-color-645 {
stroke: #645 !important;
}
.u-background-color-646 {
background-color: #646 !important;
}
.u-border-color-646 {
border-color: #646 !important;
}
.u-text-color-646 {
color: #646 !important;
}
.u-fill-color-646 {
fill: #646 !important;
}
.u-stroke-color-646 {
stroke: #646 !important;
}
.u-background-color-647 {
background-color: #647 !important;
}
.u-border-color-647 {
border-color: #647 !important;
}
.u-text-color-647 {
color: #647 !important;
}
.u-fill-color-647 {
fill: #647 !important;
}
.u-stroke-color-647 {
stroke: #647 !important;
}
.u-background-color-648 {
background-color: #648 !important;
}
.u-border-color-648 {
border-color: #648 !important;
}
.u-text-color-648 {
color: #648 !important;
}
.u-fill-color-648 {
fill: #648 !important;
}
.u-stroke-color-648 {
stroke: #648 !important;
}
.u-background-color-649 {
background-color: #649 !important;
}
.u-border-color-649 {
border-color: #649 !important;
}
.u-text-color-649 {
color: #649 !important;
}
.u-fill-color-649 {
fill: #649 !important;
}
.u-stroke-color-649 {
stroke: #649 !important;
}
.u-background-color-650 {
background-color: #650 !important;
}
.u-border-color-650 {
border-color: #650 !important;
}
.u-text-color-650 {
color: #650 !important;
}
.u-fill-color-650 {
fill: #650 !important;
}
.u-stroke-color-650 {
stroke: #650 !important;
}
.u-background-color-651 {
background-color: #651 !important;
}
.u-border-color-651 {
border-color: #651 !important;
}
.u-text-color-651 {
color: #651 !important;
}
.u-fill-color-651 {
fill: #651 !important;
}
.u-stroke-color-651 {
stroke: #651 !important;
}
.u-background-color-652 {
background-color: #652 !important;
}
.u-border-color-652 {
border-color: #652 !important;
}
.u-text-color-652 {
color: #652 !important;
}
.u-fill-color-652 {
fill: #652 !important;
}
.u-stroke-color-652 {
stroke: #652 !important;
}
.u-background-color-653 {
background-color: #653 !important;
}
.u-border-color-653 {
border-color: #653 !important;
}
.u-text-color-653 {
color: #653 !important;
}
.u-fill-color-653 {
fill: #653 !important;
}
.u-stroke-color-653 {
stroke: #653 !important;
}
.u-background-color-654 {
background-color: #654 !important;
}
.u-border-color-654 {
border-color: #654 !important;
}
.u-text-color-654 {
color: #654 !important;
}
.u-fill-color-654 {
fill: #654 !important;
}
.u-stroke-color-654 {
stroke: #654 !important;
}
.u-background-color-655 {
background-color: #655 !important;
}
.u-border-color-655 {
border-color: #655 !important;
}
.u-text-color-655 {
color: #655 !important;
}
.u-fill-color-655 {
fill: #655 !important;
}
.u-stroke-color-655 {
stroke: #655 !important;
}
.u-background-color-656 {
background-color: #656 !important;
}
.u-border-color-656 {
border-color: #656 !important;
}
.u-text-color-656 {
color: #656 !important;
}
.u-fill-color-656 {
fill: #656 !important;
}
.u-stroke-color-656 {
stroke: #656 !important;
}
.u-background-color-657 {
background-color: #657 !important;
}
.u-border-color-657 {
border-color: #657 !important;
}
.u-text-color-657 {
color: #657 !important;
}
.u-fill-color-657 {
fill: #657 !important;
}
.u-stroke-color-657 {
stroke: #657 !important;
}
.u-background-color-658 {
background-color: #658 !important;
}
.u-border-color-658 {
border-color: #658 !important;
}
.u-text-color-658 {
color: #658 !important;
}
.u-fill-color-658 {
fill: #658 !important;
}
.u-stroke-color-658 {
stroke: #658 !important;
}
.u-background-color-659 {
background-color: #659 !important;
}
.u-border-color-659 {
border-color: #659 !important;
}
.u-text-color-659 {
color: #659 !important;
}
.u-fill-color-659 {
fill: #659 !important;
}
.u-stroke-color-659 {
stroke: #659 !important;
}
.u-background-color-660 {
background-color: #660 !important;
}
.u-border-color-660 {
border-color: #660 !important;
}
.u-text-color-660 {
color: #660 !important;
}
.u-fill-color-660 {
fill: #660 !important;
}
.u-stroke-color-660 {
stroke: #660 !important;
}
.u-background-color-661 {
background-color: #661 !important;
}
.u-border-color-661 {
border-color: #661 !important;
}
.u-text-color-661 {
color: #661 !important;
}
.u-fill-color-661 {
fill: #661 !important;
}
.u-stroke-color-661 {
stroke: #661 !important;
}
.u-background-color-662 {
background-color: #662 !important;
}
.u-border-color-662 {
border-color: #662 !important;
}
.u-text-color-662 {
color: #662 !important;
}
.u-fill-color-662 {
fill: #662 !important;
}
.u-stroke-color-662 {
stroke: #662 !important;
}
.u-background-color-663 {
background-color: #663 !important;
}
.u-border-color-663 {
border-color: #663 !important;
}
.u-text-color-663 {
color: #663 !important;
}
.u-fill-color-663 {
fill: #663 !important;
}
.u-stroke-color-663 {
stroke: #663 !important;
}
.u-background-color-664 {
background-color: #664 !important;
}
.u-border-color-664 {
border-color: #664 !important;
}
.u-text-color-664 {
color: #664 !important;
}
.u-fill-color-664 {
fill: #664 !important;
}
.u-stroke-color-664 {
stroke: #664 !important;
}
.u-background-color-665 {
background-color: #665 !important;
}
.u-border-color-665 {
border-color: #665 !important;
}
.u-text-color-665 {
color: #665 !important;
}
.u-fill-color-665 {
fill: #665 !important;
}
.u-stroke-color-665 {
stroke: #665 !important;
}
.u-background-color-666 {
background-color: #666 !important;
}
.u-border-color-666 {
border-color: #666 !important;
}
.u-text-color-666 {
color: #666 !important;
}
.u-fill-color-666 {
fill: #666 !important;
}
.u-stroke-color-666 {
stroke: #666 !important;
}
.u-background-color-667 {
background-color: #667 !important;
}
.u-border-color-667 {
border-color: #667 !important;
}
.u-text-color-667 {
color: #667 !important;
}
.u-fill-color-667 {
fill: #667 !important;
}
.u-stroke-color-667 {
stroke: #667 !important;
}
.u-background-color-668 {
background-color: #668 !important;
}
.u-border-color-668 {
border-color: #668 !important;
}
.u-text-color-668 {
color: #668 !important;
}
.u-fill-color-668 {
fill: #668 !important;
}
.u-stroke-color-668 {
stroke: #668 !important;
}
.u-background-color-669 {
background-color: #669 !important;
}
.u-border-color-669 {
border-color: #669 !important;
}
.u-text-color-669 {
color: #669 !important;
}
.u-fill-color-669 {
fill: #669 !important;
}
.u-stroke-color-669 {
stroke: #669 !important;
}
.u-background-color-670 {
background-color: #670 !important;
}
.u-border-color-670 {
border-color: #670 !important;
}
.u-text-color-670 {
color: #670 !important;
}
.u-fill-color-670 {
fill: #670 !important;
}
.u-stroke-color-670 {
stroke: #670 !important;
}
.u-background-color-671 {
background-color: #671 !important;
}
.u-border-color-671 {
border-color: #671 !important;
}
.u-text-color-671 {
color: #671 !important;
}
.u-fill-color-671 {
fill: #671 !important;
}
.u-stroke-color-671 {
stroke: #671 !important;
}
.u-background-color-672 {
background-color: #672 !important;
}
.u-border-color-672 {
border-color: #672 !important;
}
.u-text-color-672 {
color: #672 !important;
}
.u-fill-color-672 {
fill: #672 !important;
}
.u-stroke-color-672 {
stroke: #672 !important;
}
.u-background-color-673 {
background-color: #673 !important;
}
.u-border-color-673 {
border-color: #673 !important;
}
.u-text-color-673 {
color: #673 !important;
}
.u-fill-color-673 {
fill: #673 !important;
}
.u-stroke-color-673 {
stroke: #673 !important;
}
.u-background-color-674 {
background-color: #674 !important;
}
.u-border-color-674 {
border-color: #674 !important;
}
.u-text-color-674 {
color: #674 !important;
}
.u-fill-color-674 {
fill: #674 !important;
}
.u-stroke-color-674 {
stroke: #674 !important;
}
.u-background-color-675 {
background-color: #675 !important;
}
.u-border-color-675 {
border-color: #675 !important;
}
.u-text-color-675 {
color: #675 !important;
}
.u-fill-color-675 {
fill: #675 !important;
}
.u-stroke-color-675 {
stroke: #675 !important;
}
.u-background-color-676 {
background-color: #676 !important;
}
.u-border-color-676 {
border-color: #676 !important;
}
.u-text-color-676 {
color: #676 !important;
}
.u-fill-color-676 {
fill: #676 !important;
}
.u-stroke-color-676 {
stroke: #676 !important;
}
.u-background-color-677 {
background-color: #677 !important;
}
.u-border-color-677 {
border-color: #677 !important;
}
.u-text-color-677 {
color: #677 !important;
}
.u-fill-color-677 {
fill: #677 !important;
}
.u-stroke-color-677 {
stroke: #677 !important;
}
.u-background-color-678 {
background-color: #678 !important;
}
.u-border-color-678 {
border-color: #678 !important;
}
.u-text-color-678 {
color: #678 !important;
}
.u-fill-color-678 {
fill: #678 !important;
}
.u-stroke-color-678 {
stroke: #678 !important;
}
.u-background-color-679 {
background-color: #679 !important;
}
.u-border-color-679 {
border-color: #679 !important;
}
.u-text-color-679 {
color: #679 !important;
}
.u-fill-color-679 {
fill: #679 !important;
}
.u-stroke-color-679 {
stroke: #679 !important;
}
.u-background-color-680 {
background-color: #680 !important;
}
.u-border-color-680 {
border-color: #680 !important;
}
.u-text-color-680 {
color: #680 !important;
}
.u-fill-color-680 {
fill: #680 !important;
}
.u-stroke-color-680 {
stroke: #680 !important;
}
.u-background-color-681 {
background-color: #681 !important;
}
.u-border-color-681 {
border-color: #681 !important;
}
.u-text-color-681 {
color: #681 !important;
}
.u-fill-color-681 {
fill: #681 !important;
}
.u-stroke-color-681 {
stroke: #681 !important;
}
.u-background-color-682 {
background-color: #682 !important;
}
.u-border-color-682 {
border-color: #682 !important;
}
.u-text-color-682 {
color: #682 !important;
}
.u-fill-color-682 {
fill: #682 !important;
}
.u-stroke-color-682 {
stroke: #682 !important;
}
.u-background-color-683 {
background-color: #683 !important;
}
.u-border-color-683 {
border-color: #683 !important;
}
.u-text-color-683 {
color: #683 !important;
}
.u-fill-color-683 {
fill: #683 !important;
}
.u-stroke-color-683 {
stroke: #683 !important;
}
.u-background-color-684 {
background-color: #684 !important;
}
.u-border-color-684 {
border-color: #684 !important;
}
.u-text-color-684 {
color: #684 !important;
}
.u-fill-color-684 {
fill: #684 !important;
}
.u-stroke-color-684 {
stroke: #684 !important;
}
.u-background-color-685 {
background-color: #685 !important;
}
.u-border-color-685 {
border-color: #685 !important;
}
.u-text-color-685 {
color: #685 !important;
}
.u-fill-color-685 {
fill: #685 !important;
}
.u-stroke-color-685 {
stroke: #685 !important;
}
.u-background-color-686 {
background-color: #686 !important;
}
.u-border-color-686 {
border-color: #686 !important;
}
.u-text-color-686 {
color: #686 !important;
}
.u-fill-color-686 {
fill: #686 !important;
}
.u-stroke-color-686 {
stroke: #686 !important;
}
.u-background-color-687 {
background-color: #687 !important;
}
.u-border-color-687 {
border-color: #687 !important;
}
.u-text-color-687 {
color: #687 !important;
}
.u-fill-color-687 {
fill: #687 !important;
}
.u-stroke-color-687 {
stroke: #687 !important;
}
.u-background-color-688 {
background-color: #688 !important;
}
.u-border-color-688 {
border-color: #688 !important;
}
.u-text-color-688 {
color: #688 !important;
}
.u-fill-color-688 {
fill: #688 !important;
}
.u-stroke-color-688 {
stroke: #688 !important;
}
.u-background-color-689 {
background-color: #689 !important;
}
.u-border-color-689 {
border-color: #689 !important;
}
.u-text-color-689 {
color: #689 !important;
}
.u-fill-color-689 {
fill: #689 !important;
}
.u-stroke-color-689 {
stroke: #689 !important;
}
.u-background-color-690 {
background-color: #690 !important;
}
.u-border-color-690 {
border-color: #690 !important;
}
.u-text-color-690 {
color: #690 !important;
}
.u-fill-color-690 {
fill: #690 !important;
}
.u-stroke-color-690 {
stroke: #690 !important;
}
.u-background-color-691 {
background-color: #691 !important;
}
.u-border-color-691 {
border-color: #691 !important;
}
.u-text-color-691 {
color: #691 !important;
}
.u-fill-color-691 {
fill: #691 !important;
}
.u-stroke-color-691 {
stroke: #691 !important;
}
.u-background-color-692 {
background-color: #692 !important;
}
.u-border-color-692 {
border-color: #692 !important;
}
.u-text-color-692 {
color: #692 !important;
}
.u-fill-color-692 {
fill: #692 !important;
}
.u-stroke-color-692 {
stroke: #692 !important;
}
.u-background-color-693 {
background-color: #693 !important;
}
.u-border-color-693 {
border-color: #693 !important;
}
.u-text-color-693 {
color: #693 !important;
}
.u-fill-color-693 {
fill: #693 !important;
}
.u-stroke-color-693 {
stroke: #693 !important;
}
.u-background-color-694 {
background-color: #694 !important;
}
.u-border-color-694 {
border-color: #694 !important;
}
.u-text-color-694 {
color: #694 !important;
}
.u-fill-color-694 {
fill: #694 !important;
}
.u-stroke-color-694 {
stroke: #694 !important;
}
.u-background-color-695 {
background-color: #695 !important;
}
.u-border-color-695 {
border-color: #695 !important;
}
.u-text-color-695 {
color: #695 !important;
}
.u-fill-color-695 {
fill: #695 !important;
}
.u-stroke-color-695 {
stroke: #695 !important;
}
.u-background-color-696 {
background-color: #696 !important;
}
.u-border-color-696 {
border-color: #696 !important;
}
.u-text-color-696 {
color: #696 !important;
}
.u-fill-color-696 {
fill: #696 !important;
}
.u-stroke-color-696 {
stroke: #696 !important;
}
.u-background-color-697 {
background-color: #697 !important;
}
.u-border-color-697 {
border-color: #697 !important;
}
.u-text-color-697 {
color: #697 !important;
}
.u-fill-color-697 {
fill: #697 !important;
}
.u-stroke-color-697 {
stroke: #697 !important;
}
.u-background-color-698 {
background-color: #698 !important;
}
.u-border-color-698 {
border-color: #698 !important;
}
.u-text-color-698 {
color: #698 !important;
}
.u-fill-color-698 {
fill: #698 !important;
}
.u-stroke-color-698 {
stroke: #698 !important;
}
.u-background-color-699 {
background-color: #699 !important;
}
.u-border-color-699 {
border-color: #699 !important;
}
.u-text-color-699 {
color: #699 !important;
}
.u-fill-color-699 {
fill: #699 !important;
}
.u-stroke-color-699 {
stroke: #699 !important;
}
.u-background-color-700 {
background-color: #700 !important;
}
.u-border-color-700 {
border-color: #700 !important;
}
.u-text-color-700 {
color: #700 !important;
}
.u-fill-color-700 {
fill: #700 !important;
}
.u-stroke-color-700 {
stroke: #700 !important;
}
.u-background-color-701 {
background-color: #701 !important;
}
.u-border-color-701 {
border-color: #701 !important;
}
.u-text-color-701 {
color: #701 !important;
}
.u-fill-color-701 {
fill: #701 !important;
}
.u-stroke-color-701 {
stroke: #701 !important;
}
.u-background-color-702 {
background-color: #702 !important;
}
.u-border-color-702 {
border-color: #702 !important;
}
.u-text-color-702 {
color: #702 !important;
}
.u-fill-color-702 {
fill: #702 !important;
}
.u-stroke-color-702 {
stroke: #702 !important;
}
.u-background-color-703 {
background-color: #703 !important;
}
.u-border-color-703 {
border-color: #703 !important;
}
.u-text-color-703 {
color: #703 !important;
}
.u-fill-color-703 {
fill: #703 !important;
}
.u-stroke-color-703 {
stroke: #703 !important;
}
.u-background-color-704 {
background-color: #704 !important;
}
.u-border-color-704 {
border-color: #704 !important;
}
.u-text-color-704 {
color: #704 !important;
}
.u-fill-color-704 {
fill: #704 !important;
}
.u-stroke-color-704 {
stroke: #704 !important;
}
.u-background-color-705 {
background-color: #705 !important;
}
.u-border-color-705 {
border-color: #705 !important;
}
.u-text-color-705 {
color: #705 !important;
}
.u-fill-color-705 {
fill: #705 !important;
}
.u-stroke-color-705 {
stroke: #705 !important;
}
.u-background-color-706 {
background-color: #706 !important;
}
.u-border-color-706 {
border-color: #706 !important;
}
.u-text-color-706 {
color: #706 !important;
}
.u-fill-color-706 {
fill: #706 !important;
}
.u-stroke-color-706 {
stroke: #706 !important;
}
.u-background-color-707 {
background-color: #707 !important;
}
.u-border-color-707 {
border-color: #707 !important;
}
.u-text-color-707 {
color: #707 !important;
}
.u-fill-color-707 {
fill: #707 !important;
}
.u-stroke-color-707 {
stroke: #707 !important;
}
.u-background-color-708 {
background-color: #708 !important;
}
.u-border-color-708 {
border-color: #708 !important;
}
.u-text-color-708 {
color: #708 !important;
}
.u-fill-color-708 {
fill: #708 !important;
}
.u-stroke-color-708 {
stroke: #708 !important;
}
.u-background-color-709 {
background-color: #709 !important;
}
.u-border-color-709 {
border-color: #709 !important;
}
.u-text-color-709 {
color: #709 !important;
}
.u-fill-color-709 {
fill: #709 !important;
}
.u-stroke-color-709 {
stroke: #709 !important;
}
.u-background-color-710 {
background-color: #710 !important;
}
.u-border-color-710 {
border-color: #710 !important;
}
.u-text-color-710 {
color: #710 !important;
}
.u-fill-color-710 {
fill: #710 !important;
}
.u-stroke-color-710 {
stroke: #710 !important;
}
.u-background-color-711 {
background-color: #711 !important;
}
.u-border-color-711 {
border-color: #711 !important;
}
.u-text-color-711 {
color: #711 !important;
}
.u-fill-color-711 {
fill: #711 !important;
}
.u-stroke-color-711 {
stroke: #711 !important;
}
.u-background-color-712 {
background-color: #712 !important;
}
.u-border-color-712 {
border-color: #712 !important;
}
.u-text-color-712 {
color: #712 !important;
}
.u-fill-color-712 {
fill: #712 !important;
}
.u-stroke-color-712 {
stroke: #712 !important;
}
.u-background-color-713 {
background-color: #713 !important;
}
.u-border-color-713 {
border-color: #713 !important;
}
.u-text-color-713 {
color: #713 !important;
}
.u-fill-color-713 {
fill: #713 !important;
}
.u-stroke-color-713 {
stroke: #713 !important;
}
.u-background-color-714 {
background-color: #714 !important;
}
.u-border-color-714 {
border-color: #714 !important;
}
.u-text-color-714 {
color: #714 !important;
}
.u-fill-color-714 {
fill: #714 !important;
}
.u-stroke-color-714 {
stroke: #714 !important;
}
.u-background-color-715 {
background-color: #715 !important;
}
.u-border-color-715 {
border-color: #715 !important;
}
.u-text-color-715 {
color: #715 !important;
}
.u-fill-color-715 {
fill: #715 !important;
}
.u-stroke-color-715 {
stroke: #715 !important;
}
.u-background-color-716 {
background-color: #716 !important;
}
.u-border-color-716 {
border-color: #716 !important;
}
.u-text-color-716 {
color: #716 !important;
}
.u-fill-color-716 {
fill: #716 !important;
}
.u-stroke-color-716 {
stroke: #716 !important;
}
.u-background-color-717 {
background-color: #717 !important;
}
.u-border-color-717 {
border-color: #717 !important;
}
.u-text-color-717 {
color: #717 !important;
}
.u-fill-color-717 {
fill: #717 !important;
}
.u-stroke-color-717 {
stroke: #717 !important;
}
.u-background-color-718 {
background-color: #718 !important;
}
.u-border-color-718 {
border-color: #718 !important;
}
.u-text-color-718 {
color: #718 !important;
}
.u-fill-color-718 {
fill: #718 !important;
}
.u-stroke-color-718 {
stroke: #718 !important;
}
.u-background-color-719 {
background-color: #719 !important;
}
.u-border-color-719 {
border-color: #719 !important;
}
.u-text-color-719 {
color: #719 !important;
}
.u-fill-color-719 {
fill: #719 !important;
}
.u-stroke-color-719 {
stroke: #719 !important;
}
.u-background-color-720 {
background-color: #720 !important;
}
.u-border-color-720 {
border-color: #720 !important;
}
.u-text-color-720 {
color: #720 !important;
}
.u-fill-color-720 {
fill: #720 !important;
}
.u-stroke-color-720 {
stroke: #720 !important;
}
.u-background-color-721 {
background-color: #721 !important;
}
.u-border-color-721 {
border-color: #721 !important;
}
.u-text-color-721 {
color: #721 !important;
}
.u-fill-color-721 {
fill: #721 !important;
}
.u-stroke-color-721 {
stroke: #721 !important;
}
.u-background-color-722 {
background-color: #722 !important;
}
.u-border-color-722 {
border-color: #722 !important;
}
.u-text-color-722 {
color: #722 !important;
}
.u-fill-color-722 {
fill: #722 !important;
}
.u-stroke-color-722 {
stroke: #722 !important;
}
.u-background-color-723 {
background-color: #723 !important;
}
.u-border-color-723 {
border-color: #723 !important;
}
.u-text-color-723 {
color: #723 !important;
}
.u-fill-color-723 {
fill: #723 !important;
}
.u-stroke-color-723 {
stroke: #723 !important;
}
.u-background-color-724 {
background-color: #724 !important;
}
.u-border-color-724 {
border-color: #724 !important;
}
.u-text-color-724 {
color: #724 !important;
}
.u-fill-color-724 {
fill: #724 !important;
}
.u-stroke-color-724 {
stroke: #724 !important;
}
.u-background-color-725 {
background-color: #725 !important;
}
.u-border-color-725 {
border-color: #725 !important;
}
.u-text-color-725 {
color: #725 !important;
}
.u-fill-color-725 {
fill: #725 !important;
}
.u-stroke-color-725 {
stroke: #725 !important;
}
.u-background-color-726 {
background-color: #726 !important;
}
.u-border-color-726 {
border-color: #726 !important;
}
.u-text-color-726 {
color: #726 !important;
}
.u-fill-color-726 {
fill: #726 !important;
}
.u-stroke-color-726 {
stroke: #726 !important;
}
.u-background-color-727 {
background-color: #727 !important;
}
.u-border-color-727 {
border-color: #727 !important;
}
.u-text-color-727 {
color: #727 !important;
}
.u-fill-color-727 {
fill: #727 !important;
}
.u-stroke-color-727 {
stroke: #727 !important;
}
.u-background-color-728 {
background-color: #728 !important;
}
.u-border-color-728 {
border-color: #728 !important;
}
.u-text-color-728 {
color: #728 !important;
}
.u-fill-color-728 {
fill: #728 !important;
}
.u-stroke-color-728 {
stroke: #728 !important;
}
.u-background-color-729 {
background-color: #729 !important;
}
.u-border-color-729 {
border-color: #729 !important;
}
.u-text-color-729 {
color: #729 !important;
}
.u-fill-color-729 {
fill: #729 !important;
}
.u-stroke-color-729 {
stroke: #729 !important;
}
.u-background-color-730 {
background-color: #730 !important;
}
.u-border-color-730 {
border-color: #730 !important;
}
.u-text-color-730 {
color: #730 !important;
}
.u-fill-color-730 {
fill: #730 !important;
}
.u-stroke-color-730 {
stroke: #730 !important;
}
.u-background-color-731 {
background-color: #731 !important;
}
.u-border-color-731 {
border-color: #731 !important;
}
.u-text-color-731 {
color: #731 !important;
}
.u-fill-color-731 {
fill: #731 !important;
}
.u-stroke-color-731 {
stroke: #731 !important;
}
.u-background-color-732 {
background-color: #732 !important;
}
.u-border-color-732 {
border-color: #732 !important;
}
.u-text-color-732 {
color: #732 !important;
}
.u-fill-color-732 {
fill: #732 !important;
}
.u-stroke-color-732 {
stroke: #732 !important;
}
.u-background-color-733 {
background-color: #733 !important;
}
.u-border-color-733 {
border-color: #733 !important;
}
.u-text-color-733 {
color: #733 !important;
}
.u-fill-color-733 {
fill: #733 !important;
}
.u-stroke-color-733 {
stroke: #733 !important;
}
.u-background-color-734 {
background-color: #734 !important;
}
.u-border-color-734 {
border-color: #734 !important;
}
.u-text-color-734 {
color: #734 !important;
}
.u-fill-color-734 {
fill: #734 !important;
}
.u-stroke-color-734 {
stroke: #734 !important;
}
.u-background-color-735 {
background-color: #735 !important;
}
.u-border-color-735 {
border-color: #735 !important;
}
.u-text-color-735 {
color: #735 !important;
}
.u-fill-color-735 {
fill: #735 !important;
}
.u-stroke-color-735 {
stroke: #735 !important;
}
.u-background-color-736 {
background-color: #736 !important;
}
.u-border-color-736 {
border-color: #736 !important;
}
.u-text-color-736 {
color: #736 !important;
}
.u-fill-color-736 {
fill: #736 !important;
}
.u-stroke-color-736 {
stroke: #736 !important;
}
.u-background-color-737 {
background-color: #737 !important;
}
.u-border-color-737 {
border-color: #737 !important;
}
.u-text-color-737 {
color: #737 !important;
}
.u-fill-color-737 {
fill: #737 !important;
}
.u-stroke-color-737 {
stroke: #737 !important;
}
.u-background-color-738 {
background-color: #738 !important;
}
.u-border-color-738 {
border-color: #738 !important;
}
.u-text-color-738 {
color: #738 !important;
}
.u-fill-color-738 {
fill: #738 !important;
}
.u-stroke-color-738 {
stroke: #738 !important;
}
.u-background-color-739 {
background-color: #739 !important;
}
.u-border-color-739 {
border-color: #739 !important;
}
.u-text-color-739 {
color: #739 !important;
}
.u-fill-color-739 {
fill: #739 !important;
}
.u-stroke-color-739 {
stroke: #739 !important;
}
.u-background-color-740 {
background-color: #740 !important;
}
.u-border-color-740 {
border-color: #740 !important;
}
.u-text-color-740 {
color: #740 !important;
}
.u-fill-color-740 {
fill: #740 !important;
}
.u-stroke-color-740 {
stroke: #740 !important;
}
.u-background-color-741 {
background-color: #741 !important;
}
.u-border-color-741 {
border-color: #741 !important;
}
.u-text-color-741 {
color: #741 !important;
}
.u-fill-color-741 {
fill: #741 !important;
}
.u-stroke-color-741 {
stroke: #741 !important;
}
.u-background-color-742 {
background-color: #742 !important;
}
.u-border-color-742 {
border-color: #742 !important;
}
.u-text-color-742 {
color: #742 !important;
}
.u-fill-color-742 {
fill: #742 !important;
}
.u-stroke-color-742 {
stroke: #742 !important;
}
.u-background-color-743 {
background-color: #743 !important;
}
.u-border-color-743 {
border-color: #743 !important;
}
.u-text-color-743 {
color: #743 !important;
}
.u-fill-color-743 {
fill: #743 !important;
}
.u-stroke-color-743 {
stroke: #743 !important;
}
.u-background-color-744 {
background-color: #744 !important;
}
.u-border-color-744 {
border-color: #744 !important;
}
.u-text-color-744 {
color: #744 !important;
}
.u-fill-color-744 {
fill: #744 !important;
}
.u-stroke-color-744 {
stroke: #744 !important;
}
.u-background-color-745 {
background-color: #745 !important;
}
.u-border-color-745 {
border-color: #745 !important;
}
.u-text-color-745 {
color: #745 !important;
}
.u-fill-color-745 {
fill: #745 !important;
}
.u-stroke-color-745 {
stroke: #745 !important;
}
.u-background-color-746 {
background-color: #746 !important;
}
.u-border-color-746 {
border-color: #746 !important;
}
.u-text-color-746 {
color: #746 !important;
}
.u-fill-color-746 {
fill: #746 !important;
}
.u-stroke-color-746 {
stroke: #746 !important;
}
.u-background-color-747 {
background-color: #747 !important;
}
.u-border-color-747 {
border-color: #747 !important;
}
.u-text-color-747 {
color: #747 !important;
}
.u-fill-color-747 {
fill: #747 !important;
}
.u-stroke-color-747 {
stroke: #747 !important;
}
.u-background-color-748 {
background-color: #748 !important;
}
.u-border-color-748 {
border-color: #748 !important;
}
.u-text-color-748 {
color: #748 !important;
}
.u-fill-color-748 {
fill: #748 !important;
}
.u-stroke-color-748 {
stroke: #748 !important;
}
.u-background-color-749 {
background-color: #749 !important;
}
.u-border-color-749 {
border-color: #749 !important;
}
.u-text-color-749 {
color: #749 !important;
}
.u-fill-color-749 {
fill: #749 !important;
}
.u-stroke-color-749 {
stroke: #749 !important;
}
.u-background-color-750 {
background-color: #750 !important;
}
.u-border-color-750 {
border-color: #750 !important;
}
.u-text-color-750 {
color: #750 !important;
}
.u-fill-color-750 {
fill: #750 !important;
}
.u-stroke-color-750 {
stroke: #750 !important;
}
.u-background-color-751 {
background-color: #751 !important;
}
.u-border-color-751 {
border-color: #751 !important;
}
.u-text-color-751 {
color: #751 !important;
}
.u-fill-color-751 {
fill: #751 !important;
}
.u-stroke-color-751 {
stroke: #751 !important;
}
.u-background-color-752 {
background-color: #752 !important;
}
.u-border-color-752 {
border-color: #752 !important;
}
.u-text-color-752 {
color: #752 !important;
}
.u-fill-color-752 {
fill: #752 !important;
}
.u-stroke-color-752 {
stroke: #752 !important;
}
.u-background-color-753 {
background-color: #753 !important;
}
.u-border-color-753 {
border-color: #753 !important;
}
.u-text-color-753 {
color: #753 !important;
}
.u-fill-color-753 {
fill: #753 !important;
}
.u-stroke-color-753 {
stroke: #753 !important;
}
.u-background-color-754 {
background-color: #754 !important;
}
.u-border-color-754 {
border-color: #754 !important;
}
.u-text-color-754 {
color: #754 !important;
}
.u-fill-color-754 {
fill: #754 !important;
}
.u-stroke-color-754 {
stroke: #754 !important;
}
.u-background-color-755 {
background-color: #755 !important;
}
.u-border-color-755 {
border-color: #755 !important;
}
.u-text-color-755 {
color: #755 !important;
}
.u-fill-color-755 {
fill: #755 !important;
}
.u-stroke-color-755 {
stroke: #755 !important;
}
.u-background-color-756 {
background-color: #756 !important;
}
.u-border-color-756 {
border-color: #756 !important;
}
.u-text-color-756 {
color: #756 !important;
}
.u-fill-color-756 {
fill: #756 !important;
}
.u-stroke-color-756 {
stroke: #756 !important;
}
.u-background-color-757 {
background-color: #757 !important;
}
.u-border-color-757 {
border-color: #757 !important;
}
.u-text-color-757 {
color: #757 !important;
}
.u-fill-color-757 {
fill: #757 !important;
}
.u-stroke-color-757 {
stroke: #757 !important;
}
.u-background-color-758 {
background-color: #758 !important;
}
.u-border-color-758 {
border-color: #758 !important;
}
.u-text-color-758 {
color: #758 !important;
}
.u-fill-color-758 {
fill: #758 !important;
}
.u-stroke-color-758 {
stroke: #758 !important;
}
.u-background-color-759 {
background-color: #759 !important;
}
.u-border-color-759 {
border-color: #759 !important;
}
.u-text-color-759 {
color: #759 !important;
}
.u-fill-color-759 {
fill: #759 !important;
}
.u-stroke-color-759 {
stroke: #759 !important;
}
.u-background-color-760 {
background-color: #760 !important;
}
.u-border-color-760 {
border-color: #760 !important;
}
.u-text-color-760 {
color: #760 !important;
}
.u-fill-color-760 {
fill: #760 !important;
}
.u-stroke-color-760 {
stroke: #760 !important;
}
.u-background-color-761 {
background-color: #761 !important;
}
.u-border-color-761 {
border-color: #761 !important;
}
.u-text-color-761 {
color: #761 !important;
}
.u-fill-color-761 {
fill: #761 !important;
}
.u-stroke-color-761 {
stroke: #761 !important;
}
.u-background-color-762 {
background-color: #762 !important;
}
.u-border-color-762 {
border-color: #762 !important;
}
.u-text-color-762 {
color: #762 !important;
}
.u-fill-color-762 {
fill: #762 !important;
}
.u-stroke-color-762 {
stroke: #762 !important;
}
.u-background-color-763 {
background-color: #763 !important;
}
.u-border-color-763 {
border-color: #763 !important;
}
.u-text-color-763 {
color: #763 !important;
}
.u-fill-color-763 {
fill: #763 !important;
}
.u-stroke-color-763 {
stroke: #763 !important;
}
.u-background-color-764 {
background-color: #764 !important;
}
.u-border-color-764 {
border-color: #764 !important;
}
.u-text-color-764 {
color: #764 !important;
}
.u-fill-color-764 {
fill: #764 !important;
}
.u-stroke-color-764 {
stroke: #764 !important;
}
.u-background-color-765 {
background-color: #765 !important;
}
.u-border-color-765 {
border-color: #765 !important;
}
.u-text-color-765 {
color: #765 !important;
}
.u-fill-color-765 {
fill: #765 !important;
}
.u-stroke-color-765 {
stroke: #765 !important;
}
.u-background-color-766 {
background-color: #766 !important;
}
.u-border-color-766 {
border-color: #766 !important;
}
.u-text-color-766 {
color: #766 !important;
}
.u-fill-color-766 {
fill: #766 !important;
}
.u-stroke-color-766 {
stroke: #766 !important;
}
.u-background-color-767 {
background-color: #767 !important;
}
.u-border-color-767 {
border-color: #767 !important;
}
.u-text-color-767 {
color: #767 !important;
}
.u-fill-color-767 {
fill: #767 !important;
}
.u-stroke-color-767 {
stroke: #767 !important;
}
.u-background-color-768 {
background-color: #768 !important;
}
.u-border-color-768 {
border-color: #768 !important;
}
.u-text-color-768 {
color: #768 !important;
}
.u-fill-color-768 {
fill: #768 !important;
}
.u-stroke-color-768 {
stroke: #768 !important;
}
.u-background-color-769 {
background-color: #769 !important;
}
.u-border-color-769 {
border-color: #769 !important;
}
.u-text-color-769 {
color: #769 !important;
}
.u-fill-color-769 {
fill: #769 !important;
}
.u-stroke-color-769 {
stroke: #769 !important;
}
.u-background-color-770 {
background-color: #770 !important;
}
.u-border-color-770 {
border-color: #770 !important;
}
.u-text-color-770 {
color: #770 !important;
}
.u-fill-color-770 {
fill: #770 !important;
}
.u-stroke-color-770 {
stroke: #770 !important;
}
.u-background-color-771 {
background-color: #771 !important;
}
.u-border-color-771 {
border-color: #771 !important;
}
.u-text-color-771 {
color: #771 !important;
}
.u-fill-color-771 {
fill: #771 !important;
}
.u-stroke-color-771 {
stroke: #771 !important;
}
.u-background-color-772 {
background-color: #772 !important;
}
.u-border-color-772 {
border-color: #772 !important;
}
.u-text-color-772 {
color: #772 !important;
}
.u-fill-color-772 {
fill: #772 !important;
}
.u-stroke-color-772 {
stroke: #772 !important;
}
.u-background-color-773 {
background-color: #773 !important;
}
.u-border-color-773 {
border-color: #773 !important;
}
.u-text-color-773 {
color: #773 !important;
}
.u-fill-color-773 {
fill: #773 !important;
}
.u-stroke-color-773 {
stroke: #773 !important;
}
.u-background-color-774 {
background-color: #774 !important;
}
.u-border-color-774 {
border-color: #774 !important;
}
.u-text-color-774 {
color: #774 !important;
}
.u-fill-color-774 {
fill: #774 !important;
}
.u-stroke-color-774 {
stroke: #774 !important;
}
.u-background-color-775 {
background-color: #775 !important;
}
.u-border-color-775 {
border-color: #775 !important;
}
.u-text-color-775 {
color: #775 !important;
}
.u-fill-color-775 {
fill: #775 !important;
}
.u-stroke-color-775 {
stroke: #775 !important;
}
.u-background-color-776 {
background-color: #776 !important;
}
.u-border-color-776 {
border-color: #776 !important;
}
.u-text-color-776 {
color: #776 !important;
}
.u-fill-color-776 {
fill: #776 !important;
}
.u-stroke-color-776 {
stroke: #776 !important;
}
.u-background-color-777 {
background-color: #777 !important;
}
.u-border-color-777 {
border-color: #777 !important;
}
.u-text-color-777 {
color: #777 !important;
}
.u-fill-color-777 {
fill: #777 !important;
}
.u-stroke-color-777 {
stroke: #777 !important;
}
.u-background-color-778 {
background-color: #778 !important;
}
.u-border-color-778 {
border-color: #778 !important;
}
.u-text-color-778 {
color: #778 !important;
}
.u-fill-color-778 {
fill: #778 !important;
}
.u-stroke-color-778 {
stroke: #778 !important;
}
.u-background-color-779 {
background-color: #779 !important;
}
.u-border-color-779 {
border-color: #779 !important;
}
.u-text-color-779 {
color: #779 !important;
}
.u-fill-color-779 {
fill: #779 !important;
}
.u-stroke-color-779 {
stroke: #779 !important;
}
.u-background-color-780 {
background-color: #780 !important;
}
.u-border-color-780 {
border-color: #780 !important;
}
.u-text-color-780 {
color: #780 !important;
}
.u-fill-color-780 {
fill: #780 !important;
}
.u-stroke-color-780 {
stroke: #780 !important;
}
.u-background-color-781 {
background-color: #781 !important;
}
.u-border-color-781 {
border-color: #781 !important;
}
.u-text-color-781 {
color: #781 !important;
}
.u-fill-color-781 {
fill: #781 !important;
}
.u-stroke-color-781 {
stroke: #781 !important;
}
.u-background-color-782 {
background-color: #782 !important;
}
.u-border-color-782 {
border-color: #782 !important;
}
.u-text-color-782 {
color: #782 !important;
}
.u-fill-color-782 {
fill: #782 !important;
}
.u-stroke-color-782 {
stroke: #782 !important;
}
.u-background-color-783 {
background-color: #783 !important;
}
.u-border-color-783 {
border-color: #783 !important;
}
.u-text-color-783 {
color: #783 !important;
}
.u-fill-color-783 {
fill: #783 !important;
}
.u-stroke-color-783 {
stroke: #783 !important;
}
.u-background-color-784 {
background-color: #784 !important;
}
.u-border-color-784 {
border-color: #784 !important;
}
.u-text-color-784 {
color: #784 !important;
}
.u-fill-color-784 {
fill: #784 !important;
}
.u-stroke-color-784 {
stroke: #784 !important;
}
.u-background-color-785 {
background-color: #785 !important;
}
.u-border-color-785 {
border-color: #785 !important;
}
.u-text-color-785 {
color: #785 !important;
}
.u-fill-color-785 {
fill: #785 !important;
}
.u-stroke-color-785 {
stroke: #785 !important;
}
.u-background-color-786 {
background-color: #786 !important;
}
.u-border-color-786 {
border-color: #786 !important;
}
.u-text-color-786 {
color: #786 !important;
}
.u-fill-color-786 {
fill: #786 !important;
}
.u-stroke-color-786 {
stroke: #786 !important;
}
.u-background-color-787 {
background-color: #787 !important;
}
.u-border-color-787 {
border-color: #787 !important;
}
.u-text-color-787 {
color: #787 !important;
}
.u-fill-color-787 {
fill: #787 !important;
}
.u-stroke-color-787 {
stroke: #787 !important;
}
.u-background-color-788 {
background-color: #788 !important;
}
.u-border-color-788 {
border-color: #788 !important;
}
.u-text-color-788 {
color: #788 !important;
}
.u-fill-color-788 {
fill: #788 !important;
}
.u-stroke-color-788 {
stroke: #788 !important;
}
.u-background-color-789 {
background-color: #789 !important;
}
.u-border-color-789 {
border-color: #789 !important;
}
.u-text-color-789 {
color: #789 !important;
}
.u-fill-color-789 {
fill: #789 !important;
}
.u-stroke-color-789 {
stroke: #789 !important;
}
.u-background-color-790 {
background-color: #790 !important;
}
.u-border-color-790 {
border-color: #790 !important;
}
.u-text-color-790 {
color: #790 !important;
}
.u-fill-color-790 {
fill: #790 !important;
}
.u-stroke-color-790 {
stroke: #790 !important;
}
.u-background-color-791 {
background-color: #791 !important;
}
.u-border-color-791 {
border-color: #791 !important;
}
.u-text-color-791 {
color: #791 !important;
}
.u-fill-color-791 {
fill: #791 !important;
}
.u-stroke-color-791 {
stroke: #791 !important;
}
.u-background-color-792 {
background-color: #792 !important;
}
.u-border-color-792 {
border-color: #792 !important;
}
.u-text-color-792 {
color: #792 !important;
}
.u-fill-color-792 {
fill: #792 !important;
}
.u-stroke-color-792 {
stroke: #792 !important;
}
.u-background-color-793 {
background-color: #793 !important;
}
.u-border-color-793 {
border-color: #793 !important;
}
.u-text-color-793 {
color: #793 !important;
}
.u-fill-color-793 {
fill: #793 !important;
}
.u-stroke-color-793 {
stroke: #793 !important;
}
.u-background-color-794 {
background-color: #794 !important;
}
.u-border-color-794 {
border-color: #794 !important;
}
.u-text-color-794 {
color: #794 !important;
}
.u-fill-color-794 {
fill: #794 !important;
}
.u-stroke-color-794 {
stroke: #794 !important;
}
.u-background-color-795 {
background-color: #795 !important;
}
.u-border-color-795 {
border-color: #795 !important;
}
.u-text-color-795 {
color: #795 !important;
}
.u-fill-color-795 {
fill: #795 !important;
}
.u-stroke-color-795 {
stroke: #795 !important;
}
.u-background-color-796 {
background-color: #796 !important;
}
.u-border-color-796 {
border-color: #796 !important;
}
.u-text-color-796 {
color: #796 !important;
}
.u-fill-color-796 {
fill: #796 !important;
}
.u-stroke-color-796 {
stroke: #796 !important;
}
.u-background-color-797 {
background-color: #797 !important;
}
.u-border-color-797 {
border-color: #797 !important;
}
.u-text-color-797 {
color: #797 !important;
}
.u-fill-color-797 {
fill: #797 !important;
}
.u-stroke-color-797 {
stroke: #797 !important;
}
.u-background-color-798 {
background-color: #798 !important;
}
.u-border-color-798 {
border-color: #798 !important;
}
.u-text-color-798 {
color: #798 !important;
}
.u-fill-color-798 {
fill: #798 !important;
}
.u-stroke-color-798 {
stroke: #798 !important;
}
.u-background-color-799 {
background-color: #799 !important;
}
.u-border-color-799 {
border-color: #799 !important;
}
.u-text-color-799 {
color: #799 !important;
}
.u-fill-color-799 {
fill: #799 !important;
}
.u-stroke-color-799 {
stroke: #799 !important;
}
.u-background-color-800 {
background-color: #800 !important;
}
.u-border-color-800 {
border-color: #800 !important;
}
.u-text-color-800 {
color: #800 !important;
}
.u-fill-color-800 {
fill: #800 !important;
}
.u-stroke-color-800 {
stroke: #800 !important;
}
.u-background-color-801 {
background-color: #801 !important;
}
.u-border-color-801 {
border-color: #801 !important;
}
.u-text-color-801 {
color: #801 !important;
}
.u-fill-color-801 {
fill: #801 !important;
}
.u-stroke-color-801 {
stroke: #801 !important;
}
.u-background-color-802 {
background-color: #802 !important;
}
.u-border-color-802 {
border-color: #802 !important;
}
.u-text-color-802 {
color: #802 !important;
}
.u-fill-color-802 {
fill: #802 !important;
}
.u-stroke-color-802 {
stroke: #802 !important;
}
.u-background-color-803 {
background-color: #803 !important;
}
.u-border-color-803 {
border-color: #803 !important;
}
.u-text-color-803 {
color: #803 !important;
}
.u-fill-color-803 {
fill: #803 !important;
}
.u-stroke-color-803 {
stroke: #803 !important;
}
.u-background-color-804 {
background-color: #804 !important;
}
.u-border-color-804 {
border-color: #804 !important;
}
.u-text-color-804 {
color: #804 !important;
}
.u-fill-color-804 {
fill: #804 !important;
}
.u-stroke-color-804 {
stroke: #804 !important;
}
.u-background-color-805 {
background-color: #805 !important;
}
.u-border-color-805 {
border-color: #805 !important;
}
.u-text-color-805 {
color: #805 !important;
}
.u-fill-color-805 {
fill: #805 !important;
}
.u-stroke-color-805 {
stroke: #805 !important;
}
.u-background-color-806 {
background-color: #806 !important;
}
.u-border-color-806 {
border-color: #806 !important;
}
.u-text-color-806 {
color: #806 !important;
}
.u-fill-color-806 {
fill: #806 !important;
}
.u-stroke-color-806 {
stroke: #806 !important;
}
.u-background-color-807 {
background-color: #807 !important;
}
.u-border-color-807 {
border-color: #807 !important;
}
.u-text-color-807 {
color: #807 !important;
}
.u-fill-color-807 {
fill: #807 !important;
}
.u-stroke-color-807 {
stroke: #807 !important;
}
.u-background-color-808 {
background-color: #808 !important;
}
.u-border-color-808 {
border-color: #808 !important;
}
.u-text-color-808 {
color: #808 !important;
}
.u-fill-color-808 {
fill: #808 !important;
}
.u-stroke-color-808 {
stroke: #808 !important;
}
.u-background-color-809 {
background-color: #809 !important;
}
.u-border-color-809 {
border-color: #809 !important;
}
.u-text-color-809 {
color: #809 !important;
}
.u-fill-color-809 {
fill: #809 !important;
}
.u-stroke-color-809 {
stroke: #809 !important;
}
.u-background-color-810 {
background-color: #810 !important;
}
.u-border-color-810 {
border-color: #810 !important;
}
.u-text-color-810 {
color: #810 !important;
}
.u-fill-color-810 {
fill: #810 !important;
}
.u-stroke-color-810 {
stroke: #810 !important;
}
.u-background-color-811 {
background-color: #811 !important;
}
.u-border-color-811 {
border-color: #811 !important;
}
.u-text-color-811 {
color: #811 !important;
}
.u-fill-color-811 {
fill: #811 !important;
}
.u-stroke-color-811 {
stroke: #811 !important;
}
.u-background-color-812 {
background-color: #812 !important;
}
.u-border-color-812 {
border-color: #812 !important;
}
.u-text-color-812 {
color: #812 !important;
}
.u-fill-color-812 {
fill: #812 !important;
}
.u-stroke-color-812 {
stroke: #812 !important;
}
.u-background-color-813 {
background-color: #813 !important;
}
.u-border-color-813 {
border-color: #813 !important;
}
.u-text-color-813 {
color: #813 !important;
}
.u-fill-color-813 {
fill: #813 !important;
}
.u-stroke-color-813 {
stroke: #813 !important;
}
.u-background-color-814 {
background-color: #814 !important;
}
.u-border-color-814 {
border-color: #814 !important;
}
.u-text-color-814 {
color: #814 !important;
}
.u-fill-color-814 {
fill: #814 !important;
}
.u-stroke-color-814 {
stroke: #814 !important;
}
.u-background-color-815 {
background-color: #815 !important;
}
.u-border-color-815 {
border-color: #815 !important;
}
.u-text-color-815 {
color: #815 !important;
}
.u-fill-color-815 {
fill: #815 !important;
}
.u-stroke-color-815 {
stroke: #815 !important;
}
.u-background-color-816 {
background-color: #816 !important;
}
.u-border-color-816 {
border-color: #816 !important;
}
.u-text-color-816 {
color: #816 !important;
}
.u-fill-color-816 {
fill: #816 !important;
}
.u-stroke-color-816 {
stroke: #816 !important;
}
.u-background-color-817 {
background-color: #817 !important;
}
.u-border-color-817 {
border-color: #817 !important;
}
.u-text-color-817 {
color: #817 !important;
}
.u-fill-color-817 {
fill: #817 !important;
}
.u-stroke-color-817 {
stroke: #817 !important;
}
.u-background-color-818 {
background-color: #818 !important;
}
.u-border-color-818 {
border-color: #818 !important;
}
.u-text-color-818 {
color: #818 !important;
}
.u-fill-color-818 {
fill: #818 !important;
}
.u-stroke-color-818 {
stroke: #818 !important;
}
.u-background-color-819 {
background-color: #819 !important;
}
.u-border-color-819 {
border-color: #819 !important;
}
.u-text-color-819 {
color: #819 !important;
}
.u-fill-color-819 {
fill: #819 !important;
}
.u-stroke-color-819 {
stroke: #819 !important;
}
.u-background-color-820 {
background-color: #820 !important;
}
.u-border-color-820 {
border-color: #820 !important;
}
.u-text-color-820 {
color: #820 !important;
}
.u-fill-color-820 {
fill: #820 !important;
}
.u-stroke-color-820 {
stroke: #820 !important;
}
.u-background-color-821 {
background-color: #821 !important;
}
.u-border-color-821 {
border-color: #821 !important;
}
.u-text-color-821 {
color: #821 !important;
}
.u-fill-color-821 {
fill: #821 !important;
}
.u-stroke-color-821 {
stroke: #821 !important;
}
.u-background-color-822 {
background-color: #822 !important;
}
.u-border-color-822 {
border-color: #822 !important;
}
.u-text-color-822 {
color: #822 !important;
}
.u-fill-color-822 {
fill: #822 !important;
}
.u-stroke-color-822 {
stroke: #822 !important;
}
.u-background-color-823 {
background-color: #823 !important;
}
.u-border-color-823 {
border-color: #823 !important;
}
.u-text-color-823 {
color: #823 !important;
}
.u-fill-color-823 {
fill: #823 !important;
}
.u-stroke-color-823 {
stroke: #823 !important;
}
.u-background-color-824 {
background-color: #824 !important;
}
.u-border-color-824 {
border-color: #824 !important;
}
.u-text-color-824 {
color: #824 !important;
}
.u-fill-color-824 {
fill: #824 !important;
}
.u-stroke-color-824 {
stroke: #824 !important;
}
.u-background-color-825 {
background-color: #825 !important;
}
.u-border-color-825 {
border-color: #825 !important;
}
.u-text-color-825 {
color: #825 !important;
}
.u-fill-color-825 {
fill: #825 !important;
}
.u-stroke-color-825 {
stroke: #825 !important;
}
.u-background-color-826 {
background-color: #826 !important;
}
.u-border-color-826 {
border-color: #826 !important;
}
.u-text-color-826 {
color: #826 !important;
}
.u-fill-color-826 {
fill: #826 !important;
}
.u-stroke-color-826 {
stroke: #826 !important;
}
.u-background-color-827 {
background-color: #827 !important;
}
.u-border-color-827 {
border-color: #827 !important;
}
.u-text-color-827 {
color: #827 !important;
}
.u-fill-color-827 {
fill: #827 !important;
}
.u-stroke-color-827 {
stroke: #827 !important;
}
.u-background-color-828 {
background-color: #828 !important;
}
.u-border-color-828 {
border-color: #828 !important;
}
.u-text-color-828 {
color: #828 !important;
}
.u-fill-color-828 {
fill: #828 !important;
}
.u-stroke-color-828 {
stroke: #828 !important;
}
.u-background-color-829 {
background-color: #829 !important;
}
.u-border-color-829 {
border-color: #829 !important;
}
.u-text-color-829 {
color: #829 !important;
}
.u-fill-color-829 {
fill: #829 !important;
}
.u-stroke-color-829 {
stroke: #829 !important;
}
.u-background-color-830 {
background-color: #830 !important;
}
.u-border-color-830 {
border-color: #830 !important;
}
.u-text-color-830 {
color: #830 !important;
}
.u-fill-color-830 {
fill: #830 !important;
}
.u-stroke-color-830 {
stroke: #830 !important;
}
.u-background-color-831 {
background-color: #831 !important;
}
.u-border-color-831 {
border-color: #831 !important;
}
.u-text-color-831 {
color: #831 !important;
}
.u-fill-color-831 {
fill: #831 !important;
}
.u-stroke-color-831 {
stroke: #831 !important;
}
.u-background-color-832 {
background-color: #832 !important;
}
.u-border-color-832 {
border-color: #832 !important;
}
.u-text-color-832 {
color: #832 !important;
}
.u-fill-color-832 {
fill: #832 !important;
}
.u-stroke-color-832 {
stroke: #832 !important;
}
.u-background-color-833 {
background-color: #833 !important;
}
.u-border-color-833 {
border-color: #833 !important;
}
.u-text-color-833 {
color: #833 !important;
}
.u-fill-color-833 {
fill: #833 !important;
}
.u-stroke-color-833 {
stroke: #833 !important;
}
.u-background-color-834 {
background-color: #834 !important;
}
.u-border-color-834 {
border-color: #834 !important;
}
.u-text-color-834 {
color: #834 !important;
}
.u-fill-color-834 {
fill: #834 !important;
}
.u-stroke-color-834 {
stroke: #834 !important;
}
.u-background-color-835 {
background-color: #835 !important;
}
.u-border-color-835 {
border-color: #835 !important;
}
.u-text-color-835 {
color: #835 !important;
}
.u-fill-color-835 {
fill: #835 !important;
}
.u-stroke-color-835 {
stroke: #835 !important;
}
.u-background-color-836 {
background-color: #836 !important;
}
.u-border-color-836 {
border-color: #836 !important;
}
.u-text-color-836 {
color: #836 !important;
}
.u-fill-color-836 {
fill: #836 !important;
}
.u-stroke-color-836 {
stroke: #836 !important;
}
.u-background-color-837 {
background-color: #837 !important;
}
.u-border-color-837 {
border-color: #837 !important;
}
.u-text-color-837 {
color: #837 !important;
}
.u-fill-color-837 {
fill: #837 !important;
}
.u-stroke-color-837 {
stroke: #837 !important;
}
.u-background-color-838 {
background-color: #838 !important;
}
.u-border-color-838 {
border-color: #838 !important;
}
.u-text-color-838 {
color: #838 !important;
}
.u-fill-color-838 {
fill: #838 !important;
}
.u-stroke-color-838 {
stroke: #838 !important;
}
.u-background-color-839 {
background-color: #839 !important;
}
.u-border-color-839 {
border-color: #839 !important;
}
.u-text-color-839 {
color: #839 !important;
}
.u-fill-color-839 {
fill: #839 !important;
}
.u-stroke-color-839 {
stroke: #839 !important;
}
.u-background-color-840 {
background-color: #840 !important;
}
.u-border-color-840 {
border-color: #840 !important;
}
.u-text-color-840 {
color: #840 !important;
}
.u-fill-color-840 {
fill: #840 !important;
}
.u-stroke-color-840 {
stroke: #840 !important;
}
.u-background-color-841 {
background-color: #841 !important;
}
.u-border-color-841 {
border-color: #841 !important;
}
.u-text-color-841 {
color: #841 !important;
}
.u-fill-color-841 {
fill: #841 !important;
}
.u-stroke-color-841 {
stroke: #841 !important;
}
.u-background-color-842 {
background-color: #842 !important;
}
.u-border-color-842 {
border-color: #842 !important;
}
.u-text-color-842 {
color: #842 !important;
}
.u-fill-color-842 {
fill: #842 !important;
}
.u-stroke-color-842 {
stroke: #842 !important;
}
.u-background-color-843 {
background-color: #843 !important;
}
.u-border-color-843 {
border-color: #843 !important;
}
.u-text-color-843 {
color: #843 !important;
}
.u-fill-color-843 {
fill: #843 !important;
}
.u-stroke-color-843 {
stroke: #843 !important;
}
.u-background-color-844 {
background-color: #844 !important;
}
.u-border-color-844 {
border-color: #844 !important;
}
.u-text-color-844 {
color: #844 !important;
}
.u-fill-color-844 {
fill: #844 !important;
}
.u-stroke-color-844 {
stroke: #844 !important;
}
.u-background-color-845 {
background-color: #845 !important;
}
.u-border-color-845 {
border-color: #845 !important;
}
.u-text-color-845 {
color: #845 !important;
}
.u-fill-color-845 {
fill: #845 !important;
}
.u-stroke-color-845 {
stroke: #845 !important;
}
.u-background-color-846 {
background-color: #846 !important;
}
.u-border-color-846 {
border-color: #846 !important;
}
.u-text-color-846 {
color: #846 !important;
}
.u-fill-color-846 {
fill: #846 !important;
}
.u-stroke-color-846 {
stroke: #846 !important;
}
.u-background-color-847 {
background-color: #847 !important;
}
.u-border-color-847 {
border-color: #847 !important;
}
.u-text-color-847 {
color: #847 !important;
}
.u-fill-color-847 {
fill: #847 !important;
}
.u-stroke-color-847 {
stroke: #847 !important;
}
.u-background-color-848 {
background-color: #848 !important;
}
.u-border-color-848 {
border-color: #848 !important;
}
.u-text-color-848 {
color: #848 !important;
}
.u-fill-color-848 {
fill: #848 !important;
}
.u-stroke-color-848 {
stroke: #848 !important;
}
.u-background-color-849 {
background-color: #849 !important;
}
.u-border-color-849 {
border-color: #849 !important;
}
.u-text-color-849 {
color: #849 !important;
}
.u-fill-color-849 {
fill: #849 !important;
}
.u-stroke-color-849 {
stroke: #849 !important;
}
.u-background-color-850 {
background-color: #850 !important;
}
.u-border-color-850 {
border-color: #850 !important;
}
.u-text-color-850 {
color: #850 !important;
}
.u-fill-color-850 {
fill: #850 !important;
}
.u-stroke-color-850 {
stroke: #850 !important;
}
.u-background-color-851 {
background-color: #851 !important;
}
.u-border-color-851 {
border-color: #851 !important;
}
.u-text-color-851 {
color: #851 !important;
}
.u-fill-color-851 {
fill: #851 !important;
}
.u-stroke-color-851 {
stroke: #851 !important;
}
.u-background-color-852 {
background-color: #852 !important;
}
.u-border-color-852 {
border-color: #852 !important;
}
.u-text-color-852 {
color: #852 !important;
}
.u-fill-color-852 {
fill: #852 !important;
}
.u-stroke-color-852 {
stroke: #852 !important;
}
.u-background-color-853 {
background-color: #853 !important;
}
.u-border-color-853 {
border-color: #853 !important;
}
.u-text-color-853 {
color: #853 !important;
}
.u-fill-color-853 {
fill: #853 !important;
}
.u-stroke-color-853 {
stroke: #853 !important;
}
.u-background-color-854 {
background-color: #854 !important;
}
.u-border-color-854 {
border-color: #854 !important;
}
.u-text-color-854 {
color: #854 !important;
}
.u-fill-color-854 {
fill: #854 !important;
}
.u-stroke-color-854 {
stroke: #854 !important;
}
.u-background-color-855 {
background-color: #855 !important;
}
.u-border-color-855 {
border-color: #855 !important;
}
.u-text-color-855 {
color: #855 !important;
}
.u-fill-color-855 {
fill: #855 !important;
}
.u-stroke-color-855 {
stroke: #855 !important;
}
.u-background-color-856 {
background-color: #856 !important;
}
.u-border-color-856 {
border-color: #856 !important;
}
.u-text-color-856 {
color: #856 !important;
}
.u-fill-color-856 {
fill: #856 !important;
}
.u-stroke-color-856 {
stroke: #856 !important;
}
.u-background-color-857 {
background-color: #857 !important;
}
.u-border-color-857 {
border-color: #857 !important;
}
.u-text-color-857 {
color: #857 !important;
}
.u-fill-color-857 {
fill: #857 !important;
}
.u-stroke-color-857 {
stroke: #857 !important;
}
.u-background-color-858 {
background-color: #858 !important;
}
.u-border-color-858 {
border-color: #858 !important;
}
.u-text-color-858 {
color: #858 !important;
}
.u-fill-color-858 {
fill: #858 !important;
}
.u-stroke-color-858 {
stroke: #858 !important;
}
.u-background-color-859 {
background-color: #859 !important;
}
.u-border-color-859 {
border-color: #859 !important;
}
.u-text-color-859 {
color: #859 !important;
}
.u-fill-color-859 {
fill: #859 !important;
}
.u-stroke-color-859 {
stroke: #859 !important;
}
.u-background-color-860 {
background-color: #860 !important;
}
.u-border-color-860 {
border-color: #860 !important;
}
.u-text-color-860 {
color: #860 !important;
}
.u-fill-color-860 {
fill: #860 !important;
}
.u-stroke-color-860 {
stroke: #860 !important;
}
.u-background-color-861 {
background-color: #861 !important;
}
.u-border-color-861 {
border-color: #861 !important;
}
.u-text-color-861 {
color: #861 !important;
}
.u-fill-color-861 {
fill: #861 !important;
}
.u-stroke-color-861 {
stroke: #861 !important;
}
.u-background-color-862 {
background-color: #862 !important;
}
.u-border-color-862 {
border-color: #862 !important;
}
.u-text-color-862 {
color: #862 !important;
}
.u-fill-color-862 {
fill: #862 !important;
}
.u-stroke-color-862 {
stroke: #862 !important;
}
.u-background-color-863 {
background-color: #863 !important;
}
.u-border-color-863 {
border-color: #863 !important;
}
.u-text-color-863 {
color: #863 !important;
}
.u-fill-color-863 {
fill: #863 !important;
}
.u-stroke-color-863 {
stroke: #863 !important;
}
.u-background-color-864 {
background-color: #864 !important;
}
.u-border-color-864 {
border-color: #864 !important;
}
.u-text-color-864 {
color: #864 !important;
}
.u-fill-color-864 {
fill: #864 !important;
}
.u-stroke-color-864 {
stroke: #864 !important;
}
.u-background-color-865 {
background-color: #865 !important;
}
.u-border-color-865 {
border-color: #865 !important;
}
.u-text-color-865 {
color: #865 !important;
}
.u-fill-color-865 {
fill: #865 !important;
}
.u-stroke-color-865 {
stroke: #865 !important;
}
.u-background-color-866 {
background-color: #866 !important;
}
.u-border-color-866 {
border-color: #866 !important;
}
.u-text-color-866 {
color: #866 !important;
}
.u-fill-color-866 {
fill: #866 !important;
}
.u-stroke-color-866 {
stroke: #866 !important;
}
.u-background-color-867 {
background-color: #867 !important;
}
.u-border-color-867 {
border-color: #867 !important;
}
.u-text-color-867 {
color: #867 !important;
}
.u-fill-color-867 {
fill: #867 !important;
}
.u-stroke-color-867 {
stroke: #867 !important;
}
.u-background-color-868 {
background-color: #868 !important;
}
.u-border-color-868 {
border-color: #868 !important;
}
.u-text-color-868 {
color: #868 !important;
}
.u-fill-color-868 {
fill: #868 !important;
}
.u-stroke-color-868 {
stroke: #868 !important;
}
.u-background-color-869 {
background-color: #869 !important;
}
.u-border-color-869 {
border-color: #869 !important;
}
.u-text-color-869 {
color: #869 !important;
}
.u-fill-color-869 {
fill: #869 !important;
}
.u-stroke-color-869 {
stroke: #869 !important;
}
.u-background-color-870 {
background-color: #870 !important;
}
.u-border-color-870 {
border-color: #870 !important;
}
.u-text-color-870 {
color: #870 !important;
}
.u-fill-color-870 {
fill: #870 !important;
}
.u-stroke-color-870 {
stroke: #870 !important;
}
.u-background-color-871 {
background-color: #871 !important;
}
.u-border-color-871 {
border-color: #871 !important;
}
.u-text-color-871 {
color: #871 !important;
}
.u-fill-color-871 {
fill: #871 !important;
}
.u-stroke-color-871 {
stroke: #871 !important;
}
.u-background-color-872 {
background-color: #872 !important;
}
.u-border-color-872 {
border-color: #872 !important;
}
.u-text-color-872 {
color: #872 !important;
}
.u-fill-color-872 {
fill: #872 !important;
}
.u-stroke-color-872 {
stroke: #872 !important;
}
.u-background-color-873 {
background-color: #873 !important;
}
.u-border-color-873 {
border-color: #873 !important;
}
.u-text-color-873 {
color: #873 !important;
}
.u-fill-color-873 {
fill: #873 !important;
}
.u-stroke-color-873 {
stroke: #873 !important;
}
.u-background-color-874 {
background-color: #874 !important;
}
.u-border-color-874 {
border-color: #874 !important;
}
.u-text-color-874 {
color: #874 !important;
}
.u-fill-color-874 {
fill: #874 !important;
}
.u-stroke-color-874 {
stroke: #874 !important;
}
.u-background-color-875 {
background-color: #875 !important;
}
.u-border-color-875 {
border-color: #875 !important;
}
.u-text-color-875 {
color: #875 !important;
}
.u-fill-color-875 {
fill: #875 !important;
}
.u-stroke-color-875 {
stroke: #875 !important;
}
.u-background-color-876 {
background-color: #876 !important;
}
.u-border-color-876 {
border-color: #876 !important;
}
.u-text-color-876 {
color: #876 !important;
}
.u-fill-color-876 {
fill: #876 !important;
}
.u-stroke-color-876 {
stroke: #876 !important;
}
.u-background-color-877 {
background-color: #877 !important;
}
.u-border-color-877 {
border-color: #877 !important;
}
.u-text-color-877 {
color: #877 !important;
}
.u-fill-color-877 {
fill: #877 !important;
}
.u-stroke-color-877 {
stroke: #877 !important;
}
.u-background-color-878 {
background-color: #878 !important;
}
.u-border-color-878 {
border-color: #878 !important;
}
.u-text-color-878 {
color: #878 !important;
}
.u-fill-color-878 {
fill: #878 !important;
}
.u-stroke-color-878 {
stroke: #878 !important;
}
.u-background-color-879 {
background-color: #879 !important;
}
.u-border-color-879 {
border-color: #879 !important;
}
.u-text-color-879 {
color: #879 !important;
}
.u-fill-color-879 {
fill: #879 !important;
}
.u-stroke-color-879 {
stroke: #879 !important;
}
.u-background-color-880 {
background-color: #880 !important;
}
.u-border-color-880 {
border-color: #880 !important;
}
.u-text-color-880 {
color: #880 !important;
}
.u-fill-color-880 {
fill: #880 !important;
}
.u-stroke-color-880 {
stroke: #880 !important;
}
.u-background-color-881 {
background-color: #881 !important;
}
.u-border-color-881 {
border-color: #881 !important;
}
.u-text-color-881 {
color: #881 !important;
}
.u-fill-color-881 {
fill: #881 !important;
}
.u-stroke-color-881 {
stroke: #881 !important;
}
.u-background-color-882 {
background-color: #882 !important;
}
.u-border-color-882 {
border-color: #882 !important;
}
.u-text-color-882 {
color: #882 !important;
}
.u-fill-color-882 {
fill: #882 !important;
}
.u-stroke-color-882 {
stroke: #882 !important;
}
.u-background-color-883 {
background-color: #883 !important;
}
.u-border-color-883 {
border-color: #883 !important;
}
.u-text-color-883 {
color: #883 !important;
}
.u-fill-color-883 {
fill: #883 !important;
}
.u-stroke-color-883 {
stroke: #883 !important;
}
.u-background-color-884 {
background-color: #884 !important;
}
.u-border-color-884 {
border-color: #884 !important;
}
.u-text-color-884 {
color: #884 !important;
}
.u-fill-color-884 {
fill: #884 !important;
}
.u-stroke-color-884 {
stroke: #884 !important;
}
.u-background-color-885 {
background-color: #885 !important;
}
.u-border-color-885 {
border-color: #885 !important;
}
.u-text-color-885 {
color: #885 !important;
}
.u-fill-color-885 {
fill: #885 !important;
}
.u-stroke-color-885 {
stroke: #885 !important;
}
.u-background-color-886 {
background-color: #886 !important;
}
.u-border-color-886 {
border-color: #886 !important;
}
.u-text-color-886 {
color: #886 !important;
}
.u-fill-color-886 {
fill: #886 !important;
}
.u-stroke-color-886 {
stroke: #886 !important;
}
.u-background-color-887 {
background-color: #887 !important;
}
.u-border-color-887 {
border-color: #887 !important;
}
.u-text-color-887 {
color: #887 !important;
}
.u-fill-color-887 {
fill: #887 !important;
}
.u-stroke-color-887 {
stroke: #887 !important;
}
.u-background-color-888 {
background-color: #888 !important;
}
.u-border-color-888 {
border-color: #888 !important;
}
.u-text-color-888 {
color: #888 !important;
}
.u-fill-color-888 {
fill: #888 !important;
}
.u-stroke-color-888 {
stroke: #888 !important;
}
.u-background-color-889 {
background-color: #889 !important;
}
.u-border-color-889 {
border-color: #889 !important;
}
.u-text-color-889 {
color: #889 !important;
}
.u-fill-color-889 {
fill: #889 !important;
}
.u-stroke-color-889 {
stroke: #889 !important;
}
.u-background-color-890 {
background-color: #890 !important;
}
.u-border-color-890 {
border-color: #890 !important;
}
.u-text-color-890 {
color: #890 !important;
}
.u-fill-color-890 {
fill: #890 !important;
}
.u-stroke-color-890 {
stroke: #890 !important;
}
.u-background-color-891 {
background-color: #891 !important;
}
.u-border-color-891 {
border-color: #891 !important;
}
.u-text-color-891 {
color: #891 !important;
}
.u-fill-color-891 {
fill: #891 !important;
}
.u-stroke-color-891 {
stroke: #891 !important;
}
.u-background-color-892 {
background-color: #892 !important;
}
.u-border-color-892 {
border-color: #892 !important;
}
.u-text-color-892 {
color: #892 !important;
}
.u-fill-color-892 {
fill: #892 !important;
}
.u-stroke-color-892 {
stroke: #892 !important;
}
.u-background-color-893 {
background-color: #893 !important;
}
.u-border-color-893 {
border-color: #893 !important;
}
.u-text-color-893 {
color: #893 !important;
}
.u-fill-color-893 {
fill: #893 !important;
}
.u-stroke-color-893 {
stroke: #893 !important;
}
.u-background-color-894 {
background-color: #894 !important;
}
.u-border-color-894 {
border-color: #894 !important;
}
.u-text-color-894 {
color: #894 !important;
}
.u-fill-color-894 {
fill: #894 !important;
}
.u-stroke-color-894 {
stroke: #894 !important;
}
.u-background-color-895 {
background-color: #895 !important;
}
.u-border-color-895 {
border-color: #895 !important;
}
.u-text-color-895 {
color: #895 !important;
}
.u-fill-color-895 {
fill: #895 !important;
}
.u-stroke-color-895 {
stroke: #895 !important;
}
.u-background-color-896 {
background-color: #896 !important;
}
.u-border-color-896 {
border-color: #896 !important;
}
.u-text-color-896 {
color: #896 !important;
}
.u-fill-color-896 {
fill: #896 !important;
}
.u-stroke-color-896 {
stroke: #896 !important;
}
.u-background-color-897 {
background-color: #897 !important;
}
.u-border-color-897 {
border-color: #897 !important;
}
.u-text-color-897 {
color: #897 !important;
}
.u-fill-color-897 {
fill: #897 !important;
}
.u-stroke-color-897 {
stroke: #897 !important;
}
.u-background-color-898 {
background-color: #898 !important;
}
.u-border-color-898 {
border-color: #898 !important;
}
.u-text-color-898 {
color: #898 !important;
}
.u-fill-color-898 {
fill: #898 !important;
}
.u-stroke-color-898 {
stroke: #898 !important;
}
.u-background-color-899 {
background-color: #899 !important;
}
.u-border-color-899 {
border-color: #899 !important;
}
.u-text-color-899 {
color: #899 !important;
}
.u-fill-color-899 {
fill: #899 !important;
}
.u-stroke-color-899 {
stroke: #899 !important;
}
.u-background-color-900 {
background-color: #900 !important;
}
.u-border-color-900 {
border-color: #900 !important;
}
.u-text-color-900 {
color: #900 !important;
}
.u-fill-color-900 {
fill: #900 !important;
}
.u-stroke-color-900 {
stroke: #900 !important;
}
.u-background-color-901 {
background-color: #901 !important;
}
.u-border-color-901 {
border-color: #901 !important;
}
.u-text-color-901 {
color: #901 !important;
}
.u-fill-color-901 {
fill: #901 !important;
}
.u-stroke-color-901 {
stroke: #901 !important;
}
.u-background-color-902 {
background-color: #902 !important;
}
.u-border-color-902 {
border-color: #902 !important;
}
.u-text-color-902 {
color: #902 !important;
}
.u-fill-color-902 {
fill: #902 !important;
}
.u-stroke-color-902 {
stroke: #902 !important;
}
.u-background-color-903 {
background-color: #903 !important;
}
.u-border-color-903 {
border-color: #903 !important;
}
.u-text-color-903 {
color: #903 !important;
}
.u-fill-color-903 {
fill: #903 !important;
}
.u-stroke-color-903 {
stroke: #903 !important;
}
.u-background-color-904 {
background-color: #904 !important;
}
.u-border-color-904 {
border-color: #904 !important;
}
.u-text-color-904 {
color: #904 !important;
}
.u-fill-color-904 {
fill: #904 !important;
}
.u-stroke-color-904 {
stroke: #904 !important;
}
.u-background-color-905 {
background-color: #905 !important;
}
.u-border-color-905 {
border-color: #905 !important;
}
.u-text-color-905 {
color: #905 !important;
}
.u-fill-color-905 {
fill: #905 !important;
}
.u-stroke-color-905 {
stroke: #905 !important;
}
.u-background-color-906 {
background-color: #906 !important;
}
.u-border-color-906 {
border-color: #906 !important;
}
.u-text-color-906 {
color: #906 !important;
}
.u-fill-color-906 {
fill: #906 !important;
}
.u-stroke-color-906 {
stroke: #906 !important;
}
.u-background-color-907 {
background-color: #907 !important;
}
.u-border-color-907 {
border-color: #907 !important;
}
.u-text-color-907 {
color: #907 !important;
}
.u-fill-color-907 {
fill: #907 !important;
}
.u-stroke-color-907 {
stroke: #907 !important;
}
.u-background-color-908 {
background-color: #908 !important;
}
.u-border-color-908 {
border-color: #908 !important;
}
.u-text-color-908 {
color: #908 !important;
}
.u-fill-color-908 {
fill: #908 !important;
}
.u-stroke-color-908 {
stroke: #908 !important;
}
.u-background-color-909 {
background-color: #909 !important;
}
.u-border-color-909 {
border-color: #909 !important;
}
.u-text-color-909 {
color: #909 !important;
}
.u-fill-color-909 {
fill: #909 !important;
}
.u-stroke-color-909 {
stroke: #909 !important;
}
.u-background-color-910 {
background-color: #910 !important;
}
.u-border-color-910 {
border-color: #910 !important;
}
.u-text-color-910 {
color: #910 !important;
}
.u-fill-color-910 {
fill: #910 !important;
}
.u-stroke-color-910 {
stroke: #910 !important;
}
.u-background-color-911 {
background-color: #911 !important;
}
.u-border-color-911 {
border-color: #911 !important;
}
.u-text-color-911 {
color: #911 !important;
}
.u-fill-color-911 {
fill: #911 !important;
}
.u-stroke-color-911 {
stroke: #911 !important;
}
.u-background-color-912 {
background-color: #912 !important;
}
.u-border-color-912 {
border-color: #912 !important;
}
.u-text-color-912 {
color: #912 !important;
}
.u-fill-color-912 {
fill: #912 !important;
}
.u-stroke-color-912 {
stroke: #912 !important;
}
.u-background-color-913 {
background-color: #913 !important;
}
.u-border-color-913 {
border-color: #913 !important;
}
.u-text-color-913 {
color: #913 !important;
}
.u-fill-color-913 {
fill: #913 !important;
}
.u-stroke-color-913 {
stroke: #913 !important;
}
.u-background-color-914 {
background-color: #914 !important;
}
.u-border-color-914 {
border-color: #914 !important;
}
.u-text-color-914 {
color: #914 !important;
}
.u-fill-color-914 {
fill: #914 !important;
}
.u-stroke-color-914 {
stroke: #914 !important;
}
.u-background-color-915 {
background-color: #915 !important;
}
.u-border-color-915 {
border-color: #915 !important;
}
.u-text-color-915 {
color: #915 !important;
}
.u-fill-color-915 {
fill: #915 !important;
}
.u-stroke-color-915 {
stroke: #915 !important;
}
.u-background-color-916 {
background-color: #916 !important;
}
.u-border-color-916 {
border-color: #916 !important;
}
.u-text-color-916 {
color: #916 !important;
}
.u-fill-color-916 {
fill: #916 !important;
}
.u-stroke-color-916 {
stroke: #916 !important;
}
.u-background-color-917 {
background-color: #917 !important;
}
.u-border-color-917 {
border-color: #917 !important;
}
.u-text-color-917 {
color: #917 !important;
}
.u-fill-color-917 {
fill: #917 !important;
}
.u-stroke-color-917 {
stroke: #917 !important;
}
.u-background-color-918 {
background-color: #918 !important;
}
.u-border-color-918 {
border-color: #918 !important;
}
.u-text-color-918 {
color: #918 !important;
}
.u-fill-color-918 {
fill: #918 !important;
}
.u-stroke-color-918 {
stroke: #918 !important;
}
.u-background-color-919 {
background-color: #919 !important;
}
.u-border-color-919 {
border-color: #919 !important;
}
.u-text-color-919 {
color: #919 !important;
}
.u-fill-color-919 {
fill: #919 !important;
}
.u-stroke-color-919 {
stroke: #919 !important;
}
.u-background-color-920 {
background-color: #920 !important;
}
.u-border-color-920 {
border-color: #920 !important;
}
.u-text-color-920 {
color: #920 !important;
}
.u-fill-color-920 {
fill: #920 !important;
}
.u-stroke-color-920 {
stroke: #920 !important;
}
.u-background-color-921 {
background-color: #921 !important;
}
.u-border-color-921 {
border-color: #921 !important;
}
.u-text-color-921 {
color: #921 !important;
}
.u-fill-color-921 {
fill: #921 !important;
}
.u-stroke-color-921 {
stroke: #921 !important;
}
.u-background-color-922 {
background-color: #922 !important;
}
.u-border-color-922 {
border-color: #922 !important;
}
.u-text-color-922 {
color: #922 !important;
}
.u-fill-color-922 {
fill: #922 !important;
}
.u-stroke-color-922 {
stroke: #922 !important;
}
.u-background-color-923 {
background-color: #923 !important;
}
.u-border-color-923 {
border-color: #923 !important;
}
.u-text-color-923 {
color: #923 !important;
}
.u-fill-color-923 {
fill: #923 !important;
}
.u-stroke-color-923 {
stroke: #923 !important;
}
.u-background-color-924 {
background-color: #924 !important;
}
.u-border-color-924 {
border-color: #924 !important;
}
.u-text-color-924 {
color: #924 !important;
}
.u-fill-color-924 {
fill: #924 !important;
}
.u-stroke-color-924 {
stroke: #924 !important;
}
.u-background-color-925 {
background-color: #925 !important;
}
.u-border-color-925 {
border-color: #925 !important;
}
.u-text-color-925 {
color: #925 !important;
}
.u-fill-color-925 {
fill: #925 !important;
}
.u-stroke-color-925 {
stroke: #925 !important;
}
.u-background-color-926 {
background-color: #926 !important;
}
.u-border-color-926 {
border-color: #926 !important;
}
.u-text-color-926 {
color: #926 !important;
}
.u-fill-color-926 {
fill: #926 !important;
}
.u-stroke-color-926 {
stroke: #926 !important;
}
.u-background-color-927 {
background-color: #927 !important;
}
.u-border-color-927 {
border-color: #927 !important;
}
.u-text-color-927 {
color: #927 !important;
}
.u-fill-color-927 {
fill: #927 !important;
}
.u-stroke-color-927 {
stroke: #927 !important;
}
.u-background-color-928 {
background-color: #928 !important;
}
.u-border-color-928 {
border-color: #928 !important;
}
.u-text-color-928 {
color: #928 !important;
}
.u-fill-color-928 {
fill: #928 !important;
}
.u-stroke-color-928 {
stroke: #928 !important;
}
.u-background-color-929 {
background-color: #929 !important;
}
.u-border-color-929 {
border-color: #929 !important;
}
.u-text-color-929 {
color: #929 !important;
}
.u-fill-color-929 {
fill: #929 !important;
}
.u-stroke-color-929 {
stroke: #929 !important;
}
.u-background-color-930 {
background-color: #930 !important;
}
.u-border-color-930 {
border-color: #930 !important;
}
.u-text-color-930 {
color: #930 !important;
}
.u-fill-color-930 {
fill: #930 !important;
}
.u-stroke-color-930 {
stroke: #930 !important;
}
.u-background-color-931 {
background-color: #931 !important;
}
.u-border-color-931 {
border-color: #931 !important;
}
.u-text-color-931 {
color: #931 !important;
}
.u-fill-color-931 {
fill: #931 !important;
}
.u-stroke-color-931 {
stroke: #931 !important;
}
.u-background-color-932 {
background-color: #932 !important;
}
.u-border-color-932 {
border-color: #932 !important;
}
.u-text-color-932 {
color: #932 !important;
}
.u-fill-color-932 {
fill: #932 !important;
}
.u-stroke-color-932 {
stroke: #932 !important;
}
.u-background-color-933 {
background-color: #933 !important;
}
.u-border-color-933 {
border-color: #933 !important;
}
.u-text-color-933 {
color: #933 !important;
}
.u-fill-color-933 {
fill: #933 !important;
}
.u-stroke-color-933 {
stroke: #933 !important;
}
.u-background-color-934 {
background-color: #934 !important;
}
.u-border-color-934 {
border-color: #934 !important;
}
.u-text-color-934 {
color: #934 !important;
}
.u-fill-color-934 {
fill: #934 !important;
}
.u-stroke-color-934 {
stroke: #934 !important;
}
.u-background-color-935 {
background-color: #935 !important;
}
.u-border-color-935 {
border-color: #935 !important;
}
.u-text-color-935 {
color: #935 !important;
}
.u-fill-color-935 {
fill: #935 !important;
}
.u-stroke-color-935 {
stroke: #935 !important;
}
.u-background-color-936 {
background-color: #936 !important;
}
.u-border-color-936 {
border-color: #936 !important;
}
.u-text-color-936 {
color: #936 !important;
}
.u-fill-color-936 {
fill: #936 !important;
}
.u-stroke-color-936 {
stroke: #936 !important;
}
.u-background-color-937 {
background-color: #937 !important;
}
.u-border-color-937 {
border-color: #937 !important;
}
.u-text-color-937 {
color: #937 !important;
}
.u-fill-color-937 {
fill: #937 !important;
}
.u-stroke-color-937 {
stroke: #937 !important;
}
.u-background-color-938 {
background-color: #938 !important;
}
.u-border-color-938 {
border-color: #938 !important;
}
.u-text-color-938 {
color: #938 !important;
}
.u-fill-color-938 {
fill: #938 !important;
}
.u-stroke-color-938 {
stroke: #938 !important;
}
.u-background-color-939 {
background-color: #939 !important;
}
.u-border-color-939 {
border-color: #939 !important;
}
.u-text-color-939 {
color: #939 !important;
}
.u-fill-color-939 {
fill: #939 !important;
}
.u-stroke-color-939 {
stroke: #939 !important;
}
.u-background-color-940 {
background-color: #940 !important;
}
.u-border-color-940 {
border-color: #940 !important;
}
.u-text-color-940 {
color: #940 !important;
}
.u-fill-color-940 {
fill: #940 !important;
}
.u-stroke-color-940 {
stroke: #940 !important;
}
.u-background-color-941 {
background-color: #941 !important;
}
.u-border-color-941 {
border-color: #941 !important;
}
.u-text-color-941 {
color: #941 !important;
}
.u-fill-color-941 {
fill: #941 !important;
}
.u-stroke-color-941 {
stroke: #941 !important;
}
.u-background-color-942 {
background-color: #942 !important;
}
.u-border-color-942 {
border-color: #942 !important;
}
.u-text-color-942 {
color: #942 !important;
}
.u-fill-color-942 {
fill: #942 !important;
}
.u-stroke-color-942 {
stroke: #942 !important;
}
.u-background-color-943 {
background-color: #943 !important;
}
.u-border-color-943 {
border-color: #943 !important;
}
.u-text-color-943 {
color: #943 !important;
}
.u-fill-color-943 {
fill: #943 !important;
}
.u-stroke-color-943 {
stroke: #943 !important;
}
.u-background-color-944 {
background-color: #944 !important;
}
.u-border-color-944 {
border-color: #944 !important;
}
.u-text-color-944 {
color: #944 !important;
}
.u-fill-color-944 {
fill: #944 !important;
}
.u-stroke-color-944 {
stroke: #944 !important;
}
.u-background-color-945 {
background-color: #945 !important;
}
.u-border-color-945 {
border-color: #945 !important;
}
.u-text-color-945 {
color: #945 !important;
}
.u-fill-color-945 {
fill: #945 !important;
}
.u-stroke-color-945 {
stroke: #945 !important;
}
.u-background-color-946 {
background-color: #946 !important;
}
.u-border-color-946 {
border-color: #946 !important;
}
.u-text-color-946 {
color: #946 !important;
}
.u-fill-color-946 {
fill: #946 !important;
}
.u-stroke-color-946 {
stroke: #946 !important;
}
.u-background-color-947 {
background-color: #947 !important;
}
.u-border-color-947 {
border-color: #947 !important;
}
.u-text-color-947 {
color: #947 !important;
}
.u-fill-color-947 {
fill: #947 !important;
}
.u-stroke-color-947 {
stroke: #947 !important;
}
.u-background-color-948 {
background-color: #948 !important;
}
.u-border-color-948 {
border-color: #948 !important;
}
.u-text-color-948 {
color: #948 !important;
}
.u-fill-color-948 {
fill: #948 !important;
}
.u-stroke-color-948 {
stroke: #948 !important;
}
.u-background-color-949 {
background-color: #949 !important;
}
.u-border-color-949 {
border-color: #949 !important;
}
.u-text-color-949 {
color: #949 !important;
}
.u-fill-color-949 {
fill: #949 !important;
}
.u-stroke-color-949 {
stroke: #949 !important;
}
.u-background-color-950 {
background-color: #950 !important;
}
.u-border-color-950 {
border-color: #950 !important;
}
.u-text-color-950 {
color: #950 !important;
}
.u-fill-color-950 {
fill: #950 !important;
}
.u-stroke-color-950 {
stroke: #950 !important;
}
.u-background-color-951 {
background-color: #951 !important;
}
.u-border-color-951 {
border-color: #951 !important;
}
.u-text-color-951 {
color: #951 !important;
}
.u-fill-color-951 {
fill: #951 !important;
}
.u-stroke-color-951 {
stroke: #951 !important;
}
.u-background-color-952 {
background-color: #952 !important;
}
.u-border-color-952 {
border-color: #952 !important;
}
.u-text-color-952 {
color: #952 !important;
}
.u-fill-color-952 {
fill: #952 !important;
}
.u-stroke-color-952 {
stroke: #952 !important;
}
.u-background-color-953 {
background-color: #953 !important;
}
.u-border-color-953 {
border-color: #953 !important;
}
.u-text-color-953 {
color: #953 !important;
}
.u-fill-color-953 {
fill: #953 !important;
}
.u-stroke-color-953 {
stroke: #953 !important;
}
.u-background-color-954 {
background-color: #954 !important;
}
.u-border-color-954 {
border-color: #954 !important;
}
.u-text-color-954 {
color: #954 !important;
}
.u-fill-color-954 {
fill: #954 !important;
}
.u-stroke-color-954 {
stroke: #954 !important;
}
.u-background-color-955 {
background-color: #955 !important;
}
.u-border-color-955 {
border-color: #955 !important;
}
.u-text-color-955 {
color: #955 !important;
}
.u-fill-color-955 {
fill: #955 !important;
}
.u-stroke-color-955 {
stroke: #955 !important;
}
.u-background-color-956 {
background-color: #956 !important;
}
.u-border-color-956 {
border-color: #956 !important;
}
.u-text-color-956 {
color: #956 !important;
}
.u-fill-color-956 {
fill: #956 !important;
}
.u-stroke-color-956 {
stroke: #956 !important;
}
.u-background-color-957 {
background-color: #957 !important;
}
.u-border-color-957 {
border-color: #957 !important;
}
.u-text-color-957 {
color: #957 !important;
}
.u-fill-color-957 {
fill: #957 !important;
}
.u-stroke-color-957 {
stroke: #957 !important;
}
.u-background-color-958 {
background-color: #958 !important;
}
.u-border-color-958 {
border-color: #958 !important;
}
.u-text-color-958 {
color: #958 !important;
}
.u-fill-color-958 {
fill: #958 !important;
}
.u-stroke-color-958 {
stroke: #958 !important;
}
.u-background-color-959 {
background-color: #959 !important;
}
.u-border-color-959 {
border-color: #959 !important;
}
.u-text-color-959 {
color: #959 !important;
}
.u-fill-color-959 {
fill: #959 !important;
}
.u-stroke-color-959 {
stroke: #959 !important;
}
.u-background-color-960 {
background-color: #960 !important;
}
.u-border-color-960 {
border-color: #960 !important;
}
.u-text-color-960 {
color: #960 !important;
}
.u-fill-color-960 {
fill: #960 !important;
}
.u-stroke-color-960 {
stroke: #960 !important;
}
.u-background-color-961 {
background-color: #961 !important;
}
.u-border-color-961 {
border-color: #961 !important;
}
.u-text-color-961 {
color: #961 !important;
}
.u-fill-color-961 {
fill: #961 !important;
}
.u-stroke-color-961 {
stroke: #961 !important;
}
.u-background-color-962 {
background-color: #962 !important;
}
.u-border-color-962 {
border-color: #962 !important;
}
.u-text-color-962 {
color: #962 !important;
}
.u-fill-color-962 {
fill: #962 !important;
}
.u-stroke-color-962 {
stroke: #962 !important;
}
.u-background-color-963 {
background-color: #963 !important;
}
.u-border-color-963 {
border-color: #963 !important;
}
.u-text-color-963 {
color: #963 !important;
}
.u-fill-color-963 {
fill: #963 !important;
}
.u-stroke-color-963 {
stroke: #963 !important;
}
.u-background-color-964 {
background-color: #964 !important;
}
.u-border-color-964 {
border-color: #964 !important;
}
.u-text-color-964 {
color: #964 !important;
}
.u-fill-color-964 {
fill: #964 !important;
}
.u-stroke-color-964 {
stroke: #964 !important;
}
.u-background-color-965 {
background-color: #965 !important;
}
.u-border-color-965 {
border-color: #965 !important;
}
.u-text-color-965 {
color: #965 !important;
}
.u-fill-color-965 {
fill: #965 !important;
}
.u-stroke-color-965 {
stroke: #965 !important;
}
.u-background-color-966 {
background-color: #966 !important;
}
.u-border-color-966 {
border-color: #966 !important;
}
.u-text-color-966 {
color: #966 !important;
}
.u-fill-color-966 {
fill: #966 !important;
}
.u-stroke-color-966 {
stroke: #966 !important;
}
.u-background-color-967 {
background-color: #967 !important;
}
.u-border-color-967 {
border-color: #967 !important;
}
.u-text-color-967 {
color: #967 !important;
}
.u-fill-color-967 {
fill: #967 !important;
}
.u-stroke-color-967 {
stroke: #967 !important;
}
.u-background-color-968 {
background-color: #968 !important;
}
.u-border-color-968 {
border-color: #968 !important;
}
.u-text-color-968 {
color: #968 !important;
}
.u-fill-color-968 {
fill: #968 !important;
}
.u-stroke-color-968 {
stroke: #968 !important;
}
.u-background-color-969 {
background-color: #969 !important;
}
.u-border-color-969 {
border-color: #969 !important;
}
.u-text-color-969 {
color: #969 !important;
}
.u-fill-color-969 {
fill: #969 !important;
}
.u-stroke-color-969 {
stroke: #969 !important;
}
.u-background-color-970 {
background-color: #970 !important;
}
.u-border-color-970 {
border-color: #970 !important;
}
.u-text-color-970 {
color: #970 !important;
}
.u-fill-color-970 {
fill: #970 !important;
}
.u-stroke-color-970 {
stroke: #970 !important;
}
.u-background-color-971 {
background-color: #971 !important;
}
.u-border-color-971 {
border-color: #971 !important;
}
.u-text-color-971 {
color: #971 !important;
}
.u-fill-color-971 {
fill: #971 !important;
}
.u-stroke-color-971 {
stroke: #971 !important;
}
.u-background-color-972 {
background-color: #972 !important;
}
.u-border-color-972 {
border-color: #972 !important;
}
.u-text-color-972 {
color: #972 !important;
}
.u-fill-color-972 {
fill: #972 !important;
}
.u-stroke-color-972 {
stroke: #972 !important;
}
.u-background-color-973 {
background-color: #973 !important;
}
.u-border-color-973 {
border-color: #973 !important;
}
.u-text-color-973 {
color: #973 !important;
}
.u-fill-color-973 {
fill: #973 !important;
}
.u-stroke-color-973 {
stroke: #973 !important;
}
.u-background-color-974 {
background-color: #974 !important;
}
.u-border-color-974 {
border-color: #974 !important;
}
.u-text-color-974 {
color: #974 !important;
}
.u-fill-color-974 {
fill: #974 !important;
}
.u-stroke-color-974 {
stroke: #974 !important;
}
.u-background-color-975 {
background-color: #975 !important;
}
.u-border-color-975 {
border-color: #975 !important;
}
.u-text-color-975 {
color: #975 !important;
}
.u-fill-color-975 {
fill: #975 !important;
}
.u-stroke-color-975 {
stroke: #975 !important;
}
.u-background-color-976 {
background-color: #976 !important;
}
.u-border-color-976 {
border-color: #976 !important;
}
.u-text-color-976 {
color: #976 !important;
}
.u-fill-color-976 {
fill: #976 !important;
}
.u-stroke-color-976 {
stroke: #976 !important;
}
.u-background-color-977 {
background-color: #977 !important;
}
.u-border-color-977 {
border-color: #977 !important;
}
.u-text-color-977 {
color: #977 !important;
}
.u-fill-color-977 {
fill: #977 !important;
}
.u-stroke-color-977 {
stroke: #977 !important;
}
.u-background-color-978 {
background-color: #978 !important;
}
.u-border-color-978 {
border-color: #978 !important;
}
.u-text-color-978 {
color: #978 !important;
}
.u-fill-color-978 {
fill: #978 !important;
}
.u-stroke-color-978 {
stroke: #978 !important;
}
.u-background-color-979 {
background-color: #979 !important;
}
.u-border-color-979 {
border-color: #979 !important;
}
.u-text-color-979 {
color: #979 !important;
}
.u-fill-color-979 {
fill: #979 !important;
}
.u-stroke-color-979 {
stroke: #979 !important;
}
.u-background-color-980 {
background-color: #980 !important;
}
.u-border-color-980 {
border-color: #980 !important;
}
.u-text-color-980 {
color: #980 !important;
}
.u-fill-color-980 {
fill: #980 !important;
}
.u-stroke-color-980 {
stroke: #980 !important;
}
.u-background-color-981 {
background-color: #981 !important;
}
.u-border-color-981 {
border-color: #981 !important;
}
.u-text-color-981 {
color: #981 !important;
}
.u-fill-color-981 {
fill: #981 !important;
}
.u-stroke-color-981 {
stroke: #981 !important;
}
.u-background-color-982 {
background-color: #982 !important;
}
.u-border-color-982 {
border-color: #982 !important;
}
.u-text-color-982 {
color: #982 !important;
}
.u-fill-color-982 {
fill: #982 !important;
}
.u-stroke-color-982 {
stroke: #982 !important;
}
.u-background-color-983 {
background-color: #983 !important;
}
.u-border-color-983 {
border-color: #983 !important;
}
.u-text-color-983 {
color: #983 !important;
}
.u-fill-color-983 {
fill: #983 !important;
}
.u-stroke-color-983 {
stroke: #983 !important;
}
.u-background-color-984 {
background-color: #984 !important;
}
.u-border-color-984 {
border-color: #984 !important;
}
.u-text-color-984 {
color: #984 !important;
}
.u-fill-color-984 {
fill: #984 !important;
}
.u-stroke-color-984 {
stroke: #984 !important;
}
.u-background-color-985 {
background-color: #985 !important;
}
.u-border-color-985 {
border-color: #985 !important;
}
.u-text-color-985 {
color: #985 !important;
}
.u-fill-color-985 {
fill: #985 !important;
}
.u-stroke-color-985 {
stroke: #985 !important;
}
.u-background-color-986 {
background-color: #986 !important;
}
.u-border-color-986 {
border-color: #986 !important;
}
.u-text-color-986 {
color: #986 !important;
}
.u-fill-color-986 {
fill: #986 !important;
}
.u-stroke-color-986 {
stroke: #986 !important;
}
.u-background-color-987 {
background-color: #987 !important;
}
.u-border-color-987 {
border-color: #987 !important;
}
.u-text-color-987 {
color: #987 !important;
}
.u-fill-color-987 {
fill: #987 !important;
}
.u-stroke-color-987 {
stroke: #987 !important;
}
.u-background-color-988 {
background-color: #988 !important;
}
.u-border-color-988 {
border-color: #988 !important;
}
.u-text-color-988 {
color: #988 !important;
}
.u-fill-color-988 {
fill: #988 !important;
}
.u-stroke-color-988 {
stroke: #988 !important;
}
.u-background-color-989 {
background-color: #989 !important;
}
.u-border-color-989 {
border-color: #989 !important;
}
.u-text-color-989 {
color: #989 !important;
}
.u-fill-color-989 {
fill: #989 !important;
}
.u-stroke-color-989 {
stroke: #989 !important;
}
.u-background-color-990 {
background-color: #990 !important;
}
.u-border-color-990 {
border-color: #990 !important;
}
.u-text-color-990 {
color: #990 !important;
}
.u-fill-color-990 {
fill: #990 !important;
}
.u-stroke-color-990 {
stroke: #990 !important;
}
.u-background-color-991 {
background-color: #991 !important;
}
.u-border-color-991 {
border-color: #991 !important;
}
.u-text-color-991 {
color: #991 !important;
}
.u-fill-color-991 {
fill: #991 !important;
}
.u-stroke-color-991 {
stroke: #991 !important;
}
.u-background-color-992 {
background-color: #992 !important;
}
.u-border-color-992 {
border-color: #992 !important;
}
.u-text-color-992 {
color: #992 !important;
}
.u-fill-color-992 {
fill: #992 !important;
}
.u-stroke-color-992 {
stroke: #992 !important;
}
.u-background-color-993 {
background-color: #993 !important;
}
.u-border-color-993 {
border-color: #993 !important;
}
.u-text-color-993 {
color: #993 !important;
}
.u-fill-color-993 {
fill: #993 !important;
}
.u-stroke-color-993 {
stroke: #993 !important;
}
.u-background-color-994 {
background-color: #994 !important;
}
.u-border-color-994 {
border-color: #994 !important;
}
.u-text-color-994 {
color: #994 !important;
}
.u-fill-color-994 {
fill: #994 !important;
}
.u-stroke-color-994 {
stroke: #994 !important;
}
.u-background-color-995 {
background-color: #995 !important;
}
.u-border-color-995 {
border-color: #995 !important;
}
.u-text-color-995 {
color: #995 !important;
}
.u-fill-color-995 {
fill: #995 !important;
}
.u-stroke-color-995 {
stroke: #995 !important;
}
.u-background-color-996 {
background-color: #996 !important;
}
.u-border-color-996 {
border-color: #996 !important;
}
.u-text-color-996 {
color: #996 !important;
}
.u-fill-color-996 {
fill: #996 !important;
}
.u-stroke-color-996 {
stroke: #996 !important;
}
.u-background-color-997 {
background-color: #997 !important;
}
.u-border-color-997 {
border-color: #997 !important;
}
.u-text-color-997 {
color: #997 !important;
}
.u-fill-color-997 {
fill: #997 !important;
}
.u-stroke-color-997 {
stroke: #997 !important;
}
.u-background-color-998 {
background-color: #998 !important;
}
.u-border-color-998 {
border-color: #998 !important;
}
.u-text-color-998 {
color: #998 !important;
}
.u-fill-color-998 {
fill: #998 !important;
}
.u-stroke-color-998 {
stroke: #998 !important;
}
.u-background-color-999 {
background-color: #999 !important;
}
.u-border-color-999 {
border-color: #999 !important;
}
.u-text-color-999 {
color: #999 !important;
}
.u-fill-color-999 {
fill: #999 !important;
}
.u-stroke-color-999 {
stroke: #999 !important;
} | 0.289071 | 0.084342 |
.menu-item-handle .item-title {
margin-right: 10em;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.obfx-menu-icon-container ~ .popover {
z-index: 999999;
}
.obfx-menu-icon-container {
margin-right: 10px;
padding: 2px 5px 0;
border: 1px solid #ccc;
border-radius: 3px;
color: #555;
background: #f7f7f7;
box-shadow: 0 1px 0 #ccc;
vertical-align: top;
}
.obfx-menu-icon-container:hover {
border-color: #999;
color: #23282d;
background: #fafafa;
}
.obfx-menu-icon-container:active {
border-color: #999;
background: #eee;
box-shadow: inset 0 2px 5px -3px rgba(0,0,0,0.5);
-webkit-transform: translateY(1px);
-ms-transform: translateY(1px);
transform: translateY(1px);
}
.dashicons-obfx-default-icon:before {
color: #909090;
content: "\f132";
}
.obfx-menu-icon-container {
color: #333;
}
.iconpicker-items .dashicons-obfx-default-icon {
top: 1px;
right: 1px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.iconpicker-items .dashicons-obfx-default-icon:before {
color: red;
}
.iconpicker-item.obfx-menu-icon-selected .dashicons-obfx-default-icon:before {
color: #5eadd9;
}
.obfx-menu-icon-container ~ .iconpicker-popover.popover {
width: 252px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.obfx-menu-icon-container ~ .iconpicker-popover .iconpicker-item {
width: auto;
height: auto;
padding: 7px 7px;
border: 1px solid #f5f5f5;
border-top: none;
border-left: none;
color: #9da3a9;
text-decoration: none;
}
.obfx-menu-icon-container ~ .iconpicker-popover .iconpicker-item.obfx-menu-icon-selected {
color: #fff;
background-color: #5eadd9;
}
.obfx-menu-icon-container ~ .iconpicker-popover .iconpicker-search {
width: 100%;
padding-left: 25px;
font-weight: 100;
}
.obfx-menu-icon-container ~ .iconpicker-popover .popover-title {
padding: 7px;
border-bottom: 1px solid #f5f5f5;
background-color: #fff;
}
.obfx-menu-icon-container ~ .iconpicker-popover.popover.bottomLeft > .arrow {
display: none;
}
.obfx-menu-icon-container ~ .iconpicker-popover .popover-title:before {
position: absolute;
padding: 6px 0 0 7px;
color: #9da3a8;
font-family: FontAwesome;
font-size: 16px;
content: "\f002";
}
.obfx-menu-icon-container ~ .iconpicker-popover .iconpicker-item i {
width: 32px;
height: 32px;
font-size: 20px;
line-height: 32px;
-webkit-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.obfx-menu-icon-container ~ .iconpicker-popover .iconpicker-item:not(.obfx-menu-icon-selected):hover {
color: #5eadd9;
background: transparent;
}
.obfx-menu-icon-container ~ .iconpicker-popover .iconpicker-item:hover > i:not(.dashicons-obfx-default-icon) {
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
}
.obfx-menu-icon-footer b {
font-style: normal;
}
.obfx-menu-icon-footer {
padding: 5px 20px 5px 0;
font-size: 12px;
font-weight: normal;
font-style: italic;
text-align: right;
}
.obfx-menu-icon-footer .iconpicker-btn.iconpicker-btn-cancel,
.obfx-menu-icon-footer .iconpicker-btn.iconpicker-btn-accept {
display: none;
} | wp-content/plugins/themeisle-companion/obfx_modules/menu-icons/css/admin.css | .menu-item-handle .item-title {
margin-right: 10em;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.obfx-menu-icon-container ~ .popover {
z-index: 999999;
}
.obfx-menu-icon-container {
margin-right: 10px;
padding: 2px 5px 0;
border: 1px solid #ccc;
border-radius: 3px;
color: #555;
background: #f7f7f7;
box-shadow: 0 1px 0 #ccc;
vertical-align: top;
}
.obfx-menu-icon-container:hover {
border-color: #999;
color: #23282d;
background: #fafafa;
}
.obfx-menu-icon-container:active {
border-color: #999;
background: #eee;
box-shadow: inset 0 2px 5px -3px rgba(0,0,0,0.5);
-webkit-transform: translateY(1px);
-ms-transform: translateY(1px);
transform: translateY(1px);
}
.dashicons-obfx-default-icon:before {
color: #909090;
content: "\f132";
}
.obfx-menu-icon-container {
color: #333;
}
.iconpicker-items .dashicons-obfx-default-icon {
top: 1px;
right: 1px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.iconpicker-items .dashicons-obfx-default-icon:before {
color: red;
}
.iconpicker-item.obfx-menu-icon-selected .dashicons-obfx-default-icon:before {
color: #5eadd9;
}
.obfx-menu-icon-container ~ .iconpicker-popover.popover {
width: 252px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.obfx-menu-icon-container ~ .iconpicker-popover .iconpicker-item {
width: auto;
height: auto;
padding: 7px 7px;
border: 1px solid #f5f5f5;
border-top: none;
border-left: none;
color: #9da3a9;
text-decoration: none;
}
.obfx-menu-icon-container ~ .iconpicker-popover .iconpicker-item.obfx-menu-icon-selected {
color: #fff;
background-color: #5eadd9;
}
.obfx-menu-icon-container ~ .iconpicker-popover .iconpicker-search {
width: 100%;
padding-left: 25px;
font-weight: 100;
}
.obfx-menu-icon-container ~ .iconpicker-popover .popover-title {
padding: 7px;
border-bottom: 1px solid #f5f5f5;
background-color: #fff;
}
.obfx-menu-icon-container ~ .iconpicker-popover.popover.bottomLeft > .arrow {
display: none;
}
.obfx-menu-icon-container ~ .iconpicker-popover .popover-title:before {
position: absolute;
padding: 6px 0 0 7px;
color: #9da3a8;
font-family: FontAwesome;
font-size: 16px;
content: "\f002";
}
.obfx-menu-icon-container ~ .iconpicker-popover .iconpicker-item i {
width: 32px;
height: 32px;
font-size: 20px;
line-height: 32px;
-webkit-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.obfx-menu-icon-container ~ .iconpicker-popover .iconpicker-item:not(.obfx-menu-icon-selected):hover {
color: #5eadd9;
background: transparent;
}
.obfx-menu-icon-container ~ .iconpicker-popover .iconpicker-item:hover > i:not(.dashicons-obfx-default-icon) {
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
}
.obfx-menu-icon-footer b {
font-style: normal;
}
.obfx-menu-icon-footer {
padding: 5px 20px 5px 0;
font-size: 12px;
font-weight: normal;
font-style: italic;
text-align: right;
}
.obfx-menu-icon-footer .iconpicker-btn.iconpicker-btn-cancel,
.obfx-menu-icon-footer .iconpicker-btn.iconpicker-btn-accept {
display: none;
} | 0.268078 | 0.053974 |
@font-face { font-family: "Fjalla One"; src: url('./font/FjallaOne-Regular.ttf'); }
/*
#009fe3 : blue
#e40613 : red
#bcebff : light blue
#fed7da : light red
#8fddff : hovered light blue;
#ffa8b0 : hovered light red
rgba(0, 159, 227, 0.05) : transparent light blue (usually for background)
rgba(228, 6, 19, 0.05) : transparent light red (usually for background)
grey
lightgrey
*/
body {
margin: 0;
padding: 0;
font-family: sans-serif;
color: grey;
}
html, body, #root {
width: 100%;
height: 100%;
overflow-x: hidden;
color: #58595b;
font-family: 'source-sans-pro',Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
#App {
width: 100%;
height: 100%;
}
h1 {
color: #010101;
text-transform: uppercase;
font-family: "Fjalla One", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
padding: 0px 10px 0px 85px;
margin: 25px 0px 15px 0px;
background-image: url("img/polygon-red-bold.svg");
background-size: 75px 75px;
background-repeat: no-repeat;
min-height: 75px;
}
h2 {
color: #010101;
font-family: "Fjalla One", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
padding: 0px 10px 0px 73px;
margin: 25px 0px 15px 0px;
background-image: url("img/polygon-blue-bold.svg");
background-size: 60px 60px;
background-repeat: no-repeat;
min-height: 60px;
}
h3 {
color: #010101;
font-family: "Fjalla One", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
padding: 0px 10px;
margin: 15px 0px;
font-size: 22px;
}
h4 {
color: #010101;
font-family: "Fjalla One", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
padding: 0px 10px;
margin: 15px 0px;
font-size: 16px;
}
a {
color: #009fe3;
}
a:hover {
color: #e40613;
}
blockquote {
position: relative;
margin: 30px 20px 40px 20px;
padding: 30px 20px;
font-style: italic;
border-top: solid 1px;
border-bottom: solid 1px;
}
blockquote:after {
position: absolute;
content: "”";
color: grey;
font-size: 5rem;
line-height: 0;
bottom: -15px;
right: 30px;
}
.showFulltext {
white-space: initial !important;
overflow: visible !important;
text-overflow: unset !important;
}
.clickable {
cursor: pointer;
}
.clickable:hover {
background-color: rgba(0, 159, 227, 0.05);
}
/* COLORS */
.blue-font {
color: #009fe3 !important;
}
.red-font {
color: #e40613 !important;
}
.red-background {
background-color: #e40613 !important;
}
.grey-background {
background-color: grey !important;
}
/* PAGE */
.page {
padding: 10px 20px;
}
.row {
padding: 10px 0px;
}
.row-spaced {
padding-bottom: 60px ;
}
.full-page {
height: 100%;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
}
.full-size {
height: 100%;
width: 100%;
}
.max-sized-page {
width: 100%;
max-width: 1200px;
margin: auto;
}
@media (max-width: 480px) {
.hide-on-mobile {
display: none;
}
}
/* BUTTON */
.bottom-right-buttons {
position: absolute;
bottom: 30px;
right: 40px;
}
.bottom-right-buttons > button {
margin-left: 5px;
}
.bottom-left-buttons {
position: absolute;
bottom: 30px;
left: 40px;
}
.bottom-left-buttons > button {
margin-left: 5px;
}
.top-right-buttons {
position: absolute;
top: 30px;
right: 20px;
}
.top-right-buttons > button {
margin-left: 5px;
}
.right-buttons > button {
margin: 7px 0px;
float: right;
}
button {
display:inline-block;
padding:0.3em 1.2em;
margin:0 0.1em 0.1em 0;
border:0.16em solid rgba(0,0,0,0);
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
color:#FFFFFF;
text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
text-align:center;
transition: all 0.2s;
background-color: #009fe3;
opacity: .5;
}
button.small-button {
padding: 0.1em 0.4em !important;
font-size: 12px;
}
button.full-width-button {
width: 100%;
opacity: 1;
font-variant: small-caps;
font-size: 20px important;
}
button:hover {
border-color: rgba(0,0,0,1);
opacity: 1;
}
button:disabled {
background-color: grey !important;
cursor: default !important;
}
@media all and (max-width:30em){
button {
display:block;
margin:0.2em auto;
}
}
.blue-button {
background-color: #009fe3;
}
.red-button {
background-color: #e40613;
}
.black-button {
background-color: #000;
}
.link-button {
background-color: transparent;
color: #009fe3;
text-shadow: none;
transition: none;
}
.link-button:hover {
border-color: transparent;
}
.link-button:disabled {
background-color: transparent;
cursor: default;
color: lightgrey;
}
.centered {
text-align: center;
}
.justified {
text-align: justify;
}
p {
text-align: justify;
}
/* BREADCRUMB */
.breadcrumb {
background:
linear-gradient( 135deg,transparent 10px,#009fe3 0) left /50.5% 100%,
linear-gradient( 315deg,transparent 10px,#009fe3 0) right /50.5% 100%;
background-repeat:no-repeat;
color: white !important;
border-radius: 0;
}
.breadcrumb a {
color: white !important;
}
.breadcrumb-item+.breadcrumb-item::before {
color: #000;
}
/* INPUT */
input, textarea, select {
position: relative;
}
input, textarea, select {
display: block;
margin: 0;
padding: 5px 12px;
color: inherit;
width: 100%;
font-family: inherit;
font-size: var(--inputFontSize);
font-weight: inherit;
line-height: var(--inputLineHeight);
border: lightgrey 2px solid;
border-radius: 0.4rem;
transition: box-shadow var(--transitionDuration);
height: 40px;
}
input::placeholder, textarea::placeholder, select::placeholder {
color: #B0BEC5;
}
input:focus, textarea:focus, select:focus {
border: 1px solid #009fe3;
}
textarea {
height: 100px;
}
/* POPUP */
.Popup-full-size-content {
height: 95%;
width: 80% !important;
max-width: 1200px;
padding: 10px;
animation: fadeIn ease .5s;
-webkit-animation: fadeIn ease .5s;
-moz-animation: fadeIn ease .5s;
-o-animation: fadeIn ease .5s;
-ms-animation: fadeIn ease .5s;
}
.Popup-small-size-content {
width: 60% !important;
max-height: 90% !important;
max-width: 1200px;
padding: 10px;
animation: fadeIn ease .5s;
-webkit-animation: fadeIn ease .5s;
-moz-animation: fadeIn ease .5s;
-o-animation: fadeIn ease .5s;
-ms-animation: fadeIn ease .5s;
}
.Popup-small-size-content img {
max-width: 100%;
}
.popup-content {
padding: 0px 20px 30px 20px !important;
overflow-y: auto;
overflow-x: hidden;
background-color: #EEE !important;
border: 1px solid #cccaca;
}
.popup-overlay {
background-color: rgba(0, 0, 0, 0.4);
}
/* ANIMATION */
.fade-in {
animation: fadeIn ease 2s;
-webkit-animation: fadeIn ease 2s;
-moz-animation: fadeIn ease 2s;
-o-animation: fadeIn ease 2s;
-ms-animation: fadeIn ease 2s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
.resize-animation {
-webkit-transition:width 300ms ease-in-out, max-height 300ms ease-in-out;
-moz-transition:width 300ms ease-in-out, max-height 300ms ease-in-out;
-o-transition:width 300ms ease-in-out, max-height 300ms ease-in-out;
transition:width 300ms ease-in-out, max-height 300ms ease-in-out;
}
/* NOTIFICATION */
.notification-info {
background-color: #009fe3 !important;
}
.notification-success {
background-color: #51a351 !important;
}
.notification-warning {
background-color: #f89406 !important;
}
.notification-error {
background-color: #e40613 !important;
}
/* BADGE */
.Badge {
position: absolute;
bottom: -5px;
right: -3px;
color: white;
background-color: #e40613;
border:solid 1px #e40613;
border-radius: 25px;
padding: 0px 7px;
}
/* CANVA */
canvas {
background: "#fff" !important;
}
/* Collapsible */
.Collapsible {
position: relative;
margin: 30px 20px 0px 20px;
border-top: solid 1px;
border-bottom: solid 1px;
}
.Collapsible__trigger p {
position: relative;
padding: 8px 70px 8px 20px;
font-style: italic;
cursor: pointer;
margin-bottom: 0px;
}
.Collapsible .is-closed:after {
position: absolute;
content: "▼";
color: grey;
font-size: 20px;
line-height: 0;
top: 22px;
right: 30px;
}
.Collapsible .is-open:after {
position: absolute;
content: "▲";
color: grey;
font-size: 20px;
line-height: 0;
top: 22px;
right: 30px;
}
/* NEWSLETTER FORM */
.mailerlite-popup {
background-color: #009fe3 !important;
}
.mailerlite-popup button {
background-color: #e40613 !important;
}
/* Shortcut box */
.shortcut-box {
border: solid 2px #009fe3;
box-shadow: rgba(0, 0, 0, 0.19) -20px 20px 20px, rgba(0, 0, 0, 0.23) -6px 6px 6px;
padding: 10px;
}
.shortcut-box h2 {
cursor: pointer;
padding: 0px 10px 0px 25px !important;
margin: 15px 0px 10px 0px !important;
background-size: 20px 20px !important;
min-height: 25px;
font-size: 14px !important;
}
.shortcut-box h2:hover {
background-color: rgba(0, 159, 227, 0.05);
}
/* Shadow boxes */
.shadow-section {
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
border-radius: .25rem;
padding: 20px 12px;
}
.shadow-section a {
text-decoration: none;
}
.centered-shadow-section {
text-align: center;
cursor: pointer;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
}
.blue-shadow-section, .red-shadow-section, .black-shadow-section, .grey-shadow-section {
padding: 30px 15px !important;
}
.red-shadow-section, .red-shadow-section a {
background-color: #e40613;
color: #fff !important;
}
.blue-shadow-section, .blue-shadow-section a {
background-color: #009fe3;
color: #fff !important;
}
.black-shadow-section, .black-shadow-section a {
background-color: #000;
color: #FFF !important;
}
.grey-shadow-section, .grey-shadow-section a {
background-color: #BBB;
color: #fff !important;
}
.red-shadow-section, .red-shadow-section a {
background-color: #e40613;
color: #fff !important;
}
.red-shadow-section h3, .blue-shadow-section h3, .black-shadow-section h3 {
color: white;
font-size: 35px !important;
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
}
.red-shadow-section:hover h3, .blue-shadow-section:hover h3, .black-shadow-section:hover h3 {
font-size: 40px !important;
margin-bottom: 0px !important;
}
.red-shadow-section div i, .blue-shadow-section div i, .black-shadow-section div i {
margin: 8px 0px;
font-size: 100px;
-webkit-transition: font-size .5s ease;
-moz-transition: font-size .5s ease;
-o-transition: font-size .5s ease;
transition: font-size .5s ease;
}
.red-shadow-section:hover i, .blue-shadow-section:hover i, .black-shadow-section:hover i {
font-size: 140px;
}
.red-shadow-section div div, .blue-shadow-section div div, .black-shadow-section div div {
-webkit-transition: opacity .5s ease;
-moz-transition: opacity .5s ease;
-o-transition: opacity .5s ease;
transition: opacity .5s ease;
}
.red-shadow-section:hover div div, .blue-shadow-section:hover div div, .black-shadow-section:hover div div {
opacity: 0;
} | src/App.css | @font-face { font-family: "Fjalla One"; src: url('./font/FjallaOne-Regular.ttf'); }
/*
#009fe3 : blue
#e40613 : red
#bcebff : light blue
#fed7da : light red
#8fddff : hovered light blue;
#ffa8b0 : hovered light red
rgba(0, 159, 227, 0.05) : transparent light blue (usually for background)
rgba(228, 6, 19, 0.05) : transparent light red (usually for background)
grey
lightgrey
*/
body {
margin: 0;
padding: 0;
font-family: sans-serif;
color: grey;
}
html, body, #root {
width: 100%;
height: 100%;
overflow-x: hidden;
color: #58595b;
font-family: 'source-sans-pro',Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
#App {
width: 100%;
height: 100%;
}
h1 {
color: #010101;
text-transform: uppercase;
font-family: "Fjalla One", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
padding: 0px 10px 0px 85px;
margin: 25px 0px 15px 0px;
background-image: url("img/polygon-red-bold.svg");
background-size: 75px 75px;
background-repeat: no-repeat;
min-height: 75px;
}
h2 {
color: #010101;
font-family: "Fjalla One", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
padding: 0px 10px 0px 73px;
margin: 25px 0px 15px 0px;
background-image: url("img/polygon-blue-bold.svg");
background-size: 60px 60px;
background-repeat: no-repeat;
min-height: 60px;
}
h3 {
color: #010101;
font-family: "Fjalla One", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
padding: 0px 10px;
margin: 15px 0px;
font-size: 22px;
}
h4 {
color: #010101;
font-family: "Fjalla One", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
padding: 0px 10px;
margin: 15px 0px;
font-size: 16px;
}
a {
color: #009fe3;
}
a:hover {
color: #e40613;
}
blockquote {
position: relative;
margin: 30px 20px 40px 20px;
padding: 30px 20px;
font-style: italic;
border-top: solid 1px;
border-bottom: solid 1px;
}
blockquote:after {
position: absolute;
content: "”";
color: grey;
font-size: 5rem;
line-height: 0;
bottom: -15px;
right: 30px;
}
.showFulltext {
white-space: initial !important;
overflow: visible !important;
text-overflow: unset !important;
}
.clickable {
cursor: pointer;
}
.clickable:hover {
background-color: rgba(0, 159, 227, 0.05);
}
/* COLORS */
.blue-font {
color: #009fe3 !important;
}
.red-font {
color: #e40613 !important;
}
.red-background {
background-color: #e40613 !important;
}
.grey-background {
background-color: grey !important;
}
/* PAGE */
.page {
padding: 10px 20px;
}
.row {
padding: 10px 0px;
}
.row-spaced {
padding-bottom: 60px ;
}
.full-page {
height: 100%;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
}
.full-size {
height: 100%;
width: 100%;
}
.max-sized-page {
width: 100%;
max-width: 1200px;
margin: auto;
}
@media (max-width: 480px) {
.hide-on-mobile {
display: none;
}
}
/* BUTTON */
.bottom-right-buttons {
position: absolute;
bottom: 30px;
right: 40px;
}
.bottom-right-buttons > button {
margin-left: 5px;
}
.bottom-left-buttons {
position: absolute;
bottom: 30px;
left: 40px;
}
.bottom-left-buttons > button {
margin-left: 5px;
}
.top-right-buttons {
position: absolute;
top: 30px;
right: 20px;
}
.top-right-buttons > button {
margin-left: 5px;
}
.right-buttons > button {
margin: 7px 0px;
float: right;
}
button {
display:inline-block;
padding:0.3em 1.2em;
margin:0 0.1em 0.1em 0;
border:0.16em solid rgba(0,0,0,0);
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
color:#FFFFFF;
text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
text-align:center;
transition: all 0.2s;
background-color: #009fe3;
opacity: .5;
}
button.small-button {
padding: 0.1em 0.4em !important;
font-size: 12px;
}
button.full-width-button {
width: 100%;
opacity: 1;
font-variant: small-caps;
font-size: 20px important;
}
button:hover {
border-color: rgba(0,0,0,1);
opacity: 1;
}
button:disabled {
background-color: grey !important;
cursor: default !important;
}
@media all and (max-width:30em){
button {
display:block;
margin:0.2em auto;
}
}
.blue-button {
background-color: #009fe3;
}
.red-button {
background-color: #e40613;
}
.black-button {
background-color: #000;
}
.link-button {
background-color: transparent;
color: #009fe3;
text-shadow: none;
transition: none;
}
.link-button:hover {
border-color: transparent;
}
.link-button:disabled {
background-color: transparent;
cursor: default;
color: lightgrey;
}
.centered {
text-align: center;
}
.justified {
text-align: justify;
}
p {
text-align: justify;
}
/* BREADCRUMB */
.breadcrumb {
background:
linear-gradient( 135deg,transparent 10px,#009fe3 0) left /50.5% 100%,
linear-gradient( 315deg,transparent 10px,#009fe3 0) right /50.5% 100%;
background-repeat:no-repeat;
color: white !important;
border-radius: 0;
}
.breadcrumb a {
color: white !important;
}
.breadcrumb-item+.breadcrumb-item::before {
color: #000;
}
/* INPUT */
input, textarea, select {
position: relative;
}
input, textarea, select {
display: block;
margin: 0;
padding: 5px 12px;
color: inherit;
width: 100%;
font-family: inherit;
font-size: var(--inputFontSize);
font-weight: inherit;
line-height: var(--inputLineHeight);
border: lightgrey 2px solid;
border-radius: 0.4rem;
transition: box-shadow var(--transitionDuration);
height: 40px;
}
input::placeholder, textarea::placeholder, select::placeholder {
color: #B0BEC5;
}
input:focus, textarea:focus, select:focus {
border: 1px solid #009fe3;
}
textarea {
height: 100px;
}
/* POPUP */
.Popup-full-size-content {
height: 95%;
width: 80% !important;
max-width: 1200px;
padding: 10px;
animation: fadeIn ease .5s;
-webkit-animation: fadeIn ease .5s;
-moz-animation: fadeIn ease .5s;
-o-animation: fadeIn ease .5s;
-ms-animation: fadeIn ease .5s;
}
.Popup-small-size-content {
width: 60% !important;
max-height: 90% !important;
max-width: 1200px;
padding: 10px;
animation: fadeIn ease .5s;
-webkit-animation: fadeIn ease .5s;
-moz-animation: fadeIn ease .5s;
-o-animation: fadeIn ease .5s;
-ms-animation: fadeIn ease .5s;
}
.Popup-small-size-content img {
max-width: 100%;
}
.popup-content {
padding: 0px 20px 30px 20px !important;
overflow-y: auto;
overflow-x: hidden;
background-color: #EEE !important;
border: 1px solid #cccaca;
}
.popup-overlay {
background-color: rgba(0, 0, 0, 0.4);
}
/* ANIMATION */
.fade-in {
animation: fadeIn ease 2s;
-webkit-animation: fadeIn ease 2s;
-moz-animation: fadeIn ease 2s;
-o-animation: fadeIn ease 2s;
-ms-animation: fadeIn ease 2s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
.resize-animation {
-webkit-transition:width 300ms ease-in-out, max-height 300ms ease-in-out;
-moz-transition:width 300ms ease-in-out, max-height 300ms ease-in-out;
-o-transition:width 300ms ease-in-out, max-height 300ms ease-in-out;
transition:width 300ms ease-in-out, max-height 300ms ease-in-out;
}
/* NOTIFICATION */
.notification-info {
background-color: #009fe3 !important;
}
.notification-success {
background-color: #51a351 !important;
}
.notification-warning {
background-color: #f89406 !important;
}
.notification-error {
background-color: #e40613 !important;
}
/* BADGE */
.Badge {
position: absolute;
bottom: -5px;
right: -3px;
color: white;
background-color: #e40613;
border:solid 1px #e40613;
border-radius: 25px;
padding: 0px 7px;
}
/* CANVA */
canvas {
background: "#fff" !important;
}
/* Collapsible */
.Collapsible {
position: relative;
margin: 30px 20px 0px 20px;
border-top: solid 1px;
border-bottom: solid 1px;
}
.Collapsible__trigger p {
position: relative;
padding: 8px 70px 8px 20px;
font-style: italic;
cursor: pointer;
margin-bottom: 0px;
}
.Collapsible .is-closed:after {
position: absolute;
content: "▼";
color: grey;
font-size: 20px;
line-height: 0;
top: 22px;
right: 30px;
}
.Collapsible .is-open:after {
position: absolute;
content: "▲";
color: grey;
font-size: 20px;
line-height: 0;
top: 22px;
right: 30px;
}
/* NEWSLETTER FORM */
.mailerlite-popup {
background-color: #009fe3 !important;
}
.mailerlite-popup button {
background-color: #e40613 !important;
}
/* Shortcut box */
.shortcut-box {
border: solid 2px #009fe3;
box-shadow: rgba(0, 0, 0, 0.19) -20px 20px 20px, rgba(0, 0, 0, 0.23) -6px 6px 6px;
padding: 10px;
}
.shortcut-box h2 {
cursor: pointer;
padding: 0px 10px 0px 25px !important;
margin: 15px 0px 10px 0px !important;
background-size: 20px 20px !important;
min-height: 25px;
font-size: 14px !important;
}
.shortcut-box h2:hover {
background-color: rgba(0, 159, 227, 0.05);
}
/* Shadow boxes */
.shadow-section {
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
border-radius: .25rem;
padding: 20px 12px;
}
.shadow-section a {
text-decoration: none;
}
.centered-shadow-section {
text-align: center;
cursor: pointer;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
}
.blue-shadow-section, .red-shadow-section, .black-shadow-section, .grey-shadow-section {
padding: 30px 15px !important;
}
.red-shadow-section, .red-shadow-section a {
background-color: #e40613;
color: #fff !important;
}
.blue-shadow-section, .blue-shadow-section a {
background-color: #009fe3;
color: #fff !important;
}
.black-shadow-section, .black-shadow-section a {
background-color: #000;
color: #FFF !important;
}
.grey-shadow-section, .grey-shadow-section a {
background-color: #BBB;
color: #fff !important;
}
.red-shadow-section, .red-shadow-section a {
background-color: #e40613;
color: #fff !important;
}
.red-shadow-section h3, .blue-shadow-section h3, .black-shadow-section h3 {
color: white;
font-size: 35px !important;
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
}
.red-shadow-section:hover h3, .blue-shadow-section:hover h3, .black-shadow-section:hover h3 {
font-size: 40px !important;
margin-bottom: 0px !important;
}
.red-shadow-section div i, .blue-shadow-section div i, .black-shadow-section div i {
margin: 8px 0px;
font-size: 100px;
-webkit-transition: font-size .5s ease;
-moz-transition: font-size .5s ease;
-o-transition: font-size .5s ease;
transition: font-size .5s ease;
}
.red-shadow-section:hover i, .blue-shadow-section:hover i, .black-shadow-section:hover i {
font-size: 140px;
}
.red-shadow-section div div, .blue-shadow-section div div, .black-shadow-section div div {
-webkit-transition: opacity .5s ease;
-moz-transition: opacity .5s ease;
-o-transition: opacity .5s ease;
transition: opacity .5s ease;
}
.red-shadow-section:hover div div, .blue-shadow-section:hover div div, .black-shadow-section:hover div div {
opacity: 0;
} | 0.324878 | 0.119819 |
@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/
body
{
font-family: 'Intel Clear';
}
h1
{
font-weight: bold;
font-family: 'Intel Clear';
font-size: 18pt;
color: #004280;
bottom: 6pt;
margin-top: 0.67pt;
margin-bottom: 12pt;
}
h2
{
font-weight: bold;
color: #004280;
bottom: 12pt;
top: 24pt;
margin-top: 18pt;
font-family: 'Intel Clear';
font-size: 15 pt;
}
h3
{
font-weight: bold;
font: inherit;
font-family: 'Intel Clear';
color: #004280;
font-size: 13pt;
margin: 0px;
}
h4
{
font-weight: bold;
font-size: 12.0pt;
font-family: 'Intel Clear';
margin: 0px;
}
h5
{
font-weight: bold;
font-size: 10.0pt;
}
h6
{
font-weight: bold;
font-size: 8.0pt;
}
p
{
margin-top: 0pt;
margin-bottom: 0pt;
color: #000000;
padding-bottom: 11pt;
font-family: 'Intel Clear';
font-size: 11pt;
}
ol,
ul
{
margin-top: 0px;
margin-bottom: 0px;
}
img
{
border: none;
}
a.Popup
{
}
MadCap|expandingHead
{
font-style: italic;
font-weight: normal;
cursor: hand;
text-decoration: none;
color: #006600;
}
MadCap|expandingBody
{
color: #777777;
font-style: italic;
}
MadCap|dropDownHotspot
{
cursor: hand;
font-style: italic;
text-decoration: none;
color: #006600;
}
li
{
padding-top: 2pt;
padding-bottom: 2pt;
font-size: 11pt;
}
h1#Product_Name
{
font-weight: bold;
font-family: 'Intel Clear';
font-size: 18pt;
color: #004280;
margin-top: 0.67pt;
margin-bottom: 0;
page-break-before: avoid;
page-break-after: avoid;
}
h1#Document_Type
{
font-weight: bold;
font-family: 'Intel Clear';
font-size: 18pt;
color: #004280;
margin-top: 0.67pt;
margin-bottom: 12pt;
bottom: 0px;
}
th
{
font-size: 10pt;
}
td
{
font-size: 10pt;
}
nav.title-bar
{
border-bottom: solid 4px #004280;
}
ol
{
font-family: 'Intel Clear';
font-size: 11pt;
}
ul
{
font-family: 'Intel Clear';
} | docs/user-guide-html/Content/Resources/Stylesheets/Styles.css | @namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/
body
{
font-family: 'Intel Clear';
}
h1
{
font-weight: bold;
font-family: 'Intel Clear';
font-size: 18pt;
color: #004280;
bottom: 6pt;
margin-top: 0.67pt;
margin-bottom: 12pt;
}
h2
{
font-weight: bold;
color: #004280;
bottom: 12pt;
top: 24pt;
margin-top: 18pt;
font-family: 'Intel Clear';
font-size: 15 pt;
}
h3
{
font-weight: bold;
font: inherit;
font-family: 'Intel Clear';
color: #004280;
font-size: 13pt;
margin: 0px;
}
h4
{
font-weight: bold;
font-size: 12.0pt;
font-family: 'Intel Clear';
margin: 0px;
}
h5
{
font-weight: bold;
font-size: 10.0pt;
}
h6
{
font-weight: bold;
font-size: 8.0pt;
}
p
{
margin-top: 0pt;
margin-bottom: 0pt;
color: #000000;
padding-bottom: 11pt;
font-family: 'Intel Clear';
font-size: 11pt;
}
ol,
ul
{
margin-top: 0px;
margin-bottom: 0px;
}
img
{
border: none;
}
a.Popup
{
}
MadCap|expandingHead
{
font-style: italic;
font-weight: normal;
cursor: hand;
text-decoration: none;
color: #006600;
}
MadCap|expandingBody
{
color: #777777;
font-style: italic;
}
MadCap|dropDownHotspot
{
cursor: hand;
font-style: italic;
text-decoration: none;
color: #006600;
}
li
{
padding-top: 2pt;
padding-bottom: 2pt;
font-size: 11pt;
}
h1#Product_Name
{
font-weight: bold;
font-family: 'Intel Clear';
font-size: 18pt;
color: #004280;
margin-top: 0.67pt;
margin-bottom: 0;
page-break-before: avoid;
page-break-after: avoid;
}
h1#Document_Type
{
font-weight: bold;
font-family: 'Intel Clear';
font-size: 18pt;
color: #004280;
margin-top: 0.67pt;
margin-bottom: 12pt;
bottom: 0px;
}
th
{
font-size: 10pt;
}
td
{
font-size: 10pt;
}
nav.title-bar
{
border-bottom: solid 4px #004280;
}
ol
{
font-family: 'Intel Clear';
font-size: 11pt;
}
ul
{
font-family: 'Intel Clear';
} | 0.195556 | 0.100437 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color: black;
}
nav{
position: fixed;
width: 100%;
background-color: black;
display: flex;
justify-content: space-around;
min-height: 60px;
border-bottom:4px solid rgb(18, 198, 18);
z-index: 4;
}
nav ul{
width: 75%;
/* background-color: azure; */
color: rgba(255, 255, 255, 0.4);
display: flex;
justify-content: space-around;
}
nav ul li{
list-style: none;
display: flex;
padding-top: 20px;
justify-content: space-around;
}
nav ul li:hover{
color: aliceblue;
cursor: pointer;
}
.sec1{
height: 100vh;
/* position: relative; */
}
.sec1 img{
width: 100%;
}
.banner{
position: absolute;
/* background-color: beige; */
top: 30%;
left:33%;
width: 40%;
font: 700 1.7rem/3.875rem "Titillium Web",RazerF5,Arial,Helvetica,sans-serif;
text-align: center;
color: aliceblue;
}
.links{
margin: 0 20px;
}
.links a{
text-decoration: none;
color: aliceblue;
padding: 0 10px;
}
.links a:hover{
text-decoration: underline;
}
.fa-angle-right{
color: green;
}
.sec2{
position: relative;
height: 100vh;
/* background-color: aqua; */
}
.sec2 img{
width: 100%;
}
.banner2{
position: absolute;
/* background-color: beige; */
top: 40%;
left:33%;
width: 40%;
font: 700 1.7rem/3.875rem "Titillium Web",RazerF5,Arial,Helvetica,sans-serif;
text-align: center;
color: aliceblue;
}
.sec3{
height: 133vh;
position: relative;
}
.sec3 img{
width: 100%;
}
.banner3{
position: absolute;
/* background-color: beige; */
top: 20%;
left:33%;
width: 40%;
font: 700 1.7rem/3.875rem "Titillium Web",RazerF5,Arial,Helvetica,sans-serif;
text-align: center;
color: aliceblue;
}
.banner5{
position: absolute;
/* background-color: beige; */
top: 10%;
left:33%;
width: 40%;
font: 700 1rem/3.875rem "Titillium Web",RazerF5,Arial,Helvetica,sans-serif;
text-align: center;
color: aliceblue;
}
.sec4{
height: 180vh;
position: relative;
/* background-color: rgb(173, 125, 125); */
}
.sec5{
height: 180vh;
position: relative;
/* background-color: rgb(157, 65, 65); */
}
.s1{
width: 47rem;
/* background-color: red; */
}
.s1 img{
width: 100%;
height: 100%;
}
.xx{
display: flex;
justify-content: space-between;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ footer */
footer{
background-color: rgb(0, 0, 0);
height: 50vh;
/* position: absolute; */
top: 0px;
left: 0px;
width: 100%;
color: #FFFFFF;
font-family: RolexFont-S, sans-serif;
}
hr{
width: 100%;
}
#footer-main {
background-color: #f8f8f8;
border: solid 1px #333;
padding: 60px;
}
.footer-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-auto-rows: auto;
grid-gap: 10px;
margin: 30px auto;
max-width: 100%;
padding-left: 180px;
}
.footer-grid a{
color: rgb(140, 138, 138);
line-height: 40px;
text-decoration: none;
font-size: 13px;
}
.footer-grid h2{
font-size: 13px;
}
.footer-grid a:hover{
text-decoration: underline;
color: #f8f8f8;
}
.last a{
color: rgb(140, 138, 138);
line-height: 40px;
text-decoration: none;
font-size: 13px;
}
.last a:hover{
text-decoration: underline;
color: #f8f8f8;
} | Razer clone/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color: black;
}
nav{
position: fixed;
width: 100%;
background-color: black;
display: flex;
justify-content: space-around;
min-height: 60px;
border-bottom:4px solid rgb(18, 198, 18);
z-index: 4;
}
nav ul{
width: 75%;
/* background-color: azure; */
color: rgba(255, 255, 255, 0.4);
display: flex;
justify-content: space-around;
}
nav ul li{
list-style: none;
display: flex;
padding-top: 20px;
justify-content: space-around;
}
nav ul li:hover{
color: aliceblue;
cursor: pointer;
}
.sec1{
height: 100vh;
/* position: relative; */
}
.sec1 img{
width: 100%;
}
.banner{
position: absolute;
/* background-color: beige; */
top: 30%;
left:33%;
width: 40%;
font: 700 1.7rem/3.875rem "Titillium Web",RazerF5,Arial,Helvetica,sans-serif;
text-align: center;
color: aliceblue;
}
.links{
margin: 0 20px;
}
.links a{
text-decoration: none;
color: aliceblue;
padding: 0 10px;
}
.links a:hover{
text-decoration: underline;
}
.fa-angle-right{
color: green;
}
.sec2{
position: relative;
height: 100vh;
/* background-color: aqua; */
}
.sec2 img{
width: 100%;
}
.banner2{
position: absolute;
/* background-color: beige; */
top: 40%;
left:33%;
width: 40%;
font: 700 1.7rem/3.875rem "Titillium Web",RazerF5,Arial,Helvetica,sans-serif;
text-align: center;
color: aliceblue;
}
.sec3{
height: 133vh;
position: relative;
}
.sec3 img{
width: 100%;
}
.banner3{
position: absolute;
/* background-color: beige; */
top: 20%;
left:33%;
width: 40%;
font: 700 1.7rem/3.875rem "Titillium Web",RazerF5,Arial,Helvetica,sans-serif;
text-align: center;
color: aliceblue;
}
.banner5{
position: absolute;
/* background-color: beige; */
top: 10%;
left:33%;
width: 40%;
font: 700 1rem/3.875rem "Titillium Web",RazerF5,Arial,Helvetica,sans-serif;
text-align: center;
color: aliceblue;
}
.sec4{
height: 180vh;
position: relative;
/* background-color: rgb(173, 125, 125); */
}
.sec5{
height: 180vh;
position: relative;
/* background-color: rgb(157, 65, 65); */
}
.s1{
width: 47rem;
/* background-color: red; */
}
.s1 img{
width: 100%;
height: 100%;
}
.xx{
display: flex;
justify-content: space-between;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ footer */
footer{
background-color: rgb(0, 0, 0);
height: 50vh;
/* position: absolute; */
top: 0px;
left: 0px;
width: 100%;
color: #FFFFFF;
font-family: RolexFont-S, sans-serif;
}
hr{
width: 100%;
}
#footer-main {
background-color: #f8f8f8;
border: solid 1px #333;
padding: 60px;
}
.footer-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-auto-rows: auto;
grid-gap: 10px;
margin: 30px auto;
max-width: 100%;
padding-left: 180px;
}
.footer-grid a{
color: rgb(140, 138, 138);
line-height: 40px;
text-decoration: none;
font-size: 13px;
}
.footer-grid h2{
font-size: 13px;
}
.footer-grid a:hover{
text-decoration: underline;
color: #f8f8f8;
}
.last a{
color: rgb(140, 138, 138);
line-height: 40px;
text-decoration: none;
font-size: 13px;
}
.last a:hover{
text-decoration: underline;
color: #f8f8f8;
} | 0.547706 | 0.108661 |
:root {
--accent: #ff3d73;
--light-background: #fff;
--light-background-secondary: #eaeaea;
--light-header: #fafafa;
--light-color: #222;
--light-color-secondary: #999;
--light-border-color: #dcdcdc;
--dark-background: #181a1b;
--dark-background-secondary: #242528;
--dark-header: #1b1d1e;
--dark-color: #e6e2dc;
--dark-color-secondary: #a19a8f;
--dark-border-color: #4a4b50;
}
/* Phone */
@media (max-width: 683px) {
.grid-container {
grid-template-columns: 100% !important;
}
.dark-theme .menu {
background: var(--dark-header);
}
}
/* Tablet */
@media (max-width: 899px) {
.post-content > img,
.html-video,
.html-audio,
.embla,
.youtube-embed {
margin: 40px 0px !important;
width: 100% !important;
/* margin: 40px -50px; */
}
.youtube-embed {
height: 100% !important;
}
}
body {
font-weight: 500 !important;
}
.capitalize {
text-transform: capitalize;
}
::selection {
background-color: rgba(255, 61, 115, 0.55) !important;
}
.hide {
display: none;
}
.logo__mark > .greater-icon > path {
stroke: var(--accent);
}
.logo__cursor {
background: var(--accent) !important;
}
.footer__inner > .logo > .logo__cursor {
display: inline-block !important;
}
.menu__inner li {
margin: 0px 6px;
}
a:hover {
color: var(--accent);
}
.footer__inner > .logo > .logo__cursor {
display: none;
}
.copyright,
#toggle-cookies {
font-size: 0.75rem !important;
}
em {
font-style: normal;
color: var(--accent);
}
#disqus_thread {
padding-top: 20px;
}
button {
font-family: Inter;
}
.open-iconic {
width: 1em;
height: 1em;
max-width: none;
position: relative;
top: 2px;
background-color: var(--light-color);
/* -webkit-mask: url(/svg/open-iconic/media-play.svg); */
-webkit-mask-repeat: no-repeat !important;
-webkit-mask-position: center !important;
-webkit-mask-size: 1em !important;
/* mask: url(/svg/open-iconic/media-play.svg); */
mask-repeat: no-repeat !important;
mask-position: center !important;
mask-size: 1em !important;
}
.dark-theme .open-iconic {
background-color: var(--dark-color);
}
.grid-container {
display: grid;
grid-template-columns: 50% 50%;
column-gap: 1rem;
row-gap: 1rem;
}
.grid-item {
position: relative;
display: block;
}
.grid-item-cover-container {
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 8px;
text-align: center;
}
.grid-item-tooltip-text {
text-align: center;
padding: 0px 12px;
}
.grid-item-cover {
transition: all 0.4s;
/* Remove me once hover is back */
/* filter: brightness(1.2) grayscale(100%); */
}
.grid-item-tooltip-position {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
background: rgba(255, 61, 115, 0.6);
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 8px;
/* Change me to '0' once hover is back */
opacity: 0;
transition: 0.3s;
}
.grid-item-tooltip-container {
font-weight: 800;
display: block;
color: white;
}
.grid-item:hover .grid-item-tooltip-position,
.simulate-hover-active .grid-item-tooltip-position {
background: rgba(255, 61, 115, 0.6);
opacity: 1;
transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.grid-item:hover .grid-item-cover,
.simulate-hover-active .grid-item-cover {
transform: scale(1.05);
filter: brightness(1.2) grayscale(100%) blur(4px);
transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
#post-breadcrumb {
position: relative;
top: -20px;
}
.menu {
box-shadow: none;
}
.post-content > p,
.post-content > ul {
margin-top: 24px !important;
margin-bottom: 24px !important;
}
.blog-post-cover {
border-radius: 8px;
margin-bottom: 24px;
}
.post-content > img,
.html-video,
.html-audio,
.embla,
.youtube-embed {
border-radius: 8px;
margin: 40px -50px;
width: 860px;
max-width: 860px;
}
.post-content > img,
.html-video,
.html-audio,
.embla,
.youtube-embed,
.blog-post-cover,
.post-cover,
.grid-item-cover-container {
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}
.grid-item-tooltip-text {
text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.dark-theme .post-content > img,
.dark-theme .html-video,
.dark-theme .html-audio,
.dark-theme .embla,
.dark-theme .youtube-embed,
.dark-theme .blog-post-cover,
.dark-theme .post-cover,
.dark-theme .grid-item-cover-container {
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
}
.html-video {
margin: 20px -50px;
}
.html-audio {
display: flex;
flex-direction: row;
height: 40px;
background: var(--light-background-secondary);
}
.dark-theme .html-audio {
background: var(--dark-background-secondary);
}
.html-audio-play,
.html-audio-volume {
margin: 10px 16px 11px 17px;
height: 16px;
color: var(--light-color);
}
.dark-theme .html-audio-play,
.dark-theme .html-audio-volume {
color: var(--dark-color);
}
.html-audio-progress {
margin: 20px 0px 16px 0px;
width: 684px;
height: 4px;
border-radius: 2px;
background: var(--light-background-secondary);
}
.dark-theme .html-audio-progress {
background: var(--dark-background-secondary);
}
.html-audio > p {
white-space: nowrap;
margin: 13px -4px 12px 12px;
font-weight: 600;
font-size: 12px;
line-height: 15px;
color: var(--light-color);
}
.dark-theme .html-audio > p {
color: var(--dark-color);
}
input[type='range'] {
height: 18px;
-webkit-appearance: none;
margin: 11px 0px 10px 0px;
width: 100%;
}
input[type='range']:focus {
outline: none;
}
input[type='range']::-webkit-slider-runnable-track {
width: 100%;
height: 4px;
cursor: pointer;
animate: 0.2s;
background: var(--accent);
border-radius: 2px;
border: 0;
}
input[type='range']::-webkit-slider-thumb {
border: solid 2px var(--accent);
height: 12px;
width: 12px;
border-radius: 12px;
background: var(--light-color);
cursor: pointer;
-webkit-appearance: none;
margin-top: -4px;
}
.dark-theme input[type='range']::-webkit-slider-thumb {
background: var(--dark-color);
}
input[type='range']::-moz-range-track {
width: 100%;
height: 4px;
cursor: pointer;
background: var(--accent);
border-radius: 2px;
border: 0;
}
input[type='range']::-moz-range-thumb {
border: solid 2px var(--accent);
height: 12px;
width: 12px;
border-radius: 12px;
background: var(--light-color);
cursor: pointer;
}
.dark-theme input[type='range']::-moz-range-thumb {
background: var(--dark-color);
}
.content-caption {
text-align: center;
margin-top: 0px !important;
margin-bottom: 32px;
color: var(--light-color-secondary);
}
.dark-theme .content-caption {
color: var(--dark-color-secondary) !important;
}
input,
textarea {
font-size: 1rem;
}
form input {
font-family: Inter, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
Helvetica, Arial, sans-serif;
background: var(--light-background-secondary);
width: 100%;
border: none;
padding: 8px;
border-radius: 8px;
}
form textarea {
font-family: Inter, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
Helvetica, Arial, sans-serif;
background: var(--light-background-secondary);
width: 100%;
border: none;
padding: 8px;
border-radius: 8px;
}
.dark-theme form input {
background: var(--dark-background-secondary);
color: var(--dark-color);
}
.dark-theme form textarea {
background: var(--dark-background-secondary);
color: var(--dark-color);
}
.embla {
position: relative;
box-shadow: none !important;
}
.embla__viewport {
overflow: hidden;
cursor: grab;
}
.embla__container {
background: transparent;
display: flex;
margin-left: -64px;
}
.carousel-slide-container {
position: relative;
min-width: 100%;
padding-left: 64px;
}
.carousel-slide-content {
position: relative;
flex: 0 0 100%;
border-radius: 8px;
}
.embla__button {
outline: 0;
cursor: pointer;
background-color: transparent !important;
touch-action: manipulation;
position: absolute;
z-index: 1;
top: 50%;
border: 0;
width: 30px;
height: 30px;
justify-content: center;
align-items: center;
fill: var(--accent);
padding: 0;
}
.embla__button:disabled {
cursor: default;
opacity: 0.3;
}
.embla__button__svg {
width: 100%;
height: 100%;
}
.embla__button--prev {
left: 24px;
}
.embla__button--next {
right: 24px;
}
.embla__dots {
display: flex;
list-style: none;
justify-content: center;
margin-top: -10px;
margin-bottom: 20px;
}
.embla__dot {
background-color: transparent !important;
cursor: pointer;
position: relative;
padding: 0;
outline: 0;
border: 0;
width: 30px;
height: 30px;
margin-right: 7.5px;
margin-left: 7.5px;
display: flex;
align-items: center;
}
.embla__dot:after {
background-color: var(--light-color-secondary);
width: 100%;
height: 6px;
border-radius: 3px;
content: '';
}
.dark-theme .embla__dot:after {
background-color: var(--dark-color-secondary);
width: 100%;
height: 6px;
border-radius: 3px;
content: '';
}
.embla__dot.is-selected:after {
background-color: var(--accent);
opacity: 1;
}
.medium-zoom--opened .medium-zoom-overlay {
opacity: 0.9 !important;
}
.medium-zoom-overlay {
background: var(--light-background) !important;
}
.dark-theme .medium-zoom-overlay {
background: var(--dark-background) !important;
}
.medium-zoom-image {
border-radius: 8px;
}
.youtube-embed {
position: relative;
padding-bottom: 56.25%;
height: 484px;
max-height: 484px;
overflow: hidden;
}
.youtube-embed iframe,
.youtube-embed object,
.youtube-embed embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
li > p {
margin-bottom: 0px;
}
.todolist-key {
background: var(--light-background);
border: 2px solid var(--light-border-color);
border-radius: 8px;
margin-bottom: 24px;
}
.dark-theme .todolist-key {
background: var(--dark-background);
border-color: var(--dark-border-color);
}
.todolist-key-toggle {
background: var(--light-background);
width: 100%;
margin-bottom: 0;
}
.dark-theme .todolist-key-toggle {
background: var(--dark-background);
}
.todolist-key-toggle:hover {
color: var(--accent);
}
.todolist-key-body {
padding: 2px 20px;
border-top: 2px solid var(--light-border-color);
}
.dark-theme .todolist-key-body {
border-top-color: var(--dark-border-color);
}
.todolist-key-body > h4 {
margin-top: 12px;
}
input[type='checkbox'] {
appearance: none;
}
input[type='checkbox']:after {
font-size: 1.15rem;
content: '☐';
}
input[type='checkbox']:checked:after {
content: '☑';
color: var(--accent);
}
.social-button-link {
text-decoration: none;
}
.social-button {
background: var(--light-background);
border: 2px solid var(--light-border-color);
border-radius: 8px;
width: 100%;
}
.dark-theme .social-button {
background: var(--dark-background);
border-color: var(--dark-border-color);
}
.social-button:hover {
color: var(--accent);
} | static/style.css | :root {
--accent: #ff3d73;
--light-background: #fff;
--light-background-secondary: #eaeaea;
--light-header: #fafafa;
--light-color: #222;
--light-color-secondary: #999;
--light-border-color: #dcdcdc;
--dark-background: #181a1b;
--dark-background-secondary: #242528;
--dark-header: #1b1d1e;
--dark-color: #e6e2dc;
--dark-color-secondary: #a19a8f;
--dark-border-color: #4a4b50;
}
/* Phone */
@media (max-width: 683px) {
.grid-container {
grid-template-columns: 100% !important;
}
.dark-theme .menu {
background: var(--dark-header);
}
}
/* Tablet */
@media (max-width: 899px) {
.post-content > img,
.html-video,
.html-audio,
.embla,
.youtube-embed {
margin: 40px 0px !important;
width: 100% !important;
/* margin: 40px -50px; */
}
.youtube-embed {
height: 100% !important;
}
}
body {
font-weight: 500 !important;
}
.capitalize {
text-transform: capitalize;
}
::selection {
background-color: rgba(255, 61, 115, 0.55) !important;
}
.hide {
display: none;
}
.logo__mark > .greater-icon > path {
stroke: var(--accent);
}
.logo__cursor {
background: var(--accent) !important;
}
.footer__inner > .logo > .logo__cursor {
display: inline-block !important;
}
.menu__inner li {
margin: 0px 6px;
}
a:hover {
color: var(--accent);
}
.footer__inner > .logo > .logo__cursor {
display: none;
}
.copyright,
#toggle-cookies {
font-size: 0.75rem !important;
}
em {
font-style: normal;
color: var(--accent);
}
#disqus_thread {
padding-top: 20px;
}
button {
font-family: Inter;
}
.open-iconic {
width: 1em;
height: 1em;
max-width: none;
position: relative;
top: 2px;
background-color: var(--light-color);
/* -webkit-mask: url(/svg/open-iconic/media-play.svg); */
-webkit-mask-repeat: no-repeat !important;
-webkit-mask-position: center !important;
-webkit-mask-size: 1em !important;
/* mask: url(/svg/open-iconic/media-play.svg); */
mask-repeat: no-repeat !important;
mask-position: center !important;
mask-size: 1em !important;
}
.dark-theme .open-iconic {
background-color: var(--dark-color);
}
.grid-container {
display: grid;
grid-template-columns: 50% 50%;
column-gap: 1rem;
row-gap: 1rem;
}
.grid-item {
position: relative;
display: block;
}
.grid-item-cover-container {
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 8px;
text-align: center;
}
.grid-item-tooltip-text {
text-align: center;
padding: 0px 12px;
}
.grid-item-cover {
transition: all 0.4s;
/* Remove me once hover is back */
/* filter: brightness(1.2) grayscale(100%); */
}
.grid-item-tooltip-position {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
background: rgba(255, 61, 115, 0.6);
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 8px;
/* Change me to '0' once hover is back */
opacity: 0;
transition: 0.3s;
}
.grid-item-tooltip-container {
font-weight: 800;
display: block;
color: white;
}
.grid-item:hover .grid-item-tooltip-position,
.simulate-hover-active .grid-item-tooltip-position {
background: rgba(255, 61, 115, 0.6);
opacity: 1;
transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.grid-item:hover .grid-item-cover,
.simulate-hover-active .grid-item-cover {
transform: scale(1.05);
filter: brightness(1.2) grayscale(100%) blur(4px);
transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
#post-breadcrumb {
position: relative;
top: -20px;
}
.menu {
box-shadow: none;
}
.post-content > p,
.post-content > ul {
margin-top: 24px !important;
margin-bottom: 24px !important;
}
.blog-post-cover {
border-radius: 8px;
margin-bottom: 24px;
}
.post-content > img,
.html-video,
.html-audio,
.embla,
.youtube-embed {
border-radius: 8px;
margin: 40px -50px;
width: 860px;
max-width: 860px;
}
.post-content > img,
.html-video,
.html-audio,
.embla,
.youtube-embed,
.blog-post-cover,
.post-cover,
.grid-item-cover-container {
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}
.grid-item-tooltip-text {
text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.dark-theme .post-content > img,
.dark-theme .html-video,
.dark-theme .html-audio,
.dark-theme .embla,
.dark-theme .youtube-embed,
.dark-theme .blog-post-cover,
.dark-theme .post-cover,
.dark-theme .grid-item-cover-container {
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
}
.html-video {
margin: 20px -50px;
}
.html-audio {
display: flex;
flex-direction: row;
height: 40px;
background: var(--light-background-secondary);
}
.dark-theme .html-audio {
background: var(--dark-background-secondary);
}
.html-audio-play,
.html-audio-volume {
margin: 10px 16px 11px 17px;
height: 16px;
color: var(--light-color);
}
.dark-theme .html-audio-play,
.dark-theme .html-audio-volume {
color: var(--dark-color);
}
.html-audio-progress {
margin: 20px 0px 16px 0px;
width: 684px;
height: 4px;
border-radius: 2px;
background: var(--light-background-secondary);
}
.dark-theme .html-audio-progress {
background: var(--dark-background-secondary);
}
.html-audio > p {
white-space: nowrap;
margin: 13px -4px 12px 12px;
font-weight: 600;
font-size: 12px;
line-height: 15px;
color: var(--light-color);
}
.dark-theme .html-audio > p {
color: var(--dark-color);
}
input[type='range'] {
height: 18px;
-webkit-appearance: none;
margin: 11px 0px 10px 0px;
width: 100%;
}
input[type='range']:focus {
outline: none;
}
input[type='range']::-webkit-slider-runnable-track {
width: 100%;
height: 4px;
cursor: pointer;
animate: 0.2s;
background: var(--accent);
border-radius: 2px;
border: 0;
}
input[type='range']::-webkit-slider-thumb {
border: solid 2px var(--accent);
height: 12px;
width: 12px;
border-radius: 12px;
background: var(--light-color);
cursor: pointer;
-webkit-appearance: none;
margin-top: -4px;
}
.dark-theme input[type='range']::-webkit-slider-thumb {
background: var(--dark-color);
}
input[type='range']::-moz-range-track {
width: 100%;
height: 4px;
cursor: pointer;
background: var(--accent);
border-radius: 2px;
border: 0;
}
input[type='range']::-moz-range-thumb {
border: solid 2px var(--accent);
height: 12px;
width: 12px;
border-radius: 12px;
background: var(--light-color);
cursor: pointer;
}
.dark-theme input[type='range']::-moz-range-thumb {
background: var(--dark-color);
}
.content-caption {
text-align: center;
margin-top: 0px !important;
margin-bottom: 32px;
color: var(--light-color-secondary);
}
.dark-theme .content-caption {
color: var(--dark-color-secondary) !important;
}
input,
textarea {
font-size: 1rem;
}
form input {
font-family: Inter, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
Helvetica, Arial, sans-serif;
background: var(--light-background-secondary);
width: 100%;
border: none;
padding: 8px;
border-radius: 8px;
}
form textarea {
font-family: Inter, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
Helvetica, Arial, sans-serif;
background: var(--light-background-secondary);
width: 100%;
border: none;
padding: 8px;
border-radius: 8px;
}
.dark-theme form input {
background: var(--dark-background-secondary);
color: var(--dark-color);
}
.dark-theme form textarea {
background: var(--dark-background-secondary);
color: var(--dark-color);
}
.embla {
position: relative;
box-shadow: none !important;
}
.embla__viewport {
overflow: hidden;
cursor: grab;
}
.embla__container {
background: transparent;
display: flex;
margin-left: -64px;
}
.carousel-slide-container {
position: relative;
min-width: 100%;
padding-left: 64px;
}
.carousel-slide-content {
position: relative;
flex: 0 0 100%;
border-radius: 8px;
}
.embla__button {
outline: 0;
cursor: pointer;
background-color: transparent !important;
touch-action: manipulation;
position: absolute;
z-index: 1;
top: 50%;
border: 0;
width: 30px;
height: 30px;
justify-content: center;
align-items: center;
fill: var(--accent);
padding: 0;
}
.embla__button:disabled {
cursor: default;
opacity: 0.3;
}
.embla__button__svg {
width: 100%;
height: 100%;
}
.embla__button--prev {
left: 24px;
}
.embla__button--next {
right: 24px;
}
.embla__dots {
display: flex;
list-style: none;
justify-content: center;
margin-top: -10px;
margin-bottom: 20px;
}
.embla__dot {
background-color: transparent !important;
cursor: pointer;
position: relative;
padding: 0;
outline: 0;
border: 0;
width: 30px;
height: 30px;
margin-right: 7.5px;
margin-left: 7.5px;
display: flex;
align-items: center;
}
.embla__dot:after {
background-color: var(--light-color-secondary);
width: 100%;
height: 6px;
border-radius: 3px;
content: '';
}
.dark-theme .embla__dot:after {
background-color: var(--dark-color-secondary);
width: 100%;
height: 6px;
border-radius: 3px;
content: '';
}
.embla__dot.is-selected:after {
background-color: var(--accent);
opacity: 1;
}
.medium-zoom--opened .medium-zoom-overlay {
opacity: 0.9 !important;
}
.medium-zoom-overlay {
background: var(--light-background) !important;
}
.dark-theme .medium-zoom-overlay {
background: var(--dark-background) !important;
}
.medium-zoom-image {
border-radius: 8px;
}
.youtube-embed {
position: relative;
padding-bottom: 56.25%;
height: 484px;
max-height: 484px;
overflow: hidden;
}
.youtube-embed iframe,
.youtube-embed object,
.youtube-embed embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
li > p {
margin-bottom: 0px;
}
.todolist-key {
background: var(--light-background);
border: 2px solid var(--light-border-color);
border-radius: 8px;
margin-bottom: 24px;
}
.dark-theme .todolist-key {
background: var(--dark-background);
border-color: var(--dark-border-color);
}
.todolist-key-toggle {
background: var(--light-background);
width: 100%;
margin-bottom: 0;
}
.dark-theme .todolist-key-toggle {
background: var(--dark-background);
}
.todolist-key-toggle:hover {
color: var(--accent);
}
.todolist-key-body {
padding: 2px 20px;
border-top: 2px solid var(--light-border-color);
}
.dark-theme .todolist-key-body {
border-top-color: var(--dark-border-color);
}
.todolist-key-body > h4 {
margin-top: 12px;
}
input[type='checkbox'] {
appearance: none;
}
input[type='checkbox']:after {
font-size: 1.15rem;
content: '☐';
}
input[type='checkbox']:checked:after {
content: '☑';
color: var(--accent);
}
.social-button-link {
text-decoration: none;
}
.social-button {
background: var(--light-background);
border: 2px solid var(--light-border-color);
border-radius: 8px;
width: 100%;
}
.dark-theme .social-button {
background: var(--dark-background);
border-color: var(--dark-border-color);
}
.social-button:hover {
color: var(--accent);
} | 0.412885 | 0.128088 |
body {
background-color: #fefefe;
font-family: Verdana,Tahoma,Arial;
margin: 0;
}
.container {
min-height: 500px;
}
.header, .footer {
min-width: 1070px;
}
.header {
height: 53px;
overflow: hidden;
border-bottom: 1px solid #d6dfea;
background: #eff4fa;
}
.content {
width: 960px;
margin: 32px auto;
padding: 0 24px;
}
.content_wrapper::after {
content: "";
display: block;
width: 0;
height: 0;
clear: both;
}
.content_wrapper {
min-height: 372px;
padding-top: 40px;
margin: 0 20px 60px 25px;
}
.login_container {
float: right;
border: 1px solid #a0b1c4;
width: 334px;
height: 400px;
background-color: #fff;
position: relative;
z-index: 12;
padding: 0;
border-radius: 5px;
overflow: hidden;
}
.login_pictures {
position: relative;
margin-right: 395px;
}
.login_pictures_picture {
background-image:url('../images/login_1.png');
background-position:right 100px;
position: absolute;
left: 0;
right: 0;
top: 0;
height: 570px;
background-repeat: no-repeat;
z-index: -1;
}
.login_pictures_txt {
line-height: 45px;
margin-top: 15px;
margin-bottom: 15px;
font-size: 30px;
font-weight: normal;
color: #6f95c8;
}
.footer {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
clear: both;
line-height: 36px;
text-align: center;
color: #b6b6b6;
background-color: #eff4fa;
border-top: 1px solid #d6dfea;
}
.login_title {
text-align: center;
margin: 50px;
line-height: 26px;
font-size: 30px;
font-weight: normal;
color: #6f95c8;
}
.login_div {
text-align: center;
margin:0 auto;
}
.login_btn1 {
background-color: #44A454;
border: 2px solid #4CAF50;
border-radius: 2px;
color:white;
border: none;
padding: 5px 32px;
width: 284px;
height: 38px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 10px 4px 5px;
cursor: pointer;
}
.login_btn1:hover {
background-color: #4CAF50;
}
.login_margin1 {
margin-top: 10px;
margin-bottom: 10px;
}
.login_margin2 {
margin-top: 30px;
margin-bottom: 10px;
font-size: 15px;
color: #6f95c8;
}
.login_margin3 {
margin-top: 10px;
margin-bottom: 10px;
}
.input_vrifyCode {
width: 136px;
height: 41px;
border: 1px solid #96a5b4;
border-radius: 2px;
padding-left: 10px;
}
.login_vrifyCode {
float:left;
margin-left: 25px;
margin-top: 10px;
margin-bottom: 20px;
}
.login_vrifyText {
float:left;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 20px;
}
.login_input_outer {
background: none;
border: 1px solid #96a5b4;
height: 38px;
width: 282px;
border-radius: 2px;
margin:0 auto;
}
.login_input {
padding: 10px 40px 10px 10px;
border-radius: 3px;
width: 232px;
display: block;
height: 18px;
line-height: 18px;
border: none;
background: 0 0;
color: #333;
font-size: 16px;
}
.logout_info {
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 130px 0 120px;
} | src/main/resources/static/css/bbb.css | body {
background-color: #fefefe;
font-family: Verdana,Tahoma,Arial;
margin: 0;
}
.container {
min-height: 500px;
}
.header, .footer {
min-width: 1070px;
}
.header {
height: 53px;
overflow: hidden;
border-bottom: 1px solid #d6dfea;
background: #eff4fa;
}
.content {
width: 960px;
margin: 32px auto;
padding: 0 24px;
}
.content_wrapper::after {
content: "";
display: block;
width: 0;
height: 0;
clear: both;
}
.content_wrapper {
min-height: 372px;
padding-top: 40px;
margin: 0 20px 60px 25px;
}
.login_container {
float: right;
border: 1px solid #a0b1c4;
width: 334px;
height: 400px;
background-color: #fff;
position: relative;
z-index: 12;
padding: 0;
border-radius: 5px;
overflow: hidden;
}
.login_pictures {
position: relative;
margin-right: 395px;
}
.login_pictures_picture {
background-image:url('../images/login_1.png');
background-position:right 100px;
position: absolute;
left: 0;
right: 0;
top: 0;
height: 570px;
background-repeat: no-repeat;
z-index: -1;
}
.login_pictures_txt {
line-height: 45px;
margin-top: 15px;
margin-bottom: 15px;
font-size: 30px;
font-weight: normal;
color: #6f95c8;
}
.footer {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
clear: both;
line-height: 36px;
text-align: center;
color: #b6b6b6;
background-color: #eff4fa;
border-top: 1px solid #d6dfea;
}
.login_title {
text-align: center;
margin: 50px;
line-height: 26px;
font-size: 30px;
font-weight: normal;
color: #6f95c8;
}
.login_div {
text-align: center;
margin:0 auto;
}
.login_btn1 {
background-color: #44A454;
border: 2px solid #4CAF50;
border-radius: 2px;
color:white;
border: none;
padding: 5px 32px;
width: 284px;
height: 38px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 10px 4px 5px;
cursor: pointer;
}
.login_btn1:hover {
background-color: #4CAF50;
}
.login_margin1 {
margin-top: 10px;
margin-bottom: 10px;
}
.login_margin2 {
margin-top: 30px;
margin-bottom: 10px;
font-size: 15px;
color: #6f95c8;
}
.login_margin3 {
margin-top: 10px;
margin-bottom: 10px;
}
.input_vrifyCode {
width: 136px;
height: 41px;
border: 1px solid #96a5b4;
border-radius: 2px;
padding-left: 10px;
}
.login_vrifyCode {
float:left;
margin-left: 25px;
margin-top: 10px;
margin-bottom: 20px;
}
.login_vrifyText {
float:left;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 20px;
}
.login_input_outer {
background: none;
border: 1px solid #96a5b4;
height: 38px;
width: 282px;
border-radius: 2px;
margin:0 auto;
}
.login_input {
padding: 10px 40px 10px 10px;
border-radius: 3px;
width: 232px;
display: block;
height: 18px;
line-height: 18px;
border: none;
background: 0 0;
color: #333;
font-size: 16px;
}
.logout_info {
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 130px 0 120px;
} | 0.442877 | 0.117826 |
:root {
font-size: 16px;
font-family: "Open Sans";
--bg-primary: #003e3e;
--bg-secondary: #007c7c;
--bg-tertiary: #00baba;
--bg-dark: #002626;
--text-highlight: #baf8f8;
--text-highlight2: #5cffff;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Barlow", sans-serif;
font-weight: 900;
color: white;
}
#header-text,
#header-text2,
#header2,
#header-rule {
background-color: var(--bg-secondary);
}
#header-text {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1200px;
padding: 0;
margin: auto;
}
#header-text h1 {
flex-shrink: 2;
padding: 10px;
padding-bottom: 0px;
color: white;
display: inline-block;
font-size: 2.5rem;
font-weight: bold;
text-align: center;
}
#mobile-title {
display: none;
font-size: 2rem;
}
#headerANDicon {
display: flex;
}
#connect-button {
/* color: white; */
margin: 10px;
flex-shrink: 2;
display: inline-block;
text-align: center;
height: 100%;
background: var(--bg-dark);
padding: 10px;
padding-left: 20px;
padding-right: 20px;
font-size: 1.3rem;
border-radius: 25px;
transition-duration: 0.4s;
border: 1px solid white;
}
#connect-button a {
color: white;
font-weight: bold;
font-family: "Barlow", sans-serif;
}
#connect-button i {
color: white;
font-size: 24px;
padding-right: 10px;
}
#connect-button:hover {
color: black;
background-color: var(--text-highlight2);
}
#header-text2 {
max-width: 1200px;
margin: auto;
}
#header-text2 h3 {
display: inline-block;
padding-left: 10px;
font-size: 1.5rem;
padding-bottom: 10px;
}
.header {
display: flex;
margin: auto;
justify-content: space-between;
max-width: 1200px;
}
#header2 {
max-width: 1200px;
margin: auto;
}
#navmenu ul {
display: flex;
list-style-type: none;
justify-content: space-evenly;
}
#navmenu li {
width: 100%;
text-align: center;
}
#navmenu li:hover {
background: var(--bg-dark);
/* border-radius: 25px; */
}
#navmenu li a {
color: white;
text-decoration: none;
display: block;
padding: 20px;
}
#header-icon i {
color: white;
font-size: 50px;
padding: 10px;
}
@media only screen and (max-width: 620px) {
#mobile-title {
display: inline-block;
}
#desktop-title {
display: none;
}
/* #header-icon {
display: none;
} */
#header-text2 {
display: none;
}
#connect-button {
margin: auto;
}
}
@media only screen and (max-width: 912px) {
#headerANDicon {
margin: auto;
text-align: center;
}
#connect-button {
margin: auto;
}
} | client/src/navbar.css | :root {
font-size: 16px;
font-family: "Open Sans";
--bg-primary: #003e3e;
--bg-secondary: #007c7c;
--bg-tertiary: #00baba;
--bg-dark: #002626;
--text-highlight: #baf8f8;
--text-highlight2: #5cffff;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Barlow", sans-serif;
font-weight: 900;
color: white;
}
#header-text,
#header-text2,
#header2,
#header-rule {
background-color: var(--bg-secondary);
}
#header-text {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1200px;
padding: 0;
margin: auto;
}
#header-text h1 {
flex-shrink: 2;
padding: 10px;
padding-bottom: 0px;
color: white;
display: inline-block;
font-size: 2.5rem;
font-weight: bold;
text-align: center;
}
#mobile-title {
display: none;
font-size: 2rem;
}
#headerANDicon {
display: flex;
}
#connect-button {
/* color: white; */
margin: 10px;
flex-shrink: 2;
display: inline-block;
text-align: center;
height: 100%;
background: var(--bg-dark);
padding: 10px;
padding-left: 20px;
padding-right: 20px;
font-size: 1.3rem;
border-radius: 25px;
transition-duration: 0.4s;
border: 1px solid white;
}
#connect-button a {
color: white;
font-weight: bold;
font-family: "Barlow", sans-serif;
}
#connect-button i {
color: white;
font-size: 24px;
padding-right: 10px;
}
#connect-button:hover {
color: black;
background-color: var(--text-highlight2);
}
#header-text2 {
max-width: 1200px;
margin: auto;
}
#header-text2 h3 {
display: inline-block;
padding-left: 10px;
font-size: 1.5rem;
padding-bottom: 10px;
}
.header {
display: flex;
margin: auto;
justify-content: space-between;
max-width: 1200px;
}
#header2 {
max-width: 1200px;
margin: auto;
}
#navmenu ul {
display: flex;
list-style-type: none;
justify-content: space-evenly;
}
#navmenu li {
width: 100%;
text-align: center;
}
#navmenu li:hover {
background: var(--bg-dark);
/* border-radius: 25px; */
}
#navmenu li a {
color: white;
text-decoration: none;
display: block;
padding: 20px;
}
#header-icon i {
color: white;
font-size: 50px;
padding: 10px;
}
@media only screen and (max-width: 620px) {
#mobile-title {
display: inline-block;
}
#desktop-title {
display: none;
}
/* #header-icon {
display: none;
} */
#header-text2 {
display: none;
}
#connect-button {
margin: auto;
}
}
@media only screen and (max-width: 912px) {
#headerANDicon {
margin: auto;
text-align: center;
}
#connect-button {
margin: auto;
}
} | 0.279435 | 0.118181 |
@charset 'utf-8';
.main-tit {
font-size: 32px;
color: #fff;
font-weight: 700;
}
#main-wrap {
width: 100%;
position: fixed;
overflow: hidden;
top: 0;
z-index: -1;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
/*main-container1*/
.main-container1 {
width: 100%;
height: 100%;
z-index: 80;
}
.main-container1 .visual-slider-pro {
width: 100%;
position: relative;
height: 100%;
}
.main-container1 .visual-slider-pro .visual-sp-slides {
position: relative;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide {
width: 100%;
height: 100%;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-img1 {
width: 100%;
height: 100%;
background: url(../../images/home/visual_img1.jpg) no-repeat center;
background-size: cover;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-img2 {
width: 100%;
height: 100%;
background: url(../../images/home/visual_img2.jpg) no-repeat center;
background-size: cover;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-img3 {
width: 100%;
height: 100%;
background: url(../../images/home/visual_img3.jpg) no-repeat center;
background-size: cover;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-img4 {
width: 100%;
height: 100%;
background: url(../../images/home/visual_img4.jpg) no-repeat center;
background-size: cover;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-img5 {
width: 100%;
height: 100%;
background: url(../../images/home/visual_img5.jpg) no-repeat center;
background-size: cover;
}
.main-container1 .visual-slider-pro .visual-sp-slides .dimmed-layer {
width: 100%;
height: 100%;
background: url(../../images/home/bg_visual.png) no-repeat;
background-size: cover;
position: absolute;
top: 0;
left: 0;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-img {}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .vid-container {
background: #000;
position: absolute;
overflow: hidden;
z-index: -1;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text {
max-width: 1200px;
height: 100%;
margin: 0 auto;
text-align: center;
position: relative;
color: #fff;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text .inner-text {
text-align: center;
position: absolute;
left: 0;
width: 100%;
text-align: center;
bottom: 150px;
color: #fff;
width: 100%
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text .inner-text strong {
font-size: 90px;
font-weight: 700;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text .inner-text p {
font-size: 36px;
}
.main-container1 .swiper-pagination-bullets {
position: absolute;
width: 100%;
text-align: center;
z-index: 20;
bottom: 80px !important;
}
.main-container1 .sp-buttons .swiper-pagination-bullet {
width: 14px;
height: 14px;
border: 2px solid #fff;
border-radius: 50%;
margin: 4px;
display: inline-block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
background: none;
opacity: 1;
}
.main-container1 .swiper-pagination-bullet-active {
background: #fff !important;
}
.controller {
position: absolute;
z-index: 20;
left: 50%;
margin-left: 70px;
bottom: 84px !important;
}
.controller .btn-pause {
display: inline-block;
width: 10px;
height: 14px;
background: url(../../images/home/btn_stop.png) no-repeat;
background-size: 10px 14px;
}
.controller .btn-pause.playing {
display: inline-block;
width: 10px;
height: 14px;
background: url(../../images/home/btn_play.png) no-repeat;
background-size: 10px 14px;
}
.scroll span {
display: block;
font-size: 18px;
color: #fff;
margin-bottom: 15px;
}
.scroll {
width: 100%;
text-align: center;
display: block;
}
.scroll a {
position: absolute;
bottom: 10px;
text-align: center;
z-index: 20;
margin-left: -23px;
left: 50%;
}
/*main-container2*/
.main-container2 .main-content .about-cont>li .circle-box img.m-about-img {
display: none;
}
.main-container2 {
clear: both;
width: 100%;
padding: 235px 0 60px 0;
background: #1e2e43;
}
.main-container2 .main-content {
max-width: 1165px;
padding: 0 17.5px;
margin: 0 auto;
}
.main-container2 .main-content .about-cont {
margin-top: 60px;
}
.main-container2 .main-content .about-cont:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0;
}
.main-container2 .main-content .about-cont>li {
float: left;
min-height: 350px;
}
.main-container2 .main-content .about-cont>li h3 {
font-size: 22px;
line-height: 22px;
color: #ddd;
margin-bottom: 40px;
text-align: center;
font-weight: normal;
width: 240px;
}
.main-container2 .main-content .about-cont>li:last-child {
padding-right: 0
}
.main-container2 .main-content .about-cont>li .circle-box {
position: relative;
overflow: hidden;
width: 240px;
height: 240px;
border-radius: 240px;
}
.main-container2 .main-content .about-cont>li .circle-box img.about-img {
position: absolute;
top: 0;
left: 0
}
.main-container2 .main-content .about-cont>li .circle-box strong {
width: 240px;
font-size: 74px;
font-weight: 700;
position: absolute;
top: 70px;
left: 50%;
margin-left: -120px;
z-index: 10;
color: #ddd;
text-align: center;
}
.main-container2 .main-content .about-cont>li .circle-box strong>span {
display: block;
margin-top: -15px;
font-size: 26px;
font-weight: 400;
}
.main-container2 .main-content .about-cont>li.on h3 {
color: #fff;
font-size: 28px;
line-height: 22px;
}
.main-container2 .main-content .about-cont>li.on .circle-box.on strong {
/*color:#fff*/
}
.main-container2 .main-content .about-cont .circle-box-line {
width: 240px;
height: 240px;
border-radius: 240px;
border: 6px solid #fff;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
z-index: 1;
opacity: 0
}
.main-container2 .main-content .about-cont>li.on .circle-box .circle-box-line {
opacity: 1
}
.main-container2 .main-content:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0
}
.main-container2 .main-content .about-cont1 {
width: 50%;
float: left;
}
.main-container2 .main-content .about-cont2 {
width: 50%;
float: left;
text-align: center;
}
.main-container2 .main-content .about-cont>li {
float: left;
min-height: 350px;
width: 50%
}
/*main-container3*/
.main-container3 {
clear: both;
width: 100%;
padding: 100px 0;
background: #fff;
}
.main-container3 .main-content {
max-width: 1165px;
padding: 0 17.5px;
margin: 0 auto;
}
.main-container3 .main-content:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0;
}
.main-container3 .main-content .video {
float: left;
width: 48%;
margin-right: 4%;
}
.main-container3 .main-content .video img {
width: 100%;
}
.main-container3 .main-content .left-cont {
float: right;
width: 48%;
}
.main-container3 .main-content .left-cont strong {
display: block;
font-size: 50px;
font-weight: 700;
color: #033b8c;
margin-bottom: 45px;
}
.main-container3 .main-content .left-cont strong span {
font-size: 40px;
}
.main-container3 .main-content .left-cont p {
display: block;
margin-top: 45px;
font-size: 20px;
font-weight: 500;
color: #555;
}
.main-container3 .main-content .left-cont p.bold-text {
color: #333;
font-size: 26px;
}
/*main-container4*/
.main-container4 {
clear: both;
width: 100%;
height: 478px;
background: url(../../images/common/bg.jpg) no-repeat center;
background-size: cover;
}
.main-container4 .main-content {
max-width: 1165px;
padding: 80px 19px 40px 19px;
margin: 0 auto;
}
.main-container4 .shortcuts-cont {
margin-top: 35px;
}
.main-container4 .shortcuts-cont li {
float: left;
width: 50%;
position: relative;
margin-bottom: 30px;
}
.main-container4 .shortcuts-cont li:last-child {
margin-right: 0
}
.main-container4 .shortcuts-cont li img {
position: absolute;
top: 0;
left: 0
}
.main-container4 .shortcuts-cont li .text {
width: 274px;
z-index: 50;
text-align: center;
position: relative;
margin-top: 50px
}
.main-container4 .shortcuts-cont li .text strong {
font-size: 24px;
color: #fff;
font-weight: 600;
}
.main-container4 .shortcuts-cont li .text p {
font-size: 26px;
color: #6cb8e9;
line-height: 28px;
margin-top: 20px;
}
.main-container4 .shortcuts-cont li:nth-child(odd) .text p {
margin-top: 30px;
}
.main-container4 .shortcuts-cont li.on .text p {
color: #00ffff;
font-size: 30px;
}
.main-container4 .main-content:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0
}
.main-container4 .main-content .shortcuts-cont1 {
width: 50%;
float: left;
}
.main-container4 .main-content .shortcuts-cont2 {
width: 50%;
float: left;
text-align: center;
}
.main-container4 .shortcuts-cont li img.m-shortcuts-img {
display: none;
}
/*main-container5*/
.main-container5 {
clear: both;
width: 100%;
padding: 70px 0;
background: #fff;
}
.main-container5 .main-content {
max-width: 1165px;
padding: 0 17.5px;
margin: 0 auto;
}
.main-container5 .sns-wrap {
width: 100%;
}
.main-container5 .sns-wrap .sns-list {
text-align: center;
}
.main-container5 .sns-wrap .sns-list>li {
display: inline-block;
padding: 0 20px;
vertical-align: middle;
background: url(../../images/home/sns_bar.png) no-repeat left 14px;
}
.main-container5 .sns-wrap .sns-list>li a.insta-tab {
display: block;
background: url(../../images/home/insta_img_off.png) no-repeat;
width: 160px;
height: 64px;
}
.main-container5 .sns-wrap .sns-list>li a.facebook-tab {
display: block;
background: url(../../images/home/facebook_img_off.png) no-repeat;
width: 160px;
height: 64px;
}
.main-container5 .sns-wrap .sns-list>li a.youtube-tab {
display: block;
background: url(../../images/home/youtube_img_off.png) no-repeat;
width: 160px;
height: 64px;
}
.main-container5 .sns-wrap .sns-list>li.on a.insta-tab {
display: block;
background: url(../../images/home/insta_img_on.png) no-repeat;
width: 160px;
height: 64px;
}
.main-container5 .sns-wrap .sns-list>li.on a.facebook-tab {
display: block;
background: url(../../images/home/facebook_img_on.png) no-repeat;
width: 160px;
height: 64px;
}
.main-container5 .sns-wrap .sns-list>li.on a.youtube-tab {
display: block;
background: url(../../images/home/youtube_img_on.png) no-repeat;
width: 160px;
height: 64px;
}
.main-container5 .sns-wrap .sns-list>li:first-child {
background: none;
}
.main-container5 .sns-container {
margin-top: 35px;
height: 100%;
}
.main-container5 .sns-container .sns-swiper-wrapper .swiper-slide {
width: 23.5%;
float: left;
}
.main-container5 .sns-container .sns-swiper-wrapper .swiper-slide img {
width: 100%;
}
.main-container5 .sns-container .sns-swiper-wrapper .swiper-slide:first-child {
margin: 0
}
/*
.main-container5 .sns-container .sns-slider-pro{width:100%; position:relative;}
.main-container5 .sns-container .sns-slider-pro .sns-sp-slides{position:relative;}
.main-container5 .sns-container .sns-slider-pro .sns-sp-slides:after{clear:both; display:block; overflow:hidden; content:""; height:0;}
.main-container5 .sns-container .sns-slider-pro .sns-sp-slides .sns-sp-slide{float:left; width:23%; margin-right:2.5%}
.main-container5 .sns-container .sns-slider-pro .sns-sp-slides .sns-sp-slide img{width:100%;}
.main-container5 .sns-container .sns-slider-pro .sns-sp-slides .sns-sp-slide:last-child{margin-right:0}
.main-container5 .sns-container .sns-cont{display:none;}
.main-container5 .sns-container .sns-cont1{display:block;}*/
.main-container5 .board-wrap {
margin-top: 48px;
padding-top: 48px;
border-top: 1px solid #e4e4e4;
}
.main-container5 .board-wrap:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0
}
.main-container5 .board-wrap h4 {
font-size: 32px;
color: #222;
font-weight: 700;
margin-bottom: 20px;
}
.main-container5 .board-wrap .board-left {
float: left;
width: 46%;
margin-right: 3%;
}
.main-container5 .board-wrap .board-left>ul {}
.main-container5 .board-wrap .board-left>ul li {
margin-bottom: 10px;
}
.main-container5 .board-wrap .board-left>ul li>a {
font-size: 18px;
color: #555
}
.main-container5 .board-wrap .board-left>ul li>a:hover {
color: #033b8c
}
.main-container5 .board-wrap .board-left>ul li>a:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0;
}
.main-container5 .board-wrap .board-left>ul li>a>p {
float: left;
width: 80%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.main-container5 .board-wrap .board-left>ul li>a>span {
float: right;
}
.main-container5 .board-wrap .board-right {
float: right;
width: 51%;
}
.main-container5 .board-wrap .board-right .news-cont li {
float: left;
width: 49%;
margin-right: 2%;
position: relative;
}
.main-container5 .board-wrap .board-right .news-cont li a .img {
width: 100px;
height: 100px;
background: url(../../images/home/news_img1.jpg) no-repeat;
background-size: cover;
}
.main-container5 .board-wrap .board-right .news-cont li a .img-line {
width: 100%;
height: 100%;
border: 3px solid #f3953e;
box-sizing: border-box;
opacity: 0;
}
.main-container5 .board-wrap .board-right .news-cont li.on a .text-right>p {
color: #033b8c
}
.main-container5 .board-wrap .board-right .news-cont li:last-child {
margin-right: 0
}
.main-container5 .board-wrap .board-right .news-cont:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0
}
.main-container5 .board-wrap .board-right .news-cont li .img {
float: left;
width: 100px;
height: 100px;
margin-right: 18px;
}
.main-container5 .board-wrap .board-right .news-cont li .text-right {
float: right;
width: 60%;
width: calc(100% - 118px);
overflow: hidden;
text-overflow: ellipsis;
}
.main-container5 .board-wrap .board-right .news-cont li .text-right span {
font-size: 16px;
position: absolute;
bottom: 0
}
/*display:none 모바일*/
.m-news-cont {
display: none;
}
@media all and (min-width:1200px) and (max-width:1219px) {
.main-container4 .main-content .shortcuts-cont1 {
width: 50%;
float: left;
padding-right: 0
}
.main-container4 .main-content .shortcuts-cont2 {
width: 50%;
float: left;
text-align: center;
}
}
/*큰 태블릿*/
@media all and (min-width:992px) and (max-width:1199px) {
/*main-container2*/
.main-container2 .main-content .about-cont>li .circle-box {
width: 220px;
height: 220px;
border-radius: 220px;
}
.main-container2 .main-content .about-cont .circle-box-line {
width: 220px;
height: 220px;
border-radius: 220px;
}
.main-container2 .main-content .about-cont>li .circle-box strong {
font-size: 64px;
top: 60px
}
.main-container2 .main-content .about-cont>li h3 {
width: 220px;
}
/*main-container3*/
.main-container3 .main-content .left-cont strong span {
font-size: 35px;
}
/*main-container4*/
.main-container4 .main-content .shortcuts-cont1 {
float: left;
margin: 30px auto;
padding: 0
}
.main-container4 .main-content .shortcuts-cont2 {
float: left;
margin: 30px auto;
}
.main-container4 .shortcuts-cont li img.shortcuts-on {
width: 230px;
height: 231px;
}
.main-container4 .shortcuts-cont li img.shortcuts-off {
width: 225px;
height: 209px;
}
.main-container4 .shortcuts-cont li .text {
width: 230px
}
.main-container4 .shortcuts-cont li .text {
margin-top: 40px;
}
.main-container4 .shortcuts-cont li .text strong {
font-size: 22px;
}
.main-container4 .shortcuts-cont li .text p {
font-size: 23px
}
.main-container4 .shortcuts-cont li .text p {
margin-top: 10px;
}
.main-container4 .shortcuts-cont li:nth-child(odd) .text p {
margin-top: 15px;
}
/*main-container5*/
.main-container5 .board-wrap .board-right .news-cont li .img {
margin-right: 10px;
}
.main-container5 .board-wrap .board-right .news-cont li .text-right {
font-size: 16px
}
}
@media all and (min-width:768px) and (max-width:991px) {
#main .m-header-wrap .m-header {
width: 100%;
padding: 23px 0;
position: relative;
background-color: rgba(0, 0, 0, 0.5);
border-bottom: 2px solid #fff
}
/*display none*/
.controller {
display: none;
}
/*공통*/
.main-tit {
font-size: 48px;
}
/*main-container1*/
.main-container1 {
width: 100%;
height: 100%;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide {
height: 100%;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text .inner-text strong {
font-size: 66px;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text .inner-text {}
.main-container1 .visual-slider-pro .visual-sp-slides .dimmed-layer {
height: 100%;
}
.sp-buttons,
.scroll {}
/*main-container2*/
.main-container2 {
padding: 180px 0 40px 0
}
.main-container2 .main-content .about-cont>li .circle-box img.about-img {
display: none;
}
.main-container2 .main-content .about-cont>li .circle-box img.m-about-img {
display: block;
width: 100%;
height: 100%;
}
.main-container2 .main-content {
padding: 0 30px;
}
.main-container2 .main-content .about-cont1 {
width: 100%;
float: none;
margin: 60px auto;
}
.main-container2 .main-content .about-cont2 {
width: 100%;
float: none;
margin: 0 auto;
}
.main-container2 .main-content .about-cont>li h3 {
font-size: 33px;
line-height: 33px;
color: #ddd;
min-width: 240px;
width: 100%
}
.main-container2 .main-content .about-cont>li.on .circle-box.on {
border: 0
}
.main-container2 .main-content .about-cont>li.on h3 {
font-size: 33px;
line-height: 33px;
color: #ddd;
}
.main-container2 .main-content .about-cont>li .circle-box {
width: 100%;
height: 100%;
border-radius: 0;
}
.main-container2 .main-content .about-cont>li {
width: 48%;
margin-right: 4%;
}
.main-container2 .main-content .about-cont>li:last-child {
margin-right: 0
}
.main-container2 .main-content .about-cont>li .circle-box strong {
font-size: 96px;
top: 32%;
width: 100%;
left: 0;
margin-left: 0
}
/*main-container3*/
.main-container3 {
clear: both;
width: 100%;
background: #fff;
padding: 0
}
.main-container3 .main-content {
padding: 80px 30px;
}
.main-container3 .main-content .video {
float: none;
width: 100%;
margin-right: 0;
}
.main-container3 .main-content .video img {
width: 100%;
}
.main-container3 .main-content .left-cont {
float: none;
width: 100%;
margin-top: 30px;
word-wrap: break-word
}
.main-container3 .main-content .left-cont strong {
display: block;
font-size: 50px;
font-weight: 700;
color: #033b8c;
margin-bottom: 45px;
}
.main-container3 .main-content .left-cont strong span {
font-size: 40px;
}
.main-container3 .main-content .left-cont p {
display: block;
margin-top: 45px;
font-size: 28px;
font-weight: 500;
color: #555;
}
.main-container3 .main-content .left-cont p.bold-text {
color: #333;
font-size: 34px;
}
/*main-container4*/
.main-container4 .shortcuts-cont li img.shortcuts-off,
.main-container4 .shortcuts-cont li img.shortcuts-on {
display: none;
}
.main-container4 .shortcuts-cont li img.m-shortcuts-img {
width: 100%;
height: 100%;
display: block;
position: relative;
}
.main-container4 {
clear: both;
width: 100%;
height: 100%;
background: url(../../images/home/m_bg_content3.png) no-repeat center;
background-size: cover;
}
.main-container4 .main-content {
padding: 80px 30px 40px 30px
}
.main-container4 .main-content .shortcuts-cont1 {
width: 100%;
float: none;
margin: 30px auto;
padding: 0
}
.main-container4 .main-content .shortcuts-cont2 {
width: 100%;
float: none;
margin: 30px auto;
}
.main-container4 .shortcuts-cont li .text p {
color: #00ffff;
font-size: 32px;
line-height: 35px;
margin-top: 30px;
}
.main-container4 .shortcuts-cont li .text strong {
font-size: 40px;
}
.main-container4 .shortcuts-cont li .text {
width: 100%;
position: absolute;
top: 10px;
left: 0
}
.main-container4 .shortcuts-cont li {
margin-bottom: 40px;
width: 48%;
margin-right: 4%;
}
.main-container4 .shortcuts-cont li:last-child {
margin-right: 0
}
/*main-container5*/
.main-container5 {
padding-bottom: 0
}
.main-container5 .sns-wrap {
padding: 0 30px;
width: auto
}
.main-container5 .board-wrap h4 {
font-size: 48px;
}
.main-container5 .sns-container {
min-height: 670px;
max-height: 100%;
}
.main-container5 .main-content {
padding: 0;
}
.main-container5 .sns-container .sns-swiper-wrapper .swiper-slide {
float: none;
width: 100%;
margin-left: 0;
}
.main-container5 .sns-container .sns-swiper-wrapper .swiper-slide img {
display: block;
margin: 0 auto;
width: 100%;
height: 100%;
}
.main-container5 .board-wrap {
border-top: 0;
margin-top: 60px;
padding-top: 0
}
.main-container5 .board-wrap .board-left {
float: none;
width: auto;
margin: 0 0 50px 0;
padding: 0 30px 50px 30px;
border-bottom: 1px solid #e4e4e4
}
.main-container5 .board-wrap .board-right {
float: none;
width: 100%;
position: relative;
}
.main-container5 .board-wrap .board-right h4 {
padding: 0 30px
}
.main-container5 .board-wrap .board-left>ul li>a>p {
font-size: 30px;
}
.main-container5 .board-wrap .board-left>ul li>a>span {
font-size: 28px
}
.main-container5 .board-wrap .news-cont {
display: none;
}
.main-container5 .m-inner-news-cont {
padding: 40px 30px;
}
.main-container5 .board-wrap .m-news-cont {
display: block;
/*position:relative;*/
min-height: 400px;
background: #ecf3f7;
}
.main-container5 .board-wrap .m-news-cont .news-slider-pro {
position: relative;
width: 100%;
}
.main-container5 .board-wrap .m-news-cont .news-slider-pro .news-sp-slides {
position: relative;
}
.main-container5 .board-wrap .m-news-cont .news-slider-pro .news-sp-slides .news-sp-slide {
top: 0;
left: 0
}
.main-container5 .board-wrap .m-news-cont .tit-cont:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0
}
.main-container5 .board-wrap .m-news-cont .tit-cont {
margin-bottom: 30px;
font-size: 30px;
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-img {
float: left;
width: 120px;
height: 120px;
background: url(../../images/home/news_img1.jpg) no-repeat;
background-size: cover;
margin-right: 40px;
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-text-right {
float: right;
width: calc(100% - 160px);
height: 120px;
position: relative;
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-text-right p {
color: #033b8c;
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-text-right span {
position: absolute;
bottom: 0
}
.main-container5 .board-wrap .m-news-cont p.news-text {
font-size: 30px;
line-height: 40px;
font-weight: 300;
}
.main-container5 .sp-news-buttons {
position: absolute;
top: 15px;
right: 0;
}
.main-container5 .swiper-pagination-bullet {
display: inline-block;
width: 29px;
height: 29px;
margin-right: 8px;
border-radius: 29px;
background: #8e8e8e;
transition: 1s ease 0s;
opacity: 1;
cursor: pointer;
}
.main-container5 .swiper-pagination-bullet-active {
width: 68px !important;
height: 29px !important;
border-radius: 29px !important;
background: #f3953e !important;
transition: 0.5s ease 0s !important;
}
}
/*모바일*/
@media all and (max-width:767px) {
#main .m-header-wrap .m-header {
width: 100%;
padding: 5px 0;
position: relative;
background-color: rgba(0, 0, 0, 0.5);
border-bottom: 2px solid #fff
}
/*display none*/
.controller {
display: none;
}
/*공통*/
.main-tit {
font-size: 28px;
font-size: 6.2vw;
}
/*main-container1*/
.main-container1 {
width: 100%;
height: 100%;
}
.main-container1 .visual-slider-pro {
height: 100%;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide {
height: 100%;
overflow: hidden;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text .inner-text strong {
font-size: 66px;
font-size: 8.5vw
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text .inner-text p {
font-size: 38px;
font-size: 4.8vw;
}
.main-container1 .visual-slider-pro .visual-sp-slides .dimmed-layer {
height: 100%;
}
.sp-buttons,
.scroll {}
.scroll a {
position: absolute;
bottom: 10px;
text-align: center;
z-index: 20;
margin-left: -20px
}
.scroll span {
font-size: 15px;
}
.scroll img {
width: 40px;
height: 20px;
}
/*main-container2*/
.main-container2 {
padding: 85px 0 30px 0;
}
.main-container2 .main-content .about-cont>li .circle-box img.about-img {
display: none;
}
.main-container2 .main-content .about-cont>li .circle-box img.m-about-img {
display: block;
width: 100%;
margin: 0 auto;
}
.main-container2 .main-content {
padding: 0 15px;
}
.main-container2 .main-content .about-cont1 {
width: 100%;
float: none;
margin: 30px auto;
}
.main-container2 .main-content .about-cont2 {
width: 100%;
float: none;
margin: 0 auto;
}
.main-container2 .main-content .about-cont>li h3 {
font-size: 33px;
font-size: 4.9vw;
line-height: 4.9vw;
color: #ddd;
min-width: 100%;
width: 100%;
margin-bottom: 4vw;
}
.main-container2 .main-content .about-cont>li.on .circle-box.on {
border: 0;
}
.main-container2 .main-content .about-cont>li.on h3 {
font-size: 33px;
font-size: 4.9vw;
line-height: 4.9vw;
color: #ddd;
}
.main-container2 .main-content .about-cont>li .circle-box {
width: 100%;
height: 100%;
border-radius: 0;
}
.main-container2 .main-content .about-cont>li {
width: 48%;
margin-right: 4%;
min-height: auto;
}
.main-container2 .main-content .about-cont>li:last-child {
margin-right: 0
}
.main-container2 .main-content .about-cont>li .circle-box strong {
font-size: 48px;
font-size: 10vw;
color: #ddd;
top: 32%;
width: 100%;
left: 0;
margin-left: 0
}
/*main-container3*/
.main-container3 {
clear: both;
width: 100%;
background: #fff;
padding: 0
}
.main-container3 .main-content {
padding: 40px 15px;
}
.main-container3 .main-content .video {
float: none;
width: 100%;
margin-right: 0;
}
.main-container3 .main-content .video img {
width: 100%;
}
.main-container3 .main-content .left-cont {
float: none;
width: 100%;
margin-top: 2.8vw;
word-wrap: break-word
}
.main-container3 .main-content .left-cont strong {
display: block;
font-size: 6.4vw;
font-weight: 700;
color: #033b8c;
margin-bottom: 5.1vw;
}
.main-container3 .main-content .left-cont strong span {
font-size: 5.4vw;
}
.main-container3 .main-content .left-cont p {
display: block;
margin-top: 5.1vw;
font-size: 3.8vw;
font-weight: 500;
color: #555;
}
.main-container3 .main-content .left-cont p.bold-text {
color: #333;
font-size: 4.5vw;
}
/*main-container4*/
.main-container4 .shortcuts-cont li img.shortcuts-off,
.main-container4 .shortcuts-cont li img.shortcuts-on {
display: none;
}
.main-container4 .shortcuts-cont li img.m-shortcuts-img {
width: 100%;
height: 100%;
display: block;
position: relative;
}
.main-container4 {
clear: both;
width: 100%;
height: 100%;
background: url(../../images/home/m_bg_content3.png) no-repeat center;
background-size: cover;
}
.main-container4 .main-content {
padding: 60px 15px 30px 15px;
padding: 7.6vw 15px 3.8vw 15px;
}
.main-container4 .main-content .shortcuts-cont1 {
width: 100%;
float: none;
margin: 30px auto;
padding: 0
}
.main-container4 .main-content .shortcuts-cont2 {
width: 100%;
float: none;
margin: 30px auto;
}
.main-container4 .shortcuts-cont li .text p {
color: #00ffff;
font-size: 32px;
font-size: 4vw;
line-height: 35px;
line-height: 4.2vw;
margin-top: 30px;
margin-top: 2.8vw;
}
.main-container4 .shortcuts-cont li .text strong {
font-size: 40px;
font-size: 5vw;
}
.main-container4 .shortcuts-cont li .text {
width: 100%;
position: absolute;
top: 0;
left: 0;
margin-top: 6.5vw;
z-index: 1
}
.main-container4 .shortcuts-cont li {
margin-bottom: 40px;
width: 48%;
margin-right: 4%;
}
.main-container4 .shortcuts-cont li:last-child {
margin-right: 0
}
.main-container2 .main-content .about-cont>li .circle-box strong>span {
display: block;
margin-top: -5px;
font-size: 36px;
font-size: 4.6vw;
font-weight: 400;
}
/*main-container5*/
.main-container5 {
padding: 50px 0 0 0;
}
.main-container5 .sns-wrap .sns-list {
text-align: center;
}
.main-container5 .sns-wrap .sns-list:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0;
}
.main-container5 .sns-wrap .sns-list>li {
float: left;
width: 24.3%;
padding: 0 4%;
vertical-align: middle;
background: url(../../images/home/sns_bar.png) no-repeat left 1.5vw;
}
.main-container5 .sns-wrap .sns-list>li a {
display: block;
height: 65px;
height: 10.5vw
}
.main-container5 .sns-wrap .sns-list>li a img {
width: 100%;
}
.main-container5 .sns-wrap .sns-list>li:first-child {
background: none;
}
.main-container5 .board-wrap h4 {
font-size: 28px;
font-size: 6.2vw;
margin-bottom: 20px;
padding: 0 15px
}
.main-container5 .sns-container {
min-height: 670px;
min-height: 85vw;
max-height: 100%;
}
.main-container5 .main-content {
max-width: 100%;
padding: 0;
}
.main-container5 .sns-container .sns-swiper-wrapper .swiper-slide {
float: none;
width: 100%;
margin-left: 0;
}
.main-container5 .sns-container .sns-swiper-wrapper .swiper-slide img {
display: block;
margin: 0 auto;
width: 100%;
height: 100%;
}
.main-container5 .board-wrap {
border-top: 0;
margin-top: 60px;
margin-top: 10vw;
padding-top: 0
}
.main-container5 .board-wrap .board-left {
float: none;
width: auto;
margin: 0 0 25px 0;
padding: 0 15px 25px 15px;
border-bottom: 1px solid #e4e4e4
}
.main-container5 .board-wrap .board-left h4 {
padding: 0
}
.main-container5 .board-wrap .board-right {
float: none;
width: 100%;
position: relative;
}
.main-container5 .board-wrap .board-left>ul li>a>p {
font-size: 30px;
font-size: 3.8vw;
width: 70%;
}
.main-container5 .board-wrap .board-left>ul li>a>span {
font-size: 14px;
font-size: 3.5vw;
width: 30%;
text-align: right;
}
.main-container5 .sns-wrap {
width: auto;
padding: 0 15px;
}
.main-container5 .board-wrap .news-cont {
display: none;
}
.main-container5 .m-inner-news-cont {
padding: 20px 15px;
}
.main-container5 .board-wrap .m-news-cont {
display: block;
/*position:relative;*/
min-height: 400px;
min-height: 51vw;
background: #ecf3f7;
}
.main-container5 .board-wrap .m-news-cont .news-slider-pro {
position: relative;
width: 100%;
}
.main-container5 .board-wrap .m-news-cont .news-slider-pro .news-sp-slides {
position: relative;
}
.main-container5 .board-wrap .m-news-cont .news-slider-pro .news-sp-slides .news-sp-slide {
top: 0;
left: 0
}
.main-container5 .board-wrap .m-news-cont .tit-cont:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0
}
.main-container5 .board-wrap .m-news-cont .tit-cont {
margin-bottom: 30px;
margin-bottom: 3vw;
font-size: 30px;
font-size: 3.8vw
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-img {
float: left;
width: 120px;
width: 16vw;
height: 120px;
height: 16vw;
margin-right: 10px;
background: url(../../images/home/news_img1.jpg) no-repeat;
background-size: cover;
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-img img {
width: 100%
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-text-right {
float: right;
width: calc(100% - 22vw);
height: 15vw;
position: relative;
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-text-right p {
color: #033b8c;
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-text-right span {
position: absolute;
bottom: 0
}
.main-container5 .board-wrap .m-news-cont p.news-text {
font-size: 30px;
font-size: 3.8vw;
line-height: 40px;
line-height: 4.8vw;
font-weight: 300;
overflow: hidden;
}
.main-container5 .sp-news-buttons {
position: absolute;
top: 15px;
top: 1.9vw;
right: 0
}
.main-container5 .swiper-pagination-bullet {
display: inline-block;
width: 29px;
width: 3.9vw;
height: 29px;
height: 3.9vw;
margin-right: 8px;
border-radius: 29px;
border-radius: 3.9vw;
background: #8e8e8e;
transition: 1s ease 0s;
opacity: 1;
cursor: pointer;
}
.main-container5 .swiper-pagination-bullet-active {
width: 68px !important;
width: 8.7vw !important;
height: 29px !important;
height: 3.9vw !important;
border-radius: 3.9vw !important;
background: #f3953e !important;
transition: 0.5s ease 0s !important;
}
.main-container5 .sns-wrap .sns-list>li a.insta-tab {
display: block;
background: url(../../images/home/insta_img_off.png) no-repeat;
background-size: 90%;
width: 192px;
width: 24vw;
height: 77px;
height: 9.8vw;
}
.main-container5 .sns-wrap .sns-list>li a.facebook-tab {
display: block;
background: url(../../images/home/facebook_img_off.png) no-repeat;
background-size: 90%;
width: 192px;
width: 24vw;
height: 77px;
height: 9.8vw;
}
.main-container5 .sns-wrap .sns-list>li a.youtube-tab {
display: block;
background: url(../../images/home/youtube_img_off.png) no-repeat;
background-size: 90%;
width: 192px;
width: 24vw;
height: 77px;
height: 9.8vw;
}
.main-container5 .sns-wrap .sns-list>li.on a.insta-tab {
display: block;
background: url(../../images/home/insta_img_on.png) no-repeat;
background-size: 90%;
width: 192px;
width: 24vw;
height: 77px;
height: 9.8vw;
}
.main-container5 .sns-wrap .sns-list>li.on a.facebook-tab {
display: block;
background: url(../../images/home/facebook_img_on.png) no-repeat;
background-size: 90%;
width: 192px;
width: 24vw;
height: 77px;
height: 9.8vw;
}
.main-container5 .sns-wrap .sns-list>li.on a.youtube-tab {
display: block;
background: url(../../images/home/youtube_img_on.png) no-repeat;
background-size: 90%;
width: 192px;
width: 24vw;
height: 77px;
height: 9.8vw;
}
/*main-container2
.main-container2 .main-content .about-cont > li .circle-box img{width:100%}
.main-container2 .main-content .about-cont > li .circle-box{width:160px; height:160px; border-radius:160px;}
.main-container2 .main-content .about-cont1{width:100%; float:none; margin:60px auto;}
.main-container2 .main-content .about-cont2{width:100%; float:none; margin:0 auto; }
.main-container2 .main-content .about-cont > li h3{font-size:33px; line-height: 33px; color: #ddd;}
.main-container2 .main-content .about-cont > li.on .circle-box.on{border:0}
.main-container2 .main-content .about-cont > li.on h3{font-size: 33px; line-height: 33px; color: #ddd;}*/
}
/*모바일*/
@media all and (min-width:640px) and (max-width:767px) {} | resources/common/stylesheet/main.css | @charset 'utf-8';
.main-tit {
font-size: 32px;
color: #fff;
font-weight: 700;
}
#main-wrap {
width: 100%;
position: fixed;
overflow: hidden;
top: 0;
z-index: -1;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
/*main-container1*/
.main-container1 {
width: 100%;
height: 100%;
z-index: 80;
}
.main-container1 .visual-slider-pro {
width: 100%;
position: relative;
height: 100%;
}
.main-container1 .visual-slider-pro .visual-sp-slides {
position: relative;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide {
width: 100%;
height: 100%;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-img1 {
width: 100%;
height: 100%;
background: url(../../images/home/visual_img1.jpg) no-repeat center;
background-size: cover;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-img2 {
width: 100%;
height: 100%;
background: url(../../images/home/visual_img2.jpg) no-repeat center;
background-size: cover;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-img3 {
width: 100%;
height: 100%;
background: url(../../images/home/visual_img3.jpg) no-repeat center;
background-size: cover;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-img4 {
width: 100%;
height: 100%;
background: url(../../images/home/visual_img4.jpg) no-repeat center;
background-size: cover;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-img5 {
width: 100%;
height: 100%;
background: url(../../images/home/visual_img5.jpg) no-repeat center;
background-size: cover;
}
.main-container1 .visual-slider-pro .visual-sp-slides .dimmed-layer {
width: 100%;
height: 100%;
background: url(../../images/home/bg_visual.png) no-repeat;
background-size: cover;
position: absolute;
top: 0;
left: 0;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-img {}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .vid-container {
background: #000;
position: absolute;
overflow: hidden;
z-index: -1;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text {
max-width: 1200px;
height: 100%;
margin: 0 auto;
text-align: center;
position: relative;
color: #fff;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text .inner-text {
text-align: center;
position: absolute;
left: 0;
width: 100%;
text-align: center;
bottom: 150px;
color: #fff;
width: 100%
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text .inner-text strong {
font-size: 90px;
font-weight: 700;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text .inner-text p {
font-size: 36px;
}
.main-container1 .swiper-pagination-bullets {
position: absolute;
width: 100%;
text-align: center;
z-index: 20;
bottom: 80px !important;
}
.main-container1 .sp-buttons .swiper-pagination-bullet {
width: 14px;
height: 14px;
border: 2px solid #fff;
border-radius: 50%;
margin: 4px;
display: inline-block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
background: none;
opacity: 1;
}
.main-container1 .swiper-pagination-bullet-active {
background: #fff !important;
}
.controller {
position: absolute;
z-index: 20;
left: 50%;
margin-left: 70px;
bottom: 84px !important;
}
.controller .btn-pause {
display: inline-block;
width: 10px;
height: 14px;
background: url(../../images/home/btn_stop.png) no-repeat;
background-size: 10px 14px;
}
.controller .btn-pause.playing {
display: inline-block;
width: 10px;
height: 14px;
background: url(../../images/home/btn_play.png) no-repeat;
background-size: 10px 14px;
}
.scroll span {
display: block;
font-size: 18px;
color: #fff;
margin-bottom: 15px;
}
.scroll {
width: 100%;
text-align: center;
display: block;
}
.scroll a {
position: absolute;
bottom: 10px;
text-align: center;
z-index: 20;
margin-left: -23px;
left: 50%;
}
/*main-container2*/
.main-container2 .main-content .about-cont>li .circle-box img.m-about-img {
display: none;
}
.main-container2 {
clear: both;
width: 100%;
padding: 235px 0 60px 0;
background: #1e2e43;
}
.main-container2 .main-content {
max-width: 1165px;
padding: 0 17.5px;
margin: 0 auto;
}
.main-container2 .main-content .about-cont {
margin-top: 60px;
}
.main-container2 .main-content .about-cont:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0;
}
.main-container2 .main-content .about-cont>li {
float: left;
min-height: 350px;
}
.main-container2 .main-content .about-cont>li h3 {
font-size: 22px;
line-height: 22px;
color: #ddd;
margin-bottom: 40px;
text-align: center;
font-weight: normal;
width: 240px;
}
.main-container2 .main-content .about-cont>li:last-child {
padding-right: 0
}
.main-container2 .main-content .about-cont>li .circle-box {
position: relative;
overflow: hidden;
width: 240px;
height: 240px;
border-radius: 240px;
}
.main-container2 .main-content .about-cont>li .circle-box img.about-img {
position: absolute;
top: 0;
left: 0
}
.main-container2 .main-content .about-cont>li .circle-box strong {
width: 240px;
font-size: 74px;
font-weight: 700;
position: absolute;
top: 70px;
left: 50%;
margin-left: -120px;
z-index: 10;
color: #ddd;
text-align: center;
}
.main-container2 .main-content .about-cont>li .circle-box strong>span {
display: block;
margin-top: -15px;
font-size: 26px;
font-weight: 400;
}
.main-container2 .main-content .about-cont>li.on h3 {
color: #fff;
font-size: 28px;
line-height: 22px;
}
.main-container2 .main-content .about-cont>li.on .circle-box.on strong {
/*color:#fff*/
}
.main-container2 .main-content .about-cont .circle-box-line {
width: 240px;
height: 240px;
border-radius: 240px;
border: 6px solid #fff;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
z-index: 1;
opacity: 0
}
.main-container2 .main-content .about-cont>li.on .circle-box .circle-box-line {
opacity: 1
}
.main-container2 .main-content:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0
}
.main-container2 .main-content .about-cont1 {
width: 50%;
float: left;
}
.main-container2 .main-content .about-cont2 {
width: 50%;
float: left;
text-align: center;
}
.main-container2 .main-content .about-cont>li {
float: left;
min-height: 350px;
width: 50%
}
/*main-container3*/
.main-container3 {
clear: both;
width: 100%;
padding: 100px 0;
background: #fff;
}
.main-container3 .main-content {
max-width: 1165px;
padding: 0 17.5px;
margin: 0 auto;
}
.main-container3 .main-content:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0;
}
.main-container3 .main-content .video {
float: left;
width: 48%;
margin-right: 4%;
}
.main-container3 .main-content .video img {
width: 100%;
}
.main-container3 .main-content .left-cont {
float: right;
width: 48%;
}
.main-container3 .main-content .left-cont strong {
display: block;
font-size: 50px;
font-weight: 700;
color: #033b8c;
margin-bottom: 45px;
}
.main-container3 .main-content .left-cont strong span {
font-size: 40px;
}
.main-container3 .main-content .left-cont p {
display: block;
margin-top: 45px;
font-size: 20px;
font-weight: 500;
color: #555;
}
.main-container3 .main-content .left-cont p.bold-text {
color: #333;
font-size: 26px;
}
/*main-container4*/
.main-container4 {
clear: both;
width: 100%;
height: 478px;
background: url(../../images/common/bg.jpg) no-repeat center;
background-size: cover;
}
.main-container4 .main-content {
max-width: 1165px;
padding: 80px 19px 40px 19px;
margin: 0 auto;
}
.main-container4 .shortcuts-cont {
margin-top: 35px;
}
.main-container4 .shortcuts-cont li {
float: left;
width: 50%;
position: relative;
margin-bottom: 30px;
}
.main-container4 .shortcuts-cont li:last-child {
margin-right: 0
}
.main-container4 .shortcuts-cont li img {
position: absolute;
top: 0;
left: 0
}
.main-container4 .shortcuts-cont li .text {
width: 274px;
z-index: 50;
text-align: center;
position: relative;
margin-top: 50px
}
.main-container4 .shortcuts-cont li .text strong {
font-size: 24px;
color: #fff;
font-weight: 600;
}
.main-container4 .shortcuts-cont li .text p {
font-size: 26px;
color: #6cb8e9;
line-height: 28px;
margin-top: 20px;
}
.main-container4 .shortcuts-cont li:nth-child(odd) .text p {
margin-top: 30px;
}
.main-container4 .shortcuts-cont li.on .text p {
color: #00ffff;
font-size: 30px;
}
.main-container4 .main-content:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0
}
.main-container4 .main-content .shortcuts-cont1 {
width: 50%;
float: left;
}
.main-container4 .main-content .shortcuts-cont2 {
width: 50%;
float: left;
text-align: center;
}
.main-container4 .shortcuts-cont li img.m-shortcuts-img {
display: none;
}
/*main-container5*/
.main-container5 {
clear: both;
width: 100%;
padding: 70px 0;
background: #fff;
}
.main-container5 .main-content {
max-width: 1165px;
padding: 0 17.5px;
margin: 0 auto;
}
.main-container5 .sns-wrap {
width: 100%;
}
.main-container5 .sns-wrap .sns-list {
text-align: center;
}
.main-container5 .sns-wrap .sns-list>li {
display: inline-block;
padding: 0 20px;
vertical-align: middle;
background: url(../../images/home/sns_bar.png) no-repeat left 14px;
}
.main-container5 .sns-wrap .sns-list>li a.insta-tab {
display: block;
background: url(../../images/home/insta_img_off.png) no-repeat;
width: 160px;
height: 64px;
}
.main-container5 .sns-wrap .sns-list>li a.facebook-tab {
display: block;
background: url(../../images/home/facebook_img_off.png) no-repeat;
width: 160px;
height: 64px;
}
.main-container5 .sns-wrap .sns-list>li a.youtube-tab {
display: block;
background: url(../../images/home/youtube_img_off.png) no-repeat;
width: 160px;
height: 64px;
}
.main-container5 .sns-wrap .sns-list>li.on a.insta-tab {
display: block;
background: url(../../images/home/insta_img_on.png) no-repeat;
width: 160px;
height: 64px;
}
.main-container5 .sns-wrap .sns-list>li.on a.facebook-tab {
display: block;
background: url(../../images/home/facebook_img_on.png) no-repeat;
width: 160px;
height: 64px;
}
.main-container5 .sns-wrap .sns-list>li.on a.youtube-tab {
display: block;
background: url(../../images/home/youtube_img_on.png) no-repeat;
width: 160px;
height: 64px;
}
.main-container5 .sns-wrap .sns-list>li:first-child {
background: none;
}
.main-container5 .sns-container {
margin-top: 35px;
height: 100%;
}
.main-container5 .sns-container .sns-swiper-wrapper .swiper-slide {
width: 23.5%;
float: left;
}
.main-container5 .sns-container .sns-swiper-wrapper .swiper-slide img {
width: 100%;
}
.main-container5 .sns-container .sns-swiper-wrapper .swiper-slide:first-child {
margin: 0
}
/*
.main-container5 .sns-container .sns-slider-pro{width:100%; position:relative;}
.main-container5 .sns-container .sns-slider-pro .sns-sp-slides{position:relative;}
.main-container5 .sns-container .sns-slider-pro .sns-sp-slides:after{clear:both; display:block; overflow:hidden; content:""; height:0;}
.main-container5 .sns-container .sns-slider-pro .sns-sp-slides .sns-sp-slide{float:left; width:23%; margin-right:2.5%}
.main-container5 .sns-container .sns-slider-pro .sns-sp-slides .sns-sp-slide img{width:100%;}
.main-container5 .sns-container .sns-slider-pro .sns-sp-slides .sns-sp-slide:last-child{margin-right:0}
.main-container5 .sns-container .sns-cont{display:none;}
.main-container5 .sns-container .sns-cont1{display:block;}*/
.main-container5 .board-wrap {
margin-top: 48px;
padding-top: 48px;
border-top: 1px solid #e4e4e4;
}
.main-container5 .board-wrap:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0
}
.main-container5 .board-wrap h4 {
font-size: 32px;
color: #222;
font-weight: 700;
margin-bottom: 20px;
}
.main-container5 .board-wrap .board-left {
float: left;
width: 46%;
margin-right: 3%;
}
.main-container5 .board-wrap .board-left>ul {}
.main-container5 .board-wrap .board-left>ul li {
margin-bottom: 10px;
}
.main-container5 .board-wrap .board-left>ul li>a {
font-size: 18px;
color: #555
}
.main-container5 .board-wrap .board-left>ul li>a:hover {
color: #033b8c
}
.main-container5 .board-wrap .board-left>ul li>a:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0;
}
.main-container5 .board-wrap .board-left>ul li>a>p {
float: left;
width: 80%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.main-container5 .board-wrap .board-left>ul li>a>span {
float: right;
}
.main-container5 .board-wrap .board-right {
float: right;
width: 51%;
}
.main-container5 .board-wrap .board-right .news-cont li {
float: left;
width: 49%;
margin-right: 2%;
position: relative;
}
.main-container5 .board-wrap .board-right .news-cont li a .img {
width: 100px;
height: 100px;
background: url(../../images/home/news_img1.jpg) no-repeat;
background-size: cover;
}
.main-container5 .board-wrap .board-right .news-cont li a .img-line {
width: 100%;
height: 100%;
border: 3px solid #f3953e;
box-sizing: border-box;
opacity: 0;
}
.main-container5 .board-wrap .board-right .news-cont li.on a .text-right>p {
color: #033b8c
}
.main-container5 .board-wrap .board-right .news-cont li:last-child {
margin-right: 0
}
.main-container5 .board-wrap .board-right .news-cont:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0
}
.main-container5 .board-wrap .board-right .news-cont li .img {
float: left;
width: 100px;
height: 100px;
margin-right: 18px;
}
.main-container5 .board-wrap .board-right .news-cont li .text-right {
float: right;
width: 60%;
width: calc(100% - 118px);
overflow: hidden;
text-overflow: ellipsis;
}
.main-container5 .board-wrap .board-right .news-cont li .text-right span {
font-size: 16px;
position: absolute;
bottom: 0
}
/*display:none 모바일*/
.m-news-cont {
display: none;
}
@media all and (min-width:1200px) and (max-width:1219px) {
.main-container4 .main-content .shortcuts-cont1 {
width: 50%;
float: left;
padding-right: 0
}
.main-container4 .main-content .shortcuts-cont2 {
width: 50%;
float: left;
text-align: center;
}
}
/*큰 태블릿*/
@media all and (min-width:992px) and (max-width:1199px) {
/*main-container2*/
.main-container2 .main-content .about-cont>li .circle-box {
width: 220px;
height: 220px;
border-radius: 220px;
}
.main-container2 .main-content .about-cont .circle-box-line {
width: 220px;
height: 220px;
border-radius: 220px;
}
.main-container2 .main-content .about-cont>li .circle-box strong {
font-size: 64px;
top: 60px
}
.main-container2 .main-content .about-cont>li h3 {
width: 220px;
}
/*main-container3*/
.main-container3 .main-content .left-cont strong span {
font-size: 35px;
}
/*main-container4*/
.main-container4 .main-content .shortcuts-cont1 {
float: left;
margin: 30px auto;
padding: 0
}
.main-container4 .main-content .shortcuts-cont2 {
float: left;
margin: 30px auto;
}
.main-container4 .shortcuts-cont li img.shortcuts-on {
width: 230px;
height: 231px;
}
.main-container4 .shortcuts-cont li img.shortcuts-off {
width: 225px;
height: 209px;
}
.main-container4 .shortcuts-cont li .text {
width: 230px
}
.main-container4 .shortcuts-cont li .text {
margin-top: 40px;
}
.main-container4 .shortcuts-cont li .text strong {
font-size: 22px;
}
.main-container4 .shortcuts-cont li .text p {
font-size: 23px
}
.main-container4 .shortcuts-cont li .text p {
margin-top: 10px;
}
.main-container4 .shortcuts-cont li:nth-child(odd) .text p {
margin-top: 15px;
}
/*main-container5*/
.main-container5 .board-wrap .board-right .news-cont li .img {
margin-right: 10px;
}
.main-container5 .board-wrap .board-right .news-cont li .text-right {
font-size: 16px
}
}
@media all and (min-width:768px) and (max-width:991px) {
#main .m-header-wrap .m-header {
width: 100%;
padding: 23px 0;
position: relative;
background-color: rgba(0, 0, 0, 0.5);
border-bottom: 2px solid #fff
}
/*display none*/
.controller {
display: none;
}
/*공통*/
.main-tit {
font-size: 48px;
}
/*main-container1*/
.main-container1 {
width: 100%;
height: 100%;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide {
height: 100%;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text .inner-text strong {
font-size: 66px;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text .inner-text {}
.main-container1 .visual-slider-pro .visual-sp-slides .dimmed-layer {
height: 100%;
}
.sp-buttons,
.scroll {}
/*main-container2*/
.main-container2 {
padding: 180px 0 40px 0
}
.main-container2 .main-content .about-cont>li .circle-box img.about-img {
display: none;
}
.main-container2 .main-content .about-cont>li .circle-box img.m-about-img {
display: block;
width: 100%;
height: 100%;
}
.main-container2 .main-content {
padding: 0 30px;
}
.main-container2 .main-content .about-cont1 {
width: 100%;
float: none;
margin: 60px auto;
}
.main-container2 .main-content .about-cont2 {
width: 100%;
float: none;
margin: 0 auto;
}
.main-container2 .main-content .about-cont>li h3 {
font-size: 33px;
line-height: 33px;
color: #ddd;
min-width: 240px;
width: 100%
}
.main-container2 .main-content .about-cont>li.on .circle-box.on {
border: 0
}
.main-container2 .main-content .about-cont>li.on h3 {
font-size: 33px;
line-height: 33px;
color: #ddd;
}
.main-container2 .main-content .about-cont>li .circle-box {
width: 100%;
height: 100%;
border-radius: 0;
}
.main-container2 .main-content .about-cont>li {
width: 48%;
margin-right: 4%;
}
.main-container2 .main-content .about-cont>li:last-child {
margin-right: 0
}
.main-container2 .main-content .about-cont>li .circle-box strong {
font-size: 96px;
top: 32%;
width: 100%;
left: 0;
margin-left: 0
}
/*main-container3*/
.main-container3 {
clear: both;
width: 100%;
background: #fff;
padding: 0
}
.main-container3 .main-content {
padding: 80px 30px;
}
.main-container3 .main-content .video {
float: none;
width: 100%;
margin-right: 0;
}
.main-container3 .main-content .video img {
width: 100%;
}
.main-container3 .main-content .left-cont {
float: none;
width: 100%;
margin-top: 30px;
word-wrap: break-word
}
.main-container3 .main-content .left-cont strong {
display: block;
font-size: 50px;
font-weight: 700;
color: #033b8c;
margin-bottom: 45px;
}
.main-container3 .main-content .left-cont strong span {
font-size: 40px;
}
.main-container3 .main-content .left-cont p {
display: block;
margin-top: 45px;
font-size: 28px;
font-weight: 500;
color: #555;
}
.main-container3 .main-content .left-cont p.bold-text {
color: #333;
font-size: 34px;
}
/*main-container4*/
.main-container4 .shortcuts-cont li img.shortcuts-off,
.main-container4 .shortcuts-cont li img.shortcuts-on {
display: none;
}
.main-container4 .shortcuts-cont li img.m-shortcuts-img {
width: 100%;
height: 100%;
display: block;
position: relative;
}
.main-container4 {
clear: both;
width: 100%;
height: 100%;
background: url(../../images/home/m_bg_content3.png) no-repeat center;
background-size: cover;
}
.main-container4 .main-content {
padding: 80px 30px 40px 30px
}
.main-container4 .main-content .shortcuts-cont1 {
width: 100%;
float: none;
margin: 30px auto;
padding: 0
}
.main-container4 .main-content .shortcuts-cont2 {
width: 100%;
float: none;
margin: 30px auto;
}
.main-container4 .shortcuts-cont li .text p {
color: #00ffff;
font-size: 32px;
line-height: 35px;
margin-top: 30px;
}
.main-container4 .shortcuts-cont li .text strong {
font-size: 40px;
}
.main-container4 .shortcuts-cont li .text {
width: 100%;
position: absolute;
top: 10px;
left: 0
}
.main-container4 .shortcuts-cont li {
margin-bottom: 40px;
width: 48%;
margin-right: 4%;
}
.main-container4 .shortcuts-cont li:last-child {
margin-right: 0
}
/*main-container5*/
.main-container5 {
padding-bottom: 0
}
.main-container5 .sns-wrap {
padding: 0 30px;
width: auto
}
.main-container5 .board-wrap h4 {
font-size: 48px;
}
.main-container5 .sns-container {
min-height: 670px;
max-height: 100%;
}
.main-container5 .main-content {
padding: 0;
}
.main-container5 .sns-container .sns-swiper-wrapper .swiper-slide {
float: none;
width: 100%;
margin-left: 0;
}
.main-container5 .sns-container .sns-swiper-wrapper .swiper-slide img {
display: block;
margin: 0 auto;
width: 100%;
height: 100%;
}
.main-container5 .board-wrap {
border-top: 0;
margin-top: 60px;
padding-top: 0
}
.main-container5 .board-wrap .board-left {
float: none;
width: auto;
margin: 0 0 50px 0;
padding: 0 30px 50px 30px;
border-bottom: 1px solid #e4e4e4
}
.main-container5 .board-wrap .board-right {
float: none;
width: 100%;
position: relative;
}
.main-container5 .board-wrap .board-right h4 {
padding: 0 30px
}
.main-container5 .board-wrap .board-left>ul li>a>p {
font-size: 30px;
}
.main-container5 .board-wrap .board-left>ul li>a>span {
font-size: 28px
}
.main-container5 .board-wrap .news-cont {
display: none;
}
.main-container5 .m-inner-news-cont {
padding: 40px 30px;
}
.main-container5 .board-wrap .m-news-cont {
display: block;
/*position:relative;*/
min-height: 400px;
background: #ecf3f7;
}
.main-container5 .board-wrap .m-news-cont .news-slider-pro {
position: relative;
width: 100%;
}
.main-container5 .board-wrap .m-news-cont .news-slider-pro .news-sp-slides {
position: relative;
}
.main-container5 .board-wrap .m-news-cont .news-slider-pro .news-sp-slides .news-sp-slide {
top: 0;
left: 0
}
.main-container5 .board-wrap .m-news-cont .tit-cont:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0
}
.main-container5 .board-wrap .m-news-cont .tit-cont {
margin-bottom: 30px;
font-size: 30px;
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-img {
float: left;
width: 120px;
height: 120px;
background: url(../../images/home/news_img1.jpg) no-repeat;
background-size: cover;
margin-right: 40px;
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-text-right {
float: right;
width: calc(100% - 160px);
height: 120px;
position: relative;
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-text-right p {
color: #033b8c;
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-text-right span {
position: absolute;
bottom: 0
}
.main-container5 .board-wrap .m-news-cont p.news-text {
font-size: 30px;
line-height: 40px;
font-weight: 300;
}
.main-container5 .sp-news-buttons {
position: absolute;
top: 15px;
right: 0;
}
.main-container5 .swiper-pagination-bullet {
display: inline-block;
width: 29px;
height: 29px;
margin-right: 8px;
border-radius: 29px;
background: #8e8e8e;
transition: 1s ease 0s;
opacity: 1;
cursor: pointer;
}
.main-container5 .swiper-pagination-bullet-active {
width: 68px !important;
height: 29px !important;
border-radius: 29px !important;
background: #f3953e !important;
transition: 0.5s ease 0s !important;
}
}
/*모바일*/
@media all and (max-width:767px) {
#main .m-header-wrap .m-header {
width: 100%;
padding: 5px 0;
position: relative;
background-color: rgba(0, 0, 0, 0.5);
border-bottom: 2px solid #fff
}
/*display none*/
.controller {
display: none;
}
/*공통*/
.main-tit {
font-size: 28px;
font-size: 6.2vw;
}
/*main-container1*/
.main-container1 {
width: 100%;
height: 100%;
}
.main-container1 .visual-slider-pro {
height: 100%;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide {
height: 100%;
overflow: hidden;
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text .inner-text strong {
font-size: 66px;
font-size: 8.5vw
}
.main-container1 .visual-slider-pro .visual-sp-slides .visual-sp-slide .visual-text .inner-text p {
font-size: 38px;
font-size: 4.8vw;
}
.main-container1 .visual-slider-pro .visual-sp-slides .dimmed-layer {
height: 100%;
}
.sp-buttons,
.scroll {}
.scroll a {
position: absolute;
bottom: 10px;
text-align: center;
z-index: 20;
margin-left: -20px
}
.scroll span {
font-size: 15px;
}
.scroll img {
width: 40px;
height: 20px;
}
/*main-container2*/
.main-container2 {
padding: 85px 0 30px 0;
}
.main-container2 .main-content .about-cont>li .circle-box img.about-img {
display: none;
}
.main-container2 .main-content .about-cont>li .circle-box img.m-about-img {
display: block;
width: 100%;
margin: 0 auto;
}
.main-container2 .main-content {
padding: 0 15px;
}
.main-container2 .main-content .about-cont1 {
width: 100%;
float: none;
margin: 30px auto;
}
.main-container2 .main-content .about-cont2 {
width: 100%;
float: none;
margin: 0 auto;
}
.main-container2 .main-content .about-cont>li h3 {
font-size: 33px;
font-size: 4.9vw;
line-height: 4.9vw;
color: #ddd;
min-width: 100%;
width: 100%;
margin-bottom: 4vw;
}
.main-container2 .main-content .about-cont>li.on .circle-box.on {
border: 0;
}
.main-container2 .main-content .about-cont>li.on h3 {
font-size: 33px;
font-size: 4.9vw;
line-height: 4.9vw;
color: #ddd;
}
.main-container2 .main-content .about-cont>li .circle-box {
width: 100%;
height: 100%;
border-radius: 0;
}
.main-container2 .main-content .about-cont>li {
width: 48%;
margin-right: 4%;
min-height: auto;
}
.main-container2 .main-content .about-cont>li:last-child {
margin-right: 0
}
.main-container2 .main-content .about-cont>li .circle-box strong {
font-size: 48px;
font-size: 10vw;
color: #ddd;
top: 32%;
width: 100%;
left: 0;
margin-left: 0
}
/*main-container3*/
.main-container3 {
clear: both;
width: 100%;
background: #fff;
padding: 0
}
.main-container3 .main-content {
padding: 40px 15px;
}
.main-container3 .main-content .video {
float: none;
width: 100%;
margin-right: 0;
}
.main-container3 .main-content .video img {
width: 100%;
}
.main-container3 .main-content .left-cont {
float: none;
width: 100%;
margin-top: 2.8vw;
word-wrap: break-word
}
.main-container3 .main-content .left-cont strong {
display: block;
font-size: 6.4vw;
font-weight: 700;
color: #033b8c;
margin-bottom: 5.1vw;
}
.main-container3 .main-content .left-cont strong span {
font-size: 5.4vw;
}
.main-container3 .main-content .left-cont p {
display: block;
margin-top: 5.1vw;
font-size: 3.8vw;
font-weight: 500;
color: #555;
}
.main-container3 .main-content .left-cont p.bold-text {
color: #333;
font-size: 4.5vw;
}
/*main-container4*/
.main-container4 .shortcuts-cont li img.shortcuts-off,
.main-container4 .shortcuts-cont li img.shortcuts-on {
display: none;
}
.main-container4 .shortcuts-cont li img.m-shortcuts-img {
width: 100%;
height: 100%;
display: block;
position: relative;
}
.main-container4 {
clear: both;
width: 100%;
height: 100%;
background: url(../../images/home/m_bg_content3.png) no-repeat center;
background-size: cover;
}
.main-container4 .main-content {
padding: 60px 15px 30px 15px;
padding: 7.6vw 15px 3.8vw 15px;
}
.main-container4 .main-content .shortcuts-cont1 {
width: 100%;
float: none;
margin: 30px auto;
padding: 0
}
.main-container4 .main-content .shortcuts-cont2 {
width: 100%;
float: none;
margin: 30px auto;
}
.main-container4 .shortcuts-cont li .text p {
color: #00ffff;
font-size: 32px;
font-size: 4vw;
line-height: 35px;
line-height: 4.2vw;
margin-top: 30px;
margin-top: 2.8vw;
}
.main-container4 .shortcuts-cont li .text strong {
font-size: 40px;
font-size: 5vw;
}
.main-container4 .shortcuts-cont li .text {
width: 100%;
position: absolute;
top: 0;
left: 0;
margin-top: 6.5vw;
z-index: 1
}
.main-container4 .shortcuts-cont li {
margin-bottom: 40px;
width: 48%;
margin-right: 4%;
}
.main-container4 .shortcuts-cont li:last-child {
margin-right: 0
}
.main-container2 .main-content .about-cont>li .circle-box strong>span {
display: block;
margin-top: -5px;
font-size: 36px;
font-size: 4.6vw;
font-weight: 400;
}
/*main-container5*/
.main-container5 {
padding: 50px 0 0 0;
}
.main-container5 .sns-wrap .sns-list {
text-align: center;
}
.main-container5 .sns-wrap .sns-list:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0;
}
.main-container5 .sns-wrap .sns-list>li {
float: left;
width: 24.3%;
padding: 0 4%;
vertical-align: middle;
background: url(../../images/home/sns_bar.png) no-repeat left 1.5vw;
}
.main-container5 .sns-wrap .sns-list>li a {
display: block;
height: 65px;
height: 10.5vw
}
.main-container5 .sns-wrap .sns-list>li a img {
width: 100%;
}
.main-container5 .sns-wrap .sns-list>li:first-child {
background: none;
}
.main-container5 .board-wrap h4 {
font-size: 28px;
font-size: 6.2vw;
margin-bottom: 20px;
padding: 0 15px
}
.main-container5 .sns-container {
min-height: 670px;
min-height: 85vw;
max-height: 100%;
}
.main-container5 .main-content {
max-width: 100%;
padding: 0;
}
.main-container5 .sns-container .sns-swiper-wrapper .swiper-slide {
float: none;
width: 100%;
margin-left: 0;
}
.main-container5 .sns-container .sns-swiper-wrapper .swiper-slide img {
display: block;
margin: 0 auto;
width: 100%;
height: 100%;
}
.main-container5 .board-wrap {
border-top: 0;
margin-top: 60px;
margin-top: 10vw;
padding-top: 0
}
.main-container5 .board-wrap .board-left {
float: none;
width: auto;
margin: 0 0 25px 0;
padding: 0 15px 25px 15px;
border-bottom: 1px solid #e4e4e4
}
.main-container5 .board-wrap .board-left h4 {
padding: 0
}
.main-container5 .board-wrap .board-right {
float: none;
width: 100%;
position: relative;
}
.main-container5 .board-wrap .board-left>ul li>a>p {
font-size: 30px;
font-size: 3.8vw;
width: 70%;
}
.main-container5 .board-wrap .board-left>ul li>a>span {
font-size: 14px;
font-size: 3.5vw;
width: 30%;
text-align: right;
}
.main-container5 .sns-wrap {
width: auto;
padding: 0 15px;
}
.main-container5 .board-wrap .news-cont {
display: none;
}
.main-container5 .m-inner-news-cont {
padding: 20px 15px;
}
.main-container5 .board-wrap .m-news-cont {
display: block;
/*position:relative;*/
min-height: 400px;
min-height: 51vw;
background: #ecf3f7;
}
.main-container5 .board-wrap .m-news-cont .news-slider-pro {
position: relative;
width: 100%;
}
.main-container5 .board-wrap .m-news-cont .news-slider-pro .news-sp-slides {
position: relative;
}
.main-container5 .board-wrap .m-news-cont .news-slider-pro .news-sp-slides .news-sp-slide {
top: 0;
left: 0
}
.main-container5 .board-wrap .m-news-cont .tit-cont:after {
clear: both;
display: block;
overflow: hidden;
content: "";
height: 0
}
.main-container5 .board-wrap .m-news-cont .tit-cont {
margin-bottom: 30px;
margin-bottom: 3vw;
font-size: 30px;
font-size: 3.8vw
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-img {
float: left;
width: 120px;
width: 16vw;
height: 120px;
height: 16vw;
margin-right: 10px;
background: url(../../images/home/news_img1.jpg) no-repeat;
background-size: cover;
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-img img {
width: 100%
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-text-right {
float: right;
width: calc(100% - 22vw);
height: 15vw;
position: relative;
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-text-right p {
color: #033b8c;
}
.main-container5 .board-wrap .m-news-cont .tit-cont .m-text-right span {
position: absolute;
bottom: 0
}
.main-container5 .board-wrap .m-news-cont p.news-text {
font-size: 30px;
font-size: 3.8vw;
line-height: 40px;
line-height: 4.8vw;
font-weight: 300;
overflow: hidden;
}
.main-container5 .sp-news-buttons {
position: absolute;
top: 15px;
top: 1.9vw;
right: 0
}
.main-container5 .swiper-pagination-bullet {
display: inline-block;
width: 29px;
width: 3.9vw;
height: 29px;
height: 3.9vw;
margin-right: 8px;
border-radius: 29px;
border-radius: 3.9vw;
background: #8e8e8e;
transition: 1s ease 0s;
opacity: 1;
cursor: pointer;
}
.main-container5 .swiper-pagination-bullet-active {
width: 68px !important;
width: 8.7vw !important;
height: 29px !important;
height: 3.9vw !important;
border-radius: 3.9vw !important;
background: #f3953e !important;
transition: 0.5s ease 0s !important;
}
.main-container5 .sns-wrap .sns-list>li a.insta-tab {
display: block;
background: url(../../images/home/insta_img_off.png) no-repeat;
background-size: 90%;
width: 192px;
width: 24vw;
height: 77px;
height: 9.8vw;
}
.main-container5 .sns-wrap .sns-list>li a.facebook-tab {
display: block;
background: url(../../images/home/facebook_img_off.png) no-repeat;
background-size: 90%;
width: 192px;
width: 24vw;
height: 77px;
height: 9.8vw;
}
.main-container5 .sns-wrap .sns-list>li a.youtube-tab {
display: block;
background: url(../../images/home/youtube_img_off.png) no-repeat;
background-size: 90%;
width: 192px;
width: 24vw;
height: 77px;
height: 9.8vw;
}
.main-container5 .sns-wrap .sns-list>li.on a.insta-tab {
display: block;
background: url(../../images/home/insta_img_on.png) no-repeat;
background-size: 90%;
width: 192px;
width: 24vw;
height: 77px;
height: 9.8vw;
}
.main-container5 .sns-wrap .sns-list>li.on a.facebook-tab {
display: block;
background: url(../../images/home/facebook_img_on.png) no-repeat;
background-size: 90%;
width: 192px;
width: 24vw;
height: 77px;
height: 9.8vw;
}
.main-container5 .sns-wrap .sns-list>li.on a.youtube-tab {
display: block;
background: url(../../images/home/youtube_img_on.png) no-repeat;
background-size: 90%;
width: 192px;
width: 24vw;
height: 77px;
height: 9.8vw;
}
/*main-container2
.main-container2 .main-content .about-cont > li .circle-box img{width:100%}
.main-container2 .main-content .about-cont > li .circle-box{width:160px; height:160px; border-radius:160px;}
.main-container2 .main-content .about-cont1{width:100%; float:none; margin:60px auto;}
.main-container2 .main-content .about-cont2{width:100%; float:none; margin:0 auto; }
.main-container2 .main-content .about-cont > li h3{font-size:33px; line-height: 33px; color: #ddd;}
.main-container2 .main-content .about-cont > li.on .circle-box.on{border:0}
.main-container2 .main-content .about-cont > li.on h3{font-size: 33px; line-height: 33px; color: #ddd;}*/
}
/*모바일*/
@media all and (min-width:640px) and (max-width:767px) {} | 0.411229 | 0.058292 |
.login-card {
display: flex;
flex-direction: column;
width: 400px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
box-sizing: border-box;
color: rgb(94, 108, 132);
margin: auto;
padding: 32px 40px;
background: rgb(255, 255, 255);
border-radius: 3px;
}
.title {
color: rgb(94, 108, 132);
margin-top: 0;
font-size: 1em;
line-height: 1.1428571428571428;
letter-spacing: -.003em;
margin: 0;
font-weight: 600;
text-align: center;
}
input {
-webkit-box-align: center;
align-items: center;
background-color: rgb(250, 251, 252);
box-sizing: border-box;
color: rgb(9, 30, 66);
display: flex;
font-size: 14px;
-webkit-box-pack: justify;
justify-content: space-between;
line-height: 1.42857;
max-width: 100%;
overflow-wrap: break-word;
border-color: rgb(223, 225, 230);
border-radius: 3px;
border-style: solid;
flex: 1 0 auto;
overflow: hidden;
transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
border-width: 2px;
padding: 6px;
width: 100%;
margin-top: 20px;
}
button:hover {
cursor: pointer;
}
.submit-btn {
margin-top: 10px;
-webkit-box-align: baseline;
align-items: baseline;
box-sizing: border-box;
font-weight: normal;
max-width: 100%;
text-align: center;
white-space: nowrap;
cursor: default;
vertical-align: middle;
width: 100%;
color: rgb(255, 255, 255) !important;
height: 40px !important;
line-height: 40px !important;
border-width: 0px;
text-decoration: none;
background: rgb(0, 82, 204);
border-radius: 3px;
padding: 0px 8px;
transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
outline: none !important;
}
.footer {
padding-top: 10px;
margin-top: 30px;
border-top: 1px solid rgb(213, 216, 222);
}
a {
font-size: 14px;
cursor: pointer;
}
a:hover {
text-decoration: underline !important;
}
.footer-link {
color: rgb(0, 82, 204) !important;
font-size: 14px !important;
}
:host {
margin: auto;
} | src/app/core/page/register/register.component.css | .login-card {
display: flex;
flex-direction: column;
width: 400px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
box-sizing: border-box;
color: rgb(94, 108, 132);
margin: auto;
padding: 32px 40px;
background: rgb(255, 255, 255);
border-radius: 3px;
}
.title {
color: rgb(94, 108, 132);
margin-top: 0;
font-size: 1em;
line-height: 1.1428571428571428;
letter-spacing: -.003em;
margin: 0;
font-weight: 600;
text-align: center;
}
input {
-webkit-box-align: center;
align-items: center;
background-color: rgb(250, 251, 252);
box-sizing: border-box;
color: rgb(9, 30, 66);
display: flex;
font-size: 14px;
-webkit-box-pack: justify;
justify-content: space-between;
line-height: 1.42857;
max-width: 100%;
overflow-wrap: break-word;
border-color: rgb(223, 225, 230);
border-radius: 3px;
border-style: solid;
flex: 1 0 auto;
overflow: hidden;
transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
border-width: 2px;
padding: 6px;
width: 100%;
margin-top: 20px;
}
button:hover {
cursor: pointer;
}
.submit-btn {
margin-top: 10px;
-webkit-box-align: baseline;
align-items: baseline;
box-sizing: border-box;
font-weight: normal;
max-width: 100%;
text-align: center;
white-space: nowrap;
cursor: default;
vertical-align: middle;
width: 100%;
color: rgb(255, 255, 255) !important;
height: 40px !important;
line-height: 40px !important;
border-width: 0px;
text-decoration: none;
background: rgb(0, 82, 204);
border-radius: 3px;
padding: 0px 8px;
transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
outline: none !important;
}
.footer {
padding-top: 10px;
margin-top: 30px;
border-top: 1px solid rgb(213, 216, 222);
}
a {
font-size: 14px;
cursor: pointer;
}
a:hover {
text-decoration: underline !important;
}
.footer-link {
color: rgb(0, 82, 204) !important;
font-size: 14px !important;
}
:host {
margin: auto;
} | 0.327023 | 0.074905 |
.statsRw
{
color: #00648D;
text-align:right;
padding:3px;
font-size:1.2em;
}
.valDisp
{
position:relative;
font-size:2em;
display:block;
height:75px;
}
.valDisp span
{
bottom:0;
right:0;
}
.statsSmlRw
{
color: #00648D;
text-align:left;
padding:3px;
font-size:1.2em;
}
.smlValDisp
{
padding-left:5px;
}
.contHldr
{
display: block;
width: 100%;
overflow: hidden;
}
.cont
{
height:75px;
display:block;
overflow:hidden;
text-align:left;
z-index:1;
width:100%;
white-space:no-wrap;
}
.cont .bar
{
background-color: #00648D;
width:5px;
border-left:1px solid #FFF;
border-right:1px solid #FFF;
border-bottom:3px solid #FFF;
display:inline-block;
bottom:0;
z-index:100;
margin-left:-7px;
}
.cont .bar-behind
{
background-color: #FFF;
width:7px;
border-bottom:3px solid #FFF;
display:inline-block;
top:0;
}
.cont div
{
bottom:0;
width:100%;
height:5px;
margin-top:-3px;
background-color:#F00;
z-index:100;
}
.homeBtn
{
color:#00648D;
padding:10px 2px 10px 2px;
}
.hover-span
{
position:absolute;
top:100px;
background-color:#4C4D53;
color:#FFF;
font-size:0.6em;
height:20px;
padding-top:6px;
text-align: center;
border:20px solid:#FFF;
display:none;
min-width:30px;
padding-left:5px;
padding-right:6px;
}
.hover-span div
{
margin-top:-30px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #4C4D53;
background-color:transparent!important;
}
.startBar
{
width: 2px;
background-color: #BBB;
height: 100%;
display:inline-block;
}
.startMark
{
font-size: 0.5em;
white-space: nowrap;
color: #AAA;
transform: rotate(90deg);
transform-origin: right top 0px;
display: inline-block;
margin-left: -20px;
}
.bigTxt
{
color: #00648d;
padding-top: 50px;
padding-bottom: 15px;
font-size:1.5em;
}
#leftHldr
{
float:left;
padding-right:10px;
background-color:#fff;
cursor:pointer;
}
.arrow_left_box {
position:relative;
float: left;
background: #FFF;
border-left: 2px solid #00648D;
width: 0px;
height: 75px;
margin-left: 15px;
}
.arrow_left_box:after, .arrow_left_box:before {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_left_box:after {
border-color: rgba(255, 255, 255, 0);
border-right-color: #FFF;
border-width: 15px;
margin-top: -15px;
}
.arrow_left_box:before {
border-color: rgba(0, 100, 141, 0);
border-right-color: #00648D;
border-width: 18px;
margin-top: -18px;
}
#rightHldr
{
float:right;
padding-left:10px;
background-color:#fff;
cursor:pointer;
}
.arrow_right_box {
position:relative;
float: right;
background: #FFF;
border-right: 2px solid #00648D;
width: 0px;
height: 75px;
margin-right: 15px;
}
.arrow_right_box:after, .arrow_right_box:before {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_right_box:after {
border-color: rgba(255, 255, 255, 0);
border-left-color: #FFF;
border-width: 15px;
margin-top: -15px;
}
.arrow_right_box:before {
border-color: rgba(0, 100, 141, 0);
border-left-color: #00648D;
border-width: 18px;
margin-top: -18px;
}
#blockHolder
{
height: 500px;
white-space: nowrap;
overflow-x:hidden;
background-image: url("../Icons/minus.svg");
background-size: 20px;
background-repeat: repeat-x;
background-position: 0px 28px;
}
#blockScroll
{
float:left;
}
.singleBlockContainer
{
display:inline-block;
float:left;
}
.singleBlockContainer:first-child .exBlock
{
margin-left:0px;
}
.singleBlockContainer:first-child .triangle_down
{
margin-left:224px!important;
}
.singleBlockContainer:first-child .triangle_down_big
{
margin-left:221px!important;
}
.singleBlockContainer:last-child .exBlock
{
margin-right:0px;
}
.exBlock span
{
display:inline-block;
height:25px;
font-size:25px;
margin-top:15px;
}
.singleBlockContainer:first-child .blockData
{
margin-left:0px;
}
.blockData
{
margin-top:-20px;
margin-left:5px;
width:486px;
padding:30px 5px 5px 5px;
border:2px solid #00648D;
border-top:none;
display:none;
text-align:left;
float:left;
}
.blockData span
{
font-size: 1.2em;
color:#00648D;
white-space:normal;
word-break: break-all;
padding: 0px 5px 0px 5px;
}
.blockData span b
{
font-weight: 600;
}
.blockHash
{
height:100px;
}
.prevHash
{
height:100px;
}
.blocksTransactionsHdr
{
border: 2px solid #00648D;
width: 470px;
padding: 5px!important;
background-color:#00648D;
color:#FFF!important;
}
.blocksTransactions
{
border: 2px solid #00648D;
width: 470px;
padding: 5px!important;
margin-top:-2px;
white-space:nowrap!important;
text-overflow: ellipsis;
overflow:hidden;
}
.triangle_down
{
margin-top:-28px;
width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-top: 25px solid #FFF;
margin-left:229px;
display:none;
z-index:98;
position:relative;
}
.triangle_down_big
{
width: 0;
height: 0;
border-left: 28px solid transparent;
border-right: 28px solid transparent;
border-top: 28px solid #00648D;
margin-top:26px;
margin-left:226px;
display:none;
}
.exBlock
{
float:left;
display:inline-block;
height: 61px;
width: 61px;
margin-left:5px;
margin-right: 5px;
border: 2px solid #00648D;
color:#00648D;
padding:5px;
margin-top:0px;
cursor:pointer;
text-align:center;
background-color:#FFF;
} | public/stats.css | .statsRw
{
color: #00648D;
text-align:right;
padding:3px;
font-size:1.2em;
}
.valDisp
{
position:relative;
font-size:2em;
display:block;
height:75px;
}
.valDisp span
{
bottom:0;
right:0;
}
.statsSmlRw
{
color: #00648D;
text-align:left;
padding:3px;
font-size:1.2em;
}
.smlValDisp
{
padding-left:5px;
}
.contHldr
{
display: block;
width: 100%;
overflow: hidden;
}
.cont
{
height:75px;
display:block;
overflow:hidden;
text-align:left;
z-index:1;
width:100%;
white-space:no-wrap;
}
.cont .bar
{
background-color: #00648D;
width:5px;
border-left:1px solid #FFF;
border-right:1px solid #FFF;
border-bottom:3px solid #FFF;
display:inline-block;
bottom:0;
z-index:100;
margin-left:-7px;
}
.cont .bar-behind
{
background-color: #FFF;
width:7px;
border-bottom:3px solid #FFF;
display:inline-block;
top:0;
}
.cont div
{
bottom:0;
width:100%;
height:5px;
margin-top:-3px;
background-color:#F00;
z-index:100;
}
.homeBtn
{
color:#00648D;
padding:10px 2px 10px 2px;
}
.hover-span
{
position:absolute;
top:100px;
background-color:#4C4D53;
color:#FFF;
font-size:0.6em;
height:20px;
padding-top:6px;
text-align: center;
border:20px solid:#FFF;
display:none;
min-width:30px;
padding-left:5px;
padding-right:6px;
}
.hover-span div
{
margin-top:-30px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #4C4D53;
background-color:transparent!important;
}
.startBar
{
width: 2px;
background-color: #BBB;
height: 100%;
display:inline-block;
}
.startMark
{
font-size: 0.5em;
white-space: nowrap;
color: #AAA;
transform: rotate(90deg);
transform-origin: right top 0px;
display: inline-block;
margin-left: -20px;
}
.bigTxt
{
color: #00648d;
padding-top: 50px;
padding-bottom: 15px;
font-size:1.5em;
}
#leftHldr
{
float:left;
padding-right:10px;
background-color:#fff;
cursor:pointer;
}
.arrow_left_box {
position:relative;
float: left;
background: #FFF;
border-left: 2px solid #00648D;
width: 0px;
height: 75px;
margin-left: 15px;
}
.arrow_left_box:after, .arrow_left_box:before {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_left_box:after {
border-color: rgba(255, 255, 255, 0);
border-right-color: #FFF;
border-width: 15px;
margin-top: -15px;
}
.arrow_left_box:before {
border-color: rgba(0, 100, 141, 0);
border-right-color: #00648D;
border-width: 18px;
margin-top: -18px;
}
#rightHldr
{
float:right;
padding-left:10px;
background-color:#fff;
cursor:pointer;
}
.arrow_right_box {
position:relative;
float: right;
background: #FFF;
border-right: 2px solid #00648D;
width: 0px;
height: 75px;
margin-right: 15px;
}
.arrow_right_box:after, .arrow_right_box:before {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_right_box:after {
border-color: rgba(255, 255, 255, 0);
border-left-color: #FFF;
border-width: 15px;
margin-top: -15px;
}
.arrow_right_box:before {
border-color: rgba(0, 100, 141, 0);
border-left-color: #00648D;
border-width: 18px;
margin-top: -18px;
}
#blockHolder
{
height: 500px;
white-space: nowrap;
overflow-x:hidden;
background-image: url("../Icons/minus.svg");
background-size: 20px;
background-repeat: repeat-x;
background-position: 0px 28px;
}
#blockScroll
{
float:left;
}
.singleBlockContainer
{
display:inline-block;
float:left;
}
.singleBlockContainer:first-child .exBlock
{
margin-left:0px;
}
.singleBlockContainer:first-child .triangle_down
{
margin-left:224px!important;
}
.singleBlockContainer:first-child .triangle_down_big
{
margin-left:221px!important;
}
.singleBlockContainer:last-child .exBlock
{
margin-right:0px;
}
.exBlock span
{
display:inline-block;
height:25px;
font-size:25px;
margin-top:15px;
}
.singleBlockContainer:first-child .blockData
{
margin-left:0px;
}
.blockData
{
margin-top:-20px;
margin-left:5px;
width:486px;
padding:30px 5px 5px 5px;
border:2px solid #00648D;
border-top:none;
display:none;
text-align:left;
float:left;
}
.blockData span
{
font-size: 1.2em;
color:#00648D;
white-space:normal;
word-break: break-all;
padding: 0px 5px 0px 5px;
}
.blockData span b
{
font-weight: 600;
}
.blockHash
{
height:100px;
}
.prevHash
{
height:100px;
}
.blocksTransactionsHdr
{
border: 2px solid #00648D;
width: 470px;
padding: 5px!important;
background-color:#00648D;
color:#FFF!important;
}
.blocksTransactions
{
border: 2px solid #00648D;
width: 470px;
padding: 5px!important;
margin-top:-2px;
white-space:nowrap!important;
text-overflow: ellipsis;
overflow:hidden;
}
.triangle_down
{
margin-top:-28px;
width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-top: 25px solid #FFF;
margin-left:229px;
display:none;
z-index:98;
position:relative;
}
.triangle_down_big
{
width: 0;
height: 0;
border-left: 28px solid transparent;
border-right: 28px solid transparent;
border-top: 28px solid #00648D;
margin-top:26px;
margin-left:226px;
display:none;
}
.exBlock
{
float:left;
display:inline-block;
height: 61px;
width: 61px;
margin-left:5px;
margin-right: 5px;
border: 2px solid #00648D;
color:#00648D;
padding:5px;
margin-top:0px;
cursor:pointer;
text-align:center;
background-color:#FFF;
} | 0.355775 | 0.10618 |
body {
background-image: url("../img/bg.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
font-family: 'Arvo', serif;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.container {
margin-left: auto;
margin-right:auto;
}
.fixedbutton {
width:100%;
height:100%;
border-radius: 0;
}
.One {
display: none;
}
.Two {
display: relative;
}
#button1,#button2,#button3,#button4 {
display:none;
height: 25%;
}
#sd,#smp,#sma,#mahasiswa {
display:none;
}
.row {
margin:0;
}
.col-sm {
padding:0;
}
.posterWrapper,#kalender,#aeroport,#aerocomp, #aeross, #galadinner, #sponsor,#partner, #about, #medsos, #throwback,#sd,#smp,#sma,#mahasiswa {
color: white;
background-color: rgba(0, 0, 0, 0.4);
padding-top:50px;
padding-bottom:50px;
border-bottom: 1px solid;
border-bottom-color: white;
}
#aerocomp:hover {
background-color: rgba(255, 255, 255, 0.4);
}
#sd img,#smp img,#sma img,#mahasiswa img,#galadinner img,#partner-icon,#about img,#sponsor-icon {
width: 127px;
height: 127px;
}
#throwback-icon {
width:127px;
}
#table1 img {
width:127px;
}
.slider-for img {
width:65%;
}
.slider-nav img {
width:100%;
}
#scrollUpBtn {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 0; /* Place the button at the bottom of the page */
right: 0; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 5px; /* Some padding */
border-radius: 10px; /* Rounded corners */
background-color: black;
background-color:rgba(0,0,0,0);
}
#sponsortable5 {
display: none;
}
@media screen and (max-width:768px) {
#scrollUpBtn {
display:none;
}
.sponsorBronze{
width: 20%;
}
.ai a img{
width: 20%;
}
#sponsortable4 {
display: none;
}
#sponsortable5 {
display: inline-block;
}
}
.vcenter {
margin-top: auto;
margin-bottom: auto;
} | aerocreation/css/aeroexpo-custom.css | body {
background-image: url("../img/bg.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
font-family: 'Arvo', serif;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.container {
margin-left: auto;
margin-right:auto;
}
.fixedbutton {
width:100%;
height:100%;
border-radius: 0;
}
.One {
display: none;
}
.Two {
display: relative;
}
#button1,#button2,#button3,#button4 {
display:none;
height: 25%;
}
#sd,#smp,#sma,#mahasiswa {
display:none;
}
.row {
margin:0;
}
.col-sm {
padding:0;
}
.posterWrapper,#kalender,#aeroport,#aerocomp, #aeross, #galadinner, #sponsor,#partner, #about, #medsos, #throwback,#sd,#smp,#sma,#mahasiswa {
color: white;
background-color: rgba(0, 0, 0, 0.4);
padding-top:50px;
padding-bottom:50px;
border-bottom: 1px solid;
border-bottom-color: white;
}
#aerocomp:hover {
background-color: rgba(255, 255, 255, 0.4);
}
#sd img,#smp img,#sma img,#mahasiswa img,#galadinner img,#partner-icon,#about img,#sponsor-icon {
width: 127px;
height: 127px;
}
#throwback-icon {
width:127px;
}
#table1 img {
width:127px;
}
.slider-for img {
width:65%;
}
.slider-nav img {
width:100%;
}
#scrollUpBtn {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 0; /* Place the button at the bottom of the page */
right: 0; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 5px; /* Some padding */
border-radius: 10px; /* Rounded corners */
background-color: black;
background-color:rgba(0,0,0,0);
}
#sponsortable5 {
display: none;
}
@media screen and (max-width:768px) {
#scrollUpBtn {
display:none;
}
.sponsorBronze{
width: 20%;
}
.ai a img{
width: 20%;
}
#sponsortable4 {
display: none;
}
#sponsortable5 {
display: inline-block;
}
}
.vcenter {
margin-top: auto;
margin-bottom: auto;
} | 0.453262 | 0.085518 |
body {
width: 100%;
font-family: 'Open Sans', sans-serif;
margin: 0 auto;
}
hr {
border: none;
background-color: #d6d6d6;
height: 1px;
width: 95%;
}
span {
font-weight: 700;
margin-right: 5px;
}
progress {
margin-right: 30px;
}
a {
text-decoration: none;
outline: none;
}
a:link {
color: white;
}
a:visited {
color: white;
}
a:hover {
color:rgb(173, 184, 235);
}
.photo-wrapper {
width: 120px;
height: 115px;
margin: 0 auto;
overflow: hidden;
border-radius: 5%;
}
.photo {
width: 130px;
height: 150px;
}
.header {
width: 100%;
height: 150px;
margin-bottom: 30px;
padding: 15px 70px;
font-size: 1.2rem;
background-color: rgb(58, 65, 100);
color: white;
box-shadow: 0px 5px 20px rgba(177, 172, 172, 0.85);
}
.header h2 {
font-size: 2.2rem;
margin-bottom: 10px;
margin-top: 0;
}
.header p {
margin-top: 10px;
}
.name-cell {
text-align: start;
padding-left: 20px;
}
.links-cell {
text-align: end;
padding: 0 20px 0 10px;
}
.links-cell li {
list-style: none;
}
.cv-row {
padding: 0 70px;
}
.profile-section,
.skills-section,
.education-section,
.languages-section,
.hobbies-section {
width: 75%;
margin: 0 auto;
}
.content-wrapper {
padding: 10px 50px;
}
.content-header {
color: rgb(57, 67, 116);
margin-bottom: 30px;
}
.skills-table {
margin: 0 auto;
width: 70%;
}
.skills-table th{
text-align: start;
}
.hard-skills li, .soft-skills li {
list-style: none;
}
.hard-skills ul, .soft-skills ul {
padding: 0;
}
.soft-skills li:nth-child(1)::before {
content: "🗣";
display: inline-block;
margin-right: 20px;
font-size: 1.5rem;
}
.soft-skills li:nth-child(2)::before {
content: "👨💻";
display: inline-block;
margin-right: 20px;
font-size: 1.5rem;
}
.soft-skills li:nth-child(3)::before {
content: "🤝";
display: inline-block;
margin-right: 20px;
font-size: 1.5rem;
}
.soft-skills li:nth-child(4)::before {
content: "📈";
display: inline-block;
margin-right: 20px;
font-size: 1.5rem;
}
.languages-section li{
list-style: none;
}
.languages-section ul{
padding: 0;
}
.languages-section li:nth-child(1)::before {
content: "🇺🇸";
display: inline-block;
margin-right: 20px;
font-size: 1.5rem;
}
.languages-section li:nth-child(2)::before {
content: "🇷🇺";
display: inline-block;
margin-right: 20px;
font-size: 1.5rem;
}
.date {
font-weight: 700;
}
.education {
font-style: italic;
}
.education-section li {
list-style: square;
}
.hobbies-section {
margin-bottom: 50px;
} | Task-05_CSS_CV/styles.css | body {
width: 100%;
font-family: 'Open Sans', sans-serif;
margin: 0 auto;
}
hr {
border: none;
background-color: #d6d6d6;
height: 1px;
width: 95%;
}
span {
font-weight: 700;
margin-right: 5px;
}
progress {
margin-right: 30px;
}
a {
text-decoration: none;
outline: none;
}
a:link {
color: white;
}
a:visited {
color: white;
}
a:hover {
color:rgb(173, 184, 235);
}
.photo-wrapper {
width: 120px;
height: 115px;
margin: 0 auto;
overflow: hidden;
border-radius: 5%;
}
.photo {
width: 130px;
height: 150px;
}
.header {
width: 100%;
height: 150px;
margin-bottom: 30px;
padding: 15px 70px;
font-size: 1.2rem;
background-color: rgb(58, 65, 100);
color: white;
box-shadow: 0px 5px 20px rgba(177, 172, 172, 0.85);
}
.header h2 {
font-size: 2.2rem;
margin-bottom: 10px;
margin-top: 0;
}
.header p {
margin-top: 10px;
}
.name-cell {
text-align: start;
padding-left: 20px;
}
.links-cell {
text-align: end;
padding: 0 20px 0 10px;
}
.links-cell li {
list-style: none;
}
.cv-row {
padding: 0 70px;
}
.profile-section,
.skills-section,
.education-section,
.languages-section,
.hobbies-section {
width: 75%;
margin: 0 auto;
}
.content-wrapper {
padding: 10px 50px;
}
.content-header {
color: rgb(57, 67, 116);
margin-bottom: 30px;
}
.skills-table {
margin: 0 auto;
width: 70%;
}
.skills-table th{
text-align: start;
}
.hard-skills li, .soft-skills li {
list-style: none;
}
.hard-skills ul, .soft-skills ul {
padding: 0;
}
.soft-skills li:nth-child(1)::before {
content: "🗣";
display: inline-block;
margin-right: 20px;
font-size: 1.5rem;
}
.soft-skills li:nth-child(2)::before {
content: "👨💻";
display: inline-block;
margin-right: 20px;
font-size: 1.5rem;
}
.soft-skills li:nth-child(3)::before {
content: "🤝";
display: inline-block;
margin-right: 20px;
font-size: 1.5rem;
}
.soft-skills li:nth-child(4)::before {
content: "📈";
display: inline-block;
margin-right: 20px;
font-size: 1.5rem;
}
.languages-section li{
list-style: none;
}
.languages-section ul{
padding: 0;
}
.languages-section li:nth-child(1)::before {
content: "🇺🇸";
display: inline-block;
margin-right: 20px;
font-size: 1.5rem;
}
.languages-section li:nth-child(2)::before {
content: "🇷🇺";
display: inline-block;
margin-right: 20px;
font-size: 1.5rem;
}
.date {
font-weight: 700;
}
.education {
font-style: italic;
}
.education-section li {
list-style: square;
}
.hobbies-section {
margin-bottom: 50px;
} | 0.589362 | 0.122182 |
.light-blue-bg {
background: #2292eb;
color: white;
}
.dark-blue {
background-image: url("../img/Background.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 18px;
}
.nav-img {
margin: 20px;
}
/* IMAGES */
#bg-Icon_Dashboard {
width: 58px;
height: 58px;
background: url('../img/css_sprite.png') -10px -10px;
}
#bg-Icon_Dashboard:hover {
width: 58px;
height: 58px;
background: url('../img/sprite3.png') -10px -10px;
}
#bg-Icon__Analytics {
width: 42px;
height: 50px;
background: url('../img/css_sprite.png') -10px -150px;
}
#bg-Icon__Analytics:hover {
width: 42px;
height: 50px;
background: url('../img/sprite3.png') -10px -150px;
}
#bg-Icon__Customers {
width: 62px;
height: 42px;
background: url('../img/css_sprite.png') -10px -88px;
}
#bg-Icon__Customers:hover {
width: 62px;
height: 42px;
background: url('../img/sprite3.png') -10px -88px;
}
#bg-Icon__Messages {
width: 57px;
height: 48px;
background: url('../img/css_sprite.png') -88px -10px;
}
#bg-Icon__Messages:hover {
width: 57px;
height: 48px;
background: url('../img/sprite3.png') -88px -10px;
}
#bg-Icon__Page_Creator {
width: 45px;
height: 50px;
background: url('../img/css_sprite.png') -165px -80px;
}
#bg-Icon__Page_Creator:hover {
width: 45px;
height: 50px;
background: url('../img/sprite3.png') -165px -80px;
}
#bg-Icon__Promotions {
width: 50px;
height: 50px;
background: url('../img/css_sprite.png') -165px -10px;
}
#bg-Icon__Promotions:hover {
width: 50px;
height: 50px;
background: url('../img/sprite3.png') -165px -10px;
}
.marker {
background-image: url('../img/Marker.png');
position: absolute;
width: 40px;
height: 10px;
background-repeat: no-repeat;
left: 25px;
bottom: -18px;
visibility: hidden;
}
#bg-Icon_Dashboard:hover + .marker {
visibility: visible;
}
#bg-Icon__Customers:hover + .marker {
visibility: visible;
}
#bg-Icon__Messages:hover + .marker {
visibility: visible;
}
#bg-Icon__Analytics:hover + .marker {
visibility: visible;
}
#bg-Icon__Promotions:hover + .marker {
visibility: visible;
}
#bg-Icon__Page_Creator:hover + .marker {
visibility: visible;
}
#dd_btn {
width: 10px;
height: 6px;
background: url('../img/sprite3.png') -135px -88px;
}
.bg-blue_icon {
width: 20px;
height: 20px;
background: url('../img/css_sprites2.png') -52px -10px;
}
.bg-Icon__Article {
width: 20px;
height: 23px;
background: url('../img/css_sprites2.png') -10px -50px;
}
.bg-Icon__Checklist {
width: 20px;
height: 20px;
background: url('../img/css_sprites2.png') -10px -10px;
}
.bg-Icon__Tip {
width: 20px;
height: 23px;
background: url('../img/css_sprites2.png') -92px -10px;
}
#bg-avatar_2 {
width: 78px;
height: 82px;
background: url('../img/sprites4.png') -543px -10px;
}
#bg-avatar_1 {
width: 78px;
height: 82px;
background: url('../img/sprites4.png') -543px -112px;
}
.bg-ribbon_right {
width: 15px;
height: 40px;
background: url('../img/sprites4.png') -543px -214px;
margin-left: 212px;
margin-top: -2px;
position: absolute;
}
.bg-ribbon_left {
width: 15px;
height: 40px;
background: url('../img/sprites4.png') -578px -214px;
margin-left: -15px;
margin-top: -2px;
position: absolute;
}
#bg-graph_g {
width: 190px;
height: 63px;
background: url('../img/sprites4.png') -220px -371px;
}
#bg-graph_o {
width: 190px;
height: 63px;
background: url('../img/sprites4.png') -10px -371px;
}
#bg-drop_arrow {
width: 10px;
height: 6px;
background: url('../img/sprites4.png') -585px -274px;
}
#bg-ad_3 {
width: 225px; height: 160px;
background: url('../img/sprites4.png') -298px -10px;
position: absolute;
right: 0px;
}
#bg-ad_1 {
width: 239px; height: 150px;
background: url('../img/sprites4.png') -10px -201px;
position: absolute;
left: 0px;
z-index: 0;
}
#bg-ad_2 {
width: 268px; height: 171px;
background: url('../img/sprites4.png') -10px -10px;
top: -15px;
position: absolute;
}
body {
font-family: 'Myriad Pro', sans-serif;
}
p, h1, h2, h3, h4, h5, h6 {
margin: 0;
}
.right-border {
border-right: 1px #eeeeee solid;
}
#top_nav * {
padding: 2px 4px;
margin: 3px;
}
#top_nav {
margin-right: 40px;
font-weight: bold;
}
#settings {
border-left: .5px #0f6eb9 solid;
border-right: .5px #0f6eb9 solid;
}
#search_icon {
width: 30px;
height: 22px;
background: url('../img/sprite3.png') -92px -88px;
margin: auto;
background-repeat: no-repeat;
padding: 4px;
cursor: pointer;
}
#search_form {
border: 0px;
}
#next_btn {
background: url('../img/next.png') !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: 5px !important;
}
#back_btn {
background: url('../img/prev.png') !important;
background-size: 5px !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
#bg-Avatar__Facebook {
width: 16px; height: 16px;
background: url('../img/sprite6.png') -10px -60px;
}
#bg-Avatar__Facebook:hover {
background: url('../img/sprite6.png') -136px -10px;
}
#bg-Avatar__Foursquare {
width: 16px; height: 16px;
background: url('../img/sprite6.png') -46px -60px;
}
#bg-Avatar__Foursquare:hover {
background: url('../img/sprite6.png') -10px -96px;
}
#bg-Avatar__Twitter {
width: 16px; height: 16px;
background: url('../img/sprite6.png') -100px -10px;
}
#bg-Avatar__Twitter:hover {
background: url('../img/sprite6.png') -46px -96px;
}
#bg-Avatar__YouTube {
width: 16px; height: 16px;
background: url('../img/sprite6.png') -100px -46px;
}
#bg-Avatar__YouTube:hover {
background: url('../img/sprite6.png') -82px -96px;
}
#bg-footer_img {
width: 30px; height: 30px;
background: url('../img/sprite6.png') -10px -10px;
border: white 2px solid;
border-radius: 1px;
}
#bg-Icon_Settings_Grey {
width: 20px; height: 20px;
background: url('../img/sprite6.png') -60px -10px;
}
#pull_up {
background: url('../img/PullUp.png');
width: 15px; height: 15px;
background-repeat: no-repeat;
}
.pagiation_btns {
width: 20px;
height: 20px;
border-radius: 50%;
padding: 5px;
border: grey 1px solid;
float: right;
margin: 5px;
box-shadow: 0px 0px 0px 2px lightgrey;
}
/*
#ch_reef {
background-image: url('../img/ch_reef.png');
width: 20px;
height: 30px;
}
*/
.pagiation_btns:hover {
box-shadow: 0px 0px 0px 4px lightgrey;
}
.blue-font {
color: #2498f4;
}
/* .blue-font:hover {
color: lightgrey;
} */
.blue-text {
color: #2498f4;
}
.blue-text:hover {
color: lightgrey;
}
.blue-text .number {
background-color: #32cc66;
color: white;
padding: 4px;
border-radius: 50%;
height: 28px;
width: 28px;
text: 18px;
text-align: center;
}
.blue-text:hover .number {
background: lightgrey;
}
.blue-text:hover .bg-blue_icon {
width: 20px;
height: 20px;
background: url('../img/css_sprites2.png') -52px -50px;
}
.dashboard-header {
background: #32cc66;
color: white;
border-radius: 3px;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.type_icon {
margin-right: 12px;
display: inline-block;
}
#search-bar {
background: #f1f1ff;
padding: auto;
height: 40px;
}
.orange {
color: #fe7f13;
}
.content-contain {
background: rgb(246, 246, 246);
background: linear-gradient(187deg, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
margin-top: 10px;
margin-bottom: 10px;
padding: 12px;
border-radius: 8px;
}
.body {
border: 1px #eeeeee solid;
background: white;
/* margin-top: 10px;
margin-bottom: 10px; */
}
.top-grey {
border-top: 1px #eeeeee solid;
/* border: 1px lightgrey solid; */
padding-top: 6px;
padding-bottom: 6px;
}
.top-spotted {
border-top: 1px #eeeeee dotted;
padding: 6px;
}
.left-grey {
border-left: 1px #eeeeee solid;
}
.dark_text_hover:hover {
color: grey;
}
#announcements p {
margin: 0;
}
.md-small-text {
font-size: 14px;
color: slategrey;
margin: 0;
}
.avitar {
border: 1px lightgrey solid;
padding: auto;
display: flex;
justify-content: center;
align-items: center;
border-radius: 4px;
width: 60px;
margin-right: 10px;
}
.avitar div, .avitar p {
margin: 2px;
padding: 2px
}
.center {
padding-top: 10px;
}
.task-heading {
padding-left: 12px;
padding-right: 12px;
font-size: 18px;
}
.task_row {
padding: 20px 0px;
}
.tiny_text {
font-size: 10px;
margin: 0;
}
#dropdown_btn {
background: white !important;
color: slategrey;
}
.dropdown-toggle::after {
width: 10px;
height: 6px;
background: url('../img/sprite3.png') -135px -88px !important;
border: none !important;
}
.all-social {
color: white;
border-radius: 4px;
padding: 0px 6px;
font-size: 12px;
}
#fb {
background: #124670;
}
#twitter {
background: #2698f4;
}
#foursqr {
background: #3a599b;
}
#google {
background: #31cc66;
}
.contact {
width: 214px;
height: 202px;
border: 1px lightgrey solid;
margin: 20px;
border-radius: 8px;
box-shadow: 0 0 10px #ddd;
}
.contact:hover {
box-shadow: 0 0 25px #ddd;
transform: scale(1.02);
}
.contact_av {
margin: -30px auto 0px;
}
.graph_cont {
border: lightgrey 1px solid;
margin: 18px 11px;
}
.ribbon_body {
background: #2394ee;
color: white;
text-align: center;
padding: 0px;
margin: -10px auto 0px;
}
.blue-bg {
background: #2698f4;
padding: 50px;
color: white;
}
.make_bg_blue {
color: white;
background: #2698f4;
margin: 0px !important;
padding: 30px;
}
.carousel-control-prev, .carousel-control-next{
background: white;
width: 50px;
height: 50px;
margin: auto;
border-radius: 50%;
opacity: 1 !important;
}
.carousel-control-prev {
left: -25px;
}
.carousel-control-prev:hover {
left: -30px;
}
.carousel-control-prev-icon {
background-image: url('../img/prev.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.carousel-control-next-icon {
background-image: url('../img/next.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.carousel-control-next {
right: -25px;
margin: auto;
}
.carousel-control-next:hover {
right: -30px;
}
.ad-container {
background: white;
/* padding: 36px; */
height: 160px;
width: 280px;
border-radius: 8px;
position: relative;
box-shadow: 0 0 10px rgba(87,83,83,0.26)
}
.ad-container:hover {
box-shadow: 0 3px 20px rgba(87,83,83,0.5);
transform: scale(1.02);
}
#ad_card_content1 {
z-index: 1;
position: absolute;
left: 140px;
top: 20%;
padding: 20px;
width: 140px;
}
#ad_card_content2 {
position: absolute;
margin-top: 60px;
width: 240px;
background-color: #32cc66;
text-align: center;
padding: 4px;
border-radius: 4px;
right: 20px;
left: 20px;
}
#ad_card_content3{
color: orange;
width: 140px;
position: absolute;
top: 25%;
padding: 20px;
}
.my_footer {
background: #eee;
padding: 0px;
margin: 0px;
width: 100%;
font-size: 14px;
}
.my_footer a {
font-weight: bolder;
}
.footer_social * {
padding: 0px !important;
}
.border-left-dark {
border-left: darkgrey 1px solid !important;
margin: 0px;
padding: 0px;
}
.border-right-dark {
border-right: darkgrey 1px solid !important;
margin: 0px;
padding: 0px;
}
.marquee {
width: 300px;
overflow: hidden;
border: 1px solid #ccc;
background: #ccc;
}
.tool_percent {
color: dodgerblue;
font-size: 20px;
padding: 15px;
}
.tt {
display: flex;
flex-wrap: none;
align-content: space-around;
/* width: 140px; */
padding: 0;
}
.cont {
font-size: 12px;
padding: 15px;
} | css/styles.css | .light-blue-bg {
background: #2292eb;
color: white;
}
.dark-blue {
background-image: url("../img/Background.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 18px;
}
.nav-img {
margin: 20px;
}
/* IMAGES */
#bg-Icon_Dashboard {
width: 58px;
height: 58px;
background: url('../img/css_sprite.png') -10px -10px;
}
#bg-Icon_Dashboard:hover {
width: 58px;
height: 58px;
background: url('../img/sprite3.png') -10px -10px;
}
#bg-Icon__Analytics {
width: 42px;
height: 50px;
background: url('../img/css_sprite.png') -10px -150px;
}
#bg-Icon__Analytics:hover {
width: 42px;
height: 50px;
background: url('../img/sprite3.png') -10px -150px;
}
#bg-Icon__Customers {
width: 62px;
height: 42px;
background: url('../img/css_sprite.png') -10px -88px;
}
#bg-Icon__Customers:hover {
width: 62px;
height: 42px;
background: url('../img/sprite3.png') -10px -88px;
}
#bg-Icon__Messages {
width: 57px;
height: 48px;
background: url('../img/css_sprite.png') -88px -10px;
}
#bg-Icon__Messages:hover {
width: 57px;
height: 48px;
background: url('../img/sprite3.png') -88px -10px;
}
#bg-Icon__Page_Creator {
width: 45px;
height: 50px;
background: url('../img/css_sprite.png') -165px -80px;
}
#bg-Icon__Page_Creator:hover {
width: 45px;
height: 50px;
background: url('../img/sprite3.png') -165px -80px;
}
#bg-Icon__Promotions {
width: 50px;
height: 50px;
background: url('../img/css_sprite.png') -165px -10px;
}
#bg-Icon__Promotions:hover {
width: 50px;
height: 50px;
background: url('../img/sprite3.png') -165px -10px;
}
.marker {
background-image: url('../img/Marker.png');
position: absolute;
width: 40px;
height: 10px;
background-repeat: no-repeat;
left: 25px;
bottom: -18px;
visibility: hidden;
}
#bg-Icon_Dashboard:hover + .marker {
visibility: visible;
}
#bg-Icon__Customers:hover + .marker {
visibility: visible;
}
#bg-Icon__Messages:hover + .marker {
visibility: visible;
}
#bg-Icon__Analytics:hover + .marker {
visibility: visible;
}
#bg-Icon__Promotions:hover + .marker {
visibility: visible;
}
#bg-Icon__Page_Creator:hover + .marker {
visibility: visible;
}
#dd_btn {
width: 10px;
height: 6px;
background: url('../img/sprite3.png') -135px -88px;
}
.bg-blue_icon {
width: 20px;
height: 20px;
background: url('../img/css_sprites2.png') -52px -10px;
}
.bg-Icon__Article {
width: 20px;
height: 23px;
background: url('../img/css_sprites2.png') -10px -50px;
}
.bg-Icon__Checklist {
width: 20px;
height: 20px;
background: url('../img/css_sprites2.png') -10px -10px;
}
.bg-Icon__Tip {
width: 20px;
height: 23px;
background: url('../img/css_sprites2.png') -92px -10px;
}
#bg-avatar_2 {
width: 78px;
height: 82px;
background: url('../img/sprites4.png') -543px -10px;
}
#bg-avatar_1 {
width: 78px;
height: 82px;
background: url('../img/sprites4.png') -543px -112px;
}
.bg-ribbon_right {
width: 15px;
height: 40px;
background: url('../img/sprites4.png') -543px -214px;
margin-left: 212px;
margin-top: -2px;
position: absolute;
}
.bg-ribbon_left {
width: 15px;
height: 40px;
background: url('../img/sprites4.png') -578px -214px;
margin-left: -15px;
margin-top: -2px;
position: absolute;
}
#bg-graph_g {
width: 190px;
height: 63px;
background: url('../img/sprites4.png') -220px -371px;
}
#bg-graph_o {
width: 190px;
height: 63px;
background: url('../img/sprites4.png') -10px -371px;
}
#bg-drop_arrow {
width: 10px;
height: 6px;
background: url('../img/sprites4.png') -585px -274px;
}
#bg-ad_3 {
width: 225px; height: 160px;
background: url('../img/sprites4.png') -298px -10px;
position: absolute;
right: 0px;
}
#bg-ad_1 {
width: 239px; height: 150px;
background: url('../img/sprites4.png') -10px -201px;
position: absolute;
left: 0px;
z-index: 0;
}
#bg-ad_2 {
width: 268px; height: 171px;
background: url('../img/sprites4.png') -10px -10px;
top: -15px;
position: absolute;
}
body {
font-family: 'Myriad Pro', sans-serif;
}
p, h1, h2, h3, h4, h5, h6 {
margin: 0;
}
.right-border {
border-right: 1px #eeeeee solid;
}
#top_nav * {
padding: 2px 4px;
margin: 3px;
}
#top_nav {
margin-right: 40px;
font-weight: bold;
}
#settings {
border-left: .5px #0f6eb9 solid;
border-right: .5px #0f6eb9 solid;
}
#search_icon {
width: 30px;
height: 22px;
background: url('../img/sprite3.png') -92px -88px;
margin: auto;
background-repeat: no-repeat;
padding: 4px;
cursor: pointer;
}
#search_form {
border: 0px;
}
#next_btn {
background: url('../img/next.png') !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: 5px !important;
}
#back_btn {
background: url('../img/prev.png') !important;
background-size: 5px !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
#bg-Avatar__Facebook {
width: 16px; height: 16px;
background: url('../img/sprite6.png') -10px -60px;
}
#bg-Avatar__Facebook:hover {
background: url('../img/sprite6.png') -136px -10px;
}
#bg-Avatar__Foursquare {
width: 16px; height: 16px;
background: url('../img/sprite6.png') -46px -60px;
}
#bg-Avatar__Foursquare:hover {
background: url('../img/sprite6.png') -10px -96px;
}
#bg-Avatar__Twitter {
width: 16px; height: 16px;
background: url('../img/sprite6.png') -100px -10px;
}
#bg-Avatar__Twitter:hover {
background: url('../img/sprite6.png') -46px -96px;
}
#bg-Avatar__YouTube {
width: 16px; height: 16px;
background: url('../img/sprite6.png') -100px -46px;
}
#bg-Avatar__YouTube:hover {
background: url('../img/sprite6.png') -82px -96px;
}
#bg-footer_img {
width: 30px; height: 30px;
background: url('../img/sprite6.png') -10px -10px;
border: white 2px solid;
border-radius: 1px;
}
#bg-Icon_Settings_Grey {
width: 20px; height: 20px;
background: url('../img/sprite6.png') -60px -10px;
}
#pull_up {
background: url('../img/PullUp.png');
width: 15px; height: 15px;
background-repeat: no-repeat;
}
.pagiation_btns {
width: 20px;
height: 20px;
border-radius: 50%;
padding: 5px;
border: grey 1px solid;
float: right;
margin: 5px;
box-shadow: 0px 0px 0px 2px lightgrey;
}
/*
#ch_reef {
background-image: url('../img/ch_reef.png');
width: 20px;
height: 30px;
}
*/
.pagiation_btns:hover {
box-shadow: 0px 0px 0px 4px lightgrey;
}
.blue-font {
color: #2498f4;
}
/* .blue-font:hover {
color: lightgrey;
} */
.blue-text {
color: #2498f4;
}
.blue-text:hover {
color: lightgrey;
}
.blue-text .number {
background-color: #32cc66;
color: white;
padding: 4px;
border-radius: 50%;
height: 28px;
width: 28px;
text: 18px;
text-align: center;
}
.blue-text:hover .number {
background: lightgrey;
}
.blue-text:hover .bg-blue_icon {
width: 20px;
height: 20px;
background: url('../img/css_sprites2.png') -52px -50px;
}
.dashboard-header {
background: #32cc66;
color: white;
border-radius: 3px;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.type_icon {
margin-right: 12px;
display: inline-block;
}
#search-bar {
background: #f1f1ff;
padding: auto;
height: 40px;
}
.orange {
color: #fe7f13;
}
.content-contain {
background: rgb(246, 246, 246);
background: linear-gradient(187deg, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
margin-top: 10px;
margin-bottom: 10px;
padding: 12px;
border-radius: 8px;
}
.body {
border: 1px #eeeeee solid;
background: white;
/* margin-top: 10px;
margin-bottom: 10px; */
}
.top-grey {
border-top: 1px #eeeeee solid;
/* border: 1px lightgrey solid; */
padding-top: 6px;
padding-bottom: 6px;
}
.top-spotted {
border-top: 1px #eeeeee dotted;
padding: 6px;
}
.left-grey {
border-left: 1px #eeeeee solid;
}
.dark_text_hover:hover {
color: grey;
}
#announcements p {
margin: 0;
}
.md-small-text {
font-size: 14px;
color: slategrey;
margin: 0;
}
.avitar {
border: 1px lightgrey solid;
padding: auto;
display: flex;
justify-content: center;
align-items: center;
border-radius: 4px;
width: 60px;
margin-right: 10px;
}
.avitar div, .avitar p {
margin: 2px;
padding: 2px
}
.center {
padding-top: 10px;
}
.task-heading {
padding-left: 12px;
padding-right: 12px;
font-size: 18px;
}
.task_row {
padding: 20px 0px;
}
.tiny_text {
font-size: 10px;
margin: 0;
}
#dropdown_btn {
background: white !important;
color: slategrey;
}
.dropdown-toggle::after {
width: 10px;
height: 6px;
background: url('../img/sprite3.png') -135px -88px !important;
border: none !important;
}
.all-social {
color: white;
border-radius: 4px;
padding: 0px 6px;
font-size: 12px;
}
#fb {
background: #124670;
}
#twitter {
background: #2698f4;
}
#foursqr {
background: #3a599b;
}
#google {
background: #31cc66;
}
.contact {
width: 214px;
height: 202px;
border: 1px lightgrey solid;
margin: 20px;
border-radius: 8px;
box-shadow: 0 0 10px #ddd;
}
.contact:hover {
box-shadow: 0 0 25px #ddd;
transform: scale(1.02);
}
.contact_av {
margin: -30px auto 0px;
}
.graph_cont {
border: lightgrey 1px solid;
margin: 18px 11px;
}
.ribbon_body {
background: #2394ee;
color: white;
text-align: center;
padding: 0px;
margin: -10px auto 0px;
}
.blue-bg {
background: #2698f4;
padding: 50px;
color: white;
}
.make_bg_blue {
color: white;
background: #2698f4;
margin: 0px !important;
padding: 30px;
}
.carousel-control-prev, .carousel-control-next{
background: white;
width: 50px;
height: 50px;
margin: auto;
border-radius: 50%;
opacity: 1 !important;
}
.carousel-control-prev {
left: -25px;
}
.carousel-control-prev:hover {
left: -30px;
}
.carousel-control-prev-icon {
background-image: url('../img/prev.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.carousel-control-next-icon {
background-image: url('../img/next.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.carousel-control-next {
right: -25px;
margin: auto;
}
.carousel-control-next:hover {
right: -30px;
}
.ad-container {
background: white;
/* padding: 36px; */
height: 160px;
width: 280px;
border-radius: 8px;
position: relative;
box-shadow: 0 0 10px rgba(87,83,83,0.26)
}
.ad-container:hover {
box-shadow: 0 3px 20px rgba(87,83,83,0.5);
transform: scale(1.02);
}
#ad_card_content1 {
z-index: 1;
position: absolute;
left: 140px;
top: 20%;
padding: 20px;
width: 140px;
}
#ad_card_content2 {
position: absolute;
margin-top: 60px;
width: 240px;
background-color: #32cc66;
text-align: center;
padding: 4px;
border-radius: 4px;
right: 20px;
left: 20px;
}
#ad_card_content3{
color: orange;
width: 140px;
position: absolute;
top: 25%;
padding: 20px;
}
.my_footer {
background: #eee;
padding: 0px;
margin: 0px;
width: 100%;
font-size: 14px;
}
.my_footer a {
font-weight: bolder;
}
.footer_social * {
padding: 0px !important;
}
.border-left-dark {
border-left: darkgrey 1px solid !important;
margin: 0px;
padding: 0px;
}
.border-right-dark {
border-right: darkgrey 1px solid !important;
margin: 0px;
padding: 0px;
}
.marquee {
width: 300px;
overflow: hidden;
border: 1px solid #ccc;
background: #ccc;
}
.tool_percent {
color: dodgerblue;
font-size: 20px;
padding: 15px;
}
.tt {
display: flex;
flex-wrap: none;
align-content: space-around;
/* width: 140px; */
padding: 0;
}
.cont {
font-size: 12px;
padding: 15px;
} | 0.252568 | 0.084191 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
:root {
--base-color: hsl(174, 38%, 95%);
--contrast-color: hsl(202, 66%, 49%);
--shadow-color: hsl(0, 0%, 10%);
--header-shadow-color: hsl(0, 0%, 50%);
}
html {
scroll-padding: 11vh 0 0 0;
scroll-behavior: smooth;
}
body {
font-family: "Poppins", sans-serif;
background-color: var(--base-color);
}
header {
height: 10vh;
padding: 0 6em;
display: flex;
justify-content: space-between;
align-items: center;
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1;
background-color: var(--base-color);
box-shadow: 0 -5px 15px var(--header-shadow-color);
}
#logo-wrapper {
display: flex;
align-items: center;
}
#logo-wrapper a {
display: flex;
align-items: center;
justify-content: center;
}
#logo {
height: 7vh;
width: auto;
}
nav {
display: flex;
align-items: center;
}
nav ul {
display: flex;
list-style: none;
}
nav li {
margin: 0 1em;
}
a {
color: var(--contrast-color);
font-size: 17px;
font-size: clamp(17px, 4vw, 20px);
text-decoration: none;
text-underline-offset: 5px;
text-decoration-thickness: 1px;
}
a:hover {
text-decoration: underline;
}
main {
min-height: 90vh;
padding: 0 1em;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
}
main::before {
content: "";
background-image: url("../img/background.jpg");
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
background-position: center;
background-repeat: repeat;
background-size: cover;
background-color: black;
object-fit: cover;
filter: contrast(0.5);
}
h1 {
font-family: "Alegreya SC", serif;
font-size: 68px;
font-size: clamp(68px, 10vw, 140px);
text-align: center;
margin: 0 1em;
color: var(--base-color);
text-shadow: 0 0 15px var(--shadow-color);
}
h2 {
font-family: "Alegreya SC", serif;
font-size: 33px;
font-size: clamp(33px, 6vw, 60px);
text-align: center;
margin: 0.5em 0.5em 1em 0.5em;
}
main h2 {
font-family: inherit;
font-size: 30px;
font-size: clamp(22px, 3vw, 40px);
margin-bottom: 3em;
color: var(--base-color);
text-shadow: 0 0 10px var(--shadow-color);
}
#cta {
display: flex;
align-items: center;
justify-content: center;
font-size: 26px;
font-size: clamp(22px, 3vw, 30px);
background-color: var(--contrast-color);
color: var(--base-color);
padding: 0.25em 1em;
border-radius: 38px;
border: solid 1px var(--contrast-color);
text-decoration: none;
box-shadow: 0 0 10px var(--shadow-color);
}
#cta img {
width: 1.2em;
height: auto;
transform: rotate(90deg);
margin-left: 0.5em;
}
#cta:hover {
box-shadow: 0 1px 20px var(--shadow-color);
}
section {
min-height: 100vh;
width: 85%;
margin: 0 auto 8em auto;
}
#services li {
list-style-position: inside;
font-size: 16px;
font-size: clamp(16px, 2vw, 18px);
}
h3 {
font-family: "Alegreya SC", serif;
font-size: 28px;
font-size: clamp(28px, 4vw, 40px);
margin: 0 0.5em 1em 0;
}
#lang-services-wrapper {
margin-bottom: 4em;
}
.cards-wrapper {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2em;
}
.card {
padding: 1em;
border: solid 2px var(--contrast-color);
border-radius: 5px;
box-shadow: 0 7px 30px -10px hsla(200, 16.7%, 64.7%, 0.5);
}
.card-title {
font-weight: bold;
font-size: 18px;
font-size: clamp(18px, 4vw, 20px);
margin-bottom: 1em;
}
#tutor {
margin-bottom: 0;
}
.section-col-wrapper {
display: flex;
}
.section-col-1 {
flex: 0.4;
display: flex;
justify-content: center;
align-items: center;
}
#tutor-img-wrapper {
position: relative;
margin-right: 2em;
}
#tutor-img-border {
width: 20em;
height: 30.1em;
position: absolute;
top: 1.5em;
right: 1.5em;
border: solid 2px var(--contrast-color);
}
.section-col-1 img {
width: 20em;
}
.section-col-2 {
flex: 0.6;
display: flex;
flex-direction: column;
}
p {
font-size: 16px;
font-size: clamp(16px, 2vw, 18px);
margin: 0.5em 0;
}
.card-text {
margin-bottom: 1.5em;
}
.card-author {
font-size: 16px;
font-size: clamp(16px, 2vw, 18px);
}
#contact {
display: flex;
flex-direction: column;
align-items: center;
}
#contact h2 {
margin-top: 0;
}
td {
padding: 0.5em 0;
word-break: break-all;
}
.img-td {
text-align: center;
padding-right: 0.5em;
}
.img-td img {
border: none;
padding: 0;
margin: 0;
}
#phone-img {
width: 3em;
}
#instagram-img {
width: 4.5em;
}
footer {
height: 10vh;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
}
/* ======================================================== MEDIA QUERIES =============================================== */
@media screen and (max-width: 1024px) {
header {
padding: 0 4em;
}
.section-col-wrapper {
flex-direction: column;
}
.section-col-1 {
flex: 1;
margin-bottom: 2.5em;
}
#tutor-img-wrapper {
margin-right: 0;
}
.section-col-2 {
flex: 1;
}
/* FOR NAVBAR */
.burger-menu:hover {
cursor: pointer;
}
.line-1,
.line-2,
.line-3 {
width: 25px;
height: 3px;
background-color: var(--contrast-color);
margin: 5px;
}
.burger-menu-dropdown {
display: flex;
flex-direction: column;
position: absolute;
top: 11vh;
right: 1vh;
padding: 0.5em 1em;
z-index: 1;
border-radius: 5px;
background-color: hsla(174, 38%, 95%, 0.98);
box-shadow: 0 0 5px var(--header-shadow-color);
}
.burger-menu-dropdown li {
display: flex;
justify-content: flex-end;
margin-left: 0;
padding: 0.25em 1.6em;
}
.hide-burger-menu {
display: none;
}
}
@media screen and (max-width: 500px) {
header {
padding: 0 2em;
}
h1 {
margin-bottom: 0.5em;
}
section,
#tutor {
margin-bottom: 5em;
}
#tutor-img-border {
width: 18em;
height: 27.1em;
top: 1.5em;
right: 1.5em;
}
.section-col-1 img {
width: 18em;
margin: 0 0 1.5em 1.5em;
}
#phone-img {
width: 2em;
}
#instagram-img {
width: 3em;
}
#email-img {
width: 1.8em;
}
/* FOR NAVBAR */
.burger-menu-dropdown li {
padding: 0.25em 0;
}
} | static/css/style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
:root {
--base-color: hsl(174, 38%, 95%);
--contrast-color: hsl(202, 66%, 49%);
--shadow-color: hsl(0, 0%, 10%);
--header-shadow-color: hsl(0, 0%, 50%);
}
html {
scroll-padding: 11vh 0 0 0;
scroll-behavior: smooth;
}
body {
font-family: "Poppins", sans-serif;
background-color: var(--base-color);
}
header {
height: 10vh;
padding: 0 6em;
display: flex;
justify-content: space-between;
align-items: center;
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1;
background-color: var(--base-color);
box-shadow: 0 -5px 15px var(--header-shadow-color);
}
#logo-wrapper {
display: flex;
align-items: center;
}
#logo-wrapper a {
display: flex;
align-items: center;
justify-content: center;
}
#logo {
height: 7vh;
width: auto;
}
nav {
display: flex;
align-items: center;
}
nav ul {
display: flex;
list-style: none;
}
nav li {
margin: 0 1em;
}
a {
color: var(--contrast-color);
font-size: 17px;
font-size: clamp(17px, 4vw, 20px);
text-decoration: none;
text-underline-offset: 5px;
text-decoration-thickness: 1px;
}
a:hover {
text-decoration: underline;
}
main {
min-height: 90vh;
padding: 0 1em;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
}
main::before {
content: "";
background-image: url("../img/background.jpg");
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
background-position: center;
background-repeat: repeat;
background-size: cover;
background-color: black;
object-fit: cover;
filter: contrast(0.5);
}
h1 {
font-family: "Alegreya SC", serif;
font-size: 68px;
font-size: clamp(68px, 10vw, 140px);
text-align: center;
margin: 0 1em;
color: var(--base-color);
text-shadow: 0 0 15px var(--shadow-color);
}
h2 {
font-family: "Alegreya SC", serif;
font-size: 33px;
font-size: clamp(33px, 6vw, 60px);
text-align: center;
margin: 0.5em 0.5em 1em 0.5em;
}
main h2 {
font-family: inherit;
font-size: 30px;
font-size: clamp(22px, 3vw, 40px);
margin-bottom: 3em;
color: var(--base-color);
text-shadow: 0 0 10px var(--shadow-color);
}
#cta {
display: flex;
align-items: center;
justify-content: center;
font-size: 26px;
font-size: clamp(22px, 3vw, 30px);
background-color: var(--contrast-color);
color: var(--base-color);
padding: 0.25em 1em;
border-radius: 38px;
border: solid 1px var(--contrast-color);
text-decoration: none;
box-shadow: 0 0 10px var(--shadow-color);
}
#cta img {
width: 1.2em;
height: auto;
transform: rotate(90deg);
margin-left: 0.5em;
}
#cta:hover {
box-shadow: 0 1px 20px var(--shadow-color);
}
section {
min-height: 100vh;
width: 85%;
margin: 0 auto 8em auto;
}
#services li {
list-style-position: inside;
font-size: 16px;
font-size: clamp(16px, 2vw, 18px);
}
h3 {
font-family: "Alegreya SC", serif;
font-size: 28px;
font-size: clamp(28px, 4vw, 40px);
margin: 0 0.5em 1em 0;
}
#lang-services-wrapper {
margin-bottom: 4em;
}
.cards-wrapper {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2em;
}
.card {
padding: 1em;
border: solid 2px var(--contrast-color);
border-radius: 5px;
box-shadow: 0 7px 30px -10px hsla(200, 16.7%, 64.7%, 0.5);
}
.card-title {
font-weight: bold;
font-size: 18px;
font-size: clamp(18px, 4vw, 20px);
margin-bottom: 1em;
}
#tutor {
margin-bottom: 0;
}
.section-col-wrapper {
display: flex;
}
.section-col-1 {
flex: 0.4;
display: flex;
justify-content: center;
align-items: center;
}
#tutor-img-wrapper {
position: relative;
margin-right: 2em;
}
#tutor-img-border {
width: 20em;
height: 30.1em;
position: absolute;
top: 1.5em;
right: 1.5em;
border: solid 2px var(--contrast-color);
}
.section-col-1 img {
width: 20em;
}
.section-col-2 {
flex: 0.6;
display: flex;
flex-direction: column;
}
p {
font-size: 16px;
font-size: clamp(16px, 2vw, 18px);
margin: 0.5em 0;
}
.card-text {
margin-bottom: 1.5em;
}
.card-author {
font-size: 16px;
font-size: clamp(16px, 2vw, 18px);
}
#contact {
display: flex;
flex-direction: column;
align-items: center;
}
#contact h2 {
margin-top: 0;
}
td {
padding: 0.5em 0;
word-break: break-all;
}
.img-td {
text-align: center;
padding-right: 0.5em;
}
.img-td img {
border: none;
padding: 0;
margin: 0;
}
#phone-img {
width: 3em;
}
#instagram-img {
width: 4.5em;
}
footer {
height: 10vh;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
}
/* ======================================================== MEDIA QUERIES =============================================== */
@media screen and (max-width: 1024px) {
header {
padding: 0 4em;
}
.section-col-wrapper {
flex-direction: column;
}
.section-col-1 {
flex: 1;
margin-bottom: 2.5em;
}
#tutor-img-wrapper {
margin-right: 0;
}
.section-col-2 {
flex: 1;
}
/* FOR NAVBAR */
.burger-menu:hover {
cursor: pointer;
}
.line-1,
.line-2,
.line-3 {
width: 25px;
height: 3px;
background-color: var(--contrast-color);
margin: 5px;
}
.burger-menu-dropdown {
display: flex;
flex-direction: column;
position: absolute;
top: 11vh;
right: 1vh;
padding: 0.5em 1em;
z-index: 1;
border-radius: 5px;
background-color: hsla(174, 38%, 95%, 0.98);
box-shadow: 0 0 5px var(--header-shadow-color);
}
.burger-menu-dropdown li {
display: flex;
justify-content: flex-end;
margin-left: 0;
padding: 0.25em 1.6em;
}
.hide-burger-menu {
display: none;
}
}
@media screen and (max-width: 500px) {
header {
padding: 0 2em;
}
h1 {
margin-bottom: 0.5em;
}
section,
#tutor {
margin-bottom: 5em;
}
#tutor-img-border {
width: 18em;
height: 27.1em;
top: 1.5em;
right: 1.5em;
}
.section-col-1 img {
width: 18em;
margin: 0 0 1.5em 1.5em;
}
#phone-img {
width: 2em;
}
#instagram-img {
width: 3em;
}
#email-img {
width: 1.8em;
}
/* FOR NAVBAR */
.burger-menu-dropdown li {
padding: 0.25em 0;
}
} | 0.342681 | 0.099034 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'open sans', sans-serif;
font-size: 16px;
}
/*Add max width for body and image*/
body,
#banner_header{
max-width: 1250px;
margin: auto;
}
.contenedor {
width: 90%;
max-width: 1200px;
overflow: hidden;
margin: auto;
padding: 60px 0;
}
menu {
position: fixed;
top: 20px;
right: 30px;
background: black;
width: 30px;
height: 30px;
cursor: pointer;
border-radius: 10px;
box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}
header {
height: 100vh;
background-image: linear-gradient(to top, rgb(250, 208, 196) 0%, rgb(255, 209, 255) 100%)url(/ima1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
}
.head {
padding: 0;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: black;
}
.spread {
transform: translate(0);
}
.titulo {
font-size: 60px;
margin-bottom: 15px;
}
.copy {
font-weight: 300;
font-size: 25px;
}
.subtitulo {
text-align: center;
font-weight: 300;
color: cornflowerblue;
margin-bottom: 40px;
font-size: 40px;
}
.contenerdor-articulo {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
}
.contenerdor-articulo img {
width: 45%;
}
.service {
margin-bottom: 20px;
}
.n-service {
margin-bottom: 7px;
color: darkcyan;
}
.galeria {
background: white;
}
.contenedor-galeria {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.img-galeria {
width: 30%;
display: block;
margin-bottom: 15px;
box-shadow: 0 0 6px rgba(0, 0, 0, .5);
cursor: pointer;
}
.clasificacion {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
}
.cont-clasificacion {
width: 30%;
display: block;
margin: 0 auto;
}
.n-clasificacion {
display: inline-block;
margin-top: 20px;
width: 100%;
font-weight: 400;
} | 2161050_Ocoro_Cristian/HTML/assets/styles/estilos.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'open sans', sans-serif;
font-size: 16px;
}
/*Add max width for body and image*/
body,
#banner_header{
max-width: 1250px;
margin: auto;
}
.contenedor {
width: 90%;
max-width: 1200px;
overflow: hidden;
margin: auto;
padding: 60px 0;
}
menu {
position: fixed;
top: 20px;
right: 30px;
background: black;
width: 30px;
height: 30px;
cursor: pointer;
border-radius: 10px;
box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}
header {
height: 100vh;
background-image: linear-gradient(to top, rgb(250, 208, 196) 0%, rgb(255, 209, 255) 100%)url(/ima1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
}
.head {
padding: 0;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: black;
}
.spread {
transform: translate(0);
}
.titulo {
font-size: 60px;
margin-bottom: 15px;
}
.copy {
font-weight: 300;
font-size: 25px;
}
.subtitulo {
text-align: center;
font-weight: 300;
color: cornflowerblue;
margin-bottom: 40px;
font-size: 40px;
}
.contenerdor-articulo {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
}
.contenerdor-articulo img {
width: 45%;
}
.service {
margin-bottom: 20px;
}
.n-service {
margin-bottom: 7px;
color: darkcyan;
}
.galeria {
background: white;
}
.contenedor-galeria {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.img-galeria {
width: 30%;
display: block;
margin-bottom: 15px;
box-shadow: 0 0 6px rgba(0, 0, 0, .5);
cursor: pointer;
}
.clasificacion {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
}
.cont-clasificacion {
width: 30%;
display: block;
margin: 0 auto;
}
.n-clasificacion {
display: inline-block;
margin-top: 20px;
width: 100%;
font-weight: 400;
} | 0.482429 | 0.123155 |
.wrapper {
width: 100%; }
body {
width: 100% !important;
min-width: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
Margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
img {
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
width: auto;
max-width: 100%;
clear: both;
display: block; }
center {
width: 100%;
min-width: 640px; }
a img {
border: none; }
p {
margin: 0 0 0 10px;
Margin: 0 0 0 10px; }
table {
border-spacing: 0;
border-collapse: collapse; }
td {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
border-collapse: collapse !important; }
table, tr, td {
padding: 0;
vertical-align: top;
text-align: left; }
@media only screen {
html {
min-height: 100%;
background: #f3f3f3; } }
table.body {
background: #f3f3f3;
height: 100%;
width: 100%; }
table.container {
background: #fefefe;
width: 640px;
margin: 0 auto;
Margin: 0 auto;
text-align: inherit; }
table.row {
padding: 0;
width: 100%;
position: relative; }
table.container table.row {
display: table; }
th.columns {
margin: 0 auto;
Margin: 0 auto;
padding-left: 16px;
padding-bottom: 16px; }
th.columns .columns {
padding-left: 0 !important;
padding-right: 0 !important; }
th.columns.last {
padding-right: 16px; }
th.columns table:not(.button) {
width: 100%; }
th.large-1 {
width: 37.33333px;
padding-left: 8px;
padding-right: 8px; }
th.large-1.first {
padding-left: 16px; }
.body .columns th.large-1 {
width: 8.33333%; }
th.large-4 {
width: 197.33333px;
padding-left: 8px;
padding-right: 8px; }
th.large-4.first {
padding-left: 16px; }
.body .columns th.large-4 {
width: 33.33333%; }
th.large-8 {
width: 410.66667px;
padding-left: 8px;
padding-right: 8px; }
th.large-8.last {
padding-right: 16px; }
.body .columns th.large-8 {
width: 66.66667%; }
th.large-9 {
width: 464px;
padding-left: 8px;
padding-right: 8px; }
th.large-9.last {
padding-right: 16px; }
.body .columns th.large-9 {
width: 75%; }
th.large-12 {
width: 624px;
padding-left: 8px;
padding-right: 8px; }
th.large-12.first {
padding-left: 16px; }
th.large-12.last {
padding-right: 16px; }
.collapse > tbody > tr > th.large-12 {
padding-right: 0;
padding-left: 0;
width: 640px; }
.collapse th.large-12.first,
.collapse th.large-12.last {
width: 648px; }
th.large-12 center {
min-width: 592px; }
th.expander {
visibility: hidden;
width: 0;
padding: 0 !important; }
table.text-center,
h4.text-center {
text-align: center; }
img.float-center {
margin: 0 auto;
Margin: 0 auto;
float: none;
text-align: center; }
table.float-center {
margin: 0 auto;
Margin: 0 auto;
float: none;
text-align: center; }
body,
table.body,
h4,
h6,
p,
td,
th,
a {
color: #0a0a0a;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
padding: 0;
margin: 0;
Margin: 0;
text-align: left;
line-height: 1.3; }
h4,
h6 {
color: inherit;
word-wrap: normal;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin-bottom: 10px;
Margin-bottom: 10px; }
h4 {
font-size: 24px; }
h6 {
font-size: 18px; }
body,
table.body,
p,
td,
th {
font-size: 16px;
line-height: 1.3; }
p {
margin-bottom: 10px;
Margin-bottom: 10px; }
a {
color: #247ca8;
text-decoration: none; }
a:hover {
color: #1b5d7e; }
a:active {
color: #1b5d7e; }
a:visited {
color: #247ca8; }
span.preheader {
display: none !important;
visibility: hidden;
mso-hide: all !important;
font-size: 1px;
color: #f3f3f3;
line-height: 1px;
max-height: 0px;
max-width: 0px;
opacity: 0;
overflow: hidden; }
@media only screen and (max-width: 656px) {
table.body img {
width: auto;
height: auto; }
table.body center {
min-width: 0 !important; }
table.body .container {
width: 95% !important; }
table.body .columns {
height: auto !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 16px !important;
padding-right: 16px !important; }
table.body .columns .columns {
padding-left: 0 !important;
padding-right: 0 !important; }
table.body .collapse .columns {
padding-left: 0 !important;
padding-right: 0 !important; }
th.small-2 {
display: inline-block !important;
width: 16.66667% !important; }
th.small-9 {
display: inline-block !important;
width: 75% !important; }
th.small-12 {
display: inline-block !important;
width: 100% !important; }
.columns th.small-12 {
display: block !important;
width: 100% !important; } }
body,
html,
.body {
background: #f3f3f3 !important; }
.header {
background: #8a8a8a;
background-color: #ffffff;
text-align: center; }
.header .columns {
padding-bottom: 0; }
.header .wrapper-inner {
padding: 20px; }
a.btn {
max-width: 378px;
margin-left: auto;
margin-right: auto;
display: block;
border-radius: 36px; }
.bg-blue {
background-color: #247ca8;
background: url(https://pashawol.github.io/0016rdv/dist/assets/img/bg.jpg); }
.bg-blue h4 {
color: #ffffff;
padding-top: 20px;
padding-bottom: 20px; }
.programm .ul {
list-style-type: none;
padding-left: 0;
margin-bottom: 30px; }
.programm .ul .li {
margin-bottom: 20px;
position: relative;
font-size: 18px; }
.counter {
color: #247ca8;
font-weight: bold;
left: 0; }
h4.section-title {
font-weight: bold;
margin-bottom: 20px; }
.top-line {
margin-bottom: 30px; }
.top-line img {
width: 100%; }
.text-primary {
color: #247ca8; }
.text-wrap {
position: relative;
z-index: 1;
padding: 20px;
background-color: #efefef;
border-radius: 10px; }
.text-wrap__bg {
position: absolute;
z-index: -1;
width: 120%;
right: 0;
top: 0;
height: 100%; }
th.first {
position: relative;
z-index: 2; }
.articals .li {
margin-bottom: 47px;
max-width: 500px;
list-style-type: none; }
.articals .li a {
position: relative;
text-decoration: underline;
color: #000000;
font-size: 18px;
display: block;
position: relative; }
.articals .li span {
padding-left: 10px;
display: block; }
.h20 {
height: 20px; }
.h30 {
height: 30px; }
.bg-blue {
padding: 20px; }
.footer-li a {
color: #ffffff;
display: inline-block; }
.footer-li a img {
display: inline-block;
flex-shrink: 0; }
.footer-li a strong {
padding-left: 10px; }
.footer {
color: #ffffff; }
.footer .footer-li {
padding-left: 0; }
.footer p {
color: #ffffff;
font-size: 14px;
line-height: 1.8; }
.footer p a {
color: #ffffff; }
.tdu {
text-decoration: underline; } | dist/css/app.css | .wrapper {
width: 100%; }
body {
width: 100% !important;
min-width: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
Margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
img {
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
width: auto;
max-width: 100%;
clear: both;
display: block; }
center {
width: 100%;
min-width: 640px; }
a img {
border: none; }
p {
margin: 0 0 0 10px;
Margin: 0 0 0 10px; }
table {
border-spacing: 0;
border-collapse: collapse; }
td {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
border-collapse: collapse !important; }
table, tr, td {
padding: 0;
vertical-align: top;
text-align: left; }
@media only screen {
html {
min-height: 100%;
background: #f3f3f3; } }
table.body {
background: #f3f3f3;
height: 100%;
width: 100%; }
table.container {
background: #fefefe;
width: 640px;
margin: 0 auto;
Margin: 0 auto;
text-align: inherit; }
table.row {
padding: 0;
width: 100%;
position: relative; }
table.container table.row {
display: table; }
th.columns {
margin: 0 auto;
Margin: 0 auto;
padding-left: 16px;
padding-bottom: 16px; }
th.columns .columns {
padding-left: 0 !important;
padding-right: 0 !important; }
th.columns.last {
padding-right: 16px; }
th.columns table:not(.button) {
width: 100%; }
th.large-1 {
width: 37.33333px;
padding-left: 8px;
padding-right: 8px; }
th.large-1.first {
padding-left: 16px; }
.body .columns th.large-1 {
width: 8.33333%; }
th.large-4 {
width: 197.33333px;
padding-left: 8px;
padding-right: 8px; }
th.large-4.first {
padding-left: 16px; }
.body .columns th.large-4 {
width: 33.33333%; }
th.large-8 {
width: 410.66667px;
padding-left: 8px;
padding-right: 8px; }
th.large-8.last {
padding-right: 16px; }
.body .columns th.large-8 {
width: 66.66667%; }
th.large-9 {
width: 464px;
padding-left: 8px;
padding-right: 8px; }
th.large-9.last {
padding-right: 16px; }
.body .columns th.large-9 {
width: 75%; }
th.large-12 {
width: 624px;
padding-left: 8px;
padding-right: 8px; }
th.large-12.first {
padding-left: 16px; }
th.large-12.last {
padding-right: 16px; }
.collapse > tbody > tr > th.large-12 {
padding-right: 0;
padding-left: 0;
width: 640px; }
.collapse th.large-12.first,
.collapse th.large-12.last {
width: 648px; }
th.large-12 center {
min-width: 592px; }
th.expander {
visibility: hidden;
width: 0;
padding: 0 !important; }
table.text-center,
h4.text-center {
text-align: center; }
img.float-center {
margin: 0 auto;
Margin: 0 auto;
float: none;
text-align: center; }
table.float-center {
margin: 0 auto;
Margin: 0 auto;
float: none;
text-align: center; }
body,
table.body,
h4,
h6,
p,
td,
th,
a {
color: #0a0a0a;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
padding: 0;
margin: 0;
Margin: 0;
text-align: left;
line-height: 1.3; }
h4,
h6 {
color: inherit;
word-wrap: normal;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin-bottom: 10px;
Margin-bottom: 10px; }
h4 {
font-size: 24px; }
h6 {
font-size: 18px; }
body,
table.body,
p,
td,
th {
font-size: 16px;
line-height: 1.3; }
p {
margin-bottom: 10px;
Margin-bottom: 10px; }
a {
color: #247ca8;
text-decoration: none; }
a:hover {
color: #1b5d7e; }
a:active {
color: #1b5d7e; }
a:visited {
color: #247ca8; }
span.preheader {
display: none !important;
visibility: hidden;
mso-hide: all !important;
font-size: 1px;
color: #f3f3f3;
line-height: 1px;
max-height: 0px;
max-width: 0px;
opacity: 0;
overflow: hidden; }
@media only screen and (max-width: 656px) {
table.body img {
width: auto;
height: auto; }
table.body center {
min-width: 0 !important; }
table.body .container {
width: 95% !important; }
table.body .columns {
height: auto !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 16px !important;
padding-right: 16px !important; }
table.body .columns .columns {
padding-left: 0 !important;
padding-right: 0 !important; }
table.body .collapse .columns {
padding-left: 0 !important;
padding-right: 0 !important; }
th.small-2 {
display: inline-block !important;
width: 16.66667% !important; }
th.small-9 {
display: inline-block !important;
width: 75% !important; }
th.small-12 {
display: inline-block !important;
width: 100% !important; }
.columns th.small-12 {
display: block !important;
width: 100% !important; } }
body,
html,
.body {
background: #f3f3f3 !important; }
.header {
background: #8a8a8a;
background-color: #ffffff;
text-align: center; }
.header .columns {
padding-bottom: 0; }
.header .wrapper-inner {
padding: 20px; }
a.btn {
max-width: 378px;
margin-left: auto;
margin-right: auto;
display: block;
border-radius: 36px; }
.bg-blue {
background-color: #247ca8;
background: url(https://pashawol.github.io/0016rdv/dist/assets/img/bg.jpg); }
.bg-blue h4 {
color: #ffffff;
padding-top: 20px;
padding-bottom: 20px; }
.programm .ul {
list-style-type: none;
padding-left: 0;
margin-bottom: 30px; }
.programm .ul .li {
margin-bottom: 20px;
position: relative;
font-size: 18px; }
.counter {
color: #247ca8;
font-weight: bold;
left: 0; }
h4.section-title {
font-weight: bold;
margin-bottom: 20px; }
.top-line {
margin-bottom: 30px; }
.top-line img {
width: 100%; }
.text-primary {
color: #247ca8; }
.text-wrap {
position: relative;
z-index: 1;
padding: 20px;
background-color: #efefef;
border-radius: 10px; }
.text-wrap__bg {
position: absolute;
z-index: -1;
width: 120%;
right: 0;
top: 0;
height: 100%; }
th.first {
position: relative;
z-index: 2; }
.articals .li {
margin-bottom: 47px;
max-width: 500px;
list-style-type: none; }
.articals .li a {
position: relative;
text-decoration: underline;
color: #000000;
font-size: 18px;
display: block;
position: relative; }
.articals .li span {
padding-left: 10px;
display: block; }
.h20 {
height: 20px; }
.h30 {
height: 30px; }
.bg-blue {
padding: 20px; }
.footer-li a {
color: #ffffff;
display: inline-block; }
.footer-li a img {
display: inline-block;
flex-shrink: 0; }
.footer-li a strong {
padding-left: 10px; }
.footer {
color: #ffffff; }
.footer .footer-li {
padding-left: 0; }
.footer p {
color: #ffffff;
font-size: 14px;
line-height: 1.8; }
.footer p a {
color: #ffffff; }
.tdu {
text-decoration: underline; } | 0.407687 | 0.05634 |
*{margin:0; padding:0;}
body{
font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
color: #353535;
}
ul, li{
list-style: none;
}
a{
color: #353535;
text-decoration: none;
}
a:hover{
color: #FFBB00;
}
.w{
width: 70%;
height: 100%;
margin: 0 auto;
position: relative;
}
img{
border:none;
}
.header{
width:100%;
height:60px;
background: #FFBB00;
box-shadow: 1px 9px 15px 2px rgba(189, 189, 189, .2);
position:fixed;
left:0;
top:0;
z-index:999;
}
.header .logo{
float: left;
position: relative;
z-index: 9;
}
.header .logo a{
display: block;
padding: 12px 0;
height: 36px;
}
.header .logo a img{
width: auto;
height: 100%;
}
.header .menu{
float: right;
height: 100%;
}
.container{
margin-top: 100px;
margin-bottom: 100px;
min-height: 500px;
}
.container p{
margin-bottom: 10px;
line-height: 2em;
word-break: break-all;
}
.footer{
width:100%;
padding: 35px 0;
background: #F6F6F6;
}
.footer p{
padding: 0 10px;
margin-bottom:10px;
text-align: center;
font-size: 12px;
color: #ABABAB;
line-height: 2em;
}
.footer p span{
display:inline-block;
margin: 0 5px;
}
.home .download{
position: relative;
}
.home .download img{
width: 100%;
height: auto;
}
.home .download .com{
width: 100%;
height: 100%;
position: absolute;
left:0;
top:0;
}
.home .download .com .left{
width: 50%;
height: auto;
position: absolute;
left: 0;
top: 25%;
text-align: center;
}
.home .download .com .left img.logo{
width: 30%;
height: auto;
}
.home .download .com .left .btns{
margin: 15%;
overflow: hidden;
}
.home .download .com .left .btns span{
display: block;
float: left;
width:50%;
}
.home .download .com .left .btns span a{
display: block;
margin: 10px 12px;
cursor:pointer;
}
.home .download .com .left .btns span a:hover{
opacity: .95;
}
.home .download .com .left .btns span a img{
width: 100%;
height: auto;
}
.home .footer{
padding-top: 0;
}
.home .links{
width:100%;
margin-bottom: 30px;
background: #fff;
}
.home .links p {
padding: 28px 0 45px;
text-align: center;
}
.home .links span{
margin: 0 6px;
}
.home .links .yellow{
color: #FFBB00;
}
.home .dialog{
display:none;
width:268px;
height:150px;
background: #fff;
box-shadow:0 4px 6px 0 rgba(170,89,11,0.35);
border-radius:4px;
position:fixed;
left:50%;
top:50%;
z-index:999;
margin-left:-134px;
margin-top:-75px;
text-align:center;
}
.home .dialog .con{padding:34px 0;}
.home .dialog .con p{line-height:2em;}
.home .dialog .con span{font-size:14px;}
.home .dialog .close{
display:inline-block;
margin-top: 40px;
width:78px;
height:30px;
line-height:30px;
color: #353535;
cursor:pointer;
background:#FFBC00;
}
@media screen and (max-width: 720px){
.w{
width:90%;
}
.home .download{
width:100%;
height:100%;
background:url(../img/home_bg.jpg) no-repeat center center;
background-size:cover;
position: absolute;
left:0;
top:0;
}
.home .download .bg{
display: none;
}
.home .download .com .left .btns span{
width:100%;
}
.home .footer {
position: absolute;
left:0;
bottom: 0;
z-index: 999;
}
}
@media screen and (min-width: 721px) and (max-width: 1600px){
.w{
width:80%;
}
.home .download{
width:100%;
height:100%;
background:url(../img/home_bg.jpg) no-repeat center center;
background-size:cover;
position: absolute;
left:0;
top:0;
}
.home .download .bg{
display: none;
}
.home .footer {
position: absolute;
left:0;
bottom: 0;
z-index: 999;
}
}
@media screen and (min-width: 1601px){
.home .download{
position: relative;
}
.home .download .bg{
display: block;
}
}
/** HeaderMenu **/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#cssmenu {
height: 100%;
}
#cssmenu > ul {
background: #FFBB00;
}
#cssmenu #menu-button {
display: none;
}
#cssmenu {
width: auto;
font-family: 'Open Sans', sans-serif;
line-height: 1;
}
#menu-line {
position: absolute;
bottom: 0;
left: 0;
z-index: 9;
height: 4px;
background: #fff;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
float: left;
}
#cssmenu.align-center > ul {
font-size: 0;
text-align: center;
}
#cssmenu.align-center > ul > li {
display: inline-block;
float: none;
}
#cssmenu.align-center ul ul {
text-align: left;
}
#cssmenu.align-right > ul > li {
float: right;
}
#cssmenu.align-right ul ul {
text-align: right;
}
#cssmenu > ul > li > a {
padding: 12px 22px;
height: 60px;
line-height: 36px;
font-size: 15px;
text-decoration: none;
text-transform: uppercase;
color: #353535;
-webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
color: #fff;
}
#cssmenu > ul > li.has-sub > a {
padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
position: absolute;
top: 21px;
right: 10px;
width: 4px;
height: 4px;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
content: "";
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
border-color: #009ae1;
}
#cssmenu ul ul {
position: absolute;
left: -9999px;
}
#cssmenu li:hover > ul {
left: auto;
}
#cssmenu.align-right li:hover > ul {
right: 0;
}
#cssmenu ul ul ul {
margin-left: 100%;
top: 0;
}
#cssmenu.align-right ul ul ul {
margin-left: 0;
margin-right: 100%;
}
#cssmenu ul ul li {
height: 0;
-webkit-transition: height .2s ease;
-moz-transition: height .2s ease;
-ms-transition: height .2s ease;
-o-transition: height .2s ease;
transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
height: 32px;
}
#cssmenu ul ul li a {
padding: 10px 20px;
width: 160px;
font-size: 12px;
background: #333333;
text-decoration: none;
color: #dddddd;
-webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
position: absolute;
top: 13px;
right: 10px;
width: 4px;
height: 4px;
border-bottom: 1px solid #dddddd;
border-right: 1px solid #dddddd;
content: "";
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
right: auto;
left: 10px;
border-bottom: 0;
border-right: 0;
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#cssmenu {
width: 100%;
}
#cssmenu ul {
width: 100%;
display: none;
}
#cssmenu.align-center > ul,
#cssmenu.align-right ul ul {
text-align: left;
}
#cssmenu ul li,
#cssmenu ul ul li,
#cssmenu ul li:hover > ul > li {
width: 100%;
height: auto;
border-top: 1px solid rgba(120, 120, 120, 0.15);
}
#cssmenu ul li a,
#cssmenu ul ul li a {
width: 100%;
}
#cssmenu > ul > li,
#cssmenu.align-center > ul > li,
#cssmenu.align-right > ul > li {
float: none;
display: block;
}
#cssmenu ul ul li a {
padding: 20px 20px 20px 30px;
font-size: 12px;
color: #000000;
background: none;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
color: #000000;
}
#cssmenu ul ul ul li a {
padding-left: 40px;
}
#cssmenu ul ul,
#cssmenu ul ul ul {
position: relative;
left: 0;
right: auto;
width: 100%;
margin: 0;
}
#cssmenu > ul > li.has-sub > a::after,
#cssmenu ul ul li.has-sub > a::after {
display: none;
}
#menu-line {
display: none;
}
#cssmenu #menu-button {
display: block;
height: 100%;
color: #000;
cursor: pointer;
font-size: 14px;
text-transform: uppercase;
}
#cssmenu #menu-button::after {
content: '';
position: absolute;
top: 25px;
right: 20px;
display: block;
width: 15px;
height: 2px;
background: #000000;
}
#cssmenu #menu-button::before {
content: '';
position: absolute;
top: 30px;
right: 20px;
display: block;
width: 15px;
height: 3px;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
}
#cssmenu .submenu-button {
position: absolute;
z-index: 10;
right: 0;
top: 0;
display: block;
border-left: 1px solid rgba(120, 120, 120, 0.15);
height: 52px;
width: 52px;
cursor: pointer;
}
#cssmenu .submenu-button::after {
content: '';
position: absolute;
top: 21px;
left: 26px;
display: block;
width: 1px;
height: 11px;
background: #000000;
z-index: 99;
}
#cssmenu .submenu-button::before {
content: '';
position: absolute;
left: 21px;
top: 26px;
display: block;
width: 11px;
height: 1px;
background: #000000;
z-index: 99;
}
#cssmenu .submenu-button.submenu-opened:after {
display: none;
}
} | html/www/css/base.css | *{margin:0; padding:0;}
body{
font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
color: #353535;
}
ul, li{
list-style: none;
}
a{
color: #353535;
text-decoration: none;
}
a:hover{
color: #FFBB00;
}
.w{
width: 70%;
height: 100%;
margin: 0 auto;
position: relative;
}
img{
border:none;
}
.header{
width:100%;
height:60px;
background: #FFBB00;
box-shadow: 1px 9px 15px 2px rgba(189, 189, 189, .2);
position:fixed;
left:0;
top:0;
z-index:999;
}
.header .logo{
float: left;
position: relative;
z-index: 9;
}
.header .logo a{
display: block;
padding: 12px 0;
height: 36px;
}
.header .logo a img{
width: auto;
height: 100%;
}
.header .menu{
float: right;
height: 100%;
}
.container{
margin-top: 100px;
margin-bottom: 100px;
min-height: 500px;
}
.container p{
margin-bottom: 10px;
line-height: 2em;
word-break: break-all;
}
.footer{
width:100%;
padding: 35px 0;
background: #F6F6F6;
}
.footer p{
padding: 0 10px;
margin-bottom:10px;
text-align: center;
font-size: 12px;
color: #ABABAB;
line-height: 2em;
}
.footer p span{
display:inline-block;
margin: 0 5px;
}
.home .download{
position: relative;
}
.home .download img{
width: 100%;
height: auto;
}
.home .download .com{
width: 100%;
height: 100%;
position: absolute;
left:0;
top:0;
}
.home .download .com .left{
width: 50%;
height: auto;
position: absolute;
left: 0;
top: 25%;
text-align: center;
}
.home .download .com .left img.logo{
width: 30%;
height: auto;
}
.home .download .com .left .btns{
margin: 15%;
overflow: hidden;
}
.home .download .com .left .btns span{
display: block;
float: left;
width:50%;
}
.home .download .com .left .btns span a{
display: block;
margin: 10px 12px;
cursor:pointer;
}
.home .download .com .left .btns span a:hover{
opacity: .95;
}
.home .download .com .left .btns span a img{
width: 100%;
height: auto;
}
.home .footer{
padding-top: 0;
}
.home .links{
width:100%;
margin-bottom: 30px;
background: #fff;
}
.home .links p {
padding: 28px 0 45px;
text-align: center;
}
.home .links span{
margin: 0 6px;
}
.home .links .yellow{
color: #FFBB00;
}
.home .dialog{
display:none;
width:268px;
height:150px;
background: #fff;
box-shadow:0 4px 6px 0 rgba(170,89,11,0.35);
border-radius:4px;
position:fixed;
left:50%;
top:50%;
z-index:999;
margin-left:-134px;
margin-top:-75px;
text-align:center;
}
.home .dialog .con{padding:34px 0;}
.home .dialog .con p{line-height:2em;}
.home .dialog .con span{font-size:14px;}
.home .dialog .close{
display:inline-block;
margin-top: 40px;
width:78px;
height:30px;
line-height:30px;
color: #353535;
cursor:pointer;
background:#FFBC00;
}
@media screen and (max-width: 720px){
.w{
width:90%;
}
.home .download{
width:100%;
height:100%;
background:url(../img/home_bg.jpg) no-repeat center center;
background-size:cover;
position: absolute;
left:0;
top:0;
}
.home .download .bg{
display: none;
}
.home .download .com .left .btns span{
width:100%;
}
.home .footer {
position: absolute;
left:0;
bottom: 0;
z-index: 999;
}
}
@media screen and (min-width: 721px) and (max-width: 1600px){
.w{
width:80%;
}
.home .download{
width:100%;
height:100%;
background:url(../img/home_bg.jpg) no-repeat center center;
background-size:cover;
position: absolute;
left:0;
top:0;
}
.home .download .bg{
display: none;
}
.home .footer {
position: absolute;
left:0;
bottom: 0;
z-index: 999;
}
}
@media screen and (min-width: 1601px){
.home .download{
position: relative;
}
.home .download .bg{
display: block;
}
}
/** HeaderMenu **/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#cssmenu {
height: 100%;
}
#cssmenu > ul {
background: #FFBB00;
}
#cssmenu #menu-button {
display: none;
}
#cssmenu {
width: auto;
font-family: 'Open Sans', sans-serif;
line-height: 1;
}
#menu-line {
position: absolute;
bottom: 0;
left: 0;
z-index: 9;
height: 4px;
background: #fff;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
float: left;
}
#cssmenu.align-center > ul {
font-size: 0;
text-align: center;
}
#cssmenu.align-center > ul > li {
display: inline-block;
float: none;
}
#cssmenu.align-center ul ul {
text-align: left;
}
#cssmenu.align-right > ul > li {
float: right;
}
#cssmenu.align-right ul ul {
text-align: right;
}
#cssmenu > ul > li > a {
padding: 12px 22px;
height: 60px;
line-height: 36px;
font-size: 15px;
text-decoration: none;
text-transform: uppercase;
color: #353535;
-webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
color: #fff;
}
#cssmenu > ul > li.has-sub > a {
padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
position: absolute;
top: 21px;
right: 10px;
width: 4px;
height: 4px;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
content: "";
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
border-color: #009ae1;
}
#cssmenu ul ul {
position: absolute;
left: -9999px;
}
#cssmenu li:hover > ul {
left: auto;
}
#cssmenu.align-right li:hover > ul {
right: 0;
}
#cssmenu ul ul ul {
margin-left: 100%;
top: 0;
}
#cssmenu.align-right ul ul ul {
margin-left: 0;
margin-right: 100%;
}
#cssmenu ul ul li {
height: 0;
-webkit-transition: height .2s ease;
-moz-transition: height .2s ease;
-ms-transition: height .2s ease;
-o-transition: height .2s ease;
transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
height: 32px;
}
#cssmenu ul ul li a {
padding: 10px 20px;
width: 160px;
font-size: 12px;
background: #333333;
text-decoration: none;
color: #dddddd;
-webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
position: absolute;
top: 13px;
right: 10px;
width: 4px;
height: 4px;
border-bottom: 1px solid #dddddd;
border-right: 1px solid #dddddd;
content: "";
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
right: auto;
left: 10px;
border-bottom: 0;
border-right: 0;
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#cssmenu {
width: 100%;
}
#cssmenu ul {
width: 100%;
display: none;
}
#cssmenu.align-center > ul,
#cssmenu.align-right ul ul {
text-align: left;
}
#cssmenu ul li,
#cssmenu ul ul li,
#cssmenu ul li:hover > ul > li {
width: 100%;
height: auto;
border-top: 1px solid rgba(120, 120, 120, 0.15);
}
#cssmenu ul li a,
#cssmenu ul ul li a {
width: 100%;
}
#cssmenu > ul > li,
#cssmenu.align-center > ul > li,
#cssmenu.align-right > ul > li {
float: none;
display: block;
}
#cssmenu ul ul li a {
padding: 20px 20px 20px 30px;
font-size: 12px;
color: #000000;
background: none;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
color: #000000;
}
#cssmenu ul ul ul li a {
padding-left: 40px;
}
#cssmenu ul ul,
#cssmenu ul ul ul {
position: relative;
left: 0;
right: auto;
width: 100%;
margin: 0;
}
#cssmenu > ul > li.has-sub > a::after,
#cssmenu ul ul li.has-sub > a::after {
display: none;
}
#menu-line {
display: none;
}
#cssmenu #menu-button {
display: block;
height: 100%;
color: #000;
cursor: pointer;
font-size: 14px;
text-transform: uppercase;
}
#cssmenu #menu-button::after {
content: '';
position: absolute;
top: 25px;
right: 20px;
display: block;
width: 15px;
height: 2px;
background: #000000;
}
#cssmenu #menu-button::before {
content: '';
position: absolute;
top: 30px;
right: 20px;
display: block;
width: 15px;
height: 3px;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
}
#cssmenu .submenu-button {
position: absolute;
z-index: 10;
right: 0;
top: 0;
display: block;
border-left: 1px solid rgba(120, 120, 120, 0.15);
height: 52px;
width: 52px;
cursor: pointer;
}
#cssmenu .submenu-button::after {
content: '';
position: absolute;
top: 21px;
left: 26px;
display: block;
width: 1px;
height: 11px;
background: #000000;
z-index: 99;
}
#cssmenu .submenu-button::before {
content: '';
position: absolute;
left: 21px;
top: 26px;
display: block;
width: 11px;
height: 1px;
background: #000000;
z-index: 99;
}
#cssmenu .submenu-button.submenu-opened:after {
display: none;
}
} | 0.354768 | 0.05715 |
html,body{
height: 100%;
}
.container-fluid{
min-height: 100%;
}
.login-container{
background: url("../img/login-bg2.png");
background-size: 99.9%;
}
.login-view-form{
/*width: 500px;*/
border:1px solid black;
background-color: #ffffff;
}
a{
color:white;
}
a:hover{
text-decoration: none;
color: #ffffff;
}
.login-view-form{
margin-top: 15%;
}
.login-view-title{
text-align: center;
margin-bottom: 40px;
}
.login-btn-signup{
background-color: black;
}
.login-message-warning{
position: relative;
color: red;
background-color: white;
top:170px;
text-align: center;
}
.login-message-success{
position: relative;
color: blue;
background-color: white;
top:170px;
text-align: center;
}
.signup-form{
margin-top: 15%;
background-color: rgba(0,0,0,0.2);
padding-bottom: 10px;
color: #ffffff;
}
.signup-title{
margin-top: 0px;
text-align: center;
margin-bottom:20px;
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
}
a.signup-to-login{
font-family: Arial;
text-decoration: underline;
}
li a{
color: black;
}
.header-layout img{
width: 100px;
height: 100px;
border-radius: 50px;
border:1px solid black;
float: left;
margin-top:25px;
}
.h3-header-layout{
position: relative;
top: 40px;
left: 10px;
color: #ffffff;
}
.header-layout{
height: 150px;
}
.h3-footer-layout{
color:white;
font-family: Arial;
font-size: 12px;
text-align: center;
}
.navbar-brand{
color: black;
font-size: 20px;
text-decoration: solid;
}
.navbar{
margin-bottom: 0;
}
.new-expense-form{
margin-top: 20px;
}
.table-header-homeview{
margin-top:20px;
margin-left:15px;
font-size: 18px;
}
.table-homeview{
margin-top:10px;
}
tr.expenses-number:first-child{
color: #ffffff;
background-color: rgba(0,0,0,0.8);
}
tr.expenses-number:first-child:hover{
color:black;
}
tr.expenses-number:nth-child(even){
background-color: rgba(0,0,0,0.2);
}
.expense-subtable-homeview{
width:400px;
margin-left: 1px;
float: left;
}
.header-table{
font-family: arial;
font-size: 14px;
}
.icon-money , .icon-description{
width: 20px;
height: 20px;
}
.section-input{
margin-top: 100px;
}
.body-registration{
/*color: #888;*/
background: url("/codeigniter-manager/assets/img/1.jpg");
}
.registration-message{
position: relative;
bottom:0px;
left:34%;
border:1px solid black;
text-align: center;
font-family: Arial;
font-size: 20px;
color: #ffffff;
position: relative;
top:50px;
} | assets/css/style.css | html,body{
height: 100%;
}
.container-fluid{
min-height: 100%;
}
.login-container{
background: url("../img/login-bg2.png");
background-size: 99.9%;
}
.login-view-form{
/*width: 500px;*/
border:1px solid black;
background-color: #ffffff;
}
a{
color:white;
}
a:hover{
text-decoration: none;
color: #ffffff;
}
.login-view-form{
margin-top: 15%;
}
.login-view-title{
text-align: center;
margin-bottom: 40px;
}
.login-btn-signup{
background-color: black;
}
.login-message-warning{
position: relative;
color: red;
background-color: white;
top:170px;
text-align: center;
}
.login-message-success{
position: relative;
color: blue;
background-color: white;
top:170px;
text-align: center;
}
.signup-form{
margin-top: 15%;
background-color: rgba(0,0,0,0.2);
padding-bottom: 10px;
color: #ffffff;
}
.signup-title{
margin-top: 0px;
text-align: center;
margin-bottom:20px;
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
}
a.signup-to-login{
font-family: Arial;
text-decoration: underline;
}
li a{
color: black;
}
.header-layout img{
width: 100px;
height: 100px;
border-radius: 50px;
border:1px solid black;
float: left;
margin-top:25px;
}
.h3-header-layout{
position: relative;
top: 40px;
left: 10px;
color: #ffffff;
}
.header-layout{
height: 150px;
}
.h3-footer-layout{
color:white;
font-family: Arial;
font-size: 12px;
text-align: center;
}
.navbar-brand{
color: black;
font-size: 20px;
text-decoration: solid;
}
.navbar{
margin-bottom: 0;
}
.new-expense-form{
margin-top: 20px;
}
.table-header-homeview{
margin-top:20px;
margin-left:15px;
font-size: 18px;
}
.table-homeview{
margin-top:10px;
}
tr.expenses-number:first-child{
color: #ffffff;
background-color: rgba(0,0,0,0.8);
}
tr.expenses-number:first-child:hover{
color:black;
}
tr.expenses-number:nth-child(even){
background-color: rgba(0,0,0,0.2);
}
.expense-subtable-homeview{
width:400px;
margin-left: 1px;
float: left;
}
.header-table{
font-family: arial;
font-size: 14px;
}
.icon-money , .icon-description{
width: 20px;
height: 20px;
}
.section-input{
margin-top: 100px;
}
.body-registration{
/*color: #888;*/
background: url("/codeigniter-manager/assets/img/1.jpg");
}
.registration-message{
position: relative;
bottom:0px;
left:34%;
border:1px solid black;
text-align: center;
font-family: Arial;
font-size: 20px;
color: #ffffff;
position: relative;
top:50px;
} | 0.324771 | 0.063424 |
@font-face {
font-family: 'MyWebFont';
src: url(Fonts/depp.ttf);
}
@font-face {
font-family: 'StampFont';
src: url(Fonts/stamp.otf) format("opentype");
}
html {
height: 100%;
}
* {
font-family: 'MyWebFont';
}
div, html, body, footer,img {
box-sizing: border-box;
}
/*Impacts Welcome Heading and Subheading*/
#welcomeAndTag {
height: 100%;
width: 33%;
float: left;
padding-left: 1%;
padding-top: 1%;
}
#welcome {
font-size: 42px;
}
#tagLine {
margin-top: 10px;
font-size: 30px;
}
.twoThirdsCover {
width : 66%;
display: inline-block;
height: 100%;
}
#difficultyStamp {
font-family: 'StampFont';
}
.time {
width: 45%;
display: inline-block;
}
.mid {
width:100%;
font-size: 42px;
margin-top:1%;
}
/*Impacts All Buttons on Page*/
button {
width: 100%;
margin: 1%;
border-radius: 5px;
transition-duration: 0.1s;
padding-top:2%;
}
button.subMenu {
font-size: 24px;
}
button:hover {
background-color: tan;
color: white;
box-shadow: 10px 10px 5px rgba(0,0,0,0.24);
}
/*Impacts Menu Buttons */
button.menuButton{
background-image: url(Images/Buttons/plank.jpg);
background-color: transparent;
color: hsl(45, 39%, 68%) ;
width: 50%;
border-width: 0.0px;
border-color:blanchedalmond ;
height: 20%;
font-size: 35px;
transition: transform 1s;
float: none;
display: inline-block;
margin: 2%;
}
button.menuButton:hover {
color: hsl(37, 59%, 60%);
transform: scale(1.2);
}
button.menuButton:active {
border-color:blanchedalmond;
text-decoration: line-through ;
}
/*Impacts Body Elements*/
#gradient {
height: 100%;
background-image: linear-gradient(to bottom right, rgba(255, 254, 255, 0.5) , rgba(0, 0, 0, 0.8));
margin: 0;
}
body {
background-image: url(./Images/Background/Background.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 100%;
margin: 0;
}
/*Welcome Page */
#menuToggle {
height: 100%;
display: none;
}
#menuBox {
background-image: linear-gradient(to bottom right, rgba(214, 195, 177, 0.5) , rgba(0, 0, 0, 0.8));
display: block;
height: auto;
width: 50%;
position: relative;
text-align: center;
top: 25%;
left: 25%;
font-size: 45px;
border-color:hsl(35, 14%, 30%);
border-style: double;
animation-name: slide;
animation-duration: 2s;
}
#chooseAv {
width:100%;
}
img {
width: 100px;
height: 160px;
padding-top:5%;
}
p {
margin: 0;
font-size: 35px;
}
@keyframes slide {
from {opacity: 0.01; top: 0%;}
to {opacity: 1; top:25%;}
}
#brandNewGame {
float: none;
display: inline-block;
}
.newGameStat {
display: inline-block;
text-align: left;
width: 48%;
font-size: 35px;
margin-right:1%;
}
.avatar {
width: 33%;
float: left;
border-color: rgba(0, 0, 0, 0.8);
border-width: 1px;
border-style: solid;
margin-top:1%;
cursor: pointer;
}
.chosen {
border-style: solid;
border-width: 1px;
border-color: hsl(51, 28%, 68%);
}
input{
padding: 12px 20px;
box-sizing: border-box;
width:100%;
margin-right: 5px;
font-size: 25px;
}
input:focus {
border: 3px solid hsl(32, 11%, 37%, 0.5);
background-color: hsl(51, 28%, 68%);
}
select {
padding: 12px 20px;
width: 100%;
font-size: 25px;
}
select:focus {
border: 3px solid hsl(32, 11%, 37%, 0.5);
background-color: hsl(51, 28%, 68%);
}
.numerals {
font-family: Numerals;
font-weight: bold;
}
.cover {
background-color: hsl(32, 11%, 37%, 0.5);
margin-bottom: 0.3%;
}
.cover.blurb {
height: 15%;
}
.cover.game {
height: 79%;
}
#blurb {
padding: 5px;
width: auto;
height: 100%;
}
#gameArea {
font-size: 30px;
width: auto;
height: 100%;
display: flex;
position: relative;
}
#stats {
position: absolute;
top: 0px;
margin: 2%;
width: calc(96% - 20px);
padding-top:10px;
padding-left:10px;
}
.stat {
display: inline-block;
width: 24%;
}
#healthStat .progressBar {
background-color: rgb(190, 30, 30);
}
#hungerStat .progressBar {
background-color: rgb(218, 132, 20);
}
#sleepStat .progressBar {
background-color: rgb(16, 9, 71);
}
.progressBar {
display: inline-block;
height:50px;
border-radius: 1.5em;
color: white;
font-size: 30px;
padding-left: .3em;
}
.statDetail {
position: absolute;
width: 50%;
display: inline-block;
padding-left: .1em;
padding-top: 0.2em;
}
.percStat {
padding-left:50%;
}
.coverstat {
width: 80%;
display: inline-block;
height: 50px;
border-radius: 1.5em;
background-color: rgba(169,169,169,0.5);
position: relative;
}
.money {
background-color: transparent;
}
#centralGameArea {
margin: 2%;
border-color: hsl(35, 14%, 30%);
border-style: ridge;
width: 98%;
overflow: auto;
}
.farmPlot {
position: absolute;
left: 0;
top: 0;
}
#farms {
position: relative;
}
.farmPlotBorder {
border-style: solid;
border-color: black;
border-radius: 1px;
}
.foot {
width:33%;
padding-left: 20px;
display: inline-block;
}
.subFoot {
width: 49%;
display: inline-block;
padding-left: 20%;
height: 100%;
}
.fab {
font-size: 40px;
width:fit-content
}
.fas {
font-size: 50px;
width:fit-content;
}
.far {
font-size: 50px;
width:fit-content
}
.fas.fa-heart {
color: rgb(190, 30, 30);
}
.far.fa-heart {
color:rgb(190,30,30);
}
.fas.fa-drumstick-bite {
color: rgb(218, 132, 20);
}
.fas.fa-moon{
color: rgb(16, 9, 71);
}
.far.fa-moon {
color: rgb(16, 9, 71);
}
.fas.fa-coins {
color: rgb(197, 185, 20);
}
/* Styling the links on the page */
a:link {
color: hsl(51, 28%, 68%);
}
a:hover {
color: hsl(37, 59%, 60%);
}
a:active {
color: hsl(19, 73%, 45%);
}
a:visited {
color: hsl(51, 28%, 68%);
}
/*Scrollbar*/
/* width */
::-webkit-scrollbar {
width: 20px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: hsl(19, 33%, 43%);
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: hsl(29, 70%, 65%);
}
/*Buttons on scrollbar */
::-webkit-scrollbar-corner {
background: transparent;
}
#socials {
text-align: right;
}
.animal {
height: 238px;
width: 100px;
background: url(./Images/Animals/bunny.png)
} | style.css | @font-face {
font-family: 'MyWebFont';
src: url(Fonts/depp.ttf);
}
@font-face {
font-family: 'StampFont';
src: url(Fonts/stamp.otf) format("opentype");
}
html {
height: 100%;
}
* {
font-family: 'MyWebFont';
}
div, html, body, footer,img {
box-sizing: border-box;
}
/*Impacts Welcome Heading and Subheading*/
#welcomeAndTag {
height: 100%;
width: 33%;
float: left;
padding-left: 1%;
padding-top: 1%;
}
#welcome {
font-size: 42px;
}
#tagLine {
margin-top: 10px;
font-size: 30px;
}
.twoThirdsCover {
width : 66%;
display: inline-block;
height: 100%;
}
#difficultyStamp {
font-family: 'StampFont';
}
.time {
width: 45%;
display: inline-block;
}
.mid {
width:100%;
font-size: 42px;
margin-top:1%;
}
/*Impacts All Buttons on Page*/
button {
width: 100%;
margin: 1%;
border-radius: 5px;
transition-duration: 0.1s;
padding-top:2%;
}
button.subMenu {
font-size: 24px;
}
button:hover {
background-color: tan;
color: white;
box-shadow: 10px 10px 5px rgba(0,0,0,0.24);
}
/*Impacts Menu Buttons */
button.menuButton{
background-image: url(Images/Buttons/plank.jpg);
background-color: transparent;
color: hsl(45, 39%, 68%) ;
width: 50%;
border-width: 0.0px;
border-color:blanchedalmond ;
height: 20%;
font-size: 35px;
transition: transform 1s;
float: none;
display: inline-block;
margin: 2%;
}
button.menuButton:hover {
color: hsl(37, 59%, 60%);
transform: scale(1.2);
}
button.menuButton:active {
border-color:blanchedalmond;
text-decoration: line-through ;
}
/*Impacts Body Elements*/
#gradient {
height: 100%;
background-image: linear-gradient(to bottom right, rgba(255, 254, 255, 0.5) , rgba(0, 0, 0, 0.8));
margin: 0;
}
body {
background-image: url(./Images/Background/Background.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 100%;
margin: 0;
}
/*Welcome Page */
#menuToggle {
height: 100%;
display: none;
}
#menuBox {
background-image: linear-gradient(to bottom right, rgba(214, 195, 177, 0.5) , rgba(0, 0, 0, 0.8));
display: block;
height: auto;
width: 50%;
position: relative;
text-align: center;
top: 25%;
left: 25%;
font-size: 45px;
border-color:hsl(35, 14%, 30%);
border-style: double;
animation-name: slide;
animation-duration: 2s;
}
#chooseAv {
width:100%;
}
img {
width: 100px;
height: 160px;
padding-top:5%;
}
p {
margin: 0;
font-size: 35px;
}
@keyframes slide {
from {opacity: 0.01; top: 0%;}
to {opacity: 1; top:25%;}
}
#brandNewGame {
float: none;
display: inline-block;
}
.newGameStat {
display: inline-block;
text-align: left;
width: 48%;
font-size: 35px;
margin-right:1%;
}
.avatar {
width: 33%;
float: left;
border-color: rgba(0, 0, 0, 0.8);
border-width: 1px;
border-style: solid;
margin-top:1%;
cursor: pointer;
}
.chosen {
border-style: solid;
border-width: 1px;
border-color: hsl(51, 28%, 68%);
}
input{
padding: 12px 20px;
box-sizing: border-box;
width:100%;
margin-right: 5px;
font-size: 25px;
}
input:focus {
border: 3px solid hsl(32, 11%, 37%, 0.5);
background-color: hsl(51, 28%, 68%);
}
select {
padding: 12px 20px;
width: 100%;
font-size: 25px;
}
select:focus {
border: 3px solid hsl(32, 11%, 37%, 0.5);
background-color: hsl(51, 28%, 68%);
}
.numerals {
font-family: Numerals;
font-weight: bold;
}
.cover {
background-color: hsl(32, 11%, 37%, 0.5);
margin-bottom: 0.3%;
}
.cover.blurb {
height: 15%;
}
.cover.game {
height: 79%;
}
#blurb {
padding: 5px;
width: auto;
height: 100%;
}
#gameArea {
font-size: 30px;
width: auto;
height: 100%;
display: flex;
position: relative;
}
#stats {
position: absolute;
top: 0px;
margin: 2%;
width: calc(96% - 20px);
padding-top:10px;
padding-left:10px;
}
.stat {
display: inline-block;
width: 24%;
}
#healthStat .progressBar {
background-color: rgb(190, 30, 30);
}
#hungerStat .progressBar {
background-color: rgb(218, 132, 20);
}
#sleepStat .progressBar {
background-color: rgb(16, 9, 71);
}
.progressBar {
display: inline-block;
height:50px;
border-radius: 1.5em;
color: white;
font-size: 30px;
padding-left: .3em;
}
.statDetail {
position: absolute;
width: 50%;
display: inline-block;
padding-left: .1em;
padding-top: 0.2em;
}
.percStat {
padding-left:50%;
}
.coverstat {
width: 80%;
display: inline-block;
height: 50px;
border-radius: 1.5em;
background-color: rgba(169,169,169,0.5);
position: relative;
}
.money {
background-color: transparent;
}
#centralGameArea {
margin: 2%;
border-color: hsl(35, 14%, 30%);
border-style: ridge;
width: 98%;
overflow: auto;
}
.farmPlot {
position: absolute;
left: 0;
top: 0;
}
#farms {
position: relative;
}
.farmPlotBorder {
border-style: solid;
border-color: black;
border-radius: 1px;
}
.foot {
width:33%;
padding-left: 20px;
display: inline-block;
}
.subFoot {
width: 49%;
display: inline-block;
padding-left: 20%;
height: 100%;
}
.fab {
font-size: 40px;
width:fit-content
}
.fas {
font-size: 50px;
width:fit-content;
}
.far {
font-size: 50px;
width:fit-content
}
.fas.fa-heart {
color: rgb(190, 30, 30);
}
.far.fa-heart {
color:rgb(190,30,30);
}
.fas.fa-drumstick-bite {
color: rgb(218, 132, 20);
}
.fas.fa-moon{
color: rgb(16, 9, 71);
}
.far.fa-moon {
color: rgb(16, 9, 71);
}
.fas.fa-coins {
color: rgb(197, 185, 20);
}
/* Styling the links on the page */
a:link {
color: hsl(51, 28%, 68%);
}
a:hover {
color: hsl(37, 59%, 60%);
}
a:active {
color: hsl(19, 73%, 45%);
}
a:visited {
color: hsl(51, 28%, 68%);
}
/*Scrollbar*/
/* width */
::-webkit-scrollbar {
width: 20px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: hsl(19, 33%, 43%);
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: hsl(29, 70%, 65%);
}
/*Buttons on scrollbar */
::-webkit-scrollbar-corner {
background: transparent;
}
#socials {
text-align: right;
}
.animal {
height: 238px;
width: 100px;
background: url(./Images/Animals/bunny.png)
} | 0.368633 | 0.098209 |
body {
background-color: #000000;
color: #fff;
}
.navbar {
background-image: linear-gradient(to right, #969292, #3a3a3a, #1a1a1a, #000);
}
.navbar-brand img {
width: 200px;
}
/* .nav-item {
padding: 0 5px;
} */
.nav-link {
color: #8ec63f !important;
font-weight: 700;
padding: 15px !important;
}
.navbar-toggler i {
color: #fff;
}
.dropdown-item {
color: #416b06;
}
.footer {
background-color: #1a1a1a !important;
}
.footer_detail {
display: flex;
}
.footer_icons i {
color: #8ec63f;
font-size: 24px;
padding: 30px 10px;
}
.footer_icons a,
.footer_icons a:hover {
text-decoration: none;
}
main {
margin-top: 105px;
min-height: 80vh;
}
.carousel-item img {
width: 100%;
}
.carousel-caption {
bottom: 30% !important;
right: auto !important;
text-align: left !important;
}
.carousel-caption h1 {
color: #8ec63f;
font-weight: 800;
text-shadow: 2px 2px black;
}
.flip-card {
background-color: transparent;
width: 100%;
height: 300px;
perspective: 1000px;
margin: 10px 0;
}
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-card-front {
color: black;
}
.flip-card-back {
background-color: #1d1f1f;
color: white;
transform: rotateY(180deg);
padding-top: 50px;
border: solid 3px #fff;
}
.flip-card-back a,
.flip-card-back a:hover {
text-decoration: none;
}
.gallery {
position: relative;
border: solid 3px #fff;
}
.gallery_title {
position: absolute;
top: 50%;
transform: translate(0%, -50%);
color: #fff;
}
.gallery_title h1,
.flip-card-back h1 {
font-size: 2rem !important;
}
.home_gallery {
margin: 15px 0;
}
.home_gallery img {
width: 100%;
opacity: 0.5;
height: 280px;
}
.banner {
width: 100%;
height: 300px;
background-image: url('../img/banner.gif');
background-size: cover;
}
.details_section a,
.details_section a:hover {
color: #fff;
text-decoration: none;
}
.detail_body .table {
color: #fff !important;
}
@media (max-width: 768px) {
.navbar-brand img {
width: 130px;
}
.carousel-caption {
bottom: 0 !important;
}
.carousel-caption h1 {
font-size: 24px;
}
.flip-card {
margin: 20px 0;
}
main {
margin-top: 80px;
}
} | public/assets/css/main.css | body {
background-color: #000000;
color: #fff;
}
.navbar {
background-image: linear-gradient(to right, #969292, #3a3a3a, #1a1a1a, #000);
}
.navbar-brand img {
width: 200px;
}
/* .nav-item {
padding: 0 5px;
} */
.nav-link {
color: #8ec63f !important;
font-weight: 700;
padding: 15px !important;
}
.navbar-toggler i {
color: #fff;
}
.dropdown-item {
color: #416b06;
}
.footer {
background-color: #1a1a1a !important;
}
.footer_detail {
display: flex;
}
.footer_icons i {
color: #8ec63f;
font-size: 24px;
padding: 30px 10px;
}
.footer_icons a,
.footer_icons a:hover {
text-decoration: none;
}
main {
margin-top: 105px;
min-height: 80vh;
}
.carousel-item img {
width: 100%;
}
.carousel-caption {
bottom: 30% !important;
right: auto !important;
text-align: left !important;
}
.carousel-caption h1 {
color: #8ec63f;
font-weight: 800;
text-shadow: 2px 2px black;
}
.flip-card {
background-color: transparent;
width: 100%;
height: 300px;
perspective: 1000px;
margin: 10px 0;
}
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-card-front {
color: black;
}
.flip-card-back {
background-color: #1d1f1f;
color: white;
transform: rotateY(180deg);
padding-top: 50px;
border: solid 3px #fff;
}
.flip-card-back a,
.flip-card-back a:hover {
text-decoration: none;
}
.gallery {
position: relative;
border: solid 3px #fff;
}
.gallery_title {
position: absolute;
top: 50%;
transform: translate(0%, -50%);
color: #fff;
}
.gallery_title h1,
.flip-card-back h1 {
font-size: 2rem !important;
}
.home_gallery {
margin: 15px 0;
}
.home_gallery img {
width: 100%;
opacity: 0.5;
height: 280px;
}
.banner {
width: 100%;
height: 300px;
background-image: url('../img/banner.gif');
background-size: cover;
}
.details_section a,
.details_section a:hover {
color: #fff;
text-decoration: none;
}
.detail_body .table {
color: #fff !important;
}
@media (max-width: 768px) {
.navbar-brand img {
width: 130px;
}
.carousel-caption {
bottom: 0 !important;
}
.carousel-caption h1 {
font-size: 24px;
}
.flip-card {
margin: 20px 0;
}
main {
margin-top: 80px;
}
} | 0.522202 | 0.106737 |
position: fixed;
right: 10px;
margin: 0 auto 10px;
top:50px;
right:0px;
}
div#point
{
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #53C8EE),
color-stop(1, #75F0FF)
);
background-image: -o-linear-gradient(bottom, #53C8EE 0%, #75F0FF 100%);
background-image: -moz-linear-gradient(bottom, #53C8EE 0%, #75F0FF 100%);
background-image: -webkit-linear-gradient(bottom, #53C8EE 0%, #75F0FF 100%);
background-image: -ms-linear-gradient(bottom, #53C8EE 0%, #75F0FF 100%);
background-image: linear-gradient(to bottom, #53C8EE 0%, #75F0FF 100%);
width: 3px;
height: 3px;
position: relative;
background-color: blue;
/*border: 3px solid blue;*/
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
position: absolute;
/*-webkit-transform-style: preserve-3d;
-webkit-transform: rotateX(80deg) rotateY(20deg);*/
-webkit-animation:drawpoint 3s linear infinite;
}
div#message.animation {
position: relative;
/*right: -85%;*/
float: left;
-webkit-border-radius: 5px 0px 0px 5px;
height: 22px;
padding-right: 15px;
padding-left: 10px;
opacity: 0;
-webkit-animation:showmessage 0.5s ease 0.2s 1 forwards, hidemessage 2s ease 3s 1 forwards;
}
div#circle1 {
position: absolute;
float: left;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
width: 22px;
height: 22px;
right: 20px;
-webkit-animation:movingfirst 0.2s ease 1s 1 forwards;
}
div#circle2 {
position: absolute;
float: left;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
width: 22px;
height: 22px;
right: 20px;
opacity: 0;
-webkit-animation:movingsecond 0.2s ease 5s 1 forwards;
}
@-webkit-keyframes drawpoint {
0% {left:0%; }
25% {left:25%; -webkit-transform: translateY(-20px)}
50% {left:50%; -webkit-transform: translateY(20px)}
70% {left:70%; -webkit-transform: translateY(-10px)}
75% {left:75%; -webkit-transform: translateY(10px)}
100% {left:100%;}
}
@-webkit-keyframes showmessage {
0% {}
100% {right:0%;opacity: 1;-webkit-transform: scale(1.0)}
}
@-webkit-keyframes hidemessage {
0% {opacity: 1;}
100% {opacity: 0;}
}
@-webkit-keyframes movingfirst {
0% {}
100% {-webkit-transform: scale(0);}
}
@-webkit-keyframes movingsecond {
0% {}
100% {-webkit-transform: scale(1);opacity: 1.0}
}
/* #ease.test_box {
-webkit-transition: all 4s ease;
-moz-transition: all 4s ease;
-o-transition: all 4s ease;
transition: all 4s ease; border:1px #f00 solid;
}
#ease-in.test_box {
-webkit-transition: all 4s ease-in;
-moz-transition: all 4s ease-in;
-o-transition: all 4s ease-in;
transition: all 4s ease-in; border:1px #0f0 solid;
}
#ease-out.test_box {
-webkit-transition: all 4s ease-out;
-moz-transition: all 4s ease-out;
-o-transition: all 4s ease-out;
transition: all 4s ease-out; border:1px #00f solid;
}
#ease-in-out.test_box {
-webkit-transition: all 4s ease-in-out;
-moz-transition: all 4s ease-in-out;
-o-transition: all 4s ease-in-out;
transition: all 4s ease-in-out; border:1px #ff0 solid;
}
#linear.test_box {
-webkit-transition: all 4s linear;
-moz-transition: all 4s linear;
-o-transition: all 4s linear;
transition: all 4s linear; border:1px #f0f solid;
}
#custom.test_box {
-webkit-transition: all 4s cubic-bezier(1.000, 0.835, 0.000, 0.945);
-moz-transition: all 4s cubic-bezier(1.000, 0.835, 0.000, 0.945);
-o-transition: all 4s cubic-bezier(1.000, 0.835, 0.000, 0.945);
transition: all 4s cubic-bezier(1.000, 0.835, 0.000, 0.945); border:1px #0ff solid;
}
#negative.test_box {
-webkit-transition: all 4s cubic-bezier(1.000, -0.530, 0.405, 1.425);
-moz-transition: all 4s cubic-bezier(1.000, -0.530, 0.405, 1.425);
-o-transition: all 4s cubic-bezier(1.000, -0.530, 0.405, 1.425);
transition: all 4s cubic-bezier(1.000, -0.530, 0.405, 1.425); border:1px #000 dotted;
}*/ | src/ng-notification.css | position: fixed;
right: 10px;
margin: 0 auto 10px;
top:50px;
right:0px;
}
div#point
{
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #53C8EE),
color-stop(1, #75F0FF)
);
background-image: -o-linear-gradient(bottom, #53C8EE 0%, #75F0FF 100%);
background-image: -moz-linear-gradient(bottom, #53C8EE 0%, #75F0FF 100%);
background-image: -webkit-linear-gradient(bottom, #53C8EE 0%, #75F0FF 100%);
background-image: -ms-linear-gradient(bottom, #53C8EE 0%, #75F0FF 100%);
background-image: linear-gradient(to bottom, #53C8EE 0%, #75F0FF 100%);
width: 3px;
height: 3px;
position: relative;
background-color: blue;
/*border: 3px solid blue;*/
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
position: absolute;
/*-webkit-transform-style: preserve-3d;
-webkit-transform: rotateX(80deg) rotateY(20deg);*/
-webkit-animation:drawpoint 3s linear infinite;
}
div#message.animation {
position: relative;
/*right: -85%;*/
float: left;
-webkit-border-radius: 5px 0px 0px 5px;
height: 22px;
padding-right: 15px;
padding-left: 10px;
opacity: 0;
-webkit-animation:showmessage 0.5s ease 0.2s 1 forwards, hidemessage 2s ease 3s 1 forwards;
}
div#circle1 {
position: absolute;
float: left;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
width: 22px;
height: 22px;
right: 20px;
-webkit-animation:movingfirst 0.2s ease 1s 1 forwards;
}
div#circle2 {
position: absolute;
float: left;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
width: 22px;
height: 22px;
right: 20px;
opacity: 0;
-webkit-animation:movingsecond 0.2s ease 5s 1 forwards;
}
@-webkit-keyframes drawpoint {
0% {left:0%; }
25% {left:25%; -webkit-transform: translateY(-20px)}
50% {left:50%; -webkit-transform: translateY(20px)}
70% {left:70%; -webkit-transform: translateY(-10px)}
75% {left:75%; -webkit-transform: translateY(10px)}
100% {left:100%;}
}
@-webkit-keyframes showmessage {
0% {}
100% {right:0%;opacity: 1;-webkit-transform: scale(1.0)}
}
@-webkit-keyframes hidemessage {
0% {opacity: 1;}
100% {opacity: 0;}
}
@-webkit-keyframes movingfirst {
0% {}
100% {-webkit-transform: scale(0);}
}
@-webkit-keyframes movingsecond {
0% {}
100% {-webkit-transform: scale(1);opacity: 1.0}
}
/* #ease.test_box {
-webkit-transition: all 4s ease;
-moz-transition: all 4s ease;
-o-transition: all 4s ease;
transition: all 4s ease; border:1px #f00 solid;
}
#ease-in.test_box {
-webkit-transition: all 4s ease-in;
-moz-transition: all 4s ease-in;
-o-transition: all 4s ease-in;
transition: all 4s ease-in; border:1px #0f0 solid;
}
#ease-out.test_box {
-webkit-transition: all 4s ease-out;
-moz-transition: all 4s ease-out;
-o-transition: all 4s ease-out;
transition: all 4s ease-out; border:1px #00f solid;
}
#ease-in-out.test_box {
-webkit-transition: all 4s ease-in-out;
-moz-transition: all 4s ease-in-out;
-o-transition: all 4s ease-in-out;
transition: all 4s ease-in-out; border:1px #ff0 solid;
}
#linear.test_box {
-webkit-transition: all 4s linear;
-moz-transition: all 4s linear;
-o-transition: all 4s linear;
transition: all 4s linear; border:1px #f0f solid;
}
#custom.test_box {
-webkit-transition: all 4s cubic-bezier(1.000, 0.835, 0.000, 0.945);
-moz-transition: all 4s cubic-bezier(1.000, 0.835, 0.000, 0.945);
-o-transition: all 4s cubic-bezier(1.000, 0.835, 0.000, 0.945);
transition: all 4s cubic-bezier(1.000, 0.835, 0.000, 0.945); border:1px #0ff solid;
}
#negative.test_box {
-webkit-transition: all 4s cubic-bezier(1.000, -0.530, 0.405, 1.425);
-moz-transition: all 4s cubic-bezier(1.000, -0.530, 0.405, 1.425);
-o-transition: all 4s cubic-bezier(1.000, -0.530, 0.405, 1.425);
transition: all 4s cubic-bezier(1.000, -0.530, 0.405, 1.425); border:1px #000 dotted;
}*/ | 0.360264 | 0.112844 |
.color-navbar{
background-color: #FAB73A;
}
.img-fluid2{
max-width: 100%;
height: auto;
}
.login__block__header>img{
max-width: 100%;
height: auto;
}
.footer{
color:darkgray;
font-size:15px;
padding: 1rem 0;
}
.switch{
margin: 12px 0px 0px 0px;
}
.footer>p{
color: #000000;
width:auto;
}
.notifica{
width: auto;
font-size: medium;
text-align: end;
float: right;
margin-top: -40px;
}
.boton{
color: #ffffff;
background-color:rgb(250, 183, 58);
border-color: #ffffff;
}
.zmdi-more-vert{
color: rgba(0,0,0,.7);
}
.galeria{
width: 95%;
margin: auto;
background: black;
color: bisque;
padding: 20px 10px 20px 10px;
border-radius: 10px;
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.6);
}
.galeria img{
width: 200px;
height: auto;
border: 1px solid white;
padding: 1px;
margin-right: 10px;
margin-bottom: 10px;
border: 2px solid bisque;
border-radius: 5px;
margin-top: 15px;
display: flex;
}
.galeria img:hover{
background: rgba(180, 172, 172, 0.8);
cursor: pointer;
}
#ver_clave{
margin-top: 15px;
}
#ver_clave:hover{
background: rgba(97, 93, 93, 0.85);
cursor: pointer;
}
table tr{
text-align: center;
}
.aling-izquierda{
text-align: left;
}
#body_img{
background: #000000;
}
.contenido {
margin: 0px 50px 15px 50px;
display: grid;
}
.contenido table{
text-align: center;
}
.contenido table img{
max-width: 70%;
max-height: 46%;
min-width: fit-content;
min-height: fit-content;
}
/* ! Cambio opacidad login */
.login__block{
background-color: rgba(0,0,0,.8);
}
@media (max-width: 600px) {
.modal.show .modal-dialog{
transform:translate(0,105px);
}
}
@media (max-width: 969px) {
.notifica{
font-size: 15px;
margin-top: 5px;
text-align: start;
}
.modal.show .modal-dialog{
transform:translate(0,50px);
}
}
.toast-bottom-center {
bottom: 30%;
}
/* Cambio opacidad login */
.login__block{
background-color: rgba(0,0,0,.8);
}
/* Colores institucional */
.color_institucional{
color: #FFD600;
}
.btn_institucional{
background-color: #FFD600;
color: white;
}
.btn_institucional:hover{
background-color: #0077DD;
color: white;
}
.back_institucional{
background-color: #FFD600;
}
/*Modal de confirmacion */
.modal-confirm {
color: #636363;
width: 400px;
}
.modal-confirm .modal-content {
padding: 20px;
border-radius: 5px;
border: none;
text-align: center;
font-size: 14px;
}
.modal-confirm .modal-header {
border-bottom: none;
position: relative;
}
.modal-confirm h4 {
text-align: center;
font-size: 26px;
margin: 30px 0 -10px;
}
.modal-confirm .close {
position: absolute;
top: -5px;
right: -2px;
}
.modal-confirm .modal-body {
color: #999;
}
.modal-confirm .modal-footer {
border: none;
text-align: center;
border-radius: 5px;
font-size: 13px;
padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
color: #000000 !important;
}
.modal-confirm .icon-box {
width: 80px;
height: 80px;
margin: 0 auto;
border-radius: 50%;
z-index: 9;
text-align: center;
border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
color: #f15e5e;
font-size: 46px;
display: inline-block;
margin-top: 13px;
}
.modal-confirm .btn {
color: #fff;
border-radius: 4px;
background: #60c7c1;
text-decoration: none;
transition: all 0.4s;
line-height: normal;
min-width: 120px;
border: none;
min-height: 40px;
border-radius: 3px;
margin: 0 5px;
outline: none !important;
}
.modal-confirm .btn-info {
background: #e6e3e3;
/*border: 1px solid #626262; */
}
.modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
background: #a8a8a8;
}
.modal-confirm .btn-danger {
background: #f15e5e;
/*border: 1px solid #C00; */
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
background: #ee3535;
}
.trigger-btn {
display: inline-block;
margin: 100px auto;
} | public/css_old/estilos.css | .color-navbar{
background-color: #FAB73A;
}
.img-fluid2{
max-width: 100%;
height: auto;
}
.login__block__header>img{
max-width: 100%;
height: auto;
}
.footer{
color:darkgray;
font-size:15px;
padding: 1rem 0;
}
.switch{
margin: 12px 0px 0px 0px;
}
.footer>p{
color: #000000;
width:auto;
}
.notifica{
width: auto;
font-size: medium;
text-align: end;
float: right;
margin-top: -40px;
}
.boton{
color: #ffffff;
background-color:rgb(250, 183, 58);
border-color: #ffffff;
}
.zmdi-more-vert{
color: rgba(0,0,0,.7);
}
.galeria{
width: 95%;
margin: auto;
background: black;
color: bisque;
padding: 20px 10px 20px 10px;
border-radius: 10px;
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.6);
}
.galeria img{
width: 200px;
height: auto;
border: 1px solid white;
padding: 1px;
margin-right: 10px;
margin-bottom: 10px;
border: 2px solid bisque;
border-radius: 5px;
margin-top: 15px;
display: flex;
}
.galeria img:hover{
background: rgba(180, 172, 172, 0.8);
cursor: pointer;
}
#ver_clave{
margin-top: 15px;
}
#ver_clave:hover{
background: rgba(97, 93, 93, 0.85);
cursor: pointer;
}
table tr{
text-align: center;
}
.aling-izquierda{
text-align: left;
}
#body_img{
background: #000000;
}
.contenido {
margin: 0px 50px 15px 50px;
display: grid;
}
.contenido table{
text-align: center;
}
.contenido table img{
max-width: 70%;
max-height: 46%;
min-width: fit-content;
min-height: fit-content;
}
/* ! Cambio opacidad login */
.login__block{
background-color: rgba(0,0,0,.8);
}
@media (max-width: 600px) {
.modal.show .modal-dialog{
transform:translate(0,105px);
}
}
@media (max-width: 969px) {
.notifica{
font-size: 15px;
margin-top: 5px;
text-align: start;
}
.modal.show .modal-dialog{
transform:translate(0,50px);
}
}
.toast-bottom-center {
bottom: 30%;
}
/* Cambio opacidad login */
.login__block{
background-color: rgba(0,0,0,.8);
}
/* Colores institucional */
.color_institucional{
color: #FFD600;
}
.btn_institucional{
background-color: #FFD600;
color: white;
}
.btn_institucional:hover{
background-color: #0077DD;
color: white;
}
.back_institucional{
background-color: #FFD600;
}
/*Modal de confirmacion */
.modal-confirm {
color: #636363;
width: 400px;
}
.modal-confirm .modal-content {
padding: 20px;
border-radius: 5px;
border: none;
text-align: center;
font-size: 14px;
}
.modal-confirm .modal-header {
border-bottom: none;
position: relative;
}
.modal-confirm h4 {
text-align: center;
font-size: 26px;
margin: 30px 0 -10px;
}
.modal-confirm .close {
position: absolute;
top: -5px;
right: -2px;
}
.modal-confirm .modal-body {
color: #999;
}
.modal-confirm .modal-footer {
border: none;
text-align: center;
border-radius: 5px;
font-size: 13px;
padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
color: #000000 !important;
}
.modal-confirm .icon-box {
width: 80px;
height: 80px;
margin: 0 auto;
border-radius: 50%;
z-index: 9;
text-align: center;
border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
color: #f15e5e;
font-size: 46px;
display: inline-block;
margin-top: 13px;
}
.modal-confirm .btn {
color: #fff;
border-radius: 4px;
background: #60c7c1;
text-decoration: none;
transition: all 0.4s;
line-height: normal;
min-width: 120px;
border: none;
min-height: 40px;
border-radius: 3px;
margin: 0 5px;
outline: none !important;
}
.modal-confirm .btn-info {
background: #e6e3e3;
/*border: 1px solid #626262; */
}
.modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
background: #a8a8a8;
}
.modal-confirm .btn-danger {
background: #f15e5e;
/*border: 1px solid #C00; */
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
background: #ee3535;
}
.trigger-btn {
display: inline-block;
margin: 100px auto;
} | 0.257205 | 0.083928 |
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
fieldset {
border: 0;
}
a img {
border: 0;
}
.clear {
clear: both;
font-size: 0;
height: 0;
}
a {
color: #33805c;
text-decoration: none;
}
a:hover {
color: #2fa36c;
text-decoration: none;
}
/* General Styling and Structure
--------------------------------------------------------------------------------*/
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #444;
margin: 0;
padding: 0;
background: #f1f1f1;
}
p {
line-height: 1.5;
padding: .5em 0;
}
h1,
h2,
h3,
h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #444;
}
h1 {
font-size: 32px;
line-height: 1;
font-weight: normal;
}
h2,
h3 {
line-height: 1.2;
padding-bottom: 10px;
}
h2 {
padding: .3em 0;
}
h4 {
font-size: 14px;
line-height: 1.2;
margin-bottom: 5px;
}
.container {
width: 960px;
margin: 0 auto;
}
blockquote {
font-style:italic;
border-left:4px solid #ddd;
margin:10px 0 10px 0;
padding-left:20px;
line-height:1.5;
color:#888;
}
#header-wrap,
#navigation-wrap,
#banner-wrap,
#main-wrap,
#footer-wrap {
min-width: 960px;
}
#header,
#navigation,
#banner,
#main,
#footer {
width: 960px;
margin: 0 auto;
}
#header-wrap {
background: #1c1c1c url(header-bg.png) repeat-x;
}
#header {
line-height: 1;
padding: 25px 0;
}
#header a {
color: #3a6f56;
}
#header a:hover {
color: #fff;
}
/* Navigation
--------------------------------------------------------------------------------*/
#navigation-wrap {
background: #3a6f56;
margin: 0 0 30px;
}
#navigation {
line-height: 1;
padding: 6px 0 0;
}
#navigation ul {
}
#navigation li {
float: left;
position: relative;
padding: 0 9px 6px 7px;
}
#navigation li:hover,
#navigation li#active {
background: url(nav-l.png) no-repeat;
}
#navigation li a {
float: left;
display: block;
border: 0;
color: #fefefe;
font-size: 12px;
text-decoration: none;
padding: 7px 14px 7px 7px;
}
#navigation li a:hover,
#navigation li:hover a,
#navigation li#active a {
border: 0;
color: #fefefe;
background: url(nav-r.png) right top no-repeat;
}
/* Navigation Drop-Down Menu Customization
--------------------------------------------------------------------------------*/
#wsite-menus .wsite-menu li a {
padding: 7px;
color: #fff;
background: #264e3b !important;
border: 0;
border-bottom: 1px solid #1d3c2e;
}
#wsite-menus .wsite-menu li a:hover {
color: #fff;
background: #3a6f56 !important;
border: 0;
border-bottom: 1px solid #1d3c2e;
}
/* Header Area
----------------------------------------------------------------------------*/
#header {
width: 100%;
height: 70px;
}
#header,
#header table {
border-collapse: collapse;
border-spacing: 0;
}
#header td {
vertical-align: middle;
text-align: left;
}
#logo {
padding: 25px 0 25px 0;
}
#logo,
#logo a {
font-family: Arial, Helvetica, sans-serif;
font-size: 26px;
line-height: 1;
font-weight: normal;
color: #fff;
text-decoration: none;
}
#header-right {
padding: 0 0 0 10px;
}
#header-right table {
float: right;
width: 1px;
}
#header-right td {
padding: 0;
}
/* TOP RIGHT: Phone Number
--------------------------------------------------------------------------------*/
#header-right .phone-number .wsite-text {
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: right;
font-size: 13px;
display: block;
white-space: nowrap;
margin: 0 0 0 10px;
}
/* TOP RIGHT: Content Area
--------------------------------------------------------------------------------*/
#header-right .wsite-social {
vertical-align: middle;
margin: 0 0 0 10px;
}
.wsite-social-item {
width: 23px;
height: 23px;
margin: 0 0 0 3px;
background-image:url(social-grey.png);
}
.wsite-social-facebook {background-position:0 0;}
.wsite-social-facebook:hover {background-position:0 -23px;}
.wsite-social-facebook:active {background-position:0 -46px;}
.wsite-social-pinterest {background-position:-23px 0;}
.wsite-social-pinterest:hover {background-position:-23px -23px;}
.wsite-social-pinterest:active {background-position:-23px -46px;}
.wsite-social-twitter {background-position:-46px 0;}
.wsite-social-twitter:hover {background-position:-46px -23px;}
.wsite-social-twitter:active {background-position:-46px -46px;}
.wsite-social-linkedin {background-position:-69px 0;}
.wsite-social-linkedin:hover {background-position:-69px -23px;}
.wsite-social-linkedin:active {background-position:-69px -46px;}
.wsite-social-mail {background-position:-92px 0;}
.wsite-social-mail:hover {background-position:-92px -23px;}
.wsite-social-mail:active {background-position:-92px -46px;}
.wsite-social-rss {background-position:-115px 0;}
.wsite-social-rss:hover {background-position:-115px -23px;}
.wsite-social-rss:active {background-position:-115px -46px;}
.wsite-social-flickr {background-position:-138px 0;}
.wsite-social-flickr:hover {background-position:-138px -23px;}
.wsite-social-flickr:active {background-position:-138px -46px;}
.wsite-social-plus {background-position:-161px 0;}
.wsite-social-plus:hover {background-position:-161px -23px;}
.wsite-social-plus:active {background-position:-161px -46px;}
.wsite-social-vimeo {background-position:-184px 0;}
.wsite-social-vimeo:hover {background-position:-184px -23px;}
.wsite-social-vimeo:active {background-position:-184px -46px;}
.wsite-social-yahoo {background-position:-207px 0;}
.wsite-social-yahoo:hover {background-position:-207px -23px;}
.wsite-social-yahoo:active {background-position:-207px -46px;}
.wsite-social-youtube {background-position:-230px 0;}
.wsite-social-youtube:hover {background-position:-230px -23px;}
.wsite-social-youtube:active {background-position:-230px -46px;}
/* TOP RIGHT: Search Box
--------------------------------------------------------------------------------*/
#header-right .search {
}
#header-right .wsite-search {
width: 206px;
height: 26px;
background: transparent url(searchForm-bg.png) no-repeat;
margin: 0 0 0 12px;
vertical-align: middle;
}
#header-right .wsite-search-input {
width: 125px;
height: 13px;
border: 0;
padding: 6px 8px 5px 10px !important;
background: none;
font-family: Arial, Helvetica, sans-serif;
color: #333;
font-size: 12px;
}
#header-right .wsite-search-button {
display: inline-block;
width: 60px;
height: 24px;
border: 0;
margin: 0;
padding: 0;
cursor: pointer;
font-size: 0;
background: none;
}
/* Footer
--------------------------------------------------------------------------------*/
#footer-wrap {
}
#footer {
width: 920px;
padding: 25px 20px 30px;
font-family: Arial, Helvetica, sans-serif;
color: #333;
font-size: 13px;
text-align: right;
}
.rights {
line-height: 18px;
vertical-align: middle;
}
.wsite-footer { /* make sure enough space between element footer and attribution */
margin-bottom: 15px;
}
#footer h2 {
font-size:16px;
border-bottom:1px solid #ccc;
}
/* Footer Form Customization
--------------------------------------------------------------------------------*/
.wsite-form-container {
margin-top:0px !important;
text-align:left !important;
}
.wsite-footer .wsite-form-label {
font-size: 1em !important;
padding: 5px 0 2px 0 !important;
}
.wsite-footer .wsite-form-field {
width:320px !important;
}
.wsite-footer .form-radio-container {
font-size:1em !important;
}
.wsite-footer .wsite-form-input {
font-size: 1em !important;
width: 100% !important;
background-color:#fff;
}
.wsite-footer .form-select {
width: 100% !important;
background-color:#fff;
}
/* main contents styles
--------------------------------------------------------------------------------*/
#main-wrap {
background: url(main-bot.png) center bottom no-repeat;
padding: 0 0 10px;
}
#main {
width: 962px;
background: url(main-top.png) center top no-repeat;
}
#main-in {
background: #fff;
border-left: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
}
#banner {
position: relative;
}
#tl,
#tr,
#bl,
#br {
position: absolute;
display: block;
font-size: 0;
width: 10px;
height: 10px;
}
#tl {
top: -1px;
left: -1px;
background: url(tl.png) no-repeat;
}
#tr {
top: -1px;
right: -1px;
background: url(tr.png) no-repeat;
}
#bl {
bottom: 0;
left: -1px;
background: url(bl.png) no-repeat;
}
#br {
bottom: -1px;
right: -1px;
background: url(br.png) no-repeat;
}
.wsite-header {
}
#content {
min-height: 350px;
padding: 25px 20px 30px;
}
/* PAGE TYPE: tall-header
--------------------------------------------------------------------------------*/
.tall-header-page .wsite-header { /* the user-editable image */
height: 270px;
background: url(banner-tall.jpg) no-repeat;
}
/* PAGE TYPE: short-header
--------------------------------------------------------------------------------*/
.short-header-page .wsite-header { /* the user-editable image */
height: 170px;
background: url(banner-short.jpg) no-repeat;
}
/* PAGE TYPE: no-header
--------------------------------------------------------------------------------*/
.no-header-page #header {
}
.no-header-page #main {
padding-top: 10px;
}
.no-header-page #banner {
display: none;
}
.no-header-page #content {
padding-top: 15px;
}
/* PAGE TYPE: landing
--------------------------------------------------------------------------------*/
.landing-page #main {
padding-top: 10px;
}
.landing-page #banner {
margin-bottom: 25px;
}
.landing-page #content {
padding-top: 15px;
}
.landing-page #navigation-wrap {
margin: 0 0 25px;
}
#banner-inner {
background: #efefef;
}
#banner-left {
float: left;
width: 550px;
position: relative;
}
#banner-left .wsite-header { /* the user-editable image */
height: 330px;
background: url(banner-landing.jpg) no-repeat;
}
.landing-banner-outer {
display: table;
#position: relative;
overflow: hidden;
}
.landing-banner-mid {
#position: absolute;
#top: 50%;
display: table-cell;
vertical-align: middle;
}
.landing-banner-inner {
#position: relative;
#top: -50%;
}
#bannerright {
float: right;
width: 340px;
height: 330px;
padding: 0 40px 0 0;
}
#bannerright h2 {
color: #444;
font-size: 26px;
padding: 0px;
line-height: 26px;
}
#bannerright p {
color: #444;
font-size: 14px;
padding: 20px 0px;
line-height: 140%;
}
/* PAGE TYPE: splash
--------------------------------------------------------------------------------*/
.splash-page .wsite-header { /* the user-editable image */
height: 131px;
background: url(banner-splash.jpg) no-repeat;
}
.splash-page #header-wrap,
.splash-page #navigation-wrap,
.splash-page #banner-wrap,
.splash-page #main-wrap,
.splash-page #footer-wrap {
min-width: 600px;
}
.splash-page #header,
.splash-page #navigation,
.splash-page #banner,
.splash-page #main,
.splash-page #footer {
width: 600px;
}
.splash-page #main-wrap {
background-image: url(main-bot-splash.jpg);
}
.splash-page #navigation-wrap {
height: 26px;
overflow: hidden;
}
.splash-page #navigation {
display: none;
}
.splash-page #header {
width: 560px;
}
.splash-page #header-right {
padding-top: 3px;
}
.splash-page #header-right .social {
margin-bottom: 0;
}
.splash-page .search {
display: none;
}
.splash-page #content {
height: auto !important;
min-height: 300px;
padding: 20px;
}
/* Form Customization
--------------------------------------------------------------------------------*/
.wsite-form-label {
display: inline-block;
color: #444;
font-size: 13px;
font-weight: bold;
padding: 10px 0 7px 0;
}
.form-radio-container {
}
.wsite-form-input, .wsite-search-element-input {
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 12px;
background: #fff;
color: #333;
border: 1px solid #d2d2d2;
padding: 8px 8px 4px 5px !important;
line-height: 1;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.form-select {
background: #fff;
color: #6e6b54;
border: 1px solid #d2d2d2;
padding: 3px;
height: 30px;
line-height: 16px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* Buttons
--------------------------------------------------------------------------------*/
/* small */
.wsite-button {
color: #fff !important;
height: 34px;
display: inline-block;
font-size: 14px;
border: none;
font-weight: bold;
text-decoration: none;
padding: 0 32px 0 0;
background: url(button.png) no-repeat 100% -105px;
text-shadow:0 -1px 0 rgba(0,0,0,0.9);
}
.wsite-button:hover {
background-position: 100% -140px;
color: #fff !important;
}
.wsite-button:active {
background-position: 100% -175px;
}
.wsite-button-inner {
height: 34px;
line-height: 34px;
display: block;
font-size: 14px;
font-weight: bold;
border: none;
text-decoration: none;
padding: 0 10px 0 20px;
background: url(button.png) no-repeat 0 0;
}
.wsite-button:hover .wsite-button-inner {
background-position: 0 -35px;
}
.wsite-button:active .wsite-button-inner {
background-position: 0 -70px;
}
/* large */
.wsite-button-large {
height: 41px;
background: url(button_large.png) no-repeat 100% -126px;
padding: 0 37px 0 0;
}
.wsite-button-large:hover {
background-position: 100% -168px;
}
.wsite-button-large:active {
background-position: 100% -210px;
}
.wsite-button-large .wsite-button-inner {
height: 41px;
line-height: 41px;
padding: 0 10px 0 20px;
background: url(button_large.png) no-repeat 0 0;
}
.wsite-button-large:hover .wsite-button-inner {
background-position: 0 -42px;
}
.wsite-button-large:active .wsite-button-inner {
background-position: 0 -84px;
}
/* highlight */
/*
Making the highlighted versions of the buttons is easy because we just need
to switch out the background images. This works because the different button
states (normal, :hover, :active) have their sprite coordinates in the same places.
*/
.wsite-button-large.wsite-button-highlight {
background-image: url(button_large_highlight.png);
}
.wsite-button-large.wsite-button-highlight .wsite-button-inner {
background-image: url(button_large_highlight.png);
}
.wsite-button-highlight {
color: #fff !important;
background-image: url(button_highlight.png);
}
.wsite-button-highlight .wsite-button-inner {
background-image: url(button_highlight.png);
} | web/themes/open/files/theme/main_style.css | ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
fieldset {
border: 0;
}
a img {
border: 0;
}
.clear {
clear: both;
font-size: 0;
height: 0;
}
a {
color: #33805c;
text-decoration: none;
}
a:hover {
color: #2fa36c;
text-decoration: none;
}
/* General Styling and Structure
--------------------------------------------------------------------------------*/
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #444;
margin: 0;
padding: 0;
background: #f1f1f1;
}
p {
line-height: 1.5;
padding: .5em 0;
}
h1,
h2,
h3,
h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #444;
}
h1 {
font-size: 32px;
line-height: 1;
font-weight: normal;
}
h2,
h3 {
line-height: 1.2;
padding-bottom: 10px;
}
h2 {
padding: .3em 0;
}
h4 {
font-size: 14px;
line-height: 1.2;
margin-bottom: 5px;
}
.container {
width: 960px;
margin: 0 auto;
}
blockquote {
font-style:italic;
border-left:4px solid #ddd;
margin:10px 0 10px 0;
padding-left:20px;
line-height:1.5;
color:#888;
}
#header-wrap,
#navigation-wrap,
#banner-wrap,
#main-wrap,
#footer-wrap {
min-width: 960px;
}
#header,
#navigation,
#banner,
#main,
#footer {
width: 960px;
margin: 0 auto;
}
#header-wrap {
background: #1c1c1c url(header-bg.png) repeat-x;
}
#header {
line-height: 1;
padding: 25px 0;
}
#header a {
color: #3a6f56;
}
#header a:hover {
color: #fff;
}
/* Navigation
--------------------------------------------------------------------------------*/
#navigation-wrap {
background: #3a6f56;
margin: 0 0 30px;
}
#navigation {
line-height: 1;
padding: 6px 0 0;
}
#navigation ul {
}
#navigation li {
float: left;
position: relative;
padding: 0 9px 6px 7px;
}
#navigation li:hover,
#navigation li#active {
background: url(nav-l.png) no-repeat;
}
#navigation li a {
float: left;
display: block;
border: 0;
color: #fefefe;
font-size: 12px;
text-decoration: none;
padding: 7px 14px 7px 7px;
}
#navigation li a:hover,
#navigation li:hover a,
#navigation li#active a {
border: 0;
color: #fefefe;
background: url(nav-r.png) right top no-repeat;
}
/* Navigation Drop-Down Menu Customization
--------------------------------------------------------------------------------*/
#wsite-menus .wsite-menu li a {
padding: 7px;
color: #fff;
background: #264e3b !important;
border: 0;
border-bottom: 1px solid #1d3c2e;
}
#wsite-menus .wsite-menu li a:hover {
color: #fff;
background: #3a6f56 !important;
border: 0;
border-bottom: 1px solid #1d3c2e;
}
/* Header Area
----------------------------------------------------------------------------*/
#header {
width: 100%;
height: 70px;
}
#header,
#header table {
border-collapse: collapse;
border-spacing: 0;
}
#header td {
vertical-align: middle;
text-align: left;
}
#logo {
padding: 25px 0 25px 0;
}
#logo,
#logo a {
font-family: Arial, Helvetica, sans-serif;
font-size: 26px;
line-height: 1;
font-weight: normal;
color: #fff;
text-decoration: none;
}
#header-right {
padding: 0 0 0 10px;
}
#header-right table {
float: right;
width: 1px;
}
#header-right td {
padding: 0;
}
/* TOP RIGHT: Phone Number
--------------------------------------------------------------------------------*/
#header-right .phone-number .wsite-text {
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: right;
font-size: 13px;
display: block;
white-space: nowrap;
margin: 0 0 0 10px;
}
/* TOP RIGHT: Content Area
--------------------------------------------------------------------------------*/
#header-right .wsite-social {
vertical-align: middle;
margin: 0 0 0 10px;
}
.wsite-social-item {
width: 23px;
height: 23px;
margin: 0 0 0 3px;
background-image:url(social-grey.png);
}
.wsite-social-facebook {background-position:0 0;}
.wsite-social-facebook:hover {background-position:0 -23px;}
.wsite-social-facebook:active {background-position:0 -46px;}
.wsite-social-pinterest {background-position:-23px 0;}
.wsite-social-pinterest:hover {background-position:-23px -23px;}
.wsite-social-pinterest:active {background-position:-23px -46px;}
.wsite-social-twitter {background-position:-46px 0;}
.wsite-social-twitter:hover {background-position:-46px -23px;}
.wsite-social-twitter:active {background-position:-46px -46px;}
.wsite-social-linkedin {background-position:-69px 0;}
.wsite-social-linkedin:hover {background-position:-69px -23px;}
.wsite-social-linkedin:active {background-position:-69px -46px;}
.wsite-social-mail {background-position:-92px 0;}
.wsite-social-mail:hover {background-position:-92px -23px;}
.wsite-social-mail:active {background-position:-92px -46px;}
.wsite-social-rss {background-position:-115px 0;}
.wsite-social-rss:hover {background-position:-115px -23px;}
.wsite-social-rss:active {background-position:-115px -46px;}
.wsite-social-flickr {background-position:-138px 0;}
.wsite-social-flickr:hover {background-position:-138px -23px;}
.wsite-social-flickr:active {background-position:-138px -46px;}
.wsite-social-plus {background-position:-161px 0;}
.wsite-social-plus:hover {background-position:-161px -23px;}
.wsite-social-plus:active {background-position:-161px -46px;}
.wsite-social-vimeo {background-position:-184px 0;}
.wsite-social-vimeo:hover {background-position:-184px -23px;}
.wsite-social-vimeo:active {background-position:-184px -46px;}
.wsite-social-yahoo {background-position:-207px 0;}
.wsite-social-yahoo:hover {background-position:-207px -23px;}
.wsite-social-yahoo:active {background-position:-207px -46px;}
.wsite-social-youtube {background-position:-230px 0;}
.wsite-social-youtube:hover {background-position:-230px -23px;}
.wsite-social-youtube:active {background-position:-230px -46px;}
/* TOP RIGHT: Search Box
--------------------------------------------------------------------------------*/
#header-right .search {
}
#header-right .wsite-search {
width: 206px;
height: 26px;
background: transparent url(searchForm-bg.png) no-repeat;
margin: 0 0 0 12px;
vertical-align: middle;
}
#header-right .wsite-search-input {
width: 125px;
height: 13px;
border: 0;
padding: 6px 8px 5px 10px !important;
background: none;
font-family: Arial, Helvetica, sans-serif;
color: #333;
font-size: 12px;
}
#header-right .wsite-search-button {
display: inline-block;
width: 60px;
height: 24px;
border: 0;
margin: 0;
padding: 0;
cursor: pointer;
font-size: 0;
background: none;
}
/* Footer
--------------------------------------------------------------------------------*/
#footer-wrap {
}
#footer {
width: 920px;
padding: 25px 20px 30px;
font-family: Arial, Helvetica, sans-serif;
color: #333;
font-size: 13px;
text-align: right;
}
.rights {
line-height: 18px;
vertical-align: middle;
}
.wsite-footer { /* make sure enough space between element footer and attribution */
margin-bottom: 15px;
}
#footer h2 {
font-size:16px;
border-bottom:1px solid #ccc;
}
/* Footer Form Customization
--------------------------------------------------------------------------------*/
.wsite-form-container {
margin-top:0px !important;
text-align:left !important;
}
.wsite-footer .wsite-form-label {
font-size: 1em !important;
padding: 5px 0 2px 0 !important;
}
.wsite-footer .wsite-form-field {
width:320px !important;
}
.wsite-footer .form-radio-container {
font-size:1em !important;
}
.wsite-footer .wsite-form-input {
font-size: 1em !important;
width: 100% !important;
background-color:#fff;
}
.wsite-footer .form-select {
width: 100% !important;
background-color:#fff;
}
/* main contents styles
--------------------------------------------------------------------------------*/
#main-wrap {
background: url(main-bot.png) center bottom no-repeat;
padding: 0 0 10px;
}
#main {
width: 962px;
background: url(main-top.png) center top no-repeat;
}
#main-in {
background: #fff;
border-left: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
}
#banner {
position: relative;
}
#tl,
#tr,
#bl,
#br {
position: absolute;
display: block;
font-size: 0;
width: 10px;
height: 10px;
}
#tl {
top: -1px;
left: -1px;
background: url(tl.png) no-repeat;
}
#tr {
top: -1px;
right: -1px;
background: url(tr.png) no-repeat;
}
#bl {
bottom: 0;
left: -1px;
background: url(bl.png) no-repeat;
}
#br {
bottom: -1px;
right: -1px;
background: url(br.png) no-repeat;
}
.wsite-header {
}
#content {
min-height: 350px;
padding: 25px 20px 30px;
}
/* PAGE TYPE: tall-header
--------------------------------------------------------------------------------*/
.tall-header-page .wsite-header { /* the user-editable image */
height: 270px;
background: url(banner-tall.jpg) no-repeat;
}
/* PAGE TYPE: short-header
--------------------------------------------------------------------------------*/
.short-header-page .wsite-header { /* the user-editable image */
height: 170px;
background: url(banner-short.jpg) no-repeat;
}
/* PAGE TYPE: no-header
--------------------------------------------------------------------------------*/
.no-header-page #header {
}
.no-header-page #main {
padding-top: 10px;
}
.no-header-page #banner {
display: none;
}
.no-header-page #content {
padding-top: 15px;
}
/* PAGE TYPE: landing
--------------------------------------------------------------------------------*/
.landing-page #main {
padding-top: 10px;
}
.landing-page #banner {
margin-bottom: 25px;
}
.landing-page #content {
padding-top: 15px;
}
.landing-page #navigation-wrap {
margin: 0 0 25px;
}
#banner-inner {
background: #efefef;
}
#banner-left {
float: left;
width: 550px;
position: relative;
}
#banner-left .wsite-header { /* the user-editable image */
height: 330px;
background: url(banner-landing.jpg) no-repeat;
}
.landing-banner-outer {
display: table;
#position: relative;
overflow: hidden;
}
.landing-banner-mid {
#position: absolute;
#top: 50%;
display: table-cell;
vertical-align: middle;
}
.landing-banner-inner {
#position: relative;
#top: -50%;
}
#bannerright {
float: right;
width: 340px;
height: 330px;
padding: 0 40px 0 0;
}
#bannerright h2 {
color: #444;
font-size: 26px;
padding: 0px;
line-height: 26px;
}
#bannerright p {
color: #444;
font-size: 14px;
padding: 20px 0px;
line-height: 140%;
}
/* PAGE TYPE: splash
--------------------------------------------------------------------------------*/
.splash-page .wsite-header { /* the user-editable image */
height: 131px;
background: url(banner-splash.jpg) no-repeat;
}
.splash-page #header-wrap,
.splash-page #navigation-wrap,
.splash-page #banner-wrap,
.splash-page #main-wrap,
.splash-page #footer-wrap {
min-width: 600px;
}
.splash-page #header,
.splash-page #navigation,
.splash-page #banner,
.splash-page #main,
.splash-page #footer {
width: 600px;
}
.splash-page #main-wrap {
background-image: url(main-bot-splash.jpg);
}
.splash-page #navigation-wrap {
height: 26px;
overflow: hidden;
}
.splash-page #navigation {
display: none;
}
.splash-page #header {
width: 560px;
}
.splash-page #header-right {
padding-top: 3px;
}
.splash-page #header-right .social {
margin-bottom: 0;
}
.splash-page .search {
display: none;
}
.splash-page #content {
height: auto !important;
min-height: 300px;
padding: 20px;
}
/* Form Customization
--------------------------------------------------------------------------------*/
.wsite-form-label {
display: inline-block;
color: #444;
font-size: 13px;
font-weight: bold;
padding: 10px 0 7px 0;
}
.form-radio-container {
}
.wsite-form-input, .wsite-search-element-input {
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 12px;
background: #fff;
color: #333;
border: 1px solid #d2d2d2;
padding: 8px 8px 4px 5px !important;
line-height: 1;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.form-select {
background: #fff;
color: #6e6b54;
border: 1px solid #d2d2d2;
padding: 3px;
height: 30px;
line-height: 16px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* Buttons
--------------------------------------------------------------------------------*/
/* small */
.wsite-button {
color: #fff !important;
height: 34px;
display: inline-block;
font-size: 14px;
border: none;
font-weight: bold;
text-decoration: none;
padding: 0 32px 0 0;
background: url(button.png) no-repeat 100% -105px;
text-shadow:0 -1px 0 rgba(0,0,0,0.9);
}
.wsite-button:hover {
background-position: 100% -140px;
color: #fff !important;
}
.wsite-button:active {
background-position: 100% -175px;
}
.wsite-button-inner {
height: 34px;
line-height: 34px;
display: block;
font-size: 14px;
font-weight: bold;
border: none;
text-decoration: none;
padding: 0 10px 0 20px;
background: url(button.png) no-repeat 0 0;
}
.wsite-button:hover .wsite-button-inner {
background-position: 0 -35px;
}
.wsite-button:active .wsite-button-inner {
background-position: 0 -70px;
}
/* large */
.wsite-button-large {
height: 41px;
background: url(button_large.png) no-repeat 100% -126px;
padding: 0 37px 0 0;
}
.wsite-button-large:hover {
background-position: 100% -168px;
}
.wsite-button-large:active {
background-position: 100% -210px;
}
.wsite-button-large .wsite-button-inner {
height: 41px;
line-height: 41px;
padding: 0 10px 0 20px;
background: url(button_large.png) no-repeat 0 0;
}
.wsite-button-large:hover .wsite-button-inner {
background-position: 0 -42px;
}
.wsite-button-large:active .wsite-button-inner {
background-position: 0 -84px;
}
/* highlight */
/*
Making the highlighted versions of the buttons is easy because we just need
to switch out the background images. This works because the different button
states (normal, :hover, :active) have their sprite coordinates in the same places.
*/
.wsite-button-large.wsite-button-highlight {
background-image: url(button_large_highlight.png);
}
.wsite-button-large.wsite-button-highlight .wsite-button-inner {
background-image: url(button_large_highlight.png);
}
.wsite-button-highlight {
color: #fff !important;
background-image: url(button_highlight.png);
}
.wsite-button-highlight .wsite-button-inner {
background-image: url(button_highlight.png);
} | 0.197058 | 0.056993 |
.home .row1{background-color: #e8f5f9;}
.home .row1 .flex1{height: 112px;}
.home .row1 .flex1>.col1{width: 25%}
.home .row1 .flex1>.col1>h2{font-size: 16px;font-weight: bold;color: #434343;margin-left: 30px;}
.home .row1 .flex2 i.bg{
background-image: url('../../images/desktop/home-1.png');
background-repeat: no-repeat;background-position: 0px 0px;width: 50px;height: 61px;display: block;border-radius: 4px;}
.home .row1 .flex2 i.bg1{background-position: -252px 0px;}
.home .row1 .flex2 i.bg2{background-position: -499px 0px;}
.home .row1 .flex2 i.bg3{background-position: -753px 0px;}
.home .row1 .flex3>div{font-size: 13.5px;color: #434343;padding-top: 5px;}
.home .row1 .flex3>div:first-child{padding-top: 0;}
.home .row1 .flex3.border1>div{border-right: 1px solid #a7a7a7}
/**/
.home .row2{padding:50px 15px;background-color: #fff;}
.home .row2 .flex1>.col1{width: 236px;}
.home .row2 .flex1>.col1 img{width: 236px;height: 314px;}
/*.home .row2 .flex1>.col1 .slick-kt .slick-prev, .home .row2 .flex1>.col1 .slick-kt .slick-next{height: 45px;background-position: -68px -22px;width: 25px;}*/
/*.home .row2 .flex1>.col1 .slick-kt .slick-prev{height: 45px;background-position: 0px -22px;width: 25px;}*/
.home .row2 .flex1>.col1 .view-more{height: 50px;background-color: #42accb;color: #fff;text-align: center;font-size: 14px;display: block;line-height: 50px;}
.home .row2 .flex1>.col2{width: 470px;}
.home .row2 .flex1>.col2 .line1{font-size: 14px;color: #484848;font-weight: bold;}
.home .row2 .flex1>.col2 .line1>span{border-bottom: 1px solid #42accb;}
.home .row2 .flex1>.col2 .post-first{margin-top: 15px;}
.home .row2 .flex1>.col2 .post-first >div:nth-child(1) {width: 30%;}
.home .row2 .flex1>.col2 .post-first >div:nth-child(1) img{height: 98px;}
.home .row2 .flex1>.col2 .post-first >div:nth-child(2) {width: 65%;}
.home .row2 .flex1>.col2 .post-first h3{font-size: 14px;color: #373737;font-weight: normal;}
.home .row2 .flex1>.col2 .post-first p{color: #373737;margin-top: 15px;}
.home .row2 .flex1>.col2 .post-first p a{color: red;}
.home .row2 .flex1>.col2 .post-orthers{margin-top: 15px;list-style: none;}
.home .row2 .flex1>.col2 .post-orthers li{padding:9px 0px 9px 15px;border-bottom: 1px dashed #a9a9a9;position: relative}
.home .row2 .flex1>.col2 .post-orthers li i{position: absolute;font-size: 6px;color: #42accb;top:15px;left: 0px;}
.home .row2 .flex1>.col2 .post-orthers li h4{color: #42accb;font-weight: normal;font-size: 14px;}
.home .row2 .flex1>.col2 .post-orthers li p{font-size: 13px;margin-top: 5px;}
.home .row2 .flex1>.col3{width: 220px;}
.home .row2 .flex1>.col3>div.heading{background-color: #42accb;height: 35px;line-height: 35px;color: #fff;}
.home .row2 .flex1>.col3 .flex2>div{width: 50%;height: 35px;line-height: 35px;background-color: #42accb;font-size: 13px;color: #fff;}
.home .row2 .flex1>.col3 .flex2>div:nth-child(2){background-color: #ffba5d;}
.home .row2 .flex1>.col3>div:last-child{padding:5px 8px 2px 8px;border:1px solid #e5e5e5;margin-top: 5px;font-size: 13.5px;text-align: justify;height: 148px;line-height: 16px;}
/**/
.home .row3 {background-color: #fff;padding-right: 15px;padding-bottom: 15px;}
.home .row3 .flex1{}
.home .row3 .flex1>.col1{width: 740px; border:1px solid #e5e5e5;padding: 22px 15px 15px 15px;border-left: none;}
.home .row3 .flex1>.col2{width: 220px; padding-top: 22px;background-color: #f2f2f2;}
.home .row3 .flex2>.col1{width: 130px;}
.home .row3 .flex3{height: 160px;color: #4a4a4a;margin-top: 20px;}
.home .row3 .flex3 .height1{height: 35px;background-color: #feeaa0;}
.home .row3 .flex3 .height2{height: 80px;background-color: #dff7ff;}
.home .row3 .flex1>.col2>.line1{color: #42accb;padding-left: 15px;}
.home .row3 .flex4{margin:20px 10px 10px 10px;height: 75px;}
.home .row3 .flex4col1{background-color: #42accb;color: #fff;font-size: 13px;border-radius: 6px;height: 35px;width: 93px;padding:0px 5px;}
.home .row3 .flex4col1 i{width: 22px;height: 20px;background-image: url('../../images/desktop/home-4.png');background-repeat: no-repeat;background-position: 0px 0px;}
.home .row3 .flex4col1 i.bg2{background-position: -108px 0px;}
.home .row3 .flex4col1 i.bg3{background-position: 0px -44px;}
.home .row3 .flex4col1 i.bg4{background-position: -108px -42px;}
.home .row3 .flex5{background-color: #d8dbdb;padding:6px 2px;}
.home .row3 .flex5col1{font-size: 11px;color: #252525;width: 70px;padding-left:5px;}
.home .row3 .flex5col2{font-size: 29px;color: #ee082e;}
.home .row3 .flex6{margin-top: 5px;}
.home .row3 .flex6 i{background-image: url('../../images/desktop/home-4.png');background-repeat: no-repeat;width: 34px;height: 34px;display: block;background-position: -1px -124px;}
.home .row3 .flex6 span:nth-child(1){font-size: 11px;color: #4a4a4a;}
.home .row3 .flex6 span:nth-child(3){color: #db0909;font-size: 24px;}
/**/
.home .row4{margin-top: 0px;}
.home .row4 .border1{height: 400px;background-color: #e3f8ff;}
/*-----------------------------*/
/*.home .row4 .bzzx *{margin:0;padding:0;}*/
/*.home .row4 .bzzx img{max-width: initial;}*/
/*.home .row4 .bzzx li{list-style: none;}*/
.home .row4 .bzzx_left{ width:191px; height:400px; float:left; margin:5px 0 0 15px;}
.home .row4 .bzzx_left li{display: flex;align-items: center;}
.home .row4 .bzzx_left li{ width:191px; height:68px; float:left; background:url('../../images/desktop/home-5.png'); background-position:0px 0px; margin-top:12px; font-size:14px; color:#404040; line-height: normal; cursor:pointer;padding:0px 10px 0px 70px;}
.home .row4 .bzzx_left li:nth-child(2){background-position: 0px -80px;}
.home .row4 .bzzx_left li:nth-child(3){background-position: 0px -160px;}
.home .row4 .bzzx_left li:nth-child(4){background-position: 0px -240px;}
.home .row4 .bzzx_left li.on:nth-child(1){ background-position:-301px 0px; color:#fff;}
.home .row4 .bzzx_left li.on:nth-child(2){ background-position:-301px -80px; color:#fff;}
.home .row4 .bzzx_left li.on:nth-child(3){ background-position:-301px -160px; color:#fff;}
.home .row4 .bzzx_left li.on:nth-child(4){ background-position:-301px -240px; color:#fff;}
.home .row4 .bzzx_right1{ width:779px; height:385px; float:left; margin:17px 0 0 15px;}
.home .row4 .bzzx_right11 li{ width:430px; height:254px; float:right;}
.home .row4 .bzzx_right11 li h3{ width:410px; height:26px; line-height:26px; text-align:center; font-size:17px; color:#22afd8; font-weight:normal;}
.home .row4 .bzzx_right11 li p{ width:400px; padding:0px 5px; border-bottom:#e1e1e1 1px dashed; font-size:13.5px; color:#535353; padding-bottom:3px; margin-bottom:8px;height: 64px;}
.home .row4 .bzzx_right11 li p a{ color:#F00;}
.home .row4 .bzzx_right11 li p a:hover{ color:#2293da;}
.home .row4 .bzzx_right11 li span{ display:block; height:40px; line-height:40px; color:#535353; font-size:14px; cursor:pointer;}
.home .row4 .bzzx_right11 li span i{ display:block; padding:0px 0px;width: 81px; height:22px; line-height:20px; text-align:center; float:left; font-style:normal; margin:9px;color:#ffea00; font-size:12px;background-color: #22afd8;}
/*.home .row4 .bzzx_right11 li span:hover{ color:#2471c1;}*/
.home .row4 .bzzx_right11 li span:hover i{width: 81px; padding:0px 0px; border-color:#05b6b0; background:#05b6b0; color:#fff;}
.home .row4 .flex1{padding-right: 15px;}
.home .row4 .flex1col1{width: 238px;height: 101px;margin-top: 10px;}
.home .row4 .flex1col1 a{height: 101px;display: block;border:1px solid #22afd8;}
.home .row4 .flex1col1:nth-child(1){background-image: url('../../images/desktop/home-6.png');background-repeat: no-repeat;}
.home .row4 .flex1col1:nth-child(2){background-image: url('../../images/desktop/home-7.png');background-repeat: no-repeat;}
.home .row4 .flex1col1:nth-child(3){background-image: url('../../images/desktop/home-8.png');background-repeat: no-repeat;}
/**/
.home .row5{padding: 30px 0px 0px 0px;background-color: #fff;}
.home .row5 .flex1col1{width: 470px;height: 55px;background-color: #eeeeee;color: #3fb3e4;}
.home .row5 .flex1col1.active{background-color: #3fb3e4;color: #eeeeee}
.home .row5 .flex1col1 i{background-image: url('../../images/desktop/home-13.png');background-repeat: no-repeat;height: 30px;}
.home .row5 .flex1col1 i.bg1{background-position: 0px 0px;width: 30px;}
.home .row5 .flex1col1.active i.bg1{background-position: -61px 0px;}
.home .row5 .flex1col1 i.bg2{background-position: -119px 0px;width: 40px;}
.home .row5 .flex1col1.active i.bg2{background-position: -180px 0px;width: 40px;}
.home .row5 .tab-contents{padding:20px 15px;border:1px solid #eeeeee;margin-top: 10px;border-left: none;border-right: none;}
.home .row5 .tab-contents>div{display: none;}
.home .row5 .tab-contents>div.active{display: block;overflow: hidden;}
.home .row5 .flex2col1{width: 230px;height: 239px;}
.home .row5 .flex2col1 img{width: 230px;height: 239px;}
.home .row5 .slick-pk img{height: 239px;max-width: 100%;}
.home .row5 .slick-pk div.flex3col1{padding:0px 10px;}
.home .row5 .slick-pk{margin:0px -10px;}
.home .row5 .slick-pk .slick-prev{left: 10px;}
.home .row5 .slick-pk .slick-next{right: 8px;}
/**/
.home .row6 {background-color: #fff;padding-bottom: 35px;}
.home .row6 .flex1{border:1px solid #eeeeee;padding:15px 10px;border-top: none;border-left: none;border-right: none;}
.home .row6 .flex1col1{width: 20%;font-size: 13px;}
.home .row6 i{background-image: url('../../images/desktop/home-14.png');background-repeat: no-repeat;background-position: 0px 0px;height: 50px;width: 50px;display: block;margin-right: 10px;}
.home .row6 i.bg2{background-position: -197px 0px;}
.home .row6 i.bg3{background-position: -397px 0px;}
.home .row6 i.bg4{background-position: -601px 0px;}
.home .row6 i.bg5{background-position: -796px 0px;}
.home .row6 a:hover{text-decoration: underline;color: red;}
/*hover*/
.home .row1 a:hover{text-decoration: underline;color: red;}
.home .row2 a:hover{text-decoration: underline;color: red;}
.home .row3 .col1 a:hover{text-decoration: underline;color: red;}
.home .row3 .col2 a:hover{text-decoration: underline;}
.home .row4 .bzzx_right11 a:hover span{text-decoration: underline;color: red}
.home .row4 .bzzx_right11 li h3:hover{text-decoration: underline;color: red}
/**/ | public/css/desktop/desktop-home.css | .home .row1{background-color: #e8f5f9;}
.home .row1 .flex1{height: 112px;}
.home .row1 .flex1>.col1{width: 25%}
.home .row1 .flex1>.col1>h2{font-size: 16px;font-weight: bold;color: #434343;margin-left: 30px;}
.home .row1 .flex2 i.bg{
background-image: url('../../images/desktop/home-1.png');
background-repeat: no-repeat;background-position: 0px 0px;width: 50px;height: 61px;display: block;border-radius: 4px;}
.home .row1 .flex2 i.bg1{background-position: -252px 0px;}
.home .row1 .flex2 i.bg2{background-position: -499px 0px;}
.home .row1 .flex2 i.bg3{background-position: -753px 0px;}
.home .row1 .flex3>div{font-size: 13.5px;color: #434343;padding-top: 5px;}
.home .row1 .flex3>div:first-child{padding-top: 0;}
.home .row1 .flex3.border1>div{border-right: 1px solid #a7a7a7}
/**/
.home .row2{padding:50px 15px;background-color: #fff;}
.home .row2 .flex1>.col1{width: 236px;}
.home .row2 .flex1>.col1 img{width: 236px;height: 314px;}
/*.home .row2 .flex1>.col1 .slick-kt .slick-prev, .home .row2 .flex1>.col1 .slick-kt .slick-next{height: 45px;background-position: -68px -22px;width: 25px;}*/
/*.home .row2 .flex1>.col1 .slick-kt .slick-prev{height: 45px;background-position: 0px -22px;width: 25px;}*/
.home .row2 .flex1>.col1 .view-more{height: 50px;background-color: #42accb;color: #fff;text-align: center;font-size: 14px;display: block;line-height: 50px;}
.home .row2 .flex1>.col2{width: 470px;}
.home .row2 .flex1>.col2 .line1{font-size: 14px;color: #484848;font-weight: bold;}
.home .row2 .flex1>.col2 .line1>span{border-bottom: 1px solid #42accb;}
.home .row2 .flex1>.col2 .post-first{margin-top: 15px;}
.home .row2 .flex1>.col2 .post-first >div:nth-child(1) {width: 30%;}
.home .row2 .flex1>.col2 .post-first >div:nth-child(1) img{height: 98px;}
.home .row2 .flex1>.col2 .post-first >div:nth-child(2) {width: 65%;}
.home .row2 .flex1>.col2 .post-first h3{font-size: 14px;color: #373737;font-weight: normal;}
.home .row2 .flex1>.col2 .post-first p{color: #373737;margin-top: 15px;}
.home .row2 .flex1>.col2 .post-first p a{color: red;}
.home .row2 .flex1>.col2 .post-orthers{margin-top: 15px;list-style: none;}
.home .row2 .flex1>.col2 .post-orthers li{padding:9px 0px 9px 15px;border-bottom: 1px dashed #a9a9a9;position: relative}
.home .row2 .flex1>.col2 .post-orthers li i{position: absolute;font-size: 6px;color: #42accb;top:15px;left: 0px;}
.home .row2 .flex1>.col2 .post-orthers li h4{color: #42accb;font-weight: normal;font-size: 14px;}
.home .row2 .flex1>.col2 .post-orthers li p{font-size: 13px;margin-top: 5px;}
.home .row2 .flex1>.col3{width: 220px;}
.home .row2 .flex1>.col3>div.heading{background-color: #42accb;height: 35px;line-height: 35px;color: #fff;}
.home .row2 .flex1>.col3 .flex2>div{width: 50%;height: 35px;line-height: 35px;background-color: #42accb;font-size: 13px;color: #fff;}
.home .row2 .flex1>.col3 .flex2>div:nth-child(2){background-color: #ffba5d;}
.home .row2 .flex1>.col3>div:last-child{padding:5px 8px 2px 8px;border:1px solid #e5e5e5;margin-top: 5px;font-size: 13.5px;text-align: justify;height: 148px;line-height: 16px;}
/**/
.home .row3 {background-color: #fff;padding-right: 15px;padding-bottom: 15px;}
.home .row3 .flex1{}
.home .row3 .flex1>.col1{width: 740px; border:1px solid #e5e5e5;padding: 22px 15px 15px 15px;border-left: none;}
.home .row3 .flex1>.col2{width: 220px; padding-top: 22px;background-color: #f2f2f2;}
.home .row3 .flex2>.col1{width: 130px;}
.home .row3 .flex3{height: 160px;color: #4a4a4a;margin-top: 20px;}
.home .row3 .flex3 .height1{height: 35px;background-color: #feeaa0;}
.home .row3 .flex3 .height2{height: 80px;background-color: #dff7ff;}
.home .row3 .flex1>.col2>.line1{color: #42accb;padding-left: 15px;}
.home .row3 .flex4{margin:20px 10px 10px 10px;height: 75px;}
.home .row3 .flex4col1{background-color: #42accb;color: #fff;font-size: 13px;border-radius: 6px;height: 35px;width: 93px;padding:0px 5px;}
.home .row3 .flex4col1 i{width: 22px;height: 20px;background-image: url('../../images/desktop/home-4.png');background-repeat: no-repeat;background-position: 0px 0px;}
.home .row3 .flex4col1 i.bg2{background-position: -108px 0px;}
.home .row3 .flex4col1 i.bg3{background-position: 0px -44px;}
.home .row3 .flex4col1 i.bg4{background-position: -108px -42px;}
.home .row3 .flex5{background-color: #d8dbdb;padding:6px 2px;}
.home .row3 .flex5col1{font-size: 11px;color: #252525;width: 70px;padding-left:5px;}
.home .row3 .flex5col2{font-size: 29px;color: #ee082e;}
.home .row3 .flex6{margin-top: 5px;}
.home .row3 .flex6 i{background-image: url('../../images/desktop/home-4.png');background-repeat: no-repeat;width: 34px;height: 34px;display: block;background-position: -1px -124px;}
.home .row3 .flex6 span:nth-child(1){font-size: 11px;color: #4a4a4a;}
.home .row3 .flex6 span:nth-child(3){color: #db0909;font-size: 24px;}
/**/
.home .row4{margin-top: 0px;}
.home .row4 .border1{height: 400px;background-color: #e3f8ff;}
/*-----------------------------*/
/*.home .row4 .bzzx *{margin:0;padding:0;}*/
/*.home .row4 .bzzx img{max-width: initial;}*/
/*.home .row4 .bzzx li{list-style: none;}*/
.home .row4 .bzzx_left{ width:191px; height:400px; float:left; margin:5px 0 0 15px;}
.home .row4 .bzzx_left li{display: flex;align-items: center;}
.home .row4 .bzzx_left li{ width:191px; height:68px; float:left; background:url('../../images/desktop/home-5.png'); background-position:0px 0px; margin-top:12px; font-size:14px; color:#404040; line-height: normal; cursor:pointer;padding:0px 10px 0px 70px;}
.home .row4 .bzzx_left li:nth-child(2){background-position: 0px -80px;}
.home .row4 .bzzx_left li:nth-child(3){background-position: 0px -160px;}
.home .row4 .bzzx_left li:nth-child(4){background-position: 0px -240px;}
.home .row4 .bzzx_left li.on:nth-child(1){ background-position:-301px 0px; color:#fff;}
.home .row4 .bzzx_left li.on:nth-child(2){ background-position:-301px -80px; color:#fff;}
.home .row4 .bzzx_left li.on:nth-child(3){ background-position:-301px -160px; color:#fff;}
.home .row4 .bzzx_left li.on:nth-child(4){ background-position:-301px -240px; color:#fff;}
.home .row4 .bzzx_right1{ width:779px; height:385px; float:left; margin:17px 0 0 15px;}
.home .row4 .bzzx_right11 li{ width:430px; height:254px; float:right;}
.home .row4 .bzzx_right11 li h3{ width:410px; height:26px; line-height:26px; text-align:center; font-size:17px; color:#22afd8; font-weight:normal;}
.home .row4 .bzzx_right11 li p{ width:400px; padding:0px 5px; border-bottom:#e1e1e1 1px dashed; font-size:13.5px; color:#535353; padding-bottom:3px; margin-bottom:8px;height: 64px;}
.home .row4 .bzzx_right11 li p a{ color:#F00;}
.home .row4 .bzzx_right11 li p a:hover{ color:#2293da;}
.home .row4 .bzzx_right11 li span{ display:block; height:40px; line-height:40px; color:#535353; font-size:14px; cursor:pointer;}
.home .row4 .bzzx_right11 li span i{ display:block; padding:0px 0px;width: 81px; height:22px; line-height:20px; text-align:center; float:left; font-style:normal; margin:9px;color:#ffea00; font-size:12px;background-color: #22afd8;}
/*.home .row4 .bzzx_right11 li span:hover{ color:#2471c1;}*/
.home .row4 .bzzx_right11 li span:hover i{width: 81px; padding:0px 0px; border-color:#05b6b0; background:#05b6b0; color:#fff;}
.home .row4 .flex1{padding-right: 15px;}
.home .row4 .flex1col1{width: 238px;height: 101px;margin-top: 10px;}
.home .row4 .flex1col1 a{height: 101px;display: block;border:1px solid #22afd8;}
.home .row4 .flex1col1:nth-child(1){background-image: url('../../images/desktop/home-6.png');background-repeat: no-repeat;}
.home .row4 .flex1col1:nth-child(2){background-image: url('../../images/desktop/home-7.png');background-repeat: no-repeat;}
.home .row4 .flex1col1:nth-child(3){background-image: url('../../images/desktop/home-8.png');background-repeat: no-repeat;}
/**/
.home .row5{padding: 30px 0px 0px 0px;background-color: #fff;}
.home .row5 .flex1col1{width: 470px;height: 55px;background-color: #eeeeee;color: #3fb3e4;}
.home .row5 .flex1col1.active{background-color: #3fb3e4;color: #eeeeee}
.home .row5 .flex1col1 i{background-image: url('../../images/desktop/home-13.png');background-repeat: no-repeat;height: 30px;}
.home .row5 .flex1col1 i.bg1{background-position: 0px 0px;width: 30px;}
.home .row5 .flex1col1.active i.bg1{background-position: -61px 0px;}
.home .row5 .flex1col1 i.bg2{background-position: -119px 0px;width: 40px;}
.home .row5 .flex1col1.active i.bg2{background-position: -180px 0px;width: 40px;}
.home .row5 .tab-contents{padding:20px 15px;border:1px solid #eeeeee;margin-top: 10px;border-left: none;border-right: none;}
.home .row5 .tab-contents>div{display: none;}
.home .row5 .tab-contents>div.active{display: block;overflow: hidden;}
.home .row5 .flex2col1{width: 230px;height: 239px;}
.home .row5 .flex2col1 img{width: 230px;height: 239px;}
.home .row5 .slick-pk img{height: 239px;max-width: 100%;}
.home .row5 .slick-pk div.flex3col1{padding:0px 10px;}
.home .row5 .slick-pk{margin:0px -10px;}
.home .row5 .slick-pk .slick-prev{left: 10px;}
.home .row5 .slick-pk .slick-next{right: 8px;}
/**/
.home .row6 {background-color: #fff;padding-bottom: 35px;}
.home .row6 .flex1{border:1px solid #eeeeee;padding:15px 10px;border-top: none;border-left: none;border-right: none;}
.home .row6 .flex1col1{width: 20%;font-size: 13px;}
.home .row6 i{background-image: url('../../images/desktop/home-14.png');background-repeat: no-repeat;background-position: 0px 0px;height: 50px;width: 50px;display: block;margin-right: 10px;}
.home .row6 i.bg2{background-position: -197px 0px;}
.home .row6 i.bg3{background-position: -397px 0px;}
.home .row6 i.bg4{background-position: -601px 0px;}
.home .row6 i.bg5{background-position: -796px 0px;}
.home .row6 a:hover{text-decoration: underline;color: red;}
/*hover*/
.home .row1 a:hover{text-decoration: underline;color: red;}
.home .row2 a:hover{text-decoration: underline;color: red;}
.home .row3 .col1 a:hover{text-decoration: underline;color: red;}
.home .row3 .col2 a:hover{text-decoration: underline;}
.home .row4 .bzzx_right11 a:hover span{text-decoration: underline;color: red}
.home .row4 .bzzx_right11 li h3:hover{text-decoration: underline;color: red}
/**/ | 0.124426 | 0.051702 |
body{
/* background-color: #C84B31; */
color: #777;
padding: 30px;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 1.7;
}
.header{
position: relative;
height: 95vh;
background-image:linear-gradient(to bottom right,rgba(120, 135, 120, 0.753),rgba(152, 137, 152, 0.753)),url(../p-bk.jpg);
clip-path: polygon(0 0,100% 0, 100% 75vh,0 100%);
background-size: cover;
background-position: top;
box-shadow: 0px 2px 2px #E1E8EB;
}
.logo-box{
position: absolute;
top: 30px;
left: 30px;
}
.logo{
border-radius: 100%;
height: 100px;
width: 100px;
}
.text-box{
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
.heading-primary{
text-transform: uppercase;
color: #fff;
}
.heading-primary-main{
display: block;
letter-spacing: 36px;
font-size: 30px;
font-weight: 400;
margin-bottom: 60px;
}
.heading-primary-sub{
display: block;
letter-spacing: 60.4px;
font-weight:700 ;
font-size: 20px;
}
footer{
margin-top: 20px;
display: block;
}
img{
vertical-align: middle;
width: 75px;
height: 75px;
}
header li{
font-size:20px;
display: inline-block;
width: 120px;
height: 60px;
}
header li{
padding: 5px;
color:white;
text-align: center;
background-color: #1f1f1f;
}
header li:hover,header li:hover a{
text-align: center;
background-color: white;
color: #1f1f1f;
text-decoration: none;
}
header li:hover,header li:hover img{
text-align: center;
background-color: #1f1f1f;
color: #1f1f1f;
text-decoration: none;
}
/* header li a:link{
color:#E1E8EB;
background-color: #1f1f1f;
}
header li a:hover{
background-color: #E1E8EB;
color: #1f1f1f;
} */
h2{
text-align: left;
font-size: 50px;
padding: 10px;
}
a{
text-decoration: none;
color: white;
}
/* section{
text-align: center;
} */
#section1{
text-align: center;
margin: 20px;
}
main{
z-index: 5;
position: relative;
top:140px;
}
#section1{
margin-bottom: 20px;
}
#section2{
margin: 20px;
}
#section2 ul{
list-style-type: square;
}
#section3 ul{
padding: 30px;
list-style-type: square;
}
#section3 ul li{
margin: 10px;
}
#section2 ul li{
margin: 10px;
}
footer{
text-align: center;
padding: 15px;
}
p{
animation-name: aa;
animation-duration: 1.5s;
animation-timing-function: ease-out;
}
#section4{
background-color: rgba(120, 135, 120, 0.753);
color: white;
}
#section4 ol{
padding: 50px;
list-style-type: decimal;
}
#section4 ol li{
width: 300px;
margin: 3px;
padding: 10px;
}
hr{
color: #1f1f1f;
border: 1px solid #1f1f1f;
border-width: 2px 0 0 0;
}
@keyframes aa{
0%{
opacity: 0;
transform:translate(-10%,0%);
}
100% {
opacity: 1;
transform:translate(10%,0%);
}
} | css/style.css | body{
/* background-color: #C84B31; */
color: #777;
padding: 30px;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 1.7;
}
.header{
position: relative;
height: 95vh;
background-image:linear-gradient(to bottom right,rgba(120, 135, 120, 0.753),rgba(152, 137, 152, 0.753)),url(../p-bk.jpg);
clip-path: polygon(0 0,100% 0, 100% 75vh,0 100%);
background-size: cover;
background-position: top;
box-shadow: 0px 2px 2px #E1E8EB;
}
.logo-box{
position: absolute;
top: 30px;
left: 30px;
}
.logo{
border-radius: 100%;
height: 100px;
width: 100px;
}
.text-box{
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
.heading-primary{
text-transform: uppercase;
color: #fff;
}
.heading-primary-main{
display: block;
letter-spacing: 36px;
font-size: 30px;
font-weight: 400;
margin-bottom: 60px;
}
.heading-primary-sub{
display: block;
letter-spacing: 60.4px;
font-weight:700 ;
font-size: 20px;
}
footer{
margin-top: 20px;
display: block;
}
img{
vertical-align: middle;
width: 75px;
height: 75px;
}
header li{
font-size:20px;
display: inline-block;
width: 120px;
height: 60px;
}
header li{
padding: 5px;
color:white;
text-align: center;
background-color: #1f1f1f;
}
header li:hover,header li:hover a{
text-align: center;
background-color: white;
color: #1f1f1f;
text-decoration: none;
}
header li:hover,header li:hover img{
text-align: center;
background-color: #1f1f1f;
color: #1f1f1f;
text-decoration: none;
}
/* header li a:link{
color:#E1E8EB;
background-color: #1f1f1f;
}
header li a:hover{
background-color: #E1E8EB;
color: #1f1f1f;
} */
h2{
text-align: left;
font-size: 50px;
padding: 10px;
}
a{
text-decoration: none;
color: white;
}
/* section{
text-align: center;
} */
#section1{
text-align: center;
margin: 20px;
}
main{
z-index: 5;
position: relative;
top:140px;
}
#section1{
margin-bottom: 20px;
}
#section2{
margin: 20px;
}
#section2 ul{
list-style-type: square;
}
#section3 ul{
padding: 30px;
list-style-type: square;
}
#section3 ul li{
margin: 10px;
}
#section2 ul li{
margin: 10px;
}
footer{
text-align: center;
padding: 15px;
}
p{
animation-name: aa;
animation-duration: 1.5s;
animation-timing-function: ease-out;
}
#section4{
background-color: rgba(120, 135, 120, 0.753);
color: white;
}
#section4 ol{
padding: 50px;
list-style-type: decimal;
}
#section4 ol li{
width: 300px;
margin: 3px;
padding: 10px;
}
hr{
color: #1f1f1f;
border: 1px solid #1f1f1f;
border-width: 2px 0 0 0;
}
@keyframes aa{
0%{
opacity: 0;
transform:translate(-10%,0%);
}
100% {
opacity: 1;
transform:translate(10%,0%);
}
} | 0.310381 | 0.07383 |
.hidden .kmt-page {
visibility: hidden;
}
/*body.chromeless*/ .chromeless .kmt-page-header,
/*body.chromeless*/ .chromeless .kmt-page-footer,
.is-needingAuthorization .view-selector-container,
.is-authorized #embed-api-auth-container,
#reports,
.icon-dashboard {
display: none;
}
.is-needingAuthorization .icon-dashboard {
display: block;
}
.is-authorized .view-selector-container,
.icon-dashboard,
.view-selector-container,
#header-auth {
text-align: center;
}
#header-auth {
min-height: 5em;
}
.chart-container {
font-size: 20px;
height: 225px;
width: 225px;
}
.chart-container td {
background: transparent;
border: 0;
}
.kmt-parameter table.data-table tr th[width="10%"] {
width: 10%;
}
.kmt-parameter table.data-table tr th[width="14%"] {
width: 14%;
}
.kmt-parameter table.data-table tr th[width="30%"] {
width: 30%;
}
table.data-table {}
table.data-table caption {}
table.data-table thead tr th {}
table.data-table thead tr th span {}
table.data-table tbody tr td {}
table.data-table tfoot tr td {}
table.data-table tr.data-row-even {}
table.data-table tr.data-row-odd {
background-color: rgba(200, 200, 200, .2);
}
table.data-table thead tr th.data-cell-text {}
table.data-table tbody tr td.data-cell-text {}
table.data-table tfoot tr td.data-cell-text {}
table.data-table thead tr th.data-cell-date {}
table.data-table tbody tr td.data-cell-date {}
table.data-table tfoot tr td.data-cell-date {}
table.data-table thead tr th.data-cell-bool {}
table.data-table tbody tr td.data-cell-bool {}
table.data-table tfoot tr td.data-cell-bool {}
table.data-table thead tr th.data-cell-number,
table.data-table tbody tr td.data-cell-number,
table.data-table tfoot tr td.data-cell-number {
text-align: right;
}
table.data-table thead th.data-sort-asc {}
table.data-table thead th.data-sort-desc {}
.data-table .bar {
white-space: nowrap;
width: 90%;
}
.data-table .bar span {
background: #3366BB;
display: inline-block;
height: 11px;
margin-right: 5px;
-webkit-transition: width 2s;
transition: width 2s;
width: 0;
}
/**/
.icon-dashboard {
margin-bottom: 1em;
}
.is-needingAuthorization .kmt-page-content,
.is-authorized .kmt-page-content {
min-height: 76vh;
}
.is-authorized .kmt-page-content > .kmt-section {
background-color: rgba(216,216,216,.2);
box-shadow: 0 2px 8px rgba(100,100,100,.4);
}
.is-authorized #header-auth {
min-height: 0;
}
.is-authorized .button {
font-size: .8em;
min-width: 7em;
}
.view-selector-container table {
display: inline-block;
height: auto !important;
margin-left: 1em;
}
.view-selector-container table:first-child {
margin-left: 0;
}
.shr-a-shr-nc-shr-oc.shr-a-shr-fc-shr-fb-shr-cb {
text-align: left;
width: 100%;
}
.gapi-analytics-auth-styles-signinbutton {
cursor: pointer;
}
@media screen and (max-width: 700px) {
#view-selector table {
display: table;
margin: 0 auto .5em auto;
width: 100%;
}
body .kmt-parameter td {
}
body h3 + p {
margin-bottom: 1em;
}
} | dashboard/dashboard.css | .hidden .kmt-page {
visibility: hidden;
}
/*body.chromeless*/ .chromeless .kmt-page-header,
/*body.chromeless*/ .chromeless .kmt-page-footer,
.is-needingAuthorization .view-selector-container,
.is-authorized #embed-api-auth-container,
#reports,
.icon-dashboard {
display: none;
}
.is-needingAuthorization .icon-dashboard {
display: block;
}
.is-authorized .view-selector-container,
.icon-dashboard,
.view-selector-container,
#header-auth {
text-align: center;
}
#header-auth {
min-height: 5em;
}
.chart-container {
font-size: 20px;
height: 225px;
width: 225px;
}
.chart-container td {
background: transparent;
border: 0;
}
.kmt-parameter table.data-table tr th[width="10%"] {
width: 10%;
}
.kmt-parameter table.data-table tr th[width="14%"] {
width: 14%;
}
.kmt-parameter table.data-table tr th[width="30%"] {
width: 30%;
}
table.data-table {}
table.data-table caption {}
table.data-table thead tr th {}
table.data-table thead tr th span {}
table.data-table tbody tr td {}
table.data-table tfoot tr td {}
table.data-table tr.data-row-even {}
table.data-table tr.data-row-odd {
background-color: rgba(200, 200, 200, .2);
}
table.data-table thead tr th.data-cell-text {}
table.data-table tbody tr td.data-cell-text {}
table.data-table tfoot tr td.data-cell-text {}
table.data-table thead tr th.data-cell-date {}
table.data-table tbody tr td.data-cell-date {}
table.data-table tfoot tr td.data-cell-date {}
table.data-table thead tr th.data-cell-bool {}
table.data-table tbody tr td.data-cell-bool {}
table.data-table tfoot tr td.data-cell-bool {}
table.data-table thead tr th.data-cell-number,
table.data-table tbody tr td.data-cell-number,
table.data-table tfoot tr td.data-cell-number {
text-align: right;
}
table.data-table thead th.data-sort-asc {}
table.data-table thead th.data-sort-desc {}
.data-table .bar {
white-space: nowrap;
width: 90%;
}
.data-table .bar span {
background: #3366BB;
display: inline-block;
height: 11px;
margin-right: 5px;
-webkit-transition: width 2s;
transition: width 2s;
width: 0;
}
/**/
.icon-dashboard {
margin-bottom: 1em;
}
.is-needingAuthorization .kmt-page-content,
.is-authorized .kmt-page-content {
min-height: 76vh;
}
.is-authorized .kmt-page-content > .kmt-section {
background-color: rgba(216,216,216,.2);
box-shadow: 0 2px 8px rgba(100,100,100,.4);
}
.is-authorized #header-auth {
min-height: 0;
}
.is-authorized .button {
font-size: .8em;
min-width: 7em;
}
.view-selector-container table {
display: inline-block;
height: auto !important;
margin-left: 1em;
}
.view-selector-container table:first-child {
margin-left: 0;
}
.shr-a-shr-nc-shr-oc.shr-a-shr-fc-shr-fb-shr-cb {
text-align: left;
width: 100%;
}
.gapi-analytics-auth-styles-signinbutton {
cursor: pointer;
}
@media screen and (max-width: 700px) {
#view-selector table {
display: table;
margin: 0 auto .5em auto;
width: 100%;
}
body .kmt-parameter td {
}
body h3 + p {
margin-bottom: 1em;
}
} | 0.526343 | 0.106505 |
*{
margin: 0;
padding:0;
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
}
body{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: linear-gradient(45deg,#808080,#333333);
overflow-x: hidden;
}
.container-reg{
box-shadow: 0 5px 25px rgba(0,0,0,0.2);
perspective: 600px;
background: #fff;
border-radius: 20px;
height: 600px;
width: 460px;
transition: transform 1s;
transform-style: preserve-3d;
z-index: 0;
}
.card{
position: relative;
padding: 70px 9%;
}
.is_flipped .card{
padding: 30px 9%;
}
.is_flipped{
transform: rotateY(180deg);
height: 720px;
}
.is_flipped .card_face_front{
transform: rotateY(180deg);
visibility: hidden;
}
.is_flipped .card_face_back{
position: absolute;
right: 8%;
width:100%;
backface-visibility: visible;
-webkit-backface-visibility: hidden;
}
.card_face {
position: absolute;
width:100%;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.card_face_back{
transform: rotateY(180deg);
}
.container-reg h2{
color: #111;
margin-bottom: 45px;
line-height: 1em;
font-weight: 500;
padding-left:10px;
border-left: 5px solid #e91e63;
}
.container-reg .inputBox{
position: relative;
width: 80%;
height: 46px;
margin-bottom: 35px;
}
.container-reg .inputBox:last-child{
margin-bottom: 0;
}
.container-reg .inputBox input{
position: absolute;
top:0;
left:0;
width: 100%;
border:none;
border: 1px solid #cccccc;
background: transparent;
padding: 10px;
border-radius: 4px;
box-sizing: border-box;
outline: none;
font-size: 16px;
color: #111;
font-weight: 300;
}
.container-reg .inputBox span{
position: absolute;
top: 1px;
left: 1px;
padding: 10px;
display: inline-block;
font-size: 14px;
color: #111;
font-weight: 300;
transition: 0.5s;
pointer-events: none;
}
select {
width: 100%;
padding: 16px 20px;
border: none;
border-radius: 4px;
background-color: #f1f1f1;
}
option{
padding: 5px 0;
border-radius: 4px;
}
.container-reg .inputBox input:focus ~ span,
.container-reg .inputBox input:valid ~ span{
transform: translateX(-10px) translateY(-30px);
font-size: 12px;
}
.container-reg .inputBox input[type="submit"]{
background: #2196f3;
color:#fff;
border: none;
max-width: 120px;
cursor: pointer;
font-weight: 500;
}
.container-reg .inputBox input[type="submit"]:hover{
background: #e91e63;
}
.flip{
position: relative;
top: 15px;
text-align: right;
font-size: 12px;
cursor: pointer;
}
.flip-actionBtn:hover{
color:#e91e63;
}
/*Mobile View Page*/
@media screen and (max-width: 576px) {
.container-reg{
width: 90%;
}
.container-reg h2{
font-size: 17px;
}
.container-reg .inputBox{
width: 80%;
}
.container-reg .inputBox input{
font-size: 13px;
}
.container-reg .inputBox span{
font-size: 12px;
}
.flip{
font-size: 10px;
}
.container-reg .inputBox input[type="submit"]{
max-width: 110px;
}
} | public/eczite/regPage.css | *{
margin: 0;
padding:0;
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
}
body{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: linear-gradient(45deg,#808080,#333333);
overflow-x: hidden;
}
.container-reg{
box-shadow: 0 5px 25px rgba(0,0,0,0.2);
perspective: 600px;
background: #fff;
border-radius: 20px;
height: 600px;
width: 460px;
transition: transform 1s;
transform-style: preserve-3d;
z-index: 0;
}
.card{
position: relative;
padding: 70px 9%;
}
.is_flipped .card{
padding: 30px 9%;
}
.is_flipped{
transform: rotateY(180deg);
height: 720px;
}
.is_flipped .card_face_front{
transform: rotateY(180deg);
visibility: hidden;
}
.is_flipped .card_face_back{
position: absolute;
right: 8%;
width:100%;
backface-visibility: visible;
-webkit-backface-visibility: hidden;
}
.card_face {
position: absolute;
width:100%;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.card_face_back{
transform: rotateY(180deg);
}
.container-reg h2{
color: #111;
margin-bottom: 45px;
line-height: 1em;
font-weight: 500;
padding-left:10px;
border-left: 5px solid #e91e63;
}
.container-reg .inputBox{
position: relative;
width: 80%;
height: 46px;
margin-bottom: 35px;
}
.container-reg .inputBox:last-child{
margin-bottom: 0;
}
.container-reg .inputBox input{
position: absolute;
top:0;
left:0;
width: 100%;
border:none;
border: 1px solid #cccccc;
background: transparent;
padding: 10px;
border-radius: 4px;
box-sizing: border-box;
outline: none;
font-size: 16px;
color: #111;
font-weight: 300;
}
.container-reg .inputBox span{
position: absolute;
top: 1px;
left: 1px;
padding: 10px;
display: inline-block;
font-size: 14px;
color: #111;
font-weight: 300;
transition: 0.5s;
pointer-events: none;
}
select {
width: 100%;
padding: 16px 20px;
border: none;
border-radius: 4px;
background-color: #f1f1f1;
}
option{
padding: 5px 0;
border-radius: 4px;
}
.container-reg .inputBox input:focus ~ span,
.container-reg .inputBox input:valid ~ span{
transform: translateX(-10px) translateY(-30px);
font-size: 12px;
}
.container-reg .inputBox input[type="submit"]{
background: #2196f3;
color:#fff;
border: none;
max-width: 120px;
cursor: pointer;
font-weight: 500;
}
.container-reg .inputBox input[type="submit"]:hover{
background: #e91e63;
}
.flip{
position: relative;
top: 15px;
text-align: right;
font-size: 12px;
cursor: pointer;
}
.flip-actionBtn:hover{
color:#e91e63;
}
/*Mobile View Page*/
@media screen and (max-width: 576px) {
.container-reg{
width: 90%;
}
.container-reg h2{
font-size: 17px;
}
.container-reg .inputBox{
width: 80%;
}
.container-reg .inputBox input{
font-size: 13px;
}
.container-reg .inputBox span{
font-size: 12px;
}
.flip{
font-size: 10px;
}
.container-reg .inputBox input[type="submit"]{
max-width: 110px;
}
} | 0.322846 | 0.060529 |
body{
margin: auto 0;
width: 100%;
height: 100%;
font-family: "Roboto Condensed", Arial;
}
.zone {
cursor:pointer;
color:#FFF;
font-size:2em;
border-radius:4px;
border:1px solid #bbb;
transition: all 0.3s linear;
}
.zone:hover {
-webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
-moz-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
-o-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
}
/*COVER*/
.container{
display: flex;
justify-content: center;
align-items: center;
height: 40vh;
}
.cover{
width: 20rem;
}
/*GRID*/
.grid-wrapper{
display: grid;
grid-gap: 0px;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.box > img{
width: 50%;
}
.box > text{
text-align: center;
}
.box{
padding: 60px;
margin: 15px;
display: flex;
justify-content: center;
align-items: center;
}
.box:hover {
-webkit-transform:rotate(-7deg);
-moz-transform:rotate(-7deg);
-o-transform:rotate(-7deg);
transform:rotate(-7deg);
}
.admin-user{
justify-content: center;
align-items: center;
}
.admin-user > img{
width: 10%;
}
.menu-title{
font-family: "Roboto Condensed", Arial;
font-size: 3vh;
text-align: center;
}
/*Footer*/
footer{
width: 100%;
position: absolute;
bottom: 0px;
left: 0px;
text-align: center;
}
/*https://paulund.co.uk/how-to-create-shiny-css-buttons*/
/***********************************************************************
* Green Background
**********************************************************************/
.green{
background: #56B870; /* Old browsers */
background: -moz-linear-gradient(top, #56B870 0%, #a5c956 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56B870), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #56B870 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #56B870 0%,#a5c956 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #56B870 0%,#a5c956 100%); /* IE10+ */
background: linear-gradient(top, #56B870 0%,#a5c956 100%); /* W3C */
}
/***********************************************************************
* Red Background
**********************************************************************/
.red{
background: #C655BE; /* Old browsers */
background: -moz-linear-gradient(top, #C655BE 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C655BE), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #C655BE 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #C655BE 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #C655BE 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(top, #C655BE 0%,#cf0404 100%); /* W3C */
}
/***********************************************************************
* Yellow Background
**********************************************************************/
.yellow{
background: #F3AAAA; /* Old browsers */
background: -moz-linear-gradient(top, #F3AAAA 0%, #febf04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3AAAA), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* IE10+ */
background: linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* W3C */
}
/***********************************************************************
* Blue Background
**********************************************************************/
.blue{
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
}
.grey{
background:#FFFFFF;
background: -moz-linear-gradient(top, #FFFFFF 0%, #EBEBEB 44%, #A1A1A1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(44%,#EBEBEB), color-stop(100%,#A1A1A1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FFFFFF 0%,#EBEBEB 44%,#A1A1A1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FFFFFF 0%,#EBEBEB 44%,#A1A1A1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #FFFFFF 0%,#EBEBEB 44%,#A1A1A1 100%); /* IE10+ */
background: linear-gradient(top, #FFFFFF 0%,#EBEBEB 44%,#A1A1A1 100%); /* W3C */
}
/*LOGIN*/
.bg{
background-image: url(login-bg.jpg);
}
.login-right {
position: inherit;
overflow: auto;
margin-right: 0;
background-size: auto;
-webkit-background-size: cover;
background-color: rgba(255, 255, 255, 0.57);
background-blend-mode: overlay
}
.image-center-login{
display: block;
margin: auto;
vertical-align: middle;
border: 0;
}
.login-title{
margin-top: 10px;
font-family: "Roboto Condensed", Arial;
text-align: center;
display: block;
margin-block-start: 1.33em;
margin-block-end: 1.33em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.login-form{
display: flex;
align-items: center;
justify-content: center;
margin: 30px 30px 30px 30px;
padding: 20px 20px 20px 20px;
}
.card-block{
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0, 0, 0, .24) !important;
border-radius: 2px;
margin-bottom: .5rem;
border-color: transparent;
background: #fff;
padding: 1.25rem;
border: 1px solid #e5e5e5;
}
.btn-login{
background-color: #630f0f!important;
color: white!important;
border-color: #fffbfb00
}
.btn-login:hover{
color: #fff!important;
text-decoration: none;
background-color: #400b0b!important;
} | public/css/style.css | body{
margin: auto 0;
width: 100%;
height: 100%;
font-family: "Roboto Condensed", Arial;
}
.zone {
cursor:pointer;
color:#FFF;
font-size:2em;
border-radius:4px;
border:1px solid #bbb;
transition: all 0.3s linear;
}
.zone:hover {
-webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
-moz-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
-o-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
}
/*COVER*/
.container{
display: flex;
justify-content: center;
align-items: center;
height: 40vh;
}
.cover{
width: 20rem;
}
/*GRID*/
.grid-wrapper{
display: grid;
grid-gap: 0px;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.box > img{
width: 50%;
}
.box > text{
text-align: center;
}
.box{
padding: 60px;
margin: 15px;
display: flex;
justify-content: center;
align-items: center;
}
.box:hover {
-webkit-transform:rotate(-7deg);
-moz-transform:rotate(-7deg);
-o-transform:rotate(-7deg);
transform:rotate(-7deg);
}
.admin-user{
justify-content: center;
align-items: center;
}
.admin-user > img{
width: 10%;
}
.menu-title{
font-family: "Roboto Condensed", Arial;
font-size: 3vh;
text-align: center;
}
/*Footer*/
footer{
width: 100%;
position: absolute;
bottom: 0px;
left: 0px;
text-align: center;
}
/*https://paulund.co.uk/how-to-create-shiny-css-buttons*/
/***********************************************************************
* Green Background
**********************************************************************/
.green{
background: #56B870; /* Old browsers */
background: -moz-linear-gradient(top, #56B870 0%, #a5c956 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56B870), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #56B870 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #56B870 0%,#a5c956 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #56B870 0%,#a5c956 100%); /* IE10+ */
background: linear-gradient(top, #56B870 0%,#a5c956 100%); /* W3C */
}
/***********************************************************************
* Red Background
**********************************************************************/
.red{
background: #C655BE; /* Old browsers */
background: -moz-linear-gradient(top, #C655BE 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C655BE), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #C655BE 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #C655BE 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #C655BE 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(top, #C655BE 0%,#cf0404 100%); /* W3C */
}
/***********************************************************************
* Yellow Background
**********************************************************************/
.yellow{
background: #F3AAAA; /* Old browsers */
background: -moz-linear-gradient(top, #F3AAAA 0%, #febf04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3AAAA), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* IE10+ */
background: linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* W3C */
}
/***********************************************************************
* Blue Background
**********************************************************************/
.blue{
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
}
.grey{
background:#FFFFFF;
background: -moz-linear-gradient(top, #FFFFFF 0%, #EBEBEB 44%, #A1A1A1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(44%,#EBEBEB), color-stop(100%,#A1A1A1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FFFFFF 0%,#EBEBEB 44%,#A1A1A1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FFFFFF 0%,#EBEBEB 44%,#A1A1A1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #FFFFFF 0%,#EBEBEB 44%,#A1A1A1 100%); /* IE10+ */
background: linear-gradient(top, #FFFFFF 0%,#EBEBEB 44%,#A1A1A1 100%); /* W3C */
}
/*LOGIN*/
.bg{
background-image: url(login-bg.jpg);
}
.login-right {
position: inherit;
overflow: auto;
margin-right: 0;
background-size: auto;
-webkit-background-size: cover;
background-color: rgba(255, 255, 255, 0.57);
background-blend-mode: overlay
}
.image-center-login{
display: block;
margin: auto;
vertical-align: middle;
border: 0;
}
.login-title{
margin-top: 10px;
font-family: "Roboto Condensed", Arial;
text-align: center;
display: block;
margin-block-start: 1.33em;
margin-block-end: 1.33em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.login-form{
display: flex;
align-items: center;
justify-content: center;
margin: 30px 30px 30px 30px;
padding: 20px 20px 20px 20px;
}
.card-block{
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0, 0, 0, .24) !important;
border-radius: 2px;
margin-bottom: .5rem;
border-color: transparent;
background: #fff;
padding: 1.25rem;
border: 1px solid #e5e5e5;
}
.btn-login{
background-color: #630f0f!important;
color: white!important;
border-color: #fffbfb00
}
.btn-login:hover{
color: #fff!important;
text-decoration: none;
background-color: #400b0b!important;
} | 0.252845 | 0.067393 |
.template-green {
background-color: #b2ce22;
}
body {
background: #f8f8f8;
position: relative;
bottom: 20%;
font-family: 'Open Sans', sans-serif;
}
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;
}
/*----*/
.header-top {
background: #b2ce22;
padding: 0.5em 0;
}
ul {
padding: 0;
margin: 0;
}
p.header-para {
float: left;
margin: 0;
font-size: 1.2em;
color: #fff;
text-transform: uppercase;
font-weight: 400;
}
ul.sign {
float: right;
}
ul.sign li {
display: inline-block;
padding: 0;
}
ul.sign li a {
font-size: 1.2em;
text-decoration: none;
color: #fff;
font-weight: 600;
}
ul.sign li span {
background: url(../images/img-sprite.png) -5px -13px;
width: 22px;
height: 14px;
display: inline-block;
}
.header-bottom-top {
background: #1c1d24;
}
.logo {
float: left;
margin-top: 0em;
}
.top-nav {
float: right;
}
.top-nav ul li {
display: inline-block;
padding: 2em 1em;
}
.top-nav ul li a {
font-size: 1.1em;
text-decoration: none;
color: #fff;
font-weight: 700;
}
.top-nav ul li a:hover, .top-nav ul li.active a {
color: #b2ce22;
}
.top-nav span.menu:before {
content: url(../images/menu.png)no-repeat 0px 0px;
cursor: pointer;
width: 100%;
}
.top-nav span.menu {
display: none;
}
/*--responsive media-quries--*/
@media(max-width:768px) {
.top-nav ul {
display: none;
position: absolute;
width: 100%;
z-index: 9999;
left: 0%;
margin: 0em 0em;
background: #b2ce22;
}
.top-nav span.menu {
display: block;
width: 100%;
position: relative;
text-align: right;
padding: 1.3em 0 0;
}
.top-nav ul li {
display: block;
float: none;
padding: 0.8em 0;
text-align: center;
}
.top-nav ul li a, .top-nav ul li.active a {
color: #fff;
border: none;
padding: 0;
}
.top-nav ul li a:hover, .top-nav ul li.active a:hover {
color: #000;
border: none;
}
}
.search {
background: #2f313d;
position: relative;
margin: 1.7em 1em 0;
float: right;
box-shadow: 4px 4px #000;
}
.search input[type="text"] {
border: none;
outline: none;
background: none;
font-size: 1.2em;
color: #fff;
width: 86%;
padding: 4px;
-webkit-apperance: none;
margin: 0;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
text-transform: uppercase;
}
.search input[type="submit"] {
outline: none;
cursor: pointer;
width: 13px;
height: 13px;
background: url(../images/img-sprite.png) -34px -13px;
border: none;
}
/*--- slider-css --*/
.slider {
position: relative;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
.rslides_tabs {
background: none !important;
border: none;
box-shadow: none;
position: relative;
top: -90px;
z-index: 999;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 12px;
width: 12px;
background: #1c1d24;
display: inline-block;
border-radius: 50px;
}
.callbacks_here a:after {
background: #b2ce22;
}
.callbacks_tabs a {
visibility: hidden;
}
.callbacks_tabs li {
display: inline-block;
padding: 0 5px
}
ul.callbacks_tabs.callbacks1_tabs {
position: absolute;
bottom: 5%;
z-index: 999;
right: 46%;
}
/*--banner--*/
.banner {
position: relative;
}
.banner span.matter {
width: 579px;
height: 229px;
background: url(../images/ma.png) 0px 0px;
display: inline-block;
position: absolute;
top: 19em;
right: 35em;
}
.content-app h3, .content-app-up h3 {
margin: 0;
font-size: 4.5em;
font-weight: 700;
text-transform: uppercase;
font-family: 'Passion One', cursive;
}
.content-app-up h3 {
text-align: center;
padding: 1em 0 0;
}
span.line {
border-top: 1px solid #C0BEBE;
width: 84%;
height: 2px;
display: block;
margin: 0 auto;
}
.content-from {
padding: 3em 0;
}
.content-from p {
margin: 1em 0 0;
font-size: 1.2em;
font-weight: 700;
text-transform: uppercase;
}
.content-app {
text-align: center;
padding: 6em 0 3em;
}
.regard {
width: 70%;
margin: 0 auto;
}
.regard-in {
background: #fff;
border: 2px solid #C0BEBE;
padding: 2em 3.5em;
position: relative;
margin: 3.5em 0;
}
.regard-in p a {
text-decoration: none;
color: #b2ce22;
}
.regard-in p {
margin: 0;
font-weight: 600;
font-size: 1.2em;
}
.ago {
float: left;
padding: 1em 0;
}
.col-d {
float: right;
width: 37%;
padding: 8em 0;
}
.regard-in span {
width: 32px;
height: 29px;
background: url(../images/img-sprite.png) -90px -6px;
display: inline-block;
position: absolute;
right: 2%;
top: 10%;
}
.regard-in span.camera {
background-position: -133px -6px;
top: 4%;
}
.regard-in span.face {
background-position: -163px -6px;
}
/*----*/
.content-top {
text-align: center;
padding: 7em 0 2em;
}
.content-top h3, .slow-grid h4 {
margin: 0;
font-size: 4.5em;
font-weight: 700;
text-transform: uppercase;
font-family: 'Passion One', cursive;
}
.content-top h3 span {
color: #f3bc23;
}
.slow-grid h4 {
font-size: 2.2em;
line-height: 0.9em;
}
.bat {
text-align: left;
padding: 4em 0;
}
.content-slow {
padding: 3em 0;
}
a.view {
text-decoration: none;
font-size: 1.6em;
color: #b2ce22;
font-family: 'Passion One', cursive;
}
ul.sign-in {
padding: 2em 0;
}
ul.sign-in li {
list-style: none;
font-size: 1.5em;
font-weight: 700;
}
.slow-grid {
float: left;
width: 19%;
}
.grid-slow {
width: 26.5%;
}
/*---*/
.content-bottom {
position: relative;
background: #1c1d24;
padding: 3em 0;
}
.let-your {
text-align: center;
padding: 0 0 5em;
}
.let-your h3 {
margin: 3px 0;
font-size: 5.1em;
color: #575a6f;
}
.let-your p {
margin: 0em auto;
font-size: 1.3em;
color: #C5C5C5;
width: 72%;
padding: 1.5em 0;
line-height: 1.7em;
}
.let-your span {
color: #fff;
font-size: 1.3em;
float: right;
font-weight: 700;
}
.bottom-right h4 {
margin: 0;
font-size: 1.7em;
font-weight: 700;
text-transform: uppercase;
font-family: 'Passion One', cursive;
}
.bottom-right p {
color: #b2ce22;
font-size: 1.2em;
font-weight: 800;
}
.men-grid-left {
float: left;
width: 48%;
margin-right: 2.2em;
}
.content-bottom-right {
width: 71%;
margin: 0 auto;
}
.bot-1-2 {
margin: 0;
}
.our-grid {
background: url(../images/ba2.png) 0px 0px;
width: 100%;
height: 870px;
display: inline-block;
}
.our-grid h3 {
margin: 2em 0 0;
font-size: 5.1em;
color: #575a6f;
text-align: center;
}
.the-do h6 {
margin: 0 0 0.5em;
font-size: 2.1em;
color: #fff;
text-transform: uppercase;
font-weight: 700;
}
.the-do span {
font-size: 1.1em;
color: #b2ce22;
font-weight: 700;
}
.the-do p {
margin: 0.4em 0 0;
font-size: 1.1em;
color: #fff;
font-weight: 700;
text-transform: uppercase;
}
.the-do ul {
padding: 0.7em 0 0.5em 2.7em;
}
.the-do ul li {
list-style: none;
font-size: 1.1em;
color: #fff;
font-weight: 700;
text-transform: uppercase;
padding: 0.2em 0;
}
.do-the {
padding: 4em 0;
}
.content-con {
padding: 6em 0 0;
}
/*--appreal--*/
/*--gear--*/
.banner span.matter-out-in {
width: 620px;
height: 263px;
background: url(../images/ma3.png) 0px 0px;
}
.content-gear h3, .gear-content h3, .gear-content h3, .gear-content-grid h3, .order-content h3 {
margin: 0.5em 0;
font-size: 4.5em;
font-weight: 700;
text-transform: uppercase;
font-family: 'Passion One', cursive;
}
.gear-content-grid h3, .order-content h3 {
border-top: 1px solid #BEBEBE;
padding: 1em 0;
margin: 0;
}
.gear-grid {
padding: 3em 0 6em;
}
.gear-content h3, .gear-content-grid, .order-content h3 {
text-align: center;
}
.content-gear h3 span, .gear-content h3 span {
color: #f3bc23;
}
.gear-content-grid iframe {
width: 90%;
height: 500px;
}
.content-gear p {
font-size: 1.4em;
line-height: 1.6em;
width: 95%;
margin: 0 auto;
border-bottom: 1px solid #BEBEBE;
padding: 0 0 4em;
}
.content-gear {
text-align: center;
padding: 2em 0 3em;
}
label.icon-grid {
float: left;
width: 122px;
height: 121px;
background: url(../images/img-sprite.png) 0px -65px;
}
label.icon {
background-position: -132px -65px;
}
label.grid-icon {
background-position: -270px -65px;
}
.inner-gear {
float: right;
width: 60%;
}
.inner-gear h5 {
margin: 0;
font-size: 1.6em;
font-weight: 700;
font-family: 'Passion One', cursive;
}
.inner-gear p {
margin: 0;
font-size: 1em;
font-weight: 400;
}
.order-left {
float: left;
border: 1px solid #C7C5C5;
background: #fff;
padding: 1em 0.5em;
}
.left-order {
float: right;
width: 50%;
}
.left-order h5 {
margin: 0;
font-size: 3.5em;
font-family: 'Passion One', cursive;
text-transform: uppercase;
}
.left-order span {
font-size: 1.4em;
color: #b2ce22;
font-weight: 800;
}
.left-order p {
margin: 1em 0 3em;
font-size: 1.2em;
width: 85%;
}
p.size {
font-family: 'Passion One', cursive;
text-transform: uppercase;
font-size: 1.6em;
margin: 0 0 1em;
}
p.size b {
padding: 0.2em 2em;
background: #fff;
border: 1px solid #C7C5C5;
margin: 0 1em;
}
p.size-in {
margin: 0 0 2em;
}
p.size-in b {
padding: 0.2em 3em;
}
a.cart {
text-decoration: none;
font-size: 1.4em;
color: #b2ce22;
background: #1c1d24;
padding: 0.5em 2em;
}
a.cart:hover {
color: #fff;
background: #b2ce22;
}
.inner-gear h5 a, .we-do h6 a {
text-decoration: none;
color: #b2ce22;
}
.order-content {
padding: 5em 0 7em;
}
/*--team--*/
/*-----start-gallery---*/
.gallery {
background: #EEEEEE;
padding: 4em 0;
}
.gallery-grids {
padding: 1em 0 2em;
}
.head h3 {
color: #000000;
font-size: 3.5em;
font-weight: 700;
width: 17.3%;
margin: 0 auto;
font-family: 'Passion One', cursive;
}
.gallery-grid3 {
width: 66.6%;
float: left;
padding-right: 30px;
}
.gallery-grid1 {
width: 33.3%;
float: left;
padding-right: 30px;
}
.gallery-grid2 {
width: 50%;
float: left;
padding-right: 30px;
}
/*----*/
/* Self Clearing Goodness */
/* Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe {
position: relative;
display: inline-block;
vertical-align: top;
font-weight: 300;
overflow: hidden;
width: 100%;
}
.b-link-stripe .b-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
color: #ffffff;
overflow: hidden;
}
/*-----------------------------------------------------------------------------------*/
/* Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go {
text-decoration: none;
}
.b-animate {
transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
visibility: hidden;
font-size: 1.1em;
font-weight: 700;
}
.b-animate img {
margin-top: 4%;
display: -webkit-inline-box;
}
.b-animate span {
display: block;
font-size: 2em;
text-transform: uppercase;
padding-top: 3em;
display: block;
font-weight: 500;
}
.b-animate button {
background: #000;
padding: 0.9em 1.8em;
color: #b2ce22;
text-transform: uppercase;
font-size: 0.875em;
border: none;
border-radius: 0.3em;
margin: 0.8em auto;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
outline: none;
}
.b-animate button:hover {
background: #3B3B43;
color: #fff;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate {
visibility: visible;
}
.b-from-left {
position: relative;
left: -100%;
background: rgba(178, 206, 34, 0.71);
background-size: 100% 100%;
top: 0px;
margin: 0;
min-height: 307px;
}
.b-animate-go:hover .b-from-left {
left: 0;
}
.view-gallery-btn {
background: #b2ce22;
color: #FFF;
text-transform: uppercase;
padding: 0.875em 0em;
width: 15%;
display: block;
margin: 0 auto;
text-align: center;
}
.view-gallery-btn:hover {
background: #1c1d24;
color: #fff;
text-decoration: none;
}
.gallery-grids-row1 {
padding: 1.5em 0;
}
/*--services--*/
.us-head h5 {
margin: 0;
font-size: 2.4em;
font-weight: 700;
font-family: 'Passion One', cursive;
text-transform: uppercase;
}
.services-us {
padding: 4em 0;
}
.service-grid {
padding: 1em 0;
}
.us-head {
}
.us-head p {
margin: 1em 0 3em;
font-size: 1.2em;
line-height: 25px;
}
.service-left h6 {
margin: 0;
font-size: 1.7em;
color: #b2ce22;
}
ul.service-list li {
list-style: none;
border-bottom: 1px solid #D0D0D0;
padding: 0.6em 0;
}
ul.service-list li.sed-ut {
border: none;
}
ul.service-list li a {
text-decoration: none;
font-size: 1.2em;
}
ul.service-list li a:hover {
color: #f3b628;
}
.service-top h3 {
margin: 0.5em 0;
font-size: 4.5em;
font-weight: 700;
text-transform: uppercase;
font-family: 'Passion One', cursive;
text-align: center;
}
.we-do h6 {
margin: 0;
font-size: 1.6em;
color: #b2ce22;
}
.we-do p {
margin: 0;
font-size: 1.1em;
}
ul.service-list {
width: 74%;
padding: 2em 0;
}
a.more-left {
background: #b2ce22;
color: #FFF;
text-transform: uppercase;
padding: 0.875em 1em;
font-size: 1.1em;
}
a.more-left:hover {
color: #fff;
background: #1c1d24;
text-decoration: none;
}
.services {
padding: 2em 0px 4em;
}
/*--sign-up--*/
/*--register--*/
.register-top-grid h3 {
color: #b2ce22;
font-size: 1.6em;
padding-bottom: 5px;
margin: 0;
font-weight: 600;
}
.register-top-grid span {
color: #555;
font-size: 1.2em;
padding-bottom: 0.2em;
display: block;
text-transform: uppercase;
}
.register-top-grid input[type="text"] {
border: 1px solid #EEE;
outline-color: #b2ce22;
width: 85%;
font-size: 1em;
padding: 1em;
margin: 0.5em 0;
}
.checkbox {
margin-bottom: 4px;
padding-left: 27px;
font-size: 1.2em;
line-height: 27px;
cursor: pointer;
}
.checkbox {
position: relative;
font-size: 1em;
color: #555;
}
.checkbox:last-child {
margin-bottom: 0;
}
.news-letter {
color: #555;
font-weight: 600;
font-size: 1em;
margin-bottom: 1em;
display: block;
text-transform: uppercase;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
clear: both;
}
.checkbox i {
position: absolute;
bottom: 5px;
left: 0;
display: block;
width: 20px;
height: 20px;
outline: none;
border: 2px solid #E1DFDF;
}
.checkbox input + i:after {
content: '';
background: url("../images/tick1.png") no-repeat 1px 2px;
top: -1px;
left: -1px;
width: 15px;
height: 15px;
font: normal 12px/16px FontAwesome;
text-align: center;
}
.checkbox input + i:after {
position: absolute;
opacity: 0;
transition: opacity 0.1s;
-o-transition: opacity 0.1s;
-ms-transition: opacity 0.1s;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
}
.checkbox input {
position: absolute;
left: -9999px;
}
.checkbox input:checked + i:after {
opacity: 1;
}
.news-letter:hover {
color: #00BFF0;
}
.mation {
padding: 1em 0;
}
.register {
padding: 4em 0;
width: 58%;
margin: 0 auto;
}
/*--contact--*/
.send-contact h4 {
margin: 0 0 1em;
font-size: 2.4em;
font-family: 'Passion One', cursive;
text-transform: uppercase;
}
.contact {
padding: 4em 0 6em;
}
.contact-grid {
text-align: center;
}
p.your-para, p.message-para {
color: #636363;
margin: 0;
font-size: 1em;
}
p.message-para {
padding: 0 1em;
}
p.your-para span, p.message-para span {
color: #b2ce22;
}
.contact-left input[type="text"], .subject input[type="text"] {
width: 100%;
padding: 1em;
margin: 1em 0;
background: none;
outline: none;
border: 1px solid #636363;
}
.subject input[type="text"] {
margin: 1em;
width: 95%;
}
.send-contact textarea {
resize: none;
width: 95%;
padding: 1em;
margin: 1em;
background: none;
outline: none;
border: 1px solid #636363;
-webkit-appearance: none;
}
.contact input[type="submit"] {
float: right;
width: 28%;
font-size: 1.5em;
background: #b2ce22;
padding: 0.6em 1em;
text-align: center;
color: #fff;
border: none;
outline: none;
margin: 0 auto;
-webkit-appearance: none;
}
.contact input[type="submit"]:hover {
background: #1c1d24;
}
.send {
padding: 0 1em;
}
.map iframe {
width: 538px;
height: 447px;
border: none;
}
/*--footer--*/
.footer {
background: #1c1d24;
padding: 2em 0;
}
.footer-grid {
float: left;
}
p.footer-grid {
margin: 0;
font-size: 1.1em;
color: #fff;
}
p.footer-grid a {
text-decoration: none;
color: #b2ce22;
}
p.footer-grid a:hover {
color: #fff;
}
.nav-top {
float: right;
}
.nav-top ul li {
display: inline-block;
padding: 0em 1em;
}
.nav-top ul li a {
font-size: 1.1em;
text-decoration: none;
color: #fff;
font-weight: 700;
}
.nav-top ul li a:hover, .nav-top ul li.active a {
color: #b2ce22;
}
/*--responsive media-quries--*/
@media(max-width:1440px) {
}
@media(max-width:1366px) {
}
@media(max-width:1280px) {
.banner span.matter {
top: 14em;
right: 16em;
}
}
@media(max-width:1024px) {
.banner span.matter {
top: 7em;
right: 4em;
}
.col-d {
width: 21%;
}
.regard-in p {
font-size: 1.1em;
}
.inner-gear {
width: 53%;
}
.us-head p {
margin: 1em 0 2em;
height: 251px;
overflow: hidden;
}
.men-grid-left {
margin-right: 1.9em;
}
.send-contact textarea {
width: 93%;
}
.subject input[type="text"] {
width: 93%;
}
.map iframe {
width: 439px;
}
.bot-1-2 {
margin: 0;
}
}
@media(max-width:768px) {
.search {
margin: 1.7em auto 0;
float: none;
width: 33%;
}
.banner span.matter {
top: 2em;
right: 0em;
}
.left-pic {
margin: 0 auto;
}
.col-d {
float: none;
width: 100%;
padding: 0em 0;
}
.content-app h3, .content-app-up h3, .service-top h3 {
font-size: 3.5em;
}
.content-app {
padding: 3em 0 1em;
}
.regard-in {
margin: 2.5em 0;
}
.content-gear h3, .gear-content h3, .gear-content h3,
.gear-content-grid h3, .order-content h3 {
font-size: 3.5em;
}
.nav-top ul li {
padding: 0em 0.5em;
}
.content-gear p {
font-size: 1.2em;
padding: 0 0 2em;
}
.inner-gear {
width: 80%;
padding: 1.5em 0;
}
.gear-grid {
padding: 1em 0 3em;
}
.left-order {
float: none;
padding: 2em 8em;
width: 100%;
}
.order-left {
float: none;
margin: 0 auto;
}
.order-content {
padding: 3em 0 4em;
}
.us-head h5 {
font-size: 2em;
}
.us-head p {
margin: 0.3em 0 2em;
font-size: 1.1em;
height: 225px;
}
ul.service-list {
width: 100%;
padding: 1em 0;
}
ul.service-list li {
width: 31%;
margin: 0 auto;
}
.subject input[type="text"], .send-contact textarea {
width: 96%;
}
.content-top h3, .slow-grid h4 {
font-size: 3.5em;
}
.slow-grid h4 {
font-size: 1.8em;
}
a.view {
font-size: 1.4em;
}
.content-bottom span.matter-in {
left: 5em;
}
.let-your h3, .our-grid h3 {
font-size: 3.7em;
}
.let-your p {
font-size: 1.1em;
padding: 0.5em 0;
}
.men-grid-left {
margin-right: 0.73em;
}
.bot-1-2 {
margin: 0;
}
.grid-img {
display: none;
}
.the-do h6 {
font-size: 1.7em;
}
.the-do ul li {
font-size: 1em;
}
.do-the {
padding: 1em 0;
}
.our-grid h3 {
margin: 1em 0 0;
}
.our-grid {
height: 665px;
}
.content-top {
padding: 4em 0 0em;
}
.content-con {
padding: 3em 0 0;
}
.b-animate span {
padding-top: 1.5em;
}
.content-from p {
margin: 1em 0;
}
.service-left h6 {
text-align: center;
}
.map iframe {
width: 666px;
height: 300px;
}
}
@media(max-width:640px) {
.banner span.matter {
background-size: 430px;
width: 434px;
height: 172px;
}
.search {
width: 36%;
}
.content-app h3, .content-app-up h3, .service-top h3 {
font-size: 3em;
}
.content-gear h3, .gear-content h3, .gear-content h3, .gear-content-grid h3, .order-content h3 {
font-size: 3em;
}
.content-from p {
margin: 0.5em 0;
}
.content-gear p {
font-size: 1.1em;
}
.inner-gear {
width: 74%;
}
.left-order h5 {
font-size: 2.5em;
}
.b-animate span {
font-size: 1.5em;
}
.view-gallery-btn {
width: 19%;
}
.we-do h6 {
font-size: 1.3em;
}
.we-do {
padding: 0.5em 0;
}
.service-grid {
padding: 0em 0;
}
ul.service-list li {
width: 38%;
}
.service-left h6 {
font-size: 1.5em;
}
.services {
padding: 1em 0px 2em;
}
.content-bottom span.matter-in {
background-size: 470px;
width: 473px;
height: 179px;
}
.let-your h3, .our-grid h3 {
font-size: 3.1em;
}
.let-your p {
font-size: 1em;
}
.let-your {
padding: 0 0 3em;
}
.the-do h6 {
font-size: 1.3em;
}
.nav-top ul li {
padding: 0.5em;
}
.nav-top, .footer-grid {
float: none;
}
.content-slow {
padding: 1em 0;
}
ul.sign-in li {
font-size: 1.2em;
}
.content-top {
padding: 2em 0 0em;
}
.subject input[type="text"], .send-contact textarea {
width: 96%;
}
.map iframe {
width: 560px;
}
.register {
width: 70%;
}
.footer {
text-align: center;
}
}
@media(max-width:480px) {
ul.sign li a {
font-size: 1em;
}
p.header-para {
font-size: 1em;
}
.banner span.matter {
background-size: 332px;
width: 334px;
height: 133px;
}
.content-app h3, .content-app-up h3, .service-top h3 {
font-size: 2em;
}
.content-from {
padding: 1em 0;
}
.content-from p {
font-size: 1em;
}
.content-app-up h3 {
padding: 0.5em 0 0;
}
.regard-in {
padding: 1.5em 2.5em;
margin: 1.5em 0;
}
.regard-in p {
font-size: 1em;
}
.content-gear h3, .gear-content h3, .gear-content h3, .gear-content-grid h3, .order-content h3, .head h3 {
font-size: 2em;
}
.content-gear p {
font-size: 1em;
height: 70px;
overflow: hidden;
border: none;
}
.content-gear {
padding: 1em 0 1em;
}
.inner-gear {
width: 65%;
}
.inner-gear h5 {
font-size: 1.3em;
}
.inner-gear p {
font-size: 0.9em;
height: 53px;
overflow: hidden;
}
.gear-content-grid iframe {
height: 360px;
}
.left-order p {
margin: 1em 0 1.5em;
font-size: 1em;
}
p.size {
font-size: 1.3em;
}
a.cart {
font-size: 1.2em;
padding: 0.5em 1em;
}
.order-content {
padding: 1em 0;
}
.order-content h3 {
padding: 0.5em 0;
}
.b-animate span {
font-size: 1.2em;
}
.gallery-grid3, .gallery-grid1, .gallery-grid2 {
width: 100%;
padding-right: 0px;
}
.b-animate span {
padding-top: 2.5em;
font-size: 1.5em;
}
.we-do h6 {
font-size: 1.1em;
}
.we-do p {
font-size: 1em;
height: 43px;
overflow: hidden;
}
.services-us {
padding: 2em 0;
}
.us-head h5 {
font-size: 1.3em;
margin: 0.5em 0 0;
}
.us-head p {
font-size: 1em;
height: 81px;
}
a.more-left {
padding: 0.5em 1em;
}
.service-left h6 {
font-size: 1.3em;
}
ul.service-list li a {
font-size: 1em;
}
ul.service-list li {
width: 45%;
}
.content-app h3, .content-app-up h3, .service-top h3, .content-top h3, .slow-grid h4 {
font-size: 2em;
}
.slow-grid {
width: 100%;
padding: 1em 0;
}
.grid-slow {
width: 33.3%;
}
ul.sign-in li {
font-size: 1.1em;
}
.content-bottom span.matter-in {
background-size: 341px;
width: 337px;
height: 125px;
}
.let-your h3, .our-grid h3 {
font-size: 2.1em;
}
.let-your p {
font-size: 0.9em;
height: 73px;
overflow: hidden;
}
.bottom-right h4 {
margin: 0.3em 0 0;
font-size: 1.1em;
}
.bottom-right p {
font-size: 0.9em;
}
.the-do h6 {
font-size: 1.1em;
}
.the-do ul li {
font-size: 0.9em;
}
.our-grid {
height: 598px;
}
.the-do span {
font-size: 1em;
}
.slow-grid h4 {
font-size: 1.5em;
}
.subject input[type="text"], .send-contact textarea {
width: 93%;
}
.contact input[type="submit"] {
font-size: 1.3em;
}
.contact {
padding: 1em 0 2em;
}
.send-contact h4 {
margin: 0 0 0.5em;
font-size: 1.4em;
}
.register-top-grid h3 {
font-size: 1.3em;
}
.register-top-grid span {
font-size: 1.1em;
}
.search input[type="text"] {
font-size: 1.1em;
}
.search {
width: 41%;
}
.left-order {
padding: 2em 1em;
}
.left-order h5 {
font-size: 1.5em;
}
.left-order span {
font-size: 1.2em;
}
.gallery {
padding: 2em 0;
}
.the-do p {
font-size: 0.9em;
}
}
@media(max-width:320px) {
.header-top {
text-align: center;
}
p.header-para, ul.sign li a {
font-size: 0.8em;
}
ul.sign, p.header-para {
float: none;
}
.search {
width: 59%;
}
.search input[type="text"] {
font-size: 1em;
}
.banner span.matter {
background-size: 125px;
width: 126px;
height: 51px;
right: 2em;
}
ul.callbacks_tabs.callbacks1_tabs {
right: 36%;
}
.content-app h3, .content-app-up h3, .service-top h3, .content-top h3 {
font-size: 1.4em;
}
.content-app {
padding: 1em 0 0em;
}
.content-from p {
font-size: 0.9em;
}
.regard-in p {
font-size: 0.9em;
height: 39px;
overflow: hidden;
}
.regard-in {
padding: 1em 1em;
margin: 1em 0;
}
p.footer-grid {
font-size: 1em;
}
.nav-top ul li a {
font-size: 1em;
}
.nav-top ul li {
padding: 0.3em;
}
.content-gear h3, .gear-content h3, .gear-content h3, .gear-content-grid h3, .order-content h3, .head h3 {
font-size: 1.4em;
}
.content-gear p {
font-size: 0.9em;
height: 57px;
}
.inner-gear {
width: 44%;
}
.inner-gear h5 {
font-size: 1.1em;
}
.inner-gear p {
font-size: 0.87em;
height: 37px;
}
.gear-grid {
padding: 0.5em 0 1em;
}
.gear-content-grid iframe {
height: 230px;
}
.left-order span {
font-size: 1em;
}
.left-order p {
margin: 1em 0 0em;
font-size: 0.9em;
width: 100%;
}
p.size {
margin: 1em 0 1.5em;
font-size: 1.2em;
}
.b-animate span {
padding-top: 1em;
font-size: 1.2em;
}
.b-animate button {
padding: 0.5em 1em;
}
.gallery-grids {
padding: 0 0;
}
.gallery {
padding: 1em 0;
}
.view-gallery-btn {
width: 36%;
padding: 0.8em 0;
}
.we-do p {
font-size: 0.9em;
height: 39px;
}
.services-us {
padding: 1em 0;
}
.us-head h5 {
font-size: 1.2em;
}
.us-head p {
font-size: 0.9em;
line-height: 20px;
margin: 0.3em 0 1.4em;
}
.service-left h6 {
font-size: 1.2em;
}
ul.service-list li a {
font-size: 0.9em;
}
ul.service-list li {
width: 65%;
}
ul.service-list {
padding: 0.4em 0;
}
.serives-bottom {
padding: 0.5em 0 0;
}
.slow-grid h4 {
font-size: 1.2em;
}
a.view {
font-size: 1.1em;
}
.grid-slow {
width: 50%;
}
ul.sign-in {
padding: 0em 0;
}
ul.sign-in li {
font-size: 1em;
}
.content-bottom span.matter-in {
background-size: 209px;
width: 203px;
height: 79px;
}
.let-your h3, .our-grid h3 {
font-size: 1.5em;
}
.let-your span {
font-size: 1.1em;
}
.let-your p {
font-size: 0.85em;
height: 45px;
}
.let-your {
padding: 0px 0 1.5em;
}
.content-con {
padding: 1.5em 0 0;
}
.content-bottom-right {
width: 88%;
}
.men-grid-left {
margin-right: 0.3em;
}
.bottom-right h4 {
font-size: 1em;
}
.bottom-right p {
font-size: 0.85em;
}
.the-do h6 {
font-size: 1em;
}
.the-do ul li, .the-do p {
font-size: 0.85em;
}
.subject input[type="text"], .send-contact textarea {
width: 88%;
}
.contact input[type="submit"] {
font-size: 1.1em;
width: 41%;
}
.map iframe {
width: 240px;
height: 200px;
}
.contact-left input[type="text"], .subject input[type="text"] {
padding: 0.8em;
}
.register {
width: 100%;
padding: 1.5em 0;
}
.register-top-grid h3 {
font-size: 1.2em;
}
.top-nav ul li {
padding: 0.6em 0;
}
.content-slow {
padding: 0em 0 1em;
}
.slow-left {
display: none;
}
.gallery-grids-row1 {
padding: 0.5em 0;
}
} | LiveScoreUpdateSystem/LiveScoreUpdateSystem.Web/Content/FootballTemplate/football-template.css | .template-green {
background-color: #b2ce22;
}
body {
background: #f8f8f8;
position: relative;
bottom: 20%;
font-family: 'Open Sans', sans-serif;
}
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;
}
/*----*/
.header-top {
background: #b2ce22;
padding: 0.5em 0;
}
ul {
padding: 0;
margin: 0;
}
p.header-para {
float: left;
margin: 0;
font-size: 1.2em;
color: #fff;
text-transform: uppercase;
font-weight: 400;
}
ul.sign {
float: right;
}
ul.sign li {
display: inline-block;
padding: 0;
}
ul.sign li a {
font-size: 1.2em;
text-decoration: none;
color: #fff;
font-weight: 600;
}
ul.sign li span {
background: url(../images/img-sprite.png) -5px -13px;
width: 22px;
height: 14px;
display: inline-block;
}
.header-bottom-top {
background: #1c1d24;
}
.logo {
float: left;
margin-top: 0em;
}
.top-nav {
float: right;
}
.top-nav ul li {
display: inline-block;
padding: 2em 1em;
}
.top-nav ul li a {
font-size: 1.1em;
text-decoration: none;
color: #fff;
font-weight: 700;
}
.top-nav ul li a:hover, .top-nav ul li.active a {
color: #b2ce22;
}
.top-nav span.menu:before {
content: url(../images/menu.png)no-repeat 0px 0px;
cursor: pointer;
width: 100%;
}
.top-nav span.menu {
display: none;
}
/*--responsive media-quries--*/
@media(max-width:768px) {
.top-nav ul {
display: none;
position: absolute;
width: 100%;
z-index: 9999;
left: 0%;
margin: 0em 0em;
background: #b2ce22;
}
.top-nav span.menu {
display: block;
width: 100%;
position: relative;
text-align: right;
padding: 1.3em 0 0;
}
.top-nav ul li {
display: block;
float: none;
padding: 0.8em 0;
text-align: center;
}
.top-nav ul li a, .top-nav ul li.active a {
color: #fff;
border: none;
padding: 0;
}
.top-nav ul li a:hover, .top-nav ul li.active a:hover {
color: #000;
border: none;
}
}
.search {
background: #2f313d;
position: relative;
margin: 1.7em 1em 0;
float: right;
box-shadow: 4px 4px #000;
}
.search input[type="text"] {
border: none;
outline: none;
background: none;
font-size: 1.2em;
color: #fff;
width: 86%;
padding: 4px;
-webkit-apperance: none;
margin: 0;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
text-transform: uppercase;
}
.search input[type="submit"] {
outline: none;
cursor: pointer;
width: 13px;
height: 13px;
background: url(../images/img-sprite.png) -34px -13px;
border: none;
}
/*--- slider-css --*/
.slider {
position: relative;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
.rslides_tabs {
background: none !important;
border: none;
box-shadow: none;
position: relative;
top: -90px;
z-index: 999;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 12px;
width: 12px;
background: #1c1d24;
display: inline-block;
border-radius: 50px;
}
.callbacks_here a:after {
background: #b2ce22;
}
.callbacks_tabs a {
visibility: hidden;
}
.callbacks_tabs li {
display: inline-block;
padding: 0 5px
}
ul.callbacks_tabs.callbacks1_tabs {
position: absolute;
bottom: 5%;
z-index: 999;
right: 46%;
}
/*--banner--*/
.banner {
position: relative;
}
.banner span.matter {
width: 579px;
height: 229px;
background: url(../images/ma.png) 0px 0px;
display: inline-block;
position: absolute;
top: 19em;
right: 35em;
}
.content-app h3, .content-app-up h3 {
margin: 0;
font-size: 4.5em;
font-weight: 700;
text-transform: uppercase;
font-family: 'Passion One', cursive;
}
.content-app-up h3 {
text-align: center;
padding: 1em 0 0;
}
span.line {
border-top: 1px solid #C0BEBE;
width: 84%;
height: 2px;
display: block;
margin: 0 auto;
}
.content-from {
padding: 3em 0;
}
.content-from p {
margin: 1em 0 0;
font-size: 1.2em;
font-weight: 700;
text-transform: uppercase;
}
.content-app {
text-align: center;
padding: 6em 0 3em;
}
.regard {
width: 70%;
margin: 0 auto;
}
.regard-in {
background: #fff;
border: 2px solid #C0BEBE;
padding: 2em 3.5em;
position: relative;
margin: 3.5em 0;
}
.regard-in p a {
text-decoration: none;
color: #b2ce22;
}
.regard-in p {
margin: 0;
font-weight: 600;
font-size: 1.2em;
}
.ago {
float: left;
padding: 1em 0;
}
.col-d {
float: right;
width: 37%;
padding: 8em 0;
}
.regard-in span {
width: 32px;
height: 29px;
background: url(../images/img-sprite.png) -90px -6px;
display: inline-block;
position: absolute;
right: 2%;
top: 10%;
}
.regard-in span.camera {
background-position: -133px -6px;
top: 4%;
}
.regard-in span.face {
background-position: -163px -6px;
}
/*----*/
.content-top {
text-align: center;
padding: 7em 0 2em;
}
.content-top h3, .slow-grid h4 {
margin: 0;
font-size: 4.5em;
font-weight: 700;
text-transform: uppercase;
font-family: 'Passion One', cursive;
}
.content-top h3 span {
color: #f3bc23;
}
.slow-grid h4 {
font-size: 2.2em;
line-height: 0.9em;
}
.bat {
text-align: left;
padding: 4em 0;
}
.content-slow {
padding: 3em 0;
}
a.view {
text-decoration: none;
font-size: 1.6em;
color: #b2ce22;
font-family: 'Passion One', cursive;
}
ul.sign-in {
padding: 2em 0;
}
ul.sign-in li {
list-style: none;
font-size: 1.5em;
font-weight: 700;
}
.slow-grid {
float: left;
width: 19%;
}
.grid-slow {
width: 26.5%;
}
/*---*/
.content-bottom {
position: relative;
background: #1c1d24;
padding: 3em 0;
}
.let-your {
text-align: center;
padding: 0 0 5em;
}
.let-your h3 {
margin: 3px 0;
font-size: 5.1em;
color: #575a6f;
}
.let-your p {
margin: 0em auto;
font-size: 1.3em;
color: #C5C5C5;
width: 72%;
padding: 1.5em 0;
line-height: 1.7em;
}
.let-your span {
color: #fff;
font-size: 1.3em;
float: right;
font-weight: 700;
}
.bottom-right h4 {
margin: 0;
font-size: 1.7em;
font-weight: 700;
text-transform: uppercase;
font-family: 'Passion One', cursive;
}
.bottom-right p {
color: #b2ce22;
font-size: 1.2em;
font-weight: 800;
}
.men-grid-left {
float: left;
width: 48%;
margin-right: 2.2em;
}
.content-bottom-right {
width: 71%;
margin: 0 auto;
}
.bot-1-2 {
margin: 0;
}
.our-grid {
background: url(../images/ba2.png) 0px 0px;
width: 100%;
height: 870px;
display: inline-block;
}
.our-grid h3 {
margin: 2em 0 0;
font-size: 5.1em;
color: #575a6f;
text-align: center;
}
.the-do h6 {
margin: 0 0 0.5em;
font-size: 2.1em;
color: #fff;
text-transform: uppercase;
font-weight: 700;
}
.the-do span {
font-size: 1.1em;
color: #b2ce22;
font-weight: 700;
}
.the-do p {
margin: 0.4em 0 0;
font-size: 1.1em;
color: #fff;
font-weight: 700;
text-transform: uppercase;
}
.the-do ul {
padding: 0.7em 0 0.5em 2.7em;
}
.the-do ul li {
list-style: none;
font-size: 1.1em;
color: #fff;
font-weight: 700;
text-transform: uppercase;
padding: 0.2em 0;
}
.do-the {
padding: 4em 0;
}
.content-con {
padding: 6em 0 0;
}
/*--appreal--*/
/*--gear--*/
.banner span.matter-out-in {
width: 620px;
height: 263px;
background: url(../images/ma3.png) 0px 0px;
}
.content-gear h3, .gear-content h3, .gear-content h3, .gear-content-grid h3, .order-content h3 {
margin: 0.5em 0;
font-size: 4.5em;
font-weight: 700;
text-transform: uppercase;
font-family: 'Passion One', cursive;
}
.gear-content-grid h3, .order-content h3 {
border-top: 1px solid #BEBEBE;
padding: 1em 0;
margin: 0;
}
.gear-grid {
padding: 3em 0 6em;
}
.gear-content h3, .gear-content-grid, .order-content h3 {
text-align: center;
}
.content-gear h3 span, .gear-content h3 span {
color: #f3bc23;
}
.gear-content-grid iframe {
width: 90%;
height: 500px;
}
.content-gear p {
font-size: 1.4em;
line-height: 1.6em;
width: 95%;
margin: 0 auto;
border-bottom: 1px solid #BEBEBE;
padding: 0 0 4em;
}
.content-gear {
text-align: center;
padding: 2em 0 3em;
}
label.icon-grid {
float: left;
width: 122px;
height: 121px;
background: url(../images/img-sprite.png) 0px -65px;
}
label.icon {
background-position: -132px -65px;
}
label.grid-icon {
background-position: -270px -65px;
}
.inner-gear {
float: right;
width: 60%;
}
.inner-gear h5 {
margin: 0;
font-size: 1.6em;
font-weight: 700;
font-family: 'Passion One', cursive;
}
.inner-gear p {
margin: 0;
font-size: 1em;
font-weight: 400;
}
.order-left {
float: left;
border: 1px solid #C7C5C5;
background: #fff;
padding: 1em 0.5em;
}
.left-order {
float: right;
width: 50%;
}
.left-order h5 {
margin: 0;
font-size: 3.5em;
font-family: 'Passion One', cursive;
text-transform: uppercase;
}
.left-order span {
font-size: 1.4em;
color: #b2ce22;
font-weight: 800;
}
.left-order p {
margin: 1em 0 3em;
font-size: 1.2em;
width: 85%;
}
p.size {
font-family: 'Passion One', cursive;
text-transform: uppercase;
font-size: 1.6em;
margin: 0 0 1em;
}
p.size b {
padding: 0.2em 2em;
background: #fff;
border: 1px solid #C7C5C5;
margin: 0 1em;
}
p.size-in {
margin: 0 0 2em;
}
p.size-in b {
padding: 0.2em 3em;
}
a.cart {
text-decoration: none;
font-size: 1.4em;
color: #b2ce22;
background: #1c1d24;
padding: 0.5em 2em;
}
a.cart:hover {
color: #fff;
background: #b2ce22;
}
.inner-gear h5 a, .we-do h6 a {
text-decoration: none;
color: #b2ce22;
}
.order-content {
padding: 5em 0 7em;
}
/*--team--*/
/*-----start-gallery---*/
.gallery {
background: #EEEEEE;
padding: 4em 0;
}
.gallery-grids {
padding: 1em 0 2em;
}
.head h3 {
color: #000000;
font-size: 3.5em;
font-weight: 700;
width: 17.3%;
margin: 0 auto;
font-family: 'Passion One', cursive;
}
.gallery-grid3 {
width: 66.6%;
float: left;
padding-right: 30px;
}
.gallery-grid1 {
width: 33.3%;
float: left;
padding-right: 30px;
}
.gallery-grid2 {
width: 50%;
float: left;
padding-right: 30px;
}
/*----*/
/* Self Clearing Goodness */
/* Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe {
position: relative;
display: inline-block;
vertical-align: top;
font-weight: 300;
overflow: hidden;
width: 100%;
}
.b-link-stripe .b-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
color: #ffffff;
overflow: hidden;
}
/*-----------------------------------------------------------------------------------*/
/* Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go {
text-decoration: none;
}
.b-animate {
transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
visibility: hidden;
font-size: 1.1em;
font-weight: 700;
}
.b-animate img {
margin-top: 4%;
display: -webkit-inline-box;
}
.b-animate span {
display: block;
font-size: 2em;
text-transform: uppercase;
padding-top: 3em;
display: block;
font-weight: 500;
}
.b-animate button {
background: #000;
padding: 0.9em 1.8em;
color: #b2ce22;
text-transform: uppercase;
font-size: 0.875em;
border: none;
border-radius: 0.3em;
margin: 0.8em auto;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
outline: none;
}
.b-animate button:hover {
background: #3B3B43;
color: #fff;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate {
visibility: visible;
}
.b-from-left {
position: relative;
left: -100%;
background: rgba(178, 206, 34, 0.71);
background-size: 100% 100%;
top: 0px;
margin: 0;
min-height: 307px;
}
.b-animate-go:hover .b-from-left {
left: 0;
}
.view-gallery-btn {
background: #b2ce22;
color: #FFF;
text-transform: uppercase;
padding: 0.875em 0em;
width: 15%;
display: block;
margin: 0 auto;
text-align: center;
}
.view-gallery-btn:hover {
background: #1c1d24;
color: #fff;
text-decoration: none;
}
.gallery-grids-row1 {
padding: 1.5em 0;
}
/*--services--*/
.us-head h5 {
margin: 0;
font-size: 2.4em;
font-weight: 700;
font-family: 'Passion One', cursive;
text-transform: uppercase;
}
.services-us {
padding: 4em 0;
}
.service-grid {
padding: 1em 0;
}
.us-head {
}
.us-head p {
margin: 1em 0 3em;
font-size: 1.2em;
line-height: 25px;
}
.service-left h6 {
margin: 0;
font-size: 1.7em;
color: #b2ce22;
}
ul.service-list li {
list-style: none;
border-bottom: 1px solid #D0D0D0;
padding: 0.6em 0;
}
ul.service-list li.sed-ut {
border: none;
}
ul.service-list li a {
text-decoration: none;
font-size: 1.2em;
}
ul.service-list li a:hover {
color: #f3b628;
}
.service-top h3 {
margin: 0.5em 0;
font-size: 4.5em;
font-weight: 700;
text-transform: uppercase;
font-family: 'Passion One', cursive;
text-align: center;
}
.we-do h6 {
margin: 0;
font-size: 1.6em;
color: #b2ce22;
}
.we-do p {
margin: 0;
font-size: 1.1em;
}
ul.service-list {
width: 74%;
padding: 2em 0;
}
a.more-left {
background: #b2ce22;
color: #FFF;
text-transform: uppercase;
padding: 0.875em 1em;
font-size: 1.1em;
}
a.more-left:hover {
color: #fff;
background: #1c1d24;
text-decoration: none;
}
.services {
padding: 2em 0px 4em;
}
/*--sign-up--*/
/*--register--*/
.register-top-grid h3 {
color: #b2ce22;
font-size: 1.6em;
padding-bottom: 5px;
margin: 0;
font-weight: 600;
}
.register-top-grid span {
color: #555;
font-size: 1.2em;
padding-bottom: 0.2em;
display: block;
text-transform: uppercase;
}
.register-top-grid input[type="text"] {
border: 1px solid #EEE;
outline-color: #b2ce22;
width: 85%;
font-size: 1em;
padding: 1em;
margin: 0.5em 0;
}
.checkbox {
margin-bottom: 4px;
padding-left: 27px;
font-size: 1.2em;
line-height: 27px;
cursor: pointer;
}
.checkbox {
position: relative;
font-size: 1em;
color: #555;
}
.checkbox:last-child {
margin-bottom: 0;
}
.news-letter {
color: #555;
font-weight: 600;
font-size: 1em;
margin-bottom: 1em;
display: block;
text-transform: uppercase;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
clear: both;
}
.checkbox i {
position: absolute;
bottom: 5px;
left: 0;
display: block;
width: 20px;
height: 20px;
outline: none;
border: 2px solid #E1DFDF;
}
.checkbox input + i:after {
content: '';
background: url("../images/tick1.png") no-repeat 1px 2px;
top: -1px;
left: -1px;
width: 15px;
height: 15px;
font: normal 12px/16px FontAwesome;
text-align: center;
}
.checkbox input + i:after {
position: absolute;
opacity: 0;
transition: opacity 0.1s;
-o-transition: opacity 0.1s;
-ms-transition: opacity 0.1s;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
}
.checkbox input {
position: absolute;
left: -9999px;
}
.checkbox input:checked + i:after {
opacity: 1;
}
.news-letter:hover {
color: #00BFF0;
}
.mation {
padding: 1em 0;
}
.register {
padding: 4em 0;
width: 58%;
margin: 0 auto;
}
/*--contact--*/
.send-contact h4 {
margin: 0 0 1em;
font-size: 2.4em;
font-family: 'Passion One', cursive;
text-transform: uppercase;
}
.contact {
padding: 4em 0 6em;
}
.contact-grid {
text-align: center;
}
p.your-para, p.message-para {
color: #636363;
margin: 0;
font-size: 1em;
}
p.message-para {
padding: 0 1em;
}
p.your-para span, p.message-para span {
color: #b2ce22;
}
.contact-left input[type="text"], .subject input[type="text"] {
width: 100%;
padding: 1em;
margin: 1em 0;
background: none;
outline: none;
border: 1px solid #636363;
}
.subject input[type="text"] {
margin: 1em;
width: 95%;
}
.send-contact textarea {
resize: none;
width: 95%;
padding: 1em;
margin: 1em;
background: none;
outline: none;
border: 1px solid #636363;
-webkit-appearance: none;
}
.contact input[type="submit"] {
float: right;
width: 28%;
font-size: 1.5em;
background: #b2ce22;
padding: 0.6em 1em;
text-align: center;
color: #fff;
border: none;
outline: none;
margin: 0 auto;
-webkit-appearance: none;
}
.contact input[type="submit"]:hover {
background: #1c1d24;
}
.send {
padding: 0 1em;
}
.map iframe {
width: 538px;
height: 447px;
border: none;
}
/*--footer--*/
.footer {
background: #1c1d24;
padding: 2em 0;
}
.footer-grid {
float: left;
}
p.footer-grid {
margin: 0;
font-size: 1.1em;
color: #fff;
}
p.footer-grid a {
text-decoration: none;
color: #b2ce22;
}
p.footer-grid a:hover {
color: #fff;
}
.nav-top {
float: right;
}
.nav-top ul li {
display: inline-block;
padding: 0em 1em;
}
.nav-top ul li a {
font-size: 1.1em;
text-decoration: none;
color: #fff;
font-weight: 700;
}
.nav-top ul li a:hover, .nav-top ul li.active a {
color: #b2ce22;
}
/*--responsive media-quries--*/
@media(max-width:1440px) {
}
@media(max-width:1366px) {
}
@media(max-width:1280px) {
.banner span.matter {
top: 14em;
right: 16em;
}
}
@media(max-width:1024px) {
.banner span.matter {
top: 7em;
right: 4em;
}
.col-d {
width: 21%;
}
.regard-in p {
font-size: 1.1em;
}
.inner-gear {
width: 53%;
}
.us-head p {
margin: 1em 0 2em;
height: 251px;
overflow: hidden;
}
.men-grid-left {
margin-right: 1.9em;
}
.send-contact textarea {
width: 93%;
}
.subject input[type="text"] {
width: 93%;
}
.map iframe {
width: 439px;
}
.bot-1-2 {
margin: 0;
}
}
@media(max-width:768px) {
.search {
margin: 1.7em auto 0;
float: none;
width: 33%;
}
.banner span.matter {
top: 2em;
right: 0em;
}
.left-pic {
margin: 0 auto;
}
.col-d {
float: none;
width: 100%;
padding: 0em 0;
}
.content-app h3, .content-app-up h3, .service-top h3 {
font-size: 3.5em;
}
.content-app {
padding: 3em 0 1em;
}
.regard-in {
margin: 2.5em 0;
}
.content-gear h3, .gear-content h3, .gear-content h3,
.gear-content-grid h3, .order-content h3 {
font-size: 3.5em;
}
.nav-top ul li {
padding: 0em 0.5em;
}
.content-gear p {
font-size: 1.2em;
padding: 0 0 2em;
}
.inner-gear {
width: 80%;
padding: 1.5em 0;
}
.gear-grid {
padding: 1em 0 3em;
}
.left-order {
float: none;
padding: 2em 8em;
width: 100%;
}
.order-left {
float: none;
margin: 0 auto;
}
.order-content {
padding: 3em 0 4em;
}
.us-head h5 {
font-size: 2em;
}
.us-head p {
margin: 0.3em 0 2em;
font-size: 1.1em;
height: 225px;
}
ul.service-list {
width: 100%;
padding: 1em 0;
}
ul.service-list li {
width: 31%;
margin: 0 auto;
}
.subject input[type="text"], .send-contact textarea {
width: 96%;
}
.content-top h3, .slow-grid h4 {
font-size: 3.5em;
}
.slow-grid h4 {
font-size: 1.8em;
}
a.view {
font-size: 1.4em;
}
.content-bottom span.matter-in {
left: 5em;
}
.let-your h3, .our-grid h3 {
font-size: 3.7em;
}
.let-your p {
font-size: 1.1em;
padding: 0.5em 0;
}
.men-grid-left {
margin-right: 0.73em;
}
.bot-1-2 {
margin: 0;
}
.grid-img {
display: none;
}
.the-do h6 {
font-size: 1.7em;
}
.the-do ul li {
font-size: 1em;
}
.do-the {
padding: 1em 0;
}
.our-grid h3 {
margin: 1em 0 0;
}
.our-grid {
height: 665px;
}
.content-top {
padding: 4em 0 0em;
}
.content-con {
padding: 3em 0 0;
}
.b-animate span {
padding-top: 1.5em;
}
.content-from p {
margin: 1em 0;
}
.service-left h6 {
text-align: center;
}
.map iframe {
width: 666px;
height: 300px;
}
}
@media(max-width:640px) {
.banner span.matter {
background-size: 430px;
width: 434px;
height: 172px;
}
.search {
width: 36%;
}
.content-app h3, .content-app-up h3, .service-top h3 {
font-size: 3em;
}
.content-gear h3, .gear-content h3, .gear-content h3, .gear-content-grid h3, .order-content h3 {
font-size: 3em;
}
.content-from p {
margin: 0.5em 0;
}
.content-gear p {
font-size: 1.1em;
}
.inner-gear {
width: 74%;
}
.left-order h5 {
font-size: 2.5em;
}
.b-animate span {
font-size: 1.5em;
}
.view-gallery-btn {
width: 19%;
}
.we-do h6 {
font-size: 1.3em;
}
.we-do {
padding: 0.5em 0;
}
.service-grid {
padding: 0em 0;
}
ul.service-list li {
width: 38%;
}
.service-left h6 {
font-size: 1.5em;
}
.services {
padding: 1em 0px 2em;
}
.content-bottom span.matter-in {
background-size: 470px;
width: 473px;
height: 179px;
}
.let-your h3, .our-grid h3 {
font-size: 3.1em;
}
.let-your p {
font-size: 1em;
}
.let-your {
padding: 0 0 3em;
}
.the-do h6 {
font-size: 1.3em;
}
.nav-top ul li {
padding: 0.5em;
}
.nav-top, .footer-grid {
float: none;
}
.content-slow {
padding: 1em 0;
}
ul.sign-in li {
font-size: 1.2em;
}
.content-top {
padding: 2em 0 0em;
}
.subject input[type="text"], .send-contact textarea {
width: 96%;
}
.map iframe {
width: 560px;
}
.register {
width: 70%;
}
.footer {
text-align: center;
}
}
@media(max-width:480px) {
ul.sign li a {
font-size: 1em;
}
p.header-para {
font-size: 1em;
}
.banner span.matter {
background-size: 332px;
width: 334px;
height: 133px;
}
.content-app h3, .content-app-up h3, .service-top h3 {
font-size: 2em;
}
.content-from {
padding: 1em 0;
}
.content-from p {
font-size: 1em;
}
.content-app-up h3 {
padding: 0.5em 0 0;
}
.regard-in {
padding: 1.5em 2.5em;
margin: 1.5em 0;
}
.regard-in p {
font-size: 1em;
}
.content-gear h3, .gear-content h3, .gear-content h3, .gear-content-grid h3, .order-content h3, .head h3 {
font-size: 2em;
}
.content-gear p {
font-size: 1em;
height: 70px;
overflow: hidden;
border: none;
}
.content-gear {
padding: 1em 0 1em;
}
.inner-gear {
width: 65%;
}
.inner-gear h5 {
font-size: 1.3em;
}
.inner-gear p {
font-size: 0.9em;
height: 53px;
overflow: hidden;
}
.gear-content-grid iframe {
height: 360px;
}
.left-order p {
margin: 1em 0 1.5em;
font-size: 1em;
}
p.size {
font-size: 1.3em;
}
a.cart {
font-size: 1.2em;
padding: 0.5em 1em;
}
.order-content {
padding: 1em 0;
}
.order-content h3 {
padding: 0.5em 0;
}
.b-animate span {
font-size: 1.2em;
}
.gallery-grid3, .gallery-grid1, .gallery-grid2 {
width: 100%;
padding-right: 0px;
}
.b-animate span {
padding-top: 2.5em;
font-size: 1.5em;
}
.we-do h6 {
font-size: 1.1em;
}
.we-do p {
font-size: 1em;
height: 43px;
overflow: hidden;
}
.services-us {
padding: 2em 0;
}
.us-head h5 {
font-size: 1.3em;
margin: 0.5em 0 0;
}
.us-head p {
font-size: 1em;
height: 81px;
}
a.more-left {
padding: 0.5em 1em;
}
.service-left h6 {
font-size: 1.3em;
}
ul.service-list li a {
font-size: 1em;
}
ul.service-list li {
width: 45%;
}
.content-app h3, .content-app-up h3, .service-top h3, .content-top h3, .slow-grid h4 {
font-size: 2em;
}
.slow-grid {
width: 100%;
padding: 1em 0;
}
.grid-slow {
width: 33.3%;
}
ul.sign-in li {
font-size: 1.1em;
}
.content-bottom span.matter-in {
background-size: 341px;
width: 337px;
height: 125px;
}
.let-your h3, .our-grid h3 {
font-size: 2.1em;
}
.let-your p {
font-size: 0.9em;
height: 73px;
overflow: hidden;
}
.bottom-right h4 {
margin: 0.3em 0 0;
font-size: 1.1em;
}
.bottom-right p {
font-size: 0.9em;
}
.the-do h6 {
font-size: 1.1em;
}
.the-do ul li {
font-size: 0.9em;
}
.our-grid {
height: 598px;
}
.the-do span {
font-size: 1em;
}
.slow-grid h4 {
font-size: 1.5em;
}
.subject input[type="text"], .send-contact textarea {
width: 93%;
}
.contact input[type="submit"] {
font-size: 1.3em;
}
.contact {
padding: 1em 0 2em;
}
.send-contact h4 {
margin: 0 0 0.5em;
font-size: 1.4em;
}
.register-top-grid h3 {
font-size: 1.3em;
}
.register-top-grid span {
font-size: 1.1em;
}
.search input[type="text"] {
font-size: 1.1em;
}
.search {
width: 41%;
}
.left-order {
padding: 2em 1em;
}
.left-order h5 {
font-size: 1.5em;
}
.left-order span {
font-size: 1.2em;
}
.gallery {
padding: 2em 0;
}
.the-do p {
font-size: 0.9em;
}
}
@media(max-width:320px) {
.header-top {
text-align: center;
}
p.header-para, ul.sign li a {
font-size: 0.8em;
}
ul.sign, p.header-para {
float: none;
}
.search {
width: 59%;
}
.search input[type="text"] {
font-size: 1em;
}
.banner span.matter {
background-size: 125px;
width: 126px;
height: 51px;
right: 2em;
}
ul.callbacks_tabs.callbacks1_tabs {
right: 36%;
}
.content-app h3, .content-app-up h3, .service-top h3, .content-top h3 {
font-size: 1.4em;
}
.content-app {
padding: 1em 0 0em;
}
.content-from p {
font-size: 0.9em;
}
.regard-in p {
font-size: 0.9em;
height: 39px;
overflow: hidden;
}
.regard-in {
padding: 1em 1em;
margin: 1em 0;
}
p.footer-grid {
font-size: 1em;
}
.nav-top ul li a {
font-size: 1em;
}
.nav-top ul li {
padding: 0.3em;
}
.content-gear h3, .gear-content h3, .gear-content h3, .gear-content-grid h3, .order-content h3, .head h3 {
font-size: 1.4em;
}
.content-gear p {
font-size: 0.9em;
height: 57px;
}
.inner-gear {
width: 44%;
}
.inner-gear h5 {
font-size: 1.1em;
}
.inner-gear p {
font-size: 0.87em;
height: 37px;
}
.gear-grid {
padding: 0.5em 0 1em;
}
.gear-content-grid iframe {
height: 230px;
}
.left-order span {
font-size: 1em;
}
.left-order p {
margin: 1em 0 0em;
font-size: 0.9em;
width: 100%;
}
p.size {
margin: 1em 0 1.5em;
font-size: 1.2em;
}
.b-animate span {
padding-top: 1em;
font-size: 1.2em;
}
.b-animate button {
padding: 0.5em 1em;
}
.gallery-grids {
padding: 0 0;
}
.gallery {
padding: 1em 0;
}
.view-gallery-btn {
width: 36%;
padding: 0.8em 0;
}
.we-do p {
font-size: 0.9em;
height: 39px;
}
.services-us {
padding: 1em 0;
}
.us-head h5 {
font-size: 1.2em;
}
.us-head p {
font-size: 0.9em;
line-height: 20px;
margin: 0.3em 0 1.4em;
}
.service-left h6 {
font-size: 1.2em;
}
ul.service-list li a {
font-size: 0.9em;
}
ul.service-list li {
width: 65%;
}
ul.service-list {
padding: 0.4em 0;
}
.serives-bottom {
padding: 0.5em 0 0;
}
.slow-grid h4 {
font-size: 1.2em;
}
a.view {
font-size: 1.1em;
}
.grid-slow {
width: 50%;
}
ul.sign-in {
padding: 0em 0;
}
ul.sign-in li {
font-size: 1em;
}
.content-bottom span.matter-in {
background-size: 209px;
width: 203px;
height: 79px;
}
.let-your h3, .our-grid h3 {
font-size: 1.5em;
}
.let-your span {
font-size: 1.1em;
}
.let-your p {
font-size: 0.85em;
height: 45px;
}
.let-your {
padding: 0px 0 1.5em;
}
.content-con {
padding: 1.5em 0 0;
}
.content-bottom-right {
width: 88%;
}
.men-grid-left {
margin-right: 0.3em;
}
.bottom-right h4 {
font-size: 1em;
}
.bottom-right p {
font-size: 0.85em;
}
.the-do h6 {
font-size: 1em;
}
.the-do ul li, .the-do p {
font-size: 0.85em;
}
.subject input[type="text"], .send-contact textarea {
width: 88%;
}
.contact input[type="submit"] {
font-size: 1.1em;
width: 41%;
}
.map iframe {
width: 240px;
height: 200px;
}
.contact-left input[type="text"], .subject input[type="text"] {
padding: 0.8em;
}
.register {
width: 100%;
padding: 1.5em 0;
}
.register-top-grid h3 {
font-size: 1.2em;
}
.top-nav ul li {
padding: 0.6em 0;
}
.content-slow {
padding: 0em 0 1em;
}
.slow-left {
display: none;
}
.gallery-grids-row1 {
padding: 0.5em 0;
}
} | 0.497559 | 0.106877 |
.hero {
&__inner {
border-radius: var(--global-radius);
}
&__title {
max-width: 50rem;
}
&__media {
max-width: 40rem;
margin: 0 auto;
margin-bottom: var(--gap-lg);
&.has-caption {
margin-bottom: var(--gap-xl);
}
&.wide {
max-width: none;
}
}
&__figure {
position: relative;
margin: 0;
padding-top: 56.25%;
/* overflow: hidden; */
background-color: var(--color-bg);
border-radius: var(--global-radius);
figcaption {
position: absolute;
width: 100%;
a {
color: var(--color-primary);
border-bottom: 1px solid var(--color-primary);
@mixin attention {
border-bottom-width: 2px;
}
}
}
}
&__img {
position: absolute;
display: block;
top: 0;
left: 0;
height: 100%;
width: 100%;
object-fit: cover;
object-position: center center;
border-radius: inherit;
}
.featured .icon {
color: var(--color-gold);
fill: var(--color-gold);
}
&__social {
a {
@mixin attention {
color: var(--color-primary);
}
}
}
}
.tag-template,
.author-template,
.author-card {
.hero__inner {
position: relative;
min-height: 12rem;
padding: var(--gap-lg);
overflow: hidden;
background-color: var(--color-bg);
box-shadow: 0 2px 20px 0 rgba(0,0,0,.02);
flex-direction: column;
@media (--mq-md) {
flex-direction: row;
}
}
.hero__title {
font-size: 1.6rem;
}
.hero__img {
width: 120px;
height: 120px;
min-width: 0;
object-fit: cover;
align-self: center;
border-radius: var(--global-radius-round);
margin-bottom: var(--gap);
border: 3px solid var(--color-bg-acc-3);
@media (--mq-md) {
margin-bottom: 0;
margin-right: var(--gap-lg);
}
}
.hero__content {
max-width: 35rem;
z-index: 1;
text-align: center;
@media (--mq-md) {
text-align: left;
}
}
} | assets/css/components/_hero.css | .hero {
&__inner {
border-radius: var(--global-radius);
}
&__title {
max-width: 50rem;
}
&__media {
max-width: 40rem;
margin: 0 auto;
margin-bottom: var(--gap-lg);
&.has-caption {
margin-bottom: var(--gap-xl);
}
&.wide {
max-width: none;
}
}
&__figure {
position: relative;
margin: 0;
padding-top: 56.25%;
/* overflow: hidden; */
background-color: var(--color-bg);
border-radius: var(--global-radius);
figcaption {
position: absolute;
width: 100%;
a {
color: var(--color-primary);
border-bottom: 1px solid var(--color-primary);
@mixin attention {
border-bottom-width: 2px;
}
}
}
}
&__img {
position: absolute;
display: block;
top: 0;
left: 0;
height: 100%;
width: 100%;
object-fit: cover;
object-position: center center;
border-radius: inherit;
}
.featured .icon {
color: var(--color-gold);
fill: var(--color-gold);
}
&__social {
a {
@mixin attention {
color: var(--color-primary);
}
}
}
}
.tag-template,
.author-template,
.author-card {
.hero__inner {
position: relative;
min-height: 12rem;
padding: var(--gap-lg);
overflow: hidden;
background-color: var(--color-bg);
box-shadow: 0 2px 20px 0 rgba(0,0,0,.02);
flex-direction: column;
@media (--mq-md) {
flex-direction: row;
}
}
.hero__title {
font-size: 1.6rem;
}
.hero__img {
width: 120px;
height: 120px;
min-width: 0;
object-fit: cover;
align-self: center;
border-radius: var(--global-radius-round);
margin-bottom: var(--gap);
border: 3px solid var(--color-bg-acc-3);
@media (--mq-md) {
margin-bottom: 0;
margin-right: var(--gap-lg);
}
}
.hero__content {
max-width: 35rem;
z-index: 1;
text-align: center;
@media (--mq-md) {
text-align: left;
}
}
} | 0.801354 | 0.157525 |
body{
font-family: sans-serif;
background-color: rgba(105, 202, 60, 0.589);
}
h1{
text-align: center;
color: rgb(25, 0, 255);
}
h1 i{
color: rgb(234, 0, 255);
}
.amitava h2,.samarpan h2{
text-align: center;
background-color: rgba(30, 210, 105, 0.527);
border-radius: 30px;
padding: 8px 8px;
color: rgb(204, 0, 255);
animation: coloring 10s linear infinite;
transition: 2s;
}
.menu{
margin-top: -30px;
}
.menu ul li{
display: inline;
background-color: rgba(255, 217, 0, 0.89);
font-size: 20px;
background-size: 30px;
margin-right: 50px;
padding: 10px 10px 10px 10px;
border-radius: 30px;
transition: 1s;
}
.menu ul li:hover{
background-color: hotpink;
transform: translate(-500px,100px);
box-shadow: 3px 3px 3px 3px rgba(256,256,256,0.8);
}
.menu ul a{
text-decoration: none;
transition: 2s;
}
.menu ul{
float: right;
margin-top: 60px;
}
@keyframes coloring{
25%{
color: tomato;
}
25%{
color: slateblue;
}
50%{
color: rgb(255, 145, 0);
}
25%{
color: rgb(0, 128, 128);
}
50%{
color: sienna;
}
}
.amitava h2 i,.samarpan h2 i{
color: rgb(255, 115, 1);
}
.amitava img,.samarpan img{
width: 400px;
height: 600px;
margin-left: 10px;
border-radius: 50px;
box-shadow: 5px 10px 10px rgba(228, 171, 15, 0.774);
border-top: 5px ridge rgb(70, 19, 209);
border-bottom: 5px ridge rgb(70, 19, 209);
}
.samarpan img{
height: 500px;
border-top: 5px ridge rgb(255, 187, 0);
border-bottom: 5px ridge rgb(255, 187, 0);
box-shadow: 5px 6px 10px rgba(168, 15, 228, 0.774);
}
.amitava span,.samarpan span{
width: 800px;
float: right;
margin-top: 15px;
margin-right: 60px;
text-align: justify;
line-height: 50px;
font-weight: bold;
background-color: rgba(190, 192, 59, 0.459);
padding: 15px 15px 15px 15px;
border-radius: 60px;
color: rgb(113, 27, 226);
animation: slider 4s linear infinite;
transition: 2s;
border-top: 8px ridge rgb(95, 26, 223);
border-bottom: 8px ridge rgb(95, 26, 223);
border-left: 3px ridge rgb(250, 205, 3);
border-right: 3px ridge rgb(250, 205, 3);
}
.samarpan span{
line-height: 70px;
margin-top: 30px;
border-left: 3px ridge rgb(250, 3, 3);
border-right: 3px ridge rgb(250, 3, 147);
background-color: rgba(23, 230, 23, 0.459);
}
@keyframes slider{
50%{
transform: translate(50px,-20px);
background-color: rgba(190, 192, 59, 0.274);
color: rgba(29, 29, 196, 0.918);
}
30%{
transform: translate(-5px,-10px);
background-color: rgba(210, 223, 28, 0.171);
color: rgb(161, 35, 104);
}
}
fieldset{
margin: 20px 20px;
margin-top: 60px;
background-color: rgba(0, 89, 255, 0.8);
outline: none;
border-radius: 20px;
height: 300px;
margin-bottom: 20px;
margin-left: 8px;
border: 3px ridge rgb(255, 0, 0);
}
fieldset .links a{
text-decoration: none;
color: rgb(255, 145, 0);
font-weight: bold;
}
fieldset .links h2{
color: rgb(255, 0, 234);
}
fieldset .links img{
margin-left: 1090px;
margin-top: -100px;
}
fieldset .links a span{
color: rgb(18, 194, 18);
}
fieldset .pointing_links img{
color: darksalmon;
height: 100px;
margin-left: 50px;
animation: arrow 2s linear infinite;
transition: 1s;
}
@keyframes arrow{
50%{
transform: translate(0px,-90px);
}
}
fieldset .pointing_links .icons{
float: right;
margin-right: 30px;
}
fieldset .pointing_links .icons i{
margin-left: 40px;
}
.creation footer{
float: right;
margin-right: 40px;
margin-bottom: 10px;
margin-top: -8px;
font-weight: bold;
color: rgb(255, 0, 0);
}
.creation footer a{
text-decoration: none;
color: rgb(204, 0, 255);
}
.creation span{
margin-left: 30px;
font-weight: bold;
} | about_css.css | body{
font-family: sans-serif;
background-color: rgba(105, 202, 60, 0.589);
}
h1{
text-align: center;
color: rgb(25, 0, 255);
}
h1 i{
color: rgb(234, 0, 255);
}
.amitava h2,.samarpan h2{
text-align: center;
background-color: rgba(30, 210, 105, 0.527);
border-radius: 30px;
padding: 8px 8px;
color: rgb(204, 0, 255);
animation: coloring 10s linear infinite;
transition: 2s;
}
.menu{
margin-top: -30px;
}
.menu ul li{
display: inline;
background-color: rgba(255, 217, 0, 0.89);
font-size: 20px;
background-size: 30px;
margin-right: 50px;
padding: 10px 10px 10px 10px;
border-radius: 30px;
transition: 1s;
}
.menu ul li:hover{
background-color: hotpink;
transform: translate(-500px,100px);
box-shadow: 3px 3px 3px 3px rgba(256,256,256,0.8);
}
.menu ul a{
text-decoration: none;
transition: 2s;
}
.menu ul{
float: right;
margin-top: 60px;
}
@keyframes coloring{
25%{
color: tomato;
}
25%{
color: slateblue;
}
50%{
color: rgb(255, 145, 0);
}
25%{
color: rgb(0, 128, 128);
}
50%{
color: sienna;
}
}
.amitava h2 i,.samarpan h2 i{
color: rgb(255, 115, 1);
}
.amitava img,.samarpan img{
width: 400px;
height: 600px;
margin-left: 10px;
border-radius: 50px;
box-shadow: 5px 10px 10px rgba(228, 171, 15, 0.774);
border-top: 5px ridge rgb(70, 19, 209);
border-bottom: 5px ridge rgb(70, 19, 209);
}
.samarpan img{
height: 500px;
border-top: 5px ridge rgb(255, 187, 0);
border-bottom: 5px ridge rgb(255, 187, 0);
box-shadow: 5px 6px 10px rgba(168, 15, 228, 0.774);
}
.amitava span,.samarpan span{
width: 800px;
float: right;
margin-top: 15px;
margin-right: 60px;
text-align: justify;
line-height: 50px;
font-weight: bold;
background-color: rgba(190, 192, 59, 0.459);
padding: 15px 15px 15px 15px;
border-radius: 60px;
color: rgb(113, 27, 226);
animation: slider 4s linear infinite;
transition: 2s;
border-top: 8px ridge rgb(95, 26, 223);
border-bottom: 8px ridge rgb(95, 26, 223);
border-left: 3px ridge rgb(250, 205, 3);
border-right: 3px ridge rgb(250, 205, 3);
}
.samarpan span{
line-height: 70px;
margin-top: 30px;
border-left: 3px ridge rgb(250, 3, 3);
border-right: 3px ridge rgb(250, 3, 147);
background-color: rgba(23, 230, 23, 0.459);
}
@keyframes slider{
50%{
transform: translate(50px,-20px);
background-color: rgba(190, 192, 59, 0.274);
color: rgba(29, 29, 196, 0.918);
}
30%{
transform: translate(-5px,-10px);
background-color: rgba(210, 223, 28, 0.171);
color: rgb(161, 35, 104);
}
}
fieldset{
margin: 20px 20px;
margin-top: 60px;
background-color: rgba(0, 89, 255, 0.8);
outline: none;
border-radius: 20px;
height: 300px;
margin-bottom: 20px;
margin-left: 8px;
border: 3px ridge rgb(255, 0, 0);
}
fieldset .links a{
text-decoration: none;
color: rgb(255, 145, 0);
font-weight: bold;
}
fieldset .links h2{
color: rgb(255, 0, 234);
}
fieldset .links img{
margin-left: 1090px;
margin-top: -100px;
}
fieldset .links a span{
color: rgb(18, 194, 18);
}
fieldset .pointing_links img{
color: darksalmon;
height: 100px;
margin-left: 50px;
animation: arrow 2s linear infinite;
transition: 1s;
}
@keyframes arrow{
50%{
transform: translate(0px,-90px);
}
}
fieldset .pointing_links .icons{
float: right;
margin-right: 30px;
}
fieldset .pointing_links .icons i{
margin-left: 40px;
}
.creation footer{
float: right;
margin-right: 40px;
margin-bottom: 10px;
margin-top: -8px;
font-weight: bold;
color: rgb(255, 0, 0);
}
.creation footer a{
text-decoration: none;
color: rgb(204, 0, 255);
}
.creation span{
margin-left: 30px;
font-weight: bold;
} | 0.436862 | 0.090494 |
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
width: 100%;
font-family: 'Raleway', sans-serif;
margin: 0;
}
.container-spot {
width: 80%;
height: auto;
margin: 2em auto 4em;
/* background-color: #eee; */
overflow: hidden;
}
.container-spot:after {
clear: both;
content: "";
display: block;
}
/* NAVIGATION */
.navigation {
font-size: 1.2em;
width: 100%;
/* background-color: #eee; */
margin: 1em auto;
padding-bottom: 2em;
text-align: center;
}
.navigation h2 {
padding: 0.5em 0 0;
}
#stripe {
background: rgb(107, 105, 105);
width: 50%;
line-height: 2em;
margin: 0;
padding: 0;
float: left;
}
#stripe li {
display: inline-block;
width: 45%;
font-weight: bold;
/* color: rgb(241, 240, 240); */
list-style-type: none;
padding: 0.5em 1em;
cursor: pointer;
}
#stripe li:nth-child(2) {
color: rgb(228, 206, 119);
}
#round, #score {
color: rgb(241, 240, 240);
}
#rounds {
background: rgb(197, 195, 195);
width: 50%;
line-height: 2em;
margin: 0;
padding: 0;
float: left;
}
#rounds li {
display: inline-block;
width: 45%;
font-weight: bold;
/* color: rgb(58, 56, 56); */
list-style-type: none;
padding: 0.5em 1em;
cursor: pointer;
}
#time, #attempt {
color: rgb(177, 28, 28);
}
#start {
display: block;
margin: 0 auto;
border: none;
/* background-color: rgb(212, 209, 209); */
padding: 0.8em 1.5em;
margin-bottom: 1.5em;
border-radius: 5px;
box-shadow: -3px 3px rgb(196, 180, 180);
font-family: 'Raleway', sans-serif;
font-weight: bold;
font-size: 0.9em;
}
#start:hover {
box-shadow: -2px 2px rgb(196, 180, 180);
}
#start:focus {
outline: none;
}
#start:active {
box-shadow: 0px 0px rgb(196, 180, 180);
}
/* INSTRUCTIONS */
.intro {
text-align: center;
width: 60%;
margin: 4em auto 0;
}
.intro h4 {
margin: 0;
font-size: 1.2em;
}
.intro p {
line-height: 1.5em;
}
.intro p:nth-of-type(2) {
color: rgb(187, 150, 14);
font-weight: bold;
}
/* PICTURES */
.pictures {
width: 90%;
margin: 2em auto 0;
/* background-color: #eee; */
transition: opacity 1s ease-out;
}
#imageA,
#imageB {
display: block;
float: left;
width: 48%;
height: auto;
margin-top: 1.25em;
margin-bottom: 2em;
border: 5px solid rgb(216, 214, 214);
}
#imageA {
margin-right: 2em;
}
/* TASK */
#task {
width: 30%;
margin: 4em auto 0;
text-align: center;
}
#task h4 {
font-size: 1.2em;
}
#task p {
cursor: pointer;
/* color: rgb(107, 105, 105); */
font-weight: bold;
}
#options {
list-style-type: none;
padding: 0;
}
#options li {
padding: 0.5em 0;
cursor: pointer;
}
#options li:hover {
font-weight: bold;
}
/* CHANGING CLASSES */
.hide {
font-size: large;
display: none;
}
.fadeOut {
animation: fadeout 1.5s linear;
}
.fadeIn {
animation: fadein 1.5s linear;
}
/* ANIMATIONS */
@keyframes fadeout {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 0;
}
}
@keyframes fadein {
0% {
opacity: 0;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
/* MEDIA QUERIES */
@media (max-width: 1250px) {
.container-spot {
width: 95%;
}
.pictures {
width: 95%;
}
#imageA,
#imageB {
width: 48%;
}
#imageA {
margin-right: 1.2em;
}
}
@media (max-width: 860px) {
.navigation {
font-size: 0.9em;
padding-bottom: 2em;
}
.pictures {
margin: 3em auto 0;
}
#imageA,
#imageB {
float: none;
width: 70%;
margin: 1em auto;
}
#task {
width: 95%;
margin: 3em auto 0;
}
}
@media (max-width: 600px) {
.container-spot {
width: 100%; /* Change By Jatin from 90% to 100% */
}
.navigation {
font-size:small;
padding-bottom: 1em;
}
#stripe, #rounds {
float: none;
width: 100%;
}
#task {
margin: 1em auto 0;
}
#task h4 {
font-size: 1em;
}
#options li {
font-size: 0.9em;
}
.intro {
font-size: large;
width: 90%;
margin: 1em auto 0;
}
.intro h4 {
font-size: 1.1em;
}
.intro p {
line-height: 1.5em;
font-size: 0.9em;
}
#start {
display: block;
margin: 2em auto;
}
.pictures {
width: 95%;
margin: 0.5em auto 0;
}
#imageA,
#imageB {
float: none;
width: 100%;
margin: 1em auto;
}
} | public/css/spot_style.css |
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
width: 100%;
font-family: 'Raleway', sans-serif;
margin: 0;
}
.container-spot {
width: 80%;
height: auto;
margin: 2em auto 4em;
/* background-color: #eee; */
overflow: hidden;
}
.container-spot:after {
clear: both;
content: "";
display: block;
}
/* NAVIGATION */
.navigation {
font-size: 1.2em;
width: 100%;
/* background-color: #eee; */
margin: 1em auto;
padding-bottom: 2em;
text-align: center;
}
.navigation h2 {
padding: 0.5em 0 0;
}
#stripe {
background: rgb(107, 105, 105);
width: 50%;
line-height: 2em;
margin: 0;
padding: 0;
float: left;
}
#stripe li {
display: inline-block;
width: 45%;
font-weight: bold;
/* color: rgb(241, 240, 240); */
list-style-type: none;
padding: 0.5em 1em;
cursor: pointer;
}
#stripe li:nth-child(2) {
color: rgb(228, 206, 119);
}
#round, #score {
color: rgb(241, 240, 240);
}
#rounds {
background: rgb(197, 195, 195);
width: 50%;
line-height: 2em;
margin: 0;
padding: 0;
float: left;
}
#rounds li {
display: inline-block;
width: 45%;
font-weight: bold;
/* color: rgb(58, 56, 56); */
list-style-type: none;
padding: 0.5em 1em;
cursor: pointer;
}
#time, #attempt {
color: rgb(177, 28, 28);
}
#start {
display: block;
margin: 0 auto;
border: none;
/* background-color: rgb(212, 209, 209); */
padding: 0.8em 1.5em;
margin-bottom: 1.5em;
border-radius: 5px;
box-shadow: -3px 3px rgb(196, 180, 180);
font-family: 'Raleway', sans-serif;
font-weight: bold;
font-size: 0.9em;
}
#start:hover {
box-shadow: -2px 2px rgb(196, 180, 180);
}
#start:focus {
outline: none;
}
#start:active {
box-shadow: 0px 0px rgb(196, 180, 180);
}
/* INSTRUCTIONS */
.intro {
text-align: center;
width: 60%;
margin: 4em auto 0;
}
.intro h4 {
margin: 0;
font-size: 1.2em;
}
.intro p {
line-height: 1.5em;
}
.intro p:nth-of-type(2) {
color: rgb(187, 150, 14);
font-weight: bold;
}
/* PICTURES */
.pictures {
width: 90%;
margin: 2em auto 0;
/* background-color: #eee; */
transition: opacity 1s ease-out;
}
#imageA,
#imageB {
display: block;
float: left;
width: 48%;
height: auto;
margin-top: 1.25em;
margin-bottom: 2em;
border: 5px solid rgb(216, 214, 214);
}
#imageA {
margin-right: 2em;
}
/* TASK */
#task {
width: 30%;
margin: 4em auto 0;
text-align: center;
}
#task h4 {
font-size: 1.2em;
}
#task p {
cursor: pointer;
/* color: rgb(107, 105, 105); */
font-weight: bold;
}
#options {
list-style-type: none;
padding: 0;
}
#options li {
padding: 0.5em 0;
cursor: pointer;
}
#options li:hover {
font-weight: bold;
}
/* CHANGING CLASSES */
.hide {
font-size: large;
display: none;
}
.fadeOut {
animation: fadeout 1.5s linear;
}
.fadeIn {
animation: fadein 1.5s linear;
}
/* ANIMATIONS */
@keyframes fadeout {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 0;
}
}
@keyframes fadein {
0% {
opacity: 0;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
/* MEDIA QUERIES */
@media (max-width: 1250px) {
.container-spot {
width: 95%;
}
.pictures {
width: 95%;
}
#imageA,
#imageB {
width: 48%;
}
#imageA {
margin-right: 1.2em;
}
}
@media (max-width: 860px) {
.navigation {
font-size: 0.9em;
padding-bottom: 2em;
}
.pictures {
margin: 3em auto 0;
}
#imageA,
#imageB {
float: none;
width: 70%;
margin: 1em auto;
}
#task {
width: 95%;
margin: 3em auto 0;
}
}
@media (max-width: 600px) {
.container-spot {
width: 100%; /* Change By Jatin from 90% to 100% */
}
.navigation {
font-size:small;
padding-bottom: 1em;
}
#stripe, #rounds {
float: none;
width: 100%;
}
#task {
margin: 1em auto 0;
}
#task h4 {
font-size: 1em;
}
#options li {
font-size: 0.9em;
}
.intro {
font-size: large;
width: 90%;
margin: 1em auto 0;
}
.intro h4 {
font-size: 1.1em;
}
.intro p {
line-height: 1.5em;
font-size: 0.9em;
}
#start {
display: block;
margin: 2em auto;
}
.pictures {
width: 95%;
margin: 0.5em auto 0;
}
#imageA,
#imageB {
float: none;
width: 100%;
margin: 1em auto;
}
} | 0.515132 | 0.101145 |
html {
overflow-y: scroll;
font-size: 15px;
}
body {
font-family: 'Roboto', Arial, Helvetica;
font-size: 15px;
color: #222222;
background: #FFFFFF;
display: flex;
min-height: 100vh;
flex-direction: column;
}
section {
flex: 1 0 0;
}
h2 {
margin-bottom: 15px;
}
h2 .fa-angle-right {
color: #bbbbbb;
}
h2 a {
text-decoration: none;
}
h2 a:hover {
text-decoration: none;
}
a {
color: #FF9800;
}
a:hover {
color: #cc7a00;
}
.btn.btn-primary {
background-color: #FF9800;
border-color: #FF9800;
}
.btn.btn-primary:hover {
background-color: #e68900;
border-color: #e68900;
}
.btn.btn-primary:active:not(:disabled) {
background-color: #cc7a00;
border-color: #cc7a00;
}
.btn.btn-outline-primary {
border-color: #FF9800;
color: #FF9800;
}
.btn.btn-outline-primary:hover {
background-color: #FF9800;
border-color: #FF9800;
color: #FFFFFF;
}
.btn.btn-outline-primary:active:not(:disabled) {
background-color: #cc7a00;
border-color: #cc7a00;
}
.animable {
opacity: 0;
}
.app-header {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 100;
background: #FF9800;
}
.app-header h1 {
margin-bottom: 0;
}
.app-header a {
color: #FFFFFF;
}
.app-header a:hover {
color: #FFFFFF;
}
.app-header .app-menu {
margin-top: 2px;
}
.app-header .app-menu > ul {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
}
.app-header .app-menu > ul > li {
list-style: none;
margin: 0;
padding: 0;
position: relative;
display: inline-block;
*display: inline;
*zoom: 1;
}
.app-header .app-menu > ul > li > a {
display: block;
font-size: 28px;
padding: 7px 15px;
}
.app-header .app-menu > ul > li > ul {
display: none;
list-style: none;
margin: 0;
padding: 0;
position: absolute;
background: #ffa624;
right: 0;
}
.app-header .app-menu > ul > li > ul > li {
list-style: none;
margin: 0;
padding: 0;
}
.app-header .app-menu > ul > li > ul > li > a {
display: block;
white-space: nowrap;
text-decoration: none;
padding: 7px 15px;
}
.app-header .app-menu > ul > li > ul > li > a:hover {
background: #ffb13d;
}
.app-header .app-menu > ul > li:hover {
background: #ffa624;
}
.app-header .app-menu > ul > li:hover > ul {
display: block;
}
.app-footer p {
margin-bottom: 0;
}
.app-footer p:not(:last-child) {
margin-bottom: 5px;
}
.app-footer .link-github {
color: #626262;
}
.app-footer .link-github:hover {
color: #2f2f2f;
text-decoration: none;
}
.app-client {
padding-top: 80px;
}
.link-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.list .item {
position: relative;
text-align: center;
margin-bottom: 15px;
background: #FFFFFF;
overflow: hidden;
border-radius: 5px;
transition: all 350ms;
}
.list .item .item-image {
background: url('../images/grid.png') 0 0 repeat;
background-size: cover;
}
.list .item .item-image img {
transition: all 350ms;
}
.list .item .item-details {
padding: 15px;
}
.list .item .item-details h4 {
margin-bottom: 3px;
}
.list .item .item-details p {
color: #777777;
}
.list .item:hover .item-image img {
filter: brightness(1.1);
}
.form-group .icon-group {
position: relative;
}
.form-group .icon-group .form-control {
padding-left: 32px;
}
.form-group .icon-group .group-icon {
position: absolute;
top: 50%;
left: 10px;
margin-top: -7px;
color: #bbbbbb;
}
.placeholder {
text-align: center;
}
.placeholder p {
color: #848484;
border: 1px dashed #d0d0d0;
background: #fcfcfc;
padding: 15px;
margin-top: 15px;
border-radius: 5px;
font-size: 1.15em;
min-width: 50%;
display: inline-block;
*display: inline;
*zoom: 1;
}
.board-details .board-specs span {
display: block;
color: #777777;
}
.board-details .board-specs strong {
display: block;
font-size: 1.2em;
font-weight: 400;
}
.board-details .board-specs h3 {
margin-bottom: 15px;
}
.board-details .board-specs .fa-check {
color: #81C784;
}
.board-details .board-specs .fa-times {
color: #EF5350;
}
.board-details .board-specs .fa-question-circle {
font-size: 13px;
color: #999999;
cursor: help;
transition: all 350ms;
}
.board-details .board-specs .fa-question-circle:hover {
color: #777777;
}
.board-details .board-specs .fa-microchip,
.board-details .board-specs .fa-arrows-alt-h,
.board-details .board-specs .fa-arrows-alt-v {
color: #999999;
}
.board-details .board-description p {
line-height: 1.75;
font-size: 1.25em;
}
.board-details .board-image {
text-align: center;
background: url('../images/grid.png') 0 0 repeat;
background-size: cover;
margin-bottom: 15px;
}
.comparator .compare {
background: #fcfcfc;
padding: 1px 0;
}
.comparator .compare .compare-image {
text-align: center;
background: url('../images/grid.png') 0 0 repeat;
background-size: cover;
margin-bottom: 15px;
}
.comparator .compare .compare-details {
text-align: center;
}
.comparator .compare .compare-details span {
display: block;
color: #777777;
}
.comparator .compare .compare-details strong {
display: block;
font-size: 1.2em;
font-weight: 400;
}
.comparator .compare .compare-details h3 {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
padding: 0 12px;
margin-bottom: 15px;
}
.comparator .compare .compare-details h4 {
margin-bottom: 15px;
font-size: 0.95em;
padding: 7px;
background: #f1f1f1;
color: #777777;
}
.comparator .compare .compare-details .fa-check {
color: #81C784;
}
.comparator .compare .compare-details .fa-times {
color: #EF5350;
}
.comparator .compare .compare-details .fa-question-circle {
font-size: 13px;
color: #999999;
cursor: help;
transition: all 350ms;
}
.comparator .compare .compare-details .fa-question-circle:hover {
color: #777777;
}
.comparator .compare .compare-details .fa-microchip,
.comparator .compare .compare-details .fa-arrows-alt-h,
.comparator .compare .compare-details .fa-arrows-alt-v {
color: #999999;
}
.block-splash {
min-height: 65vh;
display: flex;
align-items: center;
justify-content: center;
}
.block-splash p {
font-size: 1.5em;
color: #424242;
}
.block-boards {
background: #FAFAFA;
padding: 45px 0;
}
.block-boards .form-fields {
margin-bottom: 30px;
}
.block-specs {
background: #FAFAFA;
padding: 45px 0;
}
.block-specs h2 {
margin-bottom: 30px;
} | assets/styles/app.css | html {
overflow-y: scroll;
font-size: 15px;
}
body {
font-family: 'Roboto', Arial, Helvetica;
font-size: 15px;
color: #222222;
background: #FFFFFF;
display: flex;
min-height: 100vh;
flex-direction: column;
}
section {
flex: 1 0 0;
}
h2 {
margin-bottom: 15px;
}
h2 .fa-angle-right {
color: #bbbbbb;
}
h2 a {
text-decoration: none;
}
h2 a:hover {
text-decoration: none;
}
a {
color: #FF9800;
}
a:hover {
color: #cc7a00;
}
.btn.btn-primary {
background-color: #FF9800;
border-color: #FF9800;
}
.btn.btn-primary:hover {
background-color: #e68900;
border-color: #e68900;
}
.btn.btn-primary:active:not(:disabled) {
background-color: #cc7a00;
border-color: #cc7a00;
}
.btn.btn-outline-primary {
border-color: #FF9800;
color: #FF9800;
}
.btn.btn-outline-primary:hover {
background-color: #FF9800;
border-color: #FF9800;
color: #FFFFFF;
}
.btn.btn-outline-primary:active:not(:disabled) {
background-color: #cc7a00;
border-color: #cc7a00;
}
.animable {
opacity: 0;
}
.app-header {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 100;
background: #FF9800;
}
.app-header h1 {
margin-bottom: 0;
}
.app-header a {
color: #FFFFFF;
}
.app-header a:hover {
color: #FFFFFF;
}
.app-header .app-menu {
margin-top: 2px;
}
.app-header .app-menu > ul {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
}
.app-header .app-menu > ul > li {
list-style: none;
margin: 0;
padding: 0;
position: relative;
display: inline-block;
*display: inline;
*zoom: 1;
}
.app-header .app-menu > ul > li > a {
display: block;
font-size: 28px;
padding: 7px 15px;
}
.app-header .app-menu > ul > li > ul {
display: none;
list-style: none;
margin: 0;
padding: 0;
position: absolute;
background: #ffa624;
right: 0;
}
.app-header .app-menu > ul > li > ul > li {
list-style: none;
margin: 0;
padding: 0;
}
.app-header .app-menu > ul > li > ul > li > a {
display: block;
white-space: nowrap;
text-decoration: none;
padding: 7px 15px;
}
.app-header .app-menu > ul > li > ul > li > a:hover {
background: #ffb13d;
}
.app-header .app-menu > ul > li:hover {
background: #ffa624;
}
.app-header .app-menu > ul > li:hover > ul {
display: block;
}
.app-footer p {
margin-bottom: 0;
}
.app-footer p:not(:last-child) {
margin-bottom: 5px;
}
.app-footer .link-github {
color: #626262;
}
.app-footer .link-github:hover {
color: #2f2f2f;
text-decoration: none;
}
.app-client {
padding-top: 80px;
}
.link-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.list .item {
position: relative;
text-align: center;
margin-bottom: 15px;
background: #FFFFFF;
overflow: hidden;
border-radius: 5px;
transition: all 350ms;
}
.list .item .item-image {
background: url('../images/grid.png') 0 0 repeat;
background-size: cover;
}
.list .item .item-image img {
transition: all 350ms;
}
.list .item .item-details {
padding: 15px;
}
.list .item .item-details h4 {
margin-bottom: 3px;
}
.list .item .item-details p {
color: #777777;
}
.list .item:hover .item-image img {
filter: brightness(1.1);
}
.form-group .icon-group {
position: relative;
}
.form-group .icon-group .form-control {
padding-left: 32px;
}
.form-group .icon-group .group-icon {
position: absolute;
top: 50%;
left: 10px;
margin-top: -7px;
color: #bbbbbb;
}
.placeholder {
text-align: center;
}
.placeholder p {
color: #848484;
border: 1px dashed #d0d0d0;
background: #fcfcfc;
padding: 15px;
margin-top: 15px;
border-radius: 5px;
font-size: 1.15em;
min-width: 50%;
display: inline-block;
*display: inline;
*zoom: 1;
}
.board-details .board-specs span {
display: block;
color: #777777;
}
.board-details .board-specs strong {
display: block;
font-size: 1.2em;
font-weight: 400;
}
.board-details .board-specs h3 {
margin-bottom: 15px;
}
.board-details .board-specs .fa-check {
color: #81C784;
}
.board-details .board-specs .fa-times {
color: #EF5350;
}
.board-details .board-specs .fa-question-circle {
font-size: 13px;
color: #999999;
cursor: help;
transition: all 350ms;
}
.board-details .board-specs .fa-question-circle:hover {
color: #777777;
}
.board-details .board-specs .fa-microchip,
.board-details .board-specs .fa-arrows-alt-h,
.board-details .board-specs .fa-arrows-alt-v {
color: #999999;
}
.board-details .board-description p {
line-height: 1.75;
font-size: 1.25em;
}
.board-details .board-image {
text-align: center;
background: url('../images/grid.png') 0 0 repeat;
background-size: cover;
margin-bottom: 15px;
}
.comparator .compare {
background: #fcfcfc;
padding: 1px 0;
}
.comparator .compare .compare-image {
text-align: center;
background: url('../images/grid.png') 0 0 repeat;
background-size: cover;
margin-bottom: 15px;
}
.comparator .compare .compare-details {
text-align: center;
}
.comparator .compare .compare-details span {
display: block;
color: #777777;
}
.comparator .compare .compare-details strong {
display: block;
font-size: 1.2em;
font-weight: 400;
}
.comparator .compare .compare-details h3 {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
padding: 0 12px;
margin-bottom: 15px;
}
.comparator .compare .compare-details h4 {
margin-bottom: 15px;
font-size: 0.95em;
padding: 7px;
background: #f1f1f1;
color: #777777;
}
.comparator .compare .compare-details .fa-check {
color: #81C784;
}
.comparator .compare .compare-details .fa-times {
color: #EF5350;
}
.comparator .compare .compare-details .fa-question-circle {
font-size: 13px;
color: #999999;
cursor: help;
transition: all 350ms;
}
.comparator .compare .compare-details .fa-question-circle:hover {
color: #777777;
}
.comparator .compare .compare-details .fa-microchip,
.comparator .compare .compare-details .fa-arrows-alt-h,
.comparator .compare .compare-details .fa-arrows-alt-v {
color: #999999;
}
.block-splash {
min-height: 65vh;
display: flex;
align-items: center;
justify-content: center;
}
.block-splash p {
font-size: 1.5em;
color: #424242;
}
.block-boards {
background: #FAFAFA;
padding: 45px 0;
}
.block-boards .form-fields {
margin-bottom: 30px;
}
.block-specs {
background: #FAFAFA;
padding: 45px 0;
}
.block-specs h2 {
margin-bottom: 30px;
} | 0.42931 | 0.064506 |
body{
background-color: #1992b7 !important;
}
#login-box{
background-color: #1992b7;
width: 380px ;
height: 260px ;
margin: 140px auto 0;
border-radius: 5px;
}
#login-box-interno{
width: 360px;
height: 240px;
background-color: #fdfdfd;
position: absolute;
margin: 10px;
border-radius: 5px;
box-shadow: 0 0 5px black;
overflow: hidden;
}
#login-box-label{
height: 45px;
text-align: center;
font: bold 14px/45px sans-serif ;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a9e4f7+0,0fb4e7+100;Ble+3D+%235 */
background: #a9e4f7; /* Old browsers */
background: -moz-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a9e4f7 0%,#0fb4e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */
border-bottom: 1 solid #bfc3c5;
box-shadow: 1px 0 3px #dedede;
}
#imgvenda{
width: 100px;
height: 120px ;
margin: 30px 130px;
}
.Ra{
margin: -350px;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
div{
position: relative;
}
#rangeValue{
box-sizing: border-box;
position: relative;
top: 0;
background: #fff;
right: 10px;
padding: 2;
text-align: center;
width: 50px:
}
#rangeValue.before{
content:'';
position: relative;
top:50%;
transform: translateY(-50%) rotate(45deg);
left:-5px;
width: 10px;
height: 10px;
background: #fff;
}
.range{
width: 200px;
height: 2px;
background: #111;
-webkit-appearance: none;
outline:none;
border-radius: 2px;
}
.range::-webkit-slider-thumb{
-webkit-appearance: none;
width:20px ;
height: 20px;
border-radius: 50%;
background: #00bcd4;
} | zagua/static/venda.css | body{
background-color: #1992b7 !important;
}
#login-box{
background-color: #1992b7;
width: 380px ;
height: 260px ;
margin: 140px auto 0;
border-radius: 5px;
}
#login-box-interno{
width: 360px;
height: 240px;
background-color: #fdfdfd;
position: absolute;
margin: 10px;
border-radius: 5px;
box-shadow: 0 0 5px black;
overflow: hidden;
}
#login-box-label{
height: 45px;
text-align: center;
font: bold 14px/45px sans-serif ;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a9e4f7+0,0fb4e7+100;Ble+3D+%235 */
background: #a9e4f7; /* Old browsers */
background: -moz-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a9e4f7 0%,#0fb4e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */
border-bottom: 1 solid #bfc3c5;
box-shadow: 1px 0 3px #dedede;
}
#imgvenda{
width: 100px;
height: 120px ;
margin: 30px 130px;
}
.Ra{
margin: -350px;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
div{
position: relative;
}
#rangeValue{
box-sizing: border-box;
position: relative;
top: 0;
background: #fff;
right: 10px;
padding: 2;
text-align: center;
width: 50px:
}
#rangeValue.before{
content:'';
position: relative;
top:50%;
transform: translateY(-50%) rotate(45deg);
left:-5px;
width: 10px;
height: 10px;
background: #fff;
}
.range{
width: 200px;
height: 2px;
background: #111;
-webkit-appearance: none;
outline:none;
border-radius: 2px;
}
.range::-webkit-slider-thumb{
-webkit-appearance: none;
width:20px ;
height: 20px;
border-radius: 50%;
background: #00bcd4;
} | 0.372734 | 0.093471 |
.skeleton-ig-ads-container {
width: 100vw;
height: 100px;
background: #fff;
position: fixed;
left: 0;
top: 49px;
z-index: 200;
}
.skeleton-container {
width: 100vw;
height: calc(100vh - 70px);
background: #fff;
position: fixed;
left: 0;
top: 70px;
z-index: 200;
}
.skeleton-style {
background: #f4f4f4;
background-image: linear-gradient(90deg, #f4f4f4 0px, rgba(229, 229, 229, 0.5) 40px, #f4f4f4 80px);
}
.skeleton-media-index-layout {
width: 820px;
}
.skeleton-media-index-cover {
animation: shine-media-index-cover 2s infinite ease-out;
-webkit-animation: shine-media-index-cover 2s infinite ease-out;
width: 820px;
height: 390px;
background-size: 1000px;
}
.skeleton-media-index-card {
animation: shine-media-index-card 2s infinite ease-out;
-webkit-animation: shine-media-index-card 2s infinite ease-out;
width: 266px;
height: 200px;
border-radius: 10px;
background-size: 500px;
}
.skeleton-text-small {
animation: shine-text 2s infinite ease-out;
-webkit-animation: shine-text 2s infinite ease-out;
width: 110px;
height: 17px;
background-size: 500px;
}
.skeleton-text-middle {
animation: shine-text 2s infinite ease-out;
-webkit-animation: shine-text 2s infinite ease-out;
width: 200px;
height: 17px;
background-size: 500px;
}
.skeleton-text-large {
animation: shine-text 2s infinite ease-out;
-webkit-animation: shine-text 2s infinite ease-out;
width: 300px;
height: 17px;
background-size: 500px;
}
@media screen and (max-width: 1023px) {
.skeleton-media-index-card {
width: 100%;
height: 25vh;
border-radius: 0;
}
.skeleton-media-index-cover {
height: 300px;
}
.skeleton-media-index-layout {
width: 100%;
}
.skeleton-container {
height: calc(100vh - 49px);
top: 49px;
}
}
@-webkit-keyframes shine-text {
0% {
background-position: -100px;
}
40%, 100% {
background-position: 400px;
}
}
@keyframes shine-text {
0% {
background-position: -100px;
}
40%, 100% {
background-position: 400px;
}
}
@-webkit-keyframes shine-media-index-card {
0% {
background-position: -100px;
}
40%, 100% {
background-position: 400px;
}
}
@keyframes shine-media-index-card {
0% {
background-position: -100px;
}
40%, 100% {
background-position: 400px;
}
}
@-webkit-keyframes shine-media-index-cover {
0% {
background-position: -100px;
}
40%, 100% {
background-position: 850px;
}
}
@keyframes shine-media-index-cover {
0% {
background-position: -100px;
}
40%, 100% {
background-position: 850px;
}
} | common/css/skeleton.css | .skeleton-ig-ads-container {
width: 100vw;
height: 100px;
background: #fff;
position: fixed;
left: 0;
top: 49px;
z-index: 200;
}
.skeleton-container {
width: 100vw;
height: calc(100vh - 70px);
background: #fff;
position: fixed;
left: 0;
top: 70px;
z-index: 200;
}
.skeleton-style {
background: #f4f4f4;
background-image: linear-gradient(90deg, #f4f4f4 0px, rgba(229, 229, 229, 0.5) 40px, #f4f4f4 80px);
}
.skeleton-media-index-layout {
width: 820px;
}
.skeleton-media-index-cover {
animation: shine-media-index-cover 2s infinite ease-out;
-webkit-animation: shine-media-index-cover 2s infinite ease-out;
width: 820px;
height: 390px;
background-size: 1000px;
}
.skeleton-media-index-card {
animation: shine-media-index-card 2s infinite ease-out;
-webkit-animation: shine-media-index-card 2s infinite ease-out;
width: 266px;
height: 200px;
border-radius: 10px;
background-size: 500px;
}
.skeleton-text-small {
animation: shine-text 2s infinite ease-out;
-webkit-animation: shine-text 2s infinite ease-out;
width: 110px;
height: 17px;
background-size: 500px;
}
.skeleton-text-middle {
animation: shine-text 2s infinite ease-out;
-webkit-animation: shine-text 2s infinite ease-out;
width: 200px;
height: 17px;
background-size: 500px;
}
.skeleton-text-large {
animation: shine-text 2s infinite ease-out;
-webkit-animation: shine-text 2s infinite ease-out;
width: 300px;
height: 17px;
background-size: 500px;
}
@media screen and (max-width: 1023px) {
.skeleton-media-index-card {
width: 100%;
height: 25vh;
border-radius: 0;
}
.skeleton-media-index-cover {
height: 300px;
}
.skeleton-media-index-layout {
width: 100%;
}
.skeleton-container {
height: calc(100vh - 49px);
top: 49px;
}
}
@-webkit-keyframes shine-text {
0% {
background-position: -100px;
}
40%, 100% {
background-position: 400px;
}
}
@keyframes shine-text {
0% {
background-position: -100px;
}
40%, 100% {
background-position: 400px;
}
}
@-webkit-keyframes shine-media-index-card {
0% {
background-position: -100px;
}
40%, 100% {
background-position: 400px;
}
}
@keyframes shine-media-index-card {
0% {
background-position: -100px;
}
40%, 100% {
background-position: 400px;
}
}
@-webkit-keyframes shine-media-index-cover {
0% {
background-position: -100px;
}
40%, 100% {
background-position: 850px;
}
}
@keyframes shine-media-index-cover {
0% {
background-position: -100px;
}
40%, 100% {
background-position: 850px;
}
} | 0.584983 | 0.085824 |
.replace {
display: block;
text-indent: 200%;
white-space: nowrap;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
}
/* 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; }
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified/ */
/* blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* basic CSS sprites */
a.sprite:link, a.sprite:visited { background-position: left top; }
a.sprite:hover, a.sprite:active { background-position: left bottom; }
/*
**
*/
.sotd-widget {
margin: 20px 0;
border: 1px solid #000;
width: 212px;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: white;
background: #818d9b;
text-align: center;
}
.sotd-widget-loading {
display: block;
margin: 10px auto;
width: 43px;
height: 20px;
background: url(../_images/loading.gif) left top no-repeat;
}
.sotd-widget-error {
margin: 10px 0;
}
.sotd-widget a {
text-decoration: none;
color: white !important; /* !important added by JAK to prevent white links from being overriden by blue link CSS. */
}
.sotd-widget a:hover {
text-decoration: underline;
}
.sotd-widget-inner {
margin: 6px 6px 0px;
padding-bottom: 10px;
background: #394651;
text-align: left;
}
.sotd-widget-eol-logo {
padding: 10px 0;
width: 100%;
height: 17px;
background-color: #394651;
background-position: center center;
background-image: url(../_images/logo_eol.png);
}
.sotd-widget-thumbnail {
display: block;
margin: 0;
width: 100%;
}
.sotd-widget-metadata {
padding: 10px;
}
.sotd-widget-common-name {
display: block;
font-size: 1.09090909em;
font-weight: bold;
}
.sotd-widget-scientific-name {
display: block;
font-size: 1.09090909em;
}
.sotd-widget-common-name .latin, .sotd-widget-scientific-name .latin {
font-style: italic;
}
.sotd-widget-description {
display: block;
}
.sotd-widget-nominate {
display: block;
color: white;
text-align: center;
}
.sotd-widget-prev {
float: left;
margin: 10px 0 10px 6px;
width: 43px;
height: 20px;
background-image: url(../_images/btn_prev.png);
background-position: bottom left;
}
.sotd-widget-prev.disabled {
background-position: top left;
cursor: default;
}
.sotd-widget-next {
float: right;
margin: 10px 6px 10px 0;
width: 43px;
height: 20px;
background-image: url(../_images/btn_next.png);
background-position: bottom left;
}
.sotd-widget-next.disabled {
background-position: top left;
cursor: default;
}
.sotd-widget-archive {
display: inline-block;
margin-top: 13px;
text-align: center;
font-size: 0.9090909090em;
text-decoration: none;
}
.sotd-widget-si-logo {
margin-top: 10px;
padding: 6px 21px;
width: 170px;
height: 21px;
background-color: black;
background-image: url(../_images/logo_si.png);
}
/*
**
*/
.sotd-widget .highslide img {
border: 0;
} | _css/SOTD.css |
.replace {
display: block;
text-indent: 200%;
white-space: nowrap;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
}
/* 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; }
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified/ */
/* blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* basic CSS sprites */
a.sprite:link, a.sprite:visited { background-position: left top; }
a.sprite:hover, a.sprite:active { background-position: left bottom; }
/*
**
*/
.sotd-widget {
margin: 20px 0;
border: 1px solid #000;
width: 212px;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: white;
background: #818d9b;
text-align: center;
}
.sotd-widget-loading {
display: block;
margin: 10px auto;
width: 43px;
height: 20px;
background: url(../_images/loading.gif) left top no-repeat;
}
.sotd-widget-error {
margin: 10px 0;
}
.sotd-widget a {
text-decoration: none;
color: white !important; /* !important added by JAK to prevent white links from being overriden by blue link CSS. */
}
.sotd-widget a:hover {
text-decoration: underline;
}
.sotd-widget-inner {
margin: 6px 6px 0px;
padding-bottom: 10px;
background: #394651;
text-align: left;
}
.sotd-widget-eol-logo {
padding: 10px 0;
width: 100%;
height: 17px;
background-color: #394651;
background-position: center center;
background-image: url(../_images/logo_eol.png);
}
.sotd-widget-thumbnail {
display: block;
margin: 0;
width: 100%;
}
.sotd-widget-metadata {
padding: 10px;
}
.sotd-widget-common-name {
display: block;
font-size: 1.09090909em;
font-weight: bold;
}
.sotd-widget-scientific-name {
display: block;
font-size: 1.09090909em;
}
.sotd-widget-common-name .latin, .sotd-widget-scientific-name .latin {
font-style: italic;
}
.sotd-widget-description {
display: block;
}
.sotd-widget-nominate {
display: block;
color: white;
text-align: center;
}
.sotd-widget-prev {
float: left;
margin: 10px 0 10px 6px;
width: 43px;
height: 20px;
background-image: url(../_images/btn_prev.png);
background-position: bottom left;
}
.sotd-widget-prev.disabled {
background-position: top left;
cursor: default;
}
.sotd-widget-next {
float: right;
margin: 10px 6px 10px 0;
width: 43px;
height: 20px;
background-image: url(../_images/btn_next.png);
background-position: bottom left;
}
.sotd-widget-next.disabled {
background-position: top left;
cursor: default;
}
.sotd-widget-archive {
display: inline-block;
margin-top: 13px;
text-align: center;
font-size: 0.9090909090em;
text-decoration: none;
}
.sotd-widget-si-logo {
margin-top: 10px;
padding: 6px 21px;
width: 170px;
height: 21px;
background-color: black;
background-image: url(../_images/logo_si.png);
}
/*
**
*/
.sotd-widget .highslide img {
border: 0;
} | 0.300746 | 0.108614 |
.position_relative {
position:relative;
}
/* Required for correct positioning when the menu is position:fixed */
.target {
display: block;
margin-top: -50px;
height: 50px;
}
/* Theme tuning ----------------------------------------------------------- */
.min_width_limit {
min-width:160px;
}
.logo {
font-size:55px;
}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #777;
}
.menu_wrap {
position:relative;
min-height:50px;
}
.menu {
top:0px;
width:100%;
z-index:3000;
}
.menu .navbar{margin-top:0px;}
.footer {
margin-top:70px;
border-top: 1px solid #000;
background-color: #333;
color: #F9F9F9;
}
.header_content {
top: 30px;
position: absolute;
width:100%;
-webkit-transition: top 0s ease 0s;
-moz-transition: top 0s ease 0s;
-o-transition: top 0s ease 0s;
-ms-transition: top 0s ease 0s;
transition: top 0s ease 0s;
}
.img_resp {
height: 250px;
width: auto;
/* XXX: remove URLs from CSS */
background-image: url("/s/lake.jpg");
background-size: cover;
background-position: center bottom;
-webkit-transition: height 0.25s ease 0s;
-moz-transition: height 0.25s ease 0s;
-o-transition: height 0.25s ease 0s;
-ms-transition: height 0.25s ease 0s;
transition: height 0.25s ease 0s;
}
@media (max-width: 768px) {
.img_resp {
height: 200px;
}
.header_content {
top: 30px;
}
}
@media (min-width:768px) and (max-width: 992px) {
.img_resp {
height: 250px;
}
.header_content {
top: 50px;
}
}
@media (min-width:992px) and (max-width: 1200px) {
.img_resp {
height: 300px;
}
.header_content {
top: 70px;
}
}
@media (min-width:1200px) {
.img_resp {
height: 300px;
width: 100%;
}
.header_content {
top: 90px;
}
}
/* END Theme tuning ------------------------------------------------------- */ | theme.css | .position_relative {
position:relative;
}
/* Required for correct positioning when the menu is position:fixed */
.target {
display: block;
margin-top: -50px;
height: 50px;
}
/* Theme tuning ----------------------------------------------------------- */
.min_width_limit {
min-width:160px;
}
.logo {
font-size:55px;
}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #777;
}
.menu_wrap {
position:relative;
min-height:50px;
}
.menu {
top:0px;
width:100%;
z-index:3000;
}
.menu .navbar{margin-top:0px;}
.footer {
margin-top:70px;
border-top: 1px solid #000;
background-color: #333;
color: #F9F9F9;
}
.header_content {
top: 30px;
position: absolute;
width:100%;
-webkit-transition: top 0s ease 0s;
-moz-transition: top 0s ease 0s;
-o-transition: top 0s ease 0s;
-ms-transition: top 0s ease 0s;
transition: top 0s ease 0s;
}
.img_resp {
height: 250px;
width: auto;
/* XXX: remove URLs from CSS */
background-image: url("/s/lake.jpg");
background-size: cover;
background-position: center bottom;
-webkit-transition: height 0.25s ease 0s;
-moz-transition: height 0.25s ease 0s;
-o-transition: height 0.25s ease 0s;
-ms-transition: height 0.25s ease 0s;
transition: height 0.25s ease 0s;
}
@media (max-width: 768px) {
.img_resp {
height: 200px;
}
.header_content {
top: 30px;
}
}
@media (min-width:768px) and (max-width: 992px) {
.img_resp {
height: 250px;
}
.header_content {
top: 50px;
}
}
@media (min-width:992px) and (max-width: 1200px) {
.img_resp {
height: 300px;
}
.header_content {
top: 70px;
}
}
@media (min-width:1200px) {
.img_resp {
height: 300px;
width: 100%;
}
.header_content {
top: 90px;
}
}
/* END Theme tuning ------------------------------------------------------- */ | 0.413359 | 0.061368 |
@tailwind base;
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
font-family: 'Poppins', sans-serif;
}
ul.b {
list-style-type: square;
}
.newdata{
background-image: url('../images/Background/Untitled\ design\ \(2\).png');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
}
#preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
}
#loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #9370DB;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #BA55D3;
-webkit-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #FF00FF;
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
} | src/styles/global.css | @tailwind base;
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
font-family: 'Poppins', sans-serif;
}
ul.b {
list-style-type: square;
}
.newdata{
background-image: url('../images/Background/Untitled\ design\ \(2\).png');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
}
#preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
}
#loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #9370DB;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #BA55D3;
-webkit-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #FF00FF;
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
} | 0.518059 | 0.125842 |
.dialog-pane {
-fx-background-color: transparent;
}
.dialog-pane > .content-pane {
-fx-background-radius: 3px;
-fx-background-color: -fx-base;
-fx-effect: dropshadow(gaussian, rgba(0, 0, 0, .26), 20, 0.19, -1, 6);
-fx-min-width: 350px;
-fx-min-height: 250px;
}
.dialog-pane > .content-pane .prompt-node-wrapper {
-fx-spacing: 10px;
}
.dialog-pane > .content-pane > .glass-pane {
-fx-background-color: rgba(0, 0, 0, .5);
}
.dialog-pane > .content-pane > .vbox {
}
.dialog-pane > .content-pane > .vbox .label {
}
.dialog-pane > .content-pane > .vbox > .button-bar {
-fx-padding: 10px;
-fx-spacing: 10px;
-fx-background-color: rgba(100, 112, 122, 0.2);
-fx-alignment: center;
}
.dialog-pane > .content-pane > .vbox > .button-bar > .button {
}
.dialog-pane > .content-pane > .vbox > .button-bar > .button:default {
}
.dialog-pane > .content-pane > .vbox > .header {
-fx-padding: 25px 50px 0px 50px;
-fx-background-color: transparent;
-fx-background-insets: 0, 0 0 1 0;
-fx-spacing: 15px;
}
.dialog-pane > .content-pane > .vbox > .header > .title {
-fx-alignment: center;
-fx-padding: 0;
-fx-font-size: 24px;
-fx-font-family: "Rubik Medium";
}
.dialog-pane > .content-pane > .vbox > .content {
}
.dialog-pane > .content-pane > .vbox > .content.padding {
-fx-padding: 30px 30px 50px 30px;
}
.dialog-pane > .content-pane.information > .vbox > .header > .icon {
-fx-image: url("dialog-information.png");
}
.dialog-pane > .content-pane.warning > .vbox > .header > .icon {
-fx-image: url("dialog-warning.png");
}
.dialog-pane > .content-pane.error > .vbox > .header > .icon {
-fx-image: url("dialog-error.png");
}
.dialog-pane > .content-pane.confirmation > .vbox > .header > .icon {
-fx-image: url("dialog-confirm.png");
}
/* ----------------------------------------------------------------------------
* BusyIndicator
*/
.dialog-pane .busy-indicator {
-size: 100px;
-fx-pref-width: -size;
-fx-pref-height: -size;
-fx-max-width: -size;
-fx-max-height: -size;
-fx-background-color: transparent;
}
/* ----------------------------------------------------------------------------
* CircularProgressIndicator
*/
.dialog-pane > .content-pane .circular-progress {
-indicator-color: white;
}
.dialog-pane > .content-pane .circular-progress .indicator {
-fx-stroke-type: centered;
-fx-stroke: -fx-accent;
-fx-fill: transparent;
}
/* ----------------------------------------------------------------------------
* Glass Pane
*/
.dialog-pane > .glass-pane {
-fx-background-color: black;
-fx-opacity: .6;
}
/* ----------------------------------------------------------------------------
* ResizableTextArea
*/
.dialog-pane > .content-pane .resizable-text-area .resize-corner {
-fx-padding: 0px 2px 2px 0px;
}
.dialog-pane > .content-pane .resizable-text-area .resize-corner .ikonli-font-icon {
-fx-icon-size: 24px;
-fx-icon-color: -fx-accent;
} | gemsfx/src/main/resources/com/dlsc/gemsfx/dialog.css | .dialog-pane {
-fx-background-color: transparent;
}
.dialog-pane > .content-pane {
-fx-background-radius: 3px;
-fx-background-color: -fx-base;
-fx-effect: dropshadow(gaussian, rgba(0, 0, 0, .26), 20, 0.19, -1, 6);
-fx-min-width: 350px;
-fx-min-height: 250px;
}
.dialog-pane > .content-pane .prompt-node-wrapper {
-fx-spacing: 10px;
}
.dialog-pane > .content-pane > .glass-pane {
-fx-background-color: rgba(0, 0, 0, .5);
}
.dialog-pane > .content-pane > .vbox {
}
.dialog-pane > .content-pane > .vbox .label {
}
.dialog-pane > .content-pane > .vbox > .button-bar {
-fx-padding: 10px;
-fx-spacing: 10px;
-fx-background-color: rgba(100, 112, 122, 0.2);
-fx-alignment: center;
}
.dialog-pane > .content-pane > .vbox > .button-bar > .button {
}
.dialog-pane > .content-pane > .vbox > .button-bar > .button:default {
}
.dialog-pane > .content-pane > .vbox > .header {
-fx-padding: 25px 50px 0px 50px;
-fx-background-color: transparent;
-fx-background-insets: 0, 0 0 1 0;
-fx-spacing: 15px;
}
.dialog-pane > .content-pane > .vbox > .header > .title {
-fx-alignment: center;
-fx-padding: 0;
-fx-font-size: 24px;
-fx-font-family: "Rubik Medium";
}
.dialog-pane > .content-pane > .vbox > .content {
}
.dialog-pane > .content-pane > .vbox > .content.padding {
-fx-padding: 30px 30px 50px 30px;
}
.dialog-pane > .content-pane.information > .vbox > .header > .icon {
-fx-image: url("dialog-information.png");
}
.dialog-pane > .content-pane.warning > .vbox > .header > .icon {
-fx-image: url("dialog-warning.png");
}
.dialog-pane > .content-pane.error > .vbox > .header > .icon {
-fx-image: url("dialog-error.png");
}
.dialog-pane > .content-pane.confirmation > .vbox > .header > .icon {
-fx-image: url("dialog-confirm.png");
}
/* ----------------------------------------------------------------------------
* BusyIndicator
*/
.dialog-pane .busy-indicator {
-size: 100px;
-fx-pref-width: -size;
-fx-pref-height: -size;
-fx-max-width: -size;
-fx-max-height: -size;
-fx-background-color: transparent;
}
/* ----------------------------------------------------------------------------
* CircularProgressIndicator
*/
.dialog-pane > .content-pane .circular-progress {
-indicator-color: white;
}
.dialog-pane > .content-pane .circular-progress .indicator {
-fx-stroke-type: centered;
-fx-stroke: -fx-accent;
-fx-fill: transparent;
}
/* ----------------------------------------------------------------------------
* Glass Pane
*/
.dialog-pane > .glass-pane {
-fx-background-color: black;
-fx-opacity: .6;
}
/* ----------------------------------------------------------------------------
* ResizableTextArea
*/
.dialog-pane > .content-pane .resizable-text-area .resize-corner {
-fx-padding: 0px 2px 2px 0px;
}
.dialog-pane > .content-pane .resizable-text-area .resize-corner .ikonli-font-icon {
-fx-icon-size: 24px;
-fx-icon-color: -fx-accent;
} | 0.372734 | 0.055952 |
.section__description {
margin: 10em 10em 20em 10em;
}
.section__description{
display: flex;
flex-direction: row;
justify-content: center;
}
.section__image img {
width: 500px;
height: 600px;
}
.section__about {
padding: 0 5em;
}
.section__text h2{
font-size: 4.4rem;
color: var(--pink);
margin: 0;
}
.section__text h3{
font-size: 2.2rem;
color: var(--white);
margin: 0;
}
.section__description-text {
width: 30em;
font-size: 17px;
}
/** SECTION OF CARDS SKILLS**/
.section__skills h2 {
font-size: 2rem;
}
.section__technologies {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
gap: 5px;
}
.section__cards {
padding: 1rem;
width: 100px;
height: 70px;
margin: 0 auto;
border-radius: 10px;
background-color: var(--card);
flex-direction: column;
display: flex;
align-items: center;
}
.section__cards img{
width: 50px;
}
.section__cards p {
font-size: 12px;
text-justify: auto;
}
.zoom {
transition: transform .5s; /* Animation */
}
.zoom:hover {
transform: scale(1.1);
transition: 20ms;
}
.zoom:hover a {
color: var(--pink);
font-weight: 800;
}
/** SECTION OF PORTFOLIO PROJECTS**/
.section__cards-projects {
margin: 10em 10em 10em 10em;
}
.section__cards-projects {
display: flex;
justify-content: space-evenly;
}
.cards__projects {
display: grid;
gap: 20px;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.project{
background-color: var(--card);
width: 20em;
height: 17em;
border-radius: 8px;
padding: 10px;
}
.cards__projects h2 {
color: var(--white);
margin: 10px 0;
font-size: 20px;
}
.cards__projects img {
width: 20em;
height: 10em;
padding: 0;
border-radius: 8px;
}
.project__p {
display: flex;
flex-direction: baseline;
}
.project__p p {
display: flex;
padding: 10px 20px 0px 0;
font-weight: 300;
}
.cards__projects h3 {
color: var(--white);
font-size: 15px;
font-weight: 300;
}
.cards__projects a {
text-decoration: none;
} | css/section.css | .section__description {
margin: 10em 10em 20em 10em;
}
.section__description{
display: flex;
flex-direction: row;
justify-content: center;
}
.section__image img {
width: 500px;
height: 600px;
}
.section__about {
padding: 0 5em;
}
.section__text h2{
font-size: 4.4rem;
color: var(--pink);
margin: 0;
}
.section__text h3{
font-size: 2.2rem;
color: var(--white);
margin: 0;
}
.section__description-text {
width: 30em;
font-size: 17px;
}
/** SECTION OF CARDS SKILLS**/
.section__skills h2 {
font-size: 2rem;
}
.section__technologies {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
gap: 5px;
}
.section__cards {
padding: 1rem;
width: 100px;
height: 70px;
margin: 0 auto;
border-radius: 10px;
background-color: var(--card);
flex-direction: column;
display: flex;
align-items: center;
}
.section__cards img{
width: 50px;
}
.section__cards p {
font-size: 12px;
text-justify: auto;
}
.zoom {
transition: transform .5s; /* Animation */
}
.zoom:hover {
transform: scale(1.1);
transition: 20ms;
}
.zoom:hover a {
color: var(--pink);
font-weight: 800;
}
/** SECTION OF PORTFOLIO PROJECTS**/
.section__cards-projects {
margin: 10em 10em 10em 10em;
}
.section__cards-projects {
display: flex;
justify-content: space-evenly;
}
.cards__projects {
display: grid;
gap: 20px;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.project{
background-color: var(--card);
width: 20em;
height: 17em;
border-radius: 8px;
padding: 10px;
}
.cards__projects h2 {
color: var(--white);
margin: 10px 0;
font-size: 20px;
}
.cards__projects img {
width: 20em;
height: 10em;
padding: 0;
border-radius: 8px;
}
.project__p {
display: flex;
flex-direction: baseline;
}
.project__p p {
display: flex;
padding: 10px 20px 0px 0;
font-weight: 300;
}
.cards__projects h3 {
color: var(--white);
font-size: 15px;
font-weight: 300;
}
.cards__projects a {
text-decoration: none;
} | 0.652684 | 0.201087 |
.main{
background-color: whitesmoke;
}
.card{
border-radius: 15px !important;
}
.head {
display: flex;
align-items: center;
}
.head .title{
color: #909090;
font-size: 25px;
}
.head .tag-preview{
background-color: #979797;
color: white;
border-radius: 20px;
padding: 10px 30px;
font-size: 20px !important;
cursor: pointer;
box-shadow: 0 0 10px lightgray;
transition-duration: 0.3s;
margin-left: 20px;
min-height: 50px;
}
.head .tag-preview:hover{
transform: translateY(-3px);
}
.content{
display: flex;
margin: 20px 0;
}
.content .right{
width: 50%;
display: flex;
align-items: center;
flex-flow: column;
}
.content .right .input-field{
width: 100%;
border: 1px solid lightgray;
padding: 8px 15px 4px 15px;
border-radius: 10px;
}
.content .right input{
border-radius: 10px;
border: none;
height: auto;
}
.content .right input:focus{
box-shadow: none !important;
border: none !important;
}
.content .right textarea{
border: 1px solid lightgray;
border-radius: 10px;
resize: none;
padding: 10px;
min-height: 150px;
}
.content .right .counter{
width: 100%;
color: dimgrey;
font-weight: 100;
}
.counter span{
color: #239EFF;
}
.content .left{
width: 50%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.content .left .pick{
margin: 10px;
color: lightgray;
}
.card-action{
display: flex;
align-items: center;
justify-content: flex-end;
border-radius: 0 0 15px 15px !important;
padding: 0 !important;
}
.card-action .create{
padding: 10px 20px;
color: white;
background-color: #2196F3;
border-radius: 0 0 15px 0;
cursor: pointer;
}
.card-action .create:hover{
background-color: #239eff;
}
@media (max-device-width: 600px) {
.head{
flex-flow: column;
justify-content: center;
}
.head .tag-preview{
margin: 10px 0;
}
.content{
flex-flow: column;
}
.content .right{
width: 100%;
margin-bottom: 20px;
}
.content .left {
width: 100%;
margin-top: 0;
}
.card-action .create{
width: 100%;
border-radius: 0 0 15px 15px;
text-align: center;
}
} | src/main/webapp/resources/css/tagCreate.css | .main{
background-color: whitesmoke;
}
.card{
border-radius: 15px !important;
}
.head {
display: flex;
align-items: center;
}
.head .title{
color: #909090;
font-size: 25px;
}
.head .tag-preview{
background-color: #979797;
color: white;
border-radius: 20px;
padding: 10px 30px;
font-size: 20px !important;
cursor: pointer;
box-shadow: 0 0 10px lightgray;
transition-duration: 0.3s;
margin-left: 20px;
min-height: 50px;
}
.head .tag-preview:hover{
transform: translateY(-3px);
}
.content{
display: flex;
margin: 20px 0;
}
.content .right{
width: 50%;
display: flex;
align-items: center;
flex-flow: column;
}
.content .right .input-field{
width: 100%;
border: 1px solid lightgray;
padding: 8px 15px 4px 15px;
border-radius: 10px;
}
.content .right input{
border-radius: 10px;
border: none;
height: auto;
}
.content .right input:focus{
box-shadow: none !important;
border: none !important;
}
.content .right textarea{
border: 1px solid lightgray;
border-radius: 10px;
resize: none;
padding: 10px;
min-height: 150px;
}
.content .right .counter{
width: 100%;
color: dimgrey;
font-weight: 100;
}
.counter span{
color: #239EFF;
}
.content .left{
width: 50%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.content .left .pick{
margin: 10px;
color: lightgray;
}
.card-action{
display: flex;
align-items: center;
justify-content: flex-end;
border-radius: 0 0 15px 15px !important;
padding: 0 !important;
}
.card-action .create{
padding: 10px 20px;
color: white;
background-color: #2196F3;
border-radius: 0 0 15px 0;
cursor: pointer;
}
.card-action .create:hover{
background-color: #239eff;
}
@media (max-device-width: 600px) {
.head{
flex-flow: column;
justify-content: center;
}
.head .tag-preview{
margin: 10px 0;
}
.content{
flex-flow: column;
}
.content .right{
width: 100%;
margin-bottom: 20px;
}
.content .left {
width: 100%;
margin-top: 0;
}
.card-action .create{
width: 100%;
border-radius: 0 0 15px 15px;
text-align: center;
}
} | 0.460774 | 0.119691 |
:root {
--green-light: #66BF39;
--blue-light: #45A3E5;
--red-light: #FF3355;
--yellow-light: #FFC00A;
--green-medium: #26890C;
--blue-medium: #1368CE;
--red-medium: #E21B3C;
--yellow-medium: #FFA602;
--green-dark: #106B03;
--blue-dark: #0542B9;
--red-dark: #C60929;
--yellow-dark: #D89E00;
}
*, ::before, ::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
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;
overflow-x: hidden;
transition: 0.3s ease-in-out;
}
button {
border: 0;
outline: 0;
padding: 32px;
font-size: 16px;
cursor: pointer;
background: #ddd;
}
input {
border: 0;
outline: 0;
}
input[type="range"] {
-webkit-appearance: none;
width: 300px;
margin: 0 16px;
cursor: pointer;
}
input[type="range"]:focus {
outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
background: #ccc;
height: 10px;
border-radius: 5px;
}
input[type="range"]::-moz-range-track {
background: #ccc;
height: 10px;
border-radius: 5px;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
height: 30px;
width: 30px;
background: var(--yellow-dark);
margin-top: -10px;
border-radius: 50%;
transition: 0.12s ease-in-out;
border: 9px solid var(--yellow-dark);
}
input[type="range"]:hover::-webkit-slider-thumb {
background: var(--yellow-light);
}
input[type="range"]::-moz-range-thumb {
height: 30px;
width: 30px;
background: #ccc;
margin-top: -10px;
border-radius: 50%;
}
[data-value="0"] input[type="range"]::-webkit-slider-thumb {
background: var(--yellow-dark);
border-color: var(--yellow-dark);
}
[data-value="0"] input[type="range"]:hover::-webkit-slider-thumb {
background: var(--yellow-light);
}
[data-value="-1"] input[type="range"]::-webkit-slider-thumb {
background: var(--red-dark);
border-color: var(--red-dark);
}
[data-value="-1"] input[type="range"]:hover::-webkit-slider-thumb {
background: var(--red-light);
}
[data-value="1"] input[type="range"]::-webkit-slider-thumb {
background: var(--green-dark);
border-color: var(--green-dark);
}
[data-value="1"] input[type="range"]:hover::-webkit-slider-thumb {
background: var(--green-light);
} | frontend/src/index.css | :root {
--green-light: #66BF39;
--blue-light: #45A3E5;
--red-light: #FF3355;
--yellow-light: #FFC00A;
--green-medium: #26890C;
--blue-medium: #1368CE;
--red-medium: #E21B3C;
--yellow-medium: #FFA602;
--green-dark: #106B03;
--blue-dark: #0542B9;
--red-dark: #C60929;
--yellow-dark: #D89E00;
}
*, ::before, ::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
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;
overflow-x: hidden;
transition: 0.3s ease-in-out;
}
button {
border: 0;
outline: 0;
padding: 32px;
font-size: 16px;
cursor: pointer;
background: #ddd;
}
input {
border: 0;
outline: 0;
}
input[type="range"] {
-webkit-appearance: none;
width: 300px;
margin: 0 16px;
cursor: pointer;
}
input[type="range"]:focus {
outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
background: #ccc;
height: 10px;
border-radius: 5px;
}
input[type="range"]::-moz-range-track {
background: #ccc;
height: 10px;
border-radius: 5px;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
height: 30px;
width: 30px;
background: var(--yellow-dark);
margin-top: -10px;
border-radius: 50%;
transition: 0.12s ease-in-out;
border: 9px solid var(--yellow-dark);
}
input[type="range"]:hover::-webkit-slider-thumb {
background: var(--yellow-light);
}
input[type="range"]::-moz-range-thumb {
height: 30px;
width: 30px;
background: #ccc;
margin-top: -10px;
border-radius: 50%;
}
[data-value="0"] input[type="range"]::-webkit-slider-thumb {
background: var(--yellow-dark);
border-color: var(--yellow-dark);
}
[data-value="0"] input[type="range"]:hover::-webkit-slider-thumb {
background: var(--yellow-light);
}
[data-value="-1"] input[type="range"]::-webkit-slider-thumb {
background: var(--red-dark);
border-color: var(--red-dark);
}
[data-value="-1"] input[type="range"]:hover::-webkit-slider-thumb {
background: var(--red-light);
}
[data-value="1"] input[type="range"]::-webkit-slider-thumb {
background: var(--green-dark);
border-color: var(--green-dark);
}
[data-value="1"] input[type="range"]:hover::-webkit-slider-thumb {
background: var(--green-light);
} | 0.467575 | 0.174481 |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/* Page Transition */
.fade-in {
animation: fadeIn ease 2s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Nav bar */
.nav-bar {
display: block;
position: fixed;
top: 0;
background-color: #000000;
color: #FFFFFF;
width: 100vw;
z-index: 10;
}
.nav {
display: flex;
justify-content: space-evenly;
}
.nav span {
display: flex;
justify-content: center;
align-items: center;
}
.nav-icon {
width:50px;
height:50px;
margin-right: 5px;
}
.nav-list {
display: flex;
align-items: center;
}
.nav-item {
list-style-type: none;
margin: 0;
}
.navLink {
text-decoration: none;
padding: 10px 30px;
color: #FFFFFF;
transition: all 0.3s ease-in-out;
font-size: 1.2rem;
}
.navLink:hover {
background-color: #1DB954;
color: #FFFFFF;
}
/* Home Page */
.home-bg {
background-image: url(../src/assests/images/adult-band-black-and-white-concert-210766.jpg);
background-attachment: fixed;
background-size: cover;
transition: all 0.5s ease-in-out;
}
/* Login Page */
.login-bg {
background-image: url(../src/assests/images/austin-neill-BzxBE7IaKf8-unsplash.jpg);
background-attachment: fixed;
background-size: cover;
transition: all 0.5s ease-in-out;
overflow: hidden;
}
.icon {
width: 20px;
vertical-align: bottom;
}
.login {
display: flex;
margin: 10% auto 10%;
padding: 50px;
max-width: 1000px;
height: 500px;
border-radius: 50px;
border: 1px solid black;
background-color: #FFFFFF;
transition: all 0.5s ease-in-out;
}
.login:hover {
opacity: 0.95;
transition: all 0.5s ease-in-out;
}
.spotify-login {
width: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.spotify-login-wrapper {
width: 100%;
height: 240px;
}
.app-login {
width: 50%;
border-left: 2px solid black;
display: flex;
justify-content: center;
align-items: center;
}
.login h3 {
font-size: 25px;
}
.sign-up h3 {
margin: 10px;
}
.login h4 {
margin: 0;
}
[type="checkbox"]:checked {
appearance: none;
}
[type="checkbox"]:checked::before {
content: '\2714';
}
/* Music Page */
.music-bg {
background-image: url(../src/assests/images/vinyl-music-play-spinning-21148.jpg);
background-size: cover;
background-attachment: fixed;
transition: all 0.5s ease-in-out;
}
.music {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.search {
color: #FFFFFF;
font-size: 24px;
width: 80%;
margin-top: 200px;
}
.search h2 {
font-size: 20px;
}
.search-box {
font-size: 24px;
padding: 10px;
width: 400px;
}
.search-btn {
font-size: 24px;
padding: 10px;
background-color: #1DB954;
color: #FFFFFF;
}
.search-results-table {
width: 50%;
color: #FFFFFF;
border-collapse: collapse;
table-layout: auto;
margin-top: 20px;
}
tr {
margin: 0;
padding: 0;
list-style: none;
}
tr:nth-child(even){background-color: gray;}
td {
text-align: left;
font-size: 20px;
padding: 10px 0;
}
.first-column {
display: flex;
}
.list-add {
width: 22px;
height: 22px;
background-image: url(../src/assests/icons/redshapes.png);
background-size: contain;
margin: auto 6px;
}
.list-add:hover {
background-image: url(../src/assests/icons/redheart.png);
}
.list-add:active {
background-image: url(../src/assests/icons/redheart.png);
}
.suggest-btn-wrapper {
width: 80%;
margin: 0 auto;
}
.suggest-btn {
font-size: 25px;
color: #FFFFFF;
background: #1DB954;
border: 2px dashed;
border-radius: 5px;
}
.suggester {
width: 100%;
}
/* Dashboard */
.dashboard-bg {
background-image: url(../src/assests/images/black-and-white-music-musician-piano-87503.jpg);
background-attachment: fixed;
background-size: cover;
transition: all 0.5s ease-in-out;
}
.dashboard {
margin-top: 200px;
color: #FFFFFF;
}
.favorites-list {
width: 1200px;
margin: 20px auto;
}
.favorites-head {
display: flex;
}
.favorites-name {
list-style: none;
width: 44%;
text-align: left;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
.favorites-artists {
list-style: none;
width: 40%;
text-align: left;
}
.favorites-duration {
list-style: none;
width: 16%;
text-align: left;
}
.favorites-card {
margin: 0 auto;
list-style: none;
}
/* Cards */
.song-card {
margin: 0 auto;
font-size: 1.2rem;
}
.song-card-container {
display: flex;
flex-wrap: wrap;
}
.song-card-wrapper {
width: 100%;
display: flex;
flex-wrap: nowrap;
padding: 10px;
}
.favorites-body li:nth-child(even) {
background-color: gray;
}
.favorites-song-artists {
display: flex;
flex-wrap: nowrap;
width: 40%;
}
.favorites-artists p {
margin: 0;
}
.favorites-buttons {
display: flex;
flex-wrap: nowrap;
width: 20%;
}
.list-edit {
width: 22px;
height: 22px;
background-image: url(../src/assests/icons/edit.png);
background-size: contain;
margin: auto 6px;
}
.list-delete {
width: 22px;
height: 22px;
background-image: url(../src/assests/icons/hollow-heart.png);
background-size: contain;
margin: auto 6px;
}
.features {
width: 22px;
height: 22px;
background-image: url(../src/assests/icons/statistics.png);
background-size: contain;
margin: auto 6px;
} | src/App.css | .App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/* Page Transition */
.fade-in {
animation: fadeIn ease 2s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Nav bar */
.nav-bar {
display: block;
position: fixed;
top: 0;
background-color: #000000;
color: #FFFFFF;
width: 100vw;
z-index: 10;
}
.nav {
display: flex;
justify-content: space-evenly;
}
.nav span {
display: flex;
justify-content: center;
align-items: center;
}
.nav-icon {
width:50px;
height:50px;
margin-right: 5px;
}
.nav-list {
display: flex;
align-items: center;
}
.nav-item {
list-style-type: none;
margin: 0;
}
.navLink {
text-decoration: none;
padding: 10px 30px;
color: #FFFFFF;
transition: all 0.3s ease-in-out;
font-size: 1.2rem;
}
.navLink:hover {
background-color: #1DB954;
color: #FFFFFF;
}
/* Home Page */
.home-bg {
background-image: url(../src/assests/images/adult-band-black-and-white-concert-210766.jpg);
background-attachment: fixed;
background-size: cover;
transition: all 0.5s ease-in-out;
}
/* Login Page */
.login-bg {
background-image: url(../src/assests/images/austin-neill-BzxBE7IaKf8-unsplash.jpg);
background-attachment: fixed;
background-size: cover;
transition: all 0.5s ease-in-out;
overflow: hidden;
}
.icon {
width: 20px;
vertical-align: bottom;
}
.login {
display: flex;
margin: 10% auto 10%;
padding: 50px;
max-width: 1000px;
height: 500px;
border-radius: 50px;
border: 1px solid black;
background-color: #FFFFFF;
transition: all 0.5s ease-in-out;
}
.login:hover {
opacity: 0.95;
transition: all 0.5s ease-in-out;
}
.spotify-login {
width: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.spotify-login-wrapper {
width: 100%;
height: 240px;
}
.app-login {
width: 50%;
border-left: 2px solid black;
display: flex;
justify-content: center;
align-items: center;
}
.login h3 {
font-size: 25px;
}
.sign-up h3 {
margin: 10px;
}
.login h4 {
margin: 0;
}
[type="checkbox"]:checked {
appearance: none;
}
[type="checkbox"]:checked::before {
content: '\2714';
}
/* Music Page */
.music-bg {
background-image: url(../src/assests/images/vinyl-music-play-spinning-21148.jpg);
background-size: cover;
background-attachment: fixed;
transition: all 0.5s ease-in-out;
}
.music {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.search {
color: #FFFFFF;
font-size: 24px;
width: 80%;
margin-top: 200px;
}
.search h2 {
font-size: 20px;
}
.search-box {
font-size: 24px;
padding: 10px;
width: 400px;
}
.search-btn {
font-size: 24px;
padding: 10px;
background-color: #1DB954;
color: #FFFFFF;
}
.search-results-table {
width: 50%;
color: #FFFFFF;
border-collapse: collapse;
table-layout: auto;
margin-top: 20px;
}
tr {
margin: 0;
padding: 0;
list-style: none;
}
tr:nth-child(even){background-color: gray;}
td {
text-align: left;
font-size: 20px;
padding: 10px 0;
}
.first-column {
display: flex;
}
.list-add {
width: 22px;
height: 22px;
background-image: url(../src/assests/icons/redshapes.png);
background-size: contain;
margin: auto 6px;
}
.list-add:hover {
background-image: url(../src/assests/icons/redheart.png);
}
.list-add:active {
background-image: url(../src/assests/icons/redheart.png);
}
.suggest-btn-wrapper {
width: 80%;
margin: 0 auto;
}
.suggest-btn {
font-size: 25px;
color: #FFFFFF;
background: #1DB954;
border: 2px dashed;
border-radius: 5px;
}
.suggester {
width: 100%;
}
/* Dashboard */
.dashboard-bg {
background-image: url(../src/assests/images/black-and-white-music-musician-piano-87503.jpg);
background-attachment: fixed;
background-size: cover;
transition: all 0.5s ease-in-out;
}
.dashboard {
margin-top: 200px;
color: #FFFFFF;
}
.favorites-list {
width: 1200px;
margin: 20px auto;
}
.favorites-head {
display: flex;
}
.favorites-name {
list-style: none;
width: 44%;
text-align: left;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
.favorites-artists {
list-style: none;
width: 40%;
text-align: left;
}
.favorites-duration {
list-style: none;
width: 16%;
text-align: left;
}
.favorites-card {
margin: 0 auto;
list-style: none;
}
/* Cards */
.song-card {
margin: 0 auto;
font-size: 1.2rem;
}
.song-card-container {
display: flex;
flex-wrap: wrap;
}
.song-card-wrapper {
width: 100%;
display: flex;
flex-wrap: nowrap;
padding: 10px;
}
.favorites-body li:nth-child(even) {
background-color: gray;
}
.favorites-song-artists {
display: flex;
flex-wrap: nowrap;
width: 40%;
}
.favorites-artists p {
margin: 0;
}
.favorites-buttons {
display: flex;
flex-wrap: nowrap;
width: 20%;
}
.list-edit {
width: 22px;
height: 22px;
background-image: url(../src/assests/icons/edit.png);
background-size: contain;
margin: auto 6px;
}
.list-delete {
width: 22px;
height: 22px;
background-image: url(../src/assests/icons/hollow-heart.png);
background-size: contain;
margin: auto 6px;
}
.features {
width: 22px;
height: 22px;
background-image: url(../src/assests/icons/statistics.png);
background-size: contain;
margin: auto 6px;
} | 0.458349 | 0.075346 |
body {
background: #f2f2f2;
}
.main {
width: 250px;
background: white;
padding: 15px;
margin: 30px auto;
border-top: 5px solid purple;
border-bottom: 10px solid purple;
box-shadow: 0px 0px 10px #1234;
border-radius: 5px;
box-sizing: border-box;
}
button, table, input {
width: 100%;
}
.btn-primary, .btn-primary:hover, .btn-primary:active {
background: purple !important;
}
.title {
font-size: 26px;
margin-bottom: 10px;
}
h1{
display: block;
font-size: 24px;
margin-block-start: 0.67em;
margin-block-end: 0.67em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
h4{
font-size: 16px;
color: grey;
}
label {
font-weight: normal;
}
article.posts {
padding: 20px 20px;
background-color: #fff;
margin-top: 20px;
border-radius: 5px;
height: 200px;
border: 1px solid #ccc;
}
article.posts1 {
padding: 20px 20px;
background-color: #f5f8fc;
margin-top: 60px;
border-radius: 5px;
height: 60px;
border: 1px solid #bfc5cf;
}
.meta-post {
font-size: 24px;
margin-bottom: 10px;
}
.form-control-lg{
width: 200px;
}
.garis {
width: 100%;
height: 2px;
overflow: hidden;
position: relative;
top: 0px;
left: 0px;
}
.garis div {
height: 2px;
width: 100%;
float: left;
}
.grey {
background-color: lightgrey;
}
.text-justify {
font-size: 1em;
word-spacing: 0.5px;
display: block;
font-weight: 400;
color: #1d1d1d;
margin-block-end: 16.08px;
margin-block-start: 16.08px;
margin-inline-end: 0px;
margin-inline-start: 0px;
text-align: left;
}
.text-justify1 {
font-size: 1em;
word-spacing: 0.5px;
display: block;
font-weight: 400;
color: #1d1d1d;
margin-block-end: 16.08px;
margin-block-start: 16.08px;
margin-inline-end: 0px;
margin-inline-start: 0px;
text-align: left;
color: grey;
}
.btn-danger {
width: 185px;
height: 50px;
border-radius: 5px;
}
.tab {
overflow: hidden;
background-color: #f1f1f1;
}
.tab button {
background-color: #fff;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
.tabcontent {
display: none;
padding: 6px 12px;
border-top: none;
}
img{
width: 90px;
height: 80px;
}
.hai:focus {
border-bottom: solid 4px black;
}
.hai {
border-bottom: solid 4px white;
}
.select2_demo_3 form-control{
width: 250px;
}
.p-cls[_ngcontent-c15]{
text-align: start;
-webkit-padding-start: 12px;
padding-inline-start: 12px;
color: #444;
}
p{
margin: 0;
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.tooltip[_ngcontent-c15] .tooltiptext[_ngcontent-c15] {
font-size: 14px;
visibility: hidden;
width: 100%;
background-color: #fff;
color: #000;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 110%;
left: 0;
opacity: 0;
transition: opacity .3s;
box-shadow: 0 0 1px 0 rgba(0,0,0,.4);
} | Assets/css/savira-style.css | body {
background: #f2f2f2;
}
.main {
width: 250px;
background: white;
padding: 15px;
margin: 30px auto;
border-top: 5px solid purple;
border-bottom: 10px solid purple;
box-shadow: 0px 0px 10px #1234;
border-radius: 5px;
box-sizing: border-box;
}
button, table, input {
width: 100%;
}
.btn-primary, .btn-primary:hover, .btn-primary:active {
background: purple !important;
}
.title {
font-size: 26px;
margin-bottom: 10px;
}
h1{
display: block;
font-size: 24px;
margin-block-start: 0.67em;
margin-block-end: 0.67em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
h4{
font-size: 16px;
color: grey;
}
label {
font-weight: normal;
}
article.posts {
padding: 20px 20px;
background-color: #fff;
margin-top: 20px;
border-radius: 5px;
height: 200px;
border: 1px solid #ccc;
}
article.posts1 {
padding: 20px 20px;
background-color: #f5f8fc;
margin-top: 60px;
border-radius: 5px;
height: 60px;
border: 1px solid #bfc5cf;
}
.meta-post {
font-size: 24px;
margin-bottom: 10px;
}
.form-control-lg{
width: 200px;
}
.garis {
width: 100%;
height: 2px;
overflow: hidden;
position: relative;
top: 0px;
left: 0px;
}
.garis div {
height: 2px;
width: 100%;
float: left;
}
.grey {
background-color: lightgrey;
}
.text-justify {
font-size: 1em;
word-spacing: 0.5px;
display: block;
font-weight: 400;
color: #1d1d1d;
margin-block-end: 16.08px;
margin-block-start: 16.08px;
margin-inline-end: 0px;
margin-inline-start: 0px;
text-align: left;
}
.text-justify1 {
font-size: 1em;
word-spacing: 0.5px;
display: block;
font-weight: 400;
color: #1d1d1d;
margin-block-end: 16.08px;
margin-block-start: 16.08px;
margin-inline-end: 0px;
margin-inline-start: 0px;
text-align: left;
color: grey;
}
.btn-danger {
width: 185px;
height: 50px;
border-radius: 5px;
}
.tab {
overflow: hidden;
background-color: #f1f1f1;
}
.tab button {
background-color: #fff;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
.tabcontent {
display: none;
padding: 6px 12px;
border-top: none;
}
img{
width: 90px;
height: 80px;
}
.hai:focus {
border-bottom: solid 4px black;
}
.hai {
border-bottom: solid 4px white;
}
.select2_demo_3 form-control{
width: 250px;
}
.p-cls[_ngcontent-c15]{
text-align: start;
-webkit-padding-start: 12px;
padding-inline-start: 12px;
color: #444;
}
p{
margin: 0;
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.tooltip[_ngcontent-c15] .tooltiptext[_ngcontent-c15] {
font-size: 14px;
visibility: hidden;
width: 100%;
background-color: #fff;
color: #000;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 110%;
left: 0;
opacity: 0;
transition: opacity .3s;
box-shadow: 0 0 1px 0 rgba(0,0,0,.4);
} | 0.40204 | 0.077868 |
@charset "UTF-8";
* {
margin: 0;
padding: 0;
}
html {
height: 100%;
font-size: 16px;
overflow-y: auto;
line-height: 1.4;
}
body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Nunito", sans-serif;
font-size: 1rem;
color: #444;
background-color: #eceadf;
overflow-y: auto;
overflow-x: hidden;
}
/* =========== app =========== */
.container {
margin: auto;
padding: 0;
}
.b-box {
box-sizing: border-box;
}
.c-box {
box-sizing: content-box;
}
/* =========== FOOTER =========== */
.footer {
width: 100%;
height: 2.5rem;
position: absolute;
top: calc(100% - 2.5rem );
background-color: #363636;
z-index: 1000;
}
.page-footer {
height: 2.5rem;
width: 95%;
margin: auto;
display: flex;
justify-content: center;
align-content: space-between;
align-items: center;
text-align: center;
font-size: 1.2rem;
font-variant: small-caps;
color: #fafafa;
}
.page-footer a {
color: #99fcff;
}
.page-footer a:hover {
color: #fafafa;
transition: 1s;
}
@media screen and (min-width: 120px) and (max-width: 414px) {
footer .page-footer {
font-size: 0.7rem;
line-height: 1.2;
}
}
@media screen and (min-width: 415px) and (max-width: 640px) {
footer .page-footer {
font-size: 0.9rem;
}
}
/* =========== container=========== */
.container,
.container-header {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
box-sizing: border-box;
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
justify-content: center;
}
/* =========== Tipografía =========== */
h1,
h2,
h3 {
font-family: "Roboto Condensed", sans-serif;
}
h2,
.h2 {
font-size: 1.8rem;
line-height: 112%;
font-weight: 400;
}
h3 {
font-size: 1.2rem;
line-height: 120%;
font-weight: 400;
}
h4 {
font-size: 1.2rem;
line-height: 120%;
font-weight: 500;
font-family: "Nunito", sans-serif;
}
kbd {
border: 1px solid #ccc;
background-color: #ffee00;
border-radius: 3px;
padding: 0 5px;
font-weight: 700;
color: #222;
}
ul,
li {
list-style-type: none;
}
/* =========== IMAGE =========== */
img {
width: 100%;
height: auto;
}
figure {
margin: 0;
}
figcaption {
margin: 0.3rem 0.2rem 1.6rem 0.2rem;
font-size: 0.8rem;
text-align: center;
color: #555555;
}
/* =========== links =========== */
a,
a:not(.boton),
a:not(.btn) {
text-decoration: none;
}
a:hover,
a:not(.boton):hover,
a:not(.btn):hover {
cursor: pointer;
transition: color 1s;
}
/* =========== HEADER =========== */
.main-header {
position: -webkit-sticky;
position: sticky;
width: 100%;
top: 0;
background-color: #363636;
z-index: 1;
}
hr {
color: #555;
background-color: #555;
}
.clase-header {
height: 2.5rem;
color: #333;
clear: both;
}
.main-header > .container {
padding-right: 0;
padding-left: 0;
margin-right: 2rem;
margin-left: 2rem;
}
@media screen and (min-width: 769px) {
.page-header {
height: 5rem;
margin: 0 0 2rem 0;
}
}
/* =========== MENÚ-principal =========== */
@media screen and (min-width: 769px) {
.logo {
position: absolute;
top: 0.5rem;
}
.logo > a > svg {
border-radius: 100%;
width: 7.5rem;
height: 7.5rem;
border: 0.5rem solid #eceadf;
}
.logo > a > svg:hover {
border: 0.25rem solid #eceadf;
}
}
.main-menu {
position: absolute;
top: 2.8rem;
margin-left: 9rem;
}
.main-menu .nav-sub {
padding: 0 0.25rem;
background-color: rgba(236, 234, 223, 0.65);
font-family: "Roboto Condensed", sans-serif;
font-size: 1.4rem;
height: 1.8em;
color: #222;
}
.main-menu .nav-sub:hover {
color: #00aacc;
transition: 0.5s;
}
.main-menu .active {
color: #00aacc;
}
.main-menu .navbar-brand {
font-family: "Nunito", sans-serif;
font-size: 2.6rem;
font-weight: 600;
}
.main-menu .navbar-brand.active {
color: #ffee00;
}
.main-menu .navbar-brand.active:hover {
color: #00f0f0;
transition: 0.5s;
}
.logoMenu #mesaUno:hover {
fill: #00f0f0;
}
/* ===========- MENÚ USER =========== */
.dropdown {
position: relative;
}
.dropdown-menu {
position: absolute;
top: 100%;
right: -1rem;
z-index: 1000;
display: none;
min-width: 12rem;
padding: 0.8rem;
}
.menu-user {
position: relative;
top: 2rem;
float: right;
/*se posiciona*/
display: flex;
/*en UNA línea*/
}
.menu-user .user-link {
padding: 0 0.6rem;
font-size: 1.2rem;
letter-spacing: 0.423;
font-variant: small-caps;
color: #fafafa;
}
.menu-user .user-link:hover {
color: #00f0f0;
}
.menu-user > .nav-item > .show {
display: flex;
flex-direction: column;
padding: 0;
}
.menu-user > .nav-item > .dropdown-menu {
top: 2rem;
padding: 0 0.2rem;
border: 1px solid #ccc;
background-color: #f8fafc;
}
.menu-user > .nav-item > .dropdown-menu .dropdown-item {
display: block;
width: calc(100% - 2*2px);
margin: 1px 2px;
padding: 0.25rem 1.5rem;
border-radius: 3px;
font-size: 1rem;
font-variant: small-caps;
text-align: center;
}
.menu-user .hide-menu {
display: none;
}
/* =========== MENÚ @media 550px ===============*/
@media (max-width: 550px) {
.page-header {
height: 1.6rem;
margin-bottom: 1.4rem;
}
.container-header {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.menuUso {
position: relative;
margin-top: -0.4rem;
}
.menuUso .nav-sub {
padding: 0 0.25rem;
font-size: 1rem;
height: 0.8rem;
color: #363636;
margin-bottom: 0.5rem;
}
.menuUso .nav-sub:hover {
color: #00aacc;
}
.menuUso .active {
color: #00aacc;
}
.logo {
position: absolute;
top: 0.1rem;
margin-left: 0.45rem;
}
.logo > a > svg {
border-radius: 100%;
width: 2.7em;
height: 2.7rem;
border: 0.25rem solid #eceadf;
}
.logo > a > svg:hover {
border: 0.15rem solid #eceadf;
}
.main-menu {
top: -0.1rem;
margin-left: 3.6rem;
}
.main-menu .navbar-brand {
font-size: 1.5rem;
}
.menu-user {
max-width: 12rem;
right: 0.8rem;
top: -0.75rem;
}
.menu-user .user-link {
font-size: 1rem;
}
.dropdown-menu {
margin-top: -0.5rem;
}
}
.active {
color: #00aacc;
}
/* =========== MENÚ @media 768px ===============*/
@media screen and (min-width: 551px) and (max-width: 768px) {
.page-header {
height: 2.6rem;
margin-bottom: 1.7rem;
}
.container-header {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.logo {
position: absolute;
top: 0.25rem;
margin-left: 0.65rem;
}
.logo > a > svg {
border-radius: 100%;
width: 4rem;
height: 4rem;
border: 0.35rem solid #eceadf;
}
.logo > a > svg:hover {
border: 0.15rem solid #eceadf;
}
.main-menu {
top: 0.4rem;
margin-left: 6rem;
}
.main-menu .navbar-brand {
font-size: 1.8rem;
}
.menuUso {
position: relative;
margin-top: 0.05rem;
}
.menuUso .nav-sub {
font-size: 1.3rem;
padding: 0 0.25rem;
color: #363636;
height: 1.2;
}
.menuUso .nav-sub:hover {
color: #00aacc;
}
.menuUso .active {
color: #00aacc;
}
.menu-user {
max-width: 12rem;
right: 0.8rem;
top: -0.2rem;
}
.dropdown-menu {
margin-top: -0.4rem;
}
}
/* =========== MENÚ BOTONES ===========*/
.menu-botones {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.menu-botones .items-menu-botones {
display: block;
align-content: center;
padding: 0.25rem 1rem;
margin: 0.15rem;
font-variant: small-caps;
text-align: center;
}
@media screen and (max-width: 550px) {
.menu-botones {
display: flex;
flex-direction: column;
font-size: 1rem;
}
.menu-botones .items-menu-botones {
width: 100%;
}
}
.encabezamiento {
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
background-color: #00aacc;
margin-bottom: 0.5rem;
}
.encabezamiento .h1 {
color: #fafafa;
font-family: "Nunito", sans-serif;
text-align: center;
font-variant: small-caps;
letter-spacing: 0.09em;
}
/* =========== ALERTS =========== */
.alert {
position: relative;
max-width: 960px;
padding: 0.5rem 1.25rem;
border: 2px solid transparent;
box-sizing: border-box;
}
.alert-info {
top: 0.8rem;
color: #333;
background-color: #c6ebec;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
margin: auto;
}
/* =========== BUTTONS =========== */
button {
border: 2px solid transparent;
}
button.btn,
button,
a.btn,
.btn,
.boton {
margin: 2px;
border-radius: 3px;
border-width: 2px;
font-family: "Nunito", sans-serif;
font-size: 1.1rem;
text-align: center;
box-sizing: border-box;
cursor: pointer;
}
.btn {
display: inline-block;
text-decoration: none;
color: inherit;
}
.bt_pasos {
height: 6rem;
border: 2px solid #e1d9ad;
display: grid;
justify-content: center;
align-content: center;
align-items: center;
text-align: center;
font-variant: small-caps;
font-size: 1.2rem;
}
.bt_pasos > .ico-shadow {
font-size: 2rem;
}
.tx-btn {
color: #298ba3;
font-family: "Roboto Condensed", sans-serif;
}
.tx-btn:hover {
background-color: #d9f6f7;
}
.bt_pasos:hover,
button:hover,
a.btn:hover,
button.btn:hover,
.boton:hover {
transition: background-color 0.3s, color 0.1s;
}
.bt_xxl {
display: block;
width: 100%;
margin: 1rem 0;
height: 2.4rem;
}
.disabled,
.disabled:hover {
background-color: #cfcfcf;
color: #fff;
cursor: not-allowed;
}
.boton:disabled,
.boton.disabled {
background-color: rgba(148, 207, 209, 0.4);
border: 2px solid #e1d9ad;
cursor: not-allowed;
}
.boton:disabled:hover,
.boton.disabled:hover {
cursor: not-allowed;
background-color: rgba(148, 207, 209, 0.4);
}
.continuar {
border: 2px solid #0095b3;
background-color: #c6ebec;
color: #333;
}
.continuar:hover {
border: 2px solid #958737;
background-color: #00aacc;
color: #fff;
}
.atras {
border: 2px solid #0095b3;
background-color: #eceadf;
color: #333;
}
.atras:hover {
border: 2px solid #958737;
background-color: #00aacc;
color: #fff;
}
.crear {
border: 2px solid #958737;
background-color: #0095b3;
color: #fff;
}
.crear:hover {
border-color: #00aacc;
background-color: #eceadf;
color: #0095b3;
}
.editar {
border: 2px solid #baa945;
border-radius: 3px;
background-color: #ffee00;
color: #333;
}
.editar:hover {
border-color: #d3c888;
background-color: #eceadf;
color: #706529;
}
.warning {
border: 2px solid #baa945;
background-color: #f5f5bc;
color: #57570f;
}
.warning:hover {
border-color: #e1d9ad;
background-color: #ffee00;
color: #333;
}
.ver {
border: 2px solid #958737;
border-radius: 3px;
background-color: #0095b3;
color: #fff;
}
.ver:hover {
border-color: #0095b3;
background-color: #eceadf;
color: #0095b3;
}
.bg-ver {
background-color: #0095b3;
color: #fff;
}
.bg-ver:hover {
border-color: #0095b3;
background-color: #f0ebd1;
color: #363636;
}
.crearCurso {
border: 2px solid #958737;
background-color: #00c5cc;
color: #fff;
font-variant: small-caps;
}
.crearCurso:hover {
border: 2px solid #e1d9ad;
background-color: #9fdfdf;
color: #333;
}
.enviar {
border: 2px solid #d3c888;
background-color: #00aacc;
font-variant: small-caps;
color: #fff;
}
.enviar:hover {
border-color: #baa945;
background-color: #9fdfdf;
color: #333;
}
.borrar {
border: 2px solid #baa945;
background-color: #ecc6d4;
color: #333;
}
.borrar:hover {
border: 2px solid #e23670;
background-color: #eceadf;
color: #e23670;
}
.borrarLarge {
border: 2px solid #baa945;
background-color: #ff99aa;
font-variant: small-caps;
color: #333;
}
.borrarLarge:hover {
border-color: #d3c888;
background-color: #f53d87;
color: #fff;
}
.cancelar {
border: 2px solid #d3c888;
border-radius: 3px;
background-color: #ff0066;
color: #fff;
padding: 0.25rem 1.5rem;
}
.cancelar:hover {
border-color: #baa945;
background-color: #ff99aa;
color: #333;
}
div.cancelar {
margin-top: 1rem;
}
.enviar,
.cancelar {
font-weight: 500;
font-size: 1.2rem;
}
.oscuro {
border: 2px solid #e1d9ad;
background-color: #494949;
color: #99fcff;
}
.oscuro:hover {
border: 2px solid #958737;
background-color: #00c5cc;
color: #fff;
}
.oscuro.disabled,
.oscuro:disabled {
opacity: 0.4;
}
.oscuro.disabled:hover,
.oscuro:disabled:hover {
border: 2px solid #e1d9ad;
background-color: #494949;
color: #99fcff;
}
.oscuro-reves {
border: 2px solid #958737;
background-color: #eceadf;
color: #333;
}
.oscuro-reves:hover {
border: 2px solid #e1d9ad;
background-color: #494949;
color: #99fcff;
}
.light-grey {
border-top: 2px solid #e1d9ad;
background-color: #f0ede0;
}
.default {
border-color: #0095b3;
background-color: #c6ebec;
color: #333;
}
.default:hover {
background-color: #00aacc;
color: #fff;
}
.border-ccc {
border: 2px solid #e1d9ad;
}
/* =========== caja =========== */
.caja {
margin: 1rem auto;
max-width: 960px;
border: 1px solid #ccc;
border-radius: 2px;
background-color: #fcfcf8;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.caja-header.btn,
.caja-header button.btn,
.caja-header a.btn,
.caja-header.boton {
box-sizing: border-box;
}
.caja-grid {
border: 2px solid #e1d9ad;
background-color: #e0edf0;
padding-bottom: 1.5rem;
padding-top: 1.5rem;
margin-bottom: 1rem;
}
.circle {
border-radius: 50%;
}
.ashadow {
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
/* =========== Container =========== */
@media screen and (min-width: 20px) and (max-width: 640px) {
.container {
max-width: 100%;
padding-right: 0;
padding-left: 0;
}
.caja {
margin-right: 0;
margin-left: 0;
}
.caja-body {
padding: 0.5rem 0.3rem 0.8rem 0.3rem;
}
.caja-header {
padding: 0.2rem 0.5rem;
}
.caja-header.btn,
.caja-header select,
.caja-header button.btn,
.caja-header a.btn,
.caja-header.boton {
height: 1.8rem;
padding-right: 0.25rem;
padding-left: 0.25rem;
min-width: 1.9rem;
font-size: 0.9rem;
}
.caja-header select,
option {
font-size: 0.8rem;
padding-right: 0;
}
.caja-header > .grid > a.btn {
padding-top: 1px;
}
.pasos-title-1,
.title {
font-size: 1.1rem;
}
html {
font-size: 14px;
}
.alert,
.alert-info {
font-size: 0.9rem;
font-family: "Roboto Condensed", sans-serif;
}
.caja-header select {
padding-top: 2px;
padding-bottom: 3px;
}
.caja-header select option {
height: 1.8rem;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
}
@media screen and (min-width: 20px) and (max-width: 414px) {
.caja-body {
padding-right: 3px;
padding-left: 3px;
}
}
@media screen and (min-width: 641px) and (max-width: 768px) {
.container {
max-width: 95%;
margin: auto;
}
.alert {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.caja .pasos-title-1 {
font-size: 3.5rem;
}
.caja-body {
padding: 0.5rem 1.5rem;
}
.caja-header {
padding: 0.5rem 1.5rem 0.4rem 1.5rem;
}
.caja-header h2 {
font-size: 1.4rem;
}
.caja-header.btn,
.caja-header select,
.caja-header a.btn,
.caja-header form > button,
.caja-header.boton {
height: 2rem;
padding-right: 0.5rem;
padding-left: 0.5rem;
font-size: 0.8rem;
}
.caja-header select {
padding-top: 3px;
padding-bottom: 3px;
font-size: 0.9rem;
}
.caja-header select option {
height: 2rem;
line-height: 2rem;
margin-top: 3px;
margin-bottom: -3px;
padding-top: 3px;
padding-bottom: 0;
}
.caja-header > .grid > a > p {
margin-top: 1px;
}
.caja-header > .grid > a.btn {
padding-top: 5px;
}
html {
font-size: 15px;
}
}
@media screen and (min-width: 769px) and (max-width: 960px) {
.container {
max-width: 90%;
}
.alert {
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.caja-body {
padding: 1.25rem 2.5rem;
}
.caja-header {
padding: 0.75rem 2.5rem;
}
.caja-header h2 {
font-size: 1.6rem;
}
.caja-header.btn,
.caja-header select,
.caja-header a.btn,
.caja-header button,
.caja-header.boton {
height: 2.2rem;
padding-right: 0.5rem;
padding-left: 0.5rem;
font-size: 0.8rem;
}
.caja-header > .grid > a > p {
margin-top: -2px;
}
.caja-header > .grid > a.btn {
padding-top: 5px;
}
html {
font-size: 16px;
}
}
@media screen and (min-width: 961px) {
.container,
.container-header {
max-width: 1280px;
}
.alert {
padding-right: 4.5rem;
padding-left: 4.5rem;
}
.caja-body {
padding: 1.25rem 4.5rem;
}
.caja-header {
padding: 0.75rem 4.5rem;
}
.caja-header.btn,
.caja-header select,
.caja-header a.btn,
.caja-header button,
.caja-header.boton {
height: 2.2rem;
padding-right: 1rem;
padding-left: 1rem;
}
.caja-header > .grid > a > p {
margin-top: -2px;
}
.caja-header > .grid > a.btn {
padding-top: 5px;
}
}
/* =========== TABLE =========== */
.tabla {
width: 100%;
table-layout: auto;
padding: 1rem 0.5rem;
border: 2px solid #e9e3c3;
text-align: center;
font-family: "Roboto Condensed", sans-serif;
caption-side: bottom;
background-color: #fff;
}
.tabla caption {
margin-top: 1rem;
padding: 0.7rem;
border: 2px solid #e9e3c3;
border-radius: 4px;
color: #333;
background-color: #fff47a;
}
.tabla.boton,
.tabla .btn,
.tabla .a,
.tabla .boton,
.tabla button {
font-family: "Roboto Condensed", sans-serif;
font-variant: small-caps;
font-size: 1rem;
height: 2rem;
padding: 3px;
box-sizing: border-box;
}
.tabla > thead > tr > th {
font-size: 1.2rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.tabla td {
border-bottom: 2px solid #ddd;
text-align: center;
}
.tabla .ver > span {
font-family: "Roboto Condensed", sans-serif;
}
table th {
border-bottom: 2px solid #00aacc;
font-family: "Roboto Condensed", sans-serif;
font-weight: 300;
font-variant: small-caps;
color: #00aacc;
}
tbody > tr > td > form {
margin-bottom: 0;
display: inline-block;
}
/* =========== TABLE @media 640px =========== */
@media screen and (max-width: 640px) {
.tabla > thead > tr > th {
font-size: 1rem;
}
.tabla .id {
visibility: hidden;
max-width: 0.01rem;
margin-right: 0;
}
.tabla td {
padding-right: 0;
text-align: center;
}
.tabla td > a span,
.tabla td > .btn,
.tabla td > div > a.btn,
.tabla td > form > button > span {
margin-left: 0;
margin-right: 0;
margin: auto;
font-size: 0.8rem;
}
.tabla td > p > span {
font-size: 0.8rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-variant: small-caps;
}
}
@media screen and (max-width: 359px) {
.tabla {
font-size: 0.7rem;
}
.tabla > caption {
font-size: 0.8rem;
}
.tabla table > * {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
@media screen and (max-width: 414px) {
.tabla {
font-size: 0.8rem;
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0;
}
.tabla > caption {
font-size: 0.9rem;
margin-right: 0;
margin-left: 0;
padding-right: 3px;
padding-left: 3px;
}
.tabla > thead > tr > th {
font-size: 0.9rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media screen and (min-width: 415px) and (max-width: 640px) {
.tabla {
font-size: 0.9rem;
margin-right: 3px;
margin-left: 3px;
padding-right: 4px;
padding-left: 4px;
}
}
@media screen and (min-width: 641px) {
.tabla {
font-size: 1rem;
padding-right: 0.5rem;
padding-left: 0.5rem;
}
table td {
font-size: 1rem;
}
}
/* =========== TABLE @media botones =========== */
@media screen and (max-width: 414px) {
.tabla .btn,
.tabla a.btn,
.tabla form button {
min-width: 3.2rem;
height: 1.7rem;
margin: 4px auto;
}
td > p > span {
max-width: 4rem;
}
tr > td > .editar,
tr > td > form > .borrar,
tr > td > .ver {
height: 1.7rem;
margin: 0.25rem 0;
}
}
@media screen and (min-width: 415px) and (max-width: 640px) {
.tabla .btn,
.tabla a.btn,
.tabla form button {
min-width: 4rem;
height: 1.8rem;
margin: 4px auto;
}
td > p > span {
max-width: 4rem;
}
tr > td > .editar,
tr > td > form > .borrar,
tr > td > .ver {
height: 1.8rem;
margin: 0.25rem 0;
}
}
@media screen and (min-width: 641px) and (max-width: 768px) {
.tabla .btn,
.tabla a.btn,
.tabla form button {
width: 5.1rem;
height: 2rem;
margin: 4px auto;
}
td > p > span {
max-width: 5.1rem;
}
tr > td > .editar,
tr > td > form > .borrar,
tr > td > .ver {
height: 2rem;
margin: 0.25rem 0;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.tabla .btn,
.tabla a.btn,
.tabla form button {
width: 6rem;
height: 2rem;
margin: 4px auto;
}
td > p > span {
max-width: 6rem;
}
tr > td > .editar,
tr > td > form > .borrar,
tr > td > .ver {
height: 2rem;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
}
@media screen and (min-width: 1025px) {
.tabla .btn,
.tabla a.btn,
.tabla form button {
width: 6rem;
height: 2rem;
margin: 4px auto;
}
td > p > span {
max-width: 6rem;
}
tr > td > .editar,
tr > td > form > .borrar,
tr > td > .ver {
height: 2rem;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
}
#tabla-config-horario .editar,
#tabla-config-horario .crear {
height: 4rem;
margin: 3px;
}
#tabla-config-sesion .editar {
width: 80%;
height: 2rem;
margin: 3px;
font-size: 1.1rem;
}
.table-responsive {
width: 100%;
table-layout: auto;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
/* =========== INPUT-FORM =========== */
select,
input,
textarea,
input[type=time] {
padding: 0.5rem;
border: 2px solid #d3c888;
border-radius: 3px;
margin-top: 0.2rem;
color: #363636;
background-color: #f7f6f2;
}
select {
font-size: 0.7rem;
}
select:focus,
input:focus,
textarea:focus,
input[type=text]:focus {
background-color: #d9f6f7;
border-color: #00aacc;
outline: none;
}
input[type=number] {
max-width: 4rem;
font-size: 1.2;
}
label {
font-family: "Roboto Condensed", sans-serif;
color: #333;
}
select {
margin-top: -1px;
}
/* =========== ETAPA-USO HEADER =========== */
.bt-clase-header {
height: 2rem;
min-width: 2.5rem;
margin: 3px;
padding: 0.2rem 1rem 0.25rem 1rem;
border: 2px solid #00aacc;
border-radius: 3px;
text-align: center;
font-family: "Roboto Condensed", sans-serif;
font-variant: small-caps;
box-sizing: border-box;
}
.reloj {
margin-left: 1rem;
margin-right: 0.5rem;
font-size: 1.25rem;
}
@media screen and (max-width: 640px) {
.bt-clase-header {
padding: 0.3rem 0.4rem 0.25rem 0.4rem;
margin-left: 0.25rem;
}
.reloj {
margin-left: 0.4rem;
margin-right: 0.4rem;
font-size: 1rem;
}
}
@media screen and (max-width: 640px) {
.header-uso {
font-size: 0.9rem;
}
}
/* =========== MESA/BT_MESA =========== */
.aula-mesa {
grid-gap: 10px 10px;
}
.mesa {
background-color: #f4f3ec;
border: 1px solid #ccc;
margin: 5px;
margin: auto;
}
.nombre_mesa {
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
color: #333;
background-color: #e8e8e8;
}
.bt_mesa {
margin-top: 3px;
margin: 2px;
padding: 0.5rem 0;
border: 1px solid #ccc;
border-radius: 0.2rem;
font-family: "Roboto Condensed", sans-serif;
font-size: 1.1rem;
font-weight: 400;
text-align: center;
box-shadow: -2px 3px 4px rgba(0, 0, 0, 0.2);
}
.bt_mesaIzq {
width: calc(50% - 5px);
margin-left: 3px;
}
.bt_mesaDcha {
width: calc(50% - 5px);
margin-right: 3px;
}
.nombre_mesa:not(:disabled):hover {
background-color: #888;
color: #fff;
transition: background-color 0.3s, color 0.15s;
}
.bt_mesa:disabled,
.nombre_mesa:disabled {
opacity: 0.2;
cursor: not-allowed;
}
/* =========== @medias MESA/BT_MESA =========== */
@media screen and (orientation: landscape) {
.mesa {
flex-direction: column;
justify-content: center;
}
.mesa .bt_mesa {
width: calc(50% - 5px);
}
}
@media screen and (orientation: portrait) {
.mesa {
flex-direction: row;
justify-content: center;
align-content: center;
}
.mesa .bt_mesa {
width: calc(100% - 6px);
margin: 2px 3px;
padding: 0.7rem 0;
}
}
@media screen and (max-width: 360px) and (orientation: landscape) {
.mesa,
.radio-bt-div {
width: 4rem;
height: 3.5rem;
}
.mesa .nombre_mesa,
.radio-bt-div .nombre_mesa {
font-size: 0.8rem;
}
}
@media screen and (max-width: 360px) and (orientation: portrait) {
.mesa {
width: 3.7rem;
height: 7rem;
}
.mesa .nombre_mesa {
font-size: 0.8rem;
}
}
@media screen and (min-width: 361px) and (max-width: 412px) and (orientation: portrait) {
.mesa {
width: 4rem;
height: 7.5rem;
}
.mesa > div > .nombre_mesa {
font-size: 0.8rem;
}
}
@media screen and (min-width: 413px) and (max-width: 640px) and (orientation: portrait) {
.mesa {
width: 4.5rem;
height: 8rem;
}
.mesa > div > .nombre_mesa {
font-size: 0.8rem;
}
}
@media screen and (min-width: 413px) and (max-width: 640px) and (orientation: landscape) {
.mesa,
.radio-bt-div {
width: 5.5rem;
height: 4.3rem;
}
.mesa > div > .nombre_mesa,
.radio-bt-div > div > .nombre_mesa {
font-size: 0.8rem;
}
}
@media screen and (min-width: 641px) and (max-width: 768px) and (orientation: portrait) {
.mesa {
width: 6rem;
height: 8rem;
}
.mesa > div > .nombre_mesa {
font-size: 0.9rem;
}
}
@media screen and (min-width: 641px) and (max-width: 768px) and (orientation: landscape) {
.mesa,
.radio-bt-div {
width: 6rem;
height: 5rem;
}
.mesa > div > .nombre_mesa,
.radio-bt-div > div > .nombre_mesa {
font-size: 0.9rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.mesa {
width: 8rem;
max-height: 5rem;
}
}
@media screen and (min-width: 1025px) {
.mesa,
.radio-bt-div {
width: 12rem;
max-height: 5.5rem;
}
}
@media screen and (max-width: 412px) {
.bt_mesa,
.nombre_mesa {
font-size: 0.8rem;
padding-left: 2px;
padding-right: 2px;
margin: 1px;
}
}
@media screen and (max-width: 412px) {
.bt_mesaIzq {
width: calc(50% - 3px);
margin-left: 1px;
}
.bt_mesaDcha {
width: calc(50% - 3px);
margin-right: 1px;
}
}
/* =========== PERSONALIZAR =========== */
.bt90x90 {
width: 90px;
height: 90px;
text-align: center;
border: 2px solid #baa945;
font-size: 1.6rem;
background-color: darkgray;
}
.plantilla-bt {
margin: 0.25rem 0.25rem 0.5rem 0.25rem;
border: 1px solid #ddd;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.06);
}
.no_border {
border: 0 solid;
}
.resultado-bt {
height: 2.5rem;
margin-bottom: 0.25rem;
border: 2px solid #baa945;
background-color: #c6ebec;
color: #363636;
}
.plantilla-body {
width: calc(100% - 2*2px);
height: 8rem;
margin: auto;
border: 2px solid #d3c888;
display: grid;
grid-template-columns: repeat(1, minmax(0, 1fr));
align-items: center;
justify-content: center;
background-color: #eceadf;
}
.plantilla-footer {
margin: 0.25rem;
padding: 0;
font-family: "Roboto Condensed", sans-serif;
color: #333;
border: 2px solid #d3c888;
background-color: #00aacc;
}
/* =========== RADIO-BUTTON =========== */
.radio-bt-div {
position: relative;
width: calc(100% - 2*2px);
border: 1px solid #ccc;
margin-left: 2px;
text-align: center;
background-color: #f4f3ec;
}
.hide {
display: none;
}
.radio-label {
display: inline-block;
width: calc(50% - 6px);
padding-top: 0.4rem;
padding-bottom: 0.4rem;
margin: 5px 0px;
border: 1px solid #ccc;
border-radius: 3px;
cursor: pointer;
color: #eceadf;
background: #eceadf;
}
.radio-label:hover {
background: #d9d5bf;
color: white;
}
#boton_izq:checked + .radio-label,
#boton_dcha_b:checked + .radio-label {
background: #00f0f0;
color: #555;
}
#boton_izq:checked + .radio-label:hover,
#boton_dcha_b:checked + .radio-label:hover {
background: #00d6d6;
color: #fff;
}
#boton_dcha:checked + .radio-label,
#boton_izq_b:checked + .radio-label {
background: #00f0f0;
color: #555;
}
#boton_dcha:checked + .radio-label:hover,
#boton_izq_b:checked + .radio-label:hover {
background: #00d6d6;
color: #fff;
}
/* =========== MODAL =========== */
.modal,
.nomodal {
z-index: 3;
padding-top: 0;
position: fixed;
left: 0;
top: 1rem;
width: 100%;
height: calc(100% - 3.5rem);
overflow: auto;
}
.modal {
display: none;
background-color: rgba(0, 0, 0, 0.2);
}
.modal-content {
margin: auto;
background-color: #fff;
position: relative;
padding: 0;
border: 1px solid #ddd;
box-shadow: 1px 1px 4px rgba(60, 72, 72, 0.8);
max-width: 360px;
}
.modal-content h3 {
font-size: 1.5rem;
color: #3193b9;
}
.animate-zoom {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s;
}
@-webkit-keyframes animatezoom {
from {
transform: scale(0);
}
to {
transform: scale(1);
}
}
@keyframes animatezoom {
from {
transform: scale(0);
}
to {
transform: scale(1);
}
}
/* =========== DETAILS/SUMMARY =========== */
details {
font-family: "Roboto Condensed", sans-serif;
background-color: #f9fae5;
}
details p {
margin-left: 0.25rem;
font-size: 0.9rem;
}
details summary {
padding: 0.4rem;
border: 2px solid #e9e3c3;
background-color: #f5f5bc;
cursor: pointer;
}
details > .destacado {
background-color: #4d4d4d;
color: #f5f4ef;
margin-top: 0.5rem;
padding: 0.5rem;
}
details > .destacado p {
font-size: 0.8rem;
}
/* =========== =========== */
* {
box-sizing: border-box;
}
a {
color: inherit;
text-decoration: inherit;
}
img {
display: block;
}
img {
max-width: 100%;
height: auto;
}
.border-gray-200 {
border-color: #ededed;
}
.border-t {
border-top-width: 1px;
}
.shadow {
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.06);
}
.overflow-hidden {
overflow: hidden;
}
.radius3 {
border-radius: 3px;
}
/* =========== DISPLAY FLOAT POSITION =========== */
.f_right {
float: right;
}
.f_left {
float: left;
}
.hidden {
visibility: hidden;
}
.d_none {
display: none;
}
.d_inline {
display: inline-block;
}
.inline {
display: inline;
}
.block {
display: block;
}
.d_block {
display: block;
width: calc(100% - 2*2px);
margin: auto;
}
.fixed {
position: fixed;
}
.relative {
position: relative;
}
.top-0 {
top: 0;
}
.right-0 {
right: 0;
}
.d_topright {
position: absolute;
right: 0;
top: 0;
}
/* =========== DISPLAY FLEX GRID =========== */
.flex {
display: flex;
}
.flex-row {
display: flex;
flex-direction: row;
}
.flex-column {
display: flex;
flex-direction: column;
}
.grid {
display: grid;
}
.grd {
display: grid;
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-2-auto {
grid-template-columns: auto auto;
}
.grid-cols-3-auto {
grid-template-columns: auto auto auto;
}
.grid-cols-4-auto {
grid-template-columns: auto auto auto auto;
}
.grid-cols-5-auto {
grid-template-columns: auto auto auto auto auto;
}
.grid-cols-6-auto {
grid-template-columns: auto auto auto auto auto auto;
}
.grid-cols-7-auto {
grid-template-columns: auto auto auto auto auto auto auto;
}
.grid-cols-8-auto {
grid-template-columns: auto auto auto auto auto auto auto auto;
}
.grid-cols-9-auto {
grid-template-columns: auto auto auto auto auto auto auto auto auto;
}
.grid-cols-3-fr {
grid-template-columns: 1fr auto auto;
}
.grid-cols-4-fr {
grid-template-columns: 1fr auto auto auto;
}
.grid-cols-5-fr {
grid-template-columns: 1fr auto auto auto auto;
}
.grid-cols4 {
grid-template-columns: 1fr auto auto auto;
}
.grid-rows-1 {
grid-template-rows: repeat(1, 100%);
}
.grid-rows-2 {
grid-template-rows: repeat(2, 50%);
}
.grid-rows-3 {
grid-template-rows: repeat(3, 33%);
}
.grid-rows-4 {
grid-template-rows: repeat(4, 25%);
}
.grid-rows-5 {
grid-template-rows: repeat(5, 20%);
}
.items-center {
align-items: center;
}
.items-end {
align-items: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-end {
justify-content: end;
}
.justify-between {
justify-content: space-between;
}
.justify-right {
justify-content: right;
}
.content-between {
align-content: space-between;
}
.content-around {
align-content: space-around;
}
.content-center {
align-content: center;
}
.self-end {
align-self: end;
}
/* =========== COLORS =========== */
.bg-yellow {
background-color: #ffee00;
}
.bg-yellow :hover {
background-color: #aaeeee;
}
.bg-sky {
background-color: #00f0f0;
color: #333;
}
.bg-blue {
background-color: #aaeeee;
}
.bg-gradual1 {
background-color: #cafbfc;
}
.bg-gradual2 {
background-color: #99fcff;
}
.bg-gradual3 {
background-color: #33f8ff;
}
.bg-gradual4 {
background-color: #0debf2;
}
.bg-gradual5 {
background-color: #0bd3da;
}
.bg-gradual6 {
background-color: #0abcc2;
color: #ffffff;
}
.bg-azul {
background-color: #00aacc;
}
.bg-fucsia {
background-color: #ff0066;
}
.bg-amarillo {
background-color: #ffee00;
}
.bg-beige {
background-color: #eceadf;
}
.bg-mostaza {
background-color: #f5f5bc;
}
.bg-marfil {
background-color: #f9fae5;
}
.bg-666 {
background-color: #666;
}
.bg-36 {
background-color: #363636;
color: #fff;
}
.sino {
background-color: #2c2c2c;
color: #fff;
}
.bg-white {
background-color: #fff;
}
.bg-gray-100 {
background-color: #f7f7f7;
}
.bg-transparent {
background-color: #00000000;
}
.text-white {
color: #ffffff;
}
.text-black {
color: #000000;
}
.text-gray-200 {
color: #ededed;
}
.text-gray-300 {
color: #e2e2e2;
}
.text-gray-400 {
color: #cbcbcb;
}
.text-gray-500 {
color: #a0a0a0;
}
.text-gray-600 {
color: #717171;
}
.text-gray-700 {
color: #4a4a4a;
}
.text-gray-900 {
color: #363636;
}
.text-blue-40 {
color: #00aacc;
}
.text-blue-30 {
color: #00a3cc;
}
.relojEnorme {
font-size: 12vw;
color: #f8f7f1;
text-shadow: 1px 1px 8px #000;
}
.marcoReloj {
width: 80%;
margin: auto;
padding-top: 4rem;
padding-bottom: 4rem;
background-color: #0095b3;
border: 8px solid #f9f8f6;
border-radius: 0.5rem;
box-shadow: 1px 1px 8px rgba(0, 58, 65, 0.85);
}
/* =========== MARGIN =========== */
.-mt-px {
margin-top: -1px;
}
.mt--1 {
margin-top: -3px;
}
.mt--03 {
margin-top: -3px;
}
.m-1 {
margin: 0.25rem;
}
.mx-0 {
margin-left: 0;
margin-right: 0;
}
.mt-0 {
margin-top: 0;
}
.my-0 {
margin-top: 0;
margin-bottom: 0;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.ml-1 {
margin-left: 0.25rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.mt-4 {
margin-top: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-4 {
margin-left: 1rem;
}
.mr-4 {
margin-right: 1rem;
}
.mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.mt-8 {
margin-top: 2rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.ml-8 {
margin-left: 2rem;
}
.ml-12 {
margin-left: 3rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
/* =========== PADDING =========== */
.py-0 {
padding-top: 0;
padding-bottom: 0;
}
.pt-03 {
padding-top: 3px;
}
.pt-02 {
padding-top: 2px;
}
.pb-03 {
padding-bottom: 6px;
}
.p-1 {
padding: 0.25rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.pr-2 {
padding-right: 0.5rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.p-4 {
padding: 1rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.pt-4 {
padding-top: 1rem;
}
.p-6 {
padding: 1.5rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.pt-8 {
padding-top: 2rem;
}
.px-8 {
padding-left: 2em;
padding-right: 2rem;
}
/* =========== SIZE =========== */
.min-h-screen {
min-height: 100vh;
}
.h-2 {
height: 0.5rem;
}
.h-5 {
height: 1.25rem;
}
.h-6 {
height: 1.5rem;
}
.h-8 {
height: 2rem;
}
.h-12 {
height: 2.5rem;
}
.h-16 {
height: 4rem;
}
.h-24 {
height: 6rem;
}
.h-90 {
height: calc(100% - 3rem);
}
.h-100 {
height: 100%;
}
.w-5 {
width: 1.25rem;
}
.w-8 {
width: 2rem;
}
.w-24 {
width: 6rem;
}
.w-auto {
width: auto;
}
.w-10 {
width: 10%;
}
.w-15 {
width: 15%;
}
.w-20 {
width: 20%;
}
.w-30 {
width: 30%;
}
.w-50 {
width: 50%;
}
.w-60 {
width: 60%;
}
.w-70 {
width: 70%;
}
.w-80 {
width: 80%;
}
.w-90 {
width: 90%;
}
.w-100 {
width: 100%;
}
.informacion {
font-size: 0.9rem;
}
/* =========== Medias =========== */
@media (min-width: 420px) {
.sm\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sm\:gridcols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.sm\:p-4 {
padding: 1rem;
}
}
@media (min-width: 640px) {
.sm\:gridcols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sm\:rounded-lg {
border-radius: 0.5rem;
}
.sm\:block {
display: block;
}
.sm\:items-center {
align-items: center;
}
.sm\:justify-start {
justify-content: flex-start;
}
.sm\:justify-between {
justify-content: space-between;
}
.sm\:h-20 {
height: 5rem;
}
.sm\:ml-0 {
margin-left: 0;
}
.sm\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.sm\:pt-0 {
padding-top: 0;
}
.sm\:text-left {
text-align: left;
}
.sm\:text-right {
text-align: right;
}
}
@media (min-width: 768px) {
.md\:border-t-0 {
border-top-width: 0;
}
.md\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.md\:grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.md\:gridcols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (min-width: 1024px) {
.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
}
#paginar {
position: relative;
width: 70%;
height: 3rem;
bottom: 0.2rem;
}
#paginar > nav {
display: block;
width: 70%;
height: 2rem;
margin: auto;
justify-content: center;
}
#paginar > nav > div {
margin: auto;
}
#paginar > nav > div > span,
#paginar > nav > div > a {
position: static;
background-color: #aaeeee;
margin: 3px 2px;
padding: 0.3rem 0.5rem;
border-radius: 3px;
font-variant: small-caps;
border: 2px solid #baa945;
}
#paginar > nav > div > span:hover,
#paginar > nav > div > a:hover {
background-color: #00aacc;
color: #fff;
transition: background-color 1s;
}
@media screen and (max-width: 360px) and (orientation: portrait) {
#paginar {
width: 70%;
}
#paginar > nav > div > a,
#paginar > nav > div > span {
padding: 4px 5px 4px 5px;
font-size: 0.8rem;
font-family: "Roboto Condensed", sans-serif;
}
}
/* =========== FONT/Text =========== */
.text-xs {
font-size: 0.75rem;
}
.text-sm {
font-size: 0.875rem;
}
.text-4 {
font-size: 1rem;
}
.text-lg {
font-size: 1.125rem;
}
.text-6 {
font-size: 1.5rem;
}
.text-vw2 {
font-size: 2vw;
}
.text-vw3 {
font-size: 3vw;
}
.l-height {
line-height: 0.5;
margin-top: 7px;
}
.leading-7 {
line-height: 1.75rem;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-justify {
text-align: justify;
}
.font-semibold {
font-weight: 600;
}
.condensed {
font-family: "Roboto Condensed", sans-serif;
}
.sans-serif {
font-family: "Nunito", sans-serif;
}
.underline {
text-decoration: underline;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.text-overflow {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ico-shadow {
text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
}
.smallCaps {
font-variant: small-caps;
}
.pasos-title-1 {
font-size: 3rem;
font-family: "Nunito", sans-serif;
font-variant: small-caps;
}
.pasos-title-2 {
font-size: 2rem;
margin-top: 1rem;
font-weight: 300;
}
.pasos-title-3 {
font-size: 1.2rem;
font-variant: small-caps;
}
@media (max-width: 550px) {
.bt-text-hide {
display: none;
}
}
.t_red {
color: #cc004b;
line-height: 1.2;
}
.ejemplo {
color: #0092b3;
font-family: "Roboto Condensed", sans-serif;
}
.hr {
color: #bfe8e8;
color: #00aacc;
padding-top: 2px;
background-color: #bfe8e8;
background-color: #00aacc;
border: 0px solid;
}
.personalizar {
margin: 3px 3px;
border: 2px solid #baa945;
}
.personalizar summary {
border: 0 solid;
font-variant: small-caps;
background-color: #ffee00;
}
.personalizar .resultado_bt {
border: 2px solid #baa945;
}
/* =========== dev =========== */
.hide-dev {
display: block;
} | public/css/customApp.css | @charset "UTF-8";
* {
margin: 0;
padding: 0;
}
html {
height: 100%;
font-size: 16px;
overflow-y: auto;
line-height: 1.4;
}
body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Nunito", sans-serif;
font-size: 1rem;
color: #444;
background-color: #eceadf;
overflow-y: auto;
overflow-x: hidden;
}
/* =========== app =========== */
.container {
margin: auto;
padding: 0;
}
.b-box {
box-sizing: border-box;
}
.c-box {
box-sizing: content-box;
}
/* =========== FOOTER =========== */
.footer {
width: 100%;
height: 2.5rem;
position: absolute;
top: calc(100% - 2.5rem );
background-color: #363636;
z-index: 1000;
}
.page-footer {
height: 2.5rem;
width: 95%;
margin: auto;
display: flex;
justify-content: center;
align-content: space-between;
align-items: center;
text-align: center;
font-size: 1.2rem;
font-variant: small-caps;
color: #fafafa;
}
.page-footer a {
color: #99fcff;
}
.page-footer a:hover {
color: #fafafa;
transition: 1s;
}
@media screen and (min-width: 120px) and (max-width: 414px) {
footer .page-footer {
font-size: 0.7rem;
line-height: 1.2;
}
}
@media screen and (min-width: 415px) and (max-width: 640px) {
footer .page-footer {
font-size: 0.9rem;
}
}
/* =========== container=========== */
.container,
.container-header {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
box-sizing: border-box;
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
justify-content: center;
}
/* =========== Tipografía =========== */
h1,
h2,
h3 {
font-family: "Roboto Condensed", sans-serif;
}
h2,
.h2 {
font-size: 1.8rem;
line-height: 112%;
font-weight: 400;
}
h3 {
font-size: 1.2rem;
line-height: 120%;
font-weight: 400;
}
h4 {
font-size: 1.2rem;
line-height: 120%;
font-weight: 500;
font-family: "Nunito", sans-serif;
}
kbd {
border: 1px solid #ccc;
background-color: #ffee00;
border-radius: 3px;
padding: 0 5px;
font-weight: 700;
color: #222;
}
ul,
li {
list-style-type: none;
}
/* =========== IMAGE =========== */
img {
width: 100%;
height: auto;
}
figure {
margin: 0;
}
figcaption {
margin: 0.3rem 0.2rem 1.6rem 0.2rem;
font-size: 0.8rem;
text-align: center;
color: #555555;
}
/* =========== links =========== */
a,
a:not(.boton),
a:not(.btn) {
text-decoration: none;
}
a:hover,
a:not(.boton):hover,
a:not(.btn):hover {
cursor: pointer;
transition: color 1s;
}
/* =========== HEADER =========== */
.main-header {
position: -webkit-sticky;
position: sticky;
width: 100%;
top: 0;
background-color: #363636;
z-index: 1;
}
hr {
color: #555;
background-color: #555;
}
.clase-header {
height: 2.5rem;
color: #333;
clear: both;
}
.main-header > .container {
padding-right: 0;
padding-left: 0;
margin-right: 2rem;
margin-left: 2rem;
}
@media screen and (min-width: 769px) {
.page-header {
height: 5rem;
margin: 0 0 2rem 0;
}
}
/* =========== MENÚ-principal =========== */
@media screen and (min-width: 769px) {
.logo {
position: absolute;
top: 0.5rem;
}
.logo > a > svg {
border-radius: 100%;
width: 7.5rem;
height: 7.5rem;
border: 0.5rem solid #eceadf;
}
.logo > a > svg:hover {
border: 0.25rem solid #eceadf;
}
}
.main-menu {
position: absolute;
top: 2.8rem;
margin-left: 9rem;
}
.main-menu .nav-sub {
padding: 0 0.25rem;
background-color: rgba(236, 234, 223, 0.65);
font-family: "Roboto Condensed", sans-serif;
font-size: 1.4rem;
height: 1.8em;
color: #222;
}
.main-menu .nav-sub:hover {
color: #00aacc;
transition: 0.5s;
}
.main-menu .active {
color: #00aacc;
}
.main-menu .navbar-brand {
font-family: "Nunito", sans-serif;
font-size: 2.6rem;
font-weight: 600;
}
.main-menu .navbar-brand.active {
color: #ffee00;
}
.main-menu .navbar-brand.active:hover {
color: #00f0f0;
transition: 0.5s;
}
.logoMenu #mesaUno:hover {
fill: #00f0f0;
}
/* ===========- MENÚ USER =========== */
.dropdown {
position: relative;
}
.dropdown-menu {
position: absolute;
top: 100%;
right: -1rem;
z-index: 1000;
display: none;
min-width: 12rem;
padding: 0.8rem;
}
.menu-user {
position: relative;
top: 2rem;
float: right;
/*se posiciona*/
display: flex;
/*en UNA línea*/
}
.menu-user .user-link {
padding: 0 0.6rem;
font-size: 1.2rem;
letter-spacing: 0.423;
font-variant: small-caps;
color: #fafafa;
}
.menu-user .user-link:hover {
color: #00f0f0;
}
.menu-user > .nav-item > .show {
display: flex;
flex-direction: column;
padding: 0;
}
.menu-user > .nav-item > .dropdown-menu {
top: 2rem;
padding: 0 0.2rem;
border: 1px solid #ccc;
background-color: #f8fafc;
}
.menu-user > .nav-item > .dropdown-menu .dropdown-item {
display: block;
width: calc(100% - 2*2px);
margin: 1px 2px;
padding: 0.25rem 1.5rem;
border-radius: 3px;
font-size: 1rem;
font-variant: small-caps;
text-align: center;
}
.menu-user .hide-menu {
display: none;
}
/* =========== MENÚ @media 550px ===============*/
@media (max-width: 550px) {
.page-header {
height: 1.6rem;
margin-bottom: 1.4rem;
}
.container-header {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.menuUso {
position: relative;
margin-top: -0.4rem;
}
.menuUso .nav-sub {
padding: 0 0.25rem;
font-size: 1rem;
height: 0.8rem;
color: #363636;
margin-bottom: 0.5rem;
}
.menuUso .nav-sub:hover {
color: #00aacc;
}
.menuUso .active {
color: #00aacc;
}
.logo {
position: absolute;
top: 0.1rem;
margin-left: 0.45rem;
}
.logo > a > svg {
border-radius: 100%;
width: 2.7em;
height: 2.7rem;
border: 0.25rem solid #eceadf;
}
.logo > a > svg:hover {
border: 0.15rem solid #eceadf;
}
.main-menu {
top: -0.1rem;
margin-left: 3.6rem;
}
.main-menu .navbar-brand {
font-size: 1.5rem;
}
.menu-user {
max-width: 12rem;
right: 0.8rem;
top: -0.75rem;
}
.menu-user .user-link {
font-size: 1rem;
}
.dropdown-menu {
margin-top: -0.5rem;
}
}
.active {
color: #00aacc;
}
/* =========== MENÚ @media 768px ===============*/
@media screen and (min-width: 551px) and (max-width: 768px) {
.page-header {
height: 2.6rem;
margin-bottom: 1.7rem;
}
.container-header {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.logo {
position: absolute;
top: 0.25rem;
margin-left: 0.65rem;
}
.logo > a > svg {
border-radius: 100%;
width: 4rem;
height: 4rem;
border: 0.35rem solid #eceadf;
}
.logo > a > svg:hover {
border: 0.15rem solid #eceadf;
}
.main-menu {
top: 0.4rem;
margin-left: 6rem;
}
.main-menu .navbar-brand {
font-size: 1.8rem;
}
.menuUso {
position: relative;
margin-top: 0.05rem;
}
.menuUso .nav-sub {
font-size: 1.3rem;
padding: 0 0.25rem;
color: #363636;
height: 1.2;
}
.menuUso .nav-sub:hover {
color: #00aacc;
}
.menuUso .active {
color: #00aacc;
}
.menu-user {
max-width: 12rem;
right: 0.8rem;
top: -0.2rem;
}
.dropdown-menu {
margin-top: -0.4rem;
}
}
/* =========== MENÚ BOTONES ===========*/
.menu-botones {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.menu-botones .items-menu-botones {
display: block;
align-content: center;
padding: 0.25rem 1rem;
margin: 0.15rem;
font-variant: small-caps;
text-align: center;
}
@media screen and (max-width: 550px) {
.menu-botones {
display: flex;
flex-direction: column;
font-size: 1rem;
}
.menu-botones .items-menu-botones {
width: 100%;
}
}
.encabezamiento {
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
background-color: #00aacc;
margin-bottom: 0.5rem;
}
.encabezamiento .h1 {
color: #fafafa;
font-family: "Nunito", sans-serif;
text-align: center;
font-variant: small-caps;
letter-spacing: 0.09em;
}
/* =========== ALERTS =========== */
.alert {
position: relative;
max-width: 960px;
padding: 0.5rem 1.25rem;
border: 2px solid transparent;
box-sizing: border-box;
}
.alert-info {
top: 0.8rem;
color: #333;
background-color: #c6ebec;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
margin: auto;
}
/* =========== BUTTONS =========== */
button {
border: 2px solid transparent;
}
button.btn,
button,
a.btn,
.btn,
.boton {
margin: 2px;
border-radius: 3px;
border-width: 2px;
font-family: "Nunito", sans-serif;
font-size: 1.1rem;
text-align: center;
box-sizing: border-box;
cursor: pointer;
}
.btn {
display: inline-block;
text-decoration: none;
color: inherit;
}
.bt_pasos {
height: 6rem;
border: 2px solid #e1d9ad;
display: grid;
justify-content: center;
align-content: center;
align-items: center;
text-align: center;
font-variant: small-caps;
font-size: 1.2rem;
}
.bt_pasos > .ico-shadow {
font-size: 2rem;
}
.tx-btn {
color: #298ba3;
font-family: "Roboto Condensed", sans-serif;
}
.tx-btn:hover {
background-color: #d9f6f7;
}
.bt_pasos:hover,
button:hover,
a.btn:hover,
button.btn:hover,
.boton:hover {
transition: background-color 0.3s, color 0.1s;
}
.bt_xxl {
display: block;
width: 100%;
margin: 1rem 0;
height: 2.4rem;
}
.disabled,
.disabled:hover {
background-color: #cfcfcf;
color: #fff;
cursor: not-allowed;
}
.boton:disabled,
.boton.disabled {
background-color: rgba(148, 207, 209, 0.4);
border: 2px solid #e1d9ad;
cursor: not-allowed;
}
.boton:disabled:hover,
.boton.disabled:hover {
cursor: not-allowed;
background-color: rgba(148, 207, 209, 0.4);
}
.continuar {
border: 2px solid #0095b3;
background-color: #c6ebec;
color: #333;
}
.continuar:hover {
border: 2px solid #958737;
background-color: #00aacc;
color: #fff;
}
.atras {
border: 2px solid #0095b3;
background-color: #eceadf;
color: #333;
}
.atras:hover {
border: 2px solid #958737;
background-color: #00aacc;
color: #fff;
}
.crear {
border: 2px solid #958737;
background-color: #0095b3;
color: #fff;
}
.crear:hover {
border-color: #00aacc;
background-color: #eceadf;
color: #0095b3;
}
.editar {
border: 2px solid #baa945;
border-radius: 3px;
background-color: #ffee00;
color: #333;
}
.editar:hover {
border-color: #d3c888;
background-color: #eceadf;
color: #706529;
}
.warning {
border: 2px solid #baa945;
background-color: #f5f5bc;
color: #57570f;
}
.warning:hover {
border-color: #e1d9ad;
background-color: #ffee00;
color: #333;
}
.ver {
border: 2px solid #958737;
border-radius: 3px;
background-color: #0095b3;
color: #fff;
}
.ver:hover {
border-color: #0095b3;
background-color: #eceadf;
color: #0095b3;
}
.bg-ver {
background-color: #0095b3;
color: #fff;
}
.bg-ver:hover {
border-color: #0095b3;
background-color: #f0ebd1;
color: #363636;
}
.crearCurso {
border: 2px solid #958737;
background-color: #00c5cc;
color: #fff;
font-variant: small-caps;
}
.crearCurso:hover {
border: 2px solid #e1d9ad;
background-color: #9fdfdf;
color: #333;
}
.enviar {
border: 2px solid #d3c888;
background-color: #00aacc;
font-variant: small-caps;
color: #fff;
}
.enviar:hover {
border-color: #baa945;
background-color: #9fdfdf;
color: #333;
}
.borrar {
border: 2px solid #baa945;
background-color: #ecc6d4;
color: #333;
}
.borrar:hover {
border: 2px solid #e23670;
background-color: #eceadf;
color: #e23670;
}
.borrarLarge {
border: 2px solid #baa945;
background-color: #ff99aa;
font-variant: small-caps;
color: #333;
}
.borrarLarge:hover {
border-color: #d3c888;
background-color: #f53d87;
color: #fff;
}
.cancelar {
border: 2px solid #d3c888;
border-radius: 3px;
background-color: #ff0066;
color: #fff;
padding: 0.25rem 1.5rem;
}
.cancelar:hover {
border-color: #baa945;
background-color: #ff99aa;
color: #333;
}
div.cancelar {
margin-top: 1rem;
}
.enviar,
.cancelar {
font-weight: 500;
font-size: 1.2rem;
}
.oscuro {
border: 2px solid #e1d9ad;
background-color: #494949;
color: #99fcff;
}
.oscuro:hover {
border: 2px solid #958737;
background-color: #00c5cc;
color: #fff;
}
.oscuro.disabled,
.oscuro:disabled {
opacity: 0.4;
}
.oscuro.disabled:hover,
.oscuro:disabled:hover {
border: 2px solid #e1d9ad;
background-color: #494949;
color: #99fcff;
}
.oscuro-reves {
border: 2px solid #958737;
background-color: #eceadf;
color: #333;
}
.oscuro-reves:hover {
border: 2px solid #e1d9ad;
background-color: #494949;
color: #99fcff;
}
.light-grey {
border-top: 2px solid #e1d9ad;
background-color: #f0ede0;
}
.default {
border-color: #0095b3;
background-color: #c6ebec;
color: #333;
}
.default:hover {
background-color: #00aacc;
color: #fff;
}
.border-ccc {
border: 2px solid #e1d9ad;
}
/* =========== caja =========== */
.caja {
margin: 1rem auto;
max-width: 960px;
border: 1px solid #ccc;
border-radius: 2px;
background-color: #fcfcf8;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.caja-header.btn,
.caja-header button.btn,
.caja-header a.btn,
.caja-header.boton {
box-sizing: border-box;
}
.caja-grid {
border: 2px solid #e1d9ad;
background-color: #e0edf0;
padding-bottom: 1.5rem;
padding-top: 1.5rem;
margin-bottom: 1rem;
}
.circle {
border-radius: 50%;
}
.ashadow {
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
/* =========== Container =========== */
@media screen and (min-width: 20px) and (max-width: 640px) {
.container {
max-width: 100%;
padding-right: 0;
padding-left: 0;
}
.caja {
margin-right: 0;
margin-left: 0;
}
.caja-body {
padding: 0.5rem 0.3rem 0.8rem 0.3rem;
}
.caja-header {
padding: 0.2rem 0.5rem;
}
.caja-header.btn,
.caja-header select,
.caja-header button.btn,
.caja-header a.btn,
.caja-header.boton {
height: 1.8rem;
padding-right: 0.25rem;
padding-left: 0.25rem;
min-width: 1.9rem;
font-size: 0.9rem;
}
.caja-header select,
option {
font-size: 0.8rem;
padding-right: 0;
}
.caja-header > .grid > a.btn {
padding-top: 1px;
}
.pasos-title-1,
.title {
font-size: 1.1rem;
}
html {
font-size: 14px;
}
.alert,
.alert-info {
font-size: 0.9rem;
font-family: "Roboto Condensed", sans-serif;
}
.caja-header select {
padding-top: 2px;
padding-bottom: 3px;
}
.caja-header select option {
height: 1.8rem;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
}
@media screen and (min-width: 20px) and (max-width: 414px) {
.caja-body {
padding-right: 3px;
padding-left: 3px;
}
}
@media screen and (min-width: 641px) and (max-width: 768px) {
.container {
max-width: 95%;
margin: auto;
}
.alert {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.caja .pasos-title-1 {
font-size: 3.5rem;
}
.caja-body {
padding: 0.5rem 1.5rem;
}
.caja-header {
padding: 0.5rem 1.5rem 0.4rem 1.5rem;
}
.caja-header h2 {
font-size: 1.4rem;
}
.caja-header.btn,
.caja-header select,
.caja-header a.btn,
.caja-header form > button,
.caja-header.boton {
height: 2rem;
padding-right: 0.5rem;
padding-left: 0.5rem;
font-size: 0.8rem;
}
.caja-header select {
padding-top: 3px;
padding-bottom: 3px;
font-size: 0.9rem;
}
.caja-header select option {
height: 2rem;
line-height: 2rem;
margin-top: 3px;
margin-bottom: -3px;
padding-top: 3px;
padding-bottom: 0;
}
.caja-header > .grid > a > p {
margin-top: 1px;
}
.caja-header > .grid > a.btn {
padding-top: 5px;
}
html {
font-size: 15px;
}
}
@media screen and (min-width: 769px) and (max-width: 960px) {
.container {
max-width: 90%;
}
.alert {
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.caja-body {
padding: 1.25rem 2.5rem;
}
.caja-header {
padding: 0.75rem 2.5rem;
}
.caja-header h2 {
font-size: 1.6rem;
}
.caja-header.btn,
.caja-header select,
.caja-header a.btn,
.caja-header button,
.caja-header.boton {
height: 2.2rem;
padding-right: 0.5rem;
padding-left: 0.5rem;
font-size: 0.8rem;
}
.caja-header > .grid > a > p {
margin-top: -2px;
}
.caja-header > .grid > a.btn {
padding-top: 5px;
}
html {
font-size: 16px;
}
}
@media screen and (min-width: 961px) {
.container,
.container-header {
max-width: 1280px;
}
.alert {
padding-right: 4.5rem;
padding-left: 4.5rem;
}
.caja-body {
padding: 1.25rem 4.5rem;
}
.caja-header {
padding: 0.75rem 4.5rem;
}
.caja-header.btn,
.caja-header select,
.caja-header a.btn,
.caja-header button,
.caja-header.boton {
height: 2.2rem;
padding-right: 1rem;
padding-left: 1rem;
}
.caja-header > .grid > a > p {
margin-top: -2px;
}
.caja-header > .grid > a.btn {
padding-top: 5px;
}
}
/* =========== TABLE =========== */
.tabla {
width: 100%;
table-layout: auto;
padding: 1rem 0.5rem;
border: 2px solid #e9e3c3;
text-align: center;
font-family: "Roboto Condensed", sans-serif;
caption-side: bottom;
background-color: #fff;
}
.tabla caption {
margin-top: 1rem;
padding: 0.7rem;
border: 2px solid #e9e3c3;
border-radius: 4px;
color: #333;
background-color: #fff47a;
}
.tabla.boton,
.tabla .btn,
.tabla .a,
.tabla .boton,
.tabla button {
font-family: "Roboto Condensed", sans-serif;
font-variant: small-caps;
font-size: 1rem;
height: 2rem;
padding: 3px;
box-sizing: border-box;
}
.tabla > thead > tr > th {
font-size: 1.2rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.tabla td {
border-bottom: 2px solid #ddd;
text-align: center;
}
.tabla .ver > span {
font-family: "Roboto Condensed", sans-serif;
}
table th {
border-bottom: 2px solid #00aacc;
font-family: "Roboto Condensed", sans-serif;
font-weight: 300;
font-variant: small-caps;
color: #00aacc;
}
tbody > tr > td > form {
margin-bottom: 0;
display: inline-block;
}
/* =========== TABLE @media 640px =========== */
@media screen and (max-width: 640px) {
.tabla > thead > tr > th {
font-size: 1rem;
}
.tabla .id {
visibility: hidden;
max-width: 0.01rem;
margin-right: 0;
}
.tabla td {
padding-right: 0;
text-align: center;
}
.tabla td > a span,
.tabla td > .btn,
.tabla td > div > a.btn,
.tabla td > form > button > span {
margin-left: 0;
margin-right: 0;
margin: auto;
font-size: 0.8rem;
}
.tabla td > p > span {
font-size: 0.8rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-variant: small-caps;
}
}
@media screen and (max-width: 359px) {
.tabla {
font-size: 0.7rem;
}
.tabla > caption {
font-size: 0.8rem;
}
.tabla table > * {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
@media screen and (max-width: 414px) {
.tabla {
font-size: 0.8rem;
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0;
}
.tabla > caption {
font-size: 0.9rem;
margin-right: 0;
margin-left: 0;
padding-right: 3px;
padding-left: 3px;
}
.tabla > thead > tr > th {
font-size: 0.9rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media screen and (min-width: 415px) and (max-width: 640px) {
.tabla {
font-size: 0.9rem;
margin-right: 3px;
margin-left: 3px;
padding-right: 4px;
padding-left: 4px;
}
}
@media screen and (min-width: 641px) {
.tabla {
font-size: 1rem;
padding-right: 0.5rem;
padding-left: 0.5rem;
}
table td {
font-size: 1rem;
}
}
/* =========== TABLE @media botones =========== */
@media screen and (max-width: 414px) {
.tabla .btn,
.tabla a.btn,
.tabla form button {
min-width: 3.2rem;
height: 1.7rem;
margin: 4px auto;
}
td > p > span {
max-width: 4rem;
}
tr > td > .editar,
tr > td > form > .borrar,
tr > td > .ver {
height: 1.7rem;
margin: 0.25rem 0;
}
}
@media screen and (min-width: 415px) and (max-width: 640px) {
.tabla .btn,
.tabla a.btn,
.tabla form button {
min-width: 4rem;
height: 1.8rem;
margin: 4px auto;
}
td > p > span {
max-width: 4rem;
}
tr > td > .editar,
tr > td > form > .borrar,
tr > td > .ver {
height: 1.8rem;
margin: 0.25rem 0;
}
}
@media screen and (min-width: 641px) and (max-width: 768px) {
.tabla .btn,
.tabla a.btn,
.tabla form button {
width: 5.1rem;
height: 2rem;
margin: 4px auto;
}
td > p > span {
max-width: 5.1rem;
}
tr > td > .editar,
tr > td > form > .borrar,
tr > td > .ver {
height: 2rem;
margin: 0.25rem 0;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.tabla .btn,
.tabla a.btn,
.tabla form button {
width: 6rem;
height: 2rem;
margin: 4px auto;
}
td > p > span {
max-width: 6rem;
}
tr > td > .editar,
tr > td > form > .borrar,
tr > td > .ver {
height: 2rem;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
}
@media screen and (min-width: 1025px) {
.tabla .btn,
.tabla a.btn,
.tabla form button {
width: 6rem;
height: 2rem;
margin: 4px auto;
}
td > p > span {
max-width: 6rem;
}
tr > td > .editar,
tr > td > form > .borrar,
tr > td > .ver {
height: 2rem;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
}
#tabla-config-horario .editar,
#tabla-config-horario .crear {
height: 4rem;
margin: 3px;
}
#tabla-config-sesion .editar {
width: 80%;
height: 2rem;
margin: 3px;
font-size: 1.1rem;
}
.table-responsive {
width: 100%;
table-layout: auto;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
/* =========== INPUT-FORM =========== */
select,
input,
textarea,
input[type=time] {
padding: 0.5rem;
border: 2px solid #d3c888;
border-radius: 3px;
margin-top: 0.2rem;
color: #363636;
background-color: #f7f6f2;
}
select {
font-size: 0.7rem;
}
select:focus,
input:focus,
textarea:focus,
input[type=text]:focus {
background-color: #d9f6f7;
border-color: #00aacc;
outline: none;
}
input[type=number] {
max-width: 4rem;
font-size: 1.2;
}
label {
font-family: "Roboto Condensed", sans-serif;
color: #333;
}
select {
margin-top: -1px;
}
/* =========== ETAPA-USO HEADER =========== */
.bt-clase-header {
height: 2rem;
min-width: 2.5rem;
margin: 3px;
padding: 0.2rem 1rem 0.25rem 1rem;
border: 2px solid #00aacc;
border-radius: 3px;
text-align: center;
font-family: "Roboto Condensed", sans-serif;
font-variant: small-caps;
box-sizing: border-box;
}
.reloj {
margin-left: 1rem;
margin-right: 0.5rem;
font-size: 1.25rem;
}
@media screen and (max-width: 640px) {
.bt-clase-header {
padding: 0.3rem 0.4rem 0.25rem 0.4rem;
margin-left: 0.25rem;
}
.reloj {
margin-left: 0.4rem;
margin-right: 0.4rem;
font-size: 1rem;
}
}
@media screen and (max-width: 640px) {
.header-uso {
font-size: 0.9rem;
}
}
/* =========== MESA/BT_MESA =========== */
.aula-mesa {
grid-gap: 10px 10px;
}
.mesa {
background-color: #f4f3ec;
border: 1px solid #ccc;
margin: 5px;
margin: auto;
}
.nombre_mesa {
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
color: #333;
background-color: #e8e8e8;
}
.bt_mesa {
margin-top: 3px;
margin: 2px;
padding: 0.5rem 0;
border: 1px solid #ccc;
border-radius: 0.2rem;
font-family: "Roboto Condensed", sans-serif;
font-size: 1.1rem;
font-weight: 400;
text-align: center;
box-shadow: -2px 3px 4px rgba(0, 0, 0, 0.2);
}
.bt_mesaIzq {
width: calc(50% - 5px);
margin-left: 3px;
}
.bt_mesaDcha {
width: calc(50% - 5px);
margin-right: 3px;
}
.nombre_mesa:not(:disabled):hover {
background-color: #888;
color: #fff;
transition: background-color 0.3s, color 0.15s;
}
.bt_mesa:disabled,
.nombre_mesa:disabled {
opacity: 0.2;
cursor: not-allowed;
}
/* =========== @medias MESA/BT_MESA =========== */
@media screen and (orientation: landscape) {
.mesa {
flex-direction: column;
justify-content: center;
}
.mesa .bt_mesa {
width: calc(50% - 5px);
}
}
@media screen and (orientation: portrait) {
.mesa {
flex-direction: row;
justify-content: center;
align-content: center;
}
.mesa .bt_mesa {
width: calc(100% - 6px);
margin: 2px 3px;
padding: 0.7rem 0;
}
}
@media screen and (max-width: 360px) and (orientation: landscape) {
.mesa,
.radio-bt-div {
width: 4rem;
height: 3.5rem;
}
.mesa .nombre_mesa,
.radio-bt-div .nombre_mesa {
font-size: 0.8rem;
}
}
@media screen and (max-width: 360px) and (orientation: portrait) {
.mesa {
width: 3.7rem;
height: 7rem;
}
.mesa .nombre_mesa {
font-size: 0.8rem;
}
}
@media screen and (min-width: 361px) and (max-width: 412px) and (orientation: portrait) {
.mesa {
width: 4rem;
height: 7.5rem;
}
.mesa > div > .nombre_mesa {
font-size: 0.8rem;
}
}
@media screen and (min-width: 413px) and (max-width: 640px) and (orientation: portrait) {
.mesa {
width: 4.5rem;
height: 8rem;
}
.mesa > div > .nombre_mesa {
font-size: 0.8rem;
}
}
@media screen and (min-width: 413px) and (max-width: 640px) and (orientation: landscape) {
.mesa,
.radio-bt-div {
width: 5.5rem;
height: 4.3rem;
}
.mesa > div > .nombre_mesa,
.radio-bt-div > div > .nombre_mesa {
font-size: 0.8rem;
}
}
@media screen and (min-width: 641px) and (max-width: 768px) and (orientation: portrait) {
.mesa {
width: 6rem;
height: 8rem;
}
.mesa > div > .nombre_mesa {
font-size: 0.9rem;
}
}
@media screen and (min-width: 641px) and (max-width: 768px) and (orientation: landscape) {
.mesa,
.radio-bt-div {
width: 6rem;
height: 5rem;
}
.mesa > div > .nombre_mesa,
.radio-bt-div > div > .nombre_mesa {
font-size: 0.9rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.mesa {
width: 8rem;
max-height: 5rem;
}
}
@media screen and (min-width: 1025px) {
.mesa,
.radio-bt-div {
width: 12rem;
max-height: 5.5rem;
}
}
@media screen and (max-width: 412px) {
.bt_mesa,
.nombre_mesa {
font-size: 0.8rem;
padding-left: 2px;
padding-right: 2px;
margin: 1px;
}
}
@media screen and (max-width: 412px) {
.bt_mesaIzq {
width: calc(50% - 3px);
margin-left: 1px;
}
.bt_mesaDcha {
width: calc(50% - 3px);
margin-right: 1px;
}
}
/* =========== PERSONALIZAR =========== */
.bt90x90 {
width: 90px;
height: 90px;
text-align: center;
border: 2px solid #baa945;
font-size: 1.6rem;
background-color: darkgray;
}
.plantilla-bt {
margin: 0.25rem 0.25rem 0.5rem 0.25rem;
border: 1px solid #ddd;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.06);
}
.no_border {
border: 0 solid;
}
.resultado-bt {
height: 2.5rem;
margin-bottom: 0.25rem;
border: 2px solid #baa945;
background-color: #c6ebec;
color: #363636;
}
.plantilla-body {
width: calc(100% - 2*2px);
height: 8rem;
margin: auto;
border: 2px solid #d3c888;
display: grid;
grid-template-columns: repeat(1, minmax(0, 1fr));
align-items: center;
justify-content: center;
background-color: #eceadf;
}
.plantilla-footer {
margin: 0.25rem;
padding: 0;
font-family: "Roboto Condensed", sans-serif;
color: #333;
border: 2px solid #d3c888;
background-color: #00aacc;
}
/* =========== RADIO-BUTTON =========== */
.radio-bt-div {
position: relative;
width: calc(100% - 2*2px);
border: 1px solid #ccc;
margin-left: 2px;
text-align: center;
background-color: #f4f3ec;
}
.hide {
display: none;
}
.radio-label {
display: inline-block;
width: calc(50% - 6px);
padding-top: 0.4rem;
padding-bottom: 0.4rem;
margin: 5px 0px;
border: 1px solid #ccc;
border-radius: 3px;
cursor: pointer;
color: #eceadf;
background: #eceadf;
}
.radio-label:hover {
background: #d9d5bf;
color: white;
}
#boton_izq:checked + .radio-label,
#boton_dcha_b:checked + .radio-label {
background: #00f0f0;
color: #555;
}
#boton_izq:checked + .radio-label:hover,
#boton_dcha_b:checked + .radio-label:hover {
background: #00d6d6;
color: #fff;
}
#boton_dcha:checked + .radio-label,
#boton_izq_b:checked + .radio-label {
background: #00f0f0;
color: #555;
}
#boton_dcha:checked + .radio-label:hover,
#boton_izq_b:checked + .radio-label:hover {
background: #00d6d6;
color: #fff;
}
/* =========== MODAL =========== */
.modal,
.nomodal {
z-index: 3;
padding-top: 0;
position: fixed;
left: 0;
top: 1rem;
width: 100%;
height: calc(100% - 3.5rem);
overflow: auto;
}
.modal {
display: none;
background-color: rgba(0, 0, 0, 0.2);
}
.modal-content {
margin: auto;
background-color: #fff;
position: relative;
padding: 0;
border: 1px solid #ddd;
box-shadow: 1px 1px 4px rgba(60, 72, 72, 0.8);
max-width: 360px;
}
.modal-content h3 {
font-size: 1.5rem;
color: #3193b9;
}
.animate-zoom {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s;
}
@-webkit-keyframes animatezoom {
from {
transform: scale(0);
}
to {
transform: scale(1);
}
}
@keyframes animatezoom {
from {
transform: scale(0);
}
to {
transform: scale(1);
}
}
/* =========== DETAILS/SUMMARY =========== */
details {
font-family: "Roboto Condensed", sans-serif;
background-color: #f9fae5;
}
details p {
margin-left: 0.25rem;
font-size: 0.9rem;
}
details summary {
padding: 0.4rem;
border: 2px solid #e9e3c3;
background-color: #f5f5bc;
cursor: pointer;
}
details > .destacado {
background-color: #4d4d4d;
color: #f5f4ef;
margin-top: 0.5rem;
padding: 0.5rem;
}
details > .destacado p {
font-size: 0.8rem;
}
/* =========== =========== */
* {
box-sizing: border-box;
}
a {
color: inherit;
text-decoration: inherit;
}
img {
display: block;
}
img {
max-width: 100%;
height: auto;
}
.border-gray-200 {
border-color: #ededed;
}
.border-t {
border-top-width: 1px;
}
.shadow {
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.06);
}
.overflow-hidden {
overflow: hidden;
}
.radius3 {
border-radius: 3px;
}
/* =========== DISPLAY FLOAT POSITION =========== */
.f_right {
float: right;
}
.f_left {
float: left;
}
.hidden {
visibility: hidden;
}
.d_none {
display: none;
}
.d_inline {
display: inline-block;
}
.inline {
display: inline;
}
.block {
display: block;
}
.d_block {
display: block;
width: calc(100% - 2*2px);
margin: auto;
}
.fixed {
position: fixed;
}
.relative {
position: relative;
}
.top-0 {
top: 0;
}
.right-0 {
right: 0;
}
.d_topright {
position: absolute;
right: 0;
top: 0;
}
/* =========== DISPLAY FLEX GRID =========== */
.flex {
display: flex;
}
.flex-row {
display: flex;
flex-direction: row;
}
.flex-column {
display: flex;
flex-direction: column;
}
.grid {
display: grid;
}
.grd {
display: grid;
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-2-auto {
grid-template-columns: auto auto;
}
.grid-cols-3-auto {
grid-template-columns: auto auto auto;
}
.grid-cols-4-auto {
grid-template-columns: auto auto auto auto;
}
.grid-cols-5-auto {
grid-template-columns: auto auto auto auto auto;
}
.grid-cols-6-auto {
grid-template-columns: auto auto auto auto auto auto;
}
.grid-cols-7-auto {
grid-template-columns: auto auto auto auto auto auto auto;
}
.grid-cols-8-auto {
grid-template-columns: auto auto auto auto auto auto auto auto;
}
.grid-cols-9-auto {
grid-template-columns: auto auto auto auto auto auto auto auto auto;
}
.grid-cols-3-fr {
grid-template-columns: 1fr auto auto;
}
.grid-cols-4-fr {
grid-template-columns: 1fr auto auto auto;
}
.grid-cols-5-fr {
grid-template-columns: 1fr auto auto auto auto;
}
.grid-cols4 {
grid-template-columns: 1fr auto auto auto;
}
.grid-rows-1 {
grid-template-rows: repeat(1, 100%);
}
.grid-rows-2 {
grid-template-rows: repeat(2, 50%);
}
.grid-rows-3 {
grid-template-rows: repeat(3, 33%);
}
.grid-rows-4 {
grid-template-rows: repeat(4, 25%);
}
.grid-rows-5 {
grid-template-rows: repeat(5, 20%);
}
.items-center {
align-items: center;
}
.items-end {
align-items: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-end {
justify-content: end;
}
.justify-between {
justify-content: space-between;
}
.justify-right {
justify-content: right;
}
.content-between {
align-content: space-between;
}
.content-around {
align-content: space-around;
}
.content-center {
align-content: center;
}
.self-end {
align-self: end;
}
/* =========== COLORS =========== */
.bg-yellow {
background-color: #ffee00;
}
.bg-yellow :hover {
background-color: #aaeeee;
}
.bg-sky {
background-color: #00f0f0;
color: #333;
}
.bg-blue {
background-color: #aaeeee;
}
.bg-gradual1 {
background-color: #cafbfc;
}
.bg-gradual2 {
background-color: #99fcff;
}
.bg-gradual3 {
background-color: #33f8ff;
}
.bg-gradual4 {
background-color: #0debf2;
}
.bg-gradual5 {
background-color: #0bd3da;
}
.bg-gradual6 {
background-color: #0abcc2;
color: #ffffff;
}
.bg-azul {
background-color: #00aacc;
}
.bg-fucsia {
background-color: #ff0066;
}
.bg-amarillo {
background-color: #ffee00;
}
.bg-beige {
background-color: #eceadf;
}
.bg-mostaza {
background-color: #f5f5bc;
}
.bg-marfil {
background-color: #f9fae5;
}
.bg-666 {
background-color: #666;
}
.bg-36 {
background-color: #363636;
color: #fff;
}
.sino {
background-color: #2c2c2c;
color: #fff;
}
.bg-white {
background-color: #fff;
}
.bg-gray-100 {
background-color: #f7f7f7;
}
.bg-transparent {
background-color: #00000000;
}
.text-white {
color: #ffffff;
}
.text-black {
color: #000000;
}
.text-gray-200 {
color: #ededed;
}
.text-gray-300 {
color: #e2e2e2;
}
.text-gray-400 {
color: #cbcbcb;
}
.text-gray-500 {
color: #a0a0a0;
}
.text-gray-600 {
color: #717171;
}
.text-gray-700 {
color: #4a4a4a;
}
.text-gray-900 {
color: #363636;
}
.text-blue-40 {
color: #00aacc;
}
.text-blue-30 {
color: #00a3cc;
}
.relojEnorme {
font-size: 12vw;
color: #f8f7f1;
text-shadow: 1px 1px 8px #000;
}
.marcoReloj {
width: 80%;
margin: auto;
padding-top: 4rem;
padding-bottom: 4rem;
background-color: #0095b3;
border: 8px solid #f9f8f6;
border-radius: 0.5rem;
box-shadow: 1px 1px 8px rgba(0, 58, 65, 0.85);
}
/* =========== MARGIN =========== */
.-mt-px {
margin-top: -1px;
}
.mt--1 {
margin-top: -3px;
}
.mt--03 {
margin-top: -3px;
}
.m-1 {
margin: 0.25rem;
}
.mx-0 {
margin-left: 0;
margin-right: 0;
}
.mt-0 {
margin-top: 0;
}
.my-0 {
margin-top: 0;
margin-bottom: 0;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.ml-1 {
margin-left: 0.25rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.mt-4 {
margin-top: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-4 {
margin-left: 1rem;
}
.mr-4 {
margin-right: 1rem;
}
.mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.mt-8 {
margin-top: 2rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.ml-8 {
margin-left: 2rem;
}
.ml-12 {
margin-left: 3rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
/* =========== PADDING =========== */
.py-0 {
padding-top: 0;
padding-bottom: 0;
}
.pt-03 {
padding-top: 3px;
}
.pt-02 {
padding-top: 2px;
}
.pb-03 {
padding-bottom: 6px;
}
.p-1 {
padding: 0.25rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.pr-2 {
padding-right: 0.5rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.p-4 {
padding: 1rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.pt-4 {
padding-top: 1rem;
}
.p-6 {
padding: 1.5rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.pt-8 {
padding-top: 2rem;
}
.px-8 {
padding-left: 2em;
padding-right: 2rem;
}
/* =========== SIZE =========== */
.min-h-screen {
min-height: 100vh;
}
.h-2 {
height: 0.5rem;
}
.h-5 {
height: 1.25rem;
}
.h-6 {
height: 1.5rem;
}
.h-8 {
height: 2rem;
}
.h-12 {
height: 2.5rem;
}
.h-16 {
height: 4rem;
}
.h-24 {
height: 6rem;
}
.h-90 {
height: calc(100% - 3rem);
}
.h-100 {
height: 100%;
}
.w-5 {
width: 1.25rem;
}
.w-8 {
width: 2rem;
}
.w-24 {
width: 6rem;
}
.w-auto {
width: auto;
}
.w-10 {
width: 10%;
}
.w-15 {
width: 15%;
}
.w-20 {
width: 20%;
}
.w-30 {
width: 30%;
}
.w-50 {
width: 50%;
}
.w-60 {
width: 60%;
}
.w-70 {
width: 70%;
}
.w-80 {
width: 80%;
}
.w-90 {
width: 90%;
}
.w-100 {
width: 100%;
}
.informacion {
font-size: 0.9rem;
}
/* =========== Medias =========== */
@media (min-width: 420px) {
.sm\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sm\:gridcols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.sm\:p-4 {
padding: 1rem;
}
}
@media (min-width: 640px) {
.sm\:gridcols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sm\:rounded-lg {
border-radius: 0.5rem;
}
.sm\:block {
display: block;
}
.sm\:items-center {
align-items: center;
}
.sm\:justify-start {
justify-content: flex-start;
}
.sm\:justify-between {
justify-content: space-between;
}
.sm\:h-20 {
height: 5rem;
}
.sm\:ml-0 {
margin-left: 0;
}
.sm\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.sm\:pt-0 {
padding-top: 0;
}
.sm\:text-left {
text-align: left;
}
.sm\:text-right {
text-align: right;
}
}
@media (min-width: 768px) {
.md\:border-t-0 {
border-top-width: 0;
}
.md\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.md\:grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.md\:gridcols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (min-width: 1024px) {
.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
}
#paginar {
position: relative;
width: 70%;
height: 3rem;
bottom: 0.2rem;
}
#paginar > nav {
display: block;
width: 70%;
height: 2rem;
margin: auto;
justify-content: center;
}
#paginar > nav > div {
margin: auto;
}
#paginar > nav > div > span,
#paginar > nav > div > a {
position: static;
background-color: #aaeeee;
margin: 3px 2px;
padding: 0.3rem 0.5rem;
border-radius: 3px;
font-variant: small-caps;
border: 2px solid #baa945;
}
#paginar > nav > div > span:hover,
#paginar > nav > div > a:hover {
background-color: #00aacc;
color: #fff;
transition: background-color 1s;
}
@media screen and (max-width: 360px) and (orientation: portrait) {
#paginar {
width: 70%;
}
#paginar > nav > div > a,
#paginar > nav > div > span {
padding: 4px 5px 4px 5px;
font-size: 0.8rem;
font-family: "Roboto Condensed", sans-serif;
}
}
/* =========== FONT/Text =========== */
.text-xs {
font-size: 0.75rem;
}
.text-sm {
font-size: 0.875rem;
}
.text-4 {
font-size: 1rem;
}
.text-lg {
font-size: 1.125rem;
}
.text-6 {
font-size: 1.5rem;
}
.text-vw2 {
font-size: 2vw;
}
.text-vw3 {
font-size: 3vw;
}
.l-height {
line-height: 0.5;
margin-top: 7px;
}
.leading-7 {
line-height: 1.75rem;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-justify {
text-align: justify;
}
.font-semibold {
font-weight: 600;
}
.condensed {
font-family: "Roboto Condensed", sans-serif;
}
.sans-serif {
font-family: "Nunito", sans-serif;
}
.underline {
text-decoration: underline;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.text-overflow {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ico-shadow {
text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
}
.smallCaps {
font-variant: small-caps;
}
.pasos-title-1 {
font-size: 3rem;
font-family: "Nunito", sans-serif;
font-variant: small-caps;
}
.pasos-title-2 {
font-size: 2rem;
margin-top: 1rem;
font-weight: 300;
}
.pasos-title-3 {
font-size: 1.2rem;
font-variant: small-caps;
}
@media (max-width: 550px) {
.bt-text-hide {
display: none;
}
}
.t_red {
color: #cc004b;
line-height: 1.2;
}
.ejemplo {
color: #0092b3;
font-family: "Roboto Condensed", sans-serif;
}
.hr {
color: #bfe8e8;
color: #00aacc;
padding-top: 2px;
background-color: #bfe8e8;
background-color: #00aacc;
border: 0px solid;
}
.personalizar {
margin: 3px 3px;
border: 2px solid #baa945;
}
.personalizar summary {
border: 0 solid;
font-variant: small-caps;
background-color: #ffee00;
}
.personalizar .resultado_bt {
border: 2px solid #baa945;
}
/* =========== dev =========== */
.hide-dev {
display: block;
} | 0.345436 | 0.06357 |
body {
font: normal 18px Lato, sans-serif;
color: #454546;
background-color: #ffffff; }
a {
text-decoration: none; }
h2 {
color: #ffffff;
font-size: 48px;
font-weight: 900;
margin: 0; }
h2 span {
padding-bottom: 19px; }
.btn-orange {
text-transform: uppercase;
color: #ffffff;
display: flex;
background-color: #e1aa6e;
border-bottom: 10px solid #ba8e5b;
justify-content: center;
align-items: center;
width: 285px;
height: 60px;
margin-top: 37px; }
.btn-orange:hover {
background-color: #e89c49;
transition: background-color 0.6s ease; }
.btn-blue {
text-transform: uppercase;
color: #ffffff;
display: flex;
background-color: #00b5d2;
border-bottom: 10px solid #008ea5;
vertical-align: center;
justify-content: center;
align-items: center;
width: 285px;
height: 60px;
margin-top: 40px; }
.btn-blue:hover {
background-color: #e89c49;
transition: background-color 0.6s ease; }
.container {
box-sizing: border-box;
width: 100%;
padding-right: 8px;
padding-left: 8px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container {
max-width: 540px; } }
@media (min-width: 768px) {
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container {
max-width: 960px; } }
@media (min-width: 1200px) {
.container {
max-width: 1140px; } }
#hero {
background-image: url(../images/Home_02.png);
min-height: 660px;
background-position: top center;
background-repeat: no-repeat;
padding-top: 200px;
color: #ffffff;
box-sizing: border-box;
text-align: center; }
@media (min-width: 992px) {
#hero {
padding-top: 248px;
text-align: left; } }
#hero p {
line-height: 30px;
padding-top: 20px; }
#hero span {
display: inline-block;
border-bottom: 5px solid #00b5d2; }
#hero a {
margin: auto; }
@media (min-width: 992px) {
#hero a {
margin: 0; } }
.max-width {
max-width: 1200px;
margin: 0 auto; }
.flex {
display: flex;
align-items: center; }
.dropdown {
display: inline-block;
position: relative; }
#header {
width: 100%;
position: absolute;
margin-top: 40px; }
@media (min-width: 992px) {
#header {
margin-top: 0; } }
#header .flex {
flex-wrap: wrap; }
#header .menu {
display: none;
width: 100%; }
#header .menu.show {
display: block; }
#header .menu.show ul {
padding: 20px;
margin-left: -8px;
margin-right: -8px;
line-height: 39px;
position: relative; }
#header .menu.show > ul {
background: rgba(153, 153, 153, 0.8); }
@media (min-width: 992px) {
#header .menu {
margin-left: auto;
display: flex;
width: auto; } }
#header .menu .dropdown-content {
position: relative;
min-width: 150px;
overflow: auto;
line-height: 60px;
text-align: center; }
@media (min-width: 992px) {
#header .menu .dropdown-content {
position: absolute;
box-shadow: 0 0px 12px 0px rgba(0, 181, 210, 0.3);
background-color: #ffffff; } }
#header .menu .dropdown-content:not(.dropdown-show) {
display: none; }
#header .menu .dropdown-content a {
display: block;
color: #454546; }
#header .menu .dropdown-content a:hover {
background-color: #9be4f0; }
#header .menu .dropdown-content a:active {
background-color: #9be4f0; }
#header .menu .dropdown-content ul {
padding: 0px;
margin: 0; }
#header .menu .dropdown-content ul li {
padding: 0;
margin: 0;
display: block; }
#header .menu-toggler {
margin-left: auto;
display: flex;
flex-direction: column;
cursor: pointer;
align-items: stretch;
height: 20px;
width: 20px;
justify-content: space-between; }
@media (min-width: 992px) {
#header .menu-toggler {
display: none; } }
#header .menu-toggler > span {
border-top: 2px solid #454546;
border-bottom: 2px solid #454546;
width: 100%;
transition: all .4s ease;
transform-origin: 100% 50%; }
#header .menu-toggler.close > span {
width: 28.28px; }
#header .menu-toggler.close > span:nth-child(3n) {
transform: rotate(45deg) translate(-4.14px, 7px); }
#header .menu-toggler.close > span:nth-child(3n + 1) {
transform: rotate(-45deg) translate(-4.14px, -7px); }
#header .menu-toggler.close > span:nth-child(3n + 2) {
width: 0; }
#header .logo {
align-items: center; }
#header .logo img {
width: 290px; }
@media (min-width: 992px) {
#header .logo img {
width: 100%; } }
#header li {
list-style: none; }
#header li span a {
color: #454546; }
@media (min-width: 992px) {
#header li span a {
border: 6px solid transparent;
border-width: 6px 0; } }
#header li span a:hover {
border-bottom: none; }
@media (min-width: 992px) {
#header li span a:hover {
border-bottom: 6px solid #00b5d2;
color: #ffffff; } }
@media (min-width: 992px) {
#header li {
display: inline-block;
padding-left: 40px; }
#header li span a {
display: inline-block;
line-height: 90px; } }
#partners .flex {
min-height: 102px;
justify-content: space-between;
flex-direction: column; }
#partners .flex img {
margin: 20px; }
@media (min-width: 992px) {
#partners .flex img {
margin: 0px; } }
@media (min-width: 992px) {
#partners .flex {
flex-flow: row wrap; } }
#age {
min-height: 502px;
text-align: center;
color: #ffffff;
background-color: #00b5d2;
background-image: url(../images/Home_04.png);
background-repeat: no-repeat;
background-position: bottom;
background-size: 100% auto; }
#age h2 {
padding-top: 100px;
padding-bottom: 22px; }
#mbis {
min-height: 362px;
color: #777777;
text-align: center;
padding-top: 40px;
margin-bottom: 40px; }
@media (min-width: 992px) {
#mbis {
padding-top: 69px;
margin-bottom: 0px; } }
#mbis p {
line-height: 30px; }
#mbis .flex {
flex-direction: column; }
#in-home-support {
color: #ffffff;
background-image: url(../images/Home_05.png);
background-repeat: no-repeat;
background-position: center; }
#in-home-support .container {
display: flex;
align-items: flex-end;
justify-content: center;
height: 240px; }
@media (min-width: 992px) {
#in-home-support .container {
min-height: 602px; } }
#in-home-support .container > div {
max-width: calc(90vw - 32px);
width: 756px;
position: relative;
bottom: -48px; }
#join-us {
margin-top: 110px;
min-height: 440px;
background-color: #367ab7;
color: #ffffff;
text-align: center; }
@media (min-width: 992px) {
#join-us {
text-align: left; } }
#join-us a {
margin: auto; }
@media (min-width: 992px) {
#join-us a {
margin: 0; } }
#join-us .join-us-left {
display: none; }
@media (min-width: 992px) {
#join-us .join-us-left {
position: relative;
left: -38px;
display: flex; } }
#join-us .join-us-right {
box-sizing: border-box; }
#join-us .join-us-right p {
line-height: 30px; }
#join-us .join-us-right span {
display: inline-block;
border-bottom: 5px solid #00b5d2; }
#footer {
margin-top: 60px;
border-top: 3px solid #cccccc;
border-bottom: 1px solid #aaaaaa;
text-align: center;
padding-bottom: 40px; }
#footer .flex {
justify-content: space-between;
flex-direction: column; }
#footer p, #footer a {
line-height: 40px;
color: #bdbdbd;
font-size: 14px; }
#footer #mail {
color: #e1aa6e;
font-weight: bold;
font-size: 16px; }
#footer .footer-menu ul {
padding-top: 28px;
padding-bottom: 20px; }
#footer .footer-menu ul li {
list-style: none;
display: block; }
@media (min-width: 992px) {
#footer .footer-menu ul li {
display: inline-block; } }
#footer .footer-menu ul a {
color: #999999;
padding-right: 60px; }
#footer .footer-images img {
padding-right: 40px;
margin-bottom: 50px; }
#copyright {
text-align: center;
color: #aaaaaa;
font-size: 12px;
padding-top: 37px;
padding-bottom: 50px; } | css/style.css | body {
font: normal 18px Lato, sans-serif;
color: #454546;
background-color: #ffffff; }
a {
text-decoration: none; }
h2 {
color: #ffffff;
font-size: 48px;
font-weight: 900;
margin: 0; }
h2 span {
padding-bottom: 19px; }
.btn-orange {
text-transform: uppercase;
color: #ffffff;
display: flex;
background-color: #e1aa6e;
border-bottom: 10px solid #ba8e5b;
justify-content: center;
align-items: center;
width: 285px;
height: 60px;
margin-top: 37px; }
.btn-orange:hover {
background-color: #e89c49;
transition: background-color 0.6s ease; }
.btn-blue {
text-transform: uppercase;
color: #ffffff;
display: flex;
background-color: #00b5d2;
border-bottom: 10px solid #008ea5;
vertical-align: center;
justify-content: center;
align-items: center;
width: 285px;
height: 60px;
margin-top: 40px; }
.btn-blue:hover {
background-color: #e89c49;
transition: background-color 0.6s ease; }
.container {
box-sizing: border-box;
width: 100%;
padding-right: 8px;
padding-left: 8px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container {
max-width: 540px; } }
@media (min-width: 768px) {
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container {
max-width: 960px; } }
@media (min-width: 1200px) {
.container {
max-width: 1140px; } }
#hero {
background-image: url(../images/Home_02.png);
min-height: 660px;
background-position: top center;
background-repeat: no-repeat;
padding-top: 200px;
color: #ffffff;
box-sizing: border-box;
text-align: center; }
@media (min-width: 992px) {
#hero {
padding-top: 248px;
text-align: left; } }
#hero p {
line-height: 30px;
padding-top: 20px; }
#hero span {
display: inline-block;
border-bottom: 5px solid #00b5d2; }
#hero a {
margin: auto; }
@media (min-width: 992px) {
#hero a {
margin: 0; } }
.max-width {
max-width: 1200px;
margin: 0 auto; }
.flex {
display: flex;
align-items: center; }
.dropdown {
display: inline-block;
position: relative; }
#header {
width: 100%;
position: absolute;
margin-top: 40px; }
@media (min-width: 992px) {
#header {
margin-top: 0; } }
#header .flex {
flex-wrap: wrap; }
#header .menu {
display: none;
width: 100%; }
#header .menu.show {
display: block; }
#header .menu.show ul {
padding: 20px;
margin-left: -8px;
margin-right: -8px;
line-height: 39px;
position: relative; }
#header .menu.show > ul {
background: rgba(153, 153, 153, 0.8); }
@media (min-width: 992px) {
#header .menu {
margin-left: auto;
display: flex;
width: auto; } }
#header .menu .dropdown-content {
position: relative;
min-width: 150px;
overflow: auto;
line-height: 60px;
text-align: center; }
@media (min-width: 992px) {
#header .menu .dropdown-content {
position: absolute;
box-shadow: 0 0px 12px 0px rgba(0, 181, 210, 0.3);
background-color: #ffffff; } }
#header .menu .dropdown-content:not(.dropdown-show) {
display: none; }
#header .menu .dropdown-content a {
display: block;
color: #454546; }
#header .menu .dropdown-content a:hover {
background-color: #9be4f0; }
#header .menu .dropdown-content a:active {
background-color: #9be4f0; }
#header .menu .dropdown-content ul {
padding: 0px;
margin: 0; }
#header .menu .dropdown-content ul li {
padding: 0;
margin: 0;
display: block; }
#header .menu-toggler {
margin-left: auto;
display: flex;
flex-direction: column;
cursor: pointer;
align-items: stretch;
height: 20px;
width: 20px;
justify-content: space-between; }
@media (min-width: 992px) {
#header .menu-toggler {
display: none; } }
#header .menu-toggler > span {
border-top: 2px solid #454546;
border-bottom: 2px solid #454546;
width: 100%;
transition: all .4s ease;
transform-origin: 100% 50%; }
#header .menu-toggler.close > span {
width: 28.28px; }
#header .menu-toggler.close > span:nth-child(3n) {
transform: rotate(45deg) translate(-4.14px, 7px); }
#header .menu-toggler.close > span:nth-child(3n + 1) {
transform: rotate(-45deg) translate(-4.14px, -7px); }
#header .menu-toggler.close > span:nth-child(3n + 2) {
width: 0; }
#header .logo {
align-items: center; }
#header .logo img {
width: 290px; }
@media (min-width: 992px) {
#header .logo img {
width: 100%; } }
#header li {
list-style: none; }
#header li span a {
color: #454546; }
@media (min-width: 992px) {
#header li span a {
border: 6px solid transparent;
border-width: 6px 0; } }
#header li span a:hover {
border-bottom: none; }
@media (min-width: 992px) {
#header li span a:hover {
border-bottom: 6px solid #00b5d2;
color: #ffffff; } }
@media (min-width: 992px) {
#header li {
display: inline-block;
padding-left: 40px; }
#header li span a {
display: inline-block;
line-height: 90px; } }
#partners .flex {
min-height: 102px;
justify-content: space-between;
flex-direction: column; }
#partners .flex img {
margin: 20px; }
@media (min-width: 992px) {
#partners .flex img {
margin: 0px; } }
@media (min-width: 992px) {
#partners .flex {
flex-flow: row wrap; } }
#age {
min-height: 502px;
text-align: center;
color: #ffffff;
background-color: #00b5d2;
background-image: url(../images/Home_04.png);
background-repeat: no-repeat;
background-position: bottom;
background-size: 100% auto; }
#age h2 {
padding-top: 100px;
padding-bottom: 22px; }
#mbis {
min-height: 362px;
color: #777777;
text-align: center;
padding-top: 40px;
margin-bottom: 40px; }
@media (min-width: 992px) {
#mbis {
padding-top: 69px;
margin-bottom: 0px; } }
#mbis p {
line-height: 30px; }
#mbis .flex {
flex-direction: column; }
#in-home-support {
color: #ffffff;
background-image: url(../images/Home_05.png);
background-repeat: no-repeat;
background-position: center; }
#in-home-support .container {
display: flex;
align-items: flex-end;
justify-content: center;
height: 240px; }
@media (min-width: 992px) {
#in-home-support .container {
min-height: 602px; } }
#in-home-support .container > div {
max-width: calc(90vw - 32px);
width: 756px;
position: relative;
bottom: -48px; }
#join-us {
margin-top: 110px;
min-height: 440px;
background-color: #367ab7;
color: #ffffff;
text-align: center; }
@media (min-width: 992px) {
#join-us {
text-align: left; } }
#join-us a {
margin: auto; }
@media (min-width: 992px) {
#join-us a {
margin: 0; } }
#join-us .join-us-left {
display: none; }
@media (min-width: 992px) {
#join-us .join-us-left {
position: relative;
left: -38px;
display: flex; } }
#join-us .join-us-right {
box-sizing: border-box; }
#join-us .join-us-right p {
line-height: 30px; }
#join-us .join-us-right span {
display: inline-block;
border-bottom: 5px solid #00b5d2; }
#footer {
margin-top: 60px;
border-top: 3px solid #cccccc;
border-bottom: 1px solid #aaaaaa;
text-align: center;
padding-bottom: 40px; }
#footer .flex {
justify-content: space-between;
flex-direction: column; }
#footer p, #footer a {
line-height: 40px;
color: #bdbdbd;
font-size: 14px; }
#footer #mail {
color: #e1aa6e;
font-weight: bold;
font-size: 16px; }
#footer .footer-menu ul {
padding-top: 28px;
padding-bottom: 20px; }
#footer .footer-menu ul li {
list-style: none;
display: block; }
@media (min-width: 992px) {
#footer .footer-menu ul li {
display: inline-block; } }
#footer .footer-menu ul a {
color: #999999;
padding-right: 60px; }
#footer .footer-images img {
padding-right: 40px;
margin-bottom: 50px; }
#copyright {
text-align: center;
color: #aaaaaa;
font-size: 12px;
padding-top: 37px;
padding-bottom: 50px; } | 0.368519 | 0.045607 |
body{
touch-action: none;
}
h1, h2, h3, h4, h5, h6{
margin: 0.5rem 0 !important;
}
.main{
display: flex;
flex-direction: column;
height: 100%;
}
.oneboard{
height: 100%;
display: flex;
flex-direction: column;
position: relative;
}
.moodboard{
overflow: hidden;
flex: 1;
border: solid 1px #333333;
background-color: #eeeeee;
position: relative;
}
.controller{
background-color: #333333;
border-radius: 10px;
padding: 5px;
color: white;
}
.moodboard_main_controller{
position: absolute;
width: 50px;
height: 195px;
left: 10px;
top: 10px;
}
.moodboard_search_pane{
position: absolute;
width: calc(100% - 20px);
bottom: 0px;
left: 10px;
height: 42%;
min-height: 200px;
}
.moodboard_search_pane_open{
position: absolute;
cursor: default;
width: 180px;
height: 30px;
bottom: 0px;
left: 10px;
line-height: 18px;
text-align: center;
}
.moodboard_search_pane_subpane{
height: calc(100% - 30px);
}
.moodboard_search_pane_subpane_div{
height: 100%;
padding: 3px;
border: solid 1px white;
border-radius: 5px;
}
.moodboard_search_pane_close{
height: 27px;
border: solid 1px white;
border-radius: 10px;
padding: 3px;
width: fit-content;
}
.moodboard_image_add_controller{
position: absolute;
width: 360px;
height: 150px;
left: 70px;
top: 10px;
}
.moodboard_color_add_controller{
position: absolute;
width: 110px;
height: 45px;
left: 70px;
top: 10px;
}
.controller_button{
margin-bottom: 5px;
width: 40px;
height: 40px;
font-size: 40px;
text-align: center;
color: white;
cursor: default;
}
.controller_button_icon{
font-size: 40px;
}
.boardrender{
overflow: hidden;
background-color: white;
position: absolute;
}
.sketchpad{
overflow: hidden;
flex: 1;
border: solid 1px #333333;
background-color: #eeeeee;
position: relative;
}
.moodboard_textbox{
border: solid 0px transparent;
resize: none;
overflow: hidden;
padding: 0px;
white-space: nowrap;
/* overflow-wrap: unset; */
line-break: unset;
/* word-wrap: none; */
}
.select_disabled{
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
.textSelectdisabled{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
cursor: default;
}
.select_disabled::selection{
background:transparent
}
.sketchpad_main_controller{
position: absolute;
width: 50px;
height: 270px;
left: 10px;
top: 10px;
}
.sketchpad_main_controllerAI{
position: absolute;
width: 50px;
height: 312px;
left: 10px;
top: 10px;
}
.sketchpad_layer_controller{
position: absolute;
width: 50px;
height: 390px;
padding-top: 10px;
padding-bottom: 10px;
right: 10px;
top: 10px;
}
.layer_box::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.layer_box {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.sketchpad_brush_controller{
position: absolute;
width: 50px;
height: 100px;
left: 60px;
top: 0px;
}
.sketchpad_brush_size_controller{
position: absolute;
width: 200px;
height: 200px;
left: 60px;
top: 0px;
}
input[type=range][orient=vertical]
{
writing-mode: bt-lr; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
height: 184px;
padding: 0 0px;
margin: 0;
}
.sketchpad_erase_controller{
position: absolute;
width: 50px;
height: 45px;
left: 60px;
top: 0px;
}
.sketchpad_style_controller{
position: absolute;
width: 314px;
height: 46px;
left: 60px;
top: 0px;
}
.sketchpad_style_controller2{
position: absolute;
width: calc(100% - 20px);
height: 45%;
left: 10px;
bottom: 0px;
}
.sketchpad_erase_size_controller{
position: absolute;
width: 200px;
height: 200px;
left: 60px;
top: 0px;
}
.brush_cursor{
/* cursor: url('/static/brush.png'), auto; */
}
.login{
text-align: center;
width: 300px;
height: 330px;
border: solid 4px #333333;
display: block;
margin: auto;
position: relative;
top: calc(50% - 165px);
padding: 20px;
}
.collaborator_badge{
border: solid 1px black;
padding: 3px;
margin-right: 3px;
}
.collaborator_badge_remove{
color: red;
}
.collaboratorCursor{
width: 50px;
height: 10px;
position: absolute;
/* background-color: black; */
pointer-events: none;
}
.undo_controller{
position: absolute;
right: 70px;
top: 10px;
cursor: pointer;
}
.tiny-btn{
font-size: 12px;
padding: 3px;
height: fit-content;
line-height: inherit;
}
.colorHandle{
padding: 0;
width: 100%;
height: 20px;
}
.withCircle{
border-radius: 50%;
width: 36px;
height: 36px;
font-size: 20px;
line-height: 100%;
background: #fff;
border: 2px solid #666;
color: #666;
text-align: center;
}
.search-panel-tab{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.panel_collapser{
position:absolute;
height: 65px;
width: 20px;
background-color: #000000;
color: white;
text-align: center;
vertical-align: center;
padding-top: 19px;
} | client/style.css | body{
touch-action: none;
}
h1, h2, h3, h4, h5, h6{
margin: 0.5rem 0 !important;
}
.main{
display: flex;
flex-direction: column;
height: 100%;
}
.oneboard{
height: 100%;
display: flex;
flex-direction: column;
position: relative;
}
.moodboard{
overflow: hidden;
flex: 1;
border: solid 1px #333333;
background-color: #eeeeee;
position: relative;
}
.controller{
background-color: #333333;
border-radius: 10px;
padding: 5px;
color: white;
}
.moodboard_main_controller{
position: absolute;
width: 50px;
height: 195px;
left: 10px;
top: 10px;
}
.moodboard_search_pane{
position: absolute;
width: calc(100% - 20px);
bottom: 0px;
left: 10px;
height: 42%;
min-height: 200px;
}
.moodboard_search_pane_open{
position: absolute;
cursor: default;
width: 180px;
height: 30px;
bottom: 0px;
left: 10px;
line-height: 18px;
text-align: center;
}
.moodboard_search_pane_subpane{
height: calc(100% - 30px);
}
.moodboard_search_pane_subpane_div{
height: 100%;
padding: 3px;
border: solid 1px white;
border-radius: 5px;
}
.moodboard_search_pane_close{
height: 27px;
border: solid 1px white;
border-radius: 10px;
padding: 3px;
width: fit-content;
}
.moodboard_image_add_controller{
position: absolute;
width: 360px;
height: 150px;
left: 70px;
top: 10px;
}
.moodboard_color_add_controller{
position: absolute;
width: 110px;
height: 45px;
left: 70px;
top: 10px;
}
.controller_button{
margin-bottom: 5px;
width: 40px;
height: 40px;
font-size: 40px;
text-align: center;
color: white;
cursor: default;
}
.controller_button_icon{
font-size: 40px;
}
.boardrender{
overflow: hidden;
background-color: white;
position: absolute;
}
.sketchpad{
overflow: hidden;
flex: 1;
border: solid 1px #333333;
background-color: #eeeeee;
position: relative;
}
.moodboard_textbox{
border: solid 0px transparent;
resize: none;
overflow: hidden;
padding: 0px;
white-space: nowrap;
/* overflow-wrap: unset; */
line-break: unset;
/* word-wrap: none; */
}
.select_disabled{
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
.textSelectdisabled{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
cursor: default;
}
.select_disabled::selection{
background:transparent
}
.sketchpad_main_controller{
position: absolute;
width: 50px;
height: 270px;
left: 10px;
top: 10px;
}
.sketchpad_main_controllerAI{
position: absolute;
width: 50px;
height: 312px;
left: 10px;
top: 10px;
}
.sketchpad_layer_controller{
position: absolute;
width: 50px;
height: 390px;
padding-top: 10px;
padding-bottom: 10px;
right: 10px;
top: 10px;
}
.layer_box::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.layer_box {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.sketchpad_brush_controller{
position: absolute;
width: 50px;
height: 100px;
left: 60px;
top: 0px;
}
.sketchpad_brush_size_controller{
position: absolute;
width: 200px;
height: 200px;
left: 60px;
top: 0px;
}
input[type=range][orient=vertical]
{
writing-mode: bt-lr; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
height: 184px;
padding: 0 0px;
margin: 0;
}
.sketchpad_erase_controller{
position: absolute;
width: 50px;
height: 45px;
left: 60px;
top: 0px;
}
.sketchpad_style_controller{
position: absolute;
width: 314px;
height: 46px;
left: 60px;
top: 0px;
}
.sketchpad_style_controller2{
position: absolute;
width: calc(100% - 20px);
height: 45%;
left: 10px;
bottom: 0px;
}
.sketchpad_erase_size_controller{
position: absolute;
width: 200px;
height: 200px;
left: 60px;
top: 0px;
}
.brush_cursor{
/* cursor: url('/static/brush.png'), auto; */
}
.login{
text-align: center;
width: 300px;
height: 330px;
border: solid 4px #333333;
display: block;
margin: auto;
position: relative;
top: calc(50% - 165px);
padding: 20px;
}
.collaborator_badge{
border: solid 1px black;
padding: 3px;
margin-right: 3px;
}
.collaborator_badge_remove{
color: red;
}
.collaboratorCursor{
width: 50px;
height: 10px;
position: absolute;
/* background-color: black; */
pointer-events: none;
}
.undo_controller{
position: absolute;
right: 70px;
top: 10px;
cursor: pointer;
}
.tiny-btn{
font-size: 12px;
padding: 3px;
height: fit-content;
line-height: inherit;
}
.colorHandle{
padding: 0;
width: 100%;
height: 20px;
}
.withCircle{
border-radius: 50%;
width: 36px;
height: 36px;
font-size: 20px;
line-height: 100%;
background: #fff;
border: 2px solid #666;
color: #666;
text-align: center;
}
.search-panel-tab{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.panel_collapser{
position:absolute;
height: 65px;
width: 20px;
background-color: #000000;
color: white;
text-align: center;
vertical-align: center;
padding-top: 19px;
} | 0.475849 | 0.071851 |
.mModal{position:fixed;left:0;top:0;width:100%;
background-color:rgba(0,0,0,.5);}
.mModal>a{display:block;}
/*对话框 > .footFix*/
.mDialog, .mDialog *{margin:0;padding:0;}
.mDialog{width:205px;
position:fixed;bottom:auto;top:0;left:0;
background-color:rgba(0,0,0,.7); box-shadow:0 0 10px rgba(0,0,0,.5);
padding:25px;
}
.mDialog>figure{height:42px;margin-top:5px;margin-bottom:15px;
background-repeat:no-repeat;background-position:50% 0;
-webkit-background-size:42px 42px;background-size:42px 42px;}
.mDialog>figure.succ{background-image:url('../images/mdlg_icon_succ.png');}
.mDialog>figure.warn{}
.mDialog>figure.fail{}
.mDialog>h1,
.mDialog>h2,
.mDialog>h3{font-weight:normal;}
.mDialog>h1{font-size:20px;color:#fff;text-align:center;line-height:25px;width:215px;margin:-5px -5px 0 -5px;padding:8px 0 17px 0;}
.mDialog>h2{font-size:15px;color:#fff;text-align:left;line-height:23px;padding-bottom:17px;}
.mDialog>h3{font-size:13px;color:#00b900;text-align:center;line-height:14px;padding:3px 0 17px 0;}
.mDialog>footer{width:205px;height:37px;margin-top:3px;}
.mDialog>footer a,
.mDialog>footer a:visited{display:inline-block;height:37px;line-height:37px;
float:left;text-align:center;font-size:16px;color:#fff;
background-color:#38b766; -webkit-border-radius:3px; border-radius:3px;
text-decoration:none;
}
.mDialog>footer a.one{width:205px;}
.mDialog>footer a.two{width:97px;}
.mDialog>footer a.two:nth-of-type(2){float:right;}
.mDialog>footer a:active,
.mDialog>footer a.off{background-color:#bebebe}
.mDialog>a.x{display:inline-block;width:27px;height:27px;text-indent:-9999px;
background:url('../images/mdlg_btn_x.png') no-repeat 0 0;
-webkit-background-size:27px 27px;background-size:27px 27px;
position:absolute;top:-9px;right:-11px;
}
/*提示框 > .footFix*/
.mNotice, .mNotice *{margin:0;padding:0;}
.mNotice{width:255px;text-align:center;
position:fixed;bottom:auto;top:0;left:0;
background-color:rgba(0,0,0,.7); box-shadow:0 0 10px rgba(0,0,0,.5);
padding:30px 0;
}
.mNotice>span{color:#fff;font-size:20px;line-height:27px;margin:0 auto;display:inline-block;}
.mNotice>span.succ,
.mNotice>span.warn,
.mNotice>span.fail{padding-left:35px;
background-repeat:no-repeat;background-position:0 0;
-webkit-background-size:27px 27px;background-size:27px 27px;}
.mNotice>span.succ{background-image:url('../images/mntc_icon_succ.png');}
.mNotice>span.warn{}
.mNotice>span.fail{}
/*图片弹出 > .footFix*/
.mImgPopup, .mImgPopup *{margin:0;padding:0;}
.mImgPopup{text-align:center;
position:fixed;bottom:auto;top:0;left:0;
background-color:rgba(0,0,0,.8); box-shadow:0 0 10px rgba(0,0,0,.5);
}
.mImgPopup,
.mImgPopup>figure{width:150px;height:150px;}
.mImgPopup>figure{
background:url('../images/loading.gif') no-repeat 50% 50%;
-webkit-background-size:50px 50px;background-size:50px 50px;}
.mImgPopup>a.x{display:inline-block;width:27px;height:27px;text-indent:-9999px;
background:url('../images/mdlg_btn_x.png') no-repeat 0 0;
-webkit-background-size:27px 27px;background-size:27px 27px;
position:absolute;top:-9px;right:-11px;
}
/*loading提示*/
#mLoading{position:absolute;left:0;top:60px;z-index:9999;}
#mLoading,
#mLoading .lbk,
#mLoading .lcont{width:146px;}
#mLoading .lbk,
#mLoading .lcont{position:relative;}
#mLoading .lbk{height:146px;background-color:rgba(0,0,0,.5);border-radius:10px;z-index:0;}
#mLoading .lcont{text-align:center;color:#f5f5f5;font-size:14px;line-height:35px;z-index:1;
margin-top:-146px;padding-top:90px;height:56px;
background:url('../images/loading.gif') no-repeat 50% 50%;
-webkit-background-size:35px 35px;background-size:35px 35px;} | MxWeiXinPF.Web/weixin/sjb/css/wei_dialog.css | .mModal{position:fixed;left:0;top:0;width:100%;
background-color:rgba(0,0,0,.5);}
.mModal>a{display:block;}
/*对话框 > .footFix*/
.mDialog, .mDialog *{margin:0;padding:0;}
.mDialog{width:205px;
position:fixed;bottom:auto;top:0;left:0;
background-color:rgba(0,0,0,.7); box-shadow:0 0 10px rgba(0,0,0,.5);
padding:25px;
}
.mDialog>figure{height:42px;margin-top:5px;margin-bottom:15px;
background-repeat:no-repeat;background-position:50% 0;
-webkit-background-size:42px 42px;background-size:42px 42px;}
.mDialog>figure.succ{background-image:url('../images/mdlg_icon_succ.png');}
.mDialog>figure.warn{}
.mDialog>figure.fail{}
.mDialog>h1,
.mDialog>h2,
.mDialog>h3{font-weight:normal;}
.mDialog>h1{font-size:20px;color:#fff;text-align:center;line-height:25px;width:215px;margin:-5px -5px 0 -5px;padding:8px 0 17px 0;}
.mDialog>h2{font-size:15px;color:#fff;text-align:left;line-height:23px;padding-bottom:17px;}
.mDialog>h3{font-size:13px;color:#00b900;text-align:center;line-height:14px;padding:3px 0 17px 0;}
.mDialog>footer{width:205px;height:37px;margin-top:3px;}
.mDialog>footer a,
.mDialog>footer a:visited{display:inline-block;height:37px;line-height:37px;
float:left;text-align:center;font-size:16px;color:#fff;
background-color:#38b766; -webkit-border-radius:3px; border-radius:3px;
text-decoration:none;
}
.mDialog>footer a.one{width:205px;}
.mDialog>footer a.two{width:97px;}
.mDialog>footer a.two:nth-of-type(2){float:right;}
.mDialog>footer a:active,
.mDialog>footer a.off{background-color:#bebebe}
.mDialog>a.x{display:inline-block;width:27px;height:27px;text-indent:-9999px;
background:url('../images/mdlg_btn_x.png') no-repeat 0 0;
-webkit-background-size:27px 27px;background-size:27px 27px;
position:absolute;top:-9px;right:-11px;
}
/*提示框 > .footFix*/
.mNotice, .mNotice *{margin:0;padding:0;}
.mNotice{width:255px;text-align:center;
position:fixed;bottom:auto;top:0;left:0;
background-color:rgba(0,0,0,.7); box-shadow:0 0 10px rgba(0,0,0,.5);
padding:30px 0;
}
.mNotice>span{color:#fff;font-size:20px;line-height:27px;margin:0 auto;display:inline-block;}
.mNotice>span.succ,
.mNotice>span.warn,
.mNotice>span.fail{padding-left:35px;
background-repeat:no-repeat;background-position:0 0;
-webkit-background-size:27px 27px;background-size:27px 27px;}
.mNotice>span.succ{background-image:url('../images/mntc_icon_succ.png');}
.mNotice>span.warn{}
.mNotice>span.fail{}
/*图片弹出 > .footFix*/
.mImgPopup, .mImgPopup *{margin:0;padding:0;}
.mImgPopup{text-align:center;
position:fixed;bottom:auto;top:0;left:0;
background-color:rgba(0,0,0,.8); box-shadow:0 0 10px rgba(0,0,0,.5);
}
.mImgPopup,
.mImgPopup>figure{width:150px;height:150px;}
.mImgPopup>figure{
background:url('../images/loading.gif') no-repeat 50% 50%;
-webkit-background-size:50px 50px;background-size:50px 50px;}
.mImgPopup>a.x{display:inline-block;width:27px;height:27px;text-indent:-9999px;
background:url('../images/mdlg_btn_x.png') no-repeat 0 0;
-webkit-background-size:27px 27px;background-size:27px 27px;
position:absolute;top:-9px;right:-11px;
}
/*loading提示*/
#mLoading{position:absolute;left:0;top:60px;z-index:9999;}
#mLoading,
#mLoading .lbk,
#mLoading .lcont{width:146px;}
#mLoading .lbk,
#mLoading .lcont{position:relative;}
#mLoading .lbk{height:146px;background-color:rgba(0,0,0,.5);border-radius:10px;z-index:0;}
#mLoading .lcont{text-align:center;color:#f5f5f5;font-size:14px;line-height:35px;z-index:1;
margin-top:-146px;padding-top:90px;height:56px;
background:url('../images/loading.gif') no-repeat 50% 50%;
-webkit-background-size:35px 35px;background-size:35px 35px;} | 0.130521 | 0.039713 |
/* ==========================================================================
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);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
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;
-webkit-clip-path: none;
clip-path: none;
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:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
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;
}
}
/* ==========================================================================
Game styles
========================================================================== */
body {
width: 100%;
height: 100%;
position: absolute;
background: black;
overflow: hidden;
}
#viewport {
width: 384px;
height: 224px;
background: blue;
position: fixed;
overflow: hidden;
border: 6px solid black;
margin: auto;
position: relative;
image-rendering: pixelated;
image-rendering: optimizeSpeed;
-webkit-font-smoothing: none;
font-smooth: never;
text-rendering: optimizeSpeed;
}
#canvas {
width: 100%;
height: 100%;
top: 0;
position: absolute;
display: none;
}
#start-button-layer {
width: 100%;
height: 100%;
top: 0;
position: fixed;
font-family: monospace;
letter-spacing: 2px;
font-size: 24px;
background-color: rgba(0, 0, 0, 0.6);
text-shadow: 1px 1px 0px #846bff;
color: #ffe500;
font-weight: 900;
z-index: 2;
text-transform: uppercase;
text-align: center;
}
#start-button-layer .message {
position: absolute;
width: 100%;
top: calc(100% - 52px);
}
#control-layer {
width: 100%;
height: 100%;
bottom: 0;
left: 0;
position: fixed;
}
#mobile-game-title,
#mobile-game-subtitle {
display: none;
}
.control-button {
width: 60px;
height: 60px;
background-color: rgba(0, 0, 0, 0.5);
position: fixed;
border-radius: 50%;
border: 3px solid rgb(255, 255, 255);
background-size: 32px;
background-position: center;
background-repeat: no-repeat;
opacity: 0.6;
box-shadow: 0 0 2px 0px rgba(255,255,255, 1);
}
.control-button:active {
opacity: 1;
}
.control-button.small {
width: 42px;
height: 42px;
background-size: 24px;
}
@media(min-width: 768px) {
.control-button {
display: none;
}
}
#button-punch {
right: 88px;
bottom: 24px;
background-image: url('../img/icons/punch.png');
}
#button-block {
right: 34px;
bottom: 84px;
background-image: url('../img/icons/block.png');
}
#button-jump {
right: 142px;
bottom: 84px;
background-image: url('../img/icons/jump.png');
}
#button-right {
left: 142px;
bottom: 84px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#ffffff" d="M4,15V9H12V4.16L19.84,12L12,19.84V15H4Z" /></svg>');
}
#button-left {
left: 34px;
bottom: 84px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#ffffff" d="M20,9V15H12V19.84L4.16,12L12,4.16V9H20Z" /></svg>');
}
#button-bottom {
left: 88px;
bottom: 24px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#ffffff" d="M9,4H15V12H19.84L12,19.84L4.16,12H9V4Z" /></svg>');
}
#button-top {
left: 88px;
bottom: 144px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#ffffff" d="M15,20H9V12H4.16L12,4.16L19.84,12H15V20Z" /></svg>');
}
#button-autoplay {
right: 34px;
top: 24px;
}
#button-autoplay:after {
content: 'A';
font-family: sans-serif;
color: white;
font-size: 28px;
text-align: center;
margin-left: 11px;
line-height: 42px;
font-weight: 900;
}
@media(max-width: 450px) {
.control-button {
width: 42px;
height: 42px;
background-size: 24px;
}
.control-button.small {
width: 36px;
height: 36px;
background-size: 18px;
}
#button-punch {
right: 58px;
bottom: 86px;
}
#button-block {
right: 18px;
bottom: 126px;
}
#button-jump {
right: 98px;
bottom: 126px;
}
#button-right {
left: 98px;
bottom: 126px;
}
#button-left {
left: 18px;
bottom: 126px;
}
#button-bottom {
left: 58px;
bottom: 86px;
}
#button-top {
left: 58px;
bottom: 166px;
}
#button-autoplay {
right: 18px;
top: 200px;
}
#button-autoplay:after {
font-size: 24px;
margin-left: 9px;
line-height: 36px;
}
@media(min-height: 500px) {
#viewport {
border: 12px solid black;
border-radius: 18px;
border-bottom-width: 48px;
border-top-width: 28px;
}
#start-button-layer {
font-size: 18px;
}
#gloss-layer {
box-shadow: inset 0px 2px 10px -1px rgba(0, 0, 0, 0.8), inset 26px 0 64px -8px rgba(255, 255, 255, 0.1), inset 0px -2px 10px -1px rgba(0, 0, 0, 0.8), inset -26px 0 64px -8px rgba(255, 255, 255, 0.1);
position: fixed;
height: 100%;
width: 100%;
top: 0;
display: none;
}
#control-layer {
position: relative;
background: #1e3c72;
background: -webkit-linear-gradient(to bottom, #2a5298, #1e3c72);
background: linear-gradient(to bottom, #2a5298, #1e3c72);
box-shadow: inset 0px 1px 10px -1px rgba(0, 0, 0, 0.7), inset 26px -14px 64px -8px rgba(255, 255, 255, 0.1), inset 0px -2px 10px -1px rgba(0, 0, 0, 0), inset -26px -14px 64px -8px rgba(255, 255, 255, 0.1), inset 0px 8px 4px -5px rgba(255, 255, 255, 0.15);
}
.control-button {
box-shadow: 0px 3px 3px rgba(170, 170, 170, 0.6), inset 0px 2px 3px #fff;
opacity: 1;
display: block;
border: 3px solid transparent;
}
.control-button:before {
content: "";
display: block;
background: #294d8e;
border-top: 2px solid #204077;
position: absolute;
top: -8px;
left: -8px;
bottom: -8px;
right: -8px;
z-index: 0;
border-radius: 50%;
box-shadow: inset 0px 8px 48px #204179;
}
.control-button:after {
content: "";
position: absolute;
background-color: #343434;
background-image: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#171717));
background-image: -webkit-linear-gradient(top, #4a4a4a, #171717);
background-image: -moz-linear-gradient(top, #4a4a4a, #171717);
background-image: -ms-linear-gradient(top, #4a4a4a, #171717);
background-image: -o-linear-gradient(top, #4a4a4a, #171717);
box-shadow: 0px 3px 8px #000,
inset 0px 2px 3px #626262,
inset 2px 2px 1px -2px #ffffff,
inset 0px -2px 3px #000000,
0px 0px 0px 2px rgb(14, 37, 78);
opacity: 1;
border: none;
background-size: auto;
background-repeat: unset;
display: block;
z-index: 1;
width: 42px;
height: 42px;
border-radius: 50%;
transition: all 0.1s;
}
.control-button:active:after {
background-color: #252525;
background-image: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#1c1c1c));
background-image: -webkit-linear-gradient(top, #474747, #1c1c1c);
background-image: -moz-linear-gradient(top, #474747, #1c1c1c);
background-image: -ms-linear-gradient(top, #474747, #1c1c1c);
background-image: -o-linear-gradient(top, #474747, #1c1c1c);
box-shadow: 0px 1px 4px #000,
inset 0px 1px 2px #626262,
inset 0px -1px 2px #000000,
0px 0px 0px 2px rgb(14, 37, 78);
}
.control-button .button-icon {
background-size: 20px;
background-position: center;
background-repeat: no-repeat;
height: 42px;
width: 42px;
position: absolute;
z-index: 2;
opacity: 0.7;
margin-top: -1px;
}
.control-button:active .button-icon {
margin-top: 0px;
}
#button-punch .button-icon {
background-image: url('../img/icons/punch.png');
filter: brightness(0.05);
}
#button-block .button-icon {
background-image: url('../img/icons/block.png');
filter: brightness(0.05);
}
#button-jump .button-icon {
background-image: url('../img/icons/jump.png');
filter: brightness(0.05);
}
#button-right .button-icon {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#0a0a0a" d="M4,15V9H12V4.16L19.84,12L12,19.84V15H4Z" /></svg>');
}
#button-left .button-icon {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#0a0a0a" d="M20,9V15H12V19.84L4.16,12L12,4.16V9H20Z" /></svg>');
}
#button-bottom .button-icon {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#0a0a0a" d="M9,4H15V12H19.84L12,19.84L4.16,12H9V4Z" /></svg>');
}
#button-top .button-icon {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#0a0a0a" d="M15,20H9V12H4.16L12,4.16L19.84,12H15V20Z" /></svg>');
}
#button-autoplay {
right: 18px;
top: 10px;
position: absolute;
box-shadow: 0px 1px 2px rgba(170, 170, 170, 0.2), inset 0px 2px 3px rgb(255, 255, 255);
}
#button-autoplay:after {
font-size: 18px;
margin-left: 3px;
line-height: 28px;
margin-top: 3px;
height: 30px;
width: 30px;
color: rgba(0,0,0, 0.7);
}
#button-autoplay:before {
margin-left: 4px;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
.control-button.direction-button {
border-radius: 0;
border-color: transparent;
background-color: transparent;
box-shadow: none;
}
.control-button.direction-button:before {
border-radius: 12px;
}
.control-button.direction-button:after {
border-radius: 4px;
background: #343434;
}
.control-button.direction-button:active:after {
background: #343434;
}
#button-right {
margin-left: -8px;
}
#button-left {
margin-left: 8px;
}
#button-top {
margin-bottom: -8px;
}
#button-bottom {
margin-bottom: 8px;
}
#button-right:before, #button-left:before {
top: -2px;
bottom: -2px;
}
#button-top:before, #button-bottom:before {
left: -2px;
right: -2px;
}
#button-right:before {
left: 4px;
}
#button-left:before {
right: 4px;
}
#button-top:before {
bottom: 4px;
}
#button-bottom:before {
top: 6px;
}
#button-right:after, #button-left:after {
height: 30px;
margin-top: 6px;
width: 38px;
margin-left: 2px;
}
#button-top:after, #button-bottom:after {
width: 30px;
margin-left: 6px;
height: 38px;
margin-top: 2px;
}
#button-right:after {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
#button-left:after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
#button-top:after {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#button-bottom:after {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#direction-buttons-connector {
position: fixed;
width: 29px;
height: 40px;
bottom: 131px;
left: 68px;
background: #343434;
}
#direction-buttons-connector-2 {
position: fixed;
width: 36px;
height: 24px;
bottom: 138px;
left: 64px;
background: #343434;
}
#direction-buttons-connector-3 {
position: fixed;
width: 12px;
height: 16px;
bottom: 150px;
left: 64px;
background: #343434;
border-top-left-radius: 4px;
}
#direction-buttons-connector-3:after {
content: '';
position: absolute;
width: 20px;
height: 20px;
background: rgba(32, 33, 33, 0.5);
border-radius: 50%;
left: 8px;
top: 5px;
box-shadow: inset 1px 3px 9px rgba(0, 0, 0, 0.4), inset -1px -1px 3px -1px rgba(255, 255, 255, 0.4);
}
#mobile-game-title {
display: block;
text-align: center;
position: absolute;
width: 100%;
margin-top: -25px;
color: rgba(255, 255, 255, 0.32);
font-family: sans-serif;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
font-style: italic;
text-shadow: 0px 0px 1px rgba(177, 177, 177, 0.7);
}
#mobile-game-subtitle {
display: block;
text-align: center;
position: absolute;
width: 60px;
margin-top: 14px;
margin-left: calc(50% - 30px);
color: rgba(22, 49, 95, 0.67);
line-height: 13px;
font-family: sans-serif;
font-weight: bold;
font-size: 10px;
border: 2px solid rgba(22, 49, 95, 0.48);
border-radius: 50px;
box-shadow: inset 1px 1px 4px -1px rgba(255, 255, 255, 0.2), 1px 1px 2px -1px rgba(255, 255, 255, 0.2);
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.05), 1px 1px 0px rgba(255, 255, 255, 0.05);
}
#autoplay-indicator {
position: absolute;
right: 33px;
background: #989898;
background-image: -webkit-linear-gradient(top, #989898, #656565);
border-radius: 50%;
width: 12px;
height: 12px;
margin-top: -23px;
box-shadow: 0px 0px 8px 3px rgba(255, 6, 0, 0), inset 1px 1px 2px -1px rgba(255, 255, 255, 0.6), inset 0px -1px 6px -2px rgba(0, 0, 0, 0.4);
opacity: 0.6;
}
#autoplay-indicator[data-active=true] {
background: red;
background-image: -webkit-linear-gradient(top, #ff5555, #ef0000);
box-shadow: 0px 0px 8px 3px rgba(255, 6, 0, 0.7), inset 1px 1px 2px -1px rgb(255, 255, 255), inset 0px -1px 6px -2px rgba(0, 0, 0, 0.4);
opacity: 1;
}
}
}
#game-layer {
width: 100%;
height: 100%;
position: absolute;
transition: 0s left;
transform-origin: bottom center;
}
#stage-background {
width: 100%;
height: 100%;
top: -20px;
position: absolute;
background: #cedcff;
}
#stage-background-decoration {
width: 100%;
height: 70%;
bottom: 25%;
position: absolute;
background: transparent;
}
#stage-floor {
width: 100%;
height: 25%;
position: absolute;
bottom: 0;
background: #6ec082;
}
.skewline {
height: 100%;
border-right: 1px solid black;
width: 30px;
display: inline-block;
}
#stage-floor-decoration {
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
background: transparent;
}
#stage-floor-decoration-2 {
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
background: transparent;
}
#game-layer[data-stage="stage_1"] #stage-background {
background-image: url(../img/stages/stage_1.png);
background-position: -110px -18px;
background-repeat: no-repeat;
background-size: 700px;
}
#game-layer[data-stage="stage_1"] #stage-background-decoration {
background-image: url(../img/stages/stage_1.png);
background-position: -120px -360px;
background-repeat: no-repeat;
background-size: 750px;
}
#game-layer[data-stage="stage_1"] #stage-floor {
background-image: url(../img/stages/stage_1.png);
background-position: -60px -236px;
background-repeat: no-repeat;
background-size: 750px;
}
#game-layer[data-stage="stage_1"] #stage-floor-decoration {
background-image: url(../img/stages/stage_1.png);
background-position: -60px -514px;
background-repeat: no-repeat;
background-size: 750px;
height: 100px;
bottom: 0px;
}
#game-layer[data-stage="stage_1"] #stage-floor-decoration-2 {
background-image: url(../img/stages/stage_1.png);
background-position: -62px -656px;
background-repeat: no-repeat;
background-size: 750px;
height: 24px;
bottom: 96px;
}
/* ========================= */
/* Status Layer */
/* ========================= */
#status-layer {
width: 100%;
height: 100%;
position: absolute;
}
#status-layer #status-header {
width: calc(100% - 8px);
height: 160px;
padding: 4px;
position: absolute;
display: flex;
}
#status-layer #round-time {
position: relative;
width: 26px;
height: 18px;
font-family: monospace;
letter-spacing: 2px;
margin-left: 2px;
font-size: 14px;
top: 11px;
text-shadow: 1px 1px 0px #846bff;
color: #ffe500;
font-weight: 900;
text-align: center;
}
#status-layer #player-status {
position: relative;
width: calc(50% - 12px);
height: 100px;
font-family: sans-serif;
font-size: 10px;
text-shadow: 1px 1px 1px black;
color: orange;
font-weight: 900;
text-align: center;
left: 0;
}
#status-layer #opponent-status {
position: relative;
width: calc(50% - 12px);
height: 100px;
font-family: sans-serif;
font-size: 46px;
text-shadow: 1px 1px 1px black;
color: orange;
font-weight: 900;
text-align: center;
right: 0;
}
#status-layer #player-picture {
position: absolute;
width: 36px;
height: 48px;
left: 0;
background: #f3f3f3;
border-radius: 4px;
border: 1px solid;
}
#status-layer #player-health {
position: absolute;
width: calc(100% - 24px);
height: 12px;
border-radius: 1px;
border: 1px solid white;
background: red;
left: 24px;
top: 14px;
}
.health-bar {
position: absolute;
height: 100%;
background: yellow;
}
#status-layer #player-health .health-bar {
right: 0;
}
#status-layer #opponent-picture {
position: absolute;
width: 36px;
height: 48px;
right: 0;
background: #f3f3f3;
border-radius: 4px;
border: 1px solid;
}
#status-layer #opponent-health {
position: absolute;
width: calc(100% - 24px);
height: 12px;
border-radius: 1px;
border: 1px solid white;
background: red;
right: 24px;
top: 14px;
}
#status-layer #player-name {
font-family: monospace;
letter-spacing: 2px;
font-size: 12px;
text-shadow: 1px 1px 0px #846bff;
color: #ffe500;
text-transform: uppercase;
position: absolute;
left: 28px;
top: 28px;
}
#status-layer #opponent-name {
font-family: monospace;
letter-spacing: 2px;
font-size: 12px;
text-shadow: 1px 1px 0px #846bff;
color: #ffe500;
text-transform: uppercase;
position: absolute;
right: 28px;
top: 28px;
}
#status-layer #match-alert {
position: absolute;
width: 100%;
height: 20px;
font-family: monospace;
letter-spacing: 2px;
font-size: 24px;
top: calc(50% - 20px);
text-shadow: 1px 1px 0px #846bff;
color: #ffe500;
font-weight: 900;
text-transform: uppercase;
text-align: center;
}
/* ================================ */
/* Characters */
/* ================================ */
#stage-characters {
width: 100%;
height: 95%;
position: absolute;
}
#stage-characters .character {
position: absolute;
height: 90px;
width: 50px;
bottom: 30%;
left: 40px;
}
#stage-characters .character[data-facing=left] {
transform: rotateY(180deg);
transform-origin: center;
}
#stage-characters .character[data-hit=true] {
filter: brightness(1.2);
}
#stage-characters .character[data-name=ryu] {
background-image: url('../img/characters/ryu/sprites.gif');
}
#stage-characters .character[data-name=rya] {
background-image: url('../img/characters/rya/sprites.gif');
}
#stage-characters .character[data-pose=idle] {
background-position: 0px -14px;
}
#stage-characters .character[data-pose=idle][data-sprite-index="1"] {
background-position: -49px -14px;
}
#stage-characters .character[data-pose=idle][data-sprite-index="2"] {
background-position: -99px -14px;
}
#stage-characters .character[data-pose=idle][data-sprite-index="3"] {
background-position: -148px -14px;
width: 50px;
margin-left: 0px;
}
#stage-characters .character[data-pose=move] {
background-position: -202px -14px;
margin-left: 3px;
}
#stage-characters .character[data-pose=move][data-sprite-index="1"] {
background-position: -249px -14px;
}
#stage-characters .character[data-pose=move][data-sprite-index="2"] {
background-position: -298px -14px;
}
#stage-characters .character[data-pose=move][data-sprite-index="3"] {
background-position: -348px -14px;
}
#stage-characters .character[data-pose=move][data-sprite-index="4"] {
background-position: -398px -14px;
}
#stage-characters .character[data-pose=crouch] {
background-position: -1156px -14px;
margin-left: 2px;
}
#stage-characters .character[data-pose=block] {
background-position: -1208px -14px;
margin-left: 3px;
}
#stage-characters .character[data-pose="crouch-block"] {
background-position: -1254px -14px;
}
#stage-characters .character[data-pose="start-jump"][data-sprite-index="0"] {
background-position: -449px -14px;
margin-left: 3px;
}
#stage-characters .character[data-pose="start-jump"][data-sprite-index="1"] {
background-position: -495px -0px;
width: 42px;
height: 104px;
}
#stage-characters .character[data-pose="start-jump"][data-sprite-index="2"] {
background-position: -537px -14px;
width: 40px;
}
#stage-characters .character[data-pose=jump] {
background-position: -577px -14px;
width: 40px;
}
#stage-characters .character[data-pose="stop-jump"][data-sprite-index="0"] {
background-position: -615px -14px;
width: 40px;
}
#stage-characters .character[data-pose="stop-jump"][data-sprite-index="1"] {
background-position: -655px -0px;
width: 40px;
height: 104px;
}
#stage-characters .character[data-pose="stop-jump"][data-sprite-index="2"] {
background-position: -690px -14px;
width: 50px;
}
#stage-characters .character[data-pose=punch] {
background-position: -0px -130px;
margin-left: 3px;
}
#stage-characters .character[data-pose=punch][data-sprite-index="1"] {
background-position: -49px -130px;
width: 68px;
margin-left: 3px;
}
#stage-characters .character[data-pose=punch][data-sprite-index="2"] {
background-position: -49px -130px;
width: 68px;
margin-left: 3px;
}
#stage-characters .character[data-pose=punch][data-sprite-index="3"] {
background-position: -49px -130px;
width: 68px;
margin-left: 3px;
}
#stage-characters .character[data-pose=punch][data-sprite-index="4"] {
background-position: -114px -130px !important;
margin-left: 3px !important;
}
.character-hit-count {
color: white;
font-family: monospace;
font-size: 18px;
text-shadow: 0 0 1px black;
}
[data-facing="left"] .character-hit-count {
transform: rotateY(180deg);
}
#fps-view:after {
content: 'fps';
margin-left: 2px;
}
#fps-view,
#cps-view {
font-size: 7px;
font-family: monospace;
color: yellow;
margin-left: 2px;
}
#cps-view:after {
content: 'cps';
margin-left: 2px;
} | css/main.css | /* ==========================================================================
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);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
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;
-webkit-clip-path: none;
clip-path: none;
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:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
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;
}
}
/* ==========================================================================
Game styles
========================================================================== */
body {
width: 100%;
height: 100%;
position: absolute;
background: black;
overflow: hidden;
}
#viewport {
width: 384px;
height: 224px;
background: blue;
position: fixed;
overflow: hidden;
border: 6px solid black;
margin: auto;
position: relative;
image-rendering: pixelated;
image-rendering: optimizeSpeed;
-webkit-font-smoothing: none;
font-smooth: never;
text-rendering: optimizeSpeed;
}
#canvas {
width: 100%;
height: 100%;
top: 0;
position: absolute;
display: none;
}
#start-button-layer {
width: 100%;
height: 100%;
top: 0;
position: fixed;
font-family: monospace;
letter-spacing: 2px;
font-size: 24px;
background-color: rgba(0, 0, 0, 0.6);
text-shadow: 1px 1px 0px #846bff;
color: #ffe500;
font-weight: 900;
z-index: 2;
text-transform: uppercase;
text-align: center;
}
#start-button-layer .message {
position: absolute;
width: 100%;
top: calc(100% - 52px);
}
#control-layer {
width: 100%;
height: 100%;
bottom: 0;
left: 0;
position: fixed;
}
#mobile-game-title,
#mobile-game-subtitle {
display: none;
}
.control-button {
width: 60px;
height: 60px;
background-color: rgba(0, 0, 0, 0.5);
position: fixed;
border-radius: 50%;
border: 3px solid rgb(255, 255, 255);
background-size: 32px;
background-position: center;
background-repeat: no-repeat;
opacity: 0.6;
box-shadow: 0 0 2px 0px rgba(255,255,255, 1);
}
.control-button:active {
opacity: 1;
}
.control-button.small {
width: 42px;
height: 42px;
background-size: 24px;
}
@media(min-width: 768px) {
.control-button {
display: none;
}
}
#button-punch {
right: 88px;
bottom: 24px;
background-image: url('../img/icons/punch.png');
}
#button-block {
right: 34px;
bottom: 84px;
background-image: url('../img/icons/block.png');
}
#button-jump {
right: 142px;
bottom: 84px;
background-image: url('../img/icons/jump.png');
}
#button-right {
left: 142px;
bottom: 84px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#ffffff" d="M4,15V9H12V4.16L19.84,12L12,19.84V15H4Z" /></svg>');
}
#button-left {
left: 34px;
bottom: 84px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#ffffff" d="M20,9V15H12V19.84L4.16,12L12,4.16V9H20Z" /></svg>');
}
#button-bottom {
left: 88px;
bottom: 24px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#ffffff" d="M9,4H15V12H19.84L12,19.84L4.16,12H9V4Z" /></svg>');
}
#button-top {
left: 88px;
bottom: 144px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#ffffff" d="M15,20H9V12H4.16L12,4.16L19.84,12H15V20Z" /></svg>');
}
#button-autoplay {
right: 34px;
top: 24px;
}
#button-autoplay:after {
content: 'A';
font-family: sans-serif;
color: white;
font-size: 28px;
text-align: center;
margin-left: 11px;
line-height: 42px;
font-weight: 900;
}
@media(max-width: 450px) {
.control-button {
width: 42px;
height: 42px;
background-size: 24px;
}
.control-button.small {
width: 36px;
height: 36px;
background-size: 18px;
}
#button-punch {
right: 58px;
bottom: 86px;
}
#button-block {
right: 18px;
bottom: 126px;
}
#button-jump {
right: 98px;
bottom: 126px;
}
#button-right {
left: 98px;
bottom: 126px;
}
#button-left {
left: 18px;
bottom: 126px;
}
#button-bottom {
left: 58px;
bottom: 86px;
}
#button-top {
left: 58px;
bottom: 166px;
}
#button-autoplay {
right: 18px;
top: 200px;
}
#button-autoplay:after {
font-size: 24px;
margin-left: 9px;
line-height: 36px;
}
@media(min-height: 500px) {
#viewport {
border: 12px solid black;
border-radius: 18px;
border-bottom-width: 48px;
border-top-width: 28px;
}
#start-button-layer {
font-size: 18px;
}
#gloss-layer {
box-shadow: inset 0px 2px 10px -1px rgba(0, 0, 0, 0.8), inset 26px 0 64px -8px rgba(255, 255, 255, 0.1), inset 0px -2px 10px -1px rgba(0, 0, 0, 0.8), inset -26px 0 64px -8px rgba(255, 255, 255, 0.1);
position: fixed;
height: 100%;
width: 100%;
top: 0;
display: none;
}
#control-layer {
position: relative;
background: #1e3c72;
background: -webkit-linear-gradient(to bottom, #2a5298, #1e3c72);
background: linear-gradient(to bottom, #2a5298, #1e3c72);
box-shadow: inset 0px 1px 10px -1px rgba(0, 0, 0, 0.7), inset 26px -14px 64px -8px rgba(255, 255, 255, 0.1), inset 0px -2px 10px -1px rgba(0, 0, 0, 0), inset -26px -14px 64px -8px rgba(255, 255, 255, 0.1), inset 0px 8px 4px -5px rgba(255, 255, 255, 0.15);
}
.control-button {
box-shadow: 0px 3px 3px rgba(170, 170, 170, 0.6), inset 0px 2px 3px #fff;
opacity: 1;
display: block;
border: 3px solid transparent;
}
.control-button:before {
content: "";
display: block;
background: #294d8e;
border-top: 2px solid #204077;
position: absolute;
top: -8px;
left: -8px;
bottom: -8px;
right: -8px;
z-index: 0;
border-radius: 50%;
box-shadow: inset 0px 8px 48px #204179;
}
.control-button:after {
content: "";
position: absolute;
background-color: #343434;
background-image: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#171717));
background-image: -webkit-linear-gradient(top, #4a4a4a, #171717);
background-image: -moz-linear-gradient(top, #4a4a4a, #171717);
background-image: -ms-linear-gradient(top, #4a4a4a, #171717);
background-image: -o-linear-gradient(top, #4a4a4a, #171717);
box-shadow: 0px 3px 8px #000,
inset 0px 2px 3px #626262,
inset 2px 2px 1px -2px #ffffff,
inset 0px -2px 3px #000000,
0px 0px 0px 2px rgb(14, 37, 78);
opacity: 1;
border: none;
background-size: auto;
background-repeat: unset;
display: block;
z-index: 1;
width: 42px;
height: 42px;
border-radius: 50%;
transition: all 0.1s;
}
.control-button:active:after {
background-color: #252525;
background-image: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#1c1c1c));
background-image: -webkit-linear-gradient(top, #474747, #1c1c1c);
background-image: -moz-linear-gradient(top, #474747, #1c1c1c);
background-image: -ms-linear-gradient(top, #474747, #1c1c1c);
background-image: -o-linear-gradient(top, #474747, #1c1c1c);
box-shadow: 0px 1px 4px #000,
inset 0px 1px 2px #626262,
inset 0px -1px 2px #000000,
0px 0px 0px 2px rgb(14, 37, 78);
}
.control-button .button-icon {
background-size: 20px;
background-position: center;
background-repeat: no-repeat;
height: 42px;
width: 42px;
position: absolute;
z-index: 2;
opacity: 0.7;
margin-top: -1px;
}
.control-button:active .button-icon {
margin-top: 0px;
}
#button-punch .button-icon {
background-image: url('../img/icons/punch.png');
filter: brightness(0.05);
}
#button-block .button-icon {
background-image: url('../img/icons/block.png');
filter: brightness(0.05);
}
#button-jump .button-icon {
background-image: url('../img/icons/jump.png');
filter: brightness(0.05);
}
#button-right .button-icon {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#0a0a0a" d="M4,15V9H12V4.16L19.84,12L12,19.84V15H4Z" /></svg>');
}
#button-left .button-icon {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#0a0a0a" d="M20,9V15H12V19.84L4.16,12L12,4.16V9H20Z" /></svg>');
}
#button-bottom .button-icon {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#0a0a0a" d="M9,4H15V12H19.84L12,19.84L4.16,12H9V4Z" /></svg>');
}
#button-top .button-icon {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#0a0a0a" d="M15,20H9V12H4.16L12,4.16L19.84,12H15V20Z" /></svg>');
}
#button-autoplay {
right: 18px;
top: 10px;
position: absolute;
box-shadow: 0px 1px 2px rgba(170, 170, 170, 0.2), inset 0px 2px 3px rgb(255, 255, 255);
}
#button-autoplay:after {
font-size: 18px;
margin-left: 3px;
line-height: 28px;
margin-top: 3px;
height: 30px;
width: 30px;
color: rgba(0,0,0, 0.7);
}
#button-autoplay:before {
margin-left: 4px;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
.control-button.direction-button {
border-radius: 0;
border-color: transparent;
background-color: transparent;
box-shadow: none;
}
.control-button.direction-button:before {
border-radius: 12px;
}
.control-button.direction-button:after {
border-radius: 4px;
background: #343434;
}
.control-button.direction-button:active:after {
background: #343434;
}
#button-right {
margin-left: -8px;
}
#button-left {
margin-left: 8px;
}
#button-top {
margin-bottom: -8px;
}
#button-bottom {
margin-bottom: 8px;
}
#button-right:before, #button-left:before {
top: -2px;
bottom: -2px;
}
#button-top:before, #button-bottom:before {
left: -2px;
right: -2px;
}
#button-right:before {
left: 4px;
}
#button-left:before {
right: 4px;
}
#button-top:before {
bottom: 4px;
}
#button-bottom:before {
top: 6px;
}
#button-right:after, #button-left:after {
height: 30px;
margin-top: 6px;
width: 38px;
margin-left: 2px;
}
#button-top:after, #button-bottom:after {
width: 30px;
margin-left: 6px;
height: 38px;
margin-top: 2px;
}
#button-right:after {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
#button-left:after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
#button-top:after {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#button-bottom:after {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#direction-buttons-connector {
position: fixed;
width: 29px;
height: 40px;
bottom: 131px;
left: 68px;
background: #343434;
}
#direction-buttons-connector-2 {
position: fixed;
width: 36px;
height: 24px;
bottom: 138px;
left: 64px;
background: #343434;
}
#direction-buttons-connector-3 {
position: fixed;
width: 12px;
height: 16px;
bottom: 150px;
left: 64px;
background: #343434;
border-top-left-radius: 4px;
}
#direction-buttons-connector-3:after {
content: '';
position: absolute;
width: 20px;
height: 20px;
background: rgba(32, 33, 33, 0.5);
border-radius: 50%;
left: 8px;
top: 5px;
box-shadow: inset 1px 3px 9px rgba(0, 0, 0, 0.4), inset -1px -1px 3px -1px rgba(255, 255, 255, 0.4);
}
#mobile-game-title {
display: block;
text-align: center;
position: absolute;
width: 100%;
margin-top: -25px;
color: rgba(255, 255, 255, 0.32);
font-family: sans-serif;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
font-style: italic;
text-shadow: 0px 0px 1px rgba(177, 177, 177, 0.7);
}
#mobile-game-subtitle {
display: block;
text-align: center;
position: absolute;
width: 60px;
margin-top: 14px;
margin-left: calc(50% - 30px);
color: rgba(22, 49, 95, 0.67);
line-height: 13px;
font-family: sans-serif;
font-weight: bold;
font-size: 10px;
border: 2px solid rgba(22, 49, 95, 0.48);
border-radius: 50px;
box-shadow: inset 1px 1px 4px -1px rgba(255, 255, 255, 0.2), 1px 1px 2px -1px rgba(255, 255, 255, 0.2);
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.05), 1px 1px 0px rgba(255, 255, 255, 0.05);
}
#autoplay-indicator {
position: absolute;
right: 33px;
background: #989898;
background-image: -webkit-linear-gradient(top, #989898, #656565);
border-radius: 50%;
width: 12px;
height: 12px;
margin-top: -23px;
box-shadow: 0px 0px 8px 3px rgba(255, 6, 0, 0), inset 1px 1px 2px -1px rgba(255, 255, 255, 0.6), inset 0px -1px 6px -2px rgba(0, 0, 0, 0.4);
opacity: 0.6;
}
#autoplay-indicator[data-active=true] {
background: red;
background-image: -webkit-linear-gradient(top, #ff5555, #ef0000);
box-shadow: 0px 0px 8px 3px rgba(255, 6, 0, 0.7), inset 1px 1px 2px -1px rgb(255, 255, 255), inset 0px -1px 6px -2px rgba(0, 0, 0, 0.4);
opacity: 1;
}
}
}
#game-layer {
width: 100%;
height: 100%;
position: absolute;
transition: 0s left;
transform-origin: bottom center;
}
#stage-background {
width: 100%;
height: 100%;
top: -20px;
position: absolute;
background: #cedcff;
}
#stage-background-decoration {
width: 100%;
height: 70%;
bottom: 25%;
position: absolute;
background: transparent;
}
#stage-floor {
width: 100%;
height: 25%;
position: absolute;
bottom: 0;
background: #6ec082;
}
.skewline {
height: 100%;
border-right: 1px solid black;
width: 30px;
display: inline-block;
}
#stage-floor-decoration {
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
background: transparent;
}
#stage-floor-decoration-2 {
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
background: transparent;
}
#game-layer[data-stage="stage_1"] #stage-background {
background-image: url(../img/stages/stage_1.png);
background-position: -110px -18px;
background-repeat: no-repeat;
background-size: 700px;
}
#game-layer[data-stage="stage_1"] #stage-background-decoration {
background-image: url(../img/stages/stage_1.png);
background-position: -120px -360px;
background-repeat: no-repeat;
background-size: 750px;
}
#game-layer[data-stage="stage_1"] #stage-floor {
background-image: url(../img/stages/stage_1.png);
background-position: -60px -236px;
background-repeat: no-repeat;
background-size: 750px;
}
#game-layer[data-stage="stage_1"] #stage-floor-decoration {
background-image: url(../img/stages/stage_1.png);
background-position: -60px -514px;
background-repeat: no-repeat;
background-size: 750px;
height: 100px;
bottom: 0px;
}
#game-layer[data-stage="stage_1"] #stage-floor-decoration-2 {
background-image: url(../img/stages/stage_1.png);
background-position: -62px -656px;
background-repeat: no-repeat;
background-size: 750px;
height: 24px;
bottom: 96px;
}
/* ========================= */
/* Status Layer */
/* ========================= */
#status-layer {
width: 100%;
height: 100%;
position: absolute;
}
#status-layer #status-header {
width: calc(100% - 8px);
height: 160px;
padding: 4px;
position: absolute;
display: flex;
}
#status-layer #round-time {
position: relative;
width: 26px;
height: 18px;
font-family: monospace;
letter-spacing: 2px;
margin-left: 2px;
font-size: 14px;
top: 11px;
text-shadow: 1px 1px 0px #846bff;
color: #ffe500;
font-weight: 900;
text-align: center;
}
#status-layer #player-status {
position: relative;
width: calc(50% - 12px);
height: 100px;
font-family: sans-serif;
font-size: 10px;
text-shadow: 1px 1px 1px black;
color: orange;
font-weight: 900;
text-align: center;
left: 0;
}
#status-layer #opponent-status {
position: relative;
width: calc(50% - 12px);
height: 100px;
font-family: sans-serif;
font-size: 46px;
text-shadow: 1px 1px 1px black;
color: orange;
font-weight: 900;
text-align: center;
right: 0;
}
#status-layer #player-picture {
position: absolute;
width: 36px;
height: 48px;
left: 0;
background: #f3f3f3;
border-radius: 4px;
border: 1px solid;
}
#status-layer #player-health {
position: absolute;
width: calc(100% - 24px);
height: 12px;
border-radius: 1px;
border: 1px solid white;
background: red;
left: 24px;
top: 14px;
}
.health-bar {
position: absolute;
height: 100%;
background: yellow;
}
#status-layer #player-health .health-bar {
right: 0;
}
#status-layer #opponent-picture {
position: absolute;
width: 36px;
height: 48px;
right: 0;
background: #f3f3f3;
border-radius: 4px;
border: 1px solid;
}
#status-layer #opponent-health {
position: absolute;
width: calc(100% - 24px);
height: 12px;
border-radius: 1px;
border: 1px solid white;
background: red;
right: 24px;
top: 14px;
}
#status-layer #player-name {
font-family: monospace;
letter-spacing: 2px;
font-size: 12px;
text-shadow: 1px 1px 0px #846bff;
color: #ffe500;
text-transform: uppercase;
position: absolute;
left: 28px;
top: 28px;
}
#status-layer #opponent-name {
font-family: monospace;
letter-spacing: 2px;
font-size: 12px;
text-shadow: 1px 1px 0px #846bff;
color: #ffe500;
text-transform: uppercase;
position: absolute;
right: 28px;
top: 28px;
}
#status-layer #match-alert {
position: absolute;
width: 100%;
height: 20px;
font-family: monospace;
letter-spacing: 2px;
font-size: 24px;
top: calc(50% - 20px);
text-shadow: 1px 1px 0px #846bff;
color: #ffe500;
font-weight: 900;
text-transform: uppercase;
text-align: center;
}
/* ================================ */
/* Characters */
/* ================================ */
#stage-characters {
width: 100%;
height: 95%;
position: absolute;
}
#stage-characters .character {
position: absolute;
height: 90px;
width: 50px;
bottom: 30%;
left: 40px;
}
#stage-characters .character[data-facing=left] {
transform: rotateY(180deg);
transform-origin: center;
}
#stage-characters .character[data-hit=true] {
filter: brightness(1.2);
}
#stage-characters .character[data-name=ryu] {
background-image: url('../img/characters/ryu/sprites.gif');
}
#stage-characters .character[data-name=rya] {
background-image: url('../img/characters/rya/sprites.gif');
}
#stage-characters .character[data-pose=idle] {
background-position: 0px -14px;
}
#stage-characters .character[data-pose=idle][data-sprite-index="1"] {
background-position: -49px -14px;
}
#stage-characters .character[data-pose=idle][data-sprite-index="2"] {
background-position: -99px -14px;
}
#stage-characters .character[data-pose=idle][data-sprite-index="3"] {
background-position: -148px -14px;
width: 50px;
margin-left: 0px;
}
#stage-characters .character[data-pose=move] {
background-position: -202px -14px;
margin-left: 3px;
}
#stage-characters .character[data-pose=move][data-sprite-index="1"] {
background-position: -249px -14px;
}
#stage-characters .character[data-pose=move][data-sprite-index="2"] {
background-position: -298px -14px;
}
#stage-characters .character[data-pose=move][data-sprite-index="3"] {
background-position: -348px -14px;
}
#stage-characters .character[data-pose=move][data-sprite-index="4"] {
background-position: -398px -14px;
}
#stage-characters .character[data-pose=crouch] {
background-position: -1156px -14px;
margin-left: 2px;
}
#stage-characters .character[data-pose=block] {
background-position: -1208px -14px;
margin-left: 3px;
}
#stage-characters .character[data-pose="crouch-block"] {
background-position: -1254px -14px;
}
#stage-characters .character[data-pose="start-jump"][data-sprite-index="0"] {
background-position: -449px -14px;
margin-left: 3px;
}
#stage-characters .character[data-pose="start-jump"][data-sprite-index="1"] {
background-position: -495px -0px;
width: 42px;
height: 104px;
}
#stage-characters .character[data-pose="start-jump"][data-sprite-index="2"] {
background-position: -537px -14px;
width: 40px;
}
#stage-characters .character[data-pose=jump] {
background-position: -577px -14px;
width: 40px;
}
#stage-characters .character[data-pose="stop-jump"][data-sprite-index="0"] {
background-position: -615px -14px;
width: 40px;
}
#stage-characters .character[data-pose="stop-jump"][data-sprite-index="1"] {
background-position: -655px -0px;
width: 40px;
height: 104px;
}
#stage-characters .character[data-pose="stop-jump"][data-sprite-index="2"] {
background-position: -690px -14px;
width: 50px;
}
#stage-characters .character[data-pose=punch] {
background-position: -0px -130px;
margin-left: 3px;
}
#stage-characters .character[data-pose=punch][data-sprite-index="1"] {
background-position: -49px -130px;
width: 68px;
margin-left: 3px;
}
#stage-characters .character[data-pose=punch][data-sprite-index="2"] {
background-position: -49px -130px;
width: 68px;
margin-left: 3px;
}
#stage-characters .character[data-pose=punch][data-sprite-index="3"] {
background-position: -49px -130px;
width: 68px;
margin-left: 3px;
}
#stage-characters .character[data-pose=punch][data-sprite-index="4"] {
background-position: -114px -130px !important;
margin-left: 3px !important;
}
.character-hit-count {
color: white;
font-family: monospace;
font-size: 18px;
text-shadow: 0 0 1px black;
}
[data-facing="left"] .character-hit-count {
transform: rotateY(180deg);
}
#fps-view:after {
content: 'fps';
margin-left: 2px;
}
#fps-view,
#cps-view {
font-size: 7px;
font-family: monospace;
color: yellow;
margin-left: 2px;
}
#cps-view:after {
content: 'cps';
margin-left: 2px;
} | 0.68763 | 0.096834 |
@charset "UTF-8";
input, textarea{
width: 100%;
background: #fff;
border-radius: 3px;
border: 1px solid #ccc;
padding: 5px;
font-size: 18px;
padding-left: 10px;
}
input::-webkit-input-placeholder {
color:#cccc;
}
input:focus::-webkit-input-placeholder {
color:transparent;
}
/* Firefox < 19 */
input:-moz-placeholder {
color:#cccc;
}
input:focus:-moz-placeholder {
color:transparent;
}
/* Firefox > 19 */
input::-moz-placeholder {
color:#cccc;
}
input:focus::-moz-placeholder {
color:transparent;
}
/* Internet Explorer 10 */
input:-ms-input-placeholder {
color:#cccc;
}
input:focus:-ms-input-placeholder {
color:transparent;
}
/*!
* rows.css - http://ohuirasoft.com/rows
* Version - 1.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 <NAME>
*/
.debug{border: 1px solid red;}
html, body{padding: 0;margin: 0;font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
*:active, *:hover, *:active, *:visited, *:focus {outline: 0;}
a{text-decoration: none;}
@font-face {
font-family: fr;
src: url(../fonts/PSRegular.ttf);
}
@font-face {
font-family: fb;
src: url(../fonts/PSBold.ttf);
}
@font-face {
font-family: 'btn';
src: url(../fonts/font.woff2);
}
*{
font-family: Bitter, serif;
position: relative;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-ms-overflow-style: none;
}
/* fonts size */
.f8{font-size: 8px;}
.f10{font-size: 10px;}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f26{font-size: 26px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f32{font-size: 32px;}
.f34{font-size: 34px;}
.f36{font-size: 36px;}
.f38{font-size: 38px;}
.f40{font-size: 40px;}
/* text colors */
.txt-red{color: red;}
.txt-blue{color: blue;}
.txt-white{color: white;}
.txt-black{color: black;}
.txt-orange{color: orange;}
.txt-j{text-align: justify!important;}
/* paddings */
.p0{padding: 0px!important}
.p5{padding: 5px!important}
.p10{padding: 10px!important}
.p15{padding: 15px!important}
.p20{padding: 20px!important}
.p25{padding: 25px!important}
.p30{padding: 30px!important}
.p35{padding: 35px!important}
.p40{padding: 40px!important}
.pt0{padding-top: 0!important;}
.pr0{padding-right: 0!important;}
.pb0{padding-bottom: 0!important;}
.pl0{padding-left: 0!important;}
/* margins */
.m0{margin: 0px!important}
.m5{margin: 5px!important}
.m10{margin: 10px!important}
.m15{margin: 15px!important}
.m20{margin: 20px!important}
.m25{margin: 25px!important}
.m30{margin: 30px!important}
.m35{margin: 35px!important}
.m40{margin: 40px!important}
.mt0{margin-top: 0!important;}
.mr0{margin-right: 0!important;}
.mb0{margin-bottom: 0!important;}
.ml0{margin-left: 0!important;}
.mb-xs{margin-bottom: 5px!important;}
.mb-sm{margin-bottom: 10px!important;}
.mb-md{margin-bottom: 20px!important;}
/* overflow */
.ov{overflow: visible!important;}
.oh{overflow: hidden!important;}
.os{overflow: scroll!important;}
.osx{overflow-x: scroll!important;}
.osy{overflow-y: scroll!important;}
/* floats */
.fl{float: left!important;}
.fr{float: right!important;}
.fn{float: none;}
/* rows */
.r:after,.r:before{display:table;content:" "}
.r:after{clear:both}
/* algin texts */
.txt-c{text-align: center!important;}
.txt-l{text-align: left!important;}
.txt-r{text-align: right!important;}
.txt-j{text-align: justify!important;}
.toe{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
h1{font-size:5.0rem;margin:1rem 0;line-height:1.2;letter-spacing:-0.1rem;}
h2{font-size:4.2rem;margin:1rem 0;line-height:1.25;letter-spacing:-0.1rem;}
h3{font-size:3.6rem;margin:1rem 0;line-height:1.3;letter-spacing:-0.1rem;}
h4{font-size:3.0rem;margin:1rem 0;line-height:1.35;letter-spacing:-0.1rem;}
h5{font-size:2.4rem;margin:1rem 0;line-height:1.4;letter-spacing:-0.1rem;}
h6{font-size:1.5rem;margin:1rem 0;line-height:1.45;letter-spacing:-0.1rem;}
/* spacers */
.br{width: 100%;height: 15px;z-index: -100;display: flex;}
.br1{width: 100%;height: 15px;z-index: -100;display: flex;}
.br2{width: 100%;height: 30px;z-index: -100;display: flex;}
.br3{width: 100%;height: 45px;z-index: -100;display: flex;}
.br4{width: 100%;height: 60px;z-index: -100;display: flex;}
.br5{width: 100%;height: 75px;z-index: -100;display: flex;}
.br6{width: 100%;height: 90px;z-index: -100;display: flex;}
/* Positions */
.pf{position: fixed!important;}
.pa{position: absolute!important;}
.pr{position: relative!important;}
.ps{position: static!important;}
/* Extras */
.boxed{max-width: 1050px;margin: auto;}
.width-100{width: 100vw!important}
.height-100{height: 100vh!important;}
.height-90{height: 90vh!important;}
.height-80{height: 80vh!important;}
.height-70{height: 70vh!important;}
.height-60{height: 60vh!important;}
.height-50{height: 50vh!important;}
.full-background{background-size: 100%!important;}
.full-background-cover{-webkit-background-size: !important;-moz-background-size: !important;-o-background-size: !important;background-size: cover!important;}
.lh25{line-height:25px;}
.code{font-family: Menlo,Monaco,Consolas,"Courier New",monospace;background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 3px;padding: 0px 10px;}
.abs-tl0{position: absolute;top: 0;left: 0;}
/* Full width and heigth : fixed */
.wh100{position: absolute;left: 0;top: 90px;width: 100%;height: 100%;background: #fff;}
.w100{width: 100%!important;}
.pull-bottom{position: absolute;bottom:0;width:100%;}
.hidden{visibility: hidden;}
.ft{font-weight: 100;}
.fr{font-family: fr;}
.fb{font-family: fb;}
.txt-vertical-center{overflow: hidden; display: table-cell; vertical-align: middle;float: none!important;}
.center{
text-align: center!important;
text-align: -o-center!important;
text-align: -ms-center!important;
text-align: -moz-center!important;
text-align: -webkit-center!important;
}
/*
prop: value;
-o-prop: value;
-ms-prop: value;
-moz-prop: value;
-webkit-prop: value;
*/
/* columns */
.d1,.d2,.d3,.d4,.d5,.d6,.d7,.d8,.d9,.d10,.d11,.d12,
.d1-md,.d2-md,.d3-md,.d4-md,.d5-md,.d6-md,.d7-md,.d8-md,.d9-md,.d10-md,.d11-md,.d12-md,
.d1-sm,.d2-sm,.d3-sm,.d4-sm,.d5-sm,.d6-sm,.d7-sm,.d8-sm,.d9-sm,.d10-sm,.d11-sm,.d12-sm,
.d1-xs,.d2-xs,.d3-xs,.d4-xs,.d5-xs,.d6-xs,.d7-xs,.d8-xs,.d9-xs,.d10-xs,.d11-xs,.d12-xs{
float: left;
padding: 10px;
transition: width 0.3s ease;
-o-transition: width 0.3s ease;
-ms-transition: width 0.3s ease;
-moz-transition: width 0.3s ease;
-webkit-transition: width 0.3s ease;
text-align: center;
box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
overflow: hidden;
}
.d1 img,.d2 img,.d3 img,.d4 img,.d5 img,.d6 img,.d7 img,.d8 img,.d9 img,.d10 img,.d11 img,.d12 img{max-width: 100%;}
.d1{width: 8.33333333%}
.d2{width: 16.66666667%}
.d3{width: 25%}
.d4{width: 33.33333333%}
.d5{width: 41.66666667%}
.d6{width: 50%}
.d7{width: 58.33333333%}
.d8{width: 66.66666667%}
.d9{width: 75%}
.d10{width: 83.33333333%}
.d11{width: 91.66666667%}
.d12{width: 100%}
.hide{display: none;}
.hidei{display: none!important;}
.show{display: block;}
/* Laptop */
@media (max-width: 1000px) {
.txt-center-md{text-align: center!important;}
.txt-left-md{text-align: center!important;}
.txt-right-md{text-align: center!important;}
.hidden-md{visibility: hidden;}
.hide-md{display: none;}
.show-md{display: block;}
}
/* Tablet */
@media (max-width: 600px) {
.txt-center-sm{text-align: center!important;}
.txt-left-sm{text-align: center!important;}
.txt-right-sm{text-align: center!important;}
.hidden-sm{visibility: hidden;}
.hide-sm{display: none;}
.show-sm{display: block;}
.height-sm-100{height: 10vh!important;}
.d1-sm{width: 8.33333333%}
.d2-sm{width: 16.66666667%}
.d3-sm{width: 25%}
.d4-sm{width: 33.33333333%}
.d5-sm{width: 41.66666667%}
.d6-sm{width: 50%}
.d7-sm{width: 58.33333333%}
.d8-sm{width: 66.66666667%}
.d9-sm{width: 75%}
.d10-sm{width: 83.33333333%}
.d11-sm{width: 91.66666667%}
.d12-sm{width: 100%}
}
/* Phone */
@media (max-width: 460px) {
.txt-center-xs{text-align: center!important;}
.txt-left-xs{text-align: center!important;}
.txt-right-xs{text-align: center!important;}
.hidden-xs{visibility: hidden;}
.hide-xs{display: none;}
.show-xs{display: block;}
.d1-xs{width: 8.33333333%}
.d2-xs{width: 16.66666667%}
.d3-xs{width: 25%}
.d4-xs{width: 33.33333333%}
.d5-xs{width: 41.66666667%}
.d6-xs{width: 50%}
.d7-xs{width: 58.33333333%}
.d8-xs{width: 66.66666667%}
.d9-xs{width: 75%}
.d10-xs{width: 83.33333333%}
.d11-xs{width: 91.66666667%}
.d12-xs{width: 100%}
}
/* Loader in svg */
.loader {
display: inline-block;
font-size: 4rem;
-webkit-animation: 2s rotate infinite linear;
animation: 2s rotate infinite linear;
width: 1em;
height: 1em;
}
.loader circle {
stroke: #ff8c16; /* <--- CUSTOM */
fill: transparent;
stroke-width: 0.1em;
stroke-linecap: round;
stroke-dasharray: 2.3525em 0.4705em;
-webkit-animation: 1.5s strokeDashArray infinite linear;
animation: 1.5s strokeDashArray infinite linear;
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes strokeDashArray {
from {
stroke-dasharray: 2.3525em 0.4705em;
stroke-dashoffset: 0;
}
10% {
stroke-dasharray: 2.3525em 0.4705em;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 0.001em 2.825em;
stroke-dashoffset: -2.826em;
}
60% {
stroke-dasharray: 0.001em 2.825em;
}
to {
stroke-dasharray: 2.3525em 0.4705em;
stroke-dashoffset: -2.826em;
}
}
@keyframes strokeDashArray {
from {
stroke-dasharray: 2.3525em 0.4705em;
stroke-dashoffset: 0;
}
10% {
stroke-dasharray: 2.3525em 0.4705em;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 0.001em 2.825em;
stroke-dashoffset: -2.826em;
}
60% {
stroke-dasharray: 0.001em 2.825em;
}
to {
stroke-dasharray: 2.3525em 0.4705em;
stroke-dashoffset: -2.826em;
}
} | css/rows.css | @charset "UTF-8";
input, textarea{
width: 100%;
background: #fff;
border-radius: 3px;
border: 1px solid #ccc;
padding: 5px;
font-size: 18px;
padding-left: 10px;
}
input::-webkit-input-placeholder {
color:#cccc;
}
input:focus::-webkit-input-placeholder {
color:transparent;
}
/* Firefox < 19 */
input:-moz-placeholder {
color:#cccc;
}
input:focus:-moz-placeholder {
color:transparent;
}
/* Firefox > 19 */
input::-moz-placeholder {
color:#cccc;
}
input:focus::-moz-placeholder {
color:transparent;
}
/* Internet Explorer 10 */
input:-ms-input-placeholder {
color:#cccc;
}
input:focus:-ms-input-placeholder {
color:transparent;
}
/*!
* rows.css - http://ohuirasoft.com/rows
* Version - 1.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 <NAME>
*/
.debug{border: 1px solid red;}
html, body{padding: 0;margin: 0;font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
*:active, *:hover, *:active, *:visited, *:focus {outline: 0;}
a{text-decoration: none;}
@font-face {
font-family: fr;
src: url(../fonts/PSRegular.ttf);
}
@font-face {
font-family: fb;
src: url(../fonts/PSBold.ttf);
}
@font-face {
font-family: 'btn';
src: url(../fonts/font.woff2);
}
*{
font-family: Bitter, serif;
position: relative;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-ms-overflow-style: none;
}
/* fonts size */
.f8{font-size: 8px;}
.f10{font-size: 10px;}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f26{font-size: 26px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f32{font-size: 32px;}
.f34{font-size: 34px;}
.f36{font-size: 36px;}
.f38{font-size: 38px;}
.f40{font-size: 40px;}
/* text colors */
.txt-red{color: red;}
.txt-blue{color: blue;}
.txt-white{color: white;}
.txt-black{color: black;}
.txt-orange{color: orange;}
.txt-j{text-align: justify!important;}
/* paddings */
.p0{padding: 0px!important}
.p5{padding: 5px!important}
.p10{padding: 10px!important}
.p15{padding: 15px!important}
.p20{padding: 20px!important}
.p25{padding: 25px!important}
.p30{padding: 30px!important}
.p35{padding: 35px!important}
.p40{padding: 40px!important}
.pt0{padding-top: 0!important;}
.pr0{padding-right: 0!important;}
.pb0{padding-bottom: 0!important;}
.pl0{padding-left: 0!important;}
/* margins */
.m0{margin: 0px!important}
.m5{margin: 5px!important}
.m10{margin: 10px!important}
.m15{margin: 15px!important}
.m20{margin: 20px!important}
.m25{margin: 25px!important}
.m30{margin: 30px!important}
.m35{margin: 35px!important}
.m40{margin: 40px!important}
.mt0{margin-top: 0!important;}
.mr0{margin-right: 0!important;}
.mb0{margin-bottom: 0!important;}
.ml0{margin-left: 0!important;}
.mb-xs{margin-bottom: 5px!important;}
.mb-sm{margin-bottom: 10px!important;}
.mb-md{margin-bottom: 20px!important;}
/* overflow */
.ov{overflow: visible!important;}
.oh{overflow: hidden!important;}
.os{overflow: scroll!important;}
.osx{overflow-x: scroll!important;}
.osy{overflow-y: scroll!important;}
/* floats */
.fl{float: left!important;}
.fr{float: right!important;}
.fn{float: none;}
/* rows */
.r:after,.r:before{display:table;content:" "}
.r:after{clear:both}
/* algin texts */
.txt-c{text-align: center!important;}
.txt-l{text-align: left!important;}
.txt-r{text-align: right!important;}
.txt-j{text-align: justify!important;}
.toe{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
h1{font-size:5.0rem;margin:1rem 0;line-height:1.2;letter-spacing:-0.1rem;}
h2{font-size:4.2rem;margin:1rem 0;line-height:1.25;letter-spacing:-0.1rem;}
h3{font-size:3.6rem;margin:1rem 0;line-height:1.3;letter-spacing:-0.1rem;}
h4{font-size:3.0rem;margin:1rem 0;line-height:1.35;letter-spacing:-0.1rem;}
h5{font-size:2.4rem;margin:1rem 0;line-height:1.4;letter-spacing:-0.1rem;}
h6{font-size:1.5rem;margin:1rem 0;line-height:1.45;letter-spacing:-0.1rem;}
/* spacers */
.br{width: 100%;height: 15px;z-index: -100;display: flex;}
.br1{width: 100%;height: 15px;z-index: -100;display: flex;}
.br2{width: 100%;height: 30px;z-index: -100;display: flex;}
.br3{width: 100%;height: 45px;z-index: -100;display: flex;}
.br4{width: 100%;height: 60px;z-index: -100;display: flex;}
.br5{width: 100%;height: 75px;z-index: -100;display: flex;}
.br6{width: 100%;height: 90px;z-index: -100;display: flex;}
/* Positions */
.pf{position: fixed!important;}
.pa{position: absolute!important;}
.pr{position: relative!important;}
.ps{position: static!important;}
/* Extras */
.boxed{max-width: 1050px;margin: auto;}
.width-100{width: 100vw!important}
.height-100{height: 100vh!important;}
.height-90{height: 90vh!important;}
.height-80{height: 80vh!important;}
.height-70{height: 70vh!important;}
.height-60{height: 60vh!important;}
.height-50{height: 50vh!important;}
.full-background{background-size: 100%!important;}
.full-background-cover{-webkit-background-size: !important;-moz-background-size: !important;-o-background-size: !important;background-size: cover!important;}
.lh25{line-height:25px;}
.code{font-family: Menlo,Monaco,Consolas,"Courier New",monospace;background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 3px;padding: 0px 10px;}
.abs-tl0{position: absolute;top: 0;left: 0;}
/* Full width and heigth : fixed */
.wh100{position: absolute;left: 0;top: 90px;width: 100%;height: 100%;background: #fff;}
.w100{width: 100%!important;}
.pull-bottom{position: absolute;bottom:0;width:100%;}
.hidden{visibility: hidden;}
.ft{font-weight: 100;}
.fr{font-family: fr;}
.fb{font-family: fb;}
.txt-vertical-center{overflow: hidden; display: table-cell; vertical-align: middle;float: none!important;}
.center{
text-align: center!important;
text-align: -o-center!important;
text-align: -ms-center!important;
text-align: -moz-center!important;
text-align: -webkit-center!important;
}
/*
prop: value;
-o-prop: value;
-ms-prop: value;
-moz-prop: value;
-webkit-prop: value;
*/
/* columns */
.d1,.d2,.d3,.d4,.d5,.d6,.d7,.d8,.d9,.d10,.d11,.d12,
.d1-md,.d2-md,.d3-md,.d4-md,.d5-md,.d6-md,.d7-md,.d8-md,.d9-md,.d10-md,.d11-md,.d12-md,
.d1-sm,.d2-sm,.d3-sm,.d4-sm,.d5-sm,.d6-sm,.d7-sm,.d8-sm,.d9-sm,.d10-sm,.d11-sm,.d12-sm,
.d1-xs,.d2-xs,.d3-xs,.d4-xs,.d5-xs,.d6-xs,.d7-xs,.d8-xs,.d9-xs,.d10-xs,.d11-xs,.d12-xs{
float: left;
padding: 10px;
transition: width 0.3s ease;
-o-transition: width 0.3s ease;
-ms-transition: width 0.3s ease;
-moz-transition: width 0.3s ease;
-webkit-transition: width 0.3s ease;
text-align: center;
box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
overflow: hidden;
}
.d1 img,.d2 img,.d3 img,.d4 img,.d5 img,.d6 img,.d7 img,.d8 img,.d9 img,.d10 img,.d11 img,.d12 img{max-width: 100%;}
.d1{width: 8.33333333%}
.d2{width: 16.66666667%}
.d3{width: 25%}
.d4{width: 33.33333333%}
.d5{width: 41.66666667%}
.d6{width: 50%}
.d7{width: 58.33333333%}
.d8{width: 66.66666667%}
.d9{width: 75%}
.d10{width: 83.33333333%}
.d11{width: 91.66666667%}
.d12{width: 100%}
.hide{display: none;}
.hidei{display: none!important;}
.show{display: block;}
/* Laptop */
@media (max-width: 1000px) {
.txt-center-md{text-align: center!important;}
.txt-left-md{text-align: center!important;}
.txt-right-md{text-align: center!important;}
.hidden-md{visibility: hidden;}
.hide-md{display: none;}
.show-md{display: block;}
}
/* Tablet */
@media (max-width: 600px) {
.txt-center-sm{text-align: center!important;}
.txt-left-sm{text-align: center!important;}
.txt-right-sm{text-align: center!important;}
.hidden-sm{visibility: hidden;}
.hide-sm{display: none;}
.show-sm{display: block;}
.height-sm-100{height: 10vh!important;}
.d1-sm{width: 8.33333333%}
.d2-sm{width: 16.66666667%}
.d3-sm{width: 25%}
.d4-sm{width: 33.33333333%}
.d5-sm{width: 41.66666667%}
.d6-sm{width: 50%}
.d7-sm{width: 58.33333333%}
.d8-sm{width: 66.66666667%}
.d9-sm{width: 75%}
.d10-sm{width: 83.33333333%}
.d11-sm{width: 91.66666667%}
.d12-sm{width: 100%}
}
/* Phone */
@media (max-width: 460px) {
.txt-center-xs{text-align: center!important;}
.txt-left-xs{text-align: center!important;}
.txt-right-xs{text-align: center!important;}
.hidden-xs{visibility: hidden;}
.hide-xs{display: none;}
.show-xs{display: block;}
.d1-xs{width: 8.33333333%}
.d2-xs{width: 16.66666667%}
.d3-xs{width: 25%}
.d4-xs{width: 33.33333333%}
.d5-xs{width: 41.66666667%}
.d6-xs{width: 50%}
.d7-xs{width: 58.33333333%}
.d8-xs{width: 66.66666667%}
.d9-xs{width: 75%}
.d10-xs{width: 83.33333333%}
.d11-xs{width: 91.66666667%}
.d12-xs{width: 100%}
}
/* Loader in svg */
.loader {
display: inline-block;
font-size: 4rem;
-webkit-animation: 2s rotate infinite linear;
animation: 2s rotate infinite linear;
width: 1em;
height: 1em;
}
.loader circle {
stroke: #ff8c16; /* <--- CUSTOM */
fill: transparent;
stroke-width: 0.1em;
stroke-linecap: round;
stroke-dasharray: 2.3525em 0.4705em;
-webkit-animation: 1.5s strokeDashArray infinite linear;
animation: 1.5s strokeDashArray infinite linear;
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes strokeDashArray {
from {
stroke-dasharray: 2.3525em 0.4705em;
stroke-dashoffset: 0;
}
10% {
stroke-dasharray: 2.3525em 0.4705em;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 0.001em 2.825em;
stroke-dashoffset: -2.826em;
}
60% {
stroke-dasharray: 0.001em 2.825em;
}
to {
stroke-dasharray: 2.3525em 0.4705em;
stroke-dashoffset: -2.826em;
}
}
@keyframes strokeDashArray {
from {
stroke-dasharray: 2.3525em 0.4705em;
stroke-dashoffset: 0;
}
10% {
stroke-dasharray: 2.3525em 0.4705em;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 0.001em 2.825em;
stroke-dashoffset: -2.826em;
}
60% {
stroke-dasharray: 0.001em 2.825em;
}
to {
stroke-dasharray: 2.3525em 0.4705em;
stroke-dashoffset: -2.826em;
}
} | 0.325949 | 0.0545 |
@-moz-document domain("tweetdeck.twitter.com") {
.sprite {
background-image: url("https://i.imgur.com/dCfbj5v.png");
}
.btn:focus, .btn-on-blue:focus, .btn-positive:focus, .compose-account:focus, input:focus, select:focus {
outline: 5px auto #E59132 !important;
box-shadow: #E59132 0px 0px 5px 0px !important;
webkit-box-shadow: #E59132 0px 0px 5px 0px !important;
moz-box-shadow: #E59132 0px 0px 5px 0px !important;
}
.link-complex:hover, a:hover, a, .facet-subtitle, .toggle-item, .is-options-open .column-settings-link, .is-options-open:hover .column-settings-link:hover, .icon-dot, .is-new .column-type-icon, .btn-options-tray:hover, .icon-search.icon-small, .icon-sliders:hover {
color: #E59132;
}
::selection {
background-color: #E59132;
color: #FFF;
}
.icon-protected, .column-type-icon {
color: #E59132;
}
.btd-circled_avatars .avatar/*.btd-circled_avatars .avatar*/{
border-radius: 8px;
}
.btn-compose, .btn-positive {
background-color: #E59132;
}
.prf-img {
background: none;
}
.btn-compose:hover, .btn-positive:hover {
background-color: #C57E2D;
}
.btn.is-disabled, .btn.is-disabled:hover{
background-color: #A86C27;
}
.icon-unread-color {
color: #E59132;
}
.icon:hover {
color: #E59132;
}
.icon-compose:hover {
color: white;
}
body {
background-color: #E59132;
background-image: none;/*-webkit-radial-gradient(center center, ellipse cover, #E59132, #BF7A2B);*/
}
.spinner-button-icon-spinner {
background-image: url("https://i.imgur.com/E8gE5lf.gif");
background-size: 100%;
}
.social-proof-names a, .social-proof-names a:hover{
color: #E59132;
}
.s-following .follow-btn {
background-color: #E59132;
}
.prf-stats a:hover, .prf-stats a:hover strong{
color: #E59132;
}
.list-item:hover, .list-item:active, .list-item.is-selected {
background-color: #E59132;
}
/*.is-selected-tweet {
background-color: rgba(229, 145, 50, 0.1);
}*/
.dropdown-menu .is-selected, .lst-group .selected {
background-color: #E59132;
}
.prf .lst-profile a:hover i, .prf .lst-profile a:hover span {
color: #E59132;
}
.spinner-centered {
/* content: url("https://i.imgur.com/saTCEew.gif");*/
}
} | data/usercss/108308.user.css | @-moz-document domain("tweetdeck.twitter.com") {
.sprite {
background-image: url("https://i.imgur.com/dCfbj5v.png");
}
.btn:focus, .btn-on-blue:focus, .btn-positive:focus, .compose-account:focus, input:focus, select:focus {
outline: 5px auto #E59132 !important;
box-shadow: #E59132 0px 0px 5px 0px !important;
webkit-box-shadow: #E59132 0px 0px 5px 0px !important;
moz-box-shadow: #E59132 0px 0px 5px 0px !important;
}
.link-complex:hover, a:hover, a, .facet-subtitle, .toggle-item, .is-options-open .column-settings-link, .is-options-open:hover .column-settings-link:hover, .icon-dot, .is-new .column-type-icon, .btn-options-tray:hover, .icon-search.icon-small, .icon-sliders:hover {
color: #E59132;
}
::selection {
background-color: #E59132;
color: #FFF;
}
.icon-protected, .column-type-icon {
color: #E59132;
}
.btd-circled_avatars .avatar/*.btd-circled_avatars .avatar*/{
border-radius: 8px;
}
.btn-compose, .btn-positive {
background-color: #E59132;
}
.prf-img {
background: none;
}
.btn-compose:hover, .btn-positive:hover {
background-color: #C57E2D;
}
.btn.is-disabled, .btn.is-disabled:hover{
background-color: #A86C27;
}
.icon-unread-color {
color: #E59132;
}
.icon:hover {
color: #E59132;
}
.icon-compose:hover {
color: white;
}
body {
background-color: #E59132;
background-image: none;/*-webkit-radial-gradient(center center, ellipse cover, #E59132, #BF7A2B);*/
}
.spinner-button-icon-spinner {
background-image: url("https://i.imgur.com/E8gE5lf.gif");
background-size: 100%;
}
.social-proof-names a, .social-proof-names a:hover{
color: #E59132;
}
.s-following .follow-btn {
background-color: #E59132;
}
.prf-stats a:hover, .prf-stats a:hover strong{
color: #E59132;
}
.list-item:hover, .list-item:active, .list-item.is-selected {
background-color: #E59132;
}
/*.is-selected-tweet {
background-color: rgba(229, 145, 50, 0.1);
}*/
.dropdown-menu .is-selected, .lst-group .selected {
background-color: #E59132;
}
.prf .lst-profile a:hover i, .prf .lst-profile a:hover span {
color: #E59132;
}
.spinner-centered {
/* content: url("https://i.imgur.com/saTCEew.gif");*/
}
} | 0.227899 | 0.07889 |
body
{
background-color: aqua;
}
.bodypart{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(19, 18, 18, 0.8);
box-sizing: border-box;
width: 400px;
padding: 45px;
border-radius: 25px;
box-shadow: 0, 15px, 25px rgba(44, 44, 44, 0.5);
}
a[id="Pll"]{
background: rgb(57, 57, 228);
background-color: rgb(196, 98, 98);
font-size: 18px;
}
.bodypart input[type="button"]
{
background: none;
border-color: blueviolet;
border-radius: 12px;
margin-top: 8.5px;
margin-left: 9px;
color: black;
font-size: 12px;
transform: translate(-50%, -50%);
font-style: normal;
background-color: rgb(201, 68, 68);
}
.bodypart button{
box-sizing: border-box;
background-color:limegreen;
margin-top: 5.5px;
border-radius: 15px;
border-top-color:lightseagreen;
border-bottom-color: yellowgreen;
border-left-color: lightcoral;
border-right-color: mediumvioletred;
border-style: groove;
border-width: 5px ;
width: 55px;
height: 28px;
}
body .float_totop {
background: #d8e5fe;
color: #a4b2ce;
text-align: center;
font-size: .75rem;
background-size: 2.55rem 7.775rem;
width: 1rem;
height: 1rem;
line-height: 1rem;
position: fixed;
right: .375rem;
bottom: .5rem;
cursor: pointer;
z-index: 910;
transition: bottom 5s;
border-radius: 8px;
}
.iconfont, *:before, *:after {
font-family: iconfont!important;
font-size: inherit;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0 .05rem;
-moz-osx-font-smoothing: grayscale;
vertical-align: middle;
margin-top: -.05rem;
display: inline-block;
}
.bodypart .fa fa-search{
position: absolute;
margin: 5px;
color: black;
}
img {
height: 26px;
background-color: indigo;
position: absolute;
left: 10ex;
bottom: 14px;
}
img:focus {
left: 10ex;
top: 5ex;
} | All Css/songstyle.css | body
{
background-color: aqua;
}
.bodypart{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(19, 18, 18, 0.8);
box-sizing: border-box;
width: 400px;
padding: 45px;
border-radius: 25px;
box-shadow: 0, 15px, 25px rgba(44, 44, 44, 0.5);
}
a[id="Pll"]{
background: rgb(57, 57, 228);
background-color: rgb(196, 98, 98);
font-size: 18px;
}
.bodypart input[type="button"]
{
background: none;
border-color: blueviolet;
border-radius: 12px;
margin-top: 8.5px;
margin-left: 9px;
color: black;
font-size: 12px;
transform: translate(-50%, -50%);
font-style: normal;
background-color: rgb(201, 68, 68);
}
.bodypart button{
box-sizing: border-box;
background-color:limegreen;
margin-top: 5.5px;
border-radius: 15px;
border-top-color:lightseagreen;
border-bottom-color: yellowgreen;
border-left-color: lightcoral;
border-right-color: mediumvioletred;
border-style: groove;
border-width: 5px ;
width: 55px;
height: 28px;
}
body .float_totop {
background: #d8e5fe;
color: #a4b2ce;
text-align: center;
font-size: .75rem;
background-size: 2.55rem 7.775rem;
width: 1rem;
height: 1rem;
line-height: 1rem;
position: fixed;
right: .375rem;
bottom: .5rem;
cursor: pointer;
z-index: 910;
transition: bottom 5s;
border-radius: 8px;
}
.iconfont, *:before, *:after {
font-family: iconfont!important;
font-size: inherit;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0 .05rem;
-moz-osx-font-smoothing: grayscale;
vertical-align: middle;
margin-top: -.05rem;
display: inline-block;
}
.bodypart .fa fa-search{
position: absolute;
margin: 5px;
color: black;
}
img {
height: 26px;
background-color: indigo;
position: absolute;
left: 10ex;
bottom: 14px;
}
img:focus {
left: 10ex;
top: 5ex;
} | 0.590189 | 0.083479 |
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);
@import url(http://fonts.googleapis.com/css?family=Patua+One);
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
body {
font-family: "Titillium Web";
font-size: 14px;
color: #4d4d4d;
margin: 0;
}
.section {
background-color: #ffffff;
}
iframe {
display: block;
}
a {
color: #4d4d4d;
text-decoration: none;
transition: color 0.2s ease-in-out 0s;
}
a:hover {
color: #98b709;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
h1 {
font-size: 3.42857em;
}
h3 {
font-size: 1.2857em;
}
a, img {
border: none;
}
/*****************
1. COMMON ELEMENTS
*****************/
/* TEXT */
.text-green {
color: #98b709;
}
/* TEXT COLUMNS */
.text-column {
float: left;
margin: 20px 0;
}
.text-column .title {
font-family: "Patua One";
font-size: 1.2857em;
}
.text-column.column-half {
width: 48%;
padding-right: 2%;
}
.text-column.column-one-third {
width: 31.3333333%;
padding-right: 2%
}
.text-column.column-two-third {
width: 64.6666666%;
padding-right: 2%
}
/* LISTS */
ul.list-bullets {
list-style: inside;
list-style-image: url(../images/bullet.png);
padding: 0;
border-top: 1px solid #e7e7e7;
margin: 15px 0 0 0;
}
ul.list-bullets li {
padding: 14px 0;
border-bottom: 1px solid #e7e7e7;
}
ul.list-check {
list-style: inside;
list-style-image: url(../images/check.png);
padding: 0;
border-top: 1px solid #e7e7e7;
margin: 15px 0 0 0;
}
ul.list-check li {
padding: 14px 0;
border-bottom: 1px solid #e7e7e7;
}
/* NOTIFICATIONS */
.notification-general {
border: 1px solid #dfdfdf;
border-radius: 2px;
margin: 40px 0;
}
.notification-general .notification-inner {
position: relative;
font-family: "Patua One";
background: url(../images/notification-general.png) no-repeat 12px center;
background-color: rgba(77, 77, 77, 0.04);
color: #4d4d4d;
text-align: center;
padding: 12px 40px;
border: 1px solid #ffffff;
border-radius: 2px;
}
.notification-general .notification-inner .close {
display: block;
position: absolute;
top: 50%;
margin-top: -5px;
right: 12px;
width: 11px;
height: 11px;
background: url(../images/close-grey.png) no-repeat;
}
.notification-success {
border: 1px solid #ecf2d0;
border-radius: 2px;
margin: 40px 0;
}
.notification-success .notification-inner {
position: relative;
font-family: "Patua One";
background: url(../images/notification-success.png) no-repeat 12px center;
background-color: rgba(158, 192, 22, 0.04);
color: #9ec016;
text-align: center;
padding: 12px 40px;
border: 1px solid #ffffff;
border-radius: 2px;
}
.notification-success .notification-inner .close {
display: block;
position: absolute;
top: 50%;
margin-top: -5px;
right: 12px;
width: 11px;
height: 11px;
background: url(../images/close-green.png) no-repeat;
}
.notification-error {
border: 1px solid #f5dfdf;
border-radius: 2px;
margin: 40px 0;
}
.notification-error .notification-inner {
position: relative;
font-family: "Patua One";
background: url(../images/notification-error.png) no-repeat 12px center;
background-color: rgba(215, 0, 0, 0.04);
color: #d70000;
text-align: center;
padding: 12px 40px;
border: 1px solid #ffffff;
border-radius: 2px;
}
.notification-error .notification-inner .close {
display: block;
position: absolute;
top: 50%;
margin-top: -5px;
right: 12px;
width: 11px;
height: 11px;
background: url(../images/close-red.png) no-repeat;
}
.notification-notice {
border: 1px solid #faf0cc;
border-radius: 2px;
margin: 40px 0;
}
.notification-notice .notification-inner {
position: relative;
font-family: "Patua One";
background: url(../images/notification-general.png) no-repeat 12px center;
background-color: rgba(231, 179, 0, 0.04);
color: #e7b300;
text-align: center;
padding: 12px 40px;
border: 1px solid #ffffff;
border-radius: 2px;
}
.notification-notice .notification-inner .close {
display: block;
position: absolute;
top: 50%;
margin-top: -5px;
right: 12px;
width: 11px;
height: 11px;
background: url(../images/close-yellow.png) no-repeat;
}
/* BLOCK TITLES */
.block-title {
/*background: url(../images/title-background.png) repeat-x left center;*/
font-family: "Patua One";
text-align: center;
}
.block-title h1,
.block-title h3,
.block-title h4 {
display: inline-block;
background: url(../images/background.png);
padding: 0 20px;
}
.block-title.background-white h1,
.block-title.background-white h3,
.block-title.background-white h4 {
background-image: none;
background-color: #ffffff;
}
.sidebar-container .block-title {
margin: 0 20px;
}
.sidebar-container .block-title h1,
.sidebar-container .block-title h3,
.sidebar-container .block-title h4 {
/*background: url(../images/sidebar-background.png);*/
}
/* TEXT INPUTS */
.text-input-grey {
width: 82%;
/*background-color: #f2f2f2;*/
font-family: "Titillium Web";
font-size: 1em;
line-height: 30px;
height: 30px;
color: #999999;
padding: 0 9%;
border: none;
/*border-radius: 20px;*/
box-shadow: 0 0 5px #bababa inset;
}
.text-input-black {
height: 20px;
font-family: "Titillium Web";
font-size: 1em;
color: #999999;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnNDIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLW9wYWNpdHk9Ii44IiBzdG9wLWNvbG9yPSIjMTkxOTE5IiB<KEY>
background: linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -moz-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -webkit-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -ms-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 25, 0.8)), to(rgba(65, 65, 65, 0.5)));
padding: 10px 15px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #7d7d7d;
border-radius: 25px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7) inset;
}
/* SELECT LIST */
.jquery-selectbox {
position: relative;
height: 20px;
font-family: "Titillium Web";
font-size: 1em;
color: #999999;
background: url(data:image/svg+xml;base64,<KEY>);
background: linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -moz-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -webkit-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -ms-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 25, 0.8)), to(rgba(65, 65, 65, 0.5)));
padding: 10px 1.5%;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #7d7d7d;
border-radius: 25px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7) inset;
margin: 20px 2% 20px 0;
}
.jquery-selectbox.selecthover {
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnNDIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLW9wYWNpdHk9Ii44IiBzdG9wLWNvbG9yPSIjMTkxOTE5IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLW9wYWNpdHk9Ii41IiBzdG9wLWNvbG9yPSIjNDE0MTQxIiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0MikiIC8+DQo8L3N2Zz4=);
background: linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -moz-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -webkit-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -ms-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 25, 0.8)), to(rgba(65, 65, 65, 0.5)));
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #7d7d7d;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7) inset;
}
.jquery-selectbox .jquery-selectbox-moreButton {
position: absolute;
float: none;
top: 2px;
right: 1px;
width: 38px;
height: 38px;
background: url(../images/dropdown-arrow.png) no-repeat;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
background: url(../images/dropdown-arrow.png) no-repeat;
}
.jquery-selectbox .jquery-selectbox-list {
top: 50px;
width: 98% !important;
max-height: 400px;
background-color: #343434;
color: #98b709;
padding: 0;
border: none;
border-radius: 3px;
}
.jquery-selectbox .jquery-selectbox-list span {
padding: 19px 0 19px 20px;
border-top: 1px solid #434343;
border-bottom: 1px solid #272727;
}
.jquery-selectbox .jquery-selectbox-list span:first-child {
border-top: none;
}
.jquery-selectbox-list span:last-child {
border-bottom: none;
}
.jquery-selectbox-list span.listelementhover {
background-color: #343434;
cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-currentItem {
line-height: 20px;
padding: 0;
}
/* BUTTONS */
.button-green {
height: 50px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 40px;
border-top: 1px solid #f4f4f4;
border-left: none;
border-right: none;
border-bottom: 3px solid #849f08;
border-radius: 25px;
}
.button-red {
height: 50px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,<KEY>);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 40px;
border-top: 1px solid #f4f4f4;
border-left: none;
border-right: none;
border-bottom: 3px solid #c30101;
border-radius: 25px;
}
.button-blue {
height: 50px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,<KEY>);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 40px;
border-top: 1px solid #f4f4f4;
border-left: none;
border-right: none;
border-bottom: 3px solid #0c87dd;
border-radius: 25px;
}
.button-grey {
height: 50px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,<KEY>PC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 40px;
border-top: 1px solid #f4f4f4;
border-left: none;
border-right: none;
border-bottom: 3px solid #434343;
border-radius: 25px;
}
.button-violet {
height: 50px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 40px;
border-top: 1px solid #f4f4f4;
border-left: none;
border-right: none;
border-bottom: 3px solid #c101c3;
border-radius: 25px;
}
.button-orange {
height: 50px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 40px;
border-top: 1px solid #f4f4f4;
border-left: none;
border-right: none;
border-bottom: 3px solid #c89b00;
border-radius: 25px;
}
.button-2-green {
height: 30px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 18px;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 3px solid #849f08;
border-radius: 4px;
}
.button-2-red {
height: 30px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,<KEY>);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 18px;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 3px solid #c30101;
border-radius: 4px;
}
.button-2-blue {
height: 30px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 18px;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 3px solid #0c87dd;
border-radius: 4px;
}
.button-2-grey {
height: 30px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 18px;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 3px solid #434343;
border-radius: 4px;
}
.button-2-violet {
height: 30px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyY<KEY>
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 18px;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 3px solid #c101c3;
border-radius: 4px;
}
.button-2-orange {
height: 30px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 18px;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 3px solid #c89b00;
border-radius: 4px;
}
/* PAGINATION */
.pagination {
background: url(../images/title-background.png) repeat-x left center;
text-align: center;
margin-top: 30px;
}
.pagination .pagination-buttons {
display: inline-block;
background: url(../images/background.png);
padding: 0 18px;
}
.pagination .pagination-buttons a {
display: inline-block;
width: 30px;
line-height: 30px;
font-family: "Patua One";
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
text-align: center;
border-top: 1px solid #e7e7e7;
border-left: 1px solid #e7e7e7;
border-right: 1px solid #e7e7e7;
box-shadow: 0 1px 3px #e7e7e7;
border-bottom: 3px solid #849f08;
border-radius: 4px;
margin: 0 3px;
}
.pagination .pagination-buttons a.current-page {
color: #c8c8c8;
}
/* DECORATIONS */
.separator {
height: 10px;
background: url(../images/title-background.png) repeat-x;
margin: 20px 0 40px;
}
/* "EMPLOYEE INFO" BLOCK */
.employee-info {
padding-bottom: 20px;
margin-top: 30px;
}
.employee-info .employee-info-social {
float: left;
width: 198px;
background-color: #ffffff;
border: 1px solid #e7e7e7;
}
.employee-info .employee-info-social .employee-photo {
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 150px;
border-right: 1px solid #e7e7e7;
padding: 3px;
}
.employee-info .employee-info-social .employee-photo img {
display: block;
max-width: 100%;
height: auto;
}
.employee-info .employee-info-social .facebook,
.employee-info .employee-info-social .twitter,
.employee-info .employee-info-social .google {
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 50px;
height: 50px;
border-bottom: 1px solid #e7e7e7;
margin-left: 150px;
}
.employee-info .employee-info-social .facebook {
background: url(../images/facebook-logo-grey.png) no-repeat center center;
}
.employee-info .employee-info-social .twitter {
background: url(../images/twitter-icon-grey.png) no-repeat center center;
}
.employee-info .employee-info-social .google {
background: url(../images/google-icon-grey.png) no-repeat center center;
border-bottom: none;
}
.employee-info .employee-info-description {
margin-left: 220px;
}
.employee-info .employee-info-description .name {
font-family: "<NAME>";
font-size: 1.28571em;
}
.employee-info .employee-info-description .position {
font-family: "Patua One";
margin-bottom: 8px;
}
.employee-info .employee-info-description .description {
line-height: 20px;
}
/* PRICING TABLE */
.pricing-table {
background-color: #ffffff;
margin: 40px 0;
border-top: 1px solid #e7e7e7;
border-left: 1px solid #e7e7e7;
}
.pricing-table .pricing-column {
float: left;
width: 33.3333333%
}
.pricing-table .pricing-column .pricing-header {
font-family: "Patua One";
font-size: 1.2857em;
line-height: 46px;
text-align: center;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.pricing-table .pricing-column .pricing-cost {
font-family: "Patua One";
font-size: 1.2857em;
text-align: center;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.pricing-table .pricing-column .pricing-cost span {
font-size: 2.6666666em;
}
.pricing-table .pricing-column .pricing-cell {
height: 20px;
line-height: 15px;
text-align: center;
padding: 15px 0;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
/* "BOX SWITCH" STYLE */
.boxed-switch {
position: fixed;
bottom: 0;
right: 0;
font-family: "Patua One";
background-color: #98b709;
color: #FFFFFF;
padding: 5px;
cursor: pointer;
border-top-left-radius: 5px;
z-index: 10;
}
/***********************
2. HEADER ELEMENTS STYLE
***********************/
.header-top-wrapper {
background-color: #ffffff;
border-bottom: 1px solid #e6e6e6;
}
.header-top-right {
text-align: right;
}
.header-wrapper {
background: url(../images/background.png);
/*border-bottom: 1px solid #e6e6e6;*/
}
.main-menu-wrapper {
background-color: #ffffff;
border-bottom: 5px solid #98B709;
}
/* USER LINKS STYLE */
.user-links {
font-family: "Titillium Web";
}
.user-links .login {
position: relative;
display: inline-block;
}
.user-links .login a.login-link {
display: block;
background: url(../images/link-arrow.png) no-repeat 20px center;
padding: 8px 15px 8px 30px;
border-left: 1px solid #e6e6e6;
}
.user-links .login .login-form {
position: absolute;
display: none;
background: url(../images/login-form-background.png) no-repeat left top #ffffff;
width: 180px;
padding: 25px 20px 20px;
border: 1px solid #e6e6e6;
box-shadow: 0 0 3px #bababa;
z-index: 50;
}
.user-links .login .login-form input.text-input-grey {
height: 30px;
margin-bottom: 20px;
}
.user-links .login .login-form .password-restore {
display: inline-block;
width: 30%;
line-height: 15px;
background: url(../images/link-arrow.png) no-repeat 5px 5px;
padding-left: 15px;
}
.user-links .login .login-form .button-2-green {
float: right;
width: 45%;
}
.user-links .register {
position: relative;
display: inline-block;
}
.user-links a.register-link {
display: block;
background: url(../images/link-arrow.png) no-repeat 20px center;
padding: 8px 17px 8px 30px;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
}
.user-links .register .register-form {
position: absolute;
display: none;
background: url(../images/register-form-background.png) no-repeat left top #ffffff;
width: 180px;
padding: 25px 20px 20px;
border: 1px solid #e6e6e6;
box-shadow: 0 0 3px #bababa;
z-index: 50;
}
.user-links .register .register-form input.text-input-grey {
height: 30px;
margin-bottom: 20px;
}
.user-links .register .register-form .fields-required {
display: inline-block;
width: 45%;
line-height: 15px;
}
.user-links .register .register-form .button-2-green {
float: right;
width: 45%;
}
/* SOCIAL LINKS STYLE */
.social-links {
float: left;
display: inline-block;
line-height: 25px;
padding: 0 15px;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
}
.social-links a {
display: inline-block;
margin: 6px 3px 0;
}
/* LANGUAGE SELECTOR STYLE */
.languages {
display: inline-block;
float: right;
vertical-align: top;
font-family: "Titillium Web";
line-height: 38px;
}
.languages a {
display: inline-block;
width: 40px;
text-align: center;
border-right: 1px solid #E6E6E6;
}
.languages a.current {
color: #98b709;
}
/* LOGO STYLE */
.logo img {
display: block;
margin: 30px 0;
}
/* ADVERTISEMENT BANNER STYLE */
.adverisement a {
display: block;
}
.adverisement a img {
display: block;
max-width: 100%;
height: auto;
margin: 20px auto;
}
/* MAIN MENU STYLE */
/* First level links */
.main-menu ul {
display: table;
background-color: #98B709;
padding: 0;
margin: 0;
text-align: center;
}
.main-menu ul li {
display: inline-block;
float: left;
position: relative;
list-style: none;
border-right: 1px solid #e6e6e6;
}
.main-menu ul li a {
display: block;
line-height: 18px;
font-family: "Patua One";
background-color: #ffffff;
padding: 25px 27px 25px;
}
.main-menu ul li a:hover {
background: url(../images/hover-arrow-up.png) no-repeat center bottom #ffffff;
color: #98b709;
}
.main-menu ul li.first {
border-left: 1px solid #e6e6e6;
}
.main-menu ul li.active {
position: relative;
top: -3px;
background-color: #98B709;
border-top: 3px solid #98B709;
border-left: none;
border-right: none;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.main-menu ul li.active a {
background-color: #98B709;
color: #ffffff;
padding: 25px 28px 22px;
}
.main-menu ul li.neighbour-left {
background-color: #98B709;
border-right: none;
}
.main-menu ul li.neighbour-left a,
.main-menu ul li.neighbour-left div {
background-color: #ffffff;
border-bottom-right-radius: 3px;
}
.main-menu ul li.neighbour-right {
background-color: #98B709;
}
.main-menu ul li.neighbour-right a,
.main-menu ul li.neighbour-right div {
background-color: #ffffff;
border-bottom-left-radius: 3px;
}
.main-menu ul li.empty {
border: none;
}
.main-menu ul li.empty div {
display: block;
height: 62px;
background-color: #ffffff;
padding: 3px;
}
/* Second level links */
.main-menu ul li ul {
position: absolute;
width: 200px;
top: 73px;
z-index: 20;
}
.main-menu ul li ul li {
width: 100%;
background-color: #343434;
border-right: none;
}
.main-menu ul li ul li.first {
border-left: none;
}
.main-menu ul li ul li a,
.main-menu ul li.active ul li a,
.main-menu ul li.neighbour-left ul li a,
.main-menu ul li.neighbour-right ul li a {
width: 100%;
font-family: "Titillium Web";
background-color: #343434;
text-align: left;
color: #98b709;
padding: 19px 20px;
border-top: 1px solid #434343;
border-bottom: 1px solid #272727;
}
.main-menu ul li ul li.first a {
border-top: none;
}
.main-menu ul li ul li.last a {
border-bottom: none;
}
.main-menu ul li ul li a:hover {
background-image: none;
background-color: #343434;
color: #ffffff;
}
/* MOBILE MAIN MENU */
.main-menu {
text-align: center;
}
.main-menu select.mnav {
width: 100%;
padding: 10px;
margin: 10px 0;
}
/************************
3. CONTENT ELEMENTS STYLE
************************/
section.content {
position: relative;
}
.search-wrapper {
position: absolute;
width: 100%;
background-color: rgba(77, 77, 77, 0.9);
z-index: 10;
}
.map-wrapper {
position: relative;
}
.street-view-wrapper {
height: 530px;
}
.industries-tabs-wrapper {
background-color: #ffffff;
border-top: 5px solid #98b709;
border-bottom: 1px solid #e7e7e7;
}
.content-wrapper {
background: url(../images/background.png) repeat;
}
.content-wrapper .zone-content {
padding-top: 35px;
padding-bottom: 40px;
}
.sidebar-container {
/*background-color: rgba(77, 77, 77, 0.07);*/
}
.sidebar-container .block {
margin-top: 40px;
}
.partners-wrapper {
background-color: #ffffff;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.interlayer {
height: 40px;
background: url(../images/background.png) repeat;
}
/* "SEARCH" BLOCK */
.search {
position: relative;
}
.search .default-search .input-text {
float: left;
width: 26%;
padding: 10px 1.5%;
margin: 20px 2% 20px 0;
}
.search .default-search .jquery-selectbox {
float: left;
width: 20% !important;
}
.search .default-search .submit {
float: left;
width: 13%;
height: 40px;
font-family: "Patua One";
font-size: 1em;
text-transform: uppercase;
color: #ffffff;
background: url("../images/search-button-background.png") no-repeat left #a6c12a;
cursor: pointer;
padding-left: 43px;
border: none;
border-radius: 25px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
margin: 20px 0;
}
.search .advanced-search {
padding-top: 20px;
}
.search .advanced-search label {
display: block;
float: left;
width: 23.4375%;
line-height: 20px;
font-family: "Patua One";
color: #ffffff;
padding: 20px 0;
}
.search .advanced-search .slider {
display: block;
float: left;
width: 62.5%;
height: 12px;
background: rgba(25, 25, 25, 0.6);
margin: 24px 0;
border-bottom: 1px solid #7d7d7d;
border-radius: 7px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.85) inset;
}
.search .advanced-search .slider .ui-slider-range {
background-color: #98b709;
height: 10px;
border-radius: 7px 7px 7px 7px;
margin: 1px;
}
.search .advanced-search .slider .ui-slider-handle {
height: 20px;
background: url(../images/slider-handle.png) no-repeat center center;
cursor: pointer;
}
.search .advanced-search .slider-value {
display: block;
float: left;
width: 7.0625%;
line-height: 20px;
font-family: "Patua One";
color: #ffffff;
padding: 20px 3.5%;
}
.search .advanced-search input {
display: block;
float: left;
width: 17%;
padding: 10px 1.5%;
margin: 10px 1% 10px 0;
}
.search .advanced-search input.input-zip-code {
margin-left: 23.4375%;
}
.search .advanced-search .jquery-selectbox {
display: block;
float: left;
width: 59.5% !important;
margin-top: 10px;
}
.search .advanced-search .location-fields .jquery-selectbox {
width: 17% !important;
margin: 10px 1% 10px 0;
}
.search .advanced-search .submit {
float: right;
width: 125px;
height: 40px;
font-family: "Patua One";
font-size: 1em;
text-transform: uppercase;
color: #ffffff;
background: url("../images/search-button-background.png") no-repeat left #a6c12a;
cursor: pointer;
padding-left: 40px;
border: none;
border-radius: 25px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
margin-bottom: 50px;
}
.search .advanced-search-control {
position: absolute;
bottom: -22px;
right: 0;
background: url(../images/advanced-search-background.png) no-repeat center center;
}
.search .advanced-search-control .advanced-search-button {
display: block;
min-width: 100px;
text-align: center;
color: #ffffff;
padding: 0 55px 0 45px;
background: url(../images/advanced-search-arrow-down.png) no-repeat 150px center;
line-height: 22px;
}
.search .advanced-search-control .advanced-search-button.expanded {
background: url(../images/advanced-search-arrow-up.png) no-repeat 142px center;
}
ul.ui-autocomplete {
background-color: #343434;
border-radius: 3px;
margin-top: 10px;
}
ul.ui-autocomplete li.ui-menu-item a {
color: #98b709;
padding-left: 10px;
}
ul.ui-autocomplete li.ui-menu-item a.ui-state-focus,
ul.ui-autocomplete li.ui-menu-item a.ui-state-active {
background-color: #87683d;
color: #eeeeee;
padding-left: 10px !important;
margin: 0;
}
/* GOOGLE MAP BLOCK */
.map {
width: 100%;
height: 620px;
}
.hide-map-control {
position: absolute;
background: url(../images/hide-map-background.png) no-repeat center center;
bottom: 0;
width: 100%;
}
.hide-map-control .hide-map-button {
display: block;
background: url(../images/advanced-search-arrow-up.png) no-repeat 135px center;
text-align: center;
color: #ffffff;
width: 210px;
height: 22px;
margin: 0 auto;
}
.hide-map-control .hide-map-button.map-collapsed {
background: url(../images/advanced-search-arrow-down.png) no-repeat 140px center;
}
/* "GOOGLE STREET VIEW" BLOCK */
.street-view-wrapper {
height: 620px;
}
.street-view-wrapper iframe {
width: 100%;
height: 620px;
border: none;
}
/* "SLIDESHOW" BLOCK */
.slideshow {
position: relative;
overflow: hidden;
}
.slideshow .slides img {
display: block;
width: auto;
height: 620px;
}
.slideshow .flex-direction-nav a {
width: 80px;
height: 104px;
opacity: 1;
margin-top: -52px;
z-index: 5;
}
.slideshow .flex-direction-nav .flex-prev {
left: 0;
background: url(../images/slideshow-previous.png) no-repeat center center;
}
.slideshow .flex-direction-nav .flex-next {
right: 0;
background: url(../images/slideshow-next.png) no-repeat center center;
}
/* "INDUSTRIES TABS" BLOCK */
.industries-tabs ul {
padding: 0;
margin: 0;
}
.industries-tabs ul li {
display: block;
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 6.6666666%;
height: 65px;
border-right: 1px solid #e7e7e7;
}
.industries-tabs ul li.first {
border-left: 1px solid #e7e7e7;
}
.industries-tabs ul li:hover {
background: url(../images/hover-arrow-down.png) no-repeat center top;
}
.industries-tabs ul li a {
display: block;
width: 100%;
height: 100%;
}
.industries-tabs ul li a.airport {
background: url(../images/icon-airport-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.airport,
.industries-tabs ul li a.airport:hover {
background: url(../images/icon-airport-green.png) no-repeat center center;
}
.industries-tabs ul li a.restaurant {
background: url(../images/icon-restaurant-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.restaurant,
.industries-tabs ul li a.restaurant:hover {
background: url(../images/icon-restaurant-green.png) no-repeat center center;
}
.industries-tabs ul li a.shop {
background: url(../images/icon-shop-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.shop,
.industries-tabs ul li a.shop:hover {
background: url(../images/icon-shop-green.png) no-repeat center center;
}
.industries-tabs ul li a.entertainment {
background: url(../images/icon-entertainment-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.entertainment,
.industries-tabs ul li a.entertainment:hover {
background: url(../images/icon-entertainment-green.png) no-repeat center center;
}
.industries-tabs ul li a.realestate {
background: url(../images/icon-realestate-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.realestate,
.industries-tabs ul li a.realestate:hover {
background: url(../images/icon-realestate-green.png) no-repeat center center;
}
.industries-tabs ul li a.sports {
background: url(../images/icon-sports-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.sports,
.industries-tabs ul li a.sports:hover {
background: url(../images/icon-sports-green.png) no-repeat center center;
}
.industries-tabs ul li a.cars {
background: url(../images/icon-cars-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.cars,
.industries-tabs ul li a.cars:hover {
background: url(../images/icon-cars-green.png) no-repeat center center;
}
.industries-tabs ul li a.education {
background: url(../images/icon-education-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.education,
.industries-tabs ul li a.education:hover {
background: url(../images/icon-education-green.png) no-repeat center center;
}
.industries-tabs ul li a.garden {
background: url(../images/icon-garden-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.garden,
.industries-tabs ul li a.garden:hover {
background: url(../images/icon-garden-green.png) no-repeat center center;
}
.industries-tabs ul li a.mechanic {
background: url(../images/icon-mechanic-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.mechanic,
.industries-tabs ul li a.mechanic:hover {
background: url(../images/icon-mechanic-green.png) no-repeat center center;
}
.industries-tabs ul li a.offices {
background: url(../images/icon-offices-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.offices,
.industries-tabs ul li a.offices:hover {
background: url(../images/icon-offices-green.png) no-repeat center center;
}
.industries-tabs ul li a.advertising {
background: url(../images/icon-advertising-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.advertising,
.industries-tabs ul li a.advertising:hover {
background: url(../images/icon-advertising-green.png) no-repeat center center;
}
.industries-tabs ul li a.industry {
background: url(../images/icon-industry-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.industry,
.industries-tabs ul li a.industry:hover {
background: url(../images/icon-industry-green.png) no-repeat center center;
}
.industries-tabs ul li a.postal {
background: url(../images/icon-postal-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.postal,
.industries-tabs ul li a.postal:hover {
background: url(../images/icon-postal-green.png) no-repeat center center;
}
.industries-tabs ul li a.libraries {
background: url(../images/icon-libraries-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.libraries,
.industries-tabs ul li a.libraries:hover {
background: url(../images/icon-libraries-green.png) no-repeat center center;
}
/* "WELCOME" BLOCK */
.welcome {
margin-bottom: 60px;
}
.welcome .welcome-text {
font-family: "<NAME>";
font-size: 1.2857em;
margin: 20px 0;
}
.welcome .welcome-globe {
position: relative;
margin: 50px 0;
}
.welcome .welcome-globe .globe {
position: absolute;
top: -20px;
left: 50%;
margin-left: -122px;
z-index: 10;
}
.welcome .welcome-globe .globe-background {
position: absolute;
left: 0;
width: 100%;
height: 101%;
z-index: 5;
}
.welcome .welcome-globe a {
display: block;
position: relative;
float: left;
width: 50%;
line-height: 50px;
font-family: "Patua One";
z-index: 10;
}
.welcome .welcome-globe a.left.edge {
width: 38%;
padding-left: 12%;
}
.welcome .welcome-globe a.right.edge {
width: 38%;
padding-right: 12%;
text-align: right;
}
.welcome .welcome-globe a.left.middle {
width: 42%;
padding-left: 7%;
margin-left: 1%;
}
.welcome .welcome-globe a.right.middle {
width: 42%;
padding-right: 7%;
margin-right: 1%;
text-align: right;
}
.welcome .welcome-globe a.left.edge.top {
padding-left: 9%;
margin-left: 3%;
}
.welcome .welcome-globe a.right.edge.top {
padding-right: 9%;
margin-right: 3%;
}
.welcome .welcome-globe a.left.middle.bottom {
padding-left: 5%;
margin-left: 3%;
}
.welcome .welcome-globe a.right.middle.bottom {
padding-right: 5%;
margin-right: 3%;
}
.welcome .welcome-globe a.left.edge.bottom,
.welcome .welcome-globe a.right.edge.bottom {
border: none;
}
/* OUR DIRECTORY BLOCK STYLE */
.our-directory .subscription-table {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
/*background-color: #ffffff;*/
text-align: center;
/*border-top: 1px solid #e7e7e7;*/
/*border-left: 1px solid #e7e7e7;*/
margin-top: 40px;
}
.our-directory .subscription-table .subscription-column {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
float: left;
width: 33.33333%;
/*border-right: 1px solid #e7e7e7;*/
/*border-bottom: 1px solid #e7e7e7;*/
}
.our-directory .subscription-table .subscription-column .subscription-header,
.our-directory .subscription-table .subscription-column .subscription-body {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.our-directory .subscription-table .subscription-column .subscription-header {
border-bottom: 1px solid #e7e7e7;
}
.our-directory .subscription-table .subscription-footer {
clear: both;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 30px;
/*border-right: 1px solid #e7e7e7;*/
/*border-bottom: 1px solid #e7e7e7;*/
}
.our-directory .subscription-table .subscription-header {
font-family: "Patua One";
font-size: 1.2857em;
line-height: 50px;
}
.our-directory .subscription-table .subscription-body {
display: block;
line-height: 20px;
font-family: "Patua One";
font-size: 1.2857em;
padding: 20px;
}
.our-directory .subscription-table .subscription-body input {
font-size: 0.77777em;
margin-top: 10px;
}
.our-directory .subscription-table .subscription-body .radio-buttons {
font-family: "Titillium Web";
font-size: 0.77777em;
line-height: 20px;
text-align: left;
}
.our-directory .subscription-table .subscription-body .radio-buttons input {
margin: 10px 12px 0 5px;
}
.our-directory .subscription-table .subscription-footer .subscription-background {
/*background: url(../images/title-background.png) repeat-x left center;*/
}
.our-directory .subscription-table .subscription-footer .subscription-background .subscription-button-wrapper {
/*width: 200px;*/
/*background-color: #ffffff;*/
margin: 0 auto;
}
/* "COMPANIES LISTINGS" BLOCK */
.company-listing {
background-color: #ffffff;
border: 1px solid #e7e7e7;
margin-top: 20px;
}
.company-listing .listing-image {
display: block;
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 150px;
padding: 3px;
border-right: 1px solid #e7e7e7;
margin-right: 20px;
}
.company-listing .listing-image img {
display: block;
width: 100%;
height: auto;
}
.company-listing .listing-body {
padding-right: 20px;
}
.company-listing .listing-body .listing-rating {
float: right;
font-family: "Patua One";
line-height: 50px;
}
.company-listing .listing-body .listing-title {
font-family: "Patua One";
line-height: 50px;
font-size: 1.28571em;
}
.company-listing .listing-body .listing-read-more {
background: url(../images/link-arrow.png) no-repeat left center;
line-height: 30px;
padding-left: 10px;
}
/* "SINGLE COMPANY" BLOCK */
.single-company .company-info {
padding-bottom: 20px;
margin-top: 30px;
}
.single-company .company-info .company-info-social {
float: left;
width: 198px;
background-color: #ffffff;
border: 1px solid #e7e7e7;
}
.single-company .company-info .company-info-social .compnay-photo {
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 150px;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
padding: 3px;
}
.single-company .company-info .company-info-social .compnay-photo img {
display: block;
max-width: 100%;
height: auto;
}
.single-company .company-info .company-info-social .facebook,
.single-company .company-info .company-info-social .twitter,
.single-company .company-info .company-info-social .google {
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 50px;
height: 50px;
border-bottom: 1px solid #e7e7e7;
margin-left: 150px;
}
.single-company .company-info .company-info-social .facebook {
background: url(../images/facebook-icon-grey.png) no-repeat center center;
}
.single-company .company-info .company-info-social .twitter {
background: url(../images/twitter-icon-grey.png) no-repeat center center;
}
.single-company .company-info .company-info-social .google {
background: url(../images/google-icon-grey.png) no-repeat center center;
}
.single-company .company-info .company-info-social .company-rating {
font-family: "Patua One";
line-height: 50px;
text-align: center;
}
.single-company .company-info .company-info-social .company-rating .increase {
display: block;
float: right;
width: 31px;
height: 50px;
background: url(../images/plus.png) no-repeat left center;
}
.single-company .company-info .company-info-social .company-rating .discrease {
display: block;
float: left;
width: 31px;
height: 50px;
background: url(../images/minus.png) no-repeat right center;
}
.single-company .company-info .company-info-description {
margin-left: 220px;
}
.single-company .company-info .company-info-description .breadcrumbs span {
display: inline-block;
width: 25px;
height: 10px;
background: url(../images/link-arrow.png) no-repeat center center;
}
.single-company .company-info .company-info-description .representation {
font-family: "Patua One";
font-size: 1.28571em;
margin: 8px 0;
}
.single-company .company-info .company-info-description .description {
line-height: 20px;
}
.single-company .company-photos {
padding-bottom: 20px;
}
.single-company .company-photos .big-photo {
display: block;
background-color: #ffffff;
padding: 3px;
border: 1px solid #e7e7e7;
margin-right: 210px;
}
.single-company .company-photos .big-photo img {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.single-company .company-photos .photo-thumbnails {
float: right;
width: 210px;
}
.single-company .company-photos .photo-thumbnails .thumbnail {
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 30%;
height: 63px;
cursor: pointer;
padding: 3px;
border: 1px solid #e7e7e7;
margin-left: 3.33333%;
margin-bottom: 6px;
opacity: 0.4;
}
.single-company .company-photos .photo-thumbnails .thumbnail.current {
opacity: 1;
background-color: #ffffff;
}
.single-company .company-photos .photo-thumbnails .thumbnail .thumbnail-inner {
height: 100%;
overflow: hidden;
}
.single-company .company-photos .photo-thumbnails .thumbnail img {
display: block;
width: auto;
max-height: 100%;
margin: 0 auto;
}
/* "COMPANY DETAILS" BLOCK */
.company-details {
padding-bottom: 20px
}
.company-details .details-title {
font-family: "Patua One";
font-size: 1.2857em;
margin-bottom: 35px;
}
.company-details .company-address {
float: left;
margin-right: 10%;
margin-bottom: 20px;
}
.company-details .company-address .detail {
line-height: 18px;
padding-left: 30px;
margin-bottom: 20px;
}
.company-details .company-address .detail.address {
background: url(../images/small-green-marker.png) no-repeat left 3px;
}
.company-details .company-address .detail.phone {
background: url(../images/small-green-phone.png) no-repeat left 3px;
}
.company-details .company-address .detail.email {
background: url(../images/small-green-email.png) no-repeat left 3px;
}
.company-details .company-hours {
float: left;
margin-bottom: 40px;
}
.company-details .company-hours .detail {
line-height: 18px;
margin-bottom: 20px;
}
.company-details .company-hours .detail .detail-label {
display: inline-block;
width: 140px;
font-family: "Patua One";
}
.company-details .company-map {
background-color: #ffffff;
padding: 3px;
border: 1px solid #e7e7e7;
}
.company-details .company-map iframe {
width: 100%;
height: 192px;
border: none;
}
/* "COMMENT MESSAGE" BLOCK */
.comments-tree {
margin-bottom: 20px;
}
.comments-tree .comment {
padding-bottom: 20px;
border-bottom: 1px solid #e7e7e7;
margin-top: 40px;
}
.comments-tree .comment.reply {
margin-top: 20px;
margin-left: 25px;
}
.comments-tree .comment .user-picture {
float: left;
width: 50px;
height: 50px;
background-color: #ffffff;
padding: 3px;
border: 1px solid #e7e7e7;
}
.comments-tree .comment .user-picture img {
display: block;
width: 100%;
height: auto;
}
.comments-tree .comment .comment-body {
margin-left: 65px;
}
.comments-tree .comment .comment-body .comment-author .author {
font-family: "<NAME>";
}
.comments-tree .comment .comment-body .comment-text {
line-height: 18px;
}
.comment-message {
background-color: #ffffff;
border: 1px solid #e7e7e7;
}
.comment-message .comment-message-title {
font-family: "<NAME>";
font-size: 1.2857em;
line-height: 20px;
padding: 15px 20px;
border-bottom: 1px solid #e7e7e7;
}
.comment-message .comment-message-form {
padding: 20px;
}
.comment-message .comment-message-form input.name,
.comment-message .comment-message-form input.email,
.comment-message .comment-message-form input.website {
float: left;
width: 26%;
padding: 0 2%;
margin-right: 5%;
}
.comment-message .comment-message-form input.website {
margin-right: 0;
}
.comment-message .comment-message-form .comment-message-main {
width: 96%;
resize: none;
overflow: auto;
padding: 0 2%;
margin: 20px 0 20px;
}
/* "CONTACT US" BLOCK */
.contact-us .comment-message {
margin: 40px 0;
}
/* "PRICING" BLOCK */
.pricing {
margin-bottom: 35px;
}
/* "SHORTCODES" BLOCK */
.shortcodes input {
width: 26%;
margin-top: 20px;
margin-bottom: 20px;
margin-right: 10%;
}
.shortcodes input.row-last {
margin-right: 0;
}
/* "BLOG" BLOCK */
.blog .blog-post-preview {
margin-top: 40px;
}
.blog .blog-post-preview .blog-post-preview-left {
float: left;
}
.blog .blog-post-preview .blog-post-preview-left .blog-post-date {
background: url(../images/post-date-background.png) no-repeat right top;
padding: 3px 0;
margin-top: 7px;
}
.blog .blog-post-preview .blog-post-preview-left .blog-post-date .day {
width: 80px;
line-height: 35px;
background-color: #98b709;
font-family: "Patua One";
font-size: 2.57143em;
color: #ffffff;
text-align: center;
padding-top: 12px;
border-top-left-radius: 3px;
}
.blog .blog-post-preview .blog-post-preview-left .blog-post-date .month {
width: 80px;
line-height: 18px;
background-color: #98b709;
font-family: "Patua One";
color: #ffffff;
text-align: center;
}
.blog .blog-post-preview .blog-post-preview-left .blog-post-date .year {
width: 80px;
line-height: 22px;
background-color: #98b709;
color: #ffffff;
text-align: center;
padding-bottom: 12px;
border-bottom-left-radius: 3px;
}
.blog .blog-post-preview .blog-post-preview-right {
border-left: 5px solid #98b709;
margin-left: 80px;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-image img {
display: block;
width: 100%;
height: auto;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description {
background-color: #ffffff;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description .blog-post-title-comments {
position: relative;
border-bottom: 1px solid #e7e7e7;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description .blog-post-comments {
display: block;
position: absolute;
right: 0;
top: 0;
width: 35px;
height: 100%;
line-height: 51px;
font-family: "Patua One";
font-size: 1.2857em;
color: #d2d2d2;
background: url(../images/comments.png) no-repeat 15px 20px;
padding-left: 40px;
border-left: 1px solid #e7e7e7;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description .blog-post-title {
font-family: "Patua One";
font-size: 1.2857em;
padding: 14px 20px;
margin-right: 75px;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description .blog-post-excerpt {
line-height: 18px;
padding: 14px 20px;
border-bottom: 1px solid #e7e7e7;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description .blog-post-links .read-more-link {
float: right;
line-height: 50px;
background: url(../images/link-arrow.png) no-repeat left center;
padding-left: 10px;
margin-right: 20px;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description .blog-post-links .blog-post-author {
display: inline-block;
line-height: 50px;
background: url(../images/user.png) no-repeat 20px center;
padding-left: 45px;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description .blog-post-links .blog-post-category {
display: inline-block;
line-height: 50px;
background: url(../images/tag.png) no-repeat 20px center;
padding-left: 45px;
}
.blog .older-posts {
text-align: right;
margin-top: 40px;
}
/* "BLOG POST" BLOCK */
.blog-post {
margin-bottom: 40px;
}
.blog-post .blog-post-image {
margin-top: 40px;
}
.blog-post .blog-post-image img {
display: block;
width: 100%;
height: auto;
}
.blog-post .blog-post-subtitle {
font-family: "Patua One";
font-size: 1.2857em;
margin-top: 40px;
}
.blog-post .blog-post-body {
line-height: 24px;
margin-top: 40px;
}
.blog-post .blog-post-info {
border: 1px solid #e7e7e7;
background-color: #ffffff;
}
.blog-post .blog-post-info .blog-post-author {
display: inline-block;
line-height: 50px;
background: url(../images/user.png) no-repeat 20px center;
padding-left: 45px;
}
.blog-post .blog-post-info .blog-post-category {
display: inline-block;
line-height: 50px;
background: url(../images/tag.png) no-repeat 20px center;
padding-left: 45px;
}
.blog-post .blog-post-info .social-links {
float: right;
border: none;
padding-top: 7px;
}
/* "RECENTLY ADDED" SIDEBAR BLOCKS */
ul.entries-list {
list-style: none;
padding: 0;
margin: 0 20px;
}
ul.entries-list li {
margin-top: 18px;
}
ul.entries-list li .thumbnail {
float: left;
display: block;
margin-right: 10px;
}
ul.entries-list li .thumbnail img {
display: block;
max-width: 52px;
height: auto;
background-color: #ffffff;
padding: 3px;
border: 1px solid #e7e7e7;
}
ul.entries-list li .entry-title {
font-family: "Patua One";
}
ul.entries-list li .entry-excerpt {
line-height: 18px;
}
.recently-added .two-images-banner {
margin: 40px 13px 0;
}
.recently-added .two-images-banner a {
display: block;
float: left;
width: 45%;
margin: 0 2.5%;
}
.recently-added .two-images-banner a img {
display: block;
width: 100%;
max-width: 150px;
height: auto;
margin: 0 auto;
}
.latest-news .one-image-banner {
margin-top: 40px;
}
.latest-news .one-image-banner a img {
display: block;
width: 100%;
max-width: 307px;
height: auto;
margin: 0 auto;
}
/* "SIDEBAR SEARCH" SIDEBAR BLOCK */
.sidebar-search.block {
position: relative;
margin: 20px 20px 0;
}
.sidebar-search .sidebar-search-input {
width: 90%;
height: 38px;
color: #4d4d4d;
padding: 0 5%;
border: 1px solid #e7e7e7;
}
.sidebar-search .sidebar-search-submit {
position: absolute;
top: 10px;
right: 10px;
width: 20px;
height: 20px;
background: url(../images/magnifier-green.png) no-repeat 95% center #ffffff;
border: none;
cursor: pointer;
}
/* "CATEGORIES" SIDEBAR BLOCK */
.categories ul {
list-style: none;
margin: 15px 20px 0;
padding: 0;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #f8f8f8;
}
.categories ul li {
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid #e7e7e7;
}
.categories ul li a {
line-height: 48px;
background: url(../images/link-arrow.png) no-repeat left center;
padding-left: 10px;
}
/* "OUR PARTNERS" BLOCK */
.partners {
text-align: center;
padding-top: 30px;
padding-bottom: 40px;
}
.partners .block-title {
margin-bottom: 50px;
}
.partners .partner {
display: inline-block;
vertical-align: top;
margin: 0 0.5% 10px;
}
.partners img {
display: block;
width: 100%;
height: auto;
}
/* "PORTFOLIO SELECTION" BLOCK */
.portfolio-selection .portfolio-filter-buttons input {
padding: 0 10px;
margin: 30px 5px 0 0;
}
.portfolio-selection .portfolio-filter-buttons input.current {
color: #c8c8c8;
}
/* "PORTFOLIO LISTING" BLOCK */
.portfolio-listing {
background-color: #ffffff;
border: 1px solid #e7e7e7;
margin-top: 40px;
}
.portfolio-listing .portfolio-image {
padding: 3px;
border-bottom: 1px solid #e7e7e7;
}
.portfolio-listing .portfolio-image img {
display: block;
max-width: 100%;
height: auto;
}
.portfolio-listing .portfolio-description {
position: relative;
}
.portfolio-listing .portfolio-description .portfolio-title-category {
padding: 20px;
margin-right: 160px;
}
.portfolio-listing .portfolio-description .portfolio-title-category .portfolio-title {
font-family: "Patua One";
font-size: 1.2857em;
}
.portfolio-listing .portfolio-description .portfolio-enlarge {
position: absolute;
top: 0;
right: 80px;
width: 79px;
height: 100%;
background: url(../images/magnifier.png) no-repeat center center;
border-left: 1px solid #e7e7e7;
}
.portfolio-listing .portfolio-description .portfolio-link {
position: absolute;
top: 0;
right: 0;
width: 79px;
height: 100%;
background: url(../images/link.png) no-repeat center center;
border-left: 1px solid #e7e7e7;
}
/* "PORTFOLIO LISTING SMALL" BLOCK */
.portfolio-listing-small {
background-color: #ffffff;
border: 1px solid #e7e7e7;
margin-top: 40px;
}
.portfolio-listing-small .portfolio-image {
padding: 3px;
border-bottom: 1px solid #e7e7e7;
}
.portfolio-listing-small .portfolio-image img {
display: block;
max-width: 100%;
height: auto;
}
.portfolio-listing-small .portfolio-title {
font-family: "Patua One";
font-size: 1.2857em;
text-align: center;
padding: 10px;
border-bottom: 1px solid #e7e7e7;
}
.portfolio-listing-small .portfolio-description {
position: relative;
}
.portfolio-listing-small .portfolio-description .portfolio-category {
padding: 10px;
margin-right: 80px;
}
.portfolio-listing-small .portfolio-description .portfolio-enlarge {
position: absolute;
top: 0;
right: 40px;
width: 39px;
height: 100%;
background: url(../images/magnifier-small.png) no-repeat center center;
border-left: 1px solid #e7e7e7;
}
.portfolio-listing-small .portfolio-description .portfolio-link {
position: absolute;
top: 0;
right: 0;
width: 39px;
height: 100%;
background: url(../images/link-small.png) no-repeat center center;
border-left: 1px solid #e7e7e7;
}
/* "PROJECT HEADER" BLOCK */
.project-header .project-image {
background-color: #ffffff;
padding: 3px;
border: 1px solid #e7e7e7;
margin: 40px 0;
}
.project-header .project-image img {
display: block;
max-width: 100%;
height: auto;
}
/* "PROJECT BODY" BLOCK */
.project-body .project-short-description {
font-family: "Patua One";
font-size: 1.2857em;
margin-bottom: 30px;
}
.project-body .project-description {
line-height: 18px;
}
/***********************
4. FOOTER ELEMENTS STYLE
***********************/
.footer-wrapper {
background-color: #343434;
}
.footer-wrapper .zone-footer {
padding: 40px 0;
}
.footer-wrapper .zone-footer .footer-container .block {
float: left;
width: 23.4375%;
}
.copyright-wrapper {
background-color: #1a1a1a;
}
.copyright-wrapper .copyright-right-container {
text-align: right;
}
/* "WEBSITE SHORT DESCRIPTION" BLOCK */
.website-short-description {
margin-right: 2.0833333%;
}
.website-short-description .logo {
display: block;
margin-bottom: 30px;
}
.website-short-description .description-text {
line-height: 18px;
color: #a6a6a6;
}
/* "TWITTER FEED" BLOCK */
.twitter-feed {
line-height: 18px;
color: #a6a6a6;
margin-right: 2.0833333%;
}
.twitter-feed .title {
font-family: "<NAME>";
line-height: 15px;
color: #e6e6e6;
margin-bottom: 40px;
}
.twitter-feed ul {
list-style: none;
padding: 0;
margin: 0;
}
.twitter-feed ul li {
margin-bottom: 10px;
}
.twitter-feed ul li .tweet_avatar img {
display: block;
float: left;
margin-right: 10px;
}
.twitter-feed ul li .tweet_text {
display: block;
margin-left: 34px;
}
.twitter-feed ul li a {
color: #98b709;
}
/* "RECENT POSTS" BLOCK */
.recent-posts {
margin-right: 2.0833333%;
}
.recent-posts .title {
font-family: "<NAME>";
line-height: 15px;
color: #e6e6e6;
margin-bottom: 25px;
}
.recent-posts ul {
list-style: none;
padding: 0;
margin: 0;
}
.recent-posts ul li {
border-top: 1px solid #494949;
border-bottom: 1px solid #25282a;
}
.recent-posts ul li.first {
border-top: none;
}
.recent-posts ul li.last {
border-bottom: none;
}
.recent-posts ul li a {
line-height: 48px;
}
/* "FLICKR FEED" BLOCK */
.flickr-feed .title {
font-family: "<NAME>";
line-height: 15px;
color: #e6e6e6;
margin-bottom: 40px;
}
.flickr-feed li {
display: inline-block;
width: 16%;
list-style: none;
padding: 1.5%;
border: 1px solid #4d4d4d;
margin: 0 5% 7px 0;
}
.flickr-feed li img {
display: block;
width: 100%;
height: auto;
}
/* "COPYRIGHT" BLOCK */
.copyright {
line-height: 80px;
color: #a6a6a6;
}
/* "SOCIAL LINKS" BLOCK IN FOOTER */
.copyright-right-container .social-links {
padding: 21px 0;
border: none;
border-left: none;
}
.btn{
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn-success{
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
} | Web/public/web/css/styles.css | @import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);
@import url(http://fonts.googleapis.com/css?family=Patua+One);
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
body {
font-family: "Titillium Web";
font-size: 14px;
color: #4d4d4d;
margin: 0;
}
.section {
background-color: #ffffff;
}
iframe {
display: block;
}
a {
color: #4d4d4d;
text-decoration: none;
transition: color 0.2s ease-in-out 0s;
}
a:hover {
color: #98b709;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
h1 {
font-size: 3.42857em;
}
h3 {
font-size: 1.2857em;
}
a, img {
border: none;
}
/*****************
1. COMMON ELEMENTS
*****************/
/* TEXT */
.text-green {
color: #98b709;
}
/* TEXT COLUMNS */
.text-column {
float: left;
margin: 20px 0;
}
.text-column .title {
font-family: "Patua One";
font-size: 1.2857em;
}
.text-column.column-half {
width: 48%;
padding-right: 2%;
}
.text-column.column-one-third {
width: 31.3333333%;
padding-right: 2%
}
.text-column.column-two-third {
width: 64.6666666%;
padding-right: 2%
}
/* LISTS */
ul.list-bullets {
list-style: inside;
list-style-image: url(../images/bullet.png);
padding: 0;
border-top: 1px solid #e7e7e7;
margin: 15px 0 0 0;
}
ul.list-bullets li {
padding: 14px 0;
border-bottom: 1px solid #e7e7e7;
}
ul.list-check {
list-style: inside;
list-style-image: url(../images/check.png);
padding: 0;
border-top: 1px solid #e7e7e7;
margin: 15px 0 0 0;
}
ul.list-check li {
padding: 14px 0;
border-bottom: 1px solid #e7e7e7;
}
/* NOTIFICATIONS */
.notification-general {
border: 1px solid #dfdfdf;
border-radius: 2px;
margin: 40px 0;
}
.notification-general .notification-inner {
position: relative;
font-family: "Patua One";
background: url(../images/notification-general.png) no-repeat 12px center;
background-color: rgba(77, 77, 77, 0.04);
color: #4d4d4d;
text-align: center;
padding: 12px 40px;
border: 1px solid #ffffff;
border-radius: 2px;
}
.notification-general .notification-inner .close {
display: block;
position: absolute;
top: 50%;
margin-top: -5px;
right: 12px;
width: 11px;
height: 11px;
background: url(../images/close-grey.png) no-repeat;
}
.notification-success {
border: 1px solid #ecf2d0;
border-radius: 2px;
margin: 40px 0;
}
.notification-success .notification-inner {
position: relative;
font-family: "Patua One";
background: url(../images/notification-success.png) no-repeat 12px center;
background-color: rgba(158, 192, 22, 0.04);
color: #9ec016;
text-align: center;
padding: 12px 40px;
border: 1px solid #ffffff;
border-radius: 2px;
}
.notification-success .notification-inner .close {
display: block;
position: absolute;
top: 50%;
margin-top: -5px;
right: 12px;
width: 11px;
height: 11px;
background: url(../images/close-green.png) no-repeat;
}
.notification-error {
border: 1px solid #f5dfdf;
border-radius: 2px;
margin: 40px 0;
}
.notification-error .notification-inner {
position: relative;
font-family: "Patua One";
background: url(../images/notification-error.png) no-repeat 12px center;
background-color: rgba(215, 0, 0, 0.04);
color: #d70000;
text-align: center;
padding: 12px 40px;
border: 1px solid #ffffff;
border-radius: 2px;
}
.notification-error .notification-inner .close {
display: block;
position: absolute;
top: 50%;
margin-top: -5px;
right: 12px;
width: 11px;
height: 11px;
background: url(../images/close-red.png) no-repeat;
}
.notification-notice {
border: 1px solid #faf0cc;
border-radius: 2px;
margin: 40px 0;
}
.notification-notice .notification-inner {
position: relative;
font-family: "Patua One";
background: url(../images/notification-general.png) no-repeat 12px center;
background-color: rgba(231, 179, 0, 0.04);
color: #e7b300;
text-align: center;
padding: 12px 40px;
border: 1px solid #ffffff;
border-radius: 2px;
}
.notification-notice .notification-inner .close {
display: block;
position: absolute;
top: 50%;
margin-top: -5px;
right: 12px;
width: 11px;
height: 11px;
background: url(../images/close-yellow.png) no-repeat;
}
/* BLOCK TITLES */
.block-title {
/*background: url(../images/title-background.png) repeat-x left center;*/
font-family: "Patua One";
text-align: center;
}
.block-title h1,
.block-title h3,
.block-title h4 {
display: inline-block;
background: url(../images/background.png);
padding: 0 20px;
}
.block-title.background-white h1,
.block-title.background-white h3,
.block-title.background-white h4 {
background-image: none;
background-color: #ffffff;
}
.sidebar-container .block-title {
margin: 0 20px;
}
.sidebar-container .block-title h1,
.sidebar-container .block-title h3,
.sidebar-container .block-title h4 {
/*background: url(../images/sidebar-background.png);*/
}
/* TEXT INPUTS */
.text-input-grey {
width: 82%;
/*background-color: #f2f2f2;*/
font-family: "Titillium Web";
font-size: 1em;
line-height: 30px;
height: 30px;
color: #999999;
padding: 0 9%;
border: none;
/*border-radius: 20px;*/
box-shadow: 0 0 5px #bababa inset;
}
.text-input-black {
height: 20px;
font-family: "Titillium Web";
font-size: 1em;
color: #999999;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnNDIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLW9wYWNpdHk9Ii44IiBzdG9wLWNvbG9yPSIjMTkxOTE5IiB<KEY>
background: linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -moz-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -webkit-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -ms-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 25, 0.8)), to(rgba(65, 65, 65, 0.5)));
padding: 10px 15px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #7d7d7d;
border-radius: 25px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7) inset;
}
/* SELECT LIST */
.jquery-selectbox {
position: relative;
height: 20px;
font-family: "Titillium Web";
font-size: 1em;
color: #999999;
background: url(data:image/svg+xml;base64,<KEY>);
background: linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -moz-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -webkit-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -ms-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 25, 0.8)), to(rgba(65, 65, 65, 0.5)));
padding: 10px 1.5%;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #7d7d7d;
border-radius: 25px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7) inset;
margin: 20px 2% 20px 0;
}
.jquery-selectbox.selecthover {
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnNDIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLW9wYWNpdHk9Ii44IiBzdG9wLWNvbG9yPSIjMTkxOTE5IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLW9wYWNpdHk9Ii41IiBzdG9wLWNvbG9yPSIjNDE0MTQxIiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0MikiIC8+DQo8L3N2Zz4=);
background: linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -moz-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -webkit-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -ms-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(65, 65, 65, 0.5));
background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 25, 0.8)), to(rgba(65, 65, 65, 0.5)));
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #7d7d7d;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7) inset;
}
.jquery-selectbox .jquery-selectbox-moreButton {
position: absolute;
float: none;
top: 2px;
right: 1px;
width: 38px;
height: 38px;
background: url(../images/dropdown-arrow.png) no-repeat;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
background: url(../images/dropdown-arrow.png) no-repeat;
}
.jquery-selectbox .jquery-selectbox-list {
top: 50px;
width: 98% !important;
max-height: 400px;
background-color: #343434;
color: #98b709;
padding: 0;
border: none;
border-radius: 3px;
}
.jquery-selectbox .jquery-selectbox-list span {
padding: 19px 0 19px 20px;
border-top: 1px solid #434343;
border-bottom: 1px solid #272727;
}
.jquery-selectbox .jquery-selectbox-list span:first-child {
border-top: none;
}
.jquery-selectbox-list span:last-child {
border-bottom: none;
}
.jquery-selectbox-list span.listelementhover {
background-color: #343434;
cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-currentItem {
line-height: 20px;
padding: 0;
}
/* BUTTONS */
.button-green {
height: 50px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 40px;
border-top: 1px solid #f4f4f4;
border-left: none;
border-right: none;
border-bottom: 3px solid #849f08;
border-radius: 25px;
}
.button-red {
height: 50px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,<KEY>);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 40px;
border-top: 1px solid #f4f4f4;
border-left: none;
border-right: none;
border-bottom: 3px solid #c30101;
border-radius: 25px;
}
.button-blue {
height: 50px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,<KEY>);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 40px;
border-top: 1px solid #f4f4f4;
border-left: none;
border-right: none;
border-bottom: 3px solid #0c87dd;
border-radius: 25px;
}
.button-grey {
height: 50px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,<KEY>PC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 40px;
border-top: 1px solid #f4f4f4;
border-left: none;
border-right: none;
border-bottom: 3px solid #434343;
border-radius: 25px;
}
.button-violet {
height: 50px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 40px;
border-top: 1px solid #f4f4f4;
border-left: none;
border-right: none;
border-bottom: 3px solid #c101c3;
border-radius: 25px;
}
.button-orange {
height: 50px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 40px;
border-top: 1px solid #f4f4f4;
border-left: none;
border-right: none;
border-bottom: 3px solid #c89b00;
border-radius: 25px;
}
.button-2-green {
height: 30px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 18px;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 3px solid #849f08;
border-radius: 4px;
}
.button-2-red {
height: 30px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,<KEY>);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 18px;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 3px solid #c30101;
border-radius: 4px;
}
.button-2-blue {
height: 30px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 18px;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 3px solid #0c87dd;
border-radius: 4px;
}
.button-2-grey {
height: 30px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 18px;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 3px solid #434343;
border-radius: 4px;
}
.button-2-violet {
height: 30px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyY<KEY>
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 18px;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 3px solid #c101c3;
border-radius: 4px;
}
.button-2-orange {
height: 30px;
font-family: "Patua One";
font-size: 1em;
color: #4d4d4d;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
cursor: pointer;
padding: 0 18px;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 3px solid #c89b00;
border-radius: 4px;
}
/* PAGINATION */
.pagination {
background: url(../images/title-background.png) repeat-x left center;
text-align: center;
margin-top: 30px;
}
.pagination .pagination-buttons {
display: inline-block;
background: url(../images/background.png);
padding: 0 18px;
}
.pagination .pagination-buttons a {
display: inline-block;
width: 30px;
line-height: 30px;
font-family: "Patua One";
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJnMTg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTZFNkU2IiBvZmZzZXQ9IjEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODgpIiAvPg0KPC9zdmc+);
background: linear-gradient(top, #ffffff, #e6e6e6);
background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
text-align: center;
border-top: 1px solid #e7e7e7;
border-left: 1px solid #e7e7e7;
border-right: 1px solid #e7e7e7;
box-shadow: 0 1px 3px #e7e7e7;
border-bottom: 3px solid #849f08;
border-radius: 4px;
margin: 0 3px;
}
.pagination .pagination-buttons a.current-page {
color: #c8c8c8;
}
/* DECORATIONS */
.separator {
height: 10px;
background: url(../images/title-background.png) repeat-x;
margin: 20px 0 40px;
}
/* "EMPLOYEE INFO" BLOCK */
.employee-info {
padding-bottom: 20px;
margin-top: 30px;
}
.employee-info .employee-info-social {
float: left;
width: 198px;
background-color: #ffffff;
border: 1px solid #e7e7e7;
}
.employee-info .employee-info-social .employee-photo {
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 150px;
border-right: 1px solid #e7e7e7;
padding: 3px;
}
.employee-info .employee-info-social .employee-photo img {
display: block;
max-width: 100%;
height: auto;
}
.employee-info .employee-info-social .facebook,
.employee-info .employee-info-social .twitter,
.employee-info .employee-info-social .google {
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 50px;
height: 50px;
border-bottom: 1px solid #e7e7e7;
margin-left: 150px;
}
.employee-info .employee-info-social .facebook {
background: url(../images/facebook-logo-grey.png) no-repeat center center;
}
.employee-info .employee-info-social .twitter {
background: url(../images/twitter-icon-grey.png) no-repeat center center;
}
.employee-info .employee-info-social .google {
background: url(../images/google-icon-grey.png) no-repeat center center;
border-bottom: none;
}
.employee-info .employee-info-description {
margin-left: 220px;
}
.employee-info .employee-info-description .name {
font-family: "<NAME>";
font-size: 1.28571em;
}
.employee-info .employee-info-description .position {
font-family: "Patua One";
margin-bottom: 8px;
}
.employee-info .employee-info-description .description {
line-height: 20px;
}
/* PRICING TABLE */
.pricing-table {
background-color: #ffffff;
margin: 40px 0;
border-top: 1px solid #e7e7e7;
border-left: 1px solid #e7e7e7;
}
.pricing-table .pricing-column {
float: left;
width: 33.3333333%
}
.pricing-table .pricing-column .pricing-header {
font-family: "Patua One";
font-size: 1.2857em;
line-height: 46px;
text-align: center;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.pricing-table .pricing-column .pricing-cost {
font-family: "Patua One";
font-size: 1.2857em;
text-align: center;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.pricing-table .pricing-column .pricing-cost span {
font-size: 2.6666666em;
}
.pricing-table .pricing-column .pricing-cell {
height: 20px;
line-height: 15px;
text-align: center;
padding: 15px 0;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
/* "BOX SWITCH" STYLE */
.boxed-switch {
position: fixed;
bottom: 0;
right: 0;
font-family: "Patua One";
background-color: #98b709;
color: #FFFFFF;
padding: 5px;
cursor: pointer;
border-top-left-radius: 5px;
z-index: 10;
}
/***********************
2. HEADER ELEMENTS STYLE
***********************/
.header-top-wrapper {
background-color: #ffffff;
border-bottom: 1px solid #e6e6e6;
}
.header-top-right {
text-align: right;
}
.header-wrapper {
background: url(../images/background.png);
/*border-bottom: 1px solid #e6e6e6;*/
}
.main-menu-wrapper {
background-color: #ffffff;
border-bottom: 5px solid #98B709;
}
/* USER LINKS STYLE */
.user-links {
font-family: "Titillium Web";
}
.user-links .login {
position: relative;
display: inline-block;
}
.user-links .login a.login-link {
display: block;
background: url(../images/link-arrow.png) no-repeat 20px center;
padding: 8px 15px 8px 30px;
border-left: 1px solid #e6e6e6;
}
.user-links .login .login-form {
position: absolute;
display: none;
background: url(../images/login-form-background.png) no-repeat left top #ffffff;
width: 180px;
padding: 25px 20px 20px;
border: 1px solid #e6e6e6;
box-shadow: 0 0 3px #bababa;
z-index: 50;
}
.user-links .login .login-form input.text-input-grey {
height: 30px;
margin-bottom: 20px;
}
.user-links .login .login-form .password-restore {
display: inline-block;
width: 30%;
line-height: 15px;
background: url(../images/link-arrow.png) no-repeat 5px 5px;
padding-left: 15px;
}
.user-links .login .login-form .button-2-green {
float: right;
width: 45%;
}
.user-links .register {
position: relative;
display: inline-block;
}
.user-links a.register-link {
display: block;
background: url(../images/link-arrow.png) no-repeat 20px center;
padding: 8px 17px 8px 30px;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
}
.user-links .register .register-form {
position: absolute;
display: none;
background: url(../images/register-form-background.png) no-repeat left top #ffffff;
width: 180px;
padding: 25px 20px 20px;
border: 1px solid #e6e6e6;
box-shadow: 0 0 3px #bababa;
z-index: 50;
}
.user-links .register .register-form input.text-input-grey {
height: 30px;
margin-bottom: 20px;
}
.user-links .register .register-form .fields-required {
display: inline-block;
width: 45%;
line-height: 15px;
}
.user-links .register .register-form .button-2-green {
float: right;
width: 45%;
}
/* SOCIAL LINKS STYLE */
.social-links {
float: left;
display: inline-block;
line-height: 25px;
padding: 0 15px;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
}
.social-links a {
display: inline-block;
margin: 6px 3px 0;
}
/* LANGUAGE SELECTOR STYLE */
.languages {
display: inline-block;
float: right;
vertical-align: top;
font-family: "Titillium Web";
line-height: 38px;
}
.languages a {
display: inline-block;
width: 40px;
text-align: center;
border-right: 1px solid #E6E6E6;
}
.languages a.current {
color: #98b709;
}
/* LOGO STYLE */
.logo img {
display: block;
margin: 30px 0;
}
/* ADVERTISEMENT BANNER STYLE */
.adverisement a {
display: block;
}
.adverisement a img {
display: block;
max-width: 100%;
height: auto;
margin: 20px auto;
}
/* MAIN MENU STYLE */
/* First level links */
.main-menu ul {
display: table;
background-color: #98B709;
padding: 0;
margin: 0;
text-align: center;
}
.main-menu ul li {
display: inline-block;
float: left;
position: relative;
list-style: none;
border-right: 1px solid #e6e6e6;
}
.main-menu ul li a {
display: block;
line-height: 18px;
font-family: "Patua One";
background-color: #ffffff;
padding: 25px 27px 25px;
}
.main-menu ul li a:hover {
background: url(../images/hover-arrow-up.png) no-repeat center bottom #ffffff;
color: #98b709;
}
.main-menu ul li.first {
border-left: 1px solid #e6e6e6;
}
.main-menu ul li.active {
position: relative;
top: -3px;
background-color: #98B709;
border-top: 3px solid #98B709;
border-left: none;
border-right: none;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.main-menu ul li.active a {
background-color: #98B709;
color: #ffffff;
padding: 25px 28px 22px;
}
.main-menu ul li.neighbour-left {
background-color: #98B709;
border-right: none;
}
.main-menu ul li.neighbour-left a,
.main-menu ul li.neighbour-left div {
background-color: #ffffff;
border-bottom-right-radius: 3px;
}
.main-menu ul li.neighbour-right {
background-color: #98B709;
}
.main-menu ul li.neighbour-right a,
.main-menu ul li.neighbour-right div {
background-color: #ffffff;
border-bottom-left-radius: 3px;
}
.main-menu ul li.empty {
border: none;
}
.main-menu ul li.empty div {
display: block;
height: 62px;
background-color: #ffffff;
padding: 3px;
}
/* Second level links */
.main-menu ul li ul {
position: absolute;
width: 200px;
top: 73px;
z-index: 20;
}
.main-menu ul li ul li {
width: 100%;
background-color: #343434;
border-right: none;
}
.main-menu ul li ul li.first {
border-left: none;
}
.main-menu ul li ul li a,
.main-menu ul li.active ul li a,
.main-menu ul li.neighbour-left ul li a,
.main-menu ul li.neighbour-right ul li a {
width: 100%;
font-family: "Titillium Web";
background-color: #343434;
text-align: left;
color: #98b709;
padding: 19px 20px;
border-top: 1px solid #434343;
border-bottom: 1px solid #272727;
}
.main-menu ul li ul li.first a {
border-top: none;
}
.main-menu ul li ul li.last a {
border-bottom: none;
}
.main-menu ul li ul li a:hover {
background-image: none;
background-color: #343434;
color: #ffffff;
}
/* MOBILE MAIN MENU */
.main-menu {
text-align: center;
}
.main-menu select.mnav {
width: 100%;
padding: 10px;
margin: 10px 0;
}
/************************
3. CONTENT ELEMENTS STYLE
************************/
section.content {
position: relative;
}
.search-wrapper {
position: absolute;
width: 100%;
background-color: rgba(77, 77, 77, 0.9);
z-index: 10;
}
.map-wrapper {
position: relative;
}
.street-view-wrapper {
height: 530px;
}
.industries-tabs-wrapper {
background-color: #ffffff;
border-top: 5px solid #98b709;
border-bottom: 1px solid #e7e7e7;
}
.content-wrapper {
background: url(../images/background.png) repeat;
}
.content-wrapper .zone-content {
padding-top: 35px;
padding-bottom: 40px;
}
.sidebar-container {
/*background-color: rgba(77, 77, 77, 0.07);*/
}
.sidebar-container .block {
margin-top: 40px;
}
.partners-wrapper {
background-color: #ffffff;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.interlayer {
height: 40px;
background: url(../images/background.png) repeat;
}
/* "SEARCH" BLOCK */
.search {
position: relative;
}
.search .default-search .input-text {
float: left;
width: 26%;
padding: 10px 1.5%;
margin: 20px 2% 20px 0;
}
.search .default-search .jquery-selectbox {
float: left;
width: 20% !important;
}
.search .default-search .submit {
float: left;
width: 13%;
height: 40px;
font-family: "Patua One";
font-size: 1em;
text-transform: uppercase;
color: #ffffff;
background: url("../images/search-button-background.png") no-repeat left #a6c12a;
cursor: pointer;
padding-left: 43px;
border: none;
border-radius: 25px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
margin: 20px 0;
}
.search .advanced-search {
padding-top: 20px;
}
.search .advanced-search label {
display: block;
float: left;
width: 23.4375%;
line-height: 20px;
font-family: "Patua One";
color: #ffffff;
padding: 20px 0;
}
.search .advanced-search .slider {
display: block;
float: left;
width: 62.5%;
height: 12px;
background: rgba(25, 25, 25, 0.6);
margin: 24px 0;
border-bottom: 1px solid #7d7d7d;
border-radius: 7px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.85) inset;
}
.search .advanced-search .slider .ui-slider-range {
background-color: #98b709;
height: 10px;
border-radius: 7px 7px 7px 7px;
margin: 1px;
}
.search .advanced-search .slider .ui-slider-handle {
height: 20px;
background: url(../images/slider-handle.png) no-repeat center center;
cursor: pointer;
}
.search .advanced-search .slider-value {
display: block;
float: left;
width: 7.0625%;
line-height: 20px;
font-family: "Patua One";
color: #ffffff;
padding: 20px 3.5%;
}
.search .advanced-search input {
display: block;
float: left;
width: 17%;
padding: 10px 1.5%;
margin: 10px 1% 10px 0;
}
.search .advanced-search input.input-zip-code {
margin-left: 23.4375%;
}
.search .advanced-search .jquery-selectbox {
display: block;
float: left;
width: 59.5% !important;
margin-top: 10px;
}
.search .advanced-search .location-fields .jquery-selectbox {
width: 17% !important;
margin: 10px 1% 10px 0;
}
.search .advanced-search .submit {
float: right;
width: 125px;
height: 40px;
font-family: "Patua One";
font-size: 1em;
text-transform: uppercase;
color: #ffffff;
background: url("../images/search-button-background.png") no-repeat left #a6c12a;
cursor: pointer;
padding-left: 40px;
border: none;
border-radius: 25px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
margin-bottom: 50px;
}
.search .advanced-search-control {
position: absolute;
bottom: -22px;
right: 0;
background: url(../images/advanced-search-background.png) no-repeat center center;
}
.search .advanced-search-control .advanced-search-button {
display: block;
min-width: 100px;
text-align: center;
color: #ffffff;
padding: 0 55px 0 45px;
background: url(../images/advanced-search-arrow-down.png) no-repeat 150px center;
line-height: 22px;
}
.search .advanced-search-control .advanced-search-button.expanded {
background: url(../images/advanced-search-arrow-up.png) no-repeat 142px center;
}
ul.ui-autocomplete {
background-color: #343434;
border-radius: 3px;
margin-top: 10px;
}
ul.ui-autocomplete li.ui-menu-item a {
color: #98b709;
padding-left: 10px;
}
ul.ui-autocomplete li.ui-menu-item a.ui-state-focus,
ul.ui-autocomplete li.ui-menu-item a.ui-state-active {
background-color: #87683d;
color: #eeeeee;
padding-left: 10px !important;
margin: 0;
}
/* GOOGLE MAP BLOCK */
.map {
width: 100%;
height: 620px;
}
.hide-map-control {
position: absolute;
background: url(../images/hide-map-background.png) no-repeat center center;
bottom: 0;
width: 100%;
}
.hide-map-control .hide-map-button {
display: block;
background: url(../images/advanced-search-arrow-up.png) no-repeat 135px center;
text-align: center;
color: #ffffff;
width: 210px;
height: 22px;
margin: 0 auto;
}
.hide-map-control .hide-map-button.map-collapsed {
background: url(../images/advanced-search-arrow-down.png) no-repeat 140px center;
}
/* "GOOGLE STREET VIEW" BLOCK */
.street-view-wrapper {
height: 620px;
}
.street-view-wrapper iframe {
width: 100%;
height: 620px;
border: none;
}
/* "SLIDESHOW" BLOCK */
.slideshow {
position: relative;
overflow: hidden;
}
.slideshow .slides img {
display: block;
width: auto;
height: 620px;
}
.slideshow .flex-direction-nav a {
width: 80px;
height: 104px;
opacity: 1;
margin-top: -52px;
z-index: 5;
}
.slideshow .flex-direction-nav .flex-prev {
left: 0;
background: url(../images/slideshow-previous.png) no-repeat center center;
}
.slideshow .flex-direction-nav .flex-next {
right: 0;
background: url(../images/slideshow-next.png) no-repeat center center;
}
/* "INDUSTRIES TABS" BLOCK */
.industries-tabs ul {
padding: 0;
margin: 0;
}
.industries-tabs ul li {
display: block;
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 6.6666666%;
height: 65px;
border-right: 1px solid #e7e7e7;
}
.industries-tabs ul li.first {
border-left: 1px solid #e7e7e7;
}
.industries-tabs ul li:hover {
background: url(../images/hover-arrow-down.png) no-repeat center top;
}
.industries-tabs ul li a {
display: block;
width: 100%;
height: 100%;
}
.industries-tabs ul li a.airport {
background: url(../images/icon-airport-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.airport,
.industries-tabs ul li a.airport:hover {
background: url(../images/icon-airport-green.png) no-repeat center center;
}
.industries-tabs ul li a.restaurant {
background: url(../images/icon-restaurant-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.restaurant,
.industries-tabs ul li a.restaurant:hover {
background: url(../images/icon-restaurant-green.png) no-repeat center center;
}
.industries-tabs ul li a.shop {
background: url(../images/icon-shop-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.shop,
.industries-tabs ul li a.shop:hover {
background: url(../images/icon-shop-green.png) no-repeat center center;
}
.industries-tabs ul li a.entertainment {
background: url(../images/icon-entertainment-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.entertainment,
.industries-tabs ul li a.entertainment:hover {
background: url(../images/icon-entertainment-green.png) no-repeat center center;
}
.industries-tabs ul li a.realestate {
background: url(../images/icon-realestate-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.realestate,
.industries-tabs ul li a.realestate:hover {
background: url(../images/icon-realestate-green.png) no-repeat center center;
}
.industries-tabs ul li a.sports {
background: url(../images/icon-sports-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.sports,
.industries-tabs ul li a.sports:hover {
background: url(../images/icon-sports-green.png) no-repeat center center;
}
.industries-tabs ul li a.cars {
background: url(../images/icon-cars-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.cars,
.industries-tabs ul li a.cars:hover {
background: url(../images/icon-cars-green.png) no-repeat center center;
}
.industries-tabs ul li a.education {
background: url(../images/icon-education-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.education,
.industries-tabs ul li a.education:hover {
background: url(../images/icon-education-green.png) no-repeat center center;
}
.industries-tabs ul li a.garden {
background: url(../images/icon-garden-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.garden,
.industries-tabs ul li a.garden:hover {
background: url(../images/icon-garden-green.png) no-repeat center center;
}
.industries-tabs ul li a.mechanic {
background: url(../images/icon-mechanic-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.mechanic,
.industries-tabs ul li a.mechanic:hover {
background: url(../images/icon-mechanic-green.png) no-repeat center center;
}
.industries-tabs ul li a.offices {
background: url(../images/icon-offices-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.offices,
.industries-tabs ul li a.offices:hover {
background: url(../images/icon-offices-green.png) no-repeat center center;
}
.industries-tabs ul li a.advertising {
background: url(../images/icon-advertising-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.advertising,
.industries-tabs ul li a.advertising:hover {
background: url(../images/icon-advertising-green.png) no-repeat center center;
}
.industries-tabs ul li a.industry {
background: url(../images/icon-industry-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.industry,
.industries-tabs ul li a.industry:hover {
background: url(../images/icon-industry-green.png) no-repeat center center;
}
.industries-tabs ul li a.postal {
background: url(../images/icon-postal-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.postal,
.industries-tabs ul li a.postal:hover {
background: url(../images/icon-postal-green.png) no-repeat center center;
}
.industries-tabs ul li a.libraries {
background: url(../images/icon-libraries-grey.png) no-repeat center center;
}
.industries-tabs ul li.active a.libraries,
.industries-tabs ul li a.libraries:hover {
background: url(../images/icon-libraries-green.png) no-repeat center center;
}
/* "WELCOME" BLOCK */
.welcome {
margin-bottom: 60px;
}
.welcome .welcome-text {
font-family: "<NAME>";
font-size: 1.2857em;
margin: 20px 0;
}
.welcome .welcome-globe {
position: relative;
margin: 50px 0;
}
.welcome .welcome-globe .globe {
position: absolute;
top: -20px;
left: 50%;
margin-left: -122px;
z-index: 10;
}
.welcome .welcome-globe .globe-background {
position: absolute;
left: 0;
width: 100%;
height: 101%;
z-index: 5;
}
.welcome .welcome-globe a {
display: block;
position: relative;
float: left;
width: 50%;
line-height: 50px;
font-family: "Patua One";
z-index: 10;
}
.welcome .welcome-globe a.left.edge {
width: 38%;
padding-left: 12%;
}
.welcome .welcome-globe a.right.edge {
width: 38%;
padding-right: 12%;
text-align: right;
}
.welcome .welcome-globe a.left.middle {
width: 42%;
padding-left: 7%;
margin-left: 1%;
}
.welcome .welcome-globe a.right.middle {
width: 42%;
padding-right: 7%;
margin-right: 1%;
text-align: right;
}
.welcome .welcome-globe a.left.edge.top {
padding-left: 9%;
margin-left: 3%;
}
.welcome .welcome-globe a.right.edge.top {
padding-right: 9%;
margin-right: 3%;
}
.welcome .welcome-globe a.left.middle.bottom {
padding-left: 5%;
margin-left: 3%;
}
.welcome .welcome-globe a.right.middle.bottom {
padding-right: 5%;
margin-right: 3%;
}
.welcome .welcome-globe a.left.edge.bottom,
.welcome .welcome-globe a.right.edge.bottom {
border: none;
}
/* OUR DIRECTORY BLOCK STYLE */
.our-directory .subscription-table {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
/*background-color: #ffffff;*/
text-align: center;
/*border-top: 1px solid #e7e7e7;*/
/*border-left: 1px solid #e7e7e7;*/
margin-top: 40px;
}
.our-directory .subscription-table .subscription-column {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
float: left;
width: 33.33333%;
/*border-right: 1px solid #e7e7e7;*/
/*border-bottom: 1px solid #e7e7e7;*/
}
.our-directory .subscription-table .subscription-column .subscription-header,
.our-directory .subscription-table .subscription-column .subscription-body {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.our-directory .subscription-table .subscription-column .subscription-header {
border-bottom: 1px solid #e7e7e7;
}
.our-directory .subscription-table .subscription-footer {
clear: both;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 30px;
/*border-right: 1px solid #e7e7e7;*/
/*border-bottom: 1px solid #e7e7e7;*/
}
.our-directory .subscription-table .subscription-header {
font-family: "Patua One";
font-size: 1.2857em;
line-height: 50px;
}
.our-directory .subscription-table .subscription-body {
display: block;
line-height: 20px;
font-family: "Patua One";
font-size: 1.2857em;
padding: 20px;
}
.our-directory .subscription-table .subscription-body input {
font-size: 0.77777em;
margin-top: 10px;
}
.our-directory .subscription-table .subscription-body .radio-buttons {
font-family: "Titillium Web";
font-size: 0.77777em;
line-height: 20px;
text-align: left;
}
.our-directory .subscription-table .subscription-body .radio-buttons input {
margin: 10px 12px 0 5px;
}
.our-directory .subscription-table .subscription-footer .subscription-background {
/*background: url(../images/title-background.png) repeat-x left center;*/
}
.our-directory .subscription-table .subscription-footer .subscription-background .subscription-button-wrapper {
/*width: 200px;*/
/*background-color: #ffffff;*/
margin: 0 auto;
}
/* "COMPANIES LISTINGS" BLOCK */
.company-listing {
background-color: #ffffff;
border: 1px solid #e7e7e7;
margin-top: 20px;
}
.company-listing .listing-image {
display: block;
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 150px;
padding: 3px;
border-right: 1px solid #e7e7e7;
margin-right: 20px;
}
.company-listing .listing-image img {
display: block;
width: 100%;
height: auto;
}
.company-listing .listing-body {
padding-right: 20px;
}
.company-listing .listing-body .listing-rating {
float: right;
font-family: "Patua One";
line-height: 50px;
}
.company-listing .listing-body .listing-title {
font-family: "Patua One";
line-height: 50px;
font-size: 1.28571em;
}
.company-listing .listing-body .listing-read-more {
background: url(../images/link-arrow.png) no-repeat left center;
line-height: 30px;
padding-left: 10px;
}
/* "SINGLE COMPANY" BLOCK */
.single-company .company-info {
padding-bottom: 20px;
margin-top: 30px;
}
.single-company .company-info .company-info-social {
float: left;
width: 198px;
background-color: #ffffff;
border: 1px solid #e7e7e7;
}
.single-company .company-info .company-info-social .compnay-photo {
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 150px;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
padding: 3px;
}
.single-company .company-info .company-info-social .compnay-photo img {
display: block;
max-width: 100%;
height: auto;
}
.single-company .company-info .company-info-social .facebook,
.single-company .company-info .company-info-social .twitter,
.single-company .company-info .company-info-social .google {
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 50px;
height: 50px;
border-bottom: 1px solid #e7e7e7;
margin-left: 150px;
}
.single-company .company-info .company-info-social .facebook {
background: url(../images/facebook-icon-grey.png) no-repeat center center;
}
.single-company .company-info .company-info-social .twitter {
background: url(../images/twitter-icon-grey.png) no-repeat center center;
}
.single-company .company-info .company-info-social .google {
background: url(../images/google-icon-grey.png) no-repeat center center;
}
.single-company .company-info .company-info-social .company-rating {
font-family: "Patua One";
line-height: 50px;
text-align: center;
}
.single-company .company-info .company-info-social .company-rating .increase {
display: block;
float: right;
width: 31px;
height: 50px;
background: url(../images/plus.png) no-repeat left center;
}
.single-company .company-info .company-info-social .company-rating .discrease {
display: block;
float: left;
width: 31px;
height: 50px;
background: url(../images/minus.png) no-repeat right center;
}
.single-company .company-info .company-info-description {
margin-left: 220px;
}
.single-company .company-info .company-info-description .breadcrumbs span {
display: inline-block;
width: 25px;
height: 10px;
background: url(../images/link-arrow.png) no-repeat center center;
}
.single-company .company-info .company-info-description .representation {
font-family: "Patua One";
font-size: 1.28571em;
margin: 8px 0;
}
.single-company .company-info .company-info-description .description {
line-height: 20px;
}
.single-company .company-photos {
padding-bottom: 20px;
}
.single-company .company-photos .big-photo {
display: block;
background-color: #ffffff;
padding: 3px;
border: 1px solid #e7e7e7;
margin-right: 210px;
}
.single-company .company-photos .big-photo img {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.single-company .company-photos .photo-thumbnails {
float: right;
width: 210px;
}
.single-company .company-photos .photo-thumbnails .thumbnail {
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 30%;
height: 63px;
cursor: pointer;
padding: 3px;
border: 1px solid #e7e7e7;
margin-left: 3.33333%;
margin-bottom: 6px;
opacity: 0.4;
}
.single-company .company-photos .photo-thumbnails .thumbnail.current {
opacity: 1;
background-color: #ffffff;
}
.single-company .company-photos .photo-thumbnails .thumbnail .thumbnail-inner {
height: 100%;
overflow: hidden;
}
.single-company .company-photos .photo-thumbnails .thumbnail img {
display: block;
width: auto;
max-height: 100%;
margin: 0 auto;
}
/* "COMPANY DETAILS" BLOCK */
.company-details {
padding-bottom: 20px
}
.company-details .details-title {
font-family: "Patua One";
font-size: 1.2857em;
margin-bottom: 35px;
}
.company-details .company-address {
float: left;
margin-right: 10%;
margin-bottom: 20px;
}
.company-details .company-address .detail {
line-height: 18px;
padding-left: 30px;
margin-bottom: 20px;
}
.company-details .company-address .detail.address {
background: url(../images/small-green-marker.png) no-repeat left 3px;
}
.company-details .company-address .detail.phone {
background: url(../images/small-green-phone.png) no-repeat left 3px;
}
.company-details .company-address .detail.email {
background: url(../images/small-green-email.png) no-repeat left 3px;
}
.company-details .company-hours {
float: left;
margin-bottom: 40px;
}
.company-details .company-hours .detail {
line-height: 18px;
margin-bottom: 20px;
}
.company-details .company-hours .detail .detail-label {
display: inline-block;
width: 140px;
font-family: "Patua One";
}
.company-details .company-map {
background-color: #ffffff;
padding: 3px;
border: 1px solid #e7e7e7;
}
.company-details .company-map iframe {
width: 100%;
height: 192px;
border: none;
}
/* "COMMENT MESSAGE" BLOCK */
.comments-tree {
margin-bottom: 20px;
}
.comments-tree .comment {
padding-bottom: 20px;
border-bottom: 1px solid #e7e7e7;
margin-top: 40px;
}
.comments-tree .comment.reply {
margin-top: 20px;
margin-left: 25px;
}
.comments-tree .comment .user-picture {
float: left;
width: 50px;
height: 50px;
background-color: #ffffff;
padding: 3px;
border: 1px solid #e7e7e7;
}
.comments-tree .comment .user-picture img {
display: block;
width: 100%;
height: auto;
}
.comments-tree .comment .comment-body {
margin-left: 65px;
}
.comments-tree .comment .comment-body .comment-author .author {
font-family: "<NAME>";
}
.comments-tree .comment .comment-body .comment-text {
line-height: 18px;
}
.comment-message {
background-color: #ffffff;
border: 1px solid #e7e7e7;
}
.comment-message .comment-message-title {
font-family: "<NAME>";
font-size: 1.2857em;
line-height: 20px;
padding: 15px 20px;
border-bottom: 1px solid #e7e7e7;
}
.comment-message .comment-message-form {
padding: 20px;
}
.comment-message .comment-message-form input.name,
.comment-message .comment-message-form input.email,
.comment-message .comment-message-form input.website {
float: left;
width: 26%;
padding: 0 2%;
margin-right: 5%;
}
.comment-message .comment-message-form input.website {
margin-right: 0;
}
.comment-message .comment-message-form .comment-message-main {
width: 96%;
resize: none;
overflow: auto;
padding: 0 2%;
margin: 20px 0 20px;
}
/* "CONTACT US" BLOCK */
.contact-us .comment-message {
margin: 40px 0;
}
/* "PRICING" BLOCK */
.pricing {
margin-bottom: 35px;
}
/* "SHORTCODES" BLOCK */
.shortcodes input {
width: 26%;
margin-top: 20px;
margin-bottom: 20px;
margin-right: 10%;
}
.shortcodes input.row-last {
margin-right: 0;
}
/* "BLOG" BLOCK */
.blog .blog-post-preview {
margin-top: 40px;
}
.blog .blog-post-preview .blog-post-preview-left {
float: left;
}
.blog .blog-post-preview .blog-post-preview-left .blog-post-date {
background: url(../images/post-date-background.png) no-repeat right top;
padding: 3px 0;
margin-top: 7px;
}
.blog .blog-post-preview .blog-post-preview-left .blog-post-date .day {
width: 80px;
line-height: 35px;
background-color: #98b709;
font-family: "Patua One";
font-size: 2.57143em;
color: #ffffff;
text-align: center;
padding-top: 12px;
border-top-left-radius: 3px;
}
.blog .blog-post-preview .blog-post-preview-left .blog-post-date .month {
width: 80px;
line-height: 18px;
background-color: #98b709;
font-family: "Patua One";
color: #ffffff;
text-align: center;
}
.blog .blog-post-preview .blog-post-preview-left .blog-post-date .year {
width: 80px;
line-height: 22px;
background-color: #98b709;
color: #ffffff;
text-align: center;
padding-bottom: 12px;
border-bottom-left-radius: 3px;
}
.blog .blog-post-preview .blog-post-preview-right {
border-left: 5px solid #98b709;
margin-left: 80px;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-image img {
display: block;
width: 100%;
height: auto;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description {
background-color: #ffffff;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description .blog-post-title-comments {
position: relative;
border-bottom: 1px solid #e7e7e7;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description .blog-post-comments {
display: block;
position: absolute;
right: 0;
top: 0;
width: 35px;
height: 100%;
line-height: 51px;
font-family: "Patua One";
font-size: 1.2857em;
color: #d2d2d2;
background: url(../images/comments.png) no-repeat 15px 20px;
padding-left: 40px;
border-left: 1px solid #e7e7e7;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description .blog-post-title {
font-family: "Patua One";
font-size: 1.2857em;
padding: 14px 20px;
margin-right: 75px;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description .blog-post-excerpt {
line-height: 18px;
padding: 14px 20px;
border-bottom: 1px solid #e7e7e7;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description .blog-post-links .read-more-link {
float: right;
line-height: 50px;
background: url(../images/link-arrow.png) no-repeat left center;
padding-left: 10px;
margin-right: 20px;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description .blog-post-links .blog-post-author {
display: inline-block;
line-height: 50px;
background: url(../images/user.png) no-repeat 20px center;
padding-left: 45px;
}
.blog .blog-post-preview .blog-post-preview-right .blog-post-description .blog-post-links .blog-post-category {
display: inline-block;
line-height: 50px;
background: url(../images/tag.png) no-repeat 20px center;
padding-left: 45px;
}
.blog .older-posts {
text-align: right;
margin-top: 40px;
}
/* "BLOG POST" BLOCK */
.blog-post {
margin-bottom: 40px;
}
.blog-post .blog-post-image {
margin-top: 40px;
}
.blog-post .blog-post-image img {
display: block;
width: 100%;
height: auto;
}
.blog-post .blog-post-subtitle {
font-family: "Patua One";
font-size: 1.2857em;
margin-top: 40px;
}
.blog-post .blog-post-body {
line-height: 24px;
margin-top: 40px;
}
.blog-post .blog-post-info {
border: 1px solid #e7e7e7;
background-color: #ffffff;
}
.blog-post .blog-post-info .blog-post-author {
display: inline-block;
line-height: 50px;
background: url(../images/user.png) no-repeat 20px center;
padding-left: 45px;
}
.blog-post .blog-post-info .blog-post-category {
display: inline-block;
line-height: 50px;
background: url(../images/tag.png) no-repeat 20px center;
padding-left: 45px;
}
.blog-post .blog-post-info .social-links {
float: right;
border: none;
padding-top: 7px;
}
/* "RECENTLY ADDED" SIDEBAR BLOCKS */
ul.entries-list {
list-style: none;
padding: 0;
margin: 0 20px;
}
ul.entries-list li {
margin-top: 18px;
}
ul.entries-list li .thumbnail {
float: left;
display: block;
margin-right: 10px;
}
ul.entries-list li .thumbnail img {
display: block;
max-width: 52px;
height: auto;
background-color: #ffffff;
padding: 3px;
border: 1px solid #e7e7e7;
}
ul.entries-list li .entry-title {
font-family: "Patua One";
}
ul.entries-list li .entry-excerpt {
line-height: 18px;
}
.recently-added .two-images-banner {
margin: 40px 13px 0;
}
.recently-added .two-images-banner a {
display: block;
float: left;
width: 45%;
margin: 0 2.5%;
}
.recently-added .two-images-banner a img {
display: block;
width: 100%;
max-width: 150px;
height: auto;
margin: 0 auto;
}
.latest-news .one-image-banner {
margin-top: 40px;
}
.latest-news .one-image-banner a img {
display: block;
width: 100%;
max-width: 307px;
height: auto;
margin: 0 auto;
}
/* "SIDEBAR SEARCH" SIDEBAR BLOCK */
.sidebar-search.block {
position: relative;
margin: 20px 20px 0;
}
.sidebar-search .sidebar-search-input {
width: 90%;
height: 38px;
color: #4d4d4d;
padding: 0 5%;
border: 1px solid #e7e7e7;
}
.sidebar-search .sidebar-search-submit {
position: absolute;
top: 10px;
right: 10px;
width: 20px;
height: 20px;
background: url(../images/magnifier-green.png) no-repeat 95% center #ffffff;
border: none;
cursor: pointer;
}
/* "CATEGORIES" SIDEBAR BLOCK */
.categories ul {
list-style: none;
margin: 15px 20px 0;
padding: 0;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #f8f8f8;
}
.categories ul li {
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid #e7e7e7;
}
.categories ul li a {
line-height: 48px;
background: url(../images/link-arrow.png) no-repeat left center;
padding-left: 10px;
}
/* "OUR PARTNERS" BLOCK */
.partners {
text-align: center;
padding-top: 30px;
padding-bottom: 40px;
}
.partners .block-title {
margin-bottom: 50px;
}
.partners .partner {
display: inline-block;
vertical-align: top;
margin: 0 0.5% 10px;
}
.partners img {
display: block;
width: 100%;
height: auto;
}
/* "PORTFOLIO SELECTION" BLOCK */
.portfolio-selection .portfolio-filter-buttons input {
padding: 0 10px;
margin: 30px 5px 0 0;
}
.portfolio-selection .portfolio-filter-buttons input.current {
color: #c8c8c8;
}
/* "PORTFOLIO LISTING" BLOCK */
.portfolio-listing {
background-color: #ffffff;
border: 1px solid #e7e7e7;
margin-top: 40px;
}
.portfolio-listing .portfolio-image {
padding: 3px;
border-bottom: 1px solid #e7e7e7;
}
.portfolio-listing .portfolio-image img {
display: block;
max-width: 100%;
height: auto;
}
.portfolio-listing .portfolio-description {
position: relative;
}
.portfolio-listing .portfolio-description .portfolio-title-category {
padding: 20px;
margin-right: 160px;
}
.portfolio-listing .portfolio-description .portfolio-title-category .portfolio-title {
font-family: "Patua One";
font-size: 1.2857em;
}
.portfolio-listing .portfolio-description .portfolio-enlarge {
position: absolute;
top: 0;
right: 80px;
width: 79px;
height: 100%;
background: url(../images/magnifier.png) no-repeat center center;
border-left: 1px solid #e7e7e7;
}
.portfolio-listing .portfolio-description .portfolio-link {
position: absolute;
top: 0;
right: 0;
width: 79px;
height: 100%;
background: url(../images/link.png) no-repeat center center;
border-left: 1px solid #e7e7e7;
}
/* "PORTFOLIO LISTING SMALL" BLOCK */
.portfolio-listing-small {
background-color: #ffffff;
border: 1px solid #e7e7e7;
margin-top: 40px;
}
.portfolio-listing-small .portfolio-image {
padding: 3px;
border-bottom: 1px solid #e7e7e7;
}
.portfolio-listing-small .portfolio-image img {
display: block;
max-width: 100%;
height: auto;
}
.portfolio-listing-small .portfolio-title {
font-family: "Patua One";
font-size: 1.2857em;
text-align: center;
padding: 10px;
border-bottom: 1px solid #e7e7e7;
}
.portfolio-listing-small .portfolio-description {
position: relative;
}
.portfolio-listing-small .portfolio-description .portfolio-category {
padding: 10px;
margin-right: 80px;
}
.portfolio-listing-small .portfolio-description .portfolio-enlarge {
position: absolute;
top: 0;
right: 40px;
width: 39px;
height: 100%;
background: url(../images/magnifier-small.png) no-repeat center center;
border-left: 1px solid #e7e7e7;
}
.portfolio-listing-small .portfolio-description .portfolio-link {
position: absolute;
top: 0;
right: 0;
width: 39px;
height: 100%;
background: url(../images/link-small.png) no-repeat center center;
border-left: 1px solid #e7e7e7;
}
/* "PROJECT HEADER" BLOCK */
.project-header .project-image {
background-color: #ffffff;
padding: 3px;
border: 1px solid #e7e7e7;
margin: 40px 0;
}
.project-header .project-image img {
display: block;
max-width: 100%;
height: auto;
}
/* "PROJECT BODY" BLOCK */
.project-body .project-short-description {
font-family: "Patua One";
font-size: 1.2857em;
margin-bottom: 30px;
}
.project-body .project-description {
line-height: 18px;
}
/***********************
4. FOOTER ELEMENTS STYLE
***********************/
.footer-wrapper {
background-color: #343434;
}
.footer-wrapper .zone-footer {
padding: 40px 0;
}
.footer-wrapper .zone-footer .footer-container .block {
float: left;
width: 23.4375%;
}
.copyright-wrapper {
background-color: #1a1a1a;
}
.copyright-wrapper .copyright-right-container {
text-align: right;
}
/* "WEBSITE SHORT DESCRIPTION" BLOCK */
.website-short-description {
margin-right: 2.0833333%;
}
.website-short-description .logo {
display: block;
margin-bottom: 30px;
}
.website-short-description .description-text {
line-height: 18px;
color: #a6a6a6;
}
/* "TWITTER FEED" BLOCK */
.twitter-feed {
line-height: 18px;
color: #a6a6a6;
margin-right: 2.0833333%;
}
.twitter-feed .title {
font-family: "<NAME>";
line-height: 15px;
color: #e6e6e6;
margin-bottom: 40px;
}
.twitter-feed ul {
list-style: none;
padding: 0;
margin: 0;
}
.twitter-feed ul li {
margin-bottom: 10px;
}
.twitter-feed ul li .tweet_avatar img {
display: block;
float: left;
margin-right: 10px;
}
.twitter-feed ul li .tweet_text {
display: block;
margin-left: 34px;
}
.twitter-feed ul li a {
color: #98b709;
}
/* "RECENT POSTS" BLOCK */
.recent-posts {
margin-right: 2.0833333%;
}
.recent-posts .title {
font-family: "<NAME>";
line-height: 15px;
color: #e6e6e6;
margin-bottom: 25px;
}
.recent-posts ul {
list-style: none;
padding: 0;
margin: 0;
}
.recent-posts ul li {
border-top: 1px solid #494949;
border-bottom: 1px solid #25282a;
}
.recent-posts ul li.first {
border-top: none;
}
.recent-posts ul li.last {
border-bottom: none;
}
.recent-posts ul li a {
line-height: 48px;
}
/* "FLICKR FEED" BLOCK */
.flickr-feed .title {
font-family: "<NAME>";
line-height: 15px;
color: #e6e6e6;
margin-bottom: 40px;
}
.flickr-feed li {
display: inline-block;
width: 16%;
list-style: none;
padding: 1.5%;
border: 1px solid #4d4d4d;
margin: 0 5% 7px 0;
}
.flickr-feed li img {
display: block;
width: 100%;
height: auto;
}
/* "COPYRIGHT" BLOCK */
.copyright {
line-height: 80px;
color: #a6a6a6;
}
/* "SOCIAL LINKS" BLOCK IN FOOTER */
.copyright-right-container .social-links {
padding: 21px 0;
border: none;
border-left: none;
}
.btn{
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn-success{
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
} | 0.225246 | 0.086671 |
:root {
--nav-height: 30px;
--section-header-height: 35px;
--main-fg-color: #ffcc66;
--dark-fg-color: #ffa566;
--darklight-fg-color: #ffd2b2;
--light-fg-color: #fffcee;
--comp-color: #a6ffed;
--comp-light-color: #a6ffed;
--comp-dark-color: #97ffea;
--comp-dark2-color: #3dcc87;
--main-bg-color: #fff0cb;
--dark-bg-color: #998f7a;
--dark2-bg-color: #544F43;
--dark3-bg-color: #211F1A;
}
body, div, p, span, input, h1, table, tbody, th, tr, td {
margin: 0;
padding: 0;
}
pre {
margin: 10px;
}
html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
body {
background-color: var(--main-bg-color);
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
* {
font-family: monospace;
font-size: 14px;
}
.button {
display: block;
height: 23px;
line-height: 23px;
padding: 0 5px;
border: 1px solid var(--dark-bg-color);
font-size: 18px;
text-decoration: none;
text-align: center;
color: black;
user-select: none;
}
.button.disabled {
background-color: var(--dark-bg-color);
border: 1px solid black;
}
.nav {
width: 100%;
height: var(--nav-height);
flex-shrink: 0;
display: flex;
color: var(--main-fg-color);
background-color: var(--dark-bg-color);
}
.nav__item {
display: block;
height: 20px;
line-height: 20px;
padding: 5px 10px;
text-decoration: none;
color: var(--main-fg-color);
background-color: var(--dark-bg-color);
}
.nav__item--logo {
font-weight: bold;
background-color: var(--dark2-bg-color);
}
.nav__item--selected {
font-weight: bold;
color: var(--comp-dark2-color);
background-color: var(--main-bg-color);
}
.section {
display: none;
}
.section--selected {
display: block;
flex-grow: 1;
height: 100px; /* workaround: layout flexbox by container size not content size */
}
.section--selected.section--split {
display: flex;
flex-direction: row;
}
.section--split > .split--rightpane {
flex-grow: 1;
}
.section__header {
display: flex;
box-sizing: border-box;
padding: 5px;
height: var(--section-header-height);
line-height: var(--section-header-height);
width: 100%;
background-color: var(--main-bg-color);
border-bottom: 1px solid var(--dark-bg-color);
}
.splitbar {
min-width: 5px;
background-color: var(--dark-bg-color);
cursor: ew-resize;
}
.drag_parent > * {
user-select: none;
}
.content__table {
table-layout: fixed;
border-collapse: collapse;
width: 100%;
}
.content__entry {
}
.content__entry:hover {
background-color: var(--light-fg-color);
}
.content__entry--cursor {
/* Material Icon keyboard_arrow_right: https://github.com/google/material-design-icons */
background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"><path d="M8.59,16.59L13.17,12L8.59,7.41L10,6l6,6l-6,6L8.59,16.59z"/><path fill="none" d="M0,0h24v24H0V0z"/></svg>') no-repeat left -5px center;
}
.content__cell {
padding: 5px;
}
.preview {
z-index: 100;
position: absolute;
top: var(--nav-height);
height: calc(100% - 22px - var(--nav-height));
width: calc(100% - 22px);
margin: 10px;
border: 1px solid var(--dark-bg-color);
box-shadow: 1px 1px 2px 1px rgba(153,153,153,1);
background-color: var(--light-fg-color);
}
.preview__header {
flex-shrink: 0;
display: flex;
align-items: center;
flex-direction: row;
height: 30px;
width: 100%;
background-color: var(--darklight-fg-color);
}
.preview__title {
padding: 3px;
flex-grow: 1;
font-weight: bold;
}
.preview__close {
margin-right: 3px;
}
.preview__content {
height: calc(100% - 30px);
overflow: auto;
}
.preview__imgcont {
height: calc(100% - 30px);
}
.preview__img {
display: block;
max-width: 100%;
max-height: 100%;
object-fit: scale-down;
/* margin-left: auto; */
/* margin-right: auto; */
margin: auto;
}
.preview__entry:hover {
background-color: var(--comp-color);
}
.preview__cell--name {
padding-left: 15px;
white-space: nowrap;
text-overflow: ellipsis;
}
.preview__cell--size {
text-align: right;
width: 85px;
}
.kvview {
padding: 5px;
}
.kvview__item {
display: flex;
font-size: 14px;
height: 20px;
padding: 5px 0;
border-bottom: 1px solid var(--dark-bg-color);
}
.kvview__item:hover {
background-color: var(--light-fg-color);
}
.kvview__label {
width: 300px;
}
.kvview__value {
flex-grow: 1;
}
.infobar {
display: flex;
flex-direction: row;
background-color: var(--dark-fg-color);
}
.infobar__text {
flex-grow: 1;
margin-left: 5px;
line-height: 25px;
height: 25px;
font-weight: bold;
color: var(--dark3-bg-color);
}
.infobar__button {
background-color: var(--darklight-fg-color);
}
browse-fs {
display: flex;
flex-direction: column;
}
browse-fs.modal {
background-color: var(--dark-bg-color);
}
browse-fs.hasfocus {
}
.browsefs__header {
flex-grow: 0;
flex-shrink: 0;
}
.browsefs__header--query {
display: none;
}
browse-fs.filtered .browsefs__header--query {
display: flex;
background-color: var(--comp-dark-color);
}
.browsefs__confirm {
display: none;
flex-direction: column;
padding: 0;
height: auto;
}
browse-fs.confirmactive .browsefs__confirm {
display: flex;
}
.browsefs__confirm--title {
background-color: var(--dark2-bg-color);
color: var(--main-fg-color);
font-weight: bold;
line-height: 15px;
padding: 5px;
}
.browsefs__confirm--detail {
border: 1px solid black;
background-color: white;
margin: 3px;
line-height: 18px;
padding: 3px;
}
.browsefs__confirm--btnscont {
display: flex;
justify-content: flex-end;
margin: 0 3px 3px;
}
.browsefs__confirm--ok {
font-weight: bold;
background-color: var(--darklight-fg-color);
margin-right: 2px;
}
.browsefs__header--prompt {
display: none;
}
browse-fs.promptactive .browsefs__header--prompt {
display: flex;
background-color: var(--main-bg-color);
}
.browsefs__parentdir {
}
.browsefs__label {
margin-left: 5px;
line-height: 25px;
height: 25px;
}
.browsefs__path {
flex-grow: 1;
height: 25px;
box-sizing: border-box;
}
.browsefs__sort {
margin-left: 5px;
height: 25px;
box-sizing: border-box;
}
.browsefs__upload {
display: none;
}
.browsefs__label--upload {
margin-left: 5px;
}
.browsefs__text {
flex-grow: 1;
height: 25px;
box-sizing: border-box;
}
.browsefs__scroll {
flex-grow: 1;
overflow-y: scroll;
}
.browsefs__list--empty {
text-color: #999;
font-weight: bold;
}
browse-fs.filtered .browsefs__list {
background-color: var(--comp-light-color);
}
browse-fs.modal .browsefs__list {
color: var(--main-fg-color);
}
.browsefs__entry {
}
.browsefs__entry:hover {
}
browse-fs.modal .browsefs__entry:hover {
background-color: var(--dark-bg-color);
}
.browsefs__entry--selected {
background-color: var(--dark-fg-color);
}
.browsefs__entry--selected:hover {
background-color: var(--darklight-fg-color);
}
browse-fs.filtered .browsefs__entry {
display: none;
}
browse-fs.filtered .browsefs__entry--match {
display: table-row;
}
.browsefs__cell {
}
.browsefs__cell--type {
padding-left: 13px;
width: 8px;
}
.browsefs__cell--size {
text-align: right;
width: 65px;
}
.browsefs__cell--uid {
text-align: right;
width: 45px;
}
.browsefs__cell--gid {
text-align: right;
width: 45px;
}
.browsefs__cell--perm_mode {
text-align: right;
width: 30px;
}
.browsefs__cell--modified_time {
text-align: right;
width: 80px;
}
.browsefs__cell--name {
white-space: nowrap;
text-overflow: ellipsis;
}
.browsefs__highlight {
background-color: var(--comp-dark-color);
color: #000;
}
.browsefs__action {
display: none;
}
.browsefs__entry:hover .browsefs__action {
display: inline;
font-weight: bold;
margin-left: 5px;
padding: 0 5px;
width: 30px;
border: 1px solid black;
}
.logview__more {
display: block;
padding: 5px;
width: 100%;
text-align: center;
color: var(--dark2-bg-color);
text-decoration: none;
}
.logview__more:hover {
background-color: var(--light-fg-color);
text-decoration: underline;
}
.logview__entry {
padding: 3px;
border-top: 1px solid var(--dark2-bg-color);
display: flex;
}
.logview__entry:hover {
background-color: var(--light-fg-color);
}
.logview__cell {
display: block;
padding: 0 5px;
}
.logview__cell--time {
text-align: right;
width: 150px;
flex: none;
}
.logview__cell--level {
font-weight: bold;
flex: none;
}
.logview__cell--category::before {
content: "[";
font-weight: bold;
color: var(--dark-bg-color);
}
.logview__cell--category::after {
content: "]";
font-weight: bold;
color: var(--dark-bg-color);
}
.logview__cell--category {
}
.logview__cell--log {
flex-grow: 1;
}
.logview__cell--location {
text-align: right;
color: var(--dark2-bg-color);
}
.loglevel__level {
display: flex;
}
.loglevel__radio {
display: none;
}
.loglevel__label {
display: block;
margin: -3px 0;
padding: 3px 5px;
color: var(--main-fg-color);
background-color: var(--dark-bg-color);
border-top: 1px solid var(--dark2-bg-color);
border-bottom: 1px solid var(--dark2-bg-color);
border-collapse: collapse;
}
.loglevel__label:first-of-type {
border-left: 1px solid var(--dark2-bg-color);
}
.loglevel__label:last-of-type {
border-right: 1px solid var(--dark2-bg-color);
}
.loglevel__radio:checked + .loglevel__label {
font-weight: bold;
color: var(--comp-dark-color);
background-color: var(--main-bg-color);
}
@media (max-width:580px) {
.browsefs__cell--uid { display: none; }
.browsefs__cell--gid { display: none; }
.browsefs__cell--perm_mode { display: none; }
}
.hidden {
display: none;
} | assets/webui/dist/styles.css | :root {
--nav-height: 30px;
--section-header-height: 35px;
--main-fg-color: #ffcc66;
--dark-fg-color: #ffa566;
--darklight-fg-color: #ffd2b2;
--light-fg-color: #fffcee;
--comp-color: #a6ffed;
--comp-light-color: #a6ffed;
--comp-dark-color: #97ffea;
--comp-dark2-color: #3dcc87;
--main-bg-color: #fff0cb;
--dark-bg-color: #998f7a;
--dark2-bg-color: #544F43;
--dark3-bg-color: #211F1A;
}
body, div, p, span, input, h1, table, tbody, th, tr, td {
margin: 0;
padding: 0;
}
pre {
margin: 10px;
}
html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
body {
background-color: var(--main-bg-color);
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
* {
font-family: monospace;
font-size: 14px;
}
.button {
display: block;
height: 23px;
line-height: 23px;
padding: 0 5px;
border: 1px solid var(--dark-bg-color);
font-size: 18px;
text-decoration: none;
text-align: center;
color: black;
user-select: none;
}
.button.disabled {
background-color: var(--dark-bg-color);
border: 1px solid black;
}
.nav {
width: 100%;
height: var(--nav-height);
flex-shrink: 0;
display: flex;
color: var(--main-fg-color);
background-color: var(--dark-bg-color);
}
.nav__item {
display: block;
height: 20px;
line-height: 20px;
padding: 5px 10px;
text-decoration: none;
color: var(--main-fg-color);
background-color: var(--dark-bg-color);
}
.nav__item--logo {
font-weight: bold;
background-color: var(--dark2-bg-color);
}
.nav__item--selected {
font-weight: bold;
color: var(--comp-dark2-color);
background-color: var(--main-bg-color);
}
.section {
display: none;
}
.section--selected {
display: block;
flex-grow: 1;
height: 100px; /* workaround: layout flexbox by container size not content size */
}
.section--selected.section--split {
display: flex;
flex-direction: row;
}
.section--split > .split--rightpane {
flex-grow: 1;
}
.section__header {
display: flex;
box-sizing: border-box;
padding: 5px;
height: var(--section-header-height);
line-height: var(--section-header-height);
width: 100%;
background-color: var(--main-bg-color);
border-bottom: 1px solid var(--dark-bg-color);
}
.splitbar {
min-width: 5px;
background-color: var(--dark-bg-color);
cursor: ew-resize;
}
.drag_parent > * {
user-select: none;
}
.content__table {
table-layout: fixed;
border-collapse: collapse;
width: 100%;
}
.content__entry {
}
.content__entry:hover {
background-color: var(--light-fg-color);
}
.content__entry--cursor {
/* Material Icon keyboard_arrow_right: https://github.com/google/material-design-icons */
background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"><path d="M8.59,16.59L13.17,12L8.59,7.41L10,6l6,6l-6,6L8.59,16.59z"/><path fill="none" d="M0,0h24v24H0V0z"/></svg>') no-repeat left -5px center;
}
.content__cell {
padding: 5px;
}
.preview {
z-index: 100;
position: absolute;
top: var(--nav-height);
height: calc(100% - 22px - var(--nav-height));
width: calc(100% - 22px);
margin: 10px;
border: 1px solid var(--dark-bg-color);
box-shadow: 1px 1px 2px 1px rgba(153,153,153,1);
background-color: var(--light-fg-color);
}
.preview__header {
flex-shrink: 0;
display: flex;
align-items: center;
flex-direction: row;
height: 30px;
width: 100%;
background-color: var(--darklight-fg-color);
}
.preview__title {
padding: 3px;
flex-grow: 1;
font-weight: bold;
}
.preview__close {
margin-right: 3px;
}
.preview__content {
height: calc(100% - 30px);
overflow: auto;
}
.preview__imgcont {
height: calc(100% - 30px);
}
.preview__img {
display: block;
max-width: 100%;
max-height: 100%;
object-fit: scale-down;
/* margin-left: auto; */
/* margin-right: auto; */
margin: auto;
}
.preview__entry:hover {
background-color: var(--comp-color);
}
.preview__cell--name {
padding-left: 15px;
white-space: nowrap;
text-overflow: ellipsis;
}
.preview__cell--size {
text-align: right;
width: 85px;
}
.kvview {
padding: 5px;
}
.kvview__item {
display: flex;
font-size: 14px;
height: 20px;
padding: 5px 0;
border-bottom: 1px solid var(--dark-bg-color);
}
.kvview__item:hover {
background-color: var(--light-fg-color);
}
.kvview__label {
width: 300px;
}
.kvview__value {
flex-grow: 1;
}
.infobar {
display: flex;
flex-direction: row;
background-color: var(--dark-fg-color);
}
.infobar__text {
flex-grow: 1;
margin-left: 5px;
line-height: 25px;
height: 25px;
font-weight: bold;
color: var(--dark3-bg-color);
}
.infobar__button {
background-color: var(--darklight-fg-color);
}
browse-fs {
display: flex;
flex-direction: column;
}
browse-fs.modal {
background-color: var(--dark-bg-color);
}
browse-fs.hasfocus {
}
.browsefs__header {
flex-grow: 0;
flex-shrink: 0;
}
.browsefs__header--query {
display: none;
}
browse-fs.filtered .browsefs__header--query {
display: flex;
background-color: var(--comp-dark-color);
}
.browsefs__confirm {
display: none;
flex-direction: column;
padding: 0;
height: auto;
}
browse-fs.confirmactive .browsefs__confirm {
display: flex;
}
.browsefs__confirm--title {
background-color: var(--dark2-bg-color);
color: var(--main-fg-color);
font-weight: bold;
line-height: 15px;
padding: 5px;
}
.browsefs__confirm--detail {
border: 1px solid black;
background-color: white;
margin: 3px;
line-height: 18px;
padding: 3px;
}
.browsefs__confirm--btnscont {
display: flex;
justify-content: flex-end;
margin: 0 3px 3px;
}
.browsefs__confirm--ok {
font-weight: bold;
background-color: var(--darklight-fg-color);
margin-right: 2px;
}
.browsefs__header--prompt {
display: none;
}
browse-fs.promptactive .browsefs__header--prompt {
display: flex;
background-color: var(--main-bg-color);
}
.browsefs__parentdir {
}
.browsefs__label {
margin-left: 5px;
line-height: 25px;
height: 25px;
}
.browsefs__path {
flex-grow: 1;
height: 25px;
box-sizing: border-box;
}
.browsefs__sort {
margin-left: 5px;
height: 25px;
box-sizing: border-box;
}
.browsefs__upload {
display: none;
}
.browsefs__label--upload {
margin-left: 5px;
}
.browsefs__text {
flex-grow: 1;
height: 25px;
box-sizing: border-box;
}
.browsefs__scroll {
flex-grow: 1;
overflow-y: scroll;
}
.browsefs__list--empty {
text-color: #999;
font-weight: bold;
}
browse-fs.filtered .browsefs__list {
background-color: var(--comp-light-color);
}
browse-fs.modal .browsefs__list {
color: var(--main-fg-color);
}
.browsefs__entry {
}
.browsefs__entry:hover {
}
browse-fs.modal .browsefs__entry:hover {
background-color: var(--dark-bg-color);
}
.browsefs__entry--selected {
background-color: var(--dark-fg-color);
}
.browsefs__entry--selected:hover {
background-color: var(--darklight-fg-color);
}
browse-fs.filtered .browsefs__entry {
display: none;
}
browse-fs.filtered .browsefs__entry--match {
display: table-row;
}
.browsefs__cell {
}
.browsefs__cell--type {
padding-left: 13px;
width: 8px;
}
.browsefs__cell--size {
text-align: right;
width: 65px;
}
.browsefs__cell--uid {
text-align: right;
width: 45px;
}
.browsefs__cell--gid {
text-align: right;
width: 45px;
}
.browsefs__cell--perm_mode {
text-align: right;
width: 30px;
}
.browsefs__cell--modified_time {
text-align: right;
width: 80px;
}
.browsefs__cell--name {
white-space: nowrap;
text-overflow: ellipsis;
}
.browsefs__highlight {
background-color: var(--comp-dark-color);
color: #000;
}
.browsefs__action {
display: none;
}
.browsefs__entry:hover .browsefs__action {
display: inline;
font-weight: bold;
margin-left: 5px;
padding: 0 5px;
width: 30px;
border: 1px solid black;
}
.logview__more {
display: block;
padding: 5px;
width: 100%;
text-align: center;
color: var(--dark2-bg-color);
text-decoration: none;
}
.logview__more:hover {
background-color: var(--light-fg-color);
text-decoration: underline;
}
.logview__entry {
padding: 3px;
border-top: 1px solid var(--dark2-bg-color);
display: flex;
}
.logview__entry:hover {
background-color: var(--light-fg-color);
}
.logview__cell {
display: block;
padding: 0 5px;
}
.logview__cell--time {
text-align: right;
width: 150px;
flex: none;
}
.logview__cell--level {
font-weight: bold;
flex: none;
}
.logview__cell--category::before {
content: "[";
font-weight: bold;
color: var(--dark-bg-color);
}
.logview__cell--category::after {
content: "]";
font-weight: bold;
color: var(--dark-bg-color);
}
.logview__cell--category {
}
.logview__cell--log {
flex-grow: 1;
}
.logview__cell--location {
text-align: right;
color: var(--dark2-bg-color);
}
.loglevel__level {
display: flex;
}
.loglevel__radio {
display: none;
}
.loglevel__label {
display: block;
margin: -3px 0;
padding: 3px 5px;
color: var(--main-fg-color);
background-color: var(--dark-bg-color);
border-top: 1px solid var(--dark2-bg-color);
border-bottom: 1px solid var(--dark2-bg-color);
border-collapse: collapse;
}
.loglevel__label:first-of-type {
border-left: 1px solid var(--dark2-bg-color);
}
.loglevel__label:last-of-type {
border-right: 1px solid var(--dark2-bg-color);
}
.loglevel__radio:checked + .loglevel__label {
font-weight: bold;
color: var(--comp-dark-color);
background-color: var(--main-bg-color);
}
@media (max-width:580px) {
.browsefs__cell--uid { display: none; }
.browsefs__cell--gid { display: none; }
.browsefs__cell--perm_mode { display: none; }
}
.hidden {
display: none;
} | 0.494873 | 0.112308 |
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 0 0.67em 0;
}
h2 {
font-size: 1.6em;
margin: 0 0 0.67em 0;
}
h3 {
font-size: 1.3em;
margin: 0 0 0.67em 0;
}
h4 {
font-size: 1em;
margin: 0 0 0.67em 0;
}
h5 {
font-size: 0.8em;
margin: 0 0 0.67em 0;
}
h6 {
font-size: 0.6em;
margin: 0 0 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;
outline: none;
}
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;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
}
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;
}
/* Slider */
.slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
body * {
font-family: 'Open Sans', sans-serif;
}
input,
textarea {
outline: none;
}
a {
text-decoration: none;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
select::-ms-expand {
display: none;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 2px 30px 2px 2px;
/*border: none; - if you want the border removed*/
}
.reset-around {
margin: 0;
padding: 0;
}
.modal-mask {
position: fixed;
z-index: 9998;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: table;
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.modal-wrapper {
display: table-cell;
vertical-align: middle;
}
.modal-container {
width: 100%;
max-width: 700px;
margin: 0px auto;
padding: 0;
background-color: #fff;
-webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.09);
box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.09);
-webkit-transition: all .3s ease;
transition: all .3s ease;
position: relative;
border-radius: 10px;
border: 3px solid #fed700;
}
@media (min-width: 2px) and (max-width: 1299px) {
.modal-container {
max-width: 100vw;
height: 100vh;
border-radius: 0;
}
}
.modal-body {
padding: 50px;
}
@media (min-width: 2px) and (max-width: 1299px) {
.modal-body {
padding: 15px;
height: 100vh;
overflow: scroll;
}
}
.modal-close {
background-color: #fff;
position: absolute;
top: 10px;
border-radius: 5px;
right: 10px;
padding: 9px;
cursor: pointer;
}
@media (min-width: 2px) and (max-width: 1299px) {
.modal-close {
top: 14px;
z-index: 1;
background-color: transparent;
}
}
@media (min-width: 1170px) and (max-width: 99998px) {
.modal-close:hover svg {
fill: #333;
}
}
.modal-close svg {
fill: #999ea3;
display: block;
}
.modal-callback-1 .modal-container {
max-width: 500px;
width: calc(100% - 40px);
text-align: left;
}
.modal-callback-1 .modal-container .title {
font-size: 19px;
font-weight: 700;
text-align: center;
}
.modal-callback-1 .modal-container .text {
white-space: normal;
font-family: 'OpenSans', sans-serif;
font-size: 15px;
line-height: 22px;
text-align: center;
margin: 0 0 20px 0;
}
.modal-callback-1 .modal-body {
padding: 30px;
}
.modal-log {
cursor: default;
}
.modal-log_make .title {
font-size: 19px;
font-weight: 700;
text-align: center;
}
.modal-log_make .text {
white-space: normal;
font-family: 'OpenSans', sans-serif;
font-size: 15px;
line-height: 22px;
text-align: center;
margin: 0 0 20px 0;
}
.modal-log .modal-container {
max-width: 500px;
width: 100%;
}
.modal-log .modal-body {
max-height: 90vh;
overflow: auto;
}
.modal-log_remember {
border: 0;
background: none;
outline: none;
color: #0062bd;
border-bottom: 1px solid #0062bd;
margin: 0;
padding: 0;
line-height: 1;
margin-left: 15px;
}
@media (min-width: 2px) and (max-width: 449px) {
.modal-log_remember {
margin-top: 25px;
margin-left: 0;
}
}
.modal-log_remember:hover {
border-color: transparent;
}
.modal-log_social {
width: calc(100% + 70px);
margin-left: -35px;
margin-bottom: -15px;
border-top: 1px solid #e5e5e5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 40px;
position: relative;
padding: 20px 25px 0 35px;
}
.modal-log_social p {
color: #777777;
margin-right: 10px;
}
.modal-log_up {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.modal-log_up button {
border: 0;
background: none;
font-size: 19px;
font-weight: 700;
background-color: #e8eef0;
width: 65%;
text-align: center;
padding: 25px 15px;
}
.modal-log_up button:nth-of-type(1) {
width: 45%;
}
.modal-log_up button.current {
background-color: #fff;
}
.modal-log_cont {
padding: 35px;
}
.modal-base[v-cloak] {
display: none;
}
.modal-base .title {
text-align: center;
font-family: 'OpenSans', sans-serif;
font-size: 22px;
font-weight: 400;
line-height: 1.1;
margin-bottom: 25px;
}
.scr-no {
overflow: hidden;
}
.img {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.hidden {
height: 0;
}
form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
form .input-wrapper {
width: 270px;
display: inline-block;
}
form .input-wrapper.big {
width: 100%!important;
}
@media (min-width: 2px) and (max-width: 1169px) {
form .input-wrapper {
width: 100%;
padding-left: 0;
}
}
form .input-wrapper label {
display: block;
font-size: 14px;
padding: 16px 0;
font-weight: 700;
color: #333e48;
}
form .input-wrapper label sup {
color: red;
}
form .input-wrapper .v-input input,
form .input-wrapper .v-input textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 0 15px;
font-size: 14px;
line-height: 50px;
border-radius: 25px;
border: 1px solid #dddddd;
-webkit-transition: 0.3s;
transition: 0.3s;
}
form .input-wrapper .v-input input:focus,
form .input-wrapper .v-input textarea:focus {
border-color: #51a7e8;
}
form .input-wrapper .v-input textarea {
padding: 15px;
height: 250px;
line-height: 1.2;
resize: vertical;
}
form .input-wrapper .v-input.error input,
form .input-wrapper .v-input.error textarea {
color: red;
border-color: red;
}
form .input-wrapper .v-input.error span.error {
color: red;
}
form .main-butt {
margin-top: 15px;
padding: 15px 38px;
background: #fed700;
color: #333e48;
border-radius: 30px;
display: inline-block;
font-weight: 700;
border: none;
}
.slider-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
bottom: 40px;
left: 0;
right: 0;
margin: auto;
}
.slider-dots li {
padding: 0;
margin: 0 6px;
}
.slider-dots li.slick-active button {
background: #fed700;
padding: 0 15px;
}
.slider-dots li button {
border: none;
width: 9px;
height: 9px;
-webkit-transition: 0.35s;
transition: 0.35s;
border-radius: 9px;
background: #bcbcbc;
font-size: 0;
padding: 0;
margin: 0;
}
.editor {
font-size: 15px;
color: #747474;
line-height: 22px;
}
.editor h2 {
color: #333e48;
font-size: 25px;
}
.editor a {
color: #0062bd;
border-bottom: 1px solid #0062bd;
}
.editor a:hover {
border-color: transparent;
}
.editor p {
margin: 0 0 0.7em 0;
}
.editor ul {
margin: 0;
padding: 0;
padding-left: 40px;
margin-top: 15px;
margin-bottom: 15px;
}
.vb > .vb-dragger {
z-index: 5;
width: 12px;
right: 0;
}
.vb > .vb-dragger > .vb-dragger-styler {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: rotate3d(0, 0, 0, 0);
transform: rotate3d(0, 0, 0, 0);
-webkit-transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
background-color: #fed700;
margin: 5px 5px 5px 0;
border-radius: 20px;
height: 100% ;
display: block;
}
.vb.vb-scrolling-phantom > .vb-dragger > .vb-dragger-styler {
background-color: #fed700;
}
.vb.vb-dragging > .vb-dragger > .vb-dragger-styler {
background-color: #fed700;
height: 100%;
}
.vb.vb-dragging-phantom > .vb-dragger > .vb-dragger-styler {
background-color: #fed700;
}
.search-mob_butt {
width: 40px;
height: 40px;
display: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #fed700;
background: #fff;
margin: 0 10px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.search-mob_butt {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.search-mob_butt .close {
display: none;
}
}
.modal-title {
font-size: 25px;
color: #333e48;
border-bottom: 1px solid #dadada;
position: relative;
width: 100%;
padding-bottom: 20px;
margin-bottom: 30px;
}
.modal-title:before {
content: '';
width: 120px;
height: 2px;
background: #fed700;
position: absolute;
bottom: -1px;
left: 0;
}
.modal-text {
font-size: 14px;
color: #333e48;
line-height: 23px;
padding-bottom: 25px;
}
.bottom-pannel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.bottom-pannel .success {
padding-top: 20px;
}
.bottom-pannel .success b {
color: #df3737;
}
@media (min-width: 2px) and (max-width: 1169px) {
.bottom-pannel {
padding-bottom: 40px;
}
}
.preloader {
position: fixed;
width: 100vw;
height: 100vh;
z-index: 99999;
}
.preloader .el-loading-mask {
position: absolute;
z-index: 10000;
background-color: rgba(255, 255, 255, 0.9);
margin: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.preloader .el-loading-mask.is-fullscreen {
position: fixed;
}
.preloader .el-loading-mask.is-fullscreen .el-loading-spinner {
margin-top: -25px;
}
.preloader .el-loading-mask.is-fullscreen .el-loading-spinner .circular {
width: 50px;
height: 50px;
}
.preloader .el-loading-spinner {
top: 50%;
margin-top: -21px;
width: 100%;
text-align: center;
position: absolute;
}
.preloader .el-loading-spinner .el-loading-text {
color: #fed700;
margin: 3px 0;
font-size: 14px;
}
.preloader .el-loading-spinner .circular {
width: 42px;
height: 42px;
-webkit-animation: loading-rotate 2s linear infinite;
animation: loading-rotate 2s linear infinite;
}
.preloader .el-loading-spinner .path {
-webkit-animation: loading-dash 1.5s ease-in-out infinite;
animation: loading-dash 1.5s ease-in-out infinite;
stroke-dasharray: 90, 150;
stroke-dashoffset: 0;
stroke-width: 2;
stroke: #fed700;
stroke-linecap: round;
}
.preloader .el-loading-fade-enter,
.preloader .el-loading-fade-leave-active {
opacity: 0;
}
@-webkit-keyframes loading-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loading-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes loading-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -40px;
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -120px;
}
}
@keyframes loading-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -40px;
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -120px;
}
}
.preloader .el-loading-mask {
position: absolute;
z-index: 10000;
background-color: rgba(255, 255, 255, 0.9);
margin: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.preloader .el-loading-mask.is-fullscreen {
position: fixed;
}
.preloader .el-loading-mask.is-fullscreen .el-loading-spinner {
margin-top: -25px;
}
.preloader .el-loading-mask.is-fullscreen .el-loading-spinner .circular {
width: 50px;
height: 50px;
}
.preloader .el-loading-spinner {
top: 50%;
margin-top: -21px;
width: 100%;
text-align: center;
position: absolute;
}
.preloader .el-loading-spinner .el-loading-text {
color: #fed700;
margin: 3px 0;
font-size: 14px;
}
.preloader .el-loading-spinner .circular {
width: 42px;
height: 42px;
-webkit-animation: loading-rotate 2s linear infinite;
animation: loading-rotate 2s linear infinite;
}
.preloader .el-loading-spinner .path {
-webkit-animation: loading-dash 1.5s ease-in-out infinite;
animation: loading-dash 1.5s ease-in-out infinite;
stroke-dasharray: 90, 150;
stroke-dashoffset: 0;
stroke-width: 2;
stroke: #fed700;
stroke-linecap: round;
}
.preloader .el-loading-fade-enter,
.preloader .el-loading-fade-leave-active {
opacity: 0;
}
@keyframes loading-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loading-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -40px;
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -120px;
}
}
.breadcrumbs {
padding-top: 45px;
color: #333e48;
font-size: 14px;
}
@media (min-width: 2px) and (max-width: 749px) {
.breadcrumbs .breadcrumb {
display: none;
}
}
.breadcrumbs a.breadcrumb {
color: #333e48;
margin: 0 24px 0 16px;
position: relative;
}
.breadcrumbs a.breadcrumb:after {
width: 7px;
height: 7px;
border-right: 1px solid #333e48;
border-bottom: 1px solid #333e48;
display: inline-block;
content: '';
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
right: -23px;
bottom: 0;
top: 0;
margin: auto 0;
}
.breadcrumbs a.breadcrumb:first-child {
margin-left: 0;
}
.breadcrumbs span.breadcrumb {
color: #333e48;
font-size: 14px;
margin-left: 16px;
}
.page {
min-height: calc(100vh - 675px);
z-index: 1;
}
.news-item {
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 500px;
outline: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (min-width: 2px) and (max-width: 749px) {
.news-item {
height: 530px;
}
}
.news-item .img {
height: 185px;
width: 100%;
margin-bottom: 20px;
}
.news-item .title {
font-size: 19px;
line-height: 28px;
color: #333e48;
overflow: hidden;
height: 56px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.news-item .date {
font-size: 13px;
padding-bottom: 15px;
color: #878787;
border-bottom: 1px solid #e4e4e4;
margin-bottom: 10px;
padding-top: 5px;
}
.news-item .text {
font-size: 14px;
line-height: 24px;
color: #747474;
height: 96px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
margin-bottom: 30px;
}
.news-item .read-more {
background: #efecec;
padding: 15px 30px;
border-radius: 50px;
-webkit-transition: 0.3s;
transition: 0.3s;
display: inline-block;
color: #000;
}
.news-item .read-more:hover {
background: #fed700;
}
.container {
margin: 0 auto;
width: 1170px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.container {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 15px;
}
}
.logo {
height: 35px;
width: 225px;
margin-left: -11px;
background-image: url('/img/logo.png');
display: inline-block;
}
.header {
width: 100%;
min-height: 205px;
z-index: 2;
position: relative;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header {
min-height: auto;
}
}
.header-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-top-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 45px;
border-bottom: 1px solid #dddddd;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-top-wrapper {
display: none;
}
}
.header-top-lang [v-cloak] {
display: none;
}
.header-top-lang .img {
width: 32px;
height: 21px;
border-radius: 3px;
}
.header-top-lang span {
font-size: 14px;
font-weight: 700;
}
.header-top-lang .actual {
cursor: pointer;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-top-lang .actual {
padding-left: 15px;
}
}
.header-top-lang .actual .img {
margin-right: 7px;
}
.header-top-lang .actual span {
text-transform: uppercase;
position: relative;
}
.header-top-lang .actual span.active:after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.header-top-lang .actual span:after {
-webkit-transition: 0.3s;
transition: 0.3s;
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -10px;
margin: auto 0;
width: 0;
height: 0;
border-style: solid;
border-width: 4px 3.5px 0 3.5px;
border-color: #ddd transparent transparent transparent;
display: inline-block;
}
.header-top-lang .list {
background-color: #fff;
position: absolute;
top: 55px;
z-index: 3;
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.header-top-lang .list li.active a {
opacity: 1;
background-color: #fcfcfc;
}
.header-top-lang .list li a {
padding: 10px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 0.5;
}
.header-top-lang .list li a .img {
margin-right: 12px;
}
.header-top-lang .list li a span {
color: #333e48;
}
.header-top-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.header-top-info li {
color: #35404a;
font-size: 14px;
padding: 0 15px;
border-left: 1px solid #ddd;
}
.header-top-info li:first-child {
border-left: none;
}
.header-top-info li svg {
vertical-align: bottom;
fill: #646c74;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-top-info li {
border: none;
padding: 10px 15px;
}
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-top-info {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.header-middle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-middle-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 115px;
}
@media (min-width: 2px) and (max-width: 899px) {
.header-middle-wrapper {
height: 80px;
}
}
.header-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.header-bottom-wrapper {
height: 50px;
}
.header-bottom-wrapper .catalog-menu {
width: 330px;
display: inline-block;
position: relative;
}
.header-bottom-wrapper .catalog-menu [v-cloak] {
display: none;
}
@media (min-width: 2px) and (max-width: 499px) {
.header-bottom-wrapper .catalog-menu {
width: auto;
}
}
.header-bottom-wrapper .catalog-menu-butt {
-webkit-transition: 1s;
transition: 1s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
font-weight: 700;
background-color: #fed700;
border-radius: 10px 10px 0 0;
padding: 0 22px;
position: relative;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #333e48;
text-transform: uppercase;
height: 50px;
}
.header-bottom-wrapper .catalog-menu-butt.rounded {
border-radius: 10px;
}
.header-bottom-wrapper .catalog-menu-butt .carrot {
-webkit-transition: 0.3s;
transition: 0.3s;
margin-top: -3px;
width: 11px;
height: 11px;
border-right: 2px solid rgba(0, 0, 0, 0.2);
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
right: 20px;
}
.header-bottom-wrapper .catalog-menu-butt .carrot.open {
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
margin-top: 5px;
}
.header-bottom-wrapper .catalog-menu-butt svg {
margin-right: 10px;
}
.header-bottom-wrapper .catalog-menu-list {
position: absolute;
top: 50px;
width: 330px;
border: 2px solid #fed700;
border-radius: 0 0 10px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
z-index: 1;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list {
z-index: 5;
width: 100vw;
left: -15px;
border-radius: 0;
}
}
.header-bottom-wrapper .catalog-menu-list .list-elem {
color: #333e48;
line-height: 40px;
border-bottom: 1px solid #eee;
padding: 0px 4px;
font-size: 14px;
}
.header-bottom-wrapper .catalog-menu-list .sub-block {
display: none;
position: absolute;
top: -30px;
background-color: #fff;
border: 2px solid #fed700;
left: 100%;
width: auto;
min-width: 200px;
max-width: 430px;
padding: 40px 0;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .sub-block {
width: 100% ;
max-width: inherit;
position: fixed;
top: 0;
left: 100vw;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 100vh;
}
}
.header-bottom-wrapper .catalog-menu-list .sub-block:after {
content: "";
top: 1px;
left: 1px;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 16px 14px 0 0;
border-color: #fed700 transparent transparent transparent;
}
.header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel {
display: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 0;
left: 0;
right: 0;
border-bottom: 1px solid #eee;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
padding: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: auto;
}
.header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel div {
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 15px;
}
.header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel div:first-child {
border-right: 1px solid #eee;
}
.header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel div:last-child {
border-left: 1px solid #eee;
}
}
.header-bottom-wrapper .catalog-menu-list .sub-title {
font-weight: 700;
padding-top: 10px;
padding-left: 40px;
color: #333e48;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .sub-title {
display: block;
padding-left: 0;
text-align: center;
padding-top: 20px;
}
}
.header-bottom-wrapper .catalog-menu-list .sub-el_name {
color: #333e48;
padding-top: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-width: 200px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .sub-el_name {
padding-top: 0px;
line-height: 40px;
border-bottom: 1px solid #eee;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl {
width: 100%;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl {
overflow: auto;
}
}
@media (min-width: 900px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl {
height: calc(100vh - 159px);
}
}
@media (min-width: 2px) and (max-width: 899px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl {
height: calc(100vh - 132px);
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 13px;
position: relative;
width: 100%;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep:after {
display: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl {
width: calc(100% + 26px);
margin: 0 -13px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-el {
padding: 0 4px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-el.deep:after {
top: 0;
right: 16px;
border-right: 2px solid #ddd;
border-bottom: 2px solid #ddd;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-el_name {
margin: 0 10px;
line-height: 40px;
padding: 0;
border-bottom: 1px solid #eee;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl_title {
display: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-block {
padding: 0;
position: relative;
display: block;
left: 0;
top: auto;
border: none;
height: auto!important;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-block > .mob-top-panel {
display: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-block:after {
display: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el:last-child a {
border-bottom: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el_name {
font-weight: 700;
padding-top: 10px;
}
@media (min-width: 1170px) and (max-width: 69999px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep:hover .nd-lvl-block {
display: block;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep:after {
content: '';
width: 7px;
height: 7px;
border-right: 2px solid #dbdbdb;
border-bottom: 2px solid #dbdbdb;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
display: block;
position: absolute;
right: 18px;
top: 0;
bottom: 3px;
margin: auto;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl_title {
font-weight: 700;
padding-top: 10px;
padding-left: 40px;
color: #333e48;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl_title {
display: block;
padding-left: 0;
text-align: center;
padding-top: 20px;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block {
display: none;
position: absolute;
top: -30px;
background-color: #fff;
border: 2px solid #fed700;
left: 100%;
width: auto;
min-width: 200px;
max-width: 430px;
padding: 40px 0;
z-index: 2;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block {
width: 100% ;
max-width: inherit;
position: fixed;
top: 0;
left: 100vw;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 100vh;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block:after {
content: "";
top: 1px;
left: 1px;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 16px 14px 0 0;
border-color: #fed700 transparent transparent transparent;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel {
display: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 0;
left: 0;
right: 0;
border-bottom: 1px solid #eee;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
padding: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: auto;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel div {
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 15px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel div:first-child {
border-right: 1px solid #eee;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel div:last-child {
border-left: 1px solid #eee;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el {
padding: 0 20px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep {
position: relative;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep:after {
content: "";
position: relative;
width: 7px;
height: 7px;
border-right: 2px solid #333e48;
border-bottom: 2px solid #333e48;
display: inline-block;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
top: 20px;
bottom: 0px;
right: 20px;
margin: auto 0;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep:after {
top: 0;
}
}
@media (min-width: 1170px) and (max-width: 69999px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep:hover .rd-lvl-block {
display: block;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block {
display: none;
position: absolute;
top: -30px;
background-color: #fff;
border: 2px solid #fed700;
left: 100%;
width: auto;
min-width: 200px;
max-width: 430px;
padding: 40px 0;
top: -20px;
z-index: 3;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block {
width: 100% ;
max-width: inherit;
position: fixed;
top: 0;
left: 100vw;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 100vh;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block:after {
content: "";
top: 1px;
left: 1px;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 16px 14px 0 0;
border-color: #fed700 transparent transparent transparent;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel {
display: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 0;
left: 0;
right: 0;
border-bottom: 1px solid #eee;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
padding: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: auto;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel div {
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 15px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel div:first-child {
border-right: 1px solid #eee;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel div:last-child {
border-left: 1px solid #eee;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl_title {
font-weight: 700;
padding-top: 10px;
padding-left: 40px;
color: #333e48;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl_title {
display: block;
padding-left: 0;
text-align: center;
padding-top: 20px;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-el {
padding: 0 20px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-el_name {
color: #333e48;
padding-top: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-width: 200px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-el_name {
padding-top: 0px;
line-height: 40px;
border-bottom: 1px solid #eee;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el_name {
color: #333e48;
padding-top: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-width: 200px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el_name {
padding-top: 0px;
line-height: 40px;
border-bottom: 1px solid #eee;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el > a {
display: block;
color: #333e48;
line-height: 40px;
border-bottom: 1px solid #eee;
padding: 0px 4px;
font-size: 14px;
}
.header-bottom-wrapper .site-menu {
width: calc(100% - 330px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (min-width: 2px) and (max-width: 499px) {
.header-bottom-wrapper .site-menu {
width: auto;
}
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
z-index: 4;
}
}
.header-bottom-wrapper .site-menu-mob_butt {
padding: 6px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 40px;
height: 40px;
border: 2px solid #fed700;
text-align: center;
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.header-bottom-wrapper .site-menu-mob_butt span {
width: calc(100% - 10px);
height: 3px;
background: #333;
display: inline-block;
position: relative;
margin: 0;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu-mob_butt {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu-content_wrapper {
position: relative;
height: 100vh;
overflow: auto;
}
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu-content {
width: 100%;
position: fixed;
height: 100vh;
top: -100vh;
left: 0;
background: #fff;
z-index: 2;
}
}
.header-bottom-wrapper .site-menu-content .header-top-lang,
.header-bottom-wrapper .site-menu-content .header-top-info {
display: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu-content .header-top-lang,
.header-bottom-wrapper .site-menu-content .header-top-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.header-bottom-wrapper .site-menu-content .header-top-lang {
border-bottom: 2px solid #fed700;
}
.header-bottom-wrapper .site-menu-content .close-menu {
background: #fed700;
position: absolute;
right: 0px;
width: 45px;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-bottom-wrapper .site-menu-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.header-bottom-wrapper .site-menu-nav li.active a {
color: #df3737;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu-nav li:first-child a {
border-top: 1px solid #eee;
}
}
.header-bottom-wrapper .site-menu-nav li a {
line-height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #000;
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
padding: 0 30px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu-nav li a {
padding: 0 15px;
border-bottom: 1px solid #eee;
}
}
.header-bottom-wrapper .site-menu-nav li a:hover {
color: #df3737;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.footer {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-top: 4px solid #fed700;
background: #f8f8f8;
min-height: 460px;
padding-top: 60px;
}
.footer-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: 340px;
}
.footer-content .col {
color: #333e48;
width: calc(65% / 3);
}
.footer-content .col.opened .col-title:after {
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
@media (min-width: 750px) and (max-width: 1169px) {
.footer-content .col {
width: calc(100% / 3) !important;
}
}
@media (min-width: 660px) and (max-width: 749px) {
.footer-content .col {
width: 50%!important;
}
}
@media (min-width: 2px) and (max-width: 659px) {
.footer-content .col {
width: calc(100% + 30px) !important;
margin: 0 -15px;
}
}
.footer-content .col-title {
font-size: 16px;
font-weight: 700;
padding-bottom: 30px;
}
@media (min-width: 2px) and (max-width: 659px) {
.footer-content .col-title {
padding: 10px 15px;
border-bottom: 1px solid #ddd;
line-height: 30px;
position: relative;
}
.footer-content .col-title:after {
content: "";
-webkit-transition: 0.3s;
transition: 0.3s;
width: 10px;
height: 10px;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
right: 20px;
border-right: 2px solid #333e48;
border-bottom: 2px solid #333e48;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
}
.footer-content .col-list {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-content .col-list li a {
line-height: 35px;
color: #333e48;
}
@media (min-width: 2px) and (max-width: 659px) {
.footer-content .col-list {
padding: 0 15px;
display: none;
}
}
.footer-content .col:last-child {
width: 14%;
}
.footer-content .col:nth-child(3) {
width: calc((65% / 3) + 2% );
}
.footer-content .col.big {
width: 40%;
}
@media (min-width: 2px) and (max-width: 1169px) {
.footer-content .col.big {
width: 100% !important;
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
padding: 0 15px;
margin-top: 30px;
}
}
.footer-content .col.big .logo {
background-image: url('/img/logoF.png');
margin-bottom: 35px;
}
.footer-content .col.big .phones-cont {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-bottom: 60px;
}
.footer-content .col.big .phones-cont .img {
width: 50px;
height: 55px;
background-image: url('/img/headphone.png');
margin-right: 23px;
}
@media (min-width: 2px) and (max-width: 659px) {
.footer-content .col.big .phones-cont .img {
background-size: contain;
}
}
.footer-content .col.big .phones-cont .info {
color: #333e48;
}
.footer-content .col.big .phones-cont .info .title {
font-size: 14px;
}
.footer-content .col.big .phones-cont .info .phones {
line-height: 35px;
font-size: 22px;
}
.footer-content .col.big .address-cont {
font-size: 14px;
margin-bottom: 60px;
}
.footer-content .col.big .address-cont .title {
color: #333e48;
font-weight: 700;
}
.footer-content .col.big .socials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 50px;
}
.footer-content .col.big .socials .img {
margin: 0 22px;
width: 30px;
height: 30px;
background-size: contain;
}
@media (min-width: 2px) and (max-width: 1169px) {
.footer-content .col.big .socials .img {
margin: 0 10px;
}
}
@media (min-width: 2px) and (max-width: 1169px) {
.footer-content .col.big .socials {
margin-bottom: 30px;
}
}
.footer-bottom {
height: 60px;
background: #eaeaea;
}
@media (min-width: 2px) and (max-width: 899px) {
.footer-bottom {
display: none;
}
}
.footer-bottom .container {
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer-bottom .container span,
.footer-bottom .container span > b {
color: #333e48;
}
.prods-wrapp {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.prods-wrapp .product {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
outline: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 15px;
border-left: 1px solid #ddd;
height: 390px;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transform: scale(0.95);
transform: scale(0.95);
position: relative;
background-color: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-left: -10px;
z-index: 1;
}
@media (min-width: 2px) and (max-width: 749px) {
.prods-wrapp .product {
border: none;
}
}
@media (min-width: 750px) and (max-width: 69999px) {
.prods-wrapp .product:hover {
z-index: 2;
-webkit-transform: scale(1);
transform: scale(1);
boredr: 1px solid #ddd;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
}
.prods-wrapp .product .img {
width: 225px;
height: 225px;
margin: 0 auto 40px ;
display: inline-block;
}
.prods-wrapp .product .categ {
color: #333333;
font-size: 12px;
margin-bottom: 20px;
}
.prods-wrapp .product .title {
font-size: 15px;
font-weight: 700;
color: #0062bd;
height: 38px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.prodsPage-top {
padding: 55px 0 0;
border-bottom: 1px solid #eaeaea;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodsPage-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.prodsPage-top .page-title {
padding-bottom: 15px;
font-size: 20px;
color: #333e48;
border-bottom: 2px solid #fed700;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodsPage-top .page-title {
margin-bottom: 20px;
}
}
.prodsPage-top .page-title .pre-title {
color: #c1c1c1;
}
.prodsPage-top .founded {
-ms-flex-item-align: start;
align-self: flex-start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #c1c1c1;
font-size: 14px;
}
.prodsPage-top .founded .numb {
width: 35px;
height: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #fed700;
border-radius: 3px;
font-weight: 700;
color: #333e48;
margin-left: 10px;
}
.prodsPage-top .page-filter {
font-size: 14px;
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #c1c1c1;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodsPage-top .page-filter {
padding-bottom: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
}
.prodsPage-top .page-filter .filter {
margin-top: -10px;
margin-left: 10px;
border-radius: 40px;
position: relative;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodsPage-top .page-filter .filter {
margin-top: 10px;
width: 100%;
}
}
.prodsPage-top .page-filter .filter select {
outline: 0;
font-weight: 500;
color: #a6a6a6;
min-width: 200px;
border-radius: 40px;
padding: 10px 25px 10px 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodsPage-top .page-filter .filter select {
width: 100%;
}
}
.prodsPage-top .page-filter .filter:after {
width: 12px;
height: 14px;
content: '';
display: block;
position: absolute;
top: 0;
bottom: 15px;
margin: auto 0;
right: 10px;
background-image: url('/img/v-arrows.svg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodsPage-top .page-filter .filter:after {
bottom: 0px;
right: 15px;
}
}
.prodsPage-top .page-filter .filter:focus {
border-color: #51a7e8 ;
}
.prodsPage .product {
width: 25%;
}
@media (min-width: 750px) and (max-width: 899px) {
.prodsPage .product {
width: calc(100% / 3);
}
}
@media (min-width: 500px) and (max-width: 749px) {
.prodsPage .product {
width: 50%;
}
}
@media (min-width: 2px) and (max-width: 499px) {
.prodsPage .product {
width: 100%;
}
}
.prodsPage-bottom {
margin-top: 100px;
border-top: 1px solid #eaeaea ;
width: 100%;
padding: 30px 0 60px;
}
.prodsPage-bottom .pagination {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.prodsPage-bottom .pagination .pag {
padding: 10px 15px;
margin: 0 5px;
font-size: 15px;
border-radius: 7px;
border: 1px solid #eaeaea;
color: #3d3d3d;
display: inline-block;
}
.prodsPage-bottom .pagination .pag.active {
border-color: #fed700;
background: #fed700;
}
.homePage {
margin-top: 2px;
}
.homePage .block-title {
font-size: 20px;
color: #333e48;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
font-weight: 700;
display: inline;
z-index: 1;
}
.homePage .block-title:after {
content: '';
position: absolute;
bottom: 0px;
width: 100%;
left: 0;
height: 2px;
background-color: #fed700;
}
.homePage .block-title:before {
content: '';
width: 10px;
height: 4px;
background-color: #fed700;
border-radius: 0 0 4px 4px;
position: absolute;
bottom: -4px;
left: 0;
right: 0;
margin: auto;
display: block;
}
.homePage-slider {
width: 100%;
height: 630px;
background: #f7f7f7;
margin-bottom: 45px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider {
height: 38.46vw;
}
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-slider {
display: none;
}
}
.homePage-slider .slide {
height: 630px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider .slide {
height: 38.46vw;
position: relative;
}
}
.homePage-slider .slide .img {
position: absolute;
width: 100vw;
height: 100%;
}
.homePage-slider .slide .container {
position: relative;
z-index: 1;
padding-left: 360px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-transform: uppercase;
color: #333e48;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider .slide .container {
padding-left: 25px;
}
}
.homePage-slider .slide-title {
display: block;
padding-top: 80px;
font-size: 19px;
font-weight: 700;
color: #34bcec;
padding-bottom: 10px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider .slide-title {
padding-top: 30px;
}
}
@media (min-width: 2px) and (max-width: 899px) {
.homePage-slider .slide-title {
font-size: 15px;
padding-top: 20px;
}
}
.homePage-slider .slide-text {
font-size: 42px;
font-weight: 100;
padding-bottom: 40px;
display: block;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider .slide-text {
font-size: 30px;
padding-bottom: 20px;
}
}
@media (min-width: 2px) and (max-width: 899px) {
.homePage-slider .slide-text {
font-size: 27px;
}
}
.homePage-slider .slide-link {
padding: 20px 55px;
border-radius: 50px;
font-weight: 700;
font-size: 15px;
text-transform: none;
border: 2px solid #fed700;
background: transparent;
color: #333e48;
position: relative;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider .slide-link {
padding: 10px 30px;
}
}
.homePage-slider .slide-link:after {
position: absolute;
content: '';
width: 180px;
height: 203px;
display: block;
top: calc(100% + 30px);
left: 60%;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
background-image: url('/img/slidArr.png');
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider .slide-link:after {
width: 100px;
top: 100%;
height: 120px;
}
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider .slide-link:after {
width: 50px;
height: 70px;
}
}
.homePage-slider .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
bottom: 40px;
left: 0;
right: 0;
margin: auto;
}
.homePage-slider .slick-dots li {
padding: 0;
margin: 0 6px;
}
.homePage-slider .slick-dots li.slick-active button {
background: #fed700;
padding: 0 15px;
}
.homePage-slider .slick-dots li button {
border: none;
width: 9px;
height: 9px;
-webkit-transition: 0.35s;
transition: 0.35s;
border-radius: 9px;
background: #bcbcbc;
font-size: 0;
padding: 0;
margin: 0;
}
.homePage-banners {
margin-bottom: 70px;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-banners {
display: none;
}
}
.homePage-banners-wrapper {
padding-left: calc((100% - 760px));
width: calc(100% + 30px);
margin: 0 -15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-banners-wrapper {
padding-left: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-banners-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.homePage-banners .container .banner {
width: 350px;
margin: 0 15px;
height: 225px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-banners .container .banner {
margin: 15px 0;
}
}
@media (min-width: 2px) and (max-width: 499px) {
.homePage-banners .container .banner {
width: 290px;
}
}
.homePage-newProds .container {
text-align: center;
}
.homePage-newProds-slider {
height: 525px;
width: 100%;
display: block;
border-top: 1px solid #dddddd;
margin-top: 9px;
padding: 15px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: left;
}
.homePage-newProds-slider .slick-track {
padding: 10px 0 10px 15px;
}
.homePage-newProds-slider .slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
outline: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 15px;
border-left: 1px solid #ddd;
height: 390px;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transform: scale(0.95);
transform: scale(0.95);
position: relative;
background-color: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-left: -10px;
z-index: 1;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-newProds-slider .slide {
border: none;
}
}
@media (min-width: 750px) and (max-width: 69999px) {
.homePage-newProds-slider .slide:hover {
z-index: 2;
-webkit-transform: scale(1);
transform: scale(1);
boredr: 1px solid #ddd;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
}
.homePage-newProds-slider .slide .img {
width: 225px;
height: 225px;
margin: 0 auto 40px ;
display: inline-block;
}
.homePage-newProds-slider .slide .categ {
color: #333333;
font-size: 12px;
margin-bottom: 20px;
}
.homePage-newProds-slider .slide .title {
font-size: 15px;
font-weight: 700;
color: #0062bd;
height: 38px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.homePage-newProds-slider .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
bottom: 40px;
left: 0;
right: 0;
margin: auto;
}
.homePage-newProds-slider .slick-dots li {
padding: 0;
margin: 0 6px;
}
.homePage-newProds-slider .slick-dots li.slick-active button {
background: #fed700;
padding: 0 15px;
}
.homePage-newProds-slider .slick-dots li button {
border: none;
width: 9px;
height: 9px;
-webkit-transition: 0.35s;
transition: 0.35s;
border-radius: 9px;
background: #bcbcbc;
font-size: 0;
padding: 0;
margin: 0;
}
.homePage-ourClients {
background: #f9f9f9;
padding: 75px 0;
}
.homePage-ourClients .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media (min-width: 2px) and (max-width: 1099px) {
.homePage-ourClients .container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.homePage-ourClients .dayItem {
width: 370px;
border-radius: 20px;
border: 2px solid #fed700;
background: #fff;
height: 719px;
padding: 30px 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-right: 30px;
}
@media (min-width: 2px) and (max-width: 1099px) {
.homePage-ourClients .dayItem {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
width: 100%;
height: auto;
}
}
.homePage-ourClients .dayItem .title {
font-size: 25px;
color: #333e48;
display: inline;
border-bottom: 2px solid #fed700;
}
.homePage-ourClients .dayItem .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 30px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
overflow: hidden;
}
.homePage-ourClients .dayItem .item .img {
width: 300px;
height: 300px;
margin-bottom: 50px;
}
@media (min-width: 2px) and (max-width: 499px) {
.homePage-ourClients .dayItem .item .img {
width: 290px;
background-size: contain;
height: 290px;
}
}
.homePage-ourClients .dayItem .item .categ {
font-size: 14px;
color: #333;
margin-bottom: 40px;
}
.homePage-ourClients .dayItem .item .title {
border: none;
color: #0062bd;
font-size: 16px;
font-weight: 700;
}
.homePage-ourClients .ourClients-replies {
width: calc(100% - 400px);
}
@media (min-width: 2px) and (max-width: 1099px) {
.homePage-ourClients .ourClients-replies {
width: 100%;
margin-bottom: 30px;
}
}
.homePage-ourClients .ourClients-replies .clients-slider {
margin-top: 30px;
position: relative;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow {
position: absolute;
top: -55px;
background: transparent;
border: none;
font-size: 0;
width: 30px;
height: 30px;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow:after {
content: "";
position: absolute;
width: 8px;
height: 8px;
border-right: 2px solid #c2c2c2;
border-bottom: 2px solid #c2c2c2;
top: 0;
bottom: 0;
margin: auto;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow.slickNext {
right: 15px;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow.slickNext:after {
right: 10px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow.slickPrev {
right: 46px;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow.slickPrev:after {
left: 10px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.homePage-ourClients .ourClients-replies .clients-slider:before {
width: 100%;
position: absolute;
height: 1px;
background: #ddd;
top: -21px;
content: "";
}
.homePage-ourClients .ourClients-replies .slide .reply {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding: 37px 35px 35px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #fff;
margin-bottom: 7px;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-ourClients .ourClients-replies .slide .reply {
padding: 10px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.homePage-ourClients .ourClients-replies .slide .reply .img {
width: 110px;
height: 110px;
border-radius: 50%;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-ourClients .ourClients-replies .slide .reply .img {
width: 50px;
height: 50px;
}
}
.homePage-ourClients .ourClients-replies .slide .reply .info {
font-size: 14px;
width: calc(100% - 140px);
margin-left: 40px;
}
.homePage-ourClients .ourClients-replies .slide .reply .info-bottom {
padding-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-ourClients .ourClients-replies .slide .reply .info-bottom {
display: block;
}
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-ourClients .ourClients-replies .slide .reply .info {
margin-left: 15px;
width: calc(100% - 65px);
}
}
.homePage-ourClients .ourClients-replies .slide .reply .info .text {
color: #747474;
line-height: 22px;
height: 88px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.homePage-ourClients .ourClients-replies .slide .reply .info .person {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-ourClients .ourClients-replies .slide .reply .info .person {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.homePage-ourClients .ourClients-replies .slide .reply .info .person .name {
font-weight: 700;
color: #333e48;
}
.homePage-ourClients .ourClients-replies .slide .reply .info .person .time {
font-size: 13px;
color: #aeaeae;
}
.homePage-ourClients .ourClients-replies .slide .reply .info .type {
color: #747474;
font-size: 13px;
font-weight: 700;
border: 2px solid #efecec;
padding: 2px 24px;
line-height: 22px;
border-radius: 35px;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-ourClients .ourClients-replies .slide .reply .info .type {
margin-top: 10px;
display: inline-block;
}
}
.homePage-news {
padding: 95px 0;
}
.homePage-news .container {
position: relative;
}
.homePage-news .more-news {
position: absolute;
right: 0;
top: -5px;
color: #333e48;
padding: 3px 15px;
border: 2px solid #fed700;
border-radius: 30px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-news .more-news {
top: auto;
bottom: -15px;
right: auto;
left: 15px;
}
}
@media (min-width: 2px) and (max-width: 499px) {
.homePage-news .more-news {
right: 15px;
padding: 10px 15px;
text-align: center ;
}
}
.homePage-news-slider {
border-top: 1px solid #ddd;
height: 630px;
padding-top: 30px;
margin-top: 8px;
}
.homePage-news-slider .slick-track {
margin: 0 -15px;
}
@media (min-width: 2px) and (max-width: 1099px) {
.homePage-news-slider .slick-track {
margin: 0;
}
}
.homePage-news-slider .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
bottom: 40px;
left: 0;
right: 0;
margin: auto;
}
.homePage-news-slider .slick-dots li {
padding: 0;
margin: 0 6px;
}
.homePage-news-slider .slick-dots li.slick-active button {
background: #fed700;
padding: 0 15px;
}
.homePage-news-slider .slick-dots li button {
border: none;
width: 9px;
height: 9px;
-webkit-transition: 0.35s;
transition: 0.35s;
border-radius: 9px;
background: #bcbcbc;
font-size: 0;
padding: 0;
margin: 0;
}
.homePage-news-slider .slide {
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 500px;
outline: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-news-slider .slide {
height: 530px;
}
}
.homePage-news-slider .slide .img {
height: 185px;
width: 100%;
margin-bottom: 20px;
}
.homePage-news-slider .slide .title {
font-size: 19px;
line-height: 28px;
color: #333e48;
overflow: hidden;
height: 56px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.homePage-news-slider .slide .date {
font-size: 13px;
padding-bottom: 15px;
color: #878787;
border-bottom: 1px solid #e4e4e4;
margin-bottom: 10px;
padding-top: 5px;
}
.homePage-news-slider .slide .text {
font-size: 14px;
line-height: 24px;
color: #747474;
height: 96px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
margin-bottom: 30px;
}
.homePage-news-slider .slide .read-more {
background: #efecec;
padding: 15px 30px;
border-radius: 50px;
-webkit-transition: 0.3s;
transition: 0.3s;
display: inline-block;
color: #000;
}
.homePage-news-slider .slide .read-more:hover {
background: #fed700;
}
.contactsPage {
padding-bottom: 100px;
color: #333e48;
}
.contactsPage .block-title {
color: #333e48;
width: 100%;
font-size: 25px;
padding-bottom: 10px;
border-bottom: 1px solid #dadada;
position: relative;
margin-bottom: 37px;
}
.contactsPage .block-title:before {
content: '';
width: 130px;
height: 2px;
background-color: #fed700;
position: absolute;
bottom: -1px;
}
.contactsPage-title {
padding-top: 100px;
font-size: 40px;
text-align: center;
margin-bottom: 50px;
}
.contactsPage-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media (min-width: 2px) and (max-width: 1169px) {
.contactsPage-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.contactsPage-callback {
width: 50%;
}
@media (min-width: 2px) and (max-width: 1169px) {
.contactsPage-callback {
width: 100%;
}
}
.contactsPage-callback-title {
color: #333e48;
width: 100%;
font-size: 25px;
padding-bottom: 10px;
border-bottom: 1px solid #dadada;
position: relative;
margin-bottom: 37px;
}
.contactsPage-callback-title:before {
content: '';
width: 130px;
height: 2px;
background-color: #fed700;
position: absolute;
bottom: -1px;
}
.contactsPage-callback-text {
margin-bottom: 30px;
}
.contactsPage-ourCont {
width: 50%;
padding-left: 50px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (min-width: 2px) and (max-width: 1169px) {
.contactsPage-ourCont {
width: 100%;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
padding-left: 0;
margin-bottom: 30px;
}
}
.contactsPage-ourCont .map {
width: 100%;
height: 290px;
display: block;
background: #eee;
margin-bottom: 57px;
}
.contactsPage .row {
display: block;
}
.contactsPage b.row {
margin-bottom: 28px;
}
.contactsPage-info_title {
color: #333e48;
width: 100%;
font-size: 25px;
padding-bottom: 10px;
border-bottom: 1px solid #dadada;
position: relative;
margin-bottom: 37px;
}
.contactsPage-info_title:before {
content: '';
width: 130px;
height: 2px;
background-color: #fed700;
position: absolute;
bottom: -1px;
}
.contactsPage-info_contacts {
margin-bottom: 55px;
}
.productPage-wrapper {
padding: 65px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 2px) and (max-width: 899px) {
.productPage-wrapper {
padding: 0 0 15px;
}
}
.productPage-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-bottom: 100px;
}
@media (min-width: 2px) and (max-width: 1099px) {
.productPage-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.productPage-sliders {
width: 460px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 2px) and (max-width: 1099px) {
.productPage-sliders {
width: 100%;
}
}
.productPage-sliders_big {
width: 460px;
height: 460px;
margin-bottom: 25px;
}
.productPage-sliders_big .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
bottom: 40px;
left: 0;
right: 0;
margin: auto;
bottom: -150px;
}
.productPage-sliders_big .slick-dots li {
padding: 0;
margin: 0 6px;
}
.productPage-sliders_big .slick-dots li.slick-active button {
background: #fed700;
padding: 0 15px;
}
.productPage-sliders_big .slick-dots li button {
border: none;
width: 9px;
height: 9px;
-webkit-transition: 0.35s;
transition: 0.35s;
border-radius: 9px;
background: #bcbcbc;
font-size: 0;
padding: 0;
margin: 0;
}
@media (min-width: 2px) and (max-width: 899px) {
.productPage-sliders_big .slick-dots {
bottom: -15px;
}
}
@media (min-width: 2px) and (max-width: 1099px) {
.productPage-sliders_big {
width: 100%;
height: 60vh;
}
}
.productPage-sliders_big .slide {
width: 460px;
height: 460px;
}
@media (min-width: 2px) and (max-width: 1099px) {
.productPage-sliders_big .slide {
width: 100%;
height: 60vh;
}
}
.productPage-sliders_big .slide .img {
width: 100%;
height: 100%;
background-size: contain;
}
.productPage-sliders_nav {
height: 115px;
}
.productPage-sliders_nav .slick-track {
margin: 0 -3px;
padding: 5px 0;
}
.productPage-sliders_nav .slide {
width: 90px;
height: 90px;
padding: 0 3px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.productPage-sliders_nav .slide.slick-current .img {
border-bottom: 2px solid #fed700;
}
.productPage-sliders_nav .slide .img {
border: 1px solid #eaeaea;
background-size: contain;
width: 100%;
height: 100%;
}
@media (min-width: 2px) and (max-width: 899px) {
.productPage-sliders_nav {
display: none;
}
}
.productPage-info {
width: calc(100% - 490px);
margin-left: 30px;
}
@media (min-width: 2px) and (max-width: 1099px) {
.productPage-info {
width: 100%;
margin: 0;
}
}
.productPage-info_categ {
font-size: 12px;
color: #333;
margin-bottom: 15px;
}
.productPage-info_prodName {
font-size: 25px;
font-size: 32px;
color: #0062bd;
margin-bottom: 30px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.productPage-info_prodName {
font-size: 25px;
line-height: 1.2;
}
}
.productPage-info_ids {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-bottom: 80px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.productPage-info_ids {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 40px;
}
}
@media (min-width: 2px) and (max-width: 749px) {
.productPage-info_ids {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.productPage-info_ids .id-block {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 15px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding-right: 40px;
color: #333e48;
font-size: 14px;
}
.productPage-info_ids .id-block:before {
width: 4px;
height: 4px;
border-radius: 4px;
border: 2px solid #fed700;
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
left: 0px;
content: '';
}
.productPage-info_ids .id-block .id-name {
font-weight: 700;
}
.productPage-info_ids .id-block .id-numb {
margin-left: 3px;
}
.productPage-info_desc {
color: #747474;
font-size: 14px;
line-height: 23px;
padding-bottom: 35px;
border-bottom: 1px solid #eaeaea;
}
.productPage-butts {
padding-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (min-width: 2px) and (max-width: 899px) {
.productPage-butts {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.productPage-butts .socials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (min-width: 2px) and (max-width: 899px) {
.productPage-butts .socials {
padding-top: 30px;
}
}
.productPage-butts .socials > span {
font-size: 13px;
color: #878787;
margin-right: 10px;
}
.productPage_req {
border: none;
font-weight: 700;
border-radius: 50px;
padding: 15px 30px;
background: #fed700;
color: #fff;
}
.productPage_req svg {
fill: #fff;
}
.productPage-bottom .tab-butts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (min-width: 2px) and (max-width: 499px) {
.productPage-bottom .tab-butts {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding-left: 10px;
}
}
.productPage-bottom .tab-butts .tab-butt {
font-size: 18px;
color: #333e48;
background: none;
border: none;
padding: 15px 5px;
margin: 0 20px;
margin-bottom: -1px;
}
@media (min-width: 2px) and (max-width: 499px) {
.productPage-bottom .tab-butts .tab-butt {
margin: 0 10px;
padding: 10px 0;
font-size: 16px;
}
}
.productPage-bottom .tab-butts .tab-butt.active {
font-weight: 700;
border-bottom: 2px solid #fed700;
position: relative;
}
.productPage-bottom .tab-butts .tab-butt.active:after {
position: absolute;
bottom: -6px;
width: 10px;
height: 6px;
left: 0;
right: 0px;
margin: 0 auto;
content: '';
display: block;
border-radius: 0 0 50% 50%;
background: #fed700;
}
.productPage-bottom .tabs-wrapper {
border-radius: 20px;
border: 1px solid #eaeaea;
padding: 70px 50px;
color: #333e48;
}
.productPage-bottom .tabs-wrapper .tab-title {
font-size: 18px;
padding-bottom: 25px;
}
.productPage-bottom .tabs-wrapper span {
font-size: 14px;
}
.productPage-bottom .tabs-wrapper .categ-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
border-bottom: 1px solid #eaeaea;
padding: 0 15px;
}
@media (min-width: 2px) and (max-width: 749px) {
.productPage-bottom .tabs-wrapper .categ-list li {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-bottom: none;
}
}
.productPage-bottom .tabs-wrapper .categ-list li .key,
.productPage-bottom .tabs-wrapper .categ-list li .value {
width: 50%;
line-height: 40px;
}
@media (min-width: 2px) and (max-width: 749px) {
.productPage-bottom .tabs-wrapper .categ-list li .key,
.productPage-bottom .tabs-wrapper .categ-list li .value {
width: 100% ;
line-height: 25px;
}
}
@media (min-width: 2px) and (max-width: 749px) {
.productPage-bottom .tabs-wrapper .categ-list li .key {
font-weight: 700;
}
}
.productPage-bottom .tabs-wrapper .categ-list li:last-child {
border-bottom: none;
}
@media (min-width: 2px) and (max-width: 749px) {
.productPage-bottom .tabs-wrapper {
padding: 20px 15px 15px;
}
}
.searchPage-top {
padding: 55px 0 0;
border-bottom: 1px solid #eaeaea;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
.searchPage-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.searchPage-top .page-title {
padding-bottom: 15px;
font-size: 20px;
color: #333e48;
border-bottom: 2px solid #fed700;
}
@media (min-width: 2px) and (max-width: 659px) {
.searchPage-top .page-title {
margin-bottom: 20px;
}
}
.searchPage-top .page-title .pre-title {
color: #c1c1c1;
}
.searchPage-top .founded {
-ms-flex-item-align: start;
align-self: flex-start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #c1c1c1;
font-size: 14px;
}
.searchPage-top .founded .numb {
width: 35px;
height: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #fed700;
border-radius: 3px;
font-weight: 700;
color: #333e48;
margin-left: 10px;
}
.searchPage-top .page-filter {
font-size: 14px;
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #c1c1c1;
}
@media (min-width: 2px) and (max-width: 659px) {
.searchPage-top .page-filter {
padding-bottom: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
}
.searchPage-top .page-filter .filter {
margin-top: -10px;
margin-left: 10px;
border-radius: 40px;
position: relative;
}
@media (min-width: 2px) and (max-width: 659px) {
.searchPage-top .page-filter .filter {
margin-top: 10px;
width: 100%;
}
}
.searchPage-top .page-filter .filter select {
outline: 0;
font-weight: 500;
color: #a6a6a6;
min-width: 200px;
border-radius: 40px;
padding: 10px 25px 10px 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
.searchPage-top .page-filter .filter select {
width: 100%;
}
}
.searchPage-top .page-filter .filter:after {
width: 12px;
height: 14px;
content: '';
display: block;
position: absolute;
top: 0;
bottom: 15px;
margin: auto 0;
right: 10px;
background-image: url('/img/v-arrows.svg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (min-width: 2px) and (max-width: 659px) {
.searchPage-top .page-filter .filter:after {
bottom: 0px;
right: 15px;
}
}
.searchPage-top .page-filter .filter:focus {
border-color: #51a7e8 ;
}
.searchPage .product {
width: 25%;
}
@media (min-width: 750px) and (max-width: 899px) {
.searchPage .product {
width: calc(100% / 3);
}
}
@media (min-width: 500px) and (max-width: 749px) {
.searchPage .product {
width: 50%;
}
}
@media (min-width: 2px) and (max-width: 499px) {
.searchPage .product {
width: 100%;
}
}
.searchPage-bottom {
margin-top: 100px;
border-top: 1px solid #eaeaea ;
width: 100%;
padding: 30px 0 60px;
}
.searchPage-bottom .pagination {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.searchPage-bottom .pagination .pag {
padding: 10px 15px;
margin: 0 5px;
font-size: 15px;
border-radius: 7px;
border: 1px solid #eaeaea;
color: #3d3d3d;
display: inline-block;
}
.searchPage-bottom .pagination .pag.active {
border-color: #fed700;
background: #fed700;
}
.prodList-top {
padding: 55px 0 0;
border-bottom: 1px solid #eaeaea;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodList-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.prodList-top .page-title {
padding-bottom: 15px;
font-size: 20px;
color: #333e48;
border-bottom: 2px solid #fed700;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodList-top .page-title {
margin-bottom: 20px;
}
}
.prodList-top .page-title .pre-title {
color: #c1c1c1;
}
.prodList-top .founded {
-ms-flex-item-align: start;
align-self: flex-start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #c1c1c1;
font-size: 14px;
}
.prodList-top .founded .numb {
width: 35px;
height: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #fed700;
border-radius: 3px;
font-weight: 700;
color: #333e48;
margin-left: 10px;
}
.prodList-top .page-filter {
font-size: 14px;
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #c1c1c1;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodList-top .page-filter {
padding-bottom: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
}
.prodList-top .page-filter .filter {
margin-top: -10px;
margin-left: 10px;
border-radius: 40px;
position: relative;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodList-top .page-filter .filter {
margin-top: 10px;
width: 100%;
}
}
.prodList-top .page-filter .filter select {
outline: 0;
font-weight: 500;
color: #a6a6a6;
min-width: 200px;
border-radius: 40px;
padding: 10px 25px 10px 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodList-top .page-filter .filter select {
width: 100%;
}
}
.prodList-top .page-filter .filter:after {
width: 12px;
height: 14px;
content: '';
display: block;
position: absolute;
top: 0;
bottom: 15px;
margin: auto 0;
right: 10px;
background-image: url('/img/v-arrows.svg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodList-top .page-filter .filter:after {
bottom: 0px;
right: 15px;
}
}
.prodList-top .page-filter .filter:focus {
border-color: #51a7e8 ;
}
.prodList .product {
width: 25%;
}
@media (min-width: 750px) and (max-width: 899px) {
.prodList .product {
width: calc(100% / 3);
}
}
@media (min-width: 500px) and (max-width: 749px) {
.prodList .product {
width: 50%;
}
}
@media (min-width: 2px) and (max-width: 499px) {
.prodList .product {
width: 100%;
}
}
.prodList-bottom {
margin-top: 100px;
border-top: 1px solid #eaeaea ;
width: 100%;
padding: 30px 0 60px;
}
.prodList-bottom .pagination {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.prodList-bottom .pagination .pag {
padding: 10px 15px;
margin: 0 5px;
font-size: 15px;
border-radius: 7px;
border: 1px solid #eaeaea;
color: #3d3d3d;
display: inline-block;
}
.prodList-bottom .pagination .pag.active {
border-color: #fed700;
background: #fed700;
}
.newsPage-top {
padding: 55px 0 0;
border-bottom: 1px solid #eaeaea;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
.newsPage-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.newsPage-top .page-title {
padding-bottom: 15px;
font-size: 20px;
color: #333e48;
border-bottom: 2px solid #fed700;
}
@media (min-width: 2px) and (max-width: 659px) {
.newsPage-top .page-title {
margin-bottom: 20px;
}
}
.newsPage-top .page-title .pre-title {
color: #c1c1c1;
}
.newsPage-top .founded {
-ms-flex-item-align: start;
align-self: flex-start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #c1c1c1;
font-size: 14px;
}
.newsPage-top .founded .numb {
width: 35px;
height: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #fed700;
border-radius: 3px;
font-weight: 700;
color: #333e48;
margin-left: 10px;
}
.newsPage-top .page-filter {
font-size: 14px;
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #c1c1c1;
}
@media (min-width: 2px) and (max-width: 659px) {
.newsPage-top .page-filter {
padding-bottom: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
}
.newsPage-top .page-filter .filter {
margin-top: -10px;
margin-left: 10px;
border-radius: 40px;
position: relative;
}
@media (min-width: 2px) and (max-width: 659px) {
.newsPage-top .page-filter .filter {
margin-top: 10px;
width: 100%;
}
}
.newsPage-top .page-filter .filter select {
outline: 0;
font-weight: 500;
color: #a6a6a6;
min-width: 200px;
border-radius: 40px;
padding: 10px 25px 10px 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
.newsPage-top .page-filter .filter select {
width: 100%;
}
}
.newsPage-top .page-filter .filter:after {
width: 12px;
height: 14px;
content: '';
display: block;
position: absolute;
top: 0;
bottom: 15px;
margin: auto 0;
right: 10px;
background-image: url('/img/v-arrows.svg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (min-width: 2px) and (max-width: 659px) {
.newsPage-top .page-filter .filter:after {
bottom: 0px;
right: 15px;
}
}
.newsPage-top .page-filter .filter:focus {
border-color: #51a7e8 ;
}
.newsPage .product {
width: 25%;
}
@media (min-width: 750px) and (max-width: 899px) {
.newsPage .product {
width: calc(100% / 3);
}
}
@media (min-width: 500px) and (max-width: 749px) {
.newsPage .product {
width: 50%;
}
}
@media (min-width: 2px) and (max-width: 499px) {
.newsPage .product {
width: 100%;
}
}
.newsPage-bottom {
margin-top: 100px;
border-top: 1px solid #eaeaea ;
width: 100%;
padding: 30px 0 60px;
}
.newsPage-bottom .pagination {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.newsPage-bottom .pagination .pag {
padding: 10px 15px;
margin: 0 5px;
font-size: 15px;
border-radius: 7px;
border: 1px solid #eaeaea;
color: #3d3d3d;
display: inline-block;
}
.newsPage-bottom .pagination .pag.active {
border-color: #fed700;
background: #fed700;
}
.newsPage .news-wrapper {
padding-top: 30px;
}
.newsPage .news-item {
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 500px;
outline: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: auto;
margin-bottom: 100px;
display: block;
padding: 0;
width: 100%;
}
@media (min-width: 2px) and (max-width: 749px) {
.newsPage .news-item {
height: 530px;
}
}
.newsPage .news-item .img {
height: 185px;
width: 100%;
margin-bottom: 20px;
}
.newsPage .news-item .title {
font-size: 19px;
line-height: 28px;
color: #333e48;
overflow: hidden;
height: 56px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.newsPage .news-item .date {
font-size: 13px;
padding-bottom: 15px;
color: #878787;
border-bottom: 1px solid #e4e4e4;
margin-bottom: 10px;
padding-top: 5px;
}
.newsPage .news-item .text {
font-size: 14px;
line-height: 24px;
color: #747474;
height: 96px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
margin-bottom: 30px;
}
.newsPage .news-item .read-more {
background: #efecec;
padding: 15px 30px;
border-radius: 50px;
-webkit-transition: 0.3s;
transition: 0.3s;
display: inline-block;
color: #000;
}
.newsPage .news-item .read-more:hover {
background: #fed700;
}
.newsPage .news-item .title {
font-size: 25px;
padding-bottom: 15px;
}
.newsPage .news-item .img {
height: 450px;
}
.newsPage .news-item .text {
display: block;
height: auto;
}
.page404-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #333e48;
position: relative;
}
.page404 .img404 {
padding-top: 70px;
padding-bottom: 30px;
}
.page404 .img404:before,
.page404 .img404:after {
font-weight: 300;
content: '4';
font-size: 60px;
color: #333e48;
}
.page404 .img404:after {
margin-left: -3px;
}
.page404 .img404 svg {
fill: #333e48;
}
.page404 .text {
color: #333e48;
font-size: 20px;
max-width: 750px;
text-align: center;
padding-bottom: 30px;
margin-bottom: 30px;
}
.page404 .text:after {
width: 100%;
content: '';
height: 1px ;
background: #eaeaea;
position: absolute;
left: 0;
bottom: 0;
}
.page404 .toMain {
padding: 10px 38px;
border: 2px solid #fed700;
border-radius: 20px;
font-size: 14px;
color: #333e48;
position: relative;
margin-bottom: 158px;
}
.page404 .toMain:after {
content: '';
background-position: center;
background-repeat: no-repeat;
background-size: cover;
top: 100%;
right: -50px;
background-image: url("/img/cat.png");
width: 109px;
height: 159px;
position: absolute;
}
.oneNewPage .newTitle {
font-size: 25px;
color: #333e48;
padding-bottom: 30px;
}
.oneNewPage .main-img {
padding: 35px 0;
max-width: 100%;
}
.oneNewPage .new-top {
border-bottom: 1px solid #eaeaea;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-bottom: 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
.oneNewPage .new-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.oneNewPage .new-top .date {
color: #878787;
}
@media (min-width: 2px) and (max-width: 659px) {
.oneNewPage .new-top .date {
margin-bottom: 20px;
}
}
.oneNewPage .new-top .socials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
padding: 20px 25px 0 35px;
}
@media (min-width: 2px) and (max-width: 659px) {
.oneNewPage .new-top .socials {
padding: 0;
}
}
.oneNewPage .new-top .socials p {
margin: 0;
color: #777777;
margin-right: 10px;
}
.oneNewPage .goBack {
display: block;
color: #747474;
margin-top: 70px;
font-size: 16px;
font-weight: 700;
margin-bottom: 100px;
}
.aboutUsPage .page-title {
padding-top: 100px;
font-size: 40px;
color: #333e48;
}
.aboutUsPage .sub-title {
font-size: 14px;
color: #9f9f9f;
padding-bottom: 50px;
}
.aboutUsPage .socials {
margin: 50px 0 100px ;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.aboutUsPage .socials p {
margin: 0;
color: #777777;
margin-right: 10px;
}
.fadeUp-enter-active,
.fadeUp-leave-active {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.fadeUp-enter,
.fadeUp-leave-to {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.fadeDown-enter-active,
.fadeDown-leave-active {
-webkit-transition: all .5s;
transition: all .5s;
}
.fadeDown-enter,
.fadeDown-leave-to {
opacity: 0;
-webkit-transform: translateY(-50%) scaleY(0.1);
transform: translateY(-50%) scaleY(0.1);
}
.modal-enter {
opacity: 0;
}
.modal-leave-active {
opacity: 0;
}
@media (min-width: 750px) and (max-width: 89999px) {
.modal-enter .modal-container,
.modal-leave-active .modal-container {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
@media (min-width: 2px) and (max-width: 749px) {
.modal-enter .modal-container,
.modal-leave-active .modal-container {
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
} | public/css/style.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 0 0.67em 0;
}
h2 {
font-size: 1.6em;
margin: 0 0 0.67em 0;
}
h3 {
font-size: 1.3em;
margin: 0 0 0.67em 0;
}
h4 {
font-size: 1em;
margin: 0 0 0.67em 0;
}
h5 {
font-size: 0.8em;
margin: 0 0 0.67em 0;
}
h6 {
font-size: 0.6em;
margin: 0 0 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;
outline: none;
}
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;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
}
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;
}
/* Slider */
.slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
body * {
font-family: 'Open Sans', sans-serif;
}
input,
textarea {
outline: none;
}
a {
text-decoration: none;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
select::-ms-expand {
display: none;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 2px 30px 2px 2px;
/*border: none; - if you want the border removed*/
}
.reset-around {
margin: 0;
padding: 0;
}
.modal-mask {
position: fixed;
z-index: 9998;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: table;
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.modal-wrapper {
display: table-cell;
vertical-align: middle;
}
.modal-container {
width: 100%;
max-width: 700px;
margin: 0px auto;
padding: 0;
background-color: #fff;
-webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.09);
box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.09);
-webkit-transition: all .3s ease;
transition: all .3s ease;
position: relative;
border-radius: 10px;
border: 3px solid #fed700;
}
@media (min-width: 2px) and (max-width: 1299px) {
.modal-container {
max-width: 100vw;
height: 100vh;
border-radius: 0;
}
}
.modal-body {
padding: 50px;
}
@media (min-width: 2px) and (max-width: 1299px) {
.modal-body {
padding: 15px;
height: 100vh;
overflow: scroll;
}
}
.modal-close {
background-color: #fff;
position: absolute;
top: 10px;
border-radius: 5px;
right: 10px;
padding: 9px;
cursor: pointer;
}
@media (min-width: 2px) and (max-width: 1299px) {
.modal-close {
top: 14px;
z-index: 1;
background-color: transparent;
}
}
@media (min-width: 1170px) and (max-width: 99998px) {
.modal-close:hover svg {
fill: #333;
}
}
.modal-close svg {
fill: #999ea3;
display: block;
}
.modal-callback-1 .modal-container {
max-width: 500px;
width: calc(100% - 40px);
text-align: left;
}
.modal-callback-1 .modal-container .title {
font-size: 19px;
font-weight: 700;
text-align: center;
}
.modal-callback-1 .modal-container .text {
white-space: normal;
font-family: 'OpenSans', sans-serif;
font-size: 15px;
line-height: 22px;
text-align: center;
margin: 0 0 20px 0;
}
.modal-callback-1 .modal-body {
padding: 30px;
}
.modal-log {
cursor: default;
}
.modal-log_make .title {
font-size: 19px;
font-weight: 700;
text-align: center;
}
.modal-log_make .text {
white-space: normal;
font-family: 'OpenSans', sans-serif;
font-size: 15px;
line-height: 22px;
text-align: center;
margin: 0 0 20px 0;
}
.modal-log .modal-container {
max-width: 500px;
width: 100%;
}
.modal-log .modal-body {
max-height: 90vh;
overflow: auto;
}
.modal-log_remember {
border: 0;
background: none;
outline: none;
color: #0062bd;
border-bottom: 1px solid #0062bd;
margin: 0;
padding: 0;
line-height: 1;
margin-left: 15px;
}
@media (min-width: 2px) and (max-width: 449px) {
.modal-log_remember {
margin-top: 25px;
margin-left: 0;
}
}
.modal-log_remember:hover {
border-color: transparent;
}
.modal-log_social {
width: calc(100% + 70px);
margin-left: -35px;
margin-bottom: -15px;
border-top: 1px solid #e5e5e5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 40px;
position: relative;
padding: 20px 25px 0 35px;
}
.modal-log_social p {
color: #777777;
margin-right: 10px;
}
.modal-log_up {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.modal-log_up button {
border: 0;
background: none;
font-size: 19px;
font-weight: 700;
background-color: #e8eef0;
width: 65%;
text-align: center;
padding: 25px 15px;
}
.modal-log_up button:nth-of-type(1) {
width: 45%;
}
.modal-log_up button.current {
background-color: #fff;
}
.modal-log_cont {
padding: 35px;
}
.modal-base[v-cloak] {
display: none;
}
.modal-base .title {
text-align: center;
font-family: 'OpenSans', sans-serif;
font-size: 22px;
font-weight: 400;
line-height: 1.1;
margin-bottom: 25px;
}
.scr-no {
overflow: hidden;
}
.img {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.hidden {
height: 0;
}
form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
form .input-wrapper {
width: 270px;
display: inline-block;
}
form .input-wrapper.big {
width: 100%!important;
}
@media (min-width: 2px) and (max-width: 1169px) {
form .input-wrapper {
width: 100%;
padding-left: 0;
}
}
form .input-wrapper label {
display: block;
font-size: 14px;
padding: 16px 0;
font-weight: 700;
color: #333e48;
}
form .input-wrapper label sup {
color: red;
}
form .input-wrapper .v-input input,
form .input-wrapper .v-input textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 0 15px;
font-size: 14px;
line-height: 50px;
border-radius: 25px;
border: 1px solid #dddddd;
-webkit-transition: 0.3s;
transition: 0.3s;
}
form .input-wrapper .v-input input:focus,
form .input-wrapper .v-input textarea:focus {
border-color: #51a7e8;
}
form .input-wrapper .v-input textarea {
padding: 15px;
height: 250px;
line-height: 1.2;
resize: vertical;
}
form .input-wrapper .v-input.error input,
form .input-wrapper .v-input.error textarea {
color: red;
border-color: red;
}
form .input-wrapper .v-input.error span.error {
color: red;
}
form .main-butt {
margin-top: 15px;
padding: 15px 38px;
background: #fed700;
color: #333e48;
border-radius: 30px;
display: inline-block;
font-weight: 700;
border: none;
}
.slider-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
bottom: 40px;
left: 0;
right: 0;
margin: auto;
}
.slider-dots li {
padding: 0;
margin: 0 6px;
}
.slider-dots li.slick-active button {
background: #fed700;
padding: 0 15px;
}
.slider-dots li button {
border: none;
width: 9px;
height: 9px;
-webkit-transition: 0.35s;
transition: 0.35s;
border-radius: 9px;
background: #bcbcbc;
font-size: 0;
padding: 0;
margin: 0;
}
.editor {
font-size: 15px;
color: #747474;
line-height: 22px;
}
.editor h2 {
color: #333e48;
font-size: 25px;
}
.editor a {
color: #0062bd;
border-bottom: 1px solid #0062bd;
}
.editor a:hover {
border-color: transparent;
}
.editor p {
margin: 0 0 0.7em 0;
}
.editor ul {
margin: 0;
padding: 0;
padding-left: 40px;
margin-top: 15px;
margin-bottom: 15px;
}
.vb > .vb-dragger {
z-index: 5;
width: 12px;
right: 0;
}
.vb > .vb-dragger > .vb-dragger-styler {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: rotate3d(0, 0, 0, 0);
transform: rotate3d(0, 0, 0, 0);
-webkit-transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
background-color: #fed700;
margin: 5px 5px 5px 0;
border-radius: 20px;
height: 100% ;
display: block;
}
.vb.vb-scrolling-phantom > .vb-dragger > .vb-dragger-styler {
background-color: #fed700;
}
.vb.vb-dragging > .vb-dragger > .vb-dragger-styler {
background-color: #fed700;
height: 100%;
}
.vb.vb-dragging-phantom > .vb-dragger > .vb-dragger-styler {
background-color: #fed700;
}
.search-mob_butt {
width: 40px;
height: 40px;
display: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #fed700;
background: #fff;
margin: 0 10px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.search-mob_butt {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.search-mob_butt .close {
display: none;
}
}
.modal-title {
font-size: 25px;
color: #333e48;
border-bottom: 1px solid #dadada;
position: relative;
width: 100%;
padding-bottom: 20px;
margin-bottom: 30px;
}
.modal-title:before {
content: '';
width: 120px;
height: 2px;
background: #fed700;
position: absolute;
bottom: -1px;
left: 0;
}
.modal-text {
font-size: 14px;
color: #333e48;
line-height: 23px;
padding-bottom: 25px;
}
.bottom-pannel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.bottom-pannel .success {
padding-top: 20px;
}
.bottom-pannel .success b {
color: #df3737;
}
@media (min-width: 2px) and (max-width: 1169px) {
.bottom-pannel {
padding-bottom: 40px;
}
}
.preloader {
position: fixed;
width: 100vw;
height: 100vh;
z-index: 99999;
}
.preloader .el-loading-mask {
position: absolute;
z-index: 10000;
background-color: rgba(255, 255, 255, 0.9);
margin: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.preloader .el-loading-mask.is-fullscreen {
position: fixed;
}
.preloader .el-loading-mask.is-fullscreen .el-loading-spinner {
margin-top: -25px;
}
.preloader .el-loading-mask.is-fullscreen .el-loading-spinner .circular {
width: 50px;
height: 50px;
}
.preloader .el-loading-spinner {
top: 50%;
margin-top: -21px;
width: 100%;
text-align: center;
position: absolute;
}
.preloader .el-loading-spinner .el-loading-text {
color: #fed700;
margin: 3px 0;
font-size: 14px;
}
.preloader .el-loading-spinner .circular {
width: 42px;
height: 42px;
-webkit-animation: loading-rotate 2s linear infinite;
animation: loading-rotate 2s linear infinite;
}
.preloader .el-loading-spinner .path {
-webkit-animation: loading-dash 1.5s ease-in-out infinite;
animation: loading-dash 1.5s ease-in-out infinite;
stroke-dasharray: 90, 150;
stroke-dashoffset: 0;
stroke-width: 2;
stroke: #fed700;
stroke-linecap: round;
}
.preloader .el-loading-fade-enter,
.preloader .el-loading-fade-leave-active {
opacity: 0;
}
@-webkit-keyframes loading-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loading-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes loading-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -40px;
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -120px;
}
}
@keyframes loading-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -40px;
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -120px;
}
}
.preloader .el-loading-mask {
position: absolute;
z-index: 10000;
background-color: rgba(255, 255, 255, 0.9);
margin: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.preloader .el-loading-mask.is-fullscreen {
position: fixed;
}
.preloader .el-loading-mask.is-fullscreen .el-loading-spinner {
margin-top: -25px;
}
.preloader .el-loading-mask.is-fullscreen .el-loading-spinner .circular {
width: 50px;
height: 50px;
}
.preloader .el-loading-spinner {
top: 50%;
margin-top: -21px;
width: 100%;
text-align: center;
position: absolute;
}
.preloader .el-loading-spinner .el-loading-text {
color: #fed700;
margin: 3px 0;
font-size: 14px;
}
.preloader .el-loading-spinner .circular {
width: 42px;
height: 42px;
-webkit-animation: loading-rotate 2s linear infinite;
animation: loading-rotate 2s linear infinite;
}
.preloader .el-loading-spinner .path {
-webkit-animation: loading-dash 1.5s ease-in-out infinite;
animation: loading-dash 1.5s ease-in-out infinite;
stroke-dasharray: 90, 150;
stroke-dashoffset: 0;
stroke-width: 2;
stroke: #fed700;
stroke-linecap: round;
}
.preloader .el-loading-fade-enter,
.preloader .el-loading-fade-leave-active {
opacity: 0;
}
@keyframes loading-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loading-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -40px;
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -120px;
}
}
.breadcrumbs {
padding-top: 45px;
color: #333e48;
font-size: 14px;
}
@media (min-width: 2px) and (max-width: 749px) {
.breadcrumbs .breadcrumb {
display: none;
}
}
.breadcrumbs a.breadcrumb {
color: #333e48;
margin: 0 24px 0 16px;
position: relative;
}
.breadcrumbs a.breadcrumb:after {
width: 7px;
height: 7px;
border-right: 1px solid #333e48;
border-bottom: 1px solid #333e48;
display: inline-block;
content: '';
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
right: -23px;
bottom: 0;
top: 0;
margin: auto 0;
}
.breadcrumbs a.breadcrumb:first-child {
margin-left: 0;
}
.breadcrumbs span.breadcrumb {
color: #333e48;
font-size: 14px;
margin-left: 16px;
}
.page {
min-height: calc(100vh - 675px);
z-index: 1;
}
.news-item {
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 500px;
outline: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (min-width: 2px) and (max-width: 749px) {
.news-item {
height: 530px;
}
}
.news-item .img {
height: 185px;
width: 100%;
margin-bottom: 20px;
}
.news-item .title {
font-size: 19px;
line-height: 28px;
color: #333e48;
overflow: hidden;
height: 56px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.news-item .date {
font-size: 13px;
padding-bottom: 15px;
color: #878787;
border-bottom: 1px solid #e4e4e4;
margin-bottom: 10px;
padding-top: 5px;
}
.news-item .text {
font-size: 14px;
line-height: 24px;
color: #747474;
height: 96px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
margin-bottom: 30px;
}
.news-item .read-more {
background: #efecec;
padding: 15px 30px;
border-radius: 50px;
-webkit-transition: 0.3s;
transition: 0.3s;
display: inline-block;
color: #000;
}
.news-item .read-more:hover {
background: #fed700;
}
.container {
margin: 0 auto;
width: 1170px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.container {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 15px;
}
}
.logo {
height: 35px;
width: 225px;
margin-left: -11px;
background-image: url('/img/logo.png');
display: inline-block;
}
.header {
width: 100%;
min-height: 205px;
z-index: 2;
position: relative;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header {
min-height: auto;
}
}
.header-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-top-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 45px;
border-bottom: 1px solid #dddddd;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-top-wrapper {
display: none;
}
}
.header-top-lang [v-cloak] {
display: none;
}
.header-top-lang .img {
width: 32px;
height: 21px;
border-radius: 3px;
}
.header-top-lang span {
font-size: 14px;
font-weight: 700;
}
.header-top-lang .actual {
cursor: pointer;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-top-lang .actual {
padding-left: 15px;
}
}
.header-top-lang .actual .img {
margin-right: 7px;
}
.header-top-lang .actual span {
text-transform: uppercase;
position: relative;
}
.header-top-lang .actual span.active:after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.header-top-lang .actual span:after {
-webkit-transition: 0.3s;
transition: 0.3s;
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -10px;
margin: auto 0;
width: 0;
height: 0;
border-style: solid;
border-width: 4px 3.5px 0 3.5px;
border-color: #ddd transparent transparent transparent;
display: inline-block;
}
.header-top-lang .list {
background-color: #fff;
position: absolute;
top: 55px;
z-index: 3;
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.header-top-lang .list li.active a {
opacity: 1;
background-color: #fcfcfc;
}
.header-top-lang .list li a {
padding: 10px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 0.5;
}
.header-top-lang .list li a .img {
margin-right: 12px;
}
.header-top-lang .list li a span {
color: #333e48;
}
.header-top-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.header-top-info li {
color: #35404a;
font-size: 14px;
padding: 0 15px;
border-left: 1px solid #ddd;
}
.header-top-info li:first-child {
border-left: none;
}
.header-top-info li svg {
vertical-align: bottom;
fill: #646c74;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-top-info li {
border: none;
padding: 10px 15px;
}
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-top-info {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.header-middle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-middle-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 115px;
}
@media (min-width: 2px) and (max-width: 899px) {
.header-middle-wrapper {
height: 80px;
}
}
.header-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.header-bottom-wrapper {
height: 50px;
}
.header-bottom-wrapper .catalog-menu {
width: 330px;
display: inline-block;
position: relative;
}
.header-bottom-wrapper .catalog-menu [v-cloak] {
display: none;
}
@media (min-width: 2px) and (max-width: 499px) {
.header-bottom-wrapper .catalog-menu {
width: auto;
}
}
.header-bottom-wrapper .catalog-menu-butt {
-webkit-transition: 1s;
transition: 1s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
font-weight: 700;
background-color: #fed700;
border-radius: 10px 10px 0 0;
padding: 0 22px;
position: relative;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #333e48;
text-transform: uppercase;
height: 50px;
}
.header-bottom-wrapper .catalog-menu-butt.rounded {
border-radius: 10px;
}
.header-bottom-wrapper .catalog-menu-butt .carrot {
-webkit-transition: 0.3s;
transition: 0.3s;
margin-top: -3px;
width: 11px;
height: 11px;
border-right: 2px solid rgba(0, 0, 0, 0.2);
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
right: 20px;
}
.header-bottom-wrapper .catalog-menu-butt .carrot.open {
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
margin-top: 5px;
}
.header-bottom-wrapper .catalog-menu-butt svg {
margin-right: 10px;
}
.header-bottom-wrapper .catalog-menu-list {
position: absolute;
top: 50px;
width: 330px;
border: 2px solid #fed700;
border-radius: 0 0 10px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
z-index: 1;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list {
z-index: 5;
width: 100vw;
left: -15px;
border-radius: 0;
}
}
.header-bottom-wrapper .catalog-menu-list .list-elem {
color: #333e48;
line-height: 40px;
border-bottom: 1px solid #eee;
padding: 0px 4px;
font-size: 14px;
}
.header-bottom-wrapper .catalog-menu-list .sub-block {
display: none;
position: absolute;
top: -30px;
background-color: #fff;
border: 2px solid #fed700;
left: 100%;
width: auto;
min-width: 200px;
max-width: 430px;
padding: 40px 0;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .sub-block {
width: 100% ;
max-width: inherit;
position: fixed;
top: 0;
left: 100vw;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 100vh;
}
}
.header-bottom-wrapper .catalog-menu-list .sub-block:after {
content: "";
top: 1px;
left: 1px;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 16px 14px 0 0;
border-color: #fed700 transparent transparent transparent;
}
.header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel {
display: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 0;
left: 0;
right: 0;
border-bottom: 1px solid #eee;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
padding: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: auto;
}
.header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel div {
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 15px;
}
.header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel div:first-child {
border-right: 1px solid #eee;
}
.header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel div:last-child {
border-left: 1px solid #eee;
}
}
.header-bottom-wrapper .catalog-menu-list .sub-title {
font-weight: 700;
padding-top: 10px;
padding-left: 40px;
color: #333e48;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .sub-title {
display: block;
padding-left: 0;
text-align: center;
padding-top: 20px;
}
}
.header-bottom-wrapper .catalog-menu-list .sub-el_name {
color: #333e48;
padding-top: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-width: 200px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .sub-el_name {
padding-top: 0px;
line-height: 40px;
border-bottom: 1px solid #eee;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl {
width: 100%;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl {
overflow: auto;
}
}
@media (min-width: 900px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl {
height: calc(100vh - 159px);
}
}
@media (min-width: 2px) and (max-width: 899px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl {
height: calc(100vh - 132px);
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 13px;
position: relative;
width: 100%;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep:after {
display: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl {
width: calc(100% + 26px);
margin: 0 -13px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-el {
padding: 0 4px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-el.deep:after {
top: 0;
right: 16px;
border-right: 2px solid #ddd;
border-bottom: 2px solid #ddd;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-el_name {
margin: 0 10px;
line-height: 40px;
padding: 0;
border-bottom: 1px solid #eee;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl_title {
display: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-block {
padding: 0;
position: relative;
display: block;
left: 0;
top: auto;
border: none;
height: auto!important;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-block > .mob-top-panel {
display: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-block:after {
display: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el:last-child a {
border-bottom: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el_name {
font-weight: 700;
padding-top: 10px;
}
@media (min-width: 1170px) and (max-width: 69999px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep:hover .nd-lvl-block {
display: block;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep:after {
content: '';
width: 7px;
height: 7px;
border-right: 2px solid #dbdbdb;
border-bottom: 2px solid #dbdbdb;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
display: block;
position: absolute;
right: 18px;
top: 0;
bottom: 3px;
margin: auto;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl_title {
font-weight: 700;
padding-top: 10px;
padding-left: 40px;
color: #333e48;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl_title {
display: block;
padding-left: 0;
text-align: center;
padding-top: 20px;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block {
display: none;
position: absolute;
top: -30px;
background-color: #fff;
border: 2px solid #fed700;
left: 100%;
width: auto;
min-width: 200px;
max-width: 430px;
padding: 40px 0;
z-index: 2;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block {
width: 100% ;
max-width: inherit;
position: fixed;
top: 0;
left: 100vw;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 100vh;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block:after {
content: "";
top: 1px;
left: 1px;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 16px 14px 0 0;
border-color: #fed700 transparent transparent transparent;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel {
display: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 0;
left: 0;
right: 0;
border-bottom: 1px solid #eee;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
padding: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: auto;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel div {
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 15px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel div:first-child {
border-right: 1px solid #eee;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel div:last-child {
border-left: 1px solid #eee;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el {
padding: 0 20px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep {
position: relative;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep:after {
content: "";
position: relative;
width: 7px;
height: 7px;
border-right: 2px solid #333e48;
border-bottom: 2px solid #333e48;
display: inline-block;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
top: 20px;
bottom: 0px;
right: 20px;
margin: auto 0;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep:after {
top: 0;
}
}
@media (min-width: 1170px) and (max-width: 69999px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep:hover .rd-lvl-block {
display: block;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block {
display: none;
position: absolute;
top: -30px;
background-color: #fff;
border: 2px solid #fed700;
left: 100%;
width: auto;
min-width: 200px;
max-width: 430px;
padding: 40px 0;
top: -20px;
z-index: 3;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block {
width: 100% ;
max-width: inherit;
position: fixed;
top: 0;
left: 100vw;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 100vh;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block:after {
content: "";
top: 1px;
left: 1px;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 16px 14px 0 0;
border-color: #fed700 transparent transparent transparent;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel {
display: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 0;
left: 0;
right: 0;
border-bottom: 1px solid #eee;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
padding: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: auto;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel div {
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 15px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel div:first-child {
border-right: 1px solid #eee;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel div:last-child {
border-left: 1px solid #eee;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl_title {
font-weight: 700;
padding-top: 10px;
padding-left: 40px;
color: #333e48;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl_title {
display: block;
padding-left: 0;
text-align: center;
padding-top: 20px;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-el {
padding: 0 20px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-el_name {
color: #333e48;
padding-top: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-width: 200px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-el_name {
padding-top: 0px;
line-height: 40px;
border-bottom: 1px solid #eee;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el_name {
color: #333e48;
padding-top: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-width: 200px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el_name {
padding-top: 0px;
line-height: 40px;
border-bottom: 1px solid #eee;
}
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el > a {
display: block;
color: #333e48;
line-height: 40px;
border-bottom: 1px solid #eee;
padding: 0px 4px;
font-size: 14px;
}
.header-bottom-wrapper .site-menu {
width: calc(100% - 330px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (min-width: 2px) and (max-width: 499px) {
.header-bottom-wrapper .site-menu {
width: auto;
}
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
z-index: 4;
}
}
.header-bottom-wrapper .site-menu-mob_butt {
padding: 6px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 40px;
height: 40px;
border: 2px solid #fed700;
text-align: center;
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.header-bottom-wrapper .site-menu-mob_butt span {
width: calc(100% - 10px);
height: 3px;
background: #333;
display: inline-block;
position: relative;
margin: 0;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu-mob_butt {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu-content_wrapper {
position: relative;
height: 100vh;
overflow: auto;
}
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu-content {
width: 100%;
position: fixed;
height: 100vh;
top: -100vh;
left: 0;
background: #fff;
z-index: 2;
}
}
.header-bottom-wrapper .site-menu-content .header-top-lang,
.header-bottom-wrapper .site-menu-content .header-top-info {
display: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu-content .header-top-lang,
.header-bottom-wrapper .site-menu-content .header-top-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.header-bottom-wrapper .site-menu-content .header-top-lang {
border-bottom: 2px solid #fed700;
}
.header-bottom-wrapper .site-menu-content .close-menu {
background: #fed700;
position: absolute;
right: 0px;
width: 45px;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-bottom-wrapper .site-menu-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.header-bottom-wrapper .site-menu-nav li.active a {
color: #df3737;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu-nav li:first-child a {
border-top: 1px solid #eee;
}
}
.header-bottom-wrapper .site-menu-nav li a {
line-height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #000;
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
padding: 0 30px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu-nav li a {
padding: 0 15px;
border-bottom: 1px solid #eee;
}
}
.header-bottom-wrapper .site-menu-nav li a:hover {
color: #df3737;
}
@media (min-width: 2px) and (max-width: 1169px) {
.header-bottom-wrapper .site-menu-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.footer {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-top: 4px solid #fed700;
background: #f8f8f8;
min-height: 460px;
padding-top: 60px;
}
.footer-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: 340px;
}
.footer-content .col {
color: #333e48;
width: calc(65% / 3);
}
.footer-content .col.opened .col-title:after {
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
@media (min-width: 750px) and (max-width: 1169px) {
.footer-content .col {
width: calc(100% / 3) !important;
}
}
@media (min-width: 660px) and (max-width: 749px) {
.footer-content .col {
width: 50%!important;
}
}
@media (min-width: 2px) and (max-width: 659px) {
.footer-content .col {
width: calc(100% + 30px) !important;
margin: 0 -15px;
}
}
.footer-content .col-title {
font-size: 16px;
font-weight: 700;
padding-bottom: 30px;
}
@media (min-width: 2px) and (max-width: 659px) {
.footer-content .col-title {
padding: 10px 15px;
border-bottom: 1px solid #ddd;
line-height: 30px;
position: relative;
}
.footer-content .col-title:after {
content: "";
-webkit-transition: 0.3s;
transition: 0.3s;
width: 10px;
height: 10px;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
right: 20px;
border-right: 2px solid #333e48;
border-bottom: 2px solid #333e48;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
}
.footer-content .col-list {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-content .col-list li a {
line-height: 35px;
color: #333e48;
}
@media (min-width: 2px) and (max-width: 659px) {
.footer-content .col-list {
padding: 0 15px;
display: none;
}
}
.footer-content .col:last-child {
width: 14%;
}
.footer-content .col:nth-child(3) {
width: calc((65% / 3) + 2% );
}
.footer-content .col.big {
width: 40%;
}
@media (min-width: 2px) and (max-width: 1169px) {
.footer-content .col.big {
width: 100% !important;
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
padding: 0 15px;
margin-top: 30px;
}
}
.footer-content .col.big .logo {
background-image: url('/img/logoF.png');
margin-bottom: 35px;
}
.footer-content .col.big .phones-cont {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-bottom: 60px;
}
.footer-content .col.big .phones-cont .img {
width: 50px;
height: 55px;
background-image: url('/img/headphone.png');
margin-right: 23px;
}
@media (min-width: 2px) and (max-width: 659px) {
.footer-content .col.big .phones-cont .img {
background-size: contain;
}
}
.footer-content .col.big .phones-cont .info {
color: #333e48;
}
.footer-content .col.big .phones-cont .info .title {
font-size: 14px;
}
.footer-content .col.big .phones-cont .info .phones {
line-height: 35px;
font-size: 22px;
}
.footer-content .col.big .address-cont {
font-size: 14px;
margin-bottom: 60px;
}
.footer-content .col.big .address-cont .title {
color: #333e48;
font-weight: 700;
}
.footer-content .col.big .socials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 50px;
}
.footer-content .col.big .socials .img {
margin: 0 22px;
width: 30px;
height: 30px;
background-size: contain;
}
@media (min-width: 2px) and (max-width: 1169px) {
.footer-content .col.big .socials .img {
margin: 0 10px;
}
}
@media (min-width: 2px) and (max-width: 1169px) {
.footer-content .col.big .socials {
margin-bottom: 30px;
}
}
.footer-bottom {
height: 60px;
background: #eaeaea;
}
@media (min-width: 2px) and (max-width: 899px) {
.footer-bottom {
display: none;
}
}
.footer-bottom .container {
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer-bottom .container span,
.footer-bottom .container span > b {
color: #333e48;
}
.prods-wrapp {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.prods-wrapp .product {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
outline: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 15px;
border-left: 1px solid #ddd;
height: 390px;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transform: scale(0.95);
transform: scale(0.95);
position: relative;
background-color: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-left: -10px;
z-index: 1;
}
@media (min-width: 2px) and (max-width: 749px) {
.prods-wrapp .product {
border: none;
}
}
@media (min-width: 750px) and (max-width: 69999px) {
.prods-wrapp .product:hover {
z-index: 2;
-webkit-transform: scale(1);
transform: scale(1);
boredr: 1px solid #ddd;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
}
.prods-wrapp .product .img {
width: 225px;
height: 225px;
margin: 0 auto 40px ;
display: inline-block;
}
.prods-wrapp .product .categ {
color: #333333;
font-size: 12px;
margin-bottom: 20px;
}
.prods-wrapp .product .title {
font-size: 15px;
font-weight: 700;
color: #0062bd;
height: 38px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.prodsPage-top {
padding: 55px 0 0;
border-bottom: 1px solid #eaeaea;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodsPage-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.prodsPage-top .page-title {
padding-bottom: 15px;
font-size: 20px;
color: #333e48;
border-bottom: 2px solid #fed700;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodsPage-top .page-title {
margin-bottom: 20px;
}
}
.prodsPage-top .page-title .pre-title {
color: #c1c1c1;
}
.prodsPage-top .founded {
-ms-flex-item-align: start;
align-self: flex-start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #c1c1c1;
font-size: 14px;
}
.prodsPage-top .founded .numb {
width: 35px;
height: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #fed700;
border-radius: 3px;
font-weight: 700;
color: #333e48;
margin-left: 10px;
}
.prodsPage-top .page-filter {
font-size: 14px;
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #c1c1c1;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodsPage-top .page-filter {
padding-bottom: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
}
.prodsPage-top .page-filter .filter {
margin-top: -10px;
margin-left: 10px;
border-radius: 40px;
position: relative;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodsPage-top .page-filter .filter {
margin-top: 10px;
width: 100%;
}
}
.prodsPage-top .page-filter .filter select {
outline: 0;
font-weight: 500;
color: #a6a6a6;
min-width: 200px;
border-radius: 40px;
padding: 10px 25px 10px 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodsPage-top .page-filter .filter select {
width: 100%;
}
}
.prodsPage-top .page-filter .filter:after {
width: 12px;
height: 14px;
content: '';
display: block;
position: absolute;
top: 0;
bottom: 15px;
margin: auto 0;
right: 10px;
background-image: url('/img/v-arrows.svg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodsPage-top .page-filter .filter:after {
bottom: 0px;
right: 15px;
}
}
.prodsPage-top .page-filter .filter:focus {
border-color: #51a7e8 ;
}
.prodsPage .product {
width: 25%;
}
@media (min-width: 750px) and (max-width: 899px) {
.prodsPage .product {
width: calc(100% / 3);
}
}
@media (min-width: 500px) and (max-width: 749px) {
.prodsPage .product {
width: 50%;
}
}
@media (min-width: 2px) and (max-width: 499px) {
.prodsPage .product {
width: 100%;
}
}
.prodsPage-bottom {
margin-top: 100px;
border-top: 1px solid #eaeaea ;
width: 100%;
padding: 30px 0 60px;
}
.prodsPage-bottom .pagination {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.prodsPage-bottom .pagination .pag {
padding: 10px 15px;
margin: 0 5px;
font-size: 15px;
border-radius: 7px;
border: 1px solid #eaeaea;
color: #3d3d3d;
display: inline-block;
}
.prodsPage-bottom .pagination .pag.active {
border-color: #fed700;
background: #fed700;
}
.homePage {
margin-top: 2px;
}
.homePage .block-title {
font-size: 20px;
color: #333e48;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
font-weight: 700;
display: inline;
z-index: 1;
}
.homePage .block-title:after {
content: '';
position: absolute;
bottom: 0px;
width: 100%;
left: 0;
height: 2px;
background-color: #fed700;
}
.homePage .block-title:before {
content: '';
width: 10px;
height: 4px;
background-color: #fed700;
border-radius: 0 0 4px 4px;
position: absolute;
bottom: -4px;
left: 0;
right: 0;
margin: auto;
display: block;
}
.homePage-slider {
width: 100%;
height: 630px;
background: #f7f7f7;
margin-bottom: 45px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider {
height: 38.46vw;
}
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-slider {
display: none;
}
}
.homePage-slider .slide {
height: 630px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider .slide {
height: 38.46vw;
position: relative;
}
}
.homePage-slider .slide .img {
position: absolute;
width: 100vw;
height: 100%;
}
.homePage-slider .slide .container {
position: relative;
z-index: 1;
padding-left: 360px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-transform: uppercase;
color: #333e48;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider .slide .container {
padding-left: 25px;
}
}
.homePage-slider .slide-title {
display: block;
padding-top: 80px;
font-size: 19px;
font-weight: 700;
color: #34bcec;
padding-bottom: 10px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider .slide-title {
padding-top: 30px;
}
}
@media (min-width: 2px) and (max-width: 899px) {
.homePage-slider .slide-title {
font-size: 15px;
padding-top: 20px;
}
}
.homePage-slider .slide-text {
font-size: 42px;
font-weight: 100;
padding-bottom: 40px;
display: block;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider .slide-text {
font-size: 30px;
padding-bottom: 20px;
}
}
@media (min-width: 2px) and (max-width: 899px) {
.homePage-slider .slide-text {
font-size: 27px;
}
}
.homePage-slider .slide-link {
padding: 20px 55px;
border-radius: 50px;
font-weight: 700;
font-size: 15px;
text-transform: none;
border: 2px solid #fed700;
background: transparent;
color: #333e48;
position: relative;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider .slide-link {
padding: 10px 30px;
}
}
.homePage-slider .slide-link:after {
position: absolute;
content: '';
width: 180px;
height: 203px;
display: block;
top: calc(100% + 30px);
left: 60%;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
background-image: url('/img/slidArr.png');
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider .slide-link:after {
width: 100px;
top: 100%;
height: 120px;
}
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-slider .slide-link:after {
width: 50px;
height: 70px;
}
}
.homePage-slider .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
bottom: 40px;
left: 0;
right: 0;
margin: auto;
}
.homePage-slider .slick-dots li {
padding: 0;
margin: 0 6px;
}
.homePage-slider .slick-dots li.slick-active button {
background: #fed700;
padding: 0 15px;
}
.homePage-slider .slick-dots li button {
border: none;
width: 9px;
height: 9px;
-webkit-transition: 0.35s;
transition: 0.35s;
border-radius: 9px;
background: #bcbcbc;
font-size: 0;
padding: 0;
margin: 0;
}
.homePage-banners {
margin-bottom: 70px;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-banners {
display: none;
}
}
.homePage-banners-wrapper {
padding-left: calc((100% - 760px));
width: calc(100% + 30px);
margin: 0 -15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-banners-wrapper {
padding-left: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-banners-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.homePage-banners .container .banner {
width: 350px;
margin: 0 15px;
height: 225px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-banners .container .banner {
margin: 15px 0;
}
}
@media (min-width: 2px) and (max-width: 499px) {
.homePage-banners .container .banner {
width: 290px;
}
}
.homePage-newProds .container {
text-align: center;
}
.homePage-newProds-slider {
height: 525px;
width: 100%;
display: block;
border-top: 1px solid #dddddd;
margin-top: 9px;
padding: 15px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: left;
}
.homePage-newProds-slider .slick-track {
padding: 10px 0 10px 15px;
}
.homePage-newProds-slider .slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
outline: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 15px;
border-left: 1px solid #ddd;
height: 390px;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transform: scale(0.95);
transform: scale(0.95);
position: relative;
background-color: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-left: -10px;
z-index: 1;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-newProds-slider .slide {
border: none;
}
}
@media (min-width: 750px) and (max-width: 69999px) {
.homePage-newProds-slider .slide:hover {
z-index: 2;
-webkit-transform: scale(1);
transform: scale(1);
boredr: 1px solid #ddd;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
}
.homePage-newProds-slider .slide .img {
width: 225px;
height: 225px;
margin: 0 auto 40px ;
display: inline-block;
}
.homePage-newProds-slider .slide .categ {
color: #333333;
font-size: 12px;
margin-bottom: 20px;
}
.homePage-newProds-slider .slide .title {
font-size: 15px;
font-weight: 700;
color: #0062bd;
height: 38px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.homePage-newProds-slider .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
bottom: 40px;
left: 0;
right: 0;
margin: auto;
}
.homePage-newProds-slider .slick-dots li {
padding: 0;
margin: 0 6px;
}
.homePage-newProds-slider .slick-dots li.slick-active button {
background: #fed700;
padding: 0 15px;
}
.homePage-newProds-slider .slick-dots li button {
border: none;
width: 9px;
height: 9px;
-webkit-transition: 0.35s;
transition: 0.35s;
border-radius: 9px;
background: #bcbcbc;
font-size: 0;
padding: 0;
margin: 0;
}
.homePage-ourClients {
background: #f9f9f9;
padding: 75px 0;
}
.homePage-ourClients .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media (min-width: 2px) and (max-width: 1099px) {
.homePage-ourClients .container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.homePage-ourClients .dayItem {
width: 370px;
border-radius: 20px;
border: 2px solid #fed700;
background: #fff;
height: 719px;
padding: 30px 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-right: 30px;
}
@media (min-width: 2px) and (max-width: 1099px) {
.homePage-ourClients .dayItem {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
width: 100%;
height: auto;
}
}
.homePage-ourClients .dayItem .title {
font-size: 25px;
color: #333e48;
display: inline;
border-bottom: 2px solid #fed700;
}
.homePage-ourClients .dayItem .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 30px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
overflow: hidden;
}
.homePage-ourClients .dayItem .item .img {
width: 300px;
height: 300px;
margin-bottom: 50px;
}
@media (min-width: 2px) and (max-width: 499px) {
.homePage-ourClients .dayItem .item .img {
width: 290px;
background-size: contain;
height: 290px;
}
}
.homePage-ourClients .dayItem .item .categ {
font-size: 14px;
color: #333;
margin-bottom: 40px;
}
.homePage-ourClients .dayItem .item .title {
border: none;
color: #0062bd;
font-size: 16px;
font-weight: 700;
}
.homePage-ourClients .ourClients-replies {
width: calc(100% - 400px);
}
@media (min-width: 2px) and (max-width: 1099px) {
.homePage-ourClients .ourClients-replies {
width: 100%;
margin-bottom: 30px;
}
}
.homePage-ourClients .ourClients-replies .clients-slider {
margin-top: 30px;
position: relative;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow {
position: absolute;
top: -55px;
background: transparent;
border: none;
font-size: 0;
width: 30px;
height: 30px;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow:after {
content: "";
position: absolute;
width: 8px;
height: 8px;
border-right: 2px solid #c2c2c2;
border-bottom: 2px solid #c2c2c2;
top: 0;
bottom: 0;
margin: auto;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow.slickNext {
right: 15px;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow.slickNext:after {
right: 10px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow.slickPrev {
right: 46px;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow.slickPrev:after {
left: 10px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.homePage-ourClients .ourClients-replies .clients-slider:before {
width: 100%;
position: absolute;
height: 1px;
background: #ddd;
top: -21px;
content: "";
}
.homePage-ourClients .ourClients-replies .slide .reply {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding: 37px 35px 35px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #fff;
margin-bottom: 7px;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-ourClients .ourClients-replies .slide .reply {
padding: 10px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.homePage-ourClients .ourClients-replies .slide .reply .img {
width: 110px;
height: 110px;
border-radius: 50%;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-ourClients .ourClients-replies .slide .reply .img {
width: 50px;
height: 50px;
}
}
.homePage-ourClients .ourClients-replies .slide .reply .info {
font-size: 14px;
width: calc(100% - 140px);
margin-left: 40px;
}
.homePage-ourClients .ourClients-replies .slide .reply .info-bottom {
padding-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-ourClients .ourClients-replies .slide .reply .info-bottom {
display: block;
}
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-ourClients .ourClients-replies .slide .reply .info {
margin-left: 15px;
width: calc(100% - 65px);
}
}
.homePage-ourClients .ourClients-replies .slide .reply .info .text {
color: #747474;
line-height: 22px;
height: 88px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.homePage-ourClients .ourClients-replies .slide .reply .info .person {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-ourClients .ourClients-replies .slide .reply .info .person {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.homePage-ourClients .ourClients-replies .slide .reply .info .person .name {
font-weight: 700;
color: #333e48;
}
.homePage-ourClients .ourClients-replies .slide .reply .info .person .time {
font-size: 13px;
color: #aeaeae;
}
.homePage-ourClients .ourClients-replies .slide .reply .info .type {
color: #747474;
font-size: 13px;
font-weight: 700;
border: 2px solid #efecec;
padding: 2px 24px;
line-height: 22px;
border-radius: 35px;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-ourClients .ourClients-replies .slide .reply .info .type {
margin-top: 10px;
display: inline-block;
}
}
.homePage-news {
padding: 95px 0;
}
.homePage-news .container {
position: relative;
}
.homePage-news .more-news {
position: absolute;
right: 0;
top: -5px;
color: #333e48;
padding: 3px 15px;
border: 2px solid #fed700;
border-radius: 30px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.homePage-news .more-news {
top: auto;
bottom: -15px;
right: auto;
left: 15px;
}
}
@media (min-width: 2px) and (max-width: 499px) {
.homePage-news .more-news {
right: 15px;
padding: 10px 15px;
text-align: center ;
}
}
.homePage-news-slider {
border-top: 1px solid #ddd;
height: 630px;
padding-top: 30px;
margin-top: 8px;
}
.homePage-news-slider .slick-track {
margin: 0 -15px;
}
@media (min-width: 2px) and (max-width: 1099px) {
.homePage-news-slider .slick-track {
margin: 0;
}
}
.homePage-news-slider .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
bottom: 40px;
left: 0;
right: 0;
margin: auto;
}
.homePage-news-slider .slick-dots li {
padding: 0;
margin: 0 6px;
}
.homePage-news-slider .slick-dots li.slick-active button {
background: #fed700;
padding: 0 15px;
}
.homePage-news-slider .slick-dots li button {
border: none;
width: 9px;
height: 9px;
-webkit-transition: 0.35s;
transition: 0.35s;
border-radius: 9px;
background: #bcbcbc;
font-size: 0;
padding: 0;
margin: 0;
}
.homePage-news-slider .slide {
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 500px;
outline: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (min-width: 2px) and (max-width: 749px) {
.homePage-news-slider .slide {
height: 530px;
}
}
.homePage-news-slider .slide .img {
height: 185px;
width: 100%;
margin-bottom: 20px;
}
.homePage-news-slider .slide .title {
font-size: 19px;
line-height: 28px;
color: #333e48;
overflow: hidden;
height: 56px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.homePage-news-slider .slide .date {
font-size: 13px;
padding-bottom: 15px;
color: #878787;
border-bottom: 1px solid #e4e4e4;
margin-bottom: 10px;
padding-top: 5px;
}
.homePage-news-slider .slide .text {
font-size: 14px;
line-height: 24px;
color: #747474;
height: 96px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
margin-bottom: 30px;
}
.homePage-news-slider .slide .read-more {
background: #efecec;
padding: 15px 30px;
border-radius: 50px;
-webkit-transition: 0.3s;
transition: 0.3s;
display: inline-block;
color: #000;
}
.homePage-news-slider .slide .read-more:hover {
background: #fed700;
}
.contactsPage {
padding-bottom: 100px;
color: #333e48;
}
.contactsPage .block-title {
color: #333e48;
width: 100%;
font-size: 25px;
padding-bottom: 10px;
border-bottom: 1px solid #dadada;
position: relative;
margin-bottom: 37px;
}
.contactsPage .block-title:before {
content: '';
width: 130px;
height: 2px;
background-color: #fed700;
position: absolute;
bottom: -1px;
}
.contactsPage-title {
padding-top: 100px;
font-size: 40px;
text-align: center;
margin-bottom: 50px;
}
.contactsPage-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media (min-width: 2px) and (max-width: 1169px) {
.contactsPage-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.contactsPage-callback {
width: 50%;
}
@media (min-width: 2px) and (max-width: 1169px) {
.contactsPage-callback {
width: 100%;
}
}
.contactsPage-callback-title {
color: #333e48;
width: 100%;
font-size: 25px;
padding-bottom: 10px;
border-bottom: 1px solid #dadada;
position: relative;
margin-bottom: 37px;
}
.contactsPage-callback-title:before {
content: '';
width: 130px;
height: 2px;
background-color: #fed700;
position: absolute;
bottom: -1px;
}
.contactsPage-callback-text {
margin-bottom: 30px;
}
.contactsPage-ourCont {
width: 50%;
padding-left: 50px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (min-width: 2px) and (max-width: 1169px) {
.contactsPage-ourCont {
width: 100%;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
padding-left: 0;
margin-bottom: 30px;
}
}
.contactsPage-ourCont .map {
width: 100%;
height: 290px;
display: block;
background: #eee;
margin-bottom: 57px;
}
.contactsPage .row {
display: block;
}
.contactsPage b.row {
margin-bottom: 28px;
}
.contactsPage-info_title {
color: #333e48;
width: 100%;
font-size: 25px;
padding-bottom: 10px;
border-bottom: 1px solid #dadada;
position: relative;
margin-bottom: 37px;
}
.contactsPage-info_title:before {
content: '';
width: 130px;
height: 2px;
background-color: #fed700;
position: absolute;
bottom: -1px;
}
.contactsPage-info_contacts {
margin-bottom: 55px;
}
.productPage-wrapper {
padding: 65px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 2px) and (max-width: 899px) {
.productPage-wrapper {
padding: 0 0 15px;
}
}
.productPage-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-bottom: 100px;
}
@media (min-width: 2px) and (max-width: 1099px) {
.productPage-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.productPage-sliders {
width: 460px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 2px) and (max-width: 1099px) {
.productPage-sliders {
width: 100%;
}
}
.productPage-sliders_big {
width: 460px;
height: 460px;
margin-bottom: 25px;
}
.productPage-sliders_big .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
bottom: 40px;
left: 0;
right: 0;
margin: auto;
bottom: -150px;
}
.productPage-sliders_big .slick-dots li {
padding: 0;
margin: 0 6px;
}
.productPage-sliders_big .slick-dots li.slick-active button {
background: #fed700;
padding: 0 15px;
}
.productPage-sliders_big .slick-dots li button {
border: none;
width: 9px;
height: 9px;
-webkit-transition: 0.35s;
transition: 0.35s;
border-radius: 9px;
background: #bcbcbc;
font-size: 0;
padding: 0;
margin: 0;
}
@media (min-width: 2px) and (max-width: 899px) {
.productPage-sliders_big .slick-dots {
bottom: -15px;
}
}
@media (min-width: 2px) and (max-width: 1099px) {
.productPage-sliders_big {
width: 100%;
height: 60vh;
}
}
.productPage-sliders_big .slide {
width: 460px;
height: 460px;
}
@media (min-width: 2px) and (max-width: 1099px) {
.productPage-sliders_big .slide {
width: 100%;
height: 60vh;
}
}
.productPage-sliders_big .slide .img {
width: 100%;
height: 100%;
background-size: contain;
}
.productPage-sliders_nav {
height: 115px;
}
.productPage-sliders_nav .slick-track {
margin: 0 -3px;
padding: 5px 0;
}
.productPage-sliders_nav .slide {
width: 90px;
height: 90px;
padding: 0 3px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.productPage-sliders_nav .slide.slick-current .img {
border-bottom: 2px solid #fed700;
}
.productPage-sliders_nav .slide .img {
border: 1px solid #eaeaea;
background-size: contain;
width: 100%;
height: 100%;
}
@media (min-width: 2px) and (max-width: 899px) {
.productPage-sliders_nav {
display: none;
}
}
.productPage-info {
width: calc(100% - 490px);
margin-left: 30px;
}
@media (min-width: 2px) and (max-width: 1099px) {
.productPage-info {
width: 100%;
margin: 0;
}
}
.productPage-info_categ {
font-size: 12px;
color: #333;
margin-bottom: 15px;
}
.productPage-info_prodName {
font-size: 25px;
font-size: 32px;
color: #0062bd;
margin-bottom: 30px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.productPage-info_prodName {
font-size: 25px;
line-height: 1.2;
}
}
.productPage-info_ids {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-bottom: 80px;
}
@media (min-width: 2px) and (max-width: 1169px) {
.productPage-info_ids {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 40px;
}
}
@media (min-width: 2px) and (max-width: 749px) {
.productPage-info_ids {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.productPage-info_ids .id-block {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 15px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding-right: 40px;
color: #333e48;
font-size: 14px;
}
.productPage-info_ids .id-block:before {
width: 4px;
height: 4px;
border-radius: 4px;
border: 2px solid #fed700;
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
left: 0px;
content: '';
}
.productPage-info_ids .id-block .id-name {
font-weight: 700;
}
.productPage-info_ids .id-block .id-numb {
margin-left: 3px;
}
.productPage-info_desc {
color: #747474;
font-size: 14px;
line-height: 23px;
padding-bottom: 35px;
border-bottom: 1px solid #eaeaea;
}
.productPage-butts {
padding-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (min-width: 2px) and (max-width: 899px) {
.productPage-butts {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.productPage-butts .socials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (min-width: 2px) and (max-width: 899px) {
.productPage-butts .socials {
padding-top: 30px;
}
}
.productPage-butts .socials > span {
font-size: 13px;
color: #878787;
margin-right: 10px;
}
.productPage_req {
border: none;
font-weight: 700;
border-radius: 50px;
padding: 15px 30px;
background: #fed700;
color: #fff;
}
.productPage_req svg {
fill: #fff;
}
.productPage-bottom .tab-butts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (min-width: 2px) and (max-width: 499px) {
.productPage-bottom .tab-butts {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding-left: 10px;
}
}
.productPage-bottom .tab-butts .tab-butt {
font-size: 18px;
color: #333e48;
background: none;
border: none;
padding: 15px 5px;
margin: 0 20px;
margin-bottom: -1px;
}
@media (min-width: 2px) and (max-width: 499px) {
.productPage-bottom .tab-butts .tab-butt {
margin: 0 10px;
padding: 10px 0;
font-size: 16px;
}
}
.productPage-bottom .tab-butts .tab-butt.active {
font-weight: 700;
border-bottom: 2px solid #fed700;
position: relative;
}
.productPage-bottom .tab-butts .tab-butt.active:after {
position: absolute;
bottom: -6px;
width: 10px;
height: 6px;
left: 0;
right: 0px;
margin: 0 auto;
content: '';
display: block;
border-radius: 0 0 50% 50%;
background: #fed700;
}
.productPage-bottom .tabs-wrapper {
border-radius: 20px;
border: 1px solid #eaeaea;
padding: 70px 50px;
color: #333e48;
}
.productPage-bottom .tabs-wrapper .tab-title {
font-size: 18px;
padding-bottom: 25px;
}
.productPage-bottom .tabs-wrapper span {
font-size: 14px;
}
.productPage-bottom .tabs-wrapper .categ-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
border-bottom: 1px solid #eaeaea;
padding: 0 15px;
}
@media (min-width: 2px) and (max-width: 749px) {
.productPage-bottom .tabs-wrapper .categ-list li {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-bottom: none;
}
}
.productPage-bottom .tabs-wrapper .categ-list li .key,
.productPage-bottom .tabs-wrapper .categ-list li .value {
width: 50%;
line-height: 40px;
}
@media (min-width: 2px) and (max-width: 749px) {
.productPage-bottom .tabs-wrapper .categ-list li .key,
.productPage-bottom .tabs-wrapper .categ-list li .value {
width: 100% ;
line-height: 25px;
}
}
@media (min-width: 2px) and (max-width: 749px) {
.productPage-bottom .tabs-wrapper .categ-list li .key {
font-weight: 700;
}
}
.productPage-bottom .tabs-wrapper .categ-list li:last-child {
border-bottom: none;
}
@media (min-width: 2px) and (max-width: 749px) {
.productPage-bottom .tabs-wrapper {
padding: 20px 15px 15px;
}
}
.searchPage-top {
padding: 55px 0 0;
border-bottom: 1px solid #eaeaea;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
.searchPage-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.searchPage-top .page-title {
padding-bottom: 15px;
font-size: 20px;
color: #333e48;
border-bottom: 2px solid #fed700;
}
@media (min-width: 2px) and (max-width: 659px) {
.searchPage-top .page-title {
margin-bottom: 20px;
}
}
.searchPage-top .page-title .pre-title {
color: #c1c1c1;
}
.searchPage-top .founded {
-ms-flex-item-align: start;
align-self: flex-start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #c1c1c1;
font-size: 14px;
}
.searchPage-top .founded .numb {
width: 35px;
height: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #fed700;
border-radius: 3px;
font-weight: 700;
color: #333e48;
margin-left: 10px;
}
.searchPage-top .page-filter {
font-size: 14px;
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #c1c1c1;
}
@media (min-width: 2px) and (max-width: 659px) {
.searchPage-top .page-filter {
padding-bottom: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
}
.searchPage-top .page-filter .filter {
margin-top: -10px;
margin-left: 10px;
border-radius: 40px;
position: relative;
}
@media (min-width: 2px) and (max-width: 659px) {
.searchPage-top .page-filter .filter {
margin-top: 10px;
width: 100%;
}
}
.searchPage-top .page-filter .filter select {
outline: 0;
font-weight: 500;
color: #a6a6a6;
min-width: 200px;
border-radius: 40px;
padding: 10px 25px 10px 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
.searchPage-top .page-filter .filter select {
width: 100%;
}
}
.searchPage-top .page-filter .filter:after {
width: 12px;
height: 14px;
content: '';
display: block;
position: absolute;
top: 0;
bottom: 15px;
margin: auto 0;
right: 10px;
background-image: url('/img/v-arrows.svg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (min-width: 2px) and (max-width: 659px) {
.searchPage-top .page-filter .filter:after {
bottom: 0px;
right: 15px;
}
}
.searchPage-top .page-filter .filter:focus {
border-color: #51a7e8 ;
}
.searchPage .product {
width: 25%;
}
@media (min-width: 750px) and (max-width: 899px) {
.searchPage .product {
width: calc(100% / 3);
}
}
@media (min-width: 500px) and (max-width: 749px) {
.searchPage .product {
width: 50%;
}
}
@media (min-width: 2px) and (max-width: 499px) {
.searchPage .product {
width: 100%;
}
}
.searchPage-bottom {
margin-top: 100px;
border-top: 1px solid #eaeaea ;
width: 100%;
padding: 30px 0 60px;
}
.searchPage-bottom .pagination {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.searchPage-bottom .pagination .pag {
padding: 10px 15px;
margin: 0 5px;
font-size: 15px;
border-radius: 7px;
border: 1px solid #eaeaea;
color: #3d3d3d;
display: inline-block;
}
.searchPage-bottom .pagination .pag.active {
border-color: #fed700;
background: #fed700;
}
.prodList-top {
padding: 55px 0 0;
border-bottom: 1px solid #eaeaea;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodList-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.prodList-top .page-title {
padding-bottom: 15px;
font-size: 20px;
color: #333e48;
border-bottom: 2px solid #fed700;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodList-top .page-title {
margin-bottom: 20px;
}
}
.prodList-top .page-title .pre-title {
color: #c1c1c1;
}
.prodList-top .founded {
-ms-flex-item-align: start;
align-self: flex-start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #c1c1c1;
font-size: 14px;
}
.prodList-top .founded .numb {
width: 35px;
height: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #fed700;
border-radius: 3px;
font-weight: 700;
color: #333e48;
margin-left: 10px;
}
.prodList-top .page-filter {
font-size: 14px;
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #c1c1c1;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodList-top .page-filter {
padding-bottom: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
}
.prodList-top .page-filter .filter {
margin-top: -10px;
margin-left: 10px;
border-radius: 40px;
position: relative;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodList-top .page-filter .filter {
margin-top: 10px;
width: 100%;
}
}
.prodList-top .page-filter .filter select {
outline: 0;
font-weight: 500;
color: #a6a6a6;
min-width: 200px;
border-radius: 40px;
padding: 10px 25px 10px 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodList-top .page-filter .filter select {
width: 100%;
}
}
.prodList-top .page-filter .filter:after {
width: 12px;
height: 14px;
content: '';
display: block;
position: absolute;
top: 0;
bottom: 15px;
margin: auto 0;
right: 10px;
background-image: url('/img/v-arrows.svg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (min-width: 2px) and (max-width: 659px) {
.prodList-top .page-filter .filter:after {
bottom: 0px;
right: 15px;
}
}
.prodList-top .page-filter .filter:focus {
border-color: #51a7e8 ;
}
.prodList .product {
width: 25%;
}
@media (min-width: 750px) and (max-width: 899px) {
.prodList .product {
width: calc(100% / 3);
}
}
@media (min-width: 500px) and (max-width: 749px) {
.prodList .product {
width: 50%;
}
}
@media (min-width: 2px) and (max-width: 499px) {
.prodList .product {
width: 100%;
}
}
.prodList-bottom {
margin-top: 100px;
border-top: 1px solid #eaeaea ;
width: 100%;
padding: 30px 0 60px;
}
.prodList-bottom .pagination {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.prodList-bottom .pagination .pag {
padding: 10px 15px;
margin: 0 5px;
font-size: 15px;
border-radius: 7px;
border: 1px solid #eaeaea;
color: #3d3d3d;
display: inline-block;
}
.prodList-bottom .pagination .pag.active {
border-color: #fed700;
background: #fed700;
}
.newsPage-top {
padding: 55px 0 0;
border-bottom: 1px solid #eaeaea;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
.newsPage-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.newsPage-top .page-title {
padding-bottom: 15px;
font-size: 20px;
color: #333e48;
border-bottom: 2px solid #fed700;
}
@media (min-width: 2px) and (max-width: 659px) {
.newsPage-top .page-title {
margin-bottom: 20px;
}
}
.newsPage-top .page-title .pre-title {
color: #c1c1c1;
}
.newsPage-top .founded {
-ms-flex-item-align: start;
align-self: flex-start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #c1c1c1;
font-size: 14px;
}
.newsPage-top .founded .numb {
width: 35px;
height: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #fed700;
border-radius: 3px;
font-weight: 700;
color: #333e48;
margin-left: 10px;
}
.newsPage-top .page-filter {
font-size: 14px;
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #c1c1c1;
}
@media (min-width: 2px) and (max-width: 659px) {
.newsPage-top .page-filter {
padding-bottom: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
}
.newsPage-top .page-filter .filter {
margin-top: -10px;
margin-left: 10px;
border-radius: 40px;
position: relative;
}
@media (min-width: 2px) and (max-width: 659px) {
.newsPage-top .page-filter .filter {
margin-top: 10px;
width: 100%;
}
}
.newsPage-top .page-filter .filter select {
outline: 0;
font-weight: 500;
color: #a6a6a6;
min-width: 200px;
border-radius: 40px;
padding: 10px 25px 10px 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
.newsPage-top .page-filter .filter select {
width: 100%;
}
}
.newsPage-top .page-filter .filter:after {
width: 12px;
height: 14px;
content: '';
display: block;
position: absolute;
top: 0;
bottom: 15px;
margin: auto 0;
right: 10px;
background-image: url('/img/v-arrows.svg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (min-width: 2px) and (max-width: 659px) {
.newsPage-top .page-filter .filter:after {
bottom: 0px;
right: 15px;
}
}
.newsPage-top .page-filter .filter:focus {
border-color: #51a7e8 ;
}
.newsPage .product {
width: 25%;
}
@media (min-width: 750px) and (max-width: 899px) {
.newsPage .product {
width: calc(100% / 3);
}
}
@media (min-width: 500px) and (max-width: 749px) {
.newsPage .product {
width: 50%;
}
}
@media (min-width: 2px) and (max-width: 499px) {
.newsPage .product {
width: 100%;
}
}
.newsPage-bottom {
margin-top: 100px;
border-top: 1px solid #eaeaea ;
width: 100%;
padding: 30px 0 60px;
}
.newsPage-bottom .pagination {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.newsPage-bottom .pagination .pag {
padding: 10px 15px;
margin: 0 5px;
font-size: 15px;
border-radius: 7px;
border: 1px solid #eaeaea;
color: #3d3d3d;
display: inline-block;
}
.newsPage-bottom .pagination .pag.active {
border-color: #fed700;
background: #fed700;
}
.newsPage .news-wrapper {
padding-top: 30px;
}
.newsPage .news-item {
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 500px;
outline: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: auto;
margin-bottom: 100px;
display: block;
padding: 0;
width: 100%;
}
@media (min-width: 2px) and (max-width: 749px) {
.newsPage .news-item {
height: 530px;
}
}
.newsPage .news-item .img {
height: 185px;
width: 100%;
margin-bottom: 20px;
}
.newsPage .news-item .title {
font-size: 19px;
line-height: 28px;
color: #333e48;
overflow: hidden;
height: 56px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.newsPage .news-item .date {
font-size: 13px;
padding-bottom: 15px;
color: #878787;
border-bottom: 1px solid #e4e4e4;
margin-bottom: 10px;
padding-top: 5px;
}
.newsPage .news-item .text {
font-size: 14px;
line-height: 24px;
color: #747474;
height: 96px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
margin-bottom: 30px;
}
.newsPage .news-item .read-more {
background: #efecec;
padding: 15px 30px;
border-radius: 50px;
-webkit-transition: 0.3s;
transition: 0.3s;
display: inline-block;
color: #000;
}
.newsPage .news-item .read-more:hover {
background: #fed700;
}
.newsPage .news-item .title {
font-size: 25px;
padding-bottom: 15px;
}
.newsPage .news-item .img {
height: 450px;
}
.newsPage .news-item .text {
display: block;
height: auto;
}
.page404-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #333e48;
position: relative;
}
.page404 .img404 {
padding-top: 70px;
padding-bottom: 30px;
}
.page404 .img404:before,
.page404 .img404:after {
font-weight: 300;
content: '4';
font-size: 60px;
color: #333e48;
}
.page404 .img404:after {
margin-left: -3px;
}
.page404 .img404 svg {
fill: #333e48;
}
.page404 .text {
color: #333e48;
font-size: 20px;
max-width: 750px;
text-align: center;
padding-bottom: 30px;
margin-bottom: 30px;
}
.page404 .text:after {
width: 100%;
content: '';
height: 1px ;
background: #eaeaea;
position: absolute;
left: 0;
bottom: 0;
}
.page404 .toMain {
padding: 10px 38px;
border: 2px solid #fed700;
border-radius: 20px;
font-size: 14px;
color: #333e48;
position: relative;
margin-bottom: 158px;
}
.page404 .toMain:after {
content: '';
background-position: center;
background-repeat: no-repeat;
background-size: cover;
top: 100%;
right: -50px;
background-image: url("/img/cat.png");
width: 109px;
height: 159px;
position: absolute;
}
.oneNewPage .newTitle {
font-size: 25px;
color: #333e48;
padding-bottom: 30px;
}
.oneNewPage .main-img {
padding: 35px 0;
max-width: 100%;
}
.oneNewPage .new-top {
border-bottom: 1px solid #eaeaea;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-bottom: 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
.oneNewPage .new-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.oneNewPage .new-top .date {
color: #878787;
}
@media (min-width: 2px) and (max-width: 659px) {
.oneNewPage .new-top .date {
margin-bottom: 20px;
}
}
.oneNewPage .new-top .socials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
padding: 20px 25px 0 35px;
}
@media (min-width: 2px) and (max-width: 659px) {
.oneNewPage .new-top .socials {
padding: 0;
}
}
.oneNewPage .new-top .socials p {
margin: 0;
color: #777777;
margin-right: 10px;
}
.oneNewPage .goBack {
display: block;
color: #747474;
margin-top: 70px;
font-size: 16px;
font-weight: 700;
margin-bottom: 100px;
}
.aboutUsPage .page-title {
padding-top: 100px;
font-size: 40px;
color: #333e48;
}
.aboutUsPage .sub-title {
font-size: 14px;
color: #9f9f9f;
padding-bottom: 50px;
}
.aboutUsPage .socials {
margin: 50px 0 100px ;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.aboutUsPage .socials p {
margin: 0;
color: #777777;
margin-right: 10px;
}
.fadeUp-enter-active,
.fadeUp-leave-active {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.fadeUp-enter,
.fadeUp-leave-to {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.fadeDown-enter-active,
.fadeDown-leave-active {
-webkit-transition: all .5s;
transition: all .5s;
}
.fadeDown-enter,
.fadeDown-leave-to {
opacity: 0;
-webkit-transform: translateY(-50%) scaleY(0.1);
transform: translateY(-50%) scaleY(0.1);
}
.modal-enter {
opacity: 0;
}
.modal-leave-active {
opacity: 0;
}
@media (min-width: 750px) and (max-width: 89999px) {
.modal-enter .modal-container,
.modal-leave-active .modal-container {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
@media (min-width: 2px) and (max-width: 749px) {
.modal-enter .modal-container,
.modal-leave-active .modal-container {
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
} | 0.40028 | 0.071916 |
a {
color: #007a7a;
}
body {
font-size: 18px;
}
h1,h2,h3,h4,h5,h6 {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 700;
/* text-transform: uppercase; */
}
footer {
position: fixed;
bottom: 0;
width: 100%;
height: 2.5rem;
font-size: 14px;
background-color: white;
}
.sub-text {
font-weight: normal;
color: #aaa;
}
.navbar {
font-family: "Montserrat";
height: 65px;
background-color: #E5E5E5;
border-bottom: 1px solid #ccc;
margin-bottom: 0;
}
.navbar-home {
font-family: "Montserrat";
height: 65px;
background-color: white;
border-bottom: 1px solid #ccc;
margin-bottom: 0;
}
.navbar-brand {
margin-left: 30px;
padding-top: 22px;
height: 100%;
font-size: 24px;
}
.nav-tabs {
margin-right: 30px;
border: none;
padding-top: 10px;
}
.nav-tabs > li {
font-size: 18px;
height: 100%;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
background-color: #E5E5E5;
border: none;
color: #666;
}
.nav-tabs-home > li > a,
.nav-tabs-home > li > a:focus,
.nav-tabs-home > li > a:hover {
background-color: white;
border: none;
color: #666;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
background-color: #E5E5E5;
font-weight: bold;
border: none;
border-bottom: 10px solid black;
}
.nav-tabs-home > li.active > a,
.nav-tabs-home > li.active > a:focus,
.nav-tabs-home > li.active > a:hover {
background-color: white;
font-weight: bold;
border: none;
border-bottom: 10px solid black;
}
.tab-content {
margin-top: 65px;
}
.front-panel {
position: relative;
overflow: hidden;
height: 300px;
max-width: 1500px;
margin: 0 auto;
}
.front-image {
position: absolute;
width: 100%;
height: 100%;
background-image: url("/img/banner1.jpg");
background-position: center 68%;
background-size: cover;
opacity: 70%;
z-index: -1;
margin: 0 auto;
}
@media screen and (min-width: 1501px) {
.front-image {
background-position: center 71%;
}
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
.front-image {
background-position: center 72%;
}
}
@media screen and (max-width: 1200px) {
.front-image {
background-position: center 78%;
}
}
.front-title {
font-family: "Montserrat";
padding-top: 100px;
}
.home-header {
text-align: center;
font-size: 70px;
font-weight: bold;
text-shadow: 1px 1px 1px;
color: black;
}
.home-sub {
text-align: center;
font-size: 20px;
color:black;
}
@media screen and (max-width: 991px) {
.home-header {
font-size:50px;
}
.home-sub {
font-size:16px;
}
}
.header {
padding-top: 5px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}
.news-item {
padding: 10px 40px 0 40px;
}
.profile-image {
float:left;
width: 160px;
height: 160px;
overflow: hidden;
border: 1px solid #eee;
border-radius: 80px;
background-color: #fff;
margin-left: 30px;
}
.profile-image img {
width: 100%;
height: auto;
}
.profile-info {
float:left;
width: 350px;
height: 160px;
margin-left: 25px;
margin-bottom: 25px;
}
.research {
padding: 20px 50px;
background-position: 90% 90%;
background-repeat: no-repeat;
background-size: auto 60%;
}
.research-title {
border-left: 5px solid #ebb810;
padding-left: 20px;
}
.research-content {
padding-left: 25px;
}
.research-1 {
background-image: url("../img/research-1.png");
}
.research-2 {
background-image: url("../img/research-2.png");
}
.research-3 {
background-image: url("../img/research-3.png");
}
.research-4 {
background-image: url("../img/research-4.png");
}
ul.a {
list-style-position: outside;
}
.input-group {
width: 320px;
}
.input-group-addon {
color: black;
background-color: #ebb810;
height:38px;
border-radius: 15px 0 0 15px;
border: 1px solid #ccc;
}
.input-group > input {
height:40px;
padding-left: 15px;
border-radius: 0 15px 15px 0;
border: 1px solid #ccc;
} | static/mlpostech.css | a {
color: #007a7a;
}
body {
font-size: 18px;
}
h1,h2,h3,h4,h5,h6 {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 700;
/* text-transform: uppercase; */
}
footer {
position: fixed;
bottom: 0;
width: 100%;
height: 2.5rem;
font-size: 14px;
background-color: white;
}
.sub-text {
font-weight: normal;
color: #aaa;
}
.navbar {
font-family: "Montserrat";
height: 65px;
background-color: #E5E5E5;
border-bottom: 1px solid #ccc;
margin-bottom: 0;
}
.navbar-home {
font-family: "Montserrat";
height: 65px;
background-color: white;
border-bottom: 1px solid #ccc;
margin-bottom: 0;
}
.navbar-brand {
margin-left: 30px;
padding-top: 22px;
height: 100%;
font-size: 24px;
}
.nav-tabs {
margin-right: 30px;
border: none;
padding-top: 10px;
}
.nav-tabs > li {
font-size: 18px;
height: 100%;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
background-color: #E5E5E5;
border: none;
color: #666;
}
.nav-tabs-home > li > a,
.nav-tabs-home > li > a:focus,
.nav-tabs-home > li > a:hover {
background-color: white;
border: none;
color: #666;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
background-color: #E5E5E5;
font-weight: bold;
border: none;
border-bottom: 10px solid black;
}
.nav-tabs-home > li.active > a,
.nav-tabs-home > li.active > a:focus,
.nav-tabs-home > li.active > a:hover {
background-color: white;
font-weight: bold;
border: none;
border-bottom: 10px solid black;
}
.tab-content {
margin-top: 65px;
}
.front-panel {
position: relative;
overflow: hidden;
height: 300px;
max-width: 1500px;
margin: 0 auto;
}
.front-image {
position: absolute;
width: 100%;
height: 100%;
background-image: url("/img/banner1.jpg");
background-position: center 68%;
background-size: cover;
opacity: 70%;
z-index: -1;
margin: 0 auto;
}
@media screen and (min-width: 1501px) {
.front-image {
background-position: center 71%;
}
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
.front-image {
background-position: center 72%;
}
}
@media screen and (max-width: 1200px) {
.front-image {
background-position: center 78%;
}
}
.front-title {
font-family: "Montserrat";
padding-top: 100px;
}
.home-header {
text-align: center;
font-size: 70px;
font-weight: bold;
text-shadow: 1px 1px 1px;
color: black;
}
.home-sub {
text-align: center;
font-size: 20px;
color:black;
}
@media screen and (max-width: 991px) {
.home-header {
font-size:50px;
}
.home-sub {
font-size:16px;
}
}
.header {
padding-top: 5px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}
.news-item {
padding: 10px 40px 0 40px;
}
.profile-image {
float:left;
width: 160px;
height: 160px;
overflow: hidden;
border: 1px solid #eee;
border-radius: 80px;
background-color: #fff;
margin-left: 30px;
}
.profile-image img {
width: 100%;
height: auto;
}
.profile-info {
float:left;
width: 350px;
height: 160px;
margin-left: 25px;
margin-bottom: 25px;
}
.research {
padding: 20px 50px;
background-position: 90% 90%;
background-repeat: no-repeat;
background-size: auto 60%;
}
.research-title {
border-left: 5px solid #ebb810;
padding-left: 20px;
}
.research-content {
padding-left: 25px;
}
.research-1 {
background-image: url("../img/research-1.png");
}
.research-2 {
background-image: url("../img/research-2.png");
}
.research-3 {
background-image: url("../img/research-3.png");
}
.research-4 {
background-image: url("../img/research-4.png");
}
ul.a {
list-style-position: outside;
}
.input-group {
width: 320px;
}
.input-group-addon {
color: black;
background-color: #ebb810;
height:38px;
border-radius: 15px 0 0 15px;
border: 1px solid #ccc;
}
.input-group > input {
height:40px;
padding-left: 15px;
border-radius: 0 15px 15px 0;
border: 1px solid #ccc;
} | 0.394084 | 0.126434 |
body::-webkit-scrollbar {
width: 0.5em; }
body::-webkit-scrollbar-thumb {
background: linear-gradient(to left, #fff, #fff 5px, #fabe1d 5px, #fabe1d 7px, #000); }
@keyframes spin {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
@keyframes borders {
from {
transform: scale(100%); }
to {
transform: scale(80%); } }
@font-face {
font-family: 'GeorginaDemo';
src: url("../fonts/GeorginaDemo-Regular.ttf") format("ttf");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'AvenirNextCyr-Regular';
src: url("../fonts/AvenirNextCyr-Regular.eot");
src: url("../fonts/AvenirNextCyr-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Regular.woff") format("woff"), url("../fonts/AvenirNextCyr-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'AvenirNextCyr-Medium';
src: url("../fonts/AvenirNextCyr-Medium.eot");
src: url("../fonts/AvenirNextCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Medium.woff") format("woff"), url("../fonts/AvenirNextCyr-Medium.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'AvenirNextCyr-Bold';
src: url("../fonts/AvenirNextCyr-Bold.eot");
src: url("../fonts/AvenirNextCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Bold.woff") format("woff"), url("../fonts/AvenirNextCyr-Bold.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
body {
font-family: 'AvenirNextCyr-Regular';
font-size: 16px;
line-height: 18px; }
.navbar-brand, .footer-brand {
font-family: 'GeorginaDemo';
font-size: 26px;
line-height: 100%; }
.btn-main {
font-family: 'AvenirNextCyr-Medium';
font-size: 16px; }
.hero-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 70px; }
.hero-header > .secondary {
font-size: 20px; }
.section-header {
font-size: 50px;
margin-top: 0;
margin-bottom: 30px; }
.section-header-sub {
font-size: 15px;
line-height: 23px; }
.section-header-sup:before {
font-size: 22px;
font-weight: bold; }
.services-item:hover {
text-decoration: none; }
.services-item-header {
font-size: 30px; }
.social-right .social-right-item {
font-size: 15px;
font-weight: 500; }
.social-right .social-right-item:hover {
text-decoration: none; }
.section-header, .services-item-header {
text-transform: uppercase;
font-family: 'AvenirNextCyr-Bold'; }
.portfolio-item-sup {
font-size: 18px; }
.portfolio-item-sub {
font-size: 16px; }
.portfolio-item-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 30px; }
.portfolio .portfolio-link, .partners .partners-link, .about .about-link {
text-decoration: none; }
.discuss .discuss-header {
text-align: center;
margin-bottom: 15px; }
.discuss .section-header-sub {
text-align: center;
font-size: 15px; }
.about-achievements__count {
font-family: 'AvenirNextCyr-Bold';
font-size: 35px;
line-height: 18px; }
.about-achievements__description {
font-size: 14px;
line-height: 17px; }
.footer-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 18px;
line-height: 18px; }
.footer-menu__item {
font-size: 14px;
line-height: 25px; }
.footer a {
text-decoration: none; }
.copyright {
font-size: 12px; }
.footer-menu__item {
color: #000; }
.footer-menu__item a, .footer-contacts__item a {
text-decoration: none; }
.navbar-custom {
background-color: #fff; }
.nav a {
color: #000; }
.navbar-brand, .footer-brand {
color: #fabe1d; }
.navbar-toggle .icon-bar {
background-color: #fabe1d; }
.navbar-tel.disabled:hover {
background-color: #fff; }
.btn-main {
color: #000;
background-color: #fabe1d; }
.btn-main:hover {
background-color: #fabe1d; }
.hero-header {
color: #fabe1d; }
.hero-header > .secondary {
color: #fff; }
.section-header-sub {
color: #949494; }
.section-header-sup:before, .single-news-item .article-header:before {
color: #fabe1d; }
.social-right {
color: #000; }
.social-right .social-right-item {
color: #000; }
.social-right .social-right-item:hover {
color: #fabe1d; }
.services-item {
color: #000; }
.services-item:hover {
color: #9b9b9b; }
.services-item:hover .services-item-header {
color: #000;
background-color: #fabe1d; }
.portfolio-item-description {
color: #fff; }
.portfolio .portfolio-link, .partners .partners-link, .about .about-link {
color: #000; }
.portfolio .portfolio-link:hover, .partners .partners-link:hover, .about .about-link:hover {
color: #fabe1d; }
#discussFormName,
#discussFormPhone,
#discussFormEmail {
color: #fff;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
border-bottom: 2px solid #fff;
background-color: transparent; }
#discussFormMessage {
color: #fff;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
border-bottom: 2px solid #fff;
background-color: transparent;
background: linear-gradient(to bottom, transparent, transparent 19px, #fff 20px, #fff 22px, transparent 21px, transparent 63px, #fff 64px, #fff 66px, transparent 66px, transparent); }
#discussFormName ~ label,
#discussFormPhone ~ label,
#discussFormEmail ~ label,
#discussFormMessage ~ label {
color: #fff; }
.partners-thumbnail {
border: 0; }
.discuss .discuss-header {
color: #fff; }
.discuss .section-header-sub {
color: #fff; }
.about-achievements__count {
color: #fabe1d; }
.footer-menu__item a, .footer-contacts__item a {
color: #000; }
.footer-menu__item a:hover, .footer-contacts__item a:hover {
color: #fabe1d; }
.hero-overlay {
background-image: url(../images/top-bg.jpg);
background-position: center;
height: 678px;
width: 100%;
margin-top: 90px; }
.section-header-sup:before {
content: "+";
display: inline-block;
width: 20px;
height: 20px;
margin-right: 20px;
font-size: 26px; }
.section-header-sup:hover:before {
animation-name: spin;
animation-duration: 4000ms;
animation-iteration-count: infinite;
animation-timing-function: linear; }
.portfolio-item-1 .portfolio-item-thumbnail {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/portfolio-1.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.portfolio-item-2 .portfolio-item-thumbnail {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/portfolio-2.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.portfolio-item-3 .portfolio-item-thumbnail {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/portfolio-3.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.discuss {
background: url(../images/discuss.png);
background-size: cover;
background-position: right;
background-repeat: no-repeat; }
.footer-social__link {
width: 36px;
height: 36px; }
body {
width: 100vw;
padding-top: 90px;
padding-left: 90px;
padding-right: 90px;
overflow-x: hidden; }
input:focus {
outline: 0; }
.btn-main {
border-radius: 0; }
.navbar {
height: 90px; }
.navbar-brand {
padding-top: 35px;
padding-bottom: 35px; }
.navbar-center, .navbar-right {
padding-top: 20px;
padding-bottom: 20px; }
.navbar-center {
margin-left: 60px; }
.nav li.active {
display: none; }
.navbar-tel {
margin-right: 9px; }
#headerModal .modal-header {
border: 0;
padding: 45px;
padding-bottom: 0; }
#headerModal .form-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 50px;
line-height: 48px; }
#headerModal .form-header__sub {
font-size: 15px;
line-height: 23px;
color: #949494; }
.modal-escape {
display: block;
position: absolute;
top: 10px;
right: 10px;
font-size: 4rem;
background: none;
border: 0; }
#headerForm {
padding: 45px;
padding-top: 25px;
color: #000; }
.header-form-container .inputgroup label {
position: absolute;
z-index: 2; }
.header-form-container .field-group input {
border: 0;
margin-top: 20px;
border-bottom: 2px solid #000; }
#headerFormName, #headerFormMessage {
border: 0;
margin-top: 20px;
border-bottom: 2px solid #000; }
#headerFormMessage {
height: 112px;
color: #000;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
border-bottom: 2px solid #999;
background-color: transparent;
background: linear-gradient(to bottom, transparent, transparent 19px, #000 20px, #000 22px, transparent 21px, transparent 63px, #999 64px, #999 66px, transparent 66px, transparent); }
#headerFormName,
#headerFormPhone,
#headerFormEmail,
#headerFormMessage {
display: block;
width: 100%; }
#headerFormName ~ label,
#headerFormPhone ~ label,
#headerFormEmail ~ label {
transform: translate(0, -20px);
transition: all .2s ease-in-out; }
#headerFormMessage ~ label {
transform: translate(0, -112px);
transition: all .2s ease-in-out; }
#headerFormName:placeholder-shown ~ label,
#headerFormPhone:placeholder-shown ~ label,
#headerFormEmail:placeholder-shown ~ label {
transform: translate(0, -40px);
font-size: 12px;
text-decoration: none;
border: 0; }
#headerFormMessage:focus ~ label {
transform: translate(0, -132px);
font-size: 12px; }
.header-form__button {
display: flex;
justify-content: flex-start;
margin-top: 36px; }
.header-form__button input {
border: 0; }
.hero-header {
position: absolute;
margin-top: 260px;
box-sizing: padding-box;
z-index: 4; }
.hero-header > .secondary {
display: block; }
.hero-overlay {
height: 678px;
width: 100%;
position: relative;
z-index: 1; }
.hero-background {
height: 678px;
width: 90%;
padding: 0;
position: absolute;
top: 90px;
z-index: 2; }
.hero-background canvas.dots {
height: 678px;
width: 100%;
position: absolute; }
.discuss {
position: relative; }
.discuss-background {
height: 100%;
width: 100%;
padding: 0;
position: absolute;
top: 0;
z-index: 2; }
.discuss-background canvas.dots {
height: 100%;
width: 100%;
position: absolute; }
.dots:before {
content: "×";
display: block;
width: 2rem;
height: 2rem;
position: absolute;
top: 125px;
right: 300px; }
.dots:after {
content: '×';
display: block;
width: 2rem;
height: 2rem;
position: absolute;
top: 325px;
right: 300px; }
.social-right {
width: 400px;
position: absolute;
top: 400px;
right: -150px;
display: flex;
flex-direction: row;
justify-content: space-between;
list-style-type: none;
transform: rotate(-90deg); }
.social-right .social-right-item:before {
content: '\2014';
position: absolute;
margin-left: -20px; }
.hero, .section {
margin-bottom: 140px; }
.section.about {
margin-bottom: 70px; }
.section-header-sup {
display: block; }
.portfolio .section-header-sub, .partners .section-header-sub, .about .section-header-sub {
display: block;
max-width: 687px;
float: left;
margin-bottom: 50px; }
.portfolio .portfolio-link, .partners .partners-link, .about .about-link {
float: right; }
.portfolio-item-thumbnail {
position: relative;
z-index: 1;
height: 550px; }
.portfolio-item-description {
position: absolute;
top: 0;
left: -15px;
z-index: 2;
box-sizing: border-box;
padding: 15px;
margin-left: 15px;
margin-right: 15px;
border: 3px solid #fff;
height: 550px;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
transition: all .2s ease-in-out; }
.portfolio-item-description:hover {
transform: scale(0.8); }
.portfolio-item-header {
margin-bottom: 35px; }
.portfolio-item-sub, .portfolio-item-description .btn-main {
display: none;
transition: all .2s ease-in-out; }
.portfolio-item-description:hover .portfolio-item-sub, .portfolio-item-description:hover .btn-main {
display: block;
margin-bottom: 50px; }
.portfolio-item-description .btn-main {
width: 200px;
margin: 0 auto; }
.discuss {
min-height: 487px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center; }
.discuss .discuss-header {
margin-top: 72px; }
.discuss-form-container {
width: 700px;
max-width: 80%;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
margin-bottom: 40px;
z-index: 3; }
.discuss-form-container .inputgroup label {
position: absolute;
z-index: 2; }
.discuss-form-container .field-group input {
margin-top: 20px;
border-bottom: 2px solid white; }
#discussFormName, #discussFormMessage {
margin: 0; }
#discussFormMessage {
height: 112px; }
#discussFormName,
#discussFormPhone,
#discussFormEmail,
#discussFormMessage {
display: block;
width: 100%; }
#discussFormName ~ label,
#discussFormPhone ~ label,
#discussFormEmail ~ label {
transform: translate(0, -20px);
transition: all .2s ease-in-out; }
#discussFormMessage ~ label {
transform: translate(0, -112px);
transition: all .2s ease-in-out; }
#discussFormName:focus ~ label,
#discussFormPhone:focus ~ label,
#discussFormEmail:focus ~ label {
transform: translate(0, -40px);
font-size: 12px;
text-decoration: none;
border: 0; }
#discussFormMessage:focus ~ label {
transform: translate(0, -132px);
font-size: 12px; }
.discuss-form__button {
display: flex;
justify-content: center;
margin-top: 36px; }
.discuss .btn-main {
border: 0;
min-width: 175px; }
.partners-gallery {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start; }
.partners-thumbnail {
display: flex;
justify-content: center;
align-items: center;
width: 150px;
height: 100px;
float: left;
margin-left: 15px;
margin-right: 15px; }
.footer {
height: 150px; }
.footer-menu {
padding: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
list-style-type: none; }
.footer-menu.footer-contacts__list {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
list-style-type: none; }
.footer-menu__item {
width: 50%; }
.footer-social {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around; }
.footer-social__link span {
visibility: hidden; }
.footer-contacts {
padding-left: 30px; }
.footer-contacts__item {
padding-bottom: 10px; }
.address address {
margin: 0; }
.contacts-page {
margin-top: 90px; }
.contacts-list-wrapper {
display: block;
position: absolute;
top: 300px;
right: 300px;
width: 340px;
padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
background-color: #fff; }
.contacts-list-wrapper .contacts-list {
list-style-type: none;
width: 250px; }
.contacts-item .btn-main {
width: 75%;
text-align: center;
margin-top: 30px;
margin-bottom: 30px; }
.contacts-item a {
height: 4rem;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 18px;
color: #353535;
text-decoration: none; }
.contacts-item a:hover, .contacts-item a:focus, .contacts-item a:visited {
color: #000;
text-decoration: none; }
.contacts-item .contacts-item__tel {
font-size: 30px; }
.contacts-item__address address {
margin: 0; }
.contacts-item_description {
display: block;
float: none;
font-size: 16px;
color: #898989; }
.contacts-item .skype-icon,
.contacts-item .email-icon,
.contacts-item .map-icon,
.contacts-item .tel-icon {
width: 1.5rem;
height: 2rem;
display: block;
position: absolute;
left: 50px;
fill: #353535; }
.blog-page {
margin-top: 90px; }
.blog-page .page-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 50px;
font-weight: bold; }
.blog-page .thumbnail {
width: 100%;
height: auto;
border: 0;
border-radius: 0;
padding: 0; }
.blog-page article.news-item {
display: block;
margin-top: 40px;
margin-bottom: 40px; }
.blog-page article.single-item .article-header:before {
content: "+";
display: inline-block;
width: 20px;
height: 20px;
margin-right: 20px;
font-size: 26px; }
.blog-page article.single-item .article-header:hover:before {
animation-name: spin;
animation-duration: 4000ms;
animation-iteration-count: infinite;
animation-timing-function: linear; }
.blog-page article.news-item .article-header {
font-family: 'AvenirNextCyr-Medium';
font-size: 20px; }
.blog-page article.news-item .article-header:before {
content: "___";
display: block;
width: 20px;
height: 20px;
margin-right: 20px;
margin-bottom: 40px;
font-size: 40px;
font-weight: bold;
color: #fabe1d; }
.blog-page article.news-item .article-excerpt {
font-family: 'AvenirNextCyr-Regular';
font-size: 15px;
line-height: 22px; }
.blog-page .subscribe-wrapper {
background-color: #13141c;
padding: 30px; }
.form-header.subscribe-header {
color: #fff;
font-size: 40px;
font-weight: bold;
line-height: 43px; }
.blog-page .subscribe-wrapper {
display: block;
position: relative; }
.blog-page form.subscribe {
display: block;
position: relative;
z-index: 5; }
.blog-page .dots {
height: 100%;
width: 100%;
left: 0;
top: 0;
position: absolute;
z-index: 2; }
.blog-page .pagination {
display: flex;
flex-direction: row;
justify-content: center; }
.blog-page .pagination .page-link {
border: 0;
color: #000; }
.blog-page .pagination .page-link:hover {
background-color: #fabe1d;
transform: rotate(-45deg); }
.blog-page .pagination .page-link:hover span {
display: block;
transform: rotate(45deg); }
img.banner {
width: 100%;
height: auto; }
.single-news-wrapper {
padding-top: 90px; }
.single-news-wrapper .page-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 35px;
line-height: 18px;
font-weight: bold; }
.single-news-item img.thumbnail {
width: 100%;
height: auto;
border: 0;
border-radius: 0;
padding: 0; }
.single-news-item .article-header {
font-family: 'AvenirNextCyr-Regular';
font-weight: bolder;
margin-top: 30px;
margin-bottom: 30px; }
.single-news-item .article-content {
font-family: 'AvenirNextCyr-Regular';
font-weight: normal;
font-size: 21px;
line-height: 35px; }
.single-news-item .article-header:before {
content: "+";
display: inline-block;
width: 20px;
height: 20px;
margin-right: 20px;
font-size: 26px; }
.single-news-item .article-header:hover:before {
animation-name: spin;
animation-duration: 4000ms;
animation-iteration-count: infinite;
animation-timing-function: linear; }
.slider-wrapper {
width: 100%;
margin: 1em auto;
max-width: 1200px; }
.slider-wrapper .slider .slide {
position: relative;
display: inline-block;
margin: 0 0.5em; }
.slide .team-slide-header {
display: block;
padding-top: 60px;
height: 60px;
overflow: hidden; }
.slide .team-slide-header .team-slide__name {
display: block;
width: 100%;
height: 30px;
text-align: center; }
.slide .team-slide-header .team-slide__position {
display: block;
width: 100%;
height: 30px;
text-align: center; }
.slide:hover .team-slide-header {
display: block;
padding-top: 0; }
.slide .team-slide-image {
width: auto;
height: 400px;
filter: grayscale(1); }
.slide .team-slide-image:hover {
filter: grayscale(1) drop-shadow(3px 2px 2px #fabe1d) drop-shadow(-3px 2px 2px #fabe1d) drop-shadow(-3px -2px 2px #fabe1d) drop-shadow(3px -2px 2px #fabe1d); }
.slider-controls {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center; }
.slider-controls svg {
width: 24px;
height: 48px; }
.mouse-before {
display: inline-block;
height: 1rem;
font-size: 18px;
font-weight: bold;
line-height: 48px; }
.mouse-after {
display: inline-block;
height: 1rem;
font-size: 18px;
font-weight: bold;
line-height: 48px; }
.about-features-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 60px; }
.grid article {
display: block;
float: left;
margin: 1%;
width: 31.3%;
overflow: hidden; }
.filters-button-group {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around; }
.btn-tab {
border: 0;
border-radius: 0;
background-color: inherit; }
.btn-tab.is-checked {
background-color: #fabe1d; }
.btn-tab.is-checked:focus, .btn-tab.is-checked:hover {
outline: 0; }
.portfolio-item-thumbnail img {
width: auto;
height: 100%;
filter: grayscale(0.1) brightness(0.45) contrast(1.05); }
.portfolio-add-more {
width: 100%;
padding-left: 50%;
padding-top: 40px;
padding-bottom: 40px; }
.portfolio-add-more .btn {
width: 125px;
margin-left: -62px; }
@media (max-width: 1024px) {
.grid article {
width: 31.3%; } }
@media (max-width: 767px) {
.grid article {
width: 48%; } }
@media (max-width: 479px) {
.grid article {
margin: 2% 0;
width: 100%; } }
.portfolio-single-thumbnail {
position: relative;
width: 100%;
height: 400px;
overflow: hidden; }
.portfolio-single-thumbnail img {
width: 100%;
height: auto;
filter: grayscale(0.1) brightness(0.45) contrast(1.05); }
.portfolio-single-description {
position: absolute;
top: 200px;
z-index: 5;
color: #fff; }
.portfolio-single-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 70px; }
.portfolio-single-sub {
font-family: 'AvenirNextCyr-Regular';
font-size: 18px;
line-height: 23px; }
.portfolio-pagination {
width: 100%; }
.portfolio-pagination a {
display: block;
float: left;
width: 48%;
padding-top: 10px;
padding-bottom: 10px;
color: #000; }
.portfolio-pagination a:hover {
color: #fabe1a;
text-decoration: none; }
.portfolio-pagination .previous-project {
text-align: right;
padding-right: 10px; }
.portfolio-pagination .next-project {
padding-left: 10px; }
.single-portfolio-item {
margin-top: 40px;
margin-bottom: 40px;
box-sizing: border-box; }
.single-portfolio-item__header {
font-family: 'AvenirNextCyr-Bold';
font-weight: bold;
font-size: 48px;
line-height: 50px; }
.single-portfolio-item__desription {
font-family: 'AvenirNextCyr-Regular';
font-weight: normal;
font-size: 15px;
line-height: 23px;
margin-bottom: 0; }
.services-wrapper {
margin-top: 40px;
margin-bottom: 40px;
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap; }
.services-block {
display: block;
float: left;
margin: 1%;
width: 31.3%;
overflow: hidden; }
.services-list {
list-style-type: none; }
.services-list .services-list-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 25px;
line-height: 18px;
display: block;
margin-bottom: 25px; }
.services-list .services-item {
height: 30px;
display: flex;
flex-direction: row;
justify-content: flex-start;
color: #000; }
.services-list .services-item:hover {
color: #fabe1a; }
.services-list .services-item a {
color: #000;
text-decoration: none; }
.services-list .services-item:hover a {
color: #fabe1a; }
.services-list .services-item:before {
content: "+";
display: inline-block;
width: 20px;
height: 20px;
margin-right: 20px;
font-size: 26px; }
.services-list .services-item:hover:before {
animation-name: spin;
animation-duration: 4000ms;
animation-iteration-count: infinite;
animation-timing-function: linear; }
.cms-wrapper {
padding-bottom: 40px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start; }
.cms-wrapper .cms-block {
width: 19.7%;
padding: 10px; }
.cms-wrapper .cms-block img {
filter: grayscale(1); }
.cms-wrapper .cms-block img:hover {
filter: none; }
.cms-header {
text-transform: none; }
.services-page .page-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 50px;
line-height: 18px; }
.services-single-hero {
height: 500px;
background-color: #fabe1a;
padding-top: 150px;
position: relative; }
.services-single-hero .header-link {
display: block;
margin-top: 50px;
font-size: 20px; }
.services-single-hero .dots {
width: 100%;
height: 500px;
position: absolute;
top: 0;
left: 0;
right: 0; }
#servicesFeatures .item {
width: 100%;
height: 550px; }
.carousel-bricks-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
right: 5%;
left: 5%; }
.carousel-brick {
width: 19.7%;
margin-top: 20px;
height: 140px;
overflow: hidden;
color: #000; }
.carousel-brick .brick-front {
height: 140px; }
.carousel-brick .brick-front .servicesFeatures-item-thumbnail {
width: 100%;
height: 60px;
margin-top: 40px; }
.carousel-brick .brick-front .servicesFeatures-item-thumbnail svg {
width: 100%;
height: 60px; }
.carousel-brick .brick-front h5 {
margin-top: 20px;
margin-bottom: 20px; }
.carousel-brick .brick-back {
height: 0; }
.carousel-brick:hover .brick-front {
height: 0;
display: none; }
.carousel-brick:hover .brick-back {
height: 140px;
font-size: 12px; }
.brick-back p:first-child {
border: 1px solid #ccc; }
.left.carousel-control,
.right.carousel-control {
background: inherit; }
.carousel-indicators {
top: 550px; }
.carousel-indicators li {
background-color: #000;
border-radius: 0; }
.carousel-indicators li.active {
transform: rotate(45deg);
background-color: #fabe1a; }
.dots-wrapper:before,
.dots-wrapper:after {
content: "+";
display: block;
width: 20px;
height: 20px;
margin-right: 20px;
font-size: 26px;
color: #fabe1a;
position: absolute;
animation-name: spin;
animation-duration: 4000ms;
animation-iteration-count: infinite;
animation-timing-function: linear; }
@media screen and (max-width: 768px) {
body {
margin: 0;
padding: 0; }
.form-header.subscribe-header {
font-size: 2.25rem; } } | app/view/css/main.css | body::-webkit-scrollbar {
width: 0.5em; }
body::-webkit-scrollbar-thumb {
background: linear-gradient(to left, #fff, #fff 5px, #fabe1d 5px, #fabe1d 7px, #000); }
@keyframes spin {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
@keyframes borders {
from {
transform: scale(100%); }
to {
transform: scale(80%); } }
@font-face {
font-family: 'GeorginaDemo';
src: url("../fonts/GeorginaDemo-Regular.ttf") format("ttf");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'AvenirNextCyr-Regular';
src: url("../fonts/AvenirNextCyr-Regular.eot");
src: url("../fonts/AvenirNextCyr-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Regular.woff") format("woff"), url("../fonts/AvenirNextCyr-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'AvenirNextCyr-Medium';
src: url("../fonts/AvenirNextCyr-Medium.eot");
src: url("../fonts/AvenirNextCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Medium.woff") format("woff"), url("../fonts/AvenirNextCyr-Medium.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'AvenirNextCyr-Bold';
src: url("../fonts/AvenirNextCyr-Bold.eot");
src: url("../fonts/AvenirNextCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Bold.woff") format("woff"), url("../fonts/AvenirNextCyr-Bold.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
body {
font-family: 'AvenirNextCyr-Regular';
font-size: 16px;
line-height: 18px; }
.navbar-brand, .footer-brand {
font-family: 'GeorginaDemo';
font-size: 26px;
line-height: 100%; }
.btn-main {
font-family: 'AvenirNextCyr-Medium';
font-size: 16px; }
.hero-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 70px; }
.hero-header > .secondary {
font-size: 20px; }
.section-header {
font-size: 50px;
margin-top: 0;
margin-bottom: 30px; }
.section-header-sub {
font-size: 15px;
line-height: 23px; }
.section-header-sup:before {
font-size: 22px;
font-weight: bold; }
.services-item:hover {
text-decoration: none; }
.services-item-header {
font-size: 30px; }
.social-right .social-right-item {
font-size: 15px;
font-weight: 500; }
.social-right .social-right-item:hover {
text-decoration: none; }
.section-header, .services-item-header {
text-transform: uppercase;
font-family: 'AvenirNextCyr-Bold'; }
.portfolio-item-sup {
font-size: 18px; }
.portfolio-item-sub {
font-size: 16px; }
.portfolio-item-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 30px; }
.portfolio .portfolio-link, .partners .partners-link, .about .about-link {
text-decoration: none; }
.discuss .discuss-header {
text-align: center;
margin-bottom: 15px; }
.discuss .section-header-sub {
text-align: center;
font-size: 15px; }
.about-achievements__count {
font-family: 'AvenirNextCyr-Bold';
font-size: 35px;
line-height: 18px; }
.about-achievements__description {
font-size: 14px;
line-height: 17px; }
.footer-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 18px;
line-height: 18px; }
.footer-menu__item {
font-size: 14px;
line-height: 25px; }
.footer a {
text-decoration: none; }
.copyright {
font-size: 12px; }
.footer-menu__item {
color: #000; }
.footer-menu__item a, .footer-contacts__item a {
text-decoration: none; }
.navbar-custom {
background-color: #fff; }
.nav a {
color: #000; }
.navbar-brand, .footer-brand {
color: #fabe1d; }
.navbar-toggle .icon-bar {
background-color: #fabe1d; }
.navbar-tel.disabled:hover {
background-color: #fff; }
.btn-main {
color: #000;
background-color: #fabe1d; }
.btn-main:hover {
background-color: #fabe1d; }
.hero-header {
color: #fabe1d; }
.hero-header > .secondary {
color: #fff; }
.section-header-sub {
color: #949494; }
.section-header-sup:before, .single-news-item .article-header:before {
color: #fabe1d; }
.social-right {
color: #000; }
.social-right .social-right-item {
color: #000; }
.social-right .social-right-item:hover {
color: #fabe1d; }
.services-item {
color: #000; }
.services-item:hover {
color: #9b9b9b; }
.services-item:hover .services-item-header {
color: #000;
background-color: #fabe1d; }
.portfolio-item-description {
color: #fff; }
.portfolio .portfolio-link, .partners .partners-link, .about .about-link {
color: #000; }
.portfolio .portfolio-link:hover, .partners .partners-link:hover, .about .about-link:hover {
color: #fabe1d; }
#discussFormName,
#discussFormPhone,
#discussFormEmail {
color: #fff;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
border-bottom: 2px solid #fff;
background-color: transparent; }
#discussFormMessage {
color: #fff;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
border-bottom: 2px solid #fff;
background-color: transparent;
background: linear-gradient(to bottom, transparent, transparent 19px, #fff 20px, #fff 22px, transparent 21px, transparent 63px, #fff 64px, #fff 66px, transparent 66px, transparent); }
#discussFormName ~ label,
#discussFormPhone ~ label,
#discussFormEmail ~ label,
#discussFormMessage ~ label {
color: #fff; }
.partners-thumbnail {
border: 0; }
.discuss .discuss-header {
color: #fff; }
.discuss .section-header-sub {
color: #fff; }
.about-achievements__count {
color: #fabe1d; }
.footer-menu__item a, .footer-contacts__item a {
color: #000; }
.footer-menu__item a:hover, .footer-contacts__item a:hover {
color: #fabe1d; }
.hero-overlay {
background-image: url(../images/top-bg.jpg);
background-position: center;
height: 678px;
width: 100%;
margin-top: 90px; }
.section-header-sup:before {
content: "+";
display: inline-block;
width: 20px;
height: 20px;
margin-right: 20px;
font-size: 26px; }
.section-header-sup:hover:before {
animation-name: spin;
animation-duration: 4000ms;
animation-iteration-count: infinite;
animation-timing-function: linear; }
.portfolio-item-1 .portfolio-item-thumbnail {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/portfolio-1.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.portfolio-item-2 .portfolio-item-thumbnail {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/portfolio-2.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.portfolio-item-3 .portfolio-item-thumbnail {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/portfolio-3.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.discuss {
background: url(../images/discuss.png);
background-size: cover;
background-position: right;
background-repeat: no-repeat; }
.footer-social__link {
width: 36px;
height: 36px; }
body {
width: 100vw;
padding-top: 90px;
padding-left: 90px;
padding-right: 90px;
overflow-x: hidden; }
input:focus {
outline: 0; }
.btn-main {
border-radius: 0; }
.navbar {
height: 90px; }
.navbar-brand {
padding-top: 35px;
padding-bottom: 35px; }
.navbar-center, .navbar-right {
padding-top: 20px;
padding-bottom: 20px; }
.navbar-center {
margin-left: 60px; }
.nav li.active {
display: none; }
.navbar-tel {
margin-right: 9px; }
#headerModal .modal-header {
border: 0;
padding: 45px;
padding-bottom: 0; }
#headerModal .form-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 50px;
line-height: 48px; }
#headerModal .form-header__sub {
font-size: 15px;
line-height: 23px;
color: #949494; }
.modal-escape {
display: block;
position: absolute;
top: 10px;
right: 10px;
font-size: 4rem;
background: none;
border: 0; }
#headerForm {
padding: 45px;
padding-top: 25px;
color: #000; }
.header-form-container .inputgroup label {
position: absolute;
z-index: 2; }
.header-form-container .field-group input {
border: 0;
margin-top: 20px;
border-bottom: 2px solid #000; }
#headerFormName, #headerFormMessage {
border: 0;
margin-top: 20px;
border-bottom: 2px solid #000; }
#headerFormMessage {
height: 112px;
color: #000;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
border-bottom: 2px solid #999;
background-color: transparent;
background: linear-gradient(to bottom, transparent, transparent 19px, #000 20px, #000 22px, transparent 21px, transparent 63px, #999 64px, #999 66px, transparent 66px, transparent); }
#headerFormName,
#headerFormPhone,
#headerFormEmail,
#headerFormMessage {
display: block;
width: 100%; }
#headerFormName ~ label,
#headerFormPhone ~ label,
#headerFormEmail ~ label {
transform: translate(0, -20px);
transition: all .2s ease-in-out; }
#headerFormMessage ~ label {
transform: translate(0, -112px);
transition: all .2s ease-in-out; }
#headerFormName:placeholder-shown ~ label,
#headerFormPhone:placeholder-shown ~ label,
#headerFormEmail:placeholder-shown ~ label {
transform: translate(0, -40px);
font-size: 12px;
text-decoration: none;
border: 0; }
#headerFormMessage:focus ~ label {
transform: translate(0, -132px);
font-size: 12px; }
.header-form__button {
display: flex;
justify-content: flex-start;
margin-top: 36px; }
.header-form__button input {
border: 0; }
.hero-header {
position: absolute;
margin-top: 260px;
box-sizing: padding-box;
z-index: 4; }
.hero-header > .secondary {
display: block; }
.hero-overlay {
height: 678px;
width: 100%;
position: relative;
z-index: 1; }
.hero-background {
height: 678px;
width: 90%;
padding: 0;
position: absolute;
top: 90px;
z-index: 2; }
.hero-background canvas.dots {
height: 678px;
width: 100%;
position: absolute; }
.discuss {
position: relative; }
.discuss-background {
height: 100%;
width: 100%;
padding: 0;
position: absolute;
top: 0;
z-index: 2; }
.discuss-background canvas.dots {
height: 100%;
width: 100%;
position: absolute; }
.dots:before {
content: "×";
display: block;
width: 2rem;
height: 2rem;
position: absolute;
top: 125px;
right: 300px; }
.dots:after {
content: '×';
display: block;
width: 2rem;
height: 2rem;
position: absolute;
top: 325px;
right: 300px; }
.social-right {
width: 400px;
position: absolute;
top: 400px;
right: -150px;
display: flex;
flex-direction: row;
justify-content: space-between;
list-style-type: none;
transform: rotate(-90deg); }
.social-right .social-right-item:before {
content: '\2014';
position: absolute;
margin-left: -20px; }
.hero, .section {
margin-bottom: 140px; }
.section.about {
margin-bottom: 70px; }
.section-header-sup {
display: block; }
.portfolio .section-header-sub, .partners .section-header-sub, .about .section-header-sub {
display: block;
max-width: 687px;
float: left;
margin-bottom: 50px; }
.portfolio .portfolio-link, .partners .partners-link, .about .about-link {
float: right; }
.portfolio-item-thumbnail {
position: relative;
z-index: 1;
height: 550px; }
.portfolio-item-description {
position: absolute;
top: 0;
left: -15px;
z-index: 2;
box-sizing: border-box;
padding: 15px;
margin-left: 15px;
margin-right: 15px;
border: 3px solid #fff;
height: 550px;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
transition: all .2s ease-in-out; }
.portfolio-item-description:hover {
transform: scale(0.8); }
.portfolio-item-header {
margin-bottom: 35px; }
.portfolio-item-sub, .portfolio-item-description .btn-main {
display: none;
transition: all .2s ease-in-out; }
.portfolio-item-description:hover .portfolio-item-sub, .portfolio-item-description:hover .btn-main {
display: block;
margin-bottom: 50px; }
.portfolio-item-description .btn-main {
width: 200px;
margin: 0 auto; }
.discuss {
min-height: 487px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center; }
.discuss .discuss-header {
margin-top: 72px; }
.discuss-form-container {
width: 700px;
max-width: 80%;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
margin-bottom: 40px;
z-index: 3; }
.discuss-form-container .inputgroup label {
position: absolute;
z-index: 2; }
.discuss-form-container .field-group input {
margin-top: 20px;
border-bottom: 2px solid white; }
#discussFormName, #discussFormMessage {
margin: 0; }
#discussFormMessage {
height: 112px; }
#discussFormName,
#discussFormPhone,
#discussFormEmail,
#discussFormMessage {
display: block;
width: 100%; }
#discussFormName ~ label,
#discussFormPhone ~ label,
#discussFormEmail ~ label {
transform: translate(0, -20px);
transition: all .2s ease-in-out; }
#discussFormMessage ~ label {
transform: translate(0, -112px);
transition: all .2s ease-in-out; }
#discussFormName:focus ~ label,
#discussFormPhone:focus ~ label,
#discussFormEmail:focus ~ label {
transform: translate(0, -40px);
font-size: 12px;
text-decoration: none;
border: 0; }
#discussFormMessage:focus ~ label {
transform: translate(0, -132px);
font-size: 12px; }
.discuss-form__button {
display: flex;
justify-content: center;
margin-top: 36px; }
.discuss .btn-main {
border: 0;
min-width: 175px; }
.partners-gallery {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start; }
.partners-thumbnail {
display: flex;
justify-content: center;
align-items: center;
width: 150px;
height: 100px;
float: left;
margin-left: 15px;
margin-right: 15px; }
.footer {
height: 150px; }
.footer-menu {
padding: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
list-style-type: none; }
.footer-menu.footer-contacts__list {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
list-style-type: none; }
.footer-menu__item {
width: 50%; }
.footer-social {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around; }
.footer-social__link span {
visibility: hidden; }
.footer-contacts {
padding-left: 30px; }
.footer-contacts__item {
padding-bottom: 10px; }
.address address {
margin: 0; }
.contacts-page {
margin-top: 90px; }
.contacts-list-wrapper {
display: block;
position: absolute;
top: 300px;
right: 300px;
width: 340px;
padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
background-color: #fff; }
.contacts-list-wrapper .contacts-list {
list-style-type: none;
width: 250px; }
.contacts-item .btn-main {
width: 75%;
text-align: center;
margin-top: 30px;
margin-bottom: 30px; }
.contacts-item a {
height: 4rem;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 18px;
color: #353535;
text-decoration: none; }
.contacts-item a:hover, .contacts-item a:focus, .contacts-item a:visited {
color: #000;
text-decoration: none; }
.contacts-item .contacts-item__tel {
font-size: 30px; }
.contacts-item__address address {
margin: 0; }
.contacts-item_description {
display: block;
float: none;
font-size: 16px;
color: #898989; }
.contacts-item .skype-icon,
.contacts-item .email-icon,
.contacts-item .map-icon,
.contacts-item .tel-icon {
width: 1.5rem;
height: 2rem;
display: block;
position: absolute;
left: 50px;
fill: #353535; }
.blog-page {
margin-top: 90px; }
.blog-page .page-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 50px;
font-weight: bold; }
.blog-page .thumbnail {
width: 100%;
height: auto;
border: 0;
border-radius: 0;
padding: 0; }
.blog-page article.news-item {
display: block;
margin-top: 40px;
margin-bottom: 40px; }
.blog-page article.single-item .article-header:before {
content: "+";
display: inline-block;
width: 20px;
height: 20px;
margin-right: 20px;
font-size: 26px; }
.blog-page article.single-item .article-header:hover:before {
animation-name: spin;
animation-duration: 4000ms;
animation-iteration-count: infinite;
animation-timing-function: linear; }
.blog-page article.news-item .article-header {
font-family: 'AvenirNextCyr-Medium';
font-size: 20px; }
.blog-page article.news-item .article-header:before {
content: "___";
display: block;
width: 20px;
height: 20px;
margin-right: 20px;
margin-bottom: 40px;
font-size: 40px;
font-weight: bold;
color: #fabe1d; }
.blog-page article.news-item .article-excerpt {
font-family: 'AvenirNextCyr-Regular';
font-size: 15px;
line-height: 22px; }
.blog-page .subscribe-wrapper {
background-color: #13141c;
padding: 30px; }
.form-header.subscribe-header {
color: #fff;
font-size: 40px;
font-weight: bold;
line-height: 43px; }
.blog-page .subscribe-wrapper {
display: block;
position: relative; }
.blog-page form.subscribe {
display: block;
position: relative;
z-index: 5; }
.blog-page .dots {
height: 100%;
width: 100%;
left: 0;
top: 0;
position: absolute;
z-index: 2; }
.blog-page .pagination {
display: flex;
flex-direction: row;
justify-content: center; }
.blog-page .pagination .page-link {
border: 0;
color: #000; }
.blog-page .pagination .page-link:hover {
background-color: #fabe1d;
transform: rotate(-45deg); }
.blog-page .pagination .page-link:hover span {
display: block;
transform: rotate(45deg); }
img.banner {
width: 100%;
height: auto; }
.single-news-wrapper {
padding-top: 90px; }
.single-news-wrapper .page-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 35px;
line-height: 18px;
font-weight: bold; }
.single-news-item img.thumbnail {
width: 100%;
height: auto;
border: 0;
border-radius: 0;
padding: 0; }
.single-news-item .article-header {
font-family: 'AvenirNextCyr-Regular';
font-weight: bolder;
margin-top: 30px;
margin-bottom: 30px; }
.single-news-item .article-content {
font-family: 'AvenirNextCyr-Regular';
font-weight: normal;
font-size: 21px;
line-height: 35px; }
.single-news-item .article-header:before {
content: "+";
display: inline-block;
width: 20px;
height: 20px;
margin-right: 20px;
font-size: 26px; }
.single-news-item .article-header:hover:before {
animation-name: spin;
animation-duration: 4000ms;
animation-iteration-count: infinite;
animation-timing-function: linear; }
.slider-wrapper {
width: 100%;
margin: 1em auto;
max-width: 1200px; }
.slider-wrapper .slider .slide {
position: relative;
display: inline-block;
margin: 0 0.5em; }
.slide .team-slide-header {
display: block;
padding-top: 60px;
height: 60px;
overflow: hidden; }
.slide .team-slide-header .team-slide__name {
display: block;
width: 100%;
height: 30px;
text-align: center; }
.slide .team-slide-header .team-slide__position {
display: block;
width: 100%;
height: 30px;
text-align: center; }
.slide:hover .team-slide-header {
display: block;
padding-top: 0; }
.slide .team-slide-image {
width: auto;
height: 400px;
filter: grayscale(1); }
.slide .team-slide-image:hover {
filter: grayscale(1) drop-shadow(3px 2px 2px #fabe1d) drop-shadow(-3px 2px 2px #fabe1d) drop-shadow(-3px -2px 2px #fabe1d) drop-shadow(3px -2px 2px #fabe1d); }
.slider-controls {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center; }
.slider-controls svg {
width: 24px;
height: 48px; }
.mouse-before {
display: inline-block;
height: 1rem;
font-size: 18px;
font-weight: bold;
line-height: 48px; }
.mouse-after {
display: inline-block;
height: 1rem;
font-size: 18px;
font-weight: bold;
line-height: 48px; }
.about-features-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 60px; }
.grid article {
display: block;
float: left;
margin: 1%;
width: 31.3%;
overflow: hidden; }
.filters-button-group {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around; }
.btn-tab {
border: 0;
border-radius: 0;
background-color: inherit; }
.btn-tab.is-checked {
background-color: #fabe1d; }
.btn-tab.is-checked:focus, .btn-tab.is-checked:hover {
outline: 0; }
.portfolio-item-thumbnail img {
width: auto;
height: 100%;
filter: grayscale(0.1) brightness(0.45) contrast(1.05); }
.portfolio-add-more {
width: 100%;
padding-left: 50%;
padding-top: 40px;
padding-bottom: 40px; }
.portfolio-add-more .btn {
width: 125px;
margin-left: -62px; }
@media (max-width: 1024px) {
.grid article {
width: 31.3%; } }
@media (max-width: 767px) {
.grid article {
width: 48%; } }
@media (max-width: 479px) {
.grid article {
margin: 2% 0;
width: 100%; } }
.portfolio-single-thumbnail {
position: relative;
width: 100%;
height: 400px;
overflow: hidden; }
.portfolio-single-thumbnail img {
width: 100%;
height: auto;
filter: grayscale(0.1) brightness(0.45) contrast(1.05); }
.portfolio-single-description {
position: absolute;
top: 200px;
z-index: 5;
color: #fff; }
.portfolio-single-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 70px; }
.portfolio-single-sub {
font-family: 'AvenirNextCyr-Regular';
font-size: 18px;
line-height: 23px; }
.portfolio-pagination {
width: 100%; }
.portfolio-pagination a {
display: block;
float: left;
width: 48%;
padding-top: 10px;
padding-bottom: 10px;
color: #000; }
.portfolio-pagination a:hover {
color: #fabe1a;
text-decoration: none; }
.portfolio-pagination .previous-project {
text-align: right;
padding-right: 10px; }
.portfolio-pagination .next-project {
padding-left: 10px; }
.single-portfolio-item {
margin-top: 40px;
margin-bottom: 40px;
box-sizing: border-box; }
.single-portfolio-item__header {
font-family: 'AvenirNextCyr-Bold';
font-weight: bold;
font-size: 48px;
line-height: 50px; }
.single-portfolio-item__desription {
font-family: 'AvenirNextCyr-Regular';
font-weight: normal;
font-size: 15px;
line-height: 23px;
margin-bottom: 0; }
.services-wrapper {
margin-top: 40px;
margin-bottom: 40px;
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap; }
.services-block {
display: block;
float: left;
margin: 1%;
width: 31.3%;
overflow: hidden; }
.services-list {
list-style-type: none; }
.services-list .services-list-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 25px;
line-height: 18px;
display: block;
margin-bottom: 25px; }
.services-list .services-item {
height: 30px;
display: flex;
flex-direction: row;
justify-content: flex-start;
color: #000; }
.services-list .services-item:hover {
color: #fabe1a; }
.services-list .services-item a {
color: #000;
text-decoration: none; }
.services-list .services-item:hover a {
color: #fabe1a; }
.services-list .services-item:before {
content: "+";
display: inline-block;
width: 20px;
height: 20px;
margin-right: 20px;
font-size: 26px; }
.services-list .services-item:hover:before {
animation-name: spin;
animation-duration: 4000ms;
animation-iteration-count: infinite;
animation-timing-function: linear; }
.cms-wrapper {
padding-bottom: 40px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start; }
.cms-wrapper .cms-block {
width: 19.7%;
padding: 10px; }
.cms-wrapper .cms-block img {
filter: grayscale(1); }
.cms-wrapper .cms-block img:hover {
filter: none; }
.cms-header {
text-transform: none; }
.services-page .page-header {
font-family: 'AvenirNextCyr-Bold';
font-size: 50px;
line-height: 18px; }
.services-single-hero {
height: 500px;
background-color: #fabe1a;
padding-top: 150px;
position: relative; }
.services-single-hero .header-link {
display: block;
margin-top: 50px;
font-size: 20px; }
.services-single-hero .dots {
width: 100%;
height: 500px;
position: absolute;
top: 0;
left: 0;
right: 0; }
#servicesFeatures .item {
width: 100%;
height: 550px; }
.carousel-bricks-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
right: 5%;
left: 5%; }
.carousel-brick {
width: 19.7%;
margin-top: 20px;
height: 140px;
overflow: hidden;
color: #000; }
.carousel-brick .brick-front {
height: 140px; }
.carousel-brick .brick-front .servicesFeatures-item-thumbnail {
width: 100%;
height: 60px;
margin-top: 40px; }
.carousel-brick .brick-front .servicesFeatures-item-thumbnail svg {
width: 100%;
height: 60px; }
.carousel-brick .brick-front h5 {
margin-top: 20px;
margin-bottom: 20px; }
.carousel-brick .brick-back {
height: 0; }
.carousel-brick:hover .brick-front {
height: 0;
display: none; }
.carousel-brick:hover .brick-back {
height: 140px;
font-size: 12px; }
.brick-back p:first-child {
border: 1px solid #ccc; }
.left.carousel-control,
.right.carousel-control {
background: inherit; }
.carousel-indicators {
top: 550px; }
.carousel-indicators li {
background-color: #000;
border-radius: 0; }
.carousel-indicators li.active {
transform: rotate(45deg);
background-color: #fabe1a; }
.dots-wrapper:before,
.dots-wrapper:after {
content: "+";
display: block;
width: 20px;
height: 20px;
margin-right: 20px;
font-size: 26px;
color: #fabe1a;
position: absolute;
animation-name: spin;
animation-duration: 4000ms;
animation-iteration-count: infinite;
animation-timing-function: linear; }
@media screen and (max-width: 768px) {
body {
margin: 0;
padding: 0; }
.form-header.subscribe-header {
font-size: 2.25rem; } } | 0.457379 | 0.062217 |
@font-face {
font-family: 'noto-regular';
src: url(../fonts/NotoSerifLao-Regular.ttf) format("truetype");
}
@font-face {
font-family: 'noto-bold';
src: url(../fonts/NotoSerifLao-Bold.ttf) format("truetype");
}
body, input, h1, h2, h3, h4, h5, h6, p {
font-family: 'Roboto','noto-regular'!important;
/*font-family: 'L<NAME>', Saysettha OT, Phetsarath OT, sans-serif; */
/*font-family: 'Noto Serif Lao', Saysettha OT, Phetsarath OT, sans-serif !important; */
}
body, input,p{
font-family: 'Roboto', 'noto-regular', 'Google Sans', arial, serif, sans-serif !important;
/*font-family: 'L<NAME>', Saysettha OT, Phetsarath OT, sans-serif; */
/*font-family: 'Noto Serif Lao', Saysettha OT, Phetsarath OT, sans-serif !important; */
}
h1,h2,h3,h4,h5{
color: #333;
font-weight: 500;
}
h3{
font-size: 22px;
}
a.navbar-item:hover,
.navbar-link:hover{
background-color: #fff !important;
color:#7461CF;
/* border-bottom: 1px solid rgba(116,67,207,1); */
}
a.navbr-item.menu:hover{
background-color: none;
}
.navbar{
}
.tag_line{
color: #fff;
}
.navbar-brand{
padding-right: 28px;
}
.navbar-item img{
padding-right: 4px;
}
#phone_top{
color: #F89C22!important;
font-weight: 600;
margin-right: 10px;
}
#opening{
color: #fff;
display: inline-block;
}
#opening, a#phone_top {
position: relative;
padding-left: 22px;
}
#opening:before, a#phone_top:before {
font-family: ElegantIcons;
font-size: 14px;
position: absolute;
left: 0;
}
.navbar-item, .navbar-link {
font-weight: 500;
font-size: 14px;
color: #333;
}
footer {
background: #7461CF;
position: relative;
bottom: 0;
top: 20px;
}
footer h3 {
font-size: 16px;
font-weight: 600;
color: #fff;
}
footer, footer a {
color: #eee;
}
footer a:hover{
color: #F89C22!important;
transition: all 0.5s ease;
}
#logo, #social_footer {
margin-top: 10px;
}
#social_footer {
border-top: 1px dotted rgba(255,255,255,.2);
padding-top: 30px;
}
#copy {
background-color: #2C198A;
padding: 10px 0;
color: rgba(255,255,255,.5);
font-size: 12px;
}
#social_footer ul {
margin: 0;
padding: 0 0 10px;
}
#social_footer ul li {
display: inline-block;
margin: 0 5px 10px;
}
#social_footer ul li a {
color: #fff;
line-height: 36px;
display: block;
font-size: 16px;
width: 35px;
height: 35px;
background-color: #333;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#copy, #hero_video, #hero_video>div, #intro, #social_footer, #social_footer ul, #social_footer ul li a,
.box_feat span, .box_style_1.home h3, .phone_feat, .promo_full_wp>div {
text-align: center;
}
ul#contact_details_footer {
list-style: none;
margin: 0 0 20px;
padding: 0;
}
ul#contact_details_footer li a .icon{
}
.icon.aeon{
top: 4px;
color:#F89C22;
padding-right: 8px;
}
.active{
color:#7461CF;
/* background-color: polygon(0 100%, 100% 100%, 100% 94%, 56% 94%, 51% 85%, 44% 94%, 0 94%);*/
/* border-bottom: 1px solid rgba(116,67,207,1); */
}
.navbar-dropdown .navbar-item {
padding-left: 1.5rem;
padding-right: 1.5rem;
font-weight: 400;
}
a:hover{
color: #7461CF;
}
/*.navbar-burger span{
width: 30px;
height: 2px;
}*/
hr {
margin-top: 20px;
margin-bottom: 25px;
border: 0;
border-top: 1px dotted #ddd;
}
figure{
margin: 0;
}
.top_66 {
top: 200px;
margin-top: 66px;
}
.top_100{
margin-top: 100px;
}
.top_120{
margin-top: 120px;
}
.top_10{
margin-top: 10px;
}
.navbar-item.logo:hover{
border-bottom: none !important;
}
/*button*/
.main_b {
color: #fff !important;
text-decoration: none;
background: #7461CF;
padding: 10px 15px 10px 15px;
border-radius: 4px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
}
.main_b:hover {
text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
/*text-shadow: 0px 0px 6px rgba(24, 156, 34, 1);
text-shadow: 0px 0px 6px rgba(116, 97, 201, 1);*/
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}
main {
background: #fff;
z-index: 2;
position: relative;
} | public/css/main.css | @font-face {
font-family: 'noto-regular';
src: url(../fonts/NotoSerifLao-Regular.ttf) format("truetype");
}
@font-face {
font-family: 'noto-bold';
src: url(../fonts/NotoSerifLao-Bold.ttf) format("truetype");
}
body, input, h1, h2, h3, h4, h5, h6, p {
font-family: 'Roboto','noto-regular'!important;
/*font-family: 'L<NAME>', Saysettha OT, Phetsarath OT, sans-serif; */
/*font-family: 'Noto Serif Lao', Saysettha OT, Phetsarath OT, sans-serif !important; */
}
body, input,p{
font-family: 'Roboto', 'noto-regular', 'Google Sans', arial, serif, sans-serif !important;
/*font-family: 'L<NAME>', Saysettha OT, Phetsarath OT, sans-serif; */
/*font-family: 'Noto Serif Lao', Saysettha OT, Phetsarath OT, sans-serif !important; */
}
h1,h2,h3,h4,h5{
color: #333;
font-weight: 500;
}
h3{
font-size: 22px;
}
a.navbar-item:hover,
.navbar-link:hover{
background-color: #fff !important;
color:#7461CF;
/* border-bottom: 1px solid rgba(116,67,207,1); */
}
a.navbr-item.menu:hover{
background-color: none;
}
.navbar{
}
.tag_line{
color: #fff;
}
.navbar-brand{
padding-right: 28px;
}
.navbar-item img{
padding-right: 4px;
}
#phone_top{
color: #F89C22!important;
font-weight: 600;
margin-right: 10px;
}
#opening{
color: #fff;
display: inline-block;
}
#opening, a#phone_top {
position: relative;
padding-left: 22px;
}
#opening:before, a#phone_top:before {
font-family: ElegantIcons;
font-size: 14px;
position: absolute;
left: 0;
}
.navbar-item, .navbar-link {
font-weight: 500;
font-size: 14px;
color: #333;
}
footer {
background: #7461CF;
position: relative;
bottom: 0;
top: 20px;
}
footer h3 {
font-size: 16px;
font-weight: 600;
color: #fff;
}
footer, footer a {
color: #eee;
}
footer a:hover{
color: #F89C22!important;
transition: all 0.5s ease;
}
#logo, #social_footer {
margin-top: 10px;
}
#social_footer {
border-top: 1px dotted rgba(255,255,255,.2);
padding-top: 30px;
}
#copy {
background-color: #2C198A;
padding: 10px 0;
color: rgba(255,255,255,.5);
font-size: 12px;
}
#social_footer ul {
margin: 0;
padding: 0 0 10px;
}
#social_footer ul li {
display: inline-block;
margin: 0 5px 10px;
}
#social_footer ul li a {
color: #fff;
line-height: 36px;
display: block;
font-size: 16px;
width: 35px;
height: 35px;
background-color: #333;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#copy, #hero_video, #hero_video>div, #intro, #social_footer, #social_footer ul, #social_footer ul li a,
.box_feat span, .box_style_1.home h3, .phone_feat, .promo_full_wp>div {
text-align: center;
}
ul#contact_details_footer {
list-style: none;
margin: 0 0 20px;
padding: 0;
}
ul#contact_details_footer li a .icon{
}
.icon.aeon{
top: 4px;
color:#F89C22;
padding-right: 8px;
}
.active{
color:#7461CF;
/* background-color: polygon(0 100%, 100% 100%, 100% 94%, 56% 94%, 51% 85%, 44% 94%, 0 94%);*/
/* border-bottom: 1px solid rgba(116,67,207,1); */
}
.navbar-dropdown .navbar-item {
padding-left: 1.5rem;
padding-right: 1.5rem;
font-weight: 400;
}
a:hover{
color: #7461CF;
}
/*.navbar-burger span{
width: 30px;
height: 2px;
}*/
hr {
margin-top: 20px;
margin-bottom: 25px;
border: 0;
border-top: 1px dotted #ddd;
}
figure{
margin: 0;
}
.top_66 {
top: 200px;
margin-top: 66px;
}
.top_100{
margin-top: 100px;
}
.top_120{
margin-top: 120px;
}
.top_10{
margin-top: 10px;
}
.navbar-item.logo:hover{
border-bottom: none !important;
}
/*button*/
.main_b {
color: #fff !important;
text-decoration: none;
background: #7461CF;
padding: 10px 15px 10px 15px;
border-radius: 4px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
}
.main_b:hover {
text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
/*text-shadow: 0px 0px 6px rgba(24, 156, 34, 1);
text-shadow: 0px 0px 6px rgba(116, 97, 201, 1);*/
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}
main {
background: #fff;
z-index: 2;
position: relative;
} | 0.299822 | 0.061368 |
:root {
--ruby: #e22653;
--grey: #999;
--dark-grey: #666;
--cream: #f9f7ed;
--grid-size: 1000px;
--grid-h-padding: 2em;
--title-size: 550px;
--showcase-width: 1400px;
--showcase-height: 800px;
--showcase-max-height: calc(100vh - 2em);
--transition: all ease-out 300ms;
--hover-opacity: 0.7;
--box-shadow: 0 0 8px var(--dark-grey);
}
.text-grey {
color: var(--grey);
}
.text-ruby {
color: var(--ruby);
}
/* Titles font */
@font-face {
font-family: Hauora;
src: local("Hauora"), url("./assets/fonts/hauora/Hauora-Medium.woff"),
url("./assets/fonts/hauora/Hauora-Medium.woff2");
}
@font-face {
font-family: Hauora;
font-weight: bold;
src: local("Hauora"), url("./assets/fonts/hauora/Hauora-Bold.woff"), url("./assets/fonts/hauora/Hauora-Bold.woff2");
}
/* Monospace font */
@font-face {
font-family: Cascadia;
src: local("Cascadia"), url("./assets/fonts/cascadia/CascadiaCode.ttf"),
url("./assets/fonts/cascadia/CascadiaCode.woff2"), url("./assets/fonts/cascadia/CascadiaCode-Regular.otf");
}
/* Main font */
@font-face {
font-family: Public Sans;
src: local("Public Sans"), url("./assets/fonts/public-sans/PublicSans-Regular.woff"),
url("./assets/fonts/public-sans/PublicSans-Regular.woff2");
}
@font-face {
font-family: Public Sans;
font-style: italic;
src: local("Public Sans"), url("./assets/fonts/public-sans/PublicSans-LightItalic.woff"),
url("./assets/fonts/public-sans/PublicSans-LightItalic.woff2");
}
@font-face {
font-family: Public Sans;
font-weight: bold;
src: local("Public Sans"), url("./assets/fonts/public-sans/PublicSans-SemiBold.woff"),
url("./assets/fonts/public-sans/PublicSans-SemiBold.woff2");
}
@font-face {
font-family: Public Sans;
font-style: italic;
font-weight: bold;
src: local("Public Sans"), url("./assets/fonts/public-sans/PublicSans-SemiBoldItalic.woff"),
url("./assets/fonts/public-sans/PublicSans-SemiBoldItalic.woff2");
}
/**
* TYPOGRAPHY:
* ***********
*/
body {
font-size: 1.2em;
}
body,
input,
button {
font-family: "Public Sans", Lato, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
.text-title {
font-family: Hauora, Roboto, Arial, sans-serif;
}
pre,
code {
font-family: Cascadia, monospace;
background: var(--cream);
}
.text-center {
text-align: center;
}
/**
* BASE STYLE / LAYOUT:
* ********************
*/
html {
scroll-behavior: smooth;
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
padding: 0;
margin: 0;
}
.row {
display: flex;
flex-direction: row;
justify-content: space-between;
column-gap: 1em;
}
.row > * {
flex-grow: 1;
flex-basis: 0;
}
/**
* TOP BAR:
* ********
*/
header {
display: flex;
flex-direction: row;
justify-content: space-between;
position: fixed;
z-index: 1;
left: 0;
right: 0;
height: 0;
}
header img {
height: 1.6em;
}
header .links {
text-align: right;
list-style: none;
}
header .links ul {
margin: 0;
padding: 0;
}
header .links li {
display: inline-block;
margin-left: 0.3em;
}
header .links a {
text-decoration: none;
}
header .menu {
position: relative;
display: flex;
flex-direction: row;
align-items: flex-start;
}
header .panel ul {
list-style: none;
padding: 0;
}
header .panel ul.internal {
flex-grow: 1;
}
header .panel a {
text-decoration: none;
}
header .panel > * {
margin-bottom: 1em;
}
/* Deal with padding: */
header .links,
header .menu {
padding: 2em;
}
#toggle-menu {
display: none;
}
header .menu .panel {
margin: 0;
line-height: 1.6em;
font-size: 1.2em;
display: flex;
flex-direction: column;
justify-content: center;
padding: 6em 5em 2em;
position: fixed;
background: white;
box-shadow: var(--box-shadow);
top: 0;
left: 0;
bottom: 0;
transform: translate(calc(-100% - 10px));
transition: var(--transition);
}
#toggle-menu + .menu label {
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
background: #ffffff;
padding: 0.3em;
transform: translate(-0.3em, -0.3em);
}
#toggle-menu:checked + .menu .panel {
transform: translate(0%);
}
#toggle-menu:checked + .menu label .show-menu,
#toggle-menu:not(:checked) + .menu label .hide-menu {
display: none;
}
a {
color: black;
transition: var(--transition);
}
a:hover {
color: var(--dark-grey);
}
.button {
display: inline-block;
text-decoration: none;
padding: 1em;
background: var(--dark-grey);
color: white !important;
transition: var(--transition);
text-align: center;
font-size: 1em;
border: none;
outline: none;
cursor: pointer;
}
.button:not([disabled]):hover {
opacity: var(--hover-opacity);
}
.button.button-light {
box-sizing: border-box;
background: white;
border: 1px solid var(--dark-grey);
color: black !important;
}
.button[disabled] {
color: var(--dark-grey) !important;
border-color: var(--grey);
cursor: default;
}
.with-logo {
text-decoration: none;
position: relative;
}
.with-logo img {
position: absolute;
margin-right: 0.2em;
right: 100%;
bottom: -0.15em;
height: 110%;
}
/**
* MAIN CONTENT:
* *************
*/
main {
padding: 2em var(--grid-h-padding);
flex-grow: 1;
}
main > section {
margin: auto auto 3em;
max-width: var(--grid-size);
}
main section.title {
font-size: 1.4em;
max-width: var(--title-size);
margin: auto;
min-height: 70vh;
display: flex;
flex-direction: column;
justify-content: center;
}
main section.title h1 {
font-size: 1.7em;
margin: 0.5em 0;
}
main section.showcase {
position: relative;
max-width: var(--showcase-width);
}
main section.showcase .wrapper {
position: relative;
box-shadow: 0 0 8px var(--grey);
box-sizing: border-box;
margin-bottom: 0.5em;
}
main section.showcase .wrapper,
main section.showcase iframe {
width: 100%;
height: var(--showcase-height);
max-height: var(--showcase-max-height);
overflow: hidden;
}
main section.showcase iframe {
border: none;
}
main section.showcase .caption {
font-size: 0.8em;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: baseline;
}
main section.showcase .caption .button {
padding: 0.5em;
}
main section.showcase .caption a {
white-space: nowrap;
margin-right: 1em;
}
main section.showcase .overlay {
position: absolute;
inset: 0;
color: white;
padding: 3em;
font-size: 1.5em;
display: flex;
flex-direction: column;
justify-content: center;
cursor: pointer;
background: #ffffff66;
transition: var(--transition);
overflow: hidden;
}
main section.showcase .overlay:hover {
background: #ffffff99;
}
main section.showcase .overlay.hide {
display: none;
}
main section.showcase .overlay h2 {
margin: 0 0 1px;
}
main section.showcase .overlay .bg {
display: inline-block;
padding: 4px 8px;
background: #666666dd;
}
main section.showcase .overlay:hover .bg {
background: #666666;
}
main #architecture .schema {
display: flex;
flex-direction: row;
justify-content: center;
max-width: 60%;
margin: 3em auto auto;
}
main #architecture .schema img {
height: 4em;
}
main #architecture .schema > span {
height: 1.5em;
line-height: 1.5em;
font-size: 3em;
margin: 0 0.5em;
}
main #quickstart .options pre {
display: inline-block;
padding: 0.5em 1em;
margin: 0;
}
main #quickstart .options code::before {
content: "> ";
user-select: none;
}
main #usecases .usecase {
align-items: center;
justify-content: space-between;
margin-bottom: 1em;
}
main #usecases .usecase:nth-child(2n + 1) {
flex-direction: row-reverse;
}
main #usecases .thumbnail {
display: block;
height: 400px;
overflow: hidden;
box-shadow: 0 0 8px var(--dark-grey);
}
main #usecases .thumbnail > div {
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transition: var(--transition);
}
main #usecases .thumbnail:hover > div {
transform: scale(1.1);
}
main #faq ul {
padding: 0;
list-style: none;
}
main #faq h3 {
margin-top: 2.4em;
margin-bottom: 0;
}
main #faq p {
margin-top: 0.5em;
}
/**
* FOOTER:
* *******
*/
footer {
padding: 2em var(--grid-h-padding);
max-width: var(--grid-size);
margin: auto;
}
footer ul {
list-style: none;
padding: 0;
}
/**
* RESPONSIVENESS:
* ***************
*/
@media (max-width: 768px) {
body {
font-size: 1em;
}
.row {
display: block;
}
/* Deal with padding: */
header .links,
header .menu {
padding: 1em;
}
header .menu .panel {
padding: 6em 4em 2em;
}
#toggle-menu:checked + .menu .panel {
background: #ffffffee;
width: 100vw;
border: none;
margin: auto;
}
#toggle-menu:checked ~ .links {
display: none;
}
main,
footer {
max-width: 100%;
}
main section.title {
max-width: 100%;
padding-left: 3em;
min-height: 50vh;
font-size: 1.2em;
}
main section.showcase .overlay {
font-size: 1em;
}
main #architecture .schema {
display: block;
max-width: 100%;
text-align: center;
}
main #architecture .schema img {
height: 4em;
}
main #architecture .schema > div {
max-width: 60%;
margin: auto;
}
main #architecture .schema > span {
display: block;
text-align: center;
}
} | website/styles.css | :root {
--ruby: #e22653;
--grey: #999;
--dark-grey: #666;
--cream: #f9f7ed;
--grid-size: 1000px;
--grid-h-padding: 2em;
--title-size: 550px;
--showcase-width: 1400px;
--showcase-height: 800px;
--showcase-max-height: calc(100vh - 2em);
--transition: all ease-out 300ms;
--hover-opacity: 0.7;
--box-shadow: 0 0 8px var(--dark-grey);
}
.text-grey {
color: var(--grey);
}
.text-ruby {
color: var(--ruby);
}
/* Titles font */
@font-face {
font-family: Hauora;
src: local("Hauora"), url("./assets/fonts/hauora/Hauora-Medium.woff"),
url("./assets/fonts/hauora/Hauora-Medium.woff2");
}
@font-face {
font-family: Hauora;
font-weight: bold;
src: local("Hauora"), url("./assets/fonts/hauora/Hauora-Bold.woff"), url("./assets/fonts/hauora/Hauora-Bold.woff2");
}
/* Monospace font */
@font-face {
font-family: Cascadia;
src: local("Cascadia"), url("./assets/fonts/cascadia/CascadiaCode.ttf"),
url("./assets/fonts/cascadia/CascadiaCode.woff2"), url("./assets/fonts/cascadia/CascadiaCode-Regular.otf");
}
/* Main font */
@font-face {
font-family: Public Sans;
src: local("Public Sans"), url("./assets/fonts/public-sans/PublicSans-Regular.woff"),
url("./assets/fonts/public-sans/PublicSans-Regular.woff2");
}
@font-face {
font-family: Public Sans;
font-style: italic;
src: local("Public Sans"), url("./assets/fonts/public-sans/PublicSans-LightItalic.woff"),
url("./assets/fonts/public-sans/PublicSans-LightItalic.woff2");
}
@font-face {
font-family: Public Sans;
font-weight: bold;
src: local("Public Sans"), url("./assets/fonts/public-sans/PublicSans-SemiBold.woff"),
url("./assets/fonts/public-sans/PublicSans-SemiBold.woff2");
}
@font-face {
font-family: Public Sans;
font-style: italic;
font-weight: bold;
src: local("Public Sans"), url("./assets/fonts/public-sans/PublicSans-SemiBoldItalic.woff"),
url("./assets/fonts/public-sans/PublicSans-SemiBoldItalic.woff2");
}
/**
* TYPOGRAPHY:
* ***********
*/
body {
font-size: 1.2em;
}
body,
input,
button {
font-family: "Public Sans", Lato, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
.text-title {
font-family: Hauora, Roboto, Arial, sans-serif;
}
pre,
code {
font-family: Cascadia, monospace;
background: var(--cream);
}
.text-center {
text-align: center;
}
/**
* BASE STYLE / LAYOUT:
* ********************
*/
html {
scroll-behavior: smooth;
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
padding: 0;
margin: 0;
}
.row {
display: flex;
flex-direction: row;
justify-content: space-between;
column-gap: 1em;
}
.row > * {
flex-grow: 1;
flex-basis: 0;
}
/**
* TOP BAR:
* ********
*/
header {
display: flex;
flex-direction: row;
justify-content: space-between;
position: fixed;
z-index: 1;
left: 0;
right: 0;
height: 0;
}
header img {
height: 1.6em;
}
header .links {
text-align: right;
list-style: none;
}
header .links ul {
margin: 0;
padding: 0;
}
header .links li {
display: inline-block;
margin-left: 0.3em;
}
header .links a {
text-decoration: none;
}
header .menu {
position: relative;
display: flex;
flex-direction: row;
align-items: flex-start;
}
header .panel ul {
list-style: none;
padding: 0;
}
header .panel ul.internal {
flex-grow: 1;
}
header .panel a {
text-decoration: none;
}
header .panel > * {
margin-bottom: 1em;
}
/* Deal with padding: */
header .links,
header .menu {
padding: 2em;
}
#toggle-menu {
display: none;
}
header .menu .panel {
margin: 0;
line-height: 1.6em;
font-size: 1.2em;
display: flex;
flex-direction: column;
justify-content: center;
padding: 6em 5em 2em;
position: fixed;
background: white;
box-shadow: var(--box-shadow);
top: 0;
left: 0;
bottom: 0;
transform: translate(calc(-100% - 10px));
transition: var(--transition);
}
#toggle-menu + .menu label {
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
background: #ffffff;
padding: 0.3em;
transform: translate(-0.3em, -0.3em);
}
#toggle-menu:checked + .menu .panel {
transform: translate(0%);
}
#toggle-menu:checked + .menu label .show-menu,
#toggle-menu:not(:checked) + .menu label .hide-menu {
display: none;
}
a {
color: black;
transition: var(--transition);
}
a:hover {
color: var(--dark-grey);
}
.button {
display: inline-block;
text-decoration: none;
padding: 1em;
background: var(--dark-grey);
color: white !important;
transition: var(--transition);
text-align: center;
font-size: 1em;
border: none;
outline: none;
cursor: pointer;
}
.button:not([disabled]):hover {
opacity: var(--hover-opacity);
}
.button.button-light {
box-sizing: border-box;
background: white;
border: 1px solid var(--dark-grey);
color: black !important;
}
.button[disabled] {
color: var(--dark-grey) !important;
border-color: var(--grey);
cursor: default;
}
.with-logo {
text-decoration: none;
position: relative;
}
.with-logo img {
position: absolute;
margin-right: 0.2em;
right: 100%;
bottom: -0.15em;
height: 110%;
}
/**
* MAIN CONTENT:
* *************
*/
main {
padding: 2em var(--grid-h-padding);
flex-grow: 1;
}
main > section {
margin: auto auto 3em;
max-width: var(--grid-size);
}
main section.title {
font-size: 1.4em;
max-width: var(--title-size);
margin: auto;
min-height: 70vh;
display: flex;
flex-direction: column;
justify-content: center;
}
main section.title h1 {
font-size: 1.7em;
margin: 0.5em 0;
}
main section.showcase {
position: relative;
max-width: var(--showcase-width);
}
main section.showcase .wrapper {
position: relative;
box-shadow: 0 0 8px var(--grey);
box-sizing: border-box;
margin-bottom: 0.5em;
}
main section.showcase .wrapper,
main section.showcase iframe {
width: 100%;
height: var(--showcase-height);
max-height: var(--showcase-max-height);
overflow: hidden;
}
main section.showcase iframe {
border: none;
}
main section.showcase .caption {
font-size: 0.8em;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: baseline;
}
main section.showcase .caption .button {
padding: 0.5em;
}
main section.showcase .caption a {
white-space: nowrap;
margin-right: 1em;
}
main section.showcase .overlay {
position: absolute;
inset: 0;
color: white;
padding: 3em;
font-size: 1.5em;
display: flex;
flex-direction: column;
justify-content: center;
cursor: pointer;
background: #ffffff66;
transition: var(--transition);
overflow: hidden;
}
main section.showcase .overlay:hover {
background: #ffffff99;
}
main section.showcase .overlay.hide {
display: none;
}
main section.showcase .overlay h2 {
margin: 0 0 1px;
}
main section.showcase .overlay .bg {
display: inline-block;
padding: 4px 8px;
background: #666666dd;
}
main section.showcase .overlay:hover .bg {
background: #666666;
}
main #architecture .schema {
display: flex;
flex-direction: row;
justify-content: center;
max-width: 60%;
margin: 3em auto auto;
}
main #architecture .schema img {
height: 4em;
}
main #architecture .schema > span {
height: 1.5em;
line-height: 1.5em;
font-size: 3em;
margin: 0 0.5em;
}
main #quickstart .options pre {
display: inline-block;
padding: 0.5em 1em;
margin: 0;
}
main #quickstart .options code::before {
content: "> ";
user-select: none;
}
main #usecases .usecase {
align-items: center;
justify-content: space-between;
margin-bottom: 1em;
}
main #usecases .usecase:nth-child(2n + 1) {
flex-direction: row-reverse;
}
main #usecases .thumbnail {
display: block;
height: 400px;
overflow: hidden;
box-shadow: 0 0 8px var(--dark-grey);
}
main #usecases .thumbnail > div {
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transition: var(--transition);
}
main #usecases .thumbnail:hover > div {
transform: scale(1.1);
}
main #faq ul {
padding: 0;
list-style: none;
}
main #faq h3 {
margin-top: 2.4em;
margin-bottom: 0;
}
main #faq p {
margin-top: 0.5em;
}
/**
* FOOTER:
* *******
*/
footer {
padding: 2em var(--grid-h-padding);
max-width: var(--grid-size);
margin: auto;
}
footer ul {
list-style: none;
padding: 0;
}
/**
* RESPONSIVENESS:
* ***************
*/
@media (max-width: 768px) {
body {
font-size: 1em;
}
.row {
display: block;
}
/* Deal with padding: */
header .links,
header .menu {
padding: 1em;
}
header .menu .panel {
padding: 6em 4em 2em;
}
#toggle-menu:checked + .menu .panel {
background: #ffffffee;
width: 100vw;
border: none;
margin: auto;
}
#toggle-menu:checked ~ .links {
display: none;
}
main,
footer {
max-width: 100%;
}
main section.title {
max-width: 100%;
padding-left: 3em;
min-height: 50vh;
font-size: 1.2em;
}
main section.showcase .overlay {
font-size: 1em;
}
main #architecture .schema {
display: block;
max-width: 100%;
text-align: center;
}
main #architecture .schema img {
height: 4em;
}
main #architecture .schema > div {
max-width: 60%;
margin: auto;
}
main #architecture .schema > span {
display: block;
text-align: center;
}
} | 0.454956 | 0.117142 |
.cake_container{
position: absolute;
width: 100%;
height: 200px;
text-align: center;
}
.cake {
position: absolute;
margin:auto;
margin-top: -80px;
left: 50%;
margin-left: -375px;
width: 750px;
height: 900px;
}
.plate {
position: absolute;
bottom: -30px;
left: -30px;
width: 810px;
height: 330px;
background-color: #ccc;
border-radius: 50%;
box-shadow: 0 6px 0 #b3b3b3, 0 12px 0 #b3b3b3, 0 15px 120px rgba(0, 0, 0, 0.5);
}
.cake > * {
position: absolute;
}
.layer {
position: absolute;
width: 750px;
height: 300px;
border-radius: 50%;
display: block;
background-color: #553c13;
/*
box-shadow:
0 6px 0px #6a4b18,
0 12px 0px #33240b,
0 18px 0px #32230b,
0 24px 0px #31230b,
0 30px 0px #30220b,
0 36px 0px #2f220b,
0 42px 0px #2f210a,
0 48px 0px #2e200a,
0 54px 0px #2d200a,
0 60px 0px #2c1f0a,
0 66px 0px #2b1f0a,
0 72px 0px #2a1e09,
0 78px 0px #2a1d09,
0 84px 0px #291d09,
0 90px 0px #281c09;
*/
box-shadow:
0 6px 0px #6a4b18,
0 12px 0px #33240b,
0 18px 0px #32230b,
0 24px 0px #31230b,
0 30px 0px #30220b,
0 36px 0px #2f220b,
0 42px 0px #2f210a,
0 48px 0px #2e200a,
0 54px 0px #95dab6,
0 60px 0px #dc8580,
0 66px 0px #7f87b2,
0 72px 0px #83b2d0,
0 78px 0px #2a1d09,
0 84px 0px #291d09,
0 90px 0px #281c09;
}
.imjoking_content{
font-family: 'Comfortaa';
font-size: 24px;
}
.heartfelt_content{
font-family: "Mar<NAME>", serif; /* 'Montez', serif; */
font-size: 32px;
}
.layer1{
top: 0px;
}
.content_l1{
top: 370px;
opacity:0;
}
.layer2{
top: 99px;
}
.content_l2{
text-align:center;
top: 1600px;
width: 750px;
left: 50%;
margin-left: -375px;
opacity:0;
}
.layer3{
top: 198px;
}
.content_l3{
text-align:center;
top: 2300px;
width: 500px;
left: 50%;
margin-left: -250px;
opacity:0;
}
.layer4{
top: 297px;
}
.content_l4{
text-align:center;
top: 2900px;
width: 750px;
left: 50%;
margin-left: -375px;
opacity:0;
}
.layer5{
top: 396px;
}
.content_l5{
text-align:center;
top: 3600px;
width: 750px;
left: 50%;
margin-left:-375px;
opacity:0;
}
.layer6{
top: 495px;
}
.icing {
top: 6px;
left: 15px;
background-color: #f0e4d0;
width: 720px;
height: 290px;
border-radius: 50%;
}
.icing:before {
content: "";
position: absolute;
top: 12px;
right: 15px;
bottom: 18px;
left: 15px;
background-color: #f4ebdc;
box-shadow: 0 0 12px #f6efe3, 0 0 12px #f6efe3, 0 0 12px #f6efe3;
border-radius: 50%;
z-index: 1;
}
.drip {
display: block;
width: 150px;
height: 180px;
border-bottom-left-radius: 75px;
border-bottom-right-radius: 75px;
background-color: #f0e4d0;
}
.drip1 {
top: 159px;
left: 15px;
transform: skewY(15deg);
height: 144px;
width: 120px;
}
.drip2 {
top: 207px;
left: 543px;
transform: skewY(-15deg);
}
.drip3 {
top: 162px;
left: 270px;
width: 240px;
border-bottom-left-radius: 120px;
border-bottom-right-radius: 120px;
}
.candle {
background-color: #7B020B;
width: 48px;
height: 150px;
border-radius: 24px / 16px;
top: -60px;
left: 50%;
margin-left: -10px;
z-index: 10;
}
.candle:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 48px;
height: 24px;
border-radius: 50%;
background-color: #ad030f;
}
.flame {
position: absolute;
background-color: orange;
width: 45px;
height: 105px;
border-radius: 30px 30px 30px 30px / 75px 75px 30px 30px;
top: -102px;
left: 50%;
margin-left: -22.5px;
z-index: 10;
box-shadow: 0 0 30px rgba(255, 165, 0, 0.5), 0 0 60px rgba(255, 165, 0, 0.5), 0 0 180px rgba(255, 165, 0, 0.5), 0 0 80px rgba(255, 165, 0, 0.5);
transform-origin: 50% 90%;
animation: flicker 1s ease-in-out alternate infinite;
}
@keyframes flicker {
0% {
transform: skewX(5deg);
box-shadow: 0 0 30px rgba(255, 165, 0, 0.2), 0 0 60px rgba(255, 165, 0, 0.2), 0 0 180px rgba(255, 165, 0, 0.2), 0 0 240px rgba(255, 165, 0, 0.2);
}
25% {
transform: skewX(-5deg);
box-shadow: 0 0 30px rgba(255, 165, 0, 0.5), 0 0 60px rgba(255, 165, 0, 0.5), 0 0 180px rgba(255, 165, 0, 0.5), 0 0 240px rgba(255, 165, 0, 0.5);
}
50% {
transform: skewX(10deg);
box-shadow: 0 0 30px rgba(255, 165, 0, 0.3), 0 0 60px rgba(255, 165, 0, 0.3), 0 0 180px rgba(255, 165, 0, 0.3), 0 0 240px rgba(255, 165, 0, 0.3);
}
75% {
transform: skewX(-10deg);
box-shadow: 0 0 30px rgba(255, 165, 0, 0.4), 0 0 60px rgba(255, 165, 0, 0.4), 0 0 180px rgba(255, 165, 0, 0.4), 0 0 240px rgba(255, 165, 0, 0.4);
}
100% {
transform: skewX(5deg);
box-shadow: 0 0 30px rgba(255, 165, 0, 0.5), 0 0 60px rgba(255, 165, 0, 0.5), 0 0 180px rgba(255, 165, 0, 0.5), 0 0 240px rgba(255, 165, 0, 0.5);
}
}
.part1{
transform: translate(0, 1100px);
transition-duration: 2s;
}
.part2{
transform: translate(0, 1750px);
transition-duration: 2s;
}
.part3{
transform: translate(0, 2200px);
transition-duration: 2s;
}
.part4{
transform: translate(0, 2800px);
transition-duration: 2s;
}
.part5{
transform: translate(0, 3400px);
transition-duration: 2s;
}
.displaycontent{
animation: fadeIn ease 1s;
animation-delay: 2s;
animation-fill-mode: forwards;
}
.fadeinContent{
animation: fadeIn ease 1s;
animation-fill-mode: forwards;
}
.evaporateContent{
animation: fadeOut ease 1s;
animation-fill-mode: forwards;
}
@keyframes fadeIn{
0%{
opacity:0;
}
100%{
opacity:1;
}
}
@keyframes fadeOut{
0%{
opacity:1;
}
100%{
opacity:0;
}
} | cake.css | .cake_container{
position: absolute;
width: 100%;
height: 200px;
text-align: center;
}
.cake {
position: absolute;
margin:auto;
margin-top: -80px;
left: 50%;
margin-left: -375px;
width: 750px;
height: 900px;
}
.plate {
position: absolute;
bottom: -30px;
left: -30px;
width: 810px;
height: 330px;
background-color: #ccc;
border-radius: 50%;
box-shadow: 0 6px 0 #b3b3b3, 0 12px 0 #b3b3b3, 0 15px 120px rgba(0, 0, 0, 0.5);
}
.cake > * {
position: absolute;
}
.layer {
position: absolute;
width: 750px;
height: 300px;
border-radius: 50%;
display: block;
background-color: #553c13;
/*
box-shadow:
0 6px 0px #6a4b18,
0 12px 0px #33240b,
0 18px 0px #32230b,
0 24px 0px #31230b,
0 30px 0px #30220b,
0 36px 0px #2f220b,
0 42px 0px #2f210a,
0 48px 0px #2e200a,
0 54px 0px #2d200a,
0 60px 0px #2c1f0a,
0 66px 0px #2b1f0a,
0 72px 0px #2a1e09,
0 78px 0px #2a1d09,
0 84px 0px #291d09,
0 90px 0px #281c09;
*/
box-shadow:
0 6px 0px #6a4b18,
0 12px 0px #33240b,
0 18px 0px #32230b,
0 24px 0px #31230b,
0 30px 0px #30220b,
0 36px 0px #2f220b,
0 42px 0px #2f210a,
0 48px 0px #2e200a,
0 54px 0px #95dab6,
0 60px 0px #dc8580,
0 66px 0px #7f87b2,
0 72px 0px #83b2d0,
0 78px 0px #2a1d09,
0 84px 0px #291d09,
0 90px 0px #281c09;
}
.imjoking_content{
font-family: 'Comfortaa';
font-size: 24px;
}
.heartfelt_content{
font-family: "Mar<NAME>", serif; /* 'Montez', serif; */
font-size: 32px;
}
.layer1{
top: 0px;
}
.content_l1{
top: 370px;
opacity:0;
}
.layer2{
top: 99px;
}
.content_l2{
text-align:center;
top: 1600px;
width: 750px;
left: 50%;
margin-left: -375px;
opacity:0;
}
.layer3{
top: 198px;
}
.content_l3{
text-align:center;
top: 2300px;
width: 500px;
left: 50%;
margin-left: -250px;
opacity:0;
}
.layer4{
top: 297px;
}
.content_l4{
text-align:center;
top: 2900px;
width: 750px;
left: 50%;
margin-left: -375px;
opacity:0;
}
.layer5{
top: 396px;
}
.content_l5{
text-align:center;
top: 3600px;
width: 750px;
left: 50%;
margin-left:-375px;
opacity:0;
}
.layer6{
top: 495px;
}
.icing {
top: 6px;
left: 15px;
background-color: #f0e4d0;
width: 720px;
height: 290px;
border-radius: 50%;
}
.icing:before {
content: "";
position: absolute;
top: 12px;
right: 15px;
bottom: 18px;
left: 15px;
background-color: #f4ebdc;
box-shadow: 0 0 12px #f6efe3, 0 0 12px #f6efe3, 0 0 12px #f6efe3;
border-radius: 50%;
z-index: 1;
}
.drip {
display: block;
width: 150px;
height: 180px;
border-bottom-left-radius: 75px;
border-bottom-right-radius: 75px;
background-color: #f0e4d0;
}
.drip1 {
top: 159px;
left: 15px;
transform: skewY(15deg);
height: 144px;
width: 120px;
}
.drip2 {
top: 207px;
left: 543px;
transform: skewY(-15deg);
}
.drip3 {
top: 162px;
left: 270px;
width: 240px;
border-bottom-left-radius: 120px;
border-bottom-right-radius: 120px;
}
.candle {
background-color: #7B020B;
width: 48px;
height: 150px;
border-radius: 24px / 16px;
top: -60px;
left: 50%;
margin-left: -10px;
z-index: 10;
}
.candle:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 48px;
height: 24px;
border-radius: 50%;
background-color: #ad030f;
}
.flame {
position: absolute;
background-color: orange;
width: 45px;
height: 105px;
border-radius: 30px 30px 30px 30px / 75px 75px 30px 30px;
top: -102px;
left: 50%;
margin-left: -22.5px;
z-index: 10;
box-shadow: 0 0 30px rgba(255, 165, 0, 0.5), 0 0 60px rgba(255, 165, 0, 0.5), 0 0 180px rgba(255, 165, 0, 0.5), 0 0 80px rgba(255, 165, 0, 0.5);
transform-origin: 50% 90%;
animation: flicker 1s ease-in-out alternate infinite;
}
@keyframes flicker {
0% {
transform: skewX(5deg);
box-shadow: 0 0 30px rgba(255, 165, 0, 0.2), 0 0 60px rgba(255, 165, 0, 0.2), 0 0 180px rgba(255, 165, 0, 0.2), 0 0 240px rgba(255, 165, 0, 0.2);
}
25% {
transform: skewX(-5deg);
box-shadow: 0 0 30px rgba(255, 165, 0, 0.5), 0 0 60px rgba(255, 165, 0, 0.5), 0 0 180px rgba(255, 165, 0, 0.5), 0 0 240px rgba(255, 165, 0, 0.5);
}
50% {
transform: skewX(10deg);
box-shadow: 0 0 30px rgba(255, 165, 0, 0.3), 0 0 60px rgba(255, 165, 0, 0.3), 0 0 180px rgba(255, 165, 0, 0.3), 0 0 240px rgba(255, 165, 0, 0.3);
}
75% {
transform: skewX(-10deg);
box-shadow: 0 0 30px rgba(255, 165, 0, 0.4), 0 0 60px rgba(255, 165, 0, 0.4), 0 0 180px rgba(255, 165, 0, 0.4), 0 0 240px rgba(255, 165, 0, 0.4);
}
100% {
transform: skewX(5deg);
box-shadow: 0 0 30px rgba(255, 165, 0, 0.5), 0 0 60px rgba(255, 165, 0, 0.5), 0 0 180px rgba(255, 165, 0, 0.5), 0 0 240px rgba(255, 165, 0, 0.5);
}
}
.part1{
transform: translate(0, 1100px);
transition-duration: 2s;
}
.part2{
transform: translate(0, 1750px);
transition-duration: 2s;
}
.part3{
transform: translate(0, 2200px);
transition-duration: 2s;
}
.part4{
transform: translate(0, 2800px);
transition-duration: 2s;
}
.part5{
transform: translate(0, 3400px);
transition-duration: 2s;
}
.displaycontent{
animation: fadeIn ease 1s;
animation-delay: 2s;
animation-fill-mode: forwards;
}
.fadeinContent{
animation: fadeIn ease 1s;
animation-fill-mode: forwards;
}
.evaporateContent{
animation: fadeOut ease 1s;
animation-fill-mode: forwards;
}
@keyframes fadeIn{
0%{
opacity:0;
}
100%{
opacity:1;
}
}
@keyframes fadeOut{
0%{
opacity:1;
}
100%{
opacity:0;
}
} | 0.482429 | 0.10217 |
.commit-list>.head {
position: relative;
}
.commit-list>.head>* {
margin-bottom: 20px;
}
.commit-list>.head>.operations>* {
margin-right: 16px;
color: #444;
}
.commit-list>.head>.operations>*:last-child {
margin-right: 0;
}
.commit-list>.body {
position: relative;
}
.commit-list>.body .no-commits {
font-size: 16px;
}
.commit-list>.body>ul>li {
padding: 4px 8px;
position: relative;
}
.commit-list>.body li.commit>.avatar {
left: 8px;
top: 8px;
position: absolute;
}
.commit-list>.body .label {
margin-right: 8px;
}
.commit-list>.body .summary a {
font-weight: bold;
font-size: 15px;
line-height: 12px;
}
.commit-list>.body .commit>.detail {
padding-left: 48px;
padding-right: 180px;
word-break: break-all;
}
.commit-list>.body .commit.with-status>.detail {
padding-right: 240px;
}
.commit-list>.body .commit>.actions {
position: absolute;
right: 8px;
top: 8px;
}
.commit-list>.body li.commit:hover, .commit-list>.body li.commit.hover {
background: #F7ECB9;
}
.commit-list>.body .commit-message .highlight {
background: yellow;
}
.commit-list>.body li.commit .contribution {
font-size: 12px;
}
.commit-list>.body .message-and-labels {
margin-bottom: 4px;
}
.commit-list>.body .message-and-labels .commit-message {
margin-right: 8px;
}
.commit-list>.body .commit>.actions>span {
margin-left: 4px;
}
.commit-list>.body>.list {
margin-bottom: 0;
}
.commit-list>.foot {
text-align: center;
}
.commit-list>.foot>.alert, .commit-list>.foot>.btn {
margin-top: 12px;
margin-bottom: 0;
}
.commit-list li.date {
font-size: 18px;
margin-top: 12px;
text-align: left;
border-bottom: 1px solid #EEE;
}
.commit-graph {
position: absolute;
top: 0;
}
.commit-dot {
fill: #53a8fd;
stroke: #53a8fd;
}
.commit-line {
stroke-width: 1px;
stroke: #53a8fd;
fill: none;
}
.commit-dot-color1 {
fill: #53a8fd;
stroke: #53a8fd;
}
.commit-line-color1 {
stroke: #53a8fd;
}
.commit-dot-color2 {
fill: #09c112;
stroke: #09c112;
}
.commit-line-color2 {
stroke: #09c112;
}
.commit-dot-color3 {
fill: #ff4242;
stroke: #ff4242;
}
.commit-line-color3 {
stroke: #ff4242;
}
.commit-dot-color4 {
fill: #0252a2;
stroke: #0252a2;
}
.commit-line-color4 {
stroke: #0252a2;
}
.commit-dot-color5 {
fill: #056d0b;
stroke: #056d0b;
}
.commit-line-color5 {
stroke: #056d0b;
}
.commit-dot-color6 {
fill: #b00000;
stroke: #b00000;
}
.commit-line-color6 {
stroke: #b00000;
}
.commit-dot-color7 {
fill: #af29f8;
stroke: #af29f8;
}
.commit-line-color7 {
stroke: #af29f8;
}
.commit-dot-color8 {
fill: #ee6c1e;
stroke: #ee6c1e;
}
.commit-line-color8 {
stroke: #ee6c1e;
}
.commit-dot-color9 {
fill: #ef56cd;
stroke: #ef56cd;
}
.commit-line-color9 {
stroke: #ef56cd;
}
.commit-dot-color10 {
fill: #630596;
stroke: #630596;
}
.commit-line-color10 {
stroke: #630596;
}
.commit-dot-color11 {
fill: #8e4509;
stroke: #8e4509;
}
.commit-line-color11 {
stroke: #8e4509;
}
.commit-dot-color12 {
fill: #9b0f7b;
stroke: #9b0f7b;
}
.commit-line-color12 {
stroke: #9b0f7b;
}
@media(max-width: 991px) {
.commit-list li.commit .hash, .commit-list li.commit .browse {
display: none;
}
.commit-list>.body .commit>.detail {
padding-right: 0;
}
.commit-list>.body .commit.with-status>.detail {
padding-right: 60px;
}
} | server-core/src/main/java/io/onedev/server/web/component/commit/list/commit-list.css | .commit-list>.head {
position: relative;
}
.commit-list>.head>* {
margin-bottom: 20px;
}
.commit-list>.head>.operations>* {
margin-right: 16px;
color: #444;
}
.commit-list>.head>.operations>*:last-child {
margin-right: 0;
}
.commit-list>.body {
position: relative;
}
.commit-list>.body .no-commits {
font-size: 16px;
}
.commit-list>.body>ul>li {
padding: 4px 8px;
position: relative;
}
.commit-list>.body li.commit>.avatar {
left: 8px;
top: 8px;
position: absolute;
}
.commit-list>.body .label {
margin-right: 8px;
}
.commit-list>.body .summary a {
font-weight: bold;
font-size: 15px;
line-height: 12px;
}
.commit-list>.body .commit>.detail {
padding-left: 48px;
padding-right: 180px;
word-break: break-all;
}
.commit-list>.body .commit.with-status>.detail {
padding-right: 240px;
}
.commit-list>.body .commit>.actions {
position: absolute;
right: 8px;
top: 8px;
}
.commit-list>.body li.commit:hover, .commit-list>.body li.commit.hover {
background: #F7ECB9;
}
.commit-list>.body .commit-message .highlight {
background: yellow;
}
.commit-list>.body li.commit .contribution {
font-size: 12px;
}
.commit-list>.body .message-and-labels {
margin-bottom: 4px;
}
.commit-list>.body .message-and-labels .commit-message {
margin-right: 8px;
}
.commit-list>.body .commit>.actions>span {
margin-left: 4px;
}
.commit-list>.body>.list {
margin-bottom: 0;
}
.commit-list>.foot {
text-align: center;
}
.commit-list>.foot>.alert, .commit-list>.foot>.btn {
margin-top: 12px;
margin-bottom: 0;
}
.commit-list li.date {
font-size: 18px;
margin-top: 12px;
text-align: left;
border-bottom: 1px solid #EEE;
}
.commit-graph {
position: absolute;
top: 0;
}
.commit-dot {
fill: #53a8fd;
stroke: #53a8fd;
}
.commit-line {
stroke-width: 1px;
stroke: #53a8fd;
fill: none;
}
.commit-dot-color1 {
fill: #53a8fd;
stroke: #53a8fd;
}
.commit-line-color1 {
stroke: #53a8fd;
}
.commit-dot-color2 {
fill: #09c112;
stroke: #09c112;
}
.commit-line-color2 {
stroke: #09c112;
}
.commit-dot-color3 {
fill: #ff4242;
stroke: #ff4242;
}
.commit-line-color3 {
stroke: #ff4242;
}
.commit-dot-color4 {
fill: #0252a2;
stroke: #0252a2;
}
.commit-line-color4 {
stroke: #0252a2;
}
.commit-dot-color5 {
fill: #056d0b;
stroke: #056d0b;
}
.commit-line-color5 {
stroke: #056d0b;
}
.commit-dot-color6 {
fill: #b00000;
stroke: #b00000;
}
.commit-line-color6 {
stroke: #b00000;
}
.commit-dot-color7 {
fill: #af29f8;
stroke: #af29f8;
}
.commit-line-color7 {
stroke: #af29f8;
}
.commit-dot-color8 {
fill: #ee6c1e;
stroke: #ee6c1e;
}
.commit-line-color8 {
stroke: #ee6c1e;
}
.commit-dot-color9 {
fill: #ef56cd;
stroke: #ef56cd;
}
.commit-line-color9 {
stroke: #ef56cd;
}
.commit-dot-color10 {
fill: #630596;
stroke: #630596;
}
.commit-line-color10 {
stroke: #630596;
}
.commit-dot-color11 {
fill: #8e4509;
stroke: #8e4509;
}
.commit-line-color11 {
stroke: #8e4509;
}
.commit-dot-color12 {
fill: #9b0f7b;
stroke: #9b0f7b;
}
.commit-line-color12 {
stroke: #9b0f7b;
}
@media(max-width: 991px) {
.commit-list li.commit .hash, .commit-list li.commit .browse {
display: none;
}
.commit-list>.body .commit>.detail {
padding-right: 0;
}
.commit-list>.body .commit.with-status>.detail {
padding-right: 60px;
}
} | 0.34798 | 0.051368 |
@import url('https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css');
.a-glow {
font-family: 'Hack';
}
.center {
display: flex;
min-height: 0vh;
height: 100%;
justify-content: Center;
align-items: Center;
flex-direction: column;
}
.a-glow {
width: 250px;
}
.a-glow:focus {outline: none;}
.a-glow {
background-color: #000000;
-webkit-border-radius: 5px;
border-radius: 5px;
border: none;
color: #060921;
cursor: pointer;
display: inline-block;
font-family: 'Hack';
font-size: 20px;
padding: 15px;
text-align: center;
text-decoration: none;
-webkit-animation: glowing 1500ms infinite;
-moz-animation: glowing 1500ms infinite;
-o-animation: glowing 1500ms infinite;
animation: glowing 1500ms infinite;
}
.a-glow:hover {
background-color: #004A7F;
-webkit-border-radius: 5px;
border-radius: 5px;
border: none;
color: #000000;
cursor: pointer;
display: inline-block;
font-family: 'Hack';
font-size: 20px;
padding: 15px;
text-align: center;
text-decoration: underline;
-webkit-animation: glowing 1500ms infinite;
-moz-animation: glowing 1500ms infinite;
-o-animation: glowing 1500ms infinite;
animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
0% { background-color: #c5b1e7; -webkit-box-shadow: 0 0 3px #c5b1e7; }
50% { background-color: #8b64ce; -webkit-box-shadow: 0 0 40px #8b64ce; }
100% { background-color: #c5b1e7; -webkit-box-shadow: 0 0 3px #c5b1e7; }
}
@-moz-keyframes glowing {
0% { background-color: #c5b1e7; -moz-box-shadow: 0 0 3px #c5b1e7; }
50% { background-color: #8b64ce; -moz-box-shadow: 0 0 40px #8b64ce; }
100% { background-color: #c5b1e7; -moz-box-shadow: 0 0 3px #c5b1e7; }
}
@-o-keyframes glowing {
0% { background-color: #c5b1e7; box-shadow: 0 0 3px #c5b1e7; }
50% { background-color: #8b64ce; box-shadow: 0 0 40px #8b64ce; }
100% { background-color: #c5b1e7; box-shadow: 0 0 3px #c5b1e7; }
}
@keyframes glowing {
0% { background-color: #c5b1e7; box-shadow: 0 0 3px #c5b1e7; }
50% { background-color: #8b64ce; box-shadow: 0 0 40px #8b64ce; }
100% { background-color: #c5b1e7; box-shadow: 0 0 3px #c5b1e7; }
}
small {
margin-top: 25px;
color: #c1c1c1;
} | register.css | @import url('https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css');
.a-glow {
font-family: 'Hack';
}
.center {
display: flex;
min-height: 0vh;
height: 100%;
justify-content: Center;
align-items: Center;
flex-direction: column;
}
.a-glow {
width: 250px;
}
.a-glow:focus {outline: none;}
.a-glow {
background-color: #000000;
-webkit-border-radius: 5px;
border-radius: 5px;
border: none;
color: #060921;
cursor: pointer;
display: inline-block;
font-family: 'Hack';
font-size: 20px;
padding: 15px;
text-align: center;
text-decoration: none;
-webkit-animation: glowing 1500ms infinite;
-moz-animation: glowing 1500ms infinite;
-o-animation: glowing 1500ms infinite;
animation: glowing 1500ms infinite;
}
.a-glow:hover {
background-color: #004A7F;
-webkit-border-radius: 5px;
border-radius: 5px;
border: none;
color: #000000;
cursor: pointer;
display: inline-block;
font-family: 'Hack';
font-size: 20px;
padding: 15px;
text-align: center;
text-decoration: underline;
-webkit-animation: glowing 1500ms infinite;
-moz-animation: glowing 1500ms infinite;
-o-animation: glowing 1500ms infinite;
animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
0% { background-color: #c5b1e7; -webkit-box-shadow: 0 0 3px #c5b1e7; }
50% { background-color: #8b64ce; -webkit-box-shadow: 0 0 40px #8b64ce; }
100% { background-color: #c5b1e7; -webkit-box-shadow: 0 0 3px #c5b1e7; }
}
@-moz-keyframes glowing {
0% { background-color: #c5b1e7; -moz-box-shadow: 0 0 3px #c5b1e7; }
50% { background-color: #8b64ce; -moz-box-shadow: 0 0 40px #8b64ce; }
100% { background-color: #c5b1e7; -moz-box-shadow: 0 0 3px #c5b1e7; }
}
@-o-keyframes glowing {
0% { background-color: #c5b1e7; box-shadow: 0 0 3px #c5b1e7; }
50% { background-color: #8b64ce; box-shadow: 0 0 40px #8b64ce; }
100% { background-color: #c5b1e7; box-shadow: 0 0 3px #c5b1e7; }
}
@keyframes glowing {
0% { background-color: #c5b1e7; box-shadow: 0 0 3px #c5b1e7; }
50% { background-color: #8b64ce; box-shadow: 0 0 40px #8b64ce; }
100% { background-color: #c5b1e7; box-shadow: 0 0 3px #c5b1e7; }
}
small {
margin-top: 25px;
color: #c1c1c1;
} | 0.259263 | 0.097691 |
@charset "utf-8";
/* CSS Document */
#container{
background:rgba(255,255,255,0.75);
}
#main{
width:62%;
padding-top:10px;
position:relative;
}
/********************見出し********************/
#container h2{
position:relative;
width:98%;
padding-bottom:8%;
margin:2% 1% 2%;
background:url(../img/common/title_bg_s.png) no-repeat;
background-size:contain;
}
#container h2 span{
position:absolute;
display:inline-block;
width:100%;
height:100%;
top:0;
text-align:center;
font-size:24px;
font-weight:700;
line-height:3.3333em;
color:#ffffff;
}
#container h3{
position:relative;
margin-bottom:0.5em;
padding-left:0.8333em;
font-size:28px;
font-weight:500;
line-height:1.4285em;
color:#51aa86;
}
#container h3::before{
content:"";
position:absolute;
top:0;
left:0;
display:block;
width:0.1785em;
height:1.4285em;
background-color:#b8b8b8;
}
#container h3::after{
content:"";
position:absolute;
top:0;
left:0;
display:block;
width:0.1785em;
height:0.3571em;
background-color:#4b8f73;
}
#container h4{
position:relative;
margin-bottom:0.625em;
padding-left:1.125em;
font-size:16px;
font-weight:700;
line-height:1em;
color:#51aa86;
}
#container h4::before{
content:"";
position:absolute;
top:0.34375em;
left:0.3125em;
display:block;
width:0.625em;
height:0.3125em;
background-color:#b8b8b8;
}
#container .bgGreen{
width:100%;
height:2.22em;
font-size:18px;
line-height:2.22em;
margin-bottom:1.38em;
background:url(../img/common/title_bg04.png) no-repeat 0 0;
background-size:100% auto;
color:#ffffff;
}
#container .bgGreen span{
font-size:88.88%;
}
#container .bgGreen::before{
content:none;
}
#container .cenTitle{
text-align:center;
color:#737373;
font-weight:700;
}
#container .bgGreen::before{
content:none;
}
/********************/見出し********************/
/********************テーブル********************/
.table01, .table02{
width:100%;
}
.table01 th{
background-color:#51aa86;
border-right:solid 1px #b8dccd;
text-align:center;
vertical-align:middle;
font-weight:700;
line-height:1.875em;
color:#ffffff;
}
.table01 td{
padding:0.625em;
border-bottom:solid 1px #51aa86;
line-height:1.625em;
}
.table02 th{
padding:1em 0;
background-color:#51aa86;
border-right:solid 1px #d3d3d3;
border-bottom:solid 1px #d3d3d3;
text-align:center;
vertical-align:middle;
font-weight:700;
line-height:2em;
color:#ffffff;
}
.table02 td{
padding:1em 0.36em;
text-align:center;
vertical-align:middle;
background-color:#ffffff;
border-right:solid 1px #d3d3d3;
border-bottom:solid 1px #d3d3d3;
color:#51aa86;
font-weight:700;
}
/*.table02 td:last-of-type{
border-right:none;
}
*/
table .w200{width:32.25%;}
table .w80{width:12.9%;}
table .w90{width:14.51%;}
table .w100{width:16.13%;}
table .w2item{width:43.548%;}
table .w3item{width:29.032%;}
table .w4item{width:21.774%;}
table .w5item{width:17.419%;}
table .w6item{width:14.516%;}
table .brN{
border-right:none;
}
table .bbN{
border-bottom:none;
}
table td.taC{
text-align:center;
}
table td.taR{
text-align:right;
}
table td.vaM{
vertical-align:middle;
}
table .bcDG{
background-color:#6f9887;
}
/********************/テーブル********************/
/********************テキスト********************/
#main p{
margin-left:0.5em;
margin-right:0.5em;
line-height:2.25em;
}
/*************ENGLISH**************/
.eng #main p{
line-height:1.8em;
}
/*************/ENGLISH**************/
#main p.reset{
margin-left:inherit;
margin-right:inherit;
line-height:inherit;
}
#main .copy{
text-align:center;
font-weight:900;
}
/********************/テキスト********************/
/********************ページナビ********************/
#pageNavi{
display:-webkit-flex; display:flex;
-webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#pageNavi li{
width:33.3333%;
width:calc(100% / 3);
padding-right:1.6129%;
padding-bottom:0.625em;
}
#pageNavi li:nth-of-type(3n){
margin-right:0;
}
#pageNavi li a{
position:relative;
display:block;
width:100%;
height:3.75em;
padding-right:1.2em;
border:solid 1px #51aa86;
border-radius:1.875em;
background-color:#ffffff;
text-align:center;
line-height:3.5em;
color:#51aa86;
font-weight:500;
}
#pageNavi li a::after{
content:"";
position:absolute;
display:block;
width:0.75em;
height:0.75em;
top:1.5em;
right:1.875em;
border-top: 1px solid #51aa86;
border-right: 1px solid #51aa86;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#pageNavi li a:hover{
background-color:#51aa86;
color:#ffffff;
}
#pageNavi li a:hover::after{
border-color:#ffffff;
}
#pageNavi.self li a::after{
top:1.25em;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
/********************/ページナビ********************/
/********************リスト********************/
.ulGreCir li{
position:relative;
padding-left:1.875em;
padding-right:1em;
margin-bottom:1em;
}
.ulGreCir li:before{
content:"";
position:absolute;
top:0.4375em;
left:1em;
display:block;
width:0.625em;
height:0.625em;
border-radius:0.3125em;
border:solid 3px #51aa86;
box-sizing:border-box;
}
.ulGreCir li h5{
font-weight:500;
color:#51aa86;
}
/********************/リスト********************/
/********************ボタン********************/
.greenBtn, .redBtn{
width:100%;
display:table;
}
.greenBtn a{
position:relative;
display:table-cell;
width:100%;
height:60px;
background-color:#ffffff;
border:solid 1px #51aa86;
border-left-width:10px;
font-size:18px;
font-weight:500;
color:#51aa86;
text-align:center;
vertical-align:middle;
}
.greenBtn .iconClone2{display:block; height:1em; width:1em; position:absolute; top:1.165em; right:1.11em;}
.greenBtn .iconClone2:before, .greenBtn .iconClone2:after{content:''; display:block; position:absolute; background-color:#51aa86; height:0.55em; width:0.55em; border:solid 1px #fff;}
.greenBtn .iconClone2:after{top:0.05em; left:0.2em;}
.greenBtn .iconClone2:before{top:0.25em; left:0.05em;}
.greenBtn a:hover{background-color:#51aa86; color:#ffffff;}
.greenBtn a:hover .iconClone2:before, .greenBtn a:hover .iconClone2:after{background-color:#ffffff; border:solid 1px #51aa86;}
.redBtn a{
position:relative;
display:table-cell;
width:100%;
height:60px;
background-color:#ffffff;
border:solid 1px #e44848;
border-left-width:10px;
font-size:18px;
font-weight:500;
color:#e44848;
text-align:center;
vertical-align:middle;
}
.redBtn .iconClone2{display:block; height:1em; width:1em; position:absolute; top:1.165em; right:1.11em;}
.redBtn .iconClone2 span{display:block; position:absolute; top:0; right:0.1em; width:0.3em; height:0.2em; background-color:#e44848; z-index:10;}
.redBtn .iconClone2:before, .redBtn .iconClone2:after{content:''; display:block; position:absolute; background-color:#e44848; height:0.55em; width:0.77em; border:solid 1px #fff;}
.redBtn .iconClone2:after{top:0.05em; left:0.2em;}
.redBtn .iconClone2:before{top:0.25em; left:0;}
.redBtn a:hover{background-color:#e44848; color:#ffffff;}
.redBtn a:hover .iconClone2:before, .redBtn a:hover .iconClone2:after{background-color:#ffffff; border:solid 1px #e44848;}
.redBtn a:hover .iconClone2 span{background-color:#ffffff}
.btnBigG{
width:88.88%;
margin-left:auto;
margin-right:auto;
}
.btnBigG a{
position:relative;
display:block;
width:100%;
height:3.75em;
padding-right:1.2em;
border:solid 1px #51aa86;
border-radius:1.875em;
background-color:#ffffff;
text-align:center;
line-height:3.5em;
color:#51aa86;
font-weight:500;
}
.btnBigG a::after{
content:"";
position:absolute;
display:block;
width:0.75em;
height:0.75em;
top:1.5em;
right:1.875em;
border-top: 1px solid #51aa86;
border-right: 1px solid #51aa86;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.btnBigG a:hover{
background-color:#51aa86;
color:#ffffff;
}
.btnBigG a:hover::after{
border-color:#ffffff;
}
/********************/ボタン********************/
/********************TOPへ戻る********************/
.goTop{
float:right;
position:relative;
display:block;
width:10em;
height:2.5em;
margin-top:3em;
margin-bottom:2.5em;
padding-right:1em;
border:solid 1px #51aa86;
border-radius:1.25em;
background-color:#ffffff;
text-align:center;
font-size:75%;
line-height:2.4em;
color:#51aa86;
font-weight:300;
}
.goTop::after{
content:"";
position:absolute;
display:block;
width:0.6em;
height:0.6em;
top:1em;
right:1em;
border-top: 1px solid #51aa86;
border-right: 1px solid #51aa86;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.goTop:hover{
background-color:#51aa86;
color:#ffffff;
}
.goTop:hover::after{
border-color:#ffffff;
}
/********************/TOPへ戻る********************/
/********************ボーダー********************/
.bbDo{
border-bottom:dotted 1px #615f5f;
}
/********************/ボーダー********************/
/********************マージン********************/
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mr20{margin-right:20px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pb30{padding-bottom:30px;}
/********************/マージン********************/
.w250{
width:40.32%;
overflow:hidden;
}
.w280{
width:45.16%;
overflow:hidden;
}
.w320{
width:51.61%;
overflow:hidden;
}
.w350{
width:56.45%;
overflow:hidden;
}
@media print, screen and (max-width: 999px){
#container h2 span{
font-size:2.4vw;
}
#main{
padding-top:1vw;
}
#container h3{
font-size:2.8vw;
}
#container .bgGreen{
font-size:1.8vw;
}
.greenBtn a, .redBtn a{
font-size:1.8vw;
height:6vw;
}
.mt10{margin-top:1vw;}
.mb10{margin-bottom:1vw;}
.mb20{margin-bottom:2vw;}
.mb30{margin-bottom:3vw;}
.mb40{margin-bottom:4vw;}
.mb50{margin-bottom:5vw;}
.mr20{margin-right:2vw;}
.pt10{padding-top:1vw;}
.pt20{padding-top:2vw;}
.pt30{padding-top:3vw;}
.pb30{padding-bottom:3vw;}
#pageNavi li a{
width:20vw;
height:6vw;
}
} | 12_wordCloud/css/common.css | @charset "utf-8";
/* CSS Document */
#container{
background:rgba(255,255,255,0.75);
}
#main{
width:62%;
padding-top:10px;
position:relative;
}
/********************見出し********************/
#container h2{
position:relative;
width:98%;
padding-bottom:8%;
margin:2% 1% 2%;
background:url(../img/common/title_bg_s.png) no-repeat;
background-size:contain;
}
#container h2 span{
position:absolute;
display:inline-block;
width:100%;
height:100%;
top:0;
text-align:center;
font-size:24px;
font-weight:700;
line-height:3.3333em;
color:#ffffff;
}
#container h3{
position:relative;
margin-bottom:0.5em;
padding-left:0.8333em;
font-size:28px;
font-weight:500;
line-height:1.4285em;
color:#51aa86;
}
#container h3::before{
content:"";
position:absolute;
top:0;
left:0;
display:block;
width:0.1785em;
height:1.4285em;
background-color:#b8b8b8;
}
#container h3::after{
content:"";
position:absolute;
top:0;
left:0;
display:block;
width:0.1785em;
height:0.3571em;
background-color:#4b8f73;
}
#container h4{
position:relative;
margin-bottom:0.625em;
padding-left:1.125em;
font-size:16px;
font-weight:700;
line-height:1em;
color:#51aa86;
}
#container h4::before{
content:"";
position:absolute;
top:0.34375em;
left:0.3125em;
display:block;
width:0.625em;
height:0.3125em;
background-color:#b8b8b8;
}
#container .bgGreen{
width:100%;
height:2.22em;
font-size:18px;
line-height:2.22em;
margin-bottom:1.38em;
background:url(../img/common/title_bg04.png) no-repeat 0 0;
background-size:100% auto;
color:#ffffff;
}
#container .bgGreen span{
font-size:88.88%;
}
#container .bgGreen::before{
content:none;
}
#container .cenTitle{
text-align:center;
color:#737373;
font-weight:700;
}
#container .bgGreen::before{
content:none;
}
/********************/見出し********************/
/********************テーブル********************/
.table01, .table02{
width:100%;
}
.table01 th{
background-color:#51aa86;
border-right:solid 1px #b8dccd;
text-align:center;
vertical-align:middle;
font-weight:700;
line-height:1.875em;
color:#ffffff;
}
.table01 td{
padding:0.625em;
border-bottom:solid 1px #51aa86;
line-height:1.625em;
}
.table02 th{
padding:1em 0;
background-color:#51aa86;
border-right:solid 1px #d3d3d3;
border-bottom:solid 1px #d3d3d3;
text-align:center;
vertical-align:middle;
font-weight:700;
line-height:2em;
color:#ffffff;
}
.table02 td{
padding:1em 0.36em;
text-align:center;
vertical-align:middle;
background-color:#ffffff;
border-right:solid 1px #d3d3d3;
border-bottom:solid 1px #d3d3d3;
color:#51aa86;
font-weight:700;
}
/*.table02 td:last-of-type{
border-right:none;
}
*/
table .w200{width:32.25%;}
table .w80{width:12.9%;}
table .w90{width:14.51%;}
table .w100{width:16.13%;}
table .w2item{width:43.548%;}
table .w3item{width:29.032%;}
table .w4item{width:21.774%;}
table .w5item{width:17.419%;}
table .w6item{width:14.516%;}
table .brN{
border-right:none;
}
table .bbN{
border-bottom:none;
}
table td.taC{
text-align:center;
}
table td.taR{
text-align:right;
}
table td.vaM{
vertical-align:middle;
}
table .bcDG{
background-color:#6f9887;
}
/********************/テーブル********************/
/********************テキスト********************/
#main p{
margin-left:0.5em;
margin-right:0.5em;
line-height:2.25em;
}
/*************ENGLISH**************/
.eng #main p{
line-height:1.8em;
}
/*************/ENGLISH**************/
#main p.reset{
margin-left:inherit;
margin-right:inherit;
line-height:inherit;
}
#main .copy{
text-align:center;
font-weight:900;
}
/********************/テキスト********************/
/********************ページナビ********************/
#pageNavi{
display:-webkit-flex; display:flex;
-webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#pageNavi li{
width:33.3333%;
width:calc(100% / 3);
padding-right:1.6129%;
padding-bottom:0.625em;
}
#pageNavi li:nth-of-type(3n){
margin-right:0;
}
#pageNavi li a{
position:relative;
display:block;
width:100%;
height:3.75em;
padding-right:1.2em;
border:solid 1px #51aa86;
border-radius:1.875em;
background-color:#ffffff;
text-align:center;
line-height:3.5em;
color:#51aa86;
font-weight:500;
}
#pageNavi li a::after{
content:"";
position:absolute;
display:block;
width:0.75em;
height:0.75em;
top:1.5em;
right:1.875em;
border-top: 1px solid #51aa86;
border-right: 1px solid #51aa86;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#pageNavi li a:hover{
background-color:#51aa86;
color:#ffffff;
}
#pageNavi li a:hover::after{
border-color:#ffffff;
}
#pageNavi.self li a::after{
top:1.25em;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
/********************/ページナビ********************/
/********************リスト********************/
.ulGreCir li{
position:relative;
padding-left:1.875em;
padding-right:1em;
margin-bottom:1em;
}
.ulGreCir li:before{
content:"";
position:absolute;
top:0.4375em;
left:1em;
display:block;
width:0.625em;
height:0.625em;
border-radius:0.3125em;
border:solid 3px #51aa86;
box-sizing:border-box;
}
.ulGreCir li h5{
font-weight:500;
color:#51aa86;
}
/********************/リスト********************/
/********************ボタン********************/
.greenBtn, .redBtn{
width:100%;
display:table;
}
.greenBtn a{
position:relative;
display:table-cell;
width:100%;
height:60px;
background-color:#ffffff;
border:solid 1px #51aa86;
border-left-width:10px;
font-size:18px;
font-weight:500;
color:#51aa86;
text-align:center;
vertical-align:middle;
}
.greenBtn .iconClone2{display:block; height:1em; width:1em; position:absolute; top:1.165em; right:1.11em;}
.greenBtn .iconClone2:before, .greenBtn .iconClone2:after{content:''; display:block; position:absolute; background-color:#51aa86; height:0.55em; width:0.55em; border:solid 1px #fff;}
.greenBtn .iconClone2:after{top:0.05em; left:0.2em;}
.greenBtn .iconClone2:before{top:0.25em; left:0.05em;}
.greenBtn a:hover{background-color:#51aa86; color:#ffffff;}
.greenBtn a:hover .iconClone2:before, .greenBtn a:hover .iconClone2:after{background-color:#ffffff; border:solid 1px #51aa86;}
.redBtn a{
position:relative;
display:table-cell;
width:100%;
height:60px;
background-color:#ffffff;
border:solid 1px #e44848;
border-left-width:10px;
font-size:18px;
font-weight:500;
color:#e44848;
text-align:center;
vertical-align:middle;
}
.redBtn .iconClone2{display:block; height:1em; width:1em; position:absolute; top:1.165em; right:1.11em;}
.redBtn .iconClone2 span{display:block; position:absolute; top:0; right:0.1em; width:0.3em; height:0.2em; background-color:#e44848; z-index:10;}
.redBtn .iconClone2:before, .redBtn .iconClone2:after{content:''; display:block; position:absolute; background-color:#e44848; height:0.55em; width:0.77em; border:solid 1px #fff;}
.redBtn .iconClone2:after{top:0.05em; left:0.2em;}
.redBtn .iconClone2:before{top:0.25em; left:0;}
.redBtn a:hover{background-color:#e44848; color:#ffffff;}
.redBtn a:hover .iconClone2:before, .redBtn a:hover .iconClone2:after{background-color:#ffffff; border:solid 1px #e44848;}
.redBtn a:hover .iconClone2 span{background-color:#ffffff}
.btnBigG{
width:88.88%;
margin-left:auto;
margin-right:auto;
}
.btnBigG a{
position:relative;
display:block;
width:100%;
height:3.75em;
padding-right:1.2em;
border:solid 1px #51aa86;
border-radius:1.875em;
background-color:#ffffff;
text-align:center;
line-height:3.5em;
color:#51aa86;
font-weight:500;
}
.btnBigG a::after{
content:"";
position:absolute;
display:block;
width:0.75em;
height:0.75em;
top:1.5em;
right:1.875em;
border-top: 1px solid #51aa86;
border-right: 1px solid #51aa86;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.btnBigG a:hover{
background-color:#51aa86;
color:#ffffff;
}
.btnBigG a:hover::after{
border-color:#ffffff;
}
/********************/ボタン********************/
/********************TOPへ戻る********************/
.goTop{
float:right;
position:relative;
display:block;
width:10em;
height:2.5em;
margin-top:3em;
margin-bottom:2.5em;
padding-right:1em;
border:solid 1px #51aa86;
border-radius:1.25em;
background-color:#ffffff;
text-align:center;
font-size:75%;
line-height:2.4em;
color:#51aa86;
font-weight:300;
}
.goTop::after{
content:"";
position:absolute;
display:block;
width:0.6em;
height:0.6em;
top:1em;
right:1em;
border-top: 1px solid #51aa86;
border-right: 1px solid #51aa86;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.goTop:hover{
background-color:#51aa86;
color:#ffffff;
}
.goTop:hover::after{
border-color:#ffffff;
}
/********************/TOPへ戻る********************/
/********************ボーダー********************/
.bbDo{
border-bottom:dotted 1px #615f5f;
}
/********************/ボーダー********************/
/********************マージン********************/
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mr20{margin-right:20px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pb30{padding-bottom:30px;}
/********************/マージン********************/
.w250{
width:40.32%;
overflow:hidden;
}
.w280{
width:45.16%;
overflow:hidden;
}
.w320{
width:51.61%;
overflow:hidden;
}
.w350{
width:56.45%;
overflow:hidden;
}
@media print, screen and (max-width: 999px){
#container h2 span{
font-size:2.4vw;
}
#main{
padding-top:1vw;
}
#container h3{
font-size:2.8vw;
}
#container .bgGreen{
font-size:1.8vw;
}
.greenBtn a, .redBtn a{
font-size:1.8vw;
height:6vw;
}
.mt10{margin-top:1vw;}
.mb10{margin-bottom:1vw;}
.mb20{margin-bottom:2vw;}
.mb30{margin-bottom:3vw;}
.mb40{margin-bottom:4vw;}
.mb50{margin-bottom:5vw;}
.mr20{margin-right:2vw;}
.pt10{padding-top:1vw;}
.pt20{padding-top:2vw;}
.pt30{padding-top:3vw;}
.pb30{padding-bottom:3vw;}
#pageNavi li a{
width:20vw;
height:6vw;
}
} | 0.267408 | 0.066934 |
#infoUsuario {
background-color: rgb(242, 242, 242);
display: table;
width: 100%;
text-align: center;
padding-bottom: 15px;
border-bottom: 2px solid gray;
}
#esquerda {
float: left;
clear: right;
}
#direita {
float: right;
width: 40em;
max-width: calc(100% - 310px);
}
#conjuntoFotoXP {
background-color: var(--tema);
border-radius: 50%;
width: 15em;
height: 15em;
margin: 1em;
margin-left: 2.5em;
position: relative;
border: 2px solid black;
user-select: none;
}
#fotoUsuario {
position: absolute;
top: 3.5%;
left: 3.5%;
border-radius: 50%;
border: 1px solid black;
width: 90%;
height: 90%;
}
#containerXP {
background-color: gray;
position: relative;
top: 9.5em;
left: 9.5em;
padding: 0px;
width: 5em;
height: 5em;
border-radius: 50%;
border: 2px solid black;
box-sizing: content-box;
}
#nivel {
background-color: white;
position: absolute;
top: 50%;
left: 50%;
margin: -2em 0 0 -2em;
width: 80%;
height: 80%;
border-radius: 50%;
border: 1px solid black;
box-sizing: border-box;
}
#nivel span {
font-weight: 900;
font-size: 2.4em;
line-height: 1.5em;
user-select: none;
}
#infoNomeTitulo {
width: 22em;
}
#infoNomeTitulo h3 {
font-weight: 400 !important;
margin-bottom: 0
}
#infoNomeTitulo h5 {
font-style: italic;
margin-top: 5px
}
#status {
margin-top: 30px;
margin-bottom: 60px;
}
#status h4 {
margin-bottom: 5px;
position: relative;
right: 5px;
display: inline-block;
}
#status p {
margin-top: 0;
text-indent: 30px;
}
#btnEditar {
position: relative !important;
bottom: .6em !important;
background-color: var(--tema);
}
#eventos {
background: var(--tema);
color: white;
text-align: center;
border-right: 2px solid gray;
margin-bottom: 0;
padding-bottom: 40px;
position: relative;
}
#botoesEventos {
width: 100%;
position: absolute;
bottom: 10px;
}
#baixo {
background: white;
margin-bottom: 0;
display: flex;
}
#feed {
padding-bottom: 36px;
max-height: 100vh;
overflow-y: auto;
}
#feed h4 {
text-align: center;
}
.corInvertida {
color: var(--tema) !important;
background: white !important;
}
.acontecimentosPerfil {
color: black !important;
}
.acontecimentosPerfil div {
background: white;
}
.acontecimentosPerfil li div b {
font-size: 1.5em;
}
.acontecimentosPerfil li div img {
width: 42px;
height: 42px;
}
.acontecimentosPerfil .collapsible-header {
position: relative;
}
.acontecimentosPerfil p {
word-break: break-all;
}
.dataAcontecimento {
position: relative;
top: 10px;
font-size: .85em;
font-style: italic;
} | GITS/GITS/Content/perfil.css | #infoUsuario {
background-color: rgb(242, 242, 242);
display: table;
width: 100%;
text-align: center;
padding-bottom: 15px;
border-bottom: 2px solid gray;
}
#esquerda {
float: left;
clear: right;
}
#direita {
float: right;
width: 40em;
max-width: calc(100% - 310px);
}
#conjuntoFotoXP {
background-color: var(--tema);
border-radius: 50%;
width: 15em;
height: 15em;
margin: 1em;
margin-left: 2.5em;
position: relative;
border: 2px solid black;
user-select: none;
}
#fotoUsuario {
position: absolute;
top: 3.5%;
left: 3.5%;
border-radius: 50%;
border: 1px solid black;
width: 90%;
height: 90%;
}
#containerXP {
background-color: gray;
position: relative;
top: 9.5em;
left: 9.5em;
padding: 0px;
width: 5em;
height: 5em;
border-radius: 50%;
border: 2px solid black;
box-sizing: content-box;
}
#nivel {
background-color: white;
position: absolute;
top: 50%;
left: 50%;
margin: -2em 0 0 -2em;
width: 80%;
height: 80%;
border-radius: 50%;
border: 1px solid black;
box-sizing: border-box;
}
#nivel span {
font-weight: 900;
font-size: 2.4em;
line-height: 1.5em;
user-select: none;
}
#infoNomeTitulo {
width: 22em;
}
#infoNomeTitulo h3 {
font-weight: 400 !important;
margin-bottom: 0
}
#infoNomeTitulo h5 {
font-style: italic;
margin-top: 5px
}
#status {
margin-top: 30px;
margin-bottom: 60px;
}
#status h4 {
margin-bottom: 5px;
position: relative;
right: 5px;
display: inline-block;
}
#status p {
margin-top: 0;
text-indent: 30px;
}
#btnEditar {
position: relative !important;
bottom: .6em !important;
background-color: var(--tema);
}
#eventos {
background: var(--tema);
color: white;
text-align: center;
border-right: 2px solid gray;
margin-bottom: 0;
padding-bottom: 40px;
position: relative;
}
#botoesEventos {
width: 100%;
position: absolute;
bottom: 10px;
}
#baixo {
background: white;
margin-bottom: 0;
display: flex;
}
#feed {
padding-bottom: 36px;
max-height: 100vh;
overflow-y: auto;
}
#feed h4 {
text-align: center;
}
.corInvertida {
color: var(--tema) !important;
background: white !important;
}
.acontecimentosPerfil {
color: black !important;
}
.acontecimentosPerfil div {
background: white;
}
.acontecimentosPerfil li div b {
font-size: 1.5em;
}
.acontecimentosPerfil li div img {
width: 42px;
height: 42px;
}
.acontecimentosPerfil .collapsible-header {
position: relative;
}
.acontecimentosPerfil p {
word-break: break-all;
}
.dataAcontecimento {
position: relative;
top: 10px;
font-size: .85em;
font-style: italic;
} | 0.318167 | 0.152064 |
body{padding:0;margin:0;font-family:Arial,Verdana,Helvetica,sans-serif}
body.js #menu {display: none;}
#map,body,html{height:100%}
html{overflow:hidden;position:absolute;width:100%}
#map{overflow:hidden;position:absolute;width:100%;left:0;}
.leaflet-container,.ui-widget{font:12px/1.5 Arial,Verdana,Helvetica,sans-serif}
body.js #accordion,body.js #accordion3{display:none}
.accord-container{position:relative;z-index:10}
.show_hide{position:absolute;right:0;top:0;display:block;background:#000;width:20%;padding:10px 0;color:#fff!important}
body #accordion{float:right;position:absolute;top:0;right:0;display:block}
body #accordion3{display:block}
#accordion h3,#accordion3 h3{background:#007A9B;border:none;color:#fff;font-size:120%}
.ui-corner-all{border-bottom-left-radius:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0}
#accordion .ui-corner-top,#accordion3 .ui-corner-top{border-top-left-radius:0;border-top-right-radius:0}
#accordion .ui-corner-bottom{border-bottom-left-radius:0;border-bottom-right-radius:0}
.ui-widget-content a{text-decoration:none;color:#F8E58E}
#accordion .ui-widget-content a:hover{text-decoration:none!important;color:#08a!important}
.ui-accordion .ui-accordion-icons{padding:10px;margin:0}
.ui-widget-content{border:none}
.ui-widget-header{background:0 0;border:none}
.ui-accordion-content{background:rgba(255,255,255,1)!important;padding:0 5px!important;width:92.7%}
.ui-accordion-content li{border-bottom:1px solid #ccc;padding:3px 0;margin:0}
.ui-accordion-content li:last-child{border-bottom:none}
#accordion .ui-accordion-content *{color:#333}
.ui-tabs .ui-tabs-panel{padding:0}
#accordion3 h3:before{font-family:icomoon-ultimate;content:"\e008";float:right;font-size:1em}
#accordion3 .ui-state-active:before{font-family:icomoon-ultimate;content:"\e009";float:right;font-size:1em}
#accordion2 h3{border-bottom:1px solid #ccc;padding:3px 0;margin:0;background:#fff!important}
#accordion2 .ui-accordion-header-active,#accordion2 h3:hover{color:#08a!important;border-bottom:1px solid #ccc!important}
#accordion2 h3+.ui-accordion-content{width:98%}
#accordion3 h3{display:inline-block;clear:both;float:left;margin:0 0 10px;min-width:600px}
#accordion3 p{font-size:120%!important}
#accordion .ui-state-active,#accordion .ui-state-hover{border:none}
#accordion .ui-state-active,#accordion .ui-state-hover,#accordion3 .ui-state-active,#accordion3 .ui-state-hover,.bottom-nav ul li a:hover{background:#0061A9;color:#fff;text-decoration:none}
.ui-icon,.ui-state-default .ui-icon,.ui-widget-content .ui-icon{background-image:none!important}
#tabs .ui-state-active{background:rgba(0,0,0,.8)!important}
#tabs .ui-state-active a{color:#fff!important}
.ui-tabs-nav li a:hover{color:#333!important}
.leaflet-popup {z-index: 2000;}
.leaflet-top {top: 70px !Important;}
.leaflet-popup-content a{color:#0088BC !important;}
.leaflet-popup-content a:hover{color:#0088BC;text-decoration:underline}
.bottom-nav-container{position:relative;z-index:5}
.bottom-nav{background:rgba(0,0,0,.9);height:55px;width:100%;position:absolute;top:-55px;right:0;display:block}
.bottom-nav ul{margin:0;padding:0}
.bottom-nav ul li{list-style-type:none;float:left;margin:0;padding:0;font-size:90%}
.bottom-nav ul li a{display:block;padding:20px 15px 19px;border-right:1px solid #62655F;color:#fff}
.leaflet-popup-content{overflow-y:auto;overflow-x:hidden;width:auto!important}
.leaflet-popup-content-wrapper .leaflet-popup-content img{max-width:94%!important;height:auto;display:block}
.leaflet-container a.leaflet-popup-close-button{background:url(../images/close.png) no-repeat 0 0!important;width:30px!important;height:30px!important;top:-15px!important;right:-15px!important;z-index:10}
a.leaflet-popup-close-button{text-indent:-9999px}
img{border:none}
.left{float:left}
.leaflet-control-attribution{}
.addthis_toolbox{clear:both!important;padding:40px 0 0}
.poppy{width:620px;max-height:300px}
.poppy ul,.poppylarge ul{margin:0 0 10px 30px;padding:0;line-height:160%!Important;font-size:120%!Important}
.poppy h3,.poppy h4,.poppylarge h3,.poppylarge h4{margin:0;padding:0;line-height:160%;clear:both}
.poppy img{float:left;width:50%}
.poppy p,.poppylarge p{margin:0 0 5px!important;line-height:160%!Important;font-size:120%!Important}
.poppy2{float:right;width:47%}
.poppy a:link,.poppylarge a:link{text-decoration:none;font-weight:700}
.poppy a:hover,.poppylarge a:hover{text-decoration:underline}
.poppylarge{width:620px;max-height:320px;padding:0 20px 0 0}
.poppylarge form{background:#eee;min-height:90px;padding:10px 15px 15px 15px;}
.poppylarge input{height:20px}
.poppylarge select{height:25px}
.postcode{width:30%;float:left}
.destination{width:35%;float:left}
.directions{width:20%;float:left;margin:0 0 10px}
.directions input{height:25px; margin: 15px 0 0 0;}
iframe{border:none}
#help{width:300px;height:350px;position:absolute;left:0;right:0;top:70px;bottom:0;margin-left:auto;margin-right:auto;margin-top:auto;margin-bottom:auto;z-index:20;background:rgba(255,255,255,1);border-radius:2px;box-shadow:0 2px 6px rgba(0,0,0,.3);padding:30px}
#help [title]{position:absolute;top:-10px;right:-10px;cursor:pointer}
#help .example{margin:5px 20px 10px 0;float:left;clear:both}
,#help ul,#help ul li{margin:0;padding:0;}
#help ul li{display:block; float:left;}
#help ul li a{background:#7EA03F;padding: 5px 10px 5px 10px;color:#fff;text-decoration:none;margin:0 5px 0 0; min-width: 43px; display: block; text-align: center;}
#help ul li a:hover{background:#5C752F;transition:background-color .5s ease}
#help h1,#help h2{margin:0 0 20px;padding:0;font-weight:400;font-size:160%}
#help h2{clear:both;padding:15px 0 20px;margin:0}
#help p{line-height:140%;padding:0 0 10px;font-size:120%;margin:0}
#help h1,#help h2,#help li,#help p{color:#333;}
.showhide{cursor:pointer}
#help ul{margin:0 !Important; padding:0!important;} | labs/bcbsmn/map/css/map.css | body{padding:0;margin:0;font-family:Arial,Verdana,Helvetica,sans-serif}
body.js #menu {display: none;}
#map,body,html{height:100%}
html{overflow:hidden;position:absolute;width:100%}
#map{overflow:hidden;position:absolute;width:100%;left:0;}
.leaflet-container,.ui-widget{font:12px/1.5 Arial,Verdana,Helvetica,sans-serif}
body.js #accordion,body.js #accordion3{display:none}
.accord-container{position:relative;z-index:10}
.show_hide{position:absolute;right:0;top:0;display:block;background:#000;width:20%;padding:10px 0;color:#fff!important}
body #accordion{float:right;position:absolute;top:0;right:0;display:block}
body #accordion3{display:block}
#accordion h3,#accordion3 h3{background:#007A9B;border:none;color:#fff;font-size:120%}
.ui-corner-all{border-bottom-left-radius:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0}
#accordion .ui-corner-top,#accordion3 .ui-corner-top{border-top-left-radius:0;border-top-right-radius:0}
#accordion .ui-corner-bottom{border-bottom-left-radius:0;border-bottom-right-radius:0}
.ui-widget-content a{text-decoration:none;color:#F8E58E}
#accordion .ui-widget-content a:hover{text-decoration:none!important;color:#08a!important}
.ui-accordion .ui-accordion-icons{padding:10px;margin:0}
.ui-widget-content{border:none}
.ui-widget-header{background:0 0;border:none}
.ui-accordion-content{background:rgba(255,255,255,1)!important;padding:0 5px!important;width:92.7%}
.ui-accordion-content li{border-bottom:1px solid #ccc;padding:3px 0;margin:0}
.ui-accordion-content li:last-child{border-bottom:none}
#accordion .ui-accordion-content *{color:#333}
.ui-tabs .ui-tabs-panel{padding:0}
#accordion3 h3:before{font-family:icomoon-ultimate;content:"\e008";float:right;font-size:1em}
#accordion3 .ui-state-active:before{font-family:icomoon-ultimate;content:"\e009";float:right;font-size:1em}
#accordion2 h3{border-bottom:1px solid #ccc;padding:3px 0;margin:0;background:#fff!important}
#accordion2 .ui-accordion-header-active,#accordion2 h3:hover{color:#08a!important;border-bottom:1px solid #ccc!important}
#accordion2 h3+.ui-accordion-content{width:98%}
#accordion3 h3{display:inline-block;clear:both;float:left;margin:0 0 10px;min-width:600px}
#accordion3 p{font-size:120%!important}
#accordion .ui-state-active,#accordion .ui-state-hover{border:none}
#accordion .ui-state-active,#accordion .ui-state-hover,#accordion3 .ui-state-active,#accordion3 .ui-state-hover,.bottom-nav ul li a:hover{background:#0061A9;color:#fff;text-decoration:none}
.ui-icon,.ui-state-default .ui-icon,.ui-widget-content .ui-icon{background-image:none!important}
#tabs .ui-state-active{background:rgba(0,0,0,.8)!important}
#tabs .ui-state-active a{color:#fff!important}
.ui-tabs-nav li a:hover{color:#333!important}
.leaflet-popup {z-index: 2000;}
.leaflet-top {top: 70px !Important;}
.leaflet-popup-content a{color:#0088BC !important;}
.leaflet-popup-content a:hover{color:#0088BC;text-decoration:underline}
.bottom-nav-container{position:relative;z-index:5}
.bottom-nav{background:rgba(0,0,0,.9);height:55px;width:100%;position:absolute;top:-55px;right:0;display:block}
.bottom-nav ul{margin:0;padding:0}
.bottom-nav ul li{list-style-type:none;float:left;margin:0;padding:0;font-size:90%}
.bottom-nav ul li a{display:block;padding:20px 15px 19px;border-right:1px solid #62655F;color:#fff}
.leaflet-popup-content{overflow-y:auto;overflow-x:hidden;width:auto!important}
.leaflet-popup-content-wrapper .leaflet-popup-content img{max-width:94%!important;height:auto;display:block}
.leaflet-container a.leaflet-popup-close-button{background:url(../images/close.png) no-repeat 0 0!important;width:30px!important;height:30px!important;top:-15px!important;right:-15px!important;z-index:10}
a.leaflet-popup-close-button{text-indent:-9999px}
img{border:none}
.left{float:left}
.leaflet-control-attribution{}
.addthis_toolbox{clear:both!important;padding:40px 0 0}
.poppy{width:620px;max-height:300px}
.poppy ul,.poppylarge ul{margin:0 0 10px 30px;padding:0;line-height:160%!Important;font-size:120%!Important}
.poppy h3,.poppy h4,.poppylarge h3,.poppylarge h4{margin:0;padding:0;line-height:160%;clear:both}
.poppy img{float:left;width:50%}
.poppy p,.poppylarge p{margin:0 0 5px!important;line-height:160%!Important;font-size:120%!Important}
.poppy2{float:right;width:47%}
.poppy a:link,.poppylarge a:link{text-decoration:none;font-weight:700}
.poppy a:hover,.poppylarge a:hover{text-decoration:underline}
.poppylarge{width:620px;max-height:320px;padding:0 20px 0 0}
.poppylarge form{background:#eee;min-height:90px;padding:10px 15px 15px 15px;}
.poppylarge input{height:20px}
.poppylarge select{height:25px}
.postcode{width:30%;float:left}
.destination{width:35%;float:left}
.directions{width:20%;float:left;margin:0 0 10px}
.directions input{height:25px; margin: 15px 0 0 0;}
iframe{border:none}
#help{width:300px;height:350px;position:absolute;left:0;right:0;top:70px;bottom:0;margin-left:auto;margin-right:auto;margin-top:auto;margin-bottom:auto;z-index:20;background:rgba(255,255,255,1);border-radius:2px;box-shadow:0 2px 6px rgba(0,0,0,.3);padding:30px}
#help [title]{position:absolute;top:-10px;right:-10px;cursor:pointer}
#help .example{margin:5px 20px 10px 0;float:left;clear:both}
,#help ul,#help ul li{margin:0;padding:0;}
#help ul li{display:block; float:left;}
#help ul li a{background:#7EA03F;padding: 5px 10px 5px 10px;color:#fff;text-decoration:none;margin:0 5px 0 0; min-width: 43px; display: block; text-align: center;}
#help ul li a:hover{background:#5C752F;transition:background-color .5s ease}
#help h1,#help h2{margin:0 0 20px;padding:0;font-weight:400;font-size:160%}
#help h2{clear:both;padding:15px 0 20px;margin:0}
#help p{line-height:140%;padding:0 0 10px;font-size:120%;margin:0}
#help h1,#help h2,#help li,#help p{color:#333;}
.showhide{cursor:pointer}
#help ul{margin:0 !Important; padding:0!important;} | 0.303216 | 0.060947 |
@import url("../fonts/HelveticaBlack/stylesheet.css");
@import url('../css/header.css');
@import url('../css/footer.css');
@import url('../css/login.css');
body{
margin: 0;
padding: 0;
background-color: rgba(0,0,0,0.99);
}
.slider{
width: 100%;
height: 25%;
margin: auto;
overflow: hidden;
}
.slider ul{
display: flex;
padding: 0;
width: 400%;
height: 15%;
animation: change 20s infinite;
animation-direction: alternate;
animation-timing-function: linear;
}
.slider li{
width: 100%;
height: 50%;
list-style: none;
}
.slider img{
width: 100%;
height: 100%;
}
@keyframes change{
0%{margin-left: 0;}
20%{margin-left: 0;}
25%{margin-left: -100%;}
45%{margin-left: -100%;}
50%{margin-left: -200%;}
70%{margin-left: -200%;}
75%{margin-left: -300%;}
100%{margin-left: -300%;}
}
.contentContainer{
background-color: rgba(0,0,0,0.9);
width: 100%;
height: 100%;
display: grid;
justify-content: center;
padding: 35px 0;
text-align: center;
}
.news, .announce{
color:white;
font-family: 'Helvetica Black';
font-size: 36px;
padding: 16px;
}
.gridContainer{
display: grid;
max-width: 1600px;
width: 100%;
height: 100%;
grid-template-columns: repeat(3,500px);
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.item{
background-color: white;
max-width: 500px;
width: 500px;
height: 500px;
position: relative;
border-radius: 15px;
}
.notices{
width: 100%;
height: 100%;
}
.announces{
width: 100%;
height: 100%;
}
@media screen and (min-width:1500px){
.sliderContainer{
width: 100%;
height:25%;
background-color: rgba(0,0,0,0.9);
margin-top:-16px;
}
}
@media screen and (max-width:1500px){
.sliderContainer{
width: 100%;
height:25%;
background-color: rgba(0,0,0,0.9);
margin-top:-16px;
}
}
@media screen and (max-width:1450px){
.gridContainer{
grid-template-columns: repeat(3,400px);
}
.item{
max-width: 400px;
width: 400px;
height: 400px;
}
}
@media screen and (max-width:1150px){
.gridContainer{
grid-template-columns: repeat(3,300px);
}
.item{
max-width: 300px;
width: 300px;
height: 400px;
}
}
@media screen and (max-width:900px){
.sliderContainer{
padding-top:114px;
}
/*Menu Hamburguesa de aqui para abajo*/
.gridContainer{
grid-template-columns: repeat(3,250px);
}
.item{
max-width: 300px;
width: 250px;
height: 400px;
}
}
@media screen and (max-width:700px){
.gridContainer{
grid-template-columns: repeat(3,185px);
}
.item{
max-width: 150px;
width: 185px;
height: 225px;
}
}
@media screen and (max-width:550px){
.gridContainer{
grid-template-columns: repeat(1,minmax(320px,500px));
grid-auto-rows: minmax(320px,400px);
justify-items: center;
}
.item{
max-width: 400px;
width: 100%;
max-height: 400px;
height: 100%;
}
} | public/assets/css/main.css | @import url("../fonts/HelveticaBlack/stylesheet.css");
@import url('../css/header.css');
@import url('../css/footer.css');
@import url('../css/login.css');
body{
margin: 0;
padding: 0;
background-color: rgba(0,0,0,0.99);
}
.slider{
width: 100%;
height: 25%;
margin: auto;
overflow: hidden;
}
.slider ul{
display: flex;
padding: 0;
width: 400%;
height: 15%;
animation: change 20s infinite;
animation-direction: alternate;
animation-timing-function: linear;
}
.slider li{
width: 100%;
height: 50%;
list-style: none;
}
.slider img{
width: 100%;
height: 100%;
}
@keyframes change{
0%{margin-left: 0;}
20%{margin-left: 0;}
25%{margin-left: -100%;}
45%{margin-left: -100%;}
50%{margin-left: -200%;}
70%{margin-left: -200%;}
75%{margin-left: -300%;}
100%{margin-left: -300%;}
}
.contentContainer{
background-color: rgba(0,0,0,0.9);
width: 100%;
height: 100%;
display: grid;
justify-content: center;
padding: 35px 0;
text-align: center;
}
.news, .announce{
color:white;
font-family: 'Helvetica Black';
font-size: 36px;
padding: 16px;
}
.gridContainer{
display: grid;
max-width: 1600px;
width: 100%;
height: 100%;
grid-template-columns: repeat(3,500px);
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.item{
background-color: white;
max-width: 500px;
width: 500px;
height: 500px;
position: relative;
border-radius: 15px;
}
.notices{
width: 100%;
height: 100%;
}
.announces{
width: 100%;
height: 100%;
}
@media screen and (min-width:1500px){
.sliderContainer{
width: 100%;
height:25%;
background-color: rgba(0,0,0,0.9);
margin-top:-16px;
}
}
@media screen and (max-width:1500px){
.sliderContainer{
width: 100%;
height:25%;
background-color: rgba(0,0,0,0.9);
margin-top:-16px;
}
}
@media screen and (max-width:1450px){
.gridContainer{
grid-template-columns: repeat(3,400px);
}
.item{
max-width: 400px;
width: 400px;
height: 400px;
}
}
@media screen and (max-width:1150px){
.gridContainer{
grid-template-columns: repeat(3,300px);
}
.item{
max-width: 300px;
width: 300px;
height: 400px;
}
}
@media screen and (max-width:900px){
.sliderContainer{
padding-top:114px;
}
/*Menu Hamburguesa de aqui para abajo*/
.gridContainer{
grid-template-columns: repeat(3,250px);
}
.item{
max-width: 300px;
width: 250px;
height: 400px;
}
}
@media screen and (max-width:700px){
.gridContainer{
grid-template-columns: repeat(3,185px);
}
.item{
max-width: 150px;
width: 185px;
height: 225px;
}
}
@media screen and (max-width:550px){
.gridContainer{
grid-template-columns: repeat(1,minmax(320px,500px));
grid-auto-rows: minmax(320px,400px);
justify-items: center;
}
.item{
max-width: 400px;
width: 100%;
max-height: 400px;
height: 100%;
}
} | 0.223716 | 0.035511 |
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; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
body {
background-color: #020011;
font-family: Ubuntu Mono; }
h1, h2, h3, h4 {
color: #e5e5e5; }
a {
text-decoration: none;
color: #DCE616; }
#search-container {
margin: 0 0 0 10px;
width: 700px;
font-size: 1.05em;
margin: auto; }
#search-container h3 {
font-weight: bold;
font-size: 1.8em;
margin: 10px 0 10px 0;
text-align: center; }
#ergebnis-h4 h4 {
font-weight: bold;
text-align: center;
margin: 20px 0 0 0; }
.ui-link a {
text-decoration: underline;
color: #DCE616;
font-size: 1.05em; }
ul {
list-style-type: none; }
.datum {
padding: 0 3px;
display: inline-block;
width: 90px;
color: #e5e5e5; }
.ergebnis {
margin: 8px 0;
padding: 4px;
background-color: #112435; }
.ergebnis a {
width: 100%;
display: inline-block; }
.ergebnis .titel {
text-decoration: none;
color: #DCE616;
font-size: 1.05em; }
.ergebnis:hover {
background-color: #1F4661; }
#artikel-backlink {
margin: 10px 0 0 10px;
font-size: 1.5em;
font-weight: bold; }
#artikel-container {
background-color: #112435;
padding: 10px;
margin: auto;
width: 700px; }
#artikel-container h3 {
font-weight: bold;
font-size: 1.5em;
margin: 10px 0 10px 0; }
#artikel-zeile-1 {
display: block;
height: 1.5em; }
#artikel-zeile-1 .ui-link {
display: inline-block;
float: right;
margin: 0; }
#artikel h3 {
line-height: 20px;
margin: 10px 0;
font-size: 16px;
text-decoration-style: solid; }
#artikel-datum {
display: inline-block;
float: left;
margin-top: 0px;
padding: 0px;
color: #e5e5e5;
font-size: 1.05em; }
#artikel-text {
max-width: 700px;
white-space: pre-wrap;
color: #e5e5e5;
font-family: Ubuntu Mono;
font-size: 1.05em;
padding-bottom: 20px; }
#artikel-tags {
padding: 5px;
color: #e5e5e5; }
.artikel-line {
height: 2px;
border: none;
display: block;
padding: 0px;
margin: 5px 0px;
background-color: #e5e5e5; }
.txt {
max-width: 700px;
white-space: pre-wrap;
color: #e5e5e5;
font-family: Ubuntu Mono;
font-size: 1em;
padding-bottom: 15px; }
p {
color: #ff0000; }
/*# sourceMappingURL=style.css.map */ | static/artikel/style.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
body {
background-color: #020011;
font-family: Ubuntu Mono; }
h1, h2, h3, h4 {
color: #e5e5e5; }
a {
text-decoration: none;
color: #DCE616; }
#search-container {
margin: 0 0 0 10px;
width: 700px;
font-size: 1.05em;
margin: auto; }
#search-container h3 {
font-weight: bold;
font-size: 1.8em;
margin: 10px 0 10px 0;
text-align: center; }
#ergebnis-h4 h4 {
font-weight: bold;
text-align: center;
margin: 20px 0 0 0; }
.ui-link a {
text-decoration: underline;
color: #DCE616;
font-size: 1.05em; }
ul {
list-style-type: none; }
.datum {
padding: 0 3px;
display: inline-block;
width: 90px;
color: #e5e5e5; }
.ergebnis {
margin: 8px 0;
padding: 4px;
background-color: #112435; }
.ergebnis a {
width: 100%;
display: inline-block; }
.ergebnis .titel {
text-decoration: none;
color: #DCE616;
font-size: 1.05em; }
.ergebnis:hover {
background-color: #1F4661; }
#artikel-backlink {
margin: 10px 0 0 10px;
font-size: 1.5em;
font-weight: bold; }
#artikel-container {
background-color: #112435;
padding: 10px;
margin: auto;
width: 700px; }
#artikel-container h3 {
font-weight: bold;
font-size: 1.5em;
margin: 10px 0 10px 0; }
#artikel-zeile-1 {
display: block;
height: 1.5em; }
#artikel-zeile-1 .ui-link {
display: inline-block;
float: right;
margin: 0; }
#artikel h3 {
line-height: 20px;
margin: 10px 0;
font-size: 16px;
text-decoration-style: solid; }
#artikel-datum {
display: inline-block;
float: left;
margin-top: 0px;
padding: 0px;
color: #e5e5e5;
font-size: 1.05em; }
#artikel-text {
max-width: 700px;
white-space: pre-wrap;
color: #e5e5e5;
font-family: Ubuntu Mono;
font-size: 1.05em;
padding-bottom: 20px; }
#artikel-tags {
padding: 5px;
color: #e5e5e5; }
.artikel-line {
height: 2px;
border: none;
display: block;
padding: 0px;
margin: 5px 0px;
background-color: #e5e5e5; }
.txt {
max-width: 700px;
white-space: pre-wrap;
color: #e5e5e5;
font-family: Ubuntu Mono;
font-size: 1em;
padding-bottom: 15px; }
p {
color: #ff0000; }
/*# sourceMappingURL=style.css.map */ | 0.29696 | 0.101056 |
.widget-earnings-scroll {
position: relative;
}
.widget-earnings-scroll .ps__rail-x {
opacity: 0.6;
}
.widget-earnings-scroll .widget-earnings-width {
min-width: 390px;
}
#widget-earnings .widget-earnings-swiper.swiper-container .swiper-slide {
/* widget swiper slide */
font-weight: 500;
background-color: #F2F4F4;
height: auto;
width: auto !important;
color: #828D99;
cursor: pointer;
line-height: 2;
}
#widget-earnings .widget-earnings-swiper.swiper-container .swiper-slide.swiper-slide-active {
/* swiper slide active */
color: #FFFFFF;
background-color: #5A8DEE !important;
box-shadow: 0 3px 6px 0 rgba(90, 141, 238, 0.5) !important;
}
#widget-earnings .widget-earnings-swiper.swiper-container .swiper-slide .swiper-heading {
margin-top: -2px;
}
#widget-earnings .wrapper-content {
display: none;
}
#widget-earnings .wrapper-content.active {
display: block;
}
#widget-earnings .media-heading {
min-width: 70px;
}
.marketing-campaigns .table-responsive {
position: relative;
}
.marketing-campaigns .table-responsive .ps__rail-x {
opacity: 0.6;
}
.marketing-campaigns .table-marketing-campaigns thead tr {
border-top: 1px solid #DFE3E7 !important;
border-bottom: 1px solid #DFE3E7 !important;
}
.dashboard-latest-update .list-group .list-group-item:hover {
z-index: 0;
}
.dashboard-latest-update .show>.btn-outline-secondary.dropdown-toggle {
color: #FFFFFF !important;
}
@media screen and (max-width: 768px) {
.order-summary {
border-left: 0 !important;
}
}
@media screen and (min-width: 1281px) {
.dashboard-latest-update .card-body {
height: 331px;
position: relative;
}
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
.dashboard-users,
.dashboard-order-summary,
.dashboard-marketing-campaign {
max-width: 100% !important;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
}
.dashboard-users-success,
.dashboard-users-danger {
max-width: 30% !important;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
width: auto !important;
}
.dashboard-revenue-growth {
max-width: 60% !important;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
width: auto !important;
}
.dashboard-greetings,
.dashboard-visit,
.dashboard-latest-update,
.dashboard-earning-swiper {
max-width: 50% !important;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
}
}
@media screen and (max-width: 1280px) {
.dashboard-greetings .card-content {
margin-top: 1rem;
}
.dashboard-users .dashboard-users-danger .card-body,
.dashboard-users .dashboard-users-success .card-body {
padding-top: 1.7rem !important;
padding-bottom: 1.7rem !important;
}
}
@media (max-width: 1360px) and (min-width: 1280px) {
.dashboard-greetings .card .greeting-text {
font-size: 1.53rem;
}
}
@media screen and (max-width: 1700px) and (min-width: 1354px) {
.dashboard-greetings .card-content {
margin-top: 0.8rem;
}
}
.statistics-data {
line-height: 1.85;
}
.statistics-data .statistics {
margin-top: -2px;
} | public/back/css/pages/dashboard-ecommerce.css | .widget-earnings-scroll {
position: relative;
}
.widget-earnings-scroll .ps__rail-x {
opacity: 0.6;
}
.widget-earnings-scroll .widget-earnings-width {
min-width: 390px;
}
#widget-earnings .widget-earnings-swiper.swiper-container .swiper-slide {
/* widget swiper slide */
font-weight: 500;
background-color: #F2F4F4;
height: auto;
width: auto !important;
color: #828D99;
cursor: pointer;
line-height: 2;
}
#widget-earnings .widget-earnings-swiper.swiper-container .swiper-slide.swiper-slide-active {
/* swiper slide active */
color: #FFFFFF;
background-color: #5A8DEE !important;
box-shadow: 0 3px 6px 0 rgba(90, 141, 238, 0.5) !important;
}
#widget-earnings .widget-earnings-swiper.swiper-container .swiper-slide .swiper-heading {
margin-top: -2px;
}
#widget-earnings .wrapper-content {
display: none;
}
#widget-earnings .wrapper-content.active {
display: block;
}
#widget-earnings .media-heading {
min-width: 70px;
}
.marketing-campaigns .table-responsive {
position: relative;
}
.marketing-campaigns .table-responsive .ps__rail-x {
opacity: 0.6;
}
.marketing-campaigns .table-marketing-campaigns thead tr {
border-top: 1px solid #DFE3E7 !important;
border-bottom: 1px solid #DFE3E7 !important;
}
.dashboard-latest-update .list-group .list-group-item:hover {
z-index: 0;
}
.dashboard-latest-update .show>.btn-outline-secondary.dropdown-toggle {
color: #FFFFFF !important;
}
@media screen and (max-width: 768px) {
.order-summary {
border-left: 0 !important;
}
}
@media screen and (min-width: 1281px) {
.dashboard-latest-update .card-body {
height: 331px;
position: relative;
}
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
.dashboard-users,
.dashboard-order-summary,
.dashboard-marketing-campaign {
max-width: 100% !important;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
}
.dashboard-users-success,
.dashboard-users-danger {
max-width: 30% !important;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
width: auto !important;
}
.dashboard-revenue-growth {
max-width: 60% !important;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
width: auto !important;
}
.dashboard-greetings,
.dashboard-visit,
.dashboard-latest-update,
.dashboard-earning-swiper {
max-width: 50% !important;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
}
}
@media screen and (max-width: 1280px) {
.dashboard-greetings .card-content {
margin-top: 1rem;
}
.dashboard-users .dashboard-users-danger .card-body,
.dashboard-users .dashboard-users-success .card-body {
padding-top: 1.7rem !important;
padding-bottom: 1.7rem !important;
}
}
@media (max-width: 1360px) and (min-width: 1280px) {
.dashboard-greetings .card .greeting-text {
font-size: 1.53rem;
}
}
@media screen and (max-width: 1700px) and (min-width: 1354px) {
.dashboard-greetings .card-content {
margin-top: 0.8rem;
}
}
.statistics-data {
line-height: 1.85;
}
.statistics-data .statistics {
margin-top: -2px;
} | 0.32896 | 0.054249 |
.heading{
margin:20px 0;
color:#ffffff;
font-size: 36px;
display: block;
}
mat-form-field{
margin: 0 10px;
display: inline-block;
}
mat-radio-button{
margin: 0 5px;
}
button{
margin: 5px;
}
/* .header {
margin-left: 28px;
text-align: left;
} */
.example-header-image {
background-image: url('https://material.angular.io/assets/img/examples/shiba1.jpg');
background-size: cover;
height: 50px;
width: 50px;
}
.example-header-image {
background-image: url('https://material.angular.io/assets/img/examples/shiba1.jpg');
background-size: cover;
height: 50px;
width: 50px;
}
/* .form-mat-card {
display: inline-table;
margin: 5% ;
/* padding: 10px; * /
padding: 20px;
width: auto;
/* padding: 10px;
margin: auto;
padding: 20px;
height: fit-content;
width: 400px; * /
} */
.mat-card {
display: block;
margin: 10%;
width: 75%;
padding: 10px;
margin-top: 5%;
}
.gndr{
display: inline-block;
width: 46.9%;
}
.gndr .half-width{
margin: auto !important;
}
.full-width {
display: inline-block;
width: 46.9%;
/* margin: 0 10px; */
/* max-width: 85%; */
}
.address {
display: inline-block;
width: -webkit-fill-available;
margin: 0 10px;
}
.half-width {
display: inline;
/* width: 500px; */
margin: 0 10px;
max-width: 40%;
}
/* .right{
float: right;
} */
.header{
font-family: sans-serif;
color: darkslateblue;
text-align: center;
font-size: x-large;
}
.main {
display: block;
height: 100%;
}
.form-mat-card {
padding: 10px;
margin: 0 auto;
padding: 20px;
height: fit-content;
width: 600px;
}
.centered {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.footer {
display:flex;
align-items: stretch;
width: 430px;
margin: 15px auto;
}
.place-right {
right: 362px;
}
.place-left {
position: absolute;
left: 234px;
line-height: 30px;
}
.signin {
color: #1a73e8;
cursor: pointer;
display: inline-block;
font-family: 'Google Sans',arial,sans-serif;
font-weight: bolder;
letter-spacing: .25px;
line-height: 30px;
padding: 6px 0;
position: relative;
}
.mat-raised-button:not([class*=mat-elevation-z]) {
box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
line-height: 43px;
left: 500px;
} | src/app/auth/signup/signup.component.css | .heading{
margin:20px 0;
color:#ffffff;
font-size: 36px;
display: block;
}
mat-form-field{
margin: 0 10px;
display: inline-block;
}
mat-radio-button{
margin: 0 5px;
}
button{
margin: 5px;
}
/* .header {
margin-left: 28px;
text-align: left;
} */
.example-header-image {
background-image: url('https://material.angular.io/assets/img/examples/shiba1.jpg');
background-size: cover;
height: 50px;
width: 50px;
}
.example-header-image {
background-image: url('https://material.angular.io/assets/img/examples/shiba1.jpg');
background-size: cover;
height: 50px;
width: 50px;
}
/* .form-mat-card {
display: inline-table;
margin: 5% ;
/* padding: 10px; * /
padding: 20px;
width: auto;
/* padding: 10px;
margin: auto;
padding: 20px;
height: fit-content;
width: 400px; * /
} */
.mat-card {
display: block;
margin: 10%;
width: 75%;
padding: 10px;
margin-top: 5%;
}
.gndr{
display: inline-block;
width: 46.9%;
}
.gndr .half-width{
margin: auto !important;
}
.full-width {
display: inline-block;
width: 46.9%;
/* margin: 0 10px; */
/* max-width: 85%; */
}
.address {
display: inline-block;
width: -webkit-fill-available;
margin: 0 10px;
}
.half-width {
display: inline;
/* width: 500px; */
margin: 0 10px;
max-width: 40%;
}
/* .right{
float: right;
} */
.header{
font-family: sans-serif;
color: darkslateblue;
text-align: center;
font-size: x-large;
}
.main {
display: block;
height: 100%;
}
.form-mat-card {
padding: 10px;
margin: 0 auto;
padding: 20px;
height: fit-content;
width: 600px;
}
.centered {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.footer {
display:flex;
align-items: stretch;
width: 430px;
margin: 15px auto;
}
.place-right {
right: 362px;
}
.place-left {
position: absolute;
left: 234px;
line-height: 30px;
}
.signin {
color: #1a73e8;
cursor: pointer;
display: inline-block;
font-family: 'Google Sans',arial,sans-serif;
font-weight: bolder;
letter-spacing: .25px;
line-height: 30px;
padding: 6px 0;
position: relative;
}
.mat-raised-button:not([class*=mat-elevation-z]) {
box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
line-height: 43px;
left: 500px;
} | 0.473901 | 0.11775 |
html,
body {
padding: 0;
margin: 0;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
* {
outline: none !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.container,
.tab-pane {
padding-top: 10px;
}
.nav-tabs {
width: 280px;
display: inline-block;
margin-left: 38px;
}
.nav-tabs li a {
padding: 5px 10px !important;
}
.dropdown {
display: inline-block;
float: right;
cursor: pointer;
/*margin-top: 5px;*/
/*margin-right: 5px;*/
}
.dropdown-menu-right {
height: 180px;
overflow-y: scroll;
overflow-x: hidden;
}
.category-wrapper span {
margin-bottom: 6px;
display: inline-block;
font-size: 13px;
font-weight: bold;
vertical-align: middle;
}
.category-wrapper .button-wrapper {
display: inline-block;
margin-bottom: 5px;
}
.button-wrapper button {
margin-bottom: 5px;
}
.word,
.sentence,
.paragraph {
background: #474747;
cursor: pointer;
}
.sentence,
.paragraph {
display: block;
width: 99%;
}
.word {
display: inline-block;
width: 18.9%;
height: 8px;
}
.sentence {
height: 8px;
margin-bottom: 5px;
}
.paragraph {
height: 18px;
margin-bottom: 5px;
}
#avatars div {
display: inline-block;
margin-bottom: 5px;
width: 85px;
/*height: 80px;*/
}
#avatars {
margin: auto;
/*width: 352px;*/
}
#avatars img {
height: 100%;
width: 100%;
}
#avatars .load-new {
background: #474747;
color: white;
width: 84px;
height: 84px;
float: right;
margin-right: 8px;
margin-top: 1px;
position: relative;
cursor: pointer;
}
#avatars .load-new span {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 700;
position: absolute;
top: 38%;
display: block;
width: 100%;
text-align: center;
}
.glyphicon-remove {
position: absolute;
top: 12px;
left: 12px;
cursor: pointer;
} | index.css | html,
body {
padding: 0;
margin: 0;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
* {
outline: none !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.container,
.tab-pane {
padding-top: 10px;
}
.nav-tabs {
width: 280px;
display: inline-block;
margin-left: 38px;
}
.nav-tabs li a {
padding: 5px 10px !important;
}
.dropdown {
display: inline-block;
float: right;
cursor: pointer;
/*margin-top: 5px;*/
/*margin-right: 5px;*/
}
.dropdown-menu-right {
height: 180px;
overflow-y: scroll;
overflow-x: hidden;
}
.category-wrapper span {
margin-bottom: 6px;
display: inline-block;
font-size: 13px;
font-weight: bold;
vertical-align: middle;
}
.category-wrapper .button-wrapper {
display: inline-block;
margin-bottom: 5px;
}
.button-wrapper button {
margin-bottom: 5px;
}
.word,
.sentence,
.paragraph {
background: #474747;
cursor: pointer;
}
.sentence,
.paragraph {
display: block;
width: 99%;
}
.word {
display: inline-block;
width: 18.9%;
height: 8px;
}
.sentence {
height: 8px;
margin-bottom: 5px;
}
.paragraph {
height: 18px;
margin-bottom: 5px;
}
#avatars div {
display: inline-block;
margin-bottom: 5px;
width: 85px;
/*height: 80px;*/
}
#avatars {
margin: auto;
/*width: 352px;*/
}
#avatars img {
height: 100%;
width: 100%;
}
#avatars .load-new {
background: #474747;
color: white;
width: 84px;
height: 84px;
float: right;
margin-right: 8px;
margin-top: 1px;
position: relative;
cursor: pointer;
}
#avatars .load-new span {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 700;
position: absolute;
top: 38%;
display: block;
width: 100%;
text-align: center;
}
.glyphicon-remove {
position: absolute;
top: 12px;
left: 12px;
cursor: pointer;
} | 0.333178 | 0.050377 |
body {
text-align: center;
-webkit-user-select:none;
background: Window;
font: caption;
}
* {
box-sizing: border-box;
}
#container {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: flex;
}
#container > div {
height: 100%;
}
.app {
width: 100%;
height: 100%;
}
.selected-item-form {
flex: 1;
transition: opacity 2s;
}
.issue-list {
flex: 0 0 40%;
box-sizing: border-box;
float: left;
border-right: WindowFrame 1px solid;
height: 100%;
font-size: 16px;
background: Menu;
}
.issue-list__item {
width: 100%;
cursor: pointer;
padding: 4px;
}
.issue-list__item--selected {
background: Highlight;
color: HighlightText;
}
.issue-list__item--running::after {
content: "▶";
display: inline-block;
margin-left: 4px;
animation: blinker 3s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0.3;
}
}
.issue-list__add-button {
cursor: pointer;
font-weight: bold;
padding: 4px;
}
/*.issue-list__add-button:hover {*/
/*background: black;*/
/*color: white;*/
/*}*/
.issue-list__add-button input {
width: 100%;
text-align: center;
font-size: inherit;
padding: 4px;
margin: -4px;
}
.stopwatch {
display: inline-block;
width: 60%;
padding-top: 25px;
text-align: center;
font-size: 80px;
font-family: sans-serif;
cursor: default;
height: 220px;
transition: height 1s, opacity 1s;
overflow: hidden;
}
.stopwatch__control {
display: block;
text-align: center;
}
.stopwatch button {
display: inline-block;
text-transform: uppercase;
width: 160px;
height: 60px;
font-size: 32px;
outline-width: 2px;
outline-style: solid;
outline-color: Highlight;
}
@media (-webkit-min-device-pixel-ratio:0) {
.stopwatch button {
outline-color: -webkit-focus-ring-color;
outline-style: auto;
}
}
/* WebKit gets its native focus styles.
*/
@media (-webkit-min-device-pixel-ratio:0) {
.unreal-focus {
outline-color: -webkit-focus-ring-color;
outline-style: auto;
}
}
/*.comment-section {*/
/*text-align: left;*/
/*}*/
/*textarea {*/
/*width: 100%;*/
/*height: 220px;*/
/*font-size: 24px;*/
/*}*/
.manager-window {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 10;
background: Window;
opacity: 0;
transition: opacity ease 0.5s, visibility ease 0.5s;
}
.manager-window__content {
display: flex;
height: calc(100% - 52px);
}
.manager-window:not(.hidden) {
opacity: 1;
}
.manager-window__titlebar {
height: 52px;
width: 100%;
display: block;
position: relative;
text-align: center;
padding: 10px;
font-size: 22px;
background-color: WindowFrame;
color: WindowText;
}
.manager-window__close-button {
width: 32px;
height: 32px;
top: 10px;
right: 10px;
position: absolute;
cursor: pointer;
border-radius: 50%;
font-size: 16px;
padding: 6px;
background-color: ButtonFace;
color: ButtonText;
}
.manager-window__close-button:hover {
background-color: Highlight;
color: HighlightText;
}
.manager-window__destinations-list {
background-color: Menu;
flex: 0 0 200px;
height: 100%;
float: left;
border-right: WindowFrame 1px solid;
}
.manager-window__destinations-list > div > span {
display: block;
font-style: italic;
font-size: 10px;
}
.manager-window__destinations-list > div {
padding: 5px;
cursor: pointer;
}
.manager-window__destinations-list > div.selected {
background-color: Highlight;
color: HighlightText;
}
.manager-window__current-destination-form {
padding: 10px;
flex: 1;
height: 100%;
}
.hidden {
visibility: hidden;
}
.timesheet {
margin: 10px;
}
.tabs {
text-align: left;
margin-bottom: 10px;
}
.tab {
display: inline-block;
background: ButtonFace;
color: ButtonText;
padding: 10px;
cursor: pointer;
}
.tab.active {
background: Highlight;
color: HighlightText;
}
.timesheet__tab-content {
height: 100%;
overflow-y: auto;
}
table tr.selected td {
background-color: Highlight;
color: HighlightText;
}
table tr th {
background-color: CaptionText;
color: Menu;
}
table tr td {
background-color: Menu;
color: CaptionText;
}
fieldset[disabled] {
pointer-events: none;
opacity: 0.7;
}
.prompt-input {
display: inline-block;
}
.prompt-input > div {
display: block;
position: relative;
}
/*.prompt-input input:focus + div {*/
/*display: block;*/
/*}*/
.prompt-input .prompt {
position: absolute;
top: 0;
left: 0;
width: 200px;
text-align: left;
background: Menu;
border: solid 1px;
}
.prompt-input .prompt:empty {
display: none;
}
.prompt__item {
width: 100%;
cursor: pointer;
}
.jira-issue {
display: inline-flex;
align-items: center;
padding: 2px 5px;
}
.jira-issue img {
margin-right: 4px;
}
.prompt__item:hover {
background-color: Highlight;
color: HighlightText;
}
.collapsed {
height: 0 !important;
opacity: 0 !important;
}
.jira-log-form {
height: 260px;
transition: opacity 1s, height 1s;
overflow: hidden;
}
.big-icon {
font-size: 100px;
text-align: center;
display: block;
}
.action-link, a {
color: cadetblue;
text-decoration: underline;
font-weight: bold;
cursor: pointer;
}
.big-placeholder-message {
padding: 20px 50px;
width: 100%;
}
table {
width: 100%;
} | src/static/base.css | body {
text-align: center;
-webkit-user-select:none;
background: Window;
font: caption;
}
* {
box-sizing: border-box;
}
#container {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: flex;
}
#container > div {
height: 100%;
}
.app {
width: 100%;
height: 100%;
}
.selected-item-form {
flex: 1;
transition: opacity 2s;
}
.issue-list {
flex: 0 0 40%;
box-sizing: border-box;
float: left;
border-right: WindowFrame 1px solid;
height: 100%;
font-size: 16px;
background: Menu;
}
.issue-list__item {
width: 100%;
cursor: pointer;
padding: 4px;
}
.issue-list__item--selected {
background: Highlight;
color: HighlightText;
}
.issue-list__item--running::after {
content: "▶";
display: inline-block;
margin-left: 4px;
animation: blinker 3s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0.3;
}
}
.issue-list__add-button {
cursor: pointer;
font-weight: bold;
padding: 4px;
}
/*.issue-list__add-button:hover {*/
/*background: black;*/
/*color: white;*/
/*}*/
.issue-list__add-button input {
width: 100%;
text-align: center;
font-size: inherit;
padding: 4px;
margin: -4px;
}
.stopwatch {
display: inline-block;
width: 60%;
padding-top: 25px;
text-align: center;
font-size: 80px;
font-family: sans-serif;
cursor: default;
height: 220px;
transition: height 1s, opacity 1s;
overflow: hidden;
}
.stopwatch__control {
display: block;
text-align: center;
}
.stopwatch button {
display: inline-block;
text-transform: uppercase;
width: 160px;
height: 60px;
font-size: 32px;
outline-width: 2px;
outline-style: solid;
outline-color: Highlight;
}
@media (-webkit-min-device-pixel-ratio:0) {
.stopwatch button {
outline-color: -webkit-focus-ring-color;
outline-style: auto;
}
}
/* WebKit gets its native focus styles.
*/
@media (-webkit-min-device-pixel-ratio:0) {
.unreal-focus {
outline-color: -webkit-focus-ring-color;
outline-style: auto;
}
}
/*.comment-section {*/
/*text-align: left;*/
/*}*/
/*textarea {*/
/*width: 100%;*/
/*height: 220px;*/
/*font-size: 24px;*/
/*}*/
.manager-window {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 10;
background: Window;
opacity: 0;
transition: opacity ease 0.5s, visibility ease 0.5s;
}
.manager-window__content {
display: flex;
height: calc(100% - 52px);
}
.manager-window:not(.hidden) {
opacity: 1;
}
.manager-window__titlebar {
height: 52px;
width: 100%;
display: block;
position: relative;
text-align: center;
padding: 10px;
font-size: 22px;
background-color: WindowFrame;
color: WindowText;
}
.manager-window__close-button {
width: 32px;
height: 32px;
top: 10px;
right: 10px;
position: absolute;
cursor: pointer;
border-radius: 50%;
font-size: 16px;
padding: 6px;
background-color: ButtonFace;
color: ButtonText;
}
.manager-window__close-button:hover {
background-color: Highlight;
color: HighlightText;
}
.manager-window__destinations-list {
background-color: Menu;
flex: 0 0 200px;
height: 100%;
float: left;
border-right: WindowFrame 1px solid;
}
.manager-window__destinations-list > div > span {
display: block;
font-style: italic;
font-size: 10px;
}
.manager-window__destinations-list > div {
padding: 5px;
cursor: pointer;
}
.manager-window__destinations-list > div.selected {
background-color: Highlight;
color: HighlightText;
}
.manager-window__current-destination-form {
padding: 10px;
flex: 1;
height: 100%;
}
.hidden {
visibility: hidden;
}
.timesheet {
margin: 10px;
}
.tabs {
text-align: left;
margin-bottom: 10px;
}
.tab {
display: inline-block;
background: ButtonFace;
color: ButtonText;
padding: 10px;
cursor: pointer;
}
.tab.active {
background: Highlight;
color: HighlightText;
}
.timesheet__tab-content {
height: 100%;
overflow-y: auto;
}
table tr.selected td {
background-color: Highlight;
color: HighlightText;
}
table tr th {
background-color: CaptionText;
color: Menu;
}
table tr td {
background-color: Menu;
color: CaptionText;
}
fieldset[disabled] {
pointer-events: none;
opacity: 0.7;
}
.prompt-input {
display: inline-block;
}
.prompt-input > div {
display: block;
position: relative;
}
/*.prompt-input input:focus + div {*/
/*display: block;*/
/*}*/
.prompt-input .prompt {
position: absolute;
top: 0;
left: 0;
width: 200px;
text-align: left;
background: Menu;
border: solid 1px;
}
.prompt-input .prompt:empty {
display: none;
}
.prompt__item {
width: 100%;
cursor: pointer;
}
.jira-issue {
display: inline-flex;
align-items: center;
padding: 2px 5px;
}
.jira-issue img {
margin-right: 4px;
}
.prompt__item:hover {
background-color: Highlight;
color: HighlightText;
}
.collapsed {
height: 0 !important;
opacity: 0 !important;
}
.jira-log-form {
height: 260px;
transition: opacity 1s, height 1s;
overflow: hidden;
}
.big-icon {
font-size: 100px;
text-align: center;
display: block;
}
.action-link, a {
color: cadetblue;
text-decoration: underline;
font-weight: bold;
cursor: pointer;
}
.big-placeholder-message {
padding: 20px 50px;
width: 100%;
}
table {
width: 100%;
} | 0.512693 | 0.069258 |
body{
color:#000000;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
width: 90% /*18em;
*/
}
a{
color:#000000;
text-decoration:none;
}
a:visited{
color:#000000;
}
a:hover{
color:#8888FF; //#0000AA;
font-size:12px;
}
h1{
font-size:12px;
font-weight:bold;
font-variant:small-caps;
margin-left:0em;
margin-top:0.5em;
background-color:#DDDDDD;
border-style: solid;
border-width:1px;
border-color:#000000;
text-indent:1em;
padding-left:0.5em;
}
h2{
font-size:12px;
font-weight:bold;
font-variant:small-caps;
margin-left:1em;
background-color:#DDDDDD;
border-style: solid;
border-width:1px;
border-color:#000000;
text-indent:1em;
padding-left:0.5em;
}
h3{
font-size:12px;
font-weight:bold;
margin-left:2em;
margin-top:0.5em;
margin-bottom:0.5em;
background-color:#DDDDDD;
border-style: none;
padding-left:0.5em;
}
h4{
font-size:12px;
font-weight:bold;
margin-left:3em;
margin-top:0.5em;
margin-bottom:0.5em;
}
h5{
font-size:12px;
font-weight:bold;
margin-left:4em;
margin-top:0.5em;
margin-bottom:0.5em;
}
h6{
font-size:12px;
font-weight:bold;
font/style:italic;
margin-left:5em;
margin-top:0.5em;
margin-bottom:0.5em;
}
hr{
color:#0000AA;
}
dt{
font-weight:bold;
margin-left:12px;
}
p{
font-size:12px;
margin-left:15px;
}
ul{
margin-left:15px;
}
ol{
margin-left:15px;
}
li{
font-size:15px;
}
.small{
font-size:8px;
}
table{margin:1em;}
th{
background-color:#DDDDDD;
font-family: Times, serif;
font-size:14px;
font-style:italic;
font-weight:bold;
}
span.red{color:#FF0000;}
.sub{vertical-align:sub;}
.sup{vertical-align:super;}
.it{font-style:italic;} | src/ttbox/ttbox/doc/css/toc.css | body{
color:#000000;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
width: 90% /*18em;
*/
}
a{
color:#000000;
text-decoration:none;
}
a:visited{
color:#000000;
}
a:hover{
color:#8888FF; //#0000AA;
font-size:12px;
}
h1{
font-size:12px;
font-weight:bold;
font-variant:small-caps;
margin-left:0em;
margin-top:0.5em;
background-color:#DDDDDD;
border-style: solid;
border-width:1px;
border-color:#000000;
text-indent:1em;
padding-left:0.5em;
}
h2{
font-size:12px;
font-weight:bold;
font-variant:small-caps;
margin-left:1em;
background-color:#DDDDDD;
border-style: solid;
border-width:1px;
border-color:#000000;
text-indent:1em;
padding-left:0.5em;
}
h3{
font-size:12px;
font-weight:bold;
margin-left:2em;
margin-top:0.5em;
margin-bottom:0.5em;
background-color:#DDDDDD;
border-style: none;
padding-left:0.5em;
}
h4{
font-size:12px;
font-weight:bold;
margin-left:3em;
margin-top:0.5em;
margin-bottom:0.5em;
}
h5{
font-size:12px;
font-weight:bold;
margin-left:4em;
margin-top:0.5em;
margin-bottom:0.5em;
}
h6{
font-size:12px;
font-weight:bold;
font/style:italic;
margin-left:5em;
margin-top:0.5em;
margin-bottom:0.5em;
}
hr{
color:#0000AA;
}
dt{
font-weight:bold;
margin-left:12px;
}
p{
font-size:12px;
margin-left:15px;
}
ul{
margin-left:15px;
}
ol{
margin-left:15px;
}
li{
font-size:15px;
}
.small{
font-size:8px;
}
table{margin:1em;}
th{
background-color:#DDDDDD;
font-family: Times, serif;
font-size:14px;
font-style:italic;
font-weight:bold;
}
span.red{color:#FF0000;}
.sub{vertical-align:sub;}
.sup{vertical-align:super;}
.it{font-style:italic;} | 0.347205 | 0.046725 |
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;1,400&display=swap");
html,
body {
margin: 0;
}
body {
background-color: #591985;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%238e67d0' fill-opacity='0.17'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
font-family: "Montserrat", sans-serif;
color: white;
}
h1,
h2,
h3,
.MuiTypography-h1 {
font-family: "Josefin Sans", sans-serif;
}
.site-title {
font-size: 3em;
margin-bottom: 0.5rem;
}
.site-subtitle {
font-size: 1.7em;
margin-top: 0.7rem;
}
.arrows:hover {
opacity: 0.5;
}
.clip {
clip-path: polygon(50% 100%, 0 0, 100% 0);
height: 100vh;
width: 100%;
z-index: -100;
}
.center-layer {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.section-heading {
font-size: 4rem;
z-index: -100;
text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5),
1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5),
1px 1px 0 rgba(255, 255, 255, 0.5);
}
.portfolio-heading {
color: #f57120;
}
.about-heading {
color: #088028;
}
.green-bg {
background-color: #088028;
}
.blue-bg {
background-color: #0070fa;
}
.purple-bg {
background-color: #8f30cf;
}
.shape-orange {
background-color: #f57120;
}
.shape-content {
margin-top: -5px;
margin-bottom: -1px;
padding-top: 0.5rem;
font-size: 1.2rem;
line-height: 1.6rem;
}
.shape {
z-index: 20;
max-height: none;
}
.shape::before {
content: url(../images/top.svg);
width: 100%;
z-index: 10;
}
.shape::after {
content: url(../images/bottom.svg);
width: 100%;
z-index: 10;
}
.shape-green::before {
content: url(../images/green-top.svg);
width: 100%;
z-index: 10;
}
.shape-green::after {
content: url(../images/green-bottom.svg);
width: 100%;
z-index: 10;
}
.shape-blue::before {
content: url(../images/blue-top.svg);
width: 100%;
z-index: 10;
}
.shape-blue::after {
content: url(../images/blue-bottom.svg);
width: 100%;
z-index: 10;
}
.shape-footer::before {
content: url(../images/footer-top.svg);
width: 100%;
z-index: 10;
}
.shape-port::before {
content: url(../images/port-top.svg);
width: 100%;
z-index: 10;
}
.shape-port::after {
content: url(../images/port-bottom.svg);
width: 100%;
z-index: 10;
}
.footer-bg {
background: #8325c2;
}
.long-info {
text-align: left;
font-size: 1.2em;
}
.arrow-position {
display: flex;
justify-content: center;
position: relative;
top: -65px;
}
@media (min-width: 1200px) {
.arrow-position {
top: -75px;
}
}
.slide {
display: flex !important;
justify-content: center;
justify-self: center !important;
}
.slide-arrows {
position: relative;
background: rgba(31, 31, 31, 0.5);
padding: 5px;
}
.slide-arrows:hover {
color: skyblue;
}
.slide-arrows-next {
margin: 0;
top: 190px;
padding: 5px;
}
.slide-arrows-prev {
margin: 0;
top: 190px;
padding: 5px;
}
.project-sub-title {
font-family: "Montserrat", sans-serif;
font-weight: normal;
}
.social-media {
display: flex;
justify-content: center;
}
.social-media > svg {
padding: 5px;
}
.portfolio-more {
width: 320px;
border: white 1px solid;
height: 230px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
background-color: #de671d;
}
.portfolio-more:hover {
background-color: #591985;
transition: background-color 0.5s;
}
.instaPic:hover {
opacity: 0.5;
} | src/components/layout.css | @import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;1,400&display=swap");
html,
body {
margin: 0;
}
body {
background-color: #591985;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%238e67d0' fill-opacity='0.17'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
font-family: "Montserrat", sans-serif;
color: white;
}
h1,
h2,
h3,
.MuiTypography-h1 {
font-family: "Josefin Sans", sans-serif;
}
.site-title {
font-size: 3em;
margin-bottom: 0.5rem;
}
.site-subtitle {
font-size: 1.7em;
margin-top: 0.7rem;
}
.arrows:hover {
opacity: 0.5;
}
.clip {
clip-path: polygon(50% 100%, 0 0, 100% 0);
height: 100vh;
width: 100%;
z-index: -100;
}
.center-layer {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.section-heading {
font-size: 4rem;
z-index: -100;
text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5),
1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5),
1px 1px 0 rgba(255, 255, 255, 0.5);
}
.portfolio-heading {
color: #f57120;
}
.about-heading {
color: #088028;
}
.green-bg {
background-color: #088028;
}
.blue-bg {
background-color: #0070fa;
}
.purple-bg {
background-color: #8f30cf;
}
.shape-orange {
background-color: #f57120;
}
.shape-content {
margin-top: -5px;
margin-bottom: -1px;
padding-top: 0.5rem;
font-size: 1.2rem;
line-height: 1.6rem;
}
.shape {
z-index: 20;
max-height: none;
}
.shape::before {
content: url(../images/top.svg);
width: 100%;
z-index: 10;
}
.shape::after {
content: url(../images/bottom.svg);
width: 100%;
z-index: 10;
}
.shape-green::before {
content: url(../images/green-top.svg);
width: 100%;
z-index: 10;
}
.shape-green::after {
content: url(../images/green-bottom.svg);
width: 100%;
z-index: 10;
}
.shape-blue::before {
content: url(../images/blue-top.svg);
width: 100%;
z-index: 10;
}
.shape-blue::after {
content: url(../images/blue-bottom.svg);
width: 100%;
z-index: 10;
}
.shape-footer::before {
content: url(../images/footer-top.svg);
width: 100%;
z-index: 10;
}
.shape-port::before {
content: url(../images/port-top.svg);
width: 100%;
z-index: 10;
}
.shape-port::after {
content: url(../images/port-bottom.svg);
width: 100%;
z-index: 10;
}
.footer-bg {
background: #8325c2;
}
.long-info {
text-align: left;
font-size: 1.2em;
}
.arrow-position {
display: flex;
justify-content: center;
position: relative;
top: -65px;
}
@media (min-width: 1200px) {
.arrow-position {
top: -75px;
}
}
.slide {
display: flex !important;
justify-content: center;
justify-self: center !important;
}
.slide-arrows {
position: relative;
background: rgba(31, 31, 31, 0.5);
padding: 5px;
}
.slide-arrows:hover {
color: skyblue;
}
.slide-arrows-next {
margin: 0;
top: 190px;
padding: 5px;
}
.slide-arrows-prev {
margin: 0;
top: 190px;
padding: 5px;
}
.project-sub-title {
font-family: "Montserrat", sans-serif;
font-weight: normal;
}
.social-media {
display: flex;
justify-content: center;
}
.social-media > svg {
padding: 5px;
}
.portfolio-more {
width: 320px;
border: white 1px solid;
height: 230px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
background-color: #de671d;
}
.portfolio-more:hover {
background-color: #591985;
transition: background-color 0.5s;
}
.instaPic:hover {
opacity: 0.5;
} | 0.383064 | 0.1126 |
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,900,700);
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Roboto', "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}
::-webkit-scrollbar {
display: none;
}
.text-vertical-center {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.text-vertical-center h1 {
margin: 0;
padding: 0;
font-size: 4.5em;
font-weight: 700;
}
/* Custom Button Styles */
.btn-dark {
border-radius: 0;
color: #fff;
background-color: rgba(0,0,0,0.4);
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
color: #fff;
background-color: rgba(0,0,0,0.7);
}
.btn-light {
color: #333;
background-color: rgb(255,255,255);
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
color: #333;
background-color: rgba(255,255,255,0.8);
}
/* Custom Horizontal Rule */
hr.small {
max-width: 100px;
}
hr.small2 {
max-width: 100px;
margin-bottom: 0px;
margin-top: 0px;
}
/* Header */
.header {
display: table;
position: relative;
width: 100%;
height: 100%;
background: #F8F8F8;
/* background: url(../img/bg.jpg) no-repeat center center scroll;*/
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.header h2 {
font-weight: 300;
font-size: 22px;
}
.header h3 {
font-weight: 400;
font-size: 19px;
color: #3b3b3b;
}
.header .btn {
border-radius: 3px;
margin-top: 40px;
}
.header h5 {
color: #3b3b3b;
font-weight: 300;
font-size: 15px;
}
.header img {
padding-bottom: 0px;
}
/* About */
.about {
padding: 50px 0;
}
/* Services */
.services {
padding: 0px 0px 0px 0px;
background-color: white;
}
.service-item {
margin-bottom: 30px;
}
.services .btn {
border-radius: 3px;
margin: 5px;
padding-top: 15px;
padding-bottom: 15px;
width: 120px;
font-size: 16px;
background-color: #F8F8F8;
}
.services h4 {
color: #F8F8F8;
}
.services hr {
border-color: #F8F8F8;
padding-bottom: 50px;
}
.services form {
color: #3b3b3b;
margin: auto;
background-color: none;
display: inline-block;
font-size: 19px;
font-weight: lighter;
}
.services input {
color: #3b3b3b;
opacity: 0.4;
border-style: solid;
border: none;
width: 300px;
height: 40px;
margin-top: 5px;
margin-bottom: 25px;
margin-left: 15px;
display: inline-block;
padding-left: 8px;
padding-right: 8px;
border-radius: 4px;
}
/* Callout */
.callout {
display: table;
width: 100%;
height: 400px;
color: #fff;
background: url(../img/callout.jpg) no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
/* Portfolio */
.portfolio {
padding: 50px 0;
}
.portfolio-item {
margin-bottom: 30px;
}
.img-portfolio {
margin: 0 auto;
}
.img-portfolio:hover {
opacity: 0.8;
}
/* Call to Action */
.call-to-action {
padding: 50px 0;
}
.call-to-action .btn {
margin: 10px;
}
/* Map */
.map {
height: 500px;
}
@media(max-width:768px) {
.map {
height: 75%;
}
}
/* Footer */
footer {
padding: 100px 0 30px 0;
background-color: #F8F8F8;
}
#scrollbar {
vertical-align: middle;
background: rgba(224,224,224,0.3);
border-radius: 5px;
margin: auto;
height: 450px;
width: 200px;
padding-top: 5px;
padding-bottom: 5px;
}
#content {
height: 50rem;
}
.option {
font-family: 'Roboto', sans-serif;
color: white;
/* vertical-align: middle;*/
height: 70px;
}
h2 {
color: white;
font-size: 10px;
font-weight: lighter;
text-align: left;
display: inline-block;
width: 250px;
vertical-align: middle;
}
hr.small3 {
border: 0;
color: white;
height: 1px;
margin-top: 0px;
margin-bottom: 0px;
background-image: linear-gradient(to right, rgba(f,f,f,f), rgba(f, f, f, 0.75), rgba(f, f, f, f));
} | css/stylish-portfolio.css |
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,900,700);
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Roboto', "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}
::-webkit-scrollbar {
display: none;
}
.text-vertical-center {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.text-vertical-center h1 {
margin: 0;
padding: 0;
font-size: 4.5em;
font-weight: 700;
}
/* Custom Button Styles */
.btn-dark {
border-radius: 0;
color: #fff;
background-color: rgba(0,0,0,0.4);
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
color: #fff;
background-color: rgba(0,0,0,0.7);
}
.btn-light {
color: #333;
background-color: rgb(255,255,255);
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
color: #333;
background-color: rgba(255,255,255,0.8);
}
/* Custom Horizontal Rule */
hr.small {
max-width: 100px;
}
hr.small2 {
max-width: 100px;
margin-bottom: 0px;
margin-top: 0px;
}
/* Header */
.header {
display: table;
position: relative;
width: 100%;
height: 100%;
background: #F8F8F8;
/* background: url(../img/bg.jpg) no-repeat center center scroll;*/
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.header h2 {
font-weight: 300;
font-size: 22px;
}
.header h3 {
font-weight: 400;
font-size: 19px;
color: #3b3b3b;
}
.header .btn {
border-radius: 3px;
margin-top: 40px;
}
.header h5 {
color: #3b3b3b;
font-weight: 300;
font-size: 15px;
}
.header img {
padding-bottom: 0px;
}
/* About */
.about {
padding: 50px 0;
}
/* Services */
.services {
padding: 0px 0px 0px 0px;
background-color: white;
}
.service-item {
margin-bottom: 30px;
}
.services .btn {
border-radius: 3px;
margin: 5px;
padding-top: 15px;
padding-bottom: 15px;
width: 120px;
font-size: 16px;
background-color: #F8F8F8;
}
.services h4 {
color: #F8F8F8;
}
.services hr {
border-color: #F8F8F8;
padding-bottom: 50px;
}
.services form {
color: #3b3b3b;
margin: auto;
background-color: none;
display: inline-block;
font-size: 19px;
font-weight: lighter;
}
.services input {
color: #3b3b3b;
opacity: 0.4;
border-style: solid;
border: none;
width: 300px;
height: 40px;
margin-top: 5px;
margin-bottom: 25px;
margin-left: 15px;
display: inline-block;
padding-left: 8px;
padding-right: 8px;
border-radius: 4px;
}
/* Callout */
.callout {
display: table;
width: 100%;
height: 400px;
color: #fff;
background: url(../img/callout.jpg) no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
/* Portfolio */
.portfolio {
padding: 50px 0;
}
.portfolio-item {
margin-bottom: 30px;
}
.img-portfolio {
margin: 0 auto;
}
.img-portfolio:hover {
opacity: 0.8;
}
/* Call to Action */
.call-to-action {
padding: 50px 0;
}
.call-to-action .btn {
margin: 10px;
}
/* Map */
.map {
height: 500px;
}
@media(max-width:768px) {
.map {
height: 75%;
}
}
/* Footer */
footer {
padding: 100px 0 30px 0;
background-color: #F8F8F8;
}
#scrollbar {
vertical-align: middle;
background: rgba(224,224,224,0.3);
border-radius: 5px;
margin: auto;
height: 450px;
width: 200px;
padding-top: 5px;
padding-bottom: 5px;
}
#content {
height: 50rem;
}
.option {
font-family: 'Roboto', sans-serif;
color: white;
/* vertical-align: middle;*/
height: 70px;
}
h2 {
color: white;
font-size: 10px;
font-weight: lighter;
text-align: left;
display: inline-block;
width: 250px;
vertical-align: middle;
}
hr.small3 {
border: 0;
color: white;
height: 1px;
margin-top: 0px;
margin-bottom: 0px;
background-image: linear-gradient(to right, rgba(f,f,f,f), rgba(f, f, f, 0.75), rgba(f, f, f, f));
} | 0.361277 | 0.092893 |
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, div.paragraph, blockquote, fieldset, input { margin: 0; padding: 0; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; }
ul { list-style: none; }
fieldset { border: 0; }
a img { border: 0; }
.clear { clear: both; }
body { background: url(theme/bodybg.jpg?705099); font-family: Trebuchet MS, arial, sans-serif; font-size: 12px; color: #273b4a; height: 100%; margin: 0; padding: 0; }
a { color: #4984c9; text-decoration: none; }
a:hover { color: #84afe1; text-decoration: none; }
div.paragraph { line-height: 1.5; color: #273b4a; font-size: 13px; padding: .5em 0; }
p { line-height: 1.5; color: #273b4a; font-size: 13px; padding: .5em 0; }
h1 { font-size: 24px; color: #273b4a; padding: .5em 0 .2em 0; }
h2 { font-size: 20px; color: #273b4a; padding: .5em 0 .2em 0; }
blockquote { font-style:italic; border-left:4px solid #ccc; margin:10px 0 10px 0; padding-left:20px; line-height:1.5; color:#666; }
#wrapper { padding: 0 0 33px 0; background: url(theme/wrapperbg.jpg?705099) center repeat-y; }
#container { width: 960px; margin: 0 auto; }
.splash-page #container { width: 600px; margin: 0 auto; }
#header, #header a { color: #4984c9; margin: 0; padding: 0; text-decoration: none; }
#header a:hover { color: #84afe1; }
#logo, #logo a { color: #fff; font-size: 30px; }
#banner { width: 960px; margin: 0 0 9px 0; }
#content { width: 914px; height: auto !important; min-height: 400px; background: #efe8dc; border-bottom: 1px solid #cecece; padding: 20px 23px 20px 23px; }
#banner a { color: #84afe1; }
#banner a:hover { color: #4984c9; }
#content a:hover { color: #569def; }
#navigation { position: relative; width: 960px; height: 47px; z-index: 2; margin: 0 0 0 0; background: url(theme/navigationbg.jpg?705099) top repeat-x; }
#navigation li { float: left; z-index: 2; }
#navigation li a { position: relative; display: block; height: 28px; color: #fff; float: left; z-index: 2; padding: 10px 18px 0 18px; font-size: 14px; text-decoration: none; }
#navigation li a:hover, #navigation li#active a { color: #0c1b2c; background: #6a95c7; text-decoration: none; }
#wsite-menus .wsite-menu li a { background: #6A96C7; border-top: none; border-bottom: 1px solid #7BA1CE; border-right: none; border-left: none; padding: 7px 8px 7px 12px; color: #fff; }
#wsite-menus .wsite-menu li a:hover { background: #335E93; color: #fff; }
#header { width: 100%; height: 100px; }
#header, #header table { border-collapse: collapse; border-spacing: 0; }
#header td { vertical-align: middle; text-align: left; }
#logo { padding: 25px 0 25px 23px; }
#header-right { padding: 0 23px 0 10px; }
#header-right table { float: right; width: 1px; }
#header-right td { padding: 0; }
#header-right .phone-number .wsite-text { color: #fff; font-size: 14px; font-family: Trebuchet MS; text-decoration: none; display: block; white-space: nowrap; margin: 0 0 0 15px; }
#header-right .wsite-social { vertical-align: middle; margin: 0 0 0 12px; }
.wsite-social-item { width: 23px; height: 23px; margin: 0 0 0 3px !important; background-image:url(theme/social-grey.png?705099); }
.wsite-social-facebook {background-position:0 0;}
.wsite-social-facebook:hover {background-position:0 -23px;}
.wsite-social-facebook:active {background-position:0 -46px;}
.wsite-social-pinterest {background-position:-23px 0;}
.wsite-social-pinterest:hover {background-position:-23px -23px;}
.wsite-social-pinterest:active {background-position:-23px -46px;}
.wsite-social-twitter {background-position:-46px 0;}
.wsite-social-twitter:hover {background-position:-46px -23px;}
.wsite-social-twitter:active {background-position:-46px -46px;}
.wsite-social-linkedin {background-position:-69px 0;}
.wsite-social-linkedin:hover {background-position:-69px -23px;}
.wsite-social-linkedin:active {background-position:-69px -46px;}
.wsite-social-mail {background-position:-92px 0;}
.wsite-social-mail:hover {background-position:-92px -23px;}
.wsite-social-mail:active {background-position:-92px -46px;}
.wsite-social-rss {background-position:-115px 0;}
.wsite-social-rss:hover {background-position:-115px -23px;}
.wsite-social-rss:active {background-position:-115px -46px;}
.wsite-social-flickr {background-position:-138px 0;}
.wsite-social-flickr:hover {background-position:-138px -23px;}
.wsite-social-flickr:active {background-position:-138px -46px;}
.wsite-social-plus {background-position:-161px 0;}
.wsite-social-plus:hover {background-position:-161px -23px;}
.wsite-social-plus:active {background-position:-161px -46px;}
.wsite-social-vimeo {background-position:-184px 0;}
.wsite-social-vimeo:hover {background-position:-184px -23px;}
.wsite-social-vimeo:active {background-position:-184px -46px;}
.wsite-social-yahoo {background-position:-207px 0;}
.wsite-social-yahoo:hover {background-position:-207px -23px;}
.wsite-social-yahoo:active {background-position:-207px -46px;}
.wsite-social-youtube {background-position:-230px 0;}
.wsite-social-youtube:hover {background-position:-230px -23px;}
.wsite-social-youtube:active {background-position:-230px -46px;}
#header-right .wsite-search { vertical-align: middle; margin: 0 0 0 15px; }
#header-right .wsite-search-input { width: 157px; height: 18px; border: none; padding: 3px 7px 5px 7px; color: #273b4a; font-size: 12px; background: url(theme/input-bg.png?705099) no-repeat; }
#header-right .wsite-search-button { position: relative; width: 36px; height: 27px; border: none; margin: 0; padding: 0; background: url(theme/submit.png?705099) no-repeat; }
#footer { width: 910px; font-size: 13px; background: url(theme/footerbg.jpg?705099) repeat-y; padding: 25px 25px 25px 25px; margin: 10px 0 0 0; text-align: right; }
#footer div.paragraph {font-size:12px;}
#footer p {font-size:12px;}
#footer, #footer div.paragraph, #footer h1, #footer h2 { color: #ccc; }
#footer, #footer p, #footer h1, #footer h2 { color: #ccc; }
.wsite-footer { margin-bottom: 15px; }
#footer h2 { font-size:16px; color:#fff; border-bottom:1px solid #ccc; padding-bottom:7px; }
#footer blockquote { border-left:4px solid #444; color:#999; }
.wsite-form-container { margin-top:0px !important; text-align:left !important; color: #999; }
.wsite-footer .wsite-form-label { font-size: 1em !important; padding: 5px 0 2px 0 !important; color: #ddd; }
.wsite-footer .wsite-form-field { width:330px !important; }
.wsite-footer .form-radio-container { font-size:1em !important; color: #ccc; }
.wsite-footer .wsite-form-input { font-size: 1em !important; width: 100% !important; }
.wsite-footer .form-select { width: 100% !important; }
.tall-header-page .wsite-header { width: 960px; height: 270px; background: url(theme/banner-tall.jpg?705099) no-repeat; }
.short-header-page .wsite-header { width: 960px; height: 150px; background: url(theme/banner-short.jpg?705099) no-repeat; }
#banner-left { float: left; width: 509px; height: 310px; padding: 0 35px 0 0; }
.landing-page .wsite-header { width: 509px; height: 310px; background: url(theme/banner-landing.jpg?705099) no-repeat; }
.landing-banner-outer { display: table; position: relative; overflow: hidden; }
.landing-banner-mid { position: absolute; top: 50%; display: table-cell; vertical-align: middle; }
.landing-banner-inner { position: relative; top: -50%; }
#bannerright { float: left; width: 390px; height: 310px; padding: 0 0 0 0; }
#bannerright h2 { color: #fff; font-size: 30px; padding: 0 0 0 0; line-height: 1.1; }
#bannerright div.paragraph { color: #fff; font-size: 16px; padding: 20px 0; line-height: 140%; }
#bannerright p { color: #fff; font-size: 16px; padding: 20px 0; line-height: 140%; }
.splash-page #header-right { padding: 0; margin: 0; }
.splash-page #content { width: 554px; padding: 20px 23px 20px 23px; }
.splash-page .title { width: 600px; padding: 0; }
.splash-page #wrapper { width: 642px; margin: 0 auto; padding: 0 0 33px 42px; }
.splash-page #footer { width: 550px; padding: 10px 25px 10px 25px; }
.splash-page .wsite-header { width: 600px; height: 150px; border: none; padding: 5px 0 0 0; background: url(theme/banner-splash.jpg?705099) no-repeat; }
.wsite-form-label { display: inline-block; color: #333333; font-size: 13px; font-weight: bold; padding: 10px 0 3px 0; }
.form-radio-container { color: #656565; font-size: 12px; }
.wsite-form-input, .wsite-search-element-input { background: #fefefe url(theme/form-inputbg.gif?705099) top repeat-x; color: #656565; border: 1px solid #D2D2D2; padding: 5px; font-size:12px; }
.form-select { width: 380px; background: #fefefe; color: #656565; border: 1px solid #D2D2D2; }
.wsite-button { color: #fff !important; height: 34px; display: inline-block; font-size: 14px; border: none; font-weight: bold; text-decoration: none; text-transform: uppercase; padding: 0 10px 0 0; background: url(theme/button_small_blue.png?705099) no-repeat 100% -105px; text-shadow:0 -1px 0 rgba(0,0,0,0.7); }
.wsite-button:hover { background-position: 100% -140px; }
.wsite-button:active { background-position: 100% -175px; }
.wsite-button-inner { color: #fff !important; height: 34px; line-height: 34px; display: block; font-size: 14px; font-weight: bold; border: none; text-decoration: none; padding: 0 10px 0 20px; background: url(theme/button_small_blue.png?705099) no-repeat 0 0; }
.wsite-button:hover .wsite-button-inner { background-position: 0 -35px; }
.wsite-button:active .wsite-button-inner { background-position: 0 -70px; }
.wsite-button-large { color: #fff !important; height: 41px; background: url(theme/button_large_blue.png?705099) no-repeat 100% -126px; padding: 0 10px 0 0; }
.wsite-button-large:hover { background-position: 100% -168px; }
.wsite-button-large:active { background-position: 100% -210px; }
.wsite-button-large .wsite-button-inner { color: #fff !important; height: 40px; line-height: 41px; padding: 1px 10px 0 20px; background: url(theme/button_large_blue.png?705099) no-repeat 0 0; }
.wsite-button-large:hover .wsite-button-inner { background-position: 0 -42px; }
.wsite-button-large:active .wsite-button-inner { background-position: 0 -84px; }
.wsite-button-large.wsite-button-highlight { color: #38302a !important; background-image: url(theme/button_large_tan.png?705099); text-shadow:0 1px 0 rgba(255,255,255,0.4); }
.wsite-button-large.wsite-button-highlight .wsite-button-inner { color: #38302a !important; background-image: url(theme/button_large_tan.png?705099); }
.wsite-button-highlight { color: #38302a !important; background-image: url(theme/button_small_tan.png?705099); }
.wsite-button-highlight .wsite-button-inner { color: #38302a !important; background-image: url(theme/button_small_tan.png?705099); }
div.paragraph ul, div.paragraph ol { padding-left: 25px !important; margin: 5px 0 !important; overflow:hidden; }
div.paragraph li { padding-left: 5px !important; margin: 3px 0 0 !important; }
div.paragraph ul, div.paragraph ul li { list-style: disc outside !important; }
div.paragraph ol, div.paragraph ol li { list-style: decimal outside !important; } | web/css/h2o_style.css | ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, div.paragraph, blockquote, fieldset, input { margin: 0; padding: 0; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; }
ul { list-style: none; }
fieldset { border: 0; }
a img { border: 0; }
.clear { clear: both; }
body { background: url(theme/bodybg.jpg?705099); font-family: Trebuchet MS, arial, sans-serif; font-size: 12px; color: #273b4a; height: 100%; margin: 0; padding: 0; }
a { color: #4984c9; text-decoration: none; }
a:hover { color: #84afe1; text-decoration: none; }
div.paragraph { line-height: 1.5; color: #273b4a; font-size: 13px; padding: .5em 0; }
p { line-height: 1.5; color: #273b4a; font-size: 13px; padding: .5em 0; }
h1 { font-size: 24px; color: #273b4a; padding: .5em 0 .2em 0; }
h2 { font-size: 20px; color: #273b4a; padding: .5em 0 .2em 0; }
blockquote { font-style:italic; border-left:4px solid #ccc; margin:10px 0 10px 0; padding-left:20px; line-height:1.5; color:#666; }
#wrapper { padding: 0 0 33px 0; background: url(theme/wrapperbg.jpg?705099) center repeat-y; }
#container { width: 960px; margin: 0 auto; }
.splash-page #container { width: 600px; margin: 0 auto; }
#header, #header a { color: #4984c9; margin: 0; padding: 0; text-decoration: none; }
#header a:hover { color: #84afe1; }
#logo, #logo a { color: #fff; font-size: 30px; }
#banner { width: 960px; margin: 0 0 9px 0; }
#content { width: 914px; height: auto !important; min-height: 400px; background: #efe8dc; border-bottom: 1px solid #cecece; padding: 20px 23px 20px 23px; }
#banner a { color: #84afe1; }
#banner a:hover { color: #4984c9; }
#content a:hover { color: #569def; }
#navigation { position: relative; width: 960px; height: 47px; z-index: 2; margin: 0 0 0 0; background: url(theme/navigationbg.jpg?705099) top repeat-x; }
#navigation li { float: left; z-index: 2; }
#navigation li a { position: relative; display: block; height: 28px; color: #fff; float: left; z-index: 2; padding: 10px 18px 0 18px; font-size: 14px; text-decoration: none; }
#navigation li a:hover, #navigation li#active a { color: #0c1b2c; background: #6a95c7; text-decoration: none; }
#wsite-menus .wsite-menu li a { background: #6A96C7; border-top: none; border-bottom: 1px solid #7BA1CE; border-right: none; border-left: none; padding: 7px 8px 7px 12px; color: #fff; }
#wsite-menus .wsite-menu li a:hover { background: #335E93; color: #fff; }
#header { width: 100%; height: 100px; }
#header, #header table { border-collapse: collapse; border-spacing: 0; }
#header td { vertical-align: middle; text-align: left; }
#logo { padding: 25px 0 25px 23px; }
#header-right { padding: 0 23px 0 10px; }
#header-right table { float: right; width: 1px; }
#header-right td { padding: 0; }
#header-right .phone-number .wsite-text { color: #fff; font-size: 14px; font-family: Trebuchet MS; text-decoration: none; display: block; white-space: nowrap; margin: 0 0 0 15px; }
#header-right .wsite-social { vertical-align: middle; margin: 0 0 0 12px; }
.wsite-social-item { width: 23px; height: 23px; margin: 0 0 0 3px !important; background-image:url(theme/social-grey.png?705099); }
.wsite-social-facebook {background-position:0 0;}
.wsite-social-facebook:hover {background-position:0 -23px;}
.wsite-social-facebook:active {background-position:0 -46px;}
.wsite-social-pinterest {background-position:-23px 0;}
.wsite-social-pinterest:hover {background-position:-23px -23px;}
.wsite-social-pinterest:active {background-position:-23px -46px;}
.wsite-social-twitter {background-position:-46px 0;}
.wsite-social-twitter:hover {background-position:-46px -23px;}
.wsite-social-twitter:active {background-position:-46px -46px;}
.wsite-social-linkedin {background-position:-69px 0;}
.wsite-social-linkedin:hover {background-position:-69px -23px;}
.wsite-social-linkedin:active {background-position:-69px -46px;}
.wsite-social-mail {background-position:-92px 0;}
.wsite-social-mail:hover {background-position:-92px -23px;}
.wsite-social-mail:active {background-position:-92px -46px;}
.wsite-social-rss {background-position:-115px 0;}
.wsite-social-rss:hover {background-position:-115px -23px;}
.wsite-social-rss:active {background-position:-115px -46px;}
.wsite-social-flickr {background-position:-138px 0;}
.wsite-social-flickr:hover {background-position:-138px -23px;}
.wsite-social-flickr:active {background-position:-138px -46px;}
.wsite-social-plus {background-position:-161px 0;}
.wsite-social-plus:hover {background-position:-161px -23px;}
.wsite-social-plus:active {background-position:-161px -46px;}
.wsite-social-vimeo {background-position:-184px 0;}
.wsite-social-vimeo:hover {background-position:-184px -23px;}
.wsite-social-vimeo:active {background-position:-184px -46px;}
.wsite-social-yahoo {background-position:-207px 0;}
.wsite-social-yahoo:hover {background-position:-207px -23px;}
.wsite-social-yahoo:active {background-position:-207px -46px;}
.wsite-social-youtube {background-position:-230px 0;}
.wsite-social-youtube:hover {background-position:-230px -23px;}
.wsite-social-youtube:active {background-position:-230px -46px;}
#header-right .wsite-search { vertical-align: middle; margin: 0 0 0 15px; }
#header-right .wsite-search-input { width: 157px; height: 18px; border: none; padding: 3px 7px 5px 7px; color: #273b4a; font-size: 12px; background: url(theme/input-bg.png?705099) no-repeat; }
#header-right .wsite-search-button { position: relative; width: 36px; height: 27px; border: none; margin: 0; padding: 0; background: url(theme/submit.png?705099) no-repeat; }
#footer { width: 910px; font-size: 13px; background: url(theme/footerbg.jpg?705099) repeat-y; padding: 25px 25px 25px 25px; margin: 10px 0 0 0; text-align: right; }
#footer div.paragraph {font-size:12px;}
#footer p {font-size:12px;}
#footer, #footer div.paragraph, #footer h1, #footer h2 { color: #ccc; }
#footer, #footer p, #footer h1, #footer h2 { color: #ccc; }
.wsite-footer { margin-bottom: 15px; }
#footer h2 { font-size:16px; color:#fff; border-bottom:1px solid #ccc; padding-bottom:7px; }
#footer blockquote { border-left:4px solid #444; color:#999; }
.wsite-form-container { margin-top:0px !important; text-align:left !important; color: #999; }
.wsite-footer .wsite-form-label { font-size: 1em !important; padding: 5px 0 2px 0 !important; color: #ddd; }
.wsite-footer .wsite-form-field { width:330px !important; }
.wsite-footer .form-radio-container { font-size:1em !important; color: #ccc; }
.wsite-footer .wsite-form-input { font-size: 1em !important; width: 100% !important; }
.wsite-footer .form-select { width: 100% !important; }
.tall-header-page .wsite-header { width: 960px; height: 270px; background: url(theme/banner-tall.jpg?705099) no-repeat; }
.short-header-page .wsite-header { width: 960px; height: 150px; background: url(theme/banner-short.jpg?705099) no-repeat; }
#banner-left { float: left; width: 509px; height: 310px; padding: 0 35px 0 0; }
.landing-page .wsite-header { width: 509px; height: 310px; background: url(theme/banner-landing.jpg?705099) no-repeat; }
.landing-banner-outer { display: table; position: relative; overflow: hidden; }
.landing-banner-mid { position: absolute; top: 50%; display: table-cell; vertical-align: middle; }
.landing-banner-inner { position: relative; top: -50%; }
#bannerright { float: left; width: 390px; height: 310px; padding: 0 0 0 0; }
#bannerright h2 { color: #fff; font-size: 30px; padding: 0 0 0 0; line-height: 1.1; }
#bannerright div.paragraph { color: #fff; font-size: 16px; padding: 20px 0; line-height: 140%; }
#bannerright p { color: #fff; font-size: 16px; padding: 20px 0; line-height: 140%; }
.splash-page #header-right { padding: 0; margin: 0; }
.splash-page #content { width: 554px; padding: 20px 23px 20px 23px; }
.splash-page .title { width: 600px; padding: 0; }
.splash-page #wrapper { width: 642px; margin: 0 auto; padding: 0 0 33px 42px; }
.splash-page #footer { width: 550px; padding: 10px 25px 10px 25px; }
.splash-page .wsite-header { width: 600px; height: 150px; border: none; padding: 5px 0 0 0; background: url(theme/banner-splash.jpg?705099) no-repeat; }
.wsite-form-label { display: inline-block; color: #333333; font-size: 13px; font-weight: bold; padding: 10px 0 3px 0; }
.form-radio-container { color: #656565; font-size: 12px; }
.wsite-form-input, .wsite-search-element-input { background: #fefefe url(theme/form-inputbg.gif?705099) top repeat-x; color: #656565; border: 1px solid #D2D2D2; padding: 5px; font-size:12px; }
.form-select { width: 380px; background: #fefefe; color: #656565; border: 1px solid #D2D2D2; }
.wsite-button { color: #fff !important; height: 34px; display: inline-block; font-size: 14px; border: none; font-weight: bold; text-decoration: none; text-transform: uppercase; padding: 0 10px 0 0; background: url(theme/button_small_blue.png?705099) no-repeat 100% -105px; text-shadow:0 -1px 0 rgba(0,0,0,0.7); }
.wsite-button:hover { background-position: 100% -140px; }
.wsite-button:active { background-position: 100% -175px; }
.wsite-button-inner { color: #fff !important; height: 34px; line-height: 34px; display: block; font-size: 14px; font-weight: bold; border: none; text-decoration: none; padding: 0 10px 0 20px; background: url(theme/button_small_blue.png?705099) no-repeat 0 0; }
.wsite-button:hover .wsite-button-inner { background-position: 0 -35px; }
.wsite-button:active .wsite-button-inner { background-position: 0 -70px; }
.wsite-button-large { color: #fff !important; height: 41px; background: url(theme/button_large_blue.png?705099) no-repeat 100% -126px; padding: 0 10px 0 0; }
.wsite-button-large:hover { background-position: 100% -168px; }
.wsite-button-large:active { background-position: 100% -210px; }
.wsite-button-large .wsite-button-inner { color: #fff !important; height: 40px; line-height: 41px; padding: 1px 10px 0 20px; background: url(theme/button_large_blue.png?705099) no-repeat 0 0; }
.wsite-button-large:hover .wsite-button-inner { background-position: 0 -42px; }
.wsite-button-large:active .wsite-button-inner { background-position: 0 -84px; }
.wsite-button-large.wsite-button-highlight { color: #38302a !important; background-image: url(theme/button_large_tan.png?705099); text-shadow:0 1px 0 rgba(255,255,255,0.4); }
.wsite-button-large.wsite-button-highlight .wsite-button-inner { color: #38302a !important; background-image: url(theme/button_large_tan.png?705099); }
.wsite-button-highlight { color: #38302a !important; background-image: url(theme/button_small_tan.png?705099); }
.wsite-button-highlight .wsite-button-inner { color: #38302a !important; background-image: url(theme/button_small_tan.png?705099); }
div.paragraph ul, div.paragraph ol { padding-left: 25px !important; margin: 5px 0 !important; overflow:hidden; }
div.paragraph li { padding-left: 5px !important; margin: 3px 0 0 !important; }
div.paragraph ul, div.paragraph ul li { list-style: disc outside !important; }
div.paragraph ol, div.paragraph ol li { list-style: decimal outside !important; } | 0.347869 | 0.157525 |
.rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_setup, .rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_design, .rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_premade, .rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_display { margin-left: 0; margin-right: 200px; }
.rtl .current_tab_et_dashboard_tab_content_header_home { margin-right: 0 !important;}
.rtl .et_dashboard_table_column { float: right; }
.rtl .et_dashboard_table_column:first-child { text-align: right; }
.rtl .et_dashboard_table_name:before { float: right; margin-left: 10px; }
.rtl .et_dashboard_new_optin h1, .rtl .et_dashboard_tab_content_header_accounts .et_dashboard_new_account_row h1, .rtl .et_dashboard_stats_row h1, .rtl.et_bloom .et_dashboard_row h2, .rtl #et_dashboard_logo, .rtl a.et_dashboard_add_var_button, .rtl .et_dashboard_optin_select h3 { float: right; }
.rtl .et_dashboard_row.et_dashboard_new_optin button, .rtl .et_dashboard_row.et_dashboard_new_account_row button, .rtl .et_bloom_stats_controls, .rtl #et_dashboard_header ul, .rtl .child_buttons_right { float: left; }
.rtl .et_bloom_shortcode_message .et_disabled_textarea { direction: ltr; }
.rtl .et_dashboard_optin_select .et_dashboard_close_button { right: auto; left: 18px; }
.rtl #et_dashboard_navigation li a.current:after { -webkit-animation: arrow-left .7s; animation: arrow-left .7s; right: auto; left: -14px; }
.rtl #et_dashboard_navigation .et_dashboard_icon:before { float: right; margin-left: 15px; }
.rtl #et_dashboard_navigation li a:hover { padding-left: 0; padding-right: 30px; }
/* General Form adjustments */
.rtl .et_dashboard_form li p, .rtl .et_dashboard_account_row label { float: right; width: 300px; }
.rtl .et_dashboard_form ul { text-align: right; }
.rtl.et_bloom .et_dashboard_form select, .rtl.et_bloom .et_dashboard_longinput input, .rtl .et_dashboard_account_row input, .rtl .et_dashboard_checkbox label, .rtl .et_dashboard_form span.et_dashboard_more_info, .rtl input.button.button-upload.et-dashboard-upload-button, .rtl .et_dashboard_design_title { float: right; }
.rtl.et_bloom p.et_dashboard_section_subtitle { margin-left: 0; margin-right: 5px; float: right; }
.rtl .et_dashboard_multi_selectable, .rtl .et_dashboard_single_selectable { float: right; margin-right: 0 !important; margin-left: 40px; }
.rtl input.et-dashboard-upload-field { float: right; margin-right: 0 !important; margin-left: 10px; }
.rtl .et_dashboard_row.et_dashboard_preview { float: left; }
/* Account form specific adjustments */
.rtl .et_dashboard_accounts_title span { background-position: top right; }
.rtl .et_dashboard_aweber_row input { float: left; }
/* Save and Next buttons */
.rtl .et_dashboard_row.et_dashboard_next_design, .rtl .et_dashboard_row.et_dashboard_next_display, .rtl .et_dashboard_row.et_dashboard_next_customize, .rtl .et_dashboard_next_shortcode { float: left; }
.rtl .et_dashboard_row.et_dashboard_save_changes.et_dashboard_custom_save { float: right; }
/* Stats Tab adjustments */
.rtl span.et_bloom_stats_spinner { right: 185px !important; }
.rtl .et_bloom_graph_header h3, .rtl span.signups_period, .rtl span.total_signups { float: right; }
.rtl .et_bloom_graph_controls { float: left; }
.rtl a.et_bloom_graph_button { margin: 0 0 30px 25px; }
.rtl ul.et_bloom_graph li { float: right; margin-right: 0; margin-left: .5%; }
/* Import/Export Tab adjustments */
.rtl .et_dashboard_import_form form p, .rtl .et_dashboard_tab_content_header_importexport p.et_dashboard_section_subtitle { clear: both; }
@-webkit-keyframes arrow-left { 0% {left: -28px;} 100% {left: -14px;} }
@keyframes arrow-left { 0% {left: -28px;} 100% {left: -14px;} } | site/web/app/plugins/bloom/css/admin-rtl.css | .rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_setup, .rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_design, .rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_premade, .rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_display { margin-left: 0; margin-right: 200px; }
.rtl .current_tab_et_dashboard_tab_content_header_home { margin-right: 0 !important;}
.rtl .et_dashboard_table_column { float: right; }
.rtl .et_dashboard_table_column:first-child { text-align: right; }
.rtl .et_dashboard_table_name:before { float: right; margin-left: 10px; }
.rtl .et_dashboard_new_optin h1, .rtl .et_dashboard_tab_content_header_accounts .et_dashboard_new_account_row h1, .rtl .et_dashboard_stats_row h1, .rtl.et_bloom .et_dashboard_row h2, .rtl #et_dashboard_logo, .rtl a.et_dashboard_add_var_button, .rtl .et_dashboard_optin_select h3 { float: right; }
.rtl .et_dashboard_row.et_dashboard_new_optin button, .rtl .et_dashboard_row.et_dashboard_new_account_row button, .rtl .et_bloom_stats_controls, .rtl #et_dashboard_header ul, .rtl .child_buttons_right { float: left; }
.rtl .et_bloom_shortcode_message .et_disabled_textarea { direction: ltr; }
.rtl .et_dashboard_optin_select .et_dashboard_close_button { right: auto; left: 18px; }
.rtl #et_dashboard_navigation li a.current:after { -webkit-animation: arrow-left .7s; animation: arrow-left .7s; right: auto; left: -14px; }
.rtl #et_dashboard_navigation .et_dashboard_icon:before { float: right; margin-left: 15px; }
.rtl #et_dashboard_navigation li a:hover { padding-left: 0; padding-right: 30px; }
/* General Form adjustments */
.rtl .et_dashboard_form li p, .rtl .et_dashboard_account_row label { float: right; width: 300px; }
.rtl .et_dashboard_form ul { text-align: right; }
.rtl.et_bloom .et_dashboard_form select, .rtl.et_bloom .et_dashboard_longinput input, .rtl .et_dashboard_account_row input, .rtl .et_dashboard_checkbox label, .rtl .et_dashboard_form span.et_dashboard_more_info, .rtl input.button.button-upload.et-dashboard-upload-button, .rtl .et_dashboard_design_title { float: right; }
.rtl.et_bloom p.et_dashboard_section_subtitle { margin-left: 0; margin-right: 5px; float: right; }
.rtl .et_dashboard_multi_selectable, .rtl .et_dashboard_single_selectable { float: right; margin-right: 0 !important; margin-left: 40px; }
.rtl input.et-dashboard-upload-field { float: right; margin-right: 0 !important; margin-left: 10px; }
.rtl .et_dashboard_row.et_dashboard_preview { float: left; }
/* Account form specific adjustments */
.rtl .et_dashboard_accounts_title span { background-position: top right; }
.rtl .et_dashboard_aweber_row input { float: left; }
/* Save and Next buttons */
.rtl .et_dashboard_row.et_dashboard_next_design, .rtl .et_dashboard_row.et_dashboard_next_display, .rtl .et_dashboard_row.et_dashboard_next_customize, .rtl .et_dashboard_next_shortcode { float: left; }
.rtl .et_dashboard_row.et_dashboard_save_changes.et_dashboard_custom_save { float: right; }
/* Stats Tab adjustments */
.rtl span.et_bloom_stats_spinner { right: 185px !important; }
.rtl .et_bloom_graph_header h3, .rtl span.signups_period, .rtl span.total_signups { float: right; }
.rtl .et_bloom_graph_controls { float: left; }
.rtl a.et_bloom_graph_button { margin: 0 0 30px 25px; }
.rtl ul.et_bloom_graph li { float: right; margin-right: 0; margin-left: .5%; }
/* Import/Export Tab adjustments */
.rtl .et_dashboard_import_form form p, .rtl .et_dashboard_tab_content_header_importexport p.et_dashboard_section_subtitle { clear: both; }
@-webkit-keyframes arrow-left { 0% {left: -28px;} 100% {left: -14px;} }
@keyframes arrow-left { 0% {left: -28px;} 100% {left: -14px;} } | 0.445288 | 0.054099 |
font-size: 12px;
text-decoration: none;
color: rgb(245, 224, 38);
}
/* Remove extra left and right margins, due to padding */
.img-area {
width: 100%;
align-items: center;
justify-content: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: space-around;
}
/* Clear floats after the columns */
.img-area:after {
content: "";
display: table;
clear: both;
}
.card {
max-width: 200px;
flex-grow: 1;
height: 100%;
text-align: center;
padding: 15px 15px;
float: left;
width: 33.3%;
}
.img-wrapper {
width: 100%;
height: 250px;
position: relative;
overflow: hidden;
box-shadow: 6px -6px 14px 0px rgba(0,0,0,0.71);
border-radius: 15px;
}
.img-wrapper:before {
content: '';
position: absolute;
top: 0;
left: 180%;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, .3);
z-index: 1;
transform: skew(45deg);
transition: 0.5s;
}
.img-wrapper:hover:before {
left: -180%;
}
.img-wrapper img {
height: 250px;
width: 100%;
filter: grayscale(100%);
transition: 1s;
}
.img-wrapper:hover img {
filter: grayscale(0%);
transform: scale(1.1);
}
.img-wrapper h2 {
background: #1a9ffd;
color: #fff;
text-align: center;
text-transform: uppercase;
margin: 0;
padding: 10px 0;
position: absolute;
bottom: 0;
font-size: 10px;
width: 100%;
transform: perspective(400px) rotateY(90deg);
transform-origin: right;
transition: 1s;
}
.img-wrapper:hover h2 {
transform: perspective(400px) rotateY(0deg);
}
.img-wrapper ul {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
list-style: none;
background: rgba(255, 255, 255, 0);
}
.img-wrapper ul li {
background: #333;
height: 35x;
width: 35px;
text-align: center;
line-height: 40px;
transform: perspective(800px) rotateY(90deg);
transition: .5s;
transform-origin: left;
}
.img-wrapper:hover ul li {
transform: perspective(800px) rotateY(0deg);
}
.img-wrapper:hover ul li:nth-child(1) {
transition-delay: .2s;
}
.img-wrapper:hover ul li:nth-child(2) {
transition-delay: .6s;
}
.img-wrapper:hover ul li:nth-child(3) {
transition-delay: .8s;
}
.img-wrapper:hover ul li:nth-child(4) {
transition-delay: 1s;
}
.img-wrapper ul li a {
color: #1a9ffd;
background: rgba(255, 255, 255, 0);
}
.img-wrapper ul li i {
color: #1a9ffd;
background: rgba(255, 255, 255, 0);
}
.img-wrapper ul li i:hover {
color: #fff;
background: rgba(255, 255, 255, 0);
} | src/styles/card.css | font-size: 12px;
text-decoration: none;
color: rgb(245, 224, 38);
}
/* Remove extra left and right margins, due to padding */
.img-area {
width: 100%;
align-items: center;
justify-content: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: space-around;
}
/* Clear floats after the columns */
.img-area:after {
content: "";
display: table;
clear: both;
}
.card {
max-width: 200px;
flex-grow: 1;
height: 100%;
text-align: center;
padding: 15px 15px;
float: left;
width: 33.3%;
}
.img-wrapper {
width: 100%;
height: 250px;
position: relative;
overflow: hidden;
box-shadow: 6px -6px 14px 0px rgba(0,0,0,0.71);
border-radius: 15px;
}
.img-wrapper:before {
content: '';
position: absolute;
top: 0;
left: 180%;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, .3);
z-index: 1;
transform: skew(45deg);
transition: 0.5s;
}
.img-wrapper:hover:before {
left: -180%;
}
.img-wrapper img {
height: 250px;
width: 100%;
filter: grayscale(100%);
transition: 1s;
}
.img-wrapper:hover img {
filter: grayscale(0%);
transform: scale(1.1);
}
.img-wrapper h2 {
background: #1a9ffd;
color: #fff;
text-align: center;
text-transform: uppercase;
margin: 0;
padding: 10px 0;
position: absolute;
bottom: 0;
font-size: 10px;
width: 100%;
transform: perspective(400px) rotateY(90deg);
transform-origin: right;
transition: 1s;
}
.img-wrapper:hover h2 {
transform: perspective(400px) rotateY(0deg);
}
.img-wrapper ul {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
list-style: none;
background: rgba(255, 255, 255, 0);
}
.img-wrapper ul li {
background: #333;
height: 35x;
width: 35px;
text-align: center;
line-height: 40px;
transform: perspective(800px) rotateY(90deg);
transition: .5s;
transform-origin: left;
}
.img-wrapper:hover ul li {
transform: perspective(800px) rotateY(0deg);
}
.img-wrapper:hover ul li:nth-child(1) {
transition-delay: .2s;
}
.img-wrapper:hover ul li:nth-child(2) {
transition-delay: .6s;
}
.img-wrapper:hover ul li:nth-child(3) {
transition-delay: .8s;
}
.img-wrapper:hover ul li:nth-child(4) {
transition-delay: 1s;
}
.img-wrapper ul li a {
color: #1a9ffd;
background: rgba(255, 255, 255, 0);
}
.img-wrapper ul li i {
color: #1a9ffd;
background: rgba(255, 255, 255, 0);
}
.img-wrapper ul li i:hover {
color: #fff;
background: rgba(255, 255, 255, 0);
} | 0.645679 | 0.145115 |
@charset "UTF-8";
#newshiplist-equipment-filter {
}
#newshiplist-equipment-filter:hover {
}
#equipment-list *:hover {
cursor: pointer;
text-shadow: 1px 1px 0px #bbbbbb;
}
tree#newshiplist-tree treecol {
margin-left: 4px;
}
treechildren::-moz-tree-cell(sally1) {
border-left: 4px solid #81bee3;
}
treechildren::-moz-tree-cell(sally2) {
border-left: 4px solid #acdc93;
}
treechildren::-moz-tree-cell(sally3) {
border-left: 4px solid #c79d68;
}
treechildren::-moz-tree-row(dash-separator) {
border-top: 1px dashed gray;
}
treechildren::-moz-tree-row(high-condition) {
background-color: #ffffd0;
}
treechildren::-moz-tree-row(large-damage) {
border-left: solid 10px red;
}
treechildren::-moz-tree-cell-text(large-damage) {
color: red;
font-weight: bold;
}
treechildren::-moz-tree-row(mid-damage) {
border-left: solid 10px orange;
}
treechildren::-moz-tree-cell-text(mid-damage) {
color: orange;
font-weight: bold;
}
treechildren::-moz-tree-row(small-damage) {
border-left: solid 10px yellow;
}
treechildren::-moz-tree-cell-text(small-damage) {
}
#ship-category-tree treechildren::-moz-tree-row(dropAfter) {
background-color: #eeeeff;
border: 1px solid #0000ff;
}
#ship-category-tree treechildren::-moz-tree-row(dropBefore) {
background-color: #eeeeff;
border: 1px solid #0000ff;
}
splitter {
border: 0;
-moz-border-end: 1px solid #A9B7C9;
min-width: 0;
width: 10px;
background-color: transparent;
-moz-margin-start: -3px;
position: relative;
}
/*--- 資源グラフ用 ---*/
.bar {
fill: steelblue;
}
.bar:hover {
fill: brown;
}
.axis {
font: 12px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.x.axis path {
}
.grid .tick {
stroke: lightgrey;
opacity: 0.7;
}
.grid path {
stroke-width: 0;
} | chrome/content/shiplist.css | @charset "UTF-8";
#newshiplist-equipment-filter {
}
#newshiplist-equipment-filter:hover {
}
#equipment-list *:hover {
cursor: pointer;
text-shadow: 1px 1px 0px #bbbbbb;
}
tree#newshiplist-tree treecol {
margin-left: 4px;
}
treechildren::-moz-tree-cell(sally1) {
border-left: 4px solid #81bee3;
}
treechildren::-moz-tree-cell(sally2) {
border-left: 4px solid #acdc93;
}
treechildren::-moz-tree-cell(sally3) {
border-left: 4px solid #c79d68;
}
treechildren::-moz-tree-row(dash-separator) {
border-top: 1px dashed gray;
}
treechildren::-moz-tree-row(high-condition) {
background-color: #ffffd0;
}
treechildren::-moz-tree-row(large-damage) {
border-left: solid 10px red;
}
treechildren::-moz-tree-cell-text(large-damage) {
color: red;
font-weight: bold;
}
treechildren::-moz-tree-row(mid-damage) {
border-left: solid 10px orange;
}
treechildren::-moz-tree-cell-text(mid-damage) {
color: orange;
font-weight: bold;
}
treechildren::-moz-tree-row(small-damage) {
border-left: solid 10px yellow;
}
treechildren::-moz-tree-cell-text(small-damage) {
}
#ship-category-tree treechildren::-moz-tree-row(dropAfter) {
background-color: #eeeeff;
border: 1px solid #0000ff;
}
#ship-category-tree treechildren::-moz-tree-row(dropBefore) {
background-color: #eeeeff;
border: 1px solid #0000ff;
}
splitter {
border: 0;
-moz-border-end: 1px solid #A9B7C9;
min-width: 0;
width: 10px;
background-color: transparent;
-moz-margin-start: -3px;
position: relative;
}
/*--- 資源グラフ用 ---*/
.bar {
fill: steelblue;
}
.bar:hover {
fill: brown;
}
.axis {
font: 12px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.x.axis path {
}
.grid .tick {
stroke: lightgrey;
opacity: 0.7;
}
.grid path {
stroke-width: 0;
} | 0.368292 | 0.085137 |
@charset "utf-8";
.navbox{position:absolute; z-index:9999; opacity:0.8; background:#000; width:100%; height:50px; font-size:20px;}
.navbox .nav{width:1080px; height:50px; margin:0 auto; position:relative;}
.navbox ul{width:1080px; height:50px; position:relative; z-index:2; cursor:pointer;}
.navbox li{float:left; width:180px; height:100%; text-align:center; line-height:50px;}
.navbox li.active{background:red;}
.navbox .bg{width:180px; height:50px; background:#f69; position:absolute; top:0; left:0; z-index:1;}
/*pt-page-1*/
.pt-page-1 {
background-color: black;
color: white;
font-family: 'Lucida Grande', Verdana, Arial;
font-size: 12px;
background-image: -webkit-gradient(radial,
50% 500, 1,
50% 500, 400,
from(rgba(255, 255, 255, 0.3)),
to(rgba(255, 255, 255, 0)));
background-image: gradient(radial,
50% 500, 1,
50% 500, 400,
from(rgba(255, 255, 255, 0.3)),
to(rgba(255, 255, 255, 0)));
background-repeat: no-repeat;
}
.pt-page-1 .controls button{height:40px; width:100px;}
#container {
width: 100%;
height: 600px;
-webkit-perspective: 800px; perspective: 800px;
-webkit-perspective-origin: 50% 200px; perspective-origin: 50% 200px;
}
#stage {
width: 100%;
height: 100%;
-webkit-transition: -webkit-transform 2s; transition: transform 2s;
-webkit-transform-style: preserve-3d; transform-style: preserve-3d;
-webkit-transform:translateZ(-200px); transform:translateZ(-200px);
}
#shape {
position: relative;
top: 260px;
margin: 0 auto;
height: 200px;
width: 200px;
-webkit-transform-style: preserve-3d; transform-style: preserve-3d;
}
.plane {
position: absolute;
left:0;
top:0;
height: 200px;
line-height:200px;
width: 200px;
border: 1px solid white;
-webkit-border-radius: 12px; border-radius: 12px;
-webkit-box-sizing: border-box; box-sizing: border-box;
text-align: center;
font-family: Times, serif;
font-size: 120px;
color: black;
background-color: rgba(255, 255, 255, 0.6);
-webkit-transition: -webkit-transform 2s, opacity 2s; transition: transform 2s, opacity 2s;
-webkit-backface-visibility: hidden; backface-visibility: hidden;
}
#shape.backfaces .plane {
-webkit-backface-visibility: visible; backface-visibility: visible;
}
#shape {
-webkit-animation: spin4 8s infinite linear; animation: spin4 8s infinite linear;
}
@-webkit-keyframes spin4 {
from { -webkit-transform: rotateY(0); }
to { -webkit-transform: rotateY(-360deg); }
}
@keyframes spin4 {
from { transform: rotateY(0); }
to { transform: rotateY(-360deg); }
}
/* ---------- cube styles ------------- */
.cube > .one {
opacity: 0.5;
-webkit-transform: scale3d(1.2, 1.2, 1.2) rotateX(90deg) translateZ(100px);
transform: scale3d(1.2, 1.2, 1.2) rotateX(90deg) translateZ(100px);
}
.cube > .two {
opacity: 0.5;
-webkit-transform: scale3d(1.2, 1.2, 1.2) translateZ(100px);
transform: scale3d(1.2, 1.2, 1.2) translateZ(100px);
}
.cube > .three {
opacity: 0.5;
-webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(90deg) translateZ(100px);
transform: scale3d(1.2, 1.2, 1.2) rotateY(90deg) translateZ(100px);
}
.cube > .four {
opacity: 0.5;
-webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(180deg) translateZ(100px);
transform: scale3d(1.2, 1.2, 1.2) rotateY(180deg) translateZ(100px);
}
.cube > .five {
opacity: 0.5;
-webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(-90deg) translateZ(100px);
transform: scale3d(1.2, 1.2, 1.2) rotateY(-90deg) translateZ(100px);
}
.cube > .six {
opacity: 0.5;
-webkit-transform: scale3d(1.2, 1.2, 1.2) rotateX(-90deg) translateZ(100px) rotate(180deg);
transform: scale3d(1.2, 1.2, 1.2) rotateX(-90deg) translateZ(100px) rotate(180deg);
}
.cube > .seven {
-webkit-transform: scale3d(0.8, 0.8, 0.8) rotateX(90deg) translateZ(100px) rotate(180deg);
transform: scale3d(0.8, 0.8, 0.8) rotateX(90deg) translateZ(100px) rotate(180deg);
}
.cube > .eight {
-webkit-transform: scale3d(0.8, 0.8, 0.8) translateZ(100px);
transform: scale3d(0.8, 0.8, 0.8) translateZ(100px);
}
.cube > .nine {
-webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(90deg) translateZ(100px);
transform: scale3d(0.8, 0.8, 0.8) rotateY(90deg) translateZ(100px);
}
.cube > .ten {
-webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(180deg) translateZ(100px);
transform: scale3d(0.8, 0.8, 0.8) rotateY(180deg) translateZ(100px);
}
.cube > .eleven {
-webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(-90deg) translateZ(100px);
transform: scale3d(0.8, 0.8, 0.8) rotateY(-90deg) translateZ(100px);
}
.cube > .twelve {
-webkit-transform: scale3d(0.8, 0.8, 0.8) rotateX(-90deg) translateZ(100px);
transform: scale3d(0.8, 0.8, 0.8) rotateX(-90deg) translateZ(100px);
}
/* ---------- ring styles ------------- */
.ring > .one {
-webkit-transform: translateZ(380px); transform: translateZ(380px);
}
.ring > .two {
-webkit-transform: rotateY(30deg) translateZ(380px); transform: rotateY(30deg) translateZ(380px);
}
.ring > .three {
-webkit-transform: rotateY(60deg) translateZ(380px); transform: rotateY(60deg) translateZ(380px);
}
.ring > .four {
-webkit-transform: rotateY(90deg) translateZ(380px); transform: rotateY(90deg) translateZ(380px);
}
.ring > .five {
-webkit-transform: rotateY(120deg) translateZ(380px); transform: rotateY(120deg) translateZ(380px);
}
.ring > .six {
-webkit-transform: rotateY(150deg) translateZ(380px); transform: rotateY(150deg) translateZ(380px);
}
.ring > .seven {
-webkit-transform: rotateY(180deg) translateZ(380px); transform: rotateY(180deg) translateZ(380px);
}
.ring > .eight {
-webkit-transform: rotateY(210deg) translateZ(380px); transform: rotateY(210deg) translateZ(380px);
}
.ring > .nine {
-webkit-transform: rotateY(-120deg) translateZ(380px); transform: rotateY(-120deg) translateZ(380px);
}
.ring > .ten {
-webkit-transform: rotateY(-90deg) translateZ(380px); transform: rotateY(-90deg) translateZ(380px);
}
.ring > .eleven {
-webkit-transform: rotateY(300deg) translateZ(380px); transform: rotateY(300deg) translateZ(380px);
}
.ring > .twelve {
-webkit-transform: rotateY(330deg) translateZ(380px); transform: rotateY(330deg) translateZ(380px);
}
.controls {
position:absolute;
top:60px;
left:100px;
width: 20%;
margin: 0 auto;
padding: 5px 20px;
-webkit-border-radius: 12px; border-radius: 12px;
z-index:2;
}
.controls > div {
margin: 10px;
line-height:30px;
font-size:20px;
}
.controls button{cursor:pointer;}
/*pt-page-2*/
#ul2{ line-height:150px; text-align:center; width:1000px; margin:100px auto; }
#ul2 li a{float:left; position:relative; width:230px; height:150px; background:#ccc; margin:10px; overflow:hidden; }
#ul2 li{opacity:0;}
#ul2.active{ }
#ul2.active li.ul2_1,#ul2.active li.ul2_4{-webkit-animation:spin 1s ease-out 0s forwards; -webkit-transform:translateX(-600px); animation:spin 1s ease-out 0s forwards; transform:translateX(-600px); opacity:0}
#ul2.active li.ul2_2,#ul2.active li.ul2_3{-webkit-animation:spin 1s ease-out 0.5s forwards; -webkit-transform:translateY(300px); animation:spin 1s ease-out 0.5s forwards; transform:translateY(300px); opacity:0}
#ul2.active li.ul2_8,#ul2.active li.ul2_5{-webkit-animation:spin 1s ease-out 1s forwards; -webkit-transform:translateX(600px); animation:spin 1s ease-out 1s forwards; transform:translateX(600px); opacity:0}
#ul2.active li.ul2_6,#ul2.active li.ul2_7{-webkit-animation:spin 1s ease-out 1.5s forwards; -webkit-transform:translateY(-300px); animation:spin 1s ease-out 1.5s forwards; transform:translateY(-300px); opacity:0}
#ul2 a i{ position:absolute; left:-230px; top:0; width:230px; height:150px; background:pink; font-size:26px; opacity:0.8;}
@keyframes spin{
100% {transform:translateX(0px) translateY(0px); opacity:1}
}
@-webkit-keyframes spin{
100% {-webkit-transform:translateX(0px) translateY(0px); opacity:1}
}
/*pt-page-3*/
#btn1{height:30px; width:100px; background:white; margin-top:60px; margin-left:10px; cursor:pointer;}
#ul1{ position:relative; width:680px; height:680px; margin:30px auto; cursor:pointer;}
#ul1 li{float:left;width:150px; height:150px; margin:10px; }
#ul1 li img{width:100%; height:100%;}
.pt-page-3 .box{ border:2px dashed red;}
.pt-page-3 .introduce{position:absolute; top:60px; left:600px; font-size:24px;}
/*pt-page-4*/
#box{height:560px; width:500px; position:absolute; left:50%; top:50%; margin-left:-250px; margin-top:-230px; background:#fdc162; }
.pt-page-4 input{height:30px; margin-bottom:20px; text-indent:10px;}
.pt-page-4 a{display:inline-block; height:30px; width:100px; background:blue; margin:20px; color:white; text-align:center; line-height:30px; text-decoration:none;}
.pt-page-4 .cont{padding-top:160px; padding-left:80px;}
.pt-page-4 .pic{position:absolute; top:10px; left:160px; cursor:pointer;}
#chatbox{padding-top:100px; display:none;}
.pt-page-4 .pic img{height:120px; width:120px;}
.pt-page-4 .left{float:left; height:440px; border:2px solid green; width:65%;}
.pt-page-4 .left .get_msg{height:300px; overflow:auto;}
.pt-page-4 .left .snd a{display:block; height:30px; width:60px; float:right;}
#txta{width:318px; height:100px;}
.pt-page-4 .right{float:right; height:440px; border:2px solid green; width:32%; overflow:auto;}
.pt-page-4 .right div{margin-bottom:10px;}
.pt-page-4 .right img {height:40px; width:40px; margin-right:10px; }
#btnsend{position:relative; top:-20px;}
/*pt-page-5*/
.pt-page-5 .box5{width: 260px; height:260px; border-radius: 50%; background: #fff; box-shadow: -2px 0px 5px 1px #000,0px -2px 5px 1px #000,2px 0px 5px 1px #000,0px 2px 5px 1px #000; position: relative; left: 550px; top: 140px; color:#000;}
.pt-page-5 .cap{width: 16px; height: 16px; border-radius: 50%; background: red; box-shadow: -1px 0 2px 1px #000,0 -1px 2px 1px #000, 1px 0 2px 1px #000, 0 1px 2px 1px #000; position: absolute; top:50%; left: 50%; margin: -8px 0 0 -8px; z-index: 3; }
.pt-page-5 .hour{ width: 10px; height: 80px; background: #000; border-radius: 50% 50% 0 0; position: absolute; top: 50%; left: 50%; margin-left: -5px; margin-top: -80px;}
.pt-page-5 .min{ width: 8px; height: 95px; background: #999; border-radius: 50% 50% 0 0; position: absolute; top: 50%; left: 50%; margin-left: -4px; margin-top: -95px;}
.pt-page-5 .sec{ width: 4px; height: 110px;
background: #888;
border-radius: 50% 50% 0 0; position: absolute; top: 50%; left: 50%; margin-left: -2px; margin-top: -110px;}
.pt-page-5 .box5 div{ transform-origin: center bottom; -webkit-transform-origin: center bottom;}
.pt-page-5 .box5 span{width: 2px; height: 6px ; position: absolute; left: 50%; margin-left: -1px; background: #000; transform-origin: center 130px; -webkit-transform-origin: center 130px; z-index:2;}
.pt-page-5 .box5 span em{ font-style: normal; width: 30px; text-align: center; position: absolute;top: 10px; left: 50%; margin-left: -15px; }
.pt-page-5 .box5 span.big{width: 3px; height: 8px;}
.pt-page-5 .box-sm{width: 60px; height: 60px; border: 1px solid #999; border-radius: 50%; box-shadow: -1px 0px 1px 1px #000,0px -1px 1px 1px #000,1px 0px 1px 1px #000,0px 1px 1px 1px #000; position: absolute; left: 50%; margin:160px 0 0 -30px; }
.pt-page-5 .cap-sm{width: 4px; height: 4px; border-radius: 50%; background: red; position: absolute; top:50%; left: 50%; margin: -2px 0 0 -2px; z-index: 3; }
.pt-page-5 .month{width: 2px; height: 23px; background: #000; border-radius: 50% 50% 0 0; position: absolute; top: 50%; left: 50%; margin-left: -1px; margin-top: -23px;}
.pt-page-5 .box-sm span{width: 1px; height: 2px; position: absolute; left: 50%; margin-left: -1px; background: #000; transform-origin: center 30px; -webkit-transform-origin: center 30px;}
.pt-page-5 .box-sm span em{font-style: normal; width: 12px; font-size: 0.5em; text-align: center; position: absolute;top: 2px; left: 50%; margin-left: -6px; }
#disc{font-size:24px; width:600px; text-align: center; position:absolute; left:50%; margin-left:-300px; margin-top:80px;}
/*pt-page-6*/
.pt-page-6 .content { margin:80px auto; width:1080px;}
.pt-page-6 h2{background:url(../img/contact.png) no-repeat; height:80px; width:243px;}
.pt-page-6 .p1{text-indent:48px; font-size:24px;}
.pt-page-6 .contacthBox{width:1080px; font-size:22px; margin:100px 0 0 150px; }
.pt-page-6 .call{float:left; height:200px; width:200px; margin-right:20px; background:url(../img/pic2.jpg);
line-height:380px; text-align:center; color:green; font-weight:bolder; border-radius:30%;}
.pt-page-6 .text{padding:20px; float:left; height:200px; width:600px; background:#60d7a9; color:#fff; position:relative; line-height:40px;}
.pt-page-6 .ewm{position:absolute; top:20px; right:20px;}
.pt-page-6 .ewm img{height:150px; width:150px;} | css/index.css | @charset "utf-8";
.navbox{position:absolute; z-index:9999; opacity:0.8; background:#000; width:100%; height:50px; font-size:20px;}
.navbox .nav{width:1080px; height:50px; margin:0 auto; position:relative;}
.navbox ul{width:1080px; height:50px; position:relative; z-index:2; cursor:pointer;}
.navbox li{float:left; width:180px; height:100%; text-align:center; line-height:50px;}
.navbox li.active{background:red;}
.navbox .bg{width:180px; height:50px; background:#f69; position:absolute; top:0; left:0; z-index:1;}
/*pt-page-1*/
.pt-page-1 {
background-color: black;
color: white;
font-family: 'Lucida Grande', Verdana, Arial;
font-size: 12px;
background-image: -webkit-gradient(radial,
50% 500, 1,
50% 500, 400,
from(rgba(255, 255, 255, 0.3)),
to(rgba(255, 255, 255, 0)));
background-image: gradient(radial,
50% 500, 1,
50% 500, 400,
from(rgba(255, 255, 255, 0.3)),
to(rgba(255, 255, 255, 0)));
background-repeat: no-repeat;
}
.pt-page-1 .controls button{height:40px; width:100px;}
#container {
width: 100%;
height: 600px;
-webkit-perspective: 800px; perspective: 800px;
-webkit-perspective-origin: 50% 200px; perspective-origin: 50% 200px;
}
#stage {
width: 100%;
height: 100%;
-webkit-transition: -webkit-transform 2s; transition: transform 2s;
-webkit-transform-style: preserve-3d; transform-style: preserve-3d;
-webkit-transform:translateZ(-200px); transform:translateZ(-200px);
}
#shape {
position: relative;
top: 260px;
margin: 0 auto;
height: 200px;
width: 200px;
-webkit-transform-style: preserve-3d; transform-style: preserve-3d;
}
.plane {
position: absolute;
left:0;
top:0;
height: 200px;
line-height:200px;
width: 200px;
border: 1px solid white;
-webkit-border-radius: 12px; border-radius: 12px;
-webkit-box-sizing: border-box; box-sizing: border-box;
text-align: center;
font-family: Times, serif;
font-size: 120px;
color: black;
background-color: rgba(255, 255, 255, 0.6);
-webkit-transition: -webkit-transform 2s, opacity 2s; transition: transform 2s, opacity 2s;
-webkit-backface-visibility: hidden; backface-visibility: hidden;
}
#shape.backfaces .plane {
-webkit-backface-visibility: visible; backface-visibility: visible;
}
#shape {
-webkit-animation: spin4 8s infinite linear; animation: spin4 8s infinite linear;
}
@-webkit-keyframes spin4 {
from { -webkit-transform: rotateY(0); }
to { -webkit-transform: rotateY(-360deg); }
}
@keyframes spin4 {
from { transform: rotateY(0); }
to { transform: rotateY(-360deg); }
}
/* ---------- cube styles ------------- */
.cube > .one {
opacity: 0.5;
-webkit-transform: scale3d(1.2, 1.2, 1.2) rotateX(90deg) translateZ(100px);
transform: scale3d(1.2, 1.2, 1.2) rotateX(90deg) translateZ(100px);
}
.cube > .two {
opacity: 0.5;
-webkit-transform: scale3d(1.2, 1.2, 1.2) translateZ(100px);
transform: scale3d(1.2, 1.2, 1.2) translateZ(100px);
}
.cube > .three {
opacity: 0.5;
-webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(90deg) translateZ(100px);
transform: scale3d(1.2, 1.2, 1.2) rotateY(90deg) translateZ(100px);
}
.cube > .four {
opacity: 0.5;
-webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(180deg) translateZ(100px);
transform: scale3d(1.2, 1.2, 1.2) rotateY(180deg) translateZ(100px);
}
.cube > .five {
opacity: 0.5;
-webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(-90deg) translateZ(100px);
transform: scale3d(1.2, 1.2, 1.2) rotateY(-90deg) translateZ(100px);
}
.cube > .six {
opacity: 0.5;
-webkit-transform: scale3d(1.2, 1.2, 1.2) rotateX(-90deg) translateZ(100px) rotate(180deg);
transform: scale3d(1.2, 1.2, 1.2) rotateX(-90deg) translateZ(100px) rotate(180deg);
}
.cube > .seven {
-webkit-transform: scale3d(0.8, 0.8, 0.8) rotateX(90deg) translateZ(100px) rotate(180deg);
transform: scale3d(0.8, 0.8, 0.8) rotateX(90deg) translateZ(100px) rotate(180deg);
}
.cube > .eight {
-webkit-transform: scale3d(0.8, 0.8, 0.8) translateZ(100px);
transform: scale3d(0.8, 0.8, 0.8) translateZ(100px);
}
.cube > .nine {
-webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(90deg) translateZ(100px);
transform: scale3d(0.8, 0.8, 0.8) rotateY(90deg) translateZ(100px);
}
.cube > .ten {
-webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(180deg) translateZ(100px);
transform: scale3d(0.8, 0.8, 0.8) rotateY(180deg) translateZ(100px);
}
.cube > .eleven {
-webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(-90deg) translateZ(100px);
transform: scale3d(0.8, 0.8, 0.8) rotateY(-90deg) translateZ(100px);
}
.cube > .twelve {
-webkit-transform: scale3d(0.8, 0.8, 0.8) rotateX(-90deg) translateZ(100px);
transform: scale3d(0.8, 0.8, 0.8) rotateX(-90deg) translateZ(100px);
}
/* ---------- ring styles ------------- */
.ring > .one {
-webkit-transform: translateZ(380px); transform: translateZ(380px);
}
.ring > .two {
-webkit-transform: rotateY(30deg) translateZ(380px); transform: rotateY(30deg) translateZ(380px);
}
.ring > .three {
-webkit-transform: rotateY(60deg) translateZ(380px); transform: rotateY(60deg) translateZ(380px);
}
.ring > .four {
-webkit-transform: rotateY(90deg) translateZ(380px); transform: rotateY(90deg) translateZ(380px);
}
.ring > .five {
-webkit-transform: rotateY(120deg) translateZ(380px); transform: rotateY(120deg) translateZ(380px);
}
.ring > .six {
-webkit-transform: rotateY(150deg) translateZ(380px); transform: rotateY(150deg) translateZ(380px);
}
.ring > .seven {
-webkit-transform: rotateY(180deg) translateZ(380px); transform: rotateY(180deg) translateZ(380px);
}
.ring > .eight {
-webkit-transform: rotateY(210deg) translateZ(380px); transform: rotateY(210deg) translateZ(380px);
}
.ring > .nine {
-webkit-transform: rotateY(-120deg) translateZ(380px); transform: rotateY(-120deg) translateZ(380px);
}
.ring > .ten {
-webkit-transform: rotateY(-90deg) translateZ(380px); transform: rotateY(-90deg) translateZ(380px);
}
.ring > .eleven {
-webkit-transform: rotateY(300deg) translateZ(380px); transform: rotateY(300deg) translateZ(380px);
}
.ring > .twelve {
-webkit-transform: rotateY(330deg) translateZ(380px); transform: rotateY(330deg) translateZ(380px);
}
.controls {
position:absolute;
top:60px;
left:100px;
width: 20%;
margin: 0 auto;
padding: 5px 20px;
-webkit-border-radius: 12px; border-radius: 12px;
z-index:2;
}
.controls > div {
margin: 10px;
line-height:30px;
font-size:20px;
}
.controls button{cursor:pointer;}
/*pt-page-2*/
#ul2{ line-height:150px; text-align:center; width:1000px; margin:100px auto; }
#ul2 li a{float:left; position:relative; width:230px; height:150px; background:#ccc; margin:10px; overflow:hidden; }
#ul2 li{opacity:0;}
#ul2.active{ }
#ul2.active li.ul2_1,#ul2.active li.ul2_4{-webkit-animation:spin 1s ease-out 0s forwards; -webkit-transform:translateX(-600px); animation:spin 1s ease-out 0s forwards; transform:translateX(-600px); opacity:0}
#ul2.active li.ul2_2,#ul2.active li.ul2_3{-webkit-animation:spin 1s ease-out 0.5s forwards; -webkit-transform:translateY(300px); animation:spin 1s ease-out 0.5s forwards; transform:translateY(300px); opacity:0}
#ul2.active li.ul2_8,#ul2.active li.ul2_5{-webkit-animation:spin 1s ease-out 1s forwards; -webkit-transform:translateX(600px); animation:spin 1s ease-out 1s forwards; transform:translateX(600px); opacity:0}
#ul2.active li.ul2_6,#ul2.active li.ul2_7{-webkit-animation:spin 1s ease-out 1.5s forwards; -webkit-transform:translateY(-300px); animation:spin 1s ease-out 1.5s forwards; transform:translateY(-300px); opacity:0}
#ul2 a i{ position:absolute; left:-230px; top:0; width:230px; height:150px; background:pink; font-size:26px; opacity:0.8;}
@keyframes spin{
100% {transform:translateX(0px) translateY(0px); opacity:1}
}
@-webkit-keyframes spin{
100% {-webkit-transform:translateX(0px) translateY(0px); opacity:1}
}
/*pt-page-3*/
#btn1{height:30px; width:100px; background:white; margin-top:60px; margin-left:10px; cursor:pointer;}
#ul1{ position:relative; width:680px; height:680px; margin:30px auto; cursor:pointer;}
#ul1 li{float:left;width:150px; height:150px; margin:10px; }
#ul1 li img{width:100%; height:100%;}
.pt-page-3 .box{ border:2px dashed red;}
.pt-page-3 .introduce{position:absolute; top:60px; left:600px; font-size:24px;}
/*pt-page-4*/
#box{height:560px; width:500px; position:absolute; left:50%; top:50%; margin-left:-250px; margin-top:-230px; background:#fdc162; }
.pt-page-4 input{height:30px; margin-bottom:20px; text-indent:10px;}
.pt-page-4 a{display:inline-block; height:30px; width:100px; background:blue; margin:20px; color:white; text-align:center; line-height:30px; text-decoration:none;}
.pt-page-4 .cont{padding-top:160px; padding-left:80px;}
.pt-page-4 .pic{position:absolute; top:10px; left:160px; cursor:pointer;}
#chatbox{padding-top:100px; display:none;}
.pt-page-4 .pic img{height:120px; width:120px;}
.pt-page-4 .left{float:left; height:440px; border:2px solid green; width:65%;}
.pt-page-4 .left .get_msg{height:300px; overflow:auto;}
.pt-page-4 .left .snd a{display:block; height:30px; width:60px; float:right;}
#txta{width:318px; height:100px;}
.pt-page-4 .right{float:right; height:440px; border:2px solid green; width:32%; overflow:auto;}
.pt-page-4 .right div{margin-bottom:10px;}
.pt-page-4 .right img {height:40px; width:40px; margin-right:10px; }
#btnsend{position:relative; top:-20px;}
/*pt-page-5*/
.pt-page-5 .box5{width: 260px; height:260px; border-radius: 50%; background: #fff; box-shadow: -2px 0px 5px 1px #000,0px -2px 5px 1px #000,2px 0px 5px 1px #000,0px 2px 5px 1px #000; position: relative; left: 550px; top: 140px; color:#000;}
.pt-page-5 .cap{width: 16px; height: 16px; border-radius: 50%; background: red; box-shadow: -1px 0 2px 1px #000,0 -1px 2px 1px #000, 1px 0 2px 1px #000, 0 1px 2px 1px #000; position: absolute; top:50%; left: 50%; margin: -8px 0 0 -8px; z-index: 3; }
.pt-page-5 .hour{ width: 10px; height: 80px; background: #000; border-radius: 50% 50% 0 0; position: absolute; top: 50%; left: 50%; margin-left: -5px; margin-top: -80px;}
.pt-page-5 .min{ width: 8px; height: 95px; background: #999; border-radius: 50% 50% 0 0; position: absolute; top: 50%; left: 50%; margin-left: -4px; margin-top: -95px;}
.pt-page-5 .sec{ width: 4px; height: 110px;
background: #888;
border-radius: 50% 50% 0 0; position: absolute; top: 50%; left: 50%; margin-left: -2px; margin-top: -110px;}
.pt-page-5 .box5 div{ transform-origin: center bottom; -webkit-transform-origin: center bottom;}
.pt-page-5 .box5 span{width: 2px; height: 6px ; position: absolute; left: 50%; margin-left: -1px; background: #000; transform-origin: center 130px; -webkit-transform-origin: center 130px; z-index:2;}
.pt-page-5 .box5 span em{ font-style: normal; width: 30px; text-align: center; position: absolute;top: 10px; left: 50%; margin-left: -15px; }
.pt-page-5 .box5 span.big{width: 3px; height: 8px;}
.pt-page-5 .box-sm{width: 60px; height: 60px; border: 1px solid #999; border-radius: 50%; box-shadow: -1px 0px 1px 1px #000,0px -1px 1px 1px #000,1px 0px 1px 1px #000,0px 1px 1px 1px #000; position: absolute; left: 50%; margin:160px 0 0 -30px; }
.pt-page-5 .cap-sm{width: 4px; height: 4px; border-radius: 50%; background: red; position: absolute; top:50%; left: 50%; margin: -2px 0 0 -2px; z-index: 3; }
.pt-page-5 .month{width: 2px; height: 23px; background: #000; border-radius: 50% 50% 0 0; position: absolute; top: 50%; left: 50%; margin-left: -1px; margin-top: -23px;}
.pt-page-5 .box-sm span{width: 1px; height: 2px; position: absolute; left: 50%; margin-left: -1px; background: #000; transform-origin: center 30px; -webkit-transform-origin: center 30px;}
.pt-page-5 .box-sm span em{font-style: normal; width: 12px; font-size: 0.5em; text-align: center; position: absolute;top: 2px; left: 50%; margin-left: -6px; }
#disc{font-size:24px; width:600px; text-align: center; position:absolute; left:50%; margin-left:-300px; margin-top:80px;}
/*pt-page-6*/
.pt-page-6 .content { margin:80px auto; width:1080px;}
.pt-page-6 h2{background:url(../img/contact.png) no-repeat; height:80px; width:243px;}
.pt-page-6 .p1{text-indent:48px; font-size:24px;}
.pt-page-6 .contacthBox{width:1080px; font-size:22px; margin:100px 0 0 150px; }
.pt-page-6 .call{float:left; height:200px; width:200px; margin-right:20px; background:url(../img/pic2.jpg);
line-height:380px; text-align:center; color:green; font-weight:bolder; border-radius:30%;}
.pt-page-6 .text{padding:20px; float:left; height:200px; width:600px; background:#60d7a9; color:#fff; position:relative; line-height:40px;}
.pt-page-6 .ewm{position:absolute; top:20px; right:20px;}
.pt-page-6 .ewm img{height:150px; width:150px;} | 0.319758 | 0.090574 |
.modal-wrapper{
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(9, 9, 9, 0.7);
display: none;
}
.modal-box {
background-color: #f4f5f7;
width: 500PX;
max-height: 80vh;
margin: 50px auto;
position: relative;
display: flex;
flex-flow: column;
padding: 20px;
border-radius: 6px;
/* justify-content: space-between; */
}
.modal-header {
/* background-color: rgb(185, 14, 14); */
display: inline-flex;
flex-flow: column;
}
.modal-card-head {
/* background-color: sienna; */
height: 30px;
width: 200px;
cursor: pointer;
font-size: 25px;
}
.modal-card-name-input {
display : none;
height: 33px;
width: 80%;
border: blueviolet 2px solid;
font-size: 25px;
}
.modal-list-name {
display: inline-block;
margin-top: 30px;
margin-left: 20px;
}
.modal-description {
/* background-color: rgb(61, 36, 36); */
margin-top: 50px;
}
}
.modal-description-head {
}
.modal-description-content {
display: inline-block;
height: 56px;
background-color: rgba(9,30,66,.04);
width: 70%;
margin-top: 20px;
margin-left: 20px;
cursor: pointer;
padding: 10px;
}
.modal-edit-mod {
position: relative;
/* background-color: rgb(60, 138, 67); */
top: -70px;
left: 0;
padding: 15px;
}
.modal-description-input {
height: 100px;
width: 78%;
border: blueviolet 2px solid;
}
.description-edit-mod-btn {
margin-top: 10px;
}
.descripton-edit-btn {
background-color: rgb(60, 138, 67)
}
.description-edit-close-btn {
cursor: pointer;
margin-left: 20px;
font-size: 15px;
}
.card-activity {
/* background-color: rgb(179, 88, 88); */
margin-top: 15px;
background-color: #f4f5f7;
max-height: 400px;
overflow: scroll;
}
.card-activity-head{
}
.activity-box {
background-color: #f4f5f7;
/* background-color: rgb(126, 38, 38); */
}
.modal-close-btn {
position: absolute;
top: 10px;
right: 10px;
color: black;
font-size: 20px;
}
.modal-close-btn:hover{
background-color: rgba(9, 9, 9, 0.2);
} | public/assets/css/modal.css | .modal-wrapper{
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(9, 9, 9, 0.7);
display: none;
}
.modal-box {
background-color: #f4f5f7;
width: 500PX;
max-height: 80vh;
margin: 50px auto;
position: relative;
display: flex;
flex-flow: column;
padding: 20px;
border-radius: 6px;
/* justify-content: space-between; */
}
.modal-header {
/* background-color: rgb(185, 14, 14); */
display: inline-flex;
flex-flow: column;
}
.modal-card-head {
/* background-color: sienna; */
height: 30px;
width: 200px;
cursor: pointer;
font-size: 25px;
}
.modal-card-name-input {
display : none;
height: 33px;
width: 80%;
border: blueviolet 2px solid;
font-size: 25px;
}
.modal-list-name {
display: inline-block;
margin-top: 30px;
margin-left: 20px;
}
.modal-description {
/* background-color: rgb(61, 36, 36); */
margin-top: 50px;
}
}
.modal-description-head {
}
.modal-description-content {
display: inline-block;
height: 56px;
background-color: rgba(9,30,66,.04);
width: 70%;
margin-top: 20px;
margin-left: 20px;
cursor: pointer;
padding: 10px;
}
.modal-edit-mod {
position: relative;
/* background-color: rgb(60, 138, 67); */
top: -70px;
left: 0;
padding: 15px;
}
.modal-description-input {
height: 100px;
width: 78%;
border: blueviolet 2px solid;
}
.description-edit-mod-btn {
margin-top: 10px;
}
.descripton-edit-btn {
background-color: rgb(60, 138, 67)
}
.description-edit-close-btn {
cursor: pointer;
margin-left: 20px;
font-size: 15px;
}
.card-activity {
/* background-color: rgb(179, 88, 88); */
margin-top: 15px;
background-color: #f4f5f7;
max-height: 400px;
overflow: scroll;
}
.card-activity-head{
}
.activity-box {
background-color: #f4f5f7;
/* background-color: rgb(126, 38, 38); */
}
.modal-close-btn {
position: absolute;
top: 10px;
right: 10px;
color: black;
font-size: 20px;
}
.modal-close-btn:hover{
background-color: rgba(9, 9, 9, 0.2);
} | 0.348867 | 0.054124 |
html, body {
width: 100%;
min-width: 960px;
height: 100%;
margin: 0;
font-family: "Open Sans", sans-serif;
color: #000000;
}
div#wrapper {
min-height: 100%;
}
div#header-wrapper {
z-index: 1;
height: 125px;
min-width: 100%;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f0f0f0));
background-image: -webkit-linear-gradient(top, white, #f0f0f0);
background-image: -moz-linear-gradient(top, white, #f0f0f0);
background-image: -ms-linear-gradient(top, white, #f0f0f0);
background-image: -o-linear-gradient(top, white, #f0f0f0);
box-shadow: 0px 2px 5px 5px #dfdfdf;
}
div#header {
width: 960px;
margin: 0 auto;
}
.nav-bar {
height: 125px;
font-family: "Open Sans", sans-serif;
}
.nav-bar ul {
list-style: none;
line-height: 125px;
/*li:after {
content: '/';
padding-left: 5px;
}*/
}
.nav-bar ul li {
display: inline;
padding-right: 5px;
font-size: 18px;
}
.nav-bar ul li a {
color: #8f8f8f;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}
.nav-bar ul li a:hover {
color: #000000;
}
div#slider-wrapper {
position: relative;
z-index: -1;
min-width: 100%;
background-color: #f6f6f6;
}
div#slider-wrapper div#slider {
width: 960px;
margin: 0 auto;
}
div#slider-wrapper .nivoSlider {
height: 354px;
}
.bodytext {
padding-top: 15px;
padding-bottom: 70px;
width: 960px;
margin: 0 auto;
}
.bodytext h1 {
font-size: 28px;
}
.bodytext a:hover {
color: #0040f8;
transition: 0.5s;
}
.bodytext #loginForm {
margin: 0 auto;
padding-top: 50px;
padding-bottom: 50px;
width: 400px;
}
.bodytext #loginForm .button {
float: right;
height: 40px;
width: 100px;
line-height: 40px;
padding: 0;
margin: 0;
}
.bodytext #loginForm .button:hover {
color: #FFFFFF;
}
.bodytext #joinUs label {
margin: 0;
}
.bodytext #joinUs p {
text-align: left;
padding-left: 10px;
}
.bodytext #joinUs .buttonRow {
width: 960px;
}
.bodytext #joinUs .buttonRow .button {
height: 50px;
width: 113px;
margin-top: 10px;
margin-left: 45%;
}
.bodytext .separation {
border-bottom: 1px solid #000;
}
.bodytext .separation .scoreBox {
float: right;
}
.bodytext div#topContent {
height: 160px;
width: 960px;
border-bottom: 1px solid #000;
}
.bodytext div#topContent div#membersImage {
width: 187px;
height: 155px;
background-color: #e1e1e1;
float: left;
display: inline;
}
.bodytext div#topContent div#membersImage img {
margin: 0 auto;
padding: 0;
}
.bodytext div#topContent div#description {
float: left;
width: 773px;
display: inline;
padding-left: 15px;
}
.bodytext div#topContent div#description h3 {
font-size: 48px;
font-weight: 700;
margin-bottom: 0;
}
.bodytext div#topContent div#description p {
font-size: 18px;
margin-bottom: 0;
}
.bodytext div#bottomContent {
height: 100%;
min-height: 300px;
max-width: 960px;
}
.bodytext div#bottomContent div#bottomMainContent {
font-size: 14px;
display: inline;
padding-left: 40px;
max-width: 803px;
float: left;
text-align: left;
padding-top: 10px;
}
.bodytext div#bottomContent div#bottomMainContent div#outputTable {
min-width: 770px;
}
.bodytext div#bottomContent div#bottomMainContent div#searchForMembers {
min-width: 770px;
}
.bodytext div#bottomContent div#bottomMainContent .individual_person {
border: 1px solid #000000;
padding-bottom: 10px;
min-height: 60px;
max-height: 60px;
}
.bodytext div#bottomContent div#bottomMainContent textarea {
width: 690px;
height: 50px;
resize: none;
}
.bodytext div#bottomContent div#bottomMainContent .button {
float: right;
}
.bodytext div#bottomContent div#bottomMainContent #submitEvent {
width: 690px;
height: 100px;
border-bottom: 1px solid #000;
}
.bodytext div#bottomContent div#bottomMainContent div#userEvents {
padding-top: 5px;
height: 50px;
width: 690px;
border-bottom: 1px dotted #000;
}
.bodytext div#bottomContent div#bottomMainContent div#userEvents p {
text-align: left;
font-size: 20px;
}
.bodytext div#bottomContent div#bottomMainContent div#userEvents h3 {
text-align: right;
font-size: 14px;
}
div#membersImageProfile img {
margin: 0 auto;
padding: 0;
display: block;
}
div#newsItem {
margin-left: 5px;
border-bottom: 1px dotted #000000;
}
div#newsItem h2 {
font-size: 16px;
}
div#newsItem p {
font-size: 14px;
padding: 0;
}
div#officer {
height: 200px;
padding-top: 5px;
}
div#officerColumn {
width: 420px;
float: left;
}
div#officerColumn .name, div#officerColumn .description {
display: none;
}
div#officerColumn .officerInfo {
float: left;
display: inline;
padding-right: 5px;
padding-bottom: 5px;
}
div#officerColumn .officerInfo:hover {
opacity: 0.8;
cursor: pointer;
}
div#moreInfo {
width: 540px;
padding-left: 10px;
display: inline;
}
div#moreInfo h4 {
text-align: center;
}
div#moreInfo #face {
float: left;
box-shadow: 2px 2px 2px #888888;
margin-right: 20px;
}
div#moreInfo #description {
display: inline;
font-size: 14px;
}
div#side-bar {
padding-top: 20px;
float: left;
width: 157px;
min-height: 100%;
text-align: center;
display: inline;
}
div#side-bar .side-nav {
padding-top: 0px;
}
div#side-bar .side-nav li {
margin: 0;
padding: 0;
}
div#side-bar .side-nav .menuOption {
width: 157px;
height: 40px;
background-color: #e9e9e9;
line-height: 40px;
border-bottom: 1px solid #F9F9F9;
text-align: center;
}
div#side-bar .side-nav .menuOption a {
color: #000;
}
div#side-bar .side-nav .menuOption a:hover {
color: #000;
}
div#side-bar .side-nav .menuOption:hover {
background-color: #999999;
}
div#side-bar .side-nav .active {
background-color: #CCC;
color: #FFF;
}
div#mainContent {
font-size: 14px;
display: inline;
padding-left: 10px;
width: 703px;
float: left;
text-align: left;
padding-top: 10px;
}
div#mainContent h2 {
font-size: 18px;
}
div#mainContent ol {
margin-left: 20px;
}
div#mainContent ol ul {
margin-left: 10px;
}
div#mainContent ul {
margin-left: 20px;
}
div#mainContent #classlists {
padding-left: 10px;
}
footer {
position: relative;
margin-top: -70px;
height: 70px;
clear: both;
background-color: #222222;
border-top: 3px solid #999999;
color: #ffffff;
line-height: 70px;
font-size: 16px;
}
footer div#footer-inner {
width: 960px;
margin: 0 auto;
line-height: 70px;
}
footer div#footer-inner ul {
list-style-type: none;
padding: 0;
margin: 0;
}
footer div#footer-inner ul li a {
color: #FFFFFF;
}
footer div#footer-inner ul li a:hover {
border-bottom: 1px dotted #FFFFFF;
}
.left {
float: left;
}
.right {
float: right;
} | css/styles.css | html, body {
width: 100%;
min-width: 960px;
height: 100%;
margin: 0;
font-family: "Open Sans", sans-serif;
color: #000000;
}
div#wrapper {
min-height: 100%;
}
div#header-wrapper {
z-index: 1;
height: 125px;
min-width: 100%;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f0f0f0));
background-image: -webkit-linear-gradient(top, white, #f0f0f0);
background-image: -moz-linear-gradient(top, white, #f0f0f0);
background-image: -ms-linear-gradient(top, white, #f0f0f0);
background-image: -o-linear-gradient(top, white, #f0f0f0);
box-shadow: 0px 2px 5px 5px #dfdfdf;
}
div#header {
width: 960px;
margin: 0 auto;
}
.nav-bar {
height: 125px;
font-family: "Open Sans", sans-serif;
}
.nav-bar ul {
list-style: none;
line-height: 125px;
/*li:after {
content: '/';
padding-left: 5px;
}*/
}
.nav-bar ul li {
display: inline;
padding-right: 5px;
font-size: 18px;
}
.nav-bar ul li a {
color: #8f8f8f;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}
.nav-bar ul li a:hover {
color: #000000;
}
div#slider-wrapper {
position: relative;
z-index: -1;
min-width: 100%;
background-color: #f6f6f6;
}
div#slider-wrapper div#slider {
width: 960px;
margin: 0 auto;
}
div#slider-wrapper .nivoSlider {
height: 354px;
}
.bodytext {
padding-top: 15px;
padding-bottom: 70px;
width: 960px;
margin: 0 auto;
}
.bodytext h1 {
font-size: 28px;
}
.bodytext a:hover {
color: #0040f8;
transition: 0.5s;
}
.bodytext #loginForm {
margin: 0 auto;
padding-top: 50px;
padding-bottom: 50px;
width: 400px;
}
.bodytext #loginForm .button {
float: right;
height: 40px;
width: 100px;
line-height: 40px;
padding: 0;
margin: 0;
}
.bodytext #loginForm .button:hover {
color: #FFFFFF;
}
.bodytext #joinUs label {
margin: 0;
}
.bodytext #joinUs p {
text-align: left;
padding-left: 10px;
}
.bodytext #joinUs .buttonRow {
width: 960px;
}
.bodytext #joinUs .buttonRow .button {
height: 50px;
width: 113px;
margin-top: 10px;
margin-left: 45%;
}
.bodytext .separation {
border-bottom: 1px solid #000;
}
.bodytext .separation .scoreBox {
float: right;
}
.bodytext div#topContent {
height: 160px;
width: 960px;
border-bottom: 1px solid #000;
}
.bodytext div#topContent div#membersImage {
width: 187px;
height: 155px;
background-color: #e1e1e1;
float: left;
display: inline;
}
.bodytext div#topContent div#membersImage img {
margin: 0 auto;
padding: 0;
}
.bodytext div#topContent div#description {
float: left;
width: 773px;
display: inline;
padding-left: 15px;
}
.bodytext div#topContent div#description h3 {
font-size: 48px;
font-weight: 700;
margin-bottom: 0;
}
.bodytext div#topContent div#description p {
font-size: 18px;
margin-bottom: 0;
}
.bodytext div#bottomContent {
height: 100%;
min-height: 300px;
max-width: 960px;
}
.bodytext div#bottomContent div#bottomMainContent {
font-size: 14px;
display: inline;
padding-left: 40px;
max-width: 803px;
float: left;
text-align: left;
padding-top: 10px;
}
.bodytext div#bottomContent div#bottomMainContent div#outputTable {
min-width: 770px;
}
.bodytext div#bottomContent div#bottomMainContent div#searchForMembers {
min-width: 770px;
}
.bodytext div#bottomContent div#bottomMainContent .individual_person {
border: 1px solid #000000;
padding-bottom: 10px;
min-height: 60px;
max-height: 60px;
}
.bodytext div#bottomContent div#bottomMainContent textarea {
width: 690px;
height: 50px;
resize: none;
}
.bodytext div#bottomContent div#bottomMainContent .button {
float: right;
}
.bodytext div#bottomContent div#bottomMainContent #submitEvent {
width: 690px;
height: 100px;
border-bottom: 1px solid #000;
}
.bodytext div#bottomContent div#bottomMainContent div#userEvents {
padding-top: 5px;
height: 50px;
width: 690px;
border-bottom: 1px dotted #000;
}
.bodytext div#bottomContent div#bottomMainContent div#userEvents p {
text-align: left;
font-size: 20px;
}
.bodytext div#bottomContent div#bottomMainContent div#userEvents h3 {
text-align: right;
font-size: 14px;
}
div#membersImageProfile img {
margin: 0 auto;
padding: 0;
display: block;
}
div#newsItem {
margin-left: 5px;
border-bottom: 1px dotted #000000;
}
div#newsItem h2 {
font-size: 16px;
}
div#newsItem p {
font-size: 14px;
padding: 0;
}
div#officer {
height: 200px;
padding-top: 5px;
}
div#officerColumn {
width: 420px;
float: left;
}
div#officerColumn .name, div#officerColumn .description {
display: none;
}
div#officerColumn .officerInfo {
float: left;
display: inline;
padding-right: 5px;
padding-bottom: 5px;
}
div#officerColumn .officerInfo:hover {
opacity: 0.8;
cursor: pointer;
}
div#moreInfo {
width: 540px;
padding-left: 10px;
display: inline;
}
div#moreInfo h4 {
text-align: center;
}
div#moreInfo #face {
float: left;
box-shadow: 2px 2px 2px #888888;
margin-right: 20px;
}
div#moreInfo #description {
display: inline;
font-size: 14px;
}
div#side-bar {
padding-top: 20px;
float: left;
width: 157px;
min-height: 100%;
text-align: center;
display: inline;
}
div#side-bar .side-nav {
padding-top: 0px;
}
div#side-bar .side-nav li {
margin: 0;
padding: 0;
}
div#side-bar .side-nav .menuOption {
width: 157px;
height: 40px;
background-color: #e9e9e9;
line-height: 40px;
border-bottom: 1px solid #F9F9F9;
text-align: center;
}
div#side-bar .side-nav .menuOption a {
color: #000;
}
div#side-bar .side-nav .menuOption a:hover {
color: #000;
}
div#side-bar .side-nav .menuOption:hover {
background-color: #999999;
}
div#side-bar .side-nav .active {
background-color: #CCC;
color: #FFF;
}
div#mainContent {
font-size: 14px;
display: inline;
padding-left: 10px;
width: 703px;
float: left;
text-align: left;
padding-top: 10px;
}
div#mainContent h2 {
font-size: 18px;
}
div#mainContent ol {
margin-left: 20px;
}
div#mainContent ol ul {
margin-left: 10px;
}
div#mainContent ul {
margin-left: 20px;
}
div#mainContent #classlists {
padding-left: 10px;
}
footer {
position: relative;
margin-top: -70px;
height: 70px;
clear: both;
background-color: #222222;
border-top: 3px solid #999999;
color: #ffffff;
line-height: 70px;
font-size: 16px;
}
footer div#footer-inner {
width: 960px;
margin: 0 auto;
line-height: 70px;
}
footer div#footer-inner ul {
list-style-type: none;
padding: 0;
margin: 0;
}
footer div#footer-inner ul li a {
color: #FFFFFF;
}
footer div#footer-inner ul li a:hover {
border-bottom: 1px dotted #FFFFFF;
}
.left {
float: left;
}
.right {
float: right;
} | 0.235108 | 0.035813 |
.cta-overlapped-image .container, .cta-overlapped-image .row.justify-content-end { position: relative; }
@media (max-width: 991.98px) { /* line 9, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .row { -ms-flex-direction: column-reverse; flex-direction: column-reverse; margin: 0; } }
/* line 16, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image { padding-top: 50px; padding-bottom: 50px; }
/* line 20, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.background-white .text { box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); }
/* line 24, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .floated { position: absolute; top: 90px; left: 15px; z-index: 3; opacity: 0; }
/* line 31, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .floated img { width: 100%; }
/* line 36, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image h2 { margin-bottom: 30px; }
/* line 40, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .col-lg-7 { padding-top: 140px; z-index: 5; }
/* line 44, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .col-lg-7 .text { position: relative; }
/* line 47, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .col-lg-7 .text:after { display: block; content: " "; width: 175px; height: 175px; position: absolute; top: -15px; left: -15px; border-top: 15px solid #fe2911; border-left: 15px solid #fe2911; }
/* line 61, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .text { padding: 50px 50px 66px; background-color: #fff; }
/* line 65, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .text p { font-size: 18px; font-weight: 400; color: #707070; letter-spacing: 0; margin-bottom: 20px; display: block; }
/* line 74, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .text h3 { margin-bottom: 40px; }
/* line 78, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .text .cta, .cta-overlapped-image .text .link-arrow { float: none; display: inline-block; }
/* line 84, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse { padding-top: 50px; padding-bottom: 50px; background-repeat: no-repeat; background-position: right 20% top 167px; }
/* line 91, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .row { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
/* line 96, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-7.div-left { padding-top: 50px; z-index: 3; opacity: 0; }
/* line 101, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-7.div-left .text { padding: 100px; padding-right: calc((((5 / 7) * 100%) + 30px) * 0.35); }
/* line 105, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-7.div-left .text:after { border-top: none; border-left: none; }
/* line 112, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-5 { margin: 0; padding: 0; z-index: 5; }
@media (max-width: 1199.98px) { /* line 121, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .floated { padding-left: 15px; padding-right: 15px; left: 0; }
/* line 126, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .floated img { width: 85%; } }
@media (max-width: 991.98px) { /* line 133, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .floated { padding-left: 0; padding-right: 0; top: -130px !important; opacity: 1 !important; -ms-flex: 0 0 100%; flex: 0 0 100%; position: static; }
/* line 142, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .floated img { width: 80%; } }
@media (max-width: 767.98px) { /* line 149, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .floated img { width: 100%; } }
@media (max-width: 991.98px) { /* line 155, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .col-lg-7 { padding: 0 0 50px; }
/* line 158, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .col-lg-7 .text { width: 80%; margin-left: 20%; } }
@media (max-width: 767.98px) { /* line 166, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .col-lg-7 .text { width: 100%; margin-left: 0; } }
@media (max-width: 991.98px) { /* line 174, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .col-lg-7 .text:after { width: 70px; height: 70px; top: -8px; left: -8px; border-top: 8px solid #fe2911; border-left: 8px solid #fe2911; }
/* line 183, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .text { padding: 20px 15px 50px; }
/* line 186, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .text h3 { margin-bottom: 20px; } }
@media (max-width: 1492px) { /* line 194, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse { background-position: right 15% top 167px; } }
@media (max-width: 1350px) { /* line 200, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse { background-position: right 13% top 167px; } }
@media (max-width: 1250px) { /* line 206, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse { background-position: right 11% top 167px; } }
@media (max-width: 1199.98px) { /* line 212, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse { background-position: right 4% top 167px; } }
@media (max-width: 767.98px) { /* line 219, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .text a.cta { width: 100%; text-align: center; min-width: 0; }
/* line 225, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-7.div-left { padding-bottom: 0; } }
@media (max-width: 991.98px) { /* line 232, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse { background-position: right 1% top 91%; background-size: 53%; }
/* line 236, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .row { -ms-flex-direction: column-reverse; flex-direction: column-reverse; margin: 0; }
/* line 242, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-7.div-left { opacity: 1 !important; }
/* line 245, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-7.div-left .text { width: 80%; margin-left: 0; margin-bottom: 0; opacity: 1 !important; padding: 50px 60px 150px 15px; } }
@media (max-width: 767.98px) { /* line 257, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-7.div-left .text { width: 100%; padding-right: 15px; padding-bottom: 50px; opacity: 1 !important; } }
@media (min-width: 992px) { /* line 266, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-5 { -ms-transform: translate(-35%, 25%); transform: translate(-35%, 25%); } }
@media (max-width: 991.98px) { /* line 273, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-5 { margin-top: 0; -ms-transform: translateY(-80px); transform: translateY(-80px); }
/* line 278, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-5 img { width: 80%; margin-left: 20%; } }
@media (max-width: 767.98px) { /* line 286, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-5 { margin-top: 0; -ms-transform: none; transform: none; }
/* line 291, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-5 img { width: 100%; margin-left: 0; } }
/*# sourceMappingURL=cta-overlapped-image.css.map */ | src/Project/MvpSite/rendering/wwwroot/stylesheets/components/cta-overlapped-image.css | .cta-overlapped-image .container, .cta-overlapped-image .row.justify-content-end { position: relative; }
@media (max-width: 991.98px) { /* line 9, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .row { -ms-flex-direction: column-reverse; flex-direction: column-reverse; margin: 0; } }
/* line 16, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image { padding-top: 50px; padding-bottom: 50px; }
/* line 20, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.background-white .text { box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); }
/* line 24, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .floated { position: absolute; top: 90px; left: 15px; z-index: 3; opacity: 0; }
/* line 31, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .floated img { width: 100%; }
/* line 36, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image h2 { margin-bottom: 30px; }
/* line 40, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .col-lg-7 { padding-top: 140px; z-index: 5; }
/* line 44, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .col-lg-7 .text { position: relative; }
/* line 47, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .col-lg-7 .text:after { display: block; content: " "; width: 175px; height: 175px; position: absolute; top: -15px; left: -15px; border-top: 15px solid #fe2911; border-left: 15px solid #fe2911; }
/* line 61, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .text { padding: 50px 50px 66px; background-color: #fff; }
/* line 65, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .text p { font-size: 18px; font-weight: 400; color: #707070; letter-spacing: 0; margin-bottom: 20px; display: block; }
/* line 74, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .text h3 { margin-bottom: 40px; }
/* line 78, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .text .cta, .cta-overlapped-image .text .link-arrow { float: none; display: inline-block; }
/* line 84, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse { padding-top: 50px; padding-bottom: 50px; background-repeat: no-repeat; background-position: right 20% top 167px; }
/* line 91, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .row { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
/* line 96, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-7.div-left { padding-top: 50px; z-index: 3; opacity: 0; }
/* line 101, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-7.div-left .text { padding: 100px; padding-right: calc((((5 / 7) * 100%) + 30px) * 0.35); }
/* line 105, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-7.div-left .text:after { border-top: none; border-left: none; }
/* line 112, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-5 { margin: 0; padding: 0; z-index: 5; }
@media (max-width: 1199.98px) { /* line 121, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .floated { padding-left: 15px; padding-right: 15px; left: 0; }
/* line 126, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .floated img { width: 85%; } }
@media (max-width: 991.98px) { /* line 133, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .floated { padding-left: 0; padding-right: 0; top: -130px !important; opacity: 1 !important; -ms-flex: 0 0 100%; flex: 0 0 100%; position: static; }
/* line 142, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .floated img { width: 80%; } }
@media (max-width: 767.98px) { /* line 149, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .floated img { width: 100%; } }
@media (max-width: 991.98px) { /* line 155, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .col-lg-7 { padding: 0 0 50px; }
/* line 158, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .col-lg-7 .text { width: 80%; margin-left: 20%; } }
@media (max-width: 767.98px) { /* line 166, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .col-lg-7 .text { width: 100%; margin-left: 0; } }
@media (max-width: 991.98px) { /* line 174, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .col-lg-7 .text:after { width: 70px; height: 70px; top: -8px; left: -8px; border-top: 8px solid #fe2911; border-left: 8px solid #fe2911; }
/* line 183, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .text { padding: 20px 15px 50px; }
/* line 186, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .text h3 { margin-bottom: 20px; } }
@media (max-width: 1492px) { /* line 194, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse { background-position: right 15% top 167px; } }
@media (max-width: 1350px) { /* line 200, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse { background-position: right 13% top 167px; } }
@media (max-width: 1250px) { /* line 206, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse { background-position: right 11% top 167px; } }
@media (max-width: 1199.98px) { /* line 212, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse { background-position: right 4% top 167px; } }
@media (max-width: 767.98px) { /* line 219, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .text a.cta { width: 100%; text-align: center; min-width: 0; }
/* line 225, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-7.div-left { padding-bottom: 0; } }
@media (max-width: 991.98px) { /* line 232, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse { background-position: right 1% top 91%; background-size: 53%; }
/* line 236, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .row { -ms-flex-direction: column-reverse; flex-direction: column-reverse; margin: 0; }
/* line 242, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-7.div-left { opacity: 1 !important; }
/* line 245, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-7.div-left .text { width: 80%; margin-left: 0; margin-bottom: 0; opacity: 1 !important; padding: 50px 60px 150px 15px; } }
@media (max-width: 767.98px) { /* line 257, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-7.div-left .text { width: 100%; padding-right: 15px; padding-bottom: 50px; opacity: 1 !important; } }
@media (min-width: 992px) { /* line 266, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-5 { -ms-transform: translate(-35%, 25%); transform: translate(-35%, 25%); } }
@media (max-width: 991.98px) { /* line 273, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-5 { margin-top: 0; -ms-transform: translateY(-80px); transform: translateY(-80px); }
/* line 278, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-5 img { width: 80%; margin-left: 20%; } }
@media (max-width: 767.98px) { /* line 286, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-5 { margin-top: 0; -ms-transform: none; transform: none; }
/* line 291, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image.reverse .col-lg-5 img { width: 100%; margin-left: 0; } }
/*# sourceMappingURL=cta-overlapped-image.css.map */ | 0.236076 | 0.065935 |
.news-tagger-salary-deposited .recommendedSearchImg {
height:20px!important;
width:20px!important
}
.news-tagger-btn .pointing-arrow.dontshow {
display:none!important
}
body {
font-size:14px
}
.row {
margin:0
}
.container, .col-md-4 {
/*padding:0*/
}
.navbar-toggle {
margin:0
}
.news-tagger .row {
margin:0
}
.news-tagger .container, .news-tagger .col-md-4 {
padding:0
}
.news-tagger-heading {
background:#FB6C2B;
padding:25px 0 !important;
position:relative
}
.news-tagger-heading img {
left:-39px;
position:absolute;
top:0
}
.news-tagger {
background:none repeat scroll 0 0 #FFF;
color:#fff;
clear:both;
min-height:538px;
overflow: hidden;
}
.news-tagger h3 {
font-size:26px;
text-align:center;
font-weight:400;
margin:19px 0;
color:#000
}
.news-tagger .contact-head {
font-size:26px;
text-align:center;
font-weight:400;
margin:0
}
.news-tagger #prev_resident_city h3 {
margin:13px 0 20px
}
.news-tagger .news-tagger-title {
margin:60px 0 58px 0
}
.news-tagger .city-name, .news-tagger .bank-name, .news-tagger .car-name {
color:#000;
font-size:16px;
margin:10px 0 0;
font-weight:bold;
display:block;
line-height:20px
}
.news-tagger .bank-name {
height:38px
}
.news-tagger .col-md-2 {
text-align:center;
border-right:0 solid #fff;
padding:0
}
.news-tagger .last-col-md-2, .news-tagger-salary-deposited .last-col-md-2 {
border-right:0 solid #ccc
}
.news-tagger .last-col-md-2 h5 {
padding:58px 0
}
.news-tagger .news-tagger-cc .last-col-md-2 h5 {
padding:0
}
.news-tagger .news-tagger-cc .last-col-md-2 .icon-bank {
background:transparent
}
.news-tagger .container {
position:relative;
overflow:visible
}
.news-tagger-salary-deposited .col-md-2 h5 {
height:50px
}
.news-tagger-salary-deposited .col-md-12 {
overflow:hidden
}
.news-tagger-salary-deposited .last-col-md-2 h5 {
padding:0
}
.news-tagger-title-grn h3 {
color:#16a085;
font-size:20px;
margin:35px 0 0;
line-height:30px
}
.news-tagger .news-tagger-contact {
margin:20px 0 0;
padding-top:0
}
.news-tagger .hasDatepicker {
clear:both
}
.news-tagger-help, .mobile-news-tagger-help {
text-decoration:none
}
.news-tagger-help-txt {
text-decoration:underline;
color:#34495e;
font-size:14px
}
.back-button {
position:absolute;
bottom:0;
top:20px;
min-width:10px;
z-index:10000;
left:0
}
.news-tagger-net-salary .input-group, .news-tagger-emi .input-group, .news-tagger-cc-gti .input-group {
width:300px;
margin:0 auto
}
.news-tagger-net-salary .form-inline .col-md-12, .news-tagger-emi .form-inline .col-md-12, .news-tagger-contact .form-horizontal .col-md-12, .news-tagger-cc-gti .form-inline .col-md-12 {
padding-left:0;
padding-right:0;
overflow:hidden
}
.news-tagger-net-salary .form-group, .news-tagger-emi .form-group, .curent_city .col-md-12, .news-tagger-cc-gti .form-group {
display:block
}
.carousel-inner {
overflow:visible;
font-size:14px;
font-weight:500
}
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
height:50px
}
.news-tagger-exp {
width:320px;
margin:0 auto
}
.checkbox .icons, .radio .icons {
font-size:16px
}
.contact-less-tab fieldset {
padding:5px 0
}
.news-tagger-net-salary .btn, .news-tagger-emi .btn, .news-tagger-cc-gti .btn {
margin:0
}
.news-tagger .news-tagger-container .news-tagger-help-md-4 {
/*padding:10px*/
}
.news-tagger-date-picker {
border-radius:10px;
overflow:hidden
}
.news-tagger .radio, .checkbox {
display:block;
margin:0
}
.news-tagger .radio, .checkbox {
display:block;
margin:0
}
.news-tagger-content {
clear:both;
margin:0;
/*padding-top:20px*/
}
.news-tagger-res .news-tagger-content {
padding-top:34px
}
.news-tagger-age .news-tagger-content {
padding-top:0
}
.news-tagger-btn {
overflow:hidden;
padding:20px 0
}
.contactMe .news-tagger-btn {
padding:0
}
.news-tagger-btn label {
font-weight:bold
}
.mobile-news-tagger-other-city, .mobile-column-mo {
display:none
}
.mobile-news-tagger-other-city {
overflow:hidden
}
.mobile-news-tagger-other-city input {
border:2px solid #1abc9c;
color:#1abc9c;
text-align:right;
margin:10px 0 auto;
width:290px;
margin:0 auto
}
.mobile-news-tagger-other-city input.error {
border:2px solid #f00
}
.news-tagger .mobile-news-tagger-other-city h5 {
margin:0 0 10px 0
}
.error .first-icon.fui-radio-unchecked {
color:#f00
}
.error.radio.checked .second-icon {
color:#f00
}
.news-tagger-container .basic-required-text {
margin:0;
width:100%
}
.dropdown-style {
border-radius:6px;
font-size:22px;
height:53px;
line-height:1.318;
padding:10px 16px
}
.news-tagger-sub-head {
border-radius:6px;
margin:0 auto 15px
}
.news-tagger-sub-head h3 {
margin:0;
padding:0
}
.news-tagger-bg, .mobile-column-mo .col-xs-4 .news-tagger-bg {
background:#f1c40f;
border:0 solid #f5deb3;
box-shadow:2px 0 2px #696969 inset;
color:#fff
}
.news-tagger-bg-error {
background:#f00;
border:2px solid #f00
}
.input-group .ns-other-city-input, .news-tagger-input, .input-group .ns-other-city-input:focus, .news-tagger-input:focus {
background:#fff!important;
box-shadow:0 0 2px #696969 inset!important;
border:0 none;
height:55px !important;
border:0px !important
}
.news-tagger-city {
/*width:800px;*/
margin: 0 auto !important;
}
.news-tagger .news-tagger-other-city select {
height:32px;
padding:8px
}
.input-error, .news-tagger-dob .input-error {
border:2px solid #f00;
color:#f00;
font-size:20px
}
.margin-top-btm-20 {
margin:20px 0
}
.text-center {
text-align:center;
position:relative
}
.icon-car, .icon-city, .icon-bank {
width:132px
}
.pl-salary-account {
margin:0 auto;
float:none
}
.pl-salary-account .icon-bank {
width:100%
}
.news-tagger-list .list-group-item {
float:left;
width:50%;
border-left:0 solid #ddd;
border-radius:0;
text-align:left;
cursor:pointer;
padding:9px;
height:50px;
color:#34495e;
line-height:27px
}
.news-tagger-list .list-group-item:hover {
background:#c8c8c8
}
.news-tagger-list .news-tagger-bg-without-border, .news-tagger-list .news-tagger-bg-without-border:hover {
background:#40e0d0;
color:#fff
}
.news-tagger-list {
font-size:14px;
margin:0 auto 15px;
overflow:hidden;
width:450px;
border-radius:6px;
border:1px solid #ddd;
border-top:0 solid #ddd;
border-right:0 solid #ddd;
border-bottom:0 solid #ddd
}
.news-tagger-list .list-group {
margin-bottom:0
}
.news-tagger .news-tagger-contact h3 {
font-size:20px;
text-align:right;
margin:10px;
text-align:right
}
.news-tagger .news-tagger-contact .mobile-no-display h3 {
text-align:left
}
.news-tagger .news-tagger-contact h3 span {
color:#1abc9c
}
.privacy p, .privacy-mobile p {
font-size:14px;
line-height:16px;
text-align:center
}
.news-tagger-error-tooltip {
overflow:hidden
}
.news-tagger .news-tagger-contact .privacy h3 {
text-align:left
}
.privacy h3 span {
color:#1abc9c
}
.news-tagger-dob {
float:left;
margin:0 10px
}
.news-tagger .news-tagger-age-picker {
margin:0 auto;
width:334px
}
.news-tagger-dob-div {
margin:0;
padding:10px 0
}
.news-tagger-birthdate {
overflow:hidden
}
.news-tagger-birthdate span {
color:#1abc9c
}
.news-tagger-birthdate input {
background:0;
border:0 none;
color:#ffff7b;
font-size:16px;
font-weight:bold
}
.apply, .reviews {
font-size:18px;
font-weight:bold!important;
margin-top:0
}
.dob-sub-heading {
background:none repeat scroll 0 0 #34495e;
border-radius:6px;
padding:0 0 0 10px
}
.dob-sub-heading p {
margin:0;
font-weight:bold;
font-size:16px
}
.dob-sub-heading p span {
color:#ffff7b
}
.news-tagger .news-tagger-birthdate {
margin:0;
font-size:16px;
font-weight:bold;
text-align:center
}
.news-tagger .news-tagger-birthdate .birth-day-info {
background:none repeat scroll 0 0 #34495e;
border-radius:6px;
padding:5px;
width:247px;
margin:10px auto;
float:left;
line-height:27px
}
.news-tagger .news-tagger-birthdate .birth-day-info input {
width:100px;
width:120px\9;
line-height:15px
}
.ie9 .news-tagger .news-tagger-birthdate .birth-day-info input {
height:30px
}
.ie9 .news-tagger .news-tagger-birthdate .birth-day-info input[disabled] {
color:#ffff7b
}
.margin-top-btm-30 {
margin:30px 0 auto
}
.news-tagger .form-group {
margin:0 auto 15px
}
.btn-section {
margin:15px 0 0 0;
padding:0
}
.news-tagger-heading-two {
overflow:hidden
}
.news-tagger-heading-two h3 {
margin:0 auto 15px
}
.privacy-mobile {
display:none
}
.news-tagger .privacy {
padding:50px 20px 0;
bottom:0;
position:relative
}
.privacy .icons {
margin:0;
left:-15px;
top:-2px
}
.choose-city {
overflow:hidden;
border:1px solid #ccc
}
.choose-city .col-md-3 {
padding:0
}
.choose-city h5 {
padding:10px 20px;
margin:0
}
.choose-city .other-city-list {
float:left;
list-style:none inside none;
padding:0;
width:80%
}
.choose-city-container {
padding:10px 18px;
overflow-y:scroll;
min-height:200px
}
.select-city {
background:#ececec;
color:#000;
text-align:left
}
.choose-city .other-city-list li {
margin:0 0 5px 0
}
.choose-city .other-city-list li a {
display:block;
color:#7f7f7f;
padding-left:7px;
border:1px solid #f7f7f9
}
.choose-city .other-city-list li a:hover {
background:#ececec;
color:#000;
border:1px solid #ccc
}
.other-city-container {
position:absolute;
top:-60px
}
.other-city-container h5 {
margin:0 0 2px 0
}
.news-tagger .news-tagger-dropdown {
margin:0
}
.news-tagger-city .news-tagger-dropdown>.input-group {
width:280px
}
.news-tagger-dropdown>.input-group>.form-control {
border:2px solid #1abc9c
}
.news-tagger-dropdown>.input-group>.input-group-addon {
background:#1abc9c;
border:2px solid #1abc9c
}
.news-tagger-dropdown>.input-group>.input-group-addon>.caret {
border-bottom:8px none #fff;
border-top:8px solid #fff
}
.news-tagger-city .padding-btm {
padding-bottom:30px
}
.auto-fit {
overflow:hidden
}
.icon-title {
position:relative;
top:-5px;
width:40px
}
.year-picker {
width:200px;
margin:0 auto
}
.news-tagger-age-picker-pc .col-md-6 {
padding:0
}
.news-tagger-age-picker-mobile {
clear:both;
margin:0 auto;
display:none;
width:320px
}
.icon-title, .news-tagger-heading-mobile {
display:none
}
.input-group-hg>.form-control, .input-group-hg>.input-group-addon, .input-group-hg>.input-group-btn>.btn {
font-size:20px
}
.salary-bnk-btn {
margin:15px 0 0 0
}
.checkbox, .radio {
padding:8px 10px
}
.privacy>.authorize-section>.checkbox {
top:-2px
}
.authorize-section>span {
padding-left:10px
}
.authorize-section a, .contactme-slide-additional-line a {
color:#EB4912;
text-decoration:underline
}
.contactme-slide-additional-line {
text-align:center;
line-height:normal;
padding:10px;
color:#000
}
.private-msg {
color:#fd9c00;
line-height:20px;
padding-left:58px;
position:absolute;
height:40px;
background-image:url(https://cdn2.bankbazaar.com/images/icon-private-arrow.png);
background-repeat:no-repeat;
background-position:10px 8px;
background-size:40px auto;
top:5px;
font-size:16px
}
.news-tagger-contact .form-horizontal .authorize-section {
padding:0 15px
}
.title-container {
overflow:hidden
}
.check-radio-section {
margin:10px 0 0
}
.table-curved {
border-collapse:separate;
border:solid #ddd 1px;
border-radius:6px;
border-left:0;
border-top:0;
background:none repeat scroll 0 0 #fff;
color:#34495e;
margin:0 auto 15px;
text-align:center;
font-size:14px
}
.news-tagger .ui-datepicker th {
color:#34495e
}
.table-curved>thead>tr>th, .table-curved>tbody>tr>th, .table-curved>tfoot>tr>th, .table-curved>thead>tr>td, .table-curved>tbody>tr>td, .table-curved>tfoot>tr>td {
text-align:center
}
.table-curved>thead:first-child>tr:first-child>th {
border-bottom:0;
border-top:solid #ddd 1px
}
.news-tagger-doj .table-curved td, .news-tagger-doj .table-curved th, .news-tagger-age .table-curved td, .news-tagger-age .table-curved th {
border-left:1px solid #ddd;
border-top:1px solid #ddd;
padding:0
}
.news-tagger-doj .table-curved td a, .news-tagger-doj .table-curved th a, .news-tagger-age .table-curved td a, .news-tagger-age .table-curved th a {
display:block;
color:#34495e;
cursor:pointer;
height:30px;
line-height:30px
}
.news-tagger-doj .table-curved .news-tagger-bg:hover, .news-tagger-doj .news-tagger-bg:hover, .news-tagger-age .news-tagger-bg:hover {
background:#1abc9c!important;
color:#fff
}
.news-tagger-doj .year-picker .table-curved td, .news-tagger-doj .year-picker .table-curved th, .news-tagger-age .year-picker .table-curved td, .news-tagger-age .year-picker .table-curved th {
padding:0;
width:100px
}
.news-tagger-doj .table-curved td:hover, .news-tagger-doj .table-curved td a:hover, .news-tagger-doj .table-curved th a:hover, .news-tagger-age .table-curved td a:hover, .news-tagger-age .table-curved th a:hover {
background:#c8c8c8;
cursor:pointer
}
.table-curved td.selected, .table-curved td.selected:hover, .table-curved td.selected a, .table-curved td.selected a:hover {
background:none repeat scroll 0 0 #40e0d0;
color:#fff
}
.news-tagger-doj .table-curved .selected:hover, .news-tagger-doj .table-curved .selected:hover, .news-tagger-age .table-curved .selected:hover, .news-tagger-age .table-curved .selected:hover {
background:none repeat scroll 0 0 #40e0d0;
color:#fff
}
.table-curved>:first-child>:first-child>:first-child {
border-top-left-radius:6px
}
.table-curved>:first-child>:first-child>:last-child {
border-top-right-radius:6px
}
.table-curved>:last-child>:last-child>:first-child {
border-bottom-left-radius:6px
}
.table-curved>:last-child>:last-child>:last-child {
border-bottom-right-radius:6px
}
.month-yr-table {
padding:0
}
.ui-datepicker-calendar {
border-collapse:separate;
border:solid #ddd 1px;
border-radius:6px;
border-left:0;
border-top:0;
background:none repeat scroll 0 0 #fff;
margin:0 auto 15px;
text-align:center;
font-size:14px;
line-height:18px
}
.ui-datepicker-calendar>thead:first-child>tr:first-child>th {
border-bottom:0;
border-top:solid #ddd 1px
}
.ui-datepicker-calendar td, .ui-datepicker-calendar th {
border-left:1px solid #ddd;
border-top:1px solid #ddd;
padding:0
}
.ui-datepicker-calendar>:first-child>:first-child>:first-child {
border-top-left-radius:6px
}
.ui-datepicker-calendar>:first-child>:first-child>:last-child {
border-top-right-radius:6px
}
.ui-datepicker-calendar>:last-child>:last-child>:first-child {
border-bottom-left-radius:6px
}
.ui-datepicker-calendar>:last-child>:last-child>:last-child {
border-bottom-right-radius:6px
}
.news-tagger .ui-datepicker .ui-datepicker-header {
display:none
}
.news-tagger .ui-datepicker {
width:auto;
border:0 solid #1abc9c;
box-shadow:0 0 0 rgba(52, 73, 94, 0.06);
margin:0
}
.news-tagger .ui-datepicker-header {
display:none
}
.news-tagger .ui-datepicker .ui-state-active, .news-tagger .ui-datepicker .ui-state-active:hover {
border-radius:0;
background:#40e0d0;
color:#fff
}
.news-tagger .ui-datepicker .ui-state-hover {
background-color:#fff
}
.ui-datepicker .ui-state-active:hover {
background:#1abc9c;
color:#fff
}
.news-tagger .ui-datepicker td a {
border-radius:0
}
.news-tagger .ui-datepicker td a:hover {
background:#c8c8c8
}
.tt-suggestion {
cursor:pointer
}
.tt-suggestion:focus, .tt-suggestion:active {
background:#ccc
}
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
color:#f00;
font-size:20px;
height:53px;
line-height:1.318;
padding:10px 16px
}
.newstaggered-modal .twitter-typeahead .tt-hint {
text-transform:lowercase;
display:none
}
.news-tagger-container .basic-required-text {
text-transform:uppercase
}
.news-tagger .radio-box {
margin:10px auto 0;
position:relative;
width:20px;
height:24px
}
.salary-bank .radio-box {
margin:0 auto
}
.salary-bank .touch-icon {
/*margin:2px 10px*/
}
.news-tagger .ns-other-city {
margin:10px auto
}
.news-tagger .news-tagger-other-city .did-you-mean-section, .news-tagger .company-slide .did-you-mean-section {
margin-top:5px;
position:relative;
z-index:99
}
.loader-spinner .modal-dialog {
margin:0 auto;
width:116px;
text-align:center;
width:100%;
height:50%; overflow:auto;
margin:auto;
position:absolute;
top:0;
left:0;
bottom:0;
right:0
}
.loader-spinner .modal-content {
background-color:transparent;
border:0 solid #ebedef
}
.loader-spinner .loading-txt {
color:#fff
}
.loader-spinner .modal-body {
padding:0
}
.ns-other-city .twitter-typeahead .tt-query, .ns-other-city .twitter-typeahead .tt-hint {
height:34px;
padding:8px 12px
}
.input-group .ns-other-city-input {
background:#fff!important;
border-radius:6px!important;
font-size:12px;
height:34px;
text-align:left;
text-transform:uppercase
}
.ns-other-city .tt-suggestion {
text-align:left
}
.ns-other-city .tt-cursor {
text-transform:uppercase
}
.news-tagger .twitter-typeahead .tt-dropdown-menu {
background:none repeat scroll 0 0 #fff;
border:0 none;
color:#34495e;
box-shadow:0 0 2px #696969 inset;
width:100%;
text-transform:uppercase!important
}
.news-tagger .twitter-typeahead .tt-dropdown-menu p:focus {
background-color:#008000
}
.twitter-typeahead .tt-dropdown-menu {
height:170px;
overflow-y:scroll;
text-align:left!important
}
.news-tagger .radio label, .news-tagger .checkbox label {
display:block;
min-height:40px
}
.news-tagger .news-tagger-cc .radio label, .news-tagger .news-tagger-cc .checkbox label, .cc-others {
display:block
}
.input-group .ns-other-city-input {
margin:0 auto;
float:none
}
.news-tagger-btn .apply {
padding:8px 25px;
font-size:20px;
float:none
}
.contactMe .news-tagger-btn .apply {
padding:10px 25px;
margin:0
}
.news-tagger .authorize-section .radio, .news-tagger .authorize-section .checkbox {
display:inline;
padding:0 8px
}
.checkbox .icons, .radio .icons {
color:#fff
}
.checkbox.checked .second-icon, .radio.checked .second-icon {
color:#fff
}
.news-tagger-city label {
margin:10px 0 0 0
}
.news-tagger pre {
margin:0
}
.news-tagger .input-group-addon {
background:#34495e;
border:0 none;
box-shadow:0 0 2px #696969 inset;
height:53px;
padding:0 15px
}
.news-tagger .input-group-addon .checkbox, .radio {
line-height:10px;
padding:8px 10px
}
.company-name .news-tagger-input {
height:38px;
padding:10px 16px;
border-radius:6px!important;
text-transform:uppercase;
margin:-5px 0 0
}
.news-tagger .news-tagger-heading {
padding:0;
clear:both
}
.news-tagger .news-tagger-heading h1, .news-tagger .news-tagger-heading h2 {
margin:0;
padding:10px 0;
font-size:20px;
;
text-align:center;
line-height:28px;
font-weight:400;
color:#fff
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
left:22%;
top:25%
}
.error-msg .popover {
background-color:#f1c40f;
display:inline;
width:222px
}
.error-msg .popover.right .arrow {
border-right-color:#f1c40f
}
.error-msg .popover-content {
color:#fff;
overflow:hidden;
padding:0 10px
}
.error-msg .popover label {
font-weight:bold
}
.news-tagger-content .popover {
display:block;
background-color:#7af8bd;
margin-top:7px;
z-index:0
}
.news-tagger .monthly-salary .news-tagger-content .popover {
left:-39px;
margin-top:-25px
}
.popover-content p {
margin:0;
color:#009e43
}
.popover.right .arrow {
border-right-color:#7af8bd
}
.popover-content {
padding:10px 20px
}
.self-emp-mobile, .news-tagger-heading-mo {
display:none
}
.error-msg {
/*position:absolute;*/
float:none;
color: red;
font-weight: 600;
border-radius: 43px;
padding: 10px !important;
font-size: 12px !important;
}
.news-tagger-other-city .error.input-error-cl {
left:12px;
width:204px
}
.error-sec-mo {
min-height:0
}
.news-tagger .skip-slide {
color:#fff;
font-size:18px;
line-height:normal;
padding:4px 10px;
position:absolute;
text-align:left;
text-decoration:underline
}
@-webkit-keyframes color_change {
from {
background-color:#f1c40f
}
to {
background-color:#ff9c01
}
}
@-moz-keyframes color_change {
from {
background-color:#f1c40f
}
to {
background-color:#ff9c01
}
}
@-ms-keyframes color_change {
from {
background-color:#f1c40f
}
to {
background-color:#ff9c01
}
}
@-o-keyframes color_change {
from {
background-color:#f1c40f
}
to {
background-color:#ff9c01
}
}
@keyframes color_change {
from {
background-color:#f1c40f
}
to {
background-color:#ff9c01
}
}
@-webkit-keyframes color_change_border {
from {
border-right-color:#f1c40f
}
to {
border-right-color:#ff9c01
}
}
@-moz-keyframes color_change_border {
from {
border-right-color:#f1c40f
}
to {
border-right-color:#ff9c01
}
}
@-ms-keyframes color_change_border {
from {
border-right-color:#f1c40f
}
to {
border-right-color:#ff9c01
}
}
@-o-keyframes color_change_border {
from {
border-right-color:#f1c40f
}
to {
border-right-color:#ff9c01
}
}
@keyframes color_change_border {
from {
border-right-color:#f1c40f
}
to {
border-right-color:#ff9c01
}
}
@-webkit-keyframes color_change_border-btm {
from {
border-top-color:#f1c40f
}
to {
border-top-color:#ff9c01
}
}
@-moz-keyframes color_change_border-btm {
from {
border-top-color:#f1c40f
}
to {
border-top-color:#ff9c01
}
}
@-ms-keyframes color_change_border-btm {
from {
border-top-color:#f1c40f
}
to {
border-top-color:#ff9c01
}
}
@-o-keyframes color_change_border-btm {
from {
border-top-color:#f1c40f
}
to {
border-top-color:#ff9c01
}
}
@keyframes color_change_border-btm {
from {
border-top-color:#f1c40f
}
to {
border-top-color:#ff9c01
}
}
@-webkit-keyframes color_change_border-top {
from {
border-bottom-color:#f1c40f
}
to {
border-bottom-color:#ff9c01
}
}
@-moz-keyframes color_change_border-top {
from {
border-bottom-color:#f1c40f
}
to {
border-bottom-color:#ff9c01
}
}
@-ms-keyframes color_change_border-top {
from {
border-bottom-color:#f1c40f
}
to {
border-bottom-color:#ff9c01
}
}
@-o-keyframes color_change_border-top {
from {
border-bottom-color:#f1c40f
}
to {
border-bottom-color:#ff9c01
}
}
@keyframes color_change_border-top {
from {
border-bottom-color:#f1c40f
}
to {
border-bottom-color:#ff9c01
}
}
.news-tagger-content label {
line-height:normal
}
.news-tagger-content .error td {
text-align:left
}
.error-msg .error, .input-error-cl {
-webkit-animation:color_change 1s infinite alternate;
-moz-animation:color_change 1s infinite alternate;
-ms-animation:color_change 1s infinite alternate;
-o-animation:color_change 1s infinite alternate;
animation:color_change 1s infinite alternate;
-webkit-animation:color_change 1s infinite alternate;
-moz-animation:color_change 1s infinite alternate;
-ms-animation:color_change 1s infinite alternate;
-o-animation:color_change 1s infinite alternate;
animation:color_change 1s infinite alternate
}
.error-msg .error {
position:relative;
background:#f1c40f;
border-radius:6px;
padding:5px 12px 5px 5px;
margin-left:20px
}
.error-msg .error {
font-weight:bold;
line-height:normal;
position:relative;
top:12px;
line-height:25px
}
.error-msg .error img {
float:left;
padding-right:5px
}
.error-msg .error:after {
right:100%;
top:50%;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(136, 183, 213, 0);
border-right-color:#f1c40f;
-moz-animation:color_change_border 1s infinite alternate;
-ms-animation:color_change_border 1s infinite alternate;
-o-animation:color_change_border 1s infinite alternate;
animation:color_change_border 1s infinite alternate;
border-width:10px;
margin-top:-10px
}
.error-msg-mo .error {
position:relative;
background:#f1c40f;
border-radius:6px;
padding:5px 12px 10px 5px;
margin-left:20px
}
.error-msg-mo .error {
font-weight:bold;
line-height:normal;
position:relative;
top:12px;
line-height:25px;
display:block;
float:none;
width:234px;
margin:0 auto
}
.error-msg-mo .error img {
float:left;
padding-right:5px
}
.error-msg-mo .error:after {
right:50%;
top:50%;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(136, 183, 213, 0);
border-top-color:#f1c40f;
-moz-animation:color_change_border 1s infinite alternate;
-ms-animation:color_change_border-btm 1s infinite alternate;
-o-animation:color_change_border-btm 1s infinite alternate;
animation:color_change_border-btm 1s infinite alternate;
border-width:10px;
margin-top:19px
}
.error-msg .input-error-cl {
font-weight:bold;
line-height:normal;
position:relative;
top:12px
}
.error-msg .input-error-cl img {
float:left;
padding-right:5px
}
.error-msg .input-error-cl:after {
right:100%;
top:17px;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(136, 183, 213, 0);
border-right-color:#f1c40f;
-moz-animation:color_change_border 1s infinite alternate;
-ms-animation:color_change_border 1s infinite alternate;
-o-animation:color_change_border 1s infinite alternate;
animation:color_change_border 1s infinite alternate;
border-width:10px;
margin-top:-10px
}
.error-msg-mo .input-error-cl {
position:relative;
background:#f1c40f;
border-radius:6px;
padding:5px 12px 10px 5px;
margin-left:20px
}
.error-msg-mo .input-error-cl {
font-weight:bold;
line-height:normal;
position:relative;
top:12px;
line-height:25px;
display:block;
float:none;
width:234px;
margin:0 auto
}
.error-msg-mo .input-error-cl img {
float:left;
padding-right:5px
}
.error-msg-mo .input-error-cl:after {
right:50%;
top:50%;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(136, 183, 213, 0);
border-top-color:#f1c40f;
-moz-animation:color_change_border 1s infinite alternate;
-ms-animation:color_change_border-btm 1s infinite alternate;
-o-animation:color_change_border-btm 1s infinite alternate;
animation:color_change_border-btm 1s infinite alternate;
border-width:10px;
margin-top:19px
}
.news-tagger-content .input-error-cl, .authorize-section .input-error-cl {
position:absolute;
color:#fff;
background:#f1c40f;
border-radius:6px;
padding:5px;
margin-top:10px;
line-height:normal;
font-weight:bold;
width:100%;
clear:both;
z-index:1000;
left:0
}
.news-tagger-contact .input-error-cl {
position:relative;
margin-bottom:0
}
.error-icon {
display:block;
float:left;
padding-right:5px
}
.error-info {
padding:5px 0 0 0
}
.error.input-error-cl>table {
text-align:left;
text-indent:0
}
.news-tagger-content .error:after, .authorize-section .error:after {
right:100%;
top:50%;
border:solid transparent;
content:" ";
height:0;
top:-18px;
left:11px;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(136, 183, 213, 0);
border-bottom-color:#f1c40f;
border-width:10px;
-moz-animation:color_change_border-top 1s infinite alternate;
-ms-animation:color_change_border-top 1s infinite alternate;
-o-animation:color_change_border-top 1s infinite alternate;
animation:color_change_border-top 1s infinite alternate
}
.news-tagger-content .checkbox.checked, .radio.checked {
color:#000000;
}
.privacy .checkbox.checked {
color:#000
}
.error.input-error-cl>img {
float:left;
padding-right:10px
}
.authorize-section .error {
position:absolute;
width:242px;
left:-12px
}
.form-control.news-tagger-input.validate.number.basic-required-text.error {
margin:0
}
.form-control.input-hg.right-align.autofill-text.news-tagger-input.validate.basic-required-text.error {
margin:0
}
.monthly-salary .news-tagger-slider, .total-emi .news-tagger-slider, .total-emi .news-tagger-slider {
margin:40px auto 0
}
.form-control.news-tagger-input.validate.number.basic-required-text.error {
position:relative;
height:53px
}
.col-md-12.text-center.news-tagger-btn img {
position:relative
}
.col-md-12.text-center.news-tagger-btn .pointing-arrow {
position:absolute;
margin-top:-12px
}
.select-from-our-menu .col-md-12.text-center.news-tagger-btn .pointing-arrow {
position:absolute;
margin-top:-4px;
margin-left:34px
}
.form-control.ns-other-city-input.other-city-required-when-selected.validate.tt-input.error {
margin-top:0
}
.error-msg-mo {
display:none!important
}
.form-control.news-tagger-input.company-required-for-salaried.validate.tt-input.error {
margin-top:-5px
}
.news-tagger-content .company-label {
line-height:5px;
margin:0
}
.did-you-mean-section {
padding:0
}
.did-you-mean-section ul {
list-style:none;
padding:0;
margin:auto 0
}
.did-you-mean-section .btn-group, .did-you-mean-section .select .btn {
width:100%
}
.did-you-mean-section .select .btn {
box-shadow:0 0 2px #696969 inset;
color:#34495e;
background:#fff;
height:34px;
line-height:14px;
padding:8px 12px;
text-transform:uppercase
}
.did-you-mean-section .select .caret {
border-bottom-color:#34495e;
border-top-color:#34495e
}
.did-you-mean-section label {
font-size:16px;
font-weight:bold;
padding-bottom:10px
}
.news-tagger .radio .did-you-mean-section label {
min-height:20px;
text-align:center
}
.did-you-mean-section .dropdown-menu li>a:focus, .did-you-mean-section .dropdown-menu li>a:hover {
background:#ccc;
color:#34495e
}
.did-you-mean-section .dropdown-menu li.active>a, .did-you-mean-section .dropdown-menu li.selected>a, .did-you-mean-section .dropdown-menu li.active>a.highlighted, .did-you-mean-section .dropdown-menu li.selected>a.highlighted {
background:#ccc;
color:#34495e
}
.did-you-mean-section .dropdown-menu li dt {
line-height:10px
}
.company-name .did-you-mean-section .select .btn {
box-shadow:0 0 2px #696969 inset;
height:53px;
line-height:32px;
padding:10px 16px
}
.company-name .did-you-mean-section .open>.dropdown-menu {
width:100%
}
.icon-tick {
display:none
}
.checked .icon-tick {
display:inline-block;
background:none repeat scroll 0 0 #40e0d0;
padding:5px;
border-radius:300px;
color:#fff;
margin:0 5px 0 0
}
.slider .tooltip {
opacity:1;
-ms-filter:"alpha(opacity=100)"
}
.recommendedSearchImg {
position:absolute;
top:16px;
right:10px
}
.ns-other-city .recommendedSearchImg {
top:9px
}
.green.recoMsg.dontshow.recommendSearchMessage {
display:none
}
.news-tagger-other-city .input-error-cl {
position:absolute;
z-index:1000
}
.icon-tick {
display:none
}
.checked .icon-tick {
display:inline-block;
background:none repeat scroll 0 0 #40e0d0;
padding:5px;
border-radius:300px;
color:#fff;
margin:0 5px 0 0
}
.slider .tooltip {
opacity:1
}
.green.recoMsg.dontshow.recommendSearchMessage {
display:none
}
.news-tagger-other-city .input-error-cl {
position:absolute;
z-index:1000
}
.icon-tick {
display:none
}
.checked .icon-tick {
display:inline-block;
background:none repeat scroll 0 0 #40e0d0;
padding:5px;
border-radius:300px;
color:#fff;
margin:0 5px 0 0
}
.slider .tooltip {
opacity:1
}
.green.recoMsg.dontshow.recommendSearchMessage {
display:none
}
.news-tagger-car-modal .touch-icon {
text-align:center
}
.touch-icon {
/* margin:2px 10px*/
}
.touch-icon:hover, .touch-icon .checked {
/*background:none repeat scroll 0 0 #FB6C2B;
border-radius:6px;
color:#fff*/
}
.iphone .touch-icon {
margin:5px 10px
}
.iphone .touch-icon:hover {
background:transparent
}
.touch-icon label {
cursor:pointer
}
.ns-fixed-height {
min-height:100px;
position:relative
}
.ns-fixed-height h3 span{ /* background: none repeat scroll 0% 0% rgba(57, 57, 59, 0.33); */
padding: 2px 49px; }
.news-tagger .company-slide {
width:768px;
margin:0 auto;
background-image:url(https://cdn1.bankbazaar.com/images/company-bg-v1.png);
background-repeat:no-repeat
}
.news-tagger .computer-info {
left:-3px;
width:300px;
margin:0 auto;
position:relative;
top:200px
}
.news-tagger .company-slide .news-tagger-content {
padding-top:0
}
.news-tagger .company-slide h3 {
margin:10px 0;
font-size:22px
}
.news-tagger .company-slide .news-tagger-help-txt {
color:#fff
}
.news-tagger .company-slide .company-options {
padding:0 10px;
text-align:center;
margin-top:-10px
}
.news-tagger .company-slide .company-options .radio.primary {
display:inline;
padding:3px 0 3px 20px
}
.news-tagger .company-slide .company-options .self-employed-checkbox a, .news-tagger .company-slide .company-options .salaried-checkbox a {
color:#fff
}
.news-tagger .company-slide .company-options .radio.salaried-checkbox {
padding-right:10px
}
.news-tagger .company-slide .company-radio-option {
padding:3px 10px 0;
min-height:96px
}
.news-tagger .company-slide .company-radio-option .input-group label {
margin-bottom:0
}
.news-tagger .company-options .checkbox.primary .icons, .news-tagger .company-options .radio.primary .icons, .news-tagger .company-options .radio.primary a {
color:#fff
}
.news-tagger .company-options .checkbox.primary.checked, .radio.primary.checked, .radio.primary.checked a, .news-tagger .self-employed-option .radio.primary.checked a {
color:#fff
}
.news-tagger .company-options .radio.primary {
font-size:14px;
font-weight:bold
}
.news-tagger .company-slide select {
height:38px;
padding:10px 12px;
margin:-5px 0 0
}
.news-tagger .company-slide .news-tagger-content .input-error-cl, .news-tagger .company-slide .authorize-section .input-error-cl {
position:absolute;
width:250px;
z-index:1000
}
.news-tagger .company-slide .recommendedSearchImg {
top:9px
}
.news-tagger .company-slide .did-you-mean-section {
margin-top:5px
}
.news-tagger .date-selection {
width:509px;
margin:0 auto;
text-align:center;
min-height:160px
}
.news-tagger .year-picker {
width:200px;
display:inline-block
}
.news-tagger .month-picker {
width:300px;
display:inline-block
}
.news-tagger .news-tagger-date-picker {
padding:0 10px;
vertical-align:top
}
.month-picker.dontshow {
display:none
}
.news-tagger .gender-info .label-icon.radio .icons {
color:#fff;
margin:10px auto 0;
position:relative
}
.news-tagger .gender-info .block-content {
display:block;
margin:5px;
color:#000;
text-align:center
}
.news-tagger .gender-info {
width:650px;
margin:0 auto
}
.news-tagger .gender-slide .label-icon.checked, .news-tagger .gender-slide .label-icon:hover {
background-color:#FB6C2B;
border-radius:6px;
color:#fff;
width:100%;
display:inline-block
}
.news-tagger .loading-circle {
padding-left:40px!important;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/loading-circle.gif);
background-repeat:no-repeat;
background-position:10px 10px
}
.iphone .news-tagger .loading-circle {
padding-left:40px!important;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/loading-circle.gif);
background-repeat:no-repeat;
background-position:10px 10px
}
@media only screen and (min-width:320px) and (max-width:767px) {
.news-tagger .gender-info {
width:auto;
margin:0 auto 0
}
.news-tagger .gender-info .label-icon-big img {
height:120px
}
.news-tagger .gender-slide .type-of-employment-icons {
width:70%;
margin:20px auto 10px
}
}
@media(max-width:480px) {
.news-tagger .loading-circle {
background-position:10px 4px
}
}
.news-tagger-doj .news-tagger-content {
padding-top:10px
}
.date-selection .table-curved {
margin:0 auto
}
.total-exp-mo {
display:none
}
.company-slide .hidden-xs {
left:270px;
top:-90px
}
.property-cost .tooltip-inner {
background-color:#7af8bd;
color:#009e43;
width:300px;
max-width:300px;
text-align:left
}
.property-cost .tooltip.right .tooltip-arrow {
border-right-color:#7af8bd
}
.property-cost .tooltip.bottom .tooltip-arrow {
border-bottom-color:#7af8bd
}
#company-toggle-button .btn-primary:active, #company-toggle-button .btn-primary {
background-color:#3dbfd9
}
#company-toggle-button .btn-default {
background-color:#555;
color:#888
}
.residence-type .news-tagger-content {
padding-top:34px
}
.news-tagger-res {
background-image:url(https://cdn2.bankbazaar.com/images/residence-bg-v1.png);
background-repeat:no-repeat;
background-position:center center
}
.news-tagger-res .news-tagger-list .list-group-item {
background-color:transparent;
border:0 solid #ddd;
color:#34495e;
cursor:pointer;
float:left;
padding:0;
text-align:left;
width:50%;
height:auto
}
.news-tagger-res .news-tagger-list .list-group-item:hover {
background:#c8c8c8
}
.news-tagger-res .news-tagger-list .news-tagger-bg-without-border, .news-tagger-res .news-tagger-list .news-tagger-bg-without-border:hover {
background-color:transparent;
color:#fff
}
.news-tagger-res .news-tagger-list {
border:0 none;
font-size:14px;
margin:18px auto 0 auto;
overflow:hidden;
width:405px;
padding-left:5px
}
.news-tagger-res .news-tagger-list .list-group {
margin:0 0 0 7px
}
.news-tagger-res .news-tagger-list .list-group-item label {
padding:5px 0 5px 32px;
line-height:20px;
cursor:pointer;
transition:color 0s linear 0s;
margin:2px 5px
}
.news-tagger-res .news-tagger-list .list-group-item:hover {
background-color:transparent
}
.news-tagger-res .news-tagger-list .list-group-item label:hover, .news-tagger-res .news-tagger-list .list-group-item label.checked {
background-color:#3dbfd9;
border-radius:6px;
color:#fff
}
.news-tagger-res .news-tagger-list .list-group-item label:hover .icons {
color:#fff
}
.news-tagger-res .checkbox .icons, .news-tagger-res .radio .icons {
line-height:29px;
color:#bcc2c6;
transition:color 0 linear 0s;
left:10px
}
.news-tagger-res .residence-mo {
display:none
}
.news-tagger-salary-deposited .icon-bank {
width:100px
}
.news-tagger-salary-deposited .touch-icon, .news-tagger .news-tagger-cc {
text-align:center
}
.news-tagger .news-tagger-salary-deposited .bank-name {
height:auto;
min-height:41px
}
.news-tagger .car-slide .news-tagger-salary-deposited .bank-name {
height:auto;
min-height:initial
}
.news-tagger-content.car-slide {
padding-top:0
}
.news-tagger .news-tagger-salary-deposited {
padding-top:0
}
.news-tagger .news-tagger-salary-deposited, .news-tagger .news-tagger-cc .news-tagger-content {
padding-top:0
}
.news-tagger .news-tagger-section-center {
margin:0 auto;
float:none
}
.news-tagger .news-tagger-cc .col-md-offset-13 {
margin-left:13%
}
.news-tagger-cc .icon-bank {
width:120px
}
.news-tagger-cc .checkbox {
padding:1px 10px
}
.news-tagger-cc .check-radio-section {
margin:0
}
.news-tagger-cc .radio-box {
margin:0 auto
}
.news-tagger-cc .city-name {
margin-top:5px
}
.car-dynamic-img {
background-color:#fff;
border-radius:312px;
width:100px;
display:block;
overflow:hidden;
height:100px;
margin:0 auto
}
.news-tagger .checkbox:hover .second-icon, .radio:hover .second-icon {
opacity:1!important
}
.cc-monthly-incentives-slider .news-tagger-slider {
background:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png) no-repeat scroll 6px -613px;
height:85px;
margin:0 auto;
position:relative;
text-align:center;
width:755px!important
}
.cc-monthly-incentives-slider .well {
background:0;
border:0;
border-radius:0;
box-shadow:none
}
.cc-monthly-incentives-slider .minimum-value-slider {
left:59px;
top:26px
}
.cc-monthly-incentives-slider .maximum-value-slider {
right:53px;
top:27px
}
.cc-monthly-incentives-slider .minimum-value-slider, .cc-monthly-incentives-slider .maximum-value-slider {
color:#2c3e50;
font-size:12px;
position:absolute
}
.news-tagger .monthly-incentives .news-tagger-content .popover {
left:-40px;
margin-top:-12px;
width:187px
}
.cc-monthly-incentives-slider {
margin-top:30px
}
#carSlide {
padding-top:0
}
.news-tagger .car-slide-title h3 {
margin-bottom:5px
}
#carSlide .touch-icon img {
width:100px
}
#carSlide .touch-icon .car-dynamic-img img {
width:80px;
margin-top:20px
}
#carSlide .touch-icon .error-icon>img {
width:auto
}
.news-tagger #carSlide .radio-box {
margin-top:0
}
.news-tagger #carSlide .news-tagger-salary-deposited .bank-name {
white-space:nowrap
}
.news-tagger #carSlide .city-name, .news-tagger #carSlide .bank-name, .news-tagger #carSlide .car-name {
margin:5px 0 0
}
.offer-loadings .modal-dialog {
width:900px
}
.offer-loadings .modal-content {
background-color:transparent;
border:0 solid #000
}
.offer-loadings h6 {
text-align:center;
color:#fff
}
.offer-loading-modal {
overflow:hidden;
height:680px;
position:relative
}
.ff3 .offer-loading-modal {
border:1px solid transparent
}
.offer-loadings .wrapper {
width:100%;
height:400px;
position:relative;
overflow:hidden
}
.offer-loadings .top {
position:absolute;
left:175px;
top:228px
}
.offer-loadings .bottom {
position:absolute;
bottom:40px;
left:50px;
animation:animationFrames linear 15s;
animation-iteration-count:infinite;
transform-origin:50% 50%;
-webkit-animation:animationFrames linear 15s;
-webkit-animation-iteration-count:infinite;
-webkit-transform-origin:50% 50%;
-moz-animation:animationFrames linear 15s;
-moz-animation-iteration-count:infinite;
-moz-transform-origin:50% 50%;
-o-animation:animationFrames linear 15s;
-o-animation-iteration-count:infinite;
-o-transform-origin:50% 50%;
-ms-animation:animationFrames linear 15s;
-ms-animation-iteration-count:infinite;
-ms-transform-origin:50% 50%
}
@keyframes animationFrames {
0% {
transform:translate(0px, 0px)
}
10% {
transform:translate(0px, -90px)
}
20% {
transform:translate(0px, 10px)
}
30% {
transform:translate(0px, -90px)
}
40% {
transform:translate(0px, 10px)
}
50% {
transform:translate(0px, -90px)
}
60% {
transform:translate(0px, 10px)
}
70% {
transform:translate(0px, -90px)
}
80% {
transform:translate(0px, 10px)
}
90% {
transform:translate(0px, -90px)
}
100% {
transform:translate(0px, 0px)
}
}
@-moz-keyframes animationFrames {
0% {
-moz-transform:translate(0px, 0px)
}
10% {
-moz-transform:translate(0px, -90px)
}
20% {
-moz-transform:translate(0px, 10px)
}
30% {
-moz-transform:translate(0px, -90px)
}
40% {
-moz-transform:translate(0px, 10px)
}
50% {
-moz-transform:translate(0px, -90px)
}
60% {
-moz-transform:translate(0px, 10px)
}
70% {
-moz-transform:translate(0px, -90px)
}
80% {
-moz-transform:translate(0px, 10px)
}
90% {
-moz-transform:translate(0px, -90px)
}
100% {
-moz-transform:translate(0px, 0px)
}
}
@-webkit-keyframes animationFrames {
0% {
-webkit-transform:translate(0px, 0px)
}
10% {
-webkit-transform:translate(0px, -90px)
}
20% {
-webkit-transform:translate(0px, 10px)
}
30% {
-webkit-transform:translate(0px, -90px)
}
40% {
-webkit-transform:translate(0px, 10px)
}
50% {
-webkit-transform:translate(0px, -90px)
}
60% {
-webkit-transform:translate(0px, 10px)
}
70% {
-webkit-transform:translate(0px, -90px)
}
80% {
-webkit-transform:translate(0px, 10px)
}
90% {
-webkit-transform:translate(0px, -90px)
}
100% {
-webkit-transform:translate(0px, 0px)
}
}
@-o-keyframes animationFrames {
0% {
-o-transform:translate(0px, 0px)
}
10% {
-o-transform:translate(0px, -90px)
}
20% {
-o-transform:translate(0px, 10px)
}
30% {
-o-transform:translate(0px, -90px)
}
40% {
-o-transform:translate(0px, 10px)
}
50% {
-o-transform:translate(0px, -90px)
}
60% {
-o-transform:translate(0px, 10px)
}
70% {
-o-transform:translate(0px, -90px)
}
80% {
-o-transform:translate(0px, 10px)
}
90% {
-o-transform:translate(0px, -90px)
}
100% {
-o-transform:translate(0px, 0px)
}
}
@-ms-keyframes animationFrames {
0% {
-ms-transform:translate(0px, 0px)
}
10% {
-ms-transform:translate(0px, -90px)
}
20% {
-ms-transform:translate(0px, 10px)
}
30% {
-ms-transform:translate(0px, -90px)
}
40% {
-ms-transform:translate(0px, 10px)
}
50% {
-ms-transform:translate(0px, -90px)
}
60% {
-ms-transform:translate(0px, 10px)
}
70% {
-ms-transform:translate(0px, -90px)
}
80% {
-ms-transform:translate(0px, 10px)
}
90% {
-ms-transform:translate(0px, -90px)
}
100% {
-ms-transform:translate(0px, 0px)
}
}
.offer-loadings .modal-body {
padding:0
}
.offer-loadings .modal-dialog {
width:768px
}
.offer-loadings .modal-content {
background-color:transparent;
border:0 solid #000
}
.offer-loadings .loading-head {
font-size:24px;
font-weight:bold;
text-align:center;
color:#fff;
margin-top:36px
}
.offer-loadings h6 {
text-align:center;
color:#fff;
padding-top:20px
}
.offer-loadings .loading-serve-plate-cap {
position:absolute;
left:0
}
.offer-loadings .loading-serve-plate {
position:absolute;
left:100px
}
.loading-serve-plate-cap img {
width:400px
}
.loading-serve-plate img {
position:absolute;
bottom:0;
width:300px;
margin-left:124px;
margin-top:23px
}
.cc-offer-loading-modal {
height:500px;
width:100%;
overflow:hidden;
position:relative
}
#snowflakeContainer {
position:absolute;
left:0;
top:0
}
.snowflake {
padding-left:15px;
font-family:Cambria, Georgia, serif;
font-size:14px;
line-height:24px;
position:fixed;
color:#fff;
user-select:none;
z-index:1000
}
.snowflake:hover {
cursor:default
}
.ui-effects-wrapper img {
width:400px!important;
height:auto!important
}
.newstaggered-modal .modal-dialog .twitter-typeahead {
width:100%;
display:table-cell!important;
float:left;
height:auto
}
.newstaggered-modal .modal-dialog .twitter-typeahead input, .newstaggered-modal .modal-dialog .twitter-typeahead input[type="text"]:focus {
width:100%;
border-radius:0 6px 6px 0!important
}
.newstaggered-modal .modal-dialog .tt-dropdown-menu {
height:200px;
overflow-y:scroll;
z-index:101!important
}
.newstaggered-modal .modal-dialog .tt-suggestion p {
text-align:left
}
.newstaggered-modal .modal-dialog .tt-dropdown-menu .tt-dataset-cities .tt-cursor {
background-color:#eee
}
.tabmarg {
position:absolute!important
}
@media only screen and (max-width :1400px) {
.cc-offer-loading-modal {
height:500px
}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
.cc-monthly-incentives-slider .news-tagger-slider {
background:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png) no-repeat scroll 14px -604px / 94% auto!important;
height:85px;
margin:0 auto;
text-align:center;
width:740px
}
.cc-monthly-incentives-slider .slider.slider-horizontal {
height:70px;
margin:0 auto 0 5px;
width:584px
}
.news-tagger .monthly-incentives .news-tagger-content .popover {
left:-14px;
margin-top:-12px;
width:187px
}
.news-tagger .twitter-typeahead .tt-dropdown-menu {
left:0!important
}
.ipad .news-tagger .twitter-typeahead .tt-dropdown-menu {
left:0!important
}
.newstaggered-modal .twitter-typeahead .tt-dropdown-menu {
left:auto!important
}
}
@media only screen and (max-width :1400px) {
.offer-loadings .modal-dialog {
width:768px
}
.offer-loading-modal .mo0 {
width:90%
}
}
@media only screen and (min-width:320px) and (max-width:640px) {
.monthly-incentives .cc-salery-mob {
float:none!important;
margin:0 auto;
text-align:center;
width:250px
}
.monthly-incentives .news-tagger .cc-salery-mob .form-group {
width:210px
}
.news-tagger-content .input-error-cl, .authorize-section .input-error-cl {
left:11px
}
.news-tagger-cc-gti .cc-salery-mob .error.input-error-cl {
width:240px
}
.policy .ncb-offer .txt {
margin:0;
padding:0
}
.policy .news-tagger-btn, .policy .news-tagger-content .nt-slide-title {
margin:0;
padding:0
}
.policy .yearsNoClaim .nt-slide-title {
margin-top:0
}
.news-tagger .news-tagger-salary-deposited .bank-name {
height:auto;
min-height:48px
}
.icon-city, .icon-car {
width:60px!important
}
.car-dynamic-img {
width:60px;
height:60px
}
#carSlide .touch-icon .car-dynamic-img img {
width:50px!important;
margin-top:12px
}
.cl-slider-condent .tab-content .tab-pane.active label[for="car_2"] img {
margin-top:0
}
}
@media only screen and (min-width:320px) and (max-width:900px) {
.news-tagger .monthly-incentives .news-tagger-content .popover {
display:none
}
}
@media only screen and (max-width:1024px) {
.icon-city {
width:127px
}
}
@media only screen and (max-width:1023px) {
.private-msg {
background-size:20px auto;
font-size:14px;
padding-left:35px
}
.error-msg {
width:240px
}
.property-cost .tooltip {
left:18px!important
}
.property-cost .tooltip-inner {
width:253px;
max-width:253px
}
.news-tagger .my-preferred-car .icon-city, .news-tagger .my-preferred-car .icon-car {
width:60px!important
}
}
@media only screen and (max-width:991px) {
.news-tagger-salary-deposited .col-md-2 {
margin-bottom:15px
}
.btn-section {
margin:0;
overflow:hidden
}
.news-tagger .news-tagger-heading h3 {
font-size:18px
}
.news-tagger h3 {
font-size:20px;
color:#000;
}
.news-tagger .city-name, .news-tagger .bank-name, .news-tagger .car-name {
font-size:14px
}
.icon-bank {
width:100%
}
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
font-size:18px
}
.news-tagger-input {
font-size:18px
}
.news-tagger .news-tagger-contact .contact-less-tab {
margin:40px 0 0 0
}
.input-error-cl {
font-size:14px
}
.input-group .ns-other-city-input {
font-size:12px
}
.news-tagger .radio, .checkbox {
padding:8px 10px
}
.carousel-control.left {
left:2px
}
.carousel-control.right {
right:2px
}
.finalfield .ns-fixed-height {
min-height:450px
}
.news-tagger .city-name, .news-tagger .bank-name, .news-tagger .car-name {
line-height:normal
}
.news-tagger .date-selection {
min-height:142px
}
.news-tagger-doj .table-curved td a, .news-tagger-doj .table-curved th a, .news-tagger-age .table-curved td a, .news-tagger-age .table-curved th a {
height:25px;
line-height:25px
}
.ui-datepicker td span, .ui-datepicker td a {
height:25px;
line-height:25px
}
.news-tagger h3, .news-tagger .contact-head {
margin:20px 0
}
.touch-icon {
margin:0 10px 10px 10px
}
.news-tagger-other-city .error.input-error-cl {
width:175px
}
.news-tagger .twitter-typeahead .tt-dropdown-menu {
width:auto
}
.news-tagger .computer-info .twitter-typeahead .tt-dropdown-menu {
width:100%
}
.error-msg {
width:190px
}
.pl-salary-account .icon-bank, .news-tagger-cc .icon-bank {
width:100px
}
.icon-car, .icon-bank {
width:100px
}
.icon-city {
width:81px
}
.news-tagger .bank-name {
height:auto
}
.news-tagger-res .news-tagger-list {
margin:48px auto 0 auto
}
.used-car-loan .news-tagger-res .news-tagger-list {
margin:23px auto 0 auto
}
.news-tagger .news-tagger-salary-deposited .radio, .news-tagger .news-tagger-cc .checkbox {
padding:8px 0
}
.news-tagger .monthly-salary .news-tagger-content .popover {
display:none
}
.news-tagger .property-details-slide .error-msg {
width:188px;
margin-top:-15px;
position:absolute;
right:5px
}
.news-tagger .who-co-appliant-slide .who-co-appliant-info .error-msg {
margin-right:5px
}
.contactMe .ns-fixed-height {
min-height:300px
}
.contactMe .privacy {
padding-top:10px
}
.card-bank .news-tagger-content .validateCC, .card-bank .news-tagger-content .noCard {
padding:0
}
.newstaggered-modal .twitter-typeahead .tt-dropdown-menu {
width:100%
}
}
@media only screen and (max-width:767px) {
.offer-loadings .wrapper {
height:272px
}
.offer-loadings .modal-dialog {
width:100%;
margin:0
}
.offer-loadings .top {
left:68px;
top:168px
}
.offer-loadings .bottom {
bottom:34px;
left:0
}
.offer-loadings .bottom img {
width:250px
}
.offer-loadings .top img {
width:200px
}
.offer-loadings .modal-dialog {
width:480px;
margin:10px auto
}
.offer-loadings .modal-body {
padding:20px 0
}
.contactMe .news-tagger-container .news-tagger-btn {
margin:0
}
.news-tagger {
min-height:250px
}
.news-tagger-help-md-4, .news-tagger .dob-heading-pc {
display:none
}
.news-tagger .dob-heading-mo {
display:block
}
.news-tagger-container .form-horizontal {
width:auto;
margin:0 auto
}
.news-tagger .news-tagger-container .news-tagger-help-md-4 {
float:none;
margin:0 auto;
width:290px
}
.news-tagger .news-tagger-other-city {
margin-bottom:0;
width:100%
}
.news-tagger .news-tagger-city .col-md-2:nth-child(even) {
border-right:0 solid #ccc
}
.table-responsive {
border:0 solid #ddd;
width:80%;
margin:0 auto 15px;
padding:0
}
.pull-left, .pull-right {
float:none!important
}
.news-tagger-exp {
width:70%
}
.news-tagger .news-tagger-contact h3 {
text-align:center;
margin:2px 0
}
.mobile-news-tagger-other-city {
display:none;
text-align:center;
overflow:hidden;
padding:0;
width:100%
}
.news-tagger-other-city, .other-city {
display:block
}
.news-tagger .col-md-2 {
margin-bottom:45px
}
.news-tagger-city .padding-btm {
padding-bottom:0
}
.contact-less-tab {
width:300px;
margin:0 auto;
padding:0
}
.news-tagger .news-tagger-contact .contact-less-tab {
margin:20px auto 0
}
.news-tagger-heading {
display:block
}
.news-tagger-heading-mobile {
display:block;
padding:15px 0
}
.news-tagger .news-tagger-heading h3 {
text-align:center;
padding:0
}
.input-group-mo {
width:290px;
margin:0 auto
}
.input-hg {
width:290px;
margin:0 auto;
font-size:20px
}
.news-tagger-age-picker-mobile {
display:block;
margin-bottom:15px
}
.input-date {
width:70px
}
.input-month {
width:80px
}
.input-year {
width:90px
}
.news-tagger-age-picker-mobile {
width:342px
}
.news-tagger-age-picker-pc {
display:none
}
.news-tagger .margin-sm-less-bottom {
margin-bottom:0
}
.news-tagger .news-tagger-contact {
margin:10px 0 0
}
.private-msg {
display:none
}
.icon-city, .icon-car {
width:auto
}
.input-group.ns-other-city {
margin:0 auto
}
.twitter-typeahead {
width:290px
}
.input-group .ns-other-city-input {
width:290px
}
.ns-other-city .twitter-typeahead .tt-query, .ns-other-city .twitter-typeahead .tt-hint {
left:0!important
}
.input-group .ns-other-city-input {
width:100%
}
.news-tagger-btn .apply {
padding:8px 25px;
font-size:18px
}
.news-tagger-slider {
display:none
}
.news-tagger-btn .back-button {
top:inherit
}
.news-tagger h3 {
font-size:20px
}
.self-emp-mobile {
display:block
}
.form-control.ns-other-city-input.other-city-required-when-selected.validate.tt-input.error {
width:100%
}
.news-tagger .twitter-typeahead .tt-dropdown-menu {
width:100%
}
.news-tagger-help-md-4 .radio label {
line-height:10px
}
.form-control.news-tagger-input.validate.number.basic-required-text.valid {
height:53px
}
.form-control.news-tagger-input.number.basic-required-text.validate {
height:53px
}
.input-group-hg>.form-control, .input-group-hg>.input-group-addon, .input-group-hg>.input-group-btn>.btn {
height:53px
}
.news-tagger-net-salary .input-group, .news-tagger-emi .input-group, .news-tagger-cc-gti .input-group {
height:53px
}
.icon-bank {
padding:0
}
.col-md-12.text-center.news-tagger-btn .pointing-arrow {
width:140px;
margin-top:0
}
.did-you-mean-section ul {
width:100%;
border-radius:6px!important
}
.input-group .ns-other-city-input, .news-tagger-input, .input-group .ns-other-city-input:focus, .news-tagger-input:focus {
color:#34495e
}
.news-tagger .news-tagger-other-city select {
font-size:10px
}
.news-tagger .company-slide {
background-image:none;
width:auto
}
.company-name .ns-fixed-height {
min-height:250px
}
.news-tagger .computer-info {
left:auto;
top:8px;
width:300px
}
.computer-info .input-error-cl {
top:100px
}
.company-name .news-tagger-input {
height:53px
}
.news-tagger .company-slide select {
height:53px;
padding:17px 12px;
margin:-3px 0 0
}
.total-exp-mo {
display:block
}
.contact-less-tab fieldset {
padding:0
}
.news-tagger-doj .news-tagger-content {
width:auto;
margin:0 auto;
padding-bottom:10px
}
.news-tagger .date-selection {
width:auto
}
.news-tagger .year-picker, .news-tagger .month-picker {
width:200px
}
.news-tagger .total-exp-mo select {
width:300px;
margin:0 auto
}
.total-exp-mo {
text-align:center
}
.news-tagger-content .others-cc {
width:100%
}
.news-tagger .company-slide .company-radio-option {
min-height:0
}
.icon-bank {
width:60px
}
.input-group.ns-other-city {
width:100%
}
.news-tagger .company-slide .company-options {
margin-top:10px
}
.news-tagger-content {
padding-top:30px
}
.news-tagger .company-slide h3 {
margin:30px 0
}
.news-tagger h3, .news-tagger h3, .news-tagger .contact-head {
margin:10px 0
}
.news-tagger-res .news-tagger-list {
font-size:12px
}
.error-msg {
/*display:none!important*/
}
.error-msg-mo {
display:block!important;
position:relative;
top:-10px
}
.news-tagger-other-city .error.input-error-cl {
width:290px;
position:absolute;
z-index:2;
position:relative;
left:0
}
.news-tagger-content .input-error-cl, .authorize-section .input-error-cl {
position:absolute;
width:290px;
z-index:2
}
.company-name .news-tagger-content .input-error-cl {
position:relative;
width:290px;
z-index:0
}
.news-tagger-content .input-error-cl, .authorize-section .input-error-cl {
position:absolute;
width:290px;
z-index:2
}
.error-msg-mo .input-error-cl {
position:absolute;
top:12px;
z-index:100;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
line-height:normal
}
.co-applicant-dob-slide .error-msg-mo .input-error-cl {
top:-7px
}
.error-msg-mo .input-error-cl:after {
top:60%
}
.news-tagger-contact .input-error-cl {
position:absolute;
left:0
}
.mobile-news-tagger-other-city .error.input-error-cl {
margin:7px auto 0;
text-align:left;
width:290px
}
.news-tagger-other-city .error.input-error-cl {
margin:10px auto 0;
width:290px;
text-align:left
}
#company-toggle-button .btn-primary:active, #company-toggle-button .btn-primary {
background-color:#40e0d0
}
.news-tagger-res {
background-image:none
}
.news-tagger-res .news-tagger-list {
display:none
}
.news-tagger-res .residence-mo {
display:block
}
.news-tagger-res .residence-mo {
width:300px;
margin:0 auto
}
.news-tagger .news-tagger-salary-deposited .radio {
padding:8px 10px
}
.news-tagger .news-tagger-cc .col-md-offset-13 {
margin-left:0
}
.news-tagger-contact .contact-less-tab .margin-sm-less-bottom {
margin-bottom:10px
}
.news-tagger-city label {
margin:5px 0 0 0
}
.news-tagger .company-slide .hl-company-slide .company-radio-option .input-error-cl {
top:36px
}
.carousel-inner .bluebg {
background:#1769aa
}
}
@media(max-width:580px) {
.news-tagger .news-tagger-city {
margin:0 auto;
width:100%
}
.icon-bank {
width:70px
}
.news-tagger .col-md-2 {
margin-bottom:0
}
.contact-less-tab .news-tagger-help-md-4 {
display:none
}
.news-tagger .month-picker {
margin-bottom:0
}
.dob-sub-heading {
display:none
}
.news-tagger-doj .table-curved td a, .news-tagger-doj .table-curved th a, .news-tagger-age .table-curved td a, .news-tagger-age .table-curved th a {
height:15px;
line-height:15px
}
.news-tagger .date-selection {
min-height:70px
}
.news-tagger-btn {
margin:0 0 30px;
padding:0
}
.col-xs-6.col-sm-2.col-md-2.last-col-md-2.news-tagger-other-city {
margin-bottom:0
}
.news-tagger-other-city .error.input-error-cl {
margin:10px auto 0;
width:100%;
width:100%;
z-index:100
}
.news-tagger .pl-salary-account .col-xs-4 {
height:125px
}
.news-tagger .news-tagger-salary-deposited .radio {
margin:0;
padding-bottom:2px
}
}
@media only screen and (min-width:320px) and (max-width:767px) {
.news-tagger .form-inline {
margin:0 auto;
text-align:center
}
.news-tagger .monthly-salary .news-tagger-content {
margin:0 auto;
width:270px
}
.news-tagger .monthly-salary .news-tagger-content .input-error-cl {
width:100%
}
.news-tagger-dob input[type='tel'], .news-tagger-content input[type='text'] {
font-size:16px
}
.property-cost .tooltip {
display:none!important
}
.news-tagger .privacy {
bottom:inherit;
padding:0 15px;
position:inherit;
margin-top:30px
}
.home-loan-landing .news-tagger .privacy {
padding:0
}
.news-tagger .authorize-section {
padding:0 15px
}
.home-loan-landing .news-tagger .authorize-section {
padding:0
}
.news-tagger .authorize-section .input-error-cl {
left:-27px;
top:20px
}
}
@media(max-width:480px) {
.offer-loadings .modal-dialog {
width:100%;
margin:10px auto
}
.screen-block-z-index {
background:none repeat scroll 0 0 #3dbfd9;
min-height:640px
}
.news-tagger-age-picker-mobile {
padding:0 27px;
text-align:center
}
.news-tagger-age .news-tagger-age-picker-mobile .news-tagger-dob {
margin:0 2px;
float:none;
display:inline-block;
vertical-align:middle
}
.news-tagger-age .ns-fixed-height {
min-height:125px
}
.news-tagger {
min-height:640px
}
.input-group.ns-other-city {
width:100%
}
.news-tagger .news-tagger-container .news-tagger-help-md-4 {
padding:0
}
.input-group-mo .checkbox, .input-group-mo .radio {
padding:0
}
.container.news-tagger-container {
width:100%
}
.twitter-typeahead {
width:100%
}
.news-tagger .news-tagger-city, .news-tagger .news-tagger-salary-deposited, .news-tagger .existing-cc {
width:76%;
margin:0 auto
}
.news-tagger .skip-slide {
padding:1px 10px
}
.carousel-control {
top:60%
}
.news-tagger .news-tagger-other-city select {
font-size:10px
}
.input-group.ns-other-city {
width:100%
}
.news-tagger .news-tagger-container .news-tagger-help-md-4 {
padding:0
}
.input-group-mo .checkbox, .input-group-mo .radio {
padding:0
}
.container.news-tagger-container {
width:100%
}
.twitter-typeahead {
width:100%
}
.news-tagger .news-tagger-city, .news-tagger .news-tagger-salary-deposited, .news-tagger .existing-cc {
width:76%;
margin:0 auto
}
.news-tagger-net-salary .input-group, .news-tagger-emi .input-group, .news-tagger-cc-gti .input-group {
width:290px;
margin:0 auto
}
.navbar {
margin-bottom:5px
}
.news-tagger-error-msg .error {
border:2px solid #f00;
margin:0 auto;
width:290px
}
.salary-bnk-btn {
margin:0
}
.news-tagger .form-inline {
width:auto
}
.news-tagger-sub-head {
border:1px solid #f00
}
.news-tagger-content {
margin:0 0 10px;
padding-top:15px
}
.input-group-hg>.form-control, .input-group-hg>.input-group-addon, .input-group-hg>.input-group-btn>.btn {
font-size:16px
}
.table-responsive, .news-tagger .news-tagger-heading-two h3 {
margin:0 auto 10px
}
.news-tagger-exp {
width:90%;
margin:0 auto 10px
}
.news-tagger-list {
width:250px
}
.news-tagger-list .list-group-item {
float:none;
width:auto;
padding:5px
}
.news-tagger .form-horizontal .mobile-column-mo {
display:block;
margin:0
}
.authorize-section .checkbox .icons, .authorize-section .radio .icons {
top:0
}
.mobile-column-mo .col-xs-4 {
padding:0
}
.mobile-column-mo .col-xs-4 span {
background:#fff;
box-shadow:0 0 2px #696969 inset;
border:0 solid #1abc9c;
border-radius:6px;
display:block;
width:70px;
margin:0 auto 10px;
text-align:center;
font-weight:bold;
cursor:pointer;
height:40px;
transition:border 0s linear 0s, color 0s linear 0s, background-color 0s linear 0s
}
.mobile-column-mo .col-xs-4 span.disabled {
background:#dfdfdf;
border:2px solid #c8c9cb
}
.mobile-column-mo .col-xs-4 span:hover {
background:#1abc9c;
color:#fff
}
.mobile-column-mo .mobile-column-number {
width:275px;
margin:0 auto;
overflow:hidden
}
.mobile-no-display {
display:inline;
padding:0
}
.input-hg {
padding:4px 5px
}
.news-tagger h3, .news-tagger h3, .news-tagger .contact-head {
font-size:15px;
margin:10px 0
}
.news-tagger .company-slide h3 {
font-size:15px
}
.news-tagger-title-grn h3 {
margin:20px 0 0;
font-size:16px
}
.news-tagger .city-name, .news-tagger .bank-name, .news-tagger .car-name {
font-size:12px;
margin:5px 0;
height:auto
}
.input-hg, .dropdown-style {
font-size:16px
}
.news-tagger-dob-div {
padding:5px 0
}
.news-tagger-contact .news-tagger-title-grn h3 {
margin:20px 0 0
}
.table-responsive {
width:auto
}
.news-tagger .news-tagger-birthdate {
font-size:14px;
margin:0 0 10px 0
}
.news-tagger .form-group {
margin:0 auto 10px
}
.news-tagger .news-tagger-dropdown {
margin:0 auto
}
.news-tagger .news-tagger-contact {
margin:0
}
.news-tagger .privacy-mobile {
display:none;
margin:10px 0 0 0
}
.news-tagger .mobile-empty {
min-height:0
}
.privacy p, .privacy-mobile p {
margin:0 0 5px 0
}
.icon-city, .icon-car {
width:60px
}
.ns-fixed-height {
min-height:200px
}
.news-tagger .col-md-2 {
margin-bottom:0
}
.mobile-column-mo h3 {
margin:0 0 10px
}
.news-tagger-salary-deposited .col-md-2 h5 {
height:24px
}
.dob-sub-heading p {
font-size:14px
}
.news-tagger-age-picker-mobile {
display:block;
margin-bottom:10px
}
.input-date {
width:60px
}
.input-month {
width:70px
}
.input-year {
width:80px
}
.contact-less-tab {
width:auto
}
.icon-title {
display:inline
}
.news-tagger-heading-mo {
position:relative;
display:block
}
.icon-bank, .pl-salary-account .icon-bank, .icon-car, .news-tagger-cc .icon-bank {
width:60px
}
.input-hg {
height:40px
}
.input-group-hg>.form-control, .input-group-hg>.input-group-addon, .input-group-hg>.input-group-btn>.btn {
height:53px
}
.news-tagger-heading {
padding:5px 0
}
.news-tagger .news-tagger-heading h3, .news-tagger .news-tagger-heading-mo h3 {
background-color:#40e0d0;
padding:10px 0;
font-size:16px;
padding-left:0;
text-align:center
}
.news-tagger .radio, .checkbox {
display:block;
padding:2px 10px
}
.news-tagger .radio .icons, .checkbox .icons {
display:none
}
.news-tagger .company-options .radio .icons {
display:block
}
.news-tagger .company-options .radio .icons {
margin-top:0
}
.news-tagger .privacy-mobile .radio, .privacy-mobile .checkbox {
display:inline
}
.checkbox, .radio, .checkbox, .radio:hover {
transition:color 0s linear 0s
}
.navbar {
min-height:42px
}
.logo-section img {
width:200px
}
.dob-heading-pc {
display:none
}
.navbar-brand {
font-size:24px
}
.navbar-toggle {
line-height:42px;
height:42px
}
.news-tagger .margin-sm-less-bottom {
margin-bottom:10px
}
.news-tagger .margin-sm-less-bottom .margin-sm-less-bottom {
margin-bottom:0
}
.news-tagger-sub-head {
margin:0 auto 10px;
width:290px
}
.news-tagger-age-picker-mobile {
width:320px
}
.news-tagger .margin-top-less h3 {
margin-top:0
}
.news-tagger-btn .apply {
padding:8px 25px;
font-size:16px
}
.mobile-news-tagger-other-city {
overflow:visible;
clear:both
}
.news-tagger .container {
overflow:visible
}
.ns-other-city .twitter-typeahead .tt-dropdown-menu {
left:0!important;
width:100%;
font-size:10px
}
.ns-other-city .twitter-typeahead .tt-dropdown-menu .tt-dataset-cities .tt-suggestions p {
font-size:10px
}
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
font-size:16px;
height:40px;
padding:4px 5px
}
.news-tagger-input {
font-size:16px
}
.news-tagger .news-tagger-salary-deposited .radio-box {
display:none
}
.news-tagger-heading-mo {
display:block
}
.news-tagger .news-tagger-cc .radio-box .icons {
display:block
}
.news-tagger .news-tagger-cc .city-name {
display:block
}
.news-tagger-other-city, .news-tagger-help-md-4, .mobile-column-pc {
display:block
}
.news-tagger-heading, .privacy {
display:block
}
.news-tagger-age-picker-pc {
display:none
}
.mobile-news-tagger-other-city, .mobile-column-mo {
display:none
}
.news-tagger-contact .mobile-column-pc {
display:block
}
.news-tagger-contact .mobile-column-pc .input-group-hg {
width:290px;
margin:0 auto
}
.news-tagger-contact .mobile-news-tagger-other-city, .mobile-column-mo {
display:none
}
.privacy-mobile .checkbox .icons, .radio .icons {
margin-top:-7px
}
.news-tagger .authorize-section .radio .icons, .checkbox .icons {
display:block
}
.news-tagger .news-tagger-contact h3 {
font-size:15px
}
.company-name .twitter-typeahead {
width:100%
}
.input-group .ns-other-city-input, .news-tagger-input, .input-group .ns-other-city-input:focus, .news-tagger-input:focus {
color:#34495e
}
.mobile-column-mo .col-xs-4 span {
color:#34495e;
font-weight:normal
}
.mobile-column-mo .col-xs-4 span:hover {
background:none repeat scroll 0 0 #f1c40f;
color:#fff
}
.carousel-control {
font-size:15px;
height:30px;
width:30px;
top:54%
}
.carousel-control.right {
right:5px
}
.carousel-control.left {
left:5px
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
left:22%;
top:22%
}
.carousel-control {
text-indent:0
}
.news-tagger .news-tagger-contact .contact-less-tab {
margin:10px 0 0 0
}
.news-tagger .news-tagger-contact h3 {
margin:0 0 10px 0
}
.news-tagger .news-tagger-contact .contact-less-tab {
margin:0 auto;
width:290px
}
.contact-less-tab h3 {
margin-bottom:5px
}
.authorize-section .error {
display:none
}
.news-tagger .news-tagger-heading {
display:none
}
.news-tagger-contact .col-md-12.text-center.news-tagger-btn {
padding:0
}
.privacy>.authorize-section>.checkbox {
top:-7px
}
.did-you-mean-section {
width:100%;
margin:0 auto
}
.news-tagger .radio-box {
display:none
}
.did-you-mean-section .select .btn {
height:30px;
line-height:12px;
padding:8px 5px;
font-size:12px
}
.did-you-mean-section {
padding:0
}
.did-you-mean-section .select {
margin-bottom:0
}
.news-tagger-other-city {
margin-top:2px
}
.news-tagger-other-city .city-name, .news-tagger-other-city .car-name {
margin:0
}
.news-tagger .input-group-addon .checkbox, .radio {
padding:5px 10px
}
.error-info {
font-size:14px
}
.input-group-mo {
width:100%
}
.news-tagger-input {
font-size:14px
}
.news-tagger-net-salary .input-group, .news-tagger-emi .input-group, .news-tagger-cc-gti .input-group {
width:100%
}
.col-xs-6.col-sm-2.col-md-2.col-xs-12.last-col-md-2 {
width:100%
}
.news-tagger .news-tagger-cc .radio-box {
display:none
}
.news-tagger .news-tagger-contact .form-group {
overflow:visible
}
.input-group-mo {
width:100%
}
.news-tagger-input {
font-size:14px
}
.news-tagger-net-salary .input-group, .news-tagger-emi .input-group, .news-tagger-cc-gti .input-group {
width:100%
}
.col-xs-6.col-sm-2.col-md-2.col-xs-12.last-col-md-2 {
width:100%
}
.news-tagger .news-tagger-cc .radio-box {
display:none
}
.news-tagger .news-tagger-contact .form-group {
overflow:visible
}
.news-tagger-doj .year-picker .table-curved td, .news-tagger-doj .year-picker .table-curved th, .news-tagger-age .year-picker .table-curved td, .news-tagger-age .year-picker .table-curved th {
padding:2px
}
.news-tagger-doj .table-curved td, .news-tagger-doj .table-curved th, .news-tagger-age .table-curved td, .news-tagger-age .table-curved th {
padding:2px;
text-align:center
}
.news-tagger .total-exp-mo select {
width:178px
}
.residence-mo select {
width:80%;
margin:0 auto;
display:block
}
.news-tagger .pl-salary-account .col-xs-4 {
width:50%;
min-height:120px
}
.news-tagger .company-slide h3 {
margin:10px 0
}
.company-slide .company-radio-option .input-group {
width:100%
}
.news-tagger .company-slide .recommendedSearchImg {
top:16px
}
.news-tagger #prev_resident_city h3 {
margin:13px 0 20px
}
.news-tagger-list img {
width:20px
}
.news-tagger-content {
margin:2px 0
}
.news-tagger-doj .error-msg-mo .input-error-cl {
width:100%
}
.news-tagger-doj .year-picker, .news-tagger .month-picker {
margin-top:18px;
width:200px
}
.news-tagger-doj .error-msg-mo .error:after {
right:49%;
top:58%
}
.news-tagger-res .residence-mo {
width:100%;
margin:0 auto
}
.news-tagger .dropdown-mo {
width:80%;
text-align:center
}
.news-tagger .pl-salary-account .col-xs-4, .news-tagger .news-tagger-cc .col-xs-4 {
width:33.3333%;
padding:0
}
.news-tagger .news-tagger-salary-deposited {
width:auto
}
.news-tagger .dob-slide .dob-bg-info .error-msg-mo {
display:block!important;
position:relative;
top:8px
}
.news-tagger .dob-slide .dob-bg-info .error-msg-mo .input-error-cl:after {
top:59%
}
.news-tagger .co-applicant-dob-slide .dob-bg-info .error-msg-mo {
display:block!important;
position:relative;
top:38px
}
.news-tagger .ownership-divided-slide .error-msg-mo {
display:block!important;
position:relative;
top:-10px
}
.news-tagger .my-preferred-car .news-tagger-salary-deposited .bank-name {
min-height:0
}
#carSlide .news-tagger-other-city {
margin-bottom:0;
padding:0;
width:50%
}
#carSlide .news-tagger-car-modal div:nth-child(6n), #carSlide .news-tagger-car-modal div:nth-child(7n) {
display:none
}
#carSlide input[type="text"], #cityOtherDiv input[type="text"] {
font-size:12px
}
.news-tagger .car-slide .news-tagger-salary-deposited .bank-name {
height:auto;
min-height:30px
}
.news-tagger .annual-salary .news-tagger-content {
width:270px;
margin:0 auto
}
}
@media only screen and (min-width :460px) and (max-width :767px) {
.news-tagger .news-tagger-city, .news-tagger .news-tagger-salary-deposited, .news-tagger .existing-cc {
width:90%;
margin:0 auto 10px
}
.news-tagger-content .col-xs-6.col-sm-2.col-md-2.col-xs-12, .news-tagger-content .col-xs-6.col-sm-2.col-md-2 {
width:25%
}
.col-xs-6.col-sm-2.col-md-2.last-col-md-2.news-tagger-other-city {
width:100%
}
.touch-icon {
margin:2px 5px
}
.news-tagger .radio-box {
display:none
}
.news-tagger-cc-gti .news-tagger-content {
width:300px;
margin:0 auto
}
.news-tagger-content .col-xs-6.col-sm-2.col-md-2.col-xs-12.last-col-md-2 {
width:100%
}
.news-tagger .privacy {
padding:0 40px
}
.icon-city, .icon-car {
width:60px
}
.news-tagger .col-md-2 {
margin-bottom:0
}
.twitter-typeahead {
width:100%
}
.news-tagger-contact {
min-height:220px
}
.news-tagger .date-selection {
width:auto
}
.news-tagger-list {
width:405px
}
.news-tagger .pl-salary-account .col-xs-4 {
width:33.3333%;
min-height:170px
}
.news-tagger .privacy {
bottom:inherit;
padding:0 15px;
position:inherit
}
.ns-fixed-height {
min-height:200px
}
.carousel-control {
top:50%
}
.news-tagger .total-exp-mo select {
width:178px
}
}
@media only screen and (min-width :361px) and (max-width :580px) {
.news-tagger .news-tagger-city, .news-tagger .news-tagger-salary-deposited, .news-tagger .existing-cc {
margin:0 auto
}
.news-tagger-content {
padding-top:0
}
.ns-fixed-height {
min-height:200px
}
.icon-bank, .pl-salary-account .icon-bank, .icon-car, .news-tagger-cc .icon-bank {
width:60px
}
.news-tagger #prev_resident_city h3 {
margin:2px 0
}
.monthly-salary .ns-fixed-height .col-md-12 h3, .news-tagger-age .news-tagger-content, .total-emi .ns-fixed-height .col-md-12 h3 {
padding-top:0
}
.news-tagger .pl-salary-account .col-xs-4 {
min-height:120px
}
}
.news-tagger input[type=submit], .news-tagger button, .news-tagger .button, .news-tagger .contactMe .button-secondary, .news-tagger .contactMe .news-tagger-btn .apply {
font-family:"Lato", Helvetica, Arial, sans-serif;
border:0;
border-radius:5px;
display:inline-block;
outline:0;
text-align:center;
-webkit-transition:.1s background-color;
-moz-transition:.1s background-color;
-o-transition:.1s background-color;
transition:.1s background-color;
padding:0 25px;
height:44px;
line-height:44px
}
.news-tagger-btn .apply {
float:none;
font-size:20px;
background-color:#eb4912;
color:#fff;
font-weight:normal!important
}
.button-secondary:hover {
color:#fcbea9
}
.news-tagger-btn .apply:hover {
background-color:#d33b07
}
.news-tagger-btn .progress-striped {
background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image:-webkit-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-image:-moz-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-image:-o-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-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);
-webkit-background-size:40px 40px;
-moz-background-size:40px 40px;
-o-background-size:40px 40px;
background-size:40px 40px;
line-height:normal
}
.news-tagger-btn .progress.active {
cursor:default;
font-size:20px;
-webkit-animation:progress-bar-stripes 2s linear infinite;
-moz-animation:progress-bar-stripes 2s linear infinite;
-ms-animation:progress-bar-stripes 2s linear infinite;
-o-animation:progress-bar-stripes 2s linear infinite;
animation:progress-bar-stripes 2s linear infinite
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position:0 0
}
to {
background-position:40px 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
.news-tagger .close-btn {
color:#bec2c1;
font-size:16px;
position:absolute;
right:20px;
top:-34px;
display:none
}
.news-tagger .close-btn.active {
display:block
}
.news-tagger .close-btn i {
padding:0 2px 0 0
}
.news-tagger .close-btn:hover {
color:#bec2c1
}
.news-tagger-res .news-tagger-content .news-tagger-list li label {
border:0 none;
font-size:12px!important;
margin:3px auto 0 auto;
overflow:hidden
}
.free-perks-inner>em {
display:block;
font-size:14px;
text-align:left
}
@media(max-width:320px) {
.authorize-section .error {
left:-28px;
top:20px
}
}
.used-car-loan .art-bg-img .radio .icons {
top:10px;
color:#bdc3c7;
font-size:20px
}
.used-car-loan .art-bg-img .radio.checked .second-icon {
color:#1abc9c
}
.used-car-loan .bg-icons-opacity-pad {
padding:2px 5px
}
.used-car-loan .tell-me-about-your-car-info .new-car-info .radio {
background-image:url(https://cdn5.bankbazaar.com/images/new-car-icon.png);
background-repeat:no-repeat
}
.used-car-loan .tell-me-about-your-car-info .used-car-info .radio {
background-image:url(https://cdn5.bankbazaar.com/images/used-car-icon.png);
background-repeat:no-repeat;
left:-30px;
top:7px
}
.used-car-loan .tell-me-about-your-car-info .about-your-car-main-bg {
background-image:url(https://cdn5.bankbazaar.com/images/tell-me-about-your-car-bg.png);
height:215px;
background-size:98%;
background-repeat:no-repeat;
background-position:7px -2px
}
.used-car-loan .pad-none, .used-car-loan .pad-md-none {
padding:0
}
.news-tagger .tell-me-about-your-car-info {
width:815px;
margin:80px auto 0
}
.used-car-loan .tell-me-about-your-car-info .outside-city-info .radio {
background-position:-398px 0
}
.used-car-loan .tell-me-about-your-car-info .radio {
width:47px;
height:77px;
padding:0;
margin:117px auto 0;
cursor:pointer
}
.used-car-loan .tell-me-about-your-car-info .radio .bottom-arrow-box {
top:-40px;
left:-40px;
min-width:124px
}
.used-car-loan .tell-me-about-your-car-info .bg-opacity {
padding:10px
}
.used-car-loan .tell-me-about-your-car-info .radio .bottom-arrow-box {
top:-40px;
left:-40px;
min-width:124px
}
.used-car-loan .display-block-sm, .used-car-loan .display-block-xs {
display:none
}
.used-car-loan .content-info-big-icon-middle {
margin:60px auto 0
}
.used-car-loan .label-icon.checkbox .icons, .used-car-loan .label-icon.radio .icons {
color:#fff;
margin:10px auto 0;
position:relative
}
.used-car-loan .bg-opacity {
background-color:rgba(255, 255, 255, 0.1)
}
.used-car-loan .bg-opacity-1 {
padding:10px 20px
}
.used-car-loan .bottom-arrow-box {
background:none repeat scroll 0 0 white;
border-radius:6px;
color:#34495e;
display:inline-block;
min-width:180px;
padding:10px;
position:relative;
text-indent:10px;
text-align:center;
line-height:1.5
}
.used-car-loan .bottom-arrow-box .arrow {
border-top-color:#fff
}
.used-car-loan .label-icon {
cursor:pointer;
padding:12px 8px 8px;
font-size:14px;
margin:5px;
line-height:1.5
}
.used-car-loan .row {
margin:0 auto!important
}
.news-tagger .year-manufacture {
margin:0 auto;
text-align:center;
min-height:160px
}
.news-tagger .year-manufacture {
width:311px
}
.news-tagger .year-manufacture td {
width:100px
}
.used-car-loan .ns-fixed-height {
min-height:400px;
position:relative
}
.used-car-loan .label-icon.checked, .used-car-loan .label-icon:hover {
background-color:#40e0d0;
border-radius:6px;
color:#fff
}
.used-car-info .popover.top .arrow, .new-car-info .popover.top .arrow {
border-top-color:#fff
}
.year-sub-heading {
background:none repeat scroll 0 0 #34495e;
border-radius:6px;
padding:0 0 0 10px
}
.year-sub-heading p {
margin:0;
font-weight:bold;
font-size:16px
}
.year-sub-heading p span {
color:#fff
}
.new-tag-select-year .table-curved td, .new-tag-select-year .table-curved th {
border-left:1px solid #ddd;
border-top:1px solid #ddd;
padding:0
}
.new-tag-select-year .table-curved td a, .new-tag-select-year .table-curved th a {
display:block;
color:#34495e;
cursor:pointer;
height:30px;
line-height:30px
}
.new-tag-select-year .table-curved .news-tagger-bg:hover, .new-tag-select-year .news-tagger-bg:hover {
background:#1abc9c!important;
color:#fff
}
.new-tag-select-year .year-picker .table-curved td, .new-tag-select-year .year-picker .table-curved th {
padding:0;
width:100px
}
.new-tag-select-year .table-curved td:hover, .new-tag-select-year .table-curved td a:hover, .new-tag-select-year .table-curved th a:hover {
background:#c8c8c8;
cursor:pointer
}
.new-tag-select-year .table-curved .selected:hover, .new-tag-select-year .table-curved .selected:hover {
background:#40e0d0;
color:#fff
}
.new-tag-select-year .news-tagger-content {
padding-top:10px
}
.used-car-loan .year-manufacture .table-curved td.selected:hover, .used-car-loan .year-manufacture .table-curved td.selected a {
background-color:#40e0d0;
color:#fff
}
@media only screen and (max-width :992px) {
.used-car-loan .tell-me-about-your-car-info {
width:640px
}
.used-car-loan .tell-me-about-your-car-info .about-your-car-main-bg {
height:170px
}
.used-car-loan .tell-me-about-your-car-info .new-car-info .radio, .used-car-loan .tell-me-about-your-car-info .used-car-info .radio {
background-position:0 0
}
.used-car-loan .ns-fixed-height {
margin:0 auto
}
.used-car-loan .tell-me-about-your-car-info .radio {
margin:73px auto 0
}
.new-tag-select-year .table-curved td a, .new-tag-select-year .table-curved th a, .news-tagger-age .table-curved td a, .news-tagger-age .table-curved th a {
height:25px;
line-height:25px
}
.news-tagger .news-tagger-cc .cc-others {
padding:0
}
.news-tagger .news-tagger-cc .cc-others .touch-icon {
margin-bottom:0
}
}
@media only screen and (max-width :767px) {
.used-car-loan .display-none-sm {
display:none
}
.used-car-loan .display-block-sm {
display:block
}
.used-car-loan .art-bg-img .tell-me-about-your-car-mo-info .radio .icons {
top:0
}
.used-car-loan .art-bg-img .tell-me-about-your-car-mo-info .radio img {
display:block;
margin:0 auto
}
.used-car-loan .tell-me-about-your-car-info {
width:auto
}
.used-car-loan .art-bg-img .tell-me-about-your-car-mo-info .radio .icons {
top:0
}
.used-car-loan .art-bg-img .tell-me-about-your-car-mo-info .radio img {
display:block;
margin:0 auto
}
.used-car-loan .tell-me-about-your-car-mo-info {
width:300px
}
.used-car-loan .tell-me-about-your-car-mo-info {
width:300px
}
.news-tagger .year-manufacture {
width:257px
}
.used-car-loan .tell-me-about-your-car-mo-info {
width:300px
}
.used-car-loan .radio.label-icon>img {
width:100px
}
.used-car-loan .art-bg-img .tell-me-about-your-car-mo-info .radio .icons {
top:0
}
.used-car-loan .pad-none, .complete-eligibility-form .pad-md-none {
padding:14px 0 0 0
}
.news-tagger .news-tagger-cc .cc-others {
width:60%!important;
padding-top:0;
margin-bottom:10px
}
}
@media only screen and (min-width :480px) and (max-width :767px) {
.news-tagger .news-tagger-cc .cc-others {
width:36%!important;
padding-top:0;
margin-bottom:10px
}
.news-tagger .news-tagger-cc .cc-others .touch-icon {
margin:3px 0 0 0
}
.news-tagger .news-tagger-cc .cc-others .touch-icon:hover {
background:none repeat scroll 0 0 #40e0d0
}
}
@media only screen and (max-width :480px) {
.new-tag-select-year .table-curved td a, .new-tag-select-year .table-curved th a {
height:15px;
line-height:15px
}
.used-car-loan .tell-me-about-your-car-mo-info {
width:277px;
margin:0 auto
}
.used-car-loan .radio.label-icon>img {
width:91px
}
.year-sub-heading {
display:none
}
.year-sub-heading p {
font-size:14px
}
.news-tagger #carSlide .news-tagger-salary-deposited .bank-name {
white-space:normal
}
.new-tag-select-year .year-picker .table-curved td, .new-tag-select-year .year-picker .table-curved th {
padding:2px
}
.new-tag-select-year .table-curved td, .new-tag-select-year .table-curved th {
padding:5px;
text-align:center
}
.news-tagger .news-tagger-cc .cc-others .touch-icon {
margin:0
}
.news-tagger .news-tagger-cc .cc-others .touch-icon:hover {
background:none repeat scroll 0 0 #40e0d0
}
.news-tagger .news-tagger-cc .cc-others {
padding-top:0;
margin-bottom:10px
}
.news-tagger .news-tagger-cc .checkbox {
padding:5px 0
}
}
.iphone .contactMe .news-tagger-container .privacy {
padding:5px 20px;
margin:0 auto;
width:90%
}
@media only screen and (min-width :1056px) and (max-width :1199px) {
.news-tagger-btn {
padding:5px 0 20px
}
.news-tagger .ns-other-city {
margin:5px auto 0
}
.news-tagger .input-group-addon .checkbox, .radio {
padding:5px 10px
}
.news-tagger .city-name, .news-tagger .bank-name, .news-tagger .car-name {
margin-top:5px
}
.news-tagger h3, .news-tagger #prev_resident_city h3 {
margin:5px 0!important
}
.news-tagger-res .news-tagger-list {
margin:37px auto 0
}
.ns-fixed-height, .complete-eligibility-form .ns-fixed-height, .health-insurance-elig .ns-fixed-height, .contactMe .news-tagger-container .ns-fixed-height {
min-height:395px
}
.complete-eligibility-form h3 {
margin:5px 0
}
.complete-eligibility-form .item {
padding-bottom:28px
}
.container {
overflow-x:hidden
}
}
.eligPage .insurance-header .pad-control {
padding-left:0
}
.insurzone-pretext {
float:left;
font-size:16px;
padding:11px 10px;
text-align:left
}
.eligPage .izone-section-header .container {
background:#fff none repeat scroll 0 0;
padding-bottom:10px
}
.eligPage .izone-footer {
background:#323232 none repeat scroll 0 0;
color:#75787c;
font-size:14px;
font-weight:normal;
padding:1% 0;
width:100%;
min-height:350px
}
.eligPage .izone-footer p {
font-size:14px;
line-height:24px;
margin-bottom:0;
padding:0;
color:#75787c
}
.eligPage .izone-footer .irda-approval {
margin:10px 0
}
.sprite-symbols, .phone_btm .fa, .popup-close {
background-image:url(https://cdn5.bankbazaar.com/images/sprite-for-symbols-v3.png);
background-repeat:no-repeat
}
.symbols-lock {
background-position:-9px -110px;
display:inline-block;
height:14px;
width:14px
}
.symbols-chevron-left, .symbols-chevron-right {
display:inline-block;
height:30px;
width:30px
}
.symbols-chevron-right {
background-position:-224px -59px
}
.symbols-chevron-left {
background-position:-163px -58px
}
@media only screen and (max-width :1024px) {
.eligPage .izone-footer {
min-height:inherit
}
.ipad .news-tagger .news-tagger-birthdate .birth-day-info {
width:265px
}
.ipad .news-tagger .news-tagger-birthdate .birth-day-info input {
width:120px
}
}
@media only screen and (max-width :767px) {
.insurzone-pretext {
padding:10px 10px 0
}
}
@media only screen and (max-width :480px) {
.symbols-chevron-left {
background-position:-101px -63px
}
.symbols-chevron-right {
background-position:-133px -63px
}
.eligPage .insurance-header .container {
padding-bottom:5px
}
.eligPage .insurance-header .container .pad-control>img {
max-width:170px
}
.insurzone-pretext {
font-size:12px;
line-height:normal;
padding:5px 5px 0
}
.carousel-control {
top:35%
}
.news-tagger .car-slide .bank-name {
min-height:30px
}
}
@media only screen and (max-width :767px) {
.news-tagger, .news-tagger.complete-eligibility-form {
background:#1769aa
}
.news-tagger .select-from-our-menu, .complete-eligibility-form .bg-opacity {
background:transparent
}
.news-tagger-age-picker-mobile {
padding-top:13px
}
.news-tagger .dob-slide .dob-bg-info .error-msg-mo {
top:-24px
}
.error-msg-mo {
top:-24px
}
}
@media only screen and (max-width:360px) {
.used-car-loan .ns-fixed-height {
min-height:268px
}
.error-msg-mo {
top:-32px
}
}
.email-notification .error-msg {
background-color:#f1c40f;
border-radius:6px;
color:#fff;
font-size:15px;
font-weight:bold;
padding:10px 10px 10px 47px;
width:auto;
margin-top:10px;
margin-bottom:0;
line-height:normal;
position:relative;
-moz-animation:bounce 1s 1 alternate;
-ms-animation:bounce 1s 1 alternate;
-o-animation:bounce 1s 1 alternate;
-webkit-animation:bounce 1s 1 alternate;
animation:bounce 1s 1 alternate
}
.email-notification .error-msg:after {
bottom:100%;
left:40px;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(241, 196, 15, 0);
border-bottom-color:#f1c40f;
border-width:10px;
margin-left:-30px
}
.email-notification .error-msg img {
left:10px;
position:absolute;
top:4px
}
.email-notification .err-msg {
text-align:left
}
@media screen and (min-width:768px) and (max-width:1024px) {
.popover.right .arrow:after {
border-right-color:transparent
}
.popover.bottom .arrow, .popover .arrow:after {
border-bottom-color:transparent!important
}
}/*!
* Slider for Bootstrap
*
* Copyright 2012 <NAME>
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.news-tagger-slider {
background:url(https://cdn3.bankbazaar.com/images/slider-bg-newstaggered-v1.png) no-repeat;
width:805px;
height:70px;
margin:0 auto;
text-align:center
}
.news-tagger-slider .tooltip-inner {
background-color:rgba(0, 0, 0, 0);
color:#34495e;
cursor:pointer;
font-size:18px;
font-weight:bold;
line-height:93px;
line-height:120px\9;
padding:0;
text-align:center;
width:auto
}
.news-tagger-slider .tooltip.top .tooltip-arrow {
border-top-color:transparent
}
.news-tagger-slider .tooltip.top {
margin-left:-3px
}
.news-tagger-age-slider {
background:url(https://cdn3.bankbazaar.com/images/slider-bg-newstaggered-v1.png) no-repeat;
background-position:-135px -398px;
width:522px;
margin-bottom:20px
}
.news-tagger-slider .tooltip-inner::selection {
color:#34495e;
background:transparent
}
.news-tagger-slider .tooltip-inner::-moz-selection {
color:#34495e;
background:transparent
}
.annual-gross-income-slider {
background:url(https://cdn3.bankbazaar.com/images/slider-bg-newstaggered-v1.png) no-repeat;
background-position:0 -128px;
margin:40px auto 0
}
.total-emi .news-tagger-slider, .monthly-incentives .news-tagger-slider {
width:668px
}
.total-emi .news-tagger-slider .slider-min-value, .total-emi .news-tagger-slider .slider-max-value, .monthly-incentives .news-tagger-slider .slider-min-value, .monthly-incentives .news-tagger-slider .slider-max-value {
background:url(https://cdn3.bankbazaar.com/images/rupee_icon_small.png) no-repeat scroll 0 6px transparent;
color:#34495e;
display:inline;
left:56px;
position:absolute;
top:7px;
padding-left:12px;
line-height:25px;
font-size:12px
}
.ie8 .total-emi .news-tagger-slider .slider-max-value {
background-image:url(https://cdn3.bankbazaar.com/images/rupee_icon_small.png);
background-repeat:no-repeat;
background-position:0 7px
}
.ie8 .total-emi .news-tagger-slider .slider-min-value, .ie8 .total-emi .news-tagger-slider .slider-max-value {
top:29px
}
.total-emi .news-tagger-slider .slider-max-value, .monthly-incentives .news-tagger-slider .slider-max-value {
left:inherit;
padding-left:10px
}
.ie8 .slider-max-value, .ie8 .slider-min-value {
font-size:14px
}
.news-tagger-slider.total-emi-slider-bg, .news-tagger-slider.average-monthly-incentives-slider {
background:url(https://cdn3.bankbazaar.com/images/slider-bg-newstaggered-v1.png) no-repeat;
background-position:-67px -806px;
margin:40px auto 0;
position:relative
}
.news-tagger-slider.total-emi-slider-bg .slider.slider-horizontal, .news-tagger-slider.average-monthly-incentives-slider .slider.slider-horizontal {
width:507px
}
.total-experience-slider-bg, .complete-eligibility-form .total-experience-slider-bg {
background-position:-114px -961px;
margin:20px auto 0;
width:533px
}
.complete-eligibility-form .total-experience-slider-bg {
margin:10px auto 0
}
.total-experience-slider-bg .slider.slider-horizontal {
margin:0 auto 0 14px;
width:346px!important
}
.complete-eligibility-form .total-experience-slider-bg .slider.slider-horizontal {
width:346px!important;
margin:10px auto 0 10px;
left:0
}
.complete-eligibility-form .total-experience-slider-bg .tooltip.top {
margin-top:-11px
}
.slider {
display:inline-block;
vertical-align:middle;
position:relative
}
.slider.slider-horizontal, .annual-gross-income-slider .slider.slider-horizontal {
width:605px;
height:70px;
margin:0 auto 0 5px
}
.complete-eligibility-form .slider.slider-horizontal, .select-from-our-menu .slider.slider-horizontal {
height:53px;
left:47px;
width:603px!important;
margin:0 auto
}
.complete-eligibility-form .joining-month .slider.slider-horizontal {
left:13px;
width:661px!important
}
.complete-eligibility-form .work-exp-slider .slider.slider-horizontal {
left:72px;
width:350px!important
}
.news-tagger-age-slider .slider.slider-horizontal {
width:400px;
margin:0 auto
}
.news-tagger .slider.slider-horizontal .slider-track {
height:10px;
width:100%;
margin-top:-5px;
top:50%;
left:0
}
.complete-eligibility-form.news-tagger .slider.slider-horizontal .slider-track, .news-tagger .select-from-our-menu .slider.slider-horizontal .slider-track {
height:53px;
width:100%;
margin-top:0;
top:0;
left:0
}
.complete-eligibility-form .loan-tagger-slider .slider.slider-horizontal .slider-track {
height:53px;
width:100%;
margin-top:0;
top:31px;
left:0
}
.slider.slider-horizontal .slider-selection, .news-tagger .select-from-our-menu .slider.slider-horizontal .slider-selection {
height:100%;
top:0;
bottom:0
}
.slider.slider-horizontal .slider-handle, .news-tagger .select-from-our-menu .slider.slider-horizontal .slider-handle {
margin-left:-54px;
margin-top:-5px;
outline:0;
z-index:5
}
.complete-eligibility-form .slider.slider-horizontal .slider-handle, .news-tagger .select-from-our-menu .slider.slider-horizontal .slider-handle {
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-repeat:no-repeat;
background-position:-56px -500px;
height:114px;
margin-left:-56px;
margin-top:-30px;
width:110px;
top:auto
}
.slider.slider-vertical .slider-handle.triangle {
border-width:10px 0 10px 10px;
width:1px;
height:1px;
border-left-color:#0480be;
margin-left:0
}
.slider.slider-vertical {
height:210px;
width:20px
}
.slider.slider-vertical .slider-track {
width:10px;
height:100%;
margin-left:-5px;
left:50%;
top:0
}
.slider.slider-vertical .slider-selection {
width:100%;
left:0;
top:0;
bottom:0
}
.slider input {
display:none
}
.slider .tooltip-inner {
white-space:nowrap
}
.slider-track {
position:absolute;
cursor:pointer
}
.slider-selection {
position:absolute;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.slider-handle {
position:absolute;
background-color:transparent;
background-image:url(https://cdn3.bankbazaar.com/images/slider-bg-newstaggered-v1.png);
background-repeat:repeat;
background-position:0 -508px;
height:96px;
width:100px;
top:-38px;
opacity:.8;
border:0 solid transparent
}
.slider-handle.round {
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px
}
.slider-handle.triangle {
background:transparent none
}
.news-tagger-slider .tooltip-inner {
background-color:transparent
}
.complete-eligibility-form .well {
padding:7px 19px
}
.complete-eligibility-form .joining-year .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .joining-month .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -106px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .work-exp-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:-78px -209px;
border:0 solid #e3e3e3;
box-shadow:none;
width:522px;
margin:0 auto
}
.complete-eligibility-form .emi-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -632px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .annual-bonus-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -632px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .monthly-incentives-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -632px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .cost-of-property-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -630px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .net-monthly-salary-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -314px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .fixed-monthly-salary-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -314px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .year-profit-tax-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -412px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .well .slider .tooltip, .select-from-our-menu .well .slider .tooltip {
opacity:1;
font-size:18px;
font-weight:bold;
margin-top:30px;
top:-30px!important
}
.complete-eligibility-form .well .slider .tooltip .tooltip-inner, .select-from-our-menu .well .slider .tooltip .tooltip-inner {
background-color:transparent;
color:#34495e;
cursor:pointer
}
.complete-eligibility-form .well .slider .tooltip .tooltip-arrow, .select-from-our-menu .well .slider .tooltip .tooltip-arrow {
opacity:0
}
.total-emi .news-tagger-slider .slider-max-value, .monthly-incentives .slider-max-value {
top:6px;
right:39px
}
.money-need-slider .well {
background-color:transparent;
background-image:url(https://cdn2.bankbazaar.com/images/loan_landing/slider-bg.png);
background-position:0 21px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto;
padding:30px 19px;
text-align:left
}
@media only screen and (max-width:991px) {
.complete-eligibility-form .slider.slider-horizontal .slider-track {
height:44px
}
.complete-eligibility-form .slider.slider-horizontal {
height:44px
}
.complete-eligibility-form .well .slider .tooltip {
top:-34px!important
}
.news-tagger-slider {
background:url(https://cdn5.bankbazaar.com/images/slider-tab-bg-v1.png) no-repeat;
width:705px;
height:70px;
margin:0 auto;
text-align:center
}
.news-tagger-slider .tooltip-inner {
background-color:rgba(0, 0, 0, 0);
color:#34495e;
cursor:pointer;
font-size:16px;
font-weight:bold;
line-height:93px;
padding:0;
text-align:center;
width:auto
}
.news-tagger-slider .tooltip.top .tooltip-arrow {
border-top-color:rgba(0, 0, 0, 0)
}
.news-tagger-slider .tooltip.top {
margin-left:-7px;
margin-top:-9px;
color:#34495e
}
.news-tagger-slider .tooltip.top:focus {
color:#34495e
}
.news-tagger-age-slider {
background:url(https://cdn5.bankbazaar.com/images/slider-tab-bg-v1.png) no-repeat;
background-position:-121px -347px;
width:462px;
margin-bottom:40px
}
.annual-gross-income-slider {
background:url(https://cdn5.bankbazaar.com/images/slider-tab-bg-v1.png) no-repeat;
background-position:0 -112px;
margin:40px auto 0
}
.slider.slider-horizontal, .annual-gross-income-slider .slider.slider-horizontal {
width:520px;
height:70px;
margin:0 auto 0 5px
}
.news-tagger-age-slider .slider.slider-horizontal {
width:350px;
margin:0 auto 0 -5px
}
.slider-handle {
position:absolute;
background:url(https://cdn5.bankbazaar.com/images/slider-tab-bg-v1.png) repeat scroll 0 -442px rgba(0, 0, 0, 0);
height:96px;
width:100px;
top:-38px;
opacity:.8;
border:0 solid transparent
}
.total-emi-slider-bg .slider-handle {
top:-30px
}
.total-experience-slider-bg, .complete-eligibility-form .total-experience-slider-bg {
background:url(https://cdn5.bankbazaar.com/images/slider-tab-bg-v1.png) no-repeat;
background-position:-98px -838px;
margin:20px auto 0;
width:460px
}
.total-experience-slider-bg .slider.slider-horizontal, .complete-eligibility-form .total-experience-slider-bg .slider.slider-horizontal {
margin:0 auto 0 30px;
width:304px!important
}
.complete-eligibility-form .total-experience-slider-bg .slider.slider-horizontal {
margin:0 auto 0 12px
}
.complete-eligibility-form .total-experience-slider-bg .slider.slider-horizontal .slider-handle {
margin-top:-25px
}
.complete-eligibility-form .joining-year .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px 0;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .joining-month .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -86px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .work-exp-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:-62px -172px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
margin:0 auto
}
.complete-eligibility-form .work-exp-slider .slider.slider-horizontal {
left:58px;
width:290px!important
}
.complete-eligibility-form .emi-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -520px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .annual-bonus-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -520px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .monthly-incentives-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -520px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .cost-of-property-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -521px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .net-monthly-salary-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -258px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .fixed-monthly-salary-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -258px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .year-profit-tax-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -339px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .slider.slider-horizontal .slider-handle, .news-tagger .money-need-slider .slider.slider-horizontal .slider-handle {
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:-45px -407px;
width:92px;
height:104px;
margin-left:-47px
}
.complete-eligibility-form .slider.slider-horizontal {
width:497px!important
}
.complete-eligibility-form .joining-month .slider.slider-horizontal {
left:17px;
width:548px!important
}
.money-need-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/loan_landing/slider-bg-tab.png);
background-position:10px 14px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto;
padding:20px 19px
}
.money-need-slider .slider.slider-horizontal {
width:499px!important
}
}
.select-from-our-menu .new-stagger-heading h1, .select-from-our-menu .new-stagger-heading h3, .select-from-our-menu .new-stagger-heading P {
color:#fff;
margin:0;
padding:10px 0;
background:none repeat scroll 0 0 #40e0d0;
text-align:center
}
.select-from-our-menu h3.bg-opacity-h3 {
margin:0 0 10px
}
.select-from-our-menu h1, .select-from-our-menu h2, .select-from-our-menu h3 {
font-weight:400;
text-align:center
}
.select-from-our-menu h1 {
font-size:20px
}
.select-from-our-menu h3 {
font-size:26px;
margin:19px 0 20px
}
.select-from-our-menu {
background-color:#3dbfd9;
color:#fff;
padding:0;
position:relative
}
.select-from-our-menu .item {
padding-bottom:20px
}
.select-from-our-menu .label-icon.checkbox .icons, .select-from-our-menu .label-icon.radio .icons {
color:#fff;
margin:10px auto 0;
position:relative
}
.select-from-our-menu .label-icon.checkbox.checked .second-icon, .select-from-our-menu .label-icon.radio.checked .second-icon {
color:#fff
}
.select-from-our-menu .label-icon span {
display:block
}
.select-from-our-menu .container {
position:relative
}
.select-from-our-menu .ns-fixed-height {
min-height:420px;
position:relative
}
.select-from-our-menu .news-tagger-btn .apply {
background-color:#ed4a13;
color:#ffe8e0;
font-size:20px;
margin:0
}
.select-from-our-menu .news-tagger-btn .apply:hover {
background-color:#d33b07
}
.select-from-our-menu .news-tagger-btn {
padding:0 0 43px 0
}
.select-from-our-menu .bg-opacity {
background-color:rgba(255, 255, 255, 0.1)
}
.select-from-our-menu .bg-opacity-1 {
padding:10px 20px
}
.select-from-our-menu .slider-section {
width:740px;
margin:0 auto
}
.select-from-our-menu .slider-section h3 {
margin:0 0 20px
}
.select-from-our-menu .custom-container {
width:640px
}
.select-from-our-menu .label-icon {
cursor:pointer;
padding:5px;
font-size:14px;
margin:5px;
line-height:1.5
}
.select-from-our-menu .label-icon.checked, .select-from-our-menu .label-icon:hover {
background-color:#40e0d0;
border-radius:6px;
color:#fff
}
.select-from-our-menu .display-block-sm, .select-from-our-menu .display-block-xs {
display:none
}
.select-from-our-menu .pad-none, .select-from-our-menu .pad-md-none {
padding:0
}
.select-from-our-menu select {
font-size:14px
}
.select-from-our-menu .form-group input[type="text"] {
margin-bottom:0;
background:none repeat scroll 0 0 #fff!important;
border:0 none;
box-shadow:0 0 2px #696969 inset;
height:42px
}
.select-from-our-menu .form-group.focus .input-group-addon, .select-from-our-menu .input-group.focus .input-group-addon {
background:none repeat scroll 0 0 #34495e!important
}
.select-from-our-menu .input-group-addon {
background-color:#34495e;
box-shadow:0 0 2px #696969 inset;
border:0 none;
height:auto;
padding:10px 12px
}
.select-from-our-menu .bg-opacity-pad {
padding:10px;
margin-bottom:20px
}
.select-from-our-menu .text-box-container {
width:350px;
margin:0 auto
}
.select-from-our-menu .text-box-container-mar {
margin:51px auto
}
.select-from-our-menu .text-box-container .form-group {
margin-bottom:0
}
.select-from-our-menu .two-column-slide {
width:600px
}
.select-from-our-menu .above-five-column .above-five-column-icons {
width:762px;
margin:0 auto 20px
}
.select-from-our-menu .bg-opacity-head h3 {
font-size:22px;
margin:0 0 20px
}
.select-from-our-menu .carousel-inner {
overflow:visible;
font-size:18px
}
.select-from-our-menu .bg-opacity .error:after {
right:100%;
top:50%;
border:solid transparent;
content:" ";
height:0;
top:-20px;
left:11px;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(136, 183, 213, 0);
border-bottom-color:#f1c40f;
border-width:10px
}
.select-from-our-menu .bg-opacity .input-error-cl, .select-from-our-menu .computer-info .input-error-cl, .select-from-our-menu .modal-content .input-error-cl {
position:absolute;
color:#fff;
display:block;
background:#f1c40f;
border-radius:6px;
padding:5px;
margin-top:10px;
margin-bottom:0;
line-height:normal;
font-weight:bold;
width:100%;
clear:both;
z-index:1000;
-moz-animation:bounce 1s 1 alternate;
-ms-animation:bounce 1s 1 alternate;
-o-animation:bounce 1s 1 alternate;
-webkit-animation:bounce 1s 1 alternate;
animation:bounce 1s 1 alternate
}
.select-from-our-menu .bg-opacity .input-error-cl {
position:absolute;
color:#fff;
display:block;
background:#f1c40f;
border-radius:6px;
padding:5px;
margin-top:10px;
margin-bottom:0;
line-height:normal;
font-weight:bold;
width:100%;
clear:both;
z-index:1000;
-moz-animation:bounce 1s 1 alternate;
-ms-animation:bounce 1s 1 alternate;
-o-animation:bounce 1s 1 alternate;
-webkit-animation:bounce 1s 1 alternate;
animation:bounce 1s 1 alternate
}
.select-from-our-menu .bg-opacity-drop {
margin:20px auto;
width:392px
}
.select-from-our-menu .bg-opacity-drop .form-group {
margin-bottom:0
}
.select-from-our-menu .bg-opacity-drop select {
width:100%
}
.select-from-our-menu .radio, .select-from-our-menu .checkbox {
cursor:pointer
}
.select-from-our-menu .input-help-msg .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 6px 6px 0
}
.select-from-our-menu .five-column-slide {
width:880px
}
.select-from-our-menu .five-column-slide .col-md-2 {
width:168px
}
.select-from-our-menu .input-group .form-control:first-child {
border-radius:0 6px 6px 0
}
.select-from-our-menu .content-info-img-middle {
margin:80px auto 0
}
.select-from-our-menu .content-info-big-icon-middle {
margin:42px auto 0
}
.select-from-our-menu .default-cluetip-left .tooltip {
left:-145px;
top:40px
}
.select-from-our-menu .default-cluetip-right .tooltip {
right:-145px;
top:40px
}
.select-from-our-menu .tooltip.right .tooltip-arrow {
border-right-color:#7af8bd
}
.select-from-our-menu .tooltip.left .tooltip-arrow {
border-left-color:#7af8bd
}
.select-from-our-menu .tooltip-inner {
background-color:#7af8bd;
color:#009e43;
padding:10px 20px;
width:214px;
max-width:214px;
vertical-align:middle;
text-align:center
}
.select-from-our-menu .above-five-column-wrapper .radio img {
width:92px
}
.select-from-our-menu .col-md-offset-13 {
margin-left:13%
}
.select-from-our-menu .above-five-column-icons .radio img {
width:92px
}
.select-from-our-menu select {
background:#fff url(https://cdn5.bankbazaar.com/images/loan_landing/dropdown-arrow.png) no-repeat right 10px center!important;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border:0 none;
border-radius:6px;
box-shadow:0 0 2px #696969 inset;
color:#34495e;
height:45px;
width:100%;
padding:12px;
line-height:normal
}
.select-from-our-menu select {
font-size:14px
}
.select-from-our-menu .error-msg .input-error-cl {
z-index:999
}
.select-from-our-menu .news-tagger-btn .apply.loading-circle, .news-tagger .contactMe .news-tagger-btn .loading-circle {
padding-left:40px;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/loading-circle.gif);
background-repeat:no-repeat;
background-position:10px 10px
}
@media only screen and (max-width :1400px) {
.select-from-our-menu .radio.label-icon>img {
width:108px
}
.select-from-our-menu .radio.label-icon-big>img {
width:148px
}
.select-from-our-menu .default-cluetip-left .tooltip {
left:-151px;
top:40px
}
.select-from-our-menu .default-cluetip-right .tooltip {
right:-154px;
top:40px
}
}
@media only screen and (max-width :1150px) {
.select-from-our-menu .two-column-slid {
width:500px
}
.select-from-our-menu .default-cluetip-left .tooltip {
left:-177px;
top:40px
}
.select-from-our-menu .default-cluetip-right .tooltip {
right:-177px;
top:40px
}
}
@media only screen and (max-width :992px) {
.select-from-our-menu h1 {
font-size:18px
}
.select-from-our-menu h3 {
font-size:20px
}
.select-from-our-menu .bg-opacity-head h3 {
font-size:20px
}
.select-from-our-menu .news-tagger-btn .apply {
font-size:18px;
line-height:normal
}
.select-from-our-menu .five-column-slide .col-md-2 {
width:33.3%
}
.select-from-our-menu .five-column-slide .col-sm-6 {
width:50%
}
.select-from-our-menu .above-five-column .above-five-column-icons {
width:640px
}
.select-from-our-menu .slider-section {
width:620px
}
.select-from-our-menu .tooltip-inner {
width:140px
}
.select-from-our-menu .default-cluetip-left .tooltip {
left:-102px;
top:17px
}
.select-from-our-menu .default-cluetip-right .tooltip {
right:-104px;
top:17px
}
.select-from-our-menu .tooltip.fade.left.in, .select-from-our-menu .tooltip.fade.right.in {
opacity:0
}
}
@media only screen and (max-width :991px) {
.select-from-our-menu .custom-sm-container {
width:640px;
margin:0 auto
}
.select-from-our-menu .loan-looking-for-slide .label-icon {
margin:5px;
padding:0
}
}
@media only screen and (max-width :767px) {
.select-from-our-menu .display-none-sm {
display:none
}
.select-from-our-menu .display-block-sm {
display:block
}
.select-from-our-menu .ns-fixed-height {
width:84%;
margin:0 auto
}
.select-from-our-menu .bg-opacity {
margin:0 0 10px;
padding:10px
}
.select-from-our-menu .slider-section {
width:auto
}
.select-from-our-menu .col-md-offset-13 {
margin-left:0
}
.select-from-our-menu .form-group {
margin-bottom:0
}
.select-from-our-menu .content-info-big-icon-middle {
margin:10px auto 0
}
.select-from-our-menu .radio.label-icon>img {
width:100px
}
.select-from-our-menu .text-box-container {
width:100%
}
.select-from-our-menu .custom-container, .select-from-our-menu .custom-sm-container {
width:530px
}
.select-from-our-menu .radio-xs-none .text-center .radio .icons {
display:none
}
.select-from-our-menu .two-column-slide {
width:300px
}
.select-from-our-menu .bg-opacity-drop {
width:100%
}
.select-from-our-menu .three-column .text-center {
padding:0
}
.select-from-our-menu .three-column .content-info-img-middle {
margin:30px auto
}
.select-from-our-menu .content-info-middle {
margin:30px auto
}
.select-from-our-menu .three-column .error-sec-mo {
display:block
}
.select-from-our-menu .tooltip {
display:none
}
}
@media only screen and (max-width :640px) {
.select-from-our-menu .custom-container, .select-from-our-menu .custom-sm-container {
width:auto
}
}
@media only screen and (max-width :480px) {
.select-from-our-menu h3 {
margin:10px 0
}
.select-from-our-menu h1 {
font-size:16px
}
.select-from-our-menu h3 {
font-size:15px;
margin:10px 0
}
.select-from-our-menu .slider-section h3 {
margin:0 0 5px 0
}
.select-from-our-menu .news-tagger-btn .apply {
font-size:16px;
padding:8px 25px;
line-height:16px;
height:auto;
min-height:25px
}
.select-from-our-menu .bg-opacity-head .checkbox, .select-from-our-menu .bg-opacity-head h3 {
font-size:14px
}
.select-from-our-menu .bg-opacity-head h3 {
margin:0 0 10px
}
.select-from-our-menu .carousel-control.left {
left:5px
}
.select-from-our-menu .carousel-control.right {
right:5px
}
.select-from-our-menu .carousel-control {
font-size:14px;
height:30px;
line-height:24px;
width:30px
}
.select-from-our-menu .custom-container label {
font-size:14px;
word-wrap:break-word
}
.select-from-our-menu .bg-opacity {
padding:10px
}
.select-from-our-menu .bg-opacity-1 {
padding:0 10px
}
.select-from-our-menu .bg-opacity-1 .label-icon {
padding:2px
}
.select-from-our-menu h3.bg-opacity-h3 {
margin:0 0 10px;
font-size:14px
}
.select-from-our-menu .radio.label-icon>img {
width:60px
}
.select-from-our-menu .two-column-slide {
width:242px
}
.select-from-our-menu .above-five-column .add-co-applicant {
margin:10px auto
}
.select-from-our-menu .flatui-dropdown .btn {
width:85%
}
}
@media only screen and (max-width :360px) {
.select-from-our-menu .ns-fixed-height {
min-height:150px
}
.select-from-our-menu .two-column-slide.content-info-big-icon-middle {
margin-top:0
}
.select-from-our-menu .above-five-column-wrapper.co-applicant-slide .error-msg-mo {
display:block!important;
position:relative;
top:27px
}
}
@media only screen and (min-width :361px) and (max-width :767px) {
.select-from-our-menu .ns-fixed-height {
min-height:400px
}
.select-from-our-menu .mo-landscape-icon .col-xs-6.text-center {
width:50%
}
.select-from-our-menu .two-column-slide.content-info-big-icon-middle {
margin-top:10%
}
}
@media only screen and (min-width :361px) and (max-width :481px) {
.select-from-our-menu .ns-fixed-height {
min-height:150px
}
}
@-moz-document url-prefix() {
.select-from-our-menu select {
background-image:none!important
}
}
@media only screen and (max-width :767px) {
.news-tagger .select-from-our-menu .bg-opacity {
background:transparent
}
}
.newstaggered-modal .form-group input[type="text"], .newstaggered-modal .form-group input[type="text"]:focus {
background:none repeat scroll 0 0 #fff;
border:0 none;
border-radius:0 6px 6px 0;
box-shadow:0 0 2px #696969 inset!important;
font-size:14px;
height:42px;
text-align:left;
text-transform:uppercase
}
.newstaggered-modal .modal-body p {
color:#646464;
text-align:center;
margin:5px 0
}
.newstaggered-modal .other-dd-close {
color:#fff;
cursor:pointer;
font-size:26px;
font-weight:lighter;
line-height:22px;
position:absolute;
right:10px;
top:5px
}
.newstaggered-modal .modal-dialog {
width:950px
}
.newstaggered-modal .modal-dialog .close {
opacity:1;
outline:0;
padding:0;
height:auto;
line-height:1
}
.newstaggered-modal .modal-dialog .top-close {
background-color:#fff;
border-radius:3px;
padding:0 4px;
font-size:20px;
position:absolute;
top:-21px;
right:-17px
}
.newstaggered-modal .modal-dialog .bottom-close {
bottom:0;
color:#5dade2;
display:block;
font-size:14px;
text-decoration:underline
}
.newstaggered-modal .modal-body {
padding:10px 10px 5px 10px
}
.news-tagger .newstaggered-modal .form-group {
margin:0 auto 10px
}
.newstaggered-modal .other-city {
margin:0 auto;
float:none;
margin-bottom:5px;
padding-top:0
}
.newstaggered-modal .other-dd-container {
border:1px solid #ccc;
border-radius:10px;
background:#fff;
float:right;
z-index:1000;
width:100%
}
.newstaggered-modal .other-dd-container h5 {
padding:10px 21px;
margin:0;
background:#34495e;
color:#fff;
font-size:16px;
border-radius:10px 10px 0 0
}
.newstaggered-modal .other-dd-wrapper {
padding:15px 10px
}
.newstaggered-modal .other-dd-category {
background:#ececec;
color:#000;
text-align:left;
padding:2px 7px;
text-transform:uppercase
}
.newstaggered-modal .other-dd-category>img {
margin-left:10px
}
.newstaggered-modal .other-dd-category>span {
vertical-align:middle
}
.newstaggered-modal .other-dd-list {
list-style:none;
margin:0 5px;
height:auto;
padding:0;
float:left;
width:140px
}
.newstaggered-modal .other-dd-list li {
font-size:12px;
line-height:22px;
text-align:left
}
.newstaggered-modal .other-dd-list li a {
display:block;
color:#646464;
font-size:14px;
padding-left:7px;
line-height:20px;
cursor:pointer;
word-wrap:break-word
}
.newstaggered-modal .other-dd-list li a:hover {
background:#3fe0d0;
color:#fff
}
.newstaggered-modal .other-city-out-side-of-india {
border:0;
width:100%;
padding:10px 19px 10px 9px
}
.newstaggered-modal .other-city-out-side-of-india .other-dd-list {
width:100%
}
.newstaggered-modal .pad-none {
padding:0
}
.newstaggered-modal .dropdown-city .dontshow {
display:none
}
.news-tagger .newstaggered-modal select {
background:url(https://cdn2.bankbazaar.com/images/complete-eligibility-form/dropdown-arrow.png) no-repeat right 10px center!important;
height:auto;
padding:12px;
margin-bottom:10px;
width:100%;
line-height:normal;
outline:0;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none
}
.news-tagger .car-slide .newstaggered-modal .input-group-addon {
padding:0 9px
}
.news-tagger .newstaggered-modal .input-group-addon {
height:auto;
padding:10px 12px;
width:1%
}
.news-tagger .newstaggered-modal .news-tagger-content {
padding-top:0;
line-height:normal;
min-height:auto
}
.newstaggered-modal .news-tagger-content .input-error-cl {
margin-bottom:0;
position:relative
}
.newstaggered-modal .cl-slider-elb-form {
line-height:normal
}
.news-tagger-other-city .form-control[readonly], .news-tagger-other-city .form-control[readonly] {
background-color:#fff;
color:#34495e;
cursor:text;
opacity:1
}
.news-tagger .car-slide .newstaggered-modal .input-group-addon img {
max-width:none
}
@media only screen and (max-width :862px) {
.newstaggered-modal .modal-dialog {
width:768px
}
.newstaggered-modal .other-dd-list {
width:110px
}
.newstaggered-modal .modal-dialog .close {
right:12px;
top:-20px
}
.newstaggered-modal .other-dd-list li a {
text-overflow:ellipsis;
white-space:nowrap;
width:112px;
overflow:hidden
}
}
@media only screen and (max-width :767px) {
.newstaggered-modal .modal-dialog {
margin:32px 0;
width:100%
}
.newstaggered-modal .other-dd-list {
width:48%;
margin:0 1%
}
.newstaggered-modal .other-dd-list li a {
width:auto;
white-space:normal
}
}
@media only screen and (min-width:600px) and (max-width:640px) {
.newstaggered-modal .other-dd-list {
display:inline-block;
float:none
}
.newstaggered-modal .other-dd-list:nth-child(1), .newstaggered-modal .other-dd-list:nth-child(2), .newstaggered-modal .other-dd-list:nth-child(3) {
clear:left;
float:left
}
.newstaggered-modal .other-dd-list:nth-child(4), .newstaggered-modal .other-dd-list:nth-child(5), .newstaggered-modal .other-dd-list:nth-child(6) {
clear:right
}
.newstaggered-modal .other-dd-list:nth-child(5), .newstaggered-modal .other-dd-list:nth-child(6) {
margin-top:-10px
}
}
@media only screen and (max-width :340px) {
.newstaggered-modal .other-dd-list li a {
white-space:nowrap;
width:112px
}
}
.sprite-carlogo {
background-image:url(https://cdn1.bankbazaar.com/images/landing_page/sprite-carlogo.png);
background-repeat:no-repeat;
display:inline-block;
margin-left:10px;
background-position:0 150px;
height:16px
}
.icon-ASHOK-LEYLAND {
background-position:-5px -5px;
width:16px
}
.icon-ASTON-MARTIN {
background-position:-31px -5px;
width:34px;
height:13px
}
.icon-AUDI {
background-position:-75px -5px;
width:27px
}
.icon-BAJAJ {
background-position:-112px -5px;
width:17px
}
.icon-BENTLEY {
background-position:-139px -5px;
width:49px
}
.icon-BMW {
background-position:-198px -5px;
width:16px
}
.icon-BUGATTI {
background-position:-5px -31px;
width:32px
}
.icon-CADILLAC {
background-position:-47px -31px;
width:17px
}
.icon-CHEVROLET {
background-position:-74px -31px;
width:31px;
height:12px
}
.icon-DAEWOO-MOTORS {
background-position:-115px -31px;
width:21px
}
.icon-DATSAN {
background-position:-146px -31px;
width:30px
}
.icon-DATSUN {
background-position:-186px -31px;
width:30px
}
.icon-DODGE {
background-position:-5px -57px;
width:29px
}
.icon-EICHER {
background-position:-44px -57px;
width:24px
}
.icon-ENDEVOR {
background-position:-78px -57px;
width:31px;
height:12px
}
.icon-ESTD {
background-position:-119px -57px;
width:30px;
height:10px
}
.icon-FERRARI {
background-position:-159px -57px;
width:10px
}
.icon-FIAT {
background-position:-179px -57px;
width:16px
}
.icon-FORCE {
background-position:-205px -57px;
width:16px
}
.icon-FORD {
background-position:-5px -83px;
width:37px;
height:15px
}
.icon-HINDUSTAN-MOTORS {
background-position:-52px -83px;
width:27px
}
.icon-HONDA {
background-position:-89px -83px;
width:20px
}
.icon-HUMMER {
background-position:-119px -83px;
width:58px;
height:8px
}
.icon-HYUNDAI {
background-position:-187px -83px;
width:31px;
height:15px
}
.icon-ICML {
background-position:-5px -108px;
width:19px
}
.icon-JAGUAR {
background-position:-119px -101px;
width:42px
}
.icon-LAMBORGHINI {
background-position:-171px -108px;
width:14px
}
.icon-LAND-ROVER {
background-position:-195px -108px;
width:30px
}
.icon-MAHINDRA {
background-position:-5px -134px;
width:33px;
height:15px
}
.icon-MAHINDRA-RENAULT {
background-position:-48px -134px;
width:62px
}
.icon-MAHINDRA-SSANGYONG {
background-position:-120px -134px;
width:55px
}
.icon-MARUTI {
background-position:-185px -134px;
width:16px
}
.icon-MARUTI-SUZUKI {
background-position:-5px -160px;
width:34px
}
.icon-MASERATI {
background-position:-211px -134px;
width:12px
}
.icon-MAYBACH {
background-position:-49px -160px;
width:22px
}
.icon-MERCEDES-BENZ {
background-position:-81px -160px;
width:16px
}
.icon-MINI {
background-position:-107px -160px;
width:38px
}
.icon-MITSUBISHI {
background-position:-155px -160px;
width:18px
}
.icon-NISSAN {
background-position:-183px -160px;
width:19px
}
.icon-OPEL {
background-position:-5px -186px;
width:21px
}
.icon-PORSCHE {
background-position:-36px -186px;
width:14px
}
.icon-PREMIER {
background-position:-60px -186px;
width:25px
}
.icon-PREMIER-AUTOMOBILES {
background-position:-95px -186px;
width:25px
}
.icon-RENAULT {
background-position:-130px -186px;
width:16px
}
.icon-ROLLS-ROYCE {
background-position:-212px -160px;
width:12px;
height:20px
}
.icon-SAAB-AUTOMOBILES {
background-position:-224px -5px;
width:71px
}
.icon-SAN-MOTORS {
background-position:-226px -31px;
width:15px
}
.icon-SKODA {
background-position:-251px -31px;
width:16px
}
.icon-SSANGYONG-MOTOR {
background-position:-277px -31px;
width:26px
}
.icon-SUBARU {
background-position:-231px -57px;
width:29px
}
.icon-TATA {
background-position:-270px -57px;
width:24px;
height:17px
}
.icon-TOYOTA {
background-position:-235px -84px;
width:24px
}
.icon-TVS {
background-position:-156px -190px;
width:87px
}
.icon-VOLKSWAGEN {
background-position:-269px -84px;
width:16px
}
.icon-VOLVO {
background-position:-34px -110px;
width:35px;
height:5px
}
.sprite-gender {
height: 200px;
display: inline-block;
width: 200px;
vertical-align: middle;
border-radius: 100px;
border: 3px solid #FB6C2B;
}
.icon-net {
background: url(../images/net.png) no-repeat;
background-size: contain !important;
background-position: center center;
}
.icon-gross {
background: url(../images/gross.png) no-repeat;
background-size: contain !important;
background-position: center center;
}
@media only screen and (max-width:767px) {
.sprite-gender {
height:120px;
}
.icon-net {
background: url(../images/net1.png) no-repeat;
}
.icon-gross {
background: url(../images/gross1.png) no-repeat;
}
}
.sprite-bank-desk {
background-repeat:no-repeat;
display:inline-block;
width:130px;
height:130px;
vertical-align:middle;
border-radius: 100px;
border: 3px solid #FB6C2B;
/*background-size: contain !important;*/
}
.icon-bank-12 {
background: url(../images/loan1.png);
}
.icon-bank-2 {
background: url(../images/loan2.png);
}
.icon-bank-39 {
background: url(../images/loan3.png);
}
.icon-bank-5 {
background: url(../images/loan4.png);
}
.icon-bank-57 {
background: url(../images/product-icons/home_sale.jpg);
}
.icon-bank-92 {
background: url(../images/loan6.png);
}
.Resale-Purchase-2011{
background: url(../images/loan6.png);
}
.Commercial-Mortgage-2012{
background: url(../images/product-icons/mortgage.jpg);
}
.Resale-Purchase-2012{
background: url(../images/loan5.png);
}
.Balance-Transfer-2016{
background: url(../images/product-icons/balance-transfer.jpg);
}
.Top-Up-2018{
background: url(../images);
}
.balancetransfer2015{
background:url(../images/product-icons/mortgage_bt.jpg);
}
.Top-Up-2018{
background:url(../images/product-icons/mortgage_plot.jpg);
}
.salaryAccount-2014{
background:url(../images/product-icons/mortgage-doc.jpg);
}
.Resale-Puchase-2013{
background: url(../images/product-icons/construction-document.jpg);
}
.Loan-Extension-2019{
background: url(../images/loan10.png);
}
.icon-bank-96 {
background: url(../images/loan7.png);
}
.icon-bank-999 {
background: url(../images/product-icons/plot_construction.jpg);
}
.icon-receive {
background: url(../images/loan9.png);
}
.icon-receive-cash {
background: url(../images/product-icons/balancetransfer.jpg);
}
.icon-bank-Allahabad {
background:url(../images/bank_logo/allahabad-bank.png) center no-repeat;
}
.icon-bank-Andhra
{
background:url(../images/bank_logo/andhra-bank.png) center no-repeat #fff;
}
.icon-bank-axis
{
background:url(../images/bank_logo/Axis-Bank.png) center no-repeat #fff;
}
.icon-bank-bob
{
background:url(../images/bank_logo/Bank-of-Baroda.png) center no-repeat #fff;
}
.icon-bank-boi
{
background:url(../images/bank_logo/Bank-of-India.png) center no-repeat #fff;
}
.icon-bank-canara
{
background:url(../images/bank_logo/Canara-Bank.png) center no-repeat #fff;
}
.icon-bank-centerl-bank
{
background:url(../images/bank_logo/Central-Bank-of-India.png) center no-repeat #fff;
}
.icon-bank-city
{
background:url(../images/bank_logo/citibank.png) center no-repeat #fff;
}
.icon-bank-corp
{
background:url(../images/bank_logo/Corporation-Bank.png) center no-repeat #fff;
}
.icon-bank-dena
{
background:url(../images/bank_logo/Dena-Bank.png) center no-repeat #fff;
}
.icon-bank-dhfl
{
background:url(../images/bank_logo/DHFL.png) center no-repeat #fff;
}
.icon-bank-first
{
background:url(../images/bank_logo/First-Blue-Home-Finance.png) center no-repeat #fff;
}
@media only screen and (max-width:767px) {
/*.sprite-bank-desk {
background-image:url(https://cdn3.bankbazaar.com/images/mobile/landing_page/sprite-bank-desk.png);
width:58px;
height:58px
}
.icon-bank-12 {
background-position:-6px -6px
}
.icon-bank-2 {
background-position:-76px -6px
}
.icon-bank-39 {
background-position:-146px -6px
}
.icon-bank-5 {
background-position:-6px -76px
}
.icon-bank-57 {
background-position:-76px -76px
}
.icon-bank-92 {
background-position:-146px -76px
}
.icon-bank-96 {
background-position:-6px -146px
}
.icon-bank-999 {
background-position:-76px -146px
}
.icon-receive {
background-position:-146px -146px
}
.icon-receive-cash {
background-position:-216px -6px
}*/
}
.sprite-city {
background-repeat:no-repeat;
display:inline-block;
width:150px;
height:150px;
}
.icon-city-bangalore {
background-position:-2px -2px
}
.icon-city-chennai {
background-position:-138px -2px
}
.icon-rs {
background: url(../images/rs.png);
border-radius: 100px;
border: 3px solid #FB6C2B;
}
.icon-gsincome {
background: url(../images/product-icons/net_income_icon.jpg) center no-repeat ;
border-radius: 100px;
border: 3px solid #FB6C2B;
}
.icon-net_income {
background: url(../images/product-icons/net_incomes.jpg) center no-repeat ;
border-radius: 100px;
border: 3px solid #FB6C2B;
}
.icon-se {
background: url(../images/se.png);
border-radius: 100px;
border: 3px solid #FB6C2B;
}
.icon-nri {
background: url(../images/nri.png);
border-radius: 100px;
border: 3px solid #FB6C2B;
}
.icon-city-other {
background-position:-274px -2px
}
.icon-city-default {
background-position:-272px -138px
}
@media only screen and (min-width:768px) and (max-width:1023px) {
/*.sprite-city {
width:80px;
height:80px;
}*/
.icon-city-bangalore {
background-position:-8px -8px
}
.icon-city-chennai {
background-position:-99px -8px
}
.icon-city-mumbai {
background-position:-99px -106px
}
.icon-city-new-delhi {
background-position:-8px -106px
}
.icon-city-other, .icon-city-default {
background-position:-190px -3px
}
}
@media only screen and (max-width:767px) {
.sprite-city {
/* width:70px;
height:70px; */
}
.news-tagger-city { width:100%; }
.col-sm-4 {
/*100% !important;*/
}
.icon-city-bangalore {
background-position:-5px -5px
}
.icon-city-chennai {
background-position:-75px -5px
}
.icon-city-mumbai {
background-position:-215px 0
}
.icon-city-new-delhi {
background-position:-145px 0
}
.icon-city-other, .icon-city-default {
background-position:-285px -5px
}
}
.sprite-ex-cards {
background-image:url(https://cdn3.bankbazaar.com/images/landing_page/sprite-ex-cc.png);
background-repeat:no-repeat;
display:inline-block;
width:132px;
height:132px;
background-position:0 150px;
vertical-align:middle
}
.icon-cc-12 {
background-position:-2px -2px
}
.icon-cc-2 {
background-position:-138px -2px
}
.icon-cc-39 {
background-position:-2px -138px
}
.icon-cc-57 {
background-position:-138px -138px
}
.icon-cc-92 {
background-position:-274px -2px
}
.icon-cc-96 {
background-position:-274px -138px
}
.icon-cc-999 {
background-position:-2px -274px
}
.icon-nocards {
background-position:-138px -274px
}
@media only screen and (max-width:767px) {
.sprite-ex-cards {
background-image:url(https://cdn1.bankbazaar.com/images/mobile/landing_page/sprite-ex-cc.png);
width:60px;
height:60px;
border-radius:60px
}
.icon-cc-12 {
background-position:-2px -2px
}
.icon-cc-2 {
background-position:-66px -2px
}
.icon-cc-39 {
background-position:-2px -66px
}
.icon-cc-57 {
background-position:-66px -66px
}
.icon-cc-92 {
background-position:-130px -2px
}
.icon-cc-96 {
background-position:-130px -66px
}
.icon-cc-999 {
background-position:-2px -130px
}
.icon-nocards {
background-position:-66px -130px
}
}
.sprite-purpose {
background-image:url(https://cdn1.bankbazaar.com/images/landing_page/sprite-purpose.png);
background-repeat:no-repeat;
display:inline-block;
width:108px;
height:108px;
background-position:0 150px;
vertical-align:middle
}
.icon-purpose1 {
background-position:0 0
}
.icon-purpose2 {
background-position:-108px 0
}
.icon-purpose3 {
background-position:-216px 0
}
@media only screen and (max-width:767px) {
.sprite-purpose {
background-image:url(https://cdn4.bankbazaar.com/images/mobile/landing_page/sprite-purpose.png);
width:60px;
height:60px
}
.icon-purpose1 {
background-position:0 0
}
.icon-purpose2 {
background-position:-60px 0
}
.icon-purpose3 {
background-position:-120px 0
}
}
.sprite-employment {
background-image:url(https://cdn5.bankbazaar.com/images/landing_page/sprite-employment.png);
background-repeat:no-repeat;
display:inline-block;
width:108px;
height:108px;
background-position:0 150px;
vertical-align:middle
}
.icon-employment1, .icon-tli_salaried {
background-position:0 0
}
.icon-employment2 {
background-position:-108px 0
}
.icon-employment3, .icon-tli_self_employed_business {
background-position:-216px 0
}
.icon-employment4, .icon-tli_self_employed_professional {
background-position:-324px 0
}
.icon-employment5, .icon-tli_student {
background-position:-432px 0
}
.icon-employment6, .icon-tli_retired {
background-position:-540px 0
}
.icon-employment7, .icon-tli_homemaker {
background-position:-648px 0
}
@media only screen and (max-width:767px) {
.sprite-employment {
background-image:url(https://cdn1.bankbazaar.com/images/mobile/landing_page/sprite-employment.png);
width:60px;
height:60px
}
.icon-employment1 {
background-position:0 0
}
.icon-employment2 {
background-position:-60px 0
}
.icon-employment3, .icon-tli_self_employed_business {
background-position:-120px 0
}
.icon-employment4, .icon-tli_self_employed_professional {
background-position:-180px 0
}
.icon-employment5, .icon-tli_student {
background-position:-240px 0
}
.icon-employment6, .icon-tli_retired {
background-position:-300px 0
}
.icon-employment7, .icon-tli_homemaker {
background-position:-360px 0
}
}
.sprite-property {
background-image:url(https://cdn2.bankbazaar.com/images/landing_page/sprite-property.png);
background-repeat:no-repeat;
display:inline-block;
width:108px;
height:101px;
background-position:0 150px;
vertical-align:middle
}
.icon-property-details1 {
background-position:0 0
}
.icon-property-details2 {
background-position:-108px 0
}
.icon-property-details3 {
background-position:-216px 0
}
.icon-property-details4 {
background-position:-324px 0
}
.icon-property-details5 {
background-position:-432px 0
}
@media only screen and (max-width:767px) {
.sprite-property {
background-image:url(https://cdn3.bankbazaar.com/images/mobile/landing_page/sprite-property.png);
width:60px;
height:56px
}
.icon-property-details1 {
background-position:0 0
}
.icon-property-details2 {
background-position:-60px 0
}
.icon-property-details3 {
background-position:-120px 0
}
.icon-property-details4 {
background-position:-180px 0
}
.icon-property-details5 {
background-position:-240px 0
}
}
.sprite-cartype {
background-image:url(https://cdn3.bankbazaar.com/images/mobile/landing_page/sprite-cartype.png);
background-repeat:no-repeat;
display:inline-block;
width:91px;
height:91px;
background-position:0 150px
}
.icon-new-car {
background-position:-2px -2px
}
.icon-used-car {
background-position:-97px -2px
}
.sprite-co-applicant {
background-image:url(https://cdn1.bankbazaar.com/images/landing_page/sprite-co-applicant.png);
width:148px;
height:188px;
background-repeat:no-repeat;
display:inline-block;
background-position:0 150px
}
.co-applicant {
background-position:-5px -5px
}
.co-applicant-own-female {
background-position:-163px -5px
}
.co-applicant-own-male {
background-position:-321px -5px
}
.gender-both {
background-position:-479px -5px;
width:141px;
height:251px
}
@media only screen and (max-width:767px) {
.sprite-co-applicant {
background-image:url(https://cdn5.bankbazaar.com/images/mobile/landing_page/sprite-co-applicant.png);
width:60px;
height:76px
}
.co-applicant {
background-position:-5px -5px
}
.co-applicant-own-female {
background-position:-75px -5px
}
.co-applicant-own-male {
background-position:-145px -5px
}
.gender-both {
background-position:-215px -5px;
width:67px;
height:119px
}
}
.sprite-limit-transaction {
background-image:url(https://cdn4.bankbazaar.com/images/landing_page/sprite-limit-transaction.png);
background-repeat:no-repeat;
display:inline-block;
width:148px;
height:148px;
background-position:0 150px;
vertical-align:middle
}
.icon-transaction-1 {
background-position:-5px -5px
}
.icon-transaction-2 {
background-position:-163px -5px
}
@media only screen and (max-width:767px) {
.sprite-limit-transaction {
background-image:url(https://cdn5.bankbazaar.com/images/mobile/landing_page/sprite-limit-transaction.png);
width:60px;
height:60px;
display:inline-block!important
}
.icon-transaction-1 {
background-position:-145px -5px
}
.icon-transaction-2 {
background-position:-215px -5px
}
}
.sprite-land {
background-image:url(https://cdn5.bankbazaar.com/images/mobile/landing_page/sprite-limit-transaction.png);
background-repeat:no-repeat;
display:inline-block;
width:60px;
height:60px;
background-position:0 150px
}
.icon-city-limits1 {
background-position:-5px -5px
}
.icon-city-limits2 {
background-position:-75px -5px
}
.sprite-preferred-car {
background-image:url(https://cdn5.bankbazaar.com/images/landing_page/sprite-preferred-car.png);
background-repeat:no-repeat;
display:inline-block;
width:100px;
height:100px;
background-position:-106px -210px
}
.HONDA-AMAZE_round {
background-position:-2px -2px
}
.HYUNDAI-EON_round {
background-position:-106px -2px
}
.HYUNDAI-GRAND-I10_round {
background-position:-2px -106px
}
.MARUTI-SUZUKI-ALTO_round {
background-position:-106px -106px
}
.MARUTI-SUZUKI-CELERIO_round {
background-position:-210px -2px
}
.MARUTI-SUZUKI-SWIFT_round {
background-position:-210px -106px
}
.MARUTI-SUZUKI-WAGON-R_round {
background-position:-2px -210px
}
.other-car_round, .other-car-default {
background-position:-106px -210px
}
@media only screen and (max-width:767px) {
.sprite-preferred-car {
background-image:url(https://cdn3.bankbazaar.com/images/mobile/landing_page/sprite-preferred-car.png);
width:60px;
height:60px;
background-position:-66px -130px
}
.HONDA-AMAZE_round {
background-position:-2px -2px
}
.HYUNDAI-EON_round {
background-position:-66px -2px
}
.HYUNDAI-GRAND-I10_round {
background-position:-2px -66px
}
.MARUTI-SUZUKI-ALTO_round {
background-position:-66px -66px
}
.MARUTI-SUZUKI-CELERIO_round {
background-position:-130px -2px
}
.MARUTI-SUZUKI-SWIFT_round {
background-position:-130px -66px
}
.MARUTI-SUZUKI-WAGON-R_round {
background-position:-2px -130px
}
.other-car_round, .other-car-default {
background-position:-66px -130px
}
}
.sprite-property-list {
background-image:url(https://cdn5.bankbazaar.com/images/landing_page/sprite-property-list.png);
background-repeat:no-repeat;
display:inline-block;
width:120px;
height:143px;
vertical-align:middle;
background-position:-5px -5px
}
.icon-pp-other, .icon-pp-default {
background-position:-5px -5px
}
.icon-pp-bangalore {
background-position:-135px -5px
}
.icon-pp-chennai {
background-position:-265px -5px
}
.icon-pp-mumbai {
background-position:-395px -5px
}
.icon-pp-new-delhi {
background-position:-525px -5px
}
@media only screen and (min-width:768px) and (max-width:1023px) {
.sprite-property-list {
background-image:url(https://cdn2.bankbazaar.com/images/mobile/landing_page/sprite-property-list.png);
width:60px;
height:72px;
background-position:0 0
}
.icon-pp-other, .icon-pp-default {
background-position:0 0
}
.icon-pp-bangalore {
background-position:-60px 0
}
.icon-pp-chennai {
background-position:-120px 0
}
.icon-pp-mumbai {
background-position:-180px 0
}
.icon-pp-new-delhi {
background-position:-240px 0
}
}
@media only screen and (max-width:767px) {
.sprite-property-list {
background-image:url(https://cdn2.bankbazaar.com/images/mobile/landing_page/sprite-city.png);
display:block;
width:60px;
height:70px;
background-position:-285px -5px;
margin:0 auto;
vertical-align:inherit
}
.icon-pp-bangalore {
background-position:-5px -5px
}
.icon-pp-chennai {
background-position:-75px -5px
}
.icon-pp-mumbai {
background-position:-215px 0
}
.icon-pp-new-delhi {
background-position:-145px 0
}
.icon-pp-other, .icon-pp-default {
background-position:-285px -5px
}
.complete-eligibility-form .city-property-slide .right-arrow-box .arrow {
display:none
}
}
.sprite-loan {
background-image:url(https://cdn5.bankbazaar.com/images/landing_page/sprite-loan.png);
background-position:0 150px;
width:108px;
height:108px;
background-repeat:no-repeat;
display:inline-block!important;
vertical-align:middle
}
.icon-loan-business {
background-position:0 0
}
.icon-loan-buying-car-bike {
background-position:-118px 0
}
.icon-loan-higher-education {
background-position:-236px 0
}
.icon-loan-home-renovation {
background-position:-354px 0
}
.icon-loan-marriage {
background-position:-472px 0
}
.icon-loan-medical-emergency {
background-position:-590px 0
}
.icon-loan-other {
background-position:-708px 0
}
.sprite-eligslider {
background-image:url(https://cdn1.bankbazaar.com/images/landing_page/sprite-landingpage.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block
}
.icon-email {
background-position:-92px -78px;
width:29px;
height:28px
}
.icon-mobile {
background-position:-136px -4px;
width:29px;
height:28px
}
.icon-name {
background-position:-136px -42px;
width:29px;
height:28px
}
.rupee_icon_big_white {
background-position:-140px -84px;
width:17px;
height:19px;
vertical-align:middle
}
.icon-by-city {
background-position:-92px -49px;
width:20px;
height:20px;
vertical-align:middle
}
.icon-by-car {
background-position:-54px -108px;
width:32px;
height:30px
}
.icon-by-bilder {
background-position:-93px -114px;
width:33px;
height:21px;
vertical-align:middle
}
.icon-by-bank {
background-position:-2px -116px;
width:20px;
height:20px
}
.rupee_icon_small_black {
background-position:-30px -123px;
width:16px;
height:14px;
vertical-align:middle
}
.eslider-block {
display:inline-block
}
.eval-block {
display:block
}
.sprite-seller {
background-image:url(https://cdn3.bankbazaar.com/images/landing_page/sprite-seller.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
vertical-align:middle
}
.icon-seller1 {
background-position:-3px 0;
height:66px;
margin-top:20px;
width:66px;
margin-left:-26px
}
.icon-seller2 {
background-position:-75px 0;
height:73px;
margin-left:26px;
margin-top:7px;
width:56px
}
.icon-seller3 {
background-position:-138px 0;
width:59px;
height:50px;
margin-top:9px
}
.sprite-relation {
background-image:url(https://cdn3.bankbazaar.com/images/landing_page/sprite-relation.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
vertical-align:middle
}
.icon-relation1 {
background-position:-10px -10px;
width:35px;
height:76px
}
.icon-relation2 {
background-position:-60px -10px;
width:32px;
height:80px
}
.icon-relation3 {
background-position:-186px -10px;
width:54px;
height:51px
}
.icon-relation4 {
background-position:-110px -10px;
width:66px;
height:75px
}
.sprite-tobacco {
background-image:url(https://cdn3.bankbazaar.com/images/landing_page/sprite-tobacco.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
vertical-align:middle;
width:71px;
height:251px
}
.icon-gender-nonsmoke-Female {
background-position:-5px -5px
}
.icon-gender-nonsmoke-Male {
background-position:-86px -5px
}
.icon-gender-smoke-Female {
background-position:-166px -5px
}
.icon-gender-smoke-Male {
background-position:-239px -5px
}
@media only screen and (max-width:767px) {
.sprite-tobacco {
background-image:url(https://cdn1.bankbazaar.com/images/mobile/landing_page/sprite-tobacco.png);
width:34px;
height:120px!important
}
.icon-gender-nonsmoke-Female {
background-position:-5px -5px
}
.icon-gender-nonsmoke-Male {
background-position:-49px -5px
}
.icon-gender-smoke-Female {
background-position:-92px -5px
}
.icon-gender-smoke-Male {
background-position:-132px -5px
}
}
@media only screen and (min-width:768px) {
.sprite-members {
background-image:url(https://cdn3.bankbazaar.com/images/landing_page/sprite-members.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
vertical-align:middle;
width:108px;
height:108px
}
.icon-mem-adult {
background-position:-5px -5px
}
.icon-mem-child {
background-position:-123px -5px
}
}
.sprite-car-status {
background-image:url(https://cdn5.bankbazaar.com/images/landing_page/sprite-car-status.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
vertical-align:middle;
width:265px;
height:131px
}
.newcar_insurs {
background-position:-5px -5px
}
.renewexiscar_insurs {
background-position:-280px -5px
}
@media only screen and (max-width:767px) {
.sprite-car-status {
background-image:url(https://cdn4.bankbazaar.com/images/mobile/landing_page/sprite-car-status.png);
width:108px;
height:53px
}
.newcar_insurs {
background-position:-5px -5px
}
.renewexiscar_insurs {
background-position:-123px -5px
}
}
.sprite-fuel {
background-image:url(https://cdn4.bankbazaar.com/images/landing_page/sprite-fuel.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
width:155px;
height:155px;
vertical-align:middle
}
.fuel-diesel {
background-position:-5px -5px
}
.fuel-lpg-cng-company-fitted {
background-position:-170px -5px
}
.fuel-lpg-cng-externally-fitted {
background-position:-5px -170px
}
.fuel-petrol {
background-position:-170px -170px
}
@media only screen and (max-width:767px) {
.sprite-fuel {
background-image:url(https://cdn2.bankbazaar.com/images/mobile/landing_page/sprite-fuel.png);
width:80px;
height:80px
}
.fuel-diesel {
background-position:-5px -5px
}
.fuel-lpg-cng-company-fitted {
background-position:-95px -5px
}
.fuel-lpg-cng-externally-fitted {
background-position:-5px -95px
}
.fuel-petrol {
background-position:-95px -95px
}
}
.sprite-policy {
background-image:url(https://cdn1.bankbazaar.com/images/landing_page/sprite-policy.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
width:100px;
height:110px;
vertical-align:middle
}
.policy_expired {
background-position:-5px -5px
}
.policy_fifteen {
background-position:-115px -5px
}
.policy_fourtyfive {
background-position:-225px -5px
}
.policy_today {
background-position:-335px -5px
}
@media only screen and (max-width:767px) {
.sprite-policy {
background-image:url(https://cdn2.bankbazaar.com/images/mobile/landing_page/sprite-policy.png);
width:80px;
height:88px
}
.policy_expired {
background-position:-5px -5px
}
.policy_fifteen {
background-position:-95px -5px
}
.policy_fourtyfive {
background-position:-185px -5px
}
.policy_today {
background-position:-275px -5px
}
}
.sprite-epolicy {
background-image:url(https://cdn4.bankbazaar.com/images/landing_page/sprite-epolicy.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
width:265px;
height:99px;
vertical-align:middle
}
.policy_no {
background-position:-5px -5px
}
.policy_yes {
background-position:-280px -5px
}
@media only screen and (max-width:767px) {
.sprite-epolicy {
background-image:url(https://cdn2.bankbazaar.com/images/mobile/landing_page/sprite-epolicy.png);
width:108px;
height:40px
}
.policy_no {
background-position:-5px -5px
}
.policy_yes {
background-position:-123px -5px
}
}
.carousel {
position:relative
}
.carousel-inner {
position:relative;
width:100%;
overflow:hidden
}
.carousel-inner>.item {
position:relative;
display:none;
-webkit-transition:.6s ease-in-out left;
transition:.6s ease-in-out left;
background: #FFFFFF;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
display:block;
max-width:100%;
height:auto;
line-height:1
}
.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:312px !important;
bottom:0;
left:0;
width:3% !important;
font-size:20px;
color:#fff;
text-align:center;
text-shadow:0 1px 2px rgba(0, 0, 0, .6);
filter:alpha(opacity=50);
opacity:.5;
background: #000;
height: 36px;
background:#000;
}
.carousel-control.left {
left: 6px;
}
.carousel-control.right {
right:6px !important;
}
.carousel-control:hover, .carousel-control:focus {
color:#fff;
text-decoration:none;
filter:alpha(opacity=90);
outline:0;
opacity:.9
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
position:absolute;
top:50%;
z-index:5;
display:inline-block
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
left:50%
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
right:50%
}
.carousel-control .icon-prev, .carousel-control .icon-next {
width:20px;
height:20px;
margin-top:-10px;
margin-left:-10px;
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%;
padding-left:0;
margin-left:-30%;
text-align:center;
list-style:none
}
.carousel-indicators li {
display:inline-block;
width:10px;
height:10px;
margin:1px;
text-indent:-999px;
cursor:pointer;
background-color:#000 \9;
background-color:rgba(0, 0, 0, 0);
border:1px solid #fff;
border-radius:10px
}
.carousel-indicators .active {
width:12px;
height:12px;
margin:0;
background-color:#fff
}
.carousel-caption {
position:absolute;
right:15%;
bottom:20px;
left:15%;
z-index:10;
padding-top:20px;
padding-bottom:20px;
color:#fff;
text-align:center;
text-shadow:0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
text-shadow:none
}
@media screen and (min-width:768px) {
.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
width:30px;
height:30px;
margin-top:-15px;
margin-left:-15px;
font-size:30px
}
.carousel-caption {
right:20%;
left:20%;
padding-bottom:30px
}
.carousel-indicators {
bottom:20px
}
} | css/newbootstrap-newstaggered.css | .news-tagger-salary-deposited .recommendedSearchImg {
height:20px!important;
width:20px!important
}
.news-tagger-btn .pointing-arrow.dontshow {
display:none!important
}
body {
font-size:14px
}
.row {
margin:0
}
.container, .col-md-4 {
/*padding:0*/
}
.navbar-toggle {
margin:0
}
.news-tagger .row {
margin:0
}
.news-tagger .container, .news-tagger .col-md-4 {
padding:0
}
.news-tagger-heading {
background:#FB6C2B;
padding:25px 0 !important;
position:relative
}
.news-tagger-heading img {
left:-39px;
position:absolute;
top:0
}
.news-tagger {
background:none repeat scroll 0 0 #FFF;
color:#fff;
clear:both;
min-height:538px;
overflow: hidden;
}
.news-tagger h3 {
font-size:26px;
text-align:center;
font-weight:400;
margin:19px 0;
color:#000
}
.news-tagger .contact-head {
font-size:26px;
text-align:center;
font-weight:400;
margin:0
}
.news-tagger #prev_resident_city h3 {
margin:13px 0 20px
}
.news-tagger .news-tagger-title {
margin:60px 0 58px 0
}
.news-tagger .city-name, .news-tagger .bank-name, .news-tagger .car-name {
color:#000;
font-size:16px;
margin:10px 0 0;
font-weight:bold;
display:block;
line-height:20px
}
.news-tagger .bank-name {
height:38px
}
.news-tagger .col-md-2 {
text-align:center;
border-right:0 solid #fff;
padding:0
}
.news-tagger .last-col-md-2, .news-tagger-salary-deposited .last-col-md-2 {
border-right:0 solid #ccc
}
.news-tagger .last-col-md-2 h5 {
padding:58px 0
}
.news-tagger .news-tagger-cc .last-col-md-2 h5 {
padding:0
}
.news-tagger .news-tagger-cc .last-col-md-2 .icon-bank {
background:transparent
}
.news-tagger .container {
position:relative;
overflow:visible
}
.news-tagger-salary-deposited .col-md-2 h5 {
height:50px
}
.news-tagger-salary-deposited .col-md-12 {
overflow:hidden
}
.news-tagger-salary-deposited .last-col-md-2 h5 {
padding:0
}
.news-tagger-title-grn h3 {
color:#16a085;
font-size:20px;
margin:35px 0 0;
line-height:30px
}
.news-tagger .news-tagger-contact {
margin:20px 0 0;
padding-top:0
}
.news-tagger .hasDatepicker {
clear:both
}
.news-tagger-help, .mobile-news-tagger-help {
text-decoration:none
}
.news-tagger-help-txt {
text-decoration:underline;
color:#34495e;
font-size:14px
}
.back-button {
position:absolute;
bottom:0;
top:20px;
min-width:10px;
z-index:10000;
left:0
}
.news-tagger-net-salary .input-group, .news-tagger-emi .input-group, .news-tagger-cc-gti .input-group {
width:300px;
margin:0 auto
}
.news-tagger-net-salary .form-inline .col-md-12, .news-tagger-emi .form-inline .col-md-12, .news-tagger-contact .form-horizontal .col-md-12, .news-tagger-cc-gti .form-inline .col-md-12 {
padding-left:0;
padding-right:0;
overflow:hidden
}
.news-tagger-net-salary .form-group, .news-tagger-emi .form-group, .curent_city .col-md-12, .news-tagger-cc-gti .form-group {
display:block
}
.carousel-inner {
overflow:visible;
font-size:14px;
font-weight:500
}
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
height:50px
}
.news-tagger-exp {
width:320px;
margin:0 auto
}
.checkbox .icons, .radio .icons {
font-size:16px
}
.contact-less-tab fieldset {
padding:5px 0
}
.news-tagger-net-salary .btn, .news-tagger-emi .btn, .news-tagger-cc-gti .btn {
margin:0
}
.news-tagger .news-tagger-container .news-tagger-help-md-4 {
/*padding:10px*/
}
.news-tagger-date-picker {
border-radius:10px;
overflow:hidden
}
.news-tagger .radio, .checkbox {
display:block;
margin:0
}
.news-tagger .radio, .checkbox {
display:block;
margin:0
}
.news-tagger-content {
clear:both;
margin:0;
/*padding-top:20px*/
}
.news-tagger-res .news-tagger-content {
padding-top:34px
}
.news-tagger-age .news-tagger-content {
padding-top:0
}
.news-tagger-btn {
overflow:hidden;
padding:20px 0
}
.contactMe .news-tagger-btn {
padding:0
}
.news-tagger-btn label {
font-weight:bold
}
.mobile-news-tagger-other-city, .mobile-column-mo {
display:none
}
.mobile-news-tagger-other-city {
overflow:hidden
}
.mobile-news-tagger-other-city input {
border:2px solid #1abc9c;
color:#1abc9c;
text-align:right;
margin:10px 0 auto;
width:290px;
margin:0 auto
}
.mobile-news-tagger-other-city input.error {
border:2px solid #f00
}
.news-tagger .mobile-news-tagger-other-city h5 {
margin:0 0 10px 0
}
.error .first-icon.fui-radio-unchecked {
color:#f00
}
.error.radio.checked .second-icon {
color:#f00
}
.news-tagger-container .basic-required-text {
margin:0;
width:100%
}
.dropdown-style {
border-radius:6px;
font-size:22px;
height:53px;
line-height:1.318;
padding:10px 16px
}
.news-tagger-sub-head {
border-radius:6px;
margin:0 auto 15px
}
.news-tagger-sub-head h3 {
margin:0;
padding:0
}
.news-tagger-bg, .mobile-column-mo .col-xs-4 .news-tagger-bg {
background:#f1c40f;
border:0 solid #f5deb3;
box-shadow:2px 0 2px #696969 inset;
color:#fff
}
.news-tagger-bg-error {
background:#f00;
border:2px solid #f00
}
.input-group .ns-other-city-input, .news-tagger-input, .input-group .ns-other-city-input:focus, .news-tagger-input:focus {
background:#fff!important;
box-shadow:0 0 2px #696969 inset!important;
border:0 none;
height:55px !important;
border:0px !important
}
.news-tagger-city {
/*width:800px;*/
margin: 0 auto !important;
}
.news-tagger .news-tagger-other-city select {
height:32px;
padding:8px
}
.input-error, .news-tagger-dob .input-error {
border:2px solid #f00;
color:#f00;
font-size:20px
}
.margin-top-btm-20 {
margin:20px 0
}
.text-center {
text-align:center;
position:relative
}
.icon-car, .icon-city, .icon-bank {
width:132px
}
.pl-salary-account {
margin:0 auto;
float:none
}
.pl-salary-account .icon-bank {
width:100%
}
.news-tagger-list .list-group-item {
float:left;
width:50%;
border-left:0 solid #ddd;
border-radius:0;
text-align:left;
cursor:pointer;
padding:9px;
height:50px;
color:#34495e;
line-height:27px
}
.news-tagger-list .list-group-item:hover {
background:#c8c8c8
}
.news-tagger-list .news-tagger-bg-without-border, .news-tagger-list .news-tagger-bg-without-border:hover {
background:#40e0d0;
color:#fff
}
.news-tagger-list {
font-size:14px;
margin:0 auto 15px;
overflow:hidden;
width:450px;
border-radius:6px;
border:1px solid #ddd;
border-top:0 solid #ddd;
border-right:0 solid #ddd;
border-bottom:0 solid #ddd
}
.news-tagger-list .list-group {
margin-bottom:0
}
.news-tagger .news-tagger-contact h3 {
font-size:20px;
text-align:right;
margin:10px;
text-align:right
}
.news-tagger .news-tagger-contact .mobile-no-display h3 {
text-align:left
}
.news-tagger .news-tagger-contact h3 span {
color:#1abc9c
}
.privacy p, .privacy-mobile p {
font-size:14px;
line-height:16px;
text-align:center
}
.news-tagger-error-tooltip {
overflow:hidden
}
.news-tagger .news-tagger-contact .privacy h3 {
text-align:left
}
.privacy h3 span {
color:#1abc9c
}
.news-tagger-dob {
float:left;
margin:0 10px
}
.news-tagger .news-tagger-age-picker {
margin:0 auto;
width:334px
}
.news-tagger-dob-div {
margin:0;
padding:10px 0
}
.news-tagger-birthdate {
overflow:hidden
}
.news-tagger-birthdate span {
color:#1abc9c
}
.news-tagger-birthdate input {
background:0;
border:0 none;
color:#ffff7b;
font-size:16px;
font-weight:bold
}
.apply, .reviews {
font-size:18px;
font-weight:bold!important;
margin-top:0
}
.dob-sub-heading {
background:none repeat scroll 0 0 #34495e;
border-radius:6px;
padding:0 0 0 10px
}
.dob-sub-heading p {
margin:0;
font-weight:bold;
font-size:16px
}
.dob-sub-heading p span {
color:#ffff7b
}
.news-tagger .news-tagger-birthdate {
margin:0;
font-size:16px;
font-weight:bold;
text-align:center
}
.news-tagger .news-tagger-birthdate .birth-day-info {
background:none repeat scroll 0 0 #34495e;
border-radius:6px;
padding:5px;
width:247px;
margin:10px auto;
float:left;
line-height:27px
}
.news-tagger .news-tagger-birthdate .birth-day-info input {
width:100px;
width:120px\9;
line-height:15px
}
.ie9 .news-tagger .news-tagger-birthdate .birth-day-info input {
height:30px
}
.ie9 .news-tagger .news-tagger-birthdate .birth-day-info input[disabled] {
color:#ffff7b
}
.margin-top-btm-30 {
margin:30px 0 auto
}
.news-tagger .form-group {
margin:0 auto 15px
}
.btn-section {
margin:15px 0 0 0;
padding:0
}
.news-tagger-heading-two {
overflow:hidden
}
.news-tagger-heading-two h3 {
margin:0 auto 15px
}
.privacy-mobile {
display:none
}
.news-tagger .privacy {
padding:50px 20px 0;
bottom:0;
position:relative
}
.privacy .icons {
margin:0;
left:-15px;
top:-2px
}
.choose-city {
overflow:hidden;
border:1px solid #ccc
}
.choose-city .col-md-3 {
padding:0
}
.choose-city h5 {
padding:10px 20px;
margin:0
}
.choose-city .other-city-list {
float:left;
list-style:none inside none;
padding:0;
width:80%
}
.choose-city-container {
padding:10px 18px;
overflow-y:scroll;
min-height:200px
}
.select-city {
background:#ececec;
color:#000;
text-align:left
}
.choose-city .other-city-list li {
margin:0 0 5px 0
}
.choose-city .other-city-list li a {
display:block;
color:#7f7f7f;
padding-left:7px;
border:1px solid #f7f7f9
}
.choose-city .other-city-list li a:hover {
background:#ececec;
color:#000;
border:1px solid #ccc
}
.other-city-container {
position:absolute;
top:-60px
}
.other-city-container h5 {
margin:0 0 2px 0
}
.news-tagger .news-tagger-dropdown {
margin:0
}
.news-tagger-city .news-tagger-dropdown>.input-group {
width:280px
}
.news-tagger-dropdown>.input-group>.form-control {
border:2px solid #1abc9c
}
.news-tagger-dropdown>.input-group>.input-group-addon {
background:#1abc9c;
border:2px solid #1abc9c
}
.news-tagger-dropdown>.input-group>.input-group-addon>.caret {
border-bottom:8px none #fff;
border-top:8px solid #fff
}
.news-tagger-city .padding-btm {
padding-bottom:30px
}
.auto-fit {
overflow:hidden
}
.icon-title {
position:relative;
top:-5px;
width:40px
}
.year-picker {
width:200px;
margin:0 auto
}
.news-tagger-age-picker-pc .col-md-6 {
padding:0
}
.news-tagger-age-picker-mobile {
clear:both;
margin:0 auto;
display:none;
width:320px
}
.icon-title, .news-tagger-heading-mobile {
display:none
}
.input-group-hg>.form-control, .input-group-hg>.input-group-addon, .input-group-hg>.input-group-btn>.btn {
font-size:20px
}
.salary-bnk-btn {
margin:15px 0 0 0
}
.checkbox, .radio {
padding:8px 10px
}
.privacy>.authorize-section>.checkbox {
top:-2px
}
.authorize-section>span {
padding-left:10px
}
.authorize-section a, .contactme-slide-additional-line a {
color:#EB4912;
text-decoration:underline
}
.contactme-slide-additional-line {
text-align:center;
line-height:normal;
padding:10px;
color:#000
}
.private-msg {
color:#fd9c00;
line-height:20px;
padding-left:58px;
position:absolute;
height:40px;
background-image:url(https://cdn2.bankbazaar.com/images/icon-private-arrow.png);
background-repeat:no-repeat;
background-position:10px 8px;
background-size:40px auto;
top:5px;
font-size:16px
}
.news-tagger-contact .form-horizontal .authorize-section {
padding:0 15px
}
.title-container {
overflow:hidden
}
.check-radio-section {
margin:10px 0 0
}
.table-curved {
border-collapse:separate;
border:solid #ddd 1px;
border-radius:6px;
border-left:0;
border-top:0;
background:none repeat scroll 0 0 #fff;
color:#34495e;
margin:0 auto 15px;
text-align:center;
font-size:14px
}
.news-tagger .ui-datepicker th {
color:#34495e
}
.table-curved>thead>tr>th, .table-curved>tbody>tr>th, .table-curved>tfoot>tr>th, .table-curved>thead>tr>td, .table-curved>tbody>tr>td, .table-curved>tfoot>tr>td {
text-align:center
}
.table-curved>thead:first-child>tr:first-child>th {
border-bottom:0;
border-top:solid #ddd 1px
}
.news-tagger-doj .table-curved td, .news-tagger-doj .table-curved th, .news-tagger-age .table-curved td, .news-tagger-age .table-curved th {
border-left:1px solid #ddd;
border-top:1px solid #ddd;
padding:0
}
.news-tagger-doj .table-curved td a, .news-tagger-doj .table-curved th a, .news-tagger-age .table-curved td a, .news-tagger-age .table-curved th a {
display:block;
color:#34495e;
cursor:pointer;
height:30px;
line-height:30px
}
.news-tagger-doj .table-curved .news-tagger-bg:hover, .news-tagger-doj .news-tagger-bg:hover, .news-tagger-age .news-tagger-bg:hover {
background:#1abc9c!important;
color:#fff
}
.news-tagger-doj .year-picker .table-curved td, .news-tagger-doj .year-picker .table-curved th, .news-tagger-age .year-picker .table-curved td, .news-tagger-age .year-picker .table-curved th {
padding:0;
width:100px
}
.news-tagger-doj .table-curved td:hover, .news-tagger-doj .table-curved td a:hover, .news-tagger-doj .table-curved th a:hover, .news-tagger-age .table-curved td a:hover, .news-tagger-age .table-curved th a:hover {
background:#c8c8c8;
cursor:pointer
}
.table-curved td.selected, .table-curved td.selected:hover, .table-curved td.selected a, .table-curved td.selected a:hover {
background:none repeat scroll 0 0 #40e0d0;
color:#fff
}
.news-tagger-doj .table-curved .selected:hover, .news-tagger-doj .table-curved .selected:hover, .news-tagger-age .table-curved .selected:hover, .news-tagger-age .table-curved .selected:hover {
background:none repeat scroll 0 0 #40e0d0;
color:#fff
}
.table-curved>:first-child>:first-child>:first-child {
border-top-left-radius:6px
}
.table-curved>:first-child>:first-child>:last-child {
border-top-right-radius:6px
}
.table-curved>:last-child>:last-child>:first-child {
border-bottom-left-radius:6px
}
.table-curved>:last-child>:last-child>:last-child {
border-bottom-right-radius:6px
}
.month-yr-table {
padding:0
}
.ui-datepicker-calendar {
border-collapse:separate;
border:solid #ddd 1px;
border-radius:6px;
border-left:0;
border-top:0;
background:none repeat scroll 0 0 #fff;
margin:0 auto 15px;
text-align:center;
font-size:14px;
line-height:18px
}
.ui-datepicker-calendar>thead:first-child>tr:first-child>th {
border-bottom:0;
border-top:solid #ddd 1px
}
.ui-datepicker-calendar td, .ui-datepicker-calendar th {
border-left:1px solid #ddd;
border-top:1px solid #ddd;
padding:0
}
.ui-datepicker-calendar>:first-child>:first-child>:first-child {
border-top-left-radius:6px
}
.ui-datepicker-calendar>:first-child>:first-child>:last-child {
border-top-right-radius:6px
}
.ui-datepicker-calendar>:last-child>:last-child>:first-child {
border-bottom-left-radius:6px
}
.ui-datepicker-calendar>:last-child>:last-child>:last-child {
border-bottom-right-radius:6px
}
.news-tagger .ui-datepicker .ui-datepicker-header {
display:none
}
.news-tagger .ui-datepicker {
width:auto;
border:0 solid #1abc9c;
box-shadow:0 0 0 rgba(52, 73, 94, 0.06);
margin:0
}
.news-tagger .ui-datepicker-header {
display:none
}
.news-tagger .ui-datepicker .ui-state-active, .news-tagger .ui-datepicker .ui-state-active:hover {
border-radius:0;
background:#40e0d0;
color:#fff
}
.news-tagger .ui-datepicker .ui-state-hover {
background-color:#fff
}
.ui-datepicker .ui-state-active:hover {
background:#1abc9c;
color:#fff
}
.news-tagger .ui-datepicker td a {
border-radius:0
}
.news-tagger .ui-datepicker td a:hover {
background:#c8c8c8
}
.tt-suggestion {
cursor:pointer
}
.tt-suggestion:focus, .tt-suggestion:active {
background:#ccc
}
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
color:#f00;
font-size:20px;
height:53px;
line-height:1.318;
padding:10px 16px
}
.newstaggered-modal .twitter-typeahead .tt-hint {
text-transform:lowercase;
display:none
}
.news-tagger-container .basic-required-text {
text-transform:uppercase
}
.news-tagger .radio-box {
margin:10px auto 0;
position:relative;
width:20px;
height:24px
}
.salary-bank .radio-box {
margin:0 auto
}
.salary-bank .touch-icon {
/*margin:2px 10px*/
}
.news-tagger .ns-other-city {
margin:10px auto
}
.news-tagger .news-tagger-other-city .did-you-mean-section, .news-tagger .company-slide .did-you-mean-section {
margin-top:5px;
position:relative;
z-index:99
}
.loader-spinner .modal-dialog {
margin:0 auto;
width:116px;
text-align:center;
width:100%;
height:50%; overflow:auto;
margin:auto;
position:absolute;
top:0;
left:0;
bottom:0;
right:0
}
.loader-spinner .modal-content {
background-color:transparent;
border:0 solid #ebedef
}
.loader-spinner .loading-txt {
color:#fff
}
.loader-spinner .modal-body {
padding:0
}
.ns-other-city .twitter-typeahead .tt-query, .ns-other-city .twitter-typeahead .tt-hint {
height:34px;
padding:8px 12px
}
.input-group .ns-other-city-input {
background:#fff!important;
border-radius:6px!important;
font-size:12px;
height:34px;
text-align:left;
text-transform:uppercase
}
.ns-other-city .tt-suggestion {
text-align:left
}
.ns-other-city .tt-cursor {
text-transform:uppercase
}
.news-tagger .twitter-typeahead .tt-dropdown-menu {
background:none repeat scroll 0 0 #fff;
border:0 none;
color:#34495e;
box-shadow:0 0 2px #696969 inset;
width:100%;
text-transform:uppercase!important
}
.news-tagger .twitter-typeahead .tt-dropdown-menu p:focus {
background-color:#008000
}
.twitter-typeahead .tt-dropdown-menu {
height:170px;
overflow-y:scroll;
text-align:left!important
}
.news-tagger .radio label, .news-tagger .checkbox label {
display:block;
min-height:40px
}
.news-tagger .news-tagger-cc .radio label, .news-tagger .news-tagger-cc .checkbox label, .cc-others {
display:block
}
.input-group .ns-other-city-input {
margin:0 auto;
float:none
}
.news-tagger-btn .apply {
padding:8px 25px;
font-size:20px;
float:none
}
.contactMe .news-tagger-btn .apply {
padding:10px 25px;
margin:0
}
.news-tagger .authorize-section .radio, .news-tagger .authorize-section .checkbox {
display:inline;
padding:0 8px
}
.checkbox .icons, .radio .icons {
color:#fff
}
.checkbox.checked .second-icon, .radio.checked .second-icon {
color:#fff
}
.news-tagger-city label {
margin:10px 0 0 0
}
.news-tagger pre {
margin:0
}
.news-tagger .input-group-addon {
background:#34495e;
border:0 none;
box-shadow:0 0 2px #696969 inset;
height:53px;
padding:0 15px
}
.news-tagger .input-group-addon .checkbox, .radio {
line-height:10px;
padding:8px 10px
}
.company-name .news-tagger-input {
height:38px;
padding:10px 16px;
border-radius:6px!important;
text-transform:uppercase;
margin:-5px 0 0
}
.news-tagger .news-tagger-heading {
padding:0;
clear:both
}
.news-tagger .news-tagger-heading h1, .news-tagger .news-tagger-heading h2 {
margin:0;
padding:10px 0;
font-size:20px;
;
text-align:center;
line-height:28px;
font-weight:400;
color:#fff
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
left:22%;
top:25%
}
.error-msg .popover {
background-color:#f1c40f;
display:inline;
width:222px
}
.error-msg .popover.right .arrow {
border-right-color:#f1c40f
}
.error-msg .popover-content {
color:#fff;
overflow:hidden;
padding:0 10px
}
.error-msg .popover label {
font-weight:bold
}
.news-tagger-content .popover {
display:block;
background-color:#7af8bd;
margin-top:7px;
z-index:0
}
.news-tagger .monthly-salary .news-tagger-content .popover {
left:-39px;
margin-top:-25px
}
.popover-content p {
margin:0;
color:#009e43
}
.popover.right .arrow {
border-right-color:#7af8bd
}
.popover-content {
padding:10px 20px
}
.self-emp-mobile, .news-tagger-heading-mo {
display:none
}
.error-msg {
/*position:absolute;*/
float:none;
color: red;
font-weight: 600;
border-radius: 43px;
padding: 10px !important;
font-size: 12px !important;
}
.news-tagger-other-city .error.input-error-cl {
left:12px;
width:204px
}
.error-sec-mo {
min-height:0
}
.news-tagger .skip-slide {
color:#fff;
font-size:18px;
line-height:normal;
padding:4px 10px;
position:absolute;
text-align:left;
text-decoration:underline
}
@-webkit-keyframes color_change {
from {
background-color:#f1c40f
}
to {
background-color:#ff9c01
}
}
@-moz-keyframes color_change {
from {
background-color:#f1c40f
}
to {
background-color:#ff9c01
}
}
@-ms-keyframes color_change {
from {
background-color:#f1c40f
}
to {
background-color:#ff9c01
}
}
@-o-keyframes color_change {
from {
background-color:#f1c40f
}
to {
background-color:#ff9c01
}
}
@keyframes color_change {
from {
background-color:#f1c40f
}
to {
background-color:#ff9c01
}
}
@-webkit-keyframes color_change_border {
from {
border-right-color:#f1c40f
}
to {
border-right-color:#ff9c01
}
}
@-moz-keyframes color_change_border {
from {
border-right-color:#f1c40f
}
to {
border-right-color:#ff9c01
}
}
@-ms-keyframes color_change_border {
from {
border-right-color:#f1c40f
}
to {
border-right-color:#ff9c01
}
}
@-o-keyframes color_change_border {
from {
border-right-color:#f1c40f
}
to {
border-right-color:#ff9c01
}
}
@keyframes color_change_border {
from {
border-right-color:#f1c40f
}
to {
border-right-color:#ff9c01
}
}
@-webkit-keyframes color_change_border-btm {
from {
border-top-color:#f1c40f
}
to {
border-top-color:#ff9c01
}
}
@-moz-keyframes color_change_border-btm {
from {
border-top-color:#f1c40f
}
to {
border-top-color:#ff9c01
}
}
@-ms-keyframes color_change_border-btm {
from {
border-top-color:#f1c40f
}
to {
border-top-color:#ff9c01
}
}
@-o-keyframes color_change_border-btm {
from {
border-top-color:#f1c40f
}
to {
border-top-color:#ff9c01
}
}
@keyframes color_change_border-btm {
from {
border-top-color:#f1c40f
}
to {
border-top-color:#ff9c01
}
}
@-webkit-keyframes color_change_border-top {
from {
border-bottom-color:#f1c40f
}
to {
border-bottom-color:#ff9c01
}
}
@-moz-keyframes color_change_border-top {
from {
border-bottom-color:#f1c40f
}
to {
border-bottom-color:#ff9c01
}
}
@-ms-keyframes color_change_border-top {
from {
border-bottom-color:#f1c40f
}
to {
border-bottom-color:#ff9c01
}
}
@-o-keyframes color_change_border-top {
from {
border-bottom-color:#f1c40f
}
to {
border-bottom-color:#ff9c01
}
}
@keyframes color_change_border-top {
from {
border-bottom-color:#f1c40f
}
to {
border-bottom-color:#ff9c01
}
}
.news-tagger-content label {
line-height:normal
}
.news-tagger-content .error td {
text-align:left
}
.error-msg .error, .input-error-cl {
-webkit-animation:color_change 1s infinite alternate;
-moz-animation:color_change 1s infinite alternate;
-ms-animation:color_change 1s infinite alternate;
-o-animation:color_change 1s infinite alternate;
animation:color_change 1s infinite alternate;
-webkit-animation:color_change 1s infinite alternate;
-moz-animation:color_change 1s infinite alternate;
-ms-animation:color_change 1s infinite alternate;
-o-animation:color_change 1s infinite alternate;
animation:color_change 1s infinite alternate
}
.error-msg .error {
position:relative;
background:#f1c40f;
border-radius:6px;
padding:5px 12px 5px 5px;
margin-left:20px
}
.error-msg .error {
font-weight:bold;
line-height:normal;
position:relative;
top:12px;
line-height:25px
}
.error-msg .error img {
float:left;
padding-right:5px
}
.error-msg .error:after {
right:100%;
top:50%;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(136, 183, 213, 0);
border-right-color:#f1c40f;
-moz-animation:color_change_border 1s infinite alternate;
-ms-animation:color_change_border 1s infinite alternate;
-o-animation:color_change_border 1s infinite alternate;
animation:color_change_border 1s infinite alternate;
border-width:10px;
margin-top:-10px
}
.error-msg-mo .error {
position:relative;
background:#f1c40f;
border-radius:6px;
padding:5px 12px 10px 5px;
margin-left:20px
}
.error-msg-mo .error {
font-weight:bold;
line-height:normal;
position:relative;
top:12px;
line-height:25px;
display:block;
float:none;
width:234px;
margin:0 auto
}
.error-msg-mo .error img {
float:left;
padding-right:5px
}
.error-msg-mo .error:after {
right:50%;
top:50%;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(136, 183, 213, 0);
border-top-color:#f1c40f;
-moz-animation:color_change_border 1s infinite alternate;
-ms-animation:color_change_border-btm 1s infinite alternate;
-o-animation:color_change_border-btm 1s infinite alternate;
animation:color_change_border-btm 1s infinite alternate;
border-width:10px;
margin-top:19px
}
.error-msg .input-error-cl {
font-weight:bold;
line-height:normal;
position:relative;
top:12px
}
.error-msg .input-error-cl img {
float:left;
padding-right:5px
}
.error-msg .input-error-cl:after {
right:100%;
top:17px;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(136, 183, 213, 0);
border-right-color:#f1c40f;
-moz-animation:color_change_border 1s infinite alternate;
-ms-animation:color_change_border 1s infinite alternate;
-o-animation:color_change_border 1s infinite alternate;
animation:color_change_border 1s infinite alternate;
border-width:10px;
margin-top:-10px
}
.error-msg-mo .input-error-cl {
position:relative;
background:#f1c40f;
border-radius:6px;
padding:5px 12px 10px 5px;
margin-left:20px
}
.error-msg-mo .input-error-cl {
font-weight:bold;
line-height:normal;
position:relative;
top:12px;
line-height:25px;
display:block;
float:none;
width:234px;
margin:0 auto
}
.error-msg-mo .input-error-cl img {
float:left;
padding-right:5px
}
.error-msg-mo .input-error-cl:after {
right:50%;
top:50%;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(136, 183, 213, 0);
border-top-color:#f1c40f;
-moz-animation:color_change_border 1s infinite alternate;
-ms-animation:color_change_border-btm 1s infinite alternate;
-o-animation:color_change_border-btm 1s infinite alternate;
animation:color_change_border-btm 1s infinite alternate;
border-width:10px;
margin-top:19px
}
.news-tagger-content .input-error-cl, .authorize-section .input-error-cl {
position:absolute;
color:#fff;
background:#f1c40f;
border-radius:6px;
padding:5px;
margin-top:10px;
line-height:normal;
font-weight:bold;
width:100%;
clear:both;
z-index:1000;
left:0
}
.news-tagger-contact .input-error-cl {
position:relative;
margin-bottom:0
}
.error-icon {
display:block;
float:left;
padding-right:5px
}
.error-info {
padding:5px 0 0 0
}
.error.input-error-cl>table {
text-align:left;
text-indent:0
}
.news-tagger-content .error:after, .authorize-section .error:after {
right:100%;
top:50%;
border:solid transparent;
content:" ";
height:0;
top:-18px;
left:11px;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(136, 183, 213, 0);
border-bottom-color:#f1c40f;
border-width:10px;
-moz-animation:color_change_border-top 1s infinite alternate;
-ms-animation:color_change_border-top 1s infinite alternate;
-o-animation:color_change_border-top 1s infinite alternate;
animation:color_change_border-top 1s infinite alternate
}
.news-tagger-content .checkbox.checked, .radio.checked {
color:#000000;
}
.privacy .checkbox.checked {
color:#000
}
.error.input-error-cl>img {
float:left;
padding-right:10px
}
.authorize-section .error {
position:absolute;
width:242px;
left:-12px
}
.form-control.news-tagger-input.validate.number.basic-required-text.error {
margin:0
}
.form-control.input-hg.right-align.autofill-text.news-tagger-input.validate.basic-required-text.error {
margin:0
}
.monthly-salary .news-tagger-slider, .total-emi .news-tagger-slider, .total-emi .news-tagger-slider {
margin:40px auto 0
}
.form-control.news-tagger-input.validate.number.basic-required-text.error {
position:relative;
height:53px
}
.col-md-12.text-center.news-tagger-btn img {
position:relative
}
.col-md-12.text-center.news-tagger-btn .pointing-arrow {
position:absolute;
margin-top:-12px
}
.select-from-our-menu .col-md-12.text-center.news-tagger-btn .pointing-arrow {
position:absolute;
margin-top:-4px;
margin-left:34px
}
.form-control.ns-other-city-input.other-city-required-when-selected.validate.tt-input.error {
margin-top:0
}
.error-msg-mo {
display:none!important
}
.form-control.news-tagger-input.company-required-for-salaried.validate.tt-input.error {
margin-top:-5px
}
.news-tagger-content .company-label {
line-height:5px;
margin:0
}
.did-you-mean-section {
padding:0
}
.did-you-mean-section ul {
list-style:none;
padding:0;
margin:auto 0
}
.did-you-mean-section .btn-group, .did-you-mean-section .select .btn {
width:100%
}
.did-you-mean-section .select .btn {
box-shadow:0 0 2px #696969 inset;
color:#34495e;
background:#fff;
height:34px;
line-height:14px;
padding:8px 12px;
text-transform:uppercase
}
.did-you-mean-section .select .caret {
border-bottom-color:#34495e;
border-top-color:#34495e
}
.did-you-mean-section label {
font-size:16px;
font-weight:bold;
padding-bottom:10px
}
.news-tagger .radio .did-you-mean-section label {
min-height:20px;
text-align:center
}
.did-you-mean-section .dropdown-menu li>a:focus, .did-you-mean-section .dropdown-menu li>a:hover {
background:#ccc;
color:#34495e
}
.did-you-mean-section .dropdown-menu li.active>a, .did-you-mean-section .dropdown-menu li.selected>a, .did-you-mean-section .dropdown-menu li.active>a.highlighted, .did-you-mean-section .dropdown-menu li.selected>a.highlighted {
background:#ccc;
color:#34495e
}
.did-you-mean-section .dropdown-menu li dt {
line-height:10px
}
.company-name .did-you-mean-section .select .btn {
box-shadow:0 0 2px #696969 inset;
height:53px;
line-height:32px;
padding:10px 16px
}
.company-name .did-you-mean-section .open>.dropdown-menu {
width:100%
}
.icon-tick {
display:none
}
.checked .icon-tick {
display:inline-block;
background:none repeat scroll 0 0 #40e0d0;
padding:5px;
border-radius:300px;
color:#fff;
margin:0 5px 0 0
}
.slider .tooltip {
opacity:1;
-ms-filter:"alpha(opacity=100)"
}
.recommendedSearchImg {
position:absolute;
top:16px;
right:10px
}
.ns-other-city .recommendedSearchImg {
top:9px
}
.green.recoMsg.dontshow.recommendSearchMessage {
display:none
}
.news-tagger-other-city .input-error-cl {
position:absolute;
z-index:1000
}
.icon-tick {
display:none
}
.checked .icon-tick {
display:inline-block;
background:none repeat scroll 0 0 #40e0d0;
padding:5px;
border-radius:300px;
color:#fff;
margin:0 5px 0 0
}
.slider .tooltip {
opacity:1
}
.green.recoMsg.dontshow.recommendSearchMessage {
display:none
}
.news-tagger-other-city .input-error-cl {
position:absolute;
z-index:1000
}
.icon-tick {
display:none
}
.checked .icon-tick {
display:inline-block;
background:none repeat scroll 0 0 #40e0d0;
padding:5px;
border-radius:300px;
color:#fff;
margin:0 5px 0 0
}
.slider .tooltip {
opacity:1
}
.green.recoMsg.dontshow.recommendSearchMessage {
display:none
}
.news-tagger-car-modal .touch-icon {
text-align:center
}
.touch-icon {
/* margin:2px 10px*/
}
.touch-icon:hover, .touch-icon .checked {
/*background:none repeat scroll 0 0 #FB6C2B;
border-radius:6px;
color:#fff*/
}
.iphone .touch-icon {
margin:5px 10px
}
.iphone .touch-icon:hover {
background:transparent
}
.touch-icon label {
cursor:pointer
}
.ns-fixed-height {
min-height:100px;
position:relative
}
.ns-fixed-height h3 span{ /* background: none repeat scroll 0% 0% rgba(57, 57, 59, 0.33); */
padding: 2px 49px; }
.news-tagger .company-slide {
width:768px;
margin:0 auto;
background-image:url(https://cdn1.bankbazaar.com/images/company-bg-v1.png);
background-repeat:no-repeat
}
.news-tagger .computer-info {
left:-3px;
width:300px;
margin:0 auto;
position:relative;
top:200px
}
.news-tagger .company-slide .news-tagger-content {
padding-top:0
}
.news-tagger .company-slide h3 {
margin:10px 0;
font-size:22px
}
.news-tagger .company-slide .news-tagger-help-txt {
color:#fff
}
.news-tagger .company-slide .company-options {
padding:0 10px;
text-align:center;
margin-top:-10px
}
.news-tagger .company-slide .company-options .radio.primary {
display:inline;
padding:3px 0 3px 20px
}
.news-tagger .company-slide .company-options .self-employed-checkbox a, .news-tagger .company-slide .company-options .salaried-checkbox a {
color:#fff
}
.news-tagger .company-slide .company-options .radio.salaried-checkbox {
padding-right:10px
}
.news-tagger .company-slide .company-radio-option {
padding:3px 10px 0;
min-height:96px
}
.news-tagger .company-slide .company-radio-option .input-group label {
margin-bottom:0
}
.news-tagger .company-options .checkbox.primary .icons, .news-tagger .company-options .radio.primary .icons, .news-tagger .company-options .radio.primary a {
color:#fff
}
.news-tagger .company-options .checkbox.primary.checked, .radio.primary.checked, .radio.primary.checked a, .news-tagger .self-employed-option .radio.primary.checked a {
color:#fff
}
.news-tagger .company-options .radio.primary {
font-size:14px;
font-weight:bold
}
.news-tagger .company-slide select {
height:38px;
padding:10px 12px;
margin:-5px 0 0
}
.news-tagger .company-slide .news-tagger-content .input-error-cl, .news-tagger .company-slide .authorize-section .input-error-cl {
position:absolute;
width:250px;
z-index:1000
}
.news-tagger .company-slide .recommendedSearchImg {
top:9px
}
.news-tagger .company-slide .did-you-mean-section {
margin-top:5px
}
.news-tagger .date-selection {
width:509px;
margin:0 auto;
text-align:center;
min-height:160px
}
.news-tagger .year-picker {
width:200px;
display:inline-block
}
.news-tagger .month-picker {
width:300px;
display:inline-block
}
.news-tagger .news-tagger-date-picker {
padding:0 10px;
vertical-align:top
}
.month-picker.dontshow {
display:none
}
.news-tagger .gender-info .label-icon.radio .icons {
color:#fff;
margin:10px auto 0;
position:relative
}
.news-tagger .gender-info .block-content {
display:block;
margin:5px;
color:#000;
text-align:center
}
.news-tagger .gender-info {
width:650px;
margin:0 auto
}
.news-tagger .gender-slide .label-icon.checked, .news-tagger .gender-slide .label-icon:hover {
background-color:#FB6C2B;
border-radius:6px;
color:#fff;
width:100%;
display:inline-block
}
.news-tagger .loading-circle {
padding-left:40px!important;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/loading-circle.gif);
background-repeat:no-repeat;
background-position:10px 10px
}
.iphone .news-tagger .loading-circle {
padding-left:40px!important;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/loading-circle.gif);
background-repeat:no-repeat;
background-position:10px 10px
}
@media only screen and (min-width:320px) and (max-width:767px) {
.news-tagger .gender-info {
width:auto;
margin:0 auto 0
}
.news-tagger .gender-info .label-icon-big img {
height:120px
}
.news-tagger .gender-slide .type-of-employment-icons {
width:70%;
margin:20px auto 10px
}
}
@media(max-width:480px) {
.news-tagger .loading-circle {
background-position:10px 4px
}
}
.news-tagger-doj .news-tagger-content {
padding-top:10px
}
.date-selection .table-curved {
margin:0 auto
}
.total-exp-mo {
display:none
}
.company-slide .hidden-xs {
left:270px;
top:-90px
}
.property-cost .tooltip-inner {
background-color:#7af8bd;
color:#009e43;
width:300px;
max-width:300px;
text-align:left
}
.property-cost .tooltip.right .tooltip-arrow {
border-right-color:#7af8bd
}
.property-cost .tooltip.bottom .tooltip-arrow {
border-bottom-color:#7af8bd
}
#company-toggle-button .btn-primary:active, #company-toggle-button .btn-primary {
background-color:#3dbfd9
}
#company-toggle-button .btn-default {
background-color:#555;
color:#888
}
.residence-type .news-tagger-content {
padding-top:34px
}
.news-tagger-res {
background-image:url(https://cdn2.bankbazaar.com/images/residence-bg-v1.png);
background-repeat:no-repeat;
background-position:center center
}
.news-tagger-res .news-tagger-list .list-group-item {
background-color:transparent;
border:0 solid #ddd;
color:#34495e;
cursor:pointer;
float:left;
padding:0;
text-align:left;
width:50%;
height:auto
}
.news-tagger-res .news-tagger-list .list-group-item:hover {
background:#c8c8c8
}
.news-tagger-res .news-tagger-list .news-tagger-bg-without-border, .news-tagger-res .news-tagger-list .news-tagger-bg-without-border:hover {
background-color:transparent;
color:#fff
}
.news-tagger-res .news-tagger-list {
border:0 none;
font-size:14px;
margin:18px auto 0 auto;
overflow:hidden;
width:405px;
padding-left:5px
}
.news-tagger-res .news-tagger-list .list-group {
margin:0 0 0 7px
}
.news-tagger-res .news-tagger-list .list-group-item label {
padding:5px 0 5px 32px;
line-height:20px;
cursor:pointer;
transition:color 0s linear 0s;
margin:2px 5px
}
.news-tagger-res .news-tagger-list .list-group-item:hover {
background-color:transparent
}
.news-tagger-res .news-tagger-list .list-group-item label:hover, .news-tagger-res .news-tagger-list .list-group-item label.checked {
background-color:#3dbfd9;
border-radius:6px;
color:#fff
}
.news-tagger-res .news-tagger-list .list-group-item label:hover .icons {
color:#fff
}
.news-tagger-res .checkbox .icons, .news-tagger-res .radio .icons {
line-height:29px;
color:#bcc2c6;
transition:color 0 linear 0s;
left:10px
}
.news-tagger-res .residence-mo {
display:none
}
.news-tagger-salary-deposited .icon-bank {
width:100px
}
.news-tagger-salary-deposited .touch-icon, .news-tagger .news-tagger-cc {
text-align:center
}
.news-tagger .news-tagger-salary-deposited .bank-name {
height:auto;
min-height:41px
}
.news-tagger .car-slide .news-tagger-salary-deposited .bank-name {
height:auto;
min-height:initial
}
.news-tagger-content.car-slide {
padding-top:0
}
.news-tagger .news-tagger-salary-deposited {
padding-top:0
}
.news-tagger .news-tagger-salary-deposited, .news-tagger .news-tagger-cc .news-tagger-content {
padding-top:0
}
.news-tagger .news-tagger-section-center {
margin:0 auto;
float:none
}
.news-tagger .news-tagger-cc .col-md-offset-13 {
margin-left:13%
}
.news-tagger-cc .icon-bank {
width:120px
}
.news-tagger-cc .checkbox {
padding:1px 10px
}
.news-tagger-cc .check-radio-section {
margin:0
}
.news-tagger-cc .radio-box {
margin:0 auto
}
.news-tagger-cc .city-name {
margin-top:5px
}
.car-dynamic-img {
background-color:#fff;
border-radius:312px;
width:100px;
display:block;
overflow:hidden;
height:100px;
margin:0 auto
}
.news-tagger .checkbox:hover .second-icon, .radio:hover .second-icon {
opacity:1!important
}
.cc-monthly-incentives-slider .news-tagger-slider {
background:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png) no-repeat scroll 6px -613px;
height:85px;
margin:0 auto;
position:relative;
text-align:center;
width:755px!important
}
.cc-monthly-incentives-slider .well {
background:0;
border:0;
border-radius:0;
box-shadow:none
}
.cc-monthly-incentives-slider .minimum-value-slider {
left:59px;
top:26px
}
.cc-monthly-incentives-slider .maximum-value-slider {
right:53px;
top:27px
}
.cc-monthly-incentives-slider .minimum-value-slider, .cc-monthly-incentives-slider .maximum-value-slider {
color:#2c3e50;
font-size:12px;
position:absolute
}
.news-tagger .monthly-incentives .news-tagger-content .popover {
left:-40px;
margin-top:-12px;
width:187px
}
.cc-monthly-incentives-slider {
margin-top:30px
}
#carSlide {
padding-top:0
}
.news-tagger .car-slide-title h3 {
margin-bottom:5px
}
#carSlide .touch-icon img {
width:100px
}
#carSlide .touch-icon .car-dynamic-img img {
width:80px;
margin-top:20px
}
#carSlide .touch-icon .error-icon>img {
width:auto
}
.news-tagger #carSlide .radio-box {
margin-top:0
}
.news-tagger #carSlide .news-tagger-salary-deposited .bank-name {
white-space:nowrap
}
.news-tagger #carSlide .city-name, .news-tagger #carSlide .bank-name, .news-tagger #carSlide .car-name {
margin:5px 0 0
}
.offer-loadings .modal-dialog {
width:900px
}
.offer-loadings .modal-content {
background-color:transparent;
border:0 solid #000
}
.offer-loadings h6 {
text-align:center;
color:#fff
}
.offer-loading-modal {
overflow:hidden;
height:680px;
position:relative
}
.ff3 .offer-loading-modal {
border:1px solid transparent
}
.offer-loadings .wrapper {
width:100%;
height:400px;
position:relative;
overflow:hidden
}
.offer-loadings .top {
position:absolute;
left:175px;
top:228px
}
.offer-loadings .bottom {
position:absolute;
bottom:40px;
left:50px;
animation:animationFrames linear 15s;
animation-iteration-count:infinite;
transform-origin:50% 50%;
-webkit-animation:animationFrames linear 15s;
-webkit-animation-iteration-count:infinite;
-webkit-transform-origin:50% 50%;
-moz-animation:animationFrames linear 15s;
-moz-animation-iteration-count:infinite;
-moz-transform-origin:50% 50%;
-o-animation:animationFrames linear 15s;
-o-animation-iteration-count:infinite;
-o-transform-origin:50% 50%;
-ms-animation:animationFrames linear 15s;
-ms-animation-iteration-count:infinite;
-ms-transform-origin:50% 50%
}
@keyframes animationFrames {
0% {
transform:translate(0px, 0px)
}
10% {
transform:translate(0px, -90px)
}
20% {
transform:translate(0px, 10px)
}
30% {
transform:translate(0px, -90px)
}
40% {
transform:translate(0px, 10px)
}
50% {
transform:translate(0px, -90px)
}
60% {
transform:translate(0px, 10px)
}
70% {
transform:translate(0px, -90px)
}
80% {
transform:translate(0px, 10px)
}
90% {
transform:translate(0px, -90px)
}
100% {
transform:translate(0px, 0px)
}
}
@-moz-keyframes animationFrames {
0% {
-moz-transform:translate(0px, 0px)
}
10% {
-moz-transform:translate(0px, -90px)
}
20% {
-moz-transform:translate(0px, 10px)
}
30% {
-moz-transform:translate(0px, -90px)
}
40% {
-moz-transform:translate(0px, 10px)
}
50% {
-moz-transform:translate(0px, -90px)
}
60% {
-moz-transform:translate(0px, 10px)
}
70% {
-moz-transform:translate(0px, -90px)
}
80% {
-moz-transform:translate(0px, 10px)
}
90% {
-moz-transform:translate(0px, -90px)
}
100% {
-moz-transform:translate(0px, 0px)
}
}
@-webkit-keyframes animationFrames {
0% {
-webkit-transform:translate(0px, 0px)
}
10% {
-webkit-transform:translate(0px, -90px)
}
20% {
-webkit-transform:translate(0px, 10px)
}
30% {
-webkit-transform:translate(0px, -90px)
}
40% {
-webkit-transform:translate(0px, 10px)
}
50% {
-webkit-transform:translate(0px, -90px)
}
60% {
-webkit-transform:translate(0px, 10px)
}
70% {
-webkit-transform:translate(0px, -90px)
}
80% {
-webkit-transform:translate(0px, 10px)
}
90% {
-webkit-transform:translate(0px, -90px)
}
100% {
-webkit-transform:translate(0px, 0px)
}
}
@-o-keyframes animationFrames {
0% {
-o-transform:translate(0px, 0px)
}
10% {
-o-transform:translate(0px, -90px)
}
20% {
-o-transform:translate(0px, 10px)
}
30% {
-o-transform:translate(0px, -90px)
}
40% {
-o-transform:translate(0px, 10px)
}
50% {
-o-transform:translate(0px, -90px)
}
60% {
-o-transform:translate(0px, 10px)
}
70% {
-o-transform:translate(0px, -90px)
}
80% {
-o-transform:translate(0px, 10px)
}
90% {
-o-transform:translate(0px, -90px)
}
100% {
-o-transform:translate(0px, 0px)
}
}
@-ms-keyframes animationFrames {
0% {
-ms-transform:translate(0px, 0px)
}
10% {
-ms-transform:translate(0px, -90px)
}
20% {
-ms-transform:translate(0px, 10px)
}
30% {
-ms-transform:translate(0px, -90px)
}
40% {
-ms-transform:translate(0px, 10px)
}
50% {
-ms-transform:translate(0px, -90px)
}
60% {
-ms-transform:translate(0px, 10px)
}
70% {
-ms-transform:translate(0px, -90px)
}
80% {
-ms-transform:translate(0px, 10px)
}
90% {
-ms-transform:translate(0px, -90px)
}
100% {
-ms-transform:translate(0px, 0px)
}
}
.offer-loadings .modal-body {
padding:0
}
.offer-loadings .modal-dialog {
width:768px
}
.offer-loadings .modal-content {
background-color:transparent;
border:0 solid #000
}
.offer-loadings .loading-head {
font-size:24px;
font-weight:bold;
text-align:center;
color:#fff;
margin-top:36px
}
.offer-loadings h6 {
text-align:center;
color:#fff;
padding-top:20px
}
.offer-loadings .loading-serve-plate-cap {
position:absolute;
left:0
}
.offer-loadings .loading-serve-plate {
position:absolute;
left:100px
}
.loading-serve-plate-cap img {
width:400px
}
.loading-serve-plate img {
position:absolute;
bottom:0;
width:300px;
margin-left:124px;
margin-top:23px
}
.cc-offer-loading-modal {
height:500px;
width:100%;
overflow:hidden;
position:relative
}
#snowflakeContainer {
position:absolute;
left:0;
top:0
}
.snowflake {
padding-left:15px;
font-family:Cambria, Georgia, serif;
font-size:14px;
line-height:24px;
position:fixed;
color:#fff;
user-select:none;
z-index:1000
}
.snowflake:hover {
cursor:default
}
.ui-effects-wrapper img {
width:400px!important;
height:auto!important
}
.newstaggered-modal .modal-dialog .twitter-typeahead {
width:100%;
display:table-cell!important;
float:left;
height:auto
}
.newstaggered-modal .modal-dialog .twitter-typeahead input, .newstaggered-modal .modal-dialog .twitter-typeahead input[type="text"]:focus {
width:100%;
border-radius:0 6px 6px 0!important
}
.newstaggered-modal .modal-dialog .tt-dropdown-menu {
height:200px;
overflow-y:scroll;
z-index:101!important
}
.newstaggered-modal .modal-dialog .tt-suggestion p {
text-align:left
}
.newstaggered-modal .modal-dialog .tt-dropdown-menu .tt-dataset-cities .tt-cursor {
background-color:#eee
}
.tabmarg {
position:absolute!important
}
@media only screen and (max-width :1400px) {
.cc-offer-loading-modal {
height:500px
}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
.cc-monthly-incentives-slider .news-tagger-slider {
background:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png) no-repeat scroll 14px -604px / 94% auto!important;
height:85px;
margin:0 auto;
text-align:center;
width:740px
}
.cc-monthly-incentives-slider .slider.slider-horizontal {
height:70px;
margin:0 auto 0 5px;
width:584px
}
.news-tagger .monthly-incentives .news-tagger-content .popover {
left:-14px;
margin-top:-12px;
width:187px
}
.news-tagger .twitter-typeahead .tt-dropdown-menu {
left:0!important
}
.ipad .news-tagger .twitter-typeahead .tt-dropdown-menu {
left:0!important
}
.newstaggered-modal .twitter-typeahead .tt-dropdown-menu {
left:auto!important
}
}
@media only screen and (max-width :1400px) {
.offer-loadings .modal-dialog {
width:768px
}
.offer-loading-modal .mo0 {
width:90%
}
}
@media only screen and (min-width:320px) and (max-width:640px) {
.monthly-incentives .cc-salery-mob {
float:none!important;
margin:0 auto;
text-align:center;
width:250px
}
.monthly-incentives .news-tagger .cc-salery-mob .form-group {
width:210px
}
.news-tagger-content .input-error-cl, .authorize-section .input-error-cl {
left:11px
}
.news-tagger-cc-gti .cc-salery-mob .error.input-error-cl {
width:240px
}
.policy .ncb-offer .txt {
margin:0;
padding:0
}
.policy .news-tagger-btn, .policy .news-tagger-content .nt-slide-title {
margin:0;
padding:0
}
.policy .yearsNoClaim .nt-slide-title {
margin-top:0
}
.news-tagger .news-tagger-salary-deposited .bank-name {
height:auto;
min-height:48px
}
.icon-city, .icon-car {
width:60px!important
}
.car-dynamic-img {
width:60px;
height:60px
}
#carSlide .touch-icon .car-dynamic-img img {
width:50px!important;
margin-top:12px
}
.cl-slider-condent .tab-content .tab-pane.active label[for="car_2"] img {
margin-top:0
}
}
@media only screen and (min-width:320px) and (max-width:900px) {
.news-tagger .monthly-incentives .news-tagger-content .popover {
display:none
}
}
@media only screen and (max-width:1024px) {
.icon-city {
width:127px
}
}
@media only screen and (max-width:1023px) {
.private-msg {
background-size:20px auto;
font-size:14px;
padding-left:35px
}
.error-msg {
width:240px
}
.property-cost .tooltip {
left:18px!important
}
.property-cost .tooltip-inner {
width:253px;
max-width:253px
}
.news-tagger .my-preferred-car .icon-city, .news-tagger .my-preferred-car .icon-car {
width:60px!important
}
}
@media only screen and (max-width:991px) {
.news-tagger-salary-deposited .col-md-2 {
margin-bottom:15px
}
.btn-section {
margin:0;
overflow:hidden
}
.news-tagger .news-tagger-heading h3 {
font-size:18px
}
.news-tagger h3 {
font-size:20px;
color:#000;
}
.news-tagger .city-name, .news-tagger .bank-name, .news-tagger .car-name {
font-size:14px
}
.icon-bank {
width:100%
}
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
font-size:18px
}
.news-tagger-input {
font-size:18px
}
.news-tagger .news-tagger-contact .contact-less-tab {
margin:40px 0 0 0
}
.input-error-cl {
font-size:14px
}
.input-group .ns-other-city-input {
font-size:12px
}
.news-tagger .radio, .checkbox {
padding:8px 10px
}
.carousel-control.left {
left:2px
}
.carousel-control.right {
right:2px
}
.finalfield .ns-fixed-height {
min-height:450px
}
.news-tagger .city-name, .news-tagger .bank-name, .news-tagger .car-name {
line-height:normal
}
.news-tagger .date-selection {
min-height:142px
}
.news-tagger-doj .table-curved td a, .news-tagger-doj .table-curved th a, .news-tagger-age .table-curved td a, .news-tagger-age .table-curved th a {
height:25px;
line-height:25px
}
.ui-datepicker td span, .ui-datepicker td a {
height:25px;
line-height:25px
}
.news-tagger h3, .news-tagger .contact-head {
margin:20px 0
}
.touch-icon {
margin:0 10px 10px 10px
}
.news-tagger-other-city .error.input-error-cl {
width:175px
}
.news-tagger .twitter-typeahead .tt-dropdown-menu {
width:auto
}
.news-tagger .computer-info .twitter-typeahead .tt-dropdown-menu {
width:100%
}
.error-msg {
width:190px
}
.pl-salary-account .icon-bank, .news-tagger-cc .icon-bank {
width:100px
}
.icon-car, .icon-bank {
width:100px
}
.icon-city {
width:81px
}
.news-tagger .bank-name {
height:auto
}
.news-tagger-res .news-tagger-list {
margin:48px auto 0 auto
}
.used-car-loan .news-tagger-res .news-tagger-list {
margin:23px auto 0 auto
}
.news-tagger .news-tagger-salary-deposited .radio, .news-tagger .news-tagger-cc .checkbox {
padding:8px 0
}
.news-tagger .monthly-salary .news-tagger-content .popover {
display:none
}
.news-tagger .property-details-slide .error-msg {
width:188px;
margin-top:-15px;
position:absolute;
right:5px
}
.news-tagger .who-co-appliant-slide .who-co-appliant-info .error-msg {
margin-right:5px
}
.contactMe .ns-fixed-height {
min-height:300px
}
.contactMe .privacy {
padding-top:10px
}
.card-bank .news-tagger-content .validateCC, .card-bank .news-tagger-content .noCard {
padding:0
}
.newstaggered-modal .twitter-typeahead .tt-dropdown-menu {
width:100%
}
}
@media only screen and (max-width:767px) {
.offer-loadings .wrapper {
height:272px
}
.offer-loadings .modal-dialog {
width:100%;
margin:0
}
.offer-loadings .top {
left:68px;
top:168px
}
.offer-loadings .bottom {
bottom:34px;
left:0
}
.offer-loadings .bottom img {
width:250px
}
.offer-loadings .top img {
width:200px
}
.offer-loadings .modal-dialog {
width:480px;
margin:10px auto
}
.offer-loadings .modal-body {
padding:20px 0
}
.contactMe .news-tagger-container .news-tagger-btn {
margin:0
}
.news-tagger {
min-height:250px
}
.news-tagger-help-md-4, .news-tagger .dob-heading-pc {
display:none
}
.news-tagger .dob-heading-mo {
display:block
}
.news-tagger-container .form-horizontal {
width:auto;
margin:0 auto
}
.news-tagger .news-tagger-container .news-tagger-help-md-4 {
float:none;
margin:0 auto;
width:290px
}
.news-tagger .news-tagger-other-city {
margin-bottom:0;
width:100%
}
.news-tagger .news-tagger-city .col-md-2:nth-child(even) {
border-right:0 solid #ccc
}
.table-responsive {
border:0 solid #ddd;
width:80%;
margin:0 auto 15px;
padding:0
}
.pull-left, .pull-right {
float:none!important
}
.news-tagger-exp {
width:70%
}
.news-tagger .news-tagger-contact h3 {
text-align:center;
margin:2px 0
}
.mobile-news-tagger-other-city {
display:none;
text-align:center;
overflow:hidden;
padding:0;
width:100%
}
.news-tagger-other-city, .other-city {
display:block
}
.news-tagger .col-md-2 {
margin-bottom:45px
}
.news-tagger-city .padding-btm {
padding-bottom:0
}
.contact-less-tab {
width:300px;
margin:0 auto;
padding:0
}
.news-tagger .news-tagger-contact .contact-less-tab {
margin:20px auto 0
}
.news-tagger-heading {
display:block
}
.news-tagger-heading-mobile {
display:block;
padding:15px 0
}
.news-tagger .news-tagger-heading h3 {
text-align:center;
padding:0
}
.input-group-mo {
width:290px;
margin:0 auto
}
.input-hg {
width:290px;
margin:0 auto;
font-size:20px
}
.news-tagger-age-picker-mobile {
display:block;
margin-bottom:15px
}
.input-date {
width:70px
}
.input-month {
width:80px
}
.input-year {
width:90px
}
.news-tagger-age-picker-mobile {
width:342px
}
.news-tagger-age-picker-pc {
display:none
}
.news-tagger .margin-sm-less-bottom {
margin-bottom:0
}
.news-tagger .news-tagger-contact {
margin:10px 0 0
}
.private-msg {
display:none
}
.icon-city, .icon-car {
width:auto
}
.input-group.ns-other-city {
margin:0 auto
}
.twitter-typeahead {
width:290px
}
.input-group .ns-other-city-input {
width:290px
}
.ns-other-city .twitter-typeahead .tt-query, .ns-other-city .twitter-typeahead .tt-hint {
left:0!important
}
.input-group .ns-other-city-input {
width:100%
}
.news-tagger-btn .apply {
padding:8px 25px;
font-size:18px
}
.news-tagger-slider {
display:none
}
.news-tagger-btn .back-button {
top:inherit
}
.news-tagger h3 {
font-size:20px
}
.self-emp-mobile {
display:block
}
.form-control.ns-other-city-input.other-city-required-when-selected.validate.tt-input.error {
width:100%
}
.news-tagger .twitter-typeahead .tt-dropdown-menu {
width:100%
}
.news-tagger-help-md-4 .radio label {
line-height:10px
}
.form-control.news-tagger-input.validate.number.basic-required-text.valid {
height:53px
}
.form-control.news-tagger-input.number.basic-required-text.validate {
height:53px
}
.input-group-hg>.form-control, .input-group-hg>.input-group-addon, .input-group-hg>.input-group-btn>.btn {
height:53px
}
.news-tagger-net-salary .input-group, .news-tagger-emi .input-group, .news-tagger-cc-gti .input-group {
height:53px
}
.icon-bank {
padding:0
}
.col-md-12.text-center.news-tagger-btn .pointing-arrow {
width:140px;
margin-top:0
}
.did-you-mean-section ul {
width:100%;
border-radius:6px!important
}
.input-group .ns-other-city-input, .news-tagger-input, .input-group .ns-other-city-input:focus, .news-tagger-input:focus {
color:#34495e
}
.news-tagger .news-tagger-other-city select {
font-size:10px
}
.news-tagger .company-slide {
background-image:none;
width:auto
}
.company-name .ns-fixed-height {
min-height:250px
}
.news-tagger .computer-info {
left:auto;
top:8px;
width:300px
}
.computer-info .input-error-cl {
top:100px
}
.company-name .news-tagger-input {
height:53px
}
.news-tagger .company-slide select {
height:53px;
padding:17px 12px;
margin:-3px 0 0
}
.total-exp-mo {
display:block
}
.contact-less-tab fieldset {
padding:0
}
.news-tagger-doj .news-tagger-content {
width:auto;
margin:0 auto;
padding-bottom:10px
}
.news-tagger .date-selection {
width:auto
}
.news-tagger .year-picker, .news-tagger .month-picker {
width:200px
}
.news-tagger .total-exp-mo select {
width:300px;
margin:0 auto
}
.total-exp-mo {
text-align:center
}
.news-tagger-content .others-cc {
width:100%
}
.news-tagger .company-slide .company-radio-option {
min-height:0
}
.icon-bank {
width:60px
}
.input-group.ns-other-city {
width:100%
}
.news-tagger .company-slide .company-options {
margin-top:10px
}
.news-tagger-content {
padding-top:30px
}
.news-tagger .company-slide h3 {
margin:30px 0
}
.news-tagger h3, .news-tagger h3, .news-tagger .contact-head {
margin:10px 0
}
.news-tagger-res .news-tagger-list {
font-size:12px
}
.error-msg {
/*display:none!important*/
}
.error-msg-mo {
display:block!important;
position:relative;
top:-10px
}
.news-tagger-other-city .error.input-error-cl {
width:290px;
position:absolute;
z-index:2;
position:relative;
left:0
}
.news-tagger-content .input-error-cl, .authorize-section .input-error-cl {
position:absolute;
width:290px;
z-index:2
}
.company-name .news-tagger-content .input-error-cl {
position:relative;
width:290px;
z-index:0
}
.news-tagger-content .input-error-cl, .authorize-section .input-error-cl {
position:absolute;
width:290px;
z-index:2
}
.error-msg-mo .input-error-cl {
position:absolute;
top:12px;
z-index:100;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
line-height:normal
}
.co-applicant-dob-slide .error-msg-mo .input-error-cl {
top:-7px
}
.error-msg-mo .input-error-cl:after {
top:60%
}
.news-tagger-contact .input-error-cl {
position:absolute;
left:0
}
.mobile-news-tagger-other-city .error.input-error-cl {
margin:7px auto 0;
text-align:left;
width:290px
}
.news-tagger-other-city .error.input-error-cl {
margin:10px auto 0;
width:290px;
text-align:left
}
#company-toggle-button .btn-primary:active, #company-toggle-button .btn-primary {
background-color:#40e0d0
}
.news-tagger-res {
background-image:none
}
.news-tagger-res .news-tagger-list {
display:none
}
.news-tagger-res .residence-mo {
display:block
}
.news-tagger-res .residence-mo {
width:300px;
margin:0 auto
}
.news-tagger .news-tagger-salary-deposited .radio {
padding:8px 10px
}
.news-tagger .news-tagger-cc .col-md-offset-13 {
margin-left:0
}
.news-tagger-contact .contact-less-tab .margin-sm-less-bottom {
margin-bottom:10px
}
.news-tagger-city label {
margin:5px 0 0 0
}
.news-tagger .company-slide .hl-company-slide .company-radio-option .input-error-cl {
top:36px
}
.carousel-inner .bluebg {
background:#1769aa
}
}
@media(max-width:580px) {
.news-tagger .news-tagger-city {
margin:0 auto;
width:100%
}
.icon-bank {
width:70px
}
.news-tagger .col-md-2 {
margin-bottom:0
}
.contact-less-tab .news-tagger-help-md-4 {
display:none
}
.news-tagger .month-picker {
margin-bottom:0
}
.dob-sub-heading {
display:none
}
.news-tagger-doj .table-curved td a, .news-tagger-doj .table-curved th a, .news-tagger-age .table-curved td a, .news-tagger-age .table-curved th a {
height:15px;
line-height:15px
}
.news-tagger .date-selection {
min-height:70px
}
.news-tagger-btn {
margin:0 0 30px;
padding:0
}
.col-xs-6.col-sm-2.col-md-2.last-col-md-2.news-tagger-other-city {
margin-bottom:0
}
.news-tagger-other-city .error.input-error-cl {
margin:10px auto 0;
width:100%;
width:100%;
z-index:100
}
.news-tagger .pl-salary-account .col-xs-4 {
height:125px
}
.news-tagger .news-tagger-salary-deposited .radio {
margin:0;
padding-bottom:2px
}
}
@media only screen and (min-width:320px) and (max-width:767px) {
.news-tagger .form-inline {
margin:0 auto;
text-align:center
}
.news-tagger .monthly-salary .news-tagger-content {
margin:0 auto;
width:270px
}
.news-tagger .monthly-salary .news-tagger-content .input-error-cl {
width:100%
}
.news-tagger-dob input[type='tel'], .news-tagger-content input[type='text'] {
font-size:16px
}
.property-cost .tooltip {
display:none!important
}
.news-tagger .privacy {
bottom:inherit;
padding:0 15px;
position:inherit;
margin-top:30px
}
.home-loan-landing .news-tagger .privacy {
padding:0
}
.news-tagger .authorize-section {
padding:0 15px
}
.home-loan-landing .news-tagger .authorize-section {
padding:0
}
.news-tagger .authorize-section .input-error-cl {
left:-27px;
top:20px
}
}
@media(max-width:480px) {
.offer-loadings .modal-dialog {
width:100%;
margin:10px auto
}
.screen-block-z-index {
background:none repeat scroll 0 0 #3dbfd9;
min-height:640px
}
.news-tagger-age-picker-mobile {
padding:0 27px;
text-align:center
}
.news-tagger-age .news-tagger-age-picker-mobile .news-tagger-dob {
margin:0 2px;
float:none;
display:inline-block;
vertical-align:middle
}
.news-tagger-age .ns-fixed-height {
min-height:125px
}
.news-tagger {
min-height:640px
}
.input-group.ns-other-city {
width:100%
}
.news-tagger .news-tagger-container .news-tagger-help-md-4 {
padding:0
}
.input-group-mo .checkbox, .input-group-mo .radio {
padding:0
}
.container.news-tagger-container {
width:100%
}
.twitter-typeahead {
width:100%
}
.news-tagger .news-tagger-city, .news-tagger .news-tagger-salary-deposited, .news-tagger .existing-cc {
width:76%;
margin:0 auto
}
.news-tagger .skip-slide {
padding:1px 10px
}
.carousel-control {
top:60%
}
.news-tagger .news-tagger-other-city select {
font-size:10px
}
.input-group.ns-other-city {
width:100%
}
.news-tagger .news-tagger-container .news-tagger-help-md-4 {
padding:0
}
.input-group-mo .checkbox, .input-group-mo .radio {
padding:0
}
.container.news-tagger-container {
width:100%
}
.twitter-typeahead {
width:100%
}
.news-tagger .news-tagger-city, .news-tagger .news-tagger-salary-deposited, .news-tagger .existing-cc {
width:76%;
margin:0 auto
}
.news-tagger-net-salary .input-group, .news-tagger-emi .input-group, .news-tagger-cc-gti .input-group {
width:290px;
margin:0 auto
}
.navbar {
margin-bottom:5px
}
.news-tagger-error-msg .error {
border:2px solid #f00;
margin:0 auto;
width:290px
}
.salary-bnk-btn {
margin:0
}
.news-tagger .form-inline {
width:auto
}
.news-tagger-sub-head {
border:1px solid #f00
}
.news-tagger-content {
margin:0 0 10px;
padding-top:15px
}
.input-group-hg>.form-control, .input-group-hg>.input-group-addon, .input-group-hg>.input-group-btn>.btn {
font-size:16px
}
.table-responsive, .news-tagger .news-tagger-heading-two h3 {
margin:0 auto 10px
}
.news-tagger-exp {
width:90%;
margin:0 auto 10px
}
.news-tagger-list {
width:250px
}
.news-tagger-list .list-group-item {
float:none;
width:auto;
padding:5px
}
.news-tagger .form-horizontal .mobile-column-mo {
display:block;
margin:0
}
.authorize-section .checkbox .icons, .authorize-section .radio .icons {
top:0
}
.mobile-column-mo .col-xs-4 {
padding:0
}
.mobile-column-mo .col-xs-4 span {
background:#fff;
box-shadow:0 0 2px #696969 inset;
border:0 solid #1abc9c;
border-radius:6px;
display:block;
width:70px;
margin:0 auto 10px;
text-align:center;
font-weight:bold;
cursor:pointer;
height:40px;
transition:border 0s linear 0s, color 0s linear 0s, background-color 0s linear 0s
}
.mobile-column-mo .col-xs-4 span.disabled {
background:#dfdfdf;
border:2px solid #c8c9cb
}
.mobile-column-mo .col-xs-4 span:hover {
background:#1abc9c;
color:#fff
}
.mobile-column-mo .mobile-column-number {
width:275px;
margin:0 auto;
overflow:hidden
}
.mobile-no-display {
display:inline;
padding:0
}
.input-hg {
padding:4px 5px
}
.news-tagger h3, .news-tagger h3, .news-tagger .contact-head {
font-size:15px;
margin:10px 0
}
.news-tagger .company-slide h3 {
font-size:15px
}
.news-tagger-title-grn h3 {
margin:20px 0 0;
font-size:16px
}
.news-tagger .city-name, .news-tagger .bank-name, .news-tagger .car-name {
font-size:12px;
margin:5px 0;
height:auto
}
.input-hg, .dropdown-style {
font-size:16px
}
.news-tagger-dob-div {
padding:5px 0
}
.news-tagger-contact .news-tagger-title-grn h3 {
margin:20px 0 0
}
.table-responsive {
width:auto
}
.news-tagger .news-tagger-birthdate {
font-size:14px;
margin:0 0 10px 0
}
.news-tagger .form-group {
margin:0 auto 10px
}
.news-tagger .news-tagger-dropdown {
margin:0 auto
}
.news-tagger .news-tagger-contact {
margin:0
}
.news-tagger .privacy-mobile {
display:none;
margin:10px 0 0 0
}
.news-tagger .mobile-empty {
min-height:0
}
.privacy p, .privacy-mobile p {
margin:0 0 5px 0
}
.icon-city, .icon-car {
width:60px
}
.ns-fixed-height {
min-height:200px
}
.news-tagger .col-md-2 {
margin-bottom:0
}
.mobile-column-mo h3 {
margin:0 0 10px
}
.news-tagger-salary-deposited .col-md-2 h5 {
height:24px
}
.dob-sub-heading p {
font-size:14px
}
.news-tagger-age-picker-mobile {
display:block;
margin-bottom:10px
}
.input-date {
width:60px
}
.input-month {
width:70px
}
.input-year {
width:80px
}
.contact-less-tab {
width:auto
}
.icon-title {
display:inline
}
.news-tagger-heading-mo {
position:relative;
display:block
}
.icon-bank, .pl-salary-account .icon-bank, .icon-car, .news-tagger-cc .icon-bank {
width:60px
}
.input-hg {
height:40px
}
.input-group-hg>.form-control, .input-group-hg>.input-group-addon, .input-group-hg>.input-group-btn>.btn {
height:53px
}
.news-tagger-heading {
padding:5px 0
}
.news-tagger .news-tagger-heading h3, .news-tagger .news-tagger-heading-mo h3 {
background-color:#40e0d0;
padding:10px 0;
font-size:16px;
padding-left:0;
text-align:center
}
.news-tagger .radio, .checkbox {
display:block;
padding:2px 10px
}
.news-tagger .radio .icons, .checkbox .icons {
display:none
}
.news-tagger .company-options .radio .icons {
display:block
}
.news-tagger .company-options .radio .icons {
margin-top:0
}
.news-tagger .privacy-mobile .radio, .privacy-mobile .checkbox {
display:inline
}
.checkbox, .radio, .checkbox, .radio:hover {
transition:color 0s linear 0s
}
.navbar {
min-height:42px
}
.logo-section img {
width:200px
}
.dob-heading-pc {
display:none
}
.navbar-brand {
font-size:24px
}
.navbar-toggle {
line-height:42px;
height:42px
}
.news-tagger .margin-sm-less-bottom {
margin-bottom:10px
}
.news-tagger .margin-sm-less-bottom .margin-sm-less-bottom {
margin-bottom:0
}
.news-tagger-sub-head {
margin:0 auto 10px;
width:290px
}
.news-tagger-age-picker-mobile {
width:320px
}
.news-tagger .margin-top-less h3 {
margin-top:0
}
.news-tagger-btn .apply {
padding:8px 25px;
font-size:16px
}
.mobile-news-tagger-other-city {
overflow:visible;
clear:both
}
.news-tagger .container {
overflow:visible
}
.ns-other-city .twitter-typeahead .tt-dropdown-menu {
left:0!important;
width:100%;
font-size:10px
}
.ns-other-city .twitter-typeahead .tt-dropdown-menu .tt-dataset-cities .tt-suggestions p {
font-size:10px
}
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
font-size:16px;
height:40px;
padding:4px 5px
}
.news-tagger-input {
font-size:16px
}
.news-tagger .news-tagger-salary-deposited .radio-box {
display:none
}
.news-tagger-heading-mo {
display:block
}
.news-tagger .news-tagger-cc .radio-box .icons {
display:block
}
.news-tagger .news-tagger-cc .city-name {
display:block
}
.news-tagger-other-city, .news-tagger-help-md-4, .mobile-column-pc {
display:block
}
.news-tagger-heading, .privacy {
display:block
}
.news-tagger-age-picker-pc {
display:none
}
.mobile-news-tagger-other-city, .mobile-column-mo {
display:none
}
.news-tagger-contact .mobile-column-pc {
display:block
}
.news-tagger-contact .mobile-column-pc .input-group-hg {
width:290px;
margin:0 auto
}
.news-tagger-contact .mobile-news-tagger-other-city, .mobile-column-mo {
display:none
}
.privacy-mobile .checkbox .icons, .radio .icons {
margin-top:-7px
}
.news-tagger .authorize-section .radio .icons, .checkbox .icons {
display:block
}
.news-tagger .news-tagger-contact h3 {
font-size:15px
}
.company-name .twitter-typeahead {
width:100%
}
.input-group .ns-other-city-input, .news-tagger-input, .input-group .ns-other-city-input:focus, .news-tagger-input:focus {
color:#34495e
}
.mobile-column-mo .col-xs-4 span {
color:#34495e;
font-weight:normal
}
.mobile-column-mo .col-xs-4 span:hover {
background:none repeat scroll 0 0 #f1c40f;
color:#fff
}
.carousel-control {
font-size:15px;
height:30px;
width:30px;
top:54%
}
.carousel-control.right {
right:5px
}
.carousel-control.left {
left:5px
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
left:22%;
top:22%
}
.carousel-control {
text-indent:0
}
.news-tagger .news-tagger-contact .contact-less-tab {
margin:10px 0 0 0
}
.news-tagger .news-tagger-contact h3 {
margin:0 0 10px 0
}
.news-tagger .news-tagger-contact .contact-less-tab {
margin:0 auto;
width:290px
}
.contact-less-tab h3 {
margin-bottom:5px
}
.authorize-section .error {
display:none
}
.news-tagger .news-tagger-heading {
display:none
}
.news-tagger-contact .col-md-12.text-center.news-tagger-btn {
padding:0
}
.privacy>.authorize-section>.checkbox {
top:-7px
}
.did-you-mean-section {
width:100%;
margin:0 auto
}
.news-tagger .radio-box {
display:none
}
.did-you-mean-section .select .btn {
height:30px;
line-height:12px;
padding:8px 5px;
font-size:12px
}
.did-you-mean-section {
padding:0
}
.did-you-mean-section .select {
margin-bottom:0
}
.news-tagger-other-city {
margin-top:2px
}
.news-tagger-other-city .city-name, .news-tagger-other-city .car-name {
margin:0
}
.news-tagger .input-group-addon .checkbox, .radio {
padding:5px 10px
}
.error-info {
font-size:14px
}
.input-group-mo {
width:100%
}
.news-tagger-input {
font-size:14px
}
.news-tagger-net-salary .input-group, .news-tagger-emi .input-group, .news-tagger-cc-gti .input-group {
width:100%
}
.col-xs-6.col-sm-2.col-md-2.col-xs-12.last-col-md-2 {
width:100%
}
.news-tagger .news-tagger-cc .radio-box {
display:none
}
.news-tagger .news-tagger-contact .form-group {
overflow:visible
}
.input-group-mo {
width:100%
}
.news-tagger-input {
font-size:14px
}
.news-tagger-net-salary .input-group, .news-tagger-emi .input-group, .news-tagger-cc-gti .input-group {
width:100%
}
.col-xs-6.col-sm-2.col-md-2.col-xs-12.last-col-md-2 {
width:100%
}
.news-tagger .news-tagger-cc .radio-box {
display:none
}
.news-tagger .news-tagger-contact .form-group {
overflow:visible
}
.news-tagger-doj .year-picker .table-curved td, .news-tagger-doj .year-picker .table-curved th, .news-tagger-age .year-picker .table-curved td, .news-tagger-age .year-picker .table-curved th {
padding:2px
}
.news-tagger-doj .table-curved td, .news-tagger-doj .table-curved th, .news-tagger-age .table-curved td, .news-tagger-age .table-curved th {
padding:2px;
text-align:center
}
.news-tagger .total-exp-mo select {
width:178px
}
.residence-mo select {
width:80%;
margin:0 auto;
display:block
}
.news-tagger .pl-salary-account .col-xs-4 {
width:50%;
min-height:120px
}
.news-tagger .company-slide h3 {
margin:10px 0
}
.company-slide .company-radio-option .input-group {
width:100%
}
.news-tagger .company-slide .recommendedSearchImg {
top:16px
}
.news-tagger #prev_resident_city h3 {
margin:13px 0 20px
}
.news-tagger-list img {
width:20px
}
.news-tagger-content {
margin:2px 0
}
.news-tagger-doj .error-msg-mo .input-error-cl {
width:100%
}
.news-tagger-doj .year-picker, .news-tagger .month-picker {
margin-top:18px;
width:200px
}
.news-tagger-doj .error-msg-mo .error:after {
right:49%;
top:58%
}
.news-tagger-res .residence-mo {
width:100%;
margin:0 auto
}
.news-tagger .dropdown-mo {
width:80%;
text-align:center
}
.news-tagger .pl-salary-account .col-xs-4, .news-tagger .news-tagger-cc .col-xs-4 {
width:33.3333%;
padding:0
}
.news-tagger .news-tagger-salary-deposited {
width:auto
}
.news-tagger .dob-slide .dob-bg-info .error-msg-mo {
display:block!important;
position:relative;
top:8px
}
.news-tagger .dob-slide .dob-bg-info .error-msg-mo .input-error-cl:after {
top:59%
}
.news-tagger .co-applicant-dob-slide .dob-bg-info .error-msg-mo {
display:block!important;
position:relative;
top:38px
}
.news-tagger .ownership-divided-slide .error-msg-mo {
display:block!important;
position:relative;
top:-10px
}
.news-tagger .my-preferred-car .news-tagger-salary-deposited .bank-name {
min-height:0
}
#carSlide .news-tagger-other-city {
margin-bottom:0;
padding:0;
width:50%
}
#carSlide .news-tagger-car-modal div:nth-child(6n), #carSlide .news-tagger-car-modal div:nth-child(7n) {
display:none
}
#carSlide input[type="text"], #cityOtherDiv input[type="text"] {
font-size:12px
}
.news-tagger .car-slide .news-tagger-salary-deposited .bank-name {
height:auto;
min-height:30px
}
.news-tagger .annual-salary .news-tagger-content {
width:270px;
margin:0 auto
}
}
@media only screen and (min-width :460px) and (max-width :767px) {
.news-tagger .news-tagger-city, .news-tagger .news-tagger-salary-deposited, .news-tagger .existing-cc {
width:90%;
margin:0 auto 10px
}
.news-tagger-content .col-xs-6.col-sm-2.col-md-2.col-xs-12, .news-tagger-content .col-xs-6.col-sm-2.col-md-2 {
width:25%
}
.col-xs-6.col-sm-2.col-md-2.last-col-md-2.news-tagger-other-city {
width:100%
}
.touch-icon {
margin:2px 5px
}
.news-tagger .radio-box {
display:none
}
.news-tagger-cc-gti .news-tagger-content {
width:300px;
margin:0 auto
}
.news-tagger-content .col-xs-6.col-sm-2.col-md-2.col-xs-12.last-col-md-2 {
width:100%
}
.news-tagger .privacy {
padding:0 40px
}
.icon-city, .icon-car {
width:60px
}
.news-tagger .col-md-2 {
margin-bottom:0
}
.twitter-typeahead {
width:100%
}
.news-tagger-contact {
min-height:220px
}
.news-tagger .date-selection {
width:auto
}
.news-tagger-list {
width:405px
}
.news-tagger .pl-salary-account .col-xs-4 {
width:33.3333%;
min-height:170px
}
.news-tagger .privacy {
bottom:inherit;
padding:0 15px;
position:inherit
}
.ns-fixed-height {
min-height:200px
}
.carousel-control {
top:50%
}
.news-tagger .total-exp-mo select {
width:178px
}
}
@media only screen and (min-width :361px) and (max-width :580px) {
.news-tagger .news-tagger-city, .news-tagger .news-tagger-salary-deposited, .news-tagger .existing-cc {
margin:0 auto
}
.news-tagger-content {
padding-top:0
}
.ns-fixed-height {
min-height:200px
}
.icon-bank, .pl-salary-account .icon-bank, .icon-car, .news-tagger-cc .icon-bank {
width:60px
}
.news-tagger #prev_resident_city h3 {
margin:2px 0
}
.monthly-salary .ns-fixed-height .col-md-12 h3, .news-tagger-age .news-tagger-content, .total-emi .ns-fixed-height .col-md-12 h3 {
padding-top:0
}
.news-tagger .pl-salary-account .col-xs-4 {
min-height:120px
}
}
.news-tagger input[type=submit], .news-tagger button, .news-tagger .button, .news-tagger .contactMe .button-secondary, .news-tagger .contactMe .news-tagger-btn .apply {
font-family:"Lato", Helvetica, Arial, sans-serif;
border:0;
border-radius:5px;
display:inline-block;
outline:0;
text-align:center;
-webkit-transition:.1s background-color;
-moz-transition:.1s background-color;
-o-transition:.1s background-color;
transition:.1s background-color;
padding:0 25px;
height:44px;
line-height:44px
}
.news-tagger-btn .apply {
float:none;
font-size:20px;
background-color:#eb4912;
color:#fff;
font-weight:normal!important
}
.button-secondary:hover {
color:#fcbea9
}
.news-tagger-btn .apply:hover {
background-color:#d33b07
}
.news-tagger-btn .progress-striped {
background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image:-webkit-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-image:-moz-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-image:-o-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-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);
-webkit-background-size:40px 40px;
-moz-background-size:40px 40px;
-o-background-size:40px 40px;
background-size:40px 40px;
line-height:normal
}
.news-tagger-btn .progress.active {
cursor:default;
font-size:20px;
-webkit-animation:progress-bar-stripes 2s linear infinite;
-moz-animation:progress-bar-stripes 2s linear infinite;
-ms-animation:progress-bar-stripes 2s linear infinite;
-o-animation:progress-bar-stripes 2s linear infinite;
animation:progress-bar-stripes 2s linear infinite
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position:0 0
}
to {
background-position:40px 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
.news-tagger .close-btn {
color:#bec2c1;
font-size:16px;
position:absolute;
right:20px;
top:-34px;
display:none
}
.news-tagger .close-btn.active {
display:block
}
.news-tagger .close-btn i {
padding:0 2px 0 0
}
.news-tagger .close-btn:hover {
color:#bec2c1
}
.news-tagger-res .news-tagger-content .news-tagger-list li label {
border:0 none;
font-size:12px!important;
margin:3px auto 0 auto;
overflow:hidden
}
.free-perks-inner>em {
display:block;
font-size:14px;
text-align:left
}
@media(max-width:320px) {
.authorize-section .error {
left:-28px;
top:20px
}
}
.used-car-loan .art-bg-img .radio .icons {
top:10px;
color:#bdc3c7;
font-size:20px
}
.used-car-loan .art-bg-img .radio.checked .second-icon {
color:#1abc9c
}
.used-car-loan .bg-icons-opacity-pad {
padding:2px 5px
}
.used-car-loan .tell-me-about-your-car-info .new-car-info .radio {
background-image:url(https://cdn5.bankbazaar.com/images/new-car-icon.png);
background-repeat:no-repeat
}
.used-car-loan .tell-me-about-your-car-info .used-car-info .radio {
background-image:url(https://cdn5.bankbazaar.com/images/used-car-icon.png);
background-repeat:no-repeat;
left:-30px;
top:7px
}
.used-car-loan .tell-me-about-your-car-info .about-your-car-main-bg {
background-image:url(https://cdn5.bankbazaar.com/images/tell-me-about-your-car-bg.png);
height:215px;
background-size:98%;
background-repeat:no-repeat;
background-position:7px -2px
}
.used-car-loan .pad-none, .used-car-loan .pad-md-none {
padding:0
}
.news-tagger .tell-me-about-your-car-info {
width:815px;
margin:80px auto 0
}
.used-car-loan .tell-me-about-your-car-info .outside-city-info .radio {
background-position:-398px 0
}
.used-car-loan .tell-me-about-your-car-info .radio {
width:47px;
height:77px;
padding:0;
margin:117px auto 0;
cursor:pointer
}
.used-car-loan .tell-me-about-your-car-info .radio .bottom-arrow-box {
top:-40px;
left:-40px;
min-width:124px
}
.used-car-loan .tell-me-about-your-car-info .bg-opacity {
padding:10px
}
.used-car-loan .tell-me-about-your-car-info .radio .bottom-arrow-box {
top:-40px;
left:-40px;
min-width:124px
}
.used-car-loan .display-block-sm, .used-car-loan .display-block-xs {
display:none
}
.used-car-loan .content-info-big-icon-middle {
margin:60px auto 0
}
.used-car-loan .label-icon.checkbox .icons, .used-car-loan .label-icon.radio .icons {
color:#fff;
margin:10px auto 0;
position:relative
}
.used-car-loan .bg-opacity {
background-color:rgba(255, 255, 255, 0.1)
}
.used-car-loan .bg-opacity-1 {
padding:10px 20px
}
.used-car-loan .bottom-arrow-box {
background:none repeat scroll 0 0 white;
border-radius:6px;
color:#34495e;
display:inline-block;
min-width:180px;
padding:10px;
position:relative;
text-indent:10px;
text-align:center;
line-height:1.5
}
.used-car-loan .bottom-arrow-box .arrow {
border-top-color:#fff
}
.used-car-loan .label-icon {
cursor:pointer;
padding:12px 8px 8px;
font-size:14px;
margin:5px;
line-height:1.5
}
.used-car-loan .row {
margin:0 auto!important
}
.news-tagger .year-manufacture {
margin:0 auto;
text-align:center;
min-height:160px
}
.news-tagger .year-manufacture {
width:311px
}
.news-tagger .year-manufacture td {
width:100px
}
.used-car-loan .ns-fixed-height {
min-height:400px;
position:relative
}
.used-car-loan .label-icon.checked, .used-car-loan .label-icon:hover {
background-color:#40e0d0;
border-radius:6px;
color:#fff
}
.used-car-info .popover.top .arrow, .new-car-info .popover.top .arrow {
border-top-color:#fff
}
.year-sub-heading {
background:none repeat scroll 0 0 #34495e;
border-radius:6px;
padding:0 0 0 10px
}
.year-sub-heading p {
margin:0;
font-weight:bold;
font-size:16px
}
.year-sub-heading p span {
color:#fff
}
.new-tag-select-year .table-curved td, .new-tag-select-year .table-curved th {
border-left:1px solid #ddd;
border-top:1px solid #ddd;
padding:0
}
.new-tag-select-year .table-curved td a, .new-tag-select-year .table-curved th a {
display:block;
color:#34495e;
cursor:pointer;
height:30px;
line-height:30px
}
.new-tag-select-year .table-curved .news-tagger-bg:hover, .new-tag-select-year .news-tagger-bg:hover {
background:#1abc9c!important;
color:#fff
}
.new-tag-select-year .year-picker .table-curved td, .new-tag-select-year .year-picker .table-curved th {
padding:0;
width:100px
}
.new-tag-select-year .table-curved td:hover, .new-tag-select-year .table-curved td a:hover, .new-tag-select-year .table-curved th a:hover {
background:#c8c8c8;
cursor:pointer
}
.new-tag-select-year .table-curved .selected:hover, .new-tag-select-year .table-curved .selected:hover {
background:#40e0d0;
color:#fff
}
.new-tag-select-year .news-tagger-content {
padding-top:10px
}
.used-car-loan .year-manufacture .table-curved td.selected:hover, .used-car-loan .year-manufacture .table-curved td.selected a {
background-color:#40e0d0;
color:#fff
}
@media only screen and (max-width :992px) {
.used-car-loan .tell-me-about-your-car-info {
width:640px
}
.used-car-loan .tell-me-about-your-car-info .about-your-car-main-bg {
height:170px
}
.used-car-loan .tell-me-about-your-car-info .new-car-info .radio, .used-car-loan .tell-me-about-your-car-info .used-car-info .radio {
background-position:0 0
}
.used-car-loan .ns-fixed-height {
margin:0 auto
}
.used-car-loan .tell-me-about-your-car-info .radio {
margin:73px auto 0
}
.new-tag-select-year .table-curved td a, .new-tag-select-year .table-curved th a, .news-tagger-age .table-curved td a, .news-tagger-age .table-curved th a {
height:25px;
line-height:25px
}
.news-tagger .news-tagger-cc .cc-others {
padding:0
}
.news-tagger .news-tagger-cc .cc-others .touch-icon {
margin-bottom:0
}
}
@media only screen and (max-width :767px) {
.used-car-loan .display-none-sm {
display:none
}
.used-car-loan .display-block-sm {
display:block
}
.used-car-loan .art-bg-img .tell-me-about-your-car-mo-info .radio .icons {
top:0
}
.used-car-loan .art-bg-img .tell-me-about-your-car-mo-info .radio img {
display:block;
margin:0 auto
}
.used-car-loan .tell-me-about-your-car-info {
width:auto
}
.used-car-loan .art-bg-img .tell-me-about-your-car-mo-info .radio .icons {
top:0
}
.used-car-loan .art-bg-img .tell-me-about-your-car-mo-info .radio img {
display:block;
margin:0 auto
}
.used-car-loan .tell-me-about-your-car-mo-info {
width:300px
}
.used-car-loan .tell-me-about-your-car-mo-info {
width:300px
}
.news-tagger .year-manufacture {
width:257px
}
.used-car-loan .tell-me-about-your-car-mo-info {
width:300px
}
.used-car-loan .radio.label-icon>img {
width:100px
}
.used-car-loan .art-bg-img .tell-me-about-your-car-mo-info .radio .icons {
top:0
}
.used-car-loan .pad-none, .complete-eligibility-form .pad-md-none {
padding:14px 0 0 0
}
.news-tagger .news-tagger-cc .cc-others {
width:60%!important;
padding-top:0;
margin-bottom:10px
}
}
@media only screen and (min-width :480px) and (max-width :767px) {
.news-tagger .news-tagger-cc .cc-others {
width:36%!important;
padding-top:0;
margin-bottom:10px
}
.news-tagger .news-tagger-cc .cc-others .touch-icon {
margin:3px 0 0 0
}
.news-tagger .news-tagger-cc .cc-others .touch-icon:hover {
background:none repeat scroll 0 0 #40e0d0
}
}
@media only screen and (max-width :480px) {
.new-tag-select-year .table-curved td a, .new-tag-select-year .table-curved th a {
height:15px;
line-height:15px
}
.used-car-loan .tell-me-about-your-car-mo-info {
width:277px;
margin:0 auto
}
.used-car-loan .radio.label-icon>img {
width:91px
}
.year-sub-heading {
display:none
}
.year-sub-heading p {
font-size:14px
}
.news-tagger #carSlide .news-tagger-salary-deposited .bank-name {
white-space:normal
}
.new-tag-select-year .year-picker .table-curved td, .new-tag-select-year .year-picker .table-curved th {
padding:2px
}
.new-tag-select-year .table-curved td, .new-tag-select-year .table-curved th {
padding:5px;
text-align:center
}
.news-tagger .news-tagger-cc .cc-others .touch-icon {
margin:0
}
.news-tagger .news-tagger-cc .cc-others .touch-icon:hover {
background:none repeat scroll 0 0 #40e0d0
}
.news-tagger .news-tagger-cc .cc-others {
padding-top:0;
margin-bottom:10px
}
.news-tagger .news-tagger-cc .checkbox {
padding:5px 0
}
}
.iphone .contactMe .news-tagger-container .privacy {
padding:5px 20px;
margin:0 auto;
width:90%
}
@media only screen and (min-width :1056px) and (max-width :1199px) {
.news-tagger-btn {
padding:5px 0 20px
}
.news-tagger .ns-other-city {
margin:5px auto 0
}
.news-tagger .input-group-addon .checkbox, .radio {
padding:5px 10px
}
.news-tagger .city-name, .news-tagger .bank-name, .news-tagger .car-name {
margin-top:5px
}
.news-tagger h3, .news-tagger #prev_resident_city h3 {
margin:5px 0!important
}
.news-tagger-res .news-tagger-list {
margin:37px auto 0
}
.ns-fixed-height, .complete-eligibility-form .ns-fixed-height, .health-insurance-elig .ns-fixed-height, .contactMe .news-tagger-container .ns-fixed-height {
min-height:395px
}
.complete-eligibility-form h3 {
margin:5px 0
}
.complete-eligibility-form .item {
padding-bottom:28px
}
.container {
overflow-x:hidden
}
}
.eligPage .insurance-header .pad-control {
padding-left:0
}
.insurzone-pretext {
float:left;
font-size:16px;
padding:11px 10px;
text-align:left
}
.eligPage .izone-section-header .container {
background:#fff none repeat scroll 0 0;
padding-bottom:10px
}
.eligPage .izone-footer {
background:#323232 none repeat scroll 0 0;
color:#75787c;
font-size:14px;
font-weight:normal;
padding:1% 0;
width:100%;
min-height:350px
}
.eligPage .izone-footer p {
font-size:14px;
line-height:24px;
margin-bottom:0;
padding:0;
color:#75787c
}
.eligPage .izone-footer .irda-approval {
margin:10px 0
}
.sprite-symbols, .phone_btm .fa, .popup-close {
background-image:url(https://cdn5.bankbazaar.com/images/sprite-for-symbols-v3.png);
background-repeat:no-repeat
}
.symbols-lock {
background-position:-9px -110px;
display:inline-block;
height:14px;
width:14px
}
.symbols-chevron-left, .symbols-chevron-right {
display:inline-block;
height:30px;
width:30px
}
.symbols-chevron-right {
background-position:-224px -59px
}
.symbols-chevron-left {
background-position:-163px -58px
}
@media only screen and (max-width :1024px) {
.eligPage .izone-footer {
min-height:inherit
}
.ipad .news-tagger .news-tagger-birthdate .birth-day-info {
width:265px
}
.ipad .news-tagger .news-tagger-birthdate .birth-day-info input {
width:120px
}
}
@media only screen and (max-width :767px) {
.insurzone-pretext {
padding:10px 10px 0
}
}
@media only screen and (max-width :480px) {
.symbols-chevron-left {
background-position:-101px -63px
}
.symbols-chevron-right {
background-position:-133px -63px
}
.eligPage .insurance-header .container {
padding-bottom:5px
}
.eligPage .insurance-header .container .pad-control>img {
max-width:170px
}
.insurzone-pretext {
font-size:12px;
line-height:normal;
padding:5px 5px 0
}
.carousel-control {
top:35%
}
.news-tagger .car-slide .bank-name {
min-height:30px
}
}
@media only screen and (max-width :767px) {
.news-tagger, .news-tagger.complete-eligibility-form {
background:#1769aa
}
.news-tagger .select-from-our-menu, .complete-eligibility-form .bg-opacity {
background:transparent
}
.news-tagger-age-picker-mobile {
padding-top:13px
}
.news-tagger .dob-slide .dob-bg-info .error-msg-mo {
top:-24px
}
.error-msg-mo {
top:-24px
}
}
@media only screen and (max-width:360px) {
.used-car-loan .ns-fixed-height {
min-height:268px
}
.error-msg-mo {
top:-32px
}
}
.email-notification .error-msg {
background-color:#f1c40f;
border-radius:6px;
color:#fff;
font-size:15px;
font-weight:bold;
padding:10px 10px 10px 47px;
width:auto;
margin-top:10px;
margin-bottom:0;
line-height:normal;
position:relative;
-moz-animation:bounce 1s 1 alternate;
-ms-animation:bounce 1s 1 alternate;
-o-animation:bounce 1s 1 alternate;
-webkit-animation:bounce 1s 1 alternate;
animation:bounce 1s 1 alternate
}
.email-notification .error-msg:after {
bottom:100%;
left:40px;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(241, 196, 15, 0);
border-bottom-color:#f1c40f;
border-width:10px;
margin-left:-30px
}
.email-notification .error-msg img {
left:10px;
position:absolute;
top:4px
}
.email-notification .err-msg {
text-align:left
}
@media screen and (min-width:768px) and (max-width:1024px) {
.popover.right .arrow:after {
border-right-color:transparent
}
.popover.bottom .arrow, .popover .arrow:after {
border-bottom-color:transparent!important
}
}/*!
* Slider for Bootstrap
*
* Copyright 2012 <NAME>
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.news-tagger-slider {
background:url(https://cdn3.bankbazaar.com/images/slider-bg-newstaggered-v1.png) no-repeat;
width:805px;
height:70px;
margin:0 auto;
text-align:center
}
.news-tagger-slider .tooltip-inner {
background-color:rgba(0, 0, 0, 0);
color:#34495e;
cursor:pointer;
font-size:18px;
font-weight:bold;
line-height:93px;
line-height:120px\9;
padding:0;
text-align:center;
width:auto
}
.news-tagger-slider .tooltip.top .tooltip-arrow {
border-top-color:transparent
}
.news-tagger-slider .tooltip.top {
margin-left:-3px
}
.news-tagger-age-slider {
background:url(https://cdn3.bankbazaar.com/images/slider-bg-newstaggered-v1.png) no-repeat;
background-position:-135px -398px;
width:522px;
margin-bottom:20px
}
.news-tagger-slider .tooltip-inner::selection {
color:#34495e;
background:transparent
}
.news-tagger-slider .tooltip-inner::-moz-selection {
color:#34495e;
background:transparent
}
.annual-gross-income-slider {
background:url(https://cdn3.bankbazaar.com/images/slider-bg-newstaggered-v1.png) no-repeat;
background-position:0 -128px;
margin:40px auto 0
}
.total-emi .news-tagger-slider, .monthly-incentives .news-tagger-slider {
width:668px
}
.total-emi .news-tagger-slider .slider-min-value, .total-emi .news-tagger-slider .slider-max-value, .monthly-incentives .news-tagger-slider .slider-min-value, .monthly-incentives .news-tagger-slider .slider-max-value {
background:url(https://cdn3.bankbazaar.com/images/rupee_icon_small.png) no-repeat scroll 0 6px transparent;
color:#34495e;
display:inline;
left:56px;
position:absolute;
top:7px;
padding-left:12px;
line-height:25px;
font-size:12px
}
.ie8 .total-emi .news-tagger-slider .slider-max-value {
background-image:url(https://cdn3.bankbazaar.com/images/rupee_icon_small.png);
background-repeat:no-repeat;
background-position:0 7px
}
.ie8 .total-emi .news-tagger-slider .slider-min-value, .ie8 .total-emi .news-tagger-slider .slider-max-value {
top:29px
}
.total-emi .news-tagger-slider .slider-max-value, .monthly-incentives .news-tagger-slider .slider-max-value {
left:inherit;
padding-left:10px
}
.ie8 .slider-max-value, .ie8 .slider-min-value {
font-size:14px
}
.news-tagger-slider.total-emi-slider-bg, .news-tagger-slider.average-monthly-incentives-slider {
background:url(https://cdn3.bankbazaar.com/images/slider-bg-newstaggered-v1.png) no-repeat;
background-position:-67px -806px;
margin:40px auto 0;
position:relative
}
.news-tagger-slider.total-emi-slider-bg .slider.slider-horizontal, .news-tagger-slider.average-monthly-incentives-slider .slider.slider-horizontal {
width:507px
}
.total-experience-slider-bg, .complete-eligibility-form .total-experience-slider-bg {
background-position:-114px -961px;
margin:20px auto 0;
width:533px
}
.complete-eligibility-form .total-experience-slider-bg {
margin:10px auto 0
}
.total-experience-slider-bg .slider.slider-horizontal {
margin:0 auto 0 14px;
width:346px!important
}
.complete-eligibility-form .total-experience-slider-bg .slider.slider-horizontal {
width:346px!important;
margin:10px auto 0 10px;
left:0
}
.complete-eligibility-form .total-experience-slider-bg .tooltip.top {
margin-top:-11px
}
.slider {
display:inline-block;
vertical-align:middle;
position:relative
}
.slider.slider-horizontal, .annual-gross-income-slider .slider.slider-horizontal {
width:605px;
height:70px;
margin:0 auto 0 5px
}
.complete-eligibility-form .slider.slider-horizontal, .select-from-our-menu .slider.slider-horizontal {
height:53px;
left:47px;
width:603px!important;
margin:0 auto
}
.complete-eligibility-form .joining-month .slider.slider-horizontal {
left:13px;
width:661px!important
}
.complete-eligibility-form .work-exp-slider .slider.slider-horizontal {
left:72px;
width:350px!important
}
.news-tagger-age-slider .slider.slider-horizontal {
width:400px;
margin:0 auto
}
.news-tagger .slider.slider-horizontal .slider-track {
height:10px;
width:100%;
margin-top:-5px;
top:50%;
left:0
}
.complete-eligibility-form.news-tagger .slider.slider-horizontal .slider-track, .news-tagger .select-from-our-menu .slider.slider-horizontal .slider-track {
height:53px;
width:100%;
margin-top:0;
top:0;
left:0
}
.complete-eligibility-form .loan-tagger-slider .slider.slider-horizontal .slider-track {
height:53px;
width:100%;
margin-top:0;
top:31px;
left:0
}
.slider.slider-horizontal .slider-selection, .news-tagger .select-from-our-menu .slider.slider-horizontal .slider-selection {
height:100%;
top:0;
bottom:0
}
.slider.slider-horizontal .slider-handle, .news-tagger .select-from-our-menu .slider.slider-horizontal .slider-handle {
margin-left:-54px;
margin-top:-5px;
outline:0;
z-index:5
}
.complete-eligibility-form .slider.slider-horizontal .slider-handle, .news-tagger .select-from-our-menu .slider.slider-horizontal .slider-handle {
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-repeat:no-repeat;
background-position:-56px -500px;
height:114px;
margin-left:-56px;
margin-top:-30px;
width:110px;
top:auto
}
.slider.slider-vertical .slider-handle.triangle {
border-width:10px 0 10px 10px;
width:1px;
height:1px;
border-left-color:#0480be;
margin-left:0
}
.slider.slider-vertical {
height:210px;
width:20px
}
.slider.slider-vertical .slider-track {
width:10px;
height:100%;
margin-left:-5px;
left:50%;
top:0
}
.slider.slider-vertical .slider-selection {
width:100%;
left:0;
top:0;
bottom:0
}
.slider input {
display:none
}
.slider .tooltip-inner {
white-space:nowrap
}
.slider-track {
position:absolute;
cursor:pointer
}
.slider-selection {
position:absolute;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.slider-handle {
position:absolute;
background-color:transparent;
background-image:url(https://cdn3.bankbazaar.com/images/slider-bg-newstaggered-v1.png);
background-repeat:repeat;
background-position:0 -508px;
height:96px;
width:100px;
top:-38px;
opacity:.8;
border:0 solid transparent
}
.slider-handle.round {
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px
}
.slider-handle.triangle {
background:transparent none
}
.news-tagger-slider .tooltip-inner {
background-color:transparent
}
.complete-eligibility-form .well {
padding:7px 19px
}
.complete-eligibility-form .joining-year .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .joining-month .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -106px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .work-exp-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:-78px -209px;
border:0 solid #e3e3e3;
box-shadow:none;
width:522px;
margin:0 auto
}
.complete-eligibility-form .emi-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -632px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .annual-bonus-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -632px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .monthly-incentives-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -632px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .cost-of-property-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -630px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .net-monthly-salary-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -314px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .fixed-monthly-salary-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -314px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .year-profit-tax-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg.png);
background-position:0 -412px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto
}
.complete-eligibility-form .well .slider .tooltip, .select-from-our-menu .well .slider .tooltip {
opacity:1;
font-size:18px;
font-weight:bold;
margin-top:30px;
top:-30px!important
}
.complete-eligibility-form .well .slider .tooltip .tooltip-inner, .select-from-our-menu .well .slider .tooltip .tooltip-inner {
background-color:transparent;
color:#34495e;
cursor:pointer
}
.complete-eligibility-form .well .slider .tooltip .tooltip-arrow, .select-from-our-menu .well .slider .tooltip .tooltip-arrow {
opacity:0
}
.total-emi .news-tagger-slider .slider-max-value, .monthly-incentives .slider-max-value {
top:6px;
right:39px
}
.money-need-slider .well {
background-color:transparent;
background-image:url(https://cdn2.bankbazaar.com/images/loan_landing/slider-bg.png);
background-position:0 21px;
border:0 solid #e3e3e3;
box-shadow:none;
width:720px;
margin:0 auto;
padding:30px 19px;
text-align:left
}
@media only screen and (max-width:991px) {
.complete-eligibility-form .slider.slider-horizontal .slider-track {
height:44px
}
.complete-eligibility-form .slider.slider-horizontal {
height:44px
}
.complete-eligibility-form .well .slider .tooltip {
top:-34px!important
}
.news-tagger-slider {
background:url(https://cdn5.bankbazaar.com/images/slider-tab-bg-v1.png) no-repeat;
width:705px;
height:70px;
margin:0 auto;
text-align:center
}
.news-tagger-slider .tooltip-inner {
background-color:rgba(0, 0, 0, 0);
color:#34495e;
cursor:pointer;
font-size:16px;
font-weight:bold;
line-height:93px;
padding:0;
text-align:center;
width:auto
}
.news-tagger-slider .tooltip.top .tooltip-arrow {
border-top-color:rgba(0, 0, 0, 0)
}
.news-tagger-slider .tooltip.top {
margin-left:-7px;
margin-top:-9px;
color:#34495e
}
.news-tagger-slider .tooltip.top:focus {
color:#34495e
}
.news-tagger-age-slider {
background:url(https://cdn5.bankbazaar.com/images/slider-tab-bg-v1.png) no-repeat;
background-position:-121px -347px;
width:462px;
margin-bottom:40px
}
.annual-gross-income-slider {
background:url(https://cdn5.bankbazaar.com/images/slider-tab-bg-v1.png) no-repeat;
background-position:0 -112px;
margin:40px auto 0
}
.slider.slider-horizontal, .annual-gross-income-slider .slider.slider-horizontal {
width:520px;
height:70px;
margin:0 auto 0 5px
}
.news-tagger-age-slider .slider.slider-horizontal {
width:350px;
margin:0 auto 0 -5px
}
.slider-handle {
position:absolute;
background:url(https://cdn5.bankbazaar.com/images/slider-tab-bg-v1.png) repeat scroll 0 -442px rgba(0, 0, 0, 0);
height:96px;
width:100px;
top:-38px;
opacity:.8;
border:0 solid transparent
}
.total-emi-slider-bg .slider-handle {
top:-30px
}
.total-experience-slider-bg, .complete-eligibility-form .total-experience-slider-bg {
background:url(https://cdn5.bankbazaar.com/images/slider-tab-bg-v1.png) no-repeat;
background-position:-98px -838px;
margin:20px auto 0;
width:460px
}
.total-experience-slider-bg .slider.slider-horizontal, .complete-eligibility-form .total-experience-slider-bg .slider.slider-horizontal {
margin:0 auto 0 30px;
width:304px!important
}
.complete-eligibility-form .total-experience-slider-bg .slider.slider-horizontal {
margin:0 auto 0 12px
}
.complete-eligibility-form .total-experience-slider-bg .slider.slider-horizontal .slider-handle {
margin-top:-25px
}
.complete-eligibility-form .joining-year .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px 0;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .joining-month .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -86px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .work-exp-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:-62px -172px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
margin:0 auto
}
.complete-eligibility-form .work-exp-slider .slider.slider-horizontal {
left:58px;
width:290px!important
}
.complete-eligibility-form .emi-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -520px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .annual-bonus-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -520px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .monthly-incentives-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -520px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .cost-of-property-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -521px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .net-monthly-salary-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -258px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .fixed-monthly-salary-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -258px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .year-profit-tax-slider .well {
background-color:transparent;
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:10px -339px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto
}
.complete-eligibility-form .slider.slider-horizontal .slider-handle, .news-tagger .money-need-slider .slider.slider-horizontal .slider-handle {
background-image:url(https://cdn5.bankbazaar.com/images/complete-eligibility-form/hl-slider-bg-tab.png);
background-position:-45px -407px;
width:92px;
height:104px;
margin-left:-47px
}
.complete-eligibility-form .slider.slider-horizontal {
width:497px!important
}
.complete-eligibility-form .joining-month .slider.slider-horizontal {
left:17px;
width:548px!important
}
.money-need-slider .well {
background-color:transparent;
background-image:url(https://cdn1.bankbazaar.com/images/loan_landing/slider-bg-tab.png);
background-position:10px 14px;
background-repeat:no-repeat;
border:0 solid #e3e3e3;
box-shadow:none;
width:620px;
margin:0 auto;
padding:20px 19px
}
.money-need-slider .slider.slider-horizontal {
width:499px!important
}
}
.select-from-our-menu .new-stagger-heading h1, .select-from-our-menu .new-stagger-heading h3, .select-from-our-menu .new-stagger-heading P {
color:#fff;
margin:0;
padding:10px 0;
background:none repeat scroll 0 0 #40e0d0;
text-align:center
}
.select-from-our-menu h3.bg-opacity-h3 {
margin:0 0 10px
}
.select-from-our-menu h1, .select-from-our-menu h2, .select-from-our-menu h3 {
font-weight:400;
text-align:center
}
.select-from-our-menu h1 {
font-size:20px
}
.select-from-our-menu h3 {
font-size:26px;
margin:19px 0 20px
}
.select-from-our-menu {
background-color:#3dbfd9;
color:#fff;
padding:0;
position:relative
}
.select-from-our-menu .item {
padding-bottom:20px
}
.select-from-our-menu .label-icon.checkbox .icons, .select-from-our-menu .label-icon.radio .icons {
color:#fff;
margin:10px auto 0;
position:relative
}
.select-from-our-menu .label-icon.checkbox.checked .second-icon, .select-from-our-menu .label-icon.radio.checked .second-icon {
color:#fff
}
.select-from-our-menu .label-icon span {
display:block
}
.select-from-our-menu .container {
position:relative
}
.select-from-our-menu .ns-fixed-height {
min-height:420px;
position:relative
}
.select-from-our-menu .news-tagger-btn .apply {
background-color:#ed4a13;
color:#ffe8e0;
font-size:20px;
margin:0
}
.select-from-our-menu .news-tagger-btn .apply:hover {
background-color:#d33b07
}
.select-from-our-menu .news-tagger-btn {
padding:0 0 43px 0
}
.select-from-our-menu .bg-opacity {
background-color:rgba(255, 255, 255, 0.1)
}
.select-from-our-menu .bg-opacity-1 {
padding:10px 20px
}
.select-from-our-menu .slider-section {
width:740px;
margin:0 auto
}
.select-from-our-menu .slider-section h3 {
margin:0 0 20px
}
.select-from-our-menu .custom-container {
width:640px
}
.select-from-our-menu .label-icon {
cursor:pointer;
padding:5px;
font-size:14px;
margin:5px;
line-height:1.5
}
.select-from-our-menu .label-icon.checked, .select-from-our-menu .label-icon:hover {
background-color:#40e0d0;
border-radius:6px;
color:#fff
}
.select-from-our-menu .display-block-sm, .select-from-our-menu .display-block-xs {
display:none
}
.select-from-our-menu .pad-none, .select-from-our-menu .pad-md-none {
padding:0
}
.select-from-our-menu select {
font-size:14px
}
.select-from-our-menu .form-group input[type="text"] {
margin-bottom:0;
background:none repeat scroll 0 0 #fff!important;
border:0 none;
box-shadow:0 0 2px #696969 inset;
height:42px
}
.select-from-our-menu .form-group.focus .input-group-addon, .select-from-our-menu .input-group.focus .input-group-addon {
background:none repeat scroll 0 0 #34495e!important
}
.select-from-our-menu .input-group-addon {
background-color:#34495e;
box-shadow:0 0 2px #696969 inset;
border:0 none;
height:auto;
padding:10px 12px
}
.select-from-our-menu .bg-opacity-pad {
padding:10px;
margin-bottom:20px
}
.select-from-our-menu .text-box-container {
width:350px;
margin:0 auto
}
.select-from-our-menu .text-box-container-mar {
margin:51px auto
}
.select-from-our-menu .text-box-container .form-group {
margin-bottom:0
}
.select-from-our-menu .two-column-slide {
width:600px
}
.select-from-our-menu .above-five-column .above-five-column-icons {
width:762px;
margin:0 auto 20px
}
.select-from-our-menu .bg-opacity-head h3 {
font-size:22px;
margin:0 0 20px
}
.select-from-our-menu .carousel-inner {
overflow:visible;
font-size:18px
}
.select-from-our-menu .bg-opacity .error:after {
right:100%;
top:50%;
border:solid transparent;
content:" ";
height:0;
top:-20px;
left:11px;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(136, 183, 213, 0);
border-bottom-color:#f1c40f;
border-width:10px
}
.select-from-our-menu .bg-opacity .input-error-cl, .select-from-our-menu .computer-info .input-error-cl, .select-from-our-menu .modal-content .input-error-cl {
position:absolute;
color:#fff;
display:block;
background:#f1c40f;
border-radius:6px;
padding:5px;
margin-top:10px;
margin-bottom:0;
line-height:normal;
font-weight:bold;
width:100%;
clear:both;
z-index:1000;
-moz-animation:bounce 1s 1 alternate;
-ms-animation:bounce 1s 1 alternate;
-o-animation:bounce 1s 1 alternate;
-webkit-animation:bounce 1s 1 alternate;
animation:bounce 1s 1 alternate
}
.select-from-our-menu .bg-opacity .input-error-cl {
position:absolute;
color:#fff;
display:block;
background:#f1c40f;
border-radius:6px;
padding:5px;
margin-top:10px;
margin-bottom:0;
line-height:normal;
font-weight:bold;
width:100%;
clear:both;
z-index:1000;
-moz-animation:bounce 1s 1 alternate;
-ms-animation:bounce 1s 1 alternate;
-o-animation:bounce 1s 1 alternate;
-webkit-animation:bounce 1s 1 alternate;
animation:bounce 1s 1 alternate
}
.select-from-our-menu .bg-opacity-drop {
margin:20px auto;
width:392px
}
.select-from-our-menu .bg-opacity-drop .form-group {
margin-bottom:0
}
.select-from-our-menu .bg-opacity-drop select {
width:100%
}
.select-from-our-menu .radio, .select-from-our-menu .checkbox {
cursor:pointer
}
.select-from-our-menu .input-help-msg .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 6px 6px 0
}
.select-from-our-menu .five-column-slide {
width:880px
}
.select-from-our-menu .five-column-slide .col-md-2 {
width:168px
}
.select-from-our-menu .input-group .form-control:first-child {
border-radius:0 6px 6px 0
}
.select-from-our-menu .content-info-img-middle {
margin:80px auto 0
}
.select-from-our-menu .content-info-big-icon-middle {
margin:42px auto 0
}
.select-from-our-menu .default-cluetip-left .tooltip {
left:-145px;
top:40px
}
.select-from-our-menu .default-cluetip-right .tooltip {
right:-145px;
top:40px
}
.select-from-our-menu .tooltip.right .tooltip-arrow {
border-right-color:#7af8bd
}
.select-from-our-menu .tooltip.left .tooltip-arrow {
border-left-color:#7af8bd
}
.select-from-our-menu .tooltip-inner {
background-color:#7af8bd;
color:#009e43;
padding:10px 20px;
width:214px;
max-width:214px;
vertical-align:middle;
text-align:center
}
.select-from-our-menu .above-five-column-wrapper .radio img {
width:92px
}
.select-from-our-menu .col-md-offset-13 {
margin-left:13%
}
.select-from-our-menu .above-five-column-icons .radio img {
width:92px
}
.select-from-our-menu select {
background:#fff url(https://cdn5.bankbazaar.com/images/loan_landing/dropdown-arrow.png) no-repeat right 10px center!important;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border:0 none;
border-radius:6px;
box-shadow:0 0 2px #696969 inset;
color:#34495e;
height:45px;
width:100%;
padding:12px;
line-height:normal
}
.select-from-our-menu select {
font-size:14px
}
.select-from-our-menu .error-msg .input-error-cl {
z-index:999
}
.select-from-our-menu .news-tagger-btn .apply.loading-circle, .news-tagger .contactMe .news-tagger-btn .loading-circle {
padding-left:40px;
background-image:url(https://cdn1.bankbazaar.com/images/complete-eligibility-form/loading-circle.gif);
background-repeat:no-repeat;
background-position:10px 10px
}
@media only screen and (max-width :1400px) {
.select-from-our-menu .radio.label-icon>img {
width:108px
}
.select-from-our-menu .radio.label-icon-big>img {
width:148px
}
.select-from-our-menu .default-cluetip-left .tooltip {
left:-151px;
top:40px
}
.select-from-our-menu .default-cluetip-right .tooltip {
right:-154px;
top:40px
}
}
@media only screen and (max-width :1150px) {
.select-from-our-menu .two-column-slid {
width:500px
}
.select-from-our-menu .default-cluetip-left .tooltip {
left:-177px;
top:40px
}
.select-from-our-menu .default-cluetip-right .tooltip {
right:-177px;
top:40px
}
}
@media only screen and (max-width :992px) {
.select-from-our-menu h1 {
font-size:18px
}
.select-from-our-menu h3 {
font-size:20px
}
.select-from-our-menu .bg-opacity-head h3 {
font-size:20px
}
.select-from-our-menu .news-tagger-btn .apply {
font-size:18px;
line-height:normal
}
.select-from-our-menu .five-column-slide .col-md-2 {
width:33.3%
}
.select-from-our-menu .five-column-slide .col-sm-6 {
width:50%
}
.select-from-our-menu .above-five-column .above-five-column-icons {
width:640px
}
.select-from-our-menu .slider-section {
width:620px
}
.select-from-our-menu .tooltip-inner {
width:140px
}
.select-from-our-menu .default-cluetip-left .tooltip {
left:-102px;
top:17px
}
.select-from-our-menu .default-cluetip-right .tooltip {
right:-104px;
top:17px
}
.select-from-our-menu .tooltip.fade.left.in, .select-from-our-menu .tooltip.fade.right.in {
opacity:0
}
}
@media only screen and (max-width :991px) {
.select-from-our-menu .custom-sm-container {
width:640px;
margin:0 auto
}
.select-from-our-menu .loan-looking-for-slide .label-icon {
margin:5px;
padding:0
}
}
@media only screen and (max-width :767px) {
.select-from-our-menu .display-none-sm {
display:none
}
.select-from-our-menu .display-block-sm {
display:block
}
.select-from-our-menu .ns-fixed-height {
width:84%;
margin:0 auto
}
.select-from-our-menu .bg-opacity {
margin:0 0 10px;
padding:10px
}
.select-from-our-menu .slider-section {
width:auto
}
.select-from-our-menu .col-md-offset-13 {
margin-left:0
}
.select-from-our-menu .form-group {
margin-bottom:0
}
.select-from-our-menu .content-info-big-icon-middle {
margin:10px auto 0
}
.select-from-our-menu .radio.label-icon>img {
width:100px
}
.select-from-our-menu .text-box-container {
width:100%
}
.select-from-our-menu .custom-container, .select-from-our-menu .custom-sm-container {
width:530px
}
.select-from-our-menu .radio-xs-none .text-center .radio .icons {
display:none
}
.select-from-our-menu .two-column-slide {
width:300px
}
.select-from-our-menu .bg-opacity-drop {
width:100%
}
.select-from-our-menu .three-column .text-center {
padding:0
}
.select-from-our-menu .three-column .content-info-img-middle {
margin:30px auto
}
.select-from-our-menu .content-info-middle {
margin:30px auto
}
.select-from-our-menu .three-column .error-sec-mo {
display:block
}
.select-from-our-menu .tooltip {
display:none
}
}
@media only screen and (max-width :640px) {
.select-from-our-menu .custom-container, .select-from-our-menu .custom-sm-container {
width:auto
}
}
@media only screen and (max-width :480px) {
.select-from-our-menu h3 {
margin:10px 0
}
.select-from-our-menu h1 {
font-size:16px
}
.select-from-our-menu h3 {
font-size:15px;
margin:10px 0
}
.select-from-our-menu .slider-section h3 {
margin:0 0 5px 0
}
.select-from-our-menu .news-tagger-btn .apply {
font-size:16px;
padding:8px 25px;
line-height:16px;
height:auto;
min-height:25px
}
.select-from-our-menu .bg-opacity-head .checkbox, .select-from-our-menu .bg-opacity-head h3 {
font-size:14px
}
.select-from-our-menu .bg-opacity-head h3 {
margin:0 0 10px
}
.select-from-our-menu .carousel-control.left {
left:5px
}
.select-from-our-menu .carousel-control.right {
right:5px
}
.select-from-our-menu .carousel-control {
font-size:14px;
height:30px;
line-height:24px;
width:30px
}
.select-from-our-menu .custom-container label {
font-size:14px;
word-wrap:break-word
}
.select-from-our-menu .bg-opacity {
padding:10px
}
.select-from-our-menu .bg-opacity-1 {
padding:0 10px
}
.select-from-our-menu .bg-opacity-1 .label-icon {
padding:2px
}
.select-from-our-menu h3.bg-opacity-h3 {
margin:0 0 10px;
font-size:14px
}
.select-from-our-menu .radio.label-icon>img {
width:60px
}
.select-from-our-menu .two-column-slide {
width:242px
}
.select-from-our-menu .above-five-column .add-co-applicant {
margin:10px auto
}
.select-from-our-menu .flatui-dropdown .btn {
width:85%
}
}
@media only screen and (max-width :360px) {
.select-from-our-menu .ns-fixed-height {
min-height:150px
}
.select-from-our-menu .two-column-slide.content-info-big-icon-middle {
margin-top:0
}
.select-from-our-menu .above-five-column-wrapper.co-applicant-slide .error-msg-mo {
display:block!important;
position:relative;
top:27px
}
}
@media only screen and (min-width :361px) and (max-width :767px) {
.select-from-our-menu .ns-fixed-height {
min-height:400px
}
.select-from-our-menu .mo-landscape-icon .col-xs-6.text-center {
width:50%
}
.select-from-our-menu .two-column-slide.content-info-big-icon-middle {
margin-top:10%
}
}
@media only screen and (min-width :361px) and (max-width :481px) {
.select-from-our-menu .ns-fixed-height {
min-height:150px
}
}
@-moz-document url-prefix() {
.select-from-our-menu select {
background-image:none!important
}
}
@media only screen and (max-width :767px) {
.news-tagger .select-from-our-menu .bg-opacity {
background:transparent
}
}
.newstaggered-modal .form-group input[type="text"], .newstaggered-modal .form-group input[type="text"]:focus {
background:none repeat scroll 0 0 #fff;
border:0 none;
border-radius:0 6px 6px 0;
box-shadow:0 0 2px #696969 inset!important;
font-size:14px;
height:42px;
text-align:left;
text-transform:uppercase
}
.newstaggered-modal .modal-body p {
color:#646464;
text-align:center;
margin:5px 0
}
.newstaggered-modal .other-dd-close {
color:#fff;
cursor:pointer;
font-size:26px;
font-weight:lighter;
line-height:22px;
position:absolute;
right:10px;
top:5px
}
.newstaggered-modal .modal-dialog {
width:950px
}
.newstaggered-modal .modal-dialog .close {
opacity:1;
outline:0;
padding:0;
height:auto;
line-height:1
}
.newstaggered-modal .modal-dialog .top-close {
background-color:#fff;
border-radius:3px;
padding:0 4px;
font-size:20px;
position:absolute;
top:-21px;
right:-17px
}
.newstaggered-modal .modal-dialog .bottom-close {
bottom:0;
color:#5dade2;
display:block;
font-size:14px;
text-decoration:underline
}
.newstaggered-modal .modal-body {
padding:10px 10px 5px 10px
}
.news-tagger .newstaggered-modal .form-group {
margin:0 auto 10px
}
.newstaggered-modal .other-city {
margin:0 auto;
float:none;
margin-bottom:5px;
padding-top:0
}
.newstaggered-modal .other-dd-container {
border:1px solid #ccc;
border-radius:10px;
background:#fff;
float:right;
z-index:1000;
width:100%
}
.newstaggered-modal .other-dd-container h5 {
padding:10px 21px;
margin:0;
background:#34495e;
color:#fff;
font-size:16px;
border-radius:10px 10px 0 0
}
.newstaggered-modal .other-dd-wrapper {
padding:15px 10px
}
.newstaggered-modal .other-dd-category {
background:#ececec;
color:#000;
text-align:left;
padding:2px 7px;
text-transform:uppercase
}
.newstaggered-modal .other-dd-category>img {
margin-left:10px
}
.newstaggered-modal .other-dd-category>span {
vertical-align:middle
}
.newstaggered-modal .other-dd-list {
list-style:none;
margin:0 5px;
height:auto;
padding:0;
float:left;
width:140px
}
.newstaggered-modal .other-dd-list li {
font-size:12px;
line-height:22px;
text-align:left
}
.newstaggered-modal .other-dd-list li a {
display:block;
color:#646464;
font-size:14px;
padding-left:7px;
line-height:20px;
cursor:pointer;
word-wrap:break-word
}
.newstaggered-modal .other-dd-list li a:hover {
background:#3fe0d0;
color:#fff
}
.newstaggered-modal .other-city-out-side-of-india {
border:0;
width:100%;
padding:10px 19px 10px 9px
}
.newstaggered-modal .other-city-out-side-of-india .other-dd-list {
width:100%
}
.newstaggered-modal .pad-none {
padding:0
}
.newstaggered-modal .dropdown-city .dontshow {
display:none
}
.news-tagger .newstaggered-modal select {
background:url(https://cdn2.bankbazaar.com/images/complete-eligibility-form/dropdown-arrow.png) no-repeat right 10px center!important;
height:auto;
padding:12px;
margin-bottom:10px;
width:100%;
line-height:normal;
outline:0;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none
}
.news-tagger .car-slide .newstaggered-modal .input-group-addon {
padding:0 9px
}
.news-tagger .newstaggered-modal .input-group-addon {
height:auto;
padding:10px 12px;
width:1%
}
.news-tagger .newstaggered-modal .news-tagger-content {
padding-top:0;
line-height:normal;
min-height:auto
}
.newstaggered-modal .news-tagger-content .input-error-cl {
margin-bottom:0;
position:relative
}
.newstaggered-modal .cl-slider-elb-form {
line-height:normal
}
.news-tagger-other-city .form-control[readonly], .news-tagger-other-city .form-control[readonly] {
background-color:#fff;
color:#34495e;
cursor:text;
opacity:1
}
.news-tagger .car-slide .newstaggered-modal .input-group-addon img {
max-width:none
}
@media only screen and (max-width :862px) {
.newstaggered-modal .modal-dialog {
width:768px
}
.newstaggered-modal .other-dd-list {
width:110px
}
.newstaggered-modal .modal-dialog .close {
right:12px;
top:-20px
}
.newstaggered-modal .other-dd-list li a {
text-overflow:ellipsis;
white-space:nowrap;
width:112px;
overflow:hidden
}
}
@media only screen and (max-width :767px) {
.newstaggered-modal .modal-dialog {
margin:32px 0;
width:100%
}
.newstaggered-modal .other-dd-list {
width:48%;
margin:0 1%
}
.newstaggered-modal .other-dd-list li a {
width:auto;
white-space:normal
}
}
@media only screen and (min-width:600px) and (max-width:640px) {
.newstaggered-modal .other-dd-list {
display:inline-block;
float:none
}
.newstaggered-modal .other-dd-list:nth-child(1), .newstaggered-modal .other-dd-list:nth-child(2), .newstaggered-modal .other-dd-list:nth-child(3) {
clear:left;
float:left
}
.newstaggered-modal .other-dd-list:nth-child(4), .newstaggered-modal .other-dd-list:nth-child(5), .newstaggered-modal .other-dd-list:nth-child(6) {
clear:right
}
.newstaggered-modal .other-dd-list:nth-child(5), .newstaggered-modal .other-dd-list:nth-child(6) {
margin-top:-10px
}
}
@media only screen and (max-width :340px) {
.newstaggered-modal .other-dd-list li a {
white-space:nowrap;
width:112px
}
}
.sprite-carlogo {
background-image:url(https://cdn1.bankbazaar.com/images/landing_page/sprite-carlogo.png);
background-repeat:no-repeat;
display:inline-block;
margin-left:10px;
background-position:0 150px;
height:16px
}
.icon-ASHOK-LEYLAND {
background-position:-5px -5px;
width:16px
}
.icon-ASTON-MARTIN {
background-position:-31px -5px;
width:34px;
height:13px
}
.icon-AUDI {
background-position:-75px -5px;
width:27px
}
.icon-BAJAJ {
background-position:-112px -5px;
width:17px
}
.icon-BENTLEY {
background-position:-139px -5px;
width:49px
}
.icon-BMW {
background-position:-198px -5px;
width:16px
}
.icon-BUGATTI {
background-position:-5px -31px;
width:32px
}
.icon-CADILLAC {
background-position:-47px -31px;
width:17px
}
.icon-CHEVROLET {
background-position:-74px -31px;
width:31px;
height:12px
}
.icon-DAEWOO-MOTORS {
background-position:-115px -31px;
width:21px
}
.icon-DATSAN {
background-position:-146px -31px;
width:30px
}
.icon-DATSUN {
background-position:-186px -31px;
width:30px
}
.icon-DODGE {
background-position:-5px -57px;
width:29px
}
.icon-EICHER {
background-position:-44px -57px;
width:24px
}
.icon-ENDEVOR {
background-position:-78px -57px;
width:31px;
height:12px
}
.icon-ESTD {
background-position:-119px -57px;
width:30px;
height:10px
}
.icon-FERRARI {
background-position:-159px -57px;
width:10px
}
.icon-FIAT {
background-position:-179px -57px;
width:16px
}
.icon-FORCE {
background-position:-205px -57px;
width:16px
}
.icon-FORD {
background-position:-5px -83px;
width:37px;
height:15px
}
.icon-HINDUSTAN-MOTORS {
background-position:-52px -83px;
width:27px
}
.icon-HONDA {
background-position:-89px -83px;
width:20px
}
.icon-HUMMER {
background-position:-119px -83px;
width:58px;
height:8px
}
.icon-HYUNDAI {
background-position:-187px -83px;
width:31px;
height:15px
}
.icon-ICML {
background-position:-5px -108px;
width:19px
}
.icon-JAGUAR {
background-position:-119px -101px;
width:42px
}
.icon-LAMBORGHINI {
background-position:-171px -108px;
width:14px
}
.icon-LAND-ROVER {
background-position:-195px -108px;
width:30px
}
.icon-MAHINDRA {
background-position:-5px -134px;
width:33px;
height:15px
}
.icon-MAHINDRA-RENAULT {
background-position:-48px -134px;
width:62px
}
.icon-MAHINDRA-SSANGYONG {
background-position:-120px -134px;
width:55px
}
.icon-MARUTI {
background-position:-185px -134px;
width:16px
}
.icon-MARUTI-SUZUKI {
background-position:-5px -160px;
width:34px
}
.icon-MASERATI {
background-position:-211px -134px;
width:12px
}
.icon-MAYBACH {
background-position:-49px -160px;
width:22px
}
.icon-MERCEDES-BENZ {
background-position:-81px -160px;
width:16px
}
.icon-MINI {
background-position:-107px -160px;
width:38px
}
.icon-MITSUBISHI {
background-position:-155px -160px;
width:18px
}
.icon-NISSAN {
background-position:-183px -160px;
width:19px
}
.icon-OPEL {
background-position:-5px -186px;
width:21px
}
.icon-PORSCHE {
background-position:-36px -186px;
width:14px
}
.icon-PREMIER {
background-position:-60px -186px;
width:25px
}
.icon-PREMIER-AUTOMOBILES {
background-position:-95px -186px;
width:25px
}
.icon-RENAULT {
background-position:-130px -186px;
width:16px
}
.icon-ROLLS-ROYCE {
background-position:-212px -160px;
width:12px;
height:20px
}
.icon-SAAB-AUTOMOBILES {
background-position:-224px -5px;
width:71px
}
.icon-SAN-MOTORS {
background-position:-226px -31px;
width:15px
}
.icon-SKODA {
background-position:-251px -31px;
width:16px
}
.icon-SSANGYONG-MOTOR {
background-position:-277px -31px;
width:26px
}
.icon-SUBARU {
background-position:-231px -57px;
width:29px
}
.icon-TATA {
background-position:-270px -57px;
width:24px;
height:17px
}
.icon-TOYOTA {
background-position:-235px -84px;
width:24px
}
.icon-TVS {
background-position:-156px -190px;
width:87px
}
.icon-VOLKSWAGEN {
background-position:-269px -84px;
width:16px
}
.icon-VOLVO {
background-position:-34px -110px;
width:35px;
height:5px
}
.sprite-gender {
height: 200px;
display: inline-block;
width: 200px;
vertical-align: middle;
border-radius: 100px;
border: 3px solid #FB6C2B;
}
.icon-net {
background: url(../images/net.png) no-repeat;
background-size: contain !important;
background-position: center center;
}
.icon-gross {
background: url(../images/gross.png) no-repeat;
background-size: contain !important;
background-position: center center;
}
@media only screen and (max-width:767px) {
.sprite-gender {
height:120px;
}
.icon-net {
background: url(../images/net1.png) no-repeat;
}
.icon-gross {
background: url(../images/gross1.png) no-repeat;
}
}
.sprite-bank-desk {
background-repeat:no-repeat;
display:inline-block;
width:130px;
height:130px;
vertical-align:middle;
border-radius: 100px;
border: 3px solid #FB6C2B;
/*background-size: contain !important;*/
}
.icon-bank-12 {
background: url(../images/loan1.png);
}
.icon-bank-2 {
background: url(../images/loan2.png);
}
.icon-bank-39 {
background: url(../images/loan3.png);
}
.icon-bank-5 {
background: url(../images/loan4.png);
}
.icon-bank-57 {
background: url(../images/product-icons/home_sale.jpg);
}
.icon-bank-92 {
background: url(../images/loan6.png);
}
.Resale-Purchase-2011{
background: url(../images/loan6.png);
}
.Commercial-Mortgage-2012{
background: url(../images/product-icons/mortgage.jpg);
}
.Resale-Purchase-2012{
background: url(../images/loan5.png);
}
.Balance-Transfer-2016{
background: url(../images/product-icons/balance-transfer.jpg);
}
.Top-Up-2018{
background: url(../images);
}
.balancetransfer2015{
background:url(../images/product-icons/mortgage_bt.jpg);
}
.Top-Up-2018{
background:url(../images/product-icons/mortgage_plot.jpg);
}
.salaryAccount-2014{
background:url(../images/product-icons/mortgage-doc.jpg);
}
.Resale-Puchase-2013{
background: url(../images/product-icons/construction-document.jpg);
}
.Loan-Extension-2019{
background: url(../images/loan10.png);
}
.icon-bank-96 {
background: url(../images/loan7.png);
}
.icon-bank-999 {
background: url(../images/product-icons/plot_construction.jpg);
}
.icon-receive {
background: url(../images/loan9.png);
}
.icon-receive-cash {
background: url(../images/product-icons/balancetransfer.jpg);
}
.icon-bank-Allahabad {
background:url(../images/bank_logo/allahabad-bank.png) center no-repeat;
}
.icon-bank-Andhra
{
background:url(../images/bank_logo/andhra-bank.png) center no-repeat #fff;
}
.icon-bank-axis
{
background:url(../images/bank_logo/Axis-Bank.png) center no-repeat #fff;
}
.icon-bank-bob
{
background:url(../images/bank_logo/Bank-of-Baroda.png) center no-repeat #fff;
}
.icon-bank-boi
{
background:url(../images/bank_logo/Bank-of-India.png) center no-repeat #fff;
}
.icon-bank-canara
{
background:url(../images/bank_logo/Canara-Bank.png) center no-repeat #fff;
}
.icon-bank-centerl-bank
{
background:url(../images/bank_logo/Central-Bank-of-India.png) center no-repeat #fff;
}
.icon-bank-city
{
background:url(../images/bank_logo/citibank.png) center no-repeat #fff;
}
.icon-bank-corp
{
background:url(../images/bank_logo/Corporation-Bank.png) center no-repeat #fff;
}
.icon-bank-dena
{
background:url(../images/bank_logo/Dena-Bank.png) center no-repeat #fff;
}
.icon-bank-dhfl
{
background:url(../images/bank_logo/DHFL.png) center no-repeat #fff;
}
.icon-bank-first
{
background:url(../images/bank_logo/First-Blue-Home-Finance.png) center no-repeat #fff;
}
@media only screen and (max-width:767px) {
/*.sprite-bank-desk {
background-image:url(https://cdn3.bankbazaar.com/images/mobile/landing_page/sprite-bank-desk.png);
width:58px;
height:58px
}
.icon-bank-12 {
background-position:-6px -6px
}
.icon-bank-2 {
background-position:-76px -6px
}
.icon-bank-39 {
background-position:-146px -6px
}
.icon-bank-5 {
background-position:-6px -76px
}
.icon-bank-57 {
background-position:-76px -76px
}
.icon-bank-92 {
background-position:-146px -76px
}
.icon-bank-96 {
background-position:-6px -146px
}
.icon-bank-999 {
background-position:-76px -146px
}
.icon-receive {
background-position:-146px -146px
}
.icon-receive-cash {
background-position:-216px -6px
}*/
}
.sprite-city {
background-repeat:no-repeat;
display:inline-block;
width:150px;
height:150px;
}
.icon-city-bangalore {
background-position:-2px -2px
}
.icon-city-chennai {
background-position:-138px -2px
}
.icon-rs {
background: url(../images/rs.png);
border-radius: 100px;
border: 3px solid #FB6C2B;
}
.icon-gsincome {
background: url(../images/product-icons/net_income_icon.jpg) center no-repeat ;
border-radius: 100px;
border: 3px solid #FB6C2B;
}
.icon-net_income {
background: url(../images/product-icons/net_incomes.jpg) center no-repeat ;
border-radius: 100px;
border: 3px solid #FB6C2B;
}
.icon-se {
background: url(../images/se.png);
border-radius: 100px;
border: 3px solid #FB6C2B;
}
.icon-nri {
background: url(../images/nri.png);
border-radius: 100px;
border: 3px solid #FB6C2B;
}
.icon-city-other {
background-position:-274px -2px
}
.icon-city-default {
background-position:-272px -138px
}
@media only screen and (min-width:768px) and (max-width:1023px) {
/*.sprite-city {
width:80px;
height:80px;
}*/
.icon-city-bangalore {
background-position:-8px -8px
}
.icon-city-chennai {
background-position:-99px -8px
}
.icon-city-mumbai {
background-position:-99px -106px
}
.icon-city-new-delhi {
background-position:-8px -106px
}
.icon-city-other, .icon-city-default {
background-position:-190px -3px
}
}
@media only screen and (max-width:767px) {
.sprite-city {
/* width:70px;
height:70px; */
}
.news-tagger-city { width:100%; }
.col-sm-4 {
/*100% !important;*/
}
.icon-city-bangalore {
background-position:-5px -5px
}
.icon-city-chennai {
background-position:-75px -5px
}
.icon-city-mumbai {
background-position:-215px 0
}
.icon-city-new-delhi {
background-position:-145px 0
}
.icon-city-other, .icon-city-default {
background-position:-285px -5px
}
}
.sprite-ex-cards {
background-image:url(https://cdn3.bankbazaar.com/images/landing_page/sprite-ex-cc.png);
background-repeat:no-repeat;
display:inline-block;
width:132px;
height:132px;
background-position:0 150px;
vertical-align:middle
}
.icon-cc-12 {
background-position:-2px -2px
}
.icon-cc-2 {
background-position:-138px -2px
}
.icon-cc-39 {
background-position:-2px -138px
}
.icon-cc-57 {
background-position:-138px -138px
}
.icon-cc-92 {
background-position:-274px -2px
}
.icon-cc-96 {
background-position:-274px -138px
}
.icon-cc-999 {
background-position:-2px -274px
}
.icon-nocards {
background-position:-138px -274px
}
@media only screen and (max-width:767px) {
.sprite-ex-cards {
background-image:url(https://cdn1.bankbazaar.com/images/mobile/landing_page/sprite-ex-cc.png);
width:60px;
height:60px;
border-radius:60px
}
.icon-cc-12 {
background-position:-2px -2px
}
.icon-cc-2 {
background-position:-66px -2px
}
.icon-cc-39 {
background-position:-2px -66px
}
.icon-cc-57 {
background-position:-66px -66px
}
.icon-cc-92 {
background-position:-130px -2px
}
.icon-cc-96 {
background-position:-130px -66px
}
.icon-cc-999 {
background-position:-2px -130px
}
.icon-nocards {
background-position:-66px -130px
}
}
.sprite-purpose {
background-image:url(https://cdn1.bankbazaar.com/images/landing_page/sprite-purpose.png);
background-repeat:no-repeat;
display:inline-block;
width:108px;
height:108px;
background-position:0 150px;
vertical-align:middle
}
.icon-purpose1 {
background-position:0 0
}
.icon-purpose2 {
background-position:-108px 0
}
.icon-purpose3 {
background-position:-216px 0
}
@media only screen and (max-width:767px) {
.sprite-purpose {
background-image:url(https://cdn4.bankbazaar.com/images/mobile/landing_page/sprite-purpose.png);
width:60px;
height:60px
}
.icon-purpose1 {
background-position:0 0
}
.icon-purpose2 {
background-position:-60px 0
}
.icon-purpose3 {
background-position:-120px 0
}
}
.sprite-employment {
background-image:url(https://cdn5.bankbazaar.com/images/landing_page/sprite-employment.png);
background-repeat:no-repeat;
display:inline-block;
width:108px;
height:108px;
background-position:0 150px;
vertical-align:middle
}
.icon-employment1, .icon-tli_salaried {
background-position:0 0
}
.icon-employment2 {
background-position:-108px 0
}
.icon-employment3, .icon-tli_self_employed_business {
background-position:-216px 0
}
.icon-employment4, .icon-tli_self_employed_professional {
background-position:-324px 0
}
.icon-employment5, .icon-tli_student {
background-position:-432px 0
}
.icon-employment6, .icon-tli_retired {
background-position:-540px 0
}
.icon-employment7, .icon-tli_homemaker {
background-position:-648px 0
}
@media only screen and (max-width:767px) {
.sprite-employment {
background-image:url(https://cdn1.bankbazaar.com/images/mobile/landing_page/sprite-employment.png);
width:60px;
height:60px
}
.icon-employment1 {
background-position:0 0
}
.icon-employment2 {
background-position:-60px 0
}
.icon-employment3, .icon-tli_self_employed_business {
background-position:-120px 0
}
.icon-employment4, .icon-tli_self_employed_professional {
background-position:-180px 0
}
.icon-employment5, .icon-tli_student {
background-position:-240px 0
}
.icon-employment6, .icon-tli_retired {
background-position:-300px 0
}
.icon-employment7, .icon-tli_homemaker {
background-position:-360px 0
}
}
.sprite-property {
background-image:url(https://cdn2.bankbazaar.com/images/landing_page/sprite-property.png);
background-repeat:no-repeat;
display:inline-block;
width:108px;
height:101px;
background-position:0 150px;
vertical-align:middle
}
.icon-property-details1 {
background-position:0 0
}
.icon-property-details2 {
background-position:-108px 0
}
.icon-property-details3 {
background-position:-216px 0
}
.icon-property-details4 {
background-position:-324px 0
}
.icon-property-details5 {
background-position:-432px 0
}
@media only screen and (max-width:767px) {
.sprite-property {
background-image:url(https://cdn3.bankbazaar.com/images/mobile/landing_page/sprite-property.png);
width:60px;
height:56px
}
.icon-property-details1 {
background-position:0 0
}
.icon-property-details2 {
background-position:-60px 0
}
.icon-property-details3 {
background-position:-120px 0
}
.icon-property-details4 {
background-position:-180px 0
}
.icon-property-details5 {
background-position:-240px 0
}
}
.sprite-cartype {
background-image:url(https://cdn3.bankbazaar.com/images/mobile/landing_page/sprite-cartype.png);
background-repeat:no-repeat;
display:inline-block;
width:91px;
height:91px;
background-position:0 150px
}
.icon-new-car {
background-position:-2px -2px
}
.icon-used-car {
background-position:-97px -2px
}
.sprite-co-applicant {
background-image:url(https://cdn1.bankbazaar.com/images/landing_page/sprite-co-applicant.png);
width:148px;
height:188px;
background-repeat:no-repeat;
display:inline-block;
background-position:0 150px
}
.co-applicant {
background-position:-5px -5px
}
.co-applicant-own-female {
background-position:-163px -5px
}
.co-applicant-own-male {
background-position:-321px -5px
}
.gender-both {
background-position:-479px -5px;
width:141px;
height:251px
}
@media only screen and (max-width:767px) {
.sprite-co-applicant {
background-image:url(https://cdn5.bankbazaar.com/images/mobile/landing_page/sprite-co-applicant.png);
width:60px;
height:76px
}
.co-applicant {
background-position:-5px -5px
}
.co-applicant-own-female {
background-position:-75px -5px
}
.co-applicant-own-male {
background-position:-145px -5px
}
.gender-both {
background-position:-215px -5px;
width:67px;
height:119px
}
}
.sprite-limit-transaction {
background-image:url(https://cdn4.bankbazaar.com/images/landing_page/sprite-limit-transaction.png);
background-repeat:no-repeat;
display:inline-block;
width:148px;
height:148px;
background-position:0 150px;
vertical-align:middle
}
.icon-transaction-1 {
background-position:-5px -5px
}
.icon-transaction-2 {
background-position:-163px -5px
}
@media only screen and (max-width:767px) {
.sprite-limit-transaction {
background-image:url(https://cdn5.bankbazaar.com/images/mobile/landing_page/sprite-limit-transaction.png);
width:60px;
height:60px;
display:inline-block!important
}
.icon-transaction-1 {
background-position:-145px -5px
}
.icon-transaction-2 {
background-position:-215px -5px
}
}
.sprite-land {
background-image:url(https://cdn5.bankbazaar.com/images/mobile/landing_page/sprite-limit-transaction.png);
background-repeat:no-repeat;
display:inline-block;
width:60px;
height:60px;
background-position:0 150px
}
.icon-city-limits1 {
background-position:-5px -5px
}
.icon-city-limits2 {
background-position:-75px -5px
}
.sprite-preferred-car {
background-image:url(https://cdn5.bankbazaar.com/images/landing_page/sprite-preferred-car.png);
background-repeat:no-repeat;
display:inline-block;
width:100px;
height:100px;
background-position:-106px -210px
}
.HONDA-AMAZE_round {
background-position:-2px -2px
}
.HYUNDAI-EON_round {
background-position:-106px -2px
}
.HYUNDAI-GRAND-I10_round {
background-position:-2px -106px
}
.MARUTI-SUZUKI-ALTO_round {
background-position:-106px -106px
}
.MARUTI-SUZUKI-CELERIO_round {
background-position:-210px -2px
}
.MARUTI-SUZUKI-SWIFT_round {
background-position:-210px -106px
}
.MARUTI-SUZUKI-WAGON-R_round {
background-position:-2px -210px
}
.other-car_round, .other-car-default {
background-position:-106px -210px
}
@media only screen and (max-width:767px) {
.sprite-preferred-car {
background-image:url(https://cdn3.bankbazaar.com/images/mobile/landing_page/sprite-preferred-car.png);
width:60px;
height:60px;
background-position:-66px -130px
}
.HONDA-AMAZE_round {
background-position:-2px -2px
}
.HYUNDAI-EON_round {
background-position:-66px -2px
}
.HYUNDAI-GRAND-I10_round {
background-position:-2px -66px
}
.MARUTI-SUZUKI-ALTO_round {
background-position:-66px -66px
}
.MARUTI-SUZUKI-CELERIO_round {
background-position:-130px -2px
}
.MARUTI-SUZUKI-SWIFT_round {
background-position:-130px -66px
}
.MARUTI-SUZUKI-WAGON-R_round {
background-position:-2px -130px
}
.other-car_round, .other-car-default {
background-position:-66px -130px
}
}
.sprite-property-list {
background-image:url(https://cdn5.bankbazaar.com/images/landing_page/sprite-property-list.png);
background-repeat:no-repeat;
display:inline-block;
width:120px;
height:143px;
vertical-align:middle;
background-position:-5px -5px
}
.icon-pp-other, .icon-pp-default {
background-position:-5px -5px
}
.icon-pp-bangalore {
background-position:-135px -5px
}
.icon-pp-chennai {
background-position:-265px -5px
}
.icon-pp-mumbai {
background-position:-395px -5px
}
.icon-pp-new-delhi {
background-position:-525px -5px
}
@media only screen and (min-width:768px) and (max-width:1023px) {
.sprite-property-list {
background-image:url(https://cdn2.bankbazaar.com/images/mobile/landing_page/sprite-property-list.png);
width:60px;
height:72px;
background-position:0 0
}
.icon-pp-other, .icon-pp-default {
background-position:0 0
}
.icon-pp-bangalore {
background-position:-60px 0
}
.icon-pp-chennai {
background-position:-120px 0
}
.icon-pp-mumbai {
background-position:-180px 0
}
.icon-pp-new-delhi {
background-position:-240px 0
}
}
@media only screen and (max-width:767px) {
.sprite-property-list {
background-image:url(https://cdn2.bankbazaar.com/images/mobile/landing_page/sprite-city.png);
display:block;
width:60px;
height:70px;
background-position:-285px -5px;
margin:0 auto;
vertical-align:inherit
}
.icon-pp-bangalore {
background-position:-5px -5px
}
.icon-pp-chennai {
background-position:-75px -5px
}
.icon-pp-mumbai {
background-position:-215px 0
}
.icon-pp-new-delhi {
background-position:-145px 0
}
.icon-pp-other, .icon-pp-default {
background-position:-285px -5px
}
.complete-eligibility-form .city-property-slide .right-arrow-box .arrow {
display:none
}
}
.sprite-loan {
background-image:url(https://cdn5.bankbazaar.com/images/landing_page/sprite-loan.png);
background-position:0 150px;
width:108px;
height:108px;
background-repeat:no-repeat;
display:inline-block!important;
vertical-align:middle
}
.icon-loan-business {
background-position:0 0
}
.icon-loan-buying-car-bike {
background-position:-118px 0
}
.icon-loan-higher-education {
background-position:-236px 0
}
.icon-loan-home-renovation {
background-position:-354px 0
}
.icon-loan-marriage {
background-position:-472px 0
}
.icon-loan-medical-emergency {
background-position:-590px 0
}
.icon-loan-other {
background-position:-708px 0
}
.sprite-eligslider {
background-image:url(https://cdn1.bankbazaar.com/images/landing_page/sprite-landingpage.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block
}
.icon-email {
background-position:-92px -78px;
width:29px;
height:28px
}
.icon-mobile {
background-position:-136px -4px;
width:29px;
height:28px
}
.icon-name {
background-position:-136px -42px;
width:29px;
height:28px
}
.rupee_icon_big_white {
background-position:-140px -84px;
width:17px;
height:19px;
vertical-align:middle
}
.icon-by-city {
background-position:-92px -49px;
width:20px;
height:20px;
vertical-align:middle
}
.icon-by-car {
background-position:-54px -108px;
width:32px;
height:30px
}
.icon-by-bilder {
background-position:-93px -114px;
width:33px;
height:21px;
vertical-align:middle
}
.icon-by-bank {
background-position:-2px -116px;
width:20px;
height:20px
}
.rupee_icon_small_black {
background-position:-30px -123px;
width:16px;
height:14px;
vertical-align:middle
}
.eslider-block {
display:inline-block
}
.eval-block {
display:block
}
.sprite-seller {
background-image:url(https://cdn3.bankbazaar.com/images/landing_page/sprite-seller.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
vertical-align:middle
}
.icon-seller1 {
background-position:-3px 0;
height:66px;
margin-top:20px;
width:66px;
margin-left:-26px
}
.icon-seller2 {
background-position:-75px 0;
height:73px;
margin-left:26px;
margin-top:7px;
width:56px
}
.icon-seller3 {
background-position:-138px 0;
width:59px;
height:50px;
margin-top:9px
}
.sprite-relation {
background-image:url(https://cdn3.bankbazaar.com/images/landing_page/sprite-relation.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
vertical-align:middle
}
.icon-relation1 {
background-position:-10px -10px;
width:35px;
height:76px
}
.icon-relation2 {
background-position:-60px -10px;
width:32px;
height:80px
}
.icon-relation3 {
background-position:-186px -10px;
width:54px;
height:51px
}
.icon-relation4 {
background-position:-110px -10px;
width:66px;
height:75px
}
.sprite-tobacco {
background-image:url(https://cdn3.bankbazaar.com/images/landing_page/sprite-tobacco.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
vertical-align:middle;
width:71px;
height:251px
}
.icon-gender-nonsmoke-Female {
background-position:-5px -5px
}
.icon-gender-nonsmoke-Male {
background-position:-86px -5px
}
.icon-gender-smoke-Female {
background-position:-166px -5px
}
.icon-gender-smoke-Male {
background-position:-239px -5px
}
@media only screen and (max-width:767px) {
.sprite-tobacco {
background-image:url(https://cdn1.bankbazaar.com/images/mobile/landing_page/sprite-tobacco.png);
width:34px;
height:120px!important
}
.icon-gender-nonsmoke-Female {
background-position:-5px -5px
}
.icon-gender-nonsmoke-Male {
background-position:-49px -5px
}
.icon-gender-smoke-Female {
background-position:-92px -5px
}
.icon-gender-smoke-Male {
background-position:-132px -5px
}
}
@media only screen and (min-width:768px) {
.sprite-members {
background-image:url(https://cdn3.bankbazaar.com/images/landing_page/sprite-members.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
vertical-align:middle;
width:108px;
height:108px
}
.icon-mem-adult {
background-position:-5px -5px
}
.icon-mem-child {
background-position:-123px -5px
}
}
.sprite-car-status {
background-image:url(https://cdn5.bankbazaar.com/images/landing_page/sprite-car-status.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
vertical-align:middle;
width:265px;
height:131px
}
.newcar_insurs {
background-position:-5px -5px
}
.renewexiscar_insurs {
background-position:-280px -5px
}
@media only screen and (max-width:767px) {
.sprite-car-status {
background-image:url(https://cdn4.bankbazaar.com/images/mobile/landing_page/sprite-car-status.png);
width:108px;
height:53px
}
.newcar_insurs {
background-position:-5px -5px
}
.renewexiscar_insurs {
background-position:-123px -5px
}
}
.sprite-fuel {
background-image:url(https://cdn4.bankbazaar.com/images/landing_page/sprite-fuel.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
width:155px;
height:155px;
vertical-align:middle
}
.fuel-diesel {
background-position:-5px -5px
}
.fuel-lpg-cng-company-fitted {
background-position:-170px -5px
}
.fuel-lpg-cng-externally-fitted {
background-position:-5px -170px
}
.fuel-petrol {
background-position:-170px -170px
}
@media only screen and (max-width:767px) {
.sprite-fuel {
background-image:url(https://cdn2.bankbazaar.com/images/mobile/landing_page/sprite-fuel.png);
width:80px;
height:80px
}
.fuel-diesel {
background-position:-5px -5px
}
.fuel-lpg-cng-company-fitted {
background-position:-95px -5px
}
.fuel-lpg-cng-externally-fitted {
background-position:-5px -95px
}
.fuel-petrol {
background-position:-95px -95px
}
}
.sprite-policy {
background-image:url(https://cdn1.bankbazaar.com/images/landing_page/sprite-policy.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
width:100px;
height:110px;
vertical-align:middle
}
.policy_expired {
background-position:-5px -5px
}
.policy_fifteen {
background-position:-115px -5px
}
.policy_fourtyfive {
background-position:-225px -5px
}
.policy_today {
background-position:-335px -5px
}
@media only screen and (max-width:767px) {
.sprite-policy {
background-image:url(https://cdn2.bankbazaar.com/images/mobile/landing_page/sprite-policy.png);
width:80px;
height:88px
}
.policy_expired {
background-position:-5px -5px
}
.policy_fifteen {
background-position:-95px -5px
}
.policy_fourtyfive {
background-position:-185px -5px
}
.policy_today {
background-position:-275px -5px
}
}
.sprite-epolicy {
background-image:url(https://cdn4.bankbazaar.com/images/landing_page/sprite-epolicy.png);
background-position:0 150px;
background-repeat:no-repeat;
display:inline-block;
width:265px;
height:99px;
vertical-align:middle
}
.policy_no {
background-position:-5px -5px
}
.policy_yes {
background-position:-280px -5px
}
@media only screen and (max-width:767px) {
.sprite-epolicy {
background-image:url(https://cdn2.bankbazaar.com/images/mobile/landing_page/sprite-epolicy.png);
width:108px;
height:40px
}
.policy_no {
background-position:-5px -5px
}
.policy_yes {
background-position:-123px -5px
}
}
.carousel {
position:relative
}
.carousel-inner {
position:relative;
width:100%;
overflow:hidden
}
.carousel-inner>.item {
position:relative;
display:none;
-webkit-transition:.6s ease-in-out left;
transition:.6s ease-in-out left;
background: #FFFFFF;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
display:block;
max-width:100%;
height:auto;
line-height:1
}
.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:312px !important;
bottom:0;
left:0;
width:3% !important;
font-size:20px;
color:#fff;
text-align:center;
text-shadow:0 1px 2px rgba(0, 0, 0, .6);
filter:alpha(opacity=50);
opacity:.5;
background: #000;
height: 36px;
background:#000;
}
.carousel-control.left {
left: 6px;
}
.carousel-control.right {
right:6px !important;
}
.carousel-control:hover, .carousel-control:focus {
color:#fff;
text-decoration:none;
filter:alpha(opacity=90);
outline:0;
opacity:.9
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
position:absolute;
top:50%;
z-index:5;
display:inline-block
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
left:50%
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
right:50%
}
.carousel-control .icon-prev, .carousel-control .icon-next {
width:20px;
height:20px;
margin-top:-10px;
margin-left:-10px;
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%;
padding-left:0;
margin-left:-30%;
text-align:center;
list-style:none
}
.carousel-indicators li {
display:inline-block;
width:10px;
height:10px;
margin:1px;
text-indent:-999px;
cursor:pointer;
background-color:#000 \9;
background-color:rgba(0, 0, 0, 0);
border:1px solid #fff;
border-radius:10px
}
.carousel-indicators .active {
width:12px;
height:12px;
margin:0;
background-color:#fff
}
.carousel-caption {
position:absolute;
right:15%;
bottom:20px;
left:15%;
z-index:10;
padding-top:20px;
padding-bottom:20px;
color:#fff;
text-align:center;
text-shadow:0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
text-shadow:none
}
@media screen and (min-width:768px) {
.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
width:30px;
height:30px;
margin-top:-15px;
margin-left:-15px;
font-size:30px
}
.carousel-caption {
right:20%;
left:20%;
padding-bottom:30px
}
.carousel-indicators {
bottom:20px
}
} | 0.289372 | 0.083928 |
:root {
--color-follow: #1956c6;
--color-sub: #673AB7;
--color-redemption: #bac619;
--color-host: #05b6ab;
--color-raid: #05b6ab;
--color-cheer: #a905b6;
--color-tip: #c61919;
}
* {
font-family: 'Montserrat', sans-serif;
/* color: #ffffff; */
font-size: 14px;
/*overflow: hidden;*/
}
.main-container {
/* width: 500px; */
height: 100%;
}
.icon-cls {
width: 100%;
height: 100%;
transform: scale(0);
/*opacity: 0;*/
animation: scale-in-center 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1;
}
.icon-cls * { stroke: #303030; }
.icon-cls-follower * { stroke: var(--color-follow); }
.icon-cls-subscriber * { stroke: var(--color-sub); }
.icon-cls-redemption * { stroke: var(--color-redemption); }
.icon-cls-host * { stroke: var(--color-host); }
.icon-cls-raid * { stroke: var(--color-raid); }
.icon-cls-cheer * { stroke: var(--color-cheer); }
.icon-cls-tip * { stroke: var(--color-tip); }
/**
* ----------------------------------------
* animation scale-in-center
* ----------------------------------------
*/
@keyframes scale-in-center {
0% {
/*-webkit-transform: scale(0);
transform: scale(0);*/
opacity: 0.5;
}
100% {
-webkit-transform: scale(4);
transform: scale(4);
opacity: 0;
display: none;
}
}
/******************/
/**** SKELETON ****/
/******************/
.general-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
/* Make break line buttons and preview */
align-content:center;
flex-wrap: wrap;
}
.manage-widget > div, .widget-preview > div {
border: solid 0.05rem rgba(0, 0, 0, 0.35);
/*border-radius: 5px;
box-shadow: 0px 0px 5px black;*/
box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.35);
border-radius: 0.5rem;
/* padding-bottom: 4px; */
/* height: 277px; */
}
.manage-widget {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
/*flex: 0 0 200px; */
flex: auto;
margin: 20px 20% 20px 20%;
}
.manage-widget > div {
flex: 1 0 150px;
/*flex: auto;*/
background-color: #00800029;
margin: 20px;
padding: 10px;
color: black;
user-select: none;
}
.manage-widget > div:hover { filter: brightness(120%) saturate(140%); }
.manage-widget > div:active { filter: brightness(70%); }
/* Inserting a collapsed row between two flex items will make
* the flex item that comes after it break to a new row */
/*.line-break {
flex-basis: 100%;
height: 0;
margin: 0;
border: none;
}*/
/* Preview Panel */
.widget-preview {
margin: 20px 50% 20px 50%;
padding: 20px 20px 20px 20px;
height: 400px;
min-width: 500px;
background-image: url(../images/mac.mockup.01.png);
background-size: contain;
background-repeat: no-repeat;
}
.main-container {
height: 280px;
overflow: hidden;
}
/******************/
/******************/
/******************/ | src/css/main.css | :root {
--color-follow: #1956c6;
--color-sub: #673AB7;
--color-redemption: #bac619;
--color-host: #05b6ab;
--color-raid: #05b6ab;
--color-cheer: #a905b6;
--color-tip: #c61919;
}
* {
font-family: 'Montserrat', sans-serif;
/* color: #ffffff; */
font-size: 14px;
/*overflow: hidden;*/
}
.main-container {
/* width: 500px; */
height: 100%;
}
.icon-cls {
width: 100%;
height: 100%;
transform: scale(0);
/*opacity: 0;*/
animation: scale-in-center 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1;
}
.icon-cls * { stroke: #303030; }
.icon-cls-follower * { stroke: var(--color-follow); }
.icon-cls-subscriber * { stroke: var(--color-sub); }
.icon-cls-redemption * { stroke: var(--color-redemption); }
.icon-cls-host * { stroke: var(--color-host); }
.icon-cls-raid * { stroke: var(--color-raid); }
.icon-cls-cheer * { stroke: var(--color-cheer); }
.icon-cls-tip * { stroke: var(--color-tip); }
/**
* ----------------------------------------
* animation scale-in-center
* ----------------------------------------
*/
@keyframes scale-in-center {
0% {
/*-webkit-transform: scale(0);
transform: scale(0);*/
opacity: 0.5;
}
100% {
-webkit-transform: scale(4);
transform: scale(4);
opacity: 0;
display: none;
}
}
/******************/
/**** SKELETON ****/
/******************/
.general-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
/* Make break line buttons and preview */
align-content:center;
flex-wrap: wrap;
}
.manage-widget > div, .widget-preview > div {
border: solid 0.05rem rgba(0, 0, 0, 0.35);
/*border-radius: 5px;
box-shadow: 0px 0px 5px black;*/
box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.35);
border-radius: 0.5rem;
/* padding-bottom: 4px; */
/* height: 277px; */
}
.manage-widget {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
/*flex: 0 0 200px; */
flex: auto;
margin: 20px 20% 20px 20%;
}
.manage-widget > div {
flex: 1 0 150px;
/*flex: auto;*/
background-color: #00800029;
margin: 20px;
padding: 10px;
color: black;
user-select: none;
}
.manage-widget > div:hover { filter: brightness(120%) saturate(140%); }
.manage-widget > div:active { filter: brightness(70%); }
/* Inserting a collapsed row between two flex items will make
* the flex item that comes after it break to a new row */
/*.line-break {
flex-basis: 100%;
height: 0;
margin: 0;
border: none;
}*/
/* Preview Panel */
.widget-preview {
margin: 20px 50% 20px 50%;
padding: 20px 20px 20px 20px;
height: 400px;
min-width: 500px;
background-image: url(../images/mac.mockup.01.png);
background-size: contain;
background-repeat: no-repeat;
}
.main-container {
height: 280px;
overflow: hidden;
}
/******************/
/******************/
/******************/ | 0.356783 | 0.074299 |
html{
background: rgb(59, 143, 221);
}
.camisa{
left: 300px;
top: 100px;
position: relative;
}
.cirmat{
position:absolute;
left:150px;
top:50px;
width: 500px;
height: 500px;
border-radius:50%;
background: lightblue;
}
.materiales{
position:absolute;
left:385px;
top:50px;
font-size: 30px;
}
.bambugran{
position:absolute;
left:310px;
top:120px;
width: 40px;
height: 150px;
transform: rotate(10deg);
background:#40bf40;
}
.lv1bg{
position:absolute;
left:323.5px;
top:115px;
width: 40px;
height: 7px;
transform: rotate(10deg);
background:darkgreen;
}
.lv2bg{
position:absolute;
left: 316px;
top:157px;
width: 40px;
height: 7px;
transform: rotate(10deg);
background:darkgreen;
}
.lv3bg{
position:absolute;
left:307px;
top:210px;
width: 40px;
height: 7px;
transform: rotate(10deg);
background:darkgreen;
}
.lv4bg{
position:absolute;
left:297px;
top:263px;
width: 40px;
height: 7px;
transform: rotate(10deg);
background:darkgreen;
}
.h1bg{
position:absolute;
left:350px;
top:150px;
width: 33px;
height: 16px;
border-radius:100px / 50px;
transform: rotate(135deg);
background: darkgreen;
}
.h2bg{
position:absolute;
left:279.5px;
top:195px;
width: 33px;
height: 16px;
border-radius:100px / 50px;
transform: rotate(50deg);
background: darkgreen;
}
.bambupeq{
position:absolute;
left:230px;
top:170px;
width: 35px;
height: 90px;
transform: rotate(10deg);
background:#40bf40;
}
.lv1bp{
position:absolute;
left:237px;
top:171px;
width: 35px;
height: 5px;
transform: rotate(10deg);
background:darkgreen;
}
.lv2bp{
position:absolute;
left:230px;
top:214px;
width: 35px;
height: 5px;
transform: rotate(10deg);
background:darkgreen;
}
.lv3bp{
position:absolute;
left:223px;
top:254px;
width: 35px;
height: 5px;
transform: rotate(10deg);
background:darkgreen;
}
.h1bp{
position:absolute;
left:207px;
top:208px;
width: 26px;
height: 14px;
border-radius:100px / 50px;
transform: rotate(45deg);
background: darkgreen;
}
.bambu{
font-size: 25px;
transform: rotate(-90deg);
left: 22px;
top: 5px;
position: absolute;
z-index: 5;
}
.acad{
position:absolute;
left:423px;
top:313px;
width: 82px;
height: 82px;
border-radius:50%;
background: floralwhite;
}
.acai{
position:absolute;
left:400px;
top:350px;
width: 80px;
height: 80px;
border-radius:50%;
background: floralwhite;
}
.acabder{
position:absolute;
left:490px;
top:350px;
width: 80px;
height: 80px;
border-radius:50%;
background: floralwhite;
}
.acabizq{
position:absolute;
left:465px;
top:315px;
width: 82px;
height: 82px;
border-radius:50%;
background: floralwhite;
}
.baseal1{
position:absolute;
left:405px;
top:403px;
width: 85px;
height: 30px;
border-radius:100px / 50px;
transform: rotate(5deg);
background: green;
}
.baseal2{
position:absolute;
left:410px;
top:390px;
width: 85px;
height: 30px;
border-radius:100px / 50px;
transform: rotate(40deg);
background: green;
}
.baseal3{
position:absolute;
left:470px;
top:390px;
width: 85px;
height: 30px;
border-radius:100px / 50px;
transform: rotate(140deg);
background: green;
}
.baseal4{
position:absolute;
left:475px;
top:403px;
width: 85px;
height: 32px;
border-radius:100px / 50px;
transform: rotate(175deg);
background: green;
}
.baseal5{
position:absolute;
left:440px;
top:387px;
width: 90px;
height: 32px;
border-radius:100px / 50px;
transform: rotate(90deg);
background: green;
}
.baseal6{
position:absolute;
left:440px;
top:420px;
width: 90px;
height: 27px;
border-radius:100px / 50px;
transform: rotate(90deg);
background: green;
}
.algodon{
font-size: 25px;
position: absolute;
left: 442px;
top: 400px;
z-index: 3;
}
.hilo1{
position:absolute;
left:260px;
top:336px;
width: 98px;
height: 100px;
transform: rotate(355deg);
background:#CD853F;
}
.hilo2{
position:absolute;
left:256px;
top:322px;
width: 97px;
height: 36px;
border-radius:100px / 50px;
transform: rotate(355deg);
background:#CD853F;
}
.hilo3{
position:absolute;
left:265px;
top:413.5px;
width: 97px;
height: 36px;
border-radius:100px / 50px;
transform: rotate(355deg);
background:#CD853F;
}
.hilo4{
position:absolute;
left:225px;
top:433px;
width: 70px;
height: 5px;
transform: rotate(11deg);
background:#CD853F;
}
.hilo5{
position:absolute;
left:258px;
top:350px;
width: 98px;
height: 3px;
transform: rotate(10deg);
background:#F5DEB3;
}
.hilo6{
position:absolute;
left:258px;
top:372px;
width: 98px;
height: 3px;
transform: rotate(345deg);
background:#F5DEB3;
}
.hilo7{
position:absolute;
left:260px;
top:393px;
width: 98px;
height: 3px;
transform: rotate(10deg);
background:#F5DEB3;
}
.hilo8{
position:absolute;
left:261px;
top:416px;
width: 98px;
height: 3px;
transform: rotate(343deg);
background:#F5DEB3;
}
.hilo9{
position:absolute;
left:256px;
top:337px;
width: 98px;
height: 3px;
transform: rotate(355deg);
background:#F5DEB3;
}
.hilo10{
position:absolute;
left:263px;
top:427px;
width: 98px;
height: 3px;
transform: rotate(355deg);
background:#F5DEB3;
}
.canamo{
font-size: 25px;
position: absolute;
left: 200px;
top: 350px;
transform: rotate(-96deg);
}
.tazula1{
position:absolute;
left:460px;
top:160px;
width:130px;
height: 100px;
transform: rotate(355deg);
background:#22c3bb;
}
.tela1{
position:absolute;
left:405px;
top:180px;
width:130px;
height: 100px;
transform: rotate(355deg);
background:#FF7F50;
}
.tela2{
position:absolute;
left:403px;
top:200px;
width:130px;
height: 4px;
transform: rotate(355deg);
background:#e9a38b
}
.tela3{
position:absolute;
left:405px;
top:220px;
width:130px;
height: 4px;
transform: rotate(355deg);
background:#e9a38b;
}
.tela4{
position:absolute;
left:405px;
top:240px;
width:130px;
height: 4px;
transform: rotate(355deg);
background:#e9a38b;
}
.tela5{
position:absolute;
left:408px;
top:258px;
width:130px;
height: 4px;
transform: rotate(355deg);
background: #e9a38b;
}
.lino{
font-size: 25px;
position: absolute;
left: 450px;
top: 190px;
transform: rotate(-5deg);
}
.cuadap{
position:absolute;
left:1580px;
top:1050px;
width: 150px;
height: 150px;
transform: rotate(10deg);
background:rgb(245, 200, 54);
}
.textocuad{
position:absolute;
left:1625px;
top:1090px;
width: 60px;
height: 20px;
font-size: 18px;
transform: rotate(10deg);
}
.linv1{
position:absolute;
left:1578px;
top:1075px;
width: 22px;
height: 4px;
transform: rotate(10deg);
background:rgb(236, 132, 34);
}
.linv2{
position:absolute;
left:1571px;
top:1115px;
width: 22px;
height: 4px;
transform: rotate(10deg);
background:rgb(236, 132, 34);
}
.linv3{
position:absolute;
left:1565px;
top:1155px;
width: 22px;
height: 4px;
transform: rotate(10deg);
background:rgb(236, 132, 34);
}
.linv4{
position:absolute;
left:1719px;
top:1137px;
width: 22px;
height: 4px;
transform: rotate(10deg);
background:rgb(236, 132, 34);
}
.linv5{
position:absolute;
left:1725px;
top:1100px;
width: 22px;
height: 4px;
transform: rotate(10deg);
background:rgb(236, 132, 34);
}
.linv6{
position:absolute;
left:1713px;
top:1178.5px;
width: 22px;
height: 4px;
transform: rotate(10deg);
background:rgb(236, 132, 34);
}
.linv7{
position:absolute;
left:1695px;
top:1057px;
width: 22px;
height: 4px;
transform: rotate(100deg);
background:rgb(236, 132, 34);
}
.linv8{
position:absolute;
left: 1655px;
top: 1050px;
width: 22px;
height: 4px;
transform: rotate(100deg);
background:rgb(236, 132, 34);
}
.linv9{
position:absolute;
left:1615px;
top:1044px;
width: 22px;
height: 4px;
transform: rotate(100deg);
background:rgb(236, 132, 34);
}
.linv10{
position:absolute;
left:1593.5px;
top:1191px;
width: 22px;
height: 4px;
transform: rotate(100deg);
background:rgb(236, 132, 34);
}
.linv11{
position:absolute;
left:1632px;
top:1197px;
width: 22px;
height: 4px;
transform: rotate(100deg);
background:rgb(236, 132, 34);
}
.linv12{
position:absolute;
left:1675px;
top:1202px;
width: 22px;
height: 4px;
transform: rotate(100deg);
background:rgb(236, 132, 34);
}
.cfmg{
position:relative;
z-index: 5;
left:1297px;
top: -427px;
width: 53px;
height: 53px;
border-radius:50%;
background: PaleGoldenRod;
}
.marcas{
font-size: 18px;
position: relative;
top: -1124px;
left: 1524px;
z-index: 6;
}
.pet1{
display: block;
width: 50.4px;
height: 90px;
background-color:Thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
position:relative;
left:1300px;
top:-555px;
}
.cirp1{
display: block;
width: 20px;
height: 20px;
background-color: Thistle;
border-radius: 50%;
z-index:6;
position:relative;
left:1320px;
top:-605px;
z-index: 3;
}
.pet2{
display: block;
width: 50.4px;
height: 90px;
background-color:Thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
position:relative;
left:1340px;
top:-618px;
transform: rotate(80deg);
}
.cirp2{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:5;
position:relative;
left:1360px;
top:-666px;
transform: rotate(80deg);
}
.pet3{
display: block;
width: 50.4px;
height: 90px;
background-color:Thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
position:relative;
left:1255px;
top:-731px;
transform: rotate(280deg);
}
.cirp3{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:5;
position:relative;
left:1265px;
top:-788px;
transform: rotate(280deg)
}
.pet4{
display: block;
width: 50.4px;
height: 90px;
background-color:Thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
position:relative;
left:1264px;
top:-788px;
transform: rotate(220deg);
}
.cirp4{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:5;
position:relative;
left:1275px;
top:-845px;
transform: rotate(220deg);
z-index: 3;
}
.pet5{
display: block;
width: 50.4px;
height: 90px;
background-color:Thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
position:relative;
left:1329px;
top:-899px;
transform: rotate(140deg);
}
.cirp5{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:6;
position:relative;
left:1340px;
top:-948px;
transform: rotate(140deg);
}
.cfmp{
z-index:6;
position:absolute;
left:1526px;
top: 1715px;
width: 65px;
height: 65px;
border-radius:50%;
background: PaleGoldenRod;
}
.peta1{
display: block;
width: 65.4px;
height: 136px;
background-color:thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
z-index:5;
position:absolute;
left:1527px;
top:1590px;
}
.circulo1{
display: block;
width: 30px;
height: 40px;
background-color:Thistle;
border-radius: 50%;
z-index:6;
position:absolute;
left:1555px;
top:1640px;
}
.peta2{
display: block;
width: 65.4px;
height: 136px;
background-color:thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
z-index:5;
position:absolute;
left:1595px;
transform: rotate(80deg);
top:1660px;
}
.circulo2{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:6;
position:absolute;
left:1620px;
transform: rotate(80deg);
top:1721px;
}
.peta3{
display: block;
width: 65.4px;
height: 136px;
background-color:thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
z-index:5;
position:absolute;
left:1458px;
transform: rotate(280deg);
top:1658px;
}
.circulo3{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:6;
position:absolute;
left:1480px;
transform: rotate(280deg);
top:1710px;
}
.peta4{
display: block;
width: 65.4px;
height: 136px;
background-color:thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
z-index:5;
position:absolute;
left:1478px;
top:1735px;
transform: rotate(220deg);
}
.circulo4{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:6;
position:absolute;
left:1493px;
top:1792px;
transform: rotate(220deg)
}
.peta5{
display: block;
width: 65.4px;
height: 136px;
background-color:thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
z-index:5;
position:absolute;
left:1570px;
top:1735px;
transform: rotate(140deg);
}
.circulo5{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:6;
position:absolute;
left:1588px;
top:1796px;
transform: rotate(140deg)
}
a{
color: purple;
}
.corazon{
width: 100px;
height: 100px;
transform: rotate(45deg);
background: skyblue;
z-index: 6;
top: -1202px;
left: 1050px;
animation: heart 2s infinite alternate ease;
}
.corazon, .corazon::before, .corazon::after{
width: 100px;
height: 100px;
background: skyblue;
position: absolute;
}
.corazon::before, .corazon::after {
content: "";
display: block;
transform: translateY(-55px);
border-radius: 50%;
}
.corazon:after {
transform: translateX(-55px);
}
@keyframes heart{
from {
transform: scale(1,2) rotate(45deg);
}
}
.continente{
position:relative;
margin-top: 370px;
left: 1160px;
height: 102;
z-index: 4;
}
.bolsa1{
box-sizing: border-box;
position: relative;
border: 1em solid rgb(87, 69, 20);
width: 108px;
height: 100px;
border-top-left-radius: 7em;
border-top-right-radius: 7em;
z-index: 1 ;
top: -3220px;
left: 2040px;
}
.bolsa1::before {
content:"";
position: absolute;
width: 10em;
height: 16em;
border-radius: 0em;
top: 4em;
box-sizing: border-box;
border: 2.5em solid rgb(39, 32, 109);
border-right-width: 7.5em;
border-left-width: 7.5em;
border-bottom-left-radius: 0em ;
border-bottom-right-radius: 0em;
z-index: 3;
left: -80px;
}
.bolsa2{
box-sizing: border-box;
position: relative;
border: 1em solid rgb(87, 69, 12);
width: 108px;
height: 100px;
border-top-left-radius: 7em;
border-top-right-radius: 7em;
z-index: 1 ;
top: -3220px;
left: 2150px;
}
.bolsa2::before {
content:"";
position: absolute;
width: 12em;
height: 16em;
border-radius: 0em;
top: 4em;
box-sizing: border-box;
border: 8.5em solid rgb(218, 189, 216);
border-right-width: 7.5em;
border-left-width: 8em;
border-bottom-left-radius: 0em ;
border-bottom-right-radius: 0em;
z-index: 3;
left: -86px;
}
.bolsa3{
box-sizing: border-box;
position: relative;
border: 1em solid rgb(87, 69, 20);
width: 108px;
height: 100px;
border-top-left-radius: 7em;
border-top-right-radius: 7em;
z-index: 2 ;
top: -3220px;
left: 1870px;
}
.bolsa3::before {
content:"";
position: absolute;
width: 6em;
height: 10em;
border-radius: 2em;
top: 3em;
box-sizing: border-box;
border: 8.5em solid rgb(241, 206, 47);
border-right-width: 7.5em;
border-left-width: 8em;
border-bottom-width: 3.3em;
border-bottom-left-radius: 0em ;
border-bottom-right-radius: 0em;
z-index: 3;
left: -86px;
}
.bolsa4{
box-sizing: border-box;
position: relative;
border: 1em solid rgb(87, 69, 20);
width: 108px;
height: 100px;
border-top-left-radius: 7em;
border-top-right-radius: 7em;
z-index: 0 ;
top: -3550px;
left: 1900px;
}
.bolsa4::before {
content:"";
position: absolute;
width: 12em;
height: 16em;
border-radius: 0em;
top: 4em;
box-sizing: border-box;
border: 8.5em solid rgb(221, 221, 206);
border-right-width: 7.5em;
border-left-width: 8em;
border-bottom-left-radius: 0em ;
border-bottom-right-radius: 0em;
z-index: 3;
left: -86px;
}
.recmarca{
position: relative;
width: 60px;
height: 60px;
top: -3510px;
left: 1850px;
z-index:5;
background: red;
}
.etiqueta{
background: rgb(146, 209, 87);
border-top: 1px solid rgb(146, 209, 87);
display: inline-block;
height: 215px;
margin-left: 80px;
margin-top: 100px;
position: relative;
width: 150px;
transform: rotate(20deg);
top: -2170px;
left: 330px;
}
.etiqueta::before {
border-bottom: 70px solid rgb(146, 209, 87);
border-left: 75px solid transparent;
border-right: 75px solid transparent;
content: "";
height: 0px;
left: 0;
position: absolute;
top: -70px;
width: 0px;
}
.etiquetalazo{
position: absolute;
width: 340px;
height: 95px;
top: 1435px;
left: 452px;
-moz-border-radius: 0 80% / 0 100%;
-webkit-border-radius: 0 80% / 0 100%;
border-radius: 0 60% / 0 100%;
border: 3px solid rgb(233, 176, 101);
transform: rotate(-76deg);
}
.cuadrado_tapa{
position: absolute;
width: 65px;
height: 60px;
top: 1630px;
left: 517px;
background: rgb(146, 209, 87);
transform: rotate(63.5deg);
}
@import url(https://fonts.googleapis.com/css?family=Righteous);
.costo8, .costo8:before, .costo8:after {
box-sizing: border-box;
position: absolute;
top: 500px;
left: 1800px;
width: 500px;
}
html, body {
height: 100px;
}
.costo8 {
display: inline-block;
text-align: right;
color: rgb(0, 0, 0);
font-family: 'Righteous', serif;
font-size: 55px;
text-shadow: 1px 1px 0 rgb(246, 246, 247);
}
.costo8:after {
content: "LA MODA NO ES GRATIS";
position: absolute;
top: 4px; left: 4px;
z-index: -1;
text-shadow: none;
background-image:
linear-gradient(
45deg,
transparent 45%,
rgb(251, 251, 253) 45%,
rgb(252, 252, 252) 55%,
transparent 0
);
background-size: .09em .09em;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: shad-anim 100s linear infinite;
}
@keyframes shad-anim {
0% {background-position: 0 0}
0% {background-position: 100% -100%}
}
@import url("https://fonts.googleapis.com/css?family=Sacramento&display=swap");
h1 {
font-size: calc(30px + 30px);
line-height: calc(30px + 30px);
text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
color: #fff6a9;
font-family: "Sacramento", cursive;
text-align: left;
animation: blink 12s infinite;
-webkit-animation: blink 12s infinite;
margin-top: -1350px;
position: relative;
left: 200px;
top: -700px;
}
body {
justify-content: right;
align-items: right;
height: 100vh;
}
@-webkit-keyframes blink {
20%,
24%,
55% {
color: rgb(248, 248, 248);
text-shadow: none;
}
0%,
19%,
21%,
23%,
25%,
54%,
56%,
100% {
text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 40px #ff0000, 0 0 10px #ff8d00, 0 0 70px #ff0000;
color: #fff6a9;
}
}
@keyframes blink {
20%,
24%,
55% {
color: rgb(248, 248, 248);
text-shadow: none;
}
0%,
19%,
21%,
23%,
25%,
54%,
56%,
100% {
text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 40px #ff0000, 0 0 10px #ff8d00, 0 0 70px #ff0000;
color: #fff6a9;
}
}
@import url(https://fonts.googleapis.com/css?family=Signika:700,300,600);
h2 {
font-size:100px;
font:bold 65px/7 'Signika', sans-serif;
user-select:none;
width: 500px;
margin-top: 40px;
margin-left: 650px;
position: relative;
left: 220px;
top: -3080px;
}
h2 span { display:inline-block; animation:float .5s ease-in-out infinite; }
@keyframes float {
0%,100%{ transform:none; }
33%{ transform:translateY(-1px) rotate(-2deg); }
66%{ transform:translateY(1px) rotate(2deg); }
}
body:hover span { animation:bounce .10s; }
@keyframes bounce {
0%,100%{ transform:translate(0); }
25%{ transform:rotateX(20deg) translateY(2px) rotate(-3deg); }
50%{ transform:translateY(-20px) rotate(3deg) scale(1.1); }
}
span:nth-child(4n) { color:hsl(50, 75%, 55%); text-shadow:1px 1px hsl(50, 75%, 45%), 2px 2px hsl(50, 45%, 45%), 3px 3px hsl(50, 45%, 45%), 4px 4px hsl(50, 75%, 45%); }
span:nth-child(4n-1) { color:hsl(135, 35%, 55%); text-shadow:1px 1px hsl(135, 35%, 45%), 2px 2px hsl(135, 35%, 45%), 3px 3px hsl(135, 35%, 45%), 4px 4px hsl(135, 35%, 45%); }
span:nth-child(4n-2) { color:hsl(155, 35%, 60%); text-shadow:1px 1px hsl(155, 25%, 50%), 2px 2px hsl(155, 25%, 50%), 3px 3px hsl(155, 25%, 50%), 4px 4px hsl(140, 25%, 50%); }
span:nth-child(4n-3) { color:hsl(30, 65%, 60%); text-shadow:1px 1px hsl(30, 45%, 50%), 2px 2px hsl(30, 45%, 50%), 3px 3px hsl(30, 45%, 50%), 4px 4px hsl(30, 45%, 50%); }
h1 span:nth-child(2){ animation-delay:.05s; }
h1 span:nth-child(3){ animation-delay:.1s; }
h1 span:nth-child(4){ animation-delay:.15s; }
h1 span:nth-child(5){ animation-delay:.2s; }
h1 span:nth-child(6){ animation-delay:.25s; }
h1 span:nth-child(7){ animation-delay:.3s; }
h1 span:nth-child(8){ animation-delay:.35s; }
h1 span:nth-child(9){ animation-delay:.4s; }
h1 span:nth-child(10){ animation-delay:.45s; }
h1 span:nth-child(11){ animation-delay:.5s; }
h1 span:nth-child(12){ animation-delay:.55s; }
h1 span:nth-child(13){ animation-delay:.6s; }
h1 span:nth-child(14){ animation-delay:.65s; }
.reciclaje{
position: absolute;
top: 1700px;
left: 1900px;
} | equipo-11/camisa2.css | html{
background: rgb(59, 143, 221);
}
.camisa{
left: 300px;
top: 100px;
position: relative;
}
.cirmat{
position:absolute;
left:150px;
top:50px;
width: 500px;
height: 500px;
border-radius:50%;
background: lightblue;
}
.materiales{
position:absolute;
left:385px;
top:50px;
font-size: 30px;
}
.bambugran{
position:absolute;
left:310px;
top:120px;
width: 40px;
height: 150px;
transform: rotate(10deg);
background:#40bf40;
}
.lv1bg{
position:absolute;
left:323.5px;
top:115px;
width: 40px;
height: 7px;
transform: rotate(10deg);
background:darkgreen;
}
.lv2bg{
position:absolute;
left: 316px;
top:157px;
width: 40px;
height: 7px;
transform: rotate(10deg);
background:darkgreen;
}
.lv3bg{
position:absolute;
left:307px;
top:210px;
width: 40px;
height: 7px;
transform: rotate(10deg);
background:darkgreen;
}
.lv4bg{
position:absolute;
left:297px;
top:263px;
width: 40px;
height: 7px;
transform: rotate(10deg);
background:darkgreen;
}
.h1bg{
position:absolute;
left:350px;
top:150px;
width: 33px;
height: 16px;
border-radius:100px / 50px;
transform: rotate(135deg);
background: darkgreen;
}
.h2bg{
position:absolute;
left:279.5px;
top:195px;
width: 33px;
height: 16px;
border-radius:100px / 50px;
transform: rotate(50deg);
background: darkgreen;
}
.bambupeq{
position:absolute;
left:230px;
top:170px;
width: 35px;
height: 90px;
transform: rotate(10deg);
background:#40bf40;
}
.lv1bp{
position:absolute;
left:237px;
top:171px;
width: 35px;
height: 5px;
transform: rotate(10deg);
background:darkgreen;
}
.lv2bp{
position:absolute;
left:230px;
top:214px;
width: 35px;
height: 5px;
transform: rotate(10deg);
background:darkgreen;
}
.lv3bp{
position:absolute;
left:223px;
top:254px;
width: 35px;
height: 5px;
transform: rotate(10deg);
background:darkgreen;
}
.h1bp{
position:absolute;
left:207px;
top:208px;
width: 26px;
height: 14px;
border-radius:100px / 50px;
transform: rotate(45deg);
background: darkgreen;
}
.bambu{
font-size: 25px;
transform: rotate(-90deg);
left: 22px;
top: 5px;
position: absolute;
z-index: 5;
}
.acad{
position:absolute;
left:423px;
top:313px;
width: 82px;
height: 82px;
border-radius:50%;
background: floralwhite;
}
.acai{
position:absolute;
left:400px;
top:350px;
width: 80px;
height: 80px;
border-radius:50%;
background: floralwhite;
}
.acabder{
position:absolute;
left:490px;
top:350px;
width: 80px;
height: 80px;
border-radius:50%;
background: floralwhite;
}
.acabizq{
position:absolute;
left:465px;
top:315px;
width: 82px;
height: 82px;
border-radius:50%;
background: floralwhite;
}
.baseal1{
position:absolute;
left:405px;
top:403px;
width: 85px;
height: 30px;
border-radius:100px / 50px;
transform: rotate(5deg);
background: green;
}
.baseal2{
position:absolute;
left:410px;
top:390px;
width: 85px;
height: 30px;
border-radius:100px / 50px;
transform: rotate(40deg);
background: green;
}
.baseal3{
position:absolute;
left:470px;
top:390px;
width: 85px;
height: 30px;
border-radius:100px / 50px;
transform: rotate(140deg);
background: green;
}
.baseal4{
position:absolute;
left:475px;
top:403px;
width: 85px;
height: 32px;
border-radius:100px / 50px;
transform: rotate(175deg);
background: green;
}
.baseal5{
position:absolute;
left:440px;
top:387px;
width: 90px;
height: 32px;
border-radius:100px / 50px;
transform: rotate(90deg);
background: green;
}
.baseal6{
position:absolute;
left:440px;
top:420px;
width: 90px;
height: 27px;
border-radius:100px / 50px;
transform: rotate(90deg);
background: green;
}
.algodon{
font-size: 25px;
position: absolute;
left: 442px;
top: 400px;
z-index: 3;
}
.hilo1{
position:absolute;
left:260px;
top:336px;
width: 98px;
height: 100px;
transform: rotate(355deg);
background:#CD853F;
}
.hilo2{
position:absolute;
left:256px;
top:322px;
width: 97px;
height: 36px;
border-radius:100px / 50px;
transform: rotate(355deg);
background:#CD853F;
}
.hilo3{
position:absolute;
left:265px;
top:413.5px;
width: 97px;
height: 36px;
border-radius:100px / 50px;
transform: rotate(355deg);
background:#CD853F;
}
.hilo4{
position:absolute;
left:225px;
top:433px;
width: 70px;
height: 5px;
transform: rotate(11deg);
background:#CD853F;
}
.hilo5{
position:absolute;
left:258px;
top:350px;
width: 98px;
height: 3px;
transform: rotate(10deg);
background:#F5DEB3;
}
.hilo6{
position:absolute;
left:258px;
top:372px;
width: 98px;
height: 3px;
transform: rotate(345deg);
background:#F5DEB3;
}
.hilo7{
position:absolute;
left:260px;
top:393px;
width: 98px;
height: 3px;
transform: rotate(10deg);
background:#F5DEB3;
}
.hilo8{
position:absolute;
left:261px;
top:416px;
width: 98px;
height: 3px;
transform: rotate(343deg);
background:#F5DEB3;
}
.hilo9{
position:absolute;
left:256px;
top:337px;
width: 98px;
height: 3px;
transform: rotate(355deg);
background:#F5DEB3;
}
.hilo10{
position:absolute;
left:263px;
top:427px;
width: 98px;
height: 3px;
transform: rotate(355deg);
background:#F5DEB3;
}
.canamo{
font-size: 25px;
position: absolute;
left: 200px;
top: 350px;
transform: rotate(-96deg);
}
.tazula1{
position:absolute;
left:460px;
top:160px;
width:130px;
height: 100px;
transform: rotate(355deg);
background:#22c3bb;
}
.tela1{
position:absolute;
left:405px;
top:180px;
width:130px;
height: 100px;
transform: rotate(355deg);
background:#FF7F50;
}
.tela2{
position:absolute;
left:403px;
top:200px;
width:130px;
height: 4px;
transform: rotate(355deg);
background:#e9a38b
}
.tela3{
position:absolute;
left:405px;
top:220px;
width:130px;
height: 4px;
transform: rotate(355deg);
background:#e9a38b;
}
.tela4{
position:absolute;
left:405px;
top:240px;
width:130px;
height: 4px;
transform: rotate(355deg);
background:#e9a38b;
}
.tela5{
position:absolute;
left:408px;
top:258px;
width:130px;
height: 4px;
transform: rotate(355deg);
background: #e9a38b;
}
.lino{
font-size: 25px;
position: absolute;
left: 450px;
top: 190px;
transform: rotate(-5deg);
}
.cuadap{
position:absolute;
left:1580px;
top:1050px;
width: 150px;
height: 150px;
transform: rotate(10deg);
background:rgb(245, 200, 54);
}
.textocuad{
position:absolute;
left:1625px;
top:1090px;
width: 60px;
height: 20px;
font-size: 18px;
transform: rotate(10deg);
}
.linv1{
position:absolute;
left:1578px;
top:1075px;
width: 22px;
height: 4px;
transform: rotate(10deg);
background:rgb(236, 132, 34);
}
.linv2{
position:absolute;
left:1571px;
top:1115px;
width: 22px;
height: 4px;
transform: rotate(10deg);
background:rgb(236, 132, 34);
}
.linv3{
position:absolute;
left:1565px;
top:1155px;
width: 22px;
height: 4px;
transform: rotate(10deg);
background:rgb(236, 132, 34);
}
.linv4{
position:absolute;
left:1719px;
top:1137px;
width: 22px;
height: 4px;
transform: rotate(10deg);
background:rgb(236, 132, 34);
}
.linv5{
position:absolute;
left:1725px;
top:1100px;
width: 22px;
height: 4px;
transform: rotate(10deg);
background:rgb(236, 132, 34);
}
.linv6{
position:absolute;
left:1713px;
top:1178.5px;
width: 22px;
height: 4px;
transform: rotate(10deg);
background:rgb(236, 132, 34);
}
.linv7{
position:absolute;
left:1695px;
top:1057px;
width: 22px;
height: 4px;
transform: rotate(100deg);
background:rgb(236, 132, 34);
}
.linv8{
position:absolute;
left: 1655px;
top: 1050px;
width: 22px;
height: 4px;
transform: rotate(100deg);
background:rgb(236, 132, 34);
}
.linv9{
position:absolute;
left:1615px;
top:1044px;
width: 22px;
height: 4px;
transform: rotate(100deg);
background:rgb(236, 132, 34);
}
.linv10{
position:absolute;
left:1593.5px;
top:1191px;
width: 22px;
height: 4px;
transform: rotate(100deg);
background:rgb(236, 132, 34);
}
.linv11{
position:absolute;
left:1632px;
top:1197px;
width: 22px;
height: 4px;
transform: rotate(100deg);
background:rgb(236, 132, 34);
}
.linv12{
position:absolute;
left:1675px;
top:1202px;
width: 22px;
height: 4px;
transform: rotate(100deg);
background:rgb(236, 132, 34);
}
.cfmg{
position:relative;
z-index: 5;
left:1297px;
top: -427px;
width: 53px;
height: 53px;
border-radius:50%;
background: PaleGoldenRod;
}
.marcas{
font-size: 18px;
position: relative;
top: -1124px;
left: 1524px;
z-index: 6;
}
.pet1{
display: block;
width: 50.4px;
height: 90px;
background-color:Thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
position:relative;
left:1300px;
top:-555px;
}
.cirp1{
display: block;
width: 20px;
height: 20px;
background-color: Thistle;
border-radius: 50%;
z-index:6;
position:relative;
left:1320px;
top:-605px;
z-index: 3;
}
.pet2{
display: block;
width: 50.4px;
height: 90px;
background-color:Thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
position:relative;
left:1340px;
top:-618px;
transform: rotate(80deg);
}
.cirp2{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:5;
position:relative;
left:1360px;
top:-666px;
transform: rotate(80deg);
}
.pet3{
display: block;
width: 50.4px;
height: 90px;
background-color:Thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
position:relative;
left:1255px;
top:-731px;
transform: rotate(280deg);
}
.cirp3{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:5;
position:relative;
left:1265px;
top:-788px;
transform: rotate(280deg)
}
.pet4{
display: block;
width: 50.4px;
height: 90px;
background-color:Thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
position:relative;
left:1264px;
top:-788px;
transform: rotate(220deg);
}
.cirp4{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:5;
position:relative;
left:1275px;
top:-845px;
transform: rotate(220deg);
z-index: 3;
}
.pet5{
display: block;
width: 50.4px;
height: 90px;
background-color:Thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
position:relative;
left:1329px;
top:-899px;
transform: rotate(140deg);
}
.cirp5{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:6;
position:relative;
left:1340px;
top:-948px;
transform: rotate(140deg);
}
.cfmp{
z-index:6;
position:absolute;
left:1526px;
top: 1715px;
width: 65px;
height: 65px;
border-radius:50%;
background: PaleGoldenRod;
}
.peta1{
display: block;
width: 65.4px;
height: 136px;
background-color:thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
z-index:5;
position:absolute;
left:1527px;
top:1590px;
}
.circulo1{
display: block;
width: 30px;
height: 40px;
background-color:Thistle;
border-radius: 50%;
z-index:6;
position:absolute;
left:1555px;
top:1640px;
}
.peta2{
display: block;
width: 65.4px;
height: 136px;
background-color:thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
z-index:5;
position:absolute;
left:1595px;
transform: rotate(80deg);
top:1660px;
}
.circulo2{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:6;
position:absolute;
left:1620px;
transform: rotate(80deg);
top:1721px;
}
.peta3{
display: block;
width: 65.4px;
height: 136px;
background-color:thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
z-index:5;
position:absolute;
left:1458px;
transform: rotate(280deg);
top:1658px;
}
.circulo3{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:6;
position:absolute;
left:1480px;
transform: rotate(280deg);
top:1710px;
}
.peta4{
display: block;
width: 65.4px;
height: 136px;
background-color:thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
z-index:5;
position:absolute;
left:1478px;
top:1735px;
transform: rotate(220deg);
}
.circulo4{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:6;
position:absolute;
left:1493px;
top:1792px;
transform: rotate(220deg)
}
.peta5{
display: block;
width: 65.4px;
height: 136px;
background-color:thistle;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
z-index:5;
position:absolute;
left:1570px;
top:1735px;
transform: rotate(140deg);
}
.circulo5{
display: block;
width: 20px;
height: 20px;
background-color:Thistle;
border-radius: 50%;
z-index:6;
position:absolute;
left:1588px;
top:1796px;
transform: rotate(140deg)
}
a{
color: purple;
}
.corazon{
width: 100px;
height: 100px;
transform: rotate(45deg);
background: skyblue;
z-index: 6;
top: -1202px;
left: 1050px;
animation: heart 2s infinite alternate ease;
}
.corazon, .corazon::before, .corazon::after{
width: 100px;
height: 100px;
background: skyblue;
position: absolute;
}
.corazon::before, .corazon::after {
content: "";
display: block;
transform: translateY(-55px);
border-radius: 50%;
}
.corazon:after {
transform: translateX(-55px);
}
@keyframes heart{
from {
transform: scale(1,2) rotate(45deg);
}
}
.continente{
position:relative;
margin-top: 370px;
left: 1160px;
height: 102;
z-index: 4;
}
.bolsa1{
box-sizing: border-box;
position: relative;
border: 1em solid rgb(87, 69, 20);
width: 108px;
height: 100px;
border-top-left-radius: 7em;
border-top-right-radius: 7em;
z-index: 1 ;
top: -3220px;
left: 2040px;
}
.bolsa1::before {
content:"";
position: absolute;
width: 10em;
height: 16em;
border-radius: 0em;
top: 4em;
box-sizing: border-box;
border: 2.5em solid rgb(39, 32, 109);
border-right-width: 7.5em;
border-left-width: 7.5em;
border-bottom-left-radius: 0em ;
border-bottom-right-radius: 0em;
z-index: 3;
left: -80px;
}
.bolsa2{
box-sizing: border-box;
position: relative;
border: 1em solid rgb(87, 69, 12);
width: 108px;
height: 100px;
border-top-left-radius: 7em;
border-top-right-radius: 7em;
z-index: 1 ;
top: -3220px;
left: 2150px;
}
.bolsa2::before {
content:"";
position: absolute;
width: 12em;
height: 16em;
border-radius: 0em;
top: 4em;
box-sizing: border-box;
border: 8.5em solid rgb(218, 189, 216);
border-right-width: 7.5em;
border-left-width: 8em;
border-bottom-left-radius: 0em ;
border-bottom-right-radius: 0em;
z-index: 3;
left: -86px;
}
.bolsa3{
box-sizing: border-box;
position: relative;
border: 1em solid rgb(87, 69, 20);
width: 108px;
height: 100px;
border-top-left-radius: 7em;
border-top-right-radius: 7em;
z-index: 2 ;
top: -3220px;
left: 1870px;
}
.bolsa3::before {
content:"";
position: absolute;
width: 6em;
height: 10em;
border-radius: 2em;
top: 3em;
box-sizing: border-box;
border: 8.5em solid rgb(241, 206, 47);
border-right-width: 7.5em;
border-left-width: 8em;
border-bottom-width: 3.3em;
border-bottom-left-radius: 0em ;
border-bottom-right-radius: 0em;
z-index: 3;
left: -86px;
}
.bolsa4{
box-sizing: border-box;
position: relative;
border: 1em solid rgb(87, 69, 20);
width: 108px;
height: 100px;
border-top-left-radius: 7em;
border-top-right-radius: 7em;
z-index: 0 ;
top: -3550px;
left: 1900px;
}
.bolsa4::before {
content:"";
position: absolute;
width: 12em;
height: 16em;
border-radius: 0em;
top: 4em;
box-sizing: border-box;
border: 8.5em solid rgb(221, 221, 206);
border-right-width: 7.5em;
border-left-width: 8em;
border-bottom-left-radius: 0em ;
border-bottom-right-radius: 0em;
z-index: 3;
left: -86px;
}
.recmarca{
position: relative;
width: 60px;
height: 60px;
top: -3510px;
left: 1850px;
z-index:5;
background: red;
}
.etiqueta{
background: rgb(146, 209, 87);
border-top: 1px solid rgb(146, 209, 87);
display: inline-block;
height: 215px;
margin-left: 80px;
margin-top: 100px;
position: relative;
width: 150px;
transform: rotate(20deg);
top: -2170px;
left: 330px;
}
.etiqueta::before {
border-bottom: 70px solid rgb(146, 209, 87);
border-left: 75px solid transparent;
border-right: 75px solid transparent;
content: "";
height: 0px;
left: 0;
position: absolute;
top: -70px;
width: 0px;
}
.etiquetalazo{
position: absolute;
width: 340px;
height: 95px;
top: 1435px;
left: 452px;
-moz-border-radius: 0 80% / 0 100%;
-webkit-border-radius: 0 80% / 0 100%;
border-radius: 0 60% / 0 100%;
border: 3px solid rgb(233, 176, 101);
transform: rotate(-76deg);
}
.cuadrado_tapa{
position: absolute;
width: 65px;
height: 60px;
top: 1630px;
left: 517px;
background: rgb(146, 209, 87);
transform: rotate(63.5deg);
}
@import url(https://fonts.googleapis.com/css?family=Righteous);
.costo8, .costo8:before, .costo8:after {
box-sizing: border-box;
position: absolute;
top: 500px;
left: 1800px;
width: 500px;
}
html, body {
height: 100px;
}
.costo8 {
display: inline-block;
text-align: right;
color: rgb(0, 0, 0);
font-family: 'Righteous', serif;
font-size: 55px;
text-shadow: 1px 1px 0 rgb(246, 246, 247);
}
.costo8:after {
content: "LA MODA NO ES GRATIS";
position: absolute;
top: 4px; left: 4px;
z-index: -1;
text-shadow: none;
background-image:
linear-gradient(
45deg,
transparent 45%,
rgb(251, 251, 253) 45%,
rgb(252, 252, 252) 55%,
transparent 0
);
background-size: .09em .09em;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: shad-anim 100s linear infinite;
}
@keyframes shad-anim {
0% {background-position: 0 0}
0% {background-position: 100% -100%}
}
@import url("https://fonts.googleapis.com/css?family=Sacramento&display=swap");
h1 {
font-size: calc(30px + 30px);
line-height: calc(30px + 30px);
text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
color: #fff6a9;
font-family: "Sacramento", cursive;
text-align: left;
animation: blink 12s infinite;
-webkit-animation: blink 12s infinite;
margin-top: -1350px;
position: relative;
left: 200px;
top: -700px;
}
body {
justify-content: right;
align-items: right;
height: 100vh;
}
@-webkit-keyframes blink {
20%,
24%,
55% {
color: rgb(248, 248, 248);
text-shadow: none;
}
0%,
19%,
21%,
23%,
25%,
54%,
56%,
100% {
text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 40px #ff0000, 0 0 10px #ff8d00, 0 0 70px #ff0000;
color: #fff6a9;
}
}
@keyframes blink {
20%,
24%,
55% {
color: rgb(248, 248, 248);
text-shadow: none;
}
0%,
19%,
21%,
23%,
25%,
54%,
56%,
100% {
text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 40px #ff0000, 0 0 10px #ff8d00, 0 0 70px #ff0000;
color: #fff6a9;
}
}
@import url(https://fonts.googleapis.com/css?family=Signika:700,300,600);
h2 {
font-size:100px;
font:bold 65px/7 'Signika', sans-serif;
user-select:none;
width: 500px;
margin-top: 40px;
margin-left: 650px;
position: relative;
left: 220px;
top: -3080px;
}
h2 span { display:inline-block; animation:float .5s ease-in-out infinite; }
@keyframes float {
0%,100%{ transform:none; }
33%{ transform:translateY(-1px) rotate(-2deg); }
66%{ transform:translateY(1px) rotate(2deg); }
}
body:hover span { animation:bounce .10s; }
@keyframes bounce {
0%,100%{ transform:translate(0); }
25%{ transform:rotateX(20deg) translateY(2px) rotate(-3deg); }
50%{ transform:translateY(-20px) rotate(3deg) scale(1.1); }
}
span:nth-child(4n) { color:hsl(50, 75%, 55%); text-shadow:1px 1px hsl(50, 75%, 45%), 2px 2px hsl(50, 45%, 45%), 3px 3px hsl(50, 45%, 45%), 4px 4px hsl(50, 75%, 45%); }
span:nth-child(4n-1) { color:hsl(135, 35%, 55%); text-shadow:1px 1px hsl(135, 35%, 45%), 2px 2px hsl(135, 35%, 45%), 3px 3px hsl(135, 35%, 45%), 4px 4px hsl(135, 35%, 45%); }
span:nth-child(4n-2) { color:hsl(155, 35%, 60%); text-shadow:1px 1px hsl(155, 25%, 50%), 2px 2px hsl(155, 25%, 50%), 3px 3px hsl(155, 25%, 50%), 4px 4px hsl(140, 25%, 50%); }
span:nth-child(4n-3) { color:hsl(30, 65%, 60%); text-shadow:1px 1px hsl(30, 45%, 50%), 2px 2px hsl(30, 45%, 50%), 3px 3px hsl(30, 45%, 50%), 4px 4px hsl(30, 45%, 50%); }
h1 span:nth-child(2){ animation-delay:.05s; }
h1 span:nth-child(3){ animation-delay:.1s; }
h1 span:nth-child(4){ animation-delay:.15s; }
h1 span:nth-child(5){ animation-delay:.2s; }
h1 span:nth-child(6){ animation-delay:.25s; }
h1 span:nth-child(7){ animation-delay:.3s; }
h1 span:nth-child(8){ animation-delay:.35s; }
h1 span:nth-child(9){ animation-delay:.4s; }
h1 span:nth-child(10){ animation-delay:.45s; }
h1 span:nth-child(11){ animation-delay:.5s; }
h1 span:nth-child(12){ animation-delay:.55s; }
h1 span:nth-child(13){ animation-delay:.6s; }
h1 span:nth-child(14){ animation-delay:.65s; }
.reciclaje{
position: absolute;
top: 1700px;
left: 1900px;
} | 0.665193 | 0.111386 |
*,
*:before,
*:after {
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, body, p {
margin: 0;
}
.main-container {
max-width: 1200px;
max-height: 100000px;
margin: 0 auto;
font-family: 'Oxygen', sans-serif;
color: midnightblue;
}
a {
text-decoration: none;
color: midnightblue;
}
p {
margin: 0 0 15px;
}
/*2. Header */
header {
border-bottom: 2px solid black;
height: 150px;
max-height: 10000px;
display: flex;
background-color: purple;
align-items: flex-end;
justify-content: space-between;
}
.header__logo {
font-family: 'Kanit', sans-serif;
font-size: 35px;
color: white;
padding: 10px;
margin-left: 20px;
align-self: flex-start;
}
.header__navigation {
margin-bottom: 5px;
}
.header__navigation a {
font-size: 22px;
text-decoration: none;
text-transform: uppercase;
color: white;
font-family: 'Oxygen', sans-serif;
padding-left: 5px;
padding-right: 5px;
margin-right: 20px;
}
.header__navigation a:hover {
color: purple;
background-color: white;
}
.header__navigation a:nth-child(3) {
display: none; /* We don't display "Contact me" link on full-size screens */
}
/* 3. Left-side block*/
.left-side-block {
float: left;
max-width: 20%;
max-height: 100%;
padding: 20px;
}
#left-side-block__profile-logo {
width: 200px;
max-width: 100%;
border-radius: 100px;
}
.left-side-block__user-name {
text-align: center;
margin: 10px;
font-size: 20px;
font-weight: bold;
}
.left-side-block__speciality {
text-align: center;
margin: 10px;
font-size: 16px;
font-weight: 700;
}
.left-side-block__media-buttons {
display: flex;
justify-content: space-around;
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
}
.left-side-block__telegram {
fill: #60b5ff;
}
.left-side-block__linkedin {
fill: #0a66c2
}
/* 4. Middle body */
.body-container {
float: left;
max-height: 100%;
}
.body-content {
float: left;
max-width: 80%;
padding: 20px;
}
article {
font-size: 18px;
}
.article {
margin-bottom: 30px;
position: relative;
}
.article__post-date {
font-size: 15px;
margin-top: 10px;
margin-bottom: 10px;
}
.article__preview {
margin-bottom: 30px;
}
.article__like-button, .article__comment-button, .article__more-button {
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
}
.article__more-button {
position: absolute;
right: 0;
}
/* 5. Footer*/
.footer-container {
float: left;
width: 1200px;
max-width: 100%;
height: 30px;
text-align: center;
border-top: 1px solid gray;
}
.footer-container__footer {
padding: 10px;
font-size: 14px;
}
/* 6. Article page */
.post {
float: left;
max-width: 80%;
padding: 20px;
}
.post__post-date {
font-size: 15px;
margin-top: 10px;
margin-bottom: 10px;
}
/* 7. Adaptive design start */
@media (max-width: 1200px) {
.main-container {
max-width: 970px;
}
}
@media (max-width: 992px) {
.main-container {
max-width: 750px;
}
.left-side-block__media-buttons {
justify-content: space-between;
padding-right: 5px;
padding-left: 5px;
}
}
@media (max-width: 767px) {
.main-container {
max-width: none;
}
.header__logo {
font-size: 22px;
margin: 0 auto;
}
.header__navigation a:nth-child(3) {
display: inline;
}
.left-side-block {
display: none;
}
.body-content {
max-width: 100%;
}
header {
flex-direction: column;
}
.header__navigation {
margin: 0 auto 5px;
}
.header__navigation a {
margin-right: 7px;
margin-left: 7px;
font-family: 'Oxygen', sans-serif;
}
.post {
max-width: 100%;
}
} | public/css/styles.css | *,
*:before,
*:after {
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, body, p {
margin: 0;
}
.main-container {
max-width: 1200px;
max-height: 100000px;
margin: 0 auto;
font-family: 'Oxygen', sans-serif;
color: midnightblue;
}
a {
text-decoration: none;
color: midnightblue;
}
p {
margin: 0 0 15px;
}
/*2. Header */
header {
border-bottom: 2px solid black;
height: 150px;
max-height: 10000px;
display: flex;
background-color: purple;
align-items: flex-end;
justify-content: space-between;
}
.header__logo {
font-family: 'Kanit', sans-serif;
font-size: 35px;
color: white;
padding: 10px;
margin-left: 20px;
align-self: flex-start;
}
.header__navigation {
margin-bottom: 5px;
}
.header__navigation a {
font-size: 22px;
text-decoration: none;
text-transform: uppercase;
color: white;
font-family: 'Oxygen', sans-serif;
padding-left: 5px;
padding-right: 5px;
margin-right: 20px;
}
.header__navigation a:hover {
color: purple;
background-color: white;
}
.header__navigation a:nth-child(3) {
display: none; /* We don't display "Contact me" link on full-size screens */
}
/* 3. Left-side block*/
.left-side-block {
float: left;
max-width: 20%;
max-height: 100%;
padding: 20px;
}
#left-side-block__profile-logo {
width: 200px;
max-width: 100%;
border-radius: 100px;
}
.left-side-block__user-name {
text-align: center;
margin: 10px;
font-size: 20px;
font-weight: bold;
}
.left-side-block__speciality {
text-align: center;
margin: 10px;
font-size: 16px;
font-weight: 700;
}
.left-side-block__media-buttons {
display: flex;
justify-content: space-around;
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
}
.left-side-block__telegram {
fill: #60b5ff;
}
.left-side-block__linkedin {
fill: #0a66c2
}
/* 4. Middle body */
.body-container {
float: left;
max-height: 100%;
}
.body-content {
float: left;
max-width: 80%;
padding: 20px;
}
article {
font-size: 18px;
}
.article {
margin-bottom: 30px;
position: relative;
}
.article__post-date {
font-size: 15px;
margin-top: 10px;
margin-bottom: 10px;
}
.article__preview {
margin-bottom: 30px;
}
.article__like-button, .article__comment-button, .article__more-button {
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
}
.article__more-button {
position: absolute;
right: 0;
}
/* 5. Footer*/
.footer-container {
float: left;
width: 1200px;
max-width: 100%;
height: 30px;
text-align: center;
border-top: 1px solid gray;
}
.footer-container__footer {
padding: 10px;
font-size: 14px;
}
/* 6. Article page */
.post {
float: left;
max-width: 80%;
padding: 20px;
}
.post__post-date {
font-size: 15px;
margin-top: 10px;
margin-bottom: 10px;
}
/* 7. Adaptive design start */
@media (max-width: 1200px) {
.main-container {
max-width: 970px;
}
}
@media (max-width: 992px) {
.main-container {
max-width: 750px;
}
.left-side-block__media-buttons {
justify-content: space-between;
padding-right: 5px;
padding-left: 5px;
}
}
@media (max-width: 767px) {
.main-container {
max-width: none;
}
.header__logo {
font-size: 22px;
margin: 0 auto;
}
.header__navigation a:nth-child(3) {
display: inline;
}
.left-side-block {
display: none;
}
.body-content {
max-width: 100%;
}
header {
flex-direction: column;
}
.header__navigation {
margin: 0 auto 5px;
}
.header__navigation a {
margin-right: 7px;
margin-left: 7px;
font-family: 'Oxygen', sans-serif;
}
.post {
max-width: 100%;
}
} | 0.612078 | 0.097305 |
.section-padding {
padding-top: 53px;
}
.section-padding-top {
padding-top: 150px;
}
.section-padding-bottom {
padding-bottom: 150px;
}
.zirtachghil {
margin-bottom: 29px;
}
.section-bg {
background-repeat: no-repeat;
background-position: center center;
background-size: auto;
}
.row-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.zoom-image {
-webkit-transform: scale(1.2);
transform: scale(1.2);
margin: 0;
padding: 0;
}
.angle-3, .angle-2, .angle-1 {
position: relative;
z-index: 1;
}
.angle-3:after, .angle-1:after {
content: "";
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 10vw;
background-image: url(data:image/svg+xml);
z-index: -1;
pointer-events: none;
}
.angle-2:before, .angle-3:before {
content: "";
position: absolute;
left: 0;
top: -1px;
width: 100%;
height: 10vw;
background-image: url(data:image/svg+xml);
z-index: -1;
pointer-events: none;
}
.bttn-3, .bttn-2, .bttn-1 {
display: inline-block;
padding: 18px 50px;
background: #674dd6;
background: -webkit-gradient(linear, right top, left top, from(#674DD6), to(#5B69FF));
background: linear-gradient(to left, #674DD6 0%, #5B69FF 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#674DD6', endColorstr='#5B69FF', GradientType=0);
border-radius: 4px;
color: #fff;
font-family: josefin sans, sans-serif;
font-weight: 700;
position: relative;
z-index: 1;
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
overflow: hidden;
border: none;
font-size: 16px;
}
.bttn-3:hover, .bttn-2:hover, .bttn-1:hover {
color: #5b69ff;
-webkit-box-shadow: 0 10px 40px 5px rgba(0, 0, 0, .1);
box-shadow: 0 10px 40px 5px rgba(0, 0, 0, .1);
}
.bttn-3:hover {
color: #fff;
}
.bttn-3:after, .bttn-2:after, .bttn-1:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
background-color: #fff;
opacity: .3;
z-index: -1;
-webkit-transition: .3s;
transition: .3s;
}
.bttn-2:after {
opacity: 0;
}
.bttn-3:after {
background-color: #576ea0;
opacity: 1;
}
.bttn-2:hover:after, .bttn-1:hover:after {
opacity: 1;
}
.bttn-3:hover:after {
opacity: 0;
}
small#iwada {
font-size: 21px;
}
p.para-privacy {
text-align: center;
}
h4.titreh4 {
text-align: center;
}
.prixdiv {
text-align: center;
}
.bttn-5, .bttn-6, .bttn-4 {
margin-top: 18px;
display: inline-block;
padding: 18px 50px;
background: #1dd1a1;
border-radius: 5px;
color: #fff;
font-family: josefin sans, sans-serif;
font-weight: 700;
position: relative;
z-index: 1;
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
overflow: hidden;
border: none;
}
.bttn-4:hover {
background-color: #fff;
color: #103178;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
.bttn-5 {
background-color: #1980fa;
}
.bttn-5:hover {
color: #fff;
-webkit-box-shadow: 0 30px 80px -15px #1980fa;
box-shadow: 0 30px 40px -20px #1980fa;
}
.bttn-6 {
background-color: #a930e4;
color: #fff;
}
.bttn-6:hover {
color: #fff;
-webkit-box-shadow: 0 30px 80px -15px #a930e4;
box-shadow: 0 20px 40px -15px #a930e4;
}
.page-title {
margin-bottom: 70px;
}
.page-title .title {
font-size: 36px;
font-weight: 700;
margin-bottom: 30px;
color: #0f1d46;
line-height: 48px;
}
.text-box h2.title {
margin-bottom: 30px;
}
.page-title.text-white .title {
color: #fff;
}
.page-title .desc {
font-size: 20px;
font-family: rubik, sans-serif;
color: rgba(40, 51, 80, .6);
font-weight: 400;
line-height: 34px;
}
.page-title.text-white .desc {
color: #fff;
}
.play-box {
position: relative;
right: -150px;
}
.play-box .play-bttn {
position: absolute;
left: -50px;
top: calc(50% - 50px);
width: 100px;
height: 100px;
text-align: center;
line-height: 100px;
color: #fff;
background: #674dd6;
background: -webkit-gradient(linear, left top, left bottom, from(#674dd6), to(#5b69ff));
background: linear-gradient(to bottom, #674dd6 0%, #5b69ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#674dd6', endColorstr='#5b69ff', GradientType=0);
border-radius: 100%;
z-index: 1;
overflow: hidden;
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent;
}
#scrollUp {
display: none !important;
}
.play-box .play-bttn:hover {
-webkit-box-shadow: 0 0 0 15px rgba(103, 77, 214, .3), 0 0 0 30px rgba(103, 77, 214, .3), 0 0 0 45px rgba(103, 77, 214, .3);
box-shadow: 0 0 0 15px rgba(103, 77, 214, .3), 0 0 0 30px rgba(103, 77, 214, .3), 0 0 0 45px rgba(103, 77, 214, .3);
}
.text-box {
margin-top: 37px;
color: rgba(15, 29, 70, .6);
}
.header-area .text-box {
font-size: 20px;
line-height: 32px;
font-weight: 400;
}
i.fa.fa-child {
font-size: 34px;
}
.title,.info,.desc,p{
direction: rtl;
}
.feature-box .box-icon, .text-box .box-icon {
width: 70px;
height: 70px;
line-height: 70px;
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#674dd6), to(#5b69ff));
background: linear-gradient(to bottom, #674dd6 0%, #5b69ff 100%);
border-radius: 50%;
font-size: 20px;
text-align: center;
margin-bottom: 20px;
display: inline-block;
}
.feature-box.v2 .box-icon, .text-box .box-icon.v2 {
background: #1980fa;
}
.text-box .box-icon.v3 {
background: #8a19fa;
}
.text-box .box-icon.white-box {
background-color: #fff;
color: #1980fa;
}
.text-box .box-icon.white-box.v3 {
color: #a930e4;
}
.text-white, .text-box.text-white {
color: #fff!important;
}
.text-box .top-title {
color: #b181ff;
font-size: 20px;
margin-bottom: 30px;
}
.text-box .title {
font-size: 60px;
line-height: 65px;
font-weight: 700;
color: #0f1d46;
}
.text-box.text-white .title {
color: #fff;
}
.service-box {
position: relative;
margin-bottom: 30px;
}
.service-box:after {
content: "";
display: block;
clear: both;
}
.service-box .service-icon {
float: left;
margin-right: 30px;
width: 150px;
height: 150px;
padding: 30px;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
border-radius: 5px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: .3s;
transition: .3s;
}
.service-box:hover .service-icon {
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
.service-box .service-icon img {
max-height: 100%}
.service-box .title {
font-size: 22px;
}
.feature-box {
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
padding: 30px;
border-radius: 5px;
background-color: #fff;
text-align: center;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .3s;
transition: .3s;
}
.feature-box:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .2);
box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .2);
}
.feature-box .box-icon {
margin-bottom: 30px;
}
.feature-box.v3 .box-icon {
background: #9919fa;
}
.feature-box.v4 .box-icon {
background: #faa719;
}
.feature-box.v5 .box-icon {
background: #19b5fa;
}
.single-price {
padding: 50px;
border-radius: 5px;
-webkit-box-shadow: 5px 5px 30px 0 rgba(182, 182, 227, .3);
box-shadow: 5px 5px 30px 0 rgba(182, 182, 227, .3);
text-align: center;
background-color: #fff;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .3s;
transition: .3s;
}
.single-price.active, .single-price:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 10px 10px 50px 0 rgba(182, 182, 227, .5);
box-shadow: 10px 10px 50px 0 rgba(182, 182, 227, .5);
}
.single-price.active .bttn-3:after {
opacity: 0;
}
.single-price .user {
font-size: 16px;
color: rgba(15, 29, 70, .7);
margin-bottom: 15px;
}
.single-price .info {
color: rgba(15, 29, 70, .7);
}
.single-price .title {
font-size: 26px;
color: #0f1d46;
}
.single-price .rate {
font-size: 60px;
color: #b181ff;
margin: 30px 0;
}
.price-area.v2 .single-price .rate {
color: #1980fa;
}
.price-box-2 {
padding: 30px;
text-align: center;
border-radius: 10px;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
background-color: #fff;
-webkit-transition: .3s;
transition: .3s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.price-box-2:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
}
.price-box-2 .title {
font-size: 14px;
font-weight: 300;
color: #b181ff;
}
.price-box-2 .rate {
font-size: 60px;
}
.price-box-2 .desc {
margin-top: 30px;
margin-bottom: 50px;
}
.price-box-2 .desc ul {
list-style: none;
margin: 0;
padding: 0;
}
.price-box-2 .desc ul li {
display: block;
padding: 5px 0;
}
.social-menu a {
width: 30px;
height: 30px;
line-height: 30px;
z-index: 1;
display: inline-block;
color: #fff;
}
.social-menu a:hover {
color: #576ea0;
}
#scrollUp {
right: 30px;
bottom: 30px;
width: 40px;
height: 40px;
line-height: 36px;
background: #674dd6;
background: -webkit-gradient(linear, right top, left top, from(#674DD6), to(#5B69FF));
background: linear-gradient(to left, #674DD6 0%, #5B69FF 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#674DD6', endColorstr='#5B69FF', GradientType=0);
color: #fff;
border-radius: 3px;
-webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, .1);
box-shadow: 0 0 15px 0 rgba(255, 255, 255, .1);
text-align: center;
font-size: 20px;
}
#scrollUp:hover {
-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .3);
box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .3);
}
#mc-form {
position: relative;
}
#mc-form .mt10 {
position: absolute;
top: 105%}
.subscribe-area .form-input {
padding: 17px 20px;
border: 2px solid #ebebeb;
color: #0f1d46;
margin-right: 15px;
width: calc(100% - 280px);
border-radius: 5px;
outline: none;
-webkit-transition: .3s;
transition: .3s;
margin-top: 10px;
}
.subscribe-area .form-input:focus {
border: 2px solid #acacac;
}
.subscribe-area .submit {
width: 250px;
text-align: center;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
display: inline-block;
}
.subscribe-area .submit:after {
opacity: 0;
}
.subscribe-area.v2 .submit:after {
background: #1980fa;
}
.subscribe-area.v3 .submit:after {
background: #a930e4;
}
.subscribe-area .info {
text-align: center;
margin-top: 30px;
}
.text-box.camera-title h3.title {
font-size: 36px;
line-height: 50px;
font-weight: 700;
}
.camera-title {
font-size: 18px;
line-height: 34px;
}
.pre-btn.bttn-3:after {
background: -webkit-gradient(linear, right top, left top, from(#5B69FF), to(#674DD6));
opacity: 1;
}
.subscribe-area h1.title {
font-size: 60px;
line-height: 65px;
}
.product-slide .slide-item {
background-color: #fff;
padding: 30px;
box-shadow: 0 0 15px 0 #e8e8e8;
text-align: center;
margin: 15px;
border-radius: 5px;
}
.product-slide .slide-item .product-image {
-webkit-transition: .3s;
transition: .3s;
height: 180px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: scale(1);
transform: scale(1);
}
.product-slide .slide-item:hover .product-image {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.product-slide .slide-item .product-content {
padding-top: 30px;
}
.product-slide .slide-item .product-content .rate {
color: #b181ff;
font-size: 22px;
margin-bottom: 0;
}
.product-slide.v2 .slide-item .product-content .rate {
color: #1980fa;
}
.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 999999;
}
.preloader svg {
max-width: 25em;
background: 0 0;
fill: none;
stroke: #5b69ff;
stroke-linecap: round;
stroke-width: 8%;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.preloader use {
stroke: #674dd6;
-webkit-animation: loeader_ani 2s linear infinite;
animation: loeader_ani 2s linear infinite;
}
@-webkit-keyframes loeader_ani {
to {
stroke-dashoffset: 0;
}
}@keyframes loeader_ani {
to {
stroke-dashoffset: 0;
}
}.testimonails-2 .single-testimonial {
text-align: center;
padding: 0 30px;
margin-bottom: 15px;
}
.testimonails-2 .single-testimonial .desc {
margin-bottom: 40px;
}
.testimonails-2 .single-testimonial .desc:after, .testimonails-2 .single-testimonial .desc:before {
content: '"'}
.testimonails-2 .single-testimonial .thumb {
width: 50px;
height: 50px;
border-radius: 100%;
overflow: hidden;
display: inline-block;
margin-bottom: 20px;
}
.testimonails-2 .single-testimonial .name {
font-size: 20px;
margin-bottom: 5px;
}
.testimonails-2 .single-testimonial .posi {
color: #8892a0;
}
.info-box {
text-align: center;
padding: 0 30px;
}
.info-box .box-image {
margin-bottom: 50px;
}
.info-box .box-content {
padding: 0 30px;
}
.info-box .title {
font-size: 22px;
}
.info-box .number {
font-size: 22px;
color: #1980fa;
margin-bottom: 0;
}
.info-box.v3 .number {
color: #a930e4;
}
.circle-bg {
background-repeat: no-repeat;
background-size: auto;
-webkit-animation: circle_jump 2s .3s linear infinite;
animation: circle_jump 2s .3s linear infinite;
}
@-webkit-keyframes circle_jump {
0% {
background-size: 470px, auto, auto;
}
50% {
background-size: 480px, auto, auto;
}
100% {
background-size: 470px, auto, auto;
}
}@keyframes circle_jump {
0% {
background-size: 470px, auto, auto;
}
50% {
background-size: 480px, auto, auto;
}
100% {
background-size: 470px, auto, auto;
}
}.relative-box {
position: relative;
}
.image-side-box {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 50%;
text-align: center;
}
.image-side-box.right-box {
left: auto;
right: 0;
}
.tooltip-box {
position: relative;
background-repeat: no-repeat;
background-position: left center;
}
.tooltip-box .image {
text-align: center;
}
.tooltip-box .tip {
width: 20px;
height: 20px;
position: relative;
background-color: #768bf9;
border-radius: 100%;
cursor: pointer;
position: absolute;
left: 0;
top: 0;
-webkit-animation: tip_jump 2s .5s linear infinite;
animation: tip_jump 2s .5s linear infinite;
}
.tooltip-box .tip:hover {
z-index: 6;
}
@-webkit-keyframes tip_jump {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
}
25% {
-webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
}
50% {
-webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 12px rgba(108, 132, 251, .4);
box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 12px rgba(108, 132, 251, .4);
}
75% {
-webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
}
}@keyframes tip_jump {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
}
25% {
-webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
}
50% {
-webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 12px rgba(108, 132, 251, .4);
box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 12px rgba(108, 132, 251, .4);
}
75% {
-webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
}
}.tooltip-box .tip.box1 {
top: 10%;
left: 49%}
.tooltip-box .tip.box2 {
top: 39%;
left: 25%}
.tooltip-box .tip.box3 {
top: 60%;
left: 26%}
.tooltip-box .tip.box4 {
top: 76%;
left: 36%}
.tooltip-box .tip.box5 {
top: 76%;
left: 62%}
.tooltip-box .tip.box6 {
top: 56%;
left: 72%}
.tooltip-box .tip .content {
position: absolute;
left: 15px;
top: 15px;
width: 400px;
padding: 30px;
border-radius: 5px;
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
cursor: default;
visibility: hidden;
background-color: #fff;
opacity: 0;
-webkit-transition: .3s;
transition: .3s;
}
.tooltip-box .tip:hover {
z-index: 3;
}
.tooltip-box .tip:hover .content {
visibility: visible;
opacity: 1;
}
.tooltip-box .tip .content .title {
font-size: 22px;
}
.fixed-bottoms {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
z-index: 100;
}
.fixed-wtsp {
position: fixed;
/* left: 0; */
bottom: 58px;
text-align: center;
z-index: 100;
/* float: right; */
/* width: 50% !important; */
max-width: 44px !important;
right: 9px;
}
.title.prix {
font-size: 28px !important;
}
.title.prix {
color: #1dd1a1 !important;
}
.title.drib {
text-decoration-line: line-through;
}
small#text-prix {
font-size: 22px;
}
.header-areass{
height: 100%;
}
h1.tamatbs {
color: #fbc531;
margin-top: 34px;
text-align: center;
}
.button-partager{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 18px;
}
p.main-content__body {
color: white;
font-size: 22px;
text-align: center;
}
h1.tamatb {
color: white;
text-align: center;
}
.headeress {
margin-top: 58px;
}
.button-buy {
height: 48px;
background-color: #1dd1a1;
font-size: 27px;
color: white;
}
.button-wtsp {
float: right;
} | public/assets/css/helper.css | .section-padding {
padding-top: 53px;
}
.section-padding-top {
padding-top: 150px;
}
.section-padding-bottom {
padding-bottom: 150px;
}
.zirtachghil {
margin-bottom: 29px;
}
.section-bg {
background-repeat: no-repeat;
background-position: center center;
background-size: auto;
}
.row-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.zoom-image {
-webkit-transform: scale(1.2);
transform: scale(1.2);
margin: 0;
padding: 0;
}
.angle-3, .angle-2, .angle-1 {
position: relative;
z-index: 1;
}
.angle-3:after, .angle-1:after {
content: "";
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 10vw;
background-image: url(data:image/svg+xml);
z-index: -1;
pointer-events: none;
}
.angle-2:before, .angle-3:before {
content: "";
position: absolute;
left: 0;
top: -1px;
width: 100%;
height: 10vw;
background-image: url(data:image/svg+xml);
z-index: -1;
pointer-events: none;
}
.bttn-3, .bttn-2, .bttn-1 {
display: inline-block;
padding: 18px 50px;
background: #674dd6;
background: -webkit-gradient(linear, right top, left top, from(#674DD6), to(#5B69FF));
background: linear-gradient(to left, #674DD6 0%, #5B69FF 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#674DD6', endColorstr='#5B69FF', GradientType=0);
border-radius: 4px;
color: #fff;
font-family: josefin sans, sans-serif;
font-weight: 700;
position: relative;
z-index: 1;
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
overflow: hidden;
border: none;
font-size: 16px;
}
.bttn-3:hover, .bttn-2:hover, .bttn-1:hover {
color: #5b69ff;
-webkit-box-shadow: 0 10px 40px 5px rgba(0, 0, 0, .1);
box-shadow: 0 10px 40px 5px rgba(0, 0, 0, .1);
}
.bttn-3:hover {
color: #fff;
}
.bttn-3:after, .bttn-2:after, .bttn-1:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
background-color: #fff;
opacity: .3;
z-index: -1;
-webkit-transition: .3s;
transition: .3s;
}
.bttn-2:after {
opacity: 0;
}
.bttn-3:after {
background-color: #576ea0;
opacity: 1;
}
.bttn-2:hover:after, .bttn-1:hover:after {
opacity: 1;
}
.bttn-3:hover:after {
opacity: 0;
}
small#iwada {
font-size: 21px;
}
p.para-privacy {
text-align: center;
}
h4.titreh4 {
text-align: center;
}
.prixdiv {
text-align: center;
}
.bttn-5, .bttn-6, .bttn-4 {
margin-top: 18px;
display: inline-block;
padding: 18px 50px;
background: #1dd1a1;
border-radius: 5px;
color: #fff;
font-family: josefin sans, sans-serif;
font-weight: 700;
position: relative;
z-index: 1;
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
overflow: hidden;
border: none;
}
.bttn-4:hover {
background-color: #fff;
color: #103178;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
.bttn-5 {
background-color: #1980fa;
}
.bttn-5:hover {
color: #fff;
-webkit-box-shadow: 0 30px 80px -15px #1980fa;
box-shadow: 0 30px 40px -20px #1980fa;
}
.bttn-6 {
background-color: #a930e4;
color: #fff;
}
.bttn-6:hover {
color: #fff;
-webkit-box-shadow: 0 30px 80px -15px #a930e4;
box-shadow: 0 20px 40px -15px #a930e4;
}
.page-title {
margin-bottom: 70px;
}
.page-title .title {
font-size: 36px;
font-weight: 700;
margin-bottom: 30px;
color: #0f1d46;
line-height: 48px;
}
.text-box h2.title {
margin-bottom: 30px;
}
.page-title.text-white .title {
color: #fff;
}
.page-title .desc {
font-size: 20px;
font-family: rubik, sans-serif;
color: rgba(40, 51, 80, .6);
font-weight: 400;
line-height: 34px;
}
.page-title.text-white .desc {
color: #fff;
}
.play-box {
position: relative;
right: -150px;
}
.play-box .play-bttn {
position: absolute;
left: -50px;
top: calc(50% - 50px);
width: 100px;
height: 100px;
text-align: center;
line-height: 100px;
color: #fff;
background: #674dd6;
background: -webkit-gradient(linear, left top, left bottom, from(#674dd6), to(#5b69ff));
background: linear-gradient(to bottom, #674dd6 0%, #5b69ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#674dd6', endColorstr='#5b69ff', GradientType=0);
border-radius: 100%;
z-index: 1;
overflow: hidden;
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent;
}
#scrollUp {
display: none !important;
}
.play-box .play-bttn:hover {
-webkit-box-shadow: 0 0 0 15px rgba(103, 77, 214, .3), 0 0 0 30px rgba(103, 77, 214, .3), 0 0 0 45px rgba(103, 77, 214, .3);
box-shadow: 0 0 0 15px rgba(103, 77, 214, .3), 0 0 0 30px rgba(103, 77, 214, .3), 0 0 0 45px rgba(103, 77, 214, .3);
}
.text-box {
margin-top: 37px;
color: rgba(15, 29, 70, .6);
}
.header-area .text-box {
font-size: 20px;
line-height: 32px;
font-weight: 400;
}
i.fa.fa-child {
font-size: 34px;
}
.title,.info,.desc,p{
direction: rtl;
}
.feature-box .box-icon, .text-box .box-icon {
width: 70px;
height: 70px;
line-height: 70px;
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#674dd6), to(#5b69ff));
background: linear-gradient(to bottom, #674dd6 0%, #5b69ff 100%);
border-radius: 50%;
font-size: 20px;
text-align: center;
margin-bottom: 20px;
display: inline-block;
}
.feature-box.v2 .box-icon, .text-box .box-icon.v2 {
background: #1980fa;
}
.text-box .box-icon.v3 {
background: #8a19fa;
}
.text-box .box-icon.white-box {
background-color: #fff;
color: #1980fa;
}
.text-box .box-icon.white-box.v3 {
color: #a930e4;
}
.text-white, .text-box.text-white {
color: #fff!important;
}
.text-box .top-title {
color: #b181ff;
font-size: 20px;
margin-bottom: 30px;
}
.text-box .title {
font-size: 60px;
line-height: 65px;
font-weight: 700;
color: #0f1d46;
}
.text-box.text-white .title {
color: #fff;
}
.service-box {
position: relative;
margin-bottom: 30px;
}
.service-box:after {
content: "";
display: block;
clear: both;
}
.service-box .service-icon {
float: left;
margin-right: 30px;
width: 150px;
height: 150px;
padding: 30px;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
border-radius: 5px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: .3s;
transition: .3s;
}
.service-box:hover .service-icon {
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
.service-box .service-icon img {
max-height: 100%}
.service-box .title {
font-size: 22px;
}
.feature-box {
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
padding: 30px;
border-radius: 5px;
background-color: #fff;
text-align: center;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .3s;
transition: .3s;
}
.feature-box:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .2);
box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .2);
}
.feature-box .box-icon {
margin-bottom: 30px;
}
.feature-box.v3 .box-icon {
background: #9919fa;
}
.feature-box.v4 .box-icon {
background: #faa719;
}
.feature-box.v5 .box-icon {
background: #19b5fa;
}
.single-price {
padding: 50px;
border-radius: 5px;
-webkit-box-shadow: 5px 5px 30px 0 rgba(182, 182, 227, .3);
box-shadow: 5px 5px 30px 0 rgba(182, 182, 227, .3);
text-align: center;
background-color: #fff;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .3s;
transition: .3s;
}
.single-price.active, .single-price:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 10px 10px 50px 0 rgba(182, 182, 227, .5);
box-shadow: 10px 10px 50px 0 rgba(182, 182, 227, .5);
}
.single-price.active .bttn-3:after {
opacity: 0;
}
.single-price .user {
font-size: 16px;
color: rgba(15, 29, 70, .7);
margin-bottom: 15px;
}
.single-price .info {
color: rgba(15, 29, 70, .7);
}
.single-price .title {
font-size: 26px;
color: #0f1d46;
}
.single-price .rate {
font-size: 60px;
color: #b181ff;
margin: 30px 0;
}
.price-area.v2 .single-price .rate {
color: #1980fa;
}
.price-box-2 {
padding: 30px;
text-align: center;
border-radius: 10px;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
background-color: #fff;
-webkit-transition: .3s;
transition: .3s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.price-box-2:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
}
.price-box-2 .title {
font-size: 14px;
font-weight: 300;
color: #b181ff;
}
.price-box-2 .rate {
font-size: 60px;
}
.price-box-2 .desc {
margin-top: 30px;
margin-bottom: 50px;
}
.price-box-2 .desc ul {
list-style: none;
margin: 0;
padding: 0;
}
.price-box-2 .desc ul li {
display: block;
padding: 5px 0;
}
.social-menu a {
width: 30px;
height: 30px;
line-height: 30px;
z-index: 1;
display: inline-block;
color: #fff;
}
.social-menu a:hover {
color: #576ea0;
}
#scrollUp {
right: 30px;
bottom: 30px;
width: 40px;
height: 40px;
line-height: 36px;
background: #674dd6;
background: -webkit-gradient(linear, right top, left top, from(#674DD6), to(#5B69FF));
background: linear-gradient(to left, #674DD6 0%, #5B69FF 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#674DD6', endColorstr='#5B69FF', GradientType=0);
color: #fff;
border-radius: 3px;
-webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, .1);
box-shadow: 0 0 15px 0 rgba(255, 255, 255, .1);
text-align: center;
font-size: 20px;
}
#scrollUp:hover {
-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .3);
box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .3);
}
#mc-form {
position: relative;
}
#mc-form .mt10 {
position: absolute;
top: 105%}
.subscribe-area .form-input {
padding: 17px 20px;
border: 2px solid #ebebeb;
color: #0f1d46;
margin-right: 15px;
width: calc(100% - 280px);
border-radius: 5px;
outline: none;
-webkit-transition: .3s;
transition: .3s;
margin-top: 10px;
}
.subscribe-area .form-input:focus {
border: 2px solid #acacac;
}
.subscribe-area .submit {
width: 250px;
text-align: center;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
display: inline-block;
}
.subscribe-area .submit:after {
opacity: 0;
}
.subscribe-area.v2 .submit:after {
background: #1980fa;
}
.subscribe-area.v3 .submit:after {
background: #a930e4;
}
.subscribe-area .info {
text-align: center;
margin-top: 30px;
}
.text-box.camera-title h3.title {
font-size: 36px;
line-height: 50px;
font-weight: 700;
}
.camera-title {
font-size: 18px;
line-height: 34px;
}
.pre-btn.bttn-3:after {
background: -webkit-gradient(linear, right top, left top, from(#5B69FF), to(#674DD6));
opacity: 1;
}
.subscribe-area h1.title {
font-size: 60px;
line-height: 65px;
}
.product-slide .slide-item {
background-color: #fff;
padding: 30px;
box-shadow: 0 0 15px 0 #e8e8e8;
text-align: center;
margin: 15px;
border-radius: 5px;
}
.product-slide .slide-item .product-image {
-webkit-transition: .3s;
transition: .3s;
height: 180px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: scale(1);
transform: scale(1);
}
.product-slide .slide-item:hover .product-image {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.product-slide .slide-item .product-content {
padding-top: 30px;
}
.product-slide .slide-item .product-content .rate {
color: #b181ff;
font-size: 22px;
margin-bottom: 0;
}
.product-slide.v2 .slide-item .product-content .rate {
color: #1980fa;
}
.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 999999;
}
.preloader svg {
max-width: 25em;
background: 0 0;
fill: none;
stroke: #5b69ff;
stroke-linecap: round;
stroke-width: 8%;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.preloader use {
stroke: #674dd6;
-webkit-animation: loeader_ani 2s linear infinite;
animation: loeader_ani 2s linear infinite;
}
@-webkit-keyframes loeader_ani {
to {
stroke-dashoffset: 0;
}
}@keyframes loeader_ani {
to {
stroke-dashoffset: 0;
}
}.testimonails-2 .single-testimonial {
text-align: center;
padding: 0 30px;
margin-bottom: 15px;
}
.testimonails-2 .single-testimonial .desc {
margin-bottom: 40px;
}
.testimonails-2 .single-testimonial .desc:after, .testimonails-2 .single-testimonial .desc:before {
content: '"'}
.testimonails-2 .single-testimonial .thumb {
width: 50px;
height: 50px;
border-radius: 100%;
overflow: hidden;
display: inline-block;
margin-bottom: 20px;
}
.testimonails-2 .single-testimonial .name {
font-size: 20px;
margin-bottom: 5px;
}
.testimonails-2 .single-testimonial .posi {
color: #8892a0;
}
.info-box {
text-align: center;
padding: 0 30px;
}
.info-box .box-image {
margin-bottom: 50px;
}
.info-box .box-content {
padding: 0 30px;
}
.info-box .title {
font-size: 22px;
}
.info-box .number {
font-size: 22px;
color: #1980fa;
margin-bottom: 0;
}
.info-box.v3 .number {
color: #a930e4;
}
.circle-bg {
background-repeat: no-repeat;
background-size: auto;
-webkit-animation: circle_jump 2s .3s linear infinite;
animation: circle_jump 2s .3s linear infinite;
}
@-webkit-keyframes circle_jump {
0% {
background-size: 470px, auto, auto;
}
50% {
background-size: 480px, auto, auto;
}
100% {
background-size: 470px, auto, auto;
}
}@keyframes circle_jump {
0% {
background-size: 470px, auto, auto;
}
50% {
background-size: 480px, auto, auto;
}
100% {
background-size: 470px, auto, auto;
}
}.relative-box {
position: relative;
}
.image-side-box {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 50%;
text-align: center;
}
.image-side-box.right-box {
left: auto;
right: 0;
}
.tooltip-box {
position: relative;
background-repeat: no-repeat;
background-position: left center;
}
.tooltip-box .image {
text-align: center;
}
.tooltip-box .tip {
width: 20px;
height: 20px;
position: relative;
background-color: #768bf9;
border-radius: 100%;
cursor: pointer;
position: absolute;
left: 0;
top: 0;
-webkit-animation: tip_jump 2s .5s linear infinite;
animation: tip_jump 2s .5s linear infinite;
}
.tooltip-box .tip:hover {
z-index: 6;
}
@-webkit-keyframes tip_jump {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
}
25% {
-webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
}
50% {
-webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 12px rgba(108, 132, 251, .4);
box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 12px rgba(108, 132, 251, .4);
}
75% {
-webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
}
}@keyframes tip_jump {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
}
25% {
-webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
}
50% {
-webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 12px rgba(108, 132, 251, .4);
box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 12px rgba(108, 132, 251, .4);
}
75% {
-webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
box-shadow: 0 0 0 6px rgba(108, 132, 251, .4), 0 0 0 6px rgba(108, 132, 251, .4);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
box-shadow: 0 0 0 0 rgba(108, 132, 251, .4), 0 0 0 0 rgba(108, 132, 251, .4);
}
}.tooltip-box .tip.box1 {
top: 10%;
left: 49%}
.tooltip-box .tip.box2 {
top: 39%;
left: 25%}
.tooltip-box .tip.box3 {
top: 60%;
left: 26%}
.tooltip-box .tip.box4 {
top: 76%;
left: 36%}
.tooltip-box .tip.box5 {
top: 76%;
left: 62%}
.tooltip-box .tip.box6 {
top: 56%;
left: 72%}
.tooltip-box .tip .content {
position: absolute;
left: 15px;
top: 15px;
width: 400px;
padding: 30px;
border-radius: 5px;
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
cursor: default;
visibility: hidden;
background-color: #fff;
opacity: 0;
-webkit-transition: .3s;
transition: .3s;
}
.tooltip-box .tip:hover {
z-index: 3;
}
.tooltip-box .tip:hover .content {
visibility: visible;
opacity: 1;
}
.tooltip-box .tip .content .title {
font-size: 22px;
}
.fixed-bottoms {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
z-index: 100;
}
.fixed-wtsp {
position: fixed;
/* left: 0; */
bottom: 58px;
text-align: center;
z-index: 100;
/* float: right; */
/* width: 50% !important; */
max-width: 44px !important;
right: 9px;
}
.title.prix {
font-size: 28px !important;
}
.title.prix {
color: #1dd1a1 !important;
}
.title.drib {
text-decoration-line: line-through;
}
small#text-prix {
font-size: 22px;
}
.header-areass{
height: 100%;
}
h1.tamatbs {
color: #fbc531;
margin-top: 34px;
text-align: center;
}
.button-partager{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 18px;
}
p.main-content__body {
color: white;
font-size: 22px;
text-align: center;
}
h1.tamatb {
color: white;
text-align: center;
}
.headeress {
margin-top: 58px;
}
.button-buy {
height: 48px;
background-color: #1dd1a1;
font-size: 27px;
color: white;
}
.button-wtsp {
float: right;
} | 0.401336 | 0.078926 |
:root{
--primaryColor: #222222;
--secondaryColor: #171717;
--accentColor: #FF0048;
--white-black: white;
--black-white:white;
--editor-background-color: #191919;
--editor-font-size: 13px;
--widget-color: #757474;
--buttons-roundness:5px;
--dropmenu-background-color:#3B3B3B;
--dropmenu-buttons-disabled-color: lightgray;
--titleBar-icons-color:white;
--window-radius:8px;
--notifications-background-color:#474747;
--notifications-window-radius:5px;
--shadows:rgba(0,0,0,0.25);
--scalation:0.98;
--scroll-color:rgba(255,255,255,0.2);
--scroll-color-hover:rgba(255,255,255,0.5);
}
@font-face {
font-family: _main_font;
src: url(../fonts/Inter-Regular.woff2),url(../Inter-SemiBold.woff2);
}
@font-face {
font-family: editor;
src: url(../fonts/Hack-Regular.ttf);
}
html{
font-family: _main_font;
font-weight: 550;
}
*{
outline: 0;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: subpixel-antialiased !important;
}
.CodeMirror {
z-index: 0;
font-family: editor;
font-size: var(--editor-font-size);
box-shadow: 0px 3px 5px var(--shadows);
}
body ,head{
margin: 0;
padding: 0;
background: var(--primaryColor);
}
::-webkit-scrollbar {
transition: 0.1s;
width: 12px;
height: 12px;
background: transparent;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
transition: 0.1s;
width: 9px !important;
height: 9px !important;
background: var(--scroll-color) ;
}
::-webkit-scrollbar-thumb:hover {
transition: 0.1s;
background: var(--scroll-color-hover) ;
}
::-webkit-scrollbar-corner{
visibility: hidden !important;
opacity: 0!important;
height: 0!important;
width: 0!important;
display: none!important;
}
::-webkit-resizer{
cursor: ew-resize;
}
.smallScrollBar::-webkit-scrollbar {
width: 6px;
height: 6px;
}
#g_content {
display: flex;
background: var(--primaryColor);
height:calc(100% - (40px));
position: relative;
}
#g_content > #g_explorer{
min-width: 15%;
width:210px;
max-width: 70%;
left:0;
height: 100%;
overflow:auto;
font-size:12px;
color:var(--white-black);
background: var(--primaryColor);
-webkit-user-select: none;
float:left;
direction: ltr;
}
#g_content > #g_explorer > #g_directories > #g_directory{
margin:5px;
}
#g_content > #g_explorer > #g_directories > #g_directory:nth-child(1) {
margin:5px 15px;
line-height: 20px;
font-size:16px;
white-space: nowrap;
}
#g_content > .g_editors > .g_tabs_bar{
min-height: 37px;
max-height: 37px;
position: relative;
float:left;
flex:37px;
overflow: auto;
-webkit-user-select: none;
font-size: 15px;
background:var(--primaryColor);
top: 0;
left:0;
margin: 0;
padding: 0;
color:var(--white-black);
border-top-left-radius: inherit;
}
#g_content > .g_editors > .temp_dir_message{
font-size: 15px;
webkit-user-select: none;
pointer-events: none;
-webkit-user-select: none;
-webkit-app-region: no-drag;
position: relative;
left: 50%;
top:45%;
text-align: center;
transform: translate(-50%,-50%);
color:var(--white-black);
width: auto;
}
#g_content .g_editors{
font-size: var(--editor-font-size);
background: var(--editor-background-color);
flex:3;
float:left;
display: flex;
flex-direction: column;
height: 100%;
margin:0;
color:var(--white-black);
overflow: hidden;
box-shadow: -2px 0px 7px var(--shadows);
border-top-left-radius: 8px;
margin-top: 5px;
}
#g_content .g_editors ~ .g_editors{
border-top-left-radius: 0px;
}
.g_tabs_bar .tabs:first-child{
border-top-left-radius: 5px;
}
.g_editors ~ .g_editors .g_tabs_bar .tabs{
border-top-left-radius: 0px;
}
#g_content >#g_spacer{
flex:0;
min-width: 6px;
background: var(--primaryColor);
cursor: ew-resize;
margin: 0 2px;
}
#g_content >.g_editors> .g_editors_editors{
flex:auto;
overflow: auto;
height: 90%;
}
#g_content >.g_editors > .g_editors_editors> .code-space{
position: relative;
}
#g_content >.g_editors .g_editors_editors> .code-space img{
user-select: none;
pointer-events: none;
position: relative;
max-width:90%;
max-height:90%;
margin: 0 auto;
border-style: none;
}
#g_content >.g_editors> .g_status_bar{
flex:30px;
min-height: 30px;
max-height: 30px;
background: var(--primaryColor);
border: none;
display: flex;
}
#g_content >.g_editors> .g_status_bar p{
margin:6px;
padding: 0;
flex:1;
color: var(--white-black);
font-size: 13px;
user-select: none;
height:100%;
position: relative;
width: auto;
}
.flex{
padding: 0px 15px;
margin: 0;
display: flex;
flex-direction: row;
}
.flex >div{
flex: 1;
}
context {
position: fixed;
background-color: var(--primaryColor);
overflow: none;
border-radius: 3px;
display: none;
max-height: 300px;
box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.13);
padding: 5px;
}
context .menuWrapper {
overflow: auto;
max-height: 300px;
}
context .menuWrapper::-webkit-scrollbar {
width: 10px;
height: 100%;
background-color: var(--secondaryColor);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
context .menuWrapper::-webkit-scrollbar-thumb {
background: var(--secondaryColor);
border-radius: 3px;
border: 3px solid transparent;
background-clip: content-box;
padding: 5px;
}
context .menuWrapper .option {
height: 30px;
font-size: 13px;
z-index: 80;
color: var(--white-black);
background-color: transparent;
padding: 5px 10px;
width: 100%;
text-decoration: none;
display: block;
border: 0;
border-radius: 5px;
text-align: left;
transform: scale(1);
}
context .menuWrapper .option.hover{
background-color: var(--accentColor);
color:var(--black-white);
}
context .menuWrapper .option:active{
transform: scale(var(--scalation));
}
context .menuWrapper .option:last-child{
border-bottom: none;
}
#plugins_list{
overflow: auto;
width: 100%;
height: auto;
overflow: auto;
white-space: nowrap;
} | src/css/styles.css | :root{
--primaryColor: #222222;
--secondaryColor: #171717;
--accentColor: #FF0048;
--white-black: white;
--black-white:white;
--editor-background-color: #191919;
--editor-font-size: 13px;
--widget-color: #757474;
--buttons-roundness:5px;
--dropmenu-background-color:#3B3B3B;
--dropmenu-buttons-disabled-color: lightgray;
--titleBar-icons-color:white;
--window-radius:8px;
--notifications-background-color:#474747;
--notifications-window-radius:5px;
--shadows:rgba(0,0,0,0.25);
--scalation:0.98;
--scroll-color:rgba(255,255,255,0.2);
--scroll-color-hover:rgba(255,255,255,0.5);
}
@font-face {
font-family: _main_font;
src: url(../fonts/Inter-Regular.woff2),url(../Inter-SemiBold.woff2);
}
@font-face {
font-family: editor;
src: url(../fonts/Hack-Regular.ttf);
}
html{
font-family: _main_font;
font-weight: 550;
}
*{
outline: 0;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: subpixel-antialiased !important;
}
.CodeMirror {
z-index: 0;
font-family: editor;
font-size: var(--editor-font-size);
box-shadow: 0px 3px 5px var(--shadows);
}
body ,head{
margin: 0;
padding: 0;
background: var(--primaryColor);
}
::-webkit-scrollbar {
transition: 0.1s;
width: 12px;
height: 12px;
background: transparent;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
transition: 0.1s;
width: 9px !important;
height: 9px !important;
background: var(--scroll-color) ;
}
::-webkit-scrollbar-thumb:hover {
transition: 0.1s;
background: var(--scroll-color-hover) ;
}
::-webkit-scrollbar-corner{
visibility: hidden !important;
opacity: 0!important;
height: 0!important;
width: 0!important;
display: none!important;
}
::-webkit-resizer{
cursor: ew-resize;
}
.smallScrollBar::-webkit-scrollbar {
width: 6px;
height: 6px;
}
#g_content {
display: flex;
background: var(--primaryColor);
height:calc(100% - (40px));
position: relative;
}
#g_content > #g_explorer{
min-width: 15%;
width:210px;
max-width: 70%;
left:0;
height: 100%;
overflow:auto;
font-size:12px;
color:var(--white-black);
background: var(--primaryColor);
-webkit-user-select: none;
float:left;
direction: ltr;
}
#g_content > #g_explorer > #g_directories > #g_directory{
margin:5px;
}
#g_content > #g_explorer > #g_directories > #g_directory:nth-child(1) {
margin:5px 15px;
line-height: 20px;
font-size:16px;
white-space: nowrap;
}
#g_content > .g_editors > .g_tabs_bar{
min-height: 37px;
max-height: 37px;
position: relative;
float:left;
flex:37px;
overflow: auto;
-webkit-user-select: none;
font-size: 15px;
background:var(--primaryColor);
top: 0;
left:0;
margin: 0;
padding: 0;
color:var(--white-black);
border-top-left-radius: inherit;
}
#g_content > .g_editors > .temp_dir_message{
font-size: 15px;
webkit-user-select: none;
pointer-events: none;
-webkit-user-select: none;
-webkit-app-region: no-drag;
position: relative;
left: 50%;
top:45%;
text-align: center;
transform: translate(-50%,-50%);
color:var(--white-black);
width: auto;
}
#g_content .g_editors{
font-size: var(--editor-font-size);
background: var(--editor-background-color);
flex:3;
float:left;
display: flex;
flex-direction: column;
height: 100%;
margin:0;
color:var(--white-black);
overflow: hidden;
box-shadow: -2px 0px 7px var(--shadows);
border-top-left-radius: 8px;
margin-top: 5px;
}
#g_content .g_editors ~ .g_editors{
border-top-left-radius: 0px;
}
.g_tabs_bar .tabs:first-child{
border-top-left-radius: 5px;
}
.g_editors ~ .g_editors .g_tabs_bar .tabs{
border-top-left-radius: 0px;
}
#g_content >#g_spacer{
flex:0;
min-width: 6px;
background: var(--primaryColor);
cursor: ew-resize;
margin: 0 2px;
}
#g_content >.g_editors> .g_editors_editors{
flex:auto;
overflow: auto;
height: 90%;
}
#g_content >.g_editors > .g_editors_editors> .code-space{
position: relative;
}
#g_content >.g_editors .g_editors_editors> .code-space img{
user-select: none;
pointer-events: none;
position: relative;
max-width:90%;
max-height:90%;
margin: 0 auto;
border-style: none;
}
#g_content >.g_editors> .g_status_bar{
flex:30px;
min-height: 30px;
max-height: 30px;
background: var(--primaryColor);
border: none;
display: flex;
}
#g_content >.g_editors> .g_status_bar p{
margin:6px;
padding: 0;
flex:1;
color: var(--white-black);
font-size: 13px;
user-select: none;
height:100%;
position: relative;
width: auto;
}
.flex{
padding: 0px 15px;
margin: 0;
display: flex;
flex-direction: row;
}
.flex >div{
flex: 1;
}
context {
position: fixed;
background-color: var(--primaryColor);
overflow: none;
border-radius: 3px;
display: none;
max-height: 300px;
box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.13);
padding: 5px;
}
context .menuWrapper {
overflow: auto;
max-height: 300px;
}
context .menuWrapper::-webkit-scrollbar {
width: 10px;
height: 100%;
background-color: var(--secondaryColor);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
context .menuWrapper::-webkit-scrollbar-thumb {
background: var(--secondaryColor);
border-radius: 3px;
border: 3px solid transparent;
background-clip: content-box;
padding: 5px;
}
context .menuWrapper .option {
height: 30px;
font-size: 13px;
z-index: 80;
color: var(--white-black);
background-color: transparent;
padding: 5px 10px;
width: 100%;
text-decoration: none;
display: block;
border: 0;
border-radius: 5px;
text-align: left;
transform: scale(1);
}
context .menuWrapper .option.hover{
background-color: var(--accentColor);
color:var(--black-white);
}
context .menuWrapper .option:active{
transform: scale(var(--scalation));
}
context .menuWrapper .option:last-child{
border-bottom: none;
}
#plugins_list{
overflow: auto;
width: 100%;
height: auto;
overflow: auto;
white-space: nowrap;
} | 0.327668 | 0.088151 |
background: #fff;
}
#head-main #ban .banl {
background: red;
height: 549px;
width: 268px;
background: #ccc;
}
#head-main #ban .banc {
width: 800px;
height: 450px;
background: #fff;
}
#head-main #ban .bancb ul {
width: 800px;
padding-top: 5px;
}
#head-main #ban .bancb ul li {
float: left;
margin-bottom: 5px;
}
#head-main #ban .banr {
width: 195px;
padding-right: 37px;
}
#head-main #ban .banr h5 {
line-height: 20px;
font-size: 18px;
margin-bottom: 4px;
}
#head-main #ban .banr h5 span {
display: inline-block;
width: 15px;
border: 1px solid #ccc;
margin-right: 4px;
}
#head-main #ban .banr ul li {
padding-left: 5px;
}
#head-main #ban .banr ul li p {
line-height: 20px;
}
#head-main #ban .banr .banrb {
padding: 5px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding-top: 25px;
padding-bottom: 25px;
}
#head-main #ban .banr .banrb p {
line-height: 20px;
}
#head-main #ban .banr .banrbc {
padding: 16px 0px;
}
#head-main #ban .banr .banrbc input {
border: 1px solid #ccc;
width: 100px;
}
#head-main #ban .banr .banrbc button {
background: #EE5533;
height: 19px;
}
#head-main #salegoods {
width: 1147px;
margin-left: 80px;
margin-right: 59px;
}
#head-main #salegoods h3 {
padding-top: 30px;
}
#head-main #salegoods h3 span {
color: #EE5533;
font-size: 20px;
line-height: 30px;
}
#head-main #salegoods h3 button {
font-size: 16px;
}
#head-main #salegoods .hot ul {
border: 1px solid #ccc;
font-size: 15px;
line-height: 20px;
}
#head-main #salegoods .hot ul li {
width: 190px;
padding: 5px;
text-align: center;
float: left;
}
#head-main #salegoods .hot ul li img {
width: 100px;
margin-left: 19px;
height: 100px;
}
#head-main #salegoods .hot ul li p {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#head-main #salegoods .hot ul li p span {
color: red;
}
#head-main #salegoods .hotlogo ul li {
float: left;
width: 381px;
}
#head-main #salegoods .hotlogo ul li img {
margin-bottom: 10px;
}
#head-main #salegoods #mains .allgood h3 {
border-bottom: 1px solid red;
}
#head-main #salegoods #mains .allgood h3 em {
margin-top: 5px;
width: 24px;
height: 24px;
display: inline-block;
margin-right: 5px;
background: url(../imgaes/icon.png) no-repeat -195px -171px;
}
#head-main #salegoods #mains .allgood h3 span {
padding-right: 80px;
}
#head-main #salegoods #mains .allgood h3 ul li {
float: left;
width: 80px;
line-height: 30px;
font-size: 16px;
}
#head-main #salegoods #mains .allgood h3 ul li.active {
background: #EE5533;
}
#head-main #salegoods #mains .allgood .goodlists {
height: 400px;
overflow: hidden;
}
#head-main #salegoods #mains .allgood .goodlists ul {
font-size: 15px;
line-height: 20px;
width: 800px;
}
#head-main #salegoods #mains .allgood .goodlists ul li {
width: 190px;
padding: 5px;
text-align: center;
float: left;
}
#head-main #salegoods #mains .allgood .goodlists ul li img {
width: 100px;
margin-left: 19px;
height: 100px;
}
#head-main #salegoods #mains .allgood .goodlists ul li p {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#head-main #salegoods #mains .allgood .goodlists ul li p span {
color: red;
}
.gooslists {
display: none;
}
.gooslists:nth-of-type(1) {
display: block;
}
.goodlbottom ul {
width: 800px;
}
.goodlbottom ul li {
float: left;
width: 100px;
border: 1px solid #ccc;
text-align: center;
padding: 21px 0px;
}
.allgoodr {
height: 528px;
margin-top: -380px;
width: 150px;
padding-left: 5px;
}
.allgoodr ul li {
line-height: 30px;
height: 96px;
}
.allgoodr ul li img {
width: 50px;
float: left;
}
.allgoodr ul li span {
color: red;
}
#mainFooter {
padding: 10px 0px;
padding-left: 80px;
height: 300px;
width: 1200px;
}
#mainFooter em {
float: left;
margin-top: 5px;
width: 70px;
height: 70px;
display: inline-block;
margin-right: 5px;
background: url(../imgaes/icon.png) no-repeat -113px -38px;
}
#mainFooter h3 {
font-size: 24px;
color: #EE5533;
line-height: 32px;
border-bottom: 1px solid #EE5533;
}
#mainFooter .Footerl em {
float: none;
margin-top: 5px;
width: 24px;
height: 24px;
display: inline-block;
margin-right: 5px;
background: url(../imgaes/icon.png) no-repeat -113px -38px;
}
#mainFooter .Footerl ul {
width: 900px;
}
#mainFooter .Footerl ul li {
padding: 20px;
font-size: 16px;
line-height: 20px;
width: 450px;
position: relative;
float: left;
}
#mainFooter .Footerl ul li p {
width: 334px;
}
#mainFooter .Footerl ul li .gouyin i {
display: inline-block;
height: 17px;
float: left;
padding-left: 80px;
background: url(../imgaes/icon.png) no-repeat 0 -77px;
}
#mainFooter .Footerl ul li div.fr {
position: absolute;
top: 19%;
right: 6%;
}
#mainFooter .Footerl ul li div.fr img {
width: 60px;
height: 60px;
}
#mainFooter .Footerl div.fl {
width: 50px;
height: 100px;
}
#mainFooter .Footerl div.fl img {
width: 40px;
height: 40px;
}
#mainFooter .Footerr {
width: 180px;
}
#mainFooter .Footerr div {
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding-left: 10px;
padding-top: 20px;
height: 110px;
font-size: 18px;
line-height: 24px;
}
#mainFooter .Footerr div span {
width: 16px;
height: 14px;
display: inline-block;
background: url(../imgaes/icon.png) no-repeat -195px -77px;
margin-left: 6px;
}
#mainFooter .Footerr div button {
width: 80px;
border: 1px solid #ccc;
height: 30px;
background: url(../imgaes/icon.png) no-repeat -195px -96px;
} | src/css/index.css | background: #fff;
}
#head-main #ban .banl {
background: red;
height: 549px;
width: 268px;
background: #ccc;
}
#head-main #ban .banc {
width: 800px;
height: 450px;
background: #fff;
}
#head-main #ban .bancb ul {
width: 800px;
padding-top: 5px;
}
#head-main #ban .bancb ul li {
float: left;
margin-bottom: 5px;
}
#head-main #ban .banr {
width: 195px;
padding-right: 37px;
}
#head-main #ban .banr h5 {
line-height: 20px;
font-size: 18px;
margin-bottom: 4px;
}
#head-main #ban .banr h5 span {
display: inline-block;
width: 15px;
border: 1px solid #ccc;
margin-right: 4px;
}
#head-main #ban .banr ul li {
padding-left: 5px;
}
#head-main #ban .banr ul li p {
line-height: 20px;
}
#head-main #ban .banr .banrb {
padding: 5px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding-top: 25px;
padding-bottom: 25px;
}
#head-main #ban .banr .banrb p {
line-height: 20px;
}
#head-main #ban .banr .banrbc {
padding: 16px 0px;
}
#head-main #ban .banr .banrbc input {
border: 1px solid #ccc;
width: 100px;
}
#head-main #ban .banr .banrbc button {
background: #EE5533;
height: 19px;
}
#head-main #salegoods {
width: 1147px;
margin-left: 80px;
margin-right: 59px;
}
#head-main #salegoods h3 {
padding-top: 30px;
}
#head-main #salegoods h3 span {
color: #EE5533;
font-size: 20px;
line-height: 30px;
}
#head-main #salegoods h3 button {
font-size: 16px;
}
#head-main #salegoods .hot ul {
border: 1px solid #ccc;
font-size: 15px;
line-height: 20px;
}
#head-main #salegoods .hot ul li {
width: 190px;
padding: 5px;
text-align: center;
float: left;
}
#head-main #salegoods .hot ul li img {
width: 100px;
margin-left: 19px;
height: 100px;
}
#head-main #salegoods .hot ul li p {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#head-main #salegoods .hot ul li p span {
color: red;
}
#head-main #salegoods .hotlogo ul li {
float: left;
width: 381px;
}
#head-main #salegoods .hotlogo ul li img {
margin-bottom: 10px;
}
#head-main #salegoods #mains .allgood h3 {
border-bottom: 1px solid red;
}
#head-main #salegoods #mains .allgood h3 em {
margin-top: 5px;
width: 24px;
height: 24px;
display: inline-block;
margin-right: 5px;
background: url(../imgaes/icon.png) no-repeat -195px -171px;
}
#head-main #salegoods #mains .allgood h3 span {
padding-right: 80px;
}
#head-main #salegoods #mains .allgood h3 ul li {
float: left;
width: 80px;
line-height: 30px;
font-size: 16px;
}
#head-main #salegoods #mains .allgood h3 ul li.active {
background: #EE5533;
}
#head-main #salegoods #mains .allgood .goodlists {
height: 400px;
overflow: hidden;
}
#head-main #salegoods #mains .allgood .goodlists ul {
font-size: 15px;
line-height: 20px;
width: 800px;
}
#head-main #salegoods #mains .allgood .goodlists ul li {
width: 190px;
padding: 5px;
text-align: center;
float: left;
}
#head-main #salegoods #mains .allgood .goodlists ul li img {
width: 100px;
margin-left: 19px;
height: 100px;
}
#head-main #salegoods #mains .allgood .goodlists ul li p {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#head-main #salegoods #mains .allgood .goodlists ul li p span {
color: red;
}
.gooslists {
display: none;
}
.gooslists:nth-of-type(1) {
display: block;
}
.goodlbottom ul {
width: 800px;
}
.goodlbottom ul li {
float: left;
width: 100px;
border: 1px solid #ccc;
text-align: center;
padding: 21px 0px;
}
.allgoodr {
height: 528px;
margin-top: -380px;
width: 150px;
padding-left: 5px;
}
.allgoodr ul li {
line-height: 30px;
height: 96px;
}
.allgoodr ul li img {
width: 50px;
float: left;
}
.allgoodr ul li span {
color: red;
}
#mainFooter {
padding: 10px 0px;
padding-left: 80px;
height: 300px;
width: 1200px;
}
#mainFooter em {
float: left;
margin-top: 5px;
width: 70px;
height: 70px;
display: inline-block;
margin-right: 5px;
background: url(../imgaes/icon.png) no-repeat -113px -38px;
}
#mainFooter h3 {
font-size: 24px;
color: #EE5533;
line-height: 32px;
border-bottom: 1px solid #EE5533;
}
#mainFooter .Footerl em {
float: none;
margin-top: 5px;
width: 24px;
height: 24px;
display: inline-block;
margin-right: 5px;
background: url(../imgaes/icon.png) no-repeat -113px -38px;
}
#mainFooter .Footerl ul {
width: 900px;
}
#mainFooter .Footerl ul li {
padding: 20px;
font-size: 16px;
line-height: 20px;
width: 450px;
position: relative;
float: left;
}
#mainFooter .Footerl ul li p {
width: 334px;
}
#mainFooter .Footerl ul li .gouyin i {
display: inline-block;
height: 17px;
float: left;
padding-left: 80px;
background: url(../imgaes/icon.png) no-repeat 0 -77px;
}
#mainFooter .Footerl ul li div.fr {
position: absolute;
top: 19%;
right: 6%;
}
#mainFooter .Footerl ul li div.fr img {
width: 60px;
height: 60px;
}
#mainFooter .Footerl div.fl {
width: 50px;
height: 100px;
}
#mainFooter .Footerl div.fl img {
width: 40px;
height: 40px;
}
#mainFooter .Footerr {
width: 180px;
}
#mainFooter .Footerr div {
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding-left: 10px;
padding-top: 20px;
height: 110px;
font-size: 18px;
line-height: 24px;
}
#mainFooter .Footerr div span {
width: 16px;
height: 14px;
display: inline-block;
background: url(../imgaes/icon.png) no-repeat -195px -77px;
margin-left: 6px;
}
#mainFooter .Footerr div button {
width: 80px;
border: 1px solid #ccc;
height: 30px;
background: url(../imgaes/icon.png) no-repeat -195px -96px;
} | 0.322526 | 0.034717 |
.main{
width:100%;
height:250px;
border-top:1px solid #dfe0e1;
}
.left{
width:50%;
height:85%;
margin-top: 32px;
margin-left: 30px;
float:left;
}
.right{
width:40%;
height:80%;
margin-top: 32px;
margin-right: 30px;
float:right;
}
.container{
width:23%;
height:200px;
display: inline-block;
vertical-align: top;
margin-right: 10px;
}
.container h1{
line-height: 21.034px !important;
padding: 0px !important;
margin: 0px 0px 15px !important;
color: rgb(76, 76, 75) !important;
font-size: 15px !important;
display: block !important;
font-family: graphik, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
text-transform: none !important;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
color:#4C4C4B;
font-weight: 400;
}
.container li{
list-style: none;
font-family: graphik,Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 28.034px;
background: none;
border: 0;
cursor: pointer;
color: #000000;
stroke: #a3a5a7;
text-decoration: none;
padding: 0;
font-weight: 300;
}
.container li a{
text-decoration:underline;
}
.right h2{
line-height: 12px !important;
padding: 0px !important;
margin: 0px 10px 0px 0px !important;
color: rgb(76, 76, 75) !important;
font-size: 14px !important;
display: inline !important;
font-family: graphik, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
text-transform: none !important;
font-weight: 400;
}
.right input{
width:90%;
margin-top: 30px;
height:40px;
border-bottom: 2px solid #dfe0e1;
border-top:1px solid #FFFFFF;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
font-size:18px;
color:#4C4C4B;
}
.btn{
margin-bottom: -12px;
margin-left: -23px;
}
.left700{
display: none;
margin-top: 200px;
padding-top: 5px;
}
.dropdown h1{
border-bottom:0.5px solid #dfe0e1;
height:30px;
width:97%;
font-size: 14px;
padding-top: 10px;
padding-left: 14px;
font-weight: 600;
color:#4C4C4B;
display: inline-block;
}
.drop{
height:150px;
}
.drop li{
margin-left: 15px;
list-style: none;
font-family: graphik,Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 28.034px;
background: none;
border: 0;
cursor: pointer;
color: #4C4C4B;
stroke: #a3a5a7;
text-decoration: none;
padding: 0;
font-weight: 300;
}
.plus{
display: inline-block;
margin-left: -35px;
}
.bottom{
width:99%;
height:100%;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
background-color: #f7f7f8;
}
.horizontal {
font-family: graphik,Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 12px;
line-height: 19.416px;
clear: left;
height: 100%;
margin-left: 30px;
color: #808284;
list-style: none;
}
.horizontal li{
display: inline-block;
margin-right: 30px;
color:#4C4C4B;
font-size: 12px;
}
.heading{
font-size: 12px;
color:#000000;
margin-left: -40px;
display: inline-block;
}
.label{
display: inline-block;
}
.heading1{
display: none;
}
.horizontal2 {
display:none;
}
@media (max-width:1200px){
.main{
height:auto;
width:100%;
}
.left{
width:90%;
display: block;
margin-top: 120px;
}
.right{
width:95%;
margin-left: 3%;
float: left;
display: block;
}
.right input{
width:95%;
font-size:13px;
border-bottom:0.1px solid #dfe0e1;
}
.bottom{
width:98%;
margin-top: 500px;
}
.heading{
margin-left: -55px;
}
.label{
margin-left: -60px;
}
.horizontal li{
margin-top: 5px;
}
}
@media (max-width:700px){
.left{
display: none;
}
.main{
width:100%;
}
.left700{
display: block;
background-color: #f7f7f8;
width:100%;
}
.right{
padding-bottom: 20px;
}
.label{
width: 100%;
margin-left: -55px;
display: block;
margin-top: 10px;
}
.horizontal li{
font-size: 14px;
}
.heading{
display: none;
}
.bottom{
margin-top: 0px;
}
}
@media (max-width: 470px){
.bottom{
width:97%;
}
.horizontal li{
display: none;
}
.dropdown h1{
font-size: 14px;
}
.drop li {
font-size: 14px;
}
.link5{
display: none;
}
.link3{
display: none;
}
.heading1{
width:95%;
font-size:14px;
display: block;
color:#4C4C4B;
font-family: graphik,Helvetica Neue,Helvetica,Arial,sans-serif;
line-height: 19.416px;
clear: left;
margin-left: 12px;
}
.horizontal2 {
display: block;
font-family: graphik,Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 19.416px;
clear: left;
height: 100%;
margin-left: -24px;
color: #808284;
list-style: none;
}
.horizontal2 li{
margin-right: 30px;
color:#4C4C4B;
font-size: 14px;
margin-top: 4px;
}
} | src/modules/Footer.module.css | .main{
width:100%;
height:250px;
border-top:1px solid #dfe0e1;
}
.left{
width:50%;
height:85%;
margin-top: 32px;
margin-left: 30px;
float:left;
}
.right{
width:40%;
height:80%;
margin-top: 32px;
margin-right: 30px;
float:right;
}
.container{
width:23%;
height:200px;
display: inline-block;
vertical-align: top;
margin-right: 10px;
}
.container h1{
line-height: 21.034px !important;
padding: 0px !important;
margin: 0px 0px 15px !important;
color: rgb(76, 76, 75) !important;
font-size: 15px !important;
display: block !important;
font-family: graphik, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
text-transform: none !important;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
color:#4C4C4B;
font-weight: 400;
}
.container li{
list-style: none;
font-family: graphik,Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 28.034px;
background: none;
border: 0;
cursor: pointer;
color: #000000;
stroke: #a3a5a7;
text-decoration: none;
padding: 0;
font-weight: 300;
}
.container li a{
text-decoration:underline;
}
.right h2{
line-height: 12px !important;
padding: 0px !important;
margin: 0px 10px 0px 0px !important;
color: rgb(76, 76, 75) !important;
font-size: 14px !important;
display: inline !important;
font-family: graphik, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
text-transform: none !important;
font-weight: 400;
}
.right input{
width:90%;
margin-top: 30px;
height:40px;
border-bottom: 2px solid #dfe0e1;
border-top:1px solid #FFFFFF;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
font-size:18px;
color:#4C4C4B;
}
.btn{
margin-bottom: -12px;
margin-left: -23px;
}
.left700{
display: none;
margin-top: 200px;
padding-top: 5px;
}
.dropdown h1{
border-bottom:0.5px solid #dfe0e1;
height:30px;
width:97%;
font-size: 14px;
padding-top: 10px;
padding-left: 14px;
font-weight: 600;
color:#4C4C4B;
display: inline-block;
}
.drop{
height:150px;
}
.drop li{
margin-left: 15px;
list-style: none;
font-family: graphik,Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 28.034px;
background: none;
border: 0;
cursor: pointer;
color: #4C4C4B;
stroke: #a3a5a7;
text-decoration: none;
padding: 0;
font-weight: 300;
}
.plus{
display: inline-block;
margin-left: -35px;
}
.bottom{
width:99%;
height:100%;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
background-color: #f7f7f8;
}
.horizontal {
font-family: graphik,Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 12px;
line-height: 19.416px;
clear: left;
height: 100%;
margin-left: 30px;
color: #808284;
list-style: none;
}
.horizontal li{
display: inline-block;
margin-right: 30px;
color:#4C4C4B;
font-size: 12px;
}
.heading{
font-size: 12px;
color:#000000;
margin-left: -40px;
display: inline-block;
}
.label{
display: inline-block;
}
.heading1{
display: none;
}
.horizontal2 {
display:none;
}
@media (max-width:1200px){
.main{
height:auto;
width:100%;
}
.left{
width:90%;
display: block;
margin-top: 120px;
}
.right{
width:95%;
margin-left: 3%;
float: left;
display: block;
}
.right input{
width:95%;
font-size:13px;
border-bottom:0.1px solid #dfe0e1;
}
.bottom{
width:98%;
margin-top: 500px;
}
.heading{
margin-left: -55px;
}
.label{
margin-left: -60px;
}
.horizontal li{
margin-top: 5px;
}
}
@media (max-width:700px){
.left{
display: none;
}
.main{
width:100%;
}
.left700{
display: block;
background-color: #f7f7f8;
width:100%;
}
.right{
padding-bottom: 20px;
}
.label{
width: 100%;
margin-left: -55px;
display: block;
margin-top: 10px;
}
.horizontal li{
font-size: 14px;
}
.heading{
display: none;
}
.bottom{
margin-top: 0px;
}
}
@media (max-width: 470px){
.bottom{
width:97%;
}
.horizontal li{
display: none;
}
.dropdown h1{
font-size: 14px;
}
.drop li {
font-size: 14px;
}
.link5{
display: none;
}
.link3{
display: none;
}
.heading1{
width:95%;
font-size:14px;
display: block;
color:#4C4C4B;
font-family: graphik,Helvetica Neue,Helvetica,Arial,sans-serif;
line-height: 19.416px;
clear: left;
margin-left: 12px;
}
.horizontal2 {
display: block;
font-family: graphik,Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 19.416px;
clear: left;
height: 100%;
margin-left: -24px;
color: #808284;
list-style: none;
}
.horizontal2 li{
margin-right: 30px;
color:#4C4C4B;
font-size: 14px;
margin-top: 4px;
}
} | 0.184437 | 0.066539 |