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
|
---|---|---|---|---|
html, body {
padding: 0;
margin: 0;
min-width: 600px;
}
body {
background-color: #EDEFF2;
color: #333;
font-family: 'Open Sans', sans-serif;
}
a {
text-decoration: none;
}
img {
width: auto;
height: auto;
}
.zag {
font-size: 14pt;
font-weight: bolder;
}
/*Цвета*/
.green {
color: green;
}
.blue {
color: #269abc;
}
.grey {
color: #333;
}
a:hover.green {
color: #12a626;
}
a:hover.blue {
color: #12a626;
}
.set {
display: block;
font-size: 16pt;
padding-left: 16px;
margin-bottom: 10px;
border-left: 4px solid;
}
.punkt {
border-bottom: 1px dashed green;
}
/*Основной шаблон*/
.header {
position: fixed;
top: 0px;
left: 0px;
z-index: 200;
padding: 10px 0;
width: 100%;
background: #fff;
}
.head {
text-align: right;
margin: auto;
max-width: 1024px;
}
.logo {
float: left;
padding-left: 10px;
font-size: 16pt;
}
.img-logo {
width: 25px;
height: 25px;
background-image: url('/css/1.png');
margin-right: 10px;
background-repeat: no-repeat;
}
.income {
font-size: 12pt;
margin-right: 30px;
}
.inframe {
display: none;
position: fixed;
top: 20%;
left: 40%;
color: #333;
padding: 20px;
margin: auto;
width: 300px;
height: auto;
background: #fff;
border-radius: 3px;
z-index: 700;
}
.h4 {
margin: 0px 0px 20px 0px;
font-size: 12pt;
color: #777;
font-weight: normal;
}
button {
width: 220px;
height: auto;
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
color: #fff;
padding: 5px;
margin-top: 15px;
background: #39b54a;
border-color: #39b54a;
border-radius: 3px;
cursor: pointer;
user-select: none;
}
.mes {
display: none;
color: red;
font-size: 10pt;
margin: 10px;
width: 190px;
}
input {
margin-top: 5px;
width: 200px;
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
padding: 2px 5px;
border: 1px solid #eee;
}
.close {
display: none;
position: fixed;
top: 30px;
right: 30px;
background-image: url('/close.png');
width: 30px;
height: 30px;
z-index: 700;
cursor: pointer;
}
.bgr {
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #000;
opacity: 0.5;
z-index: 600;
cursor: pointer;
}
.body {
position: relative;
top: 20px;
max-width: 1024px;
min-width: 100px;
margin: auto;
z-index: 100;
}
.menu {
min-width: 150px;
}
.cont {
padding: 20px 20px 50px 20px;
width: auto;
background: #fff;
}
.text {
max-width: 790px;
min-width: 150px;
width: auto;
max-height: 80%;
padding: 10px 10px 10px 50px;
overflow-y: auto;
overflow-x: hidden;
border-left: 1px solid #999;
}
.shtext {
margin-left: 50px;
}
.br {
margin-bottom: 50px;
}
.footer {
margin-bottom: 50px;
}
/*Отступы*/
.in {
padding: 5px;
}
.longin {
padding: 20px;
}
.longout {
margin-right: 500px;
}
.redstr {
text-indent: 30px;
}
.out {
margin: 20px;
}
.up {
margin-top: 50px;
}
.upsh {
margin-top: 30px;
}
.left {
margin-left: 50px;
}
.p {
margin-left: 30px;
}
.tab {
margin-left: 20px;
}
.down {
margin-bottom: 10px;
}
/*Блоки*/
.line {
display: inline-block;
}
.block {
display: block;
padding-left: 22px;
margin-bottom: 10px;
}
.right {
text-align: right;
}
.c-up {
display: flex;
justify-content: flex-start;
align-items: flex-start;
}
.c-c {
display: flex;
justify-content: center;
align-items: center;
}
.c-l {
display: flex;
justify-content: flex-start;
align-items: center;
}
.curs {
cursor: pointer;
}
.o {
border-radius: 3px;
}
.bord {
background-size: 1px;
border: #777
}
.sh {
box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
|
public/css/info.css
|
html, body {
padding: 0;
margin: 0;
min-width: 600px;
}
body {
background-color: #EDEFF2;
color: #333;
font-family: 'Open Sans', sans-serif;
}
a {
text-decoration: none;
}
img {
width: auto;
height: auto;
}
.zag {
font-size: 14pt;
font-weight: bolder;
}
/*Цвета*/
.green {
color: green;
}
.blue {
color: #269abc;
}
.grey {
color: #333;
}
a:hover.green {
color: #12a626;
}
a:hover.blue {
color: #12a626;
}
.set {
display: block;
font-size: 16pt;
padding-left: 16px;
margin-bottom: 10px;
border-left: 4px solid;
}
.punkt {
border-bottom: 1px dashed green;
}
/*Основной шаблон*/
.header {
position: fixed;
top: 0px;
left: 0px;
z-index: 200;
padding: 10px 0;
width: 100%;
background: #fff;
}
.head {
text-align: right;
margin: auto;
max-width: 1024px;
}
.logo {
float: left;
padding-left: 10px;
font-size: 16pt;
}
.img-logo {
width: 25px;
height: 25px;
background-image: url('/css/1.png');
margin-right: 10px;
background-repeat: no-repeat;
}
.income {
font-size: 12pt;
margin-right: 30px;
}
.inframe {
display: none;
position: fixed;
top: 20%;
left: 40%;
color: #333;
padding: 20px;
margin: auto;
width: 300px;
height: auto;
background: #fff;
border-radius: 3px;
z-index: 700;
}
.h4 {
margin: 0px 0px 20px 0px;
font-size: 12pt;
color: #777;
font-weight: normal;
}
button {
width: 220px;
height: auto;
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
color: #fff;
padding: 5px;
margin-top: 15px;
background: #39b54a;
border-color: #39b54a;
border-radius: 3px;
cursor: pointer;
user-select: none;
}
.mes {
display: none;
color: red;
font-size: 10pt;
margin: 10px;
width: 190px;
}
input {
margin-top: 5px;
width: 200px;
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
padding: 2px 5px;
border: 1px solid #eee;
}
.close {
display: none;
position: fixed;
top: 30px;
right: 30px;
background-image: url('/close.png');
width: 30px;
height: 30px;
z-index: 700;
cursor: pointer;
}
.bgr {
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #000;
opacity: 0.5;
z-index: 600;
cursor: pointer;
}
.body {
position: relative;
top: 20px;
max-width: 1024px;
min-width: 100px;
margin: auto;
z-index: 100;
}
.menu {
min-width: 150px;
}
.cont {
padding: 20px 20px 50px 20px;
width: auto;
background: #fff;
}
.text {
max-width: 790px;
min-width: 150px;
width: auto;
max-height: 80%;
padding: 10px 10px 10px 50px;
overflow-y: auto;
overflow-x: hidden;
border-left: 1px solid #999;
}
.shtext {
margin-left: 50px;
}
.br {
margin-bottom: 50px;
}
.footer {
margin-bottom: 50px;
}
/*Отступы*/
.in {
padding: 5px;
}
.longin {
padding: 20px;
}
.longout {
margin-right: 500px;
}
.redstr {
text-indent: 30px;
}
.out {
margin: 20px;
}
.up {
margin-top: 50px;
}
.upsh {
margin-top: 30px;
}
.left {
margin-left: 50px;
}
.p {
margin-left: 30px;
}
.tab {
margin-left: 20px;
}
.down {
margin-bottom: 10px;
}
/*Блоки*/
.line {
display: inline-block;
}
.block {
display: block;
padding-left: 22px;
margin-bottom: 10px;
}
.right {
text-align: right;
}
.c-up {
display: flex;
justify-content: flex-start;
align-items: flex-start;
}
.c-c {
display: flex;
justify-content: center;
align-items: center;
}
.c-l {
display: flex;
justify-content: flex-start;
align-items: center;
}
.curs {
cursor: pointer;
}
.o {
border-radius: 3px;
}
.bord {
background-size: 1px;
border: #777
}
.sh {
box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
| 0.441914 | 0.104981 |
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
filter: alpha(opacity=60);
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_12 {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #000000;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_12 {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #000000;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_4 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_13 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_5 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_14 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_12 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_23 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_11 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_63 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_64 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_75 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_41 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #F28B00;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_41 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #F28B00;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_16 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 7px 7px 7px 7px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 179px;
height: 32px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_29 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_36 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_10 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_15 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_7 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_13 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_24 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_30 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_65 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_66 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_85 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_42 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #F28B00;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_42 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #F28B00;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_17 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 7px 7px 7px 7px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 179px;
height: 32px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_35 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_38 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_12 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_18 {
-ms-transform: rotate(0.0deg);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=56);
filter: alpha(opacity=56);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_3 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_25 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_15 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
filter: alpha(opacity=70);
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_26 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_16 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_25 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_28 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_8 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_18 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_31 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_17 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_67 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_68 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_76 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_43 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #C32822;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_43 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #C32822;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_19 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 7px 7px 7px 7px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 179px;
height: 32px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_32 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_39 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_13 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_9 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_20 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_33 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_18 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_69 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_70 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_77 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_22 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 7px 7px 7px 7px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 179px;
height: 32px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_39 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_40 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_14 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_44 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #CEDF00;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_44 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #CEDF00;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_45 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #000000;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_45 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #000000;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_27 {
-ms-transform: rotate(0.0deg);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=56);
filter: alpha(opacity=56);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_44 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_45 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_69 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_7 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_8 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_16 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_17 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_18 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_19 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_86 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_84 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_85 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_88 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_38 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_4 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 8px 8px 8px 8px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 157px;
height: 38px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_92 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_17 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_5 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_2 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_78 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_10 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_5 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 8px 8px 8px 8px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 157px;
height: 38px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_79 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_9 {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #404040;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #404040;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #404040;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #404040;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_32 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_10 {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #FFFFFF;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #FFFFFF;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #FFFFFF;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_60 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_74 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_20 {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #404040;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #404040;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #404040;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #404040;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_33 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_79 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_86 {
-ms-transform: rotate(180.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_87 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_88 {
-ms-transform: rotate(180.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_22 {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #404040;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #404040;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #404040;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #404040;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_90 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_106 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_107 {
-ms-transform: rotate(180.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_23 {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #FFFFFF;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #FFFFFF;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #FFFFFF;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_108 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_67 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_21 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_12 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_13 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_14 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_4 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_5 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_68 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_72 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_87 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_21 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_1 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 380px;
height: 57px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_43 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_10 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_11 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_22 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_14 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 7px 7px 7px 7px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 179px;
height: 32px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_27 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_37 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_11 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_34 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_72 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_80 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_84 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_6 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_40 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #60676E;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_40 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #60676E;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_24 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_19 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_23 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_40 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_41 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_71 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_73 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_78 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_24 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 7px 7px 7px 7px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 179px;
height: 32px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_42 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_41 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_15 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_25 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=68);
filter: alpha(opacity=68);
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_47 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_9 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_16 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_18 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_19 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_5 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_5 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_6 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_6 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_7 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_7 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_8 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_8 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_9 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_9 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_10 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_10 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_11 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_11 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_13 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_13 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_20 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_14 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_14 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_15 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_15 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_21 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_17 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_17 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_11 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=87);
filter: alpha(opacity=87);
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_1 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_2 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_3 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_15 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_12 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #CCCCCC;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #CCCCCC;
border-radius: 15px 15px 15px 15px;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
filter: alpha(opacity=97);
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_14 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #08A2D8;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #08A2D8;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #08A2D8;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #08A2D8;
border-radius: 12px 12px 12px 12px;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
filter: alpha(opacity=97);
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_13 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #08A2D8;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #08A2D8;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #08A2D8;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #08A2D8;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_15 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #F28F08;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #F28F08;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #F28F08;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #F28F08;
border-radius: 12px 12px 12px 12px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_1 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #F28B00;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #F28B00;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #F28B00;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #F28B00;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_8 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_24 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #C8C8C8;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #C8C8C8;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #C8C8C8;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #C8C8C8;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_20 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
filter: alpha(opacity=98);
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_28 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_3 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CDCDCD;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #CDCDCD;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CDCDCD;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #CDCDCD;
border-radius: 4px 4px 4px 4px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
width: 220px;
height: 23px;
-pie-background: linear-gradient(to bottom,#FFFFFF,#E6E6E6);
-pie-poll: false;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_22 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_26 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #C8C8C8;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #C8C8C8;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #C8C8C8;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #C8C8C8;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Label_11 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_27 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #C8C8C8;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #C8C8C8;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #C8C8C8;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #C8C8C8;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Label_4 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_36 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_6 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CDCDCD;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #CDCDCD;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CDCDCD;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #CDCDCD;
border-radius: 4px 4px 4px 4px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
width: 220px;
height: 23px;
-pie-background: linear-gradient(to bottom,#FFFFFF,#E6E6E6);
-pie-poll: false;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Label_9 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_23 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_24 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-close-white {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_25 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 > #loadMark {
width: 1px;
visibility: hidden;
display: none;
}
|
public/resources/screens/50828907-b619-47f7-8d4a-63c2543d81a4-1456588835954-ie.css
|
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
filter: alpha(opacity=60);
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_12 {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #000000;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_12 {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #000000;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_4 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_13 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_5 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_14 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_12 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_23 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_11 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_63 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_64 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_75 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_41 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #F28B00;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_41 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #F28B00;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_16 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 7px 7px 7px 7px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 179px;
height: 32px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_29 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_36 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_10 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_15 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_7 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_13 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_24 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_30 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_65 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_66 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_85 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_42 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #F28B00;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_42 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #F28B00;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_17 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 7px 7px 7px 7px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 179px;
height: 32px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_35 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_38 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_12 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_18 {
-ms-transform: rotate(0.0deg);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=56);
filter: alpha(opacity=56);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_3 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_25 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_15 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
filter: alpha(opacity=70);
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_26 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_16 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_25 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_28 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_8 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_18 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_31 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_17 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_67 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_68 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_76 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_43 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #C32822;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_43 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #C32822;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_19 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 7px 7px 7px 7px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 179px;
height: 32px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_32 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_39 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_13 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_9 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_20 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_33 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_18 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_69 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_70 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_77 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_22 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 7px 7px 7px 7px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 179px;
height: 32px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_39 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_40 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_14 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_44 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #CEDF00;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_44 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #CEDF00;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_45 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #000000;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_45 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #000000;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_27 {
-ms-transform: rotate(0.0deg);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=56);
filter: alpha(opacity=56);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_44 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_45 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_69 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_7 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_8 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_16 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_17 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_18 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_19 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_86 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_84 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_85 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_88 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_38 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_4 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 8px 8px 8px 8px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 157px;
height: 38px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_92 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_17 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_5 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_2 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_78 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_10 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_5 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 8px 8px 8px 8px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 157px;
height: 38px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_79 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_9 {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #404040;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #404040;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #404040;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #404040;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_32 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_10 {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #FFFFFF;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #FFFFFF;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #FFFFFF;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_60 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_74 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_20 {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #404040;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #404040;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #404040;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #404040;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_33 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_79 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_86 {
-ms-transform: rotate(180.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_87 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_88 {
-ms-transform: rotate(180.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_22 {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #404040;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #404040;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #404040;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #404040;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_90 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_106 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_107 {
-ms-transform: rotate(180.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_23 {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #FFFFFF;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #FFFFFF;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #FFFFFF;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_108 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_67 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_21 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_12 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_13 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_14 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_4 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_5 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_68 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_72 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_87 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_21 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_1 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 380px;
height: 57px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_43 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_10 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_11 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_22 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_14 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 7px 7px 7px 7px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 179px;
height: 32px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_27 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_37 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_11 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_34 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_72 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_80 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_84 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_6 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_40 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #60676E;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_40 {
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #60676E;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_24 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_19 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_23 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_40 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_41 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_71 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_73 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_78 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_24 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 7px 7px 7px 7px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 179px;
height: 32px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_42 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_41 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_15 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_25 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-radius: 11px 11px 11px 11px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 176px;
height: 54px;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=68);
filter: alpha(opacity=68);
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_47 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_9 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_16 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_18 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_19 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_5 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_5 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_6 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_6 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_7 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_7 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_8 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_8 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_9 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_9 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_10 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_10 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_11 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_11 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_13 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_13 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_20 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_14 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_14 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_15 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_15 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #757873;
-ms-transform: rotate(89.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_21 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_17 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Line_17 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFFFFF;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_11 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=87);
filter: alpha(opacity=87);
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_1 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_2 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_3 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_15 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_12 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #CCCCCC;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #CCCCCC;
border-radius: 15px 15px 15px 15px;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
filter: alpha(opacity=97);
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_14 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #08A2D8;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #08A2D8;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #08A2D8;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #08A2D8;
border-radius: 12px 12px 12px 12px;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
filter: alpha(opacity=97);
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_13 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #08A2D8;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #08A2D8;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #08A2D8;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #08A2D8;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_15 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #F28F08;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #F28F08;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #F28F08;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #F28F08;
border-radius: 12px 12px 12px 12px;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_1 {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #F28B00;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #F28B00;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #F28B00;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #F28B00;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Image_8 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_24 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #C8C8C8;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #C8C8C8;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #C8C8C8;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #C8C8C8;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_20 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
filter: alpha(opacity=98);
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_28 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_3 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CDCDCD;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #CDCDCD;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CDCDCD;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #CDCDCD;
border-radius: 4px 4px 4px 4px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
width: 220px;
height: 23px;
-pie-background: linear-gradient(to bottom,#FFFFFF,#E6E6E6);
-pie-poll: false;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_22 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_26 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #C8C8C8;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #C8C8C8;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #C8C8C8;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #C8C8C8;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Label_11 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Rectangle_27 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #C8C8C8;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #C8C8C8;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #C8C8C8;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #C8C8C8;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Label_4 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Paragraph_36 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Button_6 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CDCDCD;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #CDCDCD;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CDCDCD;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #CDCDCD;
border-radius: 4px 4px 4px 4px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
width: 220px;
height: 23px;
-pie-background: linear-gradient(to bottom,#FFFFFF,#E6E6E6);
-pie-poll: false;
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Label_9 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_23 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_24 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-close-white {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 #s-Text_25 {
-ms-transform: rotate(0.0deg);
}
#s-50828907-b619-47f7-8d4a-63c2543d81a4 > #loadMark {
width: 1px;
visibility: hidden;
display: none;
}
| 0.36625 | 0.092606 |
.theme-default .nivoSlider {
position:relative;
background:#fff url(loading.gif) no-repeat 50% 50%;
background: #000025;
/* -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
.theme-default .nivoSlider a {
border:0;
display:block;
}
.theme-default .nivo-controlNav {
position:absolute;
bottom: 16px;
/*left:0;*/
right: 10px;
/*text-align: center;*/
width: 100%;
/*top:408px;*/
text-align: right;
/*margin-left:0px; Tweak this to center bullets */
cursor:pointer;
z-index: 300;
}
.theme-default .nivo-controlNav a {
display:inline-block;
width:10px;
height:10px;
/*background:url(bullets1.png) no-repeat;*/
background:rgba(255,255,255,1);
background:#A58A67;
text-indent:-9999px;
border:1px solid rgba(255,255,255,0.5);
margin:0 6px 0 6px;
color: rgba(255,255,255,0);
}
/*.theme-default .nivo-controlNav a:hover {
background:rgba(255,255,255,0.8);
}*/
.theme-default .nivo-controlNav a.active {
/*background:url(bullets2.png) no-repeat;*/
background: #000025;
}
.theme-default .nivo-directionNav
{
position:absolute !important;
width: 100%;
height:60px;
top:0;
bottom:0;
margin-top:auto;
margin-bottom:auto;
}
.theme-default .nivo-directionNav a {
position:absolute !important;
width:0px!important;
height:0px !important;
/*background:transparent url(arrows.png) no-repeat;*/
background:rgba(255,255,255,0);
/*-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear; */
text-indent:-9999px;
border:0;
cursor:pointer;
z-index:106;
/*margin-top: 100px;*/
top:0;
bottom:0;
margin-top:10px;
margin-bottom:auto;
z-index:-1;
display: none;
}
/*.project_slide_bg .nivo-directionNav a {
margin-top: 0;
background:rgba(255,255,255,0);
}*/
.theme-default a.nivo-nextNav {
background-position: -40px -40px;
right:-100px;
/*background:rgba(255,255,255,0);*/
}
.theme-default a.nivo-nextNav:hover {
background-position:0px -40px;
}
.theme-default a.nivo-prevNav {
background-position:0 0;
left:-100px;
/*background:rgba(255,255,255,0);*/
}
.theme-default a.nivo-prevNav:hover {
background-position:-40px 0px;
}
.theme-default .nivo-caption {
/*font-family: Helvetica, Arial, sans-serif;*/
position: absolute;
height: 100vh;
bottom: 0;
}
.theme-default .nivo-caption a {
color:#fff;
/*border-bottom:1px dotted #fff;*/
}
.theme-default .nivo-caption a:hover {
color:#fff;
}
|
Styles/Plugins/nivoSlider/default.css
|
.theme-default .nivoSlider {
position:relative;
background:#fff url(loading.gif) no-repeat 50% 50%;
background: #000025;
/* -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
.theme-default .nivoSlider a {
border:0;
display:block;
}
.theme-default .nivo-controlNav {
position:absolute;
bottom: 16px;
/*left:0;*/
right: 10px;
/*text-align: center;*/
width: 100%;
/*top:408px;*/
text-align: right;
/*margin-left:0px; Tweak this to center bullets */
cursor:pointer;
z-index: 300;
}
.theme-default .nivo-controlNav a {
display:inline-block;
width:10px;
height:10px;
/*background:url(bullets1.png) no-repeat;*/
background:rgba(255,255,255,1);
background:#A58A67;
text-indent:-9999px;
border:1px solid rgba(255,255,255,0.5);
margin:0 6px 0 6px;
color: rgba(255,255,255,0);
}
/*.theme-default .nivo-controlNav a:hover {
background:rgba(255,255,255,0.8);
}*/
.theme-default .nivo-controlNav a.active {
/*background:url(bullets2.png) no-repeat;*/
background: #000025;
}
.theme-default .nivo-directionNav
{
position:absolute !important;
width: 100%;
height:60px;
top:0;
bottom:0;
margin-top:auto;
margin-bottom:auto;
}
.theme-default .nivo-directionNav a {
position:absolute !important;
width:0px!important;
height:0px !important;
/*background:transparent url(arrows.png) no-repeat;*/
background:rgba(255,255,255,0);
/*-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear; */
text-indent:-9999px;
border:0;
cursor:pointer;
z-index:106;
/*margin-top: 100px;*/
top:0;
bottom:0;
margin-top:10px;
margin-bottom:auto;
z-index:-1;
display: none;
}
/*.project_slide_bg .nivo-directionNav a {
margin-top: 0;
background:rgba(255,255,255,0);
}*/
.theme-default a.nivo-nextNav {
background-position: -40px -40px;
right:-100px;
/*background:rgba(255,255,255,0);*/
}
.theme-default a.nivo-nextNav:hover {
background-position:0px -40px;
}
.theme-default a.nivo-prevNav {
background-position:0 0;
left:-100px;
/*background:rgba(255,255,255,0);*/
}
.theme-default a.nivo-prevNav:hover {
background-position:-40px 0px;
}
.theme-default .nivo-caption {
/*font-family: Helvetica, Arial, sans-serif;*/
position: absolute;
height: 100vh;
bottom: 0;
}
.theme-default .nivo-caption a {
color:#fff;
/*border-bottom:1px dotted #fff;*/
}
.theme-default .nivo-caption a:hover {
color:#fff;
}
| 0.285671 | 0.053132 |
body{
padding:0;
margin:0;
background:#fff;
position:relative;
font-family: 'Quicksand', sans-serif;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
a:hover{
text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
margin:0;
font-family: 'Philosopher', sans-serif;
}
p{
margin:0;
font-family: 'Quicksand', sans-serif;
letter-spacing:1px;
font-size: 1em;
line-height: 1.9em;
}
ul{
margin:0;
padding:0;
}
label{
margin:0;
}
.w3l-overlay {
background: url(../images/overlay.png)repeat;
min-height:794px;
}
/*-- header --*/
h1 a.navbar-brand {
font-size: 1.05em;
color: #fff !important;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 2px;
}
h1 a.navbar-brand span {
background:#0de2f6;
padding: 0px 11px;
font-weight: bold;
font-size: 1.2em;
}
nav.navbar.navbar-default.navbar-fixed-top {
background: none;
border: none;
padding:2em;
-webkit-transition:.5s all;
-moz-transition:.5s all;
transition:.5s all;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
background: rgba(0, 0, 0, 0.49);
padding: 1em;
}
.navbar-default .navbar-nav > li > a {
color: #fff;
font-size: 1.1em;
font-weight: 400;
letter-spacing: 1px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color:#0de2f6;
background-color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color:#0de2f6;
background-color: transparent;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px!important;
}
.navbar-right {
padding: 0 2em;
}
/*-- //header --*/
/*-- banner-text --*/
.header-w3layouts{
position: absolute;
top: 0;
z-index: 999;
text-align: center;
left: 0;
width: 100%;
}
.agileits-banner-info h3 {
color: #fff;
font-size: 4em;
letter-spacing: 2px;
margin: .2em 0 1em;
}
.agileits-banner-info h3 span{
background: #2529d8;
padding: 0 15px;
}
.agileits-banner-info {
text-align: center;
padding: 21em 0 0em;
}
.agileits-banner-info p {
color: #fff;
font-size: 1.2em;
letter-spacing: 2px;
font-weight: 500;
}
.agileits_w3layouts_more a {
font-size: 1.1em;
color: #fff;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;
background:#FEC606;
padding: .7em 2em;
display: inline-block;
}
.agileits_w3layouts_more a:focus{
outline:none;
}
.agileits_w3layouts_more a:hover{
background:#0de2f6;
}
/*-- //banner-text --*/
/*-- banner-top --*/
.main-agile{
background: url(../images/b2.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
min-height:794px;
}
/*-- //banner-top --*/
/*--slider--*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top:55%;
left: 40px;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 34px;
width: 34px;
background: url(../images/left.png) no-repeat 0px 0px;
}
.callbacks_nav.next {
left: auto;
background: url(../images/right.png) no-repeat 0px 0px;
right: -62px;
}
.callbacks_nav.prev {
left: auto;
background: url(../images/left.png) no-repeat 0px 0px;
left: -58px;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display:none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display:block;
float: left;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs {
list-style: none;
position: absolute;
top: 114%;
left: 45%;
padding: 0;
margin: 0;
display: block;
z-index: 99;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li {
display:inline-block;
margin: 0px 7px;
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 6px;
width: 33px;
display: inline-block;
background: #ffffff;
border-radius: 0 13px;
}
.callbacks_here a:after{
background:#0de2f6;
}
/*-- //slider --*/
/*-- /model --*/
.modal-content h5 {
font-size: 1.4em;
color:#0de2f6;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 1em;
}
.modal-content p {
color: #555;
font-size: 1em;
line-height: 2em;
margin: 0.5em 0 2em 0;
letter-spacing: 1px;
}
.modal-header {
border-bottom: none;
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 0px!important;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
/*-- //model --*/
/*-- about --*/
.agile-w3l-ab {
background: #fff;
padding: 2em;
border: 10px solid #363632;
position: relative;
width: 63%;
}
.ab-agile-bottom p {
color: #fff;
line-height: 2.8;
text-align: left;
margin: 1em 0;
}
.sign-up {
float: left;
text-transform: uppercase;
}
.ab-agile-top {
position: absolute;
top: 22%;
left: 55%;
padding: 3em 2em;
background: #0de2f6;
z-index: 99;
}
.about-w3l-agileifo-grid {
position: relative;
}
.ab-agile-top h3{
font-size: 2.5em;
color: #fff;
font-weight: 400;
}
/*-- //about --*/
.agile-w3l-grids {
background:#FEC606;
padding: 6.5em 5em;
}
.agile-w3l-grids h4 {
color: #fff;
letter-spacing: 2px;
font-size: 2.5em;
line-height: 1.5;
}
.agile-w3l-grids p {
color: #fff;
margin: 2em 0;
font-size: 1.1em;
}
/*-- Number-Scroller --*/
.w3lsstatsaitsstats {
font-size: 3em;
font-weight: 700;
color: #272626;
}
.w3lsstatsaits-info p {
font-size: 1.4em;
margin: 0;
}
/*-- //Number-Scroller --*/
.agile-w3l2-grids {
padding: 6.46em 4em;
background: #f9f2f2;
}
.agile-w3l2-grids h4, .last-agile-2 h3 {
font-size: 2em;
line-height: 1.4;
color: #000;
}
.agile-w3l2-grids h5 {
font-size: 1.4em;
line-height: 1.5;
margin: 1em 0;
}
.agile-w3l3-grids {
padding: 13em 1em 0;
text-align: center;
background: url(../images/grid1.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 500px;
}
.agile-w3l3-grids h4 {
font-size: 3em;
color: #fff;
}
/*-- Progress-Bar --*/
.bar_group {
position: relative;
z-index: 0;
padding: 0 5px;
}
.bar_group__bar.thin::before{
display: block;
content: '';
position: absolute;
z-index: -1;
width: 100%;
height: 10px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-border-radius: 2px;
background: #E4E4E4;
}
.bar_group__bar.thin {
width: 0%;
height: 10px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-border-radius: 2px;
background: #000;
margin-bottom: 10px;
-webkit-transition: width 1s;
transition: width 1s;
-moz-transition: width 1s;
margin-bottom: 2em !important;
}
.bar_label_max {
display: none;
}
.bar_label_min {
display: none;
}
.b_tooltip {
-webkit-transition: all 1s;
transition: all 1s;
-moz-transition: all 1s;
position: relative;
float: left;
left: 100%;
padding: 4px 10px 7px 10px;
background-color:#FEC606;
-webkit-transform: translateX(-50%) translateY(-30px);
-ms-transform: translateX(-50%) translateY(-30px);
transform: translateX(-50%) translateY(-30px);
-moz-transform: translateX(-50%) translateY(-30px);
-o-transform: translateX(-50%) translateY(-30px);
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-border-radius: 2px;
line-height: 11px;
}
.b_tooltip span {
color: #fff;
font-size: 0.8em;
}
.b_tooltip--tri {
width: 0;
height: 0;
position: absolute;
content: '';
bottom: -5px;
left: 0;
right: 0;
margin: auto;
display: block;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #FEC606 transparent transparent transparent;
}
.b_label {
margin-bottom: .5em !important;
font-size: 1em;
}
/*-- //Progress-Bar --*/
.agile-middle {
padding: 6em 3em;
}
.agile-middle h4 {
font-size: 1.8em;
}
.agile-left-w3l, .agile-right-w3l, .last-agile-1 {
padding: 0;
}
.agile-middle p {
margin:1em 0 2.5em;
}
img{
width:100%;
}
/*-- News --*/
.about-middle {
background: #33302d;
padding: 10.35em 1.5em;
}
.about-midd-main {
text-align: center;
width: 90%;
margin: 0 auto;
}
.about-midd-main h4 {
font-size: 1.5em;
margin: 1.5em 0;
color: #fff;
}
.about-midd-main p {
color: #e0dede;
}
.last-agile-2 {
background: #0de2f6;
padding: 9.65em 5em;
}
.last-agile-2 h3{
color:#fff;
}
.last-agile-2 p {
color: #f1f0f0;
margin:2em 0 3.95em;
}
.agileits_w3layouts_more.menu__item.w3l-agile a {
background: #373737;
}
.agileits_w3layouts_more.menu__item.w3l-agile a:hover {
background:#FEC606;
}
.wthree_banner_info_left_grid1 {
width: 65px;
height: 65px;
background: #0de2f6;
text-align: center;
margin: 0 auto;
overflow: hidden;
display: inline-block;
}
.wthree_banner_info_left_grid1 i {
font-size: 1.5em;
color: #ffffff;
line-height: 2.9;
}
.wthree_banner_info_left:hover .wthree_banner_info_left_grid1{
-webkit-transform: scale(1.25) translateZ(0px);
transform: scale(1.25) translateZ(0px);
-moz-transform: scale(1.25) translateZ(0px);
-o-transform: scale(1.25) translateZ(0px);
-ms-transform: scale(1.25) translateZ(0px);
background: #FEC606;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.5em;
color: #000;
text-decoration: none;
text-transform: capitalize;
line-height: 1.5;
}
.wthree_banner_info_left:hover .wthree_banner_info_left_grid_left h3 ,.wthree_banner_info_left_grid_left h3 :hover{
color:#FEC606;
/*-- w3layouts --*/
}
.wthree_banner_info_left_grid_left p {
font-size: 1em;
color: #777;
font-weight: 400;
margin-top: 0.5em;
}
.wthree_banner_info, .team, .banner-bottom, .contact, .about {
padding: 5em 0;
}
.wthree_banner_info_left_grid_left h3 a,.wthree_banner_info_left_grid1{
transition: .5s ease-in;
-webkit-transition: .5s ease-in;
-moz-transition: .5s ease-in;
-o-transition: .5s ease-in;
-ms-transition: .5s ease-in;
}
.agileits_service_grid_btm_left2 h5{
margin:0em 0 .5em;
color:#12A7CA;
font-size:1.5em;
text-transform: capitalize;
}
.agileits_service_grid_btm_left2 p{
color:#999;
line-height:2em;
}
.agileits_service_grid_btm_left2 {
padding: 2em 1em;
border: 1px solid #c69c6c;
border-top: none;
background: #fff;
}
/*-- //Middle_Section --*/
h3.title-w3l {
font-size: 3.5em;
color: #000;
text-align: center;
margin-bottom: 1em;
}
/*-- Middle_Section --*/
.wthree_about_grids {
padding: 5em 0 0;
}
.wthree_about_grid_left h3 {
font-size: 2em;
color: #000;
}
.wthree_about_grid_left p {
margin: 2em 0;
}
/*-- //Middle_Section --*/
/*-- team --*/
.team{
background: url(../images/bg.jpg) no-repeat fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.team h3.title-w3l{
color:#fff;
}
.w3ls-effect {
display: block;
height: 300px;
overflow: hidden;
position: relative;
-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
-moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
-o-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
-ms-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
opacity: 1;
filter: alpha(opacity=100);
}
.w3ls-effect img {
height: 100%;
width: 100%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.w3ls-effect:before {
content: '';
background-color: rgba(0, 0, 0, 0);
left: 0;
top: 0;
right: 0;
bottom: 0;
position: absolute;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.w3ls-effect:hover:before {
background-color: rgba(0, 0, 0, 0.8);
}
.w3ls-effect:hover .view-caption {
-moz-transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
border-radius: 0 0 0 0;
}
.w3ls-effect:hover .wthree-icon {
bottom: 25%;
-moz-transform: translateY(-80%);
-o-transform: translateY(-80%);
-ms-transform: translateY(-80%);
-webkit-transform: translateY(-80%);
transform: translateY(-80%);
}
.w3ls-effect:hover .wthree-icon a {
-webkit-animation-name: translate-transition;
-webkit-animation-duration: 0.8s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-name: translate-transition;
animation-duration: 0.8s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.w3ls-effect .view-caption {
background-color: #FFF;
-webkit-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
-moz-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
-ms-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
-o-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
padding: 20px;
height: 29%;
text-align: left;
position: relative;
z-index: 99;
-webkit-border-radius: 25px 0 0 0;
-moz-border-radius: 25px 0 0 0;
border-radius: 25px 0 0 0;
}
.w3ls-effect .view-caption h4 {
color:#FEC606;
font-size: 1.3em;
}
.w3ls-effect .view-caption p{
margin-top: 0.3em;
}
.w3ls-effect .wthree-icon {
bottom: 0;
padding: 10px;
left: 0;
position: absolute;
right: 0;
text-align: left;
overflow: hidden;
z-index: 9;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
-moz-transform: translateY(1000%);
-o-transform: translateY(1000%);
-ms-transform: translateY(1000%);
-webkit-transform: translateY(1000%);
transform: translateY(1000%);
}
.social-button {
display: inline-block;
background-color: #fff;
width: 32px;
height: 32px;
margin: 0 3px;
line-height: 32px;
text-align: center;
position: relative;
overflow: hidden;
opacity: .99;
-webkit-border-radius: 20%;
-moz-border-radius: 20%;
border-radius: 20%;
}
.social-button:before {
content: '';
background-color: #000;
width: 120%;
height: 120%;
position: absolute;
top: 102%;
left: -118%;
-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
-moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
font-size: 18px;
vertical-align: middle;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
-moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button.facebook:before {
background-color: #3B5998;
}
.social-button.facebook .fa {
color: #3B5998;
}
.social-button.twitter:before {
background-color: #3CF;
}
.social-button.twitter .fa {
color: #3CF;
}
.social-button.google:before {
background-color: #DC4A38;
}
.social-button.google .fa {
color: #DC4A38;
}
.social-button.dribbble:before {
background-color: #F26798;
}
.social-button.dribbble .fa {
color: #F26798;
}
.social-button.skype:before {
background-color: #00AFF0;
}
.social-button.skype .fa {
color: #00AFF0;
}
.social-button:focus:before, .social-button:hover:before {
top: -10%;
left: -10%;
}
.social-button:focus .fa, .social-button:hover .fa {
color: #fff;
-webkit-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
/*-- //team --*/
/*-- projects --*/
.banner-bottom h3.title-w3l {
margin-bottom: .5em;
}
.agile_gallery_grid{
margin-top:2em;
}
.agile_gallery_grid1{
position: relative;
}
.w3layouts_gallery_grid1_pos{
background:#0de2f6;
bottom: 45px;
left: 45px;
opacity: 0;
padding:1em;
position: absolute;
right: 45px;
text-align: center;
top: 45px;
visibility: hidden;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.w3layouts_gallery_grid1_pos h3{
font-size: 1.2em;
letter-spacing: 2px;
font-weight: 600;
margin: 1em 0 .5em;
padding-bottom: .5em;
position: relative;
text-transform: uppercase;
color: #fff;
}
.w3layouts_gallery_grid1_pos h3:after {
background: #fff;
bottom: 0;
content: '';
height: 2px;
left: 40%;
position: absolute;
width: 50px;
}
.w3layouts_gallery_grid1_pos p{
color:#292727;
line-height:2em;
}
.agile_gallery_grid:hover .w3layouts_gallery_grid1_pos{
opacity: 1;
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
-moz-transform: scaleX(1);
-o-transform: scaleX(1);
-ms-transform: scaleX(1);
}
/*-- //projects --*/
/*-- mail --*/
.w3l_mail_left iframe {
width: 100%;
height:379px;
}
.w3l_mail_left{
padding:0;
}
.w3l_mail_right{
padding:5em;
background:#0de2f6;
}
.w3l_mail_right h3 {
font-size: 2em;
color: #fff;
margin-bottom: 1.5em;
}
.w3l_mail_right ul li{
list-style-type: none;
display: block;
color: #fff;
margin-bottom: 1em;
position: relative;
font-size: 1.1em;
}
.w3l_mail_right ul li span{
font-weight: bold;
width: 35%;
display: inline-block;
color:#212121;
}
.w3l_mail_right ul li span i {
padding-right: 1em;
}
.w3l_mail_right ul li span label{
position:absolute;
top:0%;
left:10%;
}
.w3l_mail_right ul li span label {
position: absolute;
top: 0%;
left: 28%;
}
.w3l_mail_right ul li a{
color:#fff;
text-decoration:none;
}
.w3l_mail_right ul li a:hover{
color:#212121;
}
.w3l_mail_right ul li:last-child{
margin-bottom:0;
}
/*-- Contact --*/
.contact-grid1 input[type="text"], .contact-grid1 input[type="email"],.contact-grid1 textarea{
width: 100%;
padding: .8em;
font-size: 1em;
border: none;
outline: none;
border-radius: 13px 0;
}
.contact-grid1 textarea{
height:140px;
resize:none;
}
.contact-top1 label {
font-size: 1.1em;
font-weight: 500;
color: #fff;
text-align: left;
display: inherit;
margin-bottom: 0.5em;
}
.contact-top1 {
background: rgba(254, 198, 6, 0.75);
padding: 3em 3em 4em;
}
.contact-grid1 input[type="submit"] {
font-size: 1.1em;
outline: none;
border: none;
text-transform: uppercase;
background: #000;
padding: 0.7em 0;
letter-spacing: 1px;
color: #fff;
display: block;
width: 18%;
margin: 1.5em auto 0;
transition: 0.5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.contact-grid1 input[type="submit"]:hover{
background:#0de2f6;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
/*-- //Contact --*/
/*-- footer --*/
.footer {
background: #232323;
text-align: center;
padding: 4em 0em;
}
.logo-fo h2 a {
font-size: 1.5em;
color: #fff;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
}
.w3ls-social-icons-2 {
padding: 3em 0;
}
.ftr-menu ul li{
display:inline-block;
}
.ftr-menu ul li a {
font-size: 1.1em;
color: #fff;
margin: 0 16px;
letter-spacing: 2px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
display: block;
text-decoration: none;
}
.ftr-menu ul li a:hover{
color:#FEC606;
}
/*-- social-icons --*/
.w3l_header_left-2 {
text-align: right;
margin-top: 2em;
}
.w3ls-social-icons-2 i {
font-size: 1em;
color: #fff;
width: 50px;
height: 50px;
text-align: center;
line-height: 3.5;
margin: 0 0.5em 0;
border-radius: 50%;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
border: 1px solid #616161;
}
.w3ls-social-icons-2 i:hover {
background:#0de2f6;
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
border-color:#0de2f6;
}
/*-- //social-icons --*/
.copyrights {
text-align: center;
padding: 2em 0em;
background: #1f1f1f;
}
.copyrights p {
color: #fff;
letter-spacing: 2px;
font-size: 1em;
}
.copyrights p a {
color: #0de2f6;
}
.copyrights p a:hover {
color: #fff;
}
/*-- //footer --*/
/*-- bottom-to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 24px;
right: 1%;
overflow: hidden;
z-index: 999;
width: 64px;
height: 64px;
border: none;
text-indent: 100%;
background: url("../images/up2.png") no-repeat 0px 0px;
}
#toTopHover {
width: 64px;
height: 64px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/
/*--responsive--*/
@media(max-width: 1680px){
.agile-w3l2-grids {
padding: 5.45em 3em;
}
.agile-middle {
padding: 4em 2em;
}
.about-middle {
padding: 8.35em 1.5em;
}
.last-agile-2 {
padding: 5.94em 3em;
}
}
@media(max-width: 1600px){
.agile-w3l2-grids {
padding: 4.5em 3em;
}
.agile-middle {
padding:3.5em 2em
}
.about-middle {
padding:7.7em 1.5em;
}
.last-agile-2 {
padding: 5em 3em;
}
}
@media(max-width: 1440px){
.agile-w3l2-grids {
padding: 3.1em 3em;
}
.agile-middle {
padding: 2em 2em;
}
.agile-middle p {
margin: 1em 0 2em;
}
.about-middle {
padding: 5.5em 1.5em;
}
.last-agile-2 {
padding: 2.25em 3em;
}
.callbacks_tabs {
left: 44%;
}
}
@media(max-width: 1366px){
.agile-left-w3l img, .agile-right-w3l img, .last-agile-1 img{
min-height: 461px;
}
.about-middle {
padding: 5.7em 1.5em;
}
.last-agile-2 p {
margin: 1em 0 2.1em;
}
.agile-w3l2-grids h4, .last-agile-2 h3 {
font-size: 1.8em;
}
.agile-w3l2-grids {
padding: 3.9em 3em;
}
.main-agile, .w3l-overlay {
min-height: 700px;
}
.agileits-banner-info {
padding: 17em 0 0em;
}
.ab-agile-top {
top: 24%;
}
.last-agile-2 {
padding: 3em 3em;
}
.last-agile-2 p {
margin: 1.5em 0 3em;
}
.last-agile-2 {
padding: 3.35em 3em;
}
}
@media(max-width: 1280px){
.agileits-banner-info h3 {
font-size: 3.5em;
}
.callbacks_tabs {
left: 43.5%;
}
.agile-w3l-grids {
padding: 5em 3em;
}
.agile-w3l2-grids h5 {
font-size: 1.3em;
}
.agile-w3l2-grids {
padding: 3.85em 2em;
}
.agile-w3l3-grids h4 {
font-size: 2.5em;
}
.agile-w3l3-grids {
padding: 12.5em 1em 0;
min-height: 461px;
}
.about-middle {
padding: 6em 1.5em;
}
.last-agile-2 {
padding: 3.35em 2em;
}
h3.title-w3l {
font-size: 3.3em;
}
.wthree_banner_info, .team, .banner-bottom, .contact, .about{
padding: 4.5em 0;
}
.footer {
padding: 3.5em 0em;
}
}
@media(max-width: 1080px){
h1 a.navbar-brand {
font-size: 1em;
letter-spacing: 1px;
}
h1 a.navbar-brand span {
font-size: 1.1em;
}
.main-agile, .w3l-overlay {
min-height: 600px;
}
.agileits-banner-info h3 {
font-size: 3.2em;
}
.agileits-banner-info p {
font-size: 1.1em;
}
.agileits_w3layouts_more a {
letter-spacing: 1px;
}
.callbacks_tabs {
left: 42.5%;
top: 112%;
}
.agileits-banner-info {
padding: 15em 0 0em;
}
.ab-agile-top h3 {
font-size: 2.2em;
}
.ab-agile-bottom p {
line-height: 2;
}
.ab-agile-top {
top: 20%;
}
.agile-w3l-grids h4 {
letter-spacing: 1px;
font-size: 2.2em;
}
.agile-w3l-grids {
padding: 4em 2.5em;
}
.w3lsstatsaitsstats {
font-size: 2.5em;
}
.w3lsstatsaits-info p {
font-size: 1.2em;
}
.agile-w3l2-grids h4, .last-agile-2 h3 {
font-size: 1.5em;
}
.agile-w3l2-grids h5 {
font-size: 1.1em;
}
.agile-w3l2-grids {
padding: 3.4em 1.5em;
}
.agile-w3l3-grids {
padding: 12em 1em 0;
min-height: 435px;
}
.agile-w3l3-grids h4 {
font-size: 2.3em;
}
.agile-middle h4 {
font-size: 1.5em;
}
.agile-left-w3l img, .agile-right-w3l img, .last-agile-1 img {
min-height: 420px;
}
.bar_group__bar.thin {
margin-bottom: 1.5em !important;
}
.agile-middle {
padding: 1.65em 2em;
}
.about-middle {
padding: 4em 1.5em;
}
.about-midd-main {
width: 100%;
}
.about-midd-main h4 {
margin: 1.42em 0;
}
.last-agile-2 {
padding: 2em 1.5em;
}
.last-agile-2 p {
margin: 1.5em 0 2.22em;
}
.w3layouts_gallery_grid1_pos {
bottom: 30px;
left: 30px;
right: 30px;
top: 30px;
}
.w3layouts_gallery_grid1_pos h3 {
margin: 0.5em 0 .5em;
}
.logo-fo h2 a {
font-size: 1.4em;
}
.w3ls-effect {
height: 253px;
}
}
@media(max-width: 1050px){
.agile-w3l-grids h4 {
letter-spacing: 0px;
}
.w3lsstatsaits-info p {
font-size: 1.1em;
}
.b_label {
font-size: .9em;
}
.agile-middle p {
margin: 1em 0 1.2em;
}
.wthree_banner_info_left_grid_left h3 {
letter-spacing: 2px;
}
h3.title-w3l {
font-size: 3em;
}
}
@media(max-width: 1024px){
.agile-w3l2-grids {
padding: 2.55em 1.5em;
}
.about-middle {
padding: 4.2em 1.5em;
}
}
@media(max-width: 991px){
.callbacks_tabs {
left: 41.5%;
}
.ab-agile-top {
position: absolute;
top: 22%;
left: 55%;
padding: 2em 2em;
}
.ab-agile-top h3 {
font-size: 2em;
}
.ab-agile-top {
top: 12%;
padding: 2em 1.5em;
}
.agile-w3l-ab {
padding: 1em;
}
.agile-w3l-grids h4 {
letter-spacing: 2px;
}
.agile-w3l-grids {
padding: 5em 5em;
}
.agile-w3l2-grids {
padding: 5em 5em;
}
.agile-w3l2-grids h5 {
font-size: 1.2em;
}
.agile-w3l2-grids h4, .last-agile-2 h3 {
font-size: 1.7em;
}
.agile-w3l3-grids {
padding: 14em 7em 0;
min-height: 500px;
}
.agile-w3l2-grids h5 {
margin: 2em 0;
}
.agile-w3l2-grids {
padding: 5.5em 6em;
}
.agile-middle {
padding: 5em 5em;
}
.bar_group__bar.thin {
margin-bottom: 3em !important;
}
.b_label {
font-size: 1em;
}
.agile-middle p {
margin: 2em 0 3em;
}
.about-middle {
padding: 12.5em 5em;
}
.last-agile-2 p {
margin: 3em 0 6em;
}
.last-agile-2 {
padding: 7em 5em 13.9em;
}
.wthree_banner_info_left_grid_left h3 {
letter-spacing: 1px;
}
.wthree_banner_info_left.mid-w3l {
margin: 2em 0;
}
.team-grids {
padding: 0 .5em;
}
.w3layouts_gallery_grid1_pos {
bottom: 15px;
left: 15px;
right: 15px;
top: 15px;
padding: 0.5em;
}
.w3_agile_gallery_grid {
float: left;
width: 33.33%;
}
.w3ls-effect {
height: 217px;
}
.wthree_banner_info, .team, .banner-bottom, .contact, .about {
padding: 4em 0;
}
.w3ls-effect .view-caption {
height: 36%;
}
}
@media(max-width: 900px){
.agile-w3l2-grids {
padding: 5.4em 4.5em;
}
.agile-middle {
padding: 3em 5em;
}
.about-middle {
padding: 10.94em 5em;
}
.last-agile-2 {
padding: 6em 5em 8.8em;
}
}
@media(max-width: 800px){
h1 a.navbar-brand {
letter-spacing: 0px;
padding: 8px 0;
}
.main-agile, .w3l-overlay {
min-height: 550px;
}
.agileits-banner-info h3 {
font-size: 2.9em;
margin: .2em 0 .9em;
}
.agileits-banner-info p {
font-size: 1em;
}
.agileits_w3layouts_more a {
font-size: 1em;
padding: .7em 1.5em;
}
.callbacks_tabs li {
margin: 0px 5px;
}
.callbacks_tabs {
left: 40%;
}
.agileits-banner-info {
padding: 13em 0 0em;
}
.agile-w3l2-grids {
padding: 4.6em 4em;
}
.bar_group__bar.thin {
margin-bottom: 2em !important;
}
.agile-middle {
padding: 3em 4em;
}
.agile-middle p {
margin: 1.5em 0 3em;
}
.about-middle {
padding: 8.55em 3em;
}
.last-agile-2 p {
margin: 2em 0 4em;
}
.last-agile-2 {
padding: 4.62em 4em;
}
.w3l_mail_left iframe {
height: 337px;
}
.w3l_mail_right {
padding: 4em;
}
.footer {
padding: 3em 0em;
}
.logo-fo h2 a {
font-size: 1.2em;
}
}
@media(max-width: 768px){
.navbar-right {
padding: 0;
}
.agile-w3l-grids {
padding: 4em 5em;
}
.agile-middle p {
margin: 1em 0 2em;
}
.agile-w3l2-grids {
padding: 4em 3em;
}
.agile-w3l2-grids h5 {
margin: 1.5em 0;
}
.agile-w3l3-grids {
padding: 13em 7em 0;
min-height: 466px;
}
.about-middle {
padding: 7em 3em;
}
.last-agile-2 {
padding: 3.9em 4em;
}
}
@media(max-width: 767px){
.navbar-default .navbar-toggle .icon-bar {
background-color: #0de2f6 !important;
}
.navbar-default .navbar-toggle {
border-color: #fff !important;
border-radius: 0 !important;
margin: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: transparent;
background: rgba(0, 0, 0, 0.85);
}
}
@media(max-width: 736px){
.ab-agile-top {
top: 10%;
}
.w3ls-effect {
height: 364px;
}
.team-grids:nth-child(3), .team-grids:nth-child(4){
margin-top:2em;
}
.team-grids {
padding: 0 1em;
}
.w3layouts_gallery_grid1_pos p {
font-size: .9em;
}
.w3layouts_gallery_grid1_pos h3:after {
left: 34%;
}
.w3ls-effect .view-caption {
height: 26%;
}
}
@media(max-width: 667px){
.main-agile, .w3l-overlay {
min-height: 500px;
}
.agileits-banner-info h3 {
font-size: 2.5em;
}
.agileits-banner-info p {
font-size: .9em;
}
.agileits_w3layouts_more a {
font-size: .9em;
}
.agileits-banner-info {
padding: 12em 0 0em;
}
.callbacks_tabs a:after {
height: 5px;
width: 29px;
}
.callbacks_tabs {
left: 39.5%;
}
.ab-agile-top {
padding: 1.5em 1em;
top: 14%;
}
.ab-agile-top h3 {
font-size: 1.8em;
}
.ab-agile-bottom p {
line-height: 1.8;
margin: .5em 0;
}
.agile-w3l-grids h4 {
letter-spacing: 1px;
font-size: 2em;
}
.agile-w3l-grids p {
margin: 1.5em 0;
}
.w3lsstatsaitsstats {
font-size: 2.4em;
}
.w3layouts_gallery_grid1_pos {
padding: 0em;
}
.w3layouts_gallery_grid1_pos p {
line-height: 1.2em;
}
.agile-w3l-grids {
padding: 3em 4em;
}
h3.title-w3l {
font-size: 2.7em;
}
.ftr-menu ul li a {
margin: 0 11px;
}
}
@media(max-width: 640px){
.ab-agile-top {
top: 12%;
}
.w3ls-effect {
height: 320px;
}
.wthree_banner_info, .team, .banner-bottom, .contact, .about {
padding: 3em 0;
}
.w3l_mail_right ul li {
font-size: 1em;
}
.w3l_mail_left iframe {
height: 300px;
}
.contact-top1 {
padding: 3em 3em 3em;
}
.contact-grid1 input[type="submit"] {
width: 26%;
}
.w3ls-social-icons-2 {
padding: 2.5em 0;
}
}
@media(max-width: 600px){
h1 a.navbar-brand {
font-size: .9em;
}
.agile-w3l-ab {
width: 100%;
}
.agile-w3l-ab {
margin-bottom: 9em;
}
.ab-agile-top {
top: 78%;
left: 16%;
width: 70%;
padding: 2em 3em;
}
.ab-agile-bottom p {
margin: 1em 0;
}
.w3layouts_gallery_grid1_pos {
bottom: 10px;
left: 10px;
right: 10px;
top: 10px;
}
.ftr-menu ul li a {
font-size: 1em;
}
.footer {
padding: 2.5em 0em;
}
.w3l_mail_right {
padding: 3em;
}
}
@media(max-width: 568px){
.agileits-banner-info h3 {
font-size: 2.3em;
}
.main-agile, .w3l-overlay {
min-height: 440px;
}
.ab-agile-top {
padding: 2em 2em;
}
.w3layouts_gallery_grid1_pos p {
font-size: .8em;
}
.w3layouts_gallery_grid1_pos h3 {
font-size: 1.1em;
letter-spacing: 1px;
}
h3.title-w3l {
font-size: 2.5em;
}
.callbacks_tabs {
left: 37%;
}
.agileits-banner-info {
padding: 10.5em 0 0em;
}
.w3ls-effect {
height: 285px;
}
}
@media(max-width: 480px){
.main-agile, .w3l-overlay {
min-height: 400px;
}
.agileits-banner-info h3 {
font-size: 2em;
}
.agileits-banner-info p {
font-size: .8em;
}
.callbacks_tabs {
left: 34.5%;
}
.agileits-banner-info {
padding: 10em 0 0em;
}
.ab-agile-top {
padding: 1em 2em;
top: 75%;
left: 10%;
width: 80%;
}
.agile-w3l-grids {
padding: 2em 2.5em;
}
.agile-w3l-grids h4 {
letter-spacing: 0px;
font-size: 1.8em;
}
.agile-w3l-grids p {
font-size: 1em;
}
.w3lsstatsaitsstats {
font-size: 2.2em;
}
.w3lsstatsaits-info p {
font-size: .95em;
}
.agile-w3l2-grids {
padding: 3em 2.5em;
}
.agile-right-w3l img {
min-height: 441px;
}
.w3ls-effect {
height: 244px;
}
.w3_agile_gallery_grid {
float: left;
width: 100%;
}
.w3layouts_gallery_grid1_pos {
bottom: 45px;
left: 45px;
right: 45px;
top: 45px;
}
.w3layouts_gallery_grid1_pos h3 {
font-size: 1.3em;
letter-spacing: 2px;
margin: 2.5em 0 1.2em;
}
.w3layouts_gallery_grid1_pos h3:after {
left: 42%;
}
.w3layouts_gallery_grid1_pos p {
font-size: 1em;
}
.contact-grid1 input[type="submit"] {
width: 36%;
}
.contact-grid1 textarea {
height: 120px;
}
.ftr-menu ul li a {
margin: 0 4px;
letter-spacing: 1px;
}
.w3ls-social-icons-2 i {
font-size: .9em;
width: 45px;
height: 45px;
margin: 0 0.3em 0;
}
.logo-fo h2 a {
font-size: 1.1em;
}
.copyrights {
padding: 1.5em 0em;
}
.w3ls-effect .view-caption {
height: 35%;
}
}
@media(max-width: 414px){
p {
font-size: .9em;
}
.callbacks_tabs {
left: 32.5%;
}
.agile-w3l-grids h4 {
font-size: 1.6em;
}
.w3lsstatsaits-grid.w3lsstatsaits-grid-1 {
padding: 0 .3em;
}
.agile-w3l2-grids h4, .last-agile-2 h3 {
font-size: 1.5em;
}
.agile-w3l2-grids h5 {
font-size: 1.1em;
}
.agile-right-w3l img {
min-height: 390px;
}
.about-middle {
padding: 5em 3em;
}
.last-agile-2 {
padding: 3em 3em;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.3em;
}
h3.title-w3l {
font-size: 2.2em;
}
.wthree_banner_info_left_grid_left p {
font-size: .9em;
}
.wthree_banner_info_left_grid1 {
width: 60px;
height: 60px;
}
.wthree_about_grid_left h3 {
font-size: 1.7em;
}
.w3ls-effect {
height: 200px;
}
.w3layouts_gallery_grid1_pos h3 {
margin: 1.5em 0 1.2em;
}
.w3layouts_gallery_grid1_pos p {
font-size: .9em;
}
.contact-top1 {
padding: 3em 2em 3em;
}
.ftr-menu ul li a {
margin: 0 8px;
line-height: 2;
}
.logo-fo h2 a {
font-size: 1em;
}
.w3ls-social-icons-2 {
padding: 2em 0;
}
.copyrights p {
letter-spacing: 1px;
}
.flexslider .slides img {
width: 34%;
}
.w3ls-effect .view-caption {
height: 40%;
}
}
@media(max-width: 384px){
.navbar-toggle {
padding: 8px 8px;
}
h1 a.navbar-brand {
font-size: .8em;
}
.agileits-banner-info h3 {
font-size: 1.8em;
}
.callbacks_tabs {
left: 31%;
top: 110%;
}
.ab-agile-top h3 {
font-size: 1.7em;
}
.ab-agile-top {
top: 67%;
}
.agile-w3l-grids h4 {
font-size: 1.5em;
}
.w3lsstatsaits-grid.w3lsstatsaits-grid-1, .w3lsstatsaits-grid.w3lsstatsaits-grid-2, .w3lsstatsaits-grid.w3lsstatsaits-grid-3 {
width: 100%;
}
.agile-right-w3l img {
min-height: 336px;
}
.agile-w3l-grids p {
margin: 1em 0;
}
.agile-right-w3l img {
min-height: 300px;
}
.modal-content h5 {
font-size: 1.2em;
}
.social-button {
margin: 0 2px;
}
}
@media(max-width: 375px){
.main-agile, .w3l-overlay {
min-height: 350px;
}
.agileits-banner-info h3 {
font-size: 1.7em;
}
.callbacks_tabs a:after {
height: 4px;
width: 23px;
}
.callbacks_tabs {
left: 33%;
top: 108%;
}
.agileits-banner-info p {
font-size: .7em;
}
.agileits-banner-info {
padding: 9em 0 0em;
}
.agile-w3l-grids h4 {
font-size: 1.4em;
}
.agile-w3l-grids p {
font-size: .9em;
}
.agile-w3l2-grids h4, .last-agile-2 h3 {
font-size: 1.4em;
}
.agile-w3l3-grids h4 {
font-size: 2em;
}
.agile-w3l3-grids {
padding: 10.5em 7em 0;
min-height: 387px;
}
.agile-middle {
padding: 2em 3em;
}
.about-middle {
padding: 4em 3em;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.15em;
}
.wthree_about_grid_left h3 {
font-size: 1.5em;
}
.team-grids {
width: 100%;
}
.w3ls-effect {
height: 307px;
}
.team-grids:nth-child(2), .team-grids:nth-child(3), .team-grids:nth-child(4) {
margin-top: 2em;
}
.w3layouts_gallery_grid1_pos {
bottom: 20px;
left: 20px;
right: 20px;
top: 20px;
}
.w3layouts_gallery_grid1_pos h3 {
margin: 2em 0 1.5em;
}
.modal-content h5 {
font-size: 1.1em;
}
.modal-content p {
font-size: .9em;
}
.w3l_mail_right ul li {
font-size: .9em;
}
.w3l_mail_right h3 {
font-size: 1.8em;
margin-bottom: 1em;
}
.w3ls-effect .view-caption {
height: 29%;
}
}
@media(max-width: 320px){
.w3layouts_gallery_grid1_pos h3 {
margin: 1.5em 0 .5em;
}
.callbacks_tabs {
left: 30%;
}
.agileits-banner-info {
padding: 8em 0 0em;
}
.main-agile, .w3l-overlay {
min-height: 330px;
}
.ab-agile-top {
padding: 1em 1em;
}
.last-agile-2 {
padding: 1em 2em;
}
.last-agile-2 p {
margin: 1em 0 2em;
}
.agile-right-w3l img {
min-height: 284px;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.1em;
}
.wthree_banner_info_left_grid_left {
padding: 0 .5em;
}
.wthree_banner_info_left {
padding: 0;
}
.w3l_mail_right {
padding: 2em 1em;
}
.contact-top1 {
padding: 2em 1em 2em;
}
.contact-grid1 input[type="text"], .contact-grid1 input[type="email"], .contact-grid1 textarea {
font-size: .9em;
}
.contact-grid1 input[type="submit"] {
width: 46%;
font-size: 1em;
}
.w3ls-social-icons-2 i {
font-size: .8em;
width: 40px;
height: 40px;
}
.logo-fo h2 a {
font-size: .9em;
}
.modal-content h5 {
font-size: 1em;
letter-spacing: 0px;
}
.modal-content p {
font-size: .8em;
}
}
/*--//responsive--*/
|
public/css/style.css
|
body{
padding:0;
margin:0;
background:#fff;
position:relative;
font-family: 'Quicksand', sans-serif;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
a:hover{
text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
margin:0;
font-family: 'Philosopher', sans-serif;
}
p{
margin:0;
font-family: 'Quicksand', sans-serif;
letter-spacing:1px;
font-size: 1em;
line-height: 1.9em;
}
ul{
margin:0;
padding:0;
}
label{
margin:0;
}
.w3l-overlay {
background: url(../images/overlay.png)repeat;
min-height:794px;
}
/*-- header --*/
h1 a.navbar-brand {
font-size: 1.05em;
color: #fff !important;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 2px;
}
h1 a.navbar-brand span {
background:#0de2f6;
padding: 0px 11px;
font-weight: bold;
font-size: 1.2em;
}
nav.navbar.navbar-default.navbar-fixed-top {
background: none;
border: none;
padding:2em;
-webkit-transition:.5s all;
-moz-transition:.5s all;
transition:.5s all;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
background: rgba(0, 0, 0, 0.49);
padding: 1em;
}
.navbar-default .navbar-nav > li > a {
color: #fff;
font-size: 1.1em;
font-weight: 400;
letter-spacing: 1px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color:#0de2f6;
background-color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color:#0de2f6;
background-color: transparent;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px!important;
}
.navbar-right {
padding: 0 2em;
}
/*-- //header --*/
/*-- banner-text --*/
.header-w3layouts{
position: absolute;
top: 0;
z-index: 999;
text-align: center;
left: 0;
width: 100%;
}
.agileits-banner-info h3 {
color: #fff;
font-size: 4em;
letter-spacing: 2px;
margin: .2em 0 1em;
}
.agileits-banner-info h3 span{
background: #2529d8;
padding: 0 15px;
}
.agileits-banner-info {
text-align: center;
padding: 21em 0 0em;
}
.agileits-banner-info p {
color: #fff;
font-size: 1.2em;
letter-spacing: 2px;
font-weight: 500;
}
.agileits_w3layouts_more a {
font-size: 1.1em;
color: #fff;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;
background:#FEC606;
padding: .7em 2em;
display: inline-block;
}
.agileits_w3layouts_more a:focus{
outline:none;
}
.agileits_w3layouts_more a:hover{
background:#0de2f6;
}
/*-- //banner-text --*/
/*-- banner-top --*/
.main-agile{
background: url(../images/b2.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
min-height:794px;
}
/*-- //banner-top --*/
/*--slider--*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top:55%;
left: 40px;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 34px;
width: 34px;
background: url(../images/left.png) no-repeat 0px 0px;
}
.callbacks_nav.next {
left: auto;
background: url(../images/right.png) no-repeat 0px 0px;
right: -62px;
}
.callbacks_nav.prev {
left: auto;
background: url(../images/left.png) no-repeat 0px 0px;
left: -58px;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display:none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display:block;
float: left;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs {
list-style: none;
position: absolute;
top: 114%;
left: 45%;
padding: 0;
margin: 0;
display: block;
z-index: 99;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li {
display:inline-block;
margin: 0px 7px;
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 6px;
width: 33px;
display: inline-block;
background: #ffffff;
border-radius: 0 13px;
}
.callbacks_here a:after{
background:#0de2f6;
}
/*-- //slider --*/
/*-- /model --*/
.modal-content h5 {
font-size: 1.4em;
color:#0de2f6;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 1em;
}
.modal-content p {
color: #555;
font-size: 1em;
line-height: 2em;
margin: 0.5em 0 2em 0;
letter-spacing: 1px;
}
.modal-header {
border-bottom: none;
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 0px!important;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
/*-- //model --*/
/*-- about --*/
.agile-w3l-ab {
background: #fff;
padding: 2em;
border: 10px solid #363632;
position: relative;
width: 63%;
}
.ab-agile-bottom p {
color: #fff;
line-height: 2.8;
text-align: left;
margin: 1em 0;
}
.sign-up {
float: left;
text-transform: uppercase;
}
.ab-agile-top {
position: absolute;
top: 22%;
left: 55%;
padding: 3em 2em;
background: #0de2f6;
z-index: 99;
}
.about-w3l-agileifo-grid {
position: relative;
}
.ab-agile-top h3{
font-size: 2.5em;
color: #fff;
font-weight: 400;
}
/*-- //about --*/
.agile-w3l-grids {
background:#FEC606;
padding: 6.5em 5em;
}
.agile-w3l-grids h4 {
color: #fff;
letter-spacing: 2px;
font-size: 2.5em;
line-height: 1.5;
}
.agile-w3l-grids p {
color: #fff;
margin: 2em 0;
font-size: 1.1em;
}
/*-- Number-Scroller --*/
.w3lsstatsaitsstats {
font-size: 3em;
font-weight: 700;
color: #272626;
}
.w3lsstatsaits-info p {
font-size: 1.4em;
margin: 0;
}
/*-- //Number-Scroller --*/
.agile-w3l2-grids {
padding: 6.46em 4em;
background: #f9f2f2;
}
.agile-w3l2-grids h4, .last-agile-2 h3 {
font-size: 2em;
line-height: 1.4;
color: #000;
}
.agile-w3l2-grids h5 {
font-size: 1.4em;
line-height: 1.5;
margin: 1em 0;
}
.agile-w3l3-grids {
padding: 13em 1em 0;
text-align: center;
background: url(../images/grid1.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 500px;
}
.agile-w3l3-grids h4 {
font-size: 3em;
color: #fff;
}
/*-- Progress-Bar --*/
.bar_group {
position: relative;
z-index: 0;
padding: 0 5px;
}
.bar_group__bar.thin::before{
display: block;
content: '';
position: absolute;
z-index: -1;
width: 100%;
height: 10px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-border-radius: 2px;
background: #E4E4E4;
}
.bar_group__bar.thin {
width: 0%;
height: 10px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-border-radius: 2px;
background: #000;
margin-bottom: 10px;
-webkit-transition: width 1s;
transition: width 1s;
-moz-transition: width 1s;
margin-bottom: 2em !important;
}
.bar_label_max {
display: none;
}
.bar_label_min {
display: none;
}
.b_tooltip {
-webkit-transition: all 1s;
transition: all 1s;
-moz-transition: all 1s;
position: relative;
float: left;
left: 100%;
padding: 4px 10px 7px 10px;
background-color:#FEC606;
-webkit-transform: translateX(-50%) translateY(-30px);
-ms-transform: translateX(-50%) translateY(-30px);
transform: translateX(-50%) translateY(-30px);
-moz-transform: translateX(-50%) translateY(-30px);
-o-transform: translateX(-50%) translateY(-30px);
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-border-radius: 2px;
line-height: 11px;
}
.b_tooltip span {
color: #fff;
font-size: 0.8em;
}
.b_tooltip--tri {
width: 0;
height: 0;
position: absolute;
content: '';
bottom: -5px;
left: 0;
right: 0;
margin: auto;
display: block;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #FEC606 transparent transparent transparent;
}
.b_label {
margin-bottom: .5em !important;
font-size: 1em;
}
/*-- //Progress-Bar --*/
.agile-middle {
padding: 6em 3em;
}
.agile-middle h4 {
font-size: 1.8em;
}
.agile-left-w3l, .agile-right-w3l, .last-agile-1 {
padding: 0;
}
.agile-middle p {
margin:1em 0 2.5em;
}
img{
width:100%;
}
/*-- News --*/
.about-middle {
background: #33302d;
padding: 10.35em 1.5em;
}
.about-midd-main {
text-align: center;
width: 90%;
margin: 0 auto;
}
.about-midd-main h4 {
font-size: 1.5em;
margin: 1.5em 0;
color: #fff;
}
.about-midd-main p {
color: #e0dede;
}
.last-agile-2 {
background: #0de2f6;
padding: 9.65em 5em;
}
.last-agile-2 h3{
color:#fff;
}
.last-agile-2 p {
color: #f1f0f0;
margin:2em 0 3.95em;
}
.agileits_w3layouts_more.menu__item.w3l-agile a {
background: #373737;
}
.agileits_w3layouts_more.menu__item.w3l-agile a:hover {
background:#FEC606;
}
.wthree_banner_info_left_grid1 {
width: 65px;
height: 65px;
background: #0de2f6;
text-align: center;
margin: 0 auto;
overflow: hidden;
display: inline-block;
}
.wthree_banner_info_left_grid1 i {
font-size: 1.5em;
color: #ffffff;
line-height: 2.9;
}
.wthree_banner_info_left:hover .wthree_banner_info_left_grid1{
-webkit-transform: scale(1.25) translateZ(0px);
transform: scale(1.25) translateZ(0px);
-moz-transform: scale(1.25) translateZ(0px);
-o-transform: scale(1.25) translateZ(0px);
-ms-transform: scale(1.25) translateZ(0px);
background: #FEC606;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.5em;
color: #000;
text-decoration: none;
text-transform: capitalize;
line-height: 1.5;
}
.wthree_banner_info_left:hover .wthree_banner_info_left_grid_left h3 ,.wthree_banner_info_left_grid_left h3 :hover{
color:#FEC606;
/*-- w3layouts --*/
}
.wthree_banner_info_left_grid_left p {
font-size: 1em;
color: #777;
font-weight: 400;
margin-top: 0.5em;
}
.wthree_banner_info, .team, .banner-bottom, .contact, .about {
padding: 5em 0;
}
.wthree_banner_info_left_grid_left h3 a,.wthree_banner_info_left_grid1{
transition: .5s ease-in;
-webkit-transition: .5s ease-in;
-moz-transition: .5s ease-in;
-o-transition: .5s ease-in;
-ms-transition: .5s ease-in;
}
.agileits_service_grid_btm_left2 h5{
margin:0em 0 .5em;
color:#12A7CA;
font-size:1.5em;
text-transform: capitalize;
}
.agileits_service_grid_btm_left2 p{
color:#999;
line-height:2em;
}
.agileits_service_grid_btm_left2 {
padding: 2em 1em;
border: 1px solid #c69c6c;
border-top: none;
background: #fff;
}
/*-- //Middle_Section --*/
h3.title-w3l {
font-size: 3.5em;
color: #000;
text-align: center;
margin-bottom: 1em;
}
/*-- Middle_Section --*/
.wthree_about_grids {
padding: 5em 0 0;
}
.wthree_about_grid_left h3 {
font-size: 2em;
color: #000;
}
.wthree_about_grid_left p {
margin: 2em 0;
}
/*-- //Middle_Section --*/
/*-- team --*/
.team{
background: url(../images/bg.jpg) no-repeat fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.team h3.title-w3l{
color:#fff;
}
.w3ls-effect {
display: block;
height: 300px;
overflow: hidden;
position: relative;
-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
-moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
-o-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
-ms-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
opacity: 1;
filter: alpha(opacity=100);
}
.w3ls-effect img {
height: 100%;
width: 100%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.w3ls-effect:before {
content: '';
background-color: rgba(0, 0, 0, 0);
left: 0;
top: 0;
right: 0;
bottom: 0;
position: absolute;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.w3ls-effect:hover:before {
background-color: rgba(0, 0, 0, 0.8);
}
.w3ls-effect:hover .view-caption {
-moz-transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
border-radius: 0 0 0 0;
}
.w3ls-effect:hover .wthree-icon {
bottom: 25%;
-moz-transform: translateY(-80%);
-o-transform: translateY(-80%);
-ms-transform: translateY(-80%);
-webkit-transform: translateY(-80%);
transform: translateY(-80%);
}
.w3ls-effect:hover .wthree-icon a {
-webkit-animation-name: translate-transition;
-webkit-animation-duration: 0.8s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-name: translate-transition;
animation-duration: 0.8s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.w3ls-effect .view-caption {
background-color: #FFF;
-webkit-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
-moz-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
-ms-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
-o-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
padding: 20px;
height: 29%;
text-align: left;
position: relative;
z-index: 99;
-webkit-border-radius: 25px 0 0 0;
-moz-border-radius: 25px 0 0 0;
border-radius: 25px 0 0 0;
}
.w3ls-effect .view-caption h4 {
color:#FEC606;
font-size: 1.3em;
}
.w3ls-effect .view-caption p{
margin-top: 0.3em;
}
.w3ls-effect .wthree-icon {
bottom: 0;
padding: 10px;
left: 0;
position: absolute;
right: 0;
text-align: left;
overflow: hidden;
z-index: 9;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
-moz-transform: translateY(1000%);
-o-transform: translateY(1000%);
-ms-transform: translateY(1000%);
-webkit-transform: translateY(1000%);
transform: translateY(1000%);
}
.social-button {
display: inline-block;
background-color: #fff;
width: 32px;
height: 32px;
margin: 0 3px;
line-height: 32px;
text-align: center;
position: relative;
overflow: hidden;
opacity: .99;
-webkit-border-radius: 20%;
-moz-border-radius: 20%;
border-radius: 20%;
}
.social-button:before {
content: '';
background-color: #000;
width: 120%;
height: 120%;
position: absolute;
top: 102%;
left: -118%;
-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
-moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
font-size: 18px;
vertical-align: middle;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
-moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button.facebook:before {
background-color: #3B5998;
}
.social-button.facebook .fa {
color: #3B5998;
}
.social-button.twitter:before {
background-color: #3CF;
}
.social-button.twitter .fa {
color: #3CF;
}
.social-button.google:before {
background-color: #DC4A38;
}
.social-button.google .fa {
color: #DC4A38;
}
.social-button.dribbble:before {
background-color: #F26798;
}
.social-button.dribbble .fa {
color: #F26798;
}
.social-button.skype:before {
background-color: #00AFF0;
}
.social-button.skype .fa {
color: #00AFF0;
}
.social-button:focus:before, .social-button:hover:before {
top: -10%;
left: -10%;
}
.social-button:focus .fa, .social-button:hover .fa {
color: #fff;
-webkit-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
/*-- //team --*/
/*-- projects --*/
.banner-bottom h3.title-w3l {
margin-bottom: .5em;
}
.agile_gallery_grid{
margin-top:2em;
}
.agile_gallery_grid1{
position: relative;
}
.w3layouts_gallery_grid1_pos{
background:#0de2f6;
bottom: 45px;
left: 45px;
opacity: 0;
padding:1em;
position: absolute;
right: 45px;
text-align: center;
top: 45px;
visibility: hidden;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.w3layouts_gallery_grid1_pos h3{
font-size: 1.2em;
letter-spacing: 2px;
font-weight: 600;
margin: 1em 0 .5em;
padding-bottom: .5em;
position: relative;
text-transform: uppercase;
color: #fff;
}
.w3layouts_gallery_grid1_pos h3:after {
background: #fff;
bottom: 0;
content: '';
height: 2px;
left: 40%;
position: absolute;
width: 50px;
}
.w3layouts_gallery_grid1_pos p{
color:#292727;
line-height:2em;
}
.agile_gallery_grid:hover .w3layouts_gallery_grid1_pos{
opacity: 1;
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
-moz-transform: scaleX(1);
-o-transform: scaleX(1);
-ms-transform: scaleX(1);
}
/*-- //projects --*/
/*-- mail --*/
.w3l_mail_left iframe {
width: 100%;
height:379px;
}
.w3l_mail_left{
padding:0;
}
.w3l_mail_right{
padding:5em;
background:#0de2f6;
}
.w3l_mail_right h3 {
font-size: 2em;
color: #fff;
margin-bottom: 1.5em;
}
.w3l_mail_right ul li{
list-style-type: none;
display: block;
color: #fff;
margin-bottom: 1em;
position: relative;
font-size: 1.1em;
}
.w3l_mail_right ul li span{
font-weight: bold;
width: 35%;
display: inline-block;
color:#212121;
}
.w3l_mail_right ul li span i {
padding-right: 1em;
}
.w3l_mail_right ul li span label{
position:absolute;
top:0%;
left:10%;
}
.w3l_mail_right ul li span label {
position: absolute;
top: 0%;
left: 28%;
}
.w3l_mail_right ul li a{
color:#fff;
text-decoration:none;
}
.w3l_mail_right ul li a:hover{
color:#212121;
}
.w3l_mail_right ul li:last-child{
margin-bottom:0;
}
/*-- Contact --*/
.contact-grid1 input[type="text"], .contact-grid1 input[type="email"],.contact-grid1 textarea{
width: 100%;
padding: .8em;
font-size: 1em;
border: none;
outline: none;
border-radius: 13px 0;
}
.contact-grid1 textarea{
height:140px;
resize:none;
}
.contact-top1 label {
font-size: 1.1em;
font-weight: 500;
color: #fff;
text-align: left;
display: inherit;
margin-bottom: 0.5em;
}
.contact-top1 {
background: rgba(254, 198, 6, 0.75);
padding: 3em 3em 4em;
}
.contact-grid1 input[type="submit"] {
font-size: 1.1em;
outline: none;
border: none;
text-transform: uppercase;
background: #000;
padding: 0.7em 0;
letter-spacing: 1px;
color: #fff;
display: block;
width: 18%;
margin: 1.5em auto 0;
transition: 0.5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.contact-grid1 input[type="submit"]:hover{
background:#0de2f6;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
/*-- //Contact --*/
/*-- footer --*/
.footer {
background: #232323;
text-align: center;
padding: 4em 0em;
}
.logo-fo h2 a {
font-size: 1.5em;
color: #fff;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
}
.w3ls-social-icons-2 {
padding: 3em 0;
}
.ftr-menu ul li{
display:inline-block;
}
.ftr-menu ul li a {
font-size: 1.1em;
color: #fff;
margin: 0 16px;
letter-spacing: 2px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
display: block;
text-decoration: none;
}
.ftr-menu ul li a:hover{
color:#FEC606;
}
/*-- social-icons --*/
.w3l_header_left-2 {
text-align: right;
margin-top: 2em;
}
.w3ls-social-icons-2 i {
font-size: 1em;
color: #fff;
width: 50px;
height: 50px;
text-align: center;
line-height: 3.5;
margin: 0 0.5em 0;
border-radius: 50%;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
border: 1px solid #616161;
}
.w3ls-social-icons-2 i:hover {
background:#0de2f6;
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
border-color:#0de2f6;
}
/*-- //social-icons --*/
.copyrights {
text-align: center;
padding: 2em 0em;
background: #1f1f1f;
}
.copyrights p {
color: #fff;
letter-spacing: 2px;
font-size: 1em;
}
.copyrights p a {
color: #0de2f6;
}
.copyrights p a:hover {
color: #fff;
}
/*-- //footer --*/
/*-- bottom-to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 24px;
right: 1%;
overflow: hidden;
z-index: 999;
width: 64px;
height: 64px;
border: none;
text-indent: 100%;
background: url("../images/up2.png") no-repeat 0px 0px;
}
#toTopHover {
width: 64px;
height: 64px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/
/*--responsive--*/
@media(max-width: 1680px){
.agile-w3l2-grids {
padding: 5.45em 3em;
}
.agile-middle {
padding: 4em 2em;
}
.about-middle {
padding: 8.35em 1.5em;
}
.last-agile-2 {
padding: 5.94em 3em;
}
}
@media(max-width: 1600px){
.agile-w3l2-grids {
padding: 4.5em 3em;
}
.agile-middle {
padding:3.5em 2em
}
.about-middle {
padding:7.7em 1.5em;
}
.last-agile-2 {
padding: 5em 3em;
}
}
@media(max-width: 1440px){
.agile-w3l2-grids {
padding: 3.1em 3em;
}
.agile-middle {
padding: 2em 2em;
}
.agile-middle p {
margin: 1em 0 2em;
}
.about-middle {
padding: 5.5em 1.5em;
}
.last-agile-2 {
padding: 2.25em 3em;
}
.callbacks_tabs {
left: 44%;
}
}
@media(max-width: 1366px){
.agile-left-w3l img, .agile-right-w3l img, .last-agile-1 img{
min-height: 461px;
}
.about-middle {
padding: 5.7em 1.5em;
}
.last-agile-2 p {
margin: 1em 0 2.1em;
}
.agile-w3l2-grids h4, .last-agile-2 h3 {
font-size: 1.8em;
}
.agile-w3l2-grids {
padding: 3.9em 3em;
}
.main-agile, .w3l-overlay {
min-height: 700px;
}
.agileits-banner-info {
padding: 17em 0 0em;
}
.ab-agile-top {
top: 24%;
}
.last-agile-2 {
padding: 3em 3em;
}
.last-agile-2 p {
margin: 1.5em 0 3em;
}
.last-agile-2 {
padding: 3.35em 3em;
}
}
@media(max-width: 1280px){
.agileits-banner-info h3 {
font-size: 3.5em;
}
.callbacks_tabs {
left: 43.5%;
}
.agile-w3l-grids {
padding: 5em 3em;
}
.agile-w3l2-grids h5 {
font-size: 1.3em;
}
.agile-w3l2-grids {
padding: 3.85em 2em;
}
.agile-w3l3-grids h4 {
font-size: 2.5em;
}
.agile-w3l3-grids {
padding: 12.5em 1em 0;
min-height: 461px;
}
.about-middle {
padding: 6em 1.5em;
}
.last-agile-2 {
padding: 3.35em 2em;
}
h3.title-w3l {
font-size: 3.3em;
}
.wthree_banner_info, .team, .banner-bottom, .contact, .about{
padding: 4.5em 0;
}
.footer {
padding: 3.5em 0em;
}
}
@media(max-width: 1080px){
h1 a.navbar-brand {
font-size: 1em;
letter-spacing: 1px;
}
h1 a.navbar-brand span {
font-size: 1.1em;
}
.main-agile, .w3l-overlay {
min-height: 600px;
}
.agileits-banner-info h3 {
font-size: 3.2em;
}
.agileits-banner-info p {
font-size: 1.1em;
}
.agileits_w3layouts_more a {
letter-spacing: 1px;
}
.callbacks_tabs {
left: 42.5%;
top: 112%;
}
.agileits-banner-info {
padding: 15em 0 0em;
}
.ab-agile-top h3 {
font-size: 2.2em;
}
.ab-agile-bottom p {
line-height: 2;
}
.ab-agile-top {
top: 20%;
}
.agile-w3l-grids h4 {
letter-spacing: 1px;
font-size: 2.2em;
}
.agile-w3l-grids {
padding: 4em 2.5em;
}
.w3lsstatsaitsstats {
font-size: 2.5em;
}
.w3lsstatsaits-info p {
font-size: 1.2em;
}
.agile-w3l2-grids h4, .last-agile-2 h3 {
font-size: 1.5em;
}
.agile-w3l2-grids h5 {
font-size: 1.1em;
}
.agile-w3l2-grids {
padding: 3.4em 1.5em;
}
.agile-w3l3-grids {
padding: 12em 1em 0;
min-height: 435px;
}
.agile-w3l3-grids h4 {
font-size: 2.3em;
}
.agile-middle h4 {
font-size: 1.5em;
}
.agile-left-w3l img, .agile-right-w3l img, .last-agile-1 img {
min-height: 420px;
}
.bar_group__bar.thin {
margin-bottom: 1.5em !important;
}
.agile-middle {
padding: 1.65em 2em;
}
.about-middle {
padding: 4em 1.5em;
}
.about-midd-main {
width: 100%;
}
.about-midd-main h4 {
margin: 1.42em 0;
}
.last-agile-2 {
padding: 2em 1.5em;
}
.last-agile-2 p {
margin: 1.5em 0 2.22em;
}
.w3layouts_gallery_grid1_pos {
bottom: 30px;
left: 30px;
right: 30px;
top: 30px;
}
.w3layouts_gallery_grid1_pos h3 {
margin: 0.5em 0 .5em;
}
.logo-fo h2 a {
font-size: 1.4em;
}
.w3ls-effect {
height: 253px;
}
}
@media(max-width: 1050px){
.agile-w3l-grids h4 {
letter-spacing: 0px;
}
.w3lsstatsaits-info p {
font-size: 1.1em;
}
.b_label {
font-size: .9em;
}
.agile-middle p {
margin: 1em 0 1.2em;
}
.wthree_banner_info_left_grid_left h3 {
letter-spacing: 2px;
}
h3.title-w3l {
font-size: 3em;
}
}
@media(max-width: 1024px){
.agile-w3l2-grids {
padding: 2.55em 1.5em;
}
.about-middle {
padding: 4.2em 1.5em;
}
}
@media(max-width: 991px){
.callbacks_tabs {
left: 41.5%;
}
.ab-agile-top {
position: absolute;
top: 22%;
left: 55%;
padding: 2em 2em;
}
.ab-agile-top h3 {
font-size: 2em;
}
.ab-agile-top {
top: 12%;
padding: 2em 1.5em;
}
.agile-w3l-ab {
padding: 1em;
}
.agile-w3l-grids h4 {
letter-spacing: 2px;
}
.agile-w3l-grids {
padding: 5em 5em;
}
.agile-w3l2-grids {
padding: 5em 5em;
}
.agile-w3l2-grids h5 {
font-size: 1.2em;
}
.agile-w3l2-grids h4, .last-agile-2 h3 {
font-size: 1.7em;
}
.agile-w3l3-grids {
padding: 14em 7em 0;
min-height: 500px;
}
.agile-w3l2-grids h5 {
margin: 2em 0;
}
.agile-w3l2-grids {
padding: 5.5em 6em;
}
.agile-middle {
padding: 5em 5em;
}
.bar_group__bar.thin {
margin-bottom: 3em !important;
}
.b_label {
font-size: 1em;
}
.agile-middle p {
margin: 2em 0 3em;
}
.about-middle {
padding: 12.5em 5em;
}
.last-agile-2 p {
margin: 3em 0 6em;
}
.last-agile-2 {
padding: 7em 5em 13.9em;
}
.wthree_banner_info_left_grid_left h3 {
letter-spacing: 1px;
}
.wthree_banner_info_left.mid-w3l {
margin: 2em 0;
}
.team-grids {
padding: 0 .5em;
}
.w3layouts_gallery_grid1_pos {
bottom: 15px;
left: 15px;
right: 15px;
top: 15px;
padding: 0.5em;
}
.w3_agile_gallery_grid {
float: left;
width: 33.33%;
}
.w3ls-effect {
height: 217px;
}
.wthree_banner_info, .team, .banner-bottom, .contact, .about {
padding: 4em 0;
}
.w3ls-effect .view-caption {
height: 36%;
}
}
@media(max-width: 900px){
.agile-w3l2-grids {
padding: 5.4em 4.5em;
}
.agile-middle {
padding: 3em 5em;
}
.about-middle {
padding: 10.94em 5em;
}
.last-agile-2 {
padding: 6em 5em 8.8em;
}
}
@media(max-width: 800px){
h1 a.navbar-brand {
letter-spacing: 0px;
padding: 8px 0;
}
.main-agile, .w3l-overlay {
min-height: 550px;
}
.agileits-banner-info h3 {
font-size: 2.9em;
margin: .2em 0 .9em;
}
.agileits-banner-info p {
font-size: 1em;
}
.agileits_w3layouts_more a {
font-size: 1em;
padding: .7em 1.5em;
}
.callbacks_tabs li {
margin: 0px 5px;
}
.callbacks_tabs {
left: 40%;
}
.agileits-banner-info {
padding: 13em 0 0em;
}
.agile-w3l2-grids {
padding: 4.6em 4em;
}
.bar_group__bar.thin {
margin-bottom: 2em !important;
}
.agile-middle {
padding: 3em 4em;
}
.agile-middle p {
margin: 1.5em 0 3em;
}
.about-middle {
padding: 8.55em 3em;
}
.last-agile-2 p {
margin: 2em 0 4em;
}
.last-agile-2 {
padding: 4.62em 4em;
}
.w3l_mail_left iframe {
height: 337px;
}
.w3l_mail_right {
padding: 4em;
}
.footer {
padding: 3em 0em;
}
.logo-fo h2 a {
font-size: 1.2em;
}
}
@media(max-width: 768px){
.navbar-right {
padding: 0;
}
.agile-w3l-grids {
padding: 4em 5em;
}
.agile-middle p {
margin: 1em 0 2em;
}
.agile-w3l2-grids {
padding: 4em 3em;
}
.agile-w3l2-grids h5 {
margin: 1.5em 0;
}
.agile-w3l3-grids {
padding: 13em 7em 0;
min-height: 466px;
}
.about-middle {
padding: 7em 3em;
}
.last-agile-2 {
padding: 3.9em 4em;
}
}
@media(max-width: 767px){
.navbar-default .navbar-toggle .icon-bar {
background-color: #0de2f6 !important;
}
.navbar-default .navbar-toggle {
border-color: #fff !important;
border-radius: 0 !important;
margin: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: transparent;
background: rgba(0, 0, 0, 0.85);
}
}
@media(max-width: 736px){
.ab-agile-top {
top: 10%;
}
.w3ls-effect {
height: 364px;
}
.team-grids:nth-child(3), .team-grids:nth-child(4){
margin-top:2em;
}
.team-grids {
padding: 0 1em;
}
.w3layouts_gallery_grid1_pos p {
font-size: .9em;
}
.w3layouts_gallery_grid1_pos h3:after {
left: 34%;
}
.w3ls-effect .view-caption {
height: 26%;
}
}
@media(max-width: 667px){
.main-agile, .w3l-overlay {
min-height: 500px;
}
.agileits-banner-info h3 {
font-size: 2.5em;
}
.agileits-banner-info p {
font-size: .9em;
}
.agileits_w3layouts_more a {
font-size: .9em;
}
.agileits-banner-info {
padding: 12em 0 0em;
}
.callbacks_tabs a:after {
height: 5px;
width: 29px;
}
.callbacks_tabs {
left: 39.5%;
}
.ab-agile-top {
padding: 1.5em 1em;
top: 14%;
}
.ab-agile-top h3 {
font-size: 1.8em;
}
.ab-agile-bottom p {
line-height: 1.8;
margin: .5em 0;
}
.agile-w3l-grids h4 {
letter-spacing: 1px;
font-size: 2em;
}
.agile-w3l-grids p {
margin: 1.5em 0;
}
.w3lsstatsaitsstats {
font-size: 2.4em;
}
.w3layouts_gallery_grid1_pos {
padding: 0em;
}
.w3layouts_gallery_grid1_pos p {
line-height: 1.2em;
}
.agile-w3l-grids {
padding: 3em 4em;
}
h3.title-w3l {
font-size: 2.7em;
}
.ftr-menu ul li a {
margin: 0 11px;
}
}
@media(max-width: 640px){
.ab-agile-top {
top: 12%;
}
.w3ls-effect {
height: 320px;
}
.wthree_banner_info, .team, .banner-bottom, .contact, .about {
padding: 3em 0;
}
.w3l_mail_right ul li {
font-size: 1em;
}
.w3l_mail_left iframe {
height: 300px;
}
.contact-top1 {
padding: 3em 3em 3em;
}
.contact-grid1 input[type="submit"] {
width: 26%;
}
.w3ls-social-icons-2 {
padding: 2.5em 0;
}
}
@media(max-width: 600px){
h1 a.navbar-brand {
font-size: .9em;
}
.agile-w3l-ab {
width: 100%;
}
.agile-w3l-ab {
margin-bottom: 9em;
}
.ab-agile-top {
top: 78%;
left: 16%;
width: 70%;
padding: 2em 3em;
}
.ab-agile-bottom p {
margin: 1em 0;
}
.w3layouts_gallery_grid1_pos {
bottom: 10px;
left: 10px;
right: 10px;
top: 10px;
}
.ftr-menu ul li a {
font-size: 1em;
}
.footer {
padding: 2.5em 0em;
}
.w3l_mail_right {
padding: 3em;
}
}
@media(max-width: 568px){
.agileits-banner-info h3 {
font-size: 2.3em;
}
.main-agile, .w3l-overlay {
min-height: 440px;
}
.ab-agile-top {
padding: 2em 2em;
}
.w3layouts_gallery_grid1_pos p {
font-size: .8em;
}
.w3layouts_gallery_grid1_pos h3 {
font-size: 1.1em;
letter-spacing: 1px;
}
h3.title-w3l {
font-size: 2.5em;
}
.callbacks_tabs {
left: 37%;
}
.agileits-banner-info {
padding: 10.5em 0 0em;
}
.w3ls-effect {
height: 285px;
}
}
@media(max-width: 480px){
.main-agile, .w3l-overlay {
min-height: 400px;
}
.agileits-banner-info h3 {
font-size: 2em;
}
.agileits-banner-info p {
font-size: .8em;
}
.callbacks_tabs {
left: 34.5%;
}
.agileits-banner-info {
padding: 10em 0 0em;
}
.ab-agile-top {
padding: 1em 2em;
top: 75%;
left: 10%;
width: 80%;
}
.agile-w3l-grids {
padding: 2em 2.5em;
}
.agile-w3l-grids h4 {
letter-spacing: 0px;
font-size: 1.8em;
}
.agile-w3l-grids p {
font-size: 1em;
}
.w3lsstatsaitsstats {
font-size: 2.2em;
}
.w3lsstatsaits-info p {
font-size: .95em;
}
.agile-w3l2-grids {
padding: 3em 2.5em;
}
.agile-right-w3l img {
min-height: 441px;
}
.w3ls-effect {
height: 244px;
}
.w3_agile_gallery_grid {
float: left;
width: 100%;
}
.w3layouts_gallery_grid1_pos {
bottom: 45px;
left: 45px;
right: 45px;
top: 45px;
}
.w3layouts_gallery_grid1_pos h3 {
font-size: 1.3em;
letter-spacing: 2px;
margin: 2.5em 0 1.2em;
}
.w3layouts_gallery_grid1_pos h3:after {
left: 42%;
}
.w3layouts_gallery_grid1_pos p {
font-size: 1em;
}
.contact-grid1 input[type="submit"] {
width: 36%;
}
.contact-grid1 textarea {
height: 120px;
}
.ftr-menu ul li a {
margin: 0 4px;
letter-spacing: 1px;
}
.w3ls-social-icons-2 i {
font-size: .9em;
width: 45px;
height: 45px;
margin: 0 0.3em 0;
}
.logo-fo h2 a {
font-size: 1.1em;
}
.copyrights {
padding: 1.5em 0em;
}
.w3ls-effect .view-caption {
height: 35%;
}
}
@media(max-width: 414px){
p {
font-size: .9em;
}
.callbacks_tabs {
left: 32.5%;
}
.agile-w3l-grids h4 {
font-size: 1.6em;
}
.w3lsstatsaits-grid.w3lsstatsaits-grid-1 {
padding: 0 .3em;
}
.agile-w3l2-grids h4, .last-agile-2 h3 {
font-size: 1.5em;
}
.agile-w3l2-grids h5 {
font-size: 1.1em;
}
.agile-right-w3l img {
min-height: 390px;
}
.about-middle {
padding: 5em 3em;
}
.last-agile-2 {
padding: 3em 3em;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.3em;
}
h3.title-w3l {
font-size: 2.2em;
}
.wthree_banner_info_left_grid_left p {
font-size: .9em;
}
.wthree_banner_info_left_grid1 {
width: 60px;
height: 60px;
}
.wthree_about_grid_left h3 {
font-size: 1.7em;
}
.w3ls-effect {
height: 200px;
}
.w3layouts_gallery_grid1_pos h3 {
margin: 1.5em 0 1.2em;
}
.w3layouts_gallery_grid1_pos p {
font-size: .9em;
}
.contact-top1 {
padding: 3em 2em 3em;
}
.ftr-menu ul li a {
margin: 0 8px;
line-height: 2;
}
.logo-fo h2 a {
font-size: 1em;
}
.w3ls-social-icons-2 {
padding: 2em 0;
}
.copyrights p {
letter-spacing: 1px;
}
.flexslider .slides img {
width: 34%;
}
.w3ls-effect .view-caption {
height: 40%;
}
}
@media(max-width: 384px){
.navbar-toggle {
padding: 8px 8px;
}
h1 a.navbar-brand {
font-size: .8em;
}
.agileits-banner-info h3 {
font-size: 1.8em;
}
.callbacks_tabs {
left: 31%;
top: 110%;
}
.ab-agile-top h3 {
font-size: 1.7em;
}
.ab-agile-top {
top: 67%;
}
.agile-w3l-grids h4 {
font-size: 1.5em;
}
.w3lsstatsaits-grid.w3lsstatsaits-grid-1, .w3lsstatsaits-grid.w3lsstatsaits-grid-2, .w3lsstatsaits-grid.w3lsstatsaits-grid-3 {
width: 100%;
}
.agile-right-w3l img {
min-height: 336px;
}
.agile-w3l-grids p {
margin: 1em 0;
}
.agile-right-w3l img {
min-height: 300px;
}
.modal-content h5 {
font-size: 1.2em;
}
.social-button {
margin: 0 2px;
}
}
@media(max-width: 375px){
.main-agile, .w3l-overlay {
min-height: 350px;
}
.agileits-banner-info h3 {
font-size: 1.7em;
}
.callbacks_tabs a:after {
height: 4px;
width: 23px;
}
.callbacks_tabs {
left: 33%;
top: 108%;
}
.agileits-banner-info p {
font-size: .7em;
}
.agileits-banner-info {
padding: 9em 0 0em;
}
.agile-w3l-grids h4 {
font-size: 1.4em;
}
.agile-w3l-grids p {
font-size: .9em;
}
.agile-w3l2-grids h4, .last-agile-2 h3 {
font-size: 1.4em;
}
.agile-w3l3-grids h4 {
font-size: 2em;
}
.agile-w3l3-grids {
padding: 10.5em 7em 0;
min-height: 387px;
}
.agile-middle {
padding: 2em 3em;
}
.about-middle {
padding: 4em 3em;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.15em;
}
.wthree_about_grid_left h3 {
font-size: 1.5em;
}
.team-grids {
width: 100%;
}
.w3ls-effect {
height: 307px;
}
.team-grids:nth-child(2), .team-grids:nth-child(3), .team-grids:nth-child(4) {
margin-top: 2em;
}
.w3layouts_gallery_grid1_pos {
bottom: 20px;
left: 20px;
right: 20px;
top: 20px;
}
.w3layouts_gallery_grid1_pos h3 {
margin: 2em 0 1.5em;
}
.modal-content h5 {
font-size: 1.1em;
}
.modal-content p {
font-size: .9em;
}
.w3l_mail_right ul li {
font-size: .9em;
}
.w3l_mail_right h3 {
font-size: 1.8em;
margin-bottom: 1em;
}
.w3ls-effect .view-caption {
height: 29%;
}
}
@media(max-width: 320px){
.w3layouts_gallery_grid1_pos h3 {
margin: 1.5em 0 .5em;
}
.callbacks_tabs {
left: 30%;
}
.agileits-banner-info {
padding: 8em 0 0em;
}
.main-agile, .w3l-overlay {
min-height: 330px;
}
.ab-agile-top {
padding: 1em 1em;
}
.last-agile-2 {
padding: 1em 2em;
}
.last-agile-2 p {
margin: 1em 0 2em;
}
.agile-right-w3l img {
min-height: 284px;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.1em;
}
.wthree_banner_info_left_grid_left {
padding: 0 .5em;
}
.wthree_banner_info_left {
padding: 0;
}
.w3l_mail_right {
padding: 2em 1em;
}
.contact-top1 {
padding: 2em 1em 2em;
}
.contact-grid1 input[type="text"], .contact-grid1 input[type="email"], .contact-grid1 textarea {
font-size: .9em;
}
.contact-grid1 input[type="submit"] {
width: 46%;
font-size: 1em;
}
.w3ls-social-icons-2 i {
font-size: .8em;
width: 40px;
height: 40px;
}
.logo-fo h2 a {
font-size: .9em;
}
.modal-content h5 {
font-size: 1em;
letter-spacing: 0px;
}
.modal-content p {
font-size: .8em;
}
}
/*--//responsive--*/
| 0.305076 | 0.044681 |
.dtp-date-view{
padding: 10px 0;
background-color: #0EB48D;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
padding: 10px 20px;
padding-bottom: 0;
text-align: left;
width: 100%;
display: -webkit-inline-box;
display: -moz-inline-stack;
display: inline-block;
background-color: transparent !important;
}
.dtp-year-next,
.dtp-year-after {
position: absolute;
top: 15px;
}
.dtp-year-next i,
.dtp-year-after i {
color: #FFFFFF !important;
}
.dtp-year-next {
right: 45px
}
.dtp-year-after {
right: 10px
}
.dtp-month-next,
.dtp-month-after {
position: absolute;
top: 107.5px;
}
.dtp-month-next i,
.dtp-month-after i {
color: #757575 !important
}
.dtp-month-next {
left: 10px;
}
.dtp-month-after {
right: 10px
}
header.dtp-header .dtp-actual-year {
font-size: 14px;
color: #E8EAF6
}
.dtp-date__this {
width: 100%;
padding-top: 7.5px !important;
vertical-align: middle;
height: auto;
text-align: left;
}
.dtp-date__this .inline {
margin-right: 5px;
font-size: 24px !important;
text-transform: capitalize;
display: -webkit-inline-box;
display: -moz-inline-stack;
display: inline-block;
}
.dtp-date__this .inline:FIRST-CHILD {
margin-right: 0;
}
.dtp-date__this .inline:FIRST-CHILD::AFTER {
content: ','
}
.dtp-date__this .inline:NTH-CHILD(2) {
margin-left: 5px;
}
.dtp div.dtp-date, .dtp div.dtp-time {
padding: 10px 20px;
padding-top: 0;
}
.dtp .dtp-actual-meridien a.selected,
.dtp table.dtp-picker-days tr > td > a.selected,
.dtp div.dtp-date, .dtp div.dtp-time {
background-color: #0EB48D;
}
.dtp div.dtp-date i, .dtp div.dtp-time i {
color: #FFFFFF
}
.dtp div.dtp-picker {
padding: 20px 5px
}
.dtp div.dtp-picker-month {
text-transform: capitalize !important;
color: #757575
}
.dtp a.dtp-meridien-am,
.dtp a.dtp-meridien-pm,
.dtp table.dtp-picker-days tr > td > a,
.dtp .dtp-picker-time > a {
color: #757575
}
.dtp-buttons .mdl-button {
margin: auto;
font-weight: 500
}
.dtp-buttons .mdl-button:HOVER {
background-color: transparent;
}
.dtp-buttons .dtp-btn-cancel{
margin-right: 10px;
}
.dtp table.dtp-picker-days tr > th {
border: none;
color: #BDBDBD;
font-weight: 500;
}
.dtp-actual-time {
color: #757575;
font-size: 18px;
margin-bottom: 10px;
padding-top: 10px;
}
.dtp-content line[stroke="#2196F3"] {
stroke: #0EB48D;
}
.dtp-content circle[fill="#2196F3"] {
fill: #0EB48D;
}
@media ( min-width : 800px ) {
.dtp>.dtp-content {
max-width: 530px;
max-height: 330px;
left: -webkit-calc(50% - 265px);
left: -moz-calc(50% - 265px);
left: -ms-calc(50% - 265px);
left: -o-calc(50% - 265px);
left: calc(50% - 265px);
}
.dtp-date-view {
height: 330px;
width: 170px;
display: -webkit-inline-box;
display: -moz-inline-stack;
display: inline-block;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
padding: 8px 20px;
}
.dtp-date__this .inline {
margin-left: 0;
font-size: 28px !important;
line-height: 1;
margin-bottom: 6px;
}
.dtp-date__this .inline:FIRST-CHILD {
width: 100%;
}
.dtp-date__this .inline:NTH-CHILD(2) {
margin-left: 0
}
.dtp-month-next, .dtp-month-after {
z-index: 9999
}
.dtp-year-next,
.dtp-year-after {
top: 11px;
}
.dtp-year-next {
right: 400px
}
.dtp-year-after {
right: 365px
}
.dtp-month-next,
.dtp-month-after {
top: 11px;
}
.dtp-month-next {
left: 190px;
}
.dtp-month-after {
right: 19px
}
.dtp div.dtp-picker {
padding: 16px 10px;
display: -webkit-inline-box;
display: -moz-inline-stack;
display: inline-block;
width: 360px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
}
.dtp div.dtp-picker-month {
font-weight: 600
}
.dtp table.dtp-picker-days tr > th {
font-size: 12px
}
.dtp table.dtp-picker-days {
min-height: 10px
}
.dtp .dtp-buttons {
width: 360px;
display: -webkit-inline-box;
display: -moz-inline-stack;
display: inline-block;
position: absolute;
bottom: 0;
margin-top: 30px;
}
.dtp-time {
height: 305px !important;
width: 170px !important;
display: inline-block !important;
position: absolute !important;
left: 0 !important;
padding: 130px 5px !important;
}
.dtp-time .dtp-actual-maxtime {
font-size: 30px !important;
}
.dtp-time.hidden {
z-index: -1234
}
#dtp-svg-clock {
position: relative !important;
width: 230px !important;
top: -16px !important;
margin: auto !important;
}
}
|
public/css/index.css
|
.dtp-date-view{
padding: 10px 0;
background-color: #0EB48D;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
padding: 10px 20px;
padding-bottom: 0;
text-align: left;
width: 100%;
display: -webkit-inline-box;
display: -moz-inline-stack;
display: inline-block;
background-color: transparent !important;
}
.dtp-year-next,
.dtp-year-after {
position: absolute;
top: 15px;
}
.dtp-year-next i,
.dtp-year-after i {
color: #FFFFFF !important;
}
.dtp-year-next {
right: 45px
}
.dtp-year-after {
right: 10px
}
.dtp-month-next,
.dtp-month-after {
position: absolute;
top: 107.5px;
}
.dtp-month-next i,
.dtp-month-after i {
color: #757575 !important
}
.dtp-month-next {
left: 10px;
}
.dtp-month-after {
right: 10px
}
header.dtp-header .dtp-actual-year {
font-size: 14px;
color: #E8EAF6
}
.dtp-date__this {
width: 100%;
padding-top: 7.5px !important;
vertical-align: middle;
height: auto;
text-align: left;
}
.dtp-date__this .inline {
margin-right: 5px;
font-size: 24px !important;
text-transform: capitalize;
display: -webkit-inline-box;
display: -moz-inline-stack;
display: inline-block;
}
.dtp-date__this .inline:FIRST-CHILD {
margin-right: 0;
}
.dtp-date__this .inline:FIRST-CHILD::AFTER {
content: ','
}
.dtp-date__this .inline:NTH-CHILD(2) {
margin-left: 5px;
}
.dtp div.dtp-date, .dtp div.dtp-time {
padding: 10px 20px;
padding-top: 0;
}
.dtp .dtp-actual-meridien a.selected,
.dtp table.dtp-picker-days tr > td > a.selected,
.dtp div.dtp-date, .dtp div.dtp-time {
background-color: #0EB48D;
}
.dtp div.dtp-date i, .dtp div.dtp-time i {
color: #FFFFFF
}
.dtp div.dtp-picker {
padding: 20px 5px
}
.dtp div.dtp-picker-month {
text-transform: capitalize !important;
color: #757575
}
.dtp a.dtp-meridien-am,
.dtp a.dtp-meridien-pm,
.dtp table.dtp-picker-days tr > td > a,
.dtp .dtp-picker-time > a {
color: #757575
}
.dtp-buttons .mdl-button {
margin: auto;
font-weight: 500
}
.dtp-buttons .mdl-button:HOVER {
background-color: transparent;
}
.dtp-buttons .dtp-btn-cancel{
margin-right: 10px;
}
.dtp table.dtp-picker-days tr > th {
border: none;
color: #BDBDBD;
font-weight: 500;
}
.dtp-actual-time {
color: #757575;
font-size: 18px;
margin-bottom: 10px;
padding-top: 10px;
}
.dtp-content line[stroke="#2196F3"] {
stroke: #0EB48D;
}
.dtp-content circle[fill="#2196F3"] {
fill: #0EB48D;
}
@media ( min-width : 800px ) {
.dtp>.dtp-content {
max-width: 530px;
max-height: 330px;
left: -webkit-calc(50% - 265px);
left: -moz-calc(50% - 265px);
left: -ms-calc(50% - 265px);
left: -o-calc(50% - 265px);
left: calc(50% - 265px);
}
.dtp-date-view {
height: 330px;
width: 170px;
display: -webkit-inline-box;
display: -moz-inline-stack;
display: inline-block;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
padding: 8px 20px;
}
.dtp-date__this .inline {
margin-left: 0;
font-size: 28px !important;
line-height: 1;
margin-bottom: 6px;
}
.dtp-date__this .inline:FIRST-CHILD {
width: 100%;
}
.dtp-date__this .inline:NTH-CHILD(2) {
margin-left: 0
}
.dtp-month-next, .dtp-month-after {
z-index: 9999
}
.dtp-year-next,
.dtp-year-after {
top: 11px;
}
.dtp-year-next {
right: 400px
}
.dtp-year-after {
right: 365px
}
.dtp-month-next,
.dtp-month-after {
top: 11px;
}
.dtp-month-next {
left: 190px;
}
.dtp-month-after {
right: 19px
}
.dtp div.dtp-picker {
padding: 16px 10px;
display: -webkit-inline-box;
display: -moz-inline-stack;
display: inline-block;
width: 360px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
}
.dtp div.dtp-picker-month {
font-weight: 600
}
.dtp table.dtp-picker-days tr > th {
font-size: 12px
}
.dtp table.dtp-picker-days {
min-height: 10px
}
.dtp .dtp-buttons {
width: 360px;
display: -webkit-inline-box;
display: -moz-inline-stack;
display: inline-block;
position: absolute;
bottom: 0;
margin-top: 30px;
}
.dtp-time {
height: 305px !important;
width: 170px !important;
display: inline-block !important;
position: absolute !important;
left: 0 !important;
padding: 130px 5px !important;
}
.dtp-time .dtp-actual-maxtime {
font-size: 30px !important;
}
.dtp-time.hidden {
z-index: -1234
}
#dtp-svg-clock {
position: relative !important;
width: 230px !important;
top: -16px !important;
margin: auto !important;
}
}
| 0.23118 | 0.088465 |
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
label abbr,
a,
#menu .responsive-nav-toggle:hover,
.sub-dark #header-cart .cart-item-list li .product-name a:hover,
#header-cart .cart-total .cart-total-amount,
.portfolio-item .portfolio-desc a:hover .portfolio-name,
.blog-item .blog-desc .post-category:not(.subtitle-1):not(.subtitle-2),
.product-price ins,
.product-rating .star-rating,
.cart-total table.table-cart tr.total .product-price,
#single-pagination ul li a:hover,
.toggle-title:hover .toggle-name,
.pricing-table.accent-table .pricing-price .price-unit,
.widget ul:not(.socialmedia-widget):not(.product-list) li a:hover {
color: #ffb700;
}
#page-loader .loader-figure,
#smart-nav ul li.current-menu-item a, #smart-nav ul li.current-menu-item a span,
.sr-button.button-5:hover,
.text-light .sr-button.button-5:hover,
hr.colored,
.inline-video:hover::before,
.inline-video .inline-iframe-container .close-inline-video:hover,
.accent-pricing .pricing-table.accent-table, .text-light .accent-pricing .pricing-table.accent-table,
.tagcloud > a:hover {
border-color: #ffb700;
}
input[type=submit]:hover, input[type=button]:hover, button:hover,
#menu .responsive-nav-toggle:hover .hamburger,
#menu .responsive-nav-toggle:hover .hamburger:before,
#menu .responsive-nav-toggle:hover .hamburger:after,
#smart-nav ul li.current-menu-item a, #smart-nav ul li.current-menu-item a span,
#header-search a#close-search:hover:before, #header-search a#close-search:hover:after,
#header-cart a#show-cart span,
.product-media .onsale,
.shop-container .shop-item .product-media .add-to-cart-overlay a:hover,
.sr-button:hover,
.text-light .sr-button:hover,
.sr-button.button-1:hover,
.text-light .sr-button.button-1:hover,
.sr-button.button-2,
.sr-button.button-5:hover,
.text-light .sr-button.button-5:hover,
hr.colored,
.tabs-button ul.tab-nav li.active a, .vertical-tabs ul.tab-nav li.active a {
background-color: #ffb700;
}
.colored,
nav#main-nav ul li ul > li a:hover, nav#main-nav ul li ul > li.current-menu-item > a,
#menu.menu-is-open nav#main-nav ul li a:hover, header.header-style-vertical #menu nav#main-nav ul li a:hover,
#header-search a#show-search:hover,
#header-language .header-language-content ul.lang-select li a:hover,
header.small-header #header-search a#show-search:hover,
header.small-header.header-dark:not(.mega-hover) #header-search a#show-search:hover {
color: #ffb700 !important;
}
nav#main-nav > ul > li > a.button-style:hover:before,
header #menu .responsive-nav-toggle:hover .hamburger, header #menu.menu-is-open .responsive-nav-toggle:hover .hamburger,
header #menu .responsive-nav-toggle:hover .hamburger:before, header #menu.menu-is-open .responsive-nav-toggle:hover .hamburger:before,
header #menu .responsive-nav-toggle:hover .hamburger:after, header #menu.menu-is-open .responsive-nav-toggle:hover .hamburger:after {
background-color: #ffb700 !important;
}
hr.zigzag.colored {
background: repeat-x url('data:image/svg+xml;utf-8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><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="12px" height="6px" viewBox="0 0 12 6" enable-background="new 0 0 12 6" xml:space="preserve"><polygon points="6,3.5 0,0 0,1.208 6,4.708 12,1.208 12,0" fill="%23ffb700"/></svg>');
}
/* -----------------------------------------------------------------------------------
FONTS
___________
Replace your fonts as needed
----------------------------------------------------------------------------------- */
.subtitle-2,
blockquote,
#shop-single .product-rating a.review-link {
font-family: 'Tangerine';
}
/* -----------------------------------------------------------------------------------
FONTS STYLING
___________
Change your specefic font settings (weight,size,style,...) if wanted
----------------------------------------------------------------------------------- */
/* - - - FONT 3 (Tangerine) - - - */
h1.subtitle-2 { font-size: 84px; line-height: 90px; }
h2.subtitle-2 { font-size: 60px; line-height: 66px; }
h3.subtitle-2 { font-size: 48px; line-height: 53px; }
h4.subtitle-2 { font-size: 34px; line-height: 39px; }
h5.subtitle-2 { font-size: 26px; line-height: 30px; }
h6.subtitle-2 { font-size: 22px; line-height: 25px; }
/* decrease size for small screens */
@media only screen and (max-width: 768px) {
h1.subtitle-2 { font-size: 54px; line-height: 60px; }
h2.subtitle-2 { font-size: 42px; line-height: 47px; }
h3.subtitle-2 { font-size: 32px; line-height: 37px; }
h4.subtitle-2 { font-size: 24px; line-height: 28px; }
h5.subtitle-2 { font-size: 17px; line-height: 20px; }
h6.subtitle-2 { font-size: 14px; line-height: 17px; }
}
.subtitle-2 {
font-weight: 400;
font-style: italic;
letter-spacing: 0em;
opacity: 1 !important;
}
.subtitle-2 b, .subtitle-2 strong { font-weight: 400; }
blockquote {
font-size: 46px;
line-height: 52px;
letter-spacing: 0em;
}
/* - - - FONT 3 (Tangerine) - - - */
|
public/design/user/demos/custom-restaurant.css
|
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
label abbr,
a,
#menu .responsive-nav-toggle:hover,
.sub-dark #header-cart .cart-item-list li .product-name a:hover,
#header-cart .cart-total .cart-total-amount,
.portfolio-item .portfolio-desc a:hover .portfolio-name,
.blog-item .blog-desc .post-category:not(.subtitle-1):not(.subtitle-2),
.product-price ins,
.product-rating .star-rating,
.cart-total table.table-cart tr.total .product-price,
#single-pagination ul li a:hover,
.toggle-title:hover .toggle-name,
.pricing-table.accent-table .pricing-price .price-unit,
.widget ul:not(.socialmedia-widget):not(.product-list) li a:hover {
color: #ffb700;
}
#page-loader .loader-figure,
#smart-nav ul li.current-menu-item a, #smart-nav ul li.current-menu-item a span,
.sr-button.button-5:hover,
.text-light .sr-button.button-5:hover,
hr.colored,
.inline-video:hover::before,
.inline-video .inline-iframe-container .close-inline-video:hover,
.accent-pricing .pricing-table.accent-table, .text-light .accent-pricing .pricing-table.accent-table,
.tagcloud > a:hover {
border-color: #ffb700;
}
input[type=submit]:hover, input[type=button]:hover, button:hover,
#menu .responsive-nav-toggle:hover .hamburger,
#menu .responsive-nav-toggle:hover .hamburger:before,
#menu .responsive-nav-toggle:hover .hamburger:after,
#smart-nav ul li.current-menu-item a, #smart-nav ul li.current-menu-item a span,
#header-search a#close-search:hover:before, #header-search a#close-search:hover:after,
#header-cart a#show-cart span,
.product-media .onsale,
.shop-container .shop-item .product-media .add-to-cart-overlay a:hover,
.sr-button:hover,
.text-light .sr-button:hover,
.sr-button.button-1:hover,
.text-light .sr-button.button-1:hover,
.sr-button.button-2,
.sr-button.button-5:hover,
.text-light .sr-button.button-5:hover,
hr.colored,
.tabs-button ul.tab-nav li.active a, .vertical-tabs ul.tab-nav li.active a {
background-color: #ffb700;
}
.colored,
nav#main-nav ul li ul > li a:hover, nav#main-nav ul li ul > li.current-menu-item > a,
#menu.menu-is-open nav#main-nav ul li a:hover, header.header-style-vertical #menu nav#main-nav ul li a:hover,
#header-search a#show-search:hover,
#header-language .header-language-content ul.lang-select li a:hover,
header.small-header #header-search a#show-search:hover,
header.small-header.header-dark:not(.mega-hover) #header-search a#show-search:hover {
color: #ffb700 !important;
}
nav#main-nav > ul > li > a.button-style:hover:before,
header #menu .responsive-nav-toggle:hover .hamburger, header #menu.menu-is-open .responsive-nav-toggle:hover .hamburger,
header #menu .responsive-nav-toggle:hover .hamburger:before, header #menu.menu-is-open .responsive-nav-toggle:hover .hamburger:before,
header #menu .responsive-nav-toggle:hover .hamburger:after, header #menu.menu-is-open .responsive-nav-toggle:hover .hamburger:after {
background-color: #ffb700 !important;
}
hr.zigzag.colored {
background: repeat-x url('data:image/svg+xml;utf-8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><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="12px" height="6px" viewBox="0 0 12 6" enable-background="new 0 0 12 6" xml:space="preserve"><polygon points="6,3.5 0,0 0,1.208 6,4.708 12,1.208 12,0" fill="%23ffb700"/></svg>');
}
/* -----------------------------------------------------------------------------------
FONTS
___________
Replace your fonts as needed
----------------------------------------------------------------------------------- */
.subtitle-2,
blockquote,
#shop-single .product-rating a.review-link {
font-family: 'Tangerine';
}
/* -----------------------------------------------------------------------------------
FONTS STYLING
___________
Change your specefic font settings (weight,size,style,...) if wanted
----------------------------------------------------------------------------------- */
/* - - - FONT 3 (Tangerine) - - - */
h1.subtitle-2 { font-size: 84px; line-height: 90px; }
h2.subtitle-2 { font-size: 60px; line-height: 66px; }
h3.subtitle-2 { font-size: 48px; line-height: 53px; }
h4.subtitle-2 { font-size: 34px; line-height: 39px; }
h5.subtitle-2 { font-size: 26px; line-height: 30px; }
h6.subtitle-2 { font-size: 22px; line-height: 25px; }
/* decrease size for small screens */
@media only screen and (max-width: 768px) {
h1.subtitle-2 { font-size: 54px; line-height: 60px; }
h2.subtitle-2 { font-size: 42px; line-height: 47px; }
h3.subtitle-2 { font-size: 32px; line-height: 37px; }
h4.subtitle-2 { font-size: 24px; line-height: 28px; }
h5.subtitle-2 { font-size: 17px; line-height: 20px; }
h6.subtitle-2 { font-size: 14px; line-height: 17px; }
}
.subtitle-2 {
font-weight: 400;
font-style: italic;
letter-spacing: 0em;
opacity: 1 !important;
}
.subtitle-2 b, .subtitle-2 strong { font-weight: 400; }
blockquote {
font-size: 46px;
line-height: 52px;
letter-spacing: 0em;
}
/* - - - FONT 3 (Tangerine) - - - */
| 0.263315 | 0.100084 |
@font-face {
font-family: CutiveMono;
src: url('../fonts/Cutive_Mono/CutiveMono-Regular.ttf')
}
@font-face {
font-family: SpaceMono;
src: url('../fonts/Space_Mono/SpaceMono-Bold.ttf')
}
@font-face {
font-family: SpaceMono-Normal;
src: url('../fonts/Space_Mono/SpaceMono-Regular.ttf')
}
a {
text-decoration: none;
color: #424242
}
img,
video {
width: 100%;
height: auto
}
input,
input[type=button],
input[type=submit],
input[type=text],
textarea {
-webkit-appearance: none;
border-radius: 0
}
.clr {
clear: both
}
.bar-menu {
display: none;
width: 18px;
height: 18px;
position: absolute;
top: 7px;
right: 0px;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
cursor: pointer;
z-index: 999
}
.bar-menu div {
display: block;
position: relative;
height: 2px;
width: 100%;
background: #606161;
border-radius: 0;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out
}
.bar-menu div:first-child {
top: 0
}
.bar-menu div:nth-child(2) {
top: 3px
}
.bar-menu div:nth-child(3) {
top: 6px
}
.bar-menu.open {
width: 15px;
height: 15px
}
.bar-menu.open div:first-child {
top: 4px;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
left: -2px
}
.bar-menu.open div:nth-child(2) {
opacity: 0;
left: -30px;
top: 2px
}
.bar-menu.open div:nth-child(3) {
top: 0px;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
left: -2px
}
html body {
color: #424242;
font-family: Cutive Mono;
}
html body #wrapper {
position: relative;
height: 100%
}
html body #wrapper header {
background-color: #FFFFFF;
position: fixed;
left: 0;
right: 0;
z-index: 9;
height: 71px
}
html body #wrapper header>div {
display: inline-block;
padding: 23px 30px
}
html body #wrapper header .bar-menu {
display: none
}
html body #wrapper header .logo {
float: left;
font-size: 18px;
line-height: inherit;
font-family: Space Mono;
position: absolute;
}
@media only screen and (max-width:768px) {
html body #wrapper header .bar-menu {
display: block
}
}
html body #wrapper header .menu {
float: right;
font-size: 16px;
line-height: inherit;
height: 25px
}
html body #wrapper header .menu .flip {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(-25px) rotateX(-90deg);
transform: translateZ(-25px) rotateX(-90deg)
}
html body #wrapper header .menu .flip .front {
-webkit-transform: rotatex(90deg) translatez(25px);
-ms-transform: rotatex(90deg) translatez(25px);
transform: rotatex(90deg) translatez(25px);
display: inline-block;
float: right;
position: absolute;
top: 0;
right: 0;
font-size: 25px
}
html body #wrapper header .menu .flip .back {
-webkit-transform: rotatex(0deg) translatez(25px);
-ms-transform: rotatex(0deg) translatez(25px);
transform: rotatex(0deg) translatez(25px);
margin-top: -7px
}
html body #wrapper header .menu .flip .back,
html body #wrapper header .menu .flip .front {
display: block;
background: transparent;
color: black;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
html body #wrapper header .menu ul li {
display: inline-block;
margin: 0 17px
}
@media only screen and (max-width:840px) {
html body #wrapper header .menu ul li {
margin: 0 10px
}
}
html body #wrapper header .menu ul li.free-download {
font-family: Space Mono;
font-size: 12px;
line-height: inherit;
}
html body #wrapper header .menu ul li.free-download a {
padding: 10px 30px;
border: 1px solid;
border-radius: 20px
}
html body #wrapper header .menu ul li.current-menu-item a {
color: #508BBD;
border-bottom: 1px solid
}
html body #wrapper header .menu ul li:last-child {
margin-right: 0
}
html body #wrapper header .menu ul li:last-child .download {
margin-top: 0
}
html body #wrapper header .menu ul li:last-child .download form #mce-responses {
position: absolute
}
html body #wrapper header .menu ul li:last-child .download form input {
line-height: 20px
}
html body #wrapper header .menu ul li:last-child .download form input.submit {
margin-left: -26px;
background: white;
border: 1px solid #D8D8D8;
color: #424242
}
html body #wrapper header .menu ul li:last-child .download form input.type {
border: 1px solid #D8D8D8
}
html body #wrapper header .menu ul li:last-child .download form.show input.type {
width: 250px
}
@media only screen and (max-width:1024px) {
html body #wrapper header .menu ul li:last-child .download form.show input.type {
width: 220px
}
}
@media only screen and (max-width:840px) {
html body #wrapper header .menu ul li:last-child .download form.show input.type {
width: 200px
}
}
html body #wrapper header .menu.mobile {
display: none;
padding: 0;
padding-top: 160px
}
html body #wrapper header .menu.mobile ul li {
display: block;
margin: 35px 0
}
@media only screen and (max-width:768px) {
html body #wrapper header .menu.desktop {
display: none
}
html body #wrapper header .menu.mobile {
display: none;
width: 100%;
position: fixed;
height: 100%;
z-index: 99;
background: white;
text-align: center;
font-size: 16px;
line-height: 24px
}
html body #wrapper header .menu.mobile.open {
display: block
}
}
html body #wrapper header .menu:hover .flip {
-webkit-transform: translateZ(-25px) rotateX(0deg);
transform: translateZ(-25px) rotateX(0deg)
}
html body #wrapper .container {
font-size: 0;
padding-top: 71px
}
html body #wrapper .container>div {
vertical-align: top
}
html body #wrapper .container .left {
width: 40%;
display: inline-block;
background-color: #F8F8F8
}
html body #wrapper .container .left .section {
height: 100%
}
html body #wrapper .container .left .section .wrap {
display: inline-block;
max-width: 450px;
width: 100%;
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
margin-left: 50%;
padding: 80px 0 190px
}
html body #wrapper .container .left .section .wrap>div {
padding: 0 30px
}
html body #wrapper .container .left .section .wrap>div .logo {
width: 200px
}
html body #wrapper .container .left .section .wrap>div .text {
margin-top: 90px
}
html body #wrapper .container .left .section .wrap>div .text .text1 {
font-size: 24px;
line-height: 32px;
font-family: Space Mono;
}
html body #wrapper .container .left .section .wrap>div .text .text2 {
margin-top: 15px;
font-size: 16px;
line-height: 24px
}
html body #wrapper .container .right {
width: 60%;
display: inline-block;
height: 100%;
position: fixed
}
html body #wrapper .container .right .step {
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
-webkit-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s
}
html body #wrapper .container .right .step.show {
opacity: 1
}
html body #wrapper .container .right .step1 {
background: -webkit-linear-gradient(238.54deg, #0b52a7 0%, #4e99e4 87.47%);
background: -o-linear-gradient(238.54deg, #0b52a7 0%, #4e99e4 87.47%);
background: linear-gradient(211.46deg, #0b52a7 0%, #4e99e4 87.47%)
}
html body #wrapper .container .right .step1 .animation {
max-width: 700px
}
html body #wrapper .container .right .step2 {
background: -webkit-linear-gradient(252.54deg, #2670cc 0%, #8bc0f7 87.47%);
background: -o-linear-gradient(252.54deg, #2670cc 0%, #8bc0f7 87.47%);
background: linear-gradient(197.46deg, #2670cc 0%, #8bc0f7 87.47%)
}
html body #wrapper .container .right .step2 .animation {
max-width: 300px
}
html body #wrapper .container .right .step3 {
background: -webkit-linear-gradient(252.54deg, #6ca8f3 0%, #d8e8f9 87.47%);
background: -o-linear-gradient(252.54deg, #6ca8f3 0%, #d8e8f9 87.47%);
background: linear-gradient(197.46deg, #6ca8f3 0%, #d8e8f9 87.47%)
}
html body #wrapper .container .right .step3 .animation {
max-width: 500px;
-webkit-transform: translate(-50%, -55%);
-ms-transform: translate(-50%, -55%);
transform: translate(-50%, -55%)
}
html body #wrapper .container.mobile {
display: none
}
html body #wrapper footer {
height: 42px;
background: #ebebeb;
position: absolute;
bottom: 0;
width: 100%
}
html body #wrapper footer ul.nav-menu {
text-align: right;
height: 40px;
margin-right: 30px
}
html body #wrapper footer ul.nav-menu li.menu-item {
display: inline-block;
margin-left: 70px;
padding: 10px
}
@media screen and (max-width:768px) {
html body #wrapper footer {
height: 130px;
background: #ebebeb;
position: absolute;
bottom: 0;
width: 100%
}
html body #wrapper footer ul.nav-menu {
padding-top: 10px;
text-align: center;
margin: 0
}
html body #wrapper footer ul.nav-menu li.menu-item {
display: block;
margin: 0;
padding: 10px 0
}
}
html body#company #wrapper .container .left .section .wrap>div .logo {
width: 175px
}
html body#company #wrapper .container .left .section .wrap>div .text .text1:nth-child(3) {
margin-top: 50px
}
html body#company #wrapper .container .left .section .wrap>div .link-download a {
padding: 10px 75px
}
html body#contact #wrapper .container .left .section .wrap {
padding-top: 192px
}
html body#contact #wrapper .container .left .section .wrap>div .text {
margin-top: 0
}
html body#contact #wrapper .container .left .section .wrap>div .text .text2 {
margin-top: 20px
}
html body#contact #wrapper .container .left .section .wrap>div .text .text2 .label {
font-family: Space Mono -Normal;
font-size: 14px;
line-height: 24px
}
html body#contact #wrapper .container .left .section .wrap>div .text .text2 .value {
margin-left: 20px
}
html body#contact #wrapper .container .left .section .wrap>div .link-download a {
padding: 10px 54px
}
html body#contact #wrapper .container .left .section .wrap>div .small-text {
margin-top: 220px;
font-size: 12px;
line-height: 18px
}
html body#contact #wrapper .container .left .section .wrap>div .small-text .text1 {
font-family: Space Mono;
font-weight: bold;
}
html body#contact #wrapper .container .left .section .wrap>div .small-text .text2 {
margin-top: 10px
}
html body#jobs #wrapper .container .left .section .wrap {
padding-top: 192px
}
html body#jobs #wrapper .container .left .section .wrap>div .text {
margin-top: 0
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 {
margin-top: 50px
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li {
border-top: 1px solid #D8D8D8;
padding: 8px 0;
cursor: pointer
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li i {
font-size: 8px;
padding: 4px 5px;
background-color: #E6AE6A;
border-radius: 20px;
color: white;
margin-top: 3px;
float: right
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li i.fa-chevron-left {
display: none
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li .title {
max-width: 240px;
display: inline-block
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li:last-child {
border-bottom: 1px solid #D8D8D8
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li:hover a {
color: #000000
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li.active a {
color: #508BBD
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li.active i.fa-chevron-right {
display: none
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li.active i.fa-chevron-left {
display: block
}
html body#jobs #wrapper .container .right .step {
position: relative
}
html body#jobs #wrapper .container .right .step .wrap {
max-width: 480px;
width: 100%;
margin: 0 auto;
padding-top: 240px
}
html body#jobs #wrapper .container .right .step .wrap .animation {
max-width: 430px;
-webkit-transform: translate(-50%, -80%);
-ms-transform: translate(-50%, -80%);
transform: translate(-50%, -80%)
}
html body#jobs #wrapper .container .right .step .wrap .animation .dot {
position: static;
width: 38px;
height: 38px;
margin: 20px
}
html body#jobs #wrapper .container .right .step .wrap .animation .dot:first-child {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid rgba(255, 255, 255, 0.1);
background-color: #2A8EF2;
-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2)
}
html body#jobs #wrapper .container .right.scroll {
overflow: scroll
}
html body#jobs #wrapper .container .wrap-job .popup-job {
max-width: 778px;
width: 100%;
min-height: 706px;
position: absolute;
top: 0;
background: white;
margin-top: 30px;
right: -50%;
-webkit-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
transform: translate(0%, 0%);
left: inherit;
visibility: hidden;
margin-bottom: 42px
}
html body#jobs #wrapper .container .wrap-job .popup-job .content {
padding: 90px 70px
}
html body#jobs #wrapper .container .wrap-job .popup-job .content .text1 {
font-size: 24px;
line-height: 32px;
font-family: Space Mono;
}
html body#jobs #wrapper .container .wrap-job .popup-job .content .text2 {
font-size: 16px;
line-height: 24px;
margin-top: 60px;
max-width: 300px
}
html body#jobs #wrapper .container .wrap-job .popup-job .content .text2 .label {
font-family: Space Mono;
font-size: 14px;
line-height: 24px
}
html body#jobs #wrapper .container .wrap-job .popup-job .content .text2 .value {
float: right;
width: 130px
}
html body#jobs #wrapper .container .wrap-job .popup-job .content .text3 {
margin-top: 30px;
font-size: 16px;
line-height: 24px
}
html body#jobs #wrapper .container .wrap-job .popup-job .content .link-download {
text-align: center;
margin-top: 80px
}
html body#jobs #wrapper .container .wrap-job .popup-job .content .link-download a {
padding: 10px 72px
}
html body#jobs #wrapper .container .wrap-job .popup-job.show {
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
opacity: 1;
left: 50%;
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
visibility: visible
}
html body.error404 {
height: 100%
}
html body.error404 #wrapper .container {
height: calc(100% - 71px);
background-color: #F8F8F8
}
html body.error404 #wrapper .container .left .section .wrap>div .text .text2 {
margin-top: 20px
}
@media only screen and (max-width:1120px) {
html body.error404 #wrapper .container .left {
width: 100%
}
html body.error404 #wrapper .container .left .wrap {
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin-left: 0
}
}
.link-download {
font-size: 12px;
line-height: 24px;
font-family: Space Mono;
margin-top: 50px
}
.link-download a {
padding: 10px 30px;
border: 1px solid #E6AE6A;
border-radius: 20px;
background-color: #E6AE6A;
color: white
}
.animation {
margin: 0 auto;
-webkit-transform: translate(-50%, -60%);
-ms-transform: translate(-50%, -60%);
transform: translate(-50%, -60%);
top: 50%;
position: absolute;
left: 50%;
width: 100%
}
.animation .dot {
width: 60px;
height: 60px;
border-radius: 30px;
background-color: white;
display: inline-block;
position: absolute;
background-color: #2A5DB0
}
.animation .size-60 {
width: 60px;
height: 60px
}
.animation .size-41 {
width: 41px;
height: 41px
}
.animation .size-36 {
width: 36px;
height: 36px
}
.animation .size-19 {
width: 19px;
height: 19px
}
.animation .size-9 {
width: 9px;
height: 9px
}
.animation .size-8 {
width: 8px;
height: 8px
}
.animation .size-7 {
width: 7px;
height: 7px
}
.animation .size-6 {
width: 6px;
height: 6px
}
.animation .size-5 {
width: 5px;
height: 5px
}
.animation .size-4 {
width: 4px;
height: 4px
}
.animation .dot1 {
-webkit-transform: translateZ(10px);
transform: translateZ(10px);
top: 300px;
left: 170px
}
.animation .dot2 {
-webkit-transform: translateZ(20px);
transform: translateZ(20px);
top: 177px;
right: 292px
}
.animation .dot3 {
-webkit-transform: translateZ(30px);
transform: translateZ(30px);
top: 300px;
right: 92px
}
.animation .dot4 {
-webkit-transform: translateZ(40px);
transform: translateZ(40px);
top: 356px;
left: 93px
}
.animation .dot5 {
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
top: 495px;
left: 234px
}
.animation .dot6 {
-webkit-transform: translateZ(60px);
transform: translateZ(60px);
top: 207px;
left: 296px
}
.animation .dot7 {
-webkit-transform: translateZ(70px);
transform: translateZ(70px);
top: 336px;
right: 336px
}
.animation .dot8 {
-webkit-transform: translateZ(80px);
transform: translateZ(80px);
top: 300px;
right: 188px
}
.animation .dot9 {
-webkit-transform: translateZ(90px);
transform: translateZ(90px);
top: 433px;
right: 152px
}
.animation .dot10 {
-webkit-transform: translateZ(100px);
transform: translateZ(100px);
top: 217px;
left: 134px
}
.animation .dot11 {
-webkit-transform: translateZ(10px);
transform: translateZ(10px);
top: 414px;
left: 337px
}
.animation .dot12 {
-webkit-transform: translateZ(20px);
transform: translateZ(20px);
top: 270px;
left: 397px
}
.animation .dot13 {
-webkit-transform: translateZ(30px);
transform: translateZ(30px);
top: 527px;
right: 165px
}
.animation .dot14 {
-webkit-transform: translateZ(40px);
transform: translateZ(40px);
top: 486px;
left: 153px
}
.animation .dot15 {
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
top: 200px;
left: 251px
}
.animation .dot16 {
-webkit-transform: translateZ(60px);
transform: translateZ(60px);
top: 346px;
left: 292px
}
.animation .dot17 {
-webkit-transform: translateZ(70px);
transform: translateZ(70px);
top: 291px;
right: 304px
}
.animation .dot18 {
-webkit-transform: translateZ(80px);
transform: translateZ(80px);
top: 418px;
right: 275px
}
.animation .dot19 {
-webkit-transform: translateZ(90px);
transform: translateZ(90px);
top: 217px;
right: 228px
}
.animation .dot20 {
-webkit-transform: translateZ(100px);
transform: translateZ(100px);
top: 527px;
right: 165px
}
.animation .dot21 {
-webkit-transform: translateZ(100px);
transform: translateZ(100px);
top: 515px;
right: 311px
}
.animation .cam {
background-color: #E6AE6A
}
.animation .cam-nhac {
background-color: #C69F82
}
.animation .cam-nhe {
background-color: #E4D0B5
}
.animation .hong {
background-color: #B19DC3
}
.animation .xanh {
background-color: #78B2EC
}
.animation .nau {
background-color: #93B2CC
}
.op-09 {
opacity: 0.9
}
.op-085 {
opacity: 0.85
}
.op-08 {
opacity: 0.8
}
.op-07 {
opacity: 0.7
}
.op-06 {
opacity: 0.6
}
.op-05 {
opacity: 0.5
}
.step2 .wrap {
width: 350px;
height: 270px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
position: absolute;
left: 50%
}
.step2 .wrap .animation {
min-height: inherit
}
.step2 .wrap .animation .lv {
text-align: center
}
.step2 .wrap .animation .lv .dot {
background-color: #2C83DB;
width: 30px;
height: 30px;
position: static;
margin: 4px 25px
}
.step3 .animation {
min-height: inherit;
padding: 0 30px
}
.step3 .animation .circle-wrap {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 44%;
position: absolute;
left: 50%
}
.step3 .animation .circle-wrap #circle {
width: 370px;
height: 370px;
margin: 200px auto;
position: relative;
-webkit-animation: spin 10s linear infinite;
animation: spin 10s linear infinite
}
.step3 .animation .circle-wrap #circle .item {
width: 34px;
height: 34px;
line-height: 30px;
text-align: center;
border-radius: 50%;
position: absolute;
background: #2C83DB;
animation: spin 10s linear infinite reverse
}
@-webkit-keyframes spin {
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
@keyframes spin {
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
.download {
margin-top: 50px;
margin-left: 15px;
}
.download form {
position: relative;
display: inline-block
}
.download form .div-success {
display: none
}
.download form input.type {
height: 40px;
width: 30px;
border-radius: 40px 0 0 40px;
border: 1px solid #d6d6d6;
border-right: none;
margin-right: -30px;
-webkit-transition: width 1s;
-o-transition: width 1s;
transition: width 1s;
padding-left: 13px;
font-size: 16px;
line-height: 24px;
vertical-align: top;
color: #000000
}
.download form i.fa {
display: none;
font-size: 12px;
position: absolute;
top: 15px;
left: 175px;
color: #424242
}
.download form input.submit {
background: #e6ae6a;
border: #e6ae6a;
height: 42px;
cursor: pointer;
color: white;
border-radius: 40px;
top: 0;
margin-left: -15px;
padding: 10px 44px;
font-family: Space Mono;
font-size: 12px;
line-height: 14px;
}
.download form input.clicked {
right: -1px
}
.download form input:focus {
outline: none
}
.download form input.mce_inline_error {
border-color: red
}
.download form #mc-embedded-subscribe {
display: none;
margin: 0;
margin-left: -15px
}
.download form #mce-responses {
font-size: 10px;
line-height: 11px;
color: #4A4A4A;
max-width: 300px;
margin: 2px 15px
}
.download form .error p {
font-size: 10px;
margin-left: 15px
}
.download form .checked {
display: none;
width: 20px;
position: absolute;
top: 10px;
right: 110px
}
.download form ::-webkit-input-placeholder {
color: #424242;
opacity: 1
}
.download form :-ms-input-placeholder {
color: #424242;
opacity: 1
}
.download form ::-ms-input-placeholder {
color: #424242;
opacity: 1
}
.download form ::placeholder {
color: #424242;
opacity: 1
}
.download form :-ms-input-placeholder {
color: #424242
}
.download form ::-ms-input-placeholder {
color: #424242
}
.download form.show input.type {
height: 40px;
width: 170px;
-webkit-transition: width 1s;
-o-transition: width 1s;
transition: width 1s;
padding-right: 50px
}
.download form.success .div-success {
display: block
}
.download form.success .div-normal {
display: none
}
.download form.success input.type.mce_inline_error {
border-color: #d6d6d6
}
.download form.success input.submit {
background-color: white;
border: 1px solid #d6d6d6;
color: #424242
}
@media only screen and (max-width:1100px) {
#mc-embedded-subscribe,
.download form input.submit {
padding: 10px 25px
}
}
@media only screen and (max-width:990px) {
.download form.show input.type {
width: 150px
}
#mc-embedded-subscribe,
.download form input.submit {
padding: 10px 20px
}
.download form i.fa {
left: 155px
}
}
@media only screen and (max-width:860px) {
.download form.show input.type {
width: 120px
}
#mc-embedded-subscribe,
.download form input.submit {
padding: 10px 15px
}
.download form i.fa {
left: 125px
}
}
@media only screen and (max-width:768px) {
.download form.show input.type {
width: 170px
}
#mc-embedded-subscribe,
.download form input.submit {
padding: 10px 44px
}
.download form i.fa {
left: 175px
}
}
.term-popup {
position: fixed;
top: 100%;
z-index: 11;
width: 100%;
display: block;
height: 100%;
background: #F8F8F8;
-webkit-transition: all cubic-bezier(0.26, 0.08, 0, 1) 0.5s;
-o-transition: all cubic-bezier(0.26, 0.08, 0, 1) 0.5s;
transition: all cubic-bezier(0.26, 0.08, 0, 1) 0.5s;
overflow: scroll
}
.term-popup .wrap {
max-width: 635px;
margin: 0 auto;
position: relative;
padding: 90px 30px
}
.term-popup .wrap h1 {
margin-bottom: 45px;
font-size: 24px;
line-height: 32px;
font-family: Space Mono;
}
.term-popup .wrap p {
font-size: 16px;
line-height: 24px
}
img.close-term {
width: 27px;
position: absolute;
cursor: pointer;
right: 30px;
top: 25px
}
.active-popup-term {
top: 0
}
@media screen and (max-width:768px) {
.term-popup .wrap {
position: relative;
margin: 0 auto
}
}
html body #wrapper header .logo {
margin-top: 20px;
}
|
css/copiedStyles.css
|
@font-face {
font-family: CutiveMono;
src: url('../fonts/Cutive_Mono/CutiveMono-Regular.ttf')
}
@font-face {
font-family: SpaceMono;
src: url('../fonts/Space_Mono/SpaceMono-Bold.ttf')
}
@font-face {
font-family: SpaceMono-Normal;
src: url('../fonts/Space_Mono/SpaceMono-Regular.ttf')
}
a {
text-decoration: none;
color: #424242
}
img,
video {
width: 100%;
height: auto
}
input,
input[type=button],
input[type=submit],
input[type=text],
textarea {
-webkit-appearance: none;
border-radius: 0
}
.clr {
clear: both
}
.bar-menu {
display: none;
width: 18px;
height: 18px;
position: absolute;
top: 7px;
right: 0px;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
cursor: pointer;
z-index: 999
}
.bar-menu div {
display: block;
position: relative;
height: 2px;
width: 100%;
background: #606161;
border-radius: 0;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out
}
.bar-menu div:first-child {
top: 0
}
.bar-menu div:nth-child(2) {
top: 3px
}
.bar-menu div:nth-child(3) {
top: 6px
}
.bar-menu.open {
width: 15px;
height: 15px
}
.bar-menu.open div:first-child {
top: 4px;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
left: -2px
}
.bar-menu.open div:nth-child(2) {
opacity: 0;
left: -30px;
top: 2px
}
.bar-menu.open div:nth-child(3) {
top: 0px;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
left: -2px
}
html body {
color: #424242;
font-family: Cutive Mono;
}
html body #wrapper {
position: relative;
height: 100%
}
html body #wrapper header {
background-color: #FFFFFF;
position: fixed;
left: 0;
right: 0;
z-index: 9;
height: 71px
}
html body #wrapper header>div {
display: inline-block;
padding: 23px 30px
}
html body #wrapper header .bar-menu {
display: none
}
html body #wrapper header .logo {
float: left;
font-size: 18px;
line-height: inherit;
font-family: Space Mono;
position: absolute;
}
@media only screen and (max-width:768px) {
html body #wrapper header .bar-menu {
display: block
}
}
html body #wrapper header .menu {
float: right;
font-size: 16px;
line-height: inherit;
height: 25px
}
html body #wrapper header .menu .flip {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(-25px) rotateX(-90deg);
transform: translateZ(-25px) rotateX(-90deg)
}
html body #wrapper header .menu .flip .front {
-webkit-transform: rotatex(90deg) translatez(25px);
-ms-transform: rotatex(90deg) translatez(25px);
transform: rotatex(90deg) translatez(25px);
display: inline-block;
float: right;
position: absolute;
top: 0;
right: 0;
font-size: 25px
}
html body #wrapper header .menu .flip .back {
-webkit-transform: rotatex(0deg) translatez(25px);
-ms-transform: rotatex(0deg) translatez(25px);
transform: rotatex(0deg) translatez(25px);
margin-top: -7px
}
html body #wrapper header .menu .flip .back,
html body #wrapper header .menu .flip .front {
display: block;
background: transparent;
color: black;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
html body #wrapper header .menu ul li {
display: inline-block;
margin: 0 17px
}
@media only screen and (max-width:840px) {
html body #wrapper header .menu ul li {
margin: 0 10px
}
}
html body #wrapper header .menu ul li.free-download {
font-family: Space Mono;
font-size: 12px;
line-height: inherit;
}
html body #wrapper header .menu ul li.free-download a {
padding: 10px 30px;
border: 1px solid;
border-radius: 20px
}
html body #wrapper header .menu ul li.current-menu-item a {
color: #508BBD;
border-bottom: 1px solid
}
html body #wrapper header .menu ul li:last-child {
margin-right: 0
}
html body #wrapper header .menu ul li:last-child .download {
margin-top: 0
}
html body #wrapper header .menu ul li:last-child .download form #mce-responses {
position: absolute
}
html body #wrapper header .menu ul li:last-child .download form input {
line-height: 20px
}
html body #wrapper header .menu ul li:last-child .download form input.submit {
margin-left: -26px;
background: white;
border: 1px solid #D8D8D8;
color: #424242
}
html body #wrapper header .menu ul li:last-child .download form input.type {
border: 1px solid #D8D8D8
}
html body #wrapper header .menu ul li:last-child .download form.show input.type {
width: 250px
}
@media only screen and (max-width:1024px) {
html body #wrapper header .menu ul li:last-child .download form.show input.type {
width: 220px
}
}
@media only screen and (max-width:840px) {
html body #wrapper header .menu ul li:last-child .download form.show input.type {
width: 200px
}
}
html body #wrapper header .menu.mobile {
display: none;
padding: 0;
padding-top: 160px
}
html body #wrapper header .menu.mobile ul li {
display: block;
margin: 35px 0
}
@media only screen and (max-width:768px) {
html body #wrapper header .menu.desktop {
display: none
}
html body #wrapper header .menu.mobile {
display: none;
width: 100%;
position: fixed;
height: 100%;
z-index: 99;
background: white;
text-align: center;
font-size: 16px;
line-height: 24px
}
html body #wrapper header .menu.mobile.open {
display: block
}
}
html body #wrapper header .menu:hover .flip {
-webkit-transform: translateZ(-25px) rotateX(0deg);
transform: translateZ(-25px) rotateX(0deg)
}
html body #wrapper .container {
font-size: 0;
padding-top: 71px
}
html body #wrapper .container>div {
vertical-align: top
}
html body #wrapper .container .left {
width: 40%;
display: inline-block;
background-color: #F8F8F8
}
html body #wrapper .container .left .section {
height: 100%
}
html body #wrapper .container .left .section .wrap {
display: inline-block;
max-width: 450px;
width: 100%;
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
margin-left: 50%;
padding: 80px 0 190px
}
html body #wrapper .container .left .section .wrap>div {
padding: 0 30px
}
html body #wrapper .container .left .section .wrap>div .logo {
width: 200px
}
html body #wrapper .container .left .section .wrap>div .text {
margin-top: 90px
}
html body #wrapper .container .left .section .wrap>div .text .text1 {
font-size: 24px;
line-height: 32px;
font-family: Space Mono;
}
html body #wrapper .container .left .section .wrap>div .text .text2 {
margin-top: 15px;
font-size: 16px;
line-height: 24px
}
html body #wrapper .container .right {
width: 60%;
display: inline-block;
height: 100%;
position: fixed
}
html body #wrapper .container .right .step {
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
-webkit-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s
}
html body #wrapper .container .right .step.show {
opacity: 1
}
html body #wrapper .container .right .step1 {
background: -webkit-linear-gradient(238.54deg, #0b52a7 0%, #4e99e4 87.47%);
background: -o-linear-gradient(238.54deg, #0b52a7 0%, #4e99e4 87.47%);
background: linear-gradient(211.46deg, #0b52a7 0%, #4e99e4 87.47%)
}
html body #wrapper .container .right .step1 .animation {
max-width: 700px
}
html body #wrapper .container .right .step2 {
background: -webkit-linear-gradient(252.54deg, #2670cc 0%, #8bc0f7 87.47%);
background: -o-linear-gradient(252.54deg, #2670cc 0%, #8bc0f7 87.47%);
background: linear-gradient(197.46deg, #2670cc 0%, #8bc0f7 87.47%)
}
html body #wrapper .container .right .step2 .animation {
max-width: 300px
}
html body #wrapper .container .right .step3 {
background: -webkit-linear-gradient(252.54deg, #6ca8f3 0%, #d8e8f9 87.47%);
background: -o-linear-gradient(252.54deg, #6ca8f3 0%, #d8e8f9 87.47%);
background: linear-gradient(197.46deg, #6ca8f3 0%, #d8e8f9 87.47%)
}
html body #wrapper .container .right .step3 .animation {
max-width: 500px;
-webkit-transform: translate(-50%, -55%);
-ms-transform: translate(-50%, -55%);
transform: translate(-50%, -55%)
}
html body #wrapper .container.mobile {
display: none
}
html body #wrapper footer {
height: 42px;
background: #ebebeb;
position: absolute;
bottom: 0;
width: 100%
}
html body #wrapper footer ul.nav-menu {
text-align: right;
height: 40px;
margin-right: 30px
}
html body #wrapper footer ul.nav-menu li.menu-item {
display: inline-block;
margin-left: 70px;
padding: 10px
}
@media screen and (max-width:768px) {
html body #wrapper footer {
height: 130px;
background: #ebebeb;
position: absolute;
bottom: 0;
width: 100%
}
html body #wrapper footer ul.nav-menu {
padding-top: 10px;
text-align: center;
margin: 0
}
html body #wrapper footer ul.nav-menu li.menu-item {
display: block;
margin: 0;
padding: 10px 0
}
}
html body#company #wrapper .container .left .section .wrap>div .logo {
width: 175px
}
html body#company #wrapper .container .left .section .wrap>div .text .text1:nth-child(3) {
margin-top: 50px
}
html body#company #wrapper .container .left .section .wrap>div .link-download a {
padding: 10px 75px
}
html body#contact #wrapper .container .left .section .wrap {
padding-top: 192px
}
html body#contact #wrapper .container .left .section .wrap>div .text {
margin-top: 0
}
html body#contact #wrapper .container .left .section .wrap>div .text .text2 {
margin-top: 20px
}
html body#contact #wrapper .container .left .section .wrap>div .text .text2 .label {
font-family: Space Mono -Normal;
font-size: 14px;
line-height: 24px
}
html body#contact #wrapper .container .left .section .wrap>div .text .text2 .value {
margin-left: 20px
}
html body#contact #wrapper .container .left .section .wrap>div .link-download a {
padding: 10px 54px
}
html body#contact #wrapper .container .left .section .wrap>div .small-text {
margin-top: 220px;
font-size: 12px;
line-height: 18px
}
html body#contact #wrapper .container .left .section .wrap>div .small-text .text1 {
font-family: Space Mono;
font-weight: bold;
}
html body#contact #wrapper .container .left .section .wrap>div .small-text .text2 {
margin-top: 10px
}
html body#jobs #wrapper .container .left .section .wrap {
padding-top: 192px
}
html body#jobs #wrapper .container .left .section .wrap>div .text {
margin-top: 0
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 {
margin-top: 50px
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li {
border-top: 1px solid #D8D8D8;
padding: 8px 0;
cursor: pointer
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li i {
font-size: 8px;
padding: 4px 5px;
background-color: #E6AE6A;
border-radius: 20px;
color: white;
margin-top: 3px;
float: right
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li i.fa-chevron-left {
display: none
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li .title {
max-width: 240px;
display: inline-block
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li:last-child {
border-bottom: 1px solid #D8D8D8
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li:hover a {
color: #000000
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li.active a {
color: #508BBD
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li.active i.fa-chevron-right {
display: none
}
html body#jobs #wrapper .container .left .section .wrap>div .text .text2 ul li.active i.fa-chevron-left {
display: block
}
html body#jobs #wrapper .container .right .step {
position: relative
}
html body#jobs #wrapper .container .right .step .wrap {
max-width: 480px;
width: 100%;
margin: 0 auto;
padding-top: 240px
}
html body#jobs #wrapper .container .right .step .wrap .animation {
max-width: 430px;
-webkit-transform: translate(-50%, -80%);
-ms-transform: translate(-50%, -80%);
transform: translate(-50%, -80%)
}
html body#jobs #wrapper .container .right .step .wrap .animation .dot {
position: static;
width: 38px;
height: 38px;
margin: 20px
}
html body#jobs #wrapper .container .right .step .wrap .animation .dot:first-child {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid rgba(255, 255, 255, 0.1);
background-color: #2A8EF2;
-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2)
}
html body#jobs #wrapper .container .right.scroll {
overflow: scroll
}
html body#jobs #wrapper .container .wrap-job .popup-job {
max-width: 778px;
width: 100%;
min-height: 706px;
position: absolute;
top: 0;
background: white;
margin-top: 30px;
right: -50%;
-webkit-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
transform: translate(0%, 0%);
left: inherit;
visibility: hidden;
margin-bottom: 42px
}
html body#jobs #wrapper .container .wrap-job .popup-job .content {
padding: 90px 70px
}
html body#jobs #wrapper .container .wrap-job .popup-job .content .text1 {
font-size: 24px;
line-height: 32px;
font-family: Space Mono;
}
html body#jobs #wrapper .container .wrap-job .popup-job .content .text2 {
font-size: 16px;
line-height: 24px;
margin-top: 60px;
max-width: 300px
}
html body#jobs #wrapper .container .wrap-job .popup-job .content .text2 .label {
font-family: Space Mono;
font-size: 14px;
line-height: 24px
}
html body#jobs #wrapper .container .wrap-job .popup-job .content .text2 .value {
float: right;
width: 130px
}
html body#jobs #wrapper .container .wrap-job .popup-job .content .text3 {
margin-top: 30px;
font-size: 16px;
line-height: 24px
}
html body#jobs #wrapper .container .wrap-job .popup-job .content .link-download {
text-align: center;
margin-top: 80px
}
html body#jobs #wrapper .container .wrap-job .popup-job .content .link-download a {
padding: 10px 72px
}
html body#jobs #wrapper .container .wrap-job .popup-job.show {
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
opacity: 1;
left: 50%;
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
visibility: visible
}
html body.error404 {
height: 100%
}
html body.error404 #wrapper .container {
height: calc(100% - 71px);
background-color: #F8F8F8
}
html body.error404 #wrapper .container .left .section .wrap>div .text .text2 {
margin-top: 20px
}
@media only screen and (max-width:1120px) {
html body.error404 #wrapper .container .left {
width: 100%
}
html body.error404 #wrapper .container .left .wrap {
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin-left: 0
}
}
.link-download {
font-size: 12px;
line-height: 24px;
font-family: Space Mono;
margin-top: 50px
}
.link-download a {
padding: 10px 30px;
border: 1px solid #E6AE6A;
border-radius: 20px;
background-color: #E6AE6A;
color: white
}
.animation {
margin: 0 auto;
-webkit-transform: translate(-50%, -60%);
-ms-transform: translate(-50%, -60%);
transform: translate(-50%, -60%);
top: 50%;
position: absolute;
left: 50%;
width: 100%
}
.animation .dot {
width: 60px;
height: 60px;
border-radius: 30px;
background-color: white;
display: inline-block;
position: absolute;
background-color: #2A5DB0
}
.animation .size-60 {
width: 60px;
height: 60px
}
.animation .size-41 {
width: 41px;
height: 41px
}
.animation .size-36 {
width: 36px;
height: 36px
}
.animation .size-19 {
width: 19px;
height: 19px
}
.animation .size-9 {
width: 9px;
height: 9px
}
.animation .size-8 {
width: 8px;
height: 8px
}
.animation .size-7 {
width: 7px;
height: 7px
}
.animation .size-6 {
width: 6px;
height: 6px
}
.animation .size-5 {
width: 5px;
height: 5px
}
.animation .size-4 {
width: 4px;
height: 4px
}
.animation .dot1 {
-webkit-transform: translateZ(10px);
transform: translateZ(10px);
top: 300px;
left: 170px
}
.animation .dot2 {
-webkit-transform: translateZ(20px);
transform: translateZ(20px);
top: 177px;
right: 292px
}
.animation .dot3 {
-webkit-transform: translateZ(30px);
transform: translateZ(30px);
top: 300px;
right: 92px
}
.animation .dot4 {
-webkit-transform: translateZ(40px);
transform: translateZ(40px);
top: 356px;
left: 93px
}
.animation .dot5 {
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
top: 495px;
left: 234px
}
.animation .dot6 {
-webkit-transform: translateZ(60px);
transform: translateZ(60px);
top: 207px;
left: 296px
}
.animation .dot7 {
-webkit-transform: translateZ(70px);
transform: translateZ(70px);
top: 336px;
right: 336px
}
.animation .dot8 {
-webkit-transform: translateZ(80px);
transform: translateZ(80px);
top: 300px;
right: 188px
}
.animation .dot9 {
-webkit-transform: translateZ(90px);
transform: translateZ(90px);
top: 433px;
right: 152px
}
.animation .dot10 {
-webkit-transform: translateZ(100px);
transform: translateZ(100px);
top: 217px;
left: 134px
}
.animation .dot11 {
-webkit-transform: translateZ(10px);
transform: translateZ(10px);
top: 414px;
left: 337px
}
.animation .dot12 {
-webkit-transform: translateZ(20px);
transform: translateZ(20px);
top: 270px;
left: 397px
}
.animation .dot13 {
-webkit-transform: translateZ(30px);
transform: translateZ(30px);
top: 527px;
right: 165px
}
.animation .dot14 {
-webkit-transform: translateZ(40px);
transform: translateZ(40px);
top: 486px;
left: 153px
}
.animation .dot15 {
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
top: 200px;
left: 251px
}
.animation .dot16 {
-webkit-transform: translateZ(60px);
transform: translateZ(60px);
top: 346px;
left: 292px
}
.animation .dot17 {
-webkit-transform: translateZ(70px);
transform: translateZ(70px);
top: 291px;
right: 304px
}
.animation .dot18 {
-webkit-transform: translateZ(80px);
transform: translateZ(80px);
top: 418px;
right: 275px
}
.animation .dot19 {
-webkit-transform: translateZ(90px);
transform: translateZ(90px);
top: 217px;
right: 228px
}
.animation .dot20 {
-webkit-transform: translateZ(100px);
transform: translateZ(100px);
top: 527px;
right: 165px
}
.animation .dot21 {
-webkit-transform: translateZ(100px);
transform: translateZ(100px);
top: 515px;
right: 311px
}
.animation .cam {
background-color: #E6AE6A
}
.animation .cam-nhac {
background-color: #C69F82
}
.animation .cam-nhe {
background-color: #E4D0B5
}
.animation .hong {
background-color: #B19DC3
}
.animation .xanh {
background-color: #78B2EC
}
.animation .nau {
background-color: #93B2CC
}
.op-09 {
opacity: 0.9
}
.op-085 {
opacity: 0.85
}
.op-08 {
opacity: 0.8
}
.op-07 {
opacity: 0.7
}
.op-06 {
opacity: 0.6
}
.op-05 {
opacity: 0.5
}
.step2 .wrap {
width: 350px;
height: 270px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
position: absolute;
left: 50%
}
.step2 .wrap .animation {
min-height: inherit
}
.step2 .wrap .animation .lv {
text-align: center
}
.step2 .wrap .animation .lv .dot {
background-color: #2C83DB;
width: 30px;
height: 30px;
position: static;
margin: 4px 25px
}
.step3 .animation {
min-height: inherit;
padding: 0 30px
}
.step3 .animation .circle-wrap {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 44%;
position: absolute;
left: 50%
}
.step3 .animation .circle-wrap #circle {
width: 370px;
height: 370px;
margin: 200px auto;
position: relative;
-webkit-animation: spin 10s linear infinite;
animation: spin 10s linear infinite
}
.step3 .animation .circle-wrap #circle .item {
width: 34px;
height: 34px;
line-height: 30px;
text-align: center;
border-radius: 50%;
position: absolute;
background: #2C83DB;
animation: spin 10s linear infinite reverse
}
@-webkit-keyframes spin {
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
@keyframes spin {
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
.download {
margin-top: 50px;
margin-left: 15px;
}
.download form {
position: relative;
display: inline-block
}
.download form .div-success {
display: none
}
.download form input.type {
height: 40px;
width: 30px;
border-radius: 40px 0 0 40px;
border: 1px solid #d6d6d6;
border-right: none;
margin-right: -30px;
-webkit-transition: width 1s;
-o-transition: width 1s;
transition: width 1s;
padding-left: 13px;
font-size: 16px;
line-height: 24px;
vertical-align: top;
color: #000000
}
.download form i.fa {
display: none;
font-size: 12px;
position: absolute;
top: 15px;
left: 175px;
color: #424242
}
.download form input.submit {
background: #e6ae6a;
border: #e6ae6a;
height: 42px;
cursor: pointer;
color: white;
border-radius: 40px;
top: 0;
margin-left: -15px;
padding: 10px 44px;
font-family: Space Mono;
font-size: 12px;
line-height: 14px;
}
.download form input.clicked {
right: -1px
}
.download form input:focus {
outline: none
}
.download form input.mce_inline_error {
border-color: red
}
.download form #mc-embedded-subscribe {
display: none;
margin: 0;
margin-left: -15px
}
.download form #mce-responses {
font-size: 10px;
line-height: 11px;
color: #4A4A4A;
max-width: 300px;
margin: 2px 15px
}
.download form .error p {
font-size: 10px;
margin-left: 15px
}
.download form .checked {
display: none;
width: 20px;
position: absolute;
top: 10px;
right: 110px
}
.download form ::-webkit-input-placeholder {
color: #424242;
opacity: 1
}
.download form :-ms-input-placeholder {
color: #424242;
opacity: 1
}
.download form ::-ms-input-placeholder {
color: #424242;
opacity: 1
}
.download form ::placeholder {
color: #424242;
opacity: 1
}
.download form :-ms-input-placeholder {
color: #424242
}
.download form ::-ms-input-placeholder {
color: #424242
}
.download form.show input.type {
height: 40px;
width: 170px;
-webkit-transition: width 1s;
-o-transition: width 1s;
transition: width 1s;
padding-right: 50px
}
.download form.success .div-success {
display: block
}
.download form.success .div-normal {
display: none
}
.download form.success input.type.mce_inline_error {
border-color: #d6d6d6
}
.download form.success input.submit {
background-color: white;
border: 1px solid #d6d6d6;
color: #424242
}
@media only screen and (max-width:1100px) {
#mc-embedded-subscribe,
.download form input.submit {
padding: 10px 25px
}
}
@media only screen and (max-width:990px) {
.download form.show input.type {
width: 150px
}
#mc-embedded-subscribe,
.download form input.submit {
padding: 10px 20px
}
.download form i.fa {
left: 155px
}
}
@media only screen and (max-width:860px) {
.download form.show input.type {
width: 120px
}
#mc-embedded-subscribe,
.download form input.submit {
padding: 10px 15px
}
.download form i.fa {
left: 125px
}
}
@media only screen and (max-width:768px) {
.download form.show input.type {
width: 170px
}
#mc-embedded-subscribe,
.download form input.submit {
padding: 10px 44px
}
.download form i.fa {
left: 175px
}
}
.term-popup {
position: fixed;
top: 100%;
z-index: 11;
width: 100%;
display: block;
height: 100%;
background: #F8F8F8;
-webkit-transition: all cubic-bezier(0.26, 0.08, 0, 1) 0.5s;
-o-transition: all cubic-bezier(0.26, 0.08, 0, 1) 0.5s;
transition: all cubic-bezier(0.26, 0.08, 0, 1) 0.5s;
overflow: scroll
}
.term-popup .wrap {
max-width: 635px;
margin: 0 auto;
position: relative;
padding: 90px 30px
}
.term-popup .wrap h1 {
margin-bottom: 45px;
font-size: 24px;
line-height: 32px;
font-family: Space Mono;
}
.term-popup .wrap p {
font-size: 16px;
line-height: 24px
}
img.close-term {
width: 27px;
position: absolute;
cursor: pointer;
right: 30px;
top: 25px
}
.active-popup-term {
top: 0
}
@media screen and (max-width:768px) {
.term-popup .wrap {
position: relative;
margin: 0 auto
}
}
html body #wrapper header .logo {
margin-top: 20px;
}
| 0.320821 | 0.06951 |
html, body {
background: black;
color: white;
padding: 0;
margin: 0;
border: 0; }
body {
font-family: Consolas monospace; }
html, body, #main, #game-panel, canvas#simulation, #tree-panel {
width: 100%;
height: 100%;
display: block; }
#game-panel {
float: left;
width: 80%; }
#game-panel .wrapper {
height: calc(100% - 2em); }
#game-panel .wrapper > canvas, #game-panel .wrapper > div {
border: 1px solid gray; }
#game-panel .wrapper.hidden {
display: none; }
#game-panel canvas {
image-rendering: crisp-edges; }
#menu-panel {
float: right;
width: 20%;
height: 100%; }
#menu-panel h2 {
padding: 6px;
margin: 0; }
#menu-panel .wrapper {
overflow-x: hidden;
overflow-y: auto;
height: calc(100% - 2em); }
#menu-panel .wrapper > div {
border: 1px solid gray;
height: calc(100% - 2px);
position: relative; }
div.wrapper {
margin: 1em; }
.panel {
padding: 0;
margin: 0;
user-select: none; }
.panel > div {
padding: 6px 6px 0px 6px; }
.panel > div:last-of-type {
padding: 6px; }
.panel h3 {
margin: 0; }
.panel-bottom {
bottom: 0;
position: absolute;
width: 100%; }
canvas#cell-tracker {
width: 100%;
height: 200px; }
div.smoothie-chart-tooltip {
background: #444;
padding: 1em;
margin-top: 20px;
font-family: consolas monospace;
color: white;
font-size: 10px;
pointer-events: none; }
.panel > div.hidden {
display: none; }
#panel-gene-selection ul {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
#panel-gene-selection div#tree {
padding: 9px 14px;
font-size: 1.3em;
text-align: center;
border: 3px solid gray; }
#panel-gene-selection li {
flex: 0 0 calc(33% - 3px);
margin-top: 2px;
height: 50px;
line-height: 50px !important;
font-size: 2em;
border: 1px solid gray; }
#panel-gene-info {
font-weight: normal;
font-family: sans-serif;
overflow: auto;
max-height: 200px; }
#panel-gene-info2 {
font-family: sans-serif;
overflow: auto; }
#panel-simulation-buttons > div {
display: flex;
justify-content: space-between;
margin-top: 4px; }
#panel-simulation-buttons #play, #panel-simulation-buttons #pause, #panel-simulation-buttons #warp, #panel-simulation-buttons #tick {
flex: 0 0 48%;
border: 1px solid gray;
height: 40px;
line-height: 40px;
text-align: center; }
#panel-simulation-buttons #restart {
border: 1px solid gray;
width: calc(100% - 2px);
height: 40px;
background-color: #890007;
line-height: 40px;
text-align: center; }
#tree-panel-backplane > .node-children > .node-spacer {
display: none; }
#panel-gene-selection li, #panel-gene-selection div, #panel-simulation-buttons > div > div {
cursor: pointer;
background-color: #111111; }
#panel-gene-selection li:hover, #panel-gene-selection div:hover, #panel-simulation-buttons > div > div:hover {
background-color: #222222; }
#panel-gene-selection li.active, #panel-gene-selection div.active, #panel-simulation-buttons > div > div.active {
background-color: #024802; }
#panel-gene-selection li.active:hover, #panel-gene-selection div.active:hover, #panel-simulation-buttons > div > div.active:hover {
background-color: #135913; }
#panel-gene-selection li.active.negative, #panel-gene-selection div.active.negative, #panel-simulation-buttons > div > div.active.negative {
background-color: #3e0202; }
#panel-gene-selection li.active.negative:hover, #panel-gene-selection div.active.negative:hover, #panel-simulation-buttons > div > div.active.negative:hover {
background-color: #4f1313; }
#panel-gene-selection li.inactive, #panel-gene-selection div.inactive, #panel-simulation-buttons > div > div.inactive {
background-color: #333333; }
#tree-panel {
position: relative;
overflow: hidden; }
#tree-panel #tree-panel-backplane {
width: 300%;
height: 300%;
overflow: hidden;
position: absolute; }
#tree-panel #tree-panel-backplane > .node-children {
position: absolute; }
#tree-panel .node {
display: inline-block;
margin: 5px;
text-align: center; }
#tree-panel .node span.fa, #tree-panel .node span.fas, #tree-panel .node span.far, #tree-panel .node span.fab {
line-height: 40px;
font-size: 2em; }
#tree-panel .node .node-children > .node, #tree-panel .node .node-children > .node-spacer {
float: left; }
#tree-panel .node > div {
border: 1px solid gray; }
#tree-panel .node > div > .node-parent {
display: flex;
justify-content: center; }
#tree-panel .node > div > .node-parent span {
width: 40px;
height: 40px;
background-color: #111111;
margin: 5px; }
#tree-panel .node > div > .node-parent div {
width: 50px;
height: 50px;
border: 1px solid gray;
margin: 2px; }
#tree-panel .node.node-leaf > div > span {
border: 0; }
#tree-panel .node .node-spacer > span {
font-size: 1em;
position: relative;
top: 13px; }
#tree-panel .node > div > .node-children > .node-spacer:not(:nth-last-of-type(2)) {
width: 15px;
opacity: 1; }
#tree-panel .node.node-pseudo {
opacity: 0;
width: 0;
margin: 0;
height: 0; }
#tree-panel .node .node-spacer {
width: 15px;
height: 50px;
margin: 5px 0; }
#tree-panel .node .node-spacer .node-spacer-indicator {
position: relative;
font-size: 1em;
top: 10px;
display: none; }
#tree-panel .node .node-spacer:nth-last-of-type(2) {
opacity: 0; }
#tree-panel .node.node-hoverable.hovered > div > .node-children > .node-spacer {
opacity: 1;
transition: visibility 0s, opacity 0.5s linear;
height: 50px; }
#tree-panel .node.node-hoverable.hovered > div > .node-children > .node-pseudo {
opacity: 1;
width: auto;
transition: visibility 0s, opacity 0.5s linear;
height: 50px;
margin: 5px; }
#tree-panel .node.node-hoverable.hovered > div > .node-children > .node-spacer .node-spacer-indicator {
display: inline-block;
color: green; }
#tree-panel .node.node-hoverable.hovered > div > .node-children .node-spacer:hover .node-spacer-indicator {
color: yellow; }
#tree-panel .node.node-hoverable.node-2-decorator.hovered > div > .node-children > .node-spacer .node-spacer-indicator {
display: none; }
#tree-panel .node.node-hoverable.node-2-decorator > div > .node-children > .node-pseudo {
opacity: 1;
width: auto;
margin: 5px;
height: 50px; }
#tree-panel .node.node-hoverable.node-2-decorator > div > .node-children > .node-spacer {
opacity: 1;
transition: visibility 0s, opacity 0.5s linear;
height: 50px; }
#tree-panel .node.node-hoverable > div > .node-children > .node-pseudo, #tree-panel .node.node-hoverable > div > .node-children > .node-spacer:only-of-type {
opacity: 0;
height: 0; }
#tree-panel .node.node-hoverable > div > .node-children > .node-pseudo:only-of-type {
opacity: 1;
width: auto;
margin: 5px;
height: 50px; }
#tree-panel .node:hover.hovered > div > .node-parent > div {
background-color: #90860b; }
#tree-panel .node.hovered .node:hover > div > .node-parent > div {
background-color: #90860b; }
#tree-panel .node.node-hoverable:hover > div > .node-children > .node-pseudo .node-parent > div {
background-color: green; }
#tree-panel .node.node-hoverable > div {
padding: 0 10px; }
#new-node {
pointer-events: none;
position: absolute;
z-index: 100;
background-color: #111111;
width: 35px;
height: 35px;
line-height: 35px;
font-size: 1.5em;
text-align: center;
border: 1px solid gray;
border-radius: 14px;
opacity: 0.8; }
#new-node.hidden {
display: none; }
.clear-float {
clear: both;
height: 0; }
/*# sourceMappingURL=style.css.map */
|
style/style.css
|
html, body {
background: black;
color: white;
padding: 0;
margin: 0;
border: 0; }
body {
font-family: Consolas monospace; }
html, body, #main, #game-panel, canvas#simulation, #tree-panel {
width: 100%;
height: 100%;
display: block; }
#game-panel {
float: left;
width: 80%; }
#game-panel .wrapper {
height: calc(100% - 2em); }
#game-panel .wrapper > canvas, #game-panel .wrapper > div {
border: 1px solid gray; }
#game-panel .wrapper.hidden {
display: none; }
#game-panel canvas {
image-rendering: crisp-edges; }
#menu-panel {
float: right;
width: 20%;
height: 100%; }
#menu-panel h2 {
padding: 6px;
margin: 0; }
#menu-panel .wrapper {
overflow-x: hidden;
overflow-y: auto;
height: calc(100% - 2em); }
#menu-panel .wrapper > div {
border: 1px solid gray;
height: calc(100% - 2px);
position: relative; }
div.wrapper {
margin: 1em; }
.panel {
padding: 0;
margin: 0;
user-select: none; }
.panel > div {
padding: 6px 6px 0px 6px; }
.panel > div:last-of-type {
padding: 6px; }
.panel h3 {
margin: 0; }
.panel-bottom {
bottom: 0;
position: absolute;
width: 100%; }
canvas#cell-tracker {
width: 100%;
height: 200px; }
div.smoothie-chart-tooltip {
background: #444;
padding: 1em;
margin-top: 20px;
font-family: consolas monospace;
color: white;
font-size: 10px;
pointer-events: none; }
.panel > div.hidden {
display: none; }
#panel-gene-selection ul {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
#panel-gene-selection div#tree {
padding: 9px 14px;
font-size: 1.3em;
text-align: center;
border: 3px solid gray; }
#panel-gene-selection li {
flex: 0 0 calc(33% - 3px);
margin-top: 2px;
height: 50px;
line-height: 50px !important;
font-size: 2em;
border: 1px solid gray; }
#panel-gene-info {
font-weight: normal;
font-family: sans-serif;
overflow: auto;
max-height: 200px; }
#panel-gene-info2 {
font-family: sans-serif;
overflow: auto; }
#panel-simulation-buttons > div {
display: flex;
justify-content: space-between;
margin-top: 4px; }
#panel-simulation-buttons #play, #panel-simulation-buttons #pause, #panel-simulation-buttons #warp, #panel-simulation-buttons #tick {
flex: 0 0 48%;
border: 1px solid gray;
height: 40px;
line-height: 40px;
text-align: center; }
#panel-simulation-buttons #restart {
border: 1px solid gray;
width: calc(100% - 2px);
height: 40px;
background-color: #890007;
line-height: 40px;
text-align: center; }
#tree-panel-backplane > .node-children > .node-spacer {
display: none; }
#panel-gene-selection li, #panel-gene-selection div, #panel-simulation-buttons > div > div {
cursor: pointer;
background-color: #111111; }
#panel-gene-selection li:hover, #panel-gene-selection div:hover, #panel-simulation-buttons > div > div:hover {
background-color: #222222; }
#panel-gene-selection li.active, #panel-gene-selection div.active, #panel-simulation-buttons > div > div.active {
background-color: #024802; }
#panel-gene-selection li.active:hover, #panel-gene-selection div.active:hover, #panel-simulation-buttons > div > div.active:hover {
background-color: #135913; }
#panel-gene-selection li.active.negative, #panel-gene-selection div.active.negative, #panel-simulation-buttons > div > div.active.negative {
background-color: #3e0202; }
#panel-gene-selection li.active.negative:hover, #panel-gene-selection div.active.negative:hover, #panel-simulation-buttons > div > div.active.negative:hover {
background-color: #4f1313; }
#panel-gene-selection li.inactive, #panel-gene-selection div.inactive, #panel-simulation-buttons > div > div.inactive {
background-color: #333333; }
#tree-panel {
position: relative;
overflow: hidden; }
#tree-panel #tree-panel-backplane {
width: 300%;
height: 300%;
overflow: hidden;
position: absolute; }
#tree-panel #tree-panel-backplane > .node-children {
position: absolute; }
#tree-panel .node {
display: inline-block;
margin: 5px;
text-align: center; }
#tree-panel .node span.fa, #tree-panel .node span.fas, #tree-panel .node span.far, #tree-panel .node span.fab {
line-height: 40px;
font-size: 2em; }
#tree-panel .node .node-children > .node, #tree-panel .node .node-children > .node-spacer {
float: left; }
#tree-panel .node > div {
border: 1px solid gray; }
#tree-panel .node > div > .node-parent {
display: flex;
justify-content: center; }
#tree-panel .node > div > .node-parent span {
width: 40px;
height: 40px;
background-color: #111111;
margin: 5px; }
#tree-panel .node > div > .node-parent div {
width: 50px;
height: 50px;
border: 1px solid gray;
margin: 2px; }
#tree-panel .node.node-leaf > div > span {
border: 0; }
#tree-panel .node .node-spacer > span {
font-size: 1em;
position: relative;
top: 13px; }
#tree-panel .node > div > .node-children > .node-spacer:not(:nth-last-of-type(2)) {
width: 15px;
opacity: 1; }
#tree-panel .node.node-pseudo {
opacity: 0;
width: 0;
margin: 0;
height: 0; }
#tree-panel .node .node-spacer {
width: 15px;
height: 50px;
margin: 5px 0; }
#tree-panel .node .node-spacer .node-spacer-indicator {
position: relative;
font-size: 1em;
top: 10px;
display: none; }
#tree-panel .node .node-spacer:nth-last-of-type(2) {
opacity: 0; }
#tree-panel .node.node-hoverable.hovered > div > .node-children > .node-spacer {
opacity: 1;
transition: visibility 0s, opacity 0.5s linear;
height: 50px; }
#tree-panel .node.node-hoverable.hovered > div > .node-children > .node-pseudo {
opacity: 1;
width: auto;
transition: visibility 0s, opacity 0.5s linear;
height: 50px;
margin: 5px; }
#tree-panel .node.node-hoverable.hovered > div > .node-children > .node-spacer .node-spacer-indicator {
display: inline-block;
color: green; }
#tree-panel .node.node-hoverable.hovered > div > .node-children .node-spacer:hover .node-spacer-indicator {
color: yellow; }
#tree-panel .node.node-hoverable.node-2-decorator.hovered > div > .node-children > .node-spacer .node-spacer-indicator {
display: none; }
#tree-panel .node.node-hoverable.node-2-decorator > div > .node-children > .node-pseudo {
opacity: 1;
width: auto;
margin: 5px;
height: 50px; }
#tree-panel .node.node-hoverable.node-2-decorator > div > .node-children > .node-spacer {
opacity: 1;
transition: visibility 0s, opacity 0.5s linear;
height: 50px; }
#tree-panel .node.node-hoverable > div > .node-children > .node-pseudo, #tree-panel .node.node-hoverable > div > .node-children > .node-spacer:only-of-type {
opacity: 0;
height: 0; }
#tree-panel .node.node-hoverable > div > .node-children > .node-pseudo:only-of-type {
opacity: 1;
width: auto;
margin: 5px;
height: 50px; }
#tree-panel .node:hover.hovered > div > .node-parent > div {
background-color: #90860b; }
#tree-panel .node.hovered .node:hover > div > .node-parent > div {
background-color: #90860b; }
#tree-panel .node.node-hoverable:hover > div > .node-children > .node-pseudo .node-parent > div {
background-color: green; }
#tree-panel .node.node-hoverable > div {
padding: 0 10px; }
#new-node {
pointer-events: none;
position: absolute;
z-index: 100;
background-color: #111111;
width: 35px;
height: 35px;
line-height: 35px;
font-size: 1.5em;
text-align: center;
border: 1px solid gray;
border-radius: 14px;
opacity: 0.8; }
#new-node.hidden {
display: none; }
.clear-float {
clear: both;
height: 0; }
/*# sourceMappingURL=style.css.map */
| 0.363647 | 0.096068 |
body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
background: url('../img/bg.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
p {
font-size: 1.25em;
line-height: 1.6;
color: #000;
}
hr {
max-width: 400px;
border-color: #999999;
}
.brand, .address-bar {
display: none;
}
.navbar-brand {
text-transform: uppercase;
font-weight: 900;
letter-spacing: 2px;
}
.navbar-nav {
text-transform: uppercase;
font-weight: 400;
letter-spacing: 3px;
}
.box {
margin-bottom: 20px;
padding: 30px 15px;
background: #fff;
background: rgba(255, 255, 255, 0.9);
}
.intro-text {
text-transform: uppercase;
font-size: 1.25em;
font-weight: 400;
letter-spacing: 1px;
}
footer {
background: #fff;
background: rgba(255, 255, 255, 0.9);
}
footer p {
margin: 0;
padding: 50px 0;
}
@media screen and (max-width: 767px) {}
@media screen and (min-width:768px) {
.brand {
display: inherit;
margin: 0;
padding: 30px 0 10px;
text-align: center;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 5em;
font-weight: 700;
line-height: normal;
color: #fff;
}
.brand img {
height: 20%;
width: 20%;
min-width: 350px;
margin-bottom: 10px;
}
.address-bar {
display: inherit;
margin: 0;
padding: 0 0 40px;
text-align: center;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
text-transform: uppercase;
font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1.25em;
font-weight: 400;
letter-spacing: 3px;
color: #fff;
}
.brand, .address-bar {
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.navbar {
border-radius: 0;
}
.navbar-header {
display: none;
}
.navbar {
min-height: 0;
}
.navbar-default {
border: none;
background: #fff;
background: rgba(255, 255, 255, 0.9);
}
.nav>li>a {
padding: 35px;
}
.navbar-nav>li>a {
line-height: normal;
}
.navbar-nav {
display: table;
float: none;
margin: 0 auto;
table-layout: fixed;
font-size: 1.25em;
}
}
@media screen and (min-width:1200px) {
.box:after {
content: '';
display: table;
clear: both;
}
}
.active {
font-weight: 700;
}
.error {
color: red;
}
.nav li {
font-size: 14px;
letter-spacing: 1px;
}
.modal {
position: fixed;
}
.block {
background: #DDF0F7;
color: #666;
border: 1px solid #C6C6C6;
border-bottom: 3px solid #C6C6C6;
border-top: 0 none;
padding-bottom: 20px;
margin: 15px 10px;
}
.blockhead {
background: #D0E6F1;
border-bottom: 1px solid #868686;
padding: 10px 20px;
margin-bottom: 20px;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
font-size: 12px;
line-height: 15px;
}
.blockcontent {
padding: 0 20px 20px 20px;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
font-size: 14px;
}
.closeblock {
position: absolute;
top: 0;
right: 0;
font-size: 30px;
padding: 15px;
cursor: pointer;
}
.closeblock:hover {
color: #777;
}
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.5);
}
hr {
max-width: none;
}
.success {
color: green;
}
.intro-text {
text-transform: none;
font-weight: 400;
letter-spacing: 1px;
font-size: 20px;
}
.underline {
margin-top: 15px;
text-decoration: underline;
}
li.dropdown > .active {
background-color: #e7e7e7;
}
li.dropdown > .active:hover {
background-color: #e7e7e7;
}
input[type=password], input[type=text] {
border: 1px solid #A3A3A3;
padding-left: 5px;
line-height: 225%;
border-radius: 3px;
height: 35px;
}
.text-header {
font-family: Lobster, cursive;
font-style: italic;
font-weight: 500;
margin-bottom: 1px;
}
.text-subheader {
font-family: 'Raleway', sans-serif;
font-weight: 400;
font-style: normal;
}
.text-altsubheader {
font-family: 'Josefin Sans', sans-serif;
font-size: 120%;
font-weight: 500;
}
.expand {
margin-top: -10px;
overflow: hidden;
}
.expand p, .expand h3 {
padding-left: 10px;
}
.expand, .shown {
max-height: 2000px;
}
.shown {
transition: max-height .6s;
}
.hidden {
max-height: 0;
transition: max-height .2s;
}
#ball {
position: absolute;
width: 64px;
height: 64px;
}
#template {
min-height: 10em;
}
.no-padding-left {
padding-left: 0px;
}
#shoppingcartimage {
max-width: 175px;
height: 100px;
}
#totalCartSumPayment {
padding: 5px;
}
#game {
display: block;
margin: 0 auto;
border: solid 1px black;
background: black;
}
#output {
background-color: #fff;
border: 1px solid #aaa;
height: 350px;
overflow: scroll;
width: 100%;
}
input[type=search], #dynatable-per-page-highscores {
background-color: #fff;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
display: inline-block;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 12px;
padding-right: 12px;
font-size: 14px;
line-height: 20px;
color: #555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
|
css/style.css
|
body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
background: url('../img/bg.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
p {
font-size: 1.25em;
line-height: 1.6;
color: #000;
}
hr {
max-width: 400px;
border-color: #999999;
}
.brand, .address-bar {
display: none;
}
.navbar-brand {
text-transform: uppercase;
font-weight: 900;
letter-spacing: 2px;
}
.navbar-nav {
text-transform: uppercase;
font-weight: 400;
letter-spacing: 3px;
}
.box {
margin-bottom: 20px;
padding: 30px 15px;
background: #fff;
background: rgba(255, 255, 255, 0.9);
}
.intro-text {
text-transform: uppercase;
font-size: 1.25em;
font-weight: 400;
letter-spacing: 1px;
}
footer {
background: #fff;
background: rgba(255, 255, 255, 0.9);
}
footer p {
margin: 0;
padding: 50px 0;
}
@media screen and (max-width: 767px) {}
@media screen and (min-width:768px) {
.brand {
display: inherit;
margin: 0;
padding: 30px 0 10px;
text-align: center;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 5em;
font-weight: 700;
line-height: normal;
color: #fff;
}
.brand img {
height: 20%;
width: 20%;
min-width: 350px;
margin-bottom: 10px;
}
.address-bar {
display: inherit;
margin: 0;
padding: 0 0 40px;
text-align: center;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
text-transform: uppercase;
font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1.25em;
font-weight: 400;
letter-spacing: 3px;
color: #fff;
}
.brand, .address-bar {
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.navbar {
border-radius: 0;
}
.navbar-header {
display: none;
}
.navbar {
min-height: 0;
}
.navbar-default {
border: none;
background: #fff;
background: rgba(255, 255, 255, 0.9);
}
.nav>li>a {
padding: 35px;
}
.navbar-nav>li>a {
line-height: normal;
}
.navbar-nav {
display: table;
float: none;
margin: 0 auto;
table-layout: fixed;
font-size: 1.25em;
}
}
@media screen and (min-width:1200px) {
.box:after {
content: '';
display: table;
clear: both;
}
}
.active {
font-weight: 700;
}
.error {
color: red;
}
.nav li {
font-size: 14px;
letter-spacing: 1px;
}
.modal {
position: fixed;
}
.block {
background: #DDF0F7;
color: #666;
border: 1px solid #C6C6C6;
border-bottom: 3px solid #C6C6C6;
border-top: 0 none;
padding-bottom: 20px;
margin: 15px 10px;
}
.blockhead {
background: #D0E6F1;
border-bottom: 1px solid #868686;
padding: 10px 20px;
margin-bottom: 20px;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
font-size: 12px;
line-height: 15px;
}
.blockcontent {
padding: 0 20px 20px 20px;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
font-size: 14px;
}
.closeblock {
position: absolute;
top: 0;
right: 0;
font-size: 30px;
padding: 15px;
cursor: pointer;
}
.closeblock:hover {
color: #777;
}
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.5);
}
hr {
max-width: none;
}
.success {
color: green;
}
.intro-text {
text-transform: none;
font-weight: 400;
letter-spacing: 1px;
font-size: 20px;
}
.underline {
margin-top: 15px;
text-decoration: underline;
}
li.dropdown > .active {
background-color: #e7e7e7;
}
li.dropdown > .active:hover {
background-color: #e7e7e7;
}
input[type=password], input[type=text] {
border: 1px solid #A3A3A3;
padding-left: 5px;
line-height: 225%;
border-radius: 3px;
height: 35px;
}
.text-header {
font-family: Lobster, cursive;
font-style: italic;
font-weight: 500;
margin-bottom: 1px;
}
.text-subheader {
font-family: 'Raleway', sans-serif;
font-weight: 400;
font-style: normal;
}
.text-altsubheader {
font-family: 'Josefin Sans', sans-serif;
font-size: 120%;
font-weight: 500;
}
.expand {
margin-top: -10px;
overflow: hidden;
}
.expand p, .expand h3 {
padding-left: 10px;
}
.expand, .shown {
max-height: 2000px;
}
.shown {
transition: max-height .6s;
}
.hidden {
max-height: 0;
transition: max-height .2s;
}
#ball {
position: absolute;
width: 64px;
height: 64px;
}
#template {
min-height: 10em;
}
.no-padding-left {
padding-left: 0px;
}
#shoppingcartimage {
max-width: 175px;
height: 100px;
}
#totalCartSumPayment {
padding: 5px;
}
#game {
display: block;
margin: 0 auto;
border: solid 1px black;
background: black;
}
#output {
background-color: #fff;
border: 1px solid #aaa;
height: 350px;
overflow: scroll;
width: 100%;
}
input[type=search], #dynatable-per-page-highscores {
background-color: #fff;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
display: inline-block;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 12px;
padding-right: 12px;
font-size: 14px;
line-height: 20px;
color: #555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
| 0.440229 | 0.097519 |
.ace--exodus .ace_gutter {
background: rgba(36,36,36,1);
color: rgb(98,110,110)
}
.ace--exodus .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--exodus {
background-color: rgba(36,36,36,1);
color: rgba(160,184,184,1)
}
.ace--exodus .ace_cursor {
color: rgba(255,204,0,1)
}
.ace--exodus .ace_marker-layer .ace_selection {
background: rgba(50,70,75,1)
}
.ace--exodus.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px rgba(36,36,36,1);
border-radius: 2px
}
.ace--exodus .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace--exodus .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(83,109,121,1.3)
}
.ace--exodus .ace_marker-layer .ace_active-line {
background: rgba(23,23,23,1)
}
.ace--exodus .ace_gutter-active-line {
background-color: rgba(23,23,23,1)
}
.ace--exodus .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(50,70,75,1)
}
.ace--exodus .ace_fold {
background-color: rgba(117,192,224,1);
border-color: rgba(160,184,184,1)
}
.ace--exodus .ace_keyword {
color: rgba(137,221,255,1)
}
.ace--exodus .ace_constant.ace_character,
.ace--exodus .ace_constant.ace_language,
.ace--exodus .ace_constant.ace_numeric,
.ace--exodus .ace_constant.ace_other,
.ace--exodus .ace_support.ace_constant {
color: rgba(247,118,105,1)
}
.ace--exodus .ace_support.ace_function {
color: rgba(120,194,185,1)
}
.ace--exodus .ace_support.ace_class,
.ace--exodus .ace_support.ace_type {
font-style: italic;
color: rgba(127,202,195,1)
}
.ace--exodus .ace_storage {
color: rgba(153,146,235,1)
}
.ace--exodus .ace_storage.ace_type {
font-style: italic;
color: rgba(201,204,137,1)
}
.ace--exodus .ace_invalid {
color: rgba(248,248,240,1);
background-color: rgba(249,38,114,1)
}
.ace--exodus .ace_invalid.ace_deprecated {
color: rgba(248,248,240,1);
background-color: rgba(174,129,255,1)
}
.ace--exodus .ace_string {
color: rgba(141,219,127,1)
}
.ace--exodus .ace_comment {
color: rgba(174,129,255,1)
}
.ace--exodus .ace_variable {
color: rgba(248,81,109,1)
}
.ace--exodus .ace_variable.ace_parameter {
font-style: italic;
color: rgba(253,151,31,1)
}
.ace--exodus .ace_entity.ace_other.ace_attribute-name {
color: rgba(255,203,107,1)
}
.ace--exodus .ace_entity.ace_name.ace_function {
color: rgba(117,192,224,1)
}
.ace--exodus .ace_entity.ace_name.ace_tag {
color: rgba(255,83,112,1)
}
|
ace/lib/ace/theme/Exodus.css
|
.ace--exodus .ace_gutter {
background: rgba(36,36,36,1);
color: rgb(98,110,110)
}
.ace--exodus .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--exodus {
background-color: rgba(36,36,36,1);
color: rgba(160,184,184,1)
}
.ace--exodus .ace_cursor {
color: rgba(255,204,0,1)
}
.ace--exodus .ace_marker-layer .ace_selection {
background: rgba(50,70,75,1)
}
.ace--exodus.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px rgba(36,36,36,1);
border-radius: 2px
}
.ace--exodus .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace--exodus .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(83,109,121,1.3)
}
.ace--exodus .ace_marker-layer .ace_active-line {
background: rgba(23,23,23,1)
}
.ace--exodus .ace_gutter-active-line {
background-color: rgba(23,23,23,1)
}
.ace--exodus .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(50,70,75,1)
}
.ace--exodus .ace_fold {
background-color: rgba(117,192,224,1);
border-color: rgba(160,184,184,1)
}
.ace--exodus .ace_keyword {
color: rgba(137,221,255,1)
}
.ace--exodus .ace_constant.ace_character,
.ace--exodus .ace_constant.ace_language,
.ace--exodus .ace_constant.ace_numeric,
.ace--exodus .ace_constant.ace_other,
.ace--exodus .ace_support.ace_constant {
color: rgba(247,118,105,1)
}
.ace--exodus .ace_support.ace_function {
color: rgba(120,194,185,1)
}
.ace--exodus .ace_support.ace_class,
.ace--exodus .ace_support.ace_type {
font-style: italic;
color: rgba(127,202,195,1)
}
.ace--exodus .ace_storage {
color: rgba(153,146,235,1)
}
.ace--exodus .ace_storage.ace_type {
font-style: italic;
color: rgba(201,204,137,1)
}
.ace--exodus .ace_invalid {
color: rgba(248,248,240,1);
background-color: rgba(249,38,114,1)
}
.ace--exodus .ace_invalid.ace_deprecated {
color: rgba(248,248,240,1);
background-color: rgba(174,129,255,1)
}
.ace--exodus .ace_string {
color: rgba(141,219,127,1)
}
.ace--exodus .ace_comment {
color: rgba(174,129,255,1)
}
.ace--exodus .ace_variable {
color: rgba(248,81,109,1)
}
.ace--exodus .ace_variable.ace_parameter {
font-style: italic;
color: rgba(253,151,31,1)
}
.ace--exodus .ace_entity.ace_other.ace_attribute-name {
color: rgba(255,203,107,1)
}
.ace--exodus .ace_entity.ace_name.ace_function {
color: rgba(117,192,224,1)
}
.ace--exodus .ace_entity.ace_name.ace_tag {
color: rgba(255,83,112,1)
}
| 0.611846 | 0.127898 |
.gtd {
width: 180mm;
height: 260mm;
margin-left: 10mm;
/ / overflow: hidden;
/ / background-image: url('../images/gtd.png');
/ / background-repeat: no-repeat;
/ / background-size: 180 mm;
margin-bottom: 60px;
/*background-color:#ddd;*/
}
.gtd2 {
width: 185mm;
height: 210mm;
margin-left: 10mm;
/ / overflow: hidden;
/ / background-image: url('../images/gtd2.png');
/ / background-repeat: no-repeat;
/ / background-size: 160 mm;
/*background-color:#ddd;*/
}
.back {
position: absolute;
/* z-index: 0;*/
}
.front {
/* z-index:1;*/
font-weight: bold;
/* position: absolute;*/
overflow: hidden;
}
#CC_02 {
position: absolute;
width: 76mm;
height: 20mm;
margin-left: 20mm;
margin-top: 11mm;
}
#CC_02_okpo {
position: absolute;
width: 27mm;
height: 5mm;
margin-left: 69mm;
margin-top: 8mm;
}
#CC_08 {
position: absolute;
width: 80mm;
height: 20mm;
margin-left: 17mm;
margin-top: 32mm;
}
#CC_08_okpo {
position: absolute;
width: 27mm;
height: 5mm;
margin-left: 69mm;
margin-top: 28mm;
}
#CC_14 {
position: absolute;
width: 80mm;
height: 20mm;
margin-left: 17mm;
margin-top: 55mm;
}
#CC_14_okpo {
position: absolute;
width: 27mm;
height: 5mm;
margin-left: 69mm;
margin-top: 52mm;
}
#CC_18 {
position: absolute;
overflow: hidden;
width: 60mm;
height: 5mm;
margin-left: 17mm;
margin-top: 73mm;
}
#CC_21 {
position: absolute;
overflow: hidden;
width: 60mm;
height: 5mm;
margin-left: 17mm;
margin-top: 82mm;
}
#CC_25 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 16mm;
margin-top: 90mm;
}
#CC_26 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 36mm;
margin-top: 90mm;
}
#CC_27 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 56mm;
margin-top: 90mm;
}
#CC_29 {
position: absolute;
/*font-size: 85%;*/
font-size: 8px;
width: 36mm;
height: 5mm;
margin-left: 16mm;
margin-top: 98mm;
}
#CD_31 {
position: absolute;
overflow: hidden;
width: 90mm;
height: 34mm;
margin-left: 17mm;
margin-top: 105mm;
}
#d1_1 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 101mm;
margin-top: 11mm;
}
#d1_2 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 110mm;
margin-top: 11mm;
}
#d1_3 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 120mm;
margin-top: 11mm;
}
#CC_A_01 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 128mm;
margin-top: 4mm;
}
#CC_09 {
position: absolute;
width: 80mm;
height: 12mm;
margin-left: 99mm;
margin-top: 31mm;
}
#CC_09_okpo {
position: absolute;
width: 27mm;
height: 5mm;
margin-left: 147mm;
margin-top: 28mm;
}
#d20_4 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 99mm;
margin-top: 73mm;
}
#d20_3 {
position: absolute;
width: 63mm;
height: 5mm;
margin-left: 108mm;
margin-top: 73mm;
}
#d20_2 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 174mm;
margin-top: 73mm;
}
#d22_1 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 99mm;
margin-top: 82mm;
}
#d22_2 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 108mm;
margin-top: 82mm;
}
#d23_1 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 137mm;
margin-top: 82mm;
}
#d24_1 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 159mm;
margin-top: 82mm;
}
#CC_28 {
position: absolute;
width: 79mm;
height: 15mm;
margin-left: 100mm;
margin-top: 90mm;
font-size: 11px;
font-weight: bold;
}
#CD_32 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 110mm;
margin-top: 107mm;
}
#CD_33 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 120mm;
margin-top: 107mm;
}
#CD_332 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 142mm;
margin-top: 107mm;
}
#CD_333 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 150mm;
margin-top: 107mm;
}
#CD_334 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 159mm;
margin-top: 107mm;
}
#CD_335 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 168mm;
margin-top: 107mm;
}
#CD_34 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 123mm;
margin-top: 117mm;
}
#CD_36 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 164mm;
margin-top: 117mm;
}
#CD_37 {
position: absolute;
width: 19mm;
height: 5mm;
margin-left: 121mm;
margin-top: 124mm;
}
#CD_37_2 {
position: absolute;
width: 9mm;
height: 5mm;
margin-left: 125mm;
margin-top: 124mm;
}
#CD_37_3 {
position: absolute;
width: 9mm;
height: 5mm;
margin-left: 131mm;
margin-top: 124mm;
}
#CD_38 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 147mm;
margin-top: 124mm;
}
#CD_41 {
position: absolute;
width: 25mm;
height: 5mm;
margin-left: 120mm;
margin-top: 138mm;
}
#CD_42 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 147mm;
margin-top: 138mm;
}
#CD_44 {
position: absolute;
overflow: hidden;
width: 101mm;
height: 17mm;
margin-left: 17mm;
margin-top: 141mm;
}
#CD_44 td {
padding: 0px;
}
#CD_46 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 147mm;
margin-top: 155mm;
}
#CD_03_01 {
position: absolute;
width: 14mm;
height: 5mm;
margin-left: 99mm;
margin-top: 18mm;
}
#CD_04_01 {
position: absolute;
width: 12mm;
height: 5mm;
margin-left: 115mm;
margin-top: 18mm;
}
#CD_05_01 {
position: absolute;
width: 14mm;
height: 5mm;
margin-left: 99mm;
margin-top: 24mm;
}
#CD_06_01 {
position: absolute;
width: 12mm;
height: 5mm;
margin-left: 115mm;
margin-top: 24mm;
}
#CC_07_01 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 133mm;
margin-top: 24mm;
}
#CD_11 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 119mm;
margin-top: 48mm;
}
#CD_12 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 135mm;
margin-top: 48mm;
}
#CC_15 {
position: absolute;
width: 37mm;
height: 5mm;
margin-left: 99mm;
margin-top: 57mm;
}
#CC_15_2 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 141mm;
margin-top: 57mm;
}
#CC_16 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 99mm;
margin-top: 65mm;
}
#CC_17 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 164mm;
margin-top: 57mm;
}
#CC_172 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 138mm;
margin-top: 65mm;
}
#CC_182 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 82mm;
margin-top: 73mm;
}
#CC_212 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 91mm;
margin-top: 82mm;
}
#CD_19 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 91mm;
margin-top: 73mm;
}
#CD_30 {
position: absolute;
/*font-size: 85%;*/
font-size: 8px;
width: 42mm;
height: 5mm;
margin-left: 55mm;
margin-top: 98mm;
}
#CD_35 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 142mm;
margin-top: 117mm;
}
#CD_39 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 164mm;
margin-top: 124mm;
}
#CD_40 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 121mm;
margin-top: 130mm;
}
#CD_45 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 156mm;
margin-top: 147mm;
}
#CD_48 {
position: absolute;
overflow: hidden;
width: 80mm;
height: 31mm;
margin-left: 17mm;
margin-top: 164mm;
}
.str48 {
clear: both;
overflow: hidden;
}
.vid {
width: 8mm;
float: left;
}
.fnd {
width: 25mm;
float: left;
}
.stav {
width: 20mm;
float: left;
}
.sum {
width: 23mm;
float: left;
}
.sp {
width: 4mm;
float: left;
}
#CD_B {
position: absolute;
overflow: hidden;
width: 81mm;
height: 29mm;
margin-left: 99mm;
margin-top: 170mm;
}
.headt {
margin: 0px;
width: 389px;
}
.headt .sh {
width: 55px;
padding: 0px;
}
.headt .lg {
width: 93px;
padding: 0px;
}
.headt2 {
margin: 0px;
width: 760px;
}
.headt2 .sh {
width: 58px;
padding: 0px;
}
.headt2 .lg {
width: 174px;
padding: 0px;
}
.headt3 {
margin: 0px;
width: 530px;
}
.headt3 td {
width: 177px;
padding: 0px;
}
#CC_54 {
position: absolute;
width: 59mm;
height: 15mm;
margin-left: 120mm;
margin-top: 239mm;
}
#CD1_31 {
position: absolute;
overflow: hidden;
width: 90mm;
height: 34mm;
margin-left: 17mm;
margin-top: 25mm;
}
#CD2_31 {
position: absolute;
overflow: hidden;
width: 90mm;
height: 34mm;
margin-left: 17mm;
margin-top: 84mm;
}
#CD3_31 {
position: absolute;
overflow: hidden;
width: 90mm;
height: 34mm;
margin-left: 17mm;
margin-top: 140mm;
}
#CD1_32 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 98mm;
margin-top: 28mm;
}
#CD2_32 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 98mm;
margin-top: 84mm;
}
#CD3_32 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 98mm;
margin-top: 140mm;
}
#CD1_33 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 107mm;
margin-top: 28mm;
}
#CD2_33 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 107mm;
margin-top: 84mm;
}
#CD3_33 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 107mm;
margin-top: 140mm;
}
#CD1_332 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 126mm;
margin-top: 28mm;
}
#CD2_332 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 126mm;
margin-top: 84mm;
}
#CD3_332 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 126mm;
margin-top: 140mm;
}
#CD1_333 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 134mm;
margin-top: 28mm;
}
#CD2_333 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 134mm;
margin-top: 84mm;
}
#CD3_333 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 134mm;
margin-top: 140mm;
}
#CD1_334 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 152mm;
margin-top: 28mm;
}
#CD2_334 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 152mm;
margin-top: 84mm;
}
#CD3_334 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 152mm;
margin-top: 140mm;
}
#CD1_34 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 109mm;
margin-top: 38mm;
}
#CD2_34 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 109mm;
margin-top: 93mm;
}
#CD3_34 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 109mm;
margin-top: 148mm;
}
#CD1_35 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 126mm;
margin-top: 38mm;
}
#CD2_35 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 126mm;
margin-top: 93mm;
}
#CD3_35 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 126mm;
margin-top: 148mm;
}
#CD1_36 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 150mm;
margin-top: 38mm;
}
#CD2_36 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 150mm;
margin-top: 93mm;
}
#CD3_36 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 150mm;
margin-top: 148mm;
}
#CD1_37 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 107mm;
margin-top: 45mm;
}
#CD2_37 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 107mm;
margin-top: 100mm;
}
#CD3_37 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 107mm;
margin-top: 157mm;
}
#CD1_37_2 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 112mm;
margin-top: 45mm;
}
#CD2_37_2 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 112mm;
margin-top: 100mm;
}
#CD3_37_2 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 112mm;
margin-top: 157mm;
}
#CD1_37_3 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 119mm;
margin-top: 45mm;
}
#CD2_37_3 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 119mm;
margin-top: 100mm;
}
#CD3_37_3 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 119mm;
margin-top: 157mm;
}
#CD1_38 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 131mm;
margin-top: 45mm;
}
#CD2_38 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 131mm;
margin-top: 100mm;
}
#CD3_38 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 131mm;
margin-top: 157mm;
}
#CD1_39 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 151mm;
margin-top: 45mm;
}
#CD2_39 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 151mm;
margin-top: 100mm;
}
#CD3_39 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 151mm;
margin-top: 157mm;
}
#CD1_40 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 107mm;
margin-top: 52mm;
}
#CD2_40 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 107mm;
margin-top: 107mm;
}
#CD3_40 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 107mm;
margin-top: 163mm;
}
#CD1_41 {
position: absolute;
width: 25mm;
height: 5mm;
margin-left: 107mm;
margin-top: 59mm;
}
#CD2_41 {
position: absolute;
width: 25mm;
height: 5mm;
margin-left: 107mm;
margin-top: 115mm;
}
#CD3_41 {
position: absolute;
width: 25mm;
height: 5mm;
margin-left: 107mm;
margin-top: 171mm;
}
#CD1_42 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 131mm;
margin-top: 59mm;
}
#CD2_42 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 131mm;
margin-top: 115mm;
}
#CD3_42 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 131mm;
margin-top: 171mm;
}
#CD1_44 {
position: absolute;
overflow: hidden;
width: 81mm;
height: 19mm;
margin-left: 15mm;
margin-top: 60mm;
}
#CD1_44 td {
padding: 0px;
}
#CD2_44 {
position: absolute;
overflow: hidden;
width: 81mm;
height: 19mm;
margin-left: 15mm;
margin-top: 116mm;
}
#CD2_44 td {
padding: 0px;
}
#CD3_44 {
position: absolute;
overflow: hidden;
width: 81mm;
height: 19mm;
margin-left: 15mm;
margin-top: 174mm;
}
#CD3_44 td {
padding: 0px;
}
#CD1_45 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 140mm;
margin-top: 68mm;
}
#CD2_45 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 140mm;
margin-top: 124mm;
}
#CD3_45 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 140mm;
margin-top: 180mm;
}
#CD1_46 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 132mm;
margin-top: 76mm;
}
#CD2_46 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 132mm;
margin-top: 132mm;
}
#CD3_46 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 132mm;
margin-top: 188mm;
}
#CD1_48 {
position: absolute;
overflow: hidden;
width: 72mm;
height: 24mm;
margin-left: 15mm;
margin-top: 198mm;
}
#CD2_48 {
position: absolute;
overflow: hidden;
width: 72mm;
height: 24mm;
margin-left: 88mm;
margin-top: 198mm;
}
#CD3_48 {
position: absolute;
overflow: hidden;
width: 72mm;
height: 24mm;
margin-left: 15mm;
margin-top: 231mm;
}
.str482 {
clear: both;
overflow: hidden;
}
.vid2 {
width: 8mm;
float: left;
}
.fnd2 {
width: 20mm;
float: left;
}
.stav2 {
width: 20mm;
float: left;
}
.sum2 {
width: 20mm;
float: left;
}
.sp2 {
width: 4mm;
float: left;
}
#CD_03_02 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 108mm;
margin-top: 18mm;
}
#CD_48_SUM {
position: absolute;
width: 21mm;
height: 5mm;
margin-left: 71mm;
margin-top: 196mm;
}
#CD2_48_SUM1 {
position: absolute;
width: 21mm;
height: 5mm;
margin-left: 63mm;
margin-top: 223mm;
}
#CD2_48_SUM2 {
position: absolute;
width: 21mm;
height: 5mm;
margin-left: 136mm;
margin-top: 223mm;
}
#CD2_48_SUM3 {
position: absolute;
width: 21mm;
height: 5mm;
margin-left: 63mm;
margin-top: 259mm;
}
#CC2_02 {
position: absolute;
width: 76mm;
height: 20mm;
margin-left: 20mm;
margin-top: 11mm;
}
#CC2_02_okpo {
position: absolute;
width: 27mm;
height: 5mm;
margin-left: 63mm;
margin-top: 8mm;
}
#d21_1 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 90mm;
margin-top: 11mm;
}
#d21_2 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 97mm;
margin-top: 11mm;
}
#d21_3 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 109mm;
margin-top: 11mm;
}
#CC2_A_01 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 114mm;
margin-top: 4mm;
}
#CD2_03_01 {
position: absolute;
width: 14mm;
height: 5mm;
margin-left: 90mm;
margin-top: 18mm;
}
#CD2_03_02 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 97mm;
margin-top: 18mm;
}
@media print {
}
|
extension/privcab/css/gtd.css
|
.gtd {
width: 180mm;
height: 260mm;
margin-left: 10mm;
/ / overflow: hidden;
/ / background-image: url('../images/gtd.png');
/ / background-repeat: no-repeat;
/ / background-size: 180 mm;
margin-bottom: 60px;
/*background-color:#ddd;*/
}
.gtd2 {
width: 185mm;
height: 210mm;
margin-left: 10mm;
/ / overflow: hidden;
/ / background-image: url('../images/gtd2.png');
/ / background-repeat: no-repeat;
/ / background-size: 160 mm;
/*background-color:#ddd;*/
}
.back {
position: absolute;
/* z-index: 0;*/
}
.front {
/* z-index:1;*/
font-weight: bold;
/* position: absolute;*/
overflow: hidden;
}
#CC_02 {
position: absolute;
width: 76mm;
height: 20mm;
margin-left: 20mm;
margin-top: 11mm;
}
#CC_02_okpo {
position: absolute;
width: 27mm;
height: 5mm;
margin-left: 69mm;
margin-top: 8mm;
}
#CC_08 {
position: absolute;
width: 80mm;
height: 20mm;
margin-left: 17mm;
margin-top: 32mm;
}
#CC_08_okpo {
position: absolute;
width: 27mm;
height: 5mm;
margin-left: 69mm;
margin-top: 28mm;
}
#CC_14 {
position: absolute;
width: 80mm;
height: 20mm;
margin-left: 17mm;
margin-top: 55mm;
}
#CC_14_okpo {
position: absolute;
width: 27mm;
height: 5mm;
margin-left: 69mm;
margin-top: 52mm;
}
#CC_18 {
position: absolute;
overflow: hidden;
width: 60mm;
height: 5mm;
margin-left: 17mm;
margin-top: 73mm;
}
#CC_21 {
position: absolute;
overflow: hidden;
width: 60mm;
height: 5mm;
margin-left: 17mm;
margin-top: 82mm;
}
#CC_25 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 16mm;
margin-top: 90mm;
}
#CC_26 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 36mm;
margin-top: 90mm;
}
#CC_27 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 56mm;
margin-top: 90mm;
}
#CC_29 {
position: absolute;
/*font-size: 85%;*/
font-size: 8px;
width: 36mm;
height: 5mm;
margin-left: 16mm;
margin-top: 98mm;
}
#CD_31 {
position: absolute;
overflow: hidden;
width: 90mm;
height: 34mm;
margin-left: 17mm;
margin-top: 105mm;
}
#d1_1 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 101mm;
margin-top: 11mm;
}
#d1_2 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 110mm;
margin-top: 11mm;
}
#d1_3 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 120mm;
margin-top: 11mm;
}
#CC_A_01 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 128mm;
margin-top: 4mm;
}
#CC_09 {
position: absolute;
width: 80mm;
height: 12mm;
margin-left: 99mm;
margin-top: 31mm;
}
#CC_09_okpo {
position: absolute;
width: 27mm;
height: 5mm;
margin-left: 147mm;
margin-top: 28mm;
}
#d20_4 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 99mm;
margin-top: 73mm;
}
#d20_3 {
position: absolute;
width: 63mm;
height: 5mm;
margin-left: 108mm;
margin-top: 73mm;
}
#d20_2 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 174mm;
margin-top: 73mm;
}
#d22_1 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 99mm;
margin-top: 82mm;
}
#d22_2 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 108mm;
margin-top: 82mm;
}
#d23_1 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 137mm;
margin-top: 82mm;
}
#d24_1 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 159mm;
margin-top: 82mm;
}
#CC_28 {
position: absolute;
width: 79mm;
height: 15mm;
margin-left: 100mm;
margin-top: 90mm;
font-size: 11px;
font-weight: bold;
}
#CD_32 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 110mm;
margin-top: 107mm;
}
#CD_33 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 120mm;
margin-top: 107mm;
}
#CD_332 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 142mm;
margin-top: 107mm;
}
#CD_333 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 150mm;
margin-top: 107mm;
}
#CD_334 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 159mm;
margin-top: 107mm;
}
#CD_335 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 168mm;
margin-top: 107mm;
}
#CD_34 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 123mm;
margin-top: 117mm;
}
#CD_36 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 164mm;
margin-top: 117mm;
}
#CD_37 {
position: absolute;
width: 19mm;
height: 5mm;
margin-left: 121mm;
margin-top: 124mm;
}
#CD_37_2 {
position: absolute;
width: 9mm;
height: 5mm;
margin-left: 125mm;
margin-top: 124mm;
}
#CD_37_3 {
position: absolute;
width: 9mm;
height: 5mm;
margin-left: 131mm;
margin-top: 124mm;
}
#CD_38 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 147mm;
margin-top: 124mm;
}
#CD_41 {
position: absolute;
width: 25mm;
height: 5mm;
margin-left: 120mm;
margin-top: 138mm;
}
#CD_42 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 147mm;
margin-top: 138mm;
}
#CD_44 {
position: absolute;
overflow: hidden;
width: 101mm;
height: 17mm;
margin-left: 17mm;
margin-top: 141mm;
}
#CD_44 td {
padding: 0px;
}
#CD_46 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 147mm;
margin-top: 155mm;
}
#CD_03_01 {
position: absolute;
width: 14mm;
height: 5mm;
margin-left: 99mm;
margin-top: 18mm;
}
#CD_04_01 {
position: absolute;
width: 12mm;
height: 5mm;
margin-left: 115mm;
margin-top: 18mm;
}
#CD_05_01 {
position: absolute;
width: 14mm;
height: 5mm;
margin-left: 99mm;
margin-top: 24mm;
}
#CD_06_01 {
position: absolute;
width: 12mm;
height: 5mm;
margin-left: 115mm;
margin-top: 24mm;
}
#CC_07_01 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 133mm;
margin-top: 24mm;
}
#CD_11 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 119mm;
margin-top: 48mm;
}
#CD_12 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 135mm;
margin-top: 48mm;
}
#CC_15 {
position: absolute;
width: 37mm;
height: 5mm;
margin-left: 99mm;
margin-top: 57mm;
}
#CC_15_2 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 141mm;
margin-top: 57mm;
}
#CC_16 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 99mm;
margin-top: 65mm;
}
#CC_17 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 164mm;
margin-top: 57mm;
}
#CC_172 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 138mm;
margin-top: 65mm;
}
#CC_182 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 82mm;
margin-top: 73mm;
}
#CC_212 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 91mm;
margin-top: 82mm;
}
#CD_19 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 91mm;
margin-top: 73mm;
}
#CD_30 {
position: absolute;
/*font-size: 85%;*/
font-size: 8px;
width: 42mm;
height: 5mm;
margin-left: 55mm;
margin-top: 98mm;
}
#CD_35 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 142mm;
margin-top: 117mm;
}
#CD_39 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 164mm;
margin-top: 124mm;
}
#CD_40 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 121mm;
margin-top: 130mm;
}
#CD_45 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 156mm;
margin-top: 147mm;
}
#CD_48 {
position: absolute;
overflow: hidden;
width: 80mm;
height: 31mm;
margin-left: 17mm;
margin-top: 164mm;
}
.str48 {
clear: both;
overflow: hidden;
}
.vid {
width: 8mm;
float: left;
}
.fnd {
width: 25mm;
float: left;
}
.stav {
width: 20mm;
float: left;
}
.sum {
width: 23mm;
float: left;
}
.sp {
width: 4mm;
float: left;
}
#CD_B {
position: absolute;
overflow: hidden;
width: 81mm;
height: 29mm;
margin-left: 99mm;
margin-top: 170mm;
}
.headt {
margin: 0px;
width: 389px;
}
.headt .sh {
width: 55px;
padding: 0px;
}
.headt .lg {
width: 93px;
padding: 0px;
}
.headt2 {
margin: 0px;
width: 760px;
}
.headt2 .sh {
width: 58px;
padding: 0px;
}
.headt2 .lg {
width: 174px;
padding: 0px;
}
.headt3 {
margin: 0px;
width: 530px;
}
.headt3 td {
width: 177px;
padding: 0px;
}
#CC_54 {
position: absolute;
width: 59mm;
height: 15mm;
margin-left: 120mm;
margin-top: 239mm;
}
#CD1_31 {
position: absolute;
overflow: hidden;
width: 90mm;
height: 34mm;
margin-left: 17mm;
margin-top: 25mm;
}
#CD2_31 {
position: absolute;
overflow: hidden;
width: 90mm;
height: 34mm;
margin-left: 17mm;
margin-top: 84mm;
}
#CD3_31 {
position: absolute;
overflow: hidden;
width: 90mm;
height: 34mm;
margin-left: 17mm;
margin-top: 140mm;
}
#CD1_32 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 98mm;
margin-top: 28mm;
}
#CD2_32 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 98mm;
margin-top: 84mm;
}
#CD3_32 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 98mm;
margin-top: 140mm;
}
#CD1_33 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 107mm;
margin-top: 28mm;
}
#CD2_33 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 107mm;
margin-top: 84mm;
}
#CD3_33 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 107mm;
margin-top: 140mm;
}
#CD1_332 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 126mm;
margin-top: 28mm;
}
#CD2_332 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 126mm;
margin-top: 84mm;
}
#CD3_332 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 126mm;
margin-top: 140mm;
}
#CD1_333 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 134mm;
margin-top: 28mm;
}
#CD2_333 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 134mm;
margin-top: 84mm;
}
#CD3_333 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 134mm;
margin-top: 140mm;
}
#CD1_334 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 152mm;
margin-top: 28mm;
}
#CD2_334 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 152mm;
margin-top: 84mm;
}
#CD3_334 {
position: absolute;
width: 20mm;
height: 5mm;
margin-left: 152mm;
margin-top: 140mm;
}
#CD1_34 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 109mm;
margin-top: 38mm;
}
#CD2_34 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 109mm;
margin-top: 93mm;
}
#CD3_34 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 109mm;
margin-top: 148mm;
}
#CD1_35 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 126mm;
margin-top: 38mm;
}
#CD2_35 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 126mm;
margin-top: 93mm;
}
#CD3_35 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 126mm;
margin-top: 148mm;
}
#CD1_36 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 150mm;
margin-top: 38mm;
}
#CD2_36 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 150mm;
margin-top: 93mm;
}
#CD3_36 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 150mm;
margin-top: 148mm;
}
#CD1_37 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 107mm;
margin-top: 45mm;
}
#CD2_37 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 107mm;
margin-top: 100mm;
}
#CD3_37 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 107mm;
margin-top: 157mm;
}
#CD1_37_2 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 112mm;
margin-top: 45mm;
}
#CD2_37_2 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 112mm;
margin-top: 100mm;
}
#CD3_37_2 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 112mm;
margin-top: 157mm;
}
#CD1_37_3 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 119mm;
margin-top: 45mm;
}
#CD2_37_3 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 119mm;
margin-top: 100mm;
}
#CD3_37_3 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 119mm;
margin-top: 157mm;
}
#CD1_38 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 131mm;
margin-top: 45mm;
}
#CD2_38 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 131mm;
margin-top: 100mm;
}
#CD3_38 {
position: absolute;
width: 7mm;
height: 5mm;
margin-left: 131mm;
margin-top: 157mm;
}
#CD1_39 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 151mm;
margin-top: 45mm;
}
#CD2_39 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 151mm;
margin-top: 100mm;
}
#CD3_39 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 151mm;
margin-top: 157mm;
}
#CD1_40 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 107mm;
margin-top: 52mm;
}
#CD2_40 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 107mm;
margin-top: 107mm;
}
#CD3_40 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 107mm;
margin-top: 163mm;
}
#CD1_41 {
position: absolute;
width: 25mm;
height: 5mm;
margin-left: 107mm;
margin-top: 59mm;
}
#CD2_41 {
position: absolute;
width: 25mm;
height: 5mm;
margin-left: 107mm;
margin-top: 115mm;
}
#CD3_41 {
position: absolute;
width: 25mm;
height: 5mm;
margin-left: 107mm;
margin-top: 171mm;
}
#CD1_42 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 131mm;
margin-top: 59mm;
}
#CD2_42 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 131mm;
margin-top: 115mm;
}
#CD3_42 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 131mm;
margin-top: 171mm;
}
#CD1_44 {
position: absolute;
overflow: hidden;
width: 81mm;
height: 19mm;
margin-left: 15mm;
margin-top: 60mm;
}
#CD1_44 td {
padding: 0px;
}
#CD2_44 {
position: absolute;
overflow: hidden;
width: 81mm;
height: 19mm;
margin-left: 15mm;
margin-top: 116mm;
}
#CD2_44 td {
padding: 0px;
}
#CD3_44 {
position: absolute;
overflow: hidden;
width: 81mm;
height: 19mm;
margin-left: 15mm;
margin-top: 174mm;
}
#CD3_44 td {
padding: 0px;
}
#CD1_45 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 140mm;
margin-top: 68mm;
}
#CD2_45 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 140mm;
margin-top: 124mm;
}
#CD3_45 {
position: absolute;
width: 24mm;
height: 5mm;
margin-left: 140mm;
margin-top: 180mm;
}
#CD1_46 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 132mm;
margin-top: 76mm;
}
#CD2_46 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 132mm;
margin-top: 132mm;
}
#CD3_46 {
position: absolute;
width: 18mm;
height: 5mm;
margin-left: 132mm;
margin-top: 188mm;
}
#CD1_48 {
position: absolute;
overflow: hidden;
width: 72mm;
height: 24mm;
margin-left: 15mm;
margin-top: 198mm;
}
#CD2_48 {
position: absolute;
overflow: hidden;
width: 72mm;
height: 24mm;
margin-left: 88mm;
margin-top: 198mm;
}
#CD3_48 {
position: absolute;
overflow: hidden;
width: 72mm;
height: 24mm;
margin-left: 15mm;
margin-top: 231mm;
}
.str482 {
clear: both;
overflow: hidden;
}
.vid2 {
width: 8mm;
float: left;
}
.fnd2 {
width: 20mm;
float: left;
}
.stav2 {
width: 20mm;
float: left;
}
.sum2 {
width: 20mm;
float: left;
}
.sp2 {
width: 4mm;
float: left;
}
#CD_03_02 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 108mm;
margin-top: 18mm;
}
#CD_48_SUM {
position: absolute;
width: 21mm;
height: 5mm;
margin-left: 71mm;
margin-top: 196mm;
}
#CD2_48_SUM1 {
position: absolute;
width: 21mm;
height: 5mm;
margin-left: 63mm;
margin-top: 223mm;
}
#CD2_48_SUM2 {
position: absolute;
width: 21mm;
height: 5mm;
margin-left: 136mm;
margin-top: 223mm;
}
#CD2_48_SUM3 {
position: absolute;
width: 21mm;
height: 5mm;
margin-left: 63mm;
margin-top: 259mm;
}
#CC2_02 {
position: absolute;
width: 76mm;
height: 20mm;
margin-left: 20mm;
margin-top: 11mm;
}
#CC2_02_okpo {
position: absolute;
width: 27mm;
height: 5mm;
margin-left: 63mm;
margin-top: 8mm;
}
#d21_1 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 90mm;
margin-top: 11mm;
}
#d21_2 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 97mm;
margin-top: 11mm;
}
#d21_3 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 109mm;
margin-top: 11mm;
}
#CC2_A_01 {
position: absolute;
width: 7mm;
height: 3mm;
margin-left: 114mm;
margin-top: 4mm;
}
#CD2_03_01 {
position: absolute;
width: 14mm;
height: 5mm;
margin-left: 90mm;
margin-top: 18mm;
}
#CD2_03_02 {
position: absolute;
width: 5mm;
height: 5mm;
margin-left: 97mm;
margin-top: 18mm;
}
@media print {
}
| 0.753376 | 0.086478 |
.top_btn{
width: 100%;
height: 0.7rem;
margin-top: 0.15rem;
}
.left_btn,.right_btn{
width: 1.8rem;
height: 0.7rem;
background: #FFFFFF;
border: 1px solid #E7E7E7;
}
.left_btn{
float: left;
border-radius: 0px 0.35rem 0.35rem 0px;
}
.right_btn{
float: right;
border-radius: 0.35rem 0px 0px 0.35rem;
}
.left_btn button{
width: 0.66rem;
height: 0.66rem;
background: #5496F9;
border: none;
border-radius: 0.33rem;
margin-top: 0.02rem;
margin-left: 0.18rem;
/*box-shadow: 0px 2px 2px #5496F9;*/
font-size: 0.2rem;
line-height: 0.24rem;
color: #FFFFFF;
}
.right_btn button{
width: 1.78rem;
height: 0.66rem;
background: #5496F9;
border: none;
border-radius: 0.33rem 0px 0px 0.33rem;
margin-top: 0.02rem;
margin-left: 0.02rem;
font-size: 0.26rem;
color: #FFFFFF;
}
#content_div{
background: #FFFFFF !important;
}
.zs_cord{
width: 100%;
height: 1.8rem;
margin-top: 0.2rem;
position: relative;
top: -0.3rem;
}
.zs_cord ul{
width: 100%;
height: 2rem;
display: flex;
}
.zs_cord li{
flex: 1;
}
.pm_span,.yq_span{
width: 1.2rem;
height: 1.2rem;
background: #FAAD2C;
margin: auto;
border-radius: 0.6rem;
margin-top: 0.4rem;
text-align: center;
}
.pm_span{
float: right;
/*background-image: url(../img/orange_box.png);
background-repeat: no-repeat;
background-size: 100% 100%;*/
background: #fac638;
margin-right: 0.16rem;
}
.yq_span{
float: left;
/*background-image: url(../img/yellow_box.png);
background-repeat: no-repeat;
background-size: 100% 100%;*/
background: #fadc38;
margin-left: 0.16rem;
}
.yq_span>p,.pm_span>p{
font-size: 0.24rem;
line-height: 0.28rem;
}
.title{margin-top: 0.34rem;}
.zf_span{
width: 2rem;
height: 2rem;
margin: auto;
border-radius: 0.9rem;
background-image: url(../img/bg_cord.png);
background-repeat: no-repeat;
background-size: 100% 100%;
text-align: center;
}
.zf_span p{
font-size: 0.36rem;
line-height: 0.44rem;
position: relative;
top: 0.58rem;
}
.bq_box{
width: 100%;
text-align: center;
position: relative;
top: -0.35rem;
}
.bq_box>p{
color: #323232;
font-size: 0.24rem;
margin-top: 0.28rem;
}
.bq_blank{
width: 5.4rem;
height: 2rem;
background-image: url(../img/jifen_blank.png);
background-repeat: no-repeat;
background-size: 100% 100%;
margin: auto;
position: relative;
top: 0.1rem;
z-index: 99;
}
.bq_blue{
background-image: url(../img/jifen_blue.png);
background-repeat: no-repeat;
background-size: 100% 100%;
width: 6rem;
height: 2.8rem;
margin: auto;
position: relative;
top: -0.30rem;
}
.bq_blank ul{
width: 5.2rem;
height: 1.2rem;
float: left;
margin-left: 0.1rem;
margin-top: 0.4rem;
display: flex;
}
.bq_blank li{
flex: 1;
background: #FFFFFF;
}
.bq_blank li>img{
width: 84%;
margin-top: 0.16rem;
}
.bq_blank li>p{
font-size: 0.18rem;
color: #323232;
margin-top: 0.1rem;
}
.acq_money,.acq_jp{
width: 5.2rem;
color: #323232;
}
.acq_money{
height: 0.7rem;
float: left;
margin-left: 0.4rem;
margin-top: 0.4rem;
}
.acq_money ul{
display: block;
width: 100%;
height: 0.7rem;
border-bottom: 1px solid #FFFFFF;
}
.acq_money li{
width: 1.8rem;
display: block;
line-height: 0.7rem;
float: left;
text-align: left;
font-size: 0.24rem;
}
.acq_money li>em{
color: #ff8921;
font-size: 0.3rem;
}
.acq_jp{
float: left;
margin-left: 0.4rem;
height: 1.43rem;
margin-top: 0.12rem;
}
.acq_jp li{
width: 1.8rem;
display: block;
line-height: 0.26rem;
float: left;
text-align: left;
font-size: 0.24rem;
}
.jp_lan{
width: 1.7rem;
float: left;
line-height: 0.24rem;
font-size: 0.22rem;
}
.fx_yq_btn{
width: 100%;
height: 0.8rem;
position: relative;
top: -0.5rem;
text-align: center;
}
#share_btn,#yq_btn{
width: 2.5rem;
background: #006CFF;
height: 0.8rem;
border: none;
border-radius: 0.4rem;
font-size: 0.22rem;
}
#yq_btn{
margin-left: 0.2rem;
font-size: 0.22rem;
line-height: 0.24rem;
color: #FFFFFF;
position: relative;
top: -0.13rem;
}
#yq_btn img{
width: 0.24rem;
}
#share_btn{
color: #FFFFFF;
}
#share_btn img{
width: 0.4rem;
}
|
static/css/integral.css
|
.top_btn{
width: 100%;
height: 0.7rem;
margin-top: 0.15rem;
}
.left_btn,.right_btn{
width: 1.8rem;
height: 0.7rem;
background: #FFFFFF;
border: 1px solid #E7E7E7;
}
.left_btn{
float: left;
border-radius: 0px 0.35rem 0.35rem 0px;
}
.right_btn{
float: right;
border-radius: 0.35rem 0px 0px 0.35rem;
}
.left_btn button{
width: 0.66rem;
height: 0.66rem;
background: #5496F9;
border: none;
border-radius: 0.33rem;
margin-top: 0.02rem;
margin-left: 0.18rem;
/*box-shadow: 0px 2px 2px #5496F9;*/
font-size: 0.2rem;
line-height: 0.24rem;
color: #FFFFFF;
}
.right_btn button{
width: 1.78rem;
height: 0.66rem;
background: #5496F9;
border: none;
border-radius: 0.33rem 0px 0px 0.33rem;
margin-top: 0.02rem;
margin-left: 0.02rem;
font-size: 0.26rem;
color: #FFFFFF;
}
#content_div{
background: #FFFFFF !important;
}
.zs_cord{
width: 100%;
height: 1.8rem;
margin-top: 0.2rem;
position: relative;
top: -0.3rem;
}
.zs_cord ul{
width: 100%;
height: 2rem;
display: flex;
}
.zs_cord li{
flex: 1;
}
.pm_span,.yq_span{
width: 1.2rem;
height: 1.2rem;
background: #FAAD2C;
margin: auto;
border-radius: 0.6rem;
margin-top: 0.4rem;
text-align: center;
}
.pm_span{
float: right;
/*background-image: url(../img/orange_box.png);
background-repeat: no-repeat;
background-size: 100% 100%;*/
background: #fac638;
margin-right: 0.16rem;
}
.yq_span{
float: left;
/*background-image: url(../img/yellow_box.png);
background-repeat: no-repeat;
background-size: 100% 100%;*/
background: #fadc38;
margin-left: 0.16rem;
}
.yq_span>p,.pm_span>p{
font-size: 0.24rem;
line-height: 0.28rem;
}
.title{margin-top: 0.34rem;}
.zf_span{
width: 2rem;
height: 2rem;
margin: auto;
border-radius: 0.9rem;
background-image: url(../img/bg_cord.png);
background-repeat: no-repeat;
background-size: 100% 100%;
text-align: center;
}
.zf_span p{
font-size: 0.36rem;
line-height: 0.44rem;
position: relative;
top: 0.58rem;
}
.bq_box{
width: 100%;
text-align: center;
position: relative;
top: -0.35rem;
}
.bq_box>p{
color: #323232;
font-size: 0.24rem;
margin-top: 0.28rem;
}
.bq_blank{
width: 5.4rem;
height: 2rem;
background-image: url(../img/jifen_blank.png);
background-repeat: no-repeat;
background-size: 100% 100%;
margin: auto;
position: relative;
top: 0.1rem;
z-index: 99;
}
.bq_blue{
background-image: url(../img/jifen_blue.png);
background-repeat: no-repeat;
background-size: 100% 100%;
width: 6rem;
height: 2.8rem;
margin: auto;
position: relative;
top: -0.30rem;
}
.bq_blank ul{
width: 5.2rem;
height: 1.2rem;
float: left;
margin-left: 0.1rem;
margin-top: 0.4rem;
display: flex;
}
.bq_blank li{
flex: 1;
background: #FFFFFF;
}
.bq_blank li>img{
width: 84%;
margin-top: 0.16rem;
}
.bq_blank li>p{
font-size: 0.18rem;
color: #323232;
margin-top: 0.1rem;
}
.acq_money,.acq_jp{
width: 5.2rem;
color: #323232;
}
.acq_money{
height: 0.7rem;
float: left;
margin-left: 0.4rem;
margin-top: 0.4rem;
}
.acq_money ul{
display: block;
width: 100%;
height: 0.7rem;
border-bottom: 1px solid #FFFFFF;
}
.acq_money li{
width: 1.8rem;
display: block;
line-height: 0.7rem;
float: left;
text-align: left;
font-size: 0.24rem;
}
.acq_money li>em{
color: #ff8921;
font-size: 0.3rem;
}
.acq_jp{
float: left;
margin-left: 0.4rem;
height: 1.43rem;
margin-top: 0.12rem;
}
.acq_jp li{
width: 1.8rem;
display: block;
line-height: 0.26rem;
float: left;
text-align: left;
font-size: 0.24rem;
}
.jp_lan{
width: 1.7rem;
float: left;
line-height: 0.24rem;
font-size: 0.22rem;
}
.fx_yq_btn{
width: 100%;
height: 0.8rem;
position: relative;
top: -0.5rem;
text-align: center;
}
#share_btn,#yq_btn{
width: 2.5rem;
background: #006CFF;
height: 0.8rem;
border: none;
border-radius: 0.4rem;
font-size: 0.22rem;
}
#yq_btn{
margin-left: 0.2rem;
font-size: 0.22rem;
line-height: 0.24rem;
color: #FFFFFF;
position: relative;
top: -0.13rem;
}
#yq_btn img{
width: 0.24rem;
}
#share_btn{
color: #FFFFFF;
}
#share_btn img{
width: 0.4rem;
}
| 0.293202 | 0.050191 |
.menu-link {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
#layout {
min-height: 80vh;
position: relative;
left: 0;
padding-left: 0;
}
#layout.active #menu {
left: 190px;
width: 190px;
}
#layout.active .menu-link {
left: 190px;
}
#menu {
margin-left: -190px;
width: 190px;
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 1000;
background: #333;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
border-right: 2px solid #2d3e50;
}
#menu a {
color: #eee;
border: none;
padding: 0.6em 0 0.6em 0.6em;
}
#menu .pure-menu,
#menu .pure-menu ul {
border: none;
background: transparent;
}
#menu .pure-menu li a:hover,
#menu .pure-menu li a:focus {
background: #333;
}
#menu .pure-menu-selected {
background: #1f8dd6;
}
#menu .pure-menu-selected a {
color: #fff;
}
#menu #logoutButton {
color: red;
}
#menu .pure-menu-heading {
font-size: 110%;
color: #fff;
margin: 0;
height: 60px;
line-height: 64px;
}
.menu-link {
position: fixed;
display: block;
top: 0;
left: 0;
font-size: 10px;
z-index: 3000;
width: 6em;
height: auto;
padding: 3em 2em;
}
.menu-link span {
position: relative;
display: block;
}
.menu-link span,
.menu-link span:before,
.menu-link span:after {
background-color: #fff;
width: 100%;
height: 0.2em;
}
.menu-link span:before,
.menu-link span:after {
position: absolute;
margin-top: -0.6em;
content: " ";
}
.menu-link span:after {
margin-top: 0.6em;
}
@media (min-width: 48em) {
.header,
.content {
padding-left: 2em;
padding-right: 2em;
}
#layout {
padding-left: 190px;
left: 0;
}
#menu {
left: 190px;
}
.menu-link {
position: fixed;
left: 190px;
display: none;
}
#layout.active .menu-link {
left: 190px;
}
}
@media (max-width: 48em) {
#layout.active {
position: relative;
left: 190px;
}
}
|
css/side-menu.css
|
.menu-link {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
#layout {
min-height: 80vh;
position: relative;
left: 0;
padding-left: 0;
}
#layout.active #menu {
left: 190px;
width: 190px;
}
#layout.active .menu-link {
left: 190px;
}
#menu {
margin-left: -190px;
width: 190px;
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 1000;
background: #333;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
border-right: 2px solid #2d3e50;
}
#menu a {
color: #eee;
border: none;
padding: 0.6em 0 0.6em 0.6em;
}
#menu .pure-menu,
#menu .pure-menu ul {
border: none;
background: transparent;
}
#menu .pure-menu li a:hover,
#menu .pure-menu li a:focus {
background: #333;
}
#menu .pure-menu-selected {
background: #1f8dd6;
}
#menu .pure-menu-selected a {
color: #fff;
}
#menu #logoutButton {
color: red;
}
#menu .pure-menu-heading {
font-size: 110%;
color: #fff;
margin: 0;
height: 60px;
line-height: 64px;
}
.menu-link {
position: fixed;
display: block;
top: 0;
left: 0;
font-size: 10px;
z-index: 3000;
width: 6em;
height: auto;
padding: 3em 2em;
}
.menu-link span {
position: relative;
display: block;
}
.menu-link span,
.menu-link span:before,
.menu-link span:after {
background-color: #fff;
width: 100%;
height: 0.2em;
}
.menu-link span:before,
.menu-link span:after {
position: absolute;
margin-top: -0.6em;
content: " ";
}
.menu-link span:after {
margin-top: 0.6em;
}
@media (min-width: 48em) {
.header,
.content {
padding-left: 2em;
padding-right: 2em;
}
#layout {
padding-left: 190px;
left: 0;
}
#menu {
left: 190px;
}
.menu-link {
position: fixed;
left: 190px;
display: none;
}
#layout.active .menu-link {
left: 190px;
}
}
@media (max-width: 48em) {
#layout.active {
position: relative;
left: 190px;
}
}
| 0.233532 | 0.050214 |
--margin-bottom: 2.5em;
position: relative;
margin: auto;
padding-bottom: var(--margin-bottom);
min-width: 650px;
width: 100%;
font-size: 87.5%;
color: #333;
background-color: #fff;
}
#head {
display: flex;
align-items: center;
justify-content: space-between;
position: sticky;
top: 0;
width: 100%;
height: 3em;
line-height: 1;
border-bottom: 1px solid #e5e9ef;
background-color: #f6f9fa;
user-select: none;
z-index: 1000;
}
.head-setting > div {
display: inline-block;
vertical-align: middle;
}
.head-split-line {
margin-left: 1em;
width: 1px;
height: 1.8em;
background-color: #e5e9ef;
}
.head-network-protocol > label,
.head-clipsize > label {
display: inline-flex;
align-items: center;
margin-left: 0.8em;
}
.head-network-protocol > label > input,
.head-clipsize > label > input {
margin-right: 2px;
cursor: default;
}
.custom-clipsize {
padding: 0 0.2em;
width: 9em;
border: 0;
border-bottom: 1px dotted #ddd;
background-color: transparent;
transition: border-color 0.2s;
box-sizing: border-box;
}
.custom-clipsize:focus {
border-bottom: 1px solid #21b3a3;
}
.head-copy-mode,
.head-browsing-history {
display: inline-block;
vertical-align: middle;
margin-right: 0.8em;
color: #6d757a;
transition: color 0.2s;
cursor: pointer;
}
.head-copy-mode:hover,
.head-browsing-history:hover {
color: #333;
}
.head-copy-mode > .fa,
.head-browsing-history > .fa {
display: inline-block;
vertical-align: middle;
font-size: 1.6em;
}
.head-copy-mode > .fa {
display: none;
}
.head-copy-mode[data-batch="true"] > .fa-check-circle-o,
.head-copy-mode[data-batch="false"] > .fa-circle-o {
display: inline-block;
}
#main {
margin: 0 auto;
max-width: 1440px;
width: 100%;
}
#main > section {
display: flex;
justify-content: center;
margin-top: var(--margin-bottom);
padding: 0 2em;
}
#main > section > div {
margin: 0 1em;
}
.holder-wrapper {
flex: none;
}
.image-holder {
width: 200px;
height: 200px;
border: 4px dashed #fdfdfd;
border-radius: 10px;
background: #e5e9ef url("../assets/placeholder.png") no-repeat center;
background-size: cover;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
transition: background-color 0.15s;
box-sizing: border-box;
overflow: hidden;
cursor: pointer;
}
.image-holder:hover {
background-color: #999;
}
.image-holder > img {
width: 100%;
height: 100%;
background-size: 20px 20px;
background: #fefefe;
object-fit: cover;
}
.table-wrapper {
flex: 1 1 auto;
display: flex;
align-items: center;
}
.table-wrapper > table {
white-space: nowrap;
}
.table-wrapper tr > td {
padding: 0.5em;
}
.table-wrapper tr > td:nth-of-type(2) {
width: 100%;
}
.table-wrapper .title {
display: block;
text-align: right;
font-weight: 600;
}
.table-wrapper td > input {
display: block;
padding: 0 0.3em;
width: 100%;
height: 2em;
border: 0;
border-bottom: 1px dotted #ddd;
background-color: transparent;
transition: border-color 0.2s, background-color 0.15s;
box-sizing: border-box;
}
.table-wrapper td > input:focus {
border-bottom: 1px solid #21b3a3;
}
.table-wrapper td > input:hover {
background-color: #f5f5f5;
}
.table-wrapper .button-copy {
display: inline-block;
padding: 0 0.8em;
line-height: 2em;
border: 0;
border-radius: 3px;
color: #fff;
background-color: #00a1d6;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
transition: background-color 0.25s ease-out;
cursor: pointer;
}
.table-wrapper .button-copy:hover {
background-color: #00b5e5;
}
#foot {
position: fixed;
bottom: 1em;
right: 0;
line-height: 1;
border: 1px solid #e5e9ef;
background-color: #f6f9fa;
user-select: none;
transform: translateX(calc(100% - 44px));
transition: transform 500ms ease-in-out 500ms;
z-index: 1000;
}
#foot:hover {
transform: translateX(0);
transition-delay: 150ms;
}
#foot:hover .foot-menu a {
transform: translateX(0);
}
.foot-bottom {
display: flex;
align-items: center;
justify-content: space-between;
height: 42px;
}
.foot-bottom > i.fa {
width: 42px;
font-size: 2em;
color: #888;
text-align: center;
}
.foot-menu a {
display: inline-block;
padding: 0 0.8em;
line-height: 2.5;
color: #888;
transition: color 0.15s, transform 500ms ease 450ms;
cursor: pointer;
}
.foot-menu a:hover {
color: #e8554e;
}
.foot-menu a:nth-of-type(1) {
transform: translateX(2em);
}
.foot-menu a:nth-of-type(2) {
transform: translateX(4em);
}
.foot-menu a:nth-of-type(3) {
transform: translateX(8em);
}
.foot-menu a:nth-of-type(4) {
transform: translateX(16em);
}
#transfer-to-clipboard {
position: fixed;
top: -2em;
right: 0;
left: 0;
margin: 0 auto;
padding: 0;
width: 1em;
height: 1em;
border: 0;
z-index: -1000;
}
|
src/sheets/popup.css
|
--margin-bottom: 2.5em;
position: relative;
margin: auto;
padding-bottom: var(--margin-bottom);
min-width: 650px;
width: 100%;
font-size: 87.5%;
color: #333;
background-color: #fff;
}
#head {
display: flex;
align-items: center;
justify-content: space-between;
position: sticky;
top: 0;
width: 100%;
height: 3em;
line-height: 1;
border-bottom: 1px solid #e5e9ef;
background-color: #f6f9fa;
user-select: none;
z-index: 1000;
}
.head-setting > div {
display: inline-block;
vertical-align: middle;
}
.head-split-line {
margin-left: 1em;
width: 1px;
height: 1.8em;
background-color: #e5e9ef;
}
.head-network-protocol > label,
.head-clipsize > label {
display: inline-flex;
align-items: center;
margin-left: 0.8em;
}
.head-network-protocol > label > input,
.head-clipsize > label > input {
margin-right: 2px;
cursor: default;
}
.custom-clipsize {
padding: 0 0.2em;
width: 9em;
border: 0;
border-bottom: 1px dotted #ddd;
background-color: transparent;
transition: border-color 0.2s;
box-sizing: border-box;
}
.custom-clipsize:focus {
border-bottom: 1px solid #21b3a3;
}
.head-copy-mode,
.head-browsing-history {
display: inline-block;
vertical-align: middle;
margin-right: 0.8em;
color: #6d757a;
transition: color 0.2s;
cursor: pointer;
}
.head-copy-mode:hover,
.head-browsing-history:hover {
color: #333;
}
.head-copy-mode > .fa,
.head-browsing-history > .fa {
display: inline-block;
vertical-align: middle;
font-size: 1.6em;
}
.head-copy-mode > .fa {
display: none;
}
.head-copy-mode[data-batch="true"] > .fa-check-circle-o,
.head-copy-mode[data-batch="false"] > .fa-circle-o {
display: inline-block;
}
#main {
margin: 0 auto;
max-width: 1440px;
width: 100%;
}
#main > section {
display: flex;
justify-content: center;
margin-top: var(--margin-bottom);
padding: 0 2em;
}
#main > section > div {
margin: 0 1em;
}
.holder-wrapper {
flex: none;
}
.image-holder {
width: 200px;
height: 200px;
border: 4px dashed #fdfdfd;
border-radius: 10px;
background: #e5e9ef url("../assets/placeholder.png") no-repeat center;
background-size: cover;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
transition: background-color 0.15s;
box-sizing: border-box;
overflow: hidden;
cursor: pointer;
}
.image-holder:hover {
background-color: #999;
}
.image-holder > img {
width: 100%;
height: 100%;
background-size: 20px 20px;
background: #fefefe;
object-fit: cover;
}
.table-wrapper {
flex: 1 1 auto;
display: flex;
align-items: center;
}
.table-wrapper > table {
white-space: nowrap;
}
.table-wrapper tr > td {
padding: 0.5em;
}
.table-wrapper tr > td:nth-of-type(2) {
width: 100%;
}
.table-wrapper .title {
display: block;
text-align: right;
font-weight: 600;
}
.table-wrapper td > input {
display: block;
padding: 0 0.3em;
width: 100%;
height: 2em;
border: 0;
border-bottom: 1px dotted #ddd;
background-color: transparent;
transition: border-color 0.2s, background-color 0.15s;
box-sizing: border-box;
}
.table-wrapper td > input:focus {
border-bottom: 1px solid #21b3a3;
}
.table-wrapper td > input:hover {
background-color: #f5f5f5;
}
.table-wrapper .button-copy {
display: inline-block;
padding: 0 0.8em;
line-height: 2em;
border: 0;
border-radius: 3px;
color: #fff;
background-color: #00a1d6;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
transition: background-color 0.25s ease-out;
cursor: pointer;
}
.table-wrapper .button-copy:hover {
background-color: #00b5e5;
}
#foot {
position: fixed;
bottom: 1em;
right: 0;
line-height: 1;
border: 1px solid #e5e9ef;
background-color: #f6f9fa;
user-select: none;
transform: translateX(calc(100% - 44px));
transition: transform 500ms ease-in-out 500ms;
z-index: 1000;
}
#foot:hover {
transform: translateX(0);
transition-delay: 150ms;
}
#foot:hover .foot-menu a {
transform: translateX(0);
}
.foot-bottom {
display: flex;
align-items: center;
justify-content: space-between;
height: 42px;
}
.foot-bottom > i.fa {
width: 42px;
font-size: 2em;
color: #888;
text-align: center;
}
.foot-menu a {
display: inline-block;
padding: 0 0.8em;
line-height: 2.5;
color: #888;
transition: color 0.15s, transform 500ms ease 450ms;
cursor: pointer;
}
.foot-menu a:hover {
color: #e8554e;
}
.foot-menu a:nth-of-type(1) {
transform: translateX(2em);
}
.foot-menu a:nth-of-type(2) {
transform: translateX(4em);
}
.foot-menu a:nth-of-type(3) {
transform: translateX(8em);
}
.foot-menu a:nth-of-type(4) {
transform: translateX(16em);
}
#transfer-to-clipboard {
position: fixed;
top: -2em;
right: 0;
left: 0;
margin: 0 auto;
padding: 0;
width: 1em;
height: 1em;
border: 0;
z-index: -1000;
}
| 0.522933 | 0.115811 |
@font-face {
font-family: 'Nanum Gothic Coding';
src: url('//fonts.gstatic.com/ea/nanumgothiccoding/v4/NanumGothicCoding-Regular.woff') format('woff'), url('//fonts.gstatic.com/ea/nanumgothiccoding/v4/NanumGothicCoding-Regular.ttf') format('truetype');
}
body {
font-family: 'Nanum Gothic Coding';
margin: 0;
padding: 0;
color: #fff;
}
footer {
height: 160px;
}
.overlay {
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
background-color: #333;
background-repeat: repeat;
opacity: 0.4;
filter: alpha(opacity=40);
z-index: 20;
display: none;
}
/* top */
.top {
width: 100%;
height: 50px;
background-color: #F3F5BF;
}
.top-logo {
position: absolute;
left: 20px;
top: 20px;
width: 40px;
height: 30px;
background-image: url('../res/images/title_emblem.png');
}
.top-logo-text {
position: absolute;
font-style: italic;
font-size: 20px;
font-weight: bold;
left: 60px;
top: 20px;
width: 100px;
height: 30px;
color: #8E9E59;
padding: 2px;
}
.top-log-userinfo {
position: absolute;
color: #f3b353;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
left: 170px;
top: 20px;
width: 200px;
height: 30px;
padding: 10px;
}
.top-logo-arrowbtn {
position: absolute;
left: 340px;
top: 30px;
width: 15px;
height: 15px;
background-image: url("../res/images/button/buttonArrows.png");
background-repeat: no-repeat;
background-position: -51px 53%;
}
/* left */
.left {
background-color: #ffffff;
width: 17%;
/*height: 900px;*/
float: left;
padding: 5px;
}
#tree {
/*height: 900px;*/
}
.right {
/*background-color: #eeeeee;*/
width: 83%;
height: 100%;
/*height: 900px;*/
float: left;
padding: 5px;
}
.right-pane {
display: none;
max-width: 1280px;
min-width: 800px;
margin: 20px auto;
}
/* profile options */
.pf-options-input {
/*background-color: #ffffff;*/
margin: 10px;
}
.rc-options {
border-radius: 25px;
background: #8AC007;
padding: 5px;
width: 100%;
height: 120px;
}
|
src/css/monitor.css
|
@font-face {
font-family: 'Nanum Gothic Coding';
src: url('//fonts.gstatic.com/ea/nanumgothiccoding/v4/NanumGothicCoding-Regular.woff') format('woff'), url('//fonts.gstatic.com/ea/nanumgothiccoding/v4/NanumGothicCoding-Regular.ttf') format('truetype');
}
body {
font-family: 'Nanum Gothic Coding';
margin: 0;
padding: 0;
color: #fff;
}
footer {
height: 160px;
}
.overlay {
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
background-color: #333;
background-repeat: repeat;
opacity: 0.4;
filter: alpha(opacity=40);
z-index: 20;
display: none;
}
/* top */
.top {
width: 100%;
height: 50px;
background-color: #F3F5BF;
}
.top-logo {
position: absolute;
left: 20px;
top: 20px;
width: 40px;
height: 30px;
background-image: url('../res/images/title_emblem.png');
}
.top-logo-text {
position: absolute;
font-style: italic;
font-size: 20px;
font-weight: bold;
left: 60px;
top: 20px;
width: 100px;
height: 30px;
color: #8E9E59;
padding: 2px;
}
.top-log-userinfo {
position: absolute;
color: #f3b353;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
left: 170px;
top: 20px;
width: 200px;
height: 30px;
padding: 10px;
}
.top-logo-arrowbtn {
position: absolute;
left: 340px;
top: 30px;
width: 15px;
height: 15px;
background-image: url("../res/images/button/buttonArrows.png");
background-repeat: no-repeat;
background-position: -51px 53%;
}
/* left */
.left {
background-color: #ffffff;
width: 17%;
/*height: 900px;*/
float: left;
padding: 5px;
}
#tree {
/*height: 900px;*/
}
.right {
/*background-color: #eeeeee;*/
width: 83%;
height: 100%;
/*height: 900px;*/
float: left;
padding: 5px;
}
.right-pane {
display: none;
max-width: 1280px;
min-width: 800px;
margin: 20px auto;
}
/* profile options */
.pf-options-input {
/*background-color: #ffffff;*/
margin: 10px;
}
.rc-options {
border-radius: 25px;
background: #8AC007;
padding: 5px;
width: 100%;
height: 120px;
}
| 0.459319 | 0.079317 |
@media (min-width : 480px) and (max-width : 767px){
#a{
display: flex;
align-items: center;
justify-content: center;
background: rgb(184, 131, 122);
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
width: 480px;
height: 75px;
}
main{
/* text-align: center; */
width: 482px;
height: auto;
margin-left: auto;
margin-right: auto;
}
aside #b{
display: flex;
align-items: center;
justify-content: center;
background: rgb(6, 160, 75);
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
width: 480px;
height: 150px;
}
main #c{
display: flex;
align-items: center;
justify-content: center;
background: tomato;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
width: 480px;
height: 125px;
}
main #d{
display: flex;
align-items: center;
justify-content: center;
background: rgb(55, 16, 128);
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
width: 480px;
height: 125px;
}
main #e{
text-align: center;
width: 240px;
height: 250px;
background-color: rgb(49, 219, 34);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
float: left;
}
main #f{
text-align: center;
width: 480px;
height: 250px;
background-color: rgb(236, 46, 46);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
}
main #g{
text-align: center;
width: 240px;
height: 250px;
background-color: rgb(201, 58, 118);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
float: left;
}
main #h{
text-align: center;
width: 480px;
height: 250px;
background-color: rgb(214, 164, 26);
line-height: 250px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
}
main #sec2{
display: flex;
align-items: center;
justify-content: center;
background: tomato;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
width: 480px;
height: 80px;
}
}
@media (min-width: 768px ) {
* {
width: 971px;
}
#a{
display: flex;
align-items: center;
justify-content: center;
background: rgb(184, 131, 122);
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
width: 960px;
height: 100px;
}
aside #b{
text-align: center;
width: 200px;
height: 600px;
background-color: rgb(41, 53, 20);
line-height: 600px;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
float: left;
}
main #c{
text-align: center;
width: 40%;
height: 200px;
background-color: rgb(8, 33, 104);
line-height: 200px;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #d{
text-align: center;
width: 38%;
height: 200px;
background-color: rgb(85, 14, 14);
line-height: 200px;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #e{
text-align: center;
width: 20%;
height: 250px;
background-color: rgb(152, 199, 152);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #f{
text-align: center;
width: 20%;
height: 250px;
background-color: rgb(98, 98, 126);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #g{
text-align: center;
width: 20%;
height: 250px;
background-color: rgb(16, 160, 179);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #h{
text-align: center;
width: 18%;
height: 250px;
background-color: rgb(19, 196, 27);
line-height: 250px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #sec2{
text-align: center;
width: 78%;
height: 150px;
background-color: rgb(255, 16, 16);
line-height: 150px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-left: none;
border-top: none;
float: left;
}
}
@media (min-width : 971px){
* {
width: 1224px;
}
#a{
display: flex;
align-items: center;
justify-content: center;
background: rgb(198, 211, 14);
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
width: 98.5%;
height: 100px;
}
aside #b{
text-align: center;
width: 250px;
height: 600px;
background-color: rgb(19, 3, 80);
line-height: 600px;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
float: left;
}
main #c{
text-align: center;
width: 40%;
height: 200px;
background-color: rgb(24, 245, 135);
line-height: 200px;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #d{
text-align: center;
width: 38%;
height: 200px;
background-color: rgb(18, 159, 194);
line-height: 200px;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #e{
text-align: center;
width: 20%;
height: 250px;
background-color: rgb(26, 250, 26);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #f{
text-align: center;
width: 20%;
height: 250px;
background-color: rgb(139, 28, 61);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #g{
text-align: center;
width: 20%;
height: 250px;
background-color: rgb(217, 255, 0);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #h{
text-align: center;
width: 18%;
height: 250px;
background-color: rgb(26, 39, 82);
line-height: 250px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #sec2{
text-align: center;
width: 78%;
height: 150px;
background-color: rgb(29, 8, 8);
line-height: 150px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-left: none;
border-top: none;
float: left;
}
}
|
css/layout.css
|
@media (min-width : 480px) and (max-width : 767px){
#a{
display: flex;
align-items: center;
justify-content: center;
background: rgb(184, 131, 122);
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
width: 480px;
height: 75px;
}
main{
/* text-align: center; */
width: 482px;
height: auto;
margin-left: auto;
margin-right: auto;
}
aside #b{
display: flex;
align-items: center;
justify-content: center;
background: rgb(6, 160, 75);
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
width: 480px;
height: 150px;
}
main #c{
display: flex;
align-items: center;
justify-content: center;
background: tomato;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
width: 480px;
height: 125px;
}
main #d{
display: flex;
align-items: center;
justify-content: center;
background: rgb(55, 16, 128);
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
width: 480px;
height: 125px;
}
main #e{
text-align: center;
width: 240px;
height: 250px;
background-color: rgb(49, 219, 34);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
float: left;
}
main #f{
text-align: center;
width: 480px;
height: 250px;
background-color: rgb(236, 46, 46);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
}
main #g{
text-align: center;
width: 240px;
height: 250px;
background-color: rgb(201, 58, 118);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
float: left;
}
main #h{
text-align: center;
width: 480px;
height: 250px;
background-color: rgb(214, 164, 26);
line-height: 250px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
}
main #sec2{
display: flex;
align-items: center;
justify-content: center;
background: tomato;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
width: 480px;
height: 80px;
}
}
@media (min-width: 768px ) {
* {
width: 971px;
}
#a{
display: flex;
align-items: center;
justify-content: center;
background: rgb(184, 131, 122);
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
width: 960px;
height: 100px;
}
aside #b{
text-align: center;
width: 200px;
height: 600px;
background-color: rgb(41, 53, 20);
line-height: 600px;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
float: left;
}
main #c{
text-align: center;
width: 40%;
height: 200px;
background-color: rgb(8, 33, 104);
line-height: 200px;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #d{
text-align: center;
width: 38%;
height: 200px;
background-color: rgb(85, 14, 14);
line-height: 200px;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #e{
text-align: center;
width: 20%;
height: 250px;
background-color: rgb(152, 199, 152);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #f{
text-align: center;
width: 20%;
height: 250px;
background-color: rgb(98, 98, 126);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #g{
text-align: center;
width: 20%;
height: 250px;
background-color: rgb(16, 160, 179);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #h{
text-align: center;
width: 18%;
height: 250px;
background-color: rgb(19, 196, 27);
line-height: 250px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #sec2{
text-align: center;
width: 78%;
height: 150px;
background-color: rgb(255, 16, 16);
line-height: 150px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-left: none;
border-top: none;
float: left;
}
}
@media (min-width : 971px){
* {
width: 1224px;
}
#a{
display: flex;
align-items: center;
justify-content: center;
background: rgb(198, 211, 14);
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
width: 98.5%;
height: 100px;
}
aside #b{
text-align: center;
width: 250px;
height: 600px;
background-color: rgb(19, 3, 80);
line-height: 600px;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
float: left;
}
main #c{
text-align: center;
width: 40%;
height: 200px;
background-color: rgb(24, 245, 135);
line-height: 200px;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #d{
text-align: center;
width: 38%;
height: 200px;
background-color: rgb(18, 159, 194);
line-height: 200px;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #e{
text-align: center;
width: 20%;
height: 250px;
background-color: rgb(26, 250, 26);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #f{
text-align: center;
width: 20%;
height: 250px;
background-color: rgb(139, 28, 61);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #g{
text-align: center;
width: 20%;
height: 250px;
background-color: rgb(217, 255, 0);
line-height: 250px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #h{
text-align: center;
width: 18%;
height: 250px;
background-color: rgb(26, 39, 82);
line-height: 250px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-top: none;
border-left: none;
float: left;
}
main #sec2{
text-align: center;
width: 78%;
height: 150px;
background-color: rgb(29, 8, 8);
line-height: 150px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-color: rgb(0, 0, 0);
border-width: 1px;
border-style: solid;
border-left: none;
border-top: none;
float: left;
}
}
| 0.275032 | 0.053675 |
*{
font-family: Tahoma, Verdana, sans-serif;
font-style: normal;
font-size:18px;
}
.jersi_button_class{
color:black;
background-color:khaki;
text-align:center;
line-height:100%;
padding-left:8px;
padding-right:8px;
padding-top:8px;
padding-bottom:8px;
border-style:none;
border-width:0px;
margin:0px;
outline-style:none;
outline-width:0px;
}
.jersi_button_class:disabled{
opacity:0.5;
}
.jersi_buttonGroup_class{
display:inherit;
padding-left:0px;
padding-right:24px;
padding-top:0px;
padding-bottom:0px;
border-style:solid;
border-width:0px;
margin:0px;
outline-style:none;
outline-width:0px;
}
.jersi_buttonZone_class{
display:block;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
border-style:none;
border-width:0px;
margin:2px;
outline-style:none;
outline-width:0px;
}
.jersi_cell_class{
position:absolute;
}
.jersi_cell_selected_class{
/* outline-style:outset !important;
outline-color:white !important;
outline-width:2px !important; */
}
.jersi_cell_unselected_class{
}
.jersi_cell_name_class{
text-align:left;
font-size:60%;
padding-left:2px;
padding-right:0px;
padding-top:67%;
padding-bottom:0px;
border-style:none;
border-width:0px;
margin:0px;
outline-style:none;
outline-width:0px;
}
.jersi_column_class{
float:left;
margin-right:20px;
}
.jersi_cube_class{
padding:0px;
margin:0px;
outline-style:none;
outline-width:0px;
background-origin:content-box;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
position:absolute;
transition-property:all;
transition-duration: 300ms;
}
.jersi_cube_selected_class{
box-shadow: 8px 8px 8px black !important;
transform: scale(1.25) !important;
outline-style:outset !important;
outline-color:white !important;
outline-width:2px !important;
z-index: 1 !important;
}
.jersi_cube_unselected_class{
}
.jersi_cube_void_class{
background-image:none;
}
/* --- JERSI_BEGIN: cube sorts --- */
.jersi_cube_king_black_class{
background-image:url(img/king-black.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_king_white_class{
background-image:url(img/king-white.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_fool_black_class{
background-image:url(img/fool-black.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_fool_white_class{
background-image:url(img/fool-white.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_wise_black_class{
background-image:url(img/wise-black.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_wise_white_class{
background-image:url(img/wise-white.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_mountain_black_class{
background-image:url(img/mountain-black.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_mountain_white_class{
background-image:url(img/mountain-white.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_rock_black_class{
background-image:url(img/rock-black.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_rock_white_class{
background-image:url(img/rock-white.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_paper_black_class{
background-image:url(img/paper-black.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_paper_white_class{
background-image:url(img/paper-white.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_scissors_black_class{
background-image:url(img/scissors-black.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_scissors_white_class{
background-image:url(img/scissors-white.png);
box-shadow: 4px 4px 4px black;
}
/* --- JERSI_END: cube sorts --- */
.jersi_debug_messages_class{
color:inherit;
background-color:inherit;
width:500px;
}
.jersi_debug_mousePosition_class{
color:white;
background-color:black;
text-align:center;
line-height:100%;
padding-left:8px;
padding-right:8px;
padding-top:6px;
padding-bottom:6px;
border-style:none;
border-width:0px;
margin:0px;
outline-style:none;
outline-width:0px;
}
.jersi_debugZone_class{
display:block;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
border-style:dashed none none none;
border-width:1px;
border-color:black;
margin:2px;
outline-style:none;
outline-width:0px;
}
.jersi_drawZone_class{
height:600px;
width:calc(1.298 * 600px); /* width = 1.298*height */
padding:0px;
margin:0px;
border-width:0px;
outline-style:none;
outline-width:0px;
background-image:url(img/jersi_board.png);
background-origin:border-box;
background-position:left top;
background-repeat:no-repeat;
background-size:cover;
outline-style:outset;
outline-color:white;
outline-width:5px;
box-shadow: 5px 5px 15px black;
position:relative;
}
.jersi_logo_class{
color:black;
background-color:white;
text-align:center;
position:absolute;
right:0px;
line-height:200%;
padding-left:8px;
padding-right:8px;
padding-top:0px;
padding-bottom:0px;
border-style:none;
border-width:0px;
margin:0px;
outline-style:none;
outline-width:0px;
}
.jersi_row_class:after{
content:"";
display:table;
clear:both;
}
|
jersi.css
|
*{
font-family: Tahoma, Verdana, sans-serif;
font-style: normal;
font-size:18px;
}
.jersi_button_class{
color:black;
background-color:khaki;
text-align:center;
line-height:100%;
padding-left:8px;
padding-right:8px;
padding-top:8px;
padding-bottom:8px;
border-style:none;
border-width:0px;
margin:0px;
outline-style:none;
outline-width:0px;
}
.jersi_button_class:disabled{
opacity:0.5;
}
.jersi_buttonGroup_class{
display:inherit;
padding-left:0px;
padding-right:24px;
padding-top:0px;
padding-bottom:0px;
border-style:solid;
border-width:0px;
margin:0px;
outline-style:none;
outline-width:0px;
}
.jersi_buttonZone_class{
display:block;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
border-style:none;
border-width:0px;
margin:2px;
outline-style:none;
outline-width:0px;
}
.jersi_cell_class{
position:absolute;
}
.jersi_cell_selected_class{
/* outline-style:outset !important;
outline-color:white !important;
outline-width:2px !important; */
}
.jersi_cell_unselected_class{
}
.jersi_cell_name_class{
text-align:left;
font-size:60%;
padding-left:2px;
padding-right:0px;
padding-top:67%;
padding-bottom:0px;
border-style:none;
border-width:0px;
margin:0px;
outline-style:none;
outline-width:0px;
}
.jersi_column_class{
float:left;
margin-right:20px;
}
.jersi_cube_class{
padding:0px;
margin:0px;
outline-style:none;
outline-width:0px;
background-origin:content-box;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
position:absolute;
transition-property:all;
transition-duration: 300ms;
}
.jersi_cube_selected_class{
box-shadow: 8px 8px 8px black !important;
transform: scale(1.25) !important;
outline-style:outset !important;
outline-color:white !important;
outline-width:2px !important;
z-index: 1 !important;
}
.jersi_cube_unselected_class{
}
.jersi_cube_void_class{
background-image:none;
}
/* --- JERSI_BEGIN: cube sorts --- */
.jersi_cube_king_black_class{
background-image:url(img/king-black.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_king_white_class{
background-image:url(img/king-white.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_fool_black_class{
background-image:url(img/fool-black.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_fool_white_class{
background-image:url(img/fool-white.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_wise_black_class{
background-image:url(img/wise-black.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_wise_white_class{
background-image:url(img/wise-white.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_mountain_black_class{
background-image:url(img/mountain-black.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_mountain_white_class{
background-image:url(img/mountain-white.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_rock_black_class{
background-image:url(img/rock-black.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_rock_white_class{
background-image:url(img/rock-white.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_paper_black_class{
background-image:url(img/paper-black.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_paper_white_class{
background-image:url(img/paper-white.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_scissors_black_class{
background-image:url(img/scissors-black.png);
box-shadow: 4px 4px 4px black;
}
.jersi_cube_scissors_white_class{
background-image:url(img/scissors-white.png);
box-shadow: 4px 4px 4px black;
}
/* --- JERSI_END: cube sorts --- */
.jersi_debug_messages_class{
color:inherit;
background-color:inherit;
width:500px;
}
.jersi_debug_mousePosition_class{
color:white;
background-color:black;
text-align:center;
line-height:100%;
padding-left:8px;
padding-right:8px;
padding-top:6px;
padding-bottom:6px;
border-style:none;
border-width:0px;
margin:0px;
outline-style:none;
outline-width:0px;
}
.jersi_debugZone_class{
display:block;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
border-style:dashed none none none;
border-width:1px;
border-color:black;
margin:2px;
outline-style:none;
outline-width:0px;
}
.jersi_drawZone_class{
height:600px;
width:calc(1.298 * 600px); /* width = 1.298*height */
padding:0px;
margin:0px;
border-width:0px;
outline-style:none;
outline-width:0px;
background-image:url(img/jersi_board.png);
background-origin:border-box;
background-position:left top;
background-repeat:no-repeat;
background-size:cover;
outline-style:outset;
outline-color:white;
outline-width:5px;
box-shadow: 5px 5px 15px black;
position:relative;
}
.jersi_logo_class{
color:black;
background-color:white;
text-align:center;
position:absolute;
right:0px;
line-height:200%;
padding-left:8px;
padding-right:8px;
padding-top:0px;
padding-bottom:0px;
border-style:none;
border-width:0px;
margin:0px;
outline-style:none;
outline-width:0px;
}
.jersi_row_class:after{
content:"";
display:table;
clear:both;
}
| 0.413359 | 0.063802 |
1.0 General reset & setup
------------------------------- */
/* 1.1 Reset and overrides */
body,
html {
height: 100%;
}
body {
background: #f7f7f7;
font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
color: #616161;
-webkit-font-smoothing: antialiased;
}
.ie8 body {
font-family: Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6{
font-weight: 500;
color: #212121;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
font-size: 60%;
font-weight: normal;
color: #777;
}
a {
transition: color 100ms ease-in-out;
-o-transition: color 100ms ease-in-out;
-ms-transition: color 100ms ease-in-out;
-moz-transition: color 100ms ease-in-out;
-webkit-transition: color 100ms ease-in-out;
}
a:focus {
outline: none;
}
a {
color: #2196F3;
}
a:hover,
a:focus,
a:active {
color: #0D47A1;
}
label {
color: #212121;
}
/* -------------------------------
2.0 Page Structure Settings
------------------------------- */
/* 2.1 Page Options */
.page-header-fixed {
padding-top: 60px;
}
.page-without-sidebar .content {
margin-left: 0;
}
.page-with-right-sidebar .sidebar,
.page-with-right-sidebar .sidebar-bg {
left: auto;
right: 0;
}
.page-sidebar-fixed .sidebar {
position: fixed;
}
.page-with-right-sidebar .content {
margin-left: 0;
margin-right: 220px;
}
.page-with-wide-sidebar .footer {
margin-left: 280px;
}
.page-with-right-sidebar .footer {
margin-left: 25px;
margin-right: 280px;
}
.page-with-two-sidebar.page-sidebar-fixed .sidebar.sidebar-right {
position: fixed;
}
.page-with-two-sidebar .sidebar.sidebar-right,
.page-with-two-sidebar .sidebar-bg.sidebar-right {
right: 0;
left: auto;
}
.page-with-two-sidebar .content {
margin-right: 220px;
}
.page-with-two-sidebar.page-sidebar-minified .sidebar.sidebar-right,
.page-with-two-sidebar.page-sidebar-minified .sidebar-bg.sidebar-right {
width: 220px;
}
.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar.sidebar-right,
.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar-bg.sidebar-right {
right: -220px;
}
.page-with-two-sidebar.page-right-sidebar-collapsed.page-with-wide-sidebar .sidebar.sidebar-right,
.page-with-two-sidebar.page-right-sidebar-collapsed.page-with-wide-sidebar .sidebar-bg.sidebar-right {
right: -250px;
}
.page-with-two-sidebar.page-right-sidebar-collapsed .content,
.page-with-two-sidebar.page-right-sidebar-collapsed.page-with-wide-sidebar .content {
margin-right: 0;
}
/* 2.2 Page Loader */
#page-loader {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #f7f7f7;
z-index: 9999;
}
#page-loader.fade {
display: none;
}
#page-loader.fade.in {
display: block;
}
@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}
.spinner,
.spinner-small {
height: 40px;
width: 40px;
margin: 0px auto;
position: absolute;
top: 50%;
left: 50%;
margin: -20px 0 0 -20px;
border: 2px solid #fff;
border-top: 2px solid #24B498;
border-radius: 100%;
}
.fade.in .spinner,
.fade.in .spinner-small {
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
}
.spinner-small {
border: 2px solid rgba(0,0,0,0.05);
border-top: 2px solid #24B498;
height: 30px;
width: 30px;
margin: -15px 0 0 -15px;
}
/* 2.3 Header & header elements */
.header {
z-index: 1020;
margin-bottom: 0;
}
.navbar {
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.14);
box-shadow: 0 1px 1px rgba(0,0,0,.14);
min-height: 60px;
}
.navbar.navbar-default {
background: #fff;
}
.navbar.navbar-inverse {
background: #212121;
}
.navbar.navbar-inverse .navbar-brand,
.navbar.navbar-inverse .navbar-nav > li > a {
color: #a8acb1;
}
.navbar.navbar-inverse .navbar-form .form-control {
background: url(../img/transparent/black-0.2.png);
background: rgba(0,0,0,0.2);
border-color: #1F2429;
border-color: rgba(0,0,0,0.2);
color: #a8acb1;
}
.navbar-brand {
margin-right: 10px;
padding: 15px;
height: 60px;
width: 220px;
font-weight: 300;
font-size: 18px;
line-height: 30px;
}
.navbar-default .navbar-brand {
color: #333;
}
.navbar-logo {
float: left;
margin-right: 10px;
margin-top: 5px;
border: 10px solid transparent;
border-color: #4DCACA #31A3A3 #1D8888;
opacity: 0.9;
filter: alpha(opacity=90);
}
.navbar-toggle {
margin: 0;
padding: 0;
border: none;
width: 60px;
height: 60px;
border-radius: 0;
text-align: center;
color: #fff;
}
.navbar-toggle.navbar-toggle-left {
float: left;
margin-left: -15px;
display: block;
}
.navbar-toggle .icon-bar {
margin: 0 auto;
height: 1px;
width: 20px;
}
.navbar-toggle.navbar-toggle-left .icon-bar {
background: rgba(0,0,0,0.5);
}
.navbar-inverse .navbar-toggle.navbar-toggle-left .icon-bar {
background: #fff;
}
.navbar-toggle.pull-left {
margin-left: 15px;
margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
background: #333;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
background: none !important;
opacity: 0.6;
filter: alpha(opacity=60);
}
.navbar-nav > li > a {
line-height: 30px;
padding: 15px;
}
.navbar-default .navbar-nav > li > a {
color: #585663;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
opacity: 0.6;
filter: alpha(opacity=60);
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
background: none !important;
color: #333;
opacity: 1.0;
filter: alpha(opacity=100);
}
.navbar .icon i {
display: block;
line-height: 30px;
font-size: 20px;
}
.navbar-form {
margin: 13px 0;
}
.fade .navbar-form .form-control {
-webkit-animation: none;
}
.navbar-form .form-control {
width: 200px;
padding: 5px 34px 5px 10px;
height: 34px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: none;
background: #eee;
}
.navbar-form .form-control:focus {
width: 300px;
animation: expand .2s;
-webkit-animation: expand .2s;
}
@keyframes expand {
from { width: 200px; }
to { width: 300px; }
}
@-webkit-keyframes expand {
from { width: 200px; }
to { width: 300px; }
}
.navbar-form .btn-search {
position: absolute;
right: 15px;
top: 13px;
line-height: 34px;
height: 34px;
width: 34px;
padding: 0;
border: none;
background: none;
text-align: center;
}
.navbar-form .btn-search i {
line-height: 34px;
font-size: 20px;
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
}
.navbar-nav > li > .dropdown-menu.media-list .media-heading {
font-weight: 500;
font-size: 14px;
margin-bottom: 3px;
}
.navbar-nav > li > a .label {
position: absolute;
top: 8px;
right: 8px;
display: block;
background: #F44336;
line-height: 22px;
font-weight: 500;
padding: 0;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
color: #fff;
text-align: center;
font-size: 12px;
min-width: 22px;
height: 22px;
}
.navbar-user img {
float: right;
width: 36px;
height: 36px;
margin: -3px 0px -3px 10px;
-webkit-border-radius: 36px;
-moz-border-radius: 36px;
border-radius: 36px;
}
.navbar-user img + span {
display: block;
margin-right: 46px;
white-space: nowrap;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #333;
}
.navbar .navbar-nav > li.divider {
height: 34px;
margin-top: 10px;
background: #E0E0E0;
width: 1px;
}
.navbar.navbar-inverse .navbar-nav > li.divider {
background: #3F4B55;
}
.navbar .search-form {
position: absolute;
left: 0;
right: 0;
bottom: 100%;
height: 60px;
transition: all .3s ease;
}
.navbar.navbar-search-toggled .search-form {
bottom: 0;
}
.navbar .search-form .search-btn,
.navbar .search-form .close {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 60px;
color: #616161;
z-index: 1000;
text-align: center;
line-height: 60px;
background: none;
border: none;
padding: 0;
outline: none;
}
.navbar .search-form .search-btn i, .navbar .search-form .close i {
line-height: 60px;
}
.navbar .search-form .form-control {
border: none;
height: inherit;
box-shadow: none;
border-radius: 0;
color: #fff;
padding-left: 60px;
padding-right: 60px;
font-size: 16px;
}
.navbar .search-form .form-control {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.navbar .search-form .close {
left: auto;
right: 0;
text-shadow: none;
opacity: 1.0;
}
/* 2.4 Sidebar & sidebar elements */
.sidebar {
width: 220px;
position: absolute;
left: 0;
top: 0;
bottom: 0;
padding-top: 60px;
background: #37474f;
z-index: 1010;
font-size: 13px;
-webkit-transform: translateZ(0);
}
.sidebar-bg {
background: #37474f;
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 220px;
z-index: 1000;
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.sidebar .nav > li:before,
.sidebar .nav > li:after,
.sidebar .nav > li > a:before,
.sidebar .nav > li > a:after {
content: '';
clear: both;
display: table;
}
.sidebar .nav > li > a {
padding: 10px 20px;
line-height: 20px;
color: #cfd8dc;
font-weight: 500;
}
.sidebar.sidebar-grid .nav > li > a {
border-bottom: 1px solid #263238;
border-top: 1px solid #263238;
}
.sidebar.sidebar-grid .nav > li.active > a {
border-color: #212121;
z-index: 10;
}
.sidebar.sidebar-grid .nav > li + li {
margin-top: -1px;
}
.sidebar .nav > li.active > a .label.label-theme,
.sidebar .nav > li.active > a .badge {
background: url(../img/transparent/black-0.4.png);
background: rgba(0,0,0,0.4);
}
.sidebar .nav > li.expand > a,
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
background: none;
color: #CFD8DC;
}
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:hover,
.sidebar .nav > li.active > a:focus {
color: #fff;
background: #00BCD4;
}
.sidebar .nav > li.active > a .label.label-success,
.sidebar .nav > li.active > a .badge.badge-success {
background: #008a8a;
}
.sidebar .nav > li > a i {
float: left;
margin-right: 10px;
width: 24px;
text-align: center;
line-height: 20px;
font-size: 20px;
color: #546E7A;
}
.sidebar .nav > li > a i[class*="ion-"] {
margin-right: 15px;
width: 18px;
font-size: 24px;
margin-top: -2px;
margin-bottom: -2px;
}
.sidebar .nav > li > a i[class*="icon-"] {
width: 18px;
margin-right: 15px;
font-size: 20px;
}
.sidebar .nav > li > a i.material-icons {
float: left;
width: 24px;
height: 24px;
text-align: center;
margin: -2px 10px -2px 0;
font-size: 24px;
line-height: 24px;
}
.sidebar .nav > li.active > a i,
.sidebar .nav > li.active > a:hover i,
.sidebar .nav > li.active > a:focus i {
color: #fff;
}
.sidebar .nav > li > a .badge {
background: #1b1f24;
padding: 0 8px;
margin: 0;
line-height: 20px;
font-size: 12px;
font-weight: normal;
}
.sidebar .sub-menu:before {
display: none;
}
.sidebar .nav > li > a .caret {
float: right;
margin-top: 9px;
}
.sidebar .has-sub.active > .sub-menu {
display: block;
}
.sidebar .sub-menu {
list-style-type: none;
padding: 10px 0 10px 30px;
margin: 0;
background: #1a2229;
position: relative;
display: none;
}
.sidebar .sub-menu:before {
content: '';
position: absolute;
left: 26px;
top: 0;
bottom: 0;
width: 2px;
background: #10181F;
}
.sidebar .sub-menu .sub-menu {
padding: 0 0 0 30px;
background: none;
}
.sidebar .sub-menu > li > a {
padding: 5px 20px;
display:block;
font-weight: 300;
color: #889097;
text-decoration: none;
position: relative;
}
.sidebar .sub-menu > li > a:hover,
.sidebar .sub-menu > li > a:focus,
.sidebar .sub-menu > li.active > a,
.sidebar .sub-menu > li.active > a:hover,
.sidebar .sub-menu > li.active > a:focus {
color: #fff;
}
.sidebar .nav > li li.has-sub.active > a {
color: #889097;
}
.sidebar .nav .sub-menu > li > a .caret {
float: right;
margin-top: 7px;
}
.sidebar .nav > li.has-sub .sub-menu,
.sidebar li.has-sub .sub-menu > li.active > a,
.sidebar li.has-sub .sub-menu > li.active > a:hover,
.sidebar li.has-sub .sub-menu > li.active > a:focus,
.sidebar .nav > li.has-sub .sub-menu > li > a:hover,
.sidebar .nav > li.has-sub .sub-menu > li > a:focus {
background: rgba(0,0,0,0.15);
}
.sidebar .nav > li.has-sub .sub-menu > li > a {
color: #CFD8DC;
line-height: 20px;
padding: 5px 20px 5px 54px;
display: block;
font-weight: normal;
}
.sidebar .nav > li.has-sub .sub-menu {
list-style-type: none;
margin: 0;
padding: 10px 0;
}
.sidebar .nav > li.nav-header {
margin: 0;
padding: 10px 20px 5px;
line-height: 20px;
font-size: 12px;
color: #fff;
}
.sidebar .nav > li.nav-header a {
padding: 0;
margin: 0;
display: inline;
}
.sidebar .nav > li.nav-header a:hover,
.sidebar .nav > li.nav-header a:focus {
background: none;
color: #fff;
}
.sidebar .nav > li.nav-header a i {
float: none;
margin: 0;
}
.sidebar .nav > li.nav-profile {
padding: 20px;
color: #fff;
background: url(../img/profile_bg.jpg);
background-size: 100%;
background-repeat: no-repeat;
position: relative;
}
.sidebar .nav > li.nav-profile:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(23, 35, 41, 0.75);
display: block;
}
.sidebar .nav > li.nav-profile > a,
.sidebar .nav > li.nav-profile.active > a,
.sidebar .nav > li.nav-profile.active > a:hover,
.sidebar .nav > li.nav-profile.active > a:focus {
margin: -20px;
padding: 20px;
display: block;
color: #fff;
background: none;
}
.sidebar .nav > li.nav-profile > a:hover,
.sidebar .nav > li.nav-profile > a:focus {
background: none;
}
.sidebar .nav > li.nav-profile > a:before,
.sidebar .nav > li.nav-profile > a:after {
content: '';
display: table;
clear: both;
}
.sidebar .nav > li.nav-profile .image,
.sidebar .nav > li.nav-profile .info {
position: relative;
}
.sidebar .nav > li.nav-profile .image {
width: 50px;
height: 50px;
margin: 0 0 10px;
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.sidebar .nav > li.nav-profile .image img {
max-width: 100%;
max-height: 100%;
}
.sidebar .nav > li.nav-profile .info {
font-size: 16px;
font-weight: 500;
}
.sidebar .nav > li.nav-profile .info small {
display: block;
font-size: 12px;
line-height: 16px;
color: #9E9E9E;
}
.sidebar .nav > li.nav-profile .caret {
margin-top: 15px;
}
.sidebar li.active > a .caret,
.sidebar li.expand > a .caret {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.sidebar li .caret {
border-width: 5px;
margin-top: 8px;
float: right;
line-height: 20px;
text-align: center;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
}
.sidebar .nav > li.nav-widget {
padding: 10px 20px;
}
.sidebar .nav > li.nav-widget i {
margin-right: auto;
}
.page-sidebar-minified .sidebar {
width: 60px;
position: absolute;
}
.page-sidebar-minified .sidebar-bg {
width: 60px;
}
.page-sidebar-minified .content {
margin-left: 60px;
}
.page-sidebar-minified .footer {
margin-left: 85px;
}
.page-sidebar-minified .sidebar .slimScrollDiv,
.page-sidebar-minified .sidebar .slimScrollDiv > div {
overflow: visible !important;
}
.page-sidebar-minified .sidebar.sidebar-right .slimScrollDiv,
.page-sidebar-minified .sidebar.sidebar-right .slimScrollDiv > div {
overflow: hidden !important;
}
.page-sidebar-minified .sidebar .nav > li > a {
padding: 10px 17px;
}
.page-sidebar-minified .sidebar .nav-profile,
.page-sidebar-minified .sidebar .nav-header,
.page-sidebar-minified .sidebar .nav > li > a > span {
display: none;
}
.page-sidebar-minified .sidebar .caret {
position: absolute;
top: 10px;
right: 8px;
border: 4px solid transparent;
border-left: 4px solid;
}
.page-sidebar-minified .sidebar .sub-menu .caret {
top: 10px;
margin-top: 0 !important;
}
.page-sidebar-minified .sidebar .nav > li > a > i {
margin: 0;
}
.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu {
position: absolute;
left: 100%;
top: 0;
width: 220px;
display: none;
padding: 10px 0;
margin: 0;
background: #263238;
}
.page-sidebar-minified .sidebar li.active > a .caret,
.page-sidebar-minified .sidebar li.expand > a .caret,
.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu > li {
-webkit-animation: none;
animation: none;
-webkit-transform: none;
transform: none;
}
.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu > li > a {
padding: 5px 30px;
}
.page-sidebar-minified .sidebar .nav > li.has-sub:hover > a,
.page-sidebar-minified .sidebar .nav > li.has-sub:focus > a {
background: #263238;
}
.page-sidebar-minified .sidebar li.has-sub > .sub-menu {
display: none !important;
}
.page-sidebar-minified .sidebar li.has-sub:hover > .sub-menu,
.page-sidebar-minified .sidebar li.has-sub:focus > .sub-menu {
display: block !important;
overflow: visible !important;
}
.page-sidebar-minified .sidebar .nav li.has-sub {
position: relative;
}
.page-sidebar-minified .sidebar .nav > li.has-sub li.has-sub .sub-menu {
margin-top: -10px;
}
.sidebar-minify-btn {
margin: 10px 0;
float: right;
padding: 5px 20px 5px 10px !important;
background: #1b1f24;
color: #fff;
-webkit-border-radius: 20px 0 0 20px;
-moz-border-radius: 20px 0 0 20px;
border-radius: 20px 0 0 20px;
}
.sidebar-minify-btn i {
margin: 0 !important;
color: #fff;
}
.page-sidebar-minified .sidebar-minify-btn i:before {
content: '\f101';
}
.page-sidebar-minified.page-with-right-sidebar .content {
margin-right: 60px;
margin-left: 0;
}
.page-sidebar-minified.page-with-right-sidebar .footer {
margin-right: 85px;
margin-left: 25px;
}
.page-sidebar-minified.page-with-right-sidebar .sub-menu {
left: auto !important;
right: 100%;
}
.page-sidebar-minified.page-with-right-sidebar .nav > li.has-sub > a .caret {
position: absolute;
left: 5px;
border: 4px solid transparent;
border-right: 4px solid;
}
.page-sidebar-minified.page-with-right-sidebar .sidebar .sub-menu .caret {
left: 0;
top: 2px;
border-left: 4px solid transparent !important;
border-right: 4px solid !important;
}
.page-sidebar-minified.page-with-right-sidebar .sidebar .nav li.has-sub > .sub-menu {
padding: 10px 30px 10px 0;
}
.page-sidebar-minified.page-with-right-sidebar .sidebar .sub-menu:before {
right: 26px;
left: auto;
}
.page-sidebar-minified.page-with-right-sidebar .sidebar .sub-menu > li > a:before {
right: 0;
left: auto;
margin-right: -6px;
margin-left: 0;
}
.page-sidebar-minified.page-with-right-sidebar .sidebar-minify-btn i:before {
content: '\f100';
}
.page-sidebar-minified .sidebar .slimScrollBar,
.page-sidebar-minified .sidebar .slimScrollRail {
display: none !important;
}
.page-sidebar-minified .sidebar.sidebar-right .slimScrollBar {
display: block !important;
}
.sidebar .nav.nav-profile.active > li,
.sidebar .nav li.has-sub.expand > .sub-menu > li {
-webkit-animation: inToRight 0.3s both cubic-bezier(0.7, 0, 0.3, 1);
animation: inToRight 0.3s both cubic-bezier(0.7, 0, 0.3, 1);
}
.sidebar .nav.nav-profile.active > li:nth-child(2),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(2),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(2) {
-webkit-animation-delay: 45ms;
animation-delay: 45ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(3),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(3),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(3) {
-webkit-animation-delay: 60ms;
animation-delay: 60ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(4),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(4),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(4) {
-webkit-animation-delay: 75ms;
animation-delay: 75ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(5),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(5),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(5) {
-webkit-animation-delay: 90ms;
animation-delay: 90ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(6),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(6),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(6) {
-webkit-animation-delay: 105ms;
animation-delay: 105ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(7),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(7),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(7) {
-webkit-animation-delay: 120ms;
animation-delay: 120ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(8),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(8),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(8) {
-webkit-animation-delay: 135ms;
animation-delay: 135ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(9),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(9),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(9) {
-webkit-animation-delay: 150ms;
animation-delay: 150ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(10),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(10),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(10) {
-webkit-animation-delay: 165ms;
animation-delay: 165ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(11),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(11),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(11) {
-webkit-animation-delay: 180ms;
animation-delay: 180ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(12),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(12),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(12) {
-webkit-animation-delay: 195ms;
animation-delay: 195ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(13),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(13),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(13) {
-webkit-animation-delay: 210ms;
animation-delay: 210ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(14),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(14),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(14) {
-webkit-animation-delay: 225ms;
animation-delay: 225ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(15),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(15),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(15) {
-webkit-animation-delay: 240ms;
animation-delay: 240ms;
}
.sidebar .nav.nav-profile > li,
.sidebar .nav li.has-sub.expand > .sub-menu > li {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
@-webkit-keyframes inToRight {
to {
-webkit-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
}
}
@keyframes inToRight {
to {
-webkit-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
}
}
.sidebar .nav.nav-profile.active {
display: block;
}
.sidebar .nav.nav-profile {
display: none;
padding: 5px 0;
border-bottom: 1px solid #263238;
margin-bottom: 5px;
}
.sidebar.sidebar-grid li.nav-profile > a,
.sidebar.sidebar-grid .nav.nav-profile > li > a {
border: none;
}
.sidebar.sidebar-light .nav.nav-profile {
border-bottom: 1px solid #E0E0E0;
}
.sidebar .nav > li.divider {
margin: 5px 0;
height: 1px;
background: #263238;
}
/* 2.5 Content & content elements */
.content {
margin-left: 220px;
padding: 30px;
}
.content.content-full-width {
padding: 0;
}
.content.content-full-width .page-header {
margin: 20px;
}
.content.content-full-width .breadcrumb {
margin: 0 20px 0 0;
}
.content.content-inverse-mode .page-header,
.content.content-inverse-mode .breadcrumb a,
.content.content-inverse-mode h1,
.content.content-inverse-mode h2,
.content.content-inverse-mode h3,
.content.content-inverse-mode h4,
.content.content-inverse-mode h5,
.content.content-inverse-mode h6 {
color: #fff;
}
.content.content-inverse-mode .breadcrumb .active,
.content.content-inverse-mode .page-header small {
color: #fff;
color: rgba(255,255,255,0.75);
}
.content.content-full-width .page-header,
.content.content-full-width .breadcrumb {
position: relative;
z-index: 10;
}
.content.content-full-width .breadcrumb {
z-index: 20;
}
.page-header {
font-size: 28px;
margin: 0 0 20px;
padding: 0;
border: none;
line-height: 28px;
font-weight: 300;
}
.page-header small {
font-weight: 300;
}
.breadcrumb {
padding: 0;
margin: 0;
background: none;
font-size: 14px;
}
.breadcrumb > li {
line-height: 28px;
}
.ie8 .breadcrumb > li {
display: inline;
}
.breadcrumb > li.active {
color: #757575;
}
.breadcrumb > li + li:before {
content: '›';
color: #000;
padding: 0 8px 0 5px;
}
/* 2.6 Footer & footer elements */
.footer {
z-index: 1020;
padding: 15px 0;
margin: 0 25px 0 250px;
border-top: 1px solid #CAD0D6;
line-height: 20px;
}
/* -------------------------------
3. Component Setting
------------------------------- */
/* 3.1 Component - Form Elements */
.form-control {
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control.input-white {
background: #fff;
border-color: #fff;
}
.form-control.input-white:focus {
box-shadow: none;
-webkit-box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background: #e0e0e0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:focus {
box-shadow: none;
-webkit-box-shadow: none;
border: 1px solid #ccd0d4;
}
.form-control:focus {
border-color: #616161;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control.input-inline {
display: inline;
width: auto;
padding: 0 7px;
}
.form-control.input-xs {
height: 20px;
}
.form-control.input-lg {
font-size: 14px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.form-horizontal.form-bordered .form-group {
border-bottom: 1px solid #eee;
margin: 0;
}
.form-horizontal.form-bordered .form-group:last-child {
border-bottom: 0;
}
.form-horizontal.form-bordered .form-group > .control-label {
padding: 22px 15px 15px;
}
.form-horizontal.form-bordered .form-group > div {
padding: 15px;
}
.form-horizontal.form-bordered .form-group > div {
border-left: 1px solid #eee;
}
.form-horizontal.form-bordered .form-group > .control-label {
border-right: 1px solid #eee;
margin-right: -1px;
}
.form-horizontal.form-bordered .has-feedback .form-control-feedback {
top: 15px;
}
label {
font-weight: 500;
}
.has-success .form-control,
.has-success .form-control:focus,
.has-warning .form-control,
.has-warning .form-control:focus,
.has-error .form-control,
.has-error .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback {
color: #009688;
}
.has-success .form-control {
border-color: #009688;
}
.has-success .form-control:focus {
border-color: #008a8a;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
color: #FF9800;
}
.has-warning .form-control {
border-color: #FF9800;
}
.has-warning .form-control:focus {
border-color: #c47d15;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
color: #F44336;
}
.has-error .form-control {
border-color: #F44336;
}
.has-error .form-control:focus {
border-color: #cc4946;
}
.form-control-feedback {
line-height: 34px;
}
.input-group-addon {
background: #E0E0E0;
border: none;
}
legend {
padding-bottom: 3px;
border-bottom: 1px solid #E0E0E0;
color: #212121;
}
.form-control.without-border {
border: none;
}
.form-control.inverse-mode {
background: url(../img/transparent/white-0.2.png);
background: rgba(255,255,255,0.2);
color: #fff;
}
/* 3.2 Component - Dropdown Menu */
.dropdown-menu {
border: none;
padding: 10px 0;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
box-shadow: 0 1px 3px rgba(0,0,0,0.25);
font-size: 13px;
}
.dropdown-menu > li > a {
padding: 5px 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background: #2196F3;
}
.dropdown-menu .divider {
border-color: #eee;
}
.dropdown-menu.media-list {
max-width: 280px;
padding: 0;
}
.dropdown-menu.media-list p {
text-overflow: ellipsis;
overflow: hidden;
margin-bottom: 4px;
max-width: 205px;
}
.dropdown-menu.media-list .dropdown-header {
padding: 10px 15px !important;
background: #e0e0e0;
position: relative;
margin-bottom: -1px;
}
.dropdown-menu.media-list > .media {
margin-top: 0;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
margin-bottom: -1px;
}
.dropdown-menu.media-list > .media.active {
border-color: #2196F3;
color: #BBDEFB !important;
position: relative;
}
.dropdown-menu.media-list > .media.active .media-heading {
color: #fff;
}
.dropdown-menu.media-list > .media > a {
display: block;
padding: 10px 15px !important;
}
.dropdown-menu.media-list > .media .media-left {
padding-right: 10px;
}
.dropdown-menu.media-list > .media .media-right {
padding-left: 10px;
}
.dropdown-menu.media-list > .media .media-object {
height: 36px;
width: 36px;
line-height: 36px;
font-size: 14px;
color: #fff;
text-align: center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.dropdown-menu.media-list > .media .media-object.material-icons {
font-size: 24px;
}
.dropdown-footer {
padding: 10px 20px;
}
.dropdown-menu > li.dropdown-footer > a {
padding: 0 !important;
display: inline !important;
}
.dropdown-menu > li.dropdown-footer > a:hover,
.dropdown-menu > li.dropdown-footer > a:focus {
background: none !important;
text-decoration: underline !important;
}
/* 3.3 Component - Tooltip */
.tooltip-inner {
padding: 4px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/* 3.4 Component - Alert */
.alert {
border: none;
}
.alert.alert-success {
background: #B2DFDB;
color: #004D40;
}
.alert.alert-info {
background: #B3E5FC;
color: #01579B;
}
.alert.alert-danger {
background: #FFCDD2;
color: #B71C1C;
}
.alert.alert-warning {
background: #FFE0B2;
color: #E65100;
}
/* 3.5 Component - Note Setting */
.note {
margin-bottom: 20px;
padding: 15px;
border-left: 3px solid;
}
.note.note-success {
border-color: #009688;
background: #B2DFDB;
color: #004D40;
}
.note.note-success h1,
.note.note-success h2,
.note.note-success h3,
.note.note-success h4,
.note.note-success h5,
.note.note-success h6 {
color: #004D40;
}
.note.note-danger {
border-color: #F44336;
background: #FFCDD2;
color: #B71C1C;
}
.note.note-danger h1,
.note.note-danger h2,
.note.note-danger h3,
.note.note-danger h4,
.note.note-danger h5,
.note.note-danger h6 {
color: #B71C1C;
}
.note.note-info {
border-color: #03A9F4;
background: #B3E5FC;
color: #01579B;
}
.note.note-info h1,
.note.note-info h2,
.note.note-info h3,
.note.note-info h4,
.note.note-info h5,
.note.note-info h6 {
color: #01579B;
}
.note.note-warning {
border-color: #FF9800;
background: #FFE0B2;
color: #E65100;
}
.note.note-warning h1,
.note.note-warning h2,
.note.note-warning h3,
.note.note-warning h4,
.note.note-warning h5,
.note.note-warning h6 {
color: #E65100;
}
/* 3.6 Component - Badge & Label Setting */
.badge {
font-size: 75%;
line-height: 1.25;
font-weight: 600;
}
.label {
font-size: 75%;
font-weight: 600;
}
.badge.badge-square {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.badge.badge-default,
.label.label-default {
background: #9E9E9E;
}
.badge.badge-danger,
.label.label-danger {
background: #F44336;
}
.badge.badge-warning,
.label.label-warning {
background: #FF9800;
}
.badge.badge-success,
.label.label-success {
background: #009688;
}
.badge.badge-info,
.label.label-info {
background: #00BCD4;
}
.badge.badge-primary,
.label.label-primary {
background: #2196F3;
}
.badge.badge-inverse,
.label.label-inverse {
background: #000;
}
/* 3.7 Component - Pagination & pager */
.pager li > a,
.pager li > span,
.pagination > li > a {
border-color: #E0E0E0;
color: #212121;
}
.pager.pager-without-border li > a,
.pager.pager-without-border li > span,
.pagination.pagination-without-border > li > a {
border-color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pager > .disabled > span,
.pager > .disabled > a {
opacity: 0.6;
filter: alpha(opacity=60);
border-color: #ddd;
}
.pagination > li > a {
color: #212121;
margin-left: 5px;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.pagination > li:first-child > a {
margin-left: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
font-size: 10px;
margin-left: 4px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
font-size: 14px;
margin-left: 6px;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li > span:hover,
.pager li > span:focus,
.pagination > li > a:hover,
.pagination > li > a:focus {
color: #212121;
background: #eee;
border-color: #e0e0e0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background: #212121 !important;
border-color: #212121 !important;
}
/* 3.8 Component - Progress bar */
.progress {
-webkit-box-shadow: none;
box-shadow: none;
background: #E0E0E0;
}
.progress-xs {
height: 5px;
}
.progress-xs .progress-bar {
line-height: 5px;
}
.progress-sm {
height: 10px;
}
.progress-sm .progress-bar {
line-height: 10px;
}
.progress-lg {
height: 30px;
}
.progress-lg .progress-bar {
line-height: 30px;
}
.progress-bar {
background: #2196F3;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress-bar.progress-bar-success {
background-color: #009688;
}
.progress-bar.progress-bar-info {
background-color: #03A9F4;
}
.progress-bar.progress-bar-warning {
background-color: #FF9800;
}
.progress-bar.progress-bar-danger {
background-color: #F44336;
}
.progress-bar.progress-bar-inverse {
background-color: #212121;
}
/* 3.9 Component - Nav Setting */
.nav > li > a {
color: #616161;
}
.nav > li > a:hover,
.nav > li > a:focus {
color: #212121;
background: #E0E0E0;
}
/* 3.10 Component - Nav Tabs */
.nav-tabs,
.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: none !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
color: #212121;
}
.nav-tabs {
background: #e0e0e0;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.nav-tabs.nav-tabs-inverse {
background: #212121;
}
.nav-tabs.nav-justified > li > a {
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.nav-tabs.nav-tabs-inverse > li.active > a,
.nav-tabs.nav-tabs-inverse > li.active > a:hover,
.nav-tabs.nav-tabs-inverse > li.active > a:focus {
color: #212121;
background: #fff;
}
.nav-tabs.nav-tabs-inverse > li > a:hover,
.nav-tabs.nav-tabs-inverse > li > a:focus {
color: #fff;
background: none;
}
.nav-tabs > li,
.nav-tabs.nav-justified > li {
margin-bottom: 0;
}
.nav-tabs > li > a {
margin-right: 5px;
line-height: 20px;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
/* 3.11 Component - Nav Pills */
.nav-pills {
margin-bottom: 10px;
}
.nav-pills > li + li {
margin-left: 5px;
}
.nav-pills > li > a {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
background: #212121;
}
.nav-stacked > li + li {
margin-left: 0;
margin-top: 5px;
}
/* 3.12 Component - Tab Content */
.tab-content {
padding: 15px;
margin-bottom: 20px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.nav-tabs + .tab-content {
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
/* 3.13 Component - Accordion Panel */
.panel-title a {
display: block;
}
.panel-title > a:hover,
.panel-title > a:focus {
text-decoration: none;
}
.panel-inverse .panel-title > a:hover,
.panel-inverse .panel-title > a:focus {
color: #9E9E9E;
}
.panel-group .panel+.panel {
margin-top: 10px;
}
/* 3.14 Component - Button */
.btn {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.2);
box-shadow: 0 0 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.2);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
outline: none;
}
.btn-icon,
.btn.btn-icon {
display: inline-block;
width: 28px;
height: 28px;
padding: 0;
border: none;
line-height: 28px;
text-align: center;
font-size: 14px;
}
.btn-circle,
.btn.btn-circle {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.btn-icon.btn-xs {
width: 16px;
height: 16px;
font-size: 8px;
line-height: 16px;
}
.btn-icon.btn-sm {
width: 22px;
height: 22px;
font-size: 11px;
line-height: 22px;
}
.btn-icon.btn-lg {
width: 34px;
height: 34px;
font-size: 17px;
line-height: 34px;
}
.btn-scroll-to-top {
position: fixed;
bottom: 20px;
right: 25px;
z-index: 1020;
font-size: 23px !important;
width: 40px !important;
height: 40px !important;
line-height: 40px !important;
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.page-with-right-sidebar .btn-scroll-to-top {
left: 25px;
right: auto;
}
.btn-block {
padding-left: 12px;
padding-right: 12px;
}
.btn:active,
.btn-group .btn:active {
-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2),0 6px 6px rgba(0,0,0,0.23);
box-shadow: 0 10px 20px rgba(0,0,0,0.2),0 6px 6px rgba(0,0,0,0.23);
}
.btn.active,
.btn-group .btn.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}
.btn-link,
.btn-group .btn {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-group {
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.2);
box-shadow: 0 0 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.2);
}
.btn-link:hover,
.btn-link:focus {
text-decoration: none;
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
margin-left: 0;
}
/* 3.14.1 Component - Button - Default */
.btn.btn-default {
color: #212121;
background: #fff;
border-color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus,
.btn-default.focus,
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
background: #EEEEEE;
border-color: #EEEEEE;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
border-color: #BDBDBD;
}
.btn-group .btn.btn-default:not(.active) + .btn.btn-default,
.input-group-btn .btn.btn-default:not(.active) + .btn.btn-default {
border-left-color: #BDBDBD;
}
/* 3.14.2 Component - Button - White */
.btn.btn-white {
font-weight: normal;
color: #333;
background: #fff;
border-color: #fff;
}
.btn.btn-white.btn-white-without-border {
border-color: #fff;
}
.btn.btn-white.btn-white-without-border.active,
.btn.btn-white.btn-white-without-border.active:hover,
.btn.btn-white.btn-white-without-border.active:focus {
border-color: #EEEEEE;
}
.btn.btn-white.btn-white-without-border:hover,
.btn.btn-white.btn-white-without-border:focus {
border-color: #EEEEEE;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:active:focus,
.btn-white.focus,
.btn-white.active,
.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.open > .dropdown-toggle.btn-white,
.open > .dropdown-toggle.btn-white.focus,
.open > .dropdown-toggle.btn-white:focus,
.open > .dropdown-toggle.btn-white:hover {
background: #EEEEEE;
border-color: #EEEEEE;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.active,
.btn-white.active.focus,
.btn-white.active:hover,
.btn-white.active:focus,
.btn-white:active:focus,
.btn-white:active:hover {
border-color: #BDBDBD;
}
.btn-group .btn.btn-white:not(.active) + .btn.btn-white,
.input-group-btn .btn.btn-white:not(.active) + .btn.btn-white {
border-left-color: #BDBDBD;
}
/* 3.14.3 Component - Button - Inverse */
.btn.btn-inverse {
color: #fff;
background: #212121;
border-color: #212121;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse:active:focus,
.btn-inverse.focus,
.btn-inverse.active,
.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.open > .dropdown-toggle.btn-inverse,
.open > .dropdown-toggle.btn-inverse.focus,
.open > .dropdown-toggle.btn-inverse:focus,
.open > .dropdown-toggle.btn-inverse:hover {
background: #424242;
border-color: #424242;
}
.btn-group .btn.btn-inverse:not(.active) + .btn.btn-inverse,
.input-group-btn .btn.btn-inverse:not(.active) + .btn.btn-inverse {
border-left-color: #000;
}
/* 3.14.4 Component - Button - Primary */
.btn.btn-primary {
color: #fff;
background: #2196F3;
border-color: #2196F3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.focus,
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
background: #42A5F5;
border-color: #42A5F5;
}
.btn-group .btn.btn-primary:not(.active) + .btn.btn-primary,
.input-group-btn .btn.btn-primary:not(.active) + .btn.btn-primary {
border-left-color: #1E88E5;
}
/* 3.14.5 Component - Button - Success */
.btn.btn-success {
color: #fff;
background: #009688;
border-color: #009688;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus,
.btn-success.focus,
.btn-success.active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
background: #26A69A;
border-color: #26A69A;
}
.btn-group .btn.btn-success:not(.active) + .btn.btn-success,
.input-group-btn .btn.btn-success:not(.active) + .btn.btn-success {
border-left-color: #00897B;
}
/* 3.14.6 Component - Button - Warning */
.btn.btn-warning {
color: #fff;
background: #FF9800;
border-color: #FF9800;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:active:focus,
.btn-warning.focus,
.btn-warning.active,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
background: #FFA726;
border-color: #FFA726;
}
.btn-group .btn.btn-warning:not(.active) + .btn.btn-warning,
.input-group-btn .btn.btn-warning:not(.active) + .btn.btn-warning {
border-left-color: #FB8C00;
}
/* 3.14.7 Component - Button - Danger */
.btn.btn-danger {
color: #fff;
background: #F44336;
border-color: #F44336;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:focus,
.btn-danger.focus,
.btn-danger.active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
background: #EF5350;
border-color: #EF5350;
}
.btn-group .btn.btn-danger:not(.active) + .btn.btn-danger,
.input-group-btn .btn.btn-danger:not(.active) + .btn.btn-danger {
border-left-color: #E53935;
}
/* 3.14.8 Component - Button - Info */
.btn.btn-info {
color: #fff;
background: #00BCD4;
border-color: #00BCD4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:focus,
.btn-info.focus,
.btn-info.active,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
background: #26C6DA;
border-color: #26C6DA;
}
.btn-group .btn.btn-info:not(.active) + .btn.btn-info,
.input-group-btn .btn.btn-info:not(.active) + .btn.btn-info {
border-left-color: #00ACC1;
}
/* 3.14.9 Component - Button - Pink */
.btn.btn-pink {
color: #fff;
background: #E91E63;
border-color: #E91E63;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink:active:focus,
.btn-pink.focus,
.btn-pink.active,
.btn-pink.active.focus,
.btn-pink.active:focus,
.btn-pink.active:hover,
.btn-pink:active.focus,
.btn-pink:active:focus,
.btn-pink:active:hover,
.open > .dropdown-toggle.btn-pink,
.open > .dropdown-toggle.btn-pink.focus,
.open > .dropdown-toggle.btn-pink:focus,
.open > .dropdown-toggle.btn-pink:hover {
background: #EC407A;
border-color: #EC407A;
}
.btn-group .btn.btn-pink:not(.active) + .btn.btn-pink,
.input-group-btn .btn.btn-pink:not(.active) + .btn.btn-pink {
border-left-color: #D81B60;
}
/* 3.14.10 Component - Button - Purple */
.btn.btn-purple {
color: #fff;
background: #9C27B0;
border-color: #9C27B0;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple:active:focus,
.btn-purple.focus,
.btn-purple.active,
.btn-purple.active.focus,
.btn-purple.active:focus,
.btn-purple.active:hover,
.btn-purple:active.focus,
.btn-purple:active:focus,
.btn-purple:active:hover,
.open > .dropdown-toggle.btn-purple,
.open > .dropdown-toggle.btn-purple.focus,
.open > .dropdown-toggle.btn-purple:focus,
.open > .dropdown-toggle.btn-purple:hover {
background: #AB47BC;
border-color: #AB47BC;
}
.btn-group .btn.btn-purple:not(.active) + .btn.btn-purple,
.input-group-btn .btn.btn-purple:not(.active) + .btn.btn-purple {
border-left-color: #8E24AA;
}
/* 3.14.11 Component - Button - Deep Purple */
.btn.btn-deep-purple {
color: #fff;
background: #673AB7;
border-color: #673AB7;
}
.btn-deep-purple:hover,
.btn-deep-purple:focus,
.btn-deep-purple:active,
.btn-deep-purple:active:focus,
.btn-deep-purple.focus,
.btn-deep-purple.active,
.btn-deep-purple.active.focus,
.btn-deep-purple.active:focus,
.btn-deep-purple.active:hover,
.btn-deep-purple:active.focus,
.btn-deep-purple:active:focus,
.btn-deep-purple:active:hover,
.open > .dropdown-toggle.btn-deep-purple,
.open > .dropdown-toggle.btn-deep-purple.focus,
.open > .dropdown-toggle.btn-deep-purple:focus,
.open > .dropdown-toggle.btn-deep-purple:hover {
background: #7E57C2;
border-color: #7E57C2;
}
.btn-group .btn.btn-deep-purple:not(.active) + .btn.btn-deep-purple,
.input-group-btn .btn.btn-deep-purple:not(.active) + .btn.btn-deep-purple {
border-left-color: #5E35B1;
}
/* 3.14.12 Component - Button - Indigo */
.btn.btn-indigo {
color: #fff;
background: #3F51B5;
border-color: #3F51B5;
}
.btn-indigo:hover,
.btn-indigo:focus,
.btn-indigo:active,
.btn-indigo:active:focus,
.btn-indigo.focus,
.btn-indigo.active,
.btn-indigo.active.focus,
.btn-indigo.active:focus,
.btn-indigo.active:hover,
.btn-indigo:active.focus,
.btn-indigo:active:focus,
.btn-indigo:active:hover,
.open > .dropdown-toggle.btn-indigo,
.open > .dropdown-toggle.btn-indigo.focus,
.open > .dropdown-toggle.btn-indigo:focus,
.open > .dropdown-toggle.btn-indigo:hover {
background: #5C6BC0;
border-color: #5C6BC0;
}
.btn-group .btn.btn-indigo:not(.active) + .btn.btn-indigo,
.input-group-btn .btn.btn-indigo:not(.active) + .btn.btn-indigo {
border-left-color: #3949AB;
}
/* 3.14.13 Component - Button - Light Blue */
.btn.btn-light-blue {
color: #fff;
background: #03A9F4;
border-color: #03A9F4;
}
.btn-light-blue:hover,
.btn-light-blue:focus,
.btn-light-blue:active,
.btn-light-blue:active:focus,
.btn-light-blue.focus,
.btn-light-blue.active,
.btn-light-blue.active.focus,
.btn-light-blue.active:focus,
.btn-light-blue.active:hover,
.btn-light-blue:active.focus,
.btn-light-blue:active:focus,
.btn-light-blue:active:hover,
.open > .dropdown-toggle.btn-light-blue,
.open > .dropdown-toggle.btn-light-blue.focus,
.open > .dropdown-toggle.btn-light-blue:focus,
.open > .dropdown-toggle.btn-light-blue:hover {
background: #29B6F6;
border-color: #29B6F6;
}
.btn-group .btn.btn-light-blue:not(.active) + .btn.btn-light-blue,
.input-group-btn .btn.btn-light-blue:not(.active) + .btn.btn-light-blue {
border-left-color: #039BE5;
}
/* 3.14.14 Component - Button - Light Green */
.btn.btn-light-green {
color: #fff;
background: #8BC34A;
border-color: #8BC34A;
}
.btn-light-green:hover,
.btn-light-green:focus,
.btn-light-green:active,
.btn-light-green:active:focus,
.btn-light-green.focus,
.btn-light-green.active,
.btn-light-green.active.focus,
.btn-light-green.active:focus,
.btn-light-green.active:hover,
.btn-light-green:active.focus,
.btn-light-green:active:focus,
.btn-light-green:active:hover,
.open > .dropdown-toggle.btn-light-green,
.open > .dropdown-toggle.btn-light-green.focus,
.open > .dropdown-toggle.btn-light-green:focus,
.open > .dropdown-toggle.btn-light-green:hover {
background: #9CCC65;
border-color: #9CCC65;
}
.btn-group .btn.btn-light-green:not(.active) + .btn.btn-light-green,
.input-group-btn .btn.btn-light-green:not(.active) + .btn.btn-light-green {
border-left-color: #7CB342;
}
/* 3.14.15 Component - Button - Lime */
.btn.btn-lime {
color: #fff;
background: #CDDC39;
border-color: #CDDC39;
}
.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active,
.btn-lime:active:focus,
.btn-lime.focus,
.btn-lime.active,
.btn-lime.active.focus,
.btn-lime.active:focus,
.btn-lime.active:hover,
.btn-lime:active.focus,
.btn-lime:active:focus,
.btn-lime:active:hover,
.open > .dropdown-toggle.btn-lime,
.open > .dropdown-toggle.btn-lime.focus,
.open > .dropdown-toggle.btn-lime:focus,
.open > .dropdown-toggle.btn-lime:hover {
background: #D4E157;
border-color: #D4E157;
}
.btn-group .btn.btn-lime:not(.active) + .btn.btn-lime,
.input-group-btn .btn.btn-lime:not(.active) + .btn.btn-lime {
border-left-color: #C0CA33;
}
/* 3.14.16 Component - Button - Yellow */
.btn.btn-yellow {
color: #fff;
background: #FFEB3B;
border-color: #FFEB3B;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow:active:focus,
.btn-yellow.focus,
.btn-yellow.active,
.btn-yellow.active.focus,
.btn-yellow.active:focus,
.btn-yellow.active:hover,
.btn-yellow:active.focus,
.btn-yellow:active:focus,
.btn-yellow:active:hover,
.open > .dropdown-toggle.btn-yellow,
.open > .dropdown-toggle.btn-yellow.focus,
.open > .dropdown-toggle.btn-yellow:focus,
.open > .dropdown-toggle.btn-yellow:hover {
background: #FFEE58;
border-color: #FFEE58;
}
.btn-group .btn.btn-yellow:not(.active) + .btn.btn-yellow,
.input-group-btn .btn.btn-yellow:not(.active) + .btn.btn-yellow {
border-left-color: #FDD835;
}
/* 3.14.17 Component - Button - Amber */
.btn.btn-amber {
color: #fff;
background: #FFC107;
border-color: #FFC107;
}
.btn-amber:hover,
.btn-amber:focus,
.btn-amber:active,
.btn-amber:active:focus,
.btn-amber.focus,
.btn-amber.active,
.btn-amber.active.focus,
.btn-amber.active:focus,
.btn-amber.active:hover,
.btn-amber:active.focus,
.btn-amber:active:focus,
.btn-amber:active:hover,
.open > .dropdown-toggle.btn-amber,
.open > .dropdown-toggle.btn-amber.focus,
.open > .dropdown-toggle.btn-amber:focus,
.open > .dropdown-toggle.btn-amber:hover {
background: #FFCA28;
border-color: #FFCA28;
}
.btn-group .btn.btn-amber:not(.active) + .btn.btn-amber,
.input-group-btn .btn.btn-amber:not(.active) + .btn.btn-amber {
border-left-color: #FFB300;
}
/* 3.14.18 Component - Button - Deep Orange */
.btn.btn-deep-orange {
color: #fff;
background: #FF5722;
border-color: #FF5722;
}
.btn-deep-orange:hover,
.btn-deep-orange:focus,
.btn-deep-orange:active,
.btn-deep-orange:active:focus,
.btn-deep-orange.focus,
.btn-deep-orange.active,
.btn-deep-orange.active.focus,
.btn-deep-orange.active:focus,
.btn-deep-orange.active:hover,
.btn-deep-orange:active.focus,
.btn-deep-orange:active:focus,
.btn-deep-orange:active:hover,
.open > .dropdown-toggle.btn-deep-orange,
.open > .dropdown-toggle.btn-deep-orange.focus,
.open > .dropdown-toggle.btn-deep-orange:focus,
.open > .dropdown-toggle.btn-deep-orange:hover {
background: #FF7043;
border-color: #FF7043;
}
.btn-group .btn.btn-deep-orange:not(.active) + .btn.btn-deep-orange,
.input-group-btn .btn.btn-deep-orange:not(.active) + .btn.btn-deep-orange {
border-left-color: #F4511E;
}
/* 3.14.19 Component - Button - Brown */
.btn.btn-brown {
color: #fff;
background: #795548;
border-color: #795548;
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown:active:focus,
.btn-brown.focus,
.btn-brown.active,
.btn-brown.active.focus,
.btn-brown.active:focus,
.btn-brown.active:hover,
.btn-brown:active.focus,
.btn-brown:active:focus,
.btn-brown:active:hover,
.open > .dropdown-toggle.btn-brown,
.open > .dropdown-toggle.btn-brown.focus,
.open > .dropdown-toggle.btn-brown:focus,
.open > .dropdown-toggle.btn-brown:hover {
background: #8D6E63;
border-color: #8D6E63;
}
.btn-group .btn.btn-brown:not(.active) + .btn.btn-brown,
.input-group-btn .btn.btn-brown:not(.active) + .btn.btn-brown {
border-left-color: #6D4C41;
}
/* 3.14.20 Component - Button - Blue Grey */
.btn.btn-blue-grey {
color: #fff;
background: #607D8B;
border-color: #607D8B;
}
.btn-blue-grey:hover,
.btn-blue-grey:focus,
.btn-blue-grey:active,
.btn-blue-grey:active:focus,
.btn-blue-grey.focus,
.btn-blue-grey.active,
.btn-blue-grey.active.focus,
.btn-blue-grey.active:focus,
.btn-blue-grey.active:hover,
.btn-blue-grey:active.focus,
.btn-blue-grey:active:focus,
.btn-blue-grey:active:hover,
.open > .dropdown-toggle.btn-blue-grey,
.open > .dropdown-toggle.btn-blue-grey.focus,
.open > .dropdown-toggle.btn-blue-grey:focus,
.open > .dropdown-toggle.btn-blue-grey:hover {
background: #78909C;
border-color: #78909C;
}
.btn-group .btn.btn-blue-grey:not(.active) + .btn.btn-blue-grey,
.input-group-btn .btn.btn-blue-grey:not(.active) + .btn.btn-blue-grey {
border-left-color: #546E7A;
}
/* 3.14.21 Component - Button - Grey */
.btn.btn-grey {
color: #fff;
background: #9E9E9E;
border-color: #9E9E9E;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey:active:focus,
.btn-grey.focus,
.btn-grey.active,
.btn-grey.active.focus,
.btn-grey.active:focus,
.btn-grey.active:hover,
.btn-grey:active.focus,
.btn-grey:active:focus,
.btn-grey:active:hover,
.open > .dropdown-toggle.btn-grey,
.open > .dropdown-toggle.btn-grey.focus,
.open > .dropdown-toggle.btn-grey:focus,
.open > .dropdown-toggle.btn-grey:hover {
background: #BDBDBD;
border-color: #BDBDBD;
}
.btn-group .btn.btn-grey:not(.active) + .btn.btn-grey,
.input-group-btn .btn.btn-grey:not(.active) + .btn.btn-grey {
border-left-color: #757575;
}
/* 3.15 Component - Panel */
.panel {
border: none;
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
box-shadow: 0 2px 3px rgba(0,0,0,0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.panel.panel-no-rounded-corner .panel-heading,
.panel.panel-no-rounded-corner .panel-body,
.panel.panel-no-rounded-corner .panel-footer {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.panel-heading {
padding: 10px 15px;
border: none;
}
.panel-heading + .table,
.panel-heading + .slimScrollDiv {
border-top: 1px solid #eee;
}
.panel-heading-btn {
float: right;
}
.panel-heading-btn > a {
margin-left: 8px;
}
.panel-heading .btn-group .btn {
margin-top: -7px;
}
.panel-heading .btn-group .btn.btn-sm {
margin-top: -5px;
}
.panel-heading .btn-group .btn.btn-xs {
margin-top: -1px;
}
.panel-heading .label.pull-left,
.panel-heading .label.pull-right {
line-height: 15px;
}
.panel-heading .progress.pull-right,
.panel-heading .progress.pull-left {
width: 40%;
min-width: 120px;
}
.panel-heading + .alert {
margin-bottom: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.panel-with-tabs.panel-default .panel-heading {
background: #E0E0E0;
color: #333;
}
.panel-heading .nav-tabs {
margin-top: -10px;
margin-right: -15px;
}
.panel-heading .nav-tabs > li > a {
padding: 10px 15px;
line-height: 20px;
}
.panel-title {
line-height: 20px;
font-size: 14px;
}
.panel-title .accordion-toggle {
margin: -10px -15px;
padding: 10px 15px;
}
.panel-title .accordion-toggle.accordion-toggle-styled .fa:before {
content: '\f056';
}
.panel-title .accordion-toggle.accordion-toggle-styled.collapsed .fa:before {
content: '\f055';
}
.panel-title .pull-right {
line-height: 20px;
}
.panel-toolbar {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 10px 15px;
background: #fff;
}
.panel-toolbar + .form-control {
margin: -1px 0 0;
border-right: none;
border-left: none;
}
.panel-group .panel {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.form-control + .panel-footer {
border-top: none;
}
.panel-body {
padding: 15px;
}
.panel-body.no-border {
border: none !important;
}
.panel-body.panel-table,
.panel-body.panel-form,
.panel-body.no-padding,
.panel-body.panel-full-width {
padding: 0 !important;
}
.panel-body.with-table > .table {
border: 0;
margin: 0;
}
.panel-body.with-table > .table tr:last-child th,
.panel-body.with-table > .table tr:last-child td{
border-bottom: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
border-top: 1px solid #eee;
}
.panel-footer {
background: #fff;
border-top: 1px solid #eee;
}
.panel .tab-content {
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.panel-default > .panel-heading {
background: #fafafa;
}
.panel-inverse > .panel-heading,
.panel-success > .panel-heading,
.panel-warning > .panel-heading,
.panel-danger > .panel-heading,
.panel-primary > .panel-heading,
.panel-info > .panel-heading {
color: #fff;
}
.panel-inverse > .panel-heading { background: #212121; }
.panel-success > .panel-heading { background: #009688; }
.panel-warning > .panel-heading { background: #FF9800; }
.panel-danger > .panel-heading { background: #F44336; }
.panel-primary > .panel-heading { background: #2196F3; }
.panel-info > .panel-heading { background: #00BCD4; }
/* 3.16.Component - Panel - Panel Expand */
.panel.panel-expand {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
overflow: hidden;
z-index: 1080;
}
.panel-expand .height-xs,
.panel-expand .height-sm,
.panel-expand .height-md,
.panel-expand .height-lg,
.panel-expand .height-full {
height: 100% !important;
}
@keyframes panelExpand {
from { top: 50%; left: 50%; right: 50%; bottom: 50%; }
to { top: 0; left: 0; right: 0; bottom: 0; }
}
@-webkit-keyframes panelExpand {
from { top: 50%; left: 50%; right: 50%; bottom: 50%; }
to { top: 0; left: 0; right: 0; bottom: 0; }
}
.panel.panel-expand > .panel-heading .fa.fa-expand:before {
content: '\f066';
}
.panel.panel-expand,
.panel.panel-expand > .panel-heading,
.panel.panel-expand > .panel-body {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.panel.panel-expand > .panel-body {
position: absolute;
right: 0;
left: 0;
bottom: 0;
top: 40px;
overflow-y: scroll;
z-index: 1020;
}
.panel.panel-expand > .panel-footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
/* 3.17 Component - Panel - Panel loading */
.panel.panel-loading .panel-body {
position: relative;
z-index: 0;
}
.panel.panel-loading.panel-expand .panel-body {
position: absolute;
}
.panel.panel-loading .panel-body .panel-loader {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
opacity: 0.9;
filter: alpha(opacity=90);
animation: fadeIn .2s;
-webkit-animation: fadeIn .2s;
z-index: 1020;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@-webkit-keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
/* 3.18 Component - Modal Setting */
.modal-content {
border: none;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.modal-header {
padding: 12px 15px;
border-bottom-color: #E0E0E0;
}
.modal-header .close {
margin-top: 2px;
}
.modal-body {
padding: 15px;
}
.modal-footer {
border-top-color: #E0E0E0;
padding: 14px 15px 15px;
}
.modal-message .modal-dialog {
width: 100%;
}
.modal-message .modal-content {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.modal-message .modal-header,
.modal-message .modal-body,
.modal-message .modal-footer {
width: 60%;
border: none;
margin: 0 auto;
}
.modal-backdrop.fade.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
/* 3.19 Component - Media Object */
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media .media-object {
width: 128px;
}
.media.media-lg .media-object {
width: 256px;
}
.media.media-sm .media-object {
width: 64px;
}
.media.media-xs .media-object {
width: 32px;
}
.media > .pull-left,
.media > .media-left {
padding-right: 15px;
}
.media > .pull-right,
.media > .media-right {
padding-left: 15px;
}
.media a:not(.btn):hover,
.media a:not(.btn):focus,
.media a:not(.btn):hover .media-heading,
.media a:not(.btn):focus .media-heading,
.media a:not(.btn).media-heading:hover,
.media a:not(.btn).media-heading:focus {
color: #212121;
text-decoration: none;
}
.media-list.media-list-with-divider > li + li {
border-top: 1px solid #eee;
padding-top: 20px;
}
/* 3.20 Component - Table */
.table {
border-color: #E0E0E0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #fff;
}
.table > thead > tr > th {
color: #212121;
font-weight: 600;
border-bottom: 2px solid #E0E0E0 !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
border-color: #E0E0E0;
padding: 10px 15px;
background: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 7px 15px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background: #e8ecf1 !important;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background: #F5F5F5;
}
.table.table-inverse {
background: none;
}
.table.table-inverse > thead > tr > th,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > th,
.table.table-inverse > thead > tr > td,
.table.table-inverse > tbody > tr > td,
.table.table-inverse > tfoot > tr > td {
border-color: #999 !important;
border-color: rgba(0,0,0,0.2) !important;
background: none;
}
.table.table-inverse,
.table.table-inverse > thead > tr > th,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > th {
color: #fff;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background: #E1F5FE;
border-color: #81D4FA;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background: #E0F2F1;
border-color: #80CBC4;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background: #FFEBEE;
border-color: #EF9A9A;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background: #FFF3E0;
border-color: #FFCC80;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background: #F5F5F5;
border-color: #e9e9e9;
}
.table.table-without-bg,
.table.table-without-bg tr td,
.table.table-without-bg tr th {
background: none;
}
/* 3.21 Component - Well */
.well {
padding: 15px;
background: #fff;
box-shadow: none;
-webkit-box-shadow: none;
}
.well-sm {
padding: 10px;
}
.well-lg {
padding: 30px;
}
/* 3.22 Component - Jumbotron */
.jumbotron {
background: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 56px;
}
.jumbotron p {
font-size: 18px;
}
/* 3.23 Component - List Group */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
background: #2196F3;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #212121;
}
.nav.nav-pills.nav-sm > li {
margin: 0 0 3px;
}
.nav.nav-pills.nav-sm > li a {
padding: 8px 10px;
line-height: 1.5;
}
/* 3.24 Component - Carousel */
.carousel .carousel-control .fa {
position: absolute;
top: 50%;
z-index: 5;
display: block;
width: 30px;
height: 30px;
margin-top: -15px;
text-align: center;
line-height: 30px;
margin-left: -15px;
}
.carousel .carousel-control.left .fa {
margin-left: 15px;
}
/* -------------------------------
4.0 Predefined CSS Setting
------------------------------- */
/* 4.1 Predefined Classes */
.row { margin: 0 -10px; }
.row > [class*="col-"] { padding: 0 10px; }
.row.row-space-0 { margin: 0; }
.row.row-space-2 { margin: 0 -1px; }
.row.row-space-4 { margin: 0 -2px; }
.row.row-space-6 { margin: 0 -3px; }
.row.row-space-8 { margin: 0 -4px; }
.row.row-space-10 { margin: 0 -5px; }
.row.row-space-12 { margin: 0 -6px; }
.row.row-space-14 { margin: 0 -7px; }
.row.row-space-16 { margin: 0 -8px; }
.row.row-space-18 { margin: 0 -9px; }
.row.row-space-18 { margin: 0 -10px; }
.row.row-space-22 { margin: 0 -11px; }
.row.row-space-24 { margin: 0 -12px; }
.row.row-space-26 { margin: 0 -13px; }
.row.row-space-28 { margin: 0 -14px; }
.row.row-space-30 { margin: 0 -15px; }
.row.row-space-0 > [class*="col-"] { padding: 0; }
.row.row-space-2 > [class*="col-"] { padding: 0 1px; }
.row.row-space-4 > [class*="col-"] { padding: 0 2px; }
.row.row-space-6 > [class*="col-"] { padding: 0 3px; }
.row.row-space-8 > [class*="col-"] { padding: 0 4px; }
.row.row-space-10 > [class*="col-"] { padding: 0 5px; }
.row.row-space-12 > [class*="col-"] { padding: 0 6px; }
.row.row-space-14 > [class*="col-"] { padding: 0 7px; }
.row.row-space-16 > [class*="col-"] { padding: 0 8px; }
.row.row-space-18 > [class*="col-"] { padding: 0 9px; }
.row.row-space-20 > [class*="col-"] { padding: 0 10px; }
.row.row-space-22 > [class*="col-"] { padding: 0 11px; }
.row.row-space-24 > [class*="col-"] { padding: 0 12px; }
.row.row-space-26 > [class*="col-"] { padding: 0 13px; }
.row.row-space-28 > [class*="col-"] { padding: 0 14px; }
.row.row-space-30 > [class*="col-"] { padding: 0 15px; }
.semi-bold { font-weight: 600; }
.overflow-auto { overflow: auto !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-visible { overflow: visible !important; }
.overflow-scroll { overflow: scroll !important; }
.overflow-x-hidden { overflow-x: hidden !important; }
.overflow-x-visible { overflow-x: visible !important; }
.overflow-x-scroll { overflow-x: scroll !important; }
.overflow-y-hidden { overflow-y: hidden !important; }
.overflow-y-visible { overflow-y: visible !important; }
.overflow-y-scroll { overflow-y: scroll !important; }
.m-auto { margin: 0 auto !important; }
.m-0 { margin: 0px !important; }
.m-1 { margin: 1px !important; }
.m-2 { margin: 2px !important; }
.m-3 { margin: 3px !important; }
.m-4 { margin: 4px !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-25 { margin: 25px !important; }
.m-30 { margin: 30px !important; }
.m-35 { margin: 35px !important; }
.m-40 { margin: 40px !important; }
.m-t-0 { margin-top: 0px !important; }
.m-t-1 { margin-top: 1px !important; }
.m-t-2 { margin-top: 2px !important; }
.m-t-3 { margin-top: 3px !important; }
.m-t-4 { margin-top: 4px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-35 { margin-top: 35px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-r-0 { margin-right: 0px !important; }
.m-r-1 { margin-right: 1px !important; }
.m-r-2 { margin-right: 2px !important; }
.m-r-3 { margin-right: 3px !important; }
.m-r-4 { margin-right: 4px !important; }
.m-r-5 { margin-right: 5px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-r-35 { margin-right: 35px !important; }
.m-r-40 { margin-right: 40px !important; }
.m-b-0 { margin-bottom: 0px !important; }
.m-b-1 { margin-bottom: 1px !important; }
.m-b-2 { margin-bottom: 2px !important; }
.m-b-3 { margin-bottom: 3px !important; }
.m-b-4 { margin-bottom: 4px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-l-0 { margin-left: 0px !important; }
.m-l-1 { margin-left: 1px !important; }
.m-l-2 { margin-left: 2px !important; }
.m-l-3 { margin-left: 3px !important; }
.m-l-4 { margin-left: 4px !important; }
.m-l-5 { margin-left: 5px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-25 { margin-left: 25px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-l-35 { margin-left: 35px !important; }
.m-l-40 { margin-left: 40px !important; }
.p-0 { padding: 0px !important; }
.p-1 { padding: 1px !important; }
.p-2 { padding: 2px !important; }
.p-3 { padding: 3px !important; }
.p-4 { padding: 4px !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-15, .wrapper { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-25 { padding: 25px !important; }
.p-30 { padding: 30px !important; }
.p-35 { padding: 35px !important; }
.p-40 { padding: 40px !important; }
.p-t-0 { padding-top: 0px !important; }
.p-t-1 { padding-top: 1px !important; }
.p-t-2 { padding-top: 2px !important; }
.p-t-3 { padding-top: 3px !important; }
.p-t-4 { padding-top: 4px !important; }
.p-t-5 { padding-top: 5px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-35 { padding-top: 35px !important; }
.p-t-40 { padding-top: 40px !important; }
.p-r-0 { padding-right: 0px !important; }
.p-r-1 { padding-right: 1px !important; }
.p-r-2 { padding-right: 2px !important; }
.p-r-3 { padding-right: 3px !important; }
.p-r-4 { padding-right: 4px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-r-25 { padding-right: 25px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-r-35 { padding-right: 35px !important; }
.p-r-40 { padding-right: 40px !important; }
.p-b-0 { padding-bottom: 0px !important; }
.p-b-1 { padding-bottom: 1px !important; }
.p-b-2 { padding-bottom: 2px !important; }
.p-b-3 { padding-bottom: 3px !important; }
.p-b-4 { padding-bottom: 4px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-b-35 { padding-bottom: 35px !important; }
.p-b-40 { padding-bottom: 40px !important; }
.p-l-0 { padding-left: 0px !important; }
.p-l-1 { padding-left: 1px !important; }
.p-l-2 { padding-left: 2px !important; }
.p-l-3 { padding-left: 3px !important; }
.p-l-4 { padding-left: 4px !important; }
.p-l-5 { padding-left: 5px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-l-25 { padding-left: 25px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-l-35 { padding-left: 35px !important; }
.p-l-40 { padding-left: 40px !important; }
.f-s-8 { font-size: 8px !important; }
.f-s-9 { font-size: 9px !important; }
.f-s-10 { font-size: 10px !important; }
.f-s-11 { font-size: 11px !important; }
.f-s-12 { font-size: 12px !important; }
.f-s-13 { font-size: 13px !important; }
.f-s-14 { font-size: 14px !important; }
.f-s-15 { font-size: 15px !important; }
.f-s-16 { font-size: 16px !important; }
.f-s-17 { font-size: 17px !important; }
.f-s-18 { font-size: 18px !important; }
.f-s-19 { font-size: 19px !important; }
.f-s-20 { font-size: 20px !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.pull-left { float: left !important; }
.pull-right { float: right !important; }
.pull-none { float: none !important; }
.f-w-100 { font-weight: 100 !important; }
.f-w-200 { font-weight: 200 !important; }
.f-w-300 { font-weight: 300 !important; }
.f-w-400 { font-weight: 400 !important; }
.f-w-500 { font-weight: 500 !important; }
.f-w-600 { font-weight: 600 !important; }
.f-w-700 { font-weight: 700 !important; }
.table-valign-middle th,
.table-valign-middle td {
vertical-align: middle !important;
}
.table-th-valign-middle th,
.table-td-valign-middle td {
vertical-align: middle !important;
}
.table-valign-top th,
.table-valign-top td {
vertical-align: top !important;
}
.table-th-valign-top th,
.table-td-valign-top td {
vertical-align: top !important;
}
.table-valign-bottom th,
.table-valign-bottom td {
vertical-align: bottom !important;
}
.table-th-valign-bottom th,
.table-td-valign-bottom td {
vertical-align: bottom !important;
}
.vertical-box {
display: table;
table-layout: fixed;
border-spacing: 0;
height: 100%;
width: 100%;
}
.vertical-box-column {
display: table-cell;
vertical-align: top;
height: 100%;
}
.vertical-box-row {
display: table-row;
height: 100%;
}
.vertical-box-row > .vertical-box-cell {
position: relative;
height: 100%;
width: 100%;
float: none;
}
.vertical-box-row > .vertical-box-cell > .vertical-box-inner-cell {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
}
.panel-expand .vertical-box .vertical-box-column {
display: table-cell;
}
.page-content-full-height .content {
position: absolute;
left: 0;
top: 60px;
right: 0;
bottom: 0;
-webkit-transform: translateZ(0);
}
.panel-expand .page-content-full-height .content {
-webkit-transform: none;
}
.no-rounded-corner {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.rounded-corner {
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
.no-border { border: 0 !important; }
.border-top-1 { border-top: 1px solid #eee !important; }
.border-right-1 { border-right: 1px solid #eee !important; }
.border-bottom-1 { border-bottom: 1px solid #eee !important; }
.border-left-1 { border-left: 1px solid #eee !important; }
.no-box-shadow {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
/* Red */
.bg-red,
.bg-red-500,
.bg-danger,
.panel-red .panel-heading,
.panel-danger .panel-heading {
background: #F44336 !important;
}
.bg-red-50 { background: #FFEBEE !important; }
.bg-red-100 { background: #FFCDD2 !important; }
.bg-red-200 { background: #EF9A9A !important; }
.bg-red-300 { background: #E57373 !important; }
.bg-red-400 { background: #EF5350 !important; }
.bg-red-600 { background: #E53935 !important; }
.bg-red-700 { background: #D32F2F !important; }
.bg-red-800 { background: #C62828 !important; }
.bg-red-900 { background: #B71C1C !important; }
.text-red,
.text-danger,
.text-red-500 {
color: #F44336 !important;
}
a.text-red:hover,
a.text-red:focus,
a.text-danger:hover,
a.text-danger:focus {
color: #D32F2F !important;
}
.text-red-50 { color: #FFEBEE !important; }
.text-red-100 { color: #FFCDD2 !important; }
.text-red-200 { color: #EF9A9A !important; }
.text-red-300 { color: #E57373 !important; }
.text-red-400 { color: #EF5350 !important; }
.text-red-600 { color: #E53935 !important; }
.text-red-700 { color: #D32F2F !important; }
.text-red-800 { color: #C62828 !important; }
.text-red-900 { color: #B71C1C !important; }
/* Pink */
.bg-pink,
.bg-pink-500,
.panel-pink .panel-heading {
background: #E91E63 !important;
}
.bg-pink-50 { background: #FCE4EC !important; }
.bg-pink-100 { background: #F8BBD0 !important; }
.bg-pink-200 { background: #F48FB1 !important; }
.bg-pink-300 { background: #F06292 !important; }
.bg-pink-400 { background: #EC407A !important; }
.bg-pink-600 { background: #D81B60 !important; }
.bg-pink-700 { background: #C2185B !important; }
.bg-pink-800 { background: #AD1457 !important; }
.bg-pink-900 { background: #880E4F !important; }
.text-pink,
.text-pink-500 {
color: #E91E63 !important;
}
a.text-pink:hover,
a.text-pink:focus {
color: #C2185B !important;
}
.text-pink-50 { color: #FCE4EC !important; }
.text-pink-100 { color: #F8BBD0 !important; }
.text-pink-200 { color: #F48FB1 !important; }
.text-pink-300 { color: #F06292 !important; }
.text-pink-400 { color: #EC407A !important; }
.text-pink-600 { color: #D81B60 !important; }
.text-pink-700 { color: #C2185B !important; }
.text-pink-800 { color: #AD1457 !important; }
.text-pink-900 { color: #880E4F !important; }
/* Purple */
.bg-purple,
.bg-purple-500,
.panel-purple .panel-heading {
background: #9C27B0 !important;
}
.bg-purple-50 { background: #F3E5F5 !important; }
.bg-purple-100 { background: #E1BEE7 !important; }
.bg-purple-200 { background: #CE93D8 !important; }
.bg-purple-300 { background: #BA68C8 !important; }
.bg-purple-400 { background: #AB47BC !important; }
.bg-purple-600 { background: #8E24AA !important; }
.bg-purple-700 { background: #7B1FA2 !important; }
.bg-purple-800 { background: #6A1B9A !important; }
.bg-purple-900 { background: #4A148C !important; }
.text-purple,
.text-purple-500 {
color: #9C27B0 !important;
}
a.text-purple:hover,
a.text-purple:focus {
color: #7B1FA2 !important;
}
.text-purple-50 { color: #F3E5F5 !important; }
.text-purple-100 { color: #E1BEE7 !important; }
.text-purple-200 { color: #CE93D8 !important; }
.text-purple-300 { color: #BA68C8 !important; }
.text-purple-400 { color: #AB47BC !important; }
.text-purple-600 { color: #8E24AA !important; }
.text-purple-700 { color: #7B1FA2 !important; }
.text-purple-800 { color: #6A1B9A !important; }
.text-purple-900 { color: #4A148C !important; }
/* Deep Purple */
.bg-deep-purple,
.bg-deep-purple-500,
.panel-deep-purple .panel-heading {
background: #673AB7 !important;
}
.bg-deep-purple-50 { background: #EDE7F6 !important; }
.bg-deep-purple-100 { background: #D1C4E9 !important; }
.bg-deep-purple-200 { background: #B39DDB !important; }
.bg-deep-purple-300 { background: #9575CD !important; }
.bg-deep-purple-400 { background: #7E57C2 !important; }
.bg-deep-purple-600 { background: #5E35B1 !important; }
.bg-deep-purple-700 { background: #512DA8 !important; }
.bg-deep-purple-800 { background: #4527A0 !important; }
.bg-deep-purple-900 { background: #311B92 !important; }
.text-deep-purple,
.text-deep-purple-500 {
color: #673AB7 !important;
}
a.text-deep-purple:hover,
a.text-deep-purple:focus {
color: #512DA8 !important;
}
.text-deep-purple-50 { color: #EDE7F6 !important; }
.text-deep-purple-100 { color: #D1C4E9 !important; }
.text-deep-purple-200 { color: #B39DDB !important; }
.text-deep-purple-300 { color: #9575CD !important; }
.text-deep-purple-400 { color: #7E57C2 !important; }
.text-deep-purple-600 { color: #5E35B1 !important; }
.text-deep-purple-700 { color: #512DA8 !important; }
.text-deep-purple-800 { color: #4527A0 !important; }
.text-deep-purple-900 { color: #311B92 !important; }
/* Indigo */
.bg-indigo,
.bg-indigo-500,
.panel-indigo .panel-heading {
background: #3F51B5 !important;
}
.bg-indigo-50 { background: #E8EAF6 !important; }
.bg-indigo-100 { background: #C5CAE9 !important; }
.bg-indigo-200 { background: #9FA8DA !important; }
.bg-indigo-300 { background: #7986CB !important; }
.bg-indigo-400 { background: #5C6BC0 !important; }
.bg-indigo-600 { background: #3949AB !important; }
.bg-indigo-700 { background: #303F9F !important; }
.bg-indigo-800 { background: #283593 !important; }
.bg-indigo-900 { background: #1A237E !important; }
.text-indigo,
.text-indigo-500 {
color: #3F51B5 !important;
}
a.text-indigo:hover,
a.text-indigo:focus {
color: #303F9F !important;
}
.text-indigo-50 { color: #E8EAF6 !important; }
.text-indigo-100 { color: #C5CAE9 !important; }
.text-indigo-200 { color: #9FA8DA !important; }
.text-indigo-300 { color: #7986CB !important; }
.text-indigo-400 { color: #5C6BC0 !important; }
.text-indigo-600 { color: #3949AB !important; }
.text-indigo-700 { color: #303F9F !important; }
.text-indigo-800 { color: #283593 !important; }
.text-indigo-900 { color: #1A237E !important; }
/* Blue */
.bg-blue,
.bg-primary,
.bg-blue-500,
.panel-blue .panel-heading,
.panel-primary .panel-heading {
background: #2196F3 !important;
}
.bg-blue-50 { background: #E3F2FD !important; }
.bg-blue-100 { background: #BBDEFB !important; }
.bg-blue-200 { background: #90CAF9 !important; }
.bg-blue-300 { background: #64B5F6 !important; }
.bg-blue-400 { background: #42A5F5 !important; }
.bg-blue-600 { background: #1E88E5 !important; }
.bg-blue-700 { background: #1976D2 !important; }
.bg-blue-800 { background: #1565C0 !important; }
.bg-blue-900 { background: #0D47A1 !important; }
.text-blue,
.text-primary,
.text-blue-500 {
color: #2196F3 !important;
}
a.text-blue:hover,
a.text-blue:focus,
a.text-primary:hover,
a.text-primary:focus {
color: #1976D2 !important;
}
.text-blue-50 { color: #E3F2FD !important; }
.text-blue-100 { color: #BBDEFB !important; }
.text-blue-200 { color: #90CAF9 !important; }
.text-blue-300 { color: #64B5F6 !important; }
.text-blue-400 { color: #42A5F5 !important; }
.text-blue-600 { color: #1E88E5 !important; }
.text-blue-700 { color: #1976D2 !important; }
.text-blue-800 { color: #1565C0 !important; }
.text-blue-900 { color: #0D47A1 !important; }
/* Light Blue */
.bg-light-blue,
.bg-light-blue-500,
.panel-light-blue .panel-heading,
.panel-info .panel-heading {
background: #03A9F4 !important;
}
.bg-light-blue-50 { background: #E1F5FE !important; }
.bg-light-blue-100 { background: #B3E5FC !important; }
.bg-light-blue-200 { background: #81D4FA !important; }
.bg-light-blue-300 { background: #4FC3F7 !important; }
.bg-light-blue-400 { background: #29B6F6 !important; }
.bg-light-blue-600 { background: #039BE5 !important; }
.bg-light-blue-700 { background: #0288D1 !important; }
.bg-light-blue-800 { background: #0277BD !important; }
.bg-light-blue-900 { background: #01579B !important; }
.text-light-blue,
.text-light-blue-500 {
color: #03A9F4 !important;
}
a.text-light-blue:hover,
a.text-light-blue:focus {
color: #0288D1 !important;
}
.text-light-blue-50 { color: #E1F5FE !important; }
.text-light-blue-100 { color: #B3E5FC !important; }
.text-light-blue-200 { color: #81D4FA !important; }
.text-light-blue-300 { color: #4FC3F7 !important; }
.text-light-blue-400 { color: #29B6F6 !important; }
.text-light-blue-600 { color: #039BE5 !important; }
.text-light-blue-700 { color: #0288D1 !important; }
.text-light-blue-800 { color: #0277BD !important; }
.text-light-blue-900 { color: #01579B !important; }
/* Cyan */
.bg-cyan,
.bg-cyan-500,
.panel-cyan .panel-heading {
background: #00BCD4 !important;
}
.bg-cyan-50 { background: #E0F7FA !important; }
.bg-cyan-100 { background: #B2EBF2 !important; }
.bg-cyan-200 { background: #80DEEA !important; }
.bg-cyan-300 { background: #4DD0E1 !important; }
.bg-cyan-400 { background: #26C6DA !important; }
.bg-cyan-600 { background: #00ACC1 !important; }
.bg-cyan-700 { background: #0097A7 !important; }
.bg-cyan-800 { background: #00838F !important; }
.bg-cyan-900 { background: #006064 !important; }
.text-cyan,
.text-cyan-500 {
color: #00BCD4 !important;
}
a.text-cyan:hover,
a.text-cyan:focus {
color: #0097A7 !important;
}
.text-cyan-50 { color: #E0F7FA !important; }
.text-cyan-100 { color: #B2EBF2 !important; }
.text-cyan-200 { color: #80DEEA !important; }
.text-cyan-300 { color: #4DD0E1 !important; }
.text-cyan-400 { color: #26C6DA !important; }
.text-cyan-600 { color: #00ACC1 !important; }
.text-cyan-700 { color: #0097A7 !important; }
.text-cyan-800 { color: #00838F !important; }
.text-cyan-900 { color: #006064 !important; }
/* Teal */
.bg-teal,
.bg-success,
.bg-teal-500,
.panel-teal .panel-heading,
.panel-success .panel-heading {
background: #009688 !important;
}
.bg-teal-50 { background: #E0F2F1 !important; }
.bg-teal-100 { background: #B2DFDB !important; }
.bg-teal-200 { background: #80CBC4 !important; }
.bg-teal-300 { background: #4DB6AC !important; }
.bg-teal-400 { background: #26A69A !important; }
.bg-teal-600 { background: #00897B !important; }
.bg-teal-700 { background: #00796B !important; }
.bg-teal-800 { background: #00695C !important; }
.bg-teal-900 { background: #004D40 !important; }
.text-teal,
.text-success,
.text-teal-500 {
color: #009688 !important;
}
a.text-teal:hover,
a.text-teal:focus,
a.text-success:hover,
a.text-success:focus {
color: #00796B !important;
}
.text-teal-50 { color: #E0F2F1 !important; }
.text-teal-100 { color: #B2DFDB !important; }
.text-teal-200 { color: #80CBC4 !important; }
.text-teal-300 { color: #4DB6AC !important; }
.text-teal-400 { color: #26A69A !important; }
.text-teal-600 { color: #00897B !important; }
.text-teal-700 { color: #00796B !important; }
.text-teal-800 { color: #00695C !important; }
.text-teal-900 { color: #004D40 !important; }
/* Green */
.bg-green,
.bg-green-500,
.panel-green .panel-heading {
background: #4CAF50 !important;
}
.bg-green-50 { background: #E8F5E9 !important; }
.bg-green-100 { background: #C8E6C9 !important; }
.bg-green-200 { background: #A5D6A7 !important; }
.bg-green-300 { background: #81C784 !important; }
.bg-green-400 { background: #66BB6A !important; }
.bg-green-600 { background: #43A047 !important; }
.bg-green-700 { background: #388E3C !important; }
.bg-green-800 { background: #2E7D32 !important; }
.bg-green-900 { background: #1B5E20 !important; }
.text-green,
.text-green-500 {
color: #4CAF50 !important;
}
a.text-green:hover,
a.text-green:focus {
color: #388E3C !important;
}
.text-green-50 { color: #E8F5E9 !important; }
.text-green-100 { color: #C8E6C9 !important; }
.text-green-200 { color: #A5D6A7 !important; }
.text-green-300 { color: #81C784 !important; }
.text-green-400 { color: #66BB6A !important; }
.text-green-600 { color: #43A047 !important; }
.text-green-700 { color: #388E3C !important; }
.text-green-800 { color: #2E7D32 !important; }
.text-green-900 { color: #1B5E20 !important; }
/* Light Green */
.bg-light-green,
.bg-light-green-500,
.panel-light-green .panel-heading {
background: #8BC34A !important;
}
.bg-light-green-50 { background: #F1F8E9 !important; }
.bg-light-green-100 { background: #DCEDC8 !important; }
.bg-light-green-200 { background: #C5E1A5 !important; }
.bg-light-green-300 { background: #AED581 !important; }
.bg-light-green-400 { background: #9CCC65 !important; }
.bg-light-green-600 { background: #7CB342 !important; }
.bg-light-green-700 { background: #689F38 !important; }
.bg-light-green-800 { background: #558B2F !important; }
.bg-light-green-900 { background: #FF6F00 !important; }
.text-light-green,
.text-light-green-500 {
color: #8BC34A !important;
}
a.text-light-green:hover,
a.text-light-green:focus {
color: #689F38 !important;
}
.text-light-green-50 { color: #F1F8E9 !important; }
.text-light-green-100 { color: #DCEDC8 !important; }
.text-light-green-200 { color: #C5E1A5 !important; }
.text-light-green-300 { color: #AED581 !important; }
.text-light-green-400 { color: #9CCC65 !important; }
.text-light-green-600 { color: #7CB342 !important; }
.text-light-green-700 { color: #689F38 !important; }
.text-light-green-800 { color: #558B2F !important; }
.text-light-green-900 { color: #33691E !important; }
/* Lime */
.bg-lime,
.bg-lime-500,
.panel-lime .panel-heading {
background: #CDDC39 !important;
}
.bg-lime-50 { background: #F9FBE7 !important; }
.bg-lime-100 { background: #F0F4C3 !important; }
.bg-lime-200 { background: #E6EE9C !important; }
.bg-lime-300 { background: #DCE775 !important; }
.bg-lime-400 { background: #D4E157 !important; }
.bg-lime-600 { background: #C0CA33 !important; }
.bg-lime-700 { background: #AFB42B !important; }
.bg-lime-800 { background: #9E9D24 !important; }
.bg-lime-900 { background: #827717 !important; }
.text-lime,
.text-lime-500 {
color: #CDDC39 !important;
}
a.text-light-lime:hover,
a.text-light-lime:focus {
color: #AFB42B !important;
}
.text-lime-50 { color: #F9FBE7 !important; }
.text-lime-100 { color: #F0F4C3 !important; }
.text-lime-200 { color: #E6EE9C !important; }
.text-lime-300 { color: #DCE775 !important; }
.text-lime-400 { color: #D4E157 !important; }
.text-lime-600 { color: #C0CA33 !important; }
.text-lime-700 { color: #AFB42B !important; }
.text-lime-800 { color: #9E9D24 !important; }
.text-lime-900 { color: #827717 !important; }
/* Yellow */
.bg-yellow,
.bg-yellow-500,
.panel-yellow .panel-heading {
background: #FFEB3B !important;
}
.bg-yellow-50 { background: #FFFDE7 !important; }
.bg-yellow-100 { background: #FFF9C4 !important; }
.bg-yellow-200 { background: #FFF59D !important; }
.bg-yellow-300 { background: #FFF176 !important; }
.bg-yellow-400 { background: #FFEE58 !important; }
.bg-yellow-600 { background: #FDD835 !important; }
.bg-yellow-700 { background: #FBC02D !important; }
.bg-yellow-800 { background: #F9A825 !important; }
.bg-yellow-900 { background: #F57F17 !important; }
.text-yellow,
.text-yellow-500 {
color: #FFEB3B !important;
}
a.text-yellow:hover,
a.text-yellow:focus {
color: #FBC02D !important;
}
.text-yellow-50 { color: #FFFDE7 !important; }
.text-yellow-100 { color: #FFF9C4 !important; }
.text-yellow-200 { color: #FFF59D !important; }
.text-yellow-300 { color: #FFF176 !important; }
.text-yellow-400 { color: #FFEE58 !important; }
.text-yellow-600 { color: #FDD835 !important; }
.text-yellow-700 { color: #FBC02D !important; }
.text-yellow-800 { color: #F9A825 !important; }
.text-yellow-900 { color: #F57F17 !important; }
/* Ember */
.bg-amber,
.bg-amber-500,
.panel-amber .panel-heading {
background: #FFC107 !important;
}
.bg-amber-50 { background: #FFF8E1 !important; }
.bg-amber-100 { background: #FFECB3 !important; }
.bg-amber-200 { background: #FFE082 !important; }
.bg-amber-300 { background: #FFD54F !important; }
.bg-amber-400 { background: #FFCA28 !important; }
.bg-amber-600 { background: #FFB300 !important; }
.bg-amber-700 { background: #FFA000 !important; }
.bg-amber-800 { background: #FF8F00 !important; }
.bg-amber-900 { background: #FF6F00 !important; }
.text-amber,
.text-amber-500 {
color: #FFC107 !important;
}
a.text-amber:hover,
a.text-amber:focus {
color: #FFA000 !important;
}
.text-amber-50 { color: #FFF8E1 !important; }
.text-amber-100 { color: #FFECB3 !important; }
.text-amber-200 { color: #FFE082 !important; }
.text-amber-300 { color: #FFD54F !important; }
.text-amber-400 { color: #FFCA28 !important; }
.text-amber-600 { color: #FFB300 !important; }
.text-amber-700 { color: #FFA000 !important; }
.text-amber-800 { color: #FF8F00 !important; }
.text-amber-900 { color: #FF6F00 !important; }
/* Orange */
.bg-orange,
.bg-warning,
.bg-orange-500,
.panel-orange .panel-heading,
.panel-warning .panel-heading {
background: #FF9800 !important;
}
.bg-orange-50 { background: #FFF3E0 !important; }
.bg-orange-100 { background: #FFE0B2 !important; }
.bg-orange-200 { background: #FFCC80 !important; }
.bg-orange-300 { background: #FFB74D !important; }
.bg-orange-400 { background: #FFA726 !important; }
.bg-orange-600 { background: #FB8C00 !important; }
.bg-orange-700 { background: #F57C00 !important; }
.bg-orange-800 { background: #EF6C00 !important; }
.bg-orange-900 { background: #E65100 !important; }
.text-orange,
.text-warning,
.text-orange-500 {
color: #FF9800 !important;
}
a.text-orange:hover,
a.text-orange:focus,
a.text-warning:hover,
a.text-warning:focus {
color: #F57C00 !important;
}
.text-orange-50 { color: #FFF3E0 !important; }
.text-orange-100 { color: #FFE0B2 !important; }
.text-orange-200 { color: #FFCC80 !important; }
.text-orange-300 { color: #FFB74D !important; }
.text-orange-400 { color: #FFA726 !important; }
.text-orange-600 { color: #FB8C00 !important; }
.text-orange-700 { color: #F57C00 !important; }
.text-orange-800 { color: #EF6C00 !important; }
.text-orange-900 { color: #E65100 !important; }
/* Deep Orange */
.bg-deep-orange,
.bg-deep-orange-500,
.panel-deep-orange .panel-heading {
background: #FF5722 !important;
}
.bg-deep-orange-50 { background: #FBE9E7 !important; }
.bg-deep-orange-100 { background: #FFCCBC !important; }
.bg-deep-orange-200 { background: #FFAB91 !important; }
.bg-deep-orange-300 { background: #FF8A65 !important; }
.bg-deep-orange-400 { background: #FF7043 !important; }
.bg-deep-orange-600 { background: #F4511E !important; }
.bg-deep-orange-700 { background: #E64A19 !important; }
.bg-deep-orange-800 { background: #D84315 !important; }
.bg-deep-orange-900 { background: #BF360C !important; }
.text-deep-orange,
.text-deep-orange-500 {
color: #FF5722 !important;
}
a.text-deep-orange:hover,
a.text-deep-orange:focus {
color: #E64A19 !important;
}
.text-deep-orange-50 { color: #FBE9E7 !important; }
.text-deep-orange-100 { color: #FFCCBC !important; }
.text-deep-orange-200 { color: #FFAB91 !important; }
.text-deep-orange-300 { color: #FF8A65 !important; }
.text-deep-orange-400 { color: #FF7043 !important; }
.text-deep-orange-600 { color: #F4511E !important; }
.text-deep-orange-700 { color: #E64A19 !important; }
.text-deep-orange-800 { color: #D84315 !important; }
.text-deep-orange-900 { color: #BF360C !important; }
/* Brown */
.bg-brown,
.bg-brown-500,
.panel-brown .panel-heading {
background: #795548 !important;
}
.bg-brown-50 { background: #EFEBE9 !important; }
.bg-brown-100 { background: #D7CCC8 !important; }
.bg-brown-200 { background: #BCAAA4 !important; }
.bg-brown-300 { background: #A1887F !important; }
.bg-brown-400 { background: #8D6E63 !important; }
.bg-brown-600 { background: #6D4C41 !important; }
.bg-brown-700 { background: #5D4037 !important; }
.bg-brown-800 { background: #4E342E !important; }
.bg-brown-900 { background: #3E2723 !important; }
.text-brown,
.text-brown-500 {
color: #795548 !important;
}
a.text-brown:hover,
a.text-brown:focus {
color: #5D4037 !important;
}
.text-brown-50 { color: #EFEBE9 !important; }
.text-brown-100 { color: #D7CCC8 !important; }
.text-brown-200 { color: #BCAAA4 !important; }
.text-brown-300 { color: #A1887F !important; }
.text-brown-400 { color: #8D6E63 !important; }
.text-brown-600 { color: #6D4C41 !important; }
.text-brown-700 { color: #5D4037 !important; }
.text-brown-800 { color: #4E342E !important; }
.text-brown-900 { color: #3E2723 !important; }
/* Grey */
.bg-grey,
.bg-grey-500 {
background: #9E9E9E !important;
}
.bg-grey-50 { background: #FAFAFA !important; }
.bg-grey-100 { background: #F5F5F5 !important; }
.bg-grey-200 { background: #EEEEEE !important; }
.bg-grey-300,
.panel-default .panel-heading {
background: #E0E0E0 !important;
}
.bg-grey-400 { background: #BDBDBD !important; }
.bg-grey-600 { background: #757575 !important; }
.bg-grey-700 { background: #616161 !important; }
.bg-grey-800 { background: #424242 !important; }
.bg-grey-900,
.panel-grey .panel-heading {
background: #212121 !important;
}
.text-grey,
.text-muted,
.text-grey-500 {
color: #9E9E9E !important;
}
a.text-grey:hover,
a.text-grey:focus {
color: #616161 !important;
}
.text-grey-50 { color: #FAFAFA !important; }
.text-grey-100 { color: #F5F5F5 !important; }
.text-grey-200 { color: #EEEEEE !important; }
.text-grey-300 { color: #E0E0E0 !important; }
.text-grey-400 { color: #BDBDBD !important; }
.text-grey-600 { color: #757575 !important; }
.text-grey-700 { color: #616161 !important; }
.text-grey-800 { color: #424242 !important; }
.text-grey-900 { color: #212121 !important; }
/* Blue Grey */
.bg-blue-grey,
.bg-blue-grey-500 {
background: #607D8B !important;
}
.bg-blue-grey-50 { background: #ECEFF1 !important; }
.bg-blue-grey-100 { background: #CFD8DC !important; }
.bg-blue-grey-200 { background: #B0BEC5 !important; }
.bg-blue-grey-300 { background: #90A4AE !important; }
.bg-blue-grey-400 { background: #78909C !important; }
.bg-blue-grey-600 { background: #546E7A !important; }
.bg-blue-grey-700 { background: #455A64 !important; }
.bg-blue-grey-800 { background: #37474F !important; }
.bg-blue-grey-900,
.panel-blue-grey .panel-heading {
background: #263238 !important;
}
.text-blue-grey,
.text-blue-grey-500 {
color: #607D8B !important;
}
a.text-blue-grey:hover,
a.text-blue-grey:focus {
color: #455A64 !important;
}
.text-blue-grey-50 { color: #ECEFF1 !important; }
.text-blue-grey-100 { color: #CFD8DC !important; }
.text-blue-grey-200 { color: #B0BEC5 !important; }
.text-blue-grey-300 { color: #90A4AE !important; }
.text-blue-grey-400 { color: #78909C !important; }
.text-blue-grey-600 { color: #546E7A !important; }
.text-blue-grey-700 { color: #455A64 !important; }
.text-blue-grey-800 { color: #37474F !important; }
.text-blue-grey-900 { color: #263238 !important; }
.text-black,
.text-inverse {
color: #000 !important;
}
.bg-black,
.bg-inverse,
.panel-black .panel-heading,
.panel-inverse .panel-heading {
background: #000 !important;
}
.text-white {
color: #fff !important;
}
.bg-white,
.panel-white .panel-heading {
background: #fff !important;
}
.no-bg { background: none !important; }
.height-xs { height: 150px !important; }
.height-sm { height: 300px !important; }
.height-md { height: 450px !important; }
.height-lg { height: 600px !important; }
.height-full { height: 100% !important; }
.height-50 { height: 50px !important; }
.height-100 { height: 100px !important; }
.height-150 { height: 150px !important; }
.height-200 { height: 200px !important; }
.height-250 { height: 250px !important; }
.height-300 { height: 300px !important; }
.height-350 { height: 350px !important; }
.height-400 { height: 400px !important; }
.height-450 { height: 450px !important; }
.height-500 { height: 500px !important; }
.height-550 { height: 550px !important; }
.height-600 { height: 600px !important; }
.width-xs { width: 150px !important; }
.width-sm { width: 300px !important; }
.width-md { width: 450px !important; }
.width-lg { width: 600px !important; }
.width-full { width: 100% !important; }
.width-50 { width: 50px !important; }
.width-100 { width: 100px !important; }
.width-150 { width: 150px !important; }
.width-200 { width: 200px !important; }
.width-250 { width: 250px !important; }
.width-300 { width: 300px !important; }
.width-350 { width: 350px !important; }
.width-400 { width: 400px !important; }
.width-450 { width: 450px !important; }
.width-500 { width: 500px !important; }
.width-550 { width: 550px !important; }
.width-600 { width: 600px !important; }
.animated {
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.fade {
opacity: 0;
-webkit-transition: opacity .3s linear;
transition: opacity .3s linear;
}
.text-ellipsis {
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
.underline {
border-bottom: 1px solid #E0E0E0 !important;
}
/* -------------------------------
5.0 Plugins Setting
------------------------------- */
/* 5.1 Plugins - jQuery Draggable */
.row > [class*="col-"].ui-sortable {
min-height: 50px;
}
.theme-panel [class*="col-"].ui-sortable,
.panel [class*="col-"].ui-sortable {
min-height: 0px;
}
.ui-sortable .panel-heading {
cursor: move;
}
.ui-sortable.ui-sortable-disabled .panel-heading {
cursor: default;
}
.ui-sortable-placeholder {
border: 1px dashed #82868b !important;
visibility: visible !important;
background: none;
margin: 0 !important;
}
.panel.ui-sortable-placeholder {
margin: -1px -1px 19px !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
/* 5.2 Plugins - Slimscrollbar */
.slimScrollBar {
width: 5px !important;
right: 0 !important;
}
.slimScrollRail {
width: 5px !important;
right: 0 !important;
}
/* 5.3 Plugins - Gritter Notification */
.gritter-item-wrapper {
background: none !important;
overflow: hidden !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px;
}
.gritter-top,
.gritter-bottom,
.gritter-item {
background: url(../img/transparent/black-0.8.png) !important;
background: rgba(0,0,0,0.8) !important;
}
.gritter-close,
.gritter-light .gritter-close {
left: auto !important;
right: 15px !important;
top: 0 !important;
background: #E91E63 !important;
width: 20px !important;
height: 20px !important;
line-height: 20px !important;
display: block !important;
}
.gritter-close:before,
.gritter-light .gritter-close:before {
content: '\f00d' !important;
font-family: FontAwesome !important;
font-size: 12px !important;
width: 20px !important;
height: 20px !important;
line-height: 20px !important;
color: #fff !important;
text-indent: 0 !important;
position: absolute !important;
text-align: center !important;
right: 0 !important;
top: 0 !important;
}
.gritter-with-image {
width: 210px !important;
}
.gritter-image {
margin: 2px 10px 0 0 !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.gritter-title {
font-size: 14px !important;
line-height: 16px !important;
padding-bottom: 2px !important;
font-weight: 500 !important;
color: #fff !important;
text-shadow: none !important;
}
.gritter-light .gritter-title {
color: #333 !important;
font-weight: 600 !important;
}
.gritter-item {
font-family: inherit !important;
color: #BDBDBD !important;
font-size: 11px !important;
padding: 2px 15px 5px !important;
}
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top {
background: url(../img/transparent/white-0.98.png) !important;
background: rgba(255,255,255,0.98) !important;
color: #999 !important;
}
/* 5.4 Plugins - Data Table */
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
background: #212121;
border-radius: 2px;
border: none;
top: 10px;
left: 8px;
line-height: 16px;
box-shadow: none;
text-align: center;
text-indent: initial;
font-family: 'Roboto';
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
background: #424242;
font-size: 18px;
}
body div.dataTables_wrapper div.dataTables_paginate ul.pagination {
margin: 5px 0;
}
.dataTables_wrapper table.dataTable {
margin: 10px 0 !important;
}
.dt-buttons.btn-group {
float: left;
}
.dataTables_length,
div.dataTables_info {
float: left;
margin-right: 15px;
}
.dataTables_empty {
text-align: center;
}
table.DTFC_Cloned tr.even {
background: none !important;
}
div.dataTables_scrollHead .table,
.DTFC_LeftWrapper div.DTFC_LeftHeadWrapper table,
.DTFC_RightWrapper div.DTFC_RightHeadWrapper table {
margin-bottom: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.dataTables_scrollBody .table thead > tr > th,
.DTFC_LeftBodyLiner .table thead > tr > th {
border-bottom: none !important;
}
.dataTables_scrollBody,
.DTFC_LeftBodyLiner {
border-bottom: 2px solid #ebeced;
}
.dataTables_wrapper .dataTables_scrollBody table.dataTable,
.dataTables_wrapper .DTFC_LeftBodyLiner table.dataTable,
.dataTables_scroll + .dataTables_info {
margin-top: 0 !important;
margin-bottom: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.dataTables_wrapper .dataTables_scrollBody table.dataTable > tbody > tr > td,
.dataTables_wrapper .DTFC_LeftWrapper table.dataTable > tbody > tr > td {
border-bottom: none !important;
}
.table > tbody + thead > tr > th,
.table.fixedHeader-floating thead > tr > th {
border-top: none;
border-bottom-width: 1px !important;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected {
background: #FFFDE7 !important;
color: #212121;
}
table.dataTable th.focus,
table.dataTable td.focus {
position: relative;
z-index: 1000;
outline: 2px solid #212121 !important;
}
div.dt-autofill-select,
div.DTCR_pointer {
background-color: #2196F3 !important;
}
div.dt-autofill-handle {
border-color: #2196F3 !important;
background-color: #2196F3 !important;
}
table.dt-rowReorder-float {
outline: 2px solid #F44336 !important;
}
tr.dt-rowReorder-moving {
outline: 2px solid #212121 !important;
}
/* 5.5 Plugins - Datepicker */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
background: #eee !important;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
background: #2196F3 !important;
color: #fff !important;
}
.datepicker {
min-width: 250px !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.datepicker.dropdown-menu {
min-width: 250px;
border: 1px solid #ddd !important;
-webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
-moz-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
}
.datepicker-dropdown:before {
border-bottom-color: #ddd !important;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
border-top-color: #ddd !important;
}
.datepicker table {
width: 100%;
}
.input-daterange .input-group-addon {
background: #e0e0e0 !important;
border: none !important;
text-shadow: none !important;
}
.irs-from, .irs-to, .irs-single {
background: #212121 !important;
}
.datepicker-full-width .datepicker-inline {
width: 100%;
}
/* 5.6 Plugins - Colorpicker */
.colorpicker {
border: 1px solid #ddd !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.colorpicker-hue, .colorpicker-alpha {
margin-bottom: 0;
}
/* 5.7 Plugins - Bootstrap Timepicker */
.bootstrap-timepicker .bootstrap-timepicker-widget.dropdown-menu + .form-control {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.bootstrap-timepicker-widget table td input {
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
border: 1px solid #ddd !important;
max-width: 200px;
}
.bootstrap-timepicker-widget table td a:hover,
.bootstrap-timepicker-widget table td a:focus {
background: #2196F3 !important;
border: none !important;
color: #fff;
}
/* 5.8 Plugins - jQuery Autocomplete */
.ui-widget {
font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
.ui-autocomplete {
padding: 5px 0 !important;
-webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
border: 1px solid #ccc !important;
}
.ui-stats-hover,
.ui-widget-content .ui-stats-hover,
.ui-widget-header .ui-stats-hover,
.ui-stats-focus,
.ui-widget-content .ui-stats-focus,
.ui-widget-header .ui-stats-focus {
border: none !important;
background: #2196F3 !important;
color: #fff !important;
margin: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.ui-menu .ui-menu-item a {
padding: 5px 10px;
}
/* 5.9 Plugins - Combobox */
.combobox-container {
display: table;
border-collapse: separate;
width: 100%;
}
.combobox-container input, .combobox-container .uneditable-input {
border: 1px solid #ccc;
background: #fff;
font-size: 14px;
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
line-height: 1.42857143;
color: #555;
border-radius: 4px 0 0 4px !important;
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.combobox-container input:focus, .combobox-container .uneditable-input:focus {
outline: 0;
border-color: #616161;
-webkit-box-shadow: none;
box-shadow: none;
}
.combobox-container .add-on,
.combobox-container input {
display: table-cell !important;
}
.combobox-container .add-on {
width: 1% !important;
padding: 5px 10px !important;
white-space: nowrap;
float: none !important;
background: #e0e0e0 !important;
color: #555 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn .combobox-clear {
margin: 0 !important;
width: 8px !important;
position: relative;
opacity: 1.0;
filter: alpha(opacity=100);
}
.combobox-container .icon-remove:before {
content: '\f00d';
font-family: FontAwesome;
font-size: 14px;
font-style: normal;
position: absolute;
right: -2px;
top: 1px;
text-shadow: none;
}
/* 5.10 Plugins - Bootstrap Select */
body .bootstrap-select .btn:focus {
outline: none !important;
}
/* 5.11 Plugins - TagIt */
.tagit.ui-widget {
border: 1px solid #ccc !important;
background: #fff !important;
padding: 3px 12px 2px !important;
margin-bottom: 0 !important;
}
ul.tagit input[type="text"] {
background: #fff !important;
width: auto !important;
}
ul.tagit li.tagit-choice-editable {
background: #b6c2c9 !important;
border: none !important;
color: #fff !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
padding: 2px 24px 3px 7px !important;
}
ul.tagit.inverse li.tagit-choice-editable { background: #212121 !important; }
ul.tagit.white li.tagit-choice-editable { background: #fff !important; border: 1px solid #ddd !important; color: #000 !important; }
ul.tagit.primary li.tagit-choice-editable { background: #2196F3 !important; }
ul.tagit.info li.tagit-choice-editable { background: #03A9F4 !important; }
ul.tagit.success li.tagit-choice-editable { background: #009688 !important; }
ul.tagit.warning li.tagit-choice-editable { background: #FF9800 !important; }
ul.tagit.danger li.tagit-choice-editable { background: #F44336 !important; }
ul.tagit li.tagit-choice .tagit-close {
right: 2px !important;
line-height: 22px !important;
text-align: center !important;
top: 0 !important;
margin: 0 !important;
}
ul.tagit li.tagit-choice .tagit-close:hover,
ul.tagit li.tagit-choice .tagit-close:focus {
text-decoration: none !important;
}
ul.tagit li.tagit-choice .tagit-close:hover .ui-icon-close:before,
ul.tagit li.tagit-choice .tagit-close:focus .ui-icon-close:before {
color: #666;
color: rgba(0,0,0,0.4);
}
ul.tagit.inverse li.tagit-choice .tagit-close:hover .ui-icon-close:before,
ul.tagit.inverse li.tagit-choice .tagit-close:focus .ui-icon-close:before {
color: #666;
color: rgba(255,255,255,0.4);
}
.tagit .ui-icon-close {
background: none !important;
height: 22px !important;
width: 16px !important;
text-indent: 0 !important;
}
.tagit.white .ui-icon-close:before {
color: #000;
}
.tagit .ui-icon-close:before {
content: '\f00d';
font-family: FontAwesome;
font-size: 10px;
color: #fff;
}
/* 5.12 Plugins - Parsley */
.parsley-errors-list {
padding: 0 !important;
list-style-type: none !important;
margin: 0 !important;
color: #B71C1C;
font-size: 13px !important;
line-height: inherit !important;
}
.parsley-errors-list.filled {
margin-top: 5px !important;
}
.parsley-error,
.parsley-success {
color: #212121 !important;
}
.parsley-error {
background: #FFEBEE !important;
border-color: #F44336 !important;
}
.parsley-success {
background: #E0F2F1 !important;
border-color: #009688 !important;
}
.parsley-error:focus,
.parsley-success:focus {
color: #212121 !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
/* 5.13 Plugins - CKEditor / wysihtml5 */
.panel-form .cke_chrome {
border: none;
box-shadow: none;
-webkit-box-shadow: none;
}
.panel-form .wysihtml5-toolbar {
padding: 15px 15px 5px;
}
.panel-form .wysihtml5-sandbox {
-webkit-border-radius: 0 0 4px 4px !important;
-moz-border-radius: 0 0 4px 4px !important;
border-radius: 0 0 4px 4px !important;
}
/* 5.14 Plugins - Bootstrap Wizard */
.bwizard-steps {
font-size: 16px !important;
border-radius: 2px !important;
overflow: hidden !important;
display: table !important;
width: 100% !important;
}
.bwizard-steps li:before,
.bwizard-steps li:after {
border: none !important;
}
.bwizard-steps li {
float: none !important;
display: table-cell !important;
padding: 15px !important;
line-height: 20px !important;
background: #eee !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.bwizard-steps li:hover,
.bwizard-steps li:focus {
background: #E0E0E0 !important;
}
.bwizard-steps.clickable li:hover:not(.active) a,
.bwizard-steps.clickable li:focus:not(.active) a {
color: #333 !important;
}
.bwizard-steps li small {
font-size: 12px !important;
color: #999 !important;
display: block !important;
line-height: 16px !important;
margin-top: 2px;
}
.bwizard-steps li a {
margin-left: 30px !important;
display: block !important;
text-decoration: none !important;
}
.bwizard-steps li.active small {
color: #b2e6e6 !important;
}
.bwizard-steps .label {
float: left !important;
padding: 0 !important;
height: 20px !important;
width: 20px !important;
line-height: 20px !important;
text-align: center !important;
margin-right: 10px !important;
top: 0 !important;
background: #6d7479 !important;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
.bwizard-steps li.active,
.bwizard-steps li.active:hover,
.bwizard-steps li.active:focus {
background: #009688 !important;
}
.bwizard-steps li.active .label {
background: url(../img/transparent/black-0.2.png) !important;
background: rgba(0,0,0,0.2) !important;
}
/* 5.15 Plugins - Fullcalendar */
.fc .fc-day-grid-event {
padding: 1px 2px;
}
.fc-event,
.fc .fc-event {
border: none;
background: #424242;
border-radius: 0;
}
.fc-event-list .fc-event {
background: none;
border: none;
color: #616161;
padding: 10px 15px;
font-size: 13px;
margin-left: -15px;
margin-right: -15px;
border-top: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.fc-event-list .fc-event:hover,
.fc-event-list .fc-event:focus {
color: #212121;
cursor: pointer;
background: #F5F5F5;
}
.fc-event-list .fc-event.ui-draggable-dragging {
border: 1px dashed #E0E0E0;
}
.fc-event-list .fc-event + .fc-event {
margin-top: -1px;
}
.fc-event-list .fc-event .fa {
float: left;
margin-right: 10px;
font-size: 14px;
}
body .fc button {
font-weight: 400;
color: #212121;
background: #fff;
border-color: #c8c8c8;
box-shadow: none;
padding: 5px 10px;
height: inherit;
font-size: 12px;
line-height: 1.5;
}
body .fc button:active,
body .fc button:focus,
body .fc button:hover {
background: #E0E0E0;
border-color: #c8c8c8;
outline: none;
}
body .fc button.fc-state-disabled:active,
body .fc button.fc-state-disabled:focus,
body .fc button.fc-state-disabled:hover {
background: #fff;
}
body .fc button.fc-state-active,
body .fc button:active {
background: #E0E0E0;
border-color: #c8c8c8;
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.1);
box-shadow: inset 0 3px 5px rgba(0,0,0,.1);
}
.fc .fc-unthemed .fc-divider,
.fc .fc-unthemed .fc-popover,
.fc .fc-unthemed .fc-row,
.fc .fc-unthemed tbody,
.fc .fc-unthemed td,
.fc .fc-unthemed th,
.fc .fc-unthemed thead {
border-color: #E0E0E0;
}
.fc th {
padding: 3px 15px;
color: #212121;
font-weight: 500;
font-size: 13px;
background: #F5F5F5;
}
.fc button .fc-icon {
font-family: FontAwesome;
margin: 0;
top: 0;
width: auto;
height: auto;
font-size: 12px;
}
.fc .fc-icon-left-single-arrow:after,
.fc .fc-icon-right-single-arrow:after {
content: '\f053';
font-size: 12px;
top: 0;
margin: 0;
}
.fc .fc-icon-right-single-arrow:after {
content: "\f054";
}
.fc .fc-unthemed .fc-today {
background: #FFF8F0;
}
.fc .fc-scroller {
overflow: initial;
height: auto !important;
}
.fc .fc-toolbar h2 {
font-size: 24px;
line-height: 30px;
}
/* 5.16 Plugins - jVectorMap */
.jvectormap-zoomin, .jvectormap-zoomout {
width: 16px !important;
height: 16px !important;
background: #000 !important;
}
.jvectormap-label {
padding: 3px 6px !important;
border: none !important;
background: url(../img/transparent/black-0.6.png) !important;
background: rgba(38, 50, 56, 0.6) !important;
}
/* 5.17 Plugins - Flot Chart */
.legendColorBox > div {
margin-right: 5px !important;
border-radius: 5px !important;
margin-top: 1px !important;
border: none !important;
}
.legend > table tr td.legendColorBox {
padding-left: 5px !important;
}
.legend > table tr td {
padding: 5px 0 5px 0 !important;
}
.legend > div {
border-radius: 2px !important;
background: #000 !important;
}
.legend > table tr td.legendLabel {
padding-right: 5px !important;
color: #fff;
}
.legend > table tr + tr td {
padding-top: 0px !important;
}
.legendColorBox > div > div {
-webkit-border-radius: 2px !important;
-moz-border-radius: 2px !important;
border-radius: 2px !important;
border-width: 4px !important;
}
.tickLabel,.legendLabel {
font-size: 12px !important;
}
.tickLabel {
color: #212121 !important;
}
.flot-tooltip {
position: absolute;
display: none;
border: 0;
padding: 6px 10px 7px;
color: #fff;
font-size: 12px;
background: url(../img/transparent/black-0.8.png);
background-color: rgba(0,0,0,0.8);
border-radius: 2px;
opacity: 1.0;
filter: alpha(opacity=100);
z-index: 10000 !important;
}
/* 5.18 Plugins - Sparkline */
.jqstooltip {
border: none !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #333 !important;
width: auto !important;
height: auto !important;
background: url(../img/transparent/black-0.8.png) !important;
background: rgba(0,0,0,0.8) !important;
}
/* -------------------------------
6.0 Page Setting
------------------------------- */
/* 6.1 Page - Search Result */
.result-list:before,
.result-list:after {
content: '';
display: table;
clear: both;
}
.result-list {
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
}
.result-list > li:before,
.result-list > li:after {
content: '';
display: table;
clear: both;
}
.result-list > li {
background: #fff;
box-shadow: 0 1px #ccc;
border-radius: 3px;
overflow: hidden;
}
.result-list > li + li {
margin-top: 10px;
}
.result-list > li > div {
display: table-cell;
vertical-align: top;
padding: 20px;
position: relative;
}
.result-list .result-image {
width: 240px;
padding: 0;
overflow: hidden;
background: #212121;
vertical-align: middle;
}
.result-list .result-image a {
display: block;
}
.result-list .result-image a:hover,
.result-list .result-image a:focus {
opacity: 0.8;
filter: alpha(opacity=80);
}
.result-list .result-image img {
width: 100%;
}
.result-list .title {
margin: 0 0 8px;
font-size: 20px;
line-height: 24px;
}
.result-list .title a {
color: #333;
}
.result-list .location {
color: #999;
}
.result-list .desc {
margin-bottom: 20px;
max-height: 32px;
overflow: hidden;
text-overflow: ellipsis;
line-height: 16px;
}
.result-list .btn-row a {
color: #666;
font-size: 20px;
line-height: 14px;
opacity: 0.2;
}
.result-list .btn-row a:hover,
.result-list .btn-row a:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.result-list .btn-row a + a {
margin-left: 10px;
}
.result-list .result-info {
}
.result-list .result-price {
width: 240px;
font-size: 28px;
text-align: center;
border-left: 1px dashed #ddd;
padding-top: 30px;
}
.result-list .result-price small {
display: block;
font-size: 12px;
color: #999;
}
.result-list .result-price .btn {
margin-top: 30px;
}
/* 6.2 Media Message */
.media-messaging .media:first-child {
padding-top: 0;
}
.media-messaging .media:last-child {
padding-bottom: 0;
}
.media-messaging .media {
padding: 15px;
}
.media-messaging .media p {
margin: 0;
}
.media-messaging .media + .media {
margin-top: 0;
padding-top: 15px;
}
/* 6.3 Widget Stats */
.widget {
border-radius: 3px;
margin-bottom: 20px;
color: #fff;
padding: 15px;
overflow: hidden;
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}
.widget.widget-stats {
position: relative;
}
.widget-stats .stats-info h4 {
font-size: 13px;
margin: 5px 0;
color: #fff;
color: rgba(255,255,255,0.75);
}
.widget-stats .stats-icon {
font-size: 42px;
height: 56px;
width: 56px;
text-align: center;
line-height: 56px;
margin-left: 15px;
color: #000;
position: absolute;
right: 15px;
top: 15px;
opacity: 0.2;
filter: alpha(opacity=20);
}
.widget-stats .stats-icon i.material-icons {
font-size: 56px;
}
.widget-stats .stats-info p {
font-size: 26px;
font-weight: 300;
margin-bottom: 0;
}
.widget-stats .stats-link a {
display: block;
margin: 15px -15px -15px;
padding: 7px 15px;
background: url(../img/transparent/black-0.4.png);
background: rgba(0,0,0,0.4);
text-align: right;
color: #ddd;
font-weight: normal;
text-decoration: none;
}
.widget-stats .stats-link a:hover,
.widget-stats .stats-link a:focus {
background: url(../img/transparent/black-0.6.png);
background: rgba(0,0,0,0.6);
color: #fff;
}
.widget-stats .stats-icon.stats-icon-lg {
font-size: 60px;
line-height: 60px;
top: 15px;
right: 15px;
width: 60px;
height: 60px;
}
.widget-stats .stats-icon.stats-icon-lg i {
font-size: 60px;
}
.widget-stats .stats-title {
position: relative;
line-height: 1.1;
font-size: 13px;
margin: 2px 0 7px;
}
.widget-stats .stats-title,
.widget-stats .stats-desc {
color: #fff;
color: rgba(255,255,255,0.75);
font-size: 13px;
}
.widget-stats .stats-desc {
font-weight: normal;
margin-bottom: 0;
}
.widget-stats .stats-number {
font-size: 26px;
font-weight: normal;
margin-bottom: 10px;
}
.widget-stats .stats-progress {
background: url('../img/transparent/black-0.2.png');
background: rgba(0,0,0,0.2);
height: 2px;
margin: 0 -15px 12px;
}
.widget-stats .stats-progress .progress-bar {
background: #fff;
}
/* 6.4 Todolist */
.todolist {
list-style-type: none;
margin: 0;
padding: 0;
}
.todolist > li > a {
display: block;
color: #333;
}
.todolist > li > a:hover,
.todolist > li > a:focus {
background: #fafafa;
text-decoration: none;
}
.todolist > li > a:hover .todolist-input i:before,
.todolist > li > a:focus .todolist-input i:before {
content: '\f14a';
opacity: 0.4;
filter: alpha(opacity=40);
color: #212121;
}
.todolist > li.active > a .todolist-input i:before,
.todolist > li.active > a:hover .todolist-input i:before,
.todolist > li.active > a:focus .todolist-input i:before {
content: '\f14a';
color: #009688;
opacity: 1.0;
filter: alpha(opacity=100);
}
.todolist > li.active > a .todolist-title {
text-decoration: line-through;
}
.todolist > li {
border-bottom: 1px solid #ddd;
}
.todolist-input i {
display: block;
width: 14px;
text-align: center;
}
.todolist-input,
.todolist-title {
display: table-cell;
padding: 10px;
}
.todolist-title {
padding-right: 15px;
}
.todolist-input {
text-align: center;
font-size: 14px;
border-right: 1px solid #ddd;
padding-left: 15px;
}
/* 6.5 Page - Vector / Google Map */
.page-sidebar-minified .map {
left: 60px;
}
.map {
position: absolute;
top: 60px;
bottom: 0;
left: 220px;
right: 0;
z-index: 0;
background: #263238;
-webkit-transform: translateZ(0);
}
.page-with-wide-sidebar .map {
left: 250px;
}
.map .jvectormap-zoomin,
.map .jvectormap-zoomout {
width: 20px !important;
height: 20px !important;
font-size: 16px;
line-height: 16px;
left: 25px;
}
.map .jvectormap-zoomin {
top: 60px;
}
.map .jvectormap-zoomout {
top: 90px;
}
.map-float-table {
position: absolute;
right: 25px;
bottom: 25px;
background: url(../img/transparent/black-0.6.png);
background: rgba(0,0,0,0.6);
}
.map-content {
padding: 0 25px;
z-index: 100;
position: relative;
}
/* 6.6 Page - Invoice */
.invoice > div:not(.invoice-footer) {
margin-bottom: 20px;
}
.invoice {
background: #fff;
padding: 20px;
}
.invoice-company {
font-size: 20px;
}
.invoice-header {
margin: 0 -20px;
background: #eee;
padding: 20px;
}
.invoice-from,
.invoice-to,
.invoice-date {
display: table-cell;
width: 1%;
}
.invoice-from,
.invoice-to {
padding-right: 20px;
}
.invoice-from strong,
.invoice-to strong,
.invoice-date .date {
font-size: 16px;
font-weight: 600;
}
.invoice-date {
text-align: right;
padding-left: 20px;
}
.invoice-price {
background: #eee;
display: table;
width: 100%;
}
.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
display: table-cell;
padding: 20px;
font-size: 20px;
font-weight: 600;
width: 75%;
position: relative;
vertical-align: middle;
}
.invoice-price .invoice-price-left .sub-price {
display: table-cell;
vertical-align: middle;
padding: 0 20px;
}
.invoice-price small {
font-size: 12px;
font-weight: normal;
display: block;
}
.invoice-price .invoice-price-row {
display: table;
float: left;
}
.invoice-price .invoice-price-right {
width: 25%;
background: #212121;
color: #fff;
font-size: 28px;
text-align: right;
vertical-align: bottom;
font-weight: 300;
}
.invoice-price .invoice-price-right small {
display: block;
opacity: 0.6;
filter: alpha(opacity=60);
position: absolute;
top: 10px;
left: 10px;
font-size: 12px;
}
.invoice-footer {
border-top: 1px solid #ddd;
padding-top: 10px;
font-size: 10px;
}
.invoice-note {
color: #999;
margin-top: 80px;
font-size: 85%;
}
/* 6.7 Page - Login */
.login {
margin: 168px 0;
position: absolute;
left: 0;
right: 0;
top: 0;
}
.login label {
color: #707478;
}
.login .login-header {
position: absolute;
top: -80px;
left: 50%;
right: 0;
width: 450px;
padding: 0 40px;
margin-left: -225px;
font-weight: 300;
}
.login .login-header .brand {
padding: 0;
font-size: 28px;
}
.login .login-header .brand .logo {
border: 14px solid transparent;
border-color: #4DCACA #31A3A3 #1D8888;
width: 28px;
height: 28px;
position: relative;
font-size: 0;
margin-right: 10px;
top: -9px;
}
.login .login-header .brand small {
font-size: 14px;
display: block;
}
.login .login-header .icon {
position: absolute;
right: 40px;
top: -2px;
opacity: 0.1;
filter: alpha(opacity=10);
}
.login .login-header .icon i {
font-size: 70px;
}
.login .login-content {
padding: 30px 40px;
color: #999;
width: 450px;
margin: 0 auto;
}
/* 6.8 Page - Gallery */
.gallery {
margin: 0 -10px;
}
.gallery-option-set {
display: block;
margin-bottom: -5px;
}
.gallery-option-set .btn {
margin: 0 5px 5px 0;
}
.gallery .image {
width: 25%;
display: block;
margin-right: -10px;
overflow: hidden;
padding: 10px;
}
.gallery .image .image-container {
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}
.gallery .image img {
width: 100%;
height: 200px;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.gallery .image-inner {
position: relative;
background: #fff;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.gallery .image a {
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
}
.gallery .image a:hover,
.gallery .image a:focus {
opacity: 0.8;
filter: alpha(opacity=80);
}
.gallery .image-caption {
position: absolute;
top: 15px;
left: 0;
background: url(../img/transparent/black-0.6.png);
background: rgba(0,0,0,0.6);
color: #fff;
padding: 5px 15px;
margin: 0;
}
.gallery .image-info {
background: #fff;
padding: 15px;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.gallery .image-info .title {
margin: 0 0 10px;
line-height: 18px;
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.gallery .image-info .rating {
line-height: 20px;
margin: 0 0 3px;
}
.gallery .image-info .desc {
line-height: 16px;
font-size: 12px;
height: 48px;
overflow: hidden;
}
.gallery .rating span.star {
font-family: FontAwesome;
display: inline-block;
}
.gallery .rating span.star:before {
content: "\f005";
color: #999;
}
.gallery .rating span.star.active:before {
color: #FF8500;
}
/* 6.9 Page - Inbox */
.nav-inbox > li > a {
padding: 8px 15px;
line-height: 20px;
}
.nav-inbox > li > a:before,
.nav-inbox > li > a:after {
content: '';
display: table;
clear: both;
}
.nav-inbox > li > a i {
font-size: 14px;
line-height: 20px;
}
.nav-inbox > li > a i.material-icons {
float: left;
font-size: 18px;
margin: 0 10px 0 0;
}
.table.table-email {
line-height: 20px;
margin-bottom: 0;
}
.email-footer {
border-top: 1px solid #ccc;
padding: 15px 8px;
line-height: 26px;
}
.table.table-email .email-header-link {
color: #333;
}
.table.table-email .email-select {
width: 20px;
font-size: 14px;
}
.table.table-email .email-select a {
color: #999;
}
.table.table-email .email-btn {
color: #ccc;
font-size: 14px;
margin-right: 15px;
float: left;
}
.table.table-email .email-btn i.material-icons {
font-size: 18px;
}
.table.table-email .email-sender {
padding-right: 25px;
}
.table.table-email .email-btn + .email-btn {
margin-left: -10px;
}
.table.table-email .email-btn:hover,
.table.table-email .email-btn:focus {
color: #999;
}
.table.table-email tr:hover td {
background: #fafafa;
}
.table.table-email tr.active td.email-select i:before,
.table.table-email tr.active th.email-select i:before {
content: '\f14a';
}
.table.table-email thead tr.active th {
background: none;
}
.email-btn-row {
margin-bottom: 15px;
}
.email-btn-row .btn + .btn {
margin-left: 5px;
}
.email-content {
background: #fff;
padding: 15px;
}
/* 6.10 Page - 404 Error Page */
.error {
margin: 0 auto;
text-align: center;
}
.error-code,
.error-content {
position: absolute;
left: 0;
right: 0;
-webkit-transform: translateZ(0);
}
.error-code {
bottom: 60%;
color: #212121;
font-size: 96px;
line-height: 100px;
}
.error-code .material-icons {
font-size: 64px;
}
.error-content {
top: 40%;
bottom: 0;
padding-top: 15px;
background: #212121;
}
.error-message {
color: #fff;
font-size: 24px;
}
.error-desc {
font-size: 14px;
color: #9E9E9E;
}
/* -------------------------------
7.0 Update - V1.1
------------------------------- */
/* 7.1 Timeline Setting */
.timeline {
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
}
.timeline:before {
content: '';
position: absolute;
top: 5px;
bottom: 5px;
width: 5px;
background: #212121;
left: 20%;
margin-left: -2.5px;
}
.timeline > li {
position: relative;
min-height: 50px;
}
.timeline > li + li {
margin-top: 40px;
}
.timeline .timeline-time {
position: absolute;
left: 0;
width: 15%;
text-align: right;
padding-top: 7px;
}
.timeline .timeline-time .date,
.timeline .timeline-time .time {
display: block;
}
.timeline .timeline-time .date {
line-height: 18px;
font-size: 14px;
}
.timeline .timeline-time .time {
line-height: 28px;
font-size: 24px;
color: #212121;
}
.timeline .timeline-icon {
left: 15%;
position: absolute;
width: 10%;
text-align: center;
top: 5px;
}
.timeline .timeline-icon a {
text-decoration: none;
width: 50px;
height: 50px;
display: inline-block;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background: #616161;
line-height: 40px;
color: #fff;
font-size: 14px;
border: 5px solid #212121;
transition: background .2s linear;
-moz-transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.timeline .timeline-icon i {
line-height: 40px;
}
.timeline .timeline-icon a:hover,
.timeline .timeline-icon a:focus {
background: #2196F3;
}
.timeline .timeline-body {
margin-left: 25%;
margin-right: 15%;
background: #fff;
position: relative;
padding: 20px 30px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.timeline .timeline-body:before {
content: '';
display: block;
position: absolute;
border: 10px solid transparent;
border-right-color: #fff;
left: -20px;
top: 20px;
}
.timeline-header {
padding-bottom: 10px;
border-bottom: 1px solid #E0E0E0;
line-height: 30px;
}
.timeline-header .userimage {
float: left;
width: 34px;
height: 34px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
overflow: hidden;
margin: -2px 10px -2px 0;
}
.timeline-header .username {
font-size: 18px;
}
.timeline-header .username,
.timeline-header .username a {
color: #212121;
}
.timeline img {
max-width: 100%;
display: block;
}
.timeline-content {
font-size: 14px;
}
.timeline-header + .timeline-content,
.timeline-header + .timeline-footer,
.timeline-content + .timeline-footer {
margin-top: 20px;
}
.timeline-content:before,
.timeline-content:after {
content: '';
display: table;
clear: both;
}
.timeline-title {
margin-top: 0;
}
.timeline-footer {
margin: -20px -30px;
padding: 20px 30px;
background: #E0E0E0;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.timeline-footer a:not(.btn) {
color: #616161;
}
.timeline-footer a:not(.btn):hover,
.timeline-footer a:not(.btn):focus {
color: #212121;
}
/* 7.2 Coming Soon Page Setting */
.coming-soon .brand {
line-height: 40px;
font-size: 28px;
font-weight: 300;
margin-bottom: 50px;
color: #fff;
text-align: center;
}
.coming-soon .brand .logo {
border: 16px solid transparent;
border-color: #4DCACA #31A3A3 #1D8888;
margin-right: 5px;
position: relative;
width: 0;
height: 0;
display: inline-block;
vertical-align: middle;
top: -4px;
}
.coming-soon .coming-soon-header .desc,
.coming-soon .coming-soon-header .timer,
.coming-soon .coming-soon-header .brand {
position: relative;
z-index: 1020;
}
.coming-soon .coming-soon-header {
background: url(../img/coming-soon.jpg);
padding: 100px 0 50px;
position: relative;
}
.coming-soon .coming-soon-header:before {
background: #000;
}
.coming-soon .coming-soon-header .bg-cover {
background: #000;
opacity: 0.6;
filter: alpha(opacity=60);
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
z-index: 0;
}
.coming-soon .coming-soon-header .desc {
text-align: center;
font-size: 14px;
font-weight: 300;
color: #fff;
}
.coming-soon .coming-soon-header .timer {
margin-bottom: 50px;
padding: 10px 0;
}
.coming-soon .coming-soon-header .timer:before,
.coming-soon .coming-soon-header .timer:after {
content: '';
display: table;
clear: both;
}
.coming-soon .timer .is-countdown {
background: none;
border: none;
width: 980px;
margin: 0 auto;
}
.coming-soon .timer .is-countdown .countdown-section {
padding: 0 10px;
}
.coming-soon .timer .is-countdown .countdown-section + .countdown-section {
border-left: 1px solid #fff;
border-left: 1px solid rgba(255,255,255,0.3);
}
.coming-soon .timer .countdown-amount {
font-size: 36px;
color: #fff;
}
.coming-soon .timer .countdown-period {
font-size: 14px;
color: #999;
}
.coming-soon .coming-soon-content {
color: #333;
text-align: center;
padding: 25px 0;
}
.coming-soon .coming-soon-content .desc {
margin-bottom: 25px;
font-size: 14px;
}
.coming-soon .coming-soon-content .input-group {
width: 480px;
margin: 0 auto;
}
/* -------------------------------
8.0 Update - V1.2
------------------------------- */
/* 8.1 Theme Panel Setting */
.theme-panel {
position: fixed;
right: -175px;
top: 150px;
z-index: 1020;
background: #fff;
padding: 15px;
box-shadow: 0 0 2px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
width: 175px;
-webkit-transition: right .2s linear;
-moz-transition: right .2s linear;
transition: right .2s linear;
}
.theme-panel.active {
right: 0;
}
.theme-panel .theme-list {
list-style-type: none;
margin: 0;
padding: 0;
}
.theme-panel .theme-list + .theme-list {
margin-top: 10px;
}
.theme-panel .theme-list > li {
float: left;
}
.theme-panel .theme-list > li + li {
margin-left: 5px;
}
.theme-panel .theme-list > li > a {
text-decoration: none;
}
.theme-panel .theme-list > li.active > a {
position: relative;
}
.theme-panel .theme-list > li.active > a:before {
content: '\f00c';
font-family: FontAwesome;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
font-size: 14px;
color: #fff;
opacity: 0.4;
filter: alpha(opacity=40);
text-align: center;
}
.theme-panel .theme-list > li.active > a.bg-white:before {
color: #666;
}
.theme-panel .theme-list > li > a {
width: 20px;
height: 20px;
border-radius: 3px;
display: block;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
}
.theme-panel .theme-list > li > a:hover,
.theme-panel .theme-list > li > a:focus {
opacity: 0.6;
filter: alpha(opacity=60);
}
.theme-panel .theme-collapse-btn {
position: absolute;
left: -30px;
top: 10%;
margin-top: -15px;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 18px;
color: #333;
background: #fff;
border-radius: 4px 0 0 4px;
text-align: center;
box-shadow: -1px 0px 3px -1px rgba(0,0,0,0.4);
-webkit-box-shadow: -1px 0px 3px -1px rgba(0,0,0,0.4);
-moz-box-shadow: -1px 0px 3px -1px rgba(0,0,0,0.4);
}
.theme-panel .theme-panel-content {
margin: -15px;
padding: 15px;
background: #fff;
position: relative;
z-index: 1020;
}
.theme-panel.active .theme-collapse-btn .fa:before {
content: '\f00d';
}
.theme-panel .theme-list a.bg-white {
border: 1px solid #E0E0E0;
}
.theme-panel .control-label {
line-height: 30px;
}
.theme-panel .control-label.double-line {
line-height: 15px;
}
.theme-panel .divider {
height: 1px;
margin: 15px 0;
background: #f2f2f2;
}
/* 8.2 Powerange Slider Setting */
.slider-wrapper {
padding: 15px 30px !important;
margin-bottom: 10px !important;
}
.slider-wrapper.slider-without-range {
padding: 15px 0 !important;
}
.slider-wrapper.slider-vertical {
padding-left: 15px !important;
padding-right: 15px !important;
}
.range-min, .range-max {
color: #212121 !important;
}
.range-handle {
cursor: pointer !important;
}
.range-quantity { background: #009688 !important; }
.red .range-quantity { background: #F44336 !important; }
.blue .range-quantity { background: #2196F3 !important; }
.purple .range-quantity { background: #673AB7 !important; }
.orange .range-quantity { background: #FF9800 !important; }
.black .range-quantity { background: #212121 !important; }
/* 8.3 Plugins DateTimepicker */
.datetimepicker table tr td.active,
.datetimepicker table tr span.active {
background-image: none !important;
background: #2196F3!important;
color: #fff !important;
}
.datetimepicker table {
width: 100%;
}
.datetimepicker th,
.datetimepicker td {
padding: 0px 5px !important;
width: 30px !important;
height: 30px !important;
}
/* 8.4 Plugins wysihtml5 Sandbox */
.wysihtml5-sandbox {
width: 100% !important;
}
/* 8.5 Plugins Typeahead */
.twitter-typeahead .tt-hint {
line-height: 22px;
padding: 5px 11px;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tt-suggestion.tt-is-under-cursor {
background: #edf0f5;
color: #222;
}
/* 8.6 Plugins Select 2 Choice */
.select2-container.form-control .select2-choice,
.select2-container.form-control .select2-choice {
background: none !important;
margin: -6px -12px !important;
padding: 6px 12px !important;
line-height: 20px !important;
border:none !important;
box-shadow: none !important;
-webkit-box-shadow: none;
height: 32px !important;
}
.select2-container.form-control.input-sm .select2-choice,
.select2-container.form-control.input-sm .select2-choice {
height: 30px !important;
}
.select2-container .select2-choice .select2-arrow {
background: none !important;
border-left: 1px solid #E0E0E0 !important;
}
.select2-container.form-control .select2-choice abbr {
top: 10px !important;
}
.select2-container.form-control.input-sm .select2-choice abbr {
top: 9px !important;
}
.select2-container .select2-choice .select2-arrow b {
background-position: 0 3px !important;
}
.select2-container.form-control.input-sm .select2-choice .select2-arrow b {
background-position: 0 2px !important;
}
.select2-drop-active {
border-color: #E0E0E0 !important;
-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2) !important;
box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2) !important;
}
.select2-drop.select2-drop-above {
-webkit-box-shadow: 0 -2px 2px -1px rgba(0,0,0,0.2) !important;
box-shadow: 0 -2px 2px -1px rgba(0,0,0,0.2) !important;
}
.select2-search input {
border-color: #E0E0E0 !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;
}
.select2-drop {
border-color: #E0E0E0 !important;
padding-top: 5px !important;
border-top: 1px solid #E0E0E0 !important;
}
.select2-results .select2-highlighted {
background: #edf0f5 !important;
color: #222 !important;
}
.select2-container.select2-container-multi.form-control {
height: auto !important;
width: 240px !important;
}
.select2-container.select2-container-multi.form-control .select2-choices {
margin: -6px -12px !important;
border: none !important;
box-shadow: none !important;
min-height: 22px !important;
height: auto !important;
background: none !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-color: #ddd !important;
background: #fff !important;
}
/* 8.7 Login Page V2 */
.login-v2 {
background: url(../img/transparent/black-0.4.png);
background: rgba(0,0,0,0.4);
color: #ccc;
width: 450px;
margin: 168px auto;
position: absolute;
top: 0;
left: 0;
right: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.login-v2 .login-content {
padding: 40px;
}
.login.login-v2 label {
color: #ccc;
}
.login.login-v2 a {
color: #fff;
}
.login.login-v2 .login-header {
color: #fff;
}
.login.login-v2 .login-header .icon {
opacity: 0.4;
filter: alpha(opacity=40);
}
.login-v2 .form-control {
background: url(../img/transparent/black-0.4.png);
background: rgba(0,0,0,0.4);
border: none;
color: #fff;
}
.login-cover,
.login-cover-bg,
.login-cover-image {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.login-cover-image img {
max-width: 100%;
top: 0;
left: 0;
position: absolute;
}
.login-cover-bg {
background: #666666; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #666666 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#666666), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #666666 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #666666 0%,#000000 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #666666 0%,#000000 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #666666 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
opacity: 0.6;
filter: alpha(opacity=60);
}
.login-bg-list {
position: absolute;
right: 20px;
bottom: 20px;
z-index: 1020;
list-style-type: none;
margin: 0;
padding: 0 0 0 20px;
}
.login-bg-list > li {
width: 80px;
height: 60px;
overflow: hidden;
float: left;
transition: all .2s linear;
-webkit-transition: all .2s linear;
}
.login-bg-list > li a {
display: block;
height: 60px;
}
.login-bg-list > li.active {
outline: 3px solid #fff;
z-index: 1020;
position: relative;
}
.login-bg-list > li img {
max-height: 100%;
}
/* -------------------------------
9.0 Update - V1.3
------------------------------- */
/* 9.1 Widget Chart Setting */
.widget-chart {
position: relative;
overflow: hidden;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom: 20px;
}
.widget-chart .chart-title {
font-size: 18px !important;
color: #fff;
font-weight: normal !important;
margin: 2px 5px 7px;
}
.widget-chart .chart-title small {
display: block;
margin-top: 5px;
font-size: 13px;
color: #616D72;
color: rgba(255,255,255,0.5);
}
.widget-chart .widget-chart-content {
padding: 15px;
margin-right: 230px;
}
.widget-chart .widget-chart-sidebar {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 230px;
padding: 15px;
}
.widget-chart-sidebar .chart-number {
font-size: 24px;
font-weight: normal;
color: #fff;
margin-bottom: 10px;
}
.widget-chart-sidebar .chart-number small {
font-size: 13px;
color: #fff;
color: rgba(255,255,255,0.5);
display: block;
}
.widget-chart-sidebar .chart-legend {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 13px;
font-weight: normal;
position: absolute;
bottom: 10px;
}
.widget-chart-sidebar .chart-legend > li {
margin-bottom: 5px;
color: #fff;
}
.widget-chart-sidebar .chart-legend > li span {
color: #fff;
color: rgba(255,255,255,0.5);
}
.morris-inverse .morris-hover {
background: url('../img/transparent/black-0.4.png');
background: rgba(0,0,0,0.4) !important;
border: none !important;
padding: 8px !important;
color: #ccc !important;
}
.morris-hover {
z-index: 0 !important;
}
/* 9.2 List Group Item Inverse Setting */
.list-group-item.list-group-item-inverse {
background: #212121;
border-color: #000;
color: #fff;
}
.list-group-item.list-group-item-inverse .label-inverse,
.list-group-item.list-group-item-inverse .badge-inverse {
background: #212121;
background: rgba(0,0,0,0.5);
}
.list-group-item.list-group-item-inverse:hover,
.list-group-item.list-group-item-inverse:focus {
color: #fff;
background: #000;
background: #111;
}
/* 9.3 Bootstrap Calendar Setting */
.bootstrap-calendar .calendar {
background: #fff;
border: none;
border-radius: 0;
padding: 10px 0;
}
.bootstrap-calendar .calendar td {
border: none !important;
}
.bootstrap-calendar .calendar .table td {
padding: 3px 10px;
}
.bootstrap-calendar .calendar a {
line-height: 24px;
}
.bootstrap-calendar .calendar .week_days td {
background: none;
color: #a9acae;
}
.bootstrap-calendar .calendar .visualmonthyear {
color: #212121;
font-weight: normal;
}
.bootstrap-calendar .calendar .table.header td {
color: #707478;
vertical-align: middle;
}
.bootstrap-calendar .calendar .table.header td.year {
font-size: 18px;
font-weight: 300;
}
.bootstrap-calendar .calendar .table.header {
margin-bottom: 5px;
}
.bootstrap-calendar .calendar .table.header .year {
width: 72%;
}
.bootstrap-calendar .calendar .icon-arrow-right,
.bootstrap-calendar .calendar .icon-arrow-left {
cursor: pointer;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
}
.bootstrap-calendar .calendar .icon-arrow-right:hover,
.bootstrap-calendar .calendar .icon-arrow-left:hover,
.bootstrap-calendar .calendar .icon-arrow-right:focus,
.bootstrap-calendar .calendar .icon-arrow-left:focus {
color: #212121;
}
.bootstrap-calendar .calendar .icon-arrow-left:before {
content: '\f060';
}
.bootstrap-calendar .calendar .icon-arrow-right:before {
content: '\f061';
}
.bootstrap-calendar .calendar .table {
margin-bottom: 0;
}
.bootstrap-calendar .calendar .event a {
display: block;
border-radius: 30px;
background: #fff;
color: #fff;
margin: 0 auto;
}
.bootstrap-calendar .calendar .event .popover a {
color: #428bca;
}
.bootstrap-calendar .calendar .event .popover a:hover,
.bootstrap-calendar .calendar .event .popover a:focus {
color: #2a6496;
text-decoration: underline;
}
.bootstrap-calendar .calendar .event,
.bootstrap-calendar .calendar .event:hover,
.bootstrap-calendar .calendar .event:focus,
.bootstrap-calendar .calendar .event a:hover,
.bootstrap-calendar .calendar .event a:focus {
text-shadow: none;
color: #212121;
box-shadow: none;
font-weight: normal;
}
.bootstrap-calendar .calendar .event a:hover,
.bootstrap-calendar .calendar .event a:focus {
color: #fff;
opacity: 0.8;
}
.bootstrap-calendar .calendar .event,
.bootstrap-calendar .calendar .event:hover,
.bootstrap-calendar .calendar .event:focus {
background: none;
text-align: center;
}
.bootstrap-calendar .calendar .fa-circle {
position: absolute;
right: 0;
top: 0;
}
/* 9.4 Registered Users List Setting */
.registered-users-list {
list-style-type: none;
margin: 7.5px;
padding: 0;
}
.registered-users-list > li {
width: 25%;
font-size: 13px;
float: left;
padding: 7.5px;
color: #333;
}
.registered-users-list > li .username {
font-size: 13px;
color: #333;
margin-bottom: 0;
}
.registered-users-list > li img {
border-radius: 3px;
max-width: 100%;
}
.registered-users-list > li > a {
display: block;
margin-bottom: 10px;
}
.registered-users-list > li .username small {
display: block;
font-size: 12px;
color: #707478;
margin-top: 3px;
}
/* 9.5 Chat List Setting */
.panel-body .chats {
padding: 0;
}
.slimScrollDiv .chats {
padding-right: 15px;
}
.chats {
list-style-type: none;
margin: 0;
padding: 12px 15px 15px;
}
.chats > li + li {
margin-top: 15px;
}
.chats > li:before,
.chats > li:after {
content: '';
display: table;
clear: both;
}
.chats .name {
color: #212121;
display: block;
margin-bottom: 5px;
font-weight: 500;
text-decoration: none;
font-size: 13px;
}
.chats .name .label {
font-size: 10px;
padding: 1px 4px 2px;
margin-left: 3px;
position: relative;
top: -1px;
}
.chats .date-time {
font-size: 12px;
display: block;
float: right;
color: #999;
margin-top: 3px;
}
.chats .image {
float: left;
width: 60px;
height: 60px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow: hidden;
}
.chats .image img {
max-width: 100%;
}
.chats .image + .message {
margin-left: 75px;
}
.chats .message {
border: 1px solid #ccd0d4;
padding: 8px 12px;
font-size: 13px;
position: relative;
background: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.chats .message:before,
.chats .message:after {
content: '';
position: absolute;
top: 10px;
left: -14px;
border: 7px solid transparent;
border-right-color: #ccd0d4;
}
.chats .message:after {
left: -13px;
border-right-color: #fff;
}
.chats .right .name {
text-align: right;
}
.chats .right .date-time {
float: left;
}
.chats .right .image {
float: right;
}
.chats .right .image + .message {
margin-right: 75px;
margin-left: 0;
}
.chats .right .message:before,
.chats .right .message:after {
left: auto;
right: -14px;
border-right-color: transparent;
border-left-color: #ccd0d4;
}
.chats .right .message:after {
right: -13px;
border-left-color: #fff;
}
/* 9.6 Gallery v2 - Superbox Setting */
.superbox {
font-size: 0;
}
.superbox-list {
display: inline-block;
width:12.5%;
margin: 0;
position: relative;
}
.superbox-list.active:after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
border: 10px solid transparent;
border-bottom-color: #212121;
margin-left: -10px;
}
.superbox-show {
text-align: center;
position: relative;
background: #212121;
width: 100%;
float: left;
padding: 25px;
display: none;
}
.superbox-img {
max-width: 100%;
width: 100%;
cursor: pointer;
}
.superbox-current-img {
-webkit-box-shadow: 0 5px 35px rgba(0,0,0,.65);
box-shadow: 0 5px 35px rgba(0,0,0,.65);
max-width: 100%;
}
.superbox-img:hover {
opacity: 0.8;
}
.superbox-close {
opacity: 0.7;
cursor: pointer;
position: absolute;
top: 25px;
right: 25px;
background: url(assets/plugins/superbox/img/close.gif) no-repeat center center;
width: 35px;
height: 35px;
}
/* -------------------------------
10.0 Update - V1.4
------------------------------- */
/* 10.1 Page - Email Inbox v2 */
.list-email {
margin-bottom: 0;
border-top: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
}
.list-email > li.list-group-item {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: none;
}
.list-email > li.list-group-item {
padding: 15px 15px 15px 20px;
position: relative;
}
.list-email > li.list-group-item + li.list-group-item {
border-top: 1px solid #E0E0E0;
}
.list-email > li.list-group-item:before,
.list-email > li.list-group-item:after {
content: '';
display: table;
clear: both;
}
.list-email > li.list-group-item:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 5px;
background: #fff;
}
.list-email > li.list-group-item.success:before {
background: #009688;
}
.list-email > li.list-group-item.info:before {
background-color: #03A9F4;
}
.list-email > li.list-group-item.danger:before {
background-color: #F44336;
}
.list-email > li.list-group-item.primary:before {
background-color: #2196F3;
}
.list-email > li.list-group-item.inverse:before {
background-color: #212121;
}
.list-email > li.list-group-item.warning:before {
background-color: #FF9800;
}
.list-email > li.list-group-item.purple:before {
background-color: #673AB7;
}
.list-email > li.list-group-item.default:before {
background-color: #b6c2c9;
}
.list-email .email-user {
float: left;
width: 50px;
height: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
overflow: hidden;
font-size: 24px;
line-height: 50px;
text-align: center;
color: #6e7179;
background: #f4f6f7;
}
.list-email .email-user img {
max-width: 100%;
display: block;
}
.list-email .email-user + .email-info {
margin-left: 65px;
}
.list-email .email-checkbox + .email-user + .email-info {
margin-left: 95px;
}
.list-email .email-checkbox + .email-info {
margin-left: 35px;
}
.list-email .email-title {
margin-top: 3px;
margin-bottom: 3px;
line-height: 20px;
}
.list-email .email-title .label {
position: relative;
top: -1px;
}
.list-email .email-title,
.list-email .email-title a {
color: #212121;
}
.list-email .email-time {
float: right;
font-size: 11px;
color: #C8CCCF;
margin-left: 10px;
}
.list-email .email-checkbox {
float: left;
width: 20px;
margin-right: 10px;
height: 50px;
line-height: 50px;
}
.list-email .email-checkbox label {
color: #E0E0E0;
display: block;
cursor: pointer;
}
.list-email .email-checkbox label input[type=checkbox] {
display: none;
}
.list-email .email-checkbox label .fa {
font-size: 18px;
transition: all .2s linear;
-webkit-transition: all .2s linear;
}
.list-email .email-checkbox label.active {
color: #707478;
}
.list-email .email-checkbox label.active .fa:before {
content: '\f046';
}
.list-email > li.selected {
background: #FFFDE7;
}
/* 10.2 Page - Email Detail v2 */
.attached-document {
list-style-type: none;
margin: 15px 0 0;
padding: 0;
}
.attached-document > li {
width: 180px;
float: left;
background: #E0E0E0;
color: #707478;
position: relative;
margin-right: 15px;
margin-bottom: 15px;
}
.attached-document > li:before {
content: '\f0c6';
font-family: FontAwesome;
position: absolute;
top: -10px;
right: 5px;
font-size: 18px;
}
.attached-document .document-file {
height: 70px;
background: rgba(0,0,0,0.1);
overflow: hidden;
text-align: center;
line-height: 70px;
font-size: 32px;
}
.attached-document .document-name a {
color: #212121;
}
.attached-document > li img {
max-width: 100%;
}
.attached-document > li .document-name {
padding: 5px 10px;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* -------------------------------
11.0 Update - V1.5
------------------------------- */
/* 11.1 Pace Loader Setting */
.pace-inactive {
opacity: 0;
}
.ie8 .pace-inactive,
.ie8 .pace .pace-activity {
display: none;
}
.pace {
background: none;
position: fixed;
top: 0;
left: 0;
right: 0;
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
z-index: 1020;
}
.pace-progress {
position: fixed;
top: 60px;
left: 0;
right: 0;
text-align: center;
height: 3px;
background: #009688;
-webkit-transition: width 1s;
-moz-transition: width 1s;
-o-transition: width 1s;
transition: width 1s;
z-index: 2000;
}
.pace:before {
content: '';
background: none;
position: fixed;
top: 60px;
right: 0;
left: 0;
height: 3px;
}
.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 71px;
right: 8px;
width: 14px;
height: 14px;
border: solid 2px transparent;
border-top-color: #009688;
border-left-color: #009688;
border-radius: 10px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
-ms-animation: pace-spinner 400ms linear infinite;
-o-animation: pace-spinner 400ms linear infinite;
animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
0% { transform: rotate(0deg); transform: rotate(0deg); }
100% { transform: rotate(360deg); transform: rotate(360deg); }
}
.pace-top .pace:before,
.pace-top .pace-progress {
top: 0;
}
.pace-top .pace .pace-activity {
top: 11px;
}
/* -------------------------------
12.0 Update - V1.6
------------------------------- */
/* 12.1 Unlimited Nav Tabs */
.tab-overflow {
position: relative;
overflow: hidden;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.tab-overflow .nav.nav-tabs {
white-space: nowrap;
overflow: hidden;
display: table;
margin: 0;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.tab-overflow .nav.nav-tabs > li,
.tab-overflow.nav.nav-tabs > li {
display: table-cell;
float: none;
}
.tab-overflow .nav.nav-tabs > li > a {
margin-left: -1px;
}
.tab-overflow .next-button,
.tab-overflow .prev-button {
position: absolute;
right: 0;
top: 0;
z-index: 10;
display: none !important;
opacity: 0;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
}
.tab-overflow .prev-button {
left: 0;
right: auto;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .next-button,
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
-webkit-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
-webkit-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
}
.tab-overflow .next-button a,
.tab-overflow .prev-button a {
margin: 0;
background: #BDBDBD;
}
.tab-overflow .prev-button > a {
-webkit-border-radius: 3px 0 3px;
-moz-border-radius: 3px 0 3px;
border-radius: 3px 0 3px;
}
.tab-overflow .nav-tabs-inverse .next-button > a,
.tab-overflow .nav-tabs-inverse .prev-button > a,
.nav.nav-tabs.nav-tabs-inverse > li > a,
.nav.nav-tabs.nav-tabs-inverse > li > a:hover,
.nav.nav-tabs.nav-tabs-inverse > li > a:focus {
background: #212121;
}
.nav.nav-tabs.nav-tabs-inverse > li.active > a,
.nav.nav-tabs.nav-tabs-inverse > li.active > a:hover,
.nav.nav-tabs.nav-tabs-inverse > li.active > a:focus {
background: #fff;
color: #212121;
}
.tab-overflow.overflow-right .next-button,
.tab-overflow.overflow-left .prev-button {
display: block !important;
opacity: 1;
background: none;
}
.tab-overflow .nav-tabs > li.prev-button + li.active > a {
-webkit-border-radius: 0 2px 0 0;
-moz-border-radius: 0 2px 0 0;
border-radius: 0 2px 0 0;
}
/* -------------------------------
13.0 Update - V1.7
------------------------------- */
/* 13.1 Light Sidebar Setting */
.page-with-light-sidebar .sidebar,
.page-with-light-sidebar .sidebar-bg {
background: #fff;
}
.page-with-light-sidebar .sidebar .nav > li > a i {
color: #9e9e9e;
}
.page-with-light-sidebar .sidebar .nav > li.nav-header {
padding: 10px 20px 5px;
color: #9e9e9e;
font-size: 12px;
}
.page-with-light-sidebar .sidebar .nav > li > a {
color: #000;
font-weight: normal;
}
.page-with-light-sidebar .sidebar .nav > li.nav-profile > a {
color: #fff;
}
.page-with-light-sidebar .sidebar .nav > li.nav-profile:before {
background: rgba(0,0,0,0.5);
}
.page-with-light-sidebar .sidebar .nav > li.active > a,
.page-with-light-sidebar .sidebar .nav > li.active > a:hover,
.page-with-light-sidebar .sidebar .nav > li.active > a:focus {
background: #616161;
color: #fff;
}
.page-with-light-sidebar .sidebar .nav > li.active > a i {
color: #fff;
}
.page-with-light-sidebar .sidebar .nav > li.has-sub .sub-menu > li > a {
color: #616161;
}
.page-with-light-sidebar .sidebar .nav > li.nav-profile.active > a,
.page-with-light-sidebar .sidebar .nav > li.nav-profile.active > a:hover,
.page-with-light-sidebar .sidebar .nav > li.nav-profile.active > a:focus {
background: none;
}
.page-with-light-sidebar .sidebar .nav > li.has-sub .sub-menu,
.page-with-light-sidebar .sidebar .nav > li.has-sub .sub-menu > li.active > a,
.page-with-light-sidebar .sidebar .nav > li.has-sub .sub-menu > li > a:hover,
.page-with-light-sidebar .sidebar .nav > li.has-sub .sub-menu > li > a:focus {
background: rgba(0,0,0,0.05);
}
.page-with-light-sidebar .sidebar .nav.nav-profile {
border-bottom: 1px solid #E0E0E0;
}
/* 13.2 Wide Sidebar Setting */
.page-with-wide-sidebar .sidebar,
.page-with-wide-sidebar .sidebar+.sidebar-bg,
.page-with-wide-sidebar.page-sidebar-minified .sidebar-bg.sidebar-right,
.page-with-wide-sidebar.page-sidebar-minified .sidebar.sidebar-right {
width: 250px;
}
.page-with-wide-sidebar .content {
margin-left: 250px;
}
.page-with-wide-sidebar.page-with-right-sidebar .content {
margin-right: 250px;
margin-left: 0;
}
.page-with-wide-sidebar.page-with-two-sidebar .content {
margin-left: 250px;
margin-right: 250px;
}
.page-with-wide-sidebar.page-sidebar-minified .sidebar,
.page-with-wide-sidebar.page-sidebar-minified .sidebar+.sidebar-bg {
width: 60px;
}
.page-with-wide-sidebar.page-sidebar-minified .content {
margin-left: 60px;
}
/* 13.3 Navbar Header Brand Without Background Setting */
.navbar-header.navbar-header-without-bg .navbar-brand {
background: none !important;
}
/* 13.4 Plugins - Jstree Setting */
.jstree-default .jstree-clicked,
.jstree-default .jstree-wholerow-clicked {
background: #eee !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.jstree-default .jstree-hovered,
.jstree-default .jstree-wholerow-hovered {
background: #f5f5f5 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.jstree-open > .jstree-anchor > .fa-folder:before {
content: '\f07c';
color: #212121;
}
.jstree-default .jstree-checkbox {
background: none;
}
.jstree-default .jstree-checkbox:before {
content: '';
position: absolute;
left: 4px;
top: 4px;
right: 4px;
bottom: 4px;
border: 1px solid #b4b6b7;
display: block;
background: #fff;
}
.jstree-default .jstree-anchor > .jstree-checkbox.jstree-undetermined:after {
content: '';
position: absolute;
left: 7px;
right: 7px;
bottom: 7px;
top: 7px;
display: block;
background: #b4b6b7;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:after,
.jstree-default .jstree-checked > .jstree-checkbox:after {
content: '\f00c';
font-family: FontAwesome;
position: absolute;
left: 5px;
right: 5px;
bottom: 5px;
top: 5px;
display: block;
line-height: 16px;
font-size: 12px;
font-style: initial;
color: #212121;
}
/* 13.5 Top Navbar Mega Menu Setting */
.dropdown.dropdown-lg {
position: static;
}
.dropdown-menu.dropdown-menu-lg {
left: 20px;
right: 20px;
padding: 20px;
}
.dropdown-header {
font-size: 14px;
font-weight: normal;
color: #000;
padding: 0;
margin: 0;
}
.dropdown-menu.dropdown-menu-lg .nav > li > a {
padding: 0;
background: none;
line-height: 24px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active.open > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
background: #f4f6f7 !important;
opacity: 1.0;
filter: alpha(opacity=100);
}
/* 13.6 Login & Register Page with News Feed Setting */
.login.login-with-news-feed,
.register.register-with-news-feed {
width: 100%;
margin: 0;
padding: 0;
}
.login.login-with-news-feed .news-feed,
.register.register-with-news-feed .news-feed {
position: fixed;
left: 0;
right: 500px;
top: 0;
bottom: 0;
-webkit-transform: translateZ(0);
overflow: hidden;
}
.login.login-with-news-feed .news-image,
.register.register-with-news-feed .news-image {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.login.login-with-news-feed .news-image img,
.register.register-with-news-feed .news-image img {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
max-height: 100%;
min-width: 100%;
top: -1960px;
bottom: -1960px;
left: -1960px;
right: -1960px;
margin: auto;
}
.login.login-with-news-feed .news-caption,
.register.register-with-news-feed .news-caption {
background: rgba(255,255,255,0.15);
background: rgba(0, 0, 0, 0.7);
color: #999;
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 30px 60px;
font-size: 14px;
z-index: 20;
font-weight: 300;
min-width: 680px;
}
.login.login-with-news-feed .news-caption .caption-title,
.register.register-with-news-feed .news-caption .caption-title {
color: #fff;
color: rgba(255,255,255,0.8);
font-weight: 300;
font-size: 28px;
}
.login.login-with-news-feed .news-caption .caption-title i,
.register.register-with-news-feed .news-caption .caption-title i {
font-size: 28px;
}
.login.login-with-news-feed .right-content,
.register.register-with-news-feed .right-content {
float: right;
width: 500px;
}
.login.login-with-news-feed .login-content,
.register.register-with-news-feed .register-content {
width: auto;
padding: 30px 60px;
}
.register.register-with-news-feed .register-content {
padding: 20px 60px 30px;
}
.login.login-with-news-feed .login-header,
.register.register-with-news-feed .register-header {
position: relative;
top: 0;
margin: 0;
left: 0;
right: 0;
padding: 100px 60px 0;
}
.register.register-with-news-feed .register-header {
padding: 60px 60px 0;
font-size: 32px;
font-weight: 300;
}
.register.register-with-news-feed .register-header small {
color: #707478;
display: block;
font-size: 14px;
margin-top: 10px;
line-height: 20px;
}
.login.login-with-news-feed .login-header .brand {
color: #212121;
}
.login.login-with-news-feed .login-header .brand small {
color: #707478;
}
.login.login-with-news-feed .login-header .icon {
top: 98px;
right: 10px;
}
/* 13.7 Plugins - Bootstrap Date Range Picker */
.daterangepicker td.active,
.daterangepicker td.active:hover {
background: #2196F3 !important;
text-shadow: none !important;
color: #fff;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
padding: 7px !important;
}
.daterangepicker td.in-range {
background: #eee;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
background: #2196F3 !important;
border-color: #2196F3 !important;
color: #fff !important;
}
.daterangepicker .ranges li {
color: #212121 !important;
}
/* 13.8 Plugins - Select 2 */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background: #2196F3 !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--multiple {
min-height: 34px !important;
border-color: #E0E0E0 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 34px !important;
font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
right: 5px !important;
height: 32px !important;
}
.select2-dropdown {
border: none !important;
-webkit-box-shadow: 0 2px 5px -1px rgba(0,0,0,.2) !important;
box-shadow: 0 2px 5px -1px rgba(0,0,0,.2) !important;
}
.select2-container--default .select2-results__group {
color: #212121 !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
height: 23px;
padding-left: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
padding: 6px 12px !important;
height: 34px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
border-color: #9fa2a5 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
margin-top: 6px !important;
}
/* 13.9 Top Navbar Language Setting */
.navbar-language .flag-icon {
font-size: 20px;
margin: 5px 10px 0;
float: left;
}
.navbar-language .dropdown-menu .flag-icon {
margin: 1px 7px 0;
font-size: 15px;
}
/* 13.10 Profile Page Setting */
.profile-container {
background: #fff;
padding: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.profile-container:before,
.profile-container:after {
content: '';
display: table;
clear: both;
}
.profile-left {
width: 200px;
float: left;
}
.profile-right {
margin-left: 240px;
padding-right: 20px;
}
.profile-image {
height: 175px;
line-height: 175px;
text-align: center;
font-size: 72px;
margin-bottom: 10px;
border: 2px solid #E0E0E0;
overflow: hidden;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.profile-image img {
display: block;
max-width: 100%;
}
.profile-highlight {
padding: 12px 15px;
background: #FEFDE1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.profile-highlight h4 {
margin: 0 0 7px;
font-size: 12px;
font-weight: bold;
}
.table.table-profile > thead > tr > th {
border-bottom: none !important;
}
.table.table-profile > thead > tr > th h4 {
font-size: 20px;
margin-top: 0;
}
.table.table-profile > thead > tr > th h4 small {
display: block;
font-size: 12px;
font-weight: normal;
margin-top: 5px;
}
.table.table-profile > thead > tr > th,
.table.table-profile > tbody > tr > td {
border: none;
padding-top: 7px;
padding-bottom: 7px;
color: #212121;
}
.table.table-profile > tbody > tr > td.field {
width: 120px;
text-align: right;
font-weight: 600;
color: #777;
}
.table.table-profile > tbody > tr.highlight > td {
border-top: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
}
.table.table-profile > tbody > tr.divider > td {
padding: 0 !important;
height: 10px;
}
.profile-section + .profile-section {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #E0E0E0;
}
.profile-section:before,
.profile-section:after {
content: '';
display: table;
clear: both;
}
.profile-section .title {
font-size: 20px;
margin: 0 0 15px;
}
.profile-section .title small {
font-weight: normal;
}
/* -------------------------------
14.0 Update - V1.8
------------------------------- */
/* 14.1 Full Color Panel */
.panel-body[class*="bg-"] {
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
/* 14.2 Bootstrap Date Timepicker */
body .bootstrap-datetimepicker-widget.dropdown-menu {
width: auto;
}
body .bootstrap-datetimepicker-widget .timepicker-hour,
body .bootstrap-datetimepicker-widget .timepicker-minute,
body .bootstrap-datetimepicker-widget .timepicker-second {
border: 2px solid #E0E0E0;
border-radius: 3px;
}
body .bootstrap-datetimepicker-widget.dropdown-menu,
body .bootstrap-datetimepicker-widget a[data-action] {
color: #212121;
}
body .bootstrap-datetimepicker-widget a[data-action] {
padding: 0;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body .bootstrap-datetimepicker-widget table td {
height: 32px;
width: 32px;
line-height: 32px;
}
/* -------------------------------
15.0 Update - V1.9
------------------------------- */
/* 15.1 Sidebar Transparent */
.sidebar.sidebar-transparent {
background: none;
}
.sidebar.sidebar-transparent .nav > li.nav-profile {
background: url('../img/transparent/black-0.3.png');
background: rgba(0, 0, 0, 0.25);
}
.sidebar.sidebar-transparent .nav > li.nav-profile:before {
display: none;
}
.sidebar.sidebar-transparent .nav > li.nav-profile > a:hover,
.sidebar.sidebar-transparent .nav > li.nav-profile > a:focus {
background: none;
}
.sidebar.sidebar-transparent .nav.nav-profile {
border-bottom: 1px solid rgba(255,255,255,0.15);
}
.sidebar.sidebar-transparent .nav > li.has-sub > .sub-menu {
background: url('../img/transparent/black-0.5.png');
background: rgba(26, 34, 41, 0.5);
}
.sidebar.sidebar-transparent .sub-menu {
background: none;
}
.page-sidebar-toggled.page-sidebar-minified .sidebar.sidebar-transparent + .sidebar-bg,
.sidebar.sidebar-transparent + .sidebar-bg {
background: url('../img/sidebar_cover.jpg');
background-size: auto 100%;
}
.sidebar.sidebar-transparent + .sidebar-bg:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('../img/transparent/black-0.5.png');
background: rgba(45, 53, 60, 0.75);
}
.page-sidebar-minified .sidebar.sidebar-transparent .nav > li.has-sub .sub-menu {
background: url('../img/transparent/black-0.7.png');
background: rgba(26, 34, 41, 0.85);
}
.sidebar.sidebar-transparent .nav > li.nav-header {
color: #fff;
}
.page-sidebar-minified .sidebar.sidebar-transparent .nav > li.has-sub:hover > a,
.page-sidebar-minified .sidebar.sidebar-transparent .nav > li.has-sub:focus > a,
.sidebar.sidebar-transparent .nav > li.expand > a,
.sidebar.sidebar-transparent .nav > li > a:focus,
.sidebar.sidebar-transparent .nav > li > a:hover {
background: url('../img/transparent/black-0.5.png');
background: rgba(0, 0, 0, 0.5);
}
/* 15.2 Top Menu Element */
.page-with-top-menu {
padding-top: 106px;
}
.page-with-top-menu .sidebar {
padding-top: 106px;
}
.top-menu {
background: #37474F;
height: 46px;
position: fixed;
top: 60px;
left: 0;
right: 0;
z-index: 1015;
}
.top-menu .nav {
white-space: nowrap;
}
.top-menu .nav > li {
display: inline-block;
position: relative;
}
.top-menu .nav > li + li {
margin-left: -3px;
}
.top-menu .nav > li > a {
padding: 10px 20px;
color: #cfd8dc;
line-height: 26px;
font-weight: 500;
}
.top-menu .nav > li > a .badge,
.top-menu .nav > li > a .label {
margin-left: 5px;
}
.top-menu .nav > li > a .badge {
background: #1b1f24;
}
.top-menu .nav > li > a .badge.pull-right,
.top-menu .nav > li > a .label.pull-right {
margin-top: 4px;
}
.top-menu .nav > li.active > a .label.label-theme,
.top-menu .nav > li.active > a .badge {
background: url(../img/transparent/black-0.4.png);
background: rgba(0,0,0,0.4);
}
.top-menu .nav > li > a i {
float: left;
font-size: 24px;
margin-right: 10px;
line-height: 26px;
width: 24px;
text-align: center;
color: #546E7A;
}
.top-menu .nav > li.active > a i {
color: #fff;
}
.top-menu .nav > li > a .caret {
border-width: 5px;
}
.top-menu .nav > li > a .caret.pull-right {
margin-top: 11px;
margin-left: 10px;
}
.top-menu .nav > li:hover > a,
.top-menu .nav > li:focus > a,
.top-menu .nav > li > a:hover,
.top-menu .nav > li > a:focus {
background: none;
}
/* 15.2.1 Top Menu Sub Menu Setting */
.top-menu .nav .sub-menu {
display: none;
position: absolute;
left: 0;
min-width: 220px;
max-width: 320px;
top: 100%;
background: #2F3C43;
list-style-type: none;
margin: 0;
padding: 10px 0;
}
.top-menu .sub-menu > li > a {
padding: 5px 20px;
display: block;
color: #8a8f94;
text-decoration: none;
position: relative;
}
.top-menu .nav .sub-menu > li > a .caret {
margin-top: 7px;
}
.top-menu .sub-menu .sub-menu {
background: url(../img/transparent/black-0.2.png);
background: rgba(0,0,0,0.2);
position: relative;
left: 0;
top: 0;
}
.top-menu .sub-menu > li.active > a,
.top-menu .sub-menu > li.active > a:hover,
.top-menu .sub-menu > li.active > a:focus,
.top-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:focus {
color: #fff;
}
.top-menu .nav > li.has-sub:hover > .sub-menu {
display: block;
}
.top-menu .nav > li.active > a,
.top-menu .nav > li.active > a:hover,
.top-menu .nav > li.active > a:focus{
background: #009688;
color: #fff;
}
/* 15.2.2 Top Menu Left & Right Control Setting */
.top-menu .nav > li.menu-control {
position: absolute;
top: 0;
width: 46px;
background: #37474F;
height: 46px;
margin: 0;
}
.top-menu .nav > li.menu-control > a {
padding: 0;
text-align: center;
line-height: 46px;
}
.top-menu .nav > li.menu-control > a i {
float: none;
margin: 0;
font-size: 24px;
display: block;
line-height: 46px;
color: #fff;
width: auto;
}
.top-menu .nav > li.menu-control.menu-control-left {
left: -56px;
}
.top-menu .nav > li.menu-control.menu-control-right {
right: -56px;
}
@keyframes slideInLeft {
from { left: -56px; }
to { left: 0; }
}
@-webkit-keyframes slideInLeft {
from { left: -56px; }
to { left: 0; }
}
.top-menu .nav > li.menu-control.menu-control-left.show {
-webkit-animation: slideInLeft .2s;
animation: slideInLeft .2s;
left: 0;
}
@keyframes slideInRight {
from { right: -56px; }
to { right: 0; }
}
@-webkit-keyframes slideInRight {
from { right: -56px; }
to { right: 0; }
}
.top-menu .nav > li.menu-control.menu-control-right.show {
-webkit-animation: slideInRight .2s;
animation: slideInRight .2s;
right: 0;
}
.top-menu .nav > li.menu-control.menu-control-left > a {
-webkit-box-shadow: 5px 0 8px -3px rgba(0,0,0,0.5);
box-shadow: 5px 0 8px -3px rgba(0,0,0,0.5);
}
.top-menu .nav > li.menu-control.menu-control-right > a {
-webkit-box-shadow: -5px 0 8px -3px rgba(0,0,0,0.5);
box-shadow: -5px 0 8px -3px rgba(0,0,0,0.5);
}
/* 15.3 Boxed Layout Setting */
.boxed-layout {
background-image: url(../img/pattern-cover.png);
}
.boxed-layout .page-container {
width: 1080px;
margin: 0 auto;
-webkit-box-shadow: 0 0px 30px rgba(0,0,0,0.5);
box-shadow: 0 0px 30px rgba(0,0,0,0.5);
min-height: 100%;
background: #f7f7f7;
overflow: hidden;
position: relative;
}
.boxed-layout .page-container .header,
.boxed-layout .page-container .sidebar,
.boxed-layout .page-container .sidebar-bg {
left: auto;
}
.boxed-layout .page-container .header {
width: 1080px;
right: auto;
}
.boxed-layout .top-menu,
.boxed-layout .pace {
width: 1080px;
left: 50%;
margin-left: -540px;
}
.boxed-layout .pace .pace-progress,
.boxed-layout .pace .pace-activity,
.boxed-layout .page-with-top-menu .top-menu {
position: absolute;
}
.boxed-layout .page-sidebar-minified .sidebar,
.boxed-layout .page-with-top-menu.page-sidebar-minified .sidebar {
position: relative;
float: left;
padding-top: 0;
}
/* 15.4 Nvd3 Chart Setting */
.nvtooltip {
font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
font-size: 12px !important;
background: #fff !important;
-webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.25) !important;
box-shadow: 0 0px 4px rgba(0,0,0,0.25) !important;
border: none !important;
padding: 5px 10px !important;
}
.nvtooltip table td.legend-color-guide div {
border: none !important;
}
.nvtooltip table thead strong {
text-decoration: underline !important;
}
/* -------------------------------
16.0 Update - V2.0
------------------------------- */
/* 16.1 Material Loader */
.material-loader {
position: fixed;
width: 200px;
height: 100px;
left: 50%;
top: 50%;
margin: -50px 0 0 -100px;
}
.material-loader .message {
line-height: 100px;
text-align: center;
}
.ie8 .material-loader .message {
padding-left: none;
}
.material-loader .circular {
animation: rotate 2s linear infinite;
height: 36px;
width: 36px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -24px;
margin-top: -55px;
}
.material-loader .path {
stroke-dasharray: 1,200;
stroke-dashoffset: 0;
animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
stroke-linecap: round;
}
@keyframes rotate{
100%{
transform: rotate(360deg);
}
}
@keyframes dash{
0%{
stroke-dasharray: 1,200;
stroke-dashoffset: 0;
}
50%{
stroke-dasharray: 89,200;
stroke-dashoffset: -35;
}
100%{
stroke-dasharray: 89,200;
stroke-dashoffset: -124;
}
}
@keyframes color{
100%, 0%{
stroke: #212121;
}
}
|
public/assets/css/style.css
|
1.0 General reset & setup
------------------------------- */
/* 1.1 Reset and overrides */
body,
html {
height: 100%;
}
body {
background: #f7f7f7;
font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
color: #616161;
-webkit-font-smoothing: antialiased;
}
.ie8 body {
font-family: Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6{
font-weight: 500;
color: #212121;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
font-size: 60%;
font-weight: normal;
color: #777;
}
a {
transition: color 100ms ease-in-out;
-o-transition: color 100ms ease-in-out;
-ms-transition: color 100ms ease-in-out;
-moz-transition: color 100ms ease-in-out;
-webkit-transition: color 100ms ease-in-out;
}
a:focus {
outline: none;
}
a {
color: #2196F3;
}
a:hover,
a:focus,
a:active {
color: #0D47A1;
}
label {
color: #212121;
}
/* -------------------------------
2.0 Page Structure Settings
------------------------------- */
/* 2.1 Page Options */
.page-header-fixed {
padding-top: 60px;
}
.page-without-sidebar .content {
margin-left: 0;
}
.page-with-right-sidebar .sidebar,
.page-with-right-sidebar .sidebar-bg {
left: auto;
right: 0;
}
.page-sidebar-fixed .sidebar {
position: fixed;
}
.page-with-right-sidebar .content {
margin-left: 0;
margin-right: 220px;
}
.page-with-wide-sidebar .footer {
margin-left: 280px;
}
.page-with-right-sidebar .footer {
margin-left: 25px;
margin-right: 280px;
}
.page-with-two-sidebar.page-sidebar-fixed .sidebar.sidebar-right {
position: fixed;
}
.page-with-two-sidebar .sidebar.sidebar-right,
.page-with-two-sidebar .sidebar-bg.sidebar-right {
right: 0;
left: auto;
}
.page-with-two-sidebar .content {
margin-right: 220px;
}
.page-with-two-sidebar.page-sidebar-minified .sidebar.sidebar-right,
.page-with-two-sidebar.page-sidebar-minified .sidebar-bg.sidebar-right {
width: 220px;
}
.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar.sidebar-right,
.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar-bg.sidebar-right {
right: -220px;
}
.page-with-two-sidebar.page-right-sidebar-collapsed.page-with-wide-sidebar .sidebar.sidebar-right,
.page-with-two-sidebar.page-right-sidebar-collapsed.page-with-wide-sidebar .sidebar-bg.sidebar-right {
right: -250px;
}
.page-with-two-sidebar.page-right-sidebar-collapsed .content,
.page-with-two-sidebar.page-right-sidebar-collapsed.page-with-wide-sidebar .content {
margin-right: 0;
}
/* 2.2 Page Loader */
#page-loader {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #f7f7f7;
z-index: 9999;
}
#page-loader.fade {
display: none;
}
#page-loader.fade.in {
display: block;
}
@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}
.spinner,
.spinner-small {
height: 40px;
width: 40px;
margin: 0px auto;
position: absolute;
top: 50%;
left: 50%;
margin: -20px 0 0 -20px;
border: 2px solid #fff;
border-top: 2px solid #24B498;
border-radius: 100%;
}
.fade.in .spinner,
.fade.in .spinner-small {
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
}
.spinner-small {
border: 2px solid rgba(0,0,0,0.05);
border-top: 2px solid #24B498;
height: 30px;
width: 30px;
margin: -15px 0 0 -15px;
}
/* 2.3 Header & header elements */
.header {
z-index: 1020;
margin-bottom: 0;
}
.navbar {
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.14);
box-shadow: 0 1px 1px rgba(0,0,0,.14);
min-height: 60px;
}
.navbar.navbar-default {
background: #fff;
}
.navbar.navbar-inverse {
background: #212121;
}
.navbar.navbar-inverse .navbar-brand,
.navbar.navbar-inverse .navbar-nav > li > a {
color: #a8acb1;
}
.navbar.navbar-inverse .navbar-form .form-control {
background: url(../img/transparent/black-0.2.png);
background: rgba(0,0,0,0.2);
border-color: #1F2429;
border-color: rgba(0,0,0,0.2);
color: #a8acb1;
}
.navbar-brand {
margin-right: 10px;
padding: 15px;
height: 60px;
width: 220px;
font-weight: 300;
font-size: 18px;
line-height: 30px;
}
.navbar-default .navbar-brand {
color: #333;
}
.navbar-logo {
float: left;
margin-right: 10px;
margin-top: 5px;
border: 10px solid transparent;
border-color: #4DCACA #31A3A3 #1D8888;
opacity: 0.9;
filter: alpha(opacity=90);
}
.navbar-toggle {
margin: 0;
padding: 0;
border: none;
width: 60px;
height: 60px;
border-radius: 0;
text-align: center;
color: #fff;
}
.navbar-toggle.navbar-toggle-left {
float: left;
margin-left: -15px;
display: block;
}
.navbar-toggle .icon-bar {
margin: 0 auto;
height: 1px;
width: 20px;
}
.navbar-toggle.navbar-toggle-left .icon-bar {
background: rgba(0,0,0,0.5);
}
.navbar-inverse .navbar-toggle.navbar-toggle-left .icon-bar {
background: #fff;
}
.navbar-toggle.pull-left {
margin-left: 15px;
margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
background: #333;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
background: none !important;
opacity: 0.6;
filter: alpha(opacity=60);
}
.navbar-nav > li > a {
line-height: 30px;
padding: 15px;
}
.navbar-default .navbar-nav > li > a {
color: #585663;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
opacity: 0.6;
filter: alpha(opacity=60);
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
background: none !important;
color: #333;
opacity: 1.0;
filter: alpha(opacity=100);
}
.navbar .icon i {
display: block;
line-height: 30px;
font-size: 20px;
}
.navbar-form {
margin: 13px 0;
}
.fade .navbar-form .form-control {
-webkit-animation: none;
}
.navbar-form .form-control {
width: 200px;
padding: 5px 34px 5px 10px;
height: 34px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: none;
background: #eee;
}
.navbar-form .form-control:focus {
width: 300px;
animation: expand .2s;
-webkit-animation: expand .2s;
}
@keyframes expand {
from { width: 200px; }
to { width: 300px; }
}
@-webkit-keyframes expand {
from { width: 200px; }
to { width: 300px; }
}
.navbar-form .btn-search {
position: absolute;
right: 15px;
top: 13px;
line-height: 34px;
height: 34px;
width: 34px;
padding: 0;
border: none;
background: none;
text-align: center;
}
.navbar-form .btn-search i {
line-height: 34px;
font-size: 20px;
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
}
.navbar-nav > li > .dropdown-menu.media-list .media-heading {
font-weight: 500;
font-size: 14px;
margin-bottom: 3px;
}
.navbar-nav > li > a .label {
position: absolute;
top: 8px;
right: 8px;
display: block;
background: #F44336;
line-height: 22px;
font-weight: 500;
padding: 0;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
color: #fff;
text-align: center;
font-size: 12px;
min-width: 22px;
height: 22px;
}
.navbar-user img {
float: right;
width: 36px;
height: 36px;
margin: -3px 0px -3px 10px;
-webkit-border-radius: 36px;
-moz-border-radius: 36px;
border-radius: 36px;
}
.navbar-user img + span {
display: block;
margin-right: 46px;
white-space: nowrap;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #333;
}
.navbar .navbar-nav > li.divider {
height: 34px;
margin-top: 10px;
background: #E0E0E0;
width: 1px;
}
.navbar.navbar-inverse .navbar-nav > li.divider {
background: #3F4B55;
}
.navbar .search-form {
position: absolute;
left: 0;
right: 0;
bottom: 100%;
height: 60px;
transition: all .3s ease;
}
.navbar.navbar-search-toggled .search-form {
bottom: 0;
}
.navbar .search-form .search-btn,
.navbar .search-form .close {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 60px;
color: #616161;
z-index: 1000;
text-align: center;
line-height: 60px;
background: none;
border: none;
padding: 0;
outline: none;
}
.navbar .search-form .search-btn i, .navbar .search-form .close i {
line-height: 60px;
}
.navbar .search-form .form-control {
border: none;
height: inherit;
box-shadow: none;
border-radius: 0;
color: #fff;
padding-left: 60px;
padding-right: 60px;
font-size: 16px;
}
.navbar .search-form .form-control {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.navbar .search-form .close {
left: auto;
right: 0;
text-shadow: none;
opacity: 1.0;
}
/* 2.4 Sidebar & sidebar elements */
.sidebar {
width: 220px;
position: absolute;
left: 0;
top: 0;
bottom: 0;
padding-top: 60px;
background: #37474f;
z-index: 1010;
font-size: 13px;
-webkit-transform: translateZ(0);
}
.sidebar-bg {
background: #37474f;
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 220px;
z-index: 1000;
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.sidebar .nav > li:before,
.sidebar .nav > li:after,
.sidebar .nav > li > a:before,
.sidebar .nav > li > a:after {
content: '';
clear: both;
display: table;
}
.sidebar .nav > li > a {
padding: 10px 20px;
line-height: 20px;
color: #cfd8dc;
font-weight: 500;
}
.sidebar.sidebar-grid .nav > li > a {
border-bottom: 1px solid #263238;
border-top: 1px solid #263238;
}
.sidebar.sidebar-grid .nav > li.active > a {
border-color: #212121;
z-index: 10;
}
.sidebar.sidebar-grid .nav > li + li {
margin-top: -1px;
}
.sidebar .nav > li.active > a .label.label-theme,
.sidebar .nav > li.active > a .badge {
background: url(../img/transparent/black-0.4.png);
background: rgba(0,0,0,0.4);
}
.sidebar .nav > li.expand > a,
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
background: none;
color: #CFD8DC;
}
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:hover,
.sidebar .nav > li.active > a:focus {
color: #fff;
background: #00BCD4;
}
.sidebar .nav > li.active > a .label.label-success,
.sidebar .nav > li.active > a .badge.badge-success {
background: #008a8a;
}
.sidebar .nav > li > a i {
float: left;
margin-right: 10px;
width: 24px;
text-align: center;
line-height: 20px;
font-size: 20px;
color: #546E7A;
}
.sidebar .nav > li > a i[class*="ion-"] {
margin-right: 15px;
width: 18px;
font-size: 24px;
margin-top: -2px;
margin-bottom: -2px;
}
.sidebar .nav > li > a i[class*="icon-"] {
width: 18px;
margin-right: 15px;
font-size: 20px;
}
.sidebar .nav > li > a i.material-icons {
float: left;
width: 24px;
height: 24px;
text-align: center;
margin: -2px 10px -2px 0;
font-size: 24px;
line-height: 24px;
}
.sidebar .nav > li.active > a i,
.sidebar .nav > li.active > a:hover i,
.sidebar .nav > li.active > a:focus i {
color: #fff;
}
.sidebar .nav > li > a .badge {
background: #1b1f24;
padding: 0 8px;
margin: 0;
line-height: 20px;
font-size: 12px;
font-weight: normal;
}
.sidebar .sub-menu:before {
display: none;
}
.sidebar .nav > li > a .caret {
float: right;
margin-top: 9px;
}
.sidebar .has-sub.active > .sub-menu {
display: block;
}
.sidebar .sub-menu {
list-style-type: none;
padding: 10px 0 10px 30px;
margin: 0;
background: #1a2229;
position: relative;
display: none;
}
.sidebar .sub-menu:before {
content: '';
position: absolute;
left: 26px;
top: 0;
bottom: 0;
width: 2px;
background: #10181F;
}
.sidebar .sub-menu .sub-menu {
padding: 0 0 0 30px;
background: none;
}
.sidebar .sub-menu > li > a {
padding: 5px 20px;
display:block;
font-weight: 300;
color: #889097;
text-decoration: none;
position: relative;
}
.sidebar .sub-menu > li > a:hover,
.sidebar .sub-menu > li > a:focus,
.sidebar .sub-menu > li.active > a,
.sidebar .sub-menu > li.active > a:hover,
.sidebar .sub-menu > li.active > a:focus {
color: #fff;
}
.sidebar .nav > li li.has-sub.active > a {
color: #889097;
}
.sidebar .nav .sub-menu > li > a .caret {
float: right;
margin-top: 7px;
}
.sidebar .nav > li.has-sub .sub-menu,
.sidebar li.has-sub .sub-menu > li.active > a,
.sidebar li.has-sub .sub-menu > li.active > a:hover,
.sidebar li.has-sub .sub-menu > li.active > a:focus,
.sidebar .nav > li.has-sub .sub-menu > li > a:hover,
.sidebar .nav > li.has-sub .sub-menu > li > a:focus {
background: rgba(0,0,0,0.15);
}
.sidebar .nav > li.has-sub .sub-menu > li > a {
color: #CFD8DC;
line-height: 20px;
padding: 5px 20px 5px 54px;
display: block;
font-weight: normal;
}
.sidebar .nav > li.has-sub .sub-menu {
list-style-type: none;
margin: 0;
padding: 10px 0;
}
.sidebar .nav > li.nav-header {
margin: 0;
padding: 10px 20px 5px;
line-height: 20px;
font-size: 12px;
color: #fff;
}
.sidebar .nav > li.nav-header a {
padding: 0;
margin: 0;
display: inline;
}
.sidebar .nav > li.nav-header a:hover,
.sidebar .nav > li.nav-header a:focus {
background: none;
color: #fff;
}
.sidebar .nav > li.nav-header a i {
float: none;
margin: 0;
}
.sidebar .nav > li.nav-profile {
padding: 20px;
color: #fff;
background: url(../img/profile_bg.jpg);
background-size: 100%;
background-repeat: no-repeat;
position: relative;
}
.sidebar .nav > li.nav-profile:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(23, 35, 41, 0.75);
display: block;
}
.sidebar .nav > li.nav-profile > a,
.sidebar .nav > li.nav-profile.active > a,
.sidebar .nav > li.nav-profile.active > a:hover,
.sidebar .nav > li.nav-profile.active > a:focus {
margin: -20px;
padding: 20px;
display: block;
color: #fff;
background: none;
}
.sidebar .nav > li.nav-profile > a:hover,
.sidebar .nav > li.nav-profile > a:focus {
background: none;
}
.sidebar .nav > li.nav-profile > a:before,
.sidebar .nav > li.nav-profile > a:after {
content: '';
display: table;
clear: both;
}
.sidebar .nav > li.nav-profile .image,
.sidebar .nav > li.nav-profile .info {
position: relative;
}
.sidebar .nav > li.nav-profile .image {
width: 50px;
height: 50px;
margin: 0 0 10px;
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.sidebar .nav > li.nav-profile .image img {
max-width: 100%;
max-height: 100%;
}
.sidebar .nav > li.nav-profile .info {
font-size: 16px;
font-weight: 500;
}
.sidebar .nav > li.nav-profile .info small {
display: block;
font-size: 12px;
line-height: 16px;
color: #9E9E9E;
}
.sidebar .nav > li.nav-profile .caret {
margin-top: 15px;
}
.sidebar li.active > a .caret,
.sidebar li.expand > a .caret {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.sidebar li .caret {
border-width: 5px;
margin-top: 8px;
float: right;
line-height: 20px;
text-align: center;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
}
.sidebar .nav > li.nav-widget {
padding: 10px 20px;
}
.sidebar .nav > li.nav-widget i {
margin-right: auto;
}
.page-sidebar-minified .sidebar {
width: 60px;
position: absolute;
}
.page-sidebar-minified .sidebar-bg {
width: 60px;
}
.page-sidebar-minified .content {
margin-left: 60px;
}
.page-sidebar-minified .footer {
margin-left: 85px;
}
.page-sidebar-minified .sidebar .slimScrollDiv,
.page-sidebar-minified .sidebar .slimScrollDiv > div {
overflow: visible !important;
}
.page-sidebar-minified .sidebar.sidebar-right .slimScrollDiv,
.page-sidebar-minified .sidebar.sidebar-right .slimScrollDiv > div {
overflow: hidden !important;
}
.page-sidebar-minified .sidebar .nav > li > a {
padding: 10px 17px;
}
.page-sidebar-minified .sidebar .nav-profile,
.page-sidebar-minified .sidebar .nav-header,
.page-sidebar-minified .sidebar .nav > li > a > span {
display: none;
}
.page-sidebar-minified .sidebar .caret {
position: absolute;
top: 10px;
right: 8px;
border: 4px solid transparent;
border-left: 4px solid;
}
.page-sidebar-minified .sidebar .sub-menu .caret {
top: 10px;
margin-top: 0 !important;
}
.page-sidebar-minified .sidebar .nav > li > a > i {
margin: 0;
}
.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu {
position: absolute;
left: 100%;
top: 0;
width: 220px;
display: none;
padding: 10px 0;
margin: 0;
background: #263238;
}
.page-sidebar-minified .sidebar li.active > a .caret,
.page-sidebar-minified .sidebar li.expand > a .caret,
.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu > li {
-webkit-animation: none;
animation: none;
-webkit-transform: none;
transform: none;
}
.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu > li > a {
padding: 5px 30px;
}
.page-sidebar-minified .sidebar .nav > li.has-sub:hover > a,
.page-sidebar-minified .sidebar .nav > li.has-sub:focus > a {
background: #263238;
}
.page-sidebar-minified .sidebar li.has-sub > .sub-menu {
display: none !important;
}
.page-sidebar-minified .sidebar li.has-sub:hover > .sub-menu,
.page-sidebar-minified .sidebar li.has-sub:focus > .sub-menu {
display: block !important;
overflow: visible !important;
}
.page-sidebar-minified .sidebar .nav li.has-sub {
position: relative;
}
.page-sidebar-minified .sidebar .nav > li.has-sub li.has-sub .sub-menu {
margin-top: -10px;
}
.sidebar-minify-btn {
margin: 10px 0;
float: right;
padding: 5px 20px 5px 10px !important;
background: #1b1f24;
color: #fff;
-webkit-border-radius: 20px 0 0 20px;
-moz-border-radius: 20px 0 0 20px;
border-radius: 20px 0 0 20px;
}
.sidebar-minify-btn i {
margin: 0 !important;
color: #fff;
}
.page-sidebar-minified .sidebar-minify-btn i:before {
content: '\f101';
}
.page-sidebar-minified.page-with-right-sidebar .content {
margin-right: 60px;
margin-left: 0;
}
.page-sidebar-minified.page-with-right-sidebar .footer {
margin-right: 85px;
margin-left: 25px;
}
.page-sidebar-minified.page-with-right-sidebar .sub-menu {
left: auto !important;
right: 100%;
}
.page-sidebar-minified.page-with-right-sidebar .nav > li.has-sub > a .caret {
position: absolute;
left: 5px;
border: 4px solid transparent;
border-right: 4px solid;
}
.page-sidebar-minified.page-with-right-sidebar .sidebar .sub-menu .caret {
left: 0;
top: 2px;
border-left: 4px solid transparent !important;
border-right: 4px solid !important;
}
.page-sidebar-minified.page-with-right-sidebar .sidebar .nav li.has-sub > .sub-menu {
padding: 10px 30px 10px 0;
}
.page-sidebar-minified.page-with-right-sidebar .sidebar .sub-menu:before {
right: 26px;
left: auto;
}
.page-sidebar-minified.page-with-right-sidebar .sidebar .sub-menu > li > a:before {
right: 0;
left: auto;
margin-right: -6px;
margin-left: 0;
}
.page-sidebar-minified.page-with-right-sidebar .sidebar-minify-btn i:before {
content: '\f100';
}
.page-sidebar-minified .sidebar .slimScrollBar,
.page-sidebar-minified .sidebar .slimScrollRail {
display: none !important;
}
.page-sidebar-minified .sidebar.sidebar-right .slimScrollBar {
display: block !important;
}
.sidebar .nav.nav-profile.active > li,
.sidebar .nav li.has-sub.expand > .sub-menu > li {
-webkit-animation: inToRight 0.3s both cubic-bezier(0.7, 0, 0.3, 1);
animation: inToRight 0.3s both cubic-bezier(0.7, 0, 0.3, 1);
}
.sidebar .nav.nav-profile.active > li:nth-child(2),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(2),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(2) {
-webkit-animation-delay: 45ms;
animation-delay: 45ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(3),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(3),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(3) {
-webkit-animation-delay: 60ms;
animation-delay: 60ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(4),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(4),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(4) {
-webkit-animation-delay: 75ms;
animation-delay: 75ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(5),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(5),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(5) {
-webkit-animation-delay: 90ms;
animation-delay: 90ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(6),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(6),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(6) {
-webkit-animation-delay: 105ms;
animation-delay: 105ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(7),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(7),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(7) {
-webkit-animation-delay: 120ms;
animation-delay: 120ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(8),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(8),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(8) {
-webkit-animation-delay: 135ms;
animation-delay: 135ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(9),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(9),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(9) {
-webkit-animation-delay: 150ms;
animation-delay: 150ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(10),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(10),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(10) {
-webkit-animation-delay: 165ms;
animation-delay: 165ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(11),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(11),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(11) {
-webkit-animation-delay: 180ms;
animation-delay: 180ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(12),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(12),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(12) {
-webkit-animation-delay: 195ms;
animation-delay: 195ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(13),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(13),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(13) {
-webkit-animation-delay: 210ms;
animation-delay: 210ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(14),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(14),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(14) {
-webkit-animation-delay: 225ms;
animation-delay: 225ms;
}
.sidebar .nav.nav-profile.active > li:nth-child(15),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(15),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(15) {
-webkit-animation-delay: 240ms;
animation-delay: 240ms;
}
.sidebar .nav.nav-profile > li,
.sidebar .nav li.has-sub.expand > .sub-menu > li {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
@-webkit-keyframes inToRight {
to {
-webkit-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
}
}
@keyframes inToRight {
to {
-webkit-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
}
}
.sidebar .nav.nav-profile.active {
display: block;
}
.sidebar .nav.nav-profile {
display: none;
padding: 5px 0;
border-bottom: 1px solid #263238;
margin-bottom: 5px;
}
.sidebar.sidebar-grid li.nav-profile > a,
.sidebar.sidebar-grid .nav.nav-profile > li > a {
border: none;
}
.sidebar.sidebar-light .nav.nav-profile {
border-bottom: 1px solid #E0E0E0;
}
.sidebar .nav > li.divider {
margin: 5px 0;
height: 1px;
background: #263238;
}
/* 2.5 Content & content elements */
.content {
margin-left: 220px;
padding: 30px;
}
.content.content-full-width {
padding: 0;
}
.content.content-full-width .page-header {
margin: 20px;
}
.content.content-full-width .breadcrumb {
margin: 0 20px 0 0;
}
.content.content-inverse-mode .page-header,
.content.content-inverse-mode .breadcrumb a,
.content.content-inverse-mode h1,
.content.content-inverse-mode h2,
.content.content-inverse-mode h3,
.content.content-inverse-mode h4,
.content.content-inverse-mode h5,
.content.content-inverse-mode h6 {
color: #fff;
}
.content.content-inverse-mode .breadcrumb .active,
.content.content-inverse-mode .page-header small {
color: #fff;
color: rgba(255,255,255,0.75);
}
.content.content-full-width .page-header,
.content.content-full-width .breadcrumb {
position: relative;
z-index: 10;
}
.content.content-full-width .breadcrumb {
z-index: 20;
}
.page-header {
font-size: 28px;
margin: 0 0 20px;
padding: 0;
border: none;
line-height: 28px;
font-weight: 300;
}
.page-header small {
font-weight: 300;
}
.breadcrumb {
padding: 0;
margin: 0;
background: none;
font-size: 14px;
}
.breadcrumb > li {
line-height: 28px;
}
.ie8 .breadcrumb > li {
display: inline;
}
.breadcrumb > li.active {
color: #757575;
}
.breadcrumb > li + li:before {
content: '›';
color: #000;
padding: 0 8px 0 5px;
}
/* 2.6 Footer & footer elements */
.footer {
z-index: 1020;
padding: 15px 0;
margin: 0 25px 0 250px;
border-top: 1px solid #CAD0D6;
line-height: 20px;
}
/* -------------------------------
3. Component Setting
------------------------------- */
/* 3.1 Component - Form Elements */
.form-control {
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control.input-white {
background: #fff;
border-color: #fff;
}
.form-control.input-white:focus {
box-shadow: none;
-webkit-box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background: #e0e0e0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:focus {
box-shadow: none;
-webkit-box-shadow: none;
border: 1px solid #ccd0d4;
}
.form-control:focus {
border-color: #616161;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control.input-inline {
display: inline;
width: auto;
padding: 0 7px;
}
.form-control.input-xs {
height: 20px;
}
.form-control.input-lg {
font-size: 14px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.form-horizontal.form-bordered .form-group {
border-bottom: 1px solid #eee;
margin: 0;
}
.form-horizontal.form-bordered .form-group:last-child {
border-bottom: 0;
}
.form-horizontal.form-bordered .form-group > .control-label {
padding: 22px 15px 15px;
}
.form-horizontal.form-bordered .form-group > div {
padding: 15px;
}
.form-horizontal.form-bordered .form-group > div {
border-left: 1px solid #eee;
}
.form-horizontal.form-bordered .form-group > .control-label {
border-right: 1px solid #eee;
margin-right: -1px;
}
.form-horizontal.form-bordered .has-feedback .form-control-feedback {
top: 15px;
}
label {
font-weight: 500;
}
.has-success .form-control,
.has-success .form-control:focus,
.has-warning .form-control,
.has-warning .form-control:focus,
.has-error .form-control,
.has-error .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback {
color: #009688;
}
.has-success .form-control {
border-color: #009688;
}
.has-success .form-control:focus {
border-color: #008a8a;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
color: #FF9800;
}
.has-warning .form-control {
border-color: #FF9800;
}
.has-warning .form-control:focus {
border-color: #c47d15;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
color: #F44336;
}
.has-error .form-control {
border-color: #F44336;
}
.has-error .form-control:focus {
border-color: #cc4946;
}
.form-control-feedback {
line-height: 34px;
}
.input-group-addon {
background: #E0E0E0;
border: none;
}
legend {
padding-bottom: 3px;
border-bottom: 1px solid #E0E0E0;
color: #212121;
}
.form-control.without-border {
border: none;
}
.form-control.inverse-mode {
background: url(../img/transparent/white-0.2.png);
background: rgba(255,255,255,0.2);
color: #fff;
}
/* 3.2 Component - Dropdown Menu */
.dropdown-menu {
border: none;
padding: 10px 0;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
box-shadow: 0 1px 3px rgba(0,0,0,0.25);
font-size: 13px;
}
.dropdown-menu > li > a {
padding: 5px 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background: #2196F3;
}
.dropdown-menu .divider {
border-color: #eee;
}
.dropdown-menu.media-list {
max-width: 280px;
padding: 0;
}
.dropdown-menu.media-list p {
text-overflow: ellipsis;
overflow: hidden;
margin-bottom: 4px;
max-width: 205px;
}
.dropdown-menu.media-list .dropdown-header {
padding: 10px 15px !important;
background: #e0e0e0;
position: relative;
margin-bottom: -1px;
}
.dropdown-menu.media-list > .media {
margin-top: 0;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
margin-bottom: -1px;
}
.dropdown-menu.media-list > .media.active {
border-color: #2196F3;
color: #BBDEFB !important;
position: relative;
}
.dropdown-menu.media-list > .media.active .media-heading {
color: #fff;
}
.dropdown-menu.media-list > .media > a {
display: block;
padding: 10px 15px !important;
}
.dropdown-menu.media-list > .media .media-left {
padding-right: 10px;
}
.dropdown-menu.media-list > .media .media-right {
padding-left: 10px;
}
.dropdown-menu.media-list > .media .media-object {
height: 36px;
width: 36px;
line-height: 36px;
font-size: 14px;
color: #fff;
text-align: center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.dropdown-menu.media-list > .media .media-object.material-icons {
font-size: 24px;
}
.dropdown-footer {
padding: 10px 20px;
}
.dropdown-menu > li.dropdown-footer > a {
padding: 0 !important;
display: inline !important;
}
.dropdown-menu > li.dropdown-footer > a:hover,
.dropdown-menu > li.dropdown-footer > a:focus {
background: none !important;
text-decoration: underline !important;
}
/* 3.3 Component - Tooltip */
.tooltip-inner {
padding: 4px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/* 3.4 Component - Alert */
.alert {
border: none;
}
.alert.alert-success {
background: #B2DFDB;
color: #004D40;
}
.alert.alert-info {
background: #B3E5FC;
color: #01579B;
}
.alert.alert-danger {
background: #FFCDD2;
color: #B71C1C;
}
.alert.alert-warning {
background: #FFE0B2;
color: #E65100;
}
/* 3.5 Component - Note Setting */
.note {
margin-bottom: 20px;
padding: 15px;
border-left: 3px solid;
}
.note.note-success {
border-color: #009688;
background: #B2DFDB;
color: #004D40;
}
.note.note-success h1,
.note.note-success h2,
.note.note-success h3,
.note.note-success h4,
.note.note-success h5,
.note.note-success h6 {
color: #004D40;
}
.note.note-danger {
border-color: #F44336;
background: #FFCDD2;
color: #B71C1C;
}
.note.note-danger h1,
.note.note-danger h2,
.note.note-danger h3,
.note.note-danger h4,
.note.note-danger h5,
.note.note-danger h6 {
color: #B71C1C;
}
.note.note-info {
border-color: #03A9F4;
background: #B3E5FC;
color: #01579B;
}
.note.note-info h1,
.note.note-info h2,
.note.note-info h3,
.note.note-info h4,
.note.note-info h5,
.note.note-info h6 {
color: #01579B;
}
.note.note-warning {
border-color: #FF9800;
background: #FFE0B2;
color: #E65100;
}
.note.note-warning h1,
.note.note-warning h2,
.note.note-warning h3,
.note.note-warning h4,
.note.note-warning h5,
.note.note-warning h6 {
color: #E65100;
}
/* 3.6 Component - Badge & Label Setting */
.badge {
font-size: 75%;
line-height: 1.25;
font-weight: 600;
}
.label {
font-size: 75%;
font-weight: 600;
}
.badge.badge-square {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.badge.badge-default,
.label.label-default {
background: #9E9E9E;
}
.badge.badge-danger,
.label.label-danger {
background: #F44336;
}
.badge.badge-warning,
.label.label-warning {
background: #FF9800;
}
.badge.badge-success,
.label.label-success {
background: #009688;
}
.badge.badge-info,
.label.label-info {
background: #00BCD4;
}
.badge.badge-primary,
.label.label-primary {
background: #2196F3;
}
.badge.badge-inverse,
.label.label-inverse {
background: #000;
}
/* 3.7 Component - Pagination & pager */
.pager li > a,
.pager li > span,
.pagination > li > a {
border-color: #E0E0E0;
color: #212121;
}
.pager.pager-without-border li > a,
.pager.pager-without-border li > span,
.pagination.pagination-without-border > li > a {
border-color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pager > .disabled > span,
.pager > .disabled > a {
opacity: 0.6;
filter: alpha(opacity=60);
border-color: #ddd;
}
.pagination > li > a {
color: #212121;
margin-left: 5px;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.pagination > li:first-child > a {
margin-left: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
font-size: 10px;
margin-left: 4px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
font-size: 14px;
margin-left: 6px;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li > span:hover,
.pager li > span:focus,
.pagination > li > a:hover,
.pagination > li > a:focus {
color: #212121;
background: #eee;
border-color: #e0e0e0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background: #212121 !important;
border-color: #212121 !important;
}
/* 3.8 Component - Progress bar */
.progress {
-webkit-box-shadow: none;
box-shadow: none;
background: #E0E0E0;
}
.progress-xs {
height: 5px;
}
.progress-xs .progress-bar {
line-height: 5px;
}
.progress-sm {
height: 10px;
}
.progress-sm .progress-bar {
line-height: 10px;
}
.progress-lg {
height: 30px;
}
.progress-lg .progress-bar {
line-height: 30px;
}
.progress-bar {
background: #2196F3;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress-bar.progress-bar-success {
background-color: #009688;
}
.progress-bar.progress-bar-info {
background-color: #03A9F4;
}
.progress-bar.progress-bar-warning {
background-color: #FF9800;
}
.progress-bar.progress-bar-danger {
background-color: #F44336;
}
.progress-bar.progress-bar-inverse {
background-color: #212121;
}
/* 3.9 Component - Nav Setting */
.nav > li > a {
color: #616161;
}
.nav > li > a:hover,
.nav > li > a:focus {
color: #212121;
background: #E0E0E0;
}
/* 3.10 Component - Nav Tabs */
.nav-tabs,
.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: none !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
color: #212121;
}
.nav-tabs {
background: #e0e0e0;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.nav-tabs.nav-tabs-inverse {
background: #212121;
}
.nav-tabs.nav-justified > li > a {
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.nav-tabs.nav-tabs-inverse > li.active > a,
.nav-tabs.nav-tabs-inverse > li.active > a:hover,
.nav-tabs.nav-tabs-inverse > li.active > a:focus {
color: #212121;
background: #fff;
}
.nav-tabs.nav-tabs-inverse > li > a:hover,
.nav-tabs.nav-tabs-inverse > li > a:focus {
color: #fff;
background: none;
}
.nav-tabs > li,
.nav-tabs.nav-justified > li {
margin-bottom: 0;
}
.nav-tabs > li > a {
margin-right: 5px;
line-height: 20px;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
/* 3.11 Component - Nav Pills */
.nav-pills {
margin-bottom: 10px;
}
.nav-pills > li + li {
margin-left: 5px;
}
.nav-pills > li > a {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
background: #212121;
}
.nav-stacked > li + li {
margin-left: 0;
margin-top: 5px;
}
/* 3.12 Component - Tab Content */
.tab-content {
padding: 15px;
margin-bottom: 20px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.nav-tabs + .tab-content {
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
/* 3.13 Component - Accordion Panel */
.panel-title a {
display: block;
}
.panel-title > a:hover,
.panel-title > a:focus {
text-decoration: none;
}
.panel-inverse .panel-title > a:hover,
.panel-inverse .panel-title > a:focus {
color: #9E9E9E;
}
.panel-group .panel+.panel {
margin-top: 10px;
}
/* 3.14 Component - Button */
.btn {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.2);
box-shadow: 0 0 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.2);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
outline: none;
}
.btn-icon,
.btn.btn-icon {
display: inline-block;
width: 28px;
height: 28px;
padding: 0;
border: none;
line-height: 28px;
text-align: center;
font-size: 14px;
}
.btn-circle,
.btn.btn-circle {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.btn-icon.btn-xs {
width: 16px;
height: 16px;
font-size: 8px;
line-height: 16px;
}
.btn-icon.btn-sm {
width: 22px;
height: 22px;
font-size: 11px;
line-height: 22px;
}
.btn-icon.btn-lg {
width: 34px;
height: 34px;
font-size: 17px;
line-height: 34px;
}
.btn-scroll-to-top {
position: fixed;
bottom: 20px;
right: 25px;
z-index: 1020;
font-size: 23px !important;
width: 40px !important;
height: 40px !important;
line-height: 40px !important;
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.page-with-right-sidebar .btn-scroll-to-top {
left: 25px;
right: auto;
}
.btn-block {
padding-left: 12px;
padding-right: 12px;
}
.btn:active,
.btn-group .btn:active {
-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2),0 6px 6px rgba(0,0,0,0.23);
box-shadow: 0 10px 20px rgba(0,0,0,0.2),0 6px 6px rgba(0,0,0,0.23);
}
.btn.active,
.btn-group .btn.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}
.btn-link,
.btn-group .btn {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-group {
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.2);
box-shadow: 0 0 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.2);
}
.btn-link:hover,
.btn-link:focus {
text-decoration: none;
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
margin-left: 0;
}
/* 3.14.1 Component - Button - Default */
.btn.btn-default {
color: #212121;
background: #fff;
border-color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus,
.btn-default.focus,
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
background: #EEEEEE;
border-color: #EEEEEE;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
border-color: #BDBDBD;
}
.btn-group .btn.btn-default:not(.active) + .btn.btn-default,
.input-group-btn .btn.btn-default:not(.active) + .btn.btn-default {
border-left-color: #BDBDBD;
}
/* 3.14.2 Component - Button - White */
.btn.btn-white {
font-weight: normal;
color: #333;
background: #fff;
border-color: #fff;
}
.btn.btn-white.btn-white-without-border {
border-color: #fff;
}
.btn.btn-white.btn-white-without-border.active,
.btn.btn-white.btn-white-without-border.active:hover,
.btn.btn-white.btn-white-without-border.active:focus {
border-color: #EEEEEE;
}
.btn.btn-white.btn-white-without-border:hover,
.btn.btn-white.btn-white-without-border:focus {
border-color: #EEEEEE;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:active:focus,
.btn-white.focus,
.btn-white.active,
.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.open > .dropdown-toggle.btn-white,
.open > .dropdown-toggle.btn-white.focus,
.open > .dropdown-toggle.btn-white:focus,
.open > .dropdown-toggle.btn-white:hover {
background: #EEEEEE;
border-color: #EEEEEE;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.active,
.btn-white.active.focus,
.btn-white.active:hover,
.btn-white.active:focus,
.btn-white:active:focus,
.btn-white:active:hover {
border-color: #BDBDBD;
}
.btn-group .btn.btn-white:not(.active) + .btn.btn-white,
.input-group-btn .btn.btn-white:not(.active) + .btn.btn-white {
border-left-color: #BDBDBD;
}
/* 3.14.3 Component - Button - Inverse */
.btn.btn-inverse {
color: #fff;
background: #212121;
border-color: #212121;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse:active:focus,
.btn-inverse.focus,
.btn-inverse.active,
.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.open > .dropdown-toggle.btn-inverse,
.open > .dropdown-toggle.btn-inverse.focus,
.open > .dropdown-toggle.btn-inverse:focus,
.open > .dropdown-toggle.btn-inverse:hover {
background: #424242;
border-color: #424242;
}
.btn-group .btn.btn-inverse:not(.active) + .btn.btn-inverse,
.input-group-btn .btn.btn-inverse:not(.active) + .btn.btn-inverse {
border-left-color: #000;
}
/* 3.14.4 Component - Button - Primary */
.btn.btn-primary {
color: #fff;
background: #2196F3;
border-color: #2196F3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.focus,
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
background: #42A5F5;
border-color: #42A5F5;
}
.btn-group .btn.btn-primary:not(.active) + .btn.btn-primary,
.input-group-btn .btn.btn-primary:not(.active) + .btn.btn-primary {
border-left-color: #1E88E5;
}
/* 3.14.5 Component - Button - Success */
.btn.btn-success {
color: #fff;
background: #009688;
border-color: #009688;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus,
.btn-success.focus,
.btn-success.active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
background: #26A69A;
border-color: #26A69A;
}
.btn-group .btn.btn-success:not(.active) + .btn.btn-success,
.input-group-btn .btn.btn-success:not(.active) + .btn.btn-success {
border-left-color: #00897B;
}
/* 3.14.6 Component - Button - Warning */
.btn.btn-warning {
color: #fff;
background: #FF9800;
border-color: #FF9800;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:active:focus,
.btn-warning.focus,
.btn-warning.active,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
background: #FFA726;
border-color: #FFA726;
}
.btn-group .btn.btn-warning:not(.active) + .btn.btn-warning,
.input-group-btn .btn.btn-warning:not(.active) + .btn.btn-warning {
border-left-color: #FB8C00;
}
/* 3.14.7 Component - Button - Danger */
.btn.btn-danger {
color: #fff;
background: #F44336;
border-color: #F44336;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:focus,
.btn-danger.focus,
.btn-danger.active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
background: #EF5350;
border-color: #EF5350;
}
.btn-group .btn.btn-danger:not(.active) + .btn.btn-danger,
.input-group-btn .btn.btn-danger:not(.active) + .btn.btn-danger {
border-left-color: #E53935;
}
/* 3.14.8 Component - Button - Info */
.btn.btn-info {
color: #fff;
background: #00BCD4;
border-color: #00BCD4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:focus,
.btn-info.focus,
.btn-info.active,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
background: #26C6DA;
border-color: #26C6DA;
}
.btn-group .btn.btn-info:not(.active) + .btn.btn-info,
.input-group-btn .btn.btn-info:not(.active) + .btn.btn-info {
border-left-color: #00ACC1;
}
/* 3.14.9 Component - Button - Pink */
.btn.btn-pink {
color: #fff;
background: #E91E63;
border-color: #E91E63;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink:active:focus,
.btn-pink.focus,
.btn-pink.active,
.btn-pink.active.focus,
.btn-pink.active:focus,
.btn-pink.active:hover,
.btn-pink:active.focus,
.btn-pink:active:focus,
.btn-pink:active:hover,
.open > .dropdown-toggle.btn-pink,
.open > .dropdown-toggle.btn-pink.focus,
.open > .dropdown-toggle.btn-pink:focus,
.open > .dropdown-toggle.btn-pink:hover {
background: #EC407A;
border-color: #EC407A;
}
.btn-group .btn.btn-pink:not(.active) + .btn.btn-pink,
.input-group-btn .btn.btn-pink:not(.active) + .btn.btn-pink {
border-left-color: #D81B60;
}
/* 3.14.10 Component - Button - Purple */
.btn.btn-purple {
color: #fff;
background: #9C27B0;
border-color: #9C27B0;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple:active:focus,
.btn-purple.focus,
.btn-purple.active,
.btn-purple.active.focus,
.btn-purple.active:focus,
.btn-purple.active:hover,
.btn-purple:active.focus,
.btn-purple:active:focus,
.btn-purple:active:hover,
.open > .dropdown-toggle.btn-purple,
.open > .dropdown-toggle.btn-purple.focus,
.open > .dropdown-toggle.btn-purple:focus,
.open > .dropdown-toggle.btn-purple:hover {
background: #AB47BC;
border-color: #AB47BC;
}
.btn-group .btn.btn-purple:not(.active) + .btn.btn-purple,
.input-group-btn .btn.btn-purple:not(.active) + .btn.btn-purple {
border-left-color: #8E24AA;
}
/* 3.14.11 Component - Button - Deep Purple */
.btn.btn-deep-purple {
color: #fff;
background: #673AB7;
border-color: #673AB7;
}
.btn-deep-purple:hover,
.btn-deep-purple:focus,
.btn-deep-purple:active,
.btn-deep-purple:active:focus,
.btn-deep-purple.focus,
.btn-deep-purple.active,
.btn-deep-purple.active.focus,
.btn-deep-purple.active:focus,
.btn-deep-purple.active:hover,
.btn-deep-purple:active.focus,
.btn-deep-purple:active:focus,
.btn-deep-purple:active:hover,
.open > .dropdown-toggle.btn-deep-purple,
.open > .dropdown-toggle.btn-deep-purple.focus,
.open > .dropdown-toggle.btn-deep-purple:focus,
.open > .dropdown-toggle.btn-deep-purple:hover {
background: #7E57C2;
border-color: #7E57C2;
}
.btn-group .btn.btn-deep-purple:not(.active) + .btn.btn-deep-purple,
.input-group-btn .btn.btn-deep-purple:not(.active) + .btn.btn-deep-purple {
border-left-color: #5E35B1;
}
/* 3.14.12 Component - Button - Indigo */
.btn.btn-indigo {
color: #fff;
background: #3F51B5;
border-color: #3F51B5;
}
.btn-indigo:hover,
.btn-indigo:focus,
.btn-indigo:active,
.btn-indigo:active:focus,
.btn-indigo.focus,
.btn-indigo.active,
.btn-indigo.active.focus,
.btn-indigo.active:focus,
.btn-indigo.active:hover,
.btn-indigo:active.focus,
.btn-indigo:active:focus,
.btn-indigo:active:hover,
.open > .dropdown-toggle.btn-indigo,
.open > .dropdown-toggle.btn-indigo.focus,
.open > .dropdown-toggle.btn-indigo:focus,
.open > .dropdown-toggle.btn-indigo:hover {
background: #5C6BC0;
border-color: #5C6BC0;
}
.btn-group .btn.btn-indigo:not(.active) + .btn.btn-indigo,
.input-group-btn .btn.btn-indigo:not(.active) + .btn.btn-indigo {
border-left-color: #3949AB;
}
/* 3.14.13 Component - Button - Light Blue */
.btn.btn-light-blue {
color: #fff;
background: #03A9F4;
border-color: #03A9F4;
}
.btn-light-blue:hover,
.btn-light-blue:focus,
.btn-light-blue:active,
.btn-light-blue:active:focus,
.btn-light-blue.focus,
.btn-light-blue.active,
.btn-light-blue.active.focus,
.btn-light-blue.active:focus,
.btn-light-blue.active:hover,
.btn-light-blue:active.focus,
.btn-light-blue:active:focus,
.btn-light-blue:active:hover,
.open > .dropdown-toggle.btn-light-blue,
.open > .dropdown-toggle.btn-light-blue.focus,
.open > .dropdown-toggle.btn-light-blue:focus,
.open > .dropdown-toggle.btn-light-blue:hover {
background: #29B6F6;
border-color: #29B6F6;
}
.btn-group .btn.btn-light-blue:not(.active) + .btn.btn-light-blue,
.input-group-btn .btn.btn-light-blue:not(.active) + .btn.btn-light-blue {
border-left-color: #039BE5;
}
/* 3.14.14 Component - Button - Light Green */
.btn.btn-light-green {
color: #fff;
background: #8BC34A;
border-color: #8BC34A;
}
.btn-light-green:hover,
.btn-light-green:focus,
.btn-light-green:active,
.btn-light-green:active:focus,
.btn-light-green.focus,
.btn-light-green.active,
.btn-light-green.active.focus,
.btn-light-green.active:focus,
.btn-light-green.active:hover,
.btn-light-green:active.focus,
.btn-light-green:active:focus,
.btn-light-green:active:hover,
.open > .dropdown-toggle.btn-light-green,
.open > .dropdown-toggle.btn-light-green.focus,
.open > .dropdown-toggle.btn-light-green:focus,
.open > .dropdown-toggle.btn-light-green:hover {
background: #9CCC65;
border-color: #9CCC65;
}
.btn-group .btn.btn-light-green:not(.active) + .btn.btn-light-green,
.input-group-btn .btn.btn-light-green:not(.active) + .btn.btn-light-green {
border-left-color: #7CB342;
}
/* 3.14.15 Component - Button - Lime */
.btn.btn-lime {
color: #fff;
background: #CDDC39;
border-color: #CDDC39;
}
.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active,
.btn-lime:active:focus,
.btn-lime.focus,
.btn-lime.active,
.btn-lime.active.focus,
.btn-lime.active:focus,
.btn-lime.active:hover,
.btn-lime:active.focus,
.btn-lime:active:focus,
.btn-lime:active:hover,
.open > .dropdown-toggle.btn-lime,
.open > .dropdown-toggle.btn-lime.focus,
.open > .dropdown-toggle.btn-lime:focus,
.open > .dropdown-toggle.btn-lime:hover {
background: #D4E157;
border-color: #D4E157;
}
.btn-group .btn.btn-lime:not(.active) + .btn.btn-lime,
.input-group-btn .btn.btn-lime:not(.active) + .btn.btn-lime {
border-left-color: #C0CA33;
}
/* 3.14.16 Component - Button - Yellow */
.btn.btn-yellow {
color: #fff;
background: #FFEB3B;
border-color: #FFEB3B;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow:active:focus,
.btn-yellow.focus,
.btn-yellow.active,
.btn-yellow.active.focus,
.btn-yellow.active:focus,
.btn-yellow.active:hover,
.btn-yellow:active.focus,
.btn-yellow:active:focus,
.btn-yellow:active:hover,
.open > .dropdown-toggle.btn-yellow,
.open > .dropdown-toggle.btn-yellow.focus,
.open > .dropdown-toggle.btn-yellow:focus,
.open > .dropdown-toggle.btn-yellow:hover {
background: #FFEE58;
border-color: #FFEE58;
}
.btn-group .btn.btn-yellow:not(.active) + .btn.btn-yellow,
.input-group-btn .btn.btn-yellow:not(.active) + .btn.btn-yellow {
border-left-color: #FDD835;
}
/* 3.14.17 Component - Button - Amber */
.btn.btn-amber {
color: #fff;
background: #FFC107;
border-color: #FFC107;
}
.btn-amber:hover,
.btn-amber:focus,
.btn-amber:active,
.btn-amber:active:focus,
.btn-amber.focus,
.btn-amber.active,
.btn-amber.active.focus,
.btn-amber.active:focus,
.btn-amber.active:hover,
.btn-amber:active.focus,
.btn-amber:active:focus,
.btn-amber:active:hover,
.open > .dropdown-toggle.btn-amber,
.open > .dropdown-toggle.btn-amber.focus,
.open > .dropdown-toggle.btn-amber:focus,
.open > .dropdown-toggle.btn-amber:hover {
background: #FFCA28;
border-color: #FFCA28;
}
.btn-group .btn.btn-amber:not(.active) + .btn.btn-amber,
.input-group-btn .btn.btn-amber:not(.active) + .btn.btn-amber {
border-left-color: #FFB300;
}
/* 3.14.18 Component - Button - Deep Orange */
.btn.btn-deep-orange {
color: #fff;
background: #FF5722;
border-color: #FF5722;
}
.btn-deep-orange:hover,
.btn-deep-orange:focus,
.btn-deep-orange:active,
.btn-deep-orange:active:focus,
.btn-deep-orange.focus,
.btn-deep-orange.active,
.btn-deep-orange.active.focus,
.btn-deep-orange.active:focus,
.btn-deep-orange.active:hover,
.btn-deep-orange:active.focus,
.btn-deep-orange:active:focus,
.btn-deep-orange:active:hover,
.open > .dropdown-toggle.btn-deep-orange,
.open > .dropdown-toggle.btn-deep-orange.focus,
.open > .dropdown-toggle.btn-deep-orange:focus,
.open > .dropdown-toggle.btn-deep-orange:hover {
background: #FF7043;
border-color: #FF7043;
}
.btn-group .btn.btn-deep-orange:not(.active) + .btn.btn-deep-orange,
.input-group-btn .btn.btn-deep-orange:not(.active) + .btn.btn-deep-orange {
border-left-color: #F4511E;
}
/* 3.14.19 Component - Button - Brown */
.btn.btn-brown {
color: #fff;
background: #795548;
border-color: #795548;
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown:active:focus,
.btn-brown.focus,
.btn-brown.active,
.btn-brown.active.focus,
.btn-brown.active:focus,
.btn-brown.active:hover,
.btn-brown:active.focus,
.btn-brown:active:focus,
.btn-brown:active:hover,
.open > .dropdown-toggle.btn-brown,
.open > .dropdown-toggle.btn-brown.focus,
.open > .dropdown-toggle.btn-brown:focus,
.open > .dropdown-toggle.btn-brown:hover {
background: #8D6E63;
border-color: #8D6E63;
}
.btn-group .btn.btn-brown:not(.active) + .btn.btn-brown,
.input-group-btn .btn.btn-brown:not(.active) + .btn.btn-brown {
border-left-color: #6D4C41;
}
/* 3.14.20 Component - Button - Blue Grey */
.btn.btn-blue-grey {
color: #fff;
background: #607D8B;
border-color: #607D8B;
}
.btn-blue-grey:hover,
.btn-blue-grey:focus,
.btn-blue-grey:active,
.btn-blue-grey:active:focus,
.btn-blue-grey.focus,
.btn-blue-grey.active,
.btn-blue-grey.active.focus,
.btn-blue-grey.active:focus,
.btn-blue-grey.active:hover,
.btn-blue-grey:active.focus,
.btn-blue-grey:active:focus,
.btn-blue-grey:active:hover,
.open > .dropdown-toggle.btn-blue-grey,
.open > .dropdown-toggle.btn-blue-grey.focus,
.open > .dropdown-toggle.btn-blue-grey:focus,
.open > .dropdown-toggle.btn-blue-grey:hover {
background: #78909C;
border-color: #78909C;
}
.btn-group .btn.btn-blue-grey:not(.active) + .btn.btn-blue-grey,
.input-group-btn .btn.btn-blue-grey:not(.active) + .btn.btn-blue-grey {
border-left-color: #546E7A;
}
/* 3.14.21 Component - Button - Grey */
.btn.btn-grey {
color: #fff;
background: #9E9E9E;
border-color: #9E9E9E;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey:active:focus,
.btn-grey.focus,
.btn-grey.active,
.btn-grey.active.focus,
.btn-grey.active:focus,
.btn-grey.active:hover,
.btn-grey:active.focus,
.btn-grey:active:focus,
.btn-grey:active:hover,
.open > .dropdown-toggle.btn-grey,
.open > .dropdown-toggle.btn-grey.focus,
.open > .dropdown-toggle.btn-grey:focus,
.open > .dropdown-toggle.btn-grey:hover {
background: #BDBDBD;
border-color: #BDBDBD;
}
.btn-group .btn.btn-grey:not(.active) + .btn.btn-grey,
.input-group-btn .btn.btn-grey:not(.active) + .btn.btn-grey {
border-left-color: #757575;
}
/* 3.15 Component - Panel */
.panel {
border: none;
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
box-shadow: 0 2px 3px rgba(0,0,0,0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.panel.panel-no-rounded-corner .panel-heading,
.panel.panel-no-rounded-corner .panel-body,
.panel.panel-no-rounded-corner .panel-footer {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.panel-heading {
padding: 10px 15px;
border: none;
}
.panel-heading + .table,
.panel-heading + .slimScrollDiv {
border-top: 1px solid #eee;
}
.panel-heading-btn {
float: right;
}
.panel-heading-btn > a {
margin-left: 8px;
}
.panel-heading .btn-group .btn {
margin-top: -7px;
}
.panel-heading .btn-group .btn.btn-sm {
margin-top: -5px;
}
.panel-heading .btn-group .btn.btn-xs {
margin-top: -1px;
}
.panel-heading .label.pull-left,
.panel-heading .label.pull-right {
line-height: 15px;
}
.panel-heading .progress.pull-right,
.panel-heading .progress.pull-left {
width: 40%;
min-width: 120px;
}
.panel-heading + .alert {
margin-bottom: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.panel-with-tabs.panel-default .panel-heading {
background: #E0E0E0;
color: #333;
}
.panel-heading .nav-tabs {
margin-top: -10px;
margin-right: -15px;
}
.panel-heading .nav-tabs > li > a {
padding: 10px 15px;
line-height: 20px;
}
.panel-title {
line-height: 20px;
font-size: 14px;
}
.panel-title .accordion-toggle {
margin: -10px -15px;
padding: 10px 15px;
}
.panel-title .accordion-toggle.accordion-toggle-styled .fa:before {
content: '\f056';
}
.panel-title .accordion-toggle.accordion-toggle-styled.collapsed .fa:before {
content: '\f055';
}
.panel-title .pull-right {
line-height: 20px;
}
.panel-toolbar {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 10px 15px;
background: #fff;
}
.panel-toolbar + .form-control {
margin: -1px 0 0;
border-right: none;
border-left: none;
}
.panel-group .panel {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.form-control + .panel-footer {
border-top: none;
}
.panel-body {
padding: 15px;
}
.panel-body.no-border {
border: none !important;
}
.panel-body.panel-table,
.panel-body.panel-form,
.panel-body.no-padding,
.panel-body.panel-full-width {
padding: 0 !important;
}
.panel-body.with-table > .table {
border: 0;
margin: 0;
}
.panel-body.with-table > .table tr:last-child th,
.panel-body.with-table > .table tr:last-child td{
border-bottom: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
border-top: 1px solid #eee;
}
.panel-footer {
background: #fff;
border-top: 1px solid #eee;
}
.panel .tab-content {
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.panel-default > .panel-heading {
background: #fafafa;
}
.panel-inverse > .panel-heading,
.panel-success > .panel-heading,
.panel-warning > .panel-heading,
.panel-danger > .panel-heading,
.panel-primary > .panel-heading,
.panel-info > .panel-heading {
color: #fff;
}
.panel-inverse > .panel-heading { background: #212121; }
.panel-success > .panel-heading { background: #009688; }
.panel-warning > .panel-heading { background: #FF9800; }
.panel-danger > .panel-heading { background: #F44336; }
.panel-primary > .panel-heading { background: #2196F3; }
.panel-info > .panel-heading { background: #00BCD4; }
/* 3.16.Component - Panel - Panel Expand */
.panel.panel-expand {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
overflow: hidden;
z-index: 1080;
}
.panel-expand .height-xs,
.panel-expand .height-sm,
.panel-expand .height-md,
.panel-expand .height-lg,
.panel-expand .height-full {
height: 100% !important;
}
@keyframes panelExpand {
from { top: 50%; left: 50%; right: 50%; bottom: 50%; }
to { top: 0; left: 0; right: 0; bottom: 0; }
}
@-webkit-keyframes panelExpand {
from { top: 50%; left: 50%; right: 50%; bottom: 50%; }
to { top: 0; left: 0; right: 0; bottom: 0; }
}
.panel.panel-expand > .panel-heading .fa.fa-expand:before {
content: '\f066';
}
.panel.panel-expand,
.panel.panel-expand > .panel-heading,
.panel.panel-expand > .panel-body {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.panel.panel-expand > .panel-body {
position: absolute;
right: 0;
left: 0;
bottom: 0;
top: 40px;
overflow-y: scroll;
z-index: 1020;
}
.panel.panel-expand > .panel-footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
/* 3.17 Component - Panel - Panel loading */
.panel.panel-loading .panel-body {
position: relative;
z-index: 0;
}
.panel.panel-loading.panel-expand .panel-body {
position: absolute;
}
.panel.panel-loading .panel-body .panel-loader {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
opacity: 0.9;
filter: alpha(opacity=90);
animation: fadeIn .2s;
-webkit-animation: fadeIn .2s;
z-index: 1020;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@-webkit-keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
/* 3.18 Component - Modal Setting */
.modal-content {
border: none;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.modal-header {
padding: 12px 15px;
border-bottom-color: #E0E0E0;
}
.modal-header .close {
margin-top: 2px;
}
.modal-body {
padding: 15px;
}
.modal-footer {
border-top-color: #E0E0E0;
padding: 14px 15px 15px;
}
.modal-message .modal-dialog {
width: 100%;
}
.modal-message .modal-content {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.modal-message .modal-header,
.modal-message .modal-body,
.modal-message .modal-footer {
width: 60%;
border: none;
margin: 0 auto;
}
.modal-backdrop.fade.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
/* 3.19 Component - Media Object */
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media .media-object {
width: 128px;
}
.media.media-lg .media-object {
width: 256px;
}
.media.media-sm .media-object {
width: 64px;
}
.media.media-xs .media-object {
width: 32px;
}
.media > .pull-left,
.media > .media-left {
padding-right: 15px;
}
.media > .pull-right,
.media > .media-right {
padding-left: 15px;
}
.media a:not(.btn):hover,
.media a:not(.btn):focus,
.media a:not(.btn):hover .media-heading,
.media a:not(.btn):focus .media-heading,
.media a:not(.btn).media-heading:hover,
.media a:not(.btn).media-heading:focus {
color: #212121;
text-decoration: none;
}
.media-list.media-list-with-divider > li + li {
border-top: 1px solid #eee;
padding-top: 20px;
}
/* 3.20 Component - Table */
.table {
border-color: #E0E0E0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #fff;
}
.table > thead > tr > th {
color: #212121;
font-weight: 600;
border-bottom: 2px solid #E0E0E0 !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
border-color: #E0E0E0;
padding: 10px 15px;
background: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 7px 15px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background: #e8ecf1 !important;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background: #F5F5F5;
}
.table.table-inverse {
background: none;
}
.table.table-inverse > thead > tr > th,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > th,
.table.table-inverse > thead > tr > td,
.table.table-inverse > tbody > tr > td,
.table.table-inverse > tfoot > tr > td {
border-color: #999 !important;
border-color: rgba(0,0,0,0.2) !important;
background: none;
}
.table.table-inverse,
.table.table-inverse > thead > tr > th,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > th {
color: #fff;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background: #E1F5FE;
border-color: #81D4FA;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background: #E0F2F1;
border-color: #80CBC4;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background: #FFEBEE;
border-color: #EF9A9A;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background: #FFF3E0;
border-color: #FFCC80;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background: #F5F5F5;
border-color: #e9e9e9;
}
.table.table-without-bg,
.table.table-without-bg tr td,
.table.table-without-bg tr th {
background: none;
}
/* 3.21 Component - Well */
.well {
padding: 15px;
background: #fff;
box-shadow: none;
-webkit-box-shadow: none;
}
.well-sm {
padding: 10px;
}
.well-lg {
padding: 30px;
}
/* 3.22 Component - Jumbotron */
.jumbotron {
background: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 56px;
}
.jumbotron p {
font-size: 18px;
}
/* 3.23 Component - List Group */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
background: #2196F3;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #212121;
}
.nav.nav-pills.nav-sm > li {
margin: 0 0 3px;
}
.nav.nav-pills.nav-sm > li a {
padding: 8px 10px;
line-height: 1.5;
}
/* 3.24 Component - Carousel */
.carousel .carousel-control .fa {
position: absolute;
top: 50%;
z-index: 5;
display: block;
width: 30px;
height: 30px;
margin-top: -15px;
text-align: center;
line-height: 30px;
margin-left: -15px;
}
.carousel .carousel-control.left .fa {
margin-left: 15px;
}
/* -------------------------------
4.0 Predefined CSS Setting
------------------------------- */
/* 4.1 Predefined Classes */
.row { margin: 0 -10px; }
.row > [class*="col-"] { padding: 0 10px; }
.row.row-space-0 { margin: 0; }
.row.row-space-2 { margin: 0 -1px; }
.row.row-space-4 { margin: 0 -2px; }
.row.row-space-6 { margin: 0 -3px; }
.row.row-space-8 { margin: 0 -4px; }
.row.row-space-10 { margin: 0 -5px; }
.row.row-space-12 { margin: 0 -6px; }
.row.row-space-14 { margin: 0 -7px; }
.row.row-space-16 { margin: 0 -8px; }
.row.row-space-18 { margin: 0 -9px; }
.row.row-space-18 { margin: 0 -10px; }
.row.row-space-22 { margin: 0 -11px; }
.row.row-space-24 { margin: 0 -12px; }
.row.row-space-26 { margin: 0 -13px; }
.row.row-space-28 { margin: 0 -14px; }
.row.row-space-30 { margin: 0 -15px; }
.row.row-space-0 > [class*="col-"] { padding: 0; }
.row.row-space-2 > [class*="col-"] { padding: 0 1px; }
.row.row-space-4 > [class*="col-"] { padding: 0 2px; }
.row.row-space-6 > [class*="col-"] { padding: 0 3px; }
.row.row-space-8 > [class*="col-"] { padding: 0 4px; }
.row.row-space-10 > [class*="col-"] { padding: 0 5px; }
.row.row-space-12 > [class*="col-"] { padding: 0 6px; }
.row.row-space-14 > [class*="col-"] { padding: 0 7px; }
.row.row-space-16 > [class*="col-"] { padding: 0 8px; }
.row.row-space-18 > [class*="col-"] { padding: 0 9px; }
.row.row-space-20 > [class*="col-"] { padding: 0 10px; }
.row.row-space-22 > [class*="col-"] { padding: 0 11px; }
.row.row-space-24 > [class*="col-"] { padding: 0 12px; }
.row.row-space-26 > [class*="col-"] { padding: 0 13px; }
.row.row-space-28 > [class*="col-"] { padding: 0 14px; }
.row.row-space-30 > [class*="col-"] { padding: 0 15px; }
.semi-bold { font-weight: 600; }
.overflow-auto { overflow: auto !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-visible { overflow: visible !important; }
.overflow-scroll { overflow: scroll !important; }
.overflow-x-hidden { overflow-x: hidden !important; }
.overflow-x-visible { overflow-x: visible !important; }
.overflow-x-scroll { overflow-x: scroll !important; }
.overflow-y-hidden { overflow-y: hidden !important; }
.overflow-y-visible { overflow-y: visible !important; }
.overflow-y-scroll { overflow-y: scroll !important; }
.m-auto { margin: 0 auto !important; }
.m-0 { margin: 0px !important; }
.m-1 { margin: 1px !important; }
.m-2 { margin: 2px !important; }
.m-3 { margin: 3px !important; }
.m-4 { margin: 4px !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-25 { margin: 25px !important; }
.m-30 { margin: 30px !important; }
.m-35 { margin: 35px !important; }
.m-40 { margin: 40px !important; }
.m-t-0 { margin-top: 0px !important; }
.m-t-1 { margin-top: 1px !important; }
.m-t-2 { margin-top: 2px !important; }
.m-t-3 { margin-top: 3px !important; }
.m-t-4 { margin-top: 4px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-35 { margin-top: 35px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-r-0 { margin-right: 0px !important; }
.m-r-1 { margin-right: 1px !important; }
.m-r-2 { margin-right: 2px !important; }
.m-r-3 { margin-right: 3px !important; }
.m-r-4 { margin-right: 4px !important; }
.m-r-5 { margin-right: 5px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-r-35 { margin-right: 35px !important; }
.m-r-40 { margin-right: 40px !important; }
.m-b-0 { margin-bottom: 0px !important; }
.m-b-1 { margin-bottom: 1px !important; }
.m-b-2 { margin-bottom: 2px !important; }
.m-b-3 { margin-bottom: 3px !important; }
.m-b-4 { margin-bottom: 4px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-l-0 { margin-left: 0px !important; }
.m-l-1 { margin-left: 1px !important; }
.m-l-2 { margin-left: 2px !important; }
.m-l-3 { margin-left: 3px !important; }
.m-l-4 { margin-left: 4px !important; }
.m-l-5 { margin-left: 5px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-25 { margin-left: 25px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-l-35 { margin-left: 35px !important; }
.m-l-40 { margin-left: 40px !important; }
.p-0 { padding: 0px !important; }
.p-1 { padding: 1px !important; }
.p-2 { padding: 2px !important; }
.p-3 { padding: 3px !important; }
.p-4 { padding: 4px !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-15, .wrapper { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-25 { padding: 25px !important; }
.p-30 { padding: 30px !important; }
.p-35 { padding: 35px !important; }
.p-40 { padding: 40px !important; }
.p-t-0 { padding-top: 0px !important; }
.p-t-1 { padding-top: 1px !important; }
.p-t-2 { padding-top: 2px !important; }
.p-t-3 { padding-top: 3px !important; }
.p-t-4 { padding-top: 4px !important; }
.p-t-5 { padding-top: 5px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-35 { padding-top: 35px !important; }
.p-t-40 { padding-top: 40px !important; }
.p-r-0 { padding-right: 0px !important; }
.p-r-1 { padding-right: 1px !important; }
.p-r-2 { padding-right: 2px !important; }
.p-r-3 { padding-right: 3px !important; }
.p-r-4 { padding-right: 4px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-r-25 { padding-right: 25px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-r-35 { padding-right: 35px !important; }
.p-r-40 { padding-right: 40px !important; }
.p-b-0 { padding-bottom: 0px !important; }
.p-b-1 { padding-bottom: 1px !important; }
.p-b-2 { padding-bottom: 2px !important; }
.p-b-3 { padding-bottom: 3px !important; }
.p-b-4 { padding-bottom: 4px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-b-35 { padding-bottom: 35px !important; }
.p-b-40 { padding-bottom: 40px !important; }
.p-l-0 { padding-left: 0px !important; }
.p-l-1 { padding-left: 1px !important; }
.p-l-2 { padding-left: 2px !important; }
.p-l-3 { padding-left: 3px !important; }
.p-l-4 { padding-left: 4px !important; }
.p-l-5 { padding-left: 5px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-l-25 { padding-left: 25px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-l-35 { padding-left: 35px !important; }
.p-l-40 { padding-left: 40px !important; }
.f-s-8 { font-size: 8px !important; }
.f-s-9 { font-size: 9px !important; }
.f-s-10 { font-size: 10px !important; }
.f-s-11 { font-size: 11px !important; }
.f-s-12 { font-size: 12px !important; }
.f-s-13 { font-size: 13px !important; }
.f-s-14 { font-size: 14px !important; }
.f-s-15 { font-size: 15px !important; }
.f-s-16 { font-size: 16px !important; }
.f-s-17 { font-size: 17px !important; }
.f-s-18 { font-size: 18px !important; }
.f-s-19 { font-size: 19px !important; }
.f-s-20 { font-size: 20px !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.pull-left { float: left !important; }
.pull-right { float: right !important; }
.pull-none { float: none !important; }
.f-w-100 { font-weight: 100 !important; }
.f-w-200 { font-weight: 200 !important; }
.f-w-300 { font-weight: 300 !important; }
.f-w-400 { font-weight: 400 !important; }
.f-w-500 { font-weight: 500 !important; }
.f-w-600 { font-weight: 600 !important; }
.f-w-700 { font-weight: 700 !important; }
.table-valign-middle th,
.table-valign-middle td {
vertical-align: middle !important;
}
.table-th-valign-middle th,
.table-td-valign-middle td {
vertical-align: middle !important;
}
.table-valign-top th,
.table-valign-top td {
vertical-align: top !important;
}
.table-th-valign-top th,
.table-td-valign-top td {
vertical-align: top !important;
}
.table-valign-bottom th,
.table-valign-bottom td {
vertical-align: bottom !important;
}
.table-th-valign-bottom th,
.table-td-valign-bottom td {
vertical-align: bottom !important;
}
.vertical-box {
display: table;
table-layout: fixed;
border-spacing: 0;
height: 100%;
width: 100%;
}
.vertical-box-column {
display: table-cell;
vertical-align: top;
height: 100%;
}
.vertical-box-row {
display: table-row;
height: 100%;
}
.vertical-box-row > .vertical-box-cell {
position: relative;
height: 100%;
width: 100%;
float: none;
}
.vertical-box-row > .vertical-box-cell > .vertical-box-inner-cell {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
}
.panel-expand .vertical-box .vertical-box-column {
display: table-cell;
}
.page-content-full-height .content {
position: absolute;
left: 0;
top: 60px;
right: 0;
bottom: 0;
-webkit-transform: translateZ(0);
}
.panel-expand .page-content-full-height .content {
-webkit-transform: none;
}
.no-rounded-corner {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.rounded-corner {
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
.no-border { border: 0 !important; }
.border-top-1 { border-top: 1px solid #eee !important; }
.border-right-1 { border-right: 1px solid #eee !important; }
.border-bottom-1 { border-bottom: 1px solid #eee !important; }
.border-left-1 { border-left: 1px solid #eee !important; }
.no-box-shadow {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
/* Red */
.bg-red,
.bg-red-500,
.bg-danger,
.panel-red .panel-heading,
.panel-danger .panel-heading {
background: #F44336 !important;
}
.bg-red-50 { background: #FFEBEE !important; }
.bg-red-100 { background: #FFCDD2 !important; }
.bg-red-200 { background: #EF9A9A !important; }
.bg-red-300 { background: #E57373 !important; }
.bg-red-400 { background: #EF5350 !important; }
.bg-red-600 { background: #E53935 !important; }
.bg-red-700 { background: #D32F2F !important; }
.bg-red-800 { background: #C62828 !important; }
.bg-red-900 { background: #B71C1C !important; }
.text-red,
.text-danger,
.text-red-500 {
color: #F44336 !important;
}
a.text-red:hover,
a.text-red:focus,
a.text-danger:hover,
a.text-danger:focus {
color: #D32F2F !important;
}
.text-red-50 { color: #FFEBEE !important; }
.text-red-100 { color: #FFCDD2 !important; }
.text-red-200 { color: #EF9A9A !important; }
.text-red-300 { color: #E57373 !important; }
.text-red-400 { color: #EF5350 !important; }
.text-red-600 { color: #E53935 !important; }
.text-red-700 { color: #D32F2F !important; }
.text-red-800 { color: #C62828 !important; }
.text-red-900 { color: #B71C1C !important; }
/* Pink */
.bg-pink,
.bg-pink-500,
.panel-pink .panel-heading {
background: #E91E63 !important;
}
.bg-pink-50 { background: #FCE4EC !important; }
.bg-pink-100 { background: #F8BBD0 !important; }
.bg-pink-200 { background: #F48FB1 !important; }
.bg-pink-300 { background: #F06292 !important; }
.bg-pink-400 { background: #EC407A !important; }
.bg-pink-600 { background: #D81B60 !important; }
.bg-pink-700 { background: #C2185B !important; }
.bg-pink-800 { background: #AD1457 !important; }
.bg-pink-900 { background: #880E4F !important; }
.text-pink,
.text-pink-500 {
color: #E91E63 !important;
}
a.text-pink:hover,
a.text-pink:focus {
color: #C2185B !important;
}
.text-pink-50 { color: #FCE4EC !important; }
.text-pink-100 { color: #F8BBD0 !important; }
.text-pink-200 { color: #F48FB1 !important; }
.text-pink-300 { color: #F06292 !important; }
.text-pink-400 { color: #EC407A !important; }
.text-pink-600 { color: #D81B60 !important; }
.text-pink-700 { color: #C2185B !important; }
.text-pink-800 { color: #AD1457 !important; }
.text-pink-900 { color: #880E4F !important; }
/* Purple */
.bg-purple,
.bg-purple-500,
.panel-purple .panel-heading {
background: #9C27B0 !important;
}
.bg-purple-50 { background: #F3E5F5 !important; }
.bg-purple-100 { background: #E1BEE7 !important; }
.bg-purple-200 { background: #CE93D8 !important; }
.bg-purple-300 { background: #BA68C8 !important; }
.bg-purple-400 { background: #AB47BC !important; }
.bg-purple-600 { background: #8E24AA !important; }
.bg-purple-700 { background: #7B1FA2 !important; }
.bg-purple-800 { background: #6A1B9A !important; }
.bg-purple-900 { background: #4A148C !important; }
.text-purple,
.text-purple-500 {
color: #9C27B0 !important;
}
a.text-purple:hover,
a.text-purple:focus {
color: #7B1FA2 !important;
}
.text-purple-50 { color: #F3E5F5 !important; }
.text-purple-100 { color: #E1BEE7 !important; }
.text-purple-200 { color: #CE93D8 !important; }
.text-purple-300 { color: #BA68C8 !important; }
.text-purple-400 { color: #AB47BC !important; }
.text-purple-600 { color: #8E24AA !important; }
.text-purple-700 { color: #7B1FA2 !important; }
.text-purple-800 { color: #6A1B9A !important; }
.text-purple-900 { color: #4A148C !important; }
/* Deep Purple */
.bg-deep-purple,
.bg-deep-purple-500,
.panel-deep-purple .panel-heading {
background: #673AB7 !important;
}
.bg-deep-purple-50 { background: #EDE7F6 !important; }
.bg-deep-purple-100 { background: #D1C4E9 !important; }
.bg-deep-purple-200 { background: #B39DDB !important; }
.bg-deep-purple-300 { background: #9575CD !important; }
.bg-deep-purple-400 { background: #7E57C2 !important; }
.bg-deep-purple-600 { background: #5E35B1 !important; }
.bg-deep-purple-700 { background: #512DA8 !important; }
.bg-deep-purple-800 { background: #4527A0 !important; }
.bg-deep-purple-900 { background: #311B92 !important; }
.text-deep-purple,
.text-deep-purple-500 {
color: #673AB7 !important;
}
a.text-deep-purple:hover,
a.text-deep-purple:focus {
color: #512DA8 !important;
}
.text-deep-purple-50 { color: #EDE7F6 !important; }
.text-deep-purple-100 { color: #D1C4E9 !important; }
.text-deep-purple-200 { color: #B39DDB !important; }
.text-deep-purple-300 { color: #9575CD !important; }
.text-deep-purple-400 { color: #7E57C2 !important; }
.text-deep-purple-600 { color: #5E35B1 !important; }
.text-deep-purple-700 { color: #512DA8 !important; }
.text-deep-purple-800 { color: #4527A0 !important; }
.text-deep-purple-900 { color: #311B92 !important; }
/* Indigo */
.bg-indigo,
.bg-indigo-500,
.panel-indigo .panel-heading {
background: #3F51B5 !important;
}
.bg-indigo-50 { background: #E8EAF6 !important; }
.bg-indigo-100 { background: #C5CAE9 !important; }
.bg-indigo-200 { background: #9FA8DA !important; }
.bg-indigo-300 { background: #7986CB !important; }
.bg-indigo-400 { background: #5C6BC0 !important; }
.bg-indigo-600 { background: #3949AB !important; }
.bg-indigo-700 { background: #303F9F !important; }
.bg-indigo-800 { background: #283593 !important; }
.bg-indigo-900 { background: #1A237E !important; }
.text-indigo,
.text-indigo-500 {
color: #3F51B5 !important;
}
a.text-indigo:hover,
a.text-indigo:focus {
color: #303F9F !important;
}
.text-indigo-50 { color: #E8EAF6 !important; }
.text-indigo-100 { color: #C5CAE9 !important; }
.text-indigo-200 { color: #9FA8DA !important; }
.text-indigo-300 { color: #7986CB !important; }
.text-indigo-400 { color: #5C6BC0 !important; }
.text-indigo-600 { color: #3949AB !important; }
.text-indigo-700 { color: #303F9F !important; }
.text-indigo-800 { color: #283593 !important; }
.text-indigo-900 { color: #1A237E !important; }
/* Blue */
.bg-blue,
.bg-primary,
.bg-blue-500,
.panel-blue .panel-heading,
.panel-primary .panel-heading {
background: #2196F3 !important;
}
.bg-blue-50 { background: #E3F2FD !important; }
.bg-blue-100 { background: #BBDEFB !important; }
.bg-blue-200 { background: #90CAF9 !important; }
.bg-blue-300 { background: #64B5F6 !important; }
.bg-blue-400 { background: #42A5F5 !important; }
.bg-blue-600 { background: #1E88E5 !important; }
.bg-blue-700 { background: #1976D2 !important; }
.bg-blue-800 { background: #1565C0 !important; }
.bg-blue-900 { background: #0D47A1 !important; }
.text-blue,
.text-primary,
.text-blue-500 {
color: #2196F3 !important;
}
a.text-blue:hover,
a.text-blue:focus,
a.text-primary:hover,
a.text-primary:focus {
color: #1976D2 !important;
}
.text-blue-50 { color: #E3F2FD !important; }
.text-blue-100 { color: #BBDEFB !important; }
.text-blue-200 { color: #90CAF9 !important; }
.text-blue-300 { color: #64B5F6 !important; }
.text-blue-400 { color: #42A5F5 !important; }
.text-blue-600 { color: #1E88E5 !important; }
.text-blue-700 { color: #1976D2 !important; }
.text-blue-800 { color: #1565C0 !important; }
.text-blue-900 { color: #0D47A1 !important; }
/* Light Blue */
.bg-light-blue,
.bg-light-blue-500,
.panel-light-blue .panel-heading,
.panel-info .panel-heading {
background: #03A9F4 !important;
}
.bg-light-blue-50 { background: #E1F5FE !important; }
.bg-light-blue-100 { background: #B3E5FC !important; }
.bg-light-blue-200 { background: #81D4FA !important; }
.bg-light-blue-300 { background: #4FC3F7 !important; }
.bg-light-blue-400 { background: #29B6F6 !important; }
.bg-light-blue-600 { background: #039BE5 !important; }
.bg-light-blue-700 { background: #0288D1 !important; }
.bg-light-blue-800 { background: #0277BD !important; }
.bg-light-blue-900 { background: #01579B !important; }
.text-light-blue,
.text-light-blue-500 {
color: #03A9F4 !important;
}
a.text-light-blue:hover,
a.text-light-blue:focus {
color: #0288D1 !important;
}
.text-light-blue-50 { color: #E1F5FE !important; }
.text-light-blue-100 { color: #B3E5FC !important; }
.text-light-blue-200 { color: #81D4FA !important; }
.text-light-blue-300 { color: #4FC3F7 !important; }
.text-light-blue-400 { color: #29B6F6 !important; }
.text-light-blue-600 { color: #039BE5 !important; }
.text-light-blue-700 { color: #0288D1 !important; }
.text-light-blue-800 { color: #0277BD !important; }
.text-light-blue-900 { color: #01579B !important; }
/* Cyan */
.bg-cyan,
.bg-cyan-500,
.panel-cyan .panel-heading {
background: #00BCD4 !important;
}
.bg-cyan-50 { background: #E0F7FA !important; }
.bg-cyan-100 { background: #B2EBF2 !important; }
.bg-cyan-200 { background: #80DEEA !important; }
.bg-cyan-300 { background: #4DD0E1 !important; }
.bg-cyan-400 { background: #26C6DA !important; }
.bg-cyan-600 { background: #00ACC1 !important; }
.bg-cyan-700 { background: #0097A7 !important; }
.bg-cyan-800 { background: #00838F !important; }
.bg-cyan-900 { background: #006064 !important; }
.text-cyan,
.text-cyan-500 {
color: #00BCD4 !important;
}
a.text-cyan:hover,
a.text-cyan:focus {
color: #0097A7 !important;
}
.text-cyan-50 { color: #E0F7FA !important; }
.text-cyan-100 { color: #B2EBF2 !important; }
.text-cyan-200 { color: #80DEEA !important; }
.text-cyan-300 { color: #4DD0E1 !important; }
.text-cyan-400 { color: #26C6DA !important; }
.text-cyan-600 { color: #00ACC1 !important; }
.text-cyan-700 { color: #0097A7 !important; }
.text-cyan-800 { color: #00838F !important; }
.text-cyan-900 { color: #006064 !important; }
/* Teal */
.bg-teal,
.bg-success,
.bg-teal-500,
.panel-teal .panel-heading,
.panel-success .panel-heading {
background: #009688 !important;
}
.bg-teal-50 { background: #E0F2F1 !important; }
.bg-teal-100 { background: #B2DFDB !important; }
.bg-teal-200 { background: #80CBC4 !important; }
.bg-teal-300 { background: #4DB6AC !important; }
.bg-teal-400 { background: #26A69A !important; }
.bg-teal-600 { background: #00897B !important; }
.bg-teal-700 { background: #00796B !important; }
.bg-teal-800 { background: #00695C !important; }
.bg-teal-900 { background: #004D40 !important; }
.text-teal,
.text-success,
.text-teal-500 {
color: #009688 !important;
}
a.text-teal:hover,
a.text-teal:focus,
a.text-success:hover,
a.text-success:focus {
color: #00796B !important;
}
.text-teal-50 { color: #E0F2F1 !important; }
.text-teal-100 { color: #B2DFDB !important; }
.text-teal-200 { color: #80CBC4 !important; }
.text-teal-300 { color: #4DB6AC !important; }
.text-teal-400 { color: #26A69A !important; }
.text-teal-600 { color: #00897B !important; }
.text-teal-700 { color: #00796B !important; }
.text-teal-800 { color: #00695C !important; }
.text-teal-900 { color: #004D40 !important; }
/* Green */
.bg-green,
.bg-green-500,
.panel-green .panel-heading {
background: #4CAF50 !important;
}
.bg-green-50 { background: #E8F5E9 !important; }
.bg-green-100 { background: #C8E6C9 !important; }
.bg-green-200 { background: #A5D6A7 !important; }
.bg-green-300 { background: #81C784 !important; }
.bg-green-400 { background: #66BB6A !important; }
.bg-green-600 { background: #43A047 !important; }
.bg-green-700 { background: #388E3C !important; }
.bg-green-800 { background: #2E7D32 !important; }
.bg-green-900 { background: #1B5E20 !important; }
.text-green,
.text-green-500 {
color: #4CAF50 !important;
}
a.text-green:hover,
a.text-green:focus {
color: #388E3C !important;
}
.text-green-50 { color: #E8F5E9 !important; }
.text-green-100 { color: #C8E6C9 !important; }
.text-green-200 { color: #A5D6A7 !important; }
.text-green-300 { color: #81C784 !important; }
.text-green-400 { color: #66BB6A !important; }
.text-green-600 { color: #43A047 !important; }
.text-green-700 { color: #388E3C !important; }
.text-green-800 { color: #2E7D32 !important; }
.text-green-900 { color: #1B5E20 !important; }
/* Light Green */
.bg-light-green,
.bg-light-green-500,
.panel-light-green .panel-heading {
background: #8BC34A !important;
}
.bg-light-green-50 { background: #F1F8E9 !important; }
.bg-light-green-100 { background: #DCEDC8 !important; }
.bg-light-green-200 { background: #C5E1A5 !important; }
.bg-light-green-300 { background: #AED581 !important; }
.bg-light-green-400 { background: #9CCC65 !important; }
.bg-light-green-600 { background: #7CB342 !important; }
.bg-light-green-700 { background: #689F38 !important; }
.bg-light-green-800 { background: #558B2F !important; }
.bg-light-green-900 { background: #FF6F00 !important; }
.text-light-green,
.text-light-green-500 {
color: #8BC34A !important;
}
a.text-light-green:hover,
a.text-light-green:focus {
color: #689F38 !important;
}
.text-light-green-50 { color: #F1F8E9 !important; }
.text-light-green-100 { color: #DCEDC8 !important; }
.text-light-green-200 { color: #C5E1A5 !important; }
.text-light-green-300 { color: #AED581 !important; }
.text-light-green-400 { color: #9CCC65 !important; }
.text-light-green-600 { color: #7CB342 !important; }
.text-light-green-700 { color: #689F38 !important; }
.text-light-green-800 { color: #558B2F !important; }
.text-light-green-900 { color: #33691E !important; }
/* Lime */
.bg-lime,
.bg-lime-500,
.panel-lime .panel-heading {
background: #CDDC39 !important;
}
.bg-lime-50 { background: #F9FBE7 !important; }
.bg-lime-100 { background: #F0F4C3 !important; }
.bg-lime-200 { background: #E6EE9C !important; }
.bg-lime-300 { background: #DCE775 !important; }
.bg-lime-400 { background: #D4E157 !important; }
.bg-lime-600 { background: #C0CA33 !important; }
.bg-lime-700 { background: #AFB42B !important; }
.bg-lime-800 { background: #9E9D24 !important; }
.bg-lime-900 { background: #827717 !important; }
.text-lime,
.text-lime-500 {
color: #CDDC39 !important;
}
a.text-light-lime:hover,
a.text-light-lime:focus {
color: #AFB42B !important;
}
.text-lime-50 { color: #F9FBE7 !important; }
.text-lime-100 { color: #F0F4C3 !important; }
.text-lime-200 { color: #E6EE9C !important; }
.text-lime-300 { color: #DCE775 !important; }
.text-lime-400 { color: #D4E157 !important; }
.text-lime-600 { color: #C0CA33 !important; }
.text-lime-700 { color: #AFB42B !important; }
.text-lime-800 { color: #9E9D24 !important; }
.text-lime-900 { color: #827717 !important; }
/* Yellow */
.bg-yellow,
.bg-yellow-500,
.panel-yellow .panel-heading {
background: #FFEB3B !important;
}
.bg-yellow-50 { background: #FFFDE7 !important; }
.bg-yellow-100 { background: #FFF9C4 !important; }
.bg-yellow-200 { background: #FFF59D !important; }
.bg-yellow-300 { background: #FFF176 !important; }
.bg-yellow-400 { background: #FFEE58 !important; }
.bg-yellow-600 { background: #FDD835 !important; }
.bg-yellow-700 { background: #FBC02D !important; }
.bg-yellow-800 { background: #F9A825 !important; }
.bg-yellow-900 { background: #F57F17 !important; }
.text-yellow,
.text-yellow-500 {
color: #FFEB3B !important;
}
a.text-yellow:hover,
a.text-yellow:focus {
color: #FBC02D !important;
}
.text-yellow-50 { color: #FFFDE7 !important; }
.text-yellow-100 { color: #FFF9C4 !important; }
.text-yellow-200 { color: #FFF59D !important; }
.text-yellow-300 { color: #FFF176 !important; }
.text-yellow-400 { color: #FFEE58 !important; }
.text-yellow-600 { color: #FDD835 !important; }
.text-yellow-700 { color: #FBC02D !important; }
.text-yellow-800 { color: #F9A825 !important; }
.text-yellow-900 { color: #F57F17 !important; }
/* Ember */
.bg-amber,
.bg-amber-500,
.panel-amber .panel-heading {
background: #FFC107 !important;
}
.bg-amber-50 { background: #FFF8E1 !important; }
.bg-amber-100 { background: #FFECB3 !important; }
.bg-amber-200 { background: #FFE082 !important; }
.bg-amber-300 { background: #FFD54F !important; }
.bg-amber-400 { background: #FFCA28 !important; }
.bg-amber-600 { background: #FFB300 !important; }
.bg-amber-700 { background: #FFA000 !important; }
.bg-amber-800 { background: #FF8F00 !important; }
.bg-amber-900 { background: #FF6F00 !important; }
.text-amber,
.text-amber-500 {
color: #FFC107 !important;
}
a.text-amber:hover,
a.text-amber:focus {
color: #FFA000 !important;
}
.text-amber-50 { color: #FFF8E1 !important; }
.text-amber-100 { color: #FFECB3 !important; }
.text-amber-200 { color: #FFE082 !important; }
.text-amber-300 { color: #FFD54F !important; }
.text-amber-400 { color: #FFCA28 !important; }
.text-amber-600 { color: #FFB300 !important; }
.text-amber-700 { color: #FFA000 !important; }
.text-amber-800 { color: #FF8F00 !important; }
.text-amber-900 { color: #FF6F00 !important; }
/* Orange */
.bg-orange,
.bg-warning,
.bg-orange-500,
.panel-orange .panel-heading,
.panel-warning .panel-heading {
background: #FF9800 !important;
}
.bg-orange-50 { background: #FFF3E0 !important; }
.bg-orange-100 { background: #FFE0B2 !important; }
.bg-orange-200 { background: #FFCC80 !important; }
.bg-orange-300 { background: #FFB74D !important; }
.bg-orange-400 { background: #FFA726 !important; }
.bg-orange-600 { background: #FB8C00 !important; }
.bg-orange-700 { background: #F57C00 !important; }
.bg-orange-800 { background: #EF6C00 !important; }
.bg-orange-900 { background: #E65100 !important; }
.text-orange,
.text-warning,
.text-orange-500 {
color: #FF9800 !important;
}
a.text-orange:hover,
a.text-orange:focus,
a.text-warning:hover,
a.text-warning:focus {
color: #F57C00 !important;
}
.text-orange-50 { color: #FFF3E0 !important; }
.text-orange-100 { color: #FFE0B2 !important; }
.text-orange-200 { color: #FFCC80 !important; }
.text-orange-300 { color: #FFB74D !important; }
.text-orange-400 { color: #FFA726 !important; }
.text-orange-600 { color: #FB8C00 !important; }
.text-orange-700 { color: #F57C00 !important; }
.text-orange-800 { color: #EF6C00 !important; }
.text-orange-900 { color: #E65100 !important; }
/* Deep Orange */
.bg-deep-orange,
.bg-deep-orange-500,
.panel-deep-orange .panel-heading {
background: #FF5722 !important;
}
.bg-deep-orange-50 { background: #FBE9E7 !important; }
.bg-deep-orange-100 { background: #FFCCBC !important; }
.bg-deep-orange-200 { background: #FFAB91 !important; }
.bg-deep-orange-300 { background: #FF8A65 !important; }
.bg-deep-orange-400 { background: #FF7043 !important; }
.bg-deep-orange-600 { background: #F4511E !important; }
.bg-deep-orange-700 { background: #E64A19 !important; }
.bg-deep-orange-800 { background: #D84315 !important; }
.bg-deep-orange-900 { background: #BF360C !important; }
.text-deep-orange,
.text-deep-orange-500 {
color: #FF5722 !important;
}
a.text-deep-orange:hover,
a.text-deep-orange:focus {
color: #E64A19 !important;
}
.text-deep-orange-50 { color: #FBE9E7 !important; }
.text-deep-orange-100 { color: #FFCCBC !important; }
.text-deep-orange-200 { color: #FFAB91 !important; }
.text-deep-orange-300 { color: #FF8A65 !important; }
.text-deep-orange-400 { color: #FF7043 !important; }
.text-deep-orange-600 { color: #F4511E !important; }
.text-deep-orange-700 { color: #E64A19 !important; }
.text-deep-orange-800 { color: #D84315 !important; }
.text-deep-orange-900 { color: #BF360C !important; }
/* Brown */
.bg-brown,
.bg-brown-500,
.panel-brown .panel-heading {
background: #795548 !important;
}
.bg-brown-50 { background: #EFEBE9 !important; }
.bg-brown-100 { background: #D7CCC8 !important; }
.bg-brown-200 { background: #BCAAA4 !important; }
.bg-brown-300 { background: #A1887F !important; }
.bg-brown-400 { background: #8D6E63 !important; }
.bg-brown-600 { background: #6D4C41 !important; }
.bg-brown-700 { background: #5D4037 !important; }
.bg-brown-800 { background: #4E342E !important; }
.bg-brown-900 { background: #3E2723 !important; }
.text-brown,
.text-brown-500 {
color: #795548 !important;
}
a.text-brown:hover,
a.text-brown:focus {
color: #5D4037 !important;
}
.text-brown-50 { color: #EFEBE9 !important; }
.text-brown-100 { color: #D7CCC8 !important; }
.text-brown-200 { color: #BCAAA4 !important; }
.text-brown-300 { color: #A1887F !important; }
.text-brown-400 { color: #8D6E63 !important; }
.text-brown-600 { color: #6D4C41 !important; }
.text-brown-700 { color: #5D4037 !important; }
.text-brown-800 { color: #4E342E !important; }
.text-brown-900 { color: #3E2723 !important; }
/* Grey */
.bg-grey,
.bg-grey-500 {
background: #9E9E9E !important;
}
.bg-grey-50 { background: #FAFAFA !important; }
.bg-grey-100 { background: #F5F5F5 !important; }
.bg-grey-200 { background: #EEEEEE !important; }
.bg-grey-300,
.panel-default .panel-heading {
background: #E0E0E0 !important;
}
.bg-grey-400 { background: #BDBDBD !important; }
.bg-grey-600 { background: #757575 !important; }
.bg-grey-700 { background: #616161 !important; }
.bg-grey-800 { background: #424242 !important; }
.bg-grey-900,
.panel-grey .panel-heading {
background: #212121 !important;
}
.text-grey,
.text-muted,
.text-grey-500 {
color: #9E9E9E !important;
}
a.text-grey:hover,
a.text-grey:focus {
color: #616161 !important;
}
.text-grey-50 { color: #FAFAFA !important; }
.text-grey-100 { color: #F5F5F5 !important; }
.text-grey-200 { color: #EEEEEE !important; }
.text-grey-300 { color: #E0E0E0 !important; }
.text-grey-400 { color: #BDBDBD !important; }
.text-grey-600 { color: #757575 !important; }
.text-grey-700 { color: #616161 !important; }
.text-grey-800 { color: #424242 !important; }
.text-grey-900 { color: #212121 !important; }
/* Blue Grey */
.bg-blue-grey,
.bg-blue-grey-500 {
background: #607D8B !important;
}
.bg-blue-grey-50 { background: #ECEFF1 !important; }
.bg-blue-grey-100 { background: #CFD8DC !important; }
.bg-blue-grey-200 { background: #B0BEC5 !important; }
.bg-blue-grey-300 { background: #90A4AE !important; }
.bg-blue-grey-400 { background: #78909C !important; }
.bg-blue-grey-600 { background: #546E7A !important; }
.bg-blue-grey-700 { background: #455A64 !important; }
.bg-blue-grey-800 { background: #37474F !important; }
.bg-blue-grey-900,
.panel-blue-grey .panel-heading {
background: #263238 !important;
}
.text-blue-grey,
.text-blue-grey-500 {
color: #607D8B !important;
}
a.text-blue-grey:hover,
a.text-blue-grey:focus {
color: #455A64 !important;
}
.text-blue-grey-50 { color: #ECEFF1 !important; }
.text-blue-grey-100 { color: #CFD8DC !important; }
.text-blue-grey-200 { color: #B0BEC5 !important; }
.text-blue-grey-300 { color: #90A4AE !important; }
.text-blue-grey-400 { color: #78909C !important; }
.text-blue-grey-600 { color: #546E7A !important; }
.text-blue-grey-700 { color: #455A64 !important; }
.text-blue-grey-800 { color: #37474F !important; }
.text-blue-grey-900 { color: #263238 !important; }
.text-black,
.text-inverse {
color: #000 !important;
}
.bg-black,
.bg-inverse,
.panel-black .panel-heading,
.panel-inverse .panel-heading {
background: #000 !important;
}
.text-white {
color: #fff !important;
}
.bg-white,
.panel-white .panel-heading {
background: #fff !important;
}
.no-bg { background: none !important; }
.height-xs { height: 150px !important; }
.height-sm { height: 300px !important; }
.height-md { height: 450px !important; }
.height-lg { height: 600px !important; }
.height-full { height: 100% !important; }
.height-50 { height: 50px !important; }
.height-100 { height: 100px !important; }
.height-150 { height: 150px !important; }
.height-200 { height: 200px !important; }
.height-250 { height: 250px !important; }
.height-300 { height: 300px !important; }
.height-350 { height: 350px !important; }
.height-400 { height: 400px !important; }
.height-450 { height: 450px !important; }
.height-500 { height: 500px !important; }
.height-550 { height: 550px !important; }
.height-600 { height: 600px !important; }
.width-xs { width: 150px !important; }
.width-sm { width: 300px !important; }
.width-md { width: 450px !important; }
.width-lg { width: 600px !important; }
.width-full { width: 100% !important; }
.width-50 { width: 50px !important; }
.width-100 { width: 100px !important; }
.width-150 { width: 150px !important; }
.width-200 { width: 200px !important; }
.width-250 { width: 250px !important; }
.width-300 { width: 300px !important; }
.width-350 { width: 350px !important; }
.width-400 { width: 400px !important; }
.width-450 { width: 450px !important; }
.width-500 { width: 500px !important; }
.width-550 { width: 550px !important; }
.width-600 { width: 600px !important; }
.animated {
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.fade {
opacity: 0;
-webkit-transition: opacity .3s linear;
transition: opacity .3s linear;
}
.text-ellipsis {
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
.underline {
border-bottom: 1px solid #E0E0E0 !important;
}
/* -------------------------------
5.0 Plugins Setting
------------------------------- */
/* 5.1 Plugins - jQuery Draggable */
.row > [class*="col-"].ui-sortable {
min-height: 50px;
}
.theme-panel [class*="col-"].ui-sortable,
.panel [class*="col-"].ui-sortable {
min-height: 0px;
}
.ui-sortable .panel-heading {
cursor: move;
}
.ui-sortable.ui-sortable-disabled .panel-heading {
cursor: default;
}
.ui-sortable-placeholder {
border: 1px dashed #82868b !important;
visibility: visible !important;
background: none;
margin: 0 !important;
}
.panel.ui-sortable-placeholder {
margin: -1px -1px 19px !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
/* 5.2 Plugins - Slimscrollbar */
.slimScrollBar {
width: 5px !important;
right: 0 !important;
}
.slimScrollRail {
width: 5px !important;
right: 0 !important;
}
/* 5.3 Plugins - Gritter Notification */
.gritter-item-wrapper {
background: none !important;
overflow: hidden !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px;
}
.gritter-top,
.gritter-bottom,
.gritter-item {
background: url(../img/transparent/black-0.8.png) !important;
background: rgba(0,0,0,0.8) !important;
}
.gritter-close,
.gritter-light .gritter-close {
left: auto !important;
right: 15px !important;
top: 0 !important;
background: #E91E63 !important;
width: 20px !important;
height: 20px !important;
line-height: 20px !important;
display: block !important;
}
.gritter-close:before,
.gritter-light .gritter-close:before {
content: '\f00d' !important;
font-family: FontAwesome !important;
font-size: 12px !important;
width: 20px !important;
height: 20px !important;
line-height: 20px !important;
color: #fff !important;
text-indent: 0 !important;
position: absolute !important;
text-align: center !important;
right: 0 !important;
top: 0 !important;
}
.gritter-with-image {
width: 210px !important;
}
.gritter-image {
margin: 2px 10px 0 0 !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.gritter-title {
font-size: 14px !important;
line-height: 16px !important;
padding-bottom: 2px !important;
font-weight: 500 !important;
color: #fff !important;
text-shadow: none !important;
}
.gritter-light .gritter-title {
color: #333 !important;
font-weight: 600 !important;
}
.gritter-item {
font-family: inherit !important;
color: #BDBDBD !important;
font-size: 11px !important;
padding: 2px 15px 5px !important;
}
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top {
background: url(../img/transparent/white-0.98.png) !important;
background: rgba(255,255,255,0.98) !important;
color: #999 !important;
}
/* 5.4 Plugins - Data Table */
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
background: #212121;
border-radius: 2px;
border: none;
top: 10px;
left: 8px;
line-height: 16px;
box-shadow: none;
text-align: center;
text-indent: initial;
font-family: 'Roboto';
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
background: #424242;
font-size: 18px;
}
body div.dataTables_wrapper div.dataTables_paginate ul.pagination {
margin: 5px 0;
}
.dataTables_wrapper table.dataTable {
margin: 10px 0 !important;
}
.dt-buttons.btn-group {
float: left;
}
.dataTables_length,
div.dataTables_info {
float: left;
margin-right: 15px;
}
.dataTables_empty {
text-align: center;
}
table.DTFC_Cloned tr.even {
background: none !important;
}
div.dataTables_scrollHead .table,
.DTFC_LeftWrapper div.DTFC_LeftHeadWrapper table,
.DTFC_RightWrapper div.DTFC_RightHeadWrapper table {
margin-bottom: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.dataTables_scrollBody .table thead > tr > th,
.DTFC_LeftBodyLiner .table thead > tr > th {
border-bottom: none !important;
}
.dataTables_scrollBody,
.DTFC_LeftBodyLiner {
border-bottom: 2px solid #ebeced;
}
.dataTables_wrapper .dataTables_scrollBody table.dataTable,
.dataTables_wrapper .DTFC_LeftBodyLiner table.dataTable,
.dataTables_scroll + .dataTables_info {
margin-top: 0 !important;
margin-bottom: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.dataTables_wrapper .dataTables_scrollBody table.dataTable > tbody > tr > td,
.dataTables_wrapper .DTFC_LeftWrapper table.dataTable > tbody > tr > td {
border-bottom: none !important;
}
.table > tbody + thead > tr > th,
.table.fixedHeader-floating thead > tr > th {
border-top: none;
border-bottom-width: 1px !important;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected {
background: #FFFDE7 !important;
color: #212121;
}
table.dataTable th.focus,
table.dataTable td.focus {
position: relative;
z-index: 1000;
outline: 2px solid #212121 !important;
}
div.dt-autofill-select,
div.DTCR_pointer {
background-color: #2196F3 !important;
}
div.dt-autofill-handle {
border-color: #2196F3 !important;
background-color: #2196F3 !important;
}
table.dt-rowReorder-float {
outline: 2px solid #F44336 !important;
}
tr.dt-rowReorder-moving {
outline: 2px solid #212121 !important;
}
/* 5.5 Plugins - Datepicker */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
background: #eee !important;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
background: #2196F3 !important;
color: #fff !important;
}
.datepicker {
min-width: 250px !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.datepicker.dropdown-menu {
min-width: 250px;
border: 1px solid #ddd !important;
-webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
-moz-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
}
.datepicker-dropdown:before {
border-bottom-color: #ddd !important;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
border-top-color: #ddd !important;
}
.datepicker table {
width: 100%;
}
.input-daterange .input-group-addon {
background: #e0e0e0 !important;
border: none !important;
text-shadow: none !important;
}
.irs-from, .irs-to, .irs-single {
background: #212121 !important;
}
.datepicker-full-width .datepicker-inline {
width: 100%;
}
/* 5.6 Plugins - Colorpicker */
.colorpicker {
border: 1px solid #ddd !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.colorpicker-hue, .colorpicker-alpha {
margin-bottom: 0;
}
/* 5.7 Plugins - Bootstrap Timepicker */
.bootstrap-timepicker .bootstrap-timepicker-widget.dropdown-menu + .form-control {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.bootstrap-timepicker-widget table td input {
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
border: 1px solid #ddd !important;
max-width: 200px;
}
.bootstrap-timepicker-widget table td a:hover,
.bootstrap-timepicker-widget table td a:focus {
background: #2196F3 !important;
border: none !important;
color: #fff;
}
/* 5.8 Plugins - jQuery Autocomplete */
.ui-widget {
font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
.ui-autocomplete {
padding: 5px 0 !important;
-webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2) !important;
border: 1px solid #ccc !important;
}
.ui-stats-hover,
.ui-widget-content .ui-stats-hover,
.ui-widget-header .ui-stats-hover,
.ui-stats-focus,
.ui-widget-content .ui-stats-focus,
.ui-widget-header .ui-stats-focus {
border: none !important;
background: #2196F3 !important;
color: #fff !important;
margin: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.ui-menu .ui-menu-item a {
padding: 5px 10px;
}
/* 5.9 Plugins - Combobox */
.combobox-container {
display: table;
border-collapse: separate;
width: 100%;
}
.combobox-container input, .combobox-container .uneditable-input {
border: 1px solid #ccc;
background: #fff;
font-size: 14px;
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
line-height: 1.42857143;
color: #555;
border-radius: 4px 0 0 4px !important;
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.combobox-container input:focus, .combobox-container .uneditable-input:focus {
outline: 0;
border-color: #616161;
-webkit-box-shadow: none;
box-shadow: none;
}
.combobox-container .add-on,
.combobox-container input {
display: table-cell !important;
}
.combobox-container .add-on {
width: 1% !important;
padding: 5px 10px !important;
white-space: nowrap;
float: none !important;
background: #e0e0e0 !important;
color: #555 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn .combobox-clear {
margin: 0 !important;
width: 8px !important;
position: relative;
opacity: 1.0;
filter: alpha(opacity=100);
}
.combobox-container .icon-remove:before {
content: '\f00d';
font-family: FontAwesome;
font-size: 14px;
font-style: normal;
position: absolute;
right: -2px;
top: 1px;
text-shadow: none;
}
/* 5.10 Plugins - Bootstrap Select */
body .bootstrap-select .btn:focus {
outline: none !important;
}
/* 5.11 Plugins - TagIt */
.tagit.ui-widget {
border: 1px solid #ccc !important;
background: #fff !important;
padding: 3px 12px 2px !important;
margin-bottom: 0 !important;
}
ul.tagit input[type="text"] {
background: #fff !important;
width: auto !important;
}
ul.tagit li.tagit-choice-editable {
background: #b6c2c9 !important;
border: none !important;
color: #fff !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
padding: 2px 24px 3px 7px !important;
}
ul.tagit.inverse li.tagit-choice-editable { background: #212121 !important; }
ul.tagit.white li.tagit-choice-editable { background: #fff !important; border: 1px solid #ddd !important; color: #000 !important; }
ul.tagit.primary li.tagit-choice-editable { background: #2196F3 !important; }
ul.tagit.info li.tagit-choice-editable { background: #03A9F4 !important; }
ul.tagit.success li.tagit-choice-editable { background: #009688 !important; }
ul.tagit.warning li.tagit-choice-editable { background: #FF9800 !important; }
ul.tagit.danger li.tagit-choice-editable { background: #F44336 !important; }
ul.tagit li.tagit-choice .tagit-close {
right: 2px !important;
line-height: 22px !important;
text-align: center !important;
top: 0 !important;
margin: 0 !important;
}
ul.tagit li.tagit-choice .tagit-close:hover,
ul.tagit li.tagit-choice .tagit-close:focus {
text-decoration: none !important;
}
ul.tagit li.tagit-choice .tagit-close:hover .ui-icon-close:before,
ul.tagit li.tagit-choice .tagit-close:focus .ui-icon-close:before {
color: #666;
color: rgba(0,0,0,0.4);
}
ul.tagit.inverse li.tagit-choice .tagit-close:hover .ui-icon-close:before,
ul.tagit.inverse li.tagit-choice .tagit-close:focus .ui-icon-close:before {
color: #666;
color: rgba(255,255,255,0.4);
}
.tagit .ui-icon-close {
background: none !important;
height: 22px !important;
width: 16px !important;
text-indent: 0 !important;
}
.tagit.white .ui-icon-close:before {
color: #000;
}
.tagit .ui-icon-close:before {
content: '\f00d';
font-family: FontAwesome;
font-size: 10px;
color: #fff;
}
/* 5.12 Plugins - Parsley */
.parsley-errors-list {
padding: 0 !important;
list-style-type: none !important;
margin: 0 !important;
color: #B71C1C;
font-size: 13px !important;
line-height: inherit !important;
}
.parsley-errors-list.filled {
margin-top: 5px !important;
}
.parsley-error,
.parsley-success {
color: #212121 !important;
}
.parsley-error {
background: #FFEBEE !important;
border-color: #F44336 !important;
}
.parsley-success {
background: #E0F2F1 !important;
border-color: #009688 !important;
}
.parsley-error:focus,
.parsley-success:focus {
color: #212121 !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
/* 5.13 Plugins - CKEditor / wysihtml5 */
.panel-form .cke_chrome {
border: none;
box-shadow: none;
-webkit-box-shadow: none;
}
.panel-form .wysihtml5-toolbar {
padding: 15px 15px 5px;
}
.panel-form .wysihtml5-sandbox {
-webkit-border-radius: 0 0 4px 4px !important;
-moz-border-radius: 0 0 4px 4px !important;
border-radius: 0 0 4px 4px !important;
}
/* 5.14 Plugins - Bootstrap Wizard */
.bwizard-steps {
font-size: 16px !important;
border-radius: 2px !important;
overflow: hidden !important;
display: table !important;
width: 100% !important;
}
.bwizard-steps li:before,
.bwizard-steps li:after {
border: none !important;
}
.bwizard-steps li {
float: none !important;
display: table-cell !important;
padding: 15px !important;
line-height: 20px !important;
background: #eee !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.bwizard-steps li:hover,
.bwizard-steps li:focus {
background: #E0E0E0 !important;
}
.bwizard-steps.clickable li:hover:not(.active) a,
.bwizard-steps.clickable li:focus:not(.active) a {
color: #333 !important;
}
.bwizard-steps li small {
font-size: 12px !important;
color: #999 !important;
display: block !important;
line-height: 16px !important;
margin-top: 2px;
}
.bwizard-steps li a {
margin-left: 30px !important;
display: block !important;
text-decoration: none !important;
}
.bwizard-steps li.active small {
color: #b2e6e6 !important;
}
.bwizard-steps .label {
float: left !important;
padding: 0 !important;
height: 20px !important;
width: 20px !important;
line-height: 20px !important;
text-align: center !important;
margin-right: 10px !important;
top: 0 !important;
background: #6d7479 !important;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
.bwizard-steps li.active,
.bwizard-steps li.active:hover,
.bwizard-steps li.active:focus {
background: #009688 !important;
}
.bwizard-steps li.active .label {
background: url(../img/transparent/black-0.2.png) !important;
background: rgba(0,0,0,0.2) !important;
}
/* 5.15 Plugins - Fullcalendar */
.fc .fc-day-grid-event {
padding: 1px 2px;
}
.fc-event,
.fc .fc-event {
border: none;
background: #424242;
border-radius: 0;
}
.fc-event-list .fc-event {
background: none;
border: none;
color: #616161;
padding: 10px 15px;
font-size: 13px;
margin-left: -15px;
margin-right: -15px;
border-top: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.fc-event-list .fc-event:hover,
.fc-event-list .fc-event:focus {
color: #212121;
cursor: pointer;
background: #F5F5F5;
}
.fc-event-list .fc-event.ui-draggable-dragging {
border: 1px dashed #E0E0E0;
}
.fc-event-list .fc-event + .fc-event {
margin-top: -1px;
}
.fc-event-list .fc-event .fa {
float: left;
margin-right: 10px;
font-size: 14px;
}
body .fc button {
font-weight: 400;
color: #212121;
background: #fff;
border-color: #c8c8c8;
box-shadow: none;
padding: 5px 10px;
height: inherit;
font-size: 12px;
line-height: 1.5;
}
body .fc button:active,
body .fc button:focus,
body .fc button:hover {
background: #E0E0E0;
border-color: #c8c8c8;
outline: none;
}
body .fc button.fc-state-disabled:active,
body .fc button.fc-state-disabled:focus,
body .fc button.fc-state-disabled:hover {
background: #fff;
}
body .fc button.fc-state-active,
body .fc button:active {
background: #E0E0E0;
border-color: #c8c8c8;
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.1);
box-shadow: inset 0 3px 5px rgba(0,0,0,.1);
}
.fc .fc-unthemed .fc-divider,
.fc .fc-unthemed .fc-popover,
.fc .fc-unthemed .fc-row,
.fc .fc-unthemed tbody,
.fc .fc-unthemed td,
.fc .fc-unthemed th,
.fc .fc-unthemed thead {
border-color: #E0E0E0;
}
.fc th {
padding: 3px 15px;
color: #212121;
font-weight: 500;
font-size: 13px;
background: #F5F5F5;
}
.fc button .fc-icon {
font-family: FontAwesome;
margin: 0;
top: 0;
width: auto;
height: auto;
font-size: 12px;
}
.fc .fc-icon-left-single-arrow:after,
.fc .fc-icon-right-single-arrow:after {
content: '\f053';
font-size: 12px;
top: 0;
margin: 0;
}
.fc .fc-icon-right-single-arrow:after {
content: "\f054";
}
.fc .fc-unthemed .fc-today {
background: #FFF8F0;
}
.fc .fc-scroller {
overflow: initial;
height: auto !important;
}
.fc .fc-toolbar h2 {
font-size: 24px;
line-height: 30px;
}
/* 5.16 Plugins - jVectorMap */
.jvectormap-zoomin, .jvectormap-zoomout {
width: 16px !important;
height: 16px !important;
background: #000 !important;
}
.jvectormap-label {
padding: 3px 6px !important;
border: none !important;
background: url(../img/transparent/black-0.6.png) !important;
background: rgba(38, 50, 56, 0.6) !important;
}
/* 5.17 Plugins - Flot Chart */
.legendColorBox > div {
margin-right: 5px !important;
border-radius: 5px !important;
margin-top: 1px !important;
border: none !important;
}
.legend > table tr td.legendColorBox {
padding-left: 5px !important;
}
.legend > table tr td {
padding: 5px 0 5px 0 !important;
}
.legend > div {
border-radius: 2px !important;
background: #000 !important;
}
.legend > table tr td.legendLabel {
padding-right: 5px !important;
color: #fff;
}
.legend > table tr + tr td {
padding-top: 0px !important;
}
.legendColorBox > div > div {
-webkit-border-radius: 2px !important;
-moz-border-radius: 2px !important;
border-radius: 2px !important;
border-width: 4px !important;
}
.tickLabel,.legendLabel {
font-size: 12px !important;
}
.tickLabel {
color: #212121 !important;
}
.flot-tooltip {
position: absolute;
display: none;
border: 0;
padding: 6px 10px 7px;
color: #fff;
font-size: 12px;
background: url(../img/transparent/black-0.8.png);
background-color: rgba(0,0,0,0.8);
border-radius: 2px;
opacity: 1.0;
filter: alpha(opacity=100);
z-index: 10000 !important;
}
/* 5.18 Plugins - Sparkline */
.jqstooltip {
border: none !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #333 !important;
width: auto !important;
height: auto !important;
background: url(../img/transparent/black-0.8.png) !important;
background: rgba(0,0,0,0.8) !important;
}
/* -------------------------------
6.0 Page Setting
------------------------------- */
/* 6.1 Page - Search Result */
.result-list:before,
.result-list:after {
content: '';
display: table;
clear: both;
}
.result-list {
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
}
.result-list > li:before,
.result-list > li:after {
content: '';
display: table;
clear: both;
}
.result-list > li {
background: #fff;
box-shadow: 0 1px #ccc;
border-radius: 3px;
overflow: hidden;
}
.result-list > li + li {
margin-top: 10px;
}
.result-list > li > div {
display: table-cell;
vertical-align: top;
padding: 20px;
position: relative;
}
.result-list .result-image {
width: 240px;
padding: 0;
overflow: hidden;
background: #212121;
vertical-align: middle;
}
.result-list .result-image a {
display: block;
}
.result-list .result-image a:hover,
.result-list .result-image a:focus {
opacity: 0.8;
filter: alpha(opacity=80);
}
.result-list .result-image img {
width: 100%;
}
.result-list .title {
margin: 0 0 8px;
font-size: 20px;
line-height: 24px;
}
.result-list .title a {
color: #333;
}
.result-list .location {
color: #999;
}
.result-list .desc {
margin-bottom: 20px;
max-height: 32px;
overflow: hidden;
text-overflow: ellipsis;
line-height: 16px;
}
.result-list .btn-row a {
color: #666;
font-size: 20px;
line-height: 14px;
opacity: 0.2;
}
.result-list .btn-row a:hover,
.result-list .btn-row a:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.result-list .btn-row a + a {
margin-left: 10px;
}
.result-list .result-info {
}
.result-list .result-price {
width: 240px;
font-size: 28px;
text-align: center;
border-left: 1px dashed #ddd;
padding-top: 30px;
}
.result-list .result-price small {
display: block;
font-size: 12px;
color: #999;
}
.result-list .result-price .btn {
margin-top: 30px;
}
/* 6.2 Media Message */
.media-messaging .media:first-child {
padding-top: 0;
}
.media-messaging .media:last-child {
padding-bottom: 0;
}
.media-messaging .media {
padding: 15px;
}
.media-messaging .media p {
margin: 0;
}
.media-messaging .media + .media {
margin-top: 0;
padding-top: 15px;
}
/* 6.3 Widget Stats */
.widget {
border-radius: 3px;
margin-bottom: 20px;
color: #fff;
padding: 15px;
overflow: hidden;
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}
.widget.widget-stats {
position: relative;
}
.widget-stats .stats-info h4 {
font-size: 13px;
margin: 5px 0;
color: #fff;
color: rgba(255,255,255,0.75);
}
.widget-stats .stats-icon {
font-size: 42px;
height: 56px;
width: 56px;
text-align: center;
line-height: 56px;
margin-left: 15px;
color: #000;
position: absolute;
right: 15px;
top: 15px;
opacity: 0.2;
filter: alpha(opacity=20);
}
.widget-stats .stats-icon i.material-icons {
font-size: 56px;
}
.widget-stats .stats-info p {
font-size: 26px;
font-weight: 300;
margin-bottom: 0;
}
.widget-stats .stats-link a {
display: block;
margin: 15px -15px -15px;
padding: 7px 15px;
background: url(../img/transparent/black-0.4.png);
background: rgba(0,0,0,0.4);
text-align: right;
color: #ddd;
font-weight: normal;
text-decoration: none;
}
.widget-stats .stats-link a:hover,
.widget-stats .stats-link a:focus {
background: url(../img/transparent/black-0.6.png);
background: rgba(0,0,0,0.6);
color: #fff;
}
.widget-stats .stats-icon.stats-icon-lg {
font-size: 60px;
line-height: 60px;
top: 15px;
right: 15px;
width: 60px;
height: 60px;
}
.widget-stats .stats-icon.stats-icon-lg i {
font-size: 60px;
}
.widget-stats .stats-title {
position: relative;
line-height: 1.1;
font-size: 13px;
margin: 2px 0 7px;
}
.widget-stats .stats-title,
.widget-stats .stats-desc {
color: #fff;
color: rgba(255,255,255,0.75);
font-size: 13px;
}
.widget-stats .stats-desc {
font-weight: normal;
margin-bottom: 0;
}
.widget-stats .stats-number {
font-size: 26px;
font-weight: normal;
margin-bottom: 10px;
}
.widget-stats .stats-progress {
background: url('../img/transparent/black-0.2.png');
background: rgba(0,0,0,0.2);
height: 2px;
margin: 0 -15px 12px;
}
.widget-stats .stats-progress .progress-bar {
background: #fff;
}
/* 6.4 Todolist */
.todolist {
list-style-type: none;
margin: 0;
padding: 0;
}
.todolist > li > a {
display: block;
color: #333;
}
.todolist > li > a:hover,
.todolist > li > a:focus {
background: #fafafa;
text-decoration: none;
}
.todolist > li > a:hover .todolist-input i:before,
.todolist > li > a:focus .todolist-input i:before {
content: '\f14a';
opacity: 0.4;
filter: alpha(opacity=40);
color: #212121;
}
.todolist > li.active > a .todolist-input i:before,
.todolist > li.active > a:hover .todolist-input i:before,
.todolist > li.active > a:focus .todolist-input i:before {
content: '\f14a';
color: #009688;
opacity: 1.0;
filter: alpha(opacity=100);
}
.todolist > li.active > a .todolist-title {
text-decoration: line-through;
}
.todolist > li {
border-bottom: 1px solid #ddd;
}
.todolist-input i {
display: block;
width: 14px;
text-align: center;
}
.todolist-input,
.todolist-title {
display: table-cell;
padding: 10px;
}
.todolist-title {
padding-right: 15px;
}
.todolist-input {
text-align: center;
font-size: 14px;
border-right: 1px solid #ddd;
padding-left: 15px;
}
/* 6.5 Page - Vector / Google Map */
.page-sidebar-minified .map {
left: 60px;
}
.map {
position: absolute;
top: 60px;
bottom: 0;
left: 220px;
right: 0;
z-index: 0;
background: #263238;
-webkit-transform: translateZ(0);
}
.page-with-wide-sidebar .map {
left: 250px;
}
.map .jvectormap-zoomin,
.map .jvectormap-zoomout {
width: 20px !important;
height: 20px !important;
font-size: 16px;
line-height: 16px;
left: 25px;
}
.map .jvectormap-zoomin {
top: 60px;
}
.map .jvectormap-zoomout {
top: 90px;
}
.map-float-table {
position: absolute;
right: 25px;
bottom: 25px;
background: url(../img/transparent/black-0.6.png);
background: rgba(0,0,0,0.6);
}
.map-content {
padding: 0 25px;
z-index: 100;
position: relative;
}
/* 6.6 Page - Invoice */
.invoice > div:not(.invoice-footer) {
margin-bottom: 20px;
}
.invoice {
background: #fff;
padding: 20px;
}
.invoice-company {
font-size: 20px;
}
.invoice-header {
margin: 0 -20px;
background: #eee;
padding: 20px;
}
.invoice-from,
.invoice-to,
.invoice-date {
display: table-cell;
width: 1%;
}
.invoice-from,
.invoice-to {
padding-right: 20px;
}
.invoice-from strong,
.invoice-to strong,
.invoice-date .date {
font-size: 16px;
font-weight: 600;
}
.invoice-date {
text-align: right;
padding-left: 20px;
}
.invoice-price {
background: #eee;
display: table;
width: 100%;
}
.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
display: table-cell;
padding: 20px;
font-size: 20px;
font-weight: 600;
width: 75%;
position: relative;
vertical-align: middle;
}
.invoice-price .invoice-price-left .sub-price {
display: table-cell;
vertical-align: middle;
padding: 0 20px;
}
.invoice-price small {
font-size: 12px;
font-weight: normal;
display: block;
}
.invoice-price .invoice-price-row {
display: table;
float: left;
}
.invoice-price .invoice-price-right {
width: 25%;
background: #212121;
color: #fff;
font-size: 28px;
text-align: right;
vertical-align: bottom;
font-weight: 300;
}
.invoice-price .invoice-price-right small {
display: block;
opacity: 0.6;
filter: alpha(opacity=60);
position: absolute;
top: 10px;
left: 10px;
font-size: 12px;
}
.invoice-footer {
border-top: 1px solid #ddd;
padding-top: 10px;
font-size: 10px;
}
.invoice-note {
color: #999;
margin-top: 80px;
font-size: 85%;
}
/* 6.7 Page - Login */
.login {
margin: 168px 0;
position: absolute;
left: 0;
right: 0;
top: 0;
}
.login label {
color: #707478;
}
.login .login-header {
position: absolute;
top: -80px;
left: 50%;
right: 0;
width: 450px;
padding: 0 40px;
margin-left: -225px;
font-weight: 300;
}
.login .login-header .brand {
padding: 0;
font-size: 28px;
}
.login .login-header .brand .logo {
border: 14px solid transparent;
border-color: #4DCACA #31A3A3 #1D8888;
width: 28px;
height: 28px;
position: relative;
font-size: 0;
margin-right: 10px;
top: -9px;
}
.login .login-header .brand small {
font-size: 14px;
display: block;
}
.login .login-header .icon {
position: absolute;
right: 40px;
top: -2px;
opacity: 0.1;
filter: alpha(opacity=10);
}
.login .login-header .icon i {
font-size: 70px;
}
.login .login-content {
padding: 30px 40px;
color: #999;
width: 450px;
margin: 0 auto;
}
/* 6.8 Page - Gallery */
.gallery {
margin: 0 -10px;
}
.gallery-option-set {
display: block;
margin-bottom: -5px;
}
.gallery-option-set .btn {
margin: 0 5px 5px 0;
}
.gallery .image {
width: 25%;
display: block;
margin-right: -10px;
overflow: hidden;
padding: 10px;
}
.gallery .image .image-container {
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}
.gallery .image img {
width: 100%;
height: 200px;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.gallery .image-inner {
position: relative;
background: #fff;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.gallery .image a {
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
}
.gallery .image a:hover,
.gallery .image a:focus {
opacity: 0.8;
filter: alpha(opacity=80);
}
.gallery .image-caption {
position: absolute;
top: 15px;
left: 0;
background: url(../img/transparent/black-0.6.png);
background: rgba(0,0,0,0.6);
color: #fff;
padding: 5px 15px;
margin: 0;
}
.gallery .image-info {
background: #fff;
padding: 15px;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.gallery .image-info .title {
margin: 0 0 10px;
line-height: 18px;
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.gallery .image-info .rating {
line-height: 20px;
margin: 0 0 3px;
}
.gallery .image-info .desc {
line-height: 16px;
font-size: 12px;
height: 48px;
overflow: hidden;
}
.gallery .rating span.star {
font-family: FontAwesome;
display: inline-block;
}
.gallery .rating span.star:before {
content: "\f005";
color: #999;
}
.gallery .rating span.star.active:before {
color: #FF8500;
}
/* 6.9 Page - Inbox */
.nav-inbox > li > a {
padding: 8px 15px;
line-height: 20px;
}
.nav-inbox > li > a:before,
.nav-inbox > li > a:after {
content: '';
display: table;
clear: both;
}
.nav-inbox > li > a i {
font-size: 14px;
line-height: 20px;
}
.nav-inbox > li > a i.material-icons {
float: left;
font-size: 18px;
margin: 0 10px 0 0;
}
.table.table-email {
line-height: 20px;
margin-bottom: 0;
}
.email-footer {
border-top: 1px solid #ccc;
padding: 15px 8px;
line-height: 26px;
}
.table.table-email .email-header-link {
color: #333;
}
.table.table-email .email-select {
width: 20px;
font-size: 14px;
}
.table.table-email .email-select a {
color: #999;
}
.table.table-email .email-btn {
color: #ccc;
font-size: 14px;
margin-right: 15px;
float: left;
}
.table.table-email .email-btn i.material-icons {
font-size: 18px;
}
.table.table-email .email-sender {
padding-right: 25px;
}
.table.table-email .email-btn + .email-btn {
margin-left: -10px;
}
.table.table-email .email-btn:hover,
.table.table-email .email-btn:focus {
color: #999;
}
.table.table-email tr:hover td {
background: #fafafa;
}
.table.table-email tr.active td.email-select i:before,
.table.table-email tr.active th.email-select i:before {
content: '\f14a';
}
.table.table-email thead tr.active th {
background: none;
}
.email-btn-row {
margin-bottom: 15px;
}
.email-btn-row .btn + .btn {
margin-left: 5px;
}
.email-content {
background: #fff;
padding: 15px;
}
/* 6.10 Page - 404 Error Page */
.error {
margin: 0 auto;
text-align: center;
}
.error-code,
.error-content {
position: absolute;
left: 0;
right: 0;
-webkit-transform: translateZ(0);
}
.error-code {
bottom: 60%;
color: #212121;
font-size: 96px;
line-height: 100px;
}
.error-code .material-icons {
font-size: 64px;
}
.error-content {
top: 40%;
bottom: 0;
padding-top: 15px;
background: #212121;
}
.error-message {
color: #fff;
font-size: 24px;
}
.error-desc {
font-size: 14px;
color: #9E9E9E;
}
/* -------------------------------
7.0 Update - V1.1
------------------------------- */
/* 7.1 Timeline Setting */
.timeline {
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
}
.timeline:before {
content: '';
position: absolute;
top: 5px;
bottom: 5px;
width: 5px;
background: #212121;
left: 20%;
margin-left: -2.5px;
}
.timeline > li {
position: relative;
min-height: 50px;
}
.timeline > li + li {
margin-top: 40px;
}
.timeline .timeline-time {
position: absolute;
left: 0;
width: 15%;
text-align: right;
padding-top: 7px;
}
.timeline .timeline-time .date,
.timeline .timeline-time .time {
display: block;
}
.timeline .timeline-time .date {
line-height: 18px;
font-size: 14px;
}
.timeline .timeline-time .time {
line-height: 28px;
font-size: 24px;
color: #212121;
}
.timeline .timeline-icon {
left: 15%;
position: absolute;
width: 10%;
text-align: center;
top: 5px;
}
.timeline .timeline-icon a {
text-decoration: none;
width: 50px;
height: 50px;
display: inline-block;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background: #616161;
line-height: 40px;
color: #fff;
font-size: 14px;
border: 5px solid #212121;
transition: background .2s linear;
-moz-transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.timeline .timeline-icon i {
line-height: 40px;
}
.timeline .timeline-icon a:hover,
.timeline .timeline-icon a:focus {
background: #2196F3;
}
.timeline .timeline-body {
margin-left: 25%;
margin-right: 15%;
background: #fff;
position: relative;
padding: 20px 30px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.timeline .timeline-body:before {
content: '';
display: block;
position: absolute;
border: 10px solid transparent;
border-right-color: #fff;
left: -20px;
top: 20px;
}
.timeline-header {
padding-bottom: 10px;
border-bottom: 1px solid #E0E0E0;
line-height: 30px;
}
.timeline-header .userimage {
float: left;
width: 34px;
height: 34px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
overflow: hidden;
margin: -2px 10px -2px 0;
}
.timeline-header .username {
font-size: 18px;
}
.timeline-header .username,
.timeline-header .username a {
color: #212121;
}
.timeline img {
max-width: 100%;
display: block;
}
.timeline-content {
font-size: 14px;
}
.timeline-header + .timeline-content,
.timeline-header + .timeline-footer,
.timeline-content + .timeline-footer {
margin-top: 20px;
}
.timeline-content:before,
.timeline-content:after {
content: '';
display: table;
clear: both;
}
.timeline-title {
margin-top: 0;
}
.timeline-footer {
margin: -20px -30px;
padding: 20px 30px;
background: #E0E0E0;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.timeline-footer a:not(.btn) {
color: #616161;
}
.timeline-footer a:not(.btn):hover,
.timeline-footer a:not(.btn):focus {
color: #212121;
}
/* 7.2 Coming Soon Page Setting */
.coming-soon .brand {
line-height: 40px;
font-size: 28px;
font-weight: 300;
margin-bottom: 50px;
color: #fff;
text-align: center;
}
.coming-soon .brand .logo {
border: 16px solid transparent;
border-color: #4DCACA #31A3A3 #1D8888;
margin-right: 5px;
position: relative;
width: 0;
height: 0;
display: inline-block;
vertical-align: middle;
top: -4px;
}
.coming-soon .coming-soon-header .desc,
.coming-soon .coming-soon-header .timer,
.coming-soon .coming-soon-header .brand {
position: relative;
z-index: 1020;
}
.coming-soon .coming-soon-header {
background: url(../img/coming-soon.jpg);
padding: 100px 0 50px;
position: relative;
}
.coming-soon .coming-soon-header:before {
background: #000;
}
.coming-soon .coming-soon-header .bg-cover {
background: #000;
opacity: 0.6;
filter: alpha(opacity=60);
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
z-index: 0;
}
.coming-soon .coming-soon-header .desc {
text-align: center;
font-size: 14px;
font-weight: 300;
color: #fff;
}
.coming-soon .coming-soon-header .timer {
margin-bottom: 50px;
padding: 10px 0;
}
.coming-soon .coming-soon-header .timer:before,
.coming-soon .coming-soon-header .timer:after {
content: '';
display: table;
clear: both;
}
.coming-soon .timer .is-countdown {
background: none;
border: none;
width: 980px;
margin: 0 auto;
}
.coming-soon .timer .is-countdown .countdown-section {
padding: 0 10px;
}
.coming-soon .timer .is-countdown .countdown-section + .countdown-section {
border-left: 1px solid #fff;
border-left: 1px solid rgba(255,255,255,0.3);
}
.coming-soon .timer .countdown-amount {
font-size: 36px;
color: #fff;
}
.coming-soon .timer .countdown-period {
font-size: 14px;
color: #999;
}
.coming-soon .coming-soon-content {
color: #333;
text-align: center;
padding: 25px 0;
}
.coming-soon .coming-soon-content .desc {
margin-bottom: 25px;
font-size: 14px;
}
.coming-soon .coming-soon-content .input-group {
width: 480px;
margin: 0 auto;
}
/* -------------------------------
8.0 Update - V1.2
------------------------------- */
/* 8.1 Theme Panel Setting */
.theme-panel {
position: fixed;
right: -175px;
top: 150px;
z-index: 1020;
background: #fff;
padding: 15px;
box-shadow: 0 0 2px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
width: 175px;
-webkit-transition: right .2s linear;
-moz-transition: right .2s linear;
transition: right .2s linear;
}
.theme-panel.active {
right: 0;
}
.theme-panel .theme-list {
list-style-type: none;
margin: 0;
padding: 0;
}
.theme-panel .theme-list + .theme-list {
margin-top: 10px;
}
.theme-panel .theme-list > li {
float: left;
}
.theme-panel .theme-list > li + li {
margin-left: 5px;
}
.theme-panel .theme-list > li > a {
text-decoration: none;
}
.theme-panel .theme-list > li.active > a {
position: relative;
}
.theme-panel .theme-list > li.active > a:before {
content: '\f00c';
font-family: FontAwesome;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
font-size: 14px;
color: #fff;
opacity: 0.4;
filter: alpha(opacity=40);
text-align: center;
}
.theme-panel .theme-list > li.active > a.bg-white:before {
color: #666;
}
.theme-panel .theme-list > li > a {
width: 20px;
height: 20px;
border-radius: 3px;
display: block;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
}
.theme-panel .theme-list > li > a:hover,
.theme-panel .theme-list > li > a:focus {
opacity: 0.6;
filter: alpha(opacity=60);
}
.theme-panel .theme-collapse-btn {
position: absolute;
left: -30px;
top: 10%;
margin-top: -15px;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 18px;
color: #333;
background: #fff;
border-radius: 4px 0 0 4px;
text-align: center;
box-shadow: -1px 0px 3px -1px rgba(0,0,0,0.4);
-webkit-box-shadow: -1px 0px 3px -1px rgba(0,0,0,0.4);
-moz-box-shadow: -1px 0px 3px -1px rgba(0,0,0,0.4);
}
.theme-panel .theme-panel-content {
margin: -15px;
padding: 15px;
background: #fff;
position: relative;
z-index: 1020;
}
.theme-panel.active .theme-collapse-btn .fa:before {
content: '\f00d';
}
.theme-panel .theme-list a.bg-white {
border: 1px solid #E0E0E0;
}
.theme-panel .control-label {
line-height: 30px;
}
.theme-panel .control-label.double-line {
line-height: 15px;
}
.theme-panel .divider {
height: 1px;
margin: 15px 0;
background: #f2f2f2;
}
/* 8.2 Powerange Slider Setting */
.slider-wrapper {
padding: 15px 30px !important;
margin-bottom: 10px !important;
}
.slider-wrapper.slider-without-range {
padding: 15px 0 !important;
}
.slider-wrapper.slider-vertical {
padding-left: 15px !important;
padding-right: 15px !important;
}
.range-min, .range-max {
color: #212121 !important;
}
.range-handle {
cursor: pointer !important;
}
.range-quantity { background: #009688 !important; }
.red .range-quantity { background: #F44336 !important; }
.blue .range-quantity { background: #2196F3 !important; }
.purple .range-quantity { background: #673AB7 !important; }
.orange .range-quantity { background: #FF9800 !important; }
.black .range-quantity { background: #212121 !important; }
/* 8.3 Plugins DateTimepicker */
.datetimepicker table tr td.active,
.datetimepicker table tr span.active {
background-image: none !important;
background: #2196F3!important;
color: #fff !important;
}
.datetimepicker table {
width: 100%;
}
.datetimepicker th,
.datetimepicker td {
padding: 0px 5px !important;
width: 30px !important;
height: 30px !important;
}
/* 8.4 Plugins wysihtml5 Sandbox */
.wysihtml5-sandbox {
width: 100% !important;
}
/* 8.5 Plugins Typeahead */
.twitter-typeahead .tt-hint {
line-height: 22px;
padding: 5px 11px;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tt-suggestion.tt-is-under-cursor {
background: #edf0f5;
color: #222;
}
/* 8.6 Plugins Select 2 Choice */
.select2-container.form-control .select2-choice,
.select2-container.form-control .select2-choice {
background: none !important;
margin: -6px -12px !important;
padding: 6px 12px !important;
line-height: 20px !important;
border:none !important;
box-shadow: none !important;
-webkit-box-shadow: none;
height: 32px !important;
}
.select2-container.form-control.input-sm .select2-choice,
.select2-container.form-control.input-sm .select2-choice {
height: 30px !important;
}
.select2-container .select2-choice .select2-arrow {
background: none !important;
border-left: 1px solid #E0E0E0 !important;
}
.select2-container.form-control .select2-choice abbr {
top: 10px !important;
}
.select2-container.form-control.input-sm .select2-choice abbr {
top: 9px !important;
}
.select2-container .select2-choice .select2-arrow b {
background-position: 0 3px !important;
}
.select2-container.form-control.input-sm .select2-choice .select2-arrow b {
background-position: 0 2px !important;
}
.select2-drop-active {
border-color: #E0E0E0 !important;
-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2) !important;
box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2) !important;
}
.select2-drop.select2-drop-above {
-webkit-box-shadow: 0 -2px 2px -1px rgba(0,0,0,0.2) !important;
box-shadow: 0 -2px 2px -1px rgba(0,0,0,0.2) !important;
}
.select2-search input {
border-color: #E0E0E0 !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;
}
.select2-drop {
border-color: #E0E0E0 !important;
padding-top: 5px !important;
border-top: 1px solid #E0E0E0 !important;
}
.select2-results .select2-highlighted {
background: #edf0f5 !important;
color: #222 !important;
}
.select2-container.select2-container-multi.form-control {
height: auto !important;
width: 240px !important;
}
.select2-container.select2-container-multi.form-control .select2-choices {
margin: -6px -12px !important;
border: none !important;
box-shadow: none !important;
min-height: 22px !important;
height: auto !important;
background: none !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-color: #ddd !important;
background: #fff !important;
}
/* 8.7 Login Page V2 */
.login-v2 {
background: url(../img/transparent/black-0.4.png);
background: rgba(0,0,0,0.4);
color: #ccc;
width: 450px;
margin: 168px auto;
position: absolute;
top: 0;
left: 0;
right: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.login-v2 .login-content {
padding: 40px;
}
.login.login-v2 label {
color: #ccc;
}
.login.login-v2 a {
color: #fff;
}
.login.login-v2 .login-header {
color: #fff;
}
.login.login-v2 .login-header .icon {
opacity: 0.4;
filter: alpha(opacity=40);
}
.login-v2 .form-control {
background: url(../img/transparent/black-0.4.png);
background: rgba(0,0,0,0.4);
border: none;
color: #fff;
}
.login-cover,
.login-cover-bg,
.login-cover-image {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.login-cover-image img {
max-width: 100%;
top: 0;
left: 0;
position: absolute;
}
.login-cover-bg {
background: #666666; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #666666 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#666666), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #666666 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #666666 0%,#000000 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #666666 0%,#000000 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #666666 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
opacity: 0.6;
filter: alpha(opacity=60);
}
.login-bg-list {
position: absolute;
right: 20px;
bottom: 20px;
z-index: 1020;
list-style-type: none;
margin: 0;
padding: 0 0 0 20px;
}
.login-bg-list > li {
width: 80px;
height: 60px;
overflow: hidden;
float: left;
transition: all .2s linear;
-webkit-transition: all .2s linear;
}
.login-bg-list > li a {
display: block;
height: 60px;
}
.login-bg-list > li.active {
outline: 3px solid #fff;
z-index: 1020;
position: relative;
}
.login-bg-list > li img {
max-height: 100%;
}
/* -------------------------------
9.0 Update - V1.3
------------------------------- */
/* 9.1 Widget Chart Setting */
.widget-chart {
position: relative;
overflow: hidden;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom: 20px;
}
.widget-chart .chart-title {
font-size: 18px !important;
color: #fff;
font-weight: normal !important;
margin: 2px 5px 7px;
}
.widget-chart .chart-title small {
display: block;
margin-top: 5px;
font-size: 13px;
color: #616D72;
color: rgba(255,255,255,0.5);
}
.widget-chart .widget-chart-content {
padding: 15px;
margin-right: 230px;
}
.widget-chart .widget-chart-sidebar {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 230px;
padding: 15px;
}
.widget-chart-sidebar .chart-number {
font-size: 24px;
font-weight: normal;
color: #fff;
margin-bottom: 10px;
}
.widget-chart-sidebar .chart-number small {
font-size: 13px;
color: #fff;
color: rgba(255,255,255,0.5);
display: block;
}
.widget-chart-sidebar .chart-legend {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 13px;
font-weight: normal;
position: absolute;
bottom: 10px;
}
.widget-chart-sidebar .chart-legend > li {
margin-bottom: 5px;
color: #fff;
}
.widget-chart-sidebar .chart-legend > li span {
color: #fff;
color: rgba(255,255,255,0.5);
}
.morris-inverse .morris-hover {
background: url('../img/transparent/black-0.4.png');
background: rgba(0,0,0,0.4) !important;
border: none !important;
padding: 8px !important;
color: #ccc !important;
}
.morris-hover {
z-index: 0 !important;
}
/* 9.2 List Group Item Inverse Setting */
.list-group-item.list-group-item-inverse {
background: #212121;
border-color: #000;
color: #fff;
}
.list-group-item.list-group-item-inverse .label-inverse,
.list-group-item.list-group-item-inverse .badge-inverse {
background: #212121;
background: rgba(0,0,0,0.5);
}
.list-group-item.list-group-item-inverse:hover,
.list-group-item.list-group-item-inverse:focus {
color: #fff;
background: #000;
background: #111;
}
/* 9.3 Bootstrap Calendar Setting */
.bootstrap-calendar .calendar {
background: #fff;
border: none;
border-radius: 0;
padding: 10px 0;
}
.bootstrap-calendar .calendar td {
border: none !important;
}
.bootstrap-calendar .calendar .table td {
padding: 3px 10px;
}
.bootstrap-calendar .calendar a {
line-height: 24px;
}
.bootstrap-calendar .calendar .week_days td {
background: none;
color: #a9acae;
}
.bootstrap-calendar .calendar .visualmonthyear {
color: #212121;
font-weight: normal;
}
.bootstrap-calendar .calendar .table.header td {
color: #707478;
vertical-align: middle;
}
.bootstrap-calendar .calendar .table.header td.year {
font-size: 18px;
font-weight: 300;
}
.bootstrap-calendar .calendar .table.header {
margin-bottom: 5px;
}
.bootstrap-calendar .calendar .table.header .year {
width: 72%;
}
.bootstrap-calendar .calendar .icon-arrow-right,
.bootstrap-calendar .calendar .icon-arrow-left {
cursor: pointer;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
}
.bootstrap-calendar .calendar .icon-arrow-right:hover,
.bootstrap-calendar .calendar .icon-arrow-left:hover,
.bootstrap-calendar .calendar .icon-arrow-right:focus,
.bootstrap-calendar .calendar .icon-arrow-left:focus {
color: #212121;
}
.bootstrap-calendar .calendar .icon-arrow-left:before {
content: '\f060';
}
.bootstrap-calendar .calendar .icon-arrow-right:before {
content: '\f061';
}
.bootstrap-calendar .calendar .table {
margin-bottom: 0;
}
.bootstrap-calendar .calendar .event a {
display: block;
border-radius: 30px;
background: #fff;
color: #fff;
margin: 0 auto;
}
.bootstrap-calendar .calendar .event .popover a {
color: #428bca;
}
.bootstrap-calendar .calendar .event .popover a:hover,
.bootstrap-calendar .calendar .event .popover a:focus {
color: #2a6496;
text-decoration: underline;
}
.bootstrap-calendar .calendar .event,
.bootstrap-calendar .calendar .event:hover,
.bootstrap-calendar .calendar .event:focus,
.bootstrap-calendar .calendar .event a:hover,
.bootstrap-calendar .calendar .event a:focus {
text-shadow: none;
color: #212121;
box-shadow: none;
font-weight: normal;
}
.bootstrap-calendar .calendar .event a:hover,
.bootstrap-calendar .calendar .event a:focus {
color: #fff;
opacity: 0.8;
}
.bootstrap-calendar .calendar .event,
.bootstrap-calendar .calendar .event:hover,
.bootstrap-calendar .calendar .event:focus {
background: none;
text-align: center;
}
.bootstrap-calendar .calendar .fa-circle {
position: absolute;
right: 0;
top: 0;
}
/* 9.4 Registered Users List Setting */
.registered-users-list {
list-style-type: none;
margin: 7.5px;
padding: 0;
}
.registered-users-list > li {
width: 25%;
font-size: 13px;
float: left;
padding: 7.5px;
color: #333;
}
.registered-users-list > li .username {
font-size: 13px;
color: #333;
margin-bottom: 0;
}
.registered-users-list > li img {
border-radius: 3px;
max-width: 100%;
}
.registered-users-list > li > a {
display: block;
margin-bottom: 10px;
}
.registered-users-list > li .username small {
display: block;
font-size: 12px;
color: #707478;
margin-top: 3px;
}
/* 9.5 Chat List Setting */
.panel-body .chats {
padding: 0;
}
.slimScrollDiv .chats {
padding-right: 15px;
}
.chats {
list-style-type: none;
margin: 0;
padding: 12px 15px 15px;
}
.chats > li + li {
margin-top: 15px;
}
.chats > li:before,
.chats > li:after {
content: '';
display: table;
clear: both;
}
.chats .name {
color: #212121;
display: block;
margin-bottom: 5px;
font-weight: 500;
text-decoration: none;
font-size: 13px;
}
.chats .name .label {
font-size: 10px;
padding: 1px 4px 2px;
margin-left: 3px;
position: relative;
top: -1px;
}
.chats .date-time {
font-size: 12px;
display: block;
float: right;
color: #999;
margin-top: 3px;
}
.chats .image {
float: left;
width: 60px;
height: 60px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow: hidden;
}
.chats .image img {
max-width: 100%;
}
.chats .image + .message {
margin-left: 75px;
}
.chats .message {
border: 1px solid #ccd0d4;
padding: 8px 12px;
font-size: 13px;
position: relative;
background: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.chats .message:before,
.chats .message:after {
content: '';
position: absolute;
top: 10px;
left: -14px;
border: 7px solid transparent;
border-right-color: #ccd0d4;
}
.chats .message:after {
left: -13px;
border-right-color: #fff;
}
.chats .right .name {
text-align: right;
}
.chats .right .date-time {
float: left;
}
.chats .right .image {
float: right;
}
.chats .right .image + .message {
margin-right: 75px;
margin-left: 0;
}
.chats .right .message:before,
.chats .right .message:after {
left: auto;
right: -14px;
border-right-color: transparent;
border-left-color: #ccd0d4;
}
.chats .right .message:after {
right: -13px;
border-left-color: #fff;
}
/* 9.6 Gallery v2 - Superbox Setting */
.superbox {
font-size: 0;
}
.superbox-list {
display: inline-block;
width:12.5%;
margin: 0;
position: relative;
}
.superbox-list.active:after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
border: 10px solid transparent;
border-bottom-color: #212121;
margin-left: -10px;
}
.superbox-show {
text-align: center;
position: relative;
background: #212121;
width: 100%;
float: left;
padding: 25px;
display: none;
}
.superbox-img {
max-width: 100%;
width: 100%;
cursor: pointer;
}
.superbox-current-img {
-webkit-box-shadow: 0 5px 35px rgba(0,0,0,.65);
box-shadow: 0 5px 35px rgba(0,0,0,.65);
max-width: 100%;
}
.superbox-img:hover {
opacity: 0.8;
}
.superbox-close {
opacity: 0.7;
cursor: pointer;
position: absolute;
top: 25px;
right: 25px;
background: url(assets/plugins/superbox/img/close.gif) no-repeat center center;
width: 35px;
height: 35px;
}
/* -------------------------------
10.0 Update - V1.4
------------------------------- */
/* 10.1 Page - Email Inbox v2 */
.list-email {
margin-bottom: 0;
border-top: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
}
.list-email > li.list-group-item {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: none;
}
.list-email > li.list-group-item {
padding: 15px 15px 15px 20px;
position: relative;
}
.list-email > li.list-group-item + li.list-group-item {
border-top: 1px solid #E0E0E0;
}
.list-email > li.list-group-item:before,
.list-email > li.list-group-item:after {
content: '';
display: table;
clear: both;
}
.list-email > li.list-group-item:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 5px;
background: #fff;
}
.list-email > li.list-group-item.success:before {
background: #009688;
}
.list-email > li.list-group-item.info:before {
background-color: #03A9F4;
}
.list-email > li.list-group-item.danger:before {
background-color: #F44336;
}
.list-email > li.list-group-item.primary:before {
background-color: #2196F3;
}
.list-email > li.list-group-item.inverse:before {
background-color: #212121;
}
.list-email > li.list-group-item.warning:before {
background-color: #FF9800;
}
.list-email > li.list-group-item.purple:before {
background-color: #673AB7;
}
.list-email > li.list-group-item.default:before {
background-color: #b6c2c9;
}
.list-email .email-user {
float: left;
width: 50px;
height: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
overflow: hidden;
font-size: 24px;
line-height: 50px;
text-align: center;
color: #6e7179;
background: #f4f6f7;
}
.list-email .email-user img {
max-width: 100%;
display: block;
}
.list-email .email-user + .email-info {
margin-left: 65px;
}
.list-email .email-checkbox + .email-user + .email-info {
margin-left: 95px;
}
.list-email .email-checkbox + .email-info {
margin-left: 35px;
}
.list-email .email-title {
margin-top: 3px;
margin-bottom: 3px;
line-height: 20px;
}
.list-email .email-title .label {
position: relative;
top: -1px;
}
.list-email .email-title,
.list-email .email-title a {
color: #212121;
}
.list-email .email-time {
float: right;
font-size: 11px;
color: #C8CCCF;
margin-left: 10px;
}
.list-email .email-checkbox {
float: left;
width: 20px;
margin-right: 10px;
height: 50px;
line-height: 50px;
}
.list-email .email-checkbox label {
color: #E0E0E0;
display: block;
cursor: pointer;
}
.list-email .email-checkbox label input[type=checkbox] {
display: none;
}
.list-email .email-checkbox label .fa {
font-size: 18px;
transition: all .2s linear;
-webkit-transition: all .2s linear;
}
.list-email .email-checkbox label.active {
color: #707478;
}
.list-email .email-checkbox label.active .fa:before {
content: '\f046';
}
.list-email > li.selected {
background: #FFFDE7;
}
/* 10.2 Page - Email Detail v2 */
.attached-document {
list-style-type: none;
margin: 15px 0 0;
padding: 0;
}
.attached-document > li {
width: 180px;
float: left;
background: #E0E0E0;
color: #707478;
position: relative;
margin-right: 15px;
margin-bottom: 15px;
}
.attached-document > li:before {
content: '\f0c6';
font-family: FontAwesome;
position: absolute;
top: -10px;
right: 5px;
font-size: 18px;
}
.attached-document .document-file {
height: 70px;
background: rgba(0,0,0,0.1);
overflow: hidden;
text-align: center;
line-height: 70px;
font-size: 32px;
}
.attached-document .document-name a {
color: #212121;
}
.attached-document > li img {
max-width: 100%;
}
.attached-document > li .document-name {
padding: 5px 10px;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* -------------------------------
11.0 Update - V1.5
------------------------------- */
/* 11.1 Pace Loader Setting */
.pace-inactive {
opacity: 0;
}
.ie8 .pace-inactive,
.ie8 .pace .pace-activity {
display: none;
}
.pace {
background: none;
position: fixed;
top: 0;
left: 0;
right: 0;
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
z-index: 1020;
}
.pace-progress {
position: fixed;
top: 60px;
left: 0;
right: 0;
text-align: center;
height: 3px;
background: #009688;
-webkit-transition: width 1s;
-moz-transition: width 1s;
-o-transition: width 1s;
transition: width 1s;
z-index: 2000;
}
.pace:before {
content: '';
background: none;
position: fixed;
top: 60px;
right: 0;
left: 0;
height: 3px;
}
.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 71px;
right: 8px;
width: 14px;
height: 14px;
border: solid 2px transparent;
border-top-color: #009688;
border-left-color: #009688;
border-radius: 10px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
-ms-animation: pace-spinner 400ms linear infinite;
-o-animation: pace-spinner 400ms linear infinite;
animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
0% { transform: rotate(0deg); transform: rotate(0deg); }
100% { transform: rotate(360deg); transform: rotate(360deg); }
}
.pace-top .pace:before,
.pace-top .pace-progress {
top: 0;
}
.pace-top .pace .pace-activity {
top: 11px;
}
/* -------------------------------
12.0 Update - V1.6
------------------------------- */
/* 12.1 Unlimited Nav Tabs */
.tab-overflow {
position: relative;
overflow: hidden;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.tab-overflow .nav.nav-tabs {
white-space: nowrap;
overflow: hidden;
display: table;
margin: 0;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.tab-overflow .nav.nav-tabs > li,
.tab-overflow.nav.nav-tabs > li {
display: table-cell;
float: none;
}
.tab-overflow .nav.nav-tabs > li > a {
margin-left: -1px;
}
.tab-overflow .next-button,
.tab-overflow .prev-button {
position: absolute;
right: 0;
top: 0;
z-index: 10;
display: none !important;
opacity: 0;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
}
.tab-overflow .prev-button {
left: 0;
right: auto;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .next-button,
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
-webkit-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
-webkit-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
}
.tab-overflow .next-button a,
.tab-overflow .prev-button a {
margin: 0;
background: #BDBDBD;
}
.tab-overflow .prev-button > a {
-webkit-border-radius: 3px 0 3px;
-moz-border-radius: 3px 0 3px;
border-radius: 3px 0 3px;
}
.tab-overflow .nav-tabs-inverse .next-button > a,
.tab-overflow .nav-tabs-inverse .prev-button > a,
.nav.nav-tabs.nav-tabs-inverse > li > a,
.nav.nav-tabs.nav-tabs-inverse > li > a:hover,
.nav.nav-tabs.nav-tabs-inverse > li > a:focus {
background: #212121;
}
.nav.nav-tabs.nav-tabs-inverse > li.active > a,
.nav.nav-tabs.nav-tabs-inverse > li.active > a:hover,
.nav.nav-tabs.nav-tabs-inverse > li.active > a:focus {
background: #fff;
color: #212121;
}
.tab-overflow.overflow-right .next-button,
.tab-overflow.overflow-left .prev-button {
display: block !important;
opacity: 1;
background: none;
}
.tab-overflow .nav-tabs > li.prev-button + li.active > a {
-webkit-border-radius: 0 2px 0 0;
-moz-border-radius: 0 2px 0 0;
border-radius: 0 2px 0 0;
}
/* -------------------------------
13.0 Update - V1.7
------------------------------- */
/* 13.1 Light Sidebar Setting */
.page-with-light-sidebar .sidebar,
.page-with-light-sidebar .sidebar-bg {
background: #fff;
}
.page-with-light-sidebar .sidebar .nav > li > a i {
color: #9e9e9e;
}
.page-with-light-sidebar .sidebar .nav > li.nav-header {
padding: 10px 20px 5px;
color: #9e9e9e;
font-size: 12px;
}
.page-with-light-sidebar .sidebar .nav > li > a {
color: #000;
font-weight: normal;
}
.page-with-light-sidebar .sidebar .nav > li.nav-profile > a {
color: #fff;
}
.page-with-light-sidebar .sidebar .nav > li.nav-profile:before {
background: rgba(0,0,0,0.5);
}
.page-with-light-sidebar .sidebar .nav > li.active > a,
.page-with-light-sidebar .sidebar .nav > li.active > a:hover,
.page-with-light-sidebar .sidebar .nav > li.active > a:focus {
background: #616161;
color: #fff;
}
.page-with-light-sidebar .sidebar .nav > li.active > a i {
color: #fff;
}
.page-with-light-sidebar .sidebar .nav > li.has-sub .sub-menu > li > a {
color: #616161;
}
.page-with-light-sidebar .sidebar .nav > li.nav-profile.active > a,
.page-with-light-sidebar .sidebar .nav > li.nav-profile.active > a:hover,
.page-with-light-sidebar .sidebar .nav > li.nav-profile.active > a:focus {
background: none;
}
.page-with-light-sidebar .sidebar .nav > li.has-sub .sub-menu,
.page-with-light-sidebar .sidebar .nav > li.has-sub .sub-menu > li.active > a,
.page-with-light-sidebar .sidebar .nav > li.has-sub .sub-menu > li > a:hover,
.page-with-light-sidebar .sidebar .nav > li.has-sub .sub-menu > li > a:focus {
background: rgba(0,0,0,0.05);
}
.page-with-light-sidebar .sidebar .nav.nav-profile {
border-bottom: 1px solid #E0E0E0;
}
/* 13.2 Wide Sidebar Setting */
.page-with-wide-sidebar .sidebar,
.page-with-wide-sidebar .sidebar+.sidebar-bg,
.page-with-wide-sidebar.page-sidebar-minified .sidebar-bg.sidebar-right,
.page-with-wide-sidebar.page-sidebar-minified .sidebar.sidebar-right {
width: 250px;
}
.page-with-wide-sidebar .content {
margin-left: 250px;
}
.page-with-wide-sidebar.page-with-right-sidebar .content {
margin-right: 250px;
margin-left: 0;
}
.page-with-wide-sidebar.page-with-two-sidebar .content {
margin-left: 250px;
margin-right: 250px;
}
.page-with-wide-sidebar.page-sidebar-minified .sidebar,
.page-with-wide-sidebar.page-sidebar-minified .sidebar+.sidebar-bg {
width: 60px;
}
.page-with-wide-sidebar.page-sidebar-minified .content {
margin-left: 60px;
}
/* 13.3 Navbar Header Brand Without Background Setting */
.navbar-header.navbar-header-without-bg .navbar-brand {
background: none !important;
}
/* 13.4 Plugins - Jstree Setting */
.jstree-default .jstree-clicked,
.jstree-default .jstree-wholerow-clicked {
background: #eee !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.jstree-default .jstree-hovered,
.jstree-default .jstree-wholerow-hovered {
background: #f5f5f5 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.jstree-open > .jstree-anchor > .fa-folder:before {
content: '\f07c';
color: #212121;
}
.jstree-default .jstree-checkbox {
background: none;
}
.jstree-default .jstree-checkbox:before {
content: '';
position: absolute;
left: 4px;
top: 4px;
right: 4px;
bottom: 4px;
border: 1px solid #b4b6b7;
display: block;
background: #fff;
}
.jstree-default .jstree-anchor > .jstree-checkbox.jstree-undetermined:after {
content: '';
position: absolute;
left: 7px;
right: 7px;
bottom: 7px;
top: 7px;
display: block;
background: #b4b6b7;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:after,
.jstree-default .jstree-checked > .jstree-checkbox:after {
content: '\f00c';
font-family: FontAwesome;
position: absolute;
left: 5px;
right: 5px;
bottom: 5px;
top: 5px;
display: block;
line-height: 16px;
font-size: 12px;
font-style: initial;
color: #212121;
}
/* 13.5 Top Navbar Mega Menu Setting */
.dropdown.dropdown-lg {
position: static;
}
.dropdown-menu.dropdown-menu-lg {
left: 20px;
right: 20px;
padding: 20px;
}
.dropdown-header {
font-size: 14px;
font-weight: normal;
color: #000;
padding: 0;
margin: 0;
}
.dropdown-menu.dropdown-menu-lg .nav > li > a {
padding: 0;
background: none;
line-height: 24px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active.open > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
background: #f4f6f7 !important;
opacity: 1.0;
filter: alpha(opacity=100);
}
/* 13.6 Login & Register Page with News Feed Setting */
.login.login-with-news-feed,
.register.register-with-news-feed {
width: 100%;
margin: 0;
padding: 0;
}
.login.login-with-news-feed .news-feed,
.register.register-with-news-feed .news-feed {
position: fixed;
left: 0;
right: 500px;
top: 0;
bottom: 0;
-webkit-transform: translateZ(0);
overflow: hidden;
}
.login.login-with-news-feed .news-image,
.register.register-with-news-feed .news-image {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.login.login-with-news-feed .news-image img,
.register.register-with-news-feed .news-image img {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
max-height: 100%;
min-width: 100%;
top: -1960px;
bottom: -1960px;
left: -1960px;
right: -1960px;
margin: auto;
}
.login.login-with-news-feed .news-caption,
.register.register-with-news-feed .news-caption {
background: rgba(255,255,255,0.15);
background: rgba(0, 0, 0, 0.7);
color: #999;
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 30px 60px;
font-size: 14px;
z-index: 20;
font-weight: 300;
min-width: 680px;
}
.login.login-with-news-feed .news-caption .caption-title,
.register.register-with-news-feed .news-caption .caption-title {
color: #fff;
color: rgba(255,255,255,0.8);
font-weight: 300;
font-size: 28px;
}
.login.login-with-news-feed .news-caption .caption-title i,
.register.register-with-news-feed .news-caption .caption-title i {
font-size: 28px;
}
.login.login-with-news-feed .right-content,
.register.register-with-news-feed .right-content {
float: right;
width: 500px;
}
.login.login-with-news-feed .login-content,
.register.register-with-news-feed .register-content {
width: auto;
padding: 30px 60px;
}
.register.register-with-news-feed .register-content {
padding: 20px 60px 30px;
}
.login.login-with-news-feed .login-header,
.register.register-with-news-feed .register-header {
position: relative;
top: 0;
margin: 0;
left: 0;
right: 0;
padding: 100px 60px 0;
}
.register.register-with-news-feed .register-header {
padding: 60px 60px 0;
font-size: 32px;
font-weight: 300;
}
.register.register-with-news-feed .register-header small {
color: #707478;
display: block;
font-size: 14px;
margin-top: 10px;
line-height: 20px;
}
.login.login-with-news-feed .login-header .brand {
color: #212121;
}
.login.login-with-news-feed .login-header .brand small {
color: #707478;
}
.login.login-with-news-feed .login-header .icon {
top: 98px;
right: 10px;
}
/* 13.7 Plugins - Bootstrap Date Range Picker */
.daterangepicker td.active,
.daterangepicker td.active:hover {
background: #2196F3 !important;
text-shadow: none !important;
color: #fff;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
padding: 7px !important;
}
.daterangepicker td.in-range {
background: #eee;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
background: #2196F3 !important;
border-color: #2196F3 !important;
color: #fff !important;
}
.daterangepicker .ranges li {
color: #212121 !important;
}
/* 13.8 Plugins - Select 2 */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background: #2196F3 !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--multiple {
min-height: 34px !important;
border-color: #E0E0E0 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 34px !important;
font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
right: 5px !important;
height: 32px !important;
}
.select2-dropdown {
border: none !important;
-webkit-box-shadow: 0 2px 5px -1px rgba(0,0,0,.2) !important;
box-shadow: 0 2px 5px -1px rgba(0,0,0,.2) !important;
}
.select2-container--default .select2-results__group {
color: #212121 !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
height: 23px;
padding-left: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
padding: 6px 12px !important;
height: 34px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
border-color: #9fa2a5 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
margin-top: 6px !important;
}
/* 13.9 Top Navbar Language Setting */
.navbar-language .flag-icon {
font-size: 20px;
margin: 5px 10px 0;
float: left;
}
.navbar-language .dropdown-menu .flag-icon {
margin: 1px 7px 0;
font-size: 15px;
}
/* 13.10 Profile Page Setting */
.profile-container {
background: #fff;
padding: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.profile-container:before,
.profile-container:after {
content: '';
display: table;
clear: both;
}
.profile-left {
width: 200px;
float: left;
}
.profile-right {
margin-left: 240px;
padding-right: 20px;
}
.profile-image {
height: 175px;
line-height: 175px;
text-align: center;
font-size: 72px;
margin-bottom: 10px;
border: 2px solid #E0E0E0;
overflow: hidden;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.profile-image img {
display: block;
max-width: 100%;
}
.profile-highlight {
padding: 12px 15px;
background: #FEFDE1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.profile-highlight h4 {
margin: 0 0 7px;
font-size: 12px;
font-weight: bold;
}
.table.table-profile > thead > tr > th {
border-bottom: none !important;
}
.table.table-profile > thead > tr > th h4 {
font-size: 20px;
margin-top: 0;
}
.table.table-profile > thead > tr > th h4 small {
display: block;
font-size: 12px;
font-weight: normal;
margin-top: 5px;
}
.table.table-profile > thead > tr > th,
.table.table-profile > tbody > tr > td {
border: none;
padding-top: 7px;
padding-bottom: 7px;
color: #212121;
}
.table.table-profile > tbody > tr > td.field {
width: 120px;
text-align: right;
font-weight: 600;
color: #777;
}
.table.table-profile > tbody > tr.highlight > td {
border-top: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
}
.table.table-profile > tbody > tr.divider > td {
padding: 0 !important;
height: 10px;
}
.profile-section + .profile-section {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #E0E0E0;
}
.profile-section:before,
.profile-section:after {
content: '';
display: table;
clear: both;
}
.profile-section .title {
font-size: 20px;
margin: 0 0 15px;
}
.profile-section .title small {
font-weight: normal;
}
/* -------------------------------
14.0 Update - V1.8
------------------------------- */
/* 14.1 Full Color Panel */
.panel-body[class*="bg-"] {
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
/* 14.2 Bootstrap Date Timepicker */
body .bootstrap-datetimepicker-widget.dropdown-menu {
width: auto;
}
body .bootstrap-datetimepicker-widget .timepicker-hour,
body .bootstrap-datetimepicker-widget .timepicker-minute,
body .bootstrap-datetimepicker-widget .timepicker-second {
border: 2px solid #E0E0E0;
border-radius: 3px;
}
body .bootstrap-datetimepicker-widget.dropdown-menu,
body .bootstrap-datetimepicker-widget a[data-action] {
color: #212121;
}
body .bootstrap-datetimepicker-widget a[data-action] {
padding: 0;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body .bootstrap-datetimepicker-widget table td {
height: 32px;
width: 32px;
line-height: 32px;
}
/* -------------------------------
15.0 Update - V1.9
------------------------------- */
/* 15.1 Sidebar Transparent */
.sidebar.sidebar-transparent {
background: none;
}
.sidebar.sidebar-transparent .nav > li.nav-profile {
background: url('../img/transparent/black-0.3.png');
background: rgba(0, 0, 0, 0.25);
}
.sidebar.sidebar-transparent .nav > li.nav-profile:before {
display: none;
}
.sidebar.sidebar-transparent .nav > li.nav-profile > a:hover,
.sidebar.sidebar-transparent .nav > li.nav-profile > a:focus {
background: none;
}
.sidebar.sidebar-transparent .nav.nav-profile {
border-bottom: 1px solid rgba(255,255,255,0.15);
}
.sidebar.sidebar-transparent .nav > li.has-sub > .sub-menu {
background: url('../img/transparent/black-0.5.png');
background: rgba(26, 34, 41, 0.5);
}
.sidebar.sidebar-transparent .sub-menu {
background: none;
}
.page-sidebar-toggled.page-sidebar-minified .sidebar.sidebar-transparent + .sidebar-bg,
.sidebar.sidebar-transparent + .sidebar-bg {
background: url('../img/sidebar_cover.jpg');
background-size: auto 100%;
}
.sidebar.sidebar-transparent + .sidebar-bg:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('../img/transparent/black-0.5.png');
background: rgba(45, 53, 60, 0.75);
}
.page-sidebar-minified .sidebar.sidebar-transparent .nav > li.has-sub .sub-menu {
background: url('../img/transparent/black-0.7.png');
background: rgba(26, 34, 41, 0.85);
}
.sidebar.sidebar-transparent .nav > li.nav-header {
color: #fff;
}
.page-sidebar-minified .sidebar.sidebar-transparent .nav > li.has-sub:hover > a,
.page-sidebar-minified .sidebar.sidebar-transparent .nav > li.has-sub:focus > a,
.sidebar.sidebar-transparent .nav > li.expand > a,
.sidebar.sidebar-transparent .nav > li > a:focus,
.sidebar.sidebar-transparent .nav > li > a:hover {
background: url('../img/transparent/black-0.5.png');
background: rgba(0, 0, 0, 0.5);
}
/* 15.2 Top Menu Element */
.page-with-top-menu {
padding-top: 106px;
}
.page-with-top-menu .sidebar {
padding-top: 106px;
}
.top-menu {
background: #37474F;
height: 46px;
position: fixed;
top: 60px;
left: 0;
right: 0;
z-index: 1015;
}
.top-menu .nav {
white-space: nowrap;
}
.top-menu .nav > li {
display: inline-block;
position: relative;
}
.top-menu .nav > li + li {
margin-left: -3px;
}
.top-menu .nav > li > a {
padding: 10px 20px;
color: #cfd8dc;
line-height: 26px;
font-weight: 500;
}
.top-menu .nav > li > a .badge,
.top-menu .nav > li > a .label {
margin-left: 5px;
}
.top-menu .nav > li > a .badge {
background: #1b1f24;
}
.top-menu .nav > li > a .badge.pull-right,
.top-menu .nav > li > a .label.pull-right {
margin-top: 4px;
}
.top-menu .nav > li.active > a .label.label-theme,
.top-menu .nav > li.active > a .badge {
background: url(../img/transparent/black-0.4.png);
background: rgba(0,0,0,0.4);
}
.top-menu .nav > li > a i {
float: left;
font-size: 24px;
margin-right: 10px;
line-height: 26px;
width: 24px;
text-align: center;
color: #546E7A;
}
.top-menu .nav > li.active > a i {
color: #fff;
}
.top-menu .nav > li > a .caret {
border-width: 5px;
}
.top-menu .nav > li > a .caret.pull-right {
margin-top: 11px;
margin-left: 10px;
}
.top-menu .nav > li:hover > a,
.top-menu .nav > li:focus > a,
.top-menu .nav > li > a:hover,
.top-menu .nav > li > a:focus {
background: none;
}
/* 15.2.1 Top Menu Sub Menu Setting */
.top-menu .nav .sub-menu {
display: none;
position: absolute;
left: 0;
min-width: 220px;
max-width: 320px;
top: 100%;
background: #2F3C43;
list-style-type: none;
margin: 0;
padding: 10px 0;
}
.top-menu .sub-menu > li > a {
padding: 5px 20px;
display: block;
color: #8a8f94;
text-decoration: none;
position: relative;
}
.top-menu .nav .sub-menu > li > a .caret {
margin-top: 7px;
}
.top-menu .sub-menu .sub-menu {
background: url(../img/transparent/black-0.2.png);
background: rgba(0,0,0,0.2);
position: relative;
left: 0;
top: 0;
}
.top-menu .sub-menu > li.active > a,
.top-menu .sub-menu > li.active > a:hover,
.top-menu .sub-menu > li.active > a:focus,
.top-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:focus {
color: #fff;
}
.top-menu .nav > li.has-sub:hover > .sub-menu {
display: block;
}
.top-menu .nav > li.active > a,
.top-menu .nav > li.active > a:hover,
.top-menu .nav > li.active > a:focus{
background: #009688;
color: #fff;
}
/* 15.2.2 Top Menu Left & Right Control Setting */
.top-menu .nav > li.menu-control {
position: absolute;
top: 0;
width: 46px;
background: #37474F;
height: 46px;
margin: 0;
}
.top-menu .nav > li.menu-control > a {
padding: 0;
text-align: center;
line-height: 46px;
}
.top-menu .nav > li.menu-control > a i {
float: none;
margin: 0;
font-size: 24px;
display: block;
line-height: 46px;
color: #fff;
width: auto;
}
.top-menu .nav > li.menu-control.menu-control-left {
left: -56px;
}
.top-menu .nav > li.menu-control.menu-control-right {
right: -56px;
}
@keyframes slideInLeft {
from { left: -56px; }
to { left: 0; }
}
@-webkit-keyframes slideInLeft {
from { left: -56px; }
to { left: 0; }
}
.top-menu .nav > li.menu-control.menu-control-left.show {
-webkit-animation: slideInLeft .2s;
animation: slideInLeft .2s;
left: 0;
}
@keyframes slideInRight {
from { right: -56px; }
to { right: 0; }
}
@-webkit-keyframes slideInRight {
from { right: -56px; }
to { right: 0; }
}
.top-menu .nav > li.menu-control.menu-control-right.show {
-webkit-animation: slideInRight .2s;
animation: slideInRight .2s;
right: 0;
}
.top-menu .nav > li.menu-control.menu-control-left > a {
-webkit-box-shadow: 5px 0 8px -3px rgba(0,0,0,0.5);
box-shadow: 5px 0 8px -3px rgba(0,0,0,0.5);
}
.top-menu .nav > li.menu-control.menu-control-right > a {
-webkit-box-shadow: -5px 0 8px -3px rgba(0,0,0,0.5);
box-shadow: -5px 0 8px -3px rgba(0,0,0,0.5);
}
/* 15.3 Boxed Layout Setting */
.boxed-layout {
background-image: url(../img/pattern-cover.png);
}
.boxed-layout .page-container {
width: 1080px;
margin: 0 auto;
-webkit-box-shadow: 0 0px 30px rgba(0,0,0,0.5);
box-shadow: 0 0px 30px rgba(0,0,0,0.5);
min-height: 100%;
background: #f7f7f7;
overflow: hidden;
position: relative;
}
.boxed-layout .page-container .header,
.boxed-layout .page-container .sidebar,
.boxed-layout .page-container .sidebar-bg {
left: auto;
}
.boxed-layout .page-container .header {
width: 1080px;
right: auto;
}
.boxed-layout .top-menu,
.boxed-layout .pace {
width: 1080px;
left: 50%;
margin-left: -540px;
}
.boxed-layout .pace .pace-progress,
.boxed-layout .pace .pace-activity,
.boxed-layout .page-with-top-menu .top-menu {
position: absolute;
}
.boxed-layout .page-sidebar-minified .sidebar,
.boxed-layout .page-with-top-menu.page-sidebar-minified .sidebar {
position: relative;
float: left;
padding-top: 0;
}
/* 15.4 Nvd3 Chart Setting */
.nvtooltip {
font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
font-size: 12px !important;
background: #fff !important;
-webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.25) !important;
box-shadow: 0 0px 4px rgba(0,0,0,0.25) !important;
border: none !important;
padding: 5px 10px !important;
}
.nvtooltip table td.legend-color-guide div {
border: none !important;
}
.nvtooltip table thead strong {
text-decoration: underline !important;
}
/* -------------------------------
16.0 Update - V2.0
------------------------------- */
/* 16.1 Material Loader */
.material-loader {
position: fixed;
width: 200px;
height: 100px;
left: 50%;
top: 50%;
margin: -50px 0 0 -100px;
}
.material-loader .message {
line-height: 100px;
text-align: center;
}
.ie8 .material-loader .message {
padding-left: none;
}
.material-loader .circular {
animation: rotate 2s linear infinite;
height: 36px;
width: 36px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -24px;
margin-top: -55px;
}
.material-loader .path {
stroke-dasharray: 1,200;
stroke-dashoffset: 0;
animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
stroke-linecap: round;
}
@keyframes rotate{
100%{
transform: rotate(360deg);
}
}
@keyframes dash{
0%{
stroke-dasharray: 1,200;
stroke-dashoffset: 0;
}
50%{
stroke-dasharray: 89,200;
stroke-dashoffset: -35;
}
100%{
stroke-dasharray: 89,200;
stroke-dashoffset: -124;
}
}
@keyframes color{
100%, 0%{
stroke: #212121;
}
}
| 0.446736 | 0.092606 |
body{
font-family:'Lato', sans-serif;font-size:16px
}
body.active{
overflow:hidden;z-index:-1
}
.no-js #experience-timeline>div{background:#fff;padding:10px;margin-bottom:10px;border:1px solid #dcd9d9}
.no-js #experience-timeline>div h3{font-size:1.5em;font-weight:300;color:#374054;display:inline-block;margin:0}
.no-js #experience-timeline>div h4{font-size:1.2em;font-weight:300;color:#7e8890;margin:0 0 15px 0}
.no-js #experience-timeline>div p{color:#74808a;font-size:0.9em;margin:0}
.no-js #experience-timeline:before,
.no-js #experience-timeline:after{content:none}
@keyframes dropHeader{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}
header{position:absolute;top:0;left:0;right:0;text-align:center;z-index:10;animation-name:dropHeader;animation-iteration-count:1;animation-timing-function:ease;animation-duration:0.75s}
header ul{display:inline-block;background:#fff;text-align:center;padding:10px;margin:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
header li{display:inline-block}
header a{display:block;color:#17202A;padding:10px}
header a:hover{color:#217dbb;text-decoration:none;background:#eee;border-radius:4px}
header a:focus{color:#3498db;text-decoration:none}
header.active{display:block}
header.sticky{position:fixed;z-index:999}
#menu.active{display:block}
#mobile-menu-open{
display:none;cursor:pointer;position:fixed;right:15px;top:10px;color:#3498db;font-size:1.5em;z-index:20;padding:0 7px;border-radius:4px;background:#fff
}
#mobile-menu-close{
display:none;text-align:right;width:100%;background:#fff;font-size:1.5em;padding-right:15px;padding-top:10px;cursor:pointer;color:#3498db
}
#mobile-menu-close span{
font-size:0.5em;text-transform:uppercase
}
#mobile-menu-close i{
vertical-align:middle
}
footer{
padding:50px 0
}
.copyright{padding-top:20px}
.copyright p{margin:0;color:#74808a}
.top{text-align:center}
.top span{cursor:pointer;display:block;margin:15px auto 0 auto;width:35px;height:35px;border-radius:50%;border:3px solid #b9bfc4;text-align:center}
.top i{color:#74808a}
.social{text-align:right}
.social ul{margin:5px 0 0 0;padding:0}
.social li{display:inline-block;font-size:1.25em;list-style:none}
.social a{display:block;color:#74808a;padding:10px}
.social a:hover{color:#3498db}
.btn-rounded-blue{
display:inline-block;color:#1F618D;font-weight:900;padding:15px 25px;border:3px solid #17202A;border-radius:30px;transition:.5s ease all
}
.btn-rounded-blue:hover{
color:#3498db;background:#fff;text-decoration:none
}
.btn-rounded-white{
display:inline-block;color:#fff;padding:15px 25px;border:3px solid #fff;border-radius:30px;transition:.5s ease all
}
.btn-rounded-white:hover{
color:#3498db;background:#fff;text-decoration:none
}
.shadow{
box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)
}
.shadow-large{
box-shadow:0 3px 6px rgba(0,0,0,0.08),0 3px 6px rgba(0,0,0,0.15)
}
.heading{
position:relative;display:inline-block;font-size:2em;font-weight:300;margin:0 0 30px 0
}
.heading:after{
position:absolute;content:'';top:100%;height:1px;width:50px;left:0;right:0;margin:0 auto;background:#3498db
}
.background-alt{
background:#f2f2f5
}
#lead{
position:relative;height:100vh;min-height:500px;max-height:1080px;background:url(../images/space.jpg);background-size:cover;padding:15px;overflow:hidden
}
#lead-content{
position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center
}
#lead-content h1{
color:#17202A;font-weight:900;font-size:5em;text-transform:capitalize;letter-spacing:0.05em;line-height:0.9em
}
#lead-content h2{
color:#17202A;font-weight:500;font-size:2em;margin-bottom:15px
}
#lead-content h1,
#lead-content h2{
margin:0
}
#lead-overlay{
position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0;background:rgba(223,238,244,0.8);z-index:1
}
#lead-down{
position:absolute;left:0;right:0;width:100%;text-align:center;z-index:10;bottom:15px;color:#17202A
}
#lead-down span{
cursor:pointer;display:block;margin:0 auto;width:35px;height:35px;border-radius:50%;border:3px solid #1D3557;text-align:center
}
#lead-down i{
animation:pulsate 1.5s ease;animation-iteration-count:infinite;padding-top:5px
}
@keyframes pulsate{0%{transform:scale(1, 1)}50%{transform:scale(1.2, 1.2)}100%{transform:scale(1, 1)}}
#about{
padding:75px 15px;border-bottom:1px solid #dcd9d9; text-align:center
}
#about h2{
color:#374054
}
#about p{
color:#374054;margin:0;text-align:justify
}
#experience{
padding:50px 15px;text-align:center;border-bottom:1px solid #dcd9d9
}
#experience h2{
color:#374054
}
#experience-timeline{
margin:30px auto 0 auto;position:relative;max-width:1000px
}
#experience-timeline:before{
position:absolute;content:'';top:0;bottom:0;left:253px;right:auto;height:100%;width:3px;background:#3498db;z-index:0
}
#experience-timeline:after{
position:absolute;content:'';width:3px;height:40px;background:#3498db;background:linear-gradient(to bottom, #3498db, rgba(52,152,219,0));top:100%;left:253px
}
.vtimeline-content{
margin-left:300px;background:#fff;border:1px solid #e6e6e6;padding:15px;border-radius:3px;text-align:justify
}
.vtimeline-content h3{
font-size:1.2em;font-weight:500;color:#374054;display:inline-block;margin:0
}
.vtimeline-content h4{
font-size:1em;font-weight:500;color:#74808a;margin:0 0 15px 0
}
.vtimeline-content p{
color:#374054;font-size:1em;margin:0
}
.vtimeline-point{
position:relative;display:block;vertical-align:top;margin-bottom:30px
}
.vtimeline-icon{
position:relative;color:#fff;width:50px;height:50px;background:#3498db;border-radius:50%;float:left;z-index:99;margin-left:230px
}
.vtimeline-icon i{
display:block;font-size:2em;margin-top:10px
}
.vtimeline-date{
width:260px;text-align:right;position:absolute;left:0;top:10px;font-weight:500;color:#17202A;margin-left:-50px
}
#education{
padding:50px 15px 20px 15px;border-bottom:1px solid #dcd9d9;text-align:center
}
#education h2{
color:#374054;margin-bottom:50px
}
.education-block{
max-width:700px;margin:0 auto 30px auto;padding:15px;border:1px solid #dcd9d9;text-align:justify
}
.education-block h3{
font-weight:500;float:left;margin:0;color:#374054;font-size:1.2em
}
.education-block span{
color:#74808a;float:right;font-size:1.2em
}
.education-block h4{
color:#74808a;clear:both;font-weight:500;margin:0 0 15px 0;font-size:1em
}
.education-block p{
margin:0;color:#374054;font-size:1em
}
.education-block ul{
margin:0;color:#374054;font-size:1em
}
.education-block ul{
padding:0 0 0 20px
}
#projects{
padding:50px 15px;border-bottom:1px solid #dcd9d9;text-align:center
}
#projects h2{
color:#374054;margin-bottom:50px
}
.project{
position:relative;max-width:900px;margin:0 auto 30px auto;overflow:hidden;background:#fff;border-radius:4px
}
.project-image{float:left}
.project-info{
position:absolute;top:50%;transform:translateY(-50%);margin-left:300px;padding:15px;text-align:justify
}
project-info h3{font-size:1.5em;font-weight:300;color:#374054;margin:0 0 15px 0}
.project-info p{color:#374054;margin:0 0 15px 0;font-size:0.9em}
.no-image .project-info{position:relative;margin:0;padding:30px 15px;transform:none}
#more-projects{display:none}
#skills{padding:50px 15px;text-align:center}
#skills h2{color:#374054;margin-bottom:50px}
#skills ul{display:block;margin:0 auto;padding:0;max-width:800px}
#skills li{display:inline-block;margin:7px;padding:5px 10px;color:#374054;background:#e4e4ea;list-style:none;cursor:default;font-size:1.2em}
#contact{
padding:50px 15px;background:#3498db;text-align:center
}
#contact h2{margin:0 0 15px 0;color:#fff;font-weight:500}
#contact-form{max-width:500px;margin:0 auto}
#contact-form input,
#contact-form textarea{display:block;width:100%;padding:10px;border-radius:4px;border:none;margin-bottom:10px;background:#1d6fa5;color:#fff;transition:.5s ease all}
#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder{color:#fff}
#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder{color:#fff;opacity:1}
#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder{color:#fff;opacity:1}
#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder{color:#fff}
#contact-form input:focus,
#contact-form textarea:focus{outline:none;background:#16527a}
#contact-form textarea{height:150px;resize:none}
#contact-form button{display:block;width:100%;background:#fff;border-radius:4px;padding:5px 10px;border:none;color:#3498db;font-weight:700;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);transition:.5s ease all}
#contact-form button:hover{box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}
.optional-section{padding:50px 15px;text-align:center;border-top:1px solid #dcd9d9}
.optional-section h2{color:#374054}
.optional-section-block{max-width:700px;margin:0 auto 30px auto;padding:15px;border:1px solid #dcd9d9;background:#fff;text-align:left}
.optional-section-block h3{font-weight:500;margin:0 0 15px 0;color:#374054}
.optional-section-block h4{color:#74808a;clear:both;font-weight:500;margin:0 0 15px 0}
.optional-section-block p,
.optional-section-block ul{margin:0 0 15px 0;color:#74808a;font-size:0.9em}
.optional-section-block ul{padding:0 0 0 15px}
@media only screen and (max-width: 750px){
#experience-timeline:before,#experience-timeline:after{left:23px}
.vtimeline-date{width:auto;text-align:left;position:relative;margin-bottom:15px;display:block;margin-left:70px}
.vtimeline-icon{margin-left:0}
.vtimeline-content{margin-left:70px}}
@media only screen and (max-width: 992px){#lead{height:auto;min-height:auto;max-height:auto;padding:100px 15px}
#lead-content{position:relative;transform:none;left:auto;top:auto}
#lead-content h1{font-size:3em}
#lead-content h2{font-size:1.75em}
#about{text-align:center}
#about p{text-align:left}}
@media only screen and (max-width: 768px){header{position:fixed;display:none;z-index:999;animation:none;bottom:0;height:100%}
#mobile-menu-open,
#mobile-menu-close{display:block}
#menu{height:100%;overflow-y:auto;box-shadow:none;border-radius:0;width:100%}
#menu li{display:block;margin-bottom:10px}
#lead-content h1{font-size:2em}
#lead-content h2{font-size:1.3em}
#lead-content a{padding:10px 20px}
#lead-down{display:none}
.education-block h3,
.education-block span{float:none}
.project-image{
display:none
}
.project-info{
position:relative;margin:0;padding:30px 15px;top:auto;transform:none
}
footer{text-align:center}
.social{text-align:center}}@media only screen and (max-width: 480px){#lead-content h1{font-size:1.5em}#lead-content h2{font-size:1em}#lead-content a{font-size:0.9em;padding:5px 10px}}
|
css/styles.css
|
body{
font-family:'Lato', sans-serif;font-size:16px
}
body.active{
overflow:hidden;z-index:-1
}
.no-js #experience-timeline>div{background:#fff;padding:10px;margin-bottom:10px;border:1px solid #dcd9d9}
.no-js #experience-timeline>div h3{font-size:1.5em;font-weight:300;color:#374054;display:inline-block;margin:0}
.no-js #experience-timeline>div h4{font-size:1.2em;font-weight:300;color:#7e8890;margin:0 0 15px 0}
.no-js #experience-timeline>div p{color:#74808a;font-size:0.9em;margin:0}
.no-js #experience-timeline:before,
.no-js #experience-timeline:after{content:none}
@keyframes dropHeader{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}
header{position:absolute;top:0;left:0;right:0;text-align:center;z-index:10;animation-name:dropHeader;animation-iteration-count:1;animation-timing-function:ease;animation-duration:0.75s}
header ul{display:inline-block;background:#fff;text-align:center;padding:10px;margin:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
header li{display:inline-block}
header a{display:block;color:#17202A;padding:10px}
header a:hover{color:#217dbb;text-decoration:none;background:#eee;border-radius:4px}
header a:focus{color:#3498db;text-decoration:none}
header.active{display:block}
header.sticky{position:fixed;z-index:999}
#menu.active{display:block}
#mobile-menu-open{
display:none;cursor:pointer;position:fixed;right:15px;top:10px;color:#3498db;font-size:1.5em;z-index:20;padding:0 7px;border-radius:4px;background:#fff
}
#mobile-menu-close{
display:none;text-align:right;width:100%;background:#fff;font-size:1.5em;padding-right:15px;padding-top:10px;cursor:pointer;color:#3498db
}
#mobile-menu-close span{
font-size:0.5em;text-transform:uppercase
}
#mobile-menu-close i{
vertical-align:middle
}
footer{
padding:50px 0
}
.copyright{padding-top:20px}
.copyright p{margin:0;color:#74808a}
.top{text-align:center}
.top span{cursor:pointer;display:block;margin:15px auto 0 auto;width:35px;height:35px;border-radius:50%;border:3px solid #b9bfc4;text-align:center}
.top i{color:#74808a}
.social{text-align:right}
.social ul{margin:5px 0 0 0;padding:0}
.social li{display:inline-block;font-size:1.25em;list-style:none}
.social a{display:block;color:#74808a;padding:10px}
.social a:hover{color:#3498db}
.btn-rounded-blue{
display:inline-block;color:#1F618D;font-weight:900;padding:15px 25px;border:3px solid #17202A;border-radius:30px;transition:.5s ease all
}
.btn-rounded-blue:hover{
color:#3498db;background:#fff;text-decoration:none
}
.btn-rounded-white{
display:inline-block;color:#fff;padding:15px 25px;border:3px solid #fff;border-radius:30px;transition:.5s ease all
}
.btn-rounded-white:hover{
color:#3498db;background:#fff;text-decoration:none
}
.shadow{
box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)
}
.shadow-large{
box-shadow:0 3px 6px rgba(0,0,0,0.08),0 3px 6px rgba(0,0,0,0.15)
}
.heading{
position:relative;display:inline-block;font-size:2em;font-weight:300;margin:0 0 30px 0
}
.heading:after{
position:absolute;content:'';top:100%;height:1px;width:50px;left:0;right:0;margin:0 auto;background:#3498db
}
.background-alt{
background:#f2f2f5
}
#lead{
position:relative;height:100vh;min-height:500px;max-height:1080px;background:url(../images/space.jpg);background-size:cover;padding:15px;overflow:hidden
}
#lead-content{
position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center
}
#lead-content h1{
color:#17202A;font-weight:900;font-size:5em;text-transform:capitalize;letter-spacing:0.05em;line-height:0.9em
}
#lead-content h2{
color:#17202A;font-weight:500;font-size:2em;margin-bottom:15px
}
#lead-content h1,
#lead-content h2{
margin:0
}
#lead-overlay{
position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0;background:rgba(223,238,244,0.8);z-index:1
}
#lead-down{
position:absolute;left:0;right:0;width:100%;text-align:center;z-index:10;bottom:15px;color:#17202A
}
#lead-down span{
cursor:pointer;display:block;margin:0 auto;width:35px;height:35px;border-radius:50%;border:3px solid #1D3557;text-align:center
}
#lead-down i{
animation:pulsate 1.5s ease;animation-iteration-count:infinite;padding-top:5px
}
@keyframes pulsate{0%{transform:scale(1, 1)}50%{transform:scale(1.2, 1.2)}100%{transform:scale(1, 1)}}
#about{
padding:75px 15px;border-bottom:1px solid #dcd9d9; text-align:center
}
#about h2{
color:#374054
}
#about p{
color:#374054;margin:0;text-align:justify
}
#experience{
padding:50px 15px;text-align:center;border-bottom:1px solid #dcd9d9
}
#experience h2{
color:#374054
}
#experience-timeline{
margin:30px auto 0 auto;position:relative;max-width:1000px
}
#experience-timeline:before{
position:absolute;content:'';top:0;bottom:0;left:253px;right:auto;height:100%;width:3px;background:#3498db;z-index:0
}
#experience-timeline:after{
position:absolute;content:'';width:3px;height:40px;background:#3498db;background:linear-gradient(to bottom, #3498db, rgba(52,152,219,0));top:100%;left:253px
}
.vtimeline-content{
margin-left:300px;background:#fff;border:1px solid #e6e6e6;padding:15px;border-radius:3px;text-align:justify
}
.vtimeline-content h3{
font-size:1.2em;font-weight:500;color:#374054;display:inline-block;margin:0
}
.vtimeline-content h4{
font-size:1em;font-weight:500;color:#74808a;margin:0 0 15px 0
}
.vtimeline-content p{
color:#374054;font-size:1em;margin:0
}
.vtimeline-point{
position:relative;display:block;vertical-align:top;margin-bottom:30px
}
.vtimeline-icon{
position:relative;color:#fff;width:50px;height:50px;background:#3498db;border-radius:50%;float:left;z-index:99;margin-left:230px
}
.vtimeline-icon i{
display:block;font-size:2em;margin-top:10px
}
.vtimeline-date{
width:260px;text-align:right;position:absolute;left:0;top:10px;font-weight:500;color:#17202A;margin-left:-50px
}
#education{
padding:50px 15px 20px 15px;border-bottom:1px solid #dcd9d9;text-align:center
}
#education h2{
color:#374054;margin-bottom:50px
}
.education-block{
max-width:700px;margin:0 auto 30px auto;padding:15px;border:1px solid #dcd9d9;text-align:justify
}
.education-block h3{
font-weight:500;float:left;margin:0;color:#374054;font-size:1.2em
}
.education-block span{
color:#74808a;float:right;font-size:1.2em
}
.education-block h4{
color:#74808a;clear:both;font-weight:500;margin:0 0 15px 0;font-size:1em
}
.education-block p{
margin:0;color:#374054;font-size:1em
}
.education-block ul{
margin:0;color:#374054;font-size:1em
}
.education-block ul{
padding:0 0 0 20px
}
#projects{
padding:50px 15px;border-bottom:1px solid #dcd9d9;text-align:center
}
#projects h2{
color:#374054;margin-bottom:50px
}
.project{
position:relative;max-width:900px;margin:0 auto 30px auto;overflow:hidden;background:#fff;border-radius:4px
}
.project-image{float:left}
.project-info{
position:absolute;top:50%;transform:translateY(-50%);margin-left:300px;padding:15px;text-align:justify
}
project-info h3{font-size:1.5em;font-weight:300;color:#374054;margin:0 0 15px 0}
.project-info p{color:#374054;margin:0 0 15px 0;font-size:0.9em}
.no-image .project-info{position:relative;margin:0;padding:30px 15px;transform:none}
#more-projects{display:none}
#skills{padding:50px 15px;text-align:center}
#skills h2{color:#374054;margin-bottom:50px}
#skills ul{display:block;margin:0 auto;padding:0;max-width:800px}
#skills li{display:inline-block;margin:7px;padding:5px 10px;color:#374054;background:#e4e4ea;list-style:none;cursor:default;font-size:1.2em}
#contact{
padding:50px 15px;background:#3498db;text-align:center
}
#contact h2{margin:0 0 15px 0;color:#fff;font-weight:500}
#contact-form{max-width:500px;margin:0 auto}
#contact-form input,
#contact-form textarea{display:block;width:100%;padding:10px;border-radius:4px;border:none;margin-bottom:10px;background:#1d6fa5;color:#fff;transition:.5s ease all}
#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder{color:#fff}
#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder{color:#fff;opacity:1}
#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder{color:#fff;opacity:1}
#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder{color:#fff}
#contact-form input:focus,
#contact-form textarea:focus{outline:none;background:#16527a}
#contact-form textarea{height:150px;resize:none}
#contact-form button{display:block;width:100%;background:#fff;border-radius:4px;padding:5px 10px;border:none;color:#3498db;font-weight:700;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);transition:.5s ease all}
#contact-form button:hover{box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}
.optional-section{padding:50px 15px;text-align:center;border-top:1px solid #dcd9d9}
.optional-section h2{color:#374054}
.optional-section-block{max-width:700px;margin:0 auto 30px auto;padding:15px;border:1px solid #dcd9d9;background:#fff;text-align:left}
.optional-section-block h3{font-weight:500;margin:0 0 15px 0;color:#374054}
.optional-section-block h4{color:#74808a;clear:both;font-weight:500;margin:0 0 15px 0}
.optional-section-block p,
.optional-section-block ul{margin:0 0 15px 0;color:#74808a;font-size:0.9em}
.optional-section-block ul{padding:0 0 0 15px}
@media only screen and (max-width: 750px){
#experience-timeline:before,#experience-timeline:after{left:23px}
.vtimeline-date{width:auto;text-align:left;position:relative;margin-bottom:15px;display:block;margin-left:70px}
.vtimeline-icon{margin-left:0}
.vtimeline-content{margin-left:70px}}
@media only screen and (max-width: 992px){#lead{height:auto;min-height:auto;max-height:auto;padding:100px 15px}
#lead-content{position:relative;transform:none;left:auto;top:auto}
#lead-content h1{font-size:3em}
#lead-content h2{font-size:1.75em}
#about{text-align:center}
#about p{text-align:left}}
@media only screen and (max-width: 768px){header{position:fixed;display:none;z-index:999;animation:none;bottom:0;height:100%}
#mobile-menu-open,
#mobile-menu-close{display:block}
#menu{height:100%;overflow-y:auto;box-shadow:none;border-radius:0;width:100%}
#menu li{display:block;margin-bottom:10px}
#lead-content h1{font-size:2em}
#lead-content h2{font-size:1.3em}
#lead-content a{padding:10px 20px}
#lead-down{display:none}
.education-block h3,
.education-block span{float:none}
.project-image{
display:none
}
.project-info{
position:relative;margin:0;padding:30px 15px;top:auto;transform:none
}
footer{text-align:center}
.social{text-align:center}}@media only screen and (max-width: 480px){#lead-content h1{font-size:1.5em}#lead-content h2{font-size:1em}#lead-content a{font-size:0.9em;padding:5px 10px}}
| 0.325199 | 0.058831 |
@font-face {
font-family: system;
font-style: normal;
font-weight: 300;
src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
body {
font-family: "system";
}
#container {
position: relative;
width: 100%;
min-width: 1200px;
padding: 0;
}
.dashboard {
background: #7414dc;
}
.dashboard #content {
width: 79.5% !important ;
}
.login {
background: #7414dc !important;
}
.login #container {
border: 1px solid #7414dc !important;
}
.login #content {
background-color: #515a63;
padding: 20px 20px 0;
}
.login #footer {
background-color: #515a63;
clear: both;
padding: 10px;
}
#header {
background: #343a40;
}
#branding h1, #branding h1 a:link, #branding h1 a:visited {
color: #ffffff;
}
#user-tools {
color: #ffffff;
}
.button, input[type=submit], input[type=button], .submit-row input, a.button {
background: #7414dc;
}
#changelist #toolbar form input[type="submit"] {
border: 1px solid #ccc;
font-size: 13px;
padding: 4px 8px;
margin: 0;
vertical-align: middle;
background: #fff;
box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
cursor: pointer;
color: #333;
}
h1 {
color: #ffffff;
font-size: 24px;
}
h2 {
color: #ffffff;
font-size: 16px;
margin: 1em 0 0.5em 0;
}
p {
padding: 0;
line-height: 140%;
color: #ffffff;
}
body {
margin: 0;
padding: 0;
color: #343a40;
background: #7414dc;
}
thead {
background-color: #515a63 !important;
display: table-header-group;
vertical-align: middle;
border-color: #515a63 !important;
}
td {
color: #ffffff;
}
td, th {
color: #ffffff !important;
background-color: #343a40 !important;
font-size: 13px;
line-height: 16px;
border-bottom: 1px solid #343a40 !important;
vertical-align: top;
padding: 8px;
font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
}
table thead th .text a:focus, table thead th .text a:hover {
background: #343a40 !important;
}
thead th a:link, thead th a:visited {
color: #ffffff !important;
}
thead th, tfoot td {
color: #ffffff !important;
padding: 5px 10px;
font-size: 11px;
background: #343a40 !important;
border: none;
border-top: 1px solid #515a63 !important;
border-bottom: 1px solid #515a63 !important;
}
div.breadcrumbs {
background: #515a63;
padding: 10px 40px;
border: none;
font-size: 14px;
color: #ffffff;
text-align: left;
}
#nav-sidebar {
z-index: 15;
flex: 0 0 275px;
left: -278px;
margin-left: -278px;
border-top: 1px solid #515a63;
border-left: 2px solid #515a63 !important;
border-right: none !important;
background-color: #515a63 !important;
overflow: auto;
}
#toolbar {
width: 98.7% !important;
padding: 5px 10px;
margin-bottom: 0px !important;
border-top: 1px solid #343a40 !important;
border-bottom: 1px solid #343a40 !important;
background: #343a40 !important;
color: #666;
}
#toolbar #searchbar {
background-color: #515a63 !important;
height: 19px;
border: 1px solid #515a63 !important;
padding: 2px 5px;
margin: 0;
vertical-align: top;
font-size: 13px;
max-width: 100%;
}
#toolbar form input {
border-radius: 4px;
font-size: 14px;
padding: 5px;
color: #ffffff !important;
}
#changelist #toolbar form input[type="submit"] {
border: 1px solid #515a63 !important;
font-size: 13px;
padding: 4px 8px;
margin: 0;
vertical-align: middle;
background: #515a63 !important;
box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
cursor: pointer;
color: #333;
}
#changelist .actions {
padding: 10px;
background: #515a63 !important;
border-top: none;
border-bottom: none;
line-height: 24px;
color: #ffffff !important;
width: 98.7% !important;
}
#changelist .actions select {
vertical-align: top;
height: 24px;
background: none;
color: #fff !important;
background-color: #343a40 !important;
border: 1px solid #343a40 !important;
border-radius: 4px;
font-size: 14px;
padding: 0 0 0 4px;
margin: 0;
margin-left: 10px;
}
#changelist .actions .button {
font-size: 13px;
border: 1px solid #ccc;
border-radius: 4px;
background-color: #343a40 !important;
border: 1px solid #343a40 !important;
box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
cursor: pointer;
height: 24px;
line-height: 1;
padding: 4px 8px;
margin: 0;
color: #fff !important;
}
#changelist-filter {
order: 1;
width: 260px;
background: #515a63 !important;
border-left: none !important;
margin: 0 0 0 0px !important;
}
#changelist-filter h2 {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.5px;
padding: 12px 15px !important;
margin-bottom: 12px;
border-bottom: none;
}
#changelist-filter h3 {
color: #ffffff !important;
font-weight: 400;
font-size: 14px;
padding: 0 15px;
margin-bottom: 10px;
}
#changelist-filter a {
display: block;
color: #ffffff !important;
text-overflow: ellipsis;
overflow-x: hidden;
}
#changelist-filter li.selected {
border-left: 5px solid #515a63 !important;
padding-left: 10px;
margin-left: -15px;
}
.change-list .filtered {
background: #515a63 !important;
min-height: 400px;
}
#changelist .paginator {
/*max-width: 1291px !important;*/
max-width: 98.7% !important;
background-color: #343a40 !important;
color: #ffffff !important;
border-top: 1px solid #343a40 !important;
border-bottom: 1px solid #343a40 !important;
overflow: hidden;
}
#changelist-filter li.selected a {
color: #70cbf8 !important;
}
.object-tools a:link, .object-tools a:visited {
display: block;
float: left;
padding: 3px 12px;
background: #343a40 !important;
font-weight: 400;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #fff;
}
#content-main {
float: left;
width: 100%;
display: inline-table !important;
}
#content-related .module h2 {
background: none;
padding: 16px;
margin-bottom: 16px;
border-bottom: 1px solid #515a63;
font-size: 18px;
color: #ffffff;
}
#content-related h3 {
font-size: 14px;
color: #ffffff;
padding: 0 16px;
margin: 0 0 16px;
}
#content-related {
color: #ffffff;
background: #343a40
}
#site-name {
color: #ffffff;
}
.module {
border: none;
margin-bottom: 30px;
background: #ffffff;
}
.module h2, .module caption, .inline-group h2 {
margin: 0;
padding: 8px;
font-weight: 400;
font-size: 13px;
text-align: left;
background: #343a40;
color: #ffffff;
}
.app-beavers.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-cubs.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-scouts.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-main_website.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-executive.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-accounts.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-sites.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-django_summernote.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-taggit.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
a:link, a:visited {
color: #70cbf8;
text-decoration: none;
}
.login #header {
height: auto;
padding: 15px 16px;
justify-content: center;
text-align: center;
}
#changelist table input {
margin: 0;
vertical-align: baseline;
}
.form-row {
background-color:#515a63;
overflow: hidden;
padding: 10px;
font-size: 13px;
border-bottom: 1px solid #515a63;
}
.required label, label.required {
font-weight: bold;
color: #ffffff !important;
}
label {
font-weight: normal;
color: #ffffff !important;
font-size: 13px;
}
form .aligned p.help:last-child, form .aligned div.help:last-child {
color: #ffffff;
margin-bottom: 0;
padding-bottom: 0;
}
.form-row {
color: #ffffff;
overflow: hidden;
padding: 10px;
font-size: 13px;
border-bottom: 1px solid #515a63 !important;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], input[type=tel], textarea, select, .vTextField {
color: #ffffff;
background-color: #343a40;
border: 1px solid #343a40;
border-radius: 4px;
padding: 5px 6px;
margin-top: 0;
}
.selector-chosen h2 {
background: #7414dc !important;
color: #fff;
}
.selector .selector-available input {
background-color: #515a63;
border: 1px solid #515a63;
width: 320px;
margin-left: 8px;
}
.selector .selector-filter {
background: #343a40 !important;
border: 1px solid #343a40 !important;
border-width: 0 1px;
padding: 8px;
color: #ffffff !important;
font-size: 10px;
margin: 0;
text-align: left;
}
.selector .selector-available h2 {
background: #7414dc !important;
color: #ffffff !important;
}
.selector-available h2, .selector-chosen h2 {
border: none !important;
border-radius: 4px 4px 0 0;
}
a.selector-chooseall, a.selector-clearall {
display: inline-block;
height: 16px;
text-align: left;
margin: 1px auto 3px;
overflow: hidden;
font-weight: bold;
line-height: 16px;
color: #ffffff !important;
text-decoration: none;
opacity: 0.3;
}
a.selector-chooseall, a.selector-clearall {
display: inline-block;
height: 16px;
text-align: left;
margin: 1px auto 3px;
overflow: hidden;
font-weight: bold;
line-height: 16px;
color: #ffffff !important;
text-decoration: none;
opacity: 0.3;
}
.selector ul.selector-chooser {
float: left;
width: 22px;
background-color: #343a40 !important;
border-radius: 10px;
margin: 10em 5px 0 5px;
padding: 0;
}
.aligned label + p, .aligned label + div.help, .aligned label + div.readonly {
color: #ffffff !important;
padding: 6px 0;
margin-top: 0;
margin-bottom: 0;
margin-left: 170px;
}
.button.default, input[type=submit].default, .submit-row input.default {
float: right;
border: none;
font-weight: 400;
background: #7414dc !important;
}
.button.default, input[type=submit].default:hover, .submit-row input.default {
background: #530f9b;
}
.button:active, input[type=submit]:active, input[type=button]:active, .button:focus, input[type=submit]:focus, input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=button]:hover {
background: #530f9b;
}
.submit-row {
padding: 12px 14px;
margin: 0 0 20px;
background: #515a63 !important;
border: 1px solid #515a63 !important;
border-radius: 4px;
text-align: right;
overflow: hidden;
}
.calendar caption, .calendarbox h2 {
margin: 0;
text-align: center;
border-top: none;
background: #7414dc !important;
font-weight: 700;
font-size: 12px;
color: #ffffff !important;
}
.calendar td a, .timelist a {
display: block;
font-weight: 400;
padding: 6px;
text-decoration: none;
color: #ffffff !important;
}
.calendar td a:hover, .timelist a {
background: #7414dc !important;
display: block;
font-weight: 400;
padding: 6px;
text-decoration: none;
color: #ffffff !important;
}
.calendar td.selected a {
background: #7414dc !important;
color: #fff;
}
.calendar-shortcuts {
background: #515a63 !important;
font-size: 11px;
line-height: 11px;
border-top: 1px solid #515a63;
padding: 8px 0;
color: #ffffff;
}
.calendar-cancel {
margin: 0;
padding: 4px 0;
font-size: 12px;
background: #CC3434 !important;
border-top: 1px solid #ffffff !important;
color: #ffffff;
}
.calendar-cancel a {
color: #ffffff !important;
display: block;
}
.toggle-nav-sidebar {
z-index: 20;
left: 0;
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 24px;
width: 24px;
border-top: 1px solid #515a63 !important;
border-bottom: 1px solid #515a63 !important;
border-left: 1px solid #515a63 !important;
border-right: 1px solid #515a63 !important;
background-color: #515a63 !important;
cursor: pointer;
font-size: 20px;
color: #447e9b;
padding: 0;
}
.toggle-nav-sidebar::before {
content: '\00BB';
color: #ffffff !important;
}
.main.shifted .toggle-nav-sidebar::before {
content: '\00AB';
color: #ffffff !important;
}
.toggle-nav-sidebar:hover {
background-color: #343a40 !important;
}
.errornote {
font-size: 14px;
font-weight: 700;
display: block;
padding: 10px 12px;
margin: 0 0 10px 0;
color: #ba2121;
border: 1px solid #ba2121;
border-radius: 4px;
background-color: #343a40 !important;
background-position: 5px 12px;
}
.inline-related h3 {
margin: 0;
color: #ffffff !important;
padding: 5px;
font-size: 13px;
background: #343a40 !important;
border-top: 1px solid #343a40 !important;
border-bottom: 1px solid #343a40 !important;
}
.inline-group div.add-row, .inline-group .tabular tr.add-row td {
color: #ffffff !important;
background: #343a40 !important;
padding: 8px 10px;
border-bottom: 1px solid #343a40 !important;
}
.form-row.errors {
margin: 0;
border: none;
border-bottom: 1px solid #343a40;
background: #343a40 !important;
}
ul.errorlist {
margin: 0 0 4px;
padding: 0;
color: #ba2121;
background: #343a40 !important;
}
|
main_website/static/main_website/css/admin.css
|
@font-face {
font-family: system;
font-style: normal;
font-weight: 300;
src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
body {
font-family: "system";
}
#container {
position: relative;
width: 100%;
min-width: 1200px;
padding: 0;
}
.dashboard {
background: #7414dc;
}
.dashboard #content {
width: 79.5% !important ;
}
.login {
background: #7414dc !important;
}
.login #container {
border: 1px solid #7414dc !important;
}
.login #content {
background-color: #515a63;
padding: 20px 20px 0;
}
.login #footer {
background-color: #515a63;
clear: both;
padding: 10px;
}
#header {
background: #343a40;
}
#branding h1, #branding h1 a:link, #branding h1 a:visited {
color: #ffffff;
}
#user-tools {
color: #ffffff;
}
.button, input[type=submit], input[type=button], .submit-row input, a.button {
background: #7414dc;
}
#changelist #toolbar form input[type="submit"] {
border: 1px solid #ccc;
font-size: 13px;
padding: 4px 8px;
margin: 0;
vertical-align: middle;
background: #fff;
box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
cursor: pointer;
color: #333;
}
h1 {
color: #ffffff;
font-size: 24px;
}
h2 {
color: #ffffff;
font-size: 16px;
margin: 1em 0 0.5em 0;
}
p {
padding: 0;
line-height: 140%;
color: #ffffff;
}
body {
margin: 0;
padding: 0;
color: #343a40;
background: #7414dc;
}
thead {
background-color: #515a63 !important;
display: table-header-group;
vertical-align: middle;
border-color: #515a63 !important;
}
td {
color: #ffffff;
}
td, th {
color: #ffffff !important;
background-color: #343a40 !important;
font-size: 13px;
line-height: 16px;
border-bottom: 1px solid #343a40 !important;
vertical-align: top;
padding: 8px;
font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
}
table thead th .text a:focus, table thead th .text a:hover {
background: #343a40 !important;
}
thead th a:link, thead th a:visited {
color: #ffffff !important;
}
thead th, tfoot td {
color: #ffffff !important;
padding: 5px 10px;
font-size: 11px;
background: #343a40 !important;
border: none;
border-top: 1px solid #515a63 !important;
border-bottom: 1px solid #515a63 !important;
}
div.breadcrumbs {
background: #515a63;
padding: 10px 40px;
border: none;
font-size: 14px;
color: #ffffff;
text-align: left;
}
#nav-sidebar {
z-index: 15;
flex: 0 0 275px;
left: -278px;
margin-left: -278px;
border-top: 1px solid #515a63;
border-left: 2px solid #515a63 !important;
border-right: none !important;
background-color: #515a63 !important;
overflow: auto;
}
#toolbar {
width: 98.7% !important;
padding: 5px 10px;
margin-bottom: 0px !important;
border-top: 1px solid #343a40 !important;
border-bottom: 1px solid #343a40 !important;
background: #343a40 !important;
color: #666;
}
#toolbar #searchbar {
background-color: #515a63 !important;
height: 19px;
border: 1px solid #515a63 !important;
padding: 2px 5px;
margin: 0;
vertical-align: top;
font-size: 13px;
max-width: 100%;
}
#toolbar form input {
border-radius: 4px;
font-size: 14px;
padding: 5px;
color: #ffffff !important;
}
#changelist #toolbar form input[type="submit"] {
border: 1px solid #515a63 !important;
font-size: 13px;
padding: 4px 8px;
margin: 0;
vertical-align: middle;
background: #515a63 !important;
box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
cursor: pointer;
color: #333;
}
#changelist .actions {
padding: 10px;
background: #515a63 !important;
border-top: none;
border-bottom: none;
line-height: 24px;
color: #ffffff !important;
width: 98.7% !important;
}
#changelist .actions select {
vertical-align: top;
height: 24px;
background: none;
color: #fff !important;
background-color: #343a40 !important;
border: 1px solid #343a40 !important;
border-radius: 4px;
font-size: 14px;
padding: 0 0 0 4px;
margin: 0;
margin-left: 10px;
}
#changelist .actions .button {
font-size: 13px;
border: 1px solid #ccc;
border-radius: 4px;
background-color: #343a40 !important;
border: 1px solid #343a40 !important;
box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
cursor: pointer;
height: 24px;
line-height: 1;
padding: 4px 8px;
margin: 0;
color: #fff !important;
}
#changelist-filter {
order: 1;
width: 260px;
background: #515a63 !important;
border-left: none !important;
margin: 0 0 0 0px !important;
}
#changelist-filter h2 {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.5px;
padding: 12px 15px !important;
margin-bottom: 12px;
border-bottom: none;
}
#changelist-filter h3 {
color: #ffffff !important;
font-weight: 400;
font-size: 14px;
padding: 0 15px;
margin-bottom: 10px;
}
#changelist-filter a {
display: block;
color: #ffffff !important;
text-overflow: ellipsis;
overflow-x: hidden;
}
#changelist-filter li.selected {
border-left: 5px solid #515a63 !important;
padding-left: 10px;
margin-left: -15px;
}
.change-list .filtered {
background: #515a63 !important;
min-height: 400px;
}
#changelist .paginator {
/*max-width: 1291px !important;*/
max-width: 98.7% !important;
background-color: #343a40 !important;
color: #ffffff !important;
border-top: 1px solid #343a40 !important;
border-bottom: 1px solid #343a40 !important;
overflow: hidden;
}
#changelist-filter li.selected a {
color: #70cbf8 !important;
}
.object-tools a:link, .object-tools a:visited {
display: block;
float: left;
padding: 3px 12px;
background: #343a40 !important;
font-weight: 400;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #fff;
}
#content-main {
float: left;
width: 100%;
display: inline-table !important;
}
#content-related .module h2 {
background: none;
padding: 16px;
margin-bottom: 16px;
border-bottom: 1px solid #515a63;
font-size: 18px;
color: #ffffff;
}
#content-related h3 {
font-size: 14px;
color: #ffffff;
padding: 0 16px;
margin: 0 0 16px;
}
#content-related {
color: #ffffff;
background: #343a40
}
#site-name {
color: #ffffff;
}
.module {
border: none;
margin-bottom: 30px;
background: #ffffff;
}
.module h2, .module caption, .inline-group h2 {
margin: 0;
padding: 8px;
font-weight: 400;
font-size: 13px;
text-align: left;
background: #343a40;
color: #ffffff;
}
.app-beavers.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-cubs.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-scouts.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-main_website.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-executive.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-accounts.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-sites.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-django_summernote.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
.app-taggit.module {
width: 260px;
display: inline-grid;
margin-right: 20px;
}
a:link, a:visited {
color: #70cbf8;
text-decoration: none;
}
.login #header {
height: auto;
padding: 15px 16px;
justify-content: center;
text-align: center;
}
#changelist table input {
margin: 0;
vertical-align: baseline;
}
.form-row {
background-color:#515a63;
overflow: hidden;
padding: 10px;
font-size: 13px;
border-bottom: 1px solid #515a63;
}
.required label, label.required {
font-weight: bold;
color: #ffffff !important;
}
label {
font-weight: normal;
color: #ffffff !important;
font-size: 13px;
}
form .aligned p.help:last-child, form .aligned div.help:last-child {
color: #ffffff;
margin-bottom: 0;
padding-bottom: 0;
}
.form-row {
color: #ffffff;
overflow: hidden;
padding: 10px;
font-size: 13px;
border-bottom: 1px solid #515a63 !important;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], input[type=tel], textarea, select, .vTextField {
color: #ffffff;
background-color: #343a40;
border: 1px solid #343a40;
border-radius: 4px;
padding: 5px 6px;
margin-top: 0;
}
.selector-chosen h2 {
background: #7414dc !important;
color: #fff;
}
.selector .selector-available input {
background-color: #515a63;
border: 1px solid #515a63;
width: 320px;
margin-left: 8px;
}
.selector .selector-filter {
background: #343a40 !important;
border: 1px solid #343a40 !important;
border-width: 0 1px;
padding: 8px;
color: #ffffff !important;
font-size: 10px;
margin: 0;
text-align: left;
}
.selector .selector-available h2 {
background: #7414dc !important;
color: #ffffff !important;
}
.selector-available h2, .selector-chosen h2 {
border: none !important;
border-radius: 4px 4px 0 0;
}
a.selector-chooseall, a.selector-clearall {
display: inline-block;
height: 16px;
text-align: left;
margin: 1px auto 3px;
overflow: hidden;
font-weight: bold;
line-height: 16px;
color: #ffffff !important;
text-decoration: none;
opacity: 0.3;
}
a.selector-chooseall, a.selector-clearall {
display: inline-block;
height: 16px;
text-align: left;
margin: 1px auto 3px;
overflow: hidden;
font-weight: bold;
line-height: 16px;
color: #ffffff !important;
text-decoration: none;
opacity: 0.3;
}
.selector ul.selector-chooser {
float: left;
width: 22px;
background-color: #343a40 !important;
border-radius: 10px;
margin: 10em 5px 0 5px;
padding: 0;
}
.aligned label + p, .aligned label + div.help, .aligned label + div.readonly {
color: #ffffff !important;
padding: 6px 0;
margin-top: 0;
margin-bottom: 0;
margin-left: 170px;
}
.button.default, input[type=submit].default, .submit-row input.default {
float: right;
border: none;
font-weight: 400;
background: #7414dc !important;
}
.button.default, input[type=submit].default:hover, .submit-row input.default {
background: #530f9b;
}
.button:active, input[type=submit]:active, input[type=button]:active, .button:focus, input[type=submit]:focus, input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=button]:hover {
background: #530f9b;
}
.submit-row {
padding: 12px 14px;
margin: 0 0 20px;
background: #515a63 !important;
border: 1px solid #515a63 !important;
border-radius: 4px;
text-align: right;
overflow: hidden;
}
.calendar caption, .calendarbox h2 {
margin: 0;
text-align: center;
border-top: none;
background: #7414dc !important;
font-weight: 700;
font-size: 12px;
color: #ffffff !important;
}
.calendar td a, .timelist a {
display: block;
font-weight: 400;
padding: 6px;
text-decoration: none;
color: #ffffff !important;
}
.calendar td a:hover, .timelist a {
background: #7414dc !important;
display: block;
font-weight: 400;
padding: 6px;
text-decoration: none;
color: #ffffff !important;
}
.calendar td.selected a {
background: #7414dc !important;
color: #fff;
}
.calendar-shortcuts {
background: #515a63 !important;
font-size: 11px;
line-height: 11px;
border-top: 1px solid #515a63;
padding: 8px 0;
color: #ffffff;
}
.calendar-cancel {
margin: 0;
padding: 4px 0;
font-size: 12px;
background: #CC3434 !important;
border-top: 1px solid #ffffff !important;
color: #ffffff;
}
.calendar-cancel a {
color: #ffffff !important;
display: block;
}
.toggle-nav-sidebar {
z-index: 20;
left: 0;
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 24px;
width: 24px;
border-top: 1px solid #515a63 !important;
border-bottom: 1px solid #515a63 !important;
border-left: 1px solid #515a63 !important;
border-right: 1px solid #515a63 !important;
background-color: #515a63 !important;
cursor: pointer;
font-size: 20px;
color: #447e9b;
padding: 0;
}
.toggle-nav-sidebar::before {
content: '\00BB';
color: #ffffff !important;
}
.main.shifted .toggle-nav-sidebar::before {
content: '\00AB';
color: #ffffff !important;
}
.toggle-nav-sidebar:hover {
background-color: #343a40 !important;
}
.errornote {
font-size: 14px;
font-weight: 700;
display: block;
padding: 10px 12px;
margin: 0 0 10px 0;
color: #ba2121;
border: 1px solid #ba2121;
border-radius: 4px;
background-color: #343a40 !important;
background-position: 5px 12px;
}
.inline-related h3 {
margin: 0;
color: #ffffff !important;
padding: 5px;
font-size: 13px;
background: #343a40 !important;
border-top: 1px solid #343a40 !important;
border-bottom: 1px solid #343a40 !important;
}
.inline-group div.add-row, .inline-group .tabular tr.add-row td {
color: #ffffff !important;
background: #343a40 !important;
padding: 8px 10px;
border-bottom: 1px solid #343a40 !important;
}
.form-row.errors {
margin: 0;
border: none;
border-bottom: 1px solid #343a40;
background: #343a40 !important;
}
ul.errorlist {
margin: 0 0 4px;
padding: 0;
color: #ba2121;
background: #343a40 !important;
}
| 0.226955 | 0.070049 |
# - CSS Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Bar
--------------------------------------------------------------*/
.header-bar-wrap {
width: 100%;
background: #cc5555;
}
.header-bar {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
padding: 0 1em;
max-width: 1300px;
}
/* Social Icons */
.header-bar .social-icons-navigation {
order: 2;
margin-right: auto;
}
.header-bar .social-icons-menu {
display: flex;
flex-flow: row wrap;
margin: 0;
padding: 0;
border: none;
list-style: none;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
}
.header-bar .social-icons-menu li {
display: inline-block;
margin: 0;
padding: 0;
border: none;
list-style: none;
}
.header-bar .social-icons-menu li a {
display: block;
margin: 0;
padding: 0.7em;
}
.header-bar .social-icons-menu li a .icon {
margin: 0;
width: 24px;
height: 24px;
vertical-align: middle;
fill: #fff;
}
.header-bar .social-icons-menu li a:hover .icon {
fill: rgba(255, 255, 255, 0.5);
}
/* Secondary Navigation */
.secondary-navigation {
position: relative;
width: 100%;
order: 3;
}
/* Hide the menu on small screens when JavaScript is available. */
.top-navigation ul,
.top-navigation .menu-item-has-children > a > .icon,
.top-navigation ul a > .icon {
display: none;
}
.top-navigation.toggled-on > ul.menu {
display: block;
}
/* Top Navigation Toggle */
.secondary-menu-toggle {
display: flex;
margin: 0;
padding: 0.75em;
border: none;
background: none;
color: #fff;
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
font-family: 'Rambla', Tahoma, Arial;
font-weight: normal;
text-align: right;
align-items: center;
}
.secondary-menu-toggle .menu-toggle-text {
margin-right: 0.75em;
}
.secondary-menu-toggle:focus {
outline: thin dotted;
color: #fff;
background: none;
}
.secondary-menu-toggle:hover,
.secondary-menu-toggle:active {
color: rgba(255, 255, 255, 0.5);
background: none;
cursor: pointer;
}
.secondary-menu-toggle .icon {
margin: 0;
width: 22px;
height: 22px;
vertical-align: top;
fill: #fff;
}
.secondary-menu-toggle:hover .icon,
.secondary-menu-toggle:active .icon {
fill: rgba(255, 255, 255, 0.5);
}
.secondary-menu-toggle[aria-expanded="true"] .icon-menu,
.secondary-menu-toggle[aria-expanded="false"] .icon-close {
display: none;
}
.secondary-menu-toggle[aria-expanded="true"] .icon-close {
display: inline-block;
}
/* Menu Items Styling */
.top-navigation ul {
margin: 0;
padding: 0;
color: #fff;
list-style: none;
font-size: 17px;
font-size: 1.0625rem;
font-family: 'Rambla', Tahoma, Arial;
}
.top-navigation > ul {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.top-navigation ul li {
position: relative;
margin: 0;
}
.top-navigation ul a {
display: block;
margin: 0;
padding: 0.75em 1em;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
text-decoration: none;
}
.top-navigation ul a:link,
.top-navigation ul a:visited {
color: #fff;
text-decoration: none;
}
.top-navigation ul a:hover,
.top-navigation ul a:active,
.top-navigation ul a:focus {
color: rgba(255, 255, 255, 0.5);
}
.top-navigation ul li.current-menu-item > a {
text-decoration: underline;
}
/* Submenus */
.top-navigation ul ul {
font-size: 15px;
font-size: 0.9375rem;
}
.is-amp-page .top-navigation ul ul,
.top-navigation ul ul.toggled-on {
display: block;
}
.top-navigation ul ul a {
padding-right: 2em;
}
.top-navigation ul ul ul a {
padding-right: 3em;
}
.top-navigation ul ul ul ul a {
padding-right: 4em;
}
/* Submenu Dropdown Toggles */
.top-navigation .dropdown-toggle {
position: absolute;
display: block;
top: 0;
left: 0;
padding: 0.85em 1em;
background: none;
border: none;
}
.top-navigation .dropdown-toggle:focus {
outline: thin dotted;
color: #303030;
background: none;
}
.top-navigation .dropdown-toggle:hover,
.top-navigation .dropdown-toggle:active {
background: none;
}
.top-navigation .dropdown-toggle .icon {
margin: 0.3em 0 0;
width: 20px;
height: 20px;
vertical-align: top;
fill: #fff;
}
.top-navigation .dropdown-toggle:hover .icon,
.top-navigation .dropdown-toggle:active .icon {
fill: rgba(255, 255, 255, 0.5);
}
.top-navigation .dropdown-toggle.toggled-on .icon {
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}
.top-navigation ul ul .dropdown-toggle {
padding: 0.65em 0.8em;
}
.top-navigation ul ul .dropdown-toggle .icon {
width: 18px;
height: 18px;
}
@media only screen and (min-width: 40em) {
.header-bar {
padding-right: 1.5em;
padding-left: 1.5em;
}
}
@media only screen and (min-width: 60em) {
.secondary-menu-toggle,
.top-navigation .dropdown-toggle {
display: none;
}
.top-navigation ul,
.top-navigation ul ul {
display: block;
}
.secondary-navigation {
display: flex;
width: auto;
align-items: center;
order: 1;
}
#header-bar .top-navigation > ul.menu {
display: flex;
flex-flow: row wrap;
margin: 0;
border-bottom: none;
}
.top-navigation > ul,
.top-navigation > ul > li > a {
border: none;
}
/* Dropdown Menus */
.top-navigation ul ul {
position: absolute;
right: -999em;
top: 100%;
z-index: 99999;
border-top: 2px solid rgba(255, 255, 255, 0.1);
background: #cc5555;
font-size: 16px;
font-size: 1rem;
}
.top-navigation ul li:hover > ul,
.top-navigation ul li.focus > ul {
left: auto;
right: 0;
}
.top-navigation ul ul li a {
width: 16rem;
}
.top-navigation ul ul ul {
right: -999em;
margin-top: -2px;
top: 0;
}
.top-navigation ul ul li:hover > ul,
.top-navigation ul ul li.focus > ul {
left: auto;
right: 100%;
}
.top-navigation ul ul li a,
.top-navigation ul ul ul li a,
.top-navigation ul ul ul ul li a {
padding: 0.75em 1em;
}
/* Dropdown Icons */
.top-navigation .menu-item-has-children > a > .icon {
position: relative;
display: inline-block;
right: 0.5rem;
top: 0.1rem;
width: 13px;
height: 13px;
fill: #fff;
}
.top-navigation ul ul .menu-item-has-children > a > .icon {
position: absolute;
right: auto;
left: 1em;
top: 50%;
margin-top: -0.4rem;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.top-navigation ul .menu-item-has-children > a:hover > .icon {
fill: rgba(255, 255, 255, 0.5);
}
}
@media only screen and (min-width: 80em) {
.header-bar {
padding-right: 2em;
padding-left: 2em;
}
}
/*--------------------------------------------------------------
# Header Search
--------------------------------------------------------------*/
.header-search .header-search-form {
position: absolute;
left: 0;
display: none;
margin: 0;
padding: 1em;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.075);
}
.header-search .header-search-form .search-form {
min-width: 300px;
}
.header-search .header-search-icon {
padding: 1em;
}
.header-search .header-search-icon:hover {
cursor: pointer;
}
.header-search .header-search-icon:focus {
outline: none;
}
.header-search .header-search-icon .icon-search {
display: block;
margin: 0.05em 0 0;
padding: 0;
width: 24px;
height: 24px;
fill: #303030;
}
.header-search .header-search-icon:hover .icon-search,
.header-search .header-search-icon:active .icon-search {
fill: #cc5555;
}
@media only screen and (max-width: 57.5em) {
.header-search .header-search-form {
position: static;
display: block !important;
visibility: visible;
margin: 0.5em 0 1.5em;
padding: 0;
background: none;
border: none;
}
.header-search .header-search-form .search-form {
margin: 0 auto;
min-width: auto;
}
.header-search .header-search-icon {
display: none;
}
}
/*--------------------------------------------------------------
# Magazine Post Widgets
--------------------------------------------------------------*/
/* Magazine Posts Boxed Widget Horizontal Style */
.widget-magazine-posts .magazine-horizontal-box .large-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image-link {
box-sizing: border-box;
margin: 0;
padding-left: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
box-sizing: border-box;
padding-right: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
margin: 0;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -2em;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts .post-column {
box-sizing: border-box;
padding-left: 2em;
width: 33.33333333%;
}
/* Magazine Posts Boxed Widget Vertical Style */
.widget-magazine-posts .magazine-vertical-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.widget-magazine-posts .magazine-vertical-box .large-post-wrap {
box-sizing: border-box;
padding-left: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-vertical-box .small-posts {
box-sizing: border-box;
padding-right: 1em;
width: 50%;
}
/* Magazine Posts List */
.widget-magazine-posts .magazine-list .type-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.widget-magazine-posts .magazine-list .type-post .wp-post-image-link {
box-sizing: border-box;
margin: 0;
padding-left: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-list .type-post .post-content {
box-sizing: border-box;
padding-right: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-list .type-post .wp-post-image {
margin: 0;
}
@media only screen and (max-width: 70em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content p,
.widget-magazine-posts .magazine-list .type-post .entry-content p {
margin-bottom: 0;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link,
.widget-magazine-posts .magazine-list .type-post .more-link {
display: none;
}
}
@media only screen and (max-width: 65em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-list .type-post .entry-content {
display: none;
}
}
@media only screen and (max-width: 57.5em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link,
.widget-magazine-posts .magazine-list .type-post .entry-content,
.widget-magazine-posts .magazine-list .type-post .more-link {
display: inline-block;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content p,
.widget-magazine-posts .magazine-list .type-post .entry-content p {
margin-bottom: 1.5em;
}
}
@media only screen and (max-width: 50em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link,
.widget-magazine-posts .magazine-list .type-post .more-link {
display: none;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content p,
.widget-magazine-posts .magazine-list .type-post .entry-content p {
margin-bottom: 0;
}
}
@media only screen and (max-width: 45em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-list .type-post .entry-content {
display: none;
}
}
@media only screen and (max-width: 40em) {
.widget-magazine-posts .magazine-horizontal-box .large-post,
.widget-magazine-posts .magazine-vertical-box {
display: block;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image-link,
.widget-magazine-posts .magazine-vertical-box .large-post-wrap {
padding-left: 0;
width: 100%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content,
.widget-magazine-posts .magazine-vertical-box .small-posts {
padding-right: 0;
width: 100%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
margin: 0 0 1.25em;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link,
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
display: inline-block;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content p {
margin-bottom: 1.5em;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts {
display: block;
margin-left: 0;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts .post-column {
padding-left: 0;
width: 100%;
}
.widget-magazine-posts .magazine-list .type-post .wp-post-image-link {
padding-left: 0;
width: 40%;
}
.widget-magazine-posts .magazine-list .type-post .post-content {
padding-right: 1.5em;
width: 60%;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-meta {
font-size: 14px;
font-size: 0.875rem;
}
}
@media only screen and (max-width: 30em) {
.widget-magazine-posts-list .magazine-list .large-post .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-meta .meta-author {
display: none;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-meta .meta-date::after {
display: none;
}
}
@media only screen and (max-width: 20em) {
.widget-magazine-posts-list .magazine-list .large-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-meta {
display: none;
}
}
/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.entry-author {
margin: 0 0 1.5em;
padding: 1.5em 0 1.35em;
border-top: 1px solid rgba(0, 0, 0, 0.075);
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.entry-author .author-avatar {
float: right;
margin: 0 0 0.15em 1.5em;
max-width: 25%;
}
.entry-author .author-avatar img {
vertical-align: top;
}
.entry-author .author-heading .author-title {
display: inline-block;
margin: 0 0 0.25em 1em;
padding: 0;
font-size: 20px;
font-size: 1.25rem;
font-family: 'Rambla', Tahoma, Arial;
font-weight: normal;
}
.entry-author .author-heading .author-link {
display: inline-block;
margin: 0 0 0.5em;
font-size: 16px;
font-size: 1rem;
}
.entry-author .author-bio {
margin: 0;
font-size: 17px;
font-size: 1.0625rem;
}
@media only screen and (max-width: 30em) {
.entry-author .author-avatar {
float: none;
margin: 0 0 1em;
max-width: 100%;
}
.entry-author .author-heading .author-title {
display: block;
margin: 0 0 0.25em;
}
.entry-author .author-heading .author-link {
display: block;
}
}
/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/
.footer-widgets-background {
padding: 2.5em 0 0;
border-top: 1px solid rgba(0, 0, 0, 0.075);
}
.footer-widgets {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -2.5em;
}
.footer-widget-column {
flex-grow: 1;
box-sizing: border-box;
padding-left: 2.5em;
width: 25%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
}
@media only screen and (max-width: 80em) {
.footer-widgets-background {
padding: 2em 0 0;
}
.footer-widgets {
margin-left: -2em;
}
.footer-widget-column {
padding-left: 2em;
}
}
@media only screen and (max-width: 65em) {
.footer-widget-column:nth-child(1):nth-last-child(4),
.footer-widget-column:nth-child(2):nth-last-child(3),
.footer-widget-column:nth-child(3):nth-last-child(2),
.footer-widget-column:nth-child(4):nth-last-child(1) {
width: 50%;
}
}
@media only screen and (max-width: 50em) {
.footer-widget-column:nth-child(1):nth-last-child(3),
.footer-widget-column:nth-child(2):nth-last-child(2),
.footer-widget-column:nth-child(3):nth-last-child(1) {
width: 100%;
}
}
@media only screen and (max-width: 35em) {
.footer-widgets {
margin-left: 0;
}
#footer-widgets .footer-widget-column {
padding-left: 0;
width: 100%;
}
}
/*--------------------------------------------------------------
# Footer Navigation
--------------------------------------------------------------*/
.footer-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: center;
border-top: 1px solid rgba(0, 0, 0, 0.075);
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-box-pack: center;
-ms-flex-pack: center;
}
.footer-navigation-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0;
padding: 0;
list-style-position: outside;
list-style-type: none;
font-size: 20px;
font-size: 1.25rem;
font-family: 'Rambla', Tahoma, Arial;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
}
.footer-navigation-menu li {
display: inline-block;
}
.footer-navigation-menu a {
display: block;
margin: 0;
padding: 0.75em 1em;
color: #303030;
text-decoration: none;
}
.footer-navigation-menu a:link,
.footer-navigation-menu a:visited {
color: #303030;
text-decoration: none;
}
.footer-navigation-menu a:hover,
.footer-navigation-menu a:active {
color: #cc5555;
}
.footer-navigation-menu li.current-menu-item > a {
text-decoration: underline;
}
@media only screen and (max-width: 40em) {
.footer-navigation-menu {
display: block;
text-align: center;
}
.footer-navigation-menu li {
display: block;
}
.footer-navigation-menu a {
font-size: 18px;
font-size: 1.125rem;
}
}
/*--------------------------------------------------------------
# Scroll to Top Button
--------------------------------------------------------------*/
.scroll-to-top-button {
position: fixed;
left: 0.75em;
bottom: 0.75em;
z-index: 9999;
display: inline;
margin: 0 auto;
padding: 0;
width: 45px;
height: 45px;
border: 1px solid rgba(0, 0, 0, 0.075);
background: #fff;
cursor: pointer;
-webkit-transition: none;
transition: none;
}
.scroll-to-top-button .icon {
margin: 0.15em 0 0;
width: 22px;
height: 22px;
vertical-align: top;
fill: #cc5555;
}
.scroll-to-top-button:hover .icon {
fill: #303030;
}
|
assets/css/chronus-pro-rtl.css
|
# - CSS Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Bar
--------------------------------------------------------------*/
.header-bar-wrap {
width: 100%;
background: #cc5555;
}
.header-bar {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
padding: 0 1em;
max-width: 1300px;
}
/* Social Icons */
.header-bar .social-icons-navigation {
order: 2;
margin-right: auto;
}
.header-bar .social-icons-menu {
display: flex;
flex-flow: row wrap;
margin: 0;
padding: 0;
border: none;
list-style: none;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
}
.header-bar .social-icons-menu li {
display: inline-block;
margin: 0;
padding: 0;
border: none;
list-style: none;
}
.header-bar .social-icons-menu li a {
display: block;
margin: 0;
padding: 0.7em;
}
.header-bar .social-icons-menu li a .icon {
margin: 0;
width: 24px;
height: 24px;
vertical-align: middle;
fill: #fff;
}
.header-bar .social-icons-menu li a:hover .icon {
fill: rgba(255, 255, 255, 0.5);
}
/* Secondary Navigation */
.secondary-navigation {
position: relative;
width: 100%;
order: 3;
}
/* Hide the menu on small screens when JavaScript is available. */
.top-navigation ul,
.top-navigation .menu-item-has-children > a > .icon,
.top-navigation ul a > .icon {
display: none;
}
.top-navigation.toggled-on > ul.menu {
display: block;
}
/* Top Navigation Toggle */
.secondary-menu-toggle {
display: flex;
margin: 0;
padding: 0.75em;
border: none;
background: none;
color: #fff;
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
font-family: 'Rambla', Tahoma, Arial;
font-weight: normal;
text-align: right;
align-items: center;
}
.secondary-menu-toggle .menu-toggle-text {
margin-right: 0.75em;
}
.secondary-menu-toggle:focus {
outline: thin dotted;
color: #fff;
background: none;
}
.secondary-menu-toggle:hover,
.secondary-menu-toggle:active {
color: rgba(255, 255, 255, 0.5);
background: none;
cursor: pointer;
}
.secondary-menu-toggle .icon {
margin: 0;
width: 22px;
height: 22px;
vertical-align: top;
fill: #fff;
}
.secondary-menu-toggle:hover .icon,
.secondary-menu-toggle:active .icon {
fill: rgba(255, 255, 255, 0.5);
}
.secondary-menu-toggle[aria-expanded="true"] .icon-menu,
.secondary-menu-toggle[aria-expanded="false"] .icon-close {
display: none;
}
.secondary-menu-toggle[aria-expanded="true"] .icon-close {
display: inline-block;
}
/* Menu Items Styling */
.top-navigation ul {
margin: 0;
padding: 0;
color: #fff;
list-style: none;
font-size: 17px;
font-size: 1.0625rem;
font-family: 'Rambla', Tahoma, Arial;
}
.top-navigation > ul {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.top-navigation ul li {
position: relative;
margin: 0;
}
.top-navigation ul a {
display: block;
margin: 0;
padding: 0.75em 1em;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
text-decoration: none;
}
.top-navigation ul a:link,
.top-navigation ul a:visited {
color: #fff;
text-decoration: none;
}
.top-navigation ul a:hover,
.top-navigation ul a:active,
.top-navigation ul a:focus {
color: rgba(255, 255, 255, 0.5);
}
.top-navigation ul li.current-menu-item > a {
text-decoration: underline;
}
/* Submenus */
.top-navigation ul ul {
font-size: 15px;
font-size: 0.9375rem;
}
.is-amp-page .top-navigation ul ul,
.top-navigation ul ul.toggled-on {
display: block;
}
.top-navigation ul ul a {
padding-right: 2em;
}
.top-navigation ul ul ul a {
padding-right: 3em;
}
.top-navigation ul ul ul ul a {
padding-right: 4em;
}
/* Submenu Dropdown Toggles */
.top-navigation .dropdown-toggle {
position: absolute;
display: block;
top: 0;
left: 0;
padding: 0.85em 1em;
background: none;
border: none;
}
.top-navigation .dropdown-toggle:focus {
outline: thin dotted;
color: #303030;
background: none;
}
.top-navigation .dropdown-toggle:hover,
.top-navigation .dropdown-toggle:active {
background: none;
}
.top-navigation .dropdown-toggle .icon {
margin: 0.3em 0 0;
width: 20px;
height: 20px;
vertical-align: top;
fill: #fff;
}
.top-navigation .dropdown-toggle:hover .icon,
.top-navigation .dropdown-toggle:active .icon {
fill: rgba(255, 255, 255, 0.5);
}
.top-navigation .dropdown-toggle.toggled-on .icon {
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}
.top-navigation ul ul .dropdown-toggle {
padding: 0.65em 0.8em;
}
.top-navigation ul ul .dropdown-toggle .icon {
width: 18px;
height: 18px;
}
@media only screen and (min-width: 40em) {
.header-bar {
padding-right: 1.5em;
padding-left: 1.5em;
}
}
@media only screen and (min-width: 60em) {
.secondary-menu-toggle,
.top-navigation .dropdown-toggle {
display: none;
}
.top-navigation ul,
.top-navigation ul ul {
display: block;
}
.secondary-navigation {
display: flex;
width: auto;
align-items: center;
order: 1;
}
#header-bar .top-navigation > ul.menu {
display: flex;
flex-flow: row wrap;
margin: 0;
border-bottom: none;
}
.top-navigation > ul,
.top-navigation > ul > li > a {
border: none;
}
/* Dropdown Menus */
.top-navigation ul ul {
position: absolute;
right: -999em;
top: 100%;
z-index: 99999;
border-top: 2px solid rgba(255, 255, 255, 0.1);
background: #cc5555;
font-size: 16px;
font-size: 1rem;
}
.top-navigation ul li:hover > ul,
.top-navigation ul li.focus > ul {
left: auto;
right: 0;
}
.top-navigation ul ul li a {
width: 16rem;
}
.top-navigation ul ul ul {
right: -999em;
margin-top: -2px;
top: 0;
}
.top-navigation ul ul li:hover > ul,
.top-navigation ul ul li.focus > ul {
left: auto;
right: 100%;
}
.top-navigation ul ul li a,
.top-navigation ul ul ul li a,
.top-navigation ul ul ul ul li a {
padding: 0.75em 1em;
}
/* Dropdown Icons */
.top-navigation .menu-item-has-children > a > .icon {
position: relative;
display: inline-block;
right: 0.5rem;
top: 0.1rem;
width: 13px;
height: 13px;
fill: #fff;
}
.top-navigation ul ul .menu-item-has-children > a > .icon {
position: absolute;
right: auto;
left: 1em;
top: 50%;
margin-top: -0.4rem;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.top-navigation ul .menu-item-has-children > a:hover > .icon {
fill: rgba(255, 255, 255, 0.5);
}
}
@media only screen and (min-width: 80em) {
.header-bar {
padding-right: 2em;
padding-left: 2em;
}
}
/*--------------------------------------------------------------
# Header Search
--------------------------------------------------------------*/
.header-search .header-search-form {
position: absolute;
left: 0;
display: none;
margin: 0;
padding: 1em;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.075);
}
.header-search .header-search-form .search-form {
min-width: 300px;
}
.header-search .header-search-icon {
padding: 1em;
}
.header-search .header-search-icon:hover {
cursor: pointer;
}
.header-search .header-search-icon:focus {
outline: none;
}
.header-search .header-search-icon .icon-search {
display: block;
margin: 0.05em 0 0;
padding: 0;
width: 24px;
height: 24px;
fill: #303030;
}
.header-search .header-search-icon:hover .icon-search,
.header-search .header-search-icon:active .icon-search {
fill: #cc5555;
}
@media only screen and (max-width: 57.5em) {
.header-search .header-search-form {
position: static;
display: block !important;
visibility: visible;
margin: 0.5em 0 1.5em;
padding: 0;
background: none;
border: none;
}
.header-search .header-search-form .search-form {
margin: 0 auto;
min-width: auto;
}
.header-search .header-search-icon {
display: none;
}
}
/*--------------------------------------------------------------
# Magazine Post Widgets
--------------------------------------------------------------*/
/* Magazine Posts Boxed Widget Horizontal Style */
.widget-magazine-posts .magazine-horizontal-box .large-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image-link {
box-sizing: border-box;
margin: 0;
padding-left: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
box-sizing: border-box;
padding-right: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
margin: 0;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -2em;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts .post-column {
box-sizing: border-box;
padding-left: 2em;
width: 33.33333333%;
}
/* Magazine Posts Boxed Widget Vertical Style */
.widget-magazine-posts .magazine-vertical-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.widget-magazine-posts .magazine-vertical-box .large-post-wrap {
box-sizing: border-box;
padding-left: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-vertical-box .small-posts {
box-sizing: border-box;
padding-right: 1em;
width: 50%;
}
/* Magazine Posts List */
.widget-magazine-posts .magazine-list .type-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.widget-magazine-posts .magazine-list .type-post .wp-post-image-link {
box-sizing: border-box;
margin: 0;
padding-left: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-list .type-post .post-content {
box-sizing: border-box;
padding-right: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-list .type-post .wp-post-image {
margin: 0;
}
@media only screen and (max-width: 70em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content p,
.widget-magazine-posts .magazine-list .type-post .entry-content p {
margin-bottom: 0;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link,
.widget-magazine-posts .magazine-list .type-post .more-link {
display: none;
}
}
@media only screen and (max-width: 65em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-list .type-post .entry-content {
display: none;
}
}
@media only screen and (max-width: 57.5em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link,
.widget-magazine-posts .magazine-list .type-post .entry-content,
.widget-magazine-posts .magazine-list .type-post .more-link {
display: inline-block;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content p,
.widget-magazine-posts .magazine-list .type-post .entry-content p {
margin-bottom: 1.5em;
}
}
@media only screen and (max-width: 50em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link,
.widget-magazine-posts .magazine-list .type-post .more-link {
display: none;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content p,
.widget-magazine-posts .magazine-list .type-post .entry-content p {
margin-bottom: 0;
}
}
@media only screen and (max-width: 45em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-list .type-post .entry-content {
display: none;
}
}
@media only screen and (max-width: 40em) {
.widget-magazine-posts .magazine-horizontal-box .large-post,
.widget-magazine-posts .magazine-vertical-box {
display: block;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image-link,
.widget-magazine-posts .magazine-vertical-box .large-post-wrap {
padding-left: 0;
width: 100%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content,
.widget-magazine-posts .magazine-vertical-box .small-posts {
padding-right: 0;
width: 100%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
margin: 0 0 1.25em;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link,
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
display: inline-block;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content p {
margin-bottom: 1.5em;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts {
display: block;
margin-left: 0;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts .post-column {
padding-left: 0;
width: 100%;
}
.widget-magazine-posts .magazine-list .type-post .wp-post-image-link {
padding-left: 0;
width: 40%;
}
.widget-magazine-posts .magazine-list .type-post .post-content {
padding-right: 1.5em;
width: 60%;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-meta {
font-size: 14px;
font-size: 0.875rem;
}
}
@media only screen and (max-width: 30em) {
.widget-magazine-posts-list .magazine-list .large-post .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-meta .meta-author {
display: none;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-meta .meta-date::after {
display: none;
}
}
@media only screen and (max-width: 20em) {
.widget-magazine-posts-list .magazine-list .large-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-meta {
display: none;
}
}
/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.entry-author {
margin: 0 0 1.5em;
padding: 1.5em 0 1.35em;
border-top: 1px solid rgba(0, 0, 0, 0.075);
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.entry-author .author-avatar {
float: right;
margin: 0 0 0.15em 1.5em;
max-width: 25%;
}
.entry-author .author-avatar img {
vertical-align: top;
}
.entry-author .author-heading .author-title {
display: inline-block;
margin: 0 0 0.25em 1em;
padding: 0;
font-size: 20px;
font-size: 1.25rem;
font-family: 'Rambla', Tahoma, Arial;
font-weight: normal;
}
.entry-author .author-heading .author-link {
display: inline-block;
margin: 0 0 0.5em;
font-size: 16px;
font-size: 1rem;
}
.entry-author .author-bio {
margin: 0;
font-size: 17px;
font-size: 1.0625rem;
}
@media only screen and (max-width: 30em) {
.entry-author .author-avatar {
float: none;
margin: 0 0 1em;
max-width: 100%;
}
.entry-author .author-heading .author-title {
display: block;
margin: 0 0 0.25em;
}
.entry-author .author-heading .author-link {
display: block;
}
}
/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/
.footer-widgets-background {
padding: 2.5em 0 0;
border-top: 1px solid rgba(0, 0, 0, 0.075);
}
.footer-widgets {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -2.5em;
}
.footer-widget-column {
flex-grow: 1;
box-sizing: border-box;
padding-left: 2.5em;
width: 25%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
}
@media only screen and (max-width: 80em) {
.footer-widgets-background {
padding: 2em 0 0;
}
.footer-widgets {
margin-left: -2em;
}
.footer-widget-column {
padding-left: 2em;
}
}
@media only screen and (max-width: 65em) {
.footer-widget-column:nth-child(1):nth-last-child(4),
.footer-widget-column:nth-child(2):nth-last-child(3),
.footer-widget-column:nth-child(3):nth-last-child(2),
.footer-widget-column:nth-child(4):nth-last-child(1) {
width: 50%;
}
}
@media only screen and (max-width: 50em) {
.footer-widget-column:nth-child(1):nth-last-child(3),
.footer-widget-column:nth-child(2):nth-last-child(2),
.footer-widget-column:nth-child(3):nth-last-child(1) {
width: 100%;
}
}
@media only screen and (max-width: 35em) {
.footer-widgets {
margin-left: 0;
}
#footer-widgets .footer-widget-column {
padding-left: 0;
width: 100%;
}
}
/*--------------------------------------------------------------
# Footer Navigation
--------------------------------------------------------------*/
.footer-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: center;
border-top: 1px solid rgba(0, 0, 0, 0.075);
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-box-pack: center;
-ms-flex-pack: center;
}
.footer-navigation-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0;
padding: 0;
list-style-position: outside;
list-style-type: none;
font-size: 20px;
font-size: 1.25rem;
font-family: 'Rambla', Tahoma, Arial;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
}
.footer-navigation-menu li {
display: inline-block;
}
.footer-navigation-menu a {
display: block;
margin: 0;
padding: 0.75em 1em;
color: #303030;
text-decoration: none;
}
.footer-navigation-menu a:link,
.footer-navigation-menu a:visited {
color: #303030;
text-decoration: none;
}
.footer-navigation-menu a:hover,
.footer-navigation-menu a:active {
color: #cc5555;
}
.footer-navigation-menu li.current-menu-item > a {
text-decoration: underline;
}
@media only screen and (max-width: 40em) {
.footer-navigation-menu {
display: block;
text-align: center;
}
.footer-navigation-menu li {
display: block;
}
.footer-navigation-menu a {
font-size: 18px;
font-size: 1.125rem;
}
}
/*--------------------------------------------------------------
# Scroll to Top Button
--------------------------------------------------------------*/
.scroll-to-top-button {
position: fixed;
left: 0.75em;
bottom: 0.75em;
z-index: 9999;
display: inline;
margin: 0 auto;
padding: 0;
width: 45px;
height: 45px;
border: 1px solid rgba(0, 0, 0, 0.075);
background: #fff;
cursor: pointer;
-webkit-transition: none;
transition: none;
}
.scroll-to-top-button .icon {
margin: 0.15em 0 0;
width: 22px;
height: 22px;
vertical-align: top;
fill: #cc5555;
}
.scroll-to-top-button:hover .icon {
fill: #303030;
}
| 0.36139 | 0.039975 |
@font-face {
font-family: 'massive-builder-fonts';
src: url('../font/massive-builder-fonts.eot?47qhtc');
src: url('../font/massive-builder-fonts.eot?47qhtc#iefix') format('embedded-opentype'),
url('../font/massive-builder-fonts.ttf?47qhtc') format('truetype'),
url('../font/massive-builder-fonts.woff?47qhtc') format('woff'),
url('../font/massive-builder-fonts.svg?47qhtc#massive-builder-fonts') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="mdb-"], [class*=" mdb-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'massive-builder-fonts' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mdb-plus:before {
content: "\e98a";
}
.mdb-animation .path1:before {
content: "\e96b";
opacity: 0.4;
}
.mdb-animation .path2:before {
content: "\e986";
margin-left: -1.9521484375em;
opacity: 0.7;
}
.mdb-animation .path3:before {
content: "\e989";
margin-left: -1.9521484375em;
}
.mdb-new-layout:before {
content: "\e958";
}
.mdb-column-setting:before {
content: "\e945";
}
.mdb-menu:before {
content: "\e959";
}
.mdb-rich-text:before {
content: "\e900";
}
.mdb-text:before {
content: "\e901";
}
.mdb-down-arow:before {
content: "\e902";
}
.mdb-right-arow:before {
content: "\e903";
}
.mdb-decrease-indent:before {
content: "\e904";
}
.mdb-increase-indent:before {
content: "\e905";
}
.mdb-order-list:before {
content: "\e906";
}
.mdb-unorder-list:before {
content: "\e907";
}
.mdb-accordion:before {
content: "\e908";
}
.mdb-article-box:before {
content: "\e909";
}
.mdb-blog-calendar:before {
content: "\e90a";
}
.mdb-blog-carousel:before {
content: "\e90b";
}
.mdb-blog-classic:before {
content: "\e90c";
}
.mdb-blog-masonry:before {
content: "\e90d";
}
.mdb-business-subscribe:before {
content: "\e90e";
}
.mdb-business-tab:before {
content: "\e90f";
}
.mdb-business-toggle:before {
content: "\e910";
}
.mdb-button:before {
content: "\e911";
}
.mdb-call-to-action:before {
content: "\e912";
}
.mdb-centeralignsvg:before {
content: "\e913";
}
.mdb-client:before {
content: "\e914";
}
.mdb-client-carousel:before {
content: "\e915";
}
.mdb-client-normal:before {
content: "\e916";
}
.mdb-col1-1svg:before {
content: "\e917";
}
.mdb-col1-2svg:before {
content: "\e918";
}
.mdb-col1-3svg:before {
content: "\e919";
}
.mdb-col1-4svg:before {
content: "\e91a";
}
.mdb-col2-4svg:before {
content: "\e91b";
}
.mdb-col3-4svg:before {
content: "\e91c";
}
.mdb-col3-9svg:before {
content: "\e91d";
}
.mdb-contact:before {
content: "\e91e";
}
.mdb-wp-form:before {
content: "\e91e";
}
.mdb-count-box:before {
content: "\e91f";
}
.mdb-count-down:before {
content: "\e920";
}
.mdb-counter:before {
content: "\e921";
}
.mdb-counter-card:before {
content: "\e922";
}
.mdb-custom-google-map:before {
content: "\e923";
}
.mdb-deletesvg:before {
content: "\e924";
}
.mdb-display-slider:before {
content: "\e925";
}
.mdb-double-slider:before {
content: "\e926";
}
.mdb-duplicatesvg:before {
content: "\e927";
}
.mdb-empty-space:before {
content: "\e928";
}
.mdb-facebook:before {
content: "\e929";
}
.mdb-fancy-text:before {
content: "\e92a";
}
.mdb-feature-image:before {
content: "\e92b";
}
.mdb-full-width-button:before {
content: "\e92c";
}
.mdb-google-plus:before {
content: "\e92d";
}
.mdb-horizontal-tabs:before {
content: "\e92e";
}
.mdb-icon:before {
content: "\e92f";
}
.mdb-icon-box-new:before {
content: "\e930";
}
.mdb-icon-box-side:before {
content: "\e931";
}
.mdb-icon-box-side-2:before {
content: "\e932";
}
.mdb-icon-box-top:before {
content: "\e933";
}
.mdb-image-box-fancy:before {
content: "\e934";
}
.mdb-image-box-full-width:before {
content: "\e935";
}
.mdb-image-box:before {
content: "\e936";
}
.mdb-info-box:before {
content: "\e937";
}
.mdb-instagram:before {
content: "\e938";
}
.mdb-layoutsvg:before {
content: "\e939";
}
.mdb-leftalignsvg:before {
content: "\e93a";
}
.mdb-list:before {
content: "\e93b";
}
.mdb-master-slider:before {
content: "\e93c";
}
.mdb-mobile-slider:before {
content: "\e93d";
}
.mdb-modern-subscribe:before {
content: "\e93e";
}
.mdb-modern-tabs:before {
content: "\e93f";
}
.mdb-movesvg:before {
content: "\e940";
}
.mdb-music:before {
content: "\e941";
}
.mdb-optionsvg:before {
content: "\e942";
}
.mdb-phone:before {
content: "\e943";
}
.mdb-pie-chart:before {
content: "\e944";
}
.mdb-pixflow-price-box:before {
content: "\e946";
}
.mdb-pixflow-price-table:before {
content: "\e947";
}
.mdb-pixflow-slider:before {
content: "\e948";
}
.mdb-portfolio:before {
content: "\e949";
}
.mdb-price-table:before {
content: "\e94a";
}
.mdb-price-table-two:before {
content: "\e94b";
}
.mdb-process-panel:before {
content: "\e94c";
}
.mdb-process-steps:before {
content: "\e94d";
}
.mdb-product-categories:before {
content: "\e94e";
}
.mdb-product-compare:before {
content: "\e94f";
}
.mdb-products:before {
content: "\e950";
}
.mdb-qoute:before {
content: "\e951";
}
.mdb-quote:before {
content: "\e952";
}
.mdb-revolution-slider:before {
content: "\e953";
}
.mdb-rightalignsvg:before {
content: "\e954";
}
.mdb-row:before {
content: "\e955";
}
.mdb-rowsettingsvg:before {
content: "\e956";
}
.mdb-separator:before {
content: "\e957";
}
.mdb-shop:before {
content: "\e95a";
}
.mdb-showcase:before {
content: "\e95b";
}
.mdb-skill-pie-chart:before {
content: "\e95c";
}
.mdb-skill-pie-chart-2:before {
content: "\e95d";
}
.mdb-skills:before {
content: "\e95e";
}
.mdb-skills-2:before {
content: "\e95f";
}
.mdb-slider-carousel:before {
content: "\e960";
}
.mdb-split-box:before {
content: "\e961";
}
.mdb-statistic:before {
content: "\e962";
}
.mdb-subscribe:before {
content: "\e963";
}
.mdb-tablet-slider:before {
content: "\e964";
}
.mdb-tabs:before {
content: "\e965";
}
.mdb-team-carousel:before {
content: "\e966";
}
.mdb-team-member-classic:before,
.mdb-team-member-modern:before {
content: "\e967";
}
.mdb-team-member-crousel:before {
content: "\e968";
}
.mdb-testimonial-carousel:before {
content: "\e969";
}
.mdb-testimonial-classic:before {
content: "\e96a";
}
.mdb-text-box:before {
content: "\e96c";
}
.mdb-text-in-box:before {
content: "\e96d";
}
.mdb-toggle:before {
content: "\e96e";
}
.mdb-twitter:before {
content: "\e96f";
}
.mdb-video:before {
content: "\e970";
}
.mdb-align-center:before {
content: "\e971";
}
.mdb-align-left:before {
content: "\e972";
}
.mdb-align-right:before {
content: "\e973";
}
.mdb-bold:before {
content: "\e974";
}
.mdb-check:before {
content: "\e975";
}
.mdb-close:before {
content: "\e976";
}
.mdb-heading-1:before {
content: "\e977";
}
.mdb-heading-2:before {
content: "\e978";
}
.mdb-heading-3:before {
content: "\e979";
}
.mdb-heading-4:before {
content: "\e97a";
}
.mdb-heading-5:before {
content: "\e97b";
}
.mdb-heading-6:before {
content: "\e97c";
}
.mdb-heading-p:before {
content: "\e97d";
}
.mdb-insert-link:before {
content: "\e97e";
}
.mdb-italic:before {
content: "\e97f";
}
.mdb-justify:before {
content: "\e980";
}
.mdb-letter-spacing:before {
content: "\e981";
}
.mdb-line-height:before {
content: "\e982";
}
.mdb-redo:before {
content: "\e983";
}
.mdb-underline:before {
content: "\e984";
}
.mdb-undo:before {
content: "\e985";
}
.mdb-new-move:before {
content: "\e987";
}
.mdb-new-setting:before {
content: "\e988";
}
|
web/app/themes/massive-dynamic/lib/customizer/assets/css/massivebuilderfonts.css
|
@font-face {
font-family: 'massive-builder-fonts';
src: url('../font/massive-builder-fonts.eot?47qhtc');
src: url('../font/massive-builder-fonts.eot?47qhtc#iefix') format('embedded-opentype'),
url('../font/massive-builder-fonts.ttf?47qhtc') format('truetype'),
url('../font/massive-builder-fonts.woff?47qhtc') format('woff'),
url('../font/massive-builder-fonts.svg?47qhtc#massive-builder-fonts') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="mdb-"], [class*=" mdb-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'massive-builder-fonts' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mdb-plus:before {
content: "\e98a";
}
.mdb-animation .path1:before {
content: "\e96b";
opacity: 0.4;
}
.mdb-animation .path2:before {
content: "\e986";
margin-left: -1.9521484375em;
opacity: 0.7;
}
.mdb-animation .path3:before {
content: "\e989";
margin-left: -1.9521484375em;
}
.mdb-new-layout:before {
content: "\e958";
}
.mdb-column-setting:before {
content: "\e945";
}
.mdb-menu:before {
content: "\e959";
}
.mdb-rich-text:before {
content: "\e900";
}
.mdb-text:before {
content: "\e901";
}
.mdb-down-arow:before {
content: "\e902";
}
.mdb-right-arow:before {
content: "\e903";
}
.mdb-decrease-indent:before {
content: "\e904";
}
.mdb-increase-indent:before {
content: "\e905";
}
.mdb-order-list:before {
content: "\e906";
}
.mdb-unorder-list:before {
content: "\e907";
}
.mdb-accordion:before {
content: "\e908";
}
.mdb-article-box:before {
content: "\e909";
}
.mdb-blog-calendar:before {
content: "\e90a";
}
.mdb-blog-carousel:before {
content: "\e90b";
}
.mdb-blog-classic:before {
content: "\e90c";
}
.mdb-blog-masonry:before {
content: "\e90d";
}
.mdb-business-subscribe:before {
content: "\e90e";
}
.mdb-business-tab:before {
content: "\e90f";
}
.mdb-business-toggle:before {
content: "\e910";
}
.mdb-button:before {
content: "\e911";
}
.mdb-call-to-action:before {
content: "\e912";
}
.mdb-centeralignsvg:before {
content: "\e913";
}
.mdb-client:before {
content: "\e914";
}
.mdb-client-carousel:before {
content: "\e915";
}
.mdb-client-normal:before {
content: "\e916";
}
.mdb-col1-1svg:before {
content: "\e917";
}
.mdb-col1-2svg:before {
content: "\e918";
}
.mdb-col1-3svg:before {
content: "\e919";
}
.mdb-col1-4svg:before {
content: "\e91a";
}
.mdb-col2-4svg:before {
content: "\e91b";
}
.mdb-col3-4svg:before {
content: "\e91c";
}
.mdb-col3-9svg:before {
content: "\e91d";
}
.mdb-contact:before {
content: "\e91e";
}
.mdb-wp-form:before {
content: "\e91e";
}
.mdb-count-box:before {
content: "\e91f";
}
.mdb-count-down:before {
content: "\e920";
}
.mdb-counter:before {
content: "\e921";
}
.mdb-counter-card:before {
content: "\e922";
}
.mdb-custom-google-map:before {
content: "\e923";
}
.mdb-deletesvg:before {
content: "\e924";
}
.mdb-display-slider:before {
content: "\e925";
}
.mdb-double-slider:before {
content: "\e926";
}
.mdb-duplicatesvg:before {
content: "\e927";
}
.mdb-empty-space:before {
content: "\e928";
}
.mdb-facebook:before {
content: "\e929";
}
.mdb-fancy-text:before {
content: "\e92a";
}
.mdb-feature-image:before {
content: "\e92b";
}
.mdb-full-width-button:before {
content: "\e92c";
}
.mdb-google-plus:before {
content: "\e92d";
}
.mdb-horizontal-tabs:before {
content: "\e92e";
}
.mdb-icon:before {
content: "\e92f";
}
.mdb-icon-box-new:before {
content: "\e930";
}
.mdb-icon-box-side:before {
content: "\e931";
}
.mdb-icon-box-side-2:before {
content: "\e932";
}
.mdb-icon-box-top:before {
content: "\e933";
}
.mdb-image-box-fancy:before {
content: "\e934";
}
.mdb-image-box-full-width:before {
content: "\e935";
}
.mdb-image-box:before {
content: "\e936";
}
.mdb-info-box:before {
content: "\e937";
}
.mdb-instagram:before {
content: "\e938";
}
.mdb-layoutsvg:before {
content: "\e939";
}
.mdb-leftalignsvg:before {
content: "\e93a";
}
.mdb-list:before {
content: "\e93b";
}
.mdb-master-slider:before {
content: "\e93c";
}
.mdb-mobile-slider:before {
content: "\e93d";
}
.mdb-modern-subscribe:before {
content: "\e93e";
}
.mdb-modern-tabs:before {
content: "\e93f";
}
.mdb-movesvg:before {
content: "\e940";
}
.mdb-music:before {
content: "\e941";
}
.mdb-optionsvg:before {
content: "\e942";
}
.mdb-phone:before {
content: "\e943";
}
.mdb-pie-chart:before {
content: "\e944";
}
.mdb-pixflow-price-box:before {
content: "\e946";
}
.mdb-pixflow-price-table:before {
content: "\e947";
}
.mdb-pixflow-slider:before {
content: "\e948";
}
.mdb-portfolio:before {
content: "\e949";
}
.mdb-price-table:before {
content: "\e94a";
}
.mdb-price-table-two:before {
content: "\e94b";
}
.mdb-process-panel:before {
content: "\e94c";
}
.mdb-process-steps:before {
content: "\e94d";
}
.mdb-product-categories:before {
content: "\e94e";
}
.mdb-product-compare:before {
content: "\e94f";
}
.mdb-products:before {
content: "\e950";
}
.mdb-qoute:before {
content: "\e951";
}
.mdb-quote:before {
content: "\e952";
}
.mdb-revolution-slider:before {
content: "\e953";
}
.mdb-rightalignsvg:before {
content: "\e954";
}
.mdb-row:before {
content: "\e955";
}
.mdb-rowsettingsvg:before {
content: "\e956";
}
.mdb-separator:before {
content: "\e957";
}
.mdb-shop:before {
content: "\e95a";
}
.mdb-showcase:before {
content: "\e95b";
}
.mdb-skill-pie-chart:before {
content: "\e95c";
}
.mdb-skill-pie-chart-2:before {
content: "\e95d";
}
.mdb-skills:before {
content: "\e95e";
}
.mdb-skills-2:before {
content: "\e95f";
}
.mdb-slider-carousel:before {
content: "\e960";
}
.mdb-split-box:before {
content: "\e961";
}
.mdb-statistic:before {
content: "\e962";
}
.mdb-subscribe:before {
content: "\e963";
}
.mdb-tablet-slider:before {
content: "\e964";
}
.mdb-tabs:before {
content: "\e965";
}
.mdb-team-carousel:before {
content: "\e966";
}
.mdb-team-member-classic:before,
.mdb-team-member-modern:before {
content: "\e967";
}
.mdb-team-member-crousel:before {
content: "\e968";
}
.mdb-testimonial-carousel:before {
content: "\e969";
}
.mdb-testimonial-classic:before {
content: "\e96a";
}
.mdb-text-box:before {
content: "\e96c";
}
.mdb-text-in-box:before {
content: "\e96d";
}
.mdb-toggle:before {
content: "\e96e";
}
.mdb-twitter:before {
content: "\e96f";
}
.mdb-video:before {
content: "\e970";
}
.mdb-align-center:before {
content: "\e971";
}
.mdb-align-left:before {
content: "\e972";
}
.mdb-align-right:before {
content: "\e973";
}
.mdb-bold:before {
content: "\e974";
}
.mdb-check:before {
content: "\e975";
}
.mdb-close:before {
content: "\e976";
}
.mdb-heading-1:before {
content: "\e977";
}
.mdb-heading-2:before {
content: "\e978";
}
.mdb-heading-3:before {
content: "\e979";
}
.mdb-heading-4:before {
content: "\e97a";
}
.mdb-heading-5:before {
content: "\e97b";
}
.mdb-heading-6:before {
content: "\e97c";
}
.mdb-heading-p:before {
content: "\e97d";
}
.mdb-insert-link:before {
content: "\e97e";
}
.mdb-italic:before {
content: "\e97f";
}
.mdb-justify:before {
content: "\e980";
}
.mdb-letter-spacing:before {
content: "\e981";
}
.mdb-line-height:before {
content: "\e982";
}
.mdb-redo:before {
content: "\e983";
}
.mdb-underline:before {
content: "\e984";
}
.mdb-undo:before {
content: "\e985";
}
.mdb-new-move:before {
content: "\e987";
}
.mdb-new-setting:before {
content: "\e988";
}
| 0.256925 | 0.060585 |
body {
background-color: #535353;
}
#kont_header {
width: 100%;
padding: 30px 30px 30px 30px;
}
h1 {
color: white;
text-align: center;
font-size: 50px;
}
#kont_menu {
width: 100%;
padding: 30px 30px 30px 30px;
}
address {
color: white;
text-align: center;
}
nav {
text-align: center;;
font-size: 20px;
}
p {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 15px;
color: white;
}
img {
width:700px;
height: 700px;
display:block;
margin:auto;
}
h2 {
color: white;
text-align: center;
font-size: 30px;
}
h3 {
font-family: cursive;
text-align: center;
font-size: 20px;
color: white;
}
ol {
font-family: helvetica;
text-align: left;
font-size: 20px;
color: azure;
}
table {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 14px;
border-radius: 10px;
border-spacing: 0;
text-align: center;
}
th {
background: #878b8a;
color: white;
text-shadow: 0 1px 1px #2D2020;
padding: 10px 20px;
}
th, td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: white;
}
th:first-child, td:first-child {
text-align: left;
}
th:first-child {
border-top-left-radius: 10px;
}
th:last-child {
border-top-right-radius: 10px;
border-right: none;
}
td {
padding: 10px 20px;
background: #878b8a;
}
tr:last-child td:first-child {
border-radius: 0 0 0 10px;
}
tr:last-child td:last-child {
border-radius: 0 0 10px 0;
}
tr td:last-child {
border-right: none;
}
figcaption {
color: white;
text-align: center;
font-size: 30px;
}
#kont_komod {
width: 50%;
float: left;
}
#kont_text {
width: 50%;
float:left;
}
#kont_peregor {
width: 50%;
float: left;
margin: 10px 20px 30px 5px;
}
#kont_text1 {
width: 45%;
float: left;
margin-right: 20px 20px 30px 30px;
}
#kont_furnitur {
width: 50%;
float: left;
}
#kont_text2 {
width: 40%;
float: left;
}
#kont_useful {
width: 100%;
float: left;
}
#wd100_hg200 {
width: 200px;
height: 200px;
}
#fgcap {
font-size: 25px ;
}
#kont_footer {
width: 100%;
clear: left;
}
|
styles/style.css
|
body {
background-color: #535353;
}
#kont_header {
width: 100%;
padding: 30px 30px 30px 30px;
}
h1 {
color: white;
text-align: center;
font-size: 50px;
}
#kont_menu {
width: 100%;
padding: 30px 30px 30px 30px;
}
address {
color: white;
text-align: center;
}
nav {
text-align: center;;
font-size: 20px;
}
p {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 15px;
color: white;
}
img {
width:700px;
height: 700px;
display:block;
margin:auto;
}
h2 {
color: white;
text-align: center;
font-size: 30px;
}
h3 {
font-family: cursive;
text-align: center;
font-size: 20px;
color: white;
}
ol {
font-family: helvetica;
text-align: left;
font-size: 20px;
color: azure;
}
table {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 14px;
border-radius: 10px;
border-spacing: 0;
text-align: center;
}
th {
background: #878b8a;
color: white;
text-shadow: 0 1px 1px #2D2020;
padding: 10px 20px;
}
th, td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: white;
}
th:first-child, td:first-child {
text-align: left;
}
th:first-child {
border-top-left-radius: 10px;
}
th:last-child {
border-top-right-radius: 10px;
border-right: none;
}
td {
padding: 10px 20px;
background: #878b8a;
}
tr:last-child td:first-child {
border-radius: 0 0 0 10px;
}
tr:last-child td:last-child {
border-radius: 0 0 10px 0;
}
tr td:last-child {
border-right: none;
}
figcaption {
color: white;
text-align: center;
font-size: 30px;
}
#kont_komod {
width: 50%;
float: left;
}
#kont_text {
width: 50%;
float:left;
}
#kont_peregor {
width: 50%;
float: left;
margin: 10px 20px 30px 5px;
}
#kont_text1 {
width: 45%;
float: left;
margin-right: 20px 20px 30px 30px;
}
#kont_furnitur {
width: 50%;
float: left;
}
#kont_text2 {
width: 40%;
float: left;
}
#kont_useful {
width: 100%;
float: left;
}
#wd100_hg200 {
width: 200px;
height: 200px;
}
#fgcap {
font-size: 25px ;
}
#kont_footer {
width: 100%;
clear: left;
}
| 0.310276 | 0.11187 |
body {
background-color: #181818;
padding: 0;
margin: 0;
}
.netflix-header-container {
background-color: inherit;
}
.netflix-head .brand {
margin-top: 0;
}
.netflix-header-container img {
width: 11%;
}
.netflix-main-welcome,
.netflix-users {
padding: 18vh 10vw 0;
}
.netflix-main-welcome {
color: #fff;
font-size: 30px;
text-align: center;
font-weight: 1;
}
.netflix-users {
display: flex;
flex-flow: row wrap;
justify-content: center;
padding-top: 10px;
}
.netflix-users div {
margin: .8vw;
}
.user1-image,
.user2-image,
.user3-image,
.user4-image,
.user5-image {
background-size: contain;
background-repeat: no-repeat;
width: 20vw;
height: 20vw;
border-radius: 5px;
}
.user1 a,
.user2 a,
.user3 a,
.user4 a,
.user5 a {
margin-top: 0;
text-decoration: none;
text-align: center;
font-size: 2.5vw;
color: #ccc;
}
.user1-image {
background-image: url(https://occ-0-3077-993.1.nflxso.net/dnm/api/v6/0RO1pLmU93-gdXvuxd_iYjzPqkc/AAAABTvWQ44joL6sYgPyPXd1r-UztV634sbdMogppJahrbdq6rKHrNyJYWqhHNP74pZvpwkJEflt6COw8NuCWZ36GqwGqAsj.png?r=125);
/* background-size: contain;
background-repeat: no-repeat; */
}
.user2-image {
background-image: url(https://occ-0-3077-993.1.nflxso.net/dnm/api/v6/0RO1pLmU93-gdXvuxd_iYjzPqkc/AAAABflzCbqTC09OMCy-DRb9ZuJVYDmurnBUGO7ipXqSTkJU6440hmLo6YiMgLvKcsHUy23jP0shL3K0XuKXMZdH9O-Iu2Yf.png?r=86e);
}
.user3-image {
background-image: url(https://occ-0-3077-993.1.nflxso.net/dnm/api/v6/0RO1pLmU93-gdXvuxd_iYjzPqkc/AAAABVrn4kREqHflBWBeNVU3eT74fmgCn-TiIy6OFc_DGmD_MuprfVs24_hJeIr6CjgZJSJFCVQi6v362SMiyriIuXijn4vm.png?r=9cc);
}
.user4-image {
background-image: url(https://occ-0-3077-993.1.nflxso.net/dnm/api/v6/0RO1pLmU93-gdXvuxd_iYjzPqkc/AAAABQSezyRh9HBbj3UkKUZudkjvwyHbNYw4IXKHetsW-lDRuqmPsrYGjj9kTIJRtNh7koRtDIIT8xsZAl91WBmCo-2b5lbL.png?r=cea);
}
.user5-image {
background-image: url(https://occ-0-3077-993.1.nflxso.net/dnm/api/v6/0RO1pLmU93-gdXvuxd_iYjzPqkc/AAAABfYyMKnWZtBvZzZ4LRD6-ydHe6K39eP02I8Uh6JeUYyacGy-CC0fsTxfgnE4wR55n1PZ2uRTr0RpWywxCwS-jh0-oMrc.png?r=acf);
}
.netflix-profile {
display: none;
}
|
My_blog/CSS/main.css
|
body {
background-color: #181818;
padding: 0;
margin: 0;
}
.netflix-header-container {
background-color: inherit;
}
.netflix-head .brand {
margin-top: 0;
}
.netflix-header-container img {
width: 11%;
}
.netflix-main-welcome,
.netflix-users {
padding: 18vh 10vw 0;
}
.netflix-main-welcome {
color: #fff;
font-size: 30px;
text-align: center;
font-weight: 1;
}
.netflix-users {
display: flex;
flex-flow: row wrap;
justify-content: center;
padding-top: 10px;
}
.netflix-users div {
margin: .8vw;
}
.user1-image,
.user2-image,
.user3-image,
.user4-image,
.user5-image {
background-size: contain;
background-repeat: no-repeat;
width: 20vw;
height: 20vw;
border-radius: 5px;
}
.user1 a,
.user2 a,
.user3 a,
.user4 a,
.user5 a {
margin-top: 0;
text-decoration: none;
text-align: center;
font-size: 2.5vw;
color: #ccc;
}
.user1-image {
background-image: url(https://occ-0-3077-993.1.nflxso.net/dnm/api/v6/0RO1pLmU93-gdXvuxd_iYjzPqkc/AAAABTvWQ44joL6sYgPyPXd1r-UztV634sbdMogppJahrbdq6rKHrNyJYWqhHNP74pZvpwkJEflt6COw8NuCWZ36GqwGqAsj.png?r=125);
/* background-size: contain;
background-repeat: no-repeat; */
}
.user2-image {
background-image: url(https://occ-0-3077-993.1.nflxso.net/dnm/api/v6/0RO1pLmU93-gdXvuxd_iYjzPqkc/AAAABflzCbqTC09OMCy-DRb9ZuJVYDmurnBUGO7ipXqSTkJU6440hmLo6YiMgLvKcsHUy23jP0shL3K0XuKXMZdH9O-Iu2Yf.png?r=86e);
}
.user3-image {
background-image: url(https://occ-0-3077-993.1.nflxso.net/dnm/api/v6/0RO1pLmU93-gdXvuxd_iYjzPqkc/AAAABVrn4kREqHflBWBeNVU3eT74fmgCn-TiIy6OFc_DGmD_MuprfVs24_hJeIr6CjgZJSJFCVQi6v362SMiyriIuXijn4vm.png?r=9cc);
}
.user4-image {
background-image: url(https://occ-0-3077-993.1.nflxso.net/dnm/api/v6/0RO1pLmU93-gdXvuxd_iYjzPqkc/AAAABQSezyRh9HBbj3UkKUZudkjvwyHbNYw4IXKHetsW-lDRuqmPsrYGjj9kTIJRtNh7koRtDIIT8xsZAl91WBmCo-2b5lbL.png?r=cea);
}
.user5-image {
background-image: url(https://occ-0-3077-993.1.nflxso.net/dnm/api/v6/0RO1pLmU93-gdXvuxd_iYjzPqkc/AAAABfYyMKnWZtBvZzZ4LRD6-ydHe6K39eP02I8Uh6JeUYyacGy-CC0fsTxfgnE4wR55n1PZ2uRTr0RpWywxCwS-jh0-oMrc.png?r=acf);
}
.netflix-profile {
display: none;
}
| 0.472927 | 0.117319 |
*,*::before,*::after{
margin: 0;
padding: 0;
}
html{
box-sizing: border-box;
}
.navbar {
background-color: rgb(42, 43, 43);
padding-left: 15px;
padding-right: 10px;
padding-top: 3px;
color: aliceblue;
}
body{
background: rgb(219, 192, 157);
font-size: 14px;
font-family: 'Poppins', sans-serif;
}
.imgs:hover{
color: #e90fc4;
background-color: #f3aa21;
box-shadow: 0 0 10px #f3aa21, 0 0 40px #f3aa21, 0 0 80px #f3aa21;
transition-delay: 1s;
}
.container{
width: 80%;
margin: 100px;
}
.help-box{
background: cornsilk;
display: flex;
}
.help-left{
flex-basis: 60%;
padding: 40px 60px;
}
.help-right{
flex-basis: 40%;
padding: 40px;
background: rgb(253, 155, 116);
}
h1{
margin-bottom: 10px;
}
.input-row{
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.input-row .input-group{
flex-basis: 45%;
}
input{
width: 100%;
border: none;
border-bottom:1px solid #ccc;
outline: none;
padding-bottom:5px;
}
textarea{
width: 100%;
border: 1px solid #ccc;
outline: none;
padding: 10px;
box-sizing: border-box;
}
label{
margin-bottom: 6px;
display: block;
color: black;
}
button{
background: darkgray;
width: 100px;
border: none;
outline: none;
color: black;
height: 35px;
border-radius: 30px;
margin-top: 20px;
box-shadow: 0px 5px 15px 0px rgba(lightgrey);
}
.help-left h3{
font-weight: 600;
margin-bottom: 30px;
}
.help-right h3{
font-weight: 600;
margin-bottom: 30px;
}
tr td:first-child{
padding-right: 20px;
}
tr td{
padding-top: 20px;
}
.faq{
margin-left: 70px;
}
.FAQ{
display: flex;
align-items: center;
justify-content: center;
font-size: xxx-large;
font-style: initial;
}
.container1{
width: 50%;
max-width: 80rem;
margin: 0px auto;
padding: 0px 1.5rem;
margin-left: auto;
margin-top: -26px;
}
.accordian-item{
background-color: #ccc;
border-radius: .4rem;
margin-bottom: 1rem;
padding: 1rem;
box-shadow: .5rem 2px .5rem rgba(lightgrey);
}
.accordian-link{
font-size: -0.6rem;
color: rgba(black);
text-decoration: none;
background-color: #ccc;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 0;
}
.accordian-link i{
color: black;
padding: .5rem;
}
.accordian-link .ion-md-remove{
display: none;
}
.answer{
max-height: 0;
overflow: hidden;
position: relative;
background-color:white;
transition: max-height 650ms;
}
.answer::before{
content: "";
position: absolute;
width: 0.6rem;
height: 90%;
background-color: lightslategrey;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.answer p{
font-size: -0.6rem;
padding: 2rem;
}
.accordian-item:target .answer{
max-height: 20rem;
}
.accordian-item:target .accordian-link .ion-md-remove{
display: block;
}
|
help.css
|
*,*::before,*::after{
margin: 0;
padding: 0;
}
html{
box-sizing: border-box;
}
.navbar {
background-color: rgb(42, 43, 43);
padding-left: 15px;
padding-right: 10px;
padding-top: 3px;
color: aliceblue;
}
body{
background: rgb(219, 192, 157);
font-size: 14px;
font-family: 'Poppins', sans-serif;
}
.imgs:hover{
color: #e90fc4;
background-color: #f3aa21;
box-shadow: 0 0 10px #f3aa21, 0 0 40px #f3aa21, 0 0 80px #f3aa21;
transition-delay: 1s;
}
.container{
width: 80%;
margin: 100px;
}
.help-box{
background: cornsilk;
display: flex;
}
.help-left{
flex-basis: 60%;
padding: 40px 60px;
}
.help-right{
flex-basis: 40%;
padding: 40px;
background: rgb(253, 155, 116);
}
h1{
margin-bottom: 10px;
}
.input-row{
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.input-row .input-group{
flex-basis: 45%;
}
input{
width: 100%;
border: none;
border-bottom:1px solid #ccc;
outline: none;
padding-bottom:5px;
}
textarea{
width: 100%;
border: 1px solid #ccc;
outline: none;
padding: 10px;
box-sizing: border-box;
}
label{
margin-bottom: 6px;
display: block;
color: black;
}
button{
background: darkgray;
width: 100px;
border: none;
outline: none;
color: black;
height: 35px;
border-radius: 30px;
margin-top: 20px;
box-shadow: 0px 5px 15px 0px rgba(lightgrey);
}
.help-left h3{
font-weight: 600;
margin-bottom: 30px;
}
.help-right h3{
font-weight: 600;
margin-bottom: 30px;
}
tr td:first-child{
padding-right: 20px;
}
tr td{
padding-top: 20px;
}
.faq{
margin-left: 70px;
}
.FAQ{
display: flex;
align-items: center;
justify-content: center;
font-size: xxx-large;
font-style: initial;
}
.container1{
width: 50%;
max-width: 80rem;
margin: 0px auto;
padding: 0px 1.5rem;
margin-left: auto;
margin-top: -26px;
}
.accordian-item{
background-color: #ccc;
border-radius: .4rem;
margin-bottom: 1rem;
padding: 1rem;
box-shadow: .5rem 2px .5rem rgba(lightgrey);
}
.accordian-link{
font-size: -0.6rem;
color: rgba(black);
text-decoration: none;
background-color: #ccc;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 0;
}
.accordian-link i{
color: black;
padding: .5rem;
}
.accordian-link .ion-md-remove{
display: none;
}
.answer{
max-height: 0;
overflow: hidden;
position: relative;
background-color:white;
transition: max-height 650ms;
}
.answer::before{
content: "";
position: absolute;
width: 0.6rem;
height: 90%;
background-color: lightslategrey;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.answer p{
font-size: -0.6rem;
padding: 2rem;
}
.accordian-item:target .answer{
max-height: 20rem;
}
.accordian-item:target .accordian-link .ion-md-remove{
display: block;
}
| 0.465387 | 0.088033 |
.Root__top-bar:first-child {
background-color: #00000087;
}
html {
background-color: #000000ab !important;
}
body {
min-height: unset;
min-width: unset;
}
body>div:not([id]):not([class]) {
display: unset;
}
/* remove install app banner */
s-downloadItem {
display: none;
}
/* titlebar */
#titlebar {
padding: 4px;
display: flex !important;
}
#titlebar > *:not(s-background){
-webkit-app-region: no-drag;
}
#titlebar {
width: 100%;
height: 100%;
-webkit-app-region: drag
}
#window-controls {
display: grid;
grid-template-columns: repeat(3, 46px);
position: relative;
top: 0;
right: 0;
height: 100%;
}
#window-controls .button {
grid-row: 1 / span 1;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
#min-button {
grid-column: 1;
}
#max-button, #restore-button {
grid-column: 2;
}
#close-button {
grid-column: 3;
}
#window-controls {
-webkit-app-region: no-drag;
}
#window-controls .button {
user-select: none;
}
#window-controls .button:hover {
background: rgba(255,255,255,0.1);
}
#window-controls .button:active {
background: rgba(255,255,255,0.2);
}
#window-controls .button {
fill: white;
}
#close-button:hover {
background: #E81123 !important;
}
#close-button:active {
background: #F1707A !important;
}
#close-button:active .icon {
filter: invert(1);
}
#restore-button {
display: none !important;
}
#titlebar #drag-region {
display: grid;
grid-template-columns: auto 138px;
}
.maximized #titlebar {
width: 100%;
padding: 0;
}
.maximized #window-title {
margin-left: 12px;
}
.maximized #restore-button {
display: flex !important;
}
.maximized #max-button {
display: none;
}
/* * {
transition: all 0.8s cubic-bezier(0.87, 0, 0.13, 1);
} */
.control-button {
cursor: pointer;
}
|
main.css
|
.Root__top-bar:first-child {
background-color: #00000087;
}
html {
background-color: #000000ab !important;
}
body {
min-height: unset;
min-width: unset;
}
body>div:not([id]):not([class]) {
display: unset;
}
/* remove install app banner */
s-downloadItem {
display: none;
}
/* titlebar */
#titlebar {
padding: 4px;
display: flex !important;
}
#titlebar > *:not(s-background){
-webkit-app-region: no-drag;
}
#titlebar {
width: 100%;
height: 100%;
-webkit-app-region: drag
}
#window-controls {
display: grid;
grid-template-columns: repeat(3, 46px);
position: relative;
top: 0;
right: 0;
height: 100%;
}
#window-controls .button {
grid-row: 1 / span 1;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
#min-button {
grid-column: 1;
}
#max-button, #restore-button {
grid-column: 2;
}
#close-button {
grid-column: 3;
}
#window-controls {
-webkit-app-region: no-drag;
}
#window-controls .button {
user-select: none;
}
#window-controls .button:hover {
background: rgba(255,255,255,0.1);
}
#window-controls .button:active {
background: rgba(255,255,255,0.2);
}
#window-controls .button {
fill: white;
}
#close-button:hover {
background: #E81123 !important;
}
#close-button:active {
background: #F1707A !important;
}
#close-button:active .icon {
filter: invert(1);
}
#restore-button {
display: none !important;
}
#titlebar #drag-region {
display: grid;
grid-template-columns: auto 138px;
}
.maximized #titlebar {
width: 100%;
padding: 0;
}
.maximized #window-title {
margin-left: 12px;
}
.maximized #restore-button {
display: flex !important;
}
.maximized #max-button {
display: none;
}
/* * {
transition: all 0.8s cubic-bezier(0.87, 0, 0.13, 1);
} */
.control-button {
cursor: pointer;
}
| 0.282889 | 0.074198 |
.statvalue{
background: black;
color: white;
display: flex;
flex-direction: column;
align-items: center;
clip-path: circle(18px);
padding: 10px;
font-size: small;
}
.stattype{
background: black;
color: white;
display: flex;
flex-direction: column;
text-align: center;
border-radius:18px;
padding: 10px;
font-size: small;
}
.statitem{
display: flex;
flex-direction: column;
font-size: 10px;
align-items: center;
gap:5px;
}
.stats{
display:flex;
gap: 5px;
justify-content: space-between;
}
#View_btn{
border-radius: 8px;
background-color:#699DFF;
font-size: 13px;
font-family:Poppins, sans-serif;
text-transform:capitalize;
color:white;
align-self: center;
margin-left: 130px;
}
#View_btn:hover{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.Recipe_info{
background: white;
height: 75%;
width: 75%;
display: block;
justify-content: center;
overflow: auto;
padding: 30px;
font-family: "Poppins";
font-size: 15px;
font-weight: 500;
}
.Recipe_info::-webkit-scrollbar {
display: none;
}
.Nutrients_Info{
font-style: normal;
color: #321E59;
}
.Nutrients_stats{
border-radius: 12px;
border-style: solid;
width:15vh;
height:13vh;
border-color: #B3F4F9;
border-width: 4px;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap:5px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 6px 8px 0 rgba(0, 0, 0, 0.05);
}
.Nutrients_box{
display: grid;
grid-column-gap:8px;
grid-row-gap: 8px;
grid-template-columns: repeat(6,1fr);
padding: 20px;
}
.Nutrients_values{
background: #B3F4F9;
color: #321E59;
display: flex;
width: fit-content;
flex-direction: column;
align-items: center;
border-radius: 15px;
padding: 8px 10px;
font-size: small;
font-weight: bold;
}
.Recipe_Instructions{
align-items: center;
font-style: normal;
color: #321E59;
}
.Instruction{
padding: 15px;
border-radius: 12px;
border-style: solid;
border-color: #B3F4F9;
border-width: 4px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 6px 8px 0 rgba(0, 0, 0, 0.05);
}
.close_btn{
float: right;
}
.bookmark_modal{
background: #D1F9D7;
color: #321E59;
display: flex;
flex-direction: column;
height: 20%;
width: 30%;
text-align: center;
padding: 30px;
font-family: "Poppins";
font-size: 15px;
font-weight: 500;
}
@media only screen and (max-width:600px){
.Nutrients_box{
display: grid;
grid-column-gap: 8px;
grid-row-gap: 8px;
grid-template-columns: repeat(2,1fr);
padding: 20px 0px 20px 0px;
}
.Recipe_info{
width: 100%;
height: 95%;
}
#View_btn{
margin-left: 110px;
align-self: center;
}
.Instruction{
padding:5px;
border:none;
box-shadow: none;
}
.bookmark_modal{
width: 80%;
height: 20%;
}
}
|
src/Pages/Recipes/Recipeitem.css
|
.statvalue{
background: black;
color: white;
display: flex;
flex-direction: column;
align-items: center;
clip-path: circle(18px);
padding: 10px;
font-size: small;
}
.stattype{
background: black;
color: white;
display: flex;
flex-direction: column;
text-align: center;
border-radius:18px;
padding: 10px;
font-size: small;
}
.statitem{
display: flex;
flex-direction: column;
font-size: 10px;
align-items: center;
gap:5px;
}
.stats{
display:flex;
gap: 5px;
justify-content: space-between;
}
#View_btn{
border-radius: 8px;
background-color:#699DFF;
font-size: 13px;
font-family:Poppins, sans-serif;
text-transform:capitalize;
color:white;
align-self: center;
margin-left: 130px;
}
#View_btn:hover{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.Recipe_info{
background: white;
height: 75%;
width: 75%;
display: block;
justify-content: center;
overflow: auto;
padding: 30px;
font-family: "Poppins";
font-size: 15px;
font-weight: 500;
}
.Recipe_info::-webkit-scrollbar {
display: none;
}
.Nutrients_Info{
font-style: normal;
color: #321E59;
}
.Nutrients_stats{
border-radius: 12px;
border-style: solid;
width:15vh;
height:13vh;
border-color: #B3F4F9;
border-width: 4px;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap:5px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 6px 8px 0 rgba(0, 0, 0, 0.05);
}
.Nutrients_box{
display: grid;
grid-column-gap:8px;
grid-row-gap: 8px;
grid-template-columns: repeat(6,1fr);
padding: 20px;
}
.Nutrients_values{
background: #B3F4F9;
color: #321E59;
display: flex;
width: fit-content;
flex-direction: column;
align-items: center;
border-radius: 15px;
padding: 8px 10px;
font-size: small;
font-weight: bold;
}
.Recipe_Instructions{
align-items: center;
font-style: normal;
color: #321E59;
}
.Instruction{
padding: 15px;
border-radius: 12px;
border-style: solid;
border-color: #B3F4F9;
border-width: 4px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 6px 8px 0 rgba(0, 0, 0, 0.05);
}
.close_btn{
float: right;
}
.bookmark_modal{
background: #D1F9D7;
color: #321E59;
display: flex;
flex-direction: column;
height: 20%;
width: 30%;
text-align: center;
padding: 30px;
font-family: "Poppins";
font-size: 15px;
font-weight: 500;
}
@media only screen and (max-width:600px){
.Nutrients_box{
display: grid;
grid-column-gap: 8px;
grid-row-gap: 8px;
grid-template-columns: repeat(2,1fr);
padding: 20px 0px 20px 0px;
}
.Recipe_info{
width: 100%;
height: 95%;
}
#View_btn{
margin-left: 110px;
align-self: center;
}
.Instruction{
padding:5px;
border:none;
box-shadow: none;
}
.bookmark_modal{
width: 80%;
height: 20%;
}
}
| 0.539226 | 0.185504 |
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
img {
object-fit: cover;
}
body {
width: 100%;
/* background-color: #121212; */
background: #bdbdbd;
}
main {
/* border: red 5px solid; */
width: 100%;
max-width: 1200px;
margin: 0 auto;
display: grid;
place-items: center;
min-height: 100vh;
}
.music-container {
background: linear-gradient(30deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85));
backdrop-filter: blur(10px);
width: 35vw;
height: fit-content;
border-radius: 1rem;
padding: 2rem 0;
flex-direction: column;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
}
.image-container {
width: 100%;
height: 250px;
margin: 1rem auto;
padding: 1.5rem;
}
.image-container img {
width: 100%;
height: 100%;
object-fit: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 1rem;
box-shadow: 0px 2px 25px 5px #000;
}
.title-music {
width: 80%;
height: 80%;
width: fit-content;
color: #fff;
margin-right: auto;
margin-left: 10%;
padding: 0.5rem;
}
.song-Title {
font-weight: 700;
font-size: 1.8rem;
letter-spacing: 0.5px;
padding: 0.5rem;
}
.sing-author {
margin-top: 0.1rem;
font-size: 1.2rem;
color: rgb(167, 167, 167);
letter-spacing: 0.1px;
padding: 0.5rem;
}
.controls-music__container {
width: 80%;
height: fit-content;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 0.5rem;
}
/*Progress Bar*/
.progress-song__container {
margin-top: 0.5rem;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.progress-bar {
height: 0.3rem;
border-radius: 0.3rem;
width: 100%;
background-color: rgb(102, 102, 102);
position: relative;
}
.progress {
position: absolute;
height: 100%;
width: 0%;
border-radius: 0.3rem;
background: #fff;
}
/*Time*/
.time-container {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
color: rgb(167, 167, 167);
font-size: 1.2rem;
}
.time-left {
margin-top: 0.3rem;
padding: 0.5rem;
}
/*Controls Play*/
.main-song__controls {
height: 3rem;
width: 100%;
margin-top: 1rem;
display: flex;
justify-content: space-around;
align-items: center;
}
.icon {
height: 100%;
width: auto;
opacity: 0.6;
cursor: pointer;
/* background: #2196f3; */
background: #000;
padding: 0.5rem;
border-radius: 5rem;
}
.icon:hover {
background: #fff;
opacity: 0.5;
}
.icon:active {
transform: scale(0.9);
}
audio {
display: none;
}
|
cssGrid/musicOne/src/mainMusic.css
|
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
img {
object-fit: cover;
}
body {
width: 100%;
/* background-color: #121212; */
background: #bdbdbd;
}
main {
/* border: red 5px solid; */
width: 100%;
max-width: 1200px;
margin: 0 auto;
display: grid;
place-items: center;
min-height: 100vh;
}
.music-container {
background: linear-gradient(30deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85));
backdrop-filter: blur(10px);
width: 35vw;
height: fit-content;
border-radius: 1rem;
padding: 2rem 0;
flex-direction: column;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
}
.image-container {
width: 100%;
height: 250px;
margin: 1rem auto;
padding: 1.5rem;
}
.image-container img {
width: 100%;
height: 100%;
object-fit: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 1rem;
box-shadow: 0px 2px 25px 5px #000;
}
.title-music {
width: 80%;
height: 80%;
width: fit-content;
color: #fff;
margin-right: auto;
margin-left: 10%;
padding: 0.5rem;
}
.song-Title {
font-weight: 700;
font-size: 1.8rem;
letter-spacing: 0.5px;
padding: 0.5rem;
}
.sing-author {
margin-top: 0.1rem;
font-size: 1.2rem;
color: rgb(167, 167, 167);
letter-spacing: 0.1px;
padding: 0.5rem;
}
.controls-music__container {
width: 80%;
height: fit-content;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 0.5rem;
}
/*Progress Bar*/
.progress-song__container {
margin-top: 0.5rem;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.progress-bar {
height: 0.3rem;
border-radius: 0.3rem;
width: 100%;
background-color: rgb(102, 102, 102);
position: relative;
}
.progress {
position: absolute;
height: 100%;
width: 0%;
border-radius: 0.3rem;
background: #fff;
}
/*Time*/
.time-container {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
color: rgb(167, 167, 167);
font-size: 1.2rem;
}
.time-left {
margin-top: 0.3rem;
padding: 0.5rem;
}
/*Controls Play*/
.main-song__controls {
height: 3rem;
width: 100%;
margin-top: 1rem;
display: flex;
justify-content: space-around;
align-items: center;
}
.icon {
height: 100%;
width: auto;
opacity: 0.6;
cursor: pointer;
/* background: #2196f3; */
background: #000;
padding: 0.5rem;
border-radius: 5rem;
}
.icon:hover {
background: #fff;
opacity: 0.5;
}
.icon:active {
transform: scale(0.9);
}
audio {
display: none;
}
| 0.452052 | 0.064241 |
body{
background-color: #dfdfdf;
}
aside{
background-color: #8BB4FF;
width: 220px;
border-radius: 6px;
margin: 0px 40px 0 20px;
box-shadow: 2px 3px 3px 2px rgba(148, 148, 148, 0.8);
float: left;
}
aside h2{
background-color: #0012FF;
color: #fff;
margin-top: 0;
margin-bottom: 0;
padding: 5px 0;
font-size: 14pt;
text-align: center;
border-bottom: 4px solid rgba(0, 0, 0, .3);
box-shadow: 0 1px 1px rgba(255, 255, 255, 1) inset;
}
aside ul{
padding-bottom: 30px;
padding-top: 0px;
padding-left: 0;
}
aside li{
text-decoration: none;
list-style: none;
padding: 0px;
border-bottom: .4px solid rgba(255, 255, 255, .4);
}
aside li a{
color: #505050;
display: block;
padding: 5px 0 5px 15px;
font-weight: bold;
}
aside li a:hover{
background-color: #5978ff;
color: #000000;
text-decoration: none;
text-shadow: 1px 1px 1px rgb(112, 112, 112);
transition-delay: .8s;
transition: background .8s, color 1s, text 1.2s;
}
main{
background-color: rgb(250, 251, 255);
margin-top: 10px;
padding-bottom: 10px;
margin-left: 270px;
margin-right: 30px;
box-shadow: 2px 3px 3px 2px rgba(148, 148, 148, 0.8);
min-height: 400px;
border-radius: 0 0 7px 7px;
}
main a:hover{
text-decoration: none;
}
main h2{
background-color: #0012FF;
color: #fff;
margin-top: 0;
margin-bottom: 0;
padding: 5px 0;
font-size: 14pt;
text-align: center;
border-bottom: 4px solid rgba(0, 0, 0, .3);
box-shadow: 0 1px 1px rgba(255, 255, 255, 1) inset;
}
main article{
margin-bottom: 10px;
margin-left: 10px;
padding: 0 10px;
}
main table{
padding-left: 20px;
margin-bottom: 25px;
}
main img{
width: 25px;
}
main td{
padding: 10px 20px 5px 0;
min-width: 50px;
}
main td:nth-child(2){
width: 300px;
}
#skill td:last-child{
}
main article #btn-edit{
margin-top: 10px;
margin-left: 20px;
}
input[type=text], input[type=date], input[type=email], input[type=url], textarea {
padding: 3px 7px;
border: 1px solid rgb(147, 141, 141);
border-radius: 5px;
box-shadow: 2px 2px 3px rgba(181, 181, 181, 0.82) inset ;
width: 100%;
}
main .bar{
background-color: #d4cdcd;
height: 16px;
padding: 1px;
width: 260px;
border-radius: 5px;
box-shadow: 1px 1px 1px #696969 inset, 0 1px 0 #444;
font-size: 12px;
}
main .bar span{
display: inline-block;
height: 100%;
border-radius: 4px;
box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
color: #000;
text-align: right;
}
main .bt{
border: 1px solid rgba(159, 162, 162, 0.71);
box-shadow: 0px 2px 2px rgb(151, 152, 146);
color: rgb(255, 255, 255);
opacity: 0.78;
}
main .bt:hover{
text-decoration: none;
opacity: 1;
transition: opacity .8s;
}
main .sm{
padding: 2px 5px;
font-size: 9pt;
border-radius: 3px;
}
main .md{
padding: 5px 10px;
font-size: 11pt;
font-weight: bold;
border-radius: 6px;
}
main .edit{
background-color: rgb(68, 181, 189);
}
main .save{
background-color: rgb(0, 193, 89);
}
main .add{
background-color: rgb(43, 45, 255);
}
main .delete{
background-color: rgb(247, 74, 74);
}
main .back{
background-color: rgb(187, 187, 187);
}
|
assets/css/setup.css
|
body{
background-color: #dfdfdf;
}
aside{
background-color: #8BB4FF;
width: 220px;
border-radius: 6px;
margin: 0px 40px 0 20px;
box-shadow: 2px 3px 3px 2px rgba(148, 148, 148, 0.8);
float: left;
}
aside h2{
background-color: #0012FF;
color: #fff;
margin-top: 0;
margin-bottom: 0;
padding: 5px 0;
font-size: 14pt;
text-align: center;
border-bottom: 4px solid rgba(0, 0, 0, .3);
box-shadow: 0 1px 1px rgba(255, 255, 255, 1) inset;
}
aside ul{
padding-bottom: 30px;
padding-top: 0px;
padding-left: 0;
}
aside li{
text-decoration: none;
list-style: none;
padding: 0px;
border-bottom: .4px solid rgba(255, 255, 255, .4);
}
aside li a{
color: #505050;
display: block;
padding: 5px 0 5px 15px;
font-weight: bold;
}
aside li a:hover{
background-color: #5978ff;
color: #000000;
text-decoration: none;
text-shadow: 1px 1px 1px rgb(112, 112, 112);
transition-delay: .8s;
transition: background .8s, color 1s, text 1.2s;
}
main{
background-color: rgb(250, 251, 255);
margin-top: 10px;
padding-bottom: 10px;
margin-left: 270px;
margin-right: 30px;
box-shadow: 2px 3px 3px 2px rgba(148, 148, 148, 0.8);
min-height: 400px;
border-radius: 0 0 7px 7px;
}
main a:hover{
text-decoration: none;
}
main h2{
background-color: #0012FF;
color: #fff;
margin-top: 0;
margin-bottom: 0;
padding: 5px 0;
font-size: 14pt;
text-align: center;
border-bottom: 4px solid rgba(0, 0, 0, .3);
box-shadow: 0 1px 1px rgba(255, 255, 255, 1) inset;
}
main article{
margin-bottom: 10px;
margin-left: 10px;
padding: 0 10px;
}
main table{
padding-left: 20px;
margin-bottom: 25px;
}
main img{
width: 25px;
}
main td{
padding: 10px 20px 5px 0;
min-width: 50px;
}
main td:nth-child(2){
width: 300px;
}
#skill td:last-child{
}
main article #btn-edit{
margin-top: 10px;
margin-left: 20px;
}
input[type=text], input[type=date], input[type=email], input[type=url], textarea {
padding: 3px 7px;
border: 1px solid rgb(147, 141, 141);
border-radius: 5px;
box-shadow: 2px 2px 3px rgba(181, 181, 181, 0.82) inset ;
width: 100%;
}
main .bar{
background-color: #d4cdcd;
height: 16px;
padding: 1px;
width: 260px;
border-radius: 5px;
box-shadow: 1px 1px 1px #696969 inset, 0 1px 0 #444;
font-size: 12px;
}
main .bar span{
display: inline-block;
height: 100%;
border-radius: 4px;
box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
color: #000;
text-align: right;
}
main .bt{
border: 1px solid rgba(159, 162, 162, 0.71);
box-shadow: 0px 2px 2px rgb(151, 152, 146);
color: rgb(255, 255, 255);
opacity: 0.78;
}
main .bt:hover{
text-decoration: none;
opacity: 1;
transition: opacity .8s;
}
main .sm{
padding: 2px 5px;
font-size: 9pt;
border-radius: 3px;
}
main .md{
padding: 5px 10px;
font-size: 11pt;
font-weight: bold;
border-radius: 6px;
}
main .edit{
background-color: rgb(68, 181, 189);
}
main .save{
background-color: rgb(0, 193, 89);
}
main .add{
background-color: rgb(43, 45, 255);
}
main .delete{
background-color: rgb(247, 74, 74);
}
main .back{
background-color: rgb(187, 187, 187);
}
| 0.363421 | 0.07343 |
@charset "utf-8";
/* CSS Document */
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 70%;
background-color:#404040;
}
p {
font-size: 1em;
margin: 1ex 0;
}
p.buttons {
text-align: center;
line-height: 2.5em;
}
button {
line-height: normal;
}
A:link {
text-decoration: none
}
A:visited {
text-decoration: none
}
A:active {
text-decoration: none
}
A:hover {
text-decoration: none; color: red;
}
.hidden {
display: none;
}
.logicthos-error {
font-size:12px;
}
/*
* Rules for simulated drop-down/pop-up lists
*/
ul {
/* rules common to BOTH inner and outer UL */
z-index: 100000;
margin: 1ex 0;
padding: 0;
list-style: none;
cursor: pointer;
border: 1px solid Black;
/* rules for outer UL only */
width: 15ex;
position: relative;
}
ul li {
background-color: #EEE;
padding: 0.15em 1em 0.3em 5px;
}
ul ul {
display: none;
position: absolute;
width: 100%;
left: -1px;
/* Pop-Up */
bottom: 0;
margin: 0;
margin-bottom: 1.55em;
}
.ui-layout-north ul ul {
/* Drop-Down */
bottom: auto;
margin: 0;
margin-top: 1.45em;
}
ul ul li { padding: 3px 1em 3px 5px; }
ul ul li:hover { background-color: #FF9; }
ul li:hover ul { display: block; background-color: #EEE; }
/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
/* css for cell themes - need class per color as we're adding/removing classes dynamically */
.grid-row-active-yellow
{
background: black;
background-color:#FFD700 !important;
}
.grid-row-normal-yellow
{
background: black;
background-color:#FFFF00 !important;
}
.grid-row-active-white
{
background: black;
background-color:#AAAAAA !important;
}
.grid-row-normal-white
{
background: black;
background-color:#FFFFFF !important;
}
.grid-row-active-blue
{
background: black;
background-color:#4682B4 !important;
}
.grid-row-normal-blue
{
background: black;
background-color:#AAD8E6 !important;
}
.grid-row-active-green
{
background: black;
background-color:#9ACD32 !important;
}
.grid-row-normal-green
{
background: black;
background-color:#90EE90 !important;
}
.grid-row-active-red
{
background: black;
background-color:#DC143C !important;
}
.grid-row-normal-red
{
background: black;
background-color:#FFB6C1 !important;
}
.grid-row-text-inactive
{
color:#808080;
}
/* css for filiment group menu */
.fg-button { outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
a.fg-button { float:left; }
/* remove extra button width in IE */
button.fg-button { width:auto; overflow:visible; }
.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; } /* solo icon buttons must have block properties for the text-indent to work */
.fg-buttonset { float:left; }
.fg-buttonset .fg-button { float: left; }
.fg-buttonset-single .fg-button,
.fg-buttonset-multi .fg-button { margin-right: -1px;}
.fg-toolbar {
padding: .5em;
margin: 0;
}
.fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
.fg-toolbar .fg-button { font-size: 1em; }
.fg-toolbar-websocket-button {
padding-bottom: 3px;
padding-top: 1px;
margin-top: 0px;
}
.strike { text-decoration: line-through; }
/* label fomatting
* width: 40px;
*/
.displayText {
color: red;
background-color: white;
font-family: "Lucida Grande", "Arial", sans-serif;
font-size: 10px;
font-weight: bold;
text-align: center;
border: 2px solid black;
white-space: nowrap;
padding-left: 2px;
padding-right: 2px;
}
/*
* Bing7 stule applies to complete icon, hence cannot use background
*/
.displayTextBing7 div {
color: red !important;
font-family: "Lucida Grande", "Arial", sans-serif !important;
font-size: 10px !important;
font-weight: bold !important;
}
.infobubble {
color: black;
background-color: white;
font-family: "Lucida Grande", "Arial", sans-serif;
font-size: 11px;
font-weight: normal;
text-align: left;
border: 1px solid gray;
white-space: nowrap;
padding-left: 10px;
padding-right: 10px;
}
dialogsearchresults {
color: black;
background-color: white;
font-family: "Lucida Grande", "Arial", sans-serif;
font-size: 11px;
font-weight: normal;
text-align: left;
border: 1px solid gray;
white-space: nowrap;
padding-left: 10px;
padding-right: 10px;
}
.ui-icon-customhome {
width: 16px;
height: 16px;
background-image: url(../img/icons/open-house.gif);
}
|
css/site.css
|
@charset "utf-8";
/* CSS Document */
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 70%;
background-color:#404040;
}
p {
font-size: 1em;
margin: 1ex 0;
}
p.buttons {
text-align: center;
line-height: 2.5em;
}
button {
line-height: normal;
}
A:link {
text-decoration: none
}
A:visited {
text-decoration: none
}
A:active {
text-decoration: none
}
A:hover {
text-decoration: none; color: red;
}
.hidden {
display: none;
}
.logicthos-error {
font-size:12px;
}
/*
* Rules for simulated drop-down/pop-up lists
*/
ul {
/* rules common to BOTH inner and outer UL */
z-index: 100000;
margin: 1ex 0;
padding: 0;
list-style: none;
cursor: pointer;
border: 1px solid Black;
/* rules for outer UL only */
width: 15ex;
position: relative;
}
ul li {
background-color: #EEE;
padding: 0.15em 1em 0.3em 5px;
}
ul ul {
display: none;
position: absolute;
width: 100%;
left: -1px;
/* Pop-Up */
bottom: 0;
margin: 0;
margin-bottom: 1.55em;
}
.ui-layout-north ul ul {
/* Drop-Down */
bottom: auto;
margin: 0;
margin-top: 1.45em;
}
ul ul li { padding: 3px 1em 3px 5px; }
ul ul li:hover { background-color: #FF9; }
ul li:hover ul { display: block; background-color: #EEE; }
/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
/* css for cell themes - need class per color as we're adding/removing classes dynamically */
.grid-row-active-yellow
{
background: black;
background-color:#FFD700 !important;
}
.grid-row-normal-yellow
{
background: black;
background-color:#FFFF00 !important;
}
.grid-row-active-white
{
background: black;
background-color:#AAAAAA !important;
}
.grid-row-normal-white
{
background: black;
background-color:#FFFFFF !important;
}
.grid-row-active-blue
{
background: black;
background-color:#4682B4 !important;
}
.grid-row-normal-blue
{
background: black;
background-color:#AAD8E6 !important;
}
.grid-row-active-green
{
background: black;
background-color:#9ACD32 !important;
}
.grid-row-normal-green
{
background: black;
background-color:#90EE90 !important;
}
.grid-row-active-red
{
background: black;
background-color:#DC143C !important;
}
.grid-row-normal-red
{
background: black;
background-color:#FFB6C1 !important;
}
.grid-row-text-inactive
{
color:#808080;
}
/* css for filiment group menu */
.fg-button { outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
a.fg-button { float:left; }
/* remove extra button width in IE */
button.fg-button { width:auto; overflow:visible; }
.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; } /* solo icon buttons must have block properties for the text-indent to work */
.fg-buttonset { float:left; }
.fg-buttonset .fg-button { float: left; }
.fg-buttonset-single .fg-button,
.fg-buttonset-multi .fg-button { margin-right: -1px;}
.fg-toolbar {
padding: .5em;
margin: 0;
}
.fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
.fg-toolbar .fg-button { font-size: 1em; }
.fg-toolbar-websocket-button {
padding-bottom: 3px;
padding-top: 1px;
margin-top: 0px;
}
.strike { text-decoration: line-through; }
/* label fomatting
* width: 40px;
*/
.displayText {
color: red;
background-color: white;
font-family: "Lucida Grande", "Arial", sans-serif;
font-size: 10px;
font-weight: bold;
text-align: center;
border: 2px solid black;
white-space: nowrap;
padding-left: 2px;
padding-right: 2px;
}
/*
* Bing7 stule applies to complete icon, hence cannot use background
*/
.displayTextBing7 div {
color: red !important;
font-family: "Lucida Grande", "Arial", sans-serif !important;
font-size: 10px !important;
font-weight: bold !important;
}
.infobubble {
color: black;
background-color: white;
font-family: "Lucida Grande", "Arial", sans-serif;
font-size: 11px;
font-weight: normal;
text-align: left;
border: 1px solid gray;
white-space: nowrap;
padding-left: 10px;
padding-right: 10px;
}
dialogsearchresults {
color: black;
background-color: white;
font-family: "Lucida Grande", "Arial", sans-serif;
font-size: 11px;
font-weight: normal;
text-align: left;
border: 1px solid gray;
white-space: nowrap;
padding-left: 10px;
padding-right: 10px;
}
.ui-icon-customhome {
width: 16px;
height: 16px;
background-image: url(../img/icons/open-house.gif);
}
| 0.307982 | 0.040276 |
#forum_sender{
min-width: 720px;
}
#forum_sender form .edui-editor,
#forum_sender form .edui-editor-iframeholder,
#forum_sender form .edui-editor-toolbarbox{
width:auto !important;
}
#forum_sender form{
width:100%;
box-sizing: border-box;
border: 1px solid #d4d4d4;
background: #fff;
overflow: visible;
float: right;
}
#forum_sender #bar{
z-index: 2;
height:1px;
width:100%;
background: #d4d4d4;
float: left;
}
#forum_sender *{
font-size: 14px;
}
#forum_sender button{
font-size: 14px;
}
#forum_sender .ic{
height:42px;
box-sizing: border-box;
display: inline-block;
width:100%;
font-size: 0;
}
#forum_sender > *{
vertical-align: top;
}
#forum_sender .ic b{
width:80px;
text-align: center;
line-height: 42px;
padding: 0 10px ;
box-sizing: border-box;
background: #f8f8f8;
border-right: 1px solid #d4d4d4 !important;
}
#forum_sender .ic.s{
position: relative;
width: 269px;
border-right: 1px solid #d4d4d4;
}
#forum_sender .ic.s input{
display: inline-block;
width: calc(100% - 80px);
}
#forum_sender .btn {
width:100px;
text-align: center;
line-height: 42px;
padding: 0 10px ;
background: #fa7469;
border:none;
color: #fff;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
text-shadow: none;
}
#forum_sender .btn:hover {
cursor: pointer;
background: #fa1615;
}
#forum_sender a.btn:hover {
cursor: pointer;
background: #b8b8b8;
}
#forum_sender a.btn{
background: #d1d1d1;
}
#forum_sender .ic #keyword,
#forum_sender .ic #descrip,
#forum_sender .ic #author {
width:calc(100% - 80px);
}
#threadtype{
width: 140px;
border-right: 1px solid #d4d4d4 !important;
}
#threadmode{
width:80px;
border-left: 1px solid #d4d4d4 !important;
}
#forum_sender .ic #title{
width:calc(100% - 280px);
}
#forum_sender input {
border:none;
height:42px;
display: inline-block;
box-sizing: border-box;
padding: 0 10px;
-webkit-appearance: none;
-moz-appearance: none;
background: none;
outline: none;
}
#forum_sender select{
display: none;
}
#forum_sender select::-ms-expand {
display: none;
}
#forum_sender .infobox{
width: calc(100% - 199px);
border-right: 1px solid #d4d4d4;
display: inline-block;
}
#forum_sender .coverimg{
position: relative;
display: inline-block;
width:198px;
height:85px;
overflow: hidden;
}
#forum_sender .coverimg img{
position:relative;
display: block;
z-index: 1;
width:100%;
height:auto;
margin: 0 auto;
}
#forum_sender .coverimg .preview{
width:199px;
height:85px;
position: absolute;
top:0;
left:0;
z-index: 2;
}
#forum_sender .coverimg input{
cursor: pointer;
position: absolute;
left:0;
bottom:0;
z-index: 3;
width:200px;
height:85px;
opacity: 0;
}
/* select美化 */
.cs-select {
vertical-align: middle;
position: relative;
text-align: left;
background: #fff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.cs-skin-border {
font-size: 14px;
display: inline-block;
overflow: visible;
z-index: 1000 !important;
}
.cs-skin-border > span,
.cs-skin-border.cs-active > span {
z-index: 100;
display: inline-block;
height:42px;
width:140px;
line-height: 42px;
background: #f1f1f1;
box-sizing: border-box;
padding: 0 10px;
border-right: 1px solid #d4d4d4;
border-left: 1px solid #d4d4d4;
-webkit-transition: background 0.2s, border-color 0.2s;
transition: background 0.2s, border-color 0.2s;
}
.cs-skin-border.cs-active > span {
background: #fff;
}
.cs-skin-border .cs-options {
display: block;
width:140px;
box-sizing: border-box;
border:1px solid #d4d4d4;
opacity: 0;
visibility: hidden;
position: absolute;
background: #fff;
-webkit-transition: opacity 0.2s, visibility 0s 0.2s;
transition: opacity 0.2s, visibility 0s 0.2s;
overflow: hidden;
}
.cs-skin-border.cs-active .cs-options {
z-index: 200;
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.cs-skin-border ul{
padding: 0;
margin: 0;
}
.cs-skin-border ul li.disabled{
background:#eee;
color:#aaa;
display: none;
}
.cs-skin-border .cs-optgroup{
display: block;
overflow: auto;
max-height: 300px !important;
padding: 0 !important;
}
.cs-skin-border .cs-optgroup > span{
width: 100%;
text-align: center;
background: #e2e2e2;
position: absolute;
box-shadow: 0 2px 2px rgba(0,0,0,.3);
}
.cs-skin-border .cs-optgroup > ul{
margin-top: 26px;
}
.cs-skin-border ul [data-option]{
box-sizing: border-box;
padding: 0 10px;
display: block;
line-height: 26px;
height: 26px;
list-style: none;
border-bottom: 1px solid #eee;
cursor: pointer;
}
.cs-skin-border ul [data-option]:hover{
background: #f0f0f0;
}
.cs-skin-border ul [data-option] span{
font-size: 13px !important;
white-space: nowrap;
}
|
static/css/skin/thread_sender.css
|
#forum_sender{
min-width: 720px;
}
#forum_sender form .edui-editor,
#forum_sender form .edui-editor-iframeholder,
#forum_sender form .edui-editor-toolbarbox{
width:auto !important;
}
#forum_sender form{
width:100%;
box-sizing: border-box;
border: 1px solid #d4d4d4;
background: #fff;
overflow: visible;
float: right;
}
#forum_sender #bar{
z-index: 2;
height:1px;
width:100%;
background: #d4d4d4;
float: left;
}
#forum_sender *{
font-size: 14px;
}
#forum_sender button{
font-size: 14px;
}
#forum_sender .ic{
height:42px;
box-sizing: border-box;
display: inline-block;
width:100%;
font-size: 0;
}
#forum_sender > *{
vertical-align: top;
}
#forum_sender .ic b{
width:80px;
text-align: center;
line-height: 42px;
padding: 0 10px ;
box-sizing: border-box;
background: #f8f8f8;
border-right: 1px solid #d4d4d4 !important;
}
#forum_sender .ic.s{
position: relative;
width: 269px;
border-right: 1px solid #d4d4d4;
}
#forum_sender .ic.s input{
display: inline-block;
width: calc(100% - 80px);
}
#forum_sender .btn {
width:100px;
text-align: center;
line-height: 42px;
padding: 0 10px ;
background: #fa7469;
border:none;
color: #fff;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
text-shadow: none;
}
#forum_sender .btn:hover {
cursor: pointer;
background: #fa1615;
}
#forum_sender a.btn:hover {
cursor: pointer;
background: #b8b8b8;
}
#forum_sender a.btn{
background: #d1d1d1;
}
#forum_sender .ic #keyword,
#forum_sender .ic #descrip,
#forum_sender .ic #author {
width:calc(100% - 80px);
}
#threadtype{
width: 140px;
border-right: 1px solid #d4d4d4 !important;
}
#threadmode{
width:80px;
border-left: 1px solid #d4d4d4 !important;
}
#forum_sender .ic #title{
width:calc(100% - 280px);
}
#forum_sender input {
border:none;
height:42px;
display: inline-block;
box-sizing: border-box;
padding: 0 10px;
-webkit-appearance: none;
-moz-appearance: none;
background: none;
outline: none;
}
#forum_sender select{
display: none;
}
#forum_sender select::-ms-expand {
display: none;
}
#forum_sender .infobox{
width: calc(100% - 199px);
border-right: 1px solid #d4d4d4;
display: inline-block;
}
#forum_sender .coverimg{
position: relative;
display: inline-block;
width:198px;
height:85px;
overflow: hidden;
}
#forum_sender .coverimg img{
position:relative;
display: block;
z-index: 1;
width:100%;
height:auto;
margin: 0 auto;
}
#forum_sender .coverimg .preview{
width:199px;
height:85px;
position: absolute;
top:0;
left:0;
z-index: 2;
}
#forum_sender .coverimg input{
cursor: pointer;
position: absolute;
left:0;
bottom:0;
z-index: 3;
width:200px;
height:85px;
opacity: 0;
}
/* select美化 */
.cs-select {
vertical-align: middle;
position: relative;
text-align: left;
background: #fff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.cs-skin-border {
font-size: 14px;
display: inline-block;
overflow: visible;
z-index: 1000 !important;
}
.cs-skin-border > span,
.cs-skin-border.cs-active > span {
z-index: 100;
display: inline-block;
height:42px;
width:140px;
line-height: 42px;
background: #f1f1f1;
box-sizing: border-box;
padding: 0 10px;
border-right: 1px solid #d4d4d4;
border-left: 1px solid #d4d4d4;
-webkit-transition: background 0.2s, border-color 0.2s;
transition: background 0.2s, border-color 0.2s;
}
.cs-skin-border.cs-active > span {
background: #fff;
}
.cs-skin-border .cs-options {
display: block;
width:140px;
box-sizing: border-box;
border:1px solid #d4d4d4;
opacity: 0;
visibility: hidden;
position: absolute;
background: #fff;
-webkit-transition: opacity 0.2s, visibility 0s 0.2s;
transition: opacity 0.2s, visibility 0s 0.2s;
overflow: hidden;
}
.cs-skin-border.cs-active .cs-options {
z-index: 200;
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.cs-skin-border ul{
padding: 0;
margin: 0;
}
.cs-skin-border ul li.disabled{
background:#eee;
color:#aaa;
display: none;
}
.cs-skin-border .cs-optgroup{
display: block;
overflow: auto;
max-height: 300px !important;
padding: 0 !important;
}
.cs-skin-border .cs-optgroup > span{
width: 100%;
text-align: center;
background: #e2e2e2;
position: absolute;
box-shadow: 0 2px 2px rgba(0,0,0,.3);
}
.cs-skin-border .cs-optgroup > ul{
margin-top: 26px;
}
.cs-skin-border ul [data-option]{
box-sizing: border-box;
padding: 0 10px;
display: block;
line-height: 26px;
height: 26px;
list-style: none;
border-bottom: 1px solid #eee;
cursor: pointer;
}
.cs-skin-border ul [data-option]:hover{
background: #f0f0f0;
}
.cs-skin-border ul [data-option] span{
font-size: 13px !important;
white-space: nowrap;
}
| 0.267121 | 0.071624 |
.multiselect-container {
/* So that the navbar dosen't go above the dropdown menus*/
z-index: 1000000;
}
.avatar {
border-radius: 50%;
width: 50px;
height: 50px;
padding: 5px;
}
html.dark .tab-content {
background-color: #2e353e;
border-color: #2e353e;
}
html.dark .tabs .nav-tabs {
border: none;
}
html.dark .tabs .nav-link {
background-color: #282d36;
border-color: #1d2127;
}
html.dark .tabs .active .nav-link {
background-color: #2e353e;
}
html.dark .tabs .nav-link:hover {
background-color: #282d36;
border-color: #1d2127;
}
html.dark .tabs .nav-link:focus {
background-color: #2e353e;
border-color: #1d2127;
}
.indicator::before {
content: "●";
}
.indicator-success::before {
color: #643ca9;
}
.indicator-danger::before {
color: red;
}
@media only screen and (max-width: 400px) {
.userbox .name,
.userbox .role {
max-width: 50px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
@media only screen and (max-width: 500px) {
.userbox .profile-info {
margin-right: 2px !important;
}
}
code {
font-size: 90% !important;
color: #ff5858 !important;
background-color: #00000012;
border-radius: 4px !important;
padding-left: 2px !important;
padding-right: 2px !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff !important;
}
#loading-overlay {
position: fixed;
/*top: 25%;
bottom: 25%;
left: 25%;
right: 25%;*/
top: 0%;
bottom: 0%;
left: 0%;
right: 0%;
background-color: black;
border-radius: 25px;
z-index: 100;
opacity: 0.75;
}
#loading-overlay .card {
height: 100%;
}
.loader,
.loader:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
.loader {
margin: 60px auto;
font-size: 10px;
position: relative;
text-indent: -9999em;
border-top: 1.1em solid rgba(0, 0, 0, 0.2);
border-right: 1.1em solid rgba(0, 0, 0, 0.2);
border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
border-left: 1.1em solid #000000;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.entry {
margin-bottom: 5px;
}
html.dark p {
color: #abb4be;
}
.content-body {
padding: 15px !important;
}
#nav-footer {
position: fixed;
bottom: 0;
width: 300px;
text-align: center;
/*border: 2px solid black;*/
}
#nav-footer p {
margin-bottom: 1px;
}
#nav-footer-img {
max-width: 100%;
max-height: 100%;
}
#nav-footer-overlay {
position: fixed;
bottom: 200px;
left: 5px;
}
@media(max-width: 767px) {
#nav-footer {
display: none;
}
}
html.sidebar-left-collapsed #nav-footer {
display: none;
}
/*Jonas Doesn't like HTML standards*/
.multiselect-popout-hack .dropdown-menu {
position: fixed !important;
left: 10% !important;
right: 10% !important;
top: 0px !important;
bottom: 0px !important;
transform: translate3d(0px, 0px, 0px) !important;
}
.multiselect-container {
top: 125px !important;
}
/*Proper Design, Jonas is angry at bootstrap*/
.card {
margin: 4px 0 !important;
}
.nav-tabs {
flex-wrap: wrap-reverse;
}
@media only screen and (max-width: 768px) {
.card-body {
padding: 0.5rem !important;
}
}
.content-editable-form::before {
content: "✎ ";
}
html.dark select optgroup {
background-color: rgb(45, 45, 50) !important;
}
/* for block of numbers */
.hljs-ln-numbers {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
color: #ccc;
border-right: 1px solid #CCC;
vertical-align: top;
padding-right: 5px !important;
/* your custom style here */
}
/* for block of code */
.hljs-ln-code {
padding-left: 10px !important;
}
.no-padding {
padding: 0 !important;
}
/* ------ */
/* toggle */
/* ------ */
.tg-list {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tg-list-item {
margin: 0 2em;
}
.tgl {
display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
background: none;
}
.tgl + .tgl-btn {
outline: 0;
display: block;
width: 4em;
height: 2em;
min-width: 3em;
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
position: relative;
display: block;
content: "";
width: 50%;
height: 100%;
}
.tgl + .tgl-btn:after {
left: 0;
}
.tgl + .tgl-btn:before {
display: none;
}
.tgl:checked + .tgl-btn:after {
left: 50%;
}
.tgl-light + .tgl-btn {
background: #f0f0f0;
border-radius: 2em;
padding: 2px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.tgl-light + .tgl-btn:after {
border-radius: 50%;
background: #fff;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
background: #9FD6AE;
}
.tgl-ios + .tgl-btn {
background: #fbfbfb;
border-radius: 2em;
padding: 2px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
border-radius: 2em;
background: #fbfbfb;
-webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
will-change: padding;
}
.tgl-ios + .tgl-btn:active {
box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
padding-right: .8em;
}
.tgl-ios:checked + .tgl-btn {
background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
margin-left: -.8em;
}
.tgl-skewed + .tgl-btn {
overflow: hidden;
-webkit-transform: skew(-10deg);
transform: skew(-10deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .2s ease;
transition: all .2s ease;
font-family: sans-serif;
background: #888;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
-webkit-transform: skew(10deg);
transform: skew(10deg);
display: inline-block;
-webkit-transition: all .2s ease;
transition: all .2s ease;
width: 100%;
text-align: center;
position: absolute;
line-height: 2em;
font-weight: bold;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
left: 100%;
content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
left: 0;
content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
background: #86d993;
}
.tgl-skewed:checked + .tgl-btn:before {
left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
left: 10%;
}
/* .tgl-flat + .tgl-btn {
padding: 2px;
-webkit-transition: all .2s ease;
transition: all .2s ease;
background: #fff;
border: 4px solid #f2f2f2;
border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
-webkit-transition: all .2s ease;
transition: all .2s ease;
background: #f2f2f2;
content: "";
border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
border: 4px solid #7FC6A6;
}
.tgl-flat:checked + .tgl-btn:after {
left: 50%;
background: #7FC6A6;
} */
.tgl-flat + .tgl-btn {
padding: 2px;
-webkit-transition: all .2s ease;
transition: all .2s ease;
background: rgba(0, 0, 0, 0);
border: 4px solid #ff8686;
border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
-webkit-transition: all .2s ease;
transition: all .2s ease;
background: #ff8686;
content: "";
border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
border: 4px solid #7FC6A6;
}
.tgl-flat:checked + .tgl-btn:after {
left: 50%;
background: #7FC6A6;
}
.tgl-flip + .tgl-btn {
padding: 2px;
-webkit-transition: all .2s ease;
transition: all .2s ease;
font-family: sans-serif;
-webkit-perspective: 100px;
perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
display: inline-block;
-webkit-transition: all .4s ease;
transition: all .4s ease;
width: 100%;
text-align: center;
position: absolute;
line-height: 2em;
font-weight: bold;
color: #fff;
position: absolute;
top: 0;
left: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
content: attr(data-tg-on);
background: #02C66F;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
background: #FF3A19;
content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
-webkit-transform: rotateY(-20deg);
transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
-webkit-transform: rotateY(0);
transform: rotateY(0);
left: 0;
background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
-webkit-transform: rotateY(20deg);
transform: rotateY(20deg);
}
/* UNSAVED CHANGES POPUP */
#unsaved-changes-popup{
position: fixed;
bottom: 10px;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
pointer-events: none;
z-index: 10000;
}
#unsaved-changes-popup-container{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background-color: #000000d9;
border-radius: 1em;
padding: 1em;
pointer-events: auto;
}
/* all colours used
#1a1a1a, #1f1f1f, #282828, #643ca9, #2f2f2f, #2ac7d0, #2baab1, #2baab1, #abb4be, #a1a1a1, #c1c1c1, #ec7261, #f1f1f1, not used #f1c40f #dc3545 ##d2322d
maybe for the future > #402372, #0089AA and their inversions #FF5576, #FF7655; #7655FF seems too off
*/
/*Toggle theme
/*hide*/
[class*="header-right"]>ul[class*="notification"]>li:nth-child(1){display:none!important}
/*the rest default bootstrap nonsense, to override white theme*/
body{color:#c1c1c1!important}
[id="m_background"]{transform:none!important}
[class*="sidebar-"]>i{color:#c3c3c3 !important}
[class*="page-header"]{border-left-color:#402372!important;box-shadow:1px 3px 0 1px #663cae!important}
[class*="card-header"]{border-bottom-color:#402372!important;background:#fbff00!important}
[class*="notification-icon"]{background:#282d36!important}
[class="header"]{background:#402372!important;border-bottom-color:#402372!important;border-top-color:#402372!important}
[class="separator"]{background-image:linear-gradient(#402372 100%,#402372)!important}
[class="name"],[class="userbox"]{color:#c3c3c3!important}
[class*="nav-tabs"]{border:none!important}
[class="about"],[class="blank"],[class="questions"]{background-color:#402372!important}
h2[class="about poppins semibold"]{background-color:#402372!important}
img[class="img-responsive about aboutlogo"]{background-color:#402372!important}
ul[class*="nav-main"]{margin-top:0px!important}
/*end*/
/*primary font colours - default for all is #c1c1c1*/
a{color:#2ac7d0!important}
a>span,a>i,li>a{color:#abb4be!important}
a[class*="accordion-toggle"]{color:#2baab1!important}
h1,h2,h2>a,h3,h4,p,[class*="sidebar-title"],html.dark body,form>h4 {color:#c1c1c1!important}
h4[class="ui-pnotify-title"]{color:#282828!important}
[class="text-danger"]{color:#ec7261!important}
[class="text-success"]{color:#2ac7d0!important}
nav[class="bg-dark"],nav[class="background-color-dark"]{background-color:red!important}
code,[class*="sidebar"]:hover>i,li[class*="nav-active"]>a[class*="nav-link"]{color:#2baab1!important}
.intro-text{color:#402372!important; font-weight:200!important}
/*customcommands a border*/
.cc-trigger-regex{border-left:3px solid #5E81AC!important}
.cc-trigger-command{border-left:3px solid #A3BE8C!important}
.cc-trigger-interval{border-left:3px solid #EBCB8B!important}
.cc-trigger-reaction{border-left:3px solid #D08770!important}
.cc-trigger-none{border-left:3px solid #402372!important}
ul>li[class*="nav-active"]>a[class*="nav-link"],li[class*="nav-parent nav-expanded nav-active"]>a,li[class*="nav-parent nav-active"]>a{box-shadow:2px 0 0 #2baab1 inset!important}
ul[class*="nav-children"]>li[class*="nav-active"]>a[class*="nav-link"]{box-shadow:none!important}
/*stats section*/
[id="channels-chart-24h"] rect{fill:#2ac7d0!important}
[class*="card-body"][class*="bg-primary"]{background-color:#2ac7d0!important}
[class*="card-body"][class*="bg-tertiary"]{background-color:#2baab1!important}/*correct colour here*/
[class*="card-body"][class*="bg-quaternary"]{background-color:#383f48!important}/*correct colour here*/
/*background colours*/
#tscene>header{background-color:transparent!important}
a:focus,a:hover{background-color:#7556a9!important}
body,header,[class*="navbar"],[class*="sidebar"]{background-color:#402372!important}
[class*="navbar"]>[class*="nav-item"]>[class*="nav-link"]{background-color:#402372!important}
[class*="card"]{background-color:#4c3278!important}
div[class*="card-header"]>h2[class*="card-title"]{background-color:#4c3278!important}
h2[class*="card-title"]{background-color:transparent!important}
[class*="border-primary"],[class*="card-featured"]{border-color:#2ac7d0!important}
/*front-page highlight nonsense*/
div.highlight{border: 0px solid #2ac7d0!important }
div.highlight,div>pre{background-color:transparent!important; color:#a1a1a1!important}
/*#PAGST*/
[class="ccTextTriggerSpan"]{color:#2baab1!important; font-style:italic!important}
/*alert bar*/
[class*="alert-warning"]{background-color:#ffeeba!important;color:#402372!important;text-align:center!important}
/*mainly left-side navigation*/
.navbar {border-bottom:transparent!important}
[class*="tab-content"]{background-color:#643ca9!important}
[class*="nano"]{background-color:#4c3278!important;border-color:#282828!important}
ul[class*="nav-main"]>li[class*="nav-parent"]>a{background-color: #402372!important}
ul[class*="nav-main"]>li[class*="nav-parent"]>a:hover{background-color: #7556a9!important}
[class*="nav-item"]>[class*="nav-link"],[class*="nav-link show"]{background-color: #643ca9!important; border-color: #402372!important}
button[class*="close"],[class*="alert-info"]{background-color: #7556a9!important; border-color: #7556a9!important;color:#2ac7d0!important}
input[class*="nav-link show"]{background-color: #643ca9!important; border-color: #402372!important; color:#2baab1!important}
[class*="nav-children"]{background-color: #402372!important}
[class="inner-wrapper"]>[class="sidebar-left"]{margin-bottom: 0px!important}
[class="body"]{margin-bottom: 0px!important}
[class*="card-title"]{color:#2ac7d0!important}
[class*="border-info"]{border-color:#2ac7d0!important}
[class*="text-info"],input[type="file"],[class="cc-text-trigger-span"],[class="cc-text-interval-span"],[class="cc-text-next-run-span"]{color:#2baab1!important}
li[class*="active"]>a[class*="nav-link"],[class*="card-featured-success"]{border-top-color:#2ac7d0!important}
li>a:hover[class*="nav-link"],:hover[class*="nav-link show"]{border-top-color:#2ac7d0!important}
h2 {border-bottom-color:#2ac7d0!important}
/* table row colouring */
.table-striped>tbody>tr:nth-child(2n+1)>td {background-color:#282828!important}
/*Notification bars*/
[class*="notification-success"]{background-color:#2ac7d0!important; color:white!important}
[class*="notification-danger"]{background-color:#ec7261!important; color:#402372!important}
[class*="indicator-success"]::before{color:#2ac7d0!important}
[class*="indicator-danger"]::before{color:#ec7261!important}
[class*="ui-pnotify"]>span{border-color:#f1f1f1!important}
span[class*="bg-danger"]{background-color:transparent!important; color:#ec7261!important}
div[class="modal-icon"]>i[class^="fas"]::before{color: #ec7261!important}
/*Paragraphs/ currently only soundboard's*/
form>[class="form-group"]>p[class="form-control-static"]{margin-bottom:7px!important;width:20%;padding-left:7px!important}
/*mainly buttons, info, primary, warn etc */
[class*="input-group-text"],[class*="btn"],[class*="form-control"] {color:#a1a1a1!important;text-align:left!important}
[class*="form-control"],[class*="btn-default"],[class*="dropdown-menu"],[class*="input-group-text"]{background-color: #5a3890!important;border-color: #5a3890!important;}
[class*="btn-success"],[class*="btn-info"],[class*="btn-primary"]{color:#2ac7d0!important; background-color:#7556a9!important; border-color:#7556a9!important}
/*crazy stuff for future reference*/
[class*="btn-primary.focus"],[class*="btn-primary.dropdown-toggle"],[class*="btn-primary.dropdown-toggle"]:focus,[class*="btn-primary"]:focus{color:#7556a9!important; background-color:#2ac7d0!important;box-shadow:none!important; }
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover{color:#643ca9!important; background-color:#2ac7d0!important;border-color:#2ac7d0!important; box-shadow: none!important}
[class*="btn-block"]{width:auto; background-color:#2ac7d0!important; color:#1f1f1f!important}
[class*="btn-circle"]{color:#2baab1!important; background-color:#1f1f1f!important; border-color:#1f1f1f!important}
[class*="btn-danger"]{color:#1f1f1f!important; background-color:#2baab1!important; border-color:#2baab1!important}
[class*="btn-warning"],[class*="btn-danger"]:hover{color:#643ca9!important; background-color:#ec7261!important; border-color:#ec7261!important}
[class*="btn-info"]:hover,[class*="btn-primary"]:hover,[class*="btn-success"]:hover,[class*="btn-default"]:hover{color:#643ca9!important; background-color:#2ac7d0!important; border-color: #2ac7d0!important}
[class*="btn-success.focus"],[class*="btn-success"]:focus,[class*="btn-success"]:active {box-shadow:none!important}
[class*="btn-info.focus"],[class*="btn-info"]:focus,[class*="btn-info"]:active {box-shadow:none!important}
.btn-outline-danger{border-color: #2baab1!important }
/*STATUS element table*/
/*[class="card-body"]{padding-top:3px!important;}*/
[class="card-body"]>ul{padding-left:23px!important;}
[class*="shard-status-"]{border-radius:5px!important;margin:1px!important}
[class*="shard-quick-details"]{filter:none!important;--webkit-filter:none!important;}
[class*="shard-quick-details"]>p{line-height:20px!important;color:#2f2f2f!important;font-size:11px!important}
[class*="shard-quick-details"]>p:nth-child(1){text-align:left!important;}
[class*="shard-quick-details"]>p:nth-child(2){text-align:right!important;font-weight:bold;text-shadow:none;color:#3f3f3f!important}
[class*="shard-quick-details"]>p>b{line-height:22px!important;color:#2f2f2f!important;font-size:16px!important;text-align:left!important}
[class*="shard-status-identifying"],[class*="shard-status-resuming"],[class*="shard-status-connecting"]{background-color:#f2cc00;}
[class*="shard-status-ready"]{background-color:#2ac7d0!important;}
[class*="shard-status-disconnected"]{background-color:#ec8900!important;}
[class*="shard"]:hover{border-color:#2baab1!important;border-width:3px!important}
[class*="shard-low-events"]{border-color:#FF0800!important;padding:1px!important;border-width:4px!important;}
[class="card-body host-status"]>[class*="row node-row"]>[class="col-3"]{flex:0 0 23%!important;padding-left:23px!important}
/*END OF STATUS*/
/*NEW CC*/
/*HIGHLIGHTER*/
div[class="code gotmplmd hljs"]{background-color:#2f2f2f!important}
/*END*/
[class*="hljs"]{overflow-x:hidden!important;}
/*[class="card-body p-0 cc-panel"]{overflow-y:hidden!important;height:23px!important;width:90%!important;border-top:#c1c1c1 solid 0px;}*/
span[class="hljs-comment"]{color:#a1a1a1!important;font-style:normal!important}
small>[class="fas fa-edit"]{color:#a1a1a1!important;}
small>[class="fas fa-edit"]:before{content:""!important;}
td[class="hljs-ln-numbers"]{border-right:1px solid #a1a1a1!important}
/*td[class="hljs-ln-numbers"]>div{display:none!important}*/
/*h2[class="card-title"]{vertical-align:text-top!important;padding-top:0px!important}*/
pre>div>span[class="markdown"]{padding-left:15px}
section[class*="card"]{background-color:#5c4485!important}
section>header[class="card-header"]{padding:5px!important;background-color:#5c4485!important;border-bottom-color:#5c4485!important}
section>div[class*="card-body"]{margin-bottom:10px!important}
html .accordion.accordion-primary .card-header {background-color: #1f1f1f!important;}
h2[class="card-title"]>a:hover{background-color:#643ca9!important}
h2[class="card-title"]>a:focus{background-color:transparent!important}
[class*="cc-collapsible"]::after{color:#a1a1a1!important}
/*NEW NAV*/
ul[class="nav nav-main"]>li:nth-child(3)>ul>li:nth-child(2)>a>i[class*="fa-cog"]::before{content:"\f0c5"!important}
i[class*="fa-database"]::before{content:"\f0c5"!important}
ul[class="nav nav-main"]>li:nth-child(3)>ul>li:nth-child(4)>a>i[class*="fa-exclamation"]::before{content:"\f20a"!important}
/**{box-sizing:border-box!important}*/
/*New checkboxes*/
[class*="tgl"]+[class*="tgl-btn"]{width:3em!important;height:1.7em!important}
[class="tgl-btn mb-2"]{border:2px solid #ec7261!important}
[class="tgl-btn mb-2"]:after{background: #ec7261!important;;border-radius:2em!important}
[class*="tgl-flat"]:checked+[class*="tgl-btn"]{border:2px solid #2ac7d0!important}
[class*="tgl-flat"]:checked+[class*="tgl-btn"]:after{background:#2ac7d0!important;border-radius:2em!important}
form>a[class="btn btn-outline-danger my-2 my-sm-0"]:focus{box-shadow:0 0 0 0.2rem rgba(170,137,0,0.5)!important}
/* unsaved chages */
div[id="unsaved-changes-popup-container"]{display:none!important}
/* Scrollbars */
html{scrollbar-width:thin!important;scrollbar-color:#2ac7d0 #402372!important}
html:hover{scrollbar-width:thin!important;scrollbar-color:#2baab1 #402372!important}
[class*=withScrollbar]:hover{scrollbar-width: thin!important;scrollbar-color:#2baab1 #402372!important}
[class*=withScrollbar]{scrollbar-width: thin!important;scrollbar-color:#2ac7d0 #402372!important}
html::-webkit-scrollbar {width: 7px !important; height: 5px !important}
html::-webkit-scrollbar-thumb {background: #2ac7d0 !important;}
html::-webkit-scrollbar-thumb:hover {background:#2baab1 !important;}
body::-webkit-scrollbar {width: 7px !important; height: 5px !important}
body::-webkit-scrollbar-thumb {background: #2ac7d0 !important;}
body::-webkit-scrollbar-thumb:hover {background:#2baab1 !important;}
textarea::-webkit-scrollbar {width: 7px !important; height: 5px !important}
textarea::-webkit-scrollbar-thumb {background: #2ac7d0 !important;}
textarea::-webkit-scrollbar-thumb:hover {background:#2baab1 !important;}
/*ADMIN panel*/
form>div>button[class*="btn btn-secondary dropdown-toggle"]{background-color:#2baab1!important; border-color:#2baab1!important;color:#402372!important}
/*CUSTOM COMMANDS && EDIT*/
div[class="accordion accordion-primary"]>div[class="card"]>div[class="card-header clearfix"]>form>div[class="pull-right"]>button:nth-child(1){color:#2ac7d0!important;background-color:#282828!important;border-color:#282828!important}
div[class="accordion accordion-primary"]>div[class="card"]>div[class="card-header clearfix"]>form>div[class="pull-right"]>button:nth-child(1):hover{color:#282828!important;background-color:#2ac7d0!important}
div[class="col"]>button[class="btn btn-secondary btn-block"]{border-color:#2ac7d0!important}
div[class="col"]>button[class="btn btn-secondary btn-block"]:hover{color:#643ca9!important; background-color:#2ac7d0!important; border-color: #2ac7d0!important}
a.pagst:hover{
background-color: transparent!important;
text-decoration: none!important;
color:#2baab1!important
}
|
frontend/static/css/custom.css
|
.multiselect-container {
/* So that the navbar dosen't go above the dropdown menus*/
z-index: 1000000;
}
.avatar {
border-radius: 50%;
width: 50px;
height: 50px;
padding: 5px;
}
html.dark .tab-content {
background-color: #2e353e;
border-color: #2e353e;
}
html.dark .tabs .nav-tabs {
border: none;
}
html.dark .tabs .nav-link {
background-color: #282d36;
border-color: #1d2127;
}
html.dark .tabs .active .nav-link {
background-color: #2e353e;
}
html.dark .tabs .nav-link:hover {
background-color: #282d36;
border-color: #1d2127;
}
html.dark .tabs .nav-link:focus {
background-color: #2e353e;
border-color: #1d2127;
}
.indicator::before {
content: "●";
}
.indicator-success::before {
color: #643ca9;
}
.indicator-danger::before {
color: red;
}
@media only screen and (max-width: 400px) {
.userbox .name,
.userbox .role {
max-width: 50px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
@media only screen and (max-width: 500px) {
.userbox .profile-info {
margin-right: 2px !important;
}
}
code {
font-size: 90% !important;
color: #ff5858 !important;
background-color: #00000012;
border-radius: 4px !important;
padding-left: 2px !important;
padding-right: 2px !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff !important;
}
#loading-overlay {
position: fixed;
/*top: 25%;
bottom: 25%;
left: 25%;
right: 25%;*/
top: 0%;
bottom: 0%;
left: 0%;
right: 0%;
background-color: black;
border-radius: 25px;
z-index: 100;
opacity: 0.75;
}
#loading-overlay .card {
height: 100%;
}
.loader,
.loader:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
.loader {
margin: 60px auto;
font-size: 10px;
position: relative;
text-indent: -9999em;
border-top: 1.1em solid rgba(0, 0, 0, 0.2);
border-right: 1.1em solid rgba(0, 0, 0, 0.2);
border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
border-left: 1.1em solid #000000;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.entry {
margin-bottom: 5px;
}
html.dark p {
color: #abb4be;
}
.content-body {
padding: 15px !important;
}
#nav-footer {
position: fixed;
bottom: 0;
width: 300px;
text-align: center;
/*border: 2px solid black;*/
}
#nav-footer p {
margin-bottom: 1px;
}
#nav-footer-img {
max-width: 100%;
max-height: 100%;
}
#nav-footer-overlay {
position: fixed;
bottom: 200px;
left: 5px;
}
@media(max-width: 767px) {
#nav-footer {
display: none;
}
}
html.sidebar-left-collapsed #nav-footer {
display: none;
}
/*Jonas Doesn't like HTML standards*/
.multiselect-popout-hack .dropdown-menu {
position: fixed !important;
left: 10% !important;
right: 10% !important;
top: 0px !important;
bottom: 0px !important;
transform: translate3d(0px, 0px, 0px) !important;
}
.multiselect-container {
top: 125px !important;
}
/*Proper Design, Jonas is angry at bootstrap*/
.card {
margin: 4px 0 !important;
}
.nav-tabs {
flex-wrap: wrap-reverse;
}
@media only screen and (max-width: 768px) {
.card-body {
padding: 0.5rem !important;
}
}
.content-editable-form::before {
content: "✎ ";
}
html.dark select optgroup {
background-color: rgb(45, 45, 50) !important;
}
/* for block of numbers */
.hljs-ln-numbers {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
color: #ccc;
border-right: 1px solid #CCC;
vertical-align: top;
padding-right: 5px !important;
/* your custom style here */
}
/* for block of code */
.hljs-ln-code {
padding-left: 10px !important;
}
.no-padding {
padding: 0 !important;
}
/* ------ */
/* toggle */
/* ------ */
.tg-list {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tg-list-item {
margin: 0 2em;
}
.tgl {
display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
background: none;
}
.tgl + .tgl-btn {
outline: 0;
display: block;
width: 4em;
height: 2em;
min-width: 3em;
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
position: relative;
display: block;
content: "";
width: 50%;
height: 100%;
}
.tgl + .tgl-btn:after {
left: 0;
}
.tgl + .tgl-btn:before {
display: none;
}
.tgl:checked + .tgl-btn:after {
left: 50%;
}
.tgl-light + .tgl-btn {
background: #f0f0f0;
border-radius: 2em;
padding: 2px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.tgl-light + .tgl-btn:after {
border-radius: 50%;
background: #fff;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
background: #9FD6AE;
}
.tgl-ios + .tgl-btn {
background: #fbfbfb;
border-radius: 2em;
padding: 2px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
border-radius: 2em;
background: #fbfbfb;
-webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
will-change: padding;
}
.tgl-ios + .tgl-btn:active {
box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
padding-right: .8em;
}
.tgl-ios:checked + .tgl-btn {
background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
margin-left: -.8em;
}
.tgl-skewed + .tgl-btn {
overflow: hidden;
-webkit-transform: skew(-10deg);
transform: skew(-10deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .2s ease;
transition: all .2s ease;
font-family: sans-serif;
background: #888;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
-webkit-transform: skew(10deg);
transform: skew(10deg);
display: inline-block;
-webkit-transition: all .2s ease;
transition: all .2s ease;
width: 100%;
text-align: center;
position: absolute;
line-height: 2em;
font-weight: bold;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
left: 100%;
content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
left: 0;
content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
background: #86d993;
}
.tgl-skewed:checked + .tgl-btn:before {
left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
left: 10%;
}
/* .tgl-flat + .tgl-btn {
padding: 2px;
-webkit-transition: all .2s ease;
transition: all .2s ease;
background: #fff;
border: 4px solid #f2f2f2;
border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
-webkit-transition: all .2s ease;
transition: all .2s ease;
background: #f2f2f2;
content: "";
border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
border: 4px solid #7FC6A6;
}
.tgl-flat:checked + .tgl-btn:after {
left: 50%;
background: #7FC6A6;
} */
.tgl-flat + .tgl-btn {
padding: 2px;
-webkit-transition: all .2s ease;
transition: all .2s ease;
background: rgba(0, 0, 0, 0);
border: 4px solid #ff8686;
border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
-webkit-transition: all .2s ease;
transition: all .2s ease;
background: #ff8686;
content: "";
border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
border: 4px solid #7FC6A6;
}
.tgl-flat:checked + .tgl-btn:after {
left: 50%;
background: #7FC6A6;
}
.tgl-flip + .tgl-btn {
padding: 2px;
-webkit-transition: all .2s ease;
transition: all .2s ease;
font-family: sans-serif;
-webkit-perspective: 100px;
perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
display: inline-block;
-webkit-transition: all .4s ease;
transition: all .4s ease;
width: 100%;
text-align: center;
position: absolute;
line-height: 2em;
font-weight: bold;
color: #fff;
position: absolute;
top: 0;
left: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
content: attr(data-tg-on);
background: #02C66F;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
background: #FF3A19;
content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
-webkit-transform: rotateY(-20deg);
transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
-webkit-transform: rotateY(0);
transform: rotateY(0);
left: 0;
background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
-webkit-transform: rotateY(20deg);
transform: rotateY(20deg);
}
/* UNSAVED CHANGES POPUP */
#unsaved-changes-popup{
position: fixed;
bottom: 10px;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
pointer-events: none;
z-index: 10000;
}
#unsaved-changes-popup-container{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background-color: #000000d9;
border-radius: 1em;
padding: 1em;
pointer-events: auto;
}
/* all colours used
#1a1a1a, #1f1f1f, #282828, #643ca9, #2f2f2f, #2ac7d0, #2baab1, #2baab1, #abb4be, #a1a1a1, #c1c1c1, #ec7261, #f1f1f1, not used #f1c40f #dc3545 ##d2322d
maybe for the future > #402372, #0089AA and their inversions #FF5576, #FF7655; #7655FF seems too off
*/
/*Toggle theme
/*hide*/
[class*="header-right"]>ul[class*="notification"]>li:nth-child(1){display:none!important}
/*the rest default bootstrap nonsense, to override white theme*/
body{color:#c1c1c1!important}
[id="m_background"]{transform:none!important}
[class*="sidebar-"]>i{color:#c3c3c3 !important}
[class*="page-header"]{border-left-color:#402372!important;box-shadow:1px 3px 0 1px #663cae!important}
[class*="card-header"]{border-bottom-color:#402372!important;background:#fbff00!important}
[class*="notification-icon"]{background:#282d36!important}
[class="header"]{background:#402372!important;border-bottom-color:#402372!important;border-top-color:#402372!important}
[class="separator"]{background-image:linear-gradient(#402372 100%,#402372)!important}
[class="name"],[class="userbox"]{color:#c3c3c3!important}
[class*="nav-tabs"]{border:none!important}
[class="about"],[class="blank"],[class="questions"]{background-color:#402372!important}
h2[class="about poppins semibold"]{background-color:#402372!important}
img[class="img-responsive about aboutlogo"]{background-color:#402372!important}
ul[class*="nav-main"]{margin-top:0px!important}
/*end*/
/*primary font colours - default for all is #c1c1c1*/
a{color:#2ac7d0!important}
a>span,a>i,li>a{color:#abb4be!important}
a[class*="accordion-toggle"]{color:#2baab1!important}
h1,h2,h2>a,h3,h4,p,[class*="sidebar-title"],html.dark body,form>h4 {color:#c1c1c1!important}
h4[class="ui-pnotify-title"]{color:#282828!important}
[class="text-danger"]{color:#ec7261!important}
[class="text-success"]{color:#2ac7d0!important}
nav[class="bg-dark"],nav[class="background-color-dark"]{background-color:red!important}
code,[class*="sidebar"]:hover>i,li[class*="nav-active"]>a[class*="nav-link"]{color:#2baab1!important}
.intro-text{color:#402372!important; font-weight:200!important}
/*customcommands a border*/
.cc-trigger-regex{border-left:3px solid #5E81AC!important}
.cc-trigger-command{border-left:3px solid #A3BE8C!important}
.cc-trigger-interval{border-left:3px solid #EBCB8B!important}
.cc-trigger-reaction{border-left:3px solid #D08770!important}
.cc-trigger-none{border-left:3px solid #402372!important}
ul>li[class*="nav-active"]>a[class*="nav-link"],li[class*="nav-parent nav-expanded nav-active"]>a,li[class*="nav-parent nav-active"]>a{box-shadow:2px 0 0 #2baab1 inset!important}
ul[class*="nav-children"]>li[class*="nav-active"]>a[class*="nav-link"]{box-shadow:none!important}
/*stats section*/
[id="channels-chart-24h"] rect{fill:#2ac7d0!important}
[class*="card-body"][class*="bg-primary"]{background-color:#2ac7d0!important}
[class*="card-body"][class*="bg-tertiary"]{background-color:#2baab1!important}/*correct colour here*/
[class*="card-body"][class*="bg-quaternary"]{background-color:#383f48!important}/*correct colour here*/
/*background colours*/
#tscene>header{background-color:transparent!important}
a:focus,a:hover{background-color:#7556a9!important}
body,header,[class*="navbar"],[class*="sidebar"]{background-color:#402372!important}
[class*="navbar"]>[class*="nav-item"]>[class*="nav-link"]{background-color:#402372!important}
[class*="card"]{background-color:#4c3278!important}
div[class*="card-header"]>h2[class*="card-title"]{background-color:#4c3278!important}
h2[class*="card-title"]{background-color:transparent!important}
[class*="border-primary"],[class*="card-featured"]{border-color:#2ac7d0!important}
/*front-page highlight nonsense*/
div.highlight{border: 0px solid #2ac7d0!important }
div.highlight,div>pre{background-color:transparent!important; color:#a1a1a1!important}
/*#PAGST*/
[class="ccTextTriggerSpan"]{color:#2baab1!important; font-style:italic!important}
/*alert bar*/
[class*="alert-warning"]{background-color:#ffeeba!important;color:#402372!important;text-align:center!important}
/*mainly left-side navigation*/
.navbar {border-bottom:transparent!important}
[class*="tab-content"]{background-color:#643ca9!important}
[class*="nano"]{background-color:#4c3278!important;border-color:#282828!important}
ul[class*="nav-main"]>li[class*="nav-parent"]>a{background-color: #402372!important}
ul[class*="nav-main"]>li[class*="nav-parent"]>a:hover{background-color: #7556a9!important}
[class*="nav-item"]>[class*="nav-link"],[class*="nav-link show"]{background-color: #643ca9!important; border-color: #402372!important}
button[class*="close"],[class*="alert-info"]{background-color: #7556a9!important; border-color: #7556a9!important;color:#2ac7d0!important}
input[class*="nav-link show"]{background-color: #643ca9!important; border-color: #402372!important; color:#2baab1!important}
[class*="nav-children"]{background-color: #402372!important}
[class="inner-wrapper"]>[class="sidebar-left"]{margin-bottom: 0px!important}
[class="body"]{margin-bottom: 0px!important}
[class*="card-title"]{color:#2ac7d0!important}
[class*="border-info"]{border-color:#2ac7d0!important}
[class*="text-info"],input[type="file"],[class="cc-text-trigger-span"],[class="cc-text-interval-span"],[class="cc-text-next-run-span"]{color:#2baab1!important}
li[class*="active"]>a[class*="nav-link"],[class*="card-featured-success"]{border-top-color:#2ac7d0!important}
li>a:hover[class*="nav-link"],:hover[class*="nav-link show"]{border-top-color:#2ac7d0!important}
h2 {border-bottom-color:#2ac7d0!important}
/* table row colouring */
.table-striped>tbody>tr:nth-child(2n+1)>td {background-color:#282828!important}
/*Notification bars*/
[class*="notification-success"]{background-color:#2ac7d0!important; color:white!important}
[class*="notification-danger"]{background-color:#ec7261!important; color:#402372!important}
[class*="indicator-success"]::before{color:#2ac7d0!important}
[class*="indicator-danger"]::before{color:#ec7261!important}
[class*="ui-pnotify"]>span{border-color:#f1f1f1!important}
span[class*="bg-danger"]{background-color:transparent!important; color:#ec7261!important}
div[class="modal-icon"]>i[class^="fas"]::before{color: #ec7261!important}
/*Paragraphs/ currently only soundboard's*/
form>[class="form-group"]>p[class="form-control-static"]{margin-bottom:7px!important;width:20%;padding-left:7px!important}
/*mainly buttons, info, primary, warn etc */
[class*="input-group-text"],[class*="btn"],[class*="form-control"] {color:#a1a1a1!important;text-align:left!important}
[class*="form-control"],[class*="btn-default"],[class*="dropdown-menu"],[class*="input-group-text"]{background-color: #5a3890!important;border-color: #5a3890!important;}
[class*="btn-success"],[class*="btn-info"],[class*="btn-primary"]{color:#2ac7d0!important; background-color:#7556a9!important; border-color:#7556a9!important}
/*crazy stuff for future reference*/
[class*="btn-primary.focus"],[class*="btn-primary.dropdown-toggle"],[class*="btn-primary.dropdown-toggle"]:focus,[class*="btn-primary"]:focus{color:#7556a9!important; background-color:#2ac7d0!important;box-shadow:none!important; }
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover{color:#643ca9!important; background-color:#2ac7d0!important;border-color:#2ac7d0!important; box-shadow: none!important}
[class*="btn-block"]{width:auto; background-color:#2ac7d0!important; color:#1f1f1f!important}
[class*="btn-circle"]{color:#2baab1!important; background-color:#1f1f1f!important; border-color:#1f1f1f!important}
[class*="btn-danger"]{color:#1f1f1f!important; background-color:#2baab1!important; border-color:#2baab1!important}
[class*="btn-warning"],[class*="btn-danger"]:hover{color:#643ca9!important; background-color:#ec7261!important; border-color:#ec7261!important}
[class*="btn-info"]:hover,[class*="btn-primary"]:hover,[class*="btn-success"]:hover,[class*="btn-default"]:hover{color:#643ca9!important; background-color:#2ac7d0!important; border-color: #2ac7d0!important}
[class*="btn-success.focus"],[class*="btn-success"]:focus,[class*="btn-success"]:active {box-shadow:none!important}
[class*="btn-info.focus"],[class*="btn-info"]:focus,[class*="btn-info"]:active {box-shadow:none!important}
.btn-outline-danger{border-color: #2baab1!important }
/*STATUS element table*/
/*[class="card-body"]{padding-top:3px!important;}*/
[class="card-body"]>ul{padding-left:23px!important;}
[class*="shard-status-"]{border-radius:5px!important;margin:1px!important}
[class*="shard-quick-details"]{filter:none!important;--webkit-filter:none!important;}
[class*="shard-quick-details"]>p{line-height:20px!important;color:#2f2f2f!important;font-size:11px!important}
[class*="shard-quick-details"]>p:nth-child(1){text-align:left!important;}
[class*="shard-quick-details"]>p:nth-child(2){text-align:right!important;font-weight:bold;text-shadow:none;color:#3f3f3f!important}
[class*="shard-quick-details"]>p>b{line-height:22px!important;color:#2f2f2f!important;font-size:16px!important;text-align:left!important}
[class*="shard-status-identifying"],[class*="shard-status-resuming"],[class*="shard-status-connecting"]{background-color:#f2cc00;}
[class*="shard-status-ready"]{background-color:#2ac7d0!important;}
[class*="shard-status-disconnected"]{background-color:#ec8900!important;}
[class*="shard"]:hover{border-color:#2baab1!important;border-width:3px!important}
[class*="shard-low-events"]{border-color:#FF0800!important;padding:1px!important;border-width:4px!important;}
[class="card-body host-status"]>[class*="row node-row"]>[class="col-3"]{flex:0 0 23%!important;padding-left:23px!important}
/*END OF STATUS*/
/*NEW CC*/
/*HIGHLIGHTER*/
div[class="code gotmplmd hljs"]{background-color:#2f2f2f!important}
/*END*/
[class*="hljs"]{overflow-x:hidden!important;}
/*[class="card-body p-0 cc-panel"]{overflow-y:hidden!important;height:23px!important;width:90%!important;border-top:#c1c1c1 solid 0px;}*/
span[class="hljs-comment"]{color:#a1a1a1!important;font-style:normal!important}
small>[class="fas fa-edit"]{color:#a1a1a1!important;}
small>[class="fas fa-edit"]:before{content:""!important;}
td[class="hljs-ln-numbers"]{border-right:1px solid #a1a1a1!important}
/*td[class="hljs-ln-numbers"]>div{display:none!important}*/
/*h2[class="card-title"]{vertical-align:text-top!important;padding-top:0px!important}*/
pre>div>span[class="markdown"]{padding-left:15px}
section[class*="card"]{background-color:#5c4485!important}
section>header[class="card-header"]{padding:5px!important;background-color:#5c4485!important;border-bottom-color:#5c4485!important}
section>div[class*="card-body"]{margin-bottom:10px!important}
html .accordion.accordion-primary .card-header {background-color: #1f1f1f!important;}
h2[class="card-title"]>a:hover{background-color:#643ca9!important}
h2[class="card-title"]>a:focus{background-color:transparent!important}
[class*="cc-collapsible"]::after{color:#a1a1a1!important}
/*NEW NAV*/
ul[class="nav nav-main"]>li:nth-child(3)>ul>li:nth-child(2)>a>i[class*="fa-cog"]::before{content:"\f0c5"!important}
i[class*="fa-database"]::before{content:"\f0c5"!important}
ul[class="nav nav-main"]>li:nth-child(3)>ul>li:nth-child(4)>a>i[class*="fa-exclamation"]::before{content:"\f20a"!important}
/**{box-sizing:border-box!important}*/
/*New checkboxes*/
[class*="tgl"]+[class*="tgl-btn"]{width:3em!important;height:1.7em!important}
[class="tgl-btn mb-2"]{border:2px solid #ec7261!important}
[class="tgl-btn mb-2"]:after{background: #ec7261!important;;border-radius:2em!important}
[class*="tgl-flat"]:checked+[class*="tgl-btn"]{border:2px solid #2ac7d0!important}
[class*="tgl-flat"]:checked+[class*="tgl-btn"]:after{background:#2ac7d0!important;border-radius:2em!important}
form>a[class="btn btn-outline-danger my-2 my-sm-0"]:focus{box-shadow:0 0 0 0.2rem rgba(170,137,0,0.5)!important}
/* unsaved chages */
div[id="unsaved-changes-popup-container"]{display:none!important}
/* Scrollbars */
html{scrollbar-width:thin!important;scrollbar-color:#2ac7d0 #402372!important}
html:hover{scrollbar-width:thin!important;scrollbar-color:#2baab1 #402372!important}
[class*=withScrollbar]:hover{scrollbar-width: thin!important;scrollbar-color:#2baab1 #402372!important}
[class*=withScrollbar]{scrollbar-width: thin!important;scrollbar-color:#2ac7d0 #402372!important}
html::-webkit-scrollbar {width: 7px !important; height: 5px !important}
html::-webkit-scrollbar-thumb {background: #2ac7d0 !important;}
html::-webkit-scrollbar-thumb:hover {background:#2baab1 !important;}
body::-webkit-scrollbar {width: 7px !important; height: 5px !important}
body::-webkit-scrollbar-thumb {background: #2ac7d0 !important;}
body::-webkit-scrollbar-thumb:hover {background:#2baab1 !important;}
textarea::-webkit-scrollbar {width: 7px !important; height: 5px !important}
textarea::-webkit-scrollbar-thumb {background: #2ac7d0 !important;}
textarea::-webkit-scrollbar-thumb:hover {background:#2baab1 !important;}
/*ADMIN panel*/
form>div>button[class*="btn btn-secondary dropdown-toggle"]{background-color:#2baab1!important; border-color:#2baab1!important;color:#402372!important}
/*CUSTOM COMMANDS && EDIT*/
div[class="accordion accordion-primary"]>div[class="card"]>div[class="card-header clearfix"]>form>div[class="pull-right"]>button:nth-child(1){color:#2ac7d0!important;background-color:#282828!important;border-color:#282828!important}
div[class="accordion accordion-primary"]>div[class="card"]>div[class="card-header clearfix"]>form>div[class="pull-right"]>button:nth-child(1):hover{color:#282828!important;background-color:#2ac7d0!important}
div[class="col"]>button[class="btn btn-secondary btn-block"]{border-color:#2ac7d0!important}
div[class="col"]>button[class="btn btn-secondary btn-block"]:hover{color:#643ca9!important; background-color:#2ac7d0!important; border-color: #2ac7d0!important}
a.pagst:hover{
background-color: transparent!important;
text-decoration: none!important;
color:#2baab1!important
}
| 0.380759 | 0.081191 |
.short {
position: relative;
height: 56px;
padding: 0;
cursor: pointer;
}
.shortSeparator {
height: 7px;
margin-bottom: 15px;
background-image: var(--menu-arrow-up);
background-position: 50% 8px;
background-repeat: no-repeat;
padding: 7px 16px 0 16px;
background-size: 12px 6px;
position: relative;
}
.shortSeparator::before {
content: "";
border-bottom: 1px solid var(--short-separator-border);
position: absolute;
bottom: 0;
left: 19px;
right: 16px;
}
.shortSeparator.showAccounts {
background-color: var(--background-container-opaque);
}
.shortName {
float: left;
color: var(--disabled-color);
font-size: 13px;
text-align: left;
text-decoration: none;
padding-left: 36px;
margin-left: 4px;
background-image: var(--sidebar-balance-icon);
background-repeat: no-repeat;
background-size: 16px 16px;
background-position: 16px 50%;
}
.shortValue {
float: right;
font-family: var(--font-family-regular);
color: var(--sidebar-bottom-light-text-color);
font-size: 13px;
text-align: right;
font-weight: 600;
padding-right: 16px;
}
.shortValue .balanceSmall {
font-size: 13px;
}
.latestBlock {
position: relative;
padding: 16px 16px 16px 20px;
background-color: var(--info-modal-button-text);
font-size: 13px;
}
.latestBlockCollapsed {
padding: 14px 0 10px 0;
}
.latestBlockName {
color: var(--disabled-color);
font-size: 13px;
line-height: 10px;
text-align: left;
text-decoration: none;
}
.latestBlockNumber {
font-family: var(--font-family-monospace);
color: var(--sidebar-bottom-light-text-color);
}
.latestBlockTime {
float: right;
color: var(--disabled-color);
font-size: 13px;
text-align: right;
text-decoration: none;
}
.rescanButtonArea {
padding-top: 2px;
padding-right: 5px;
float: left;
}
.rescanButtonAreaCollapsed {
text-align: center;
padding-right: 0;
float: none;
}
.rescanButton.spin {
animation: spin 1s linear infinite;
}
@media screen and (max-width: 768px) {
.latestBlock {
background-color: var(--sidebar-color);
}
.latestBlock .tooltipContainer span {
visibility: hidden;
}
}
|
app/components/SideBar/MenuBottom/MenuBottom.module.css
|
.short {
position: relative;
height: 56px;
padding: 0;
cursor: pointer;
}
.shortSeparator {
height: 7px;
margin-bottom: 15px;
background-image: var(--menu-arrow-up);
background-position: 50% 8px;
background-repeat: no-repeat;
padding: 7px 16px 0 16px;
background-size: 12px 6px;
position: relative;
}
.shortSeparator::before {
content: "";
border-bottom: 1px solid var(--short-separator-border);
position: absolute;
bottom: 0;
left: 19px;
right: 16px;
}
.shortSeparator.showAccounts {
background-color: var(--background-container-opaque);
}
.shortName {
float: left;
color: var(--disabled-color);
font-size: 13px;
text-align: left;
text-decoration: none;
padding-left: 36px;
margin-left: 4px;
background-image: var(--sidebar-balance-icon);
background-repeat: no-repeat;
background-size: 16px 16px;
background-position: 16px 50%;
}
.shortValue {
float: right;
font-family: var(--font-family-regular);
color: var(--sidebar-bottom-light-text-color);
font-size: 13px;
text-align: right;
font-weight: 600;
padding-right: 16px;
}
.shortValue .balanceSmall {
font-size: 13px;
}
.latestBlock {
position: relative;
padding: 16px 16px 16px 20px;
background-color: var(--info-modal-button-text);
font-size: 13px;
}
.latestBlockCollapsed {
padding: 14px 0 10px 0;
}
.latestBlockName {
color: var(--disabled-color);
font-size: 13px;
line-height: 10px;
text-align: left;
text-decoration: none;
}
.latestBlockNumber {
font-family: var(--font-family-monospace);
color: var(--sidebar-bottom-light-text-color);
}
.latestBlockTime {
float: right;
color: var(--disabled-color);
font-size: 13px;
text-align: right;
text-decoration: none;
}
.rescanButtonArea {
padding-top: 2px;
padding-right: 5px;
float: left;
}
.rescanButtonAreaCollapsed {
text-align: center;
padding-right: 0;
float: none;
}
.rescanButton.spin {
animation: spin 1s linear infinite;
}
@media screen and (max-width: 768px) {
.latestBlock {
background-color: var(--sidebar-color);
}
.latestBlock .tooltipContainer span {
visibility: hidden;
}
}
| 0.541651 | 0.087916 |
@font-face {
font-family: 'icomoon';
src:
url('icomoona4a1.ttf?5w1qbv') format('truetype'),
url('icomoona4a1.woff?5w1qbv') format('woff'),
url('icomoona4a1.svg?5w1qbv#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
.font-icon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
display: inline-block;
vertical-align: middle;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-calendar2:before {
content: "\e912";
}
.icon-mail:before {
content: "\e913";
}
.icon-map-pin:before {
content: "\e914";
}
.icon-smartphone:before {
content: "\e915";
}
.icon-user:before {
content: "\e90b";
}
.icon-at:before {
content: "\e90a";
}
.icon-reply:before {
content: "\e909";
}
.icon-send:before {
content: "\e907";
}
.icon-like-fill:before {
content: "\e908";
}
.icon-like:before {
content: "\e905";
}
.icon-download:before {
content: "\e906";
}
.icon-skype:before {
content: "\e900";
}
.icon-calendar:before {
content: "\e901";
}
.icon-envelope:before {
content: "\e902";
}
.icon-location:before {
content: "\e903";
}
.icon-phone:before {
content: "\e904";
}
.icon-chevron-right:before {
content: "\e90c";
}
.icon-chevron-left:before {
content: "\e90d";
}
.icon-chevron-down:before {
content: "\e90e";
}
.icon-chevron-up:before {
content: "\e90f";
}
.icon-check:before {
content: "\e910";
}
.icon-office:before {
content: "\e911";
}
.icon-phone2:before {
content: "\e942";
}
.icon-sphere:before {
content: "\e9c9";
}
.icon-smile:before {
content: "\e9e1";
}
.icon-arrow-up2:before {
content: "\ea3a";
}
.icon-arrow-right2:before {
content: "\ea3c";
}
.icon-arrow-down2:before {
content: "\ea3e";
}
.icon-arrow-left2:before {
content: "\ea40";
}
.icon-google:before {
content: "\ea88";
}
.icon-google-plus:before {
content: "\ea8b";
}
.icon-facebook:before {
content: "\ea90";
}
.icon-instagram:before {
content: "\ea92";
}
.icon-twitter:before {
content: "\ea96";
}
.icon-youtube:before {
content: "\ea9d";
}
.icon-twitch:before {
content: "\ea9f";
}
.icon-dribbble:before {
content: "\eaa7";
}
.icon-behance:before {
content: "\eaa8";
}
.icon-github:before {
content: "\eab0";
}
.icon-appleinc:before {
content: "\eabe";
}
.icon-linkedin2:before {
content: "\eaca";
}
.icon-pinterest:before {
content: "\ead1";
}
|
static_cdn/static_root/icons/icomoon.css
|
@font-face {
font-family: 'icomoon';
src:
url('icomoona4a1.ttf?5w1qbv') format('truetype'),
url('icomoona4a1.woff?5w1qbv') format('woff'),
url('icomoona4a1.svg?5w1qbv#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
.font-icon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
display: inline-block;
vertical-align: middle;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-calendar2:before {
content: "\e912";
}
.icon-mail:before {
content: "\e913";
}
.icon-map-pin:before {
content: "\e914";
}
.icon-smartphone:before {
content: "\e915";
}
.icon-user:before {
content: "\e90b";
}
.icon-at:before {
content: "\e90a";
}
.icon-reply:before {
content: "\e909";
}
.icon-send:before {
content: "\e907";
}
.icon-like-fill:before {
content: "\e908";
}
.icon-like:before {
content: "\e905";
}
.icon-download:before {
content: "\e906";
}
.icon-skype:before {
content: "\e900";
}
.icon-calendar:before {
content: "\e901";
}
.icon-envelope:before {
content: "\e902";
}
.icon-location:before {
content: "\e903";
}
.icon-phone:before {
content: "\e904";
}
.icon-chevron-right:before {
content: "\e90c";
}
.icon-chevron-left:before {
content: "\e90d";
}
.icon-chevron-down:before {
content: "\e90e";
}
.icon-chevron-up:before {
content: "\e90f";
}
.icon-check:before {
content: "\e910";
}
.icon-office:before {
content: "\e911";
}
.icon-phone2:before {
content: "\e942";
}
.icon-sphere:before {
content: "\e9c9";
}
.icon-smile:before {
content: "\e9e1";
}
.icon-arrow-up2:before {
content: "\ea3a";
}
.icon-arrow-right2:before {
content: "\ea3c";
}
.icon-arrow-down2:before {
content: "\ea3e";
}
.icon-arrow-left2:before {
content: "\ea40";
}
.icon-google:before {
content: "\ea88";
}
.icon-google-plus:before {
content: "\ea8b";
}
.icon-facebook:before {
content: "\ea90";
}
.icon-instagram:before {
content: "\ea92";
}
.icon-twitter:before {
content: "\ea96";
}
.icon-youtube:before {
content: "\ea9d";
}
.icon-twitch:before {
content: "\ea9f";
}
.icon-dribbble:before {
content: "\eaa7";
}
.icon-behance:before {
content: "\eaa8";
}
.icon-github:before {
content: "\eab0";
}
.icon-appleinc:before {
content: "\eabe";
}
.icon-linkedin2:before {
content: "\eaca";
}
.icon-pinterest:before {
content: "\ead1";
}
| 0.2676 | 0.081849 |
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Roboto:wght@100&display=swap');
@font-face {
font-family: "android";
src: url(./fontes/idroid.otf) format('Opentype');
}
body{
background-color: rgb(173, 166, 102);
}
header{
background-image: linear-gradient(to top, #064406, #05a105);
height: 235px;
margin: -21px -8px;
}
.bg-all{
background-color: #f6f6f6;
width: 1000px;
height: 100%;
margin: auto;
box-shadow: 2px 8px 17px black;
border-radius: 10px;
}
.ft-top{
text-align: center;
font-family: 'Oswald', sans-serif;
font-size: 2.5em;
font-weight: bolder;
color: #f6f6f6;
padding-top: 50px;
margin: 0;
}
h3{
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 1.2em;
font-weight: bold;
color: #f6f6f6;
margin: 0;
padding-top: 15px;
}
.menu{
margin: 60px 11px;
padding-left: 8px;
}
.menu a:hover{
background-color: #05a105;
padding: 10px;
color: #064406;
}
nav > a{
color: #f6f6f6;
padding-right: 33px;
text-decoration: none;
font-family: 'Roboto', sans-serif;
font-weight: bolder;
}
.sec-title{
font-family: 'android', sans-serif;
font-size: 2em;
color: rgba(2, 107, 2, 0.76);
padding: 26px 23px 13px;
margin: 21px 0 -7px 1px;
}
p{
text-align: justify;
text-indent: 20px;
font-family: 'Roboto', sans-serif;
font-size: 1em;
padding-left: 20px;
}
.link1{
background-color: #00ff00;
color: darkgreen;
font-family: 'Roboto', sans-serif;
font-weight: bold;
text-decoration: none;
padding: 3px;
}
.link2{
color: darkgreen;
font-family: 'Roboto', sans-serif;
font-weight: bold;
text-decoration: none;
padding: 3px;
}
.back-title{
background-image: linear-gradient(to right, #99f099, #ffffffe5);
font-family: 'android', sans-serif;
color: darkgreen;
width: 95%;
padding: 0 9px;
margin: 0 13px;
}
img{
margin: 2px 100px;
}
strong{
color: darkgreen;
font-weight: bolder;
font-family: 'Roboto',sans-serif;
}
.bugdroid-foto{
margin: 10px 328px;
}
iframe{
margin: 35px 55px;
}
.bg-video{
background-color: darkgreen;
width: 1000px;
height: 632px;
}
.top-barquest{
margin: 42px;
width: 911px;
height: 38px;
background-color: rgb(3, 36, 3);
color: #f6f6f6;
font-family: 'Roboto', sans-serif;
padding: 10px 10px 0 10px;
border-radius: 15px 15px 0 0 ;
}
ul{
list-style: none;
}
ul li::before{
content: '✓';
}
.quest-box{
background-color: mediumseagreen;
width: 931px;
margin: -43px 42px;
height: 413px;
border-radius: 0 0 15px 15px;
box-shadow: 2px 2px 15px rgb(58, 57, 57);
}
.droid-list{
padding: 0px 0px 0px 0px;
}
.droid-list2{
margin-left: 492px;
margin-top: -170px;
}
.txt-droid{
padding: 20px 12px 0px 13px;
}
.last-line{
margin: 56px 0px 0px 19px;;
}
footer{
background-color: rgb(3, 54, 3);
width: 100%;
color: #f6f6f6;
}
.footer-txt{
font-family: 'Roboto', sans-serif;
font-weight: bold;
color: #f6f6f6;
}
.foo-tex{
text-align: center;
margin-bottom: -7px;
padding: 5px;
}
|
Modulo 2/desafios/style.css
|
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Roboto:wght@100&display=swap');
@font-face {
font-family: "android";
src: url(./fontes/idroid.otf) format('Opentype');
}
body{
background-color: rgb(173, 166, 102);
}
header{
background-image: linear-gradient(to top, #064406, #05a105);
height: 235px;
margin: -21px -8px;
}
.bg-all{
background-color: #f6f6f6;
width: 1000px;
height: 100%;
margin: auto;
box-shadow: 2px 8px 17px black;
border-radius: 10px;
}
.ft-top{
text-align: center;
font-family: 'Oswald', sans-serif;
font-size: 2.5em;
font-weight: bolder;
color: #f6f6f6;
padding-top: 50px;
margin: 0;
}
h3{
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 1.2em;
font-weight: bold;
color: #f6f6f6;
margin: 0;
padding-top: 15px;
}
.menu{
margin: 60px 11px;
padding-left: 8px;
}
.menu a:hover{
background-color: #05a105;
padding: 10px;
color: #064406;
}
nav > a{
color: #f6f6f6;
padding-right: 33px;
text-decoration: none;
font-family: 'Roboto', sans-serif;
font-weight: bolder;
}
.sec-title{
font-family: 'android', sans-serif;
font-size: 2em;
color: rgba(2, 107, 2, 0.76);
padding: 26px 23px 13px;
margin: 21px 0 -7px 1px;
}
p{
text-align: justify;
text-indent: 20px;
font-family: 'Roboto', sans-serif;
font-size: 1em;
padding-left: 20px;
}
.link1{
background-color: #00ff00;
color: darkgreen;
font-family: 'Roboto', sans-serif;
font-weight: bold;
text-decoration: none;
padding: 3px;
}
.link2{
color: darkgreen;
font-family: 'Roboto', sans-serif;
font-weight: bold;
text-decoration: none;
padding: 3px;
}
.back-title{
background-image: linear-gradient(to right, #99f099, #ffffffe5);
font-family: 'android', sans-serif;
color: darkgreen;
width: 95%;
padding: 0 9px;
margin: 0 13px;
}
img{
margin: 2px 100px;
}
strong{
color: darkgreen;
font-weight: bolder;
font-family: 'Roboto',sans-serif;
}
.bugdroid-foto{
margin: 10px 328px;
}
iframe{
margin: 35px 55px;
}
.bg-video{
background-color: darkgreen;
width: 1000px;
height: 632px;
}
.top-barquest{
margin: 42px;
width: 911px;
height: 38px;
background-color: rgb(3, 36, 3);
color: #f6f6f6;
font-family: 'Roboto', sans-serif;
padding: 10px 10px 0 10px;
border-radius: 15px 15px 0 0 ;
}
ul{
list-style: none;
}
ul li::before{
content: '✓';
}
.quest-box{
background-color: mediumseagreen;
width: 931px;
margin: -43px 42px;
height: 413px;
border-radius: 0 0 15px 15px;
box-shadow: 2px 2px 15px rgb(58, 57, 57);
}
.droid-list{
padding: 0px 0px 0px 0px;
}
.droid-list2{
margin-left: 492px;
margin-top: -170px;
}
.txt-droid{
padding: 20px 12px 0px 13px;
}
.last-line{
margin: 56px 0px 0px 19px;;
}
footer{
background-color: rgb(3, 54, 3);
width: 100%;
color: #f6f6f6;
}
.footer-txt{
font-family: 'Roboto', sans-serif;
font-weight: bold;
color: #f6f6f6;
}
.foo-tex{
text-align: center;
margin-bottom: -7px;
padding: 5px;
}
| 0.430147 | 0.123815 |
body {
margin: 20px;
font-family: "Trebuchet MS", sans-serif;
font-size: 15.5px;
}
* {
box-sizing: border-box;
}
#conversation {
display: flex;
justify-content: space-evenly;
}
#form_picture .number {
background: #1abc9c;
color: #fff;
height: 30px;
width: 30px;
display: inline-block;
font-size: 0.8em;
margin-right: 4px;
line-height: 30px;
text-align: center;
text-shadow: 0 1px 0 rgba(255,255,255,0.2);
border-radius: 15px 15px 15px 0px;
}
#form_picture {
width: 400px;
max-width: 400px;
padding: 10px 20px;
background: #f4f7f8;
margin: 10px auto;
padding: 20px;
background: #f4f7f8;
border-radius: 8px;
font-family: Georgia, "Times New Roman", Times, serif;
}
#form_picture label {
display: block;
margin-bottom: 8px;
}
#form_picture input[type="text"],
#form_picture textarea {
font-family: Georgia, "Times New Roman", Times, serif;
background: rgba(255,255,255,.1);
border: none;
border-radius: 4px;
font-size: 15px;
margin: 0;
outline: 0;
padding: 10px;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
background-color: #e8eeef;
color:#8a97a0;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
margin-bottom: 30px;
}
#form_picture input[type="text"]:focus,
#form_picture textarea:focus {
background: #d2d9dd;
}
#form_picture input[type="submit"] {
position: relative;
display: block;
padding: 19px 39px 18px 39px;
color: #FFF;
margin: 0 auto;
background: #1abc9c;
font-size: 18px;
text-align: center;
font-style: normal;
width: 100%;
border: 1px solid #16a085;
border-width: 1px 1px 3px;
margin-bottom: 10px;
}
#form_picture input[type="submit"]:hover {
background: #109177;
}
.msg_picture {
display: flex;
background: #f4f7f8;
margin: 10px auto;
padding: 20px;
border-radius: 8px;
color:#757e85;
font-family: Georgia, "Times New Roman", Times, serif;
flex-direction: column;
align-items: center;
width: 30%;
max-height: 520px;
overflow: scroll;
}
.p_picture strong {
color:#1abc9c;
}
.container {
margin-top: 70px;
width: 100%;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
grid-auto-rows: 200px;
grid-auto-flow: row dense;
grid-gap: 30px;
justify-content: center;
}
.card-top, .card-right, .card-bottom, .card-left {
display: flex;
flex-wrap: nowrap;
height: 100%;
width: 100%;
border-radius: 95.2380952381px;
box-shadow: 0px 3px 9px 1px rgba(0, 10, 20, 0.2);
background: rgb(238, 237, 237);
}
.card-top {
flex-direction: column;
grid-column: auto / span 1;
grid-row: auto / span 2;
}
.card-right {
flex-direction: row-reverse;
grid-column: auto / span 2;
grid-row: auto / span 1;
}
.card-bottom {
flex-direction: column-reverse;
grid-column: auto / span 1;
grid-row: auto / span 2;
}
.card-left {
flex-direction: row;
grid-column: auto / span 2;
grid-row: auto / span 1;
}
.card-image {
display: flex;
}
.card-top .card-image, .card-bottom .card-image {
height: 50%;
width: 100%;
}
.card-left .card-image, .card-right .card-image {
height: 100%;
width: 50%;
}
.card-image img {
width: 100%;
object-fit: cover;
}
.card-top img {
border-radius: 95.2380952381px 95.2380952381px 0 0;
}
.card-right img {
border-radius: 0 95.2380952381px 95.2380952381px 0;
}
.card-bottom img {
border-radius: 0 0 95.2380952381px 95.2380952381px;
}
.card-left img {
border-radius: 95.2380952381px 0 0 95.2380952381px;
}
.card-text {
align-self: center;
padding: 23px;
color: rgb(49, 46, 46);
}
.card-top .card-text {
height: auto;
width: auto;
padding-bottom: 36.8px;
}
.card-right .card-text {
height: auto;
width: 50%;
padding-left: 36.8px;
}
.card-bottom .card-text {
height: auto;
width: auto;
padding-top: 36.8px;
}
.card-left .card-text {
height: auto;
width: 50%;
padding-right: 36.8px;
}
.card-text p {
margin: 0;
line-height: 1.35em;
color: #334455;
}
@media (max-width: 760px) {
#conversation {
display: flex;
flex-direction: column;
}
}
@media (max-width: 500px) {
#conversation {
padding: 10px;
display: flex;
flex-direction: column;
}
#form_picture {
max-width: 150px;
margin: 5px auto;
}
.msg_picture {
margin: 5px auto;
padding: 10px;
width: 40%;
margin-right: 5%;
max-height: 400px;
}
.container {
width: 40%;
}
.card-top {
flex-direction: row;
grid-column: auto / span 2;
grid-row: auto / span 1;
}
.card-bottom {
flex-direction: row-reverse;
grid-column: auto / span 2;
grid-row: auto / span 1;
}
.card-top .card-image, .card-bottom .card-image {
height: 100%;
width: 50%;
}
.card-top img {
border-radius: 95.2380952381px 0 0 95.2380952381px;
}
.card-bottom img {
border-radius: 0 95.2380952381px 95.2380952381px 0;
}
.card-top .card-text {
height: auto;
width: 50%;
padding-right: 36.8px;
}
.card-bottom .card-text {
height: auto;
width: 50%;
padding-left: 36.8px;
}
}
@media (max-width: 400px) {
#conversation {
padding: 10px;
display: flex;
flex-direction: column;
}
.card-image {
width: 38% !important;
}
.card-text {
width: 62% !important;
}
}
|
public/css/picture.css
|
body {
margin: 20px;
font-family: "Trebuchet MS", sans-serif;
font-size: 15.5px;
}
* {
box-sizing: border-box;
}
#conversation {
display: flex;
justify-content: space-evenly;
}
#form_picture .number {
background: #1abc9c;
color: #fff;
height: 30px;
width: 30px;
display: inline-block;
font-size: 0.8em;
margin-right: 4px;
line-height: 30px;
text-align: center;
text-shadow: 0 1px 0 rgba(255,255,255,0.2);
border-radius: 15px 15px 15px 0px;
}
#form_picture {
width: 400px;
max-width: 400px;
padding: 10px 20px;
background: #f4f7f8;
margin: 10px auto;
padding: 20px;
background: #f4f7f8;
border-radius: 8px;
font-family: Georgia, "Times New Roman", Times, serif;
}
#form_picture label {
display: block;
margin-bottom: 8px;
}
#form_picture input[type="text"],
#form_picture textarea {
font-family: Georgia, "Times New Roman", Times, serif;
background: rgba(255,255,255,.1);
border: none;
border-radius: 4px;
font-size: 15px;
margin: 0;
outline: 0;
padding: 10px;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
background-color: #e8eeef;
color:#8a97a0;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
margin-bottom: 30px;
}
#form_picture input[type="text"]:focus,
#form_picture textarea:focus {
background: #d2d9dd;
}
#form_picture input[type="submit"] {
position: relative;
display: block;
padding: 19px 39px 18px 39px;
color: #FFF;
margin: 0 auto;
background: #1abc9c;
font-size: 18px;
text-align: center;
font-style: normal;
width: 100%;
border: 1px solid #16a085;
border-width: 1px 1px 3px;
margin-bottom: 10px;
}
#form_picture input[type="submit"]:hover {
background: #109177;
}
.msg_picture {
display: flex;
background: #f4f7f8;
margin: 10px auto;
padding: 20px;
border-radius: 8px;
color:#757e85;
font-family: Georgia, "Times New Roman", Times, serif;
flex-direction: column;
align-items: center;
width: 30%;
max-height: 520px;
overflow: scroll;
}
.p_picture strong {
color:#1abc9c;
}
.container {
margin-top: 70px;
width: 100%;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
grid-auto-rows: 200px;
grid-auto-flow: row dense;
grid-gap: 30px;
justify-content: center;
}
.card-top, .card-right, .card-bottom, .card-left {
display: flex;
flex-wrap: nowrap;
height: 100%;
width: 100%;
border-radius: 95.2380952381px;
box-shadow: 0px 3px 9px 1px rgba(0, 10, 20, 0.2);
background: rgb(238, 237, 237);
}
.card-top {
flex-direction: column;
grid-column: auto / span 1;
grid-row: auto / span 2;
}
.card-right {
flex-direction: row-reverse;
grid-column: auto / span 2;
grid-row: auto / span 1;
}
.card-bottom {
flex-direction: column-reverse;
grid-column: auto / span 1;
grid-row: auto / span 2;
}
.card-left {
flex-direction: row;
grid-column: auto / span 2;
grid-row: auto / span 1;
}
.card-image {
display: flex;
}
.card-top .card-image, .card-bottom .card-image {
height: 50%;
width: 100%;
}
.card-left .card-image, .card-right .card-image {
height: 100%;
width: 50%;
}
.card-image img {
width: 100%;
object-fit: cover;
}
.card-top img {
border-radius: 95.2380952381px 95.2380952381px 0 0;
}
.card-right img {
border-radius: 0 95.2380952381px 95.2380952381px 0;
}
.card-bottom img {
border-radius: 0 0 95.2380952381px 95.2380952381px;
}
.card-left img {
border-radius: 95.2380952381px 0 0 95.2380952381px;
}
.card-text {
align-self: center;
padding: 23px;
color: rgb(49, 46, 46);
}
.card-top .card-text {
height: auto;
width: auto;
padding-bottom: 36.8px;
}
.card-right .card-text {
height: auto;
width: 50%;
padding-left: 36.8px;
}
.card-bottom .card-text {
height: auto;
width: auto;
padding-top: 36.8px;
}
.card-left .card-text {
height: auto;
width: 50%;
padding-right: 36.8px;
}
.card-text p {
margin: 0;
line-height: 1.35em;
color: #334455;
}
@media (max-width: 760px) {
#conversation {
display: flex;
flex-direction: column;
}
}
@media (max-width: 500px) {
#conversation {
padding: 10px;
display: flex;
flex-direction: column;
}
#form_picture {
max-width: 150px;
margin: 5px auto;
}
.msg_picture {
margin: 5px auto;
padding: 10px;
width: 40%;
margin-right: 5%;
max-height: 400px;
}
.container {
width: 40%;
}
.card-top {
flex-direction: row;
grid-column: auto / span 2;
grid-row: auto / span 1;
}
.card-bottom {
flex-direction: row-reverse;
grid-column: auto / span 2;
grid-row: auto / span 1;
}
.card-top .card-image, .card-bottom .card-image {
height: 100%;
width: 50%;
}
.card-top img {
border-radius: 95.2380952381px 0 0 95.2380952381px;
}
.card-bottom img {
border-radius: 0 95.2380952381px 95.2380952381px 0;
}
.card-top .card-text {
height: auto;
width: 50%;
padding-right: 36.8px;
}
.card-bottom .card-text {
height: auto;
width: 50%;
padding-left: 36.8px;
}
}
@media (max-width: 400px) {
#conversation {
padding: 10px;
display: flex;
flex-direction: column;
}
.card-image {
width: 38% !important;
}
.card-text {
width: 62% !important;
}
}
| 0.413951 | 0.102484 |
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
.voteBody {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
font-family: "Righteous", cursive;
min-height: 100vh;
background-color: #a9c9ff;
background-image: linear-gradient(180deg, #a9c9ff 0%, #ffbbec 100%);
}
.voteBody .voteCardContainer {
max-width: 100vw;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-gap: 35px;
margin: 0 auto;
padding: 40px 0;
}
.voteBody .voteCardContainer .card {
position: relative;
width: 300px;
height: 400px;
margin: 0 auto;
background: #000;
border-radius: 15px;
box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}
.voteBody .voteCardContainer .card .face {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.voteBody .voteCardContainer .card .face.face1 {
box-sizing: border-box;
padding: 20px;
}
.voteBody .voteCardContainer .card .face.face1 h2 {
margin: 0;
padding: 0;
}
.voteBody .voteCardContainer .card .face.face1 .java {
background-color: #fffc00;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.voteBody .voteCardContainer .card .face.face1 .python {
background-color: #00fffc;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.voteBody .voteCardContainer .card .face.face1 .cSharp {
background-color: #fc00ff;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.voteBody .voteCardContainer .card .face.face2 {
transition: 0.5s;
}
.voteBody .voteCardContainer .card .face.face2 h2 {
margin: 0;
padding: 0;
font-size: 10em;
color: #fff;
transition: 0.5s;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
z-index: 10;
}
.voteBody .voteCardContainer .card:hover .face.face2 {
height: 60px;
}
.voteBody .voteCardContainer .card:hover .face.face2 h2 {
font-size: 2em;
}
.voteBody .voteCardContainer .card:nth-child(1) .face.face2 {
background-image: linear-gradient(40deg, #fffc00 0%, #fc00ff 45%, #00fffc 100%);
border-radius: 15px;
}
.voteBody .voteCardContainer .card:nth-child(2) .face.face2 {
background-image: linear-gradient(40deg, #fc00ff 0%, #00fffc 45%, #fffc00 100%);
border-radius: 15px;
}
.voteBody .voteCardContainer .card:nth-child(3) .face.face2 {
background-image: linear-gradient(40deg, #00fffc 0%, #fc00ff 45%, #fffc00 100%);
border-radius: 15px;
}
|
frontend/src/components/css/votingCard.css
|
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
.voteBody {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
font-family: "Righteous", cursive;
min-height: 100vh;
background-color: #a9c9ff;
background-image: linear-gradient(180deg, #a9c9ff 0%, #ffbbec 100%);
}
.voteBody .voteCardContainer {
max-width: 100vw;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-gap: 35px;
margin: 0 auto;
padding: 40px 0;
}
.voteBody .voteCardContainer .card {
position: relative;
width: 300px;
height: 400px;
margin: 0 auto;
background: #000;
border-radius: 15px;
box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}
.voteBody .voteCardContainer .card .face {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.voteBody .voteCardContainer .card .face.face1 {
box-sizing: border-box;
padding: 20px;
}
.voteBody .voteCardContainer .card .face.face1 h2 {
margin: 0;
padding: 0;
}
.voteBody .voteCardContainer .card .face.face1 .java {
background-color: #fffc00;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.voteBody .voteCardContainer .card .face.face1 .python {
background-color: #00fffc;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.voteBody .voteCardContainer .card .face.face1 .cSharp {
background-color: #fc00ff;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.voteBody .voteCardContainer .card .face.face2 {
transition: 0.5s;
}
.voteBody .voteCardContainer .card .face.face2 h2 {
margin: 0;
padding: 0;
font-size: 10em;
color: #fff;
transition: 0.5s;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
z-index: 10;
}
.voteBody .voteCardContainer .card:hover .face.face2 {
height: 60px;
}
.voteBody .voteCardContainer .card:hover .face.face2 h2 {
font-size: 2em;
}
.voteBody .voteCardContainer .card:nth-child(1) .face.face2 {
background-image: linear-gradient(40deg, #fffc00 0%, #fc00ff 45%, #00fffc 100%);
border-radius: 15px;
}
.voteBody .voteCardContainer .card:nth-child(2) .face.face2 {
background-image: linear-gradient(40deg, #fc00ff 0%, #00fffc 45%, #fffc00 100%);
border-radius: 15px;
}
.voteBody .voteCardContainer .card:nth-child(3) .face.face2 {
background-image: linear-gradient(40deg, #00fffc 0%, #fc00ff 45%, #fffc00 100%);
border-radius: 15px;
}
| 0.363308 | 0.084116 |
body {
border-top: 4px solid #005baa;
}
.new-nav-box {
width: 1220px;
height: 50px;
margin: 15px auto 0;
}
.new-nav-logo-box {
height: 50px;
}
.new-nav-logo {
line-height: 42px;
color: #1e68ac;
font-size: 33px;
}
.new-nav-seek {
float: right;
}
.new-nav-seek input {
width: 280px;
height: 40px;
padding: 0 10px;
border: 1px solid #cccccc;
border-radius: 6px 0 0 6px;
}
.new-nav-seek i {
display: flex;
align-items: center;
justify-content: center;
float: right;
width: 68px;
height: 42px;
color: #ffffff;
border-radius: 0 6px 6px 0;
background-color: #1e68ac;
font-size: 24px;
}
/*PC列表*/
.new-content-box {
display: table;
width: 1220px;
margin: 0 auto;
padding-top: 32px;
}
.list-box {
float: left;
width: 800px;
}
.list-box-msg {
border: 1px solid #d9d9d9;
}
.list-box-msg > span {
display: block;
height: 36px;
line-height: 36px;
padding: 0 17px;
border-bottom: 1px solid #d9d9d9;
color: #808080;
font-size: 16px;
}
.list-box-msg h3 {
line-height: 30px;
margin: 12px 17px 27px;
border-bottom: 1px dashed #d9d9d9;
color: #333333;
font-size: 24px;
}
.list-box-msg h3 p {
color: #808080;
font-size: 16px;
text-align: right;
}
.list-box-msg dl dd {
line-height: 33px;
padding: 0 17px;
margin-bottom: 120px;
color: #808080;
text-indent: 2em;
font-size: 16px;
}
.list-box-msg div {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 57px;
color: #808080;
font-size: 22px;
text-align: center;
}
.list-box-msg div span {
padding: 5px;
margin-right: 15px;
border: 1px solid #d9d9d9;
}
.list-box-msg > p {
padding: 0 17px;
color: #808080;
font-size: 16px;
}
.list-box-msg > p span {
color: #333333;
}
.list-box-msg > ul {
text-align: right;
padding: 50px 17px 200px 0 !important;
}
.list-box-msg > ul > li {
display: flex;
align-items: center;
justify-content: center;
float: right;
width: 30px;
height: 30px !important;
padding: 0 !important;
margin: 0 10px 0 0 !important;
border: none !important;
}
.list-box-msg > ul > li > i {
font-size: 30px;
}
.list-box-msg-page {
justify-content: space-between !important;
height: 50px;
padding: 0 17px;
margin: 0 !important;
border-top: 1px solid #d9d9d9;
}
.list-box-msg-page a {
color: #808080;
font-size: 16px;
}
.new-nav {
display: -webkit-box;
width: 100%;
}
.new-nav li {
float: left !important;
height: 42px !important;
line-height: 42px;
padding: 0 10px !important;
border: none !important;
}
.new-nav li a:hover, .new-nav li a.active {
color: #005baa;
font-weight: 600;
}
.list-box ul li {
position: relative;
height: 154px;
padding: 20px;
margin-bottom: 18px;
border: 1px solid #e6e6e6;
}
.list-box ul li h3 {
margin-bottom: 17px;
color: #333333;
font-size: 22px;
overflow: hidden; /*超出长度的文字隐藏*/
text-overflow: ellipsis; /*文字隐藏以后添加省略号*/
white-space: nowrap; /*强制不换行*/
}
.list-box ul li img {
float: left;
width: 150px;
height: 120px;
margin-right: 23px;
}
.list-msg-box {
position: relative;
float: left;
width: 570px;
height: 120px;
overflow: hidden; /*超出长度的文字隐藏*/
}
.list-msg-box span {
display: -webkit-box;
line-height: 24px;
color: #808080;
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.list-msg-box time {
position: absolute;
bottom: 0;
color: #808080;
font-size: 16px;
}
.list-bottom-msg {
position: absolute;
bottom: 20px;
width: calc(100% - 20px * 2);
height: 20px;
}
.list-bottom-msg i {
margin-right: 12px;
font-size: 21px;
}
.list-bottom-msg time, .list-bottom-msg span {
margin-right: 50px;
color: #808080;
font-size: 16px;
}
.more-msg {
float: right;
margin-right: 0 !important;
}
/*分页*/
.first-page, .last-page {
float: left;
display: flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
color: #d9d9d9;
border: 1px solid #d9d9d9;
font-size: 22px;
}
.new-page ul li {
float: left;
display: flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
padding: 0;
color: #d9d9d9;
font-size: 22px;
}
.new-page ul li:hover {
border: none;
color: #666666;
}
.new-page ul li.active {
border: none;
color: #666666;
}
/*推荐列表*/
.recommend-list-box {
float: right;
width: 370px;
margin-bottom: 2px;
border: 1px solid #e6e6e6;
border-bottom: none;
}
.min-head {
display: flex;
align-items: center;
height: 28px;
padding: 0 16px;
background: #f1f1f1;
color: #333333;
font-size: 22px;
}
.min-head i {
margin-right: 7px;
font-size: 22px;
}
.recommend-list-msg {
display: inline-block;
}
.recommend-list-msg li {
display: flex;
align-items: center;
justify-content: space-around;
width: 340px;
padding: 15px;
border-bottom: 1px solid #e6e6e6;
}
.recommend-list-msg li img {
float: left;
width: 50px;
height: 50px;
border-radius: 50%;
}
.recommend-list-right {
position: relative;
float: right;
width: 248px;
}
.recommend-list-right span {
display: -webkit-box;
color: #808080;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.recommend-list-right time {
position: absolute;
bottom: 0;
color: #808080;
font-size: 14px;
}
.recommend-list-bottom-msg {
color: #808080;
font-size: 14px;
}
/*底部版权*/
.new-foot-box {
margin-top: 120px;
padding-top: 21px;
background: #333333;
text-align: center;
}
.new-foot-msg {
width: 1220px;
height: 139px;
margin: 0 auto;
}
.new-foot-msg ul li {
float: left;
width: 33.33%;
}
.new-foot-msg ul li h5 {
margin-bottom: 10px;
color: #d9d9d9;
font-size: 20px;
}
.new-foot-msg ul li p {
margin-top: 9px;
color: #808080;
font-size: 14px;
}
/*手机版本导航*/
.wap-nav-box {
display: none;
align-items: center;
justify-content: space-between;
width: 7.5rem;
height: 1rem;
border-bottom: solid 1px #d9d9d9;
}
.wap-nav-box a {
display: flex;
align-items: center;
justify-content: center;
width: 1rem;
height: 1rem;
color: #000000;
font-size: .4rem;
text-decoration: none;
}
.wap-nav-box .wap-log {
color: #0090ce;
font-size: .35rem;
font-weight: 700;
}
.wap-nav-box i {
display: flex;
align-items: center;
justify-content: center;
width: 1rem;
height: 1rem;
color: #808080;
font-size: .32rem;
font-weight: 600;
}
/*H5导航展开*/
.wap-nav-seek {
position: fixed;
display: none;
width: 100%;
height: 100%;
background: #ffffff;
z-index: 2;
}
.wap-nav-seek input {
float: left;
width: 65%;
height: .5rem;
margin: .5rem .7rem 0 .2rem;
padding: 0 .3rem;
border: 1px solid #cccccc;
border-radius: .2rem;
}
.wap-nav-seek > i {
float: left;
margin: .6rem 0 0 0;
font-size: .4rem;
}
.wap-nav-list {
position: fixed;
display: none;
width: 100%;
height: 100%;
background: #ffffff;
z-index: 2;
}
wap-nav-list ul a {
text-decoration: none;
}
.wap-nav-list li {
padding: .3rem .19rem;
}
.wap-nav-list li.wap-nav-list-top, .wap-nav-list-top {
display: flex;
align-items: center;
justify-content: space-between;
height: 1rem;
padding: 0 .19rem;
}
@media screen and (max-width: 750px) {
body {
min-width: 7.5rem
}
.new-nav-box {
display: none;
}
.wap-nav-box {
display: flex;
}
/*内容*/
.new-nav {
display: none;
}
.new-content-box {
width: 7.5rem;
margin: 0;
padding-top: .18rem;
}
.list-box ul li {
height: 1.7rem;
padding: .2rem;
margin-bottom: .18rem;
}
.list-box ul li img {
width: 1.6rem;
height: 1.2rem;
margin-right: .23rem;
}
.list-msg-box {
width: 4.71rem;
height: 1.2rem;
}
.list-msg-box h3 {
width: 4.71rem;
margin-bottom: .17rem;
font-size: .22rem;
}
.list-msg-box span {
line-height: .24rem;
font-size: .16rem;
}
.list-box {
width: 7.5rem;
}
.list-bottom-msg {
display: none;
}
/*分页*/
.first-page, .last-page {
width: .34rem;
height: .34rem;
font-size: .22rem;
}
.new-page ul li {
width: .34rem;
height: .34rem;
padding: 0;
color: #d9d9d9;
font-size: .22rem;
}
/*推荐列表*/
.recommend-list-box {
display: none;
}
/*底部版权--关闭*/
.new-foot-box {
display: none;
}
}
@media screen and (max-width: 510px) {
.list-box-msg > span {
font-size: .16rem;
}
.list-box-msg h3 {
font-size: .24rem;
}
.list-box-msg h3 p {
font-size: .16rem;
}
.list-box-msg dl dd {
margin-bottom: 0;
font-size: .16rem;
}
.list-box-msg div {
padding: .28rem 0;
margin-bottom: 0;
font-size: .22rem;
}
.list-box-msg > p {
font-size: .16rem;
}
.list-box-msg > ul {
display: none;
}
.list-box-msg-page a {
font-size: .16rem;
}
}
|
resources/views/demo/style/style.css
|
body {
border-top: 4px solid #005baa;
}
.new-nav-box {
width: 1220px;
height: 50px;
margin: 15px auto 0;
}
.new-nav-logo-box {
height: 50px;
}
.new-nav-logo {
line-height: 42px;
color: #1e68ac;
font-size: 33px;
}
.new-nav-seek {
float: right;
}
.new-nav-seek input {
width: 280px;
height: 40px;
padding: 0 10px;
border: 1px solid #cccccc;
border-radius: 6px 0 0 6px;
}
.new-nav-seek i {
display: flex;
align-items: center;
justify-content: center;
float: right;
width: 68px;
height: 42px;
color: #ffffff;
border-radius: 0 6px 6px 0;
background-color: #1e68ac;
font-size: 24px;
}
/*PC列表*/
.new-content-box {
display: table;
width: 1220px;
margin: 0 auto;
padding-top: 32px;
}
.list-box {
float: left;
width: 800px;
}
.list-box-msg {
border: 1px solid #d9d9d9;
}
.list-box-msg > span {
display: block;
height: 36px;
line-height: 36px;
padding: 0 17px;
border-bottom: 1px solid #d9d9d9;
color: #808080;
font-size: 16px;
}
.list-box-msg h3 {
line-height: 30px;
margin: 12px 17px 27px;
border-bottom: 1px dashed #d9d9d9;
color: #333333;
font-size: 24px;
}
.list-box-msg h3 p {
color: #808080;
font-size: 16px;
text-align: right;
}
.list-box-msg dl dd {
line-height: 33px;
padding: 0 17px;
margin-bottom: 120px;
color: #808080;
text-indent: 2em;
font-size: 16px;
}
.list-box-msg div {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 57px;
color: #808080;
font-size: 22px;
text-align: center;
}
.list-box-msg div span {
padding: 5px;
margin-right: 15px;
border: 1px solid #d9d9d9;
}
.list-box-msg > p {
padding: 0 17px;
color: #808080;
font-size: 16px;
}
.list-box-msg > p span {
color: #333333;
}
.list-box-msg > ul {
text-align: right;
padding: 50px 17px 200px 0 !important;
}
.list-box-msg > ul > li {
display: flex;
align-items: center;
justify-content: center;
float: right;
width: 30px;
height: 30px !important;
padding: 0 !important;
margin: 0 10px 0 0 !important;
border: none !important;
}
.list-box-msg > ul > li > i {
font-size: 30px;
}
.list-box-msg-page {
justify-content: space-between !important;
height: 50px;
padding: 0 17px;
margin: 0 !important;
border-top: 1px solid #d9d9d9;
}
.list-box-msg-page a {
color: #808080;
font-size: 16px;
}
.new-nav {
display: -webkit-box;
width: 100%;
}
.new-nav li {
float: left !important;
height: 42px !important;
line-height: 42px;
padding: 0 10px !important;
border: none !important;
}
.new-nav li a:hover, .new-nav li a.active {
color: #005baa;
font-weight: 600;
}
.list-box ul li {
position: relative;
height: 154px;
padding: 20px;
margin-bottom: 18px;
border: 1px solid #e6e6e6;
}
.list-box ul li h3 {
margin-bottom: 17px;
color: #333333;
font-size: 22px;
overflow: hidden; /*超出长度的文字隐藏*/
text-overflow: ellipsis; /*文字隐藏以后添加省略号*/
white-space: nowrap; /*强制不换行*/
}
.list-box ul li img {
float: left;
width: 150px;
height: 120px;
margin-right: 23px;
}
.list-msg-box {
position: relative;
float: left;
width: 570px;
height: 120px;
overflow: hidden; /*超出长度的文字隐藏*/
}
.list-msg-box span {
display: -webkit-box;
line-height: 24px;
color: #808080;
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.list-msg-box time {
position: absolute;
bottom: 0;
color: #808080;
font-size: 16px;
}
.list-bottom-msg {
position: absolute;
bottom: 20px;
width: calc(100% - 20px * 2);
height: 20px;
}
.list-bottom-msg i {
margin-right: 12px;
font-size: 21px;
}
.list-bottom-msg time, .list-bottom-msg span {
margin-right: 50px;
color: #808080;
font-size: 16px;
}
.more-msg {
float: right;
margin-right: 0 !important;
}
/*分页*/
.first-page, .last-page {
float: left;
display: flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
color: #d9d9d9;
border: 1px solid #d9d9d9;
font-size: 22px;
}
.new-page ul li {
float: left;
display: flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
padding: 0;
color: #d9d9d9;
font-size: 22px;
}
.new-page ul li:hover {
border: none;
color: #666666;
}
.new-page ul li.active {
border: none;
color: #666666;
}
/*推荐列表*/
.recommend-list-box {
float: right;
width: 370px;
margin-bottom: 2px;
border: 1px solid #e6e6e6;
border-bottom: none;
}
.min-head {
display: flex;
align-items: center;
height: 28px;
padding: 0 16px;
background: #f1f1f1;
color: #333333;
font-size: 22px;
}
.min-head i {
margin-right: 7px;
font-size: 22px;
}
.recommend-list-msg {
display: inline-block;
}
.recommend-list-msg li {
display: flex;
align-items: center;
justify-content: space-around;
width: 340px;
padding: 15px;
border-bottom: 1px solid #e6e6e6;
}
.recommend-list-msg li img {
float: left;
width: 50px;
height: 50px;
border-radius: 50%;
}
.recommend-list-right {
position: relative;
float: right;
width: 248px;
}
.recommend-list-right span {
display: -webkit-box;
color: #808080;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.recommend-list-right time {
position: absolute;
bottom: 0;
color: #808080;
font-size: 14px;
}
.recommend-list-bottom-msg {
color: #808080;
font-size: 14px;
}
/*底部版权*/
.new-foot-box {
margin-top: 120px;
padding-top: 21px;
background: #333333;
text-align: center;
}
.new-foot-msg {
width: 1220px;
height: 139px;
margin: 0 auto;
}
.new-foot-msg ul li {
float: left;
width: 33.33%;
}
.new-foot-msg ul li h5 {
margin-bottom: 10px;
color: #d9d9d9;
font-size: 20px;
}
.new-foot-msg ul li p {
margin-top: 9px;
color: #808080;
font-size: 14px;
}
/*手机版本导航*/
.wap-nav-box {
display: none;
align-items: center;
justify-content: space-between;
width: 7.5rem;
height: 1rem;
border-bottom: solid 1px #d9d9d9;
}
.wap-nav-box a {
display: flex;
align-items: center;
justify-content: center;
width: 1rem;
height: 1rem;
color: #000000;
font-size: .4rem;
text-decoration: none;
}
.wap-nav-box .wap-log {
color: #0090ce;
font-size: .35rem;
font-weight: 700;
}
.wap-nav-box i {
display: flex;
align-items: center;
justify-content: center;
width: 1rem;
height: 1rem;
color: #808080;
font-size: .32rem;
font-weight: 600;
}
/*H5导航展开*/
.wap-nav-seek {
position: fixed;
display: none;
width: 100%;
height: 100%;
background: #ffffff;
z-index: 2;
}
.wap-nav-seek input {
float: left;
width: 65%;
height: .5rem;
margin: .5rem .7rem 0 .2rem;
padding: 0 .3rem;
border: 1px solid #cccccc;
border-radius: .2rem;
}
.wap-nav-seek > i {
float: left;
margin: .6rem 0 0 0;
font-size: .4rem;
}
.wap-nav-list {
position: fixed;
display: none;
width: 100%;
height: 100%;
background: #ffffff;
z-index: 2;
}
wap-nav-list ul a {
text-decoration: none;
}
.wap-nav-list li {
padding: .3rem .19rem;
}
.wap-nav-list li.wap-nav-list-top, .wap-nav-list-top {
display: flex;
align-items: center;
justify-content: space-between;
height: 1rem;
padding: 0 .19rem;
}
@media screen and (max-width: 750px) {
body {
min-width: 7.5rem
}
.new-nav-box {
display: none;
}
.wap-nav-box {
display: flex;
}
/*内容*/
.new-nav {
display: none;
}
.new-content-box {
width: 7.5rem;
margin: 0;
padding-top: .18rem;
}
.list-box ul li {
height: 1.7rem;
padding: .2rem;
margin-bottom: .18rem;
}
.list-box ul li img {
width: 1.6rem;
height: 1.2rem;
margin-right: .23rem;
}
.list-msg-box {
width: 4.71rem;
height: 1.2rem;
}
.list-msg-box h3 {
width: 4.71rem;
margin-bottom: .17rem;
font-size: .22rem;
}
.list-msg-box span {
line-height: .24rem;
font-size: .16rem;
}
.list-box {
width: 7.5rem;
}
.list-bottom-msg {
display: none;
}
/*分页*/
.first-page, .last-page {
width: .34rem;
height: .34rem;
font-size: .22rem;
}
.new-page ul li {
width: .34rem;
height: .34rem;
padding: 0;
color: #d9d9d9;
font-size: .22rem;
}
/*推荐列表*/
.recommend-list-box {
display: none;
}
/*底部版权--关闭*/
.new-foot-box {
display: none;
}
}
@media screen and (max-width: 510px) {
.list-box-msg > span {
font-size: .16rem;
}
.list-box-msg h3 {
font-size: .24rem;
}
.list-box-msg h3 p {
font-size: .16rem;
}
.list-box-msg dl dd {
margin-bottom: 0;
font-size: .16rem;
}
.list-box-msg div {
padding: .28rem 0;
margin-bottom: 0;
font-size: .22rem;
}
.list-box-msg > p {
font-size: .16rem;
}
.list-box-msg > ul {
display: none;
}
.list-box-msg-page a {
font-size: .16rem;
}
}
| 0.336767 | 0.122865 |
.select2-container--bootstrap4 {
display: block;
}
.select2-container--bootstrap4 .select2-selection {
background-color: #fff;
outline: 0;
display: inline-block;
border: 1px solid #ced4da;
border-radius: .25rem;
width: 100%;
height: calc(2.25rem + 2px);
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
}
.select2-container--bootstrap4 .select2-selection:focus {
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(128,189,255,.5);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(128,189,255,.5);
box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(128,189,255,.5);
}
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
display: block;
width: 100%;
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
outline: 0;
}
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
-moz-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
/*** Placeholder ***/
.select2-container--bootstrap4 .select2-search__field::-webkit-input-placeholder {
color: #6c757d;
}
.select2-container--bootstrap4 .select2-search__field::-moz-placeholder {
color: #6c757d;
}
.select2-container--bootstrap4 .select2-search__field:-moz-placeholder {
color: #6c757d;
}
.select2-container--bootstrap4 .select2-search__field:-ms-input-placeholder {
color: #6c757d;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
color: #6c757d;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__placeholder {
color: #6c757d;
float: left;
margin-top: 5px;
}
.select2-container--bootstrap4 .select2-results__option[aria-disabled=true] {
color: #e9ecef;
cursor: not-allowed;
}
.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
background-color: #007bff;
color: #fff;
}
/***1***/
.select2-container--bootstrap4 .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--bootstrap4 .select2-selection__clear {
color: #6c757d;
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px;
}
/*** Disabled ***/
.select2-container--bootstrap4.select2-container--disabled .select2-selection {
border-color: #ced4da;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-search__field {
cursor: not-allowed;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
background-color: #e9ecef;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
display: none;
}
/*** Open dropdown ***/
.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-color: transparent;
}
.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-top-color: transparent;
}
.select2-container--bootstrap4 .select2-dropdown {
border-color: #ced4da;
overflow-x: hidden;
margin-top: -1px;
}
.select2-container--bootstrap4 .select2-dropdown--above {
margin-top: 1px;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
color: #495057;
padding: 0;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
line-height: 1.5;
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
color: #495057;
background: #fff;
border: 1px solid #ced4da;
border-radius: .25rem;
cursor: default;
float: left;
margin-right: 5px;
padding: 0 6px;
font-size: 14px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
background: transparent;
line-height: 1.5;
margin-top: 0;
min-width: 5em;
outline: none;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
color: #6c757d;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 3px;
}
/***2***/
/*** input-group ***/
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap4 > .selection > .select2-selection {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap4:not(:last-child) > .selection > .select2-selection {
border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap4:last-child > .selection > .select2-selection {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group > .select2-container--bootstrap4 {
flex: 1 1 auto;
width: 1% !important;
display: inline-block;
position: relative;
margin-bottom: 0;
}
.input-group > .select2-container--bootstrap4 > .selection > .select2-selection {
float: none;
}
/*.input-group > .form-control+.form-control {
margin-left: -1px;
}*/
/*** form-row ***/
.form-row .select2-container--bootstrap4 .select2-selection {
display: block;
}
.input-group-sm .select2-container--bootstrap4 .select2-selection{
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem;
}
|
static/psmd/style/select2-bootstrap4.css
|
.select2-container--bootstrap4 {
display: block;
}
.select2-container--bootstrap4 .select2-selection {
background-color: #fff;
outline: 0;
display: inline-block;
border: 1px solid #ced4da;
border-radius: .25rem;
width: 100%;
height: calc(2.25rem + 2px);
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
}
.select2-container--bootstrap4 .select2-selection:focus {
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(128,189,255,.5);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(128,189,255,.5);
box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(128,189,255,.5);
}
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
display: block;
width: 100%;
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
outline: 0;
}
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
-moz-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
/*** Placeholder ***/
.select2-container--bootstrap4 .select2-search__field::-webkit-input-placeholder {
color: #6c757d;
}
.select2-container--bootstrap4 .select2-search__field::-moz-placeholder {
color: #6c757d;
}
.select2-container--bootstrap4 .select2-search__field:-moz-placeholder {
color: #6c757d;
}
.select2-container--bootstrap4 .select2-search__field:-ms-input-placeholder {
color: #6c757d;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
color: #6c757d;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__placeholder {
color: #6c757d;
float: left;
margin-top: 5px;
}
.select2-container--bootstrap4 .select2-results__option[aria-disabled=true] {
color: #e9ecef;
cursor: not-allowed;
}
.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
background-color: #007bff;
color: #fff;
}
/***1***/
.select2-container--bootstrap4 .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--bootstrap4 .select2-selection__clear {
color: #6c757d;
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px;
}
/*** Disabled ***/
.select2-container--bootstrap4.select2-container--disabled .select2-selection {
border-color: #ced4da;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-search__field {
cursor: not-allowed;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
background-color: #e9ecef;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
display: none;
}
/*** Open dropdown ***/
.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-color: transparent;
}
.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-top-color: transparent;
}
.select2-container--bootstrap4 .select2-dropdown {
border-color: #ced4da;
overflow-x: hidden;
margin-top: -1px;
}
.select2-container--bootstrap4 .select2-dropdown--above {
margin-top: 1px;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
color: #495057;
padding: 0;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
line-height: 1.5;
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
color: #495057;
background: #fff;
border: 1px solid #ced4da;
border-radius: .25rem;
cursor: default;
float: left;
margin-right: 5px;
padding: 0 6px;
font-size: 14px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
background: transparent;
line-height: 1.5;
margin-top: 0;
min-width: 5em;
outline: none;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
color: #6c757d;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 3px;
}
/***2***/
/*** input-group ***/
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap4 > .selection > .select2-selection {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap4:not(:last-child) > .selection > .select2-selection {
border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap4:last-child > .selection > .select2-selection {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group > .select2-container--bootstrap4 {
flex: 1 1 auto;
width: 1% !important;
display: inline-block;
position: relative;
margin-bottom: 0;
}
.input-group > .select2-container--bootstrap4 > .selection > .select2-selection {
float: none;
}
/*.input-group > .form-control+.form-control {
margin-left: -1px;
}*/
/*** form-row ***/
.form-row .select2-container--bootstrap4 .select2-selection {
display: block;
}
.input-group-sm .select2-container--bootstrap4 .select2-selection{
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem;
}
| 0.316053 | 0.052912 |
body {
font-family: Arial, Helvetica, sans-serif;
width: 80%;
margin: 0 auto;
background: gainsboro;
}
header {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #586E73;
opacity: 0.8;
border-radius: 20px;
margin-top: 10px;
}
.logo {
width: 60%;
margin: 0 auto;
}
.logo img {
width: 100%;
padding-top: 35px;
}
nav {
width: 420px;
margin: 0 auto;
}
.navegacao {
padding: 20px 0px;
overflow: hidden;
display: flex;
text-align: center;
}
.navegacao a {
width: 30%;
display: block;
color: rgb(173,173,173);
text-decoration: none;
margin: 10px 20px;
padding: 10px;
}
.navegacao a:hover {
border-radius: 20px;
color: black;
background: darkolivegreen;
}
.principal {
display: flex;
margin: 15px 2px 25px 2px;
padding: 10px;
}
.conteudo {
background-color: gainsboro;
display: flex;
text-align: center;
width: 30%;
margin-left: 25px;
padding-top: 20px;
padding-bottom: 20px;
align-items: center;
justify-content: center;
border-radius: 20px;
box-shadow: 10px 10px 10px #080808;
}
.conteudo:hover {
background-color: darkolivegreen;
color: black;
}
.conteudo a {
text-decoration: none;
color: darkslateblue;
}
.projeto {
background-color: gainsboro;
text-align: center;
width: 100%;
height: 250px;
margin-left: 25px;
line-height: 2rem;
padding: 20px 80px;
border-radius: 20px;
box-shadow: 10px 10px 10px #080808;
}
.curriculo {
background-color: gainsboro;
border-radius: 20px;
margin: 15px 2px 25px 2px;
padding: 10px;
}
.bloco-curriculo {
width: 65%;
margin: 0 auto;
text-align: center;
}
.index-estilo {
font-family: Arial, Helvetica, sans-serif;
background: url(fundo.jpeg) center;
background-size: 100% 100%;
width: 80%;
margin: 0 auto;
}
.rodape {
color: darkgray;
font-size: 10px;
text-align: center;
padding: 20px;
}
@media screen and (max-width: 800px){
header {
margin-bottom: 20px;
}
.principal {
flex-direction: column;
margin: 0px;
padding: 0px;
}
.conteudo {
width: 90%;
margin-bottom: 20px;
}
}
|
css/index.css
|
body {
font-family: Arial, Helvetica, sans-serif;
width: 80%;
margin: 0 auto;
background: gainsboro;
}
header {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #586E73;
opacity: 0.8;
border-radius: 20px;
margin-top: 10px;
}
.logo {
width: 60%;
margin: 0 auto;
}
.logo img {
width: 100%;
padding-top: 35px;
}
nav {
width: 420px;
margin: 0 auto;
}
.navegacao {
padding: 20px 0px;
overflow: hidden;
display: flex;
text-align: center;
}
.navegacao a {
width: 30%;
display: block;
color: rgb(173,173,173);
text-decoration: none;
margin: 10px 20px;
padding: 10px;
}
.navegacao a:hover {
border-radius: 20px;
color: black;
background: darkolivegreen;
}
.principal {
display: flex;
margin: 15px 2px 25px 2px;
padding: 10px;
}
.conteudo {
background-color: gainsboro;
display: flex;
text-align: center;
width: 30%;
margin-left: 25px;
padding-top: 20px;
padding-bottom: 20px;
align-items: center;
justify-content: center;
border-radius: 20px;
box-shadow: 10px 10px 10px #080808;
}
.conteudo:hover {
background-color: darkolivegreen;
color: black;
}
.conteudo a {
text-decoration: none;
color: darkslateblue;
}
.projeto {
background-color: gainsboro;
text-align: center;
width: 100%;
height: 250px;
margin-left: 25px;
line-height: 2rem;
padding: 20px 80px;
border-radius: 20px;
box-shadow: 10px 10px 10px #080808;
}
.curriculo {
background-color: gainsboro;
border-radius: 20px;
margin: 15px 2px 25px 2px;
padding: 10px;
}
.bloco-curriculo {
width: 65%;
margin: 0 auto;
text-align: center;
}
.index-estilo {
font-family: Arial, Helvetica, sans-serif;
background: url(fundo.jpeg) center;
background-size: 100% 100%;
width: 80%;
margin: 0 auto;
}
.rodape {
color: darkgray;
font-size: 10px;
text-align: center;
padding: 20px;
}
@media screen and (max-width: 800px){
header {
margin-bottom: 20px;
}
.principal {
flex-direction: column;
margin: 0px;
padding: 0px;
}
.conteudo {
width: 90%;
margin-bottom: 20px;
}
}
| 0.560373 | 0.103205 |
:root {
--bg-color-selected: #204966; /* #2A8A9D */
--bg-color-active: #2A8A9D; /* #78B2BE */
--color-white: #FFFFFF;
--color-gray: #F0F0F0;
}
#picture{
background-image: url('../imgs/elements/reservas_btn.png');
width: 150px;
height: 50px;
background-repeat:no-repeat;
margin-left: auto;
margin-right: auto;
display: block;
}
#main_page{
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.page-index{
background: url('../imgs/backgrounds/jpg/01.jpg') no-repeat center center fixed;
}
.page-quem-somos{
background: url('../imgs/backgrounds/jpg/02.jpeg') no-repeat center center fixed;
}
.page-apartamento{
background: url('../imgs/backgrounds/jpg/07.jpg') no-repeat center center fixed;
}
.page-barra-grande{
background: url('../imgs/backgrounds/jpg/06.jpg') no-repeat center center fixed;
}
.page-contato{
background: url('../imgs/backgrounds/jpg/05.jpg') no-repeat center center fixed;
}
html,
body {
height: 100%;
}
.nav-custom{
padding: 3%;
font-family: 'sunn_line_bold';
font-size: 30px;
padding-top: 0%;
}
.navbar-custom {
border-radius: 0px;
background-color: var(--color-gray);
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item:hover .nav-link{
background-color: var(--bg-color-active);
color: var(--color-white);
border-radius: 0px;
}
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item .nav-link.active{
background-color: var(--bg-color-selected);
color: var(--color-white);
border-radius: 0px;
}
.navbar-toggler-icon{
color: var(--color-white);
}
.nav-link{
font-weight: bold;
color:var(--bg-color-selected);
}
.button-custom{
background-color: var(--bg-color-selected);
}
.i-custom{
color: var(--color-white);
font-size:28px;
}
.img-message{
width: 1000px;
height: 200px;
}
.img-custom{
height: 10px;
width: 60px;
}
.img-custom-2{
height: 10px;
width: 300px;
}
.img-custom-m{
/*
margin: 25px;
*/
height: 150px;
width: 100%;
margin: 0px !important;
}
.div-custom-icons{
padding: 5px;
}
.div-category-icons{
width: 100%;
margin-left: 0 !important;
margin-right: 0!important;
}
.div-index-logo{
width: 250px;
height: 212px;
}
.img-sub-message{
height: 93px;
width: 100%;
/*
width: 300px;
*/
}
.section-custom-top-5{
/*
margin-top: 5%;
*/
margin-top: 0px;
}
.nav-link-m-10{
margin-left: 10px;
margin-right: 10px;
padding: 5px;
}
.li-custom-m-20{
padding-left: 40px;
padding-right: 40px;
}
#main-content{
border-radius: 10px;
background-color: var(--color-white);
/*
opacity: 0.8;
*/
margin-left: 5%;
margin-right: 5%;
margin-top: 5%;
}
.navbar-custom-reserva:hover {
background-color: var(--bg-color-active);
color: var(--color-white);
border-radius: 5px;
}
.footer-custom{
background-color: var(--color-gray);
/*
opacity: 0.8;
*/
border-radius: 10px;
flex-shrink: none;
}
.btn-custom{
background-color: var(--bg-color-selected);
border: 0px;
}
.btn-custom:hover{
background-color: var(--bg-color-active);
}
.label-custom{
font-weight: bold;
color: var(--color-white);
}
.p-custom{
margin: 0px;
}
.icon-apt{
padding: 0px;
}
.color-active{
color: var(--bg-color-active);
}
.bg-color-active{
background-color: var(--bg-color-active);
}
.border-color-active{
border-color: var(--bg-color-active);
}
.bd-color-active{
border-color: var(--bg-color-active);
}
.color-default{
color: var(--bg-color-selected);
}
.c-white{
color: white;
}
.c-active{
color: var(--bg-color-active);
}
.special{
background-color: rgba(245, 245, 245, 1);
/*
opacity: 1
*/
}
.social-icons{
height: 65px;
width: 65px;
}
.social-icons-right{
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
padding-left: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 0px;
height: 43px;
width: 43px;
}
.social-item-right{
padding-top: 0px;
padding-bottom: 0px;
padding-right: 10px;
padding-left: 10px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 5px;
}
.social-nav-right{
padding: 15px;
}
.princial-nav{
/*
opacity: 0.8;
*/
border:0px !important;
}
.reserva-button{
padding: 5px;
border:0px !important;
border-radius: 5px !important;
}
.container-content{
flex: 1 0 auto;
}
.div-logo{
margin-bottom: 0px;
padding-bottom: 0px;
}
.div-categories{
margin-bottom: 0px;
padding-bottom: 0px;
margin-top: 50px;
}
.splitter{
margin-top: 0px !important;
margin-bottom: 0px !important;
}
@font-face {
font-family: 'sunn_line_bold';
src: url('../fonts/SUNN-Line-Bold/sunn-line-bold-webfont.woff2') format('woff2'),
url('../fonts/SUNN-Line-Bold/sunn-line-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'impact';
src: url('../fonts/Impact/impact-webfont.woff2') format('woff2'),
url('../fonts/Impact/impact-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.content-titulo{
font-weight: bold;
color: white;
font-family:roboto-bold,roboto,sans-serif;
letter-spacing:0.03em;
}
.section-custom{
background-color: white;
/*
opacity: 0.8;
*/
border-radius: 5px;
margin-top: 15px;
}
.contato-iframe{
border:0;
border-radius: 5px;
height: 500px;
width: 100%;
}
.div-contato{
margin-bottom: 0px !important;
padding-right: 20px;
padding-left: 20px;
height: 100%;
}
.form-contato{
margin-bottom: 0px !important;
padding-right: 20px;
padding-left: 20px;
}
.div-barra-grande{
margin-bottom: 0px !important;
padding-right: 20px;
}
.splitter-custom{
margin-top: 0px !important;
margin-bottom: 5px !important;
text-align: left !important;
padding-left: 0px;
}
.splitter-custom-apt{
margin-top: 0px !important;
margin-bottom: 15px !important;
text-align: left !important;
}
.more-info{
margin-top: 20px;
margin-bottom: 20px;
}
.div-apt-icons{
margin-top: 0px !important;
margin-bottom: 10px !important;
text-align: left !important;
}
.titulo-apt{
font-weight: bold;
margin-bottom: 5px !important;
}
.info-apt-titulo{
padding-left: 20px;
margin-bottom: 0px !important;
}
.info-apt-div-img{
margin-top: 0px !important;
margin-bottom: 10px !important;
text-align: left !important;
}
.info-apt-img{
width: 500px;
height: 2px;
}
.info-apt-splitter{
width: 815px;
height: 2px;
}
.t-a-l{
text-align: left !important;
}
/* M A R G I N */
.m-15{
margin: 15px;
}
.m-20{
margin: 20px;
}
.m-b-75{
margin-bottom: 75px;
}
.m-b-10{
margin-bottom: 10px;
}
.m-b-0{
margin-bottom: 0px !important;
}
.m-b-15{
margin-bottom: 15px !important;
}
.m-b-30{
margin-bottom: 30px !important;
}
.m-l-20{
margin-left: 20px;
}
.m-l-50{
margin-left: 50px;
}
.m-t-5{
margin-top: 5px;
}
.m-t-10{
margin-top: 10px;
}
.m-t-25{
margin-top: 25px;
}
.m-t-20{
margin-top: 20px !important;
}
.m-r-15{
margin-right: 15px;
}
.m-r-20{
margin-right: 20px;
}
.m-r-50{
margin-right: 50px;
}
.m-10{
margin: 10px;
}
.m-0{
margin: 0px !important;
}
/* P A D D I N G */
.p-5{
padding: 5%;
}
.p-5px{
padding: 5px;
}
.p-0{
padding: 0px !important;
}
.p-10{
padding: 10px;
}
.p-20{
padding: 20px;
}
.p-15{
padding: 15px;
}
.p-25{
padding: 25px;
}
.p-100{
padding: 100px;
}
.p-t-0{
padding-top: 0 !important;
}
.p-t-20{
padding-top: 20px !important;
}
.p-t-15{
padding-top: 15px !important;
}
.p-l-0{
padding-left: 0px !important;
}
.p-l-20{
padding-left: 20px;
}
.p-l-25{
padding-left: 25px;
}
.p-l-20{
padding-right: 20px;
}
.p-r-l-0{
padding-left: 0;
padding-right: 0;
}
.p-b-15{
padding-bottom: 15px !important;
}
.p-b-5{
padding-bottom: 5px !important;
}
.p-b-0{
padding-bottom: 0px;
}
/* B O R D E R */
.b-r-5{
border-radius: 5px;
}
.b-r-15{
border-radius: 15px !important;
}
/* H E I G H T */
.h-100{
height: 100%;
}
.h-100px{
height: 100px;
}
.h-500{
height: 500% !important;
}
.h-60{
height: 60px;
}
/* W I D T H */
.w-100{
width: 100%;
}
.w-120-px{
width: 120px !important;
}
.w-200-px{
width: 200px !important;
}
.w-300{
width: 300px;
}
/* F O N T */
.f-s-20{
font-size: 20px;
}
.f-s-25{
font-size: 25px !important;
}
.f-s-35{
font-size: 35px;
}
.f-s-40{
font-size: 40px;
}
.f-s-50{
font-size: 50px;
}
.f-s-60{
font-size: 60px;
}
.f-w-b{
font-weight: bold;
}
.f-f-custom{
font-family: 'sunn_line_bold' !important;
}
.f-f-impact{
font-family: 'impact' !important;
font-weight: normal;
/*
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
*/
}
/* A L I G N */
.t-a-l{
text-align: left !important;
}
/**/
.float{
position:fixed;
bottom:0;
right:20px;
text-align:center;
font-size:30px;
z-index:100;
}
.my-float{
margin-top:16px;
}
.footer-img-svg{
height: 120px;
padding-left: 20px;
padding-right: 20px;
}
.d-p-none{
display: none;
}
/**/
.stepwizard-step p {
margin-top: 10px;
}
.stepwizard-row {
display: table-row;
}
.stepwizard {
display: table;
width: 100%;
position: relative;
}
.stepwizard-step button[disabled] {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
top: 14px;
bottom: 0;
position: absolute;
content: " ";
width: 100%;
height: 1px;
background-color: #ccc;
z-order: 0;
}
.stepwizard-step {
display: table-cell;
text-align: center;
position: relative;
}
.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}
|
css/style.css
|
:root {
--bg-color-selected: #204966; /* #2A8A9D */
--bg-color-active: #2A8A9D; /* #78B2BE */
--color-white: #FFFFFF;
--color-gray: #F0F0F0;
}
#picture{
background-image: url('../imgs/elements/reservas_btn.png');
width: 150px;
height: 50px;
background-repeat:no-repeat;
margin-left: auto;
margin-right: auto;
display: block;
}
#main_page{
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.page-index{
background: url('../imgs/backgrounds/jpg/01.jpg') no-repeat center center fixed;
}
.page-quem-somos{
background: url('../imgs/backgrounds/jpg/02.jpeg') no-repeat center center fixed;
}
.page-apartamento{
background: url('../imgs/backgrounds/jpg/07.jpg') no-repeat center center fixed;
}
.page-barra-grande{
background: url('../imgs/backgrounds/jpg/06.jpg') no-repeat center center fixed;
}
.page-contato{
background: url('../imgs/backgrounds/jpg/05.jpg') no-repeat center center fixed;
}
html,
body {
height: 100%;
}
.nav-custom{
padding: 3%;
font-family: 'sunn_line_bold';
font-size: 30px;
padding-top: 0%;
}
.navbar-custom {
border-radius: 0px;
background-color: var(--color-gray);
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item:hover .nav-link{
background-color: var(--bg-color-active);
color: var(--color-white);
border-radius: 0px;
}
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item .nav-link.active{
background-color: var(--bg-color-selected);
color: var(--color-white);
border-radius: 0px;
}
.navbar-toggler-icon{
color: var(--color-white);
}
.nav-link{
font-weight: bold;
color:var(--bg-color-selected);
}
.button-custom{
background-color: var(--bg-color-selected);
}
.i-custom{
color: var(--color-white);
font-size:28px;
}
.img-message{
width: 1000px;
height: 200px;
}
.img-custom{
height: 10px;
width: 60px;
}
.img-custom-2{
height: 10px;
width: 300px;
}
.img-custom-m{
/*
margin: 25px;
*/
height: 150px;
width: 100%;
margin: 0px !important;
}
.div-custom-icons{
padding: 5px;
}
.div-category-icons{
width: 100%;
margin-left: 0 !important;
margin-right: 0!important;
}
.div-index-logo{
width: 250px;
height: 212px;
}
.img-sub-message{
height: 93px;
width: 100%;
/*
width: 300px;
*/
}
.section-custom-top-5{
/*
margin-top: 5%;
*/
margin-top: 0px;
}
.nav-link-m-10{
margin-left: 10px;
margin-right: 10px;
padding: 5px;
}
.li-custom-m-20{
padding-left: 40px;
padding-right: 40px;
}
#main-content{
border-radius: 10px;
background-color: var(--color-white);
/*
opacity: 0.8;
*/
margin-left: 5%;
margin-right: 5%;
margin-top: 5%;
}
.navbar-custom-reserva:hover {
background-color: var(--bg-color-active);
color: var(--color-white);
border-radius: 5px;
}
.footer-custom{
background-color: var(--color-gray);
/*
opacity: 0.8;
*/
border-radius: 10px;
flex-shrink: none;
}
.btn-custom{
background-color: var(--bg-color-selected);
border: 0px;
}
.btn-custom:hover{
background-color: var(--bg-color-active);
}
.label-custom{
font-weight: bold;
color: var(--color-white);
}
.p-custom{
margin: 0px;
}
.icon-apt{
padding: 0px;
}
.color-active{
color: var(--bg-color-active);
}
.bg-color-active{
background-color: var(--bg-color-active);
}
.border-color-active{
border-color: var(--bg-color-active);
}
.bd-color-active{
border-color: var(--bg-color-active);
}
.color-default{
color: var(--bg-color-selected);
}
.c-white{
color: white;
}
.c-active{
color: var(--bg-color-active);
}
.special{
background-color: rgba(245, 245, 245, 1);
/*
opacity: 1
*/
}
.social-icons{
height: 65px;
width: 65px;
}
.social-icons-right{
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
padding-left: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 0px;
height: 43px;
width: 43px;
}
.social-item-right{
padding-top: 0px;
padding-bottom: 0px;
padding-right: 10px;
padding-left: 10px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 5px;
}
.social-nav-right{
padding: 15px;
}
.princial-nav{
/*
opacity: 0.8;
*/
border:0px !important;
}
.reserva-button{
padding: 5px;
border:0px !important;
border-radius: 5px !important;
}
.container-content{
flex: 1 0 auto;
}
.div-logo{
margin-bottom: 0px;
padding-bottom: 0px;
}
.div-categories{
margin-bottom: 0px;
padding-bottom: 0px;
margin-top: 50px;
}
.splitter{
margin-top: 0px !important;
margin-bottom: 0px !important;
}
@font-face {
font-family: 'sunn_line_bold';
src: url('../fonts/SUNN-Line-Bold/sunn-line-bold-webfont.woff2') format('woff2'),
url('../fonts/SUNN-Line-Bold/sunn-line-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'impact';
src: url('../fonts/Impact/impact-webfont.woff2') format('woff2'),
url('../fonts/Impact/impact-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.content-titulo{
font-weight: bold;
color: white;
font-family:roboto-bold,roboto,sans-serif;
letter-spacing:0.03em;
}
.section-custom{
background-color: white;
/*
opacity: 0.8;
*/
border-radius: 5px;
margin-top: 15px;
}
.contato-iframe{
border:0;
border-radius: 5px;
height: 500px;
width: 100%;
}
.div-contato{
margin-bottom: 0px !important;
padding-right: 20px;
padding-left: 20px;
height: 100%;
}
.form-contato{
margin-bottom: 0px !important;
padding-right: 20px;
padding-left: 20px;
}
.div-barra-grande{
margin-bottom: 0px !important;
padding-right: 20px;
}
.splitter-custom{
margin-top: 0px !important;
margin-bottom: 5px !important;
text-align: left !important;
padding-left: 0px;
}
.splitter-custom-apt{
margin-top: 0px !important;
margin-bottom: 15px !important;
text-align: left !important;
}
.more-info{
margin-top: 20px;
margin-bottom: 20px;
}
.div-apt-icons{
margin-top: 0px !important;
margin-bottom: 10px !important;
text-align: left !important;
}
.titulo-apt{
font-weight: bold;
margin-bottom: 5px !important;
}
.info-apt-titulo{
padding-left: 20px;
margin-bottom: 0px !important;
}
.info-apt-div-img{
margin-top: 0px !important;
margin-bottom: 10px !important;
text-align: left !important;
}
.info-apt-img{
width: 500px;
height: 2px;
}
.info-apt-splitter{
width: 815px;
height: 2px;
}
.t-a-l{
text-align: left !important;
}
/* M A R G I N */
.m-15{
margin: 15px;
}
.m-20{
margin: 20px;
}
.m-b-75{
margin-bottom: 75px;
}
.m-b-10{
margin-bottom: 10px;
}
.m-b-0{
margin-bottom: 0px !important;
}
.m-b-15{
margin-bottom: 15px !important;
}
.m-b-30{
margin-bottom: 30px !important;
}
.m-l-20{
margin-left: 20px;
}
.m-l-50{
margin-left: 50px;
}
.m-t-5{
margin-top: 5px;
}
.m-t-10{
margin-top: 10px;
}
.m-t-25{
margin-top: 25px;
}
.m-t-20{
margin-top: 20px !important;
}
.m-r-15{
margin-right: 15px;
}
.m-r-20{
margin-right: 20px;
}
.m-r-50{
margin-right: 50px;
}
.m-10{
margin: 10px;
}
.m-0{
margin: 0px !important;
}
/* P A D D I N G */
.p-5{
padding: 5%;
}
.p-5px{
padding: 5px;
}
.p-0{
padding: 0px !important;
}
.p-10{
padding: 10px;
}
.p-20{
padding: 20px;
}
.p-15{
padding: 15px;
}
.p-25{
padding: 25px;
}
.p-100{
padding: 100px;
}
.p-t-0{
padding-top: 0 !important;
}
.p-t-20{
padding-top: 20px !important;
}
.p-t-15{
padding-top: 15px !important;
}
.p-l-0{
padding-left: 0px !important;
}
.p-l-20{
padding-left: 20px;
}
.p-l-25{
padding-left: 25px;
}
.p-l-20{
padding-right: 20px;
}
.p-r-l-0{
padding-left: 0;
padding-right: 0;
}
.p-b-15{
padding-bottom: 15px !important;
}
.p-b-5{
padding-bottom: 5px !important;
}
.p-b-0{
padding-bottom: 0px;
}
/* B O R D E R */
.b-r-5{
border-radius: 5px;
}
.b-r-15{
border-radius: 15px !important;
}
/* H E I G H T */
.h-100{
height: 100%;
}
.h-100px{
height: 100px;
}
.h-500{
height: 500% !important;
}
.h-60{
height: 60px;
}
/* W I D T H */
.w-100{
width: 100%;
}
.w-120-px{
width: 120px !important;
}
.w-200-px{
width: 200px !important;
}
.w-300{
width: 300px;
}
/* F O N T */
.f-s-20{
font-size: 20px;
}
.f-s-25{
font-size: 25px !important;
}
.f-s-35{
font-size: 35px;
}
.f-s-40{
font-size: 40px;
}
.f-s-50{
font-size: 50px;
}
.f-s-60{
font-size: 60px;
}
.f-w-b{
font-weight: bold;
}
.f-f-custom{
font-family: 'sunn_line_bold' !important;
}
.f-f-impact{
font-family: 'impact' !important;
font-weight: normal;
/*
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
*/
}
/* A L I G N */
.t-a-l{
text-align: left !important;
}
/**/
.float{
position:fixed;
bottom:0;
right:20px;
text-align:center;
font-size:30px;
z-index:100;
}
.my-float{
margin-top:16px;
}
.footer-img-svg{
height: 120px;
padding-left: 20px;
padding-right: 20px;
}
.d-p-none{
display: none;
}
/**/
.stepwizard-step p {
margin-top: 10px;
}
.stepwizard-row {
display: table-row;
}
.stepwizard {
display: table;
width: 100%;
position: relative;
}
.stepwizard-step button[disabled] {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
top: 14px;
bottom: 0;
position: absolute;
content: " ";
width: 100%;
height: 1px;
background-color: #ccc;
z-order: 0;
}
.stepwizard-step {
display: table-cell;
text-align: center;
position: relative;
}
.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}
| 0.218003 | 0.115961 |
.pages-index {
color: #333;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 20px;
}
.pages-index .block-header div {
font-size: 18px;
font-weight: bold;
text-align: center;
background: #1f497d;
color: #fff;
}
body {
padding: 0px;
margin: 0px;
}
table.detail-view tr.odd {
background: #fff;
}
table.detail-view tr td:first-child, table.detail-view tr th:first-child {
background: #eee;
}
table.detail-view th, table.detail-view td {
/*border: 1px solid #ccc;*/
background: #fff;
text-align: left;
padding: 10px;
}
table.detail-view td {
font-size: 16px;
}
.members {
margin: 20px 10px 0px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.members h2 {
color: #1f497d;
font-size: 20px;
font-weight: normal;
margin: 0 0 5px;
text-align: center;
}
.members .mem-box {
float: left;
width: 33.33%;
}
.members .mem-box .inner {
margin: 5px;
padding: 10px;
border-radius: 4px;
background: #eee;
overflow: hidden;
min-height: 68px;
}
.members .mem-box .avatar {
float: left;
width: 60px;
}
.members .mem-box .avatar img {
width: 60px;
height: 60px;
border: 1px solid #ccc;
border-radius: 100px;
}
.members .mem-box .details {
padding-left: 70px;
}
.members .mem-box .details .name {
font-size: 19px;
margin-top: 8px;
}
.members .mem-box .details .number {
font-size: 14px;
color: #666;
margin-top: 2px;
}
.detail-view td .avtar_img{
width: 150px;
float: left;
margin-right: 20px;
margin-bottom: 13px;
}
.detail-view td .avtar_img img{
border-radius: 100px;
/*border: 2px solid black;*/
height: 147px;
width: 155px;
}
.pages-index {
position: relative;
}
.dlt-btn {
text-align: right;
padding: 5px 5px 0 0px;
padding: 5px 5px 0 0px;
position: absolute;
right: 0;
}
.dlt-btn a {
display: inline-block;
border-radius: 3px;
color: #fff;
padding: 5px 10px;
background: #F26E6E;
text-decoration: none;
}
#cboxOverlay {
background: rgba(0,0,0,.5) !important;
}
.pages-index .block-header {
background: none repeat scroll 0 0 #1f497d;
color: #fff;
font-size: 18px;
font-weight: bold;
text-align: center;
border-radius: 0px;
margin-left: -15px;
margin-right: -15px;
padding-top: 15px;
padding-left: 10px;
text-align: center;
}
.pages-index .block-header div {
float: none !important;
}
|
frontend/web/css/popup.css
|
.pages-index {
color: #333;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 20px;
}
.pages-index .block-header div {
font-size: 18px;
font-weight: bold;
text-align: center;
background: #1f497d;
color: #fff;
}
body {
padding: 0px;
margin: 0px;
}
table.detail-view tr.odd {
background: #fff;
}
table.detail-view tr td:first-child, table.detail-view tr th:first-child {
background: #eee;
}
table.detail-view th, table.detail-view td {
/*border: 1px solid #ccc;*/
background: #fff;
text-align: left;
padding: 10px;
}
table.detail-view td {
font-size: 16px;
}
.members {
margin: 20px 10px 0px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.members h2 {
color: #1f497d;
font-size: 20px;
font-weight: normal;
margin: 0 0 5px;
text-align: center;
}
.members .mem-box {
float: left;
width: 33.33%;
}
.members .mem-box .inner {
margin: 5px;
padding: 10px;
border-radius: 4px;
background: #eee;
overflow: hidden;
min-height: 68px;
}
.members .mem-box .avatar {
float: left;
width: 60px;
}
.members .mem-box .avatar img {
width: 60px;
height: 60px;
border: 1px solid #ccc;
border-radius: 100px;
}
.members .mem-box .details {
padding-left: 70px;
}
.members .mem-box .details .name {
font-size: 19px;
margin-top: 8px;
}
.members .mem-box .details .number {
font-size: 14px;
color: #666;
margin-top: 2px;
}
.detail-view td .avtar_img{
width: 150px;
float: left;
margin-right: 20px;
margin-bottom: 13px;
}
.detail-view td .avtar_img img{
border-radius: 100px;
/*border: 2px solid black;*/
height: 147px;
width: 155px;
}
.pages-index {
position: relative;
}
.dlt-btn {
text-align: right;
padding: 5px 5px 0 0px;
padding: 5px 5px 0 0px;
position: absolute;
right: 0;
}
.dlt-btn a {
display: inline-block;
border-radius: 3px;
color: #fff;
padding: 5px 10px;
background: #F26E6E;
text-decoration: none;
}
#cboxOverlay {
background: rgba(0,0,0,.5) !important;
}
.pages-index .block-header {
background: none repeat scroll 0 0 #1f497d;
color: #fff;
font-size: 18px;
font-weight: bold;
text-align: center;
border-radius: 0px;
margin-left: -15px;
margin-right: -15px;
padding-top: 15px;
padding-left: 10px;
text-align: center;
}
.pages-index .block-header div {
float: none !important;
}
| 0.342132 | 0.108472 |
@media screen and (max-width: 1900px) {
* {
box-sizing: border-box;
}
.bigBox {
padding: 38px 80px 0 90px;
}
.bigBox > div {
margin-top: 40px;
}
.bigBox .userinfo {
padding: 35px 33px;
display: flex;
justify-content: space-between;
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
}
.bigBox .userinfo .name > div:nth-child(1) {
font-size: 28px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #282d32;
margin-bottom: 3px;
}
.bigBox .userinfo .name > div:nth-child(2) {
font-size: 10px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #585b63;
}
.bigBox .userinfo .Statistics > div {
text-align: center;
display: inline-block;
margin-left: 80px;
}
.bigBox .userinfo .Statistics > div > div:nth-child(1) {
font-size: 36px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #07d1aa;
}
.bigBox .userinfo .Statistics > div > div:nth-child(2) {
font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #585b63;
}
.bigBox .mudule1 > div {
padding: 32px 37px 37px 40px;
}
.bigBox .mudule1 > div:nth-child(1) {
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
margin-bottom: 40px;
}
.bigBox .mudule1 > div:nth-child(1) .sudu {
display: flex;
flex-wrap: wrap;
padding-top: 36px;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div {
width: 78px;
height: 78px;
margin-right: 32px;
padding-top: 10px;
background: #07d1aa;
cursor: pointer;
box-shadow: 0px 5px 10px 0px rgba(7, 194, 209, 0.3);
border-radius: 16px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div > img {
width: 32px;
height: 32px;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div > span {
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: white;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div:hover {
background: #0fe5bc;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .xueyuan,
.bigBox .mudule1 > div:nth-child(1) .sudu .xiaoxi {
background: #32c5ff;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .xueyuan:hover,
.bigBox .mudule1 > div:nth-child(1) .sudu .xiaoxi:hover {
background: #53ceff;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .banji,
.bigBox .mudule1 > div:nth-child(1) .sudu .shenpi {
background: #ffb940;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .banji:hover,
.bigBox .mudule1 > div:nth-child(1) .sudu .shenpi:hover {
background: #ffc664;
}
.bigBox .mudule1 > div:nth-child(2) {
display: flex;
height: 330px;
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
}
.bigBox .mudule1 > div:nth-child(2) .funnel {
flex: 1;
margin-left: 25px;
}
.bigBox .mudule2 > div {
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
border-radius: 3px;
margin-right: 20px;
padding: 20px 11px 0 24px;
height: 304px;
display: inline-block;
}
.bigBox .mudule2 .class {
width: 47%;
}
.bigBox .mudule2 .shop {
width: 47%;
padding-left: 6%;
}
.bigBox .mudule2 .shop > div:nth-child(1) {
display: flex;
justify-content: space-between;
align-items: center;
}
.bigBox .mudule2 .shop > div:nth-child(1) > span:nth-child(1) {
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: bold;
color: #282d32;
}
.bigBox .mudule2 .shop > div:nth-child(1) > span:nth-child(2) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #b3b3b3;
cursor: pointer;
}
.bigBox .mudule2 .shop > div:nth-child(2) {
margin-top: 34px;
overflow-y: scroll;
height: 227px;
}
.bigBox .mudule2 .shop > div:nth-child(2)::-webkit-scrollbar {
display: none;
}
.bigBox .mudule2 .student {
width: 100%;
margin-top: 40px;
margin-bottom: 40px;
}
.bigBox .mudule2 .student .studentTitle {
margin-bottom: 40px;
}
.bigBox .mudule2 .student .studentTitle .el-button {
height: 25px;
line-height: 25px;
color: #9b9b9b;
padding: 0 20px;
background: white;
border-radius: 13px;
border: 1px solid #cccccc;
}
.bigBox .mudule2 .student .student1 {
width: 100px;
height: 100px;
}
.bigBox .mudule2 .student .studentsub {
position: relative;
width: 100px;
height: 100px;
display: inline-block;
margin-left: 16%;
}
.bigBox .mudule2 .student .studentsub > .studentText {
position: absolute;
bottom: -80px;
left: 12px;
width: 100%;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(1) {
margin-bottom: 5px;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(1) div {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
background: #76aaeb;
font-size: 10px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: white;
margin-right: 2px;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(1) > span {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #323643;
line-height: 20px;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(2),
.bigBox .mudule2 .student .studentsub > .studentText div:nth-child(3) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #cccccc;
height: 17px;
line-height: 17px;
}
.bigBox .mudule2 .today {
width: 100%;
margin-right: 0;
}
.bigBox .mudule2 .today > div:nth-child(1) {
margin-bottom: 30px;
}
.bigBox .mudule2 .today > div:nth-child(1) .title {
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #282d32;
display: inline-block;
font-weight: bold;
}
.bigBox .mudule2 .today > div:nth-child(1) > span:nth-child(2) {
font-size: 12px;
font-family: HelveticaNeue-Medium, HelveticaNeue;
font-weight: 500;
color: #cccccc;
margin-left: 12px;
margin-right: 158px;
}
.bigBox .mudule2 .today > div:nth-child(1) > span:nth-child(3) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #b3b3b3;
cursor: pointer;
}
.bigBox .mudule2 .today > div:nth-child(2) {
overflow-y: scroll;
height: 230px;
}
.bigBox .mudule2 .today > div:nth-child(2)::-webkit-scrollbar {
display: none;
}
.bigBox .mudule2 .today .todayClass {
display: flex;
align-items: center;
margin-bottom: 32px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(1) {
margin-right: 10px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(1) img {
width: 35px;
height: 36px;
border-radius: 50%;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) {
flex: 6;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) div {
display: inline-block;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
width: 16px;
height: 16px;
line-height: 16px;
background: #76aaeb;
border-radius: 2px;
font-size: 10px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: white;
text-align: center;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #585b63;
margin-left: 2px;
margin-right: 14px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
flex: 2;
font-size: 11px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: white;
padding: 1px 5px;
background: #c1c2c6;
border-radius: 5px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(2) {
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #b3b3b3;
height: 17px;
line-height: 17px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(3) > div:nth-child(1) {
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #323643;
line-height: 20px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(3) > div:nth-child(2) {
height: 17px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #c1c2c6;
line-height: 17px;
text-align: center;
}
.bigBox .mudule3 {
padding: 36px 34px 0 34px;
height: 300px;
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
margin-bottom: 60px;
}
.bigBox .mudule3 > div:nth-child(1) span {
height: 20px;
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: bold;
color: #282d32;
line-height: 20px;
margin-right: 25px;
}
.bigBox .mudule3 > div:nth-child(1) .el-button {
height: 25px;
line-height: 25px;
color: #9b9b9b;
padding: 0 20px;
background: white;
border-radius: 13px;
border: 1px solid #cccccc;
}
.bigBox .mudule3 > div:nth-child(1) .el-button:focus {
color: #ffffff !important;
background: #9b9b9b !important;
border: 1px solid #9b9b9b !important;
}
.bigBox .mudule3 .Teaching {
width: 80%;
height: 207px;
display: inline-block;
}
.bigBox .mudule3 .teachingPie {
width: 19%;
display: inline-block;
height: 207px;
}
.bigBox .title {
display: flex;
justify-content: space-between;
align-items: center;
}
.bigBox .title > div:nth-child(1) {
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #282d32;
}
.bigBox .title > div:nth-child(2) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #b3b3b3;
cursor: pointer;
}
.rate,
.funnel,
.pie {
display: inline-block;
}
#timeline {
list-style: none;
margin: 0px 0 0px 7px;
padding: 0;
border-left: 1px solid #e8e8e8;
}
#timeline li {
position: relative;
}
#timeline p {
margin: 0 0 15px;
}
.circle {
left: -5px;
width: 10px;
height: 10px;
background: #fff;
border: 2px solid #4880ff;
border-radius: 50%;
display: block;
position: absolute;
top: 0;
}
.content {
max-height: 20px;
padding: 62px 20px 0;
border-color: transparent;
border-width: 2px;
border-style: solid;
border-radius: 0.5em;
position: relative;
}
.timeText,
.timeThing {
display: inline-block;
top: 0;
}
.timeThing {
position: absolute;
z-index: 100;
cursor: pointer;
left: 120px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #9b9b9b;
}
.timeThing > div {
height: 17px;
line-height: 17px;
}
.timeThing > div:nth-child(1) img {
width: 11px;
height: 12px;
position: absolute;
left: -18px;
}
.timeThing > div:nth-child(2) {
font-weight: 600;
color: #4a4a4a;
}
.timeText {
position: absolute;
z-index: 100;
cursor: pointer;
left: 20px;
}
.timeText > div {
height: 14px;
line-height: 14px;
}
.timeText > div:nth-child(1) {
font-size: 12px;
font-family: HelveticaNeue;
color: #4a4a4a;
}
.timeText > div:nth-child(2) {
color: #cccccc;
font-size: 12px;
}
.radio {
display: none;
}
.radio:checked + .relative .circle {
/* background: #f98262; */
}
.clickButton {
color: #ffffff !important;
background: #9b9b9b !important;
border: 1px solid #9b9b9b !important;
}
}
@media screen and (min-width: 1900px) {
* {
box-sizing: border-box;
}
.bigBox {
padding: 38px 80px 0 90px;
}
.bigBox > div {
margin-top: 40px;
}
.bigBox .userinfo {
padding: 35px 33px;
display: flex;
justify-content: space-between;
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
}
.bigBox .userinfo .name > div:nth-child(1) {
font-size: 28px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #282d32;
margin-bottom: 3px;
}
.bigBox .userinfo .name > div:nth-child(2) {
font-size: 10px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #585b63;
}
.bigBox .userinfo .Statistics > div {
text-align: center;
display: inline-block;
margin-left: 80px;
}
.bigBox .userinfo .Statistics > div > div:nth-child(1) {
font-size: 36px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #07d1aa;
}
.bigBox .userinfo .Statistics > div > div:nth-child(2) {
font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #585b63;
}
.bigBox .mudule1 {
display: flex;
}
.bigBox .mudule1 > div {
padding: 32px 37px 37px 40px;
}
.bigBox .mudule1 > div:nth-child(1) {
width: 607px;
height: 330px;
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
}
.bigBox .mudule1 > div:nth-child(1) .sudu {
display: flex;
flex-wrap: wrap;
padding-top: 36px;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div {
width: 78px;
height: 78px;
margin-right: 32px;
margin-bottom: 33px;
padding-top: 10px;
background: #07d1aa;
cursor: pointer;
box-shadow: 0px 5px 10px 0px rgba(7, 194, 209, 0.3);
border-radius: 16px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div > img {
width: 32px;
height: 32px;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div > span {
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: white;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div:hover {
background: #0fe5bc;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div:nth-child(5) {
margin-right: 0;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .xueyuan,
.bigBox .mudule1 > div:nth-child(1) .sudu .xiaoxi {
background: #32c5ff;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .xueyuan:hover,
.bigBox .mudule1 > div:nth-child(1) .sudu .xiaoxi:hover {
background: #53ceff;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .banji,
.bigBox .mudule1 > div:nth-child(1) .sudu .shenpi {
background: #ffb940;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .banji:hover,
.bigBox .mudule1 > div:nth-child(1) .sudu .shenpi:hover {
background: #ffc664;
}
.bigBox .mudule1 > div:nth-child(2) {
flex: 1;
display: flex;
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
}
.bigBox .mudule1 > div:nth-child(2) .funnel {
flex: 1;
}
.bigBox .mudule2 {
height: 304px;
}
.bigBox .mudule2 > div {
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
border-radius: 3px;
margin-right: 20px;
padding: 20px 11px 0 24px;
height: 304px;
float: left;
}
.bigBox .mudule2 .class {
width: 332px;
}
.bigBox .mudule2 .shop {
width: 293px;
}
.bigBox .mudule2 .shop > div:nth-child(1) {
display: flex;
justify-content: space-between;
align-items: center;
}
.bigBox .mudule2 .shop > div:nth-child(1) > span:nth-child(1) {
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: bold;
color: #282d32;
}
.bigBox .mudule2 .shop > div:nth-child(1) > span:nth-child(2) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #b3b3b3;
cursor: pointer;
}
.bigBox .mudule2 .shop > div:nth-child(2) {
margin-top: 34px;
overflow-y: scroll;
height: 227px;
}
.bigBox .mudule2 .shop > div:nth-child(2)::-webkit-scrollbar {
display: none;
}
.bigBox .mudule2 .student {
width: 445px;
}
.bigBox .mudule2 .student .studentTitle {
margin-bottom: 40px;
}
.bigBox .mudule2 .student .studentTitle .el-button {
height: 25px;
line-height: 25px;
color: #9b9b9b;
padding: 0 20px;
background: white;
border-radius: 13px;
border: 1px solid #cccccc;
}
.bigBox .mudule2 .student .student1 {
width: 100px;
height: 100px;
}
.bigBox .mudule2 .student .studentsub {
position: relative;
width: 100px;
height: 100px;
display: inline-block;
margin-right: 31px;
}
.bigBox .mudule2 .student .studentsub > .studentText {
position: absolute;
bottom: -80px;
left: 12px;
width: 100%;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(1) {
margin-bottom: 5px;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(1) div {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
background: #76aaeb;
font-size: 10px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: white;
margin-right: 2px;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(1) > span {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #323643;
line-height: 20px;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(2),
.bigBox .mudule2 .student .studentsub > .studentText div:nth-child(3) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #cccccc;
height: 17px;
line-height: 17px;
}
.bigBox .mudule2 .today {
width: 379px;
margin-right: 0;
}
.bigBox .mudule2 .today > div:nth-child(1) {
margin-bottom: 30px;
}
.bigBox .mudule2 .today > div:nth-child(1) .title {
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #282d32;
display: inline-block;
font-weight: bold;
}
.bigBox .mudule2 .today > div:nth-child(1) > span:nth-child(2) {
font-size: 12px;
font-family: HelveticaNeue-Medium, HelveticaNeue;
font-weight: 500;
color: #cccccc;
margin-left: 12px;
margin-right: 158px;
}
.bigBox .mudule2 .today > div:nth-child(1) > span:nth-child(3) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #b3b3b3;
cursor: pointer;
}
.bigBox .mudule2 .today > div:nth-child(2) {
overflow-y: scroll;
height: 230px;
}
.bigBox .mudule2 .today > div:nth-child(2)::-webkit-scrollbar {
display: none;
}
.bigBox .mudule2 .today .todayClass {
display: flex;
align-items: center;
margin-bottom: 32px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(1) {
flex: 2;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(1) img {
width: 35px;
height: 36px;
border-radius: 50%;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) {
flex: 6;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) div {
display: inline-block;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
width: 16px;
height: 16px;
line-height: 16px;
background: #76aaeb;
border-radius: 2px;
font-size: 10px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: white;
text-align: center;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #585b63;
margin-left: 2px;
margin-right: 14px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
flex: 2;
font-size: 11px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: white;
padding: 1px 5px;
background: #c1c2c6;
border-radius: 5px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(2) {
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #b3b3b3;
height: 17px;
line-height: 17px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(3) > div:nth-child(1) {
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #323643;
line-height: 20px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(3) > div:nth-child(2) {
height: 17px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #c1c2c6;
line-height: 17px;
text-align: center;
}
.bigBox .mudule3 {
padding: 36px 34px 0 34px;
height: 300px;
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
margin-bottom: 60px;
}
.bigBox .mudule3 > div:nth-child(1) span {
height: 20px;
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: bold;
color: #282d32;
line-height: 20px;
margin-right: 25px;
}
.bigBox .mudule3 > div:nth-child(1) .el-button {
height: 25px;
line-height: 25px;
color: #9b9b9b;
padding: 0 20px;
background: white;
border-radius: 13px;
border: 1px solid #cccccc;
}
.bigBox .mudule3 > div:nth-child(1) .el-button:focus {
color: #ffffff !important;
background: #9b9b9b !important;
border: 1px solid #9b9b9b !important;
}
.bigBox .mudule3 .Teaching {
width: 80%;
height: 207px;
display: inline-block;
}
.bigBox .mudule3 .teachingPie {
width: 19%;
display: inline-block;
height: 207px;
}
.bigBox .title {
display: flex;
justify-content: space-between;
align-items: center;
}
.bigBox .title > div:nth-child(1) {
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #282d32;
}
.bigBox .title > div:nth-child(2) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #b3b3b3;
cursor: pointer;
}
.rate,
.funnel,
.pie {
display: inline-block;
}
#timeline {
list-style: none;
margin: 0px 0 0px 7px;
padding: 0;
border-left: 1px solid #e8e8e8;
}
#timeline li {
position: relative;
}
#timeline p {
margin: 0 0 15px;
}
.circle {
left: -5px;
width: 10px;
height: 10px;
background: #fff;
border: 2px solid #4880ff;
border-radius: 50%;
display: block;
position: absolute;
top: 0;
}
.content {
max-height: 20px;
padding: 62px 20px 0;
border-color: transparent;
border-width: 2px;
border-style: solid;
border-radius: 0.5em;
position: relative;
}
.timeText,
.timeThing {
display: inline-block;
top: 0;
}
.timeThing {
position: absolute;
z-index: 100;
cursor: pointer;
left: 120px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #9b9b9b;
}
.timeThing > div {
height: 17px;
line-height: 17px;
}
.timeThing > div:nth-child(1) img {
width: 11px;
height: 12px;
position: absolute;
left: -18px;
}
.timeThing > div:nth-child(2) {
font-weight: 600;
color: #4a4a4a;
}
.timeText {
position: absolute;
z-index: 100;
cursor: pointer;
left: 20px;
}
.timeText > div {
height: 14px;
line-height: 14px;
}
.timeText > div:nth-child(1) {
font-size: 12px;
font-family: HelveticaNeue;
color: #4a4a4a;
}
.timeText > div:nth-child(2) {
color: #cccccc;
font-size: 12px;
}
.radio {
display: none;
}
.radio:checked + .relative .circle {
/* background: #f98262; */
}
.clickButton {
color: #ffffff !important;
background: #9b9b9b !important;
border: 1px solid #9b9b9b !important;
}
}
|
src/styles/dashbord.css
|
@media screen and (max-width: 1900px) {
* {
box-sizing: border-box;
}
.bigBox {
padding: 38px 80px 0 90px;
}
.bigBox > div {
margin-top: 40px;
}
.bigBox .userinfo {
padding: 35px 33px;
display: flex;
justify-content: space-between;
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
}
.bigBox .userinfo .name > div:nth-child(1) {
font-size: 28px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #282d32;
margin-bottom: 3px;
}
.bigBox .userinfo .name > div:nth-child(2) {
font-size: 10px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #585b63;
}
.bigBox .userinfo .Statistics > div {
text-align: center;
display: inline-block;
margin-left: 80px;
}
.bigBox .userinfo .Statistics > div > div:nth-child(1) {
font-size: 36px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #07d1aa;
}
.bigBox .userinfo .Statistics > div > div:nth-child(2) {
font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #585b63;
}
.bigBox .mudule1 > div {
padding: 32px 37px 37px 40px;
}
.bigBox .mudule1 > div:nth-child(1) {
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
margin-bottom: 40px;
}
.bigBox .mudule1 > div:nth-child(1) .sudu {
display: flex;
flex-wrap: wrap;
padding-top: 36px;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div {
width: 78px;
height: 78px;
margin-right: 32px;
padding-top: 10px;
background: #07d1aa;
cursor: pointer;
box-shadow: 0px 5px 10px 0px rgba(7, 194, 209, 0.3);
border-radius: 16px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div > img {
width: 32px;
height: 32px;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div > span {
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: white;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div:hover {
background: #0fe5bc;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .xueyuan,
.bigBox .mudule1 > div:nth-child(1) .sudu .xiaoxi {
background: #32c5ff;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .xueyuan:hover,
.bigBox .mudule1 > div:nth-child(1) .sudu .xiaoxi:hover {
background: #53ceff;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .banji,
.bigBox .mudule1 > div:nth-child(1) .sudu .shenpi {
background: #ffb940;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .banji:hover,
.bigBox .mudule1 > div:nth-child(1) .sudu .shenpi:hover {
background: #ffc664;
}
.bigBox .mudule1 > div:nth-child(2) {
display: flex;
height: 330px;
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
}
.bigBox .mudule1 > div:nth-child(2) .funnel {
flex: 1;
margin-left: 25px;
}
.bigBox .mudule2 > div {
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
border-radius: 3px;
margin-right: 20px;
padding: 20px 11px 0 24px;
height: 304px;
display: inline-block;
}
.bigBox .mudule2 .class {
width: 47%;
}
.bigBox .mudule2 .shop {
width: 47%;
padding-left: 6%;
}
.bigBox .mudule2 .shop > div:nth-child(1) {
display: flex;
justify-content: space-between;
align-items: center;
}
.bigBox .mudule2 .shop > div:nth-child(1) > span:nth-child(1) {
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: bold;
color: #282d32;
}
.bigBox .mudule2 .shop > div:nth-child(1) > span:nth-child(2) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #b3b3b3;
cursor: pointer;
}
.bigBox .mudule2 .shop > div:nth-child(2) {
margin-top: 34px;
overflow-y: scroll;
height: 227px;
}
.bigBox .mudule2 .shop > div:nth-child(2)::-webkit-scrollbar {
display: none;
}
.bigBox .mudule2 .student {
width: 100%;
margin-top: 40px;
margin-bottom: 40px;
}
.bigBox .mudule2 .student .studentTitle {
margin-bottom: 40px;
}
.bigBox .mudule2 .student .studentTitle .el-button {
height: 25px;
line-height: 25px;
color: #9b9b9b;
padding: 0 20px;
background: white;
border-radius: 13px;
border: 1px solid #cccccc;
}
.bigBox .mudule2 .student .student1 {
width: 100px;
height: 100px;
}
.bigBox .mudule2 .student .studentsub {
position: relative;
width: 100px;
height: 100px;
display: inline-block;
margin-left: 16%;
}
.bigBox .mudule2 .student .studentsub > .studentText {
position: absolute;
bottom: -80px;
left: 12px;
width: 100%;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(1) {
margin-bottom: 5px;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(1) div {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
background: #76aaeb;
font-size: 10px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: white;
margin-right: 2px;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(1) > span {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #323643;
line-height: 20px;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(2),
.bigBox .mudule2 .student .studentsub > .studentText div:nth-child(3) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #cccccc;
height: 17px;
line-height: 17px;
}
.bigBox .mudule2 .today {
width: 100%;
margin-right: 0;
}
.bigBox .mudule2 .today > div:nth-child(1) {
margin-bottom: 30px;
}
.bigBox .mudule2 .today > div:nth-child(1) .title {
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #282d32;
display: inline-block;
font-weight: bold;
}
.bigBox .mudule2 .today > div:nth-child(1) > span:nth-child(2) {
font-size: 12px;
font-family: HelveticaNeue-Medium, HelveticaNeue;
font-weight: 500;
color: #cccccc;
margin-left: 12px;
margin-right: 158px;
}
.bigBox .mudule2 .today > div:nth-child(1) > span:nth-child(3) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #b3b3b3;
cursor: pointer;
}
.bigBox .mudule2 .today > div:nth-child(2) {
overflow-y: scroll;
height: 230px;
}
.bigBox .mudule2 .today > div:nth-child(2)::-webkit-scrollbar {
display: none;
}
.bigBox .mudule2 .today .todayClass {
display: flex;
align-items: center;
margin-bottom: 32px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(1) {
margin-right: 10px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(1) img {
width: 35px;
height: 36px;
border-radius: 50%;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) {
flex: 6;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) div {
display: inline-block;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
width: 16px;
height: 16px;
line-height: 16px;
background: #76aaeb;
border-radius: 2px;
font-size: 10px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: white;
text-align: center;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #585b63;
margin-left: 2px;
margin-right: 14px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
flex: 2;
font-size: 11px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: white;
padding: 1px 5px;
background: #c1c2c6;
border-radius: 5px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(2) {
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #b3b3b3;
height: 17px;
line-height: 17px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(3) > div:nth-child(1) {
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #323643;
line-height: 20px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(3) > div:nth-child(2) {
height: 17px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #c1c2c6;
line-height: 17px;
text-align: center;
}
.bigBox .mudule3 {
padding: 36px 34px 0 34px;
height: 300px;
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
margin-bottom: 60px;
}
.bigBox .mudule3 > div:nth-child(1) span {
height: 20px;
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: bold;
color: #282d32;
line-height: 20px;
margin-right: 25px;
}
.bigBox .mudule3 > div:nth-child(1) .el-button {
height: 25px;
line-height: 25px;
color: #9b9b9b;
padding: 0 20px;
background: white;
border-radius: 13px;
border: 1px solid #cccccc;
}
.bigBox .mudule3 > div:nth-child(1) .el-button:focus {
color: #ffffff !important;
background: #9b9b9b !important;
border: 1px solid #9b9b9b !important;
}
.bigBox .mudule3 .Teaching {
width: 80%;
height: 207px;
display: inline-block;
}
.bigBox .mudule3 .teachingPie {
width: 19%;
display: inline-block;
height: 207px;
}
.bigBox .title {
display: flex;
justify-content: space-between;
align-items: center;
}
.bigBox .title > div:nth-child(1) {
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #282d32;
}
.bigBox .title > div:nth-child(2) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #b3b3b3;
cursor: pointer;
}
.rate,
.funnel,
.pie {
display: inline-block;
}
#timeline {
list-style: none;
margin: 0px 0 0px 7px;
padding: 0;
border-left: 1px solid #e8e8e8;
}
#timeline li {
position: relative;
}
#timeline p {
margin: 0 0 15px;
}
.circle {
left: -5px;
width: 10px;
height: 10px;
background: #fff;
border: 2px solid #4880ff;
border-radius: 50%;
display: block;
position: absolute;
top: 0;
}
.content {
max-height: 20px;
padding: 62px 20px 0;
border-color: transparent;
border-width: 2px;
border-style: solid;
border-radius: 0.5em;
position: relative;
}
.timeText,
.timeThing {
display: inline-block;
top: 0;
}
.timeThing {
position: absolute;
z-index: 100;
cursor: pointer;
left: 120px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #9b9b9b;
}
.timeThing > div {
height: 17px;
line-height: 17px;
}
.timeThing > div:nth-child(1) img {
width: 11px;
height: 12px;
position: absolute;
left: -18px;
}
.timeThing > div:nth-child(2) {
font-weight: 600;
color: #4a4a4a;
}
.timeText {
position: absolute;
z-index: 100;
cursor: pointer;
left: 20px;
}
.timeText > div {
height: 14px;
line-height: 14px;
}
.timeText > div:nth-child(1) {
font-size: 12px;
font-family: HelveticaNeue;
color: #4a4a4a;
}
.timeText > div:nth-child(2) {
color: #cccccc;
font-size: 12px;
}
.radio {
display: none;
}
.radio:checked + .relative .circle {
/* background: #f98262; */
}
.clickButton {
color: #ffffff !important;
background: #9b9b9b !important;
border: 1px solid #9b9b9b !important;
}
}
@media screen and (min-width: 1900px) {
* {
box-sizing: border-box;
}
.bigBox {
padding: 38px 80px 0 90px;
}
.bigBox > div {
margin-top: 40px;
}
.bigBox .userinfo {
padding: 35px 33px;
display: flex;
justify-content: space-between;
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
}
.bigBox .userinfo .name > div:nth-child(1) {
font-size: 28px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #282d32;
margin-bottom: 3px;
}
.bigBox .userinfo .name > div:nth-child(2) {
font-size: 10px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #585b63;
}
.bigBox .userinfo .Statistics > div {
text-align: center;
display: inline-block;
margin-left: 80px;
}
.bigBox .userinfo .Statistics > div > div:nth-child(1) {
font-size: 36px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #07d1aa;
}
.bigBox .userinfo .Statistics > div > div:nth-child(2) {
font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #585b63;
}
.bigBox .mudule1 {
display: flex;
}
.bigBox .mudule1 > div {
padding: 32px 37px 37px 40px;
}
.bigBox .mudule1 > div:nth-child(1) {
width: 607px;
height: 330px;
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
}
.bigBox .mudule1 > div:nth-child(1) .sudu {
display: flex;
flex-wrap: wrap;
padding-top: 36px;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div {
width: 78px;
height: 78px;
margin-right: 32px;
margin-bottom: 33px;
padding-top: 10px;
background: #07d1aa;
cursor: pointer;
box-shadow: 0px 5px 10px 0px rgba(7, 194, 209, 0.3);
border-radius: 16px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div > img {
width: 32px;
height: 32px;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div > span {
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: white;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div:hover {
background: #0fe5bc;
}
.bigBox .mudule1 > div:nth-child(1) .sudu > div:nth-child(5) {
margin-right: 0;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .xueyuan,
.bigBox .mudule1 > div:nth-child(1) .sudu .xiaoxi {
background: #32c5ff;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .xueyuan:hover,
.bigBox .mudule1 > div:nth-child(1) .sudu .xiaoxi:hover {
background: #53ceff;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .banji,
.bigBox .mudule1 > div:nth-child(1) .sudu .shenpi {
background: #ffb940;
}
.bigBox .mudule1 > div:nth-child(1) .sudu .banji:hover,
.bigBox .mudule1 > div:nth-child(1) .sudu .shenpi:hover {
background: #ffc664;
}
.bigBox .mudule1 > div:nth-child(2) {
flex: 1;
display: flex;
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
}
.bigBox .mudule1 > div:nth-child(2) .funnel {
flex: 1;
}
.bigBox .mudule2 {
height: 304px;
}
.bigBox .mudule2 > div {
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
border-radius: 3px;
margin-right: 20px;
padding: 20px 11px 0 24px;
height: 304px;
float: left;
}
.bigBox .mudule2 .class {
width: 332px;
}
.bigBox .mudule2 .shop {
width: 293px;
}
.bigBox .mudule2 .shop > div:nth-child(1) {
display: flex;
justify-content: space-between;
align-items: center;
}
.bigBox .mudule2 .shop > div:nth-child(1) > span:nth-child(1) {
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: bold;
color: #282d32;
}
.bigBox .mudule2 .shop > div:nth-child(1) > span:nth-child(2) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #b3b3b3;
cursor: pointer;
}
.bigBox .mudule2 .shop > div:nth-child(2) {
margin-top: 34px;
overflow-y: scroll;
height: 227px;
}
.bigBox .mudule2 .shop > div:nth-child(2)::-webkit-scrollbar {
display: none;
}
.bigBox .mudule2 .student {
width: 445px;
}
.bigBox .mudule2 .student .studentTitle {
margin-bottom: 40px;
}
.bigBox .mudule2 .student .studentTitle .el-button {
height: 25px;
line-height: 25px;
color: #9b9b9b;
padding: 0 20px;
background: white;
border-radius: 13px;
border: 1px solid #cccccc;
}
.bigBox .mudule2 .student .student1 {
width: 100px;
height: 100px;
}
.bigBox .mudule2 .student .studentsub {
position: relative;
width: 100px;
height: 100px;
display: inline-block;
margin-right: 31px;
}
.bigBox .mudule2 .student .studentsub > .studentText {
position: absolute;
bottom: -80px;
left: 12px;
width: 100%;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(1) {
margin-bottom: 5px;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(1) div {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
background: #76aaeb;
font-size: 10px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: white;
margin-right: 2px;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(1) > span {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #323643;
line-height: 20px;
}
.bigBox .mudule2 .student .studentsub > .studentText > div:nth-child(2),
.bigBox .mudule2 .student .studentsub > .studentText div:nth-child(3) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #cccccc;
height: 17px;
line-height: 17px;
}
.bigBox .mudule2 .today {
width: 379px;
margin-right: 0;
}
.bigBox .mudule2 .today > div:nth-child(1) {
margin-bottom: 30px;
}
.bigBox .mudule2 .today > div:nth-child(1) .title {
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #282d32;
display: inline-block;
font-weight: bold;
}
.bigBox .mudule2 .today > div:nth-child(1) > span:nth-child(2) {
font-size: 12px;
font-family: HelveticaNeue-Medium, HelveticaNeue;
font-weight: 500;
color: #cccccc;
margin-left: 12px;
margin-right: 158px;
}
.bigBox .mudule2 .today > div:nth-child(1) > span:nth-child(3) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #b3b3b3;
cursor: pointer;
}
.bigBox .mudule2 .today > div:nth-child(2) {
overflow-y: scroll;
height: 230px;
}
.bigBox .mudule2 .today > div:nth-child(2)::-webkit-scrollbar {
display: none;
}
.bigBox .mudule2 .today .todayClass {
display: flex;
align-items: center;
margin-bottom: 32px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(1) {
flex: 2;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(1) img {
width: 35px;
height: 36px;
border-radius: 50%;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) {
flex: 6;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) div {
display: inline-block;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
width: 16px;
height: 16px;
line-height: 16px;
background: #76aaeb;
border-radius: 2px;
font-size: 10px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: white;
text-align: center;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #585b63;
margin-left: 2px;
margin-right: 14px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
flex: 2;
font-size: 11px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: white;
padding: 1px 5px;
background: #c1c2c6;
border-radius: 5px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(2) > div:nth-child(2) {
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #b3b3b3;
height: 17px;
line-height: 17px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(3) > div:nth-child(1) {
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #323643;
line-height: 20px;
}
.bigBox .mudule2 .today .todayClass > div:nth-child(3) > div:nth-child(2) {
height: 17px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #c1c2c6;
line-height: 17px;
text-align: center;
}
.bigBox .mudule3 {
padding: 36px 34px 0 34px;
height: 300px;
background: white;
box-shadow: -10px 10px 20px 0px rgba(30, 30, 30, 0.05);
margin-bottom: 60px;
}
.bigBox .mudule3 > div:nth-child(1) span {
height: 20px;
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: bold;
color: #282d32;
line-height: 20px;
margin-right: 25px;
}
.bigBox .mudule3 > div:nth-child(1) .el-button {
height: 25px;
line-height: 25px;
color: #9b9b9b;
padding: 0 20px;
background: white;
border-radius: 13px;
border: 1px solid #cccccc;
}
.bigBox .mudule3 > div:nth-child(1) .el-button:focus {
color: #ffffff !important;
background: #9b9b9b !important;
border: 1px solid #9b9b9b !important;
}
.bigBox .mudule3 .Teaching {
width: 80%;
height: 207px;
display: inline-block;
}
.bigBox .mudule3 .teachingPie {
width: 19%;
display: inline-block;
height: 207px;
}
.bigBox .title {
display: flex;
justify-content: space-between;
align-items: center;
}
.bigBox .title > div:nth-child(1) {
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #282d32;
}
.bigBox .title > div:nth-child(2) {
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #b3b3b3;
cursor: pointer;
}
.rate,
.funnel,
.pie {
display: inline-block;
}
#timeline {
list-style: none;
margin: 0px 0 0px 7px;
padding: 0;
border-left: 1px solid #e8e8e8;
}
#timeline li {
position: relative;
}
#timeline p {
margin: 0 0 15px;
}
.circle {
left: -5px;
width: 10px;
height: 10px;
background: #fff;
border: 2px solid #4880ff;
border-radius: 50%;
display: block;
position: absolute;
top: 0;
}
.content {
max-height: 20px;
padding: 62px 20px 0;
border-color: transparent;
border-width: 2px;
border-style: solid;
border-radius: 0.5em;
position: relative;
}
.timeText,
.timeThing {
display: inline-block;
top: 0;
}
.timeThing {
position: absolute;
z-index: 100;
cursor: pointer;
left: 120px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #9b9b9b;
}
.timeThing > div {
height: 17px;
line-height: 17px;
}
.timeThing > div:nth-child(1) img {
width: 11px;
height: 12px;
position: absolute;
left: -18px;
}
.timeThing > div:nth-child(2) {
font-weight: 600;
color: #4a4a4a;
}
.timeText {
position: absolute;
z-index: 100;
cursor: pointer;
left: 20px;
}
.timeText > div {
height: 14px;
line-height: 14px;
}
.timeText > div:nth-child(1) {
font-size: 12px;
font-family: HelveticaNeue;
color: #4a4a4a;
}
.timeText > div:nth-child(2) {
color: #cccccc;
font-size: 12px;
}
.radio {
display: none;
}
.radio:checked + .relative .circle {
/* background: #f98262; */
}
.clickButton {
color: #ffffff !important;
background: #9b9b9b !important;
border: 1px solid #9b9b9b !important;
}
}
| 0.322206 | 0.089574 |
body {
margin: 0;
padding: 0;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
touch-action: none;
}
#searchInput {
position: absolute;
/*top: 10px;*/
left: 5vw;
top: 5vh;
max-width: 100vw;
z-index: 2;
opacity: 0.9;
}
#addStoryButton {
position: fixed;
bottom: 40px;
right: 40px;
z-index: 2;
box-shadow: 3px 3px 5px #888888;
/*box-shadow: 3px 3px 5px #888888;*/
}
#refreshStoriesButton {
position: fixed;
bottom: 40px;
right: 100px;
z-index: 2;
box-shadow: 3px 3px 5px #888888;
}
#centerLocButton {
position: fixed;
bottom: 40px;
right: 160px;
z-index: 2;
box-shadow: 3px 3px 5px #888888;
}
#sideBar, #menuBar {
opacity: 0.85;
padding: 2%;
/*padding-top: 2%;
padding-right: 5%;
padding-left: 5%;
padding-bottom: 5%;*/
color: white;
}
.image {
position: relative;
}
#iconExpand {
opacity: 0.7;
/*position: absolute;
top: 65px;
left: 25px;*/
}
#firstOverlay {
position: absolute;
z-index: 5;
background-color: black;
/* opacity: 0.75; */
height: 100vh;
width: 100vw;
padding: 10%;
color: white;
display: none;
overflow-y: auto;
}
#addOverlay, #helpOverlay, #shareOverlay, #legendOverlay, #toggleOverlay, #aboutOverlay, #firstRunOverlay {
position: absolute;
z-index: 5;
background-color: black;
opacity: 0.9;
height: 100vh;
width: 100vw;
padding: 10%;
color: white;
display: none;
top: 0;
left: 0;
/*-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);*/
/*background-color: transparent;*/
overflow-y: auto;
}
#uploadOverlay {
position: absolute;
z-index: 8;
background-color: white;
opacity: 0.95;
height: 100vh;
width: 100vw;
color: black;
display: none;
}
#uploadingDiv {
height: 100vh;
width: 100vw;
/* https://www.w3schools.com/css/css_align.asp */
padding: 40vh 0;
text-align: center;
}
#aboutDiv {
margin-bottom: 5vh;
}
/*.ui.transparent.inverted.input > input:focus {
color: white;
}
.ui.transparent.inverted.input > input::selection {
color: white;
}*/
#fieldLoc {
display: none !important;
}
.privacyLabel {
color: #F2711C;
text-align: justify;
}
.licenseLabel {
color: red;
}
#licenseLink:hover, #licenseLink:visited {
color: red;
}
#buttonToolbar {
display: none;
}
.toast-info {
background-color: rgb(105,105,105) !important;
/*color: black !important;*/
}
#aboutSpan {
padding-bottom: 10%;
}
#toolbarButtons {
position: absolute;
z-index: 3;
bottom: 25px;
right: 10px;
}
#tourbarButtons {
position: absolute;
z-index: 4;
bottom: 25px;
right: 10px;
visibility: none;
}
.mapboxgl-ctrl-geocoder {
position: absolute;
right: 5vh;
top: 5vh;
}
#legendButton, #centreMapButton, #visibleButton, #walkingSitButton, #aboutButton {
/*box-shadow: 3px 3px 5px grey;*/
box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.1);
}
#tourRemoveButton, #tourUpButton, #tourDownButton, #tourLeftButton, #tourRightButton {
box-shadow: 3px 3px 5px grey;
}
/*#shareButton {
position: absolute;
z-index: 3;
bottom: 5vh;
right: 5vh;
box-shadow: 3px 3px 5px grey;
}
#centreMapButton {
position: absolute;
z-index: 3;
bottom: 5vh;
right: 20vh;
box-shadow: 3px 3px 5px grey;
}
#refreshButton {
position: absolute;
z-index: 3;
bottom: 5vh;
right: 35vh;
box-shadow: 3px 3px 5px grey;
}*/
/* https://gist.github.com/juliuscsurgo/4440047 */
input[type='text'], textarea {
outline: none;
box-shadow:none !important;
border:1px solid #ccc !important;
}
#shareSpan {
color: #2185D0;
}
.storyInputLabel {
color: #19BCB4;
padding-right: 10vw;
}
.mapboxgl-popup-content {
font-size: 1rem;
max-width: 240px;
}
.mapboxgl-ctrl-geocoder {
right: 10px !important;
top: 10px !important;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
margin: 0 !important;
}
.ui.basic.button {
background: rgba(255,255,255,1) !important;
}
#legendGrid {
margin-top: 20px;
}
#contentAbout {
height: 100%;
width: 100%;
overflow-y: auto;
}
/* https://github.com/bertobox/CSS-for-APA-Style-references */
.apa,.apa ul,.apa ol,.apa dl,.ref-apa,.ref-apa ul,.ref-apa ol,.ref-apa dl,.apa-ref,.apa-ref ul,.apa-ref ol,.apa-ref dl,.refapa,.refapa ul,.refapa ol,.refapa dl,.aparef,.aparef ul,.aparef ol,.aparef dl{padding-left:0;margin-left:0;}
.apa li,.ref-apa li,.refapa li,.apa-ref li,.aparef li{list-style-type:none;}
.apa p,.apa li,.apa dd,.ref-apa p,.ref-apa li,.ref-apa dd,.refapa p,.refapa li,.refapa dd,.apa-ref p,.apa-ref li,.apa-ref dd,.aparef p,.aparef li,.aparef dd{margin-left:2em;text-indent:-2em;margin-top:1em;margin-bottom:1em;}
#pointLoadingInfo {
z-index: 10;
margin-top: 0;
opacity: 0.8;
border-radius: 0;
}
#layerLegend {
z-index: 10;
position: absolute;
bottom: 20px;
left: 10px;
display: none;
}
.scrollDesc {
max-height: 200px;
overflow-y: scroll;
}
|
css/main.css
|
body {
margin: 0;
padding: 0;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
touch-action: none;
}
#searchInput {
position: absolute;
/*top: 10px;*/
left: 5vw;
top: 5vh;
max-width: 100vw;
z-index: 2;
opacity: 0.9;
}
#addStoryButton {
position: fixed;
bottom: 40px;
right: 40px;
z-index: 2;
box-shadow: 3px 3px 5px #888888;
/*box-shadow: 3px 3px 5px #888888;*/
}
#refreshStoriesButton {
position: fixed;
bottom: 40px;
right: 100px;
z-index: 2;
box-shadow: 3px 3px 5px #888888;
}
#centerLocButton {
position: fixed;
bottom: 40px;
right: 160px;
z-index: 2;
box-shadow: 3px 3px 5px #888888;
}
#sideBar, #menuBar {
opacity: 0.85;
padding: 2%;
/*padding-top: 2%;
padding-right: 5%;
padding-left: 5%;
padding-bottom: 5%;*/
color: white;
}
.image {
position: relative;
}
#iconExpand {
opacity: 0.7;
/*position: absolute;
top: 65px;
left: 25px;*/
}
#firstOverlay {
position: absolute;
z-index: 5;
background-color: black;
/* opacity: 0.75; */
height: 100vh;
width: 100vw;
padding: 10%;
color: white;
display: none;
overflow-y: auto;
}
#addOverlay, #helpOverlay, #shareOverlay, #legendOverlay, #toggleOverlay, #aboutOverlay, #firstRunOverlay {
position: absolute;
z-index: 5;
background-color: black;
opacity: 0.9;
height: 100vh;
width: 100vw;
padding: 10%;
color: white;
display: none;
top: 0;
left: 0;
/*-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);*/
/*background-color: transparent;*/
overflow-y: auto;
}
#uploadOverlay {
position: absolute;
z-index: 8;
background-color: white;
opacity: 0.95;
height: 100vh;
width: 100vw;
color: black;
display: none;
}
#uploadingDiv {
height: 100vh;
width: 100vw;
/* https://www.w3schools.com/css/css_align.asp */
padding: 40vh 0;
text-align: center;
}
#aboutDiv {
margin-bottom: 5vh;
}
/*.ui.transparent.inverted.input > input:focus {
color: white;
}
.ui.transparent.inverted.input > input::selection {
color: white;
}*/
#fieldLoc {
display: none !important;
}
.privacyLabel {
color: #F2711C;
text-align: justify;
}
.licenseLabel {
color: red;
}
#licenseLink:hover, #licenseLink:visited {
color: red;
}
#buttonToolbar {
display: none;
}
.toast-info {
background-color: rgb(105,105,105) !important;
/*color: black !important;*/
}
#aboutSpan {
padding-bottom: 10%;
}
#toolbarButtons {
position: absolute;
z-index: 3;
bottom: 25px;
right: 10px;
}
#tourbarButtons {
position: absolute;
z-index: 4;
bottom: 25px;
right: 10px;
visibility: none;
}
.mapboxgl-ctrl-geocoder {
position: absolute;
right: 5vh;
top: 5vh;
}
#legendButton, #centreMapButton, #visibleButton, #walkingSitButton, #aboutButton {
/*box-shadow: 3px 3px 5px grey;*/
box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.1);
}
#tourRemoveButton, #tourUpButton, #tourDownButton, #tourLeftButton, #tourRightButton {
box-shadow: 3px 3px 5px grey;
}
/*#shareButton {
position: absolute;
z-index: 3;
bottom: 5vh;
right: 5vh;
box-shadow: 3px 3px 5px grey;
}
#centreMapButton {
position: absolute;
z-index: 3;
bottom: 5vh;
right: 20vh;
box-shadow: 3px 3px 5px grey;
}
#refreshButton {
position: absolute;
z-index: 3;
bottom: 5vh;
right: 35vh;
box-shadow: 3px 3px 5px grey;
}*/
/* https://gist.github.com/juliuscsurgo/4440047 */
input[type='text'], textarea {
outline: none;
box-shadow:none !important;
border:1px solid #ccc !important;
}
#shareSpan {
color: #2185D0;
}
.storyInputLabel {
color: #19BCB4;
padding-right: 10vw;
}
.mapboxgl-popup-content {
font-size: 1rem;
max-width: 240px;
}
.mapboxgl-ctrl-geocoder {
right: 10px !important;
top: 10px !important;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
margin: 0 !important;
}
.ui.basic.button {
background: rgba(255,255,255,1) !important;
}
#legendGrid {
margin-top: 20px;
}
#contentAbout {
height: 100%;
width: 100%;
overflow-y: auto;
}
/* https://github.com/bertobox/CSS-for-APA-Style-references */
.apa,.apa ul,.apa ol,.apa dl,.ref-apa,.ref-apa ul,.ref-apa ol,.ref-apa dl,.apa-ref,.apa-ref ul,.apa-ref ol,.apa-ref dl,.refapa,.refapa ul,.refapa ol,.refapa dl,.aparef,.aparef ul,.aparef ol,.aparef dl{padding-left:0;margin-left:0;}
.apa li,.ref-apa li,.refapa li,.apa-ref li,.aparef li{list-style-type:none;}
.apa p,.apa li,.apa dd,.ref-apa p,.ref-apa li,.ref-apa dd,.refapa p,.refapa li,.refapa dd,.apa-ref p,.apa-ref li,.apa-ref dd,.aparef p,.aparef li,.aparef dd{margin-left:2em;text-indent:-2em;margin-top:1em;margin-bottom:1em;}
#pointLoadingInfo {
z-index: 10;
margin-top: 0;
opacity: 0.8;
border-radius: 0;
}
#layerLegend {
z-index: 10;
position: absolute;
bottom: 20px;
left: 10px;
display: none;
}
.scrollDesc {
max-height: 200px;
overflow-y: scroll;
}
| 0.318379 | 0.064388 |
body, html{
height: 100%;
margin: 0;
}
body {/*
font-family: "Alegreya Sans",sans-serif;*/
/* background: url('../img/flat1.png') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;*/
font-family: 'Montserrat', sans-serif;
/*background: #f0f0f0;*/
background: url('../img/greenboard1.jpg');
}
.comments a{
font-size: .7em;
}
.comments p{
font-size: .7em;
}
.commentsection{
font-size: .7em;
height: 70px;
}
.commentbody{
height: 100px;
width: 100%;
font-size: .8em;
}
.comfoot{
font-size: .7em;
}
.btn-comment:hover{
background-color: rgb(84, 115, 93) !important;
}
.editComment{
cursor: pointer;
color: #0486ab !important;
}
.editComment:hover{
color: rgb(84, 115, 93) !important;
}
.list-group-item{
margin-bottom: 10px;
}
.no-padding{
padding: 0px 0px !important;
}
.error-report{
border: 1px solid white;
border-radius: 5px;
font-size: 0.8em;
position: fixed;
top: 20;
left: 20;
z-index: 9999;
background-color: #d95350 !important;
color: white;
}
.error-report h4{
font-weight: bold;
padding-left: 10px;
font-size: 1.5em;
margin-top: 5px;
}
.error-report ul{
padding: 0 10px !important;
margin-bottom: 0px;
}
.error-report div{
padding: 10px 20px;
margin-bottom: 0px;
}
#flash-message {
background-color: #27b585;
color: white;
position: fixed;
bottom: 20px;
left: 20px !important;
z-index: 9999;
}
.sidebar-module-inset{
font-size: .9em;
}
.blurr{
color: #959595;
}
.card-header{
padding-top: 20px;
}
.card-body{
color: #5e5e5e;
}
.card-body p{
font-size: .9em;
}
a{
color: #5d0101;
text-decoration: none !important;
}
.pagination li{
margin-right: 10px;
margin-right: 10px;
}
.blog-post-meta{
font-size: .8em;
margin-bottom: 0px !important;
}
a:hover{
color: #004810;
}
.margin-v{
margin-top: 10px;
margin-bottom: 20px;
}
.pad-top{
padding-top: 20px;
}
.text-green{
color: #6ca763 !important;
}
h1, h2, h3, h4, h5, h6, .text-heading {
font-family: 'Montserrat', sans-serif;
}
h1 {
font-size: 1.5rem;
}
.text-black{
color: #383838;
}
.navbar-light .navbar-nav .nav-link{
/*color: #8e4e4e !important;*/
}
.navbar-light .navbar-brand{
color: #ffffff !important;
}
.tagline-upper {
font-family: 'Permanent Marker', cursive;
font-size: 3rem;
line-height: 1;
color: #fff;
}
.tagline-lower {
font-family: courier;
font-size: 1.2rem;
line-height: 1;
color: #fff;
}
.tagline-lower a{
cursor: text;
color: white;
}
.text-expanded {
letter-spacing: 2px;
}
.text-shadow {
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.text-lg {
font-size: 1.25rem;
}
.bg-faded {
background: rgba(72, 100, 74, 0.26);
/* background-color: rgba(142, 0, 0, 0.72);*/
}
.bg-overlay {
background-color: rgba(0, 0, 0, 0.7);
}
hr.divider {
border-color: #292b2c;
max-width: 250px;
}
.map-container iframe {
pointer-events: none;
}
.map-container iframe.clicked {
pointer-events: auto;
}
/*MY CSS*/
/*MOBILE*/
.wrapper{
width: 100%;
background-color: #efedea;
}
.container{
padding-left: 0;
padding-right: 0;
}
.container .news-title{
margin-top: 30px;
}
.p-4{
padding: 3rem !important;
}
.p-5{
/*padding: 3rem !important;*/
}
.a-4{
background: rgb(255, 255, 255);
padding: 4rem !important;
}
#mission{
background-color: #efefef;
padding: 10px;
}
#portfolio{
background-color: #f8f9fa;
text-align: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
#portfolio .featured-block-rounded img{
border-radius: 100%;
}
#content{
background-color: rgb(255, 255, 255);
}
.qt-mission{
margin-top: 30px;
text-align: center;
}
.bg{
height: 50%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bg-about{
background-image: url('../img/header.jpg');
}
.bg-members{
background-image: url('../img/pic8.png');
}
.bg-stories{
background-image: url('../img/pic6.png');
}
#about,
#members,
#blog,
#contact,
#developer{
background: rgba(255, 255, 255, 0.91);
}
.bg-faded strong{
font-family: 'Raleway', sans-serif;
font-size: 30px;
}
hr.style1{
border-top: 3px solid rgba(156, 133, 133, 0.35);
}
hr.style2{
border-bottom: 1px solid rgba(156, 133, 133, 0.35);
width:50px;
margin: 0;
float: left;
}
.con-p{
text-align: justify;
margin-top: 20px;
color: #8d8d8d;
font-size: 15px;
}
.social-share-bar h4{
color: #8d8d8d;
font-size: 18px;
}
.social-share-bar span{
margin-left: 15px;
font-size: 12px;
}
.social-share-bar span i{
margin-right: 15px;
color: rgba(0, 0, 0, 0.84);
}
.social-share-bar{
color: #8d8d8d;
display: block;
padding: 20px 0;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
.contact-jus{
text-align: center;
}
footer{
color: #ffffff;
}
/*our team css*/
/*DESKTOP*/
@media (min-width: 500px) {
.container{
padding-left: 55px;
padding-right: 55px;
font-size: 15px;
}
.p-4{
/*padding: 10rem !important;*/
padding-bottom: 30px !important;
padding-top: 30px !important;
}
.p-4m{
padding: 10rem !important;
padding-bottom: 30px !important;
padding-top: 30px !important;
}
.p-5{
padding-bottom: 30px !important;
padding-top: 30px !important;
}
/*.a-4{
padding: 10rem !important;
padding-bottom: 30px !important;
padding-top: 30px !important;
}
*/
.hr-sect {
display: flex;
flex-basis: 100%;
align-items: center;
margin: 8px 0px;
margin-bottom: 30px;
}
.hr-sect::before,
.hr-sect::after {
content: "";
flex-grow: 1;
border-bottom: 1px dashed #ccc;
height: 1px;
font-size: 0px;
line-height: 0px;
margin: 0px 8px;
}
.img1{
margin-bottom: 30px;
}
.qt-mission{
padding: 0 50px;
}
.bg-faded strong{
font-family: Impact;
font-size: 40px;
}
.bg{
height: 67%;
}
.social-share-bar{
width: 100%;
float: left;
padding: 15px;
text-align: left;
margin: 10px;
}
.social-share-bar span{
margin-left: 30px;
font-size: 12px;
}
.social-share-bar span i{
margin-right: 30px;
}
.grid-content{
border: 1px solid rgba(208, 206, 206, 0.61);
padding: 20px;
}
}
.box{
background-color: #f8f9fa;
padding: 20px 30px;
margin: 10px 0;
border: 1px solid #dcd9d9;
}
.form-material{
position: relative !important;
margin-bottom: 2em !important;
}
.label-material {
position: absolute;
height: 2rem;
line-height: 2rem;
bottom: 0;
left: 0;
color: #999;
transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.input-material {
width: 100%;
font-size: 100%;
border: 0;
padding: 0;
background-color: transparent;
height: 2rem;
line-height: 2rem;
border-bottom: 1px solid #eee;
transition: all .2s ease-in;
}
.input-material:focus {
outline: 0;
border-color: #ccc;
}
/* Using required and a faux pattern to see if input has text from http://stackoverflow.com/questions/16952526/detect-if-an-input-has-text-in-it-using-css */
.input-material:focus + .label-material,
input:valid + .label-material {
transform: translateY(-50%);
font-size: 0.75rem;
color: #ccc;
}
#registration-form{
padding: 20px 10px;
}
#registration-form label{
font-size: .8em;
}
.btn-sanz{
background-color: rgb(84, 115, 93) !important;
color: white;
}
.btn-sanz:hover{
background-color: rgb(80, 162, 104) !important;
color: white;
}
.showpostbox{
padding: 30px;
}
.btn-deletepost{
background-color: #5d0101;
font-style: none;
color: white;
font-size: .7em;
}
.btn-deletepost:hover{
background-color: #c31919;
}
.btn-edit{
background-color: #0486ab;
color: white;
}
.btn-edit:hover{
background-color: #33c3ec;
color: white;
}
.padtop{
padding-top: 20px;
}
|
css/business-casual.css
|
body, html{
height: 100%;
margin: 0;
}
body {/*
font-family: "Alegreya Sans",sans-serif;*/
/* background: url('../img/flat1.png') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;*/
font-family: 'Montserrat', sans-serif;
/*background: #f0f0f0;*/
background: url('../img/greenboard1.jpg');
}
.comments a{
font-size: .7em;
}
.comments p{
font-size: .7em;
}
.commentsection{
font-size: .7em;
height: 70px;
}
.commentbody{
height: 100px;
width: 100%;
font-size: .8em;
}
.comfoot{
font-size: .7em;
}
.btn-comment:hover{
background-color: rgb(84, 115, 93) !important;
}
.editComment{
cursor: pointer;
color: #0486ab !important;
}
.editComment:hover{
color: rgb(84, 115, 93) !important;
}
.list-group-item{
margin-bottom: 10px;
}
.no-padding{
padding: 0px 0px !important;
}
.error-report{
border: 1px solid white;
border-radius: 5px;
font-size: 0.8em;
position: fixed;
top: 20;
left: 20;
z-index: 9999;
background-color: #d95350 !important;
color: white;
}
.error-report h4{
font-weight: bold;
padding-left: 10px;
font-size: 1.5em;
margin-top: 5px;
}
.error-report ul{
padding: 0 10px !important;
margin-bottom: 0px;
}
.error-report div{
padding: 10px 20px;
margin-bottom: 0px;
}
#flash-message {
background-color: #27b585;
color: white;
position: fixed;
bottom: 20px;
left: 20px !important;
z-index: 9999;
}
.sidebar-module-inset{
font-size: .9em;
}
.blurr{
color: #959595;
}
.card-header{
padding-top: 20px;
}
.card-body{
color: #5e5e5e;
}
.card-body p{
font-size: .9em;
}
a{
color: #5d0101;
text-decoration: none !important;
}
.pagination li{
margin-right: 10px;
margin-right: 10px;
}
.blog-post-meta{
font-size: .8em;
margin-bottom: 0px !important;
}
a:hover{
color: #004810;
}
.margin-v{
margin-top: 10px;
margin-bottom: 20px;
}
.pad-top{
padding-top: 20px;
}
.text-green{
color: #6ca763 !important;
}
h1, h2, h3, h4, h5, h6, .text-heading {
font-family: 'Montserrat', sans-serif;
}
h1 {
font-size: 1.5rem;
}
.text-black{
color: #383838;
}
.navbar-light .navbar-nav .nav-link{
/*color: #8e4e4e !important;*/
}
.navbar-light .navbar-brand{
color: #ffffff !important;
}
.tagline-upper {
font-family: 'Permanent Marker', cursive;
font-size: 3rem;
line-height: 1;
color: #fff;
}
.tagline-lower {
font-family: courier;
font-size: 1.2rem;
line-height: 1;
color: #fff;
}
.tagline-lower a{
cursor: text;
color: white;
}
.text-expanded {
letter-spacing: 2px;
}
.text-shadow {
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.text-lg {
font-size: 1.25rem;
}
.bg-faded {
background: rgba(72, 100, 74, 0.26);
/* background-color: rgba(142, 0, 0, 0.72);*/
}
.bg-overlay {
background-color: rgba(0, 0, 0, 0.7);
}
hr.divider {
border-color: #292b2c;
max-width: 250px;
}
.map-container iframe {
pointer-events: none;
}
.map-container iframe.clicked {
pointer-events: auto;
}
/*MY CSS*/
/*MOBILE*/
.wrapper{
width: 100%;
background-color: #efedea;
}
.container{
padding-left: 0;
padding-right: 0;
}
.container .news-title{
margin-top: 30px;
}
.p-4{
padding: 3rem !important;
}
.p-5{
/*padding: 3rem !important;*/
}
.a-4{
background: rgb(255, 255, 255);
padding: 4rem !important;
}
#mission{
background-color: #efefef;
padding: 10px;
}
#portfolio{
background-color: #f8f9fa;
text-align: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
#portfolio .featured-block-rounded img{
border-radius: 100%;
}
#content{
background-color: rgb(255, 255, 255);
}
.qt-mission{
margin-top: 30px;
text-align: center;
}
.bg{
height: 50%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bg-about{
background-image: url('../img/header.jpg');
}
.bg-members{
background-image: url('../img/pic8.png');
}
.bg-stories{
background-image: url('../img/pic6.png');
}
#about,
#members,
#blog,
#contact,
#developer{
background: rgba(255, 255, 255, 0.91);
}
.bg-faded strong{
font-family: 'Raleway', sans-serif;
font-size: 30px;
}
hr.style1{
border-top: 3px solid rgba(156, 133, 133, 0.35);
}
hr.style2{
border-bottom: 1px solid rgba(156, 133, 133, 0.35);
width:50px;
margin: 0;
float: left;
}
.con-p{
text-align: justify;
margin-top: 20px;
color: #8d8d8d;
font-size: 15px;
}
.social-share-bar h4{
color: #8d8d8d;
font-size: 18px;
}
.social-share-bar span{
margin-left: 15px;
font-size: 12px;
}
.social-share-bar span i{
margin-right: 15px;
color: rgba(0, 0, 0, 0.84);
}
.social-share-bar{
color: #8d8d8d;
display: block;
padding: 20px 0;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
.contact-jus{
text-align: center;
}
footer{
color: #ffffff;
}
/*our team css*/
/*DESKTOP*/
@media (min-width: 500px) {
.container{
padding-left: 55px;
padding-right: 55px;
font-size: 15px;
}
.p-4{
/*padding: 10rem !important;*/
padding-bottom: 30px !important;
padding-top: 30px !important;
}
.p-4m{
padding: 10rem !important;
padding-bottom: 30px !important;
padding-top: 30px !important;
}
.p-5{
padding-bottom: 30px !important;
padding-top: 30px !important;
}
/*.a-4{
padding: 10rem !important;
padding-bottom: 30px !important;
padding-top: 30px !important;
}
*/
.hr-sect {
display: flex;
flex-basis: 100%;
align-items: center;
margin: 8px 0px;
margin-bottom: 30px;
}
.hr-sect::before,
.hr-sect::after {
content: "";
flex-grow: 1;
border-bottom: 1px dashed #ccc;
height: 1px;
font-size: 0px;
line-height: 0px;
margin: 0px 8px;
}
.img1{
margin-bottom: 30px;
}
.qt-mission{
padding: 0 50px;
}
.bg-faded strong{
font-family: Impact;
font-size: 40px;
}
.bg{
height: 67%;
}
.social-share-bar{
width: 100%;
float: left;
padding: 15px;
text-align: left;
margin: 10px;
}
.social-share-bar span{
margin-left: 30px;
font-size: 12px;
}
.social-share-bar span i{
margin-right: 30px;
}
.grid-content{
border: 1px solid rgba(208, 206, 206, 0.61);
padding: 20px;
}
}
.box{
background-color: #f8f9fa;
padding: 20px 30px;
margin: 10px 0;
border: 1px solid #dcd9d9;
}
.form-material{
position: relative !important;
margin-bottom: 2em !important;
}
.label-material {
position: absolute;
height: 2rem;
line-height: 2rem;
bottom: 0;
left: 0;
color: #999;
transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.input-material {
width: 100%;
font-size: 100%;
border: 0;
padding: 0;
background-color: transparent;
height: 2rem;
line-height: 2rem;
border-bottom: 1px solid #eee;
transition: all .2s ease-in;
}
.input-material:focus {
outline: 0;
border-color: #ccc;
}
/* Using required and a faux pattern to see if input has text from http://stackoverflow.com/questions/16952526/detect-if-an-input-has-text-in-it-using-css */
.input-material:focus + .label-material,
input:valid + .label-material {
transform: translateY(-50%);
font-size: 0.75rem;
color: #ccc;
}
#registration-form{
padding: 20px 10px;
}
#registration-form label{
font-size: .8em;
}
.btn-sanz{
background-color: rgb(84, 115, 93) !important;
color: white;
}
.btn-sanz:hover{
background-color: rgb(80, 162, 104) !important;
color: white;
}
.showpostbox{
padding: 30px;
}
.btn-deletepost{
background-color: #5d0101;
font-style: none;
color: white;
font-size: .7em;
}
.btn-deletepost:hover{
background-color: #c31919;
}
.btn-edit{
background-color: #0486ab;
color: white;
}
.btn-edit:hover{
background-color: #33c3ec;
color: white;
}
.padtop{
padding-top: 20px;
}
| 0.331769 | 0.065128 |
* {
font-family: "Open Sans", sans-serif;
}
html,
body {
margin: 0;
padding: 0;
}
.header {
margin-top: 50px;
margin-bottom: 25px;
text-align: center;
}
.sidebar {
margin-bottom: -35px;
}
.sidebar-button-on {
background-color: transparent;
border-color: transparent;
margin-top: 5px;
margin-left: 20px;
}
.sidebar-button-on:focus {
outline: none;
}
.sidebar-button-off {
background-color: transparent;
border-color: transparent;
margin-top: 15px;
margin-left: 20px;
}
.sidebar-button-off:focus {
outline: none;
}
.sidebar-inner {
height: 100%;
min-width: 100%;
background-color: #ffffffd0;
position: fixed !important;
z-index: 1;
overflow: auto;
margin-top: -40px;
}
.sidebar-item {
margin-top: 25px;
margin-left: 15px;
float: left;
width: auto;
border: none;
display: block;
outline: 0;
color: #000;
font-size: 30px;
background-color: transparent;
}
.sidebar-link {
text-decoration: none;
}
.sidebar-item {
width: 100%;
display: block;
padding: 8px 16px;
text-align: left;
border: none;
white-space: normal;
float: none;
outline: 0;
}
.footer {
display: flexbox;
width: 100%;
margin-top: 280px;
padding-top: 25px;
padding-bottom: 25px;
background-color: #000000;
color: white;
text-align: right;
}
.footer-text {
font-weight: 700;
color: #ffffff;
text-decoration: none;
margin-right: 4%;
}
.logo {
height: 100px;
margin-bottom: -45px;
}
.button {
width: calc(120px + 1.5vw);
margin-left: 25px;
margin-right: 25px;
padding: 10px;
cursor: pointer;
font-size: 24px;
background-color: transparent;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
}
.button:focus {
outline: none;
}
.button-active {
width: calc(120px + 1.5vw);
margin-left: 25px;
margin-right: 25px;
padding: 10px;
cursor: pointer;
font-size: 24px;
background-color: transparent;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: black;
}
.button-active:focus {
outline: none;
}
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
max-width: 50%;
}
.modal-content-small {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
max-width: 80%;
}
.modal-grid-container {
padding-left: 2%;
padding-right: 2%;
margin-bottom: 3%;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
display: grid;
text-align: center;
grid-template-columns: 50% 50%;
font-weight: 600;
font-size: calc(8px + 1vw);
}
.modal-grid-item-right {
min-height: 200px;
background-color: #ffffff;
float: right;
text-align: right;
}
.modal-grid-item-left {
background-color: #ffffff;
float: left;
text-align: left;
}
.modal-title {
font-size: calc(15px + 1vw);
font-weight: 700;
}
.modal-text {
font-size: calc(5px + 1vw);
font-weight: 400;
}
.modal-image {
max-width: 90%;
box-shadow: 4px 4px 10px #888888;
}
.modal-close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.modal-close:hover,
.modal-close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.title {
margin-top: 75px;
text-align: center;
font-size: calc(50px + 1vw);
}
.text {
padding-left: 4%;
padding-right: 4%;
margin: auto;
max-width: 800px;
margin-top: 60px;
margin-bottom: 100px;
text-align: center;
font-size: calc(20px + 0.5vw);
color: #00000090;
font-weight: 300;
}
.subtitle {
margin: auto;
max-width: 700px;
text-align: center;
font-size: calc(18px + 0.5vw);
font-weight: 300;
}
.home-main {
text-align: center;
}
.home-logo {
margin-top: 50px;
width: 300px;
}
.divider {
margin: 100px auto 75px auto;
height: 1px;
background-color: #88888890;
max-width: 700px;
}
.home-grid-container {
padding-left: 2%;
padding-right: 2%;
margin-bottom: 100px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
max-width: 700px;
display: grid;
text-align: center;
grid-template-columns: 33% 33% 33%;
font-weight: 600;
font-size: calc(8px + 1vw);
}
.grid-container-small {
padding-left: 2%;
padding-right: 2%;
margin-bottom: 100px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
max-width: 330px;
display: grid;
text-align: center;
grid-template-columns: 100%;
font-weight: 600;
font-size: calc(8px + 1vw);
}
.home-grid-item {
min-height: 200px;
margin: 4%;
background-color: #ffffff;
box-shadow: 4px 4px 10px #888888;
border-radius: 8px;
cursor: pointer;
}
.grid-item-small {
min-height: 280px;
max-width: 300px;
margin: 4%;
background-color: #ffffff;
box-shadow: 4px 4px 10px #888888;
border-radius: 8px;
cursor: pointer;
}
.work-grid-container {
padding-left: 2%;
padding-right: 2%;
margin-bottom: 100px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
display: grid;
text-align: center;
grid-template-columns: 50% 50%;
font-weight: 600;
font-size: calc(8px + 1vw);
}
.work-grid-item {
min-height: 275px;
max-width: 300px;
margin: 25px;
background-color: aquamarine;
box-shadow: 4px 4px 10px #888888;
border-radius: 8px;
cursor: pointer;
}
.team-grid-container {
padding-left: 2%;
padding-right: 2%;
margin: auto;
max-width: 600px;
display: grid;
grid-template-columns: 50% 50%;
}
.team-grid-item-left {
padding-top: 50px;
margin-top: 25px;
padding-bottom: 45px;
font-size: calc(4px + 1.25vw);
text-align: left;
line-height: 40px;
}
.team-grid-item-right {
padding-top: 50px;
margin-top: 25px;
padding-bottom: 45px;
font-size: calc(8px + 1vw);
text-align: right;
line-height: 40px;
}
.team-icon {
margin-top: -15px;
height: calc(130px + 3vw);
}
.info-icon {
margin-bottom: -5px;
margin-right: 10px;
}
.contact-grid-container {
margin: auto;
max-width: 1000px;
display: grid;
grid-template-columns: 33% 33% 33%;
}
.contact-grid-item {
margin-top: 25px;
margin-bottom: 0px;
font-size: calc(8px + 1vw);
text-align: center;
}
.contact-icon {
width: 90px;
}
|
src/components/subheader/subheader.css
|
* {
font-family: "Open Sans", sans-serif;
}
html,
body {
margin: 0;
padding: 0;
}
.header {
margin-top: 50px;
margin-bottom: 25px;
text-align: center;
}
.sidebar {
margin-bottom: -35px;
}
.sidebar-button-on {
background-color: transparent;
border-color: transparent;
margin-top: 5px;
margin-left: 20px;
}
.sidebar-button-on:focus {
outline: none;
}
.sidebar-button-off {
background-color: transparent;
border-color: transparent;
margin-top: 15px;
margin-left: 20px;
}
.sidebar-button-off:focus {
outline: none;
}
.sidebar-inner {
height: 100%;
min-width: 100%;
background-color: #ffffffd0;
position: fixed !important;
z-index: 1;
overflow: auto;
margin-top: -40px;
}
.sidebar-item {
margin-top: 25px;
margin-left: 15px;
float: left;
width: auto;
border: none;
display: block;
outline: 0;
color: #000;
font-size: 30px;
background-color: transparent;
}
.sidebar-link {
text-decoration: none;
}
.sidebar-item {
width: 100%;
display: block;
padding: 8px 16px;
text-align: left;
border: none;
white-space: normal;
float: none;
outline: 0;
}
.footer {
display: flexbox;
width: 100%;
margin-top: 280px;
padding-top: 25px;
padding-bottom: 25px;
background-color: #000000;
color: white;
text-align: right;
}
.footer-text {
font-weight: 700;
color: #ffffff;
text-decoration: none;
margin-right: 4%;
}
.logo {
height: 100px;
margin-bottom: -45px;
}
.button {
width: calc(120px + 1.5vw);
margin-left: 25px;
margin-right: 25px;
padding: 10px;
cursor: pointer;
font-size: 24px;
background-color: transparent;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
}
.button:focus {
outline: none;
}
.button-active {
width: calc(120px + 1.5vw);
margin-left: 25px;
margin-right: 25px;
padding: 10px;
cursor: pointer;
font-size: 24px;
background-color: transparent;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: black;
}
.button-active:focus {
outline: none;
}
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
max-width: 50%;
}
.modal-content-small {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
max-width: 80%;
}
.modal-grid-container {
padding-left: 2%;
padding-right: 2%;
margin-bottom: 3%;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
display: grid;
text-align: center;
grid-template-columns: 50% 50%;
font-weight: 600;
font-size: calc(8px + 1vw);
}
.modal-grid-item-right {
min-height: 200px;
background-color: #ffffff;
float: right;
text-align: right;
}
.modal-grid-item-left {
background-color: #ffffff;
float: left;
text-align: left;
}
.modal-title {
font-size: calc(15px + 1vw);
font-weight: 700;
}
.modal-text {
font-size: calc(5px + 1vw);
font-weight: 400;
}
.modal-image {
max-width: 90%;
box-shadow: 4px 4px 10px #888888;
}
.modal-close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.modal-close:hover,
.modal-close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.title {
margin-top: 75px;
text-align: center;
font-size: calc(50px + 1vw);
}
.text {
padding-left: 4%;
padding-right: 4%;
margin: auto;
max-width: 800px;
margin-top: 60px;
margin-bottom: 100px;
text-align: center;
font-size: calc(20px + 0.5vw);
color: #00000090;
font-weight: 300;
}
.subtitle {
margin: auto;
max-width: 700px;
text-align: center;
font-size: calc(18px + 0.5vw);
font-weight: 300;
}
.home-main {
text-align: center;
}
.home-logo {
margin-top: 50px;
width: 300px;
}
.divider {
margin: 100px auto 75px auto;
height: 1px;
background-color: #88888890;
max-width: 700px;
}
.home-grid-container {
padding-left: 2%;
padding-right: 2%;
margin-bottom: 100px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
max-width: 700px;
display: grid;
text-align: center;
grid-template-columns: 33% 33% 33%;
font-weight: 600;
font-size: calc(8px + 1vw);
}
.grid-container-small {
padding-left: 2%;
padding-right: 2%;
margin-bottom: 100px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
max-width: 330px;
display: grid;
text-align: center;
grid-template-columns: 100%;
font-weight: 600;
font-size: calc(8px + 1vw);
}
.home-grid-item {
min-height: 200px;
margin: 4%;
background-color: #ffffff;
box-shadow: 4px 4px 10px #888888;
border-radius: 8px;
cursor: pointer;
}
.grid-item-small {
min-height: 280px;
max-width: 300px;
margin: 4%;
background-color: #ffffff;
box-shadow: 4px 4px 10px #888888;
border-radius: 8px;
cursor: pointer;
}
.work-grid-container {
padding-left: 2%;
padding-right: 2%;
margin-bottom: 100px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
display: grid;
text-align: center;
grid-template-columns: 50% 50%;
font-weight: 600;
font-size: calc(8px + 1vw);
}
.work-grid-item {
min-height: 275px;
max-width: 300px;
margin: 25px;
background-color: aquamarine;
box-shadow: 4px 4px 10px #888888;
border-radius: 8px;
cursor: pointer;
}
.team-grid-container {
padding-left: 2%;
padding-right: 2%;
margin: auto;
max-width: 600px;
display: grid;
grid-template-columns: 50% 50%;
}
.team-grid-item-left {
padding-top: 50px;
margin-top: 25px;
padding-bottom: 45px;
font-size: calc(4px + 1.25vw);
text-align: left;
line-height: 40px;
}
.team-grid-item-right {
padding-top: 50px;
margin-top: 25px;
padding-bottom: 45px;
font-size: calc(8px + 1vw);
text-align: right;
line-height: 40px;
}
.team-icon {
margin-top: -15px;
height: calc(130px + 3vw);
}
.info-icon {
margin-bottom: -5px;
margin-right: 10px;
}
.contact-grid-container {
margin: auto;
max-width: 1000px;
display: grid;
grid-template-columns: 33% 33% 33%;
}
.contact-grid-item {
margin-top: 25px;
margin-bottom: 0px;
font-size: calc(8px + 1vw);
text-align: center;
}
.contact-icon {
width: 90px;
}
| 0.54819 | 0.095476 |
margin:10px;
border-top:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
}
.treeview, .treeview ul {
padding:0;
margin:0;
list-style:none;
}
.treeview ul {
margin-top:4px;
}
.treeview .hitarea {
background:url(../images/js-tree/treeview-default.gif) -64px -25px no-repeat;
height:16px;
width:16px;
margin-left:-16px;
float:left;
cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
display:inline;
float:none;
}
.treeview li {
margin:0;
padding:3px 0pt 3px 16px;
}
.treeheader {
border-bottom:#ccc 1px solid;
height:38px;
line-height:38px;
display:block;
font-weight:bold;
color:#444;
padding:0 10px;
text-shadow:0px 1px #e9f3fb;
}
#treecontrol {
margin:1em 0;
display:none;
}
#sidetreecontrol {
padding:8px 10px;
border-bottom:#ccc 1px solid;
}
.treeview {
padding:0 10px 10px 10px;
background:#FFF;
border-bottom:#ccc 1px solid;
}
.treeview .hover {
color:red;
cursor:pointer;
}
.treeview li {
background:url(../images/js-tree/treeview-default-line.gif) 0 0 no-repeat;
}
.treeview li.collapsable, .treeview li.expandable {
background-position:0 -176px;
}
.treeview .expandable-hitarea {
background-position:-80px -3px;
}
.treeview li.last {
background-position:0 -1766px
}
.treeview li.lastCollapsable, .treeview li.lastExpandable {
background-image:url(../images/js-tree/treeview-default.gif);
}
.treeview li.lastCollapsable {
background-position:0 -111px
}
.treeview li.lastExpandable {
background-position:-32px -67px
}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
background-position:0;
}
.treeview-red li {
background-image:url(../images/js-tree/treeview-red-line.gif);
}
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {
background-image:url(../images/js-tree/treeview-red.gif);
}
.treeview-black li {
background-image:url(../images/js-tree/treeview-black-line.gif);
}
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {
background-image:url(../images/js-tree/treeview-black.gif);
}
.treeview-gray li {
background-image:url(../images/js-tree/treeview-gray-line.gif);
}
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {
background-image:url(../images/js-tree/treeview-gray.gif);
}
.treeview-famfamfam li {
background-image:url(../images/js-tree/treeview-famfamfam-line.gif);
}
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
background-image:url(../images/js-tree/treeview-famfamfam.gif);
}
.treeview .placeholder {
background:url(../images/js-tree/ajax-loader.gif) 0 0 no-repeat;
height:16px;
width:16px;
display:block;
}
.filetree li {
padding:3px 0 2px 16px;
}
.filetree span.folder, .filetree span.file {
padding:1px 0 1px 16px;
display:block;
}
.filetree span.folder {
background:url(../images/js-tree/folder.gif) 0 0 no-repeat;
}
.filetree li.expandable span.folder {
background:url(../images/js-tree/folder-closed.gif) 0 0 no-repeat;
}
.filetree span.file {
background: url(../images/js-tree/file.gif) 0 0 no-repeat;
}
/*===Accordion===*/
.accordion-basic div p {
padding:10px;
margin:0px;
}
.accordion-basic .title {
cursor:pointer;
display:block;
height:38px;
background: #fbfbfb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UyZTJlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(50%, #e7e7e7), color-stop(51%, #e2e2e3), color-stop(100%, #cfcfd0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* IE10+ */
background: linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#cfcfd0', GradientType=0 ); /* IE6-8 */
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
text-decoration:none;
line-height:38px;
padding:0 15px;
font-weight:bold;
color:#1F1F1F;
}
.accordion-basic a.last {
-moz-border-radius:0px 0px 3px 3px;
}
.accordion-basic a.selected {
-moz-border-radius:0px 0px 0px 0px !important;
}
.accordion-basic a:hover {
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
}
.accordion-basic a.selected {
color:black;
background: #fbfbfb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UyZTJlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(50%, #e7e7e7), color-stop(51%, #e2e2e3), color-stop(100%, #cfcfd0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* IE10+ */
background: linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#cfcfd0', GradientType=0 ); /* IE6-8 */
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
}
/*=== IPHONE STYLE BUTTON ===*/
.iPhoneCheckContainer {
position:relative;
height:27px;
cursor:pointer;
overflow:hidden;
}
.iPhoneCheckContainer input {
position:absolute;
top:5px;
left:30px;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity:0;
}
.iPhoneCheckContainer label {
white-space:nowrap;
font-size:17px;
line-height:17px;
font-weight:bold;
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
cursor:pointer;
display:block;
height:27px;
position:absolute;
width:auto;
top:0;
padding-top:5px;
overflow:hidden;
}
.iPhoneCheckContainer, .iPhoneCheckContainer label {
user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
}
.iPhoneCheckDisabled {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity:0.5;
}
label.iPhoneCheckLabelOn {
color:white;
background:url('../images/on.png') no-repeat;
text-shadow:0px 0px 2px rgba(0, 0, 0, 0.6);
left:0;
padding-top:5px;
}
label.iPhoneCheckLabelOn span {
padding-left:8px;
}
label.iPhoneCheckLabelOff {
color:#8b8b8b;
background:url('../images/off.png') no-repeat right 0;
text-shadow:0px 0px 2px rgba(255, 255, 255, 0.6);
text-align:right;
right:0;
}
label.iPhoneCheckLabelOff span {
padding-right:8px;
}
.iPhoneCheckHandle {
display:block;
height:27px;
cursor:pointer;
position:absolute;
top:0;
left:0;
width:0;
background:url('../images/slider_left.png') no-repeat;
padding-left:3px;
}
.iPhoneCheckHandleRight {
height:100%;
width:100%;
padding-right:3px;
background:url('../images/slider_right.png') no-repeat right 0;
}
.iPhoneCheckHandleCenter {
height:100%;
width:100%;
background:url('../images/slider_center.png');
}
.iOSCheckContainer {
position:relative;
height:27px;
cursor:pointer;
overflow:hidden;
}
.iOSCheckContainer input {
position:absolute;
top:5px;
left:30px;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity:0;
}
.iOSCheckContainer label {
white-space:nowrap;
font-size:17px;
line-height:17px;
font-weight:bold;
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
cursor:pointer;
display:block;
height:27px;
position:absolute;
width:auto;
top:0;
padding-top:5px;
overflow:hidden;
}
.iOSCheckContainer, .iOSCheckContainer label {
user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
}
.iOSCheckDisabled {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity:0.5;
}
label.iOSCheckLabelOn {
color:white;
background:url('../images/on.png') no-repeat;
text-shadow:0px 0px 2px rgba(0, 0, 0, 0.6);
left:0;
padding-top:5px;
}
label.iOSCheckLabelOn span {
padding-left:8px;
}
label.iOSCheckLabelOff {
color:#8b8b8b;
background:url('../images/off.png') no-repeat right 0;
text-shadow:0px 0px 2px rgba(255, 255, 255, 0.6);
text-align:right;
right:0;
}
label.iOSCheckLabelOff span {
padding-right:8px;
}
.iOSCheckHandle {
display:block;
height:27px;
cursor:pointer;
position:absolute;
top:0;
left:0;
width:0;
background:url('../images/slider_left.png') no-repeat;
padding-left:3px;
}
.iOSCheckHandleRight {
height:100%;
width:100%;
padding-right:3px;
background:url('../images/slider_right.png') no-repeat right 0;
}
.iOSCheckHandleCenter {
height:100%;
width:100%;
background:url('../images/slider_center.png');
}
/* I Button*/
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span {
background:url( ../images/switch.gif) repeat-x;
display:block;
float:left;
}
.cb-enable span, .cb-disable span {
line-height:30px;
display:block;
background-repeat:no-repeat;
font-weight:bold;
}
.cb-enable span {
background-position:left -90px;
padding:0 10px;
}
.cb-disable span {
background-position:right -180px;
padding:0 10px;
}
.cb-disable.selected {
background-position:0 -30px;
}
.cb-disable.selected span {
background-position:right -210px;
color:#fff;
}
.cb-enable.selected {
background-position:0 -60px;
}
.cb-enable.selected span {
background-position:left -150px;
color:#fff;
}
.switch label {
cursor:pointer;
}
/*
Sticky
*/
div.sticky-queue {
position:fixed;
background:#000;
border:1px solid #000;
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .1);
-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .1);
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .1);
width:200px;
z-index:9000;
background: rgb(79,79,79); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, rgba(79, 79, 79, 1) 0%, rgba(32, 32, 32, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(79, 79, 79, 1)), color-stop(100%, rgba(32, 32, 32, 1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(79, 79, 79, 1) 0%, rgba(32, 32, 32, 1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(79, 79, 79, 1) 0%, rgba(32, 32, 32, 1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(79, 79, 79, 1) 0%, rgba(32, 32, 32, 1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(79, 79, 79, 1) 0%, rgba(32, 32, 32, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#202020', GradientType=0 ); /* IE6-8 */
}
div.sticky-note {
padding-right:20px;
}
div.sticky {
font-size:12px;
color:#fff;
display:none;
padding:10px;
position:relative;
}
img.sticky-close {
position:absolute;
top:10px;
right:10px;
height:14px;
width:14px;
cursor:pointer;
}
.top-right {
right:20px;
}
.top-left {
left:20px;
}
.top-right, .top-left {
top:-2px;
border-bottom-right-radius:6px;
border-bottom-left-radius:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-bottomleft:6px;
-webkit-border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
}
.bottom-right {
right:20px;
}
.bottom-left {
left:20px;
}
.bottom-right, .bottom-left {
bottom:-2px;
border-top-right-radius:6px;
border-top-left-radius:6px;
-moz-border-radius-topright:6px;
-moz-border-radius-topleft:6px;
-webkit-border-top-right-radius:6px;
-webkit-border-top-left-radius:6px;
}
.border-top-right, .border-top-left {
border-top:1px solid #999;
}
.border-bottom-right, .border-bottom-left {
border-bottom:1px solid #999;
}
/* CORE STYLES */
/* noty bar */
.noty_bar {
position: fixed;
display: none;
z-index: 9999999;
}
/* noty_message */
.noty_bar .noty_message {
text-align: center;
}
/* noty close button */
.noty_bar .noty_close {
cursor: pointer;
}
/* noty modal */
.noty_modal {
position: fixed;
width: 100%;
height: 100%;
background-color: #000;
z-index: 10000;
opacity: 0.6;
display: none;
left: 0;
top: 0;
}
/* noty container for noty_layout_topLeft & noty_layout_topRight */
ul.noty_cont {
position: fixed;
z-index: 10000000;
margin: 0px;
padding: 0px;
list-style: none;
width: 300px;
}
ul.noty_cont li {
position: relative;
float: left;
clear: both;
list-style: none;
padding: 0px;
margin: 10px 0 0 0;
width: 300px; /* Fix for: http://bugs.jquery.com/ticket/2278 */
}
ul.noty_cont.noty_layout_topLeft {
left:20px;
top:20px;
}
ul.noty_cont.noty_layout_topRight {
right:40px;
top:20px;
}
ul.noty_cont.noty_layout_bottomLeft {
left:20px;
bottom:20px
}
ul.noty_cont.noty_layout_bottomRight {
right:40px;
bottom:20px
}
ul.noty_cont.noty_layout_topRight li {
float:right
}
/* LAYOUTS */
/* noty_layout_top */
.noty_bar.noty_layout_top {
top: 0;
left: 0;
width: 100%;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
/* noty_layout_bottom */
.noty_bar.noty_layout_bottom {
bottom: 0;
left: 0;
width: 100%;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
/* noty_layout_center */
.noty_bar.noty_layout_center {
top: 40%;
}
/* noty_layout_topLeft & noty_layout_topRight */
.noty_bar.noty_layout_topLeft, .noty_bar.noty_layout_topRight, .noty_bar.noty_layout_bottomLeft, .noty_bar.noty_layout_bottomRight {
width: 100%;
clear: both;
position: relative;
}
.noty_bar.noty_layout_topLeft .noty_message, .noty_bar.noty_layout_topRight .noty_message, .noty_bar.noty_layout_bottomLeft .noty_message, .noty_bar.noty_layout_bottomRight .noty_message {
text-align: left;
}
/* noty_layout_topCenter */
.noty_bar.noty_layout_topCenter {
top: 20px;
}
/* CORE STYLES*/
/* noty bar */
.noty_bar.noty_theme_default {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT<KEY>') repeat-x scroll left top #fff;
}
/* if you use noty with customContainer you can access noty with this way
* .noty_custom_container noty will add automaticly this class to your customContainer
* .noty_theme_default your theme
* .noty_layout_inline your layout
*/
/* custom container */
.noty_custom_container.noty_theme_default.noty_layout_inline {
position: relative;
}
/* custom growl container */
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_cont.noty_layout_inline {
position: static;
}
/* custom noty bar */
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar {
border-width: 1px;
border-style: solid;
position: static;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message {
font-size: 13px;
padding: 4px;
}
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message .noty_buttons {
margin-top: -1px;
}
/* noty_message */
.noty_bar.noty_theme_default .noty_message {
padding: 8px 8px;
font-size: 16px;
font-weight: bold;
width: auto;
overflow:hidden;
}
.noty_bar.noty_theme_default.noty_closable .noty_message {
padding: 8px 34px 8px 14px;
}
/* noty_buttons */
.noty_bar.noty_theme_default .noty_message .noty_buttons {
float: right;
font-size: 13px;
margin-left: 4px;
}
/* noty_button */
.noty_bar.noty_theme_default .noty_message .noty_buttons button {
margin-left: 5px;
}
.noty_buttons button {
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
text-shadow:
0px -1px 0px rgba(000, 000, 000, .5), 0px 1px 0px rgba(255, 255, 255, 0.2);
line-height:22px;
text-align:center;
color:#fff;
padding:0 6px;
cursor:pointer;
}
.noty_buttons .green {
border:#44680a 1px solid;
background: #bfd255; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd255), color-stop(50%, #8eb92a), color-stop(51%, #72aa00), color-stop(100%, #9ecb2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* IE10+ */
background: linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0 ); /* IE6-8 */
}
.noty_buttons .pink {
border:#8b220f 1px solid;
background: #f3c5bd; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3c5bd), color-stop(50%, #e86c57), color-stop(51%, #ea2803), color-stop(75%, #ff6600), color-stop(100%, #c72200)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* IE10+ */
background: linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200', GradientType=0 ); /* IE6-8 */
}
/* noty close button */
.noty_bar.noty_theme_default .noty_close {
position: absolute;
top: 10px;
right: 10px;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAORJREFUeNq0lU0OgjAQhRm5gUl3rLyBB3BDQjwI4TDcgmu4NqwNJGxdueqWA4zzCJoxtvxoeckLzbz2C5ShEDNHDiXis/gkPooPY/0uvomv4ov48bUSQGUSF+Ka51WPc0kzNGwvLnm9ynHtB5B+hGkoaWDB/6t4AZOFe7ZkTxMAc1dqreU0TbnrunetbVvOsmzIPMoBrFwJYGgCY8wAgjFGD<KEY>');
width: 20px;
height: 20px;
}
/* noty modal */
.noty_modal.noty_theme_default {
opacity: 0.7;
}
/* LAYOUTS */
/* noty_layout_top */
.noty_bar.noty_theme_default.noty_layout_top {
border-bottom: 3px solid #eee;
}
/* noty_layout_bottom */
.noty_bar.noty_theme_default.noty_layout_bottom {
border-top: 3px solid #eee;
}
.noty_bar.noty_theme_default.noty_layout_center .noty_close {
top: 8px;
}
.noty_bar.noty_theme_default.noty_layout_center .noty_message .noty_buttons {
}
.noty_text {
padding-top:0px;
display:inline-block;
line-height:20px;
}
/* noty_layout_topLeft & noty_layout_topRight */
.noty_bar.noty_theme_default.noty_layout_center, .noty_bar.noty_theme_default.noty_layout_topLeft, .noty_bar.noty_theme_default.noty_layout_topRight, .noty_bar.noty_theme_default.noty_layout_bottomLeft, .noty_bar.noty_theme_default.noty_layout_bottomRight {
border: 1px solid #eee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.noty_bar.noty_theme_default.noty_layout_center .noty_message, .noty_bar.noty_theme_default.noty_layout_topLeft .noty_message, .noty_bar.noty_theme_default.noty_layout_topRight .noty_message, .noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message, .noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message {
font-size: 13px;
font-weight: normal;
}
.noty_bar.noty_theme_default.noty_layout_topLeft .noty_message .noty_buttons, .noty_bar.noty_theme_default.noty_layout_topRight .noty_message .noty_buttons, .noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message .noty_buttons, .noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message .noty_buttons {
float: none;
border-top: 1px solid #000;
margin-left: 0;
margin-top: 10px;
padding-top: 10px;
text-align: right;
}
/* noty_layout_topCenter */
.noty_bar.noty_theme_default.noty_layout_topCenter {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.noty_bar.noty_theme_default.noty_layout_topCenter .noty_message {
font-weight: normal;
font-size: 13px;
}
.noty_bar.noty_theme_default.noty_layout_topCenter .noty_close {
top: 50%;
margin-top: -10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.noty_bar.noty_theme_default.noty_layout_topCenter.noty_success {
border: 1px solid #50C24E;
}
.noty_bar.noty_theme_default.noty_layout_topCenter .noty_message .noty_buttons {
margin-left: 15px;
margin-top: 0px
}
/* NOTIFICATION TYPES */
/* noty_alert */
.noty_bar.noty_theme_default.noty_alert {
background-color: #fff;
border-color: #ccc;
}
/* noty_error */
.noty_bar.noty_theme_default.noty_error {
background-color: red;
color: #fff;
border-color: darkred;
}
.noty_bar.noty_theme_default.noty_error .noty_message {
font-weight: bold;
}
/* noty_success */
.noty_bar.noty_theme_default.noty_success {
background-color: lightgreen;
color: darkgreen;
border-color: #50C24E;
}
/* noty_alert */
.noty_bar.noty_theme_default.noty_information {
background-color: #57B7E2;
border-color: #0B90C4;
color: #fff;
}
.sticky-note h5 {
margin:0px 0px 5px 0px;
padding-left:5px;
}
.sticky-note p {
margin:0px;
padding-left:5px;
}
.sticky_html {
display:none;
}
.sticky_custom {
width:auto;
overflow: hidden;
display:none;
}
/*
ColorBox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
position:absolute;
top:0;
left:0;
z-index:9999;
overflow:hidden;
}
#cboxOverlay {
position:fixed;
width:100%;
height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
clear:left;
}
#cboxContent {
position:relative;
}
#cboxLoadedContent {
overflow:auto;
}
#cboxTitle {
margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
cursor:pointer;
}
.cboxPhoto {
float:left;
margin:auto;
border:0;
display:block;
}
.cboxIframe {
width:100%;
height:100%;
display:block;
border:0;
}
/*
User Style:
Change the following styles to modify the appearance of ColorBox. They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
background:url(../images/colorbox-img/overlay.png) repeat 0 0;
}
#colorbox {
}
#cboxTopLeft {
width:21px;
height:21px;
background:url(../images/colorbox-img/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
width:21px;
height:21px;
background:url(../images/colorbox-img/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
width:21px;
height:21px;
background:url(../images/colorbox-img/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
width:21px;
height:21px;
background:url(../images/colorbox-img/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
width:21px;
background:url(../images/colorbox-img/controls.png) left top repeat-y;
}
#cboxMiddleRight {
width:21px;
background:url(../images/colorbox-img/controls.png) right top repeat-y;
}
#cboxTopCenter {
height:21px;
background:url(../images/colorbox-img/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
height:21px;
background:url(../images/colorbox-img/border.png) 0 -29px repeat-x;
}
#cboxContent {
background:#fff;
overflow:hidden;
}
.cboxIframe {
background:#fff;
}
#cboxError {
padding:50px;
border:1px solid #ccc;
}
#cboxLoadedContent {
margin-bottom:28px;
}
#cboxTitle {
position:absolute;
bottom:4px;
left:0;
text-align:center;
width:100%;
color:#949494;
}
#cboxCurrent {
position:absolute;
bottom:4px;
left:58px;
color:#949494;
}
#cboxSlideshow {
position:absolute;
bottom:4px;
right:30px;
color:#0092ef;
}
#cboxPrevious {
position:absolute;
bottom:0;
left:0;
background:url(../images/colorbox-img/controls.png) no-repeat -75px 0;
width:25px;
height:25px;
text-indent:-9999px;
}
#cboxPrevious:hover {
background-position:-75px -25px;
}
#cboxNext {
position:absolute;
bottom:0;
left:27px;
background:url(../images/colorbox-img/controls.png) no-repeat -50px 0;
width:25px;
height:25px;
text-indent:-9999px;
}
#cboxNext:hover {
background-position:-50px -25px;
}
#cboxLoadingOverlay {
background:url(../images/colorbox-img/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
background:url(../images/colorbox-img/loading.gif) no-repeat center center;
}
#cboxClose {
position:absolute;
bottom:0;
right:0;
background:url(../images/colorbox-img/controls.png) no-repeat -25px 0;
width:25px;
height:25px;
text-indent:-9999px;
}
#cboxClose:hover {
background-position:-25px -25px;
}
/*
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9.
See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
/*
The following provides PNG transparency support for IE6
Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft {
background:url(../images/colorbox-img/ie6/borderTopLeft.png);
}
.cboxIE6 #cboxTopCenter {
background:url(../images/colorbox-img/ie6/borderTopCenter.png);
}
.cboxIE6 #cboxTopRight {
background:url(../images/colorbox-img/ie6/borderTopRight.png);
}
.cboxIE6 #cboxBottomLeft {
background:url(../images/colorbox-img/ie6/borderBottomLeft.png);
}
.cboxIE6 #cboxBottomCenter {
background:url(../images/colorbox-img/ie6/borderBottomCenter.png);
}
.cboxIE6 #cboxBottomRight {
background:url(../images/colorbox-img/ie6/borderBottomRight.png);
}
.cboxIE6 #cboxMiddleLeft {
background:url(../images/colorbox-img/ie6/borderMiddleLeft.png);
}
.cboxIE6 #cboxMiddleRight {
background:url(../images/colorbox-img/ie6/borderMiddleRight.png);
}
.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {
_behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
/*
* SimpleModal Confirm Modal Dialog
* http://www.ericmmartin.com/projects/simplemodal/
* http://code.google.com/p/simplemodal/
*
* Copyright (c) 2010 <NAME> - http://ericmmartin.com
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
* Revision: $Id: confirm.css 254 2010-07-23 05:14:44Z emartin24 $
*/
#confirm {
display:none;
}
/* Overlay */
#confirm-overlay {
background-color:#333;
cursor:wait;
}
/* Container */
#confirm-container {
height:140px;
width:420px;
font-size:16px;
line-height:22px;
text-align:center;
background:#fff;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
background: #e0dede; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTBkZWRlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e0dede), color-stop(60%, #dddddd), color-stop(51%, #e5e5e5), color-stop(100%, #e5e0e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* IE10+ */
background: linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#e5e0e0', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
-webkit-box-shadow: 0px 1px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#confirm-container .header {
height:40px;
line-height:40px;
width:100%;
font-size:14px;
color:#fff;
font-weight:bold;
text-align:left;
box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-box-shadow:
0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-webkit-box-shadow:
0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
color:#fff;
text-shadow:
0px -1px 0px rgba(000, 000, 000, 1), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
#confirm-container .header span {
padding-left:15px;
}
#confirm-container .message {
color:#333;
font-size:14px;
padding:13px;
}
#confirm-container .buttons {
display: block;
}
#confirm-container .buttons div {
display:inline-block;
margin-left:6px;
cursor:pointer;
font-size:14px;
font-weight:bold;
}
#confirm-container a.modal-close {
text-decoration:none;
font-weight:bold;
position:absolute;
right:8px;
top:8px;
height:20px;
width:20px;
display:block;
border:#033466 1px solid;
background:#fff url(../images/sprite-icons/icons-a.png) no-repeat 0 -1260px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:5px;
text-indent:-999999px;
-webkit-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), inset 0px 0px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), inset 0px 0px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), inset 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#confirm-container a.modal-close:hover {
color:#ccc;
}
/*
* SimpleModal OSX Style Modal Dialog
* http://www.ericmmartin.com/projects/simplemodal/
* http://code.google.com/p/simplemodal/
*
* Copyright (c) 2010 <NAME> - http://ericmmartin.com
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
* Revision: $Id: osx.css 254 2010-07-23 05:14:44Z emartin24 $
*/
#osx-modal-content, #osx-modal-data {
display:none;
}
/* Overlay */
#osx-overlay {
background-color:#000;
cursor:wait;
}
/* Container */
#osx-container {
color:#000;
font: 16px/24px "Lucida Grande", Arial, sans-serif;
padding-bottom:4px;
width:600px;
-moz-border-radius-bottomleft:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomright:6px;
-webkit-border-bottom-right-radius:6px;
border-radius:0 0 6px 6px;
background: #e0dede; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTBkZWRlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG<KEY>);
background: -moz-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e0dede), color-stop(60%, #dddddd), color-stop(51%, #e5e5e5), color-stop(100%, #e5e0e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* IE10+ */
background: linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#e5e0e0', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
-webkit-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#osx-container a {
color:#ddd;
}
#osx-container #osx-modal-title {
color:#000;
background-color:#ddd;
border-bottom:1px solid #ccc;
font-weight:bold;
padding:8px;
font-size:16px;
box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-box-shadow:
0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-webkit-box-shadow:
0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
color:#fff;
text-shadow:
0px -1px 0px rgba(000, 000, 000, 1), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
#osx-container .close {
display:none;
position:absolute;
right:8px;
top:8px;
height:20px;
width:20px;
display:block;
border:#033466 1px solid;
background:#fff url(../images/sprite-icons/icons-a.png) no-repeat 0 -1260px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:5px;
text-indent:-999999px;
-webkit-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), inset 0px 0px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), inset 0px 0px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), inset 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#osx-container .close a {
display:block;
color:#777;
font-weight:bold;
padding:6px 12px 0;
text-decoration:none;
text-shadow:0 1px 0 #f4f4f4;
}
#osx-container .close a:hover {
color:#000;
}
#osx-container #osx-modal-data {
font-size:12px;
padding:6px 12px;
}
#osx-container h2 {
margin:10px 0 6px;
}
#osx-container p {
margin-bottom:10px;
}
/*
* SimpleModal Basic Modal Dialog
* http://www.ericmmartin.com/projects/simplemodal/
* http://code.google.com/p/simplemodal/
*
* Copyright (c) 2010 <NAME> - http://ericmmartin.com
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
* Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
*/
#basic-modal-content {
display:none;
}
/* Overlay */
#simplemodal-overlay {
background-color:#000;
cursor:wait;
}
/* Container */
#simplemodal-container {
height:360px;
width:600px;
color:#333;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
border:4px solid #165a91;
padding:12px;
}
#simplemodal-container .simplemodal-data {
padding:8px;
}
#simplemodal-container code {
background:#555;
border-left:3px solid #65B43D;
color:#fff;
display:block;
font-size:12px;
margin-bottom:12px;
padding:4px 6px 6px;
}
#simplemodal-container a {
color:#ddd;
}
#simplemodal-container a.modalCloseImg {
background:url(../images/x.png) no-repeat;
width:25px;
height:29px;
display:inline;
z-index:3200;
position:absolute;
top:-15px;
right:-16px;
cursor:pointer;
}
#simplemodal-container h3 {
color: #06C;
margin:0px;
}
/*========================
ANIMATED PROGRESS BAR
===========================*/
.elem_grid {
padding:10px 0;
}
#progress1, #progress2, #progress3 {
margin:10px 20px;
position:relative;
}
.pbar .ui-progressbar-value {
display:block !important
}
.pbar {
overflow: hidden !important;
border:#000 1px solid !important;
border-radius:5px !important;
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
border-radius:5px;
text-shadow:
0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.percent {
position: absolute;
display:block;
width:100%;
text-align:center;
top:6px;
color:#fff;
font-size:13px;
text-shadow:
0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.elapsed {
position:relative;
text-align: right;
}
.pbar .ui-widget-header {
border:#011b3b 1px solid !important;
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
border-radius:5px 0 0 5px;
text-shadow:
0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);
background: #19a6d3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(top, #19a6d3 0%, #0853a1 50%, #064492 51%, #02286e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #19a6d3), color-stop(50%, #0853a1), color-stop(51%, #064492), color-stop(100%, #02286e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #19a6d3 0%, #0853a1 50%, #064492 51%, #02286e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #19a6d3 0%, #0853a1 50%, #064492 51%, #02286e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #19a6d3 0%, #0853a1 50%, #064492 51%, #02286e 100%); /* IE10+ */
background: linear-gradient(top, #19a6d3 0%, #0853a1 50%, #064492 51%, #02286e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a6d3', endColorstr='#02286e', GradientType=0 ); /* IE6-8 */
}
#progress_s, #progress_p, #progress_n {
background:#fff;
margin:10px 20px 20px 20px;
padding:20px;
position:relative;
clear:both;
border:#ddd 1px solid;
-moz-border-radius:3px !important;
-webkit-border-radius:3px !important;
border-radius:3px !important;
}
#progress_s .pro_meta, #progress_p .pro_meta, #progress_n .pro_meta {
display:inline-block;
float:left;
margin-bottom:10px;
font-weight:bold;
}
#progress_s .percent, #progress_p .percent, #progress_n .percent {
display:inline-block !important;
float: right;
position:relative;
width:50px;
text-align:right;
top:0px;
margin-bottom:10px;
text-shadow:none;
color:#039;
}
#progress_s .pbar, #progress_p .pbar, #progress_n .pbar {
clear:both;
height:10px;
background: #000;
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: -ms-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;
-moz-border-radius:3px !important;
-webkit-border-radius:3px !important;
border-radius:3px !important;
}
#progress_s .pbar .ui-widget-header, #progress_p .pbar .ui-widget-header, #progress_n .pbar .ui-widget-header {
background: #0066ff;
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: -ms-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;
-moz-border-radius:3px 0 0 3px !important;
-webkit-border-radius:3px 0 0 3px !important;
border-radius:3px 0 0 3px !important;
}
#probar_blue, #probar_black, #probar_orange, #probar_green {
height:16px !important;
margin:10px 20px 17px 20px;
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
border:#333 1px solid;
}
#probar_blue .ui-widget-header {
border:#333 1px solid;
background: #12c0f4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, #12c0f4 0%, #04b4e9 30%, #04a9e6 70%, #04c0ed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #12c0f4), color-stop(30%, #04b4e9), color-stop(70%, #04a9e6), color-stop(100%, #04c0ed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #12c0f4 0%, #04b4e9 30%, #04a9e6 70%, #04c0ed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #12c0f4 0%, #04b4e9 30%, #04a9e6 70%, #04c0ed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #12c0f4 0%, #04b4e9 30%, #04a9e6 70%, #04c0ed 100%); /* IE10+ */
background: linear-gradient(top, #12c0f4 0%, #04b4e9 30%, #04a9e6 70%, #04c0ed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12c0f4', endColorstr='#04c0ed', GradientType=0 ); /* IE6-8 */
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
}
#probar_black .ui-widget-header {
border:#333 1px solid;
background: #494949; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE4MTgxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzE0MTQxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzA3MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #494949 0%, #181819 50%, #141414 51%, #070707 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494949), color-stop(50%, #181819), color-stop(51%, #141414), color-stop(100%, #070707)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #494949 0%, #181819 50%, #141414 51%, #070707 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #494949 0%, #181819 50%, #141414 51%, #070707 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #494949 0%, #181819 50%, #141414 51%, #070707 100%); /* IE10+ */
background: linear-gradient(top, #494949 0%, #181819 50%, #141414 51%, #070707 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#070707', GradientType=0 ); /* IE6-8 */
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
}
#probar_orange .ui-widget-header {
border:#333 1px solid;
background: rgb(254,204,177); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlY2NiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxNzQzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VhNTUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjk1NWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254, 204, 177, 1)), color-stop(50%, rgba(241, 116, 50, 1)), color-stop(51%, rgba(234, 85, 7, 1)), color-stop(100%, rgba(251, 149, 94, 1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e', GradientType=0 ); /* IE6-8 */
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
}
#probar_green .ui-widget-header {
border:#333 1px solid;
background: #93ce33; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, #93ce33 0%, #5d9407 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93ce33), color-stop(100%, #5d9407)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #93ce33 0%, #5d9407 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #93ce33 0%, #5d9407 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #93ce33 0%, #5d9407 100%); /* IE10+ */
background: linear-gradient(top, #93ce33 0%, #5d9407 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93ce33', endColorstr='#5d9407', GradientType=0 ); /* IE6-8 */
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
}
#probar_stripe {
background: #000;
border:#000 1px solid;
margin:10px 20px 20px 20px;
height:16px;
}
#probar_stripe_blue {
background: #000c21;
border:#000 1px solid;
margin:10px 20px 20px 20px;
height:16px;
}
#probar_stripe_green {
background: #001d03;
border:#000 1px solid;
margin:10px 20px 20px 20px;
height:16px;
}
#probar_stripe_orange {
background: #481100;
border:#000 1px solid;
margin:10px 20px 20px 20px;
height:16px;
}
#probar_stripe .ui-widget-header, #probar_stripe_blue .ui-widget-header, #probar_stripe_green .ui-widget-header, #probar_stripe_orange .ui-widget-header {
border:#333 1px solid;
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: -ms-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;
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
}
#simplemodal-container {max-width:600px; width:85% !important; height:400px !important; /*max-height:360px; top:20% !important; height:auto !important;*/ position:relative; margin:auto !important; top:22% !important;}
@media all and (max-width:640px){
#simplemodal-container { top:38% !important;}
}
@media all and (max-width:480px){
#simplemodal-container { top:40% !important;}
}
@media all and (max-width:360px){
#simplemodal-container { top:30% !important;}
}
@media all and (max-width:320px){
#simplemodal-container { top:38% !important;}
}
|
public/assets/css/ui-elements.css
|
margin:10px;
border-top:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
}
.treeview, .treeview ul {
padding:0;
margin:0;
list-style:none;
}
.treeview ul {
margin-top:4px;
}
.treeview .hitarea {
background:url(../images/js-tree/treeview-default.gif) -64px -25px no-repeat;
height:16px;
width:16px;
margin-left:-16px;
float:left;
cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
display:inline;
float:none;
}
.treeview li {
margin:0;
padding:3px 0pt 3px 16px;
}
.treeheader {
border-bottom:#ccc 1px solid;
height:38px;
line-height:38px;
display:block;
font-weight:bold;
color:#444;
padding:0 10px;
text-shadow:0px 1px #e9f3fb;
}
#treecontrol {
margin:1em 0;
display:none;
}
#sidetreecontrol {
padding:8px 10px;
border-bottom:#ccc 1px solid;
}
.treeview {
padding:0 10px 10px 10px;
background:#FFF;
border-bottom:#ccc 1px solid;
}
.treeview .hover {
color:red;
cursor:pointer;
}
.treeview li {
background:url(../images/js-tree/treeview-default-line.gif) 0 0 no-repeat;
}
.treeview li.collapsable, .treeview li.expandable {
background-position:0 -176px;
}
.treeview .expandable-hitarea {
background-position:-80px -3px;
}
.treeview li.last {
background-position:0 -1766px
}
.treeview li.lastCollapsable, .treeview li.lastExpandable {
background-image:url(../images/js-tree/treeview-default.gif);
}
.treeview li.lastCollapsable {
background-position:0 -111px
}
.treeview li.lastExpandable {
background-position:-32px -67px
}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
background-position:0;
}
.treeview-red li {
background-image:url(../images/js-tree/treeview-red-line.gif);
}
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {
background-image:url(../images/js-tree/treeview-red.gif);
}
.treeview-black li {
background-image:url(../images/js-tree/treeview-black-line.gif);
}
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {
background-image:url(../images/js-tree/treeview-black.gif);
}
.treeview-gray li {
background-image:url(../images/js-tree/treeview-gray-line.gif);
}
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {
background-image:url(../images/js-tree/treeview-gray.gif);
}
.treeview-famfamfam li {
background-image:url(../images/js-tree/treeview-famfamfam-line.gif);
}
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
background-image:url(../images/js-tree/treeview-famfamfam.gif);
}
.treeview .placeholder {
background:url(../images/js-tree/ajax-loader.gif) 0 0 no-repeat;
height:16px;
width:16px;
display:block;
}
.filetree li {
padding:3px 0 2px 16px;
}
.filetree span.folder, .filetree span.file {
padding:1px 0 1px 16px;
display:block;
}
.filetree span.folder {
background:url(../images/js-tree/folder.gif) 0 0 no-repeat;
}
.filetree li.expandable span.folder {
background:url(../images/js-tree/folder-closed.gif) 0 0 no-repeat;
}
.filetree span.file {
background: url(../images/js-tree/file.gif) 0 0 no-repeat;
}
/*===Accordion===*/
.accordion-basic div p {
padding:10px;
margin:0px;
}
.accordion-basic .title {
cursor:pointer;
display:block;
height:38px;
background: #fbfbfb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UyZTJlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(50%, #e7e7e7), color-stop(51%, #e2e2e3), color-stop(100%, #cfcfd0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* IE10+ */
background: linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#cfcfd0', GradientType=0 ); /* IE6-8 */
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
text-decoration:none;
line-height:38px;
padding:0 15px;
font-weight:bold;
color:#1F1F1F;
}
.accordion-basic a.last {
-moz-border-radius:0px 0px 3px 3px;
}
.accordion-basic a.selected {
-moz-border-radius:0px 0px 0px 0px !important;
}
.accordion-basic a:hover {
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
}
.accordion-basic a.selected {
color:black;
background: #fbfbfb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UyZTJlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(50%, #e7e7e7), color-stop(51%, #e2e2e3), color-stop(100%, #cfcfd0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* IE10+ */
background: linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%, #e2e2e3 51%, #cfcfd0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#cfcfd0', GradientType=0 ); /* IE6-8 */
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
}
/*=== IPHONE STYLE BUTTON ===*/
.iPhoneCheckContainer {
position:relative;
height:27px;
cursor:pointer;
overflow:hidden;
}
.iPhoneCheckContainer input {
position:absolute;
top:5px;
left:30px;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity:0;
}
.iPhoneCheckContainer label {
white-space:nowrap;
font-size:17px;
line-height:17px;
font-weight:bold;
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
cursor:pointer;
display:block;
height:27px;
position:absolute;
width:auto;
top:0;
padding-top:5px;
overflow:hidden;
}
.iPhoneCheckContainer, .iPhoneCheckContainer label {
user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
}
.iPhoneCheckDisabled {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity:0.5;
}
label.iPhoneCheckLabelOn {
color:white;
background:url('../images/on.png') no-repeat;
text-shadow:0px 0px 2px rgba(0, 0, 0, 0.6);
left:0;
padding-top:5px;
}
label.iPhoneCheckLabelOn span {
padding-left:8px;
}
label.iPhoneCheckLabelOff {
color:#8b8b8b;
background:url('../images/off.png') no-repeat right 0;
text-shadow:0px 0px 2px rgba(255, 255, 255, 0.6);
text-align:right;
right:0;
}
label.iPhoneCheckLabelOff span {
padding-right:8px;
}
.iPhoneCheckHandle {
display:block;
height:27px;
cursor:pointer;
position:absolute;
top:0;
left:0;
width:0;
background:url('../images/slider_left.png') no-repeat;
padding-left:3px;
}
.iPhoneCheckHandleRight {
height:100%;
width:100%;
padding-right:3px;
background:url('../images/slider_right.png') no-repeat right 0;
}
.iPhoneCheckHandleCenter {
height:100%;
width:100%;
background:url('../images/slider_center.png');
}
.iOSCheckContainer {
position:relative;
height:27px;
cursor:pointer;
overflow:hidden;
}
.iOSCheckContainer input {
position:absolute;
top:5px;
left:30px;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity:0;
}
.iOSCheckContainer label {
white-space:nowrap;
font-size:17px;
line-height:17px;
font-weight:bold;
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
cursor:pointer;
display:block;
height:27px;
position:absolute;
width:auto;
top:0;
padding-top:5px;
overflow:hidden;
}
.iOSCheckContainer, .iOSCheckContainer label {
user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
}
.iOSCheckDisabled {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity:0.5;
}
label.iOSCheckLabelOn {
color:white;
background:url('../images/on.png') no-repeat;
text-shadow:0px 0px 2px rgba(0, 0, 0, 0.6);
left:0;
padding-top:5px;
}
label.iOSCheckLabelOn span {
padding-left:8px;
}
label.iOSCheckLabelOff {
color:#8b8b8b;
background:url('../images/off.png') no-repeat right 0;
text-shadow:0px 0px 2px rgba(255, 255, 255, 0.6);
text-align:right;
right:0;
}
label.iOSCheckLabelOff span {
padding-right:8px;
}
.iOSCheckHandle {
display:block;
height:27px;
cursor:pointer;
position:absolute;
top:0;
left:0;
width:0;
background:url('../images/slider_left.png') no-repeat;
padding-left:3px;
}
.iOSCheckHandleRight {
height:100%;
width:100%;
padding-right:3px;
background:url('../images/slider_right.png') no-repeat right 0;
}
.iOSCheckHandleCenter {
height:100%;
width:100%;
background:url('../images/slider_center.png');
}
/* I Button*/
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span {
background:url( ../images/switch.gif) repeat-x;
display:block;
float:left;
}
.cb-enable span, .cb-disable span {
line-height:30px;
display:block;
background-repeat:no-repeat;
font-weight:bold;
}
.cb-enable span {
background-position:left -90px;
padding:0 10px;
}
.cb-disable span {
background-position:right -180px;
padding:0 10px;
}
.cb-disable.selected {
background-position:0 -30px;
}
.cb-disable.selected span {
background-position:right -210px;
color:#fff;
}
.cb-enable.selected {
background-position:0 -60px;
}
.cb-enable.selected span {
background-position:left -150px;
color:#fff;
}
.switch label {
cursor:pointer;
}
/*
Sticky
*/
div.sticky-queue {
position:fixed;
background:#000;
border:1px solid #000;
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .1);
-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .1);
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .1);
width:200px;
z-index:9000;
background: rgb(79,79,79); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, rgba(79, 79, 79, 1) 0%, rgba(32, 32, 32, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(79, 79, 79, 1)), color-stop(100%, rgba(32, 32, 32, 1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(79, 79, 79, 1) 0%, rgba(32, 32, 32, 1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(79, 79, 79, 1) 0%, rgba(32, 32, 32, 1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(79, 79, 79, 1) 0%, rgba(32, 32, 32, 1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(79, 79, 79, 1) 0%, rgba(32, 32, 32, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#202020', GradientType=0 ); /* IE6-8 */
}
div.sticky-note {
padding-right:20px;
}
div.sticky {
font-size:12px;
color:#fff;
display:none;
padding:10px;
position:relative;
}
img.sticky-close {
position:absolute;
top:10px;
right:10px;
height:14px;
width:14px;
cursor:pointer;
}
.top-right {
right:20px;
}
.top-left {
left:20px;
}
.top-right, .top-left {
top:-2px;
border-bottom-right-radius:6px;
border-bottom-left-radius:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-bottomleft:6px;
-webkit-border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
}
.bottom-right {
right:20px;
}
.bottom-left {
left:20px;
}
.bottom-right, .bottom-left {
bottom:-2px;
border-top-right-radius:6px;
border-top-left-radius:6px;
-moz-border-radius-topright:6px;
-moz-border-radius-topleft:6px;
-webkit-border-top-right-radius:6px;
-webkit-border-top-left-radius:6px;
}
.border-top-right, .border-top-left {
border-top:1px solid #999;
}
.border-bottom-right, .border-bottom-left {
border-bottom:1px solid #999;
}
/* CORE STYLES */
/* noty bar */
.noty_bar {
position: fixed;
display: none;
z-index: 9999999;
}
/* noty_message */
.noty_bar .noty_message {
text-align: center;
}
/* noty close button */
.noty_bar .noty_close {
cursor: pointer;
}
/* noty modal */
.noty_modal {
position: fixed;
width: 100%;
height: 100%;
background-color: #000;
z-index: 10000;
opacity: 0.6;
display: none;
left: 0;
top: 0;
}
/* noty container for noty_layout_topLeft & noty_layout_topRight */
ul.noty_cont {
position: fixed;
z-index: 10000000;
margin: 0px;
padding: 0px;
list-style: none;
width: 300px;
}
ul.noty_cont li {
position: relative;
float: left;
clear: both;
list-style: none;
padding: 0px;
margin: 10px 0 0 0;
width: 300px; /* Fix for: http://bugs.jquery.com/ticket/2278 */
}
ul.noty_cont.noty_layout_topLeft {
left:20px;
top:20px;
}
ul.noty_cont.noty_layout_topRight {
right:40px;
top:20px;
}
ul.noty_cont.noty_layout_bottomLeft {
left:20px;
bottom:20px
}
ul.noty_cont.noty_layout_bottomRight {
right:40px;
bottom:20px
}
ul.noty_cont.noty_layout_topRight li {
float:right
}
/* LAYOUTS */
/* noty_layout_top */
.noty_bar.noty_layout_top {
top: 0;
left: 0;
width: 100%;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
/* noty_layout_bottom */
.noty_bar.noty_layout_bottom {
bottom: 0;
left: 0;
width: 100%;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
/* noty_layout_center */
.noty_bar.noty_layout_center {
top: 40%;
}
/* noty_layout_topLeft & noty_layout_topRight */
.noty_bar.noty_layout_topLeft, .noty_bar.noty_layout_topRight, .noty_bar.noty_layout_bottomLeft, .noty_bar.noty_layout_bottomRight {
width: 100%;
clear: both;
position: relative;
}
.noty_bar.noty_layout_topLeft .noty_message, .noty_bar.noty_layout_topRight .noty_message, .noty_bar.noty_layout_bottomLeft .noty_message, .noty_bar.noty_layout_bottomRight .noty_message {
text-align: left;
}
/* noty_layout_topCenter */
.noty_bar.noty_layout_topCenter {
top: 20px;
}
/* CORE STYLES*/
/* noty bar */
.noty_bar.noty_theme_default {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT<KEY>') repeat-x scroll left top #fff;
}
/* if you use noty with customContainer you can access noty with this way
* .noty_custom_container noty will add automaticly this class to your customContainer
* .noty_theme_default your theme
* .noty_layout_inline your layout
*/
/* custom container */
.noty_custom_container.noty_theme_default.noty_layout_inline {
position: relative;
}
/* custom growl container */
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_cont.noty_layout_inline {
position: static;
}
/* custom noty bar */
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar {
border-width: 1px;
border-style: solid;
position: static;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message {
font-size: 13px;
padding: 4px;
}
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message .noty_buttons {
margin-top: -1px;
}
/* noty_message */
.noty_bar.noty_theme_default .noty_message {
padding: 8px 8px;
font-size: 16px;
font-weight: bold;
width: auto;
overflow:hidden;
}
.noty_bar.noty_theme_default.noty_closable .noty_message {
padding: 8px 34px 8px 14px;
}
/* noty_buttons */
.noty_bar.noty_theme_default .noty_message .noty_buttons {
float: right;
font-size: 13px;
margin-left: 4px;
}
/* noty_button */
.noty_bar.noty_theme_default .noty_message .noty_buttons button {
margin-left: 5px;
}
.noty_buttons button {
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
text-shadow:
0px -1px 0px rgba(000, 000, 000, .5), 0px 1px 0px rgba(255, 255, 255, 0.2);
line-height:22px;
text-align:center;
color:#fff;
padding:0 6px;
cursor:pointer;
}
.noty_buttons .green {
border:#44680a 1px solid;
background: #bfd255; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd255), color-stop(50%, #8eb92a), color-stop(51%, #72aa00), color-stop(100%, #9ecb2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* IE10+ */
background: linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0 ); /* IE6-8 */
}
.noty_buttons .pink {
border:#8b220f 1px solid;
background: #f3c5bd; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3c5bd), color-stop(50%, #e86c57), color-stop(51%, #ea2803), color-stop(75%, #ff6600), color-stop(100%, #c72200)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* IE10+ */
background: linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200', GradientType=0 ); /* IE6-8 */
}
/* noty close button */
.noty_bar.noty_theme_default .noty_close {
position: absolute;
top: 10px;
right: 10px;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAORJREFUeNq0lU0OgjAQhRm5gUl3rLyBB3BDQjwI4TDcgmu4NqwNJGxdueqWA4zzCJoxtvxoeckLzbz2C5ShEDNHDiXis/gkPooPY/0uvomv4ov48bUSQGUSF+Ka51WPc0kzNGwvLnm9ynHtB5B+hGkoaWDB/6t4AZOFe7ZkTxMAc1dqreU0TbnrunetbVvOsmzIPMoBrFwJYGgCY8wAgjFGD<KEY>');
width: 20px;
height: 20px;
}
/* noty modal */
.noty_modal.noty_theme_default {
opacity: 0.7;
}
/* LAYOUTS */
/* noty_layout_top */
.noty_bar.noty_theme_default.noty_layout_top {
border-bottom: 3px solid #eee;
}
/* noty_layout_bottom */
.noty_bar.noty_theme_default.noty_layout_bottom {
border-top: 3px solid #eee;
}
.noty_bar.noty_theme_default.noty_layout_center .noty_close {
top: 8px;
}
.noty_bar.noty_theme_default.noty_layout_center .noty_message .noty_buttons {
}
.noty_text {
padding-top:0px;
display:inline-block;
line-height:20px;
}
/* noty_layout_topLeft & noty_layout_topRight */
.noty_bar.noty_theme_default.noty_layout_center, .noty_bar.noty_theme_default.noty_layout_topLeft, .noty_bar.noty_theme_default.noty_layout_topRight, .noty_bar.noty_theme_default.noty_layout_bottomLeft, .noty_bar.noty_theme_default.noty_layout_bottomRight {
border: 1px solid #eee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.noty_bar.noty_theme_default.noty_layout_center .noty_message, .noty_bar.noty_theme_default.noty_layout_topLeft .noty_message, .noty_bar.noty_theme_default.noty_layout_topRight .noty_message, .noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message, .noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message {
font-size: 13px;
font-weight: normal;
}
.noty_bar.noty_theme_default.noty_layout_topLeft .noty_message .noty_buttons, .noty_bar.noty_theme_default.noty_layout_topRight .noty_message .noty_buttons, .noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message .noty_buttons, .noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message .noty_buttons {
float: none;
border-top: 1px solid #000;
margin-left: 0;
margin-top: 10px;
padding-top: 10px;
text-align: right;
}
/* noty_layout_topCenter */
.noty_bar.noty_theme_default.noty_layout_topCenter {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.noty_bar.noty_theme_default.noty_layout_topCenter .noty_message {
font-weight: normal;
font-size: 13px;
}
.noty_bar.noty_theme_default.noty_layout_topCenter .noty_close {
top: 50%;
margin-top: -10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.noty_bar.noty_theme_default.noty_layout_topCenter.noty_success {
border: 1px solid #50C24E;
}
.noty_bar.noty_theme_default.noty_layout_topCenter .noty_message .noty_buttons {
margin-left: 15px;
margin-top: 0px
}
/* NOTIFICATION TYPES */
/* noty_alert */
.noty_bar.noty_theme_default.noty_alert {
background-color: #fff;
border-color: #ccc;
}
/* noty_error */
.noty_bar.noty_theme_default.noty_error {
background-color: red;
color: #fff;
border-color: darkred;
}
.noty_bar.noty_theme_default.noty_error .noty_message {
font-weight: bold;
}
/* noty_success */
.noty_bar.noty_theme_default.noty_success {
background-color: lightgreen;
color: darkgreen;
border-color: #50C24E;
}
/* noty_alert */
.noty_bar.noty_theme_default.noty_information {
background-color: #57B7E2;
border-color: #0B90C4;
color: #fff;
}
.sticky-note h5 {
margin:0px 0px 5px 0px;
padding-left:5px;
}
.sticky-note p {
margin:0px;
padding-left:5px;
}
.sticky_html {
display:none;
}
.sticky_custom {
width:auto;
overflow: hidden;
display:none;
}
/*
ColorBox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
position:absolute;
top:0;
left:0;
z-index:9999;
overflow:hidden;
}
#cboxOverlay {
position:fixed;
width:100%;
height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
clear:left;
}
#cboxContent {
position:relative;
}
#cboxLoadedContent {
overflow:auto;
}
#cboxTitle {
margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
cursor:pointer;
}
.cboxPhoto {
float:left;
margin:auto;
border:0;
display:block;
}
.cboxIframe {
width:100%;
height:100%;
display:block;
border:0;
}
/*
User Style:
Change the following styles to modify the appearance of ColorBox. They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
background:url(../images/colorbox-img/overlay.png) repeat 0 0;
}
#colorbox {
}
#cboxTopLeft {
width:21px;
height:21px;
background:url(../images/colorbox-img/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
width:21px;
height:21px;
background:url(../images/colorbox-img/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
width:21px;
height:21px;
background:url(../images/colorbox-img/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
width:21px;
height:21px;
background:url(../images/colorbox-img/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
width:21px;
background:url(../images/colorbox-img/controls.png) left top repeat-y;
}
#cboxMiddleRight {
width:21px;
background:url(../images/colorbox-img/controls.png) right top repeat-y;
}
#cboxTopCenter {
height:21px;
background:url(../images/colorbox-img/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
height:21px;
background:url(../images/colorbox-img/border.png) 0 -29px repeat-x;
}
#cboxContent {
background:#fff;
overflow:hidden;
}
.cboxIframe {
background:#fff;
}
#cboxError {
padding:50px;
border:1px solid #ccc;
}
#cboxLoadedContent {
margin-bottom:28px;
}
#cboxTitle {
position:absolute;
bottom:4px;
left:0;
text-align:center;
width:100%;
color:#949494;
}
#cboxCurrent {
position:absolute;
bottom:4px;
left:58px;
color:#949494;
}
#cboxSlideshow {
position:absolute;
bottom:4px;
right:30px;
color:#0092ef;
}
#cboxPrevious {
position:absolute;
bottom:0;
left:0;
background:url(../images/colorbox-img/controls.png) no-repeat -75px 0;
width:25px;
height:25px;
text-indent:-9999px;
}
#cboxPrevious:hover {
background-position:-75px -25px;
}
#cboxNext {
position:absolute;
bottom:0;
left:27px;
background:url(../images/colorbox-img/controls.png) no-repeat -50px 0;
width:25px;
height:25px;
text-indent:-9999px;
}
#cboxNext:hover {
background-position:-50px -25px;
}
#cboxLoadingOverlay {
background:url(../images/colorbox-img/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
background:url(../images/colorbox-img/loading.gif) no-repeat center center;
}
#cboxClose {
position:absolute;
bottom:0;
right:0;
background:url(../images/colorbox-img/controls.png) no-repeat -25px 0;
width:25px;
height:25px;
text-indent:-9999px;
}
#cboxClose:hover {
background-position:-25px -25px;
}
/*
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9.
See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
/*
The following provides PNG transparency support for IE6
Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft {
background:url(../images/colorbox-img/ie6/borderTopLeft.png);
}
.cboxIE6 #cboxTopCenter {
background:url(../images/colorbox-img/ie6/borderTopCenter.png);
}
.cboxIE6 #cboxTopRight {
background:url(../images/colorbox-img/ie6/borderTopRight.png);
}
.cboxIE6 #cboxBottomLeft {
background:url(../images/colorbox-img/ie6/borderBottomLeft.png);
}
.cboxIE6 #cboxBottomCenter {
background:url(../images/colorbox-img/ie6/borderBottomCenter.png);
}
.cboxIE6 #cboxBottomRight {
background:url(../images/colorbox-img/ie6/borderBottomRight.png);
}
.cboxIE6 #cboxMiddleLeft {
background:url(../images/colorbox-img/ie6/borderMiddleLeft.png);
}
.cboxIE6 #cboxMiddleRight {
background:url(../images/colorbox-img/ie6/borderMiddleRight.png);
}
.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {
_behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
/*
* SimpleModal Confirm Modal Dialog
* http://www.ericmmartin.com/projects/simplemodal/
* http://code.google.com/p/simplemodal/
*
* Copyright (c) 2010 <NAME> - http://ericmmartin.com
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
* Revision: $Id: confirm.css 254 2010-07-23 05:14:44Z emartin24 $
*/
#confirm {
display:none;
}
/* Overlay */
#confirm-overlay {
background-color:#333;
cursor:wait;
}
/* Container */
#confirm-container {
height:140px;
width:420px;
font-size:16px;
line-height:22px;
text-align:center;
background:#fff;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
background: #e0dede; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTBkZWRlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e0dede), color-stop(60%, #dddddd), color-stop(51%, #e5e5e5), color-stop(100%, #e5e0e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* IE10+ */
background: linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#e5e0e0', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
-webkit-box-shadow: 0px 1px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#confirm-container .header {
height:40px;
line-height:40px;
width:100%;
font-size:14px;
color:#fff;
font-weight:bold;
text-align:left;
box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-box-shadow:
0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-webkit-box-shadow:
0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
color:#fff;
text-shadow:
0px -1px 0px rgba(000, 000, 000, 1), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
#confirm-container .header span {
padding-left:15px;
}
#confirm-container .message {
color:#333;
font-size:14px;
padding:13px;
}
#confirm-container .buttons {
display: block;
}
#confirm-container .buttons div {
display:inline-block;
margin-left:6px;
cursor:pointer;
font-size:14px;
font-weight:bold;
}
#confirm-container a.modal-close {
text-decoration:none;
font-weight:bold;
position:absolute;
right:8px;
top:8px;
height:20px;
width:20px;
display:block;
border:#033466 1px solid;
background:#fff url(../images/sprite-icons/icons-a.png) no-repeat 0 -1260px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:5px;
text-indent:-999999px;
-webkit-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), inset 0px 0px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), inset 0px 0px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), inset 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#confirm-container a.modal-close:hover {
color:#ccc;
}
/*
* SimpleModal OSX Style Modal Dialog
* http://www.ericmmartin.com/projects/simplemodal/
* http://code.google.com/p/simplemodal/
*
* Copyright (c) 2010 <NAME> - http://ericmmartin.com
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
* Revision: $Id: osx.css 254 2010-07-23 05:14:44Z emartin24 $
*/
#osx-modal-content, #osx-modal-data {
display:none;
}
/* Overlay */
#osx-overlay {
background-color:#000;
cursor:wait;
}
/* Container */
#osx-container {
color:#000;
font: 16px/24px "Lucida Grande", Arial, sans-serif;
padding-bottom:4px;
width:600px;
-moz-border-radius-bottomleft:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomright:6px;
-webkit-border-bottom-right-radius:6px;
border-radius:0 0 6px 6px;
background: #e0dede; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTBkZWRlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG<KEY>);
background: -moz-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e0dede), color-stop(60%, #dddddd), color-stop(51%, #e5e5e5), color-stop(100%, #e5e0e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* IE10+ */
background: linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#e5e0e0', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
-webkit-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#osx-container a {
color:#ddd;
}
#osx-container #osx-modal-title {
color:#000;
background-color:#ddd;
border-bottom:1px solid #ccc;
font-weight:bold;
padding:8px;
font-size:16px;
box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-box-shadow:
0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-webkit-box-shadow:
0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
color:#fff;
text-shadow:
0px -1px 0px rgba(000, 000, 000, 1), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
#osx-container .close {
display:none;
position:absolute;
right:8px;
top:8px;
height:20px;
width:20px;
display:block;
border:#033466 1px solid;
background:#fff url(../images/sprite-icons/icons-a.png) no-repeat 0 -1260px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:5px;
text-indent:-999999px;
-webkit-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), inset 0px 0px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), inset 0px 0px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), inset 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#osx-container .close a {
display:block;
color:#777;
font-weight:bold;
padding:6px 12px 0;
text-decoration:none;
text-shadow:0 1px 0 #f4f4f4;
}
#osx-container .close a:hover {
color:#000;
}
#osx-container #osx-modal-data {
font-size:12px;
padding:6px 12px;
}
#osx-container h2 {
margin:10px 0 6px;
}
#osx-container p {
margin-bottom:10px;
}
/*
* SimpleModal Basic Modal Dialog
* http://www.ericmmartin.com/projects/simplemodal/
* http://code.google.com/p/simplemodal/
*
* Copyright (c) 2010 <NAME> - http://ericmmartin.com
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
* Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
*/
#basic-modal-content {
display:none;
}
/* Overlay */
#simplemodal-overlay {
background-color:#000;
cursor:wait;
}
/* Container */
#simplemodal-container {
height:360px;
width:600px;
color:#333;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
border:4px solid #165a91;
padding:12px;
}
#simplemodal-container .simplemodal-data {
padding:8px;
}
#simplemodal-container code {
background:#555;
border-left:3px solid #65B43D;
color:#fff;
display:block;
font-size:12px;
margin-bottom:12px;
padding:4px 6px 6px;
}
#simplemodal-container a {
color:#ddd;
}
#simplemodal-container a.modalCloseImg {
background:url(../images/x.png) no-repeat;
width:25px;
height:29px;
display:inline;
z-index:3200;
position:absolute;
top:-15px;
right:-16px;
cursor:pointer;
}
#simplemodal-container h3 {
color: #06C;
margin:0px;
}
/*========================
ANIMATED PROGRESS BAR
===========================*/
.elem_grid {
padding:10px 0;
}
#progress1, #progress2, #progress3 {
margin:10px 20px;
position:relative;
}
.pbar .ui-progressbar-value {
display:block !important
}
.pbar {
overflow: hidden !important;
border:#000 1px solid !important;
border-radius:5px !important;
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
border-radius:5px;
text-shadow:
0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.percent {
position: absolute;
display:block;
width:100%;
text-align:center;
top:6px;
color:#fff;
font-size:13px;
text-shadow:
0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.elapsed {
position:relative;
text-align: right;
}
.pbar .ui-widget-header {
border:#011b3b 1px solid !important;
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
border-radius:5px 0 0 5px;
text-shadow:
0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);
background: #19a6d3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(top, #19a6d3 0%, #0853a1 50%, #064492 51%, #02286e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #19a6d3), color-stop(50%, #0853a1), color-stop(51%, #064492), color-stop(100%, #02286e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #19a6d3 0%, #0853a1 50%, #064492 51%, #02286e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #19a6d3 0%, #0853a1 50%, #064492 51%, #02286e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #19a6d3 0%, #0853a1 50%, #064492 51%, #02286e 100%); /* IE10+ */
background: linear-gradient(top, #19a6d3 0%, #0853a1 50%, #064492 51%, #02286e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a6d3', endColorstr='#02286e', GradientType=0 ); /* IE6-8 */
}
#progress_s, #progress_p, #progress_n {
background:#fff;
margin:10px 20px 20px 20px;
padding:20px;
position:relative;
clear:both;
border:#ddd 1px solid;
-moz-border-radius:3px !important;
-webkit-border-radius:3px !important;
border-radius:3px !important;
}
#progress_s .pro_meta, #progress_p .pro_meta, #progress_n .pro_meta {
display:inline-block;
float:left;
margin-bottom:10px;
font-weight:bold;
}
#progress_s .percent, #progress_p .percent, #progress_n .percent {
display:inline-block !important;
float: right;
position:relative;
width:50px;
text-align:right;
top:0px;
margin-bottom:10px;
text-shadow:none;
color:#039;
}
#progress_s .pbar, #progress_p .pbar, #progress_n .pbar {
clear:both;
height:10px;
background: #000;
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: -ms-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;
-moz-border-radius:3px !important;
-webkit-border-radius:3px !important;
border-radius:3px !important;
}
#progress_s .pbar .ui-widget-header, #progress_p .pbar .ui-widget-header, #progress_n .pbar .ui-widget-header {
background: #0066ff;
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: -ms-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;
-moz-border-radius:3px 0 0 3px !important;
-webkit-border-radius:3px 0 0 3px !important;
border-radius:3px 0 0 3px !important;
}
#probar_blue, #probar_black, #probar_orange, #probar_green {
height:16px !important;
margin:10px 20px 17px 20px;
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
border:#333 1px solid;
}
#probar_blue .ui-widget-header {
border:#333 1px solid;
background: #12c0f4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, #12c0f4 0%, #04b4e9 30%, #04a9e6 70%, #04c0ed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #12c0f4), color-stop(30%, #04b4e9), color-stop(70%, #04a9e6), color-stop(100%, #04c0ed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #12c0f4 0%, #04b4e9 30%, #04a9e6 70%, #04c0ed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #12c0f4 0%, #04b4e9 30%, #04a9e6 70%, #04c0ed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #12c0f4 0%, #04b4e9 30%, #04a9e6 70%, #04c0ed 100%); /* IE10+ */
background: linear-gradient(top, #12c0f4 0%, #04b4e9 30%, #04a9e6 70%, #04c0ed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12c0f4', endColorstr='#04c0ed', GradientType=0 ); /* IE6-8 */
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
}
#probar_black .ui-widget-header {
border:#333 1px solid;
background: #494949; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE4MTgxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzE0MTQxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzA3MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #494949 0%, #181819 50%, #141414 51%, #070707 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494949), color-stop(50%, #181819), color-stop(51%, #141414), color-stop(100%, #070707)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #494949 0%, #181819 50%, #141414 51%, #070707 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #494949 0%, #181819 50%, #141414 51%, #070707 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #494949 0%, #181819 50%, #141414 51%, #070707 100%); /* IE10+ */
background: linear-gradient(top, #494949 0%, #181819 50%, #141414 51%, #070707 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#070707', GradientType=0 ); /* IE6-8 */
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
}
#probar_orange .ui-widget-header {
border:#333 1px solid;
background: rgb(254,204,177); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlY2NiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxNzQzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VhNTUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjk1NWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254, 204, 177, 1)), color-stop(50%, rgba(241, 116, 50, 1)), color-stop(51%, rgba(234, 85, 7, 1)), color-stop(100%, rgba(251, 149, 94, 1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e', GradientType=0 ); /* IE6-8 */
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
}
#probar_green .ui-widget-header {
border:#333 1px solid;
background: #93ce33; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, #93ce33 0%, #5d9407 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93ce33), color-stop(100%, #5d9407)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #93ce33 0%, #5d9407 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #93ce33 0%, #5d9407 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #93ce33 0%, #5d9407 100%); /* IE10+ */
background: linear-gradient(top, #93ce33 0%, #5d9407 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93ce33', endColorstr='#5d9407', GradientType=0 ); /* IE6-8 */
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
}
#probar_stripe {
background: #000;
border:#000 1px solid;
margin:10px 20px 20px 20px;
height:16px;
}
#probar_stripe_blue {
background: #000c21;
border:#000 1px solid;
margin:10px 20px 20px 20px;
height:16px;
}
#probar_stripe_green {
background: #001d03;
border:#000 1px solid;
margin:10px 20px 20px 20px;
height:16px;
}
#probar_stripe_orange {
background: #481100;
border:#000 1px solid;
margin:10px 20px 20px 20px;
height:16px;
}
#probar_stripe .ui-widget-header, #probar_stripe_blue .ui-widget-header, #probar_stripe_green .ui-widget-header, #probar_stripe_orange .ui-widget-header {
border:#333 1px solid;
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: -ms-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;
box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-moz-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
-webkit-box-shadow:
0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff, inset 0 -1px 1px -1px #00395d;
}
#simplemodal-container {max-width:600px; width:85% !important; height:400px !important; /*max-height:360px; top:20% !important; height:auto !important;*/ position:relative; margin:auto !important; top:22% !important;}
@media all and (max-width:640px){
#simplemodal-container { top:38% !important;}
}
@media all and (max-width:480px){
#simplemodal-container { top:40% !important;}
}
@media all and (max-width:360px){
#simplemodal-container { top:30% !important;}
}
@media all and (max-width:320px){
#simplemodal-container { top:38% !important;}
}
| 0.164248 | 0.095814 |
body {
background-color: #232323;
font-family: 'Alegreya Sans SC';
margin: 0;
}
body p {
color: white;
font-family: 'Alegreya Sans';
}
h1 {
font-size: 50px;
color: white;
text-shadow: 1px 1px 5px #0c59cf;
}
h2 {
color: white;
font-family: 'Alegreya Sans SC';
font-size: 30px;
}
h4 {
color: white;
}
/*hr needs different attributes set to black for diff browsers to appear correctly*/
hr {
color: black;
border-color: black;
background-color: black;
height: 1.5px;
border: 0;
}
/* code for the topnav starts here*/
.topnav {
background-color: #232323;
overflow: hidden;
list-style-type: none;
position: sticky;
border-bottom: solid 2px black;
}
/* Style the links inside the navigation bar */
.topnav a:not(.cart) {
float: left;
display: inline-block;
color: #f2f2f2;
text-align: center;
padding: 14px 36px;
text-decoration: none;
font-size: 17px;
border: 1px solid black;
margin-top: 10px;
border-bottom: 0px;
}
.topnav a:not(.cart):hover { /*the not(.cart) part here is to exclude the cart link from this styling*/
box-shadow: inset 0 0 12px white;
text-shadow: 1px 1px 10px white;
}
/* Add an active class to highlight the current page */
.topnav a:not(.cart).active {
color: black;
background-image: linear-gradient(#444444, #777777);
}
/* makes an element go all jaggedy just thought it was cool to keep
border: solid black;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
*/
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
display: none;
}
/* for responsive layout */
@media screen and (max-width: 600px) {
.topnav a, .topnav h1 {
float: none;
width: 70%;
margin: auto;
}
}
/*styling the signup and login buttons in topnav*/
.topButton {
margin-left: 4%;
margin-top: 10px;
display: inline-block;
padding: 10px 20px;
font-size: 15px;
cursor: pointer;
text-align: center;
outline: none;
color: #fff;
background-color: #444444;
border: none;
border-radius: 5px;
box-shadow: 0 5px 10px black;
font-family: 'Alegreya Sans SC';
}
.topButton:hover {background-color: #313131}
.topButton:active {
background-color: #444444;
box-shadow: 0 5px 10px #000;
transform: translateY(4px);
}
.topnav img {
margin-left:30px;
margin-top: -10px;
margin-bottom: -15px;
}
.cart {
display: inline-block;
color: white;
}
/*LOGIN POPUP*/
#triangleDiv{
width: 300px;
height: 250px;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: -25px;
margin-left: 65%;
filter: drop-shadow(2px 2px 5px black);
}
/*makes the login popup position itself better on resize*/
@media screen and (max-width:600px) {
#triangleDiv {
margin:auto;
}
}
#triangle{
width: 0px;
height: 0px;
border: 20px solid black;
border-left-color: transparent;
border-right-color: transparent;
border-top-color: transparent;
margin-left: 150px;
}
#box{
width: 300px;
height: 250px;
background: #444444;
border-radius: 5px;
border: 1px solid black;
}
#formAlign{
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
#loginForm{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#username{
margin-bottom: 30px;
height: 30px;
width: 210px;
border: transparent;
color: white;
background: #343434;
padding-left: 15px;
font-family: 'Alegreya Sans';
border: 1px solid black;
}
#password{
height: 30px;
width: 210px;
background: #343434;
border: transparent;
color: white;
padding-left: 15px;
font-family: 'Alegreya Sans';
border: 1px solid black;
}
#username, #password{
outline: none;
}
#loginFormBtn{
margin-top: 30px;
height: 35px;
width: 75px;
border: 1px solid BLACK;
filter: drop-shadow(1px 1px 5px black);
background: #444444;
color: white;
border-radius: 3px;
cursor: pointer;
font-family: 'Alegreya Sans SC';
font-size: 15px;
}
/*END OF LOGIN
.
.
.
END OF HEADER*/
/* BODY CONTENT
.
.
*/
/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 49%; /*columns must be less than 100% to account for any kind of border or padding or theyll mess up alignment*/
text-align: center;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
.column {
width: 100%;
}
}
/*TABLE STYLING*/
#shipping {
font-family: 'Alegreya Sans';
border-collapse: collapse;
margin: auto;
}
#shipping td, #shipping th {
border-right: 1px solid #000;
padding: 8px;
text-align: left;
}
#shipping td {
background-color: white;
}
#shipping tr:hover {background-color: #ddd;}
#shipping th {
padding-top: 12px;
padding-bottom: 12px;
background-color: #aaaaaa;
}
|
_site/Shipping/shipping.css
|
body {
background-color: #232323;
font-family: 'Alegreya Sans SC';
margin: 0;
}
body p {
color: white;
font-family: 'Alegreya Sans';
}
h1 {
font-size: 50px;
color: white;
text-shadow: 1px 1px 5px #0c59cf;
}
h2 {
color: white;
font-family: 'Alegreya Sans SC';
font-size: 30px;
}
h4 {
color: white;
}
/*hr needs different attributes set to black for diff browsers to appear correctly*/
hr {
color: black;
border-color: black;
background-color: black;
height: 1.5px;
border: 0;
}
/* code for the topnav starts here*/
.topnav {
background-color: #232323;
overflow: hidden;
list-style-type: none;
position: sticky;
border-bottom: solid 2px black;
}
/* Style the links inside the navigation bar */
.topnav a:not(.cart) {
float: left;
display: inline-block;
color: #f2f2f2;
text-align: center;
padding: 14px 36px;
text-decoration: none;
font-size: 17px;
border: 1px solid black;
margin-top: 10px;
border-bottom: 0px;
}
.topnav a:not(.cart):hover { /*the not(.cart) part here is to exclude the cart link from this styling*/
box-shadow: inset 0 0 12px white;
text-shadow: 1px 1px 10px white;
}
/* Add an active class to highlight the current page */
.topnav a:not(.cart).active {
color: black;
background-image: linear-gradient(#444444, #777777);
}
/* makes an element go all jaggedy just thought it was cool to keep
border: solid black;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
*/
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
display: none;
}
/* for responsive layout */
@media screen and (max-width: 600px) {
.topnav a, .topnav h1 {
float: none;
width: 70%;
margin: auto;
}
}
/*styling the signup and login buttons in topnav*/
.topButton {
margin-left: 4%;
margin-top: 10px;
display: inline-block;
padding: 10px 20px;
font-size: 15px;
cursor: pointer;
text-align: center;
outline: none;
color: #fff;
background-color: #444444;
border: none;
border-radius: 5px;
box-shadow: 0 5px 10px black;
font-family: 'Alegreya Sans SC';
}
.topButton:hover {background-color: #313131}
.topButton:active {
background-color: #444444;
box-shadow: 0 5px 10px #000;
transform: translateY(4px);
}
.topnav img {
margin-left:30px;
margin-top: -10px;
margin-bottom: -15px;
}
.cart {
display: inline-block;
color: white;
}
/*LOGIN POPUP*/
#triangleDiv{
width: 300px;
height: 250px;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: -25px;
margin-left: 65%;
filter: drop-shadow(2px 2px 5px black);
}
/*makes the login popup position itself better on resize*/
@media screen and (max-width:600px) {
#triangleDiv {
margin:auto;
}
}
#triangle{
width: 0px;
height: 0px;
border: 20px solid black;
border-left-color: transparent;
border-right-color: transparent;
border-top-color: transparent;
margin-left: 150px;
}
#box{
width: 300px;
height: 250px;
background: #444444;
border-radius: 5px;
border: 1px solid black;
}
#formAlign{
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
#loginForm{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#username{
margin-bottom: 30px;
height: 30px;
width: 210px;
border: transparent;
color: white;
background: #343434;
padding-left: 15px;
font-family: 'Alegreya Sans';
border: 1px solid black;
}
#password{
height: 30px;
width: 210px;
background: #343434;
border: transparent;
color: white;
padding-left: 15px;
font-family: 'Alegreya Sans';
border: 1px solid black;
}
#username, #password{
outline: none;
}
#loginFormBtn{
margin-top: 30px;
height: 35px;
width: 75px;
border: 1px solid BLACK;
filter: drop-shadow(1px 1px 5px black);
background: #444444;
color: white;
border-radius: 3px;
cursor: pointer;
font-family: 'Alegreya Sans SC';
font-size: 15px;
}
/*END OF LOGIN
.
.
.
END OF HEADER*/
/* BODY CONTENT
.
.
*/
/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 49%; /*columns must be less than 100% to account for any kind of border or padding or theyll mess up alignment*/
text-align: center;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
.column {
width: 100%;
}
}
/*TABLE STYLING*/
#shipping {
font-family: 'Alegreya Sans';
border-collapse: collapse;
margin: auto;
}
#shipping td, #shipping th {
border-right: 1px solid #000;
padding: 8px;
text-align: left;
}
#shipping td {
background-color: white;
}
#shipping tr:hover {background-color: #ddd;}
#shipping th {
padding-top: 12px;
padding-bottom: 12px;
background-color: #aaaaaa;
}
| 0.397704 | 0.128662 |
body, #home_nav, img, #content, #search{
margin:0px;
padding:0px;
}
body{
background: url("decoration/s5.jpg");
background-attachment:fixed;
background-repeat:no-repeat;
background-size:cover;
}
header{
width:100%;
height:9%;
background-color:rgba(0, 0, 0, .7);
background: linear-gradient(to left, rgba(0,0,0,1), rgba(0, 255, 128,0.8));
box-shadow: 5px 0px 7px black;
position:absolute;
z-index:1;
}
#logo{
padding-left:5%;
width:15%;
height:100%;
float:left;
}
#logo img{
width:100%;
height:auto;
border-bottom-left-radius:15px;
border-bottom-right-radius:15px;
background: rgba(255,255,255,0.9);
box-shadow: 5px 5px 5px black;
}
#links{
width:50%;
height:100%;
float:right;
margin:0px;
padding:0px;
margin-left:10%;
.background-color:black;
}
ul li{
float:left;
margin-left:4%;
color:white;
width:15%;
list-style:none;
font-family:forte;
font-size:1.5vw;
text-align:center;
text-shadow: 3px 3px 6px black;
.background-color:blue;
}
ul li:hover{
color:#21a195;
color:#b61f60;
color:lime;
}
.menu{
width:50%;
height:50%;
background:none;
transform:translate(50%, 2px);
}
.menu span{
width:60%;
height:7%;
position:absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
background:white;
transition: 0.5s;
box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.menu span:nth-child(1){
transform: translate(-50%, -50%) translateY(-400%);
}
.menu:hover span:nth-child(1){
transform: translate(-50%, -50%) translateY(0px);
opacity:0;
width:0px;
}
.menu span:nth-child(4){
transform: translate(-50%, -50%) translateY(400%);
}
.menu:hover span:nth-child(4){
transform: translate(-50%, -50%) translateY(0px);
opacity:0;
width:0px;
}
.menu:hover span:nth-child(2){
transform: translate(-50%, -50%) rotate(45deg);
}
.menu:hover span:nth-child(3){
transform: translate(-50%, -50%) rotate(-45deg);
}
#main_text{
position:relative;
top:0px;
left:0px;
height:86%;
width:100%;
}
#search{
width:97%;
height:10%;
padding-left:3%;
padding-top:2%;
background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0, 255, 128,0.5));
box-shadow:0px -10px 20px black;
}
#search input{
width:60%;
height:60%;
font-family:Arial;
font-size:20px;
background-color:rgba(255,255,255,0.9);
border-radius:15px;
outline:none;
color:#b61f60;
text-align:left;
padding-left:5%;
padding-right:2%;
box-shadow:inset 0px 0px 30px gray;
background-color:transparent;
border:1px solid white;
color:white;
background:url(searchii.png);
background-repeat:no-repeat;
background-size:9%;
}
#search button{
width:15%;
height:60%;
margin-left:3%;
font-family:forte;
font-size:25px;
.background-color:rgba(255,255,255,0.9);
border-radius:13px;
outline:none;
color:#b61f60;
.box-shadow:inset -3px -3px 5px black;
border:1px solid black;
background-color: white;
border-bottom: 5px solid #b61f60;
text-shadow: 1px 1px white;
}
#search button:hover{
background-color:white;
}
#search button:active
{
transform: translate(0px,5px);
border-bottom: 1px solid;
}
.wrapper{
position:relative;
z-index:1;
width:90%;
height:100%;
padding-left:5%;
padding-right:5%;
box-shadow:1px 5px 20px black;
border-top-left-radius:15px;
border-top-right-radius:15px;
}
#home_nav{
width:90%;
height:25%;
padding-left:5%;
padding-right:5%;
background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0, 255, 128,0.5));
}
.feature{
position:relative;
width:25%;
height:100%;
float:left;
text-align:center;
font-family:forte;
font-size: 1.3vw;
text-shadow: 2px 2px 3px black;
color:white;
}
.feature img{
height:50%;
padding-top:4%;
}
.nav_content{
position:relative;
background-color:white;
width:100%;
height:auto;
overflow:hidden;
}
#content__1 .content_top{
position:relative;
width:100%;
height:100%;
background-color:rgb(234, 234, 234);
background: linear-gradient(-130deg, rgba(0,0,0,0.0), rgba(234, 234, 234,0.9));
overflow:hidden;
box-shadow:inset 0px 0px 62px gray;
}
.content_top img{
float:right;
padding-top:7%;
width:70%;
height:100%;
}
#content__1 .content_top h3{
position:relative;
top:25%;
left:50%;
width:30%;
text-align:center;
font-family:Freestyle Script;
font-size:2.5vw;
text-shadow:2px 2px 3px gray;
border-bottom:1px solid gray;
padding-bottom:3%;
}
#content__1 .content_top p{
position:relative;
top:25%;
left:50%;
width:40%;
text-align:center;
font-family:Monotype Corsiva;
font-size:1.7vw;
text-shadow:2px 2px 3px gray;
}
#img3dd{
float:right;
position:absolute;
top:-90px;
left:10px;
height:100%;
width:30%;
}
#img2dd{
float:left;
position:absolute;
top:-113px;
left:340px;
width:20%;
}
#img4dd{
float:left;
position:absolute;
top:40%;
left:80%;
height:40%;
width:25%;
}
#content__2{
background: url("backgroundshape1.png");
background-size:100% 100%;
background-repeat: no-repeat;
}
#content__2 .content_top{
position:relative;
width:100%;
height:100%;
overflow:hidden;
}
#content__2 .content_top h3, #content__2 .content_top p {
position:relative;
top:37%;
left:50%;
transform:translate(-50%, -50%);
width:23%;
height:20%;
text-align:center;
text-shadow:2px 2px 3px gray;
}
#content__2 .content_top h3{
font-family:Freestyle Script;
font-size:2vw;
border-bottom:1px solid gray;
}
#content__2 .content_top p{
font-family:Monotype Corsiva;
font-size:1.4vw;
}
#content__2 img{
position:absolute;
top:43%;
left:50%;
transform:translate(-50%, -50%);
width:50%;
}
#content__3 .content_top{
position:relative;
width:100%;
height:100%;
overflow:hidden;
background: url("weddingb1.png");
background-size:100% 100%;
background-repeat: no-repeat;
/* background-color:red; */
}
#content__3 .content_top h3, #content__3 .content_top p {
position:relative;
top:40%;
left:50%;
transform:translate(-50%, -50%);
width:23%;
height:17%;
text-align:center;
color:white;
.text-shadow:1px 1px 3px gray;
}
#content__3 .content_top h3{
font-family:Freestyle Script;
font-size:2vw;
border-bottom:1px solid gray;
}
#content__3 .content_top p{
font-family:Monotype Corsiva;
font-size:1.4vw;
}
#content__3 img{
position:absolute;
top:43%;
left:50%;
transform:translate(-50%, -50%);
width:50%;
}
|
assets/css/indexstyle.css
|
body, #home_nav, img, #content, #search{
margin:0px;
padding:0px;
}
body{
background: url("decoration/s5.jpg");
background-attachment:fixed;
background-repeat:no-repeat;
background-size:cover;
}
header{
width:100%;
height:9%;
background-color:rgba(0, 0, 0, .7);
background: linear-gradient(to left, rgba(0,0,0,1), rgba(0, 255, 128,0.8));
box-shadow: 5px 0px 7px black;
position:absolute;
z-index:1;
}
#logo{
padding-left:5%;
width:15%;
height:100%;
float:left;
}
#logo img{
width:100%;
height:auto;
border-bottom-left-radius:15px;
border-bottom-right-radius:15px;
background: rgba(255,255,255,0.9);
box-shadow: 5px 5px 5px black;
}
#links{
width:50%;
height:100%;
float:right;
margin:0px;
padding:0px;
margin-left:10%;
.background-color:black;
}
ul li{
float:left;
margin-left:4%;
color:white;
width:15%;
list-style:none;
font-family:forte;
font-size:1.5vw;
text-align:center;
text-shadow: 3px 3px 6px black;
.background-color:blue;
}
ul li:hover{
color:#21a195;
color:#b61f60;
color:lime;
}
.menu{
width:50%;
height:50%;
background:none;
transform:translate(50%, 2px);
}
.menu span{
width:60%;
height:7%;
position:absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
background:white;
transition: 0.5s;
box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.menu span:nth-child(1){
transform: translate(-50%, -50%) translateY(-400%);
}
.menu:hover span:nth-child(1){
transform: translate(-50%, -50%) translateY(0px);
opacity:0;
width:0px;
}
.menu span:nth-child(4){
transform: translate(-50%, -50%) translateY(400%);
}
.menu:hover span:nth-child(4){
transform: translate(-50%, -50%) translateY(0px);
opacity:0;
width:0px;
}
.menu:hover span:nth-child(2){
transform: translate(-50%, -50%) rotate(45deg);
}
.menu:hover span:nth-child(3){
transform: translate(-50%, -50%) rotate(-45deg);
}
#main_text{
position:relative;
top:0px;
left:0px;
height:86%;
width:100%;
}
#search{
width:97%;
height:10%;
padding-left:3%;
padding-top:2%;
background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0, 255, 128,0.5));
box-shadow:0px -10px 20px black;
}
#search input{
width:60%;
height:60%;
font-family:Arial;
font-size:20px;
background-color:rgba(255,255,255,0.9);
border-radius:15px;
outline:none;
color:#b61f60;
text-align:left;
padding-left:5%;
padding-right:2%;
box-shadow:inset 0px 0px 30px gray;
background-color:transparent;
border:1px solid white;
color:white;
background:url(searchii.png);
background-repeat:no-repeat;
background-size:9%;
}
#search button{
width:15%;
height:60%;
margin-left:3%;
font-family:forte;
font-size:25px;
.background-color:rgba(255,255,255,0.9);
border-radius:13px;
outline:none;
color:#b61f60;
.box-shadow:inset -3px -3px 5px black;
border:1px solid black;
background-color: white;
border-bottom: 5px solid #b61f60;
text-shadow: 1px 1px white;
}
#search button:hover{
background-color:white;
}
#search button:active
{
transform: translate(0px,5px);
border-bottom: 1px solid;
}
.wrapper{
position:relative;
z-index:1;
width:90%;
height:100%;
padding-left:5%;
padding-right:5%;
box-shadow:1px 5px 20px black;
border-top-left-radius:15px;
border-top-right-radius:15px;
}
#home_nav{
width:90%;
height:25%;
padding-left:5%;
padding-right:5%;
background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0, 255, 128,0.5));
}
.feature{
position:relative;
width:25%;
height:100%;
float:left;
text-align:center;
font-family:forte;
font-size: 1.3vw;
text-shadow: 2px 2px 3px black;
color:white;
}
.feature img{
height:50%;
padding-top:4%;
}
.nav_content{
position:relative;
background-color:white;
width:100%;
height:auto;
overflow:hidden;
}
#content__1 .content_top{
position:relative;
width:100%;
height:100%;
background-color:rgb(234, 234, 234);
background: linear-gradient(-130deg, rgba(0,0,0,0.0), rgba(234, 234, 234,0.9));
overflow:hidden;
box-shadow:inset 0px 0px 62px gray;
}
.content_top img{
float:right;
padding-top:7%;
width:70%;
height:100%;
}
#content__1 .content_top h3{
position:relative;
top:25%;
left:50%;
width:30%;
text-align:center;
font-family:Freestyle Script;
font-size:2.5vw;
text-shadow:2px 2px 3px gray;
border-bottom:1px solid gray;
padding-bottom:3%;
}
#content__1 .content_top p{
position:relative;
top:25%;
left:50%;
width:40%;
text-align:center;
font-family:Monotype Corsiva;
font-size:1.7vw;
text-shadow:2px 2px 3px gray;
}
#img3dd{
float:right;
position:absolute;
top:-90px;
left:10px;
height:100%;
width:30%;
}
#img2dd{
float:left;
position:absolute;
top:-113px;
left:340px;
width:20%;
}
#img4dd{
float:left;
position:absolute;
top:40%;
left:80%;
height:40%;
width:25%;
}
#content__2{
background: url("backgroundshape1.png");
background-size:100% 100%;
background-repeat: no-repeat;
}
#content__2 .content_top{
position:relative;
width:100%;
height:100%;
overflow:hidden;
}
#content__2 .content_top h3, #content__2 .content_top p {
position:relative;
top:37%;
left:50%;
transform:translate(-50%, -50%);
width:23%;
height:20%;
text-align:center;
text-shadow:2px 2px 3px gray;
}
#content__2 .content_top h3{
font-family:Freestyle Script;
font-size:2vw;
border-bottom:1px solid gray;
}
#content__2 .content_top p{
font-family:Monotype Corsiva;
font-size:1.4vw;
}
#content__2 img{
position:absolute;
top:43%;
left:50%;
transform:translate(-50%, -50%);
width:50%;
}
#content__3 .content_top{
position:relative;
width:100%;
height:100%;
overflow:hidden;
background: url("weddingb1.png");
background-size:100% 100%;
background-repeat: no-repeat;
/* background-color:red; */
}
#content__3 .content_top h3, #content__3 .content_top p {
position:relative;
top:40%;
left:50%;
transform:translate(-50%, -50%);
width:23%;
height:17%;
text-align:center;
color:white;
.text-shadow:1px 1px 3px gray;
}
#content__3 .content_top h3{
font-family:Freestyle Script;
font-size:2vw;
border-bottom:1px solid gray;
}
#content__3 .content_top p{
font-family:Monotype Corsiva;
font-size:1.4vw;
}
#content__3 img{
position:absolute;
top:43%;
left:50%;
transform:translate(-50%, -50%);
width:50%;
}
| 0.235108 | 0.064388 |
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
* {
margin: 0;
padding: 0;
}
html {
background-color: #090b1a;
}
.wrapper {
width: 1145px;
height: 480px;
margin: 200px auto 0 auto;
background-color: #1b1938;
border: transparent;
border-radius: 10px;
}
.wrapper .text-section {
width: 400px;
float: left;
padding: 70px 0px 0px 70px;
}
.wrapper .text-section .main-header, .wrapper .text-section .inside-header {
color: white;
font-size: 20px;
font-family: "Inter", sans-serif;
font-size: 35px;
font-weight: 600;
}
.wrapper .text-section .main-header {
margin: 0px 0px 25px 0px;
}
.wrapper .text-section .inside-header {
display: inline;
color: #aa5cdb;
}
.wrapper .text-section .text-body {
color: rgba(255, 255, 255, 0.75);
font-family: "Inter", sans-serif;
line-height: 1.5;
}
.wrapper .statics {
display: grid;
grid-template-columns: 33% 33% 33%;
grid-column-gap: 25px;
margin-top: 130px;
color: white;
}
.wrapper .statics .numbers {
font-family: "Inter", sans-serif;
font-size: 25px;
font-weight: 600;
margin-bottom: 10px;
}
.wrapper .statics .text {
font-family: "Inter", sans-serif;
color: rgba(255, 255, 255, 0.75);
font-size: 15px;
}
.img-holder {
background-image: url(./images/image-header-desktop.jpg);
box-shadow: inset 0 0 0 1000px #30064c9e;
float: right;
width: 200px;
height: 100%;
background-repeat: round;
width: 580px;
border: transparent;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
@media screen and (max-width: 375px) {
.wrapper {
width: 450px;
height: 945px;
margin: 80px 0px 13px 21px;
background-color: #1b1938;
border: transparent;
border-radius: 10px;
}
.wrapper .img-holder {
width: 100%;
height: 300px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 0;
}
.wrapper .main-header {
width: 320px;
text-align: center;
}
.wrapper .text-body {
font-size: 19px;
width: 280px;
text-align: center;
margin: 0px 0px 0px 33px;
}
.wrapper .statics {
grid-template-columns: 100%;
margin: 26px 0px 0px -55px;
color: white;
text-align: center;
}
.wrapper .container {
margin: 0px 0px 20px 0px;
}
.wrapper .container .numbers {
font-size: 30px;
}
.wrapper .container .text {
font-size: 17px;
}
}
.attribution {
color: white;
text-align: center;
}
/*# sourceMappingURL=style.css.map */
|
style.css
|
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
* {
margin: 0;
padding: 0;
}
html {
background-color: #090b1a;
}
.wrapper {
width: 1145px;
height: 480px;
margin: 200px auto 0 auto;
background-color: #1b1938;
border: transparent;
border-radius: 10px;
}
.wrapper .text-section {
width: 400px;
float: left;
padding: 70px 0px 0px 70px;
}
.wrapper .text-section .main-header, .wrapper .text-section .inside-header {
color: white;
font-size: 20px;
font-family: "Inter", sans-serif;
font-size: 35px;
font-weight: 600;
}
.wrapper .text-section .main-header {
margin: 0px 0px 25px 0px;
}
.wrapper .text-section .inside-header {
display: inline;
color: #aa5cdb;
}
.wrapper .text-section .text-body {
color: rgba(255, 255, 255, 0.75);
font-family: "Inter", sans-serif;
line-height: 1.5;
}
.wrapper .statics {
display: grid;
grid-template-columns: 33% 33% 33%;
grid-column-gap: 25px;
margin-top: 130px;
color: white;
}
.wrapper .statics .numbers {
font-family: "Inter", sans-serif;
font-size: 25px;
font-weight: 600;
margin-bottom: 10px;
}
.wrapper .statics .text {
font-family: "Inter", sans-serif;
color: rgba(255, 255, 255, 0.75);
font-size: 15px;
}
.img-holder {
background-image: url(./images/image-header-desktop.jpg);
box-shadow: inset 0 0 0 1000px #30064c9e;
float: right;
width: 200px;
height: 100%;
background-repeat: round;
width: 580px;
border: transparent;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
@media screen and (max-width: 375px) {
.wrapper {
width: 450px;
height: 945px;
margin: 80px 0px 13px 21px;
background-color: #1b1938;
border: transparent;
border-radius: 10px;
}
.wrapper .img-holder {
width: 100%;
height: 300px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 0;
}
.wrapper .main-header {
width: 320px;
text-align: center;
}
.wrapper .text-body {
font-size: 19px;
width: 280px;
text-align: center;
margin: 0px 0px 0px 33px;
}
.wrapper .statics {
grid-template-columns: 100%;
margin: 26px 0px 0px -55px;
color: white;
text-align: center;
}
.wrapper .container {
margin: 0px 0px 20px 0px;
}
.wrapper .container .numbers {
font-size: 30px;
}
.wrapper .container .text {
font-size: 17px;
}
}
.attribution {
color: white;
text-align: center;
}
/*# sourceMappingURL=style.css.map */
| 0.384219 | 0.093885 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("craigslist.org") {
html, body, .ui-autocomplete, .button, input#query, h5.ban.hot.active {
background: #2C2C2C !important;
}
#rightbar, .ui-state-focus, #leftbar, #noresult_text, #topban, h4, #page, fieldset, .colmask, .sublinks a, blockquote > .highlight, blockquote > table, #searchfieldset {
background: #333 !important;
border: 1px solid #eee !important;
}
#searchform, .toc_legend, .hasPic, .bchead {
background: #333 !important;
}
.daybubbles, .form-tab {
background: #333 !important;
border: none !important;
}
.post > a {
background: #404019 !important;
}
#flags {
background: #111 !important;
padding-left: 2px !important;
padding-right: 4px !important;
border-radius: 2px !important;
}
#satabs > a {
background: #2C2C2C !important;
border-left: 2px solid #666 !important;
border-right: 2px solid #666 !important;
border-top: 2px solid #666 !important;
}
#satabs > b {
background: #333 !important;
border-left: 2px solid #bbb !important;
border-right: 2px solid #bbb !important;
border-top: 2px solid #bbb !important;
}
h5, #searchtable {
border: 0px !important;
}
.fmtsel {
padding-left: 140px !important;
}
.toc blockquote, .container .body{
min-width: 95% !important;
left: left !important;
}
.state_delimiter {
border-left: 1px solid #eee !important;
border-top: 1px !important;
padding-left: 2px !important;
}
.box_1, .box_2, .box_3, .box_4 {
padding-top: 1px !important;
}
.row, #ci, .row .i {
border: 0px !important;
}
.continent_header {
width: 90% !important;
}
.itempp, .itemprice, .price {
color: #1B9E09 !important;
border: 0px !important;
}
span.p {
color: #C0C090 !important;
}
a, h5 {
color: steelblue !important;
}
.cal, #fmtsel, .bantext, .sel, .gc, .error, #tsb, .tsb, footer, .warning, #footer, .jump_to_continents, blockquote > span, #header, .itemcg > .gc > a, .rss .l {
background: #111 !important;
}
.cal > tbody > tr > td, .igi, .pagenum, blockquote > table tbody > tr > td, #searchtable {
background: #333 !important;
}
h2, h3, div, span, #postingbody, th, b, p, li, small, h4, legend, td, blockquote, fieldset, #userbody {
color: #eee !important;
}
input[type="submit"], input[type="button"], #reply_button, select {
background: #444 !important;
color: #aaa !important;
border: 1px solid gray;
-moz-appearance: none;
-webkit-appearance: none;
font-size: 9pt !important;
}
input[type="checkbox"] {
-moz-appearance: none !important;
-webkit-appearance: none !important;
background: rgba(0,0,0,.4) !important;
border: 1px solid rgba(255,255,255,.3) !important;
height: 10px !important;
width: 10px !important;
}
input[type="checkbox"]:checked {
background: rgba(255,255,255,.4) !important;
}
.modebtnup {
-moz-appearance: none;
-webkit-appearance: none;
color: #fff !important;
background: #333 !important;
border-color: gray !important;
border: 1px solid;
}
.modebtndown {
-moz-appearance: none;
-webkit-appearance: none;
color: #fff !important;
background: #111 !important;
border-color: #555 !important;
border-bottom: 10px solid;
text-shadow: none !important;
}
pre, textarea, input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not([type="reset"]), select, input[type="file"] > input[type="text"] {
-moz-appearance: none;
-webkit-appearance: none;
font-size: 9pt ! important;
color: #fff !important;
background: #333 !important;
border-color: gray !important;
border: 1px solid;
}
.body {
float: center !important;
width: 89% !important;
}
#toc_rows > .row {
text-align: center !important;
left: 1% !important;
}
.row .i {
background: transparent !important;
}
}
|
data/usercss/70076.user.css
|
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("craigslist.org") {
html, body, .ui-autocomplete, .button, input#query, h5.ban.hot.active {
background: #2C2C2C !important;
}
#rightbar, .ui-state-focus, #leftbar, #noresult_text, #topban, h4, #page, fieldset, .colmask, .sublinks a, blockquote > .highlight, blockquote > table, #searchfieldset {
background: #333 !important;
border: 1px solid #eee !important;
}
#searchform, .toc_legend, .hasPic, .bchead {
background: #333 !important;
}
.daybubbles, .form-tab {
background: #333 !important;
border: none !important;
}
.post > a {
background: #404019 !important;
}
#flags {
background: #111 !important;
padding-left: 2px !important;
padding-right: 4px !important;
border-radius: 2px !important;
}
#satabs > a {
background: #2C2C2C !important;
border-left: 2px solid #666 !important;
border-right: 2px solid #666 !important;
border-top: 2px solid #666 !important;
}
#satabs > b {
background: #333 !important;
border-left: 2px solid #bbb !important;
border-right: 2px solid #bbb !important;
border-top: 2px solid #bbb !important;
}
h5, #searchtable {
border: 0px !important;
}
.fmtsel {
padding-left: 140px !important;
}
.toc blockquote, .container .body{
min-width: 95% !important;
left: left !important;
}
.state_delimiter {
border-left: 1px solid #eee !important;
border-top: 1px !important;
padding-left: 2px !important;
}
.box_1, .box_2, .box_3, .box_4 {
padding-top: 1px !important;
}
.row, #ci, .row .i {
border: 0px !important;
}
.continent_header {
width: 90% !important;
}
.itempp, .itemprice, .price {
color: #1B9E09 !important;
border: 0px !important;
}
span.p {
color: #C0C090 !important;
}
a, h5 {
color: steelblue !important;
}
.cal, #fmtsel, .bantext, .sel, .gc, .error, #tsb, .tsb, footer, .warning, #footer, .jump_to_continents, blockquote > span, #header, .itemcg > .gc > a, .rss .l {
background: #111 !important;
}
.cal > tbody > tr > td, .igi, .pagenum, blockquote > table tbody > tr > td, #searchtable {
background: #333 !important;
}
h2, h3, div, span, #postingbody, th, b, p, li, small, h4, legend, td, blockquote, fieldset, #userbody {
color: #eee !important;
}
input[type="submit"], input[type="button"], #reply_button, select {
background: #444 !important;
color: #aaa !important;
border: 1px solid gray;
-moz-appearance: none;
-webkit-appearance: none;
font-size: 9pt !important;
}
input[type="checkbox"] {
-moz-appearance: none !important;
-webkit-appearance: none !important;
background: rgba(0,0,0,.4) !important;
border: 1px solid rgba(255,255,255,.3) !important;
height: 10px !important;
width: 10px !important;
}
input[type="checkbox"]:checked {
background: rgba(255,255,255,.4) !important;
}
.modebtnup {
-moz-appearance: none;
-webkit-appearance: none;
color: #fff !important;
background: #333 !important;
border-color: gray !important;
border: 1px solid;
}
.modebtndown {
-moz-appearance: none;
-webkit-appearance: none;
color: #fff !important;
background: #111 !important;
border-color: #555 !important;
border-bottom: 10px solid;
text-shadow: none !important;
}
pre, textarea, input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not([type="reset"]), select, input[type="file"] > input[type="text"] {
-moz-appearance: none;
-webkit-appearance: none;
font-size: 9pt ! important;
color: #fff !important;
background: #333 !important;
border-color: gray !important;
border: 1px solid;
}
.body {
float: center !important;
width: 89% !important;
}
#toc_rows > .row {
text-align: center !important;
left: 1% !important;
}
.row .i {
background: transparent !important;
}
}
| 0.195249 | 0.108472 |
.wasabee-tooltip {
background: rgba(30, 130, 76, 0.66);
border: 1px solid transparent;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #fff;
/* font: 12px/18px "Helvetica Neue",Arial,Helvetica,sans-serif; */
margin-left: 20px;
margin-top: -21px;
padding: 2px 4px;
position: absolute;
white-space: nowrap;
z-index: 6;
}
.wasabee-tooltip:before {
border-right: 6px solid #000;
border-right-color: rgba(99, 99, 88, 0.66);
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
content: "";
position: absolute;
top: 7px;
left: -7px;
}
.wasabee-tooltip-single {
margin-top: -12px;
}
.wasabee-error-tooltip {
background-color: #f2dede;
border: 1px solid #e6b6bd;
color: #b94a48;
}
.wasabee-error-tooltip:before {
border-right-color: #e6b6bd;
}
/* used in anything that is a sortable table */
/* .wasabee-table tbody tr:nth-child(2n + 1) td { border-color: rgba(50, 0, 125, 1); } */
.wasabee-table tr {
/* background: rgba(225, 235, 225, 1); */
background: rgba(25, 63, 95, 0.75);
}
.wasabee-table tbody tr:nth-child(2n + 1) {
/* background: rgba(240, 240, 240, 1); */
background: rgba(8, 48, 78, 0.75);
}
.wasabee-table > thead .sortable:before {
content: " ";
display: inline-block;
float: right;
min-width: 1em;
text-align: right;
}
.wasabee-table {
border-collapse: collapse;
empty-cells: show;
width: 100%;
clear: both;
}
.wasabee-table td,
.wasabee-table th {
border-width: 0 1px;
border-style: solid;
/* border-color: rgba(50, 0, 125, 1); */
padding: 3px 4px;
text-align: left;
/* color: rgba(0, 0, 0, 1); */
vertical-align: baseline;
}
.wasabee-table td:first-child,
.wasabee-table th:first-child {
border-left-width: 0;
}
.wasabee-table td:last-child,
.wasabee-table th:last-child {
border-right-width: 0;
}
.wasabee-table > thead .sorted {
/* color: rgba(125, 90, 195, 1); */
}
.wasabee-table > thead .sortable.asc:before {
content: "\25b2";
}
.wasabee-table > thead .sortable.desc:before {
content: "\25bc";
}
// .wasabee-table td.menu { position: relative; min-height: 20px; min-width: 24px; }
/* defined in agent.js, always on an <a> -- can this be pruned ? */
.wasabee-agent-label a {
text-shadow: 1px 1px #000, 1px -1px #000, -1px 1px #000, -1px -1px #000,
0 0 5px #000;
color: #ffb;
font-size: 12px;
line-height: 16px;
text-align: center;
padding: 2px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
pointer-events: none;
}
/* this class is appended to leaflet-popup so we can adjust without stepping on other plugins */
.wasabee-popup {
background: rgba(235, 235, 235, 0.75) !important;
-webkit-border-radius: 6px !important;
font-weight: bolder;
}
#map .wasabee-popup .leaflet-popup-content {
color: black;
}
.wasabee-popup a.enl {
color: rgb(56, 142, 60) !important;
}
.wasabee-popup a.res {
color: rgb(0, 135, 255) !important;
}
.wasabee-marker-popup {
}
.wasabee-marker-popup div.desc {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #000;
padding: 4px 4px;
}
.wasabee-popup-assignment {
padding: 0px 4px 0px 4px;
text-overflow: ellipsis;
white-space: nowrap;
color: #000;
}
.wasabee-popup-assignment a.wasabee-agent-label {
margin-left: 4px;
}
.wasabee-marker-popup-kind {
margin-right: 4px;
text-overflow: ellipsis;
white-space: nowrap;
color: #000;
}
.wasabee-marker-popup-comment {
font-weight: initial;
}
.wasabee-marker-popup-kind {
cursor: pointer;
}
.wasabee-marker-popup-kind:hover {
text-decoration: underline;
}
.wasabee-marker-buttonset {
}
.wasabee-marker-buttonset button {
display: block;
width: 100%;
}
.wasabee-agent-popup {
}
.wasabee-agent-popup div.desc {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #000;
padding: 0px 4px;
}
.wasabee-agent-popup button {
display: block;
width: 100%;
}
.wasabee-agent-popup ul.assignments {
color: rgb(56, 142, 60);
}
.wasabee-agent-popup li.assignment {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.wasabee-anchor-popup {
}
.wasabee-anchor-popup div.desc {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #000;
padding: 0px 4px;
}
.wasabee-anchor-buttonset {
}
.wasabee-anchor-buttonset button {
display: block;
width: 100%;
}
.wasabee-wd-popup ul {
padding-left: 1em;
}
.wasabee-marker-icon {
background-size: cover;
}
.wasabee-marker-icon.CapturePortalMarker {
background-image: url(../images/wasabee_markers_capture_pending.svg)
}
.wasabee-marker-icon.CapturePortalMarker.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_capture_assigned.svg)
}
.wasabee-marker-icon.CapturePortalMarker.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_capture_acknowledge.svg)
}
.wasabee-marker-icon.CapturePortalMarker.wasabee-status-completed {
background-image: url(../images/wasabee_markers_capture_done.svg)
}
.wasabee-marker-icon.LetDecayPortalAlert {
background-image: url(../images/wasabee_markers_decay_pending.svg)
}
.wasabee-marker-icon.LetDecayPortalAlert.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_decay_assigned.svg)
}
.wasabee-marker-icon.LetDecayPortalAlert.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_decay_acknowledge.svg)
}
.wasabee-marker-icon.LetDecayPortalAlert.wasabee-status-completed {
background-image: url(../images/wasabee_markers_decay_done.svg)
}
.wasabee-marker-icon.DestroyPortalAlert {
background-image: url(../images/wasabee_markers_destroy_pending.svg)
}
.wasabee-marker-icon.DestroyPortalAlert.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_destroy_assigned.svg)
}
.wasabee-marker-icon.DestroyPortalAlert.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_destroy_acknowledge.svg)
}
.wasabee-marker-icon.DestroyPortalAlert.wasabee-status-completed {
background-image: url(../images/wasabee_markers_destroy_done.svg)
}
.wasabee-marker-icon.FarmPortalMarker {
background-image: url(../images/wasabee_markers_farm_pending.svg)
}
.wasabee-marker-icon.FarmPortalMarker.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_farm_assigned.svg)
}
.wasabee-marker-icon.FarmPortalMarker.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_farm_acknowledge.svg)
}
.wasabee-marker-icon.FarmPortalMarker.wasabee-status-completed {
background-image: url(../images/wasabee_markers_farm_done.svg)
}
.wasabee-marker-icon.GotoPortalMarker {
background-image: url(../images/wasabee_markers_goto_pending.svg)
}
.wasabee-marker-icon.GotoPortalMarker.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_goto_assigned.svg)
}
.wasabee-marker-icon.GotoPortalMarker.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_goto_acknowledged.svg)
}
.wasabee-marker-icon.GotoPortalMarker.wasabee-status-completed {
background-image: url(../images/wasabee_markers_goto_done.svg)
}
.wasabee-marker-icon.GetKeyPortalMarker {
background-image: url(../images/wasabee_markers_key_pending.svg)
}
.wasabee-marker-icon.GetKeyPortalMarker.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_key_assigned.svg)
}
.wasabee-marker-icon.GetKeyPortalMarker.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_key_acknowledged.svg)
}
.wasabee-marker-icon.GetKeyPortalMarker.wasabee-status-completed {
background-image: url(../images/wasabee_markers_key_done.svg)
}
.wasabee-marker-icon.CreateLinkAlert {
background-image: url(../images/wasabee_markers_link_pending.svg)
}
.wasabee-marker-icon.CreateLinkAlert.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_link_assigned.svg)
}
.wasabee-marker-icon.CreateLinkAlert.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_link_acknowledged.svg)
}
.wasabee-marker-icon.CreateLinkAlert.wasabee-status-completed {
background-image: url(../images/wasabee_markers_link_done.svg)
}
.wasabee-marker-icon.MeetAgentPortalMarker {
background-image: url(../images/wasabee_markers_meetagent_pending.svg)
}
.wasabee-marker-icon.MeetAgentPortalMarker.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_meetagent_assigned.svg)
}
.wasabee-marker-icon.MeetAgentPortalMarker.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_meetagent_acknowledge.svg)
}
.wasabee-marker-icon.MeetAgentPortalMarker.wasabee-status-completed {
background-image: url(../images/wasabee_markers_meetagent_done.svg)
}
.wasabee-marker-icon.OtherPortalAlert {
background-image: url(../images/wasabee_markers_other_pending.svg)
}
.wasabee-marker-icon.OtherPortalAlert.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_other_assigned.svg)
}
.wasabee-marker-icon.OtherPortalAlert.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_other_acknowledge.svg)
}
.wasabee-marker-icon.OtherPortalAlert.wasabee-status-completed {
background-image: url(../images/wasabee_markers_other_done.svg)
}
.wasabee-marker-icon.RechargePortalAlert {
background-image: url(../images/wasabee_markers_recharge_pending.svg)
}
.wasabee-marker-icon.RechargePortalAlert.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_recharge_assigned.svg)
}
.wasabee-marker-icon.RechargePortalAlert.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_recharge_acknowledge.svg)
}
.wasabee-marker-icon.RechargePortalAlert.wasabee-status-completed {
background-image: url(../images/wasabee_markers_recharge_done.svg)
}
.wasabee-marker-icon.UpgradePortalAlert {
background-image: url(../images/wasabee_markers_upgrade_pending.svg)
}
.wasabee-marker-icon.UpgradePortalAlert.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_upgrade_assigned.svg)
}
.wasabee-marker-icon.UpgradePortalAlert.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_upgrade_acknowledge.svg)
}
.wasabee-marker-icon.UpgradePortalAlert.wasabee-status-completed {
background-image: url(../images/wasabee_markers_upgrade_done.svg)
}
.wasabee-marker-icon.UseVirusPortalAlert {
background-image: url(../images/wasabee_markers_virus_pending.svg)
}
.wasabee-marker-icon.UseVirusPortalAlert.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_virus_assigned.svg)
}
.wasabee-marker-icon.UseVirusPortalAlert.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_virus_acknowledge.svg)
}
.wasabee-marker-icon.UseVirusPortalAlert.wasabee-status-completed {
background-image: url(../images/wasabee_markers_virus_done.svg)
}
.wasabee-marker-icon.ExcludeMarker {
background-image: url(../images/wasabee_markers_exclude_pending.svg)
}
.wasabee-marker-icon.ExcludeMarker.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_exclude_assigned.svg)
}
.wasabee-marker-icon.ExcludeMarker.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_exclude_assigned.svg)
}
.wasabee-marker-icon.ExcludeMarker.wasabee-status-completed {
background-image: url(../images/wasabee_markers_exclude_done.svg)
}
.wasabee-defense-icon {
background-size: cover;
background-image: url(../images/wasabee_markers_key_done.svg)
}
.wasabee-anchor-icon {
background-size: 25px 41px;
}
.wasabee-anchor-icon.wasabee-layer-main {
background-image: url(../images/pin_red.svg)
}
.wasabee-anchor-icon.wasabee-layer-groupa {
background-image: url(../images/pin_orange.svg)
}
.wasabee-anchor-icon.wasabee-layer-groupb {
background-image: url(../images/pin_yellow.svg)
}
.wasabee-anchor-icon.wasabee-layer-groupc {
background-image: url(../images/pin_tan.svg)
}
.wasabee-anchor-icon.wasabee-layer-groupd {
background-image: url(../images/pin_purple.svg)
}
.wasabee-anchor-icon.wasabee-layer-groupe {
background-image: url(../images/pin_teal.svg)
}
.wasabee-anchor-icon.wasabee-layer-groupf {
background-image: url(../images/pin_magenta.svg)
}
/* all dialogs get this class -- do global stuff with it */
/* .wasabee-dialog {
background-color: rgba(250, 250, 250, 0.9);
border: 1px solid rgba(35, 175, 30, 0.75);
color: #000;
cursor: pointer;
margin-top: 4px;
margin-bottom: 2px;
}
.wasabee-dialog button {
cursor: pointer;
padding: 1px 7px 2px;
border: initial;
background-color: buttonface;
color: buttontext;
border-image: initial;
border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
border-width: 1px;
border-style: solid;
margin: 2px 0px 2px 0px;
}
.wasabee-dialog input {
color: initial;
background-color: rgba(240, 255, 240, 1);
padding: 2px 4px;
}
.wasabee-dialog a {
color: rgba(125, 90, 195, 1);
}
.wasabee-dialog h3 {
color: rgba(125, 90, 195, 1);
}
.wasabee-dialog div.ui-dialog-titlebar {
background-color: rgba(150, 150, 150, 1);
color: #000;
text-align: left;
line-height: 14px;
font-size: 13px;
border: 1px solid rgba(180, 190, 180, 1);
}
.wasabee-dialog span.ui-dialog-title { }
.wasabee-dialog span.ui-dialog-title-active {
color: rgba(15, 250, 5, 1);
}
.wasabee-dialog .ui-dialog-titlebar-button {
border: 1px solid rgba(15, 250, 5, 1);
color: rgba(15, 250, 5, 1);
}
.wasabee-dialog .ui-dialog-content {
background-color: rgba(180, 190, 180, .8);
}
.wasabee-dialog .ui-dialog-buttonpane {
background-color: rgba(180, 190, 180, .8);
padding: 4px;
border-top: initial;
} */
.wasabee-dialog input[type=checkbox] {
margin: auto;
}
.wasabee-dialog button.drawb::before {
content: "🐝";
}
/* classes specific to various dialogs */
.wasabee-dialog-about {
max-width: min-content;
}
.wasabee-dialog-assign {
}
.wasabee-agent-menu {
align-items: center;
}
.wasabee-dialog-auth .content {
display: grid;
}
.wasabee-dialog-autodraws {
}
.wasabee-dialog-autodraws div.container {
display: grid;
grid-template-columns: 1fr;
padding: 4px;
}
.wasabee-dialog-autodraws a {
grid-column-start: 1;
grid-column-end: 2;
}
.wasabee-dialog-blockerlist {
}
.wasabee-dialog-confirm {
align-items: center;
}
.wasabee-dialog-confirm div.title {
}
.wasabee-dialog-wdkeys {
}
.wasabee-dialog-wdkeys div.container {
display: grid;
}
.wasabee-dialog-wdkeys div.portal {
padding: 4px 0px 8px 0px;
}
.wasabee-dialog-wdkeys input {
padding: 4px;
}
.wasabee-dialog-wdkeys button {
}
.wasabee-dialog-export {
}
.wasabee-dialog-export textarea {
width: 96%;
height: 250px;
resize: vertical;
}
.wasabee-dialog-import {
}
.wasabee-dialog-import textarea {
width: 100%;
height: 250px;
resize: vertical;
}
.wasabee-dialog-keylistportal {
}
.wasabee-dialog-keyslist {
}
.wasabee-dialog-keyslist .enough {
color: #03fe03;
font-weight: bold;
}
.wasabee-dialog-keyslist .notenough {
color: #ffce00;
font-weight: bold;
}
.wasabee-dialog-linklist {
}
.wasabee-dialog-manageteam {
}
.wasabee-dialog-manageteam div.container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.wasabee-dialog-manageteam div.list {
grid-column-start: 1;
grid-column-end: 4;
}
.wasabee-dialog-manageteam label {
grid-column-start: 1;
grid-column-end: 2;
}
.wasabee-dialog-manageteam input {
margin: 2px 2px 2px 2px;
grid-column-start: 2;
grid-column-end: 3;
}
.wasabee-dialog-manageteam button {
grid-column-start: 3;
grid-column-end: 4;
}
.wasabee-dialog-markeradd {
}
.wasabee-dialog-markeradd div.content {
display: grid;
grid-template-columns: repeat(2, auto);
}
.wasabee-dialog-markeradd div.portal {
grid-column: 1 / span 2;
}
.wasabee-dialog-markeradd div.content button {
grid-column: 2;
border-radius: 35px;
border-style: groove;
padding: 4px;
border: 2px solid goldenrod;
cursor: pointer;
text-align: center;
text-decoration: underline;
}
.wasabee-dialog-markerlist {
}
.wasabee-dialog-newop {
}
.wasabee-dialog-newop div.buttonset {
display: grid;
grid-template-columns: 1fr;
}
.wasabee-dialog-op-settings div.topset {
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 4px;
}
.wasabee-dialog-op-settings textarea {
grid-column-start: 1;
grid-column-end: 3;
width: auto;
height: 50px;
resize: vertical;
}
.wasabee-dialog-op-settings p.comment {
grid-column-start: 1;
grid-column-end: 3;
}
.wasabee-dialog-op-settings input {
width: auto;
-moz-transform: scale(1);
}
.wasabee-dialog-op-settings div.buttonset {
display: grid;
grid-template-columns: 1fr;
}
.wasabee-dialog-op-settings div.buttonset button {
margin: 4px;
width: 100%;
}
.wasabee-dialog-ops div.container {
overflow-y: hidden;
}
.wasabee-dialog-ops .wasabee-table .actions {
white-space: nowrap;
}
.wasabee-dialog-ops .wasabee-table .actions a {
padding: .25em
}
.wasabee-dialog-ops .wasabee-table.hideOps .visibility {
display: none;
}
.wasabee-dialog-checklist {
}
.wasabee-dialog-perms {
}
.wasabee-dialog-prompt {
}
.wasabee-dialog-prompt div.container {
display: grid;
}
.wasabee-dialog-prompt label {
padding: 4px;
}
.wasabee-dialog-prompt input {
padding: 4px;
}
.wasabee-dialog-setcomment {
}
.wasabee-dialog-setcomment div.container {
display: grid;
}
.wasabee-dialog-setcomment div.desc {
padding: 4px;
}
.wasabee-dialog-setcomment input {
padding: 4px;
width: 96%;
}
.wasabee-dialog-settings {
max-width: min-content;
}
.wasabee-dialog-settings div.container {
display: grid;
grid-template-columns: 1fr 1fr;
}
.wasabee-dialog-settings label {
grid-column-start: 1;
grid-column-end: 2;
}
.wasabee-dialog-settings select {
grid-column-start: 2;
grid-column-end: 3;
}
.wasabee-dialog-settings input {
grid-column-start: 2;
grid-column-end: 3;
}
.wasabee-dialog-settings div.desc {
grid-column-start: 1;
grid-column-end: 3;
}
.wasabee-dialog-settings button {
grid-column-start: 1;
grid-column-end: 3;
}
.wasabee-dialog-trawl div.container {
display: grid;
grid-template-columns: 1fr;
}
.wasabee-dialog-trawl div.container div {
display: grid;
grid-template-columns: auto auto;
}
.wasabee-dialog-wasabee {
}
.wasabee-dialog-wasabee div.container {
display: grid;
}
.wasabee-dialog-wasabee button.server {
grid-column-start: 1;
}
.wasabee-dialog-wasabee button.sendloc {
grid-column-start: 1;
}
.wasabee-dialog-skin div.content {
display: grid;
grid-template-columns: auto auto;
}
.wasabee-dialog-skin div.desc {
grid-column: 1 / span 2;
}
.wasabee-dialog-skin ol.left {
clear:both;
border: 1px solid white;
padding-left: 0;
margin-right: 1em;
}
.wasabee-dialog-skin ul.right {
clear:both;
border: 1px solid white;
padding-left: 0;
}
.wasabee-dialog-skin ul.right {
list-style-type:none;
}
.wasabee-dialog-skin li {
padding: 3px;
border: 1px solid #888;
height: 1.5em;
list-style-position:inside;
}
.wasabee-link-seperator:before {
content: " ➾ ";
}
.wasabee-portal-comment {
font-size: smaller;
font-weight: lighter;
margin-left: 12px;
}
.wasabee-portal-hardness {
font-size: smaller;
font-weight: lighter;
margin-left: 12px;
}
.wasabee-portal-hardness a {
color: #f00 !important;
}
/* in our dialogs and popups, use a darker green for ENL for better contrast */
/* .wasabee-dialog a.wasabee-portal {
color: #ff6600;
text-shadow: 1px 1px #000, 1px -1px #000, -1px 1px #000, -1px -1px #000,
}
.wasabee-dialog a.enl { color: rgb(56, 142, 60) !important; }
.wasabee-dialog a.res { color: rgb(0, 135, 255) !important; }
a.wasabee-portal {
color: #ff6600;
text-shadow: 1px 1px #000, 1px -1px #000, -1px 1px #000, -1px -1px #000,
}
a.wasabee-portal.enl { color: rgb(56, 142, 60) !important; }
a.wasabee-portal.res { color: rgb(0, 135, 255) !important; }
*/
/* marker color */
.CapturePortalMarker {
color: #7d7d7d;
}
.LetDecayPortalAlert {
color: #000000;
}
.DestroyPortalAlert {
color: #ce3b37;
}
.FarmPortalMarker {
color: #f17030;
}
.GotoPortalMarker {
color: #e235a9;
}
.GetKeyPortalMarker {
color: #78b32c;
}
.CreateLinkAlert {
color: #0a5d00;
}
.MeetAgentPortalMarker {
color: #6b553d;
}
.OtherPortalAlert {
color: #3c3c3c;
}
.RechargePortalAlert {
color: #298566;
}
.UpgradePortalAlert {
color: #298566;
}
.UseVirusPortalAlert {
color: #400080;
}
.ExcludeMarker {
color: #000099;
}
.field-count li.empty-field-link div {
display: inline;
padding-left: 1em;
}
.field-count ul {
padding-left: 1em;
}
/* merge dialog */
@media (min-width: 700px) {
.wasabee-dialog-merge .details {
display: grid;
grid-template-columns: auto auto auto;
}
}
.wasabee-dialog-merge .details .wasabee-table {
margin-bottom: auto;
border: 1px solid white;
margin-right: 2px;
margin-left: 2px;
}
.wasabee-dialog-merge .details .wasabee-table code {
display: block;
}
|
src/code/css/wasabee.css
|
.wasabee-tooltip {
background: rgba(30, 130, 76, 0.66);
border: 1px solid transparent;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #fff;
/* font: 12px/18px "Helvetica Neue",Arial,Helvetica,sans-serif; */
margin-left: 20px;
margin-top: -21px;
padding: 2px 4px;
position: absolute;
white-space: nowrap;
z-index: 6;
}
.wasabee-tooltip:before {
border-right: 6px solid #000;
border-right-color: rgba(99, 99, 88, 0.66);
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
content: "";
position: absolute;
top: 7px;
left: -7px;
}
.wasabee-tooltip-single {
margin-top: -12px;
}
.wasabee-error-tooltip {
background-color: #f2dede;
border: 1px solid #e6b6bd;
color: #b94a48;
}
.wasabee-error-tooltip:before {
border-right-color: #e6b6bd;
}
/* used in anything that is a sortable table */
/* .wasabee-table tbody tr:nth-child(2n + 1) td { border-color: rgba(50, 0, 125, 1); } */
.wasabee-table tr {
/* background: rgba(225, 235, 225, 1); */
background: rgba(25, 63, 95, 0.75);
}
.wasabee-table tbody tr:nth-child(2n + 1) {
/* background: rgba(240, 240, 240, 1); */
background: rgba(8, 48, 78, 0.75);
}
.wasabee-table > thead .sortable:before {
content: " ";
display: inline-block;
float: right;
min-width: 1em;
text-align: right;
}
.wasabee-table {
border-collapse: collapse;
empty-cells: show;
width: 100%;
clear: both;
}
.wasabee-table td,
.wasabee-table th {
border-width: 0 1px;
border-style: solid;
/* border-color: rgba(50, 0, 125, 1); */
padding: 3px 4px;
text-align: left;
/* color: rgba(0, 0, 0, 1); */
vertical-align: baseline;
}
.wasabee-table td:first-child,
.wasabee-table th:first-child {
border-left-width: 0;
}
.wasabee-table td:last-child,
.wasabee-table th:last-child {
border-right-width: 0;
}
.wasabee-table > thead .sorted {
/* color: rgba(125, 90, 195, 1); */
}
.wasabee-table > thead .sortable.asc:before {
content: "\25b2";
}
.wasabee-table > thead .sortable.desc:before {
content: "\25bc";
}
// .wasabee-table td.menu { position: relative; min-height: 20px; min-width: 24px; }
/* defined in agent.js, always on an <a> -- can this be pruned ? */
.wasabee-agent-label a {
text-shadow: 1px 1px #000, 1px -1px #000, -1px 1px #000, -1px -1px #000,
0 0 5px #000;
color: #ffb;
font-size: 12px;
line-height: 16px;
text-align: center;
padding: 2px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
pointer-events: none;
}
/* this class is appended to leaflet-popup so we can adjust without stepping on other plugins */
.wasabee-popup {
background: rgba(235, 235, 235, 0.75) !important;
-webkit-border-radius: 6px !important;
font-weight: bolder;
}
#map .wasabee-popup .leaflet-popup-content {
color: black;
}
.wasabee-popup a.enl {
color: rgb(56, 142, 60) !important;
}
.wasabee-popup a.res {
color: rgb(0, 135, 255) !important;
}
.wasabee-marker-popup {
}
.wasabee-marker-popup div.desc {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #000;
padding: 4px 4px;
}
.wasabee-popup-assignment {
padding: 0px 4px 0px 4px;
text-overflow: ellipsis;
white-space: nowrap;
color: #000;
}
.wasabee-popup-assignment a.wasabee-agent-label {
margin-left: 4px;
}
.wasabee-marker-popup-kind {
margin-right: 4px;
text-overflow: ellipsis;
white-space: nowrap;
color: #000;
}
.wasabee-marker-popup-comment {
font-weight: initial;
}
.wasabee-marker-popup-kind {
cursor: pointer;
}
.wasabee-marker-popup-kind:hover {
text-decoration: underline;
}
.wasabee-marker-buttonset {
}
.wasabee-marker-buttonset button {
display: block;
width: 100%;
}
.wasabee-agent-popup {
}
.wasabee-agent-popup div.desc {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #000;
padding: 0px 4px;
}
.wasabee-agent-popup button {
display: block;
width: 100%;
}
.wasabee-agent-popup ul.assignments {
color: rgb(56, 142, 60);
}
.wasabee-agent-popup li.assignment {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.wasabee-anchor-popup {
}
.wasabee-anchor-popup div.desc {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #000;
padding: 0px 4px;
}
.wasabee-anchor-buttonset {
}
.wasabee-anchor-buttonset button {
display: block;
width: 100%;
}
.wasabee-wd-popup ul {
padding-left: 1em;
}
.wasabee-marker-icon {
background-size: cover;
}
.wasabee-marker-icon.CapturePortalMarker {
background-image: url(../images/wasabee_markers_capture_pending.svg)
}
.wasabee-marker-icon.CapturePortalMarker.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_capture_assigned.svg)
}
.wasabee-marker-icon.CapturePortalMarker.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_capture_acknowledge.svg)
}
.wasabee-marker-icon.CapturePortalMarker.wasabee-status-completed {
background-image: url(../images/wasabee_markers_capture_done.svg)
}
.wasabee-marker-icon.LetDecayPortalAlert {
background-image: url(../images/wasabee_markers_decay_pending.svg)
}
.wasabee-marker-icon.LetDecayPortalAlert.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_decay_assigned.svg)
}
.wasabee-marker-icon.LetDecayPortalAlert.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_decay_acknowledge.svg)
}
.wasabee-marker-icon.LetDecayPortalAlert.wasabee-status-completed {
background-image: url(../images/wasabee_markers_decay_done.svg)
}
.wasabee-marker-icon.DestroyPortalAlert {
background-image: url(../images/wasabee_markers_destroy_pending.svg)
}
.wasabee-marker-icon.DestroyPortalAlert.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_destroy_assigned.svg)
}
.wasabee-marker-icon.DestroyPortalAlert.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_destroy_acknowledge.svg)
}
.wasabee-marker-icon.DestroyPortalAlert.wasabee-status-completed {
background-image: url(../images/wasabee_markers_destroy_done.svg)
}
.wasabee-marker-icon.FarmPortalMarker {
background-image: url(../images/wasabee_markers_farm_pending.svg)
}
.wasabee-marker-icon.FarmPortalMarker.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_farm_assigned.svg)
}
.wasabee-marker-icon.FarmPortalMarker.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_farm_acknowledge.svg)
}
.wasabee-marker-icon.FarmPortalMarker.wasabee-status-completed {
background-image: url(../images/wasabee_markers_farm_done.svg)
}
.wasabee-marker-icon.GotoPortalMarker {
background-image: url(../images/wasabee_markers_goto_pending.svg)
}
.wasabee-marker-icon.GotoPortalMarker.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_goto_assigned.svg)
}
.wasabee-marker-icon.GotoPortalMarker.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_goto_acknowledged.svg)
}
.wasabee-marker-icon.GotoPortalMarker.wasabee-status-completed {
background-image: url(../images/wasabee_markers_goto_done.svg)
}
.wasabee-marker-icon.GetKeyPortalMarker {
background-image: url(../images/wasabee_markers_key_pending.svg)
}
.wasabee-marker-icon.GetKeyPortalMarker.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_key_assigned.svg)
}
.wasabee-marker-icon.GetKeyPortalMarker.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_key_acknowledged.svg)
}
.wasabee-marker-icon.GetKeyPortalMarker.wasabee-status-completed {
background-image: url(../images/wasabee_markers_key_done.svg)
}
.wasabee-marker-icon.CreateLinkAlert {
background-image: url(../images/wasabee_markers_link_pending.svg)
}
.wasabee-marker-icon.CreateLinkAlert.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_link_assigned.svg)
}
.wasabee-marker-icon.CreateLinkAlert.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_link_acknowledged.svg)
}
.wasabee-marker-icon.CreateLinkAlert.wasabee-status-completed {
background-image: url(../images/wasabee_markers_link_done.svg)
}
.wasabee-marker-icon.MeetAgentPortalMarker {
background-image: url(../images/wasabee_markers_meetagent_pending.svg)
}
.wasabee-marker-icon.MeetAgentPortalMarker.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_meetagent_assigned.svg)
}
.wasabee-marker-icon.MeetAgentPortalMarker.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_meetagent_acknowledge.svg)
}
.wasabee-marker-icon.MeetAgentPortalMarker.wasabee-status-completed {
background-image: url(../images/wasabee_markers_meetagent_done.svg)
}
.wasabee-marker-icon.OtherPortalAlert {
background-image: url(../images/wasabee_markers_other_pending.svg)
}
.wasabee-marker-icon.OtherPortalAlert.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_other_assigned.svg)
}
.wasabee-marker-icon.OtherPortalAlert.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_other_acknowledge.svg)
}
.wasabee-marker-icon.OtherPortalAlert.wasabee-status-completed {
background-image: url(../images/wasabee_markers_other_done.svg)
}
.wasabee-marker-icon.RechargePortalAlert {
background-image: url(../images/wasabee_markers_recharge_pending.svg)
}
.wasabee-marker-icon.RechargePortalAlert.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_recharge_assigned.svg)
}
.wasabee-marker-icon.RechargePortalAlert.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_recharge_acknowledge.svg)
}
.wasabee-marker-icon.RechargePortalAlert.wasabee-status-completed {
background-image: url(../images/wasabee_markers_recharge_done.svg)
}
.wasabee-marker-icon.UpgradePortalAlert {
background-image: url(../images/wasabee_markers_upgrade_pending.svg)
}
.wasabee-marker-icon.UpgradePortalAlert.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_upgrade_assigned.svg)
}
.wasabee-marker-icon.UpgradePortalAlert.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_upgrade_acknowledge.svg)
}
.wasabee-marker-icon.UpgradePortalAlert.wasabee-status-completed {
background-image: url(../images/wasabee_markers_upgrade_done.svg)
}
.wasabee-marker-icon.UseVirusPortalAlert {
background-image: url(../images/wasabee_markers_virus_pending.svg)
}
.wasabee-marker-icon.UseVirusPortalAlert.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_virus_assigned.svg)
}
.wasabee-marker-icon.UseVirusPortalAlert.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_virus_acknowledge.svg)
}
.wasabee-marker-icon.UseVirusPortalAlert.wasabee-status-completed {
background-image: url(../images/wasabee_markers_virus_done.svg)
}
.wasabee-marker-icon.ExcludeMarker {
background-image: url(../images/wasabee_markers_exclude_pending.svg)
}
.wasabee-marker-icon.ExcludeMarker.wasabee-status-assigned {
background-image: url(../images/wasabee_markers_exclude_assigned.svg)
}
.wasabee-marker-icon.ExcludeMarker.wasabee-status-acknowledged {
background-image: url(../images/wasabee_markers_exclude_assigned.svg)
}
.wasabee-marker-icon.ExcludeMarker.wasabee-status-completed {
background-image: url(../images/wasabee_markers_exclude_done.svg)
}
.wasabee-defense-icon {
background-size: cover;
background-image: url(../images/wasabee_markers_key_done.svg)
}
.wasabee-anchor-icon {
background-size: 25px 41px;
}
.wasabee-anchor-icon.wasabee-layer-main {
background-image: url(../images/pin_red.svg)
}
.wasabee-anchor-icon.wasabee-layer-groupa {
background-image: url(../images/pin_orange.svg)
}
.wasabee-anchor-icon.wasabee-layer-groupb {
background-image: url(../images/pin_yellow.svg)
}
.wasabee-anchor-icon.wasabee-layer-groupc {
background-image: url(../images/pin_tan.svg)
}
.wasabee-anchor-icon.wasabee-layer-groupd {
background-image: url(../images/pin_purple.svg)
}
.wasabee-anchor-icon.wasabee-layer-groupe {
background-image: url(../images/pin_teal.svg)
}
.wasabee-anchor-icon.wasabee-layer-groupf {
background-image: url(../images/pin_magenta.svg)
}
/* all dialogs get this class -- do global stuff with it */
/* .wasabee-dialog {
background-color: rgba(250, 250, 250, 0.9);
border: 1px solid rgba(35, 175, 30, 0.75);
color: #000;
cursor: pointer;
margin-top: 4px;
margin-bottom: 2px;
}
.wasabee-dialog button {
cursor: pointer;
padding: 1px 7px 2px;
border: initial;
background-color: buttonface;
color: buttontext;
border-image: initial;
border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
border-width: 1px;
border-style: solid;
margin: 2px 0px 2px 0px;
}
.wasabee-dialog input {
color: initial;
background-color: rgba(240, 255, 240, 1);
padding: 2px 4px;
}
.wasabee-dialog a {
color: rgba(125, 90, 195, 1);
}
.wasabee-dialog h3 {
color: rgba(125, 90, 195, 1);
}
.wasabee-dialog div.ui-dialog-titlebar {
background-color: rgba(150, 150, 150, 1);
color: #000;
text-align: left;
line-height: 14px;
font-size: 13px;
border: 1px solid rgba(180, 190, 180, 1);
}
.wasabee-dialog span.ui-dialog-title { }
.wasabee-dialog span.ui-dialog-title-active {
color: rgba(15, 250, 5, 1);
}
.wasabee-dialog .ui-dialog-titlebar-button {
border: 1px solid rgba(15, 250, 5, 1);
color: rgba(15, 250, 5, 1);
}
.wasabee-dialog .ui-dialog-content {
background-color: rgba(180, 190, 180, .8);
}
.wasabee-dialog .ui-dialog-buttonpane {
background-color: rgba(180, 190, 180, .8);
padding: 4px;
border-top: initial;
} */
.wasabee-dialog input[type=checkbox] {
margin: auto;
}
.wasabee-dialog button.drawb::before {
content: "🐝";
}
/* classes specific to various dialogs */
.wasabee-dialog-about {
max-width: min-content;
}
.wasabee-dialog-assign {
}
.wasabee-agent-menu {
align-items: center;
}
.wasabee-dialog-auth .content {
display: grid;
}
.wasabee-dialog-autodraws {
}
.wasabee-dialog-autodraws div.container {
display: grid;
grid-template-columns: 1fr;
padding: 4px;
}
.wasabee-dialog-autodraws a {
grid-column-start: 1;
grid-column-end: 2;
}
.wasabee-dialog-blockerlist {
}
.wasabee-dialog-confirm {
align-items: center;
}
.wasabee-dialog-confirm div.title {
}
.wasabee-dialog-wdkeys {
}
.wasabee-dialog-wdkeys div.container {
display: grid;
}
.wasabee-dialog-wdkeys div.portal {
padding: 4px 0px 8px 0px;
}
.wasabee-dialog-wdkeys input {
padding: 4px;
}
.wasabee-dialog-wdkeys button {
}
.wasabee-dialog-export {
}
.wasabee-dialog-export textarea {
width: 96%;
height: 250px;
resize: vertical;
}
.wasabee-dialog-import {
}
.wasabee-dialog-import textarea {
width: 100%;
height: 250px;
resize: vertical;
}
.wasabee-dialog-keylistportal {
}
.wasabee-dialog-keyslist {
}
.wasabee-dialog-keyslist .enough {
color: #03fe03;
font-weight: bold;
}
.wasabee-dialog-keyslist .notenough {
color: #ffce00;
font-weight: bold;
}
.wasabee-dialog-linklist {
}
.wasabee-dialog-manageteam {
}
.wasabee-dialog-manageteam div.container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.wasabee-dialog-manageteam div.list {
grid-column-start: 1;
grid-column-end: 4;
}
.wasabee-dialog-manageteam label {
grid-column-start: 1;
grid-column-end: 2;
}
.wasabee-dialog-manageteam input {
margin: 2px 2px 2px 2px;
grid-column-start: 2;
grid-column-end: 3;
}
.wasabee-dialog-manageteam button {
grid-column-start: 3;
grid-column-end: 4;
}
.wasabee-dialog-markeradd {
}
.wasabee-dialog-markeradd div.content {
display: grid;
grid-template-columns: repeat(2, auto);
}
.wasabee-dialog-markeradd div.portal {
grid-column: 1 / span 2;
}
.wasabee-dialog-markeradd div.content button {
grid-column: 2;
border-radius: 35px;
border-style: groove;
padding: 4px;
border: 2px solid goldenrod;
cursor: pointer;
text-align: center;
text-decoration: underline;
}
.wasabee-dialog-markerlist {
}
.wasabee-dialog-newop {
}
.wasabee-dialog-newop div.buttonset {
display: grid;
grid-template-columns: 1fr;
}
.wasabee-dialog-op-settings div.topset {
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 4px;
}
.wasabee-dialog-op-settings textarea {
grid-column-start: 1;
grid-column-end: 3;
width: auto;
height: 50px;
resize: vertical;
}
.wasabee-dialog-op-settings p.comment {
grid-column-start: 1;
grid-column-end: 3;
}
.wasabee-dialog-op-settings input {
width: auto;
-moz-transform: scale(1);
}
.wasabee-dialog-op-settings div.buttonset {
display: grid;
grid-template-columns: 1fr;
}
.wasabee-dialog-op-settings div.buttonset button {
margin: 4px;
width: 100%;
}
.wasabee-dialog-ops div.container {
overflow-y: hidden;
}
.wasabee-dialog-ops .wasabee-table .actions {
white-space: nowrap;
}
.wasabee-dialog-ops .wasabee-table .actions a {
padding: .25em
}
.wasabee-dialog-ops .wasabee-table.hideOps .visibility {
display: none;
}
.wasabee-dialog-checklist {
}
.wasabee-dialog-perms {
}
.wasabee-dialog-prompt {
}
.wasabee-dialog-prompt div.container {
display: grid;
}
.wasabee-dialog-prompt label {
padding: 4px;
}
.wasabee-dialog-prompt input {
padding: 4px;
}
.wasabee-dialog-setcomment {
}
.wasabee-dialog-setcomment div.container {
display: grid;
}
.wasabee-dialog-setcomment div.desc {
padding: 4px;
}
.wasabee-dialog-setcomment input {
padding: 4px;
width: 96%;
}
.wasabee-dialog-settings {
max-width: min-content;
}
.wasabee-dialog-settings div.container {
display: grid;
grid-template-columns: 1fr 1fr;
}
.wasabee-dialog-settings label {
grid-column-start: 1;
grid-column-end: 2;
}
.wasabee-dialog-settings select {
grid-column-start: 2;
grid-column-end: 3;
}
.wasabee-dialog-settings input {
grid-column-start: 2;
grid-column-end: 3;
}
.wasabee-dialog-settings div.desc {
grid-column-start: 1;
grid-column-end: 3;
}
.wasabee-dialog-settings button {
grid-column-start: 1;
grid-column-end: 3;
}
.wasabee-dialog-trawl div.container {
display: grid;
grid-template-columns: 1fr;
}
.wasabee-dialog-trawl div.container div {
display: grid;
grid-template-columns: auto auto;
}
.wasabee-dialog-wasabee {
}
.wasabee-dialog-wasabee div.container {
display: grid;
}
.wasabee-dialog-wasabee button.server {
grid-column-start: 1;
}
.wasabee-dialog-wasabee button.sendloc {
grid-column-start: 1;
}
.wasabee-dialog-skin div.content {
display: grid;
grid-template-columns: auto auto;
}
.wasabee-dialog-skin div.desc {
grid-column: 1 / span 2;
}
.wasabee-dialog-skin ol.left {
clear:both;
border: 1px solid white;
padding-left: 0;
margin-right: 1em;
}
.wasabee-dialog-skin ul.right {
clear:both;
border: 1px solid white;
padding-left: 0;
}
.wasabee-dialog-skin ul.right {
list-style-type:none;
}
.wasabee-dialog-skin li {
padding: 3px;
border: 1px solid #888;
height: 1.5em;
list-style-position:inside;
}
.wasabee-link-seperator:before {
content: " ➾ ";
}
.wasabee-portal-comment {
font-size: smaller;
font-weight: lighter;
margin-left: 12px;
}
.wasabee-portal-hardness {
font-size: smaller;
font-weight: lighter;
margin-left: 12px;
}
.wasabee-portal-hardness a {
color: #f00 !important;
}
/* in our dialogs and popups, use a darker green for ENL for better contrast */
/* .wasabee-dialog a.wasabee-portal {
color: #ff6600;
text-shadow: 1px 1px #000, 1px -1px #000, -1px 1px #000, -1px -1px #000,
}
.wasabee-dialog a.enl { color: rgb(56, 142, 60) !important; }
.wasabee-dialog a.res { color: rgb(0, 135, 255) !important; }
a.wasabee-portal {
color: #ff6600;
text-shadow: 1px 1px #000, 1px -1px #000, -1px 1px #000, -1px -1px #000,
}
a.wasabee-portal.enl { color: rgb(56, 142, 60) !important; }
a.wasabee-portal.res { color: rgb(0, 135, 255) !important; }
*/
/* marker color */
.CapturePortalMarker {
color: #7d7d7d;
}
.LetDecayPortalAlert {
color: #000000;
}
.DestroyPortalAlert {
color: #ce3b37;
}
.FarmPortalMarker {
color: #f17030;
}
.GotoPortalMarker {
color: #e235a9;
}
.GetKeyPortalMarker {
color: #78b32c;
}
.CreateLinkAlert {
color: #0a5d00;
}
.MeetAgentPortalMarker {
color: #6b553d;
}
.OtherPortalAlert {
color: #3c3c3c;
}
.RechargePortalAlert {
color: #298566;
}
.UpgradePortalAlert {
color: #298566;
}
.UseVirusPortalAlert {
color: #400080;
}
.ExcludeMarker {
color: #000099;
}
.field-count li.empty-field-link div {
display: inline;
padding-left: 1em;
}
.field-count ul {
padding-left: 1em;
}
/* merge dialog */
@media (min-width: 700px) {
.wasabee-dialog-merge .details {
display: grid;
grid-template-columns: auto auto auto;
}
}
.wasabee-dialog-merge .details .wasabee-table {
margin-bottom: auto;
border: 1px solid white;
margin-right: 2px;
margin-left: 2px;
}
.wasabee-dialog-merge .details .wasabee-table code {
display: block;
}
| 0.324235 | 0.095223 |
.bg-dark{
background-color:#ccccb3 !important;
}
.navbar-dark .navbar-nav .nav-link.active{
color:#2e2e1f !important;
}
.navbar-dark .navbar-nav .nav-link {
color: #2e2e1f;
}
.navbar-wrapper {
position:relative;
}
.carousel {
top:0;
}
.carousel-inner {
width: 100%;
overflow: hidden;
}
.navbarEdit {
position:absolute;
top:0;
z-index:10;
background: #ccccb3; opacity: 0.85;
width:100%;
padding: 0% 30px 0%;
}
.count{
text-align: center;
padding:30px 0px 30px;
background-image: linear-gradient(to right, #c2c2a3, white);
color:#3d3d29;
}
.line{
border-left:1px inset #c2c2a3;
}
.count .fas{
font-size:40px;
color:#c2c2a3;
}
.count span{
/* border:1px solid #a3a375; */
/* border-radius: 50%; */
color:#a3a375;
}
.upperFooter ul{
text-align:center;
list-style-type: none;
margin: 0;
padding: 0;
}
.upperFooter li{
display:inline;
}
.upperFooter li a{
text-decoration: none;
color:white;
padding-left:55px;
font-size:12px;
}
.navbar-brand img{
height: 30px;
width:30px;
border-radius: 50%;
}
.nav-item{
padding: 0% 50px 0% 20px!important;
}
.navbar-nav{
/* padding: 0% 20px 0% !important; */
line-height: 40px;
}
.carousel-item img{
height:500px !important;
}
.header{
text-align: center;
padding-top:50px;
}
.footer a{color:#cccc99 !important;}
.head{
text-shadow: 2px 2px #3d3d29;
color: #c0c0a5;
}
.divider-1 .line {
width: 160px;
margin: 0 auto;
border-bottom: 1px dashed grey;
padding-top: 30px;
}
.section1{
background-image: linear-gradient(to right, #c2c2a3, white);
}
.content{
padding: 70px 0% 0% 0%;
text-align: justify;
}
.logo{
/* padding:0%; */
text-align:center;
padding-left: 30px;
}
.logo i{
font-size:50px;
color:#999966;
}
section{
/* width: 100%; */
padding: 0px 60px 60px;
/* background: url(imgs/new5.jpg) 50% 0 no-repeat fixed ; */
/* min-height:500px; */
/* background-repeat: no-repeat; */
/* background-attachment: fixed; */
/* background-size: cover; */
}
.subcontent p{
line-height: 25px;
}
.content2{
padding-top:30px;
}
.content2 p{
text-align: justify;
padding-top:40px;
}
.content2 i{
text-align: center;
background-color:#a3a375;
/* height:90px; */
/* width:90px; */
color:white;
border-radius: 50%;
padding: 15%;
font-size:80px;
}
.second{
background-image: linear-gradient(to bottom, #4d4d33, #adad85);
height:300px;
}
.second img{
/* text-align: center; */
border-radius: 50%;
width:150px;
height:150px !important;
padding-bottom:10px;
}
.footer{
padding-top:40px;
/* background-image: url(imgs/new5.jpg); */
/* background-size: cover; */
/* margin-left:auto; */
color: whitesmoke;
}
.footer img{
height:50px;
width: 50px;
}
.footer p{
text-align: justify;
}
.upper-footer{
padding-bottom:20px;
width: 100%;
}
.base{
background-image: linear-gradient(to top, #4d4d33, #adad85);
/* padding:10px 0px; */
color: #d6d6c2;
padding: 10px 0px;
}
.media i{
font-size: 25px;
padding-left:20px;
}
.profiles{
text-align: center;
/* padding-top:50px; */
}
.profiles h2{
background-image: linear-gradient(to top, #4d4d33, #adad85);
color:white;
margin:0px;
}
.content2 .logo{
background-image: linear-gradient(to left, white, #999966);
padding-top:20px;
}
.zoom{
transform: scale(1.5);
}
|
style.css
|
.bg-dark{
background-color:#ccccb3 !important;
}
.navbar-dark .navbar-nav .nav-link.active{
color:#2e2e1f !important;
}
.navbar-dark .navbar-nav .nav-link {
color: #2e2e1f;
}
.navbar-wrapper {
position:relative;
}
.carousel {
top:0;
}
.carousel-inner {
width: 100%;
overflow: hidden;
}
.navbarEdit {
position:absolute;
top:0;
z-index:10;
background: #ccccb3; opacity: 0.85;
width:100%;
padding: 0% 30px 0%;
}
.count{
text-align: center;
padding:30px 0px 30px;
background-image: linear-gradient(to right, #c2c2a3, white);
color:#3d3d29;
}
.line{
border-left:1px inset #c2c2a3;
}
.count .fas{
font-size:40px;
color:#c2c2a3;
}
.count span{
/* border:1px solid #a3a375; */
/* border-radius: 50%; */
color:#a3a375;
}
.upperFooter ul{
text-align:center;
list-style-type: none;
margin: 0;
padding: 0;
}
.upperFooter li{
display:inline;
}
.upperFooter li a{
text-decoration: none;
color:white;
padding-left:55px;
font-size:12px;
}
.navbar-brand img{
height: 30px;
width:30px;
border-radius: 50%;
}
.nav-item{
padding: 0% 50px 0% 20px!important;
}
.navbar-nav{
/* padding: 0% 20px 0% !important; */
line-height: 40px;
}
.carousel-item img{
height:500px !important;
}
.header{
text-align: center;
padding-top:50px;
}
.footer a{color:#cccc99 !important;}
.head{
text-shadow: 2px 2px #3d3d29;
color: #c0c0a5;
}
.divider-1 .line {
width: 160px;
margin: 0 auto;
border-bottom: 1px dashed grey;
padding-top: 30px;
}
.section1{
background-image: linear-gradient(to right, #c2c2a3, white);
}
.content{
padding: 70px 0% 0% 0%;
text-align: justify;
}
.logo{
/* padding:0%; */
text-align:center;
padding-left: 30px;
}
.logo i{
font-size:50px;
color:#999966;
}
section{
/* width: 100%; */
padding: 0px 60px 60px;
/* background: url(imgs/new5.jpg) 50% 0 no-repeat fixed ; */
/* min-height:500px; */
/* background-repeat: no-repeat; */
/* background-attachment: fixed; */
/* background-size: cover; */
}
.subcontent p{
line-height: 25px;
}
.content2{
padding-top:30px;
}
.content2 p{
text-align: justify;
padding-top:40px;
}
.content2 i{
text-align: center;
background-color:#a3a375;
/* height:90px; */
/* width:90px; */
color:white;
border-radius: 50%;
padding: 15%;
font-size:80px;
}
.second{
background-image: linear-gradient(to bottom, #4d4d33, #adad85);
height:300px;
}
.second img{
/* text-align: center; */
border-radius: 50%;
width:150px;
height:150px !important;
padding-bottom:10px;
}
.footer{
padding-top:40px;
/* background-image: url(imgs/new5.jpg); */
/* background-size: cover; */
/* margin-left:auto; */
color: whitesmoke;
}
.footer img{
height:50px;
width: 50px;
}
.footer p{
text-align: justify;
}
.upper-footer{
padding-bottom:20px;
width: 100%;
}
.base{
background-image: linear-gradient(to top, #4d4d33, #adad85);
/* padding:10px 0px; */
color: #d6d6c2;
padding: 10px 0px;
}
.media i{
font-size: 25px;
padding-left:20px;
}
.profiles{
text-align: center;
/* padding-top:50px; */
}
.profiles h2{
background-image: linear-gradient(to top, #4d4d33, #adad85);
color:white;
margin:0px;
}
.content2 .logo{
background-image: linear-gradient(to left, white, #999966);
padding-top:20px;
}
.zoom{
transform: scale(1.5);
}
| 0.31785 | 0.090093 |
:root {
--primary: #555BFF;
--secondary: #22D2A0;
--background: white;
--green: #1FC11B;
--yellow: #FFD913;
--orange: #FF9C55;
--red: #FF5555;
--body: #222222;
}
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
height: 100vh;
width: 100vw;
font-family: 'Roboto', sans-serif;
/* background-color: var(--body); */
}
.section1{
height: 100%;
width: 100%;
display: grid;
grid-template-rows: 50% 50%;
}
.svg{
grid-row-start: 1;
grid-row-end: 1;
justify-self: center;
align-self: center;
overflow: visible;
}
.q1{
animation: slide1 1.5s infinite
}
@keyframes slide1{
0%{
transform: translateX(0%);
}
50%{
transform: translateX(-30%);
}
}
.q2{
animation: slide1 1.5s infinite
}
@keyframes slide1{
0%{
transform: translateX(0%);
}
50%{
transform: translateX(-30%);
}
}
.q3{
animation: slide1 1.5s infinite
}
@keyframes slide1{
0%{
transform: translateX(0%);
}
50%{
transform: translateX(-30%);
}
}
.q4{
animation: slide1 1.5s infinite
}
@keyframes slide1{
0%{
transform: translateX(0%);
}
50%{
transform: translateX(-30%);
}
}
.q5{
animation: slide1 1.5s infinite
}
@keyframes slide1{
0%{
transform: translateX(0%);
}
50%{
transform: translateX(-30%);
}
}
.row2{
grid-row-start: 2;
grid-row-end: 2;
justify-self: center;
align-self: center;
/* flex-direction: column; */
}
h2{
font-weight: 200;
}
.card {
grid-row-start: 2;
grid-row-end: 2;
justify-self: center;
align-self: center;
background-color: var(--background);
display: block;
width: 60vw;
height: auto;
border: 3px solid var(--primary);
padding: 1rem;
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--green),
20px -20px 0 -3px var(--background), 20px -20px var(--yellow),
30px -30px 0 -3px var(--background), 30px -30px var(--orange),
40px -40px 0 -3px var(--background), 40px -40px var(--red);
transition: box-shadow 1s, top 1s, left 1s;
position: relative;
top: 0;
left: 0;
cursor: pointer;
}
.card:hover {
top: -40px;
left: 40px;
box-shadow: 0 0 0 -3px var(--background), 0 0 0 0 var(--green),
0 0 0 -3px var(--background), 0 0 0 0 var(--yellow),
0 0 0 -3px var(--background), 0 0 0 0 var(--orange),
0 0 0 -3px var(--background), 0 0 0 0 var(--red);
}
.svg2{
grid-row-start: 2;
grid-row-end: 2;
justify-self: flex-end;
align-self: flex-end;
margin-bottom: 1rem;
overflow: visible;
color: var(--orange);
}
.p1{
animation: slide2 1.5s infinite
}
@keyframes slide2{
0%{
transform: translateY(0%);
}
50%{
transform: translateY(-50%);
}
}
.p2{
animation: slide2 1.5s infinite;
animation-delay: 0.2s;
}
@keyframes slide2{
15%{
transform: translateY(0%);
}
50%{
transform: translateY(-50%);
}
}
@media only screen and (min-width: 800px){
.svg2{
justify-self: flex-start;
align-self: center;
}
}
|
day_1/exercice_2/style.css
|
:root {
--primary: #555BFF;
--secondary: #22D2A0;
--background: white;
--green: #1FC11B;
--yellow: #FFD913;
--orange: #FF9C55;
--red: #FF5555;
--body: #222222;
}
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
height: 100vh;
width: 100vw;
font-family: 'Roboto', sans-serif;
/* background-color: var(--body); */
}
.section1{
height: 100%;
width: 100%;
display: grid;
grid-template-rows: 50% 50%;
}
.svg{
grid-row-start: 1;
grid-row-end: 1;
justify-self: center;
align-self: center;
overflow: visible;
}
.q1{
animation: slide1 1.5s infinite
}
@keyframes slide1{
0%{
transform: translateX(0%);
}
50%{
transform: translateX(-30%);
}
}
.q2{
animation: slide1 1.5s infinite
}
@keyframes slide1{
0%{
transform: translateX(0%);
}
50%{
transform: translateX(-30%);
}
}
.q3{
animation: slide1 1.5s infinite
}
@keyframes slide1{
0%{
transform: translateX(0%);
}
50%{
transform: translateX(-30%);
}
}
.q4{
animation: slide1 1.5s infinite
}
@keyframes slide1{
0%{
transform: translateX(0%);
}
50%{
transform: translateX(-30%);
}
}
.q5{
animation: slide1 1.5s infinite
}
@keyframes slide1{
0%{
transform: translateX(0%);
}
50%{
transform: translateX(-30%);
}
}
.row2{
grid-row-start: 2;
grid-row-end: 2;
justify-self: center;
align-self: center;
/* flex-direction: column; */
}
h2{
font-weight: 200;
}
.card {
grid-row-start: 2;
grid-row-end: 2;
justify-self: center;
align-self: center;
background-color: var(--background);
display: block;
width: 60vw;
height: auto;
border: 3px solid var(--primary);
padding: 1rem;
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--green),
20px -20px 0 -3px var(--background), 20px -20px var(--yellow),
30px -30px 0 -3px var(--background), 30px -30px var(--orange),
40px -40px 0 -3px var(--background), 40px -40px var(--red);
transition: box-shadow 1s, top 1s, left 1s;
position: relative;
top: 0;
left: 0;
cursor: pointer;
}
.card:hover {
top: -40px;
left: 40px;
box-shadow: 0 0 0 -3px var(--background), 0 0 0 0 var(--green),
0 0 0 -3px var(--background), 0 0 0 0 var(--yellow),
0 0 0 -3px var(--background), 0 0 0 0 var(--orange),
0 0 0 -3px var(--background), 0 0 0 0 var(--red);
}
.svg2{
grid-row-start: 2;
grid-row-end: 2;
justify-self: flex-end;
align-self: flex-end;
margin-bottom: 1rem;
overflow: visible;
color: var(--orange);
}
.p1{
animation: slide2 1.5s infinite
}
@keyframes slide2{
0%{
transform: translateY(0%);
}
50%{
transform: translateY(-50%);
}
}
.p2{
animation: slide2 1.5s infinite;
animation-delay: 0.2s;
}
@keyframes slide2{
15%{
transform: translateY(0%);
}
50%{
transform: translateY(-50%);
}
}
@media only screen and (min-width: 800px){
.svg2{
justify-self: flex-start;
align-self: center;
}
}
| 0.455441 | 0.143008 |
.cart-item {
/* py-3 md:py-4 lg:py-5 flex md:items-end space-x-3 md:space-x-4 lg:space-x-5 border-b border-black */
display: flex;
margin-left: 10px;
}
.cart-item .image {
/* w-24 h-24 md:w-48 md:h-48 lg:w-56 lg:h-56 rounded relative */
position: relative;
width: 96px;
}
.cart-item .info {
display: flex;
flex-direction: column;
flex-grow: 1;
margin-left: 10px;
}
.cart-item .info .name p {
font-size: 1.4em;
line-height: 0;
}
.cart-item .secondary {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
flex-grow: 1;
}
.cart-item .secondary .price {
/* text-lg md:text-xl lg:text-2xl */
}
.cart-item .secondary .actions-container {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.cart-item .secondary .actions-container .actions {
display: inline-flex;
align-items: center;
}
.cart-item .secondary .actions-container .action {
color: black;
}
.cart-item .secondary .actions-container .action:hover {
color: white;
}
.cart-item .secondary .actions-container .actions span:first-child {
padding: 0 10px 0 0;
}
.cart-item .secondary .actions-container .actions span:not(:first-child) {
padding: 0 10px;
}
@media (min-width: 576px) {
.cart-item {
/* py-3 md:py-4 lg:py-5 flex md:items-end space-x-3 md:space-x-4 lg:space-x-5 border-b border-black */
display: flex;
align-items: flex-end;
}
.cart-item .image {
/* w-24 h-24 md:w-48 md:h-48 lg:w-56 lg:h-56 rounded relative */
position: relative;
width: 192px;
}
.cart-item .info {
display: flex;
flex-grow: 1;
flex-direction: row;
align-items: flex-end;
margin-left: 10px;
}
.cart-item .info .name {
flex-grow: 1;
/* text-xl md:text-2xl lg:text-3xl */
}
.cart-item .info .name p {
font-size: 1.6em;
}
.cart-item .secondary {
display: flex;
flex-direction: column;
justify-content: space-between;
flex-grow: 1;
align-items: flex-end;
}
.cart-item .secondary .price {
/* text-lg md:text-xl lg:text-2xl */
}
.cart-item .secondary .actions-container {
width: 100%;
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: flex-end;
}
.cart-item .secondary .actions-container .actions {
/* md:pb-4 lg:pb-5 inline-flex items-center */
display: inline-flex;
align-items: center;
padding-bottom: 24px;
}
.cart-item .secondary .actions-container .actions span:first-child {
padding: 0 10px 0 0;
}
.cart-item .secondary .actions-container .actions span:not(:first-child) {
padding: 0 10px;
}
}
|
src/components/cart/item.css
|
.cart-item {
/* py-3 md:py-4 lg:py-5 flex md:items-end space-x-3 md:space-x-4 lg:space-x-5 border-b border-black */
display: flex;
margin-left: 10px;
}
.cart-item .image {
/* w-24 h-24 md:w-48 md:h-48 lg:w-56 lg:h-56 rounded relative */
position: relative;
width: 96px;
}
.cart-item .info {
display: flex;
flex-direction: column;
flex-grow: 1;
margin-left: 10px;
}
.cart-item .info .name p {
font-size: 1.4em;
line-height: 0;
}
.cart-item .secondary {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
flex-grow: 1;
}
.cart-item .secondary .price {
/* text-lg md:text-xl lg:text-2xl */
}
.cart-item .secondary .actions-container {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.cart-item .secondary .actions-container .actions {
display: inline-flex;
align-items: center;
}
.cart-item .secondary .actions-container .action {
color: black;
}
.cart-item .secondary .actions-container .action:hover {
color: white;
}
.cart-item .secondary .actions-container .actions span:first-child {
padding: 0 10px 0 0;
}
.cart-item .secondary .actions-container .actions span:not(:first-child) {
padding: 0 10px;
}
@media (min-width: 576px) {
.cart-item {
/* py-3 md:py-4 lg:py-5 flex md:items-end space-x-3 md:space-x-4 lg:space-x-5 border-b border-black */
display: flex;
align-items: flex-end;
}
.cart-item .image {
/* w-24 h-24 md:w-48 md:h-48 lg:w-56 lg:h-56 rounded relative */
position: relative;
width: 192px;
}
.cart-item .info {
display: flex;
flex-grow: 1;
flex-direction: row;
align-items: flex-end;
margin-left: 10px;
}
.cart-item .info .name {
flex-grow: 1;
/* text-xl md:text-2xl lg:text-3xl */
}
.cart-item .info .name p {
font-size: 1.6em;
}
.cart-item .secondary {
display: flex;
flex-direction: column;
justify-content: space-between;
flex-grow: 1;
align-items: flex-end;
}
.cart-item .secondary .price {
/* text-lg md:text-xl lg:text-2xl */
}
.cart-item .secondary .actions-container {
width: 100%;
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: flex-end;
}
.cart-item .secondary .actions-container .actions {
/* md:pb-4 lg:pb-5 inline-flex items-center */
display: inline-flex;
align-items: center;
padding-bottom: 24px;
}
.cart-item .secondary .actions-container .actions span:first-child {
padding: 0 10px 0 0;
}
.cart-item .secondary .actions-container .actions span:not(:first-child) {
padding: 0 10px;
}
}
| 0.540196 | 0.09187 |
body {
display: flex;
flex-flow: column;
gap: 50px;
}
/* prefers-color-schem */
@media (prefers-color-scheme: dark) {
body {
background-color: gray;
color: white;
}
.is-dark {
color: red;
}
}
/* prefers-reduced-motion */
.animation {
animation: pulse 1s linear infinite both;
}
@media (prefers-reduced-motion) {
.animation {
animation-name: dissolve;
}
}
@keyframes pulse {
0% {
transform: scale(1);
}
25% {
transform: scale(0.9);
}
50% {
transform: scale(1);
}
75% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
@keyframes dissolve {
0% {
opacity: 1;
}
50% {
opacity: 0.8;
}
100% {
opacity: 1;
}
}
/* @property */
@property --main-color {
syntax: '<color>';
initial-value: aqua;
inherits: false;
}
.property {
background-image: linear-gradient(to right, aliceblue, var(--main-color));
transition: --main-color 500ms ease-in-out;
}
.property:hover,
.property:focus {
--main-color: blue;
}
/* min / max */
.min {
/*
width: calc(50% - 40px);
max-width: 600px;
↑と↓は同じ意味合い
*/
width: min(50% - 40px, 600px);
}
.max {
/*
width: calc(50% - 40px);
min-width: 500px;
↑と↓は同じ意味合い
*/
width: max(50% - 40px, 500px);
}
.clamp {
/*
width: calc(50% - 40px);
min-width: 500px;
max-width: 600px;
↑と↓は同じ意味合い
*/
width: clamp(calc(50% - 40px), 500px, 600px);
font-size: clamp(34px, 5vw, 44px);
}
/* block-size */
.block-size {
block-size: 150px;
writing-mode: horizontal-tb;
}
.block-size-vertical {
block-size: 150px;
inline-size: 150px;
writing-mode: vertical-rl;
}
.margin-block {
margin-block: 10px;
padding-block: 10px;
}
.margin-inline {
margin-inline: 10px;
padding-inline: 10px;
}
.inset {
position: relative;
inset: -10px;
}
/* backdrop-filte */
.filter-parent {
padding: 40px;
background: url(../../image/cat.jpg);
}
.backdrop-filter {
backdrop-filter: blur(10px);
}
.blur {
filter: blur(10px);
}
/* aspect-ratio */
img {
width: 160px;
height: auto;
aspect-ratio: 16 / 9;
}
/* content-visibility */
.content-visibility {
content-visibility: auto;
contain-intrinsic-size: 100px;
}
/* contain */
.contain {
contain: strict;
}
/* gap */
.flexbox-gap {
display: flex;
flex-flow: column;
width: 100%;
gap: 10px;
}
/* :is() / :where */
:is(section, article) h1 {
color: darkblue;
}
section li {
text-indent: 20px; /* :where() の指定よりも、この指定が優先される */
}
:where(section ul) li {
text-indent: 10px;
}
section:has(small) {
background-color: red;
}
/* marker */
.marker::marker {
color: blue;
font-size: 1.2em;
}
ol li::marker {
content: '【' counter(list-item, lower-roman) '】';
}
/* scroll-snap */
.scroll-snap {
max-width: 50%;
}
.scroll-snap-y {
position: relative;
scroll-snap-type: y mandatory;
width: 100%;
height: calc(100vh - 104px);
overflow-y: scroll;
box-sizing: border-box;
}
.scroll-snap-slide {
display: flex;
align-items: center;
justify-content: center;
scroll-snap-align: start;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.scroll-snap-item-01,
.scroll-snap-item-03,
.scroll-snap-item-05 {
background: #abd1ff;
}
.scroll-snap-x {
display: flex;
scroll-snap-type: x mandatory;
overflow-x: scroll;
width: 100%;
height: calc(100vh - 56px);
box-sizing: border-box;
}
.scroll-snap-x .scroll-snap-slide {
scroll-snap-align: start;
flex: none;
width: 100%;
height: 100%;
box-sizing: border-box;
}
/* counter-reset */
.counter-reset {
counter-reset: item 0;
}
.counter-reset-item {
counter-increment: item;
}
.counter-reset-item::before {
content: counter(item) '. ';
}
/* dir */
:dir(ltr) {
background-color: yellow;
}
:dir(rtl) {
background-color: powderblue;
}
|
src/css/2021/style.css
|
body {
display: flex;
flex-flow: column;
gap: 50px;
}
/* prefers-color-schem */
@media (prefers-color-scheme: dark) {
body {
background-color: gray;
color: white;
}
.is-dark {
color: red;
}
}
/* prefers-reduced-motion */
.animation {
animation: pulse 1s linear infinite both;
}
@media (prefers-reduced-motion) {
.animation {
animation-name: dissolve;
}
}
@keyframes pulse {
0% {
transform: scale(1);
}
25% {
transform: scale(0.9);
}
50% {
transform: scale(1);
}
75% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
@keyframes dissolve {
0% {
opacity: 1;
}
50% {
opacity: 0.8;
}
100% {
opacity: 1;
}
}
/* @property */
@property --main-color {
syntax: '<color>';
initial-value: aqua;
inherits: false;
}
.property {
background-image: linear-gradient(to right, aliceblue, var(--main-color));
transition: --main-color 500ms ease-in-out;
}
.property:hover,
.property:focus {
--main-color: blue;
}
/* min / max */
.min {
/*
width: calc(50% - 40px);
max-width: 600px;
↑と↓は同じ意味合い
*/
width: min(50% - 40px, 600px);
}
.max {
/*
width: calc(50% - 40px);
min-width: 500px;
↑と↓は同じ意味合い
*/
width: max(50% - 40px, 500px);
}
.clamp {
/*
width: calc(50% - 40px);
min-width: 500px;
max-width: 600px;
↑と↓は同じ意味合い
*/
width: clamp(calc(50% - 40px), 500px, 600px);
font-size: clamp(34px, 5vw, 44px);
}
/* block-size */
.block-size {
block-size: 150px;
writing-mode: horizontal-tb;
}
.block-size-vertical {
block-size: 150px;
inline-size: 150px;
writing-mode: vertical-rl;
}
.margin-block {
margin-block: 10px;
padding-block: 10px;
}
.margin-inline {
margin-inline: 10px;
padding-inline: 10px;
}
.inset {
position: relative;
inset: -10px;
}
/* backdrop-filte */
.filter-parent {
padding: 40px;
background: url(../../image/cat.jpg);
}
.backdrop-filter {
backdrop-filter: blur(10px);
}
.blur {
filter: blur(10px);
}
/* aspect-ratio */
img {
width: 160px;
height: auto;
aspect-ratio: 16 / 9;
}
/* content-visibility */
.content-visibility {
content-visibility: auto;
contain-intrinsic-size: 100px;
}
/* contain */
.contain {
contain: strict;
}
/* gap */
.flexbox-gap {
display: flex;
flex-flow: column;
width: 100%;
gap: 10px;
}
/* :is() / :where */
:is(section, article) h1 {
color: darkblue;
}
section li {
text-indent: 20px; /* :where() の指定よりも、この指定が優先される */
}
:where(section ul) li {
text-indent: 10px;
}
section:has(small) {
background-color: red;
}
/* marker */
.marker::marker {
color: blue;
font-size: 1.2em;
}
ol li::marker {
content: '【' counter(list-item, lower-roman) '】';
}
/* scroll-snap */
.scroll-snap {
max-width: 50%;
}
.scroll-snap-y {
position: relative;
scroll-snap-type: y mandatory;
width: 100%;
height: calc(100vh - 104px);
overflow-y: scroll;
box-sizing: border-box;
}
.scroll-snap-slide {
display: flex;
align-items: center;
justify-content: center;
scroll-snap-align: start;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.scroll-snap-item-01,
.scroll-snap-item-03,
.scroll-snap-item-05 {
background: #abd1ff;
}
.scroll-snap-x {
display: flex;
scroll-snap-type: x mandatory;
overflow-x: scroll;
width: 100%;
height: calc(100vh - 56px);
box-sizing: border-box;
}
.scroll-snap-x .scroll-snap-slide {
scroll-snap-align: start;
flex: none;
width: 100%;
height: 100%;
box-sizing: border-box;
}
/* counter-reset */
.counter-reset {
counter-reset: item 0;
}
.counter-reset-item {
counter-increment: item;
}
.counter-reset-item::before {
content: counter(item) '. ';
}
/* dir */
:dir(ltr) {
background-color: yellow;
}
:dir(rtl) {
background-color: powderblue;
}
| 0.574634 | 0.109563 |
i.display-icon {
display: none;
}
input:focus {
outline: none;
}
@media screen and (max-width: 1023px) {
* {
font-family: "Raleway", sans-serif;
}
body {
margin: 0;
padding: 0;
}
a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
color: #000;
}
h2 {
padding-left: 5%;
margin-bottom: 0px;
font-size: 1.4em;
}
h3 {
font-size: 1.1em;
}
#search p {
margin-top: 15px;
font-size: 1em;
}
#wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
/*flex-flow: row wrap;*/
}
nav {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
.logo {
max-height: 3em;
min-height: 1em;
}
.box-item-1 {
width: 65%;
padding-top: 20px;
margin-left: 5%;
}
.box-item-2 {
/*Accommodations*/
order: 3;
flex-basis: auto;
flex: 1;
justify-content: center;
padding: 20px 0 15px 0;
border-bottom: 3px solid #f2f2f2;
text-align: center;
}
.box-item-2 a,
.box-item-3 a {
font-size: 1em;
font-weight: 600;
}
a.box-item-2:hover,
a.box-item-3:hover {
color: #0065fc;
border-bottom: 3px solid #0065fc;
}
a.box-item-2:active,
a.box-item-3:active {
color: #0065fc;
border-bottom: 3px solid #0065fc;
}
.box-item-3 {
/*Activities*/
order: 4;
flex-basis: auto;
flex: 1;
justify-content: center;
padding: 20px 0 15px 0;
border-bottom: 3px solid #f2f2f2;
text-align: center;
}
.box-item-4 {
/*Sign Up*/
order: 2;
align-self: center;
margin-left: 5%;
margin-right: 5%;
width: 20%;
font-weight: 600;
color: #0065fc;
font-size: 1em;
padding-right: 0;
padding-top: 20px;
}
.box-item-4 a {
color: #0065fc;
}
/* ------------------- SEARCH -------------------- */
#search {
display: flex;
flex-flow: column wrap;
padding-left: 5%;
padding-bottom: 1em;
}
#search h2 {
padding: 0;
}
.search-box {
display: flex;
flex-flow: row;
justify-content: flex-start;
margin-top: 20px;
margin-right: 5%;
}
.s_field {
width: 70%;
max-width: 350px;
font-size: 1em;
font-weight: 600;
border: 2px solid #f2f2f2;
height: 44px;
padding-left: 10px;
}
::placeholder {
color: black;
font-weight: 600;
opacity: 1;
}
i[class="fas fa-map-marker-alt"] {
width: 50px;
height: 50px;
text-align: center;
border-radius: 15px 0 0 15px;
font-size: 18px;
line-height: 50px;
background-color: #f2f2f2;
}
.search_button {
width: 50px;
height: auto;
margin-left: -10px;
font-size: 16px;
background-color: #0065fc;
color: #fff;
border: none;
border-radius: 15px;
}
i.display-icon {
display: inline;
}
span.search-title {
display: none;
}
/* ------------------- FILTERS -------------------- */
#filters {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
padding-left: 5%;
padding-bottom: 2em;
}
#filters div {
height: 30px;
margin-bottom: 10px;
}
#filters h3 {
width: 100%;
}
.filter-1 {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
margin-left: 20px;
margin-right: 20px;
padding: 8px 20px 8px 0px;
border: 2px solid #ccc;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
border-left: none;
}
.filter-1 a {
padding-left: 10px;
font-size: 1em;
}
.filter-1 > a:visited,
.filter-1 > a:link {
text-decoration: none;
color: black;
font-weight: 600;
}
.filter-1:hover {
background-color: #fce358;
border-color: yellow;
border-style: inset;
}
i[class="fas fa-money-bill-wave"] {
width: 50px;
height: 50px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -25px;
text-align: center;
line-height: 50px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
i[class="fas fa-heart"] {
width: 50px;
height: 50px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -25px;
text-align: center;
line-height: 50px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
i[class="fas fa-child"] {
width: 50px;
height: 50px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -25px;
text-align: center;
line-height: 50px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
i[class="fas fa-dog"] {
width: 50px;
height: 50px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -25px;
text-align: center;
line-height: 50px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
.info {
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
margin-top: 20px;
}
.info p {
width: 100%;
margin-top: 4px;
}
.info br {
display: none;
}
.info-icon {
font-family: "Courier";
display: inline-block;
text-align: center;
line-height: 16px;
padding: 2px 1px 0px 1px;
margin-right: 10px;
font-size: 14px;
width: 22px;
height: 20px;
color: #0065fc;
border-radius: 50%;
border: 1px solid #ccc;
}
/* ----------------------- MOST POPULAR */
main {
display: flex;
flex-flow: column nowrap;
width: 100%;
}
#main {
display: flex;
flex-flow: column nowrap;
align-items: flex-start;
padding: 0 0;
margin: 0;
width: 100% !important;
background-color: #f2f2f2;
}
#pop {
display: flex;
flex-flow: column nowrap;
width: 100%;
padding-bottom: 25px;
}
.head-pop {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
flex: 3;
width: 90%;
margin: 5px 0px 10px 5%;
}
.head-pop h2 {
display: flex;
padding-left: 0;
}
i[class="fas fa-chart-line"] {
display: flex;
align-self: flex-end;
margin-left: auto;
font-size: 1.4em;
}
.box-popular {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
width: 90%;
margin-left: 5%;
margin-top: 15px;
text-decoration: none;
color: black;
border-radius: 15px;
background-color: white;
box-shadow: 0px 10px 15px 0px rgba(220, 220, 220, 0.8);
}
.box-popular .pop-photo-1 {
width: 40%;
height: 135px;
margin: 4px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
background-image: url("../images/hebergements/4_small/emile-guillemot-Bj_rcSC5XfE-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-popular .pop-photo-2 {
width: 40%;
height: 135px;
margin: 4px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
background-image: url("../images/hebergements/4_small/aw-creative-VGs8z60yT2c-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-popular .pop-photo-3 {
width: 40%;
height: 135px;
margin: 4px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
background-image: url("../images/hebergements/4_small/febrian-zakaria-sjvU0THccQA-unsplash.jpg");
background-size: cover;
background-position: center;
}
.test {
display: flex;
flex-flow: column nowrap;
justify-content: space-evenly;
width: 55%;
margin: 0;
}
h5 {
font-size: 1.1em;
margin: 10px 10px 0px 0;
padding-left: 10px;
}
.test p {
font-size: 0.9em;
margin-top: 5px;
padding-left: 10px;
}
.rating {
width: 80%;
margin-top: 0;
margin-left: 10px;
padding-bottom: 10px;
letter-spacing: -0.1em;
}
i[class="fas fa-star"] {
font-size: 0.7em;
color: #0065fc;
}
.gray-star {
font-size: 0.7em;
color: #a4a29b;
}
/* ---------------ACCOMMODATIONS --------------------- */
#accom {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
width: 100%;
padding-top: 16px;
background-color: white;
}
#accom a,
#accom a:visited,
#accom a:link,
#accom a:hover {
font-size: 1.1em;
margin-top: 20px;
margin-left: 5%;
color: black;
}
#accom h2 {
font-size: 1.4em;
padding-left: 5%;
}
.box-accom {
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
width: 90%;
margin: 10px 15px 5px 0px;
border-radius: 15px;
background-color: white;
box-shadow: 0px 10px 15px 0px rgba(220, 220, 220, 0.6);
}
.box-accom .photo {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/hebergements/4_small/marcus-loke-WQJvWU_HZFo-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-2 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/hebergements/4_small/fred-kleber-gTbaxaVLvsg-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-3 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/hebergements/4_small/reisetopia-B8WIgxA_PFU-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-4 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/hebergements/4_small/annie-spratt-Eg1qcIitAuA-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-5 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/hebergements/4_small/nicate-lee-kT-ZyaiwBe0-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-6 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/hebergements/4_small/febrian-zakaria-M6S1WvfW68A-unsplash.jpg");
background-size: cover;
background-position: center;
}
.accom-test {
display: flex;
flex-flow: column nowrap;
width: 90%;
padding-left: 5px;
padding-top: 0px;
padding-bottom: 5px;
margin: 0;
}
.accom-test h5 {
font-size: 1em;
margin: 5px 0px 1px 0px;
padding-left: 10px;
}
.accom-test p {
font-size: 0.8em;
margin-top: 5px;
margin-bottom: 0px;
padding-left: 10px;
}
.accom-test .rating {
margin-top: 5px;
}
.show-more {
margin-top: 30px;
font-weight: 600;
}
a[class="show-more"] {
font-weight: 600;
}
/* --------- Activity ------- */
#activity {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
width: 100%;
padding-top: 16px;
margin-top: 10px;
margin-bottom: 2em;
background-color: white;
}
#activity h2 {
font-size: 1.4em;
margin-bottom: 10px;
padding-left: 5%;
}
.box-activity-1 {
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
margin: 10px 5% 15px 5%;
border-radius: 15px;
background-color: white;
text-decoration: none;
color: black;
box-shadow: 0px 5px 15px 0px rgba(220, 220, 220, 1);
}
.box-activity-2 {
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
margin: 10px 5% 15px 5%;
border-radius: 15px;
background-color: white;
text-decoration: none;
color: black;
box-shadow: 0px 5px 15px 0px rgba(220, 220, 220, 1);
}
.box-activity-3 {
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
margin: 10px 5% 15px 5%;
border-radius: 15px;
background-color: white;
text-decoration: none;
color: black;
box-shadow: 0px 5px 15px 0px rgba(220, 220, 220, 1);
}
.box-activity-4 {
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
margin: 10px 5% 15px 5%;
border-radius: 15px;
background-color: white;
text-decoration: none;
color: black;
box-shadow: 0px 5px 15px 0px rgba(220, 220, 220, 1);
}
.box-activity-5 {
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
margin: 10px 5% 15px 5%;
border-radius: 15px;
background-color: white;
text-decoration: none;
color: black;
box-shadow: 0px 5px 15px 0px rgba(220, 220, 220, 1);
}
.box-activity-6 {
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
margin: 10px 5% 15px 5%;
border-radius: 15px;
background-color: white;
text-decoration: none;
color: black;
box-shadow: 0px 5px 15px 0px rgba(220, 220, 220, 1);
}
.photo-1 {
height: 135px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/reno-laithienne-QUgJhdY5Fyk-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-2 {
height: 135px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/paul-hermann-QFTrLdQIRhI-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-3 {
height: 135px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/kevin-hikari-rV_Qd1l-VXg-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-4 {
height: 135px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/kilyan-sockalingum-NR8-cBCN3aI-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-5 {
height: 135px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/florian-wehde-xW9e8gdotxI-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-6 {
height: 135px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/lena-paulin-wH2-EJoDcV0-unsplash.jpg");
background-size: cover;
background-position: center;
}
#activity h5 {
font-size: 1em;
margin: 15px 0px 15px 10px;
padding-left: 10px;
}
/* foooter ---------- */
footer {
display: flex;
flex-flow: column nowrap;
background-color: #f2f2f2;
width: 100%;
padding-top: 15px;
padding-bottom: 20px;
}
footer div {
padding-left: 5%;
}
footer h5 {
padding: 0 !important;
}
ul {
list-style-type: none;
margin: 15px 0 15px 0;
padding: 0;
}
li {
line-height: 30px;
}
}
/* -----------------------
--------------------
-------------------------------------*/
@media screen and (min-width: 1024px) {
* {
font-family: "Raleway", sans-serif;
}
body {
margin: 0;
}
h1 {
font-size: 1.3em;
}
h2 {
font-size: 1.1em;
}
h3 {
font-size: 1em;
}
h4 {
font-size: 0.9em;
}
h5 {
font-size: 0.8em;
margin-top: 10px;
}
h6 {
font-size: 0.7em;
}
p {
font-size: 0.8em;
}
a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
color: #000;
}
#wrapper {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
/*flex-flow: row wrap;*/
}
nav {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
padding: 0px 3% 0px 3%;
}
.logo {
height: 2em;
margin-top: 30px;
}
.box-item-1 {
/*Logo*/
display: flex;
flex-grow: 4;
}
.box-item-2 {
/*Accommodations*/
align-self: flex-start;
flex-grow: 0;
font-size: 0.8em;
margin-right: 4%;
padding-top: 35px;
}
a.box-item-2:hover,
a.box-item-3:hover {
color: #0065fc;
border-top: 2px solid #0065fc;
}
a.box-item-2:active,
a.box-item-3:active {
color: #0065fc;
border-top: 2px solid #0065fc;
}
.box-item-3 {
/*Activities*/
align-self: flex-start;
flex-grow: 0;
font-size: 0.8em;
margin-right: 4%;
padding-top: 35px;
}
.box-item-4 {
/*SignUp*/
align-self: flex-start;
display: flex;
flex-grow: 0;
font-size: 0.8em;
color: #0065fc;
padding-top: 35px;
}
.box-item-4 a {
color: #0065fc;
font-weight: 600;
}
/* SEARCH FIELD*/
#search {
margin-top: 20px;
padding-left: 3%;
}
.search-box {
display: flex;
flex-flow: row;
justify-content: flex-start;
margin-top: 20px;
}
.s_field {
margin: 0;
width: 25%;
font-size: 1em;
font-weight: 600;
border: 2px solid #f2f2f2;
height: 44px;
}
input {
padding-left: 10px;
}
::placeholder {
font-weight: 600;
}
i[class="fas fa-map-marker-alt"] {
width: 50px;
height: 50px;
text-align: center;
border-radius: 15px 0 0 15px;
font-size: 18px;
line-height: 50px;
background-color: #f2f2f2;
}
.search_button {
width: 75px;
height: auto;
margin-left: -10px;
font-size: 1em;
font-weight: 500;
background-color: #0065fc;
color: #fff;
border: none;
border-radius: 0 15px 15px 0;
}
/* FILTERS */
#filters {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: center;
margin-top: 1%;
padding-left: 3%;
}
.filter-1 {
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
align-items: center;
font-weight: 600;
margin-left: 40px;
margin-right: 0px;
padding: 1px 20px 1px 0px;
border: 2px solid #f2f2f2;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
border-left: none;
border: 1px solid #ccc;
}
.filter-1 a {
padding-left: 10px;
font-size: 1em;
}
.filter-1:hover {
background-color: #fce358;
border-color: yellow;
border-style: inset;
}
i[class="fas fa-money-bill-wave"] {
width: 40px;
height: 41px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -20px;
text-align: center;
line-height: 40px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
i[class="fas fa-heart"] {
width: 40px;
height: 41px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -20px;
text-align: center;
line-height: 40px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
i[class="fas fa-child"] {
width: 40px;
height: 41px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -20px;
text-align: center;
line-height: 40px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
i[class="fas fa-dog"] {
width: 40px;
height: 41px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -20px;
text-align: center;
line-height: 40px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
.info {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
width: 400px;
margin-right: 500px;
margin-top: 15px;
}
.info p {
margin-top: 3px;
}
.info-icon {
font-family: "Georgia";
display: inline-block;
text-align: center;
line-height: 14px;
padding: 1px 1px 0px 1px;
width: 14px;
height: 14px;
font-size: 13px;
font-weight: 600;
color: #0065fc;
border-radius: 50%;
border: 1px solid rgb(140, 140, 140);
margin-right: 5px;
}
/* ----- main section ---*/
#main {
display: flex;
flex-flow: row-reverse nowrap;
justify-content: flex-start;
padding: 0 3%;
}
#pop {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
width: 40%;
margin-left: 3%;
padding-left: 3%;
padding-right: 3%;
border-radius: 20px;
background-color: #f2f2f2;
}
.head-pop {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
margin-top: 2%;
}
.head-pop h2 {
width: 70%;
padding-top: 5px;
margin-bottom: 20px;
}
i[class="fas fa-chart-line"] {
display: flex;
align-self: center;
margin-left: auto;
font-size: 1.4em;
}
.pop-main {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
height: 100%;
}
.box-popular {
display: flex;
flex-flow: row nowrap;
height: 30%;
margin-bottom: 25px;
background-color: #fff;
border-radius: 20px;
box-shadow: 0px 5px 10px 0px rgba(38, 37, 37, 0.1);
}
.box-popular .pop-photo-1 {
width: 40%;
margin: 4px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
background-image: url("../images/hebergements/4_small/emile-guillemot-Bj_rcSC5XfE-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-popular .pop-photo-2 {
width: 40%;
margin: 4px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
background-image: url("../images/hebergements/4_small/aw-creative-VGs8z60yT2c-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-popular .pop-photo-3 {
width: 40%;
margin: 4px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
background-image: url("../images/hebergements/4_small/febrian-zakaria-sjvU0THccQA-unsplash.jpg");
background-size: cover;
background-position: center;
}
.test {
display: flex;
flex-flow: column nowrap;
justify-content: space-around;
width: 55%;
padding-left: 15px;
}
.test h5 {
font-size: 0.9em;
margin-top: 10px;
margin-bottom: 0 !important;
}
.test br {
display: none;
}
.test p {
margin-top: 0;
}
.rating {
/*align-self: left;*/
justify-self: flex-end;
letter-spacing: -1px;
}
.gray-star {
font-size: 0.7em;
color: #a4a29b;
}
#accom {
display: flex;
flex-flow: row wrap;
padding-right: 0;
background-color: #f2f2f2;
border-radius: 20px;
}
.head-accom {
width: 97%;
padding-left: 3%;
margin-top: 2%;
}
.accom-middle {
display: flex;
flex-flow: row wrap;
padding-right: 3%;
}
.box-accom {
width: 30%;
margin: 0 0 3% 3%;
background-color: #fff;
border-radius: 20px;
box-shadow: 0px 10px 15px 0px rgba(38, 37, 37, 0.1);
}
.accom-test {
display: flex;
flex-flow: column nowrap;
padding-left: 15px;
padding-bottom: 5px;
}
.accom-test h5 {
margin-bottom: 0;
padding-bottom: 0;
}
.accom-test p {
margin: 5px 0 0 0;
}
i[class="fas fa-star"] {
font-size: 0.7em;
color: #0065fc;
}
.show-more {
margin: 0 0 4% 3%;
}
.show-more a {
font-weight: 600;
}
.box-accom .photo {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
margin-bottom: 0;
background-image: url("../images/hebergements/4_small/marcus-loke-WQJvWU_HZFo-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-2 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
margin-bottom: 0;
background-image: url("../images/hebergements/4_small/fred-kleber-gTbaxaVLvsg-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-3 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
margin-bottom: 0;
background-image: url("../images/hebergements/4_small/reisetopia-B8WIgxA_PFU-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-4 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
margin-bottom: 0;
background-image: url("../images/hebergements/4_small/annie-spratt-Eg1qcIitAuA-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-5 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
margin-bottom: 0;
background-image: url("../images/hebergements/4_small/nicate-lee-kT-ZyaiwBe0-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-6 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
margin-bottom: 0;
background-image: url("../images/hebergements/4_small/febrian-zakaria-M6S1WvfW68A-unsplash.jpg");
background-size: cover;
background-position: center;
}
/* activityyyyyyyyyy */
#activity {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 50px repeat(9, 40px);
grid-column-gap: 40px;
padding: 25px 3% 40px 3%;
}
#activity h2 {
grid-column: 1 / -1;
grid-row: 1;
}
#activity h5 {
padding-left: 10px;
}
.box-activity-1 {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
grid-column: 1;
grid-row: 2 / -1;
border-radius: 20px;
box-shadow: 0px 5px 5px 0px rgba(38, 37, 37, 0.1);
}
.box-activity-2 {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
grid-column: 2;
grid-row: 2 / 6;
border-radius: 20px;
box-shadow: 0px 5px 5px 0px rgba(38, 37, 37, 0.1);
}
.box-activity-3 {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
grid-column: 2;
grid-row: 7 / -1;
border-radius: 20px;
box-shadow: 0px 5px 5px 0px rgba(38, 37, 37, 0.1);
}
.box-activity-4 {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
grid-column: 3;
grid-row: 2 / -1;
border-radius: 20px;
box-shadow: 0px 5px 5px 0px rgba(38, 37, 37, 0.1);
}
.box-activity-5 {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
grid-column: 4;
grid-row: 2 / 6;
border-radius: 20px;
box-shadow: 0px 5px 5px 0px rgba(38, 37, 37, 0.1);
}
.box-activity-6 {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
grid-column: 4;
grid-row: 7 / -1;
border-radius: 20px;
box-shadow: 0px 5px 5px 0px rgba(38, 37, 37, 0.1);
}
.photo-1 {
height: 320px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/reno-laithienne-QUgJhdY5Fyk-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-2 {
height: 120px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/paul-hermann-QFTrLdQIRhI-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-3 {
height: 120px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/kevin-hikari-rV_Qd1l-VXg-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-4 {
height: 320px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/kilyan-sockalingum-NR8-cBCN3aI-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-5 {
height: 120px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/florian-wehde-xW9e8gdotxI-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-6 {
height: 120px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/lena-paulin-wH2-EJoDcV0-unsplash.jpg");
background-size: cover;
background-position: center;
}
footer {
display: grid;
grid-template-columns: repeat(3, 1fr);
padding-left: 3%;
padding-top: 20px;
background-color: #f2f2f2;
}
ul {
list-style: none;
padding: 0;
}
li {
font-size: 0.8em;
color: #555;
line-height: 25px;
}
}
.validator {
display: none;
}
|
project-1/css/style.css
|
i.display-icon {
display: none;
}
input:focus {
outline: none;
}
@media screen and (max-width: 1023px) {
* {
font-family: "Raleway", sans-serif;
}
body {
margin: 0;
padding: 0;
}
a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
color: #000;
}
h2 {
padding-left: 5%;
margin-bottom: 0px;
font-size: 1.4em;
}
h3 {
font-size: 1.1em;
}
#search p {
margin-top: 15px;
font-size: 1em;
}
#wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
/*flex-flow: row wrap;*/
}
nav {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
.logo {
max-height: 3em;
min-height: 1em;
}
.box-item-1 {
width: 65%;
padding-top: 20px;
margin-left: 5%;
}
.box-item-2 {
/*Accommodations*/
order: 3;
flex-basis: auto;
flex: 1;
justify-content: center;
padding: 20px 0 15px 0;
border-bottom: 3px solid #f2f2f2;
text-align: center;
}
.box-item-2 a,
.box-item-3 a {
font-size: 1em;
font-weight: 600;
}
a.box-item-2:hover,
a.box-item-3:hover {
color: #0065fc;
border-bottom: 3px solid #0065fc;
}
a.box-item-2:active,
a.box-item-3:active {
color: #0065fc;
border-bottom: 3px solid #0065fc;
}
.box-item-3 {
/*Activities*/
order: 4;
flex-basis: auto;
flex: 1;
justify-content: center;
padding: 20px 0 15px 0;
border-bottom: 3px solid #f2f2f2;
text-align: center;
}
.box-item-4 {
/*Sign Up*/
order: 2;
align-self: center;
margin-left: 5%;
margin-right: 5%;
width: 20%;
font-weight: 600;
color: #0065fc;
font-size: 1em;
padding-right: 0;
padding-top: 20px;
}
.box-item-4 a {
color: #0065fc;
}
/* ------------------- SEARCH -------------------- */
#search {
display: flex;
flex-flow: column wrap;
padding-left: 5%;
padding-bottom: 1em;
}
#search h2 {
padding: 0;
}
.search-box {
display: flex;
flex-flow: row;
justify-content: flex-start;
margin-top: 20px;
margin-right: 5%;
}
.s_field {
width: 70%;
max-width: 350px;
font-size: 1em;
font-weight: 600;
border: 2px solid #f2f2f2;
height: 44px;
padding-left: 10px;
}
::placeholder {
color: black;
font-weight: 600;
opacity: 1;
}
i[class="fas fa-map-marker-alt"] {
width: 50px;
height: 50px;
text-align: center;
border-radius: 15px 0 0 15px;
font-size: 18px;
line-height: 50px;
background-color: #f2f2f2;
}
.search_button {
width: 50px;
height: auto;
margin-left: -10px;
font-size: 16px;
background-color: #0065fc;
color: #fff;
border: none;
border-radius: 15px;
}
i.display-icon {
display: inline;
}
span.search-title {
display: none;
}
/* ------------------- FILTERS -------------------- */
#filters {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
padding-left: 5%;
padding-bottom: 2em;
}
#filters div {
height: 30px;
margin-bottom: 10px;
}
#filters h3 {
width: 100%;
}
.filter-1 {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
margin-left: 20px;
margin-right: 20px;
padding: 8px 20px 8px 0px;
border: 2px solid #ccc;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
border-left: none;
}
.filter-1 a {
padding-left: 10px;
font-size: 1em;
}
.filter-1 > a:visited,
.filter-1 > a:link {
text-decoration: none;
color: black;
font-weight: 600;
}
.filter-1:hover {
background-color: #fce358;
border-color: yellow;
border-style: inset;
}
i[class="fas fa-money-bill-wave"] {
width: 50px;
height: 50px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -25px;
text-align: center;
line-height: 50px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
i[class="fas fa-heart"] {
width: 50px;
height: 50px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -25px;
text-align: center;
line-height: 50px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
i[class="fas fa-child"] {
width: 50px;
height: 50px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -25px;
text-align: center;
line-height: 50px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
i[class="fas fa-dog"] {
width: 50px;
height: 50px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -25px;
text-align: center;
line-height: 50px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
.info {
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
margin-top: 20px;
}
.info p {
width: 100%;
margin-top: 4px;
}
.info br {
display: none;
}
.info-icon {
font-family: "Courier";
display: inline-block;
text-align: center;
line-height: 16px;
padding: 2px 1px 0px 1px;
margin-right: 10px;
font-size: 14px;
width: 22px;
height: 20px;
color: #0065fc;
border-radius: 50%;
border: 1px solid #ccc;
}
/* ----------------------- MOST POPULAR */
main {
display: flex;
flex-flow: column nowrap;
width: 100%;
}
#main {
display: flex;
flex-flow: column nowrap;
align-items: flex-start;
padding: 0 0;
margin: 0;
width: 100% !important;
background-color: #f2f2f2;
}
#pop {
display: flex;
flex-flow: column nowrap;
width: 100%;
padding-bottom: 25px;
}
.head-pop {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
flex: 3;
width: 90%;
margin: 5px 0px 10px 5%;
}
.head-pop h2 {
display: flex;
padding-left: 0;
}
i[class="fas fa-chart-line"] {
display: flex;
align-self: flex-end;
margin-left: auto;
font-size: 1.4em;
}
.box-popular {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
width: 90%;
margin-left: 5%;
margin-top: 15px;
text-decoration: none;
color: black;
border-radius: 15px;
background-color: white;
box-shadow: 0px 10px 15px 0px rgba(220, 220, 220, 0.8);
}
.box-popular .pop-photo-1 {
width: 40%;
height: 135px;
margin: 4px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
background-image: url("../images/hebergements/4_small/emile-guillemot-Bj_rcSC5XfE-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-popular .pop-photo-2 {
width: 40%;
height: 135px;
margin: 4px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
background-image: url("../images/hebergements/4_small/aw-creative-VGs8z60yT2c-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-popular .pop-photo-3 {
width: 40%;
height: 135px;
margin: 4px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
background-image: url("../images/hebergements/4_small/febrian-zakaria-sjvU0THccQA-unsplash.jpg");
background-size: cover;
background-position: center;
}
.test {
display: flex;
flex-flow: column nowrap;
justify-content: space-evenly;
width: 55%;
margin: 0;
}
h5 {
font-size: 1.1em;
margin: 10px 10px 0px 0;
padding-left: 10px;
}
.test p {
font-size: 0.9em;
margin-top: 5px;
padding-left: 10px;
}
.rating {
width: 80%;
margin-top: 0;
margin-left: 10px;
padding-bottom: 10px;
letter-spacing: -0.1em;
}
i[class="fas fa-star"] {
font-size: 0.7em;
color: #0065fc;
}
.gray-star {
font-size: 0.7em;
color: #a4a29b;
}
/* ---------------ACCOMMODATIONS --------------------- */
#accom {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
width: 100%;
padding-top: 16px;
background-color: white;
}
#accom a,
#accom a:visited,
#accom a:link,
#accom a:hover {
font-size: 1.1em;
margin-top: 20px;
margin-left: 5%;
color: black;
}
#accom h2 {
font-size: 1.4em;
padding-left: 5%;
}
.box-accom {
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
width: 90%;
margin: 10px 15px 5px 0px;
border-radius: 15px;
background-color: white;
box-shadow: 0px 10px 15px 0px rgba(220, 220, 220, 0.6);
}
.box-accom .photo {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/hebergements/4_small/marcus-loke-WQJvWU_HZFo-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-2 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/hebergements/4_small/fred-kleber-gTbaxaVLvsg-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-3 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/hebergements/4_small/reisetopia-B8WIgxA_PFU-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-4 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/hebergements/4_small/annie-spratt-Eg1qcIitAuA-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-5 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/hebergements/4_small/nicate-lee-kT-ZyaiwBe0-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-6 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/hebergements/4_small/febrian-zakaria-M6S1WvfW68A-unsplash.jpg");
background-size: cover;
background-position: center;
}
.accom-test {
display: flex;
flex-flow: column nowrap;
width: 90%;
padding-left: 5px;
padding-top: 0px;
padding-bottom: 5px;
margin: 0;
}
.accom-test h5 {
font-size: 1em;
margin: 5px 0px 1px 0px;
padding-left: 10px;
}
.accom-test p {
font-size: 0.8em;
margin-top: 5px;
margin-bottom: 0px;
padding-left: 10px;
}
.accom-test .rating {
margin-top: 5px;
}
.show-more {
margin-top: 30px;
font-weight: 600;
}
a[class="show-more"] {
font-weight: 600;
}
/* --------- Activity ------- */
#activity {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
width: 100%;
padding-top: 16px;
margin-top: 10px;
margin-bottom: 2em;
background-color: white;
}
#activity h2 {
font-size: 1.4em;
margin-bottom: 10px;
padding-left: 5%;
}
.box-activity-1 {
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
margin: 10px 5% 15px 5%;
border-radius: 15px;
background-color: white;
text-decoration: none;
color: black;
box-shadow: 0px 5px 15px 0px rgba(220, 220, 220, 1);
}
.box-activity-2 {
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
margin: 10px 5% 15px 5%;
border-radius: 15px;
background-color: white;
text-decoration: none;
color: black;
box-shadow: 0px 5px 15px 0px rgba(220, 220, 220, 1);
}
.box-activity-3 {
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
margin: 10px 5% 15px 5%;
border-radius: 15px;
background-color: white;
text-decoration: none;
color: black;
box-shadow: 0px 5px 15px 0px rgba(220, 220, 220, 1);
}
.box-activity-4 {
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
margin: 10px 5% 15px 5%;
border-radius: 15px;
background-color: white;
text-decoration: none;
color: black;
box-shadow: 0px 5px 15px 0px rgba(220, 220, 220, 1);
}
.box-activity-5 {
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
margin: 10px 5% 15px 5%;
border-radius: 15px;
background-color: white;
text-decoration: none;
color: black;
box-shadow: 0px 5px 15px 0px rgba(220, 220, 220, 1);
}
.box-activity-6 {
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
margin: 10px 5% 15px 5%;
border-radius: 15px;
background-color: white;
text-decoration: none;
color: black;
box-shadow: 0px 5px 15px 0px rgba(220, 220, 220, 1);
}
.photo-1 {
height: 135px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/reno-laithienne-QUgJhdY5Fyk-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-2 {
height: 135px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/paul-hermann-QFTrLdQIRhI-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-3 {
height: 135px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/kevin-hikari-rV_Qd1l-VXg-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-4 {
height: 135px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/kilyan-sockalingum-NR8-cBCN3aI-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-5 {
height: 135px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/florian-wehde-xW9e8gdotxI-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-6 {
height: 135px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/lena-paulin-wH2-EJoDcV0-unsplash.jpg");
background-size: cover;
background-position: center;
}
#activity h5 {
font-size: 1em;
margin: 15px 0px 15px 10px;
padding-left: 10px;
}
/* foooter ---------- */
footer {
display: flex;
flex-flow: column nowrap;
background-color: #f2f2f2;
width: 100%;
padding-top: 15px;
padding-bottom: 20px;
}
footer div {
padding-left: 5%;
}
footer h5 {
padding: 0 !important;
}
ul {
list-style-type: none;
margin: 15px 0 15px 0;
padding: 0;
}
li {
line-height: 30px;
}
}
/* -----------------------
--------------------
-------------------------------------*/
@media screen and (min-width: 1024px) {
* {
font-family: "Raleway", sans-serif;
}
body {
margin: 0;
}
h1 {
font-size: 1.3em;
}
h2 {
font-size: 1.1em;
}
h3 {
font-size: 1em;
}
h4 {
font-size: 0.9em;
}
h5 {
font-size: 0.8em;
margin-top: 10px;
}
h6 {
font-size: 0.7em;
}
p {
font-size: 0.8em;
}
a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
color: #000;
}
#wrapper {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
/*flex-flow: row wrap;*/
}
nav {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
padding: 0px 3% 0px 3%;
}
.logo {
height: 2em;
margin-top: 30px;
}
.box-item-1 {
/*Logo*/
display: flex;
flex-grow: 4;
}
.box-item-2 {
/*Accommodations*/
align-self: flex-start;
flex-grow: 0;
font-size: 0.8em;
margin-right: 4%;
padding-top: 35px;
}
a.box-item-2:hover,
a.box-item-3:hover {
color: #0065fc;
border-top: 2px solid #0065fc;
}
a.box-item-2:active,
a.box-item-3:active {
color: #0065fc;
border-top: 2px solid #0065fc;
}
.box-item-3 {
/*Activities*/
align-self: flex-start;
flex-grow: 0;
font-size: 0.8em;
margin-right: 4%;
padding-top: 35px;
}
.box-item-4 {
/*SignUp*/
align-self: flex-start;
display: flex;
flex-grow: 0;
font-size: 0.8em;
color: #0065fc;
padding-top: 35px;
}
.box-item-4 a {
color: #0065fc;
font-weight: 600;
}
/* SEARCH FIELD*/
#search {
margin-top: 20px;
padding-left: 3%;
}
.search-box {
display: flex;
flex-flow: row;
justify-content: flex-start;
margin-top: 20px;
}
.s_field {
margin: 0;
width: 25%;
font-size: 1em;
font-weight: 600;
border: 2px solid #f2f2f2;
height: 44px;
}
input {
padding-left: 10px;
}
::placeholder {
font-weight: 600;
}
i[class="fas fa-map-marker-alt"] {
width: 50px;
height: 50px;
text-align: center;
border-radius: 15px 0 0 15px;
font-size: 18px;
line-height: 50px;
background-color: #f2f2f2;
}
.search_button {
width: 75px;
height: auto;
margin-left: -10px;
font-size: 1em;
font-weight: 500;
background-color: #0065fc;
color: #fff;
border: none;
border-radius: 0 15px 15px 0;
}
/* FILTERS */
#filters {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: center;
margin-top: 1%;
padding-left: 3%;
}
.filter-1 {
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
align-items: center;
font-weight: 600;
margin-left: 40px;
margin-right: 0px;
padding: 1px 20px 1px 0px;
border: 2px solid #f2f2f2;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
border-left: none;
border: 1px solid #ccc;
}
.filter-1 a {
padding-left: 10px;
font-size: 1em;
}
.filter-1:hover {
background-color: #fce358;
border-color: yellow;
border-style: inset;
}
i[class="fas fa-money-bill-wave"] {
width: 40px;
height: 41px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -20px;
text-align: center;
line-height: 40px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
i[class="fas fa-heart"] {
width: 40px;
height: 41px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -20px;
text-align: center;
line-height: 40px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
i[class="fas fa-child"] {
width: 40px;
height: 41px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -20px;
text-align: center;
line-height: 40px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
i[class="fas fa-dog"] {
width: 40px;
height: 41px;
margin-top: -2px;
margin-bottom: -2px;
margin-left: -20px;
text-align: center;
line-height: 40px;
font-size: 1em;
color: #0065fc;
background-color: #deebff;
border-radius: 50%;
}
.info {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
width: 400px;
margin-right: 500px;
margin-top: 15px;
}
.info p {
margin-top: 3px;
}
.info-icon {
font-family: "Georgia";
display: inline-block;
text-align: center;
line-height: 14px;
padding: 1px 1px 0px 1px;
width: 14px;
height: 14px;
font-size: 13px;
font-weight: 600;
color: #0065fc;
border-radius: 50%;
border: 1px solid rgb(140, 140, 140);
margin-right: 5px;
}
/* ----- main section ---*/
#main {
display: flex;
flex-flow: row-reverse nowrap;
justify-content: flex-start;
padding: 0 3%;
}
#pop {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
width: 40%;
margin-left: 3%;
padding-left: 3%;
padding-right: 3%;
border-radius: 20px;
background-color: #f2f2f2;
}
.head-pop {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
margin-top: 2%;
}
.head-pop h2 {
width: 70%;
padding-top: 5px;
margin-bottom: 20px;
}
i[class="fas fa-chart-line"] {
display: flex;
align-self: center;
margin-left: auto;
font-size: 1.4em;
}
.pop-main {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
height: 100%;
}
.box-popular {
display: flex;
flex-flow: row nowrap;
height: 30%;
margin-bottom: 25px;
background-color: #fff;
border-radius: 20px;
box-shadow: 0px 5px 10px 0px rgba(38, 37, 37, 0.1);
}
.box-popular .pop-photo-1 {
width: 40%;
margin: 4px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
background-image: url("../images/hebergements/4_small/emile-guillemot-Bj_rcSC5XfE-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-popular .pop-photo-2 {
width: 40%;
margin: 4px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
background-image: url("../images/hebergements/4_small/aw-creative-VGs8z60yT2c-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-popular .pop-photo-3 {
width: 40%;
margin: 4px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
background-image: url("../images/hebergements/4_small/febrian-zakaria-sjvU0THccQA-unsplash.jpg");
background-size: cover;
background-position: center;
}
.test {
display: flex;
flex-flow: column nowrap;
justify-content: space-around;
width: 55%;
padding-left: 15px;
}
.test h5 {
font-size: 0.9em;
margin-top: 10px;
margin-bottom: 0 !important;
}
.test br {
display: none;
}
.test p {
margin-top: 0;
}
.rating {
/*align-self: left;*/
justify-self: flex-end;
letter-spacing: -1px;
}
.gray-star {
font-size: 0.7em;
color: #a4a29b;
}
#accom {
display: flex;
flex-flow: row wrap;
padding-right: 0;
background-color: #f2f2f2;
border-radius: 20px;
}
.head-accom {
width: 97%;
padding-left: 3%;
margin-top: 2%;
}
.accom-middle {
display: flex;
flex-flow: row wrap;
padding-right: 3%;
}
.box-accom {
width: 30%;
margin: 0 0 3% 3%;
background-color: #fff;
border-radius: 20px;
box-shadow: 0px 10px 15px 0px rgba(38, 37, 37, 0.1);
}
.accom-test {
display: flex;
flex-flow: column nowrap;
padding-left: 15px;
padding-bottom: 5px;
}
.accom-test h5 {
margin-bottom: 0;
padding-bottom: 0;
}
.accom-test p {
margin: 5px 0 0 0;
}
i[class="fas fa-star"] {
font-size: 0.7em;
color: #0065fc;
}
.show-more {
margin: 0 0 4% 3%;
}
.show-more a {
font-weight: 600;
}
.box-accom .photo {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
margin-bottom: 0;
background-image: url("../images/hebergements/4_small/marcus-loke-WQJvWU_HZFo-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-2 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
margin-bottom: 0;
background-image: url("../images/hebergements/4_small/fred-kleber-gTbaxaVLvsg-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-3 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
margin-bottom: 0;
background-image: url("../images/hebergements/4_small/reisetopia-B8WIgxA_PFU-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-4 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
margin-bottom: 0;
background-image: url("../images/hebergements/4_small/annie-spratt-Eg1qcIitAuA-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-5 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
margin-bottom: 0;
background-image: url("../images/hebergements/4_small/nicate-lee-kT-ZyaiwBe0-unsplash.jpg");
background-size: cover;
background-position: center;
}
.box-accom .photo-6 {
height: 110px;
margin: 4px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
margin-bottom: 0;
background-image: url("../images/hebergements/4_small/febrian-zakaria-M6S1WvfW68A-unsplash.jpg");
background-size: cover;
background-position: center;
}
/* activityyyyyyyyyy */
#activity {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 50px repeat(9, 40px);
grid-column-gap: 40px;
padding: 25px 3% 40px 3%;
}
#activity h2 {
grid-column: 1 / -1;
grid-row: 1;
}
#activity h5 {
padding-left: 10px;
}
.box-activity-1 {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
grid-column: 1;
grid-row: 2 / -1;
border-radius: 20px;
box-shadow: 0px 5px 5px 0px rgba(38, 37, 37, 0.1);
}
.box-activity-2 {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
grid-column: 2;
grid-row: 2 / 6;
border-radius: 20px;
box-shadow: 0px 5px 5px 0px rgba(38, 37, 37, 0.1);
}
.box-activity-3 {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
grid-column: 2;
grid-row: 7 / -1;
border-radius: 20px;
box-shadow: 0px 5px 5px 0px rgba(38, 37, 37, 0.1);
}
.box-activity-4 {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
grid-column: 3;
grid-row: 2 / -1;
border-radius: 20px;
box-shadow: 0px 5px 5px 0px rgba(38, 37, 37, 0.1);
}
.box-activity-5 {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
grid-column: 4;
grid-row: 2 / 6;
border-radius: 20px;
box-shadow: 0px 5px 5px 0px rgba(38, 37, 37, 0.1);
}
.box-activity-6 {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
grid-column: 4;
grid-row: 7 / -1;
border-radius: 20px;
box-shadow: 0px 5px 5px 0px rgba(38, 37, 37, 0.1);
}
.photo-1 {
height: 320px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/reno-laithienne-QUgJhdY5Fyk-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-2 {
height: 120px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/paul-hermann-QFTrLdQIRhI-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-3 {
height: 120px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/kevin-hikari-rV_Qd1l-VXg-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-4 {
height: 320px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/kilyan-sockalingum-NR8-cBCN3aI-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-5 {
height: 120px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/florian-wehde-xW9e8gdotxI-unsplash.jpg");
background-size: cover;
background-position: center;
}
.photo-6 {
height: 120px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-image: url("../images/activites/4_small/lena-paulin-wH2-EJoDcV0-unsplash.jpg");
background-size: cover;
background-position: center;
}
footer {
display: grid;
grid-template-columns: repeat(3, 1fr);
padding-left: 3%;
padding-top: 20px;
background-color: #f2f2f2;
}
ul {
list-style: none;
padding: 0;
}
li {
font-size: 0.8em;
color: #555;
line-height: 25px;
}
}
.validator {
display: none;
}
| 0.481698 | 0.13966 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("clanbase.ggl.com") {
body{
background: #313131 !important;
font: normal 13px Verdana, Arial, Helvetica, sans-serif !important;
color:#999 !important;
}
a, a *:link{
color: #acacff !important;
}
p,div, ul, li,td{
font: normal 13px Verdana, Arial, Helvetica, sans-serif !important;
}
div #pagewrapper{
background: #121213 !important;
}
/*FIRST ROW - logo */
#page_start_wrapper div:first-child > table tr:first-child td {
/*
height:100px !important;
*/
}
/*FIRST ROW - BANNER */
#page_start_wrapper div:first-child > table tr:first-child td:first-child+td+td div {
display:none;
}
#page_start_wrapper div table{
border-collapse:collapse !important;
border:none !important;
}
/*SECOND ROW */
#page_start_wrapper div:first-child > table tr:first-child+tr {
background:#232323;
}
#page_start_wrapper div:first-child > table tr:first-child+tr td {
/*
height:70px !important;
*/
}
#page_start_wrapper div:first-child > table tr:first-child+tr td:first-child+td+td+td+td {
width:0px !important;
}
#page_start_wrapper div:first-child > table tr:first-child+tr td:first-child+td+td+td+td div{
display:none !important;
}
div #topbanner_bg{
display:none;
}
td.tb{
background:transparent url('http://www.grovehillal.com/images/transparent-gif.gif') !important;
border:none !important;
}
div.canvas2{
background:#121212 !important;
}
div.nday{
border:none !important;
background:#181818 !important;
border-bottom:solid 1px #313131 !important;
color: #666 !important;
padding: 4px 0 4px 4px !important;
border-radius:0px !important;
}
div.nsub a, span.nsub {
color: #ddd !important;
font-size:18px !important;
font-weight:normal !important;
font-family:Georgia, serif !important;
letter-spacing:1px !important;
}
div.nbody{
border-top:solid 1px #313131 !important;
padding:2.5em 0 2.5em 0 !important;
margin:3px 0 0 0 !important;
color: #666 !important;
}
a.slink{
color: #bFb !important;
}
td.mb{
background:#151515 !important;
border:none !important;
}
td.mm{
background-color:#151515 !important;
}
div.ms{
background:#151515 !important;
border-bottom:solid 1px #313131 !important;
color: #ccc !important;
padding: 4px 0 4px 0 !important;
font-size:13px !important;
font-weight:bold !important;
}
a.ml{
line-height:18px !important;
color: #999 !important;
padding:2px 0 2px 0 !important;
font-size:13px !important;
}
td.mt{
color: #ddd !important;
font-size:16px !important;
font-weight:normal !important;
background-image:none !important;
background:#232323 !important;
border-bottom:solid 4px #313131 !important;
padding:8px 0 8px 4px !important;
border-radius: 0px !important;
}
div.pagetitle{
background:#232323 !important;
color: #ddd !important;
font-size:18px !important;
font-weight:normal !important;
font-family:Georgia, serif !important;
border-bottom:solid 4px #313131 !important;
padding:8px 0 8px 4px !important;
border-radius: 0px !important;
letter-spacing:2px !important;
}
td.default{
color:#999 !important;
line-height:18px !important;
}
td.default div{
color:#999 !important;
line-height:18px !important;
}
td.labelcell{
background: #232323 !important;
padding: 6px 0 6px 4px !important;
}
td.forumText{
color:#999 !important;
line-height:18px !important;
padding:10px 5px 5px 5px !important;
}
div.forumBox tr.labelcell{
background:#181818 !important;
}
td.small{
color:#999 !important;
}
}
|
data/usercss/58364.user.css
|
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("clanbase.ggl.com") {
body{
background: #313131 !important;
font: normal 13px Verdana, Arial, Helvetica, sans-serif !important;
color:#999 !important;
}
a, a *:link{
color: #acacff !important;
}
p,div, ul, li,td{
font: normal 13px Verdana, Arial, Helvetica, sans-serif !important;
}
div #pagewrapper{
background: #121213 !important;
}
/*FIRST ROW - logo */
#page_start_wrapper div:first-child > table tr:first-child td {
/*
height:100px !important;
*/
}
/*FIRST ROW - BANNER */
#page_start_wrapper div:first-child > table tr:first-child td:first-child+td+td div {
display:none;
}
#page_start_wrapper div table{
border-collapse:collapse !important;
border:none !important;
}
/*SECOND ROW */
#page_start_wrapper div:first-child > table tr:first-child+tr {
background:#232323;
}
#page_start_wrapper div:first-child > table tr:first-child+tr td {
/*
height:70px !important;
*/
}
#page_start_wrapper div:first-child > table tr:first-child+tr td:first-child+td+td+td+td {
width:0px !important;
}
#page_start_wrapper div:first-child > table tr:first-child+tr td:first-child+td+td+td+td div{
display:none !important;
}
div #topbanner_bg{
display:none;
}
td.tb{
background:transparent url('http://www.grovehillal.com/images/transparent-gif.gif') !important;
border:none !important;
}
div.canvas2{
background:#121212 !important;
}
div.nday{
border:none !important;
background:#181818 !important;
border-bottom:solid 1px #313131 !important;
color: #666 !important;
padding: 4px 0 4px 4px !important;
border-radius:0px !important;
}
div.nsub a, span.nsub {
color: #ddd !important;
font-size:18px !important;
font-weight:normal !important;
font-family:Georgia, serif !important;
letter-spacing:1px !important;
}
div.nbody{
border-top:solid 1px #313131 !important;
padding:2.5em 0 2.5em 0 !important;
margin:3px 0 0 0 !important;
color: #666 !important;
}
a.slink{
color: #bFb !important;
}
td.mb{
background:#151515 !important;
border:none !important;
}
td.mm{
background-color:#151515 !important;
}
div.ms{
background:#151515 !important;
border-bottom:solid 1px #313131 !important;
color: #ccc !important;
padding: 4px 0 4px 0 !important;
font-size:13px !important;
font-weight:bold !important;
}
a.ml{
line-height:18px !important;
color: #999 !important;
padding:2px 0 2px 0 !important;
font-size:13px !important;
}
td.mt{
color: #ddd !important;
font-size:16px !important;
font-weight:normal !important;
background-image:none !important;
background:#232323 !important;
border-bottom:solid 4px #313131 !important;
padding:8px 0 8px 4px !important;
border-radius: 0px !important;
}
div.pagetitle{
background:#232323 !important;
color: #ddd !important;
font-size:18px !important;
font-weight:normal !important;
font-family:Georgia, serif !important;
border-bottom:solid 4px #313131 !important;
padding:8px 0 8px 4px !important;
border-radius: 0px !important;
letter-spacing:2px !important;
}
td.default{
color:#999 !important;
line-height:18px !important;
}
td.default div{
color:#999 !important;
line-height:18px !important;
}
td.labelcell{
background: #232323 !important;
padding: 6px 0 6px 4px !important;
}
td.forumText{
color:#999 !important;
line-height:18px !important;
padding:10px 5px 5px 5px !important;
}
div.forumBox tr.labelcell{
background:#181818 !important;
}
td.small{
color:#999 !important;
}
}
| 0.145813 | 0.060335 |
p {
margin: 0px
}
header {
height: 200px;
background: url("/themes/default/web/images/header.png") no-repeat;
background-position-x: 50%;
background-position-y: 90%;
}
main {
min-height: 600px;
margin-bottom: 10px;
}
footer {
min-height: 100px;
background-color: black;
}
.box-header-phone {
padding-top: 10px;
text-align: center;
}
.box-header-phone_number {
font-size: 30px;
font-weight: bold;
}
.box-header-contacts {
margin-top: 5px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.85);
border-radius: 5px;
box-shadow: -1px -1px 0 #FFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(158, 158, 158, 0.40);
}
.box-nav {
margin-top: 10px;
min-height: 50px;
padding: 10px;
border-radius: 5px;
box-shadow: -1px -1px 0 #FFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
background-color: #f9f9f9;
}
.nav-list {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.nav-list__iteam {
display: inline-block;
padding: 5px;
text-align: center;
}
.nav-list__iteam__link {
color: #0f0f0f;
font-size: 20px;
font-weight: bold;
text-decoration: underline;
}
.nav-list__iteam__link:hover {
color: orange;
}
.box__category-card {
margin-top: 10px;
min-height: 200px;
}
.category-card {
height: 300px;
margin: 10px;
padding-top: 10px;
background-color: white;
border-radius: 5px;
box-shadow: 0 4px 9px 1px rgba(0, 0, 0, 0.20);
transition: .2s;
}
.category-card:hover {
transform: translateY(-5px);
}
.category-card__pic {
height: 200px;
margin: 10px;
background-repeat: no-repeat;
background-size: contain;
background-position-x: 50%;
background-position-y: 50%;
}
.category-card__name {
height: 60px;
margin: 5px;
text-align: center;
overflow: hidden;
}
.category-card__link {
color: #eda11e;
text-decoration: underline;
font-size: 20px;
font-weight: bold;
}
.category-card__link:hover {
color: black;
}
.box-content {
min-height: 300px;
margin-top: 10px;
padding-top: 10px;
}
.box-category {
padding: 10px;
min-height: 500px;
}
.product-card {
padding: 5px;
background-color: white;
min-height: 150px;
box-shadow: -1px -1px 0 #FFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(158, 158, 158, 0.40);
transition: .4s;
}
.product-card:hover {
border: 1px solid orange;
}
.product-card__image {
margin-top: 10px;
height: 150px;
background-repeat: no-repeat;
background-position-x: 50%;
background-position-y: 90%;
background-size: contain;
}
.product-card__property {
margin-top: 10px;
min-height: 140px;
}
.link-details {
padding: 5px;
margin-top: 5px;
display: block;
float: right;
height: 25px;
background: orange;
}
.box-widget-category {
min-height: 900px;
background-color: #fafafa;
box-shadow: -1px -1px 0 #FFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(158, 158, 158, 0.45);
border-radius: 5px;
text-align: center;
padding-top: 10px;
}
.product-card__btn-order {
width: 80%;
margin-top: 10px;
border: none;
padding: 10px;
background: orange;
font-size: 20px;
border-radius: 5px;
font-weight: bold;
box-shadow: inset -1px -1px 1px 1px #815310;
}
.product-card__link-details {
text-decoration: underline;
color: orange;
}
.product-card__link-details:hover {
color: black;
}
.product-btn-order {
width: 90%;
border: none;
background-color: orange;
font-size: 26px;
font-weight: bold;
padding: 10px;
border-radius: 5px;
box-shadow: inset -1px -1px 1px 1px #815310;
}
.box-widget-category_list-iteam {
display: block;
padding: 5px;
font-size: 18px;
font-weight: bold;
margin: 5px;
transition: .4s;
}
.box-widget-category_list-iteam:hover {
background-color: orange;
}
.box-widget-category_list-iteam_link {
color: black;
}
.box-widget-category_list-iteam_link:hover {
color: black;
}
.product-card_box-btn {
padding-right: 10px;
text-align: center;
padding-top: 15px;
}
.product-card__titile-link {
color: black;
text-decoration: underline;
text-transform: uppercase;
}
.product-card__titile-link:hover {
color: orange;
}
.breadcrumb li a {
color: black;
text-decoration: underline;
}
.breadcrumb li a:hover {
color: orange;
}
.box-linked-product {
padding: 5px;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.30);
}
.box-linked-product:hover {
border: 1px solid orange;
}
.box-linked-product__image {
background-size: contain;
background-position-y: 50%;
background-position-x: 50%;
background-repeat: no-repeat;
height: 60px;
}
.box-linked-product__description-title {
text-align: center;
min-height: 50px;
}
.box-linked-product__description-title__link {
color: black;
text-decoration: underline;
}
.box-linked-product__description-title__link:hover {
color: orange;
}
.box-linked-product__description__price {
text-align: center;
font-weight: bold;
}
|
themes/shop/web/styles/style.css
|
p {
margin: 0px
}
header {
height: 200px;
background: url("/themes/default/web/images/header.png") no-repeat;
background-position-x: 50%;
background-position-y: 90%;
}
main {
min-height: 600px;
margin-bottom: 10px;
}
footer {
min-height: 100px;
background-color: black;
}
.box-header-phone {
padding-top: 10px;
text-align: center;
}
.box-header-phone_number {
font-size: 30px;
font-weight: bold;
}
.box-header-contacts {
margin-top: 5px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.85);
border-radius: 5px;
box-shadow: -1px -1px 0 #FFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(158, 158, 158, 0.40);
}
.box-nav {
margin-top: 10px;
min-height: 50px;
padding: 10px;
border-radius: 5px;
box-shadow: -1px -1px 0 #FFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
background-color: #f9f9f9;
}
.nav-list {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.nav-list__iteam {
display: inline-block;
padding: 5px;
text-align: center;
}
.nav-list__iteam__link {
color: #0f0f0f;
font-size: 20px;
font-weight: bold;
text-decoration: underline;
}
.nav-list__iteam__link:hover {
color: orange;
}
.box__category-card {
margin-top: 10px;
min-height: 200px;
}
.category-card {
height: 300px;
margin: 10px;
padding-top: 10px;
background-color: white;
border-radius: 5px;
box-shadow: 0 4px 9px 1px rgba(0, 0, 0, 0.20);
transition: .2s;
}
.category-card:hover {
transform: translateY(-5px);
}
.category-card__pic {
height: 200px;
margin: 10px;
background-repeat: no-repeat;
background-size: contain;
background-position-x: 50%;
background-position-y: 50%;
}
.category-card__name {
height: 60px;
margin: 5px;
text-align: center;
overflow: hidden;
}
.category-card__link {
color: #eda11e;
text-decoration: underline;
font-size: 20px;
font-weight: bold;
}
.category-card__link:hover {
color: black;
}
.box-content {
min-height: 300px;
margin-top: 10px;
padding-top: 10px;
}
.box-category {
padding: 10px;
min-height: 500px;
}
.product-card {
padding: 5px;
background-color: white;
min-height: 150px;
box-shadow: -1px -1px 0 #FFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(158, 158, 158, 0.40);
transition: .4s;
}
.product-card:hover {
border: 1px solid orange;
}
.product-card__image {
margin-top: 10px;
height: 150px;
background-repeat: no-repeat;
background-position-x: 50%;
background-position-y: 90%;
background-size: contain;
}
.product-card__property {
margin-top: 10px;
min-height: 140px;
}
.link-details {
padding: 5px;
margin-top: 5px;
display: block;
float: right;
height: 25px;
background: orange;
}
.box-widget-category {
min-height: 900px;
background-color: #fafafa;
box-shadow: -1px -1px 0 #FFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(158, 158, 158, 0.45);
border-radius: 5px;
text-align: center;
padding-top: 10px;
}
.product-card__btn-order {
width: 80%;
margin-top: 10px;
border: none;
padding: 10px;
background: orange;
font-size: 20px;
border-radius: 5px;
font-weight: bold;
box-shadow: inset -1px -1px 1px 1px #815310;
}
.product-card__link-details {
text-decoration: underline;
color: orange;
}
.product-card__link-details:hover {
color: black;
}
.product-btn-order {
width: 90%;
border: none;
background-color: orange;
font-size: 26px;
font-weight: bold;
padding: 10px;
border-radius: 5px;
box-shadow: inset -1px -1px 1px 1px #815310;
}
.box-widget-category_list-iteam {
display: block;
padding: 5px;
font-size: 18px;
font-weight: bold;
margin: 5px;
transition: .4s;
}
.box-widget-category_list-iteam:hover {
background-color: orange;
}
.box-widget-category_list-iteam_link {
color: black;
}
.box-widget-category_list-iteam_link:hover {
color: black;
}
.product-card_box-btn {
padding-right: 10px;
text-align: center;
padding-top: 15px;
}
.product-card__titile-link {
color: black;
text-decoration: underline;
text-transform: uppercase;
}
.product-card__titile-link:hover {
color: orange;
}
.breadcrumb li a {
color: black;
text-decoration: underline;
}
.breadcrumb li a:hover {
color: orange;
}
.box-linked-product {
padding: 5px;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.30);
}
.box-linked-product:hover {
border: 1px solid orange;
}
.box-linked-product__image {
background-size: contain;
background-position-y: 50%;
background-position-x: 50%;
background-repeat: no-repeat;
height: 60px;
}
.box-linked-product__description-title {
text-align: center;
min-height: 50px;
}
.box-linked-product__description-title__link {
color: black;
text-decoration: underline;
}
.box-linked-product__description-title__link:hover {
color: orange;
}
.box-linked-product__description__price {
text-align: center;
font-weight: bold;
}
| 0.564579 | 0.134463 |
@font-face {
font-family: 'Open Sans';
src: url('fonts/Open-Sans.woff');
}
@font-face {
font-family: 'Open Sans';
font-weight: bold;
src: url('fonts/Open-Sans-Bold.woff');
}
@font-face {
font-family: 'Open Sans';
font-weight: 600;
src: url('fonts/Open-Sans-Semibold.woff');
}
body {
font-family: 'Open Sans Semibold', sans-serif;
color: white;
font-size: 15px;
}
/* Home Screen */
#home {
border-radius: 8px;
background: url(backgrounds/default.png);
}
/* Lock Screen */
#lockscreenContainer {
background-color: #000;
background-attachment: fixed;
background-clip: border-box;
background-image: url(backgrounds/rings.png);
background-origin: padding-box;
background-position: center center;
background-repeat: no-repeat;
}
#lockscreen #clock {
top: 160px;
left: 30px;
position: absolute;
width: 100%;
text-align: left;
font-family: "Open Sans", sans-serif;
}
#lockscreen #clock > #hourMin {
color: #fff;
font-size: 120px;
font-weight: 600;
letter-spacing: -2px;
line-height: 1.1em;
text-shadow: 0 0 10px rgba(255, 255, 255, .4), 0 0 3px rgba(255, 255, 255, .3);
}
#lockscreen #clock > #date {
color: #ffdfaa;
font-size: 34px;
padding-left: 20px;
text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}
#lockscreen #clock > *[data-format*="%b"] {
font-size: 100px;
}
@media all and (max-height: 480px) {
#lockscreen #clock > #hourMin {
font-size: 100px;
}
#lockscreen #clock > *[data-format*="%b"] {
font-size: 90px;
}
#lockscreen #clock > #date {
font-size: 24px;
}
}
/* Notification Screen */
#grippy {
background: #111 url(images/grippy.png) no-repeat 50% 50%;
}
/* App Icons */
.icon {
width: 128px;
height: 192px;
background: url(images/thumb.png) 8px 8px no-repeat #222;
background-color: #222;
background-image: url(images/thumb.png);
background-position: 8px 8px;
background-repeat: no-repeat;
background-color: #222;
border-radius: 5px;
margin-right: 4px;
margin-bottom: 4px;
overflow: hidden;
}
.icon > div {
width: 120px;
height: 120px;
}
.icon > .label {
padding-top: 36px;
padding-left: 8px;
color: white;
}
/* Screen markers */
.dot {
width: 10px;
height: 10px;
background-color: rgba(255,255,255,0.5);
margin-left: 5px;
margin-right: 5px;
border-radius: 50%;
}
.dot.active {
background-color: white;
}
/* Windows */
div.windowSprite {
background: url("images/noise.png") repeat scroll 50% 50%, #373a3d;
border-radius: 8px;
}
/* Task Manager */
#taskManager li {
background-color: #00f;
}
#taskManager li > a {
background: url('images/close.png') no-repeat;
}
#taskManager li > a:active {
background: url('images/close-active.png') no-repeat;
}
#taskManager li > h1 {
text-align: center;
color: #fff;
font-size: 2em;
text-shadow: #000 0 2px 1px;
}
/* Status bar */
#statusbar {
color: #999;
background-color: #000;
}
.state {
float: left;
background-repeat: no-repeat;
background-position: center center;
}
#state-messages[data-visible] {
background-image: url("images/sms.png");
}
#state-calls[data-visible] {
background-image: url("images/missing-call.png");
}
#titlebar {
text-shadow: 0 0 3px hsla(0,0%,0%,.5);
line-height: 31px;
font-size: 18px;
margin: 0 4px;
}
#signal span {
background: #333333;
float: left;
width: 3px;
margin: 1px;
}
#signal span.haveSignal {
background: #999999;
}
#signal span:nth-child(1) { /* poor signal */
margin-top: 17px;
height: 3px;
}
#signal span:nth-child(2) { /* medium signal */
margin-top: 13px;
height: 7px;
}
#signal span:nth-child(3) { /* good signal */
margin-top: 10px;
height: 10px;
}
#signal span:nth-child(4) { /* awesome signal */
margin-top: 6px;
height: 14px;
}
#wifi {
width: 30px;
background: url(images/wifi.png) 50% 8px no-repeat;
}
#statusbar .time {
text-shadow: 0 0 3px hsla(0,0%,0%,.5);
line-height: 31px;
margin: 0 4px;
}
.battery {
float:right;
margin: 8px 3px;
padding: 5px 7px 5px 5px;
width: 29px;
background: url(images/battery-main.png);
background-repeat: no-repeat;
background-size: 29px 16px;
position: relative;
}
.battery > #fuel {
height: 6px;
background-color: #999999;
}
.battery > #charging {
height: 8px;
width: 18px;
background: transparent url(images/battery-charging.png) center center no-repeat;
top: 4px;
left: 5px;
}
#statusbar .time {
text-shadow: 0 0 3px hsla(0,0%,0%,.5);
line-height: 31px;
margin: 0 4px;
}
.battery {
float:right;
margin: 8px 3px;
padding: 5px 7px 5px 5px;
width: 29px;
background: url(images/battery-main.png);
background-repeat: no-repeat;
background-size: 29px 16px;
position: relative;
}
.battery > #fuel {
height: 6px;
background-color: #999999;
}
.battery > #charging {
height: 8px;
width: 18px;
background: transparent url(images/battery-charging.png) center center no-repeat;
position: absolute;
top: 4px;
left: 5px;
}
/* Volume */
#volume {
position: absolute;
top: 20%;
left: 50%;
width: 220px;
height: 200px;
margin: -100px 0 0 -110px;
background: url(images/volume-on.png) no-repeat 50% 10%, hsla(0,0%,0%,.8);
border-radius: 10px;
z-index: 20003;
-moz-transition: opacity 0.5s ease;
opacity: 0;
pointer-events: none;
}
#volume.visible {
opacity: 1.0;
}
#volume.off {
background: url(images/volume-off.png) no-repeat 50% 10%, hsla(0,0%,0%,.8);
}
#volume.vibration {
background: url(images/vibration.png) no-repeat 50% 10%, hsla(0,0%,0%,.8);
}
#volume div {
position: absolute;
bottom: 10px;
left: 0;
width: 10px;
border-radius: 4px;
background: hsla(0,0%,100%,.4)
}
#volume div.active {
background: hsla(0,0%,100%,.9)
}
#volume div:nth-child(1) {
height: 10px;
left: 10px;
}
#volume div:nth-child(2) {
height: 20px;
left: 30px;
}
#volume div:nth-child(3) {
height: 30px;
left: 50px;
}
#volume div:nth-child(4) {
height: 40px;
left: 70px;
}
#volume div:nth-child(5) {
height: 50px;
left: 90px;
}
#volume div:nth-child(6) {
height: 60px;
left: 110px;
}
#volume div:nth-child(7) {
height: 70px;
left:130px;
}
#volume div:nth-child(8) {
height: 80px;
left: 150px;
}
#volume div:nth-child(9) {
height: 90px;
left: 170px;
}
#volume div:nth-child(10) {
height: 100px;
left: 190px;
}
/* Sleep Menu */
#sleep {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 20002;
pointer-events: none;
background-color: rgba(0,0,0,0.4);
opacity: 0;
-moz-transition: opacity 0.5s ease;
}
#sleep.visible {
pointer-events: auto;
opacity: 1;
}
.sleep-menu {
position: absolute;
top: 20%;
left: 50%;
width: 320px;
height: 300px;
margin: 0 0 0 -160px;
background: -moz-linear-gradient(center top , rgb(244, 244, 244), rgb(234, 234, 234)) repeat scroll 0% 0% white;
border-radius: 8px;
border: 1px solid hsla(0,0%,0%,0);
}
.sleep-menu div {
height: 73px;
line-height: 73px;
font-size: 26px;
color: #778;
padding: 0 20px 0 100px;
border-top: 1px solid hsla(0, 0%, 100%,0.2);
border-bottom: 1px solid hsla(0, 0%, 0%,0.4);
}
.sleep-menu div[data-value="power"] {
background: url(images/sleep/power-off.png) no-repeat 0 50%;
}
.sleep-menu div[data-value="restart"] {
background: url(images/sleep/restart.png) no-repeat 0 50%;
}
.sleep-menu div[data-value="airplane"] {
background: url(images/sleep/airplane.png) no-repeat 0 50%;
}
.sleep-menu div[data-value="normal"] {
background: url(images/sleep/normal.png) no-repeat 0 50%;
}
.sleep-menu div[data-value="silent"] {
background: url(images/sleep/vibration.png) no-repeat 0 50%;
}
.sleep-menu div:first-child {
border-radius: 9px 9px 0 0;
border-top-color: transparent;
}
.sleep-menu div:last-child {
border-radius: 0 0 9px 9px;
border-bottom-color: transparent;
}
|
apps/homescreen/style/themes/default/homescreen.css
|
@font-face {
font-family: 'Open Sans';
src: url('fonts/Open-Sans.woff');
}
@font-face {
font-family: 'Open Sans';
font-weight: bold;
src: url('fonts/Open-Sans-Bold.woff');
}
@font-face {
font-family: 'Open Sans';
font-weight: 600;
src: url('fonts/Open-Sans-Semibold.woff');
}
body {
font-family: 'Open Sans Semibold', sans-serif;
color: white;
font-size: 15px;
}
/* Home Screen */
#home {
border-radius: 8px;
background: url(backgrounds/default.png);
}
/* Lock Screen */
#lockscreenContainer {
background-color: #000;
background-attachment: fixed;
background-clip: border-box;
background-image: url(backgrounds/rings.png);
background-origin: padding-box;
background-position: center center;
background-repeat: no-repeat;
}
#lockscreen #clock {
top: 160px;
left: 30px;
position: absolute;
width: 100%;
text-align: left;
font-family: "Open Sans", sans-serif;
}
#lockscreen #clock > #hourMin {
color: #fff;
font-size: 120px;
font-weight: 600;
letter-spacing: -2px;
line-height: 1.1em;
text-shadow: 0 0 10px rgba(255, 255, 255, .4), 0 0 3px rgba(255, 255, 255, .3);
}
#lockscreen #clock > #date {
color: #ffdfaa;
font-size: 34px;
padding-left: 20px;
text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}
#lockscreen #clock > *[data-format*="%b"] {
font-size: 100px;
}
@media all and (max-height: 480px) {
#lockscreen #clock > #hourMin {
font-size: 100px;
}
#lockscreen #clock > *[data-format*="%b"] {
font-size: 90px;
}
#lockscreen #clock > #date {
font-size: 24px;
}
}
/* Notification Screen */
#grippy {
background: #111 url(images/grippy.png) no-repeat 50% 50%;
}
/* App Icons */
.icon {
width: 128px;
height: 192px;
background: url(images/thumb.png) 8px 8px no-repeat #222;
background-color: #222;
background-image: url(images/thumb.png);
background-position: 8px 8px;
background-repeat: no-repeat;
background-color: #222;
border-radius: 5px;
margin-right: 4px;
margin-bottom: 4px;
overflow: hidden;
}
.icon > div {
width: 120px;
height: 120px;
}
.icon > .label {
padding-top: 36px;
padding-left: 8px;
color: white;
}
/* Screen markers */
.dot {
width: 10px;
height: 10px;
background-color: rgba(255,255,255,0.5);
margin-left: 5px;
margin-right: 5px;
border-radius: 50%;
}
.dot.active {
background-color: white;
}
/* Windows */
div.windowSprite {
background: url("images/noise.png") repeat scroll 50% 50%, #373a3d;
border-radius: 8px;
}
/* Task Manager */
#taskManager li {
background-color: #00f;
}
#taskManager li > a {
background: url('images/close.png') no-repeat;
}
#taskManager li > a:active {
background: url('images/close-active.png') no-repeat;
}
#taskManager li > h1 {
text-align: center;
color: #fff;
font-size: 2em;
text-shadow: #000 0 2px 1px;
}
/* Status bar */
#statusbar {
color: #999;
background-color: #000;
}
.state {
float: left;
background-repeat: no-repeat;
background-position: center center;
}
#state-messages[data-visible] {
background-image: url("images/sms.png");
}
#state-calls[data-visible] {
background-image: url("images/missing-call.png");
}
#titlebar {
text-shadow: 0 0 3px hsla(0,0%,0%,.5);
line-height: 31px;
font-size: 18px;
margin: 0 4px;
}
#signal span {
background: #333333;
float: left;
width: 3px;
margin: 1px;
}
#signal span.haveSignal {
background: #999999;
}
#signal span:nth-child(1) { /* poor signal */
margin-top: 17px;
height: 3px;
}
#signal span:nth-child(2) { /* medium signal */
margin-top: 13px;
height: 7px;
}
#signal span:nth-child(3) { /* good signal */
margin-top: 10px;
height: 10px;
}
#signal span:nth-child(4) { /* awesome signal */
margin-top: 6px;
height: 14px;
}
#wifi {
width: 30px;
background: url(images/wifi.png) 50% 8px no-repeat;
}
#statusbar .time {
text-shadow: 0 0 3px hsla(0,0%,0%,.5);
line-height: 31px;
margin: 0 4px;
}
.battery {
float:right;
margin: 8px 3px;
padding: 5px 7px 5px 5px;
width: 29px;
background: url(images/battery-main.png);
background-repeat: no-repeat;
background-size: 29px 16px;
position: relative;
}
.battery > #fuel {
height: 6px;
background-color: #999999;
}
.battery > #charging {
height: 8px;
width: 18px;
background: transparent url(images/battery-charging.png) center center no-repeat;
top: 4px;
left: 5px;
}
#statusbar .time {
text-shadow: 0 0 3px hsla(0,0%,0%,.5);
line-height: 31px;
margin: 0 4px;
}
.battery {
float:right;
margin: 8px 3px;
padding: 5px 7px 5px 5px;
width: 29px;
background: url(images/battery-main.png);
background-repeat: no-repeat;
background-size: 29px 16px;
position: relative;
}
.battery > #fuel {
height: 6px;
background-color: #999999;
}
.battery > #charging {
height: 8px;
width: 18px;
background: transparent url(images/battery-charging.png) center center no-repeat;
position: absolute;
top: 4px;
left: 5px;
}
/* Volume */
#volume {
position: absolute;
top: 20%;
left: 50%;
width: 220px;
height: 200px;
margin: -100px 0 0 -110px;
background: url(images/volume-on.png) no-repeat 50% 10%, hsla(0,0%,0%,.8);
border-radius: 10px;
z-index: 20003;
-moz-transition: opacity 0.5s ease;
opacity: 0;
pointer-events: none;
}
#volume.visible {
opacity: 1.0;
}
#volume.off {
background: url(images/volume-off.png) no-repeat 50% 10%, hsla(0,0%,0%,.8);
}
#volume.vibration {
background: url(images/vibration.png) no-repeat 50% 10%, hsla(0,0%,0%,.8);
}
#volume div {
position: absolute;
bottom: 10px;
left: 0;
width: 10px;
border-radius: 4px;
background: hsla(0,0%,100%,.4)
}
#volume div.active {
background: hsla(0,0%,100%,.9)
}
#volume div:nth-child(1) {
height: 10px;
left: 10px;
}
#volume div:nth-child(2) {
height: 20px;
left: 30px;
}
#volume div:nth-child(3) {
height: 30px;
left: 50px;
}
#volume div:nth-child(4) {
height: 40px;
left: 70px;
}
#volume div:nth-child(5) {
height: 50px;
left: 90px;
}
#volume div:nth-child(6) {
height: 60px;
left: 110px;
}
#volume div:nth-child(7) {
height: 70px;
left:130px;
}
#volume div:nth-child(8) {
height: 80px;
left: 150px;
}
#volume div:nth-child(9) {
height: 90px;
left: 170px;
}
#volume div:nth-child(10) {
height: 100px;
left: 190px;
}
/* Sleep Menu */
#sleep {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 20002;
pointer-events: none;
background-color: rgba(0,0,0,0.4);
opacity: 0;
-moz-transition: opacity 0.5s ease;
}
#sleep.visible {
pointer-events: auto;
opacity: 1;
}
.sleep-menu {
position: absolute;
top: 20%;
left: 50%;
width: 320px;
height: 300px;
margin: 0 0 0 -160px;
background: -moz-linear-gradient(center top , rgb(244, 244, 244), rgb(234, 234, 234)) repeat scroll 0% 0% white;
border-radius: 8px;
border: 1px solid hsla(0,0%,0%,0);
}
.sleep-menu div {
height: 73px;
line-height: 73px;
font-size: 26px;
color: #778;
padding: 0 20px 0 100px;
border-top: 1px solid hsla(0, 0%, 100%,0.2);
border-bottom: 1px solid hsla(0, 0%, 0%,0.4);
}
.sleep-menu div[data-value="power"] {
background: url(images/sleep/power-off.png) no-repeat 0 50%;
}
.sleep-menu div[data-value="restart"] {
background: url(images/sleep/restart.png) no-repeat 0 50%;
}
.sleep-menu div[data-value="airplane"] {
background: url(images/sleep/airplane.png) no-repeat 0 50%;
}
.sleep-menu div[data-value="normal"] {
background: url(images/sleep/normal.png) no-repeat 0 50%;
}
.sleep-menu div[data-value="silent"] {
background: url(images/sleep/vibration.png) no-repeat 0 50%;
}
.sleep-menu div:first-child {
border-radius: 9px 9px 0 0;
border-top-color: transparent;
}
.sleep-menu div:last-child {
border-radius: 0 0 9px 9px;
border-bottom-color: transparent;
}
| 0.298185 | 0.085671 |
body.mobile-layout .vc_row[data-vc-full-width] {
width: auto !important;
left: auto !important;
right: auto !important;
}
.mobile-layout .header.sticky-mobile {
position: fixed;
width: 100%;
z-index: 5;
box-shadow: none;
top: 0;
}
.mobile-layout .header-mobile-style1.sticky-mobile,
.mobile-layout .header-mobile-style3.sticky-mobile {
background-color: #fff;
padding-bottom: 1px;
box-shadow: 0 0 4px #444;
}
.header-mobile-style1,
.header-mobile-style2 {
box-shadow: 0 5px 5px rgba(205,205,205,0.6);
margin-bottom: 10px;
}
.header-mobile-style1 .header-top-mobile,
.header-mobile-style2 .header-top-mobile {
padding: 15px 0 10px;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
display: block;
padding: 0;
margin: 0 0 0 10px;
cursor: pointer;
width: 26px;
height: 26px;
background-color: #3b3b3b;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius: 3px;
}
.rtl .header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle,
.rtl .header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
margin: 0 10px 0 0;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar {
width: 16px !important;
background-color: #ff5c00;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar {
height: 2px;
width: 16px;
margin: 3px 0px 3px 4px;
background: #ff5c00;
display: block;
right: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.rtl .header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar,
.rtl .header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar {
margin: 3px 4px 3px 0;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1),
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1) {
width: 12px;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3),
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3) {
width: 12px;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .vertical-megamenu,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .vertical-megamenu {
opacity: 0;
visibility: hidden;
height: 0;
width: 0;
}
.header-mobile-style1 .revo-logo,
.header-mobile-style2 .revo-logo {
max-width: 75px;
margin: 0 10px;
}
.header-mobile-style1 .mobile-search,
.header-mobile-style2 .mobile-search {
overflow: hidden;
}
.header-mobile-style1 .mobile-search .top-form.top-search,
.header-mobile-style2 .mobile-search .top-form.top-search {
float: none;
max-width: 270px;
}
.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper,
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper {
display: none;
}
.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry input,
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry input {
width: 100%;
height: 27px;
background-color: #f2f2f2;
font-size: 11px;
color: #9c9c9c;
border-radius: 3px;
border: 0;
margin: 0;
padding: 0 10px;
}
.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry button,
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button {
position: absolute;
height: 26px;
width: 26px;
right: 0;
top: 0;
border: 0;
background-color: #f2f2f2;
color: #9c9c9c;
margin: 0;
}
.rtl .header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry button,
.rtl .header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button {
left: 0;
right: auto;
}
.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry button:hover,
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button:hover {
color: #ff5c00;
}
.header-mobile-style1 .header-menu-page,
.header-mobile-style2 .header-menu-page {
margin-bottom: 10px;
}
.header-mobile-style1 .header-menu-page .menu-mobile1,
.header-mobile-style2 .header-menu-page .menu-mobile1 {
overflow-y: hidden;
white-space: nowrap;
margin: 0;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li {
float: none;
display: inline-block;
vertical-align: top;
white-space: normal;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li > a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a {
padding: 0 10px;
font-size: 12px;
color: #222;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li > a:hover,
.header-mobile-style1 .header-menu-page .menu-mobile1 > li > a:focus,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a:hover,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a:focus {
color: #ff5c00;
background-color: #fff;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li:hover >a,
.header-mobile-style1 .header-menu-page .menu-mobile1 > li:focus >a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li:hover >a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li:focus >a {
color: #ff5c00;
background-color: #fff;
}
.header-mobile-style2 {
background-color: #ff5c00;
}
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry input {
background-color: #fff;
}
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button {
background-color: #fff;
}
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a {
color: #fff;
}
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a:hover,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a:focus {
color: #fff;
background-color: #ff5c00;
}
.header-mobile-style2 .header-menu-page .menu-mobile1 > li:hover > a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li:focus > a {
color: #fff;
background-color: #ff5c00;
}
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
background-color: #fff;
}
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
top: 90px;
}
.banner-top .wpb_single_image {
margin-bottom: 10px;
}
.banner-mobile {
margin: 0 -20px;
}
.banner-mobile .wpb_single_image {
float: left;
width: 50%;
padding: 0 5px;
margin-bottom: 10px;
}
.rtl .banner-mobile .wpb_single_image {
float: right;
}
.featured-categories-mobile {
margin-bottom: 5px;
}
.featured-categories-mobile .resp-slider-container >div.items-wrapper >.item .item-inner .item-content {
padding: 10px 0 !important;
}
.featured-categories-mobile .resp-slider-container >div.items-wrapper >.item .item-inner .item-content h3 a {
color: #222;
text-transform: uppercase;
font-family: 'RalewayBold';
}
.style-moblie {
position: relative;
}
.style-moblie:before {
content: '\f105';
font-family: FontAwesome;
font-size: 24px;
color: #828282;
position: absolute;
z-index: 2;
display: inline-block;
top: 45%;
right: 15px;
width: 10px;
height: 20px;
opacity: 0;
}
.rtl .style-moblie:before {
content: '\f104';
left: 15px;
right: auto;
}
.style-moblie .block-title {
margin: 0;
}
.style-moblie .block-title h3 {
color: #222;
font-size: 12px;
font-family: 'RalewayBold' !important;
text-align: left;
text-transform: uppercase;
border: 0;
padding: 10px 0;
margin: 0;
}
.rtl .style-moblie .block-title h3 {
text-align: right;
}
.style-moblie .block-title h3:before {
width: 0;
height: 0;
}
.style-moblie .resp-slider-container {
margin: 0 -5px;
}
.style-moblie .resp-slider-container >div.items-wrapper {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
padding-bottom: 10px;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item {
display: inline-block;
vertical-align: top;
white-space: normal;
width: 150px;
padding: 0 5px;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner {
-webkit-box-shadow: 1px 1px 4px #bbb;
-moz-box-shadow: 1px 1px 4px #bbb;
-o-box-shadow: 1px 1px 4px #bbb;
-ms-box-shadow: 1px 1px 4px #bbb;
box-shadow: 1px 1px 4px #bbb;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-image:hover {
opacity: 0.8;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content {
padding: 5px 0;
text-align: center;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content h3 {
font-size: 12px;
margin: 0;
}
.sw-tab-mobile .top-tab-slider .woocommmerce-shop a {
position: absolute;
right: 0;
top: 5px;
color: #ff5c00;
font-size: 11px;
font-family: 'RalewaySemiBold';
text-transform: capitalize;
}
.rtl .sw-tab-mobile .top-tab-slider .woocommmerce-shop a {
left: 0;
right: auto;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs {
display: block;
border-bottom: 1px solid #f0f0ed;
margin-bottom: 10px;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li {
margin: 0 20px 0 0;
}
.rtl .sw-tab-mobile .top-tab-slider .nav.nav-tabs > li {
float: right;
margin: 0 0 0 20px;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li > a {
font-size: 13px;
padding: 5px 0 10px;
color: #222;
text-transform: uppercase;
font-family: 'RalewayBold';
line-height: normal;
background-color: #fff !important;
border: 0;
border-radius: 0;
height: auto;
position: relative;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li > a:before {
content: '';
width: 100%;
height: 2px;
background-color: #ff5c00;
position: absolute;
bottom: -1px;
left: 0;
opacity: 0;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li.active > a,
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li:hover > a > a {
color: #ff5c00;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li.active > a:before,
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li:hover > a > a:before {
opacity: 1;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper {
padding-bottom: 20px;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap {
border: 1px solid #e1e1e1;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-image span.onsale,
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-image a.fancybox {
display: none;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content {
padding: 5px 0 15px;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content h4 a {
font-family: 'RalewayMedium';
color: #222;
font-size: 12px;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content h4 a,
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content .item-price {
opacity: 1;
}
.sw-ajax-categories .resp-listing-container {
margin: 0 -5px;
}
.sw-ajax-categories .resp-listing-container .item-product-cat {
float: left;
width: 33.333%;
padding: 0 5px;
margin-bottom: 10px;
}
.sw-ajax-categories .resp-listing-container .item-product-cat .item-content {
display: block;
padding: 9px 0;
background-color: #f2f2f2;
text-align: center;
}
.sw-ajax-categories .resp-listing-container .item-product-cat .item-content h3 {
font-size: 13px;
color: #222;
text-transform: capitalize;
font-family: 'RalewayMedium';
margin-bottom: 0;
}
.sw-ajax-categories .btn-loadmore {
clear: both;
display: block;
width: 100%;
height: 40px;
line-height: 40px;
text-align: center;
font-family: 'RalewayBold';
font-size: 11px;
text-transform: uppercase;
color: #222;
background-color: #f2f2f2;
border-radius: 20px;
margin-bottom: 20px;
}
.sw-ajax-categories .btn-loadmore:hover {
background-color: #ff5c00;
color: #fff;
}
.sw-ajax-categories .btn-loadmore:before {
content: attr(data-title);
display: inline-block;
}
.sw-ajax-categories .btn-loadmore.btn-loading {
background: url(../assets/img/loadingp.gif) no-repeat center center #f2f2f2;
background-size: 30px 30px;
}
.sw-ajax-categories .btn-loadmore.btn-loading:before {
content: '';
}
.sw-ajax-categories .btn-loadmore.btn-loaded:before {
content: attr(data-title_loaded);
}
.brand-mobile .resp-slider-container >div.items-wrapper .item {
width: 110px;
}
.block-mobile {
padding: 10px 0 0;
overflow: hidden;
margin-bottom: 0;
}
.block-mobile .info {
float: left;
width: 33.33%;
}
.rtl .block-mobile .info {
float: right;
}
.block-mobile .info .fa {
font-size: 28px;
color: #ff5c00;
float: left;
}
.rtl .block-mobile .info .fa {
float: right;
}
.block-mobile .info .info-content {
padding-left: 38px;
}
.rtl .block-mobile .info .info-content {
padding-right: 38px;
padding-left: 0;
}
.block-mobile .info .info-content span {
font-size: 10px;
color: #222;
text-transform: uppercase;
font-family: 'RalewaySemiBold';
margin-bottom: 2px;
}
.block-mobile .info .info-content p {
text-transform: capitalize;
padding-top: 2px;
margin-bottom: 3px;
font-size: 10px;
}
.mobile-layout.rtl .countdown-mobile .box-title h3,
.mobile-layout.rtl .best-selling-mobile .box-title h3,
.mobile-layout.rtl .related-products .box-title h3 {
float: right;
}
.mobile-layout.rtl .countdown-mobile .woocommmerce-shop,
.mobile-layout.rtl .best-selling-mobile .woocommmerce-shop,
.mobile-layout.rtl .related-products .woocommmerce-shop {
float: left;
}
.mobile-layout.rtl .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.revo_resmenu > li > .show-dropdown::after {
content: '\f104';
}
.mobile-layout.rtl .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
left: 0;
right: auto;
text-align: right;
}
.mobile-layout.rtl .products-wrapper .products-nav .catalog-ordering {
float: none;
}
.mobile-layout.rtl .products-wrapper .products-nav .filter-product {
float: left;
}
.mobile-layout.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
margin-left: 10px;
margin-right: 0;
}
.mobile-layout.rtl.woocommerce-cart .shop_table.cart tr.cart_item td {
float: right;
}
.mobile-layout.rtl.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove {
left: 0;
right: auto;
}
.mobile-layout.rtl .contact-mobile .block-contact-mobile .location-address li {
background-position: right center;
padding-right: 30px;
padding-left: 0;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap input,
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap textarea {
text-align: right;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-name input {
background-position: right center;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-email input {
background-position: right center;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-phone input {
background-position: right center;
}
.mobile-layout .countdown-mobile,
.mobile-layout .best-selling-mobile,
.mobile-layout .related-products {
margin-bottom: 20px;
}
.mobile-layout .countdown-mobile .box-title h3,
.mobile-layout .best-selling-mobile .box-title h3,
.mobile-layout .related-products .box-title h3 {
color: #222;
font-size: 12px;
text-align: left;
text-transform: uppercase;
float: left;
}
.mobile-layout .countdown-mobile .woocommmerce-shop,
.mobile-layout .best-selling-mobile .woocommmerce-shop,
.mobile-layout .related-products .woocommmerce-shop {
float: right;
}
.mobile-layout .countdown-mobile .woocommmerce-shop a,
.mobile-layout .best-selling-mobile .woocommmerce-shop a,
.mobile-layout .related-products .woocommmerce-shop a {
color: #ff5c00;
font-size: 11px;
font-family: 'RalewaySemiBold';
text-transform: capitalize;
line-height: 28px;
}
.mobile-layout .countdown-mobile .woocommmerce-shop a:hover,
.mobile-layout .best-selling-mobile .woocommmerce-shop a:hover,
.mobile-layout .related-products .woocommmerce-shop a:hover {
opacity: 0.8;
}
.mobile-layout .countdown-mobile .resp-slider-container div.items-wrapper,
.mobile-layout .best-selling-mobile .resp-slider-container div.items-wrapper,
.mobile-layout .related-products .resp-slider-container div.items-wrapper {
padding-bottom: 0;
}
.mobile-layout .countdown-mobile .item .item-wrap,
.mobile-layout .best-selling-mobile .item .item-wrap,
.mobile-layout .related-products .item .item-wrap {
border: 1px solid #e1e1e1;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail:hover .item-image,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail:hover .item-image,
.mobile-layout .related-products .item .item-wrap .item-detail:hover .item-image {
opacity: 0.8;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-image span.onsale,
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-image a.fancybox,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-image span.onsale,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-image a.fancybox,
.mobile-layout .related-products .item .item-wrap .item-detail .item-image span.onsale,
.mobile-layout .related-products .item .item-wrap .item-detail .item-image a.fancybox {
display: none;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content {
text-align: center;
padding: 10px 0 14px;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content h4 a,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content h4 a,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content h4 a {
font-size: 12px;
color: #222;
font-family: 'RalewayMedium';
text-transform: capitalize;
opacity: 1;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content h4 a:hover,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content h4 a:hover,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content h4 a:hover {
color: #ff5c00;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price {
display: inline-block;
vertical-align: top;
opacity: 1;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price ins,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price ins,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price ins {
font-family: 'RalewayMedium';
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price del {
font-size: 12px;
color: #7d7d7d;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price ins,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price ins,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price ins {
font-size: 14px;
color: #ff5c00;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
min-width: 290px;
background: #fff;
box-shadow: none;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul {
padding: 0 0 0 20px;
border-top: 1px solid #efefef;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.revo_resmenu {
padding: 0 20px;
border: 0;
height: 563px;
overflow: auto;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.revo_resmenu > li > .show-dropdown:after {
content: '\f105';
font-family: 'FontAwesome';
font-size: 18px;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.revo_resmenu > li > .show-dropdown.show:after {
content: '\f107';
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li {
box-shadow: none;
border-bottom: 1px solid #efefef;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li:last-child {
border: 0;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li > a {
font-size: 14px;
font-family: 'RalewaySemiBold';
color: #222;
padding: 17px 0;
box-shadow: none;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li .show-dropdown {
background: #fff;
line-height: 49px;
height: 49px;
width: 11px;
color: #c4c4c4;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li.active > a,
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li:hover > a {
background: #fff;
color: #ff5c00;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li.active > .show-dropdown,
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li:hover > .show-dropdown {
color: #c4c4c4;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li .dropdown-resmenu > li > a {
font-size: 13px;
color: #6b6b6b;
font-family: 'RalewayMedium';
}
.mobile-layout .vertical_megamenu .vertical-megamenu {
opacity: 0;
visibility: hidden;
height: 0;
width: 0;
}
.mobile-layout #revo-totop {
display: none !important;
}
.mobile-layout .wpb_single_image {
margin-bottom: 10px;
}
.mobile-layout .wpb_raw_html {
margin-bottom: 20px;
}
.mobile-layout .vc_row-no-padding .vc_column-inner {
padding-left: 0;
padding-right: 0;
}
.mobile-layout .vc_column-inner {
padding-left: 10px;
padding-right: 10px;
}
.mobile-layout .revo_breadcrumbs {
display: none;
}
.mobile-layout .revo_breadcrumbs .listing-title {
margin-top: 0;
}
.mobile-layout .revo_breadcrumbs .listing-title h1 {
margin-top: 0;
font-size: 13px;
}
.mobile-layout .revo_breadcrumbs .breadcrumbs .breadcrumb {
padding: 10px 0;
}
.mobile-layout .contact-mobile .wpb_map_wraper {
border: 0;
}
.mobile-layout .contact-mobile .block-contact-mobile h2 {
font-size: 12px;
color: #222;
font-family: 'RalewayBold';
text-transform: uppercase;
margin-top: 20px;
}
.mobile-layout .contact-mobile .block-contact-mobile p {
font-size: 12px;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address {
margin: 0;
list-style: none;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address li {
font-size: 12px;
color: #8c8c8c;
background: url('../assets/img/icon-location.png') no-repeat left center #fff;
padding-left: 30px;
margin-bottom: 10px;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address li span {
padding: 5px 0;
display: block;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address li span.title {
font-family: 'RalewayBold';
color: #222;
text-transform: capitalize;
font-size: 14px;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap {
display: block;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap input {
width: 100%;
border: 0;
padding: 20px 30px;
font-size: 13px;
color: #7d7d7d;
font-family: 'RalewayMedium';
height: 60px;
border-top: 1px solid #e8e8e8;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-name input {
background: url('../assets/img/bg-user.png') no-repeat left center #fff;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-email input {
background: url('../assets/img/bg-email.png') no-repeat left center #fff;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-phone input {
background: url('../assets/img/bg-phone.png') no-repeat left center #fff;
border-bottom: 1px solid #e8e8e8;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap textarea {
border: 0;
border-top: 0;
padding: 20px 0 0;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap ::-webkit-input-placeholder {
font-size: 13px;
color: #7d7d7d;
font-family: 'RalewayMedium';
}
.mobile-layout .contact-form-mobile .wpcf7 input.wpcf7-submit {
height: 42px;
width: 100%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 42px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals {
width: 100%;
}
.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals h2 {
font-size: 18px;
text-transform: uppercase;
font-family: 'RalewayBold';
color: #222;
}
.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
height: 42px;
width: 100%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 42px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-cart .shop_table.cart {
border: 0;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item {
position: relative;
overflow: hidden;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e8e8e8;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item:nth-child(2n) td {
background-color: #fff;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td {
float: left;
padding: 0 18px;
display: inline-block;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td:before {
content: '';
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name,
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-price {
margin-bottom: 9px;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-price {
color: #ff5c00;
font-size: 16px;
font-family: 'RalewayBold';
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name a {
font-size: 14px;
color: #222;
text-transform: capitalize;
font-family: 'RalewaySemiBold';
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove {
position: absolute;
right: 0;
top: 5px;
padding: 0;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove a.remove {
display: inline-block;
width: 16px;
height: 17px;
text-indent: -9999px;
background: url('../assets/img/delete-m.png') no-repeat center center #fff;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-thumbnail {
padding: 0;
border: 1px solid #ebebeb;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-thumbnail img {
width: 90px;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-subtotal {
display: none;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-quantity .quantity {
border: 1px solid #ebebeb;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-quantity .quantity input {
background-color: #fff;
}
.mobile-layout.woocommerce-cart .shop_table.cart td.actions {
border-top: 0;
padding: 10px;
}
.mobile-layout.woocommerce-cart .shop_table.cart td.actions #coupon_code {
text-transform: uppercase;
padding: 0 10px;
}
.mobile-layout.woocommerce-cart .shop_table.cart td.actions input.button {
padding: 7px 10px;
border-top: 0;
border-radius: 16px;
}
.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td {
float: right;
}
.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td.product-remove {
left: 0;
right: auto;
}
.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td.product-add-to-cart {
left: -20px;
right: auto;
}
.mobile-layout.woocommerce-wishlist .wishlist-title {
display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table {
border: 0;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table thead th {
display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody {
display: block;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr {
position: relative;
overflow: hidden;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e8e8e8;
display: block;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr:nth-child(2n) td {
background-color: #fff;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr:hover {
background-color: #fff;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td {
float: left;
padding: 0 18px;
display: inline-block;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td:before {
content: '';
display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name {
display: block;
width: 65%;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name,
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-price {
margin-bottom: 9px;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-price {
color: #ff5c00;
font-size: 16px;
font-family: 'RalewayBold';
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name a {
font-size: 14px;
color: #222;
text-transform: capitalize;
font-family: 'RalewaySemiBold';
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-stock-status {
display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-remove {
position: absolute;
right: 0px;
top: auto;
margin-top: 10px;
padding: 0;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-remove a.remove {
display: inline-block;
width: 16px;
height: 17px;
text-indent: -9999px;
background: url('../assets/img/delete-m.png') no-repeat center center #fff;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-thumbnail {
padding: 0;
border: 1px solid #ebebeb;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-thumbnail img {
width: 90px;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart {
position: absolute;
right: -20px;
top: 40px;
z-index: 3;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart .add_to_cart_button,
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart .add_to_cart {
text-indent: -9999px;
display: inline-block;
width: 24px;
height: 24px;
background: url('../assets/img/icon-cart-m.png') no-repeat center center #fff;
margin: 0;
padding: 0;
}
.footer-mstyle1 {
margin-top: 55px;
min-height: 1px;
}
.footer-mstyle1 .footer-container {
background-color: rgba(255,255,255,0.9);
position: fixed;
bottom: 0;
left: 0;
z-index: 999;
width: 100%;
border-top: 1px solid #e8e8e8;
}
.footer-mstyle1 .footer-container .footer-menu {
position: relative;
padding: 0 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden {
opacity: 0;
height: 0;
visibility: hidden;
position: absolute;
padding: 10px 15px;
top: -110px;
right: 0px;
background-color: #fff;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item-hidden {
left: 0;
right: auto;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden a .fa {
font-size: 16px;
color: #8d8d8d;
margin-right: 5px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden a .menu-text {
font-family: 'RalewayBold';
color: #8d8d8d;
text-transform: uppercase;
font-size: 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden .footer-wishlist {
margin-bottom: 5px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden.open {
opacity: 1;
height: auto;
visibility: visible;
z-index: 2;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer {
margin-left: 22px;
margin-bottom: 5px;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer {
margin-right: 22px;
margin-left: 5px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer > li {
list-style: none;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer > li > a {
font-family: 'RalewayBold';
color: #8d8d8d;
text-transform: uppercase;
font-size: 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item {
width: 20%;
float: left;
text-align: center;
margin-bottom: 5px;
padding: 10px 0 0;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item {
float: right;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a {
display: inline-block;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a:hover .menu-text {
color: #ff5c00;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a .icon-menu {
display: block;
width: 28px;
height: 22px;
margin: 0 auto;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a .menu-text {
text-align: center;
font-family: 'RalewayBold';
color: #8d8d8d;
text-transform: uppercase;
font-size: 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-home .icon-menu {
background: url('../assets/img/icon-home-m.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search {
float: none;
width: 100%;
opacity: 0;
visibility: hidden;
height: 0;
position: absolute;
top: -41px;
left: 0px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry .cat-wrapper {
display: none;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry input {
width: 100%;
height: 40px;
line-height: 40px;
background-color: #f2f2f2;
font-size: 13px;
color: #9c9c9c;
border-radius: 0;
border: 0;
padding: 0 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button {
position: absolute;
height: 40px;
width: 40px;
right: 0;
top: 0;
border: 0;
background-color: #f2f2f2;
color: #9c9c9c;
font-size: 16px;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button {
left: 0;
right: auto;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button:hover {
color: #ff5c00;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search.open {
opacity: 1;
visibility: visible;
height: auto;
z-index: 99;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .icon-menu {
background: url('../assets/img/icon-searh-m.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .revo-minicart-mobile {
position: relative;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .revo-minicart-mobile .minicart-number {
position: absolute;
top: -5px;
right: -6px;
display: inline-block;
width: 17px;
height: 17px;
background-color: #ff5c00;
color: #fff;
text-align: center;
border-radius: 50%;
line-height: 17px;
font-size: 12px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .icon-menu {
background: url('../assets/img/icon-cart-m.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-myaccount .icon-menu {
background: url('../assets/img/icon-user-m.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-more .icon-menu {
background: url('../assets/img/icon-more-m.png') no-repeat center center;
}
.mobile-layout.rtl .back-history {
float: right;
background: url('../assets/img/icon-back-m1.jpg') no-repeat center center #fff;
}
.mobile-layout .back-history {
display: inline-block;
float: left;
width: 24px;
height: 16px;
background: url('../assets/img/icon-back-m.jpg') no-repeat center center #fff;
margin: 10px 0;
}
.mobile-layout .category-contents {
margin-bottom: 20px;
}
.mobile-layout .category-contents .blog-content .post {
margin-bottom: 20px;
}
.mobile-layout .category-contents .blog-content .post .entry .entry-thumb::before {
left: -1px;
top: -1px;
}
.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 {
margin-bottom: 15px;
}
.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a {
font-size: 14px;
}
.mobile-layout .pagination {
background-color: #fff;
padding: 0;
border: 0;
}
.mobile-layout .pagination ul {
background-color: #fff;
margin: 0 -15px;
}
.mobile-layout .pagination ul li {
background-color: #fff;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle {
display: block;
padding: 0;
margin: 6px 0px;
cursor: pointer;
width: 26px;
height: 26px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius: 3px;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle:hover .icon-bar {
width: 18px !important;
background-color: #7d7d7d;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar {
height: 2px;
width: 18px;
margin: 3px 0px 3px 4px;
background: #7d7d7d;
display: block;
right: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar:nth-child(1) {
width: 14px;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar:nth-child(3) {
width: 14px;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .menu-responsive-wrapper {
top: 39px;
right: 0;
text-align: left;
}
.mobile-layout .vertical_megamenu_shop .vertical-megamenu {
display: none;
}
.mobile-layout .fancybox-overlay .fancybox-outer #subscribe_popup {
min-width: 290px;
padding: 330px 0 39px;
text-align: center;
}
.mobile-layout .fancybox-overlay .fancybox-outer #subscribe_popup:before {
background-color: transparent;
height: 0;
width: 0;
}
.mobile-layout .fancybox-overlay .fancybox-outer #subscribe_popup .link-mobile a {
display: inline-block;
height: 36px;
padding: 0 55px;
border-radius: 18px;
background-color: #fff;
line-height: 36px;
text-align: center;
text-transform: uppercase;
font-family: 'RalewayBold';
color: #222;
font-size: 12px;
margin-bottom: 10px;
}
.mobile-layout .fancybox-overlay .fancybox-outer #subscribe_popup .link-mobile a:hover {
color: #ff5c00;
}
.mobile-layout .fancybox-overlay .fancybox-outer #subscribe_popup .subscribe-checkbox label span {
color: #fff;
}
.mobile-layout .fancybox-overlay .fancybox-close {
background: url('../assets/img/popup_close.png') no-repeat center center;
width: 26px;
height: 26px;
top: 0;
right: 0;
}
.mobile-layout.rtl .header-mobile-style1 .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
right: 0;
left: auto;
}
.mobile-layout.rtl .header-mobile-style2 .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
right: 0;
left: auto;
}
.mobile-layout.rtl .products-wrapper .woocommerce-pagination .page-numbers > li {
float: right;
}
.mobile-layout.rtl .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.next::before,
.mobile-layout.rtl .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.prev::before {
content: '';
}
.mobile-layout .banner-category .widget_sp_image {
margin-bottom: 10px;
}
.mobile-layout .header-page {
position: relative;
}
.mobile-layout .header-page.sticky-mobile .header-shop {
position: fixed;
right: 0;
top: 0;
z-index: 999;
background-color: #fff;
}
.mobile-layout .header-page.sticky-mobile .header-shop .container {
max-width: 480px;
}
.mobile-layout .header-page .header-shop {
text-align: center;
position: relative;
display: inline-block;
width: 100%;
box-shadow: 0 5px 5px rgba(205,205,205,0.6);
margin-bottom: 8px;
}
.mobile-layout .header-page .header-shop .page-title {
font-size: 14px;
color: #222;
text-align: center;
padding: 12px 0;
display: inline-block;
}
.mobile-layout .header-page .header-shop h4 {
font-size: 14px;
color: #222;
font-family: 'RalewayBold';
text-transform: uppercase;
display: inline-block;
padding: 11px 0;
margin: 0;
}
.mobile-layout .products-wrapper {
padding: 0;
position: relative;
}
.mobile-layout .products-wrapper.show-modal:before {
content: '';
width: 100%;
height: 100%;
display: block;
background: rgba(0,0,0,0.4);
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 1px;
z-index: 4;
}
.mobile-layout .products-wrapper .products-nav {
margin-bottom: 5px;
background-color: #fff;
position: relative;
z-index: 7;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering {
position: static;
float: none;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li {
position: static;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li:hover ul {
border-top: 1px solid #e8e8e8;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li > ul >li {
line-height: 44px;
border-bottom: 1px solid #e8e8e8;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li > ul >li:last-child {
border-bottom: 0;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode {
margin: 5px -4px 0;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a {
height: 20px;
width: 20px;
background-color: #fff;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a:before {
height: 20px;
width: 20px;
line-height: 20px;
color: #3b3b3b;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a.active:before {
color: #ff5c00;
background-color: #fff;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a:hover:before {
background-color: #fff;
color: #ff5c00;
}
.mobile-layout .products-wrapper .products-nav .filter-product {
font-size: 12px;
color: #6b6b6b;
text-transform: uppercase;
float: right;
line-height: 30px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li {
line-height: 28px;
border: 0;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a {
font-size: 12px;
color: #6b6b6b;
text-transform: uppercase;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after {
line-height: 28px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li {
padding: 6px 0 0px;
border: 0;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.asc {
padding: 3px 0 0px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.asc a {
height: 21px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li a {
height: 18px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby {
min-width: 145px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby.order-dropdown >li .current-li a:after {
width: 25px;
}
.mobile-layout .products-wrapper .filter-mobile {
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-o-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
visibility: hidden;
position: absolute;
z-index: 9;
top: 30px;
background-color: #fff;
padding: 0;
}
.mobile-layout .products-wrapper .filter-mobile.open {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.mobile-layout .products-wrapper .filter-mobile .widget {
padding: 5px 0 20px;
}
.mobile-layout .products-wrapper .filter-mobile .widget_layered_nav {
border-bottom: 1px solid #e8e8e8;
}
.mobile-layout .products-wrapper .woocommerce-pagination {
display: block;
float: none;
margin: 0 0 10px;
}
.mobile-layout .products-wrapper .woocommerce-pagination .note {
display: none;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li {
float: left;
position: relative;
text-transform: capitalize;
text-align: center;
margin: 0 5px 5px;
background-color: #fff;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li a,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers {
background-color: #fff;
display: block;
width: 32px;
line-height: 30px;
height: 32px;
border-radius: 50%;
border: 1px solid #ebebeb;
text-align: center;
font-size: 16px;
color: #222;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li a.current,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.current {
color: #ff5c00;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .next,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .prev {
width: 90px;
text-align: center;
text-transform: uppercase;
color: #222;
border-radius: 20px;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .next:before,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .prev:before {
content: '';
}
.mobile-layout .products-wrapper .products-loop {
margin: 0;
}
.mobile-layout .products-wrapper .products-loop.grid {
margin: 0 -5px;
}
.mobile-layout .products-wrapper .products-loop.grid > li {
padding: 0 5px;
margin-bottom: 10px;
float: left;
width: 50%;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content h4 a {
font-size: 12px;
font-family: 'RalewayMedium';
color: #222;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .item-price {
font-size: 16px;
font-family: 'RalewayMedium';
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .item-bottom {
opacity: 0;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap:hover .item-detail .item-content h4 a,
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap:hover .item-detail .item-content .item-price {
opacity: 1;
}
.mobile-layout .products-wrapper .products-loop.list li {
margin-bottom: 20px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
width: 130px;
margin-right: 10px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a {
font-family: 'RalewayMedium';
font-size: 14px;
color: #222;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content {
padding-top: 5px;
margin-bottom: 5px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price {
margin-bottom: 5px;
font-family: 'RalewayMedium';
display: table-row;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description {
margin-bottom: 5px;
margin-top: 5px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom {
display: none;
}
.mobile-layout.search-no-results .breadcrumbs {
display: none;
}
.mobile-layout.search-no-results .listing-title h1 {
font-size: 12px;
color: #222;
}
.mobile-layout.search-no-results .listing-title h1 small {
color: #7d7d7d;
font-size: 12px;
}
.mobile-layout.search-no-results .content_list_product {
padding: 0;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result {
text-align: center;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result h3 {
font-size: 12px;
color: #222;
font-family: 'RalewayBold';
text-transform: uppercase;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result h1 small {
font-size: 18px;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result .image {
display: inline-block;
margin: 10px 0 20px;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result p {
font-size: 12px;
color: #7d7d7d;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result button {
height: 42px;
width: 100%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 10px 0 0;
border: 0;
line-height: 42px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.search .header-mobile-style1,
.mobile-layout.search .header-mobile-style2 {
box-shadow: none;
margin-bottom: 0;
}
.mobile-layout.search .header-mobile-style1 .header-top-mobile,
.mobile-layout.search .header-mobile-style2 .header-top-mobile {
box-shadow: 0 5px 5px rgba(205,205,205,0.6);
}
.mobile-layout.search .body-wrapper-inner > .container {
padding-top: 15px;
}
.mobile-layout.woocommerce-account .listing-title h1 {
text-align: center;
}
.mobile-layout.woocommerce-account .image-login {
text-align: center;
margin: 0 0 20px;
}
.mobile-layout.woocommerce-account .image-login img {
display: inline-block;
}
.mobile-layout.woocommerce-account #customer_login h2 {
font-family: 'RalewayBold';
color: #222;
font-size: 13px;
margin: 0 0 30px;
display: block;
text-transform: uppercase;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide {
padding-left: 30px;
border-bottom: 1px solid #e8e8e8;
padding-top: 10px;
padding-bottom: 10px;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide input:-webkit-autofill,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide input:-webkit-autofill {
background-color: #fff !important;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide label,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide label {
font-size: 14px;
color: #7d7d7d;
font-family: 'RalewayMedium';
line-height: 20px;
margin: 0;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide .input-text,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide .input-text {
padding: 0;
background-color: #fff;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide:first-child,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
background: url('../assets/img/bg-user.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide:nth-child(2),
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
background: url('../assets/img/icon-lock.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
background: url('../assets/img/bg-email.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
background: url('../assets/img/icon-lock.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login input.button {
height: 42px;
width: 100%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 42px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-account #customer_login .social-share {
text-align: center;
margin-bottom: 20px;
}
.mobile-layout.woocommerce-account #customer_login .social-share .title-share {
display: none;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content {
display: inline-block;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a {
width: 35px;
height: 35px;
border-radius: 50%;
line-height: 35px;
font-size: 16px;
color: #fff;
display: inline-block;
margin: 0 5px;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(1) {
background-color: #3a5897;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(2) {
background-color: #2fc2ee;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(3) {
background-color: #e14a3c;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(4) {
background-color: #df2227;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(5) {
background-color: #407199;
}
.mobile-layout.woocommerce-account #contents {
margin-bottom: 10px;
padding-top: 20px;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
float: none;
margin-right: 0;
margin-bottom: 20px;
overflow: hidden;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul {
border: 0;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li {
display: inline-block;
float: left;
width: 33.33%;
padding-top: 35px;
text-align: center;
margin-bottom: 15px;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--dashboard {
background: url('../assets/img/icon-dashboard.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--orders {
background: url('../assets/img/icon-orders.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--downloads {
background: url('../assets/img/icon-download.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--edit-address {
background: url('../assets/img/icon-address.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--edit-account {
background: url('../assets/img/icon-account.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--customer-logout {
background: url('../assets/img/icon-logout.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li > a {
border: 0;
padding: 15px 0;
min-width: auto;
font-size: 11px;
color: #222;
font-family: 'RalewaySemiBold';
text-transform: uppercase;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content {
float: none;
clear: both;
margin-bottom: 10px !important;
text-align: center;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account {
text-align: left;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-first {
text-align: left;
width: 100%;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-first .woocommerce-Input--email {
border-radius: 0;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-last {
width: 100%;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account legend {
font-size: 14px;
color: #222;
text-transform: uppercase;
font-family: 'RalewayBold';
border: 0;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
height: 42px;
width: 100%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 42px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content strong {
text-transform: uppercase;
font-size: 13px;
font-family: 'RalewayBold';
color: #222;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .avatar-user {
display: inline-block;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .avatar-user img {
border-radius: 50%;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:first-child {
text-align: center;
font-size: 12px;
color: #7d7d7d;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:first-child a {
color: #ff5c00;
font-family: 'RalewayMedium';
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:last-child {
text-align: left;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content a {
font-size: 12px;
color: #7d7d7d;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tr.order td {
width: 100% !important;
border: 0;
border-top: 1px solid #ddd;
padding: 10px 15px !important;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tr.order td:first-child {
border-top: 0 !important;
}
.mobile-layout.woocommerce-account .breadcrumbs {
display: none;
}
.mobile-layout.woocommerce-account.rtl .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account legend {
text-align: right;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide,
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide {
padding-right: 30px;
padding-left: 0;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide:first-child,
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
background: url('../assets/img/bg-user.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide:nth-child(2),
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
background: url('../assets/img/icon-lock.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
background: url('../assets/img/bg-email.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
background: url('../assets/img/icon-lock.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-checkout form .form-row-first,
.mobile-layout.woocommerce-checkout form .form-row-last {
width: 100%;
}
.mobile-layout.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button {
padding: 10px;
width: 100px;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share.open .wrap-content {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share .title-share {
float: left;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share .wrap-content {
float: left;
margin-right: 0px;
margin-left: -40px;
-webkit-transform: translateX(-60px);
-moz-transform: translateX(-60px);
-o-transform: translateX(-60px);
-ms-transform: translateX(-60px);
transform: translateX(-60px);
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity {
margin: 0 0 0 10px !important;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .price ins {
float: right;
margin-left: 10px;
margin-right: 0;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
left: 35px;
right: auto;
}
.single-product.mobile-layout .content-product-detail {
padding: 0 10px;
}
.single-product.mobile-layout .content-product-detail .product-type-simple .cart {
text-align: center;
}
.single-product.mobile-layout .content-product-detail .product-type-simple .cart .addcart-wrapper {
display: inline-block;
overflow: hidden;
}
.single-product.mobile-layout .content-product-detail .product-type-external .addcart-wrapper .cart {
float: none;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd {
margin-bottom: 20px;
position: relative;
z-index: 2;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-responsive .item-img-slider a {
display: inline-block;
max-width: 450px;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info {
position: absolute;
z-index: 3;
right: 10px;
bottom: 110px;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock {
display: inline-block;
width: 54px;
height: 54px;
text-indent: -9999px;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock.in-stock {
background: url('../assets/img/icon-instock.png') no-repeat center center;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock.out-stock {
background: url('../assets/img/icon-outstock.png') no-repeat center center;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail {
position: relative;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price del {
float: none;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price del .amount {
font-size: #7d7d7d;
font-size: 14px;
font-family: 'RalewayMedium';
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price ins {
float: left;
margin-left: 0;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .add_to_cart_button,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_external,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_grouped,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .single_add_to_cart_button {
float: left;
height: 40px;
padding: 0;
line-height: 40px;
width: 172px;
text-transform: uppercase;
font-size: 12px;
font-family: 'RalewayBold';
border-radius: 20px;
clear: none;
box-shadow: 0 5px 5px #eee;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart {
margin-bottom: 0 !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity {
height: 40px;
margin: 0 10px 0 0 !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity input {
width: 55px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .input-text {
height: 38px !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .minus {
background-position: 0px -1685px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .plus {
background-position: -5px -1665px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table {
margin-bottom: 15px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price {
font-size: 16px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price del {
font-size: 16px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price ins {
font-size: 18px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table td {
height: 60px !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .quantity {
width: 145px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table input {
width: 45px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .addcart-wrapper {
text-align: center;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product-info {
padding: 15px 0 10px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product-info .sku_wrapper {
margin-bottom: 0;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .description {
margin-bottom: 15px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
position: absolute;
z-index: 5;
top: -8px;
right: 35px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
border: 1px solid #e1e1e1;
color: #7d7d7d;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share {
position: absolute;
top: -234px;
right: 0;
z-index: 1;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share.open {
z-index: 3;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share.open .wrap-content {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .title-share {
float: right;
margin-top: 225px;
display: inline-block;
font-size: 0;
width: 35px;
height: 35px;
line-height: 33px;
border: 1px solid #e1e1e1;
text-align: center;
color: #7d7d7d;
padding: 0;
border-radius: 50%;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .title-share:before {
font-size: 16px;
display: inline-block;
font-family: FontAwesome;
content: '\f1e0';
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .wrap-content {
float: right;
position: relative;
margin-right: -40px;
opacity: 0;
-webkit-transform: translateX(60px);
-moz-transform: translateX(60px);
-o-transform: translateX(60px);
-ms-transform: translateX(60px);
transform: translateX(60px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .wrap-content > a {
display: block;
margin: 0 5px 10px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs {
border: 0;
margin-bottom: 10px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs {
border-top: 1px solid #e8e8e8;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
margin: 5px 0 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li {
display: inline-block;
vertical-align: top;
white-space: normal;
float: none;
padding: 0 9px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li:first-child {
padding-left: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li:hover a {
color: #ff5c00;
border: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li.active a:before,
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li:hover a:before {
opacity: 1;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li a {
background-color: #fff;
font-size: 14px;
padding: 0;
border: 0;
height: 40px;
position: relative;
line-height: 42px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li a:before {
content: '';
width: 100%;
height: 2px;
background-color: #ff5c00;
position: absolute;
left: 0;
bottom: -1px;
opacity: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content .tab-pane {
padding: 10px 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content .tab-pane h2 {
font-size: 12px;
text-transform: uppercase;
font-family: 'RalewayBold';
color: #222;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist {
padding: 10px 0 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist li {
padding: 0 0 10px;
border-bottom: 1px solid #f0f0ed;
margin: 0 0 10px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist li:last-child {
border: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .avatar {
height: 40px;
width: 40px;
border: 0;
border-radius: 50%;
padding: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text {
padding: 0;
border: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .description {
font-size: 12px;
color: #7d7d7d;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .description p {
margin: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta {
margin: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta strong {
font-size: 12px;
color: #222;
font-family: 'RalewayBold';
text-transform: uppercase;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta time {
font-size: 12px;
color: #7d7d7d;
font-style: italic;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews .form-submit #submit {
height: 42px;
width: 100% !important;
background-color: #ff5c00 !important;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 42px;
padding: 0 !important;
border-radius: 20px !important;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.single-product.mobile-layout.woocommerce div.product p.price,
.single-product.mobile-layout.woocommerce div.product span.price {
font-size: 18px;
margin-bottom: 15px;
}
.single-product.mobile-layout.woocommerce div.product form.cart .variations {
margin-bottom: 0;
}
.single-product.mobile-layout.woocommerce div.product form.cart .addcart-wrapper .single_variation_wrap {
text-align: center;
}
.single-product.mobile-layout.woocommerce div.product form.cart .addcart-wrapper .single_variation_wrap .woocommerce-variation.single_variation {
text-align: left;
}
.single-product.mobile-layout.woocommerce div.product form.cart .addcart-wrapper .single_variation_wrap .woocommerce-variation-add-to-cart {
display: inline-block;
}
.single-product.mobile-layout.woocommerce div.product form.cart div.quantity {
border-radius: 20px;
}
.single-post.mobile-layout.rtl .single.main .post .entry-wrap .entry-content .social-share {
left: 0;
right: auto;
}
.single-post.mobile-layout.rtl .single.main .post .entry-wrap .entry-content .social-share .title-share {
margin-left: 0;
}
.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-img {
float: right;
margin-left: 15px;
margin-right: 0;
}
.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-content .entry-meta .fa {
margin-left: 10px;
margin-right: 0;
}
.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author {
float: right;
margin-left: 20px;
margin-right: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-thumb::before {
border: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-title {
font-size: 16px;
margin-top: 16px;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content {
padding: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-meta {
border-bottom: 0;
padding: 0;
font-size: 12px;
margin-bottom: 10px;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-summary {
font-size: 12px;
line-height: 20px;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share {
position: absolute;
bottom: -65px;
right: 0;
padding: 0;
z-index: 1;
border: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share.open {
z-index: 2;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share.open .wrap-content {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .title-share {
float: right;
margin-top: 225px;
display: inline-block;
font-size: 0;
width: 35px;
height: 35px;
line-height: 33px;
border: 1px solid #e1e1e1;
text-align: center;
color: #7d7d7d;
padding: 0;
margin-right: 0;
border-radius: 50%;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .title-share:before {
font-size: 16px;
display: inline-block;
font-family: FontAwesome;
content: '\f1e0';
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .wrap-content {
float: right;
position: relative;
margin-right: -40px;
opacity: 0;
-webkit-transform: translateX(60px);
-moz-transform: translateX(60px);
-o-transform: translateX(60px);
-ms-transform: translateX(60px);
transform: translateX(60px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .wrap-content > a {
display: block;
margin: 0 5px 10px;
}
.single-post.mobile-layout .post #authorDetails {
margin-top: 15px;
padding: 10px 0 0;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}
.single-post.mobile-layout .post #authorDetails .avatar {
width: 40px;
border-radius: 50%;
}
.single-post.mobile-layout .post #authorDetails .infomation {
padding: 8px 10px !important;
}
.single-post.mobile-layout .post #authorDetails .infomation .name-author {
margin: 0;
}
.single-post.mobile-layout .single-post-relate-mobile h4 {
padding: 20px 0 10px;
font-size: 13px;
color: #222;
font-family: 'RalewayBold';
text-transform: uppercase;
}
.single-post.mobile-layout .single-post-relate-mobile .post {
overflow: hidden;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e8e8e8;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-img {
display: inline-block;
width: 115px;
float: left;
margin-right: 15px;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content h4 {
padding: 0;
text-transform: capitalize;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta {
overflow: hidden;
font-size: 12px;
color: #909090;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .fa {
margin-right: 10px;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta a {
font-size: 12px;
color: #909090;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author {
float: left;
margin-right: 20px;
}
.single-post.mobile-layout #respond {
margin-bottom: 20px;
}
.single-post.mobile-layout #respond .wp-comment .title {
margin-bottom: 15px;
}
.single-post.mobile-layout #respond .wp-comment .form-horizontal .cmm-box-bottom button.btn {
height: 40px;
width: 100%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 40px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.single-post.mobile-layout #respond .wp-comment .form-horizontal .cmm-box-top .control-group {
width: 100%;
}
.single-post.mobile-layout #comments .comment .author {
width: 40px;
border-radius: 50%;
}
.single-post.mobile-layout #comments .comment .media-body .media .media-heading .author-name a {
font-size: 12px;
}
.search-results.mobile-layout .revo_breadcrumbs {
display: none;
}
.search-results.mobile-layout .listing-title h1 {
font-size: 13px;
}
.search-results.mobile-layout .listing-title h1 small {
font-size: 13px;
}
.search-results.mobile-layout .content-list-category {
padding: 0;
}
.filter-mobile h3 {
font-family: 'RalewayBold';
font-size: 12px;
color: #222;
text-transform: uppercase;
}
.filter-mobile .widget_price_filter {
border: 0;
padding: 0;
margin-bottom: 15px;
}
.filter-mobile .widget_price_filter .price_slider_wrapper {
padding: 0;
}
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount #min_price,
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount #max_price {
border-radius: 20px;
border: 1px solid #e1e1e1;
text-align: center;
height: 40px;
font-size: 14px;
color: #7d7d7d;
font-family: 'RalewayMedium';
margin-bottom: 15px;
}
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
font-size: 14px;
color: #7d7d7d;
font-family: 'RalewayMedium';
line-height: 40px;
}
.rtl .filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
float: left;
}
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount button {
height: 40px;
width: 48%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 40px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.rtl .filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount button {
float: right;
}
.filter-mobile .widget_layered_nav {
margin-bottom: 10px;
}
.filter-mobile .widget_layered_nav ul {
overflow: hidden;
}
.filter-mobile .widget_layered_nav ul > li {
font-size: 14px;
color: #7d7d7d;
font-family: 'RalewayMedium';
line-height: 28px;
float: left;
}
.rtl .filter-mobile .widget_layered_nav ul > li {
float: right;
}
.rtl .filter-mobile .widget_layered_nav ul > li a {
margin-left: 10px;
margin-right: 0;
}
.filter-mobile .widget_layered_nav ul > li a {
color: #7d7d7d;
display: inline-block;
width: 52px;
height: 40px;
background-color: #f2f2f2;
font-size: 12px;
font-family: 'RalewayBold';
color: #222;
margin-right: 10px;
line-height: 40px;
text-align: center;
}
.filter-mobile .widget_layered_nav ul > li a:hover {
background-color: #ff5c00;
color: #fff;
}
.filter-mobile .widget_layered_nav ul > li .count {
display: none;
}
.home.mobile-layout .body-wrapper .body-wrapper-inner > .container {
padding-top: 0;
}
.mobile-layout .body-wrapper .body-wrapper-inner > .container {
position: relative;
padding-top: 10px;
}
.mobile-layout .body-wrapper .body-wrapper-inner > .container.open:before {
content: '';
width: 100%;
height: 100%;
display: block;
background: rgba(0,0,0,0.8);
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 1px;
z-index: 10;
}
.woocommerce-checkout.mobile-layout .checkout #payment #place_order {
height: 40px;
width: 100%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 40px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.woocommerce-checkout.mobile-layout h3 {
font-size: 13px;
color: #222;
font-family: 'RalewayBold';
text-transform: uppercase;
}
.woocommerce-wishlist.mobile-layout form table.shop_table {
border-radius: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table tr {
border: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table tr td {
border: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table thead th {
border: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table tfoot {
border: 0;
}
.tax-product_cat.mobile-layout .body-wrapper > .container {
padding-top: 0;
}
@media (min-width: 481px) {
.mobile-layout .body-wrapper {
margin: 0 auto;
max-width: 480px;
}
.woocommerce-order-received.mobile-layout h2 {
font-size: 13px;
text-transform: uppercase;
font-family: 'RalewayBold';
color: #222;
}
.woocommerce-order-received.mobile-layout .order_details li {
margin-right: 1em;
}
.woocommerce-order-received.mobile-layout table.shop_table {
border-radius: 0;
}
.woocommerce-order-received.mobile-layout table.shop_table tr {
border-top: 1px solid #ccc;
}
.woocommerce-order-received.mobile-layout table.shop_table th,
.woocommerce-order-received.mobile-layout table.shop_table td {
border: 0;
}
}
@media (max-width: 480px) {
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name {
display: inline-block;
white-space: nowrap;
width: 12em;
overflow: hidden;
text-overflow: ellipsis;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-quantity {
width: 140px;
}
}
@media (min-width: 410px) {
.mobile-layout .products-wrapper .products-loop.grid >li {
float: left;
width: 50%;
}
}
@media (max-width: 414px) {
.style-moblie.style2:before {
opacity: 1;
color: #222;
font-size: 32px;
}
.woocommerce-order-received.mobile-layout h2 {
font-size: 13px;
text-transform: uppercase;
font-family: 'RalewayBold';
color: #222;
}
.woocommerce-order-received.mobile-layout .order_details li {
float: none;
padding-right: 0;
margin-right: 0;
margin-bottom: 15px;
border: 0;
}
.woocommerce-order-received.mobile-layout table.shop_table {
border-radius: 0;
}
.woocommerce-order-received.mobile-layout table.shop_table tr {
border-top: 1px solid #ccc;
}
.woocommerce-order-received.mobile-layout table.shop_table th,
.woocommerce-order-received.mobile-layout table.shop_table td {
border: 0;
}
}
@media (max-width: 360px) {
.header-mobile-style1 .mobile-search .top-form.top-search,
.header-mobile-style2 .mobile-search .top-form.top-search {
width: 175px;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
min-width: 250px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
width: 100%;
margin-bottom: 10px;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
text-align: left;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li {
float: none;
display: inline-block;
vertical-align: top;
white-space: normal;
margin: 0 10px 0 0;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li > a {
font-size: 11px;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.revo_resmenu {
height: 355px;
}
.sw-ajax-categories .resp-listing-container .item-product-cat {
width: 50%;
}
.sw-ajax-categories.style-moblie:hover:before {
opacity: 1;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity input {
width: 40px;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity input {
width: 30px;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity .minus {
background-position: -20px -1685px;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity .plus {
background-position: -11px -1665px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .add_to_cart_button,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_external,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_grouped,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .single_add_to_cart_button {
width: 120px;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info {
bottom: 160px;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content h4 {
margin-bottom: 5px;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author {
float: none;
}
.block-mobile .info .inner {
text-align: center;
}
.block-mobile .info .inner i {
display: inline-block;
font-size: 24px;
float: none;
}
.rtl .block-mobile .info .inner i {
float: none;
}
.block-mobile .info .inner .info-content {
padding: 0;
}
.rtl .block-mobile .info .inner .info-content {
padding: 0;
}
.products-wrapper .products-loop {
margin: 0;
}
.single-product.mobile-layout > .tabs .tabbable .nav.nav-tabs li {
width: auto;
}
.single-product.mobile-layout > .tabs .tabbable .nav.nav-tabs li a {
width: auto;
}
.mobile-layout.single-product .single-product > .tabs .tabbable .nav.nav-tabs li {
width: auto !important;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-description p {
width: 290px;
}
.mobile-layout .pagination ul li a.next,
.mobile-layout .pagination ul li a.prev {
width: 32px;
text-indent: -9999px;
position: relative;
}
.mobile-layout .pagination ul li a.next:before,
.mobile-layout .pagination ul li a.prev:before {
position: absolute;
text-indent: 0;
display: inline-block;
font-size: 16px;
color: #999;
font-family: 'FontAwesome';
top: 0;
right: 0;
bottom: 0;
left: 0;
line-height: 30px;
}
.mobile-layout .pagination ul li a.next:before {
content: '\f105';
}
.mobile-layout .pagination ul li a.prev:before {
content: '\f104';
}
.mobile-layout.rtl .pagination ul li a.next:before {
content: '\f104';
}
.mobile-layout.rtl .pagination ul li a.prev:before {
content: '\f105';
}
.search-results.mobile-layout .content_list_product ul > li .item-wrap .item-detail .item-content h4 {
white-space: nowrap;
width: 110px;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
margin: 0 auto 5px;
}
.search-results.mobile-layout .content_list_product ul > li .item-wrap .item-detail .item-content .item-bottom {
display: none;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a .menu-text {
display: none;
}
.countdown-mobile:before,
.best-selling-mobile:before {
opacity: 1;
}
.block-mobile {
margin-bottom: 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item {
margin-bottom: 5px;
}
}
.mobile-layout.rtl .header-mobile-style3 .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
right: 0;
left: auto;
}
.header-mobile-style3 .header-top-mobile {
padding: 15px 0 0px;
text-align: center;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu {
text-align: left;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
display: block;
padding: 0;
margin: 0 0 0 10px;
cursor: pointer;
width: 26px;
height: 26px;
background-color: #e3e3e3;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius: 3px;
}
.rtl .header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
margin: 0 10px 0 0;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar {
width: 16px !important;
background-color: #ff5c00;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar {
height: 2px;
width: 16px;
margin: 3px 0px 3px 4px;
background: #000;
display: block;
right: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.rtl .header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar {
margin: 3px 4px 3px 0;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1) {
width: 12px;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3) {
width: 12px;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .vertical-megamenu {
opacity: 0;
visibility: hidden;
height: 0;
width: 0;
}
.header-mobile-style3 .revo-logo {
display: inline-block;
margin: 0;
}
.header-mobile-style3 .header-right {
display: inline-block;
overflow: hidden;
margin: 0 10px 0 0;
}
.rtl .header-mobile-style3 .header-right {
margin: 0 0 0 10px;
}
.rtl .header-mobile-style3 .header-right .header-wishlist {
float: right;
}
.header-mobile-style3 .header-right .header-wishlist {
float: left;
}
.header-mobile-style3 .header-right .header-wishlist a {
font-size: 16px;
}
.header-mobile-style3 .header-right .header-cart {
float: right;
margin: 0 8px 0 10px;
}
.rtl .header-mobile-style3 .header-right .header-cart {
float: left;
margin: 0 10px 0 8px;
}
.rtl .header-mobile-style3 .header-right .header-cart a .minicart-number {
left: 8px;
right: auto;
}
.header-mobile-style3 .header-right .header-cart a {
text-indent: -9999px;
display: inline-block;
width: 17px;
height: 19px;
background: url(../assets/img/icon-cart2.png) no-repeat center center;
}
.header-mobile-style3 .header-right .header-cart a .minicart-number {
display: inline-block;
width: 17px;
height: 17px;
text-indent: 0;
position: absolute;
top: 10px;
right: 8px;
background-color: #b71d12;
color: #fff;
border-radius: 50%;
font-size: 11px;
}
.header-mobile-style3 .mobile-search {
display: block;
overflow: hidden;
margin-top: 8px;
}
.header-mobile-style3 .mobile-search .top-form.top-search {
display: block;
position: relative;
padding: 0;
float: none;
border-top: 1px solid #e8e8e8;
}
.header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper {
display: none;
}
.header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry input[type="text"] {
width: 100%;
height: 36px;
border: 0;
border-radius: 0;
padding: 0 10px;
font-size: 12px;
color: #9c9c9c;
margin-bottom: 0;
}
.header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro {
position: absolute;
top: 0px;
right: 5px;
color: #c0c0c0;
background-color: #fff;
border: 0;
font-size: 15px;
height: 36px;
line-height: 36px;
}
.rtl .header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro {
left: 5px;
right: auto;
}
.style-moblie.style2 {
margin: 17px 0 15px;
}
.style-moblie.style2 .block-title h2 {
font-family: 'RalewayBold';
font-size: 16px;
text-transform: uppercase;
color: #222;
text-align: center;
margin-bottom: 17px;
}
.style-moblie.style2 .resp-slider-container >div.items-wrapper >.item {
width: 235px;
}
.style-moblie.style2 .resp-slider-container >div.items-wrapper >.item .item-wrap .item-detail .item-content {
padding-top: 15px;
}
.style-moblie.style2 .resp-slider-container >div.items-wrapper >.item .item-wrap .item-detail .item-content h4 {
margin-bottom: 10px;
}
.style-moblie.style2 .resp-slider-container >div.items-wrapper >.item .item-wrap .item-detail .item-content h4 a {
color: #222;
font-size: 14px;
font-family: 'RalewayMedium';
opacity: 1;
}
.style-moblie.style2 .resp-slider-container >div.items-wrapper >.item .item-wrap .item-detail .item-content h4 a:hover {
color: #ff5c00;
}
.style-moblie.style2 .resp-slider-container >div.items-wrapper >.item .item-wrap .item-detail .item-content .item-price {
opacity: 1;
font-size: 16px;
color: #222;
}
.sw-hotdeal .sw-hotdeal-content .item-product {
padding: 0 5px;
margin-bottom: 10px;
}
.sw-hotdeal .sw-hotdeal-content .item-product .item-detail {
border: 1px solid #e8e8e8;
}
.sw-hotdeal .sw-hotdeal-content .item-product .item-detail .products-thumb span.onsale {
display: none;
}
.sw-hotdeal .sw-hotdeal-content .item-product .item-detail .item-content {
text-align: center;
padding-bottom: 10px;
}
.sw-hotdeal .sw-hotdeal-content .item-product .item-detail .item-content h4 a {
font-size: 14px;
font-family: 'RalewayMedium';
color: #222;
}
.sw-hotdeal .sw-hotdeal-content .item-product .item-detail .item-content h4 a:hover {
color: #ff5c00;
}
.sw-hotdeal .sw-hotdeal-content .item-product .item-detail .item-content .item-price {
display: inline-block;
}
.sw-hotdeal .sw-hotdeal-content .item-product .item-detail .item-content .item-price del {
line-height: 20px;
}
.footer-mstyle2 {
min-height: auto;
position: relative;
}
.footer-mstyle2.open .footer-container {
background-color: transparent;
height: auto;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.footer-mstyle2.open .footer-container .footer-open {
background: url(../assets/img/footer-open.png) no-repeat center center;
top: -29px;
height: 30px;
width: 65px;
z-index: 99;
}
.footer-mstyle2.open .footer-container ul.mobile_menu2 {
opacity: 1;
visibility: visible;
-webkit-transform: translate(0,0px);
-moz-transform: translate(0,0px);
-o-transform: translate(0,0px);
-ms-transform: translate(0,0px);
transform: translate(0,0px);
}
.footer-mstyle2 .footer-container {
position: fixed;
bottom: -2px;
left: 0;
height: 0;
z-index: 999;
width: 100%;
background-color: rgba(0,0,0,0.9);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.footer-mstyle2 .footer-container .footer-open {
display: inline-block;
position: absolute;
left: 50%;
margin-left: -33px;
bottom: 2px;
height: 30px;
width: 65px;
background: url(../assets/img/footer-open.png) no-repeat center center;
}
.footer-mstyle2 .footer-container ul.mobile_menu2 {
background-color: rgba(0,0,0,0.9);
margin: 0;
position: relative;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translate(0,350px);
-moz-transform: translate(0,350px);
-o-transform: translate(0,350px);
-ms-transform: translate(0,350px);
transform: translate(0,350px);
padding: 10px 5px 5px;
}
.footer-mstyle2 .footer-container ul.mobile_menu2 > li {
float: left;
display: inline-block;
position: relative;
width: 25%;
padding: 5px;
}
.footer-mstyle2 .footer-container ul.mobile_menu2 > li > a {
padding: 15px 5px 40px;
text-align: center;
font-family: 'RalewayMedium';
background-color: #222;
color: #fff;
}
.footer-mstyle2 .footer-container ul.mobile_menu2 > li > a:hover,
.footer-mstyle2 .footer-container ul.mobile_menu2 > li > a:focus {
background: none;
}
.footer-mstyle2 .footer-container ul.mobile_menu2 > li > a .menu-title {
position: relative;
bottom: -60px;
display: block;
font-size: 13px;
color: #8d8d8d;
}
.footer-mstyle2 .footer-container ul.mobile_menu2 > li > a .menu-img {
display: inline-block;
margin-top: -5px;
}
@media (max-width: 479px) {
.sw-hotdeal {
margin: 0 -5px;
}
.sw-hotdeal .sw-hotdeal-content .item-product {
float: left;
width: 50%;
}
}
@media (max-width: 360px) {
.footer-mstyle2 .footer-container ul.mobile_menu2 > li > a .menu-img {
margin: 0;
}
.footer-mstyle2.open .footer-container {
height: 66px;
}
.footer-mstyle2.open .footer-container ul.mobile_menu2 > li > a {
padding: 10px 0;
}
.footer-mstyle2.open .footer-container ul.mobile_menu2 > li > a .menu-title {
display: none;
}
}
|
web/app/themes/revo/css/style-mobile.css
|
body.mobile-layout .vc_row[data-vc-full-width] {
width: auto !important;
left: auto !important;
right: auto !important;
}
.mobile-layout .header.sticky-mobile {
position: fixed;
width: 100%;
z-index: 5;
box-shadow: none;
top: 0;
}
.mobile-layout .header-mobile-style1.sticky-mobile,
.mobile-layout .header-mobile-style3.sticky-mobile {
background-color: #fff;
padding-bottom: 1px;
box-shadow: 0 0 4px #444;
}
.header-mobile-style1,
.header-mobile-style2 {
box-shadow: 0 5px 5px rgba(205,205,205,0.6);
margin-bottom: 10px;
}
.header-mobile-style1 .header-top-mobile,
.header-mobile-style2 .header-top-mobile {
padding: 15px 0 10px;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
display: block;
padding: 0;
margin: 0 0 0 10px;
cursor: pointer;
width: 26px;
height: 26px;
background-color: #3b3b3b;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius: 3px;
}
.rtl .header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle,
.rtl .header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
margin: 0 10px 0 0;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar {
width: 16px !important;
background-color: #ff5c00;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar {
height: 2px;
width: 16px;
margin: 3px 0px 3px 4px;
background: #ff5c00;
display: block;
right: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.rtl .header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar,
.rtl .header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar {
margin: 3px 4px 3px 0;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1),
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1) {
width: 12px;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3),
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3) {
width: 12px;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .vertical-megamenu,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .vertical-megamenu {
opacity: 0;
visibility: hidden;
height: 0;
width: 0;
}
.header-mobile-style1 .revo-logo,
.header-mobile-style2 .revo-logo {
max-width: 75px;
margin: 0 10px;
}
.header-mobile-style1 .mobile-search,
.header-mobile-style2 .mobile-search {
overflow: hidden;
}
.header-mobile-style1 .mobile-search .top-form.top-search,
.header-mobile-style2 .mobile-search .top-form.top-search {
float: none;
max-width: 270px;
}
.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper,
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper {
display: none;
}
.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry input,
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry input {
width: 100%;
height: 27px;
background-color: #f2f2f2;
font-size: 11px;
color: #9c9c9c;
border-radius: 3px;
border: 0;
margin: 0;
padding: 0 10px;
}
.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry button,
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button {
position: absolute;
height: 26px;
width: 26px;
right: 0;
top: 0;
border: 0;
background-color: #f2f2f2;
color: #9c9c9c;
margin: 0;
}
.rtl .header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry button,
.rtl .header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button {
left: 0;
right: auto;
}
.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry button:hover,
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button:hover {
color: #ff5c00;
}
.header-mobile-style1 .header-menu-page,
.header-mobile-style2 .header-menu-page {
margin-bottom: 10px;
}
.header-mobile-style1 .header-menu-page .menu-mobile1,
.header-mobile-style2 .header-menu-page .menu-mobile1 {
overflow-y: hidden;
white-space: nowrap;
margin: 0;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li {
float: none;
display: inline-block;
vertical-align: top;
white-space: normal;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li > a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a {
padding: 0 10px;
font-size: 12px;
color: #222;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li > a:hover,
.header-mobile-style1 .header-menu-page .menu-mobile1 > li > a:focus,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a:hover,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a:focus {
color: #ff5c00;
background-color: #fff;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li:hover >a,
.header-mobile-style1 .header-menu-page .menu-mobile1 > li:focus >a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li:hover >a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li:focus >a {
color: #ff5c00;
background-color: #fff;
}
.header-mobile-style2 {
background-color: #ff5c00;
}
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry input {
background-color: #fff;
}
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button {
background-color: #fff;
}
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a {
color: #fff;
}
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a:hover,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a:focus {
color: #fff;
background-color: #ff5c00;
}
.header-mobile-style2 .header-menu-page .menu-mobile1 > li:hover > a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li:focus > a {
color: #fff;
background-color: #ff5c00;
}
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
background-color: #fff;
}
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
top: 90px;
}
.banner-top .wpb_single_image {
margin-bottom: 10px;
}
.banner-mobile {
margin: 0 -20px;
}
.banner-mobile .wpb_single_image {
float: left;
width: 50%;
padding: 0 5px;
margin-bottom: 10px;
}
.rtl .banner-mobile .wpb_single_image {
float: right;
}
.featured-categories-mobile {
margin-bottom: 5px;
}
.featured-categories-mobile .resp-slider-container >div.items-wrapper >.item .item-inner .item-content {
padding: 10px 0 !important;
}
.featured-categories-mobile .resp-slider-container >div.items-wrapper >.item .item-inner .item-content h3 a {
color: #222;
text-transform: uppercase;
font-family: 'RalewayBold';
}
.style-moblie {
position: relative;
}
.style-moblie:before {
content: '\f105';
font-family: FontAwesome;
font-size: 24px;
color: #828282;
position: absolute;
z-index: 2;
display: inline-block;
top: 45%;
right: 15px;
width: 10px;
height: 20px;
opacity: 0;
}
.rtl .style-moblie:before {
content: '\f104';
left: 15px;
right: auto;
}
.style-moblie .block-title {
margin: 0;
}
.style-moblie .block-title h3 {
color: #222;
font-size: 12px;
font-family: 'RalewayBold' !important;
text-align: left;
text-transform: uppercase;
border: 0;
padding: 10px 0;
margin: 0;
}
.rtl .style-moblie .block-title h3 {
text-align: right;
}
.style-moblie .block-title h3:before {
width: 0;
height: 0;
}
.style-moblie .resp-slider-container {
margin: 0 -5px;
}
.style-moblie .resp-slider-container >div.items-wrapper {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
padding-bottom: 10px;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item {
display: inline-block;
vertical-align: top;
white-space: normal;
width: 150px;
padding: 0 5px;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner {
-webkit-box-shadow: 1px 1px 4px #bbb;
-moz-box-shadow: 1px 1px 4px #bbb;
-o-box-shadow: 1px 1px 4px #bbb;
-ms-box-shadow: 1px 1px 4px #bbb;
box-shadow: 1px 1px 4px #bbb;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-image:hover {
opacity: 0.8;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content {
padding: 5px 0;
text-align: center;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content h3 {
font-size: 12px;
margin: 0;
}
.sw-tab-mobile .top-tab-slider .woocommmerce-shop a {
position: absolute;
right: 0;
top: 5px;
color: #ff5c00;
font-size: 11px;
font-family: 'RalewaySemiBold';
text-transform: capitalize;
}
.rtl .sw-tab-mobile .top-tab-slider .woocommmerce-shop a {
left: 0;
right: auto;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs {
display: block;
border-bottom: 1px solid #f0f0ed;
margin-bottom: 10px;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li {
margin: 0 20px 0 0;
}
.rtl .sw-tab-mobile .top-tab-slider .nav.nav-tabs > li {
float: right;
margin: 0 0 0 20px;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li > a {
font-size: 13px;
padding: 5px 0 10px;
color: #222;
text-transform: uppercase;
font-family: 'RalewayBold';
line-height: normal;
background-color: #fff !important;
border: 0;
border-radius: 0;
height: auto;
position: relative;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li > a:before {
content: '';
width: 100%;
height: 2px;
background-color: #ff5c00;
position: absolute;
bottom: -1px;
left: 0;
opacity: 0;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li.active > a,
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li:hover > a > a {
color: #ff5c00;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li.active > a:before,
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li:hover > a > a:before {
opacity: 1;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper {
padding-bottom: 20px;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap {
border: 1px solid #e1e1e1;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-image span.onsale,
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-image a.fancybox {
display: none;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content {
padding: 5px 0 15px;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content h4 a {
font-family: 'RalewayMedium';
color: #222;
font-size: 12px;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content h4 a,
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content .item-price {
opacity: 1;
}
.sw-ajax-categories .resp-listing-container {
margin: 0 -5px;
}
.sw-ajax-categories .resp-listing-container .item-product-cat {
float: left;
width: 33.333%;
padding: 0 5px;
margin-bottom: 10px;
}
.sw-ajax-categories .resp-listing-container .item-product-cat .item-content {
display: block;
padding: 9px 0;
background-color: #f2f2f2;
text-align: center;
}
.sw-ajax-categories .resp-listing-container .item-product-cat .item-content h3 {
font-size: 13px;
color: #222;
text-transform: capitalize;
font-family: 'RalewayMedium';
margin-bottom: 0;
}
.sw-ajax-categories .btn-loadmore {
clear: both;
display: block;
width: 100%;
height: 40px;
line-height: 40px;
text-align: center;
font-family: 'RalewayBold';
font-size: 11px;
text-transform: uppercase;
color: #222;
background-color: #f2f2f2;
border-radius: 20px;
margin-bottom: 20px;
}
.sw-ajax-categories .btn-loadmore:hover {
background-color: #ff5c00;
color: #fff;
}
.sw-ajax-categories .btn-loadmore:before {
content: attr(data-title);
display: inline-block;
}
.sw-ajax-categories .btn-loadmore.btn-loading {
background: url(../assets/img/loadingp.gif) no-repeat center center #f2f2f2;
background-size: 30px 30px;
}
.sw-ajax-categories .btn-loadmore.btn-loading:before {
content: '';
}
.sw-ajax-categories .btn-loadmore.btn-loaded:before {
content: attr(data-title_loaded);
}
.brand-mobile .resp-slider-container >div.items-wrapper .item {
width: 110px;
}
.block-mobile {
padding: 10px 0 0;
overflow: hidden;
margin-bottom: 0;
}
.block-mobile .info {
float: left;
width: 33.33%;
}
.rtl .block-mobile .info {
float: right;
}
.block-mobile .info .fa {
font-size: 28px;
color: #ff5c00;
float: left;
}
.rtl .block-mobile .info .fa {
float: right;
}
.block-mobile .info .info-content {
padding-left: 38px;
}
.rtl .block-mobile .info .info-content {
padding-right: 38px;
padding-left: 0;
}
.block-mobile .info .info-content span {
font-size: 10px;
color: #222;
text-transform: uppercase;
font-family: 'RalewaySemiBold';
margin-bottom: 2px;
}
.block-mobile .info .info-content p {
text-transform: capitalize;
padding-top: 2px;
margin-bottom: 3px;
font-size: 10px;
}
.mobile-layout.rtl .countdown-mobile .box-title h3,
.mobile-layout.rtl .best-selling-mobile .box-title h3,
.mobile-layout.rtl .related-products .box-title h3 {
float: right;
}
.mobile-layout.rtl .countdown-mobile .woocommmerce-shop,
.mobile-layout.rtl .best-selling-mobile .woocommmerce-shop,
.mobile-layout.rtl .related-products .woocommmerce-shop {
float: left;
}
.mobile-layout.rtl .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.revo_resmenu > li > .show-dropdown::after {
content: '\f104';
}
.mobile-layout.rtl .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
left: 0;
right: auto;
text-align: right;
}
.mobile-layout.rtl .products-wrapper .products-nav .catalog-ordering {
float: none;
}
.mobile-layout.rtl .products-wrapper .products-nav .filter-product {
float: left;
}
.mobile-layout.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
margin-left: 10px;
margin-right: 0;
}
.mobile-layout.rtl.woocommerce-cart .shop_table.cart tr.cart_item td {
float: right;
}
.mobile-layout.rtl.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove {
left: 0;
right: auto;
}
.mobile-layout.rtl .contact-mobile .block-contact-mobile .location-address li {
background-position: right center;
padding-right: 30px;
padding-left: 0;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap input,
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap textarea {
text-align: right;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-name input {
background-position: right center;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-email input {
background-position: right center;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-phone input {
background-position: right center;
}
.mobile-layout .countdown-mobile,
.mobile-layout .best-selling-mobile,
.mobile-layout .related-products {
margin-bottom: 20px;
}
.mobile-layout .countdown-mobile .box-title h3,
.mobile-layout .best-selling-mobile .box-title h3,
.mobile-layout .related-products .box-title h3 {
color: #222;
font-size: 12px;
text-align: left;
text-transform: uppercase;
float: left;
}
.mobile-layout .countdown-mobile .woocommmerce-shop,
.mobile-layout .best-selling-mobile .woocommmerce-shop,
.mobile-layout .related-products .woocommmerce-shop {
float: right;
}
.mobile-layout .countdown-mobile .woocommmerce-shop a,
.mobile-layout .best-selling-mobile .woocommmerce-shop a,
.mobile-layout .related-products .woocommmerce-shop a {
color: #ff5c00;
font-size: 11px;
font-family: 'RalewaySemiBold';
text-transform: capitalize;
line-height: 28px;
}
.mobile-layout .countdown-mobile .woocommmerce-shop a:hover,
.mobile-layout .best-selling-mobile .woocommmerce-shop a:hover,
.mobile-layout .related-products .woocommmerce-shop a:hover {
opacity: 0.8;
}
.mobile-layout .countdown-mobile .resp-slider-container div.items-wrapper,
.mobile-layout .best-selling-mobile .resp-slider-container div.items-wrapper,
.mobile-layout .related-products .resp-slider-container div.items-wrapper {
padding-bottom: 0;
}
.mobile-layout .countdown-mobile .item .item-wrap,
.mobile-layout .best-selling-mobile .item .item-wrap,
.mobile-layout .related-products .item .item-wrap {
border: 1px solid #e1e1e1;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail:hover .item-image,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail:hover .item-image,
.mobile-layout .related-products .item .item-wrap .item-detail:hover .item-image {
opacity: 0.8;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-image span.onsale,
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-image a.fancybox,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-image span.onsale,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-image a.fancybox,
.mobile-layout .related-products .item .item-wrap .item-detail .item-image span.onsale,
.mobile-layout .related-products .item .item-wrap .item-detail .item-image a.fancybox {
display: none;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content {
text-align: center;
padding: 10px 0 14px;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content h4 a,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content h4 a,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content h4 a {
font-size: 12px;
color: #222;
font-family: 'RalewayMedium';
text-transform: capitalize;
opacity: 1;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content h4 a:hover,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content h4 a:hover,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content h4 a:hover {
color: #ff5c00;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price {
display: inline-block;
vertical-align: top;
opacity: 1;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price ins,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price ins,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price ins {
font-family: 'RalewayMedium';
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price del {
font-size: 12px;
color: #7d7d7d;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price ins,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price ins,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price ins {
font-size: 14px;
color: #ff5c00;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
min-width: 290px;
background: #fff;
box-shadow: none;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul {
padding: 0 0 0 20px;
border-top: 1px solid #efefef;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.revo_resmenu {
padding: 0 20px;
border: 0;
height: 563px;
overflow: auto;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.revo_resmenu > li > .show-dropdown:after {
content: '\f105';
font-family: 'FontAwesome';
font-size: 18px;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.revo_resmenu > li > .show-dropdown.show:after {
content: '\f107';
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li {
box-shadow: none;
border-bottom: 1px solid #efefef;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li:last-child {
border: 0;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li > a {
font-size: 14px;
font-family: 'RalewaySemiBold';
color: #222;
padding: 17px 0;
box-shadow: none;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li .show-dropdown {
background: #fff;
line-height: 49px;
height: 49px;
width: 11px;
color: #c4c4c4;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li.active > a,
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li:hover > a {
background: #fff;
color: #ff5c00;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li.active > .show-dropdown,
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li:hover > .show-dropdown {
color: #c4c4c4;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul > li .dropdown-resmenu > li > a {
font-size: 13px;
color: #6b6b6b;
font-family: 'RalewayMedium';
}
.mobile-layout .vertical_megamenu .vertical-megamenu {
opacity: 0;
visibility: hidden;
height: 0;
width: 0;
}
.mobile-layout #revo-totop {
display: none !important;
}
.mobile-layout .wpb_single_image {
margin-bottom: 10px;
}
.mobile-layout .wpb_raw_html {
margin-bottom: 20px;
}
.mobile-layout .vc_row-no-padding .vc_column-inner {
padding-left: 0;
padding-right: 0;
}
.mobile-layout .vc_column-inner {
padding-left: 10px;
padding-right: 10px;
}
.mobile-layout .revo_breadcrumbs {
display: none;
}
.mobile-layout .revo_breadcrumbs .listing-title {
margin-top: 0;
}
.mobile-layout .revo_breadcrumbs .listing-title h1 {
margin-top: 0;
font-size: 13px;
}
.mobile-layout .revo_breadcrumbs .breadcrumbs .breadcrumb {
padding: 10px 0;
}
.mobile-layout .contact-mobile .wpb_map_wraper {
border: 0;
}
.mobile-layout .contact-mobile .block-contact-mobile h2 {
font-size: 12px;
color: #222;
font-family: 'RalewayBold';
text-transform: uppercase;
margin-top: 20px;
}
.mobile-layout .contact-mobile .block-contact-mobile p {
font-size: 12px;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address {
margin: 0;
list-style: none;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address li {
font-size: 12px;
color: #8c8c8c;
background: url('../assets/img/icon-location.png') no-repeat left center #fff;
padding-left: 30px;
margin-bottom: 10px;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address li span {
padding: 5px 0;
display: block;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address li span.title {
font-family: 'RalewayBold';
color: #222;
text-transform: capitalize;
font-size: 14px;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap {
display: block;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap input {
width: 100%;
border: 0;
padding: 20px 30px;
font-size: 13px;
color: #7d7d7d;
font-family: 'RalewayMedium';
height: 60px;
border-top: 1px solid #e8e8e8;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-name input {
background: url('../assets/img/bg-user.png') no-repeat left center #fff;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-email input {
background: url('../assets/img/bg-email.png') no-repeat left center #fff;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-phone input {
background: url('../assets/img/bg-phone.png') no-repeat left center #fff;
border-bottom: 1px solid #e8e8e8;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap textarea {
border: 0;
border-top: 0;
padding: 20px 0 0;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap ::-webkit-input-placeholder {
font-size: 13px;
color: #7d7d7d;
font-family: 'RalewayMedium';
}
.mobile-layout .contact-form-mobile .wpcf7 input.wpcf7-submit {
height: 42px;
width: 100%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 42px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals {
width: 100%;
}
.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals h2 {
font-size: 18px;
text-transform: uppercase;
font-family: 'RalewayBold';
color: #222;
}
.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
height: 42px;
width: 100%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 42px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-cart .shop_table.cart {
border: 0;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item {
position: relative;
overflow: hidden;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e8e8e8;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item:nth-child(2n) td {
background-color: #fff;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td {
float: left;
padding: 0 18px;
display: inline-block;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td:before {
content: '';
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name,
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-price {
margin-bottom: 9px;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-price {
color: #ff5c00;
font-size: 16px;
font-family: 'RalewayBold';
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name a {
font-size: 14px;
color: #222;
text-transform: capitalize;
font-family: 'RalewaySemiBold';
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove {
position: absolute;
right: 0;
top: 5px;
padding: 0;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove a.remove {
display: inline-block;
width: 16px;
height: 17px;
text-indent: -9999px;
background: url('../assets/img/delete-m.png') no-repeat center center #fff;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-thumbnail {
padding: 0;
border: 1px solid #ebebeb;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-thumbnail img {
width: 90px;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-subtotal {
display: none;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-quantity .quantity {
border: 1px solid #ebebeb;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-quantity .quantity input {
background-color: #fff;
}
.mobile-layout.woocommerce-cart .shop_table.cart td.actions {
border-top: 0;
padding: 10px;
}
.mobile-layout.woocommerce-cart .shop_table.cart td.actions #coupon_code {
text-transform: uppercase;
padding: 0 10px;
}
.mobile-layout.woocommerce-cart .shop_table.cart td.actions input.button {
padding: 7px 10px;
border-top: 0;
border-radius: 16px;
}
.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td {
float: right;
}
.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td.product-remove {
left: 0;
right: auto;
}
.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td.product-add-to-cart {
left: -20px;
right: auto;
}
.mobile-layout.woocommerce-wishlist .wishlist-title {
display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table {
border: 0;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table thead th {
display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody {
display: block;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr {
position: relative;
overflow: hidden;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e8e8e8;
display: block;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr:nth-child(2n) td {
background-color: #fff;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr:hover {
background-color: #fff;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td {
float: left;
padding: 0 18px;
display: inline-block;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td:before {
content: '';
display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name {
display: block;
width: 65%;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name,
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-price {
margin-bottom: 9px;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-price {
color: #ff5c00;
font-size: 16px;
font-family: 'RalewayBold';
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name a {
font-size: 14px;
color: #222;
text-transform: capitalize;
font-family: 'RalewaySemiBold';
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-stock-status {
display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-remove {
position: absolute;
right: 0px;
top: auto;
margin-top: 10px;
padding: 0;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-remove a.remove {
display: inline-block;
width: 16px;
height: 17px;
text-indent: -9999px;
background: url('../assets/img/delete-m.png') no-repeat center center #fff;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-thumbnail {
padding: 0;
border: 1px solid #ebebeb;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-thumbnail img {
width: 90px;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart {
position: absolute;
right: -20px;
top: 40px;
z-index: 3;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart .add_to_cart_button,
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart .add_to_cart {
text-indent: -9999px;
display: inline-block;
width: 24px;
height: 24px;
background: url('../assets/img/icon-cart-m.png') no-repeat center center #fff;
margin: 0;
padding: 0;
}
.footer-mstyle1 {
margin-top: 55px;
min-height: 1px;
}
.footer-mstyle1 .footer-container {
background-color: rgba(255,255,255,0.9);
position: fixed;
bottom: 0;
left: 0;
z-index: 999;
width: 100%;
border-top: 1px solid #e8e8e8;
}
.footer-mstyle1 .footer-container .footer-menu {
position: relative;
padding: 0 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden {
opacity: 0;
height: 0;
visibility: hidden;
position: absolute;
padding: 10px 15px;
top: -110px;
right: 0px;
background-color: #fff;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item-hidden {
left: 0;
right: auto;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden a .fa {
font-size: 16px;
color: #8d8d8d;
margin-right: 5px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden a .menu-text {
font-family: 'RalewayBold';
color: #8d8d8d;
text-transform: uppercase;
font-size: 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden .footer-wishlist {
margin-bottom: 5px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden.open {
opacity: 1;
height: auto;
visibility: visible;
z-index: 2;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer {
margin-left: 22px;
margin-bottom: 5px;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer {
margin-right: 22px;
margin-left: 5px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer > li {
list-style: none;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer > li > a {
font-family: 'RalewayBold';
color: #8d8d8d;
text-transform: uppercase;
font-size: 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item {
width: 20%;
float: left;
text-align: center;
margin-bottom: 5px;
padding: 10px 0 0;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item {
float: right;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a {
display: inline-block;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a:hover .menu-text {
color: #ff5c00;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a .icon-menu {
display: block;
width: 28px;
height: 22px;
margin: 0 auto;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a .menu-text {
text-align: center;
font-family: 'RalewayBold';
color: #8d8d8d;
text-transform: uppercase;
font-size: 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-home .icon-menu {
background: url('../assets/img/icon-home-m.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search {
float: none;
width: 100%;
opacity: 0;
visibility: hidden;
height: 0;
position: absolute;
top: -41px;
left: 0px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry .cat-wrapper {
display: none;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry input {
width: 100%;
height: 40px;
line-height: 40px;
background-color: #f2f2f2;
font-size: 13px;
color: #9c9c9c;
border-radius: 0;
border: 0;
padding: 0 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button {
position: absolute;
height: 40px;
width: 40px;
right: 0;
top: 0;
border: 0;
background-color: #f2f2f2;
color: #9c9c9c;
font-size: 16px;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button {
left: 0;
right: auto;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button:hover {
color: #ff5c00;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search.open {
opacity: 1;
visibility: visible;
height: auto;
z-index: 99;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .icon-menu {
background: url('../assets/img/icon-searh-m.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .revo-minicart-mobile {
position: relative;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .revo-minicart-mobile .minicart-number {
position: absolute;
top: -5px;
right: -6px;
display: inline-block;
width: 17px;
height: 17px;
background-color: #ff5c00;
color: #fff;
text-align: center;
border-radius: 50%;
line-height: 17px;
font-size: 12px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .icon-menu {
background: url('../assets/img/icon-cart-m.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-myaccount .icon-menu {
background: url('../assets/img/icon-user-m.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-more .icon-menu {
background: url('../assets/img/icon-more-m.png') no-repeat center center;
}
.mobile-layout.rtl .back-history {
float: right;
background: url('../assets/img/icon-back-m1.jpg') no-repeat center center #fff;
}
.mobile-layout .back-history {
display: inline-block;
float: left;
width: 24px;
height: 16px;
background: url('../assets/img/icon-back-m.jpg') no-repeat center center #fff;
margin: 10px 0;
}
.mobile-layout .category-contents {
margin-bottom: 20px;
}
.mobile-layout .category-contents .blog-content .post {
margin-bottom: 20px;
}
.mobile-layout .category-contents .blog-content .post .entry .entry-thumb::before {
left: -1px;
top: -1px;
}
.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 {
margin-bottom: 15px;
}
.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a {
font-size: 14px;
}
.mobile-layout .pagination {
background-color: #fff;
padding: 0;
border: 0;
}
.mobile-layout .pagination ul {
background-color: #fff;
margin: 0 -15px;
}
.mobile-layout .pagination ul li {
background-color: #fff;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle {
display: block;
padding: 0;
margin: 6px 0px;
cursor: pointer;
width: 26px;
height: 26px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius: 3px;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle:hover .icon-bar {
width: 18px !important;
background-color: #7d7d7d;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar {
height: 2px;
width: 18px;
margin: 3px 0px 3px 4px;
background: #7d7d7d;
display: block;
right: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar:nth-child(1) {
width: 14px;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar:nth-child(3) {
width: 14px;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .menu-responsive-wrapper {
top: 39px;
right: 0;
text-align: left;
}
.mobile-layout .vertical_megamenu_shop .vertical-megamenu {
display: none;
}
.mobile-layout .fancybox-overlay .fancybox-outer #subscribe_popup {
min-width: 290px;
padding: 330px 0 39px;
text-align: center;
}
.mobile-layout .fancybox-overlay .fancybox-outer #subscribe_popup:before {
background-color: transparent;
height: 0;
width: 0;
}
.mobile-layout .fancybox-overlay .fancybox-outer #subscribe_popup .link-mobile a {
display: inline-block;
height: 36px;
padding: 0 55px;
border-radius: 18px;
background-color: #fff;
line-height: 36px;
text-align: center;
text-transform: uppercase;
font-family: 'RalewayBold';
color: #222;
font-size: 12px;
margin-bottom: 10px;
}
.mobile-layout .fancybox-overlay .fancybox-outer #subscribe_popup .link-mobile a:hover {
color: #ff5c00;
}
.mobile-layout .fancybox-overlay .fancybox-outer #subscribe_popup .subscribe-checkbox label span {
color: #fff;
}
.mobile-layout .fancybox-overlay .fancybox-close {
background: url('../assets/img/popup_close.png') no-repeat center center;
width: 26px;
height: 26px;
top: 0;
right: 0;
}
.mobile-layout.rtl .header-mobile-style1 .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
right: 0;
left: auto;
}
.mobile-layout.rtl .header-mobile-style2 .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
right: 0;
left: auto;
}
.mobile-layout.rtl .products-wrapper .woocommerce-pagination .page-numbers > li {
float: right;
}
.mobile-layout.rtl .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.next::before,
.mobile-layout.rtl .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.prev::before {
content: '';
}
.mobile-layout .banner-category .widget_sp_image {
margin-bottom: 10px;
}
.mobile-layout .header-page {
position: relative;
}
.mobile-layout .header-page.sticky-mobile .header-shop {
position: fixed;
right: 0;
top: 0;
z-index: 999;
background-color: #fff;
}
.mobile-layout .header-page.sticky-mobile .header-shop .container {
max-width: 480px;
}
.mobile-layout .header-page .header-shop {
text-align: center;
position: relative;
display: inline-block;
width: 100%;
box-shadow: 0 5px 5px rgba(205,205,205,0.6);
margin-bottom: 8px;
}
.mobile-layout .header-page .header-shop .page-title {
font-size: 14px;
color: #222;
text-align: center;
padding: 12px 0;
display: inline-block;
}
.mobile-layout .header-page .header-shop h4 {
font-size: 14px;
color: #222;
font-family: 'RalewayBold';
text-transform: uppercase;
display: inline-block;
padding: 11px 0;
margin: 0;
}
.mobile-layout .products-wrapper {
padding: 0;
position: relative;
}
.mobile-layout .products-wrapper.show-modal:before {
content: '';
width: 100%;
height: 100%;
display: block;
background: rgba(0,0,0,0.4);
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 1px;
z-index: 4;
}
.mobile-layout .products-wrapper .products-nav {
margin-bottom: 5px;
background-color: #fff;
position: relative;
z-index: 7;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering {
position: static;
float: none;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li {
position: static;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li:hover ul {
border-top: 1px solid #e8e8e8;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li > ul >li {
line-height: 44px;
border-bottom: 1px solid #e8e8e8;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li > ul >li:last-child {
border-bottom: 0;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode {
margin: 5px -4px 0;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a {
height: 20px;
width: 20px;
background-color: #fff;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a:before {
height: 20px;
width: 20px;
line-height: 20px;
color: #3b3b3b;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a.active:before {
color: #ff5c00;
background-color: #fff;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a:hover:before {
background-color: #fff;
color: #ff5c00;
}
.mobile-layout .products-wrapper .products-nav .filter-product {
font-size: 12px;
color: #6b6b6b;
text-transform: uppercase;
float: right;
line-height: 30px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li {
line-height: 28px;
border: 0;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a {
font-size: 12px;
color: #6b6b6b;
text-transform: uppercase;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after {
line-height: 28px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li {
padding: 6px 0 0px;
border: 0;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.asc {
padding: 3px 0 0px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.asc a {
height: 21px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li a {
height: 18px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby {
min-width: 145px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby.order-dropdown >li .current-li a:after {
width: 25px;
}
.mobile-layout .products-wrapper .filter-mobile {
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-o-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
visibility: hidden;
position: absolute;
z-index: 9;
top: 30px;
background-color: #fff;
padding: 0;
}
.mobile-layout .products-wrapper .filter-mobile.open {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.mobile-layout .products-wrapper .filter-mobile .widget {
padding: 5px 0 20px;
}
.mobile-layout .products-wrapper .filter-mobile .widget_layered_nav {
border-bottom: 1px solid #e8e8e8;
}
.mobile-layout .products-wrapper .woocommerce-pagination {
display: block;
float: none;
margin: 0 0 10px;
}
.mobile-layout .products-wrapper .woocommerce-pagination .note {
display: none;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li {
float: left;
position: relative;
text-transform: capitalize;
text-align: center;
margin: 0 5px 5px;
background-color: #fff;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li a,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers {
background-color: #fff;
display: block;
width: 32px;
line-height: 30px;
height: 32px;
border-radius: 50%;
border: 1px solid #ebebeb;
text-align: center;
font-size: 16px;
color: #222;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li a.current,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.current {
color: #ff5c00;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .next,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .prev {
width: 90px;
text-align: center;
text-transform: uppercase;
color: #222;
border-radius: 20px;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .next:before,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .prev:before {
content: '';
}
.mobile-layout .products-wrapper .products-loop {
margin: 0;
}
.mobile-layout .products-wrapper .products-loop.grid {
margin: 0 -5px;
}
.mobile-layout .products-wrapper .products-loop.grid > li {
padding: 0 5px;
margin-bottom: 10px;
float: left;
width: 50%;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content h4 a {
font-size: 12px;
font-family: 'RalewayMedium';
color: #222;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .item-price {
font-size: 16px;
font-family: 'RalewayMedium';
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .item-bottom {
opacity: 0;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap:hover .item-detail .item-content h4 a,
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap:hover .item-detail .item-content .item-price {
opacity: 1;
}
.mobile-layout .products-wrapper .products-loop.list li {
margin-bottom: 20px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
width: 130px;
margin-right: 10px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a {
font-family: 'RalewayMedium';
font-size: 14px;
color: #222;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content {
padding-top: 5px;
margin-bottom: 5px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price {
margin-bottom: 5px;
font-family: 'RalewayMedium';
display: table-row;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description {
margin-bottom: 5px;
margin-top: 5px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom {
display: none;
}
.mobile-layout.search-no-results .breadcrumbs {
display: none;
}
.mobile-layout.search-no-results .listing-title h1 {
font-size: 12px;
color: #222;
}
.mobile-layout.search-no-results .listing-title h1 small {
color: #7d7d7d;
font-size: 12px;
}
.mobile-layout.search-no-results .content_list_product {
padding: 0;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result {
text-align: center;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result h3 {
font-size: 12px;
color: #222;
font-family: 'RalewayBold';
text-transform: uppercase;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result h1 small {
font-size: 18px;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result .image {
display: inline-block;
margin: 10px 0 20px;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result p {
font-size: 12px;
color: #7d7d7d;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result button {
height: 42px;
width: 100%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 10px 0 0;
border: 0;
line-height: 42px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.search .header-mobile-style1,
.mobile-layout.search .header-mobile-style2 {
box-shadow: none;
margin-bottom: 0;
}
.mobile-layout.search .header-mobile-style1 .header-top-mobile,
.mobile-layout.search .header-mobile-style2 .header-top-mobile {
box-shadow: 0 5px 5px rgba(205,205,205,0.6);
}
.mobile-layout.search .body-wrapper-inner > .container {
padding-top: 15px;
}
.mobile-layout.woocommerce-account .listing-title h1 {
text-align: center;
}
.mobile-layout.woocommerce-account .image-login {
text-align: center;
margin: 0 0 20px;
}
.mobile-layout.woocommerce-account .image-login img {
display: inline-block;
}
.mobile-layout.woocommerce-account #customer_login h2 {
font-family: 'RalewayBold';
color: #222;
font-size: 13px;
margin: 0 0 30px;
display: block;
text-transform: uppercase;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide {
padding-left: 30px;
border-bottom: 1px solid #e8e8e8;
padding-top: 10px;
padding-bottom: 10px;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide input:-webkit-autofill,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide input:-webkit-autofill {
background-color: #fff !important;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide label,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide label {
font-size: 14px;
color: #7d7d7d;
font-family: 'RalewayMedium';
line-height: 20px;
margin: 0;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide .input-text,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide .input-text {
padding: 0;
background-color: #fff;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide:first-child,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
background: url('../assets/img/bg-user.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide:nth-child(2),
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
background: url('../assets/img/icon-lock.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
background: url('../assets/img/bg-email.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
background: url('../assets/img/icon-lock.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login input.button {
height: 42px;
width: 100%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 42px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-account #customer_login .social-share {
text-align: center;
margin-bottom: 20px;
}
.mobile-layout.woocommerce-account #customer_login .social-share .title-share {
display: none;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content {
display: inline-block;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a {
width: 35px;
height: 35px;
border-radius: 50%;
line-height: 35px;
font-size: 16px;
color: #fff;
display: inline-block;
margin: 0 5px;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(1) {
background-color: #3a5897;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(2) {
background-color: #2fc2ee;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(3) {
background-color: #e14a3c;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(4) {
background-color: #df2227;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(5) {
background-color: #407199;
}
.mobile-layout.woocommerce-account #contents {
margin-bottom: 10px;
padding-top: 20px;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
float: none;
margin-right: 0;
margin-bottom: 20px;
overflow: hidden;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul {
border: 0;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li {
display: inline-block;
float: left;
width: 33.33%;
padding-top: 35px;
text-align: center;
margin-bottom: 15px;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--dashboard {
background: url('../assets/img/icon-dashboard.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--orders {
background: url('../assets/img/icon-orders.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--downloads {
background: url('../assets/img/icon-download.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--edit-address {
background: url('../assets/img/icon-address.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--edit-account {
background: url('../assets/img/icon-account.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--customer-logout {
background: url('../assets/img/icon-logout.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li > a {
border: 0;
padding: 15px 0;
min-width: auto;
font-size: 11px;
color: #222;
font-family: 'RalewaySemiBold';
text-transform: uppercase;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content {
float: none;
clear: both;
margin-bottom: 10px !important;
text-align: center;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account {
text-align: left;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-first {
text-align: left;
width: 100%;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-first .woocommerce-Input--email {
border-radius: 0;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-last {
width: 100%;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account legend {
font-size: 14px;
color: #222;
text-transform: uppercase;
font-family: 'RalewayBold';
border: 0;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
height: 42px;
width: 100%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 42px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content strong {
text-transform: uppercase;
font-size: 13px;
font-family: 'RalewayBold';
color: #222;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .avatar-user {
display: inline-block;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .avatar-user img {
border-radius: 50%;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:first-child {
text-align: center;
font-size: 12px;
color: #7d7d7d;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:first-child a {
color: #ff5c00;
font-family: 'RalewayMedium';
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:last-child {
text-align: left;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content a {
font-size: 12px;
color: #7d7d7d;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tr.order td {
width: 100% !important;
border: 0;
border-top: 1px solid #ddd;
padding: 10px 15px !important;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tr.order td:first-child {
border-top: 0 !important;
}
.mobile-layout.woocommerce-account .breadcrumbs {
display: none;
}
.mobile-layout.woocommerce-account.rtl .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account legend {
text-align: right;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide,
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide {
padding-right: 30px;
padding-left: 0;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide:first-child,
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
background: url('../assets/img/bg-user.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide:nth-child(2),
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
background: url('../assets/img/icon-lock.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
background: url('../assets/img/bg-email.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
background: url('../assets/img/icon-lock.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-checkout form .form-row-first,
.mobile-layout.woocommerce-checkout form .form-row-last {
width: 100%;
}
.mobile-layout.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button {
padding: 10px;
width: 100px;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share.open .wrap-content {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share .title-share {
float: left;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share .wrap-content {
float: left;
margin-right: 0px;
margin-left: -40px;
-webkit-transform: translateX(-60px);
-moz-transform: translateX(-60px);
-o-transform: translateX(-60px);
-ms-transform: translateX(-60px);
transform: translateX(-60px);
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity {
margin: 0 0 0 10px !important;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .price ins {
float: right;
margin-left: 10px;
margin-right: 0;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
left: 35px;
right: auto;
}
.single-product.mobile-layout .content-product-detail {
padding: 0 10px;
}
.single-product.mobile-layout .content-product-detail .product-type-simple .cart {
text-align: center;
}
.single-product.mobile-layout .content-product-detail .product-type-simple .cart .addcart-wrapper {
display: inline-block;
overflow: hidden;
}
.single-product.mobile-layout .content-product-detail .product-type-external .addcart-wrapper .cart {
float: none;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd {
margin-bottom: 20px;
position: relative;
z-index: 2;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-responsive .item-img-slider a {
display: inline-block;
max-width: 450px;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info {
position: absolute;
z-index: 3;
right: 10px;
bottom: 110px;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock {
display: inline-block;
width: 54px;
height: 54px;
text-indent: -9999px;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock.in-stock {
background: url('../assets/img/icon-instock.png') no-repeat center center;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock.out-stock {
background: url('../assets/img/icon-outstock.png') no-repeat center center;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail {
position: relative;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price del {
float: none;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price del .amount {
font-size: #7d7d7d;
font-size: 14px;
font-family: 'RalewayMedium';
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price ins {
float: left;
margin-left: 0;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .add_to_cart_button,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_external,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_grouped,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .single_add_to_cart_button {
float: left;
height: 40px;
padding: 0;
line-height: 40px;
width: 172px;
text-transform: uppercase;
font-size: 12px;
font-family: 'RalewayBold';
border-radius: 20px;
clear: none;
box-shadow: 0 5px 5px #eee;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart {
margin-bottom: 0 !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity {
height: 40px;
margin: 0 10px 0 0 !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity input {
width: 55px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .input-text {
height: 38px !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .minus {
background-position: 0px -1685px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .plus {
background-position: -5px -1665px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table {
margin-bottom: 15px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price {
font-size: 16px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price del {
font-size: 16px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price ins {
font-size: 18px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table td {
height: 60px !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .quantity {
width: 145px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table input {
width: 45px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .addcart-wrapper {
text-align: center;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product-info {
padding: 15px 0 10px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product-info .sku_wrapper {
margin-bottom: 0;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .description {
margin-bottom: 15px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
position: absolute;
z-index: 5;
top: -8px;
right: 35px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
border: 1px solid #e1e1e1;
color: #7d7d7d;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share {
position: absolute;
top: -234px;
right: 0;
z-index: 1;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share.open {
z-index: 3;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share.open .wrap-content {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .title-share {
float: right;
margin-top: 225px;
display: inline-block;
font-size: 0;
width: 35px;
height: 35px;
line-height: 33px;
border: 1px solid #e1e1e1;
text-align: center;
color: #7d7d7d;
padding: 0;
border-radius: 50%;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .title-share:before {
font-size: 16px;
display: inline-block;
font-family: FontAwesome;
content: '\f1e0';
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .wrap-content {
float: right;
position: relative;
margin-right: -40px;
opacity: 0;
-webkit-transform: translateX(60px);
-moz-transform: translateX(60px);
-o-transform: translateX(60px);
-ms-transform: translateX(60px);
transform: translateX(60px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .wrap-content > a {
display: block;
margin: 0 5px 10px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs {
border: 0;
margin-bottom: 10px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs {
border-top: 1px solid #e8e8e8;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
margin: 5px 0 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li {
display: inline-block;
vertical-align: top;
white-space: normal;
float: none;
padding: 0 9px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li:first-child {
padding-left: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li:hover a {
color: #ff5c00;
border: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li.active a:before,
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li:hover a:before {
opacity: 1;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li a {
background-color: #fff;
font-size: 14px;
padding: 0;
border: 0;
height: 40px;
position: relative;
line-height: 42px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li a:before {
content: '';
width: 100%;
height: 2px;
background-color: #ff5c00;
position: absolute;
left: 0;
bottom: -1px;
opacity: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content .tab-pane {
padding: 10px 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content .tab-pane h2 {
font-size: 12px;
text-transform: uppercase;
font-family: 'RalewayBold';
color: #222;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist {
padding: 10px 0 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist li {
padding: 0 0 10px;
border-bottom: 1px solid #f0f0ed;
margin: 0 0 10px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist li:last-child {
border: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .avatar {
height: 40px;
width: 40px;
border: 0;
border-radius: 50%;
padding: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text {
padding: 0;
border: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .description {
font-size: 12px;
color: #7d7d7d;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .description p {
margin: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta {
margin: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta strong {
font-size: 12px;
color: #222;
font-family: 'RalewayBold';
text-transform: uppercase;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta time {
font-size: 12px;
color: #7d7d7d;
font-style: italic;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews .form-submit #submit {
height: 42px;
width: 100% !important;
background-color: #ff5c00 !important;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 42px;
padding: 0 !important;
border-radius: 20px !important;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.single-product.mobile-layout.woocommerce div.product p.price,
.single-product.mobile-layout.woocommerce div.product span.price {
font-size: 18px;
margin-bottom: 15px;
}
.single-product.mobile-layout.woocommerce div.product form.cart .variations {
margin-bottom: 0;
}
.single-product.mobile-layout.woocommerce div.product form.cart .addcart-wrapper .single_variation_wrap {
text-align: center;
}
.single-product.mobile-layout.woocommerce div.product form.cart .addcart-wrapper .single_variation_wrap .woocommerce-variation.single_variation {
text-align: left;
}
.single-product.mobile-layout.woocommerce div.product form.cart .addcart-wrapper .single_variation_wrap .woocommerce-variation-add-to-cart {
display: inline-block;
}
.single-product.mobile-layout.woocommerce div.product form.cart div.quantity {
border-radius: 20px;
}
.single-post.mobile-layout.rtl .single.main .post .entry-wrap .entry-content .social-share {
left: 0;
right: auto;
}
.single-post.mobile-layout.rtl .single.main .post .entry-wrap .entry-content .social-share .title-share {
margin-left: 0;
}
.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-img {
float: right;
margin-left: 15px;
margin-right: 0;
}
.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-content .entry-meta .fa {
margin-left: 10px;
margin-right: 0;
}
.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author {
float: right;
margin-left: 20px;
margin-right: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-thumb::before {
border: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-title {
font-size: 16px;
margin-top: 16px;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content {
padding: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-meta {
border-bottom: 0;
padding: 0;
font-size: 12px;
margin-bottom: 10px;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-summary {
font-size: 12px;
line-height: 20px;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share {
position: absolute;
bottom: -65px;
right: 0;
padding: 0;
z-index: 1;
border: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share.open {
z-index: 2;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share.open .wrap-content {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .title-share {
float: right;
margin-top: 225px;
display: inline-block;
font-size: 0;
width: 35px;
height: 35px;
line-height: 33px;
border: 1px solid #e1e1e1;
text-align: center;
color: #7d7d7d;
padding: 0;
margin-right: 0;
border-radius: 50%;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .title-share:before {
font-size: 16px;
display: inline-block;
font-family: FontAwesome;
content: '\f1e0';
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .wrap-content {
float: right;
position: relative;
margin-right: -40px;
opacity: 0;
-webkit-transform: translateX(60px);
-moz-transform: translateX(60px);
-o-transform: translateX(60px);
-ms-transform: translateX(60px);
transform: translateX(60px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .wrap-content > a {
display: block;
margin: 0 5px 10px;
}
.single-post.mobile-layout .post #authorDetails {
margin-top: 15px;
padding: 10px 0 0;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}
.single-post.mobile-layout .post #authorDetails .avatar {
width: 40px;
border-radius: 50%;
}
.single-post.mobile-layout .post #authorDetails .infomation {
padding: 8px 10px !important;
}
.single-post.mobile-layout .post #authorDetails .infomation .name-author {
margin: 0;
}
.single-post.mobile-layout .single-post-relate-mobile h4 {
padding: 20px 0 10px;
font-size: 13px;
color: #222;
font-family: 'RalewayBold';
text-transform: uppercase;
}
.single-post.mobile-layout .single-post-relate-mobile .post {
overflow: hidden;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e8e8e8;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-img {
display: inline-block;
width: 115px;
float: left;
margin-right: 15px;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content h4 {
padding: 0;
text-transform: capitalize;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta {
overflow: hidden;
font-size: 12px;
color: #909090;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .fa {
margin-right: 10px;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta a {
font-size: 12px;
color: #909090;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author {
float: left;
margin-right: 20px;
}
.single-post.mobile-layout #respond {
margin-bottom: 20px;
}
.single-post.mobile-layout #respond .wp-comment .title {
margin-bottom: 15px;
}
.single-post.mobile-layout #respond .wp-comment .form-horizontal .cmm-box-bottom button.btn {
height: 40px;
width: 100%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 40px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.single-post.mobile-layout #respond .wp-comment .form-horizontal .cmm-box-top .control-group {
width: 100%;
}
.single-post.mobile-layout #comments .comment .author {
width: 40px;
border-radius: 50%;
}
.single-post.mobile-layout #comments .comment .media-body .media .media-heading .author-name a {
font-size: 12px;
}
.search-results.mobile-layout .revo_breadcrumbs {
display: none;
}
.search-results.mobile-layout .listing-title h1 {
font-size: 13px;
}
.search-results.mobile-layout .listing-title h1 small {
font-size: 13px;
}
.search-results.mobile-layout .content-list-category {
padding: 0;
}
.filter-mobile h3 {
font-family: 'RalewayBold';
font-size: 12px;
color: #222;
text-transform: uppercase;
}
.filter-mobile .widget_price_filter {
border: 0;
padding: 0;
margin-bottom: 15px;
}
.filter-mobile .widget_price_filter .price_slider_wrapper {
padding: 0;
}
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount #min_price,
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount #max_price {
border-radius: 20px;
border: 1px solid #e1e1e1;
text-align: center;
height: 40px;
font-size: 14px;
color: #7d7d7d;
font-family: 'RalewayMedium';
margin-bottom: 15px;
}
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
font-size: 14px;
color: #7d7d7d;
font-family: 'RalewayMedium';
line-height: 40px;
}
.rtl .filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
float: left;
}
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount button {
height: 40px;
width: 48%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 40px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.rtl .filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount button {
float: right;
}
.filter-mobile .widget_layered_nav {
margin-bottom: 10px;
}
.filter-mobile .widget_layered_nav ul {
overflow: hidden;
}
.filter-mobile .widget_layered_nav ul > li {
font-size: 14px;
color: #7d7d7d;
font-family: 'RalewayMedium';
line-height: 28px;
float: left;
}
.rtl .filter-mobile .widget_layered_nav ul > li {
float: right;
}
.rtl .filter-mobile .widget_layered_nav ul > li a {
margin-left: 10px;
margin-right: 0;
}
.filter-mobile .widget_layered_nav ul > li a {
color: #7d7d7d;
display: inline-block;
width: 52px;
height: 40px;
background-color: #f2f2f2;
font-size: 12px;
font-family: 'RalewayBold';
color: #222;
margin-right: 10px;
line-height: 40px;
text-align: center;
}
.filter-mobile .widget_layered_nav ul > li a:hover {
background-color: #ff5c00;
color: #fff;
}
.filter-mobile .widget_layered_nav ul > li .count {
display: none;
}
.home.mobile-layout .body-wrapper .body-wrapper-inner > .container {
padding-top: 0;
}
.mobile-layout .body-wrapper .body-wrapper-inner > .container {
position: relative;
padding-top: 10px;
}
.mobile-layout .body-wrapper .body-wrapper-inner > .container.open:before {
content: '';
width: 100%;
height: 100%;
display: block;
background: rgba(0,0,0,0.8);
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 1px;
z-index: 10;
}
.woocommerce-checkout.mobile-layout .checkout #payment #place_order {
height: 40px;
width: 100%;
background-color: #ff5c00;
text-align: center;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-family: 'RalewayBold';
margin: 0;
border: 0;
line-height: 40px;
padding: 0;
border-radius: 20px;
box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.woocommerce-checkout.mobile-layout h3 {
font-size: 13px;
color: #222;
font-family: 'RalewayBold';
text-transform: uppercase;
}
.woocommerce-wishlist.mobile-layout form table.shop_table {
border-radius: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table tr {
border: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table tr td {
border: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table thead th {
border: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table tfoot {
border: 0;
}
.tax-product_cat.mobile-layout .body-wrapper > .container {
padding-top: 0;
}
@media (min-width: 481px) {
.mobile-layout .body-wrapper {
margin: 0 auto;
max-width: 480px;
}
.woocommerce-order-received.mobile-layout h2 {
font-size: 13px;
text-transform: uppercase;
font-family: 'RalewayBold';
color: #222;
}
.woocommerce-order-received.mobile-layout .order_details li {
margin-right: 1em;
}
.woocommerce-order-received.mobile-layout table.shop_table {
border-radius: 0;
}
.woocommerce-order-received.mobile-layout table.shop_table tr {
border-top: 1px solid #ccc;
}
.woocommerce-order-received.mobile-layout table.shop_table th,
.woocommerce-order-received.mobile-layout table.shop_table td {
border: 0;
}
}
@media (max-width: 480px) {
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name {
display: inline-block;
white-space: nowrap;
width: 12em;
overflow: hidden;
text-overflow: ellipsis;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-quantity {
width: 140px;
}
}
@media (min-width: 410px) {
.mobile-layout .products-wrapper .products-loop.grid >li {
float: left;
width: 50%;
}
}
@media (max-width: 414px) {
.style-moblie.style2:before {
opacity: 1;
color: #222;
font-size: 32px;
}
.woocommerce-order-received.mobile-layout h2 {
font-size: 13px;
text-transform: uppercase;
font-family: 'RalewayBold';
color: #222;
}
.woocommerce-order-received.mobile-layout .order_details li {
float: none;
padding-right: 0;
margin-right: 0;
margin-bottom: 15px;
border: 0;
}
.woocommerce-order-received.mobile-layout table.shop_table {
border-radius: 0;
}
.woocommerce-order-received.mobile-layout table.shop_table tr {
border-top: 1px solid #ccc;
}
.woocommerce-order-received.mobile-layout table.shop_table th,
.woocommerce-order-received.mobile-layout table.shop_table td {
border: 0;
}
}
@media (max-width: 360px) {
.header-mobile-style1 .mobile-search .top-form.top-search,
.header-mobile-style2 .mobile-search .top-form.top-search {
width: 175px;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
min-width: 250px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
width: 100%;
margin-bottom: 10px;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
text-align: left;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li {
float: none;
display: inline-block;
vertical-align: top;
white-space: normal;
margin: 0 10px 0 0;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li > a {
font-size: 11px;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.revo_resmenu {
height: 355px;
}
.sw-ajax-categories .resp-listing-container .item-product-cat {
width: 50%;
}
.sw-ajax-categories.style-moblie:hover:before {
opacity: 1;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity input {
width: 40px;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity input {
width: 30px;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity .minus {
background-position: -20px -1685px;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity .plus {
background-position: -11px -1665px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .add_to_cart_button,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_external,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_grouped,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .single_add_to_cart_button {
width: 120px;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info {
bottom: 160px;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content h4 {
margin-bottom: 5px;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author {
float: none;
}
.block-mobile .info .inner {
text-align: center;
}
.block-mobile .info .inner i {
display: inline-block;
font-size: 24px;
float: none;
}
.rtl .block-mobile .info .inner i {
float: none;
}
.block-mobile .info .inner .info-content {
padding: 0;
}
.rtl .block-mobile .info .inner .info-content {
padding: 0;
}
.products-wrapper .products-loop {
margin: 0;
}
.single-product.mobile-layout > .tabs .tabbable .nav.nav-tabs li {
width: auto;
}
.single-product.mobile-layout > .tabs .tabbable .nav.nav-tabs li a {
width: auto;
}
.mobile-layout.single-product .single-product > .tabs .tabbable .nav.nav-tabs li {
width: auto !important;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-description p {
width: 290px;
}
.mobile-layout .pagination ul li a.next,
.mobile-layout .pagination ul li a.prev {
width: 32px;
text-indent: -9999px;
position: relative;
}
.mobile-layout .pagination ul li a.next:before,
.mobile-layout .pagination ul li a.prev:before {
position: absolute;
text-indent: 0;
display: inline-block;
font-size: 16px;
color: #999;
font-family: 'FontAwesome';
top: 0;
right: 0;
bottom: 0;
left: 0;
line-height: 30px;
}
.mobile-layout .pagination ul li a.next:before {
content: '\f105';
}
.mobile-layout .pagination ul li a.prev:before {
content: '\f104';
}
.mobile-layout.rtl .pagination ul li a.next:before {
content: '\f104';
}
.mobile-layout.rtl .pagination ul li a.prev:before {
content: '\f105';
}
.search-results.mobile-layout .content_list_product ul > li .item-wrap .item-detail .item-content h4 {
white-space: nowrap;
width: 110px;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
margin: 0 auto 5px;
}
.search-results.mobile-layout .content_list_product ul > li .item-wrap .item-detail .item-content .item-bottom {
display: none;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a .menu-text {
display: none;
}
.countdown-mobile:before,
.best-selling-mobile:before {
opacity: 1;
}
.block-mobile {
margin-bottom: 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item {
margin-bottom: 5px;
}
}
.mobile-layout.rtl .header-mobile-style3 .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
right: 0;
left: auto;
}
.header-mobile-style3 .header-top-mobile {
padding: 15px 0 0px;
text-align: center;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu {
text-align: left;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
display: block;
padding: 0;
margin: 0 0 0 10px;
cursor: pointer;
width: 26px;
height: 26px;
background-color: #e3e3e3;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius: 3px;
}
.rtl .header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
margin: 0 10px 0 0;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar {
width: 16px !important;
background-color: #ff5c00;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar {
height: 2px;
width: 16px;
margin: 3px 0px 3px 4px;
background: #000;
display: block;
right: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.rtl .header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar {
margin: 3px 4px 3px 0;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1) {
width: 12px;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3) {
width: 12px;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .vertical-megamenu {
opacity: 0;
visibility: hidden;
height: 0;
width: 0;
}
.header-mobile-style3 .revo-logo {
display: inline-block;
margin: 0;
}
.header-mobile-style3 .header-right {
display: inline-block;
overflow: hidden;
margin: 0 10px 0 0;
}
.rtl .header-mobile-style3 .header-right {
margin: 0 0 0 10px;
}
.rtl .header-mobile-style3 .header-right .header-wishlist {
float: right;
}
.header-mobile-style3 .header-right .header-wishlist {
float: left;
}
.header-mobile-style3 .header-right .header-wishlist a {
font-size: 16px;
}
.header-mobile-style3 .header-right .header-cart {
float: right;
margin: 0 8px 0 10px;
}
.rtl .header-mobile-style3 .header-right .header-cart {
float: left;
margin: 0 10px 0 8px;
}
.rtl .header-mobile-style3 .header-right .header-cart a .minicart-number {
left: 8px;
right: auto;
}
.header-mobile-style3 .header-right .header-cart a {
text-indent: -9999px;
display: inline-block;
width: 17px;
height: 19px;
background: url(../assets/img/icon-cart2.png) no-repeat center center;
}
.header-mobile-style3 .header-right .header-cart a .minicart-number {
display: inline-block;
width: 17px;
height: 17px;
text-indent: 0;
position: absolute;
top: 10px;
right: 8px;
background-color: #b71d12;
color: #fff;
border-radius: 50%;
font-size: 11px;
}
.header-mobile-style3 .mobile-search {
display: block;
overflow: hidden;
margin-top: 8px;
}
.header-mobile-style3 .mobile-search .top-form.top-search {
display: block;
position: relative;
padding: 0;
float: none;
border-top: 1px solid #e8e8e8;
}
.header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper {
display: none;
}
.header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry input[type="text"] {
width: 100%;
height: 36px;
border: 0;
border-radius: 0;
padding: 0 10px;
font-size: 12px;
color: #9c9c9c;
margin-bottom: 0;
}
.header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro {
position: absolute;
top: 0px;
right: 5px;
color: #c0c0c0;
background-color: #fff;
border: 0;
font-size: 15px;
height: 36px;
line-height: 36px;
}
.rtl .header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro {
left: 5px;
right: auto;
}
.style-moblie.style2 {
margin: 17px 0 15px;
}
.style-moblie.style2 .block-title h2 {
font-family: 'RalewayBold';
font-size: 16px;
text-transform: uppercase;
color: #222;
text-align: center;
margin-bottom: 17px;
}
.style-moblie.style2 .resp-slider-container >div.items-wrapper >.item {
width: 235px;
}
.style-moblie.style2 .resp-slider-container >div.items-wrapper >.item .item-wrap .item-detail .item-content {
padding-top: 15px;
}
.style-moblie.style2 .resp-slider-container >div.items-wrapper >.item .item-wrap .item-detail .item-content h4 {
margin-bottom: 10px;
}
.style-moblie.style2 .resp-slider-container >div.items-wrapper >.item .item-wrap .item-detail .item-content h4 a {
color: #222;
font-size: 14px;
font-family: 'RalewayMedium';
opacity: 1;
}
.style-moblie.style2 .resp-slider-container >div.items-wrapper >.item .item-wrap .item-detail .item-content h4 a:hover {
color: #ff5c00;
}
.style-moblie.style2 .resp-slider-container >div.items-wrapper >.item .item-wrap .item-detail .item-content .item-price {
opacity: 1;
font-size: 16px;
color: #222;
}
.sw-hotdeal .sw-hotdeal-content .item-product {
padding: 0 5px;
margin-bottom: 10px;
}
.sw-hotdeal .sw-hotdeal-content .item-product .item-detail {
border: 1px solid #e8e8e8;
}
.sw-hotdeal .sw-hotdeal-content .item-product .item-detail .products-thumb span.onsale {
display: none;
}
.sw-hotdeal .sw-hotdeal-content .item-product .item-detail .item-content {
text-align: center;
padding-bottom: 10px;
}
.sw-hotdeal .sw-hotdeal-content .item-product .item-detail .item-content h4 a {
font-size: 14px;
font-family: 'RalewayMedium';
color: #222;
}
.sw-hotdeal .sw-hotdeal-content .item-product .item-detail .item-content h4 a:hover {
color: #ff5c00;
}
.sw-hotdeal .sw-hotdeal-content .item-product .item-detail .item-content .item-price {
display: inline-block;
}
.sw-hotdeal .sw-hotdeal-content .item-product .item-detail .item-content .item-price del {
line-height: 20px;
}
.footer-mstyle2 {
min-height: auto;
position: relative;
}
.footer-mstyle2.open .footer-container {
background-color: transparent;
height: auto;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.footer-mstyle2.open .footer-container .footer-open {
background: url(../assets/img/footer-open.png) no-repeat center center;
top: -29px;
height: 30px;
width: 65px;
z-index: 99;
}
.footer-mstyle2.open .footer-container ul.mobile_menu2 {
opacity: 1;
visibility: visible;
-webkit-transform: translate(0,0px);
-moz-transform: translate(0,0px);
-o-transform: translate(0,0px);
-ms-transform: translate(0,0px);
transform: translate(0,0px);
}
.footer-mstyle2 .footer-container {
position: fixed;
bottom: -2px;
left: 0;
height: 0;
z-index: 999;
width: 100%;
background-color: rgba(0,0,0,0.9);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.footer-mstyle2 .footer-container .footer-open {
display: inline-block;
position: absolute;
left: 50%;
margin-left: -33px;
bottom: 2px;
height: 30px;
width: 65px;
background: url(../assets/img/footer-open.png) no-repeat center center;
}
.footer-mstyle2 .footer-container ul.mobile_menu2 {
background-color: rgba(0,0,0,0.9);
margin: 0;
position: relative;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translate(0,350px);
-moz-transform: translate(0,350px);
-o-transform: translate(0,350px);
-ms-transform: translate(0,350px);
transform: translate(0,350px);
padding: 10px 5px 5px;
}
.footer-mstyle2 .footer-container ul.mobile_menu2 > li {
float: left;
display: inline-block;
position: relative;
width: 25%;
padding: 5px;
}
.footer-mstyle2 .footer-container ul.mobile_menu2 > li > a {
padding: 15px 5px 40px;
text-align: center;
font-family: 'RalewayMedium';
background-color: #222;
color: #fff;
}
.footer-mstyle2 .footer-container ul.mobile_menu2 > li > a:hover,
.footer-mstyle2 .footer-container ul.mobile_menu2 > li > a:focus {
background: none;
}
.footer-mstyle2 .footer-container ul.mobile_menu2 > li > a .menu-title {
position: relative;
bottom: -60px;
display: block;
font-size: 13px;
color: #8d8d8d;
}
.footer-mstyle2 .footer-container ul.mobile_menu2 > li > a .menu-img {
display: inline-block;
margin-top: -5px;
}
@media (max-width: 479px) {
.sw-hotdeal {
margin: 0 -5px;
}
.sw-hotdeal .sw-hotdeal-content .item-product {
float: left;
width: 50%;
}
}
@media (max-width: 360px) {
.footer-mstyle2 .footer-container ul.mobile_menu2 > li > a .menu-img {
margin: 0;
}
.footer-mstyle2.open .footer-container {
height: 66px;
}
.footer-mstyle2.open .footer-container ul.mobile_menu2 > li > a {
padding: 10px 0;
}
.footer-mstyle2.open .footer-container ul.mobile_menu2 > li > a .menu-title {
display: none;
}
}
| 0.213213 | 0.030043 |
[class^="icon-"], [class*=" icon-"] {
font-family: 'fontello';
font-style: normal;
font-weight: normal;
/* fix buttons height */
line-height: 1em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
}
.icon-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-basket { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-bag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-basket-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-basket-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-basket-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-basket-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-grid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-gift { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-large-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-large { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-large-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-picture { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-large-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-cancel-circled-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-heart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-heart-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-star-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-thumbs-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-heart-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-photo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-note { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-ok-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-spin1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-spin2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-spin3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-spin4 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-spin5 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-spin6 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-table { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-laptop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-mobile { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-cart-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-cart-arrow-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
assets/fontello/css/fontello-ie7.css
|
[class^="icon-"], [class*=" icon-"] {
font-family: 'fontello';
font-style: normal;
font-weight: normal;
/* fix buttons height */
line-height: 1em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
}
.icon-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-basket { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-bag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-basket-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-basket-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-basket-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-basket-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-grid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-gift { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-large-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-large { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-large-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-picture { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-large-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-cancel-circled-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-heart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-heart-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-star-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-thumbs-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-heart-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-photo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-note { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-ok-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-spin1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-spin2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-spin3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-spin4 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-spin5 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-spin6 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-table { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-laptop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-mobile { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-cart-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-cart-arrow-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
| 0.186613 | 0.108921 |
body {
font-family: "Mont";
}
p, h3 {
line-height: 150%;
}
h3 {
font-size: 1.125rem;
color: #0a1765;
font-size: 25px;
}
header {
background-image: url("../img/background_header.jpg");
background-repeat: no-repeat;
background-size: cover;
height: 100%;
width: 100vw;
margin-bottom: 30px;
}
header nav ul {
color: white;
list-style-type: none;
margin-right: 7vw;
margin-left: 7vw;
padding: 0;
overflow: hidden;
}
header nav ul li {
margin-top: 30px;
float: right;
display: block;
color: white;
text-align: center;
transition: 0.3s;
padding: 0px 15px;
text-decoration: none;
}
header nav ul li.connexion {
margin-top: 41px;
margin-right: 3vw;
color: #0a1765;
}
header nav ul li.name {
margin-top: 2.85%;
margin-right: 15px;
}
header nav ul li.connexion:hover {
font-weight: 600;
color: #0a1765;
cursor: pointer;
}
header nav ul li:hover:not(li.name) {
cursor: pointer;
color: #EE7256;
}
header nav ul li.logo {
float: left;
}
header nav ul li.button {
margin-top: 2%;
}
h1 {
color: #0a1765;
text-align: left;
margin: 9% auto;
width: 60%;
font-size: 3.25rem;
font-weight: 700;
line-height: 4.25rem;
}
main h2 {
color: #EE7256;
font-size: 1.375rem;
}
.other-event {
margin-top: 3vh;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
width: 56vw;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
display: flex;
}
main article div:nth-child(2) {
display: flex;
flex-direction: column;
}
main article div:nth-child(2) .part h3 {
font-size : 18px;
font-weight: 600;
width: 200px;
margin-left: 18%;
margin-right: auto;
margin-top: 24%;
}
.button__event {
margin-left: 18%;
margin-top: 32px;
border: none;
color: #fff;
text-align: center;
text-decoration: none;
padding: 12px 47px;
border-radius: 4px;
font-weight: 600;
background: #EE7256;
}
.button__event:hover {
cursor: pointer;
}
main article div:nth-child(2) .part.avis {
height: 40px;
flex-direction: row;
}
main article div:nth-child(2) .part.avis.marwane {
margin-left: 18%;
height: 40px;
margin-top: 10%;
flex-direction: row;
}
main article div:nth-child(2) .part.avis .buttonlike {
margin-left: 7%;
width: 40px;
height: 40px;
background-color: #F5F8FB;
border-radius: 20px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
main article div:nth-child(2) .part.avis .buttonlike:hover {
border: 3px solid #0a1765;
}
main article div:nth-child(2) .part.avis .buttonlike img {
display: block;
margin: auto;
margin-top: 20%;
width: 18px;
height: 18px;
}
main article div:nth-child(2) .part.avis p {
color: #738094;
line-height: 2.5rem;
flex-grow: 1;
margin-left: 7%;
font-weight: 600;
}
main article div:nth-child(2) .part.avis p :hover{
color: #0a1765;
font-weight: 600;
}
main article div:nth-child(2) .part .button {
width: 127px;
height: 41px;
margin-left: 7%;
margin-top: 10%;
width: 127px;
}
.button {
background-color: #EE7256;
border-radius: 4px;
height: 40px;
transition: 0.3s;
color:white;
font-weight: 600;
}
.button:hover {
background-color: #0a1765;
cursor: pointer;
}
.button p {
font-weight: 600;
text-align: center;
line-height: 2.5rem;
color: white;
}
.button a {
text-decoration: none;
}
.avatar {
width: 60px;
height: 60px;
border-radius: 50%;
}
.input {
border-radius: 2px;
box-shadow: 1px 1px 10px 2px #e3e5e9;
border: 1px solid #fff;
padding: 1.6rem;
cursor: pointer;
}
.comments {
margin-top: 50px;
}
.comment{
display: flex;
margin-top: 30px;
background: white;
box-shadow: 1px 1px 10px 2px #e3e5e9;
padding: 15px;
}
.comment__author {
font-weight: 600;
color: #0a1765;
}
.comment__description {
font-weight: 500;
color: #738094;
margin-top: 10px;
}
.comment__avatar{
float: left;
flex: none;
margin: 0 1.6rem 0 0;
}
.comment__text {
flex: auto;
}
.comment__author {
margin: 0 0.8rem 12px 0;
line-height: 1;
}
.comment__description {
font-weight: 500;
}
input {
margin: 0px 0px 25.5938px;
width: 100%;
height: 158px;
}
.commentform {
margin-top: 30px;
padding-bottom: 60px;
width: 100%;
}
.commentform__avatar {
margin: 0 1.6rem 0 0;
grid-column-start: 1;
grid-row-start: 2;
}
.commentform__field {
grid-column: 0.5;
grid-row-start: 2;
margin: 0 0 1.6rem 0;
height: 200px;
width: 800px;
cursor: text;
}
.commentform__button {
grid-column-start: 2;
grid-row-start: 3;
height: 41px;
font-size: 16px;
}
footer {
background-image: url("../img/footer.jpg");
background-size: cover;
height: 382px;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
footer nav ul {
list-style-type: none;
}
footer nav ul li {
width: 33%;
font-weight: 600;
color: white;
display: inline-block;
text-align: center;
padding: 0px 0px;
transition: 0.3s;
text-decoration: none;
}
footer nav ul.socialnetwork {
margin-top: 30px;
width: 250px;
margin-left: auto;
margin-right: auto;
}
footer nav ul.socialnetwork li {
margin: auto;
width: 80px;
}
footer nav ul li {
width: 33%;
font-family: "Mont";
font-weight: 600;
color: white;
display: inline-block;
text-align: center;
padding: 0px 0px;
transition: 0.3s;
text-decoration: none;
}
footer nav ul li:hover{
cursor: pointer;
}
/* ----------------------------- pop up ------------------------------- */
.pop-up {
position: relative;
visibility: hidden;
background: rgba(255, 255, 255, 0.99);
padding: 30px;
width: 550px;
height: 530px;
position: fixed;
margin: auto auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 10px;
border-style: solid;
border-width: 3px;
border-color: #EE7256;
}
.pop-up.s2{
height: 430px;
}
.visible {
visibility: visible;
}
.close-icon {
content: url("../img/close.svg");
display: block;
width: 30px;
height: 30px;
position: absolute;
top: 20px;
right: 20px;
cursor:pointer;
}
.big__title2{
height: 32px;
font-size: 2rem;
text-align: center;
font-family: "Mont";
font-weight: 700;
color: #0a1765;
padding-left: 30px;
}
.pop-up p{
margin-top:20px;
width: 400px;
margin-left:40px;
text-align: center;
line-height: 24px;
color: #EE7256;
}
.pop-up form{
margin-left: 9%;
margin-top: 20px;
}
.pop-up form input{
width: 400px;
height: 60px;
margin-bottom: 35px;
border: none;
background-color: #F5F8FB;
border-radius: 8px;
padding-left: 15px;
}
.pop-up form input[type=submit]{
margin-left: 20%;
width: 200px;
background-color: #EE7256;
color: #F5F8FB;
font-size: 16px;
font-weight: 600;
}
.pop-up form input[type=submit]:hover{
cursor: pointer;
background-color: #0a1765;
}
::placeholder{
font-size: 15px;
margin-left: 10px;
}
.disconnection {
background-color: #EE7256;
border-radius: 4px;
height: 40px;
transition: 0.3s;
color:white;
font-weight: 600;
}
/* FIXME: */
/* Ceci est sale mais ça marche */
div.button {
position: relative;
}
div.button > a {
position: absolute;
top: 35%;
left: 50%;
transform: translateX(-50%);
}
/* API METEO */
.weather {
position: fixed;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
height: 150px;
width: 15%;
background: #fff;
box-shadow: 0px 0px 10px 1px rgba(195, 195, 224, 0.2);
bottom: 0%;
left: 0;
}
/* ------------------------------- main event ------------------------ */
.main-event {
width: 800px;
margin: 0 auto;
display: flex;
flex-direction: column;
}
.main-event-infos {
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
display: flex;
flex-direction: column;
width: 100%;
background: white;
}
.main-event-header img {
height: 100%;
}
.main-event-header {
display: flex;
flex-direction: row;
}
.main-event-title-section {
padding: 20px 20px 10px 20px;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.event-description {
padding: 20px;
line-height: 1.5;
}
.none {
display: none;
}
.delete-post {
display: flex;
justify-content: flex-end;
}
.like {
background-color: rgb(240, 240, 240);
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
border: none;
padding: 15px;
display: inline-block;
border-radius: 50%;
}
.number {
padding: 0 10px;
}
.button__tooling {
width: 100px;
padding-top: 12px;
padding-bottom: 12px;
background: #EE7256;
color: #fff;
border-radius: 4px;
font-weight: bold;
border: none;
}
.button__tooling--bottom {
margin-top: 12px;
}
.post-date {
color: #EE7256;
font-size: 12px;
}
.buttons__thumbs {
display: flex;
flex-direction: row;
}
|
src/css/style.css
|
body {
font-family: "Mont";
}
p, h3 {
line-height: 150%;
}
h3 {
font-size: 1.125rem;
color: #0a1765;
font-size: 25px;
}
header {
background-image: url("../img/background_header.jpg");
background-repeat: no-repeat;
background-size: cover;
height: 100%;
width: 100vw;
margin-bottom: 30px;
}
header nav ul {
color: white;
list-style-type: none;
margin-right: 7vw;
margin-left: 7vw;
padding: 0;
overflow: hidden;
}
header nav ul li {
margin-top: 30px;
float: right;
display: block;
color: white;
text-align: center;
transition: 0.3s;
padding: 0px 15px;
text-decoration: none;
}
header nav ul li.connexion {
margin-top: 41px;
margin-right: 3vw;
color: #0a1765;
}
header nav ul li.name {
margin-top: 2.85%;
margin-right: 15px;
}
header nav ul li.connexion:hover {
font-weight: 600;
color: #0a1765;
cursor: pointer;
}
header nav ul li:hover:not(li.name) {
cursor: pointer;
color: #EE7256;
}
header nav ul li.logo {
float: left;
}
header nav ul li.button {
margin-top: 2%;
}
h1 {
color: #0a1765;
text-align: left;
margin: 9% auto;
width: 60%;
font-size: 3.25rem;
font-weight: 700;
line-height: 4.25rem;
}
main h2 {
color: #EE7256;
font-size: 1.375rem;
}
.other-event {
margin-top: 3vh;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
width: 56vw;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
display: flex;
}
main article div:nth-child(2) {
display: flex;
flex-direction: column;
}
main article div:nth-child(2) .part h3 {
font-size : 18px;
font-weight: 600;
width: 200px;
margin-left: 18%;
margin-right: auto;
margin-top: 24%;
}
.button__event {
margin-left: 18%;
margin-top: 32px;
border: none;
color: #fff;
text-align: center;
text-decoration: none;
padding: 12px 47px;
border-radius: 4px;
font-weight: 600;
background: #EE7256;
}
.button__event:hover {
cursor: pointer;
}
main article div:nth-child(2) .part.avis {
height: 40px;
flex-direction: row;
}
main article div:nth-child(2) .part.avis.marwane {
margin-left: 18%;
height: 40px;
margin-top: 10%;
flex-direction: row;
}
main article div:nth-child(2) .part.avis .buttonlike {
margin-left: 7%;
width: 40px;
height: 40px;
background-color: #F5F8FB;
border-radius: 20px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
main article div:nth-child(2) .part.avis .buttonlike:hover {
border: 3px solid #0a1765;
}
main article div:nth-child(2) .part.avis .buttonlike img {
display: block;
margin: auto;
margin-top: 20%;
width: 18px;
height: 18px;
}
main article div:nth-child(2) .part.avis p {
color: #738094;
line-height: 2.5rem;
flex-grow: 1;
margin-left: 7%;
font-weight: 600;
}
main article div:nth-child(2) .part.avis p :hover{
color: #0a1765;
font-weight: 600;
}
main article div:nth-child(2) .part .button {
width: 127px;
height: 41px;
margin-left: 7%;
margin-top: 10%;
width: 127px;
}
.button {
background-color: #EE7256;
border-radius: 4px;
height: 40px;
transition: 0.3s;
color:white;
font-weight: 600;
}
.button:hover {
background-color: #0a1765;
cursor: pointer;
}
.button p {
font-weight: 600;
text-align: center;
line-height: 2.5rem;
color: white;
}
.button a {
text-decoration: none;
}
.avatar {
width: 60px;
height: 60px;
border-radius: 50%;
}
.input {
border-radius: 2px;
box-shadow: 1px 1px 10px 2px #e3e5e9;
border: 1px solid #fff;
padding: 1.6rem;
cursor: pointer;
}
.comments {
margin-top: 50px;
}
.comment{
display: flex;
margin-top: 30px;
background: white;
box-shadow: 1px 1px 10px 2px #e3e5e9;
padding: 15px;
}
.comment__author {
font-weight: 600;
color: #0a1765;
}
.comment__description {
font-weight: 500;
color: #738094;
margin-top: 10px;
}
.comment__avatar{
float: left;
flex: none;
margin: 0 1.6rem 0 0;
}
.comment__text {
flex: auto;
}
.comment__author {
margin: 0 0.8rem 12px 0;
line-height: 1;
}
.comment__description {
font-weight: 500;
}
input {
margin: 0px 0px 25.5938px;
width: 100%;
height: 158px;
}
.commentform {
margin-top: 30px;
padding-bottom: 60px;
width: 100%;
}
.commentform__avatar {
margin: 0 1.6rem 0 0;
grid-column-start: 1;
grid-row-start: 2;
}
.commentform__field {
grid-column: 0.5;
grid-row-start: 2;
margin: 0 0 1.6rem 0;
height: 200px;
width: 800px;
cursor: text;
}
.commentform__button {
grid-column-start: 2;
grid-row-start: 3;
height: 41px;
font-size: 16px;
}
footer {
background-image: url("../img/footer.jpg");
background-size: cover;
height: 382px;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
footer nav ul {
list-style-type: none;
}
footer nav ul li {
width: 33%;
font-weight: 600;
color: white;
display: inline-block;
text-align: center;
padding: 0px 0px;
transition: 0.3s;
text-decoration: none;
}
footer nav ul.socialnetwork {
margin-top: 30px;
width: 250px;
margin-left: auto;
margin-right: auto;
}
footer nav ul.socialnetwork li {
margin: auto;
width: 80px;
}
footer nav ul li {
width: 33%;
font-family: "Mont";
font-weight: 600;
color: white;
display: inline-block;
text-align: center;
padding: 0px 0px;
transition: 0.3s;
text-decoration: none;
}
footer nav ul li:hover{
cursor: pointer;
}
/* ----------------------------- pop up ------------------------------- */
.pop-up {
position: relative;
visibility: hidden;
background: rgba(255, 255, 255, 0.99);
padding: 30px;
width: 550px;
height: 530px;
position: fixed;
margin: auto auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 10px;
border-style: solid;
border-width: 3px;
border-color: #EE7256;
}
.pop-up.s2{
height: 430px;
}
.visible {
visibility: visible;
}
.close-icon {
content: url("../img/close.svg");
display: block;
width: 30px;
height: 30px;
position: absolute;
top: 20px;
right: 20px;
cursor:pointer;
}
.big__title2{
height: 32px;
font-size: 2rem;
text-align: center;
font-family: "Mont";
font-weight: 700;
color: #0a1765;
padding-left: 30px;
}
.pop-up p{
margin-top:20px;
width: 400px;
margin-left:40px;
text-align: center;
line-height: 24px;
color: #EE7256;
}
.pop-up form{
margin-left: 9%;
margin-top: 20px;
}
.pop-up form input{
width: 400px;
height: 60px;
margin-bottom: 35px;
border: none;
background-color: #F5F8FB;
border-radius: 8px;
padding-left: 15px;
}
.pop-up form input[type=submit]{
margin-left: 20%;
width: 200px;
background-color: #EE7256;
color: #F5F8FB;
font-size: 16px;
font-weight: 600;
}
.pop-up form input[type=submit]:hover{
cursor: pointer;
background-color: #0a1765;
}
::placeholder{
font-size: 15px;
margin-left: 10px;
}
.disconnection {
background-color: #EE7256;
border-radius: 4px;
height: 40px;
transition: 0.3s;
color:white;
font-weight: 600;
}
/* FIXME: */
/* Ceci est sale mais ça marche */
div.button {
position: relative;
}
div.button > a {
position: absolute;
top: 35%;
left: 50%;
transform: translateX(-50%);
}
/* API METEO */
.weather {
position: fixed;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
height: 150px;
width: 15%;
background: #fff;
box-shadow: 0px 0px 10px 1px rgba(195, 195, 224, 0.2);
bottom: 0%;
left: 0;
}
/* ------------------------------- main event ------------------------ */
.main-event {
width: 800px;
margin: 0 auto;
display: flex;
flex-direction: column;
}
.main-event-infos {
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
display: flex;
flex-direction: column;
width: 100%;
background: white;
}
.main-event-header img {
height: 100%;
}
.main-event-header {
display: flex;
flex-direction: row;
}
.main-event-title-section {
padding: 20px 20px 10px 20px;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.event-description {
padding: 20px;
line-height: 1.5;
}
.none {
display: none;
}
.delete-post {
display: flex;
justify-content: flex-end;
}
.like {
background-color: rgb(240, 240, 240);
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
border: none;
padding: 15px;
display: inline-block;
border-radius: 50%;
}
.number {
padding: 0 10px;
}
.button__tooling {
width: 100px;
padding-top: 12px;
padding-bottom: 12px;
background: #EE7256;
color: #fff;
border-radius: 4px;
font-weight: bold;
border: none;
}
.button__tooling--bottom {
margin-top: 12px;
}
.post-date {
color: #EE7256;
font-size: 12px;
}
.buttons__thumbs {
display: flex;
flex-direction: row;
}
| 0.449876 | 0.066448 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("rischiocalcolato.it") {
/* background globale */
body {
line-height: 155%;
background-color: #021104 !important;
}
/*semi-sfondo*/
#section-rc {
border-color: #000e00 !important;
background: #000e00 !important;
background-color: #021104 !important;
border-color: #0CB137 rgba(48, 125, 60, 0.7) rgba(14, 170, 65, 0.7) !important;
}
figcaption, section, header, hgroup, details, footer, article, aside, figure, menu, nav {
background: #002700 none repeat scroll 0% 0% !important;
border-radius: 10px;
border-color: #0CB137 rgba(48, 125, 60, 0.7) rgba(14, 170, 65, 0.7)!important;
}
#widgetAreaTop {
background: url("http://dumpshare.net/images/7086904background_widget5.jpg") repeat scroll 0px 0px;
}
#logo {
background: transparent url("http://dumpshare.net/images/5553895logorc5.jpg") no-repeat scroll 50% 0px;
}
/*menù */
#menu-primary li {
background-color: #34D21D;
}
#menu-primary li a {
color: rgb(41, 242, 20);
background-color: #091e09;
border-radius: 10px;
}
.subPrimaryMenu li a {
border: 1px solid rgba(168, 255, 0, 0.2);
color: #00FF1E;
}
#menu-primary .sf-with-ul {
color: rgb(41, 242, 20);
background-color: #091e09;
border-radius: 10px;
}
/* Home */
.widgetizedpost li.rcpost {
border-color: -moz-use-text-color -moz-use-text-color #255F29;
background-color: #091e09 !important;
border-radius: 5px;
}
#blockLeftTop .widgetizedpost {
background-color: #000;
border: 1px solid #1C774D;
}
/*aticoli più visti*/
#blockRightTop .widgetBelow ul {
background-color: #133216;
border-color: #135306;
}
#blockRightTop .widgetBelow li a {
color: #1C8F42;
}
/*TESTO*/
/*scritte piccole*/
a {
color: #ADCC46;
}
/*titolo destra e sinistra*/
.widgetizedpost h2 a {
color: #39CC04;
}
#blockCenterTop h2 a {
color: #53AA26;
}
/*testo normale*/
.widgetizedpost p {
color: #0DA20D;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, button, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea, select {
color: #0DA20D;
}
/*titoli sezioni */
.widget h3 {
background-color: #007400;
color: #9FD413;
text-shadow: 0px 0px 2px #000;
}
.link-title-widget {
color: #CBC816;
}
#mainBlockRight {
background: #002700 none repeat scroll 0% 0% !important;
}
/*tweet (non funziona :( ) */
html, .SandboxRoot, .p-author .profile .p-name, .custom-timeline-owner-profile .p-name, .cards-base p, .cards-base p a, .timeline-header .custom-timeline-summary, .timeline-header .custom-timeline-summary a:link, .timeline-header .custom-timeline-summary a:visited, .timeline-header .summary, .timeline-header .summary a:link, .timeline-header .summary a:visited, .p-author a.profile:hover .p-name, .p-author a.profile:focus .p-name {
color: rgb(41, 242, 20) !important;
}
.timeline {
background-color: #031E06 !important;
}
.customisable-border {
border: 1px solid #1E7B14 !important;
}
a:link, a:visited, .stats span, .byline, .retweet-credit, .no-more-pane, .no-tweets-pane p, .p-geo, .cards-base .byline-user, .timeline-header .list-description {
color: #3BB01E !important;
}
.customisable, .customisable:link, .customisable:visited {
color: #9FFF00 !important;
}
/* container articoli */
.post-container {
background-color: #081500;
border: 1px solid #0B5D32;
border-radius: 3px;
}
/*conteiner laterale articoli*/
#block-right-single, .block-sidebar-all {
background-color: #053215;
border: 1px solid #0D6808;
}
/*disquis*/
/*text area*/
.textarea-wrapper {
background-color: #199523 none repeat scroll 0% 0%;
}
/*testo normal commenti*/
.post-content .post-message p {
color: #08D508 !important;
}
.post-content .post-message {
color: #08D508 !important;
}
body.dark {
color: #61FF26 !important;
}
.post-list {
color: #08D508 !important;
}
*, .btn-block, .input-block-level {
color: #08D508 !important;
}
.post-content .post-menu > li {
color: #08D508 !important;
}
body.dark .post-content .post-menu > li > a, body.dark .post-content header .parent-link {
color: #08D508 !important;
}
body.dark .dropdown .dropdown-toggle, body.dark .dropdown.open .dropdown-toggle {
color: #08D508 !important;
}
.post-content .post-message-container {
color: #08D508 !important;
}
.post-content header {
color: #08D508 !important;
}
.post-content .post-body {
color: #08D508 !important;
}
/* testo giallo comenti*/
body.dark .post-content footer .voting .vote-down, body.dark .post-content footer .voting .vote-up, body.dark .post-content footer a, body.dark .post-content header .voting .vote-down, body.dark .post-content header .voting .vote-up, body.dark .post-content header a {
color: #93B607;
}
.post-content .post-message p:last-child {
color: #93B607;
}
/*all commenti*/
a, abbr, acronym, address, blockquote, button, caption, cite, code, dd, del, dfn, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, img, label, legend, li, ol, p, pre, q, s, samp, small, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
color: #08D508;
}
#post-commentlist article blockquote, .article .entry-content blockquote
{
background: #001A00;
border: 1px solid #175F0C;
}
#post-commentlist article blockquote p, .article .entry-content blockquote p {
width: 87%;
margin: 0 auto 23px;
text-shadow: 0 1px 0 #021207;
}
}
|
data/usercss/118659.user.css
|
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("rischiocalcolato.it") {
/* background globale */
body {
line-height: 155%;
background-color: #021104 !important;
}
/*semi-sfondo*/
#section-rc {
border-color: #000e00 !important;
background: #000e00 !important;
background-color: #021104 !important;
border-color: #0CB137 rgba(48, 125, 60, 0.7) rgba(14, 170, 65, 0.7) !important;
}
figcaption, section, header, hgroup, details, footer, article, aside, figure, menu, nav {
background: #002700 none repeat scroll 0% 0% !important;
border-radius: 10px;
border-color: #0CB137 rgba(48, 125, 60, 0.7) rgba(14, 170, 65, 0.7)!important;
}
#widgetAreaTop {
background: url("http://dumpshare.net/images/7086904background_widget5.jpg") repeat scroll 0px 0px;
}
#logo {
background: transparent url("http://dumpshare.net/images/5553895logorc5.jpg") no-repeat scroll 50% 0px;
}
/*menù */
#menu-primary li {
background-color: #34D21D;
}
#menu-primary li a {
color: rgb(41, 242, 20);
background-color: #091e09;
border-radius: 10px;
}
.subPrimaryMenu li a {
border: 1px solid rgba(168, 255, 0, 0.2);
color: #00FF1E;
}
#menu-primary .sf-with-ul {
color: rgb(41, 242, 20);
background-color: #091e09;
border-radius: 10px;
}
/* Home */
.widgetizedpost li.rcpost {
border-color: -moz-use-text-color -moz-use-text-color #255F29;
background-color: #091e09 !important;
border-radius: 5px;
}
#blockLeftTop .widgetizedpost {
background-color: #000;
border: 1px solid #1C774D;
}
/*aticoli più visti*/
#blockRightTop .widgetBelow ul {
background-color: #133216;
border-color: #135306;
}
#blockRightTop .widgetBelow li a {
color: #1C8F42;
}
/*TESTO*/
/*scritte piccole*/
a {
color: #ADCC46;
}
/*titolo destra e sinistra*/
.widgetizedpost h2 a {
color: #39CC04;
}
#blockCenterTop h2 a {
color: #53AA26;
}
/*testo normale*/
.widgetizedpost p {
color: #0DA20D;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, button, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea, select {
color: #0DA20D;
}
/*titoli sezioni */
.widget h3 {
background-color: #007400;
color: #9FD413;
text-shadow: 0px 0px 2px #000;
}
.link-title-widget {
color: #CBC816;
}
#mainBlockRight {
background: #002700 none repeat scroll 0% 0% !important;
}
/*tweet (non funziona :( ) */
html, .SandboxRoot, .p-author .profile .p-name, .custom-timeline-owner-profile .p-name, .cards-base p, .cards-base p a, .timeline-header .custom-timeline-summary, .timeline-header .custom-timeline-summary a:link, .timeline-header .custom-timeline-summary a:visited, .timeline-header .summary, .timeline-header .summary a:link, .timeline-header .summary a:visited, .p-author a.profile:hover .p-name, .p-author a.profile:focus .p-name {
color: rgb(41, 242, 20) !important;
}
.timeline {
background-color: #031E06 !important;
}
.customisable-border {
border: 1px solid #1E7B14 !important;
}
a:link, a:visited, .stats span, .byline, .retweet-credit, .no-more-pane, .no-tweets-pane p, .p-geo, .cards-base .byline-user, .timeline-header .list-description {
color: #3BB01E !important;
}
.customisable, .customisable:link, .customisable:visited {
color: #9FFF00 !important;
}
/* container articoli */
.post-container {
background-color: #081500;
border: 1px solid #0B5D32;
border-radius: 3px;
}
/*conteiner laterale articoli*/
#block-right-single, .block-sidebar-all {
background-color: #053215;
border: 1px solid #0D6808;
}
/*disquis*/
/*text area*/
.textarea-wrapper {
background-color: #199523 none repeat scroll 0% 0%;
}
/*testo normal commenti*/
.post-content .post-message p {
color: #08D508 !important;
}
.post-content .post-message {
color: #08D508 !important;
}
body.dark {
color: #61FF26 !important;
}
.post-list {
color: #08D508 !important;
}
*, .btn-block, .input-block-level {
color: #08D508 !important;
}
.post-content .post-menu > li {
color: #08D508 !important;
}
body.dark .post-content .post-menu > li > a, body.dark .post-content header .parent-link {
color: #08D508 !important;
}
body.dark .dropdown .dropdown-toggle, body.dark .dropdown.open .dropdown-toggle {
color: #08D508 !important;
}
.post-content .post-message-container {
color: #08D508 !important;
}
.post-content header {
color: #08D508 !important;
}
.post-content .post-body {
color: #08D508 !important;
}
/* testo giallo comenti*/
body.dark .post-content footer .voting .vote-down, body.dark .post-content footer .voting .vote-up, body.dark .post-content footer a, body.dark .post-content header .voting .vote-down, body.dark .post-content header .voting .vote-up, body.dark .post-content header a {
color: #93B607;
}
.post-content .post-message p:last-child {
color: #93B607;
}
/*all commenti*/
a, abbr, acronym, address, blockquote, button, caption, cite, code, dd, del, dfn, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, img, label, legend, li, ol, p, pre, q, s, samp, small, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
color: #08D508;
}
#post-commentlist article blockquote, .article .entry-content blockquote
{
background: #001A00;
border: 1px solid #175F0C;
}
#post-commentlist article blockquote p, .article .entry-content blockquote p {
width: 87%;
margin: 0 auto 23px;
text-shadow: 0 1px 0 #021207;
}
}
| 0.16455 | 0.119254 |
ul {
list-style: none;
margin: 0 auto;
padding: 0px;
}
.search {
margin-right: 15px;
padding-top: 8px;
}
.posts {
width: 90%;
margin: 0 auto;
}
.global {
padding: 8px;
background-color: #cecece;
}
.friends {
padding: 8px;
background-color: #82d3d6;
}
.friendList {
padding: 8px;
background-color: #82d3d6;
width: 90% !important;
}
.friendPost {
padding: 8px;
background-color: #82d3d6;
width: 90% !important;
}
.post {
padding: 10px;
background-color: white;
margin-bottom: 2px;
margin-top: 2px;
}
.postContent {
margin-top: 5px;
}
.top {
width: 90%;
margin: 0 auto;
padding: 10px;
margin-top: 70px;
}
.followers {
padding-top: 50px;
font-size: 24pt;
}
.firstHeading {
margin-top: 50px;
}
.label1 {
width:100px;
}
.platform-name {
color: white !important;
}
textarea {
width: 90%;
}
.loadPrev {
}
#popup {
width: 200px;
height: 100px;
position: absolute;
padding: 5px;
background-color: #82d3d6;
display: none;
top: 1em;
right: 1em;
}
#wrongPassword, #unknownUser {
color: red;
}
.grandmother {
margin-top: 7px;
margin-left: 10px;
margin-bottom: 7px;
}
.navbar-brand-platform-name {
font-size: 20px;
color: white;
margin-left: 10px;
margin-top: 17px;
}
#navbarCollapse {
margin-top: 8px;
}
#loginHead div {
float: left;
clear: none;
}
.showPostsButtons {
margin-top: 5px;
margin-bottom: 5px;
}
.ifollowCount {
font-size: 25px;
}
.followersCount {
font-size: 25px;
}
#followButtons div {
float: left;
clear: none;
}
#followButton {
margin-right: 5px;
}
/*viewport specific*/
@media (max-width:768px) {
.followers {
width: 90% !important;
}
textarea {
width: 100%;
}
#counting {
margin-top: 1px;
}
}
@media (min-width:769px) {
.global {
width: 49% !important;
padding-left: 20px;
padding-right: 20px;
float: right;
margin: 0 auto;
}
.friends {
width: 49% !important;
padding-left: 20px;
padding-right: 20px;
float: left;
margin: 0 auto;
}
.greet {
width: 50% !important;
}
.followers {
width: 50% ! important;
}
#counting {
margin-top: 25px;
}
}
|
spring-web-demo/src/main/resources/static/css/style.css
|
ul {
list-style: none;
margin: 0 auto;
padding: 0px;
}
.search {
margin-right: 15px;
padding-top: 8px;
}
.posts {
width: 90%;
margin: 0 auto;
}
.global {
padding: 8px;
background-color: #cecece;
}
.friends {
padding: 8px;
background-color: #82d3d6;
}
.friendList {
padding: 8px;
background-color: #82d3d6;
width: 90% !important;
}
.friendPost {
padding: 8px;
background-color: #82d3d6;
width: 90% !important;
}
.post {
padding: 10px;
background-color: white;
margin-bottom: 2px;
margin-top: 2px;
}
.postContent {
margin-top: 5px;
}
.top {
width: 90%;
margin: 0 auto;
padding: 10px;
margin-top: 70px;
}
.followers {
padding-top: 50px;
font-size: 24pt;
}
.firstHeading {
margin-top: 50px;
}
.label1 {
width:100px;
}
.platform-name {
color: white !important;
}
textarea {
width: 90%;
}
.loadPrev {
}
#popup {
width: 200px;
height: 100px;
position: absolute;
padding: 5px;
background-color: #82d3d6;
display: none;
top: 1em;
right: 1em;
}
#wrongPassword, #unknownUser {
color: red;
}
.grandmother {
margin-top: 7px;
margin-left: 10px;
margin-bottom: 7px;
}
.navbar-brand-platform-name {
font-size: 20px;
color: white;
margin-left: 10px;
margin-top: 17px;
}
#navbarCollapse {
margin-top: 8px;
}
#loginHead div {
float: left;
clear: none;
}
.showPostsButtons {
margin-top: 5px;
margin-bottom: 5px;
}
.ifollowCount {
font-size: 25px;
}
.followersCount {
font-size: 25px;
}
#followButtons div {
float: left;
clear: none;
}
#followButton {
margin-right: 5px;
}
/*viewport specific*/
@media (max-width:768px) {
.followers {
width: 90% !important;
}
textarea {
width: 100%;
}
#counting {
margin-top: 1px;
}
}
@media (min-width:769px) {
.global {
width: 49% !important;
padding-left: 20px;
padding-right: 20px;
float: right;
margin: 0 auto;
}
.friends {
width: 49% !important;
padding-left: 20px;
padding-right: 20px;
float: left;
margin: 0 auto;
}
.greet {
width: 50% !important;
}
.followers {
width: 50% ! important;
}
#counting {
margin-top: 25px;
}
}
| 0.318273 | 0.094971 |
import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic-ext');
body{
font-family: 'Roboto Condensed', sans-serif;
}
.container
{
padding: 20px;
width:80%;
margin: 0 auto;
}
thead {
display: table-header-group;
}
table.dataTable thead th, table.dataTable thead td {
padding: 10px 5px 6px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
color: #0099cc !important;
padding: 0.4em 0.8em;
border: #eaeaea 1px solid;;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: #0099cc !important;
border-color: #eaeaea !important;
background-color: #eaeaea !important;
background:unset;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: #fff !important;
background: unset !important;
border: #0099cc 1px solid !important;
background-color: #0099cc !important;
cursor: default;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
border: 1px solid #ddd;
border-left: none;
border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
background-color: #fff;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
background-color: #fff;
}
table.dataTable thead th, table.dataTable thead td {
border: 1px solid #ddd;
border-left: none;
}
table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
background-color: #f3f3f3;
}
.datatables_length{
padding-bottom: 15px;
}
table.dataTable{
border-left:1px solid #ddd;
}
.dataTables_wrapper select,.dataTables_wrapper input
{
border:1px solid #ddd;
padding:0.4em;
}
|
styled.css
|
import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic-ext');
body{
font-family: 'Roboto Condensed', sans-serif;
}
.container
{
padding: 20px;
width:80%;
margin: 0 auto;
}
thead {
display: table-header-group;
}
table.dataTable thead th, table.dataTable thead td {
padding: 10px 5px 6px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
color: #0099cc !important;
padding: 0.4em 0.8em;
border: #eaeaea 1px solid;;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: #0099cc !important;
border-color: #eaeaea !important;
background-color: #eaeaea !important;
background:unset;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: #fff !important;
background: unset !important;
border: #0099cc 1px solid !important;
background-color: #0099cc !important;
cursor: default;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
border: 1px solid #ddd;
border-left: none;
border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
background-color: #fff;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
background-color: #fff;
}
table.dataTable thead th, table.dataTable thead td {
border: 1px solid #ddd;
border-left: none;
}
table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
background-color: #f3f3f3;
}
.datatables_length{
padding-bottom: 15px;
}
table.dataTable{
border-left:1px solid #ddd;
}
.dataTables_wrapper select,.dataTables_wrapper input
{
border:1px solid #ddd;
padding:0.4em;
}
| 0.325735 | 0.08207 |
root {
display: block;
}
#content{
}
body{
font: 11pt Helvetica, Arial, sans-serif;
background-color:#EEE;
margin: 0px;
}
#libraryTree{
height: 300px;
overflow:scroll;
white-space: nowrap;
text-align: left;
}
#mediaViewer{
min-height: 500px;
}
#meta {
position:relative;
width:100%;
}
#seekSlider{
width: 100%;
}
#volumeSlider{
width: 100%;
display: inline-block;
}
#currentVolume{
display: inline-block;
}
#mediaTitle{
text-align:center;
width:100%;
margin-top:5px;
}
#currentTime{
float: left;
text-align: left;
}
#totalTime{
float: right;
text-align: right;
}
#play_controls, #controls{
margin-top:30px;
width:95%;
margin-left:auto;
margin-right:auto;
}
#controlTable{
position:relative;
height: 150px;
}
#buttonszone li{
float: left;
}
#art{
top:0px;
width:150px;
height:150px;
margin:0 auto;
box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.ui-slider-range{
background-color:#FFB200;
background:#FFB200 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
#buttons{
margin:0 auto;
position: relative;
width: 288px;
}
.button48{
width: 48px;
height: 48px;
margin: 5px 0px 5px 0px;
background: none;
border: none;
display: inline-block;
cursor: pointer;
background-image: url("../images/buttons.png");
background-repeat: no-repeat;
}
.button{
cursor: pointer;
display: inline-block;
}
#buttonOpen{
background-position: 0px 0px;
}
#buttonStop{
background-position: -576px 0px;
}
#buttonRewd{
background-position: -528px 0px;
}
#buttonFwrd{
background-position: -96px 0px;
}
.playing {
background-position: -336px 0px;
}
.paused {
background-position: -384px 0px;
}
#buttonPrev{
background-position: -144px 0px;
}
#buttonNext{
background-position: -288px 0px;
}
#buttonFull{
background-position: -192px 0px;
}
#buttonSout{
background-position: -624px 0px;
}
#buttonEQ{
background-position: -48px 0px;
}
#window_browse ol{
list-style-type: none;
}
#window_browse ol li{
list-style-type: none;
float: left;
padding: 5px;
}
.system_icon{
width:80px;
text-align:center;
vertical-align:top;
display: inline-block;
cursor: pointer;
padding: 2px;
border: 1px solid #823D0A;
margin: 2px;
height: 92px;
background-color: #E1E1E1;
overflow: hidden;
}
#window_create_stream table tr td{
font-size: 11px;
}
#window_equalizer div div{
text-align: center;
font-size: 11px;
padding: 0px;
}
.eqBand{
margin-bottom: 10px;
margin-top: 10px;
height: 400px;
font-size: 1.5em;
}
.footer{
margin-top: 30px;
text-align: center;
font-size: 11px;
}
div.centered{
margin-left: auto;
margin-right: auto;
}
.hidden{
visibility: hidden;
display: none;
}
|
vlc_win/vlc-3.0.16/lua/http/css/mobile.css
|
root {
display: block;
}
#content{
}
body{
font: 11pt Helvetica, Arial, sans-serif;
background-color:#EEE;
margin: 0px;
}
#libraryTree{
height: 300px;
overflow:scroll;
white-space: nowrap;
text-align: left;
}
#mediaViewer{
min-height: 500px;
}
#meta {
position:relative;
width:100%;
}
#seekSlider{
width: 100%;
}
#volumeSlider{
width: 100%;
display: inline-block;
}
#currentVolume{
display: inline-block;
}
#mediaTitle{
text-align:center;
width:100%;
margin-top:5px;
}
#currentTime{
float: left;
text-align: left;
}
#totalTime{
float: right;
text-align: right;
}
#play_controls, #controls{
margin-top:30px;
width:95%;
margin-left:auto;
margin-right:auto;
}
#controlTable{
position:relative;
height: 150px;
}
#buttonszone li{
float: left;
}
#art{
top:0px;
width:150px;
height:150px;
margin:0 auto;
box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.ui-slider-range{
background-color:#FFB200;
background:#FFB200 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
#buttons{
margin:0 auto;
position: relative;
width: 288px;
}
.button48{
width: 48px;
height: 48px;
margin: 5px 0px 5px 0px;
background: none;
border: none;
display: inline-block;
cursor: pointer;
background-image: url("../images/buttons.png");
background-repeat: no-repeat;
}
.button{
cursor: pointer;
display: inline-block;
}
#buttonOpen{
background-position: 0px 0px;
}
#buttonStop{
background-position: -576px 0px;
}
#buttonRewd{
background-position: -528px 0px;
}
#buttonFwrd{
background-position: -96px 0px;
}
.playing {
background-position: -336px 0px;
}
.paused {
background-position: -384px 0px;
}
#buttonPrev{
background-position: -144px 0px;
}
#buttonNext{
background-position: -288px 0px;
}
#buttonFull{
background-position: -192px 0px;
}
#buttonSout{
background-position: -624px 0px;
}
#buttonEQ{
background-position: -48px 0px;
}
#window_browse ol{
list-style-type: none;
}
#window_browse ol li{
list-style-type: none;
float: left;
padding: 5px;
}
.system_icon{
width:80px;
text-align:center;
vertical-align:top;
display: inline-block;
cursor: pointer;
padding: 2px;
border: 1px solid #823D0A;
margin: 2px;
height: 92px;
background-color: #E1E1E1;
overflow: hidden;
}
#window_create_stream table tr td{
font-size: 11px;
}
#window_equalizer div div{
text-align: center;
font-size: 11px;
padding: 0px;
}
.eqBand{
margin-bottom: 10px;
margin-top: 10px;
height: 400px;
font-size: 1.5em;
}
.footer{
margin-top: 30px;
text-align: center;
font-size: 11px;
}
div.centered{
margin-left: auto;
margin-right: auto;
}
.hidden{
visibility: hidden;
display: none;
}
| 0.277179 | 0.087252 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
.login{
position: absolute;
margin-left: 24.2%;
margin-top: 15%;
width: 1000px;
height: 425px;
border-radius: 10px;
background: #212347;
border-left: 7px solid #00aaff;
border-right: 7px solid #00aaff;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 1.5);
}
.background{
position: absolute;
margin-left: 24.6%;
margin-top: 15%;
border-radius: 10px;
}
.btn-login{
position: absolute;
margin-left: 64%;
margin-top: 16%;
width: 250px;
height: 50px;
font-family: 'Roboto', sans-serif;
color: white;
font-size: 20px;
text-transform: uppercase;
background-color: #00aaff;
border: none;
border-radius: 5px;
transition: 0.5s;
box-shadow: inset 0px 0px 30px #002a40;
}
.btn-login:hover{
background-color: #006097;
cursor: pointer;
}
.btn-register{
position: absolute;
margin-left: 64%;
margin-top: 23%;
width: 250px;
height: 50px;
font-family: 'Roboto', sans-serif;
color: white;
font-size: 20px;
text-transform: uppercase;
background-color: #00aaff;
border: none;
border-radius: 5px;
transition: 0.5s;
box-shadow: inset 0px 0px 30px #002a40;
}
.btn-register:hover{
background-color: #006097;
cursor: pointer;
}
.discord-btn{
position: absolute;
background-color: #00aaff;
box-shadow: inset 0px 0px 15px #292c5f;
border-radius: 4px;
transition: 0.5s;
margin-left: 72.8%;
margin-top: 34%;
}
.discord-btn:hover{
background-color: #002a40;
transition: 0.5s;
}
.server-name{
position: absolute;
margin-left: 60.8%;
margin-top: 19%;
font-family: 'Roboto', sans-serif;
color: white;
font-size: 40px;
}
.server-text{
position: absolute;
margin-left: 60.2%;
margin-top: 32%;
font-family: 'Roboto', sans-serif;
color: grey;
text-align: center;
}
.footer {
position: absolute;
margin-left: 62.55%;
margin-top: 35.5%;
font-family: 'Roboto', sans-serif;
color: #adadad;
}
|
html/main/style.css
|
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
.login{
position: absolute;
margin-left: 24.2%;
margin-top: 15%;
width: 1000px;
height: 425px;
border-radius: 10px;
background: #212347;
border-left: 7px solid #00aaff;
border-right: 7px solid #00aaff;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 1.5);
}
.background{
position: absolute;
margin-left: 24.6%;
margin-top: 15%;
border-radius: 10px;
}
.btn-login{
position: absolute;
margin-left: 64%;
margin-top: 16%;
width: 250px;
height: 50px;
font-family: 'Roboto', sans-serif;
color: white;
font-size: 20px;
text-transform: uppercase;
background-color: #00aaff;
border: none;
border-radius: 5px;
transition: 0.5s;
box-shadow: inset 0px 0px 30px #002a40;
}
.btn-login:hover{
background-color: #006097;
cursor: pointer;
}
.btn-register{
position: absolute;
margin-left: 64%;
margin-top: 23%;
width: 250px;
height: 50px;
font-family: 'Roboto', sans-serif;
color: white;
font-size: 20px;
text-transform: uppercase;
background-color: #00aaff;
border: none;
border-radius: 5px;
transition: 0.5s;
box-shadow: inset 0px 0px 30px #002a40;
}
.btn-register:hover{
background-color: #006097;
cursor: pointer;
}
.discord-btn{
position: absolute;
background-color: #00aaff;
box-shadow: inset 0px 0px 15px #292c5f;
border-radius: 4px;
transition: 0.5s;
margin-left: 72.8%;
margin-top: 34%;
}
.discord-btn:hover{
background-color: #002a40;
transition: 0.5s;
}
.server-name{
position: absolute;
margin-left: 60.8%;
margin-top: 19%;
font-family: 'Roboto', sans-serif;
color: white;
font-size: 40px;
}
.server-text{
position: absolute;
margin-left: 60.2%;
margin-top: 32%;
font-family: 'Roboto', sans-serif;
color: grey;
text-align: center;
}
.footer {
position: absolute;
margin-left: 62.55%;
margin-top: 35.5%;
font-family: 'Roboto', sans-serif;
color: #adadad;
}
| 0.491212 | 0.088939 |
@import url('./reset.css');
@import url('./fonts.css');
:root {
--clr-primary-100: #740cf7;
--clr-primary-200: #0cc8f7;
--clr-primary-300: #ed0c7f;
--clr-primary-t-100: #740cf7aa;
--clr-primary-t-300: #ed0c7faa;
--clr-normal-100: #fff;
--clr-normal-200: #615a88;
--clr-normal-300: #0d0a24;
--clr-normal-t-200: #2c293d88;
--white: #fff;
--ff-normal: 'Josefin Sans', sans-serif;
--ff-accent: 'Outfit', serif;
}
[data-scheme='dark'] {
--clr-normal-100: #0d0a24;
--clr-normal-200: #857fa5;
--clr-normal-300: #fff;
}
body {
--header-overlap: clamp(100px, 30vh, 200px);
margin: 0 auto;
max-width: clamp(40vw, 750px, 90vw);
background-color: var(--clr-normal-100);
color: var(--clr-normal-300);
font-family: var(--ff-normal);
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin: 5vh 0 calc(5vh + var(--header-overlap)) 0;
}
header::before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: max(300px, 25vh);
background-image: linear-gradient(
135deg,
var(--clr-primary-t-100),
var(--clr-primary-t-300)
),
url('../images/bg-light.jpg');
background-size: cover;
background-position: center;
}
[data-scheme='dark'] header::before {
background-image: linear-gradient(
135deg,
var(--clr-primary-t-100),
var(--clr-primary-t-300)
),
url('../images/bg-dark.jpg');
}
main {
--item-padding: 1.5rem;
position: relative;
top: calc(-1 * var(--header-overlap));
}
a {
color: var(--clr-normal-200);
text-decoration: none;
transition: color 300ms;
}
a:hover,
a:focus,
a.active {
color: var(--clr-primary-100);
}
#logo {
color: var(--white);
font-family: var(--ff-accent);
font-size: 3rem;
font-weight: 700;
letter-spacing: 1rem;
text-transform: uppercase;
}
#colorSchemeBtn {
border: none;
width: 2rem;
aspect-ratio: 1 / 1;
appearance: none;
background-image: url('../icons/moon.svg');
background-color: transparent;
background-size: cover;
cursor: pointer;
transition: transform 300ms;
}
[data-scheme='dark'] #colorSchemeBtn {
background-image: url('../icons/sun.svg');
}
#colorSchemeBtn:active {
transform: scale(0.8);
}
.card {
margin: 1rem 0;
border-radius: 0.4rem;
background-color: var(--clr-normal-100);
box-shadow: 0 0 5px var(--clr-normal-t-200);
}
.task-input-wrapper {
display: flex;
align-items: flex-end;
padding: var(--item-padding);
overflow: hidden;
}
.checkbox {
display: inline-block;
margin-right: 1rem;
flex-shrink: 0;
border: 3px solid var(--clr-normal-200);
width: 1.5rem;
aspect-ratio: 1 / 1;
appearance: none;
border-radius: 50%;
cursor: pointer;
}
.checkbox:focus {
border-color: var(--clr-primary-100);
}
.checkbox:checked {
display: flex;
justify-content: center;
align-items: center;
border: none;
background-image: linear-gradient(
135deg,
var(--clr-primary-200),
var(--clr-primary-300)
);
}
.checkbox:checked::before {
content: '';
width: 100%;
height: 100%;
background-image: url('../icons/check.svg');
background-size: cover;
animation: popup 300ms forwards;
}
.task-input,
.task-input::placeholder {
color: var(--clr-normal-200);
}
.task-input {
--font-size: 1.1rem;
flex-grow: 1;
border: none;
background: none;
font-family: var(--ff-normal);
font-size: var(--font-size);
line-height: var(--font-size);
transition: font-size 300ms;
}
.task-input:focus {
font-size: calc(1.05 * var(--font-size));
color: var(--clr-normal-300);
}
.container {
display: flex;
flex-direction: column;
}
.row {
display: flex;
align-items: flex-end;
justify-content: space-between;
padding: var(--item-padding);
}
.task {
border-bottom: 1px solid var(--clr-normal-200);
animation: expand 300ms;
}
.task-description {
display: inline-block;
flex-grow: 1;
}
.checkbox:checked + .task-description {
color: var(--clr-normal-200);
text-decoration: line-through;
}
.delete-task {
display: none;
align-self: center;
width: 1.25rem;
flex-shrink: 0;
aspect-ratio: 1 / 1;
background-color: var(--clr-normal-200);
-webkit-mask: url('../icons/cross.svg');
mask: url('../icons/cross.svg ');
-webkit-mask-size: contain;
mask-size: contain;
}
.nav-list-wrapper {
display: flex;
position: absolute;
left: 50%;
justify-content: center;
justify-self: center;
padding: 0;
list-style: none;
transform: translate(-50%, calc(-1 * (100% + var(--item-padding))));
}
.nav-list-wrapper li {
padding: 1rem 0.5rem;
}
.disclaimer {
margin: 2rem 0;
text-align: center;
}
@keyframes popup {
0% {
transform: scale(0);
}
75% {
transform: scale(0.9);
}
100% {
transform: scale(0.6);
}
}
@keyframes expand {
0% {
padding: 0 var(--item-padding);
}
100% {
padding: var(--item-padding);
}
}
@media (max-width: 600px) {
.nav-list-wrapper {
position: static;
margin: 1rem 0;
border-radius: 0.4rem;
background-color: var(--clr-normal-100);
box-shadow: 0 0 5px var(--clr-normal-t-200);
transform: none;
}
.delete-task {
display: inline-block;
}
}
|
src/css/style.css
|
@import url('./reset.css');
@import url('./fonts.css');
:root {
--clr-primary-100: #740cf7;
--clr-primary-200: #0cc8f7;
--clr-primary-300: #ed0c7f;
--clr-primary-t-100: #740cf7aa;
--clr-primary-t-300: #ed0c7faa;
--clr-normal-100: #fff;
--clr-normal-200: #615a88;
--clr-normal-300: #0d0a24;
--clr-normal-t-200: #2c293d88;
--white: #fff;
--ff-normal: 'Josefin Sans', sans-serif;
--ff-accent: 'Outfit', serif;
}
[data-scheme='dark'] {
--clr-normal-100: #0d0a24;
--clr-normal-200: #857fa5;
--clr-normal-300: #fff;
}
body {
--header-overlap: clamp(100px, 30vh, 200px);
margin: 0 auto;
max-width: clamp(40vw, 750px, 90vw);
background-color: var(--clr-normal-100);
color: var(--clr-normal-300);
font-family: var(--ff-normal);
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin: 5vh 0 calc(5vh + var(--header-overlap)) 0;
}
header::before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: max(300px, 25vh);
background-image: linear-gradient(
135deg,
var(--clr-primary-t-100),
var(--clr-primary-t-300)
),
url('../images/bg-light.jpg');
background-size: cover;
background-position: center;
}
[data-scheme='dark'] header::before {
background-image: linear-gradient(
135deg,
var(--clr-primary-t-100),
var(--clr-primary-t-300)
),
url('../images/bg-dark.jpg');
}
main {
--item-padding: 1.5rem;
position: relative;
top: calc(-1 * var(--header-overlap));
}
a {
color: var(--clr-normal-200);
text-decoration: none;
transition: color 300ms;
}
a:hover,
a:focus,
a.active {
color: var(--clr-primary-100);
}
#logo {
color: var(--white);
font-family: var(--ff-accent);
font-size: 3rem;
font-weight: 700;
letter-spacing: 1rem;
text-transform: uppercase;
}
#colorSchemeBtn {
border: none;
width: 2rem;
aspect-ratio: 1 / 1;
appearance: none;
background-image: url('../icons/moon.svg');
background-color: transparent;
background-size: cover;
cursor: pointer;
transition: transform 300ms;
}
[data-scheme='dark'] #colorSchemeBtn {
background-image: url('../icons/sun.svg');
}
#colorSchemeBtn:active {
transform: scale(0.8);
}
.card {
margin: 1rem 0;
border-radius: 0.4rem;
background-color: var(--clr-normal-100);
box-shadow: 0 0 5px var(--clr-normal-t-200);
}
.task-input-wrapper {
display: flex;
align-items: flex-end;
padding: var(--item-padding);
overflow: hidden;
}
.checkbox {
display: inline-block;
margin-right: 1rem;
flex-shrink: 0;
border: 3px solid var(--clr-normal-200);
width: 1.5rem;
aspect-ratio: 1 / 1;
appearance: none;
border-radius: 50%;
cursor: pointer;
}
.checkbox:focus {
border-color: var(--clr-primary-100);
}
.checkbox:checked {
display: flex;
justify-content: center;
align-items: center;
border: none;
background-image: linear-gradient(
135deg,
var(--clr-primary-200),
var(--clr-primary-300)
);
}
.checkbox:checked::before {
content: '';
width: 100%;
height: 100%;
background-image: url('../icons/check.svg');
background-size: cover;
animation: popup 300ms forwards;
}
.task-input,
.task-input::placeholder {
color: var(--clr-normal-200);
}
.task-input {
--font-size: 1.1rem;
flex-grow: 1;
border: none;
background: none;
font-family: var(--ff-normal);
font-size: var(--font-size);
line-height: var(--font-size);
transition: font-size 300ms;
}
.task-input:focus {
font-size: calc(1.05 * var(--font-size));
color: var(--clr-normal-300);
}
.container {
display: flex;
flex-direction: column;
}
.row {
display: flex;
align-items: flex-end;
justify-content: space-between;
padding: var(--item-padding);
}
.task {
border-bottom: 1px solid var(--clr-normal-200);
animation: expand 300ms;
}
.task-description {
display: inline-block;
flex-grow: 1;
}
.checkbox:checked + .task-description {
color: var(--clr-normal-200);
text-decoration: line-through;
}
.delete-task {
display: none;
align-self: center;
width: 1.25rem;
flex-shrink: 0;
aspect-ratio: 1 / 1;
background-color: var(--clr-normal-200);
-webkit-mask: url('../icons/cross.svg');
mask: url('../icons/cross.svg ');
-webkit-mask-size: contain;
mask-size: contain;
}
.nav-list-wrapper {
display: flex;
position: absolute;
left: 50%;
justify-content: center;
justify-self: center;
padding: 0;
list-style: none;
transform: translate(-50%, calc(-1 * (100% + var(--item-padding))));
}
.nav-list-wrapper li {
padding: 1rem 0.5rem;
}
.disclaimer {
margin: 2rem 0;
text-align: center;
}
@keyframes popup {
0% {
transform: scale(0);
}
75% {
transform: scale(0.9);
}
100% {
transform: scale(0.6);
}
}
@keyframes expand {
0% {
padding: 0 var(--item-padding);
}
100% {
padding: var(--item-padding);
}
}
@media (max-width: 600px) {
.nav-list-wrapper {
position: static;
margin: 1rem 0;
border-radius: 0.4rem;
background-color: var(--clr-normal-100);
box-shadow: 0 0 5px var(--clr-normal-t-200);
transform: none;
}
.delete-task {
display: inline-block;
}
}
| 0.437824 | 0.075721 |
.FontClass {
width: 100px;
font-size: 18px;
color: #FFFFFF;
margin-left: 4%;
margin-top: -20%;
height: 4vh
}
.FontClasss {
width: 100%;
font-size: 25px;
color: #ffffff;
margin-top: -14%;
height: 4vh;
text-align: center;
padding-bottom: 45px;
}
.RYB{
width: 33%;
height: 371px;
text-align: center;
}
.RYB1{
margin-top: -371px;
height: 371px;
width: 33%;
margin-left: 33%;
text-align: center;
}
.RYB2{
margin-top: -371px;
height: 371px;
width: 33%;
margin-left: 66%;
text-align: center;
}
.class1 {
width: 16%;
margin-top: 3%;
margin-left: 5%;
height: 59%;
background: url("../../../static/rbkb.png") no-repeat top;
background-size:70% 80%;
color:#373737;
font-size: 5px;
/* -moz-background-size:60% 80%;
-webkit-background-size:100% 100%;
-o-background-size:60% 80%; */
}
.smallclass1 {
font-size: 12px;
padding-top: 81%;
color: #373737;
padding-left: 3%;
}
.echarts {
width: 100%;
height: 250px;
opacity: .8;
/* background-color: silver; */
}
.echarts1 {
width: 100%;
height: 250px;
opacity: 10.5;
}
.echarts2 {
width: 100%;
height: 250px;
opacity: .8;
}
.echarts3 {
width: 100%;
height: 250px;
opacity: .8;
}
.daohangClass {
border-radius: 7px 8px 7px 7px;
height: auto;
/* flex-wrap: wrap; */
/* white-space: nowrap;
overflow-x: auto; */
margin-left: 2%;
width: 95%;
z-index: 999;
margin-top: 0%;
background: #FFFFFF;
}
.container {
height: auto;
margin-bottom: 15%;
background: #e0dddd;
}
.van-nav-bar .van-icon {
color: #fff;
}
.van-nav-bar__title {
font-size: 0.3rem;
color: #fff;
max-width: 40%;
margin: 0 auto;
font-weight: 500;
}
.nav-span {
font-size: 0.15rem;
color: #fff;
width: 1rem;
vertical-align: middle;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.nav-img {
line-height: 0.5rem;
height: 0.5rem;
width: 0.5rem;
}
.middle1 {
height: 6vh;
width: 100%;
background-repeat: round;
background-color: darkorange;
text-align: center;
z-index: 999;
/* margin-bottom: 3px; */
}
/* .middle1 p:first-child {
font-size: 0.25rem;
padding-top: 0.25rem;
letter-spacing: 0.02rem;
} */
.middle1 p:first-child {
font-size: 0.5rem;
font-weight: 500;
padding: 2% 0;
letter-spacing: 0.02rem;
}
.middle1 p:nth-child(2) {
/* font-size: 0.5rem; */
font-weight: 500;
padding: 1% 0;
letter-spacing: 0.02rem;
}
.middle1 p:last-child {
font-size: 0.25rem;
}
.middle1 p:last-child span:first-child {
display: inline-block;
background: #e00;
padding: 0.1rem;
border-radius: 0.2rem;
letter-spacing: 0.03rem;
}
.con-table{
width: 98%;
margin-left:1%;
}
.van-nav-bar__title {
font-size: 16px;
color: white;
}
.van-hairline--bottom::after {
border-bottom-width: 0px;
}
.con-table .el-table td, .el-table th{
padding: 0!important;
font-size: .1rem;
}
.con-table .el-table .cell{
padding-right: 0;
}
.van-nav-bar__title {
font-size: 18px;
}
.main-bottom{
position: absolute;
top: 64%;
height: 44%;
width: 94%;
left: 3%;
border-radius: 8px;
background: #fff;
}
.imgtem {
background: url(/static/img/zy-bg.c31f41c.png) no-repeat;
background-size: 100% 100%;
width: 97%;
background: red;
height: 0.7rem;
color: #ffffff;
padding-left: 3%;
border-radius: 8px 8px 0px 0px;
padding-top: 0.1rem;
}
.header-img-right{
float: right;
width: .6rem;
height: .6rem;
}
.mainTable {
background-color: #fff;
width: 100%;
height: 86%;
border-radius: 0px 0px 8px 8px;
overflow: auto;
}
.mainTable .el-tabs__er{
margin: 0!important;
}
.mainTable .el-tabs__header{
margin: 0!important;
}
.monthModule{
width: 100%;
}
.monthModule .el-tabs__header{
margin: 2px 0!important;
}
/* // 当日当月当年 */
.monthModule .el-tabs .el-tabs__header {
border:none;
margin : 0;
}
.monthModule .el-tabs .el-tabs__header .el-tabs__nav {
border: none;
}
.monthModule .el-tabs .el-tabs__header .el-tabs__item {
border: 1px solid #ffffff;
height: .4rem;
line-height: .4rem;
-webkit-box-shadow: 0 0 10px #ededed;
box-shadow: 0 0 10px #ededed;
margin: .1rem .4rem;
padding: 0 .1rem;
border-radius: .5rem;
}
.monthModule .el-tabs .el-tabs__header .el-tabs__item.is-active {
border: 1px solid #cd142e;
background : #fbdee1;
color : #cd142e;
box-shadow : none;
}
.el-tabs__header {
position: relative;
margin: .1rem 0;
}
.table-two{
width: 98%;
margin-left:1%;
font-size: .2rem!important;
}
.van-overlay{
z-index: 999;
background-color: rgba(0,0,0,.4);
}
.overlay-wrapper{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.overlay-block {
width: 94%;
height: 40%;
background-color: #fff;
}
.overlay-title{
margin: .3rem 0 0 .3rem!important;
}
div.overlay-title::before{
content: "";
display: inline-block;
width: .1rem;
height: 100%;
background: red;
}
.overly-tab{
margin-top: 5%;
}
.overly-tab.van-tab {
text-align: left!important;
}
.overlay-block.van-tabs__line{
display: none;
}
.van-tab--active {
color: #323233;
font-weight: 500;
text-align: center;
margin: 0 1.1rem;
}
.comfirm-btns{
margin-top: 33%;
width: 100%;
}
.confirm-normal{
border: 1px solid #aaa;
text-align: center;
padding: .1rem .5rem;
letter-spacing: .1rem;
}
.confirm-active{
background: red;
color: #ffffff;
}
.el-table td, .el-table th{
padding: 0;
font-size: .2rem;
}
.el-table .cell{
padding-right: 0;
}
.el-table td, .el-table th{
padding-bottom: 2px;
}
.van-card__content {
position: absolute;
min-width: 0;
min-height: 10px;
}
.van-card__thumb {
position: relative;
/* -webkit-box-flex: 0; */
-webkit-flex: none;
flex: none;
width: 5vh;
height: 5vh;
}
.van-card__thumb img {
width: 100%;
height: 100%;
border-radius: 8px;
}
.van-image {
width: 0%;
height: 0%;
}
.van-card__title {
max-height: 27px;
font-weight: 500;
line-height: 28px;
height: 5vh;
margin-top: 5vh;
margin-left: -5px;
}
.van-card__header {
height: 0px;
}
.van-card {
border-radius: 6%;
display: inline-block;
position: relative;
box-sizing: border-box;
margin: 0px 12px 1px 2px;
color: #323233;
width: 20%;
height: 10vh;
font-size: 12px;
background-color: #FFFFFF;
}
.cardClass{
border-radius: 6%;
margin-left: 1%;
margin-right: 1%;
width: 98%;
height: auto;
margin-top:2%;
/* background-color: silver; */
padding: 8px 16px;
color: #323233;
}
.cardClass .van-card__content{
position: absolute;
margin-top: 0.5%;
width: 100%;
margin-left: 7%;
}
.cardClass .van-card__thumb{
width: 60px;
height: 60px;
}
.cardClass .van-card__thumb img {
width: 30%;
height: 30%;
border-radius: 8px;
}
.cardClass .van-card__title{
font-size: 14px;
height: 6vh;
float: left;
margin-top: -2%;
margin-left: 0%;
width: auto;
}
.van-card__desc {
float: left;
max-height: 20px;
color: #646566;
line-height: 15px;
}
.echarts {
width: 100%;
height: 250px;
opacity: .8;
}
.mapEcharts {
width: 100%;
height: 270px;
}
.echarts1 {
width: 100%;
height: 250px;
opacity: 10.5;
}
.echarts2 {
width: 100%;
height: 250px;
opacity: .8;
}
.echarts3 {
width: 100%;
height: 250px;
opacity: .8;
}
.echarts4 {
margin-top: 7%;
width: 100%;
height: 250px;
opacity: .8;
}
.vancol {
padding-top: 2vh;
}
.backup {
color:#FFFFFF;
font-size: 16px;
}
.menutitle {
color: #FFF;
font-size: 16px;
text-align: left;
}
.menubar{
background-color: #DCDFE6;
z-index:'999';
}
.active_button {
background-color: darkorange;
font-size: 16px;
text-align: center;
border-radius: 10% / 90%;
margin-top: 3%;
margin-left: 2%;
margin-right: 2%;
height: 3vh;
color: white;
padding-top: 3.5%;
}
.normal_button {
background-color: white;
font-size: 16px;
text-align: center;
border-radius: 10% / 90%;
margin-top: 3%;
margin-left: 2%;
margin-right: 2%;
height: 3vh;
color: black;
padding-top: 3.5%;
}
.menu_card{
margin: 1% 0px;
margin-bottom: -5px;
border-radius: 5px;
}
.menu_card_img{
height:88px;
background:url('/datapanel-ui/static/qqq.png') no-repeat;
background-size: 100% 106%;
}
.menu_card_col16{
padding-top:4.9%;
padding-left:6%;
}
.menu_card_col16_text{
font-size: 15px;
font-weight: 600;
line-height: 22px;
}
.menu_card_col16_text2{
font-size: 13px;
background-color: silver;
color:darkorange;
border-radius: 8px;
padding-left: 5px;
padding-right: 5px;
}
.menu_card_col8{
font-size: 40px;
color: #fff;
margin-bottom: 3%;
padding-top: 4.9%;
text-align:center;
line-height: 50px;
}
.middle12 {
height: 18vh;
width: 100%;
background-color: darkorange;
background-repeat: round;
text-align: center;
z-index: 999;
}
.FontClass2 {
width: 100px;
font-size: 20px;
color: #FFFFFF;
margin-top: -25%;
margin-left: 45%;
height: 4vh
}
.FontClass2_BackGround{
background-color: white;
width: 95%;
margin-left: 2%;
margin-top: 10px;
}
.FontClass2_Stu{
margin: 2%;
height: 5vh;
padding-top: 10%;
font-size: 15px;
margin-left: 20px;
font-weight: bolder;
}
.FontClass2_Time{
margin: 2%;
height: 10vh;
padding-top: 2%;
font-size:20px;
margin-left: 20px;
font-weight: bolder;
}
.FontClass2_text1{
margin-left: 2%;
margin-right: 2%;
margin-top: 30px;
border-radius: 3%;
background: rgb(255, 255, 255);
border: 6px solid darkorange;
}
.FontClass2_text{
background-color: darkorange;
margin-top: 5px;
height: 2.5vh;
margin-left: 5px;
width: 6%;
}
.FontClass2_text2{
background: darkorange;
padding: 9px;
font-size: 18px;
font-weight: bolder;
margin: -1px;
}
.JB_text{
background:-webkit-linear-gradient(#ffd0a3,#ff8100) ;
font-size:18px;
border-radius:10%;
width:100px;
margin-top: 16px;
padding: 4px 0 4px;
margin: 14px auto;
}
.User_Level{
visibility:visible;background-color: darkorange;font-size: 16px;text-align: center;
border-radius: 10%/90%;margin-top: 3%;margin-left: 10%;margin-right: 10%;
height: 2vh;color: #FFFFFF;padding-top:2.5%;padding-bottom: 2%;
}
.User_Level_Two{
visibility:visible;background-color: darkorange;font-size: 16px;text-align: center;
border-radius: 10%/90%;margin-top: 1%;margin-left: 10%;margin-right: 10%;
height: 2vh;color: #FFFFFF;padding-top:2.5%;padding-bottom: 2%;
}
|
src/assets/css/mymain.css
|
.FontClass {
width: 100px;
font-size: 18px;
color: #FFFFFF;
margin-left: 4%;
margin-top: -20%;
height: 4vh
}
.FontClasss {
width: 100%;
font-size: 25px;
color: #ffffff;
margin-top: -14%;
height: 4vh;
text-align: center;
padding-bottom: 45px;
}
.RYB{
width: 33%;
height: 371px;
text-align: center;
}
.RYB1{
margin-top: -371px;
height: 371px;
width: 33%;
margin-left: 33%;
text-align: center;
}
.RYB2{
margin-top: -371px;
height: 371px;
width: 33%;
margin-left: 66%;
text-align: center;
}
.class1 {
width: 16%;
margin-top: 3%;
margin-left: 5%;
height: 59%;
background: url("../../../static/rbkb.png") no-repeat top;
background-size:70% 80%;
color:#373737;
font-size: 5px;
/* -moz-background-size:60% 80%;
-webkit-background-size:100% 100%;
-o-background-size:60% 80%; */
}
.smallclass1 {
font-size: 12px;
padding-top: 81%;
color: #373737;
padding-left: 3%;
}
.echarts {
width: 100%;
height: 250px;
opacity: .8;
/* background-color: silver; */
}
.echarts1 {
width: 100%;
height: 250px;
opacity: 10.5;
}
.echarts2 {
width: 100%;
height: 250px;
opacity: .8;
}
.echarts3 {
width: 100%;
height: 250px;
opacity: .8;
}
.daohangClass {
border-radius: 7px 8px 7px 7px;
height: auto;
/* flex-wrap: wrap; */
/* white-space: nowrap;
overflow-x: auto; */
margin-left: 2%;
width: 95%;
z-index: 999;
margin-top: 0%;
background: #FFFFFF;
}
.container {
height: auto;
margin-bottom: 15%;
background: #e0dddd;
}
.van-nav-bar .van-icon {
color: #fff;
}
.van-nav-bar__title {
font-size: 0.3rem;
color: #fff;
max-width: 40%;
margin: 0 auto;
font-weight: 500;
}
.nav-span {
font-size: 0.15rem;
color: #fff;
width: 1rem;
vertical-align: middle;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.nav-img {
line-height: 0.5rem;
height: 0.5rem;
width: 0.5rem;
}
.middle1 {
height: 6vh;
width: 100%;
background-repeat: round;
background-color: darkorange;
text-align: center;
z-index: 999;
/* margin-bottom: 3px; */
}
/* .middle1 p:first-child {
font-size: 0.25rem;
padding-top: 0.25rem;
letter-spacing: 0.02rem;
} */
.middle1 p:first-child {
font-size: 0.5rem;
font-weight: 500;
padding: 2% 0;
letter-spacing: 0.02rem;
}
.middle1 p:nth-child(2) {
/* font-size: 0.5rem; */
font-weight: 500;
padding: 1% 0;
letter-spacing: 0.02rem;
}
.middle1 p:last-child {
font-size: 0.25rem;
}
.middle1 p:last-child span:first-child {
display: inline-block;
background: #e00;
padding: 0.1rem;
border-radius: 0.2rem;
letter-spacing: 0.03rem;
}
.con-table{
width: 98%;
margin-left:1%;
}
.van-nav-bar__title {
font-size: 16px;
color: white;
}
.van-hairline--bottom::after {
border-bottom-width: 0px;
}
.con-table .el-table td, .el-table th{
padding: 0!important;
font-size: .1rem;
}
.con-table .el-table .cell{
padding-right: 0;
}
.van-nav-bar__title {
font-size: 18px;
}
.main-bottom{
position: absolute;
top: 64%;
height: 44%;
width: 94%;
left: 3%;
border-radius: 8px;
background: #fff;
}
.imgtem {
background: url(/static/img/zy-bg.c31f41c.png) no-repeat;
background-size: 100% 100%;
width: 97%;
background: red;
height: 0.7rem;
color: #ffffff;
padding-left: 3%;
border-radius: 8px 8px 0px 0px;
padding-top: 0.1rem;
}
.header-img-right{
float: right;
width: .6rem;
height: .6rem;
}
.mainTable {
background-color: #fff;
width: 100%;
height: 86%;
border-radius: 0px 0px 8px 8px;
overflow: auto;
}
.mainTable .el-tabs__er{
margin: 0!important;
}
.mainTable .el-tabs__header{
margin: 0!important;
}
.monthModule{
width: 100%;
}
.monthModule .el-tabs__header{
margin: 2px 0!important;
}
/* // 当日当月当年 */
.monthModule .el-tabs .el-tabs__header {
border:none;
margin : 0;
}
.monthModule .el-tabs .el-tabs__header .el-tabs__nav {
border: none;
}
.monthModule .el-tabs .el-tabs__header .el-tabs__item {
border: 1px solid #ffffff;
height: .4rem;
line-height: .4rem;
-webkit-box-shadow: 0 0 10px #ededed;
box-shadow: 0 0 10px #ededed;
margin: .1rem .4rem;
padding: 0 .1rem;
border-radius: .5rem;
}
.monthModule .el-tabs .el-tabs__header .el-tabs__item.is-active {
border: 1px solid #cd142e;
background : #fbdee1;
color : #cd142e;
box-shadow : none;
}
.el-tabs__header {
position: relative;
margin: .1rem 0;
}
.table-two{
width: 98%;
margin-left:1%;
font-size: .2rem!important;
}
.van-overlay{
z-index: 999;
background-color: rgba(0,0,0,.4);
}
.overlay-wrapper{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.overlay-block {
width: 94%;
height: 40%;
background-color: #fff;
}
.overlay-title{
margin: .3rem 0 0 .3rem!important;
}
div.overlay-title::before{
content: "";
display: inline-block;
width: .1rem;
height: 100%;
background: red;
}
.overly-tab{
margin-top: 5%;
}
.overly-tab.van-tab {
text-align: left!important;
}
.overlay-block.van-tabs__line{
display: none;
}
.van-tab--active {
color: #323233;
font-weight: 500;
text-align: center;
margin: 0 1.1rem;
}
.comfirm-btns{
margin-top: 33%;
width: 100%;
}
.confirm-normal{
border: 1px solid #aaa;
text-align: center;
padding: .1rem .5rem;
letter-spacing: .1rem;
}
.confirm-active{
background: red;
color: #ffffff;
}
.el-table td, .el-table th{
padding: 0;
font-size: .2rem;
}
.el-table .cell{
padding-right: 0;
}
.el-table td, .el-table th{
padding-bottom: 2px;
}
.van-card__content {
position: absolute;
min-width: 0;
min-height: 10px;
}
.van-card__thumb {
position: relative;
/* -webkit-box-flex: 0; */
-webkit-flex: none;
flex: none;
width: 5vh;
height: 5vh;
}
.van-card__thumb img {
width: 100%;
height: 100%;
border-radius: 8px;
}
.van-image {
width: 0%;
height: 0%;
}
.van-card__title {
max-height: 27px;
font-weight: 500;
line-height: 28px;
height: 5vh;
margin-top: 5vh;
margin-left: -5px;
}
.van-card__header {
height: 0px;
}
.van-card {
border-radius: 6%;
display: inline-block;
position: relative;
box-sizing: border-box;
margin: 0px 12px 1px 2px;
color: #323233;
width: 20%;
height: 10vh;
font-size: 12px;
background-color: #FFFFFF;
}
.cardClass{
border-radius: 6%;
margin-left: 1%;
margin-right: 1%;
width: 98%;
height: auto;
margin-top:2%;
/* background-color: silver; */
padding: 8px 16px;
color: #323233;
}
.cardClass .van-card__content{
position: absolute;
margin-top: 0.5%;
width: 100%;
margin-left: 7%;
}
.cardClass .van-card__thumb{
width: 60px;
height: 60px;
}
.cardClass .van-card__thumb img {
width: 30%;
height: 30%;
border-radius: 8px;
}
.cardClass .van-card__title{
font-size: 14px;
height: 6vh;
float: left;
margin-top: -2%;
margin-left: 0%;
width: auto;
}
.van-card__desc {
float: left;
max-height: 20px;
color: #646566;
line-height: 15px;
}
.echarts {
width: 100%;
height: 250px;
opacity: .8;
}
.mapEcharts {
width: 100%;
height: 270px;
}
.echarts1 {
width: 100%;
height: 250px;
opacity: 10.5;
}
.echarts2 {
width: 100%;
height: 250px;
opacity: .8;
}
.echarts3 {
width: 100%;
height: 250px;
opacity: .8;
}
.echarts4 {
margin-top: 7%;
width: 100%;
height: 250px;
opacity: .8;
}
.vancol {
padding-top: 2vh;
}
.backup {
color:#FFFFFF;
font-size: 16px;
}
.menutitle {
color: #FFF;
font-size: 16px;
text-align: left;
}
.menubar{
background-color: #DCDFE6;
z-index:'999';
}
.active_button {
background-color: darkorange;
font-size: 16px;
text-align: center;
border-radius: 10% / 90%;
margin-top: 3%;
margin-left: 2%;
margin-right: 2%;
height: 3vh;
color: white;
padding-top: 3.5%;
}
.normal_button {
background-color: white;
font-size: 16px;
text-align: center;
border-radius: 10% / 90%;
margin-top: 3%;
margin-left: 2%;
margin-right: 2%;
height: 3vh;
color: black;
padding-top: 3.5%;
}
.menu_card{
margin: 1% 0px;
margin-bottom: -5px;
border-radius: 5px;
}
.menu_card_img{
height:88px;
background:url('/datapanel-ui/static/qqq.png') no-repeat;
background-size: 100% 106%;
}
.menu_card_col16{
padding-top:4.9%;
padding-left:6%;
}
.menu_card_col16_text{
font-size: 15px;
font-weight: 600;
line-height: 22px;
}
.menu_card_col16_text2{
font-size: 13px;
background-color: silver;
color:darkorange;
border-radius: 8px;
padding-left: 5px;
padding-right: 5px;
}
.menu_card_col8{
font-size: 40px;
color: #fff;
margin-bottom: 3%;
padding-top: 4.9%;
text-align:center;
line-height: 50px;
}
.middle12 {
height: 18vh;
width: 100%;
background-color: darkorange;
background-repeat: round;
text-align: center;
z-index: 999;
}
.FontClass2 {
width: 100px;
font-size: 20px;
color: #FFFFFF;
margin-top: -25%;
margin-left: 45%;
height: 4vh
}
.FontClass2_BackGround{
background-color: white;
width: 95%;
margin-left: 2%;
margin-top: 10px;
}
.FontClass2_Stu{
margin: 2%;
height: 5vh;
padding-top: 10%;
font-size: 15px;
margin-left: 20px;
font-weight: bolder;
}
.FontClass2_Time{
margin: 2%;
height: 10vh;
padding-top: 2%;
font-size:20px;
margin-left: 20px;
font-weight: bolder;
}
.FontClass2_text1{
margin-left: 2%;
margin-right: 2%;
margin-top: 30px;
border-radius: 3%;
background: rgb(255, 255, 255);
border: 6px solid darkorange;
}
.FontClass2_text{
background-color: darkorange;
margin-top: 5px;
height: 2.5vh;
margin-left: 5px;
width: 6%;
}
.FontClass2_text2{
background: darkorange;
padding: 9px;
font-size: 18px;
font-weight: bolder;
margin: -1px;
}
.JB_text{
background:-webkit-linear-gradient(#ffd0a3,#ff8100) ;
font-size:18px;
border-radius:10%;
width:100px;
margin-top: 16px;
padding: 4px 0 4px;
margin: 14px auto;
}
.User_Level{
visibility:visible;background-color: darkorange;font-size: 16px;text-align: center;
border-radius: 10%/90%;margin-top: 3%;margin-left: 10%;margin-right: 10%;
height: 2vh;color: #FFFFFF;padding-top:2.5%;padding-bottom: 2%;
}
.User_Level_Two{
visibility:visible;background-color: darkorange;font-size: 16px;text-align: center;
border-radius: 10%/90%;margin-top: 1%;margin-left: 10%;margin-right: 10%;
height: 2vh;color: #FFFFFF;padding-top:2.5%;padding-bottom: 2%;
}
| 0.426799 | 0.048609 |
Theme Name: Wixer
Theme URI:
Author: Themes Industry
Author URI:
Description: One Page Parallax Template
Tags: one page, multipurpose, parallax, creative, html5
*/
/* ===================================
Variables
====================================== */
.two-images .tparrows{
display: block !important;
}
/* before-after background */
.two-images .rs-addon-beforeafter-before{
background: rgba(211,211,211,0.5);
}
.two-images li:nth-child(1) .rs-addon-beforeafter-before{
background: rgba(255,255,255,.5);
}
.two-images li:nth-child(2) .rs-addon-beforeafter-before{
background: rgba(128,128,128,.1);
}
.two-images li:nth-child(3) .rs-addon-beforeafter-before{
background: rgba(36,193,221,.1);
}
.two-images .rs-addon-beforeafter-after{
background: none;
}
.two-images .rs-addon-beforeafter-line.rs-beforeafter-horizontal {
opacity: 1 !important;
}
.two-images.creative-agency .rs-addon-beforeafter-before,
.two-images.creative-agency li:nth-child(1) .rs-addon-beforeafter-before{
background: rgba(38,38,38,0.5);
}
.rs-before-after-addon {
overflow: hidden !important;
}
.rs-before-after-addon .tparrows {
z-index: 1000 !important;
}
.rs-addon-beforeafter-btn {
position: absolute;
display: table;
cursor: pointer;
text-align: center;
white-space: nowrap;
z-index: 102;
}
.rs-addon-beforeafter-btn i {
display: table-cell;
vertical-align: middle;
position: relative;
}
.rs-beforeafter-shift-arrows .rs-addon-beforeafter-btn i {
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
}
.rs-addon-beforeafter-btn-vertical,
.rs-addon-beforeafter-btn-vertical i {
display: block;
}
.rs-addon-beforeafter-line {
display: block;
position: absolute;
z-index: 102;
}
.rs-addon-beforeafter-line.rs-beforeafter-horizontal {
top: 0;
height: 100%;
}
.rs-addon-beforeafter-line.rs-beforeafter-vertical {
left: 0;
width: 100%;
}
.rs-before-after-element {
opacity: 0;
visibility: hidden;
}
.rs-before-after-element,
.rs-before-after-element:before {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.rs-addon-beforeafter-bg {
opacity: 0;
z-index: 999;
}
.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer,
.rs-addon-beforeafter-revealer .tp-loop-wrap {
width: 100%;
height: 100%;
}
.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer {
position: absolute;
overflow: hidden;
}
.rs-addon-beforeafter-before {
top: 0;
left: 0;
}
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-after {
top: 0;
right: 0;
}
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-after {
bottom: 0;
left: 0;
}
.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-after {
opacity: 0;
}
.rs-addon-beforeafter-inner,
.rs-addon-beforeafter-bg-inner {
position: absolute;
width: 100%;
height: 100%;
}
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg-inner {
right: 0;
top: 0;
}
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg-inner {
left: 0;
bottom: 0;
}
.rs-video-beforeafter,
.rs-video-beforeafter .tp-mask-wrap {
width: 100% !important;
height: 100% !important;
}
.rs-before-after-addon:not(.before-after-carousel).dragging,
.rs-before-after-addon:not(.before-after-carousel).dragging *,
.rs-before-after-addon:not(.before-after-carousel).dragging .rs-addon-beforeafter-btn i:before {
-webkit-user-select: none !important;
-moz-user-select: none !important;
user-select: none !important;
}
.rs-beforeafter-pointers,
.rs-beforeafter-pointers .rs-addon-beforeafter-inner {
pointer-events: none;
}
.rs-beforeafter-pointers *:not(.rs-addon-beforeafter-inner) {
pointer-events: auto;
}
.rs-beforeafter-pointers .rs-video-beforeafter,
.rs-beforeafter-pointers .rs-video-beforeafter * {
pointer-events: none;
}
|
public/assets/css/before-after-img.css
|
Theme Name: Wixer
Theme URI:
Author: Themes Industry
Author URI:
Description: One Page Parallax Template
Tags: one page, multipurpose, parallax, creative, html5
*/
/* ===================================
Variables
====================================== */
.two-images .tparrows{
display: block !important;
}
/* before-after background */
.two-images .rs-addon-beforeafter-before{
background: rgba(211,211,211,0.5);
}
.two-images li:nth-child(1) .rs-addon-beforeafter-before{
background: rgba(255,255,255,.5);
}
.two-images li:nth-child(2) .rs-addon-beforeafter-before{
background: rgba(128,128,128,.1);
}
.two-images li:nth-child(3) .rs-addon-beforeafter-before{
background: rgba(36,193,221,.1);
}
.two-images .rs-addon-beforeafter-after{
background: none;
}
.two-images .rs-addon-beforeafter-line.rs-beforeafter-horizontal {
opacity: 1 !important;
}
.two-images.creative-agency .rs-addon-beforeafter-before,
.two-images.creative-agency li:nth-child(1) .rs-addon-beforeafter-before{
background: rgba(38,38,38,0.5);
}
.rs-before-after-addon {
overflow: hidden !important;
}
.rs-before-after-addon .tparrows {
z-index: 1000 !important;
}
.rs-addon-beforeafter-btn {
position: absolute;
display: table;
cursor: pointer;
text-align: center;
white-space: nowrap;
z-index: 102;
}
.rs-addon-beforeafter-btn i {
display: table-cell;
vertical-align: middle;
position: relative;
}
.rs-beforeafter-shift-arrows .rs-addon-beforeafter-btn i {
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
}
.rs-addon-beforeafter-btn-vertical,
.rs-addon-beforeafter-btn-vertical i {
display: block;
}
.rs-addon-beforeafter-line {
display: block;
position: absolute;
z-index: 102;
}
.rs-addon-beforeafter-line.rs-beforeafter-horizontal {
top: 0;
height: 100%;
}
.rs-addon-beforeafter-line.rs-beforeafter-vertical {
left: 0;
width: 100%;
}
.rs-before-after-element {
opacity: 0;
visibility: hidden;
}
.rs-before-after-element,
.rs-before-after-element:before {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.rs-addon-beforeafter-bg {
opacity: 0;
z-index: 999;
}
.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer,
.rs-addon-beforeafter-revealer .tp-loop-wrap {
width: 100%;
height: 100%;
}
.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer {
position: absolute;
overflow: hidden;
}
.rs-addon-beforeafter-before {
top: 0;
left: 0;
}
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-after {
top: 0;
right: 0;
}
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-after {
bottom: 0;
left: 0;
}
.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-after {
opacity: 0;
}
.rs-addon-beforeafter-inner,
.rs-addon-beforeafter-bg-inner {
position: absolute;
width: 100%;
height: 100%;
}
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg-inner {
right: 0;
top: 0;
}
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg-inner {
left: 0;
bottom: 0;
}
.rs-video-beforeafter,
.rs-video-beforeafter .tp-mask-wrap {
width: 100% !important;
height: 100% !important;
}
.rs-before-after-addon:not(.before-after-carousel).dragging,
.rs-before-after-addon:not(.before-after-carousel).dragging *,
.rs-before-after-addon:not(.before-after-carousel).dragging .rs-addon-beforeafter-btn i:before {
-webkit-user-select: none !important;
-moz-user-select: none !important;
user-select: none !important;
}
.rs-beforeafter-pointers,
.rs-beforeafter-pointers .rs-addon-beforeafter-inner {
pointer-events: none;
}
.rs-beforeafter-pointers *:not(.rs-addon-beforeafter-inner) {
pointer-events: auto;
}
.rs-beforeafter-pointers .rs-video-beforeafter,
.rs-beforeafter-pointers .rs-video-beforeafter * {
pointer-events: none;
}
| 0.518302 | 0.120672 |
:root {
--toggle-switch-h: 30px;
--timer-controls-br: 15px;
}
body, html {
margin: 0;
padding: 0;
box-sizing: border-box;
}
* {
font-family: helvetica, arial, sans-serif, 'open sans';
}
body {
overflow-y: hidden;
}
h1 {
color: tomato;
font-size: 58px;
margin: 0px 0px 30px 0px;
}
.display__end-time {
margin: 0;
}
.timer {
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: center; */
justify-content: space-between;
height: 100vh;
}
.timer__controls-bg {
position: absolute;
/* z-index: -1; */
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: .15;
filter: grayscale(100);
border-radius: var(--timer-controls-br) var(--timer-controls-br) 0 0;
}
.timer__controls--wrapper {
position: relative;
/* flex: 1; */
/* height: 200px; */
/* display: flex;
align-items: stretch;
height: 100%; */
}
.timer__controls {
--overlap: 100px;
/* border: 1px dashed steelblue; */
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
background: #c4c4c4;
width: 65vw;
border-radius: var(--timer-controls-br) var(--timer-controls-br) 0 0;
height: calc(100% + var(--overlap));
position: relative;
bottom: var(--overlap);
box-shadow: -10px 0px 20px rgba(0,0,0,.3);
}
.timer__controls-group {
display: flex;
align-items: center;
justify-content: space-around;
position: relative;
}
.timer__controls-group > * {
margin: 0 30px;
}
/* .timer__controls > * {
flex: 1;
} */
form {
position: relative;
}
input[type=text] {
font-size: 16px;
padding: 6px 10px;
margin: 0 0 0 10px;
}
#custom__time {
display: flex;
align-items: center;
margin: 20px 0;
}
button {
padding: 10px 20px;
transition: .04s linear;
/* background: #7E57C2; */
border-radius: 5px;
/* color: #ecf0f1; */
font-size: 16px;
cursor: pointer;
border: none;
/* box-shadow: 3px 3px 0px #512DA8; */
background: #ecf0f1;
}
button:hover {
background: #d7dddf;
}
button:active {
background: #bec3c7;
}
#custom__time input[type=submit] {
align-self: stretch;
padding: 0px 20px;
transition: .04s linear;
background: #7E57C2;
border-radius: 5px;
color: #ecf0f1;
font-size: 16px;
cursor: pointer;
border: none;
box-shadow: 3px 3px 0px #512DA8;
}
#custom__time input[type=submit]:hover {
background: #6f47b4;
}
#custom__time input[type=submit]:active {
background: #512DA8;
}
.timer__controls-buttons {
display: flex;
/* flex: 1; */
align-items: flex-start;
justify-content: center;
transform: translateY(-50%);
flex-wrap: wrap;
}
.timer__controls-buttons .timer__button {
padding: 10px 20px;
transition: .04s linear;
background: #00B0FF;
margin: 0 3px;
border-radius: 5px;
color: #ecf0f1;
font-size: 16px;
cursor: pointer;
margin: 5px 3px;
border: none;
box-shadow: 3px 3px 0px #0A7085;
/* border: 5px solid #0A7085; */
/*
box-shadow:
1px -1px 1px lightgrey,
2px -2px 1px lightgrey,
3px -3px 1px lightgrey,
4px -4px 1px lightgrey,
5px -5px 1px lightgrey,
6px -6px 1px lightgrey,
7px -7px 1px lightgrey,
8px -8px 1px lightgrey,
9px -9px 1px lightgrey,
10px -10px 1px lightgrey; */
}
.timer__controls-buttons .timer__button:hover {
background: #038ece;
transform: scale(103%);
color: white;
}
.timer__controls-buttons .timer__button:active {
background: #0A7085;
transform: scale(97%);
}
/* .timer__controls-buttons > * {
flex: 1;
display: flex;
} */
.timer__controls-autoplay {
display: flex;
align-items: center;
}
.toggle__autoplay-checkbox__label {
margin: 0 10px;
}
.toggle {
width: calc(var(--toggle-switch-h) * 1.8);
height: var(--toggle-switch-h);
display: flex;
align-items: center;
justify-content: flex-start;
/* background: #bec3c7; */
background: #b4bcc5;
position: relative;
transition: .1s linear;
border-radius: calc(var(--toggle-switch-h) * .5);
cursor: pointer;
}
.toggle span {
/* margin: 0 calc(var(--toggle-switch-h) * .1); */
background: #bec3c7;
background: #b4bcc5;
box-shadow: inset 1px 1px 0px rgba(0,0,0,.3), inset -1px -1px 0px #bec3c7;
transition: .1s linear;
border-radius: calc(var(--toggle-switch-h) * .5);
top: 0;
left: 0;
height: var(--toggle-switch-h);
width: calc(var(--toggle-switch-h) * 1.8);
}
.toggle span:hover {
background: #a5a9ad;
}
.toggle span:before {
transition: .1s linear;
/* width: calc(var(--toggle-switch-h) * 1.8);
height: var(--toggle-switch-h); */
height: calc(var(--toggle-switch-h) - calc(var(--toggle-switch-h) * .3));
width: calc(var(--toggle-switch-h) - calc(var(--toggle-switch-h) * .3));
border-radius: calc(var(--toggle-switch-h) * .5);
position: absolute;
content: "";
background: white;
position: absolute;
top: calc(var(--toggle-switch-h) * .15);
left: calc(var(--toggle-switch-h) * .15);
transition: .1s linear;
}
.toggle input {
width: 0;
height: 0;
opacity: 0;
position: absolute;
top: 0;
left: 0;
}
.toggle input:checked + span {
background: #00B0FF;
}
.toggle input:checked + span:before {
/* justify-self: flex-end; */
position: absolute;
left: auto;
right: calc(var(--toggle-switch-h) * .15);
}
.display__time--wrapper {
--br: 30px;
/* border: 1px dashed steelblue; */
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: center; */
justify-content: flex-start;
/* height: 100%; */
position: relative;
background: #222;
width: 80vw;
border-radius: 0 0 var(--br) var(--br);
min-height: 500px;
/* padding-bottom: 200px; */
color: #fff;
}
.display__time {
/* border: 1px dashed steelblue; */
display: flex;
align-items: center;
justify-content: center;
/* height: 100%;
flex: 1; */
position: relative;
}
.display__time-inner {
/* border: 1px solid steelblue; */
width: 300px;
height: 300px;
border-radius: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.display__time-inner > * {
text-align: center;
}
.ring {
position: absolute;
/* outline: 1px solid tomato; */
top: 50%;
transform: translateY(-50%);
}
.ring__circle {
stroke-width: 8;
fill: none;
stroke: #01E5FF;
transition: .1s linear;
transform: rotate(-90deg);
transform-origin: 50% 50%;
stroke-linejoin: square;
}
.timeblock__title {
height: 20px 0 40px;
}
.queue--container {
position: fixed;
top: 0;
left: 0;
max-height: 100vh;
overflow-y: auto;
max-width: 14vw;
background: #5D4037;
color: #ecf0f1;
border-radius: 0 0 15px 0;
box-shadow: 10px 10px 20px rgba(0,0,0,.3);
}
.queue {
display: flex;
flex-direction: column;
margin: 0;
padding: 20px;
}
.queue__title {
margin: 0;
padding: 20px 20px 0 20px;
}
.queue__listitem {
display: flex;
align-items: center;
transition: .1s linear;
padding: 5px 0;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
/* border: 1px dashed black; */
}
.queue__listitem-position_buttons {
display: flex;
flex-direction: column;
}
.queue__listitem-position_buttons button {
background: none;
color: #ecf0f1;
cursor: pointer;
border: 1px solid rgba(0,0,0,0);
}
.queue__listitem-position_buttons button:hover {
color: #fff;
background: rgba(236, 240, 241, .3);
border-radius: 3px;
}
.queue__listitem-position_buttons button:active {
background: #fff;
color: black;
}
/* .queue__listitem-dragarea {} */
.queue__listitem-title {
font-weight: bold;
margin: 0 5px;
flex: 1;
}
/* .queue__listitem-time {} */
.queue__listitem-delete {
margin: 0 0 0 0px;
border: 1px solid rgba(0,0,0,0);
color: #fff;
background: none;
cursor: pointer;
border-radius: 50%;
transition: .1s linear;
}
.queue__listitem-delete:hover {
border: 1px solid #fff;
}
.queue__listitem-delete:active {
background: #fff;
color: black;
}
.animated {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@media only screen and (max-width: 1650px) {
.timer__controls-buttons {
transform: translateY(-25%);
}
.queue--container {
max-width: 16vw;
}
}
@media only screen and (max-width: 1200px) {
.queue--container {
max-width: 18vw;
}
}
@media only screen and (max-width: 1000px) {
body {
overflow-y: auto;
}
.timer {
height: auto;
}
.display__time--wrapper {
min-height: 500px;
justify-content: flex-start;
}
.display__time {
margin-top: 20px;
}
.queue--container {
max-width: 100%;
width: 100%;
position: static;
display: flex;
flex-direction: column;
align-items: center;
background: none;
box-shadow: none;
border-radius: 15px;
}
.queue {
display: flex;
flex-direction: column;
}
}
@media only screen and (max-width: 1100px) {
.timer__controls-buttons {
transform: translateY(-10%);
}
}
@media only screen and (max-width: 768px) {
.timer__controls-buttons {
transform: translateY(0%);
}
}
@media only screen and (max-height: 550px) {
body {
overflow-y: auto;
}
.timer {
max-height: none;
}
.timer__controls {
height: 100%;
height: auto;
position: relative;
bottom: 50px;
}
.display__time--wrapper {
align-items: center;
}
}
|
29. Countdown timer/public/css/index.css
|
:root {
--toggle-switch-h: 30px;
--timer-controls-br: 15px;
}
body, html {
margin: 0;
padding: 0;
box-sizing: border-box;
}
* {
font-family: helvetica, arial, sans-serif, 'open sans';
}
body {
overflow-y: hidden;
}
h1 {
color: tomato;
font-size: 58px;
margin: 0px 0px 30px 0px;
}
.display__end-time {
margin: 0;
}
.timer {
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: center; */
justify-content: space-between;
height: 100vh;
}
.timer__controls-bg {
position: absolute;
/* z-index: -1; */
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: .15;
filter: grayscale(100);
border-radius: var(--timer-controls-br) var(--timer-controls-br) 0 0;
}
.timer__controls--wrapper {
position: relative;
/* flex: 1; */
/* height: 200px; */
/* display: flex;
align-items: stretch;
height: 100%; */
}
.timer__controls {
--overlap: 100px;
/* border: 1px dashed steelblue; */
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
background: #c4c4c4;
width: 65vw;
border-radius: var(--timer-controls-br) var(--timer-controls-br) 0 0;
height: calc(100% + var(--overlap));
position: relative;
bottom: var(--overlap);
box-shadow: -10px 0px 20px rgba(0,0,0,.3);
}
.timer__controls-group {
display: flex;
align-items: center;
justify-content: space-around;
position: relative;
}
.timer__controls-group > * {
margin: 0 30px;
}
/* .timer__controls > * {
flex: 1;
} */
form {
position: relative;
}
input[type=text] {
font-size: 16px;
padding: 6px 10px;
margin: 0 0 0 10px;
}
#custom__time {
display: flex;
align-items: center;
margin: 20px 0;
}
button {
padding: 10px 20px;
transition: .04s linear;
/* background: #7E57C2; */
border-radius: 5px;
/* color: #ecf0f1; */
font-size: 16px;
cursor: pointer;
border: none;
/* box-shadow: 3px 3px 0px #512DA8; */
background: #ecf0f1;
}
button:hover {
background: #d7dddf;
}
button:active {
background: #bec3c7;
}
#custom__time input[type=submit] {
align-self: stretch;
padding: 0px 20px;
transition: .04s linear;
background: #7E57C2;
border-radius: 5px;
color: #ecf0f1;
font-size: 16px;
cursor: pointer;
border: none;
box-shadow: 3px 3px 0px #512DA8;
}
#custom__time input[type=submit]:hover {
background: #6f47b4;
}
#custom__time input[type=submit]:active {
background: #512DA8;
}
.timer__controls-buttons {
display: flex;
/* flex: 1; */
align-items: flex-start;
justify-content: center;
transform: translateY(-50%);
flex-wrap: wrap;
}
.timer__controls-buttons .timer__button {
padding: 10px 20px;
transition: .04s linear;
background: #00B0FF;
margin: 0 3px;
border-radius: 5px;
color: #ecf0f1;
font-size: 16px;
cursor: pointer;
margin: 5px 3px;
border: none;
box-shadow: 3px 3px 0px #0A7085;
/* border: 5px solid #0A7085; */
/*
box-shadow:
1px -1px 1px lightgrey,
2px -2px 1px lightgrey,
3px -3px 1px lightgrey,
4px -4px 1px lightgrey,
5px -5px 1px lightgrey,
6px -6px 1px lightgrey,
7px -7px 1px lightgrey,
8px -8px 1px lightgrey,
9px -9px 1px lightgrey,
10px -10px 1px lightgrey; */
}
.timer__controls-buttons .timer__button:hover {
background: #038ece;
transform: scale(103%);
color: white;
}
.timer__controls-buttons .timer__button:active {
background: #0A7085;
transform: scale(97%);
}
/* .timer__controls-buttons > * {
flex: 1;
display: flex;
} */
.timer__controls-autoplay {
display: flex;
align-items: center;
}
.toggle__autoplay-checkbox__label {
margin: 0 10px;
}
.toggle {
width: calc(var(--toggle-switch-h) * 1.8);
height: var(--toggle-switch-h);
display: flex;
align-items: center;
justify-content: flex-start;
/* background: #bec3c7; */
background: #b4bcc5;
position: relative;
transition: .1s linear;
border-radius: calc(var(--toggle-switch-h) * .5);
cursor: pointer;
}
.toggle span {
/* margin: 0 calc(var(--toggle-switch-h) * .1); */
background: #bec3c7;
background: #b4bcc5;
box-shadow: inset 1px 1px 0px rgba(0,0,0,.3), inset -1px -1px 0px #bec3c7;
transition: .1s linear;
border-radius: calc(var(--toggle-switch-h) * .5);
top: 0;
left: 0;
height: var(--toggle-switch-h);
width: calc(var(--toggle-switch-h) * 1.8);
}
.toggle span:hover {
background: #a5a9ad;
}
.toggle span:before {
transition: .1s linear;
/* width: calc(var(--toggle-switch-h) * 1.8);
height: var(--toggle-switch-h); */
height: calc(var(--toggle-switch-h) - calc(var(--toggle-switch-h) * .3));
width: calc(var(--toggle-switch-h) - calc(var(--toggle-switch-h) * .3));
border-radius: calc(var(--toggle-switch-h) * .5);
position: absolute;
content: "";
background: white;
position: absolute;
top: calc(var(--toggle-switch-h) * .15);
left: calc(var(--toggle-switch-h) * .15);
transition: .1s linear;
}
.toggle input {
width: 0;
height: 0;
opacity: 0;
position: absolute;
top: 0;
left: 0;
}
.toggle input:checked + span {
background: #00B0FF;
}
.toggle input:checked + span:before {
/* justify-self: flex-end; */
position: absolute;
left: auto;
right: calc(var(--toggle-switch-h) * .15);
}
.display__time--wrapper {
--br: 30px;
/* border: 1px dashed steelblue; */
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: center; */
justify-content: flex-start;
/* height: 100%; */
position: relative;
background: #222;
width: 80vw;
border-radius: 0 0 var(--br) var(--br);
min-height: 500px;
/* padding-bottom: 200px; */
color: #fff;
}
.display__time {
/* border: 1px dashed steelblue; */
display: flex;
align-items: center;
justify-content: center;
/* height: 100%;
flex: 1; */
position: relative;
}
.display__time-inner {
/* border: 1px solid steelblue; */
width: 300px;
height: 300px;
border-radius: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.display__time-inner > * {
text-align: center;
}
.ring {
position: absolute;
/* outline: 1px solid tomato; */
top: 50%;
transform: translateY(-50%);
}
.ring__circle {
stroke-width: 8;
fill: none;
stroke: #01E5FF;
transition: .1s linear;
transform: rotate(-90deg);
transform-origin: 50% 50%;
stroke-linejoin: square;
}
.timeblock__title {
height: 20px 0 40px;
}
.queue--container {
position: fixed;
top: 0;
left: 0;
max-height: 100vh;
overflow-y: auto;
max-width: 14vw;
background: #5D4037;
color: #ecf0f1;
border-radius: 0 0 15px 0;
box-shadow: 10px 10px 20px rgba(0,0,0,.3);
}
.queue {
display: flex;
flex-direction: column;
margin: 0;
padding: 20px;
}
.queue__title {
margin: 0;
padding: 20px 20px 0 20px;
}
.queue__listitem {
display: flex;
align-items: center;
transition: .1s linear;
padding: 5px 0;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
/* border: 1px dashed black; */
}
.queue__listitem-position_buttons {
display: flex;
flex-direction: column;
}
.queue__listitem-position_buttons button {
background: none;
color: #ecf0f1;
cursor: pointer;
border: 1px solid rgba(0,0,0,0);
}
.queue__listitem-position_buttons button:hover {
color: #fff;
background: rgba(236, 240, 241, .3);
border-radius: 3px;
}
.queue__listitem-position_buttons button:active {
background: #fff;
color: black;
}
/* .queue__listitem-dragarea {} */
.queue__listitem-title {
font-weight: bold;
margin: 0 5px;
flex: 1;
}
/* .queue__listitem-time {} */
.queue__listitem-delete {
margin: 0 0 0 0px;
border: 1px solid rgba(0,0,0,0);
color: #fff;
background: none;
cursor: pointer;
border-radius: 50%;
transition: .1s linear;
}
.queue__listitem-delete:hover {
border: 1px solid #fff;
}
.queue__listitem-delete:active {
background: #fff;
color: black;
}
.animated {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@media only screen and (max-width: 1650px) {
.timer__controls-buttons {
transform: translateY(-25%);
}
.queue--container {
max-width: 16vw;
}
}
@media only screen and (max-width: 1200px) {
.queue--container {
max-width: 18vw;
}
}
@media only screen and (max-width: 1000px) {
body {
overflow-y: auto;
}
.timer {
height: auto;
}
.display__time--wrapper {
min-height: 500px;
justify-content: flex-start;
}
.display__time {
margin-top: 20px;
}
.queue--container {
max-width: 100%;
width: 100%;
position: static;
display: flex;
flex-direction: column;
align-items: center;
background: none;
box-shadow: none;
border-radius: 15px;
}
.queue {
display: flex;
flex-direction: column;
}
}
@media only screen and (max-width: 1100px) {
.timer__controls-buttons {
transform: translateY(-10%);
}
}
@media only screen and (max-width: 768px) {
.timer__controls-buttons {
transform: translateY(0%);
}
}
@media only screen and (max-height: 550px) {
body {
overflow-y: auto;
}
.timer {
max-height: none;
}
.timer__controls {
height: 100%;
height: auto;
position: relative;
bottom: 50px;
}
.display__time--wrapper {
align-items: center;
}
}
| 0.299515 | 0.097648 |
@-moz-document domain("turkerview.com") {
/* Navbar */
.navbar-default {background: #272727;}
.navbar-default .navbar-nav > li > a {color: #ccc;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color: #fff;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {color: #ccc;}
.dropdown-menu .divider {background: #555;}
.dropdown-menu {background: #272727;}
/* Main Page */
body {background: #373737; color: #d2d2d2;}
.text-success, .text-success:hover {color: #fff;}
/* .timeline-heading[h4]{color: red !important;} */
/* Scripts Page */
.jumbotron {background: #272727;}
.CodeMirror {background: #272727 !important; border: 1px solid #444;}
#desc {background: #272727 !important; border: 1px solid #444;}
/* Modal Legend */
.modal-content {background: #272727;}
.table-bordered {border: 1px solid #444;}
table-bordered > thead > tr > th, .table-bordered > thead > tr > th, table-bordered > tbody > tr > th, .table-bordered > tbody > tr > th, table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > th, table-bordered > thead > tr > td, .table-bordered > thead > tr > td, table-bordered > tbody > tr > td, .table-bordered > tbody > tr > td, table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > td {border: 1px solid #444;}
/* Links */
a {color: #ccc;}
a:hover, a:focus {color: #fff;}
.nav > li > a:hover, .nav > li > a:focus {background: #272727;}
/* Search Box */
.form-control {background-color: #272727; color: #d2d2d2;}
/* Requesters Grid */
.panel-default {border-color: #555;}
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {background-color: #292929; border-top: 1px solid #555;}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {background-color: #333; border-top: 1px solid #555;}
/* Requester Detailed Page */
.panel {background: #333;}
.btn-helpful, .btn-flag, .btn-edit, .btn-req-reply {background-color: #272727; border: 1px solid black;}
.btn:hover, .btn:focus {background-color: #202020; border: 1px solid black;}
.read-more-trigger {color: #fff}
.fa.fa-thumbs-o-up {color: #1c6d00;}
span.text-success {color: #52be2c;}
hr {border-top: 1px solid #555;}
.pager li > a, .pager li > span {background-color: #202020;}
.pager li > a:hover, .pager li > a:focus {background-color: #292929;}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {background-color: #191919; color: #434343;}
div#reviews>div.panel.panel-default>div.panel-body>div.row:nth-of-type(even) {background: #292929 !important; padding-top: 10px !important; border-bottom: 1px dotted #555;}
div#reviews>div.panel.panel-default>div.panel-body>div.row:nth-of-type(odd) {background: #333 !important; padding-top: 10px !important; border-bottom: 1px dotted #555;}
div#reviews>div.panel.panel-default>div.panel-body>hr {margin: 0px !important; border: 0;}
.panel-default > .panel-heading {background-color: #272727; color: #fff; border-color: #555;}
.panel-heading + .list-group .list-group-item:first-child{background-color: #333;}
.list-group-item {border: 1px solid #555; background: #333; color: #ccc !important;}
a.list-group-item:hover, a.list-group-item:focus {background: #272727; color: #fff !important;}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {background-color: #272727; border: 1px solid #555;}
.label-success {background-color: #272727; color: #777;}
.btn-success {background-color: #272727; border: 1px solid #444;}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {background: #222;}
.reviewerBlock {border: 1px dotted #444 !important;}
span.arrow, .arrow>span {border: 0 !important;}
.col-sm-10>div>div.col-sm-12.panel.panel-default {border: 1px dotted #444 !important; background: none;}
/* Edit Review Page */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {background: #171717; color: #444; border: 1px solid #444;}
.input-group-addon {background: #272727; border: 1px solid #444;}
.form-control {background: #272727; border: 1px solid #444;}
/* Footer */
footer {background: #272727;}
}
|
data/usercss/159943.user.css
|
@-moz-document domain("turkerview.com") {
/* Navbar */
.navbar-default {background: #272727;}
.navbar-default .navbar-nav > li > a {color: #ccc;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color: #fff;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {color: #ccc;}
.dropdown-menu .divider {background: #555;}
.dropdown-menu {background: #272727;}
/* Main Page */
body {background: #373737; color: #d2d2d2;}
.text-success, .text-success:hover {color: #fff;}
/* .timeline-heading[h4]{color: red !important;} */
/* Scripts Page */
.jumbotron {background: #272727;}
.CodeMirror {background: #272727 !important; border: 1px solid #444;}
#desc {background: #272727 !important; border: 1px solid #444;}
/* Modal Legend */
.modal-content {background: #272727;}
.table-bordered {border: 1px solid #444;}
table-bordered > thead > tr > th, .table-bordered > thead > tr > th, table-bordered > tbody > tr > th, .table-bordered > tbody > tr > th, table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > th, table-bordered > thead > tr > td, .table-bordered > thead > tr > td, table-bordered > tbody > tr > td, .table-bordered > tbody > tr > td, table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > td {border: 1px solid #444;}
/* Links */
a {color: #ccc;}
a:hover, a:focus {color: #fff;}
.nav > li > a:hover, .nav > li > a:focus {background: #272727;}
/* Search Box */
.form-control {background-color: #272727; color: #d2d2d2;}
/* Requesters Grid */
.panel-default {border-color: #555;}
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {background-color: #292929; border-top: 1px solid #555;}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {background-color: #333; border-top: 1px solid #555;}
/* Requester Detailed Page */
.panel {background: #333;}
.btn-helpful, .btn-flag, .btn-edit, .btn-req-reply {background-color: #272727; border: 1px solid black;}
.btn:hover, .btn:focus {background-color: #202020; border: 1px solid black;}
.read-more-trigger {color: #fff}
.fa.fa-thumbs-o-up {color: #1c6d00;}
span.text-success {color: #52be2c;}
hr {border-top: 1px solid #555;}
.pager li > a, .pager li > span {background-color: #202020;}
.pager li > a:hover, .pager li > a:focus {background-color: #292929;}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {background-color: #191919; color: #434343;}
div#reviews>div.panel.panel-default>div.panel-body>div.row:nth-of-type(even) {background: #292929 !important; padding-top: 10px !important; border-bottom: 1px dotted #555;}
div#reviews>div.panel.panel-default>div.panel-body>div.row:nth-of-type(odd) {background: #333 !important; padding-top: 10px !important; border-bottom: 1px dotted #555;}
div#reviews>div.panel.panel-default>div.panel-body>hr {margin: 0px !important; border: 0;}
.panel-default > .panel-heading {background-color: #272727; color: #fff; border-color: #555;}
.panel-heading + .list-group .list-group-item:first-child{background-color: #333;}
.list-group-item {border: 1px solid #555; background: #333; color: #ccc !important;}
a.list-group-item:hover, a.list-group-item:focus {background: #272727; color: #fff !important;}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {background-color: #272727; border: 1px solid #555;}
.label-success {background-color: #272727; color: #777;}
.btn-success {background-color: #272727; border: 1px solid #444;}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {background: #222;}
.reviewerBlock {border: 1px dotted #444 !important;}
span.arrow, .arrow>span {border: 0 !important;}
.col-sm-10>div>div.col-sm-12.panel.panel-default {border: 1px dotted #444 !important; background: none;}
/* Edit Review Page */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {background: #171717; color: #444; border: 1px solid #444;}
.input-group-addon {background: #272727; border: 1px solid #444;}
.form-control {background: #272727; border: 1px solid #444;}
/* Footer */
footer {background: #272727;}
}
| 0.118016 | 0.053825 |
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@900&family=Rokkitt:wght@400&family=Montserrat:wght@300&display=swap");
:root {
--main-font-family: 'Rokkitt', serif;
--heading-font-family: 'Raleway', sans;
--heading-font-weight: normal;
--quote-font-family: 'Montserrat', 'sans serif';
--dark-grey: #3f3f3f;
--darkened-grey: #0c0c0c; /* 20% darker */
--lightened-grey: #7f7f7f; /* 20% lighter */
/** main colour swatches from paletton **/
--color-primary-0: #FF5E9A; /* Main Primary color */
--color-primary-1: #FFFFFF;
--color-primary-2: #FFBFD7;
--color-primary-3: #FC307B;
--color-primary-4: #E31A64;
--color-secondary-1-0: #FF825E; /* Main Secondary color (1) */
--color-secondary-1-1: #FFFFFF;
--color-secondary-1-2: #FFCEBF;
--color-secondary-1-3: #FF5F31;
--color-secondary-1-4: #FF501D;
--color-secondary-2-0: #5EFFA9; /* Main Secondary color (2) */
--color-secondary-2-1: #FFFFFF;
--color-secondary-2-2: #BFFFDD;
--color-secondary-2-3: #2FF78C;
--color-secondary-2-4: #16BF65;
--color-complement-0: #B2FF5E; /* Main Complement color */
--color-complement-1: #FFFFFF;
--color-complement-2: #E0FFBF;
--color-complement-3: #9BFC30;
--color-complement-4: #87EA1B;
--base: var(--color-primary-0);
--light-base: var(--color-primary-2);
--dark-base: var(--color-primary-3);
--highlight: var(--color-secondary-1-0);
--accent: var(--color-secondary-1-2);
--linkcolor: var(--color-complement-0);
--dark-text-colour: var(--dark-grey);
--light-text-colour: rgba(255, 255, 255, 1.0);
--gutter-small: 1rem;
--gutter-medium: 2rem;
--gutter-large: 3rem;
--gutter: var(--gutter-small);
--margin-indent: calc(0.2 * var(--gutter));
}
/** change gutter values depending on screen size **/
@media only screen and (min-width: 501px) { /** Medium up **/
:root {
--gutter: var(--gutter-medium);
}
}
@media only screen and (min-width: 1051px) { /** wide up **/
:root {
--gutter: var(--gutter-large);
}
}
|
site/src/styles/theme.css
|
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@900&family=Rokkitt:wght@400&family=Montserrat:wght@300&display=swap");
:root {
--main-font-family: 'Rokkitt', serif;
--heading-font-family: 'Raleway', sans;
--heading-font-weight: normal;
--quote-font-family: 'Montserrat', 'sans serif';
--dark-grey: #3f3f3f;
--darkened-grey: #0c0c0c; /* 20% darker */
--lightened-grey: #7f7f7f; /* 20% lighter */
/** main colour swatches from paletton **/
--color-primary-0: #FF5E9A; /* Main Primary color */
--color-primary-1: #FFFFFF;
--color-primary-2: #FFBFD7;
--color-primary-3: #FC307B;
--color-primary-4: #E31A64;
--color-secondary-1-0: #FF825E; /* Main Secondary color (1) */
--color-secondary-1-1: #FFFFFF;
--color-secondary-1-2: #FFCEBF;
--color-secondary-1-3: #FF5F31;
--color-secondary-1-4: #FF501D;
--color-secondary-2-0: #5EFFA9; /* Main Secondary color (2) */
--color-secondary-2-1: #FFFFFF;
--color-secondary-2-2: #BFFFDD;
--color-secondary-2-3: #2FF78C;
--color-secondary-2-4: #16BF65;
--color-complement-0: #B2FF5E; /* Main Complement color */
--color-complement-1: #FFFFFF;
--color-complement-2: #E0FFBF;
--color-complement-3: #9BFC30;
--color-complement-4: #87EA1B;
--base: var(--color-primary-0);
--light-base: var(--color-primary-2);
--dark-base: var(--color-primary-3);
--highlight: var(--color-secondary-1-0);
--accent: var(--color-secondary-1-2);
--linkcolor: var(--color-complement-0);
--dark-text-colour: var(--dark-grey);
--light-text-colour: rgba(255, 255, 255, 1.0);
--gutter-small: 1rem;
--gutter-medium: 2rem;
--gutter-large: 3rem;
--gutter: var(--gutter-small);
--margin-indent: calc(0.2 * var(--gutter));
}
/** change gutter values depending on screen size **/
@media only screen and (min-width: 501px) { /** Medium up **/
:root {
--gutter: var(--gutter-medium);
}
}
@media only screen and (min-width: 1051px) { /** wide up **/
:root {
--gutter: var(--gutter-large);
}
}
| 0.447702 | 0.093099 |
@font-face {
src: url(fonts/Jost-VariableFont_wght.ttf);
font-family: texts;
}
@font-face {
src: url(fonts/PROPAGAN.ttf);
font-family: head;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.container {
display: flex;
height: 100vh;
flex-direction: column;
justify-content: center;
align-items: center;
border: 2px solid black;
background-image: linear-gradient(120deg, #fd9644, #e15f41);
/*background-image: linear-gradient(120deg,#ffc048,#fd9644);*/
}
.header {
position: absolute;
top: 20px;
height: 20vh;
width: 100%;
text-align: center;
color: yellow;
font-family: head;
font-size: 35px;
}
#icon {
font-size: 35px;
position: relative;
top: 1px;
}
#icon:hover {
cursor: pointer;
}
.upper {
position: absolute;
top: 170px;
}
.entry {
width: 100%;
height: auto;
border-bottom: 2px solid gray;
padding: 8px 0 8px 16px;
font-size: 25px;
font-family: texts;
transition: all 0.3s;
}
.new {
position: absolute;
top: 230px;
display: flex;
width: 100%;
height: 60vh;
flex-direction: column;
align-items: center;
}
.lower {
position: relative;
width: 40%;
margin-top: 40px;
background: white;
max-height: 300px;
overflow: auto;
}
#check {
font-size: 25px;
float: right;
margin: 0 10px;
}
.g {
color: green;
position: relative;
top: 3px;
transition: color 0.5s ease-in;
}
.g:hover {
opacity: 0.5;
}
.r {
color: red;
position: relative;
top: 3px;
transition: color 0.5s ease-in;
}
.r:hover {
opacity: 0.5;
}
.btn {
position: absolute;
right: 4px;
outline: none;
border: none;
background: none;
}
.add {
width: 300px;
padding: 10px;
}
#refresh {
margin-top: 30px;
margin-left: 10px;
color: white;
font-size: 25px;
}
.refresh {
position: relative;
right: 10px;
font-family: texts;
font-size: 25px;
color: white;
}
.refresh:hover {
cursor: pointer;
}
.refresh:hover #refresh {
transition: all 0.5s;
transform: rotate(180deg);
}
|
JS/To-do app/style.css
|
@font-face {
src: url(fonts/Jost-VariableFont_wght.ttf);
font-family: texts;
}
@font-face {
src: url(fonts/PROPAGAN.ttf);
font-family: head;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.container {
display: flex;
height: 100vh;
flex-direction: column;
justify-content: center;
align-items: center;
border: 2px solid black;
background-image: linear-gradient(120deg, #fd9644, #e15f41);
/*background-image: linear-gradient(120deg,#ffc048,#fd9644);*/
}
.header {
position: absolute;
top: 20px;
height: 20vh;
width: 100%;
text-align: center;
color: yellow;
font-family: head;
font-size: 35px;
}
#icon {
font-size: 35px;
position: relative;
top: 1px;
}
#icon:hover {
cursor: pointer;
}
.upper {
position: absolute;
top: 170px;
}
.entry {
width: 100%;
height: auto;
border-bottom: 2px solid gray;
padding: 8px 0 8px 16px;
font-size: 25px;
font-family: texts;
transition: all 0.3s;
}
.new {
position: absolute;
top: 230px;
display: flex;
width: 100%;
height: 60vh;
flex-direction: column;
align-items: center;
}
.lower {
position: relative;
width: 40%;
margin-top: 40px;
background: white;
max-height: 300px;
overflow: auto;
}
#check {
font-size: 25px;
float: right;
margin: 0 10px;
}
.g {
color: green;
position: relative;
top: 3px;
transition: color 0.5s ease-in;
}
.g:hover {
opacity: 0.5;
}
.r {
color: red;
position: relative;
top: 3px;
transition: color 0.5s ease-in;
}
.r:hover {
opacity: 0.5;
}
.btn {
position: absolute;
right: 4px;
outline: none;
border: none;
background: none;
}
.add {
width: 300px;
padding: 10px;
}
#refresh {
margin-top: 30px;
margin-left: 10px;
color: white;
font-size: 25px;
}
.refresh {
position: relative;
right: 10px;
font-family: texts;
font-size: 25px;
color: white;
}
.refresh:hover {
cursor: pointer;
}
.refresh:hover #refresh {
transition: all 0.5s;
transform: rotate(180deg);
}
| 0.49048 | 0.0745 |
h1, h2, h3, h4, h5, h6 {
margin-top: 2rem;
margin-bottom: 2.5rem;
color: #000000
}
html {
font-family: sans-serif;
/*line-height: 1.15;*/
color:#000000;
/*-webkit-text-size-adjust: 100%;*/
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* navigation */
.sidebar-nav{
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 16%;
padding: 2rem 1rem;
background-color: #000000;
}
.nav-img{
width: 100%;
margin-top: 20px;
margin-bottom: 100px;
}
.nav{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 40;
list-style: none;
}
a {
color: rgb(160, 159, 159);
width: 100%;
text-decoration: none;
background-color: transparent;
}
.nav-link:hover{
width: 100%;
font-size: 1rem;
color: #FFF;
}
.copyright-text{
font-size: 0.8rem;
color:rgb(160, 159, 159);
}
.copyright-col{
right: -10px;
bottom: -60px;
width: 100%
}
.copyright-row{
position: absolute;
}
/* home*/
.home-title{
font-size: 50px;
line-height: 40px;
letter-spacing: -2px;
}
.home-subtitle{
font-size: 18px;
line-height: 40px;
letter-spacing: 0px;
line-break: auto;
}
.home-main{
width: 100%;
margin-top: 10px;
margin-bottom: -20px;
}
.home-video{
background-size: cover;
background-position: 50% 50%;
position: absolute;
margin: auto;
width: 100%;
height: -20%;
top: 100%;
left: -0.6%;
object-fit: cover;
z-index: -100;
}
/* About us*/
.about-title{
font-size: 50px;
line-height: 40px;
letter-spacing: -2px;
margin-left: 20px;
}
.about-subtitle{
font-size: 18px;
margin-top: -18px;
margin-left: 20px;
letter-spacing: 0px;
line-break: auto;
display: block;
}
.row-margin{
margin-top: 100px;
margin-right: 150px;
margin-bottom: 100px;
}
.img-marg{
border-radius: 325px;
border: 10px, solid;
border-color: #000000;
background-color: #000000;
margin: 1px auto;
display: block;
}
.H5-margin{
color: #000000;
margin-top: 20px;
text-align: center;
}
.P-margin{
color: #000000;
margin-top: -30px;
text-align: center;
}
.icon-mail{
border-radius: 12px;
margin: 5px 0.05px 5px 0.05px;
}
.mail-marg{
/*border-radius: 35px;*/
margin: auto auto auto 10px;
background-color: #000000;
}
.button-margin{
width: 50%;
margin-left: 120px;
position: absolute;
}
.button-margin-2{
width: 50%;
margin-left: 120px;
position: absolute;
}
.social-margin-2{
margin-top: 100;
width: 100%;
/*margin-top: 80px;*/
}
.In-marg{
margin: auto auto auto 10px;
background-color: #000000;
}
/* analytics_orders styles*/
.card-analytics{
color:#000000;
}
.div-style{
border: 1px solid lightgrey;
border-radius: 5px;
background-color: #FAFAFA;
margin-top: 10px;
margin-bottom: 10PX;
padding: 16px 0px 0px 30px;
box-shadow: 2px 2px 2px lightgrey;
}
.div-style-order{
border: 1px solid lightgrey;
border-radius: 5px;
background-color: #FAFAFA;
margin: 5px;
padding: 0px 2px 2px 0px;
box-shadow: 2px 2px 2px lightgrey;
}
.div-style-kiwer{
border: 1px solid rgb(160, 159, 159);
border-radius: 5px;
background-color: #fafafa;
margin-top: 5px;
margin-bottom: 10PX;
padding: 16px 0px 0px 30px;
box-shadow: 2px 2px 2px rgb(160, 159, 159);
}
.div-style-radios{
border: 1px solid lightgrey;
border-radius: 5px;
background-color: #FAFAFA;
margin: 5px;
padding: 5px 0px 0px 5px;
box-shadow: 2px 2px 2px lightgrey;
width: 600px;
}
.div-style-plot{
border: 1px solid rgb(160, 159, 159);
border-radius: 5px;
background-color: #FAFAFA;
margin: 5px;
padding: 5px 0px 0px 5px;
box-shadow: 2px 2px 2px rgb(160, 159, 159);
width: 100%;
color: black;
}
.div-row{
padding: 0px 0px 5px 0px;
}
.layout-text{
color:#000000;
}
.margin-plot{
margin-bottom: 10px;
margin-top: 10px;
}
.loader-wrapper > div {
visibility: visible !important;
}
|
assets/kiwi_styles.css
|
h1, h2, h3, h4, h5, h6 {
margin-top: 2rem;
margin-bottom: 2.5rem;
color: #000000
}
html {
font-family: sans-serif;
/*line-height: 1.15;*/
color:#000000;
/*-webkit-text-size-adjust: 100%;*/
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* navigation */
.sidebar-nav{
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 16%;
padding: 2rem 1rem;
background-color: #000000;
}
.nav-img{
width: 100%;
margin-top: 20px;
margin-bottom: 100px;
}
.nav{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 40;
list-style: none;
}
a {
color: rgb(160, 159, 159);
width: 100%;
text-decoration: none;
background-color: transparent;
}
.nav-link:hover{
width: 100%;
font-size: 1rem;
color: #FFF;
}
.copyright-text{
font-size: 0.8rem;
color:rgb(160, 159, 159);
}
.copyright-col{
right: -10px;
bottom: -60px;
width: 100%
}
.copyright-row{
position: absolute;
}
/* home*/
.home-title{
font-size: 50px;
line-height: 40px;
letter-spacing: -2px;
}
.home-subtitle{
font-size: 18px;
line-height: 40px;
letter-spacing: 0px;
line-break: auto;
}
.home-main{
width: 100%;
margin-top: 10px;
margin-bottom: -20px;
}
.home-video{
background-size: cover;
background-position: 50% 50%;
position: absolute;
margin: auto;
width: 100%;
height: -20%;
top: 100%;
left: -0.6%;
object-fit: cover;
z-index: -100;
}
/* About us*/
.about-title{
font-size: 50px;
line-height: 40px;
letter-spacing: -2px;
margin-left: 20px;
}
.about-subtitle{
font-size: 18px;
margin-top: -18px;
margin-left: 20px;
letter-spacing: 0px;
line-break: auto;
display: block;
}
.row-margin{
margin-top: 100px;
margin-right: 150px;
margin-bottom: 100px;
}
.img-marg{
border-radius: 325px;
border: 10px, solid;
border-color: #000000;
background-color: #000000;
margin: 1px auto;
display: block;
}
.H5-margin{
color: #000000;
margin-top: 20px;
text-align: center;
}
.P-margin{
color: #000000;
margin-top: -30px;
text-align: center;
}
.icon-mail{
border-radius: 12px;
margin: 5px 0.05px 5px 0.05px;
}
.mail-marg{
/*border-radius: 35px;*/
margin: auto auto auto 10px;
background-color: #000000;
}
.button-margin{
width: 50%;
margin-left: 120px;
position: absolute;
}
.button-margin-2{
width: 50%;
margin-left: 120px;
position: absolute;
}
.social-margin-2{
margin-top: 100;
width: 100%;
/*margin-top: 80px;*/
}
.In-marg{
margin: auto auto auto 10px;
background-color: #000000;
}
/* analytics_orders styles*/
.card-analytics{
color:#000000;
}
.div-style{
border: 1px solid lightgrey;
border-radius: 5px;
background-color: #FAFAFA;
margin-top: 10px;
margin-bottom: 10PX;
padding: 16px 0px 0px 30px;
box-shadow: 2px 2px 2px lightgrey;
}
.div-style-order{
border: 1px solid lightgrey;
border-radius: 5px;
background-color: #FAFAFA;
margin: 5px;
padding: 0px 2px 2px 0px;
box-shadow: 2px 2px 2px lightgrey;
}
.div-style-kiwer{
border: 1px solid rgb(160, 159, 159);
border-radius: 5px;
background-color: #fafafa;
margin-top: 5px;
margin-bottom: 10PX;
padding: 16px 0px 0px 30px;
box-shadow: 2px 2px 2px rgb(160, 159, 159);
}
.div-style-radios{
border: 1px solid lightgrey;
border-radius: 5px;
background-color: #FAFAFA;
margin: 5px;
padding: 5px 0px 0px 5px;
box-shadow: 2px 2px 2px lightgrey;
width: 600px;
}
.div-style-plot{
border: 1px solid rgb(160, 159, 159);
border-radius: 5px;
background-color: #FAFAFA;
margin: 5px;
padding: 5px 0px 0px 5px;
box-shadow: 2px 2px 2px rgb(160, 159, 159);
width: 100%;
color: black;
}
.div-row{
padding: 0px 0px 5px 0px;
}
.layout-text{
color:#000000;
}
.margin-plot{
margin-bottom: 10px;
margin-top: 10px;
}
.loader-wrapper > div {
visibility: visible !important;
}
| 0.323701 | 0.068537 |
label {
font-family: 'HeboRegular' !important;
}
.section-banner {
width: 100%;
padding-right: 15px;
padding-left: 5%;
}
.text-chocolate {
color: #D69A6D;
}
a.text-chocolate:hover, a.text-chocolate:focus {
color: #545b62;
}
.bg-chocolate {
background-color: #D69A6D;
}
.learn-more {
padding: 10px;
}
.learn-more i {
color: #FFFFFF;
}
.learn-more:hover {
text-decoration: none !important;
}
.medsos-info {
z-index: 99999;
position: absolute;
top: 0;
left: 0;
background-color: #474442;
content: '';
width: 3%;
height: 100%;
}
.medsos-info i {
color: #FFFFFF;
transition: all 0.3s;
}
.medsos-info ul {
list-style: none;
display: inline;
}
.medsos-info ul li {
padding: 2px;
}
.text-center {
text-align: center;
}
.services::before {
background-color: #f3f3f3;
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.4;
}
.logo {
position: relative;
top: 0;
height: 80px;
}
.text-info-services {
color: #000000;
width: 100%;
text-align: left;
}
.contact-item-thumb-img {
width: 100%;
}
.contact-item-img {
position: absolute;
bottom: 5%;
right: 10%;
}
.top-40 {
top: 40px;
}
.thumb-ebook {
width: 100%;
position: absolute;
top: -80px;
left: 0;
}
.produk-img {
width: 100%;
}
.address {
list-style: none;
font-family: 'HeboLight' !important;
}
.address li {
text-align: left;
}
.middle-banner::before {
background-color: #f3f3f3;
content: '';
position: absolute;
width: 100%;
height: 30%;
top: 0;
left: 0;
opacity: 0.4;
}
.middle-banner::after {
background-color: #000000;
content: '';
position: absolute;
width: 100%;
height: 70%;
bottom: 0;
left: 0;
}
.circle {
background-color: #e6e5e5;
width: 18em;
height: 18em;
right: -5vw;
z-index: 99;
padding-top: 5em;
padding-left: 2em;
padding-right: 2em;
text-align: center;
border-radius: 50%;
top: -5em;
position: absolute;
}
.circle span {
font-size: 0.8em;
font-family: 'HeboLight' !important;
}
.circle a {
color: #000000;
text-decoration: underline;
font-family: 'oldStandartItalic' !important;
font-size: 36px;
}
.circle a:hover {
color: #000000;
text-decoration: underline;
}
.circle h5 {
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 100;
line-height: 1.2;
color: inherit;
font-size: 19px;
padding-top: 1em;
}
.circle_bottom {
width: 18em;
height: 18em;
border-radius: 50%;
background: #000000;
color: #FFFFFF;
bottom: 0;
padding-top: 5em;
padding-left: 2em;
padding-right: 2em;
text-align: center;
bottom: 0;
position: absolute;
right: 0;
}
.circle_bottom a {
color: #FFFFFF;
text-decoration: underline;
font-family: 'oldStandartItalic' !important;
font-size: 2em;
}
.circle_bottom a:hover {
color: #FFFFFF;
text-decoration: underline;
}
.circle_bottom span {
font-size: 0.8em;
font-family: 'HeboLight' !important;
}
.circle_bottom h5 {
font-size: 19px;
padding-top: 1em;
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 100;
line-height: 1.2;
color: inherit;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-open:checked + .carousel-item-custom {
position: static;
opacity: 100;
}
.carousel-item-custom {
position: absolute;
opacity: 0;
-webkit-transition: opacity 0.6s ease-out;
transition: opacity 0.6s ease-out;
}
.carousel-item-custom img {
display: block;
height: auto;
width: 100%;
}
.carousel-control {
background: rgba(0, 0, 0, 0.28);
border-radius: 50%;
color: #fff;
cursor: pointer;
display: none;
font-size: 40px;
height: 40px;
line-height: 35px;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
cursor: pointer;
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
text-align: center;
width: 40px;
z-index: 10;
}
.carousel-control.prev {
left: 2%;
}
.carousel-control.next {
right: 2%;
}
.carousel-control:hover {
background: rgba(0, 0, 0, 0.8);
color: #aaaaaa;
}
#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
display: block;
}
.carousel-indicators {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
bottom: 2%;
left: 0;
right: 0;
text-align: center;
z-index: 10;
}
.carousel-indicators li {
display: inline-block;
margin: 0 5px;
}
.carousel-bullet {
color: #000000;
cursor: pointer;
display: block;
font-size: 35px;
}
.carousel-bullet:hover {
color: #aaaaaa;
}
#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet {
color: #ff0000;
}
.form-contact {
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #ffffff;
background-color: #34343300;
display: block;
width: 100%;
height: calc(3.5em + 1.75rem + 5px);
border-bottom: 1px solid #ced4da;
border-top: 0;
border-left: 0;
border-right: 0;
}
.form-group input {
outline: 0;
font-family: 'HeboRegular' !important;
}
.form-group textarea {
outline: 0;
font-family: 'HeboRegular' !important;
}
.form-contact textarea {
resize: none;
height: 200px;
outline: 0;
font-family: 'HeboRegular' !important;
}
.btn-submit-contact {
color: #000000;
background-color: #f5f5f5;
padding: 1vw;
text-align: center;
text-transform: uppercase;
font-size: 14px;
font-family: 'HeboRegular' !important;
}
footer {
background-color: #fff;
color: #6e6e6c;
}
.form-search {
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #000000;
background-color: #ffffff;
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
border-bottom: 1px solid #ced4da;
border-top: 0;
border-left: 0;
border-right: 0;
}
.form-search-icon {
display: flex;
}
.form-search-icon-m {
display: none;
visibility: hidden;
}
.form-search-icon img {
height: 20px;
position: absolute;
top: 3vw;
right: 6vw;
}
.form-search-icon-m img {
height: 20px;
position: static;
top: 3vw;
right: 6vw;
}
.form-search-icon input {
outline:0;
}
.form-search-icon-m input {
outline:0;
}
.desktop_only {
display: block;
visibility: visible;
}
.mobile_only {
display: none;
visibility: hidden;
}
.about_deskription {
padding: 1em;
font-size: 1.7em;
text-align: justify;
color: #333333;
}
.about_deskription a {
color: #676767;
text-decoration: none;
}
.about_link {
position: absolute;color: #000000; border: 1px solid #de75dd; padding: 1em;font-weight: 600;
}
.article_description {
padding: 1em;
font-size: 1.7em;
text-align: justify;
color: #333333;
}
.article_category {
font-size: 0.8em;
padding: 1em;
display: block;
text-transform: uppercase;
font-family: 'HeboRegular' !important;
letter-spacing: 5px;
}
@media (min-width: 1200px) {
.form-search-icon img {
position: static;
top: 0;
right: 0;
margin-top: 10px;
}
}
@media (max-width: 992px) {
.contact_section {
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
}
@media (min-width: 768px) and (max-width: 992px) {
section {
padding: 1.5rem 0;
}
.article_title {
font-size: 1.3rem;
}
.article_description {
font-size: 18px;
}
.about_deskription {
font-size: 18px;
}
.about_link {
position: relative;
}
.desktop_only {
display: none !important;
visibility: hidden !important;
}
.mobile_only {
display: block;
visibility: visible;
}
.logo {
position: relative;
left: 0;
}
.form-search-icon {
display: none;
visibility: hidden;
}
.form-search-icon-m {
display: flex;
visibility: visible;
margin-bottom: 2vw;
margin-top: 5vw;
}
.article_title {
font-size: 1rem !important;
}
.circle {
padding: 4.25vw;
top: -2vw;
height: 25vw;
width: 25vw;
right: -2vw;
}
.circle h5 {
padding-top: 0 !important;
}
.circle a {
font-size: 1.2rem;
}
.circle_news {
bottom: 0;
padding: 3vw;
left: 0;
position: relative;
border-radius: 50%;
padding-top: 2em !important;
width: 25vw !important;
height: 25vw !important;
bottom: -2em !important;
}
.circle_news h5 {
font-size: 0.6em !important;
}
.circle_bottom {
width: 25vw !important;
height: 25vw !important;
bottom: 0;
padding: 3vw;
position: relative;
border-radius: 50%;
right: 5em;
top: 5em;
}
.circle_bottom h5 {
font-size: 10px !important;
}
.about_title {
font-size: 1.4em !important;
}
}
.right {
float: right;
}
.flow-root {
display: flow-root;
}
.p-relative {
position: relative;
}
.nav-language {
position: absolute;
top: 0;
right: 0;
}
.full-width {
width: 100% !important;
}
.text-md {
font-size: 2rem;
}
.p-absolute-left {
position: absolute !important;
left: 0;
}
.p-absolute-right {
position: absolute !important;
right: 0;
}
.p-absolute-top {
position: absolute !important;
top: 0;
}
.p-absolute-bottom {
position: absolute !important;
bottom: 0;
}
.form-subscribe {
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #343433;
background-color: #ffffff;
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
border-bottom: 1px solid #ced4da;
border-top: 0;
border-left: 0;
border-right: 0;
}
.about_title {
font-size: 3em;
}
.absolute-top {
top: 0;
}
.absolute-left {
left: 0;
}
.absolute-right {
right: 0;
}
.absolute-bottom {
bottom: 0;
}
.grid-item { width: 265px; display: block; }
.grid-item a {
color: #515256;
text-decoration: none;
}
.grid-item a:hover {
color: #3d3d33;
text-decoration: #aaaaaa;
}
.sidebar_news {
position: absolute;
top: 0;
right: -10em;
z-index: 999;
}
.sidebar_news_detail {
position: relative;
z-index: 999;
}
.sidebar_news a {
cursor: pointer;
}
.sidebar_news a:hover {
text-decoration: none;
color: #aaaaaa;
}
.nav_article_category {
display: flex;
list-style: none;
width: 100%;
font-family: 'HeboRegular' !important;
}
.nav_article_category li {
padding: 1em;
text-align: center;
text-transform: uppercase;
cursor: pointer;
}
.nav_article_category li:hover {
text-decoration: underline;
}
.nav_article_category li a {
text-decoration: none;
}
.nav_article_category li a:hover {
color: #aaaaaa;
text-decoration: none;
}
.nav_article_category li:active {
text-decoration: underline;
color: #aaaaaa;
}
@media (min-width: 1300px) and (max-width: 1448px) {
.sidebar_news {
right: -4em;
}
}
@media (min-width: 768px) and (max-width: 1299px) {
.sidebar_news {
display: none !important;
visibility: hidden !important;
}
.sidebar_news_mobile {
display: block !important;
visibility: visible !important;
}
.news_tag {
display: none;
visibility: hidden;
}
.form-search-icon img {
top: auto !important;
right: 3vw !important;
position: relative !important;
}
}
@media (max-width: 767px) {
.notfound_info {
top: 273px !important;
left: 20% !important
}
.loader img {
height: 70px !important;
left: 25% !important;
}
.about_description{
margin-left: 0 !important;
}
.bottom_about_info{
font-size: 1rem !important;
padding-left: 0 !important;
}
section {
padding: 1.5rem 0;
}
.circle_news {
display: none;
visibility: hidden;
}
.circle_bottom {
display: none;
visibility: hidden;
}
.circle {
display: none;
visibility: hidden;
}
.about_deskription {
font-size: 16px;
}
.about_link {
position: relative;
}
.article_description {
font-size: 16px;
}
.article_title {
font-size: 1rem;
}
.desktop_only {
display: none !important;
visibility: hidden !important;
}
.form-search-icon {
display: none;
visibility: hidden;
}
.form-search-icon-m {
display: flex;
visibility: visible;
margin-bottom: 2vw;
margin-top: 5vw;
}
.float-left {
float:none !important
}
.float-right {
float:none !important
}
.sidebar_news {
display: none !important;
visibility: hidden !important;
}
.sidebar_news_detail {
display: none !important;
visibility: hidden !important;
}
.sidebar_news_mobile {
display: block !important;
visibility: visible !important;
}
.grid-item {
width: 100% !important;
}
.btn-submit-comment {
width: 100% !important;
}
.mobile_only {
display: block !important;
visibility: visible !important;
}
.related_news h1 {
font-size: 1rem !important;
}
.bredcrumb {
font-size: 0.8rem;
}
.news_content h1 {
font-size: 1rem !important;
}
.comment_section h1 {
font-size: 1rem !important;
}
.contact_description button {
width: 100% !important;
}
.footer button {
width: 100% !important;
}
}
.artikel_circle_container {
position: absolute;
bottom: 8vw;
right: 0;
}
.sidebar_news_mobile {
display: none;
visibility: hidden;
}
.news_navigate {
position: relative;
width: 100%;
}
.news_navigate p {
line-height: 3;
font-size: 1rem;
}
.flex.vend {
align-items: flex-end;
}
.between {
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
}
.form-comment {
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #343433;
background-color: #ffffff;
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
border-bottom: 1px solid #343433;
border-top: 0;
border-left: 0;
border-right: 0;
}
.check {
display: none;
}
.check + label {
cursor: pointer;
position: relative;
display: inline-block;
font-size: 11px;
margin: 8px 0;
padding: 0 0 0 20px;
font-weight: 400;
}
.check + label:after {
content: '';
display: inline-block;
vertical-align: sub;
border: 1px solid #D6D6D6;
background-color: #fff;
width: 15px;
height: 15px;
position: absolute;
top: 1px;
left: 0;
z-index: 1;
text-align: center;
}
.check:checked + label:before, .check.checked + label:before {
position: absolute;
content: "";
margin: auto;
background: url(../images/ico/ico-check.svg) top center no-repeat;
background-size: 15px;
width: 15px;
height: 13px;
top: -1px;
left: 3px;
z-index: 3;
}
.btn-submit-comment {
color: #000000;
background-color: #ffffff;
padding: 1vw;
text-align: center;
text-transform: uppercase;
font-size: 14px;
border: 1px solid #343433;
}
.news_content p {
letter-spacing: 1.2px;
line-height: 1.5;
font-family: 'RobotoSanSerif' !important;
text-align: left;
}
.hover {
overflow: hidden;
position: relative;
/* padding-bottom: 60%; */
}
.hover-overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 90;
transition: all 0.4s;
}
.hover img {
width: 100%;
/* position: absolute; */
top: 0;
left: 0;
transition: all 0.3s;
}
.hover-content {
position: relative;
z-index: 99;
}
.hover-2 .hover-overlay {
background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}
.hover-2-title {
position: absolute;
top: 50%;
left: 0;
text-align: center;
width: 100%;
z-index: 99;
transition: all 0.3s;
}
.hover-2-description {
width: 100%;
position: absolute;
bottom: 0;
opacity: 0;
left: 0;
text-align: center;
z-index: 99;
transition: all 0.3s;
}
.hover-2:hover .hover-2-title {
transform: translateY(-1.5rem);
}
.hover-2:hover .hover-2-description {
bottom: 0.5rem;
opacity: 1;
}
.hover-2:hover .hover-overlay {
background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}
.text-error {
color: #f71a0a;
font-family: 'HeboRegular' !important;
}
.news_date {
position: absolute;
right: 0;
}
@font-face {
font-family: Inconsolata;
src: url('../fonts/02_Inconsolata/InconsolataCondensed-ExtraLight.ttf');
}
@font-face {
font-family: InconsolataMedium;
src: url('../fonts/02_Inconsolata/InconsolataCondensed-Medium.ttf');
}
@font-face {
font-family: InconsolataBold;
src: url('../fonts/02_Inconsolata/InconsolataCondensed-ExtraBold.ttf');
}
@font-face {
font-family: InconsolataLight;
src: url('../fonts/02_Inconsolata/InconsolataCondensed-Light.ttf');
}
@font-face {
font-family: oldStandartRegular;
src: url('../fonts/03_Old_standart/OldStandardTT-Regular.ttf');
}
@font-face {
font-family: oldStandartItalic;
src: url('../fonts/03_Old_standart/OldStandardTT-Italic.ttf');
}
@font-face {
font-family: HeboThin;
src: url('../fonts/01_Heebo/Heebo-Thin.ttf');
}
@font-face {
font-family: HeboRegular;
src: url('../fonts/01_Heebo/Heebo-Regular.ttf');
}
@font-face {
font-family: HeboLight;
src: url('../fonts/01_Heebo/Heebo-Light.ttf');
}
@font-face {
font-family: RobotoSanSerif;
src: url('../fonts/04_Roboto/Roboto-Regular.ttf');
}
.ff-inconsolata {
font-family: 'Inconsolata' !important;
}
.ff-inconsolata-med {
font-family: 'InconsolataMedium' !important;
}
.ff-inconsolata-b {
font-family: 'InconsolataBold' !important;
}
.ff-inconsolata-l {
font-family: 'InconsolataLight' !important;
}
.ff-old-standart {
font-family: 'oldStandartRegular' !important;
}
.ff-old-standart-itaic {
font-family: 'oldStandartItalic' !important;
}
.ff-heebo-thin {
font-family: 'HeboThin' !important;
}
.ff-heebo-regular {
font-family: 'HeboRegular' !important;
}
.ff-heebo-light {
font-family: 'HeboLight' !important;
}
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
animation-name: jssorl-009-spin;
animation-duration: 1.6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/*jssor slider bullet skin 132 css*/
.jssorb132 {position:absolute;}
.jssorb132 .i {position:absolute;cursor:pointer;}
.jssorb132 .i .b {fill:#fff;fill-opacity:0.8;stroke:#000;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.7;}
.jssorb132 .i:hover .b {fill:#000;fill-opacity:.7;stroke:#fff;stroke-width:2000;stroke-opacity:0.8;}
.jssorb132 .iav .b {fill:#000;stroke:#fff;stroke-width:2400;fill-opacity:0.8;stroke-opacity:1;}
.jssorb132 .i.idn {opacity:0.3;}
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
.news_intro {
line-height: 2;
letter-spacing: 2px;
}
.news_tag,
.news_intro,
.news_content,
.bredcrumb,
.bredcrumb a {
font-family: 'HeboLight' !important;
}
.video_title {
font-size: 1.5em;
}
.doctor_profile {
position: absolute;
top: 0;
display: block;
margin: 10px;
}
.doctor_profile img {
height: 100px;
width: auto;
border-radius: 50%;
}
.view_doctor_detail:focus {
opacity: 0.4;
}
@media (min-width: 992px) {
.navbar-expand-lg {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem !important;
padding-left: 1.5rem !important;
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
.article_title {
font-size: 26px;
font-weight: 100;
line-height: 1.2;
color: inherit;
margin-bottom: 0.5rem;
text-transform: capitalize !important;
}
.article_title a {
color: #676767;
text-decoration: none;
}
.article_title a:hover, a:focus {
color: #70d5b8;
text-decoration: none;
}
.circle_news {
width: 18em;
height: 18em;
border-radius: 50%;
background: #000000;
color: #FFFFFF;
bottom: 0;
padding-top: 5em;
padding-left: 2em;
padding-right: 2em;
text-align: center;
bottom: -6em;
position: absolute;
left: -5em;
}
.circle_news span {
font-size: 0.8em;
font-family: 'HeboLight' !important;
}
.circle_news h5 {
font-size: 19px;
padding-top: 1em;
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 100;
line-height: 1.2;
color: inherit;
}
.circle_news a {
color: #FFFFFF;
text-decoration: underline;
font-family: 'oldStandartItalic' !important;
font-size: 2em;
}
.circle_news a:hover {
color: #FFFFFF;
text-decoration: underline;
}
.article_description a {
color: #676767;
text-decoration: none;
}
.article_description a:hover, a:focus {
color: #70d5b8;
text-decoration: none;
}
.contact_description {
font-size: 1.7em;
font-family: 'InconsolataMedium' !important;
}
.contact_description button {
font-weight: 400;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 2.5;
border-radius: 0.25rem;
width: 39%;
height: 13%;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.footer h4 {
font-size: 1.5rem;
}
.footer h4, h6 {
font-weight: 100;
line-height: 1.2;
color: inherit;
}
.footer button {
line-height: 0.5 !important;
}
.author {
display: flex;
height: 40px;
position: relative;
}
.author img {
height: 40px;
position: absolute;
left: 10px;
}
.author-info:first-of-type {
bottom: 0;
}
.author-info {
position: absolute;
left: 75px;
font-size: 12px;
font-weight: 600;
line-height: 60px;
}
.bottom_about_info {
font-size: 4rem;
text-transform: capitalize !important;
text-align: left;
padding-left: 1em;
letter-spacing: 4px;
line-height: 0.99;
font-family: 'InconsolataLight' !important;
}
.about_description {
margin-left: 3rem;
margin-top: 3rem !important;
}
.about_description h3 {
font-family: 'InconsolataLight' !important;
text-transform: capitalize !important;
margin-bottom: 3rem !important;
}
.about_description p {
text-align: left !important;
line-height: 2;
}
.side_desc_bottom_left {
margin-bottom: 3rem !important;
font-family: 'oldStandartRegular' !important;
font-size: 1.4rem;
color: #FFFFFF;
}
.side_desc_bottom_left_button {
/* border-color: #fbd214 !important; */
border-color: magenta !important;
text-transform: capitalize;
font-family: 'HeboRegular' !important;
}
.artikel_label_page {
font-family: 'InconsolataMedium' !important;
font-size: 2rem;
text-transform: capitalize !important;
text-align: left !important;
margin-bottom: 3rem !important;
}
.publish_info {
font-family: 'HeboRegular' !important;
color: #fbd214 !important;
margin-top: 1rem !important;
display: flex !important;
margin-bottom: 1rem !important;
}
.news_button_more a {
font-family: 'HeboRegular' !important;
color: #fbd214 !important;
text-transform: uppercase;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: rgb(249,249,249);
opacity: 1;
}
.loader img {
height: 120px;
position: absolute;
top: 50%;
left: 35vw;
}
.about_title {
font-size: 2.4rem !important;
}
.notfound_info {
position: absolute;
color: #FFFFFF;
text-align: center;
top: 180px;
left: 42%;
}
.notfound_info h1 {
font-size: 4.4rem;
margin-bottom: 8px !important;
}
.news_landing_title {
font-family: 'oldStandartRegular' !important;
width: 100% !important;
margin-top: 1.5rem !important;
margin-bottom: 1rem !important;
display: flex im !important;
position: relative;
font-size: 1.5rem;
font-weight: 400 !important;
}
.news_detail_title {
font-family: 'oldStandartRegular' !important;
font-size: 2rem;
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
font-weight: 400 !important;
}
|
public/css/custom.css
|
label {
font-family: 'HeboRegular' !important;
}
.section-banner {
width: 100%;
padding-right: 15px;
padding-left: 5%;
}
.text-chocolate {
color: #D69A6D;
}
a.text-chocolate:hover, a.text-chocolate:focus {
color: #545b62;
}
.bg-chocolate {
background-color: #D69A6D;
}
.learn-more {
padding: 10px;
}
.learn-more i {
color: #FFFFFF;
}
.learn-more:hover {
text-decoration: none !important;
}
.medsos-info {
z-index: 99999;
position: absolute;
top: 0;
left: 0;
background-color: #474442;
content: '';
width: 3%;
height: 100%;
}
.medsos-info i {
color: #FFFFFF;
transition: all 0.3s;
}
.medsos-info ul {
list-style: none;
display: inline;
}
.medsos-info ul li {
padding: 2px;
}
.text-center {
text-align: center;
}
.services::before {
background-color: #f3f3f3;
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.4;
}
.logo {
position: relative;
top: 0;
height: 80px;
}
.text-info-services {
color: #000000;
width: 100%;
text-align: left;
}
.contact-item-thumb-img {
width: 100%;
}
.contact-item-img {
position: absolute;
bottom: 5%;
right: 10%;
}
.top-40 {
top: 40px;
}
.thumb-ebook {
width: 100%;
position: absolute;
top: -80px;
left: 0;
}
.produk-img {
width: 100%;
}
.address {
list-style: none;
font-family: 'HeboLight' !important;
}
.address li {
text-align: left;
}
.middle-banner::before {
background-color: #f3f3f3;
content: '';
position: absolute;
width: 100%;
height: 30%;
top: 0;
left: 0;
opacity: 0.4;
}
.middle-banner::after {
background-color: #000000;
content: '';
position: absolute;
width: 100%;
height: 70%;
bottom: 0;
left: 0;
}
.circle {
background-color: #e6e5e5;
width: 18em;
height: 18em;
right: -5vw;
z-index: 99;
padding-top: 5em;
padding-left: 2em;
padding-right: 2em;
text-align: center;
border-radius: 50%;
top: -5em;
position: absolute;
}
.circle span {
font-size: 0.8em;
font-family: 'HeboLight' !important;
}
.circle a {
color: #000000;
text-decoration: underline;
font-family: 'oldStandartItalic' !important;
font-size: 36px;
}
.circle a:hover {
color: #000000;
text-decoration: underline;
}
.circle h5 {
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 100;
line-height: 1.2;
color: inherit;
font-size: 19px;
padding-top: 1em;
}
.circle_bottom {
width: 18em;
height: 18em;
border-radius: 50%;
background: #000000;
color: #FFFFFF;
bottom: 0;
padding-top: 5em;
padding-left: 2em;
padding-right: 2em;
text-align: center;
bottom: 0;
position: absolute;
right: 0;
}
.circle_bottom a {
color: #FFFFFF;
text-decoration: underline;
font-family: 'oldStandartItalic' !important;
font-size: 2em;
}
.circle_bottom a:hover {
color: #FFFFFF;
text-decoration: underline;
}
.circle_bottom span {
font-size: 0.8em;
font-family: 'HeboLight' !important;
}
.circle_bottom h5 {
font-size: 19px;
padding-top: 1em;
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 100;
line-height: 1.2;
color: inherit;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-open:checked + .carousel-item-custom {
position: static;
opacity: 100;
}
.carousel-item-custom {
position: absolute;
opacity: 0;
-webkit-transition: opacity 0.6s ease-out;
transition: opacity 0.6s ease-out;
}
.carousel-item-custom img {
display: block;
height: auto;
width: 100%;
}
.carousel-control {
background: rgba(0, 0, 0, 0.28);
border-radius: 50%;
color: #fff;
cursor: pointer;
display: none;
font-size: 40px;
height: 40px;
line-height: 35px;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
cursor: pointer;
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
text-align: center;
width: 40px;
z-index: 10;
}
.carousel-control.prev {
left: 2%;
}
.carousel-control.next {
right: 2%;
}
.carousel-control:hover {
background: rgba(0, 0, 0, 0.8);
color: #aaaaaa;
}
#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
display: block;
}
.carousel-indicators {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
bottom: 2%;
left: 0;
right: 0;
text-align: center;
z-index: 10;
}
.carousel-indicators li {
display: inline-block;
margin: 0 5px;
}
.carousel-bullet {
color: #000000;
cursor: pointer;
display: block;
font-size: 35px;
}
.carousel-bullet:hover {
color: #aaaaaa;
}
#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet {
color: #ff0000;
}
.form-contact {
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #ffffff;
background-color: #34343300;
display: block;
width: 100%;
height: calc(3.5em + 1.75rem + 5px);
border-bottom: 1px solid #ced4da;
border-top: 0;
border-left: 0;
border-right: 0;
}
.form-group input {
outline: 0;
font-family: 'HeboRegular' !important;
}
.form-group textarea {
outline: 0;
font-family: 'HeboRegular' !important;
}
.form-contact textarea {
resize: none;
height: 200px;
outline: 0;
font-family: 'HeboRegular' !important;
}
.btn-submit-contact {
color: #000000;
background-color: #f5f5f5;
padding: 1vw;
text-align: center;
text-transform: uppercase;
font-size: 14px;
font-family: 'HeboRegular' !important;
}
footer {
background-color: #fff;
color: #6e6e6c;
}
.form-search {
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #000000;
background-color: #ffffff;
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
border-bottom: 1px solid #ced4da;
border-top: 0;
border-left: 0;
border-right: 0;
}
.form-search-icon {
display: flex;
}
.form-search-icon-m {
display: none;
visibility: hidden;
}
.form-search-icon img {
height: 20px;
position: absolute;
top: 3vw;
right: 6vw;
}
.form-search-icon-m img {
height: 20px;
position: static;
top: 3vw;
right: 6vw;
}
.form-search-icon input {
outline:0;
}
.form-search-icon-m input {
outline:0;
}
.desktop_only {
display: block;
visibility: visible;
}
.mobile_only {
display: none;
visibility: hidden;
}
.about_deskription {
padding: 1em;
font-size: 1.7em;
text-align: justify;
color: #333333;
}
.about_deskription a {
color: #676767;
text-decoration: none;
}
.about_link {
position: absolute;color: #000000; border: 1px solid #de75dd; padding: 1em;font-weight: 600;
}
.article_description {
padding: 1em;
font-size: 1.7em;
text-align: justify;
color: #333333;
}
.article_category {
font-size: 0.8em;
padding: 1em;
display: block;
text-transform: uppercase;
font-family: 'HeboRegular' !important;
letter-spacing: 5px;
}
@media (min-width: 1200px) {
.form-search-icon img {
position: static;
top: 0;
right: 0;
margin-top: 10px;
}
}
@media (max-width: 992px) {
.contact_section {
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
}
@media (min-width: 768px) and (max-width: 992px) {
section {
padding: 1.5rem 0;
}
.article_title {
font-size: 1.3rem;
}
.article_description {
font-size: 18px;
}
.about_deskription {
font-size: 18px;
}
.about_link {
position: relative;
}
.desktop_only {
display: none !important;
visibility: hidden !important;
}
.mobile_only {
display: block;
visibility: visible;
}
.logo {
position: relative;
left: 0;
}
.form-search-icon {
display: none;
visibility: hidden;
}
.form-search-icon-m {
display: flex;
visibility: visible;
margin-bottom: 2vw;
margin-top: 5vw;
}
.article_title {
font-size: 1rem !important;
}
.circle {
padding: 4.25vw;
top: -2vw;
height: 25vw;
width: 25vw;
right: -2vw;
}
.circle h5 {
padding-top: 0 !important;
}
.circle a {
font-size: 1.2rem;
}
.circle_news {
bottom: 0;
padding: 3vw;
left: 0;
position: relative;
border-radius: 50%;
padding-top: 2em !important;
width: 25vw !important;
height: 25vw !important;
bottom: -2em !important;
}
.circle_news h5 {
font-size: 0.6em !important;
}
.circle_bottom {
width: 25vw !important;
height: 25vw !important;
bottom: 0;
padding: 3vw;
position: relative;
border-radius: 50%;
right: 5em;
top: 5em;
}
.circle_bottom h5 {
font-size: 10px !important;
}
.about_title {
font-size: 1.4em !important;
}
}
.right {
float: right;
}
.flow-root {
display: flow-root;
}
.p-relative {
position: relative;
}
.nav-language {
position: absolute;
top: 0;
right: 0;
}
.full-width {
width: 100% !important;
}
.text-md {
font-size: 2rem;
}
.p-absolute-left {
position: absolute !important;
left: 0;
}
.p-absolute-right {
position: absolute !important;
right: 0;
}
.p-absolute-top {
position: absolute !important;
top: 0;
}
.p-absolute-bottom {
position: absolute !important;
bottom: 0;
}
.form-subscribe {
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #343433;
background-color: #ffffff;
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
border-bottom: 1px solid #ced4da;
border-top: 0;
border-left: 0;
border-right: 0;
}
.about_title {
font-size: 3em;
}
.absolute-top {
top: 0;
}
.absolute-left {
left: 0;
}
.absolute-right {
right: 0;
}
.absolute-bottom {
bottom: 0;
}
.grid-item { width: 265px; display: block; }
.grid-item a {
color: #515256;
text-decoration: none;
}
.grid-item a:hover {
color: #3d3d33;
text-decoration: #aaaaaa;
}
.sidebar_news {
position: absolute;
top: 0;
right: -10em;
z-index: 999;
}
.sidebar_news_detail {
position: relative;
z-index: 999;
}
.sidebar_news a {
cursor: pointer;
}
.sidebar_news a:hover {
text-decoration: none;
color: #aaaaaa;
}
.nav_article_category {
display: flex;
list-style: none;
width: 100%;
font-family: 'HeboRegular' !important;
}
.nav_article_category li {
padding: 1em;
text-align: center;
text-transform: uppercase;
cursor: pointer;
}
.nav_article_category li:hover {
text-decoration: underline;
}
.nav_article_category li a {
text-decoration: none;
}
.nav_article_category li a:hover {
color: #aaaaaa;
text-decoration: none;
}
.nav_article_category li:active {
text-decoration: underline;
color: #aaaaaa;
}
@media (min-width: 1300px) and (max-width: 1448px) {
.sidebar_news {
right: -4em;
}
}
@media (min-width: 768px) and (max-width: 1299px) {
.sidebar_news {
display: none !important;
visibility: hidden !important;
}
.sidebar_news_mobile {
display: block !important;
visibility: visible !important;
}
.news_tag {
display: none;
visibility: hidden;
}
.form-search-icon img {
top: auto !important;
right: 3vw !important;
position: relative !important;
}
}
@media (max-width: 767px) {
.notfound_info {
top: 273px !important;
left: 20% !important
}
.loader img {
height: 70px !important;
left: 25% !important;
}
.about_description{
margin-left: 0 !important;
}
.bottom_about_info{
font-size: 1rem !important;
padding-left: 0 !important;
}
section {
padding: 1.5rem 0;
}
.circle_news {
display: none;
visibility: hidden;
}
.circle_bottom {
display: none;
visibility: hidden;
}
.circle {
display: none;
visibility: hidden;
}
.about_deskription {
font-size: 16px;
}
.about_link {
position: relative;
}
.article_description {
font-size: 16px;
}
.article_title {
font-size: 1rem;
}
.desktop_only {
display: none !important;
visibility: hidden !important;
}
.form-search-icon {
display: none;
visibility: hidden;
}
.form-search-icon-m {
display: flex;
visibility: visible;
margin-bottom: 2vw;
margin-top: 5vw;
}
.float-left {
float:none !important
}
.float-right {
float:none !important
}
.sidebar_news {
display: none !important;
visibility: hidden !important;
}
.sidebar_news_detail {
display: none !important;
visibility: hidden !important;
}
.sidebar_news_mobile {
display: block !important;
visibility: visible !important;
}
.grid-item {
width: 100% !important;
}
.btn-submit-comment {
width: 100% !important;
}
.mobile_only {
display: block !important;
visibility: visible !important;
}
.related_news h1 {
font-size: 1rem !important;
}
.bredcrumb {
font-size: 0.8rem;
}
.news_content h1 {
font-size: 1rem !important;
}
.comment_section h1 {
font-size: 1rem !important;
}
.contact_description button {
width: 100% !important;
}
.footer button {
width: 100% !important;
}
}
.artikel_circle_container {
position: absolute;
bottom: 8vw;
right: 0;
}
.sidebar_news_mobile {
display: none;
visibility: hidden;
}
.news_navigate {
position: relative;
width: 100%;
}
.news_navigate p {
line-height: 3;
font-size: 1rem;
}
.flex.vend {
align-items: flex-end;
}
.between {
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
}
.form-comment {
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #343433;
background-color: #ffffff;
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
border-bottom: 1px solid #343433;
border-top: 0;
border-left: 0;
border-right: 0;
}
.check {
display: none;
}
.check + label {
cursor: pointer;
position: relative;
display: inline-block;
font-size: 11px;
margin: 8px 0;
padding: 0 0 0 20px;
font-weight: 400;
}
.check + label:after {
content: '';
display: inline-block;
vertical-align: sub;
border: 1px solid #D6D6D6;
background-color: #fff;
width: 15px;
height: 15px;
position: absolute;
top: 1px;
left: 0;
z-index: 1;
text-align: center;
}
.check:checked + label:before, .check.checked + label:before {
position: absolute;
content: "";
margin: auto;
background: url(../images/ico/ico-check.svg) top center no-repeat;
background-size: 15px;
width: 15px;
height: 13px;
top: -1px;
left: 3px;
z-index: 3;
}
.btn-submit-comment {
color: #000000;
background-color: #ffffff;
padding: 1vw;
text-align: center;
text-transform: uppercase;
font-size: 14px;
border: 1px solid #343433;
}
.news_content p {
letter-spacing: 1.2px;
line-height: 1.5;
font-family: 'RobotoSanSerif' !important;
text-align: left;
}
.hover {
overflow: hidden;
position: relative;
/* padding-bottom: 60%; */
}
.hover-overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 90;
transition: all 0.4s;
}
.hover img {
width: 100%;
/* position: absolute; */
top: 0;
left: 0;
transition: all 0.3s;
}
.hover-content {
position: relative;
z-index: 99;
}
.hover-2 .hover-overlay {
background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}
.hover-2-title {
position: absolute;
top: 50%;
left: 0;
text-align: center;
width: 100%;
z-index: 99;
transition: all 0.3s;
}
.hover-2-description {
width: 100%;
position: absolute;
bottom: 0;
opacity: 0;
left: 0;
text-align: center;
z-index: 99;
transition: all 0.3s;
}
.hover-2:hover .hover-2-title {
transform: translateY(-1.5rem);
}
.hover-2:hover .hover-2-description {
bottom: 0.5rem;
opacity: 1;
}
.hover-2:hover .hover-overlay {
background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}
.text-error {
color: #f71a0a;
font-family: 'HeboRegular' !important;
}
.news_date {
position: absolute;
right: 0;
}
@font-face {
font-family: Inconsolata;
src: url('../fonts/02_Inconsolata/InconsolataCondensed-ExtraLight.ttf');
}
@font-face {
font-family: InconsolataMedium;
src: url('../fonts/02_Inconsolata/InconsolataCondensed-Medium.ttf');
}
@font-face {
font-family: InconsolataBold;
src: url('../fonts/02_Inconsolata/InconsolataCondensed-ExtraBold.ttf');
}
@font-face {
font-family: InconsolataLight;
src: url('../fonts/02_Inconsolata/InconsolataCondensed-Light.ttf');
}
@font-face {
font-family: oldStandartRegular;
src: url('../fonts/03_Old_standart/OldStandardTT-Regular.ttf');
}
@font-face {
font-family: oldStandartItalic;
src: url('../fonts/03_Old_standart/OldStandardTT-Italic.ttf');
}
@font-face {
font-family: HeboThin;
src: url('../fonts/01_Heebo/Heebo-Thin.ttf');
}
@font-face {
font-family: HeboRegular;
src: url('../fonts/01_Heebo/Heebo-Regular.ttf');
}
@font-face {
font-family: HeboLight;
src: url('../fonts/01_Heebo/Heebo-Light.ttf');
}
@font-face {
font-family: RobotoSanSerif;
src: url('../fonts/04_Roboto/Roboto-Regular.ttf');
}
.ff-inconsolata {
font-family: 'Inconsolata' !important;
}
.ff-inconsolata-med {
font-family: 'InconsolataMedium' !important;
}
.ff-inconsolata-b {
font-family: 'InconsolataBold' !important;
}
.ff-inconsolata-l {
font-family: 'InconsolataLight' !important;
}
.ff-old-standart {
font-family: 'oldStandartRegular' !important;
}
.ff-old-standart-itaic {
font-family: 'oldStandartItalic' !important;
}
.ff-heebo-thin {
font-family: 'HeboThin' !important;
}
.ff-heebo-regular {
font-family: 'HeboRegular' !important;
}
.ff-heebo-light {
font-family: 'HeboLight' !important;
}
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
animation-name: jssorl-009-spin;
animation-duration: 1.6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/*jssor slider bullet skin 132 css*/
.jssorb132 {position:absolute;}
.jssorb132 .i {position:absolute;cursor:pointer;}
.jssorb132 .i .b {fill:#fff;fill-opacity:0.8;stroke:#000;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.7;}
.jssorb132 .i:hover .b {fill:#000;fill-opacity:.7;stroke:#fff;stroke-width:2000;stroke-opacity:0.8;}
.jssorb132 .iav .b {fill:#000;stroke:#fff;stroke-width:2400;fill-opacity:0.8;stroke-opacity:1;}
.jssorb132 .i.idn {opacity:0.3;}
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
.news_intro {
line-height: 2;
letter-spacing: 2px;
}
.news_tag,
.news_intro,
.news_content,
.bredcrumb,
.bredcrumb a {
font-family: 'HeboLight' !important;
}
.video_title {
font-size: 1.5em;
}
.doctor_profile {
position: absolute;
top: 0;
display: block;
margin: 10px;
}
.doctor_profile img {
height: 100px;
width: auto;
border-radius: 50%;
}
.view_doctor_detail:focus {
opacity: 0.4;
}
@media (min-width: 992px) {
.navbar-expand-lg {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem !important;
padding-left: 1.5rem !important;
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
.article_title {
font-size: 26px;
font-weight: 100;
line-height: 1.2;
color: inherit;
margin-bottom: 0.5rem;
text-transform: capitalize !important;
}
.article_title a {
color: #676767;
text-decoration: none;
}
.article_title a:hover, a:focus {
color: #70d5b8;
text-decoration: none;
}
.circle_news {
width: 18em;
height: 18em;
border-radius: 50%;
background: #000000;
color: #FFFFFF;
bottom: 0;
padding-top: 5em;
padding-left: 2em;
padding-right: 2em;
text-align: center;
bottom: -6em;
position: absolute;
left: -5em;
}
.circle_news span {
font-size: 0.8em;
font-family: 'HeboLight' !important;
}
.circle_news h5 {
font-size: 19px;
padding-top: 1em;
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 100;
line-height: 1.2;
color: inherit;
}
.circle_news a {
color: #FFFFFF;
text-decoration: underline;
font-family: 'oldStandartItalic' !important;
font-size: 2em;
}
.circle_news a:hover {
color: #FFFFFF;
text-decoration: underline;
}
.article_description a {
color: #676767;
text-decoration: none;
}
.article_description a:hover, a:focus {
color: #70d5b8;
text-decoration: none;
}
.contact_description {
font-size: 1.7em;
font-family: 'InconsolataMedium' !important;
}
.contact_description button {
font-weight: 400;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 2.5;
border-radius: 0.25rem;
width: 39%;
height: 13%;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.footer h4 {
font-size: 1.5rem;
}
.footer h4, h6 {
font-weight: 100;
line-height: 1.2;
color: inherit;
}
.footer button {
line-height: 0.5 !important;
}
.author {
display: flex;
height: 40px;
position: relative;
}
.author img {
height: 40px;
position: absolute;
left: 10px;
}
.author-info:first-of-type {
bottom: 0;
}
.author-info {
position: absolute;
left: 75px;
font-size: 12px;
font-weight: 600;
line-height: 60px;
}
.bottom_about_info {
font-size: 4rem;
text-transform: capitalize !important;
text-align: left;
padding-left: 1em;
letter-spacing: 4px;
line-height: 0.99;
font-family: 'InconsolataLight' !important;
}
.about_description {
margin-left: 3rem;
margin-top: 3rem !important;
}
.about_description h3 {
font-family: 'InconsolataLight' !important;
text-transform: capitalize !important;
margin-bottom: 3rem !important;
}
.about_description p {
text-align: left !important;
line-height: 2;
}
.side_desc_bottom_left {
margin-bottom: 3rem !important;
font-family: 'oldStandartRegular' !important;
font-size: 1.4rem;
color: #FFFFFF;
}
.side_desc_bottom_left_button {
/* border-color: #fbd214 !important; */
border-color: magenta !important;
text-transform: capitalize;
font-family: 'HeboRegular' !important;
}
.artikel_label_page {
font-family: 'InconsolataMedium' !important;
font-size: 2rem;
text-transform: capitalize !important;
text-align: left !important;
margin-bottom: 3rem !important;
}
.publish_info {
font-family: 'HeboRegular' !important;
color: #fbd214 !important;
margin-top: 1rem !important;
display: flex !important;
margin-bottom: 1rem !important;
}
.news_button_more a {
font-family: 'HeboRegular' !important;
color: #fbd214 !important;
text-transform: uppercase;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: rgb(249,249,249);
opacity: 1;
}
.loader img {
height: 120px;
position: absolute;
top: 50%;
left: 35vw;
}
.about_title {
font-size: 2.4rem !important;
}
.notfound_info {
position: absolute;
color: #FFFFFF;
text-align: center;
top: 180px;
left: 42%;
}
.notfound_info h1 {
font-size: 4.4rem;
margin-bottom: 8px !important;
}
.news_landing_title {
font-family: 'oldStandartRegular' !important;
width: 100% !important;
margin-top: 1.5rem !important;
margin-bottom: 1rem !important;
display: flex im !important;
position: relative;
font-size: 1.5rem;
font-weight: 400 !important;
}
.news_detail_title {
font-family: 'oldStandartRegular' !important;
font-size: 2rem;
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
font-weight: 400 !important;
}
| 0.664867 | 0.101056 |
body { background:#ecf0f5; font-family: 'Poppins', sans-serif !important; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Poppins', sans-serif !important }
.skin-black .wrapper, .skin-black .main-sidebar, .skin-black .left-side {
background: #0059d6; /* Old browsers */
background: -moz-linear-gradient(45deg, #0059d6 0%, #0032c1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #0059d6 0%,#0032c1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #0059d6 0%,#0032c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ -webkit-box-shadow: 14px 0px 33px -1px rgba(0,51,193,0.12);
-moz-box-shadow: 14px 0px 33px -1px rgba(0,51,193,0.12);
box-shadow: 14px 0px 33px -1px rgba(0,51,193,0.12);
}
.main-header { max-height: none; background:url(../img/header-bg.png) no-repeat right top #fff; border-bottom: #8bbf21 thin solid }
.skin-black .main-header>.navbar .nav>li>a { color:#555 }
.skin-black .main-header>.navbar .navbar-nav>li>a { border-right:none; font-size:11px }
.skin-black .main-header>.navbar .nav>li>a i { font-size:21px}
.skin-black .main-header>.navbar .nav>li:hover>a, .skin-black .main-header>.navbar .nav>li>a:focus { background: none; color: #999}
.skin-black .sidebar a { color: #87abe8; border-bottom:#4887e1 thin solid; font-size: 15px; margin-left:25px; padding-left:0 }
.skin-black .sidebar ul li img { margin-right: 10px; width: 24px; }
.skin-black .sidebar-menu>li:hover>a, .skin-black .sidebar-menu>li.active>a { color: #fff;}
.skin-black { background: #414141}
.f-11 { font-size:11px !important }
.f-12 { font-size:12px !important }
.f-13 { font-size:13px !important; line-height:20px}
.f-14 { font-size:14px !important }
.f-16 { font-size:16px !important }
.f-18 { font-size:18px !important }
.f-14 { font-size:14px !important;}
.f-20 { font-size:20px !important;}
.f-22 { font-size:22px !important;}
.f-60 { font-size:60px !important;}
.f-40 { font-size:40px !important;}
.f-25 { font-size:25px !important;}
.f-32 { font-size:32px !important;}
.f-36 { font-size:36px !important;}
.f-60 { font-size:60px !important;}
.pl-0 { padding-left:0 !important }
.pr-0 { padding-right:0 !important }
.no-bg { background:none !important }
.text-black { color:#000 }
.text-orange { color:#fd6f0d !important }
#page-wrap { background-color: #fff; }
.header_content { box-shadow: -2px 14px 16px -16px rgba(0,0,0,0.75); padding:0 }
.font-weight-normal { font-weight:normal !important }
.font-weight-bold { font-weight:bold !important }
.font-semi-bold { font-weight:600 !important }
.bg-theme { background:#4793e8 }
.text-theme { color:#4793e8 }
.text-white { color:#fff !important }
.d-flex { display:flex }
section { padding:50px 0 }
.no-padding { padding:0 !important }
.normal-line-height { line-height:22px }
.rounded0 { border-radius:0px !important }
.img-border-radius { border-radius:50% }
.inner-page-marg { margin-top:80px; }
.text-dark-grey { color:#666666 }
.text-muted { color:#999 }
.text-red { color:#e40c0c !important }
.bg-white { background:#fff !important }
/*------margin css---*/
.m-0 { margin: 0 0!important }
.mt-0 { margin-top: 0!important }
.mr-0 { margin-right: 0!important }
.mb-0 { margin-bottom: 0!important }
.ml-0 { margin-left: 0!important }
.m-1 { margin:.25rem .25rem!important }
.mt-1 { margin-top:.25rem!important }
.mr-1 { margin-right:.25rem!important }
.mb-1 { margin-bottom:.25rem!important }
.ml-1 { margin-left:.25rem!important }
.m-2 { margin:.5rem .5rem!important }
.mt-2 { margin-top:.5rem!important }
.mr-2 { margin-right:.5rem!important }
.mb-2 { margin-bottom:.5rem!important }
.ml-2 { margin-left:.5rem!important }
.m-3 { margin: 1rem 1rem!important }
.mt-3 { margin-top: 1rem!important }
.mr-3 { margin-right: 1rem!important }
.mb-3 { margin-bottom: 1rem!important }
.ml-3 { margin-left: 1rem!important }
.m-4 { margin: 1.5rem 1.5rem!important }
.mt-4 { margin-top: 1.5rem!important }
.mr-4 { margin-right: 1.5rem!important }
.mb-4 { margin-bottom: 1.5rem!important }
.ml-4 { margin-left: 1.5rem!important }
.m-5 { margin: 3rem 3rem!important }
.mt-5 { margin-top: 3rem!important }
.mr-5 { margin-right: 3rem!important }
.mb-5 { margin-bottom: 3rem!important }
.ml-5 { margin-left: 3rem!important }
.p-0 { padding: 0 0!important }
.pt-0 { padding-top: 0!important }
.pr-0 { padding-right: 0!important }
.pb-0 { padding-bottom: 0!important }
.pl-0 { padding-left: 0!important }
.p-1 { padding:.25rem .25rem!important }
.pt-1 { padding-top:.25rem!important }
.pr-1 { padding-right:.25rem!important }
.pb-1 { padding-bottom:.25rem!important }
.pl-1 { padding-left:.25rem!important }
.p-2 { padding:.5rem .5rem!important }
.pt-2 { padding-top:.5rem!important }
.pr-2 { padding-right:.5rem!important }
.pb-2 { padding-bottom:.5rem!important }
.pl-2 { padding-left:.5rem!important }
.p-3 { padding: 1rem 1rem!important }
.pt-3 { padding-top: 1rem!important }
.pr-3 { padding-right: 1rem!important }
.pb-3 { padding-bottom: 1rem!important }
.pl-3 { padding-left: 1rem!important }
.p-4 { padding: 1.5rem 1.5rem!important }
.pt-4 { padding-top: 1.5rem!important }
.pr-4 { padding-right: 1.5rem!important }
.pb-4 { padding-bottom: 1.5rem!important }
.pl-4 { padding-left: 1.5rem!important }
.p-5 { padding: 3rem 3rem!important }
.pt-5 { padding-top: 3rem!important }
.pr-5 { padding-right: 3rem!important }
.pb-5 { padding-bottom: 3rem!important }
.pl-5 { padding-left: 3rem!important }
.content-wrapper, .right-side { background-color: #fff; }
/*-----margin css ends ----*/
.border { border:#eeeeee thin solid }
.border-bottom { border-bottom:#eeeeee thin solid }
.border-top-bottom { border-top:#eeeeee thin solid; border-bottom:#eeeeee thin solid }
.border-none { border:none }
.btn { border-radius: 2px; }
.border-left-none { border-left:none !important }
.border-right-none { border-right:none !important }
.border-top-none { border-top:none !important }
.border-bottom-none { border-bottom:none !important }
/*------------*/
.admin-profile img { border:#fff 2px solid; -webkit-box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.2); -moz-box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.2); box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.2); }
.box-style { background:#fff; border-radius:15px; -webkit-box-shadow: 0px 0px 52px 0px rgba(0,51,193,0.09);
-moz-box-shadow: 0px 0px 52px 0px rgba(0,51,193,0.09);
box-shadow: 0px 0px 52px 0px rgba(0,51,193,0.09); }
.profile-setting { position:relative; padding:30px 0; width:110px; margin:0 auto }
.profile-setting img { border:#7f98e0 4px solid; padding:3px; width:102px }
.profile-setting i { position:absolute; right:15px; bottom:30px; background:#fff; color:#3c62d0; padding:5px; border-radius:50%; box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.2) }
.profile-form { margin-bottom:30px }
.profile-form label { color:#878787; font-size:11px; font-weight:normal; margin-bottom:0 }
.profile-form input.form-control { border:none; box-shadow:none; font-size:14px; border-bottom:#000 thin solid; padding-left:0; font-weight:500 }
.profile-form input.form-control::-webkit-input-placeholder { color: #000; }
.profile-form input.form-control::-moz-placeholder { color: #000; }
.profile-form input.form-control:-ms-input-placeholder { color: #000; }
.profile-form input.form-control:-moz-placeholder { color: #000; }
.profile-form-box { padding:0px 65px 20px}
.text-underline { text-decoration:underline }
.btn-primary { background: #0059d6; /* Old browsers */
background: -moz-linear-gradient(45deg, #0059d6 0%, #0032c1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #0059d6 0%,#0032c1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #0059d6 0%,#0032c1 100%); border-radius:25px; min-width:170px; padding:10px 15px; margin-right:25px }
.btn-danger { background: #e30518; border-radius:25px; min-width:170px; padding:10px 15px }
.help-menu { position:absolute; bottom:0; background:#1a63d7; padding:10px 0; width:100% }
.help-menu a { text-decoration:none; border:none !important; color:#fff !important }
.comp-tab thead tr th { border-bottom:#000 thin solid }
.comp-tab tbody tr td { vertical-align:middle }
.comp-tab tbody tr.finished { opacity:0.5 }
.border-bottom-black { border-bottom:#000 thin solid; }
.social-input { background:none; box-shadow:none; border:none; float:left; width:225px }
input.social-input::-webkit-input-placeholder { color: #555; }
input.social-input::-moz-placeholder { color: #555; }
input.social-input:-ms-input-placeholder { color: #555; }
input.social-input:-moz-placeholder { color: #555; }
|
public/asset/BACKUP/admin/css/custom.css
|
body { background:#ecf0f5; font-family: 'Poppins', sans-serif !important; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Poppins', sans-serif !important }
.skin-black .wrapper, .skin-black .main-sidebar, .skin-black .left-side {
background: #0059d6; /* Old browsers */
background: -moz-linear-gradient(45deg, #0059d6 0%, #0032c1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #0059d6 0%,#0032c1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #0059d6 0%,#0032c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ -webkit-box-shadow: 14px 0px 33px -1px rgba(0,51,193,0.12);
-moz-box-shadow: 14px 0px 33px -1px rgba(0,51,193,0.12);
box-shadow: 14px 0px 33px -1px rgba(0,51,193,0.12);
}
.main-header { max-height: none; background:url(../img/header-bg.png) no-repeat right top #fff; border-bottom: #8bbf21 thin solid }
.skin-black .main-header>.navbar .nav>li>a { color:#555 }
.skin-black .main-header>.navbar .navbar-nav>li>a { border-right:none; font-size:11px }
.skin-black .main-header>.navbar .nav>li>a i { font-size:21px}
.skin-black .main-header>.navbar .nav>li:hover>a, .skin-black .main-header>.navbar .nav>li>a:focus { background: none; color: #999}
.skin-black .sidebar a { color: #87abe8; border-bottom:#4887e1 thin solid; font-size: 15px; margin-left:25px; padding-left:0 }
.skin-black .sidebar ul li img { margin-right: 10px; width: 24px; }
.skin-black .sidebar-menu>li:hover>a, .skin-black .sidebar-menu>li.active>a { color: #fff;}
.skin-black { background: #414141}
.f-11 { font-size:11px !important }
.f-12 { font-size:12px !important }
.f-13 { font-size:13px !important; line-height:20px}
.f-14 { font-size:14px !important }
.f-16 { font-size:16px !important }
.f-18 { font-size:18px !important }
.f-14 { font-size:14px !important;}
.f-20 { font-size:20px !important;}
.f-22 { font-size:22px !important;}
.f-60 { font-size:60px !important;}
.f-40 { font-size:40px !important;}
.f-25 { font-size:25px !important;}
.f-32 { font-size:32px !important;}
.f-36 { font-size:36px !important;}
.f-60 { font-size:60px !important;}
.pl-0 { padding-left:0 !important }
.pr-0 { padding-right:0 !important }
.no-bg { background:none !important }
.text-black { color:#000 }
.text-orange { color:#fd6f0d !important }
#page-wrap { background-color: #fff; }
.header_content { box-shadow: -2px 14px 16px -16px rgba(0,0,0,0.75); padding:0 }
.font-weight-normal { font-weight:normal !important }
.font-weight-bold { font-weight:bold !important }
.font-semi-bold { font-weight:600 !important }
.bg-theme { background:#4793e8 }
.text-theme { color:#4793e8 }
.text-white { color:#fff !important }
.d-flex { display:flex }
section { padding:50px 0 }
.no-padding { padding:0 !important }
.normal-line-height { line-height:22px }
.rounded0 { border-radius:0px !important }
.img-border-radius { border-radius:50% }
.inner-page-marg { margin-top:80px; }
.text-dark-grey { color:#666666 }
.text-muted { color:#999 }
.text-red { color:#e40c0c !important }
.bg-white { background:#fff !important }
/*------margin css---*/
.m-0 { margin: 0 0!important }
.mt-0 { margin-top: 0!important }
.mr-0 { margin-right: 0!important }
.mb-0 { margin-bottom: 0!important }
.ml-0 { margin-left: 0!important }
.m-1 { margin:.25rem .25rem!important }
.mt-1 { margin-top:.25rem!important }
.mr-1 { margin-right:.25rem!important }
.mb-1 { margin-bottom:.25rem!important }
.ml-1 { margin-left:.25rem!important }
.m-2 { margin:.5rem .5rem!important }
.mt-2 { margin-top:.5rem!important }
.mr-2 { margin-right:.5rem!important }
.mb-2 { margin-bottom:.5rem!important }
.ml-2 { margin-left:.5rem!important }
.m-3 { margin: 1rem 1rem!important }
.mt-3 { margin-top: 1rem!important }
.mr-3 { margin-right: 1rem!important }
.mb-3 { margin-bottom: 1rem!important }
.ml-3 { margin-left: 1rem!important }
.m-4 { margin: 1.5rem 1.5rem!important }
.mt-4 { margin-top: 1.5rem!important }
.mr-4 { margin-right: 1.5rem!important }
.mb-4 { margin-bottom: 1.5rem!important }
.ml-4 { margin-left: 1.5rem!important }
.m-5 { margin: 3rem 3rem!important }
.mt-5 { margin-top: 3rem!important }
.mr-5 { margin-right: 3rem!important }
.mb-5 { margin-bottom: 3rem!important }
.ml-5 { margin-left: 3rem!important }
.p-0 { padding: 0 0!important }
.pt-0 { padding-top: 0!important }
.pr-0 { padding-right: 0!important }
.pb-0 { padding-bottom: 0!important }
.pl-0 { padding-left: 0!important }
.p-1 { padding:.25rem .25rem!important }
.pt-1 { padding-top:.25rem!important }
.pr-1 { padding-right:.25rem!important }
.pb-1 { padding-bottom:.25rem!important }
.pl-1 { padding-left:.25rem!important }
.p-2 { padding:.5rem .5rem!important }
.pt-2 { padding-top:.5rem!important }
.pr-2 { padding-right:.5rem!important }
.pb-2 { padding-bottom:.5rem!important }
.pl-2 { padding-left:.5rem!important }
.p-3 { padding: 1rem 1rem!important }
.pt-3 { padding-top: 1rem!important }
.pr-3 { padding-right: 1rem!important }
.pb-3 { padding-bottom: 1rem!important }
.pl-3 { padding-left: 1rem!important }
.p-4 { padding: 1.5rem 1.5rem!important }
.pt-4 { padding-top: 1.5rem!important }
.pr-4 { padding-right: 1.5rem!important }
.pb-4 { padding-bottom: 1.5rem!important }
.pl-4 { padding-left: 1.5rem!important }
.p-5 { padding: 3rem 3rem!important }
.pt-5 { padding-top: 3rem!important }
.pr-5 { padding-right: 3rem!important }
.pb-5 { padding-bottom: 3rem!important }
.pl-5 { padding-left: 3rem!important }
.content-wrapper, .right-side { background-color: #fff; }
/*-----margin css ends ----*/
.border { border:#eeeeee thin solid }
.border-bottom { border-bottom:#eeeeee thin solid }
.border-top-bottom { border-top:#eeeeee thin solid; border-bottom:#eeeeee thin solid }
.border-none { border:none }
.btn { border-radius: 2px; }
.border-left-none { border-left:none !important }
.border-right-none { border-right:none !important }
.border-top-none { border-top:none !important }
.border-bottom-none { border-bottom:none !important }
/*------------*/
.admin-profile img { border:#fff 2px solid; -webkit-box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.2); -moz-box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.2); box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.2); }
.box-style { background:#fff; border-radius:15px; -webkit-box-shadow: 0px 0px 52px 0px rgba(0,51,193,0.09);
-moz-box-shadow: 0px 0px 52px 0px rgba(0,51,193,0.09);
box-shadow: 0px 0px 52px 0px rgba(0,51,193,0.09); }
.profile-setting { position:relative; padding:30px 0; width:110px; margin:0 auto }
.profile-setting img { border:#7f98e0 4px solid; padding:3px; width:102px }
.profile-setting i { position:absolute; right:15px; bottom:30px; background:#fff; color:#3c62d0; padding:5px; border-radius:50%; box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.2) }
.profile-form { margin-bottom:30px }
.profile-form label { color:#878787; font-size:11px; font-weight:normal; margin-bottom:0 }
.profile-form input.form-control { border:none; box-shadow:none; font-size:14px; border-bottom:#000 thin solid; padding-left:0; font-weight:500 }
.profile-form input.form-control::-webkit-input-placeholder { color: #000; }
.profile-form input.form-control::-moz-placeholder { color: #000; }
.profile-form input.form-control:-ms-input-placeholder { color: #000; }
.profile-form input.form-control:-moz-placeholder { color: #000; }
.profile-form-box { padding:0px 65px 20px}
.text-underline { text-decoration:underline }
.btn-primary { background: #0059d6; /* Old browsers */
background: -moz-linear-gradient(45deg, #0059d6 0%, #0032c1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #0059d6 0%,#0032c1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #0059d6 0%,#0032c1 100%); border-radius:25px; min-width:170px; padding:10px 15px; margin-right:25px }
.btn-danger { background: #e30518; border-radius:25px; min-width:170px; padding:10px 15px }
.help-menu { position:absolute; bottom:0; background:#1a63d7; padding:10px 0; width:100% }
.help-menu a { text-decoration:none; border:none !important; color:#fff !important }
.comp-tab thead tr th { border-bottom:#000 thin solid }
.comp-tab tbody tr td { vertical-align:middle }
.comp-tab tbody tr.finished { opacity:0.5 }
.border-bottom-black { border-bottom:#000 thin solid; }
.social-input { background:none; box-shadow:none; border:none; float:left; width:225px }
input.social-input::-webkit-input-placeholder { color: #555; }
input.social-input::-moz-placeholder { color: #555; }
input.social-input:-ms-input-placeholder { color: #555; }
input.social-input:-moz-placeholder { color: #555; }
| 0.449151 | 0.100348 |
.modal-open {
padding-right: 0px !important;
}
/*!Modal*/
/*.netamount .order-infobox {
padding: 20px !important;
}
*/
/*Header Section*/
.header-bottom {
border-bottom: 1px solid #ddd;
}
.header-3 .header-langcurr .select-language-current {
color: #000 !important;
}
.header-langcurr .select-language {
padding: 0 2px !important;
}
.header-bottom .mobile-index {
z-index: 8;
}
.mobile-index button {
font-size: 14px;
font-weight: 700;
color: #ed1c24;
}
.mobile-index button:hover,.mobile-index button:active, .mobile-index button:focus {
text-decoration: none;
color: #ed1c24;
}
.header-middle .form-control {
padding: 0px;
}
.header-middle .form-control input {
padding: 15px;
}
/*Side Menu*/
.list-group-item {
padding: 0.3rem 1rem !important;
}
.catmenu-2 .catmenu-body>ul {
padding: 0px !important;
}
.catmenu-body .list-group-item:first-child {
border-top-left-radius: 0rem !important;
border-top-right-radius: 0rem !important;
}
.catmenu-body .list-group-item:last-child {
border-bottom-left-radius: 0rem !important;
border-bottom-right-radius: 0rem !important;
}
.list-group-item-secondary {
color: #333 !important;
text-transform: uppercase;
font-weight: 700;
}
.list-group-item .badge {
padding: 0.7em 1.5em !important;
}
/*Product*/
.hoproduct {
border: 1px solid #eee;
/*border-radius: 5px;*/
margin: 0px;
}
.hoproduct-title a {
font-size: 17px;
font-weight: 700;
color: #333 !important;
}
/*Homepage Info Section*/
.homepageinfo {
margin-bottom: 5px;
}
.ho-section{
margin-bottom: 5px;
margin-top: 7px;
}
.card{
border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-o-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
}
/*Product Details Section*/
.pdetails-content .card-header {
padding: 0px !important;
}
.pdetails-content .btn-link,.pdetails-content .btn-link:hover {
color: #000000 !important;
}
/*Menu Cart Info*/
.cart--info, .cart--info h4, .cart--info p {
color: #333 !important;
}
.cart--info h4 {
margin-bottom: 0px;
}
/*Progress Section*/
.progress-meter {
padding: 0;
}
ol.progress-meter {
padding-bottom: 9.5px;
list-style-type: none;
}
ol.progress-meter li {
display: inline-block;
text-align: center;
text-indent: -19px;
height: 36px;
width: 24.99%;
font-size: 12px;
border-bottom-width: 4px;
border-bottom-style: solid;
}
ol.progress-meter li:before {
position: relative;
float: left;
text-indent: 0;
left: -webkit-calc(50% - 9.5px);
left: -moz-calc(50% - 9.5px);
left: -ms-calc(50% - 9.5px);
left: -o-calc(50% - 9.5px);
left: calc(50% - 9.5px);
}
ol.progress-meter li.done{
font-size: 12px;
}
ol.progress-meter li.done:before {
content: "✓";
height: 19px;
width: 19px;
line-height: 21.85px;
bottom: -28.175px;
border: none;
border-radius: 19px;
}
ol.progress-meter li.todo {
font-size: 12px;
}
ol.progress-meter li.todo:before {
content: "⬤";
font-size: 17.1px;
bottom: -26.95px;
line-height: 18.05px;
}
ol.progress-meter li.done{
color: black;
border-bottom-color: yellowgreen;
}
ol.progress-meter li.done:before {
color: white;
background-color: yellowgreen;
}
ol.progress-meter li.todo {
color: silver;
border-bottom-color: silver;
}
ol.progress-meter li.todo:before {
color: silver;
}
/*Register Page*/
.pp-register {
height: 75px;
overflow: hidden;
overflow-y: scroll;
}
/*Job Calculation*/
.jobTitle {
font-size: 16px;
font-weight: 700;
color: #000;
}
/*i.fa.fa-info-circle {
font-size: 20px;
color: #5dabff;
}*/
i.fa.fa-info-circle:hover {
cursor: pointer;
}
ul.add_service {
padding: 0px !important;
margin: 0px!important;
}
ul.add_service li {
list-style: none;
margin: 8px 0;
}
/*Text Part in HomePage*/
.colorBG {
background: #fcebed;
padding: 15px 0;
margin: 5px;
}
/*Newsletter*/
.newsletter-area.bg-grey {
background: #ddd!important;
}
/*Menu header user profiel*/
.btn-outline-danger:hover{
color: #ffffff!important;
}
@media(min-width: 992px){
.btn-outline-danger{
float: left;
}
}
a.hoproduct-thumb img {
height: 170px;
object-fit: contain;
display: flex;
object-position: center;
margin: 0 auto;
width: 90%;
}
a.hoproduct-thumb {
background: #ceeaf7;
}
.nopadding {
padding: 0 !important;
margin: 0 !important;
}
.no-padding-left{
padding-left: 0 !important;
}
article h3{
color: #E2001A;
margin-bottom: 5px;
}
h5.title-xs{
text-transform: uppercase;
font-weight: 400;
}
.title-red{
text-transform: uppercase;
color: #E2001A !important;
}
.btn{
border-radius: 0px 0px 0px 0px;
-o-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
}
.icon-container{
float: left;
padding-left: 0px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
display: inline-block;
width: 30px!important;
height: 30px!important;
background-color: #000!important;
background-size: 75% 50%;
padding: 20px!important;
border-radius: 40px!important;
}
.carousel-control-next, .carousel-control-prev {
width: 0%!important;
}
.carousel-control-next,
.carousel-control-prev{
margin: 35px;
}
.carousel-indicators li{
background-color: #ababab;
}
.carousel-indicators .active{
background-color: #e2001a;
}
.bs-example{
margin: 20px;
}
/* Style to change separator */
.breadcrumb-item + .breadcrumb-item::before {
content: ">";
}
.card-header{
padding: .3rem 1.25rem;
}
.breadcrumb{
padding: 0px;
margin: 27px 0 5px 0;
border-radius: 0px;
background-color: #fff;
color: #454545;
font-size: 15px;
font-weight: 800;
}
.order-infobox{
padding: 0;
margin: 0;
width: auto;
/*width: 100%;*/
/*max-width: 270px;*/
border: 1px solid #ccc;
z-index: 1;
}
.order-infobox h5{
background: #ccc;
padding: 10px;
}
#sticky-form{
padding: 0 15px 1px;
}
#order-infobox button{
border-radius: 0px 0px 0px 0px !important;
}
.netamount{
display: block;
margin-top: 30px;
width: 100%;
position: relative;
}
/*#bottomm{
margin: 30px 0;
}*/
.tbl-cart td{
text-align: center;
}
.tbl-cart td img{
max-width: 35px;
}
.tbl-cart td i{
font-size: 25px;
}
.ho-button, .ho-button:link{
border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-o-border-radius: 0px 0px 0px 0px;
}
.cart-content-right h2{
font-size: 18px;
margin-bottom: 0;
}
.cart-table td,
.cart-table th,
.table-summery th,
.table-summery td{
text-align: center;
}
/*Horizontal Tracking*/
.md-stepper-horizontal {
display:table;
width:100%;
margin:0 auto;
background-color:#FFFFFF;
}
.md-stepper-horizontal .md-step {
display:table-cell;
position:relative;
padding:12px 0;
width: 20%;
}
/*.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
background-color:rgba(0,0,0,0.04);
}
.md-stepper-horizontal .md-step:active {
border-radius: 15% / 75%;
}*/
.md-stepper-horizontal .md-step:first-child:active {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
width:50px;
height:50px;
margin:0 auto;
background-color:#999999;
border-radius: 50%;
text-align: center;
line-height:50px;
font-size: 25px;
font-weight: 600;
color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
background-color:#E2001A;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
background-color: rgb(33,150,243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
font-family:'FontAwesome';
font-weight:100;
content: "\f00c";
}
/*Cart*/
.md-stepper-horizontal .md-step.step-cart .md-step-circle:before {
font-family:'FontAwesome';
font-weight:100;
content: "\f218";
}
/*List*/
.md-stepper-horizontal .md-step.step-clipboard .md-step-circle:before{
font-family:'FontAwesome';
font-weight:100;
content: "\f022";
}
/*File*/
.md-stepper-horizontal .md-step.step-file .md-step-circle:before{
font-family:'FontAwesome';
font-weight:100;
content: "\f15c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle *{
display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
font-family:'FontAwesome';
font-weight:100;
content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
margin-top:16px;
font-size:16px;
font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
text-align: center;
color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
font-weight: 600;
color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
position:absolute;
top:36px;
height:1px;
border-top:2px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
right:0;
left:50%;
margin-left:25px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
left:0;
right:50%;
margin-right:25px;
}
/* Side-Menu */
.side-single-menu{
display: block;
text-align: center;
padding: 6px;
line-height: 1.5;
color: #fff !important;
font-weight: 700;
font-size: 16px;
margin: .5rem 0;
}
a.hoproduct-thumb:hover{
background-color: #4a8faf;
}
/*Single Product Styles*/
.single-product .form-control{
border-radius: 0px;
}
/*.single-product .info-icon,
.single-product .info-icon i{
display: block;
cursor: help;
}*/
.tooltip-arrow,
.info-icon + .tooltip > .tooltip-inner {background-color: #f00;}
.sp-radio{
width: 100%;
border-radius: 10px;
border: 1px solid #ccc;
margin: 3px 0;
padding: 5px 5px 5px 15px;
/*cursor: pointer;*/
}
.sp-radio label{
padding-bottom: 0;
color: #ff0000;
text-transform:uppercase;
font-weight: 700;
}
.pdetails-singleimage img{
max-width: 50%;
margin: auto;
}
.single-product .price{
font-weight: 400;
font-size: 20px;
}
.adtnl-srvc-spn{
font-size: 9px;
float: left;
padding: 0;
margin: 0;
line-height: 18px;
color: #6c757d;
}
/*Affix*/
.navbar.affix-top,
.navbar.affix-bottom {
position: static;
}
.navbar.affix{
position: fixed;
width: 100%;
top: 0;
z-index: 1;
background: #fff;
transition: all .35s ease;
}
#sidemenu.affix-top, #sidemenu.affix {
position: static;
}
#sidemenu.affix-bottom {
position: relative;
}
#sidemenu.affix{
z-index: 1;
}
@media (min-width: 768px) {
#sidemenu.affix {
position: fixed;
/*top: 40px;*/
}
}
#sidemenu .nav-link.active,
#sidemenu .nav-link:hover,
#sidemenu .nav-link:focus{
color: #111;
border-bottom: 1px #000 dashed;
}
.anchor{
display: block;
height: 70px;
margin-top: -70px;
visibility: hidden;
}
#content .nav-link {
color: #555;
transition: all 0.2 ease;
}
.hiden-cls{
display: none;
}
ol.breadcrumb li{
line-height: 35px;
/*padding: 0 15px;*/
text-transform: uppercase;
font-size: 12px;
}
.breadcrumb-item.active{
color: #ca3c08;
}
.bs-example{
margin: 0;
}
.showError{
border: 1px solid #ff0000;
box-shadow: 1px 1px 5px #ff0000;
}
.breadcrumb-item+.breadcrumb-item {
padding-left: 0.4rem;
}
.breadcrumb-item+.breadcrumb-item::before {
padding-right: 0.2rem;
}
.bttn {
border-radius: 7px !important;
}
.btton{
border-radius:7px;
}
.home-banner{
height: 350px;
}
.photoot-modal{
overflow-y: auto;
}
|
front_assets/css/custom.css
|
.modal-open {
padding-right: 0px !important;
}
/*!Modal*/
/*.netamount .order-infobox {
padding: 20px !important;
}
*/
/*Header Section*/
.header-bottom {
border-bottom: 1px solid #ddd;
}
.header-3 .header-langcurr .select-language-current {
color: #000 !important;
}
.header-langcurr .select-language {
padding: 0 2px !important;
}
.header-bottom .mobile-index {
z-index: 8;
}
.mobile-index button {
font-size: 14px;
font-weight: 700;
color: #ed1c24;
}
.mobile-index button:hover,.mobile-index button:active, .mobile-index button:focus {
text-decoration: none;
color: #ed1c24;
}
.header-middle .form-control {
padding: 0px;
}
.header-middle .form-control input {
padding: 15px;
}
/*Side Menu*/
.list-group-item {
padding: 0.3rem 1rem !important;
}
.catmenu-2 .catmenu-body>ul {
padding: 0px !important;
}
.catmenu-body .list-group-item:first-child {
border-top-left-radius: 0rem !important;
border-top-right-radius: 0rem !important;
}
.catmenu-body .list-group-item:last-child {
border-bottom-left-radius: 0rem !important;
border-bottom-right-radius: 0rem !important;
}
.list-group-item-secondary {
color: #333 !important;
text-transform: uppercase;
font-weight: 700;
}
.list-group-item .badge {
padding: 0.7em 1.5em !important;
}
/*Product*/
.hoproduct {
border: 1px solid #eee;
/*border-radius: 5px;*/
margin: 0px;
}
.hoproduct-title a {
font-size: 17px;
font-weight: 700;
color: #333 !important;
}
/*Homepage Info Section*/
.homepageinfo {
margin-bottom: 5px;
}
.ho-section{
margin-bottom: 5px;
margin-top: 7px;
}
.card{
border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-o-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
}
/*Product Details Section*/
.pdetails-content .card-header {
padding: 0px !important;
}
.pdetails-content .btn-link,.pdetails-content .btn-link:hover {
color: #000000 !important;
}
/*Menu Cart Info*/
.cart--info, .cart--info h4, .cart--info p {
color: #333 !important;
}
.cart--info h4 {
margin-bottom: 0px;
}
/*Progress Section*/
.progress-meter {
padding: 0;
}
ol.progress-meter {
padding-bottom: 9.5px;
list-style-type: none;
}
ol.progress-meter li {
display: inline-block;
text-align: center;
text-indent: -19px;
height: 36px;
width: 24.99%;
font-size: 12px;
border-bottom-width: 4px;
border-bottom-style: solid;
}
ol.progress-meter li:before {
position: relative;
float: left;
text-indent: 0;
left: -webkit-calc(50% - 9.5px);
left: -moz-calc(50% - 9.5px);
left: -ms-calc(50% - 9.5px);
left: -o-calc(50% - 9.5px);
left: calc(50% - 9.5px);
}
ol.progress-meter li.done{
font-size: 12px;
}
ol.progress-meter li.done:before {
content: "✓";
height: 19px;
width: 19px;
line-height: 21.85px;
bottom: -28.175px;
border: none;
border-radius: 19px;
}
ol.progress-meter li.todo {
font-size: 12px;
}
ol.progress-meter li.todo:before {
content: "⬤";
font-size: 17.1px;
bottom: -26.95px;
line-height: 18.05px;
}
ol.progress-meter li.done{
color: black;
border-bottom-color: yellowgreen;
}
ol.progress-meter li.done:before {
color: white;
background-color: yellowgreen;
}
ol.progress-meter li.todo {
color: silver;
border-bottom-color: silver;
}
ol.progress-meter li.todo:before {
color: silver;
}
/*Register Page*/
.pp-register {
height: 75px;
overflow: hidden;
overflow-y: scroll;
}
/*Job Calculation*/
.jobTitle {
font-size: 16px;
font-weight: 700;
color: #000;
}
/*i.fa.fa-info-circle {
font-size: 20px;
color: #5dabff;
}*/
i.fa.fa-info-circle:hover {
cursor: pointer;
}
ul.add_service {
padding: 0px !important;
margin: 0px!important;
}
ul.add_service li {
list-style: none;
margin: 8px 0;
}
/*Text Part in HomePage*/
.colorBG {
background: #fcebed;
padding: 15px 0;
margin: 5px;
}
/*Newsletter*/
.newsletter-area.bg-grey {
background: #ddd!important;
}
/*Menu header user profiel*/
.btn-outline-danger:hover{
color: #ffffff!important;
}
@media(min-width: 992px){
.btn-outline-danger{
float: left;
}
}
a.hoproduct-thumb img {
height: 170px;
object-fit: contain;
display: flex;
object-position: center;
margin: 0 auto;
width: 90%;
}
a.hoproduct-thumb {
background: #ceeaf7;
}
.nopadding {
padding: 0 !important;
margin: 0 !important;
}
.no-padding-left{
padding-left: 0 !important;
}
article h3{
color: #E2001A;
margin-bottom: 5px;
}
h5.title-xs{
text-transform: uppercase;
font-weight: 400;
}
.title-red{
text-transform: uppercase;
color: #E2001A !important;
}
.btn{
border-radius: 0px 0px 0px 0px;
-o-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
}
.icon-container{
float: left;
padding-left: 0px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
display: inline-block;
width: 30px!important;
height: 30px!important;
background-color: #000!important;
background-size: 75% 50%;
padding: 20px!important;
border-radius: 40px!important;
}
.carousel-control-next, .carousel-control-prev {
width: 0%!important;
}
.carousel-control-next,
.carousel-control-prev{
margin: 35px;
}
.carousel-indicators li{
background-color: #ababab;
}
.carousel-indicators .active{
background-color: #e2001a;
}
.bs-example{
margin: 20px;
}
/* Style to change separator */
.breadcrumb-item + .breadcrumb-item::before {
content: ">";
}
.card-header{
padding: .3rem 1.25rem;
}
.breadcrumb{
padding: 0px;
margin: 27px 0 5px 0;
border-radius: 0px;
background-color: #fff;
color: #454545;
font-size: 15px;
font-weight: 800;
}
.order-infobox{
padding: 0;
margin: 0;
width: auto;
/*width: 100%;*/
/*max-width: 270px;*/
border: 1px solid #ccc;
z-index: 1;
}
.order-infobox h5{
background: #ccc;
padding: 10px;
}
#sticky-form{
padding: 0 15px 1px;
}
#order-infobox button{
border-radius: 0px 0px 0px 0px !important;
}
.netamount{
display: block;
margin-top: 30px;
width: 100%;
position: relative;
}
/*#bottomm{
margin: 30px 0;
}*/
.tbl-cart td{
text-align: center;
}
.tbl-cart td img{
max-width: 35px;
}
.tbl-cart td i{
font-size: 25px;
}
.ho-button, .ho-button:link{
border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-o-border-radius: 0px 0px 0px 0px;
}
.cart-content-right h2{
font-size: 18px;
margin-bottom: 0;
}
.cart-table td,
.cart-table th,
.table-summery th,
.table-summery td{
text-align: center;
}
/*Horizontal Tracking*/
.md-stepper-horizontal {
display:table;
width:100%;
margin:0 auto;
background-color:#FFFFFF;
}
.md-stepper-horizontal .md-step {
display:table-cell;
position:relative;
padding:12px 0;
width: 20%;
}
/*.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
background-color:rgba(0,0,0,0.04);
}
.md-stepper-horizontal .md-step:active {
border-radius: 15% / 75%;
}*/
.md-stepper-horizontal .md-step:first-child:active {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
width:50px;
height:50px;
margin:0 auto;
background-color:#999999;
border-radius: 50%;
text-align: center;
line-height:50px;
font-size: 25px;
font-weight: 600;
color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
background-color:#E2001A;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
background-color: rgb(33,150,243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
font-family:'FontAwesome';
font-weight:100;
content: "\f00c";
}
/*Cart*/
.md-stepper-horizontal .md-step.step-cart .md-step-circle:before {
font-family:'FontAwesome';
font-weight:100;
content: "\f218";
}
/*List*/
.md-stepper-horizontal .md-step.step-clipboard .md-step-circle:before{
font-family:'FontAwesome';
font-weight:100;
content: "\f022";
}
/*File*/
.md-stepper-horizontal .md-step.step-file .md-step-circle:before{
font-family:'FontAwesome';
font-weight:100;
content: "\f15c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle *{
display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
font-family:'FontAwesome';
font-weight:100;
content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
margin-top:16px;
font-size:16px;
font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
text-align: center;
color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
font-weight: 600;
color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
position:absolute;
top:36px;
height:1px;
border-top:2px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
right:0;
left:50%;
margin-left:25px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
left:0;
right:50%;
margin-right:25px;
}
/* Side-Menu */
.side-single-menu{
display: block;
text-align: center;
padding: 6px;
line-height: 1.5;
color: #fff !important;
font-weight: 700;
font-size: 16px;
margin: .5rem 0;
}
a.hoproduct-thumb:hover{
background-color: #4a8faf;
}
/*Single Product Styles*/
.single-product .form-control{
border-radius: 0px;
}
/*.single-product .info-icon,
.single-product .info-icon i{
display: block;
cursor: help;
}*/
.tooltip-arrow,
.info-icon + .tooltip > .tooltip-inner {background-color: #f00;}
.sp-radio{
width: 100%;
border-radius: 10px;
border: 1px solid #ccc;
margin: 3px 0;
padding: 5px 5px 5px 15px;
/*cursor: pointer;*/
}
.sp-radio label{
padding-bottom: 0;
color: #ff0000;
text-transform:uppercase;
font-weight: 700;
}
.pdetails-singleimage img{
max-width: 50%;
margin: auto;
}
.single-product .price{
font-weight: 400;
font-size: 20px;
}
.adtnl-srvc-spn{
font-size: 9px;
float: left;
padding: 0;
margin: 0;
line-height: 18px;
color: #6c757d;
}
/*Affix*/
.navbar.affix-top,
.navbar.affix-bottom {
position: static;
}
.navbar.affix{
position: fixed;
width: 100%;
top: 0;
z-index: 1;
background: #fff;
transition: all .35s ease;
}
#sidemenu.affix-top, #sidemenu.affix {
position: static;
}
#sidemenu.affix-bottom {
position: relative;
}
#sidemenu.affix{
z-index: 1;
}
@media (min-width: 768px) {
#sidemenu.affix {
position: fixed;
/*top: 40px;*/
}
}
#sidemenu .nav-link.active,
#sidemenu .nav-link:hover,
#sidemenu .nav-link:focus{
color: #111;
border-bottom: 1px #000 dashed;
}
.anchor{
display: block;
height: 70px;
margin-top: -70px;
visibility: hidden;
}
#content .nav-link {
color: #555;
transition: all 0.2 ease;
}
.hiden-cls{
display: none;
}
ol.breadcrumb li{
line-height: 35px;
/*padding: 0 15px;*/
text-transform: uppercase;
font-size: 12px;
}
.breadcrumb-item.active{
color: #ca3c08;
}
.bs-example{
margin: 0;
}
.showError{
border: 1px solid #ff0000;
box-shadow: 1px 1px 5px #ff0000;
}
.breadcrumb-item+.breadcrumb-item {
padding-left: 0.4rem;
}
.breadcrumb-item+.breadcrumb-item::before {
padding-right: 0.2rem;
}
.bttn {
border-radius: 7px !important;
}
.btton{
border-radius:7px;
}
.home-banner{
height: 350px;
}
.photoot-modal{
overflow-y: auto;
}
| 0.223886 | 0.054124 |
html,body {
height: 100%;
margin: auto;
width: 960px;
}
* {
-webkit-transition:opacity 1s;
-moz-transition:opacity 1s;
transition:opacity 1s;
}
.negative
.menu {
opacity: 0;
}
.buffer {
margin-top: 20px;
}
.big-buffer {
margin-top: 60px;
}
.content {
margin-top: 20px;
}
.negative {
margin-top: -50px;
}
.sidebar {
top: 80px;
position: fixed;
width: 180px;
}
.subtitle {
margin-top: -20px;
}
.gauge {
margin-top: 60px;
}
.gauge-slider {
margin-top: 60px;
}
.gauge-slider {
margin-left: 20px;
width: 275px;
}
h3 { position:relative; }
h3 span { position:absolute; top:-140px; }
.menu {
margin-top: 50px;
}
.info {
padding-left: 1em;
padding-right: 1em;
}
.demo-section
{
margin: 0 auto 15px auto;
padding: 10px;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
box-shadow: 0 1px 2px rgba(0,0,0,0.5);
border: 1px solid rgba(255,255,255,0.2);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: -moz-linear-gradient(top, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.07) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.01)), color-stop(100%,rgba(0,0,0,0.07)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
}
code {
padding: 0.1em 0.6em;
border: 1px solid #ccc;
font-size: 13px;
font-family: Arial,Helvetica,sans-serif;
background-color: #f7f7f7;
color: #333;
-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: inline-block;
margin: 0 0.1em;
text-shadow: 0 1px 0 #fff;
line-height: 1.5;
white-space: nowrap;
}
.demo-section-overlay {
margin: 0 -10px -10px -10px;
background: #ebebeb;
padding: 0 10px;
}
.demo-section > .title {
margin: 5px 0 15px 0;
text-align: center;
}
/* pretty print overrides */
.prettyprint {
overflow-x:auto
}
.prettyprint,.details-list dl {
border-radius:2px
}
.code-sample .prettyprint,.details-list dl {
padding:10px;
background:#fbfbfb;
border:0
}
.code-sample.code pre {
display:block;
padding:0
}
pre .nocode {
background-color:transparent;
color:#000
}
pre .str,pre .atv {
color:#e25000
}
pre .kwd {
color:#03f
}
pre .com {
color:#666
}
pre .typ {
color:#000
}
pre .lit {
color:#066
}
pre .pun {
color:#333
}
pre .pln {
color:#42545a
}
pre .tag {
color:#06c
}
pre .atn {
color:#66f
}
pre .dec {
color:#c00
}
ol.linenums {
margin-top:0;
margin-bottom:0;
color:#333
}
pre.prettyprint {
border: none;
}
.small {
float: right;
margin-top: 20px;
font-size: 12px;
}
|
app/css/site.css
|
html,body {
height: 100%;
margin: auto;
width: 960px;
}
* {
-webkit-transition:opacity 1s;
-moz-transition:opacity 1s;
transition:opacity 1s;
}
.negative
.menu {
opacity: 0;
}
.buffer {
margin-top: 20px;
}
.big-buffer {
margin-top: 60px;
}
.content {
margin-top: 20px;
}
.negative {
margin-top: -50px;
}
.sidebar {
top: 80px;
position: fixed;
width: 180px;
}
.subtitle {
margin-top: -20px;
}
.gauge {
margin-top: 60px;
}
.gauge-slider {
margin-top: 60px;
}
.gauge-slider {
margin-left: 20px;
width: 275px;
}
h3 { position:relative; }
h3 span { position:absolute; top:-140px; }
.menu {
margin-top: 50px;
}
.info {
padding-left: 1em;
padding-right: 1em;
}
.demo-section
{
margin: 0 auto 15px auto;
padding: 10px;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
box-shadow: 0 1px 2px rgba(0,0,0,0.5);
border: 1px solid rgba(255,255,255,0.2);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: -moz-linear-gradient(top, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.07) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.01)), color-stop(100%,rgba(0,0,0,0.07)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
}
code {
padding: 0.1em 0.6em;
border: 1px solid #ccc;
font-size: 13px;
font-family: Arial,Helvetica,sans-serif;
background-color: #f7f7f7;
color: #333;
-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: inline-block;
margin: 0 0.1em;
text-shadow: 0 1px 0 #fff;
line-height: 1.5;
white-space: nowrap;
}
.demo-section-overlay {
margin: 0 -10px -10px -10px;
background: #ebebeb;
padding: 0 10px;
}
.demo-section > .title {
margin: 5px 0 15px 0;
text-align: center;
}
/* pretty print overrides */
.prettyprint {
overflow-x:auto
}
.prettyprint,.details-list dl {
border-radius:2px
}
.code-sample .prettyprint,.details-list dl {
padding:10px;
background:#fbfbfb;
border:0
}
.code-sample.code pre {
display:block;
padding:0
}
pre .nocode {
background-color:transparent;
color:#000
}
pre .str,pre .atv {
color:#e25000
}
pre .kwd {
color:#03f
}
pre .com {
color:#666
}
pre .typ {
color:#000
}
pre .lit {
color:#066
}
pre .pun {
color:#333
}
pre .pln {
color:#42545a
}
pre .tag {
color:#06c
}
pre .atn {
color:#66f
}
pre .dec {
color:#c00
}
ol.linenums {
margin-top:0;
margin-bottom:0;
color:#333
}
pre.prettyprint {
border: none;
}
.small {
float: right;
margin-top: 20px;
font-size: 12px;
}
| 0.381335 | 0.089216 |
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; height: auto; width: 100%; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.single-portfolio-item-slider{
float: left;
height: auto;
}
/*
.flexslider.portfolio-items-slider{ max-height: 147px; }
.flexslider.portfolio-items-slider.third{ min-height: 207px; }
.flexslider.portfolio-items-slider.half{ min-height: 317px; }*/
/*.flexslider .slides.round img{border-radius: 4px;}*/
.flexslider .slides img{width: 100%;height: auto;}
/*
.flexslider.clients .flex-direction-nav{display: none; }
.clients-wrapp:hover .flex-direction-nav{display: block;}*/
.flexslider.clients .slides{margin-bottom: 0px;}
.flexslider.portfolio-items-slider .slides img {border-radius: 4px 4px 0px 0px; }
.flex-pauseplay span {text-transform: capitalize;}
.flexslider { margin: 0 0 0px; position: relative;zoom: 1; }
.flexslider .slides { zoom: 1; }
.flexslider .slides li {
line-height: 1px;
}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.loading {min-height:350px;margin:0 auto; background: url("../../images/loading.gif") no-repeat center center;}
.carousel li {margin-right: 5px}
|
src/views/new/css/flexslider.css
|
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; height: auto; width: 100%; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.single-portfolio-item-slider{
float: left;
height: auto;
}
/*
.flexslider.portfolio-items-slider{ max-height: 147px; }
.flexslider.portfolio-items-slider.third{ min-height: 207px; }
.flexslider.portfolio-items-slider.half{ min-height: 317px; }*/
/*.flexslider .slides.round img{border-radius: 4px;}*/
.flexslider .slides img{width: 100%;height: auto;}
/*
.flexslider.clients .flex-direction-nav{display: none; }
.clients-wrapp:hover .flex-direction-nav{display: block;}*/
.flexslider.clients .slides{margin-bottom: 0px;}
.flexslider.portfolio-items-slider .slides img {border-radius: 4px 4px 0px 0px; }
.flex-pauseplay span {text-transform: capitalize;}
.flexslider { margin: 0 0 0px; position: relative;zoom: 1; }
.flexslider .slides { zoom: 1; }
.flexslider .slides li {
line-height: 1px;
}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.loading {min-height:350px;margin:0 auto; background: url("../../images/loading.gif") no-repeat center center;}
.carousel li {margin-right: 5px}
| 0.32178 | 0.058212 |
* {
margin: 0;
padding: 0;
color: #333;
}
html, body {
height: 100%;
}
body {
line-height: 1em;
background: #fff;
padding: 0;
margin: 0;
}
body, td, textarea, input, select {
font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
font-size: 13px;
}
p {
margin: 1em 0;
}
h1 {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 23px;
line-height: 29px;
margin: 0 0 1em 0;
text-shadow: 0 1px 0 #FFFFFF;
}
ul {
list-style: none;
}
li {
margin: 1em 0;
}
a {
color: #21759B;
}
a:hover {
color: #D54E21;
}
#content {
padding: 20px;
}
.clear {
clear: both;
}
.button, input[type="button"], input[type="submit"] {
font-size: 11px;
line-height: 16px;
background: #f2f2f2 url(../../../../../wp-admin/images/white-grad.png) repeat-x scroll left top;
border: 1px solid #bbb;
color: #464646;
text-shadow: 0 1px 0 #fff;
cursor: pointer;
padding: 2px 8px;
border-radius: 11px;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
}
.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
border-color: #666;
color: #000;
}
.button:active, input[type="button"]:active, input[type="submit"]:active {
background: #F2F2F2 url(../../../../../wp-admin/images/white-grad-active.png) repeat-x scroll left top;
}
input.button-primary {
background: url(../../../../../wp-admin/images/button-grad.png) repeat-x scroll left top #21759B;
border-color: #298CBA;
color: #FFFFFF;
font-weight: bold;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
input.button-primary:active, button.button-primary:active, a.button-primary:active {
background: url(../../../../../wp-admin/images/button-grad-active.png) repeat-x scroll left top #21759B;
color: #EAF2FA;
}
input.button-primary:hover, button.button-primary:hover, a.button-primary:hover, a.button-primary:focus, a.button-primary:active {
border-color: #13455B;
color: #EAF2FA;
}
.progress {
background: #fff;
border: 1px solid #464646;
padding: 1px;
margin: 1em 0;
position: relative;
}
.progress-value {
position: absolute;
line-height: 30px;
font-size: 16px;
font-weight: 700;
color: #000;
text-align: center;
width: 100%;
}
.progress-bar {
float: left;
width: 0;
height: 30px;
background: #fc2;
}
.log {
border: 1px solid #464646;
height: 279px;
overflow: auto;
}
.log div {
padding: 3px;
border-bottom: 1px solid #464646;
}
.log-success {
background: #bfb;
}
.log-error {
background: #f99;
}
.empty {
font-weight: 700;
font-style: italic;
}
.table {
width: 100%;
border-collapse: collapse;
}
.table td, th {
border: 1px solid #ccc;
padding: 3px 2px;
}
.table th {
background: #eee;
}
.queue td {
font-size: 10px;
}
.updated, .error {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-style: solid;
border-width: 1px;
padding: 0 0.6em;
margin: 0.5em 0;
}
.updated {
background: #ffffe0;
border-color: #e6db55;
}
.error {
background-color: #ffebe8;
border-color: #cc0000;
}
.updated p, .error p {
line-height: 1;
margin: 0.5em 0;
padding: 2px;
}
.tab-selected {
font-weight: 700;
}
.rules {
width: 100%;
font-size: 9px;
}
.ps-rules {
margin: 1em 0;
background: #fff url(../img/ps_bar.gif) repeat-y;
}
.ps-rules a {
color: #00f;
text-decoration: none;
}
.ps-rules li,
.ps-rules p {
margin: 0;
}
.ps-rule {
clear: left;
}
.ps-rule {
line-height: 20px;
}
.ps-rule:hover {
background: #eee url(../img/ps_bar.gif) repeat-y;
}
.ps-icon {
width: 31px;
height: 20px;
position: relative;
float: left;
}
.ps-icon div {
display: block;
background: url(../img/ps_scores.png);
width: 14px;
height: 14px;
position: relative;
top: 3px;
left: 8px;
}
.ps-priority-high .ps-icon div {
background-position: 0;
}
.ps-priority-medium .ps-icon div {
background-position: -14px;
}
.ps-priority-low .ps-icon div {
background-position: -28px;
}
.ps-expand {
float: left;
width: 30px;
height: 20px;
text-align: center;
}
.ps-expand a {
color: #66d;
}
.ps-expander {
display: none;
background: #fff url(../img/ps_grad.gif) repeat-x;
margin-left: 31px;
padding: 10px 0 10px 30px;
}
.ps-blocks {
}
.ps-block p {
margin-bottom: 1em;
}
.ps-urls {
margin-bottom: 1em;
}
.ps-url {
list-style: disc inside;
}
|
website-production/public_html/wp-content/plugins/w3-total-cache/pub/css/popup.css
|
* {
margin: 0;
padding: 0;
color: #333;
}
html, body {
height: 100%;
}
body {
line-height: 1em;
background: #fff;
padding: 0;
margin: 0;
}
body, td, textarea, input, select {
font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
font-size: 13px;
}
p {
margin: 1em 0;
}
h1 {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 23px;
line-height: 29px;
margin: 0 0 1em 0;
text-shadow: 0 1px 0 #FFFFFF;
}
ul {
list-style: none;
}
li {
margin: 1em 0;
}
a {
color: #21759B;
}
a:hover {
color: #D54E21;
}
#content {
padding: 20px;
}
.clear {
clear: both;
}
.button, input[type="button"], input[type="submit"] {
font-size: 11px;
line-height: 16px;
background: #f2f2f2 url(../../../../../wp-admin/images/white-grad.png) repeat-x scroll left top;
border: 1px solid #bbb;
color: #464646;
text-shadow: 0 1px 0 #fff;
cursor: pointer;
padding: 2px 8px;
border-radius: 11px;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
}
.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
border-color: #666;
color: #000;
}
.button:active, input[type="button"]:active, input[type="submit"]:active {
background: #F2F2F2 url(../../../../../wp-admin/images/white-grad-active.png) repeat-x scroll left top;
}
input.button-primary {
background: url(../../../../../wp-admin/images/button-grad.png) repeat-x scroll left top #21759B;
border-color: #298CBA;
color: #FFFFFF;
font-weight: bold;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
input.button-primary:active, button.button-primary:active, a.button-primary:active {
background: url(../../../../../wp-admin/images/button-grad-active.png) repeat-x scroll left top #21759B;
color: #EAF2FA;
}
input.button-primary:hover, button.button-primary:hover, a.button-primary:hover, a.button-primary:focus, a.button-primary:active {
border-color: #13455B;
color: #EAF2FA;
}
.progress {
background: #fff;
border: 1px solid #464646;
padding: 1px;
margin: 1em 0;
position: relative;
}
.progress-value {
position: absolute;
line-height: 30px;
font-size: 16px;
font-weight: 700;
color: #000;
text-align: center;
width: 100%;
}
.progress-bar {
float: left;
width: 0;
height: 30px;
background: #fc2;
}
.log {
border: 1px solid #464646;
height: 279px;
overflow: auto;
}
.log div {
padding: 3px;
border-bottom: 1px solid #464646;
}
.log-success {
background: #bfb;
}
.log-error {
background: #f99;
}
.empty {
font-weight: 700;
font-style: italic;
}
.table {
width: 100%;
border-collapse: collapse;
}
.table td, th {
border: 1px solid #ccc;
padding: 3px 2px;
}
.table th {
background: #eee;
}
.queue td {
font-size: 10px;
}
.updated, .error {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-style: solid;
border-width: 1px;
padding: 0 0.6em;
margin: 0.5em 0;
}
.updated {
background: #ffffe0;
border-color: #e6db55;
}
.error {
background-color: #ffebe8;
border-color: #cc0000;
}
.updated p, .error p {
line-height: 1;
margin: 0.5em 0;
padding: 2px;
}
.tab-selected {
font-weight: 700;
}
.rules {
width: 100%;
font-size: 9px;
}
.ps-rules {
margin: 1em 0;
background: #fff url(../img/ps_bar.gif) repeat-y;
}
.ps-rules a {
color: #00f;
text-decoration: none;
}
.ps-rules li,
.ps-rules p {
margin: 0;
}
.ps-rule {
clear: left;
}
.ps-rule {
line-height: 20px;
}
.ps-rule:hover {
background: #eee url(../img/ps_bar.gif) repeat-y;
}
.ps-icon {
width: 31px;
height: 20px;
position: relative;
float: left;
}
.ps-icon div {
display: block;
background: url(../img/ps_scores.png);
width: 14px;
height: 14px;
position: relative;
top: 3px;
left: 8px;
}
.ps-priority-high .ps-icon div {
background-position: 0;
}
.ps-priority-medium .ps-icon div {
background-position: -14px;
}
.ps-priority-low .ps-icon div {
background-position: -28px;
}
.ps-expand {
float: left;
width: 30px;
height: 20px;
text-align: center;
}
.ps-expand a {
color: #66d;
}
.ps-expander {
display: none;
background: #fff url(../img/ps_grad.gif) repeat-x;
margin-left: 31px;
padding: 10px 0 10px 30px;
}
.ps-blocks {
}
.ps-block p {
margin-bottom: 1em;
}
.ps-urls {
margin-bottom: 1em;
}
.ps-url {
list-style: disc inside;
}
| 0.26218 | 0.0666 |
@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');
p{
font-family: 'Inconsolata', monospace;
}
.bouton{
font-weight: 600;
}
body {
margin:0;
padding:0;
height:100%;
overflow-x: hidden;
}
nav{
background-color: transparent;
}
.nav-item{
font-size: 25px;
font-family: 'Inconsolata', monospace;;
margin-bottom: 0;
}
#link{
color: black;
}
#link:hover{
color: #ff003c;
animation: text-shadow 1s;
}
#active{
color: #ff003c;
}
#active:hover{
color: #00eeff;
animation: text-shadow 1s;
}
#main{
min-height: 85vh;
}
footer {
margin-top: 0;
}
#underdev{
background: linear-gradient(120deg,#00eeff 0%,#00eeff 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Inconsolata', monospace;;
font-size: max(1vw, 10px);
}
.copyright{
text-align:right;
color: #ff003c;
font-family: 'Inconsolata', monospace;;
font-size: max(1vw, 10px);
}
.text{
color: #ff003c;
font-family: 'Inconsolata', monospace;
font-weight: 800;
font-size: max(3vw, 35px);
margin-top: 150px;
text-align: center;
margin-bottom: 200px;
animation: apparition 1s;
}
.reseaux{
color: black;
font-family: 'Inconsolata', monospace;;
font-size: 1vw;
text-decoration: none;
margin-left: 20px;
font-weight: 600;
animation: apparition .5s;
}
.reseaux:hover{
animation: text-shadow 1s infinite;
color: #00eeff;
}
nav{
background-color: transparent;
font-weight: 600;
}
.nav-item{
font-size: 25px;
font-family: 'Inconsolata', monospace;;
margin-bottom: 0;
}
#link{
color: black;
}
#link:hover{
color: #ff003c;
animation: text-shadow 1s;
}
#active{
color: #ff003c;
}
#active:hover{
color: #00eeff;
animation: text-shadow 1s;
}
.sidenav {
height: 100%;
width: 100vw;
position: fixed;
z-index: 1;
top: 0;
right: -100vw;
background-color: #ffffff;
padding-top: 60px;
transition: right 0.5s ease;
}
.space{
color: #ff003c;
margin-top: 20px;
font-weight: 600;
}
.space2{
color: #000000;
margin-top: 20px;
font-weight: 600;
}
/* Sidenav menu links */
.sidenav a {
text-decoration: none;
font-size: 20px;
font-family: 'Inconsolata', monospace;;
display: block;
transition: 0.3s;
margin-left: 15px;
}
.sidenav a:hover {
color: #00eeff;
}
.sidenav ul {
list-style-type: none;
padding: 0;
margin: 0;
}
/* Active class */
.sidenav.active {
right: 0;
}
/* Close btn */
.sidenav .close {
position: absolute;
top: 0;
left: 0px;
font-size: 50px;
color: #ff003c;
}
/* Icône burger */
.burger-icon span {
display: block;
width: 65px;
height: 50px;
/* background-image: url(./img/fleche.png); */
margin: 6px 0;
display: none;
}
.swipe{
color: #ff003c;
text-decoration: none;
font-size: 40px;
}
#openBtn{
text-decoration: none;
display: none;
position: fixed;
}
#closeBtn{
margin-top: 10px;
margin-left: 90vw;
}
.socialnetwork{
margin-top: 50px;
}
.swipe{
font-size: 50px;
}
@media screen and (max-width: 1600px) {
.text{
margin-top: 50px;
}
.bouton{
margin-bottom: 50px;
}
.reseaux{
font-size: 20px;
font-weight: 600;
}
}
@media screen and (max-width: 1300px) {
.text{
margin-top: 10px;
margin-bottom: 100px;
}
.reseaux{
font-size: 20px;
}
.nav-item{
font-size: 20px;
font-family: 'Inconsolata', monospace;;
margin-bottom: 0;
}
.bouton{
cursor: pointer;
display: block;
margin-left: auto;
margin-right: auto;
font-size: 26px;
font-family: 'Inconsolata', monospace;;
animation: apparition 1.5s;
padding-top: 5px;
}
button, button::after {
width: 250px;
height: 50px;
background: linear-gradient(45deg, transparent 10%, #ff003c 5%);
border: 0;
color: #fff;
letter-spacing: 3px;
box-shadow: 6px 0px 0px #00eeff;
outline: transparent;
position: relative;
}
#underdev{
background: linear-gradient(120deg,#00eeff 0%,#00eeff 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
.copyright{
text-align:right;
color: #ff003c;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
}
@media screen and (max-width: 990px) {
.reseaux{
font-size: 15px;
margin-bottom: 0px;
margin-left: 10px;
}
.ul1{
top: 0;
display: flex;
}
.noespace{
margin-top: 0px;
margin-bottom: 10px;
}
/* #link{
display: none;
} */
.nav-item{
font-size: 15px;
font-family: 'Inconsolata', monospace;;
margin-bottom: 0;
margin-left: 10px;
}
#underdev{
background: linear-gradient(120deg,#00eeff 0%,#00eeff 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
text-align: left;
}
.copyright{
text-align:right;
color: #ff003c;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
.text{
margin-top: 80px;
}
.ul2{
text-align: center;
}
}
@media screen and (max-width: 799px) {
#link{
display: none;
font-size: 10px;
}
.burger-icon span {
display: block;
width: 25px;
height: 5px;
/* background-image: url(./img/faviconblack.png); */
margin: 6px 0;
position: fixed;
}
#openBtn{
text-decoration: none;
display: block;
margin-left: 20px;
}
#underdev{
background: linear-gradient(120deg,#00eeff 0%,#00eeff 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
text-align: center;
}
.copyright{
text-align:center;
color: #ff003c;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
}
.reseaux{
color: black;
font-family: 'Inconsolata', monospace;;
font-size: 1vw;
text-decoration: none;
margin-left: 20px;
font-weight: 600;
animation: apparition .5s;
}
li{
list-style-type: none;
margin-bottom: 20px;
}
.reseaux:hover{
animation: text-shadow 1s infinite;
color: #00eeff;
}
.bouton{
cursor: pointer;
display: block;
margin-left: auto;
margin-right: auto;
font-size: 36px;
font-family: 'Inconsolata', monospace;;
animation: apparition 1.5s;
}
.nodeco{
text-decoration: none;
color: white;
}
.nodeco:hover{
color: white;
}
button, button::after {
width: 350px;
height: 80px;
background: linear-gradient(45deg, transparent 10%, #ff003c 5%);
border: 0;
color: #fff;
letter-spacing: 3px;
line-height: 88px;
box-shadow: 6px 0px 0px #00eeff;
outline: transparent;
position: relative;
}
button::after {
--slice-0: inset(50% 50% 50% 50%);
--slice-1: inset(80% -6px 0 0);
--slice-2: inset(50% -6px 30% 0);
--slice-3: inset(10% -6px 85% 0);
--slice-4: inset(40% -6px 43% 0);
--slice-5: inset(80% -6px 5% 0);
content: 'AVAILABLE NOW';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
clip-path: var(--slice-0);
}
button:hover::after {
animation: 1s glitch;
animation-timing-function: steps(2, end);
}
@keyframes glitch {
0% {
clip-path: var(--slice-1);
transform: translate(-20px, -10px);
}
10% {
clip-path: var(--slice-3);
transform: translate(10px, 10px);
}
20% {
clip-path: var(--slice-1);
transform: translate(-10px, 10px);
}
30% {
clip-path: var(--slice-3);
transform: translate(0px, 5px);
}
40% {
clip-path: var(--slice-2);
transform: translate(-5px, 0px);
}
50% {
clip-path: var(--slice-3);
transform: translate(5px, 0px);
}
60% {
clip-path: var(--slice-4);
transform: translate(5px, 10px);
}
70% {
clip-path: var(--slice-2);
transform: translate(-10px, 10px);
}
80% {
clip-path: var(--slice-5);
transform: translate(20px, -10px);
}
90% {
clip-path: var(--slice-1);
transform: translate(-10px, 0px);
}
100% {
clip-path: var(--slice-1);
transform: translate(0);
}
}
@keyframes text-shadow {
0% {
text-shadow:
0 0 0 #ff00aa,
0 0 0 #00ff0d,
0 0 0 #ff0000,
0 0 0 #00f7ff;
}
5% {
text-shadow:
0.125em 0 0 #ff00aa,
0.225em 0 0 #00ff0d,
-0.325em 0 0 #00f7ff;
}
10% {
text-shadow:
-0.225em 0 0 #ff00aa,
-0.325em 0 0 #00ff0d,
0.425em 0 0 #00f7ff;
}
15% {
text-shadow:
0.125em 0 0 #ff00aa,
0.225em 0 0 #00ff0d,
-0.325em 0 0 #00f7ff;
}
25% {
text-shadow:
0.125em 0 0 #ff00aa,
0.225em 0 0 #00ff0d,
-0.325em 0 0 #00f7ff;
}
30% {
text-shadow:
-0.225em 0 0 #ff00aa,
-0.325em 0 0 #00ff0d,
0.425em 0 0 #00f7ff;
}
35% {
text-shadow:
0.125em 0 0 #ff00aa,
0.225em 0 0 #00ff0d,
-0.325em 0 0 #00f7ff;
}
40% {
text-shadow:
0 0 0 #ff00aa,
0 0 0 #00ff0d,
0 0 0 #ff0000,
0 0 0 #00f7ff;
}
}
#c {
position: absolute;
z-index: -99;
}
@keyframes apparition {
0% {opacity:0;}
99% {opacity:0;}
100% {opacity:1;}
}
a{
text-decoration: none;
}
@media screen and (max-width: 1600px) {
.text{
margin-top: 50px;
}
.bouton{
margin-bottom: 50px;
}
.reseaux{
font-size: 20px;
}
}
@media screen and (max-width: 1300px) {
.text{
margin-top: 10px;
margin-bottom: 100px;
}
.reseaux{
font-size: 20px;
}
.nav-item{
font-size: 20px;
font-family: 'Inconsolata', monospace;;
margin-bottom: 0;
}
.bouton{
cursor: pointer;
display: block;
margin-left: auto;
margin-right: auto;
font-size: 26px;
font-family: 'Inconsolata', monospace;;
animation: apparition 1.5s;
padding-top: 5px;
}
button, button::after {
width: 250px;
height: 50px;
background: linear-gradient(45deg, transparent 10%, #ff003c 5%);
border: 0;
color: #fff;
letter-spacing: 3px;
box-shadow: 6px 0px 0px #00eeff;
outline: transparent;
position: relative;
}
#underdev{
background: linear-gradient(120deg,#00eeff 0%,#00eeff 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
.copyright{
text-align:right;
color: #ff003c;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
button::after {
--slice-0: inset(10% 80% 50% 10%);
--slice-1: inset(80% -6px 0 0);
--slice-2: inset(50% -6px 30% 0);
--slice-3: inset(10% -6px 85% 0);
--slice-4: inset(40% -6px 43% 0);
--slice-5: inset(80% -6px 5% 0);
content: 'AVAILABLE NOW';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
clip-path: var(--slice-0);
}
}
@media screen and (max-width: 990px) {
.reseaux{
font-size: 15px;
margin-bottom: 0px;
margin-left: 10px;
}
.ul1{
top: 0;
display: flex;
}
.noespace{
margin-top: 0px;
margin-bottom: 10px;
}
/* #link{
display: none;
} */
.nav-item{
font-size: 15px;
font-family: 'Inconsolata', monospace;;
margin-bottom: 0;
margin-left: 10px;
}
button::after {
--slice-0: inset(10% 90% 50% 10%);
--slice-1: inset(80% -6px 0 0);
--slice-2: inset(50% -6px 30% 0);
--slice-3: inset(10% -6px 85% 0);
--slice-4: inset(40% -6px 43% 0);
--slice-5: inset(80% -6px 5% 0);
content: 'AVAILABLE NOW';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
clip-path: var(--slice-0);
}
#underdev{
background: linear-gradient(120deg,#00eeff 0%,#00eeff 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
text-align: left;
}
.copyright{
text-align:right;
color: #ff003c;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
.text{
margin-top: 80px;
}
.ul2{
text-align: center;
}
}
@media screen and (max-width: 799px) {
button, button::after {
width: 250px;
height: 50px;
background: linear-gradient(45deg, transparent 10%, #ff003c 5%);
border: 0;
color: #fff;
letter-spacing: 3px;
line-height: 88px;
box-shadow: 6px 0px 0px #00eeff;
outline: transparent;
position: relative;
}
/* .nav-tabs{
flex-direction: column;
} */
#link{
font-size: 10px;
}
button::after {
--slice-0: inset(10% 90% 50% 10%);
--slice-1: inset(80% -6px 0 0);
--slice-2: inset(50% -6px 30% 0);
--slice-3: inset(10% -6px 85% 0);
--slice-4: inset(40% -6px 43% 0);
--slice-5: inset(80% -6px 5% 0);
content: 'AVAILABLE NOW';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
clip-path: var(--slice-0);
}
#link{
display: none;
}
.burger-icon {
display: block;
width: 25px;
height: 5px;
/* background-image: url(./img/faviconblack.png); */
margin: 6px 0;
position: fixed;
}
#openBtn{
text-decoration: none;
display: block;
margin-left: 20px;
}
#underdev{
background: linear-gradient(120deg,#00eeff 0%,#00eeff 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
text-align: center;
}
.copyright{
text-align:center;
color: #ff003c;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
}
|
index.css
|
@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');
p{
font-family: 'Inconsolata', monospace;
}
.bouton{
font-weight: 600;
}
body {
margin:0;
padding:0;
height:100%;
overflow-x: hidden;
}
nav{
background-color: transparent;
}
.nav-item{
font-size: 25px;
font-family: 'Inconsolata', monospace;;
margin-bottom: 0;
}
#link{
color: black;
}
#link:hover{
color: #ff003c;
animation: text-shadow 1s;
}
#active{
color: #ff003c;
}
#active:hover{
color: #00eeff;
animation: text-shadow 1s;
}
#main{
min-height: 85vh;
}
footer {
margin-top: 0;
}
#underdev{
background: linear-gradient(120deg,#00eeff 0%,#00eeff 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Inconsolata', monospace;;
font-size: max(1vw, 10px);
}
.copyright{
text-align:right;
color: #ff003c;
font-family: 'Inconsolata', monospace;;
font-size: max(1vw, 10px);
}
.text{
color: #ff003c;
font-family: 'Inconsolata', monospace;
font-weight: 800;
font-size: max(3vw, 35px);
margin-top: 150px;
text-align: center;
margin-bottom: 200px;
animation: apparition 1s;
}
.reseaux{
color: black;
font-family: 'Inconsolata', monospace;;
font-size: 1vw;
text-decoration: none;
margin-left: 20px;
font-weight: 600;
animation: apparition .5s;
}
.reseaux:hover{
animation: text-shadow 1s infinite;
color: #00eeff;
}
nav{
background-color: transparent;
font-weight: 600;
}
.nav-item{
font-size: 25px;
font-family: 'Inconsolata', monospace;;
margin-bottom: 0;
}
#link{
color: black;
}
#link:hover{
color: #ff003c;
animation: text-shadow 1s;
}
#active{
color: #ff003c;
}
#active:hover{
color: #00eeff;
animation: text-shadow 1s;
}
.sidenav {
height: 100%;
width: 100vw;
position: fixed;
z-index: 1;
top: 0;
right: -100vw;
background-color: #ffffff;
padding-top: 60px;
transition: right 0.5s ease;
}
.space{
color: #ff003c;
margin-top: 20px;
font-weight: 600;
}
.space2{
color: #000000;
margin-top: 20px;
font-weight: 600;
}
/* Sidenav menu links */
.sidenav a {
text-decoration: none;
font-size: 20px;
font-family: 'Inconsolata', monospace;;
display: block;
transition: 0.3s;
margin-left: 15px;
}
.sidenav a:hover {
color: #00eeff;
}
.sidenav ul {
list-style-type: none;
padding: 0;
margin: 0;
}
/* Active class */
.sidenav.active {
right: 0;
}
/* Close btn */
.sidenav .close {
position: absolute;
top: 0;
left: 0px;
font-size: 50px;
color: #ff003c;
}
/* Icône burger */
.burger-icon span {
display: block;
width: 65px;
height: 50px;
/* background-image: url(./img/fleche.png); */
margin: 6px 0;
display: none;
}
.swipe{
color: #ff003c;
text-decoration: none;
font-size: 40px;
}
#openBtn{
text-decoration: none;
display: none;
position: fixed;
}
#closeBtn{
margin-top: 10px;
margin-left: 90vw;
}
.socialnetwork{
margin-top: 50px;
}
.swipe{
font-size: 50px;
}
@media screen and (max-width: 1600px) {
.text{
margin-top: 50px;
}
.bouton{
margin-bottom: 50px;
}
.reseaux{
font-size: 20px;
font-weight: 600;
}
}
@media screen and (max-width: 1300px) {
.text{
margin-top: 10px;
margin-bottom: 100px;
}
.reseaux{
font-size: 20px;
}
.nav-item{
font-size: 20px;
font-family: 'Inconsolata', monospace;;
margin-bottom: 0;
}
.bouton{
cursor: pointer;
display: block;
margin-left: auto;
margin-right: auto;
font-size: 26px;
font-family: 'Inconsolata', monospace;;
animation: apparition 1.5s;
padding-top: 5px;
}
button, button::after {
width: 250px;
height: 50px;
background: linear-gradient(45deg, transparent 10%, #ff003c 5%);
border: 0;
color: #fff;
letter-spacing: 3px;
box-shadow: 6px 0px 0px #00eeff;
outline: transparent;
position: relative;
}
#underdev{
background: linear-gradient(120deg,#00eeff 0%,#00eeff 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
.copyright{
text-align:right;
color: #ff003c;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
}
@media screen and (max-width: 990px) {
.reseaux{
font-size: 15px;
margin-bottom: 0px;
margin-left: 10px;
}
.ul1{
top: 0;
display: flex;
}
.noespace{
margin-top: 0px;
margin-bottom: 10px;
}
/* #link{
display: none;
} */
.nav-item{
font-size: 15px;
font-family: 'Inconsolata', monospace;;
margin-bottom: 0;
margin-left: 10px;
}
#underdev{
background: linear-gradient(120deg,#00eeff 0%,#00eeff 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
text-align: left;
}
.copyright{
text-align:right;
color: #ff003c;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
.text{
margin-top: 80px;
}
.ul2{
text-align: center;
}
}
@media screen and (max-width: 799px) {
#link{
display: none;
font-size: 10px;
}
.burger-icon span {
display: block;
width: 25px;
height: 5px;
/* background-image: url(./img/faviconblack.png); */
margin: 6px 0;
position: fixed;
}
#openBtn{
text-decoration: none;
display: block;
margin-left: 20px;
}
#underdev{
background: linear-gradient(120deg,#00eeff 0%,#00eeff 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
text-align: center;
}
.copyright{
text-align:center;
color: #ff003c;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
}
.reseaux{
color: black;
font-family: 'Inconsolata', monospace;;
font-size: 1vw;
text-decoration: none;
margin-left: 20px;
font-weight: 600;
animation: apparition .5s;
}
li{
list-style-type: none;
margin-bottom: 20px;
}
.reseaux:hover{
animation: text-shadow 1s infinite;
color: #00eeff;
}
.bouton{
cursor: pointer;
display: block;
margin-left: auto;
margin-right: auto;
font-size: 36px;
font-family: 'Inconsolata', monospace;;
animation: apparition 1.5s;
}
.nodeco{
text-decoration: none;
color: white;
}
.nodeco:hover{
color: white;
}
button, button::after {
width: 350px;
height: 80px;
background: linear-gradient(45deg, transparent 10%, #ff003c 5%);
border: 0;
color: #fff;
letter-spacing: 3px;
line-height: 88px;
box-shadow: 6px 0px 0px #00eeff;
outline: transparent;
position: relative;
}
button::after {
--slice-0: inset(50% 50% 50% 50%);
--slice-1: inset(80% -6px 0 0);
--slice-2: inset(50% -6px 30% 0);
--slice-3: inset(10% -6px 85% 0);
--slice-4: inset(40% -6px 43% 0);
--slice-5: inset(80% -6px 5% 0);
content: 'AVAILABLE NOW';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
clip-path: var(--slice-0);
}
button:hover::after {
animation: 1s glitch;
animation-timing-function: steps(2, end);
}
@keyframes glitch {
0% {
clip-path: var(--slice-1);
transform: translate(-20px, -10px);
}
10% {
clip-path: var(--slice-3);
transform: translate(10px, 10px);
}
20% {
clip-path: var(--slice-1);
transform: translate(-10px, 10px);
}
30% {
clip-path: var(--slice-3);
transform: translate(0px, 5px);
}
40% {
clip-path: var(--slice-2);
transform: translate(-5px, 0px);
}
50% {
clip-path: var(--slice-3);
transform: translate(5px, 0px);
}
60% {
clip-path: var(--slice-4);
transform: translate(5px, 10px);
}
70% {
clip-path: var(--slice-2);
transform: translate(-10px, 10px);
}
80% {
clip-path: var(--slice-5);
transform: translate(20px, -10px);
}
90% {
clip-path: var(--slice-1);
transform: translate(-10px, 0px);
}
100% {
clip-path: var(--slice-1);
transform: translate(0);
}
}
@keyframes text-shadow {
0% {
text-shadow:
0 0 0 #ff00aa,
0 0 0 #00ff0d,
0 0 0 #ff0000,
0 0 0 #00f7ff;
}
5% {
text-shadow:
0.125em 0 0 #ff00aa,
0.225em 0 0 #00ff0d,
-0.325em 0 0 #00f7ff;
}
10% {
text-shadow:
-0.225em 0 0 #ff00aa,
-0.325em 0 0 #00ff0d,
0.425em 0 0 #00f7ff;
}
15% {
text-shadow:
0.125em 0 0 #ff00aa,
0.225em 0 0 #00ff0d,
-0.325em 0 0 #00f7ff;
}
25% {
text-shadow:
0.125em 0 0 #ff00aa,
0.225em 0 0 #00ff0d,
-0.325em 0 0 #00f7ff;
}
30% {
text-shadow:
-0.225em 0 0 #ff00aa,
-0.325em 0 0 #00ff0d,
0.425em 0 0 #00f7ff;
}
35% {
text-shadow:
0.125em 0 0 #ff00aa,
0.225em 0 0 #00ff0d,
-0.325em 0 0 #00f7ff;
}
40% {
text-shadow:
0 0 0 #ff00aa,
0 0 0 #00ff0d,
0 0 0 #ff0000,
0 0 0 #00f7ff;
}
}
#c {
position: absolute;
z-index: -99;
}
@keyframes apparition {
0% {opacity:0;}
99% {opacity:0;}
100% {opacity:1;}
}
a{
text-decoration: none;
}
@media screen and (max-width: 1600px) {
.text{
margin-top: 50px;
}
.bouton{
margin-bottom: 50px;
}
.reseaux{
font-size: 20px;
}
}
@media screen and (max-width: 1300px) {
.text{
margin-top: 10px;
margin-bottom: 100px;
}
.reseaux{
font-size: 20px;
}
.nav-item{
font-size: 20px;
font-family: 'Inconsolata', monospace;;
margin-bottom: 0;
}
.bouton{
cursor: pointer;
display: block;
margin-left: auto;
margin-right: auto;
font-size: 26px;
font-family: 'Inconsolata', monospace;;
animation: apparition 1.5s;
padding-top: 5px;
}
button, button::after {
width: 250px;
height: 50px;
background: linear-gradient(45deg, transparent 10%, #ff003c 5%);
border: 0;
color: #fff;
letter-spacing: 3px;
box-shadow: 6px 0px 0px #00eeff;
outline: transparent;
position: relative;
}
#underdev{
background: linear-gradient(120deg,#00eeff 0%,#00eeff 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
.copyright{
text-align:right;
color: #ff003c;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
button::after {
--slice-0: inset(10% 80% 50% 10%);
--slice-1: inset(80% -6px 0 0);
--slice-2: inset(50% -6px 30% 0);
--slice-3: inset(10% -6px 85% 0);
--slice-4: inset(40% -6px 43% 0);
--slice-5: inset(80% -6px 5% 0);
content: 'AVAILABLE NOW';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
clip-path: var(--slice-0);
}
}
@media screen and (max-width: 990px) {
.reseaux{
font-size: 15px;
margin-bottom: 0px;
margin-left: 10px;
}
.ul1{
top: 0;
display: flex;
}
.noespace{
margin-top: 0px;
margin-bottom: 10px;
}
/* #link{
display: none;
} */
.nav-item{
font-size: 15px;
font-family: 'Inconsolata', monospace;;
margin-bottom: 0;
margin-left: 10px;
}
button::after {
--slice-0: inset(10% 90% 50% 10%);
--slice-1: inset(80% -6px 0 0);
--slice-2: inset(50% -6px 30% 0);
--slice-3: inset(10% -6px 85% 0);
--slice-4: inset(40% -6px 43% 0);
--slice-5: inset(80% -6px 5% 0);
content: 'AVAILABLE NOW';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
clip-path: var(--slice-0);
}
#underdev{
background: linear-gradient(120deg,#00eeff 0%,#00eeff 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
text-align: left;
}
.copyright{
text-align:right;
color: #ff003c;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
.text{
margin-top: 80px;
}
.ul2{
text-align: center;
}
}
@media screen and (max-width: 799px) {
button, button::after {
width: 250px;
height: 50px;
background: linear-gradient(45deg, transparent 10%, #ff003c 5%);
border: 0;
color: #fff;
letter-spacing: 3px;
line-height: 88px;
box-shadow: 6px 0px 0px #00eeff;
outline: transparent;
position: relative;
}
/* .nav-tabs{
flex-direction: column;
} */
#link{
font-size: 10px;
}
button::after {
--slice-0: inset(10% 90% 50% 10%);
--slice-1: inset(80% -6px 0 0);
--slice-2: inset(50% -6px 30% 0);
--slice-3: inset(10% -6px 85% 0);
--slice-4: inset(40% -6px 43% 0);
--slice-5: inset(80% -6px 5% 0);
content: 'AVAILABLE NOW';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
clip-path: var(--slice-0);
}
#link{
display: none;
}
.burger-icon {
display: block;
width: 25px;
height: 5px;
/* background-image: url(./img/faviconblack.png); */
margin: 6px 0;
position: fixed;
}
#openBtn{
text-decoration: none;
display: block;
margin-left: 20px;
}
#underdev{
background: linear-gradient(120deg,#00eeff 0%,#00eeff 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
text-align: center;
}
.copyright{
text-align:center;
color: #ff003c;
font-family: 'Inconsolata', monospace;;
font-size: 15px;
}
}
| 0.237576 | 0.076649 |
Original Code by <NAME>
Updated by <NAME>
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
@-moz-document url-prefix("chrome://"), url-prefix("about:") {
/******** Generic menulists, textboxes and labels **********/
/* -- Textbox & Autocomplete Textbox -- */
/* Right */
textbox:not([multiline="true"]):not([readonly="true"]):not(.textbox-addressingWidget) {
-moz-appearance: none !important;
background-color: transparent !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAK3RFWHRDcmVhdGlvbiBUaW1lAFdlZCA4IFNlcCAyMDA0IDE4OjMxOjU2IC0wNTAwEMDXPAAAAAd0SU1FB9QJCBYgJDzzobYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAEZ0FNQQAAsY8L%2FGEFAAABpElEQVR42q2VP2vCQBjG37SJik2rILjUorbUoV%2BgYze%2FSrcugiAFV79B6yCdOnQvunYuFMc6BCLSTTQ2d8Y%2FidG%2B74FFpYWmuQdejrwcv3vy5HKn1Gq1FQQTxzKw3rBeKpXK00%2BTlGaz%2BWfwcrkUo%2Bu6MJ1OwXEcGI%2FHLd%2F36%2BVy%2BXkLvEIFsbtYLGAymYBt2zAcDqHb7dI4YIxVS6XS%2Fb%2FBu%2Br3%2B9Dr9aDT6Ti42A3qgfpqGCgpnU5DPB6neA4Mw7jFlgDvhQWTdF2HbDYLiUTitNFo3EmJYi3Kvt1ug2maHN0XpTgmqaoKqVSKYjnUNO0qdMabSiaTIm%2FP8y6lOSYRNBaLQSQSuZAKjkajAozjiVQwCd2KBaSCaWdo%2BBER%2FBEKvLtTCbyPYHT9HgqsKMrWM%2B4G0UPwq7QfhE4%2By7LgczTi54XCkbSM5%2FM5zGYzQJeP4m1kOMbzGDhjYDNm5nK5MylgypWcItg5zmT0dT%2FwL00%2BKE9y6dOhjzcJxjBwPa%2B6OU%2FlnAeCrl%2BditxitbBfz%2BfzW1eTSl8yoL4vU8zz%2BrdJX2fg4BbFmlHlAAAAAElFTkSuQmCC") no-repeat right center !important;
/* Height of textbox */
height: 22px !important;
/* Add margin either side of element */
margin-left: 3px !important;
margin-right: 3px !important;
}
/* Left */
textbox:not([multiline="true"]):not([readonly="true"]):not(.textbox-addressingWidget) > hbox.textbox-input-box,
textbox:not([multiline="true"]):not([readonly="true"]):not(.textbox-addressingWidget) hbox.autocomplete-textbox-container {
-moz-appearance: none !important;
background-color: transparent !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAB3RJTUUH1AkHBSYEF8QrhwAAAAlwSFlzAAAK8AAACvABQqw0mAAAAARnQU1BAACxjwv8YQUAAAF%2FSURBVHjatZXNasJAEMcnifkw0URQRJASbNJDei609FJ6FXyDnnrSZ%2BhNKILgJYfcBV%2Bkl9K%2BQI9V6COUBoPR9r%2BLbalID3F3YHZgA%2FObr%2BwotEdGo5EL04VeQ8%2BgJ9AqFRBl92I8Hvc0TetXKpWu4zhULpfJMAz%2BTVXVwwCTyWTguu6wXq83Op0OwZLneWTbNpVKpSIJ%2FALiOL6FsziKIsf3fWo2m4Uc7goPK0mSS5TiLggCBwBCeYQ452VlB2p8g%2BiPWeQinfMMptPpBQO0221qtVpCnfMMdF2%2FQhOrrKFFG%2FkvANGfsymp1WrCnX8DTi3L4qMoBWCa5hEDwEoD%2FPypsgBvOpqb57kcAKJ%2F0SQDnhVFodVqJQeA2X%2FAg%2FTOAJvNRjwAb8%2FTJ9FsuVxSlmXiAfxQ1dl6vX7NAIEVDwjD8BHluU%2FT9AMqtB9%2FFs58Ph%2Bg6UOMbsPGJmPThe3GNxkbhIMBTBaLRQ%2FO%2BngEu1AOYLot5eGALWTv0i%2BSxRdKkVhqdsbhqAAAAABJRU5ErkJggg%3D%3D") no-repeat left center !important;
/* Move middle in to allow for bevel */
margin-right: 10px !important;
/* Height of textbox */
height: 22px !important;
}
/* Middle */
textbox:not([multiline="true"]):not([readonly="true"]):not(.textbox-addressingWidget) > hbox.textbox-input-box > html|input.textbox-input,
textbox:not([multiline="true"]):not([readonly="true"]):not(.textbox-addressingWidget) hbox.autocomplete-textbox-container > hbox.textbox-input-box {
-moz-appearance: none !important;
background-color: transparent !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAWCAIAAACDuhG6AAAALHRFWHRDcmVhdGlvbiBUaW1lAFRodSAxMSBEZWMgMjAwMyAxMjoyOTo1OCAtMDYwME3LQakAAAAHdElNRQfTDAsSHgyI2qrLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGPC%2FxhBQAAAC9JREFUeNpjbG9vZ8AALHp6epiijP%2F%2F%2F8cUZWLABkZFaSvK8uXLFyyi7969wxQFAO2rCvNC%2BFPuAAAAAElFTkSuQmCC") repeat-x left center !important;
/* Height of textbox */
height: 22px !important;
/* Move middle in to allow for bevel */
margin-left: 10px !important;
}
/* Center INPUT text */
textbox:not([multiline="true"]):not([readonly="true"]):not(.textbox-addressingWidget) > hbox.textbox-input-box > html|input.textbox-input {
/* center the text vertically - crude, but will do for now */
padding-top: 4px !important;
}
/* -- Editable Menulist & Label Menulist -- */
/* Right */
menulist:not(.aw-menulist) {
-moz-appearance: none !important;
background-color: transparent !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAK3RFWHRDcmVhdGlvbiBUaW1lAFdlZCA4IFNlcCAyMDA0IDE4OjMxOjU2IC0wNTAwEMDXPAAAAAd0SU1FB9QJCBYgJDzzobYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAEZ0FNQQAAsY8L%2FGEFAAABpElEQVR42q2VP2vCQBjG37SJik2rILjUorbUoV%2BgYze%2FSrcugiAFV79B6yCdOnQvunYuFMc6BCLSTTQ2d8Y%2FidG%2B74FFpYWmuQdejrwcv3vy5HKn1Gq1FQQTxzKw3rBeKpXK00%2BTlGaz%2BWfwcrkUo%2Bu6MJ1OwXEcGI%2FHLd%2F36%2BVy%2BXkLvEIFsbtYLGAymYBt2zAcDqHb7dI4YIxVS6XS%2Fb%2FBu%2Br3%2B9Dr9aDT6Ti42A3qgfpqGCgpnU5DPB6neA4Mw7jFlgDvhQWTdF2HbDYLiUTitNFo3EmJYi3Kvt1ug2maHN0XpTgmqaoKqVSKYjnUNO0qdMabSiaTIm%2FP8y6lOSYRNBaLQSQSuZAKjkajAozjiVQwCd2KBaSCaWdo%2BBER%2FBEKvLtTCbyPYHT9HgqsKMrWM%2B4G0UPwq7QfhE4%2By7LgczTi54XCkbSM5%2FM5zGYzQJeP4m1kOMbzGDhjYDNm5nK5MylgypWcItg5zmT0dT%2FwL00%2BKE9y6dOhjzcJxjBwPa%2B6OU%2FlnAeCrl%2BditxitbBfz%2BfzW1eTSl8yoL4vU8zz%2BrdJX2fg4BbFmlHlAAAAAElFTkSuQmCC") no-repeat right center !important;
/* Height of googlebar */
height: 22px !important;
/* Add margin either side of element */
margin-left: 3px !important;
margin-right: 3px !important;
}
/* Left */
menulist:not(.aw-menulist) > hbox.menulist-editable-box,
menulist:not(.aw-menulist) > hbox.menulist-label-box {
-moz-appearance: none !important;
background-color: transparent !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAB3RJTUUH1AkHBSYEF8QrhwAAAAlwSFlzAAAK8AAACvABQqw0mAAAAARnQU1BAACxjwv8YQUAAAF%2FSURBVHjatZXNasJAEMcnifkw0URQRJASbNJDei609FJ6FXyDnnrSZ%2BhNKILgJYfcBV%2Bkl9K%2BQI9V6COUBoPR9r%2BLbalID3F3YHZgA%2FObr%2BwotEdGo5EL04VeQ8%2BgJ9AqFRBl92I8Hvc0TetXKpWu4zhULpfJMAz%2BTVXVwwCTyWTguu6wXq83Op0OwZLneWTbNpVKpSIJ%2FALiOL6FsziKIsf3fWo2m4Uc7goPK0mSS5TiLggCBwBCeYQ452VlB2p8g%2BiPWeQinfMMptPpBQO0221qtVpCnfMMdF2%2FQhOrrKFFG%2FkvANGfsymp1WrCnX8DTi3L4qMoBWCa5hEDwEoD%2FPypsgBvOpqb57kcAKJ%2F0SQDnhVFodVqJQeA2X%2FAg%2FTOAJvNRjwAb8%2FTJ9FsuVxSlmXiAfxQ1dl6vX7NAIEVDwjD8BHluU%2FT9AMqtB9%2FFs58Ph%2Bg6UOMbsPGJmPThe3GNxkbhIMBTBaLRQ%2FO%2BngEu1AOYLot5eGALWTv0i%2BSxRdKkVhqdsbhqAAAAABJRU5ErkJggg%3D%3D") no-repeat left center !important;
/* Move middle in to allow for bevel */
margin-right: 10px !important;
/* Height of googlebar */
height: 22px !important;
}
/* Middle */
menulist:not(.aw-menulist) > hbox.menulist-editable-box > html|input.menulist-editable-input,
menulist:not(.aw-menulist) > hbox.menulist-label-box > label.menulist-label,
menulist:not(.aw-menulist) > hbox.menulist-label-box > label.composemenu-text-2 {
-moz-appearance: none !important;
background-color: transparent !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAWCAIAAACDuhG6AAAALHRFWHRDcmVhdGlvbiBUaW1lAFRodSAxMSBEZWMgMjAwMyAxMjoyOTo1OCAtMDYwME3LQakAAAAHdElNRQfTDAsSHgyI2qrLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGPC%2FxhBQAAAC9JREFUeNpjbG9vZ8AALHp6epiijP%2F%2F%2F8cUZWLABkZFaSvK8uXLFyyi7969wxQFAO2rCvNC%2BFPuAAAAAElFTkSuQmCC") repeat-x left center !important;
/* Height of googlebar */
height: 22px !important;
/* Move middle in to allow for bevel */
margin-left: 10px !important;
/* center the text vertically - crude, but will do for now */
padding-top: 4px !important;
}
/* Begin Normal Focus */
menulist:focus > hbox.menulist-editable-box > html|input.menulist-editable-input,
menulist:focus > hbox.menulist-label-box > label.menulist-label {
font-weight: bold !important;
color: -moz-FieldText !important;
}
/* End Normal Focus */
/* Begin Image Focus
menulist:focus {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABmJLR0QA%2FwD%2FAP%2BgvaeTAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH1gcVEggZbkR7%2BQAAAZNJREFUeNqt1b9LG2Ecx%2FH36d3zHNeGDKmDqCTpQYZCBi1YOjnp0K2DOnboEMiQJXA0tDh0CfUP0Axp6dBBcColIjh06iB0E8xQuAR0klwhP47Ac1zSKRChhWqez%2FZ8%2BfLi%2BzzD8zWq1eqYu6UP%2FAJ%2BAt8rlcrR35qMRqPx3%2FBoNAJAKcVwOCQMQwaDwUkcxzXP877dgleLP%2B46MQBf36wQBAGtVosgCDq9Xm%2BvXC4fzgxPcuxl%2BX1zTbPZDLvdbqlUKn0CmGPGbO%2B3KHyOcF33QSKReDupzwxPkk6nSSaTj%2Bv1%2BoGWp5hO7ZWJ7%2Ft9pdSWtokBUqkUjuMkLMva0AqfXsQ4joMQ4plW%2BONZB9u2EUI80QoD2LaNlHJFOyyEQEqJdtgyTaSUV9rhedNECHGpHTYMAyHEuVb43c4iBvTz%2BfwHrfC6azGGL1r%2FijXXIY5jP5fLFQFMXfD73YVwaXnZnZxnhl9vPuLl%2BsOOUmpvum7e99ovniZ5nrOJougkiqJaNpu9vZra7fa9l2kmkyn8q%2BkP0xB%2FTC2ZOz4AAAAASUVORK5CYII%3D") !important;
}
menulist:focus > hbox.menulist-editable-box,
menulist:focus > hbox.menulist-label-box {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAABmJLR0QA%2FwD%2FAP%2BgvaeTAAAACXBIWXMAAArwAAAK8AFCrDSYAAAAB3RJTUUH1gcVEgYxxXL%2BjQAAAWtJREFUeNq11btLw1AUx%2FHfzePk1TbgrYKglMZmiKOIiou4FoqTujg5tYP%2FgVNBKoEuGbo5BIurm4hOLr5AF8FB0BS6uogPHEx1KUW0U5v73e5dPss59zL0qVarZQAUASwDmAXgAkhjgNjfC9%2F3S7Isl1OpVNGyLBiGASICAEiSNBxQr9crmUymyjnP5vN5cM6xstvGMPWAIAg2bdsOPM%2BzRsYmsOpHSCIGAI1GY9EwjH3XdZ2tA4YkkwCAiDZs23ZyuRySjoVhuEBEJ47jpMvhV%2BKApKrqkmmaac45RCQR0bxpmji%2Bi4UB07quY%2B%2F0WQygadqkrusQlaRpWm9TRQFtVVHEAUR0LwsGrhhj4gBFUc4Y8Lq9Ni4G8Dzv8htozk2pYoDuO9%2BM4%2FhpZsoUAxQKhfNOp7NTXR99T%2Fyx%2B32IoqhCRNXD67dsUpv9b3xarVaJMVZWVbV48fCJo5sX3D5%2BJAd0kb6f%2FiDj%2FAP2Nk2u2XqSKAAAAABJRU5ErkJggg%3D%3D") !important;
color: highlighttext !important;
}
menulist:focus > hbox.menulist-editable-box > html|input.menulist-editable-input,
menulist:focus > hbox.menulist-label-box > label.menulist-label {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAWCAIAAACDuhG6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1gcVEggjqEiiSwAAAClJREFUeNpjbG9vZ8AALHp6epiijIZZRzFFmRiwgVHRgRBlfPjwIaYoAK6OBk55xhNhAAAAAElFTkSuQmCC") !important;
}
End Image Focus */
/* Dropmarker */
menulist:not(.aw-menulist) > dropmarker.menulist-dropmarker {
-moz-appearance: none !important;
background-color: transparent !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
/* Move margin for dropmarker in, so that background can overlap it */
margin-left: -7px !important;
/* Move dropmaker in (to the left) a bit */
padding-right: 3px !important;
}
/* Compose window From field */
menulist:not(.textbox-addressingWidget) > hbox.menulist-label-box > label.composemenu-text-2 {
margin-left: 0 !important;
}
/* - Quick-Search box - */
/* Dropdown Image */
#quick-search-button {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAB3RJTUUH1AkHBSYEF8QrhwAAAAlwSFlzAAAK8AAACvABQqw0mAAAAARnQU1BAACxjwv8YQUAAAF%2FSURBVHjatZXNasJAEMcnifkw0URQRJASbNJDei609FJ6FXyDnnrSZ%2BhNKILgJYfcBV%2Bkl9K%2BQI9V6COUBoPR9r%2BLbalID3F3YHZgA%2FObr%2BwotEdGo5EL04VeQ8%2BgJ9AqFRBl92I8Hvc0TetXKpWu4zhULpfJMAz%2BTVXVwwCTyWTguu6wXq83Op0OwZLneWTbNpVKpSIJ%2FALiOL6FsziKIsf3fWo2m4Uc7goPK0mSS5TiLggCBwBCeYQ452VlB2p8g%2BiPWeQinfMMptPpBQO0221qtVpCnfMMdF2%2FQhOrrKFFG%2FkvANGfsymp1WrCnX8DTi3L4qMoBWCa5hEDwEoD%2FPypsgBvOpqb57kcAKJ%2F0SQDnhVFodVqJQeA2X%2FAg%2FTOAJvNRjwAb8%2FTJ9FsuVxSlmXiAfxQ1dl6vX7NAIEVDwjD8BHluU%2FT9AMqtB9%2FFs58Ph%2Bg6UOMbsPGJmPThe3GNxkbhIMBTBaLRQ%2FO%2BngEu1AOYLot5eGALWTv0i%2BSxRdKkVhqdsbhqAAAAABJRU5ErkJggg%3D%3D") no-repeat left center !important;
padding-left: 9px !important;
margin-right: 0px !important;
}
#quick-search-button > stack {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAWCAIAAACDuhG6AAAALHRFWHRDcmVhdGlvbiBUaW1lAFRodSAxMSBEZWMgMjAwMyAxMjoyOTo1OCAtMDYwME3LQakAAAAHdElNRQfTDAsSHgyI2qrLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGPC%2FxhBQAAAC9JREFUeNpjbG9vZ8AALHp6epiijP%2F%2F%2F8cUZWLABkZFaSvK8uXLFyyi7969wxQFAO2rCvNC%2BFPuAAAAAElFTkSuQmCC") repeat-x left center !important;
}
/* Textbox outer */
#searchInput > .quick-search-textbox {
background-image: none !important;
margin-right: 0px !important;
}
/* Texbox inner input */
#searchInput > .quick-search-textbox > html|input.textbox-input {
margin-left: 0px !important;
padding-left: 2px !important;
}
/* Clear Button */
#quick-search-clearbutton {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAK3RFWHRDcmVhdGlvbiBUaW1lAFdlZCA4IFNlcCAyMDA0IDE4OjMxOjU2IC0wNTAwEMDXPAAAAAd0SU1FB9QJCBYgJDzzobYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAEZ0FNQQAAsY8L%2FGEFAAABpElEQVR42q2VP2vCQBjG37SJik2rILjUorbUoV%2BgYze%2FSrcugiAFV79B6yCdOnQvunYuFMc6BCLSTTQ2d8Y%2FidG%2B74FFpYWmuQdejrwcv3vy5HKn1Gq1FQQTxzKw3rBeKpXK00%2BTlGaz%2BWfwcrkUo%2Bu6MJ1OwXEcGI%2FHLd%2F36%2BVy%2BXkLvEIFsbtYLGAymYBt2zAcDqHb7dI4YIxVS6XS%2Fb%2FBu%2Br3%2B9Dr9aDT6Ti42A3qgfpqGCgpnU5DPB6neA4Mw7jFlgDvhQWTdF2HbDYLiUTitNFo3EmJYi3Kvt1ug2maHN0XpTgmqaoKqVSKYjnUNO0qdMabSiaTIm%2FP8y6lOSYRNBaLQSQSuZAKjkajAozjiVQwCd2KBaSCaWdo%2BBER%2FBEKvLtTCbyPYHT9HgqsKMrWM%2B4G0UPwq7QfhE4%2By7LgczTi54XCkbSM5%2FM5zGYzQJeP4m1kOMbzGDhjYDNm5nK5MylgypWcItg5zmT0dT%2FwL00%2BKE9y6dOhjzcJxjBwPa%2B6OU%2FlnAeCrl%2BditxitbBfz%2BfzW1eTSl8yoL4vU8zz%2BrdJX2fg4BbFmlHlAAAAAElFTkSuQmCC") no-repeat right center !important;
padding-right: 6px !important;
}
}
|
data/usercss/1079.user.css
|
Original Code by <NAME>
Updated by <NAME>
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
@-moz-document url-prefix("chrome://"), url-prefix("about:") {
/******** Generic menulists, textboxes and labels **********/
/* -- Textbox & Autocomplete Textbox -- */
/* Right */
textbox:not([multiline="true"]):not([readonly="true"]):not(.textbox-addressingWidget) {
-moz-appearance: none !important;
background-color: transparent !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAK3RFWHRDcmVhdGlvbiBUaW1lAFdlZCA4IFNlcCAyMDA0IDE4OjMxOjU2IC0wNTAwEMDXPAAAAAd0SU1FB9QJCBYgJDzzobYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAEZ0FNQQAAsY8L%2FGEFAAABpElEQVR42q2VP2vCQBjG37SJik2rILjUorbUoV%2BgYze%2FSrcugiAFV79B6yCdOnQvunYuFMc6BCLSTTQ2d8Y%2FidG%2B74FFpYWmuQdejrwcv3vy5HKn1Gq1FQQTxzKw3rBeKpXK00%2BTlGaz%2BWfwcrkUo%2Bu6MJ1OwXEcGI%2FHLd%2F36%2BVy%2BXkLvEIFsbtYLGAymYBt2zAcDqHb7dI4YIxVS6XS%2Fb%2FBu%2Br3%2B9Dr9aDT6Ti42A3qgfpqGCgpnU5DPB6neA4Mw7jFlgDvhQWTdF2HbDYLiUTitNFo3EmJYi3Kvt1ug2maHN0XpTgmqaoKqVSKYjnUNO0qdMabSiaTIm%2FP8y6lOSYRNBaLQSQSuZAKjkajAozjiVQwCd2KBaSCaWdo%2BBER%2FBEKvLtTCbyPYHT9HgqsKMrWM%2B4G0UPwq7QfhE4%2By7LgczTi54XCkbSM5%2FM5zGYzQJeP4m1kOMbzGDhjYDNm5nK5MylgypWcItg5zmT0dT%2FwL00%2BKE9y6dOhjzcJxjBwPa%2B6OU%2FlnAeCrl%2BditxitbBfz%2BfzW1eTSl8yoL4vU8zz%2BrdJX2fg4BbFmlHlAAAAAElFTkSuQmCC") no-repeat right center !important;
/* Height of textbox */
height: 22px !important;
/* Add margin either side of element */
margin-left: 3px !important;
margin-right: 3px !important;
}
/* Left */
textbox:not([multiline="true"]):not([readonly="true"]):not(.textbox-addressingWidget) > hbox.textbox-input-box,
textbox:not([multiline="true"]):not([readonly="true"]):not(.textbox-addressingWidget) hbox.autocomplete-textbox-container {
-moz-appearance: none !important;
background-color: transparent !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAB3RJTUUH1AkHBSYEF8QrhwAAAAlwSFlzAAAK8AAACvABQqw0mAAAAARnQU1BAACxjwv8YQUAAAF%2FSURBVHjatZXNasJAEMcnifkw0URQRJASbNJDei609FJ6FXyDnnrSZ%2BhNKILgJYfcBV%2Bkl9K%2BQI9V6COUBoPR9r%2BLbalID3F3YHZgA%2FObr%2BwotEdGo5EL04VeQ8%2BgJ9AqFRBl92I8Hvc0TetXKpWu4zhULpfJMAz%2BTVXVwwCTyWTguu6wXq83Op0OwZLneWTbNpVKpSIJ%2FALiOL6FsziKIsf3fWo2m4Uc7goPK0mSS5TiLggCBwBCeYQ452VlB2p8g%2BiPWeQinfMMptPpBQO0221qtVpCnfMMdF2%2FQhOrrKFFG%2FkvANGfsymp1WrCnX8DTi3L4qMoBWCa5hEDwEoD%2FPypsgBvOpqb57kcAKJ%2F0SQDnhVFodVqJQeA2X%2FAg%2FTOAJvNRjwAb8%2FTJ9FsuVxSlmXiAfxQ1dl6vX7NAIEVDwjD8BHluU%2FT9AMqtB9%2FFs58Ph%2Bg6UOMbsPGJmPThe3GNxkbhIMBTBaLRQ%2FO%2BngEu1AOYLot5eGALWTv0i%2BSxRdKkVhqdsbhqAAAAABJRU5ErkJggg%3D%3D") no-repeat left center !important;
/* Move middle in to allow for bevel */
margin-right: 10px !important;
/* Height of textbox */
height: 22px !important;
}
/* Middle */
textbox:not([multiline="true"]):not([readonly="true"]):not(.textbox-addressingWidget) > hbox.textbox-input-box > html|input.textbox-input,
textbox:not([multiline="true"]):not([readonly="true"]):not(.textbox-addressingWidget) hbox.autocomplete-textbox-container > hbox.textbox-input-box {
-moz-appearance: none !important;
background-color: transparent !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAWCAIAAACDuhG6AAAALHRFWHRDcmVhdGlvbiBUaW1lAFRodSAxMSBEZWMgMjAwMyAxMjoyOTo1OCAtMDYwME3LQakAAAAHdElNRQfTDAsSHgyI2qrLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGPC%2FxhBQAAAC9JREFUeNpjbG9vZ8AALHp6epiijP%2F%2F%2F8cUZWLABkZFaSvK8uXLFyyi7969wxQFAO2rCvNC%2BFPuAAAAAElFTkSuQmCC") repeat-x left center !important;
/* Height of textbox */
height: 22px !important;
/* Move middle in to allow for bevel */
margin-left: 10px !important;
}
/* Center INPUT text */
textbox:not([multiline="true"]):not([readonly="true"]):not(.textbox-addressingWidget) > hbox.textbox-input-box > html|input.textbox-input {
/* center the text vertically - crude, but will do for now */
padding-top: 4px !important;
}
/* -- Editable Menulist & Label Menulist -- */
/* Right */
menulist:not(.aw-menulist) {
-moz-appearance: none !important;
background-color: transparent !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAK3RFWHRDcmVhdGlvbiBUaW1lAFdlZCA4IFNlcCAyMDA0IDE4OjMxOjU2IC0wNTAwEMDXPAAAAAd0SU1FB9QJCBYgJDzzobYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAEZ0FNQQAAsY8L%2FGEFAAABpElEQVR42q2VP2vCQBjG37SJik2rILjUorbUoV%2BgYze%2FSrcugiAFV79B6yCdOnQvunYuFMc6BCLSTTQ2d8Y%2FidG%2B74FFpYWmuQdejrwcv3vy5HKn1Gq1FQQTxzKw3rBeKpXK00%2BTlGaz%2BWfwcrkUo%2Bu6MJ1OwXEcGI%2FHLd%2F36%2BVy%2BXkLvEIFsbtYLGAymYBt2zAcDqHb7dI4YIxVS6XS%2Fb%2FBu%2Br3%2B9Dr9aDT6Ti42A3qgfpqGCgpnU5DPB6neA4Mw7jFlgDvhQWTdF2HbDYLiUTitNFo3EmJYi3Kvt1ug2maHN0XpTgmqaoKqVSKYjnUNO0qdMabSiaTIm%2FP8y6lOSYRNBaLQSQSuZAKjkajAozjiVQwCd2KBaSCaWdo%2BBER%2FBEKvLtTCbyPYHT9HgqsKMrWM%2B4G0UPwq7QfhE4%2By7LgczTi54XCkbSM5%2FM5zGYzQJeP4m1kOMbzGDhjYDNm5nK5MylgypWcItg5zmT0dT%2FwL00%2BKE9y6dOhjzcJxjBwPa%2B6OU%2FlnAeCrl%2BditxitbBfz%2BfzW1eTSl8yoL4vU8zz%2BrdJX2fg4BbFmlHlAAAAAElFTkSuQmCC") no-repeat right center !important;
/* Height of googlebar */
height: 22px !important;
/* Add margin either side of element */
margin-left: 3px !important;
margin-right: 3px !important;
}
/* Left */
menulist:not(.aw-menulist) > hbox.menulist-editable-box,
menulist:not(.aw-menulist) > hbox.menulist-label-box {
-moz-appearance: none !important;
background-color: transparent !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAB3RJTUUH1AkHBSYEF8QrhwAAAAlwSFlzAAAK8AAACvABQqw0mAAAAARnQU1BAACxjwv8YQUAAAF%2FSURBVHjatZXNasJAEMcnifkw0URQRJASbNJDei609FJ6FXyDnnrSZ%2BhNKILgJYfcBV%2Bkl9K%2BQI9V6COUBoPR9r%2BLbalID3F3YHZgA%2FObr%2BwotEdGo5EL04VeQ8%2BgJ9AqFRBl92I8Hvc0TetXKpWu4zhULpfJMAz%2BTVXVwwCTyWTguu6wXq83Op0OwZLneWTbNpVKpSIJ%2FALiOL6FsziKIsf3fWo2m4Uc7goPK0mSS5TiLggCBwBCeYQ452VlB2p8g%2BiPWeQinfMMptPpBQO0221qtVpCnfMMdF2%2FQhOrrKFFG%2FkvANGfsymp1WrCnX8DTi3L4qMoBWCa5hEDwEoD%2FPypsgBvOpqb57kcAKJ%2F0SQDnhVFodVqJQeA2X%2FAg%2FTOAJvNRjwAb8%2FTJ9FsuVxSlmXiAfxQ1dl6vX7NAIEVDwjD8BHluU%2FT9AMqtB9%2FFs58Ph%2Bg6UOMbsPGJmPThe3GNxkbhIMBTBaLRQ%2FO%2BngEu1AOYLot5eGALWTv0i%2BSxRdKkVhqdsbhqAAAAABJRU5ErkJggg%3D%3D") no-repeat left center !important;
/* Move middle in to allow for bevel */
margin-right: 10px !important;
/* Height of googlebar */
height: 22px !important;
}
/* Middle */
menulist:not(.aw-menulist) > hbox.menulist-editable-box > html|input.menulist-editable-input,
menulist:not(.aw-menulist) > hbox.menulist-label-box > label.menulist-label,
menulist:not(.aw-menulist) > hbox.menulist-label-box > label.composemenu-text-2 {
-moz-appearance: none !important;
background-color: transparent !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAWCAIAAACDuhG6AAAALHRFWHRDcmVhdGlvbiBUaW1lAFRodSAxMSBEZWMgMjAwMyAxMjoyOTo1OCAtMDYwME3LQakAAAAHdElNRQfTDAsSHgyI2qrLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGPC%2FxhBQAAAC9JREFUeNpjbG9vZ8AALHp6epiijP%2F%2F%2F8cUZWLABkZFaSvK8uXLFyyi7969wxQFAO2rCvNC%2BFPuAAAAAElFTkSuQmCC") repeat-x left center !important;
/* Height of googlebar */
height: 22px !important;
/* Move middle in to allow for bevel */
margin-left: 10px !important;
/* center the text vertically - crude, but will do for now */
padding-top: 4px !important;
}
/* Begin Normal Focus */
menulist:focus > hbox.menulist-editable-box > html|input.menulist-editable-input,
menulist:focus > hbox.menulist-label-box > label.menulist-label {
font-weight: bold !important;
color: -moz-FieldText !important;
}
/* End Normal Focus */
/* Begin Image Focus
menulist:focus {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABmJLR0QA%2FwD%2FAP%2BgvaeTAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH1gcVEggZbkR7%2BQAAAZNJREFUeNqt1b9LG2Ecx%2FH36d3zHNeGDKmDqCTpQYZCBi1YOjnp0K2DOnboEMiQJXA0tDh0CfUP0Axp6dBBcColIjh06iB0E8xQuAR0klwhP47Ac1zSKRChhWqez%2FZ8%2BfLi%2BzzD8zWq1eqYu6UP%2FAJ%2BAt8rlcrR35qMRqPx3%2FBoNAJAKcVwOCQMQwaDwUkcxzXP877dgleLP%2B46MQBf36wQBAGtVosgCDq9Xm%2BvXC4fzgxPcuxl%2BX1zTbPZDLvdbqlUKn0CmGPGbO%2B3KHyOcF33QSKReDupzwxPkk6nSSaTj%2Bv1%2BoGWp5hO7ZWJ7%2Ft9pdSWtokBUqkUjuMkLMva0AqfXsQ4joMQ4plW%2BONZB9u2EUI80QoD2LaNlHJFOyyEQEqJdtgyTaSUV9rhedNECHGpHTYMAyHEuVb43c4iBvTz%2BfwHrfC6azGGL1r%2FijXXIY5jP5fLFQFMXfD73YVwaXnZnZxnhl9vPuLl%2BsOOUmpvum7e99ovniZ5nrOJougkiqJaNpu9vZra7fa9l2kmkyn8q%2BkP0xB%2FTC2ZOz4AAAAASUVORK5CYII%3D") !important;
}
menulist:focus > hbox.menulist-editable-box,
menulist:focus > hbox.menulist-label-box {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAABmJLR0QA%2FwD%2FAP%2BgvaeTAAAACXBIWXMAAArwAAAK8AFCrDSYAAAAB3RJTUUH1gcVEgYxxXL%2BjQAAAWtJREFUeNq11btLw1AUx%2FHfzePk1TbgrYKglMZmiKOIiou4FoqTujg5tYP%2FgVNBKoEuGbo5BIurm4hOLr5AF8FB0BS6uogPHEx1KUW0U5v73e5dPss59zL0qVarZQAUASwDmAXgAkhjgNjfC9%2F3S7Isl1OpVNGyLBiGASICAEiSNBxQr9crmUymyjnP5vN5cM6xstvGMPWAIAg2bdsOPM%2BzRsYmsOpHSCIGAI1GY9EwjH3XdZ2tA4YkkwCAiDZs23ZyuRySjoVhuEBEJ47jpMvhV%2BKApKrqkmmaac45RCQR0bxpmji%2Bi4UB07quY%2B%2F0WQygadqkrusQlaRpWm9TRQFtVVHEAUR0LwsGrhhj4gBFUc4Y8Lq9Ni4G8Dzv8htozk2pYoDuO9%2BM4%2FhpZsoUAxQKhfNOp7NTXR99T%2Fyx%2B32IoqhCRNXD67dsUpv9b3xarVaJMVZWVbV48fCJo5sX3D5%2BJAd0kb6f%2FiDj%2FAP2Nk2u2XqSKAAAAABJRU5ErkJggg%3D%3D") !important;
color: highlighttext !important;
}
menulist:focus > hbox.menulist-editable-box > html|input.menulist-editable-input,
menulist:focus > hbox.menulist-label-box > label.menulist-label {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAWCAIAAACDuhG6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1gcVEggjqEiiSwAAAClJREFUeNpjbG9vZ8AALHp6epiijIZZRzFFmRiwgVHRgRBlfPjwIaYoAK6OBk55xhNhAAAAAElFTkSuQmCC") !important;
}
End Image Focus */
/* Dropmarker */
menulist:not(.aw-menulist) > dropmarker.menulist-dropmarker {
-moz-appearance: none !important;
background-color: transparent !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
/* Move margin for dropmarker in, so that background can overlap it */
margin-left: -7px !important;
/* Move dropmaker in (to the left) a bit */
padding-right: 3px !important;
}
/* Compose window From field */
menulist:not(.textbox-addressingWidget) > hbox.menulist-label-box > label.composemenu-text-2 {
margin-left: 0 !important;
}
/* - Quick-Search box - */
/* Dropdown Image */
#quick-search-button {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAB3RJTUUH1AkHBSYEF8QrhwAAAAlwSFlzAAAK8AAACvABQqw0mAAAAARnQU1BAACxjwv8YQUAAAF%2FSURBVHjatZXNasJAEMcnifkw0URQRJASbNJDei609FJ6FXyDnnrSZ%2BhNKILgJYfcBV%2Bkl9K%2BQI9V6COUBoPR9r%2BLbalID3F3YHZgA%2FObr%2BwotEdGo5EL04VeQ8%2BgJ9AqFRBl92I8Hvc0TetXKpWu4zhULpfJMAz%2BTVXVwwCTyWTguu6wXq83Op0OwZLneWTbNpVKpSIJ%2FALiOL6FsziKIsf3fWo2m4Uc7goPK0mSS5TiLggCBwBCeYQ452VlB2p8g%2BiPWeQinfMMptPpBQO0221qtVpCnfMMdF2%2FQhOrrKFFG%2FkvANGfsymp1WrCnX8DTi3L4qMoBWCa5hEDwEoD%2FPypsgBvOpqb57kcAKJ%2F0SQDnhVFodVqJQeA2X%2FAg%2FTOAJvNRjwAb8%2FTJ9FsuVxSlmXiAfxQ1dl6vX7NAIEVDwjD8BHluU%2FT9AMqtB9%2FFs58Ph%2Bg6UOMbsPGJmPThe3GNxkbhIMBTBaLRQ%2FO%2BngEu1AOYLot5eGALWTv0i%2BSxRdKkVhqdsbhqAAAAABJRU5ErkJggg%3D%3D") no-repeat left center !important;
padding-left: 9px !important;
margin-right: 0px !important;
}
#quick-search-button > stack {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAWCAIAAACDuhG6AAAALHRFWHRDcmVhdGlvbiBUaW1lAFRodSAxMSBEZWMgMjAwMyAxMjoyOTo1OCAtMDYwME3LQakAAAAHdElNRQfTDAsSHgyI2qrLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGPC%2FxhBQAAAC9JREFUeNpjbG9vZ8AALHp6epiijP%2F%2F%2F8cUZWLABkZFaSvK8uXLFyyi7969wxQFAO2rCvNC%2BFPuAAAAAElFTkSuQmCC") repeat-x left center !important;
}
/* Textbox outer */
#searchInput > .quick-search-textbox {
background-image: none !important;
margin-right: 0px !important;
}
/* Texbox inner input */
#searchInput > .quick-search-textbox > html|input.textbox-input {
margin-left: 0px !important;
padding-left: 2px !important;
}
/* Clear Button */
#quick-search-clearbutton {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAK3RFWHRDcmVhdGlvbiBUaW1lAFdlZCA4IFNlcCAyMDA0IDE4OjMxOjU2IC0wNTAwEMDXPAAAAAd0SU1FB9QJCBYgJDzzobYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAEZ0FNQQAAsY8L%2FGEFAAABpElEQVR42q2VP2vCQBjG37SJik2rILjUorbUoV%2BgYze%2FSrcugiAFV79B6yCdOnQvunYuFMc6BCLSTTQ2d8Y%2FidG%2B74FFpYWmuQdejrwcv3vy5HKn1Gq1FQQTxzKw3rBeKpXK00%2BTlGaz%2BWfwcrkUo%2Bu6MJ1OwXEcGI%2FHLd%2F36%2BVy%2BXkLvEIFsbtYLGAymYBt2zAcDqHb7dI4YIxVS6XS%2Fb%2FBu%2Br3%2B9Dr9aDT6Ti42A3qgfpqGCgpnU5DPB6neA4Mw7jFlgDvhQWTdF2HbDYLiUTitNFo3EmJYi3Kvt1ug2maHN0XpTgmqaoKqVSKYjnUNO0qdMabSiaTIm%2FP8y6lOSYRNBaLQSQSuZAKjkajAozjiVQwCd2KBaSCaWdo%2BBER%2FBEKvLtTCbyPYHT9HgqsKMrWM%2B4G0UPwq7QfhE4%2By7LgczTi54XCkbSM5%2FM5zGYzQJeP4m1kOMbzGDhjYDNm5nK5MylgypWcItg5zmT0dT%2FwL00%2BKE9y6dOhjzcJxjBwPa%2B6OU%2FlnAeCrl%2BditxitbBfz%2BfzW1eTSl8yoL4vU8zz%2BrdJX2fg4BbFmlHlAAAAAElFTkSuQmCC") no-repeat right center !important;
padding-right: 6px !important;
}
}
| 0.222025 | 0.089494 |
@charset "utf-8";
/* CSS Document */
/*清除浏览器默认样式*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
html,body,fieldset,img,iframe,abbr,button{border:0;}
li{list-style:none;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 "微软雅黑",\5b8b\4f53; color:#666; outline:0; border:0;}
body{background:#fff;}
/*公共样式*/
.dis{ display:table;}
.wid{ width:100%;}
.center{ margin-left:auto; margin-right:auto;}
.box{ width:1190px; display:table;margin-bottom: 10px;}
/*分享给好友*/
.bdsharebuttonbox{float: left;margin-top: -5px;margin-left: 5px;}
/*页面代码*/
.fl { float: left; }
.fr { float: right; }
.empty_img{ width:133px; height:60px;position: absolute;top: 40%;left: 35%;}
.pdt_rcm_tp.wid.wid_1190{width:1190px;}
.ads_now{ line-height:52px;}
.ads_now li{ /* background:url(../../image/productsDetail/span_1.jpg) right no-repeat; */ margin-right:5px; float:left;}
.ads_now li img{position: relative;top: 1px;*top: 2px;}
.box.center{margin-bottom:0;margin-top:40px;}
#tsShopContainer #tsPicContainer{width:100%;height:70px;position:relative;background:url(../../images/scrollPicbg.gif) repeat-x 0px 0px;}
#tsShopContainer #tsPicContainer #tsImgSCon{position:absolute;top:14px;left:20px;width:1px;height:70px;overflow:hidden;}
#tsShopContainer #tsPicContainer #tsImgSCon ul{width:100%;overflow:hidden;}
#tsShopContainer #tsPicContainer #tsImgSCon li{width:50px;float:left;cursor:pointer; margin-right:12px;}
#tsShopContainer #tsPicContainer #tsImgSCon li img{ border:1px solid #e4e4e4; display:block; width:48px; height:48px;}
#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img{border:1px solid #fb2e55; margin:0px;}
.ads_now .ads_now_over{ background:none;}
.pdt_pic { width:400px; display:table; position:relative; z-index:1;}
.pdt_pic .btn{ padding:6px 0 0 28px;}
.pdt_pic .btn .one{ background:url(../../image/ico_21.jpg) left no-repeat; padding:0 0 0 18px; margin-right:20px;}
.pdt_pic .btn .two{ background:url(../../image/ico_20.jpg) left no-repeat; padding:0 0 0 18px;}
.name_icon{ position:absolute; top:0; left:5px;}
.pdt_mdl{ width:520px; display:table; margin-left:20px;}
.pdt_mdl_big{ font-size:30px; color:#666; margin-top:-3px;font-weight: bold;margin-bottom: 10px;}
.pdt_mdl_small{ color:#c80000; line-height:36px;font-size: 14px;}
.pdt_mdl_prc, .pdt_mdl_num{height:54px; line-height:54px; padding:0 0 0 12px; color:#fff; font-size:22px;font-weight: bold;}
.pdt_mdl_prc{ width:507px; border-right:1px solid #fff; background:#4F4F4F;position: relative;}
.pdt_mdl_prc span{ font-size:22px;font-weight: bold;position: absolute;left: 198px;*left: 82px;}
.change_icon{height:54px; line-height:54px; padding:0 0 0 12px; color:#fff; font-size:22px;font-weight: bold;}
.change_icon{ width:200px; border-right:1px solid #fff; background:#000000;position: absolute;top:350px;}
.add_icon{height:54px; line-height:54px; padding:0 0 0 12px; color:#fff; font-size:22px;font-weight: bold;}
.add_icon{width:220px; border-right:1px solid #fff; background:#000000;position: absolute;top:350px;left: 290px;}
.seller_icon{width:198px; height:55px; background:#4F4F4F; padding:20px 0 0 30px; font-size:18px;font-weight: bold; color:#fff; ;}
.pdt_mdl_num{ background:#6C6C6C; width:118px;}
.pdt_mdl_num span{ font-size:18px;margin-right: 4px;}
.pdt_mdl_cls2, .pdt_mdl_cls{ line-height:22px;margin:16px 0 0 0; }
.pdt_mdl_cls{ background:#f7f7f7; position:absolute; width:508px; padding:10px 0 10px 12px;font-size:18px;}
.pdt_mdl_cls2{ background:#fff; border:1px solid #c80000; display:table; width:504px; padding:10px 0 12px 12px;}
.pdt_mdl_cls2 li, .pdt_mdl_cls li{overflow: hidden; line-height:20px; border: 1px solid #ddd; padding:0 6px 0 6px;*padding:0 0 0 3px; color:#c80000; float:left; margin-right:3px; cursor:pointer; height:20px; display:block; white-space: nowrap;}
.pdt_mdl_cls2 li{ margin-bottom:6px;}
.pdt_mdl_cls2 ul{ width:370px; float:left; display:table;}
.pdt_mdl_more{cursor:pointer; background:url(../../image/down_img.png) right no-repeat; padding-right:14px; width:30px; height:20px; position:absolute; margin-right:26px;right: -22px;
top: 11px;}
.pdt_mdl_more2{ background:url(../image/top_img.jpg) right no-repeat;}
.pdt_mdl_more2 a{ color:#fb2e55;}
.pdt_mdl_other{background:#f7f7f7; position:absolute; width:508px; top:390px; padding:10px 0 220px 12px;font-size:18px;}
.mar_b_52{ margin-bottom:60px;}
.pdt_mdl_other1{ margin-top:74px;}
.pdt_mdl_prmt{ background:url(../../image/span_11.jpg) top repeat-x; display:table; margin-top:10px;}
.pdt_mdl_prmt_lt{ width:78px; padding:10px 0 0 2px; height:152px; text-align:center;}
.pdt_mdl_prmt_rt{ width:440px;position: relative;}
.re_l,.re_r{ position:absolute;right: 0px;}
.re_r{top: 62px;}
.re_l{bottom: 7px;}
.related_class li{ height:20px; line-height:20px; overflow: hidden;}
a:hover{ color:#f21414;}
#showMore {position: absolute;left: 5px;}
.num.center {border: 1px solid #ddd;}
.pdt_mdl_prmt_rt .title{ padding:10px 27px 12px 0;}
.pdt_mdl_prmt_rt .title .title_one{ width:160px; text-align:center; }
.title_stock{ width:50px;text-align:center;}
.pdt_mdl_prmt_rt .title .title_two{ width:75px; text-align:center; }
.pdt_mdl_prmt_rt .title .title_tre{ width:100px; text-align:center; display:table;}
.pdt_mdl_prmt_rt .con, .pdt_mdl_prmt_rt .title{background:url(../../image/span_11.jpg) bottom repeat-x; line-height:2px; }
.pdt_mdl_prmt_rt .no_line{background:none; }
.pdt_mdl_prmt_rt .con{ line-height:40px;padding:0; height:40px;overflow: hidden;}
.pdt_mdl_prmt_rt .title_tp{ line-height:16px; height:16px;}
.pdt_mdl_prmt_rt .con .title_tre .num{ width:76px; line-height:24px; height:24px; border:1px solid #dfdfdf;margin-top:7px;}
.pdt_mdl_prmt_rt .con .title_tre .num .lt{ width:18px; text-align:center; background:#f7f7f7;}
.pdt_mdl_prmt_rt .con .title_tre .num input{ width:38px; border-left:1px solid #dfdfdf; text-align:center; border-right:1px solid #dfdfdf; float:left; line-height:20px; height:20px; padding:2px 0px;}
.pdt_mdl_prmt_rt .con .btn{ width:27px;}
.pdt_mdl_prmt_rt .con .btn img{ cursor:pointer; margin-top:7px;}
.pdt_mdl_bt{ position: relative; }
.pdt_mdl_bt img{ float:left; margin:0px 6px 0 0; cursor:pointer;}
.pdt_mdl_bt .ma{ margin-left:32px;}
.pdt_mdl_bt .qrcode{ position: absolute; top:-123px; right: 10px; width: 94px; height: 123px; display:none; background:url(../image//bg_1.jpg) no-repeat; }
.pdt_choose{ background:#f7f7f7; border: 1px solid #ddd; display:table; margin-bottom:20px;height: 40px;}
.pdt_choose_cdt{border: 1px solid #ddd; height:40px;background: #f7f7f7;}
.pdt_choose_cdt li{float:left;height: 40px;line-height: 40px;}
.pdt_choose_cdt .wid_378{width:358px;padding-left: 20px;border-right: 1px solid #ddd;}
.pdt_choose_cdt .wid_140{width:140px;text-align: center;}
.td_cenre{color:#999; float:left; width:80px; padding-left:14px; padding-top:10px}
.td_cenre input {float: left;}
.td_span { background:#f7f7f7; border:1px solid #dfdfdf; top:0; width: 20px;height:20px;}
.input01 {border: 1px solid #ccc; width:40px; border-left:none; border-right:none; height:18px;text-align: center;}
.pdt_choose1{ background:#fff; height:48px; position:absolute; z-index:2; width:520px; margin-top:-110px; display:none;}
.pdt_choose1 .pdt_choose_lt, .pdt_choose1 .pdt_choose_rt{ line-height:48px; text-align:center;}
.pdt_choose1 .pdt_choose_lt{ width:356px; padding-left:20px; text-align:left;}
.pdt_choose_rt, .pdt_choose_lt{line-height:38px; text-align:center;}
.pdt_choose_lt{ width:520px;/* width:378px; */ /* border-right:1px solid #ddd; */}
.pdt_choose_lt span{ color:#c80000; font-size:14px; font-weight:bold;font-family: Arial;}
.pdt_choose_rt{ width:142px;}
.pdt_choose_rt span{ padding-right:14px; background:url(../image/bg_2.jpg) right no-repeat;}
.pdt_choose_rt1 span{background: url(../image/bg_3.jpg) right no-repeat;padding-right:14px;}
.for_list div{overflow: hidden;}
.pdt_sp{ width:228px; border:1px solid #ddd;}
.pdt_sp .con{ padding:7px 0 18px 20px;}
.pdt_sp .con, .pdt_sp .tip, .pdt_sp .tips{ color:#999;display:table;}
.pdt_sp .tip{ padding:16px 0 16px 0;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd; width: 230px;}
.pdt_sp .con p{ margin-top:8px; }
.pdt_sp .con p span, .pdt_sp .tip p span{ padding-left:5px; color:#666;}
.pdt_sp .tip p{ margin:0;}
.pdt_sp .tip .tip_btn{ line-height:30px; width:87px; text-align:center; background:#f7f7f7; margin:16px 10px 0 0; float:left; border:1px solid #ddd;}
.pdt_sp .tip .tip_btn a{ color:#666;}
.pdt_sp .tips{ padding:16px 0 16px 4px;}
.pdt_sp .tips .one, .pdt_sp .tips .two, .pdt_sp .tips .tre, .pdt_sp .tips .four{float:left; padding-top:46px; width:55px; text-align:center; color:#666;}
.pdt_sp .tips .one{ background:url(../../image/ico_19.jpg) top no-repeat;}
.pdt_sp .tips .two{ background:url(../../image/ico_18.jpg) top no-repeat;}
.pdt_sp .tips .tre{ background:url(../../image/ico_17.jpg) top no-repeat;}
.pdt_sp .tips .four{ background:url(../../image/ico_16.jpg) top no-repeat;}
.hei_58{ height:58px; float: left;}
.hei_58 .wid_216{width: 216px;height: 20px;line-height: 20px;overflow: hidden;}
.pdt_rcm{ display:table;}
.pdt_rcm .pdt_rcm_tp{ border-bottom:1px solid #ddd;}
.pdt_rcm_title_1, .pdt_rcm_title{ line-height:44px;width:108px;text-align:center;font-size:14px; float:left;cursor: pointer;}
.pdt_rcm_title{ height:43px; background:#fff; border-right:1px solid #ddd; border-left:1px solid #ddd; border-top:2px solid #c80000; line-height:49px; }
.pdt_rcm_pdt{ padding-left:11px; display:table;height: 226px;}
.pdt_rcm_pdt img{ width:160px; height:160px;}
.pdt_rcm_pdt img, .pdt_rcm_pdt li p{ margin-top:5px;}
.pdt_rcm_pdt li p span{ color:#f21414;}
.pdt_rcm_pdt li{ width:160px; float:left; display:table; text-align:center; margin:8px 37px 0 37px;}
.pdt_rcm_tab{ width:956px; display:table; }
.pdt_rcm_tab ul{ padding:6px 0 17px 20px; display:table; width:936px;}
.pdt_rcm_tab ul li{ float:left; margin-right:90px;}
.pdt_rcm_tab .end{ margin:0;}
.pdt_cont{ font-size:14px; line-height:24px;width:956px;overflow: hidden;}
.pdt_cont p em{padding-left:20px;}
.pdt_cont img {max-width: 800px;}
.pdt_rt{ width:956px; display:table;}
.pdt_rt p{ margin:0 0 20px 0;}
.pdt_rcm_tab .question{ width:893px; margin-left: 20px; display:table;}
.pdt_rcm_tab .question li{ padding:15px 0 15px 0; border-bottom:1px dashed #ddd;}
.pdt_rcm_tab .question li:last-child{border-bottom:none;}
.pdt_rcm_tab .question .question_tp{ background:url(../../image/ico_23.jpg) left top no-repeat; }
.pdt_rcm_tab .question .question_tp, .pdt_rcm_tab .question .question_dw{padding-left:20px; width:100%; line-height:22px;}
.pdt_rcm_tab .question .question_dw{ background:url(../../image/ico_22.jpg) 1px 2px no-repeat;*padding-left:36px;*background-position: 15px 10px;}
.pdt_rcm_tab .question .end{ border:none;}
.pdt_lt{ width:222px; display:table; }
.pdt_lt .one{ width:220px; border:1px solid #ddd; display:table;margin-top:10px;}
.pdt_lt .one:last-child{border-bottom:none;}
.pdt_rcm .pdt_rcm_tp, .pdt_lt .one .up{ height:44px;width: 956px;}
.fix_fixed{position:fixed;top:0;*left:313px;}
.fid_fixed{position: fixed;top: 0px;z-index: 10;box-shadow: 2px 2px 10px #b4b2b2;}
.question.center.none{ display: none;}
.pdt_lt .one .up{ padding-left:20px; width:200px; font-size:14px; line-height:44px;border-bottom:1px solid #ddd;}
.pdt_lt .two .up{border-bottom:2px solid #fb2e55;}
.pdt_lt .one ul li{ width:85px; float:left; margin:5px 15px 5px 0px;}
.pdt_lt .one ul{ padding:15px 0 15px 20px; display:table;}
.pdt_lt .two ul{ padding:0;}
.pdt_lt .two ul li{ padding:7px 0 0 30px; border-bottom:1px dashed #ddd; width:190px; margin:0;}
.pdt_lt .two .end{ border:none;}
.pdt_lt .two ul li img{ width:160px; height:160px;}
.pdt_lt .two ul li img, .pdt_lt .two ul li p{ margin:0 0 5px 0;}
.pdt_lt .two ul li p{ width:160px;}
.pdt_lt .two ul li p span{ color:#ce0027;}
.guss_tp .guss_tp_rfs{ background: url(../image/refresh.jpg) no-repeat; width:60px; text-align:right; }
.guss_con li{ width:160px; border:1px solid #eee; margin:9px 9px 0 0; float:left;}
.guss_con_dsrp{ line-height:20px; padding:5px 13px 5px 13px;overflow: hidden;height: 20px;}
.guss_con_dsrp a{ color:#444;}
.guss_con_dsrp a:hover{color:#fb2e55;}
.guss_con p{ font-size:18px; color:#f21414; text-align:center; line-height:30px; margin:0 0 10 0;}
.time_tp{ margin-top:20px;}
.time_tp, .guss_tp{background:#f9f9f9; padding:10px 20px 7px 14px; border-bottom:4px solid #c80000; font-size:14px; width:1156px; display:table;}
.time_tp_more a, .guss_tp .guss_tp_rfs a{color:#2e53a9; font-size:12px;}
.time_con{ border-left:1px solid #eee; border-bottom:1px solid #eee; border-right:1px solid #eee; height:138px; width:1188px;}
.time_con li{ width:100px; float:left; margin-right:9px;}
.time_con li p{ color:#df002a;text-align:center}
.mrg28{ margin-top:28px;}
.title0{ width:442px; height:119px; overflow:hidden; position:relative; left:0; top:0;}
.title1{position:absolute; left:0px; top:0px;}
.fix_div0{height:46px; display:none;}
.time_con li img:hover{ width:100px; height:100px; background:#FFFFFF;filter:alpha(opacity=30); -moz-opacity:0.3;opacity:0.3;}
.shop_down{width:138px; height:42px;background: #f7f7f7;border: 1px solid #EAEAEA;border-radius: 2px;color: #fb2e55;font-size: 16px;font-weight: bold;line-height: 42px;text-align: center;margin-left: 200px;
margin-top: 20px;}
|
assets/css/shop_info.css
|
@charset "utf-8";
/* CSS Document */
/*清除浏览器默认样式*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
html,body,fieldset,img,iframe,abbr,button{border:0;}
li{list-style:none;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 "微软雅黑",\5b8b\4f53; color:#666; outline:0; border:0;}
body{background:#fff;}
/*公共样式*/
.dis{ display:table;}
.wid{ width:100%;}
.center{ margin-left:auto; margin-right:auto;}
.box{ width:1190px; display:table;margin-bottom: 10px;}
/*分享给好友*/
.bdsharebuttonbox{float: left;margin-top: -5px;margin-left: 5px;}
/*页面代码*/
.fl { float: left; }
.fr { float: right; }
.empty_img{ width:133px; height:60px;position: absolute;top: 40%;left: 35%;}
.pdt_rcm_tp.wid.wid_1190{width:1190px;}
.ads_now{ line-height:52px;}
.ads_now li{ /* background:url(../../image/productsDetail/span_1.jpg) right no-repeat; */ margin-right:5px; float:left;}
.ads_now li img{position: relative;top: 1px;*top: 2px;}
.box.center{margin-bottom:0;margin-top:40px;}
#tsShopContainer #tsPicContainer{width:100%;height:70px;position:relative;background:url(../../images/scrollPicbg.gif) repeat-x 0px 0px;}
#tsShopContainer #tsPicContainer #tsImgSCon{position:absolute;top:14px;left:20px;width:1px;height:70px;overflow:hidden;}
#tsShopContainer #tsPicContainer #tsImgSCon ul{width:100%;overflow:hidden;}
#tsShopContainer #tsPicContainer #tsImgSCon li{width:50px;float:left;cursor:pointer; margin-right:12px;}
#tsShopContainer #tsPicContainer #tsImgSCon li img{ border:1px solid #e4e4e4; display:block; width:48px; height:48px;}
#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img{border:1px solid #fb2e55; margin:0px;}
.ads_now .ads_now_over{ background:none;}
.pdt_pic { width:400px; display:table; position:relative; z-index:1;}
.pdt_pic .btn{ padding:6px 0 0 28px;}
.pdt_pic .btn .one{ background:url(../../image/ico_21.jpg) left no-repeat; padding:0 0 0 18px; margin-right:20px;}
.pdt_pic .btn .two{ background:url(../../image/ico_20.jpg) left no-repeat; padding:0 0 0 18px;}
.name_icon{ position:absolute; top:0; left:5px;}
.pdt_mdl{ width:520px; display:table; margin-left:20px;}
.pdt_mdl_big{ font-size:30px; color:#666; margin-top:-3px;font-weight: bold;margin-bottom: 10px;}
.pdt_mdl_small{ color:#c80000; line-height:36px;font-size: 14px;}
.pdt_mdl_prc, .pdt_mdl_num{height:54px; line-height:54px; padding:0 0 0 12px; color:#fff; font-size:22px;font-weight: bold;}
.pdt_mdl_prc{ width:507px; border-right:1px solid #fff; background:#4F4F4F;position: relative;}
.pdt_mdl_prc span{ font-size:22px;font-weight: bold;position: absolute;left: 198px;*left: 82px;}
.change_icon{height:54px; line-height:54px; padding:0 0 0 12px; color:#fff; font-size:22px;font-weight: bold;}
.change_icon{ width:200px; border-right:1px solid #fff; background:#000000;position: absolute;top:350px;}
.add_icon{height:54px; line-height:54px; padding:0 0 0 12px; color:#fff; font-size:22px;font-weight: bold;}
.add_icon{width:220px; border-right:1px solid #fff; background:#000000;position: absolute;top:350px;left: 290px;}
.seller_icon{width:198px; height:55px; background:#4F4F4F; padding:20px 0 0 30px; font-size:18px;font-weight: bold; color:#fff; ;}
.pdt_mdl_num{ background:#6C6C6C; width:118px;}
.pdt_mdl_num span{ font-size:18px;margin-right: 4px;}
.pdt_mdl_cls2, .pdt_mdl_cls{ line-height:22px;margin:16px 0 0 0; }
.pdt_mdl_cls{ background:#f7f7f7; position:absolute; width:508px; padding:10px 0 10px 12px;font-size:18px;}
.pdt_mdl_cls2{ background:#fff; border:1px solid #c80000; display:table; width:504px; padding:10px 0 12px 12px;}
.pdt_mdl_cls2 li, .pdt_mdl_cls li{overflow: hidden; line-height:20px; border: 1px solid #ddd; padding:0 6px 0 6px;*padding:0 0 0 3px; color:#c80000; float:left; margin-right:3px; cursor:pointer; height:20px; display:block; white-space: nowrap;}
.pdt_mdl_cls2 li{ margin-bottom:6px;}
.pdt_mdl_cls2 ul{ width:370px; float:left; display:table;}
.pdt_mdl_more{cursor:pointer; background:url(../../image/down_img.png) right no-repeat; padding-right:14px; width:30px; height:20px; position:absolute; margin-right:26px;right: -22px;
top: 11px;}
.pdt_mdl_more2{ background:url(../image/top_img.jpg) right no-repeat;}
.pdt_mdl_more2 a{ color:#fb2e55;}
.pdt_mdl_other{background:#f7f7f7; position:absolute; width:508px; top:390px; padding:10px 0 220px 12px;font-size:18px;}
.mar_b_52{ margin-bottom:60px;}
.pdt_mdl_other1{ margin-top:74px;}
.pdt_mdl_prmt{ background:url(../../image/span_11.jpg) top repeat-x; display:table; margin-top:10px;}
.pdt_mdl_prmt_lt{ width:78px; padding:10px 0 0 2px; height:152px; text-align:center;}
.pdt_mdl_prmt_rt{ width:440px;position: relative;}
.re_l,.re_r{ position:absolute;right: 0px;}
.re_r{top: 62px;}
.re_l{bottom: 7px;}
.related_class li{ height:20px; line-height:20px; overflow: hidden;}
a:hover{ color:#f21414;}
#showMore {position: absolute;left: 5px;}
.num.center {border: 1px solid #ddd;}
.pdt_mdl_prmt_rt .title{ padding:10px 27px 12px 0;}
.pdt_mdl_prmt_rt .title .title_one{ width:160px; text-align:center; }
.title_stock{ width:50px;text-align:center;}
.pdt_mdl_prmt_rt .title .title_two{ width:75px; text-align:center; }
.pdt_mdl_prmt_rt .title .title_tre{ width:100px; text-align:center; display:table;}
.pdt_mdl_prmt_rt .con, .pdt_mdl_prmt_rt .title{background:url(../../image/span_11.jpg) bottom repeat-x; line-height:2px; }
.pdt_mdl_prmt_rt .no_line{background:none; }
.pdt_mdl_prmt_rt .con{ line-height:40px;padding:0; height:40px;overflow: hidden;}
.pdt_mdl_prmt_rt .title_tp{ line-height:16px; height:16px;}
.pdt_mdl_prmt_rt .con .title_tre .num{ width:76px; line-height:24px; height:24px; border:1px solid #dfdfdf;margin-top:7px;}
.pdt_mdl_prmt_rt .con .title_tre .num .lt{ width:18px; text-align:center; background:#f7f7f7;}
.pdt_mdl_prmt_rt .con .title_tre .num input{ width:38px; border-left:1px solid #dfdfdf; text-align:center; border-right:1px solid #dfdfdf; float:left; line-height:20px; height:20px; padding:2px 0px;}
.pdt_mdl_prmt_rt .con .btn{ width:27px;}
.pdt_mdl_prmt_rt .con .btn img{ cursor:pointer; margin-top:7px;}
.pdt_mdl_bt{ position: relative; }
.pdt_mdl_bt img{ float:left; margin:0px 6px 0 0; cursor:pointer;}
.pdt_mdl_bt .ma{ margin-left:32px;}
.pdt_mdl_bt .qrcode{ position: absolute; top:-123px; right: 10px; width: 94px; height: 123px; display:none; background:url(../image//bg_1.jpg) no-repeat; }
.pdt_choose{ background:#f7f7f7; border: 1px solid #ddd; display:table; margin-bottom:20px;height: 40px;}
.pdt_choose_cdt{border: 1px solid #ddd; height:40px;background: #f7f7f7;}
.pdt_choose_cdt li{float:left;height: 40px;line-height: 40px;}
.pdt_choose_cdt .wid_378{width:358px;padding-left: 20px;border-right: 1px solid #ddd;}
.pdt_choose_cdt .wid_140{width:140px;text-align: center;}
.td_cenre{color:#999; float:left; width:80px; padding-left:14px; padding-top:10px}
.td_cenre input {float: left;}
.td_span { background:#f7f7f7; border:1px solid #dfdfdf; top:0; width: 20px;height:20px;}
.input01 {border: 1px solid #ccc; width:40px; border-left:none; border-right:none; height:18px;text-align: center;}
.pdt_choose1{ background:#fff; height:48px; position:absolute; z-index:2; width:520px; margin-top:-110px; display:none;}
.pdt_choose1 .pdt_choose_lt, .pdt_choose1 .pdt_choose_rt{ line-height:48px; text-align:center;}
.pdt_choose1 .pdt_choose_lt{ width:356px; padding-left:20px; text-align:left;}
.pdt_choose_rt, .pdt_choose_lt{line-height:38px; text-align:center;}
.pdt_choose_lt{ width:520px;/* width:378px; */ /* border-right:1px solid #ddd; */}
.pdt_choose_lt span{ color:#c80000; font-size:14px; font-weight:bold;font-family: Arial;}
.pdt_choose_rt{ width:142px;}
.pdt_choose_rt span{ padding-right:14px; background:url(../image/bg_2.jpg) right no-repeat;}
.pdt_choose_rt1 span{background: url(../image/bg_3.jpg) right no-repeat;padding-right:14px;}
.for_list div{overflow: hidden;}
.pdt_sp{ width:228px; border:1px solid #ddd;}
.pdt_sp .con{ padding:7px 0 18px 20px;}
.pdt_sp .con, .pdt_sp .tip, .pdt_sp .tips{ color:#999;display:table;}
.pdt_sp .tip{ padding:16px 0 16px 0;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd; width: 230px;}
.pdt_sp .con p{ margin-top:8px; }
.pdt_sp .con p span, .pdt_sp .tip p span{ padding-left:5px; color:#666;}
.pdt_sp .tip p{ margin:0;}
.pdt_sp .tip .tip_btn{ line-height:30px; width:87px; text-align:center; background:#f7f7f7; margin:16px 10px 0 0; float:left; border:1px solid #ddd;}
.pdt_sp .tip .tip_btn a{ color:#666;}
.pdt_sp .tips{ padding:16px 0 16px 4px;}
.pdt_sp .tips .one, .pdt_sp .tips .two, .pdt_sp .tips .tre, .pdt_sp .tips .four{float:left; padding-top:46px; width:55px; text-align:center; color:#666;}
.pdt_sp .tips .one{ background:url(../../image/ico_19.jpg) top no-repeat;}
.pdt_sp .tips .two{ background:url(../../image/ico_18.jpg) top no-repeat;}
.pdt_sp .tips .tre{ background:url(../../image/ico_17.jpg) top no-repeat;}
.pdt_sp .tips .four{ background:url(../../image/ico_16.jpg) top no-repeat;}
.hei_58{ height:58px; float: left;}
.hei_58 .wid_216{width: 216px;height: 20px;line-height: 20px;overflow: hidden;}
.pdt_rcm{ display:table;}
.pdt_rcm .pdt_rcm_tp{ border-bottom:1px solid #ddd;}
.pdt_rcm_title_1, .pdt_rcm_title{ line-height:44px;width:108px;text-align:center;font-size:14px; float:left;cursor: pointer;}
.pdt_rcm_title{ height:43px; background:#fff; border-right:1px solid #ddd; border-left:1px solid #ddd; border-top:2px solid #c80000; line-height:49px; }
.pdt_rcm_pdt{ padding-left:11px; display:table;height: 226px;}
.pdt_rcm_pdt img{ width:160px; height:160px;}
.pdt_rcm_pdt img, .pdt_rcm_pdt li p{ margin-top:5px;}
.pdt_rcm_pdt li p span{ color:#f21414;}
.pdt_rcm_pdt li{ width:160px; float:left; display:table; text-align:center; margin:8px 37px 0 37px;}
.pdt_rcm_tab{ width:956px; display:table; }
.pdt_rcm_tab ul{ padding:6px 0 17px 20px; display:table; width:936px;}
.pdt_rcm_tab ul li{ float:left; margin-right:90px;}
.pdt_rcm_tab .end{ margin:0;}
.pdt_cont{ font-size:14px; line-height:24px;width:956px;overflow: hidden;}
.pdt_cont p em{padding-left:20px;}
.pdt_cont img {max-width: 800px;}
.pdt_rt{ width:956px; display:table;}
.pdt_rt p{ margin:0 0 20px 0;}
.pdt_rcm_tab .question{ width:893px; margin-left: 20px; display:table;}
.pdt_rcm_tab .question li{ padding:15px 0 15px 0; border-bottom:1px dashed #ddd;}
.pdt_rcm_tab .question li:last-child{border-bottom:none;}
.pdt_rcm_tab .question .question_tp{ background:url(../../image/ico_23.jpg) left top no-repeat; }
.pdt_rcm_tab .question .question_tp, .pdt_rcm_tab .question .question_dw{padding-left:20px; width:100%; line-height:22px;}
.pdt_rcm_tab .question .question_dw{ background:url(../../image/ico_22.jpg) 1px 2px no-repeat;*padding-left:36px;*background-position: 15px 10px;}
.pdt_rcm_tab .question .end{ border:none;}
.pdt_lt{ width:222px; display:table; }
.pdt_lt .one{ width:220px; border:1px solid #ddd; display:table;margin-top:10px;}
.pdt_lt .one:last-child{border-bottom:none;}
.pdt_rcm .pdt_rcm_tp, .pdt_lt .one .up{ height:44px;width: 956px;}
.fix_fixed{position:fixed;top:0;*left:313px;}
.fid_fixed{position: fixed;top: 0px;z-index: 10;box-shadow: 2px 2px 10px #b4b2b2;}
.question.center.none{ display: none;}
.pdt_lt .one .up{ padding-left:20px; width:200px; font-size:14px; line-height:44px;border-bottom:1px solid #ddd;}
.pdt_lt .two .up{border-bottom:2px solid #fb2e55;}
.pdt_lt .one ul li{ width:85px; float:left; margin:5px 15px 5px 0px;}
.pdt_lt .one ul{ padding:15px 0 15px 20px; display:table;}
.pdt_lt .two ul{ padding:0;}
.pdt_lt .two ul li{ padding:7px 0 0 30px; border-bottom:1px dashed #ddd; width:190px; margin:0;}
.pdt_lt .two .end{ border:none;}
.pdt_lt .two ul li img{ width:160px; height:160px;}
.pdt_lt .two ul li img, .pdt_lt .two ul li p{ margin:0 0 5px 0;}
.pdt_lt .two ul li p{ width:160px;}
.pdt_lt .two ul li p span{ color:#ce0027;}
.guss_tp .guss_tp_rfs{ background: url(../image/refresh.jpg) no-repeat; width:60px; text-align:right; }
.guss_con li{ width:160px; border:1px solid #eee; margin:9px 9px 0 0; float:left;}
.guss_con_dsrp{ line-height:20px; padding:5px 13px 5px 13px;overflow: hidden;height: 20px;}
.guss_con_dsrp a{ color:#444;}
.guss_con_dsrp a:hover{color:#fb2e55;}
.guss_con p{ font-size:18px; color:#f21414; text-align:center; line-height:30px; margin:0 0 10 0;}
.time_tp{ margin-top:20px;}
.time_tp, .guss_tp{background:#f9f9f9; padding:10px 20px 7px 14px; border-bottom:4px solid #c80000; font-size:14px; width:1156px; display:table;}
.time_tp_more a, .guss_tp .guss_tp_rfs a{color:#2e53a9; font-size:12px;}
.time_con{ border-left:1px solid #eee; border-bottom:1px solid #eee; border-right:1px solid #eee; height:138px; width:1188px;}
.time_con li{ width:100px; float:left; margin-right:9px;}
.time_con li p{ color:#df002a;text-align:center}
.mrg28{ margin-top:28px;}
.title0{ width:442px; height:119px; overflow:hidden; position:relative; left:0; top:0;}
.title1{position:absolute; left:0px; top:0px;}
.fix_div0{height:46px; display:none;}
.time_con li img:hover{ width:100px; height:100px; background:#FFFFFF;filter:alpha(opacity=30); -moz-opacity:0.3;opacity:0.3;}
.shop_down{width:138px; height:42px;background: #f7f7f7;border: 1px solid #EAEAEA;border-radius: 2px;color: #fb2e55;font-size: 16px;font-weight: bold;line-height: 42px;text-align: center;margin-left: 200px;
margin-top: 20px;}
| 0.224735 | 0.060225 |
.gry{background:#424242; color:#fff;}
.orange {background:#ff670f; color:#fff;}
.blue {background:#4A89DC; color:#fff;}
.green{background:#74a52e; color:#fff;}
.red{background:#DA4B38; color:#fff;}
.yellow{background:#F6BB42; color:#fff;}
.purple{background:#967ADC; color:#fff;}
.pink{background:#ee1289; color:#fff;}
.chocolate {background:#934915; color:#fff;}
.gry > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.gry > .wsmenu-list > li > a{background-color:#fff !important;}
.gry > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.gry > .wsmenu-list > li:hover>a{background:#424242 !important; color:#fff !important;}
.gry > .wsmenu-list > li > a:hover {background:#424242 !important; color:#fff !important;}
.gry > .wsmenu-list > li > a.active{background:#424242 !important; color:#fff !important;}
.gry > .wsmenu-submenu > li > a:hover {background:#424242; border-radius:0px!important; color:#fff;}
.gry .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.gry .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.gry .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.orange > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.orange > .wsmenu-list > li > a{background-color:#fff !important;}
.orange > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.orange > .wsmenu-list > li:hover>a{background:#ff670f !important; color:#fff !important;}
.orange > .wsmenu-list > li > a:hover {background:#ff670f !important; color:#fff !important;}
.orange > .wsmenu-list > li > a.active{background:#ff670f !important; color:#fff !important;}
.orange > .wsmenu-submenu > li > a:hover {background:#ff670f; border-radius:0px!important; color:#fff;}
.orange .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.orange .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.orange .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.blue > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.blue > .wsmenu-list > li > a{background-color:#fff !important;}
.blue > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.blue > .wsmenu-list > li:hover>a{background:#4A89DC !important; color:#fff !important;}
.blue > .wsmenu-list > li > a:hover {background:#4A89DC !important; color:#fff !important;}
.blue > .wsmenu-list > li > a.active{background:#4A89DC !important; color:#fff !important;}
.blue > .wsmenu-submenu li > a:hover {background:#4A89DC !important; border-radius:0px!important; color:#fff !important;}
.blue .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.blue .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.blue .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.green > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.green > .wsmenu-list > li > a{background-color:#fff !important;}
.green > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.green > .wsmenu-list > li:hover>a{background:#74a52e !important; color:#fff !important;}
.green > .wsmenu-list > li > a:hover {background:#74a52e !important; color:#fff !important;}
.green > .wsmenu-list > li > a.active{background:#74a52e !important; color:#fff !important;}
.green > .wsmenu-submenu > li > a:hover {background:#74a52e !important; border-radius:0px!important; color:#fff !important;}
.green .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.green .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.green .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.red > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.red > .wsmenu-list > li > a{background-color:#fff !important;}
.red > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.red > .wsmenu-list > li:hover>a{background:#DA4B38 !important; color:#fff !important;}
.red > .wsmenu-list > li > a:hover {background:#DA4B38 !important; color:#fff !important;}
.red > .wsmenu-list > li > a.active{background:#DA4B38 !important; color:#fff !important;}
.red > .wsmenu-submenu > li > a:hover {background:#DA4B38 !important; border-radius:0px!important; color:#fff !important;}
.red .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.red .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.red .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.yellow > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.yellow > .wsmenu-list > li > a{background-color:#fff !important;}
.yellow > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.yellow > .wsmenu-list > li:hover>a{background:#F6BB42 !important; color:#fff !important;}
.yellow > .wsmenu-list > li > a:hover {background:#F6BB42 !important; color:#fff !important;}
.yellow > .wsmenu-list > li > a.active{background:#F6BB42 !important; color:#fff !important;}
.yellow > .wsmenu-submenu > li > a:hover {background:#F6BB42 !important; border-radius:0px!important; color:#fff !important;}
.yellow .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.yellow .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.yellow .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.yellow > .wsmenu-list li a .fa{color:#424242 !important;}
.purple > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.purple > .wsmenu-list > li > a{background-color:#fff !important;}
.purple > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.purple > .wsmenu-list > li:hover>a{background:#967ADC !important; color:#fff !important;}
.purple > .wsmenu-list > li > a:hover {background:#967ADC !important; color:#fff !important;}
.purple > .wsmenu-list > li > a.active{background:#967ADC !important; color:#fff !important;}
.purple > .wsmenu-submenu > li > a:hover {background:#967ADC !important; border-radius:0px!important; color:#fff !important;}
.purple .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.purple .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.purple .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.pink > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.pink > .wsmenu-list > li > a{background-color:#fff !important;}
.pink > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.pink > .wsmenu-list > li:hover>a{background:#ee1289 !important; color:#fff !important;}
.pink > .wsmenu-list > li > a:hover {background:#ee1289 !important; color:#fff !important;}
.pink > .wsmenu-list > li > a.active{background:#ee1289 !important; color:#fff !important;}
.pink > .wsmenu-submenu > li > a:hover {background:#ee1289 !important; border-radius:0px!important; color:#fff !important;}
.pink .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.pink .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.pink .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.chocolate > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.chocolate > .wsmenu-list > li > a{background-color:#fff !important;}
.chocolate > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.chocolate > .wsmenu-list > li:hover>a{background:#934915 !important; color:#fff !important;}
.chocolate > .wsmenu-list > li a:hover {background:#934915 !important; color:#fff !important;}
.chocolate > .wsmenu-list > li a.active{background:#934915 !important; color:#fff !important;}
.chocolate > .wsmenu-submenu > li a:hover {background:#934915 !important; border-radius:0px!important; color:#fff !important;}
.chocolate .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.chocolate .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.chocolate .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
/* Gradient Theme */
.tranbg{background-color:transparent !important;}
.whitebg{ background-color:#fff !important; }
.whitebg:hover{ color:#000 !important; }
.blue-grdt{
background: #5999ee;
background: -moz-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5999ee), color-stop(100%,#4a89dc));
background: -webkit-linear-gradient(top, #5999ee 0%,#4a89dc 100%);
background: -o-linear-gradient(top, #5999ee 0%,#4a89dc 100%);
background: -ms-linear-gradient(top, #5999ee 0%,#4a89dc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5999ee', endColorstr='#4a89dc',GradientType=0 );
color:#fff;}
.gry-grdt{
background: #565656;
background: -moz-linear-gradient(top, #565656 0%, #424242 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#424242));
background: -webkit-linear-gradient(top, #565656 0%,#424242 100%);
background: -o-linear-gradient(top, #565656 0%,#424242 100%);
background: -ms-linear-gradient(top, #565656 0%,#424242 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#424242',GradientType=0 );
color:#fff;}
.green-grdt{
background: #86ba3d;
background: -moz-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86ba3d), color-stop(100%,#74a52e));
background: -webkit-linear-gradient(top, #86ba3d 0%,#74a52e 100%);
background: -o-linear-gradient(top, #86ba3d 0%,#74a52e 100%);
background: -ms-linear-gradient(top, #86ba3d 0%,#74a52e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ba3d', endColorstr='#74a52e',GradientType=0 );
color:#fff;}
.red-grdt{
background: #f05c48;
background: -moz-linear-gradient(top, #f05c48 0%, #da4b38 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f05c48), color-stop(100%,#da4b38));
background: -webkit-linear-gradient(top, #f05c48 0%,#da4b38 100%);
background: -o-linear-gradient(top, #f05c48 0%,#da4b38 100%);
background: -ms-linear-gradient(top, #f05c48 0%,#da4b38 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c48', endColorstr='#da4b38',GradientType=0 );
color:#fff;}
.orange-grdt{
background: #fc7d33;
background: -moz-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc7d33), color-stop(100%,#ff670f));
background: -webkit-linear-gradient(top, #fc7d33 0%,#ff670f 100%);
background: -o-linear-gradient(top, #fc7d33 0%,#ff670f 100%);
background: -ms-linear-gradient(top, #fc7d33 0%,#ff670f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7d33', endColorstr='#ff670f',GradientType=0 );
color:#fff;}
.yellow-grdt{
background: #ffcd67;
background: -moz-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcd67), color-stop(100%,#f6bb42));
background: -webkit-linear-gradient(top, #ffcd67 0%,#ff670f 100%);
background: -o-linear-gradient(top, #ffcd67 0%,#f6bb42 100%);
background: -ms-linear-gradient(top, #ffcd67 0%,#f6bb42 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd67', endColorstr='#f6bb42',GradientType=0 );
color:#fff;}
.purple-grdt{
background: #a98ded;
background: -moz-linear-gradient(top, #a98ded 0%, #967adc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a98ded), color-stop(100%,#967adc));
background: -webkit-linear-gradient(top, #a98ded 0%,#967adc 100%);
background: -o-linear-gradient(top, #a98ded 0%,#967adc 100%);
background: -ms-linear-gradient(top, #a98ded 0%,#967adc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98ded', endColorstr='#967adc',GradientType=0 );
color:#fff;}
.pink-grdt{
background: #fb3ea4;
background: -moz-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb3ea4), color-stop(100%,#f21b8f));
background: -webkit-linear-gradient(top, #fb3ea4 0%,#f21b8f 100%);
background: -o-linear-gradient(top, #fb3ea4 0%,#f21b8f 100%);
background: -ms-linear-gradient(top, #fb3ea4 0%,#f21b8f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3ea4', endColorstr='#f21b8f',GradientType=0 );
color:#fff;}
.tranbg > .wsmenu-list > li > a{color:#e5e5e5; border-right:none; background-color:transparent; }
.tranbg > .wsmenu-list > li > a:hover{background-color:transparent !important; }
.tranbg > .wsmenu-list > li > a{background-color:transparent !important; }
.tranbg > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.whitebg > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.whitebg > .wsmenu-list > li > a{background-color:#fff !important;}
.whitebg > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.red-grdt > .wsmenu-list > li > a{color:#fff !important;}
.red-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.red-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#fff !important;}
.gry-grdt > .wsmenu-list > li > a{color:#fff !important;}
.gry-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.gry-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#fff !important;}
.blue-grdt > .wsmenu-list > li > a{color:#fff !important;}
.blue-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.blue-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#fff !important;}
.green-grdt > .wsmenu-list > li > a{color:#fff !important;}
.green-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.green-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#fff !important;}
.orange-grdt > .wsmenu-list > li > a{color:#fff !important;}
.orange-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.orange-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#fff !important;}
.yellow-grdt > .wsmenu-list > li > a{color:#424242 !important;}
.yellow-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.yellow-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#424242 !important;}
.yellow-grdt > .wsmenu-list li a .fa{color:#424242 !important;}
.purple-grdt > .wsmenu-list > li > a{color:#fff !important;}
.purple-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.purple-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#fff !important;}
.pink-grdt > .wsmenu-list > li > a{color:#fff !important;}
.pink-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.pink-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#fff !important;}
@media only screen and (max-width: 780px) {
.red-grdt > .wsmenu-list > li > a > .fa{ color:#fff !important; }
.blue-grdt > .wsmenu-list > li > a > .fa{ color:#fff !important; }
.orange-grdt > .wsmenu-list > li > a > .fa{ color:#fff !important; }
.green-grdt > .wsmenu-list > li > a > .fa{ color:#fff !important; }
.purple-grdt > .wsmenu-list > li > a > .fa{ color:#fff !important; }
.pink-grdt > .wsmenu-list > li > a > .fa{ color:#fff !important; }
/* Color Theme */
.gry > .wsmenu-submenu > li:hover>a{ background-color:#424242 !important; color:#fff;}
.gry > .wsmenu .wsmenu-list > li > a.active{color: #fff; background-color: #424242;}
.gry > .wsmenu .wsmenu-list > li > a:hover{ color: #fff; background-color: #424242;}
.orange > .wsmenu-submenu > li:hover>a{ background-color:#ff670f !important; color:#fff;}
.orange > .wsmenu > .wsmenu-list > li > a.active{color: #fff; background-color: #ff670f;}
.orange > .wsmenu > .wsmenu-list > li > a:hover{ color: #fff; background-color: #ff670f;}
.blue > .wsmenu-submenu > li:hover>a{ background-color:#4A89DC !important; color:#fff;}
.blue > .wsmenu > .wsmenu-list > li > a.active{color: #fff; background-color: #4A89DC;}
.blue > .wsmenu > .wsmenu-list > li > a:hover{ color: #fff; background-color: #4A89DC;}
.green > .wsmenu-submenu > li:hover>a{ background-color:#74a52e !important; color:#fff;}
.green > .wsmenu > .wsmenu-list > li > a.active{color: #fff; background-color: #74a52e;}
.green > .wsmenu > .wsmenu-list > li > a:hover{ color: #fff; background-color: #74a52e;}
.red > .wsmenu-submenu > li:hover>a{ background-color:#DA4B38 !important; color:#fff;}
.red > .wsmenu > .wsmenu-list > li > a.active{color: #fff; background-color: #DA4B38;}
.red > .wsmenu > .wsmenu-list > li > a:hover{ color: #fff; background-color: #DA4B38;}
.yellow > .wsmenu-submenu > li:hover>a{ background-color:#F6BB42 !important; color:#fff;}
.yellow > .wsmenu .wsmenu-list > li > a.active{color: #fff; background-color: #F6BB42;}
.yellow > .wsmenu .wsmenu-list > li > a:hover{ color: #fff; background-color: #F6BB42;}
.purple > .wsmenu-submenu > li:hover>a{ background-color:#967ADC !important; color:#fff;}
.purple > .wsmenu > .wsmenu-list > li > a.active{color: #fff; background-color: #967ADC;}
.purple > .wsmenu > .wsmenu-list > li > a:hover{ color: #fff; background-color: #967ADC;}
.pink > .wsmenu-submenu > li:hover>a{ background-color:#ee1289 !important; color:#fff;}
.pink > .wsmenu > .wsmenu-list > li > a.active{color: #fff; background-color: #ee1289;}
.pink > .wsmenu > .wsmenu-list > li > a:hover{ color: #fff; background-color: #ee1289;}
.chocolate > .wsmenu-submenu > li:hover>a{ background-color:#934915 !important; color:#fff;}
.chocolate > .wsmenu > .wsmenu-list > li > a.active{color: #fff; background-color: #934915;}
.chocolate > .wsmenu > .wsmenu-list > li > a:hover{ color: #fff; background-color: #934915;}
}
|
asset/frontend/css/menu/color-theme.css
|
.gry{background:#424242; color:#fff;}
.orange {background:#ff670f; color:#fff;}
.blue {background:#4A89DC; color:#fff;}
.green{background:#74a52e; color:#fff;}
.red{background:#DA4B38; color:#fff;}
.yellow{background:#F6BB42; color:#fff;}
.purple{background:#967ADC; color:#fff;}
.pink{background:#ee1289; color:#fff;}
.chocolate {background:#934915; color:#fff;}
.gry > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.gry > .wsmenu-list > li > a{background-color:#fff !important;}
.gry > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.gry > .wsmenu-list > li:hover>a{background:#424242 !important; color:#fff !important;}
.gry > .wsmenu-list > li > a:hover {background:#424242 !important; color:#fff !important;}
.gry > .wsmenu-list > li > a.active{background:#424242 !important; color:#fff !important;}
.gry > .wsmenu-submenu > li > a:hover {background:#424242; border-radius:0px!important; color:#fff;}
.gry .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.gry .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.gry .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.orange > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.orange > .wsmenu-list > li > a{background-color:#fff !important;}
.orange > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.orange > .wsmenu-list > li:hover>a{background:#ff670f !important; color:#fff !important;}
.orange > .wsmenu-list > li > a:hover {background:#ff670f !important; color:#fff !important;}
.orange > .wsmenu-list > li > a.active{background:#ff670f !important; color:#fff !important;}
.orange > .wsmenu-submenu > li > a:hover {background:#ff670f; border-radius:0px!important; color:#fff;}
.orange .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.orange .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.orange .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.blue > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.blue > .wsmenu-list > li > a{background-color:#fff !important;}
.blue > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.blue > .wsmenu-list > li:hover>a{background:#4A89DC !important; color:#fff !important;}
.blue > .wsmenu-list > li > a:hover {background:#4A89DC !important; color:#fff !important;}
.blue > .wsmenu-list > li > a.active{background:#4A89DC !important; color:#fff !important;}
.blue > .wsmenu-submenu li > a:hover {background:#4A89DC !important; border-radius:0px!important; color:#fff !important;}
.blue .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.blue .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.blue .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.green > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.green > .wsmenu-list > li > a{background-color:#fff !important;}
.green > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.green > .wsmenu-list > li:hover>a{background:#74a52e !important; color:#fff !important;}
.green > .wsmenu-list > li > a:hover {background:#74a52e !important; color:#fff !important;}
.green > .wsmenu-list > li > a.active{background:#74a52e !important; color:#fff !important;}
.green > .wsmenu-submenu > li > a:hover {background:#74a52e !important; border-radius:0px!important; color:#fff !important;}
.green .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.green .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.green .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.red > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.red > .wsmenu-list > li > a{background-color:#fff !important;}
.red > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.red > .wsmenu-list > li:hover>a{background:#DA4B38 !important; color:#fff !important;}
.red > .wsmenu-list > li > a:hover {background:#DA4B38 !important; color:#fff !important;}
.red > .wsmenu-list > li > a.active{background:#DA4B38 !important; color:#fff !important;}
.red > .wsmenu-submenu > li > a:hover {background:#DA4B38 !important; border-radius:0px!important; color:#fff !important;}
.red .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.red .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.red .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.yellow > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.yellow > .wsmenu-list > li > a{background-color:#fff !important;}
.yellow > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.yellow > .wsmenu-list > li:hover>a{background:#F6BB42 !important; color:#fff !important;}
.yellow > .wsmenu-list > li > a:hover {background:#F6BB42 !important; color:#fff !important;}
.yellow > .wsmenu-list > li > a.active{background:#F6BB42 !important; color:#fff !important;}
.yellow > .wsmenu-submenu > li > a:hover {background:#F6BB42 !important; border-radius:0px!important; color:#fff !important;}
.yellow .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.yellow .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.yellow .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.yellow > .wsmenu-list li a .fa{color:#424242 !important;}
.purple > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.purple > .wsmenu-list > li > a{background-color:#fff !important;}
.purple > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.purple > .wsmenu-list > li:hover>a{background:#967ADC !important; color:#fff !important;}
.purple > .wsmenu-list > li > a:hover {background:#967ADC !important; color:#fff !important;}
.purple > .wsmenu-list > li > a.active{background:#967ADC !important; color:#fff !important;}
.purple > .wsmenu-submenu > li > a:hover {background:#967ADC !important; border-radius:0px!important; color:#fff !important;}
.purple .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.purple .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.purple .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.pink > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.pink > .wsmenu-list > li > a{background-color:#fff !important;}
.pink > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.pink > .wsmenu-list > li:hover>a{background:#ee1289 !important; color:#fff !important;}
.pink > .wsmenu-list > li > a:hover {background:#ee1289 !important; color:#fff !important;}
.pink > .wsmenu-list > li > a.active{background:#ee1289 !important; color:#fff !important;}
.pink > .wsmenu-submenu > li > a:hover {background:#ee1289 !important; border-radius:0px!important; color:#fff !important;}
.pink .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.pink .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.pink .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
.chocolate > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.chocolate > .wsmenu-list > li > a{background-color:#fff !important;}
.chocolate > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.chocolate > .wsmenu-list > li:hover>a{background:#934915 !important; color:#fff !important;}
.chocolate > .wsmenu-list > li a:hover {background:#934915 !important; color:#fff !important;}
.chocolate > .wsmenu-list > li a.active{background:#934915 !important; color:#fff !important;}
.chocolate > .wsmenu-submenu > li a:hover {background:#934915 !important; border-radius:0px!important; color:#fff !important;}
.chocolate .wsmenu-list li a:hover .arrow:after{ border-top-color:#fff;}
.chocolate .wsmenu-list li a.active .arrow:after{ border-top-color:#fff;}
.chocolate .wsmenu-list li:hover>a .arrow:after{ border-top-color:#fff;}
/* Gradient Theme */
.tranbg{background-color:transparent !important;}
.whitebg{ background-color:#fff !important; }
.whitebg:hover{ color:#000 !important; }
.blue-grdt{
background: #5999ee;
background: -moz-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5999ee), color-stop(100%,#4a89dc));
background: -webkit-linear-gradient(top, #5999ee 0%,#4a89dc 100%);
background: -o-linear-gradient(top, #5999ee 0%,#4a89dc 100%);
background: -ms-linear-gradient(top, #5999ee 0%,#4a89dc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5999ee', endColorstr='#4a89dc',GradientType=0 );
color:#fff;}
.gry-grdt{
background: #565656;
background: -moz-linear-gradient(top, #565656 0%, #424242 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#424242));
background: -webkit-linear-gradient(top, #565656 0%,#424242 100%);
background: -o-linear-gradient(top, #565656 0%,#424242 100%);
background: -ms-linear-gradient(top, #565656 0%,#424242 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#424242',GradientType=0 );
color:#fff;}
.green-grdt{
background: #86ba3d;
background: -moz-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86ba3d), color-stop(100%,#74a52e));
background: -webkit-linear-gradient(top, #86ba3d 0%,#74a52e 100%);
background: -o-linear-gradient(top, #86ba3d 0%,#74a52e 100%);
background: -ms-linear-gradient(top, #86ba3d 0%,#74a52e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ba3d', endColorstr='#74a52e',GradientType=0 );
color:#fff;}
.red-grdt{
background: #f05c48;
background: -moz-linear-gradient(top, #f05c48 0%, #da4b38 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f05c48), color-stop(100%,#da4b38));
background: -webkit-linear-gradient(top, #f05c48 0%,#da4b38 100%);
background: -o-linear-gradient(top, #f05c48 0%,#da4b38 100%);
background: -ms-linear-gradient(top, #f05c48 0%,#da4b38 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c48', endColorstr='#da4b38',GradientType=0 );
color:#fff;}
.orange-grdt{
background: #fc7d33;
background: -moz-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc7d33), color-stop(100%,#ff670f));
background: -webkit-linear-gradient(top, #fc7d33 0%,#ff670f 100%);
background: -o-linear-gradient(top, #fc7d33 0%,#ff670f 100%);
background: -ms-linear-gradient(top, #fc7d33 0%,#ff670f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7d33', endColorstr='#ff670f',GradientType=0 );
color:#fff;}
.yellow-grdt{
background: #ffcd67;
background: -moz-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcd67), color-stop(100%,#f6bb42));
background: -webkit-linear-gradient(top, #ffcd67 0%,#ff670f 100%);
background: -o-linear-gradient(top, #ffcd67 0%,#f6bb42 100%);
background: -ms-linear-gradient(top, #ffcd67 0%,#f6bb42 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd67', endColorstr='#f6bb42',GradientType=0 );
color:#fff;}
.purple-grdt{
background: #a98ded;
background: -moz-linear-gradient(top, #a98ded 0%, #967adc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a98ded), color-stop(100%,#967adc));
background: -webkit-linear-gradient(top, #a98ded 0%,#967adc 100%);
background: -o-linear-gradient(top, #a98ded 0%,#967adc 100%);
background: -ms-linear-gradient(top, #a98ded 0%,#967adc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98ded', endColorstr='#967adc',GradientType=0 );
color:#fff;}
.pink-grdt{
background: #fb3ea4;
background: -moz-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb3ea4), color-stop(100%,#f21b8f));
background: -webkit-linear-gradient(top, #fb3ea4 0%,#f21b8f 100%);
background: -o-linear-gradient(top, #fb3ea4 0%,#f21b8f 100%);
background: -ms-linear-gradient(top, #fb3ea4 0%,#f21b8f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3ea4', endColorstr='#f21b8f',GradientType=0 );
color:#fff;}
.tranbg > .wsmenu-list > li > a{color:#e5e5e5; border-right:none; background-color:transparent; }
.tranbg > .wsmenu-list > li > a:hover{background-color:transparent !important; }
.tranbg > .wsmenu-list > li > a{background-color:transparent !important; }
.tranbg > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.whitebg > .wsmenu-list > li > a{color:#424242; border-right:1px solid rgba(0,0,0,0.10); }
.whitebg > .wsmenu-list > li > a{background-color:#fff !important;}
.whitebg > .wsmenu-list > li > a > .arrow:after{ border-top-color:#E5E5E5 !important;}
.red-grdt > .wsmenu-list > li > a{color:#fff !important;}
.red-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.red-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#fff !important;}
.gry-grdt > .wsmenu-list > li > a{color:#fff !important;}
.gry-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.gry-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#fff !important;}
.blue-grdt > .wsmenu-list > li > a{color:#fff !important;}
.blue-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.blue-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#fff !important;}
.green-grdt > .wsmenu-list > li > a{color:#fff !important;}
.green-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.green-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#fff !important;}
.orange-grdt > .wsmenu-list > li > a{color:#fff !important;}
.orange-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.orange-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#fff !important;}
.yellow-grdt > .wsmenu-list > li > a{color:#424242 !important;}
.yellow-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.yellow-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#424242 !important;}
.yellow-grdt > .wsmenu-list li a .fa{color:#424242 !important;}
.purple-grdt > .wsmenu-list > li > a{color:#fff !important;}
.purple-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.purple-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#fff !important;}
.pink-grdt > .wsmenu-list > li > a{color:#fff !important;}
.pink-grdt > .wsmenu-list > li > a{background-color:transparent !important;}
.pink-grdt > .wsmenu-list > li > a > .arrow:after{ border-top-color:#fff !important;}
@media only screen and (max-width: 780px) {
.red-grdt > .wsmenu-list > li > a > .fa{ color:#fff !important; }
.blue-grdt > .wsmenu-list > li > a > .fa{ color:#fff !important; }
.orange-grdt > .wsmenu-list > li > a > .fa{ color:#fff !important; }
.green-grdt > .wsmenu-list > li > a > .fa{ color:#fff !important; }
.purple-grdt > .wsmenu-list > li > a > .fa{ color:#fff !important; }
.pink-grdt > .wsmenu-list > li > a > .fa{ color:#fff !important; }
/* Color Theme */
.gry > .wsmenu-submenu > li:hover>a{ background-color:#424242 !important; color:#fff;}
.gry > .wsmenu .wsmenu-list > li > a.active{color: #fff; background-color: #424242;}
.gry > .wsmenu .wsmenu-list > li > a:hover{ color: #fff; background-color: #424242;}
.orange > .wsmenu-submenu > li:hover>a{ background-color:#ff670f !important; color:#fff;}
.orange > .wsmenu > .wsmenu-list > li > a.active{color: #fff; background-color: #ff670f;}
.orange > .wsmenu > .wsmenu-list > li > a:hover{ color: #fff; background-color: #ff670f;}
.blue > .wsmenu-submenu > li:hover>a{ background-color:#4A89DC !important; color:#fff;}
.blue > .wsmenu > .wsmenu-list > li > a.active{color: #fff; background-color: #4A89DC;}
.blue > .wsmenu > .wsmenu-list > li > a:hover{ color: #fff; background-color: #4A89DC;}
.green > .wsmenu-submenu > li:hover>a{ background-color:#74a52e !important; color:#fff;}
.green > .wsmenu > .wsmenu-list > li > a.active{color: #fff; background-color: #74a52e;}
.green > .wsmenu > .wsmenu-list > li > a:hover{ color: #fff; background-color: #74a52e;}
.red > .wsmenu-submenu > li:hover>a{ background-color:#DA4B38 !important; color:#fff;}
.red > .wsmenu > .wsmenu-list > li > a.active{color: #fff; background-color: #DA4B38;}
.red > .wsmenu > .wsmenu-list > li > a:hover{ color: #fff; background-color: #DA4B38;}
.yellow > .wsmenu-submenu > li:hover>a{ background-color:#F6BB42 !important; color:#fff;}
.yellow > .wsmenu .wsmenu-list > li > a.active{color: #fff; background-color: #F6BB42;}
.yellow > .wsmenu .wsmenu-list > li > a:hover{ color: #fff; background-color: #F6BB42;}
.purple > .wsmenu-submenu > li:hover>a{ background-color:#967ADC !important; color:#fff;}
.purple > .wsmenu > .wsmenu-list > li > a.active{color: #fff; background-color: #967ADC;}
.purple > .wsmenu > .wsmenu-list > li > a:hover{ color: #fff; background-color: #967ADC;}
.pink > .wsmenu-submenu > li:hover>a{ background-color:#ee1289 !important; color:#fff;}
.pink > .wsmenu > .wsmenu-list > li > a.active{color: #fff; background-color: #ee1289;}
.pink > .wsmenu > .wsmenu-list > li > a:hover{ color: #fff; background-color: #ee1289;}
.chocolate > .wsmenu-submenu > li:hover>a{ background-color:#934915 !important; color:#fff;}
.chocolate > .wsmenu > .wsmenu-list > li > a.active{color: #fff; background-color: #934915;}
.chocolate > .wsmenu > .wsmenu-list > li > a:hover{ color: #fff; background-color: #934915;}
}
| 0.226185 | 0.048361 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
*,
*:after,
*:before {
box-sizing: border-box;
}
html, body {
height: 100%;
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
height: 100%;
}
a {
text-decoration: none;
color: #262f3e;
font-weight: 500;
}
.container {
width: 100%;
height: 100%;
margin: 0 auto;
}
.header {
align-items: center;
display: flex ;
position: relative;
width: 100%;
z-index: 1;
padding: 0px 10px;
position: fixed;
border-bottom: 1px solid #CCC;
}
.navbar {
height: 100%;
width: 100%;
background-color: #FFF;
}
.navbar .container {
display: flex;
max-width: 1200px;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.navbar .container .logo {
height: 80px;
}
.navbar__options {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: .5em;
}
.datepikers,
.datepiker__wrapper,
.search__wrapper{
display: flex;
align-items: center;
}
.datepiker__wrapper,
.search__wrapper {
padding: 0 .5em;
border: 1px solid #CCC;
height: 35px;
border-radius: 4px;
}
.datepiker__wrapper:last-child,
.search__wrapper {
margin-left: .5em;
}
.datepiker__wrapper input,
.search__wrapper input{
border: none;
color: #717171;
font-weight: 500;
font-size: 1.2em;
height: 100%;
outline: none;
}
.datepiker__wrapper i,
.search__wrapper i {
color: #717171;
font-size: 1.2em;
}
.search__wrapper input{
flex: 1;
}
.search__wrapper i {
cursor: pointer;
}
.search__wrapper i:last-child {
margin-left: .5em;
}
.main {
padding-top: 80px;
visibility: hidden;
height: 100%;
}
.main .container {
padding: 15px;
display: flex;
flex-wrap: wrap;
}
.items__wrapper {
width: 100%;
}
.items {
display: flex;
flex-direction: column;
width: 100%;
}
.items .item {
display: flex;
flex-wrap: wrap;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
margin-bottom: 1em;
min-height: 180px;
}
.items .item .item__image {
width: 100%;
}
.item .item__image img {
width: 100%;
height: 100%;
}
.item .item__info {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0 1em .5em;
flex: 1;
}
.item .item__info__header {
display: flex;
width: 100%;
align-items: center;
}
.item__info__header .item__type,
.item__info .item__name {
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
opacity: 1;
visibility: visible;
flex: 1 1 0%;
overflow: hidden;
}
.item__info__header .item__type {
font-size: 1.3em;
color: rgb(113, 113, 113);
}
.item__info__header .header__info__wrapper {
flex: 1;
}
.header__info__wrapper .item__location {
font-size: 1.2em;
font-weight: 500;
color: rgba(113, 113, 113, 1);
}
.header__info__wrapper .item__location b{
color: #000;
}
.item__info .header__info__icon {
padding: 0 0 0 1em;
color: rgb(113, 113, 113);
font-size: 1.8em;
cursor: pointer;
}
.item__info .item__name {
font-size: 1.5em;
font-weight: 600;
color: rgb(0, 0, 0);
margin-top: .5em;
}
.item__info .item__content {
font-size: 1.3em;
color: rgb(113, 113, 113);
}
.item .item__info__footer {
display: flex;
width: 100%;
justify-content: space-between;
}
.item__info__footer .item__score {
font-size: 1.3em;
color: rgb(0, 0, 0);
font-weight: bold;
display: flex;
align-items: flex-end;
}
.item__info__footer .item__score i {
color: #FF385C;
font-size: .9em;
margin-bottom: .3em;
}
.item__info__footer .item__price {
font-size: 1.5em;
color: #000;
color: #222222;
}
.item__info__footer .item__price strong {
font-weight: 600;
color: #000;
}
.item__total__price {
display: flex;
justify-content: flex-end;
font-size: .8em;
text-decoration: underline;
}
/* PAGINATIO */
.pagination {
list-style: none;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}
.pagination li {
height: 32px;
width: 32px;
font-size: 1.3em;
font-weight: 600;
border-radius: 50%;
color: #FFF;
margin: .1em;
display: flex;
align-items: center;
justify-content: center;
}
.pagination .pagination-item{
cursor: pointer;
color: #222222;
}
.pagination .prev-page,
.pagination .next-page {
border: 0px;
outline: 0px;
background-color: rgba(255, 255, 255, 0.9);
border-style: solid;
border-width: 1px;
background-clip: padding-box;
border-color: rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px transparent, 0px 2px 4px rgba(0, 0, 0, 0.18);
transition: box-shadow 0.2s ease, -ms-transform 0.25s ease, -webkit-transform 0.25s ease, transform 0.25s ease;
}
.pagination .prev-page:hover,
.pagination .next-page:hover {
border-color: rgba(0, 0, 0, 0.08);
background-color: #FFFFFF;
color: #000000;
box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px transparent, 0px 6px 16px rgba(0, 0, 0, 0.12);
-webkit-transform: scale(1.04);
-ms-transform: scale(1.04);
transform: scale(1.04);
}
.pagination .page-item:hover {
text-decoration: underline;
}
.pagination .current-page-item {
color: #FFF;
cursor: default;
background-color: #222222;
}
.pagination .pagination-item-disabled{
color: #222222;
opacity: .5;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px){
.items {
width: 100%;
}
.items .item .item__image {
width: 30%;
}
}
.map__wrapper {
width: 100%;
padding-left: 1em;
}
@media(max-width: 768px) {
.main {
padding-top: 90px;
}
.navbar .logo{
height: 60px;
}
.navbar .container {
justify-content: center;
}
.navbar__options {
margin-top: .5em;
margin-bottom: 1em;
flex-direction: column-reverse;
}
.datepikers {
width: 100%;
justify-content: space-between;
}
.search__wrapper {
width: 100%;
margin-bottom: .5em;
margin-left: 0;
}
}
@media(max-width: 562px) {
.main {
padding-top: 170px;
}
}
@media (min-width: 992px){
.map__wrapper {
width: 60%;
padding-left: 1em;
}
.items__wrapper {
width: 40%;
}
.items .item .item__image {
width: 30%;
}
}
|
airbnb-challenge/public/css/main.css
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
*,
*:after,
*:before {
box-sizing: border-box;
}
html, body {
height: 100%;
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
height: 100%;
}
a {
text-decoration: none;
color: #262f3e;
font-weight: 500;
}
.container {
width: 100%;
height: 100%;
margin: 0 auto;
}
.header {
align-items: center;
display: flex ;
position: relative;
width: 100%;
z-index: 1;
padding: 0px 10px;
position: fixed;
border-bottom: 1px solid #CCC;
}
.navbar {
height: 100%;
width: 100%;
background-color: #FFF;
}
.navbar .container {
display: flex;
max-width: 1200px;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.navbar .container .logo {
height: 80px;
}
.navbar__options {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: .5em;
}
.datepikers,
.datepiker__wrapper,
.search__wrapper{
display: flex;
align-items: center;
}
.datepiker__wrapper,
.search__wrapper {
padding: 0 .5em;
border: 1px solid #CCC;
height: 35px;
border-radius: 4px;
}
.datepiker__wrapper:last-child,
.search__wrapper {
margin-left: .5em;
}
.datepiker__wrapper input,
.search__wrapper input{
border: none;
color: #717171;
font-weight: 500;
font-size: 1.2em;
height: 100%;
outline: none;
}
.datepiker__wrapper i,
.search__wrapper i {
color: #717171;
font-size: 1.2em;
}
.search__wrapper input{
flex: 1;
}
.search__wrapper i {
cursor: pointer;
}
.search__wrapper i:last-child {
margin-left: .5em;
}
.main {
padding-top: 80px;
visibility: hidden;
height: 100%;
}
.main .container {
padding: 15px;
display: flex;
flex-wrap: wrap;
}
.items__wrapper {
width: 100%;
}
.items {
display: flex;
flex-direction: column;
width: 100%;
}
.items .item {
display: flex;
flex-wrap: wrap;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
margin-bottom: 1em;
min-height: 180px;
}
.items .item .item__image {
width: 100%;
}
.item .item__image img {
width: 100%;
height: 100%;
}
.item .item__info {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0 1em .5em;
flex: 1;
}
.item .item__info__header {
display: flex;
width: 100%;
align-items: center;
}
.item__info__header .item__type,
.item__info .item__name {
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
opacity: 1;
visibility: visible;
flex: 1 1 0%;
overflow: hidden;
}
.item__info__header .item__type {
font-size: 1.3em;
color: rgb(113, 113, 113);
}
.item__info__header .header__info__wrapper {
flex: 1;
}
.header__info__wrapper .item__location {
font-size: 1.2em;
font-weight: 500;
color: rgba(113, 113, 113, 1);
}
.header__info__wrapper .item__location b{
color: #000;
}
.item__info .header__info__icon {
padding: 0 0 0 1em;
color: rgb(113, 113, 113);
font-size: 1.8em;
cursor: pointer;
}
.item__info .item__name {
font-size: 1.5em;
font-weight: 600;
color: rgb(0, 0, 0);
margin-top: .5em;
}
.item__info .item__content {
font-size: 1.3em;
color: rgb(113, 113, 113);
}
.item .item__info__footer {
display: flex;
width: 100%;
justify-content: space-between;
}
.item__info__footer .item__score {
font-size: 1.3em;
color: rgb(0, 0, 0);
font-weight: bold;
display: flex;
align-items: flex-end;
}
.item__info__footer .item__score i {
color: #FF385C;
font-size: .9em;
margin-bottom: .3em;
}
.item__info__footer .item__price {
font-size: 1.5em;
color: #000;
color: #222222;
}
.item__info__footer .item__price strong {
font-weight: 600;
color: #000;
}
.item__total__price {
display: flex;
justify-content: flex-end;
font-size: .8em;
text-decoration: underline;
}
/* PAGINATIO */
.pagination {
list-style: none;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}
.pagination li {
height: 32px;
width: 32px;
font-size: 1.3em;
font-weight: 600;
border-radius: 50%;
color: #FFF;
margin: .1em;
display: flex;
align-items: center;
justify-content: center;
}
.pagination .pagination-item{
cursor: pointer;
color: #222222;
}
.pagination .prev-page,
.pagination .next-page {
border: 0px;
outline: 0px;
background-color: rgba(255, 255, 255, 0.9);
border-style: solid;
border-width: 1px;
background-clip: padding-box;
border-color: rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px transparent, 0px 2px 4px rgba(0, 0, 0, 0.18);
transition: box-shadow 0.2s ease, -ms-transform 0.25s ease, -webkit-transform 0.25s ease, transform 0.25s ease;
}
.pagination .prev-page:hover,
.pagination .next-page:hover {
border-color: rgba(0, 0, 0, 0.08);
background-color: #FFFFFF;
color: #000000;
box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px transparent, 0px 6px 16px rgba(0, 0, 0, 0.12);
-webkit-transform: scale(1.04);
-ms-transform: scale(1.04);
transform: scale(1.04);
}
.pagination .page-item:hover {
text-decoration: underline;
}
.pagination .current-page-item {
color: #FFF;
cursor: default;
background-color: #222222;
}
.pagination .pagination-item-disabled{
color: #222222;
opacity: .5;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px){
.items {
width: 100%;
}
.items .item .item__image {
width: 30%;
}
}
.map__wrapper {
width: 100%;
padding-left: 1em;
}
@media(max-width: 768px) {
.main {
padding-top: 90px;
}
.navbar .logo{
height: 60px;
}
.navbar .container {
justify-content: center;
}
.navbar__options {
margin-top: .5em;
margin-bottom: 1em;
flex-direction: column-reverse;
}
.datepikers {
width: 100%;
justify-content: space-between;
}
.search__wrapper {
width: 100%;
margin-bottom: .5em;
margin-left: 0;
}
}
@media(max-width: 562px) {
.main {
padding-top: 170px;
}
}
@media (min-width: 992px){
.map__wrapper {
width: 60%;
padding-left: 1em;
}
.items__wrapper {
width: 40%;
}
.items .item .item__image {
width: 30%;
}
}
| 0.312055 | 0.064153 |
.window_panel {
position: absolute;
left: 0;
top: 0;
margin: 0;
padding: 0;
z-index: 2000;
background: #eee;
color: #222;
font-family: Arial;
font-size: 16px;
text-decoration: none;
clear: both;
text-align: left;
vertical-align: top;
border: 1px solid #aaa;
overflow: hidden;
}
.window_panel .window_header {
margin: 0;
padding: 0;
border: 0;
border-bottom: 1px solid #aaa;
overflow: hidden;
white-space: nowrap;
}
.window_panel .window_header_normal {
/*background: url('images/header_bg.gif') repeat-x;*/ /* change to use jquery-ui theme instead */
height: 20px;
line-height: 20px;
padding: 2px 5px;
text-align: left;
cursor: move;
}
.window_panel .window_header_minimize {
/*background: #CFF4F4;*/ /* change to use jquery-ui theme instead */
cursor: pointer;
width: 100%;
height: 100%;
padding: 2px 5px;
line-height: 20px;
text-align: left;
}
.window_panel .window_header_minimize_vertical {
padding: 7px 0px;
line-height: 13px;
text-align: center;
}
.window_panel .window_header_maximize {
/*background: url('images/header_bg.gif') repeat-x;*/ /* change to use jquery-ui theme instead */
height: 20px;
line-height: 20px;
padding: 2px 5px;
text-align: left;
cursor: default;
}
.window_panel .window_frame {
margin: 0;
padding: 0;
border: 0;
}
.window_panel .window_footer {
width: 100%;
height: 16px;
position: absolute;
bottom: 0;
left: 0;
margin: 0;
padding: 0;
border: 0;
border-top: 1px solid #aaa;
overflow: hidden;
font-size: 12px;
}
.window_panel .window_footer div {
margin-left: 5px;
}
.window_panel .window_header .window_title_text {
font-weight: bold;
font-size: 13px;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.window_panel .window_header .window_function_bar {
height: 23px;
width: 72px;
position: absolute;
right: 0;
top: 0;
padding-top: 3px;
overflow: hidden;
white-space: nowrap;
}
.window_panel .window_header .window_icon_button {
width: 16px;
height: 16px;
z-index: 3200;
cursor: pointer;
float: right;
margin-right: 4px;
margin-top: 2px;
}
.window_panel .window_header .bookmarkImg {
background: url('images/buttons.gif') no-repeat;
background-position: 0;
top: 4px;
}
.window_panel .window_header .minimizeImg {
background: url('images/buttons.gif') no-repeat;
background-position: -16px;
top: 4px;
}
.window_panel .window_header .cascadeImg {
background: url('images/buttons.gif') no-repeat;
background-position: -32px;
top: 4px;
}
.window_panel .window_header .maximizeImg {
background: url('images/buttons.gif') no-repeat;
background-position: -48px;
top: 4px;
}
.window_panel .window_header .closeImg {
background: url('images/buttons.gif') no-repeat;
background-position: -64px;
top: 4px;
}
.window_panel .frame_loading {
background: url('images/loading.gif') no-repeat;
width: 16px;
height: 16px;
position: absolute;
left: 50%;
top: 50%;
font-size: 14px;
font-weight: bold;
color: #777;
padding-left: 20px;
text-align: left;
text-decoration: none;
clear: both;
cursor: crosshair;
}
#window_overlay {
opacity: 0;
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
}
|
WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/jquery.window.css
|
.window_panel {
position: absolute;
left: 0;
top: 0;
margin: 0;
padding: 0;
z-index: 2000;
background: #eee;
color: #222;
font-family: Arial;
font-size: 16px;
text-decoration: none;
clear: both;
text-align: left;
vertical-align: top;
border: 1px solid #aaa;
overflow: hidden;
}
.window_panel .window_header {
margin: 0;
padding: 0;
border: 0;
border-bottom: 1px solid #aaa;
overflow: hidden;
white-space: nowrap;
}
.window_panel .window_header_normal {
/*background: url('images/header_bg.gif') repeat-x;*/ /* change to use jquery-ui theme instead */
height: 20px;
line-height: 20px;
padding: 2px 5px;
text-align: left;
cursor: move;
}
.window_panel .window_header_minimize {
/*background: #CFF4F4;*/ /* change to use jquery-ui theme instead */
cursor: pointer;
width: 100%;
height: 100%;
padding: 2px 5px;
line-height: 20px;
text-align: left;
}
.window_panel .window_header_minimize_vertical {
padding: 7px 0px;
line-height: 13px;
text-align: center;
}
.window_panel .window_header_maximize {
/*background: url('images/header_bg.gif') repeat-x;*/ /* change to use jquery-ui theme instead */
height: 20px;
line-height: 20px;
padding: 2px 5px;
text-align: left;
cursor: default;
}
.window_panel .window_frame {
margin: 0;
padding: 0;
border: 0;
}
.window_panel .window_footer {
width: 100%;
height: 16px;
position: absolute;
bottom: 0;
left: 0;
margin: 0;
padding: 0;
border: 0;
border-top: 1px solid #aaa;
overflow: hidden;
font-size: 12px;
}
.window_panel .window_footer div {
margin-left: 5px;
}
.window_panel .window_header .window_title_text {
font-weight: bold;
font-size: 13px;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.window_panel .window_header .window_function_bar {
height: 23px;
width: 72px;
position: absolute;
right: 0;
top: 0;
padding-top: 3px;
overflow: hidden;
white-space: nowrap;
}
.window_panel .window_header .window_icon_button {
width: 16px;
height: 16px;
z-index: 3200;
cursor: pointer;
float: right;
margin-right: 4px;
margin-top: 2px;
}
.window_panel .window_header .bookmarkImg {
background: url('images/buttons.gif') no-repeat;
background-position: 0;
top: 4px;
}
.window_panel .window_header .minimizeImg {
background: url('images/buttons.gif') no-repeat;
background-position: -16px;
top: 4px;
}
.window_panel .window_header .cascadeImg {
background: url('images/buttons.gif') no-repeat;
background-position: -32px;
top: 4px;
}
.window_panel .window_header .maximizeImg {
background: url('images/buttons.gif') no-repeat;
background-position: -48px;
top: 4px;
}
.window_panel .window_header .closeImg {
background: url('images/buttons.gif') no-repeat;
background-position: -64px;
top: 4px;
}
.window_panel .frame_loading {
background: url('images/loading.gif') no-repeat;
width: 16px;
height: 16px;
position: absolute;
left: 50%;
top: 50%;
font-size: 14px;
font-weight: bold;
color: #777;
padding-left: 20px;
text-align: left;
text-decoration: none;
clear: both;
cursor: crosshair;
}
#window_overlay {
opacity: 0;
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
}
| 0.382026 | 0.053552 |
body {
background-color: #3a4a58;
color: #8c8c8c;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: 400;
padding: 15px;
margin: 0;
}
.tm-container {
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.tm-main-content { background-color: #ffffff; }
#tm-intro-img {
background-image: url(../img/chilling-cafe-01.jpg);
background-position: center;
background-size: cover;
min-height: 425px;
}
.tm-text-white { color: white; }
.tm-page-header-container { text-align: center; }
.tm-page-header {
display: inline-block;
vertical-align: baseline;
margin-top: 20px;
margin-bottom: 35px;
font-size: 2.1rem;
font-weight: 400;
}
.tm-page-icon {
display: inline-block;
vertical-align: baseline;
padding: 15px;
}
.tm-section-header {
color: #996633;
text-align: center;
font-weight: 400;
font-size: 1.5rem;
margin-top: 30px;
margin-bottom: 30px;
}
table {
width: 100%;
border-spacing: 0;
}
td {
text-align: center;
padding: 10px 15px;
}
.tm-text-left { text-align: left; }
th {
color: #333333;
font-weight: 400;
font-size: 1.2rem;
padding-left: 15px;
padding-right: 15px;
}
tr:nth-child(odd) { background-color: #e5e8ed; }
tr.tm-tr-header {
background-color: #c4cdd6;
height: 50px;
}
.tm-section {
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 30px;
}
.tm-section-small {
max-width: 490px;
margin-left: auto;
margin-right: auto;
padding-top: 0;
}
p {
font-size: 1rem;
line-height: 1.7;
}
.tm-mb-0 { margin-bottom: 0; }
img { max-width: 100%; }
figure { margin: 0; }
figcaption { text-align: center; }
figcaption span {
display: block;
color: #333333;
font-size: 18px;
}
.tm-item-name {
margin-top: 20px;
margin-bottom: 10px;
}
.tm-special-items {
display: flex;
margin-left: -15px;
margin-right: -15px;
}
.tm-special-item {
padding-left: 15px;
padding-right: 15px;
}
hr {
width: 60%;
border: 0.5px solid #ccc;
}
.tm-social-icons {
text-align: center;
margin-top: 30px;
}
.tm-social-icons i { font-size: 1.2rem; }
.tm-social-link-container { display: inline-block; }
.tm-social-link {
color: white;
background-color: #c5ced8;
border-radius: 2px;
width: 35px;
height: 35px;
display: flex;
justify-content: center;
align-items: center;
margin: 3px;
text-decoration: none;
transition: all 0.3s ease;
}
.tm-social-link:hover { background-color: #808e9e; }
.tm-contact-link {
color: #333333;
font-weight: 600;
text-decoration: none;
}
a { transition: all 0.3s ease; }
.tm-contact-link:hover { color: #808e9e; }
.tm-footer-text {
font-size: 0.9rem;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}
.tm-footer-link {
color: #fff;
text-decoration: none;
}
.tm-footer-link:hover { color: #c5ced8; }
@media (max-width: 550px) {
.tm-special-item {
padding-left: 10px;
padding-right: 10px;
}
.tm-special-items {
margin-left: -10px;
margin-right: -10px;
}
}
@media (max-width: 480px) {
.tm-special-item {
padding-left: 5px;
padding-right: 5px;
}
.tm-special-items {
margin-left: -5px;
margin-right: -5px;
}
}
@media (max-width: 430px) {
.tm-responsive-table { overflow-x: auto; }
table { width: auto; }
.tm-special-items { flex-direction: column; }
.tm-special-item { margin-bottom: 40px; }
figcaption p {
margin-bottom: 0;
line-height: 1;
}
}
|
traccar_stats/css/tooplate-chilling-cafe.css
|
body {
background-color: #3a4a58;
color: #8c8c8c;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: 400;
padding: 15px;
margin: 0;
}
.tm-container {
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.tm-main-content { background-color: #ffffff; }
#tm-intro-img {
background-image: url(../img/chilling-cafe-01.jpg);
background-position: center;
background-size: cover;
min-height: 425px;
}
.tm-text-white { color: white; }
.tm-page-header-container { text-align: center; }
.tm-page-header {
display: inline-block;
vertical-align: baseline;
margin-top: 20px;
margin-bottom: 35px;
font-size: 2.1rem;
font-weight: 400;
}
.tm-page-icon {
display: inline-block;
vertical-align: baseline;
padding: 15px;
}
.tm-section-header {
color: #996633;
text-align: center;
font-weight: 400;
font-size: 1.5rem;
margin-top: 30px;
margin-bottom: 30px;
}
table {
width: 100%;
border-spacing: 0;
}
td {
text-align: center;
padding: 10px 15px;
}
.tm-text-left { text-align: left; }
th {
color: #333333;
font-weight: 400;
font-size: 1.2rem;
padding-left: 15px;
padding-right: 15px;
}
tr:nth-child(odd) { background-color: #e5e8ed; }
tr.tm-tr-header {
background-color: #c4cdd6;
height: 50px;
}
.tm-section {
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 30px;
}
.tm-section-small {
max-width: 490px;
margin-left: auto;
margin-right: auto;
padding-top: 0;
}
p {
font-size: 1rem;
line-height: 1.7;
}
.tm-mb-0 { margin-bottom: 0; }
img { max-width: 100%; }
figure { margin: 0; }
figcaption { text-align: center; }
figcaption span {
display: block;
color: #333333;
font-size: 18px;
}
.tm-item-name {
margin-top: 20px;
margin-bottom: 10px;
}
.tm-special-items {
display: flex;
margin-left: -15px;
margin-right: -15px;
}
.tm-special-item {
padding-left: 15px;
padding-right: 15px;
}
hr {
width: 60%;
border: 0.5px solid #ccc;
}
.tm-social-icons {
text-align: center;
margin-top: 30px;
}
.tm-social-icons i { font-size: 1.2rem; }
.tm-social-link-container { display: inline-block; }
.tm-social-link {
color: white;
background-color: #c5ced8;
border-radius: 2px;
width: 35px;
height: 35px;
display: flex;
justify-content: center;
align-items: center;
margin: 3px;
text-decoration: none;
transition: all 0.3s ease;
}
.tm-social-link:hover { background-color: #808e9e; }
.tm-contact-link {
color: #333333;
font-weight: 600;
text-decoration: none;
}
a { transition: all 0.3s ease; }
.tm-contact-link:hover { color: #808e9e; }
.tm-footer-text {
font-size: 0.9rem;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}
.tm-footer-link {
color: #fff;
text-decoration: none;
}
.tm-footer-link:hover { color: #c5ced8; }
@media (max-width: 550px) {
.tm-special-item {
padding-left: 10px;
padding-right: 10px;
}
.tm-special-items {
margin-left: -10px;
margin-right: -10px;
}
}
@media (max-width: 480px) {
.tm-special-item {
padding-left: 5px;
padding-right: 5px;
}
.tm-special-items {
margin-left: -5px;
margin-right: -5px;
}
}
@media (max-width: 430px) {
.tm-responsive-table { overflow-x: auto; }
table { width: auto; }
.tm-special-items { flex-direction: column; }
.tm-special-item { margin-bottom: 40px; }
figcaption p {
margin-bottom: 0;
line-height: 1;
}
}
| 0.472197 | 0.069763 |
* {
margin: 0;
padding: 0;
}
body{
background: #f3f3f3 url(../img/bg_login_top.jpg) no-repeat top center;
color: #bebebe;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
h1, h2, h3, h4{
font-family: Arial, sans-serif;
color: #444444;
}
button, .button{
background: #F3F3F3;
border: 1px solid #DCDCDC;
border-radius: 2px;
color: #444444;
cursor: pointer;
display: inline-block;
font: 700 11px Tahoma, Arial, sans-serif;
margin-right: 10px;
padding: 7px 12px 7px 12px;
position: relative;
text-decoration: none;
text-shadow: 0px 1px 0px #FFFFFF;
}
button:hover, .button:hover{
border-bottom-color: #999999;
border-left-color: #999999;
border-right-color: #999999;
border-top-color: #999999;
color: #333333;
text-decoration: none;
}
.wrap{
margin: 0 auto;
width: 400px;
}
#content{
margin: 120px 0 10px 0;
}
#content .b1{
background: #ffffff;
}
#content .b2{
background: #eaeaea;
}
/* CONTENT MAIN START */
#content #main{
float: right;
margin: 0 0 12px 0;
width: 400px;
}
#main .full_w{
background: #ffffff;
border: 1px solid #DCDDE1;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 0px 1px rgba(235, 235, 235, 1);
-moz-box-shadow: 2px 2px 0px 1px rgba(235, 235, 235, 1);
box-shadow: 2px 2px 0px 1px rgba(235, 235, 235, 1);
color: #848484;
margin: 0 0 5px 0;
}
#main .full_w .h_title{
background: url(../img/bg_box_head.jpg) repeat-x;
color: #bebebe;
font-size: 11px;
font-weight: normal;
height: 22px;
padding: 7px 0 0 15px;
text-shadow: #0E0E0E 0px 1px 1px;
}
/* CONTENT MAIN FORM */
.left{ float: left; width: 230px;}
.right{ float: right; width: 215px;}
.right h3{ margin: 0 0 8px 0;}
.right p{ margin: 0 0 8px 0;}
#main form{
margin: 15px;
}
#main form .element{
clear: both;
border-bottom: 1px dashed #ededed;
display: block;
margin: 0;
padding: 10px 10px;
}
#main form label{
color: #575757;
display: block;
font-size: 12px;
font-weight: bold;
margin: 0 0 5px 0;
padding: 0 0 0 3px;
}
#main form label span{
color: #b8b8b8;
font-size: 11px;
font-weight: normal;
}
#main form input, #main form select, #main form textarea{
background: #FFFFFF;
border: 1px solid #DDDDDD;
border-radius: 3px;
font-size: 11px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
padding: 5px 3px;
}
#main form input:focus, #main form select:focus, #main form textarea:focus{ border: 1px solid #b3b3b3;}
#main form select{
border: 1px solid #DDDDDD;
border-radius: 3px;
}
#main form .text{
margin: 0 0 12px 0;
width: 98%;
}
#main form .ok{
background: #F3F3F3 url(../img/i_ok.png) no-repeat 4px center;
padding-left: 25px;
}
#main .footer{
margin: 0 15px;
text-align: center;
text-shadow: 1px 1px 0px #ffffff;
}
#main .footer a{
color: #bebebe;
}
/* MAIN NOTIFY */
#main .n_warning{background: #FFF7CE;border: 1px solid #D9C65B; border-radius: 3px; margin: 20px 15px;padding: 1px;}
#main .n_warning p{ background: #FDF0B1 url(../img/i_warning.png) no-repeat 4px center; color: #756B30; padding: 7px 25px;}
#main .n_warning a{ color: #756B30; font-weight: bold;}
#main .n_ok{background: #F6FFEC;border: 1px solid #89B755; border-radius: 3px; margin: 20px 15px;padding: 1px;}
#main .n_ok p{background: #DFF6C5 url(../img/i_ok.png) no-repeat 4px center; color: #496528; padding: 7px 25px;}
#main .n_ok a{color: #756B30; font-weight: bold;}
#main .n_error{background: #FDE4E1;border: 1px solid #B16A6C; border-radius: 3px; margin: 20px 15px;padding: 1px;}
#main .n_error p{background: #F4CAC6 url(../img/i_error.png) no-repeat 4px center; color: #630E18; padding: 7px 25px;}
#main .n_error a{color: #756B30; font-weight: bold;}
/* HELPERS START */
.entry{ color: #444; margin: 5px 0; padding: 5px 15px; text-shadow: 0px 1px #ffffff; }
.sep{ border-bottom: 1px dashed #DDDDDD; margin: 10px 0;}
.clear{ clear: both; }
.align-left{ text-align: left; }
.align-right{ text-align: right; }
|
themes/default/css/login.css
|
* {
margin: 0;
padding: 0;
}
body{
background: #f3f3f3 url(../img/bg_login_top.jpg) no-repeat top center;
color: #bebebe;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
h1, h2, h3, h4{
font-family: Arial, sans-serif;
color: #444444;
}
button, .button{
background: #F3F3F3;
border: 1px solid #DCDCDC;
border-radius: 2px;
color: #444444;
cursor: pointer;
display: inline-block;
font: 700 11px Tahoma, Arial, sans-serif;
margin-right: 10px;
padding: 7px 12px 7px 12px;
position: relative;
text-decoration: none;
text-shadow: 0px 1px 0px #FFFFFF;
}
button:hover, .button:hover{
border-bottom-color: #999999;
border-left-color: #999999;
border-right-color: #999999;
border-top-color: #999999;
color: #333333;
text-decoration: none;
}
.wrap{
margin: 0 auto;
width: 400px;
}
#content{
margin: 120px 0 10px 0;
}
#content .b1{
background: #ffffff;
}
#content .b2{
background: #eaeaea;
}
/* CONTENT MAIN START */
#content #main{
float: right;
margin: 0 0 12px 0;
width: 400px;
}
#main .full_w{
background: #ffffff;
border: 1px solid #DCDDE1;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 0px 1px rgba(235, 235, 235, 1);
-moz-box-shadow: 2px 2px 0px 1px rgba(235, 235, 235, 1);
box-shadow: 2px 2px 0px 1px rgba(235, 235, 235, 1);
color: #848484;
margin: 0 0 5px 0;
}
#main .full_w .h_title{
background: url(../img/bg_box_head.jpg) repeat-x;
color: #bebebe;
font-size: 11px;
font-weight: normal;
height: 22px;
padding: 7px 0 0 15px;
text-shadow: #0E0E0E 0px 1px 1px;
}
/* CONTENT MAIN FORM */
.left{ float: left; width: 230px;}
.right{ float: right; width: 215px;}
.right h3{ margin: 0 0 8px 0;}
.right p{ margin: 0 0 8px 0;}
#main form{
margin: 15px;
}
#main form .element{
clear: both;
border-bottom: 1px dashed #ededed;
display: block;
margin: 0;
padding: 10px 10px;
}
#main form label{
color: #575757;
display: block;
font-size: 12px;
font-weight: bold;
margin: 0 0 5px 0;
padding: 0 0 0 3px;
}
#main form label span{
color: #b8b8b8;
font-size: 11px;
font-weight: normal;
}
#main form input, #main form select, #main form textarea{
background: #FFFFFF;
border: 1px solid #DDDDDD;
border-radius: 3px;
font-size: 11px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
padding: 5px 3px;
}
#main form input:focus, #main form select:focus, #main form textarea:focus{ border: 1px solid #b3b3b3;}
#main form select{
border: 1px solid #DDDDDD;
border-radius: 3px;
}
#main form .text{
margin: 0 0 12px 0;
width: 98%;
}
#main form .ok{
background: #F3F3F3 url(../img/i_ok.png) no-repeat 4px center;
padding-left: 25px;
}
#main .footer{
margin: 0 15px;
text-align: center;
text-shadow: 1px 1px 0px #ffffff;
}
#main .footer a{
color: #bebebe;
}
/* MAIN NOTIFY */
#main .n_warning{background: #FFF7CE;border: 1px solid #D9C65B; border-radius: 3px; margin: 20px 15px;padding: 1px;}
#main .n_warning p{ background: #FDF0B1 url(../img/i_warning.png) no-repeat 4px center; color: #756B30; padding: 7px 25px;}
#main .n_warning a{ color: #756B30; font-weight: bold;}
#main .n_ok{background: #F6FFEC;border: 1px solid #89B755; border-radius: 3px; margin: 20px 15px;padding: 1px;}
#main .n_ok p{background: #DFF6C5 url(../img/i_ok.png) no-repeat 4px center; color: #496528; padding: 7px 25px;}
#main .n_ok a{color: #756B30; font-weight: bold;}
#main .n_error{background: #FDE4E1;border: 1px solid #B16A6C; border-radius: 3px; margin: 20px 15px;padding: 1px;}
#main .n_error p{background: #F4CAC6 url(../img/i_error.png) no-repeat 4px center; color: #630E18; padding: 7px 25px;}
#main .n_error a{color: #756B30; font-weight: bold;}
/* HELPERS START */
.entry{ color: #444; margin: 5px 0; padding: 5px 15px; text-shadow: 0px 1px #ffffff; }
.sep{ border-bottom: 1px dashed #DDDDDD; margin: 10px 0;}
.clear{ clear: both; }
.align-left{ text-align: left; }
.align-right{ text-align: right; }
| 0.198646 | 0.059921 |
@import url("https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css");
html {
height: 100%;
width: 100%;
margin: 0;
}
body {
height: 100%;
width: 100%;
margin: 0;
}
/* index page */
.hovergray:hover {
background-color: rgb(43, 43, 43);
}
.background {
background-image: url('https://raw.githubusercontent.com/letterpaulsand/classroom-react/master/img/background.png');
background-size: cover;
background-repeat: no-repeat;
height: calc(100vh - 2.5rem);
background-color: rgba(0, 0, 0, 0.6);
background-blend-mode: multiply;
}
.indexcontainer {
padding: 2rem;
animation-name: move;
animation-duration: 1s;
}
.backgroundcontainer {
height: calc(100vh - 2.5rem);
}
.indexdes {
color: rgba(255, 255, 255, 0.445);
}
a {
text-decoration: none;
}
@keyframes move {
from {
color: rgba(255, 255, 255, 0);
padding: 3rem;
}
to {
color: white;
padding: 2rem;
}
}
/*editor*/
input {
height: 2rem;
outline: 0;
border: 1px solid black;
}
textarea {
height: 10rem;
width: 50%;
resize: none;
outline: none;
}
/*setting*/
.setting-container {
height: calc(100vh - 2.5rem);
}
.setting-container div {
width: 20rem;
}
/*about*/
.about {
background-image: url('https://i.imgur.com/3RkwWww.jpg');
background-size: cover;
background-repeat: no-repeat;
height: calc(100vh - 2.5rem);
}
.about-title {
padding: 2rem;
animation-name: move;
animation-duration: 1s;
color: white;
}
@keyframes about {
from {
color: rgba(0, 0, 0, 0);
}
to {
color: rgba(255, 255, 255, 0.445);
}
}
.about-intro {
animation-name: about;
animation-duration: 2s;
font-weight: 100;
color: rgba(255, 255, 255, 0.445);
}
/*look*/
.lookContainer {
min-height: calc(100vh - 2.5rem);
}
.item {
list-style-type: decimal;
}
/* blog */
.blog-container {
min-height: 100vh;
}
.post-container {
min-height: 100vh;
}
.body-area {
height: 20rem;
}
.preview-container {
white-space: pre-line;
min-height: 20rem;
word-break: break-all;
}
.preview-container h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin-top: 20px;
margin-bottom: 20px;
}
.preview-container p {
font-size: 20px;
line-height: 40px;
}
.preview-container code {
margin-top: 10px;
margin-bottom: 10px;
}
.preview-container img {
max-width: 100%;
}
.preview-container pre {
background-color: rgb(236, 236, 236);
color: rgb(0, 0, 0);
padding: 1rem;
}
.blog-logo {
background-color: rgb(0, 0, 0);
width: 20rem;
max-height: 30rem;
}
.blog-logo:hover {
background-color: rgb(54, 54, 54);
}
.blog-logo img {
width: 1rem;
}
.img-container {
overflow: hidden;
height: 10rem;
}
/* id or article */
.id-container {
min-height: 100vh;
}
.id-container div {
white-space: pre-line;
word-break: break-all;
}
.id-container div h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin-top: 20px;
margin-bottom: 20px;
}
.id-container div code {
margin-top: 10px;
margin-bottom: 10px;
}
.id-container div p {
font-size: 20px;
line-height: 40px;
}
.id-container div img {
max-width: 100%;
}
.id-container div pre {
background-color: rgb(236, 236, 236);
color: rgb(0, 0, 0);
padding: 1rem;
}
table {
border: 1px solid #ccc;
border-collapse: collapse;
margin: 0;
padding: 0;
/* width: 100%; */
table-layout: fixed;
}
table caption {
font-size: 1.5em;
margin: .5em 0 .75em;
}
table tr {
background-color: #f8f8f8;
border: 1px solid #ddd;
padding: .35em;
}
table th,
table td {
padding: .625em;
text-align: center;
}
table thead tr th[align=left], table tbody tr td[align=left] {
text-align: left;
}
table thead tr th[align=right], table tbody tr td[align=right] {
text-align: right;
}
table th {
font-size: .85em;
letter-spacing: .1em;
text-transform: uppercase;
background-color: #ddd;
}
@media screen and (max-width: 600px) {
table {
border: 0;
}
table caption {
font-size: 1.3em;
}
table thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
table tr {
border-bottom: 3px solid #ddd;
display: block;
margin-bottom: .625em;
}
table td {
border-bottom: 1px solid #ddd;
display: block;
font-size: .8em;
text-align: right;
}
table td::before {
content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
}
table td:last-child {
border-bottom: 0;
}
}
/* login */
.login-container {
min-height: 100vh;
}
/* profile */
.profile-container {
min-height: 100vh;
}
|
css/global.css
|
@import url("https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css");
html {
height: 100%;
width: 100%;
margin: 0;
}
body {
height: 100%;
width: 100%;
margin: 0;
}
/* index page */
.hovergray:hover {
background-color: rgb(43, 43, 43);
}
.background {
background-image: url('https://raw.githubusercontent.com/letterpaulsand/classroom-react/master/img/background.png');
background-size: cover;
background-repeat: no-repeat;
height: calc(100vh - 2.5rem);
background-color: rgba(0, 0, 0, 0.6);
background-blend-mode: multiply;
}
.indexcontainer {
padding: 2rem;
animation-name: move;
animation-duration: 1s;
}
.backgroundcontainer {
height: calc(100vh - 2.5rem);
}
.indexdes {
color: rgba(255, 255, 255, 0.445);
}
a {
text-decoration: none;
}
@keyframes move {
from {
color: rgba(255, 255, 255, 0);
padding: 3rem;
}
to {
color: white;
padding: 2rem;
}
}
/*editor*/
input {
height: 2rem;
outline: 0;
border: 1px solid black;
}
textarea {
height: 10rem;
width: 50%;
resize: none;
outline: none;
}
/*setting*/
.setting-container {
height: calc(100vh - 2.5rem);
}
.setting-container div {
width: 20rem;
}
/*about*/
.about {
background-image: url('https://i.imgur.com/3RkwWww.jpg');
background-size: cover;
background-repeat: no-repeat;
height: calc(100vh - 2.5rem);
}
.about-title {
padding: 2rem;
animation-name: move;
animation-duration: 1s;
color: white;
}
@keyframes about {
from {
color: rgba(0, 0, 0, 0);
}
to {
color: rgba(255, 255, 255, 0.445);
}
}
.about-intro {
animation-name: about;
animation-duration: 2s;
font-weight: 100;
color: rgba(255, 255, 255, 0.445);
}
/*look*/
.lookContainer {
min-height: calc(100vh - 2.5rem);
}
.item {
list-style-type: decimal;
}
/* blog */
.blog-container {
min-height: 100vh;
}
.post-container {
min-height: 100vh;
}
.body-area {
height: 20rem;
}
.preview-container {
white-space: pre-line;
min-height: 20rem;
word-break: break-all;
}
.preview-container h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin-top: 20px;
margin-bottom: 20px;
}
.preview-container p {
font-size: 20px;
line-height: 40px;
}
.preview-container code {
margin-top: 10px;
margin-bottom: 10px;
}
.preview-container img {
max-width: 100%;
}
.preview-container pre {
background-color: rgb(236, 236, 236);
color: rgb(0, 0, 0);
padding: 1rem;
}
.blog-logo {
background-color: rgb(0, 0, 0);
width: 20rem;
max-height: 30rem;
}
.blog-logo:hover {
background-color: rgb(54, 54, 54);
}
.blog-logo img {
width: 1rem;
}
.img-container {
overflow: hidden;
height: 10rem;
}
/* id or article */
.id-container {
min-height: 100vh;
}
.id-container div {
white-space: pre-line;
word-break: break-all;
}
.id-container div h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin-top: 20px;
margin-bottom: 20px;
}
.id-container div code {
margin-top: 10px;
margin-bottom: 10px;
}
.id-container div p {
font-size: 20px;
line-height: 40px;
}
.id-container div img {
max-width: 100%;
}
.id-container div pre {
background-color: rgb(236, 236, 236);
color: rgb(0, 0, 0);
padding: 1rem;
}
table {
border: 1px solid #ccc;
border-collapse: collapse;
margin: 0;
padding: 0;
/* width: 100%; */
table-layout: fixed;
}
table caption {
font-size: 1.5em;
margin: .5em 0 .75em;
}
table tr {
background-color: #f8f8f8;
border: 1px solid #ddd;
padding: .35em;
}
table th,
table td {
padding: .625em;
text-align: center;
}
table thead tr th[align=left], table tbody tr td[align=left] {
text-align: left;
}
table thead tr th[align=right], table tbody tr td[align=right] {
text-align: right;
}
table th {
font-size: .85em;
letter-spacing: .1em;
text-transform: uppercase;
background-color: #ddd;
}
@media screen and (max-width: 600px) {
table {
border: 0;
}
table caption {
font-size: 1.3em;
}
table thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
table tr {
border-bottom: 3px solid #ddd;
display: block;
margin-bottom: .625em;
}
table td {
border-bottom: 1px solid #ddd;
display: block;
font-size: .8em;
text-align: right;
}
table td::before {
content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
}
table td:last-child {
border-bottom: 0;
}
}
/* login */
.login-container {
min-height: 100vh;
}
/* profile */
.profile-container {
min-height: 100vh;
}
| 0.581422 | 0.111434 |
@charset "UTF-8";
* {
margin: 0;
padding: 0;
text-decoration: none;
}
span {
background-color: #fff;
color: #000;
padding: 1px;
}
.card__purple-btn {
background: #984480;
color: #fff;
}
.card__simple-btn {
background: #86FEB6;
color: #000;
}
.card__defualt-btn {
background: #C25F5F;
color: #fff;
}
/* Developed by <NAME> */
.wrapper {
display: grid;
position: relative;
max-height: 100vh;
overflow-x: hidden;
}
/* Container */
.container {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
scroll-behavior: smooth;
background: #131313;
font-family: "Helvetica Neue", sans-serif;
}
/* Name Menu */
.name-map__link {
font-size: calc(80px + 16 * ((100vw - 320px) / (1280 - 320)));
text-decoration: none;
text-transform: uppercase;
animation: rgb-name 2s linear infinite;
animation-direction: alternate;
}
/* Menu */
.popover {
display: none;
box-shadow: 0px 6px 8px rgba(19, 19, 19, 0.7);
}
.popover:target {
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.popover .content {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 0;
height: 0;
color: #fff;
background: rgba(0, 0, 0, 0.9);
animation: 1s grow ease forwards;
text-align: center;
}
.content {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 0;
height: 0;
color: #fff;
background: rgba(0, 0, 0, 0.9);
animation: 1s grow ease forwards;
text-align: center;
}
.nav_list {
list-style-type: none;
}
.nav_list a {
text-decoration: none;
font-size: 40px;
color: #fff;
}
.nav_list_item {
height: 100%;
overflow: hidden;
}
.nav_list li {
padding: 15px 0;
text-transform: uppercase;
transform: translateY(200px);
opacity: 0;
animation: 1s slideUp ease forwards 0.5s;
position: relative;
}
.nav_list li::before {
content: "";
position: absolute;
height: 2px;
width: 0px;
left: 0;
bottom: 10px;
background: #BF2E97;
transition: all 1s ease;
}
.nav_list li:hover:before {
width: 100%;
}
.popover p {
padding: 50px;
opacity: 0;
animation: 1s fadeIn ease forwards 1s;
}
.popover .close::after {
right: 0;
top: 0;
width: 50px;
height: 50px;
position: absolute;
display: flex;
z-index: 1;
font-size: 30px;
align-items: center;
justify-content: center;
background-color: #BF2E97;
color: #fff;
content: "×";
cursor: pointer;
opacity: 0;
animation: 1s fadeIn ease forwards 0.5s;
}
/* Animations */
@keyframes rgb-name {
0% {
color: #77d183;
}
100% {
color: #008d8c;
}
}
@keyframes grow {
100% {
height: 90%;
width: 90%;
}
}
@keyframes fadeIn {
100% {
opacity: 1;
}
}
@keyframes slideUp {
100% {
transform: translateY(0);
opacity: 1;
}
}
@keyframes slideLeft {
0% {
transform: translate(-100%, 0);
}
100% {
transform: translate(0, 0);
}
}
@keyframes slideLeftHome {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(-100%, 0);
}
}
@keyframes slideRight {
0% {
transform: translate(100%, 0);
}
100% {
transform: translate(0, 0);
}
}
@keyframes slideRightHome {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(100%, 0);
}
}
@keyframes flow-x {
0% {
transform: translate(0, 0) rotate(45deg);
}
100% {
transform: translate(0, -10%) rotate(45deg);
}
}
/* About */
.button-back {
top: 0;
right: 0;
position: absolute;
background-color: #BF2E97;
color: #fff;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.button-back:after {
font-size: 30px;
content: "×";
cursor: pointer;
}
.about {
transform: translate(-100%, 0);
min-height: 100vh;
min-width: 100vw;
background-color: #000;
position: absolute;
color: #fff;
}
.about-active {
animation: slideLeft 0.8s ease;
animation-fill-mode: forwards;
}
.about-home {
animation: slideLeftHome 0.8s ease;
animation-fill-mode: forwards;
}
.about__wrapper {
display: grid;
grid-template: 1fr/1fr 1fr;
min-height: 100vh;
}
/* Hero */
.about__hero {
display: flex;
justify-content: center;
align-items: flex-end;
background: url("media/img/bg.jpg") no-repeat;
z-index: -2;
}
.hero__bg {
background: rgba(0, 0, 0, 0.6);
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
}
.hero__img img {
max-width: 80vw;
max-height: 80vh;
object-fit: cover;
z-index: 1;
}
/* Content */
.about__content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.content__discr {
grid-column: 2/3;
display: flex;
flex-direction: column;
justify-content: end;
align-items: center;
transform: translate(0, -20px);
}
.content__title {
font-size: calc(37px + 16 * ((100vw - 320px) / (1280 - 320)));
line-height: 1.6;
font-weight: 400;
}
.content__subtitle {
font-size: calc(15px + 10 * ((100vw - 320px) / (1280 - 320)));
}
.about__stats {
grid-column: 2/3;
display: flex;
flex-direction: column;
text-align: center;
margin: 10px;
}
.stats__bio {
font-size: 16px;
max-width: 720px;
}
.button__github {
padding: 8px 20px;
border: 1px solid #fff;
color: #fff;
border-radius: 5px;
align-self: center;
transform: translate(0, 20px);
transition: 0.5s ease;
}
.button__github:hover {
color: #000;
background-color: #fff;
}
/* Portfolio */
.portfolio {
z-index: 3;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
width: 100%;
transform: translate(100%, 0);
background: #111;
color: #fff;
font-family: "Helvetica Neue", sans-serif;
}
.portfolio .portfolio__title {
display: flex;
color: #86FEB6;
position: absolute;
top: 0;
left: 0;
margin-left: 4%;
margin-top: 5%;
}
.portfolio .portfolio__title:before {
content: "";
display: block;
height: 36px;
width: 10px;
background: red;
margin-right: 2%;
}
.portfolio .portfolio__window {
position: relative;
width: 898px;
height: 517px;
background-color: #222222;
box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.25);
overflow-y: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 8%;
margin-left: 10%;
}
.portfolio .portfolio__window .window__buttons {
position: absolute;
top: 0;
left: 0;
display: flex;
max-width: 8%;
margin: 2%;
}
.portfolio .portfolio__window .window__buttons .w-btn {
background-color: #fff;
height: 15px;
width: 15px;
border-radius: 15px;
}
.portfolio .portfolio__window .window__buttons .w-btn:nth-child(1) {
position: fixed;
background: red;
}
.portfolio .portfolio__window .window__buttons .w-btn:nth-child(2) {
background: yellow;
position: fixed;
transform: translate(25px, 0);
}
.portfolio .portfolio__window .window__buttons .w-btn:nth-child(3) {
background: green;
position: fixed;
transform: translate(50px, 0);
}
.portfolio .portfolio__window .window__content {
top: 0;
margin-top: 30px;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: auto;
}
.portfolio .portfolio__window .window__content .window__card {
position: relative;
height: 208px;
width: 600px;
margin: 1%;
background: #303030;
display: flex;
flex-direction: column;
align-items: center;
}
.portfolio .portfolio__window .window__content .window__card .card__title {
display: inline-block;
margin-top: 20px;
margin-left: 41px;
align-self: flex-start;
font-size: 30px;
}
.portfolio .portfolio__window .window__content .window__card .card__title:after {
content: "";
display: block;
height: 5px;
width: 100%;
background: #86FEB6;
}
.portfolio .portfolio__window .window__content .window__card .card__topics {
align-self: flex-end;
list-style-type: none;
margin-right: 71px;
}
.portfolio .portfolio__window .window__content .window__card .card__topics .card__topic {
font-size: 20px;
display: flex;
justify-content: flex-end;
}
.portfolio .portfolio__window .window__content .window__card .card__topics .card__topic:after {
content: "";
display: block;
align-self: center;
height: 7px;
width: 7px;
border-radius: 10px;
margin: 8px;
background: #fff;
}
.portfolio .portfolio__window .window__content .window__card .card__topics .card__topic:nth-chlid(1):after {
background: red;
}
.portfolio .portfolio__window .window__content .window__card .card__btn {
position: absolute;
bottom: 0;
margin-bottom: 23px;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
text-transform: uppercase;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
height: 32px;
width: 185px;
transition: all 0.3s ease;
}
.portfolio .portfolio__window .window__content .window__card .card__btn:hover {
color: #86FEB6;
}
.portfolio .d-element:nth-child(1) {
position: absolute;
left: 20%;
display: block;
color: #fff;
transform: rotate(55deg);
font-size: 6rem;
}
.portfolio .d-element:nth-child(2) {
position: absolute;
left: 10%;
top: 70%;
display: block;
color: #fff;
font-size: 3rem;
transform: rotate(35deg);
}
.portfolio .d-element:nth-child(3) {
position: absolute;
display: block;
color: #fff;
right: 10%;
font-size: 4rem;
}
.portfolio .d-element:nth-child(4) {
position: absolute;
display: block;
color: #fff;
top: 10%;
left: 40%;
font-size: 3rem;
transform: rotate(48deg);
}
.portfolio .d-element:nth-child(5) {
position: absolute;
display: block;
color: #fff;
top: 10%;
right: 20%;
font-size: 5rem;
transform: rotate(28deg);
}
.portfolio .d-element:nth-child(6) {
position: absolute;
display: block;
color: #fff;
bottom: 1%;
right: 20%;
font-size: 2rem;
transform: rotate(28deg);
}
.portfolio .d-element {
animation: flow-x 0.8s ease;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.portfolio-active {
animation: slideRight 0.8s ease;
animation-fill-mode: forwards;
}
.portfolio-home {
animation: slideRightHome 0.8s ease;
animation-fill-mode: forwards;
}
/* Mobile */
@media (max-width: 800px) {
/* Name Map */
.name-map__link {
font-size: 50px;
}
.about__wrapper {
display: grid;
grid-template: 1fr 0.6fr/1fr;
min-height: 100vh;
}
.stats__bio {
font-size: 12px;
}
/* Portfolio */
.portfolio .portfolio__window {
transform: translate(0, 5%);
width: 90%;
}
.portfolio .portfolio__window .window__buttons {
position: absolute;
}
.portfolio .portfolio__window .window__content {
width: 100%;
}
.portfolio .portfolio__window .window__content .window__card {
width: 80%;
}
.portfolio .portfolio__window .window__content .window__card .card__title {
align-self: center;
margin: 10px;
}
.portfolio .portfolio__window .window__content .window__card .card__topics {
align-self: center;
margin: 10px;
}
.portfolio .portfolio__window .window__content .window__card .card__btn {
align-self: center;
margin: 10px;
}
}
@media (max-width: 500px) {
.name-map__link {
font-size: 40px;
display: flex;
flex-direction: column;
text-align: center;
}
}
|
oldapp/style.css
|
@charset "UTF-8";
* {
margin: 0;
padding: 0;
text-decoration: none;
}
span {
background-color: #fff;
color: #000;
padding: 1px;
}
.card__purple-btn {
background: #984480;
color: #fff;
}
.card__simple-btn {
background: #86FEB6;
color: #000;
}
.card__defualt-btn {
background: #C25F5F;
color: #fff;
}
/* Developed by <NAME> */
.wrapper {
display: grid;
position: relative;
max-height: 100vh;
overflow-x: hidden;
}
/* Container */
.container {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
scroll-behavior: smooth;
background: #131313;
font-family: "Helvetica Neue", sans-serif;
}
/* Name Menu */
.name-map__link {
font-size: calc(80px + 16 * ((100vw - 320px) / (1280 - 320)));
text-decoration: none;
text-transform: uppercase;
animation: rgb-name 2s linear infinite;
animation-direction: alternate;
}
/* Menu */
.popover {
display: none;
box-shadow: 0px 6px 8px rgba(19, 19, 19, 0.7);
}
.popover:target {
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.popover .content {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 0;
height: 0;
color: #fff;
background: rgba(0, 0, 0, 0.9);
animation: 1s grow ease forwards;
text-align: center;
}
.content {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 0;
height: 0;
color: #fff;
background: rgba(0, 0, 0, 0.9);
animation: 1s grow ease forwards;
text-align: center;
}
.nav_list {
list-style-type: none;
}
.nav_list a {
text-decoration: none;
font-size: 40px;
color: #fff;
}
.nav_list_item {
height: 100%;
overflow: hidden;
}
.nav_list li {
padding: 15px 0;
text-transform: uppercase;
transform: translateY(200px);
opacity: 0;
animation: 1s slideUp ease forwards 0.5s;
position: relative;
}
.nav_list li::before {
content: "";
position: absolute;
height: 2px;
width: 0px;
left: 0;
bottom: 10px;
background: #BF2E97;
transition: all 1s ease;
}
.nav_list li:hover:before {
width: 100%;
}
.popover p {
padding: 50px;
opacity: 0;
animation: 1s fadeIn ease forwards 1s;
}
.popover .close::after {
right: 0;
top: 0;
width: 50px;
height: 50px;
position: absolute;
display: flex;
z-index: 1;
font-size: 30px;
align-items: center;
justify-content: center;
background-color: #BF2E97;
color: #fff;
content: "×";
cursor: pointer;
opacity: 0;
animation: 1s fadeIn ease forwards 0.5s;
}
/* Animations */
@keyframes rgb-name {
0% {
color: #77d183;
}
100% {
color: #008d8c;
}
}
@keyframes grow {
100% {
height: 90%;
width: 90%;
}
}
@keyframes fadeIn {
100% {
opacity: 1;
}
}
@keyframes slideUp {
100% {
transform: translateY(0);
opacity: 1;
}
}
@keyframes slideLeft {
0% {
transform: translate(-100%, 0);
}
100% {
transform: translate(0, 0);
}
}
@keyframes slideLeftHome {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(-100%, 0);
}
}
@keyframes slideRight {
0% {
transform: translate(100%, 0);
}
100% {
transform: translate(0, 0);
}
}
@keyframes slideRightHome {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(100%, 0);
}
}
@keyframes flow-x {
0% {
transform: translate(0, 0) rotate(45deg);
}
100% {
transform: translate(0, -10%) rotate(45deg);
}
}
/* About */
.button-back {
top: 0;
right: 0;
position: absolute;
background-color: #BF2E97;
color: #fff;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.button-back:after {
font-size: 30px;
content: "×";
cursor: pointer;
}
.about {
transform: translate(-100%, 0);
min-height: 100vh;
min-width: 100vw;
background-color: #000;
position: absolute;
color: #fff;
}
.about-active {
animation: slideLeft 0.8s ease;
animation-fill-mode: forwards;
}
.about-home {
animation: slideLeftHome 0.8s ease;
animation-fill-mode: forwards;
}
.about__wrapper {
display: grid;
grid-template: 1fr/1fr 1fr;
min-height: 100vh;
}
/* Hero */
.about__hero {
display: flex;
justify-content: center;
align-items: flex-end;
background: url("media/img/bg.jpg") no-repeat;
z-index: -2;
}
.hero__bg {
background: rgba(0, 0, 0, 0.6);
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
}
.hero__img img {
max-width: 80vw;
max-height: 80vh;
object-fit: cover;
z-index: 1;
}
/* Content */
.about__content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.content__discr {
grid-column: 2/3;
display: flex;
flex-direction: column;
justify-content: end;
align-items: center;
transform: translate(0, -20px);
}
.content__title {
font-size: calc(37px + 16 * ((100vw - 320px) / (1280 - 320)));
line-height: 1.6;
font-weight: 400;
}
.content__subtitle {
font-size: calc(15px + 10 * ((100vw - 320px) / (1280 - 320)));
}
.about__stats {
grid-column: 2/3;
display: flex;
flex-direction: column;
text-align: center;
margin: 10px;
}
.stats__bio {
font-size: 16px;
max-width: 720px;
}
.button__github {
padding: 8px 20px;
border: 1px solid #fff;
color: #fff;
border-radius: 5px;
align-self: center;
transform: translate(0, 20px);
transition: 0.5s ease;
}
.button__github:hover {
color: #000;
background-color: #fff;
}
/* Portfolio */
.portfolio {
z-index: 3;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
width: 100%;
transform: translate(100%, 0);
background: #111;
color: #fff;
font-family: "Helvetica Neue", sans-serif;
}
.portfolio .portfolio__title {
display: flex;
color: #86FEB6;
position: absolute;
top: 0;
left: 0;
margin-left: 4%;
margin-top: 5%;
}
.portfolio .portfolio__title:before {
content: "";
display: block;
height: 36px;
width: 10px;
background: red;
margin-right: 2%;
}
.portfolio .portfolio__window {
position: relative;
width: 898px;
height: 517px;
background-color: #222222;
box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.25);
overflow-y: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 8%;
margin-left: 10%;
}
.portfolio .portfolio__window .window__buttons {
position: absolute;
top: 0;
left: 0;
display: flex;
max-width: 8%;
margin: 2%;
}
.portfolio .portfolio__window .window__buttons .w-btn {
background-color: #fff;
height: 15px;
width: 15px;
border-radius: 15px;
}
.portfolio .portfolio__window .window__buttons .w-btn:nth-child(1) {
position: fixed;
background: red;
}
.portfolio .portfolio__window .window__buttons .w-btn:nth-child(2) {
background: yellow;
position: fixed;
transform: translate(25px, 0);
}
.portfolio .portfolio__window .window__buttons .w-btn:nth-child(3) {
background: green;
position: fixed;
transform: translate(50px, 0);
}
.portfolio .portfolio__window .window__content {
top: 0;
margin-top: 30px;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: auto;
}
.portfolio .portfolio__window .window__content .window__card {
position: relative;
height: 208px;
width: 600px;
margin: 1%;
background: #303030;
display: flex;
flex-direction: column;
align-items: center;
}
.portfolio .portfolio__window .window__content .window__card .card__title {
display: inline-block;
margin-top: 20px;
margin-left: 41px;
align-self: flex-start;
font-size: 30px;
}
.portfolio .portfolio__window .window__content .window__card .card__title:after {
content: "";
display: block;
height: 5px;
width: 100%;
background: #86FEB6;
}
.portfolio .portfolio__window .window__content .window__card .card__topics {
align-self: flex-end;
list-style-type: none;
margin-right: 71px;
}
.portfolio .portfolio__window .window__content .window__card .card__topics .card__topic {
font-size: 20px;
display: flex;
justify-content: flex-end;
}
.portfolio .portfolio__window .window__content .window__card .card__topics .card__topic:after {
content: "";
display: block;
align-self: center;
height: 7px;
width: 7px;
border-radius: 10px;
margin: 8px;
background: #fff;
}
.portfolio .portfolio__window .window__content .window__card .card__topics .card__topic:nth-chlid(1):after {
background: red;
}
.portfolio .portfolio__window .window__content .window__card .card__btn {
position: absolute;
bottom: 0;
margin-bottom: 23px;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
text-transform: uppercase;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
height: 32px;
width: 185px;
transition: all 0.3s ease;
}
.portfolio .portfolio__window .window__content .window__card .card__btn:hover {
color: #86FEB6;
}
.portfolio .d-element:nth-child(1) {
position: absolute;
left: 20%;
display: block;
color: #fff;
transform: rotate(55deg);
font-size: 6rem;
}
.portfolio .d-element:nth-child(2) {
position: absolute;
left: 10%;
top: 70%;
display: block;
color: #fff;
font-size: 3rem;
transform: rotate(35deg);
}
.portfolio .d-element:nth-child(3) {
position: absolute;
display: block;
color: #fff;
right: 10%;
font-size: 4rem;
}
.portfolio .d-element:nth-child(4) {
position: absolute;
display: block;
color: #fff;
top: 10%;
left: 40%;
font-size: 3rem;
transform: rotate(48deg);
}
.portfolio .d-element:nth-child(5) {
position: absolute;
display: block;
color: #fff;
top: 10%;
right: 20%;
font-size: 5rem;
transform: rotate(28deg);
}
.portfolio .d-element:nth-child(6) {
position: absolute;
display: block;
color: #fff;
bottom: 1%;
right: 20%;
font-size: 2rem;
transform: rotate(28deg);
}
.portfolio .d-element {
animation: flow-x 0.8s ease;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.portfolio-active {
animation: slideRight 0.8s ease;
animation-fill-mode: forwards;
}
.portfolio-home {
animation: slideRightHome 0.8s ease;
animation-fill-mode: forwards;
}
/* Mobile */
@media (max-width: 800px) {
/* Name Map */
.name-map__link {
font-size: 50px;
}
.about__wrapper {
display: grid;
grid-template: 1fr 0.6fr/1fr;
min-height: 100vh;
}
.stats__bio {
font-size: 12px;
}
/* Portfolio */
.portfolio .portfolio__window {
transform: translate(0, 5%);
width: 90%;
}
.portfolio .portfolio__window .window__buttons {
position: absolute;
}
.portfolio .portfolio__window .window__content {
width: 100%;
}
.portfolio .portfolio__window .window__content .window__card {
width: 80%;
}
.portfolio .portfolio__window .window__content .window__card .card__title {
align-self: center;
margin: 10px;
}
.portfolio .portfolio__window .window__content .window__card .card__topics {
align-self: center;
margin: 10px;
}
.portfolio .portfolio__window .window__content .window__card .card__btn {
align-self: center;
margin: 10px;
}
}
@media (max-width: 500px) {
.name-map__link {
font-size: 40px;
display: flex;
flex-direction: column;
text-align: center;
}
}
| 0.456652 | 0.052765 |
@charset "UTF-8";
/*-----------------------------------------------------------------------------------
Theme Name: WICON
Author: Viki Team
Author URI: http://www.vikitheme.com
Version: 1.0.0
Description: A Beautiful, Professional and Multipurpose Theme Made by Viki Team
-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
[Table of contents]
- Base
- Elements
- Components
- Alert boxes
- Buttons
- Colors
- Counters
- Dividers
- FAQ
- Heading
- Icon boxes
- Icons
- Image sliders
- Pricing table
- Tabs
- Layout
- Blog
- Blog grid
- Blog list
- Single blog
- Header
- Homepage
- Home dark
- Home default
- Home shop
- Page
- 404
- About
- Career
- Contact
- FAQ
- Testimonial
- Project
- Project list
- Project grid
- Single project
- Service
- Construction
- Consultant
- Design
- Furniture
- Shop
- Shop
- Shopcart
- Shop checkout
- Single product
- Footer
---------------------------------------------------------------- */
/* BASE */
body {
font-size: 14px;
font-weight: 300;
font-family: 'Montserrat';
color: #B0B0B0; }
h1, h2, h3, h4, h5, h6 {
color: #2E3841;
font-family: 'Montserrat';
font-weight: 600;
margin-top: 0; }
h1 {
font-size: 36px; }
h2 {
font-size: 30px; }
h3 {
font-size: 26px; }
h4 {
font-size: 22px; }
h5 {
font-size: 18px; }
h6 {
font-size: 14px; }
p {
line-height: 26px; }
ul, ol {
padding-left: 50px;
line-height: 26px; }
ul ul, ul ol, ol ul, ol ol {
padding-left: 30px; }
ul ul {
list-style: disc; }
blockquote {
font-size: 16px;
color: #2E3841;
padding-left: 45px;
border-left: none;
font-style: italic;
line-height: 26px; }
@media (min-width: 992px) {
blockquote {
padding-left: 80px; } }
/* ELEMENTS */
#scrollUp {
bottom: 20px;
right: 20px;
background-color: #2E3841;
color: #fff;
font-size: 14px;
text-decoration: none;
opacity: .5;
padding: 10px 20px;
-webkit-transition: background 300ms linear;
-moz-transition: background 300ms linear;
-o-transition: background 300ms linear;
transition: background 300ms linear;
-webkit-backface-visibility: hidden; }
@media (min-width: 992px) {
#scrollUp {
bottom: 70px;
right: 70px; } }
#scrollUp.inverse {
background-color: #FFC000;
color: #2E3841; }
#scrollUp:hover {
opacity: 1;
background-color: #FFC000;
color: #2E3841; }
.vk-clear-padding {
padding: 0; }
.vk-clear-padding-left {
padding-left: 0; }
.vk-clear-paddingright {
padding-right: 0; }
.vk-clear-padding-top {
padding-top: 0; }
.vk-clear-padding-bottom {
padding-bottom: 0; }
.vk-clear-margin {
margin: 0; }
.vk-clear-margin-left {
margin-left: 0; }
.vk-clear-marginright {
margin-right: 0; }
.vk-clear-margin-top {
margin-top: 0; }
.vk-clear-margin-bottom {
margin-bottom: 0; }
.vk-img {
display: block;
position: relative; }
.vk-img img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-img:focus, .vk-img:hover {
outline: none; }
.vk-img:focus img, .vk-img:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); }
.vk-img-frame {
overflow: hidden;
position: relative;
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-img-frame img {
width: 100%; }
::selection {
background-color: #FFC000;
color: #fff; }
.vk-table {
width: 100%; }
.vk-fullwidth {
width: 100% !important; }
.vk-space {
display: block; }
.vk-space.x-small {
padding: 10px 0; }
@media (min-width: 992px) {
.vk-space.x-small {
padding: 20px 0; } }
.vk-space.small {
padding: 15px 0; }
@media (min-width: 992px) {
.vk-space.small {
padding: 30px 0; } }
.vk-space.medium {
padding: 25px 0; }
@media (min-width: 992px) {
.vk-space.medium {
padding: 50px 0; } }
.vk-space.x-medium {
padding: 30px 0; }
@media (min-width: 992px) {
.vk-space.x-medium {
padding: 60px 0; } }
.vk-space.large {
padding: 50px 0; }
@media (min-width: 992px) {
.vk-space.large {
padding: 100px 0; } }
.vk-space.x-large {
padding: 60px 0; }
@media (min-width: 992px) {
.vk-space.x-large {
padding: 120px 0; } }
.vk-list {
margin: 0;
padding: 0;
list-style: none;
line-height: normal; }
.vk-list-inline:after {
clear: both;
content: "";
display: table; }
.vk-list-inline li {
float: left; }
.vk-list-icon li {
position: relative;
padding: 15px 15px 15px 19px; }
.vk-list-icon li:after {
content: '';
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
background: #f4f4f4;
background: -moz-linear-gradient(left, #F4F4F4 0%, #fff 100%);
background: -webkit-linear-gradient(left, #F4F4F4 0%, #fff 100%);
background: linear-gradient(to right, #F4F4F4 0%, #fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$grey-5', endColorstr='$white',GradientType=1 ); }
.vk-list-icon li .fa {
padding-right: 10px; }
.vk-list-client-style-1 li {
border: 1px solid #EAEAEA;
float: left;
width: calc(100% / 3); }
.vk-list-client-style-1 li:nth-child(n+4) {
margin-top: -1px; }
.vk-list-client-style-1 li:nth-child(3n), .vk-list-client-style-1 li:nth-child(3n-1) {
margin-left: -1px; }
.vk-list-client-style-1 li img {
width: 100%; }
.vk-list-client-style-2 {
float: left;
width: 100%; }
.vk-list-client-style-2 li {
float: left;
width: calc(100% / 6);
text-align: center; }
.vk-list-client-style-2 img {
width: auto;
margin: auto; }
.vk-list-step img {
width: 100%; }
.vk-list-step .vk-title {
margin-bottom: 20px; }
.vk-list-step .left-step {
display: none; }
@media (min-width: 992px) {
.vk-list-step .left-step {
display: block;
padding-right: 115px; } }
.vk-list-step .right-step {
padding-top: 0;
padding-left: 95px; }
@media (min-width: 992px) {
.vk-list-step .right-step {
padding-left: 115px;
margin-left: 0;
padding-right: 15px;
padding-top: 60px; } }
.vk-list-step .item-row {
position: relative;
padding-bottom: 50px;
float: left; }
.vk-list-step .item-row:last-child {
padding-bottom: 0; }
@media (min-width: 992px) {
.vk-list-step .item-row:nth-child(even) .left-step {
float: right;
padding-left: 115px;
padding-right: 15px; } }
@media (min-width: 992px) {
.vk-list-step .item-row:nth-child(even) .right-step {
padding-left: 15px;
padding-right: 115px;
text-align: right; } }
.vk-list-step .item-row:before {
content: '';
position: absolute;
width: 1px;
height: 100%;
background-color: #EAEAEA;
display: block;
left: 45px; }
@media (min-width: 992px) {
.vk-list-step .item-row:before {
right: 45px;
margin: auto; } }
.vk-list-step .item-row:after {
content: attr(aria-label);
position: absolute;
top: 0;
left: 15px;
font-size: 60px;
font-weight: 600;
padding-top: 5px;
padding-left: 5px;
width: 60px;
height: 60px;
border: 2px solid;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #F4F4F4;
background-color: #fff; }
@media (min-width: 992px) {
.vk-list-step .item-row:after {
right: 15px;
bottom: 0;
margin: auto;
font-size: 100px;
width: 100px;
height: 100px; } }
.vk-list-step-mini li {
text-transform: uppercase;
font-weight: 500;
color: #2E3841;
width: calc(100% / 3.01);
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 70px;
text-align: center; }
.vk-list-step-mini li:not(:last-child) {
padding-right: 18px; }
.vk-list-step-mini li:before {
content: attr(aria-level);
font-size: 70px;
font-weight: 600;
color: #F4F4F4;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
z-index: -1;
line-height: 1; }
@media (min-width: 992px) {
.vk-list-step-mini li:before {
font-size: 100px;
top: -12px; } }
.vk-list-step-mini li:after {
content: "\f054";
font-family: FontAwesome;
font-size: 18px;
color: #B0B0B0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
align-items: center;
display: flex; }
.vk-list-step-mini li:last-child:after {
display: none; }
.vk-list-quantity .vk-btn, .vk-list-quantity input {
padding: 5px;
width: 40px;
height: 40px;
border: 1px solid #EAEAEA;
color: #B0B0B0; }
.vk-list-quantity .vk-btn {
background-color: #F4F4F4; }
.vk-list-quantity .vk-btn:active {
border-color: #FFC000;
background-color: #EAEAEA; }
.vk-list-quantity input {
text-align: center; }
.vk-list-quantity input:focus {
outline: none; }
.vk-text-capitalize {
text-transform: capitalize; }
.vk-text-uppercase {
text-transform: uppercase; }
.vk-text-center {
text-align: center; }
.vk-text-left {
text-align: left; }
.vk-text-right {
text-align: right; }
.vk-text-italic {
font-style: italic; }
.vk-text-color-white {
color: #fff; }
.vk-text-color-black {
color: #000; }
.vk-text-color-yellow-1 {
color: #FFC000; }
.vk-text-color-yellow-2 {
color: #E5AC00; }
.vk-text-color-black-1 {
color: #2E3841; }
.vk-text-color-black-2 {
color: #2A333B; }
.vk-text-color-green-1 {
color: #9DC835; }
.vk-text-color-green-2 {
color: #87AC2D; }
.vk-text-color-turquoise-1 {
color: #3EC0A3; }
.vk-text-color-turquoise-2 {
color: #269C82; }
.vk-text-color-blue-1 {
color: #4C9ECD; }
.vk-text-color-blue-2 {
color: #2C7BA9; }
.vk-text-color-violet-1 {
color: #AA6BD2; }
.vk-text-color-violet-2 {
color: #8145A7; }
.vk-text-color-grey-1 {
color: #8D8D8D; }
.vk-text-color-grey-2 {
color: #B0B0B0; }
.vk-text-color-grey-3 {
color: #B3BDC7; }
.vk-text-color-grey-4 {
color: #EAEAEA; }
.vk-text-color-grey-5 {
color: #F4F4F4; }
.vk-text-color-grey-6 {
color: #b7b7b7; }
.vk-text-color-grey-7 {
color: #464646; }
.vk-text-color-success {
color: #2da530; }
.vk-text-color-success-bg {
color: #caf5cb; }
.vk-text-color-danger {
color: #c64747; }
.vk-text-color-danger-bg {
color: #ffe0e0; }
.vk-text-color-warning {
color: #e7b300; }
.vk-text-color-warning-bg {
color: #fff2cb; }
.vk-text-color-default {
color: #636363; }
.vk-text-color-default-bg {
color: #eaeaea; }
.vk-parallax {
background-position: center; }
@media (max-width: 991px) {
.vk-parallax {
background-size: cover;
background-position: center !important; } }
.vk-background-fixed {
background-size: cover;
background-attachment: fixed; }
.vk-background-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%; }
.vk-background-overlay._10 {
opacity: 0.1; }
.vk-background-overlay._20 {
opacity: 0.2; }
.vk-background-overlay._30 {
opacity: 0.3; }
.vk-background-overlay._40 {
opacity: 0.4; }
.vk-background-overlay._50 {
opacity: 0.5; }
.vk-background-overlay._60 {
opacity: 0.6; }
.vk-background-overlay._70 {
opacity: 0.7; }
.vk-background-overlay._80 {
opacity: 0.8; }
.vk-background-overlay._90 {
opacity: 0.9; }
.vk-background-white {
background-color: #fff; }
.vk-background-black {
background-color: #000; }
.vk-background-yellow-1 {
background-color: #FFC000; }
.vk-background-yellow-2 {
background-color: #E5AC00; }
.vk-background-black-1 {
background-color: #2E3841; }
.vk-background-black-2 {
background-color: #2A333B; }
.vk-background-green-1 {
background-color: #9DC835; }
.vk-background-green-2 {
background-color: #87AC2D; }
.vk-background-turquoise-1 {
background-color: #3EC0A3; }
.vk-background-turquoise-2 {
background-color: #269C82; }
.vk-background-blue-1 {
background-color: #4C9ECD; }
.vk-background-blue-2 {
background-color: #2C7BA9; }
.vk-background-violet-1 {
background-color: #AA6BD2; }
.vk-background-violet-2 {
background-color: #8145A7; }
.vk-background-grey-1 {
background-color: #8D8D8D; }
.vk-background-grey-2 {
background-color: #B0B0B0; }
.vk-background-grey-3 {
background-color: #B3BDC7; }
.vk-background-grey-4 {
background-color: #EAEAEA; }
.vk-background-grey-5 {
background-color: #F4F4F4; }
.vk-background-grey-6 {
background-color: #b7b7b7; }
.vk-background-grey-7 {
background-color: #464646; }
.vk-background-success {
background-color: #2da530; }
.vk-background-success-bg {
background-color: #caf5cb; }
.vk-background-danger {
background-color: #c64747; }
.vk-background-danger-bg {
background-color: #ffe0e0; }
.vk-background-warning {
background-color: #e7b300; }
.vk-background-warning-bg {
background-color: #fff2cb; }
.vk-background-default {
background-color: #636363; }
.vk-background-default-bg {
background-color: #eaeaea; }
.vk-background-image-1 {
background-image: url(../images/background/background-1.jpg);
position: relative; }
.vk-background-image-2 {
background-image: url(../images/background/background-2.jpg);
position: relative; }
.vk-background-image-3 {
background-image: url(../images/image_1.jpg);
position: relative; }
.vk-background-image-4 {
background-image: url(../images/background/background-4.jpg);
position: relative; }
.vk-background-image-5 {
background-image: url(../images/background/background-5.jpg);
position: relative; }
.vk-background-image-6 {
background-image: url(../images/background/background-6.jpg);
position: relative; }
.vk-background-image-7 {
background-image: url(../images/background/background-7.jpg);
position: relative; }
.vk-background-image-8 {
background-image: url(../images/background/background-8.jpg);
position: relative; }
.vk-background-image-9 {
background-image: url(../images/background/background-9.jpg);
position: relative; }
.vk-background-image-10 {
background-image: url(../images/background/background-10.jpg);
position: relative; }
.vk-background-image-11 {
background-image: url(../images/background/background-11.jpg);
position: relative; }
.vk-background-image-12 {
background-image: url(../images/background/background-12.jpg);
position: relative; }
.vk-background-image-13 {
background-image: url(../images/whit_bg.jpg);
position: relative; }
.vk-background-image-14 {
background-image: url(../images/background/background-14.jpg);
position: relative; }
.vk-background-image-15 {
background-image: url(../images/background/background-15.jpg);
position: relative; }
.vk-background-image-16 {
background-image: url(../images/background/background-16.jpg);
position: relative; }
.vk-background-image-17 {
background-image: url(../images/image_2.jpg);
position: relative; }
.vk-background-image-18 {
background-image: url(../images/background/background-18.jpg);
position: relative; }
.vk-background-image-19 {
background-image: url(../images/background/background-19.jpg);
position: relative; }
.vk-background-image-20 {
background-image: url(../images/background/background-20.jpg);
position: relative; }
.vk-background-image-21 {
background-image: url(../images/background/background-21.jpg);
position: relative; }
.vk-background-image-22 {
background-image: url(../images/background/background-22.jpg);
position: relative; }
.vk-background-image-23 {
background-image: url(../images/background/background-23.jpg);
position: relative; }
.vk-background-image-24 {
background-image: url(../images/background/background-24.jpg);
position: relative; }
.vk-background-image-25 {
background-image: url(../images/background/background-25.jpg);
position: relative; }
.vk-background-image-26 {
background-image: url(../images/background/background-26.jpg);
position: relative; }
.vk-background-image-27 {
background-image: url(../images/background/background-27.jpg);
position: relative; }
.container {
position: relative; }
@media (min-width: 1200px) {
.container {
width: 1200px; } }
a {
color: #B0B0B0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
a:hover, a:focus {
color: #FFC000;
text-decoration: none; }
.form-control {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
min-height: 50px; }
.form-control:focus {
border-color: #FFC000;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.flaticon:before {
margin-left: 0; }
.vk-banner {
position: relative;
min-height: 160px;
height: 160px; }
@media (min-width: 992px) {
.vk-banner {
min-height: 400px;
height: 400px; } }
.vk-banner .wrapper {
min-height: inherit;
height: inherit;
display: flex;
align-items: center;
justify-content: center; }
.vk-banner .page-heading {
padding: 15px 0;
font-size: 32px;
font-weight: 600;
text-transform: uppercase;
text-align: center;
color: #fff;
letter-spacing: 5px;
width: 100%; }
@media (min-width: 992px) {
.vk-banner .page-heading {
font-size: 44px;
top: auto;
letter-spacing: 7px;
bottom: 110px;
left: 0;
padding: 15px; } }
@media (min-width: 992px) {
.vk-banner-small {
min-height: 290px;
height: 290px; } }
@media (min-width: 992px) {
.vk-banner-small .page-heading {
bottom: auto; } }
.vk-banner-large {
min-height: 500px;
height: 500px; }
@media (min-width: 992px) {
.vk-banner-large {
min-height: 790px;
height: 790px; } }
.vk-banner-large .page-heading {
letter-spacing: normal; }
@media (min-width: 992px) {
.vk-banner-large .page-heading {
bottom: auto;
position: static; } }
.vk-banner-large .vk-text {
display: block;
line-height: 30px; }
@media (min-width: 768px) {
.vk-banner-large .vk-text {
line-height: normal; } }
.vk-banner-large .title-main {
font-size: 24px;
font-weight: 600; }
@media (min-width: 768px) {
.vk-banner-large .title-main {
font-size: 60px; } }
.vk-banner-large .title-sub {
font-size: 18px;
font-weight: 500; }
@media (min-width: 768px) {
.vk-banner-large .title-sub {
font-size: 49px;
margin-top: -18px; } }
.vk-banner-x-large {
min-height: 500px;
height: 500px; }
@media (min-width: 992px) {
.vk-banner-x-large {
min-height: 900px;
height: 900px; } }
.vk-banner-x-large .page-heading {
letter-spacing: normal; }
@media (min-width: 992px) {
.vk-banner-x-large .page-heading {
text-align: right;
bottom: 480px; } }
.vk-banner-x-large .vk-text {
display: block;
line-height: 26px; }
@media (min-width: 768px) {
.vk-banner-x-large .vk-text {
line-height: normal; } }
.vk-banner-x-large .title-main {
font-size: 32px;
font-weight: 700; }
@media (min-width: 768px) {
.vk-banner-x-large .title-main {
font-size: 60px; } }
.vk-banner-x-large .title-sub {
font-size: 15px;
font-weight: 300;
margin-top: -2px; }
@media (min-width: 768px) {
.vk-banner-x-large .title-sub {
margin-top: 0;
font-size: 31px;
font-weight: 300;
margin-top: -17px; } }
.vk-banner-homepage {
min-height: 0;
height: auto; }
.vk-banner-homepage .vk-background-image img {
width: 100%; }
.vk-banner-homepage .content {
position: absolute;
bottom: 50%;
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
transform: translateY(50%);
width: 100%; }
@media (min-width: 992px) {
.vk-banner-homepage .page-heading {
position: static; } }
.vk-banner-mod {
height: 100%; }
.vk-banner-mod .page-heading {
text-transform: none; }
.vk-banner-mod .title-main {
font-size: 36px;
line-height: 40px; }
@media (min-width: 992px) {
.vk-banner-mod .title-main {
font-size: 80px;
line-height: normal; } }
.vk-banner-mod .title-sub {
font-size: 14px;
font-weight: 400;
letter-spacing: 5px;
margin-top: 20px;
line-height: 26px; }
@media (min-width: 992px) {
.vk-banner-mod .title-sub {
font-size: 18px;
letter-spacing: 9px;
margin-top: 37px; } }
.vk-breadcrumb {
padding: 14px 0;
border-bottom: 1px solid #e1e1e1; }
@media (min-width: 992px) {
.vk-breadcrumb {
padding: 20px 0; } }
.vk-breadcrumb ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
line-height: normal; }
@media (min-width: 992px) {
.vk-breadcrumb ul {
text-align: left; } }
.vk-breadcrumb ul li {
display: inline-block;
text-transform: capitalize; }
.vk-breadcrumb ul li:not(:last-child):after {
content: '\f105';
font-family: FontAwesome;
padding: 0 6px 0 10px; }
.vk-menu-right {
text-transform: capitalize; }
.vk-menu-right li a {
display: block;
padding: 12px; }
@media (min-width: 992px) {
.vk-menu-right li a {
padding: 12px 15px 12px 30px; } }
.vk-menu-right li a:hover, .vk-menu-right li a:focus {
background: #f4f4f4;
background: -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%);
background: -webkit-linear-gradient(left, #f4f4f4 0%, #ffffff 100%);
background: linear-gradient(to right, #f4f4f4 0%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=1); }
.vk-search-form .form-group {
position: relative; }
.vk-search-form .form-control {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding-left: 20px;
padding-right: 60px; }
.vk-search-form .vk-btn-search {
position: absolute;
right: 0;
top: 0;
font-size: 18px;
padding: 16px;
background-color: transparent;
color: #B0B0B0; }
.vk-search-form .vk-btn-search:hover, .vk-search-form .vk-btn-search:focus {
color: #FFC000; }
.main-wrapper {
overflow: hidden; }
.vk-page .left, .vk-page .right {
padding-top: 60px;
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-page .left, .vk-page .right {
padding-top: 120px;
padding-bottom: 120px; } }
.vk-page .right {
padding-top: 0; }
@media (min-width: 992px) {
.vk-page .right {
padding-left: 0;
padding-top: 120px;
border-left: 1px solid #EAEAEA;
margin-left: -1px; } }
.vk-page .left {
padding-left: 30px;
margin-left: -15px; }
@media (min-width: 992px) {
.vk-page .left {
border-right: 1px solid #EAEAEA; } }
.vk-page .vk-menu-right {
border-top: 1px solid #EAEAEA;
text-align: center;
padding-top: 12px; }
@media (min-width: 992px) {
.vk-page .vk-menu-right {
text-align: left;
padding-top: 0;
border-top: none; } }
.vk-page .vk-heading {
margin-bottom: 50px; }
@media (min-width: 992px) {
.vk-page .vk-heading {
margin-bottom: 40px; } }
.vk-input-file {
width: 0;
height: 0;
overflow: hidden; }
.vk-input-file + label {
width: 100%;
height: 50px;
background-color: #fff;
font-weight: 300;
display: flex;
margin: 0;
align-items: center;
padding-left: 57px; }
.vk-input-file + label span {
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
width: 170px; }
.vk-input-file + label .fa {
position: absolute;
right: 0;
left: auto !important;
width: 50px;
height: 50px;
background-color: #2E3841;
color: #fff !important;
display: flex;
align-items: center;
justify-content: center;
top: 0 !important;
cursor: pointer; }
.vk-section {
padding: 60px 0; }
@media (min-width: 992px) {
.vk-section {
padding: 80px 0; } }
.vk-section .right {
padding: 0 15px;
margin-left: 0; }
@media (min-width: 992px) {
.vk-section .right {
padding-right: 85px; } }
.vk-section .left {
padding-bottom: 20px; }
@media (min-width: 992px) {
.vk-section .left {
padding-bottom: 0;
float: right; } }
.vk-section .vk-title {
margin-bottom: 20px; }
.vk-section p {
margin-bottom: 20px; }
@media (min-width: 992px) {
.vk-section .content {
padding-bottom: 35px; } }
.vk-section-style-1 .left-content {
padding-bottom: 25px; }
@media (min-width: 992px) {
.vk-section-style-1 .left-content {
float: right;
padding-bottom: 0; } }
.vk-section-style-1 .vk-buttons .vk-btn {
min-height: 60px;
min-width: 100%;
justify-content: flex-start; }
@media (min-width: 992px) {
.vk-section-style-1 .vk-buttons .vk-btn {
min-width: 300px; } }
.vk-section-style-1 .vk-buttons .vk-btn .icon {
min-width: 60px; }
.vk-section-style-1 .vk-buttons .vk-btn .fa {
font-size: 24px; }
.vk-section-style-1 .vk-buttons .vk-btn .title .fa {
padding-right: 15px; }
@media (min-width: 480px) {
.vk-section-style-2 {
width: 480px;
margin-left: auto;
margin-right: auto; } }
@media (min-width: 768px) {
.vk-section-style-2 {
width: auto; } }
.vk-section-style-2 .left-content {
padding-bottom: 25px; }
@media (min-width: 992px) {
.vk-section-style-2 .left-content {
padding-bottom: 0;
float: right; } }
.vk-section-style-2 .vk-buttons {
border: 1px solid #EAEAEA;
border-left: none;
border-right: none;
display: flex;
padding-top: 7px;
padding-bottom: 3px; }
.vk-section-style-2 .vk-buttons .vk-btn {
margin-right: 0;
margin-left: auto;
font-weight: 500;
padding: 0; }
.vk-section-style-2 .vk-buttons .vk-btn .fa {
padding-left: 10px;
margin-top: -2px; }
.vk-section-style-2 .vk-counter {
background-color: transparent;
display: inline-flex;
padding: 0;
width: 70%;
text-align: left; }
.vk-section-style-2 .vk-counter .content {
padding: 0;
width: 100%; }
.vk-section-style-2 .vk-counter .number-count {
font-size: 44px;
margin-bottom: 0;
color: #FFC000;
width: auto; }
.vk-section-style-2 .vk-counter .number-count:after {
height: 35px;
margin-left: 10px; }
.vk-section-style-2 .vk-counter .title {
width: auto;
padding-left: 6px; }
.vk-section-style-2 .vk-heading {
margin-bottom: 25px; }
@media (min-width: 992px) {
.vk-section-style-2 .vk-heading {
margin-bottom: 45px; } }
@media (min-width: 992px) {
.vk-section-style-3 {
width: auto; } }
.vk-section-style-3 .box-filter {
margin-bottom: 30px; }
@media (min-width: 992px) {
.vk-section-style-3 .box-filter {
margin-bottom: 0;
position: absolute;
top: 0;
right: 15px; } }
.vk-section-style-3 .box-filter .vk-filter {
width: 100%; }
.vk-section-style-4 {
text-align: center;
background-color: #2A333B; }
@media (min-width: 992px) {
.vk-section-style-4 {
text-align: right; } }
.vk-section-style-4 .vk-heading {
color: #fff;
margin-bottom: 50px !important; }
.vk-section-style-4 p {
margin-bottom: 10px;
color: #fff;
font-size: 18px;
line-height: 36px;
font-weight: 500;
margin-bottom: 0; }
@media (min-width: 992px) {
.vk-section-style-4 p {
font-size: 32px;
line-height: 48px; } }
.vk-section-style-4 .vk-buttons {
padding-top: 40px; }
.vk-section-style-4 .vk-btn {
width: 100%; }
@media (min-width: 768px) {
.vk-section-style-4 .vk-btn {
width: auto; } }
.vk-section-style-4 .vk-btn .fa {
color: #2E3841; }
.vk-section-style-5 .vk-heading {
position: absolute;
bottom: 0;
left: 30px;
right: 30px;
text-align: center;
overflow: hidden;
display: flex;
align-items: center;
margin-bottom: 0 !important;
padding: 60px 15px;
font-size: 24px; }
@media (min-width: 768px) {
.vk-section-style-5 .vk-heading {
padding-left: 0;
left: 10px;
right: 10px;
justify-content: center; } }
@media (min-width: 1200px) {
.vk-section-style-5 .vk-heading {
justify-content: flex-start;
padding-left: 30px;
left: 30px;
right: 30px;
font-size: 28px; } }
.vk-section-style-5 .vk-heading a {
color: #fff; }
.vk-section-style-5 .vk-heading:after {
content: attr(aria-label);
font-size: 100px;
font-weight: 600;
color: #FFC000;
opacity: .7;
position: absolute;
z-index: 1;
left: 15px;
top: 0;
bottom: 0;
display: flex;
align-items: center; }
@media (min-width: 768px) {
.vk-section-style-5 .vk-heading:after {
left: 20%;
font-size: 120px; } }
@media (min-width: 1200px) {
.vk-section-style-5 .vk-heading:after {
left: 8%; } }
.vk-section-style-5 .vk-heading span {
position: relative;
padding-left: 15px;
z-index: 2; }
.vk-section-style-5 .vk-heading span:before {
content: '';
height: 1px;
width: 60px;
background-color: #fff;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 100%; }
@media (min-width: 992px) {
.vk-section-style-5 .vk-heading span:before {
width: 30px; } }
@media (min-width: 1200px) {
.vk-section-style-5 .vk-heading span:before {
width: 60px; } }
.vk-section-style-6 {
position: relative;
overflow: hidden; }
.vk-section-style-6 .left-content {
position: absolute;
top: 0;
overflow: hidden; }
.vk-section-style-7 .content {
padding-top: 20px; }
@media (min-width: 992px) {
.vk-section-style-7 .content {
padding-top: 35px; } }
.vk-section-style-7 .vk-title {
line-height: 30px; }
.vk-section-style-8 {
padding-top: 15px;
padding-bottom: 295px;
background-size: cover; }
@media (min-width: 992px) {
.vk-section-style-8 {
padding: 150px 0; } }
.vk-section-style-8 .box-content {
background-color: rgba(255, 255, 255, 0.85);
padding: 20px 15px 30px;
text-align: center; }
@media (min-width: 992px) {
.vk-section-style-8 .box-content {
padding: 60px 50px; } }
.vk-section-style-8 p {
line-height: normal; }
.vk-section-style-8 .vk-heading-main {
font-size: 36px; }
@media (min-width: 992px) {
.vk-section-style-8 .vk-heading-main {
font-size: 48px; } }
.vk-section-style-8 .vk-title-main {
font-size: 24px;
color: #2E3841; }
@media (min-width: 992px) {
.vk-section-style-8 .vk-title-main {
font-size: 30px; } }
.vk-section-style-8 .vk-price-main {
font-size: 48px; }
@media (min-width: 992px) {
.vk-section-style-8 .vk-price-main {
font-size: 60px; } }
.vk-section-style-8 .vk-buttons {
padding-top: 10px; }
@media (min-width: 992px) {
.vk-section-style-8 .vk-buttons {
padding-top: 20px; } }
.vk-section-style-8 .vk-btn-buynow {
min-width: 170px;
font-weight: 500; }
.vk-pagination {
margin: 0;
padding: 0;
list-style: none; }
.vk-pagination li {
display: inline-block;
text-transform: uppercase;
font-weight: 500;
padding: 5px; }
.vk-pagination li.active {
color: #FFC000;
cursor: pointer; }
.vk-pagination li.back {
margin-right: 20px;
position: relative; }
.vk-pagination li.back:after {
content: '|';
position: absolute;
right: -23px; }
@media (min-width: 992px) {
.vk-pagination li.back:after {
display: none; } }
.vk-pagination li.next {
margin-left: 20px; }
.vk-pagination li:first-child {
padding-left: 0; }
.vk-pagination li:last-child {
padding-right: 0; }
.vk-pagination li:not(.arrow) {
display: none; }
@media (min-width: 992px) {
.vk-pagination li:not(.arrow) {
display: inline-block; } }
.vk-filter {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
border: 1px solid #EAEAEA;
font-weight: 500;
text-transform: uppercase;
min-height: 44px;
width: 200px;
padding: 10px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
@media (min-width: 992px) {
.vk-filter {
width: auto;
border-top: none;
border-left: none;
border-right: none;
padding: 0; } }
.vk-filter li {
display: inline-block;
padding: 14px 23px;
cursor: pointer;
border: 1px solid transparent;
margin-bottom: -1px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-filter li:hover {
color: #FFC000; }
.vk-filter li.active {
color: #FFC000;
border-color: #EAEAEA;
border-bottom-color: #fff; }
.vk-btn-readmore {
color: #FFC000 !important;
font-weight: 500;
padding-left: 0 !important;
border: none !important; }
.vk-btn-readmore .fa {
padding-left: 8px;
margin-top: -2px; }
.vk-btn-readmore:hover, .vk-btn-readmore:focus {
color: #2E3841 !important;
background-color: transparent !important; }
.vk-recent-blog {
position: relative;
padding-top: 160px; }
@media (min-width: 400px) {
.vk-recent-blog {
width: 370px;
margin: auto; } }
@media (min-width: 992px) {
.vk-recent-blog {
width: auto;
padding-top: 0; } }
.vk-recent-blog .brief-content {
background-color: #fff;
padding: 25px 20px;
position: relative;
margin-left: 10px;
margin-right: 10px;
z-index: 1;
-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }
@media (min-width: 992px) {
.vk-recent-blog .brief-content {
width: 350px;
position: absolute;
top: 40px;
right: 0;
margin-left: 0;
margin-right: 0; } }
.vk-recent-blog .vk-img-frame {
position: absolute;
top: 0;
left: 0;
right: 0; }
@media (min-width: 992px) {
.vk-recent-blog .vk-img-frame {
position: relative; } }
.vk-recent-blog .vk-title {
padding-bottom: 15px;
position: relative;
margin-bottom: 20px;
text-transform: uppercase;
line-height: 24px; }
.vk-recent-blog .vk-title:after {
content: '';
height: 1px;
width: 100%;
position: absolute;
background-color: #FFC000;
bottom: 0;
left: 0; }
.vk-recent-blog .vk-title a {
color: #2E3841; }
.vk-recent-blog .vk-title a:hover, .vk-recent-blog .vk-title a:focus {
color: #FFC000; }
.vk-recent-blog .brief {
margin-bottom: 10px;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical; }
.mejs-overlay-button {
display: none; }
.mejs-container .mejs-controls {
padding: 15px;
height: auto;
font-family: "Montserrat"; }
.mejs-container .mejs-controls div {
font-family: inherit;
font-size: 13px;
width: auto;
height: auto; }
.mejs-container .mejs-controls button {
background: none;
margin: 0; }
.mejs-container .mejs-controls button:focus {
outline: 0; }
.mejs-container .mejs-controls button:after {
font-size: 16px;
font-family: FontAwesome;
color: #fff;
font-size: 16px;
width: 100%;
height: 100%;
border: 2px solid #B0B0B0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center; }
.mejs-container .mejs-controls .mejs-button {
width: 30px;
height: 30px; }
.mejs-container .mejs-controls .mejs-button button {
width: inherit;
height: inherit; }
.mejs-container .mejs-controls .mejs-button.mejs-playpause-button.mejs-play button:after {
content: "\f04b";
padding-left: 2px; }
.mejs-container .mejs-controls .mejs-button.mejs-playpause-button.mejs-pause button:after {
content: "\f04c"; }
.mejs-container .mejs-controls .mejs-time-rail {
width: auto !important;
position: absolute;
left: 105px; }
.mejs-container .mejs-controls .mejs-time-rail span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
background: #B0B0B0;
width: 100% !important;
margin-left: 0;
margin-right: 0; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
background: #FFC000; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #fff; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
width: 50px; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current {
width: 100%; }
.mejs-container .mejs-controls .mejs-volume-button {
position: absolute;
right: 40px; }
.mejs-container .mejs-controls .mejs-volume-button button {
background: none; }
.mejs-container .mejs-controls .mejs-volume-button button:after {
border: none;
font-size: 20px; }
.mejs-container .mejs-controls .mejs-volume-button.mejs-mute button:after {
content: "\f027"; }
.mejs-container .mejs-controls .mejs-volume-button.mejs-unmute button:after {
content: "\f026"; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
background: #B0B0B0; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
background: #FFC000; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
cursor: pointer;
background: #FFC000; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider {
float: right;
width: 40px;
height: 10px;
margin-right: 15px; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider div {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
width: 100%;
height: 100%;
background: url(../images/media/volume.png);
background-repeat: no-repeat;
background-position: 0px -11px; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
height: 100%;
background: url(../images/media/volume.png);
background-repeat: no-repeat;
background-position: 0px 0px; }
.mejs-container .mejs-controls .mejs-currenttime-container {
padding-left: 15px;
padding-right: 10px; }
.mejs-container .mejs-controls .mejs-duration-container {
position: absolute; }
.mejs-container .mejs-controls .mejs-fullscreen-button {
position: absolute;
right: 7px; }
.mejs-container .mejs-controls .mejs-fullscreen-button button:after {
border: none;
content: "\f065"; }
.mejs-container .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:after {
content: "\f066"; }
.mejs-container.mejs-audio .mejs-controls {
background: #2E3841; }
.mejs-container.mejs-audio .mejs-controls .mejs-volume-button button {
display: none; }
.mejs-container.mejs-audio .mejs-controls .mejs-time-rail {
right: 63px; }
@media (min-width: 992px) {
.mejs-container.mejs-audio .mejs-controls .mejs-time-rail {
right: 115px; } }
.mejs-container.mejs-audio .mejs-controls .mejs-duration-container {
right: 15px; }
@media (min-width: 992px) {
.mejs-container.mejs-audio .mejs-controls .mejs-duration-container {
right: 67px; } }
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
float: right;
width: 40px;
height: 10px;
display: none !important; }
@media (min-width: 992px) {
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
display: block !important; } }
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider div {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
width: 100%;
height: 100%;
background: url(../images/media/volume.png);
background-repeat: no-repeat;
background-position: 0px -11px; }
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
height: 100%;
background: url(../images/media/volume.png);
background-repeat: no-repeat;
background-position: 0px 0px; }
.mejs-container.mejs-video .mejs-controls .mejs-time-rail {
right: 89px; }
@media (min-width: 992px) {
.mejs-container.mejs-video .mejs-controls .mejs-time-rail {
right: 120px; } }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button {
position: absolute;
right: 40px;
display: none !important; }
@media (min-width: 992px) {
.mejs-container.mejs-video .mejs-controls .mejs-volume-button {
display: block !important; } }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button button {
background: none; }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button button:after {
border: none;
font-size: 20px; }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button.mejs-mute button:after {
content: "\f027"; }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button.mejs-unmute button:after {
content: "\f026"; }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
background: #B0B0B0; }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
background: #FFC000; }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
cursor: pointer;
background: #FFC000; }
.mejs-container.mejs-video .mejs-controls .mejs-duration-container {
right: 40px; }
@media (min-width: 992px) {
.mejs-container.mejs-video .mejs-controls .mejs-duration-container {
right: 75px; } }
.mejs-container.mejs-video .mejs-controls .mejs-fullscreen-button {
position: absolute;
right: 7px; }
.mejs-container.mejs-video .mejs-controls .mejs-fullscreen-button button:after {
border: none;
content: "\f065"; }
.mejs-container.mejs-video .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:after {
content: "\f066"; }
.vk-price-range {
float: left;
width: 100%;
padding-bottom: 55px; }
.vk-price-range .ui-slider {
margin-bottom: 25px; }
.vk-price-range .ui-widget.ui-widget-content {
border: none;
background-color: #EAEAEA;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
height: 3px; }
.vk-price-range .ui-widget-header {
background-color: #FFC000;
height: 3px; }
.vk-price-range .ui-slider-handle {
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: #FFC000;
width: 5px;
height: 15px;
margin-left: 0;
top: -5px;
cursor: pointer;
outline: none; }
.vk-price-range .price-show {
width: calc(100% * 2 / 3);
float: left;
position: relative; }
.vk-price-range .price-show input {
height: 36px;
border: 1px solid #EAEAEA;
padding-left: 25px;
padding-right: 10px;
width: 100%; }
.vk-price-range .price-show .unit {
position: absolute;
top: 8px;
color: #2E3841;
font-weight: 500; }
.vk-price-range .price-show .input-group {
position: relative;
width: 50%;
float: left;
padding-right: 15px; }
.vk-price-range .price-show .input-group .unit {
left: 10px; }
.vk-price-range .price-show .input-group ~ .input-group {
padding-right: 0px;
padding-left: 15px; }
.vk-price-range .price-show .input-group ~ .input-group .unit {
left: 25px; }
.vk-price-range .price-show .divider {
position: absolute;
font-size: 19px;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center; }
.vk-price-range .vk-buttons {
width: calc(100% * 1 / 3);
padding-left: 15px;
float: left; }
.vk-price-range .vk-buttons .vk-btn {
width: 100%;
font-weight: 500; }
/* COMPONENTS */
/* ALERT BOX */
.vk-alert {
padding: 18px;
margin-bottom: 20px; }
.vk-alert-default {
color: #636363;
background-color: #eaeaea; }
.vk-alert-success {
color: #2da530;
background-color: #caf5cb; }
.vk-alert-warning {
color: #e7b300;
background-color: #fff2cb; }
.vk-alert-danger {
color: #c64747;
background-color: #ffe0e0; }
.vk-alert-border {
border: 1px solid; }
.vk-alert-border.vk-alert-default {
border-color: #636363; }
.vk-alert-border.vk-alertsuccess {
border-color: #2da530; }
.vk-alert-border.vk-alertwarning {
border-color: #e7b300; }
.vk-alert-border.vk-alert-danger {
border-color: #c64747; }
.vk-alert-rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.vk-alert-transparent {
background-color: transparent; }
.vk-alert-transparent .vk-alert-default {
color: #636363; }
.vk-alert-transparent .vk-alertsuccess {
color: #2da530; }
.vk-alert-transparent .vk-alertwarning {
color: #e7b300; }
.vk-alert-transparent .vk-alert-danger {
color: #c64747; }
.vk-alert-border-bottom {
-webkit-box-shadow: inset 0 -5px 0;
-moz-box-shadow: inset 0 -5px 0;
box-shadow: inset 0 -5px 0; }
.vk-alert-icon {
padding-left: 46px;
position: relative; }
.vk-alert-icon .fa {
position: absolute;
left: 20px;
font-size: 18px; }
.vk-alert-element .title {
color: #333;
font-size: 16px;
font-weight: 400;
margin: 0;
padding-bottom: 25px;
text-align: center; }
@media (min-width: 992px) {
.vk-alert-element .title {
text-align: left; } }
.vk-alert-element .list-item {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-alert-element .list-item {
padding-bottom: 0; } }
@media (min-width: 992px) {
.vk-alert-element .vk-space.x-large {
padding-bottom: 80px; } }
@media (min-width: 992px) {
.vk-alertbox-outline .vk-space.x-large {
padding-top: 100px; } }
@media (min-width: 992px) {
.vk-alertbox-3d {
padding-bottom: 100px; } }
@media (min-width: 992px) {
.vk-alertbox-3d .vk-space.x-large {
padding-top: 100px; } }
/* BUTTON */
.vk-btn {
outline: none;
padding: 10px 20px;
color: #fff;
background-color: #aaa;
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 1;
overflow: hidden;
border: 2px solid transparent;
min-height: 44px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-btn-default {
background-color: #FFC000; }
.vk-btn-default:hover, .vk-btn-default:focus {
background-color: transparent;
color: #FFC000;
border-color: #FFC000; }
.vk-btn-xs {
min-height: 36px;
font-size: 12px;
padding: 8px 20px; }
.vk-btn-s {
min-height: 40px;
font-size: 12px;
padding: 9.5px 20px; }
.vk-btn-l {
min-height: 50px;
padding: 13px 20px; }
.vk-btn-xl {
min-height: 56px;
font-size: 18px;
padding: 13.5px 20px; }
.vk-btn-transparent {
background-color: transparent;
color: #FFC000; }
.vk-btn-transparent:hover, .vk-btn-transparent:focus {
color: #2E3841; }
.vk-btn-green {
background-color: #9DC835; }
.vk-btn-green:hover, .vk-btn-green:focus {
background-color: transparent;
color: #9DC835;
border-color: #9DC835; }
.vk-btn-turquoise {
background-color: #3EC0A3; }
.vk-btn-turquoise:hover, .vk-btn-turquoise:focus {
background-color: transparent;
color: #3EC0A3;
border-color: #3EC0A3; }
.vk-btn-blue {
background-color: #4C9ECD; }
.vk-btn-blue:hover, .vk-btn-blue:focus {
background-color: transparent;
color: #4C9ECD;
border-color: #4C9ECD; }
.vk-btn-violet {
background-color: #AA6BD2; }
.vk-btn-violet:hover, .vk-btn-violet:focus {
background-color: transparent;
color: #AA6BD2;
border-color: #AA6BD2; }
.vk-btn .title {
position: relative;
z-index: 1;
font-weight: 500; }
.vk-btn-inverse {
background-color: #2E3841; }
.vk-btn-inverse:hover, .vk-btn-inverse:focus {
background-color: #FFC000;
color: #fff; }
.vk-border-radius {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.vk-border-yellow {
border: 2px solid #FFC000;
color: #FFC000; }
.vk-border-yellow:hover, .vk-border-yellow:focus {
background-color: #FFC000;
color: #fff;
border-color: transparent; }
.vk-border-green {
border: 2px solid #9DC835;
color: #9DC835; }
.vk-border-green:hover, .vk-border-green:focus {
background-color: #9DC835;
color: #fff;
border-color: transparent; }
.vk-border-turquoise {
border: 2px solid #3EC0A3;
color: #3EC0A3; }
.vk-border-turquoise:hover, .vk-border-turquoise:focus {
background-color: #3EC0A3;
color: #fff;
border-color: transparent; }
.vk-border-blue {
border: 2px solid #4C9ECD;
color: #4C9ECD; }
.vk-border-blue:hover, .vk-border-blue:focus {
background-color: #4C9ECD;
color: #fff;
border-color: transparent; }
.vk-border-violet {
border: 2px solid #AA6BD2;
color: #AA6BD2; }
.vk-border-violet:hover, .vk-border-violet:focus {
background-color: #AA6BD2;
color: #fff;
border-color: transparent; }
.vk-border-bottom {
border: none;
padding: 12px 20px; }
.vk-border-bottom:after {
content: '';
width: 100%;
height: 5px;
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-border-bottom.vk-btn-default:after {
background-color: #E5AC00; }
.vk-border-bottom.vk-btn-green:after {
background-color: #87AC2D; }
.vk-border-bottom.vk-btn-turquoise:after {
background-color: #269C82; }
.vk-border-bottom.vk-btn-blue:after {
background-color: #2C7BA9; }
.vk-border-bottom.vk-btn-violet:after {
background-color: #8145A7; }
.vk-border-bottom.vk-btn-xs {
padding-top: 9.5px;
padding-bottom: 9.5px; }
.vk-border-bottom.vk-btn-s {
padding-top: 11.5px;
padding-bottom: 11.5px; }
.vk-border-bottom.vk-btn-l {
padding-top: 15px;
padding-bottom: 15px; }
.vk-border-bottom.vk-btn-xl {
padding-top: 15.5px;
padding-bottom: 15.5px; }
.vk-border-bottom:hover, .vk-border-bottom:focus {
color: #fff; }
.vk-border-bottom:hover:after, .vk-border-bottom:focus:after {
height: 100%; }
.vk-btn-icon {
padding-right: 70px;
background-color: #2E3841;
overflow: hidden;
border: none;
padding-top: 12px;
padding-bottom: 12px; }
.vk-btn-icon .icon {
padding-top: 12px;
padding-bottom: 12px;
position: absolute;
top: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
min-height: inherit;
min-width: 50px;
font-size: 18px;
color: #fff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-btn-icon .icon .fa {
z-index: 1; }
.vk-btn-icon.vk-btn-default .icon {
background-color: #FFC000; }
.vk-btn-icon.vk-btn-default:hover, .vk-btn-icon.vk-btn-default:focus {
-webkit-box-shadow: inset 0px 0px 0px 2px #FFC000;
-moz-box-shadow: inset 0px 0px 0px 2px #FFC000;
box-shadow: inset 0px 0px 0px 2px #FFC000; }
.vk-btn-icon.vk-btn-green .icon {
background-color: #9DC835; }
.vk-btn-icon.vk-btn-green:hover, .vk-btn-icon.vk-btn-green:focus {
-webkit-box-shadow: inset 0px 0px 0px 2px #9DC835;
-moz-box-shadow: inset 0px 0px 0px 2px #9DC835;
box-shadow: inset 0px 0px 0px 2px #9DC835; }
.vk-btn-icon.vk-btn-turquoise .icon {
background-color: #3EC0A3; }
.vk-btn-icon.vk-btn-turquoise:hover, .vk-btn-icon.vk-btn-turquoise:focus {
-webkit-box-shadow: inset 0px 0px 0px 2px #3EC0A3;
-moz-box-shadow: inset 0px 0px 0px 2px #3EC0A3;
box-shadow: inset 0px 0px 0px 2px #3EC0A3; }
.vk-btn-icon.vk-btn-blue .icon {
background-color: #4C9ECD; }
.vk-btn-icon.vk-btn-blue:hover, .vk-btn-icon.vk-btn-blue:focus {
-webkit-box-shadow: inset 0px 0px 0px 2px #4C9ECD;
-moz-box-shadow: inset 0px 0px 0px 2px #4C9ECD;
box-shadow: inset 0px 0px 0px 2px #4C9ECD; }
.vk-btn-icon.vk-btn-violet .icon {
background-color: #AA6BD2; }
.vk-btn-icon.vk-btn-violet:hover, .vk-btn-icon.vk-btn-violet:focus {
-webkit-box-shadow: inset 0px 0px 0px 2px #AA6BD2;
-moz-box-shadow: inset 0px 0px 0px 2px #AA6BD2;
box-shadow: inset 0px 0px 0px 2px #AA6BD2; }
.vk-btn-icon.vk-btn-transparent {
background-color: transparent; }
.vk-btn-icon.vk-btn-transparent .icon {
border-left: 2px solid; }
.vk-btn-icon.vk-btn-xs {
padding-top: 9.5px;
padding-bottom: 9.5px; }
.vk-btn-icon.vk-btn-xs .icon {
padding-top: 8.5px;
padding-bottom: 8.5px; }
.vk-btn-icon.vk-btn-s {
padding-top: 11.5px;
padding-bottom: 11.5px; }
.vk-btn-icon.vk-btn-s .icon {
padding-top: 10.5px;
padding-bottom: 10.5px; }
.vk-btn-icon.vk-btn-l {
padding-top: 15px;
padding-bottom: 15px; }
.vk-btn-icon.vk-btn-l .icon {
padding-top: 16px;
padding-bottom: 16px; }
.vk-btn-icon.vk-btn-xl {
padding-top: 15.5px;
padding-bottom: 15.5px; }
.vk-btn-icon.vk-btn-xl .icon {
padding-top: 16.5px;
padding-bottom: 16.5px; }
.vk-btn-icon.vk-border-yellow {
border: 2px solid #FFC000;
color: #FFC000; }
.vk-btn-icon.vk-border-yellow .icon {
color: #FFC000; }
.vk-btn-icon.vk-border-yellow:hover .icon, .vk-btn-icon.vk-border-yellow:focus .icon {
background-color: #FFC000;
color: #fff;
border-color: #FFC000; }
.vk-btn-icon.vk-border-green {
border: 2px solid #9DC835;
color: #9DC835; }
.vk-btn-icon.vk-border-green .icon {
color: #9DC835; }
.vk-btn-icon.vk-border-green:hover .icon, .vk-btn-icon.vk-border-green:focus .icon {
background-color: #9DC835;
color: #fff;
border-color: #9DC835; }
.vk-btn-icon.vk-border-turquoise {
border: 2px solid #3EC0A3;
color: #3EC0A3; }
.vk-btn-icon.vk-border-turquoise .icon {
color: #3EC0A3; }
.vk-btn-icon.vk-border-turquoise:hover .icon, .vk-btn-icon.vk-border-turquoise:focus .icon {
background-color: #3EC0A3;
color: #fff;
border-color: #3EC0A3; }
.vk-btn-icon.vk-border-blue {
border: 2px solid #4C9ECD;
color: #4C9ECD; }
.vk-btn-icon.vk-border-blue .icon {
color: #4C9ECD; }
.vk-btn-icon.vk-border-blue:hover .icon, .vk-btn-icon.vk-border-blue:focus .icon {
background-color: #4C9ECD;
color: #fff;
border-color: #4C9ECD; }
.vk-btn-icon.vk-border-violet {
border: 2px solid #AA6BD2;
color: #AA6BD2; }
.vk-btn-icon.vk-border-violet .icon {
color: #AA6BD2; }
.vk-btn-icon.vk-border-violet:hover .icon, .vk-btn-icon.vk-border-violet:focus .icon {
background-color: #AA6BD2;
color: #fff;
border-color: #AA6BD2; }
.vk-btn-icon.vk-border-bottom {
border: none; }
.vk-btn-icon.vk-border-bottom:after {
content: '';
width: 100%;
height: 5px;
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-btn-icon.vk-border-bottom.vk-btn-default:after {
background-color: #E5AC00; }
.vk-btn-icon.vk-border-bottom.vk-btn-green:after {
background-color: #87AC2D; }
.vk-btn-icon.vk-border-bottom.vk-btn-turquoise:after {
background-color: #269C82; }
.vk-btn-icon.vk-border-bottom.vk-btn-blue:after {
background-color: #2C7BA9; }
.vk-btn-icon.vk-border-bottom.vk-btn-violet:after {
background-color: #8145A7; }
.vk-btn-icon.vk-border-bottom:hover, .vk-btn-icon.vk-border-bottom:focus {
color: #fff; }
.vk-btn-icon.vk-border-bottom:hover:after, .vk-btn-icon.vk-border-bottom:focus:after {
height: 100%; }
.vk-btn-icon.vk-border-bottom.vk-btn-default {
background-color: #FFC000; }
.vk-btn-icon.vk-border-bottom.vk-btn-green {
background-color: #9DC835; }
.vk-btn-icon.vk-border-bottom.vk-btn-turquoise {
background-color: #3EC0A3; }
.vk-btn-icon.vk-border-bottom.vk-btn-blue {
background-color: #4C9ECD; }
.vk-btn-icon.vk-border-bottom.vk-btn-violet {
background-color: #AA6BD2; }
.vk-btn-icon.vk-border-bottom .icon:before {
content: '';
height: 100%;
width: 1px;
background-color: #fff;
position: absolute;
left: 0;
top: 0;
z-index: 1; }
button.vk-btn {
display: inline-block; }
.vk-button-element .vk-divider {
border-color: #d7d7d7; }
.vk-button-element .vk-btn {
width: 100%;
margin-bottom: 20px; }
@media (min-width: 992px) {
.vk-button-element .vk-btn {
margin: 40px 0; } }
.vk-button-element .heading {
font-weight: 400;
font-size: 16px;
margin: 0;
text-align: center;
padding: 30px 0; }
@media (min-width: 992px) {
.vk-button-element .heading {
text-align: left;
padding: 0;
margin-bottom: 40px; } }
.vk-button-element .wrapper {
padding-bottom: 10px; }
@media (min-width: 992px) {
.vk-button-element .wrapper {
padding-bottom: 0; } }
@media (min-width: 992px) {
.vk-button-element .wrapper .content {
display: flex;
align-items: flex-end; } }
.vk-button-element .even {
background-color: #F4F4F4; }
.vk-button-element .button-wrapper {
padding: 50px 0px; }
@media (min-width: 992px) {
.vk-button-element .button-wrapper {
padding: 100px 0px; } }
.vk-button-element .vk-space.x-large {
padding-bottom: 30px; }
@media (min-width: 992px) {
.vk-button-element .vk-space.x-large {
padding-bottom: 80px; } }
.vk-button-element .list-item {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-button-element .list-item {
padding-bottom: 80px; } }
/* COLOR */
/*-----------------------------------------------------------------------------------
Theme Name: WICON
Theme URI: https://themeforest.net/user/vikitheme
Description: Creative Professional Experience Premium Themes
Author: SemiColonWeb
Author URI: https://themeforest.net/user/vikitheme
Version: 1.0
-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------
BEGIN: COLOR
-----------------------------------------------------------------------------------*/
.vk-color-wrapper .vk-color {
padding: 20px;
text-align: center;
margin-bottom: 30px;
color: white; }
.vk-color-wrapper .yellow-1 {
background-color: #FFC000; }
.vk-color-wrapper .yellow-2 {
background-color: #E5AC00; }
.vk-color-wrapper .black-1 {
background-color: #2E3841; }
.vk-color-wrapper .black-2 {
background-color: #2A333B; }
.vk-color-wrapper .green-1 {
background-color: #9DC835; }
.vk-color-wrapper .green-2 {
background-color: #87AC2D; }
.vk-color-wrapper .blue-1 {
background-color: #3EC0A3; }
.vk-color-wrapper .blue-2 {
background-color: #269C82; }
.vk-color-wrapper .turquoise-1 {
background-color: #4C9ECD; }
.vk-color-wrapper .turquoise-2 {
background-color: #2C7BA9; }
.vk-color-wrapper .violet-1 {
background-color: #AA6BD2; }
.vk-color-wrapper .violet-2 {
background-color: #8145A7; }
.vk-color-wrapper .grey-1 {
background-color: #8D8D8D; }
.vk-color-wrapper .grey-2 {
background-color: #B0B0B0; }
.vk-color-wrapper .grey-3 {
background-color: #B3BDC7; }
.vk-color-wrapper .grey-4 {
background-color: #EAEAEA; }
.vk-color-wrapper .grey-5 {
background-color: #F4F4F4; }
.vk-color-wrapper .grey-4,
.vk-color-wrapper .grey-5 {
color: #2E3841; }
/* COUNTER */
.vk-counter {
text-align: center;
color: #2E3841;
padding-bottom: 50px;
font-weight: 600; }
@media (min-width: 992px) {
.vk-counter {
padding: 100px 0; } }
.vk-counter ul {
list-style: none;
padding: 0;
margin: 0;
line-height: normal; }
.vk-counter .flaticon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100px;
height: 100px;
border: 2px solid #FFC000;
color: #FFC000;
border-radius: 50%;
margin-bottom: 3px; }
.vk-counter .flaticon:before {
font-size: 48px; }
.vk-counter .number-count {
font-size: 48px;
margin-bottom: -3px; }
.vk-counter-inline .content {
display: inline-block;
position: relative;
top: 20px;
padding-left: 10px; }
.vk-counter-inline .title {
text-align: left;
padding-left: 10px; }
.vk-counter-non-icon {
background-color: #E5AC00; }
.vk-counter-non-icon ul li {
display: inline-block; }
.vk-counter-non-icon .number-count {
font-size: 60px;
text-align: right;
width: 59%; }
.vk-counter-non-icon .number-count:after {
content: '';
height: 45px;
width: 3px;
background-color: #2E3841;
display: inline-block;
margin-left: 18px; }
.vk-counter-non-icon .title {
width: 39%;
text-align: left;
padding-left: 14px; }
.vk-counter-dark {
color: #fff; }
.vk-counter-element .vk-counter-section-style-1, .vk-counter-element .vk-counter-section-style-3 {
padding-top: 50px; }
@media (min-width: 992px) {
.vk-counter-element .vk-counter-section-style-1, .vk-counter-element .vk-counter-section-style-3 {
padding-top: 0; } }
/* DIVIDER */
.vk-divider {
width: 100%;
border-top-width: 1px;
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
border-style: solid;
border-color: #EAEAEA;
overflow: hidden; }
.vk-divider-dashed {
border-style: dashed; }
.vk-divider-dotted {
border-style: dotted; }
.vk-divider-double {
height: 4px;
border-bottom-width: 1px; }
.vk-divider-text {
border: none; }
.vk-divider-text .text {
position: relative;
padding-right: 15px; }
.vk-divider-text .text:after, .vk-divider-text .text:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
height: 1px;
margin: auto 0;
width: 1920px;
border-top-width: 1px;
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
border-style: solid;
border-color: #EAEAEA; }
.vk-divider-text .text:after {
right: 100%; }
.vk-divider-text .text:before {
left: 100%; }
.vk-divider-text.vk-divider-dashed .text:after, .vk-divider-text.vk-divider-dashed .text:before {
border-style: dashed; }
.vk-divider-text.vk-divider-dotted .text:after, .vk-divider-text.vk-divider-dotted .text:before {
border-style: dotted; }
.vk-divider-text.vk-divider-double {
height: auto; }
.vk-divider-text.vk-divider-double .text:after, .vk-divider-text.vk-divider-double .text:before {
height: 4px;
border-bottom-width: 1px; }
.vk-divider-center {
text-align: center; }
.vk-divider-center .text {
padding-left: 15px; }
.vk-divider-right {
text-align: right; }
.vk-divider-right .text {
padding-left: 15px;
padding-right: 0; }
.vk-divider-element .vk-space.x-large {
padding-bottom: 20px; }
.vk-divider-default .vk-divider {
margin: 40px 0; }
@media (min-width: 992px) {
.vk-divider-default .vk-divider {
margin: 50px 0; } }
.vk-divider-other {
padding-bottom: 20px; }
@media (min-width: 992px) {
.vk-divider-other {
padding-bottom: 80px; } }
.vk-divider-other .vk-divider {
margin: 40px 0; }
.vk-divider-other .vk-space.x-large {
padding-top: 80px; }
/* FAQ */
.vk-toggle .panel-group {
margin-bottom: 0; }
.vk-toggle .panel-group .panel {
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.vk-toggle .panel-group .panel + .panel {
margin-top: -1px; }
.vk-toggle .panel-group .panel-default {
border-color: transparent; }
.vk-toggle .panel-title {
font-size: 16px;
position: relative; }
.vk-toggle .panel-title a {
display: block;
padding: 15px;
font-weight: 400; }
.vk-toggle .panel-title:before {
content: "\f068";
color: #FFC000;
font-family: FontAwesome;
width: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
bottom: 0; }
.vk-toggle .panel-title a:hover, .vk-toggle .panel-title:focus, .vk-toggle .panel-title:active {
text-decoration: none;
color: #FFC000; }
.vk-toggle .panel-heading {
padding: 0;
background-color: transparent; }
.vk-toggle .panel-body {
padding: 25px 0; }
.vk-toggle .panel-body p {
margin: 0; }
.vk-toggle.vk-toggle-outlined .panel-default {
border-color: #EAEAEA;
border-left-color: transparent;
border-right-color: transparent; }
.vk-toggle.vk-toggle-outlined .panel-default .panel-heading {
border-left: solid 1px #EAEAEA;
border-right: solid 1px #EAEAEA; }
.vk-toggle.vk-toggle-border .panel-default {
border-color: #EAEAEA;
border-left-color: transparent;
border-right-color: transparent; }
.vk-toggle.vk-toggle-border .panel-title a {
padding-left: 65px;
overflow: hidden;
position: relative; }
.vk-toggle.vk-toggle-border .panel-title a:before {
content: "\f068";
font-family: FontAwesome;
color: #FFC000;
width: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
bottom: 0; }
.vk-toggle.vk-toggle-border .panel-title a.collapsed:before {
content: "\f067"; }
.vk-toggle.vk-toggle-border.vk-toggle-border-default .panel-title:before {
width: 15px; }
.vk-toggle.vk-toggle-border.vk-toggle-border-default .panel-title a {
padding-left: 40px; }
.vk-toggle.vk-toggle-border.vk-toggle-border-default .panel-title a:before {
width: 15px; }
.vk-toggle.vk-toggle-default .panel-title {
background-color: #F4F4F4; }
.vk-toggle.vk-toggle-default .panel-title a {
padding-left: 65px;
overflow: hidden;
position: relative;
color: #333; }
.vk-toggle.vk-toggle-default .panel-title a:hover, .vk-toggle.vk-toggle-default .panel-title a:focus, .vk-toggle.vk-toggle-default .panel-title a:active {
color: #FFC000; }
.vk-toggle.vk-toggle-default .panel-title a:before {
content: "\f068";
font-family: FontAwesome;
color: #FFC000;
width: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
bottom: 0; }
.vk-toggle.vk-toggle-default .panel-title a.collapsed:before {
content: "\f067"; }
@media (min-width: 992px) {
.vk-faq-shortcode .left {
padding-right: 70px; } }
.vk-faq-shortcode .vk-heading {
margin-bottom: 30px; }
@media (min-width: 992px) {
.vk-faq-shortcode .vk-heading {
margin-bottom: 60px; } }
.vk-faq-shortcode .vk-section {
padding-bottom: 0;
padding-top: 60px; }
@media (min-width: 992px) {
.vk-faq-shortcode .vk-section {
padding-top: 120px; } }
.vk-faq-shortcode .vk-section.first {
padding-top: 0; }
/* HEADING */
.vk-heading {
text-transform: uppercase;
position: relative;
padding-bottom: 20px;
margin-bottom: 0; }
.vk-heading-icon {
text-align: center; }
.vk-heading-icon + .content-sample {
text-align: center; }
.vk-heading-icon + .content-sample .vk-text {
margin-bottom: 0; }
.vk-heading-icon .icon {
position: absolute;
bottom: -4px;
left: 0;
right: 0;
width: 38px;
margin: auto;
color: #B0B0B0;
font-size: 18px; }
.vk-heading-icon .icon:after, .vk-heading-icon .icon:before {
content: '';
width: 60px;
height: 1px;
background-color: #B0B0B0;
position: absolute;
bottom: 0;
top: 0;
margin: auto; }
@media (min-width: 992px) {
.vk-heading-icon .icon:after, .vk-heading-icon .icon:before {
width: 80px; } }
.vk-heading-icon .icon:before {
left: 100%; }
.vk-heading-icon .icon:after {
right: 100%; }
.vk-heading-border {
padding-bottom: 15px;
text-align: center; }
.vk-heading-border + .content-sample {
text-align: center; }
.vk-heading-border > span:after, .vk-heading-border > span:before {
content: '';
background-color: #FFC000;
position: absolute;
bottom: 0; }
.vk-heading-border > span:after {
height: 3px;
width: 40px;
left: 0;
right: 0;
margin: auto; }
@media (min-width: 992px) {
.vk-heading-border > span:after {
width: 160px; } }
@media (min-width: 992px) {
.vk-heading-border-left {
padding-left: 24px;
text-align: left; }
.vk-heading-border-left > span:after {
right: auto; }
.vk-heading-border-left > span:before {
height: 43px;
width: 3px;
left: 0px; }
.vk-heading-border-left + .content-sample {
text-align: left; } }
@media (min-width: 992px) {
.vk-heading-border-right {
padding-right: 24px;
text-align: right; }
.vk-heading-border-right > span:after {
left: auto; }
.vk-heading-border-right > span:before {
height: 43px;
width: 3px;
right: 0px; }
.vk-heading-border-right > span + .content-sample {
text-align: right; } }
.vk-heading-line {
padding-bottom: 0;
text-align: center; }
.vk-heading-line + .content-sample {
text-align: center; }
.vk-heading-line > span {
padding: 0px 10px;
position: relative;
display: inline-block; }
@media (min-width: 992px) {
.vk-heading-line > span {
padding: 0px 20px; } }
.vk-heading-line > span:after, .vk-heading-line > span:before {
content: '';
height: 1px;
width: 20px;
background-color: #B0B0B0;
position: absolute;
top: 0;
bottom: 0;
margin: auto; }
@media (min-width: 992px) {
.vk-heading-line > span:after, .vk-heading-line > span:before {
width: 40px; } }
.vk-heading-line > span:after {
left: 100%; }
.vk-heading-line > span:before {
right: 100%; }
.vk-heading-line-yellow {
padding-bottom: 18px; }
.vk-heading-line-yellow:after {
content: '';
width: 40px;
height: 3px;
background-color: #FFC000;
position: absolute;
bottom: 0; }
@media (min-width: 992px) {
.vk-heading-line-yellow:after {
width: 80px; } }
.vk-heading-line-yellow-left:after {
left: 0; }
.vk-heading-line-yellow-right {
text-align: right; }
.vk-heading-line-yellow-right:after {
right: 0; }
.vk-heading-line-yellow-center {
text-align: center; }
.vk-heading-line-yellow-center:after {
left: 0;
right: 0;
margin: 0 auto; }
@media (min-width: 992px) {
.vk-heading-line-left {
text-align: left; }
.vk-heading-line-left + .content-sample {
text-align: left; }
.vk-heading-line-left > span {
padding-left: 0;
padding-right: 0; }
.vk-heading-line-left > span:after {
display: none; }
.vk-heading-line-left > span:before {
right: auto;
left: -60px; } }
@media (min-width: 992px) {
.vk-heading-line-right {
text-align: right; }
.vk-heading-line-right + .content-sample {
text-align: right; }
.vk-heading-line-right > span {
padding-left: 0;
padding-right: 0; }
.vk-heading-line-right > span:before {
display: none; }
.vk-heading-line-right > span:after {
left: auto;
right: -60px; } }
.vk-heading-inverse {
color: #2E3841; }
.vk-heading-inverse > span:after, .vk-heading-inverse > span:before {
background-color: #2E3841; }
.vk-heading-style-1 {
color: #fff;
letter-spacing: 5px; }
.vk-heading-style-2 {
font-size: 12px;
font-weight: 400;
letter-spacing: 10px;
position: relative;
display: inline-block;
padding-bottom: 15px; }
.vk-heading-style-2:after {
content: '';
height: 1px;
width: 100px;
background-color: #636362;
position: absolute;
bottom: 0;
right: 10px; }
.vk-heading-shortcode .vk-heading {
margin-bottom: 45px; }
@media (min-width: 992px) {
.vk-heading-shortcode .vk-heading {
margin-bottom: 25px; } }
.text-normal {
text-transform: none; }
/* ICON BOX */
.vk-iconbox {
padding: 20px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media (min-width: 992px) {
.vk-iconbox {
width: auto;
padding: 35px 25px; } }
.vk-iconbox .icon {
display: inline-block;
line-height: normal;
padding-bottom: 30px;
color: #FFC000;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-iconbox .icon .flaticon:before {
font-size: 80px; }
.vk-iconbox .vk-title {
margin-bottom: 17px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-iconbox .vk-text {
line-height: 26px;
margin-bottom: 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-iconbox:hover .icon {
color: #2E3841; }
.vk-iconbox:hover .vk-title {
color: #FFC000; }
.vk-iconbox-background {
margin-bottom: 30px;
background-color: #2E3841;
padding: 40px 20px 30px 20px; }
@media (min-width: 992px) {
.vk-iconbox-background {
padding: 50px 20px; } }
@media (min-width: 1200px) {
.vk-iconbox-background {
padding: 50px 25px; } }
.vk-iconbox-background .vk-title {
color: #fff; }
.vk-iconbox-background .vk-text {
color: #8D8D8D; }
.vk-iconbox-background:hover {
background-color: #FFC000; }
.vk-iconbox-background:hover .icon {
color: #2E3841; }
.vk-iconbox-background:hover .vk-title {
color: #2E3841; }
.vk-iconbox-background:hover .vk-text {
color: #2E3841; }
.vk-iconbox-striped {
background-color: #2A333B; }
.vk-iconbox-border {
border: 2px solid #2E3841;
margin-bottom: 30px;
padding: 40px 20px 30px 20px; }
@media (min-width: 992px) {
.vk-iconbox-border {
padding: 50px 25px; } }
.vk-iconbox-border:hover {
background-color: #2E3841; }
.vk-iconbox-border:hover .icon {
color: #FFC000; }
.vk-iconbox-border:hover .vk-title {
color: #fff; }
.vk-iconbox-fullwidth .vk-iconbox {
margin-bottom: 0; }
.vk-iconbox-fullwidth .h-line:before, .vk-iconbox-fullwidth .h-line:after {
border-color: #2E3841; }
.vk-iconbox-element .list-item {
padding-bottom: 30px; }
@media (min-width: 992px) {
.vk-iconbox-element .list-item {
padding-bottom: 90px; } }
.vk-iconbox-without-background .vk-space.x-large {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-iconbox-without-background .vk-space.x-large {
padding-top: 90px;
padding-bottom: 85px; } }
.vk-iconbox-without-background.list-item {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-iconbox-without-background.list-item {
padding-bottom: 85px; } }
@media (min-width: 992px) {
.vk-iconbox-with-background.list-item {
padding-bottom: 0; } }
/* ICON */
/* IMAGE SLIDER */
.slick-slide:focus {
outline: 0; }
.vk-slider img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-slider ul {
list-style: none;
padding: 0;
margin: 0; }
.vk-slider .vk-arrow {
background-color: transparent;
border: 1px solid #B0B0B0;
color: #B0B0B0;
padding: 42px 14px;
position: absolute;
top: 28%;
z-index: 1; }
.vk-slider .vk-arrow.next {
right: -70px; }
.vk-slider .vk-arrow.prev {
left: -70px; }
.vk-slider .vk-arrow:hover {
color: #FFC000;
border-color: #FFC000; }
.vk-slider .vk-img-frame {
margin: 20px 0; }
@media (min-width: 992px) {
.vk-slider .vk-img-frame {
margin: 35px 0; } }
.vk-slider .content {
opacity: 0;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-slider .content .title {
font-size: 18px;
text-transform: uppercase;
font-weight: 500;
color: #FFC000; }
.vk-slider .content .position {
text-transform: capitalize;
position: relative; }
.vk-slider .content .position:before {
content: '';
width: 40px;
height: 1px;
margin: 11px auto;
background-color: #B0B0B0;
display: block; }
.vk-slider .item {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-slider .item:hover .content {
opacity: 1; }
.vk-slider-center .vk-img-frame {
overflow: visible; }
@media (min-width: 992px) {
.vk-slider-center .vk-img-frame {
margin-bottom: 60px; } }
.vk-slider-center .item {
padding: 0; }
@media (min-width: 992px) {
.vk-slider-center .item {
padding: 0 15px; } }
.vk-slider-center .item img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
padding: 20px; }
@media (min-width: 992px) {
.vk-slider-center .item img {
padding: 0; } }
@media (min-width: 992px) {
.vk-slider-center .item ~ .item {
-webkit-transform: translate(-35px);
-moz-transform: translate(-35px);
-ms-transform: translate(-35px);
-o-transform: translate(-35px);
transform: translate(-35px); } }
.vk-slider-center .item:hover .vk-img-frame {
margin-bottom: 20px; }
.vk-slider-center .item.slick-slide.slick-center {
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
-o-transform: translate(0);
transform: translate(0); }
.vk-slider-center .item.slick-slide.slick-center img {
padding: 0; }
@media (min-width: 992px) {
.vk-slider-center .item.slick-slide.slick-center img {
-webkit-transform: scale(1.241);
-moz-transform: scale(1.241);
-ms-transform: scale(1.241);
-o-transform: scale(1.241);
transform: scale(1.241); } }
.vk-slider-center .item.slick-slide.slick-center .vk-img-frame {
margin-bottom: 60px; }
.vk-slider-center .item.slick-slide.slick-center .content {
opacity: 1; }
@media (min-width: 992px) {
.vk-slider-center .item.slick-slide.slick-center + .item {
-webkit-transform: translate(35px);
-moz-transform: translate(35px);
-ms-transform: translate(35px);
-o-transform: translate(35px);
transform: translate(35px); } }
@media (min-width: 992px) {
.vk-slider-center .item.slick-slide.slick-center + .item + .item {
-webkit-transform: translate(35px);
-moz-transform: translate(35px);
-ms-transform: translate(35px);
-o-transform: translate(35px);
transform: translate(35px); } }
.vk-slider-circle .vk-img-frame {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.vk-slider-arrow-top .vk-arrow {
width: 40px;
height: 40px;
padding: 0;
background-color: transparent;
border: 1px solid #EAEAEA;
color: #8D8D8D;
position: absolute;
z-index: 1;
top: -105px;
min-height: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-slider-arrow-top .vk-arrow.prev {
left: auto;
right: 65px; }
.vk-slider-arrow-top .vk-arrow.next {
right: 15px; }
.vk-slider-arrow-top .vk-arrow:hover, .vk-slider-arrow-top .vk-arrow:focus {
border-color: #FFC000;
color: #FFC000; }
.vk-slider-arrow-dot-top {
padding-top: 30px; }
@media (min-width: 992px) {
.vk-slider-arrow-dot-top {
padding-top: 0px; } }
.vk-slider-arrow-dot-top .vk-arrow-dots {
margin: 0;
padding: 0;
list-style: none;
width: 100%;
position: absolute;
top: 0;
left: 15px;
right: 15px;
margin: auto; }
@media (min-width: 400px) {
.vk-slider-arrow-dot-top .vk-arrow-dots {
width: 370px; } }
@media (min-width: 992px) {
.vk-slider-arrow-dot-top .vk-arrow-dots {
width: 460px;
top: -85px;
margin-right: 285px;
display: none !important; } }
@media (min-width: 1200px) {
.vk-slider-arrow-dot-top .vk-arrow-dots {
display: block !important; } }
.vk-slider-arrow-dot-top .vk-arrow-dots li {
float: left;
height: 20px;
padding: 0px 2px;
cursor: pointer; }
.vk-slider-arrow-dot-top .vk-arrow-dots li:after {
content: '';
height: 1px;
background-color: #EAEAEA;
display: block;
margin-top: 9px; }
.vk-slider-arrow-dot-top .vk-arrow-dots li.slick-active:after {
background-color: #FFC000; }
.vk-slider-arrow-dot-top .vk-arrow-dots li button {
display: none; }
.vk-slider-arrow-image .vk-arrow {
width: 80px;
height: 80px;
font-size: 30px;
padding: 0;
background-color: rgba(0, 0, 0, 0.5);
border: none;
color: #8D8D8D;
position: absolute;
z-index: 1;
top: 50%;
min-height: 0;
overflow: visible;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-slider-arrow-image .vk-arrow .image-preview-thumbnail {
height: 80px;
width: 0px;
display: block;
position: absolute;
top: 0;
background-size: cover;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-slider-arrow-image .vk-arrow.prev {
left: 60px; }
.vk-slider-arrow-image .vk-arrow.prev .image-preview-thumbnail {
left: 100%; }
.vk-slider-arrow-image .vk-arrow.next {
right: 60px; }
.vk-slider-arrow-image .vk-arrow.next .image-preview-thumbnail {
right: 100%; }
.vk-slider-arrow-image .vk-arrow .icon {
position: relative;
top: 3px; }
.vk-slider-arrow-image .vk-arrow:hover, .vk-slider-arrow-image .vk-arrow:focus {
color: #fff;
background-color: #FFC000; }
.vk-slider-arrow-image .vk-arrow:hover .image-preview-thumbnail, .vk-slider-arrow-image .vk-arrow:focus .image-preview-thumbnail {
width: 160px; }
.vk-slider-arrow-image .vk-dots-nav {
position: absolute;
bottom: 35px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%); }
.vk-slider-arrow-image .vk-dots-nav li {
float: left;
width: 20px;
height: 20px;
overflow: hidden;
position: relative;
cursor: pointer; }
.vk-slider-arrow-image .vk-dots-nav li button {
display: none; }
.vk-slider-arrow-image .vk-dots-nav li:before {
content: '';
width: 8px;
height: 8px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #8D8D8D;
position: absolute;
top: 5px;
left: 5px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: block; }
.vk-slider-arrow-image .vk-dots-nav li:after {
content: '';
width: 14px;
height: 14px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid transparent;
position: absolute;
top: 2px;
left: 2px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: block; }
.vk-slider-arrow-image .vk-dots-nav li.slick-active:after, .vk-slider-arrow-image .vk-dots-nav li:hover:after {
border-color: #FFC000; }
.vk-slider-arrow-image .vk-dots-nav li.slick-active:before, .vk-slider-arrow-image .vk-dots-nav li:hover:before {
background-color: #FFC000; }
.vk-image-slider-element .vk-space.x-large {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-image-slider-element .vk-space.x-large {
padding-bottom: 85px; } }
.vk-image-slider-element .list-item {
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-image-slider-element .list-item {
padding-bottom: 120px; } }
.vk-image-slider-style-2 .vk-heading {
color: #fff; }
@media (min-width: 992px) {
.vk-image-slider-style-1 .vk-space.x-large {
padding-bottom: 120px; } }
/* PRICING TABLE */
.vk-pricing-table {
/* STANDARD PRICE */
/*----- PRICING TABLE STYLE -----*/
/*-- Pricing 1 --*/
/*-- Pricing 2 --*/
/*-- Pricing 3 --*/
/* Responsive */ }
.vk-pricing-table .vk-pricing-table {
padding-top: 40px;
padding-bottom: 40px; }
.vk-pricing-table .panel.price,
.vk-pricing-table .panel.price > .panel-heading {
border-radius: 0px;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-transition: all .3s ease; }
.vk-pricing-table .panel {
margin: 0;
padding-bottom: 30px;
-webkit-box-shadow: 0;
-moz-box-shadow: 0;
box-shadow: 0; }
@media (min-width: 960px) {
.vk-pricing-table .panel {
padding: 0; } }
.vk-pricing-table .panel-body,
.vk-pricing-table .panel-heading {
color: white; }
.vk-pricing-table .panel-body h3,
.vk-pricing-table .panel-heading h3 {
border-bottom: solid 1px white;
padding: 20px 0;
margin: 0; }
.vk-pricing-table .focus {
margin-top: -20px; }
.vk-pricing-table .focus .panel-heading {
color: white; }
.vk-pricing-table .focus .panel-heading h3 {
padding: 30px 0; }
.vk-pricing-table .panel-heading {
padding-top: 0;
padding-bottom: 0; }
.vk-pricing-table .vk-be-overlay {
background-color: rgba(46, 56, 65, 0.9); }
.vk-pricing-table .vk-panel {
background-size: cover;
background-repeat: no-repeat;
display: block; }
.vk-pricing-table .vk-panel .vk-be-overlay {
position: relative;
background-color: rgba(46, 56, 65, 0.5); }
.vk-pricing-table .vk-panel .panel-body .vk-price {
position: relative; }
.vk-pricing-table .vk-panel .panel-body .vk-price big {
font-size: 90px;
letter-spacing: 0px;
position: relative; }
.vk-pricing-table .vk-panel .panel-body .vk-price span {
font-size: 30px; }
.vk-pricing-table .vk-panel .panel-body .vk-price small {
font-size: 15px;
margin-left: 30px; }
.vk-pricing-table .vk-panel .panel-body .vk-price .price-small {
position: absolute;
top: 18px; }
.vk-pricing-table .vk-panel-basic {
background-image: url(../images/pricing-tables/pricing_tables_1.jpg); }
.vk-pricing-table .vk-panel-standard {
background-image: url(../images/pricing-tables/pricing_tables_2.jpg); }
.vk-pricing-table .vk-panel-professional {
background-image: url(../images/pricing-tables/pricing_tables_3.jpg); }
.vk-pricing-table .vk-panel-unlimited {
background-image: url(../images/pricing-tables/pricing_tables_4.jpg); }
.vk-pricing-table .price .list-group-item {
border-bottom-: 1px solid rgba(250, 250, 250, 0.5); }
.vk-pricing-table .list-group-item {
border: solid 1px white;
background-color: #F4F4F4;
padding: 15px; }
.vk-pricing-table .panel.price .list-group-item:last-child {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px; }
.vk-pricing-table .panel.price .list-group-item:first-child {
border-top-right-radius: 0px;
border-top-left-radius: 0px; }
.vk-pricing-table .price .panel-footer {
background-color: #2E3841;
padding: 25px;
text-align: center; }
.vk-pricing-table .panel.price .btn {
box-shadow: 0 -1px 0px rgba(50, 50, 50, 0.2) inset;
border: 0px; }
.vk-pricing-table .panel-standard {
position: relative; }
.vk-pricing-table .panel-standard .panel-footer {
padding: 40px; }
.vk-pricing-table .pricing-1 .panel-heading h3 {
color: white; }
.vk-pricing-table .pricing-2 .vk-heading {
color: white; }
.vk-pricing-table .pricing-2 .panel {
background-color: transparent; }
.vk-pricing-table .pricing-2 .panel .vk-panel .panel-heading h3 {
color: white; }
.vk-pricing-table .pricing-2 .panel .vk-panel .panel-body .vk-price big {
font-size: 70px; }
.vk-pricing-table .pricing-2 .panel .vk-panel .panel-body .vk-price span {
font-size: 25px; }
.vk-pricing-table .pricing-2 .panel .vk-panel .panel-body .vk-price small {
font-size: 14px; }
.vk-pricing-table .pricing-2 .panel .list-group-item {
border-color: #2E3841; }
.vk-pricing-table .pricing-3 .panel-heading {
background-color: #2E3841; }
.vk-pricing-table .pricing-3 .panel-heading h3 {
border: none;
color: #FFC000; }
.vk-pricing-table .pricing-3 .panel-footer {
background-color: transparent;
padding: 25px;
border: none; }
.vk-pricing-table .pricing-3 .panel-body {
padding-bottom: 0; }
.vk-pricing-table .pricing-3 .panel-body .vk-price {
border-bottom: solid 1px white;
padding-bottom: 20px;
margin: 0; }
.vk-pricing-table .pricing-3 .panel-body .vk-price big {
font-size: 70px; }
.vk-pricing-table .pricing-3 .panel-body .vk-price span {
font-size: 25px; }
.vk-pricing-table .pricing-3 .panel-body .vk-price small {
font-size: 14px; }
.vk-pricing-table .pricing-3 .panel-standard .panel-footer {
padding: 35px; }
@media (min-width: 960px) {
.vk-pricing-table {
/* Pricing 2*/
/* Pricing 3 */ }
.vk-pricing-table .pricing-2 .col-md-3 {
padding: 0 !important; }
.vk-pricing-table .pricing-2 .col-md-3 + .col-md-3 {
margin-left: -1px; }
.vk-pricing-table .pricing-3 .col-md-3 {
padding: 0 !important; } }
/*-----------------------------------------------------------------------------------
END: PRICING TABLE
-----------------------------------------------------------------------------------*/
/* TABS */
.vk-tab h4 {
padding-bottom: 30px; }
.vk-tab .vk-nav-tabs {
position: relative;
z-index: 1; }
.vk-tab .vk-nav-tabs li {
height: 50px; }
.vk-tab .vk-nav-tabs li a {
padding: 15px 25px;
font-weight: 500;
display: block;
text-decoration: none;
color: #B0B0B0;
border: 1px solid transparent; }
@media (min-width: 768px) {
.vk-tab .vk-nav-tabs li a {
padding: 14px 30px; } }
.vk-tab .vk-nav-tabs li.active a {
background: #FFC000;
color: white; }
.vk-tab .vk-tab-content {
padding-top: 30px;
border-top: 1px solid #EAEAEA; }
.vk-tab .vk-tab-content .tab-pane {
line-height: 24px; }
.vk-tab.vk-tab-flat .vk-nav-tabs {
margin-bottom: -1px; }
.vk-tab.vk-tab-flat .vk-nav-tabs li:not(:first-child) {
margin-left: -1px; }
.vk-tab.vk-tab-flat .vk-nav-tabs li.active a {
border-bottom-color: transparent;
background: #FFC000; }
.vk-tab.vk-tab-flat .vk-nav-tabs li a {
background: #EAEAEA; }
.vk-tab.tab-flat-bg .vk-nav-tabs li {
border-bottom: solid 1px #EAEAEA;
border-right: solid 2px white; }
.vk-tab.vk-tab-border .vk-tab-content {
margin-top: -1px; }
.vk-tab.vk-tab-border .vk-nav-tabs li {
background-color: #fff;
border: 1px solid #EAEAEA;
border-top: none;
-webkit-box-shadow: inset 0 1px 0 #EAEAEA;
-moz-box-shadow: inset 0 1px 0 #EAEAEA;
box-shadow: inset 0 1px 0 #EAEAEA; }
.vk-tab.vk-tab-border .vk-nav-tabs li + li {
margin-left: -1px; }
.vk-tab.vk-tab-border .vk-nav-tabs li a {
border: none;
background: transparent;
color: #FFC000;
padding: 12px 30px; }
.vk-tab.vk-tab-border .vk-nav-tabs li.active {
border-bottom: none;
border-top: none; }
.vk-tab.vk-tab-border .vk-nav-tabs li.active a {
-webkit-box-shadow: inset 0 5px 0 #FFC000;
-moz-box-shadow: inset 0 5px 0 #FFC000;
box-shadow: inset 0 5px 0 #FFC000;
background: white; }
.vk-tab.tab-border-no-bd .vk-nav-tabs li {
border: 1px solid transparent;
border-top: none;
border-bottom: none;
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.vk-tab.tab-border-no-bd .vk-nav-tabs li.active {
border-color: #EAEAEA;
background-color: #fff; }
.vk-tab.vk-tab-background .vk-nav-tabs li {
width: 33.33%; }
.vk-tab.vk-tab-background .vk-nav-tabs li a {
box-sizing: border-box;
background: #FFC000;
border-top: solid 5px #FFC000;
border-right: solid 1px white;
color: white;
padding: 12px 30px; }
.vk-tab.vk-tab-background .vk-nav-tabs li.active {
border-top: solid 5px #FFC000; }
.vk-tab.vk-tab-background .vk-nav-tabs li.active a {
border-top: none;
background: #EAEAEA;
color: #FFC000; }
.vk-tab.vk-tab-background .tab-content {
background: #EAEAEA;
padding: 30px 20px 20px 20px; }
.vk-tab.background-no-box .vk-nav-tabs li a {
background: white;
color: #B3BDC7;
border-top: solid 5px white;
border-right: solid 1px white; }
.vk-tab.vk-vertical-tab h4 {
padding-bottom: 60px; }
.vk-tab.vk-vertical-tab .vk-nav-tabs,
.vk-tab.vk-vertical-tab .vk-tab-content {
float: left; }
.vk-tab.vk-vertical-tab .vk-nav-tabs {
width: 100%; }
.vk-tab.vk-vertical-tab .vk-nav-tabs li {
float: none; }
.vk-tab.vk-vertical-tab .vk-nav-tabs li a {
text-align: center;
border-top-color: #EAEAEA; }
.vk-tab.vk-vertical-tab .vk-nav-tabs li:last-child a {
border-bottom-color: #EAEAEA; }
.vk-tab.vk-vertical-tab .vk-tab-content {
border-top: none;
padding-top: 0; }
.vk-tab.tab-vertical-flat .vk-nav-tabs {
border-right: solid 1px #EAEAEA; }
.vk-tab.tab-vertical-flat .vk-nav-tabs li a {
border-bottom: solid 1px white;
background: #EAEAEA; }
.vk-tab.tab-vertical-flat .vk-nav-tabs li.active {
background: #FFC000; }
.vk-tab.tab-vertical-flat .vk-nav-tabs li.active a {
background: none; }
.vk-tab.flat-2 .vk-nav-tabs li a {
background: transparent;
border: none;
padding: 15px 30px; }
.vk-tab.tab-vertical-outline .vk-nav-tabs li a {
background: transparent;
color: #B3BDC7;
border-left: solid 1px #EAEAEA;
border-right: solid 1px #EAEAEA; }
.vk-tab.tab-vertical-outline .vk-nav-tabs li.active {
border-left: solid 5px #FFC000; }
.vk-tab.tab-vertical-outline .vk-nav-tabs li.active a {
color: #FFC000;
border-right: none; }
.vk-tab .outline-2 .vk-nav-tabs li a {
border-left: none;
border-bottom: none;
border-top: none; }
.vk-tab .outline-2 .vk-nav-tabs li.active {
border-top: solid 1px #EAEAEA;
border-bottom: solid 1px #EAEAEA; }
.tab-vertical-background .col-md-2 {
padding-right: 0; }
.tab-vertical-background .col-md-10 {
padding-left: 0; }
.tab-vertical-background .vk-nav-tabs li {
background: #FFC000; }
.tab-vertical-background .vk-nav-tabs li a {
color: white;
border-right: none;
border-color: white; }
.tab-vertical-background .vk-nav-tabs li.active {
background: #EAEAEA;
border-left: solid 5px #FFC000; }
.tab-vertical-background .vk-nav-tabs li.active a {
background: transparent;
color: #FFC000; }
.tab-vertical-background .vk-tab-content {
background: #EAEAEA;
padding: 30px !important; }
.background-2 .vk-nav-tabs li {
background: transparent; }
.background-2 .vk-nav-tabs li a {
color: #B3BDC7;
border: none;
padding: 15px 30px; }
/* TYPOGRAPHY */
.box-heading .first-letter {
width: 170px;
height: 170px;
margin: auto;
border: 8px solid #2E3841;
color: #FFC000;
font-size: 100px;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 50px; }
@media (min-width: 992px) {
.box-heading .first-letter {
margin-bottom: 0px; } }
.box-heading .box-text {
padding-bottom: 50px; }
@media (min-width: 992px) {
.box-heading .box-text {
padding-bottom: 0px; } }
.vk-list-heading-size {
color: #FFC000;
text-transform: capitalize;
text-align: center; }
@media (min-width: 1200px) {
.vk-list-heading-size {
text-align: left; } }
.vk-list-heading-size .heading {
color: inherit;
line-height: 1;
margin-bottom: 0; }
@media (min-width: 992px) {
.vk-list-heading-size .heading {
line-height: 26px; } }
@media (min-width: 1200px) {
.vk-list-heading-size li {
padding-left: 70px;
float: left;
width: 50%; } }
.vk-list-heading-size li + li {
padding-top: 30px; }
@media (min-width: 1200px) {
.vk-list-heading-size li + li {
padding-top: 0px; } }
@media (min-width: 1200px) {
.vk-list-heading-size li:nth-child(n+3) {
padding-top: 30px; } }
.box-highlight .vk-highlight .selected {
color: #fff; }
.box-highlight .vk-highlight-style-1 .selected {
background-color: #FFC000; }
.box-highlight .vk-highlight-style-2 .selected, .box-highlight .vk-highlight-style-2 ::selection {
background-color: #2E3841; }
.box-tooltip .vk-tooltip-style-1 .selected {
color: #FFC000; }
.box-tooltip .vk-tooltip-style-2 .selected {
color: #2E3841; }
.box-tooltip .vk-tooltip-style-2 .tooltip-inner {
background-color: #2E3841; }
.box-tooltip .vk-tooltip-style-2 .tooltip-arrow {
border-top-color: #2E3841 !important; }
.tooltip {
font-family: inherit;
font-size: 13px;
font-weight: 300; }
.tooltip-inner {
background-color: #FFC000;
padding: 4px 10px; }
.tooltip-arrow {
border-top-color: #FFC000 !important; }
.vk-blockquote {
position: relative; }
.vk-blockquote .highlight {
color: #FFC000;
padding-top: 13px;
display: inline-block; }
.vk-blockquote:before {
content: '“';
font-size: 120px;
color: #FFC000;
position: absolute;
top: -18px;
left: -4px;
font-style: normal;
line-height: normal; }
@media (min-width: 992px) {
.vk-blockquote:before {
left: 22px; } }
.vk-typogaphy-shortcode .vk-title {
margin-bottom: 20px; }
.vk-typogaphy-shortcode p {
text-align: justify;
margin-bottom: 20px; }
@media (min-width: 992px) {
.vk-typogaphy-shortcode .vk-space.large {
padding-top: 80px;
padding-bottom: 80px; } }
.vk-typogaphy-shortcode .box-highlight, .vk-typogaphy-shortcode .box-ordered-list {
padding-bottom: 50px;
margin-bottom: 50px;
border-bottom: 1px solid #EAEAEA; }
@media (min-width: 992px) {
.vk-typogaphy-shortcode .box-highlight, .vk-typogaphy-shortcode .box-ordered-list {
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: none; } }
/* LAYOUT */
/* BLOG GRID */
.vk-blog-grid.vk-blog-wrapper .blog-list {
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-blog-grid.vk-blog-wrapper .blog-list {
padding-bottom: 80px; } }
.vk-blog-grid .blog-content .content-box {
margin-bottom: 30px; }
.vk-blog-grid .blog-content .content-box a h4 {
padding-top: 25px;
padding-bottom: 20px;
margin: 0;
color: #2E3841; }
.vk-blog-grid .blog-content .content-box .vk-divider {
padding-bottom: 25px; }
.vk-blog-grid .blog-content .content-box .content {
padding: 0 30px 0 30px;
background-color: #F4F4F4; }
.vk-blog-grid .blog-content .content-box .content h4:hover {
color: #FFC000; }
.vk-blog-grid .blog-content .content-box .content .vk-buttons {
padding-bottom: 25px; }
.vk-blog-grid .blog-content .content-box .content h5 {
padding-bottom: 30px; }
/* BLOG LIST */
.vk-blog-list .blog-content .vk-divider {
margin-bottom: 50px; }
.vk-blog-list .blog-content .content-box .content p {
padding: 0 !important; }
.vk-blog-list .blog-content .content-box .vk-buttons {
padding-top: 25px;
padding-bottom: 30px; }
.vk-blog-list .blog-content .customer h1 {
padding-top: 10px;
color: #FFC000; }
.vk-blog-list .blog-content .customer h4 {
padding: 0;
line-height: 2; }
.vk-blog-list .blog-content .vk-pagination {
border: none;
padding-top: 5px;
margin-top: -30px; }
.vk-blog-list .blog-content .box-pagination {
text-align: center; }
@media (min-width: 992px) {
.vk-blog-list .blog-content .box-pagination {
text-align: right; } }
/* SINGLE BLOG */
.vk-blog-wrapper .blog-list {
padding-top: 60px;
padding-bottom: 45px; }
@media (min-width: 992px) {
.vk-blog-wrapper .blog-list {
padding-top: 80px;
padding-bottom: 65px; } }
.vk-blog-wrapper .single-blog {
padding-top: 60px;
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-blog-wrapper .single-blog {
padding-top: 80px;
padding-bottom: 80px; } }
.vk-blog-wrapper .vk-tag {
margin: 0 0 10px 0; }
.vk-blog-wrapper .vk-tag a {
padding: 8px 15px;
background-color: #F4F4F4;
display: block;
text-transform: capitalize; }
.vk-blog-wrapper .vk-tag:hover a {
color: white;
background-color: #FFC000; }
.vk-blog-wrapper .blog-content h4 {
margin-top: 40px;
margin-bottom: 30px; }
.vk-blog-wrapper .blog-content .info .vk-list li {
font-weight: 600;
color: #2E3841;
line-height: 2; }
.vk-blog-wrapper .blog-content .info .vk-list li span {
color: #FFC000;
font-weight: 300; }
.vk-blog-wrapper .blog-content .info .vk-list li p {
display: inline-block;
color: #8D8D8D;
font-weight: normal;
margin: 0; }
.vk-blog-wrapper .blog-content .share ul {
border: solid 1px #EAEAEA;
padding: 20px; }
.vk-blog-wrapper .blog-content .share ul li {
padding: 0; }
.vk-blog-wrapper .blog-content .share ul h4 {
padding: 16px 26px;
background-color: #2E3841;
color: white;
margin: 0 30px 0 0; }
.vk-blog-wrapper .blog-content .share ul i {
margin-right: 30px;
font-size: 22px; }
.vk-blog-wrapper .blog-content .share ul i:hover {
color: #FFC000; }
.vk-blog-wrapper .blog-content .tag ul {
border: solid 1px #EAEAEA;
padding: 14px; }
.vk-blog-wrapper .blog-content .tag ul li {
padding: 0; }
.vk-blog-wrapper .blog-content .tag ul h4 {
padding: 16px 26px;
background-color: #2E3841;
color: white;
margin: 0 30px 0 0; }
.vk-blog-wrapper .blog-content .content p {
padding-bottom: 20px;
margin: 0; }
.vk-blog-wrapper .blog-content .comment .media .media-left a img {
width: 45px;
height: 45px; }
.vk-blog-wrapper .blog-content .comment .media .media-body h4 {
margin-top: 10px;
margin-bottom: 10px; }
.vk-blog-wrapper .blog-content .comment button {
font-weight: 400; }
.vk-blog-wrapper .blog-content .comment .comment-list li:last-child {
color: #FFC000; }
.vk-blog-wrapper .blog-content .comment .vk-divider {
margin-top: 10px;
margin-bottom: 20px; }
.vk-blog-wrapper .blog-content .vk-contact-form {
background-color: transparent;
padding: 0; }
.vk-blog-wrapper .blog-content .vk-contact-form h4 {
padding: 0;
margin-top: 40px; }
.vk-blog-wrapper .blog-content .vk-contact-form h5 {
margin: 0;
padding-bottom: 20px; }
.vk-blog-wrapper .blog-content .vk-contact-form .user-info .form-control {
background-color: #F4F4F4;
padding-left: 10px; }
.vk-blog-wrapper .blog-content .vk-contact-form .message-content textarea {
background-color: #F4F4F4; }
.vk-blog-wrapper .vk-pagination {
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-blog-wrapper .vk-pagination {
border: solid 1px #EAEAEA;
padding: 15px 0; } }
.vk-blog-wrapper .vk-pagination li a span {
color: #B0B0B0 !important; }
.vk-blog-wrapper .vk-pagination li a span:hover,
.vk-blog-wrapper .vk-pagination li a :active,
.vk-blog-wrapper .vk-pagination li a :focus {
color: #FFC000 !important; }
.sidebar-menu h4 {
margin: 0;
padding: 20px 0 20px 0; }
.sidebar-menu .vk-search-form .form-group input {
border-color: transparent;
background-color: #F4F4F4; }
.sidebar-menu .vk-search-form .form-group input:focus {
border-color: #FFC000; }
.sidebar-menu .catagory .vk-menu-right li {
position: relative; }
.sidebar-menu .catagory .vk-menu-right li a {
display: block;
padding-left: 0;
padding-right: 0; }
.sidebar-menu .catagory .vk-menu-right li a:hover,
.sidebar-menu .catagory .vk-menu-right li :focus {
background: transparent; }
.sidebar-menu .catagory .vk-menu-right li i {
position: absolute;
right: 0; }
.sidebar-menu .recent-box {
padding-bottom: 20px; }
.sidebar-menu .recent-box .vk-divider {
margin-bottom: 20px; }
.sidebar-menu .recent-box .vk-img-frame {
margin-bottom: 15px; }
.sidebar-menu .recent-box .vk-title {
color: #2E3841;
font-weight: 500; }
.sidebar-menu .recent-box span {
margin-top: 5px;
display: block; }
.sidebar-menu .recent-box:last-child {
padding-bottom: 0; }
@media (min-width: 768px) {
.sidebar-menu .recent-box:last-child {
padding-bottom: 20px; } }
@media (min-width: 992px) {
.sidebar-menu .recent-box:last-child {
padding-bottom: 0; } }
.sidebar-menu .recent-box:hover .vk-title {
color: #FFC000; }
.sidebar-menu .archives .vk-menu-right li {
position: relative;
border: solid 1px #EAEAEA;
margin-bottom: 5px; }
.sidebar-menu .archives .vk-menu-right li a {
padding-left: 15px; }
.sidebar-menu .archives .vk-menu-right li a:hover,
.sidebar-menu .archives .vk-menu-right li :focus {
background: transparent; }
.sidebar-menu .archives .vk-menu-right li i {
position: absolute;
right: 15px; }
.sidebar-menu .archives .vk-menu-right li:hover {
border-color: #FFC000; }
@media (min-width: 960px) {
.blog-content {
padding-right: 45px; }
.blog-content .info {
padding-bottom: 30px; }
.blog-content .info .vk-list {
display: inline-block;
border: solid 1px #EAEAEA; }
.blog-content .info .vk-list li {
display: inline-flex;
padding: 16px 16px 16px 20px;
border-right: solid 1px #EAEAEA; }
.blog-content .info .vk-list li:last-child {
border: none; }
.blog-content .share ul {
padding: 0 !important; }
.blog-content .tag ul {
padding: 0 !important; }
.blog-content .tag ul li {
margin: 0; }
.blog-content .comment .media .media-left {
padding-right: 20px; }
.blog-content .comment .media .media-left a img {
width: 100px !important;
height: 100px !important; }
.blog-content .comment .media .media-body h4 {
margin-top: 0 !important;
margin-bottom: 20px; } }
/* HEADER */
.shopping-cart {
float: right;
padding-left: 40px;
padding-right: 12px;
position: relative;
color: #2E3841;
font-size: 18px;
margin-right: 20px;
margin-top: 14px; }
@media (min-width: 992px) {
.shopping-cart {
margin-top: -5px;
margin-right: 0; } }
.shopping-cart .fa {
cursor: pointer; }
.shopping-cart .number-item {
font-size: 12px;
color: #fff;
position: absolute;
width: 17px;
height: 15px;
background-color: #FFC000;
top: -3px;
right: 0;
display: flex;
align-items: center;
justify-content: center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.shopping-cart-list {
border-top: 3px solid #FFC000; }
.shopping-cart-list ul {
margin: 0;
padding: 0;
list-style: none; }
.shopping-cart-list ul li {
display: inline-flex;
align-items: center; }
.shopping-cart-list .vk-table .vk-table-row {
padding: 15px 0;
background-color: #f4f4f4;
border-bottom: 1px solid #EAEAEA; }
.shopping-cart-list .vk-table .vk-table-row:first-child, .shopping-cart-list .vk-table .vk-table-row:last-child {
background-color: #2E3841;
text-transform: uppercase;
font-weight: 500;
text-align: center;
border: none;
color: #fff; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data .fa {
cursor: pointer; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data .fa:hover {
color: #e32c2c; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data:first-child {
width: calc(30 / 400 *100%);
justify-content: flex-end; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data:nth-child(2) {
width: calc(200 / 400 *100%);
padding: 5px 0 5px 20px; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data:last-child {
width: calc(170 / 400 *100%);
padding: 5px 0 5px 0;
justify-content: center; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data:not(:first-child) {
margin-left: -5px; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data .vk-img-frame {
width: 60px;
height: 60px;
border: 1px solid #EAEAEA; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data .vk-img-frame img {
width: 100%; }
.shopping-cart-list .vk-table .vk-table-row:not(:first-child) .vk-table-data, .shopping-cart-list .vk-table .vk-table-row:not(:last-child) .vk-table-data {
align-items: flex-start; }
.shopping-cart-list .vk-table .vk-table-row:last-child {
padding: 20px 30px; }
.shopping-cart-list .vk-table .title {
padding-left: 10px;
width: calc(100% - 60px); }
.shopping-cart-list .vk-table .product-name {
text-transform: capitalize;
font-weight: 400;
color: #2E3841;
margin-bottom: 0;
line-height: normal;
display: block; }
.shopping-cart-list .vk-table .product-name:focus, .shopping-cart-list .vk-table .product-name:hover {
color: #FFC000; }
.shopping-cart-list .vk-table .total-all {
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
color: #2E3841;
padding: 20px 0; }
.shopping-cart-list .vk-table .vk-btn {
border: 2px solid;
margin: 10px;
padding-left: 30px;
padding-right: 30px; }
.shopping-cart-list .vk-table .vk-btn:hover, .shopping-cart-list .vk-table .vk-btn:focus {
background-color: #FFC000;
border-color: #FFC000; }
.slicknav_menu {
background-color: #2E3841; }
@media (min-width: 992px) {
.slicknav_menu {
display: none; } }
.slicknav_menu .slicknav_nav {
border-top: 3px solid #FFC000; }
.btn-search {
cursor: pointer; }
@media (max-width: 992px) {
.box-search-header {
display: block; } }
@media (min-width: 992px) {
.box-search-header {
background-color: #2E3841;
border-top: 3px solid #FFC000;
position: absolute;
right: 15px;
left: 15px;
top: 113px; } }
.box-search-header .vk-input-group {
position: relative;
padding: 25px 15px; }
@media (min-width: 992px) {
.box-search-header .vk-input-group {
margin: 30px 70px; } }
.box-search-header .btn-search {
position: absolute;
right: 10px;
top: 0;
bottom: 0;
background-color: transparent;
color: #B3BDC7; }
@media (min-width: 992px) {
.box-search-header .btn-search {
padding-right: 0;
font-size: 24px;
color: #47535d; } }
.box-search-header .btn-search:hover, .box-search-header .btn-searchfocus {
color: #FFC000;
color: red; }
@media (min-width: 992px) {
.box-search-header .btn-search .fa:before {
content: "\f178"; } }
.box-search-header .form-control {
padding-right: 50px;
background-color: transparent;
border-color: #394855;
color: #B3BDC7;
min-height: 40px; }
@media (min-width: 992px) {
.box-search-header .form-control {
padding-left: 0;
border-top: none;
border-left: none;
border-right: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; } }
.box-search-header .form-control:focus {
border-color: #FFC000; }
.vk-navbar {
margin-bottom: 0;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.vk-navbar span {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media (min-width: 992px) {
.vk-navbar {
border-bottom: 1px solid #d7d7d7; } }
.vk-navbar-header {
padding: 25px 0; }
@media (min-width: 992px) {
.vk-navbar-header {
padding: 31px 35px;
border: 1px solid #d7d7d7;
border-top: 0;
border-bottom: 0; } }
.vk-navbar-brand {
display: flex;
align-items: center;
padding: 0;
position: relative;
z-index: 1; }
@media (min-width: 992px) {
.vk-navbar-brand {
padding-left: 17px; } }
.vk-navbar-brand svg {
width: 37px;
height: 37px; }
.vk-navbar-nav {
margin: 0;
padding: 0;
list-style: none;
background-color: #2E3841;
line-height: normal; }
@media (min-width: 992px) {
.vk-navbar-nav {
background-color: transparent;
border-top: none; } }
.vk-navbar-nav li {
width: 100%;
padding: 0;
border-bottom: 1px solid #394855;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media (min-width: 992px) {
.vk-navbar-nav li {
position: static;
width: auto;
display: inline-block;
border: none; } }
.vk-navbar-nav li a, .vk-navbar-nav li span {
cursor: pointer;
text-transform: capitalize;
white-space: nowrap; }
.vk-navbar-nav li a:not(.slicknav_item), .vk-navbar-nav li span:not(.slicknav_item) {
outline: none;
color: #fff;
display: block;
position: relative;
font-weight: 400;
padding: 15px 30px 15px 20px; }
@media (min-width: 992px) {
.vk-navbar-nav li a:not(.slicknav_item), .vk-navbar-nav li span:not(.slicknav_item) {
text-transform: uppercase;
color: #2E3841;
font-weight: 600;
padding: 72px 10px 19px 10px; } }
@media (min-width: 1200px) {
.vk-navbar-nav li a:not(.slicknav_item), .vk-navbar-nav li span:not(.slicknav_item) {
padding: 72px 15px 19px 15px; } }
.vk-navbar-nav li a:hover, .vk-navbar-nav li a:focus, .vk-navbar-nav li span:hover, .vk-navbar-nav li span:focus {
color: #FFC000; }
@media (min-width: 992px) {
.vk-navbar-nav li .item-has-child:after {
content: '\f105';
font-family: FontAwesome;
position: absolute;
right: 15px; } }
.vk-navbar-nav li .menu-arrow {
position: absolute;
right: 2px;
font-family: FontAwesome;
top: 0;
padding: 18px; }
.vk-navbar-nav li:hover {
background-color: #fff; }
.vk-navbar-nav li:hover > span {
color: #FFC000; }
.vk-navbar-nav li:hover > .slicknav_item > a {
color: #FFC000; }
.vk-navbar-nav li:hover > .child {
display: block; }
.vk-navbar-nav li:hover > .child > a {
color: #FFC000; }
.vk-navbar-nav li:last-child a, .vk-navbar-nav li:last-child span {
padding-right: 0; }
@media (min-width: 992px) {
.vk-navbar-nav li:nth-child(n+8) > .vk-navbar-nav.child {
right: 15px; } }
.vk-navbar-nav.child {
border-top: none;
background-color: #43515d; }
@media (min-width: 992px) {
.vk-navbar-nav.child {
border-top: 3px solid #FFC000;
background-color: #2E3841;
display: none;
position: absolute;
z-index: 1; } }
.vk-navbar-nav.child li {
border-bottom: 1px solid #667886; }
@media (min-width: 992px) {
.vk-navbar-nav.child li {
display: block;
padding: 0; } }
.vk-navbar-nav.child li .fa {
padding-right: 10px; }
.vk-navbar-nav.child li:first-child {
border-top: 1px solid #667886; }
@media (min-width: 992px) {
.vk-navbar-nav.child li:first-child {
border-top: none; } }
.vk-navbar-nav.child li:last-child {
border-bottom: none; }
.vk-navbar-nav.child li a, .vk-navbar-nav.child li span {
color: #fff; }
.vk-navbar-nav.child li a:not(.slicknav_item), .vk-navbar-nav.child li span:not(.slicknav_item) {
padding: 15px 30px 15px 20px;
min-width: 240px;
padding-left: 35px; }
@media (min-width: 992px) {
.vk-navbar-nav.child li a:not(.slicknav_item), .vk-navbar-nav.child li span:not(.slicknav_item) {
padding-left: 20px; } }
.vk-navbar-nav.child li a:hover, .vk-navbar-nav.child li a:focus, .vk-navbar-nav.child li span:hover, .vk-navbar-nav.child li span:focus {
color: #FFC000; }
.vk-navbar-nav.child li:hover {
background-color: #fff; }
.vk-navbar-nav.child li:hover > a, .vk-navbar-nav.child li:hover span {
color: #FFC000; }
.vk-navbar-nav.child .child {
background-color: #566673; }
@media (min-width: 992px) {
.vk-navbar-nav.child .child {
background-color: #43515d;
left: 100%;
top: -3px; } }
.vk-navbar-nav.child .child li:last-child {
border-bottom: none; }
.vk-navbar-nav.child .child li a:not(.slicknav_item) {
padding-left: 50px; }
@media (min-width: 992px) {
.vk-navbar-nav.child .child li a:not(.slicknav_item) {
padding-left: 20px; } }
.vk-navbar-collapse {
padding: 0; }
@media (min-width: 992px) {
.vk-navbar-collapse {
width: auto; } }
.vk-navbar-toggle {
font-size: 21px;
color: #fff;
border: 1px solid;
padding: 0;
margin-right: 0;
margin-top: 10px;
width: 34px;
height: 31px;
background-color: #2E3841;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-navbar-toggle:after {
content: "\f00d";
font-family: FontAwesome; }
.vk-navbar-toggle.collapsed {
color: #2E3841;
background-color: transparent; }
.vk-navbar-toggle.collapsed:after {
content: "\f0c9"; }
.container .vk-navbar-header {
margin: 0; }
.vk-header {
background-color: #fff;
position: relative;
z-index: 9; }
.vk-header .logo-text {
font-size: 24px;
font-weight: 600;
color: #2E3841;
padding-left: 10px; }
.vk-header-top {
position: absolute;
top: 0;
width: 100%; }
.vk-header-top .content {
position: relative;
padding: 18px 0;
float: left;
width: 100%; }
.vk-header-top .content:after {
content: '';
height: 1px;
width: 2000px;
background-color: #d7d7d7;
position: absolute;
bottom: 0;
left: 208px; }
@media (min-width: 1200px) {
.vk-header-top .content:after {
left: 207px; } }
.vk-header-top .quick-address {
padding: 0;
margin: 0;
list-style: none;
float: right;
line-height: normal; }
.vk-header-top .quick-address li {
display: inline-block;
position: relative; }
.vk-header-top .quick-address li:not(:first-child):before {
content: '|';
padding-left: 11px;
padding-right: 15px; }
@media (min-width: 992px) {
.vk-header-transparent {
background-color: transparent;
position: absolute;
left: 0;
right: 0;
margin: auto;
z-index: 10; }
.vk-header-transparent .shopping-cart {
color: #fff; }
.vk-header-transparent .shopping-cart .number-item {
color: #676767; }
.vk-header-transparent .vk-navbar {
border-color: #66696b; }
.vk-header-transparent .vk-navbar-brand svg polygon {
fill: #fff; }
.vk-header-transparent .vk-navbar-header {
border-color: #66696b; }
.vk-header-transparent .vk-navbar-header .vk-divider {
border-color: #66696b; }
.vk-header-transparent .vk-navbar-nav > li {
background-color: transparent; }
.vk-header-transparent .vk-navbar-nav > li > span, .vk-header-transparent .vk-navbar-nav > li > a {
color: #fff; }
.vk-header-transparent .vk-navbar-nav > li > span:hover, .vk-header-transparent .vk-navbar-nav > li > span:focus, .vk-header-transparent .vk-navbar-nav > li > a:hover, .vk-header-transparent .vk-navbar-nav > li > a:focus {
color: #FFC000; }
.vk-header-transparent .vk-navbar-nav > li:hover > span, .vk-header-transparent .vk-navbar-nav > li:hover > a {
color: #FFC000; }
.vk-header-transparent .logo-text {
color: #fff; }
.vk-header-transparent .vk-header-top {
color: #9b9faa; }
.vk-header-transparent .vk-header-top .content:after {
background-color: #66696b; } }
@media (min-width: 992px) {
.vk-header-transparent.dark {
position: relative;
background-color: #2E3841; }
.vk-header-transparent.dark .vk-navbar {
border-bottom: none; } }
.vk-header-home .vk-navbar {
border-color: rgba(255, 255, 255, 0.15); }
.vk-header-home .vk-navbar-header {
border-color: rgba(255, 255, 255, 0.15); }
.vk-header-home .vk-header-top {
color: rgba(255, 255, 255, 0.65); }
.vk-header-home .vk-header-top .content:after {
background-color: rgba(255, 255, 255, 0.15); }
@media (min-width: 992px) {
.vk-header-two-nav .vk-navbar {
border: none; }
.vk-header-two-nav .vk-navbar .logo-text {
padding-left: 0; }
.vk-header-two-nav .vk-navbar-header {
position: absolute;
left: 0;
right: 0;
width: 245px;
margin: auto;
padding: 20px 15px 35px;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
border: none; }
.vk-header-two-nav .vk-navbar-header .vk-divider {
position: absolute;
width: 500%;
top: 55px; }
.vk-header-two-nav .vk-navbar-header .vk-divider.left {
right: 100%; }
.vk-header-two-nav .vk-navbar-header .vk-divider.right {
left: 100%; }
.vk-header-two-nav .vk-navbar-brand {
display: block;
margin-left: 0 !important;
padding-left: 0; }
.vk-header-two-nav .vk-navbar-brand svg {
margin: auto;
display: block;
margin-bottom: 18px; }
.vk-header-two-nav .vk-navbar-left {
float: left; }
.vk-header-two-nav .vk-navbar-left > li:first-child > a {
padding-left: 0; }
.vk-header-two-nav .vk-navbar-right {
float: right; }
.vk-header-two-nav .vk-navbar-right > li:first-child > a {
padding-left: 0; } }
@media (min-width: 992px) and (min-width: 992px) {
.vk-header-two-nav .vk-navbar-right > li:nth-child(n+3) > .vk-navbar-nav.child {
right: 0; } }
@media (min-width: 992px) {
.vk-header-two-nav .vk-header-top .content:after {
content: none; }
.vk-header-two-nav .vk-header-top .btn-search {
color: #2E3841;
font-size: 20px;
padding: 0 10px; }
.vk-header-two-nav .box-search-header {
top: 55px; }
.vk-header-two-nav .shopping-cart {
margin-top: 0;
padding-left: 25px; } }
.vk-header .shopping-cart-list {
position: absolute;
z-index: 1;
top: 100px;
right: 15px;
left: 15px;
border-top: 3px solid #FFC000; }
@media (min-width: 992px) {
.vk-header .shopping-cart-list {
left: auto;
width: 400px;
top: 56px; } }
.vk-header .shopping-cart-list ul {
margin: 0;
padding: 0;
list-style: none; }
.vk-header .shopping-cart-list ul li {
display: inline-flex;
align-items: center; }
.vk-header-left-menu .vk-navbar {
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 992px) {
.vk-header-left-menu {
width: 300px;
background-color: #F4F4F4;
text-align: center;
overflow-y: scroll;
overflow-x: hidden; }
.vk-header-left-menu::-webkit-scrollbar {
width: 6px;
background-color: transparent; }
.vk-header-left-menu::-webkit-scrollbar-thumb {
background-color: rgba(51, 51, 51, 0.5);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.vk-header-left-menu .vk-navbar {
padding-left: 0px;
padding-right: 0px; }
.vk-header-left-menu .vk-navbar-header {
width: 100%;
padding-top: 80px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0; }
.vk-header-left-menu .vk-navbar-nav {
border-bottom: 1px solid #e2e2e2; }
.vk-header-left-menu .vk-navbar-nav li {
display: block;
border-top: 1px solid #fff;
-webkit-box-shadow: inset 0 1px 0 #e2e2e2;
-moz-box-shadow: inset 0 1px 0 #e2e2e2;
box-shadow: inset 0 1px 0 #e2e2e2; }
.vk-header-left-menu .vk-navbar-nav li:last-child {
border-bottom: 1px solid #fff; }
.vk-header-left-menu .vk-navbar-nav li a:not(.slicknav_item), .vk-header-left-menu .vk-navbar-nav li span:not(.slicknav_item) {
padding: 12px 15px;
color: #B0B0B0; }
.vk-header-left-menu .vk-navbar-nav li a:not(.slicknav_item):hover, .vk-header-left-menu .vk-navbar-nav li span:not(.slicknav_item):hover {
color: #FFC000; }
.vk-header-left-menu .vk-navbar-nav li:nth-child(n+8) .vk-navbar-nav.child {
right: auto; }
.vk-header-left-menu .vk-navbar-nav li .child {
display: none;
width: 100%;
z-index: 1;
margin-bottom: 50px;
top: 44px; }
.vk-header-left-menu .vk-navbar-nav li .child li {
min-height: 44px; }
.vk-header-left-menu .vk-navbar-nav.vk-mega-menu.child {
left: 100%;
right: auto;
top: 0;
margin-top: 0px; }
.vk-header-left-menu .vk-navbar-nav.vk-mega-menu.child li {
width: 100%;
border-right: none; }
.vk-header-left-menu .vk-navbar-nav.vk-mega-menu.child li:last-child {
border-bottom: 1px solid #fff; }
.vk-header-left-menu .vk-navbar-brand {
height: auto;
width: 100%;
padding-left: 25px; }
.vk-header-left-menu .vk-navbar-collapse {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: inline-block !important;
width: 100%;
position: relative; }
.vk-header-left-menu .vk-navbar .search-shopcart-button {
padding-top: 55px;
padding-bottom: 55px;
display: inline-block;
color: #2E3841; }
.vk-header-left-menu .vk-navbar .search-shopcart-button li {
display: inline-block;
padding: 0 13px; }
.vk-header-left-menu .vk-navbar .search-shopcart-button .shopping-cart {
margin: 0;
top: 8px;
padding-left: 0; }
.vk-header-left-menu .vk-navbar .child {
left: 100%;
margin-top: -44px;
border: none;
background-color: #F4F4F4;
border-bottom: 1px solid #e2e2e2; }
.vk-header-left-menu .vk-navbar .child li {
border-top: 1px solid #fff;
border-bottom: none;
-webkit-box-shadow: inset 4px 1px 0 #e2e2e2;
-moz-box-shadow: inset 4px 1px 0 #e2e2e2;
box-shadow: inset 4px 1px 0 #e2e2e2; }
.vk-header-left-menu .vk-navbar .child li:last-child {
border-bottom: 1px solid #fff; }
.vk-header-left-menu .header-bot {
padding: 55px 0 55px 45px;
position: relative;
z-index: -1; }
.vk-header-left-menu .quick-address {
text-align: left; }
.vk-header-left-menu .quick-address li {
padding-left: 30px;
position: relative;
line-height: normal; }
.vk-header-left-menu .quick-address li + li {
margin-top: 20px; }
.vk-header-left-menu .quick-address li .fa {
position: absolute;
color: #FFC000;
left: 0;
top: 2px; }
.vk-header-left-menu .shopping-cart-list {
left: 100%;
top: 0;
border-left: 1px solid #2E3841;
border-right: 1px solid #2E3841; }
.vk-header-left-menu .box-search-header {
top: 1px;
left: 0;
right: 0; }
.vk-header-left-menu .box-search-header .vk-input-group {
margin: 30px 15px; }
.vk-header-left-menu .btn-search {
padding: 0 10px;
display: inline-block; } }
@media (min-width: 1200px) {
.vk-header-left-menu {
width: 360px; }
.vk-header-left-menu .header-bot {
padding-right: 75px; }
.vk-header-left-menu .vk-navbar-header {
padding-left: 35px;
padding-right: 35px; } }
.vk-header-one-page {
position: fixed;
z-index: 9;
width: 100%;
background-color: transparent; }
.vk-header-one-page .vk-navbar {
border-bottom: none; }
.vk-header-one-page .vk-navbar-header {
border: none;
padding: 15px 0; }
@media (min-width: 992px) {
.vk-header-one-page .vk-navbar-header {
padding: 35px 0; } }
.vk-header-one-page .vk-navbar-nav li a:not(.slicknav_item), .vk-header-one-page .vk-navbar-nav li span:not(.slicknav_item) {
padding-top: 50px; }
.vk-header-one-page .vk-navbar-nav.child li a:not(.slicknav_item), .vk-header-one-page .vk-navbar-nav.child li span:not(.slicknav_item) {
padding-top: 15px; }
@media (min-width: 992px) {
.vk-header-one-page .vk-navbar-nav:not(.child) {
padding-right: 60px; } }
@media (min-width: 1360px) {
.vk-header-one-page .vk-navbar-nav:not(.child) {
padding-right: 0px; } }
.vk-header-one-page .vk-navbar-toggle {
background-color: transparent; }
.vk-header-one-page .vk-navbar-toggle.collapsed {
border-color: #fff;
color: #fff; }
.vk-header-one-page .shopping-cart {
color: #fff; }
.vk-header-one-page .shopping-cart-list {
top: 113px; }
.vk-header-style .vk-space.x-large {
padding-bottom: 35px; }
@media (min-width: 992px) {
.vk-header-style .vk-space.x-large {
padding-bottom: 75px; } }
.vk-header-style img {
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
@media (min-width: 992px) {
.vk-mega-menu.vk-navbar-nav.child {
left: 15px;
right: 15px; }
.vk-mega-menu.vk-navbar-nav.child li {
width: 25%;
float: left;
border-right: 1px solid #667886; }
.vk-mega-menu.vk-navbar-nav.child li:nth-child(4n) {
border-right: 0; }
.vk-mega-menu.vk-navbar-nav.child li:last-child {
border-bottom: 1px solid #667886; } }
/* HOME DARK */
.vk-home-dark {
color: #8D8D8D;
background-size: 100%; }
.vk-home-dark .vk-heading {
color: #fff; }
.vk-home-dark .vk-project-grid-item .content-hidden {
background-color: #fff; }
.vk-home-dark .vk-project-grid-item .vk-title a {
color: #2E3841; }
.vk-home-dark .vk-project-grid-item .vk-title a:hover, .vk-home-dark .vk-project-grid-item .vk-title a:focus {
color: #FFC000; }
.vk-home-dark .vk-project-grid-item .vk-list-action-post a, .vk-home-dark .vk-project-grid-item .vk-list-action-post span {
color: #2E3841; }
.vk-home-dark .vk-project-grid-item .vk-list-action-post a:hover, .vk-home-dark .vk-project-grid-item .vk-list-action-post a:focus, .vk-home-dark .vk-project-grid-item .vk-list-action-post span:hover, .vk-home-dark .vk-project-grid-item .vk-list-action-post span:focus {
color: #FFC000; }
.vk-home-dark .vk-filter {
border-color: #787d81; }
.vk-home-dark .vk-filter li.active {
border-color: #787d81;
border-bottom-color: #2f3a44; }
.vk-home-dark .vk-slider-arrow-top .vk-arrow {
border-color: #787d81; }
.vk-home-dark .vk-slider-arrow-top .vk-arrow:hover, .vk-home-dark .vk-slider-arrow-top .vk-arrow:focus {
border-color: #FFC000; }
.vk-home-dark .vk-counter-section {
background-color: transparent;
border: 1px solid #787d81;
border-left: 0;
border-right: 0; }
.vk-home-dark .vk-counter-non-icon {
background-color: transparent;
color: #FFC000; }
.vk-home-dark .vk-counter-non-icon .number-count:after {
background-color: #FFC000; }
.vk-home-dark .vk-recent-blog-section {
background-color: transparent;
border-bottom: 1px solid #787d81; }
.vk-home-dark .vk-testimonial {
border-color: #787d81; }
.vk-home-dark .vk-testimonial .name {
color: #fff; }
@media (min-width: 992px) {
.vk-home-dark .vk-slider-arrow-dot-top .vk-arrow-dots {
top: -76px; } }
.vk-home-dark .vk-slider-arrow-dot-top .vk-arrow-dots li:after {
background-color: #787d81; }
.vk-home-dark .vk-slider-arrow-dot-top .vk-arrow-dots li.slick-active:after {
background-color: #FFC000; }
.vk-home-dark .vk-list-client-style-1 li {
border-color: #787d81; }
.vk-home-dark .vk-heading-line > span:before, .vk-home-dark .vk-heading-line > span:after {
background-color: #fff; }
@media (min-width: 992px) {
.vk-home-dark .vk-content-bot .vk-heading {
margin-left: 60px; } }
.vk-home-dark .vk-join-our-team-section .vk-btn {
background-color: #FFC000;
color: #2E3841; }
.vk-home-dark .vk-join-our-team-section .vk-btn .icon {
background-color: #fff; }
.vk-home-dark .vk-join-our-team-section .vk-btn:hover, .vk-home-dark .vk-join-our-team-section .vk-btn:focus {
color: #fff;
-webkit-box-shadow: inset 0 0 0 2px #fff;
-moz-box-shadow: inset 0 0 0 2px #fff;
box-shadow: inset 0 0 0 2px #fff;
background-color: transparent; }
@media (min-width: 1200px) {
.vk-home-dark .vk-our-project-section .box-filter {
top: -15px; } }
@media (min-width: 992px) {
.vk-home-dark .vk-iconbox-section {
padding-top: 120px; } }
@media (min-width: 992px) {
.vk-home-dark .vk-iconbox-section .vk-heading {
margin-bottom: 45px; } }
.vk-home-dark .vk-iconbox-section .vk-iconbox .vk-title {
color: #fff; }
.vk-home-dark .vk-iconbox-section .vk-iconbox:hover .icon {
color: #FFC000; }
.vk-home-dark .vk-iconbox-section .vk-iconbox:hover .vk-title {
color: #FFC000; }
/* HOME DEFAULT */
.vk-home .vk-heading {
margin-bottom: 60px; }
@media (min-width: 992px) {
.vk-home .vk-content-bot .left-content {
float: left; } }
.vk-home .vk-content-bot .right-content {
padding-top: 50px; }
@media (min-width: 992px) {
.vk-home .vk-content-bot .right-content {
padding-top: 0px; } }
.vk-home .vk-content-bot .vk-testimonial .content {
padding-bottom: 0px; }
.vk-home .vk-what-we-do-section .vk-heading {
margin-bottom: 30px; }
@media (min-width: 992px) {
.vk-home .vk-what-we-do-section .vk-heading {
margin-bottom: 60px; } }
@media (min-width: 992px) {
.vk-home .vk-what-we-do-section .vk-filter li {
padding: 14px 15px; } }
@media (min-width: 1200px) {
.vk-home .vk-what-we-do-section .vk-filter li {
padding: 14px 23px; } }
.vk-our-project-section .box-filter {
position: absolute;
top: 2px;
right: 15px;
display: none; }
@media (min-width: 992px) {
.vk-our-project-section .box-filter {
display: block; } }
@media (min-width: 1200px) {
.vk-our-project-section .box-filter {
right: 200px; } }
.vk-work-step-mini {
padding-top: 50px; }
.vk-work-step-mini .vk-title {
margin-bottom: 20px; }
@media (min-width: 992px) {
.vk-work-step-mini .vk-title {
margin-bottom: 30px; } }
.vk-recent-blog-section {
background-color: #F4F4F4; }
.vk-counter-section {
background-color: #E5AC00;
padding-top: 50px; }
@media (min-width: 992px) {
.vk-counter-section {
padding-top: 0; } }
.vk-our-project-list .item {
width: 100%; }
/* HOME SHOP */
.tiny-banner {
background-image: url(../images/home-shop/banner.jpg);
height: 375px;
background-size: cover;
background-repeat: no-repeat;
padding: 40px; }
.tiny-banner h2 {
margin: 0; }
.tiny-banner h1 {
font-size: 60px;
color: #FFC000;
font-weight: 300;
margin: 25px 0; }
.vk-client-shop-section {
background-color: #EAEAEA;
padding: 40px 0; }
.vk-list-client-slider .vk-arrow {
font-size: 48px;
color: #B0B0B0;
background-color: transparent;
padding: 0;
position: absolute;
top: 0;
bottom: 0;
z-index: 1; }
.vk-list-client-slider .vk-arrow.next {
right: 0; }
@media (min-width: 992px) {
.vk-home-shop .vk-slider-arrow-dot-top .vk-arrow-dots {
top: -76px; } }
@media (min-width: 992px) {
.vk-home-shop .vk-slider-arrow-dot-top .vk-arrow {
top: -100px; } }
.vk-home-shop .vk-recent-blog-section {
background-color: #fff; }
@media (min-width: 992px) {
.vk-home-shop .vk-recent-blog-section {
padding-bottom: 120px; } }
/* HOME ONE PAGE */
.vk-home-one-page .vk-heading {
color: #fff; }
.vk-home-one-page .vk-heading-style-1 {
text-align: center;
margin-bottom: 30px; }
@media (min-width: 992px) {
.vk-home-one-page .vk-heading-style-1 {
text-align: left;
margin-bottom: 60px; } }
.vk-home-one-page .vk-section {
padding-top: 230px;
height: 100%; }
.vk-home-one-page .vk-section-style-2 {
text-align: center; }
@media (min-width: 992px) {
.vk-home-one-page .vk-section-style-2 {
text-align: left; } }
.vk-home-one-page .vk-section-style-2 .vk-filter {
background-color: transparent;
font-weight: 600;
color: #B0B0B0; }
.vk-home-one-page .vk-section-style-2 .vk-title {
color: #fff; }
.vk-home-one-page .vk-section-style-2 .vk-counter {
display: none; }
@media (min-width: 992px) {
.vk-home-one-page .vk-section-style-2 .vk-counter {
display: inline-flex; } }
.vk-home-one-page .vk-section-style-2 .vk-counter .title {
color: #B0B0B0; }
.vk-home-one-page .vk-section-style-2 .vk-counter-non-icon .number-count:after {
background-color: #B0B0B0; }
.vk-home-one-page .vk-section-style-2 .vk-buttons {
margin-top: -20px;
border-color: transparent; }
@media (min-width: 992px) {
.vk-home-one-page .vk-section-style-2 .vk-buttons {
border-color: #B0B0B0;
margin-top: 0px; } }
.vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn {
margin-right: auto; }
@media (min-width: 992px) {
.vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn {
margin-right: 0; } }
.vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn:hover, .vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn:focus {
color: #fff; }
.vk-home-one-page .vk-section-style-2 .vk-list-step-mini li {
color: #fff; }
.vk-home-one-page .vk-section-style-2 .vk-list-step-mini li:before {
color: rgba(255, 192, 0, 0.1); }
.vk-home-one-page .vk-client-say .box-heading, .vk-home-one-page .vk-contact .box-heading {
position: relative; }
.vk-home-one-page .vk-client-say .box-heading .vk-heading, .vk-home-one-page .vk-contact .box-heading .vk-heading {
margin-bottom: 0; }
.vk-home-one-page .vk-client-say .box-heading .vk-heading-style-1, .vk-home-one-page .vk-contact .box-heading .vk-heading-style-1 {
padding-bottom: 0; }
.vk-home-one-page .vk-client-say .box-heading .vk-heading-style-2, .vk-home-one-page .vk-contact .box-heading .vk-heading-style-2 {
position: absolute;
right: 0;
top: 0; }
.vk-home-one-page .vk-client-say .box-heading {
padding-bottom: 50px; }
@media (min-width: 992px) {
.vk-home-one-page .vk-client-say .box-heading {
padding-bottom: 110px; } }
.vk-home-one-page .vk-contact .box-heading {
padding-bottom: 50px; }
@media (min-width: 992px) {
.vk-home-one-page .vk-contact .box-heading {
padding-bottom: 80px; } }
.vk-home-one-page .vk-contact .left-content .vk-heading, .vk-home-one-page .vk-contact .right-content .vk-heading {
font-weight: 400; }
.vk-home-one-page .vk-contact .right-content {
padding-top: 0;
padding-left: 30px;
padding-right: 30px; }
@media (min-width: 992px) {
.vk-home-one-page .vk-contact .right-content {
padding-left: 15px;
padding-right: 15px; } }
.vk-home-one-page .vk-contact .vk-contact-form {
background-color: rgba(0, 0, 0, 0.3); }
.vk-home-one-page .vk-contact .vk-contact-form .form-control {
background-color: rgba(255, 255, 255, 0.1);
color: #B0B0B0; }
.vk-home-one-page .vk-contact .vk-contact-form .user-info .fa {
color: #FFC000; }
.vk-home-one-page .vk-slider-arrow-top .vk-arrow {
bottom: -50px;
top: auto; }
@media (min-width: 992px) {
.vk-home-one-page .vk-slider-arrow-top .vk-arrow {
top: -120px; } }
.vk-home-one-page .vk-slider-arrow-top .vk-arrow.prev {
left: 50%;
-webkit-transform: translateX(-42px);
-moz-transform: translateX(-42px);
-ms-transform: translateX(-42px);
-o-transform: translateX(-42px);
transform: translateX(-42px); }
@media (min-width: 992px) {
.vk-home-one-page .vk-slider-arrow-top .vk-arrow.prev {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
left: auto;
right: 58px; } }
.vk-home-one-page .vk-slider-arrow-top .vk-arrow, .vk-home-one-page .vk-slider-arrow-top .vk-arrow .next {
right: 50%;
-webkit-transform: translateX(42px);
-moz-transform: translateX(42px);
-ms-transform: translateX(42px);
-o-transform: translateX(42px);
transform: translateX(42px); }
@media (min-width: 992px) {
.vk-home-one-page .vk-slider-arrow-top .vk-arrow, .vk-home-one-page .vk-slider-arrow-top .vk-arrow .next {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
right: 15px; } }
.vk-home-one-page .vk-our-project-section {
padding-bottom: 100px; }
@media (min-width: 992px) {
.vk-home-one-page .vk-our-project-section {
padding-bottom: 80px; } }
.vk-home-one-page .vk-pricing-table-slider .slick-track {
padding-top: 20px; }
.vk-home-one-page .vk-pricing-table-slider .item {
padding: 15px; }
@media (min-width: 992px) {
.vk-home-one-page .vk-pricing-table-slider .item {
padding: 0px; } }
.vk-home-one-page .vk-pricing-table-slider .item.focus {
margin-top: -20px; }
.vk-navbar-right-fixed {
display: none;
position: fixed;
z-index: 9;
right: 0;
bottom: 0;
top: 0;
width: 60px;
background-color: rgba(255, 255, 255, 0.1); }
@media (min-width: 992px) {
.vk-navbar-right-fixed {
display: block; } }
.vk-navbar-right-fixed .vk-social-link {
position: absolute;
bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%); }
.vk-navbar-right-fixed .vk-social-link li {
display: block; }
.vk-navbar-right-fixed .vk-social-link li a {
border: none; }
.vk-navbar-right-fixed .vk-nav-scroll-to-id {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.vk-navbar-right-fixed .vk-nav-scroll-to-id li {
line-height: 1; }
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a {
width: 20px;
height: 20px;
display: inline-block;
text-indent: 50px;
overflow: hidden;
position: relative; }
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:before {
content: '';
width: 8px;
height: 8px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #8D8D8D;
position: absolute;
left: 6px;
top: 6px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:after {
content: '';
width: 14px;
height: 14px;
border: 1px solid transparent;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position: absolute;
left: 3px;
top: 3px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a.mPS2id-highlight:before, .vk-navbar-right-fixed .vk-nav-scroll-to-id li a:hover:before, .vk-navbar-right-fixed .vk-nav-scroll-to-id li a:focus:before {
background-color: #FFC000; }
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a.mPS2id-highlight:after, .vk-navbar-right-fixed .vk-nav-scroll-to-id li a:hover:after, .vk-navbar-right-fixed .vk-nav-scroll-to-id li a:focus:after {
border-color: #FFC000; }
.vk-navbar-right-fixed .search-shopcart-button {
text-align: center;
padding-top: 30px;
color: #fff; }
.vk-navbar-right-fixed .search-shopcart-button .shopping-cart {
color: #fff;
padding-left: 0;
margin-top: 0;
float: none;
display: inline-block; }
.vk-navbar-right-fixed .search-shopcart-button .btn-search {
padding: 0 10px;
font-size: 20px; }
.vk-navbar-right-fixed .search-shopcart-button li {
display: inline-block;
display: inline-block;
width: 100%; }
.vk-navbar-right-fixed .search-shopcart-button li + li {
padding-top: 20px; }
.vk-one-page .vk-footer {
display: none; }
.vk-one-page .section .vk-section {
min-height: inherit; }
.vk-one-page .section .vk-banner {
min-height: inherit; }
.vk-one-page .slicknav_nav {
position: fixed;
top: 75px;
z-index: 9999;
width: 100%;
height: 100%;
overflow-y: scroll !important; }
.vk-one-page .slicknav_nav .box-search-header .vk-input-group {
margin: 0;
padding: 25px 15px;
background-color: #2e3841; }
.vk-one-page .slicknav_nav .box-search-header .btn-search {
right: 11px; }
/* HOME LEFT MENU */
.vk-our-team-slider .content {
opacity: 1;
padding-bottom: 0; }
.vk-our-team-slider.vk-slider-arrow-top .vk-arrow {
top: -100px;
display: none; }
@media (min-width: 992px) {
.vk-our-team-slider.vk-slider-arrow-top .vk-arrow {
display: block; } }
.vk-home-left-menu .vk-our-team .vk-our-team-slider .content {
padding-bottom: 0; }
@media (min-width: 992px) {
.vk-home-left-menu .shopping-cart-list {
position: fixed;
top: 0;
left: 300px;
z-index: 9;
min-width: 400px; } }
@media (min-width: 1200px) {
.vk-home-left-menu .shopping-cart-list {
left: 360px; } }
.vk-left-menu .container {
width: 100%; }
@media (min-width: 1352px) {
.vk-left-menu .container {
width: 970px; } }
@media (min-width: 1560px) {
.vk-left-menu .container {
width: 1200px; } }
.vk-left-menu .col-sm-6 {
width: 100%; }
@media (min-width: 1068px) {
.vk-left-menu .col-sm-6 {
width: 50%; } }
.vk-left-menu .col-md-3 {
width: 100%; }
@media (min-width: 1068px) {
.vk-left-menu .col-md-3 {
width: 25%; } }
.vk-left-menu .col-md-6 {
width: 100%; }
@media (min-width: 1068px) {
.vk-left-menu .col-md-6 {
width: 50%; } }
.vk-left-menu .vk-section .right {
padding-right: 15px; }
@media (min-width: 1292px) {
.vk-left-menu .vk-section .right {
padding-right: 85px; } }
.vk-left-menu .vk-section .left {
padding-bottom: 20px; }
@media (min-width: 1292px) {
.vk-left-menu .vk-section .left {
padding-bottom: 0px; } }
.vk-left-menu .vk-section .content {
padding-bottom: 0; }
@media (min-width: 1292px) {
.vk-left-menu .vk-section .content {
padding-bottom: 35px; } }
.vk-left-menu .vk-our-project-section .vk-section img {
width: 100%; }
@media (min-width: 1292px) {
.vk-left-menu .vk-our-project-section .vk-section img {
width: auto;
max-width: 100%; } }
.vk-left-menu .vk-our-project-section .box-filter {
display: none; }
@media (min-width: 1560px) {
.vk-left-menu .vk-our-project-section .box-filter {
display: block; } }
.vk-left-menu .vk-our-project-list .vk-img-frame img {
width: 100%; }
.vk-left-menu .vk-what-we-do-section .vk-img-frame img {
width: 100%; }
.vk-left-menu .vk-what-we-do-section .box-filter {
margin-bottom: 30px;
position: static; }
@media (min-width: 1068px) {
.vk-left-menu .vk-what-we-do-section .box-filter {
margin-bottom: 0;
position: absolute; } }
.vk-left-menu .vk-what-we-do-section .box-filter .vk-filter {
border: 1px solid #EAEAEA; }
@media (min-width: 1068px) {
.vk-left-menu .vk-what-we-do-section .box-filter .vk-filter {
border-top: none;
border-left: none;
border-right: none; } }
@media (max-width: 1067px) {
.vk-left-menu .vk-what-we-do-section .box-filter ul.vk-filter {
display: none; } }
@media (min-width: 1068px) {
.vk-left-menu .vk-what-we-do-section .box-filter select.vk-filter {
display: none; } }
.vk-left-menu .vk-content-bot .right-content {
padding-top: 50px; }
@media (min-width: 1291px) {
.vk-left-menu .vk-content-bot .right-content {
padding-top: 0px; } }
@media (min-width: 992px) {
.vk-left-menu .vk-content, .vk-left-menu .vk-footer {
padding-left: 300px; } }
@media (min-width: 1200px) {
.vk-left-menu .vk-content, .vk-left-menu .vk-footer {
padding-left: 360px; } }
.vk-left-menu .vk-footer .footer-item {
padding-bottom: 60px; }
@media (min-width: 1068px) {
.vk-left-menu .vk-footer .footer-item {
padding-bottom: 80px; } }
.vk-left-menu .vk-footer .quick-link {
margin-left: 0px;
padding-left: 15px; }
@media (min-width: 1068px) {
.vk-left-menu .vk-footer .quick-link {
margin-left: -15px;
padding-left: calc(1200px / 12 - 15px); } }
.vk-left-menu .vk-footer .office {
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 1068px) {
.vk-left-menu .vk-footer .office {
padding-left: 0;
padding-right: calc(1200px / 12 - 30px); } }
.vk-left-menu .vk-footer .latest-works {
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 1068px) {
.vk-left-menu .vk-footer .latest-works {
padding-left: 0;
padding-right: 0; } }
.vk-left-menu .vk-footer .vk-latest-news li img {
width: 100%; }
@media (min-width: 1068px) {
.vk-left-menu .vk-footer .vk-latest-news li img {
width: auto; } }
@media (min-width: 992px) {
.vk-left-menu .vk-header-left-menu {
position: fixed;
z-index: 10;
height: 100%; } }
.vk-left-menu .vk-counter-section {
padding-top: 50px; }
@media (min-width: 1292px) {
.vk-left-menu .vk-counter-section {
padding-top: 0px; } }
.vk-left-menu .vk-counter-section .vk-counter {
padding-top: 0;
padding-bottom: 50px; }
@media (min-width: 1292px) {
.vk-left-menu .vk-counter-section .vk-counter {
padding-top: 100px;
padding-bottom: 100px; } }
/* HOME SLIDER */
.vk-home-slider .vk-iconbox-without-background .vk-heading {
margin-bottom: 25px; }
/* 404 PAGE */
@media (min-width: 992px) {
.vk-page-404 .left {
padding-right: 180px; } }
.vk-page-404 .vk-img-frame {
margin-bottom: 60px; }
@media (min-width: 768px) {
.vk-page-404 .vk-search-form {
width: 500px;
margin: auto; } }
.vk-page-404 .vk-search-form .form-group {
margin-bottom: 20px; }
.vk-page-404 .vk-buttons .vk-btn {
font-weight: 500;
min-width: 100%; }
@media (min-width: 768px) {
.vk-page-404 .vk-buttons .vk-btn {
min-width: 240px; } }
.vk-page-404 .vk-buttons .vk-btn .fa {
padding-right: 10px; }
.vk-page-404 .vk-buttons .vk-btn-go-back {
margin-bottom: 20px; }
@media (min-width: 768px) {
.vk-page-404 .vk-buttons .vk-btn-go-back {
margin-bottom: 0;
margin-right: 15px; } }
.vk-btn-go-back {
background-color: #2E3841; }
.vk-btn-go-back:hover, .vk-btn-go-back:focus {
color: #2E3841;
border-color: #2E3841;
background-color: transparent; }
/* ABOUT PAGE */
.vk-page-about .vk-our-team {
padding: 60px 0;
background-color: #F4F4F4; }
.vk-page-about .vk-content-bot {
padding: 60px 0; }
@media (min-width: 992px) {
.vk-page-about .vk-content-bot {
padding: 80px 0; } }
.vk-page-about .vk-slider-arrow-top .vk-arrow {
top: -80px; }
@media (min-width: 992px) {
.vk-content-bot .left-content {
padding-right: 30px; } }
.vk-content-bot .right-content {
padding-top: 55px; }
@media (min-width: 992px) {
.vk-content-bot .right-content {
padding-left: 30px;
padding-right: 15px;
margin-left: 0;
padding-top: 0; } }
.vk-content-bot .vk-testimonial {
margin-bottom: 0; }
@media (min-width: 992px) {
.vk-content-bot .vk-testimonial {
padding-bottom: 29px; } }
@media (min-width: 992px) {
.vk-content-bot .vk-testimonial .content p {
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 5;
display: -webkit-box;
-webkit-box-orient: vertical; } }
/* CAREER PAGE */
.vk-page-career .content-top {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-page-career .content-top {
padding-bottom: 20px; } }
.vk-page-career .content-mid .vk-title {
margin-bottom: 0;
padding: 17px 17px 17px 19px;
background: #f4f4f4;
background: -moz-linear-gradient(left, #F4F4F4 0%, #fff 100%);
background: -webkit-linear-gradient(left, #F4F4F4 0%, #fff 100%);
background: linear-gradient(to right, #F4F4F4 0%, #fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$grey-5', endColorstr='$white',GradientType=1 ); }
.vk-page-career .vk-list-icon {
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-page-career .left {
padding-right: 85px; } }
.vk-page-career .vk-contact-form {
padding-top: 25px; }
.vk-page-career .vk-contact-form .vk-heading {
padding-bottom: 15px; }
.vk-page-career .vk-contact-form .vk-divider {
margin-bottom: 30px; }
/* CONTACT PAGE */
.vk-map {
padding-top: 60px;
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-map {
padding-bottom: 80px; } }
.vk-contact .vk-heading {
margin-bottom: 20px;
line-height: 30px;
padding-bottom: 0; }
@media (min-width: 992px) {
.vk-contact .vk-heading {
margin-bottom: 40px; } }
@media (min-width: 992px) {
.vk-contact .left-content {
padding-right: 85px; } }
.vk-contact .right-content {
padding-top: 45px; }
@media (min-width: 992px) {
.vk-contact .right-content {
padding: 0;
margin-left: -15px; } }
.vk-contact-form {
background-color: #F4F4F4;
padding: 30px 20px; }
.vk-contact-form .vk-btn {
font-weight: 500; }
.vk-contact-form .vk-btn .fa {
padding-right: 12px; }
@media (min-width: 992px) {
.vk-contact-form {
padding: 30px 40px; } }
.vk-contact-form .form-control {
border-radius: 0;
border-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.vk-contact-form .form-control:focus {
border-color: #FFC000; }
.vk-contact-form .form-group {
position: relative;
margin-bottom: 20px; }
@media (min-width: 992px) {
.vk-contact-form .user-info {
width: 300px;
float: left; } }
.vk-contact-form .user-info .form-control {
min-height: 50px;
padding-left: 55px; }
.vk-contact-form .user-info .fa {
position: absolute;
color: #2E3841;
font-size: 22px;
left: 20px;
top: 13px; }
@media (min-width: 992px) {
.vk-contact-form .message-content {
width: calc(100% - 300px);
float: left;
padding-left: 20px; } }
.vk-contact-form .message-content .form-control {
min-height: 260px; }
.vk-contact .contact-info {
padding-bottom: 25px; }
.vk-contact .contact-info .vk-office {
border-color: #d7d7d7; }
@media (min-width: 992px) {
.vk-contact .contact-info .vk-office li:last-child {
padding-bottom: 25px; }
.vk-contact .contact-info .vk-office:last-child {
padding-top: 25px; } }
.vk-contact .business-hours .vk-office {
border-top: none; }
.vk-contact .business-hours .vk-heading {
margin-bottom: 5px; }
.vk-page-contact .vk-space.x-medium {
padding: 20px 0; }
@media (min-width: 992px) {
.vk-page-contact .vk-space.x-medium {
padding: 60px 0; } }
/* FAQ PAGE */
@media (min-width: 992px) {
.vk-page-faq .left {
padding-right: 85px; } }
.vk-page-faq .vk-toggle .panel:last-child {
border-bottom: none; }
/* TESTIMONIAL PAGE */
.vk-testimonial {
padding: 30px 30px 20px;
border: 1px solid #EAEAEA;
margin-bottom: 30px; }
@media (min-width: 992px) {
.vk-testimonial {
padding-bottom: 25px; } }
.vk-testimonial .vk-img-frame {
width: 80px;
height: 80px; }
.vk-testimonial .avatar {
display: flex;
align-items: flex-end;
padding-bottom: 30px; }
.vk-testimonial .profile {
padding-left: 17px;
padding-bottom: 2px; }
.vk-testimonial .name {
color: #2E3841;
text-transform: uppercase;
font-weight: 600;
display: flex; }
.vk-testimonial .position {
text-transform: capitalize; }
@media (min-width: 992px) {
.vk-testimonial .content {
padding-left: 45px;
position: relative; } }
.vk-testimonial .content .fa {
display: none; }
@media (min-width: 992px) {
.vk-testimonial .content .fa {
display: block;
position: absolute;
font-size: 30px;
left: 0; } }
.vk-testimonial .content p {
margin-bottom: 0; }
.vk-testimonial-style-2 {
border: none;
padding: 0;
text-align: center;
margin-bottom: 0; }
.vk-testimonial-style-2 .vk-title {
font-size: 18px;
font-weight: 400;
color: #FFC000;
text-transform: none;
line-height: 26px;
position: relative;
margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
margin-bottom: 25px; }
@media (min-width: 992px) {
.vk-testimonial-style-2 .vk-title {
width: 400px;
font-size: 24px;
line-height: 36px;
padding-bottom: 35px;
margin-bottom: 35px; } }
.vk-testimonial-style-2 .vk-title:after {
content: '';
height: 1px;
width: 100px;
background-color: #656564;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto; }
.vk-testimonial-style-2 .content {
padding-left: 0;
padding-bottom: 30px; }
@media (min-width: 992px) {
.vk-testimonial-style-2 .content {
padding-bottom: 50px; } }
.vk-testimonial-style-2 .avatar {
display: inline-block;
padding-bottom: 0; }
.vk-testimonial-style-2 .vk-img-frame {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #fff;
float: left; }
@media (min-width: 992px) {
.vk-testimonial-style-2 .vk-img-frame {
margin: auto;
margin-bottom: 25px;
float: none; } }
.vk-testimonial-style-2 .profile {
padding-left: 20px;
padding-top: 15px;
text-align: left;
float: left; }
@media (min-width: 992px) {
.vk-testimonial-style-2 .profile {
padding-left: 0px;
padding-top: 0px;
text-align: center;
float: none; } }
.vk-testimonial-style-2 .name {
color: #FFC000;
padding-bottom: 5px; }
.vk-slider-arrow-mod .vk-arrow {
font-size: 40px;
background-color: transparent;
color: #B0B0B0;
position: absolute;
top: 27%; }
.vk-slider-arrow-mod .vk-arrow:hover, .vk-slider-arrow-mod .vk-arrow:focus {
color: #FFC000; }
.vk-slider-arrow-mod .vk-arrow.next {
right: -215px; }
.vk-slider-arrow-mod .vk-arrow.prev {
left: -215px; }
.vk-page-testimonial {
padding: 60px 0; }
.vk-page-testimonial .vk-btn {
font-weight: 500; }
.vk-page-testimonial .vk-btn .fa {
padding-left: 8px; }
/* PROJECT LIST */
.vk-page-project .left-content {
padding: 0; }
@media (min-width: 992px) {
.vk-page-project .left-content {
margin-right: -15px; } }
.vk-page-project .right-content {
padding-left: 0;
padding-right: 0;
padding-top: 25px; }
@media (min-width: 992px) {
.vk-page-project .right-content {
padding-right: 15px;
padding-left: 85px;
padding-top: 0;
margin-left: 0; } }
.vk-page-project .vk-detail-post {
margin-bottom: 25px; }
.vk-page-project .vk-detail-post li {
font-weight: 500;
color: #2E3841;
padding: 14px 20px;
text-align: center;
border: 1px solid #EAEAEA; }
@media (min-width: 992px) {
.vk-page-project .vk-detail-post li {
min-width: calc(100% / 3);
padding: 14px 5px; } }
.vk-page-project .vk-detail-post li:nth-child(n+2) {
display: none; }
@media (min-width: 992px) {
.vk-page-project .vk-detail-post li:nth-child(n+2) {
margin-left: -1px;
display: block; } }
.vk-page-project .vk-detail-post li .vk-text {
text-transform: capitalize;
font-weight: 300; }
.vk-page-project .vk-title {
margin-bottom: 25px; }
.vk-page-project .vk-title a {
color: #2E3841; }
.vk-page-project .vk-title a:hover {
color: #FFC000; }
@media (min-width: 992px) {
.vk-page-project .post-brief-content {
margin-bottom: 20px; } }
.vk-page-project .vk-buttons .vk-btn-readmore {
color: #FFC000;
font-weight: 500;
padding-left: 0; }
.vk-page-project .vk-buttons .vk-btn-readmore .fa {
padding-left: 10px; }
.vk-page-project .box-pagination {
padding-top: 20px;
text-align: center; }
@media (min-width: 992px) {
.vk-page-project .box-pagination {
text-align: right; } }
.vk-page-project .box-filter {
padding-bottom: 10px; }
@media (min-width: 992px) {
.vk-page-project .box-filter {
padding-bottom: 70px; } }
.vk-page-project .vk-project-list-item {
padding: 30px 0;
border-bottom: 1px solid #EAEAEA;
float: left; }
@media (min-width: 992px) {
.vk-page-project .vk-project-list-item {
padding: 50px 0; } }
/* PROJECT GRID */
.vk-project-grid-item {
margin-bottom: 30px;
margin-right: auto;
position: relative;
overflow: hidden; }
@media (min-width: 992px) {
.vk-project-grid-item {
width: auto; } }
.vk-project-grid-item .content-hidden {
display: flex;
background-color: #2E3841;
min-height: 60px;
padding: 17px 15px;
position: absolute;
bottom: -60px;
right: 0;
left: 0;
z-index: 1;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-project-grid-item .vk-title {
display: inline-flex;
align-items: center;
margin-bottom: 0; }
.vk-project-grid-item .vk-title a {
color: #fff; }
.vk-project-grid-item .vk-title a:hover, .vk-project-grid-item .vk-title a:focus {
color: #FFC000; }
.vk-project-grid-item .vk-list-action-post {
display: inline-flex;
margin-left: auto; }
.vk-project-grid-item .vk-list-action-post li {
padding-left: 15px;
font-size: 18px; }
.vk-project-grid-item .vk-list-action-post li:first-child {
padding-left: 0; }
.vk-project-grid-item:hover .content-hidden {
bottom: 0;
opacity: 1; }
.vk-page-project-grid .box-filter {
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-page-project-grid .box-filter {
padding-bottom: 120px; } }
@media (min-width: 992px) {
.vk-page-project-grid .vk-buttons {
padding-top: 30px; } }
.vk-page-project-grid .vk-buttons .vk-btn-readmore {
padding: 0 15px; }
/* SINGLE PROJECT */
.vk-slider-project .vk-arrow {
position: absolute;
z-index: 1;
background-color: rgba(46, 56, 65, 0.25);
height: 50px;
width: 30px;
top: 0;
bottom: 0;
margin: auto;
padding: 5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media (min-width: 992px) {
.vk-slider-project .vk-arrow {
height: 100px;
width: 60px; } }
.vk-slider-project .vk-arrow.next {
right: 0; }
.vk-slider-project .vk-arrow:hover {
background-color: #2E3841; }
.vk-slider-project .slider-for {
margin-bottom: 10px; }
@media (min-width: 992px) {
.vk-slider-project .slider-for {
margin-bottom: 30px; } }
.vk-slider-project .slider-nav {
margin-left: -5px;
margin-right: -5px; }
@media (min-width: 992px) {
.vk-slider-project .slider-nav {
margin-left: -15px;
margin-right: -15px; } }
.vk-slider-project .slider-nav .slick-slide {
padding: 0 5px;
opacity: 0.5;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media (min-width: 992px) {
.vk-slider-project .slider-nav .slick-slide {
padding: 0 15px; } }
.vk-slider-project .slider-nav .slick-slide.slick-current, .vk-slider-project .slider-nav .slick-slide:hover, .vk-slider-project .slider-nav .slick-slide:focus {
opacity: 1; }
.vk-content-single-project .vk-title {
padding-bottom: 15px;
margin-bottom: 20px;
position: relative; }
.vk-content-single-project .vk-title:after {
content: '';
position: absolute;
height: 1px;
width: 100%;
bottom: 0;
left: 0;
background-color: #EAEAEA; }
.vk-content-single-project .info {
padding-top: 50px; }
.vk-content-single-project table tr th {
font-weight: 500;
color: #2E3841;
padding: 8px 0; }
.vk-content-single-project table tr td {
padding-left: 20px; }
.vk-single-project {
padding: 60px 0; }
@media (min-width: 992px) {
.vk-single-project {
padding: 80px 0; } }
/* CONSTRUCTION SERVICE */
/* CONSULTANT SERVICE */
.vk-page-service .vk-work-process {
padding-bottom: 60px;
border-bottom: 1px solid #EAEAEA; }
@media (min-width: 992px) {
.vk-page-service .vk-work-process {
padding-top: 60px;
border-top: 1px solid #EAEAEA; } }
.vk-page-service .vk-pricing-table .vk-heading {
margin-bottom: 45px; }
@media (min-width: 992px) {
.vk-page-service .vk-pricing-table .vk-heading {
margin-bottom: 100px; } }
/* DESIGN SERVICE */
/* FURNITURE SERVICE */
/* SHOP */
.vk-sort .col-md-5 .col-md-6 {
margin: auto 0 auto 0;
padding: 0;
text-align: center; }
.vk-sort .col-md-5 .col-md-6 p {
margin: 0;
padding: 20px; }
.vk-sort .form-control {
border-radius: 0;
color: #B0B0B0; }
.vk-shop-item .img-shop {
position: relative; }
.vk-shop-item .img-shop .vk-btn {
position: absolute;
left: 55px;
top: 45%; }
.vk-shop-item ul li {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-shop-item ul li:nth-child(4) {
clear: both; } }
.vk-shop-item .item {
margin: auto;
height: 470px;
overflow: hidden; }
@media (min-width: 480px) {
.vk-shop-item .item {
width: 360px; } }
@media (min-width: 768px) {
.vk-shop-item .item {
width: auto;
height: 455px; } }
@media (min-width: 992px) {
.vk-shop-item .item {
height: 315px; } }
@media (min-width: 1200px) {
.vk-shop-item .item {
height: 380px; } }
.vk-shop-item .item:hover .vk-img-frame .vk-background-overlay {
opacity: 1; }
.vk-shop-item .item:hover .vk-heading a {
color: #FFC000; }
.vk-shop-item .item:hover .vk-price-rate {
display: none; }
.vk-shop-item .item:hover .vk-buttons {
display: block; }
.vk-shop-item .item:hover .vk-img:before {
opacity: 1; }
.vk-shop-item .vk-img:before {
opacity: 0; }
.vk-shop-item .vk-img-frame {
border: solid 1px #EAEAEA; }
.vk-shop-item .vk-heading {
margin: 0;
padding-top: 25px;
padding-bottom: 10px;
text-transform: capitalize; }
.vk-shop-item .vk-heading a {
color: #2E3841; }
.vk-shop-item .vk-img-frame {
height: 360px; }
@media (min-width: 768px) {
.vk-shop-item .vk-img-frame {
height: 345px; } }
@media (min-width: 992px) {
.vk-shop-item .vk-img-frame {
height: 210px; } }
@media (min-width: 1200px) {
.vk-shop-item .vk-img-frame {
height: 270px; } }
.vk-shop-item .vk-img-frame .vk-background-overlay {
background-color: rgba(0, 0, 0, 0.5);
display: flex;
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.vk-shop-item .vk-img-frame .vk-background-overlay a {
margin: auto; }
.vk-shop-item .vk-img-frame .vk-background-overlay a i {
font-size: 18px;
color: white;
border: solid 3px white;
border-radius: 50%;
padding: 15px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.vk-shop-item .vk-img-frame .vk-img img {
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
max-width: 100%; }
.vk-shop-item .vk-price-rate {
padding-top: 15px; }
.vk-shop-item .vk-price-rate .fa {
padding-bottom: 20px;
margin-right: -3px; }
.vk-shop-item .vk-price-rate .price {
color: #FFC000;
font-size: 18px;
float: left; }
.vk-shop-item .vk-price-rate .rate {
color: #B3BDC7;
font-size: 16px;
float: right; }
.vk-shop-item .vk-buttons {
display: none;
padding-top: 10px; }
.vk-shop-item .vk-buttons .vk-btn {
margin: 0;
margin-right: 5px;
padding: 0;
float: left;
background: transparent;
color: #B3BDC7;
border: 1px solid #B3BDC7;
min-height: auto; }
.vk-shop-item .vk-buttons .vk-btn:hover, .vk-shop-item .vk-buttons .vk-btn:focus, .vk-shop-item .vk-buttons .vk-btn.active {
color: #fff;
background-color: #FFC000;
border-color: transparent; }
.vk-shop-item .vk-buttons .vk-btn:last-child {
margin-right: 0; }
.vk-shop-item .vk-buttons .vk-btn-heart,
.vk-shop-item .vk-buttons .vk-btn-share,
.vk-shop-item .vk-buttons .vk-btn-heart,
.vk-shop-item .vk-buttons .vk-btn-share {
width: 36px;
height: 36px; }
.vk-shop-item .vk-buttons .vk-btn-addtocart {
height: 36px;
font-size: 14px;
width: calc(100% - 41 * 3px);
color: #2E3841;
font-weight: 500; }
@media (min-width: 992px) {
.vk-shop-item .vk-buttons .vk-btn-addtocart {
font-size: 13px; } }
@media (min-width: 1200px) {
.vk-shop-item .vk-buttons .vk-btn-addtocart {
font-size: 14px; } }
.vk-shop-wrapper .right-content {
padding-right: 0; }
.vk-shop-wrapper .vk-pagination li.next {
margin: 0; }
.vk-shop-wrapper .vk-pagination li {
display: inline-block;
width: 36px;
height: 36px;
border: solid 1px #EAEAEA;
padding: 7px 0; }
.vk-shop-wrapper .vk-pagination li a {
padding: 10px; }
.vk-shop-wrapper .vk-pagination li:hover {
border-color: #FFC000; }
.vk-shop-wrapper .vk-pagination li:hover a span {
color: #FFC000 !important; }
.vk-shop-wrapper .left-content {
float: none; }
.sidebar-menu .best-seller ul li {
display: flex; }
.sidebar-menu .best-seller ul li a {
display: flex;
width: 100%; }
.sidebar-menu .best-seller ul li a .vk-img {
width: 60px;
height: 60px;
overflow: hidden;
border: solid 1px #EAEAEA;
margin-right: 10px;
display: inline-block; }
.sidebar-menu .best-seller ul li a .vk-img img {
width: 100%; }
.sidebar-menu .best-seller ul li a:hover .best-seller-price p {
color: #FFC000; }
.sidebar-menu .best-seller ul li .best-seller-price {
display: inline-block; }
.sidebar-menu .best-seller ul li .best-seller-price p {
margin: 0;
color: #2E3841; }
.sidebar-menu .best-seller ul li .best-seller-price span {
color: #FFC000; }
.sidebar-menu .best-seller ul .vk-divider {
margin: 15px 0 15px 0; }
@media (min-width: 960px) {
.vk-sort .col-md-5 {
display: flex; }
.vk-sort .col-md-5 .col-md-6 p {
padding: 0; }
.right-content {
float: right; }
.left-content {
float: left; } }
.vk-shop-related {
float: left;
width: 100%; }
.vk-shop-related .vk-heading-border {
margin-bottom: 40px; }
.vk-shop-related .vk-shop-item li {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-shop-related .vk-shop-item li {
padding-bottom: 0; } }
/* SHOP CART */
.vk-table-shopcart {
width: 100%; }
.vk-table-shopcart .vk-list-quantity li + li {
margin-top: -1px; }
.vk-table-shopcart .table-heading-row {
background-color: #2E3841;
color: #fff;
font-weight: 600;
text-transform: uppercase; }
.vk-table-shopcart .table-heading-row th {
text-align: center;
padding: 15px 0; }
@media (min-width: 768px) {
.vk-table-shopcart .table-heading-row th {
padding-left: 20px;
padding-right: 20px; } }
.vk-table-shopcart .table-data-row {
background-color: #F4F4F4; }
.vk-table-shopcart .table-data-row td {
padding: 20px 5px;
border: 1px solid #fff; }
@media (min-width: 992px) {
.vk-table-shopcart .table-data-row td {
padding-left: 20px;
padding-right: 20px; } }
.vk-table-shopcart .product .vk-img-frame {
width: 60px;
height: 60px;
margin: auto;
margin-bottom: 10px; }
@media (min-width: 768px) {
.vk-table-shopcart .product .vk-img-frame {
margin-left: 0;
float: left; } }
.vk-table-shopcart .product .vk-img-frame img {
width: auto; }
@media (min-width: 768px) {
.vk-table-shopcart .product .name {
padding-left: 20px;
float: left;
padding-top: 18px; } }
.vk-table-shopcart .product .name a {
color: #2E3841; }
@media (min-width: 768px) {
.vk-table-shopcart .product .name a {
font-weight: 600; } }
.vk-table-shopcart .product .name a:hover, .vk-table-shopcart .product .name a:focus {
color: #FFC000; }
.vk-table-shopcart .vk-btn.cancel {
padding: 5px;
color: #8D8D8D;
background-color: transparent; }
.vk-table-shopcart .vk-btn.cancel:hover, .vk-table-shopcart .vk-btn.cancel:focus {
color: #e32c2c; }
.vk-table-shopcart .vk-btn.btn-coupon {
font-size: 14px;
font-weight: 600;
border-width: 1px; }
.vk-table-shopcart .form-control {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-color: transparent; }
.vk-table-shopcart .button-cart .input-group {
width: 100%; }
.vk-table-shopcart .vk-list-quantity {
display: inline-block; }
@media (min-width: 768px) {
.vk-table-shopcart .vk-list-quantity li {
float: left; }
.vk-table-shopcart .vk-list-quantity li + li {
margin-top: 0;
margin-left: -1px; } }
@media (min-width: 768px) {
.vk-table-shopcart .vk-list-quantity .vk-btn, .vk-table-shopcart .vk-list-quantity input {
height: 50px; } }
@media (min-width: 768px) {
.vk-table-shopcart .vk-list-quantity .vk-btn {
width: 50px; } }
@media (min-width: 768px) {
.vk-table-shopcart .vk-list-quantity input {
width: 80px; } }
.vk-table-shopcart-style-1 td {
text-align: center; }
@media (min-width: 768px) {
.vk-table-shopcart-style-1 .table-heading-row th:first-child {
text-align: left;
width: calc(500 / 1170 * 100%); } }
.vk-table-shopcart-style-1 .button-cart .input-group {
display: block;
margin-bottom: 20px; }
@media (min-width: 992px) {
.vk-table-shopcart-style-1 .button-cart .input-group {
float: left;
display: table;
margin-bottom: 0;
width: calc(500 / 1170 * 100%);
padding-right: 15px; } }
.vk-table-shopcart-style-1 .button-cart .form-control {
margin-bottom: 10px; }
@media (min-width: 992px) {
.vk-table-shopcart-style-1 .button-cart .form-control {
margin-bottom: 0; } }
.vk-table-shopcart-style-1 .button-cart .form-control:focus {
border: 1px solid #FFC000; }
.vk-table-shopcart-style-1 .table-data-row:last-child td {
padding-left: 20px;
padding-right: 20px; }
.vk-table-shopcart-style-1 .btn-coupon, .vk-table-shopcart-style-1 .btn-update {
width: 100%; }
@media (min-width: 992px) {
.vk-table-shopcart-style-1 .btn-update {
width: auto; } }
.vk-table-shopcart-style-1 .vk-buttons {
padding-top: 20px;
border-top: 1px solid #fff; }
@media (min-width: 992px) {
.vk-table-shopcart-style-1 .vk-buttons {
border-top: none;
float: right;
padding-top: 0; } }
.vk-table-shopcart-style-1 .btn-coupon, .vk-table-shopcart-style-1 .btn-update {
width: 100%; }
@media (min-width: 992px) {
.vk-table-shopcart-style-1 .btn-update {
width: auto; } }
.vk-table-shopcart-style-2 {
margin-bottom: 20px; }
.vk-table-shopcart-style-2 .table-heading-row th {
text-align: left;
padding-left: 20px;
padding-right: 20px; }
.vk-table-shopcart-style-2 .table-data-row td {
padding-left: 20px;
padding-right: 20px; }
.vk-table-shopcart-style-2 .table-data-row td:first-child {
color: #2E3841;
font-weight: 600;
text-transform: capitalize; }
@media (min-width: 992px) {
.vk-table-shopcart-style-2 .table-data-row td:first-child {
width: calc(165 / 700 * 100%); } }
.vk-table-shopcart-style-2 .table-data-row:last-child {
color: #2E3841; }
.vk-table-shopcart-style-2 .btn-update {
font-weight: 500;
width: 100%; }
@media (min-width: 768px) {
.vk-table-shopcart-style-2 .btn-update {
width: auto; } }
.vk-table-shopcart-style-2 .vk-title {
font-weight: 600;
color: #2E3841;
margin-bottom: 13px; }
.vk-table-shopcart-style-2 .note {
margin-bottom: 23px; }
@media (min-width: 992px) {
.vk-table-shopcart-style-2 .note {
margin-bottom: 10px; } }
.vk-table-shopcart-style-2 .price {
font-weight: 600; }
.vk-table-shopcart-style-2 .form-control:focus {
border-color: #FFC000; }
.vk-table-shopcart-style-3 .table-heading-row th {
text-align: left;
padding-left: 18px; }
.vk-table-shopcart-style-3 .table-heading-row input[type='checkbox'] {
display: none; }
.vk-table-shopcart-style-3 .table-heading-row input[type='checkbox'] + label {
position: relative;
top: 3px;
margin-left: 7px;
width: 16px;
height: 16px;
border: 1px solid #fff; }
.vk-table-shopcart-style-3 .table-heading-row input[type='checkbox']:checked + label:after {
content: "\f00c";
font-family: FontAwesome;
font-size: 10px;
position: absolute;
left: 1px;
top: 0; }
.vk-table-shopcart-style-3 .table-data-row td {
display: block;
padding: 7px 18px;
min-height: 50px; }
@media (min-width: 992px) {
.vk-table-shopcart-style-3 .table-data-row td {
display: table-cell; } }
.vk-table-shopcart-style-3 .table-data-row td:first-child {
padding-top: 14px;
font-weight: 600;
padding-bottom: 14px;
text-transform: capitalize;
color: #2E3841; }
@media (min-width: 992px) {
.vk-table-shopcart-style-3 .table-data-row td:first-child {
width: calc(170/570 * 100%); } }
@media (min-width: 992px) {
.vk-table-shopcart-style-3 .table-data-row:last-child td:first-child {
vertical-align: top; } }
.vk-table-shopcart-style-3 label, .vk-table-shopcart-style-3 .label {
font-weight: inherit;
margin-bottom: 0;
color: inherit; }
.vk-table-shopcart-style-3 .form-control {
min-height: 0;
padding-left: 0;
background-color: transparent; }
.vk-table-shopcart-style-3 textarea {
resize: vertical;
height: 136px; }
@media (min-width: 992px) {
.vk-table-shopcart-style-3 textarea {
height: 82px; } }
.vk-table-shopcart-style-4 .table-heading-row th {
text-align: left;
padding-left: 20px;
padding-right: 20px; }
.vk-table-shopcart-style-4 .table-data-row {
font-weight: 400; }
.vk-table-shopcart-style-4 .table-data-row td {
padding: 14px 20px; }
.vk-table-shopcart-style-4 .table-data-row td:first-child {
text-transform: capitalize; }
@media (min-width: 992px) {
.vk-table-shopcart-style-4 .table-data-row td:first-child {
width: calc(400/570 * 100%); } }
.vk-table-shopcart-style-4 .table-data-row:last-child {
font-weight: 600;
color: #FFC000; }
.vk-table-shopcart-style-4 .table-data-row.fix {
color: #2E3841; }
.vk-table-shopcart-style-5 .table-heading-row th {
text-align: left;
padding-left: 20px;
padding-right: 20px; }
.vk-table-shopcart-style-5 .table-data-row td {
padding: 15px 20px; }
.vk-table-shopcart-style-5 label, .vk-table-shopcart-style-5 .label {
color: #2E3841;
font-weight: 500; }
.vk-table-shopcart-style-5 input[type='radio'] {
display: none; }
.vk-table-shopcart-style-5 input[type='radio'] + label {
padding-left: 20px;
position: relative; }
.vk-table-shopcart-style-5 input[type='radio'] + label:before {
content: '';
width: 14px;
height: 14px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid #2E3841;
display: block;
position: absolute;
left: 0;
top: 2px; }
.vk-table-shopcart-style-5 input[type='radio']:checked + label:after {
width: 6px;
height: 6px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #2E3841;
content: "";
position: absolute;
left: 4px;
top: 6px; }
.vk-table-shopcart-style-5 a {
color: #2E3841;
font-weight: 500; }
.vk-table-shopcart-style-5 a:hover, .vk-table-shopcart-style-5 a:focus {
color: #FFC000; }
.vk-table-shopcart-style-5 .pay {
padding-bottom: 10px; }
@media (min-width: 992px) {
.vk-table-shopcart-style-5 .pay li {
float: left; }
.vk-table-shopcart-style-5 .pay li:first-child, .vk-table-shopcart-style-5 .pay li:last-child {
padding-top: 43px; }
.vk-table-shopcart-style-5 .pay li + li {
padding-left: 10px; } }
.vk-shop-cart {
padding-top: 60px;
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-shop-cart {
padding-top: 80px;
padding-bottom: 120px; } }
.vk-shop-cart .vk-table-shopcart-style-1 {
margin-bottom: 60px; }
@media (min-width: 992px) {
.vk-shop-cart .vk-table-shopcart-style-1 {
margin-bottom: 80px; } }
/* SHOP CHECKOUT */
.vk-shop-checkout {
padding-top: 60px; }
@media (min-width: 992px) {
.vk-shop-checkout {
padding-top: 80px;
padding-bottom: 50px; } }
.vk-shop-checkout .vk-table-shopcart-style-1 .button-cart .input-group {
width: auto;
margin-bottom: 0;
padding-right: 0; }
.vk-shop-checkout .shop-table {
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-shop-checkout .shop-table {
padding-bottom: 70px; } }
@media (min-width: 992px) {
.vk-shop-checkout .vk-shop-checkout-top .shop-table {
padding-bottom: 40px; } }
.vk-shop-checkout .vk-heading {
padding-bottom: 25px; }
.vk-shop-checkout .vk-shop-checkout-payment .vk-table-shopcart {
margin-bottom: 20px; }
/* SINGLE PRODUCT */
.vk-product-wrapper .box-shop {
padding-top: 60px;
padding-bottom: 30px; }
@media (min-width: 992px) {
.vk-product-wrapper .box-shop {
padding-top: 120px;
padding-bottom: 90px; } }
.vk-product-wrapper .product-view .detail-product .intro {
padding-bottom: 35px; }
.vk-product-wrapper .product-view .detail-product .quantity {
width: 100%;
margin-bottom: 20px; }
@media (min-width: 992px) {
.vk-product-wrapper .product-view .detail-product .quantity {
width: auto;
margin-bottom: 0; } }
.vk-product-wrapper .product-view .detail-product .quantity li {
width: 50px;
height: 50px; }
.vk-product-wrapper .product-view .detail-product .quantity li * {
width: 100%;
height: 100%;
border: 1px solid #EAEAEA;
border-radius: 0;
outline: none;
text-align: center; }
.vk-product-wrapper .product-view .detail-product .quantity li .vk-btn {
color: #B3BDC7;
padding: 0;
background-color: #F4F4F4; }
.vk-product-wrapper .product-view .detail-product .quantity li:not(:first-child) {
margin-left: -1px; }
.vk-product-wrapper .product-view .detail-product .quantity li:first-child, .vk-product-wrapper .product-view .detail-product .quantity li:last-child {
background-color: #F4F4F4; }
.vk-product-wrapper .product-view .detail-product .quantity .number {
width: calc(100% - 100px); }
@media (min-width: 992px) {
.vk-product-wrapper .product-view .detail-product .quantity .number {
width: 78px; } }
.vk-product-wrapper .product-view .detail-product .price p {
font-size: 28px;
color: #FFC000;
display: inline-block;
padding: 10px 30px 20px 0; }
.vk-product-wrapper .product-view .detail-product .add-to-cart {
padding: 20px 0; }
@media (min-width: 992px) {
.vk-product-wrapper .product-view .detail-product .add-to-cart {
display: flex; } }
.vk-product-wrapper .product-view .detail-product .add-to-cart .vk-btn-default {
width: 100%; }
@media (min-width: 992px) {
.vk-product-wrapper .product-view .detail-product .add-to-cart .vk-btn-default {
width: auto;
margin-left: 20px; } }
.vk-product-wrapper .product-view .detail-product .info p {
margin: 0; }
.vk-product-wrapper .product-view .detail-product .info p span {
font-weight: 600; }
.vk-product-wrapper .product-view .detail-product .info .share ul {
margin: 0; }
.vk-product-wrapper .product-view .detail-product .info .share ul li {
padding-left: 0;
padding-right: 1px; }
.vk-product-wrapper .product-view .detail-product .info .share ul li a {
background-color: #F4F4F4;
display: flex;
width: 50px;
height: 50px;
font-size: 22px;
padding: 14px 10px; }
.vk-product-wrapper .product-view .detail-product .info .share ul li a i {
margin: auto; }
.vk-product-wrapper .product-view .detail-product .info .share ul li:hover a {
color: #fff; }
.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(1):hover a {
background-color: #26558a; }
.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(2):hover a {
background-color: #1da0f2; }
.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(3):hover a {
background-color: #dc4a38; }
.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(4):hover a {
background-color: #ee1c1b; }
.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(5):hover a {
background-color: #bd081c; }
.vk-product-wrapper .product-view .vk-slider-shop {
padding-bottom: 25px; }
@media (min-width: 992px) {
.vk-product-wrapper .product-view .vk-slider-shop {
padding-bottom: 0; } }
.vk-product-wrapper .product-view .vk-slider-shop img {
border: 1px solid #EAEAEA; }
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav {
padding: 5px 15px; }
@media (min-width: 992px) {
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav {
padding: 10px 15px; } }
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .col-md {
width: 20%;
padding: 0 2.5px; }
@media (min-width: 992px) {
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .col-md {
padding: 0 5px; } }
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .vk-arrow {
background-color: #2E3841;
position: absolute;
top: 0;
bottom: 0;
width: 36px;
height: 36px;
padding: 0;
margin: auto;
z-index: 10; }
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .vk-btn:hover {
background-color: #FFC000; }
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .next {
right: 0; }
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .prev {
left: 0; }
@media (min-width: 960px) {
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .col-md {
padding-top: 0;
padding-bottom: 0; } }
/* FOOTER */
.vk-social-link {
padding-top: 8px; }
.vk-social-link li {
display: inline-block;
padding-right: 4px;
padding-bottom: 4px; }
.vk-social-link li a {
width: 30px;
height: 30px;
border: 2px solid;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center; }
.vk-quick-link li {
padding-bottom: 15px; }
.vk-quick-link li a:before {
content: '\f105';
padding-right: 8px;
font-family: FontAwesome; }
.vk-office li {
position: relative;
padding-left: 28px;
padding-bottom: 15px; }
.vk-office li .fa {
font-size: 18px;
position: absolute;
left: 0;
top: 1px;
color: #FFC000; }
.vk-office:last-child {
border-top: 1px solid #464646;
padding-top: 15px; }
.vk-latest-news li {
width: calc(100% /3);
display: inline;
float: left;
padding-bottom: 1px; }
.vk-latest-news li:not(:nth-child(3n)) {
padding-right: 1px; }
.vk-latest-news li .vk-img {
overflow: hidden; }
.vk-latest-news li img {
width: 100%; }
@media (min-width: 992px) {
.vk-latest-news li img {
width: auto; } }
.vk-footer {
padding-top: 60px;
background-color: #2E3841;
color: #b7b7b7; }
@media (min-width: 992px) {
.vk-footer {
padding-top: 80px; } }
.vk-footer .vk-heading {
padding-bottom: 25px;
color: #fff;
margin-bottom: 0; }
@media (min-width: 992px) {
.vk-footer .vk-heading {
padding-bottom: 30px; } }
.vk-footer .vk-divider {
border-color: #464646; }
.vk-footer .footer-item {
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-footer .footer-item {
padding-bottom: 80px; } }
@media (min-width: 992px) {
.vk-footer .quick-link {
margin-left: -15px;
padding-left: calc(1200px / 12 - 15px); } }
@media (min-width: 992px) {
.vk-footer .office {
padding-left: 0;
padding-right: calc(1200px / 12 - 30px); } }
.vk-footer .latest-works:after {
clear: both;
content: "";
display: table; }
@media (min-width: 992px) {
.vk-footer .latest-works {
padding-left: 0;
padding-right: 0; } }
.footer-bot {
background-color: #2A333B;
text-align: center;
padding: 23px 0; }
@media (min-width: 992px) {
.footer-bot {
padding: 27px 0; } }
.footer-bot .vk-text {
margin-bottom: 0;
display: inline-block; }
|
css/style.css
|
@charset "UTF-8";
/*-----------------------------------------------------------------------------------
Theme Name: WICON
Author: Viki Team
Author URI: http://www.vikitheme.com
Version: 1.0.0
Description: A Beautiful, Professional and Multipurpose Theme Made by Viki Team
-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
[Table of contents]
- Base
- Elements
- Components
- Alert boxes
- Buttons
- Colors
- Counters
- Dividers
- FAQ
- Heading
- Icon boxes
- Icons
- Image sliders
- Pricing table
- Tabs
- Layout
- Blog
- Blog grid
- Blog list
- Single blog
- Header
- Homepage
- Home dark
- Home default
- Home shop
- Page
- 404
- About
- Career
- Contact
- FAQ
- Testimonial
- Project
- Project list
- Project grid
- Single project
- Service
- Construction
- Consultant
- Design
- Furniture
- Shop
- Shop
- Shopcart
- Shop checkout
- Single product
- Footer
---------------------------------------------------------------- */
/* BASE */
body {
font-size: 14px;
font-weight: 300;
font-family: 'Montserrat';
color: #B0B0B0; }
h1, h2, h3, h4, h5, h6 {
color: #2E3841;
font-family: 'Montserrat';
font-weight: 600;
margin-top: 0; }
h1 {
font-size: 36px; }
h2 {
font-size: 30px; }
h3 {
font-size: 26px; }
h4 {
font-size: 22px; }
h5 {
font-size: 18px; }
h6 {
font-size: 14px; }
p {
line-height: 26px; }
ul, ol {
padding-left: 50px;
line-height: 26px; }
ul ul, ul ol, ol ul, ol ol {
padding-left: 30px; }
ul ul {
list-style: disc; }
blockquote {
font-size: 16px;
color: #2E3841;
padding-left: 45px;
border-left: none;
font-style: italic;
line-height: 26px; }
@media (min-width: 992px) {
blockquote {
padding-left: 80px; } }
/* ELEMENTS */
#scrollUp {
bottom: 20px;
right: 20px;
background-color: #2E3841;
color: #fff;
font-size: 14px;
text-decoration: none;
opacity: .5;
padding: 10px 20px;
-webkit-transition: background 300ms linear;
-moz-transition: background 300ms linear;
-o-transition: background 300ms linear;
transition: background 300ms linear;
-webkit-backface-visibility: hidden; }
@media (min-width: 992px) {
#scrollUp {
bottom: 70px;
right: 70px; } }
#scrollUp.inverse {
background-color: #FFC000;
color: #2E3841; }
#scrollUp:hover {
opacity: 1;
background-color: #FFC000;
color: #2E3841; }
.vk-clear-padding {
padding: 0; }
.vk-clear-padding-left {
padding-left: 0; }
.vk-clear-paddingright {
padding-right: 0; }
.vk-clear-padding-top {
padding-top: 0; }
.vk-clear-padding-bottom {
padding-bottom: 0; }
.vk-clear-margin {
margin: 0; }
.vk-clear-margin-left {
margin-left: 0; }
.vk-clear-marginright {
margin-right: 0; }
.vk-clear-margin-top {
margin-top: 0; }
.vk-clear-margin-bottom {
margin-bottom: 0; }
.vk-img {
display: block;
position: relative; }
.vk-img img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-img:focus, .vk-img:hover {
outline: none; }
.vk-img:focus img, .vk-img:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); }
.vk-img-frame {
overflow: hidden;
position: relative;
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-img-frame img {
width: 100%; }
::selection {
background-color: #FFC000;
color: #fff; }
.vk-table {
width: 100%; }
.vk-fullwidth {
width: 100% !important; }
.vk-space {
display: block; }
.vk-space.x-small {
padding: 10px 0; }
@media (min-width: 992px) {
.vk-space.x-small {
padding: 20px 0; } }
.vk-space.small {
padding: 15px 0; }
@media (min-width: 992px) {
.vk-space.small {
padding: 30px 0; } }
.vk-space.medium {
padding: 25px 0; }
@media (min-width: 992px) {
.vk-space.medium {
padding: 50px 0; } }
.vk-space.x-medium {
padding: 30px 0; }
@media (min-width: 992px) {
.vk-space.x-medium {
padding: 60px 0; } }
.vk-space.large {
padding: 50px 0; }
@media (min-width: 992px) {
.vk-space.large {
padding: 100px 0; } }
.vk-space.x-large {
padding: 60px 0; }
@media (min-width: 992px) {
.vk-space.x-large {
padding: 120px 0; } }
.vk-list {
margin: 0;
padding: 0;
list-style: none;
line-height: normal; }
.vk-list-inline:after {
clear: both;
content: "";
display: table; }
.vk-list-inline li {
float: left; }
.vk-list-icon li {
position: relative;
padding: 15px 15px 15px 19px; }
.vk-list-icon li:after {
content: '';
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
background: #f4f4f4;
background: -moz-linear-gradient(left, #F4F4F4 0%, #fff 100%);
background: -webkit-linear-gradient(left, #F4F4F4 0%, #fff 100%);
background: linear-gradient(to right, #F4F4F4 0%, #fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$grey-5', endColorstr='$white',GradientType=1 ); }
.vk-list-icon li .fa {
padding-right: 10px; }
.vk-list-client-style-1 li {
border: 1px solid #EAEAEA;
float: left;
width: calc(100% / 3); }
.vk-list-client-style-1 li:nth-child(n+4) {
margin-top: -1px; }
.vk-list-client-style-1 li:nth-child(3n), .vk-list-client-style-1 li:nth-child(3n-1) {
margin-left: -1px; }
.vk-list-client-style-1 li img {
width: 100%; }
.vk-list-client-style-2 {
float: left;
width: 100%; }
.vk-list-client-style-2 li {
float: left;
width: calc(100% / 6);
text-align: center; }
.vk-list-client-style-2 img {
width: auto;
margin: auto; }
.vk-list-step img {
width: 100%; }
.vk-list-step .vk-title {
margin-bottom: 20px; }
.vk-list-step .left-step {
display: none; }
@media (min-width: 992px) {
.vk-list-step .left-step {
display: block;
padding-right: 115px; } }
.vk-list-step .right-step {
padding-top: 0;
padding-left: 95px; }
@media (min-width: 992px) {
.vk-list-step .right-step {
padding-left: 115px;
margin-left: 0;
padding-right: 15px;
padding-top: 60px; } }
.vk-list-step .item-row {
position: relative;
padding-bottom: 50px;
float: left; }
.vk-list-step .item-row:last-child {
padding-bottom: 0; }
@media (min-width: 992px) {
.vk-list-step .item-row:nth-child(even) .left-step {
float: right;
padding-left: 115px;
padding-right: 15px; } }
@media (min-width: 992px) {
.vk-list-step .item-row:nth-child(even) .right-step {
padding-left: 15px;
padding-right: 115px;
text-align: right; } }
.vk-list-step .item-row:before {
content: '';
position: absolute;
width: 1px;
height: 100%;
background-color: #EAEAEA;
display: block;
left: 45px; }
@media (min-width: 992px) {
.vk-list-step .item-row:before {
right: 45px;
margin: auto; } }
.vk-list-step .item-row:after {
content: attr(aria-label);
position: absolute;
top: 0;
left: 15px;
font-size: 60px;
font-weight: 600;
padding-top: 5px;
padding-left: 5px;
width: 60px;
height: 60px;
border: 2px solid;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #F4F4F4;
background-color: #fff; }
@media (min-width: 992px) {
.vk-list-step .item-row:after {
right: 15px;
bottom: 0;
margin: auto;
font-size: 100px;
width: 100px;
height: 100px; } }
.vk-list-step-mini li {
text-transform: uppercase;
font-weight: 500;
color: #2E3841;
width: calc(100% / 3.01);
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 70px;
text-align: center; }
.vk-list-step-mini li:not(:last-child) {
padding-right: 18px; }
.vk-list-step-mini li:before {
content: attr(aria-level);
font-size: 70px;
font-weight: 600;
color: #F4F4F4;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
z-index: -1;
line-height: 1; }
@media (min-width: 992px) {
.vk-list-step-mini li:before {
font-size: 100px;
top: -12px; } }
.vk-list-step-mini li:after {
content: "\f054";
font-family: FontAwesome;
font-size: 18px;
color: #B0B0B0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
align-items: center;
display: flex; }
.vk-list-step-mini li:last-child:after {
display: none; }
.vk-list-quantity .vk-btn, .vk-list-quantity input {
padding: 5px;
width: 40px;
height: 40px;
border: 1px solid #EAEAEA;
color: #B0B0B0; }
.vk-list-quantity .vk-btn {
background-color: #F4F4F4; }
.vk-list-quantity .vk-btn:active {
border-color: #FFC000;
background-color: #EAEAEA; }
.vk-list-quantity input {
text-align: center; }
.vk-list-quantity input:focus {
outline: none; }
.vk-text-capitalize {
text-transform: capitalize; }
.vk-text-uppercase {
text-transform: uppercase; }
.vk-text-center {
text-align: center; }
.vk-text-left {
text-align: left; }
.vk-text-right {
text-align: right; }
.vk-text-italic {
font-style: italic; }
.vk-text-color-white {
color: #fff; }
.vk-text-color-black {
color: #000; }
.vk-text-color-yellow-1 {
color: #FFC000; }
.vk-text-color-yellow-2 {
color: #E5AC00; }
.vk-text-color-black-1 {
color: #2E3841; }
.vk-text-color-black-2 {
color: #2A333B; }
.vk-text-color-green-1 {
color: #9DC835; }
.vk-text-color-green-2 {
color: #87AC2D; }
.vk-text-color-turquoise-1 {
color: #3EC0A3; }
.vk-text-color-turquoise-2 {
color: #269C82; }
.vk-text-color-blue-1 {
color: #4C9ECD; }
.vk-text-color-blue-2 {
color: #2C7BA9; }
.vk-text-color-violet-1 {
color: #AA6BD2; }
.vk-text-color-violet-2 {
color: #8145A7; }
.vk-text-color-grey-1 {
color: #8D8D8D; }
.vk-text-color-grey-2 {
color: #B0B0B0; }
.vk-text-color-grey-3 {
color: #B3BDC7; }
.vk-text-color-grey-4 {
color: #EAEAEA; }
.vk-text-color-grey-5 {
color: #F4F4F4; }
.vk-text-color-grey-6 {
color: #b7b7b7; }
.vk-text-color-grey-7 {
color: #464646; }
.vk-text-color-success {
color: #2da530; }
.vk-text-color-success-bg {
color: #caf5cb; }
.vk-text-color-danger {
color: #c64747; }
.vk-text-color-danger-bg {
color: #ffe0e0; }
.vk-text-color-warning {
color: #e7b300; }
.vk-text-color-warning-bg {
color: #fff2cb; }
.vk-text-color-default {
color: #636363; }
.vk-text-color-default-bg {
color: #eaeaea; }
.vk-parallax {
background-position: center; }
@media (max-width: 991px) {
.vk-parallax {
background-size: cover;
background-position: center !important; } }
.vk-background-fixed {
background-size: cover;
background-attachment: fixed; }
.vk-background-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%; }
.vk-background-overlay._10 {
opacity: 0.1; }
.vk-background-overlay._20 {
opacity: 0.2; }
.vk-background-overlay._30 {
opacity: 0.3; }
.vk-background-overlay._40 {
opacity: 0.4; }
.vk-background-overlay._50 {
opacity: 0.5; }
.vk-background-overlay._60 {
opacity: 0.6; }
.vk-background-overlay._70 {
opacity: 0.7; }
.vk-background-overlay._80 {
opacity: 0.8; }
.vk-background-overlay._90 {
opacity: 0.9; }
.vk-background-white {
background-color: #fff; }
.vk-background-black {
background-color: #000; }
.vk-background-yellow-1 {
background-color: #FFC000; }
.vk-background-yellow-2 {
background-color: #E5AC00; }
.vk-background-black-1 {
background-color: #2E3841; }
.vk-background-black-2 {
background-color: #2A333B; }
.vk-background-green-1 {
background-color: #9DC835; }
.vk-background-green-2 {
background-color: #87AC2D; }
.vk-background-turquoise-1 {
background-color: #3EC0A3; }
.vk-background-turquoise-2 {
background-color: #269C82; }
.vk-background-blue-1 {
background-color: #4C9ECD; }
.vk-background-blue-2 {
background-color: #2C7BA9; }
.vk-background-violet-1 {
background-color: #AA6BD2; }
.vk-background-violet-2 {
background-color: #8145A7; }
.vk-background-grey-1 {
background-color: #8D8D8D; }
.vk-background-grey-2 {
background-color: #B0B0B0; }
.vk-background-grey-3 {
background-color: #B3BDC7; }
.vk-background-grey-4 {
background-color: #EAEAEA; }
.vk-background-grey-5 {
background-color: #F4F4F4; }
.vk-background-grey-6 {
background-color: #b7b7b7; }
.vk-background-grey-7 {
background-color: #464646; }
.vk-background-success {
background-color: #2da530; }
.vk-background-success-bg {
background-color: #caf5cb; }
.vk-background-danger {
background-color: #c64747; }
.vk-background-danger-bg {
background-color: #ffe0e0; }
.vk-background-warning {
background-color: #e7b300; }
.vk-background-warning-bg {
background-color: #fff2cb; }
.vk-background-default {
background-color: #636363; }
.vk-background-default-bg {
background-color: #eaeaea; }
.vk-background-image-1 {
background-image: url(../images/background/background-1.jpg);
position: relative; }
.vk-background-image-2 {
background-image: url(../images/background/background-2.jpg);
position: relative; }
.vk-background-image-3 {
background-image: url(../images/image_1.jpg);
position: relative; }
.vk-background-image-4 {
background-image: url(../images/background/background-4.jpg);
position: relative; }
.vk-background-image-5 {
background-image: url(../images/background/background-5.jpg);
position: relative; }
.vk-background-image-6 {
background-image: url(../images/background/background-6.jpg);
position: relative; }
.vk-background-image-7 {
background-image: url(../images/background/background-7.jpg);
position: relative; }
.vk-background-image-8 {
background-image: url(../images/background/background-8.jpg);
position: relative; }
.vk-background-image-9 {
background-image: url(../images/background/background-9.jpg);
position: relative; }
.vk-background-image-10 {
background-image: url(../images/background/background-10.jpg);
position: relative; }
.vk-background-image-11 {
background-image: url(../images/background/background-11.jpg);
position: relative; }
.vk-background-image-12 {
background-image: url(../images/background/background-12.jpg);
position: relative; }
.vk-background-image-13 {
background-image: url(../images/whit_bg.jpg);
position: relative; }
.vk-background-image-14 {
background-image: url(../images/background/background-14.jpg);
position: relative; }
.vk-background-image-15 {
background-image: url(../images/background/background-15.jpg);
position: relative; }
.vk-background-image-16 {
background-image: url(../images/background/background-16.jpg);
position: relative; }
.vk-background-image-17 {
background-image: url(../images/image_2.jpg);
position: relative; }
.vk-background-image-18 {
background-image: url(../images/background/background-18.jpg);
position: relative; }
.vk-background-image-19 {
background-image: url(../images/background/background-19.jpg);
position: relative; }
.vk-background-image-20 {
background-image: url(../images/background/background-20.jpg);
position: relative; }
.vk-background-image-21 {
background-image: url(../images/background/background-21.jpg);
position: relative; }
.vk-background-image-22 {
background-image: url(../images/background/background-22.jpg);
position: relative; }
.vk-background-image-23 {
background-image: url(../images/background/background-23.jpg);
position: relative; }
.vk-background-image-24 {
background-image: url(../images/background/background-24.jpg);
position: relative; }
.vk-background-image-25 {
background-image: url(../images/background/background-25.jpg);
position: relative; }
.vk-background-image-26 {
background-image: url(../images/background/background-26.jpg);
position: relative; }
.vk-background-image-27 {
background-image: url(../images/background/background-27.jpg);
position: relative; }
.container {
position: relative; }
@media (min-width: 1200px) {
.container {
width: 1200px; } }
a {
color: #B0B0B0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
a:hover, a:focus {
color: #FFC000;
text-decoration: none; }
.form-control {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
min-height: 50px; }
.form-control:focus {
border-color: #FFC000;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.flaticon:before {
margin-left: 0; }
.vk-banner {
position: relative;
min-height: 160px;
height: 160px; }
@media (min-width: 992px) {
.vk-banner {
min-height: 400px;
height: 400px; } }
.vk-banner .wrapper {
min-height: inherit;
height: inherit;
display: flex;
align-items: center;
justify-content: center; }
.vk-banner .page-heading {
padding: 15px 0;
font-size: 32px;
font-weight: 600;
text-transform: uppercase;
text-align: center;
color: #fff;
letter-spacing: 5px;
width: 100%; }
@media (min-width: 992px) {
.vk-banner .page-heading {
font-size: 44px;
top: auto;
letter-spacing: 7px;
bottom: 110px;
left: 0;
padding: 15px; } }
@media (min-width: 992px) {
.vk-banner-small {
min-height: 290px;
height: 290px; } }
@media (min-width: 992px) {
.vk-banner-small .page-heading {
bottom: auto; } }
.vk-banner-large {
min-height: 500px;
height: 500px; }
@media (min-width: 992px) {
.vk-banner-large {
min-height: 790px;
height: 790px; } }
.vk-banner-large .page-heading {
letter-spacing: normal; }
@media (min-width: 992px) {
.vk-banner-large .page-heading {
bottom: auto;
position: static; } }
.vk-banner-large .vk-text {
display: block;
line-height: 30px; }
@media (min-width: 768px) {
.vk-banner-large .vk-text {
line-height: normal; } }
.vk-banner-large .title-main {
font-size: 24px;
font-weight: 600; }
@media (min-width: 768px) {
.vk-banner-large .title-main {
font-size: 60px; } }
.vk-banner-large .title-sub {
font-size: 18px;
font-weight: 500; }
@media (min-width: 768px) {
.vk-banner-large .title-sub {
font-size: 49px;
margin-top: -18px; } }
.vk-banner-x-large {
min-height: 500px;
height: 500px; }
@media (min-width: 992px) {
.vk-banner-x-large {
min-height: 900px;
height: 900px; } }
.vk-banner-x-large .page-heading {
letter-spacing: normal; }
@media (min-width: 992px) {
.vk-banner-x-large .page-heading {
text-align: right;
bottom: 480px; } }
.vk-banner-x-large .vk-text {
display: block;
line-height: 26px; }
@media (min-width: 768px) {
.vk-banner-x-large .vk-text {
line-height: normal; } }
.vk-banner-x-large .title-main {
font-size: 32px;
font-weight: 700; }
@media (min-width: 768px) {
.vk-banner-x-large .title-main {
font-size: 60px; } }
.vk-banner-x-large .title-sub {
font-size: 15px;
font-weight: 300;
margin-top: -2px; }
@media (min-width: 768px) {
.vk-banner-x-large .title-sub {
margin-top: 0;
font-size: 31px;
font-weight: 300;
margin-top: -17px; } }
.vk-banner-homepage {
min-height: 0;
height: auto; }
.vk-banner-homepage .vk-background-image img {
width: 100%; }
.vk-banner-homepage .content {
position: absolute;
bottom: 50%;
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
transform: translateY(50%);
width: 100%; }
@media (min-width: 992px) {
.vk-banner-homepage .page-heading {
position: static; } }
.vk-banner-mod {
height: 100%; }
.vk-banner-mod .page-heading {
text-transform: none; }
.vk-banner-mod .title-main {
font-size: 36px;
line-height: 40px; }
@media (min-width: 992px) {
.vk-banner-mod .title-main {
font-size: 80px;
line-height: normal; } }
.vk-banner-mod .title-sub {
font-size: 14px;
font-weight: 400;
letter-spacing: 5px;
margin-top: 20px;
line-height: 26px; }
@media (min-width: 992px) {
.vk-banner-mod .title-sub {
font-size: 18px;
letter-spacing: 9px;
margin-top: 37px; } }
.vk-breadcrumb {
padding: 14px 0;
border-bottom: 1px solid #e1e1e1; }
@media (min-width: 992px) {
.vk-breadcrumb {
padding: 20px 0; } }
.vk-breadcrumb ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
line-height: normal; }
@media (min-width: 992px) {
.vk-breadcrumb ul {
text-align: left; } }
.vk-breadcrumb ul li {
display: inline-block;
text-transform: capitalize; }
.vk-breadcrumb ul li:not(:last-child):after {
content: '\f105';
font-family: FontAwesome;
padding: 0 6px 0 10px; }
.vk-menu-right {
text-transform: capitalize; }
.vk-menu-right li a {
display: block;
padding: 12px; }
@media (min-width: 992px) {
.vk-menu-right li a {
padding: 12px 15px 12px 30px; } }
.vk-menu-right li a:hover, .vk-menu-right li a:focus {
background: #f4f4f4;
background: -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%);
background: -webkit-linear-gradient(left, #f4f4f4 0%, #ffffff 100%);
background: linear-gradient(to right, #f4f4f4 0%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=1); }
.vk-search-form .form-group {
position: relative; }
.vk-search-form .form-control {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding-left: 20px;
padding-right: 60px; }
.vk-search-form .vk-btn-search {
position: absolute;
right: 0;
top: 0;
font-size: 18px;
padding: 16px;
background-color: transparent;
color: #B0B0B0; }
.vk-search-form .vk-btn-search:hover, .vk-search-form .vk-btn-search:focus {
color: #FFC000; }
.main-wrapper {
overflow: hidden; }
.vk-page .left, .vk-page .right {
padding-top: 60px;
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-page .left, .vk-page .right {
padding-top: 120px;
padding-bottom: 120px; } }
.vk-page .right {
padding-top: 0; }
@media (min-width: 992px) {
.vk-page .right {
padding-left: 0;
padding-top: 120px;
border-left: 1px solid #EAEAEA;
margin-left: -1px; } }
.vk-page .left {
padding-left: 30px;
margin-left: -15px; }
@media (min-width: 992px) {
.vk-page .left {
border-right: 1px solid #EAEAEA; } }
.vk-page .vk-menu-right {
border-top: 1px solid #EAEAEA;
text-align: center;
padding-top: 12px; }
@media (min-width: 992px) {
.vk-page .vk-menu-right {
text-align: left;
padding-top: 0;
border-top: none; } }
.vk-page .vk-heading {
margin-bottom: 50px; }
@media (min-width: 992px) {
.vk-page .vk-heading {
margin-bottom: 40px; } }
.vk-input-file {
width: 0;
height: 0;
overflow: hidden; }
.vk-input-file + label {
width: 100%;
height: 50px;
background-color: #fff;
font-weight: 300;
display: flex;
margin: 0;
align-items: center;
padding-left: 57px; }
.vk-input-file + label span {
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
width: 170px; }
.vk-input-file + label .fa {
position: absolute;
right: 0;
left: auto !important;
width: 50px;
height: 50px;
background-color: #2E3841;
color: #fff !important;
display: flex;
align-items: center;
justify-content: center;
top: 0 !important;
cursor: pointer; }
.vk-section {
padding: 60px 0; }
@media (min-width: 992px) {
.vk-section {
padding: 80px 0; } }
.vk-section .right {
padding: 0 15px;
margin-left: 0; }
@media (min-width: 992px) {
.vk-section .right {
padding-right: 85px; } }
.vk-section .left {
padding-bottom: 20px; }
@media (min-width: 992px) {
.vk-section .left {
padding-bottom: 0;
float: right; } }
.vk-section .vk-title {
margin-bottom: 20px; }
.vk-section p {
margin-bottom: 20px; }
@media (min-width: 992px) {
.vk-section .content {
padding-bottom: 35px; } }
.vk-section-style-1 .left-content {
padding-bottom: 25px; }
@media (min-width: 992px) {
.vk-section-style-1 .left-content {
float: right;
padding-bottom: 0; } }
.vk-section-style-1 .vk-buttons .vk-btn {
min-height: 60px;
min-width: 100%;
justify-content: flex-start; }
@media (min-width: 992px) {
.vk-section-style-1 .vk-buttons .vk-btn {
min-width: 300px; } }
.vk-section-style-1 .vk-buttons .vk-btn .icon {
min-width: 60px; }
.vk-section-style-1 .vk-buttons .vk-btn .fa {
font-size: 24px; }
.vk-section-style-1 .vk-buttons .vk-btn .title .fa {
padding-right: 15px; }
@media (min-width: 480px) {
.vk-section-style-2 {
width: 480px;
margin-left: auto;
margin-right: auto; } }
@media (min-width: 768px) {
.vk-section-style-2 {
width: auto; } }
.vk-section-style-2 .left-content {
padding-bottom: 25px; }
@media (min-width: 992px) {
.vk-section-style-2 .left-content {
padding-bottom: 0;
float: right; } }
.vk-section-style-2 .vk-buttons {
border: 1px solid #EAEAEA;
border-left: none;
border-right: none;
display: flex;
padding-top: 7px;
padding-bottom: 3px; }
.vk-section-style-2 .vk-buttons .vk-btn {
margin-right: 0;
margin-left: auto;
font-weight: 500;
padding: 0; }
.vk-section-style-2 .vk-buttons .vk-btn .fa {
padding-left: 10px;
margin-top: -2px; }
.vk-section-style-2 .vk-counter {
background-color: transparent;
display: inline-flex;
padding: 0;
width: 70%;
text-align: left; }
.vk-section-style-2 .vk-counter .content {
padding: 0;
width: 100%; }
.vk-section-style-2 .vk-counter .number-count {
font-size: 44px;
margin-bottom: 0;
color: #FFC000;
width: auto; }
.vk-section-style-2 .vk-counter .number-count:after {
height: 35px;
margin-left: 10px; }
.vk-section-style-2 .vk-counter .title {
width: auto;
padding-left: 6px; }
.vk-section-style-2 .vk-heading {
margin-bottom: 25px; }
@media (min-width: 992px) {
.vk-section-style-2 .vk-heading {
margin-bottom: 45px; } }
@media (min-width: 992px) {
.vk-section-style-3 {
width: auto; } }
.vk-section-style-3 .box-filter {
margin-bottom: 30px; }
@media (min-width: 992px) {
.vk-section-style-3 .box-filter {
margin-bottom: 0;
position: absolute;
top: 0;
right: 15px; } }
.vk-section-style-3 .box-filter .vk-filter {
width: 100%; }
.vk-section-style-4 {
text-align: center;
background-color: #2A333B; }
@media (min-width: 992px) {
.vk-section-style-4 {
text-align: right; } }
.vk-section-style-4 .vk-heading {
color: #fff;
margin-bottom: 50px !important; }
.vk-section-style-4 p {
margin-bottom: 10px;
color: #fff;
font-size: 18px;
line-height: 36px;
font-weight: 500;
margin-bottom: 0; }
@media (min-width: 992px) {
.vk-section-style-4 p {
font-size: 32px;
line-height: 48px; } }
.vk-section-style-4 .vk-buttons {
padding-top: 40px; }
.vk-section-style-4 .vk-btn {
width: 100%; }
@media (min-width: 768px) {
.vk-section-style-4 .vk-btn {
width: auto; } }
.vk-section-style-4 .vk-btn .fa {
color: #2E3841; }
.vk-section-style-5 .vk-heading {
position: absolute;
bottom: 0;
left: 30px;
right: 30px;
text-align: center;
overflow: hidden;
display: flex;
align-items: center;
margin-bottom: 0 !important;
padding: 60px 15px;
font-size: 24px; }
@media (min-width: 768px) {
.vk-section-style-5 .vk-heading {
padding-left: 0;
left: 10px;
right: 10px;
justify-content: center; } }
@media (min-width: 1200px) {
.vk-section-style-5 .vk-heading {
justify-content: flex-start;
padding-left: 30px;
left: 30px;
right: 30px;
font-size: 28px; } }
.vk-section-style-5 .vk-heading a {
color: #fff; }
.vk-section-style-5 .vk-heading:after {
content: attr(aria-label);
font-size: 100px;
font-weight: 600;
color: #FFC000;
opacity: .7;
position: absolute;
z-index: 1;
left: 15px;
top: 0;
bottom: 0;
display: flex;
align-items: center; }
@media (min-width: 768px) {
.vk-section-style-5 .vk-heading:after {
left: 20%;
font-size: 120px; } }
@media (min-width: 1200px) {
.vk-section-style-5 .vk-heading:after {
left: 8%; } }
.vk-section-style-5 .vk-heading span {
position: relative;
padding-left: 15px;
z-index: 2; }
.vk-section-style-5 .vk-heading span:before {
content: '';
height: 1px;
width: 60px;
background-color: #fff;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 100%; }
@media (min-width: 992px) {
.vk-section-style-5 .vk-heading span:before {
width: 30px; } }
@media (min-width: 1200px) {
.vk-section-style-5 .vk-heading span:before {
width: 60px; } }
.vk-section-style-6 {
position: relative;
overflow: hidden; }
.vk-section-style-6 .left-content {
position: absolute;
top: 0;
overflow: hidden; }
.vk-section-style-7 .content {
padding-top: 20px; }
@media (min-width: 992px) {
.vk-section-style-7 .content {
padding-top: 35px; } }
.vk-section-style-7 .vk-title {
line-height: 30px; }
.vk-section-style-8 {
padding-top: 15px;
padding-bottom: 295px;
background-size: cover; }
@media (min-width: 992px) {
.vk-section-style-8 {
padding: 150px 0; } }
.vk-section-style-8 .box-content {
background-color: rgba(255, 255, 255, 0.85);
padding: 20px 15px 30px;
text-align: center; }
@media (min-width: 992px) {
.vk-section-style-8 .box-content {
padding: 60px 50px; } }
.vk-section-style-8 p {
line-height: normal; }
.vk-section-style-8 .vk-heading-main {
font-size: 36px; }
@media (min-width: 992px) {
.vk-section-style-8 .vk-heading-main {
font-size: 48px; } }
.vk-section-style-8 .vk-title-main {
font-size: 24px;
color: #2E3841; }
@media (min-width: 992px) {
.vk-section-style-8 .vk-title-main {
font-size: 30px; } }
.vk-section-style-8 .vk-price-main {
font-size: 48px; }
@media (min-width: 992px) {
.vk-section-style-8 .vk-price-main {
font-size: 60px; } }
.vk-section-style-8 .vk-buttons {
padding-top: 10px; }
@media (min-width: 992px) {
.vk-section-style-8 .vk-buttons {
padding-top: 20px; } }
.vk-section-style-8 .vk-btn-buynow {
min-width: 170px;
font-weight: 500; }
.vk-pagination {
margin: 0;
padding: 0;
list-style: none; }
.vk-pagination li {
display: inline-block;
text-transform: uppercase;
font-weight: 500;
padding: 5px; }
.vk-pagination li.active {
color: #FFC000;
cursor: pointer; }
.vk-pagination li.back {
margin-right: 20px;
position: relative; }
.vk-pagination li.back:after {
content: '|';
position: absolute;
right: -23px; }
@media (min-width: 992px) {
.vk-pagination li.back:after {
display: none; } }
.vk-pagination li.next {
margin-left: 20px; }
.vk-pagination li:first-child {
padding-left: 0; }
.vk-pagination li:last-child {
padding-right: 0; }
.vk-pagination li:not(.arrow) {
display: none; }
@media (min-width: 992px) {
.vk-pagination li:not(.arrow) {
display: inline-block; } }
.vk-filter {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
border: 1px solid #EAEAEA;
font-weight: 500;
text-transform: uppercase;
min-height: 44px;
width: 200px;
padding: 10px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
@media (min-width: 992px) {
.vk-filter {
width: auto;
border-top: none;
border-left: none;
border-right: none;
padding: 0; } }
.vk-filter li {
display: inline-block;
padding: 14px 23px;
cursor: pointer;
border: 1px solid transparent;
margin-bottom: -1px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-filter li:hover {
color: #FFC000; }
.vk-filter li.active {
color: #FFC000;
border-color: #EAEAEA;
border-bottom-color: #fff; }
.vk-btn-readmore {
color: #FFC000 !important;
font-weight: 500;
padding-left: 0 !important;
border: none !important; }
.vk-btn-readmore .fa {
padding-left: 8px;
margin-top: -2px; }
.vk-btn-readmore:hover, .vk-btn-readmore:focus {
color: #2E3841 !important;
background-color: transparent !important; }
.vk-recent-blog {
position: relative;
padding-top: 160px; }
@media (min-width: 400px) {
.vk-recent-blog {
width: 370px;
margin: auto; } }
@media (min-width: 992px) {
.vk-recent-blog {
width: auto;
padding-top: 0; } }
.vk-recent-blog .brief-content {
background-color: #fff;
padding: 25px 20px;
position: relative;
margin-left: 10px;
margin-right: 10px;
z-index: 1;
-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }
@media (min-width: 992px) {
.vk-recent-blog .brief-content {
width: 350px;
position: absolute;
top: 40px;
right: 0;
margin-left: 0;
margin-right: 0; } }
.vk-recent-blog .vk-img-frame {
position: absolute;
top: 0;
left: 0;
right: 0; }
@media (min-width: 992px) {
.vk-recent-blog .vk-img-frame {
position: relative; } }
.vk-recent-blog .vk-title {
padding-bottom: 15px;
position: relative;
margin-bottom: 20px;
text-transform: uppercase;
line-height: 24px; }
.vk-recent-blog .vk-title:after {
content: '';
height: 1px;
width: 100%;
position: absolute;
background-color: #FFC000;
bottom: 0;
left: 0; }
.vk-recent-blog .vk-title a {
color: #2E3841; }
.vk-recent-blog .vk-title a:hover, .vk-recent-blog .vk-title a:focus {
color: #FFC000; }
.vk-recent-blog .brief {
margin-bottom: 10px;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical; }
.mejs-overlay-button {
display: none; }
.mejs-container .mejs-controls {
padding: 15px;
height: auto;
font-family: "Montserrat"; }
.mejs-container .mejs-controls div {
font-family: inherit;
font-size: 13px;
width: auto;
height: auto; }
.mejs-container .mejs-controls button {
background: none;
margin: 0; }
.mejs-container .mejs-controls button:focus {
outline: 0; }
.mejs-container .mejs-controls button:after {
font-size: 16px;
font-family: FontAwesome;
color: #fff;
font-size: 16px;
width: 100%;
height: 100%;
border: 2px solid #B0B0B0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center; }
.mejs-container .mejs-controls .mejs-button {
width: 30px;
height: 30px; }
.mejs-container .mejs-controls .mejs-button button {
width: inherit;
height: inherit; }
.mejs-container .mejs-controls .mejs-button.mejs-playpause-button.mejs-play button:after {
content: "\f04b";
padding-left: 2px; }
.mejs-container .mejs-controls .mejs-button.mejs-playpause-button.mejs-pause button:after {
content: "\f04c"; }
.mejs-container .mejs-controls .mejs-time-rail {
width: auto !important;
position: absolute;
left: 105px; }
.mejs-container .mejs-controls .mejs-time-rail span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
background: #B0B0B0;
width: 100% !important;
margin-left: 0;
margin-right: 0; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
background: #FFC000; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #fff; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
width: 50px; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current {
width: 100%; }
.mejs-container .mejs-controls .mejs-volume-button {
position: absolute;
right: 40px; }
.mejs-container .mejs-controls .mejs-volume-button button {
background: none; }
.mejs-container .mejs-controls .mejs-volume-button button:after {
border: none;
font-size: 20px; }
.mejs-container .mejs-controls .mejs-volume-button.mejs-mute button:after {
content: "\f027"; }
.mejs-container .mejs-controls .mejs-volume-button.mejs-unmute button:after {
content: "\f026"; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
background: #B0B0B0; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
background: #FFC000; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
cursor: pointer;
background: #FFC000; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider {
float: right;
width: 40px;
height: 10px;
margin-right: 15px; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider div {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
width: 100%;
height: 100%;
background: url(../images/media/volume.png);
background-repeat: no-repeat;
background-position: 0px -11px; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
height: 100%;
background: url(../images/media/volume.png);
background-repeat: no-repeat;
background-position: 0px 0px; }
.mejs-container .mejs-controls .mejs-currenttime-container {
padding-left: 15px;
padding-right: 10px; }
.mejs-container .mejs-controls .mejs-duration-container {
position: absolute; }
.mejs-container .mejs-controls .mejs-fullscreen-button {
position: absolute;
right: 7px; }
.mejs-container .mejs-controls .mejs-fullscreen-button button:after {
border: none;
content: "\f065"; }
.mejs-container .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:after {
content: "\f066"; }
.mejs-container.mejs-audio .mejs-controls {
background: #2E3841; }
.mejs-container.mejs-audio .mejs-controls .mejs-volume-button button {
display: none; }
.mejs-container.mejs-audio .mejs-controls .mejs-time-rail {
right: 63px; }
@media (min-width: 992px) {
.mejs-container.mejs-audio .mejs-controls .mejs-time-rail {
right: 115px; } }
.mejs-container.mejs-audio .mejs-controls .mejs-duration-container {
right: 15px; }
@media (min-width: 992px) {
.mejs-container.mejs-audio .mejs-controls .mejs-duration-container {
right: 67px; } }
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
float: right;
width: 40px;
height: 10px;
display: none !important; }
@media (min-width: 992px) {
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
display: block !important; } }
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider div {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
width: 100%;
height: 100%;
background: url(../images/media/volume.png);
background-repeat: no-repeat;
background-position: 0px -11px; }
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
height: 100%;
background: url(../images/media/volume.png);
background-repeat: no-repeat;
background-position: 0px 0px; }
.mejs-container.mejs-video .mejs-controls .mejs-time-rail {
right: 89px; }
@media (min-width: 992px) {
.mejs-container.mejs-video .mejs-controls .mejs-time-rail {
right: 120px; } }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button {
position: absolute;
right: 40px;
display: none !important; }
@media (min-width: 992px) {
.mejs-container.mejs-video .mejs-controls .mejs-volume-button {
display: block !important; } }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button button {
background: none; }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button button:after {
border: none;
font-size: 20px; }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button.mejs-mute button:after {
content: "\f027"; }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button.mejs-unmute button:after {
content: "\f026"; }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
background: #B0B0B0; }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
background: #FFC000; }
.mejs-container.mejs-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
cursor: pointer;
background: #FFC000; }
.mejs-container.mejs-video .mejs-controls .mejs-duration-container {
right: 40px; }
@media (min-width: 992px) {
.mejs-container.mejs-video .mejs-controls .mejs-duration-container {
right: 75px; } }
.mejs-container.mejs-video .mejs-controls .mejs-fullscreen-button {
position: absolute;
right: 7px; }
.mejs-container.mejs-video .mejs-controls .mejs-fullscreen-button button:after {
border: none;
content: "\f065"; }
.mejs-container.mejs-video .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:after {
content: "\f066"; }
.vk-price-range {
float: left;
width: 100%;
padding-bottom: 55px; }
.vk-price-range .ui-slider {
margin-bottom: 25px; }
.vk-price-range .ui-widget.ui-widget-content {
border: none;
background-color: #EAEAEA;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
height: 3px; }
.vk-price-range .ui-widget-header {
background-color: #FFC000;
height: 3px; }
.vk-price-range .ui-slider-handle {
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: #FFC000;
width: 5px;
height: 15px;
margin-left: 0;
top: -5px;
cursor: pointer;
outline: none; }
.vk-price-range .price-show {
width: calc(100% * 2 / 3);
float: left;
position: relative; }
.vk-price-range .price-show input {
height: 36px;
border: 1px solid #EAEAEA;
padding-left: 25px;
padding-right: 10px;
width: 100%; }
.vk-price-range .price-show .unit {
position: absolute;
top: 8px;
color: #2E3841;
font-weight: 500; }
.vk-price-range .price-show .input-group {
position: relative;
width: 50%;
float: left;
padding-right: 15px; }
.vk-price-range .price-show .input-group .unit {
left: 10px; }
.vk-price-range .price-show .input-group ~ .input-group {
padding-right: 0px;
padding-left: 15px; }
.vk-price-range .price-show .input-group ~ .input-group .unit {
left: 25px; }
.vk-price-range .price-show .divider {
position: absolute;
font-size: 19px;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center; }
.vk-price-range .vk-buttons {
width: calc(100% * 1 / 3);
padding-left: 15px;
float: left; }
.vk-price-range .vk-buttons .vk-btn {
width: 100%;
font-weight: 500; }
/* COMPONENTS */
/* ALERT BOX */
.vk-alert {
padding: 18px;
margin-bottom: 20px; }
.vk-alert-default {
color: #636363;
background-color: #eaeaea; }
.vk-alert-success {
color: #2da530;
background-color: #caf5cb; }
.vk-alert-warning {
color: #e7b300;
background-color: #fff2cb; }
.vk-alert-danger {
color: #c64747;
background-color: #ffe0e0; }
.vk-alert-border {
border: 1px solid; }
.vk-alert-border.vk-alert-default {
border-color: #636363; }
.vk-alert-border.vk-alertsuccess {
border-color: #2da530; }
.vk-alert-border.vk-alertwarning {
border-color: #e7b300; }
.vk-alert-border.vk-alert-danger {
border-color: #c64747; }
.vk-alert-rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.vk-alert-transparent {
background-color: transparent; }
.vk-alert-transparent .vk-alert-default {
color: #636363; }
.vk-alert-transparent .vk-alertsuccess {
color: #2da530; }
.vk-alert-transparent .vk-alertwarning {
color: #e7b300; }
.vk-alert-transparent .vk-alert-danger {
color: #c64747; }
.vk-alert-border-bottom {
-webkit-box-shadow: inset 0 -5px 0;
-moz-box-shadow: inset 0 -5px 0;
box-shadow: inset 0 -5px 0; }
.vk-alert-icon {
padding-left: 46px;
position: relative; }
.vk-alert-icon .fa {
position: absolute;
left: 20px;
font-size: 18px; }
.vk-alert-element .title {
color: #333;
font-size: 16px;
font-weight: 400;
margin: 0;
padding-bottom: 25px;
text-align: center; }
@media (min-width: 992px) {
.vk-alert-element .title {
text-align: left; } }
.vk-alert-element .list-item {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-alert-element .list-item {
padding-bottom: 0; } }
@media (min-width: 992px) {
.vk-alert-element .vk-space.x-large {
padding-bottom: 80px; } }
@media (min-width: 992px) {
.vk-alertbox-outline .vk-space.x-large {
padding-top: 100px; } }
@media (min-width: 992px) {
.vk-alertbox-3d {
padding-bottom: 100px; } }
@media (min-width: 992px) {
.vk-alertbox-3d .vk-space.x-large {
padding-top: 100px; } }
/* BUTTON */
.vk-btn {
outline: none;
padding: 10px 20px;
color: #fff;
background-color: #aaa;
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 1;
overflow: hidden;
border: 2px solid transparent;
min-height: 44px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-btn-default {
background-color: #FFC000; }
.vk-btn-default:hover, .vk-btn-default:focus {
background-color: transparent;
color: #FFC000;
border-color: #FFC000; }
.vk-btn-xs {
min-height: 36px;
font-size: 12px;
padding: 8px 20px; }
.vk-btn-s {
min-height: 40px;
font-size: 12px;
padding: 9.5px 20px; }
.vk-btn-l {
min-height: 50px;
padding: 13px 20px; }
.vk-btn-xl {
min-height: 56px;
font-size: 18px;
padding: 13.5px 20px; }
.vk-btn-transparent {
background-color: transparent;
color: #FFC000; }
.vk-btn-transparent:hover, .vk-btn-transparent:focus {
color: #2E3841; }
.vk-btn-green {
background-color: #9DC835; }
.vk-btn-green:hover, .vk-btn-green:focus {
background-color: transparent;
color: #9DC835;
border-color: #9DC835; }
.vk-btn-turquoise {
background-color: #3EC0A3; }
.vk-btn-turquoise:hover, .vk-btn-turquoise:focus {
background-color: transparent;
color: #3EC0A3;
border-color: #3EC0A3; }
.vk-btn-blue {
background-color: #4C9ECD; }
.vk-btn-blue:hover, .vk-btn-blue:focus {
background-color: transparent;
color: #4C9ECD;
border-color: #4C9ECD; }
.vk-btn-violet {
background-color: #AA6BD2; }
.vk-btn-violet:hover, .vk-btn-violet:focus {
background-color: transparent;
color: #AA6BD2;
border-color: #AA6BD2; }
.vk-btn .title {
position: relative;
z-index: 1;
font-weight: 500; }
.vk-btn-inverse {
background-color: #2E3841; }
.vk-btn-inverse:hover, .vk-btn-inverse:focus {
background-color: #FFC000;
color: #fff; }
.vk-border-radius {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.vk-border-yellow {
border: 2px solid #FFC000;
color: #FFC000; }
.vk-border-yellow:hover, .vk-border-yellow:focus {
background-color: #FFC000;
color: #fff;
border-color: transparent; }
.vk-border-green {
border: 2px solid #9DC835;
color: #9DC835; }
.vk-border-green:hover, .vk-border-green:focus {
background-color: #9DC835;
color: #fff;
border-color: transparent; }
.vk-border-turquoise {
border: 2px solid #3EC0A3;
color: #3EC0A3; }
.vk-border-turquoise:hover, .vk-border-turquoise:focus {
background-color: #3EC0A3;
color: #fff;
border-color: transparent; }
.vk-border-blue {
border: 2px solid #4C9ECD;
color: #4C9ECD; }
.vk-border-blue:hover, .vk-border-blue:focus {
background-color: #4C9ECD;
color: #fff;
border-color: transparent; }
.vk-border-violet {
border: 2px solid #AA6BD2;
color: #AA6BD2; }
.vk-border-violet:hover, .vk-border-violet:focus {
background-color: #AA6BD2;
color: #fff;
border-color: transparent; }
.vk-border-bottom {
border: none;
padding: 12px 20px; }
.vk-border-bottom:after {
content: '';
width: 100%;
height: 5px;
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-border-bottom.vk-btn-default:after {
background-color: #E5AC00; }
.vk-border-bottom.vk-btn-green:after {
background-color: #87AC2D; }
.vk-border-bottom.vk-btn-turquoise:after {
background-color: #269C82; }
.vk-border-bottom.vk-btn-blue:after {
background-color: #2C7BA9; }
.vk-border-bottom.vk-btn-violet:after {
background-color: #8145A7; }
.vk-border-bottom.vk-btn-xs {
padding-top: 9.5px;
padding-bottom: 9.5px; }
.vk-border-bottom.vk-btn-s {
padding-top: 11.5px;
padding-bottom: 11.5px; }
.vk-border-bottom.vk-btn-l {
padding-top: 15px;
padding-bottom: 15px; }
.vk-border-bottom.vk-btn-xl {
padding-top: 15.5px;
padding-bottom: 15.5px; }
.vk-border-bottom:hover, .vk-border-bottom:focus {
color: #fff; }
.vk-border-bottom:hover:after, .vk-border-bottom:focus:after {
height: 100%; }
.vk-btn-icon {
padding-right: 70px;
background-color: #2E3841;
overflow: hidden;
border: none;
padding-top: 12px;
padding-bottom: 12px; }
.vk-btn-icon .icon {
padding-top: 12px;
padding-bottom: 12px;
position: absolute;
top: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
min-height: inherit;
min-width: 50px;
font-size: 18px;
color: #fff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-btn-icon .icon .fa {
z-index: 1; }
.vk-btn-icon.vk-btn-default .icon {
background-color: #FFC000; }
.vk-btn-icon.vk-btn-default:hover, .vk-btn-icon.vk-btn-default:focus {
-webkit-box-shadow: inset 0px 0px 0px 2px #FFC000;
-moz-box-shadow: inset 0px 0px 0px 2px #FFC000;
box-shadow: inset 0px 0px 0px 2px #FFC000; }
.vk-btn-icon.vk-btn-green .icon {
background-color: #9DC835; }
.vk-btn-icon.vk-btn-green:hover, .vk-btn-icon.vk-btn-green:focus {
-webkit-box-shadow: inset 0px 0px 0px 2px #9DC835;
-moz-box-shadow: inset 0px 0px 0px 2px #9DC835;
box-shadow: inset 0px 0px 0px 2px #9DC835; }
.vk-btn-icon.vk-btn-turquoise .icon {
background-color: #3EC0A3; }
.vk-btn-icon.vk-btn-turquoise:hover, .vk-btn-icon.vk-btn-turquoise:focus {
-webkit-box-shadow: inset 0px 0px 0px 2px #3EC0A3;
-moz-box-shadow: inset 0px 0px 0px 2px #3EC0A3;
box-shadow: inset 0px 0px 0px 2px #3EC0A3; }
.vk-btn-icon.vk-btn-blue .icon {
background-color: #4C9ECD; }
.vk-btn-icon.vk-btn-blue:hover, .vk-btn-icon.vk-btn-blue:focus {
-webkit-box-shadow: inset 0px 0px 0px 2px #4C9ECD;
-moz-box-shadow: inset 0px 0px 0px 2px #4C9ECD;
box-shadow: inset 0px 0px 0px 2px #4C9ECD; }
.vk-btn-icon.vk-btn-violet .icon {
background-color: #AA6BD2; }
.vk-btn-icon.vk-btn-violet:hover, .vk-btn-icon.vk-btn-violet:focus {
-webkit-box-shadow: inset 0px 0px 0px 2px #AA6BD2;
-moz-box-shadow: inset 0px 0px 0px 2px #AA6BD2;
box-shadow: inset 0px 0px 0px 2px #AA6BD2; }
.vk-btn-icon.vk-btn-transparent {
background-color: transparent; }
.vk-btn-icon.vk-btn-transparent .icon {
border-left: 2px solid; }
.vk-btn-icon.vk-btn-xs {
padding-top: 9.5px;
padding-bottom: 9.5px; }
.vk-btn-icon.vk-btn-xs .icon {
padding-top: 8.5px;
padding-bottom: 8.5px; }
.vk-btn-icon.vk-btn-s {
padding-top: 11.5px;
padding-bottom: 11.5px; }
.vk-btn-icon.vk-btn-s .icon {
padding-top: 10.5px;
padding-bottom: 10.5px; }
.vk-btn-icon.vk-btn-l {
padding-top: 15px;
padding-bottom: 15px; }
.vk-btn-icon.vk-btn-l .icon {
padding-top: 16px;
padding-bottom: 16px; }
.vk-btn-icon.vk-btn-xl {
padding-top: 15.5px;
padding-bottom: 15.5px; }
.vk-btn-icon.vk-btn-xl .icon {
padding-top: 16.5px;
padding-bottom: 16.5px; }
.vk-btn-icon.vk-border-yellow {
border: 2px solid #FFC000;
color: #FFC000; }
.vk-btn-icon.vk-border-yellow .icon {
color: #FFC000; }
.vk-btn-icon.vk-border-yellow:hover .icon, .vk-btn-icon.vk-border-yellow:focus .icon {
background-color: #FFC000;
color: #fff;
border-color: #FFC000; }
.vk-btn-icon.vk-border-green {
border: 2px solid #9DC835;
color: #9DC835; }
.vk-btn-icon.vk-border-green .icon {
color: #9DC835; }
.vk-btn-icon.vk-border-green:hover .icon, .vk-btn-icon.vk-border-green:focus .icon {
background-color: #9DC835;
color: #fff;
border-color: #9DC835; }
.vk-btn-icon.vk-border-turquoise {
border: 2px solid #3EC0A3;
color: #3EC0A3; }
.vk-btn-icon.vk-border-turquoise .icon {
color: #3EC0A3; }
.vk-btn-icon.vk-border-turquoise:hover .icon, .vk-btn-icon.vk-border-turquoise:focus .icon {
background-color: #3EC0A3;
color: #fff;
border-color: #3EC0A3; }
.vk-btn-icon.vk-border-blue {
border: 2px solid #4C9ECD;
color: #4C9ECD; }
.vk-btn-icon.vk-border-blue .icon {
color: #4C9ECD; }
.vk-btn-icon.vk-border-blue:hover .icon, .vk-btn-icon.vk-border-blue:focus .icon {
background-color: #4C9ECD;
color: #fff;
border-color: #4C9ECD; }
.vk-btn-icon.vk-border-violet {
border: 2px solid #AA6BD2;
color: #AA6BD2; }
.vk-btn-icon.vk-border-violet .icon {
color: #AA6BD2; }
.vk-btn-icon.vk-border-violet:hover .icon, .vk-btn-icon.vk-border-violet:focus .icon {
background-color: #AA6BD2;
color: #fff;
border-color: #AA6BD2; }
.vk-btn-icon.vk-border-bottom {
border: none; }
.vk-btn-icon.vk-border-bottom:after {
content: '';
width: 100%;
height: 5px;
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-btn-icon.vk-border-bottom.vk-btn-default:after {
background-color: #E5AC00; }
.vk-btn-icon.vk-border-bottom.vk-btn-green:after {
background-color: #87AC2D; }
.vk-btn-icon.vk-border-bottom.vk-btn-turquoise:after {
background-color: #269C82; }
.vk-btn-icon.vk-border-bottom.vk-btn-blue:after {
background-color: #2C7BA9; }
.vk-btn-icon.vk-border-bottom.vk-btn-violet:after {
background-color: #8145A7; }
.vk-btn-icon.vk-border-bottom:hover, .vk-btn-icon.vk-border-bottom:focus {
color: #fff; }
.vk-btn-icon.vk-border-bottom:hover:after, .vk-btn-icon.vk-border-bottom:focus:after {
height: 100%; }
.vk-btn-icon.vk-border-bottom.vk-btn-default {
background-color: #FFC000; }
.vk-btn-icon.vk-border-bottom.vk-btn-green {
background-color: #9DC835; }
.vk-btn-icon.vk-border-bottom.vk-btn-turquoise {
background-color: #3EC0A3; }
.vk-btn-icon.vk-border-bottom.vk-btn-blue {
background-color: #4C9ECD; }
.vk-btn-icon.vk-border-bottom.vk-btn-violet {
background-color: #AA6BD2; }
.vk-btn-icon.vk-border-bottom .icon:before {
content: '';
height: 100%;
width: 1px;
background-color: #fff;
position: absolute;
left: 0;
top: 0;
z-index: 1; }
button.vk-btn {
display: inline-block; }
.vk-button-element .vk-divider {
border-color: #d7d7d7; }
.vk-button-element .vk-btn {
width: 100%;
margin-bottom: 20px; }
@media (min-width: 992px) {
.vk-button-element .vk-btn {
margin: 40px 0; } }
.vk-button-element .heading {
font-weight: 400;
font-size: 16px;
margin: 0;
text-align: center;
padding: 30px 0; }
@media (min-width: 992px) {
.vk-button-element .heading {
text-align: left;
padding: 0;
margin-bottom: 40px; } }
.vk-button-element .wrapper {
padding-bottom: 10px; }
@media (min-width: 992px) {
.vk-button-element .wrapper {
padding-bottom: 0; } }
@media (min-width: 992px) {
.vk-button-element .wrapper .content {
display: flex;
align-items: flex-end; } }
.vk-button-element .even {
background-color: #F4F4F4; }
.vk-button-element .button-wrapper {
padding: 50px 0px; }
@media (min-width: 992px) {
.vk-button-element .button-wrapper {
padding: 100px 0px; } }
.vk-button-element .vk-space.x-large {
padding-bottom: 30px; }
@media (min-width: 992px) {
.vk-button-element .vk-space.x-large {
padding-bottom: 80px; } }
.vk-button-element .list-item {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-button-element .list-item {
padding-bottom: 80px; } }
/* COLOR */
/*-----------------------------------------------------------------------------------
Theme Name: WICON
Theme URI: https://themeforest.net/user/vikitheme
Description: Creative Professional Experience Premium Themes
Author: SemiColonWeb
Author URI: https://themeforest.net/user/vikitheme
Version: 1.0
-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------
BEGIN: COLOR
-----------------------------------------------------------------------------------*/
.vk-color-wrapper .vk-color {
padding: 20px;
text-align: center;
margin-bottom: 30px;
color: white; }
.vk-color-wrapper .yellow-1 {
background-color: #FFC000; }
.vk-color-wrapper .yellow-2 {
background-color: #E5AC00; }
.vk-color-wrapper .black-1 {
background-color: #2E3841; }
.vk-color-wrapper .black-2 {
background-color: #2A333B; }
.vk-color-wrapper .green-1 {
background-color: #9DC835; }
.vk-color-wrapper .green-2 {
background-color: #87AC2D; }
.vk-color-wrapper .blue-1 {
background-color: #3EC0A3; }
.vk-color-wrapper .blue-2 {
background-color: #269C82; }
.vk-color-wrapper .turquoise-1 {
background-color: #4C9ECD; }
.vk-color-wrapper .turquoise-2 {
background-color: #2C7BA9; }
.vk-color-wrapper .violet-1 {
background-color: #AA6BD2; }
.vk-color-wrapper .violet-2 {
background-color: #8145A7; }
.vk-color-wrapper .grey-1 {
background-color: #8D8D8D; }
.vk-color-wrapper .grey-2 {
background-color: #B0B0B0; }
.vk-color-wrapper .grey-3 {
background-color: #B3BDC7; }
.vk-color-wrapper .grey-4 {
background-color: #EAEAEA; }
.vk-color-wrapper .grey-5 {
background-color: #F4F4F4; }
.vk-color-wrapper .grey-4,
.vk-color-wrapper .grey-5 {
color: #2E3841; }
/* COUNTER */
.vk-counter {
text-align: center;
color: #2E3841;
padding-bottom: 50px;
font-weight: 600; }
@media (min-width: 992px) {
.vk-counter {
padding: 100px 0; } }
.vk-counter ul {
list-style: none;
padding: 0;
margin: 0;
line-height: normal; }
.vk-counter .flaticon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100px;
height: 100px;
border: 2px solid #FFC000;
color: #FFC000;
border-radius: 50%;
margin-bottom: 3px; }
.vk-counter .flaticon:before {
font-size: 48px; }
.vk-counter .number-count {
font-size: 48px;
margin-bottom: -3px; }
.vk-counter-inline .content {
display: inline-block;
position: relative;
top: 20px;
padding-left: 10px; }
.vk-counter-inline .title {
text-align: left;
padding-left: 10px; }
.vk-counter-non-icon {
background-color: #E5AC00; }
.vk-counter-non-icon ul li {
display: inline-block; }
.vk-counter-non-icon .number-count {
font-size: 60px;
text-align: right;
width: 59%; }
.vk-counter-non-icon .number-count:after {
content: '';
height: 45px;
width: 3px;
background-color: #2E3841;
display: inline-block;
margin-left: 18px; }
.vk-counter-non-icon .title {
width: 39%;
text-align: left;
padding-left: 14px; }
.vk-counter-dark {
color: #fff; }
.vk-counter-element .vk-counter-section-style-1, .vk-counter-element .vk-counter-section-style-3 {
padding-top: 50px; }
@media (min-width: 992px) {
.vk-counter-element .vk-counter-section-style-1, .vk-counter-element .vk-counter-section-style-3 {
padding-top: 0; } }
/* DIVIDER */
.vk-divider {
width: 100%;
border-top-width: 1px;
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
border-style: solid;
border-color: #EAEAEA;
overflow: hidden; }
.vk-divider-dashed {
border-style: dashed; }
.vk-divider-dotted {
border-style: dotted; }
.vk-divider-double {
height: 4px;
border-bottom-width: 1px; }
.vk-divider-text {
border: none; }
.vk-divider-text .text {
position: relative;
padding-right: 15px; }
.vk-divider-text .text:after, .vk-divider-text .text:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
height: 1px;
margin: auto 0;
width: 1920px;
border-top-width: 1px;
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
border-style: solid;
border-color: #EAEAEA; }
.vk-divider-text .text:after {
right: 100%; }
.vk-divider-text .text:before {
left: 100%; }
.vk-divider-text.vk-divider-dashed .text:after, .vk-divider-text.vk-divider-dashed .text:before {
border-style: dashed; }
.vk-divider-text.vk-divider-dotted .text:after, .vk-divider-text.vk-divider-dotted .text:before {
border-style: dotted; }
.vk-divider-text.vk-divider-double {
height: auto; }
.vk-divider-text.vk-divider-double .text:after, .vk-divider-text.vk-divider-double .text:before {
height: 4px;
border-bottom-width: 1px; }
.vk-divider-center {
text-align: center; }
.vk-divider-center .text {
padding-left: 15px; }
.vk-divider-right {
text-align: right; }
.vk-divider-right .text {
padding-left: 15px;
padding-right: 0; }
.vk-divider-element .vk-space.x-large {
padding-bottom: 20px; }
.vk-divider-default .vk-divider {
margin: 40px 0; }
@media (min-width: 992px) {
.vk-divider-default .vk-divider {
margin: 50px 0; } }
.vk-divider-other {
padding-bottom: 20px; }
@media (min-width: 992px) {
.vk-divider-other {
padding-bottom: 80px; } }
.vk-divider-other .vk-divider {
margin: 40px 0; }
.vk-divider-other .vk-space.x-large {
padding-top: 80px; }
/* FAQ */
.vk-toggle .panel-group {
margin-bottom: 0; }
.vk-toggle .panel-group .panel {
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.vk-toggle .panel-group .panel + .panel {
margin-top: -1px; }
.vk-toggle .panel-group .panel-default {
border-color: transparent; }
.vk-toggle .panel-title {
font-size: 16px;
position: relative; }
.vk-toggle .panel-title a {
display: block;
padding: 15px;
font-weight: 400; }
.vk-toggle .panel-title:before {
content: "\f068";
color: #FFC000;
font-family: FontAwesome;
width: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
bottom: 0; }
.vk-toggle .panel-title a:hover, .vk-toggle .panel-title:focus, .vk-toggle .panel-title:active {
text-decoration: none;
color: #FFC000; }
.vk-toggle .panel-heading {
padding: 0;
background-color: transparent; }
.vk-toggle .panel-body {
padding: 25px 0; }
.vk-toggle .panel-body p {
margin: 0; }
.vk-toggle.vk-toggle-outlined .panel-default {
border-color: #EAEAEA;
border-left-color: transparent;
border-right-color: transparent; }
.vk-toggle.vk-toggle-outlined .panel-default .panel-heading {
border-left: solid 1px #EAEAEA;
border-right: solid 1px #EAEAEA; }
.vk-toggle.vk-toggle-border .panel-default {
border-color: #EAEAEA;
border-left-color: transparent;
border-right-color: transparent; }
.vk-toggle.vk-toggle-border .panel-title a {
padding-left: 65px;
overflow: hidden;
position: relative; }
.vk-toggle.vk-toggle-border .panel-title a:before {
content: "\f068";
font-family: FontAwesome;
color: #FFC000;
width: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
bottom: 0; }
.vk-toggle.vk-toggle-border .panel-title a.collapsed:before {
content: "\f067"; }
.vk-toggle.vk-toggle-border.vk-toggle-border-default .panel-title:before {
width: 15px; }
.vk-toggle.vk-toggle-border.vk-toggle-border-default .panel-title a {
padding-left: 40px; }
.vk-toggle.vk-toggle-border.vk-toggle-border-default .panel-title a:before {
width: 15px; }
.vk-toggle.vk-toggle-default .panel-title {
background-color: #F4F4F4; }
.vk-toggle.vk-toggle-default .panel-title a {
padding-left: 65px;
overflow: hidden;
position: relative;
color: #333; }
.vk-toggle.vk-toggle-default .panel-title a:hover, .vk-toggle.vk-toggle-default .panel-title a:focus, .vk-toggle.vk-toggle-default .panel-title a:active {
color: #FFC000; }
.vk-toggle.vk-toggle-default .panel-title a:before {
content: "\f068";
font-family: FontAwesome;
color: #FFC000;
width: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
bottom: 0; }
.vk-toggle.vk-toggle-default .panel-title a.collapsed:before {
content: "\f067"; }
@media (min-width: 992px) {
.vk-faq-shortcode .left {
padding-right: 70px; } }
.vk-faq-shortcode .vk-heading {
margin-bottom: 30px; }
@media (min-width: 992px) {
.vk-faq-shortcode .vk-heading {
margin-bottom: 60px; } }
.vk-faq-shortcode .vk-section {
padding-bottom: 0;
padding-top: 60px; }
@media (min-width: 992px) {
.vk-faq-shortcode .vk-section {
padding-top: 120px; } }
.vk-faq-shortcode .vk-section.first {
padding-top: 0; }
/* HEADING */
.vk-heading {
text-transform: uppercase;
position: relative;
padding-bottom: 20px;
margin-bottom: 0; }
.vk-heading-icon {
text-align: center; }
.vk-heading-icon + .content-sample {
text-align: center; }
.vk-heading-icon + .content-sample .vk-text {
margin-bottom: 0; }
.vk-heading-icon .icon {
position: absolute;
bottom: -4px;
left: 0;
right: 0;
width: 38px;
margin: auto;
color: #B0B0B0;
font-size: 18px; }
.vk-heading-icon .icon:after, .vk-heading-icon .icon:before {
content: '';
width: 60px;
height: 1px;
background-color: #B0B0B0;
position: absolute;
bottom: 0;
top: 0;
margin: auto; }
@media (min-width: 992px) {
.vk-heading-icon .icon:after, .vk-heading-icon .icon:before {
width: 80px; } }
.vk-heading-icon .icon:before {
left: 100%; }
.vk-heading-icon .icon:after {
right: 100%; }
.vk-heading-border {
padding-bottom: 15px;
text-align: center; }
.vk-heading-border + .content-sample {
text-align: center; }
.vk-heading-border > span:after, .vk-heading-border > span:before {
content: '';
background-color: #FFC000;
position: absolute;
bottom: 0; }
.vk-heading-border > span:after {
height: 3px;
width: 40px;
left: 0;
right: 0;
margin: auto; }
@media (min-width: 992px) {
.vk-heading-border > span:after {
width: 160px; } }
@media (min-width: 992px) {
.vk-heading-border-left {
padding-left: 24px;
text-align: left; }
.vk-heading-border-left > span:after {
right: auto; }
.vk-heading-border-left > span:before {
height: 43px;
width: 3px;
left: 0px; }
.vk-heading-border-left + .content-sample {
text-align: left; } }
@media (min-width: 992px) {
.vk-heading-border-right {
padding-right: 24px;
text-align: right; }
.vk-heading-border-right > span:after {
left: auto; }
.vk-heading-border-right > span:before {
height: 43px;
width: 3px;
right: 0px; }
.vk-heading-border-right > span + .content-sample {
text-align: right; } }
.vk-heading-line {
padding-bottom: 0;
text-align: center; }
.vk-heading-line + .content-sample {
text-align: center; }
.vk-heading-line > span {
padding: 0px 10px;
position: relative;
display: inline-block; }
@media (min-width: 992px) {
.vk-heading-line > span {
padding: 0px 20px; } }
.vk-heading-line > span:after, .vk-heading-line > span:before {
content: '';
height: 1px;
width: 20px;
background-color: #B0B0B0;
position: absolute;
top: 0;
bottom: 0;
margin: auto; }
@media (min-width: 992px) {
.vk-heading-line > span:after, .vk-heading-line > span:before {
width: 40px; } }
.vk-heading-line > span:after {
left: 100%; }
.vk-heading-line > span:before {
right: 100%; }
.vk-heading-line-yellow {
padding-bottom: 18px; }
.vk-heading-line-yellow:after {
content: '';
width: 40px;
height: 3px;
background-color: #FFC000;
position: absolute;
bottom: 0; }
@media (min-width: 992px) {
.vk-heading-line-yellow:after {
width: 80px; } }
.vk-heading-line-yellow-left:after {
left: 0; }
.vk-heading-line-yellow-right {
text-align: right; }
.vk-heading-line-yellow-right:after {
right: 0; }
.vk-heading-line-yellow-center {
text-align: center; }
.vk-heading-line-yellow-center:after {
left: 0;
right: 0;
margin: 0 auto; }
@media (min-width: 992px) {
.vk-heading-line-left {
text-align: left; }
.vk-heading-line-left + .content-sample {
text-align: left; }
.vk-heading-line-left > span {
padding-left: 0;
padding-right: 0; }
.vk-heading-line-left > span:after {
display: none; }
.vk-heading-line-left > span:before {
right: auto;
left: -60px; } }
@media (min-width: 992px) {
.vk-heading-line-right {
text-align: right; }
.vk-heading-line-right + .content-sample {
text-align: right; }
.vk-heading-line-right > span {
padding-left: 0;
padding-right: 0; }
.vk-heading-line-right > span:before {
display: none; }
.vk-heading-line-right > span:after {
left: auto;
right: -60px; } }
.vk-heading-inverse {
color: #2E3841; }
.vk-heading-inverse > span:after, .vk-heading-inverse > span:before {
background-color: #2E3841; }
.vk-heading-style-1 {
color: #fff;
letter-spacing: 5px; }
.vk-heading-style-2 {
font-size: 12px;
font-weight: 400;
letter-spacing: 10px;
position: relative;
display: inline-block;
padding-bottom: 15px; }
.vk-heading-style-2:after {
content: '';
height: 1px;
width: 100px;
background-color: #636362;
position: absolute;
bottom: 0;
right: 10px; }
.vk-heading-shortcode .vk-heading {
margin-bottom: 45px; }
@media (min-width: 992px) {
.vk-heading-shortcode .vk-heading {
margin-bottom: 25px; } }
.text-normal {
text-transform: none; }
/* ICON BOX */
.vk-iconbox {
padding: 20px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media (min-width: 992px) {
.vk-iconbox {
width: auto;
padding: 35px 25px; } }
.vk-iconbox .icon {
display: inline-block;
line-height: normal;
padding-bottom: 30px;
color: #FFC000;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-iconbox .icon .flaticon:before {
font-size: 80px; }
.vk-iconbox .vk-title {
margin-bottom: 17px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-iconbox .vk-text {
line-height: 26px;
margin-bottom: 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-iconbox:hover .icon {
color: #2E3841; }
.vk-iconbox:hover .vk-title {
color: #FFC000; }
.vk-iconbox-background {
margin-bottom: 30px;
background-color: #2E3841;
padding: 40px 20px 30px 20px; }
@media (min-width: 992px) {
.vk-iconbox-background {
padding: 50px 20px; } }
@media (min-width: 1200px) {
.vk-iconbox-background {
padding: 50px 25px; } }
.vk-iconbox-background .vk-title {
color: #fff; }
.vk-iconbox-background .vk-text {
color: #8D8D8D; }
.vk-iconbox-background:hover {
background-color: #FFC000; }
.vk-iconbox-background:hover .icon {
color: #2E3841; }
.vk-iconbox-background:hover .vk-title {
color: #2E3841; }
.vk-iconbox-background:hover .vk-text {
color: #2E3841; }
.vk-iconbox-striped {
background-color: #2A333B; }
.vk-iconbox-border {
border: 2px solid #2E3841;
margin-bottom: 30px;
padding: 40px 20px 30px 20px; }
@media (min-width: 992px) {
.vk-iconbox-border {
padding: 50px 25px; } }
.vk-iconbox-border:hover {
background-color: #2E3841; }
.vk-iconbox-border:hover .icon {
color: #FFC000; }
.vk-iconbox-border:hover .vk-title {
color: #fff; }
.vk-iconbox-fullwidth .vk-iconbox {
margin-bottom: 0; }
.vk-iconbox-fullwidth .h-line:before, .vk-iconbox-fullwidth .h-line:after {
border-color: #2E3841; }
.vk-iconbox-element .list-item {
padding-bottom: 30px; }
@media (min-width: 992px) {
.vk-iconbox-element .list-item {
padding-bottom: 90px; } }
.vk-iconbox-without-background .vk-space.x-large {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-iconbox-without-background .vk-space.x-large {
padding-top: 90px;
padding-bottom: 85px; } }
.vk-iconbox-without-background.list-item {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-iconbox-without-background.list-item {
padding-bottom: 85px; } }
@media (min-width: 992px) {
.vk-iconbox-with-background.list-item {
padding-bottom: 0; } }
/* ICON */
/* IMAGE SLIDER */
.slick-slide:focus {
outline: 0; }
.vk-slider img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-slider ul {
list-style: none;
padding: 0;
margin: 0; }
.vk-slider .vk-arrow {
background-color: transparent;
border: 1px solid #B0B0B0;
color: #B0B0B0;
padding: 42px 14px;
position: absolute;
top: 28%;
z-index: 1; }
.vk-slider .vk-arrow.next {
right: -70px; }
.vk-slider .vk-arrow.prev {
left: -70px; }
.vk-slider .vk-arrow:hover {
color: #FFC000;
border-color: #FFC000; }
.vk-slider .vk-img-frame {
margin: 20px 0; }
@media (min-width: 992px) {
.vk-slider .vk-img-frame {
margin: 35px 0; } }
.vk-slider .content {
opacity: 0;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-slider .content .title {
font-size: 18px;
text-transform: uppercase;
font-weight: 500;
color: #FFC000; }
.vk-slider .content .position {
text-transform: capitalize;
position: relative; }
.vk-slider .content .position:before {
content: '';
width: 40px;
height: 1px;
margin: 11px auto;
background-color: #B0B0B0;
display: block; }
.vk-slider .item {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-slider .item:hover .content {
opacity: 1; }
.vk-slider-center .vk-img-frame {
overflow: visible; }
@media (min-width: 992px) {
.vk-slider-center .vk-img-frame {
margin-bottom: 60px; } }
.vk-slider-center .item {
padding: 0; }
@media (min-width: 992px) {
.vk-slider-center .item {
padding: 0 15px; } }
.vk-slider-center .item img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
padding: 20px; }
@media (min-width: 992px) {
.vk-slider-center .item img {
padding: 0; } }
@media (min-width: 992px) {
.vk-slider-center .item ~ .item {
-webkit-transform: translate(-35px);
-moz-transform: translate(-35px);
-ms-transform: translate(-35px);
-o-transform: translate(-35px);
transform: translate(-35px); } }
.vk-slider-center .item:hover .vk-img-frame {
margin-bottom: 20px; }
.vk-slider-center .item.slick-slide.slick-center {
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
-o-transform: translate(0);
transform: translate(0); }
.vk-slider-center .item.slick-slide.slick-center img {
padding: 0; }
@media (min-width: 992px) {
.vk-slider-center .item.slick-slide.slick-center img {
-webkit-transform: scale(1.241);
-moz-transform: scale(1.241);
-ms-transform: scale(1.241);
-o-transform: scale(1.241);
transform: scale(1.241); } }
.vk-slider-center .item.slick-slide.slick-center .vk-img-frame {
margin-bottom: 60px; }
.vk-slider-center .item.slick-slide.slick-center .content {
opacity: 1; }
@media (min-width: 992px) {
.vk-slider-center .item.slick-slide.slick-center + .item {
-webkit-transform: translate(35px);
-moz-transform: translate(35px);
-ms-transform: translate(35px);
-o-transform: translate(35px);
transform: translate(35px); } }
@media (min-width: 992px) {
.vk-slider-center .item.slick-slide.slick-center + .item + .item {
-webkit-transform: translate(35px);
-moz-transform: translate(35px);
-ms-transform: translate(35px);
-o-transform: translate(35px);
transform: translate(35px); } }
.vk-slider-circle .vk-img-frame {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.vk-slider-arrow-top .vk-arrow {
width: 40px;
height: 40px;
padding: 0;
background-color: transparent;
border: 1px solid #EAEAEA;
color: #8D8D8D;
position: absolute;
z-index: 1;
top: -105px;
min-height: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-slider-arrow-top .vk-arrow.prev {
left: auto;
right: 65px; }
.vk-slider-arrow-top .vk-arrow.next {
right: 15px; }
.vk-slider-arrow-top .vk-arrow:hover, .vk-slider-arrow-top .vk-arrow:focus {
border-color: #FFC000;
color: #FFC000; }
.vk-slider-arrow-dot-top {
padding-top: 30px; }
@media (min-width: 992px) {
.vk-slider-arrow-dot-top {
padding-top: 0px; } }
.vk-slider-arrow-dot-top .vk-arrow-dots {
margin: 0;
padding: 0;
list-style: none;
width: 100%;
position: absolute;
top: 0;
left: 15px;
right: 15px;
margin: auto; }
@media (min-width: 400px) {
.vk-slider-arrow-dot-top .vk-arrow-dots {
width: 370px; } }
@media (min-width: 992px) {
.vk-slider-arrow-dot-top .vk-arrow-dots {
width: 460px;
top: -85px;
margin-right: 285px;
display: none !important; } }
@media (min-width: 1200px) {
.vk-slider-arrow-dot-top .vk-arrow-dots {
display: block !important; } }
.vk-slider-arrow-dot-top .vk-arrow-dots li {
float: left;
height: 20px;
padding: 0px 2px;
cursor: pointer; }
.vk-slider-arrow-dot-top .vk-arrow-dots li:after {
content: '';
height: 1px;
background-color: #EAEAEA;
display: block;
margin-top: 9px; }
.vk-slider-arrow-dot-top .vk-arrow-dots li.slick-active:after {
background-color: #FFC000; }
.vk-slider-arrow-dot-top .vk-arrow-dots li button {
display: none; }
.vk-slider-arrow-image .vk-arrow {
width: 80px;
height: 80px;
font-size: 30px;
padding: 0;
background-color: rgba(0, 0, 0, 0.5);
border: none;
color: #8D8D8D;
position: absolute;
z-index: 1;
top: 50%;
min-height: 0;
overflow: visible;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-slider-arrow-image .vk-arrow .image-preview-thumbnail {
height: 80px;
width: 0px;
display: block;
position: absolute;
top: 0;
background-size: cover;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-slider-arrow-image .vk-arrow.prev {
left: 60px; }
.vk-slider-arrow-image .vk-arrow.prev .image-preview-thumbnail {
left: 100%; }
.vk-slider-arrow-image .vk-arrow.next {
right: 60px; }
.vk-slider-arrow-image .vk-arrow.next .image-preview-thumbnail {
right: 100%; }
.vk-slider-arrow-image .vk-arrow .icon {
position: relative;
top: 3px; }
.vk-slider-arrow-image .vk-arrow:hover, .vk-slider-arrow-image .vk-arrow:focus {
color: #fff;
background-color: #FFC000; }
.vk-slider-arrow-image .vk-arrow:hover .image-preview-thumbnail, .vk-slider-arrow-image .vk-arrow:focus .image-preview-thumbnail {
width: 160px; }
.vk-slider-arrow-image .vk-dots-nav {
position: absolute;
bottom: 35px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%); }
.vk-slider-arrow-image .vk-dots-nav li {
float: left;
width: 20px;
height: 20px;
overflow: hidden;
position: relative;
cursor: pointer; }
.vk-slider-arrow-image .vk-dots-nav li button {
display: none; }
.vk-slider-arrow-image .vk-dots-nav li:before {
content: '';
width: 8px;
height: 8px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #8D8D8D;
position: absolute;
top: 5px;
left: 5px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: block; }
.vk-slider-arrow-image .vk-dots-nav li:after {
content: '';
width: 14px;
height: 14px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid transparent;
position: absolute;
top: 2px;
left: 2px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: block; }
.vk-slider-arrow-image .vk-dots-nav li.slick-active:after, .vk-slider-arrow-image .vk-dots-nav li:hover:after {
border-color: #FFC000; }
.vk-slider-arrow-image .vk-dots-nav li.slick-active:before, .vk-slider-arrow-image .vk-dots-nav li:hover:before {
background-color: #FFC000; }
.vk-image-slider-element .vk-space.x-large {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-image-slider-element .vk-space.x-large {
padding-bottom: 85px; } }
.vk-image-slider-element .list-item {
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-image-slider-element .list-item {
padding-bottom: 120px; } }
.vk-image-slider-style-2 .vk-heading {
color: #fff; }
@media (min-width: 992px) {
.vk-image-slider-style-1 .vk-space.x-large {
padding-bottom: 120px; } }
/* PRICING TABLE */
.vk-pricing-table {
/* STANDARD PRICE */
/*----- PRICING TABLE STYLE -----*/
/*-- Pricing 1 --*/
/*-- Pricing 2 --*/
/*-- Pricing 3 --*/
/* Responsive */ }
.vk-pricing-table .vk-pricing-table {
padding-top: 40px;
padding-bottom: 40px; }
.vk-pricing-table .panel.price,
.vk-pricing-table .panel.price > .panel-heading {
border-radius: 0px;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-transition: all .3s ease; }
.vk-pricing-table .panel {
margin: 0;
padding-bottom: 30px;
-webkit-box-shadow: 0;
-moz-box-shadow: 0;
box-shadow: 0; }
@media (min-width: 960px) {
.vk-pricing-table .panel {
padding: 0; } }
.vk-pricing-table .panel-body,
.vk-pricing-table .panel-heading {
color: white; }
.vk-pricing-table .panel-body h3,
.vk-pricing-table .panel-heading h3 {
border-bottom: solid 1px white;
padding: 20px 0;
margin: 0; }
.vk-pricing-table .focus {
margin-top: -20px; }
.vk-pricing-table .focus .panel-heading {
color: white; }
.vk-pricing-table .focus .panel-heading h3 {
padding: 30px 0; }
.vk-pricing-table .panel-heading {
padding-top: 0;
padding-bottom: 0; }
.vk-pricing-table .vk-be-overlay {
background-color: rgba(46, 56, 65, 0.9); }
.vk-pricing-table .vk-panel {
background-size: cover;
background-repeat: no-repeat;
display: block; }
.vk-pricing-table .vk-panel .vk-be-overlay {
position: relative;
background-color: rgba(46, 56, 65, 0.5); }
.vk-pricing-table .vk-panel .panel-body .vk-price {
position: relative; }
.vk-pricing-table .vk-panel .panel-body .vk-price big {
font-size: 90px;
letter-spacing: 0px;
position: relative; }
.vk-pricing-table .vk-panel .panel-body .vk-price span {
font-size: 30px; }
.vk-pricing-table .vk-panel .panel-body .vk-price small {
font-size: 15px;
margin-left: 30px; }
.vk-pricing-table .vk-panel .panel-body .vk-price .price-small {
position: absolute;
top: 18px; }
.vk-pricing-table .vk-panel-basic {
background-image: url(../images/pricing-tables/pricing_tables_1.jpg); }
.vk-pricing-table .vk-panel-standard {
background-image: url(../images/pricing-tables/pricing_tables_2.jpg); }
.vk-pricing-table .vk-panel-professional {
background-image: url(../images/pricing-tables/pricing_tables_3.jpg); }
.vk-pricing-table .vk-panel-unlimited {
background-image: url(../images/pricing-tables/pricing_tables_4.jpg); }
.vk-pricing-table .price .list-group-item {
border-bottom-: 1px solid rgba(250, 250, 250, 0.5); }
.vk-pricing-table .list-group-item {
border: solid 1px white;
background-color: #F4F4F4;
padding: 15px; }
.vk-pricing-table .panel.price .list-group-item:last-child {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px; }
.vk-pricing-table .panel.price .list-group-item:first-child {
border-top-right-radius: 0px;
border-top-left-radius: 0px; }
.vk-pricing-table .price .panel-footer {
background-color: #2E3841;
padding: 25px;
text-align: center; }
.vk-pricing-table .panel.price .btn {
box-shadow: 0 -1px 0px rgba(50, 50, 50, 0.2) inset;
border: 0px; }
.vk-pricing-table .panel-standard {
position: relative; }
.vk-pricing-table .panel-standard .panel-footer {
padding: 40px; }
.vk-pricing-table .pricing-1 .panel-heading h3 {
color: white; }
.vk-pricing-table .pricing-2 .vk-heading {
color: white; }
.vk-pricing-table .pricing-2 .panel {
background-color: transparent; }
.vk-pricing-table .pricing-2 .panel .vk-panel .panel-heading h3 {
color: white; }
.vk-pricing-table .pricing-2 .panel .vk-panel .panel-body .vk-price big {
font-size: 70px; }
.vk-pricing-table .pricing-2 .panel .vk-panel .panel-body .vk-price span {
font-size: 25px; }
.vk-pricing-table .pricing-2 .panel .vk-panel .panel-body .vk-price small {
font-size: 14px; }
.vk-pricing-table .pricing-2 .panel .list-group-item {
border-color: #2E3841; }
.vk-pricing-table .pricing-3 .panel-heading {
background-color: #2E3841; }
.vk-pricing-table .pricing-3 .panel-heading h3 {
border: none;
color: #FFC000; }
.vk-pricing-table .pricing-3 .panel-footer {
background-color: transparent;
padding: 25px;
border: none; }
.vk-pricing-table .pricing-3 .panel-body {
padding-bottom: 0; }
.vk-pricing-table .pricing-3 .panel-body .vk-price {
border-bottom: solid 1px white;
padding-bottom: 20px;
margin: 0; }
.vk-pricing-table .pricing-3 .panel-body .vk-price big {
font-size: 70px; }
.vk-pricing-table .pricing-3 .panel-body .vk-price span {
font-size: 25px; }
.vk-pricing-table .pricing-3 .panel-body .vk-price small {
font-size: 14px; }
.vk-pricing-table .pricing-3 .panel-standard .panel-footer {
padding: 35px; }
@media (min-width: 960px) {
.vk-pricing-table {
/* Pricing 2*/
/* Pricing 3 */ }
.vk-pricing-table .pricing-2 .col-md-3 {
padding: 0 !important; }
.vk-pricing-table .pricing-2 .col-md-3 + .col-md-3 {
margin-left: -1px; }
.vk-pricing-table .pricing-3 .col-md-3 {
padding: 0 !important; } }
/*-----------------------------------------------------------------------------------
END: PRICING TABLE
-----------------------------------------------------------------------------------*/
/* TABS */
.vk-tab h4 {
padding-bottom: 30px; }
.vk-tab .vk-nav-tabs {
position: relative;
z-index: 1; }
.vk-tab .vk-nav-tabs li {
height: 50px; }
.vk-tab .vk-nav-tabs li a {
padding: 15px 25px;
font-weight: 500;
display: block;
text-decoration: none;
color: #B0B0B0;
border: 1px solid transparent; }
@media (min-width: 768px) {
.vk-tab .vk-nav-tabs li a {
padding: 14px 30px; } }
.vk-tab .vk-nav-tabs li.active a {
background: #FFC000;
color: white; }
.vk-tab .vk-tab-content {
padding-top: 30px;
border-top: 1px solid #EAEAEA; }
.vk-tab .vk-tab-content .tab-pane {
line-height: 24px; }
.vk-tab.vk-tab-flat .vk-nav-tabs {
margin-bottom: -1px; }
.vk-tab.vk-tab-flat .vk-nav-tabs li:not(:first-child) {
margin-left: -1px; }
.vk-tab.vk-tab-flat .vk-nav-tabs li.active a {
border-bottom-color: transparent;
background: #FFC000; }
.vk-tab.vk-tab-flat .vk-nav-tabs li a {
background: #EAEAEA; }
.vk-tab.tab-flat-bg .vk-nav-tabs li {
border-bottom: solid 1px #EAEAEA;
border-right: solid 2px white; }
.vk-tab.vk-tab-border .vk-tab-content {
margin-top: -1px; }
.vk-tab.vk-tab-border .vk-nav-tabs li {
background-color: #fff;
border: 1px solid #EAEAEA;
border-top: none;
-webkit-box-shadow: inset 0 1px 0 #EAEAEA;
-moz-box-shadow: inset 0 1px 0 #EAEAEA;
box-shadow: inset 0 1px 0 #EAEAEA; }
.vk-tab.vk-tab-border .vk-nav-tabs li + li {
margin-left: -1px; }
.vk-tab.vk-tab-border .vk-nav-tabs li a {
border: none;
background: transparent;
color: #FFC000;
padding: 12px 30px; }
.vk-tab.vk-tab-border .vk-nav-tabs li.active {
border-bottom: none;
border-top: none; }
.vk-tab.vk-tab-border .vk-nav-tabs li.active a {
-webkit-box-shadow: inset 0 5px 0 #FFC000;
-moz-box-shadow: inset 0 5px 0 #FFC000;
box-shadow: inset 0 5px 0 #FFC000;
background: white; }
.vk-tab.tab-border-no-bd .vk-nav-tabs li {
border: 1px solid transparent;
border-top: none;
border-bottom: none;
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.vk-tab.tab-border-no-bd .vk-nav-tabs li.active {
border-color: #EAEAEA;
background-color: #fff; }
.vk-tab.vk-tab-background .vk-nav-tabs li {
width: 33.33%; }
.vk-tab.vk-tab-background .vk-nav-tabs li a {
box-sizing: border-box;
background: #FFC000;
border-top: solid 5px #FFC000;
border-right: solid 1px white;
color: white;
padding: 12px 30px; }
.vk-tab.vk-tab-background .vk-nav-tabs li.active {
border-top: solid 5px #FFC000; }
.vk-tab.vk-tab-background .vk-nav-tabs li.active a {
border-top: none;
background: #EAEAEA;
color: #FFC000; }
.vk-tab.vk-tab-background .tab-content {
background: #EAEAEA;
padding: 30px 20px 20px 20px; }
.vk-tab.background-no-box .vk-nav-tabs li a {
background: white;
color: #B3BDC7;
border-top: solid 5px white;
border-right: solid 1px white; }
.vk-tab.vk-vertical-tab h4 {
padding-bottom: 60px; }
.vk-tab.vk-vertical-tab .vk-nav-tabs,
.vk-tab.vk-vertical-tab .vk-tab-content {
float: left; }
.vk-tab.vk-vertical-tab .vk-nav-tabs {
width: 100%; }
.vk-tab.vk-vertical-tab .vk-nav-tabs li {
float: none; }
.vk-tab.vk-vertical-tab .vk-nav-tabs li a {
text-align: center;
border-top-color: #EAEAEA; }
.vk-tab.vk-vertical-tab .vk-nav-tabs li:last-child a {
border-bottom-color: #EAEAEA; }
.vk-tab.vk-vertical-tab .vk-tab-content {
border-top: none;
padding-top: 0; }
.vk-tab.tab-vertical-flat .vk-nav-tabs {
border-right: solid 1px #EAEAEA; }
.vk-tab.tab-vertical-flat .vk-nav-tabs li a {
border-bottom: solid 1px white;
background: #EAEAEA; }
.vk-tab.tab-vertical-flat .vk-nav-tabs li.active {
background: #FFC000; }
.vk-tab.tab-vertical-flat .vk-nav-tabs li.active a {
background: none; }
.vk-tab.flat-2 .vk-nav-tabs li a {
background: transparent;
border: none;
padding: 15px 30px; }
.vk-tab.tab-vertical-outline .vk-nav-tabs li a {
background: transparent;
color: #B3BDC7;
border-left: solid 1px #EAEAEA;
border-right: solid 1px #EAEAEA; }
.vk-tab.tab-vertical-outline .vk-nav-tabs li.active {
border-left: solid 5px #FFC000; }
.vk-tab.tab-vertical-outline .vk-nav-tabs li.active a {
color: #FFC000;
border-right: none; }
.vk-tab .outline-2 .vk-nav-tabs li a {
border-left: none;
border-bottom: none;
border-top: none; }
.vk-tab .outline-2 .vk-nav-tabs li.active {
border-top: solid 1px #EAEAEA;
border-bottom: solid 1px #EAEAEA; }
.tab-vertical-background .col-md-2 {
padding-right: 0; }
.tab-vertical-background .col-md-10 {
padding-left: 0; }
.tab-vertical-background .vk-nav-tabs li {
background: #FFC000; }
.tab-vertical-background .vk-nav-tabs li a {
color: white;
border-right: none;
border-color: white; }
.tab-vertical-background .vk-nav-tabs li.active {
background: #EAEAEA;
border-left: solid 5px #FFC000; }
.tab-vertical-background .vk-nav-tabs li.active a {
background: transparent;
color: #FFC000; }
.tab-vertical-background .vk-tab-content {
background: #EAEAEA;
padding: 30px !important; }
.background-2 .vk-nav-tabs li {
background: transparent; }
.background-2 .vk-nav-tabs li a {
color: #B3BDC7;
border: none;
padding: 15px 30px; }
/* TYPOGRAPHY */
.box-heading .first-letter {
width: 170px;
height: 170px;
margin: auto;
border: 8px solid #2E3841;
color: #FFC000;
font-size: 100px;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 50px; }
@media (min-width: 992px) {
.box-heading .first-letter {
margin-bottom: 0px; } }
.box-heading .box-text {
padding-bottom: 50px; }
@media (min-width: 992px) {
.box-heading .box-text {
padding-bottom: 0px; } }
.vk-list-heading-size {
color: #FFC000;
text-transform: capitalize;
text-align: center; }
@media (min-width: 1200px) {
.vk-list-heading-size {
text-align: left; } }
.vk-list-heading-size .heading {
color: inherit;
line-height: 1;
margin-bottom: 0; }
@media (min-width: 992px) {
.vk-list-heading-size .heading {
line-height: 26px; } }
@media (min-width: 1200px) {
.vk-list-heading-size li {
padding-left: 70px;
float: left;
width: 50%; } }
.vk-list-heading-size li + li {
padding-top: 30px; }
@media (min-width: 1200px) {
.vk-list-heading-size li + li {
padding-top: 0px; } }
@media (min-width: 1200px) {
.vk-list-heading-size li:nth-child(n+3) {
padding-top: 30px; } }
.box-highlight .vk-highlight .selected {
color: #fff; }
.box-highlight .vk-highlight-style-1 .selected {
background-color: #FFC000; }
.box-highlight .vk-highlight-style-2 .selected, .box-highlight .vk-highlight-style-2 ::selection {
background-color: #2E3841; }
.box-tooltip .vk-tooltip-style-1 .selected {
color: #FFC000; }
.box-tooltip .vk-tooltip-style-2 .selected {
color: #2E3841; }
.box-tooltip .vk-tooltip-style-2 .tooltip-inner {
background-color: #2E3841; }
.box-tooltip .vk-tooltip-style-2 .tooltip-arrow {
border-top-color: #2E3841 !important; }
.tooltip {
font-family: inherit;
font-size: 13px;
font-weight: 300; }
.tooltip-inner {
background-color: #FFC000;
padding: 4px 10px; }
.tooltip-arrow {
border-top-color: #FFC000 !important; }
.vk-blockquote {
position: relative; }
.vk-blockquote .highlight {
color: #FFC000;
padding-top: 13px;
display: inline-block; }
.vk-blockquote:before {
content: '“';
font-size: 120px;
color: #FFC000;
position: absolute;
top: -18px;
left: -4px;
font-style: normal;
line-height: normal; }
@media (min-width: 992px) {
.vk-blockquote:before {
left: 22px; } }
.vk-typogaphy-shortcode .vk-title {
margin-bottom: 20px; }
.vk-typogaphy-shortcode p {
text-align: justify;
margin-bottom: 20px; }
@media (min-width: 992px) {
.vk-typogaphy-shortcode .vk-space.large {
padding-top: 80px;
padding-bottom: 80px; } }
.vk-typogaphy-shortcode .box-highlight, .vk-typogaphy-shortcode .box-ordered-list {
padding-bottom: 50px;
margin-bottom: 50px;
border-bottom: 1px solid #EAEAEA; }
@media (min-width: 992px) {
.vk-typogaphy-shortcode .box-highlight, .vk-typogaphy-shortcode .box-ordered-list {
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: none; } }
/* LAYOUT */
/* BLOG GRID */
.vk-blog-grid.vk-blog-wrapper .blog-list {
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-blog-grid.vk-blog-wrapper .blog-list {
padding-bottom: 80px; } }
.vk-blog-grid .blog-content .content-box {
margin-bottom: 30px; }
.vk-blog-grid .blog-content .content-box a h4 {
padding-top: 25px;
padding-bottom: 20px;
margin: 0;
color: #2E3841; }
.vk-blog-grid .blog-content .content-box .vk-divider {
padding-bottom: 25px; }
.vk-blog-grid .blog-content .content-box .content {
padding: 0 30px 0 30px;
background-color: #F4F4F4; }
.vk-blog-grid .blog-content .content-box .content h4:hover {
color: #FFC000; }
.vk-blog-grid .blog-content .content-box .content .vk-buttons {
padding-bottom: 25px; }
.vk-blog-grid .blog-content .content-box .content h5 {
padding-bottom: 30px; }
/* BLOG LIST */
.vk-blog-list .blog-content .vk-divider {
margin-bottom: 50px; }
.vk-blog-list .blog-content .content-box .content p {
padding: 0 !important; }
.vk-blog-list .blog-content .content-box .vk-buttons {
padding-top: 25px;
padding-bottom: 30px; }
.vk-blog-list .blog-content .customer h1 {
padding-top: 10px;
color: #FFC000; }
.vk-blog-list .blog-content .customer h4 {
padding: 0;
line-height: 2; }
.vk-blog-list .blog-content .vk-pagination {
border: none;
padding-top: 5px;
margin-top: -30px; }
.vk-blog-list .blog-content .box-pagination {
text-align: center; }
@media (min-width: 992px) {
.vk-blog-list .blog-content .box-pagination {
text-align: right; } }
/* SINGLE BLOG */
.vk-blog-wrapper .blog-list {
padding-top: 60px;
padding-bottom: 45px; }
@media (min-width: 992px) {
.vk-blog-wrapper .blog-list {
padding-top: 80px;
padding-bottom: 65px; } }
.vk-blog-wrapper .single-blog {
padding-top: 60px;
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-blog-wrapper .single-blog {
padding-top: 80px;
padding-bottom: 80px; } }
.vk-blog-wrapper .vk-tag {
margin: 0 0 10px 0; }
.vk-blog-wrapper .vk-tag a {
padding: 8px 15px;
background-color: #F4F4F4;
display: block;
text-transform: capitalize; }
.vk-blog-wrapper .vk-tag:hover a {
color: white;
background-color: #FFC000; }
.vk-blog-wrapper .blog-content h4 {
margin-top: 40px;
margin-bottom: 30px; }
.vk-blog-wrapper .blog-content .info .vk-list li {
font-weight: 600;
color: #2E3841;
line-height: 2; }
.vk-blog-wrapper .blog-content .info .vk-list li span {
color: #FFC000;
font-weight: 300; }
.vk-blog-wrapper .blog-content .info .vk-list li p {
display: inline-block;
color: #8D8D8D;
font-weight: normal;
margin: 0; }
.vk-blog-wrapper .blog-content .share ul {
border: solid 1px #EAEAEA;
padding: 20px; }
.vk-blog-wrapper .blog-content .share ul li {
padding: 0; }
.vk-blog-wrapper .blog-content .share ul h4 {
padding: 16px 26px;
background-color: #2E3841;
color: white;
margin: 0 30px 0 0; }
.vk-blog-wrapper .blog-content .share ul i {
margin-right: 30px;
font-size: 22px; }
.vk-blog-wrapper .blog-content .share ul i:hover {
color: #FFC000; }
.vk-blog-wrapper .blog-content .tag ul {
border: solid 1px #EAEAEA;
padding: 14px; }
.vk-blog-wrapper .blog-content .tag ul li {
padding: 0; }
.vk-blog-wrapper .blog-content .tag ul h4 {
padding: 16px 26px;
background-color: #2E3841;
color: white;
margin: 0 30px 0 0; }
.vk-blog-wrapper .blog-content .content p {
padding-bottom: 20px;
margin: 0; }
.vk-blog-wrapper .blog-content .comment .media .media-left a img {
width: 45px;
height: 45px; }
.vk-blog-wrapper .blog-content .comment .media .media-body h4 {
margin-top: 10px;
margin-bottom: 10px; }
.vk-blog-wrapper .blog-content .comment button {
font-weight: 400; }
.vk-blog-wrapper .blog-content .comment .comment-list li:last-child {
color: #FFC000; }
.vk-blog-wrapper .blog-content .comment .vk-divider {
margin-top: 10px;
margin-bottom: 20px; }
.vk-blog-wrapper .blog-content .vk-contact-form {
background-color: transparent;
padding: 0; }
.vk-blog-wrapper .blog-content .vk-contact-form h4 {
padding: 0;
margin-top: 40px; }
.vk-blog-wrapper .blog-content .vk-contact-form h5 {
margin: 0;
padding-bottom: 20px; }
.vk-blog-wrapper .blog-content .vk-contact-form .user-info .form-control {
background-color: #F4F4F4;
padding-left: 10px; }
.vk-blog-wrapper .blog-content .vk-contact-form .message-content textarea {
background-color: #F4F4F4; }
.vk-blog-wrapper .vk-pagination {
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-blog-wrapper .vk-pagination {
border: solid 1px #EAEAEA;
padding: 15px 0; } }
.vk-blog-wrapper .vk-pagination li a span {
color: #B0B0B0 !important; }
.vk-blog-wrapper .vk-pagination li a span:hover,
.vk-blog-wrapper .vk-pagination li a :active,
.vk-blog-wrapper .vk-pagination li a :focus {
color: #FFC000 !important; }
.sidebar-menu h4 {
margin: 0;
padding: 20px 0 20px 0; }
.sidebar-menu .vk-search-form .form-group input {
border-color: transparent;
background-color: #F4F4F4; }
.sidebar-menu .vk-search-form .form-group input:focus {
border-color: #FFC000; }
.sidebar-menu .catagory .vk-menu-right li {
position: relative; }
.sidebar-menu .catagory .vk-menu-right li a {
display: block;
padding-left: 0;
padding-right: 0; }
.sidebar-menu .catagory .vk-menu-right li a:hover,
.sidebar-menu .catagory .vk-menu-right li :focus {
background: transparent; }
.sidebar-menu .catagory .vk-menu-right li i {
position: absolute;
right: 0; }
.sidebar-menu .recent-box {
padding-bottom: 20px; }
.sidebar-menu .recent-box .vk-divider {
margin-bottom: 20px; }
.sidebar-menu .recent-box .vk-img-frame {
margin-bottom: 15px; }
.sidebar-menu .recent-box .vk-title {
color: #2E3841;
font-weight: 500; }
.sidebar-menu .recent-box span {
margin-top: 5px;
display: block; }
.sidebar-menu .recent-box:last-child {
padding-bottom: 0; }
@media (min-width: 768px) {
.sidebar-menu .recent-box:last-child {
padding-bottom: 20px; } }
@media (min-width: 992px) {
.sidebar-menu .recent-box:last-child {
padding-bottom: 0; } }
.sidebar-menu .recent-box:hover .vk-title {
color: #FFC000; }
.sidebar-menu .archives .vk-menu-right li {
position: relative;
border: solid 1px #EAEAEA;
margin-bottom: 5px; }
.sidebar-menu .archives .vk-menu-right li a {
padding-left: 15px; }
.sidebar-menu .archives .vk-menu-right li a:hover,
.sidebar-menu .archives .vk-menu-right li :focus {
background: transparent; }
.sidebar-menu .archives .vk-menu-right li i {
position: absolute;
right: 15px; }
.sidebar-menu .archives .vk-menu-right li:hover {
border-color: #FFC000; }
@media (min-width: 960px) {
.blog-content {
padding-right: 45px; }
.blog-content .info {
padding-bottom: 30px; }
.blog-content .info .vk-list {
display: inline-block;
border: solid 1px #EAEAEA; }
.blog-content .info .vk-list li {
display: inline-flex;
padding: 16px 16px 16px 20px;
border-right: solid 1px #EAEAEA; }
.blog-content .info .vk-list li:last-child {
border: none; }
.blog-content .share ul {
padding: 0 !important; }
.blog-content .tag ul {
padding: 0 !important; }
.blog-content .tag ul li {
margin: 0; }
.blog-content .comment .media .media-left {
padding-right: 20px; }
.blog-content .comment .media .media-left a img {
width: 100px !important;
height: 100px !important; }
.blog-content .comment .media .media-body h4 {
margin-top: 0 !important;
margin-bottom: 20px; } }
/* HEADER */
.shopping-cart {
float: right;
padding-left: 40px;
padding-right: 12px;
position: relative;
color: #2E3841;
font-size: 18px;
margin-right: 20px;
margin-top: 14px; }
@media (min-width: 992px) {
.shopping-cart {
margin-top: -5px;
margin-right: 0; } }
.shopping-cart .fa {
cursor: pointer; }
.shopping-cart .number-item {
font-size: 12px;
color: #fff;
position: absolute;
width: 17px;
height: 15px;
background-color: #FFC000;
top: -3px;
right: 0;
display: flex;
align-items: center;
justify-content: center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.shopping-cart-list {
border-top: 3px solid #FFC000; }
.shopping-cart-list ul {
margin: 0;
padding: 0;
list-style: none; }
.shopping-cart-list ul li {
display: inline-flex;
align-items: center; }
.shopping-cart-list .vk-table .vk-table-row {
padding: 15px 0;
background-color: #f4f4f4;
border-bottom: 1px solid #EAEAEA; }
.shopping-cart-list .vk-table .vk-table-row:first-child, .shopping-cart-list .vk-table .vk-table-row:last-child {
background-color: #2E3841;
text-transform: uppercase;
font-weight: 500;
text-align: center;
border: none;
color: #fff; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data .fa {
cursor: pointer; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data .fa:hover {
color: #e32c2c; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data:first-child {
width: calc(30 / 400 *100%);
justify-content: flex-end; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data:nth-child(2) {
width: calc(200 / 400 *100%);
padding: 5px 0 5px 20px; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data:last-child {
width: calc(170 / 400 *100%);
padding: 5px 0 5px 0;
justify-content: center; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data:not(:first-child) {
margin-left: -5px; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data .vk-img-frame {
width: 60px;
height: 60px;
border: 1px solid #EAEAEA; }
.shopping-cart-list .vk-table .vk-table-row .vk-table-data .vk-img-frame img {
width: 100%; }
.shopping-cart-list .vk-table .vk-table-row:not(:first-child) .vk-table-data, .shopping-cart-list .vk-table .vk-table-row:not(:last-child) .vk-table-data {
align-items: flex-start; }
.shopping-cart-list .vk-table .vk-table-row:last-child {
padding: 20px 30px; }
.shopping-cart-list .vk-table .title {
padding-left: 10px;
width: calc(100% - 60px); }
.shopping-cart-list .vk-table .product-name {
text-transform: capitalize;
font-weight: 400;
color: #2E3841;
margin-bottom: 0;
line-height: normal;
display: block; }
.shopping-cart-list .vk-table .product-name:focus, .shopping-cart-list .vk-table .product-name:hover {
color: #FFC000; }
.shopping-cart-list .vk-table .total-all {
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
color: #2E3841;
padding: 20px 0; }
.shopping-cart-list .vk-table .vk-btn {
border: 2px solid;
margin: 10px;
padding-left: 30px;
padding-right: 30px; }
.shopping-cart-list .vk-table .vk-btn:hover, .shopping-cart-list .vk-table .vk-btn:focus {
background-color: #FFC000;
border-color: #FFC000; }
.slicknav_menu {
background-color: #2E3841; }
@media (min-width: 992px) {
.slicknav_menu {
display: none; } }
.slicknav_menu .slicknav_nav {
border-top: 3px solid #FFC000; }
.btn-search {
cursor: pointer; }
@media (max-width: 992px) {
.box-search-header {
display: block; } }
@media (min-width: 992px) {
.box-search-header {
background-color: #2E3841;
border-top: 3px solid #FFC000;
position: absolute;
right: 15px;
left: 15px;
top: 113px; } }
.box-search-header .vk-input-group {
position: relative;
padding: 25px 15px; }
@media (min-width: 992px) {
.box-search-header .vk-input-group {
margin: 30px 70px; } }
.box-search-header .btn-search {
position: absolute;
right: 10px;
top: 0;
bottom: 0;
background-color: transparent;
color: #B3BDC7; }
@media (min-width: 992px) {
.box-search-header .btn-search {
padding-right: 0;
font-size: 24px;
color: #47535d; } }
.box-search-header .btn-search:hover, .box-search-header .btn-searchfocus {
color: #FFC000;
color: red; }
@media (min-width: 992px) {
.box-search-header .btn-search .fa:before {
content: "\f178"; } }
.box-search-header .form-control {
padding-right: 50px;
background-color: transparent;
border-color: #394855;
color: #B3BDC7;
min-height: 40px; }
@media (min-width: 992px) {
.box-search-header .form-control {
padding-left: 0;
border-top: none;
border-left: none;
border-right: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; } }
.box-search-header .form-control:focus {
border-color: #FFC000; }
.vk-navbar {
margin-bottom: 0;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.vk-navbar span {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media (min-width: 992px) {
.vk-navbar {
border-bottom: 1px solid #d7d7d7; } }
.vk-navbar-header {
padding: 25px 0; }
@media (min-width: 992px) {
.vk-navbar-header {
padding: 31px 35px;
border: 1px solid #d7d7d7;
border-top: 0;
border-bottom: 0; } }
.vk-navbar-brand {
display: flex;
align-items: center;
padding: 0;
position: relative;
z-index: 1; }
@media (min-width: 992px) {
.vk-navbar-brand {
padding-left: 17px; } }
.vk-navbar-brand svg {
width: 37px;
height: 37px; }
.vk-navbar-nav {
margin: 0;
padding: 0;
list-style: none;
background-color: #2E3841;
line-height: normal; }
@media (min-width: 992px) {
.vk-navbar-nav {
background-color: transparent;
border-top: none; } }
.vk-navbar-nav li {
width: 100%;
padding: 0;
border-bottom: 1px solid #394855;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media (min-width: 992px) {
.vk-navbar-nav li {
position: static;
width: auto;
display: inline-block;
border: none; } }
.vk-navbar-nav li a, .vk-navbar-nav li span {
cursor: pointer;
text-transform: capitalize;
white-space: nowrap; }
.vk-navbar-nav li a:not(.slicknav_item), .vk-navbar-nav li span:not(.slicknav_item) {
outline: none;
color: #fff;
display: block;
position: relative;
font-weight: 400;
padding: 15px 30px 15px 20px; }
@media (min-width: 992px) {
.vk-navbar-nav li a:not(.slicknav_item), .vk-navbar-nav li span:not(.slicknav_item) {
text-transform: uppercase;
color: #2E3841;
font-weight: 600;
padding: 72px 10px 19px 10px; } }
@media (min-width: 1200px) {
.vk-navbar-nav li a:not(.slicknav_item), .vk-navbar-nav li span:not(.slicknav_item) {
padding: 72px 15px 19px 15px; } }
.vk-navbar-nav li a:hover, .vk-navbar-nav li a:focus, .vk-navbar-nav li span:hover, .vk-navbar-nav li span:focus {
color: #FFC000; }
@media (min-width: 992px) {
.vk-navbar-nav li .item-has-child:after {
content: '\f105';
font-family: FontAwesome;
position: absolute;
right: 15px; } }
.vk-navbar-nav li .menu-arrow {
position: absolute;
right: 2px;
font-family: FontAwesome;
top: 0;
padding: 18px; }
.vk-navbar-nav li:hover {
background-color: #fff; }
.vk-navbar-nav li:hover > span {
color: #FFC000; }
.vk-navbar-nav li:hover > .slicknav_item > a {
color: #FFC000; }
.vk-navbar-nav li:hover > .child {
display: block; }
.vk-navbar-nav li:hover > .child > a {
color: #FFC000; }
.vk-navbar-nav li:last-child a, .vk-navbar-nav li:last-child span {
padding-right: 0; }
@media (min-width: 992px) {
.vk-navbar-nav li:nth-child(n+8) > .vk-navbar-nav.child {
right: 15px; } }
.vk-navbar-nav.child {
border-top: none;
background-color: #43515d; }
@media (min-width: 992px) {
.vk-navbar-nav.child {
border-top: 3px solid #FFC000;
background-color: #2E3841;
display: none;
position: absolute;
z-index: 1; } }
.vk-navbar-nav.child li {
border-bottom: 1px solid #667886; }
@media (min-width: 992px) {
.vk-navbar-nav.child li {
display: block;
padding: 0; } }
.vk-navbar-nav.child li .fa {
padding-right: 10px; }
.vk-navbar-nav.child li:first-child {
border-top: 1px solid #667886; }
@media (min-width: 992px) {
.vk-navbar-nav.child li:first-child {
border-top: none; } }
.vk-navbar-nav.child li:last-child {
border-bottom: none; }
.vk-navbar-nav.child li a, .vk-navbar-nav.child li span {
color: #fff; }
.vk-navbar-nav.child li a:not(.slicknav_item), .vk-navbar-nav.child li span:not(.slicknav_item) {
padding: 15px 30px 15px 20px;
min-width: 240px;
padding-left: 35px; }
@media (min-width: 992px) {
.vk-navbar-nav.child li a:not(.slicknav_item), .vk-navbar-nav.child li span:not(.slicknav_item) {
padding-left: 20px; } }
.vk-navbar-nav.child li a:hover, .vk-navbar-nav.child li a:focus, .vk-navbar-nav.child li span:hover, .vk-navbar-nav.child li span:focus {
color: #FFC000; }
.vk-navbar-nav.child li:hover {
background-color: #fff; }
.vk-navbar-nav.child li:hover > a, .vk-navbar-nav.child li:hover span {
color: #FFC000; }
.vk-navbar-nav.child .child {
background-color: #566673; }
@media (min-width: 992px) {
.vk-navbar-nav.child .child {
background-color: #43515d;
left: 100%;
top: -3px; } }
.vk-navbar-nav.child .child li:last-child {
border-bottom: none; }
.vk-navbar-nav.child .child li a:not(.slicknav_item) {
padding-left: 50px; }
@media (min-width: 992px) {
.vk-navbar-nav.child .child li a:not(.slicknav_item) {
padding-left: 20px; } }
.vk-navbar-collapse {
padding: 0; }
@media (min-width: 992px) {
.vk-navbar-collapse {
width: auto; } }
.vk-navbar-toggle {
font-size: 21px;
color: #fff;
border: 1px solid;
padding: 0;
margin-right: 0;
margin-top: 10px;
width: 34px;
height: 31px;
background-color: #2E3841;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-navbar-toggle:after {
content: "\f00d";
font-family: FontAwesome; }
.vk-navbar-toggle.collapsed {
color: #2E3841;
background-color: transparent; }
.vk-navbar-toggle.collapsed:after {
content: "\f0c9"; }
.container .vk-navbar-header {
margin: 0; }
.vk-header {
background-color: #fff;
position: relative;
z-index: 9; }
.vk-header .logo-text {
font-size: 24px;
font-weight: 600;
color: #2E3841;
padding-left: 10px; }
.vk-header-top {
position: absolute;
top: 0;
width: 100%; }
.vk-header-top .content {
position: relative;
padding: 18px 0;
float: left;
width: 100%; }
.vk-header-top .content:after {
content: '';
height: 1px;
width: 2000px;
background-color: #d7d7d7;
position: absolute;
bottom: 0;
left: 208px; }
@media (min-width: 1200px) {
.vk-header-top .content:after {
left: 207px; } }
.vk-header-top .quick-address {
padding: 0;
margin: 0;
list-style: none;
float: right;
line-height: normal; }
.vk-header-top .quick-address li {
display: inline-block;
position: relative; }
.vk-header-top .quick-address li:not(:first-child):before {
content: '|';
padding-left: 11px;
padding-right: 15px; }
@media (min-width: 992px) {
.vk-header-transparent {
background-color: transparent;
position: absolute;
left: 0;
right: 0;
margin: auto;
z-index: 10; }
.vk-header-transparent .shopping-cart {
color: #fff; }
.vk-header-transparent .shopping-cart .number-item {
color: #676767; }
.vk-header-transparent .vk-navbar {
border-color: #66696b; }
.vk-header-transparent .vk-navbar-brand svg polygon {
fill: #fff; }
.vk-header-transparent .vk-navbar-header {
border-color: #66696b; }
.vk-header-transparent .vk-navbar-header .vk-divider {
border-color: #66696b; }
.vk-header-transparent .vk-navbar-nav > li {
background-color: transparent; }
.vk-header-transparent .vk-navbar-nav > li > span, .vk-header-transparent .vk-navbar-nav > li > a {
color: #fff; }
.vk-header-transparent .vk-navbar-nav > li > span:hover, .vk-header-transparent .vk-navbar-nav > li > span:focus, .vk-header-transparent .vk-navbar-nav > li > a:hover, .vk-header-transparent .vk-navbar-nav > li > a:focus {
color: #FFC000; }
.vk-header-transparent .vk-navbar-nav > li:hover > span, .vk-header-transparent .vk-navbar-nav > li:hover > a {
color: #FFC000; }
.vk-header-transparent .logo-text {
color: #fff; }
.vk-header-transparent .vk-header-top {
color: #9b9faa; }
.vk-header-transparent .vk-header-top .content:after {
background-color: #66696b; } }
@media (min-width: 992px) {
.vk-header-transparent.dark {
position: relative;
background-color: #2E3841; }
.vk-header-transparent.dark .vk-navbar {
border-bottom: none; } }
.vk-header-home .vk-navbar {
border-color: rgba(255, 255, 255, 0.15); }
.vk-header-home .vk-navbar-header {
border-color: rgba(255, 255, 255, 0.15); }
.vk-header-home .vk-header-top {
color: rgba(255, 255, 255, 0.65); }
.vk-header-home .vk-header-top .content:after {
background-color: rgba(255, 255, 255, 0.15); }
@media (min-width: 992px) {
.vk-header-two-nav .vk-navbar {
border: none; }
.vk-header-two-nav .vk-navbar .logo-text {
padding-left: 0; }
.vk-header-two-nav .vk-navbar-header {
position: absolute;
left: 0;
right: 0;
width: 245px;
margin: auto;
padding: 20px 15px 35px;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
border: none; }
.vk-header-two-nav .vk-navbar-header .vk-divider {
position: absolute;
width: 500%;
top: 55px; }
.vk-header-two-nav .vk-navbar-header .vk-divider.left {
right: 100%; }
.vk-header-two-nav .vk-navbar-header .vk-divider.right {
left: 100%; }
.vk-header-two-nav .vk-navbar-brand {
display: block;
margin-left: 0 !important;
padding-left: 0; }
.vk-header-two-nav .vk-navbar-brand svg {
margin: auto;
display: block;
margin-bottom: 18px; }
.vk-header-two-nav .vk-navbar-left {
float: left; }
.vk-header-two-nav .vk-navbar-left > li:first-child > a {
padding-left: 0; }
.vk-header-two-nav .vk-navbar-right {
float: right; }
.vk-header-two-nav .vk-navbar-right > li:first-child > a {
padding-left: 0; } }
@media (min-width: 992px) and (min-width: 992px) {
.vk-header-two-nav .vk-navbar-right > li:nth-child(n+3) > .vk-navbar-nav.child {
right: 0; } }
@media (min-width: 992px) {
.vk-header-two-nav .vk-header-top .content:after {
content: none; }
.vk-header-two-nav .vk-header-top .btn-search {
color: #2E3841;
font-size: 20px;
padding: 0 10px; }
.vk-header-two-nav .box-search-header {
top: 55px; }
.vk-header-two-nav .shopping-cart {
margin-top: 0;
padding-left: 25px; } }
.vk-header .shopping-cart-list {
position: absolute;
z-index: 1;
top: 100px;
right: 15px;
left: 15px;
border-top: 3px solid #FFC000; }
@media (min-width: 992px) {
.vk-header .shopping-cart-list {
left: auto;
width: 400px;
top: 56px; } }
.vk-header .shopping-cart-list ul {
margin: 0;
padding: 0;
list-style: none; }
.vk-header .shopping-cart-list ul li {
display: inline-flex;
align-items: center; }
.vk-header-left-menu .vk-navbar {
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 992px) {
.vk-header-left-menu {
width: 300px;
background-color: #F4F4F4;
text-align: center;
overflow-y: scroll;
overflow-x: hidden; }
.vk-header-left-menu::-webkit-scrollbar {
width: 6px;
background-color: transparent; }
.vk-header-left-menu::-webkit-scrollbar-thumb {
background-color: rgba(51, 51, 51, 0.5);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.vk-header-left-menu .vk-navbar {
padding-left: 0px;
padding-right: 0px; }
.vk-header-left-menu .vk-navbar-header {
width: 100%;
padding-top: 80px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0; }
.vk-header-left-menu .vk-navbar-nav {
border-bottom: 1px solid #e2e2e2; }
.vk-header-left-menu .vk-navbar-nav li {
display: block;
border-top: 1px solid #fff;
-webkit-box-shadow: inset 0 1px 0 #e2e2e2;
-moz-box-shadow: inset 0 1px 0 #e2e2e2;
box-shadow: inset 0 1px 0 #e2e2e2; }
.vk-header-left-menu .vk-navbar-nav li:last-child {
border-bottom: 1px solid #fff; }
.vk-header-left-menu .vk-navbar-nav li a:not(.slicknav_item), .vk-header-left-menu .vk-navbar-nav li span:not(.slicknav_item) {
padding: 12px 15px;
color: #B0B0B0; }
.vk-header-left-menu .vk-navbar-nav li a:not(.slicknav_item):hover, .vk-header-left-menu .vk-navbar-nav li span:not(.slicknav_item):hover {
color: #FFC000; }
.vk-header-left-menu .vk-navbar-nav li:nth-child(n+8) .vk-navbar-nav.child {
right: auto; }
.vk-header-left-menu .vk-navbar-nav li .child {
display: none;
width: 100%;
z-index: 1;
margin-bottom: 50px;
top: 44px; }
.vk-header-left-menu .vk-navbar-nav li .child li {
min-height: 44px; }
.vk-header-left-menu .vk-navbar-nav.vk-mega-menu.child {
left: 100%;
right: auto;
top: 0;
margin-top: 0px; }
.vk-header-left-menu .vk-navbar-nav.vk-mega-menu.child li {
width: 100%;
border-right: none; }
.vk-header-left-menu .vk-navbar-nav.vk-mega-menu.child li:last-child {
border-bottom: 1px solid #fff; }
.vk-header-left-menu .vk-navbar-brand {
height: auto;
width: 100%;
padding-left: 25px; }
.vk-header-left-menu .vk-navbar-collapse {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: inline-block !important;
width: 100%;
position: relative; }
.vk-header-left-menu .vk-navbar .search-shopcart-button {
padding-top: 55px;
padding-bottom: 55px;
display: inline-block;
color: #2E3841; }
.vk-header-left-menu .vk-navbar .search-shopcart-button li {
display: inline-block;
padding: 0 13px; }
.vk-header-left-menu .vk-navbar .search-shopcart-button .shopping-cart {
margin: 0;
top: 8px;
padding-left: 0; }
.vk-header-left-menu .vk-navbar .child {
left: 100%;
margin-top: -44px;
border: none;
background-color: #F4F4F4;
border-bottom: 1px solid #e2e2e2; }
.vk-header-left-menu .vk-navbar .child li {
border-top: 1px solid #fff;
border-bottom: none;
-webkit-box-shadow: inset 4px 1px 0 #e2e2e2;
-moz-box-shadow: inset 4px 1px 0 #e2e2e2;
box-shadow: inset 4px 1px 0 #e2e2e2; }
.vk-header-left-menu .vk-navbar .child li:last-child {
border-bottom: 1px solid #fff; }
.vk-header-left-menu .header-bot {
padding: 55px 0 55px 45px;
position: relative;
z-index: -1; }
.vk-header-left-menu .quick-address {
text-align: left; }
.vk-header-left-menu .quick-address li {
padding-left: 30px;
position: relative;
line-height: normal; }
.vk-header-left-menu .quick-address li + li {
margin-top: 20px; }
.vk-header-left-menu .quick-address li .fa {
position: absolute;
color: #FFC000;
left: 0;
top: 2px; }
.vk-header-left-menu .shopping-cart-list {
left: 100%;
top: 0;
border-left: 1px solid #2E3841;
border-right: 1px solid #2E3841; }
.vk-header-left-menu .box-search-header {
top: 1px;
left: 0;
right: 0; }
.vk-header-left-menu .box-search-header .vk-input-group {
margin: 30px 15px; }
.vk-header-left-menu .btn-search {
padding: 0 10px;
display: inline-block; } }
@media (min-width: 1200px) {
.vk-header-left-menu {
width: 360px; }
.vk-header-left-menu .header-bot {
padding-right: 75px; }
.vk-header-left-menu .vk-navbar-header {
padding-left: 35px;
padding-right: 35px; } }
.vk-header-one-page {
position: fixed;
z-index: 9;
width: 100%;
background-color: transparent; }
.vk-header-one-page .vk-navbar {
border-bottom: none; }
.vk-header-one-page .vk-navbar-header {
border: none;
padding: 15px 0; }
@media (min-width: 992px) {
.vk-header-one-page .vk-navbar-header {
padding: 35px 0; } }
.vk-header-one-page .vk-navbar-nav li a:not(.slicknav_item), .vk-header-one-page .vk-navbar-nav li span:not(.slicknav_item) {
padding-top: 50px; }
.vk-header-one-page .vk-navbar-nav.child li a:not(.slicknav_item), .vk-header-one-page .vk-navbar-nav.child li span:not(.slicknav_item) {
padding-top: 15px; }
@media (min-width: 992px) {
.vk-header-one-page .vk-navbar-nav:not(.child) {
padding-right: 60px; } }
@media (min-width: 1360px) {
.vk-header-one-page .vk-navbar-nav:not(.child) {
padding-right: 0px; } }
.vk-header-one-page .vk-navbar-toggle {
background-color: transparent; }
.vk-header-one-page .vk-navbar-toggle.collapsed {
border-color: #fff;
color: #fff; }
.vk-header-one-page .shopping-cart {
color: #fff; }
.vk-header-one-page .shopping-cart-list {
top: 113px; }
.vk-header-style .vk-space.x-large {
padding-bottom: 35px; }
@media (min-width: 992px) {
.vk-header-style .vk-space.x-large {
padding-bottom: 75px; } }
.vk-header-style img {
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
@media (min-width: 992px) {
.vk-mega-menu.vk-navbar-nav.child {
left: 15px;
right: 15px; }
.vk-mega-menu.vk-navbar-nav.child li {
width: 25%;
float: left;
border-right: 1px solid #667886; }
.vk-mega-menu.vk-navbar-nav.child li:nth-child(4n) {
border-right: 0; }
.vk-mega-menu.vk-navbar-nav.child li:last-child {
border-bottom: 1px solid #667886; } }
/* HOME DARK */
.vk-home-dark {
color: #8D8D8D;
background-size: 100%; }
.vk-home-dark .vk-heading {
color: #fff; }
.vk-home-dark .vk-project-grid-item .content-hidden {
background-color: #fff; }
.vk-home-dark .vk-project-grid-item .vk-title a {
color: #2E3841; }
.vk-home-dark .vk-project-grid-item .vk-title a:hover, .vk-home-dark .vk-project-grid-item .vk-title a:focus {
color: #FFC000; }
.vk-home-dark .vk-project-grid-item .vk-list-action-post a, .vk-home-dark .vk-project-grid-item .vk-list-action-post span {
color: #2E3841; }
.vk-home-dark .vk-project-grid-item .vk-list-action-post a:hover, .vk-home-dark .vk-project-grid-item .vk-list-action-post a:focus, .vk-home-dark .vk-project-grid-item .vk-list-action-post span:hover, .vk-home-dark .vk-project-grid-item .vk-list-action-post span:focus {
color: #FFC000; }
.vk-home-dark .vk-filter {
border-color: #787d81; }
.vk-home-dark .vk-filter li.active {
border-color: #787d81;
border-bottom-color: #2f3a44; }
.vk-home-dark .vk-slider-arrow-top .vk-arrow {
border-color: #787d81; }
.vk-home-dark .vk-slider-arrow-top .vk-arrow:hover, .vk-home-dark .vk-slider-arrow-top .vk-arrow:focus {
border-color: #FFC000; }
.vk-home-dark .vk-counter-section {
background-color: transparent;
border: 1px solid #787d81;
border-left: 0;
border-right: 0; }
.vk-home-dark .vk-counter-non-icon {
background-color: transparent;
color: #FFC000; }
.vk-home-dark .vk-counter-non-icon .number-count:after {
background-color: #FFC000; }
.vk-home-dark .vk-recent-blog-section {
background-color: transparent;
border-bottom: 1px solid #787d81; }
.vk-home-dark .vk-testimonial {
border-color: #787d81; }
.vk-home-dark .vk-testimonial .name {
color: #fff; }
@media (min-width: 992px) {
.vk-home-dark .vk-slider-arrow-dot-top .vk-arrow-dots {
top: -76px; } }
.vk-home-dark .vk-slider-arrow-dot-top .vk-arrow-dots li:after {
background-color: #787d81; }
.vk-home-dark .vk-slider-arrow-dot-top .vk-arrow-dots li.slick-active:after {
background-color: #FFC000; }
.vk-home-dark .vk-list-client-style-1 li {
border-color: #787d81; }
.vk-home-dark .vk-heading-line > span:before, .vk-home-dark .vk-heading-line > span:after {
background-color: #fff; }
@media (min-width: 992px) {
.vk-home-dark .vk-content-bot .vk-heading {
margin-left: 60px; } }
.vk-home-dark .vk-join-our-team-section .vk-btn {
background-color: #FFC000;
color: #2E3841; }
.vk-home-dark .vk-join-our-team-section .vk-btn .icon {
background-color: #fff; }
.vk-home-dark .vk-join-our-team-section .vk-btn:hover, .vk-home-dark .vk-join-our-team-section .vk-btn:focus {
color: #fff;
-webkit-box-shadow: inset 0 0 0 2px #fff;
-moz-box-shadow: inset 0 0 0 2px #fff;
box-shadow: inset 0 0 0 2px #fff;
background-color: transparent; }
@media (min-width: 1200px) {
.vk-home-dark .vk-our-project-section .box-filter {
top: -15px; } }
@media (min-width: 992px) {
.vk-home-dark .vk-iconbox-section {
padding-top: 120px; } }
@media (min-width: 992px) {
.vk-home-dark .vk-iconbox-section .vk-heading {
margin-bottom: 45px; } }
.vk-home-dark .vk-iconbox-section .vk-iconbox .vk-title {
color: #fff; }
.vk-home-dark .vk-iconbox-section .vk-iconbox:hover .icon {
color: #FFC000; }
.vk-home-dark .vk-iconbox-section .vk-iconbox:hover .vk-title {
color: #FFC000; }
/* HOME DEFAULT */
.vk-home .vk-heading {
margin-bottom: 60px; }
@media (min-width: 992px) {
.vk-home .vk-content-bot .left-content {
float: left; } }
.vk-home .vk-content-bot .right-content {
padding-top: 50px; }
@media (min-width: 992px) {
.vk-home .vk-content-bot .right-content {
padding-top: 0px; } }
.vk-home .vk-content-bot .vk-testimonial .content {
padding-bottom: 0px; }
.vk-home .vk-what-we-do-section .vk-heading {
margin-bottom: 30px; }
@media (min-width: 992px) {
.vk-home .vk-what-we-do-section .vk-heading {
margin-bottom: 60px; } }
@media (min-width: 992px) {
.vk-home .vk-what-we-do-section .vk-filter li {
padding: 14px 15px; } }
@media (min-width: 1200px) {
.vk-home .vk-what-we-do-section .vk-filter li {
padding: 14px 23px; } }
.vk-our-project-section .box-filter {
position: absolute;
top: 2px;
right: 15px;
display: none; }
@media (min-width: 992px) {
.vk-our-project-section .box-filter {
display: block; } }
@media (min-width: 1200px) {
.vk-our-project-section .box-filter {
right: 200px; } }
.vk-work-step-mini {
padding-top: 50px; }
.vk-work-step-mini .vk-title {
margin-bottom: 20px; }
@media (min-width: 992px) {
.vk-work-step-mini .vk-title {
margin-bottom: 30px; } }
.vk-recent-blog-section {
background-color: #F4F4F4; }
.vk-counter-section {
background-color: #E5AC00;
padding-top: 50px; }
@media (min-width: 992px) {
.vk-counter-section {
padding-top: 0; } }
.vk-our-project-list .item {
width: 100%; }
/* HOME SHOP */
.tiny-banner {
background-image: url(../images/home-shop/banner.jpg);
height: 375px;
background-size: cover;
background-repeat: no-repeat;
padding: 40px; }
.tiny-banner h2 {
margin: 0; }
.tiny-banner h1 {
font-size: 60px;
color: #FFC000;
font-weight: 300;
margin: 25px 0; }
.vk-client-shop-section {
background-color: #EAEAEA;
padding: 40px 0; }
.vk-list-client-slider .vk-arrow {
font-size: 48px;
color: #B0B0B0;
background-color: transparent;
padding: 0;
position: absolute;
top: 0;
bottom: 0;
z-index: 1; }
.vk-list-client-slider .vk-arrow.next {
right: 0; }
@media (min-width: 992px) {
.vk-home-shop .vk-slider-arrow-dot-top .vk-arrow-dots {
top: -76px; } }
@media (min-width: 992px) {
.vk-home-shop .vk-slider-arrow-dot-top .vk-arrow {
top: -100px; } }
.vk-home-shop .vk-recent-blog-section {
background-color: #fff; }
@media (min-width: 992px) {
.vk-home-shop .vk-recent-blog-section {
padding-bottom: 120px; } }
/* HOME ONE PAGE */
.vk-home-one-page .vk-heading {
color: #fff; }
.vk-home-one-page .vk-heading-style-1 {
text-align: center;
margin-bottom: 30px; }
@media (min-width: 992px) {
.vk-home-one-page .vk-heading-style-1 {
text-align: left;
margin-bottom: 60px; } }
.vk-home-one-page .vk-section {
padding-top: 230px;
height: 100%; }
.vk-home-one-page .vk-section-style-2 {
text-align: center; }
@media (min-width: 992px) {
.vk-home-one-page .vk-section-style-2 {
text-align: left; } }
.vk-home-one-page .vk-section-style-2 .vk-filter {
background-color: transparent;
font-weight: 600;
color: #B0B0B0; }
.vk-home-one-page .vk-section-style-2 .vk-title {
color: #fff; }
.vk-home-one-page .vk-section-style-2 .vk-counter {
display: none; }
@media (min-width: 992px) {
.vk-home-one-page .vk-section-style-2 .vk-counter {
display: inline-flex; } }
.vk-home-one-page .vk-section-style-2 .vk-counter .title {
color: #B0B0B0; }
.vk-home-one-page .vk-section-style-2 .vk-counter-non-icon .number-count:after {
background-color: #B0B0B0; }
.vk-home-one-page .vk-section-style-2 .vk-buttons {
margin-top: -20px;
border-color: transparent; }
@media (min-width: 992px) {
.vk-home-one-page .vk-section-style-2 .vk-buttons {
border-color: #B0B0B0;
margin-top: 0px; } }
.vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn {
margin-right: auto; }
@media (min-width: 992px) {
.vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn {
margin-right: 0; } }
.vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn:hover, .vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn:focus {
color: #fff; }
.vk-home-one-page .vk-section-style-2 .vk-list-step-mini li {
color: #fff; }
.vk-home-one-page .vk-section-style-2 .vk-list-step-mini li:before {
color: rgba(255, 192, 0, 0.1); }
.vk-home-one-page .vk-client-say .box-heading, .vk-home-one-page .vk-contact .box-heading {
position: relative; }
.vk-home-one-page .vk-client-say .box-heading .vk-heading, .vk-home-one-page .vk-contact .box-heading .vk-heading {
margin-bottom: 0; }
.vk-home-one-page .vk-client-say .box-heading .vk-heading-style-1, .vk-home-one-page .vk-contact .box-heading .vk-heading-style-1 {
padding-bottom: 0; }
.vk-home-one-page .vk-client-say .box-heading .vk-heading-style-2, .vk-home-one-page .vk-contact .box-heading .vk-heading-style-2 {
position: absolute;
right: 0;
top: 0; }
.vk-home-one-page .vk-client-say .box-heading {
padding-bottom: 50px; }
@media (min-width: 992px) {
.vk-home-one-page .vk-client-say .box-heading {
padding-bottom: 110px; } }
.vk-home-one-page .vk-contact .box-heading {
padding-bottom: 50px; }
@media (min-width: 992px) {
.vk-home-one-page .vk-contact .box-heading {
padding-bottom: 80px; } }
.vk-home-one-page .vk-contact .left-content .vk-heading, .vk-home-one-page .vk-contact .right-content .vk-heading {
font-weight: 400; }
.vk-home-one-page .vk-contact .right-content {
padding-top: 0;
padding-left: 30px;
padding-right: 30px; }
@media (min-width: 992px) {
.vk-home-one-page .vk-contact .right-content {
padding-left: 15px;
padding-right: 15px; } }
.vk-home-one-page .vk-contact .vk-contact-form {
background-color: rgba(0, 0, 0, 0.3); }
.vk-home-one-page .vk-contact .vk-contact-form .form-control {
background-color: rgba(255, 255, 255, 0.1);
color: #B0B0B0; }
.vk-home-one-page .vk-contact .vk-contact-form .user-info .fa {
color: #FFC000; }
.vk-home-one-page .vk-slider-arrow-top .vk-arrow {
bottom: -50px;
top: auto; }
@media (min-width: 992px) {
.vk-home-one-page .vk-slider-arrow-top .vk-arrow {
top: -120px; } }
.vk-home-one-page .vk-slider-arrow-top .vk-arrow.prev {
left: 50%;
-webkit-transform: translateX(-42px);
-moz-transform: translateX(-42px);
-ms-transform: translateX(-42px);
-o-transform: translateX(-42px);
transform: translateX(-42px); }
@media (min-width: 992px) {
.vk-home-one-page .vk-slider-arrow-top .vk-arrow.prev {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
left: auto;
right: 58px; } }
.vk-home-one-page .vk-slider-arrow-top .vk-arrow, .vk-home-one-page .vk-slider-arrow-top .vk-arrow .next {
right: 50%;
-webkit-transform: translateX(42px);
-moz-transform: translateX(42px);
-ms-transform: translateX(42px);
-o-transform: translateX(42px);
transform: translateX(42px); }
@media (min-width: 992px) {
.vk-home-one-page .vk-slider-arrow-top .vk-arrow, .vk-home-one-page .vk-slider-arrow-top .vk-arrow .next {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
right: 15px; } }
.vk-home-one-page .vk-our-project-section {
padding-bottom: 100px; }
@media (min-width: 992px) {
.vk-home-one-page .vk-our-project-section {
padding-bottom: 80px; } }
.vk-home-one-page .vk-pricing-table-slider .slick-track {
padding-top: 20px; }
.vk-home-one-page .vk-pricing-table-slider .item {
padding: 15px; }
@media (min-width: 992px) {
.vk-home-one-page .vk-pricing-table-slider .item {
padding: 0px; } }
.vk-home-one-page .vk-pricing-table-slider .item.focus {
margin-top: -20px; }
.vk-navbar-right-fixed {
display: none;
position: fixed;
z-index: 9;
right: 0;
bottom: 0;
top: 0;
width: 60px;
background-color: rgba(255, 255, 255, 0.1); }
@media (min-width: 992px) {
.vk-navbar-right-fixed {
display: block; } }
.vk-navbar-right-fixed .vk-social-link {
position: absolute;
bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%); }
.vk-navbar-right-fixed .vk-social-link li {
display: block; }
.vk-navbar-right-fixed .vk-social-link li a {
border: none; }
.vk-navbar-right-fixed .vk-nav-scroll-to-id {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.vk-navbar-right-fixed .vk-nav-scroll-to-id li {
line-height: 1; }
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a {
width: 20px;
height: 20px;
display: inline-block;
text-indent: 50px;
overflow: hidden;
position: relative; }
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:before {
content: '';
width: 8px;
height: 8px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #8D8D8D;
position: absolute;
left: 6px;
top: 6px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:after {
content: '';
width: 14px;
height: 14px;
border: 1px solid transparent;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position: absolute;
left: 3px;
top: 3px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a.mPS2id-highlight:before, .vk-navbar-right-fixed .vk-nav-scroll-to-id li a:hover:before, .vk-navbar-right-fixed .vk-nav-scroll-to-id li a:focus:before {
background-color: #FFC000; }
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a.mPS2id-highlight:after, .vk-navbar-right-fixed .vk-nav-scroll-to-id li a:hover:after, .vk-navbar-right-fixed .vk-nav-scroll-to-id li a:focus:after {
border-color: #FFC000; }
.vk-navbar-right-fixed .search-shopcart-button {
text-align: center;
padding-top: 30px;
color: #fff; }
.vk-navbar-right-fixed .search-shopcart-button .shopping-cart {
color: #fff;
padding-left: 0;
margin-top: 0;
float: none;
display: inline-block; }
.vk-navbar-right-fixed .search-shopcart-button .btn-search {
padding: 0 10px;
font-size: 20px; }
.vk-navbar-right-fixed .search-shopcart-button li {
display: inline-block;
display: inline-block;
width: 100%; }
.vk-navbar-right-fixed .search-shopcart-button li + li {
padding-top: 20px; }
.vk-one-page .vk-footer {
display: none; }
.vk-one-page .section .vk-section {
min-height: inherit; }
.vk-one-page .section .vk-banner {
min-height: inherit; }
.vk-one-page .slicknav_nav {
position: fixed;
top: 75px;
z-index: 9999;
width: 100%;
height: 100%;
overflow-y: scroll !important; }
.vk-one-page .slicknav_nav .box-search-header .vk-input-group {
margin: 0;
padding: 25px 15px;
background-color: #2e3841; }
.vk-one-page .slicknav_nav .box-search-header .btn-search {
right: 11px; }
/* HOME LEFT MENU */
.vk-our-team-slider .content {
opacity: 1;
padding-bottom: 0; }
.vk-our-team-slider.vk-slider-arrow-top .vk-arrow {
top: -100px;
display: none; }
@media (min-width: 992px) {
.vk-our-team-slider.vk-slider-arrow-top .vk-arrow {
display: block; } }
.vk-home-left-menu .vk-our-team .vk-our-team-slider .content {
padding-bottom: 0; }
@media (min-width: 992px) {
.vk-home-left-menu .shopping-cart-list {
position: fixed;
top: 0;
left: 300px;
z-index: 9;
min-width: 400px; } }
@media (min-width: 1200px) {
.vk-home-left-menu .shopping-cart-list {
left: 360px; } }
.vk-left-menu .container {
width: 100%; }
@media (min-width: 1352px) {
.vk-left-menu .container {
width: 970px; } }
@media (min-width: 1560px) {
.vk-left-menu .container {
width: 1200px; } }
.vk-left-menu .col-sm-6 {
width: 100%; }
@media (min-width: 1068px) {
.vk-left-menu .col-sm-6 {
width: 50%; } }
.vk-left-menu .col-md-3 {
width: 100%; }
@media (min-width: 1068px) {
.vk-left-menu .col-md-3 {
width: 25%; } }
.vk-left-menu .col-md-6 {
width: 100%; }
@media (min-width: 1068px) {
.vk-left-menu .col-md-6 {
width: 50%; } }
.vk-left-menu .vk-section .right {
padding-right: 15px; }
@media (min-width: 1292px) {
.vk-left-menu .vk-section .right {
padding-right: 85px; } }
.vk-left-menu .vk-section .left {
padding-bottom: 20px; }
@media (min-width: 1292px) {
.vk-left-menu .vk-section .left {
padding-bottom: 0px; } }
.vk-left-menu .vk-section .content {
padding-bottom: 0; }
@media (min-width: 1292px) {
.vk-left-menu .vk-section .content {
padding-bottom: 35px; } }
.vk-left-menu .vk-our-project-section .vk-section img {
width: 100%; }
@media (min-width: 1292px) {
.vk-left-menu .vk-our-project-section .vk-section img {
width: auto;
max-width: 100%; } }
.vk-left-menu .vk-our-project-section .box-filter {
display: none; }
@media (min-width: 1560px) {
.vk-left-menu .vk-our-project-section .box-filter {
display: block; } }
.vk-left-menu .vk-our-project-list .vk-img-frame img {
width: 100%; }
.vk-left-menu .vk-what-we-do-section .vk-img-frame img {
width: 100%; }
.vk-left-menu .vk-what-we-do-section .box-filter {
margin-bottom: 30px;
position: static; }
@media (min-width: 1068px) {
.vk-left-menu .vk-what-we-do-section .box-filter {
margin-bottom: 0;
position: absolute; } }
.vk-left-menu .vk-what-we-do-section .box-filter .vk-filter {
border: 1px solid #EAEAEA; }
@media (min-width: 1068px) {
.vk-left-menu .vk-what-we-do-section .box-filter .vk-filter {
border-top: none;
border-left: none;
border-right: none; } }
@media (max-width: 1067px) {
.vk-left-menu .vk-what-we-do-section .box-filter ul.vk-filter {
display: none; } }
@media (min-width: 1068px) {
.vk-left-menu .vk-what-we-do-section .box-filter select.vk-filter {
display: none; } }
.vk-left-menu .vk-content-bot .right-content {
padding-top: 50px; }
@media (min-width: 1291px) {
.vk-left-menu .vk-content-bot .right-content {
padding-top: 0px; } }
@media (min-width: 992px) {
.vk-left-menu .vk-content, .vk-left-menu .vk-footer {
padding-left: 300px; } }
@media (min-width: 1200px) {
.vk-left-menu .vk-content, .vk-left-menu .vk-footer {
padding-left: 360px; } }
.vk-left-menu .vk-footer .footer-item {
padding-bottom: 60px; }
@media (min-width: 1068px) {
.vk-left-menu .vk-footer .footer-item {
padding-bottom: 80px; } }
.vk-left-menu .vk-footer .quick-link {
margin-left: 0px;
padding-left: 15px; }
@media (min-width: 1068px) {
.vk-left-menu .vk-footer .quick-link {
margin-left: -15px;
padding-left: calc(1200px / 12 - 15px); } }
.vk-left-menu .vk-footer .office {
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 1068px) {
.vk-left-menu .vk-footer .office {
padding-left: 0;
padding-right: calc(1200px / 12 - 30px); } }
.vk-left-menu .vk-footer .latest-works {
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 1068px) {
.vk-left-menu .vk-footer .latest-works {
padding-left: 0;
padding-right: 0; } }
.vk-left-menu .vk-footer .vk-latest-news li img {
width: 100%; }
@media (min-width: 1068px) {
.vk-left-menu .vk-footer .vk-latest-news li img {
width: auto; } }
@media (min-width: 992px) {
.vk-left-menu .vk-header-left-menu {
position: fixed;
z-index: 10;
height: 100%; } }
.vk-left-menu .vk-counter-section {
padding-top: 50px; }
@media (min-width: 1292px) {
.vk-left-menu .vk-counter-section {
padding-top: 0px; } }
.vk-left-menu .vk-counter-section .vk-counter {
padding-top: 0;
padding-bottom: 50px; }
@media (min-width: 1292px) {
.vk-left-menu .vk-counter-section .vk-counter {
padding-top: 100px;
padding-bottom: 100px; } }
/* HOME SLIDER */
.vk-home-slider .vk-iconbox-without-background .vk-heading {
margin-bottom: 25px; }
/* 404 PAGE */
@media (min-width: 992px) {
.vk-page-404 .left {
padding-right: 180px; } }
.vk-page-404 .vk-img-frame {
margin-bottom: 60px; }
@media (min-width: 768px) {
.vk-page-404 .vk-search-form {
width: 500px;
margin: auto; } }
.vk-page-404 .vk-search-form .form-group {
margin-bottom: 20px; }
.vk-page-404 .vk-buttons .vk-btn {
font-weight: 500;
min-width: 100%; }
@media (min-width: 768px) {
.vk-page-404 .vk-buttons .vk-btn {
min-width: 240px; } }
.vk-page-404 .vk-buttons .vk-btn .fa {
padding-right: 10px; }
.vk-page-404 .vk-buttons .vk-btn-go-back {
margin-bottom: 20px; }
@media (min-width: 768px) {
.vk-page-404 .vk-buttons .vk-btn-go-back {
margin-bottom: 0;
margin-right: 15px; } }
.vk-btn-go-back {
background-color: #2E3841; }
.vk-btn-go-back:hover, .vk-btn-go-back:focus {
color: #2E3841;
border-color: #2E3841;
background-color: transparent; }
/* ABOUT PAGE */
.vk-page-about .vk-our-team {
padding: 60px 0;
background-color: #F4F4F4; }
.vk-page-about .vk-content-bot {
padding: 60px 0; }
@media (min-width: 992px) {
.vk-page-about .vk-content-bot {
padding: 80px 0; } }
.vk-page-about .vk-slider-arrow-top .vk-arrow {
top: -80px; }
@media (min-width: 992px) {
.vk-content-bot .left-content {
padding-right: 30px; } }
.vk-content-bot .right-content {
padding-top: 55px; }
@media (min-width: 992px) {
.vk-content-bot .right-content {
padding-left: 30px;
padding-right: 15px;
margin-left: 0;
padding-top: 0; } }
.vk-content-bot .vk-testimonial {
margin-bottom: 0; }
@media (min-width: 992px) {
.vk-content-bot .vk-testimonial {
padding-bottom: 29px; } }
@media (min-width: 992px) {
.vk-content-bot .vk-testimonial .content p {
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 5;
display: -webkit-box;
-webkit-box-orient: vertical; } }
/* CAREER PAGE */
.vk-page-career .content-top {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-page-career .content-top {
padding-bottom: 20px; } }
.vk-page-career .content-mid .vk-title {
margin-bottom: 0;
padding: 17px 17px 17px 19px;
background: #f4f4f4;
background: -moz-linear-gradient(left, #F4F4F4 0%, #fff 100%);
background: -webkit-linear-gradient(left, #F4F4F4 0%, #fff 100%);
background: linear-gradient(to right, #F4F4F4 0%, #fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$grey-5', endColorstr='$white',GradientType=1 ); }
.vk-page-career .vk-list-icon {
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-page-career .left {
padding-right: 85px; } }
.vk-page-career .vk-contact-form {
padding-top: 25px; }
.vk-page-career .vk-contact-form .vk-heading {
padding-bottom: 15px; }
.vk-page-career .vk-contact-form .vk-divider {
margin-bottom: 30px; }
/* CONTACT PAGE */
.vk-map {
padding-top: 60px;
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-map {
padding-bottom: 80px; } }
.vk-contact .vk-heading {
margin-bottom: 20px;
line-height: 30px;
padding-bottom: 0; }
@media (min-width: 992px) {
.vk-contact .vk-heading {
margin-bottom: 40px; } }
@media (min-width: 992px) {
.vk-contact .left-content {
padding-right: 85px; } }
.vk-contact .right-content {
padding-top: 45px; }
@media (min-width: 992px) {
.vk-contact .right-content {
padding: 0;
margin-left: -15px; } }
.vk-contact-form {
background-color: #F4F4F4;
padding: 30px 20px; }
.vk-contact-form .vk-btn {
font-weight: 500; }
.vk-contact-form .vk-btn .fa {
padding-right: 12px; }
@media (min-width: 992px) {
.vk-contact-form {
padding: 30px 40px; } }
.vk-contact-form .form-control {
border-radius: 0;
border-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.vk-contact-form .form-control:focus {
border-color: #FFC000; }
.vk-contact-form .form-group {
position: relative;
margin-bottom: 20px; }
@media (min-width: 992px) {
.vk-contact-form .user-info {
width: 300px;
float: left; } }
.vk-contact-form .user-info .form-control {
min-height: 50px;
padding-left: 55px; }
.vk-contact-form .user-info .fa {
position: absolute;
color: #2E3841;
font-size: 22px;
left: 20px;
top: 13px; }
@media (min-width: 992px) {
.vk-contact-form .message-content {
width: calc(100% - 300px);
float: left;
padding-left: 20px; } }
.vk-contact-form .message-content .form-control {
min-height: 260px; }
.vk-contact .contact-info {
padding-bottom: 25px; }
.vk-contact .contact-info .vk-office {
border-color: #d7d7d7; }
@media (min-width: 992px) {
.vk-contact .contact-info .vk-office li:last-child {
padding-bottom: 25px; }
.vk-contact .contact-info .vk-office:last-child {
padding-top: 25px; } }
.vk-contact .business-hours .vk-office {
border-top: none; }
.vk-contact .business-hours .vk-heading {
margin-bottom: 5px; }
.vk-page-contact .vk-space.x-medium {
padding: 20px 0; }
@media (min-width: 992px) {
.vk-page-contact .vk-space.x-medium {
padding: 60px 0; } }
/* FAQ PAGE */
@media (min-width: 992px) {
.vk-page-faq .left {
padding-right: 85px; } }
.vk-page-faq .vk-toggle .panel:last-child {
border-bottom: none; }
/* TESTIMONIAL PAGE */
.vk-testimonial {
padding: 30px 30px 20px;
border: 1px solid #EAEAEA;
margin-bottom: 30px; }
@media (min-width: 992px) {
.vk-testimonial {
padding-bottom: 25px; } }
.vk-testimonial .vk-img-frame {
width: 80px;
height: 80px; }
.vk-testimonial .avatar {
display: flex;
align-items: flex-end;
padding-bottom: 30px; }
.vk-testimonial .profile {
padding-left: 17px;
padding-bottom: 2px; }
.vk-testimonial .name {
color: #2E3841;
text-transform: uppercase;
font-weight: 600;
display: flex; }
.vk-testimonial .position {
text-transform: capitalize; }
@media (min-width: 992px) {
.vk-testimonial .content {
padding-left: 45px;
position: relative; } }
.vk-testimonial .content .fa {
display: none; }
@media (min-width: 992px) {
.vk-testimonial .content .fa {
display: block;
position: absolute;
font-size: 30px;
left: 0; } }
.vk-testimonial .content p {
margin-bottom: 0; }
.vk-testimonial-style-2 {
border: none;
padding: 0;
text-align: center;
margin-bottom: 0; }
.vk-testimonial-style-2 .vk-title {
font-size: 18px;
font-weight: 400;
color: #FFC000;
text-transform: none;
line-height: 26px;
position: relative;
margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
margin-bottom: 25px; }
@media (min-width: 992px) {
.vk-testimonial-style-2 .vk-title {
width: 400px;
font-size: 24px;
line-height: 36px;
padding-bottom: 35px;
margin-bottom: 35px; } }
.vk-testimonial-style-2 .vk-title:after {
content: '';
height: 1px;
width: 100px;
background-color: #656564;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto; }
.vk-testimonial-style-2 .content {
padding-left: 0;
padding-bottom: 30px; }
@media (min-width: 992px) {
.vk-testimonial-style-2 .content {
padding-bottom: 50px; } }
.vk-testimonial-style-2 .avatar {
display: inline-block;
padding-bottom: 0; }
.vk-testimonial-style-2 .vk-img-frame {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #fff;
float: left; }
@media (min-width: 992px) {
.vk-testimonial-style-2 .vk-img-frame {
margin: auto;
margin-bottom: 25px;
float: none; } }
.vk-testimonial-style-2 .profile {
padding-left: 20px;
padding-top: 15px;
text-align: left;
float: left; }
@media (min-width: 992px) {
.vk-testimonial-style-2 .profile {
padding-left: 0px;
padding-top: 0px;
text-align: center;
float: none; } }
.vk-testimonial-style-2 .name {
color: #FFC000;
padding-bottom: 5px; }
.vk-slider-arrow-mod .vk-arrow {
font-size: 40px;
background-color: transparent;
color: #B0B0B0;
position: absolute;
top: 27%; }
.vk-slider-arrow-mod .vk-arrow:hover, .vk-slider-arrow-mod .vk-arrow:focus {
color: #FFC000; }
.vk-slider-arrow-mod .vk-arrow.next {
right: -215px; }
.vk-slider-arrow-mod .vk-arrow.prev {
left: -215px; }
.vk-page-testimonial {
padding: 60px 0; }
.vk-page-testimonial .vk-btn {
font-weight: 500; }
.vk-page-testimonial .vk-btn .fa {
padding-left: 8px; }
/* PROJECT LIST */
.vk-page-project .left-content {
padding: 0; }
@media (min-width: 992px) {
.vk-page-project .left-content {
margin-right: -15px; } }
.vk-page-project .right-content {
padding-left: 0;
padding-right: 0;
padding-top: 25px; }
@media (min-width: 992px) {
.vk-page-project .right-content {
padding-right: 15px;
padding-left: 85px;
padding-top: 0;
margin-left: 0; } }
.vk-page-project .vk-detail-post {
margin-bottom: 25px; }
.vk-page-project .vk-detail-post li {
font-weight: 500;
color: #2E3841;
padding: 14px 20px;
text-align: center;
border: 1px solid #EAEAEA; }
@media (min-width: 992px) {
.vk-page-project .vk-detail-post li {
min-width: calc(100% / 3);
padding: 14px 5px; } }
.vk-page-project .vk-detail-post li:nth-child(n+2) {
display: none; }
@media (min-width: 992px) {
.vk-page-project .vk-detail-post li:nth-child(n+2) {
margin-left: -1px;
display: block; } }
.vk-page-project .vk-detail-post li .vk-text {
text-transform: capitalize;
font-weight: 300; }
.vk-page-project .vk-title {
margin-bottom: 25px; }
.vk-page-project .vk-title a {
color: #2E3841; }
.vk-page-project .vk-title a:hover {
color: #FFC000; }
@media (min-width: 992px) {
.vk-page-project .post-brief-content {
margin-bottom: 20px; } }
.vk-page-project .vk-buttons .vk-btn-readmore {
color: #FFC000;
font-weight: 500;
padding-left: 0; }
.vk-page-project .vk-buttons .vk-btn-readmore .fa {
padding-left: 10px; }
.vk-page-project .box-pagination {
padding-top: 20px;
text-align: center; }
@media (min-width: 992px) {
.vk-page-project .box-pagination {
text-align: right; } }
.vk-page-project .box-filter {
padding-bottom: 10px; }
@media (min-width: 992px) {
.vk-page-project .box-filter {
padding-bottom: 70px; } }
.vk-page-project .vk-project-list-item {
padding: 30px 0;
border-bottom: 1px solid #EAEAEA;
float: left; }
@media (min-width: 992px) {
.vk-page-project .vk-project-list-item {
padding: 50px 0; } }
/* PROJECT GRID */
.vk-project-grid-item {
margin-bottom: 30px;
margin-right: auto;
position: relative;
overflow: hidden; }
@media (min-width: 992px) {
.vk-project-grid-item {
width: auto; } }
.vk-project-grid-item .content-hidden {
display: flex;
background-color: #2E3841;
min-height: 60px;
padding: 17px 15px;
position: absolute;
bottom: -60px;
right: 0;
left: 0;
z-index: 1;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.vk-project-grid-item .vk-title {
display: inline-flex;
align-items: center;
margin-bottom: 0; }
.vk-project-grid-item .vk-title a {
color: #fff; }
.vk-project-grid-item .vk-title a:hover, .vk-project-grid-item .vk-title a:focus {
color: #FFC000; }
.vk-project-grid-item .vk-list-action-post {
display: inline-flex;
margin-left: auto; }
.vk-project-grid-item .vk-list-action-post li {
padding-left: 15px;
font-size: 18px; }
.vk-project-grid-item .vk-list-action-post li:first-child {
padding-left: 0; }
.vk-project-grid-item:hover .content-hidden {
bottom: 0;
opacity: 1; }
.vk-page-project-grid .box-filter {
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-page-project-grid .box-filter {
padding-bottom: 120px; } }
@media (min-width: 992px) {
.vk-page-project-grid .vk-buttons {
padding-top: 30px; } }
.vk-page-project-grid .vk-buttons .vk-btn-readmore {
padding: 0 15px; }
/* SINGLE PROJECT */
.vk-slider-project .vk-arrow {
position: absolute;
z-index: 1;
background-color: rgba(46, 56, 65, 0.25);
height: 50px;
width: 30px;
top: 0;
bottom: 0;
margin: auto;
padding: 5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media (min-width: 992px) {
.vk-slider-project .vk-arrow {
height: 100px;
width: 60px; } }
.vk-slider-project .vk-arrow.next {
right: 0; }
.vk-slider-project .vk-arrow:hover {
background-color: #2E3841; }
.vk-slider-project .slider-for {
margin-bottom: 10px; }
@media (min-width: 992px) {
.vk-slider-project .slider-for {
margin-bottom: 30px; } }
.vk-slider-project .slider-nav {
margin-left: -5px;
margin-right: -5px; }
@media (min-width: 992px) {
.vk-slider-project .slider-nav {
margin-left: -15px;
margin-right: -15px; } }
.vk-slider-project .slider-nav .slick-slide {
padding: 0 5px;
opacity: 0.5;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media (min-width: 992px) {
.vk-slider-project .slider-nav .slick-slide {
padding: 0 15px; } }
.vk-slider-project .slider-nav .slick-slide.slick-current, .vk-slider-project .slider-nav .slick-slide:hover, .vk-slider-project .slider-nav .slick-slide:focus {
opacity: 1; }
.vk-content-single-project .vk-title {
padding-bottom: 15px;
margin-bottom: 20px;
position: relative; }
.vk-content-single-project .vk-title:after {
content: '';
position: absolute;
height: 1px;
width: 100%;
bottom: 0;
left: 0;
background-color: #EAEAEA; }
.vk-content-single-project .info {
padding-top: 50px; }
.vk-content-single-project table tr th {
font-weight: 500;
color: #2E3841;
padding: 8px 0; }
.vk-content-single-project table tr td {
padding-left: 20px; }
.vk-single-project {
padding: 60px 0; }
@media (min-width: 992px) {
.vk-single-project {
padding: 80px 0; } }
/* CONSTRUCTION SERVICE */
/* CONSULTANT SERVICE */
.vk-page-service .vk-work-process {
padding-bottom: 60px;
border-bottom: 1px solid #EAEAEA; }
@media (min-width: 992px) {
.vk-page-service .vk-work-process {
padding-top: 60px;
border-top: 1px solid #EAEAEA; } }
.vk-page-service .vk-pricing-table .vk-heading {
margin-bottom: 45px; }
@media (min-width: 992px) {
.vk-page-service .vk-pricing-table .vk-heading {
margin-bottom: 100px; } }
/* DESIGN SERVICE */
/* FURNITURE SERVICE */
/* SHOP */
.vk-sort .col-md-5 .col-md-6 {
margin: auto 0 auto 0;
padding: 0;
text-align: center; }
.vk-sort .col-md-5 .col-md-6 p {
margin: 0;
padding: 20px; }
.vk-sort .form-control {
border-radius: 0;
color: #B0B0B0; }
.vk-shop-item .img-shop {
position: relative; }
.vk-shop-item .img-shop .vk-btn {
position: absolute;
left: 55px;
top: 45%; }
.vk-shop-item ul li {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-shop-item ul li:nth-child(4) {
clear: both; } }
.vk-shop-item .item {
margin: auto;
height: 470px;
overflow: hidden; }
@media (min-width: 480px) {
.vk-shop-item .item {
width: 360px; } }
@media (min-width: 768px) {
.vk-shop-item .item {
width: auto;
height: 455px; } }
@media (min-width: 992px) {
.vk-shop-item .item {
height: 315px; } }
@media (min-width: 1200px) {
.vk-shop-item .item {
height: 380px; } }
.vk-shop-item .item:hover .vk-img-frame .vk-background-overlay {
opacity: 1; }
.vk-shop-item .item:hover .vk-heading a {
color: #FFC000; }
.vk-shop-item .item:hover .vk-price-rate {
display: none; }
.vk-shop-item .item:hover .vk-buttons {
display: block; }
.vk-shop-item .item:hover .vk-img:before {
opacity: 1; }
.vk-shop-item .vk-img:before {
opacity: 0; }
.vk-shop-item .vk-img-frame {
border: solid 1px #EAEAEA; }
.vk-shop-item .vk-heading {
margin: 0;
padding-top: 25px;
padding-bottom: 10px;
text-transform: capitalize; }
.vk-shop-item .vk-heading a {
color: #2E3841; }
.vk-shop-item .vk-img-frame {
height: 360px; }
@media (min-width: 768px) {
.vk-shop-item .vk-img-frame {
height: 345px; } }
@media (min-width: 992px) {
.vk-shop-item .vk-img-frame {
height: 210px; } }
@media (min-width: 1200px) {
.vk-shop-item .vk-img-frame {
height: 270px; } }
.vk-shop-item .vk-img-frame .vk-background-overlay {
background-color: rgba(0, 0, 0, 0.5);
display: flex;
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.vk-shop-item .vk-img-frame .vk-background-overlay a {
margin: auto; }
.vk-shop-item .vk-img-frame .vk-background-overlay a i {
font-size: 18px;
color: white;
border: solid 3px white;
border-radius: 50%;
padding: 15px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.vk-shop-item .vk-img-frame .vk-img img {
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
max-width: 100%; }
.vk-shop-item .vk-price-rate {
padding-top: 15px; }
.vk-shop-item .vk-price-rate .fa {
padding-bottom: 20px;
margin-right: -3px; }
.vk-shop-item .vk-price-rate .price {
color: #FFC000;
font-size: 18px;
float: left; }
.vk-shop-item .vk-price-rate .rate {
color: #B3BDC7;
font-size: 16px;
float: right; }
.vk-shop-item .vk-buttons {
display: none;
padding-top: 10px; }
.vk-shop-item .vk-buttons .vk-btn {
margin: 0;
margin-right: 5px;
padding: 0;
float: left;
background: transparent;
color: #B3BDC7;
border: 1px solid #B3BDC7;
min-height: auto; }
.vk-shop-item .vk-buttons .vk-btn:hover, .vk-shop-item .vk-buttons .vk-btn:focus, .vk-shop-item .vk-buttons .vk-btn.active {
color: #fff;
background-color: #FFC000;
border-color: transparent; }
.vk-shop-item .vk-buttons .vk-btn:last-child {
margin-right: 0; }
.vk-shop-item .vk-buttons .vk-btn-heart,
.vk-shop-item .vk-buttons .vk-btn-share,
.vk-shop-item .vk-buttons .vk-btn-heart,
.vk-shop-item .vk-buttons .vk-btn-share {
width: 36px;
height: 36px; }
.vk-shop-item .vk-buttons .vk-btn-addtocart {
height: 36px;
font-size: 14px;
width: calc(100% - 41 * 3px);
color: #2E3841;
font-weight: 500; }
@media (min-width: 992px) {
.vk-shop-item .vk-buttons .vk-btn-addtocart {
font-size: 13px; } }
@media (min-width: 1200px) {
.vk-shop-item .vk-buttons .vk-btn-addtocart {
font-size: 14px; } }
.vk-shop-wrapper .right-content {
padding-right: 0; }
.vk-shop-wrapper .vk-pagination li.next {
margin: 0; }
.vk-shop-wrapper .vk-pagination li {
display: inline-block;
width: 36px;
height: 36px;
border: solid 1px #EAEAEA;
padding: 7px 0; }
.vk-shop-wrapper .vk-pagination li a {
padding: 10px; }
.vk-shop-wrapper .vk-pagination li:hover {
border-color: #FFC000; }
.vk-shop-wrapper .vk-pagination li:hover a span {
color: #FFC000 !important; }
.vk-shop-wrapper .left-content {
float: none; }
.sidebar-menu .best-seller ul li {
display: flex; }
.sidebar-menu .best-seller ul li a {
display: flex;
width: 100%; }
.sidebar-menu .best-seller ul li a .vk-img {
width: 60px;
height: 60px;
overflow: hidden;
border: solid 1px #EAEAEA;
margin-right: 10px;
display: inline-block; }
.sidebar-menu .best-seller ul li a .vk-img img {
width: 100%; }
.sidebar-menu .best-seller ul li a:hover .best-seller-price p {
color: #FFC000; }
.sidebar-menu .best-seller ul li .best-seller-price {
display: inline-block; }
.sidebar-menu .best-seller ul li .best-seller-price p {
margin: 0;
color: #2E3841; }
.sidebar-menu .best-seller ul li .best-seller-price span {
color: #FFC000; }
.sidebar-menu .best-seller ul .vk-divider {
margin: 15px 0 15px 0; }
@media (min-width: 960px) {
.vk-sort .col-md-5 {
display: flex; }
.vk-sort .col-md-5 .col-md-6 p {
padding: 0; }
.right-content {
float: right; }
.left-content {
float: left; } }
.vk-shop-related {
float: left;
width: 100%; }
.vk-shop-related .vk-heading-border {
margin-bottom: 40px; }
.vk-shop-related .vk-shop-item li {
padding-bottom: 40px; }
@media (min-width: 992px) {
.vk-shop-related .vk-shop-item li {
padding-bottom: 0; } }
/* SHOP CART */
.vk-table-shopcart {
width: 100%; }
.vk-table-shopcart .vk-list-quantity li + li {
margin-top: -1px; }
.vk-table-shopcart .table-heading-row {
background-color: #2E3841;
color: #fff;
font-weight: 600;
text-transform: uppercase; }
.vk-table-shopcart .table-heading-row th {
text-align: center;
padding: 15px 0; }
@media (min-width: 768px) {
.vk-table-shopcart .table-heading-row th {
padding-left: 20px;
padding-right: 20px; } }
.vk-table-shopcart .table-data-row {
background-color: #F4F4F4; }
.vk-table-shopcart .table-data-row td {
padding: 20px 5px;
border: 1px solid #fff; }
@media (min-width: 992px) {
.vk-table-shopcart .table-data-row td {
padding-left: 20px;
padding-right: 20px; } }
.vk-table-shopcart .product .vk-img-frame {
width: 60px;
height: 60px;
margin: auto;
margin-bottom: 10px; }
@media (min-width: 768px) {
.vk-table-shopcart .product .vk-img-frame {
margin-left: 0;
float: left; } }
.vk-table-shopcart .product .vk-img-frame img {
width: auto; }
@media (min-width: 768px) {
.vk-table-shopcart .product .name {
padding-left: 20px;
float: left;
padding-top: 18px; } }
.vk-table-shopcart .product .name a {
color: #2E3841; }
@media (min-width: 768px) {
.vk-table-shopcart .product .name a {
font-weight: 600; } }
.vk-table-shopcart .product .name a:hover, .vk-table-shopcart .product .name a:focus {
color: #FFC000; }
.vk-table-shopcart .vk-btn.cancel {
padding: 5px;
color: #8D8D8D;
background-color: transparent; }
.vk-table-shopcart .vk-btn.cancel:hover, .vk-table-shopcart .vk-btn.cancel:focus {
color: #e32c2c; }
.vk-table-shopcart .vk-btn.btn-coupon {
font-size: 14px;
font-weight: 600;
border-width: 1px; }
.vk-table-shopcart .form-control {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-color: transparent; }
.vk-table-shopcart .button-cart .input-group {
width: 100%; }
.vk-table-shopcart .vk-list-quantity {
display: inline-block; }
@media (min-width: 768px) {
.vk-table-shopcart .vk-list-quantity li {
float: left; }
.vk-table-shopcart .vk-list-quantity li + li {
margin-top: 0;
margin-left: -1px; } }
@media (min-width: 768px) {
.vk-table-shopcart .vk-list-quantity .vk-btn, .vk-table-shopcart .vk-list-quantity input {
height: 50px; } }
@media (min-width: 768px) {
.vk-table-shopcart .vk-list-quantity .vk-btn {
width: 50px; } }
@media (min-width: 768px) {
.vk-table-shopcart .vk-list-quantity input {
width: 80px; } }
.vk-table-shopcart-style-1 td {
text-align: center; }
@media (min-width: 768px) {
.vk-table-shopcart-style-1 .table-heading-row th:first-child {
text-align: left;
width: calc(500 / 1170 * 100%); } }
.vk-table-shopcart-style-1 .button-cart .input-group {
display: block;
margin-bottom: 20px; }
@media (min-width: 992px) {
.vk-table-shopcart-style-1 .button-cart .input-group {
float: left;
display: table;
margin-bottom: 0;
width: calc(500 / 1170 * 100%);
padding-right: 15px; } }
.vk-table-shopcart-style-1 .button-cart .form-control {
margin-bottom: 10px; }
@media (min-width: 992px) {
.vk-table-shopcart-style-1 .button-cart .form-control {
margin-bottom: 0; } }
.vk-table-shopcart-style-1 .button-cart .form-control:focus {
border: 1px solid #FFC000; }
.vk-table-shopcart-style-1 .table-data-row:last-child td {
padding-left: 20px;
padding-right: 20px; }
.vk-table-shopcart-style-1 .btn-coupon, .vk-table-shopcart-style-1 .btn-update {
width: 100%; }
@media (min-width: 992px) {
.vk-table-shopcart-style-1 .btn-update {
width: auto; } }
.vk-table-shopcart-style-1 .vk-buttons {
padding-top: 20px;
border-top: 1px solid #fff; }
@media (min-width: 992px) {
.vk-table-shopcart-style-1 .vk-buttons {
border-top: none;
float: right;
padding-top: 0; } }
.vk-table-shopcart-style-1 .btn-coupon, .vk-table-shopcart-style-1 .btn-update {
width: 100%; }
@media (min-width: 992px) {
.vk-table-shopcart-style-1 .btn-update {
width: auto; } }
.vk-table-shopcart-style-2 {
margin-bottom: 20px; }
.vk-table-shopcart-style-2 .table-heading-row th {
text-align: left;
padding-left: 20px;
padding-right: 20px; }
.vk-table-shopcart-style-2 .table-data-row td {
padding-left: 20px;
padding-right: 20px; }
.vk-table-shopcart-style-2 .table-data-row td:first-child {
color: #2E3841;
font-weight: 600;
text-transform: capitalize; }
@media (min-width: 992px) {
.vk-table-shopcart-style-2 .table-data-row td:first-child {
width: calc(165 / 700 * 100%); } }
.vk-table-shopcart-style-2 .table-data-row:last-child {
color: #2E3841; }
.vk-table-shopcart-style-2 .btn-update {
font-weight: 500;
width: 100%; }
@media (min-width: 768px) {
.vk-table-shopcart-style-2 .btn-update {
width: auto; } }
.vk-table-shopcart-style-2 .vk-title {
font-weight: 600;
color: #2E3841;
margin-bottom: 13px; }
.vk-table-shopcart-style-2 .note {
margin-bottom: 23px; }
@media (min-width: 992px) {
.vk-table-shopcart-style-2 .note {
margin-bottom: 10px; } }
.vk-table-shopcart-style-2 .price {
font-weight: 600; }
.vk-table-shopcart-style-2 .form-control:focus {
border-color: #FFC000; }
.vk-table-shopcart-style-3 .table-heading-row th {
text-align: left;
padding-left: 18px; }
.vk-table-shopcart-style-3 .table-heading-row input[type='checkbox'] {
display: none; }
.vk-table-shopcart-style-3 .table-heading-row input[type='checkbox'] + label {
position: relative;
top: 3px;
margin-left: 7px;
width: 16px;
height: 16px;
border: 1px solid #fff; }
.vk-table-shopcart-style-3 .table-heading-row input[type='checkbox']:checked + label:after {
content: "\f00c";
font-family: FontAwesome;
font-size: 10px;
position: absolute;
left: 1px;
top: 0; }
.vk-table-shopcart-style-3 .table-data-row td {
display: block;
padding: 7px 18px;
min-height: 50px; }
@media (min-width: 992px) {
.vk-table-shopcart-style-3 .table-data-row td {
display: table-cell; } }
.vk-table-shopcart-style-3 .table-data-row td:first-child {
padding-top: 14px;
font-weight: 600;
padding-bottom: 14px;
text-transform: capitalize;
color: #2E3841; }
@media (min-width: 992px) {
.vk-table-shopcart-style-3 .table-data-row td:first-child {
width: calc(170/570 * 100%); } }
@media (min-width: 992px) {
.vk-table-shopcart-style-3 .table-data-row:last-child td:first-child {
vertical-align: top; } }
.vk-table-shopcart-style-3 label, .vk-table-shopcart-style-3 .label {
font-weight: inherit;
margin-bottom: 0;
color: inherit; }
.vk-table-shopcart-style-3 .form-control {
min-height: 0;
padding-left: 0;
background-color: transparent; }
.vk-table-shopcart-style-3 textarea {
resize: vertical;
height: 136px; }
@media (min-width: 992px) {
.vk-table-shopcart-style-3 textarea {
height: 82px; } }
.vk-table-shopcart-style-4 .table-heading-row th {
text-align: left;
padding-left: 20px;
padding-right: 20px; }
.vk-table-shopcart-style-4 .table-data-row {
font-weight: 400; }
.vk-table-shopcart-style-4 .table-data-row td {
padding: 14px 20px; }
.vk-table-shopcart-style-4 .table-data-row td:first-child {
text-transform: capitalize; }
@media (min-width: 992px) {
.vk-table-shopcart-style-4 .table-data-row td:first-child {
width: calc(400/570 * 100%); } }
.vk-table-shopcart-style-4 .table-data-row:last-child {
font-weight: 600;
color: #FFC000; }
.vk-table-shopcart-style-4 .table-data-row.fix {
color: #2E3841; }
.vk-table-shopcart-style-5 .table-heading-row th {
text-align: left;
padding-left: 20px;
padding-right: 20px; }
.vk-table-shopcart-style-5 .table-data-row td {
padding: 15px 20px; }
.vk-table-shopcart-style-5 label, .vk-table-shopcart-style-5 .label {
color: #2E3841;
font-weight: 500; }
.vk-table-shopcart-style-5 input[type='radio'] {
display: none; }
.vk-table-shopcart-style-5 input[type='radio'] + label {
padding-left: 20px;
position: relative; }
.vk-table-shopcart-style-5 input[type='radio'] + label:before {
content: '';
width: 14px;
height: 14px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid #2E3841;
display: block;
position: absolute;
left: 0;
top: 2px; }
.vk-table-shopcart-style-5 input[type='radio']:checked + label:after {
width: 6px;
height: 6px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #2E3841;
content: "";
position: absolute;
left: 4px;
top: 6px; }
.vk-table-shopcart-style-5 a {
color: #2E3841;
font-weight: 500; }
.vk-table-shopcart-style-5 a:hover, .vk-table-shopcart-style-5 a:focus {
color: #FFC000; }
.vk-table-shopcart-style-5 .pay {
padding-bottom: 10px; }
@media (min-width: 992px) {
.vk-table-shopcart-style-5 .pay li {
float: left; }
.vk-table-shopcart-style-5 .pay li:first-child, .vk-table-shopcart-style-5 .pay li:last-child {
padding-top: 43px; }
.vk-table-shopcart-style-5 .pay li + li {
padding-left: 10px; } }
.vk-shop-cart {
padding-top: 60px;
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-shop-cart {
padding-top: 80px;
padding-bottom: 120px; } }
.vk-shop-cart .vk-table-shopcart-style-1 {
margin-bottom: 60px; }
@media (min-width: 992px) {
.vk-shop-cart .vk-table-shopcart-style-1 {
margin-bottom: 80px; } }
/* SHOP CHECKOUT */
.vk-shop-checkout {
padding-top: 60px; }
@media (min-width: 992px) {
.vk-shop-checkout {
padding-top: 80px;
padding-bottom: 50px; } }
.vk-shop-checkout .vk-table-shopcart-style-1 .button-cart .input-group {
width: auto;
margin-bottom: 0;
padding-right: 0; }
.vk-shop-checkout .shop-table {
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-shop-checkout .shop-table {
padding-bottom: 70px; } }
@media (min-width: 992px) {
.vk-shop-checkout .vk-shop-checkout-top .shop-table {
padding-bottom: 40px; } }
.vk-shop-checkout .vk-heading {
padding-bottom: 25px; }
.vk-shop-checkout .vk-shop-checkout-payment .vk-table-shopcart {
margin-bottom: 20px; }
/* SINGLE PRODUCT */
.vk-product-wrapper .box-shop {
padding-top: 60px;
padding-bottom: 30px; }
@media (min-width: 992px) {
.vk-product-wrapper .box-shop {
padding-top: 120px;
padding-bottom: 90px; } }
.vk-product-wrapper .product-view .detail-product .intro {
padding-bottom: 35px; }
.vk-product-wrapper .product-view .detail-product .quantity {
width: 100%;
margin-bottom: 20px; }
@media (min-width: 992px) {
.vk-product-wrapper .product-view .detail-product .quantity {
width: auto;
margin-bottom: 0; } }
.vk-product-wrapper .product-view .detail-product .quantity li {
width: 50px;
height: 50px; }
.vk-product-wrapper .product-view .detail-product .quantity li * {
width: 100%;
height: 100%;
border: 1px solid #EAEAEA;
border-radius: 0;
outline: none;
text-align: center; }
.vk-product-wrapper .product-view .detail-product .quantity li .vk-btn {
color: #B3BDC7;
padding: 0;
background-color: #F4F4F4; }
.vk-product-wrapper .product-view .detail-product .quantity li:not(:first-child) {
margin-left: -1px; }
.vk-product-wrapper .product-view .detail-product .quantity li:first-child, .vk-product-wrapper .product-view .detail-product .quantity li:last-child {
background-color: #F4F4F4; }
.vk-product-wrapper .product-view .detail-product .quantity .number {
width: calc(100% - 100px); }
@media (min-width: 992px) {
.vk-product-wrapper .product-view .detail-product .quantity .number {
width: 78px; } }
.vk-product-wrapper .product-view .detail-product .price p {
font-size: 28px;
color: #FFC000;
display: inline-block;
padding: 10px 30px 20px 0; }
.vk-product-wrapper .product-view .detail-product .add-to-cart {
padding: 20px 0; }
@media (min-width: 992px) {
.vk-product-wrapper .product-view .detail-product .add-to-cart {
display: flex; } }
.vk-product-wrapper .product-view .detail-product .add-to-cart .vk-btn-default {
width: 100%; }
@media (min-width: 992px) {
.vk-product-wrapper .product-view .detail-product .add-to-cart .vk-btn-default {
width: auto;
margin-left: 20px; } }
.vk-product-wrapper .product-view .detail-product .info p {
margin: 0; }
.vk-product-wrapper .product-view .detail-product .info p span {
font-weight: 600; }
.vk-product-wrapper .product-view .detail-product .info .share ul {
margin: 0; }
.vk-product-wrapper .product-view .detail-product .info .share ul li {
padding-left: 0;
padding-right: 1px; }
.vk-product-wrapper .product-view .detail-product .info .share ul li a {
background-color: #F4F4F4;
display: flex;
width: 50px;
height: 50px;
font-size: 22px;
padding: 14px 10px; }
.vk-product-wrapper .product-view .detail-product .info .share ul li a i {
margin: auto; }
.vk-product-wrapper .product-view .detail-product .info .share ul li:hover a {
color: #fff; }
.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(1):hover a {
background-color: #26558a; }
.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(2):hover a {
background-color: #1da0f2; }
.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(3):hover a {
background-color: #dc4a38; }
.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(4):hover a {
background-color: #ee1c1b; }
.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(5):hover a {
background-color: #bd081c; }
.vk-product-wrapper .product-view .vk-slider-shop {
padding-bottom: 25px; }
@media (min-width: 992px) {
.vk-product-wrapper .product-view .vk-slider-shop {
padding-bottom: 0; } }
.vk-product-wrapper .product-view .vk-slider-shop img {
border: 1px solid #EAEAEA; }
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav {
padding: 5px 15px; }
@media (min-width: 992px) {
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav {
padding: 10px 15px; } }
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .col-md {
width: 20%;
padding: 0 2.5px; }
@media (min-width: 992px) {
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .col-md {
padding: 0 5px; } }
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .vk-arrow {
background-color: #2E3841;
position: absolute;
top: 0;
bottom: 0;
width: 36px;
height: 36px;
padding: 0;
margin: auto;
z-index: 10; }
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .vk-btn:hover {
background-color: #FFC000; }
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .next {
right: 0; }
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .prev {
left: 0; }
@media (min-width: 960px) {
.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .col-md {
padding-top: 0;
padding-bottom: 0; } }
/* FOOTER */
.vk-social-link {
padding-top: 8px; }
.vk-social-link li {
display: inline-block;
padding-right: 4px;
padding-bottom: 4px; }
.vk-social-link li a {
width: 30px;
height: 30px;
border: 2px solid;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center; }
.vk-quick-link li {
padding-bottom: 15px; }
.vk-quick-link li a:before {
content: '\f105';
padding-right: 8px;
font-family: FontAwesome; }
.vk-office li {
position: relative;
padding-left: 28px;
padding-bottom: 15px; }
.vk-office li .fa {
font-size: 18px;
position: absolute;
left: 0;
top: 1px;
color: #FFC000; }
.vk-office:last-child {
border-top: 1px solid #464646;
padding-top: 15px; }
.vk-latest-news li {
width: calc(100% /3);
display: inline;
float: left;
padding-bottom: 1px; }
.vk-latest-news li:not(:nth-child(3n)) {
padding-right: 1px; }
.vk-latest-news li .vk-img {
overflow: hidden; }
.vk-latest-news li img {
width: 100%; }
@media (min-width: 992px) {
.vk-latest-news li img {
width: auto; } }
.vk-footer {
padding-top: 60px;
background-color: #2E3841;
color: #b7b7b7; }
@media (min-width: 992px) {
.vk-footer {
padding-top: 80px; } }
.vk-footer .vk-heading {
padding-bottom: 25px;
color: #fff;
margin-bottom: 0; }
@media (min-width: 992px) {
.vk-footer .vk-heading {
padding-bottom: 30px; } }
.vk-footer .vk-divider {
border-color: #464646; }
.vk-footer .footer-item {
padding-bottom: 60px; }
@media (min-width: 992px) {
.vk-footer .footer-item {
padding-bottom: 80px; } }
@media (min-width: 992px) {
.vk-footer .quick-link {
margin-left: -15px;
padding-left: calc(1200px / 12 - 15px); } }
@media (min-width: 992px) {
.vk-footer .office {
padding-left: 0;
padding-right: calc(1200px / 12 - 30px); } }
.vk-footer .latest-works:after {
clear: both;
content: "";
display: table; }
@media (min-width: 992px) {
.vk-footer .latest-works {
padding-left: 0;
padding-right: 0; } }
.footer-bot {
background-color: #2A333B;
text-align: center;
padding: 23px 0; }
@media (min-width: 992px) {
.footer-bot {
padding: 27px 0; } }
.footer-bot .vk-text {
margin-bottom: 0;
display: inline-block; }
| 0.427636 | 0.070272 |
* Blocks Layout Selectors
*/
/**
* Product Item Selectors
*/
/***********************************************************************/
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*
* LAYOUT VARIABLES
*/
/* primary_block ***************************************************************************** */
.primary_block {
background: white;
padding: 18px;
margin-bottom: 20px;
}
.product-heading-h5 {
color: #999999;
font-weight: 200;
margin: 3px 0 8px;
font-size: 19px;
font-family: "Open Sans";
}
.box-security .product-heading-h5 {
margin: 3px 0 -8px;
}
#productscategory_list .product-name,
.accessories-block .product-name {
margin-bottom: 5px;
}
#productscategory_list .product-name a,
.accessories-block .product-name a {
font-size: 15px;
line-height: 18px;
color: #261c16;
}
#productscategory_list .product-name a:hover,
.accessories-block .product-name a:hover {
color: #7b9f52;
}
img {
max-width: 100%;
height: auto;
}
/* .pb-left-column ***************************************************************************** */
.pb-left-column {
/* miniatures */
}
.pb-left-column .new-box {
left: 15px;
}
.pb-left-column #image-block {
position: relative;
width: 75%;
float: left;
margin-bottom: 10px;
}
.rtl .pb-left-column #image-block {
float: right;
}
.pb-left-column #image-block img {
width: 100%;
}
.pb-left-column #image-block #view_full_size {
display: block;
cursor: pointer;
text-align: center;
}
.pb-left-column #image-block #view_full_size a {
display: inline-block;
}
.pb-left-column #image-block #view_full_size .span_link {
position: absolute;
bottom: 10px;
right: 10px;
display: block;
padding: 4px;
text-align: center;
line-height: 20px;
}
.rtl .pb-left-column #image-block #view_full_size .span_link {
left: 10px;
right: auto;
}
.pb-left-column #image-block #view_full_size .span_link:after {
font-family: "FontAwesome";
color: #c0c0c0;
font-size: 20px;
line-height: 20px;
content: "\f00e";
font-weight: normal;
margin: 0 0 0 2px;
}
.rtl .pb-left-column #image-block #view_full_size .span_link:after {
margin: 0 2px 0 0;
}
.pb-left-column #image-block a.jqzoom div div img {
width: auto;
max-width: 10000px;
}
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
border: none;
}
.pb-left-column #image-block .zoomPad {
z-index: auto!important;
}
.pb-left-column #views_block {
position: relative;
width: 20%;
margin-left: 3%;
float: left;
}
.rtl .pb-left-column #views_block {
margin-right: 3%;
margin-left: inherit;
}
.rtl .pb-left-column #views_block {
float: right;
}
#thumbs_list {
overflow: hidden;
float: left;
width: 86px;
height: 473px;
}
.rtl #thumbs_list {
float: right;
}
#thumbs_list ul#thumbs_list_frame {
list-style-type: none;
padding-left: 0;
overflow: hidden;
margin: 0;
}
.rtl #thumbs_list ul#thumbs_list_frame {
padding-right: 0;
padding-left: inherit;
}
#thumbs_list li {
float: left;
height: 112px;
width: 81px;
cursor: pointer;
margin-bottom: 8px;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.rtl #thumbs_list li {
float: right;
}
#thumbs_list li.last {
margin-right: 0;
}
.rtl #thumbs_list li.last {
margin-left: 0;
margin-right: inherit;
}
#thumbs_list li a {
display: block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
text-align: center;
}
#thumbs_list li img {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#view_scroll_left,
#view_scroll_right {
height: 23px;
width: 35px;
line-height: 0;
font-size: 0;
overflow: hidden;
position: absolute;
bottom: -30px;
z-index: 1000;
background: #f3f0ee;
text-align: center;
}
#view_scroll_left:before,
#view_scroll_right:before {
font-family: "FontAwesome";
font-size: 14px;
line-height: 24px;
}
#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
color: #7b9f52;
}
#view_scroll_right {
left: 46px;
}
.rtl #view_scroll_right {
right: 46px;
left: auto;
}
#view_scroll_right:before {
content: "\f054";
}
#view_scroll_left {
margin-top: 0;
left: 0;
}
.rtl #view_scroll_left {
right: 0;
left: auto;
}
#view_scroll_left:before {
content: "\f053";
padding-right: 2px;
}
.resetimg {
padding: 10px 0 0;
}
.resetimg #resetImages i {
margin-right: 6px;
}
.rtl .resetimg #resetImages i {
margin-left: 6px;
margin-right: inherit;
}
/* link list */
#usefull_link_block {
list-style-type: none;
}
#usefull_link_block li {
border-left: 1px solid #ebebeb;
float: left;
line-height: 30px;
padding-left: 10px;
margin: 0 0 8px 10px;
}
.rtl #usefull_link_block li {
border-right: 1px solid #ebebeb;
border-left: inherit;
}
.rtl #usefull_link_block li {
float: right;
}
.rtl #usefull_link_block li {
padding-right: 10px;
padding-left: inherit;
}
.rtl #usefull_link_block li {
margin: 0 10px 8px 0;
}
#usefull_link_block li a {
position: relative;
padding-left: 25px;
line-height: 22px;
display: inline-block;
font-weight: 500;
}
.rtl #usefull_link_block li a {
padding-right: 25px;
padding-left: inherit;
}
#usefull_link_block li a:before {
font-family: "FontAwesome";
font-size: 16px;
line-height: 24px;
position: absolute;
left: 0;
font-weight: normal;
}
.rtl #usefull_link_block li a:before {
right: 0;
left: auto;
}
#usefull_link_block li a:hover:before {
color: #7b9f52;
}
#usefull_link_block li.print a:before {
content: "\f02f";
}
#usefull_link_block li.sendtofriend a:before {
content: "\f003";
}
#usefull_link_block li#left_share_fb {
clear: both;
float: none;
}
#usefull_link_block li#left_share_fb a {
padding-left: 18px;
}
#usefull_link_block li#left_share_fb a:before {
content: "\f09a";
}
#usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
cursor: pointer;
clear: both;
float: none;
margin: 0 0 8px 0;
border: none;
padding: 0;
position: relative;
}
#usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
font-family: "FontAwesome";
font-size: 19px;
line-height: 24px;
position: absolute;
top: -2px;
left: 0;
font-weight: normal;
content: "\f08a";
}
.rtl #usefull_link_block li#favoriteproducts_block_extra_remove:before, .rtl #usefull_link_block li#favoriteproducts_block_extra_add:before, .rtl #usefull_link_block li#favoriteproducts_block_extra_removed:before, .rtl #usefull_link_block li#favoriteproducts_block_extra_added:before {
right: 0;
left: auto;
}
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
content: "\f004";
}
/* pb-left-column ****************************************************************************** */
.pb-center-column {
margin-bottom: 30px;
/* form */
}
.pb-center-column h1 {
padding-bottom: 15px;
margin-top: 0;
font-size: 20px;
color: #261c16;
font-weight: 300;
text-transform: uppercase;
border-bottom: 1px solid #ebebeb;
}
.pb-center-column p {
margin-bottom: 10px;
}
.pb-center-column #product_reference {
margin-bottom: 6px;
}
.pb-center-column #short_description_block {
color: #807a75;
}
.pb-center-column #buy_block {
margin-top: 10px;
}
.pb-center-column #buy_block p.price {
padding: 0;
}
.pb-center-column #color_picker p {
padding-bottom: 5px;
font-weight: 700;
}
#product p#loyalty {
padding: 17px 0 15px 35px;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
margin: 10px 0 -5px;
position: relative;
}
.rtl #product p#loyalty {
padding: 17px 35px 15px 0;
}
#product p#loyalty:before {
content: "\f024";
font-family: "FontAwesome";
color: #cfcccc;
font-size: 26px;
line-height: 28px;
position: absolute;
top: 16px;
left: 0;
}
.rtl #product p#loyalty:before {
right: 0;
left: auto;
}
#attributes fieldset {
padding-bottom: 3px;
}
#attributes fieldset label {
vertical-align: top;
display: block;
}
#attributes .attribute_list {
width: 100%;
}
#attributes .attribute_list .form-control {
max-width: 230px;
}
#attributes .attribute_list .form-control option {
color: #807a75;
}
#attributes .attribute_list ul {
clear: both;
}
#attributes .attribute_list ul li {
float: left;
margin-right: 10px;
}
.rtl #attributes .attribute_list ul li {
float: right;
}
.rtl #attributes .attribute_list ul li {
margin-left: 10px;
margin-right: inherit;
}
#attributes .attribute_list input.attribute_radio {
float: left;
margin-left: 3px;
}
.rtl #attributes .attribute_list input.attribute_radio {
float: right;
}
.rtl #attributes .attribute_list input.attribute_radio {
margin-right: 3px;
margin-left: inherit;
}
#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
float: none;
display: inline-block;
}
#attributes .attribute_list #color_to_pick_list {
list-style-type: none;
}
#attributes .attribute_list #color_to_pick_list li {
float: left;
margin: 0 3px 3px 0;
padding: 1px;
border: 1px solid #eeeeee;
clear: none;
}
.rtl #attributes .attribute_list #color_to_pick_list li {
float: right;
}
.rtl #attributes .attribute_list #color_to_pick_list li {
margin: 0 0 3px 3px;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick {
display: block;
height: 22px;
width: 22px;
cursor: pointer;
}
#attributes .attribute_list #color_to_pick_list li.selected {
border: 1px solid #4d4d4d;
}
.box-cart-bottom, .box-quantity {
float: left;
margin-right: 10px;
}
.rtl .box-cart-bottom, .rtl .box-quantity {
float: right;
}
.rtl .box-cart-bottom, .rtl .box-quantity {
margin-left: 10px;
margin-right: inherit;
}
/* table_data_sheet */
.table-data-sheet {
border-bottom: 1px solid #eeeeee;
width: 100%;
margin: 0 0 20px;
}
.table-data-sheet tr {
border-top: 1px solid #eeeeee;
}
.table-data-sheet tr.even {
background: #fdfdfd;
}
.table-data-sheet tr td {
padding: 10px 20px 11px;
}
.table-data-sheet tr td:first-child {
border-right: 1px solid #eeeeee;
width: 30%;
font-weight: 500;
}
/* table product-discounts */
table.table-product-discounts {
border: none;
border-bottom: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
width: 50%;
margin: 0 0 20px;
}
@media (max-width: 767px) {
table.table-product-discounts {
width: 100%;
}
}
table.table-product-discounts tr th {
background: #fbfbfb;
font-weight: 700;
border: none;
font-weight: 700;
}
table.table-product-discounts tr td,
table.table-product-discounts tr th {
border-left: 1px solid #eeeeee;
width: 33%;
padding: 10px 20px 11px;
border-top: 1px solid #eeeeee;
border-right: none;
text-shadow: none;
text-transform: none;
font-weight: 13px;
line-height: 18px;
border-bottom: none;
}
.nav-tabs {
border-bottom: none;
}
.nav-tabs li {
margin-bottom: 0;
}
.nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li a:focus {
font-size: 16px;
text-transform: uppercase;
font-weight: 300;
background: none;
border: none;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
background: none;
font-weight: 600;
color: #7b9f52;
border: none;
}
.nav-tabs li.active a:before {
border-color: #d8d7bf transparent transparent;
border-image: none;
border-style: solid;
border-width: 8px;
content: "";
height: 0;
left: 40%;
margin-left: -9px;
pointer-events: none;
position: absolute;
top: 100%;
width: 0;
}
.nav-tabs > li {
float: left;
}
.rtl .nav-tabs > li {
float: right;
}
.page-product-box {
padding: 18px;
background: white;
}
/* accessories */
.accessories-block .block_description {
display: none;
}
.accessories-block .exclusive span {
font-size: 13px;
line-height: 18px;
padding: 2px 8px 3px;
text-decoration: none;
}
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
text-decoration: none;
}
/* quantity_wanted */
#quantity_wanted_p input {
width: 78px;
float: left;
height: 40px;
}
.rtl #quantity_wanted_p input {
float: right;
}
#quantity_wanted_p .btn {
float: left;
margin-left: 3px;
height: 40px;
}
.rtl #quantity_wanted_p .btn {
float: right;
}
.rtl #quantity_wanted_p .btn {
margin-right: 3px;
margin-left: inherit;
}
#quantity_wanted_p label {
display: block;
margin-bottom: 7px;
}
/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
display: inline-block;
width: 125px;
font-weight: 700;
font-size: 12px;
text-align: right;
}
.rtl #availability_statut span#availability_label, .rtl
#availability_date_label {
text-align: left;
}
#quantityAvailable {
font-size: 13px;
line-height: 18px;
}
#availability_value,
#last_quantities {
color: #3e2308;
line-height: 18px;
display: inline-block;
margin-left: 5px;
}
.rtl #availability_value, .rtl
#last_quantities {
margin-right: 5px;
margin-left: inherit;
}
#last_quantities {
background: #6087d2;
padding: 4px 8px 3px;
position: relative;
top: 1px;
}
#availability_statut,
#pQuantityAvailable {
display: inline-block;
}
#pQuantityAvailable span {
font-weight: 500;
}
#availability_statut #availability_value.warning_inline {
margin: 0;
}
/* box-security */
/* prices */
.content_prices {
padding: 0 0 5px 0;
}
.discount {
display: none;
}
.our_price_display {
color: black;
font-family: "Open Sans";
}
#reduction_percent,
#reduction_amount {
display: inline-block;
margin-right: 10px;
padding: 1px 3px;
font-size: 14px;
line-height: 23px;
background: #f13340;
border: 1px solid #d02a2c;
margin-top: 5px;
color: #fff;
}
.rtl #reduction_percent, .rtl
#reduction_amount {
margin-left: 10px;
margin-right: inherit;
}
#reduction_percent span,
#reduction_amount span {
display: block;
}
/* online_only */
.pb-center-column p.online_only {
font-weight: 700;
font-size: 13px;
color: #f13340;
text-align: left;
}
.rtl .pb-center-column p.online_only {
text-align: right;
}
.buttons_bottom_block {
clear: both;
}
#short_description_block .buttons_bottom_block {
display: none;
}
/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
width: 555px;
overflow: hidden;
}
#send_friend_form .product img {
margin: 0 0 10px 0;
border: 1px solid #eeeeee;
}
#send_friend_form .product p {
padding: 0;
}
#send_friend_form .product p .product_name {
font-size: 12px;
color: #000;
}
#send_friend_form .form_container {
padding: 10px 15px;
border: 1px solid #eeeeee;
background: #fbfbfb;
}
#send_friend_form .form_container p.intro_form {
padding-bottom: 6px;
font-weight: 700;
font-size: 13px;
}
#send_friend_form .form_container p.txt_required {
padding-bottom: 0;
color: #666;
}
#send_friend_form .form_container .text {
padding-bottom: 10px;
}
#send_friend_form .form_container .text label {
display: block;
padding: 0;
width: 100%;
font-size: 12px;
}
#send_friend_form .submit {
margin-top: 20px;
padding-bottom: 0;
text-align: right;
}
.rtl #send_friend_form .submit {
text-align: left;
}
/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
margin-bottom: 30px;
}
ul#uploadable_files,
ul#text_fields {
list-style-type: none;
}
.customizableProductsFile,
.customizableProductsText {
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #eeeeee;
}
.customizationUploadLine {
padding-bottom: 10px;
}
.customizationUploadLine label {
display: block;
vertical-align: top;
}
.customizationUploadLine textarea {
width: 50%;
border: 1px solid #eeeeee;
color: #9c9c9c;
}
.customizationUploadBrowse img + a {
position: relative;
top: -51px;
}
#customizedDatas {
float: right;
}
.rtl #customizedDatas {
float: left;
}
.accessories_block div ul li a {
display: inline-block;
}
.accessories_block div ul li.s_title_block a, .accessories_block div ul li.s_title_block span {
font-weight: 700;
}
/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
background: #fff;
border: 1px solid #eeeeee;
}
.ie8 .box-security {
filter: none;
}
.socialsharing_product {
border-bottom: 1px solid #ebebeb;
padding-bottom: 7px;
}
.socialsharing_product button {
border: 1px solid #eeeeee;
}
/******************************************************************
Quick View Styles
******************************************************************/
.addsharethisinner .stButton .stArrow {
display: none !important;
}
#product.content_only div.primary_block {
margin-bottom: 0;
}
@media (max-width: 991px) {
#product.content_only div.primary_block {
margin-right: 0;
}
}
|
public/themes/default/assets/frontend/css/product.css
|
* Blocks Layout Selectors
*/
/**
* Product Item Selectors
*/
/***********************************************************************/
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*
* LAYOUT VARIABLES
*/
/* primary_block ***************************************************************************** */
.primary_block {
background: white;
padding: 18px;
margin-bottom: 20px;
}
.product-heading-h5 {
color: #999999;
font-weight: 200;
margin: 3px 0 8px;
font-size: 19px;
font-family: "Open Sans";
}
.box-security .product-heading-h5 {
margin: 3px 0 -8px;
}
#productscategory_list .product-name,
.accessories-block .product-name {
margin-bottom: 5px;
}
#productscategory_list .product-name a,
.accessories-block .product-name a {
font-size: 15px;
line-height: 18px;
color: #261c16;
}
#productscategory_list .product-name a:hover,
.accessories-block .product-name a:hover {
color: #7b9f52;
}
img {
max-width: 100%;
height: auto;
}
/* .pb-left-column ***************************************************************************** */
.pb-left-column {
/* miniatures */
}
.pb-left-column .new-box {
left: 15px;
}
.pb-left-column #image-block {
position: relative;
width: 75%;
float: left;
margin-bottom: 10px;
}
.rtl .pb-left-column #image-block {
float: right;
}
.pb-left-column #image-block img {
width: 100%;
}
.pb-left-column #image-block #view_full_size {
display: block;
cursor: pointer;
text-align: center;
}
.pb-left-column #image-block #view_full_size a {
display: inline-block;
}
.pb-left-column #image-block #view_full_size .span_link {
position: absolute;
bottom: 10px;
right: 10px;
display: block;
padding: 4px;
text-align: center;
line-height: 20px;
}
.rtl .pb-left-column #image-block #view_full_size .span_link {
left: 10px;
right: auto;
}
.pb-left-column #image-block #view_full_size .span_link:after {
font-family: "FontAwesome";
color: #c0c0c0;
font-size: 20px;
line-height: 20px;
content: "\f00e";
font-weight: normal;
margin: 0 0 0 2px;
}
.rtl .pb-left-column #image-block #view_full_size .span_link:after {
margin: 0 2px 0 0;
}
.pb-left-column #image-block a.jqzoom div div img {
width: auto;
max-width: 10000px;
}
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
border: none;
}
.pb-left-column #image-block .zoomPad {
z-index: auto!important;
}
.pb-left-column #views_block {
position: relative;
width: 20%;
margin-left: 3%;
float: left;
}
.rtl .pb-left-column #views_block {
margin-right: 3%;
margin-left: inherit;
}
.rtl .pb-left-column #views_block {
float: right;
}
#thumbs_list {
overflow: hidden;
float: left;
width: 86px;
height: 473px;
}
.rtl #thumbs_list {
float: right;
}
#thumbs_list ul#thumbs_list_frame {
list-style-type: none;
padding-left: 0;
overflow: hidden;
margin: 0;
}
.rtl #thumbs_list ul#thumbs_list_frame {
padding-right: 0;
padding-left: inherit;
}
#thumbs_list li {
float: left;
height: 112px;
width: 81px;
cursor: pointer;
margin-bottom: 8px;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.rtl #thumbs_list li {
float: right;
}
#thumbs_list li.last {
margin-right: 0;
}
.rtl #thumbs_list li.last {
margin-left: 0;
margin-right: inherit;
}
#thumbs_list li a {
display: block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
text-align: center;
}
#thumbs_list li img {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#view_scroll_left,
#view_scroll_right {
height: 23px;
width: 35px;
line-height: 0;
font-size: 0;
overflow: hidden;
position: absolute;
bottom: -30px;
z-index: 1000;
background: #f3f0ee;
text-align: center;
}
#view_scroll_left:before,
#view_scroll_right:before {
font-family: "FontAwesome";
font-size: 14px;
line-height: 24px;
}
#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
color: #7b9f52;
}
#view_scroll_right {
left: 46px;
}
.rtl #view_scroll_right {
right: 46px;
left: auto;
}
#view_scroll_right:before {
content: "\f054";
}
#view_scroll_left {
margin-top: 0;
left: 0;
}
.rtl #view_scroll_left {
right: 0;
left: auto;
}
#view_scroll_left:before {
content: "\f053";
padding-right: 2px;
}
.resetimg {
padding: 10px 0 0;
}
.resetimg #resetImages i {
margin-right: 6px;
}
.rtl .resetimg #resetImages i {
margin-left: 6px;
margin-right: inherit;
}
/* link list */
#usefull_link_block {
list-style-type: none;
}
#usefull_link_block li {
border-left: 1px solid #ebebeb;
float: left;
line-height: 30px;
padding-left: 10px;
margin: 0 0 8px 10px;
}
.rtl #usefull_link_block li {
border-right: 1px solid #ebebeb;
border-left: inherit;
}
.rtl #usefull_link_block li {
float: right;
}
.rtl #usefull_link_block li {
padding-right: 10px;
padding-left: inherit;
}
.rtl #usefull_link_block li {
margin: 0 10px 8px 0;
}
#usefull_link_block li a {
position: relative;
padding-left: 25px;
line-height: 22px;
display: inline-block;
font-weight: 500;
}
.rtl #usefull_link_block li a {
padding-right: 25px;
padding-left: inherit;
}
#usefull_link_block li a:before {
font-family: "FontAwesome";
font-size: 16px;
line-height: 24px;
position: absolute;
left: 0;
font-weight: normal;
}
.rtl #usefull_link_block li a:before {
right: 0;
left: auto;
}
#usefull_link_block li a:hover:before {
color: #7b9f52;
}
#usefull_link_block li.print a:before {
content: "\f02f";
}
#usefull_link_block li.sendtofriend a:before {
content: "\f003";
}
#usefull_link_block li#left_share_fb {
clear: both;
float: none;
}
#usefull_link_block li#left_share_fb a {
padding-left: 18px;
}
#usefull_link_block li#left_share_fb a:before {
content: "\f09a";
}
#usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
cursor: pointer;
clear: both;
float: none;
margin: 0 0 8px 0;
border: none;
padding: 0;
position: relative;
}
#usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
font-family: "FontAwesome";
font-size: 19px;
line-height: 24px;
position: absolute;
top: -2px;
left: 0;
font-weight: normal;
content: "\f08a";
}
.rtl #usefull_link_block li#favoriteproducts_block_extra_remove:before, .rtl #usefull_link_block li#favoriteproducts_block_extra_add:before, .rtl #usefull_link_block li#favoriteproducts_block_extra_removed:before, .rtl #usefull_link_block li#favoriteproducts_block_extra_added:before {
right: 0;
left: auto;
}
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
content: "\f004";
}
/* pb-left-column ****************************************************************************** */
.pb-center-column {
margin-bottom: 30px;
/* form */
}
.pb-center-column h1 {
padding-bottom: 15px;
margin-top: 0;
font-size: 20px;
color: #261c16;
font-weight: 300;
text-transform: uppercase;
border-bottom: 1px solid #ebebeb;
}
.pb-center-column p {
margin-bottom: 10px;
}
.pb-center-column #product_reference {
margin-bottom: 6px;
}
.pb-center-column #short_description_block {
color: #807a75;
}
.pb-center-column #buy_block {
margin-top: 10px;
}
.pb-center-column #buy_block p.price {
padding: 0;
}
.pb-center-column #color_picker p {
padding-bottom: 5px;
font-weight: 700;
}
#product p#loyalty {
padding: 17px 0 15px 35px;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
margin: 10px 0 -5px;
position: relative;
}
.rtl #product p#loyalty {
padding: 17px 35px 15px 0;
}
#product p#loyalty:before {
content: "\f024";
font-family: "FontAwesome";
color: #cfcccc;
font-size: 26px;
line-height: 28px;
position: absolute;
top: 16px;
left: 0;
}
.rtl #product p#loyalty:before {
right: 0;
left: auto;
}
#attributes fieldset {
padding-bottom: 3px;
}
#attributes fieldset label {
vertical-align: top;
display: block;
}
#attributes .attribute_list {
width: 100%;
}
#attributes .attribute_list .form-control {
max-width: 230px;
}
#attributes .attribute_list .form-control option {
color: #807a75;
}
#attributes .attribute_list ul {
clear: both;
}
#attributes .attribute_list ul li {
float: left;
margin-right: 10px;
}
.rtl #attributes .attribute_list ul li {
float: right;
}
.rtl #attributes .attribute_list ul li {
margin-left: 10px;
margin-right: inherit;
}
#attributes .attribute_list input.attribute_radio {
float: left;
margin-left: 3px;
}
.rtl #attributes .attribute_list input.attribute_radio {
float: right;
}
.rtl #attributes .attribute_list input.attribute_radio {
margin-right: 3px;
margin-left: inherit;
}
#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
float: none;
display: inline-block;
}
#attributes .attribute_list #color_to_pick_list {
list-style-type: none;
}
#attributes .attribute_list #color_to_pick_list li {
float: left;
margin: 0 3px 3px 0;
padding: 1px;
border: 1px solid #eeeeee;
clear: none;
}
.rtl #attributes .attribute_list #color_to_pick_list li {
float: right;
}
.rtl #attributes .attribute_list #color_to_pick_list li {
margin: 0 0 3px 3px;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick {
display: block;
height: 22px;
width: 22px;
cursor: pointer;
}
#attributes .attribute_list #color_to_pick_list li.selected {
border: 1px solid #4d4d4d;
}
.box-cart-bottom, .box-quantity {
float: left;
margin-right: 10px;
}
.rtl .box-cart-bottom, .rtl .box-quantity {
float: right;
}
.rtl .box-cart-bottom, .rtl .box-quantity {
margin-left: 10px;
margin-right: inherit;
}
/* table_data_sheet */
.table-data-sheet {
border-bottom: 1px solid #eeeeee;
width: 100%;
margin: 0 0 20px;
}
.table-data-sheet tr {
border-top: 1px solid #eeeeee;
}
.table-data-sheet tr.even {
background: #fdfdfd;
}
.table-data-sheet tr td {
padding: 10px 20px 11px;
}
.table-data-sheet tr td:first-child {
border-right: 1px solid #eeeeee;
width: 30%;
font-weight: 500;
}
/* table product-discounts */
table.table-product-discounts {
border: none;
border-bottom: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
width: 50%;
margin: 0 0 20px;
}
@media (max-width: 767px) {
table.table-product-discounts {
width: 100%;
}
}
table.table-product-discounts tr th {
background: #fbfbfb;
font-weight: 700;
border: none;
font-weight: 700;
}
table.table-product-discounts tr td,
table.table-product-discounts tr th {
border-left: 1px solid #eeeeee;
width: 33%;
padding: 10px 20px 11px;
border-top: 1px solid #eeeeee;
border-right: none;
text-shadow: none;
text-transform: none;
font-weight: 13px;
line-height: 18px;
border-bottom: none;
}
.nav-tabs {
border-bottom: none;
}
.nav-tabs li {
margin-bottom: 0;
}
.nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li a:focus {
font-size: 16px;
text-transform: uppercase;
font-weight: 300;
background: none;
border: none;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
background: none;
font-weight: 600;
color: #7b9f52;
border: none;
}
.nav-tabs li.active a:before {
border-color: #d8d7bf transparent transparent;
border-image: none;
border-style: solid;
border-width: 8px;
content: "";
height: 0;
left: 40%;
margin-left: -9px;
pointer-events: none;
position: absolute;
top: 100%;
width: 0;
}
.nav-tabs > li {
float: left;
}
.rtl .nav-tabs > li {
float: right;
}
.page-product-box {
padding: 18px;
background: white;
}
/* accessories */
.accessories-block .block_description {
display: none;
}
.accessories-block .exclusive span {
font-size: 13px;
line-height: 18px;
padding: 2px 8px 3px;
text-decoration: none;
}
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
text-decoration: none;
}
/* quantity_wanted */
#quantity_wanted_p input {
width: 78px;
float: left;
height: 40px;
}
.rtl #quantity_wanted_p input {
float: right;
}
#quantity_wanted_p .btn {
float: left;
margin-left: 3px;
height: 40px;
}
.rtl #quantity_wanted_p .btn {
float: right;
}
.rtl #quantity_wanted_p .btn {
margin-right: 3px;
margin-left: inherit;
}
#quantity_wanted_p label {
display: block;
margin-bottom: 7px;
}
/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
display: inline-block;
width: 125px;
font-weight: 700;
font-size: 12px;
text-align: right;
}
.rtl #availability_statut span#availability_label, .rtl
#availability_date_label {
text-align: left;
}
#quantityAvailable {
font-size: 13px;
line-height: 18px;
}
#availability_value,
#last_quantities {
color: #3e2308;
line-height: 18px;
display: inline-block;
margin-left: 5px;
}
.rtl #availability_value, .rtl
#last_quantities {
margin-right: 5px;
margin-left: inherit;
}
#last_quantities {
background: #6087d2;
padding: 4px 8px 3px;
position: relative;
top: 1px;
}
#availability_statut,
#pQuantityAvailable {
display: inline-block;
}
#pQuantityAvailable span {
font-weight: 500;
}
#availability_statut #availability_value.warning_inline {
margin: 0;
}
/* box-security */
/* prices */
.content_prices {
padding: 0 0 5px 0;
}
.discount {
display: none;
}
.our_price_display {
color: black;
font-family: "Open Sans";
}
#reduction_percent,
#reduction_amount {
display: inline-block;
margin-right: 10px;
padding: 1px 3px;
font-size: 14px;
line-height: 23px;
background: #f13340;
border: 1px solid #d02a2c;
margin-top: 5px;
color: #fff;
}
.rtl #reduction_percent, .rtl
#reduction_amount {
margin-left: 10px;
margin-right: inherit;
}
#reduction_percent span,
#reduction_amount span {
display: block;
}
/* online_only */
.pb-center-column p.online_only {
font-weight: 700;
font-size: 13px;
color: #f13340;
text-align: left;
}
.rtl .pb-center-column p.online_only {
text-align: right;
}
.buttons_bottom_block {
clear: both;
}
#short_description_block .buttons_bottom_block {
display: none;
}
/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
width: 555px;
overflow: hidden;
}
#send_friend_form .product img {
margin: 0 0 10px 0;
border: 1px solid #eeeeee;
}
#send_friend_form .product p {
padding: 0;
}
#send_friend_form .product p .product_name {
font-size: 12px;
color: #000;
}
#send_friend_form .form_container {
padding: 10px 15px;
border: 1px solid #eeeeee;
background: #fbfbfb;
}
#send_friend_form .form_container p.intro_form {
padding-bottom: 6px;
font-weight: 700;
font-size: 13px;
}
#send_friend_form .form_container p.txt_required {
padding-bottom: 0;
color: #666;
}
#send_friend_form .form_container .text {
padding-bottom: 10px;
}
#send_friend_form .form_container .text label {
display: block;
padding: 0;
width: 100%;
font-size: 12px;
}
#send_friend_form .submit {
margin-top: 20px;
padding-bottom: 0;
text-align: right;
}
.rtl #send_friend_form .submit {
text-align: left;
}
/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
margin-bottom: 30px;
}
ul#uploadable_files,
ul#text_fields {
list-style-type: none;
}
.customizableProductsFile,
.customizableProductsText {
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #eeeeee;
}
.customizationUploadLine {
padding-bottom: 10px;
}
.customizationUploadLine label {
display: block;
vertical-align: top;
}
.customizationUploadLine textarea {
width: 50%;
border: 1px solid #eeeeee;
color: #9c9c9c;
}
.customizationUploadBrowse img + a {
position: relative;
top: -51px;
}
#customizedDatas {
float: right;
}
.rtl #customizedDatas {
float: left;
}
.accessories_block div ul li a {
display: inline-block;
}
.accessories_block div ul li.s_title_block a, .accessories_block div ul li.s_title_block span {
font-weight: 700;
}
/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
background: #fff;
border: 1px solid #eeeeee;
}
.ie8 .box-security {
filter: none;
}
.socialsharing_product {
border-bottom: 1px solid #ebebeb;
padding-bottom: 7px;
}
.socialsharing_product button {
border: 1px solid #eeeeee;
}
/******************************************************************
Quick View Styles
******************************************************************/
.addsharethisinner .stButton .stArrow {
display: none !important;
}
#product.content_only div.primary_block {
margin-bottom: 0;
}
@media (max-width: 991px) {
#product.content_only div.primary_block {
margin-right: 0;
}
}
| 0.431584 | 0.048316 |
.combobox__input-has-icon_left-right input {
padding-left: var(--lwc-spacingXLarge, 2rem);
}
.combobox__dropdown {
overflow-y: auto;
box-sizing: content-box;
}
.combobox__action_disabled,
.combobox__action_disabled lightning-icon {
color: #dddbda;
}
input.avonni-primitive-combobox__input {
border-color: var(--avonni-primitive-combobox-input-color-border, #dddbda);
border-style: var(--avonni-primitive-combobox-input-styling-border, solid);
border-top-right-radius: var(
--avonni-primitive-combobox-input-radius-border-top-right,
0.25rem
);
border-top-left-radius: var(
--avonni-primitive-combobox-input-radius-border-top-left,
0.25rem
);
border-bottom-right-radius: var(
--avonni-primitive-combobox-input-radius-border-bottom-right,
0.25rem
);
border-bottom-left-radius: var(
--avonni-primitive-combobox-input-radius-border-bottom-left,
0.25rem
);
border-top-width: var(
--avonni-primitive--combobox-input-sizing-border-top,
1px
);
border-bottom-width: var(
--avonni-primitive--combobox-input-sizing-border-bottom,
1px
);
border-right-width: var(
--avonni-primitive--combobox-input-sizing-border-right,
1px
);
border-left-width: var(
--avonni-primitive--combobox-input-sizing-border-left,
1px
);
}
.avonni-primitive-combobox__action_background {
background: var(
--avonni-primitive-combobox-action-color-background,
transparent
);
}
.avonni-primitive-combobox__option_background {
background: var(
--avonni-primitive-combobox-option-color-background,
transparent
);
}
.avonni-primitive-combobox__action_background:hover,
.avonni-primitive-combobox__action_background:focus {
background: var(
--avonni-primitive-combobox-action-color-background-hover,
#f3f2f2
);
}
.avonni-primitive-combobox__option_background:hover,
.avonni-primitive-combobox__option_background:focus {
background: var(
--avonni-primitive-combobox-option-color-background-hover,
#f3f2f2
);
}
.avonni-primitive-combobox__option_background_focused {
background: var(
--avonni-primitive-combobox-option-color-background-hover,
#f3f2f2
);
}
|
src/modules/base/lwc/avonniPrimitiveCombobox/avonniPrimitiveCombobox.css
|
.combobox__input-has-icon_left-right input {
padding-left: var(--lwc-spacingXLarge, 2rem);
}
.combobox__dropdown {
overflow-y: auto;
box-sizing: content-box;
}
.combobox__action_disabled,
.combobox__action_disabled lightning-icon {
color: #dddbda;
}
input.avonni-primitive-combobox__input {
border-color: var(--avonni-primitive-combobox-input-color-border, #dddbda);
border-style: var(--avonni-primitive-combobox-input-styling-border, solid);
border-top-right-radius: var(
--avonni-primitive-combobox-input-radius-border-top-right,
0.25rem
);
border-top-left-radius: var(
--avonni-primitive-combobox-input-radius-border-top-left,
0.25rem
);
border-bottom-right-radius: var(
--avonni-primitive-combobox-input-radius-border-bottom-right,
0.25rem
);
border-bottom-left-radius: var(
--avonni-primitive-combobox-input-radius-border-bottom-left,
0.25rem
);
border-top-width: var(
--avonni-primitive--combobox-input-sizing-border-top,
1px
);
border-bottom-width: var(
--avonni-primitive--combobox-input-sizing-border-bottom,
1px
);
border-right-width: var(
--avonni-primitive--combobox-input-sizing-border-right,
1px
);
border-left-width: var(
--avonni-primitive--combobox-input-sizing-border-left,
1px
);
}
.avonni-primitive-combobox__action_background {
background: var(
--avonni-primitive-combobox-action-color-background,
transparent
);
}
.avonni-primitive-combobox__option_background {
background: var(
--avonni-primitive-combobox-option-color-background,
transparent
);
}
.avonni-primitive-combobox__action_background:hover,
.avonni-primitive-combobox__action_background:focus {
background: var(
--avonni-primitive-combobox-action-color-background-hover,
#f3f2f2
);
}
.avonni-primitive-combobox__option_background:hover,
.avonni-primitive-combobox__option_background:focus {
background: var(
--avonni-primitive-combobox-option-color-background-hover,
#f3f2f2
);
}
.avonni-primitive-combobox__option_background_focused {
background: var(
--avonni-primitive-combobox-option-color-background-hover,
#f3f2f2
);
}
| 0.617859 | 0.077832 |
* {
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
box-sizing: border-box;
}
header {
height: 500px;
background-image: url(../images/logo.JPG);
background-repeat: no-repeat;
background-position: center;
background-size: 500px 500px;
}
header nav a h3 {
background: linear-gradient(to right, rgba(255, 166, 0, 0.8), rgba(255, 230, 0, 0.8), rgba(3, 231, 3, 0.8), rgba(117, 117, 247, 0.8));
font-size: 36px;
padding: 3px;
text-align: center;
}
header nav ul li {
padding: 5px;
font-size: 20px;
}
section {
width: 80%;
display: block;
margin: auto auto;
}
section h2 {
text-align: center;
font-size: 42px;
padding: 5px;
text-decoration: overline;
}
section .gallery {
position: relative;
left: 80px;
}
section .gallery img {
width: 300px;
height: 260px;
padding: 5px;
transition: width 0.5s height 0.5s;
}
section .gallery img:hover {
width: 320px;
height: 280px;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
}
#footer {
position: relative;
height: 80px;
background: linear-gradient(to right, rgba(255, 166, 0, 0.8), rgba(255, 230, 0, 0.8), rgba(3, 231, 3, 0.8), rgba(117, 117, 247, 0.8));
margin-top: 30px;
display: flex;
justify-content: space-evenly;
align-items: center;
font-weight: bold;
}
#footer .contact {
width: 300px;
}
#footer .mail {
width: 300px;
text-align: center;
}
#footer .mail a {
text-decoration: none;
color: rgb(44, 44, 44);
}
#footer .social-links {
text-align: right;
width: 300px;
}
#footer .social-links a {
text-decoration: none;
color: rgb(44, 44, 44);
}
#footer .social-links a:hover {
color: crimson;
font-weight: bold;
}
@media screen and (max-width: 600px) {
header {
width: 100%;
background-size: 400px 400px;
}
section {
width: 100%;
}
section .gallery {
left: 0px;
}
section .gallery img {
width: 100%;
height: auto;
}
section .gallery img:hover {
width: 100%;
height: auto;
}
section .gallery #hide {
display: none;
}
}
@media screen and (max-width: 600px) {
#footer {
display: block;
height: 150px;
padding: 10px;
}
#footer .contact {
width: 100%;
padding: 5px;
}
#footer .mail {
width: 100%;
text-align: left;
padding: 5px;
}
#footer .social-links {
width: 100%;
text-align: left;
padding: 3px;
}
}
|
css/style.css
|
* {
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
box-sizing: border-box;
}
header {
height: 500px;
background-image: url(../images/logo.JPG);
background-repeat: no-repeat;
background-position: center;
background-size: 500px 500px;
}
header nav a h3 {
background: linear-gradient(to right, rgba(255, 166, 0, 0.8), rgba(255, 230, 0, 0.8), rgba(3, 231, 3, 0.8), rgba(117, 117, 247, 0.8));
font-size: 36px;
padding: 3px;
text-align: center;
}
header nav ul li {
padding: 5px;
font-size: 20px;
}
section {
width: 80%;
display: block;
margin: auto auto;
}
section h2 {
text-align: center;
font-size: 42px;
padding: 5px;
text-decoration: overline;
}
section .gallery {
position: relative;
left: 80px;
}
section .gallery img {
width: 300px;
height: 260px;
padding: 5px;
transition: width 0.5s height 0.5s;
}
section .gallery img:hover {
width: 320px;
height: 280px;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
}
#footer {
position: relative;
height: 80px;
background: linear-gradient(to right, rgba(255, 166, 0, 0.8), rgba(255, 230, 0, 0.8), rgba(3, 231, 3, 0.8), rgba(117, 117, 247, 0.8));
margin-top: 30px;
display: flex;
justify-content: space-evenly;
align-items: center;
font-weight: bold;
}
#footer .contact {
width: 300px;
}
#footer .mail {
width: 300px;
text-align: center;
}
#footer .mail a {
text-decoration: none;
color: rgb(44, 44, 44);
}
#footer .social-links {
text-align: right;
width: 300px;
}
#footer .social-links a {
text-decoration: none;
color: rgb(44, 44, 44);
}
#footer .social-links a:hover {
color: crimson;
font-weight: bold;
}
@media screen and (max-width: 600px) {
header {
width: 100%;
background-size: 400px 400px;
}
section {
width: 100%;
}
section .gallery {
left: 0px;
}
section .gallery img {
width: 100%;
height: auto;
}
section .gallery img:hover {
width: 100%;
height: auto;
}
section .gallery #hide {
display: none;
}
}
@media screen and (max-width: 600px) {
#footer {
display: block;
height: 150px;
padding: 10px;
}
#footer .contact {
width: 100%;
padding: 5px;
}
#footer .mail {
width: 100%;
text-align: left;
padding: 5px;
}
#footer .social-links {
width: 100%;
text-align: left;
padding: 3px;
}
}
| 0.489503 | 0.140395 |
body,
button {
font: 16rem/1.43 'Open Sans', sans-serif;
}
body {
color: #414949;
}
a,
a:visited {
text-decoration: none;
font-weight: 600;
}
a:not(.decorated):hover {
text-decoration: underline;
}
a.fatlist-item {
white-space: nowrap;
margin-left: auto;
text-align: right;
padding-left: 28rem;
}
ul {
padding: 0;
margin: 0;
}
li {
list-style: none;
margin: 0;
}
.quick-links li,
.benefits li {
margin-bottom: 28rem;
}
.benefits li {
margin-left: 42rem;
position: relative;
}
.benefits li::after {
content: '';
width: 24rem;
height: 24rem;
background: url('../img/checkmark-w.svg');
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 14rem auto;
top: -0;
left: -42rem;
position: absolute;
border-radius: 50%;
}
header a,
header a:visited {
font-size: 16rem;
font-weight: 700;
color: #fff;
letter-spacing: 0.7rem;
text-transform: uppercase;
}
header span {
color: #fff;
font-size: 14rem;
font-weight: 700;
text-align: right;
}
h1 {
font-weight: 300;
font-size: 42rem;
color: #fff;
margin: 0 0 28rem 0;
}
h2,
.col-2 h3 {
font-weight: 800;
font-size: 20rem;
margin: 0 0 16rem 0;
color: #000;
line-height: 1.2;
}
h1.hero {
font-size: 90rem;
line-height: 1.1;
color: #fff;
}
p {
font-size: 18rem;
margin: 0 0 8rem 0;
}
.separator > section {
border-right: 2px solid #979797;
}
.separator > section:last-child {
border-right: none;
}
.front-option > p {
margin-bottom: 8rem;
}
.category-option p {
margin-bottom: 24rem;
}
.category-option button {
min-width: 0;
height: 36rem;
}
h1.hero span {
display: block;
}
h3,
th {
color: #939393;
}
h3 {
font-size: 18rem;
margin: 0 0 21rem 0;
}
h4 {
font-size: 16rem;
margin: 8rem 0;
color: #000;
}
.quick-links li,
.quick-links a,
.col-2 h3,
.table-heading {
font-size: 20rem;
}
.col-2 h3 {
margin: 21rem 0 14rem 0;
}
.quick-links li,
.quick-links a {
font-weight: 700;
}
.offer-text p {
margin: 14rem 0;
}
.offer-text h3,
h3.account-type {
margin-bottom: 14rem;
}
.table-heading {
border-bottom: 1px solid #dedede;
border-radius: 3rem;
margin: 0 -35rem 21rem -35rem;
padding: 0 35rem 21rem 35rem;
}
table.align-center th,
table.align-center td {
text-align: center;
width: 33.3333%;
}
table.color-light tr {
background-color: #f1f1f1;
}
table.color-light td {
border: 1px solid #ffffff;
padding: 8px;
color: #000;
}
table.color-heading {
border: 1px solid #dedede;
border-radius: 3rem;
}
table.color-heading tr.heading {
background: #f1f1f1;
font-size: 15rem;
height: 45rem;
font-weight: bold;
}
table.color-heading tr.footer {
background: #f1f1f1;
height: 45rem;
}
table.color-heading .trend {
font-size: 10rem;
}
tr.heading {
background: #f1f1f1;
font-size: 12rem;
height: 45rem;
font-weight: bold;
}
.investmentamount {
min-width: 130px;
display: inline-block;
}
p {
color: #939393;
}
p.activity {
font-size: 20rem;
margin: 0;
}
time {
text-transform: uppercase;
color: #939393;
font-size: 18rem;
font-weight: 600;
}
time span {
display: block;
}
time.fatlist-item {
min-width: 158rem;
}
.keyrates h4 {
color: #939393;
font-weight: 300;
}
.keyrates h4 ~ table tr {
font-size: 20rem;
}
.cash-projections > div {
align-items: center;
}
.cash-projections h2 {
margin: -23px auto 0 0;
}
.cash-projections h4.dropdown {
margin-top: -25px;
color: #295ed9;
}
.cash-projections span {
font-size: 20rem;
color: #000;
}
.cash-projections > div > div {
margin-left: 20rem;
}
.cash-projections > svg {
border: 1px solid #ccc;
margin-top: 10rem;
}
.offer-card-col > .offer-card,
.front-option > .offer-card {
position: relative;
}
.ai-overlay {
display: none;
position: absolute;
top: 0;
color: #fff;
background-color: rgba(39, 59, 63, 1);
flex-flow: column nowrap;
}
.ai-overlay.show {
display: flex;
min-width: 385rem;
z-index: 2;
opacity: 0.85;
}
.ai-overlay > .footer-img {
margin: auto 0 0 0;
border-top: 1px solid #fff;
text-align: right;
}
.ai-overlay > ul {
text-align: left;
padding: 16rem;
}
.ai-overlay > ul > li {
word-break: break-all;
display: flex;
margin-bottom: 15rem;
align-items: baseline;
}
.ai-overlay label {
font-weight: 700;
min-width: 165rem;
display: inline-block;
color: #fff;
margin: 0 8rem 0 0;
}
.ai-overlay span {
word-break: break-all;
display: inline-block;
}
.ai-toggle {
font-size: 24rem;
border-radius: 50%;
border: 3rem solid #fff;
min-width: auto;
height: 49rem;
align-self: flex-end;
}
|
src/css/_text.css
|
body,
button {
font: 16rem/1.43 'Open Sans', sans-serif;
}
body {
color: #414949;
}
a,
a:visited {
text-decoration: none;
font-weight: 600;
}
a:not(.decorated):hover {
text-decoration: underline;
}
a.fatlist-item {
white-space: nowrap;
margin-left: auto;
text-align: right;
padding-left: 28rem;
}
ul {
padding: 0;
margin: 0;
}
li {
list-style: none;
margin: 0;
}
.quick-links li,
.benefits li {
margin-bottom: 28rem;
}
.benefits li {
margin-left: 42rem;
position: relative;
}
.benefits li::after {
content: '';
width: 24rem;
height: 24rem;
background: url('../img/checkmark-w.svg');
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 14rem auto;
top: -0;
left: -42rem;
position: absolute;
border-radius: 50%;
}
header a,
header a:visited {
font-size: 16rem;
font-weight: 700;
color: #fff;
letter-spacing: 0.7rem;
text-transform: uppercase;
}
header span {
color: #fff;
font-size: 14rem;
font-weight: 700;
text-align: right;
}
h1 {
font-weight: 300;
font-size: 42rem;
color: #fff;
margin: 0 0 28rem 0;
}
h2,
.col-2 h3 {
font-weight: 800;
font-size: 20rem;
margin: 0 0 16rem 0;
color: #000;
line-height: 1.2;
}
h1.hero {
font-size: 90rem;
line-height: 1.1;
color: #fff;
}
p {
font-size: 18rem;
margin: 0 0 8rem 0;
}
.separator > section {
border-right: 2px solid #979797;
}
.separator > section:last-child {
border-right: none;
}
.front-option > p {
margin-bottom: 8rem;
}
.category-option p {
margin-bottom: 24rem;
}
.category-option button {
min-width: 0;
height: 36rem;
}
h1.hero span {
display: block;
}
h3,
th {
color: #939393;
}
h3 {
font-size: 18rem;
margin: 0 0 21rem 0;
}
h4 {
font-size: 16rem;
margin: 8rem 0;
color: #000;
}
.quick-links li,
.quick-links a,
.col-2 h3,
.table-heading {
font-size: 20rem;
}
.col-2 h3 {
margin: 21rem 0 14rem 0;
}
.quick-links li,
.quick-links a {
font-weight: 700;
}
.offer-text p {
margin: 14rem 0;
}
.offer-text h3,
h3.account-type {
margin-bottom: 14rem;
}
.table-heading {
border-bottom: 1px solid #dedede;
border-radius: 3rem;
margin: 0 -35rem 21rem -35rem;
padding: 0 35rem 21rem 35rem;
}
table.align-center th,
table.align-center td {
text-align: center;
width: 33.3333%;
}
table.color-light tr {
background-color: #f1f1f1;
}
table.color-light td {
border: 1px solid #ffffff;
padding: 8px;
color: #000;
}
table.color-heading {
border: 1px solid #dedede;
border-radius: 3rem;
}
table.color-heading tr.heading {
background: #f1f1f1;
font-size: 15rem;
height: 45rem;
font-weight: bold;
}
table.color-heading tr.footer {
background: #f1f1f1;
height: 45rem;
}
table.color-heading .trend {
font-size: 10rem;
}
tr.heading {
background: #f1f1f1;
font-size: 12rem;
height: 45rem;
font-weight: bold;
}
.investmentamount {
min-width: 130px;
display: inline-block;
}
p {
color: #939393;
}
p.activity {
font-size: 20rem;
margin: 0;
}
time {
text-transform: uppercase;
color: #939393;
font-size: 18rem;
font-weight: 600;
}
time span {
display: block;
}
time.fatlist-item {
min-width: 158rem;
}
.keyrates h4 {
color: #939393;
font-weight: 300;
}
.keyrates h4 ~ table tr {
font-size: 20rem;
}
.cash-projections > div {
align-items: center;
}
.cash-projections h2 {
margin: -23px auto 0 0;
}
.cash-projections h4.dropdown {
margin-top: -25px;
color: #295ed9;
}
.cash-projections span {
font-size: 20rem;
color: #000;
}
.cash-projections > div > div {
margin-left: 20rem;
}
.cash-projections > svg {
border: 1px solid #ccc;
margin-top: 10rem;
}
.offer-card-col > .offer-card,
.front-option > .offer-card {
position: relative;
}
.ai-overlay {
display: none;
position: absolute;
top: 0;
color: #fff;
background-color: rgba(39, 59, 63, 1);
flex-flow: column nowrap;
}
.ai-overlay.show {
display: flex;
min-width: 385rem;
z-index: 2;
opacity: 0.85;
}
.ai-overlay > .footer-img {
margin: auto 0 0 0;
border-top: 1px solid #fff;
text-align: right;
}
.ai-overlay > ul {
text-align: left;
padding: 16rem;
}
.ai-overlay > ul > li {
word-break: break-all;
display: flex;
margin-bottom: 15rem;
align-items: baseline;
}
.ai-overlay label {
font-weight: 700;
min-width: 165rem;
display: inline-block;
color: #fff;
margin: 0 8rem 0 0;
}
.ai-overlay span {
word-break: break-all;
display: inline-block;
}
.ai-toggle {
font-size: 24rem;
border-radius: 50%;
border: 3rem solid #fff;
min-width: auto;
height: 49rem;
align-self: flex-end;
}
| 0.50952 | 0.067424 |
.a_head {
background-color: #f2f2f2;
padding: 23px 17px;
position: relative;
}
.a_head_content {
position: absolute;
left: 0;
top: 0;
z-index: 5;
width: 100%;
height: 100%;
}
.a_buyBox {
margin-bottom: 13px;
background-color: #fff;
padding-left: 23px;
padding-bottom: 23px;
}
.a_buyBox .a_one {
font-size: 38px;
font-family: PingFang-SC-Medium;
font-weight: bold;
color: #313131;
height: 90px;
line-height: 90px;
padding-right: 23px;
}
.a_buyBox .a_one .a_state {
float: right;
padding-right: 30px;
font-size: 30px;
line-height: 6;
}
.a_buyBox .a_two {
height: 44px;
font-size: 30px;
font-family: PingFang-SC-Regular;
color: #999;
font-weight: bold;
line-height: 44px;
opacity: 0.8;
}
.a_buyBox .a_three {
height: 62px;
line-height: 62px;
font-size: 28px;
font-weight: bold;
font-family: PingFang-SC-Regular;
color: #313131;
}
.a_buyBox .a_four {
font-size: 30px;
font-family: PingFang-SC-Regular;
font-weight: bold;
color: #999;
height: 54px;
opacity: 0.8;
line-height: 54px;
}
.a_buyBox .a_item {
font-size: 28px;
font-family: PingFang-SC-Regular;
color: #313131;
line-height: 44px;
}
.a_buyBox .a_last {
font-size: 30px;
font-family: PingFang-SC-Regular;
color: #999;
height: 50px;
opacity: 0.8;
line-height: 50px;
text-align: center;
margin-left: -12px;
}
.a_buyBox .a_outTime {
float: right;
font-size: 28px;
font-family: PingFang-SC-Regular;
font-weight: bold;
color: #313131;
line-height: 90px;
}
.a_buyBox .a_billingInfo {
line-height: 30px;
}
.a_buyBox .a_billingInfo .a_billingInfo_rules {
width: 450px;
height: auto;
line-height: 1.2;
}
.a_buyBox .a_billingInfo .a_billingInfo_1 {
font-size: 28px;
font-family: PingFang-SC-Regular;
color: #313131;
width: 140px;
display: inline-block;
text-align: justify;
}
.a_buyBox .a_billingInfo .a_billingInfo_1:after {
content: "";
width: 100%;
display: inline-block;
}
.a_buyBox .a_billingInfo .a_billingInfo_3 {
font-size: 28px;
font-family: PingFang-SC-Regular;
color: #313131;
width: calc(100% - 200px);
display: inline-block;
text-align: justify;
}
.a_buyBox .a_billingInfo .a_returnState {
width: 134px;
height: 44px;
border: 1px solid #999;
border-radius: 5px;
display: inline-block;
float: right;
margin-left: 100px;
line-height: 44px;
text-align: center;
}
.a_buyBox .a_billingInfo .call_poster_box {
width: 100%;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
}
.a_buyBox .a_billingInfo .call_poster_box .call_poster {
font-size: 26px;
font-family: PingFang SC;
font-weight: 500;
color: #f44;
width: 215px;
height: 50px;
line-height: 50px;
text-align: center;
border: 1.5px solid #f44;
border-radius: 16px;
}
.a_buyBox .a_imgBox {
height: 113px;
padding-bottom: 5px;
display: flex;
}
.a_buyBox .a_imgBox ._img {
height: 113px;
width: 113px;
border-radius: 4px;
}
.a_buyBox .a_imgBox .a_imgDes {
flex: 1;
padding-left: 27px;
position: relative;
}
.a_buyBox .a_imgBox .a_imgDes .a_imgDes_info1 {
width: 500px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 36px;
margin-top: 10px;
font-family: PingFang-SC-Bold;
font-weight: bold;
color: #333;
line-height: 60px;
}
.a_buyBox .a_imgBox .a_imgDes .a_imgDes_info2 {
font-size: 28px;
font-family: PingFang-SC-Regular;
font-weight: 400;
color: #666;
line-height: 38px;
}
.a_buyBox .a_imgBox .a_imgDes .a_text {
position: absolute;
right: 23px;
top: 50%;
transform: translateY(-50%);
font-size: 34px;
color: #999;
}
.a_dres {
height: 84px;
font-size: 28px;
font-family: PingFang-SC-Regular;
font-weight: 400;
color: #313131;
line-height: 84px;
width: 100%;
}
.a_dres ._address_distance {
float: left;
margin-right: 10px;
}
.a_dres ._address_icon {
float: left;
width: 30px;
font-size: 26px;
color: rgba(153, 153, 153, 0.4);
}
.a_dres ._address {
float: left;
width: 80%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.z_applyReturn {
display: flex;
padding: 5px 24px 25px 31px;
}
.z_applyReturn .z_applyReturn_info {
height: 91px;
border: 1px solid #999;
border-radius: 10px;
line-height: 91px;
flex: 1;
text-align: center;
}
.a_mast {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
z-index: 999;
}
.a_mastContent {
position: absolute;
top: 20%;
left: 52px;
right: 52px;
height: 322px;
background: #fff;
}
.a_return {
font-size: 36px;
font-family: PingFang-SC-Regular;
font-weight: 400;
color: #313131;
line-height: 220px;
text-align: center;
transition: height 0.3s;
height: 220px;
border-bottom: 1px solid #eee;
}
.a_returnB {
display: flex;
height: 101px;
}
.a_returnB .a_returnB_info1,
.a_returnB .a_returnB_info2 {
flex: 1;
line-height: 101px;
text-align: center;
color: #ff6654;
}
.a_returnB .a_returnB_info1 {
border-right: 1px solid #eee;
}
.a_returnState {
width: 134px;
height: 44px;
border: 1px solid #999;
border-radius: 5px;
display: inline-block;
float: right;
margin-left: 100px;
line-height: 44px;
text-align: center;
}
.z_refundBox {
padding-left: 23px;
background-color: #fff;
}
.z_refundBox .z_head {
font-size: 38px;
font-family: PingFang-SC-Medium;
font-weight: bold;
color: #313131;
height: 90px;
line-height: 90px;
}
.z_refundBox .z_item {
height: 52px;
line-height: 52px;
}
.z_refundBox .z_item .z_item_info1 {
font-size: 30px;
font-family: PingFang-SC-Regular;
color: #999;
opacity: 0.8;
}
.z_refundBox .z_item .z_item_info2 {
font-size: 28px;
font-family: PingFang-SC-Regular;
font-weight: bold;
color: #313131;
margin-left: 33px;
}
.a_sanCodeBox {
height: 415px;
box-sizing: border-box;
padding-top: 315px;
position: relative;
}
.a_sanCodeBox .a_sancodeLast {
height: 100px;
line-height: 100px;
}
.a_sanCodeBox .a_sancodeLast .a_sanCodeBox_text {
font-size: 30px;
font-family: PingFang-SC-Regular;
color: #999;
}
.z_sanCodeContent {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 315px;
height: 415px;
}
.z_sanCodeContent .code_box1 {
width: 315px;
height: 315px;
background: #fff;
border: 1px solid #d2d2d2;
border-radius: 5px;
box-sizing: border-box;
display: flex;
padding: 8px;
}
.z_sanCodeContent .code_box1 .code_image {
flex: 1;
width: 306px;
height: 306px;
}
.z_sanCodeContent .code_box2 {
height: 100px;
line-height: 100px;
text-align: center;
font-size: 48px;
font-family: PingFang-SC-Regular;
font-weight: bold;
color: #313131;
}
|
src/detail-pages/orderdetail/style.css
|
.a_head {
background-color: #f2f2f2;
padding: 23px 17px;
position: relative;
}
.a_head_content {
position: absolute;
left: 0;
top: 0;
z-index: 5;
width: 100%;
height: 100%;
}
.a_buyBox {
margin-bottom: 13px;
background-color: #fff;
padding-left: 23px;
padding-bottom: 23px;
}
.a_buyBox .a_one {
font-size: 38px;
font-family: PingFang-SC-Medium;
font-weight: bold;
color: #313131;
height: 90px;
line-height: 90px;
padding-right: 23px;
}
.a_buyBox .a_one .a_state {
float: right;
padding-right: 30px;
font-size: 30px;
line-height: 6;
}
.a_buyBox .a_two {
height: 44px;
font-size: 30px;
font-family: PingFang-SC-Regular;
color: #999;
font-weight: bold;
line-height: 44px;
opacity: 0.8;
}
.a_buyBox .a_three {
height: 62px;
line-height: 62px;
font-size: 28px;
font-weight: bold;
font-family: PingFang-SC-Regular;
color: #313131;
}
.a_buyBox .a_four {
font-size: 30px;
font-family: PingFang-SC-Regular;
font-weight: bold;
color: #999;
height: 54px;
opacity: 0.8;
line-height: 54px;
}
.a_buyBox .a_item {
font-size: 28px;
font-family: PingFang-SC-Regular;
color: #313131;
line-height: 44px;
}
.a_buyBox .a_last {
font-size: 30px;
font-family: PingFang-SC-Regular;
color: #999;
height: 50px;
opacity: 0.8;
line-height: 50px;
text-align: center;
margin-left: -12px;
}
.a_buyBox .a_outTime {
float: right;
font-size: 28px;
font-family: PingFang-SC-Regular;
font-weight: bold;
color: #313131;
line-height: 90px;
}
.a_buyBox .a_billingInfo {
line-height: 30px;
}
.a_buyBox .a_billingInfo .a_billingInfo_rules {
width: 450px;
height: auto;
line-height: 1.2;
}
.a_buyBox .a_billingInfo .a_billingInfo_1 {
font-size: 28px;
font-family: PingFang-SC-Regular;
color: #313131;
width: 140px;
display: inline-block;
text-align: justify;
}
.a_buyBox .a_billingInfo .a_billingInfo_1:after {
content: "";
width: 100%;
display: inline-block;
}
.a_buyBox .a_billingInfo .a_billingInfo_3 {
font-size: 28px;
font-family: PingFang-SC-Regular;
color: #313131;
width: calc(100% - 200px);
display: inline-block;
text-align: justify;
}
.a_buyBox .a_billingInfo .a_returnState {
width: 134px;
height: 44px;
border: 1px solid #999;
border-radius: 5px;
display: inline-block;
float: right;
margin-left: 100px;
line-height: 44px;
text-align: center;
}
.a_buyBox .a_billingInfo .call_poster_box {
width: 100%;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
}
.a_buyBox .a_billingInfo .call_poster_box .call_poster {
font-size: 26px;
font-family: PingFang SC;
font-weight: 500;
color: #f44;
width: 215px;
height: 50px;
line-height: 50px;
text-align: center;
border: 1.5px solid #f44;
border-radius: 16px;
}
.a_buyBox .a_imgBox {
height: 113px;
padding-bottom: 5px;
display: flex;
}
.a_buyBox .a_imgBox ._img {
height: 113px;
width: 113px;
border-radius: 4px;
}
.a_buyBox .a_imgBox .a_imgDes {
flex: 1;
padding-left: 27px;
position: relative;
}
.a_buyBox .a_imgBox .a_imgDes .a_imgDes_info1 {
width: 500px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 36px;
margin-top: 10px;
font-family: PingFang-SC-Bold;
font-weight: bold;
color: #333;
line-height: 60px;
}
.a_buyBox .a_imgBox .a_imgDes .a_imgDes_info2 {
font-size: 28px;
font-family: PingFang-SC-Regular;
font-weight: 400;
color: #666;
line-height: 38px;
}
.a_buyBox .a_imgBox .a_imgDes .a_text {
position: absolute;
right: 23px;
top: 50%;
transform: translateY(-50%);
font-size: 34px;
color: #999;
}
.a_dres {
height: 84px;
font-size: 28px;
font-family: PingFang-SC-Regular;
font-weight: 400;
color: #313131;
line-height: 84px;
width: 100%;
}
.a_dres ._address_distance {
float: left;
margin-right: 10px;
}
.a_dres ._address_icon {
float: left;
width: 30px;
font-size: 26px;
color: rgba(153, 153, 153, 0.4);
}
.a_dres ._address {
float: left;
width: 80%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.z_applyReturn {
display: flex;
padding: 5px 24px 25px 31px;
}
.z_applyReturn .z_applyReturn_info {
height: 91px;
border: 1px solid #999;
border-radius: 10px;
line-height: 91px;
flex: 1;
text-align: center;
}
.a_mast {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
z-index: 999;
}
.a_mastContent {
position: absolute;
top: 20%;
left: 52px;
right: 52px;
height: 322px;
background: #fff;
}
.a_return {
font-size: 36px;
font-family: PingFang-SC-Regular;
font-weight: 400;
color: #313131;
line-height: 220px;
text-align: center;
transition: height 0.3s;
height: 220px;
border-bottom: 1px solid #eee;
}
.a_returnB {
display: flex;
height: 101px;
}
.a_returnB .a_returnB_info1,
.a_returnB .a_returnB_info2 {
flex: 1;
line-height: 101px;
text-align: center;
color: #ff6654;
}
.a_returnB .a_returnB_info1 {
border-right: 1px solid #eee;
}
.a_returnState {
width: 134px;
height: 44px;
border: 1px solid #999;
border-radius: 5px;
display: inline-block;
float: right;
margin-left: 100px;
line-height: 44px;
text-align: center;
}
.z_refundBox {
padding-left: 23px;
background-color: #fff;
}
.z_refundBox .z_head {
font-size: 38px;
font-family: PingFang-SC-Medium;
font-weight: bold;
color: #313131;
height: 90px;
line-height: 90px;
}
.z_refundBox .z_item {
height: 52px;
line-height: 52px;
}
.z_refundBox .z_item .z_item_info1 {
font-size: 30px;
font-family: PingFang-SC-Regular;
color: #999;
opacity: 0.8;
}
.z_refundBox .z_item .z_item_info2 {
font-size: 28px;
font-family: PingFang-SC-Regular;
font-weight: bold;
color: #313131;
margin-left: 33px;
}
.a_sanCodeBox {
height: 415px;
box-sizing: border-box;
padding-top: 315px;
position: relative;
}
.a_sanCodeBox .a_sancodeLast {
height: 100px;
line-height: 100px;
}
.a_sanCodeBox .a_sancodeLast .a_sanCodeBox_text {
font-size: 30px;
font-family: PingFang-SC-Regular;
color: #999;
}
.z_sanCodeContent {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 315px;
height: 415px;
}
.z_sanCodeContent .code_box1 {
width: 315px;
height: 315px;
background: #fff;
border: 1px solid #d2d2d2;
border-radius: 5px;
box-sizing: border-box;
display: flex;
padding: 8px;
}
.z_sanCodeContent .code_box1 .code_image {
flex: 1;
width: 306px;
height: 306px;
}
.z_sanCodeContent .code_box2 {
height: 100px;
line-height: 100px;
text-align: center;
font-size: 48px;
font-family: PingFang-SC-Regular;
font-weight: bold;
color: #313131;
}
| 0.503662 | 0.072768 |
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'codropsicons';
src:url('../fonts/codropsicons/codropsicons.eot');
src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/codropsicons/codropsicons.woff') format('woff'),
url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}
body {
font-weight: 300;
font-family: 'Lato', Calibri, Arial, sans-serif;
}
#mp-menu a {
text-decoration: none;
color: #f7f7f7;
outline: none;
}
#mp-menu a:hover, #mp-menu a:focus {
color: #fff;
outline: none;
}
/* Clearfix hack by <NAME>: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
.codrops-header,
.codrops-top {
font-family: 'Lato', Arial, sans-serif;
}
.codrops-header {
margin: 0 auto;
padding: 2em;
background: rgba(0,0,0,0.01);
text-align: center;
}
.codrops-header h1 {
margin: 0;
font-weight: 300;
font-size: 2.625em;
line-height: 1.3;
}
.codrops-header span {
display: block;
padding: 0 0 0.6em 0.1em;
font-size: 60%;
opacity: 0.7;
}
/* To Navigation Style */
.codrops-top {
width: 100%;
background: #91cfa1;
background: rgba(6, 255, 221, 0.1);
text-transform: uppercase;
font-size: 1.19em;
line-height: 2.2;
}
.codrops-top a {
display: inline-block;
padding: 0 1.2em;
color: #fff;
text-decoration: none;
letter-spacing: 0.1em;
}
.codrops-top a:hover {
}
.codrops-top span.right {
float: right;
}
.codrops-top span.right a {
display: block;
float: left;
}
.codrops-icon:before {
margin: 0 4px;
text-transform: none;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-family: 'codropsicons';
line-height: 1;
speak: none;
-webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before {
content: "\e001";
}
.codrops-icon-prev:before {
content: "\e004";
}
/* Demo Buttons Style */
.codrops-demos {
padding-top: 1em;
font-size: 1.1em;
}
.codrops-demos a {
display: block;
float: left;
clear: both;
margin: 0.5em 0.5em 0.5em 1.9em;
padding: 1em 1.1em;
width: 280px;
outline: none;
color: #fff;
background: #336ca6;
text-align: center;
text-decoration: none;
font-weight: 700;
}
.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
opacity: 0.6;
}
.content {
padding: 4em 2em;
max-width: 1200px;
margin: 0 auto;
}
.block {
float: left;
padding: 1em 3em;
}
.block-40 {
width: 40%;
}
.block-60 {
width: 60%;
}
.block p {
margin: 0;
padding: 0 1em 0.6em;
font-size: 1.8em;
line-height: 1.5;
}
.info {
text-align: center;
font-size: 1.5em;
margin-top: 3em;
clear: both;
padding-top: 3em;
color: rgba(255,255,255,0.5);
}
.info a {
font-weight: 700;
font-size: 0.9em;
}
.info a:hover {
color: #336ca6;
}
@media screen and (max-width: 69em) {
.block {
float: none;
width: 100% !important;
padding: 1em;
}
}
@media screen and (max-width: 25em) {
body {
font-size: 80%;
}
.codrops-icon span {
display: none;
}
}
/* To Navigation Style */
.codrops-top {
width: 100%;
-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 1), 0px 1px 0px 0px rgba(0, 0, 0, 0.8);
box-shadow: 0 0 2px rgba(0,0,0,0.3);
height: 54px;
background: #1B1C1D;
text-transform: uppercase;
font-size: 1.0em;
line-height: 3.2;
}
.fa-icon:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
font-size: 20px;
padding-right: 0.5em;
position: absolute;
top: 17px;
left: 18px;
}
.fa-icon
{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.codrops-top .fa-icon
{
margin-top: 1px;
position: relative;
padding-left: 45px;
}
.codrops-top a:before {
}
.codrops-top a:hover
{
background: #7C868E; /* Old browsers */
background: -moz-linear-gradient(top, #7C868E 0%, #50545C 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7C868E), color-stop(100%,#50545C)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7C868E 0%,#50545C 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7C868E 0%,#50545C 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7C868E 0%,#50545C 100%); /* IE10+ */
background: linear-gradient(to bottom, #7C868E 0%,#50545C 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7C868E', endColorstr='#50545C',GradientType=0 ); /* IE6-9 */
}
|
builderengine/public/css/demo.css
|
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'codropsicons';
src:url('../fonts/codropsicons/codropsicons.eot');
src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/codropsicons/codropsicons.woff') format('woff'),
url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}
body {
font-weight: 300;
font-family: 'Lato', Calibri, Arial, sans-serif;
}
#mp-menu a {
text-decoration: none;
color: #f7f7f7;
outline: none;
}
#mp-menu a:hover, #mp-menu a:focus {
color: #fff;
outline: none;
}
/* Clearfix hack by <NAME>: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
.codrops-header,
.codrops-top {
font-family: 'Lato', Arial, sans-serif;
}
.codrops-header {
margin: 0 auto;
padding: 2em;
background: rgba(0,0,0,0.01);
text-align: center;
}
.codrops-header h1 {
margin: 0;
font-weight: 300;
font-size: 2.625em;
line-height: 1.3;
}
.codrops-header span {
display: block;
padding: 0 0 0.6em 0.1em;
font-size: 60%;
opacity: 0.7;
}
/* To Navigation Style */
.codrops-top {
width: 100%;
background: #91cfa1;
background: rgba(6, 255, 221, 0.1);
text-transform: uppercase;
font-size: 1.19em;
line-height: 2.2;
}
.codrops-top a {
display: inline-block;
padding: 0 1.2em;
color: #fff;
text-decoration: none;
letter-spacing: 0.1em;
}
.codrops-top a:hover {
}
.codrops-top span.right {
float: right;
}
.codrops-top span.right a {
display: block;
float: left;
}
.codrops-icon:before {
margin: 0 4px;
text-transform: none;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-family: 'codropsicons';
line-height: 1;
speak: none;
-webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before {
content: "\e001";
}
.codrops-icon-prev:before {
content: "\e004";
}
/* Demo Buttons Style */
.codrops-demos {
padding-top: 1em;
font-size: 1.1em;
}
.codrops-demos a {
display: block;
float: left;
clear: both;
margin: 0.5em 0.5em 0.5em 1.9em;
padding: 1em 1.1em;
width: 280px;
outline: none;
color: #fff;
background: #336ca6;
text-align: center;
text-decoration: none;
font-weight: 700;
}
.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
opacity: 0.6;
}
.content {
padding: 4em 2em;
max-width: 1200px;
margin: 0 auto;
}
.block {
float: left;
padding: 1em 3em;
}
.block-40 {
width: 40%;
}
.block-60 {
width: 60%;
}
.block p {
margin: 0;
padding: 0 1em 0.6em;
font-size: 1.8em;
line-height: 1.5;
}
.info {
text-align: center;
font-size: 1.5em;
margin-top: 3em;
clear: both;
padding-top: 3em;
color: rgba(255,255,255,0.5);
}
.info a {
font-weight: 700;
font-size: 0.9em;
}
.info a:hover {
color: #336ca6;
}
@media screen and (max-width: 69em) {
.block {
float: none;
width: 100% !important;
padding: 1em;
}
}
@media screen and (max-width: 25em) {
body {
font-size: 80%;
}
.codrops-icon span {
display: none;
}
}
/* To Navigation Style */
.codrops-top {
width: 100%;
-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 1), 0px 1px 0px 0px rgba(0, 0, 0, 0.8);
box-shadow: 0 0 2px rgba(0,0,0,0.3);
height: 54px;
background: #1B1C1D;
text-transform: uppercase;
font-size: 1.0em;
line-height: 3.2;
}
.fa-icon:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
font-size: 20px;
padding-right: 0.5em;
position: absolute;
top: 17px;
left: 18px;
}
.fa-icon
{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.codrops-top .fa-icon
{
margin-top: 1px;
position: relative;
padding-left: 45px;
}
.codrops-top a:before {
}
.codrops-top a:hover
{
background: #7C868E; /* Old browsers */
background: -moz-linear-gradient(top, #7C868E 0%, #50545C 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7C868E), color-stop(100%,#50545C)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7C868E 0%,#50545C 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7C868E 0%,#50545C 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7C868E 0%,#50545C 100%); /* IE10+ */
background: linear-gradient(to bottom, #7C868E 0%,#50545C 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7C868E', endColorstr='#50545C',GradientType=0 ); /* IE6-9 */
}
| 0.276495 | 0.084153 |
/* Forms */
/**************************************
READ ME:
Any changes you need to make need to be in a separate stylesheet overriding these styles, do not edit this stylesheet.
**************************************/
.custom-lock label {
font-size: 14px !important;
}
button, input[type="submit"], input[type="button"] {
border: 0;
}
input[type="text"], input[type="email"], input[type="password"], textarea, input[type="tel"], button, input[type="submit"], input[type="button"] {
-webkit-appearance: none;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select:not([multiple]), input[type="tel"] {
background: #fff;
border: 1px solid #ccc;
border-radius: 0;
height: 34px;
margin-bottom: 5px;
padding: 5px;
}
.item input[type="text"], .item input[type="email"], .item input[type="password"], .item textarea, .item select, .item input[type="tel"] {
width: 100%;
}
textarea {
height: 80px;
}
label {
padding-right: 7px;
padding-bottom: 3px;
}
.req {
font-size: 13px;
}
.actions {
padding: 10px 0;
}
/* For inputs that shouldn't be 100% wide but you also don't want in a grid-like structure */
.short-input label {
display: block;
}
.short-input input {
max-width: 350px;
width: 100%;
}
/* Placeholder styling */
::-webkit-input-placeholder {
color: #ccc;
opacity: 1;
}
::-moz-placeholder {
color: #ccc;
opacity: 1;
}
:-ms-input-placeholder {
color: #ccc;
opacity: 1;
}
:-moz-placeholder {
color: #ccc;
opacity: 1;
}
/* Styling classes for forms, can be used for other things that need similar formatting */
/*
"item" = class name of element you wrap a row in, so say you have 2 halfi you need in a row, you wrap it in an element called "item".
There's no styles for "item" in particular, but some of the forms stylings below require the form elements to be wrapped in an element named "item" to work.
Each field needs a clearfix as this method uses floats.
*/
@media only screen and (min-width : 500px) and (max-width : 700px) {
.item > .halfi, .item > .onethirdi, .item > .twothirdi, .item > .fifteeni, .item > .eightyfivei {
float: left;
width: calc(100% / 2 - 11px);
}
.item > .halfi:nth-of-type(2n + 1), .item > .onethirdi:nth-of-type(2n + 1), .item > .twothirdi:nth-of-type(2n + 1), .item > .fifteeni:nth-of-type(2n + 1), .item > .eightyfivei:nth-of-type(2n + 1) {
margin-right: 10px;
}
.item > .halfi:nth-of-type(2n + 2), .item > .onethirdi:nth-of-type(2n + 2), .item > .twothirdi:nth-of-type(2n + 2), .item > .fifteeni:nth-of-type(2n + 2), .item > .eightyfivei:nth-of-type(2n + 2) {
margin-left: 10px;
}
}
@media only screen and (min-width : 701px) {
.halfi, .onethirdi, .twothirdi, .fifteeni, .eightyfivei {
float: left;
}
.halfi:nth-of-type(2n + 1), .onethirdi:nth-of-type(2n + 1), .twothirdi:nth-of-type(2n + 1), .fifteeni:nth-of-type(2n + 1), .eightyfivei:nth-of-type(2n + 1) {
margin-right: 10px; /* every second item starting from the first has a right margin */
}
.halfi:nth-of-type(2n + 2), .onethirdi:nth-of-type(2n + 2), .twothirdi:nth-of-type(2n + 2), .fifteeni:nth-of-type(2n + 2), .eightyfivei:nth-of-type(2n + 2) {
margin-left: 10px; /* every second item starting from the second has a left margin */
}
.halfi {
width: calc(100% / 2 - 11px); /* 1/2 column - 11px for the margin */
}
.onethirdi, .fifteeni {
width: calc(100% * 1/3 - 11px); /* 1/3 column - 11px for the margin */
}
.twothirdi, .eightyfivei {
width: calc(100% * 2/3 - 11px); /* 2/3 column - 11px for the margin */
}
}
@media only screen and (min-width : 1100px) {
.fifteeni {
width: calc(100% * 3/20 - 11px); /* 3/20 column - 11px for the margin */
}
.eightyfivei {
width: calc(100% * 17/20 - 11px); /* 17/20 column - 11px for the margin */
}
}
/* "checki" and "radioi" = classes to use with checkboxes and radio buttons for styling */
.checki, .radioi {
margin-bottom: 5px;
}
|
site/trunk/css/forms.css
|
/* Forms */
/**************************************
READ ME:
Any changes you need to make need to be in a separate stylesheet overriding these styles, do not edit this stylesheet.
**************************************/
.custom-lock label {
font-size: 14px !important;
}
button, input[type="submit"], input[type="button"] {
border: 0;
}
input[type="text"], input[type="email"], input[type="password"], textarea, input[type="tel"], button, input[type="submit"], input[type="button"] {
-webkit-appearance: none;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select:not([multiple]), input[type="tel"] {
background: #fff;
border: 1px solid #ccc;
border-radius: 0;
height: 34px;
margin-bottom: 5px;
padding: 5px;
}
.item input[type="text"], .item input[type="email"], .item input[type="password"], .item textarea, .item select, .item input[type="tel"] {
width: 100%;
}
textarea {
height: 80px;
}
label {
padding-right: 7px;
padding-bottom: 3px;
}
.req {
font-size: 13px;
}
.actions {
padding: 10px 0;
}
/* For inputs that shouldn't be 100% wide but you also don't want in a grid-like structure */
.short-input label {
display: block;
}
.short-input input {
max-width: 350px;
width: 100%;
}
/* Placeholder styling */
::-webkit-input-placeholder {
color: #ccc;
opacity: 1;
}
::-moz-placeholder {
color: #ccc;
opacity: 1;
}
:-ms-input-placeholder {
color: #ccc;
opacity: 1;
}
:-moz-placeholder {
color: #ccc;
opacity: 1;
}
/* Styling classes for forms, can be used for other things that need similar formatting */
/*
"item" = class name of element you wrap a row in, so say you have 2 halfi you need in a row, you wrap it in an element called "item".
There's no styles for "item" in particular, but some of the forms stylings below require the form elements to be wrapped in an element named "item" to work.
Each field needs a clearfix as this method uses floats.
*/
@media only screen and (min-width : 500px) and (max-width : 700px) {
.item > .halfi, .item > .onethirdi, .item > .twothirdi, .item > .fifteeni, .item > .eightyfivei {
float: left;
width: calc(100% / 2 - 11px);
}
.item > .halfi:nth-of-type(2n + 1), .item > .onethirdi:nth-of-type(2n + 1), .item > .twothirdi:nth-of-type(2n + 1), .item > .fifteeni:nth-of-type(2n + 1), .item > .eightyfivei:nth-of-type(2n + 1) {
margin-right: 10px;
}
.item > .halfi:nth-of-type(2n + 2), .item > .onethirdi:nth-of-type(2n + 2), .item > .twothirdi:nth-of-type(2n + 2), .item > .fifteeni:nth-of-type(2n + 2), .item > .eightyfivei:nth-of-type(2n + 2) {
margin-left: 10px;
}
}
@media only screen and (min-width : 701px) {
.halfi, .onethirdi, .twothirdi, .fifteeni, .eightyfivei {
float: left;
}
.halfi:nth-of-type(2n + 1), .onethirdi:nth-of-type(2n + 1), .twothirdi:nth-of-type(2n + 1), .fifteeni:nth-of-type(2n + 1), .eightyfivei:nth-of-type(2n + 1) {
margin-right: 10px; /* every second item starting from the first has a right margin */
}
.halfi:nth-of-type(2n + 2), .onethirdi:nth-of-type(2n + 2), .twothirdi:nth-of-type(2n + 2), .fifteeni:nth-of-type(2n + 2), .eightyfivei:nth-of-type(2n + 2) {
margin-left: 10px; /* every second item starting from the second has a left margin */
}
.halfi {
width: calc(100% / 2 - 11px); /* 1/2 column - 11px for the margin */
}
.onethirdi, .fifteeni {
width: calc(100% * 1/3 - 11px); /* 1/3 column - 11px for the margin */
}
.twothirdi, .eightyfivei {
width: calc(100% * 2/3 - 11px); /* 2/3 column - 11px for the margin */
}
}
@media only screen and (min-width : 1100px) {
.fifteeni {
width: calc(100% * 3/20 - 11px); /* 3/20 column - 11px for the margin */
}
.eightyfivei {
width: calc(100% * 17/20 - 11px); /* 17/20 column - 11px for the margin */
}
}
/* "checki" and "radioi" = classes to use with checkboxes and radio buttons for styling */
.checki, .radioi {
margin-bottom: 5px;
}
| 0.324556 | 0.093554 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.